/* reset css start */
@import url('https://fonts.googleapis.com/css2?family=Chakra+Petch:wght@300;400;500;600;700&amp;family=Roboto:wght@100;300;400;500;700;900&amp;display=swap');
:root{
    --body-font: 'Roboto', sans-serif;
    --body-alt-font: 'Chakra Petch', sans-serif;
    --body-color: rgb(255, 255, 255);
    --body-bg: #00003E;
}
html{
    scroll-behavior: smooth;
    /* overflow-x: hidden; */
}
body {
    font-family: var(--body-font);
    background-color: var(--body-bg);
    font-size: 18px;
    line-height: 25px;
    padding: 0;
    margin: 0;
    font-weight: 400;
    overflow-x: hidden;
}
h1,h2,h3,h4,h5,h6 {
    padding: 0;
    margin: 0;
}
  h1,h1>a,
  h2,h2>a,
  h3,h3>a,
  h4,h4>a,
  h5,h5>a,
  h6,h6>a {
    font-family: var(--body-alt-font);
    color: var(--body-color);
    line-height: 1.25;
    font-weight: 600;
    text-transform: initial;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
  h1>a:hover,
  h2>a:hover,
  h3>a:hover,
  h4>a:hover,
  h5>a:hover,
  h6>a:hover {
    color: var(--body-color);
}
  h1, h1>a {
    font-size: 76px;
    line-height: 91.2px;
  }
  h2, h2>a {
    font-size: 57px;
    line-height: 68.4px;
  }
  h3, h3>a {
    font-size: 43px;
    line-height: 51.6px;
  }
  h4, h4>a {
    font-size: 32px;
    line-height: 38.4px;
  }
  h5, h5>a {
    font-size: 24px;
    line-height: 28px;
  }
  h6, h6>a {
    font-size: 18px;
    line-height: 21.6px;
  }
  table thead tr th{
    font-size: 18px;
    line-height: 21.6px;
  }
  a {
    display: inline-block;
    color: var(--body-color);
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
  }
  a,a:focus, a:hover {
    text-decoration: none;
    outline: none;
    color: rgb(255, 255, 255);
  }
  p, span, li {
    margin: 0;
    font-family: var(--body-font);
    font-size: 18px;
    font-weight: 400;
    color: #DCE6FF;
    line-height: 25px;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  ul, ol {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  button:focus{
    outline: none !important;
    box-shadow: none !important;
  }
  input:focus,
  textarea:focus {
    outline: none;
    box-shadow: none;
  }
  button {
    border: none;
    cursor: pointer;
  }
input, textarea {
    padding: 10px 25px;
    border: 1px solid #4450B8;
    width: 100%;
    font-family: var(--body-font);
}

select {
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    outline: none;
}
textarea {
    min-height: 150px;
    resize: none;
}
span{
    display: inline-block;
}
.table thead th, .table td, .table th {
    border: none;
}
.bg_img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; 
}
.bg_img {
    background-position: center;
    background-size: cover;
}
.mr-1, .mx-1 {
    margin-right: 0.25rem !important;
}
.mr-60 {
    margin-right: 60px;
}
.mt-1, .my-1 {
    margin-top: 0.25rem !important;
}
.d-grid{
    display: grid !important;
}
.button-group {
    display: inline-flex;
    overflow: hidden;
    flex-wrap: wrap;
    justify-content: center;
}
.b-none {
    border: none !important;
}
.section-header{
    margin-top: -12px;
    margin-bottom: 56px;
}
.title{
    font-family: var(--body-alt-font);
    color: var(--body-color);
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.title span {
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
    font-weight: inherit;
    color: #00FEDF;
}
iframe {
    border:0;
    width: 100%;
}
@media (max-width: 991px) {
    .section-title{
        font-size: 40px;
    }
}
@media (max-width: 575px) {
    .sub-title,
    .sub-title-alt{
        font-size: 12px;
    }
}
.section-title span{
    color: var(--primary-color);
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
    font-weight: inherit;
}
.shadow-none {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.mb-30-none{
    margin-bottom: -30px;
}
.mb-30{
    margin-bottom: 30px;
}
.mb-40{
    margin-bottom: 40px;
}
.mb-40-none{
    margin-bottom: -40px;
}
.mt-30 {
    margin-top: 30px;
}
.pt-120 {
    padding-top: 120px;
}
@media (max-width: 991px) {
    .pt-120 {
        padding-top: 60px;
    }
}
@media (max-width: 575px) {
    .pt-120 {
        padding-top: 50px;
    }
}
.pb-120 {
    padding-bottom: 120px;
}
@media (max-width: 991px) {
    .pb-120 {
        padding-bottom: 60px;
    }
}
@media (max-width: 575px) {
    .pb-120 {
        padding-bottom: 50px;
    }
}
body::-webkit-scrollbar {
    width: 4px;
}
body::-webkit-scrollbar-track {
    background: #00003E;
}
body::-webkit-scrollbar-thumb {
    background: #535264; 
}
body::-webkit-scrollbar-thumb:hover {
    background: #535264; 
}
@media (max-width: 991px) {
    .header-section .header-top {
        display: block;
    }
}
@media (max-width: 991px) {
    .navbar-collapse .main-menu {
        height: 280px;
        overflow-y: auto;
    }
}
.navbar-collapse .main-menu .menu_has_children.show .sub-menu {
    display: grid;
}
@media (max-width: 991px) {
    .menu_has_children .sub-menu {
        display: none !important;
    }
    .menu_has_children .sub-menu li {
        width: 100% ;
    }
    .navbar-collapse .main-menu .menu_has_children.show .sub-menu {
        display: inline-flex !important;
        flex-wrap: wrap;
        margin-left: 20px;
    }
}
.navbar-collapse .main-menu li:last-child .sub-menu {
    left: auto;
    right: 0;
}
.navbar-collapse .main-menu .cart span{
    background-color: rgba(183, 165, 255, 0.2);
    color: #fff;
    padding: 0 20px;
    border-radius: 15px;
    margin-left: 5px;
}
.navbar-collapse .main-menu .cart-area {
    top: 40px;
}
.navbar-collapse .main-menu .cart-area button{
    background-color: transparent;
    color: var(--body-color);
    margin: 0 15px;
    font-weight: 500;
}
.navbar-collapse .main-menu li {
    position: relative;
}
.navbar-collapse .main-menu li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
}
.navbar-collapse .main-menu li.menu_has_children {
    position: relative;
}
.navbar-collapse .main-menu li.menu_has_children i {
    font-size: 18px;
    margin-left: 5px;
}
@media (max-width: 991px) {
    .navbar-collapse .main-menu li.menu_has_children::before {
        top: 12px;
        right: 15px;
    }
}
.navbar-collapse .main-menu li a {
    padding: 40px 25px;
    font-weight: 800;
    font-family: var(--body-font);
    font-size: 18px;
    text-transform: capitalize;
}
@media (max-width: 991px) {
    .navbar-collapse .main-menu li a {
        padding: 10px 8px;
        display: block;
    }
    .navbar-expand-lg {
        float: right;
        width: 100%;
    }
}
.navbar-collapse .main-menu li .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 230px;
    background-color: #0D0D59;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 9;
}
.navbar-collapse .main-menu li .sub-menu li:last-child a{
    border: none;
}
.navbar-collapse .main-menu li .sub-menu li a {
    padding: 15px 20px;
    display: block;
    border-bottom: 1px solid #7400D3;
}
.navbar-collapse .main-menu li .sub-menu li a:hover {
    border-radius: 0 !important;
}
.nav-area{
    display: contents;
    justify-content: space-between;
    z-index: 100;
}
@media (max-width: 991px) {
    .navbar-collapse .main-menu li .sub-menu {
        position: initial;
        opacity: 1;
        visibility: visible;
        display: none;
        -webkit-transition: none;
        transition: none;
    }
}
.menu-toggle {
    margin: 15px 0;
    position: relative;
    display: block;
    width: 35px;
    height: 20px;
    cursor: pointer;
    background: transparent;
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    font-size: 0;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.menu-toggle.is-active {
    border-color: transparent;
}
.menu-toggle::before, .menu-toggle::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #ffffff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: -webkit-transform 0.25s ease-in-out;
    -webkit-transition: -webkit-transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}
.menu-toggle.is-active::before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}
.menu-toggle.is-active::after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}
.navbar-toggler {
    padding-right: 0;
    display: none;
}
.toggle-btn{
    padding: 8px 12px;
    color:var(--body-color);
    font-weight: 500;
    text-transform: capitalize;
    border: 1px solid transparent;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 4px;
}
.header-section .header-bottom {
    padding: 10px 10px;
}
@media (max-width: 991px) {
    .navbar-toggler{
        display: inline-block;
    }
    .navbar-light .navbar-toggler {
        position: absolute;
        right: 14%;
        margin-top: 5px;
        border: none;
    }
    .header-area{
        position: relative;
        padding: 15px 0;
    }
    #header-section .navbar .navbar-brand img{
        max-width: initial;
    }
    #header-section .navbar .navbar-brand {
        margin-top: -5px;
        width: 35%;
    }
    .navbar-collapse .main-menu {
        padding-top: 30px;
    }
    #header-section .navbar .navbar-bottom{
        padding: 20px 0;
    }
    #header-section .navbar .navbar-top {
        justify-content: center !important;
    }
    #header-section {
        background-color: #5c2cc5 !important;
    }
    #header-section .overlay .navbar-toggler i{
        color: var(--body-color);
    }
    #header-section .navbar .navbar-nav .menu_has_children::after {
        transform: translateX(70px);
        left: 0;
    }
    
}
@media (max-width: 800px) {
    .navbar-light .navbar-toggler {
        right: 4%;
    }
}
@media (max-width: 440px) {
    #header-section .navbar .navbar-top .language-select-list img{
        display: none;
    }
    #header-section .navbar .navbar-top a {
        margin: 0 6px !important;
        font-size: 12px;
    }
    #header-section .navbar .navbar-top .language-select-list {
        margin: 0 !important;
    }
    #header-section .navbar .nice-select .option,
    #header-section .navbar .nice-select.select-bar .current{
        font-size: 12px;
    }
    #header-section .navbar .navbar-brand img {
        max-width: initial;
        width: 115px;
    }
    .navbar-light .navbar-toggler{
        margin-top: 0;
    }
    #header-section .navbar .navbar-collapse .navbar-nav {
        padding-right: 0;
    }
}
.scrollToTop {
    position: fixed;
    bottom: 0;
    right: 30px;
    width: 45px;
    height: 45px;
    background-color: #4E01CE;
    border-radius: 5px;
    color: #fff;
    line-height: 45px;
    font-size: 20px;
    text-align: center;
    z-index: 9;
    cursor: pointer;
    transition: all 1s;
    transform: translateY(100%);
}
.scrollToTop.active {
    bottom: 30px;
    transform: translateY(0%);
    color: #fff;
}
.scrollToTop:hover{
    color: #fff;
}
.preloader{
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 99999999;
    overflow: visible;
    background: #00003E url(../images/preloader.gif) no-repeat center center;
    background-size: 400px 400px;
    display: none;
}
  #header-section.header-fixed {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 999;
        background-color: #00003E;
        box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 30%);
    }
    #header-section.header-fixed .header-top,
    #header-section.header-fixed .header-middle {
        display: none!important;
    }
    #header-section.header-fixed .header-bottom {
        background-color: var(--body-color);
        box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
    }
    #header-section .header-top {
        padding: 20px 0;
    }
  .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  @-webkit-keyframes fadeInDown {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, -100%, 0);
      -ms-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
    }
    to {
      opacity: 1;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
    }
  }
  @keyframes fadeInDown {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, -100%, 0);
      -ms-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
    }
    to {
      opacity: 1;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
    }
  }
  .fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
  }
  @keyframes zoomInOut {
    50% {
      -webkit-transform:scale(1.2);
      -moz-transform:scale(1.2);
      -ms-transform:scale(1.2);
      -o-transform:scale(1.2);
      transform:scale(1.2);
    }
  }
  @-webkit-keyframes ripple2Ani {
    0% {
      -webkit-transform: translate(0px, 0px);
      transform: translate(0px, 0px); 
    }
    33% {
      -webkit-transform: translate(-5px, -5px);
      transform: translate(-5px, -5px); 
    }
    66% {
      -webkit-transform: translate(5px, 5px);
      transform: translate(5px, 5px); 
    }
    100% {
      -webkit-transform: translate(0px, 0px);
      transform: translate(0px, 0px); 
    } 
  }
  @keyframes ripple2Ani {
        0% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px); 
        }
        33% {
        -webkit-transform: translate(-5px, -5px);
        transform: translate(-5px, -5px); 
        }
        66% {
        -webkit-transform: translate(5px, 5px);
        transform: translate(5px, 5px); 
        }
        100% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px); 
        } 
    }
    @-webkit-keyframes rippleAni {
        0% {
            -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); 
        }
        33% {
            -webkit-transform: translate(5px, -5px);
            transform: translate(5px, -5px); 
        }
        66% {
            -webkit-transform: translate(-5px, 5px);
            transform: translate(-5px, 5px); 
        }
        100% {
            -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); 
        }
    }
    @keyframes rippleAni {
        0% {
            -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); 
        }
        33% {
            -webkit-transform: translate(5px, -5px);
            transform: translate(5px, -5px); 
        }
        66% {
            -webkit-transform: translate(-5px, 5px);
            transform: translate(-5px, 5px); 
        }
        100% {
            -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); 
        } 
    }
    @keyframes zoominout {
        0% {
            transform: scale(1,1);
        }
        50% {
            transform: scale(1.2,1.2);
        }
        100% {
            transform: scale(1,1);
        }
    }


      


/* cmn btn */
.cmn-btn {
    position: relative;
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    background: #7400D3;
    box-shadow: 0px 4px 0px #57049A;
    border-radius: 28px;
    transition: all ease 0.3s;
    padding: 12px 30px;
}
.cmn-btn:hover{
    background: #4E01CE;
    box-shadow: 0px 4px 0px #4707B3;
    transition: all ease 0.3s;
}
.cmn-btn img{
    margin-bottom: 4px;
    margin-left: 4px;
}
.cmn-btn-alt {
    background: #4E01CE;
    box-shadow: 0px 4px 0px #4707B3;
}
.cmn-btn-alt:hover{
    background: #7400D3;
    box-shadow: 0px 4px 0px #57049A;
}
.cmn-btn-second{
    padding: 8px 15px;
    border-radius: 25px;
    border: 1px solid #BE97FF;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    line-height: 18px;
    color: #FFFFFF;
    background: transparent;
    transition: all ease 0.3s;
}
.cmn-btn-second:hover{
    border: 1px solid #7400D3;
    background: #7400D3;
    transition: all ease 0.3s;
}

/* header area */
#header-section {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: transparent;
}
#header-section .site-logo{
    margin-top: -4px;
}
#header-section .header-area{
    border-bottom: 1px solid #4543A9;
}
#header-section.header-fixed .header-area{
    border: none;
}
#header-section .navbar .navbar-nav .dropdown a,
#header-section .right-area span,
#header-section .navbar .navbar-nav li a{
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    text-transform: uppercase;
}
#header-section .navbar .navbar-nav li a.active,
#header-section .navbar .navbar-nav li a:hover{
    color: #00FEDF;
}
#header-section .navbar .navbar-nav .menu_has_children a{
    padding-right: 40px;
}
#header-section .navbar .navbar-nav .menu_has_children{
    display: grid;
    align-items: center;
}
#header-section .navbar .navbar-nav .menu_has_children::after{
    position: absolute;
    content: '';
    background-image: url(../images/down-arrow.png);
    background-repeat: no-repeat;
    height: 7px;
    width: 15px;
    right: 15px;
    transition: all ease 0.3s;
}
#header-section .navbar .navbar-nav .dropdown{
    display: flex;
    align-items: center;
}
#header-section .right-area .nice-select{
    padding-left: 5px;
}
#header-section .right-area .cmn-btn{
    margin-left: 10px;
}
#header-section .nice-select:after{
    position: absolute;
    content: '';
    background-image: url(../images/down-arrow.png);
    background-repeat: no-repeat;
    height: 7px;
    width: 15px;
    right: 6px;
    transition: all ease 0.3s;
    border: none;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
#header-section .nice-select.open:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    right: 15px;
    margin-top: -5px;
}
#header-section .nice-select.open .list{
    background-color: #0D0D59;
}
#header-section .nice-select .option:hover,
#header-section .nice-select .option.focus,
#header-section .nice-select .option.selected.focus {
    background-color: transparent;
    color: #00FEDF;
}

/* modal */
.modal-backdrop {
    height: initial;
}
.modal.register .modal-body{
    padding: 0;
}
.modal.register .modal-content .comn-btn{
    width: 100%;
}
.modal.register .modal-content{
    padding: 10px 10px 15px 10px;
    background: #00003e;
    box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.5);
    border-radius: 30px;
}
.checkbox_wrapper{
    position: relative;
    height: 16px;
    width: 17px;
}
input[type="checkbox"] {
    opacity:0;
    height: 16px;
    width: 17px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
input[type="checkbox"] + label{
    background-image: url(../images/check.png);
    background-repeat: no-repeat;
    height: 18px;
    width: 18px;
    display:inline-block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    border: 1px solid #47399B;
    border-radius: 5px;
}
input[type="checkbox"]:checked + label{
    background-image: none;
    background-repeat: no-repeat;
    height: 18px;
    width: 18px;
    display: inline-block;
    border: 1px solid #47399B;
    border-radius: 5px;
}
.modal.register .modal-content .close{
    padding: 6px 10px;
    margin: 0;
    background: #6A6AFF;
    border-radius: 50%;
}
.modal.register .modal-content .modal-header{
    border: none;
    border: none;
    padding: 0 10px 20px;
}
.modal.register .modal-content .modal-body form .form-control:focus{
    border: 1px solid #00FEDF;
}
.modal.register .modal-content .modal-body form input{
    background: #350981;
    color: var(--body-color);
    border: 1px solid #47399B;
}
.modal.register .modal-content .modal-body form label{
    color: var(--body-color);
}
.modal.register .modal-content .modal-body h5.welcome{
    width: 100%;
}
.modal.register .modal-content .modal-body h5{
    text-transform: uppercase;
    text-align: center;
    width: 35%;
    margin: 0 auto;
    padding: 8px 0 6px;
    margin-bottom: 15px;
}
.modal.register .modal-content .modal-body p a{
    color: #00FEDF;
    text-transform: uppercase;
}
.modal.register .modal-content .modal-body p{
    text-align: center;
    margin: 0 0 37px;
}
.modal.register .modal-content .modal-body .form-area{
    padding: 30px 30px 40px 30px;
    background: #360589;
    border-radius: 30px;
}
.modal.register .modal-content .modal-body .form-group .check_span{
    margin-left: 16px;
    font-size: 13px;
    line-height: 18px;
    color: var(--body-color);
    font-weight: 400;
}
.modal.register .modal-content .modal-body .form-group .cmn-btn{
    margin-left: 0;
    width: 100%;
    margin-top: 25px;
}
.modal.register .modal-content .modal-body .form-group .check_span span{
    color: #00FEDF;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}
.modal.register .modal-content .modal-body .reg-with p{
    color: var(--body-color);
    text-transform: uppercase;
    margin-top: 35px;
}
.modal.register .modal-content .modal-body .reg-with .social-area a{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 16px;
}
.modal.register .modal-content .modal-body .reg-with .social-area a img{
    z-index: 1;
}
.modal.register .modal-content .modal-body .reg-with .social-area a::before{
    position: absolute;
    content: '';
    z-index: 0;
    width: 30px;
    height: 30px;
    background-image: url(../images/social-bg.png);
    background-repeat: no-repeat;
    transition: ease 0.5s;
}
.modal.register .modal-content .modal-body .reg-with .social-area a:hover::before{
    background-image: url(../images/social-bg-hover.png);
    background-repeat: no-repeat;
    transition: ease 0.5s;
}

/* banner-section */
#banner-section {
    position: relative;
    /* padding-top: 167px; */
    background-color: #280B70;
    background-image: url(../images/banner-bg.png);
    background-size: 100%;
    background-repeat: no-repeat;
    height: 100vh;
    overflow: hidden;
    padding-top: 10px;
 
}
#banner-section .main-content h1{
    text-transform: uppercase;
    margin-bottom: 5px;
}
#banner-section .main-content h1 span{
    color: #00FEDF;
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
}
#banner-section .main-content .cmn-btn{
    margin-top: 35px;
    margin-bottom: 20px;
}
#banner-section .banner-content .col-lg-12{
    z-index: 3;
}
#banner-section .banner-content .ani-img{
    position: relative;
    top: -40%;
}
#banner-section .banner-content .ani-img img{
    position: absolute;
}
#banner-section .banner-content .ani-img .cir-1{
    top: 0%;
    left: -15%;
    -webkit-animation: ripple2Ani 4s linear infinite;
    animation: ripple2Ani 4s linear infinite;
}
#banner-section .banner-content .ani-img .cir-2{
    top: 200px;
    left: -35%;
    -webkit-animation: ripple2Ani 3s linear infinite;
    animation: ripple2Ani 3s linear infinite;
}
#banner-section .banner-content .ani-img .cir-3{
    top: 0%;
    right: -15%;
    -webkit-animation: rippleAni 4s linear infinite;
    animation: rippleAni 4s linear infinite;
}
#banner-section .banner-content .ani-img .cir-4{
    top: 200px;
    right: -35%;
    -webkit-animation: rippleAni 3s linear infinite;
    animation: rippleAni 3s linear infinite;
}
#banner-section .banner-content .ani-illu{
    position: relative;
    bottom: -35px;
    z-index: 0;
}
#banner-section .banner-content .ani-illu img{
    position: absolute;
}
#banner-section .banner-content .ani-illu .left-1{
    left: 0;
    bottom: 0;
}
#banner-section .banner-content .ani-illu .right-2{
    right: 0;
    bottom: 0;
}
#banner-section .banner-content .bottom-item {
    border-radius: 10px;
    background-color: #0D0D59;
    margin-bottom: -70px;
    z-index: 3;
    margin-right: 15px;
    margin-left: 15px;
}
#banner-section .banner-content .single-item {
    padding: 22px 0 26px;
}
#banner-section .banner-content .single-item .left-area{
    display: grid;
}
#banner-section .banner-content .single-item .left-area img{
    margin: 0 30px;
    max-width: inherit;
}
#banner-section .banner-content .single-item .right-area h4{
    margin-bottom: 9px;
}

/* Feature Game */
#feature-game-section .single-item{
    padding: 0 15px;
}
#feature-game-section .container-fluid{
    margin-bottom: -12px;
}
#feature-game-section .container .right-area{
    margin-bottom: 15px;
}

/* Available Game */
#available-game-section{
    background-color: #0D0D48;
}
#available-game-section .contained-area .col-lg-3{
    margin-bottom: 30px;
}
#available-game-section .right-area .cmn-btn{
    margin-left: 5px;
}

/* Level Up */
#level-up-section {
    position: relative;
}
#level-up-section .right-area{
    display: grid;
}
#level-up-section .right-area .single-item{
    text-align: center;
}
#level-up-section .right-area .single-item h6{
    margin-top: 30px;
    text-transform: uppercase;
}

/* Todays winner  */
#todays-winner-section{
    background-image: url(../images/todays-winner-bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
#todays-winner-section.home .section-header {
    margin-bottom: 0;
}
#todays-winner-section .title-area{
    position: relative;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
#todays-winner-section .title-area h5{
    text-transform: uppercase;
    position: absolute;
    margin-top: 10px;
}
#todays-winner-section .winner-chart {
    background: rgba(104, 62, 254, 0.15);
    border: 1px solid #9180FF;
    box-sizing: border-box;
    box-shadow: 0px 4px 10px rgba(39, 39, 138, 0.7);
    border-radius: 5px;
    padding: 8px 0;
    position: relative;
    overflow: hidden;
}
#todays-winner-section .winner-chart .ribbon {
    position: absolute;
    padding: 10px 50px;
    top: 20px;
    left: -55px;
    z-index: 1;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 14px;
    background: #1B5E42;
    color: #fff;
    transform: rotate(315deg);
    text-align: center;
}
#todays-winner-section .winner-chart .single-item {
    background-color: #292994;
    padding: 10px 30px;
    margin: 10px 15px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
#todays-winner-section .winner-chart .single-item .left-area img{
    height: fit-content;
}
#todays-winner-section .winner-chart .single-item .name-area img{
    background-color: #03D6F9;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 0 10px 0 15px;
}
#todays-winner-section .winner-chart .single-item .name-area h6{
    text-transform: uppercase;
    font-size: 14px;
    line-height: 20px;
}
#todays-winner-section .winner-chart .single-item .win-price{
    background: #160D96;
    box-shadow: 0px 4px 8px rgb(12 23 80 / 80%);
    border-radius: 15px;
    padding: 5px 10px;
}
#todays-winner-section .winner-chart .single-item .win-price span{
    font-weight: bold;
    font-size: 13px;
    line-height: 18px;
    text-transform: uppercase;
    color: #00FF6D;
}
#todays-winner-section .winner-chart .single-item .win-price .cur{
    color: #fff;
    margin-right: 5px;
}

.fwinner-chart{
    width: 200px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: 30px;
    right: -50px;
    font-size: 20px;
    color: rgb(255, 255, 255);
    z-index: 2;
    overflow: hidden;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border: 1px dashed;
    background: -webkit-linear-gradient(45deg, #903eff 0%, #3e19ff 100%);
    background: linear-gradient(45deg, #903eff 0%, #3e19ff 100%);
    box-shadow: 0 0 0 3px #903eff, 0px 21px 5px -18px #3f19ff60;
    text-align: center;
}

/* Counter Start */
#counter-section {
    background-color: #00003E;
    margin-bottom: -8px;
}
#counter-section .single-item span{
    display: block;
    font-weight: bold;
    font-size: 32px;
    line-height: 38px;
    color: var(--body-color);
    margin: 12px 0 5px;
}
#counter-section .single-item .counter{
    display: inline-block;
}
#counter-section .single-item h6{
    font-weight: bold;
    color: #03D6F9;
}

/* Latest Activites */
#latest-activites-section {
    position: relative;
}
#latest-activites-section.games {
    z-index: 1;
}
#latest-activites-section.games .ani-div .obj-1 {
    top: 0;
    left: 13%;
    animation: none;
}
#latest-activites-section::before{
    content: "";
    background-image: url(../images/latest-activites.png);
    background-color: #141461;
    opacity: 0.3;
    position: absolute;
    height: 100%;
    width: 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
#latest-activites-section .ani-div{
    opacity: 0.3;
    position: relative;
    z-index: -1;
}
#latest-activites-section .ani-div img{
    position: absolute;
}
#latest-activites-section .ani-div .obj-1{
    top: -30px;
    left: 13%;
    -webkit-animation: zoominout 4s infinite;
    animation: zoominout 4s infinite;
}
#latest-activites-section .ani-div .obj-2{
    top: 125px;
    right: 4%;
    -webkit-animation: zoominout 5s infinite;
    animation: zoominout 5s infinite;
}
#latest-activites-section .ani-div .obj-3{
    top: 320px;
    left: 2%;
    -webkit-animation: zoominout 5s infinite;
    animation: zoominout 5s infinite;
}
#latest-activites-section .nav-tabs{
    background: #171789;
    box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.1);
    border-radius: 28px;
    text-transform: uppercase;
    border: none;
}
#latest-activites-section .nav-tabs .nav-link{
    border: none;
    font-weight: 900;
    padding: 15px 30px;
    color: var(--body-color);
}
#latest-activites-section .nav-tabs .nav-link.active{
    background: #4E01CE;
    border-radius: 28px;
}
#latest-activites-section .tab-content{
    margin-bottom: -180px;
}
#latest-activites-section .table-responsive{
    background: linear-gradient(180deg, #1D0D80 0%, rgba(0, 0, 62, 0) 100%);
    padding: 30px 30px 0 30px;
}
#latest-activites-section .table{
    background-color: #141461;
    margin-bottom: 0;
}
#latest-activites-section .table th a{
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
}
#latest-activites-section .table th,
#latest-activites-section .table td{
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    color: #E7EAFF;
    width: 0%;
    padding: 15px 10px;
    padding-left: 30px;
}
#latest-activites-section .table thead tr th.text-start{
    text-align: start;
}
#latest-activites-section .table thead tr th{
    text-align: center;
    text-transform: uppercase;
}
#latest-activites-section .table thead tr{
    background: #252595;
    color: var(--body-color);
}
#latest-activites-section tbody tr img{
    margin-right: 5px;
}
#latest-activites-section tbody tr{
    background: #141461;
    border-bottom: 1px solid #182280;
    border-top: 1px solid #182280;
    transition: all ease 0.3s;
}
#latest-activites-section tbody tr th{
    text-align: start !important;
}
#latest-activites-section tbody tr td,
#latest-activites-section tbody tr th{
    text-align: center;
}
#latest-activites-section .table tbody tr:hover{
    background: #13136C;
    border-bottom: 1px solid #3f4aa9;
    border-top: 1px solid #3f4aa9;
    transition: all ease 0.3s;
}

/* FAQ Activites */
#faq-section .overlay {
    margin-top: 180px;
}
#faq-section .overlay .section-header p{
    margin: auto 10%;
}
#faq-section .overlay .left-area{
    position: relative;
}
#faq-section .overlay .left-area,
#faq-section .overlay .left-area span{
    position: relative;
}
#faq-section .overlay .left-area span::before{
    content: '';
    position: absolute;
    background: #1C1B74;
    z-index: -5;
    border-radius: 50%;
    padding: 160px;
}
#faq-section .overlay .left-area span::after{
    content: '';
    position: absolute;
    background: #1C1B74;
    opacity: 0.5;
    z-index: -5;
    border-radius: 50%;
    padding: 210px;
    left: -15%;
    top: -15%;
    animation: zoominout 5s linear infinite;
}
#faq-section .overlay .left-area::before{
    content: '';
    position: absolute;
    background: #1C1B74;
    opacity: 0.3;
    z-index: -4;
    border-radius: 50%;
    padding: 240px;
    left: -24%;
    top: -23%;
    animation: zoominout 5s linear infinite;
}
#faq-section .overlay .left-area::after{
    content: '';
    position: absolute;
    background: #1C1B74;
    opacity: 0.2;
    z-index: -3;
    border-radius: 50%;
    padding: 265px;
    left: -32%;
    top: -31%;
    animation: zoominout 5s linear infinite;
}
#faq-section .overlay .card{
    border: none;
    margin-bottom: 20px;
}
#faq-section .overlay .card-header {
    background-color: #1C1B74;
}
#faq-section .overlay .card-body {
    background-color: #08074C;
    padding: 15px 30px 20px;
}
#faq-section .overlay .card-body p{
    font-size: 14px;
    line-height: 20px;
}
#faq-section .overlay .card-header .btn-link{
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: inherit;
    font-weight: inherit;
    font-size: inherit;
    text-transform: uppercase;
}
#faq-section .overlay .card-header .btn-link::before {
    position: absolute;
    content: '';
    background-color: #016778;
    right: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
#faq-section .overlay .card-header .collapsed.btn-link::after {
    position: absolute;
    content: '';
    background-image: url(../images/plus-arrow.png);
    background-repeat: no-repeat;
    height: 15px;
    width: 15px;
    right: 8px;
    transform: rotate(90deg);
    transition: all ease 0.3s;
}
#faq-section .overlay .card-header .btn-link::after {
    background-image: url(../images/minus-arrow.png);
    position: absolute;
    content: '';
    background-repeat: no-repeat;
    border-radius: 50%;
    height: 15px;
    width: 15px;
    transform: rotate(0deg);
    transition: all ease 0.3s;
    right: 5px;
}

/* Footer Section */
#available-game-section.winners .tab-content .single-item {
    border: 5px solid #4E01CE;
    border-radius: 50%;
}
#available-game-section.winners .tab-content .single-item img{
    border-radius: 50%;
    display: block;
}
#available-game-section.winners .tab-content .single-item span{
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    padding: 10px 25px;
    background: #4E01CE;
    border-radius: 14px;
    position: absolute;
}




/* Footer Section */
#footer-section {
    background-color: #220970;
    margin-top: 260px;
}
#footer-section .section-header{
    margin-top: -6px;
}
#footer-section .section-header p{
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
}
#footer-section .footer-top{
    background-color: #310E9E;
    margin-top: -260px;
    border-radius: 10px;
}
#footer-section .subscribe{
    background: #FFFFFF;
    border: 1px solid #4450B8;
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.1);
    border-radius: 28px;
    padding: 5px;
    display: flex;
}
#footer-section .subscribe input{
    border: none;
    border-radius: 28px;
}
#footer-section .subscribe .btn{
    padding: 10px 20px;
    background: #4E01CE;
    border-radius: 28px;
    font-weight: bold;
    font-size: 13px;
    line-height: 18px;
    text-transform: uppercase;
    color: var(--body-color);
    margin-right: 5px;
}
#footer-section .side-contant{
    position: relative;
}
#footer-section .side-contant img{
    position: absolute;
}
#footer-section .side-contant .left .bg{
    top: -40px;
}
#footer-section .side-contant .left .top{
    left: 10%;
}
#footer-section .side-contant .right img{
    right: 0;
    top: -12px;
}
#footer-section .navbar-collapse .main-menu li a {
    padding: 0px 25px;
    font-weight: 700;
}
#footer-section .bottom-area {
    padding-bottom: 40px;
}
#footer-section .bottom-area ul li a {
    text-transform: uppercase;
    padding: 0 15px;
}
#footer-section .bottom-area ul li a:hover{
    color: #00FEDF;
}
#footer-section .footer-bottom .main-content{
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
#footer-section .footer-bottom .left-area p{
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
}
#footer-section .footer-bottom .left-area a{
    font-size: inherit;
    line-height: inherit;
    text-transform: uppercase;
}
#footer-section .footer-bottom .left-area a{
    color: #00FEDF;
}
#footer-section .social-area a{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 10px 0 20px;
}
#footer-section .social-area a img{
    z-index: 1;
}
#footer-section .social-area a::before{
    position: absolute;
    content: '';
    z-index: 0;
    width: 30px;
    height: 30px;
    background-image: url(../images/social-bg.png);
    background-repeat: no-repeat;
    transition: ease 0.5s;
}
#footer-section .social-area a:hover::before{
    background-image: url(../images/social-bg-hover.png);
    background-repeat: no-repeat;
    transition: ease 0.5s;
}
#footer-section .footer-bottom .right-area .nice-select{
    border: 1px solid rgba(255, 255, 255, 0.2);
    height: 40px;
}
#footer-section .footer-bottom .right-area .nice-select .list {
    top: unset;
    bottom: 100%;
}
#footer-section .footer-bottom .right-area .nice-select span,
#footer-section .footer-bottom .right-area .nice-select ul li{
    text-transform: uppercase;
}
#footer-section .footer-bottom .right-area .nice-select span{
    padding: 0 15px 0 0;
}
#footer-section .main-menu{
    -ms-flex-direction: row;
    flex-direction: row;
}
#footer-section .footer-bottom .right-area .nice-select.open .list{
    background-color: #0D0D59;
}
#footer-section .footer-bottom .right-area .nice-select .option:hover,
#footer-section .footer-bottom .right-area .nice-select .option.focus,
#footer-section .footer-bottom .right-area .nice-select .option.selected.focus {
    background-color: transparent;
    color: #00FEDF;
}

