

/*---------------------------------------------------------------------
                               General
-----------------------------------------------------------------------*/
*::-moz-selection { background: #c4a97e; color: #fff; text-shadow: none; }
::-moz-selection { background: #c4a97e; color: #fff; text-shadow: none; }
::selection { background: #c4a97e; color: #fff; text-shadow: none; }
body { font-family: 'Myriad Pro', sans-serif; font-weight: normal; position: relative; font-style: normal; font-size: 14px; line-height: 26px; color: #e3e3e3; overflow-x: hidden; background: #000; }
a:hover, a:focus, a.active { text-decoration: none; outline: none; }
a, a:hover, a:focus { color: #666666; -webkit-transition: all 250ms ease-in-out 0s; -moz-transition: all 250ms ease-in-out 0s; -ms-transition: all 250ms ease-in-out 0s; -o-transition: all 250ms ease-in-out 0s; transition: all 250ms ease-in-out 0s; text-decoration: none; }
h1, h2, h3, h4, h5, h6 { font-family: 'Lato', sans-serif; font-weight: normal; color: #fff; margin-top: 0px; margin-bottom: 0px; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: inherit; }
h1 { font-size: 50px; line-height: normal; }
h2 { font-size: 36px; line-height: normal; }
h3 { font-size: 32px; line-height: normal; }
h4 { font-size: 28px; line-height: normal; }
h5 { font-size: 24px; line-height: normal; }
h6 { font-size: 20px; line-height: normal; }
.lead { font-size: 18px; line-height: 32px; margin: 0; }
ul { margin: 0px; padding: 0px; }
li { list-style: none; }
hr { margin: 0; padding: 0px; border-bottom: 1px solid #e0e0e0; border-top: 0px; }
.blockquote { border-left: 5px solid #16181c; font-size: 16px; }
.container { max-width: 1170px; }

/*---------------------------------------------------------------------
                               Back to Top
-----------------------------------------------------------------------*/
#back-to-top .top { z-index: 999;
    position: fixed;
    /* margin: 0px; */
    /* color: #fff; */
    /* background: #121316; */
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 999;
    /* font-size: 26px; */
    /* width: 50px; */
    /* height: 50px; */
    /* text-align: center; */
    /* line-height: 50px; */
    border-radius: 90px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;}
#back-to-top .top:hover { background: #c4a97e; color: #fff; -webkit-box-shadow: 0px 0px 30px 0px rgba(34, 34, 34, 0.1); -moz-box-shadow: 0px 0px 30px 0px rgba(34, 34, 34, 0.1); box-shadow: 0px 0px 30px 0px rgba(34, 34, 34, 0.1); }
#back-to-top-l .top { z-index: 999;
    position: fixed;
    /* margin: 0px; */
    /* color: #fff; */
    /* background: #121316; */
    position: fixed;
    bottom: 25px;
    left: 25px;
    z-index: 999;
    /* font-size: 26px; */
    /* width: 50px; */
    /* height: 50px; */
    /* text-align: center; */
    /* line-height: 50px; */
    border-radius: 90px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;}
#back-to-top-l .top:hover { background: #c4a97e; color: #fff; -webkit-box-shadow: 0px 0px 30px 0px rgba(34, 34, 34, 0.1); -moz-box-shadow: 0px 0px 30px 0px rgba(34, 34, 34, 0.1); box-shadow: 0px 0px 30px 0px rgba(34, 34, 34, 0.1); }
#back-to-top-r .top { z-index: 999;
    position: fixed;
    /* margin: 0px; */
    /* color: #fff; */
    /* background: #121316; */
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 999;
    /* font-size: 26px; */
    /* width: 50px; */
    /* height: 50px; */
    /* text-align: center; */
    /* line-height: 50px; */
    border-radius: 90px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;}
#back-to-top-r .top:hover { background: #c4a97e; color: #fff; -webkit-box-shadow: 0px 0px 30px 0px rgba(34, 34, 34, 0.1); -moz-box-shadow: 0px 0px 30px 0px rgba(34, 34, 34, 0.1); box-shadow: 0px 0px 30px 0px rgba(34, 34, 34, 0.1); }
/*---------------------------------------------------------------------
                                Loader
-----------------------------------------------------------------------*/
#loading { background-color: #16181c; height: 100%; width: 100%; position: fixed; margin-top: 0px; top: 0px; left: 0px; bottom: 0px; overflow: hidden !important; right: 0px; z-index: 999999; }
#loading-center { position: absolute; left: 50%; top: 50%; margin-left: -75px; margin-top: -75px; }

/*loader 2  */
.loader { position: relative; width: 150px; height: 150px; display: block; overflow: hidden; }
.loader div { height: 100%; }
.loader2, .loader2 div { border-radius: 50%; padding: 8px; border: 2px solid transparent; -webkit-animation: rotate linear 3.5s infinite; animation: rotate linear 3.5s infinite; border-top-color: rgba(249, 183, 7, 1); border-left-color: rgba(66, 66, 66, 1); border-right-color: rgba(66, 66, 66, 1); }
.loader, .loader * { will-change: transform; }
@-webkit-keyframes rotate {
  0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  50% { -webkit-transform: rotate(180deg); transform: rotate(180deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes rotate {
  0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  50% { -webkit-transform: rotate(180deg); transform: rotate(180deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@-webkit-keyframes rotate2 {
  0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); border-top-color: rgba(0, 0, 0, 0.5); }
  50% { -webkit-transform: rotate(180deg); transform: rotate(180deg); border-top-color: rgba(0, 0, 255, 0.5); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); border-top-color: rgba(0, 0, 0, 0.5); }
}
@keyframes rotate2 {
  0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); border-top-color: rgba(0, 0, 0, 0.5); }
  50% { -webkit-transform: rotate(180deg); transform: rotate(180deg); border-top-color: rgba(0, 0, 255, 0.5); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); border-top-color: rgba(0, 0, 0, 0.5); }
}

/*----------------------------------------------------------------------
                        Buttons
-----------------------------------------------------------------------*/
.button { color: #fff; cursor: pointer; padding: 10px 30px; border: none; font-weight: 800; font-size: 16px; position: relative; background: #c4a97e; font-family: 'Comfortaa', cursive; display: inline-block; -webkit-border-radius: 90px; -moz-border-radius: 90px; border-radius: 90px; }
.button:hover, .button:focus { color: #081828; background: #fff; outline: none; }

/* Buttons white */
.button.bt-white { color: #333; background: #fff; }
.button.bt-white:hover, .button.bt-white:focus { color: #ffffff; background: #c4a97e; outline: none; }

/* Buttons white 2 */
.button.bt-black { color: #333; background: #fff; }
.button.bt-black:hover, .button.bt-black:focus { color: #ffffff; background: #23292c; outline: none; }
/* Buttons white 2 */
.button.bt-gray { color: #fff; background: #666666; font-family: Arial;}
.button.bt-gray:hover, .button.bt-black:focus { color: #666666; background: #fff; outline: none; }


/* Buttons Play */
.button-play { position: relative; z-index: 1; width: 65px; height: 65px; line-height: 68px; font-size: 18px; text-align: center; display: inline-block; color: #fff; background: #c4a97e; border-radius: 50%; border: none; transition: box-shadow 400ms cubic-bezier(0.2, 0, 0.7, 1), -webkit-transform 200ms cubic-bezier(0.2, 0, 0.7, 1); transition: box-shadow 400ms cubic-bezier(0.2, 0, 0.7, 1), transform 200ms cubic-bezier(0.2, 0, 0.7, 1); transition: box-shadow 400ms cubic-bezier(0.2, 0, 0.7, 1), transform 200ms cubic-bezier(0.2, 0, 0.7, 1), -webkit-transform 200ms cubic-bezier(0.2, 0, 0.7, 1); }
.button-play i { padding-left: 5px; }
.button-play:hover, .button-play:focus { box-shadow: 0 0 1px 15px rgba(255, 255, 255, 0.4), 0 0 1px 30px rgba(255, 255, 255, 0.1), 0 0 1px 45px rgba(255, 255, 255, 0.1); color: #fff; }

/*---------------------------------------------------------------------
                    Page Section Margin Padding 
---------------------------------------------------------------------*/

/*----------------
Section padding 
----------------*/

.overview-block-ptb { padding: 100px 0; }
.overview-block-pt { padding: 100px 0 0; }
.overview-block-pb { padding: 0 0 100px; }

/*----------------
Padding All 
----------------*/
.onix-pall { padding: 0px !important; }
.onix-pall-10 { padding: 10px; }
.onix-pall-15 { padding: 15px; }
.onix-pall-20 { padding: 20px; }
.onix-pall-25 { padding: 25px; }
.onix-pall-30 { padding: 30px; }
.onix-pall-40 { padding: 40px; }
.onix-pall-50 { padding: 50px; }
.onix-pall-60 { padding: 60px; }
.onix-pall-70 { padding: 70px; }
.onix-pall-80 { padding: 80px; }
.onix-pall-90 { padding: 90px; }
.onix-pall-100 { padding: 100px; }

/*----------------
Padding Top and Bottom 
----------------*/
.onix-ptb-0 { padding: 0; }
.onix-ptb-10 { padding: 10px 0; }
.onix-ptb-15 { padding: 15px 0; }
.onix-ptb-20 { padding: 20px 0; }
.onix-ptb-25 { padding: 25px 0; }
.onix-ptb-30 { padding: 30px 0; }
.onix-ptb-40 { padding: 40px 0; }
.onix-ptb-50 { padding: 50px 0; }
.onix-ptb-60 { padding: 60px 0; }
.onix-ptb-70 { padding: 70px 0; }
.onix-ptb-80 { padding: 80px 0; }
.onix-ptb-90 { padding: 90px 0; }
.onix-ptb-100 { padding: 100px 0; }

/*----------------
Padding Left and right 
----------------*/
.onix-plr-0 { padding: 0; }
.onix-plr-10 { padding: 0 10px; }
.onix-plr-15 { padding: 0 15px; }
.onix-plr-20 { padding: 0 20px; }
.onix-plr-25 { padding: 0 25px; }
.onix-plr-30 { padding: 0 30px; }
.onix-plr-40 { padding: 0 40px; }
.onix-plr-50 { padding: 0 50px; }
.onix-plr-60 { padding: 0 60px; }
.onix-plr-70 { padding: 0 70px; }
.onix-plr-80 { padding: 0 80px; }
.onix-plr-90 { padding: 0 90px; }
.onix-plr-100 { padding: 0 100px; }

/*----------------
Padding top 
----------------*/
.onix-pt-0 { padding-top: 0px; }
.onix-pt-10 { padding-top: 10px; }
.onix-pt-15 { padding-top: 15px; }
.onix-pt-20 { padding-top: 20px; }
.onix-pt-25 { padding-top: 25px; }
.onix-pt-30 { padding-top: 30px; }
.onix-pt-40 { padding-top: 40px; }
.onix-pt-50 { padding-top: 50px; }
.onix-pt-60 { padding-top: 60px; }
.onix-pt-70 { padding-top: 70px; }
.onix-pt-80 { padding-top: 80px; }
.onix-pt-90 { padding-top: 90px; }
.onix-pt-100 { padding-top: 100px; }

/*----------------
Padding Bottom 
----------------*/
.onix-pb-0 { padding-bottom: 0px; }
.onix-pb-10 { padding-bottom: 10px; }
.onix-pb-15 { padding-bottom: 15px; }
.onix-pb-20 { padding-bottom: 20px; }
.onix-pb-25 { padding-bottom: 25px; }
.onix-pb-30 { padding-bottom: 30px; }
.onix-pb-40 { padding-bottom: 40px; }
.onix-pb-50 { padding-bottom: 50px; }
.onix-pb-60 { padding-bottom: 60px; }
.onix-pb-70 { padding-bottom: 70px; }
.onix-pb-80 { padding-bottom: 80px; }
.onix-pb-90 { padding-bottom: 90px; }
.onix-pb-100 { padding-bottom: 100px; }

/*----------------
Padding Left 
----------------*/
.onix-pl-0 { padding-left: 0; }
.onix-pl-10 { padding-left: 10px; }
.onix-pl-15 { padding-left: 15px; }
.onix-pl-20 { padding-left: 20px; }
.onix-pl-25 { padding-left: 25px; }
.onix-pl-30 { padding-left: 30px; }
.onix-pl-40 { padding-left: 40px; }
.onix-pl-50 { padding-left: 50px; }
.onix-pl-60 { padding-left: 60px; }
.onix-pl-70 { padding-left: 70px; }
.onix-pl-80 { padding-left: 80px; }
.onix-pl-90 { padding-left: 90px; }
.onix-pl-100 { padding-left: 100px; }

/*----------------
Padding Right 
----------------*/
.onix-pr-0 { padding-right: 0px; }
.onix-pr-10 { padding-right: 10px; }
.onix-pr-15 { padding-right: 15px; }
.onix-pr-20 { padding-right: 20px; }
.onix-pr-25 { padding-right: 25px; }
.onix-pr-30 { padding-right: 30px; }
.onix-pr-40 { padding-right: 40px; }
.onix-pr-50 { padding-right: 50px; }
.onix-pr-60 { padding-right: 60px; }
.onix-pr-70 { padding-right: 70px; }
.onix-pr-80 { padding-right: 80px; }
.onix-pr-90 { padding-right: 90px; }
.onix-pr-100 { padding-right: 100px; }

/*----------------
Margin All 
----------------*/
.onix-mall-0 { margin: 0; }
.onix-mall-10 { margin: 10px; }
.onix-mall-15 { margin: 15px; }
.onix-mall-20 { margin: 20px; }
.onix-mall-25 { margin: 25px; }
.onix-mall-30 { margin: 30px; }
.onix-mall-40 { margin: 40px; }
.onix-mall-50 { margin: 50px; }
.onix-mall-60 { margin: 60px; }
.onix-mall-70 { margin: 70px; }
.onix-mall-80 { margin: 80px; }
.onix-mall-90 { margin: 90px; }
.onix-mall-100 { margin: 100px; }

/*----------------
Margin Top and Bottom 
----------------*/
.onix-mtb-0 { margin: 0; }
.onix-mtb-10 { margin: 10px 0; }
.onix-mtb-15 { margin: 15px 0; }
.onix-mtb-20 { margin: 20px 0; }
.onix-mtb-25 { margin: 25px 0; }
.onix-mtb-30 { margin: 30px 0; }
.onix-mtb-40 { margin: 40px 0; }
.onix-mtb-50 { margin: 50px 0; }
.onix-mtb-60 { margin: 60px 0; }
.onix-mtb-70 { margin: 70px 0; }
.onix-mtb-80 { margin: 80px 0; }
.onix-mtb-90 { margin: 90px 0; }
.onix-mtb-100 { margin: 100px 0; }

/*----------------
Margin Left and Right 
----------------*/
.onix-mlr-0 { margin: 0 !important; }
.onix-mlr-10 { margin: 0 10px; }
.onix-mlr-15 { margin: 0 15px; }
.onix-mlr-20 { margin: 0 20px; }
.onix-mlr-25 { margin: 0 25px; }
.onix-mlr-30 { margin: 0 30px; }
.onix-mlr-40 { margin: 0 40px; }
.onix-mlr-50 { margin: 0 50px; }
.onix-mlr-60 { margin: 0 60px; }
.onix-mlr-70 { margin: 0 60px; }
.onix-mlr-80 { margin: 0 80px; }
.onix-mlr-90 { margin: 0 80px; }
.onix-mlr-100 { margin: 0 100px; }

/*----------------
Margin Top 
----------------*/
.onix-mt-0 { margin-top: 0px; }
.onix-mt-5 { margin-top: 5px; }
.onix-mt-10 { margin-top: 10px; }
.onix-mt-15 { margin-top: 15px; }
.onix-mt-20 { margin-top: 20px; }
.onix-mt-25 { margin-top: 25px; }
.onix-mt-30 { margin-top: 30px; }
.onix-mt-40 { margin-top: 40px; }
.onix-mt-50 { margin-top: 50px; }
.onix-mt-60 { margin-top: 60px; }
.onix-mt-70 { margin-top: 70px; }
.onix-mt-80 { margin-top: 80px; }
.onix-mt-90 { margin-top: 90px; }
.onix-mt-100 { margin-top: 100px; }

/*----------------
Margin Bottom 
----------------*/
.onix-mb-0 { margin-bottom: 0px; }
.onix-mb-10 { margin-bottom: 10px; }
.onix-mb-15 { margin-bottom: 15px; }
.onix-mb-20 { margin-bottom: 20px; }
.onix-mb-25 { margin-bottom: 25px; }
.onix-mb-30 { margin-bottom: 30px; }
.onix-mb-40 { margin-bottom: 40px; }
.onix-mb-50 { margin-bottom: 50px; }
.onix-mb-60 { margin-bottom: 60px; }
.onix-mb-70 { margin-bottom: 70px; }
.onix-mb-80 { margin-bottom: 80px; }
.onix-mb-90 { margin-bottom: 90px; }
.onix-mb-100 { margin-bottom: 100px; }

/*----------------
Margin Left 
----------------*/
.onix-ml-0 { margin-left: 0px; }
.onix-ml-10 { margin-left: 10px; }
.onix-ml-15 { margin-left: 15px; }
.onix-ml-20 { margin-left: 20px; }
.onix-ml-25 { margin-left: 25px; }
.onix-ml-30 { margin-left: 30px; }
.onix-ml-40 { margin-left: 40px; }
.onix-ml-50 { margin-left: 50px; }
.onix-ml-60 { margin-left: 60px; }
.onix-ml-70 { margin-left: 70px; }
.onix-ml-80 { margin-left: 80px; }
.onix-ml-90 { margin-left: 90px; }
.onix-ml-100 { margin-left: 100px; }

/*----------------
Margin Right
----------------*/
.onix-mr-0 { margin-right: 0px; }
.onix-mr-10 { margin-right: 10px; }
.onix-mr-15 { margin-right: 15px; }
.onix-mr-20 { margin-right: 20px; }
.onix-mr-25 { margin-right: 25px; }
.onix-mr-30 { margin-right: 30px; }
.onix-mr-40 { margin-right: 40px; }
.onix-mr-50 { margin-right: 50px; }
.onix-mr-60 { margin-right: 60px; }
.onix-mr-70 { margin-right: 70px; }
.onix-mr-80 { margin-right: 80px; }
.onix-mr-90 { margin-right: 90px; }
.onix-mr-100 { margin-right: 100px; }

/*---------------------------------------------------------------------
                            Text Weight 
-----------------------------------------------------------------------*/
.onix-tw-1 { font-weight: 100; }
.onix-tw-2 { font-weight: 200; }
.onix-tw-3 { font-weight: 300; }
.onix-tw-4 { font-weight: 400; }
.onix-tw-5 { font-weight: 500; }
.onix-tw-6 { font-weight: 600; }
.onix-tw-7 { font-weight: 700; }
.onix-tw-8 { font-weight: 800; }
.onix-tw-9 { font-weight: 900; }
.spacing{  letter-spacing: 15px;}
/*---------------------------------------------------------------------
                            Text Color 
-----------------------------------------------------------------------*/
.onix-font-blue { color: #16181c; }
.onix-font-white { color: #ffffff; }
.onix-font-black { color: #23292c; }
.onix-font-light { color: #666666; }
.onix-font-yellow { color: #c4a97e; }
.onix-font-gold { color: #c5a777; }
.onix-font-gray{ color: #939598; }
.onix-font-gray2{ color: #6D6E71; }

.onix-font-space-2{
    letter-spacing: 2px;
}
/*---------------------------------------------------------------------
                            Font Size 
-----------------------------------------------------------------------*/
.onix-font-15 { font-size: 15px; }

.onix-font-17 { font-size: 17px;
    font-family: 'Lato', sans-serif; }
    .onix-font-20 { font-size: 20px;font-family: 'Lato', sans-serif; }
.onix-font-25 { font-size: 25px; }
.onix-font-30 { font-size: 30px; }
.onix-font-42{ font-size: 42px; }
.onix-font-72 { font-size: 72px; }
.onix-font-90 { font-size: 90px;
    font-family: 'Brownhill', sans-serif; }
.onix-font-34 { font-size: 34px;
    font-family: 'Myriad Pro', sans-serif; }
/*---------------------------------------------------------------------
                          Background Color 
-----------------------------------------------------------------------*/
.white-bg { background: #ffffff; }
.black-bg { background: #000; }
.grey-bg { background: #f7f7f7; }
.blue-bg { background: #16181c; }
.light-bg { background: #c4a97e; }
.yellow-bg { background: #c4a97e; }
.descarga-bg {padding: 250px 0; background-image: url('../images/fondo-descarga.png');background-repeat: no-repeat;background-size: cover;}
.planos-bg {padding: 100px 0; background-image: url('../images/fondo-planos.png');background-repeat: no-repeat;background-size: cover;}
.amenidades-bg {padding: 100px 0; background-image: url('../images/fondo-animadades.png');background-repeat: no-repeat;background-size: cover;}
.galeria-bg {padding: 100px 0; background-image: url('../images/fondo-galeria.png');background-repeat: no-repeat;background-size: cover;}
.contacto-bg {padding: 100px 0; background-image: url('../images/fondo-contacto.png');background-repeat: no-repeat;background-size: cover;}
.form-1-bg {padding: 100px 0; background-image: url('../images/fondo-form-1.png');background-repeat: no-repeat;background-size: cover;}
.form-2-bg {padding: 100px 0; background-image: url('../images/fondo-form-2.png');background-repeat: no-repeat;background-size: cover;}
.form-3-bg {padding: 100px 0; background-image: url('../images/fondo-form-3.png');background-repeat: no-repeat;background-size: cover;}
/*---------------------------------------------------------------------
                             BG Effect
-----------------------------------------------------------------------*/
.onix-parallax { position: relative; background-size: cover !important; -webkit-background-size: cover !important; -moz-background-size: cover !important; -ms-background-size: cover !important; background-origin: initial; background-position: center center !important; background-repeat: no-repeat; }

/*---------------------------------------------------------------------
                       Background Gradient 
---------------------------------------------------------------------*/
.onix-bg-over { position: relative; }

/* Background Gradient blue */
.onix-over-blue-10:before { content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; background: rgba(5, 7, 28, 0.1); }
.onix-over-blue-20:before { content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; background: rgba(5, 7, 28, 0.2); }
.onix-over-blue-30:before { content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; background: rgba(5, 7, 28, 0.3); }
.onix-over-blue-40:before { content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; background: rgba(5, 7, 28, 0.4); }
.onix-over-blue-50:before { content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; background: rgba(5, 7, 28, 0.5); }
.onix-over-blue-60:before { content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; background: rgba(5, 7, 28, 0.6); }
.onix-over-blue-70:before { content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; background: rgba(5, 7, 28, 0.7); }
.onix-over-blue-80:before { content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; background: rgba(5, 7, 28, 0.8); }
.onix-over-blue-85:before { content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; background: rgba(5, 7, 28, 0.85); }
.onix-over-blue-90:before { content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; background: rgba(5, 7, 28, 0.9); }
.onix-over-blue-95:before { content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; background: rgba(5, 7, 28, 0.95); }

/* Background Gradient Black */
.onix-over-black-10:before { content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; background: rgba(0, 0, 0, 0.1); }
.onix-over-black-20:before { content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; background: rgba(0, 0, 0, 0.2); }
.onix-over-black-30:before { content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; background: rgba(0, 0, 0, 0.3); }
.onix-over-black-40:before { content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; background: rgba(0, 0, 0, 0.4); }
.onix-over-black-50:before { content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; background: rgba(0, 0, 0, 0.5); }
.onix-over-black-60:before { content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; background: rgba(0, 0, 0, 0.6); }
.onix-over-black-70:before { content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; background: rgba(0, 0, 0, 0.7); }
.onix-over-black-80:before { content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; background: rgba(0, 0, 0, 0.8); }
.onix-over-black-85:before { content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; background: rgba(0, 0, 0, 0.85); }
.onix-over-black-90:before { content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; background: rgba(0, 0, 0, 0.9); }
.onix-over-black-95:before { content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; background: rgba(0, 0, 0, 0.95); }

/* Background Gradient White */
.onix-over-white-10:before { content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; background: rgba(255, 255, 255, 0.1); }
.onix-over-white-20:before { content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; background: rgba(255, 255, 255, 0.2); }
.onix-over-white-30:before { content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; background: rgba(255, 255, 255, 0.3); }
.onix-over-white-40:before { content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; background: rgba(255, 255, 255, 0.4); }
.onix-over-white-50:before { content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; background: rgba(255, 255, 255, 0.5); }
.onix-over-white-60:before { content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; background: rgba(255, 255, 255, 0.6); }
.onix-over-white-70:before { content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; background: rgba(255, 255, 255, 0.7); }
.onix-over-white-80:before { content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; background: rgba(255, 255, 255, 0.8); }
.onix-over-white-85:before { content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; background: rgba(255, 255, 255, 0.85); }
.onix-over-white-90:before { content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; background: rgba(255, 255, 255, 0.9); }
.onix-over-white-95:before { content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; background: rgba(255, 255, 255, 0.95); }
[class*='iq-over-']:before { z-index: 0; }

/*---------------------------------------------------------------------
                           Section Title
-----------------------------------------------------------------------*/
.heading-title { margin-bottom: 60px; text-align: center; }
.heading-title small { font-weight: 400; font-size: 16px; text-transform: uppercase; font-family: 'Montserrat', sans-serif; letter-spacing: 4px; }
.heading-title.left { text-align: left; margin-bottom: 20px; }
.heading-title .title { position: relative; padding-bottom: 15px; display: inline-block; width: 100%; }
.heading-title p { padding: 0 100px; display: block; }
.heading-title .title.white:before { background: #ffffff; }

/*Heading Left*/
.heading-left .title { position: relative; padding: 0 0 8px 0; margin: 0 0 20px 0; }
.heading-left .title:before { position: absolute; content: ""; left: 0; width: 50px; height: 3px; background: #c4a97e; bottom: 0; }
.small-title { position: relative; padding-bottom: 10px; margin-bottom: 15px }
.small-title:before { content: ""; position: absolute; bottom: 0; left: 0; width: 40px; height: 4px; background: #c4a97e; display: inline-block; }
#canvas1 { position: fixed; top: 0; left: 0; width: 100%; height: 100vh; z-index: -1; }

/*---------------------------------------------------------------------
                              Header
---------------------------------------------------------------------*/
header { padding: 20px 80px; position: absolute; display: inline-block; top: 0; left: 0; width: 100%; -webkit-transition: all 250ms ease-in-out 0s; -moz-transition: all 250ms ease-in-out 0s; -ms-transition: all 250ms ease-in-out 0s; -o-transition: all 250ms ease-in-out 0s; transition: all 250ms ease-in-out 0s; z-index: 9999; }
header .navbar { padding: 0; }
header .navbar-brand img { height: 100%; }
header .navbar-light .nav-item { margin: 0 15px; }
header .navbar-light .nav-item .nav-link { color: #fff; font-size: 16px; line-height: normal; position: relative; -webkit-transition: all 250ms ease-in-out 0s; -moz-transition: all 250ms ease-in-out 0s; -ms-transition: all 250ms ease-in-out 0s; -o-transition: all 250ms ease-in-out 0s; transition: all 250ms ease-in-out 0s; }
header .navbar-light .navbar-nav .nav-link:before { content: ""; display: inline-block; position: absolute; bottom: -3px; left: 50%; margin-left: -3px; background: #caab79; height: 6px; width: 6px; border-radius: 90px; opacity: 0; -webkit-transition: all 250ms ease-in-out 0s; -moz-transition: all 250ms ease-in-out 0s; -ms-transition: all 250ms ease-in-out 0s; -o-transition: all 250ms ease-in-out 0s; transition: all 250ms ease-in-out 0s; }
header .navbar-light .navbar-nav .nav-link:hover, header .navbar-light .navbar-nav .nav-link:focus, header .navbar-light .navbar-nav .nav-item .nav-link.active { color: #caab79; }
header .navbar-light .navbar-nav .nav-link:hover:before, .navbar-light .navbar-nav .nav-link:focus:before, .navbar-light .navbar-nav .nav-item .nav-link.active:before { opacity: 1; }
header .navbar-light .nav { position: relative; }
header .navbar-light .nav .button:hover, header .navbar-light .nav .button:focus { color: #081828; }
header.menu-sticky { background:#000;position: fixed; padding: 10px 30px; box-shadow: 0px 0px 30px 0px rgba(255, 255, 255, 0.1); }
.dropdown-item.active, .dropdown-item:active { background: #c4a97e; }

/*Login*/
.onix-login .modal-header { padding: 20px 30px; }
.onix-login .modal-body { padding: 30px; }
.onix-login .modal-footer { padding: 20px 30px; display: inline; }
.onix-login .form-control { border: 1px solid #ced4da; border-radius: 0; height: 45px !important; box-shadow: none; }
.onix-login .modal-body .button { width: 100%; text-align: center; }
.onix-login .modal-dialog { max-width: 400px; }
.onix-login .modal-footer .onix-media-blog { margin: 0; padding: 0; }
.onix-login .modal-footer .onix-media-blog li { display: inline-block; list-style: none; padding: 0; margin: 0px 4px; }
.onix-login .modal-footer .onix-media-blog li a { display: block; width: 40px; height: 40px; line-height: 40px; font-size: 16px; color: #c4a97e; background: transparent; border: 1px solid #c4a97e; text-align: center; border-radius: 50%; }
.onix-login .modal-footer .onix-media-blog li a:hover { background: #c4a97e; border-color: #c4a97e; color: #fff; }
.onix-login .modal-header .close { outline: none; }

/*---------------------------------------------------------------------
                              Banner
---------------------------------------------------------------------*/
.onix-banner { position: relative; padding: 15% 0 15%; }
.onix-banner:before { position: absolute; top: 0%; left: 0%; content: ""; width: 100%; z-index: 999; height: 100%; display: inline-block; background-image: url('../images/fondo.png');background-repeat: no-repeat;background-size: cover;  }
.banner-info { position: relative; z-index: 999; }
.onix-banner .onix-countdown { background: #081828; border-radius: 30px; padding: 40px 40px; position: relative; }
.onix-banner .wave-poistion { position: absolute; top: 0; left: 0; z-index: 99; }
.onix-banner .wave-poistion canvas { width: 100% !important; height: 100% !important; }
.onix-countdown #countdown { list-style: none; margin: 40px 0; padding: 0; display: inline-block; width: 100%; }
.onix-countdown #countdown li { display: inline-block; padding: 0 20px; position: relative; }
.onix-countdown #countdown li:before { content: ""; position: absolute; top: 0; right: 0; width: 1px; height: 100%; display: inline-block; background: rgba(255, 255, 255, 0.1); }
.onix-countdown #countdown li:first-child { padding-left: 0; }
.onix-countdown #countdown li:last-child { padding-right: 0; }
.onix-countdown #countdown li:last-child:before { display: none; }
.onix-countdown #countdown li span { font-size: 46px; line-height: normal; font-weight: 700; color: #fff; }
.onix-countdown #countdown li p { font-size: 14px; font-weight: 700; color: #fff; margin-bottom: 0; }
.onix-banner  .onix-countdown .list-inline { margin-top: 15px; }
.onix-banner .onix-countdown .list-inline li a { color: #fff; font-size: 18px; margin: 0 5px; }
.onix-banner .onix-countdown .list-inline li a:hover { color: #c4a97e; }
.onix-progress-bar-text { margin-bottom: 10px; }
.onix-progress-bar-text span { float: right }
.onix-progress-bar { background: #fff none repeat scroll 0 0; box-shadow: 0 0 0; height: 15px; margin: 0 0 30px; position: relative; width: 100%; border-radius: 90px; }
.onix-progress-bar > span { background: #9baabd none repeat scroll 0 0; display: block; height: 100%; width: 0; border-radius: 90px; }
.onix-banner-planos { position: relative; padding: 15% 0 6%; }
.onix-banner-planos:before { position: absolute; top: 0%; left: 0%; content: ""; width: 100%; z-index: 999; height: 100%; display: inline-block; background-image: url('../images/fondo-planos.png');background-repeat: no-repeat;background-size: cover;  }
/*---------------------------------------------------------------------
                              Banner 2
---------------------------------------------------------------------*/
.onix-banner-2 { position: relative; padding: 16% 0 8%; }
.onix-banner-2:before { position: absolute; top: 0%; left: 0%; content: ""; width: 100%;  height: 100%; display: inline-block; background-image: url('../images/02.jpg');background-repeat: no-repeat;background-size: cover; }
.onix-banner-2 .onix-countdown { border-radius: 30px; padding: 40px 40px; position: relative; }
.onix-banner-2  .onix-countdown .list-inline { margin-top: 15px; }
.onix-banner-2 .onix-countdown .list-inline li a { color: #fff; font-size: 18px; margin: 0 5px; }
.onix-banner-2 .onix-countdown .list-inline li a:hover { color: #c4a97e; }

/* Canvas Banner */
.onix-canvas-banner { padding: 15% 0 10%; }
.onix-canvas2 { position: absolute; bottom: 0; left: 0; width: 100%; height: 100%; display: inline-block; }
#world { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: inline-block; }

/* ---- particles.js container ---- */
#particles-js { width: 100%; height: 100%; background-image: url(''); background-size: cover; background-position: 50% 50%; background-repeat: no-repeat;  position: absolute; top: 0; left: 0; }

/*---------------------------------------------------------------------
                              Banner 3
---------------------------------------------------------------------*/
.onix-banner-3 { position: relative; padding: 15% 0 10%; overflow: hidden; }
.onix-banner-3:before { position: absolute; top: 0%; left: 0%; content: ""; width: 100%;  height: 100%; display: inline-block; background-image: url('../images/01.jpg'); }
.onix-banner-3 .ico-img { margin-top: 10px; bottom: -45px; right: -60px; width: 95%; }

/*---------------------------------------------------------------------
                              Clients
---------------------------------------------------------------------*/
.onix-our-clients { position: relative; z-index: 99; }

/*---------------------------------------------------------------------
                             Fancy-box 
---------------------------------------------------------------------*/
.onix-fancy-box { background: #c4a97e; padding: 0 20px 20px; margin-bottom: 120px; position: relative; }
.onix-fancy-box .fancy-icon img { width: 60%; margin-top: -80px; }
.onix-fancy-box .fancy-content h5 { font-family: 'Comfortaa', cursive; margin: 25px 0 25px; }

/* Fancy box 2 */
.fancy-box { text-align: center; border: 1px solid #324553; border-radius: 10px; }
.fancy-box .heading { padding: 20px; background: #324553; border-radius: 10px 10px 0 0; }
.fancy-box h5 { margin: 20px 0; }
.fancy-box h6 { margin: 10px 0; }

/*---------------------------------------------------------------------
                             Planos
-----------------------------------------------------------------------*/
.planos .nav-tabs { border: none;flex-wrap: nowrap; }
.planos .nav-tabs .nav-link:first-child { -webkit-border-top-left-radius: 30px; -moz-border-radius-topleft: 30px; border-top-left-radius: 30px; }
.planos .nav-tabs .nav-link:last-child { -webkit-border-top-right-radius: 30px; -moz-border-radius-topright: 30px; border-top-right-radius: 30px;}
.planos .nav-tabs .nav-link { font-size:20px;padding: 15px 20px; text-align: center; width: 100%; color: #fff; border: none; background: #c4a97e; position: relative;}
.planos .nav-tabs .nav-link i { font-size: 42px; margin-bottom: 5px; }
.planos .nav-tabs .nav-link a { font-size: 42px; margin-bottom: 5px; }
.planos .nav-tabs .nav-link p { font-size: 42px; margin-bottom: 5px; color: black; }
.planos .nav-tabs .nav-link span { display: block; font-size: 16px; }
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active, .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus { background: #414042; border: black; color: #fff; }
.planos .light-bg { -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; }
.planos .tab-content { padding: 15px; }
.table-bordered td, .table-bordered th { border: 1px solid #292c34; }
#chartdiv { width: 100%; height: 500px; }
#chartdiv .amcharts-chart-div a, #chartrounddiv .amcharts-chart-div a, .amcharts-export-menu.amcharts-export-menu-top-right.amExportButton { display: none !important; }
#chartrounddiv { width: 100%; height: 500px; font-size: 11px; }

#chartnew { width: 100%; height: 500px; }

.amcharts-pie-slice { transform: scale(1); transform-origin: 50% 50%; transition-duration: 0.3s; transition: all .3s ease-out; -webkit-transition: all .3s ease-out; -moz-transition: all .3s ease-out; -o-transition: all .3s ease-out; cursor: pointer; box-shadow: 0 0 30px 0 #fff; }
.amcharts-pie-slice:hover { transform: scale(1.1); filter: url(#shadow); }

/*************************************
Listing Check
**************************************/
.trending-2 ul.listing-mark { padding: 0; margin: 0; }
.trending-2 ul.listing-mark li { position: relative; list-style-type: none; padding-left: 25px; margin: 10px 0; }
.trending-2 ul.listing-mark li:after { content: "\f00c"; }

/*---------------------------------------------------------------------
List Style
----------------------------------------------------------------------*/
.trending-2 ul { padding: 0; margin: 0; padding-left: 20px; }
.trending-2 ul li:after { position: absolute; color: #c4a97e; content: ""; font-family: 'FontAwesome'; left: 0; top: 0; }
.trending-2 ul li.dark:after { color: #222222; }

/***************************
Token Sale
****************************/
.onix-token { position: relative; }
.onix-token .onix-icon { float: left; border-radius: 90px; height: 70px; width: 70px; line-height: 70px; text-align: center; margin-right: 15px; }
.onix-token .onix-icon i { font-size: 36px; color: #fff; }
.onix-token .onix-icon span { font-size: 30px; }
.onix-token .fancy-content { display: table-cell; }
.onix-token .fancy-content p { padding: 0; margin: 0; }
.onix-token.onix-bg .step { position: absolute; right: 0; top: 25px; font-size: 80px; color: #f7f7f7; z-index: -1; font-family: 'PT Sans', sans-serif; font-weight: 600; }
.onix-token.onix-bg { padding: 20px 15px; position: relative; }
.onix-token.onix-bg:before { position: absolute; content: ""; right: 0; top: 0; width: 0; height: 0; background: #f7f7f7; transition: all 0.5s ease-in-out; 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; -webkit-transition: all 0.5s ease-in-out; z-index: -1; border-radius: 5px; }

/*---------------------------------------------------------------------
                            Token 
-----------------------------------------------------------------------*/
.onix-countdown-2 h2 { font-size: 60px; font-weight: 600; line-height: 80px; }
.onix-countdown-2 { background: -webkit-box-shadow:10px 10px 142px -39px rgba(0, 0, 0, 0.75); -moz-box-shadow: 10px 10px 142px -39px rgba(0, 0, 0, 0.75); box-shadow: 10px 10px 142px -39px rgba(0, 0, 0, 0.75); }
.onix-countdown-2 h5 { font-size: 21px; line-height: 24px; }
.onix-countdown-2 #countdown { list-style: none; margin: 40px 0 20px 0; padding: 0; display: inline-block; width: 100%; }
.onix-countdown-2 #countdown li { display: inline-block; }
.onix-countdown-2 #countdown li span { font-size: 50px; line-height: 80px; font-weight: 600; }
.onix-countdown-2 #countdown li.seperator { font-size: 50px; line-height: 40px; vertical-align: top; margin-top: 15px; }
.onix-countdown-2 #countdown li p { font-size: 20px; }
.onix-countdown-2 input { width: 100%; border: none; box-shadow: none !important; background: rgba(255, 255, 255, 0.2) !important; height: 44px; border-radius: 3px 0 0 3px; min-width: 300px; }
.onix-countdown-2 .onix-subscribe { text-align: center; display: inline-block; }
.onix-countdown-2 input { color: #ffffff !important; }
.onix-countdown-2 input::-webkit-input-placeholder { color: #ffffff !important; }
.onix-countdown-2 input::-moz-placeholder { color: #ffffff !important; }
.onix-countdown-2 input:-moz-placeholder { color: #ffffff !important; }
.onix-countdown-2 input:-ms-input-placeholder { color: #ffffff !important; }
.onix-countdown-2 input:focus { outline: none; }
.onix-countdown-2 .button { border-radius: 0 3px 3px 0; }
.onix-countdown-2 { background: #242f6c; padding-bottom: 40px; border-radius: 10px; }
.onix-countdown-2 i { font-size: 20px; padding-left: 10px; }

/***************************
Token Sale
****************************/
.onix-token { position: relative; }
.onix-token .onix-icon { float: left; border-radius: 90px; height: 70px; width: 70px; line-height: 70px; text-align: center; margin-right: 15px; }
.onix-token .onix-icon i { font-size: 36px; color: #fff; }
.onix-token .onix-icon span { font-size: 30px; }
.onix-token .fancy-content { display: table-cell; }
.onix-token .fancy-content p { padding: 0; margin: 0; }
.onix-token.onix-bg .step { position: absolute; right: 0; top: 25px; font-size: 80px; color: #f7f7f7; z-index: -1; font-family: 'PT Sans', sans-serif; font-weight: 600; }
.onix-token.onix-bg { padding: 20px 15px; position: relative; }
.onix-token.onix-bg:before { position: absolute; content: ""; right: 0; top: 0; width: 0; height: 0; background: #f7f7f7; transition: all 0.5s ease-in-out; 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; -webkit-transition: all 0.5s ease-in-out; z-index: -1; border-radius: 5px; }

/*---------------------------------------------------------------------
                            Token 
-----------------------------------------------------------------------*/
.onix-countdown-2 h2 { font-size: 60px; font-weight: 600; line-height: 80px; }
.onix-countdown-2 { background: -webkit-box-shadow:10px 10px 142px -39px rgba(0, 0, 0, 0.75); -moz-box-shadow: 10px 10px 142px -39px rgba(0, 0, 0, 0.75); box-shadow: 10px 10px 142px -39px rgba(0, 0, 0, 0.75); }
.onix-countdown-2 h5 { font-size: 21px; line-height: 24px; }
.onix-countdown-2 #countdown { list-style: none; margin: 40px 0 20px 0; padding: 0; display: inline-block; width: 100%; }
.onix-countdown-2 #countdown li { display: inline-block; }
.onix-countdown-2 #countdown li span { font-size: 50px; line-height: 80px; font-weight: 600; }
.onix-countdown-2 #countdown li.seperator { font-size: 50px; line-height: 40px; vertical-align: top; margin-top: 15px; }
.onix-countdown-2 #countdown li p { font-size: 20px; }
.onix-countdown-2 input { width: 100%; border: none; box-shadow: none !important; background: rgba(255, 255, 255, 0.2) !important; height: 44px; border-radius: 3px 0 0 3px; min-width: 300px; }
.onix-countdown-2 .onix-subscribe { text-align: center; display: inline-block; }
.onix-countdown-2 input { color: #ffffff !important; }
.onix-countdown-2 input::-webkit-input-placeholder { color: #ffffff !important; }
.onix-countdown-2 input::-moz-placeholder { color: #ffffff !important; }
.onix-countdown-2 input:-moz-placeholder { color: #ffffff !important; }
.onix-countdown-2 input:-ms-input-placeholder { color: #ffffff !important; }
.onix-countdown-2 input:focus { outline: none; }
.onix-countdown-2 .button { border-radius: 0 3px 3px 0; }
.onix-countdown-2 { background: #242f6c; padding-bottom: 40px; border-radius: 10px; }
.onix-countdown-2 i { font-size: 20px; padding-left: 10px; }

/*---------------------------------------------------------------------
                                 Team
-----------------------------------------------------------------------*/
.our-team { text-align: center; }
.our-team .team-image { width: 80%; height: 80%; border-radius: 50%; border: 5px solid #d7d7d7; position: relative; margin: 0 auto; transition: all 0.5s ease 0s; }
.our-team:hover .team-image { border-color: #c4a97e; }
.our-team .team-image img { width: 100%; height: auto; border-radius: 50%; }
.our-team .social { margin: 0; padding: 0; list-style: none; width: 100%; position: absolute; top: 45%; opacity: 0; transform: scale(0); transition: all 0.5s ease 0s; }
.our-team:hover .social { opacity: 1; transform: scale(1); animation: 0.5s ease 0s normal 1 bounce; }
.our-team .social li { display: inline-block; border-radius: 50%; }
.our-team .social li:first-child { margin-left: -30px; float: left; }
.our-team .social li:last-child { margin-right: -30px; float: right; }
.our-team .social li a { display: block; width: 50px; height: 50px; line-height: 46px; border-radius: 50%; background-color: #fff; font-size: 18px; color: #c4a97e; border: 3px solid #c4a97e; }
.our-team .team-content { padding: 40px 0 0; }
.our-team .team-content .title { font-family: 'Comfortaa', cursive; }
@keyframes bounce {
  0% { opacity: 0; -webkit-transform: scale(.3); transform: scale(.3) }
  50% { opacity: 1; -webkit-transform: scale(1.05); transform: scale(1.05) }
  70% { -webkit-transform: scale(.9); transform: scale(.9) }
  100% { opacity: 1; -webkit-transform: scale(1); transform: scale(1) }
}
@media screen and (max-width:990px) {
  .our-team { margin-bottom: 20px; }
}

/*---------------------------------------------------------------------
                                 Team 2
-----------------------------------------------------------------------*/
.our-team-1 { text-align: center; }
.our-team-1 .team-image { width: 80%; height: 80%; border-radius: 50%; border: 5px solid #d7d7d7; position: relative; margin: 0 auto; transition: all 0.5s ease 0s; }
.our-team-1:hover .team-image { border-color: #c4a97e; }
.our-team-1 .team-image img { width: 100%; height: auto; border-radius: 50%; }
.our-team-1 .social { margin: 0; padding: 0; list-style: none; width: 100%; position: absolute; top: 45%; opacity: 0; transform: scale(0); transition: all 0.5s ease 0s; }
.our-team-1:hover .social { opacity: 1; transform: scale(1); animation: 0.5s ease 0s normal 1 bounce; }
.our-team-1 .social li { display: inline-block; border-radius: 50%; }
.our-team-1 .social li:first-child { margin-left: -30px; float: left; }
.our-team-1 .social li:last-child { margin-right: -30px; float: right; }
.our-team-1 .social li a { display: block; width: 50px; height: 50px; line-height: 46px; border-radius: 50%; background-color: #fff; font-size: 18px; color: #c4a97e; border: 3px solid #c4a97e; }
.our-team-1 .team-content { padding: 40px 0 0; }
.our-team-1 .team-content .title { font-family: 'Comfortaa', cursive; }
@keyframes bounce {
  0% { opacity: 0; -webkit-transform: scale(.3); transform: scale(.3) }
  50% { opacity: 1; -webkit-transform: scale(1.05); transform: scale(1.05) }
  70% { -webkit-transform: scale(.9); transform: scale(.9) }
  100% { opacity: 1; -webkit-transform: scale(1); transform: scale(1) }
}
@media screen and (max-width:990px) {
  .our-team-1 { margin-bottom: 20px; }
}

/*************************************
Teams 3 
**************************************/
.onix-our-team-2 .team-blog { text-align: center; overflow: hidden; border-radius: 130px; width: 80%; height: 80%; border-radius: 50%; border: 2px solid #c4a97e; position: relative; margin: 0 auto; transition: all 0.5s ease 0s; }
.onix-our-team-2 .team-blog img { vertical-align: bottom; border-radius: 130px; }
.onix-our-team-2 .team-blog:before { position: absolute; content: ""; width: 100%; height: 100%; left: 0; top: 0; background: rgba(249, 183, 7, 0.9); opacity: 0; }
.onix-our-team-2 .team-blog .team-description { position: absolute; width: 100%; top: -10%; left: 0; color: #fff; margin-top: -20px; padding: 0; opacity: 0; }
.onix-our-team-2 .team-blog .team-description a:hover { color: #222222; }
.onix-our-team-2 .team-blog:hover:before { opacity: 1; }
.onix-our-team-2 .team-blog:hover .team-description { top: 40%; opacity: 1; }
.onix-our-team-2 .team-blog:hover .team-social { bottom: 30px; opacity: 1; }
.onix-our-team-2 .team-blog .team-social { position: absolute; left: 0; bottom: -10%; width: 100%; opacity: 0; }
.onix-our-team-2 .team-blog .team-social ul { background: #ffffff; width: 100%; display: inline-block; }
.onix-our-team-2 .team-blog .team-social ul li { display: inline-block; }
.onix-our-team-2 .team-blog .team-social ul li a:hover { color: #222222; }
.onix-our-team-2 .team-blog .team-social ul li a { font-size: 16px; padding: 0 5px; color: #c4a97e; display: inline-block; float: none; line-height: 45px; text-align: center; background: transparent; }
.onix-our-team-2, .onix-our-team-2 .team-blog:before, .onix-our-team-2 .team-blog:hover:before, .onix-our-team-2 .team-blog:hover .team-description, .onix-our-team-2 .team-blog:hover .team-social, .onix-our-team-2 .team-blog .team-social { -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }

/*---------------------------------------------------------------------
                          Executive Partners
-----------------------------------------------------------------------*/
.Signal-partners { margin-bottom: 50px; }
.Signal-partners  img { width: 80%; }

/*---------------------------------------------------------------------
                              Blog
-----------------------------------------------------------------------*/
.onix-blog-box { -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06); -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06); box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06); border-radius: 0px 0px 15px 15px; -moz-border-radius: 0px 0px 15px 15px; -webkit-border-radius: 0px 0px 15px 15px; border: 0px solid #000000; }
.onix-blog-box .onix-blog-image { position: relative;border-radius: 15px 15px 15px 15px; }
.onix-blog-box .onix-blog-image img { width: 100%;border-radius: 15px 15px 15px 15px }
.onix-blog-detail { padding: 20px 15px 15px; background: #081828; border-radius: #081828; -moz-border-radius: 0px 0px 10px 10px; -webkit-border-radius: 0px 0px 10px 10px; border: 0px solid #000000; }
.onix-blog-detail .blog-title a h5 { font-size: 22px; font-family: 'Comfortaa', cursive; transition: all 0.5s ease-in-out; 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; -webkit-transition: all 0.5s ease-in-out; }
.onix-blog-detail a { color: #fff; }
.onix-blog-detail a:hover, .onix-blog-detail .blog-title a:hover h5 { color: #c4a97e; }
.onix-blog-meta { margin: 15px 0 5px; border-top: 1px solid #292c34; padding-top: 15px; }
.onix-blog-meta ul li { margin: 0 15px 0 0; padding: 0; font-size: 16px; }
.onix-blog-meta ul li:last-child { margin: 0; }

/*video vimeo and youtube*/
.onix-bolg-video { height: 0; padding-bottom: 56.5%; position: relative; overflow: hidden; }
.onix-bolg-video video, .onix-bolg-video embed, .onix-bolg-video iframe, .onix-bolg-video object { top: 0; left: 0; width: 100%; height: 100%; position: absolute; border: none; }

/*blog-entry-audio*/
.media-wrapper video { width: 100%; height: 100%; display: inline-block; float: left; }
.players { position: absolute; bottom: 15px; display: inline-block; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -o-transform: translateX(-50%); -ms-transform: translateX(-50%); -moz-transform: translateX(-50%); }

/*blog-border-radias*/
.blog-style .onix-blog-box .onix-blog-image img, .blog-style .media-wrapper, .blog-style .media-wrapper video, .blog-style  .onix-bolg-video { border-radius: 10px 10px 0px 0px; }

/*---------------------------------------------------------------------
                             FAQ
-----------------------------------------------------------------------*/
.onix-accordion { z-index: 9; position: relative; }
.onix-accordion .ad-title { position: relative; font-family: 'Comfortaa', cursive; padding: 22px 25px; font-size: 16px; line-height: normal; cursor: pointer; background-color: rgba(255, 255, 255, 0.05); display: block; text-align: left; color: #fff; text-decoration: none; border-radius: 10px; }
.onix-accordion .ad-title:before { -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.06); -moz-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.06); box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.06); cursor: pointer; content: "\f107"; font-family: "FontAwesome"; position: absolute; top: 50%; right: 15px; margin-top: -17px; display: inline-block; text-align: center; color: #fff; font-size: 18px; line-height: 35px; height: 35px; width: 35px; font-weight: normal; -webkit-transition: all 0.25s ease-in-out 0s; -moz-transition: all 0.25s ease-in-out 0s; transition: all 0.25s ease-in-out 0s; background: #c4a97e; border-radius: 90px; }
.onix-accordion .ad-active .ad-title:before { content: "\f106"; font-family: "FontAwesome"; }
.onix-accordion .ad-details { display: none; overflow: hidden; text-align: left; padding: 20px 25px 0; line-height: 26px; background: transparent; border: 1px solid transparent; border-top: none; }
.onix-accordion .onix-ad-block { margin-bottom: 20px; }
.onix-accordion .onix-ad-block:last-child { margin-bottom: 0; }
.anything-video { width: 100%; min-height: 300px; }

/*---------------------------------------------------------------------
                              Contact us
-----------------------------------------------------------------------*/
.contact-us .heading-title { margin-bottom: 0; }
.contact-us .heading-title .title { padding-bottom: 5px; }
.contact-us .map { display: inline-block; width: 100%; height: 100%; }
.contact-us form { background: #081828; padding: 30px; border-radius: 30px; }
.contact-form .section-field { position: relative; width: 100%; float: left; }
.contact-form .section-field input { position: relative; width: 100%; margin-bottom: 20px; border-radius: 90px; padding-left: 20px; height: 48px; line-height: 48px; clear: both; color: #fff; border: 1px solid #324553; background: #324553; }
.contact-form .section-field input:focus, .contact-form .section-field.textarea textarea:focus { border: 1px solid #324553; background: #324553; color: #fff; box-shadow: none; outline: none; }
.contact-form .section-field.textarea textarea { width: 100%; float: left; color: #fff; border: 1px solid #324553; border-radius: 30px; padding: 15px 0 0 20px; resize: none; background: #324553; }
#success { display: none; margin-top: 10px; }
.contact-form .section-field input::-webkit-input-placeholder, .contact-form .section-field.textarea textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
color: #fff; }
.contact-form .section-field input::-moz-placeholder, .contact-form .section-field.textarea textarea::-moz-placeholder { /* Firefox 19+ */
color: #fff; }
.contact-form .section-field input:-ms-input-placeholder, .contact-form .section-field.textarea textarea:-ms-input-placeholder { /* IE 10+ */
color: #fff; }
.contact-form .section-field input:-moz-placeholder, .contact-form .section-field.textarea textarea:-moz-placeholder { /* Firefox 18- */
color: #fff; }
.onix-contact-box-01 .onix-icon { float: left; border-radius: 90px; height: 70px; width: 70px; line-height: 70px; text-align: center; margin-right: 15px; color: #ffffff; font-size: 38px; }
.onix-contact-box-01 .onix-icon span { font-size: 30px; }
.onix-contact-box-01 .contact-content { display: table-cell; }
.onix-contact-box-01 .contact-content h5 { font-family: 'Comfortaa', cursive; }

/*Social Media*/
.info-share { margin: 40px 0 0; padding: 0; }
.info-share li { display: inline-block; list-style: none; padding: 0; margin: 0px 4px; }
.info-share li a { display: block; width: 45px; height: 45px; line-height: 45px; font-size: 16px; color: #fff; background: transparent; border: 1px solid #fff; text-align: center; border-radius: 50%; }
.info-share li a:hover { background: #c4a97e; border-color: #c4a97e; color: #fff; }

/*---------------------------------------------------------------------
                             Owl Carousel
-----------------------------------------------------------------------*/
.owl-carousel .owl-nav { display: block; position: absolute; text-indent: inherit; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); -moz-transform: translateY(-50%); left: 0; width: 100%; cursor: pointer; z-index: 999; }
.owl-carousel .owl-nav .owl-prev { display: block; position: absolute; text-align: center; text-indent: inherit; left: 20%; width: auto; cursor: pointer; -webkit-transition: opacity 0.3s ease 0s, left 0.3s ease 0s; -moz-transition: opacity 0.3s ease 0s, left 0.3s ease 0s; -ms-transition: opacity 0.3s ease 0s, left 0.3s ease 0s; -o-transition: opacity 0.3s ease 0s, left 0.3s ease 0s; transition: opacity 0.3s ease 0s, left 0.3s ease 0s; }
.owl-carousel .owl-nav .owl-next { display: block; position: absolute; text-align: center; text-indent: inherit; right: 20%; width: auto; cursor: pointer; -webkit-transition: opacity 0.3s ease 0s, right 0.3s ease 0s; -moz-transition: opacity 0.3s ease 0s, right 0.3s ease 0s; -ms-transition: opacity 0.3s ease 0s, right 0.3s ease 0s; -o-transition: opacity 0.3s ease 0s, right 0.3s ease 0s; transition: opacity 0.3s ease 0s, right 0.3s ease 0s; }
.owl-carousel .owl-nav i { font-size: 25px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 45px;
    /* padding: 5px; */
    display: inline-block;
    color: #fff;
    background: #63666d4a;
    font-weight: normal;
    text-align: center;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    border-style: solid; }
.owl-carousel .owl-nav i:hover { background: #CAAB79; color: #6D6E71; }


/* Dots */
.owl-carousel .owl-controls .owl-dot { margin-top: 20px; display: inline-block; }
.owl-carousel .owl-dots { position: relative; width: 100%; display: inline-block; text-indent: inherit; text-align: center; cursor: pointer; }
.owl-carousel.owl-theme .owl-dots .owl-dot span { background: #23292c; display: inline-block; border-radius: 30px; margin: 0px 3px; height: 10px; width: 10px; border: 1px solid #23292c; transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; cursor: pointer; }
.owl-carousel.owl-theme .owl-dots .owl-dot:hover span { background: #c4a97e; border: 1px solid #c4a97e; }
.owl-carousel.owl-theme .owl-dots .owl-dot.active span { background: #c4a97e; border: 1px solid #c4a97e; }

/*************************
      About
*************************/
.onix-about ul li { width: 32%; display: inline-block; }
.onix-about ul li img { float: left; }
.onix-about ul li span { display: table; font-weight: bold; line-height: normal; margin: 10px; padding-left: 10px; }
.onix-about ul li span b { display: block; font-size: 18px; line-height: normal; margin-bottom: 0px; }

/*Pricing Small*/
.onix-small-icon { text-align: center; padding: 30px 10px; margin-bottom: 20px; }
.onix-small-icon span { display: inline-block; width: 100%; }
.onix-small-icon h3 { position: relative; margin-bottom: 10px; }
.onix-small-icon h3:before { position: absolute; content: ""; bottom: -10px; left: 50%; width: 50px; margin-left: -25px; background: #081828; height: 2px; }
.onix-small-icon { background: #081828; border-radius: 5px; color: #fff; }

/*---------------------------------------------------------------------
                             Fancy-box 
---------------------------------------------------------------------*/
.onix-fancy-box-1 { padding: 0 20px 20px; margin-bottom: 120px; position: relative; }
.onix-fancy-box-1 .fancy-icon img { width: 60%; margin-top: -80px; }
.onix-fancy-box-1 .fancy-content h5 { font-family: 'Comfortaa', cursive; margin: 25px 0 25px; }
.onix-video { position: absolute; left: 50%; top: 50%; background: #fff; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 80px; height: 80px; text-align: center; font-size: 38px; color: #c4a97e; border-radius: 100%; line-height: 2.1; z-index: 9; }
.onix-video i { margin-left: 7px; }
.onix-first-adv { background: rgba(249, 183, 7, 0.4); }

/*---------------------------------------------------------------------
                          Timeline
-----------------------------------------------------------------------*/
.timeline-1 h6 { color: #fff; }
.timeline-1 { overflow: hidden; position: relative; }
.timeline-1:before { content: ""; width: 3px; height: 100%; background: #f2f2f2; position: absolute; top: 0; left: 50%; }
.timeline-1 .timeline-t { padding-right: 30px; position: relative; }
.timeline-1 .timeline-t:before, .timeline-1 .timeline-t:after { content: ""; display: block; width: 100%; clear: both; }
.timeline-1 .timeline-t:first-child:before, .timeline-1 .timeline-t:last-child:before { content: ""; width: 13px; height: 13px; border-radius: 50%; border: 2px solid #f7f7f7; background: #c4a97e; margin: 0 auto; position: absolute; top: 0; left: 0; right: -3px; }
.timeline-1 .timeline-t:last-child:before { top: auto; bottom: 0; }
.timeline-1 .timeline-icon { width: 18px; height: 18px; border-radius: 50%; background: #c4a97e; border: 2px solid #131418; box-sizing: content-box; margin: auto; position: absolute; top: 0; left: 0; bottom: 0; right: -4px; }
.timeline-1 .timeline-icon:before { content: ""; display: block; width: 8px; height: 8px; border-radius: 50%; background: #131418; margin: auto; position: absolute; top: 0; left: 0; bottom: 0; right: 0; }
.timeline-1 .year { display: inline-block; padding: 8px 20px; margin: 0; font-size: 14px; color: #fff; background: #131418; text-align: center; position: absolute; top: 50%; right: 35%; transform: translateY(-50%); }
.timeline-1 .year:before { content: ""; border-right: 18px solid #131418; border-top: 20px solid transparent; border-bottom: 20px solid transparent; position: absolute; top: 0; left: -18px; }
.timeline-1 .timeline-content { border-radius: 3px; width: 46.5%; padding: 30px; margin: 0 20px 0 0; background: #131418; position: relative; }
.timeline-1 .timeline-content:after { content: ""; border-left: 20px solid #131418; border-top: 20px solid transparent; border-bottom: 20px solid transparent; position: absolute; top: 50%; right: -20px; transform: translateY(-50%); }
.timeline-1 .timeline-t:nth-child(2n) { padding: 0 0 0 30px; }
.timeline-1 .timeline-t:nth-child(2n) .year { right: auto; left: 35%; }
.timeline-1 .timeline-t:nth-child(2n) .year:before { border: 20px solid transparent; border-right: none; border-left: 18px solid #131418; left: auto; right: -18px; }
.timeline-1 .timeline-t:nth-child(2n) .timeline-content { float: right; margin: 0 0 0 20px; }
.timeline-1 .timeline-t:nth-child(2n) .timeline-content:after { border-left: none; border-right: 20px solid #131418; right: auto; left: -20px; }
@media only screen and (max-width:1200px) {
  .timeline-1 .year { right: 30%; }
  .timeline-1 .timeline-t:nth-child(2n) .year { left: 30%; }
}
@media only screen and (max-width:990px) {
  .timeline-1 .year { right: 25%; }
  .timeline-1 .timeline-t:nth-child(2n) .year { left: 25%; }
}
@media only screen and (max-width:767px) {
  .timeline-1:before { left: 10px; }
  .timeline-1 .timeline-t { padding: 0 0 0 30px; margin-bottom: 20px; }
  .timeline-1 .timeline-t:last-child { margin-bottom: 0; }
  .timeline-1 .timeline-t:first-child:before, .timeline-1 .timeline-t:last-child:before { display: none; }
  .timeline-1 .timeline-icon { margin: 0; position: absolute; top: 7px; left: 0; }
  .timeline-1 .year, .timeline-1 .timeline-t:nth-child(2n) .year { display: block; font-weight: bold; margin: 0 0 32px 30px; z-index: 1; position: relative; top: auto; left: auto; right: auto; transform: none; }
  .timeline-1 .timeline-t:nth-child(2n) .year:before { border-left: none; border-right: 18px solid #131418; right: auto; left: -18px; }
  .timeline-1 .timeline-content { padding: 20px; }
  .timeline-1 .timeline-content, .timeline-1 .timeline-t:nth-child(2n) .timeline-content { width: auto; float: none; margin: 0 0 0 30px; }
  .timeline-1 .timeline-content:after, .timeline-1 .timeline-t:nth-child(2n) .timeline-content:after { border: none; border-bottom: 20px solid #131418; border-left: 20px solid transparent; border-right: 20px solid transparent; top: -20px; left: 50%; right: auto; transform: translateX(-50%); }
}
@media only screen and (max-width:480px) {
  .timeline-1 .year, .timeline-1 .timeline-t:nth-child(2n) .year { margin-left: 20px; }
  .timeline-1 .timeline-content, .timeline-1 .timeline-t:nth-child(2n) .timeline-content { margin-left: 10px; }
}

/*************************
Footer 2
*************************/

/*Contact*/
.onix-footer1 .onix-contact-box .onix-icon { float: left; text-align: center; margin-right: 15px; color: #c4a97e; }
.onix-footer1 .onix-contact-box .onix-icon i { font-size: 40px; }
.onix-footer1 .onix-contact-box .onix-content { display: table-cell; }
.onix-footer1 .onix-contact-box .onix-lead { color: #fff; }

/*About-us*/
.onix-footer1 .about-us li { margin: 15px 0; }
.onix-footer1 .about-us li a { color: #fff; }
.onix-footer1 .about-us li a:hover { color: #c4a97e; }

/*Newsletter*/
.onix-footer1 .onix-newsletter .form-control { background: #fff; -webkit-border-radius: 3px 0 0 3px; -moz-border-radius: 3px 0 0 3px; border-radius: 3px 0 0 3px; height: 50px; display: inline-block; padding-left: 25px; box-shadow: none; order: none; float: left; width: 60%; }
.onix-footer1 .onix-newsletter .button { -webkit-border-radius: 0px 3px 3px 0px; -moz-border-radius: 0px 3px 3px 0px; border-radius: 0px 3px 3px 0px; }

.form-control {display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #c4a97e;
    background-color: #f0ffff00;
    border-bottom: 1px solid #ced4da;
    border-radius: 0rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border-width: 2px;
    border-style: none none solid none;
    border-color: white;
    border-image: initial; }
.form-control:focus {
    color: #c4a97e;
    background-color: #fff0;
    border-color: #80bdff00;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 0%);
    border-bottom: 1px solid #ced4da;
    border-radius: 0rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border-width: 2px;
    border-style: none none solid none;
    border-color: white;
    border-image: initial;
}
.button-form {
    color: #d1d1d1;
    cursor: pointer;
    padding: 5px 40px;
    border: 1px;
    border-style: solid;
    border-color: #d1d1d1;
    font-size: 17px;
    position: relative;
    background: #90909047;
    font-family: 'Lato', sans-serif;
    display: inline-block;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    border-radius: 90px;
}
.button-form:hover, .button-form:focus {
    color: #ffffff;
    background: #c4a97e;
    outline: none;
}
.button-desc {
        color: #fff;
    cursor: pointer;
    padding: 10px 40px;
    border: 1px;
    border-style: solid;
    border-color: #656565;
    font-size: 17px;
    position: relative;
    background: #4c4c4c8c;
    font-family: 'Lato', sans-serif;
    display: inline-block;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
.button-desc:hover, .button-form:focus {
    color: #ffffff;
    background: #c4a97e;
    outline: none;
}
/*---------------------------------------------------------------------
                          Footer
-----------------------------------------------------------------------*/
.onix-footer .logo img { width: 200px; }
.onix-footer .small-title { margin-bottom: 20px; }
.onix-footer hr { border-bottom: 1px solid rgba(255, 255, 255, 0.2); }

/*Menu*/
.onix-footer .footer-menu li { margin: 0; }
.onix-footer .footer-menu li a { font-weight: 500; background: rgba(255, 255, 255, 0); padding: 8px 0; display: block; color: #ffffff; }
.onix-footer .footer-menu li a:hover { background: rgba(255, 255, 255, 0.2); color: #c4a97e; padding: 8px 15px; }

/*Copyright*/
.onix-footer .onix-copyright a { color: #c4a97e; }
.onix-footer .onix-copyright a:hover { color: #ffffff; }
.onix-footer .footer-bottom { background: #000000; }

/*Social Media*/
.onix-footer .onix-media-blog { margin: 0; padding: 0; text-align: right; }
.onix-footer .onix-media-blog li { display: inline-block; list-style: none; padding: 0; margin: 0px 4px; }
.onix-footer .onix-media-blog li a { display: block; width: 45px; height: 45px; line-height: 45px; font-size: 16px; color: #ffffff; background: transparent; border: 1px solid #666666; text-align: center; border-radius: 50%; }
.onix-footer .onix-media-blog li a:hover { background: #c4a97e; border-color: #c4a97e; color: #fff; }

/*Contact*/
.onix-footer .onix-contact .blog { color: #ffffff; }
.onix-footer .onix-contact .blog .title { font-size: 20px; }
.onix-footer .onix-contact .blog span { font-size: 20px; }
.onix-footer .onix-contact .blog i { color: #c4a97e; font-size: 40px; line-height: 40px; vertical-align: middle; margin-right: 15px; display: table; float: left; }
.onix-footer .onix-contact .blog .content { display: table-cell; }
.onix-footer .call-back { background: rgba(0, 0, 0, 0.2); padding: 30px; }
.onix-footer .call-back .form-control { border: none; border-radius: 0; height: 45px !important; }

/*************************************
Feature
**************************************/
.onix-feature1 .left { width: 76px; height: 76px; float: left; margin-right: 20px; text-align: center; border: 1px solid #c4a97e; transition: all 0.5s ease-in-out; -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; }
.onix-feature1 .left i { color: #c4a97e; font-size: 30px; background: #f3f3f3; display: block; margin: 7px 10px 10px 7px; width: 60px; height: 60px; line-height: 60px; transition: all 0.5s ease-in-out; -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; }
.onix-feature1 .right { display: table-cell; margin-top: 10px; vertical-align: top; }
.onix-feature1 .right p { margin-top: 0px; }
.onix-feature1:hover .left, .onix-feature1:hover .left i { border-color: #c4a97e; }
.onix-feature1:hover .left i { background: #c4a97e; color: #ffffff; }
.onix-feature1 .brd { -webkit-border-radius: 100px; -moz-border-radius: 100px; border-radius: 100px; }
.right-side .onix-feature1 .left { float: right; margin-left: 20px; margin-right: 0; }
.right-side .onix-feature1 .right { text-align: right; }

/* Multi Color Icons */
.onix-feature1 .left.big { width: 89px; height: 89px; }
.onix-feature1 .left i.in-bg-1 { background: #64c5ae; color: #ffffff; width: 74px; height: 74px; line-height: 74px; }
.onix-feature1 .left i.in-bg-2 { background: #f5c795; color: #ffffff; width: 74px; height: 74px; line-height: 74px; }
.onix-feature1 .left i.in-bg-3 { background: #b4aaec; color: #ffffff; width: 74px; height: 74px; line-height: 74px; }
.onix-feature1 .left.in-brd-1, .onix-feature1 .left.in-brd-2, .onix-feature1 .left.in-brd-3 { border: 1px solid #c4a97e; }
.onix-feature1:hover .left.in-brd-1 { border: 1px solid #64c5ae; }
.onix-feature1:hover .left.in-brd-2 { border: 1px solid #f5c795; }
.onix-feature1:hover .left.in-brd-3 { border: 1px solid #b4aaec; }

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: -20%;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #ffffff;
    text-align: left;
    list-style: none;
    background-color: #90909047;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    background-color: transparent;
    border: 1px;
    font-size: 12px;
    border-color: white;
    border-style: solid;
}


/* Style the form */
#regForm {
 /*margin: 100px auto; */
    /* padding: 40px; */
    /* width: 70%; */
    /* min-width: 300px; */
}


/* Style the input fields */
input {
  padding: 10px;
  width: 100%;
  font-size: 17px;
  font-family: Raleway;
  border: 1px solid #aaaaaa;
}

/* Mark input boxes that gets an error on validation: */
input.invalid {
  background-color: #ffdddd;
}

/* Hide all steps by default: */
.tab {
  display: none;
}

/* Make circles that indicate the steps of the form: */
.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #c4a97e;
  border: none;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

/* Mark the active step: */
.step.active {
  opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: #c4a97e;
}



.onix-tab{
      right: 0px;
    /* width: 100%; */
    position: absolute;
  }