/* Home Page Second  */
#banner-section.index-2 {
    background-image: unset;
}
#banner-section.index-2 .banner-content{
    position: relative;
}
#banner-section.index-2 .banner-content .banner-side{
    position: absolute;
    right: 5%;
}
#banner-section.index-2 .main-content .cmn-btn {
    margin-bottom: 0;
}
#banner-section.index-2 .banner-content .bottom-item {
    margin-bottom: -285px;
    margin-top: -10px;
}
.bottom-item .bottom-content {
    background: #0D0D59;
    border-radius: 10px 0px 0px 10px;
    padding: 80px 0;
}
.bottom-item .banner-carousel{
    margin: 0 0 15px;
}
.bottom-item .single-item{
    position: relative;
}
.bottom-item .single-item img{
    border-radius: 50%;
    display: block;
}
.bottom-item .single-item span{
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    padding: 2px 8px;
    background: #4E01CE;
    border-radius: 14px;
    position: absolute;
    bottom: 15px;
    left: 10px;
}
.bottom-item .right-area h4 {
    text-transform: uppercase;
}
.bottom-item .right-area .couter-area{
    margin: 20px 0 40px;
}
.bottom-item .right-area h4 span{
    text-transform: uppercase;
    color: #00FEDF;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    background: #191961;
    border-radius: 5px;
    padding: 20px 15px;
    margin: -2px;
}
#available-game-section.index-2 {
    background-color: transparent;
}
#available-game-section.games-2.home-2 .overlay{
    margin-top: 245px;
}
#available-game-section.games-2.home-2 .overlay .menu-area {
    background: transparent;
}
#available-game-section.index-2 .nav-tabs {
    border: none;
}
#available-game-section.home-2.index-2 .cmn-btn-second {
    margin-top: 60px;
}
#available-game-section.home-2.index-2 .tab-content {
    margin: 0;
}
#available-game-section.index-2 .tab-content {
    margin: 60px 0;
}
#available-game-section.index-2 .nav-tabs .nav-item {
    margin-right: 10px;
}
#available-game-section.index-2 .input-area {
    padding: 4px 25px;
    background: #181868;
    border: 1px solid #4450B8;
    box-shadow: 0px 8px 24px rgb(0 0 0 / 10%);
    border-radius: 28px;
}
#available-game-section.index-2 .input-area input{
    background: #181868;
    color: var(--body-color);
    border: none;
    padding: 10px 20px;
}

/* Jackpot Section */
#jackpot-section{
    background-image: url(../images/jackpot-bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
#jackpot-section .right-area{
    margin-top: -12px;
}
#jackpot-section .right-area h4 {
    text-transform: uppercase;
}
#jackpot-section .right-area .couter-area{
    margin: 39px 0 54px;
}
#jackpot-section .right-area h1 span{
    text-transform: uppercase;
    color: #00FEDF;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 5px;
    padding: 20px 15px;
    margin: -5px;
}
#jackpot-section .right-area .cmn-btn-second{
    background-color: #7400D3;
    border: 1px solid #7400D3;
}
#jackpot-section .section-header{
    margin-bottom: 30px;
}
#jackpot-section .section-header h3{
    text-transform: uppercase;
    margin-left: 20px;
}
#jackpot-section .jackpot-area{
    margin-bottom: -260px;
    z-index: 1;
}
#jackpot-section .carousel-jackpot .single-item{
    position: relative;
}
#jackpot-section .carousel-jackpot .single-item h6{
    position: absolute;
    top: 20px;
    left: 35px;
    padding: 10px 30px;
    background: #4E01CE;
    border-radius: 10px;
}
#level-up-section.index-2 {
    margin-top: -20px;
    background-color: #00003E;
}
#jackpot-section .slick-initialized .slick-arrow {
    position: absolute;
    background-color: transparent;
    border-radius: 4px;
    padding: 2px 5px;
    line-height: 0;
    outline: none;
    transition: all 0.5s;
}
#jackpot-section .slick-initialized .slick-next {
    right: calc(8% - -10px);
    top: -20%;
    z-index: 1;
}
#jackpot-section .slick-initialized .slick-prev {
    right: calc(8% - 60px);
    top: -20%;
    z-index: 2;
}
#jackpot-section .slick-initialized .slick-next,
#jackpot-section .slick-initialized .slick-prev {
    
    background: #4E01CE;
    box-shadow: 0px 4px 0px #4707B3;
    border-radius: 28px;
    padding: 15px 30px;
    display: inline-block;
}
#jackpot-section .slick-initialized .slick-next:hover,
#jackpot-section .slick-initialized .slick-prev:hover {
    background: #7400D3;
    box-shadow: 0px 4px 0px #57049A;
}
#jackpot-section .slick-initialized .slick-prev::before,
#jackpot-section .slick-initialized .slick-next::before{
    content: '';
    height: 100px;
    width: 100px;
    position: absolute;
    top: 10px;
    left: 25px;
}
#jackpot-section .slick-initialized .slick-prev::before{
    background: url(../images/double-right.png);
    background-repeat: no-repeat;
}
#jackpot-section .slick-initialized .slick-next::before{
    background: url(../images/double-left.png);
    background-repeat: no-repeat;
}

/* Features Section */
#features-section {
    margin-bottom: -60px;
    margin-top: 60px;
}
#features-section .single-item .icon-area{
    width: 110px;
    height: 110px;
    background: #141461;
    border-radius: 55px;
    margin: 0 auto;
}
#features-section .single-item {
    margin-bottom: 60px;
}
#features-section .single-item h4{
    text-transform: uppercase;
    margin: 40px 0 20px;
}

/* Counter Section */
#counter-section.index-2 .main-content{
    background: #1C1B74;
    padding: 40px 0;
}
#counter-section.index-2 .single-item h6 {
    margin-bottom: -5px;
}

/* Faq Section */
#faq-section.index-2 .overlay{
    margin: 0;
}

/* Inner Banner Section */
#banner-section.inner-banner h1{
    text-transform: uppercase;
}
#banner-section.inner-banner .breadcrumb-area .breadcrumb{
    background: transparent;
}
#banner-section.inner-banner .breadcrumb-area ol{
    padding-left: 3px;
    margin-bottom: 45px;
}
#banner-section.inner-banner .breadcrumb-area ol li,
#banner-section.inner-banner .breadcrumb-area ol li a{
    font-size: 24px;
    line-height: 34px;
    font-weight: 400;
    color: var(--body-color);
}
.breadcrumb-item+.breadcrumb-item::before {
    padding-right: 20px;
    margin-top: 10px;
    content: '';
    background-image: url(../images/arrow-right.png);
    background-repeat: no-repeat;
}

/* Inner Section Games */
#banner-section.games{
    padding-top: 202px;
    padding-bottom: 78px;
    background-image: url(../images/games-inner-bg.png);
    background-size: 100% 100%;
    margin-bottom: 0;
}
#banner-section.games .banner-side{
    position: absolute;
    right: 0;
    bottom: 0;
}

/* Available Game */
#available-game-section.index-2.games {
    background: #0D0D48;
}
#available-game-section.index-2.games .overlay {
    margin-top: 0;
}
#available-game-section.index-2.games .tab-content {
    margin: 60px 0 0;
}
#available-game-section.games .overlay .menu-bar{
    background: #0E0E67;
    box-shadow: 0px 8px 12px #09093F;
    border-radius: 58px;
    padding: 15px;
}
#available-game-section.games .overlay .menu-bar .cmn-btn img{
    background: #6000FF;
    border-radius: 15px;
    padding: 5px;
}
#available-game-section.games .overlay .menu-bar .cmn-btn-alt:hover img{
    background: #8A0DF0;
}
#available-game-section.games .overlay .menu-bar .active.cmn-btn img{
    background: #8A0DF0;
}
#available-game-section.games .overlay .menu-bar .active.cmn-btn{
    background: #7400D3;
    box-shadow: 0px 4px 0px #7400D3;
}

/* Todays winner */
#todays-winner-section.games {
    background-image: unset;
    background-color: var(--body-bg);
}
#todays-winner-section.games .left-side{
    background: radial-gradient(78.16% 122.14% at 50% 54.76%, #FB0078 0%, #3E0B77 63.7%, #2F0C78 100%);
    border-radius: 20px;
    padding: 28px 0 59px;
}
#todays-winner-section.games .left-side .head{
    text-transform: uppercase;
    margin-bottom: 15px;
}
#todays-winner-section.games .left-side .profile {
    position: relative;
    display: inline-block;
    margin-top: 13px;
}
#todays-winner-section.games .left-side .profile img{
    border-radius: 50%;
    margin: 0 auto;
}
#todays-winner-section.games .left-side .profile h5{
    background: #4E01CE;
    border-radius: 20px;
    position: absolute;
    bottom: -20px;
    transform: translate(-38px, 0px);
    width: 170px;
    padding: 6px 0;
}
#todays-winner-section.games .right-side{
    background: #480B96;
    border-radius: 30px;
    padding: 30px 39px 12px;
}
#todays-winner-section.games .winner-chart {
    background: transparent;
    border: none;
    box-shadow: none;
}
#todays-winner-section.games .winner-chart .single-item{
    padding: 25px 8px;
    background: #7818DD;
    border-radius: 10px;
}
#todays-winner-section.games .winner-chart .single-item .win-price {
    background: #480B96;
}

/* Lavel Up */
#level-up-section.games{
    margin-top: 60px;
}

/* Available Game */

#available-game-section.games-2 {
    background: var(--body-bg);
}
#available-game-section.games-2 .overlay{
    margin-top: 0;
}
#available-game-section.games-2 .overlay .menu-area{
    background: #0D0D48;
}
#available-game-section.games-2 .overlay .menu-bar{
    padding: 40px 0;
}

/* Feature Section */
#feature-section {
    margin-top: 60px;
}
#feature-section .overlay .single-item {
    padding: 20px;
    background: #0D0D46;
    border-radius: 10px;
}
#feature-section .overlay .single-item .img{
    width: 80px;
    height: 80px;
}
#feature-section .overlay .single-item .img-area{
    background: #141461;
    border-radius: 50px;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
}
#feature-section .overlay .single-item .text-area h5{
    text-transform: uppercase;
    margin-bottom: 20px;
}

/* Affiliate Program  */
#affiliate-program.game-2 {
    position: relative;
    background: #0D0D48;
}
#affiliate-program.game-2 .affiliate-illu{
    position: absolute;
    right: -10%;
    bottom: 0;
    max-width: 75%;
}
#affiliate-program.game-2 .section-header p{
    margin: 10px 0 30px;
}
#affiliate-program.game-2 .section-header h5 {
    font-family: var(--body-alt-font);
}
#affiliate-program.game-2 .section-header h5 span{
    color: #00FEDF;
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
}

/* Testimonial */
#testimonial .single-item {
    background: #0D0D48;
    border-radius: 20px;
    padding: 30px;
}
#testimonial .single-item .star i{
    color: #FFC107;
    margin: 0 -2px;
}
#testimonial .single-item h5{
    text-transform: uppercase;
    margin: 25px 0 15px;
}
#testimonial .single-item .profile img{
    background: #03D6F9;
    border-radius: 50%;
    margin: 35px auto 20px;
}
#testimonial .single-item .profile h6{
    text-transform: uppercase;
}

/* Tournaments Pages */
#banner-section.games.tournaments{
    background-image: unset;
}
#banner-section.games.tournaments .banner-left{
    position: absolute;
    left: 0;
    top: 0;
}
#banner-section.games.tournaments .banner-right{
    position: absolute;
    right: 0;
    top: 0;
}
#banner-section.games.tournaments .banner-right-illu{
    position: absolute;
    right: 0;
    top: -17%;
}


/* Tournaments Games */

#tournaments-games .menu-bar {
    background: #0E0E67;
    box-shadow: 0px 8px 12px #09093f;
    border-radius: 58px;
    padding: 15px;
}
#tournaments-games .nav-tabs {
    border: none;
}
#tournaments-games .nav-tabs .nav-item {
    margin-right: 10px;
}
#tournaments-games .nav-tabs .nav-item .cmn-btn.active{
    background: #7400D3;
    box-shadow: 0px 4px 0px #57049a;
}
#tournaments-games .input-area {
    padding: 4px 25px;
    background: #181868;
    border: 1px solid #4450B8;
    box-shadow: 0px 8px 24px rgb(0 0 0 / 10%);
    border-radius: 28px;
}
#tournaments-games .input-area input{
    background: #181868;
    color: var(--body-color);
    border: none;
    padding: 10px 20px;
}
#tournaments-games .tab-content .nice-select{
    background: #141448;
    border: 1px solid #4450B8;
    width: 100%;
    border-radius: 28px;
    padding: 7px 15px;
    height: 100%;
}
#tournaments-games .tab-content .nice-select:after {
    right: 15px;
}
#tournaments-games .tab-content .nice-select .list {
    background: #141448;
    border: 1px solid #4450B8;
    width: 100%;
}
#tournaments-games .nice-select .option:hover,
#tournaments-games .nice-select .option.focus,
#tournaments-games .nice-select .option.selected.focus {
    background-color: transparent;
    color: #03D6F9;
}
#tournaments-games .tab-pane .mb-cus{
    margin: 43px 0;
}
#tournaments-games .tab-pane i{
    background: #4E01CE;
    box-shadow: 0px 4px 0px #4707b3;
    border-radius: 10px;
    padding: 19px;
    color: var(--body-color);
    margin-left: 10px;
    cursor: pointer;
}
#tournaments-games .tab-pane i.active{
    background: #7400D3;
    box-shadow: 0px 4px 0px #57049a;
}
#tournaments-games .tab-content .all-items{
    width: 100% !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#tournaments-games .tab-content .single-item{
    flex: 0 0 calc(100% / 2 - 15px);
    -ms-flex: 0 0 calc(100% / 2 - 15px);
    max-width: calc(100% / 2 - 15px);
    padding: 30px 20px;
    border: 1px solid #262975;
    border-radius: 20px;
    margin-bottom: 30px;
    transition: all ease 0.5s;
}
#tournaments-games .tab-content .single-item .cmn-btn-second{
    border: 1px solid #4450B8;
}
#tournaments-games .tab-content .single-item .cmn-btn-second:hover {
    background: #4450B8;
}
#tournaments-games .tab-content .single-item.list {
    justify-content: space-between;
    display: flex;
    position: relative;
    transition: all ease 0.5s;
}
#tournaments-games .tab-content .single-item.list:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 80%;
    border: 1px solid #293574;
    right: calc(37% - 0px);
    top: 10%;
}
#tournaments-games .tab-content .single-item .content-area{
    display: flex;
}
#tournaments-games .tab-content .single-item.list .grid-style{
    text-align: start;
    margin: 0 30px;
}
#tournaments-games .tab-content .single-item .grid-style{
    margin: 0 auto;
    display: grid;
    align-items: center;
    text-align: center;
}
#tournaments-games .tab-content .single-item .grid-style h5{
    text-transform: uppercase;
}
#tournaments-games .tab-content .single-item .grid-style .prize{
    padding: 15px 30px;
    background: #191951;
    border-radius: 10px;
}
#tournaments-games .tab-content .single-item .grid-style .prize img{
    margin-right: 5px;
}
#tournaments-games .tab-content .single-item .grid-style .prize h5{
    color: #00FEDF;
}
#tournaments-games .tab-content .single-item .grid-style .bet{
    text-transform: uppercase;
    font-size: 16px;
    line-height: 22px;
}
#tournaments-games .tab-content .single-item .grid-style .bet span{
    color: #00FEDF;
    font-size: inherit;
    line-height: inherit;
}
#tournaments-games .tab-content .single-item .list-right{
    display: none;
}
#tournaments-games .tab-content .single-item.list .list-right{
    display: grid;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    background: #090944;
    border-radius: 20px;
}
#tournaments-games .tab-content .single-item.list .list-right .draw-counter .date-area span{
    display: inline-block;
}
#tournaments-games .tab-content .single-item.list .list-right .draw-counter .time-parameter span{
    font-weight: bold;
    font-size: 13px;
    line-height: 18px;
    color: #03D6F9;
    margin: 0 4px;
}
#tournaments-games .tab-content .single-item.list .list-right .end-on,
#tournaments-games .tab-content .single-item .grid-style .end-on{
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
}
#tournaments-games .tab-content .single-item.list .list-right .end-on span,
#tournaments-games .tab-content .single-item .grid-style .end-on span{
    color: #00FEDF;
    font-size: inherit;
    line-height: inherit;
}
#tournaments-games .tab-content .single-item.list{
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
}
#tournaments-games .tab-content .single-item.list .grid-style .cmn-btn-second,
#tournaments-games .tab-content .single-item.list .grid-style .end-on{
    display: none;
}

/* Tournaments Details */
#banner-section.tourn-details {
    padding-bottom: 0;
}
#banner-section.tourn-details .wi-100{
    width: 110%;
}
#banner-section.tourn-details .bottom-area{
    background: #310E9E;
    border-radius: 20px;
    padding: 40px 0 0;
    margin-bottom: -250px;
}
#banner-section.tourn-details .bottom-area h3{
    text-transform: uppercase;
    margin: 20px 0 30px;
}
#banner-section.tourn-details .bottom-area .prize-area{
    padding: 15px 0 10px;
    background: #370CBC;
    margin-bottom: 30px;
}
#banner-section.tourn-details .bottom-area .bet-details {
    margin-bottom: 40px;
    padding: 0 15%;
}
#banner-section.tourn-details .bottom-area .bet-details h6,
#banner-section.tourn-details .bottom-area .prize-area h6{
    font-size: 13px;
    line-height: 18px;
    text-transform: uppercase;
}
#banner-section.tourn-details .bottom-area .prize-area .prize{
    margin-top: 10px;
}
#banner-section.tourn-details .bottom-area .prize-area h5{
    color: #00FEDF;
    font-weight: 700;
    margin-left: 5px;
}
#banner-section.tourn-details .bottom-area .bet-details h5{
    color: #00FEDF;
    text-transform: uppercase;
}
#banner-section.tourn-details .bottom-area .bet-details h5 span{
    color: var(--body-color);
    text-transform: uppercase;
    font-size: inherit;
    font-family: inherit;
    font-weight: 700;
}
#banner-section.tourn-details .bottom-area .draw-counter {
    padding: 10px 80px;
    background: #370CBC;
    border-radius: 20px;
    display: inline-block;
    margin-bottom: -30px;
}
#banner-section.tourn-details .bottom-area .draw-counter .time-parameter span{
    font-weight: bold;
    font-size: 13px;
    line-height: 18px;
    text-transform: uppercase;
    color: #00FEDF;
}
#banner-section.games.tourn-details .banner-content .banner-right-illu {
    position: absolute;
    right: 3%;
    bottom: 0;
    top: unset;
}

/* Tournament Start */
#tournament-section {
    background: #0D0D48;
}
#tournament-section .section-header{
    margin-top: -12px;
    margin-bottom: 30px;
}
#tournament-section .section-header h3{
    text-transform: uppercase;
}
#tournament-section .single-item img{
    width: 100%;
}

#tournament-section .slick-initialized {
    margin-bottom: -4px;
}
#tournament-section .slick-initialized .slick-arrow {
    position: absolute;
    background-color: transparent;
    border-radius: 4px;
    padding: 2px 5px;
    line-height: 0;
    outline: none;
    transition: all 0.5s;
}
#tournament-section .slick-initialized .slick-next {
    right: calc(8% - -10px);
    top: -75px;
    z-index: 1;
}
#tournament-section .slick-initialized .slick-prev {
    right: calc(8% - 60px);
    top: -75px;
    z-index: 2;
}
#tournament-section .slick-initialized .slick-next,
#tournament-section .slick-initialized .slick-prev {
    width: 40px;
    height: 40px;
    background: #4E01CE;
    box-shadow: 0px 4px 0px #4707B3;
    border-radius: 10px;
    display: inline-block;
}
#tournament-section .slick-initialized .slick-next:hover,
#tournament-section .slick-initialized .slick-prev:hover {
    background: #7400D3;
    box-shadow: 0px 4px 0px #7400D3;
}
#tournament-section .slick-initialized .slick-prev::before,
#tournament-section .slick-initialized .slick-next::before{
    content: '';
    height: 100px;
    width: 100px;
    position: absolute;
    top: 13px;
    left: 13px;
}
#tournament-section .slick-initialized .slick-prev::before{
    background: url(../images/right-icon.png);
    background-repeat: no-repeat;
}
#tournament-section .slick-initialized .slick-next::before{
    background: url(../images/left-icon.png);
    background-repeat: no-repeat;
}

/* Tournaments Prize */
#tournaments-prize .single-item{
    position: relative;
    background: #310E9E;
    border-radius: 20px;
    padding: 40px 0;
}
#tournaments-prize .single-item::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: url(../images/prize-trophy-bg.png);
    background-repeat: no-repeat;
    border-radius: 20px;
    left: 0;
    top: 0;
}
#tournaments-prize .single-item h6{
    color: #00FEDF;
    margin: 20px 0 15px;
}
#tournaments-prize .cmn-btn{
    margin-top: 60px;
    border-radius: 10px;
}
#tournaments-prize .modal-content{
    background: #19084D;
    box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
}
#tournaments-prize .modal-body{
    padding-bottom: 30px;
}
#tournaments-prize .modal-content .cmn-btn {
    margin-top: 30px;
    font-size: 13px;
    line-height: 18px;
}
#tournaments-prize .modal-header{
    border: none;
}
#tournaments-prize .table{
    background: #310E9E;
    box-shadow: 0px 1px 0px #261687;
    width: 99%;
}
#tournaments-prize thead th{
    color: var(--body-color);
    text-align: center;
}
#tournaments-prize tbody tr img{
    margin-right: 10px;
}
#tournaments-prize tbody tr{
    background: #31148B;
    border: 1px solid #2F3998;
}
#tournaments-prize tbody tr td,
#tournaments-prize tbody tr th{
    color: var(--body-color);
    font-size: 13px;
    line-height: 18px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
}
#tournaments-prize .table tbody tr:hover {
    background: #13136C;
    border-bottom: 1px solid #3f4aa9;
    border-top: 1px solid #3f4aa9;
    transition: all ease 0.3s;
}

/* leaderboard prize */
#leaderboard-prize{
    background: #220970;
    background-image: url(../images/leaderboard-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-top: -390px;
}
#leaderboard-prize .overlay{
    transform: translateY(400px);
}
#leaderboard-prize .table{
    background: #310E9E;
    box-shadow: 0px 1px 0px #261687;
    width: 99%;
}
#leaderboard-prize thead th{
    color: var(--body-color);
    text-align: center;
}
#leaderboard-prize tbody tr img{
    margin-right: 10px;
}
#leaderboard-prize tbody tr{
    background: #31148B;
    border: 1px solid #2F3998;
}
#leaderboard-prize tbody tr td a{
    font-weight: bold;
    font-size: 13px;
    line-height: 18px;
}
#leaderboard-prize tbody tr td,
#leaderboard-prize tbody tr th{
    color: var(--body-color);
    font-size: 13px;
    line-height: 18px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
}
#leaderboard-prize .table tbody tr:hover {
    background: #13136C;
    border-bottom: 1px solid #3f4aa9;
    border-top: 1px solid #3f4aa9;
    transition: all ease 0.3s;
}

#leaderboard-prize .cmn-btn{
    margin-top: 35px;
    border-radius: 10px;
}
#feature-section.tourn-details {
    margin-top: 255px;
}

/* About Us */
#banner-section.about{
    padding-top: 202px;
    padding-bottom: 0;
    background-image: unset;
}
#banner-section .banner-bottom.about{
    z-index: 1;
    margin-top: -450px;
}
#banner-section .banner-bottom.about .main-content{
    position: relative;
    transform: translateY(480px);
}
#banner-section .banner-bottom.about .main-content::before{
    position: absolute;
    content: '';
    background: #0D0D48;
    border-radius: 20px;
    width: 115%;
    height: 80%;
    left: -5%;
    z-index: -1;
}
#banner-section .banner-bottom.about .item-area {
    transform: translate(30px, -80px);
}
#banner-section .banner-bottom.about .item-area .content-item{
    padding: 30px;
    background-color: #31148B;
    border-radius: 20px;
}
#banner-section .banner-bottom.about .item-area .single-item {
    padding: 0;
    width: 85%;
    margin: 0 auto;
}
#banner-section .banner-bottom.about .item-area .single-item h2{
    font-weight: bold;
    text-transform: uppercase;
    color: #00FEDF;
}

/* story behind gainio */
#story-behind-gainio{
    margin-top: 387px;
    background-color: var(--body-bg);
}
#story-behind-gainio h2{
    text-transform: uppercase;
}
#story-behind-gainio p{
    margin: 30px 0 34px;
}
#story-behind-gainio .btn-area a{
    border-radius: 10px;
    font-size: 13px;
    line-height: 18px;
    padding: 12px 18px;
    margin: 0 15px;
}

/* Leading brand */
#leading-brand{
    background-color: #0D0D48;
}
#leading-brand .overlay{
    position: relative;
}
#leading-brand .bg-right{
    position: absolute;
    right: -20%;
}
#leading-brand .single-item{
    padding: 20px;
    border: 1px solid #31148B;
    border-radius: 10px;
    margin-bottom: 30px;
}
#leading-brand .single-item .text-area h5{
    text-transform: uppercase;
}
#leading-brand .left-side .img-area{
    width: 80px;
    height: 80px;
    background: #3B13B6;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

/* Team member */
#team-member .single-item {
    margin-bottom: 7px;
}
#team-member .single-item .img-area{
    background: #03D6F9;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    margin: 0 auto;
    overflow: hidden;
}
#team-member .single-item .img-area img{
    border-radius: 50%;
    margin-top: 7px;
}
#team-member .single-item .bottom-area h5{
    text-transform: uppercase;
    margin: 24px 0 30px;
    text-align: center;
}
#team-member .social-area a{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 15px;
}
#team-member .social-area a img{
    z-index: 1;
}
#team-member .social-area a::before{
    position: absolute;
    content: '';
    z-index: 0;
    width: 30px;
    height: 30px;
    background-image: url(../images/social-bg.png);
    background-repeat: no-repeat;
    transition: ease 0.5s;
}
#team-member .social-area a:hover::before{
    background-image: url(../images/social-bg-hover.png);
    background-repeat: no-repeat;
    transition: ease 0.5s;
}

/* FAQ Section  */
#faq-page.faq .nav-tabs {
    border: none;
    display: flex;
    justify-content: center;
}
#faq-page.faq .nav-tabs .nav-item {
    margin: 0 10px;
}
#faq-page.faq .nav-tabs .nav-item .cmn-btn{
    border-radius: 10px;
    border: none;
    background: #4E01CE;
    box-shadow: 0px 4px 0px #4707b3;
    font-weight: bold;
    font-size: 13px;
    line-height: 18px;
    text-transform: uppercase;
    color: var(--body-color);
    padding: 20px 40px;
}
#faq-page.faq .nav-tabs .nav-item .cmn-btn.active{
    background: #7400D3;
    box-shadow: 0px 4px 0px #57049a;
}
#faq-page.faq .tab-content {
    margin-bottom: -20px;
}
#faq-page.faq .tab-content .tab-pane h4{
    text-transform: uppercase;
    text-align: center;
    margin: 40px 0 35px;
}
#faq-page.faq .card{
    border: none;
    margin-bottom: 20px;
}
#faq-page.faq .card-header {
    background-color: #1C1B74;
}
#faq-page.faq .card-body {
    background-color: #08074C;
    padding: 15px 30px 20px;
}
#faq-page.faq .card-header .btn-link{
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    text-align: start;
    text-decoration: none;
    color: inherit;
    font-weight: inherit;
    font-size: inherit;
    text-transform: uppercase;
}
#faq-page.faq .card-header .btn-link::before {
    position: absolute;
    content: '';
    background-color: #016778;
    right: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
#faq-page.faq .card-header .collapsed.btn-link::after {
    position: absolute;
    content: '';
    background-image: url(../images/plus-arrow.png);
    background-repeat: no-repeat;
    height: 15px;
    width: 15px;
    right: 8px;
    transform: rotate(90deg);
    transition: all ease 0.3s;
}
#faq-page.faq .card-header .btn-link::after {
    background-image: url(../images/minus-arrow.png);
    position: absolute;
    content: '';
    background-repeat: no-repeat;
    border-radius: 50%;
    height: 15px;
    width: 15px;
    transform: rotate(0deg);
    transition: all ease 0.3s;
    right: 5px;
}

/* responsive area */
@media (min-width: 1200px) and (max-width: 1700px) {
    #banner-section .banner-bottom.about .main-content::before {
        width: 96%;
        height: 80%;
        left: 5%;
    }
    #banner-section.index-2 .banner-content .banner-side {
        right: -15%;
    }
}
@media (min-width: 991px) and (max-width: 1269.98px) {
    #level-up-section .right-area .single-item img{
        width: 70%;
    }
}
@media(max-width: 1199px) {
    .cmn-btn {
        padding: 12px 20px;
    }
    #banner-section .banner-content .bottom-item{
        margin-right: 0;
        margin-left: 0;
    }
    #banner-section .main-content {
        padding-bottom: 0;
    }
    .navbar-collapse .main-menu li a {
        padding: 40px 12px;
        font-weight: 800;
        font-family: var(--body-font);
        font-size: 18px;
        text-transform: capitalize;
    }
    #leading-brand .bg-right {
        right: -15%;
        width: 45%;
    }
    #banner-section .banner-bottom.about .item-area {
        transform: translate(0, -80px);
    }
    #banner-section .banner-bottom.about .main-content::before {
        width: 82%;
        height: 80%;
        left: 9%;
    }
    #banner-section .banner-bottom.about .item-area .single-item{
        width: 100%;
    }
    #faq-page.faq .nav-tabs .nav-item .cmn-btn {
        padding: 16px 30px;
    }
    #available-game-section.games .overlay .menu-bar .cmn-btn {
        padding: 12px 12px;
    }
    #available-game-section.games .overlay .menu-bar .cmn-btn {
        padding: 12px 12px;
    }
    #feature-section .overlay .single-item .img-area {
        margin-right: 10px;
        width: 75px;
        height: 75px;
    }
    #banner-section.index-2 .banner-content .banner-side {
        right: -18%;
        width: 55%;
    }
    #jackpot-section .right-area h1 span {
        margin: -8px;
    }

    #banner-section .banner-bottom.about .main-content .ban-img{
        width: 80%;
    }
    #banner-section .banner-bottom.about .main-content {
        text-align: center;
    }
}

@media (max-width: 991px) {
    h1, h1>a {
        font-size: 54px;
        line-height: 64px;
    }
    h2, h2>a {
        font-size: 40px;
        line-height: 47px;
    }
    h3, h3>a {
        font-size: 30px;
        line-height: 36px;
    }
    h4, h4>a {
        font-size: 24px;
        line-height: 28px;
    }
    h5, h5>a {
        font-size: 18px;
        line-height: 22px;
    }
    h6, h6>a, a, p, span, li, .cmn-btn, table thead tr th{
        font-size: 14px;
        line-height: 20px;
    }
    .section-header {
        margin-bottom: 30px;
    }
    #header-section .navbar .navbar-nav .menu_has_children::after{
        display: none;
    }
    .navbar-collapse .main-menu li a {
        padding: 15px 12px;
    }
    #banner-section .banner-content .bottom-area img {
        max-width: 70%;
    }
    #banner-section .banner-content .ani-illu img{
        width: 25%;
    }
    #available-game-section .section-header {
        width: 120%;
    }
    #available-game-section .right-area {
        text-align: end;
    }
    #available-game-section .right-area .cmn-btn:first-child{
        margin-bottom: 20px;
    }
    #available-game-section .contained-area{
        margin-top: 30px;
    }
    #level-up-section .section-header {
        margin-top: 60px;
    }
    #header-section .right-area .lang{
        display: none !important;
    }
    #todays-winner-section .mid-area .jus-end{
        justify-content: flex-end !important;
        -ms-flex-align: flex-end !important;
    }
    #todays-winner-section .title-area {
        margin-top: 60px;
    }
    #latest-activites-section .nav-tabs .nav-link {        
        font-weight: 700;
        padding: 12px 20px;
    }
    #latest-activites-section .table {
        width: 170%;
    }
    #latest-activites-section .table th, #latest-activites-section .table td {
        width: 0;
    }
    #level-up-section .left-area{
        justify-content: center;
    }
    #faq-section .cus-mb{
        justify-content: center;
        margin: 100px 0 130px;
    }
    #footer-section .side-contant .right img {
        right: 0;
        top: -65px;
    }
    #footer-section .side-contant .left .bg {
        top: -10px;
        width: 40%;
    }
    #footer-section .subscribe input {
        font-size: 14px;
        padding: 10px 14px;
    }
    #footer-section .footer-bottom .left-area p {
        font-size: 14px;
        line-height: 20px;
    }
    #latest-activites-section.games .ani-div .obj-1 {
        display: none;
    }
    #jackpot-section .slick-initialized .slick-prev,
    #jackpot-section .slick-initialized .slick-next {
        top: -30%;
    }
    #banner-section.games.tournaments.faq .banner-left {
        width: 35%;
    }
    #banner-section.games.tournaments.faq .banner-right {
        width: 40%;
    }
    #banner-section.games.faq {
        padding-bottom: 35px;
    }
    #tournament-section .overlay{
        margin-top: 140px;
    }
    #leaderboard-prize {
        background-size: 100% 118%;
        margin-top: -390px;
    }
    #feature-section.tourn-details {
        margin-top: 345px;
    }
    #footer-section .side-contant .left .top {
        left: 10%;
        top: 0;
        width: 13%;
    }
    #footer-section .side-contant .right img {
        right: 0;
        bottom: 0;
        width: 34%;
        top: 80px;
    }
    #banner-section.games.tournaments .banner-right-illu {
        right: -20%;
        top: 0;
        width: 50%;
        bottom: 0;
    }
    #banner-section.home-2 .bottom-item .bottom-content {
        padding: 40px 24px;
    }
    #banner-section.home-2 .bottom-item .right-area {
        margin-top: 60px;
    }
    #faq-section .overlay .left-area span::after,
    #faq-section .overlay .left-area::after,
    #faq-section .overlay .left-area::before {
        animation: none;
    }
    #banner-section .banner-bottom.about .main-content::before {
        width: 100%;
        height: 70%;
        left: 0%;
    }
    #banner-section .banner-bottom.about .item-area .single-item {
        width: 85%;
    }
    #leading-brand .bg-right {
        right: -30%;
        width: 45%;
    }
    #faq-page.faq .tab-content .tab-pane h4 {
        margin: 30px 0 30px;
    }
    #available-game-section.index-2 .nav-tabs {
        border: none;
        margin-top: 18px;
    }
    #todays-winner-section.games .right-side {
        padding: 4px 0 10px;
    }
    #todays-winner-section.games .left-side {
        margin-bottom: 30px;
    }
    #tournaments-games .nav-tabs .nav-item {
        margin: 5px;
        margin-right: initial;
    }
    #tournaments-games .tab-pane .mb-cus {
        margin: 30px 0;
        justify-content: space-around;
    }
    #tournaments-games .tab-content .single-item.list .content-area {
        display: flex;
        justify-content: center;
    }
    #tournaments-games .tab-content .single-item .content-area {
        display: grid;
        justify-content: center;
    }
    #tournaments-games .tab-content .single-item .grid-style .head-area {
        margin: 12px 0;
    }
    #tournaments-games .tab-content .single-item .grid-style .bet {
        margin: 15px 0;
    }
    #tournaments-games .tab-content .single-item .cmn-btn-second {
        margin-bottom: 15px;
    }
    #level-up-section.games {
        margin-top: 110px;
    }
    #available-game-section.index-2.games-2 .nav-tabs {
        border: none;
        margin-top: 18px;
        justify-content: center;
        margin-bottom: 25px;
    }
    #affiliate-program.game-2 .affiliate-illu {
        position: absolute;
        right: -10%;
        bottom: 0;
        max-width: 45%;
    }
    #feature-section {
        margin-top: 110px;
    }
    #feature-section .overlay .single-item {
        margin-bottom: 20px;
    }
    #feature-section .overlay .row{
        margin-bottom: -20px;
    }
    #testimonial .single-item {
        padding: 15px 7px;
    }

    .bottom-item .bottom-content {
        padding: 60px 24px;
    }
    #level-up-section.index-2 {
        margin-top: 50px;
    }

    #jackpot-section {
        padding-bottom: 90px;
    }
    #features-section {
        margin-top: 120px;
    }
    #counter-section .single-item {
        margin-top: 30px;
        padding-bottom: 30px;
    }
    #counter-section.index-2 .main-content {
        padding-top: 0;
        padding-bottom: 10px;
    }
    #banner-section.index-2 .banner-content .banner-side {
        display: none;
    }
}

@media (max-width: 767px) {
    .justify-cen{
        -ms-flex-pack: center!important;
        justify-content: center!important;
    }
    #banner-section .banner-content .ani-img img {
        width: 30%;
    }
    #banner-section .banner-content .single-item {
        align-items: center;
    }
    .section-header {
        margin-top: -12px;
        margin-bottom: 30px;
    }
    .cmn-btn {
        padding: 10px 15px;
    }
    #available-game-section .section-header {
        text-align: center;
    }
    #available-game-section .section-header {
        width: initial;
    }
    #latest-activites-section .section-header{
        text-align: center;
    }
    #latest-activites-section .nav-tabs {
        margin-bottom: 30px;
    }
    #latest-activites-section .table {
        width: 240%;
    }
    #footer-section .side-contant {
        display: none;
    }
    #footer-section .social-area{
        margin-top: 50px;
    }
    #footer-section .order-pro{
        order: 1;
    }
    #footer-section .footer-bottom .left-area p {
        margin-top: 20px;
    }
    #footer-section .bottom-area ul li a {
        padding-left: 15px;
    }
    #banner-section.games.faq {
        padding-bottom: 15px;
    }
    #banner-section .banner-bottom.about .item-area .content-item {
        padding: 20px;
    }
    #banner-section .banner-bottom.about .item-area .single-item {
        width: 100%;
    }
    #banner-section.games .banner-side {
        right: 2%;
        bottom: 6%;
        width: 50%;
    }
    #banner-section.about {
        padding-top: 150px;
        padding-bottom: 50px;
        background-image: unset;
    }
    #banner-section .banner-bottom.about .main-content {
        position: relative;
        transform: translateY(420px);
    }
    #tournament-section .overlay {
        margin-top: 200px;
    }
    #banner-section.games.tournaments .banner-right-illu {
        right: -20%;
        top: 0;
        width: 0;
        bottom: 0;
    }
    #banner-section.games.tournaments .banner-right {
        position: absolute;
        right: 0;
        top: 0;
        width: 60%;
    }
    #jackpot-section .slick-initialized .slick-next,
    #jackpot-section .slick-initialized .slick-prev{
        top: -40%;
    }
    #faq-section .cus-mb {
        margin: 55px 0 80px;
    }
    #available-game-section.home-2.index-2 .nav-tabs {
        display: flex;
    }
    #banner-section.home-2 {
        padding-top: 90px;
    }
    #tournaments-games .tab-pane .mb-cus .md-none{
        display: none !important;
    }
    #tournaments-games .tab-content .nice-select {
        padding: 7px 8px;
    }
    #tournaments-games .nav-tabs {
        margin-top: 10px;
        justify-content: center;
    }
    #tournaments-games .tab-content .single-item.list {
        display: grid;
        justify-content: center;
    }
    #tournaments-games .tab-content .single-item.list .content-area {
        display: grid;
        justify-content: center;
    }
    #tournaments-games .tab-content .single-item.list .grid-style {
        text-align: center;
        margin: 0 30px;
    }
    #tournaments-games .tab-content .single-item.list:after {
        border: 0;
    }
    #tournaments-games .tab-content .single-item,
    #tournaments-games .tab-content .single-item.list {
        flex: 0 0 calc(100% / 2 - 15px);
        -ms-flex: 0 0 calc(100% / 2 - 15px);
        max-width: calc(100% / 2 - 15px);
        padding: 15px 10px;
    }
    #tournaments-games .tab-content .single-item.list .content-area img{
        width: 100%;
    }
    #tournaments-games .tab-content .single-item.list .list-right {
        padding: 10px;
    }
    #tournaments-games .tab-content .single-item.list .list-right .draw-counter{
        margin: 10px 0;
    }
    #story-behind-gainio {
        margin-top: 280px;
        background-color: var(--body-bg);
    }
    #team-member .mb-cus{
        margin-bottom: -55px;
    }
    #team-member .single-item {
        margin-bottom: 55px;
    }
    #banner-section.inner-banner .breadcrumb-area ol li, #banner-section.inner-banner .breadcrumb-area ol li a {
        font-size: 18px;
    }
    #faq-page.faq .nav-tabs .nav-item .cmn-btn {
        padding: 10px 13px;
    }
    #faq-page.faq .card-header .btn-link {
        width: 95%;
    }
    #faq-page.faq .card-header .btn-link::after{
        right: -4.3% !important;
    }
    #faq-page.faq .card-header .btn-link::before {
        right: -5.9% !important;
    }
    #banner-section.games.tournaments .banner-left {
        left: -8%;
        top: 10%;
        width: 50%;
    }
    #banner-section.games {
        padding-top: 140px;
        padding-bottom: 0;
    }
    .bottom-item .right-area {
        margin-top: 30px;
    }
    #jackpot-section {
        background-size: 330%;
        background-position-x: 43%;
    }
}

@media (max-width: 575px) {
    h1, h1>a {
        font-size: 40px;
        line-height: 46px;
    }
    h2, h2>a {
        font-size: 30px;
        line-height: 36px;
    }
    h3, h3>a {
        font-size: 24px;
        line-height: 28px;
    }
    h4, h4>a {
        font-size: 18px;
        line-height: 22px;
    }
    h5, h5>a {
        font-size: 14px;
        line-height: 18px;
    }
    h6, h6>a, a, p, span, li, .cmn-btn, table thead tr th{
        font-size: 14px;
        line-height: 18px;
    }
    #banner-section {
        padding-top: 130px;
    }
    #jackpot-section .slick-initialized .slick-prev{
        right: 0;
    }
    #jackpot-section .slick-initialized .slick-next {
        right: 70px;
    }
    #faq-section .overlay .left-area,
    #faq-section .overlay .left-area span{
        text-align: center;
    }
    #feature-game-section .section-header{
        text-align: center;
    }
    #available-game-section .contained-area .col-lg-3 {
        text-align: center;
    }
    #footer-section .footer-top .col-lg-6{
        padding: 0 30px;
    }
    #feature-game-section .feature-game-carousel{
        margin-top: 30px;
    }
    #level-up-section .right-area .single-item img{
        max-width: 60%;
    }
    #level-up-section .section-header{
        text-align: center;
    }
    #banner-section.games.tournaments.faq .banner-right {
        width: 42%;
        top: 70px;
    }
    #banner-section.games.faq {
        padding-bottom: 0;
    }
    #todays-winner-section.home .section-header {
        margin-bottom: 30px;
        text-align: center;
    }
    #todays-winner-section .jus-end {
        justify-content: center;
    }
    #tournaments-games .tab-content .mb-cus .col-lg-3 {
        padding: 0 15%;
        margin-bottom: 15px;
    }
    #tournaments-games .tab-content .nice-select {
        padding: 7px 15px;
    }
    #faq-section .overlay .left-area img{
        max-width: 50%;
    }
    #faq-section .overlay .left-area span::before {
        padding: 80px;
    }
    #faq-section .overlay .left-area span::after {
        padding: 110px;
        left: 15%;
        top: -15%;
    }
    #faq-section .overlay .left-area::before {
        padding: 125px;
        left: 10%;
        top: -23%;
    }
    #faq-section .overlay .left-area::after {
        padding: 140px;
        left: 5%;
        top: -30%;
    }
    #footer-section .section-header p {
        font-size: 16px;
        line-height: 20px;
    }
    #header-section .header-area {
        margin-left: 0;
        margin-right: 0;
    }
    #banner-section.inner-banner .breadcrumb-area ol li, 
    #banner-section.inner-banner .breadcrumb-area ol li a {
        font-size: 16px;
    }
    #tournament-section .slick-initialized .slick-prev {
        right: 0;
    }
    #tournaments-prize .single-item {
        margin-bottom: 30px;
    }
    #tournaments-prize .cmn-btn {
        margin-top: 10px;
    }
}

@media (max-width: 480px) {
    #banner-section .banner-content .single-item .left-area img {
        margin: 0 15px;
        max-width: 70%;
    }
    #banner-section .banner-content .single-item {
        padding: 25px 15px 21px 0;
    }
    #available-game-section .right-area {
        text-align: center;
    }
    #level-up-section .right-area .justify-content-between{
        display: grid !important;
        justify-content: center !important;
        margin-bottom: -30px;
    }
    #level-up-section .right-area .single-item img {
        max-width: 90px;
    }
    #level-up-section .right-area .single-item {
        margin-bottom: 30px;
    }
    #level-up-section .right-area .single-item h6 {
        margin-top: 15px;
    }
    #todays-winner-section .winner-chart .single-item{
        text-align: center !important;
        justify-content: center !important;
        display: grid !important;
        padding: 30px 0;
    }
    #todays-winner-section .winner-chart .single-item .left-area .name-area{
        margin: 20px 0;
    }
    #todays-winner-section .winner-chart .single-item .left-area{
        display: grid !important;
        justify-content: center !important;
    }
    #todays-winner-section .winner-chart .single-item .left-area .pos {
        margin: auto;
    }
    #counter-section .single-item {
        margin-bottom: 30px;
    }
    #counter-section .single-item span {
        font-size: 20px;
        line-height: 28px;
        margin: 5px 0 2px;
    }
    #jackpot-section .right-area .couter-area {
        margin: 30px 0 30px;
    }
    #jackpot-section .carousel-jackpot .single-item h6 {
        top: 10px;
        left: 15px;
        padding: 10px 12px;
    }
    #latest-activites-section .table-responsive {
        padding: 10px;
    }
    #latest-activites-section .table {
        width: 230%;
    }
    #latest-activites-section .table th, #latest-activites-section .table td {
        padding-left: 10px;
    }
    #faq-page.faq .nav-tabs .nav-item {
        margin: 8px 10px;
    }
    #leaderboard-prize .table {
        width: 130%;
    }
    .card-header {
        padding: 12px 0 12px 0;
    }
    #faq-section .overlay .card-header .btn-link{
        text-align: start;
        padding-right: 40px;
    }
    #faq-section .overlay .card-header .collapsed.btn-link::after {
        right: 18px;
    }
    #faq-section .overlay .card-header .btn-link::before{
        right: 10px;
    }
    #faq-section .overlay .card-header .btn-link::after {
        right: 15px;
    }
    #faq-section .overlay .card-body {
        padding: 12px 15px 12px;
    }
    #tournaments-games .tab-content .all-items {
        justify-content: center;
    }
    #tournaments-games .tab-content .single-item, #tournaments-games .tab-content .single-item.list {
        flex: 0 0 calc(100% / 1 - 15px);
        -ms-flex: 0 0 calc(100% / 1 - 15px);
        max-width: calc(100% / 1 - 15px);
        padding: 15px 10px;
    }
    #footer-section .section-header p {
        font-size: 14px;
        line-height: 18px;
    }
    #footer-section .footer-bottom .left-area p {
        margin: 35px 12px 0;
        line-height: 26px;
        text-align: center;
    }
    #footer-section .bottom-area .header-area .col-lg-8{
        display: grid !important;
    }
    #footer-section .bottom-area .header-area .logo-section{
        text-align: center;
        margin-bottom: 30px;
    }

    #banner-section .banner-bottom.about .item-area .content-item {
        display: grid !important;
    }
    #banner-section .banner-bottom.about .item-area .mb-cus{
        margin-bottom: 0 !important;
    }
    #banner-section .banner-bottom.about .item-area .single-item {
        margin-bottom: 30px;
    }
    #banner-section.games .banner-side {
        right: 2%;
        bottom: 6%;
        width: 50%;
    }
    #leading-brand .bg-right {
        display: none;
    }
    #faq-page.faq .card-header .btn-link::after {
        right: -0.3% !important;
    }
    #faq-page.faq .card-header .btn-link::before {
        right: -2.9% !important;
    }
    #available-game-section.index-2.games-2 .nav-tabs {
        display: flex;
    }
    #available-game-section.index-2 .nav-tabs {
        display: grid;
    }
    #available-game-section.index-2 .nav-tabs .nav-item {
        margin: 11px 18px;
        text-align: center;
    }
    #available-game-section.games .overlay .menu-bar .cmn-btn {
        padding: 8px 12px;
    }
    #jackpot-section .right-area h1 span {
        padding: 15px 6px;
        margin: -5px;
    }
    #banner-section.tourn-details .bottom-area .bet-details {
        padding: 0 3%;
    }
    #tournament-section .section-header h3 {
        width: 55%;
    }
    #tournament-section .slick-initialized .slick-next {
        right: 55px;
    }
}
@media (max-width: 420px) {
    #latest-activites-section .table {
        width: 394%;
    }
    #banner-section .banner-bottom.about .item-area {
        transform: translate(0, -20px);
    }
    #story-behind-gainio {
        margin-top: 330px;
        background-color: var(--body-bg);
    }
    #story-behind-gainio .btn-area a {
        padding: 10px 12px;
        margin: 0 7px;
    }
}

/* How Works */

.border-area{
    position: relative;
}
.border-area::before{
    position: absolute;
    content: '';
    width: 80%;
    height: 1px;
    background: rgb(255 255 255 / 30%);
    top: 0;
    left: 10%;
}
.obj-rel,
.obj-alt{
    position: relative;
}
.obj-alt::before,
.obj-rel::before{
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    left: -20%;
    top: 15%;
}
.obj-alt::before{
    background-image: url(../images/line-one.png);
    background-repeat: no-repeat;
}
.obj-rel::before{
    background-image: url(../images/line-two.png);
    background-repeat: no-repeat;
}
.mp-top{
    margin-top: 13px;
}
 .single-item {
    text-align: center;
}
.single-item .icon-area{
    background: #4609C3;
    border-radius: 10px;
    display: inline-block;
    padding: 23px 25px;
    position: relative;
}
.single-item .icon-area span{
    position: absolute;
    background: linear-gradient(351.09deg, #F0B000 4.36%, #F029A0 117.5%);
    border-radius: 50px;
    font-weight: 500;
    width: 30px;
    height: 30px;
    right: -12px;
    top: -13px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.single-item .text-area {
    position: relative;
}
 .single-item .text-area h5{
    text-transform: uppercase;
    margin-top: 23px;
    font-weight: 700;
}
.overlay .cmn-btn{
    margin-top: 40px;
    margin-bottom: -7px;
}
.btm {
    position: absolute;
    bottom: 0px;
    width: 100%;
    background: #1f095699;
    padding-bottom: 10px;
    z-index: 1;
}
#content {
    position: absolute;
    font-family: arial;
    padding-bottom:2%;
    bottom: 0;
    width: 100%;
    z-index: 100;
  }
  #btn-open {
    background: #99C236;
    color: #333;
    cursor: pointer;
    float: left;
    font-size: 26px;
    margin: -2px 0 0 10%;
    padding: 0 15px 2px;
    width: 100px;
  }
  #txt {
    background:#444;
    width:600px;
    color: #CCCCCC;
    text-align:center;
    font-size: 46px;
    margin: 0;
    padding: 30px 0;
  }
  #content .Close {
    background: #444;
    color: #ccc;
  }
  #content #btn {
    display: none;
  }
  div.target {
    transition: visibility 0s, opacity 0.5s linear;
    background: #280b70;
    width: 25%;
    height: 88vh;
    position: absolute;
    top: 0;
    /* border: 1px solid #5921e3; */
    padding: 1%;
    /* overflow-x: hidden;
    overflow-y: scroll; */
    z-index: 0;
    overflow: hidden; /* Hide overflow by default */

}
div.target:hover .scroll-content {
    overflow-y: auto; /* Show vertical scrollbar on hover */
  }
  
  .scroll-content {
    height: 100%;
    overflow-y: hidden; /* Hide vertical scrollbar by default */
  }



a.leftbx {
    cursor: pointer;
}
div.step {
    transition: visibility 0s, opacity 0.5s linear;
    width: 100%;
    height: 88vh;
    position: absolute;
    top: 0;
    right: 0;
    
}
div.steps {
    transition: visibility 0s, opacity 0.5s linear;
    background: #280b70;
    width: 100%;
    position: absolute;
    top: 0;
   right: 0;
z-index: 9;
}



/* ----------------timeline------------------- */
.timeline {
    padding: 3rem 2rem;
    max-width: 460px;
    border-radius: 12px;
    background-color: #480B96;
    box-shadow: 0 4px 25px -20px rgba(0,0,0.2);
    float: left;
  }
  
  .tl-content .tl-header, 
  .tl-content .tl-body {
    padding-left: 25.6px;
    border-left: 3px solid #2196F3;
  }
  
  .tl-body {
    padding-bottom:1rem;
  }
  
  .tl-content:last-child .tl-body {
    border-left: 3px solid transparent;
  }
  
  .tl-header {
    position: relative;
    display: grid;
    
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  
  .tl-title {
    font-weight: 600;
    font-size: 1em;
    border-bottom: 1px solid #3c13a3;
  }
  
  .tl-time {
    font-size: 0.7em;
  }
  
  .tl-marker {
    display:block;
    position: absolute;
  
    width: 16px;
    height: 16px;
    border-radius: 50% / 50%;
    
    background: gainsboro;
    
    left: -1.1rem;
    top: 50%;
    
    transform: translate(50%,-50%);
  }
  
  .tl-content-active .tl-marker {
    padding: 1.6px;
    
    left: -1.25rem;
    
    width: 18px;
    height: 18px;
    
    border: 2px solid #FFEB3B;
    background-color: #FFEB3B;
    background-clip: content-box;
    box-shadow: 0 0 15px -2px #FFEB3B;
  }
  
  .tl-content-active .tl-title {
    font-weight: 600;
    color: #ffffff;
  }
  
  /* Code Here ↑ */
  /* Timeline */
  
  /* ==================== */
  .tl-content {
    cursor: pointer;
    float: left;
    width: 100%;
    display: inline;
    z-index: 9999999999999999;
    position: relative;
}
.tl-content.tl-content-active {
    background: #280b70;
    border-radius: 0px 10px 10px 0px;
}

/*********snow *****/
.snowflake {
    color: #fff;
    font-size: 1em;
    font-family: Arial, sans-serif;
}

@-webkit-keyframes snowflakes-fall {
    0% {
        top: -10%;
    }

    100% {
        top: 100%;
    }
}

@keyframes snowflakes-fall {
    0% {
        top: -10%;
    }

    100% {
        top: 100%;
    }
}

@-webkit-keyframes snowflakes-shake {
    0%, 100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(80px);
        transform: translateX(80px);
    }
}

@keyframes snowflakes-shake {
    0%, 100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(80px);
        transform: translateX(80px);
    }
}

.snowflake {
    position: absolute;
    top: -10%;
    z-index: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    -webkit-animation-name: snowflakes-fall, snowflakes-shake;
    animation-name: snowflakes-fall, snowflakes-shake;
    -webkit-animation-duration: 10s, 3s;
    animation-duration: 10s, 3s;
    -webkit-animation-timing-function: linear, ease-in-out;
    animation-timing-function: linear, ease-in-out;
    -webkit-animation-iteration-count: infinite, infinite;
    animation-iteration-count: infinite, infinite;
    -webkit-animation-play-state: running, running;
    animation-play-state: running, running;
}

    .snowflake:nth-of-type(0) {
        left: 1%;
        -webkit-animation-delay: 0s, 0s;
        animation-delay: 0s, 0s;
    }

    .snowflake:nth-of-type(1) {
        left: 10%;
        -webkit-animation-delay: 1s, 1s;
        animation-delay: 1s, 1s;
    }

    .snowflake:nth-of-type(2) {
        left: 20%;
        -webkit-animation-delay: 6s, .5s;
        animation-delay: 6s, .5s;
    }

    .snowflake:nth-of-type(3) {
        left: 30%;
        -webkit-animation-delay: 4s, 2s;
        animation-delay: 4s, 2s;
    }

    .snowflake:nth-of-type(4) {
        left: 40%;
        -webkit-animation-delay: 2s, 2s;
        animation-delay: 2s, 2s;
    }

    .snowflake:nth-of-type(5) {
        left: 50%;
        -webkit-animation-delay: 8s, 3s;
        animation-delay: 8s, 3s;
    }

    .snowflake:nth-of-type(6) {
        left: 60%;
        -webkit-animation-delay: 6s, 2s;
        animation-delay: 6s, 2s;
    }

    .snowflake:nth-of-type(7) {
        left: 70%;
        -webkit-animation-delay: 2.5s, 1s;
        animation-delay: 2.5s, 1s;
    }

    .snowflake:nth-of-type(8) {
        left: 80%;
        -webkit-animation-delay: 1s, 0s;
        animation-delay: 1s, 0s;
    }

    .snowflake:nth-of-type(9) {
        left: 90%;
        -webkit-animation-delay: 3s, 1.5s;
        animation-delay: 3s, 1.5s;
    }

    .snowflake:nth-of-type(10) {
        left: 25%;
        -webkit-animation-delay: 2s, 0s;
        animation-delay: 2s, 0s;
    }

    .snowflake:nth-of-type(11) {
        left: 65%;
        -webkit-animation-delay: 4s, 2.5s;
        animation-delay: 4s, 2.5s;
    }
/**********snkow End*/


.bg-fo {

    background: linear-gradient(180deg, #526ade .02%, #69d3c2 52.36%, #280b70 93.75%, #280b70);
}

.bg-water
{
  position:relative;
  z-index:2;
}
.bg-stone
{
      position: absolute;
    z-index: 0;
}

#wing
{
   transform-box: fill-box;
    transform-origin: center;
}

#baloon
{
   transform-box: fill-box;
    transform-origin: center;
}

#fan1
{
   transform-box: fill-box;
    transform-origin: 58% 60%;
}

#fan2
{
   transform-box: fill-box;
    transform-origin: 36% 49%;
}

#fan3
{
   transform-box: fill-box;
    transform-origin: 57% 58%;
}


#Group_42
{
   transform-box: fill-box;
    transform-origin: 58% 60%;
}
/* Custom Scrollbar Styles */
.scroll-content::-webkit-scrollbar {
    width: 12px; /* Width of the entire scrollbar */
  }

  .scroll-content::-webkit-scrollbar-track {
    background: #480B96; /* Background of the scrollbar track */
    border-radius: 6px; /* Rounded corners for the track */
  }

  .scroll-content::-webkit-scrollbar-thumb {
    background-color: #2196f3; /* Color of the scrollbar thumb */
    border-radius: 6px; /* Rounded corners for the thumb */
    border: 3px solid #480B96; /* Padding around the thumb */
  }

  .scroll-content::-webkit-scrollbar-thumb:hover {
    background-color: #2196f3; /* Color when hovering over the scrollbar thumb */
  }
  .block{
    width: 80px;
    height: 80px;
    background: #7818DD;
    border-radius: 10px;
    float: left;
    border: 2px solid #000;
    margin-right: 2px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  }
  .block3 {
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 10px;
    position: absolute;
    right: 0;
    border: 1px solid #000;
}
.gamestep {
    width: 75%;
    position: relative;
    float: right;
    height: 80%;
    padding-right: 10%;
    padding-left: 10%;
    padding-top: 2%;
}
.done{
    background: linear-gradient(351.09deg, #F0B000 4.36%, #F029A0 117.5%) !important;
    border: 1px solid #FFEB3B !important;
}
.staperow {
    width: 100%;
    position: relative;
    float: left;
}
.staperow1 {
    width: 100%;
    position: relative;
    float: left;
}
.blank {
    background: none;
    border: none;
}

.block1 {
    position: absolute;
    left: 246px;
}


.allsteps{
    width: 100%;
    float: left;
   
}
 .start{
  position: absolute;
  left: -200px;
  top: -54px; 
} 
.end {
    position: absolute;
    right: 20px;
    top: -70px;
    z-index: 9;
    animation: zoominout 5s linear infinite;
}
.end img {
    width: 200px;
}

/* -------------------------------------------------------------------------------bg------------------------------------- */
/*!

 =========================================================
 * Paper Kit 2 - v2.0.0
 =========================================================

 * Product Page: http://www.creative-tim.com/product/paper-kit-2
 * Copyright 2017 Creative Tim (http://www.creative-tim.com)
 * Licensed under MIT (https://github.com/timcreative/paper-kit/blob/master/LICENSE.md)

 =========================================================

 * The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
 */
/*      light colors - used for select dropdown         */
/*           Font Smoothing      */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p, .navbar, .brand, a, .td-name, td, button, input, select, textarea {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: "Montserrat", "Helvetica", Arial, sans-serif;
    font-weight: 300;
  }
  
  h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
    margin: 30px 0 0;
  }
  
  h1, .h1 {
    font-size: 3.6em;
  }
  
  h2, .h2 {
    font-size: 2.8em;
  }
  
  h3, .h3 {
    font-size: 1.825em;
    line-height: 1.4;
    margin: 20px 0 0px;
  }
  
  h4, .h4 {
    font-size: 1.6em;
    line-height: 1.2em;
  }
  
  h5, .h5 {
    font-size: 1.35em;
    line-height: 1.4em;
  }
  
  h6, .h6 {
    font-size: 0.9em;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.5em;
  }
  
  p {
    font-size: 15px;
    line-height: 1.5em;
    margin-bottom: 5px;
  }
  
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
    color: #9A9A9A;
    line-height: 1.5em;
  }
  
  h1 small, h2 small, h3 small, h1 .small, h2 .small, h3 .small {
    font-size: 60%;
  }
  
  .title,
  .card-title,
  .info-title,
  .footer-brand,
  .footer-big h5,
  .footer-big h4,
  .media .media-heading {
    font-family: "Montserrat", "Helvetica", Arial, sans-serif;
  }
  .title,
  .title a,
  .card-title,
  .card-title a,
  .info-title,
  .info-title a,
  .footer-brand,
  .footer-brand a,
  .footer-big h5,
  .footer-big h5 a,
  .footer-big h4,
  .footer-big h4 a,
  .media .media-heading,
  .media .media-heading a {
    color: #333333;
    text-decoration: none;
  }
  
  .title-uppercase {
    text-transform: uppercase;
  }
  
  .description {
    color: #9A9A9A;
  }
  
  blockquote small {
    font-style: normal;
  }
  
  .text-muted {
    color: #DDDDDD;
  }
  
  .text-primary, .text-primary:hover {
    color: #51cbce !important;
  }
  
  .text-info, .text-info:hover {
    color: #51bcda !important;
  }
  
  .text-success, .text-success:hover {
    color: #6bd098 !important;
  }
  
  .text-warning, .text-warning:hover {
    color: #fbc658 !important;
  }
  
  .text-danger, .text-danger:hover {
    color: #f5593d !important;
  }
  
  .glyphicon {
    line-height: 1;
  }
  
  .heart {
    color: #EB5E28;
    animation: heathing 1s ease infinite;
  }
  
  @keyframes heathing {
    0% {
      transform: scale(0.75);
    }
    20% {
      transform: scale(1);
    }
    40% {
      transform: scale(0.75);
    }
    60% {
      transform: scale(1);
    }
    80% {
      transform: scale(0.75);
    }
    100% {
      transform: scale(0.75);
    }
  }
  .footer .credits,
  .footer-nav {
    line-height: 85px;
  }
  
  .footer .btn {
    margin-bottom: 0;
  }
  
  .blockquote {
    border-left: 0 none;
    border-bottom: 1px solid #CCC5B9;
    border-top: 1px solid #CCC5B9;
    font-weight: 300;
    margin: 15px 0 10px;
    text-align: center;
  }
  
  .title {
    margin-top: 30px;
    margin-bottom: 25px;
    min-height: 32px;
  }
  
  .title.text-center {
    margin-bottom: 50px;
  }
  
  /*     General overwrite     */
  body {
    color: #66615b;
    font-size: 14px;
    font-weight: 300;
    font-family: 'Montserrat', "Helvetica", Arial, sans-serif;
  }
  
  a {
    color: #51bcda;
  }
  a:hover, a:focus {
    color: #2ba9cd;
    text-decoration: none;
  }
  
  hr {
    border-color: #F1EAE0;
  }
  
  .icon {
    fill: #66615b;
  }
  
  .fa-base {
    font-size: 1.25em !important;
  }
  
  a:focus, a:active,
  button::-moz-focus-inner,
  input[type="reset"]::-moz-focus-inner,
  input[type="button"]::-moz-focus-inner,
  input[type="submit"]::-moz-focus-inner,
  select::-moz-focus-inner,
  input[type="file"] > input[type="button"]::-moz-focus-inner {
    outline: 0;
  }
  
  .ui-slider-handle:focus,
  .navbar-toggle {
    outline: 0 !important;
  }
  
  /*           Animations              */
  .form-control,
  .input-group-addon,
  .tagsinput,
  .navbar,
  .navbar .alert,
  .carousel-control.right,
  .carousel-control.left {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
  }
  
  .tagsinput .tag,
  .tagsinput-remove-link,
  .filter,
  .btn-hover,
  [data-toggle="collapse"] i,
  .animation-transition-fast,
  .dropdown-menu .dropdown-item {
    -webkit-transition: all 150ms linear;
    -moz-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    -ms-transition: all 150ms linear;
    transition: all 150ms linear;
  }
  
  .btn-morphing .fa,
  .btn-morphing .circle,
  .gsdk-collapse {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
  }
  
  .fa {
    width: 18px;
    text-align: center;
  }
  
  .margin-top {
    margin-top: 50px;
  }
  
  .iframe-container iframe {
    box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
  }
  
  /*       CT colors          */
  .ct-blue {
    color: #51cbce;
  }
  
  .ct-azure {
    color: #51bcda;
  }
  
  .ct-green {
    color: #6bd098;
  }
  
  .ct-orange {
    color: #fbc658;
  }
  
  .ct-red {
    color: #f5593d;
  }
  
  .pagination .page-item .page-link .fa {
    width: auto;
    font-weight: 600;
  }
  
  .bg-primary {
    background-color: #6dd3d6 !important;
  }
  
  .bg-info {
    background-color: #6ec7e0 !important;
  }
  
  .bg-success {
    background-color: #86d9ab !important;
  }
  
  .bg-warning {
    background-color: #fcd27b !important;
  }
  
  .bg-danger {
    background-color: #f7765f !important;
  }
  
  .navbar-transparent {
    background-color: transparent !important;
    border-bottom: 1px solid transparent;
  }
  
  .btn {
    box-sizing: border-box;
    border-width: 2px;
    font-size: 12px;
    font-weight: 600;
    padding: 0.5rem 18px;
    line-height: 1.75;
    cursor: pointer;
    text-transform: uppercase;
    background-color: #66615B;
    border-color: #66615B;
    color: #FFFFFF;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 150ms linear;
    -moz-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    -ms-transition: all 150ms linear;
    transition: all 150ms linear;
  }
  .btn.btn-border, .btn.btn-link {
    background-color: transparent;
  }
  .btn:hover, .btn:focus, .btn:active, .btn.active, .show > .btn.dropdown-toggle {
    background-color: #403D39;
    color: #FFFFFF;
    border-color: #403D39;
  }
  .btn .caret {
    border-top-color: #FFFFFF;
  }
  .btn.btn-link {
    color: #66615B;
  }
  .btn.btn-link:hover, .btn.btn-link:focus, .btn.btn-link:active, .btn.btn-link.active, .open > .btn.btn-link.dropdown-toggle {
    background-color: transparent;
    color: #403D39;
  }
  .btn.btn-link .caret {
    border-top-color: #66615B;
  }
  .btn .caret {
    border-top-color: #FFFFFF;
  }
  .btn:hover, .btn:focus {
    outline: 0 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .btn:active, .btn.active, .open > .btn.dropdown-toggle {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0 !important;
  }
  .btn[class*="btn-outline-"] {
    background-image: none;
    background-color: transparent;
  }
  
  .btn-just-icon {
    border-radius: 50px;
    height: 40px;
    width: 40px;
    min-width: 40px;
    padding: 8px;
  }
  .btn-just-icon.btn-sm {
    padding: 4px !important;
  }
  .btn-just-icon i {
    font-size: 16px;
    padding: 2px 0px;
  }
  
  .upgrade-pro .btn {
    margin-top: 30px;
  }
  
  .btn-link.btn-just-icon {
    padding: 8px;
  }
  
  .btn-group .btn + .btn,
  .btn-group .btn + .btn-group,
  .btn-group .btn-group + .btn,
  .btn-group .btn-group + .btn-group {
    margin-left: -2px;
  }
  
  .btn-primary {
    background-color: #51cbce;
    border-color: #51cbce;
    color: #FFFFFF;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
    background-color: #34b5b8;
    color: #FFFFFF;
    border-color: #34b5b8;
  }
  .btn-primary .caret {
    border-top-color: #FFFFFF;
  }
  .btn-primary.btn-link {
    color: #51cbce;
  }
  .btn-primary.btn-link:hover, .btn-primary.btn-link:focus, .btn-primary.btn-link:active, .btn-primary.btn-link.active, .open > .btn-primary.btn-link.dropdown-toggle {
    background-color: transparent;
    color: #34b5b8;
  }
  .btn-primary.btn-link .caret {
    border-top-color: #51cbce;
  }
  .btn-primary .caret {
    border-top-color: #FFFFFF;
  }
  
  .btn-success {
    background-color: #6bd098;
    border-color: #6bd098;
    color: #FFFFFF;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
    background-color: #44c47d;
    color: #FFFFFF;
    border-color: #44c47d;
  }
  .btn-success .caret {
    border-top-color: #FFFFFF;
  }
  .btn-success.btn-link {
    color: #6bd098;
  }
  .btn-success.btn-link:hover, .btn-success.btn-link:focus, .btn-success.btn-link:active, .btn-success.btn-link.active, .open > .btn-success.btn-link.dropdown-toggle {
    background-color: transparent;
    color: #44c47d;
  }
  .btn-success.btn-link .caret {
    border-top-color: #6bd098;
  }
  .btn-success .caret {
    border-top-color: #FFFFFF;
  }
  
  .btn-info {
    background-color: #51bcda;
    border-color: #51bcda;
    color: #FFFFFF;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
    background-color: #2ba9cd;
    color: #FFFFFF;
    border-color: #2ba9cd;
  }
  .btn-info .caret {
    border-top-color: #FFFFFF;
  }
  .btn-info.btn-link {
    color: #51bcda;
  }
  .btn-info.btn-link:hover, .btn-info.btn-link:focus, .btn-info.btn-link:active, .btn-info.btn-link.active, .open > .btn-info.btn-link.dropdown-toggle {
    background-color: transparent;
    color: #2ba9cd;
  }
  .btn-info.btn-link .caret {
    border-top-color: #51bcda;
  }
  .btn-info .caret {
    border-top-color: #FFFFFF;
  }
  
  .btn-warning {
    background-color: #fbc658;
    border-color: #fbc658;
    color: #FFFFFF;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
    background-color: #fab526;
    color: #FFFFFF;
    border-color: #fab526;
  }
  .btn-warning .caret {
    border-top-color: #FFFFFF;
  }
  .btn-warning.btn-link {
    color: #fbc658;
  }
  .btn-warning.btn-link:hover, .btn-warning.btn-link:focus, .btn-warning.btn-link:active, .btn-warning.btn-link.active, .open > .btn-warning.btn-link.dropdown-toggle {
    background-color: transparent;
    color: #fab526;
  }
  .btn-warning.btn-link .caret {
    border-top-color: #fbc658;
  }
  .btn-warning .caret {
    border-top-color: #FFFFFF;
  }
  
  .btn-danger {
    background-color: #f5593d;
    border-color: #f5593d;
    color: #FFFFFF;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
    background-color: #f33816;
    color: #FFFFFF;
    border-color: #f33816;
  }
  .btn-danger .caret {
    border-top-color: #FFFFFF;
  }
  .btn-danger.btn-link {
    color: #f5593d;
  }
  .btn-danger.btn-link:hover, .btn-danger.btn-link:focus, .btn-danger.btn-link:active, .btn-danger.btn-link.active, .open > .btn-danger.btn-link.dropdown-toggle {
    background-color: transparent;
    color: #f33816;
  }
  .btn-danger.btn-link .caret {
    border-top-color: #f5593d;
  }
  .btn-danger .caret {
    border-top-color: #FFFFFF;
  }
  
  .btn-neutral {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    color: #FFFFFF;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .btn-neutral:hover, .btn-neutral:focus, .btn-neutral:active, .btn-neutral.active, .show > .btn-neutral.dropdown-toggle {
    background-color: #403D39;
    color: #FFFFFF;
    border-color: #403D39;
  }
  .btn-neutral .caret {
    border-top-color: #FFFFFF;
  }
  .btn-neutral.btn-link {
    color: #FFFFFF;
  }
  .btn-neutral.btn-link:hover, .btn-neutral.btn-link:focus, .btn-neutral.btn-link:active, .btn-neutral.btn-link.active, .open > .btn-neutral.btn-link.dropdown-toggle {
    background-color: transparent;
    color: #403D39;
  }
  .btn-neutral.btn-link .caret {
    border-top-color: #FFFFFF;
  }
  .btn-neutral .caret {
    border-top-color: #FFFFFF;
  }
  
  .btn-outline-default {
    border-color: #66615B;
    color: #66615B;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .btn-outline-default:hover, .btn-outline-default:focus, .btn-outline-default:active, .btn-outline-default.active, .open > .btn-outline-default.dropdown-toggle {
    background-color: #66615B;
    color: rgba(255, 255, 255, 0.8);
    border-color: #66615B;
  }
  .btn-outline-default:hover .caret, .btn-outline-default:focus .caret, .btn-outline-default:active .caret, .btn-outline-default.active .caret, .open > .btn-outline-default.dropdown-toggle .caret {
    border-top-color: rgba(255, 255, 255, 0.8);
  }
  .btn-outline-default .caret {
    border-top-color: #FFFFFF;
  }
  .btn-outline-default.disabled, .btn-outline-default.disabled:hover, .btn-outline-default.disabled:focus, .btn-outline-default.disabled.focus, .btn-outline-default.disabled:active, .btn-outline-default.disabled.active, .btn-outline-default:disabled, .btn-outline-default:disabled:hover, .btn-outline-default:disabled:focus, .btn-outline-default:disabled.focus, .btn-outline-default:disabled:active, .btn-outline-default:disabled.active, .btn-outline-default[disabled], .btn-outline-default[disabled]:hover, .btn-outline-default[disabled]:focus, .btn-outline-default[disabled].focus, .btn-outline-default[disabled]:active, .btn-outline-default[disabled].active, fieldset[disabled] .btn-outline-default, fieldset[disabled] .btn-outline-default:hover, fieldset[disabled] .btn-outline-default:focus, fieldset[disabled] .btn-outline-default.focus, fieldset[disabled] .btn-outline-default:active, fieldset[disabled] .btn-outline-default.active {
    background-color: transparent;
    border-color: #66615B;
  }
  
  .btn-outline-primary {
    border-color: #51cbce;
    color: #51cbce;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active, .btn-outline-primary.active, .open > .btn-outline-primary.dropdown-toggle {
    background-color: #51cbce;
    color: rgba(255, 255, 255, 0.8);
    border-color: #51cbce;
  }
  .btn-outline-primary:hover .caret, .btn-outline-primary:focus .caret, .btn-outline-primary:active .caret, .btn-outline-primary.active .caret, .open > .btn-outline-primary.dropdown-toggle .caret {
    border-top-color: rgba(255, 255, 255, 0.8);
  }
  .btn-outline-primary .caret {
    border-top-color: #FFFFFF;
  }
  .btn-outline-primary.disabled, .btn-outline-primary.disabled:hover, .btn-outline-primary.disabled:focus, .btn-outline-primary.disabled.focus, .btn-outline-primary.disabled:active, .btn-outline-primary.disabled.active, .btn-outline-primary:disabled, .btn-outline-primary:disabled:hover, .btn-outline-primary:disabled:focus, .btn-outline-primary:disabled.focus, .btn-outline-primary:disabled:active, .btn-outline-primary:disabled.active, .btn-outline-primary[disabled], .btn-outline-primary[disabled]:hover, .btn-outline-primary[disabled]:focus, .btn-outline-primary[disabled].focus, .btn-outline-primary[disabled]:active, .btn-outline-primary[disabled].active, fieldset[disabled] .btn-outline-primary, fieldset[disabled] .btn-outline-primary:hover, fieldset[disabled] .btn-outline-primary:focus, fieldset[disabled] .btn-outline-primary.focus, fieldset[disabled] .btn-outline-primary:active, fieldset[disabled] .btn-outline-primary.active {
    background-color: transparent;
    border-color: #51cbce;
  }
  
  .btn-outline-success {
    border-color: #6bd098;
    color: #6bd098;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .btn-outline-success:hover, .btn-outline-success:focus, .btn-outline-success:active, .btn-outline-success.active, .open > .btn-outline-success.dropdown-toggle {
    background-color: #6bd098;
    color: rgba(255, 255, 255, 0.8);
    border-color: #6bd098;
  }
  .btn-outline-success:hover .caret, .btn-outline-success:focus .caret, .btn-outline-success:active .caret, .btn-outline-success.active .caret, .open > .btn-outline-success.dropdown-toggle .caret {
    border-top-color: rgba(255, 255, 255, 0.8);
  }
  .btn-outline-success .caret {
    border-top-color: #FFFFFF;
  }
  .btn-outline-success.disabled, .btn-outline-success.disabled:hover, .btn-outline-success.disabled:focus, .btn-outline-success.disabled.focus, .btn-outline-success.disabled:active, .btn-outline-success.disabled.active, .btn-outline-success:disabled, .btn-outline-success:disabled:hover, .btn-outline-success:disabled:focus, .btn-outline-success:disabled.focus, .btn-outline-success:disabled:active, .btn-outline-success:disabled.active, .btn-outline-success[disabled], .btn-outline-success[disabled]:hover, .btn-outline-success[disabled]:focus, .btn-outline-success[disabled].focus, .btn-outline-success[disabled]:active, .btn-outline-success[disabled].active, fieldset[disabled] .btn-outline-success, fieldset[disabled] .btn-outline-success:hover, fieldset[disabled] .btn-outline-success:focus, fieldset[disabled] .btn-outline-success.focus, fieldset[disabled] .btn-outline-success:active, fieldset[disabled] .btn-outline-success.active {
    background-color: transparent;
    border-color: #6bd098;
  }
  
  .btn-outline-info {
    border-color: #51bcda;
    color: #51bcda;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .btn-outline-info:hover, .btn-outline-info:focus, .btn-outline-info:active, .btn-outline-info.active, .open > .btn-outline-info.dropdown-toggle {
    background-color: #51bcda;
    color: rgba(255, 255, 255, 0.8);
    border-color: #51bcda;
  }
  .btn-outline-info:hover .caret, .btn-outline-info:focus .caret, .btn-outline-info:active .caret, .btn-outline-info.active .caret, .open > .btn-outline-info.dropdown-toggle .caret {
    border-top-color: rgba(255, 255, 255, 0.8);
  }
  .btn-outline-info .caret {
    border-top-color: #FFFFFF;
  }
  .btn-outline-info.disabled, .btn-outline-info.disabled:hover, .btn-outline-info.disabled:focus, .btn-outline-info.disabled.focus, .btn-outline-info.disabled:active, .btn-outline-info.disabled.active, .btn-outline-info:disabled, .btn-outline-info:disabled:hover, .btn-outline-info:disabled:focus, .btn-outline-info:disabled.focus, .btn-outline-info:disabled:active, .btn-outline-info:disabled.active, .btn-outline-info[disabled], .btn-outline-info[disabled]:hover, .btn-outline-info[disabled]:focus, .btn-outline-info[disabled].focus, .btn-outline-info[disabled]:active, .btn-outline-info[disabled].active, fieldset[disabled] .btn-outline-info, fieldset[disabled] .btn-outline-info:hover, fieldset[disabled] .btn-outline-info:focus, fieldset[disabled] .btn-outline-info.focus, fieldset[disabled] .btn-outline-info:active, fieldset[disabled] .btn-outline-info.active {
    background-color: transparent;
    border-color: #51bcda;
  }
  
  .btn-outline-warning {
    border-color: #fbc658;
    color: #fbc658;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .btn-outline-warning:hover, .btn-outline-warning:focus, .btn-outline-warning:active, .btn-outline-warning.active, .open > .btn-outline-warning.dropdown-toggle {
    background-color: #fbc658;
    color: rgba(255, 255, 255, 0.8);
    border-color: #fbc658;
  }
  .btn-outline-warning:hover .caret, .btn-outline-warning:focus .caret, .btn-outline-warning:active .caret, .btn-outline-warning.active .caret, .open > .btn-outline-warning.dropdown-toggle .caret {
    border-top-color: rgba(255, 255, 255, 0.8);
  }
  .btn-outline-warning .caret {
    border-top-color: #FFFFFF;
  }
  .btn-outline-warning.disabled, .btn-outline-warning.disabled:hover, .btn-outline-warning.disabled:focus, .btn-outline-warning.disabled.focus, .btn-outline-warning.disabled:active, .btn-outline-warning.disabled.active, .btn-outline-warning:disabled, .btn-outline-warning:disabled:hover, .btn-outline-warning:disabled:focus, .btn-outline-warning:disabled.focus, .btn-outline-warning:disabled:active, .btn-outline-warning:disabled.active, .btn-outline-warning[disabled], .btn-outline-warning[disabled]:hover, .btn-outline-warning[disabled]:focus, .btn-outline-warning[disabled].focus, .btn-outline-warning[disabled]:active, .btn-outline-warning[disabled].active, fieldset[disabled] .btn-outline-warning, fieldset[disabled] .btn-outline-warning:hover, fieldset[disabled] .btn-outline-warning:focus, fieldset[disabled] .btn-outline-warning.focus, fieldset[disabled] .btn-outline-warning:active, fieldset[disabled] .btn-outline-warning.active {
    background-color: transparent;
    border-color: #fbc658;
  }
  
  .btn-outline-danger {
    border-color: #f5593d;
    color: #f5593d;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .btn-outline-danger:hover, .btn-outline-danger:focus, .btn-outline-danger:active, .btn-outline-danger.active, .open > .btn-outline-danger.dropdown-toggle {
    background-color: #f5593d;
    color: rgba(255, 255, 255, 0.8);
    border-color: #f5593d;
  }
  .btn-outline-danger:hover .caret, .btn-outline-danger:focus .caret, .btn-outline-danger:active .caret, .btn-outline-danger.active .caret, .open > .btn-outline-danger.dropdown-toggle .caret {
    border-top-color: rgba(255, 255, 255, 0.8);
  }
  .btn-outline-danger .caret {
    border-top-color: #FFFFFF;
  }
  .btn-outline-danger.disabled, .btn-outline-danger.disabled:hover, .btn-outline-danger.disabled:focus, .btn-outline-danger.disabled.focus, .btn-outline-danger.disabled:active, .btn-outline-danger.disabled.active, .btn-outline-danger:disabled, .btn-outline-danger:disabled:hover, .btn-outline-danger:disabled:focus, .btn-outline-danger:disabled.focus, .btn-outline-danger:disabled:active, .btn-outline-danger:disabled.active, .btn-outline-danger[disabled], .btn-outline-danger[disabled]:hover, .btn-outline-danger[disabled]:focus, .btn-outline-danger[disabled].focus, .btn-outline-danger[disabled]:active, .btn-outline-danger[disabled].active, fieldset[disabled] .btn-outline-danger, fieldset[disabled] .btn-outline-danger:hover, fieldset[disabled] .btn-outline-danger:focus, fieldset[disabled] .btn-outline-danger.focus, fieldset[disabled] .btn-outline-danger:active, fieldset[disabled] .btn-outline-danger.active {
    background-color: transparent;
    border-color: #f5593d;
  }
  
  .btn-outline-neutral {
    border-color: #FFFFFF;
    color: #FFFFFF;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .btn-outline-neutral:hover, .btn-outline-neutral:focus, .btn-outline-neutral:active, .btn-outline-neutral.active, .open > .btn-outline-neutral.dropdown-toggle {
    background-color: #FFFFFF;
    color: rgba(255, 255, 255, 0.8);
    border-color: #FFFFFF;
  }
  .btn-outline-neutral:hover .caret, .btn-outline-neutral:focus .caret, .btn-outline-neutral:active .caret, .btn-outline-neutral.active .caret, .open > .btn-outline-neutral.dropdown-toggle .caret {
    border-top-color: rgba(255, 255, 255, 0.8);
  }
  .btn-outline-neutral .caret {
    border-top-color: #FFFFFF;
  }
  .btn-outline-neutral.disabled, .btn-outline-neutral.disabled:hover, .btn-outline-neutral.disabled:focus, .btn-outline-neutral.disabled.focus, .btn-outline-neutral.disabled:active, .btn-outline-neutral.disabled.active, .btn-outline-neutral:disabled, .btn-outline-neutral:disabled:hover, .btn-outline-neutral:disabled:focus, .btn-outline-neutral:disabled.focus, .btn-outline-neutral:disabled:active, .btn-outline-neutral:disabled.active, .btn-outline-neutral[disabled], .btn-outline-neutral[disabled]:hover, .btn-outline-neutral[disabled]:focus, .btn-outline-neutral[disabled].focus, .btn-outline-neutral[disabled]:active, .btn-outline-neutral[disabled].active, fieldset[disabled] .btn-outline-neutral, fieldset[disabled] .btn-outline-neutral:hover, fieldset[disabled] .btn-outline-neutral:focus, fieldset[disabled] .btn-outline-neutral.focus, fieldset[disabled] .btn-outline-neutral:active, fieldset[disabled] .btn-outline-neutral.active {
    background-color: transparent;
    border-color: #FFFFFF;
  }
  .btn-outline-neutral:hover, .btn-outline-neutral:focus {
    color: #403D39;
    background-color: #FFFFFF;
  }
  
  .btn-neutral {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    color: #FFFFFF;
    opacity: 1;
    filter: alpha(opacity=100);
    color: #66615B;
  }
  .btn-neutral:hover, .btn-neutral:focus, .btn-neutral:active, .btn-neutral.active, .show > .btn-neutral.dropdown-toggle {
    background-color: #FFFFFF;
    color: #FFFFFF;
    border-color: #FFFFFF;
  }
  .btn-neutral .caret {
    border-top-color: #FFFFFF;
  }
  .btn-neutral.btn-link {
    color: #FFFFFF;
  }
  .btn-neutral.btn-link:hover, .btn-neutral.btn-link:focus, .btn-neutral.btn-link:active, .btn-neutral.btn-link.active, .open > .btn-neutral.btn-link.dropdown-toggle {
    background-color: transparent;
    color: #FFFFFF;
  }
  .btn-neutral.btn-link .caret {
    border-top-color: #FFFFFF;
  }
  .btn-neutral .caret {
    border-top-color: #FFFFFF;
  }
  .btn-neutral:hover, .btn-neutral:focus {
    color: #403D39;
  }
  .btn-neutral.btn-border:hover, .btn-neutral.btn-border:focus {
    color: #66615B;
  }
  .btn-neutral.btn-border:active, .btn-neutral.btn-border.active, .open > .btn-neutral.btn-border.dropdown-toggle {
    background-color: #FFFFFF;
    color: #66615B;
  }
  .btn-neutral.btn-link:active, .btn-neutral.btn-link.active {
    background-color: transparent;
  }
  
  .btn:disabled, .btn[disabled], .btn.disabled {
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
  
  .btn-link {
    border-color: transparent !important;
    padding: 7px 18px;
  }
  .btn-link:hover, .btn-link:focus, .btn-link:active {
    text-decoration: none;
    border-color: transparent;
  }
  .btn-link.btn-icon {
    padding: 7px;
  }
  
  .btn-lg {
    font-size: 14px;
    padding: 11px 30px;
  }
  .btn-lg.btn-simple {
    padding: 13px 30px;
  }
  
  .btn-sm {
    font-size: 12px;
    padding: 4px 10px;
  }
  .btn-sm.btn-simple {
    padding: 6px 10px;
  }
  
  .btn-wd {
    min-width: 140px;
  }
  
  .btn-group.select {
    width: 100%;
  }
  
  .btn-group.select .btn {
    text-align: left;
  }
  
  .btn-group.select .caret {
    position: absolute;
    top: 50%;
    margin-top: -1px;
    right: 8px;
  }
  
  .btn-just-icon.btn-sm {
    height: 30px;
    width: 30px;
    min-width: 30px;
    padding: 0;
  }
  .btn-just-icon.btn-sm i {
    font-size: 12px;
  }
  .btn-just-icon.btn-lg {
    height: 50px;
    width: 50px;
    min-width: 50px;
    padding: 13px;
  }
  .btn-just-icon.btn-lg i {
    font-size: 18px;
    padding: 0;
  }
  
  .btn-round {
    border-radius: 30px;
  }
  
  .btn.btn-link:focus {
    box-shadow: none !important;
    text-decoration: none;
  }
  
  .column .btn-link {
    padding: 7px 0;
  }
  
  .share-buttons .btn-outline-default {
    margin-top: 24px;
  }
  
  #modals .btn-outline-neutral {
    margin-bottom: 10px;
  }
  
  .btn-group.select {
    overflow: visible !important;
  }
  
  .media .media-body .media-footer .btn-neutral {
    margin: 15px 3px;
    font-size: 14px;
  }
  .media .media-body .media-footer .btn-neutral i {
    margin-right: 0 !important;
  }
  
  .form-control::-moz-placeholder {
    color: #d2d2d2;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  
  .form-control:-moz-placeholder {
    color: #d2d2d2;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  
  .form-control::-webkit-input-placeholder {
    color: #d2d2d2;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  
  .form-control:-ms-input-placeholder {
    color: #d2d2d2;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  
  .form-control {
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 4px;
    color: #66615b;
    font-size: 14px;
    padding: 7px 12px;
    height: 40px;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .form-control:focus {
    background-color: #FFFFFF;
    border: 1px solid #9A9A9A;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0 !important;
  }
  .form-control.no-border {
    border: medium none !important;
  }
  .has-success .form-control, .has-error .form-control, .has-success .form-control:focus, .has-error .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .has-success .form-control {
    border: 1px solid #ccc;
    color: #66615b;
  }
  .has-success .form-control:focus {
    border: 1px solid #6bd098;
    color: #6bd098;
  }
  .has-danger .form-control {
    background-color: #FFC0A4;
    border: 1px solid #f5593d;
    color: #f5593d;
  }
  .has-danger .form-control:focus {
    background-color: #FFFFFF;
    border: 1px solid #f5593d;
  }
  .form-control + .form-control-feedback {
    border-radius: 6px;
    font-size: 14px;
    color: #f5593d;
    font-size: .8rem;
    position: absolute;
    top: 100%;
    padding-left: 12px;
    vertical-align: middle;
  }
  .open .form-control {
    border-radius: 4px 4px 0 0;
    border-bottom-color: transparent;
  }
  
  .input-group.input-group-focus .input-group-addon {
    border-color: #9A9A9A;
  }
  
  .input-lg {
    height: 55px;
    padding: 11px 30px;
  }
  
  .has-error .form-control-feedback, .has-error .control-label {
    color: #f5593d;
  }
  
  .has-success .form-control-feedback, .has-success .control-label {
    color: #6bd098;
  }
  
  .input-group-addon {
    background-color: #FFFFFF;
    border-radius: 4px;
  }
  .input-group-addon.no-border {
    border: medium none !important;
  }
  .has-success .input-group-addon, .has-error .input-group-addon {
    background-color: #FFFFFF;
  }
  .has-error .form-control:focus + .input-group-addon {
    color: #f5593d;
  }
  .has-success .form-control:focus + .input-group-addon {
    color: #6bd098;
  }
  .form-control:focus + .input-group-addon, .form-control:focus ~ .input-group-addon {
    background-color: #FFFFFF;
  }
  
  .input-group .form-control:first-child,
  .input-group-addon:first-child,
  .input-group-btn:first-child > .dropdown-toggle,
  .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
    border-right: 0 none;
    padding-right: 0;
  }
  
  .input-group .form-control:last-child,
  .input-group-addon:last-child,
  .input-group-btn:last-child > .dropdown-toggle,
  .input-group-btn:first-child > .btn:not(:first-child) {
    border-left: 0 none;
  }
  
  .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #E3E3E3;
    color: #66615B;
    cursor: not-allowed;
  }
  
  .input-group[disabled] .input-group-addon {
    background-color: #E3E3E3;
    cursor: not-allowed;
    border-color: #DDDDDD;
  }
  
  .input-group-btn .btn {
    border-width: 1px;
    padding: 9px 18px;
  }
  
  .input-group-btn .btn-default:not(.btn-fill) {
    border-color: #DDDDDD;
  }
  
  .input-group-btn:last-child > .btn {
    margin-left: 0;
  }
  
  textarea.form-control {
    padding: 10px 18px;
    height: auto;
  }
  
  .form-group {
    position: relative;
  }
  
  .register-form .form-control {
    border: 1px solid transparent !important;
  }
  
  #inputs .input-group {
    margin-bottom: 1rem;
  }
  
  .card-form-horizontal .card-block .form-group {
    margin-bottom: 0;
  }
  
  .form-group-no-border .form-control,
  .form-group-no-border .input-group-addon {
    border: 0 !important;
  }
  
  .progress {
    background-color: #DDDDDD;
    border-radius: 3px;
    box-shadow: none;
    height: 8px;
  }
  
  .progress-thin {
    height: 4px;
  }
  
  .progress-bar {
    background-color: #51cbce;
  }
  
  .progress-bar-primary {
    background-color: #51cbce;
  }
  
  .progress-bar-info {
    background-color: #51bcda;
  }
  
  .progress-bar-success {
    background-color: #6bd098;
  }
  
  .progress-bar-warning {
    background-color: #fbc658;
  }
  
  .progress-bar-danger {
    background-color: #f5593d;
  }
  
  .noUi-target,
  .noUi-target * {
    -webkit-touch-callout: none;
    -ms-touch-action: none;
    user-select: none;
    box-sizing: border-box;
  }
  
  .noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
  }
  
  .noUi-origin {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
  }
  
  .noUi-handle {
    position: relative;
    z-index: 1;
    box-sizing: border-box;
  }
  
  .noUi-stacking .noUi-handle {
    z-index: 10;
  }
  
  .noUi-state-tap .noUi-origin {
    transition: left 0.3s, top 0.3s;
  }
  
  .noUi-state-drag * {
    cursor: inherit !important;
  }
  
  .noUi-horizontal {
    height: 10px;
  }
  
  .noUi-handle {
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    left: -10px;
    top: -6px;
    cursor: pointer;
    border-radius: 100%;
    transition: all 0.2s ease-out;
    border: 1px solid;
    background: #FFFFFF;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  }
  
  .noUi-vertical .noUi-handle {
    margin-left: 5px;
    cursor: ns-resize;
  }
  
  .noUi-horizontal.noUi-extended {
    padding: 0 15px;
  }
  
  .noUi-horizontal.noUi-extended .noUi-origin {
    right: -15px;
  }
  
  .noUi-background {
    height: 2px;
    margin: 20px 0;
  }
  
  .noUi-origin {
    margin: 0;
    border-radius: 0;
    height: 2px;
    background: #c8c8c8;
  }
  
  .noUi-origin[style^="left: 0"] .noUi-handle {
    background-color: #fff;
    border: 2px solid #c8c8c8;
  }
  
  .noUi-origin[style^="left: 0"] .noUi-handle.noUi-active {
    border-width: 1px;
  }
  
  .noUi-target {
    border-radius: 3px;
  }
  
  .noUi-horizontal {
    height: 2px;
    margin: 15px 0;
  }
  
  .noUi-vertical {
    height: 100%;
    width: 2px;
    margin: 0 15px;
    display: inline-block;
  }
  
  .noUi-handle.noUi-active {
    transform: scale3d(2, 2, 1);
  }
  
  [disabled].noUi-slider {
    opacity: 0.5;
  }
  
  [disabled] .noUi-handle {
    cursor: not-allowed;
  }
  
  .slider {
    background: #c8c8c8;
  }
  
  .c-1-color {
    background-color: blue;
  }
  
  .c-2-color {
    background-color: white;
  }
  
  .slider.noUi-connect {
    background-color: #7AC29A;
  }
  
  .slider .noUi-handle {
    border-color: #7AC29A;
  }
  
  .slider.slider-info .noUi-origin:first-child {
    background-color: #51cbce;
  }
  
  .slider.slider-info .noUi-handle {
    border-color: #51cbce;
  }
  
  .slider.slider-success .noUi-connect,
  .slider.slider-success.noUi-connect {
    background-color: #51cbce;
  }
  
  .slider.slider-success .noUi-handle {
    border-color: #51cbce;
  }
  
  .slider.slider-warning .noUi-connect,
  .slider.slider-warning.noUi-connect {
    background-color: #ff9800;
  }
  
  .slider.slider-warning .noUi-handle {
    border-color: #ff9800;
  }
  
  .slider.slider-danger .noUi-connect,
  .slider.slider-danger.noUi-connect {
    background-color: #f44336;
  }
  
  .slider.slider-danger .noUi-handle {
    border-color: #f44336;
  }
  
  .alert {
    border: 0;
    border-radius: 0;
    color: #FFFFFF;
    padding: 10px 15px;
    font-size: 14px;
  }
  .alert .close {
    font-size: 20px;
    color: #FFFFFF;
  }
  .container .alert {
    border-radius: 4px;
  }
  .navbar .alert {
    border-radius: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 85px;
    width: 100%;
    z-index: 3;
  }
  .navbar:not(.navbar-transparent) .alert {
    top: 70px;
  }
  .alert .alert-icon {
    display: block;
    font-size: 30px;
    left: 15px;
    position: absolute;
    top: 50%;
    margin-top: -22px;
  }
  .alert .alert-wrapper.message {
    padding-right: 60px;
  }
  .alert .alert-wrapper i {
    position: relative;
    font-size: 20px;
    top: 5px;
    margin-top: -5px;
    font-weight: 600;
  }
  
  .alert-info {
    background-color: #6ec7e0;
  }
  
  .alert-success {
    background-color: #86d9ab;
  }
  
  .alert-warning {
    background-color: #fcd27b;
  }
  
  .alert-danger {
    background-color: #f7765f;
  }
  
  /*           Labels & Progress-bar              */
  .label {
    padding: 0.2em 0.6em;
    border-radius: 10px;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 0.75em;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 3px;
    line-height: 17px;
  }
  
  .label-primary {
    background-color: #51cbce;
  }
  
  .label-info {
    background-color: #51bcda;
  }
  
  .label-success {
    background-color: #6bd098;
  }
  
  .label-warning {
    background-color: #fbc658;
  }
  
  .label-danger {
    background-color: #f5593d;
  }
  
  .label-default {
    background-color: #66615B;
  }
  
  .tooltip {
    font-size: 12px;
    font-weight: 400;
  }
  
  .tooltip-inner {
    background-color: #FFFFFF;
    border-radius: 4px;
    box-shadow: 0 1px 13px rgba(0, 0, 0, 0.14), 0 0 0 1px rgba(115, 71, 38, 0.23);
    color: #66615B;
    max-width: 200px;
    padding: 10px 10px;
    text-align: center;
    text-decoration: none;
  }
  
  .tooltip-inner:after {
    content: "";
    display: inline-block;
    position: absolute;
  }
  
  .tooltip-inner:before {
    content: "";
    display: inline-block;
    position: absolute;
  }
  
  .tooltip.bs-tether-element-attached-left,
  .tooltip.tooltip-right {
    padding: 0 3px !important;
  }
  
  .tooltip.bs-tether-element-attached-right .tooltip-inner::before,
  .tooltip.tooltip-left .tooltip-inner::before {
    border-left: 11px solid rgba(0, 0, 0, 0.2);
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    right: -7px;
    left: auto;
    margin-left: 0;
    top: 13px;
  }
  
  .tooltip.bs-tether-element-attached-right .tooltip-inner::after,
  .tooltip.tooltip-left .tooltip-inner::after {
    border-left: 11px solid #FFFFFF;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    right: -6px;
    left: auto;
    margin-left: 0;
    top: 8px;
  }
  
  .tooltip.bs-tether-element-attached-bottom .tooltip-inner::before,
  .tooltip.tooltip-top .tooltip-inner::before {
    border-top: 11px solid rgba(0, 0, 0, 0.2);
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    bottom: -6px;
    left: 100%;
    margin-left: -60%;
  }
  
  .tooltip.bs-tether-element-attached-bottom .tooltip-inner::after,
  .tooltip.tooltip-top .tooltip-inner::after {
    border-top: 11px solid #FFFFFF;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    bottom: -5px;
    content: "";
    display: inline-block;
    left: 100%;
    margin-left: -60%;
    position: absolute;
  }
  
  .tooltip.bs-tether-element-attached-left .tooltip-inner::before,
  .tooltip.tooltip-right .tooltip-inner::before {
    border-right: 11px solid rgba(0, 0, 0, 0.2);
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    top: 13px;
    margin-left: -8px;
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
  }
  
  .tooltip.bs-tether-element-attached-left .tooltip-inner::after,
  .tooltip.tooltip-right .tooltip-inner::after {
    border-right: 11px solid #FFFFFF;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    top: 8px;
    margin-left: -7px;
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
  }
  
  .popover.bs-tether-element-attached-top::after, .popover.popover-bottom::after,
  .popover.bs-tether-element-attached-top::before, .popover.popover-bottom::before {
    border-bottom-color: #FF8F5E !important;
    top: -9px;
  }
  
  .tooltip.bs-tether-element-attached-top .tooltip-inner::before,
  .tooltip.tooltip-bottom .tooltip-inner::before {
    border-bottom: 11px solid rgba(0, 0, 0, 0.2);
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    top: -7px;
    content: "";
    display: inline-block;
    left: 100%;
    margin-left: -60%;
    position: absolute;
  }
  
  .tooltip.bs-tether-element-attached-top .tooltip-inner::after,
  .tooltip.tooltip-bottom .tooltip-inner::after {
    border-bottom: 11px solid #FFFFFF;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    top: -6px;
    content: "";
    display: inline-block;
    left: 100%;
    margin-left: -60%;
    position: absolute;
  }
  
  .tooltip.show {
    opacity: 1 !important;
  }
  
  .popover {
    border: 0;
    border-radius: 4px;
    background-color: #FFFCF5;
    color: #66615b;
    font-weight: 400;
    padding: 0;
    z-index: 1031;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  
  .popover-title {
    background-color: #FFFCF5;
    border-bottom: 0 none;
    font-size: 15px;
    font-weight: normal;
    line-height: 22px;
    padding: 15px 15px 0px 15px;
    margin: 0;
    color: #66615b;
    text-align: center;
    border-radius: 4px 4px 0 0;
    margin-bottom: -10px;
  }
  
  .popover-content {
    padding: 15px;
    text-align: center;
  }
  
  .popover .arrow {
    border: 0;
  }
  
  .popover.top .arrow {
    margin-left: 0;
  }
  
  .popover.bottom .arrow:after {
    border-bottom-color: #f7765f;
  }
  
  .popover-filter {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
    background-color: #000000;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  }
  
  .popover-filter.in {
    visibility: visible;
    opacity: 0.2;
    filter: alpha(opacity=20);
    transition-delay: 0s;
  }
  
  .popover.left > .arrow::after {
    border-left-color: #f7765f;
    bottom: -20px;
  }
  
  .popover.top > .arrow::after {
    border-top-color: #f7765f;
  }
  
  .popover.right > .arrow::after {
    border-right-color: #f7765f;
  }
  
  .popover.left::before {
    border-left-color: #f7765f;
    bottom: -20px;
  }
  
  .popover-filter.in {
    visibility: visible;
    opacity: 0.2;
    filter: alpha(opacity=20);
    transition-delay: 0s;
  }
  
  .popover-primary {
    background-color: #6dd3d6;
    color: #FFFFFF;
  }
  .popover-primary .popover-title {
    background-color: #6dd3d6;
    color: rgba(0, 0, 0, 0.56);
  }
  .popover-primary.bottom .arrow:after {
    border-bottom-color: #6dd3d6;
  }
  .popover-primary.left > .arrow::after {
    border-left-color: #6dd3d6;
  }
  .popover-primary.top > .arrow::after {
    border-top-color: #6dd3d6;
  }
  .popover-primary.right > .arrow::after {
    border-right-color: #6dd3d6;
  }
  
  .popover-info {
    background-color: #6ec7e0;
    color: #FFFFFF;
  }
  .popover-info .popover-title {
    background-color: #6ec7e0;
    color: rgba(0, 0, 0, 0.56);
  }
  .popover-info.bottom .arrow:after {
    border-bottom-color: #6ec7e0;
  }
  .popover-info.left > .arrow::after {
    border-left-color: #6ec7e0;
  }
  .popover-info.top > .arrow::after {
    border-top-color: #6ec7e0;
  }
  .popover-info.right > .arrow::after {
    border-right-color: #6ec7e0;
  }
  
  .popover-success {
    background-color: #86d9ab;
    color: #FFFFFF;
  }
  .popover-success .popover-title {
    background-color: #86d9ab;
    color: rgba(0, 0, 0, 0.56);
  }
  .popover-success.bottom .arrow:after {
    border-bottom-color: #86d9ab;
  }
  .popover-success.left > .arrow::after {
    border-left-color: #86d9ab;
  }
  .popover-success.top > .arrow::after {
    border-top-color: #86d9ab;
  }
  .popover-success.right > .arrow::after {
    border-right-color: #86d9ab;
  }
  
  .popover-warning {
    background-color: #fcd27b;
    color: #FFFFFF;
  }
  .popover-warning .popover-title {
    background-color: #fcd27b;
    color: rgba(0, 0, 0, 0.56);
  }
  .popover-warning.bottom .arrow:after {
    border-bottom-color: #fcd27b;
  }
  .popover-warning.left > .arrow::after {
    border-left-color: #fcd27b;
  }
  .popover-warning.top > .arrow::after {
    border-top-color: #fcd27b;
  }
  .popover-warning.right > .arrow::after {
    border-right-color: #fcd27b;
  }
  
  .popover-danger {
    background-color: #f7765f;
    color: #FFFFFF;
  }
  .popover-danger .popover-title {
    background-color: #f7765f;
    color: rgba(0, 0, 0, 0.56);
  }
  .popover-danger.bottom .arrow:after {
    border-bottom-color: #f7765f;
  }
  .popover-danger.left > .arrow::after {
    border-left-color: #f7765f;
  }
  .popover-danger.top > .arrow::after {
    border-top-color: #f7765f;
  }
  .popover-danger.right > .arrow::after {
    border-right-color: #f7765f;
  }
  
  .popover-primary.bs-tether-element-attached-bottom::after,
  .popover-primary.bs-tether-element-attached-bottom::before,
  .popover-primary.popover-top::after,
  .popover-primary.popover-top::before {
    border-top-color: #6dd3d6 !important;
  }
  
  .popover.popover-info.bs-tether-element-attached-top::after,
  .popover.popover-info.popover-bottom::after,
  .popover.popover-info.bs-tether-element-attached-top::before,
  .popover.popover-info.popover-bottom::before {
    border-bottom-color: #6ec7e0 !important;
  }
  
  .popover-success.bs-tether-element-attached-left::after,
  .popover-success.bs-tether-element-attached-left::before,
  .popover-success.popover-right::after,
  .popover-success.popover-right::before {
    border-right-color: #86d9ab !important;
  }
  
  .popover.popover-warning.bs-tether-element-attached-right::after,
  .popover.popover-warning.bs-tether-element-attached-right::before,
  .popover.popover-warning.popover-left::after,
  .popover.popover-warning.popover-left::before {
    border-left-color: #fcd27b !important;
  }
  
  .popover.popover-danger.bs-tether-element-attached-right::after,
  .popover.popover-danger.bs-tether-element-attached-right::before,
  .popover.popover-danger.popover-left::after,
  .popover.popover-danger.popover-left::before {
    border-left-color: #f7765f !important;
  }
  
  .popover.bs-tether-element-attached-top::after, .popover.popover-bottom::after,
  .popover.bs-tether-element-attached-top::before, .popover.popover-bottom::before {
    border-bottom-color: #fff !important;
  }
  
  .section {
    padding: 70px 0;
    position: relative;
    background-color: #FFFFFF;
  }
  
  .section-with-space {
    padding: 60px 0;
  }
  
  .section-gray {
    background-color: #EEEEEE;
  }
  
  .section-nude {
    background-color: #FFFCF5;
  }
  
  .section-gold {
    background-color: #caac90;
    color: #FFFFFF;
  }
  
  .section-brown {
    background-color: #A59E94;
    color: #FFFFFF;
  }
  
  .section-light-blue {
    background-color: #51cbce;
    color: #FFFFFF;
  }
  
  .section-dark-blue {
    background-color: #506367;
    color: #FFFFFF;
  }
  
  .section-dark {
    background-color: #0b1011;
  }
  
  .section-image,
  .section-gold,
  .section-dark {
    position: relative;
  }
  .section-image .title,
  .section-image .info-title,
  .section-image .card-plain .card-title,
  .section-gold .title,
  .section-gold .info-title,
  .section-gold .card-plain .card-title,
  .section-dark .title,
  .section-dark .info-title,
  .section-dark .card-plain .card-title {
    color: #FFFFFF !important;
  }
  .section-image .category,
  .section-image .description,
  .section-image .card-plain .card-description,
  .section-image .card-plain .card-category,
  .section-gold .category,
  .section-gold .description,
  .section-gold .card-plain .card-description,
  .section-gold .card-plain .card-category,
  .section-dark .category,
  .section-dark .description,
  .section-dark .card-plain .card-description,
  .section-dark .card-plain .card-category {
    color: rgba(255, 255, 255, 0.7);
  }
  .section-image hr,
  .section-gold hr,
  .section-dark hr {
    border-color: rgba(255, 255, 255, 0.19);
  }
  
  .page-header .title,
  .page-header .info-title,
  .carousel-caption .title,
  .carousel-caption .info-title {
    color: #FFFFFF;
  }
  
  [class*="features-"],
  [class*="team-"],
  [class*="projects-"],
  [class*="pricing-"],
  [class*="testimonials-"],
  [class*="contactus-"] {
    padding: 80px 0;
  }
  
  .section-image {
    background-position: center center;
    background-size: cover;
  }
  .section-image:before {
    background-color: rgba(0, 0, 0, 0.5);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
  }
  .section-image .container {
    position: relative;
    z-index: 2;
  }
  
  .section-login {
    min-height: 700px;
  }
  
  .checkbox,
  .radio {
    margin-left: -3px;
  }
  
  .checkbox label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 10px;
    width: 67%;
  }
  
  .checkbox label::before,
  .checkbox label::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 21px;
    height: 21px;
    left: 0;
    margin-left: -20px;
    border-radius: 4px;
    opacity: .50;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    top: 0;
    background-color: #66615b;
    transition: opacity 0.2s linear;
  }
  
  .checkbox label::after {
    top: -2px;
    text-align: center;
    font-size: 17px;
    opacity: .9;
    color: #FFFFFF;
    background-color: inherit;
  }
  
  .checkbox input[type="checkbox"],
  .radio input[type="radio"] {
    opacity: 0;
    z-index: 1;
    cursor: pointer;
    width: 21px;
    height: 21px;
    top: -3px;
  }
  
  .checkbox input[type="checkbox"]:checked + label::after {
    font-family: 'FontAwesome';
    content: "\f00c";
  }
  
  .checkbox input[type="checkbox"]:checked + label::before {
    opacity: 1;
  }
  
  .checkbox input[type="checkbox"]:disabled + label {
    color: #ddd;
  }
  
  .checkbox input[type="checkbox"]:disabled + label::before {
    background-color: #ddd;
    cursor: not-allowed;
  }
  
  .checkbox.checkbox-circle label::before {
    border-radius: 50%;
  }
  
  .checkbox.checkbox-inline {
    margin-top: 0;
  }
  
  .radio label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 10px;
    width: 64%;
  }
  
  .radio label::before,
  .radio label::after {
    font-family: 'FontAwesome';
    content: "\f10c";
    font-size: 25px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    position: absolute;
    left: 0;
    top: -8px;
    color: #66615b;
    opacity: .50;
    margin-left: -20px;
    padding: 1px;
  }
  
  .radio label::after {
    content: "\f192";
    opacity: 0;
    font-size: 25px;
    background-color: transparent;
    transition: opacity 0.2s linear;
  }
  
  .radio input[type="radio"]:not(:disabled):hover + label::before {
    font-family: 'FontAwesome';
    content: "\f192";
    color: #66615b;
    opacity: .50;
  }
  
  .radio input[type="radio"]:checked + label::after {
    opacity: 1;
  }
  
  .radio input[type="radio"]:disabled + label {
    color: #ddd;
  }
  
  .radio input[type="radio"]:disabled + label::before,
  .radio input[type="radio"]:disabled + label::after {
    color: #ddd;
  }
  
  .radio.radio-inline {
    margin-top: 0;
  }
  
  .nav .nav-item .nav-link:hover,
  .nav .nav-item .nav-link:focus {
    background-color: transparent;
  }
  
  .navbar {
    border: 0;
    font-size: 14px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    padding: 0;
    background: #FFFFFF;
    box-shadow: 0 6px 10px -4px rgba(0, 0, 0, 0.15);
  }
  .navbar .navbar-brand {
    font-weight: 600;
    margin: 5px 0px;
    padding: 20px 15px;
    font-size: 14px;
    color: #66615B;
    text-transform: uppercase;
  }
  .navbar .nav-link i {
    font-size: 16px;
    position: relative;
    top: 4px;
    right: 3px;
  }
  .navbar .nav-link [class^="fa"] {
    top: 2px;
  }
  .navbar .nav-link p {
    margin: 0px 0px;
    color: #9A9A9A !important;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    line-height: 1.5em;
    padding: 15px 0;
  }
  .navbar .nav-link p:hover {
    color: #403D39 !important;
  }
  .navbar .navbar-nav .nav-item .nav-link {
    line-height: 1.6;
    margin: 15px 0px;
    padding: 10px 15px;
    opacity: .8;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    color: #66615B;
  }
  .navbar .navbar-nav .nav-item .nav-link.btn {
    margin: 15px 3px;
    padding: 9px;
  }
  .navbar .navbar-nav .dropdown-menu {
    border-radius: 12px;
    margin-top: 1px;
  }
  .navbar .navbar-collapse .nav-item .nav-link p {
    display: inline;
  }
  .navbar .navbar-collapse .nav-item .dropdown-item i {
    margin: 0 10px;
    margin: 0 10px 0px 5px;
    font-size: 18px;
    position: relative;
    top: 3px;
  }
  .navbar .navbar-collapse.show .navbar-nav .nav-item {
    padding-right: 10px;
  }
  .navbar .notification-bubble {
    right: 72px;
    padding: 0.2em 0.6em;
    position: absolute;
    top: 15px;
  }
  .navbar .btn {
    margin: 15px 3px;
    font-size: 12px;
  }
  .navbar .btn i {
    font-size: 14px;
    line-height: 13px;
  }
  .navbar .btn-simple {
    font-size: 16px;
  }
  .navbar .caret {
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
    position: absolute;
  }
  .navbar.navbar-transparent {
    padding-top: 25px;
  }
  .navbar .logo-container {
    margin-top: 5px;
  }
  .navbar .logo-container .logo {
    overflow: hidden;
    border-radius: 50%;
    border: 1px solid #333333;
    width: 50px;
    float: left;
  }
  .navbar .logo-container .logo img {
    width: 100%;
  }
  .navbar .logo-container .brand {
    font-size: 18px;
    color: #FFFFFF;
    line-height: 20px;
    float: left;
    margin-left: 10px;
    margin-top: 5px;
    width: 75px;
    height: 50px;
  }
  
  .navbar.fixed-top .nav-link i {
    top: 4px;
  }
  
  .navbar-absolute {
    position: absolute;
    width: 100%;
    padding-top: 10px;
    z-index: 1029;
  }
  
  .navbar-transparent .navbar-brand, [class*="bg"] .navbar-brand {
    color: #FFFFFF;
    opacity: 0.9;
    filter: alpha(opacity=90);
  }
  .navbar-transparent .navbar-brand:focus, .navbar-transparent .navbar-brand:hover, [class*="bg"] .navbar-brand:focus, [class*="bg"] .navbar-brand:hover {
    background-color: transparent;
    opacity: 1;
    filter: alpha(opacity=100);
    color: #FFFFFF;
  }
  .navbar-transparent .navbar-nav .nav-item .nav-link:not(.btn), [class*="bg"] .navbar-nav .nav-item .nav-link:not(.btn) {
    color: #FFFFFF;
    border-color: #FFFFFF;
  }
  .navbar-transparent .navbar-nav .active .nav-link
  .active .nav-link:hover,
  .navbar-transparent .navbar-nav .active .nav-link:focus,
  .navbar-transparent .navbar-nav .nav-item .nav-link:hover,
  .navbar-transparent .navbar-nav .nav-item .nav-link:focus, [class*="bg"] .navbar-nav .active .nav-link
  .active .nav-link:hover,
  [class*="bg"] .navbar-nav .active .nav-link:focus,
  [class*="bg"] .navbar-nav .nav-item .nav-link:hover,
  [class*="bg"] .navbar-nav .nav-item .nav-link:focus {
    background-color: transparent;
    color: #FFFFFF;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .navbar-transparent .navbar-nav .nav .nav-item a.btn:hover, [class*="bg"] .navbar-nav .nav .nav-item a.btn:hover {
    background-color: transparent;
  }
  .navbar-transparent .navbar-nav .dropdown .nav-link .caret,
  .navbar-transparent .navbar-nav .dropdown .nav-link:hover .caret,
  .navbar-transparent .navbar-nav .dropdown .nav-link:focus .caret, [class*="bg"] .navbar-nav .dropdown .nav-link .caret,
  [class*="bg"] .navbar-nav .dropdown .nav-link:hover .caret,
  [class*="bg"] .navbar-nav .dropdown .nav-link:focus .caret {
    border-bottom-color: #FFFFFF;
    border-top-color: #FFFFFF;
  }
  .navbar-transparent .navbar-nav .open .nav-link,
  .navbar-transparent .navbar-nav .open .nav-link:hover,
  .navbar-transparent .navbar-nav .open .nav-link:focus, [class*="bg"] .navbar-nav .open .nav-link,
  [class*="bg"] .navbar-nav .open .nav-link:hover,
  [class*="bg"] .navbar-nav .open .nav-link:focus {
    background-color: transparent;
    color: #66615B;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .navbar-transparent .btn-default.btn-fill, [class*="bg"] .btn-default.btn-fill {
    color: #9A9A9A;
    background-color: #FFFFFF;
    opacity: 0.9;
    filter: alpha(opacity=90);
  }
  .navbar-transparent .btn-default.btn-fill:hover,
  .navbar-transparent .btn-default.btn-fill:focus,
  .navbar-transparent .btn-default.btn-fill:active,
  .navbar-transparent .btn-default.btn-fill.active,
  .navbar-transparent .open .dropdown-toggle.btn-fill.btn-default, [class*="bg"] .btn-default.btn-fill:hover,
  [class*="bg"] .btn-default.btn-fill:focus,
  [class*="bg"] .btn-default.btn-fill:active,
  [class*="bg"] .btn-default.btn-fill.active,
  [class*="bg"] .open .dropdown-toggle.btn-fill.btn-default {
    border-color: #FFFFFF;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  
  .nav-open .nav .caret {
    border-bottom-color: #FFFFFF;
    border-top-color: #FFFFFF;
  }
  
  .navbar-default .brand {
    color: #66615b !important;
  }
  .navbar-default .navbar-nav .nav-item .nav-link:not(.btn) {
    color: #9A9A9A;
  }
  .navbar-default .navbar-nav .active .nav-link,
  .navbar-default .navbar-nav .active .nav-link:not(.btn):hover,
  .navbar-default .navbar-nav .active .nav-link:not(.btn):focus,
  .navbar-default .navbar-nav .nav-item .nav-link:not(.btn):hover,
  .navbar-default .navbar-nav .nav-item .nav-link:not(.btn):focus {
    background-color: transparent;
    border-radius: 3px;
    color: #51bcda;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .navbar-default .navbar-nav .dropdown .nav-link:hover .caret,
  .navbar-default .navbar-nav .dropdown .nav-link:focus .caret {
    border-bottom-color: #51bcda;
    border-top-color: #51bcda;
  }
  .navbar-default .navbar-nav .open .nav-link,
  .navbar-default .navbar-nav .open .nav-link:hover,
  .navbar-default .navbar-nav .open .nav-link:focus {
    background-color: transparent;
    color: #51bcda;
  }
  .navbar-default .navbar-nav .navbar-toggle:hover, .navbar-default .navbar-nav .navbar-toggle:focus {
    background-color: transparent;
  }
  .navbar-default:not(.navbar-transparent) .btn-default:hover {
    color: #51bcda;
    border-color: #51bcda;
  }
  .navbar-default:not(.navbar-transparent) .btn-neutral, .navbar-default:not(.navbar-transparent) .btn-neutral:hover, .navbar-default:not(.navbar-transparent) .btn-neutral:active {
    color: #9A9A9A;
  }
  
  /*      Navbar with icons            */
  .navbar-icons.navbar .navbar-brand {
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .navbar-icons .navbar-nav .nav-item .nav-link {
    text-align: center;
    padding: 6px 15px;
    margin: 6px 3px;
  }
  .navbar-icons .navbar-nav [class^="pe"] {
    font-size: 30px;
    position: relative;
  }
  .navbar-icons .navbar-nav p {
    margin: 3px 0 0;
  }
  
  .navbar-form {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-form .form-control {
    border-radius: 0;
    border: 0;
    padding: 0;
    background-color: transparent;
    height: 22px;
    font-size: 14px;
    line-height: 1.5em;
    color: #E3E3E3;
  }
  .navbar-transparent .navbar-form .form-control, [class*="bg"] .navbar-form .form-control {
    color: #FFFFFF;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  }
  
  .navbar-toggle {
    margin-top: 19px;
    margin-bottom: 19px;
    border: 0;
  }
  .navbar-toggle .icon-bar {
    background-color: #FFFFFF;
  }
  .navbar-toggle .navbar-collapse,
  .navbar-toggle .navbar-form {
    border-color: transparent;
  }
  .navbar-toggle.navbar-default .navbar-toggle:hover, .navbar-toggle.navbar-default .navbar-toggle:focus {
    background-color: transparent;
  }
  
  .navbar-light .navbar-nav .nav-link:hover {
    color: #E3E3E3;
  }
  
  .red {
    color: #ff0000;
  }
  
  .collapse .navbar-text {
    line-height: 55px;
  }
  
  .navbar-default .navbar-brand {
    color: #66615B;
  }
  
  .navbar-default .navbar-brand:hover,
  .navbar-default .navbar-brand:focus {
    color: #5e5e5e;
  }
  
  .navbar-collapse.show .navbar-nav .nav-item {
    padding-right: 100px;
  }
  
  .nav-tabs-navigation:last-child {
    border-bottom: 0 none;
  }
  .nav-tabs-navigation:last-child .nav-stacked {
    border-right: 1px solid #F1EAE0;
    font-size: 16px;
    font-weight: 600;
    padding: 20px 0;
  }
  .nav-tabs-navigation:last-child .nav-stacked .nav-item .nav-link {
    padding: 7px 25px;
  }
  
  .navbar-nav > li > .dropdown-menu,
  .dropdown .dropdown-menu {
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, opacity 0.3s ease 0s, height 0s linear 0.35s;
  }
  
  .navbar-toggler {
    outline: none !important;
    cursor: pointer;
  }
  .navbar .navbar-toggler .navbar-toggler-bar {
    background: #66615b;
  }
  .navbar[class*="bg-"] .navbar-toggler .navbar-toggler-bar, .navbar.navbar-transparent .navbar-toggler .navbar-toggler-bar {
    background: #fff;
  }
  .navbar-toggler .navbar-toggler-bar {
    display: block;
    position: relative;
    width: 24px;
    height: 2px;
    border-radius: 1px;
    margin: 0 auto;
  }
  
  .navbar-toggler .navbar-toggler-bar + .navbar-toggler-bar,
  .navbar-toggler .navbar-toggler-icon + .navbar-toggler-icon {
    margin-top: 4px;
  }
  
  .navbar .navbar-toggler {
    margin-top: 24px;
  }
  
  .navbar .navbar-burger {
    margin-top: 20px;
  }
  
  .navbar-toggler-icon {
    display: block;
    position: relative;
    width: 24px;
    height: 2px;
    border-radius: 1px;
    margin: 0 auto;
    background: gray;
  }
  
  .no-transition {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
  }
  
  #description-areas .nav-stacked .nav-link.active:before,
  #navtabs-row .nav-stacked .nav-link.active:before {
    border-right: 11px solid #F1EAE0;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    content: "";
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 7px;
  }
  
  #description-areas .nav-stacked .nav-link.active:after,
  #navtabs-row .nav-stacked .nav-link.active:after {
    border-right: 11px solid #FFFFFF;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    content: "";
    display: inline-block;
    position: absolute;
    right: -1px;
    bottom: 7px;
  }
  
  #second-tabs {
    margin-left: 20px;
  }
  
  .scroll-area {
    max-height: 310px;
    overflow-y: scroll;
    list-style: outside none none;
    padding: 0px;
  }
  
  .burger-menu .collapse .navbar-nav a {
    color: #333333;
  }
  
  .navbar-transparent {
    background: transparent !important;
    border-bottom: 1px solid transparent;
    box-shadow: none;
  }
  .navbar-transparent .dropdown-menu .divider {
    background-color: rgba(255, 255, 255, 0.2);
  }
  
  .img-rounded {
    border-radius: 12px;
    transition: opacity 0.5s ease 0s;
    max-width: 100%;
  }
  
  .img-details {
    min-height: 50px;
    padding: 0 4px 0.5em;
  }
  
  .img-details img {
    width: 50px;
  }
  
  .img-details .author {
    margin-left: 10px;
    margin-top: -21px;
    width: 40px;
  }
  
  .img-circle {
    background-color: #FFFFFF;
    margin-bottom: 10px;
    padding: 4px;
    border-radius: 50% !important;
    max-width: 100%;
  }
  
  .img-thumbnail {
    border: 0 none;
    border-radius: 12px;
    box-shadow: 0 1px 2px rgba(164, 158, 147, 0.6);
    margin-bottom: 10px;
  }
  
  .img-no-padding {
    padding: 0px;
  }
  
  .example-page .img-rounded {
    margin: 50px 0 20px;
  }
  
  .img-shadow {
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
  }
  
  .images-title {
    margin-bottom: 20px;
    height: 50px;
  }
  
  .nav-link .profile-photo-small {
    width: 40px;
    height: 30px;
    margin: -10px 0 0 -15px;
  }
  
  .profile-picture {
    margin: 0 auto;
  }
  .profile-picture .fileinput-new img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin-bottom: 10px;
  }
  .profile-picture .fileinput-exists img {
    max-width: 150px;
    max-height: 150px;
    border-radius: 50%;
    margin-bottom: 10px;
  }
  
  .card {
    border-radius: 12px;
    box-shadow: 0 6px 10px -4px rgba(0, 0, 0, 0.15);
    background-color: #FFFFFF;
    color: #333333;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    border: 0 none;
    -webkit-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
    -moz-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
    -o-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
    -ms-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
    transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
  }
  .card:not(.card-plain):hover {
    box-shadow: 0px 12px 19px -7px rgba(0, 0, 0, 0.3);
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
  }
  .card.card-plain {
    background-color: transparent;
    box-shadow: none;
    border-radius: 0;
  }
  .card .card-footer {
    padding: 15px;
    background: transparent;
    border-top: 0 none;
  }
  .card .card-footer .social-line .btn:first-child {
    border-radius: 0 0 0 6px;
  }
  .card .card-footer .social-line .btn:last-child {
    border-radius: 0 0 6px 0;
  }
  .card .card-block .card-footer {
    padding: 0;
  }
  .card .card-block .card-description + .card-footer {
    padding-top: 10px;
  }
  .card.no-transition:hover, .card.card-register:hover, .card.page-carousel:hover {
    box-shadow: 0 6px 10px -4px rgba(0, 0, 0, 0.15);
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    -moz-transform: none;
  }
  
  .section-dark .card-profile.card-plain .card-title {
    color: #FFFFFF !important;
  }
  .section-dark .card-profile.card-plain .card-description {
    color: rgba(255, 255, 255, 0.7);
  }
  
  .card-profile {
    margin-top: 30px;
    text-align: center;
  }
  .card-profile .card-cover {
    height: 130px;
    background-position: center center;
    background-size: cover;
    border-radius: 12px 12px 0 0;
  }
  .card-profile .card-block .card-title {
    margin-top: 5px !important;
  }
  .card-profile .card-block .card-category {
    margin-bottom: 5px;
    margin-top: 5px;
  }
  .card-profile .card-avatar {
    max-width: 120px;
    max-height: 120px;
    margin: -60px auto 0;
    border-radius: 50%;
    overflow: hidden;
  }
  .card-profile .card-avatar img {
    max-width: 100%;
    height: auto;
  }
  .card-profile .card-avatar.border-white {
    border: 4px solid #FFFFFF;
  }
  .card-profile .card-avatar.border-gray {
    border: 4px solid #ccc;
  }
  
  .section .card-profile {
    margin-top: 100px;
  }
  
  .card-register {
    background-color: #FF8F5E;
    border-radius: 8px;
    color: #fff;
    max-width: 350px;
    margin: 120px 0 70px;
    min-height: 400px;
    padding: 30px;
    z-index: 1;
  }
  .card-register .social-line .btn {
    margin-top: 0;
  }
  
  .section-image .card-register {
    margin-top: 0;
  }
  
  .card-register label {
    margin-top: 15px;
  }
  
  .card-register .title {
    color: #B33C12;
    text-align: center;
  }
  
  .card-register .btn {
    margin-top: 30px;
  }
  
  .card-register .forgot {
    text-align: center;
  }
  
  .footer {
    background-attachment: fixed;
    position: relative;
    line-height: 20px;
  }
  
  .footer nav > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-weight: normal;
  }
  
  .footer nav > ul > li {
    display: inline-block;
    padding: 10px 15px;
    margin: 15px 3px;
    line-height: 20px;
    text-align: center;
  }
  
  .footer nav > ul a:not(.btn) {
    color: #777777;
    display: block;
    margin-bottom: 3px;
    line-height: 1.6;
    opacity: .8;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
  }
  
  .footer nav > ul a:not(.btn):hover,
  .footer nav > ul a:not(.btn):focus {
    color: #777777;
    opacity: 1;
  }
  
  .footer .copyright {
    color: #777777;
    padding: 10px 0px;
    font-size: 14px;
    margin: 15px 3px;
    line-height: 20px;
    text-align: center;
  }
  
  .footer .heart {
    color: #EB5E28;
  }
  
  .footer {
    background-color: #FFFFFF;
    line-height: 36px;
  }
  .footer.footer-black h4 {
    color: #FFFFFF;
  }
  .footer .links {
    display: inline-block;
  }
  .footer .links ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-weight: 600;
  }
  .footer .links ul > li {
    display: inline-block;
    padding-right: 20px;
  }
  .footer .links ul > li:last-child {
    padding-right: 0px;
  }
  .footer .links ul a:not(.btn) {
    color: #66615b;
    display: block;
    font-size: 0.9em;
    margin-bottom: 3px;
  }
  .footer .links ul a:not(.btn):hover, .footer .links ul a:not(.btn):focus {
    color: #403D39;
  }
  .footer .links ul.uppercase-links {
    text-transform: uppercase;
  }
  .footer .links ul.stacked-links {
    margin-top: 10px;
  }
  .footer .links ul.stacked-links > li {
    display: block;
    line-height: 26px;
  }
  .footer .links ul.stacked-links h4 {
    margin-top: 0px;
  }
  .footer hr {
    border-color: #DDDDDD;
    border-width: 1px 0 0;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .footer .copyright {
    color: #A49E9E;
    font-size: 0.9em;
  }
  .footer .copyright ul > li {
    padding-right: 0px;
  }
  .footer .title {
    color: #403D39;
  }
  
  .footer-black,
  .footer-transparent,
  .subscribe-line-transparent {
    background-color: #252422;
    color: #DDDDDD;
  }
  .footer-black .links ul a:not(.btn),
  .footer-transparent .links ul a:not(.btn),
  .subscribe-line-transparent .links ul a:not(.btn) {
    color: #A49E9E;
  }
  .footer-black .links ul a:not(.btn):hover, .footer-black .links ul a:not(.btn):focus,
  .footer-transparent .links ul a:not(.btn):hover,
  .subscribe-line-transparent .links ul a:not(.btn):hover,
  .footer-transparent .links ul a:not(.btn):focus,
  .subscribe-line-transparent .links ul a:not(.btn):focus {
    color: #F1EAE0;
  }
  .footer-black .copyright,
  .footer-transparent .copyright,
  .subscribe-line-transparent .copyright {
    color: #66615b;
  }
  .footer-black .copyright ul > li a:not(.btn),
  .footer-transparent .copyright ul > li a:not(.btn),
  .subscribe-line-transparent .copyright ul > li a:not(.btn) {
    color: #66615b;
  }
  .footer-black hr,
  .footer-transparent hr,
  .subscribe-line-transparent hr {
    border-color: #66615b;
  }
  
  .footer-transparent, .subscribe-line-transparent {
    background-size: cover;
    position: relative;
  }
  .footer-transparent .container, .subscribe-line-transparent .container {
    z-index: 2;
    position: relative;
  }
  .footer-transparent hr, .subscribe-line-transparent hr {
    border-color: #A49E9E;
  }
  .footer-transparent .copyright, .subscribe-line-transparent .copyright {
    color: #A49E9E;
  }
  .footer-transparent .copyright ul > li a:not(.btn), .subscribe-line-transparent .copyright ul > li a:not(.btn) {
    color: #A49E9E;
  }
  .footer-transparent::after, .subscribe-line-transparent::after {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: rgba(17, 17, 17, 0.5);
    display: block;
    content: "";
    z-index: 1;
  }
  
  .footer-gray {
    background-color: #F3F2EE;
  }
  
  .footer-big {
    padding: 30px 0;
  }
  .footer-big hr {
    margin-top: 20px;
  }
  .footer-big .copyright {
    margin: 10px 0px 20px;
  }
  .footer-big .form-group {
    margin-top: 15px;
  }
  
  .subscribe-line {
    background-color: #FFFCF5;
    padding: 35px 0;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    margin-top: 0;
  }
  .subscribe-line .form-group {
    margin: 0;
  }
  .subscribe-line .form-control {
    height: auto;
    font-size: 1.825em;
    border: 0;
    padding: 0;
    font-weight: 300;
    line-height: 54px;
    background-color: transparent;
  }
  .subscribe-line .btn:not(.btn-lg) {
    margin-top: 7px;
  }
  
  .subscribe-line-black {
    background-color: #252422;
  }
  .subscribe-line-black .form-control {
    color: #FFFFFF;
  }
  
  .subscribe-line-transparent .form-control {
    color: #FFFFFF;
  }
  
  .social-line-black {
    background-color: #252422;
    color: #FFFFFF;
  }
  
  .bootstrap-switch {
    display: inline-block;
    direction: ltr;
    cursor: pointer;
    border-radius: 30px;
    border: 0;
    position: relative;
    text-align: left;
    overflow: hidden;
    margin-bottom: 5px;
    line-height: 8px;
    width: 61px !important;
    height: 26px;
    outline: none;
    z-index: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  }
  
  .bootstrap-switch .bootstrap-switch-container {
    display: inline-flex;
    top: 0;
    height: 26px;
    border-radius: 4px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    width: 100px !important;
  }
  
  .bootstrap-switch .bootstrap-switch-handle-on,
  .bootstrap-switch .bootstrap-switch-handle-off,
  .bootstrap-switch .bootstrap-switch-label {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block !important;
    height: 100%;
    color: #fff;
    padding: 6px 12px;
    font-size: 11px;
    text-indent: -5px;
    line-height: 15px;
    -webkit-transition: 0.25s ease-out;
    transition: 0.25s ease-out;
  }
  
  .bootstrap-switch .bootstrap-switch-handle-on,
  .bootstrap-switch .bootstrap-switch-handle-off {
    text-align: center;
    z-index: 1;
    float: left;
    width: 50% !important;
    background-color: #66615B;
  }
  
  .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,
  .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
    color: #fff;
    background: #51cbce;
  }
  
  .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info,
  .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info {
    color: #fff;
    background: #447DF7;
  }
  
  .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success,
  .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success {
    color: #fff;
    background: #7AC29A;
  }
  
  .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning,
  .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning {
    background: #FFA534;
    color: #fff;
  }
  
  .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger,
  .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger {
    color: #fff;
    background: #FB404B;
  }
  
  .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default,
  .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default {
    color: #fff;
    background: #cfcfca;
  }
  
  .bootstrap-switch .bootstrap-switch-label {
    text-align: center;
    z-index: 100;
    color: #333333;
    background: #ffffff;
    width: 22px !important;
    height: 22px;
    margin: 2px -11px;
    border-radius: 12px;
    position: relative;
    float: left;
    padding: 0;
    background-color: #FFFFFF;
    box-shadow: 0 1px 1px #FFFFFF inset, 0 1px 1px rgba(0, 0, 0, 0.25);
  }
  
  .bootstrap-switch .bootstrap-switch-handle-on {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
  }
  
  .bootstrap-switch .bootstrap-switch-handle-off {
    text-indent: 6px;
  }
  
  .bootstrap-switch input[type='radio'],
  .bootstrap-switch input[type='checkbox'] {
    position: absolute !important;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: -1;
  }
  
  .bootstrap-switch input[type='radio'].form-control,
  .bootstrap-switch input[type='checkbox'].form-control {
    height: auto;
  }
  
  .bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-on,
  .bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-off,
  .bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-label {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
  }
  
  .bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-on,
  .bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-off,
  .bootstrap-switch.bootstrap-switch-small .bootstrap-switch-label {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
  }
  
  .bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-on,
  .bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-off,
  .bootstrap-switch.bootstrap-switch-large .bootstrap-switch-label {
    padding: 6px 16px;
    font-size: 18px;
    line-height: 1.33;
  }
  
  .bootstrap-switch.bootstrap-switch-disabled,
  .bootstrap-switch.bootstrap-switch-readonly,
  .bootstrap-switch.bootstrap-switch-indeterminate {
    cursor: default !important;
  }
  
  .bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-on,
  .bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-on,
  .bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-on,
  .bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-off,
  .bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-off,
  .bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-off,
  .bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-label,
  .bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-label,
  .bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-label {
    opacity: 0.5;
    filter: alpha(opacity=50);
    cursor: default !important;
  }
  
  .bootstrap-switch.bootstrap-switch-animate .bootstrap-switch-container {
    -webkit-transition: margin-left 0.5s;
    transition: margin-left 0.5s;
  }
  
  .bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-on {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
  }
  
  .bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-off {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
  }
  
  .bootstrap-switch.bootstrap-switch-on .bootstrap-switch-container {
    margin-left: -2px !important;
  }
  
  .bootstrap-switch.bootstrap-switch-off .bootstrap-switch-container {
    margin-left: -37px !important;
  }
  
  .bootstrap-switch.bootstrap-switch-on:hover .bootstrap-switch-label {
    width: 26px !important;
    margin: 2px -15px;
  }
  
  .bootstrap-switch.bootstrap-switch-off:hover .bootstrap-switch-label {
    width: 26px !important;
    margin: 2px -15px -13px -11px;
  }
  
  .bootstrap-switch.bootstrap-switch-on .bootstrap-switch-handle-off {
    background-color: #66615B;
  }
  
  .bootstrap-switch.bootstrap-switch-off .bootstrap-switch-handle-on {
    background-color: #cfcfca;
  }
  
  .bootstrap-switch.bootstrap-switch-on .bootstrap-switch-danger ~ .bootstrap-switch-default {
    background-color: #FB404B;
  }
  
  .bootstrap-switch.bootstrap-switch-on .bootstrap-switch-warning ~ .bootstrap-switch-default {
    background-color: #FFA534;
  }
  
  .bootstrap-switch.bootstrap-switch-on .bootstrap-switch-success ~ .bootstrap-switch-default {
    background-color: #7AC29A;
  }
  
  .bootstrap-switch.bootstrap-switch-on .bootstrap-switch-primary ~ .bootstrap-switch-default {
    background-color: #51cbce;
  }
  
  .bootstrap-switch.bootstrap-switch-on .bootstrap-switch-info ~ .bootstrap-switch-default {
    background-color: #447DF7;
  }
  
  .bootstrap-switch.bootstrap-switch-off .bootstrap-switch-danger,
  .bootstrap-switch.bootstrap-switch-off .bootstrap-switch-primary,
  .bootstrap-switch.bootstrap-switch-off .bootstrap-switch-info,
  .bootstrap-switch.bootstrap-switch-off .bootstrap-switch-warning,
  .bootstrap-switch.bootstrap-switch-off .bootstrap-switch-success {
    background-color: #cfcfca;
  }
  
  .dropdown-menu {
    background-color: #FFFCF5;
    border: 0 none;
    border-radius: 12px;
    display: block;
    margin-top: 10px;
    padding: 0px;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-box-shadow: 0 2px rgba(17, 16, 15, 0.1), 0 2px 10px rgba(17, 16, 15, 0.1);
    box-shadow: 0 2px rgba(17, 16, 15, 0.1), 0 2px 10px rgba(17, 16, 15, 0.1);
  }
  .show .dropdown-menu {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
  }
  .dropdown-menu .divider {
    background-color: #F1EAE0;
    margin: 0px;
  }
  .dropdown-menu .dropdown-header {
    color: #9A9A9A;
    font-size: 12px;
    padding: 10px 15px;
  }
  .dropdown-menu .no-notification {
    color: #9A9A9A;
    font-size: 1.2em;
    padding: 30px 30px;
    text-align: center;
  }
  .dropdown-menu .dropdown-item {
    padding: 0 !important;
  }
  .dropdown-menu .dropdown-item a {
    color: #66615b;
    font-size: 14px;
    padding: 10px 45px 10px 15px;
    clear: both;
    white-space: nowrap;
    width: 100%;
    display: block;
  }
  .dropdown-menu .dropdown-item a img {
    margin-top: -3px;
  }
  .dropdown-menu .dropdown-item a:focus {
    outline: 0 !important;
  }
  .btn-group.select .dropdown-menu {
    min-width: 100%;
  }
  .dropdown-menu .dropdown-item:first-child a,
  .dropdown-menu .dropdown-item:first-child {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
  }
  .dropdown-menu .dropdown-item:last-child a,
  .dropdown-menu .dropdown-item:last-child {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
  }
  .select .dropdown-menu .dropdown-item:first-child a {
    border-radius: 0;
    border-bottom: 0 none;
  }
  .dropdown-menu .dropdown-item a:hover,
  .dropdown-menu .dropdown-item a:focus {
    color: #FFFFFF;
    opacity: 1;
    text-decoration: none;
  }
  .dropdown-menu .dropdown-item:hover,
  .dropdown-menu .dropdown-item:focus {
    background-color: #66615B;
  }
  .dropdown-menu.dropdown-primary .dropdown-item:hover, .dropdown-menu.dropdown-primary .dropdown-item:focus {
    background-color: #6dd3d6;
  }
  .dropdown-menu.dropdown-info .dropdown-item:hover, .dropdown-menu.dropdown-info .dropdown-item:focus {
    background-color: #6ec7e0;
  }
  .dropdown-menu.dropdown-success .dropdown-item:hover, .dropdown-menu.dropdown-success .dropdown-item:focus {
    background-color: #86d9ab;
  }
  .dropdown-menu.dropdown-warning .dropdown-item:hover, .dropdown-menu.dropdown-warning .dropdown-item:focus {
    background-color: #fcd27b;
  }
  .dropdown-menu.dropdown-danger .dropdown-item:hover, .dropdown-menu.dropdown-danger .dropdown-item:focus {
    background-color: #f7765f;
  }
  
  .dropdown-divider {
    margin: 0 !important;
  }
  
  .btn-group.select.open {
    overflow: visible;
  }
  
  .dropdown-menu-right {
    right: -2px;
    left: auto;
  }
  
  @media (min-width: 768px) {
    .navbar-form {
      margin-top: 21px;
      margin-bottom: 21px;
      padding-left: 5px;
      padding-right: 5px;
    }
  
    .navbar-search-form {
      display: none;
    }
  
    .navbar-nav .dropdown-item .dropdown-menu,
    .dropdown .dropdown-menu,
    .dropdown-btn .dropdown-menu {
      transform: translate3d(0px, -40px, 0px);
      transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, opacity 0.3s ease 0s, height 0s linear 0.35s;
    }
  
    .navbar-nav .dropdown-item.show .dropdown-menu,
    .dropdown.show .dropdown-menu,
    .dropdown-btn.show .dropdown-menu {
      transform: translate3d(0px, 0px, 0px);
      visibility: visible !important;
    }
  
    .bootstrap-select .dropdown-menu {
      -webkit-box-shadow: none;
      box-shadow: none;
      -webkit-transition: all 150ms linear;
      -moz-transition: all 150ms linear;
      -o-transition: all 150ms linear;
      -ms-transition: all 150ms linear;
      transition: all 150ms linear;
    }
  
    .bootstrap-datetimepicker-widget {
      visibility: visible !important;
      opacity: 1;
      filter: alpha(opacity=100);
    }
  
    .dropup.show .dropdown-menu {
      -webkit-transform: translate3d(0, -10px, 0);
      -moz-transform: translate3d(0, -10px, 0);
      -o-transform: translate3d(0, -10px, 0);
      -ms-transform: translate3d(0, -10px, 0);
      transform: translate3d(0, -10px, 0);
      opacity: 1;
      visibility: visible;
    }
  
    .dropup .dropdown-menu {
      transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, opacity 0.3s ease 0s, height 0s linear 0.35s;
      -webkit-transform: translate3d(0, 30px, 0);
      -moz-transform: translate3d(0, 30px, 0);
      -o-transform: translate3d(0, 30px, 0);
      -ms-transform: translate3d(0, 30px, 0);
      transform: translate3d(0, 30px, 0);
      opacity: 0;
      visibility: hidden;
      display: block;
    }
  
    .bootstrap-select .show .dropdown-menu {
      transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, opacity 0.3s ease 0s, height 0s linear 0.35s;
      transform: translate3d(0px, 0px, 0px);
    }
  
    .navbar-nav li .dropdown-menu:before,
    #dropdown-row .dropdown .dropdown-menu:before,
    .card.card-just-text .dropdown .dropdown-menu:before,
    .card-just-text .dropdown .dropdown-menu:before,
    .dropdown-btn .dropdown-menu:before {
      border-bottom: 11px solid #F1EAE0;
      border-left: 11px solid transparent;
      border-right: 11px solid transparent;
      content: "";
      display: inline-block;
      position: absolute;
      right: 12px;
      top: -11px;
    }
  
    #dropdown-row .dropdown .dropdown-menu:before {
      left: 12px !important;
      right: auto;
    }
  
    .navbar-nav li .dropdown-menu:after,
    #dropdown-row .dropdown .dropdown-menu:after,
    .card.card-just-text .dropdown .dropdown-menu:after,
    .card-just-text .dropdown .dropdown-menu:after,
    .dropdown-btn .dropdown-menu:after {
      border-bottom: 11px solid #FFFCF5;
      border-left: 11px solid transparent;
      border-right: 11px solid transparent;
      content: "";
      display: inline-block;
      position: absolute;
      right: 12px;
      top: -10px;
    }
  
    #dropdown-row .dropdown .dropdown-menu:after {
      left: 12px !important;
      right: auto;
    }
  
    #dropdown-row .dropdown .dropdown-menu {
      left: 15px;
    }
  
    .navbar-nav.navbar-right li .dropdown-menu:before,
    .navbar-nav.navbar-right li .dropdown-menu:after {
      left: auto;
      right: 12px;
    }
  
    .footer:not(.footer-big) nav ul li:first-child {
      margin-left: 0;
    }
  
    body > .navbar-collapse.collapse {
      display: none !important;
    }
  }
  #navbar .dropdown-menu .dropdown-item {
    padding: 3px 1.5rem !important;
  }
  
  .dropdown-sharing li {
    color: #66615b;
    font-size: 14px;
  }
  .dropdown-sharing li .social-line {
    line-height: 28px;
    padding: 10px 20px 5px 20px;
  }
  .dropdown-sharing li .social-line [class*="icon-"] {
    font-size: 20px;
  }
  .dropdown-sharing li:hover .social-line,
  .dropdown-sharing li:hover a,
  .dropdown-sharing li:hover .action-line,
  .dropdown-sharing li:focus .social-line,
  .dropdown-sharing li:focus a,
  .dropdown-sharing li:focus .action-line {
    background-color: #FFFCF5;
    color: #66615b;
    opacity: 1;
    text-decoration: none;
  }
  
  .show .dropdown-sharing {
    margin-bottom: 1px;
  }
  .show .dropdown-sharing li:last-child {
    padding: 10px 15px;
  }
  
  .show .dropdown-actions {
    margin-bottom: 1px;
  }
  
  .dropdown-actions li {
    margin: -15px 35px;
  }
  .dropdown-actions li .action-line {
    padding: 5px 10px;
    line-height: 24px;
    font-weight: bold;
  }
  .dropdown-actions li .action-line [class*="icon-"] {
    font-size: 24px;
  }
  .dropdown-actions li .action-line .col-sm-9 {
    line-height: 34px;
  }
  .dropdown-actions li .link-danger {
    color: #f5593d;
  }
  .dropdown-actions li .link-danger:hover, .dropdown-actions li .link-danger:active, .dropdown-actions li .link-danger:focus {
    color: #f5593d;
  }
  .dropdown-actions li:hover a,
  .dropdown-actions li:focus a {
    color: #66615b;
    opacity: 1;
    text-decoration: none;
  }
  .dropdown-actions .action-line .icon-simple {
    margin-left: -15px;
  }
  
  .dropup .dropdown-menu:before {
    border-top: 11px solid #DCD9D1;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    content: "";
    display: inline-block;
    position: absolute;
    right: 12px;
    bottom: -12px;
  }
  
  .dropup .dropdown-menu:after {
    border-top: 11px solid #FFFCF5;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    content: "";
    display: inline-block;
    position: absolute;
    right: 12px;
    bottom: -11px;
  }
  
  .dropup .dropdown-toggle:after,
  .dropdown .dropdown-toggle:after {
    margin-left: 5px;
  }
  
  .dropdown-notification .dropdown-notification-list li {
    border-bottom: 1px solid #F1EAE0;
    color: #66615b;
    font-size: 16px;
    padding: 10px 5px;
    width: 330px;
  }
  .dropdown-notification .dropdown-notification-list li a {
    color: #66615b;
    white-space: normal;
  }
  .dropdown-notification .dropdown-notification-list li a .notification-text {
    padding-left: 40px;
    position: relative;
  }
  .dropdown-notification .dropdown-notification-list li a .notification-text .label {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    left: 7px;
  }
  .dropdown-notification .dropdown-notification-list li a .notification-text .message {
    font-size: 0.9em;
    line-height: 0.7;
    margin-left: 10px;
  }
  .dropdown-notification .dropdown-notification-list li a .notification-text .time {
    color: #9A9A9A;
    font-size: 0.7em;
    margin-left: 10px;
  }
  .dropdown-notification .dropdown-notification-list li a .read-notification {
    font-size: 12px;
    opacity: 0;
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -12px;
  }
  .dropdown-notification .dropdown-notification-list li:hover {
    background-color: #F0EFEB;
    color: #66615b;
    opacity: 1;
    text-decoration: none;
  }
  .dropdown-notification .dropdown-notification-list li:hover .read-notification {
    opacity: 1 !important;
  }
  .dropdown-notification .dropdown-footer {
    background-color: #E8E7E3;
    border-radius: 0 0 8px 8px;
  }
  .dropdown-notification .dropdown-footer .dropdown-footer-menu {
    list-style: outside none none;
    padding: 0px 5px;
  }
  .dropdown-notification .dropdown-footer .dropdown-footer-menu li {
    display: inline-block;
    text-align: left;
    padding: 0 10px;
  }
  .dropdown-notification .dropdown-footer .dropdown-footer-menu li a {
    color: #9C9B99;
    font-size: 0.9em;
    line-height: 35px;
  }
  
  .section-nucleo-icons {
    padding: 100px 0;
  }
  .section-nucleo-icons .icons-container {
    position: relative;
    max-width: 450px;
    height: 300px;
    max-height: 300px;
    margin: 0 auto;
  }
  .section-nucleo-icons .icons-container i {
    font-size: 34px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .section-nucleo-icons .icons-container i:nth-child(1) {
    top: 5%;
    left: 7%;
  }
  .section-nucleo-icons .icons-container i:nth-child(2) {
    top: 28%;
    left: 24%;
  }
  .section-nucleo-icons .icons-container i:nth-child(3) {
    top: 40%;
  }
  .section-nucleo-icons .icons-container i:nth-child(4) {
    top: 18%;
    left: 62%;
  }
  .section-nucleo-icons .icons-container i:nth-child(5) {
    top: 74%;
    left: 3%;
  }
  .section-nucleo-icons .icons-container i:nth-child(6) {
    top: 36%;
    left: 44%;
    font-size: 65px;
    color: #f5593d;
    padding: 1px;
  }
  .section-nucleo-icons .icons-container i:nth-child(7) {
    top: 59%;
    left: 26%;
  }
  .section-nucleo-icons .icons-container i:nth-child(8) {
    top: 60%;
    left: 69%;
  }
  .section-nucleo-icons .icons-container i:nth-child(9) {
    top: 72%;
    left: 47%;
  }
  .section-nucleo-icons .icons-container i:nth-child(10) {
    top: 88%;
    left: 27%;
  }
  .section-nucleo-icons .icons-container i:nth-child(11) {
    top: 31%;
    left: 80%;
  }
  .section-nucleo-icons .icons-container i:nth-child(12) {
    top: 88%;
    left: 68%;
  }
  .section-nucleo-icons .icons-container i:nth-child(13) {
    top: 5%;
    left: 81%;
  }
  .section-nucleo-icons .icons-container i:nth-child(14) {
    top: 58%;
    left: 90%;
  }
  .section-nucleo-icons .icons-container i:nth-child(15) {
    top: 6%;
    left: 40%;
  }
  
  .section-dark .icons-container {
    color: #FFFFFF;
  }
  
  .info .icon {
    margin-top: 0;
    font-size: 3.4em;
  }
  
  .icon-primary {
    color: #51cbce;
  }
  
  .icon-info {
    color: #51bcda;
  }
  
  .icon-success {
    color: #6bd098;
  }
  
  .icon-warning {
    color: #fbc658;
  }
  
  .icon-danger {
    color: #f5593d;
  }
  
  .icon-neutral {
    color: #FFFFFF;
  }
  
  /*             Navigation menu                */
  /*             Navigation Tabs                 */
  .nav-tabs-navigation {
    text-align: center;
    border-bottom: 1px solid #F1EAE0;
    margin-bottom: 30px;
  }
  .nav-tabs-navigation .nav > .nav-item > .nav-link {
    padding-bottom: 20px;
  }
  
  .nav-tabs-wrapper {
    display: inline-block;
    margin-bottom: -6px;
    margin-left: 1.25%;
    margin-right: 1.25%;
    position: relative;
    width: auto;
  }
  
  .nav-tabs {
    border-bottom: 0 none;
    font-size: 16px;
    font-weight: 600;
  }
  .nav-tabs .nav-item .nav-link {
    border: 0 none;
    color: #A49E93;
    background-color: transparent;
  }
  .nav-tabs .nav-item .nav-link:hover {
    color: #66615b;
  }
  .nav-tabs .nav-item .nav-link.active {
    color: #66615b;
  }
  .nav-tabs .nav-item {
    color: #66615b;
    position: relative;
  }
  .nav-tabs .nav-item .nav-link.active,
  .nav-tabs .nav-item .nav-link.active:hover,
  .nav-tabs .nav-item .nav-link.active:focus {
    background-color: transparent;
    border: 0 none;
  }
  .nav-tabs .nav-item .nav-link.active:after,
  .nav-tabs .nav-item .nav-link.active:hover:after,
  .nav-tabs .nav-item .nav-link.active:focus:after {
    border-bottom: 11px solid #FFFFFF;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    content: "";
    display: inline-block;
    position: absolute;
    right: 40%;
    bottom: 5px;
  }
  .nav-tabs .nav-item .nav-link.active:before,
  .nav-tabs .nav-item .nav-link.active:hover:before,
  .nav-tabs .nav-item .nav-link.active:focus:before {
    border-bottom: 11px solid #F1EAE0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    content: "";
    display: inline-block;
    position: absolute;
    right: 40%;
    bottom: 6px;
  }
  .nav-tabs .nav-item.show .nav-link {
    background-color: transparent;
  }
  .nav-tabs .dropdown-menu {
    margin-top: -6px;
    margin-left: -46px;
    border-radius: 8px;
  }
  .nav-tabs .dropdown-menu .dropdown-item:hover,
  .nav-tabs .dropdown-menu .dropdown-item.active {
    color: #FFFFFF;
    background-color: #68B3C8;
  }
  .nav-tabs .dropdown-menu :before {
    border-bottom: 11px solid #F1EAE0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    content: "";
    display: inline-block;
    position: absolute;
    right: 12px;
    top: -11px;
  }
  .nav-tabs .dropdown-menu :after {
    border-bottom: 11px solid #FFFCF5;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    content: "";
    display: inline-block;
    position: absolute;
    right: 12px;
    top: -10px;
  }
  
  .profile-content .tab-content .tab-pane {
    min-height: 200px;
  }
  .profile-content .tab-content #tweets, .profile-content .tab-content #connections, .profile-content .tab-content #media {
    height: 100%;
  }
  
  /*             Navigation Pills               */
  .nav-pills .nav-item + .nav-link {
    margin-left: 0;
  }
  .nav-pills .nav-item .nav-link {
    border: 1px solid #66615B;
    border-radius: 0;
    color: #66615B;
    font-weight: 600;
    margin-left: -1px;
    padding: 10px 25px;
  }
  .nav-pills .nav-item.active .nav-link,
  .nav-pills .nav-item.active .nav-link:hover,
  .nav-pills .nav-item.active .nav-link:focus {
    background-color: #66615B;
    color: #FFFFFF;
  }
  .nav-pills .nav-item:first-child .nav-link {
    border-radius: 30px 0 0 30px !important;
    margin: 0;
  }
  .nav-pills .nav-item:last-child .nav-link {
    border-radius: 0 30px 30px 0 !important;
  }
  .nav-pills .nav-item .nav-link.active {
    background-color: #66615B;
    color: #FFFFFF;
  }
  
  .nav-pills-primary .nav-item .nav-link {
    border: 1px solid #51cbce !important;
    color: #51cbce !important;
  }
  .nav-pills-primary .nav-item .nav-link.active {
    border: 1px solid #51cbce !important;
    color: #FFFFFF !important;
  }
  
  .nav-pills-danger .nav-item .nav-link {
    border: 1px solid #f5593d !important;
    color: #f5593d !important;
  }
  .nav-pills-danger .nav-item .nav-link.active {
    border: 1px solid #f5593d !important;
    color: #FFFFFF !important;
  }
  
  .nav-pills-info .nav-item .nav-link {
    border: 1px solid #51bcda !important;
    color: #51bcda !important;
  }
  .nav-pills-info .nav-item .nav-link.active {
    border: 1px solid #51bcda !important;
    color: #FFFFFF !important;
  }
  
  .nav-pills-success .nav-item .nav-link {
    border: 1px solid #6bd098 !important;
    color: #6bd098 !important;
  }
  .nav-pills-success .nav-item .nav-link.active {
    border: 1px solid #6bd098 !important;
    color: #FFFFFF !important;
  }
  
  .nav-pills-warning .nav-item .nav-link {
    border: 1px solid #fbc658 !important;
    color: #fbc658 !important;
  }
  .nav-pills-warning .nav-item .nav-link.active {
    border: 1px solid #fbc658 !important;
    color: #FFFFFF !important;
  }
  
  .pagination > .page-item > .page-link,
  .pagination > .page-item > span,
  .pagination > .page-item:first-child > .page-link,
  .pagination > .page-item:first-child > span,
  .pagination > .page-item:last-child > .page-link,
  .pagination > .page-item:last-child > span {
    background-color: transparent;
    border: 2px solid #f5593d;
    border-radius: 20px;
    color: #f5593d;
    height: 36px;
    margin: 0 2px;
    min-width: 36px;
    font-weight: 600;
  }
  
  .nav-pills-danger > .page-item > .page-link,
  .pagination-danger > .page-item > .page-link,
  .pagination-danger > .page-item > span,
  .pagination-danger > .page-item:first-child > .page-link,
  .pagination-danger > .page-item:first-child > span,
  .pagination-danger > .page-item:last-child > .page-link,
  .pagination-danger > .page-item:last-child > span {
    border: 2px solid #f5593d;
    color: #f5593d;
  }
  
  .nav-pills-danger > .page-item.active > .page-link,
  .nav-pills-danger > .page-item.active > .page-link:hover,
  .nav-pills-danger > .page-item.active > .page-link:focus,
  .pagination-danger > .page-item > .page-link:hover,
  .pagination-danger > .page-item > .page-link:focus,
  .pagination-danger > .page-item > .page-link:active,
  .pagination-danger > .page-item.active > .page-link,
  .pagination-danger > .page-item.active > span,
  .pagination-danger > .page-item.active > .page-link:hover,
  .pagination-danger > .page-item.active > span:hover,
  .pagination-danger > .page-item.active > .page-link:focus,
  .pagination-danger > .page-item.active > span:focus {
    background-color: #f5593d !important;
    border-color: #f5593d !important;
    color: #FFFFFF;
  }
  
  .nav-text, .nav-icons {
    margin: 0 0 10px 0;
  }
  .nav-text > li > a, .nav-icons > li > a {
    display: block;
    padding: 0px 18px;
    color: #9A9A9A;
    text-align: center;
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  .nav-text > li > a:hover, .nav-text > li > a:focus, .nav-icons > li > a:hover, .nav-icons > li > a:focus {
    background-color: transparent;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .nav-text > li:first-child a, .nav-icons > li:first-child a {
    padding-left: 0;
  }
  .nav-text > li.active a, .nav-icons > li.active a {
    color: #51bcda;
  }
  
  .nav-icons > li {
    display: inline-block;
  }
  .nav-icons > li > a {
    padding: 0 10px;
    margin-bottom: 10px;
  }
  .nav-icons > li > a i {
    font-size: 1.6em;
    margin-bottom: 10px;
    width: 1.6em;
  }
  
  .nav-icons.nav-stacked > li {
    display: block;
  }
  .nav-icons.nav-stacked > li > a {
    margin-bottom: 20px;
  }
  
  .nav-blue > li.active a {
    color: #51cbce;
  }
  
  .nav-azure > li.active a {
    color: #51bcda;
  }
  
  .nav-green > li.active a {
    color: #6bd098;
  }
  
  .nav-orange > li.active a {
    color: #fbc658;
  }
  
  .nav-red > li.active a {
    color: #f5593d;
  }
  
  .nav-text {
    margin: 0 0 10px 0;
  }
  .nav-text > li > a {
    font-size: 0.9em;
    text-transform: uppercase;
    padding: 3px 0;
    text-align: left;
    font-weight: 500;
  }
  .nav-text > li:first-child > a {
    padding-top: 0;
  }
  .nav-text h4 {
    margin-top: 0;
  }
  
  .nav-text:not(.nav-stacked) > li {
    display: inline-block;
  }
  .nav-text:not(.nav-stacked) > li > a {
    margin-right: 15px;
  }
  
  .page-item:first-child .page-link,
  .page-item:last-child .page-link {
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
  }
  
  .nav-pills-default .nav-item.show .nav-link,
  .nav-pills-default .nav-link.active {
    background-color: #66615B !important;
  }
  
  .nav-pills-primary .nav-item.show .nav-link,
  .nav-pills-primary .nav-link.active {
    background-color: #51cbce !important;
  }
  
  .nav-pills-info .nav-item.show .nav-link,
  .nav-pills-info .nav-link.active {
    background-color: #51bcda !important;
  }
  
  .nav-pills-warning .nav-item.show .nav-link,
  .nav-pills-warning .nav-link.active {
    background-color: #fbc658 !important;
  }
  
  .nav-pills-success .nav-item.show .nav-link,
  .nav-pills-success .nav-link.active {
    background-color: #6bd098 !important;
  }
  
  .nav-pills-danger .nav-item.show .nav-link,
  .nav-pills-danger .nav-link.active {
    background-color: #f5593d !important;
  }
  
  .pagination > li > a:hover,
  .pagination > li > a:focus,
  .pagination > li > a:active,
  .pagination > li.active > a,
  .pagination > li.active > span,
  .pagination > li.active > a:hover,
  .pagination > li.active > span:hover,
  .pagination > li.active > a:focus,
  .pagination > li.active > span:focus {
    background-color: #f5593d;
    border-color: #f5593d;
    color: #FFFFFF;
  }
  
  .page-item.active .page-link {
    background-color: #f5593d;
    color: white;
    border-color: #f5593d;
  }
  
  .nav-pills .nav-link {
    border-radius: 0;
  }
  
  .panel {
    border: 0;
    border-bottom: 1px solid #DDDDDD;
    box-shadow: none;
  }
  
  .panel-default > .panel-heading {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
  }
  
  .panel-group .panel {
    border-radius: 0;
  }
  
  .panel-title {
    font-size: 1.35em;
  }
  .panel-title a {
    display: block;
    padding: .75rem;
  }
  .panel-title i {
    float: right;
    padding-top: 5px;
  }
  
  .panel-title a:hover,
  .panel-title a:focus {
    text-decoration: none;
  }
  
  .gsdk-collapse {
    display: block;
    height: 0px;
    visibility: visible;
    overflow: hidden;
  }
  
  #accordion .panel-title a:hover,
  #accordion .panel-title a:focus {
    color: #f5593d;
  }
  #accordion .card-header {
    background-color: #FFFFFF;
  }
  
  .card-collapse {
    padding: 0 !important;
  }
  
  .panel-title a[aria-expanded="true"] i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
  }
  
  .carousel-control {
    background-color: #f5593d;
    border-radius: 50%;
    opacity: 1;
    text-shadow: none;
  }
  .carousel-control:hover, .carousel-control:focus {
    opacity: 1;
    background-color: #f33816;
  }
  
  .carousel-control.left {
    height: 30px;
    top: 48%;
    width: 30px;
    left: 20px;
    opacity: 0;
  }
  
  .carousel-control.right {
    height: 30px;
    right: 20px;
    top: 48%;
    width: 30px;
    opacity: 0;
  }
  
  .carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .fa, .carousel-control .fa {
    display: inline-block;
    z-index: 5;
  }
  
  .carousel-control-prev .fa {
    font-size: 26px;
    margin: 2px;
    padding-right: 3px;
  }
  
  .carousel-control-next .fa {
    font-size: 26px;
    margin: 2px;
    padding-left: 3px;
  }
  
  .carousel-control.left, .carousel-control.right {
    background-image: none;
  }
  
  .page-carousel {
    border-radius: 12px !important;
    border: none !important;
  }
  
  .carousel-inner .carousel-item img {
    border-radius: 12px;
    box-shadow: 0 2px 2px rgba(204, 197, 185, 0.5);
    height: 400px;
    width: 100%;
  }
  
  .carousel-indicators {
    bottom: 0px;
  }
  
  .carousel-indicators li {
    background-color: #FFFFFF;
    border: 0 none;
  }
  
  .carousel-indicators .active {
    background-color: #f5593d;
  }
  
  .page-carousel:hover .carousel-control.right,
  .page-carousel:hover .carousel-control.left {
    opacity: 1;
  }
  
  .modal-header {
    border-bottom: 1px solid #DDDDDD;
    padding: 20px;
    text-align: center;
    display: block !important;
  }
  .modal-header.no-border-header {
    border-bottom: 0 none !important;
  }
  .modal-header.no-border-header .modal-title {
    margin-top: 20px;
  }
  .modal-header .modal-title {
    color: #333333;
  }
  .modal-header button.close {
    margin-top: -25px;
  }
  
  .modal-content {
    border: 0 none;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15), 0 0 1px 1px rgba(0, 0, 0, 0.1);
  }
  .modal-content .modal-header h6 {
    margin-top: 10px;
  }
  
  .modal-dialog {
    padding-top: 60px;
  }
  
  .modal-body {
    padding: 20px 50px;
    color: #000;
  }
  
  .modal-footer {
    border-top: 1px solid #DDDDDD;
    padding: 0px;
  }
  .modal-footer.no-border-footer {
    border-top: 0 none;
  }
  
  .modal-footer .left-side, .modal-footer .right-side {
    display: inline-block;
    text-align: center;
    width: 49%;
  }
  
  .modal-footer .btn-link {
    padding: 20px;
    width: 100%;
  }
  
  .modal-footer .divider {
    background-color: #DDDDDD;
    display: inline-block;
    float: inherit;
    height: 63px;
    margin: 0px -3px;
    width: 1px;
  }
  
  .modal.fade .modal-dialog {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
  }
  
  .modal.in .modal-dialog {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
  }
  
  .modal-backdrop.in {
    opacity: 0.25;
  }
  
  .modal-register .modal-footer {
    text-align: center;
    margin-bottom: 25px;
    padding: 20px 0 15px;
  }
  .modal-register .modal-footer span {
    width: 100%;
  }
  
  .modal-header:after {
    display: table;
    content: " ";
  }
  
  .modal-header:before {
    display: table;
    content: " ";
  }
  
  /*          Changes for small display      */
  @media (max-width: 767px) {
    .navbar-transparent {
      background-color: rgba(0, 0, 0, 0.45);
    }
  
    body {
      /* position: relative; */
      font-size: 12px;
    }
  
    h6 {
      font-size: 1em;
    }
  
    .navbar .container {
      left: 0;
      width: 100%;
      -webkit-transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
      -moz-transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
      -o-transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
      -ms-transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
      transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
      position: relative;
    }
  
    .navbar .navbar-nav .dropdown-menu {
      height: 400px;
      overflow-y: scroll;
    }
  
    .demo-header .motto {
      padding-top: 30% !important;
    }
  
    .navbar-toggle .icon-bar {
      display: block;
      position: relative;
      background: #fff;
      width: 24px;
      height: 2px;
      border-radius: 1px;
      margin: 0 auto;
    }
  
    .fog-low {
      margin-bottom: -35px;
    }
  
    .presentation-title {
      font-size: 5em;
    }
  
    .presentation-subtitle {
      margin-top: 40px;
    }
  
    .title-brand {
      max-width: 450px;
    }
    .title-brand .type {
      font-size: 16px;
    }
  
    .navbar-header .navbar-toggle {
      margin-top: 12px;
      width: 40px;
      height: 40px;
    }
  
    .bar1,
    .bar2,
    .bar3 {
      outline: 1px solid transparent;
    }
  
    .bar1 {
      top: 0px;
      -webkit-animation: topbar-back 500ms linear 0s;
      -moz-animation: topbar-back 500ms linear 0s;
      animation: topbar-back 500ms 0s;
      -webkit-animation-fill-mode: forwards;
      -moz-animation-fill-mode: forwards;
      animation-fill-mode: forwards;
    }
  
    .bar2 {
      opacity: 1;
    }
  
    .bar3 {
      bottom: 0px;
      -webkit-animation: bottombar-back 500ms linear 0s;
      -moz-animation: bottombar-back 500ms linear 0s;
      animation: bottombar-back 500ms 0s;
      -webkit-animation-fill-mode: forwards;
      -moz-animation-fill-mode: forwards;
      animation-fill-mode: forwards;
    }
  
    .toggled .bar1 {
      top: 6px;
      -webkit-animation: topbar-x 500ms linear 0s;
      -moz-animation: topbar-x 500ms linear 0s;
      animation: topbar-x 500ms 0s;
      -webkit-animation-fill-mode: forwards;
      -moz-animation-fill-mode: forwards;
      animation-fill-mode: forwards;
    }
  
    .toggled .bar2 {
      opacity: 0;
    }
  
    .toggled .bar3 {
      bottom: 6px;
      -webkit-animation: bottombar-x 500ms linear 0s;
      -moz-animation: bottombar-x 500ms linear 0s;
      animation: bottombar-x 500ms 0s;
      -webkit-animation-fill-mode: forwards;
      -moz-animation-fill-mode: forwards;
      animation-fill-mode: forwards;
    }
  
    @keyframes topbar-x {
      0% {
        top: 0px;
        transform: rotate(0deg);
      }
      45% {
        top: 6px;
        transform: rotate(145deg);
      }
      75% {
        transform: rotate(130deg);
      }
      100% {
        transform: rotate(135deg);
      }
    }
    @-webkit-keyframes topbar-x {
      0% {
        top: 0px;
        -webkit-transform: rotate(0deg);
      }
      45% {
        top: 6px;
        -webkit-transform: rotate(145deg);
      }
      75% {
        -webkit-transform: rotate(130deg);
      }
      100% {
        -webkit-transform: rotate(135deg);
      }
    }
    @-moz-keyframes topbar-x {
      0% {
        top: 0px;
        -moz-transform: rotate(0deg);
      }
      45% {
        top: 6px;
        -moz-transform: rotate(145deg);
      }
      75% {
        -moz-transform: rotate(130deg);
      }
      100% {
        -moz-transform: rotate(135deg);
      }
    }
    @keyframes topbar-back {
      0% {
        top: 6px;
        transform: rotate(135deg);
      }
      45% {
        transform: rotate(-10deg);
      }
      75% {
        transform: rotate(5deg);
      }
      100% {
        top: 0px;
        transform: rotate(0);
      }
    }
    @-webkit-keyframes topbar-back {
      0% {
        top: 6px;
        -webkit-transform: rotate(135deg);
      }
      45% {
        -webkit-transform: rotate(-10deg);
      }
      75% {
        -webkit-transform: rotate(5deg);
      }
      100% {
        top: 0px;
        -webkit-transform: rotate(0);
      }
    }
    @-moz-keyframes topbar-back {
      0% {
        top: 6px;
        -moz-transform: rotate(135deg);
      }
      45% {
        -moz-transform: rotate(-10deg);
      }
      75% {
        -moz-transform: rotate(5deg);
      }
      100% {
        top: 0px;
        -moz-transform: rotate(0);
      }
    }
    @keyframes bottombar-x {
      0% {
        bottom: 0px;
        transform: rotate(0deg);
      }
      45% {
        bottom: 6px;
        transform: rotate(-145deg);
      }
      75% {
        transform: rotate(-130deg);
      }
      100% {
        transform: rotate(-135deg);
      }
    }
    @-webkit-keyframes bottombar-x {
      0% {
        bottom: 0px;
        -webkit-transform: rotate(0deg);
      }
      45% {
        bottom: 6px;
        -webkit-transform: rotate(-145deg);
      }
      75% {
        -webkit-transform: rotate(-130deg);
      }
      100% {
        -webkit-transform: rotate(-135deg);
      }
    }
    @-moz-keyframes bottombar-x {
      0% {
        bottom: 0px;
        -moz-transform: rotate(0deg);
      }
      45% {
        bottom: 6px;
        -moz-transform: rotate(-145deg);
      }
      75% {
        -moz-transform: rotate(-130deg);
      }
      100% {
        -moz-transform: rotate(-135deg);
      }
    }
    @keyframes bottombar-back {
      0% {
        bottom: 6px;
        transform: rotate(-135deg);
      }
      45% {
        transform: rotate(10deg);
      }
      75% {
        transform: rotate(-5deg);
      }
      100% {
        bottom: 0px;
        transform: rotate(0);
      }
    }
    @-webkit-keyframes bottombar-back {
      0% {
        bottom: 6px;
        -webkit-transform: rotate(-135deg);
      }
      45% {
        -webkit-transform: rotate(10deg);
      }
      75% {
        -webkit-transform: rotate(-5deg);
      }
      100% {
        bottom: 0px;
        -webkit-transform: rotate(0);
      }
    }
    @-moz-keyframes bottombar-back {
      0% {
        bottom: 6px;
        -moz-transform: rotate(-135deg);
      }
      45% {
        -moz-transform: rotate(10deg);
      }
      75% {
        -moz-transform: rotate(-5deg);
      }
      100% {
        bottom: 0px;
        -moz-transform: rotate(0);
      }
    }
    @-webkit-keyframes fadeIn {
      0% {
        opacity: 0;
      }
      100% {
        opacity: 1;
      }
    }
    @-moz-keyframes fadeIn {
      0% {
        opacity: 0;
      }
      100% {
        opacity: 1;
      }
    }
    @keyframes fadeIn {
      0% {
        opacity: 0;
      }
      100% {
        opacity: 1;
      }
    }
    .navbar-nav {
      margin: 1px -15px;
    }
    .navbar-nav .open .dropdown-menu > li > a {
      padding: 15px 15px 5px 50px;
    }
    .navbar-nav .open .dropdown-menu > li:first-child > a {
      padding: 5px 15px 5px 50px;
    }
    .navbar-nav .open .dropdown-menu > li:last-child > a {
      padding: 15px 15px 25px 50px;
    }
  
    [class*="navbar-"] .navbar-nav > li > a, [class*="navbar-"] .navbar-nav > li > a:hover, [class*="navbar-"] .navbar-nav > li > a:focus, [class*="navbar-"] .navbar-nav .active > a, [class*="navbar-"] .navbar-nav .active > a:hover, [class*="navbar-"] .navbar-nav .active > a:focus, [class*="navbar-"] .navbar-nav .open .dropdown-menu > li > a, [class*="navbar-"] .navbar-nav .open .dropdown-menu > li > a:hover, [class*="navbar-"] .navbar-nav .open .dropdown-menu > li > a:focus, [class*="navbar-"] .navbar-nav .navbar-nav .open .dropdown-menu > li > a:active {
      color: white;
    }
    [class*="navbar-"] .navbar-nav > li > a:not(.btn),
    [class*="navbar-"] .navbar-nav > li > a:hover,
    [class*="navbar-"] .navbar-nav > li > a:focus,
    [class*="navbar-"] .navbar-nav .open .dropdown-menu > li > a:not(.btn),
    [class*="navbar-"] .navbar-nav .open .dropdown-menu > li > a:hover,
    [class*="navbar-"] .navbar-nav .open .dropdown-menu > li > a:focus {
      opacity: .7;
      background: transparent;
    }
    [class*="navbar-"] .navbar-nav.navbar-nav .open .dropdown-menu > li > a:active {
      opacity: 1;
    }
    [class*="navbar-"] .navbar-nav .dropdown > a:hover .caret {
      border-bottom-color: #777;
      border-top-color: #777;
    }
    [class*="navbar-"] .navbar-nav .dropdown > a:active .caret {
      border-bottom-color: white;
      border-top-color: white;
    }
  
    .dropdown-menu {
      display: none;
    }
  
    .navbar-fixed-top {
      -webkit-backface-visibility: hidden;
    }
  
    .social-line .btn {
      margin: 0 0 10px 0;
    }
  
    .subscribe-line .form-control {
      margin: 0 0 10px 0;
    }
  
    .social-line.pull-right {
      float: none;
    }
  
    .footer nav.pull-left {
      float: none !important;
    }
  
    .footer:not(.footer-big) nav > ul li {
      float: none;
    }
  
    .social-area.pull-right {
      float: none !important;
    }
  
    .form-control + .form-control-feedback {
      margin-top: -8px;
    }
  
    .navbar-toggle:hover, .navbar-toggle:focus {
      background-color: transparent !important;
    }
  
    .btn.dropdown-toggle {
      margin-bottom: 0;
    }
  
    .media-post .author {
      width: 20%;
      float: none !important;
      display: block;
      margin: 0 auto 10px;
    }
  
    .media-post .media-body {
      width: 100%;
    }
  
    .modal-footer .btn-simple {
      padding: 15px;
    }
  
    .table-responsive {
      width: 100%;
      margin-bottom: 15px;
      overflow-x: scroll;
      overflow-y: hidden;
      border: 1px solid #dddddd;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      -webkit-overflow-scrolling: touch;
    }
  
    .typography-line {
      padding-left: 100px !important;
    }
  
    .projects-1 .project-pills .nav.nav-pills {
      display: block !important;
    }
    .projects-1 .project-pills .nav.nav-pills .nav-item:first-child .nav-link {
      border-radius: 12px 12px 0 0 !important;
      margin-left: -1px;
    }
    .projects-1 .project-pills .nav.nav-pills .nav-item.active:first-child .nav-link {
      border-radius: 12px 12px 0 0 !important;
      margin-left: -1px;
    }
    .projects-1 .project-pills .nav.nav-pills .nav-item:last-child .nav-link {
      border-radius: 0 0 12px 12px !important;
      margin-left: -1px;
    }
  
    .testimonials-2 .testimonials-people img,
    .section-testimonials .testimonials-people img {
      display: none !important;
    }
  
    .presentation-page .section-cards,
    .presentation-page .section-components {
      overflow: hidden;
    }
    .presentation-page .section-cards .first-card,
    .presentation-page .section-components .first-card {
      top: 750px !important;
    }
    .presentation-page .section-cards .first-card .grid__link,
    .presentation-page .section-components .first-card .grid__link {
      width: 200px !important;
    }
    .presentation-page .section-cards .fourth-card,
    .presentation-page .section-components .fourth-card {
      top: 940px !important;
    }
    .presentation-page .section-cards .fourth-card .grid__link,
    .presentation-page .section-components .fourth-card .grid__link {
      width: 200px !important;
    }
    .presentation-page .section-cards .fifth-card,
    .presentation-page .section-components .fifth-card {
      top: 950px !important;
      left: 220px !important;
    }
    .presentation-page .section-cards .fifth-card .grid__link,
    .presentation-page .section-components .fifth-card .grid__link {
      width: 200px !important;
    }
    .presentation-page .section-cards .sixth-card,
    .presentation-page .section-components .sixth-card {
      top: 1335px !important;
      left: 220px !important;
    }
    .presentation-page .section-cards .sixth-card .grid__link,
    .presentation-page .section-components .sixth-card .grid__link {
      width: 200px !important;
    }
    .presentation-page .section-cards .seventh-card,
    .presentation-page .section-components .seventh-card {
      top: 1155px !important;
    }
    .presentation-page .section-cards .seventh-card .grid__link,
    .presentation-page .section-components .seventh-card .grid__link {
      width: 200px !important;
    }
    .presentation-page .section-content .image-container .add-animation {
      height: 250px !important;
      width: 180px !important;
    }
    .presentation-page .section-components .image-container .components-macbook {
      width: 580px !important;
      height: 400px !important;
    }
    .presentation-page .section-components .image-container .social-img,
    .presentation-page .section-components .image-container .share-btn-img {
      display: none;
    }
    .presentation-page .section-components .title {
      margin-top: -100px !important;
    }
    .presentation-page .section-examples {
      padding-top: 0 !important;
      margin-top: 10px !important;
    }
    .presentation-page .section-icons .icons-nucleo .nc-icon:not(.ninth-left-icon):not(.seventh-left-icon):not(.third-left-icon) {
      display: none !important;
    }
  }
  @media screen and (max-width: 991px) {
    .navbar-collapse {
      position: fixed;
      display: block;
      top: 0;
      height: 100%;
      width: 230px;
      right: 0;
      z-index: 1032;
      visibility: visible;
      background-color: #999;
      overflow-y: visible;
      border-top: none;
      text-align: left;
      border-left: 1px solid #CCC5B9;
      padding-right: 0px;
      padding-left: 40px;
      padding-top: 15px;
      -webkit-transform: translate3d(230px, 0, 0);
      -moz-transform: translate3d(230px, 0, 0);
      -o-transform: translate3d(230px, 0, 0);
      -ms-transform: translate3d(230px, 0, 0);
      transform: translate3d(230px, 0, 0);
      -webkit-transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
      -moz-transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
      -o-transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
      -ms-transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
      transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
    }
    .navbar-collapse ul {
      position: relative;
      z-index: 3;
      height: 95%;
    }
    .navbar-collapse .navbar-nav > .nav-item:last-child {
      border-bottom: 0;
    }
    .navbar-collapse .navbar-nav > .nav-item > .nav-link {
      margin: 0px 0px;
      color: #9A9A9A !important;
      text-transform: uppercase;
      font-weight: 600;
      font-size: 12px;
      line-height: 1.5em;
      padding: 15px 0;
    }
    .navbar-collapse .navbar-nav > .nav-item > .nav-link:hover, .navbar-collapse .navbar-nav > .nav-item > .nav-link:active {
      color: #403D39 !important;
    }
    .navbar-collapse::after {
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      position: absolute;
      background-color: #FFFCF5;
      background-image: linear-gradient(to bottom, transparent 0%, rgba(112, 112, 112, 0) 60%, rgba(186, 186, 186, 0.15) 100%);
      display: block;
      content: "";
      z-index: 1;
    }
    .navbar-collapse.has-image::after {
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      position: absolute;
      background-color: rgba(17, 17, 17, 0.8);
      display: block;
      content: "";
      z-index: 1;
    }
  
    .nav-open .navbar-collapse {
      -webkit-transform: translate3d(0px, 0, 0);
      -moz-transform: translate3d(0px, 0, 0);
      -o-transform: translate3d(0px, 0, 0);
      -ms-transform: translate3d(0px, 0, 0);
      transform: translate3d(0px, 0, 0);
    }
    .nav-open .wrapper {
      left: 0;
      -webkit-transform: translate3d(-230px, 0, 0);
      -moz-transform: translate3d(-230px, 0, 0);
      -o-transform: translate3d(-230px, 0, 0);
      -ms-transform: translate3d(-230px, 0, 0);
      transform: translate3d(-230px, 0, 0);
    }
    .nav-open .navbar-translate {
      -webkit-transform: translate3d(-230px, 0, 0);
      -moz-transform: translate3d(-230px, 0, 0);
      -o-transform: translate3d(-230px, 0, 0);
      -ms-transform: translate3d(-230px, 0, 0);
      transform: translate3d(-230px, 0, 0);
    }
  
    .wrapper .navbar-collapse {
      display: none;
    }
  
    .fixed-top .navbar-collapse {
      background-color: #FF8F5E;
      float: left;
    }
  
    .dropdown.show .dropdown-menu,
    .dropdown .dropdown-menu {
      background-color: transparent;
      border: 0;
      transition: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      width: auto;
      border-radius: 0;
    }
    .dropdown.show .dropdown-menu .dropdown-item:hover,
    .dropdown.show .dropdown-menu .dropdown-item:focus,
    .dropdown .dropdown-menu .dropdown-item:hover,
    .dropdown .dropdown-menu .dropdown-item:focus {
      background-color: transparent;
      border-radius: 0;
    }
    .dropdown.show .dropdown-menu .dropdown-item a:hover, .dropdown.show .dropdown-menu .dropdown-item a:focus,
    .dropdown .dropdown-menu .dropdown-item a:hover,
    .dropdown .dropdown-menu .dropdown-item a:focus {
      color: #403D39;
    }
    .dropdown.show .dropdown-menu:before, .dropdown.show .dropdown-menu:after,
    .dropdown .dropdown-menu:before,
    .dropdown .dropdown-menu:after {
      display: none;
    }
  
    .dropdown .dropdown-menu {
      display: none;
    }
    .dropdown.show .dropdown-menu {
      display: block;
    }
  
    .navbar-translate {
      width: 100%;
      position: relative;
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      -o-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      -webkit-transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
      -moz-transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
      -o-transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
      -ms-transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
      transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
    }
  
    .wrapper {
      -webkit-transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
      -moz-transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
      -o-transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
      -ms-transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
      transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
      left: 0;
      background-color: white;
    }
  }
  @media screen and (min-width: 767px) {
    .section-sections .section-cols {
      position: relative;
      z-index: 1;
    }
    .section-sections .section-cols .row:first-of-type {
      margin-top: 50px;
      margin-right: -120px;
      margin-left: -15px;
      -webkit-transform: translate3d(-80px, 0, 0);
      -moz-transform: translate3d(-80px, 0, 0);
      -o-transform: translate3d(-80px, 0, 0);
      -ms-transform: translate3d(-80px, 0, 0);
      transform: translate3d(-80px, 0, 0);
    }
    .section-sections .section-cols .row:nth-of-type(2) {
      margin-left: -100px;
      margin-right: -15px;
      transform: translateX(80px);
    }
    .section-sections .section-cols .row:nth-of-type(3) {
      margin-right: -120px;
      margin-left: 0px;
      transform: translateX(-120px);
    }
    .section-sections .section-cols .row:nth-of-type(4) {
      margin-right: -100px;
      margin-left: -15px;
      transform: translateX(-50px);
    }
  }
  @media screen and (min-width: 991px) {
    .burger-menu .navbar-collapse {
      position: fixed;
      display: block;
      top: 0;
      height: 100%;
      width: 230px;
      right: 0px;
      z-index: 1032;
      visibility: visible;
      background-color: #999;
      overflow-y: visible;
      border-top: none;
      text-align: left;
      border-left: 1px solid #CCC5B9;
      padding-right: 0px;
      padding-left: 40px;
      padding-top: 15px;
      -webkit-transform: translate3d(230px, 0, 0);
      -moz-transform: translate3d(230px, 0, 0);
      -o-transform: translate3d(230px, 0, 0);
      -ms-transform: translate3d(230px, 0, 0);
      transform: translate3d(230px, 0, 0);
      -webkit-transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
      -moz-transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
      -o-transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
      -ms-transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
      transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
    }
    .burger-menu .navbar-collapse .navbar-nav .nav-item:last-child {
      border-bottom: 0;
    }
    .burger-menu .navbar-collapse .navbar-nav {
      height: 100%;
      z-index: 2;
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .burger-menu .navbar-collapse::after {
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      position: absolute;
      background-color: #FFFCF5;
      background-image: linear-gradient(to bottom, transparent 0%, rgba(112, 112, 112, 0) 60%, rgba(186, 186, 186, 0.15) 100%);
      display: block;
      content: "";
      z-index: 1;
    }
    .burger-menu .navbar-collapse.has-image::after {
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      position: absolute;
      background-color: rgba(17, 17, 17, 0.8);
      display: block;
      content: "";
      z-index: 1;
    }
    .burger-menu .navbar .container .navbar-toggler {
      display: block;
      margin-top: 20px;
    }
    .burger-menu .navbar-translate {
      width: 100%;
      position: relative;
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      -o-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      -webkit-transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
      -moz-transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
      -o-transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
      -ms-transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
      transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
    }
    .burger-menu .wrapper {
      -webkit-transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
      -moz-transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
      -o-transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
      -ms-transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
      transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
      left: 0;
      background-color: white;
    }
    .burger-menu .body .navbar-collapse.collapse {
      height: 100vh !important;
    }
    .burger-menu .navbar-collapse:before, .burger-menu .navbar-collapse:after,
    .burger-menu .navbar-nav:before,
    .burger-menu .navbar-nav:after {
      display: table;
      content: " ";
    }
    .nav-open .burger-menu .navbar-collapse.collapse {
      -webkit-transform: translate3d(0px, 0, 0);
      -moz-transform: translate3d(0px, 0, 0);
      -o-transform: translate3d(0px, 0, 0);
      -ms-transform: translate3d(0px, 0, 0);
      transform: translate3d(0px, 0, 0);
    }
    .nav-open .burger-menu .wrapper {
      left: 0;
      -webkit-transform: translate3d(-230px, 0, 0);
      -moz-transform: translate3d(-230px, 0, 0);
      -o-transform: translate3d(-230px, 0, 0);
      -ms-transform: translate3d(-230px, 0, 0);
      transform: translate3d(-230px, 0, 0);
    }
    .nav-open .burger-menu .navbar-translate {
      -webkit-transform: translate3d(-230px, 0, 0);
      -moz-transform: translate3d(-230px, 0, 0);
      -o-transform: translate3d(-230px, 0, 0);
      -ms-transform: translate3d(-230px, 0, 0);
      transform: translate3d(-230px, 0, 0);
    }
    .burger-menu .dropdown.show .dropdown-menu,
    .burger-menu .dropdown .dropdown-menu {
      background-color: transparent;
      border: 0;
      transition: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      width: auto;
      border-radius: 0;
    }
    .burger-menu .dropdown.show .dropdown-menu .dropdown-item:hover,
    .burger-menu .dropdown.show .dropdown-menu .dropdown-item:focus,
    .burger-menu .dropdown .dropdown-menu .dropdown-item:hover,
    .burger-menu .dropdown .dropdown-menu .dropdown-item:focus {
      background-color: transparent;
      border-radius: 0;
    }
    .burger-menu .dropdown.show .dropdown-menu .dropdown-item a:hover, .burger-menu .dropdown.show .dropdown-menu .dropdown-item a:focus,
    .burger-menu .dropdown .dropdown-menu .dropdown-item a:hover,
    .burger-menu .dropdown .dropdown-menu .dropdown-item a:focus {
      color: #403D39;
    }
    .burger-menu .dropdown.show .dropdown-menu:before, .burger-menu .dropdown.show .dropdown-menu:after,
    .burger-menu .dropdown .dropdown-menu:before,
    .burger-menu .dropdown .dropdown-menu:after {
      display: none;
    }
    .burger-menu .dropdown .dropdown-menu {
      display: none;
    }
    .burger-menu .dropdown.show .dropdown-menu {
      display: block;
    }
  }
  /*!
   * Datetimepicker for Bootstrap 3
   * ! version : 4.7.14
   * https://github.com/Eonasdan/bootstrap-datetimepicker/
   */
  .sr-only,
  .bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after,
  .bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after,
  .bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after,
  .bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after,
  .bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after,
  .bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after,
  .bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after,
  .bootstrap-datetimepicker-widget .btn[data-action="clear"]::after,
  .bootstrap-datetimepicker-widget .btn[data-action="today"]::after,
  .bootstrap-datetimepicker-widget .picker-switch::after,
  .bootstrap-datetimepicker-widget table th.prev::after,
  .bootstrap-datetimepicker-widget table th.next::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
  
  .bootstrap-datetimepicker-widget {
    list-style: none;
  }
  
  .bootstrap-datetimepicker-widget a .btn:hover {
    background-color: transparent;
  }
  
  .bootstrap-datetimepicker-widget.dropdown-menu {
    padding: 4px;
    width: 16em;
  }
  
  @media (min-width: 768px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
      width: 38em;
    }
  }
  @media (min-width: 992px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
      width: 38em;
    }
  }
  @media (min-width: 1200px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
      width: 38em;
    }
  }
  .bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
    border-bottom: 11px solid #F1EAE0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    content: "";
    display: inline-block;
    position: absolute;
    right: 12px;
    left: auto;
    top: -11px;
  }
  
  .bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
    border-bottom: 11px solid #FFFFFF;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    content: "";
    display: inline-block;
    position: absolute;
    right: 12px;
    left: auto;
    top: -11px;
  }
  
  .bootstrap-datetimepicker-widget.dropdown-menu.top {
    margin-top: auto;
    margin-bottom: -20px;
  }
  
  .bootstrap-datetimepicker-widget.dropdown-menu.top.open {
    margin-top: auto;
    margin-bottom: 5px;
    background-color: #FFFFFF;
  }
  
  .bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
    left: auto;
    right: 6px;
  }
  
  .bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
    left: auto;
    right: 7px;
  }
  
  .bootstrap-datetimepicker-widget .list-unstyled {
    margin: 0;
  }
  
  .bootstrap-datetimepicker-widget a[data-action] {
    padding: 6px 0;
    border-width: 0;
    color: #66615B;
    background-color: transparent;
  }
  
  .bootstrap-datetimepicker-widget a[data-action="togglePicker"],
  .bootstrap-datetimepicker-widget a[data-action="togglePicker"]:hover {
    color: #429cb6 !important;
  }
  
  .bootstrap-datetimepicker-widget a[data-action]:hover {
    background-color: transparent;
    color: rgba(255, 255, 255, 0.85);
  }
  
  .bootstrap-datetimepicker-widget a[data-action]:active {
    box-shadow: none;
  }
  
  .bootstrap-datetimepicker-widget .timepicker-hour,
  .bootstrap-datetimepicker-widget .timepicker-minute,
  .bootstrap-datetimepicker-widget .timepicker-second {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-weight: 300;
    font-size: 1.5em;
    margin: 3px;
    border-radius: 50%;
  }
  
  .bootstrap-datetimepicker-widget button[data-action] {
    width: 38px;
    height: 38px;
    padding: 0;
  }
  
  .bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
    content: "Increment Hours";
  }
  
  .bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
    content: "Increment Minutes";
  }
  
  .bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
    content: "Decrement Hours";
  }
  
  .bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
    content: "Decrement Minutes";
  }
  
  .bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
    content: "Show Hours";
  }
  
  .bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
    content: "Show Minutes";
  }
  
  .bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
    content: "Toggle AM/PM";
  }
  
  .bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
    content: "Clear the picker";
  }
  
  .bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
    content: "Set the date to today";
  }
  
  .bootstrap-datetimepicker-widget .picker-switch {
    text-align: center;
    border-radius: 4px;
  }
  
  .bootstrap-datetimepicker-widget .picker-switch::after {
    content: "Toggle Date and Time Screens";
  }
  
  .bootstrap-datetimepicker-widget .picker-switch td {
    padding: 0;
    margin: 0;
    height: auto;
    width: auto;
    line-height: inherit;
  }
  
  .bootstrap-datetimepicker-widget .picker-switch td span {
    line-height: 2.5;
    height: 2.5em;
    width: 100%;
    border-radius: 4px;
    margin: 2px 0px !important;
  }
  
  .bootstrap-datetimepicker-widget table {
    width: 100%;
    margin: 0;
  }
  
  .bootstrap-datetimepicker-widget table td > div, .bootstrap-datetimepicker-widget table th > div {
    text-align: center;
  }
  
  .bootstrap-datetimepicker-widget table th {
    height: 20px;
    line-height: 20px;
    width: 20px;
  }
  
  .bootstrap-datetimepicker-widget table th.picker-switch {
    width: 145px;
  }
  
  .bootstrap-datetimepicker-widget table th.disabled, .bootstrap-datetimepicker-widget table th.disabled:hover {
    background: none;
    color: #cfcfca;
    cursor: not-allowed;
  }
  
  .bootstrap-datetimepicker-widget table th.prev span, .bootstrap-datetimepicker-widget table th.next span {
    border-radius: 4px;
    height: 27px;
    width: 27px;
    line-height: 28px;
    font-size: 12px;
    border-radius: 50%;
    text-align: center;
  }
  
  .bootstrap-datetimepicker-widget table th.prev::after {
    content: "Previous Month";
  }
  
  .bootstrap-datetimepicker-widget table th.next::after {
    content: "Next Month";
  }
  
  .bootstrap-datetimepicker-widget table th.dow {
    text-align: center;
    border-bottom: 1px solid #E3E3E3;
    font-size: 12px;
    text-transform: uppercase;
    color: #9A9A9A;
    font-weight: 400;
    padding-bottom: 5px;
    padding-top: 10px;
  }
  
  .bootstrap-datetimepicker-widget table thead tr:first-child th {
    cursor: pointer;
  }
  
  .bootstrap-datetimepicker-widget table thead tr:first-child th:hover span, .bootstrap-datetimepicker-widget table thead tr:first-child th.picker-switch:hover {
    background: #E3E3E3;
  }
  
  .bootstrap-datetimepicker-widget table td > div {
    border-radius: 4px;
    height: 54px;
    line-height: 54px;
    width: 54px;
    text-align: center;
  }
  
  .bootstrap-datetimepicker-widget table td.cw > div {
    font-size: .8em;
    height: 20px;
    line-height: 20px;
    color: #cfcfca;
  }
  
  .bootstrap-datetimepicker-widget table td.day > div {
    height: 30px;
    line-height: 31px;
    width: 30px;
    text-align: center;
    padding: 0px;
    border-radius: 50%;
    margin: 0 auto;
    z-index: -1;
    position: relative;
  }
  
  .bootstrap-datetimepicker-widget table td.minute > div, .bootstrap-datetimepicker-widget table td.hour > div {
    border-radius: 50%;
  }
  
  .bootstrap-datetimepicker-widget table td.day:hover > div, .bootstrap-datetimepicker-widget table td.hour:hover > div, .bootstrap-datetimepicker-widget table td.minute:hover > div, .bootstrap-datetimepicker-widget table td.second:hover > div {
    background: #E3E3E3;
    cursor: pointer;
  }
  
  .bootstrap-datetimepicker-widget table td.old > div, .bootstrap-datetimepicker-widget table td.new > div {
    color: #cfcfca;
  }
  
  .bootstrap-datetimepicker-widget table td.today > div:before {
    content: '';
    display: inline-block;
    border: 0 0 7px 7px solid transparent;
    border-bottom-color: #68B3C8;
    border-top-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    bottom: 4px;
    right: 4px;
  }
  
  .bootstrap-datetimepicker-widget table td.active > div, .bootstrap-datetimepicker-widget table td.active:hover > div {
    background-color: #68B3C8;
    color: #FFFFFF;
  }
  
  .bootstrap-datetimepicker-widget table td.active.today:before > div {
    border-bottom-color: #FFFFFF;
  }
  
  .bootstrap-datetimepicker-widget table td.disabled > div, .bootstrap-datetimepicker-widget table td.disabled:hover > div {
    background: none;
    color: #cfcfca;
    cursor: not-allowed;
  }
  
  .bootstrap-datetimepicker-widget table td span {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 3px 3px;
    cursor: pointer;
    border-radius: 50%;
    text-align: center;
  }
  
  .bootstrap-datetimepicker-widget table td span:hover {
    background: #E3E3E3;
  }
  
  .bootstrap-datetimepicker-widget table td span.active {
    background-color: #68B3C8;
    color: #FFFFFF;
  }
  
  .bootstrap-datetimepicker-widget table td span.old {
    color: #cfcfca;
  }
  
  .bootstrap-datetimepicker-widget table td span.disabled, .bootstrap-datetimepicker-widget table td span.disabled:hover {
    background: none;
    color: #cfcfca;
    cursor: not-allowed;
  }
  
  .bootstrap-datetimepicker-widget .timepicker-picker span,
  .bootstrap-datetimepicker-widget .timepicker-hours span,
  .bootstrap-datetimepicker-widget .timepicker-minutes span {
    border-radius: 50% !important;
  }
  
  .bootstrap-datetimepicker-widget.usetwentyfour td.hour {
    height: 27px;
    line-height: 27px;
  }
  
  .input-group.date .input-group-addon {
    cursor: pointer;
  }
  
  .table-condensed > tbody > tr > td,
  .table-condensed > tbody > tr > th,
  .table-condensed > tfoot > tr > td,
  .table-condensed > tfoot > tr > th,
  .table-condensed > thead > tr > td,
  .table-condensed > thead > tr > th {
    padding: 1px;
    text-align: center;
    z-index: 1;
    cursor: pointer;
  }
  
  .bootstrap-datetimepicker-widget {
    opacity: 0;
    -webkit-transform: translate3d(0px, -10px, 0px);
    -moz-transform: translate3d(0, -10px, 0);
    -o-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    transform: translate3d(0px, -10px, 0px);
  }
  .bootstrap-datetimepicker-widget.top {
    -webkit-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0, 0px, 0);
    -o-transform: translate3d(0, 0px, 0);
    -ms-transform: translate3d(0, 0px, 0);
    transform: translate3d(0px, 0px, 0px);
  }
  .bootstrap-datetimepicker-widget.open {
    opacity: 1;
    -webkit-transform: translate3d(0, 10px, 0);
    -moz-transform: translate3d(0, 10px, 0);
    -o-transform: translate3d(0, 10px, 0);
    -ms-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  }
  
  .bootstrap-datetimepicker-widget.open.top {
    -webkit-transform: translate3d(0, -10px, 0);
    -moz-transform: translate3d(0, -10px, 0);
    -o-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  .bootstrap-datetimepicker-widget.open.top:before {
    border-top: 11px solid #DCD9D1;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    content: "";
    display: inline-block;
    position: absolute;
    right: 12px;
    bottom: -12px;
  }
  .bootstrap-datetimepicker-widget.open.top:after {
    border-top: 11px solid #FFFCF5;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    content: "";
    display: inline-block;
    position: absolute;
    right: 12px;
    bottom: -11px;
  }
  
  .btn-twitter {
    color: #55acee !important;
  }
  .btn-twitter:hover, .btn-twitter:focus, .btn-twitter:active {
    color: #55acee !important;
  }
  
  .btn-facebook {
    color: #3b5998 !important;
  }
  .btn-facebook:hover, .btn-facebook:focus, .btn-facebook:active {
    color: #3b5998 !important;
  }
  
  .btn-google {
    color: #dd4b39 !important;
  }
  .btn-google:hover, .btn-google:focus, .btn-google:active {
    color: #dd4b39 !important;
  }
  
  .btn-linkedin {
    color: #0976b4 !important;
  }
  .btn-linkedin:hover, .btn-linkedin:focus, .btn-linkedin:active {
    color: #0976b4 !important;
  }
  
  .btn-twitter-bg {
    background-color: #55acee !important;
    border-color: #55acee !important;
  }
  .btn-twitter-bg:hover {
    background-color: #3ea1ec !important;
    border-color: #3ea1ec !important;
  }
  
  .btn-facebook-bg {
    background-color: #3b5998 !important;
    border-color: #3b5998 !important;
  }
  .btn-facebook-bg:hover {
    background-color: #344e86 !important;
    border-color: #344e86 !important;
  }
  
  .btn-google-bg {
    background-color: #dd4b39 !important;
    border-color: #dd4b39 !important;
  }
  .btn-google-bg:hover {
    background-color: #d73925 !important;
    border-color: #d73925 !important;
  }
  
  .btn-github-bg {
    background-color: #767676 !important;
    border-color: #767676 !important;
  }
  .btn-github-bg:hover {
    background-color: dimgray !important;
    border-color: dimgray !important;
  }
  
  .landing-alert {
    margin-bottom: 0;
  }
  
  .page-header {
    background-color: #B2AFAB;
    background-position: center center;
    background-size: cover;
    min-height: 100vh;
    max-height: 999px;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .page-header .filter::after {
    background-color: rgba(0, 0, 0, 0.5);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
  }
  .page-header.page-header-small {
    min-height: 65vh !important;
    max-height: 700px;
  }
  .page-header.page-header-xs {
    min-height: 40vh !important;
  }
  .page-header.section-dark .content-center,
  .page-header.section-dark .category-absolute {
    z-index: 1;
  }
  
  .page-header .motto {
    text-align: left;
    z-index: 3;
    color: #fff;
    position: relative;
  }
  
  .landing-section {
    padding: 100px 0;
    z-index: 1;
  }
  
  .section-buttons {
    z-index: 1;
  }
  
  .landing-section .btn-simple {
    padding: 0;
  }
  
  .landing-section .column {
    padding: 0 75px 0 25px;
  }
  
  .team-player .img-circle, .team-player .img-thumbnail {
    display: block;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    width: 120px;
  }
  
  .contact-form {
    margin-top: 30px;
  }
  
  .contact-form label {
    margin-top: 15px;
  }
  
  .contact-form .btn {
    margin-top: 30px;
  }
  
  .navbar-relative {
    position: relative;
    z-index: 2;
  }
  
  #register-navbar a {
    color: #FFF;
  }
  
  .register-background .container {
    margin-top: 11%;
    position: relative;
    z-index: 3;
  }
  
  .register-footer {
    bottom: 20px;
    position: absolute;
    z-index: 1;
    width: 100%;
    background: transparent;
    color: #FFFFFF;
  }
  
  .register-footer .fa-heart {
    color: #EB5E28;
  }
  
  .register-card label {
    margin-top: 15px;
  }
  
  .register-card .title {
    color: #B33C12;
    text-align: center;
  }
  
  .register-card .btn {
    margin-top: 30px;
  }
  
  .register-card .forgot {
    text-align: center;
  }
  
  .profile-content {
    position: relative;
  }
  
  .owner {
    text-align: center;
  }
  
  .owner .avatar {
    padding: 15px;
    max-width: 180px;
    margin: -85px auto 0;
    display: inline-block;
  }
  
  .owner .name h4 {
    margin-top: 10px;
  }
  
  .profile-tabs {
    margin: 50px 0;
    min-height: 300px;
  }
  
  #following h3 {
    margin: 20px 0 40px 0;
  }
  
  .profile-content .tab-content .tab-pane.active {
    height: 200px;
  }
  
  .follows .unfollow {
    width: 15px;
  }
  
  #follows .follows .unfollow .checkbox {
    margin-top: -15px;
  }
  
  #follows .follows h6 {
    margin-top: 15px;
  }
  
  .follows hr {
    margin-top: 10px;
  }
  
  .title-brand {
    max-width: 730px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    color: #FFFFFF;
    display: block;
  }
  .title-brand .type {
    position: absolute;
    font-size: 20px;
    background: #132026;
    padding: 6px 10px;
    border-radius: 4px;
    top: 0;
    font-weight: 600;
    margin-top: 10px;
    right: -15px;
  }
  
  .presentation-title {
    font-size: 8em;
    font-weight: 700;
    margin: 0;
    color: #FFFFFF;
    background: #fbf8ec;
    background: -moz-linear-gradient(top, #FFFFFF 35%, #4e6773 100%);
    background: -webkit-linear-gradient(top, #FFFFFF 35%, #4e6773 100%);
    background: linear-gradient(to bottom, #FFFFFF 35%, #4e6773 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  
  .presentation-subtitle {
    font-size: 1.7em;
    color: #FFFFFF;
  }
  
  .category-absolute {
    position: absolute;
    text-align: center;
    top: 100vh;
    margin-top: -60px;
    padding: 0 15px;
    width: 100%;
    color: rgba(255, 255, 255, 0.5);
  }
  .category-absolute .creative-tim-logo {
    max-width: 140px;
    top: -2px;
    left: 3px;
    position: relative;
  }
  
  .fog-low {
    position: absolute;
    left: 0;
    bottom: 0;
    margin-left: -35%;
    margin-bottom: -50px;
    width: 110%;
    opacity: .85;
  }
  .fog-low img {
    width: 100%;
  }
  .fog-low.right {
    margin-left: 30%;
    opacity: 1;
  }
  
  .page-header .content-center {
    margin-top: 85px;
  }
  
  .moving-clouds {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 250.625em;
    height: 43.75em;
    -webkit-animation: cloudLoop 80s linear infinite;
    animation: cloudLoop 80s linear infinite;
  }
  
  @keyframes cloudLoop {
    0% {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
    100% {
      -webkit-transform: translate3d(-50%, 0, 0);
      transform: translate3d(-50%, 0, 0);
    }
  }
  .following img {
    max-width: 70px;
  }
  
  .tim-row{
      margin-bottom: 20px;
  }
  
  .tim-white-buttons {
      background-color: #777777;
  }
  .tim-title{
      margin-top: 30px;
      margin-bottom: 25px;
      min-height: 32px;
  }
  .tim-title.text-center{
      margin-bottom: 50px;
  }
  .typography-line{
      padding-left: 180px;
      margin-bottom: 20px;
      position: relative;
      width: 100%;
  }
  .typography-line .note{
      bottom: 10px;
      color: #c0c1c2;
      display: block;
      font-weight: 400;
      font-size: 13px;
      line-height: 13px;
      left: 0;
      margin-left: 20px;
      position: absolute;
      width: 260px;
  }
  .tim-row{
      padding-top: 50px;
  }
  .tim-row h3{
      margin-top: 0;
  }
  .switch{
      margin-right: 20px;
  }
  #navbar-full .navbar{
      border-radius: 0 !important;
      margin-bottom: 0;
      z-index: 2;
  }
  .space{
      height: 130px;
      display: block;
  }
  .space-110{
      height: 110px;
      display: block;
  }
  .space-50{
      height: 50px;
      display: block;
  }
  .space-70{
      height: 70px;
      display: block;
  }
  .navigation-example .img-src{
      background-attachment: scroll;
  }
  
  .main{
      background-color: #fff;
  /*     position: relative; */
  
  }
  .navigation-example{
      background-image: url('../img/ilya-yakover.jpg');
      background-position: center center;
      background-size: cover;
      background-attachment: fixed;
      margin-top:0;
  }
  #notifications{
      background-color: #FFFFFF;
      display: block;
      width: 100%;
      position: relative;
  }
  #carousel{
      padding-top: 0;
  }
  .note{
      text-transform: capitalize;
  }
  .subscribe-form{
      padding-top: 20px;
  }
  .page-header .card-register .title{
      margin-bottom: 10px;
  }
  .space-100{
      height: 100px;
      display: block;
      width: 100%;
  }
  .sharing-area .btn{
      padding: 0.5rem 10px !important;
  }
  
  .be-social{
      padding-bottom: 20px;
  /*     border-bottom: 1px solid #aaa; */
      margin: 0 auto 40px;
  }
  .txt-white{
      color: #FFFFFF;
  }
  .txt-gray{
      color: #ddd !important;
  }
  .footer{
      background-attachment: fixed;
      position: relative;
      line-height: 20px;
  }
  .footer nav > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-weight: normal;
  }
  .footer nav > ul > li{
      display: inline-block;
      padding: 10px 15px;
      margin: 15px 3px;
      line-height: 20px;
      text-align: center;
  }
  
  .footer nav > ul a:not(.btn) {
    color: #777777;
    display: block;
    margin-bottom: 3px;
  }
  .footer nav > ul a:not(.btn):hover, .footer nav > ul a:not(.btn):focus {
    color: #E3E3E3;
  }
  .footer .copyright {
    color: #777777;
    padding: 10px 15px;
    font-size: 14px;
    margin: 15px 3px;
    line-height: 20px;
    text-align: center;
  }
  .footer .heart{
      color: #EB5E28;
  }
  
  .social-share{
      float: left;
      margin-right: 8px;
  }
  .social-share a{
      color: #FFFFFF;
  }
  #subscribe_email{
      border-radius: 0;
      border-left: 0;
      border-right: 0;
  }
  .pick-class-label{
      border-radius: 8px;
      color: #ffffff;
      cursor: pointer;
      display: inline-block;
      font-size: 75%;
      font-weight: bold;
      line-height: 1;
      margin-right: 10px;
      padding: 23px;
      text-align: center;
      vertical-align: baseline;
      white-space: nowrap;
  }
  
  .parallax{
      width:100%;
      height:570px;
      display: block;
      background-attachment: fixed;
      background-repeat:no-repeat;
      background-size:cover;
      background-position: center center;
  }
  
  .logo-container .logo{
      overflow: hidden;
      border-radius: 50%;
      border: 1px solid #333333;
      width: 50px;
      float: left;
  }
  
  .logo-container .brand{
      font-size: 18px;
      color: #FFFFFF;
      line-height: 20px;
      float: left;
      margin-left: 10px;
      margin-top: 5px;
      width: 75px;
      height: 50px;
  }
  .logo-container{
      margin-top: 5px;
  }
  .logo-container .logo img{
      width: 100%;
  }
  .navbar-small .logo-container .brand{
      color: #333333;
  }
  .demo-header{
      background-size: cover;
      /*background-color: #FF8F5E;*/
      background-position: center top;
      margin-top: -100px;
      min-height: 600px;
  }
  .demo-height{
      min-height: 102vh;
  }
  .demo-height .motto{
      padding-top: 20% !important;
  }
  .demo-header-image{
      background-image: url('../img/city.jpg');
  }
  .demo-header .motto{
      color: #FFFFFF;
      padding-top: 15%;
      text-align: center;
      z-index: 3;
  }
  .demo-header .motto h3{
      margin-bottom: 0;
  }
  .separator{
      content: "Separator";
      color: #FFFFFF;
      display: block;
      width: 100%;
      padding: 20px;
  }
  .separator-line{
      background-color: #EEE;
      height: 1px;
      width: 100%;
      display: block;
  }
  .separator.separator-gray{
      background-color: #EEEEEE;
  }
  .social-buttons-demo .btn{
      margin-right: 5px;
      margin-bottom: 7px;
  }
  
  .img-container{
      width: 100%;
      overflow: hidden;
  }
  .img-container img{
      width: 100%;
  }
  .lightbox img{
      width: 100%;
  }
  .lightbox .modal-content{
      overflow: hidden;
  }
  .lightbox .modal-body{
      padding: 0;
  }
  @media screen and (min-width: 991px){
      .lightbox .modal-dialog{
          width: 960px;
      }
  }
  
  @media screen{
      .section-buttons .btn,
      .section-buttons .btn-morphing{
          margin-bottom: 10px;
      }
      .parallax .motto{
          top: 170px;
          margin-top: 0;
          font-size: 60px;
          width: 270px;
      }
  }
  
  .presentation .loader{
      opacity: 0;
      display: block;
      transition: all 0.4s;
      -webkit-transition: all 0.4s;
      position: fixed;
      left: 50%;
      top: 50%;
      z-index: 1031;
      margin-left: -32px;
      margin-top: -32px;
  }
  .presentation  .loader.visible{
      display: block;
      opacity: 1;
  }
  .presentation  .modal-content{
      background-color: transparent;
      box-shadow: 0 0 0;
  }
  .presentation .modal-backdrop.in{
      opacity: 0.45;
  }
  .presentation .preload-image{
      display: none;
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.15), 0 0 1px 1px rgba(0, 0, 0, 0.1);
  }
  /*       Loading dots  */
  
  /*      transitions */
  .presentation .front, .presentation .front:after, .presentation .front .btn, .logo-container .logo, .logo-container .brand{
       -webkit-transition: all .2s;
      -moz-transition: all .2s;
      -o-transition: all .2s;
      transition: all .2s;
  }
  .presentation .section{
      padding: 100px 0;
  }
  .presentation .colors{
      padding: 100px 0;
  }
  .presentation > .description{
      padding-top: 20px;
  }
  .presentation .section-rotation{
      padding: 140px 0;
  }
  .presentation .section-images{
      padding: 80px 0;
  }
  .presentation .section-thin{
      padding: 0;
  }
  .presentation .section-pay{
      padding-top: 20px;
  }
  .presentation .colors{
      padding: 70px 0;
      z-index: 7;
      position: relative;
      margin-top: -300px;
  }
  .presentation .colors{
      border-top: 1px solid #DDDDDD;
  }
  .presentation .card-container{
       -webkit-perspective: 800px;
      -moz-perspective: 800px;
      -o-perspective: 800px;
      perspective: 800px;
      min-height: 500px;
      width: 300px;
      position: relative;
      margin-top: 90px;
  }
  .presentation .card-component{
      -webkit-transform-style: preserve-3d;
     -moz-transform-style: preserve-3d;
       -o-transform-style: preserve-3d;
          transform-style: preserve-3d;
      position: relative;
      height: 600px;
  }
  .presentation .card-component .front{
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -o-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-transform: rotateY( -28deg );
      -moz-transform: rotateY( -28deg );
      -o-transform: rotateY( -28deg );
      transform: rotateY( -28deg );
  
      position: absolute;
      top: 0;
      left: 0;
      background-color: #FFF;
      width: 100%;
      cursor: pointer;
      box-shadow: 10px 4px 14px rgba(0, 0, 0, 0.12);
      border-radius: 10px;
      overflow: hidden;
      border: 1px solid rgba(0,0,0,.12);
  }
  
  .presentation .front img{
      z-index: 2;
      position: relative;
  }
  
  .presentation .card-container:hover .front{
      top: -10px;
  }
  
  .presentation .card-component img{
      width: 100%;
  }
  .presentation .description .col-md-3{
      width: 16%;
      margin-left: 4%;
  }
  .presentation .first-card{
      z-index: 6;
  }
  .presentation .second-card{
      z-index: 5;
  }
  .presentation .third-card{
      z-index: 4;
  }
  .presentation .fourth-card{
      z-index: 3;
  }
  .presentation h1,
  .presentation h2{
      font-weight: 200;
  }
  .presentation h4,
  .presentation h5,
  .presentation h6{
      font-weight: 300;
  }
  .presentation h4{
      font-size: 18px;
      line-height: 24px;
  }
  .presentation .info h4{
      font-size: 24px;
      line-height: 28px;
  }
  
  .presentation .section-gray h1 small{
      color: #888888;
  }
  .presentation .color-container{
      text-align: center;
  }
  .presentation .color-container img{
      width: 100%;
      margin-bottom: 10px;
  }
  .presentation .circle-color{
      width: 40px;
      height: 40px;
      border-radius: 10px;
      display: block;
      background-color: #cccccc;
      margin: 0 auto;
  }
  .presentation .circle-red{
      background-color: #ff3b30;
  }
  .presentation .circle-blue{
      background-color: #3472f7;
  }
  .presentation .circle-azure{
      background-color: #2ca8ff;
  }
  .presentation .circle-green{
      background-color: #05ae0e;
  }
  .presentation .circle-orange{
      background-color: #ff9500;
  }
  
  .presentation .section-gray-gradient{
      background: rgb(255,255,255); /* Old browsers */
      background: -moz-linear-gradient(top,  rgba(255,255,255,1) 25%, rgba(231,231,231,1) 100%); /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(25%,rgba(255,255,255,1)), color-stop(100%,rgba(231,231,231,1))); /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 25%,rgba(231,231,231,1) 100%); /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top,  rgba(255,255,255,1) 25%,rgba(231,231,231,1) 100%); /* Opera 11.10+ */
      background: -ms-linear-gradient(top,  rgba(255,255,255,1) 25%,rgba(231,231,231,1) 100%); /* IE10+ */
      background: linear-gradient(to bottom,  rgba(255,255,255,1) 25%,rgba(231,231,231,1) 100%); /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e7e7e7',GradientType=0 ); /* IE6-9 */
  }
  .presentation .section-black{
      background-color: #333;
  }
  
  .rotating-card-container {
      -webkit-perspective: 900px;
     -moz-perspective: 900px;
       -o-perspective: 900px;
          perspective: 900px;
          margin-bottom: 30px;
  }
  
  .rotating-card {
     -webkit-transition: all 1.3s;
     -moz-transition: all 1.3s;
       -o-transition: all 1.3s;
          transition: all 1.3s;
  -webkit-transform-style: preserve-3d;
     -moz-transform-style: preserve-3d;
       -o-transform-style: preserve-3d;
          transform-style: preserve-3d;
  
      margin-top: 20px;
    position: relative;
     background: none repeat scroll 0 0 #FFFFFF;
      border-radius: 20px;
      color: #444444;
  }
  .rotating-card-container .rotate,
  .rotating-card .back{
      -webkit-transform: rotateY( 180deg );
      -moz-transform: rotateY( 180deg );
      -o-transform: rotateY( 180deg );
      transform: rotateY( 180deg );
  }
  .rotating-card-container:hover .rotate{
      -webkit-transform: rotateY(0deg);
      -moz-transform: rotateY(0deg);
      -o-transform: rotateY(0deg);
      transform: rotateY(0deg);
  }
  
  
  .rotating-card .front,
  .rotating-card .back {
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -o-backface-visibility: hidden;
      backface-visibility: hidden;
  
      position: absolute;
      top: 0;
      left: 0;
      background-color: #FFF;
      box-shadow: 0 3px 17px rgba(0,0,0,.15);
  }
  
  .rotating-card .front {
      z-index: 2;
  }
  
  .rotating-card .back {
      z-index: 3;
      height: 500px;
      width: 100%;
      display: block;
      padding: 0 15px;
      background-color: #e5e5e5;
  }
  
  .rotating-card .back-contaier {
    background-color: white;
    padding: 30px 15px;
  
  }
  
  .rotating-card .image{
      border-radius: 20px 20px 0 0;
  }
  .rotating-card-container,
  .rotating-card .front,
  .rotating-card .back {
    width: 100%;
    min-height: 500px;
    border-radius: 20px;
  }
  /*       Fix bug for IE      */
  
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .rotating-card .front, .rotating-card .back{
          -ms-backface-visibility: visible;
          backface-visibility: visible;
      }
      .rotating-card .back {
          visibility: hidden;
          -ms-transition: all 0.2s cubic-bezier(.92,.01,.83,.67);
      }
      .rotating-card .front{
          z-index: 4;
      }
      .rotating-card-container:hover .back{
          z-index: 5;
          visibility: visible;
      }
  }
  
  .fixed-section{
      top: 100px;
      max-height: 80vh;
      position: -webkit-sticky;
      position: -moz-sticky;
      position: -ms-sticky;
      position: -o-sticky;
      position: sticky;
      bottom: auto;
  }
  .fixed-section ul{
      padding: 0 !important;
  }
  .fixed-section ul li{
      list-style: none;
  }
  .fixed-section li a{
      font-size: 14px;
      padding: 2px;
      display: block;
      color: #666666;
  }
  .fixed-section li a.active{
      color: #00bbff;
  }
  
  
  
  /* prettyprint */
   pre.prettyprint{
      background-color: #eee !important;
      margin-bottom: 30px;
      margin-top: 30px;
      padding: 20px !important;
      font-size: 13px;
      text-align: left;
      border-radius: 4px !important;
      border: 1px transparent !important;
  }
  .presentation .atv,
  .presentation .str{
      color: #0D9814;
  }
  .presentation .tag,
  .presentation .pln,
  .presentation .kwd{
      color: #195CEC;
  }
  .presentation .atn{
      color: #2C93FF;
  }
  .presentation .pln{
      color: #333;
  }
  .presentation .com{
      color: #999;
  }
  
  .presentation .text-white{
      color: #FFFFFF;
      text-shadow: 0 1px 2px rgba(0,0,0,.13);
  }
  .presentation .section-images .card-image{
      border-radius: 6px 6px 0 0;
      overflow: hidden;
      box-shadow: 0 -3px 8px rgba(0,0,0,0);
  }
  .presentation .section-images .card-image .image{
  /*     border-radius: 6px; */
  }
  @media (max-width: 1200px){
      .presentation .section-images .image img{
          width: 100%;
      }
  
  }
  .presentation .card-text-adjust{
      padding-left: 40px;
  }
  .presentation .info.info-separator{
      position: relative;
  }
  .presentation .info.info-separator:after{
      height: 100%;
      position: absolute;
      background-color: #ccc;
      width: 1px;
      content: "";
      right: -7px;
      top: 0;
  }
  .presentation .info li{
      padding: 5px 0;
      border-bottom: 1px solid #E5E5E5;
      color: #666666;
  }
  .presentation .info ul{
      width: 240px;
      margin: 10px auto;
  }
  .presentation .info li:last-child{
      border: 0;
  }
  
  /*      layer animation          */
  
  .layers-container{
      display: block;
      margin-top: 50px;
      position: relative;
  }
  .layers-container img {
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    text-align: center;
  }
  
  .section-black {
    background-color: #333;
  }
  
  #layerHover{
    top: 30px;
  }
  #layerImage{
      top: 50px;
  }
  #layerBody{
    top: 75px;
  }
  
  .animate {
    transition: 1.5s ease-in-out;
    -moz-transition: 1.5s ease-in-out;
    -webkit-transition: 1.5s ease-in-out;
  }
  
  .down {
    transform: translate(0,45px);
    -moz-transform: translate(0,45px);
    -webkit-transform: translate(0,45px);
  }
  
  .down-2x {
     transform: translate(0,90px);
    -moz-transform: translate(0,90px);
    -webkit-transform: translate(0,90px);
  }
  
  
  .navbar-default.navbar-small .logo-container .brand{
      color: #333333;
  }
  .navbar-transparent.navbar-small .logo-container .brand{
      color: #FFFFFF;
  }
  .navbar-default.navbar-small .logo-container .brand{
      color: #333333;
  }
  .section-thin{
      padding-bottom: 0;
  }
  
  .info.info-separator{
      position: relative;
  }
  .info.info-separator:after{
      height: 100%;
      position: absolute;
      background-color: #ccc;
      width: 1px;
      content: "";
      right: -7px;
      top: 0;
  }
  @media (max-width: 767px){
  .info.info-separator:after{
      display: none;
    }
  }
  .info li{
      padding: 5px 0;
      border-bottom: 1px solid #E5E5E5;
      color: #666666;
  }
  .info ul{
      width: 240px;
      margin: 10px auto;
  }
  .info li:last-child{
      border: 0;
  }
  .payment-methods i {
      font-size: 28px;
      padding: 0 3px;
      width: 38px;
  }
  .payment-methods h4 {
      font-size: 18px;
      line-height: 38px;
  }
  .info .description .btn{
      width: 240px;
      font-weight: 500;
  }
  #buyButtonHeroes{
      margin-top: 31px;
  }
  .right-click{
      width: 100%;
      height: 100%;
      background: rgba(51, 51, 51, 0.8);
      position: fixed;
      z-index: 20000;
      display: none;
  }
  .onclick{
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: 20001;
  }
  .container-right-click{
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
  }
  .container-right-click .card-price#card-price-small{
      margin-top: 70px;
       -webkit-transition: all .2s;
      -moz-transition: all .2s;
      -o-transition: all .2s;
      transition: all .2s;
      position: relative;
      z-index: 20003;
  
  }
  .container-right-click .card-price#card-price-big{
      margin-top: 40px;
       -webkit-transition: all .2s;
      -moz-transition: all .2s;
      -o-transition: all .2s;
      transition: all .2s;
        position: relative;
      z-index: 20003;
  
  }
  .animated {
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
  }
  
  @-webkit-keyframes bounceInDown {
    0%, 60%, 75%, 90%, 100% {
      -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
              transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
  
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, -3000px, 0);
              transform: translate3d(0, -3000px, 0);
    }
  
    60% {
      opacity: 1;
      -webkit-transform: translate3d(0, 25px, 0);
              transform: translate3d(0, 25px, 0);
    }
  
    75% {
      -webkit-transform: translate3d(0, -10px, 0);
              transform: translate3d(0, -10px, 0);
    }
  
    90% {
      -webkit-transform: translate3d(0, 5px, 0);
              transform: translate3d(0, 5px, 0);
    }
  
    100% {
      -webkit-transform: none;
              transform: none;
    }
  }
  
  @keyframes bounceInDown {
    0%, 60%, 75%, 90%, 100% {
      -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
              transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
  
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, -3000px, 0);
              transform: translate3d(0, -3000px, 0);
    }
  
    60% {
      opacity: 1;
      -webkit-transform: translate3d(0, 25px, 0);
              transform: translate3d(0, 25px, 0);
    }
  
    75% {
      -webkit-transform: translate3d(0, -10px, 0);
              transform: translate3d(0, -10px, 0);
    }
  
    90% {
      -webkit-transform: translate3d(0, 5px, 0);
              transform: translate3d(0, 5px, 0);
    }
  
    100% {
      -webkit-transform: none;
              transform: none;
    }
  }
  
  .bounceInDown {
    -webkit-animation-name: bounceInDown;
            animation-name: bounceInDown;
  }
  
  .container-right-click h4{
      color: white;margin-top: 45px;font-weight: 200;margin-bottom: 0;
  }
  .icon-class{
      fill: #75c3b6;
  }
  .navbar-header{
      min-width: 135px;
  }
  
  #demo-navbar{
      border-radius: 0;
      margin-bottom: 0px;
  }
  .download-area{
      margin-top: 30px;
  }
  .sharing-area{
      margin-top: 50px;
  }
  .sharing-area .btn{
      margin-top: 14px;
  }
  
  /* nucleo icons  */
  
  .demo-iconshtml {
      font-size: 62.5%;
  }
  .demo-icons body {
      font-size: 1.6rem;
      font-family: sans-serif;
      color: #333333;
      background: white;
  }
  .demo-icons a {
      color: #608CEE;
      text-decoration: none;
  }
  .demo-icons header {
      text-align: center;
      padding: 100px 0 0;
  }
  .demo-icons header h1 {
      font-size: 2.8rem;
  }
  .demo-icons header p {
      font-size: 1.4rem;
      margin-top: 1em;
  }
  .demo-icons header a:hover {
      text-decoration: underline;
  }
  .demo-icons .nc-icon {
      font-size: 34px;
  }
  .demo-icons section {
      width: 90%;
      max-width: 1200px;
      margin: 50px auto;
  }
  .demo-icons section h2 {
      border-bottom: 1px solid #e2e2e2;
      padding: 0 0 1em .2em;
      margin-bottom: 1em;
  }
  .demo-icons ul::after {
      clear: both;
      content: "";
      display: table;
  }
  .demo-icons ul li {
      width: 25%;
      float: left;
      padding: 16px 0;
      text-align: center;
      border-radius: .25em;
      -webkit-transition: background 0.2s;
      -moz-transition: background 0.2s;
      transition: background 0.2s;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      overflow: hidden;
  }
  .demo-icons ul li:hover {
      background: #f4f4f4;
  }
  .demo-icons ul p, .demo-icons ul em, .demo-icons ul input {
      display: inline-block;
      font-size: 1rem;
      color: #999999;
      -webkit-user-select: auto;
      -moz-user-select: auto;
      -ms-user-select: auto;
      user-select: auto;
      white-space: nowrap;
      width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      cursor: pointer;
  }
  .demo-icons ul p {
      padding: 20px 0 0;
      font-size: 12px;
      margin: 0;
  }
  .demo-icons ul p::selection, .demo-icons ul em::selection {
      background: #608CEE;
      color: #efefef;
  }
  .demo-icons ul em {
      margin-bottom: 8px;
      font-size: 12px;
  }
  .demo-icons ul em::before {
      content: '[';
  }
  .demo-icons ul em::after {
      content: ']';
  }
  .demo-icons ul input {
      text-align: center;
      background: transparent;
      border: none;
      box-shadow: none;
      outline: none;
      display: none;
  }
  
  @media only screen and (min-width: 768px) {
      .demo-icons ul li {
          width: 20%;
          float: left;
      }
  }
  @media only screen and (min-width: 1024px) {
      .demo-icons ul li {
          width: 12.5%;
          float: left;
          padding: 32px 0;
      }
  }
  
  /* for components and tutorial page */
      /*pre.prettyprint{
          background-color: #FFFCF5;
          border: 0px;
          margin-bottom: 0;
          margin-top: 20px;
          padding: 20px;
          text-align: left;
      }*/
  .atv, .str{
      color: #75c3b6;
  }
  .tag, .pln, .kwd{
      color: #7A9E9F;
  }
  .atn{
      color: #68B3C8;
  }
  .pln{
      color: #333;
  }
  .com{
      color: #999;
  }
  .space-top{
      margin-top: 30px;
  }
  .area-line{
      /*border: 1px solid #999;*/
      border-left: 0;
      border-right: 0;
      color: #666;
      display: block;
      margin-top: 20px;
      padding: 8px 0;
      text-align: center;
  }
  .area-line a{
      color: #666;
  }
  .container-fluid{
      padding-right: 15px;
      padding-left: 15px;
  }
  .example-pages{
      margin-top: 50px;
  }
  .main .section:first-of-type{
      position: relative;
      z-index: 2;
  }
  .profile-content{
      padding-top: 0;
      position: relative;
      z-index: 2;
  }
  /*--------------------------------
  
  nucleo-icons Web Font - built using nucleoapp.com
  License - nucleoapp.com/license/
  
  -------------------------------- */
  @font-face {
    font-family: 'nucleo-icons';
    src: url('../fonts/nucleo-icons.eot');
    src: url('../fonts/nucleo-icons.eot') format('embedded-opentype'), url('../fonts/nucleo-icons.woff2') format('woff2'), url('../fonts/nucleo-icons.woff') format('woff'), url('../fonts/nucleo-icons.ttf') format('truetype'), url('../fonts/nucleo-icons.svg') format('svg');
    font-weight: normal;
    font-style: normal;
  }
  /*------------------------
      base class definition
  -------------------------*/
  .nc-icon {
    display: inline-block;
    font: normal normal normal 14px/1 'nucleo-icons';
    font-size: inherit;
    speak: none;
    text-transform: none;
    /* Better Font Rendering */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  /*------------------------
    change icon size
  -------------------------*/
  .nc-icon.lg {
    font-size: 1.33333333em;
    vertical-align: -16%;
  }
  .nc-icon.x2 {
    font-size: 2em;
  }
  .nc-icon.x3 {
    font-size: 3em;
  }
  /*----------------------------------
    add a square/circle background
  -----------------------------------*/
  .nc-icon.square,
  .nc-icon.circle {
    padding: 0.33333333em;
    vertical-align: -16%;
    background-color: #eee;
  }
  .nc-icon.circle {
    border-radius: 50%;
  }
  /*------------------------
    list icons
  -------------------------*/
  .nc-icon-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
  }
  .nc-icon-ul > li {
    position: relative;
  }
  .nc-icon-ul > li > .nc-icon {
    position: absolute;
    left: -1.57142857em;
    top: 0.14285714em;
    text-align: center;
  }
  .nc-icon-ul > li > .nc-icon.lg {
    top: 0;
    left: -1.35714286em;
  }
  .nc-icon-ul > li > .nc-icon.circle,
  .nc-icon-ul > li > .nc-icon.square {
    top: -0.19047619em;
    left: -1.9047619em;
  }
  /*------------------------
    spinning icons
  -------------------------*/
  .nc-icon.spin {
    -webkit-animation: nc-icon-spin 2s infinite linear;
    -moz-animation: nc-icon-spin 2s infinite linear;
    animation: nc-icon-spin 2s infinite linear;
  }
  @-webkit-keyframes nc-icon-spin {
    0% {
      -webkit-transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
    }
  }
  @-moz-keyframes nc-icon-spin {
    0% {
      -moz-transform: rotate(0deg);
    }
    100% {
      -moz-transform: rotate(360deg);
    }
  }
  @keyframes nc-icon-spin {
    0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  /*------------------------
    rotated/flipped icons
  -------------------------*/
  .nc-icon.rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .nc-icon.rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .nc-icon.rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  .nc-icon.flip-y {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }
  .nc-icon.flip-x {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: scale(1, -1);
    -moz-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    transform: scale(1, -1);
  }
  /*------------------------
      font icons
  -------------------------*/
  
  .nc-air-baloon::before {
      content: "\ea01";
  }
  
  .nc-album-2::before {
      content: "\ea02";
  }
  
  .nc-alert-circle-i::before {
      content: "\ea04";
  }
  
  .nc-align-center::before {
      content: "\ea03";
  }
  
  .nc-align-left-2::before {
      content: "\ea05";
  }
  
  .nc-ambulance::before {
      content: "\ea06";
  }
  
  .nc-app::before {
      content: "\ea07";
  }
  
  .nc-atom::before {
      content: "\ea08";
  }
  
  .nc-badge::before {
      content: "\ea09";
  }
  
  .nc-bag-16::before {
      content: "\ea0a";
  }
  
  .nc-bank::before {
      content: "\ea0b";
  }
  
  .nc-basket::before {
      content: "\ea0c";
  }
  
  .nc-bell-55::before {
      content: "\ea0d";
  }
  
  .nc-bold::before {
      content: "\ea0e";
  }
  
  .nc-book-bookmark::before {
      content: "\ea0f";
  }
  
  .nc-bookmark-2::before {
      content: "\ea10";
  }
  
  .nc-box-2::before {
      content: "\ea11";
  }
  
  .nc-box::before {
      content: "\ea12";
  }
  
  .nc-briefcase-24::before {
      content: "\ea13";
  }
  
  .nc-bulb-63::before {
      content: "\ea14";
  }
  
  .nc-bullet-list-67::before {
      content: "\ea15";
  }
  
  .nc-bus-front-12::before {
      content: "\ea16";
  }
  
  .nc-button-pause::before {
      content: "\ea17";
  }
  
  .nc-button-play::before {
      content: "\ea18";
  }
  
  .nc-button-power::before {
      content: "\ea19";
  }
  
  .nc-calendar-60::before {
      content: "\ea1a";
  }
  
  .nc-camera-compact::before {
      content: "\ea1b";
  }
  
  .nc-caps-small::before {
      content: "\ea1c";
  }
  
  .nc-cart-simple::before {
      content: "\ea1d";
  }
  
  .nc-chart-bar-32::before {
      content: "\ea1e";
  }
  
  .nc-chart-pie-36::before {
      content: "\ea1f";
  }
  
  .nc-chat-33::before {
      content: "\ea20";
  }
  
  .nc-check-2::before {
      content: "\ea21";
  }
  
  .nc-circle-10::before {
      content: "\ea22";
  }
  
  .nc-cloud-download-93::before {
      content: "\ea23";
  }
  
  .nc-cloud-upload-94::before {
      content: "\ea24";
  }
  
  .nc-compass-05::before {
      content: "\ea25";
  }
  
  .nc-controller-modern::before {
      content: "\ea26";
  }
  
  .nc-credit-card::before {
      content: "\ea27";
  }
  
  .nc-delivery-fast::before {
      content: "\ea28";
  }
  
  .nc-diamond::before {
      content: "\ea29";
  }
  
  .nc-email-85::before {
      content: "\ea2a";
  }
  
  .nc-favourite-28::before {
      content: "\ea2b";
  }
  
  .nc-glasses-2::before {
      content: "\ea2c";
  }
  
  .nc-globe-2::before {
      content: "\ea2d";
  }
  
  .nc-globe::before {
      content: "\ea2e";
  }
  
  .nc-hat-3::before {
      content: "\ea2f";
  }
  
  .nc-headphones::before {
      content: "\ea30";
  }
  
  .nc-html5::before {
      content: "\ea31";
  }
  
  .nc-image::before {
      content: "\ea32";
  }
  
  .nc-istanbul::before {
      content: "\ea33";
  }
  
  .nc-key-25::before {
      content: "\ea34";
  }
  
  .nc-laptop::before {
      content: "\ea35";
  }
  
  .nc-layout-11::before {
      content: "\ea36";
  }
  
  .nc-lock-circle-open::before {
      content: "\ea37";
  }
  
  .nc-map-big::before {
      content: "\ea38";
  }
  
  .nc-minimal-down::before {
      content: "\ea39";
  }
  
  .nc-minimal-left::before {
      content: "\ea3a";
  }
  
  .nc-minimal-right::before {
      content: "\ea3b";
  }
  
  .nc-minimal-up::before {
      content: "\ea3c";
  }
  
  .nc-mobile::before {
      content: "\ea3d";
  }
  
  .nc-money-coins::before {
      content: "\ea3e";
  }
  
  .nc-note-03::before {
      content: "\ea3f";
  }
  
  .nc-palette::before {
      content: "\ea40";
  }
  
  .nc-paper::before {
      content: "\ea41";
  }
  
  .nc-pin-3::before {
      content: "\ea42";
  }
  
  .nc-planet::before {
      content: "\ea43";
  }
  
  .nc-refresh-69::before {
      content: "\ea44";
  }
  
  .nc-ruler-pencil::before {
      content: "\ea45";
  }
  
  .nc-satisfied::before {
      content: "\ea46";
  }
  
  .nc-scissors::before {
      content: "\ea47";
  }
  
  .nc-send::before {
      content: "\ea48";
  }
  
  .nc-settings-gear-65::before {
      content: "\ea49";
  }
  
  .nc-settings::before {
      content: "\ea4a";
  }
  
  .nc-share-66::before {
      content: "\ea4b";
  }
  
  .nc-shop::before {
      content: "\ea4c";
  }
  
  .nc-simple-add::before {
      content: "\ea4d";
  }
  
  .nc-simple-delete::before {
      content: "\ea4e";
  }
  
  .nc-simple-remove::before {
      content: "\ea4f";
  }
  
  .nc-single-02::before {
      content: "\ea50";
  }
  
  .nc-single-copy-04::before {
      content: "\ea51";
  }
  
  .nc-sound-wave::before {
      content: "\ea52";
  }
  
  .nc-spaceship::before {
      content: "\ea53";
  }
  
  .nc-sun-fog-29::before {
      content: "\ea54";
  }
  
  .nc-support-17::before {
      content: "\ea55";
  }
  
  .nc-tablet-2::before {
      content: "\ea56";
  }
  
  .nc-tag-content::before {
      content: "\ea57";
  }
  
  .nc-tap-01::before {
      content: "\ea58";
  }
  
  .nc-tie-bow::before {
      content: "\ea59";
  }
  
  .nc-tile-56::before {
      content: "\ea5a";
  }
  
  .nc-time-alarm::before {
      content: "\ea5b";
  }
  
  .nc-touch-id::before {
      content: "\ea5c";
  }
  
  .nc-trophy::before {
      content: "\ea5d";
  }
  
  .nc-tv-2::before {
      content: "\ea5e";
  }
  
  .nc-umbrella-13::before {
      content: "\ea5f";
  }
  
  .nc-user-run::before {
      content: "\ea60";
  }
  
  .nc-vector::before {
      content: "\ea61";
  }
  
  .nc-watch-time::before {
      content: "\ea62";
  }
  
  .nc-world-2::before {
      content: "\ea63";
  }
  
  .nc-zoom-split::before {
      content: "\ea64";
  }
  
  
  /* all icon font classes list here */
  .close {
    opacity: 1 !important;
}
.nav-tabs .nav-item {
    margin-bottom: 10px !important;
    margin-left: 2px;
    margin-right: 2px;
    cursor: pointer;
}