@charset "UTF-8";

/*
* Author: Hamse mohamoud
* URL: http://foxthemes.net
*/

/* -------------------------------------------------------------- */
/* Table of Contents
-----------------------------------------------------------------

  # Header
  # topbar
  # banner
  # Backgrounds
      # soft
      # gradient
      # shadow
  # button 
      # outline
      # soft
      # glass
      # button icon
  # badge
  # navigation
  # nprogress
  # Blog
      # article
      # blog list
  # video responsive
  # Card pricing
  # steps
      # step-1
      # step-2
  # Footer
  # Input groups
  # Spacing
      # margin
      # padding
  # tongue
  # delimiter
  # Border
  # Icon
  # shadow
  # font-sizes
  # Side nav title
  # syntax highlighing
  # Back to top
  # media query
*/





/* ---------------------------------- */
/* Header   
------------------------------------- */
.header {
    z-index: 1000 !important;
    position: relative;
    background: white;
    box-shadow: 0 1px 10px rgba(151, 164, 175, 0.1)
}

.header-transparent {
    background: transparent !important;
    box-shadow: none !important;
    position: absolute;
    width: 100%
}

.header-border.uk-light {
    border-bottom: 1px solid hsla(0, 0%, 100%, .1) !important;
}

/* chenge logo color to white when header is transparent */
.header-transparent.uk-light .uk-logo {
    color: white !important
}

/* chenge background button to white when header is transparent */
.header-transparent.uk-light .uk-button {
    background: white;
    color: #377dff;
}

.header-transparent.uk-light .uk-button:hover {
    box-shadow: none !important;
}

@media (max-width: 1000px) {
    .header {
        padding: 10px 0px;
    }

}

.header.remove-shadow {
    box-shadow: none
}

.bg-header-promo {
    margin: -20px 0px -20px 14px !important;
    width: 270px !important;
    background-size: cover;
}

.topbar {
    border-bottom: 1px solid;
    border-color: rgba(0, 0, 0, 0.03) !important;
    padding: 2px 0px;
    z-index: 10000;
    position: relative;
    background: white;
}

.topbar-nav {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.topbar-nav a {
    color: #757575;
    font-weight: 400;
    display: block;
    padding: .5rem .9rem;
    font-size: 13px
}

.topbar-text {
    color: rgb(127, 127, 127);
    font-size: 0.75rem;
}

.uk-light .topbar-nav a,
.uk-light .topbar-text {
    color: rgba(255, 255, 255, 0.69);
    ;
}


/* ---------------------------------- */
/* Intro banner + sections   
------------------------------------- */
.intro-banner {
    position: relative;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 180px;
    padding-bottom: 90px;
    background-color: #b9a0c9;
}

.intro-banner-small {
    position: relative;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 140px;
    padding-bottom: 50px;
    background-color: #b9a0c9;
}

.intro-banner-content {
    position: relative;
}


@media (max-width: 991.98px) {
    .intro-banner {
        padding-top: 130px;
        padding-bottom: 50px;
    }
    
    .intro-banner-small{
        padding-top: 80px;
        padding-bottom: 40px;
    }

    .img-hero {
        padding-top: 100px
    }
}

.section-header {
    text-align: center;
    max-width: 70%;
    margin: 0 auto 70px;
}

@media (max-width: 1000px) {
    .section-header {
        max-width: 90%;
    }
}


/* ---------------------------------- */
/* Background   
------------------------------------- */
.bg-primary {
    background-color: #377dff !important;
}

.bg-secondary {
    background-color: #77838f !important;
}

.bg-success {
    background-color: #4cd964 !important;
}

.bg-info {
    background-color: #00dffc !important;
}

.bg-warning {
    background-color: #ffc107 !important;
}

.bg-danger {
    background-color: #ff3b30 !important;
}

.bg-light {
    background-color: #f8f9fa !important;
}

.bg-grey {
    background-color: #3e474f !important;
}

.bg-white {
    background-color: #fff !important;
}

.bg-dark {
    background-color: #000 !important;
}

.bg-image-holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    border-radius: inherit;
}

/* ---------------------------------- */
/* Background Soft Colors  
------------------------------------- */
.bg-soft-primary {
    background-color: rgba(55, 125, 255, 0.1);
}

.bg-soft-secondary {
    background-color: rgba(119, 131, 143, 0.1);
}

.bg-soft-success {
    background-color: rgba(0, 201, 167, 0.1);
}

.bg-soft-info {
    background-color: rgba(0, 223, 252, 0.1);
}

.bg-soft-warning {
    background-color: rgba(255, 193, 7, 0.1);
}

.bg-soft-danger {
    background-color: rgba(222, 68, 55, 0.1);
}

.bg-soft-light {
    background-color: rgba(248, 249, 250, 0.1);
}

.bg-soft-dark {
    background-color: rgba(30, 32, 34, 0.1);
}

.bg-soft-white {
    background-color: rgba(255, 255, 255, 0.1);
}

.bg-soft-indigo {
    background-color: rgba(45, 21, 130, 0.1);
}

.bg-soft-facebook {
    background-color: rgba(59, 89, 152, 0.1);
}

.bg-soft-google {
    background-color: rgba(209, 65, 48, 0.1);
}

.bg-soft-twitter {
    background-color: rgba(29, 161, 242, 0.1);
}

.bg-soft-instagram {
    background-color: rgba(63, 114, 155, 0.1);
}

.bg-soft-github {
    background-color: rgba(36, 41, 46, 0.1);
}

.bg-soft-gray {
    background-color: rgba(248, 250, 253, 0.1);
}


/* ---------------------------------- */
/* gradient Backgrounds  
------------------------------------- */
.bg-transparent {
    background-color: transparent !important;
}

.bg-gradient-primary {
    background: linear-gradient(80deg, #78a6fc, #377dff 100%) !important
}

.bg-gradient-secondary {
    background: linear-gradient(80deg, #fafafa 0, #fafafa 100%) !important
}

.bg-gradient-success {
    background: linear-gradient(80deg, #4cd964 0, #50d94c 100%) !important
}

.bg-gradient-info {
    background: linear-gradient(80deg, #24b7fa 0, #24e2fa 100%) !important
}

.bg-gradient-warning {
    background: linear-gradient(80deg, #ff9500 0, #ff6200 100%) !important
}

.bg-gradient-danger {
    background: linear-gradient(80deg, #ff3b30 0, #ff304e 100%) !important
}

.bg-gradient-light {
    background: linear-gradient(80deg, #ced4da 0, #ced6da 100%) !important
}

.bg-gradient-grey {
    background: linear-gradient(80deg, rgb(62, 71, 79) 0, rgb(95, 109, 121) 100%) !important
}

.bg-gradient-dark {
    background: linear-gradient(80deg, #05172a 0, #051e2a 100%) !important
}

.bg-gradient-1 {
    background-color: rgba(62, 62, 62, 0.52);
    background-blend-mode: color-burn;
}

.bg-gradient-2 {
    background-image: linear-gradient(-225deg, #5D9FFF 0%, #B8DCFF 48%, #6BBBFF 100%);
    background-blend-mode: color-burn;
}

.bg-gradient-3 {
    background-image: linear-gradient(to top, #0d8464 0%, #4c8bb1 100%);
    background-blend-mode: color-burn;
}

.bg-color-burn {
    background-color: rgba(62, 62, 62, 0.52);
    background-blend-mode: color-burn;
}


/* ========================================================================
   gradient shadow
 ========================================================================== */


.shadow-primary-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(107, 158, 252, 0.4);
}

.shadow-primary {
    box-shadow: 0 0.5rem 1rem rgba(86, 144, 253, 0.38);
}

.shadow-primary-lg {
    box-shadow: 0 1rem 3rem rgba(65, 131, 255, 0.5);
}

.shadow-secondary-sm {
    box-shadow: 0 .125rem .25rem rgba(250, 250, 250, .4)
}

.shadow-secondary {
    box-shadow: 0 .5rem 1rem rgba(250, 250, 250, .4)
}

.shadow-secondary-lg {
    box-shadow: 0 1rem 3rem rgba(250, 250, 250, .4)
}

.shadow-success-sm {
    box-shadow: 0 .125rem .25rem rgba(76, 217, 100, .4)
}

.shadow-success {
    box-shadow: 0 .5rem 1rem rgba(76, 217, 100, .4)
}

.shadow-success-lg {
    box-shadow: 0 1rem 3rem rgba(76, 217, 100, .4)
}

.shadow-info-sm {
    box-shadow: 0 .125rem .25rem rgba(36, 183, 250, .4)
}

.shadow-info {
    box-shadow: 0 .5rem 1rem rgba(36, 183, 250, .4)
}

.shadow-info-lg {
    box-shadow: 0 1rem 3rem rgba(36, 183, 250, .4)
}

.shadow-warning-sm {
    box-shadow: 0 .125rem .25rem rgba(255, 149, 0, .4)
}

.shadow-warning {
    box-shadow: 0 .5rem 1rem rgba(255, 149, 0, .4)
}

.shadow-warning-lg {
    box-shadow: 0 1rem 3rem rgba(255, 149, 0, .4)
}

.shadow-danger-sm {
    box-shadow: 0 .125rem .25rem rgba(255, 59, 48, .4)
}

.shadow-danger {
    box-shadow: 0 .5rem 1rem rgba(255, 59, 48, .4)
}

.shadow-danger-lg {
    box-shadow: 0 1rem 3rem rgba(255, 59, 48, .4)
}

.shadow-light-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(206, 212, 218, 0.8);
}

.shadow-light {
    box-shadow: 0 0.5rem 1rem rgba(205, 213, 220, 0.92);
}

.shadow-light-lg {
    box-shadow: 0 1rem 3rem rgba(195, 204, 214, 0.8);
}

.shadow-dark-sm {
    box-shadow: 0 .125rem .25rem rgba(5, 23, 42, .4)
}

.shadow-dark {
    box-shadow: 0 .5rem 1rem rgba(5, 23, 42, .4)
}

.shadow-dark-lg {
    box-shadow: 0 1rem 3rem rgba(5, 23, 42, .4)
}

.shadow-grey-sm {
    box-shadow: 0 .125rem .25rem rgba(62, 71, 79, 0.64)
}

.shadow-grey {
    box-shadow: 0 .5rem 1rem rgba(62, 71, 79, 0.64)
}

.shadow-grey-lg {
    box-shadow: 0 1rem 3rem rgba(62, 71, 79, 0.64)
}


/* ---------------------------------- */
/* button  
------------------------------------- */
.uk-button {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.7;
    display: inline-block;
    padding: .625rem 1.6rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    border: .0625rem solid transparent;
    border-radius: .25rem;
    position: relative;
}

.uk-button.block {
    display: block;
    width: 100%;
}



@media screen and (prefers-reduced-motion:reduce) {
    .uk-button {
        transition: none
    }
}

.uk-button :focus,
.uk-button :hover {
    text-decoration: none
}

.uk-button .focus,
.uk-button :focus {
    outline: 0;
    box-shadow: 0 4px 15px rgba(81, 15, 168, .35)
}

.uk-button .disabled,
.uk-button :disabled {
    opacity: .65;
    box-shadow: none
}

/* .uk-button :not(:disabled):not(.disabled) {
    cursor: pointer 
}*/

.uk-button :not(:disabled):not(.disabled).active,
.uk-button :not(:disabled):not(.disabled):active {
    box-shadow: none
}

.uk-button :not(:disabled):not(.disabled).active:focus,
.uk-button :not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 4px 15px rgba(81, 15, 168, .35), none
}

a.uk-button .disabled,
fieldset:disabled a.uk-button {
    pointer-events: none
}

.uk-button.circle {
    border-radius: 500px !important;
}


/* ---------------------------------- */
/* Button components  
------------------------------------- */

.uk-button.primary {
    color: #fff;
    background-color: #377dff;
    border-color: #377dff;
}

.uk-button.soft-primary {
    color: #377dff;
    background-color: rgba(55, 125, 255, 0.1);
}

.uk-button.primary:hover,
.uk-button.primary:focus,
.uk-button.soft-primary:hover,
.uk-button.soft-primary:focus,
.uk-button.primary.active {
    color: #fff;
    border-color: #045cff;
    background-color: #1164ff;
}

.uk-button.primary.disabled {
    color: #fff;
    border-color: #377dff;
    background-color: #377dff;
    box-shadow: none !important;
    cursor: auto;
}

.uk-button.soft-primary.disabled:hover {
    color: #377dff;
    background-color: rgba(55, 125, 255, 0.1);
    border-color: transparent;
    box-shadow: none !important;
    cursor: auto;
}

.uk-button.primary:hover,
.uk-button.primary:active,
.uk-button.primary:focus,
.uk-button.soft-primary:hover,
.uk-button.soft-primary:active,
.uk-button.soft-primary:focus,
.uk-button.primary.active {
    box-shadow: 0 4px 11px rgba(55, 125, 255, 0.35);
}

.uk-button.primary.glass {
    background-color: rgba(80, 161, 255, 0.25);
    border-color: transparent;
    color: #fff;
}

.uk-button.primary.glass:hover {
    background-color: rgba(80, 161, 255, 0.44);
    box-shadow: none !important
}

.uk-button.secondary {
    color: #fff;
    background-color: #77838f;
    border-color: #77838f;
}

.uk-button.soft-secondary {
    color: #77838f;
    background-color: rgba(119, 131, 143, 0.1);
    border-color: transparent;
}

.uk-button.secondary:hover,
.uk-button.secondary:focus,
.uk-button.soft-secondary:hover,
.uk-button.soft-secondary:focus,
.uk-button.secondary.active {
    color: #fff;
    background-color: #65707b;
    border-color: #65707b;
}

.uk-button.secondary.disabled {
    color: #fff;
    background-color: #77838f;
    border-color: #77838f;
    box-shadow: none !important;
    cursor: auto;
}

.uk-button.soft-secondary.disabled:hover {
    color: #77838f;
    background-color: rgba(119, 131, 143, 0.1);
    border-color: transparent;
    box-shadow: none !important;
    cursor: auto;
}

.uk-button.secondary:hover,
.uk-button.secondary:focus,
.uk-button.soft-secondary:hover,
.uk-button.soft-secondary:focus,
.uk-button.secondary.active {
    box-shadow: 0 4px 11px rgba(119, 131, 143, 0.35);
}

.uk-button.secondary.glass {
    background-color: rgba(233, 236, 240, 0.28);
    border-color: transparent;
    color: #fff;
}

.uk-button.secondary.glass:hover {
    background-color: rgba(233, 236, 240, 0.41);
    box-shadow: none !important
}

.uk-button.success {
    color: #fff;
    border-color: #00c9a7;
    background-color: #00c9a7;
}

.uk-button.soft-success {
    color: #00c9a7;
    border-color: transparent;
    background-color: rgba(0, 201, 167, 0.1);
}

.uk-button.success:hover,
.uk-button.success:focus,
.uk-button.soft-success:hover,
.uk-button.soft-success:focus,
.uk-button.success.active {
    color: #fff;
    background-color: #00c9a7;
    border-color: #00c9a7;
}

.uk-button.success:hover,
.uk-button.success:focus,
.uk-button.soft-success:hover,
.uk-button.soft-success:focus,
.uk-button.success.active {
    box-shadow: 0 4px 11px rgba(0, 201, 167, 0.35);
}

.uk-button.success.disabled {
    color: #fff;
    border-color: #00c9a7;
    background-color: #00c9a7;
    box-shadow: none !important;
    cursor: auto;
}

.uk-button.soft-success.disabled:hover {
    color: #00c9a7;
    border-color: transparent;
    background-color: rgba(0, 201, 167, 0.1);
    box-shadow: none !important;
    cursor: auto;
}

.uk-button.success.glass {
    background-color: rgba(16, 193, 163, 0.3);
    border-color: transparent;
    color: #fff;
}

.uk-button.success.glass:hover {
    background-color: rgba(16, 193, 163, 0.43);
    box-shadow: none !important;
}

.uk-button.info {
    color: #fff;
    background-color: #00dffc;
    border-color: #00dffc;
}

.uk-button.soft-info {
    color: #00dffc;
    background-color: rgba(0, 223, 252, 0.1);
    border-color: transparent;
}

.uk-button.info:hover,
.uk-button.info:focus,
.uk-button.soft-info:hover,
.uk-button.soft-info:focus,
.uk-button.info.active {
    color: #fff;
    background-color: #00dffc;
    border-color: #00dffc;
}

.uk-button.info:hover,
.uk-button.info:focus,
.uk-button.soft-info:hover,
.uk-button.soft-info:focus,
.uk-button.info.active {
    box-shadow: 0 4px 11px rgba(0, 223, 252, 0.35)
}

.uk-button.info.disabled {
    color: #fff;
    border-color: #00dffc;
    background-color: #00dffc;
    box-shadow: none !important;
    cursor: auto;
}

.uk-button.soft-info.disabled:hover {
    color: #00dffc;
    background-color: rgba(0, 223, 252, 0.1);
    border-color: transparent;
    box-shadow: none !important;
    cursor: auto;
}

.uk-button.info.glass {
    background-color: rgba(0, 223, 252, 0.31);
    border-color: transparent;
    color: #fff;
}

.uk-button.info.glass:hover {
    background-color: rgba(0, 223, 252, 0.48);
    box-shadow: none !important;
}

.uk-button.warning {
    color: #fff;
    border-color: #ffc107;
    background-color: #ffc107;
}

.uk-button.soft-warning {
    color: #ffc107;
    border-color: transparent;
    background-color: rgba(255, 193, 7, 0.1);
}

.uk-button.warning:hover,
.uk-button.warning:focus,
.uk-button.soft-warning:hover,
.uk-button.soft-warning:focus,
.uk-button.warning.active {
    color: #fff;
    border-color: #fdc10a;
    background-color: #fdc10a
}

.uk-button.warning:hover,
.uk-button.warning:focus,
.uk-button.soft-warning:hover,
.uk-button.soft-warning:focus,
.uk-button.warning.active {
    box-shadow: 0 4px 11px rgba(255, 193, 7, 0.35);
}

.uk-button.warning.disabled {
    color: #fff;
    border-color: #ffc107;
    background-color: #ffc107;
    box-shadow: none !important;
    cursor: auto;
}

.uk-button.soft-warning.disabled:hover {
    color: #ffc107;
    border-color: transparent;
    background-color: rgba(255, 193, 7, 0.1);
    box-shadow: none !important;
    cursor: auto;
}

.uk-button.warning.glass {
    background-color: rgba(255, 186, 0, 0.43);
    border-color: transparent;
    color: #fff;
}

.uk-button.warning.glass:hover {
    background-color: rgba(255, 186, 0, 0.56);
    box-shadow: none !important;
}

.uk-button.danger {
    color: #fff;
    border-color: #ff3b30;
    background-color: #ff3b30;
}

.uk-button.soft-danger {
    color: #ff3b30;
    border-color: transparent;
    background-color: rgba(222, 68, 55, 0.1);
}

.uk-button.danger:hover,
.uk-button.danger:focus,
.uk-button.soft-danger:hover,
.uk-button.soft-danger:focus,
.uk-button.danger.active {
    color: #fff;
    border-color: #f03b2c;
    background-color: #f03b2c
}

.uk-button.danger:hover,
.uk-button.danger:focus,
.uk-button.soft-danger:hover,
.uk-button.soft-danger:focus,
.uk-button.danger.active {
    box-shadow: 0 4px 11px rgba(222, 68, 55, 0.35);
}

.uk-button.danger.disabled {
    color: #fff;
    border-color: #ff3b30;
    background-color: #ff3b30;
    box-shadow: none !important;
    cursor: auto;
}

.uk-button.soft-danger.disabled:hover {
    color: #ff3b30;
    border-color: transparent;
    background-color: rgba(222, 68, 55, 0.1);
    box-shadow: none !important;
    cursor: auto;
}

.uk-button.danger.glass {
    background-color: rgba(255, 73, 84, 0.41);
    border-color: transparent;
    color: #fff;
}

.uk-button.danger.glass:hover {
    background-color: rgba(255, 73, 84, 0.41);
    box-shadow: none !important;
}

.uk-button.light {
    color: #212529;
    border-color: #ced4da;
    background-color: #ced4da;
}

.uk-button.soft-light {
    color: #b8bfc5;
    border-color: transparent;
    background-color: rgba(184, 193, 202, 0.17);
}

.uk-button.light:hover,
.uk-button.light:focus,
.uk-button.soft-light:hover,
.uk-button.soft-light:focus,
.uk-button.light.active {
    color: #212529;
    border-color: #b1bbc4;
    background-color: #b8c1ca
}

.uk-button.light:hover,
.uk-button.light:focus,
.uk-button.soft-light:hover,
.uk-button.soft-light:focus,
.uk-button.light.active {
    box-shadow: 0 4px 11px rgba(140, 157, 167, 0.35);
}

.uk-button.light.disabled {
    color: #212529;
    border-color: #ced4da;
    background-color: #ced4da;
    box-shadow: none !important;
    cursor: auto;
}

.uk-button.soft-light.disabled:hover {
    color: #b8bfc5;
    border-color: transparent;
    background-color: rgba(184, 193, 202, 0.17);
    box-shadow: none !important;
    cursor: auto;
}

.uk-button.light.glass {
    background-color: rgba(215, 231, 247, 0.4);
    border-color: transparent;
    color: #fff;
}

.uk-button.light.glass:hover {
    background: rgba(215, 231, 247, 0.51);
    box-shadow: none !important
}

.uk-button.dark {
    color: #fff;
    border-color: #000;
    background-color: #000;
}

.uk-button.soft-dark {
    color: #000;
    border-color: transparent;
    background-color: rgba(0, 0, 0, 0.06);
}

.uk-button.dark:hover,
.uk-button.dark:focus,
.uk-button.soft-dark:hover,
.uk-button.soft-dark:focus,
.uk-button.dark.active {
    color: #fff;
    border-color: #05172a;
    background-color: #161616
}

.uk-button.dark:hover,
.uk-button.dark:focus,
.uk-button.soft-dark:hover,
.uk-button.soft-dark:focus,
.uk-button.dark.active {
    box-shadow: 0 4px 11px rgba(30, 32, 34, 0.35)
}

.uk-button.dark.disabled {
    color: #fff;
    border-color: #000;
    background-color: #000;
    box-shadow: none !important;
    cursor: auto;
}

.uk-button.soft-dark.disabled:hover {
    color: #000;
    border-color: transparent;
    background-color: rgba(0, 0, 0, 0.06);
    box-shadow: none !important;
    cursor: auto;
}

.uk-button.dark.glass {
    background-color: rgba(0, 0, 0, 0.33);
    border-color: transparent;
    color: #fff;
}

.uk-button.dark.glass:hover {
    background: rgba(0, 0, 0, 0.45);
    box-shadow: none !important
}

.uk-button.white {
    color: #212529;
    border-color: #fff;
    background-color: #fff;
    box-shadow: none
}

.uk-button.white:hover {
    color: #212529;
    border-color: #fff;
    background-color: #fff
}

.uk-button.white.hover,
.uk-button.white:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, .5)
}

.uk-button.white.disabled {
    color: #212529;
    border-color: #fff;
    background-color: #fff;
    cursor: auto;
}


.uk-button.grey {
    color: #fff;
    border-color: #061d36;
    background-color: #061d36;
}

.uk-button.grey:hover,
.uk-button.grey.active {
    color: #fff;
    border-color: #061d36;
    background-color: #072442
}

.uk-button.grey:hover,
.uk-button.grey:focus,
.uk-button.grey.active {
    box-shadow: 0 4px 11px rgba(4, 21, 37, 0.35)
}

.uk-button.grey.disabled {
    color: #fff;
    border-color: #05172a;
    background-color: #05172a;
    box-shadow: none;
    cursor: auto;
}

.uk-button.grey.glass {
    background-color: rgba(0, 0, 0, 0.29);
    border-color: transparent;
    color: #fff;
}

.uk-button.default {
    color: #636363;
    background: white;
    border: 1px solid #e8e5e5
}

.uk-button.default:hover {
    color: #072442;
    background: rgba(235, 255, 238, 0.65);
    border: 1px solid #e8e5e5;

}

.uk-button.transparent {
    background: 0 0 !important
}

.uk-button.transparent:hover {
    border-color: transparent !important;
    background: 0 0 !important
}

/* ========================================================================
    Outline Button Styles
 ========================================================================== */

.uk-button.outline-primary {
    color: #377dff;
    border-color: #377dff;
    background-color: transparent;
    background-image: none
}

.uk-button.outline-primary:hover {
    color: #fff;
    border-color: #377dff;
    background-color: #377dff
}

.uk-button.outline-secondary {
    color: #77838f;
    border-color: #77838f;
    background-color: transparent;
    background-image: none
}

.uk-button.outline-secondary:hover {
    color: #fff;
    border-color: #77838f;
    background-color: #77838f
}

.uk-button.outline-success {
    color: #00c9a7;
    border-color: #00c9a7;
    background-color: transparent;
    background-image: none
}

.uk-button.outline-success:hover {
    color: #fff;
    border-color: #00c9a7;
    background-color: #00c9a7
}

.uk-button.outline-info {
    color: #00dffc;
    border-color: #00dffc;
    background-color: transparent;
    background-image: none
}

.uk-button.outline-info:hover {
    color: #fff;
    border-color: #00dffc;
    background-color: #00dffc
}

.uk-button.outline-warning {
    color: #ffc107;
    border-color: #ffc107;
    background-color: transparent;
    background-image: none
}

.uk-button.outline-warning:hover {
    color: #fff;
    border-color: #ffc107;
    background-color: #ffc107
}


.uk-button.outline-danger {
    color: #ff3b30;
    border-color: #ff3b30;
    background-color: transparent;
    background-image: none
}

.uk-button.outline-danger:hover {
    color: #fff;
    border-color: #ff3b30;
    background-color: #ff3b30
}

.uk-button.outline-light {
    color: #a3abb2;
    border-color: #a3abb2;
    background-color: transparent;
    background-image: none
}

.uk-button.outline-light:hover {
    color: #212529;
    border-color: #ced4da;
    background-color: #ced4da
}

.uk-button.outline-dark {
    color: #000;
    border-color: #000;
    background-color: transparent;
    background-image: none
}

.uk-button.outline-dark:hover {
    color: #fff;
    border-color: #000;
    background-color: #000
}

.uk-button.outline-white {
    color: #fff;
    border-color: #fff;
    background-color: transparent;
}


.uk-button.outline-white:hover {
    color: #000;
    border-color: #fff;
    background-color: #fff;
}


/*------------------------------------
   Social Button Styles
------------------------------------*/

.uk-button.soft-facebook {
    color: #3b5998;
    background: rgba(59, 89, 152, 0.1);
    border-color: transparent;
}

.uk-button.facebook ,
.uk-button.facebook{
    color: #fff;
    background: #527bd2;
    border-color: #527bd2;
}
.uk-button.facebook:hover,
.uk-button.facebook:focus,
.uk-button.soft-facebook:hover,
.uk-button.soft-facebook:focus {
    color: #fff;
    background: #6190f3;
    border-color: #6190f3;
}

.uk-button.linkedin {
    color: #fff;
    background: #3f729b;
    border-color: transparent;
}

.uk-button.soft-linkedin {
    color: #3f729b;
    background: rgba(63, 114, 155, 0.1);
    border-color: transparent;
}

.uk-button.linkedin:hover,
.uk-button.linkedin:focus,
.uk-button.soft-linkedin:hover,
.uk-button.soft-linkedin:focus {
    color: #fff;
    background: #3f729b;
    border-color: #3f729b;
}

/* Button size */

@media (min-height: 600px) and (min-width: 767px) {

    .uk-button.xlarge {
        font-size: 1.5rem;
        line-height: 1.5;
        padding: 1.15rem 1.8rem;
    } 
    
}

.uk-button.large {
    font-size: 1.1rem;
    line-height: 1.76;
    padding: .74rem 1.4rem;
}

.uk-button.small {
    font-size: .875rem;
    line-height: 1.5;
    padding: .55rem 1rem;
}

.uk-button.xsmall {
    font-size: 0.6875rem;
    font-weight: 400;
    padding: 0.4375rem 0.9375rem;
}

/* button icon label */

.uk-button.icon-label {
    position: relative
}

.uk-button.icon-label .inner-icon {
    line-height: 1;
    position: absolute;
    width: 3em;
    height: 100%;
    margin: 0;
    text-align: center;
    border-radius: 0;
    background-color: rgba(0, 0, 0, .1)
}

.uk-button.icon-label .inner-icon i {
    position: relative;
    top: 50%;
    transform: translateY(-50%)
}

.uk-button.icon-label .inner-icon:not(:first-child) {
    top: 0;
    right: 0;
    border-top-right-radius: inherit;
    border-bottom-right-radius: inherit
}

.uk-button.icon-label .inner-icon:not(:last-child) {
    top: 0;
    left: 0;
    border-top-left-radius: inherit;
    border-bottom-left-radius: inherit
}

.uk-button.icon-label .inner-text:not(:first-child) {
    padding-left: 3em
}

.uk-button.icon-label .inner-text:not(:last-child) {
    padding-right: 3em
}


.uk-button.icon .inner-text:not(:first-child) {
    margin-left: .75em
}

.uk-button.icon .inner-text:not(:last-child) {
    margin-right: .75em
}

/* button only icon */

.uk-button.icon-only {
    line-height: 3rem;
    width: 3rem;
    height: 3rem;
    padding: 0;
}

.uk-button.icon-only.small {
    line-height: 2rem;
    width: 2rem;
    height: 2rem
}



@media (min-width: 767px) {

    .uk-button.icon-only.medium {
        line-height: 4rem;
        width: 4rem;
        height: 4rem;
        font-size: 1.3rem
    }

    .uk-button.icon-only.large {
        line-height: 5rem;
        width: 5rem;
        height: 5rem;
        font-size: 1.6rem;
    }

    .uk-button.icon-only.xlarge {
        line-height: 6rem;
        width: 6rem;
        height: 6rem;
        font-size: 1.9rem
    }

    .uk-button.icon-only.xxlarge {
        line-height: 7rem;
        width: 7rem;
        height: 7rem;
        font-size: 2.2rem
    }
}

/* Button animation  */

.uk-button.animated-x,
.uk-button.animated-y {
    position: relative;
    overflow: hidden !important
}

.uk-button.animated-x .inner-visible {
    position: relative;
    right: 0;
    transition: right .3s ease 0s
}

.uk-button.animated-x .inner-hidden {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    right: -100%;
    transition: right .3s ease 0s
}

.uk-button.animated-x:hover .inner-hidden {
    right: 0
}

.uk-button.animated-x:hover .inner-visible {
    right: 150%
}

.uk-button.animated-y .inner-visible {
    position: relative;
    top: 0;
    transition: top .3s ease 0s
}

.uk-button.animated-y .inner-hidden {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    bottom: -150%;
    left: 0;
    transition: bottom .3s ease 0s
}

.uk-button.animated-y:hover .inner-hidden {
    bottom: 0
}

.uk-button.animated-y:hover .inner-visible {
    top: 100px
}


/* ---------------------------------- */
/* badge  
------------------------------------- */

.badge {
    font-size: 83%;
    font-weight: 600;
    line-height: 1;
    display: inline-block;
    padding: .25rem .625rem;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
    border-radius: .25rem
}

.uk-button .badge {
    position: absolute;
    top: -.625rem;
    right: -.3125rem;
}

.badge-pill {
    padding-right: .65em;
    padding-left: .65em;
    border-radius: 10rem
}

.badge-primary {
    color: #377dff;
    background-color: rgb(226, 236, 255);
}

.badge-primary[href]:focus,
.badge-primary[href]:hover {
    text-decoration: none;
    color: #2e0268;
    background-color: #8230ed
}

.badge-secondary {
    color: #dacdcd;
    background-color: #fff
}

.badge-secondary[href]:focus,
.badge-secondary[href]:hover {
    text-decoration: none;
    color: #d9cfcf;
    background-color: #d9d9d9
}

.badge-success {
    color: #16c333;
    background-color: #dff8e4
}

.badge-success[href]:focus,
.badge-success[href]:hover {
    text-decoration: none;
    color: #19c035;
    background-color: #a0ebad
}

.badge-info {
    color: #0090d2;
    background-color: #d3f0fe
}

.badge-info[href]:focus,
.badge-info[href]:hover {
    text-decoration: none;
    color: #0090d2;
    background-color: #88d8fc
}

.badge-warning {
    color: #b36800;
    background-color: #ffdfb3
}

.badge-warning[href]:focus,
.badge-warning[href]:hover {
    text-decoration: none;
    color: #b36800;
    background-color: #ffbf66
}

.badge-danger {
    color: #e30c00;
    background-color: #ffe4e3
}

.badge-danger[href]:focus,
.badge-danger[href]:hover {
    text-decoration: none;
    color: #e30c00;
    background-color: #ff9c96
}

.badge-light {
    color: #96aec5;
    background-color: #fff
}

.badge-light[href]:focus,
.badge-light[href]:hover {
    text-decoration: none;
    color: #99aec3;
    background-color: #d9d9d9
}

.badge-dark {
    color: #000;
    background-color: #186eca
}

.badge-dark[href]:focus,
.badge-dark[href]:hover {
    text-decoration: none;
    color: #000;
    background-color: #104985
}

.badge-white {
    color: #ded3d3;
    background-color: #fff
}

.badge-white[href]:focus,
.badge-white[href]:hover {
    text-decoration: none;
    color: #ddd4d4;
    background-color: #d9d9d9
}

.badge-darker {
    color: #000;
    background-color: #1562b3
}

.badge-darker[href]:focus,
.badge-darker[href]:hover {
    text-decoration: none;
    color: #000;
    background-color: #0d3c6e
}


/* ---------------------------------- */
/* Avatar  
------------------------------------- */
.uk-avatar-xsmall {
    width: 1.375rem;
    height: 1.375rem;
}

.uk-avatar-small {
    width: 2rem;
    height: 2rem;
}

.uk-avatar {
    width: 3.125rem;
    height: 3.125rem;
}

.uk-avatar-large {
    width: 5.125rem;
    height: 5.125rem;
}

.uk-avatar-xlarge {
    width: 8rem;
    height: 8rem;
}

.uk-avatar-xxlarge {
    width: 10rem;
    height: 10rem;
}

.img-fluid {
    width: 100%;
}

/* ---------------------------------- */
/* Height
------------------------------------- */
@media (min-height: 600px) and (min-width: 767px) {
    .height-100 {
        height: 100vh;
    }

    .height-90 {
        height: 90vh;
    }

    .height-80 {
        height: 80vh;
    }

    .height-70 {
        height: 70vh;
    }

    .height-60 {
        height: 60vh;
    }

    .height-50 {
        height: 50vh !important;
    }

    .height-40 {
        height: 40vh !important;
    }

    .height-30 {
        height: 30vh;
    }

    .height-20 {
        height: 20vh;
    }

    .height-10 {
        height: 10vh;
    }
}


@media (max-width: 767px) {

    .height-100,
    .height-90,
    .height-80,
    .height-70,
    .height-60,
    .height-50,
    .height-40,
    .height-30,
    .height-20,
    .height-10 {
        height: auto;
        padding: 5em 0 !important;
    }
}





#wrapper {
    background-color: #fff
}


/* ---------------------------------- */
/* Navigation
------------------------------------- */
#navigation {
    margin-right: 20px;
}

#navigation ul {
    padding: 0;
    margin: 0;
}

* #navigation ul li {
    display: inline-block;
}

#navigation ul li {
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
}

#navigation ul a {
    display: block;
    text-decoration: none;
    padding: 5px 0;
    color: #999;
}

#navigation ul a:hover {
    color: #1e87f0;
}

#navigation li .nav-link {
    color: #999;
    text-transform: uppercase;
    transition: 0.1s ease-in-out;
    transition-property: color, background-color;
    padding: 1.5rem 0.875rem;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    min-height: 75px;
    padding: 0 15px;
    font-size: 0.92rem;
}

#navigation li .nav-link:hover,
#navigation li .nav-active {
    color: #1e87f0;
    background: transparent;
}



#navigation ul li ul {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 9px;
    padding: 0;
    z-index: 99999;
}

#navigation ul ul li {
    float: none;
}

#navigation ul ul ul {
    top: 0;
    left: 100%;
    margin: 0 0 0 15px;
}

#navigation ul ul {
    margin: 0;
}

#navigation ul ul ul {
    pointer-events: none;
}

#navigation ul ul li:hover>ul {
    pointer-events: all;
}


#navigation ul ul ul:after {
    content: "";
    position: absolute;
    width: 15px;
    height: 100%;
    left: -15px;
    top: 0;
    opacity: 0;
}

#navigation ul li:hover>ul {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}



/* if the header is transparent chenge the navigation link  to light */
.uk-light #navigation li .nav-link {
    color: rgba(255, 255, 255, 0.69)
}

.uk-light #navigation li .nav-link:hover,
.uk-light #navigation li .nav-active {
    color: white
}

.has-border li .nav-active {
    border-bottom: 5px solid #377dff;
    color: #377dff !important;
}

.uk-light .has-border li .nav-active {
    border-bottom: 5px solid white;
    color: white !important
}

.nav-small ul li .nav-link {
    min-height: 65px !important;
    padding: 0 12px !important;
    font-size: 0.88rem !important;
}

/* remove margin horizontal line in dropdown */
.uk-nav .uk-nav-divider {
    margin-left: -25px;
    margin-right: -25px;
}

#navigation .angle-right:after {
    content: '\f105';
    font-family: "Font Awesome ";
    position: absolute;
    font-size: 16px;
    color: #bbb;
    opacity: 1;
    right: 25px;
}

/* if the logo and navigation meet in navbar-left make the navigation more left padding */
.uk-navbar-left .uk-logo~#navigation,
.uk-navbar-left .uk-logo~.uk-navbar-nav {
    padding-left: 40px !important;
}


/* Indicator Arrow */
.uk-navbar-nav li a:after,
.uk-navbar-nav ul ul li a:after,
#navigation ul li a:after,
#navigation ul ul li a:after {
    font-family: "Font Awesome ";
    opacity: 0.5;
    font-size: 11px;
}

.uk-light .uk-navbar-nav li a:after, 
.uk-light #navigation ul li a:after{
    opacity:1
}

.uk-navbar-nav li a:after,
#navigation ul li a:after {
    content: '\f107';
    padding-left: 7px;
}

.uk-navbar-nav ul li a:after,
#navigation ul ul li a:after {
    content: '\f105';
    position: absolute;
    color: #bbb;
    opacity: 1;
    right: 25px;
    font-size: 16px;
}

.uk-navbar-nav ul li a:only-child:after,
.uk-navbar-nav ul ul li a:only-child:after,
#navigation ul li a:only-child:after,
#navigation ul ul li a:only-child:after {
    content: '';
    display: none;
}

/* if the #navigation ul ul has  .uk-light  */
#navigation ul ul.uk-light li a:after {
    color: rgba(255, 255, 255, 0.72);
}

/* dropdown link Arrow */
.dropdown-arrow:after,
.dropdown-arrow-right:after {
    padding-left: 6px;
    font-family: "Font Awesome ";
    opacity: 0.5;
    font-size: 13px;
}

.dropdown-arrow:after {
    content: '\f107';
}

.dropdown-arrow-right:after {
    content: '\f105';
}



/* Dropdown Styles
------------------------------------- */
#navigation ul ul {
    background-color: #fff;
    box-shadow: 0px 2px 7px -1px rgba(0, 0, 0, 0.06);
    border-radius: 4px;
}

#navigation ul ul li {
    border-radius: 4px;
}

#navigation ul ul li:last-child {
    border-bottom: none;
}

#navigation ul li:hover ul a,
#navigation ul ul a {
    padding: 5px 40px 5px 20px !important;
    line-height: 26px !important;
}

#navigation ul li:hover ul a:only-child,
#navigation ul a:only-child {
    /* padding: 4px 15px 4px 15px !important; */
}

#navigation ul ul:after {
    content: "";
    position: absolute;
    left: 25px;
    top: -7px;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ffffff;
}

body #navigation ul ul {
    padding: 14px 0;
    box-sizing: border-box;
    margin-top: 12px;
    box-shadow: 0px 2px 9px -3px #0000002b;
}

body #navigation ul ul ul {
    margin-top: 0;
}



#navigation ul ul ul:before {
    width: calc(100% + 15px);
    left: -15px;
}

#navigation ul ul li {
    width: 208px;
}

#navigation ul ul li:hover {
    border-radius: 0;
}

#navigation ul ul li:first-child {
    border-radius: 4px 4px 0 0;
}

#navigation ul ul li:last-child {
    border-radius: 0 0 4px 4px;
}

#navigation ul ul {
    opacity: 0;
    visibility: hidden;
    transition: all 0.25s;
    transform: translate3d(0, 15px, 0);
}

#navigation ul ul ul {
    transform: translate3d(15px, 0, 0);
}

#navigation ul li ul {
    z-index: 10;
}

#navigation ul li:hover ul {
    z-index: 20;
}

#navigation ul li:hover>ul {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
}

#navigation ul ul li {
    margin: 0;
    font-size: 14.6px;
}

#navigation ul ul.dropdown-nav ul.dropdown-nav ul.dropdown-nav li a,
#navigation ul ul.dropdown-nav ul.dropdown-nav li a,
#navigation ul ul.dropdown-nav li a {
    transition: 0.3s;
    color: #aaa;
}

#navigation ul ul.dropdown-nav ul.dropdown-nav ul.dropdown-nav li:hover a,
#navigation ul ul.dropdown-nav ul.dropdown-nav li:hover a,
#navigation ul ul.dropdown-nav li:hover a {
    color: #1e87f0;
}



/* ---------------------------------- */
/* mmenu.js - mobile menu
------------------------------------- */
.uk-dropdown-nav.mm-listview {
    margin: 0px -20px 2px -20px;
}

.mm-hidden {
    display: none !important
}

.mm-wrapper {
    overflow-x: hidden;
    position: relative
}

.mm-menu {
    box-sizing: border-box;
    background: inherit;
    display: block;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0
}

.mm-panels,
.mm-panels>.mm-panel {
    background: inherit;
    border-color: inherit;
    box-sizing: border-box;
    margin: 0;
    position: absolute;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    z-index: 0
}

.mm-panels {
    overflow: hidden
}

.mm-panel {
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left
}

.mm-panel.mm-opened {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-panel.mm-subopened {
    -webkit-transform: translate(-30%, 0);
    -ms-transform: translate(-30%, 0);
    transform: translate(-30%, 0);
    -webkit-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0)
}

.mm-panel.mm-highest {
    z-index: 1
}

.mm-panel.mm-noanimation {
    -webkit-transition: none !important;
    transition: none !important
}

.mm-panel.mm-noanimation.mm-subopened {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-panels>.mm-panel {
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 20px
}

.mm-panels>.mm-panel.mm-hasnavbar {
    padding-top: 40px
}

.mm-panels>.mm-panel:not(.mm-hidden) {
    display: block
}

.mm-panels>.mm-panel:after,
.mm-panels>.mm-panel:before {
    content: '';
    display: block;
    height: 20px
}

.mm-vertical .mm-panel {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important
}

.mm-listview .mm-vertical .mm-panel,
.mm-vertical .mm-listview .mm-panel {
    display: none;
    padding: 10px 0 10px 10px
}

.mm-listview .mm-vertical .mm-panel .mm-listview>li:last-child:after,
.mm-vertical .mm-listview .mm-panel .mm-listview>li:last-child:after {
    border-color: transparent
}

.mm-vertical li.mm-opened>.mm-panel,
li.mm-vertical.mm-opened>.mm-panel {
    display: block
}

.mm-listview>li.mm-vertical>.mm-next,
.mm-vertical .mm-listview>li>.mm-next {
    box-sizing: border-box;
    height: 40px;
    bottom: auto
}

.mm-listview>li.mm-vertical.mm-opened>.mm-next:after,
.mm-vertical .mm-listview>li.mm-opened>.mm-next:after {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    right: 19px
}

.mm-btn {
    box-sizing: border-box;
    width: 40px;
    height: 50px;
    position: absolute;
    top: 0;
    z-index: 1
}

.mm-clear:after,
.mm-clear:before,
.mm-close:after,
.mm-close:before {
    content: '';
    border: 2px solid transparent;
    display: block;
    width: 5px;
    height: 5px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.mm-clear:before,
.mm-close:before {
    border-right: none;
    border-bottom: none;
    right: 18px
}

.mm-clear:after,
.mm-close:after {
    border-left: none;
    border-top: none;
    right: 25px
}

.mm-next:after,
.mm-prev:before {
    content: '';
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    display: block;
    width: 8px;
    height: 8px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0
}

.mm-prev:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 23px;
    right: auto
}

.mm-next:after {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 23px;
    left: auto
}

.mm-navbar {
    border-bottom: 1px solid;
    border-color: inherit;
    text-align: center;
    line-height: 30px;
    height: 50px;
    padding: 0 40px;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.mm-navbar>* {
    display: block;
    padding: 10px 0
}

.mm-navbar a,
.mm-navbar a:hover {
    text-decoration: none
}

.mm-navbar .mm-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.mm-navbar .mm-btn:first-child {
    left: 0
}

.mm-navbar .mm-btn:last-child {
    text-align: right;
    right: 0
}

.mm-panel .mm-navbar {
    display: none
}

.mm-panel.mm-hasnavbar .mm-navbar {
    display: block;
    background-color: #262626;
}

.mm-listview,
.mm-listview>li {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0
}

.mm-listview {
    font: inherit;
    font-size: 14px;
    line-height: 20px
}

.mm-listview a,
.mm-listview a:hover {
    text-decoration: none
}

.mm-listview>li {
    position: relative
}

.mm-listview>li,
.mm-listview>li .mm-next,
.mm-listview>li .mm-next:before,
.mm-listview>li:after {
    border-color: inherit
}

.mm-listview>li {
    border-bottom: 1px solid #404040;
}

.mm-listview>li>a,
.mm-listview>li>span {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: inherit;
    display: block;
    padding: 14px 10px 14px 20px !important;
    margin: 0;
}

.mm-listview>li:not(.mm-divider):after {
    content: '';
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
}

.mm-listview>li:not(.mm-divider):after {
    left: 20px
}

.mm-listview .mm-next {
    background: rgba(3, 2, 1, 0);
    width: 50px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2
}

.mm-listview .mm-next:before {
    content: '';
    border-left-width: 1px;
    border-left-style: solid;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0
}

.mm-listview .mm-next+a,
.mm-listview .mm-next+span {
    margin-right: 50px
}

.mm-listview .mm-next.mm-fullsubopen {
    width: 100%
}

.mm-listview .mm-next.mm-fullsubopen:before {
    border-left: none
}

.mm-listview .mm-next.mm-fullsubopen+a,
.mm-listview .mm-next.mm-fullsubopen+span {
    padding-right: 50px;
    margin-right: 0
}

.mm-panels>.mm-panel>.mm-listview {
    margin: 20px -20px
}

.mm-panels>.mm-panel>.mm-listview:first-child,
.mm-panels>.mm-panel>.mm-navbar+.mm-listview {
    margin-top: -10px;
}

.mm-menu {
    background: #2a2a2a;
    border-color: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.mm-menu .mm-navbar a,
.mm-menu .mm-navbar>* {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
}

.mm-menu .mm-btn:after,
.mm-menu .mm-btn:before {
    border-color: rgba(255, 255, 255, 0.8);
}

.mm-menu .mm-listview {
    border-color: #2a2a2a
}

.mm-menu .mm-listview>li .mm-next:after {
    border-color: rgba(255, 255, 255, 0.8);
}

.mm-menu .mm-listview>li a:not(.mm-next) {
    -webkit-tap-highlight-color: rgba(255, 255, 255, .5);
    tap-highlight-color: rgba(255, 255, 255, .5)
}

.mm-menu .mm-listview>li.mm-selected>a:not(.mm-next),
.mm-menu .mm-listview>li.mm-selected>span {
    background: rgba(255, 255, 255, .05)
}

.mm-menu .mm-listview>li {
    transition: 0.2s;
}

.mm-menu .mm-listview>li:hover {
    background: rgba(255, 255, 255, .03)
}

.mm-menu .mm-listview>li.mm-opened.mm-vertical>.mm-panel,
.mm-menu .mm-listview>li.mm-opened.mm-vertical>a.mm-next,
.mm-menu.mm-vertical .mm-listview>li.mm-opened>.mm-panel,
.mm-menu.mm-vertical .mm-listview>li.mm-opened>a.mm-next {
    background: rgba(0, 0, 0, .05)
}

.mm-menu .mm-divider {
    background: rgba(0, 0, 0, .05)
}

.mm-page {
    box-sizing: border-box;
    position: relative
}

.mm-slideout {
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    z-index: 1
}

html.mm-opened {
    overflow-x: hidden;
    position: relative
}

html.mm-blocking {
    overflow: hidden
}

html.mm-blocking body {
    overflow: hidden
}

html.mm-background .mm-page {
    background: inherit
}

#mm-blocker {
    background: rgba(3, 2, 1, 0);
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2
}

html.mm-blocking #mm-blocker {
    display: block
}

.mm-menu.mm-offcanvas {
    z-index: 0;
    display: none;
    position: fixed
}

.mm-menu.mm-offcanvas.mm-opened {
    display: block
}

.mm-menu.mm-offcanvas.mm-no-csstransforms.mm-opened {
    z-index: 10
}

.mm-menu.mm-offcanvas {
    width: 80%;
    min-width: 140px;
    max-width: 440px
}

html.mm-opening .mm-menu.mm-opened~.mm-slideout {
    -webkit-transform: translate(80%, 0);
    -ms-transform: translate(80%, 0);
    transform: translate(80%, 0);
    -webkit-transform: translate3d(80%, 0, 0);
    transform: translate3d(80%, 0, 0);
}

@media all and (max-width:175px) {
    html.mm-opening .mm-menu.mm-opened~.mm-slideout {
        -webkit-transform: translate(140px, 0);
        -ms-transform: translate(140px, 0);
        transform: translate(140px, 0);
        -webkit-transform: translate3d(140px, 0, 0);
        transform: translate3d(140px, 0, 0);
    }
}

@media all and (min-width:550px) {
    html.mm-opening .mm-menu.mm-opened~.mm-slideout {
        -webkit-transform: translate(440px, 0);
        -ms-transform: translate(440px, 0);
        transform: translate(440px, 0);
        -webkit-transform: translate3d(440px, 0, 0);
        transform: translate3d(440px, 0, 0)
    }
}

.mm-sronly {
    border: 0 !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    position: absolute !important
}

em.mm-counter {
    font: inherit;
    font-size: 14px;
    font-style: normal;
    text-indent: 0;
    line-height: 20px;
    display: block;
    margin-top: -10px;
    position: absolute;
    right: 45px;
    top: 50%
}

em.mm-counter+a.mm-next {
    width: 90px
}

em.mm-counter+a.mm-next+a,
em.mm-counter+a.mm-next+span {
    margin-right: 90px
}

em.mm-counter+a.mm-fullsubopen {
    padding-left: 0
}

em.mm-counter+a.mm-fullsubopen+a,
em.mm-counter+a.mm-fullsubopen+span {
    padding-right: 90px
}

.mm-listview em.mm-counter+.mm-next.mm-fullsubopen+a,
.mm-listview em.mm-counter+.mm-next.mm-fullsubopen+span {
    padding-right: 90px;
}

.mm-vertical>.mm-counter {
    top: 12px;
    margin-top: 0
}

.mm-vertical.mm-spacer>.mm-counter {
    margin-top: 40px
}

.mm-nosubresults>.mm-counter {
    display: none
}

.mm-menu em.mm-counter {
    background-color: rgba(0, 0, 0, 0.3);
    height: 20px;
    width: 20px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    line-height: 21px;
    font-size: 10px;
    font-weight: 600;
}

.mm-menu em.mm-counter {
    background-color: #66676b;
}

/* Trigger Styles */
.mmenu-trigger {
    height: 46px;
    width: 46px;
    display: none;
    position: relative;
    margin: 0;
    border-radius: 4px;
    cursor: pointer;
}

/* Hamburger Icon */
.hamburger {
    padding: 0;
    top: 7px;
    left: 12px;
    transform: scale(0.67);
    -moz-transform: scale(0.70) translateY(4px);
    position: relative;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}

.hamburger-box {
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    width: 33px;
    height: 4px;
    background-color: #777676;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}

/** turn to light when header is transparent **/
.uk-light .hamburger-inner,
.uk-light .hamburger-inner::before,
.uk-light .hamburger-inner::after {
    background-color: white !important
}

.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner::before {
    top: -10px;
}

.hamburger-inner::after {
    bottom: -10px;
}



/* Media Queries Menu */
@media (max-width: 1099px) {

    /* Header Responsive Styles */
    #responsive {
        display: none;
    }

    .mmenu-trigger {
        display: inline-block !important;
    }

    .mmenu-trigger {
        top: 0px;
        margin-right: 20px;
    }

    .uk-dropdown-nav .uk-nav-divider {
        border-top: 0 !important;
    }
}




/* ---------------------------------- */
/* nprogress
------------------------------------- */

/* Make clicks pass-through */
#nprogress {
    pointer-events: none;
    -webkit-pointer-events: none;
}

#nprogress .bar {
    background: #29d;
    position: fixed;
    z-index: 111000;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
}

/* Fancy blur effect */
#nprogress .peg {
    display: block;
    position: absolute;
    right: 0px;
    width: 100px;
    height: 100%;
    box-shadow: 0 0 10px #29d, 0 0 5px #29d;
    opacity: 1.0;

    -webkit-transform: rotate(3deg) translate(0px, -4px);
    -moz-transform: rotate(3deg) translate(0px, -4px);
    -ms-transform: rotate(3deg) translate(0px, -4px);
    -o-transform: rotate(3deg) translate(0px, -4px);
    transform: rotate(3deg) translate(0px, -4px);
}

/* Remove these to get rid of the spinner */
#nprogress .spinner {
    display: block;
    position: fixed;
    z-index: 110000;
    top: 25px;
    right: 25px;
}

#nprogress .spinner-icon {
    width: 14px;
    height: 14px;
    border: solid 3px transparent;
    border-top-color: #29d;
    border-left-color: #29d;
    border-radius: 78px;
    -webkit-animation: nprogress-spinner 400ms linear infinite;
    -moz-animation: nprogress-spinner 400ms linear infinite;
    -ms-animation: nprogress-spinner 400ms linear infinite;
    -o-animation: nprogress-spinner 400ms linear infinite;
    animation: nprogress-spinner 400ms linear infinite;
}

@-webkit-keyframes nprogress-spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes nprogress-spinner {
    0% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes nprogress-spinner {
    0% {
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-keyframes nprogress-spinner {
    0% {
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes nprogress-spinner {
    0% {
        transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
        transform: rotate(360deg);
    }
}




/* ---------------------------------- */
/* blog side article  
------------------------------------- */

.side-article .each {
    margin-bottom: 17px;
    min-height: 50px;
}

.side-article .each img {
    width: 3.125rem;
    height: 3.125rem;
    border-radius: 0.3125rem !important;
    float: left;
    margin-right: 15px;
}

/* ---------------------------------- */
/* blog list img
------------------------------------- */

.blog-list-img {
    width: 320px;
    height: 200px;
}

@media screen and (max-width: 740px) {
    .blog-list-img {
        width: 100% !important;
        height: auto !important;
    }
}




/* ---------------------------------- */
/* overly   
------------------------------------- */

.overly-gradient-top {
    overflow: hidden;
}

.overly-gradient:before {
    content: "";
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(to top, rgba(35, 35, 37, 0.85) 0%, rgba(35, 35, 37, 0.65) 35%, rgba(22, 22, 23, 0) 60%, rgba(0, 0, 0, 0) 100%);
    /* background-color: rgba(35,35,37,0.1); */
    border-radius: 4px;
    opacity: 1;
}

.overly-gradient-top:before {
    content: "";
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(to top, rgba(35, 35, 37, 0.85) 0%, rgba(35, 35, 37, 0.65) 35%, rgba(22, 22, 23, 0) 60%, rgba(0, 0, 0, 0) 100%);
    /* background-color: rgba(35,35,37,0.1); */
    border-radius: 4px;
    opacity: 1;
    top: 20%;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#191919));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #191919 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #191919 100%);
}

/* ---------------------------------- */
/* animation   
------------------------------------- */

.transition-3d-hover,
.animate-this {
    transition: all 0.2s ease-in-out;
}

.transition-3d-hover:hover,
.transition-3d-hover:focus {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}

.animate-this:hover,
.animate-this:focus {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}



/* ---------------------------------- */
/* Video responsive 
------------------------------------- */

.video-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.video-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    padding: 20px
}

.rating-icons i {
    color: #ffba00;
    margin-right: 10px;
    font-size: 12px
}







/* ---------------------------------- */
/* card pricing
------------------------------------- */

.card-pricing {
    padding: 20px 10px;
    padding-top: 0px;
    text-align: center;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    color: #666;
    transition: 0.2s ease all;
}

.card-pricing .plan-name {
    width: max-content;
    margin: auto;
    padding: 2px 10px;
    border-radius: 0 0 6px 6px;
    color: white;
    margin-top: -1px;
}

.card-pricing .price {
    font-weight: 600;
    margin: 40px 0;
    font-size: 2.5rem;
}

.uk-light .card-pricing .price {
    color: #377dff !important;
}

.card-pricing .price span {
    color: #969696;
    font-size: 14px;
}

.card-pricing hr {
    margin-left: -10px;
    margin-right: -10px;
}

.uk-light .card-pricing hr {
    border-color: #e5e5e5 !important;
}

.card-pricing .uk-list {
    margin-top: 20px !important;
}

/* popular */
.card-pricing.popular {
    border: 3px solid #377dff;
}

/* card hover  */
.card-pricing:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

/** pricing 1 ***/
.card-pricing-1 {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    margin-top: 30px;
    margin-bottom: 30px !important;
    padding: 20px;
    border-radius: 8px
}

.card-pricing-1 .plan-name {
    font-size: 18px;
    font-weight: 600;
}

.card-pricing-1 .price {
    font-size: 3rem;
    margin-bottom: 0;
    font-weight: 600;
}

.card-pricing-1 hr {
    margin-right: -20px;
    margin-left: -20px;
}

.card-pricing-1 .price-time {
    font-weight: 600;
    color: darkgrey;
}

.card-pricing-1 .uk-list {
    margin: 26px 0px
}

.card-pricing-1 .uk-list li {
    margin-top: 20px !important
}

.card-pricing-1.popular {
    box-shadow: 0 16px 40px 10px rgba(140, 152, 164, 0.175);
    margin-top: 0;
    z-index: 1;
    margin-bottom: 0 !important;
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
    .card-pricing-1.popular {
        padding: 40px 20px !important;
    }

    .card-pricing-1 {
        margin-top: 30px;
        padding: 30px 20px;
        padding-top: 50px;
    }

    .card-pricing-1.first {
        border-radius: 8px 0 0 8px;
    }

    .card-pricing-1.last {
        border-radius: 0 8px 8px 0;
    }

    .card-pricing-1 .price {
        font-size: 3.6rem;
    }

    .card-pricing-1 .plan-name {
        font-size: 22px
    } 
}


/** pricing 2 ***/

.card-pricing-2 .price {
    font-size: 5rem;
    font-weight: 200;
    opacity: .9;
}

.card-pricing-2 .price-unit {
    display: inline-block;
    font-size: 16px;
    vertical-align: text-top;
    margin-right: -10px;
    margin-top: 16px;
}

.card-pricing-2 .plan-name {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 0.8325rem;
    opacity: .9;
}

.card-pricing-2 .plan-description {
    opacity: .9;
}

/* for mobile */
@media (max-width: 760px) {
    .card-pricing-2 {
        background-color: #ffffff3b;
        border-radius: 30px;
        padding-bottom: 10px;
        padding: 10px;
    }
}

/** pricing 3 ***/

.card-pricing-3 {
    padding: 20px 15px !important;
    border-radius: 6px;
    box-shadow: 0px 0px 6px -3px #949494;
}

.card-pricing-3 .price {
    font-size: 5rem;
    font-weight: 200;
    margin-bottom: 0;
}

.card-pricing-3 .price-unit {
    display: inline-block;
    font-size: 16px;
    vertical-align: text-top;
    margin-right: -10px;
    margin-top: 16px;
}

.card-pricing-3 .plan-name {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    color: #929292;
}

.card-pricing-3 .plan-description {
    font-size: 14px;
}

.card-pricing-3 .uk-list li {
    margin-top: 20px;
}

/* Tablet landscape and bigger */
@media (max-width: 960px) { 
    .card-pricing-3 .uk-list li {
        text-align: center;
    }  
}

/** pricing 4 ***/

.card-pricing-4 {
    padding: 25px;
    border-radius: 8px;
}

.card-pricing-4 .price {
    font-weight: 600;
    font-size: 42px;
    margin-bottom: 0;
}

.card-pricing-4 .price span {
    font-size: 26px;
    font-weight: 300;
    margin-left: -6px;
}

.card-pricing-4 .price-unit {
    display: inline-block;
    font-size: 16px !important;
    vertical-align: text-top;
    ;
    margin: 2px -6px 0 -4px !important;
}

.card-pricing-4 .plan-time {
    margin: 0
}

.card-pricing-4 hr {
    margin: 10px 0 10px 0
}

.card-pricing-4 .plan-description {
    font-size: 14px;
}


.pricing-swicher {
    background: #ffffff2b;
    width: max-content;
    padding: 10px !important;
    border-radius: 8px;
    margin: auto !important;
    ;
}

.pricing-swicher> :first-child {
    padding-left: 0px !important
}

.pricing-swicher li {
    padding-left: 10px !important
}

/* ========================================================================
    Steps
========================================================================== */
.step {
    list-style: none;
    margin: 0;
    padding: 0;
}

.step-item {
    display: -webkit-box;
    display: flex;
    padding: 1rem 0;
}

.step-icon {
    position: relative;
    width: 7rem;
    flex-shrink: 0;
    text-align: center;
}

.step-icon::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 48px;
    bottom: -2rem;
    margin-left: -1px;
    border-left: 2px dashed #eaeff4;
}

.step-icon .iconbox {
    color: #bfc5ca;
    background-color: #eaeff4;
    font-size: 1.5rem;
}

.iconbox.iconbox-lg,
.step-icon .iconbox {
    line-height: 50px;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    position: absolute;
    margin-left: -20px;
}

.step-content {
    margin-left: 1rem;
}

@media (max-width: 992px) {
    .step-icon { 
        width: 3rem !important;
    }
}

/* ---------------------------------- */
/* step 2   Icon Boxes
------------------------------------- */
.icon-box {
    text-align: center;
    margin-top: 45px;
    position: relative;
}

.icon-box h4 {
    margin: 4px 0;
    line-height: 26px;
}

.icon-box p {
    margin: 0;
    margin-top: 25px;
    font-style: 16px;
    padding: 0 10px;
    color: #808080;
}

.icon-box i {
    font-size: 60px !important;
    display: block;
    margin-bottom: 2rem !important;
}

.icon-box.with-line.with-line:before {
    content: "";
    height: 1px;
    width: 90%;
    position: absolute;
    left: 65%;
    top: 40px;
    background: #e9e9e9;
    display: block;
    z-index: 9;
}
 
/* for mobile */
@media (max-width: 992px) {
    .icon-box.with-line:before {
        display: none !important;
    }
    .icon-box {
        margin-top: 10px !important;
    }
    .icon-box i {
        font-size: 50px !important;
        margin-bottom: 1.5rem !important;
    }
}






/* ========================================================================
    Footer
========================================================================== */

.footer-links h3 {
    font-size: 17px;
    color: #6f6f6f;
    margin: 0 0 15px 0;
    font-weight: 500;
}

.footer-links ul {
    list-style: none;
    padding: 0;
}

.footer-links.footer-nav ul li {
    display: inline-block !important;
    padding-right: 14px;
}

.footer-links ul li a {
    color: #6f6f6f;
    line-height: 25px;
    padding: 4px 0;
    font-size: 15px;
}

.footer-links ul li a {
    display: inline-block;
}

.footer-links ul li a:hover {
    color: #000;
}

.footer-description {
    color: #6f6f6f;
}

.uk-light .footer-links ul li a,
.uk-light .footer-description {
    color: rgba(255, 255, 255, 0.7) !important;
}

.uk-light .uk-logo,
.uk-light .footer-links h3,
.uk-light .footer-links ul li a:hover {
    color: white !important;
}


.footer-nav-icon a {
    color: #757575;
    font-weight: 400;
    display: block;
    padding: .5rem 0.8rem;
    font-size: 15px;
}

.footer-nav-icon ul {
    list-style: none;
    padding: 0
}

.footer-nav-icon ul li {
    display: inline-block;
}

.footer-nav-icon ul li a {
    color: #757575;
    font-weight: 400;
    display: block;
    padding: .5rem 0.6rem;
    font-size: 15px;
}

.uk-light .footer-nav-icon ul li a {
    color: rgba(255, 255, 255, 0.7)
}

.uk-light .footer-nav-icon ul li a:hover {
    color: white
}


/* ========================================================================
    Form
========================================================================== */

.input-group-prepend {
    margin-right: -1px;
}

.input-group-prepend .uk-form-icon {
    border-right: 1px solid #a5a5a5;
    width: 45px !important
}

.input-group-prepend .uk-input {
    border: 1px solid #a5a5a5;
}

.input-group-prepend .uk-form-icon:not(.uk-form-icon-flip)~.uk-input {
    padding-left: 60px !important;
}

.input-group-prepend .uk-input:focus,
.input-group-prepend .uk-input:focus .input-group-prepend .uk-form-icon {
    border: 1px solid blue;
}



/* ---------------------------------- */
/* input groups 
------------------------------------- */

.input-group-1 .uk-input {
    border-radius: 6px 0 0 6px;
    padding-left: 18px;
}

.input-group-1 .uk-button {
    border-radius: 0 6px 6px 0;
}

.input-group-2 .uk-input {
    border-radius: 30px 0 0 30px;
    padding-left: 18px;
}

.input-group-2 .uk-button {
    border-radius: 0 30px 30px 0;
}



.input-group-3 .uk-form-icon {
    width: 50px;
}

.input-group-3 .uk-input {
    border-radius: 30px !important;
    padding: 0 20px;
}

.input-group-3 .uk-form-icon:not(.uk-form-icon-flip)~.uk-input {
    padding-left: 45px !important;
}



.input-group-4 .uk-form-icon:not(.uk-form-icon-flip) i {
    padding: 11px 15px;
    border-radius: 20px 0 0 20px;
    margin-left: 18px;
}

.input-group-4 .uk-form-icon-flip i {
    padding: 11px 15px;
    border-radius: 0 20px 20px 0;
    margin-right: 18px;
}

.input-group-4 .uk-input {
    border-radius: 30px !important;
    padding: 0 20px;
}

.input-group-4 .uk-form-icon:not(.uk-form-icon-flip)~.uk-input {
    padding-left: 60px !important;
}




.input-group-5 .uk-form-icon:not(.uk-form-icon-flip) i {
    padding: 11px 15px;
    border-radius: 20px;
    margin-left: 18px;
}

.input-group-5 .uk-form-icon-flip i {
    padding: 11px 15px;
    border-radius: 20px;
    margin-right: 18px;
}

.input-group-5 .uk-input {
    border-radius: 30px !important;
    padding: 0 20px;
}

.input-group-5 .uk-form-icon:not(.uk-form-icon-flip)~.uk-input {
    padding-left: 60px !important;
}




.input-group-6 .uk-form-icon:not(.uk-form-icon-flip) i {
    padding: 11px 15px;
    border-radius: 7px;
    margin-left: 18px;
}

.input-group-6 .uk-form-icon-flip i {
    padding: 11px 15px;
    border-radius: 7px;
    margin-right: 18px;
}

.input-group-6 .uk-input {
    border-radius: 7px !important;
    padding: 0 20px;
}

.input-group-6 .uk-form-icon:not(.uk-form-icon-flip)~.uk-input {
    padding-left: 60px !important;
}



.input-group-7 .uk-form-icon-flip i {
    padding: 11px 15px;
    border-radius: 7px;
    margin-right: 7px;
    right: 0 !important;
    position: absolute;
}

.input-group-7 .uk-input {
    border-radius: 7px !important;
    padding: 0 20px;
}



.input-group-multiple {
    border-radius: 50px;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12);
    padding: 9px;
    max-height: 68px;
    max-width: 900px;
}

.input-group-multiple .uk-input,
.input-group-multiple .uk-textarea {
    border-color: transparent !important;
}

.input-group-multiple .uk-button {
    border-radius: 50px;
}

@media (max-width: 940px) {
    .input-group-multiple {
        border-radius: 0;
        display: block;
        padding: 0;
        max-height: 100%;
        background-color: transparent;
        box-shadow: none;
    }

    .input-group-multiple .uk-button {
        border-radius: 0;
    }
}


/* ---------------------------------- */
/* Spacing
------------------------------------- */


.m-0 {
    margin: 0 !important
}

.mt-0,
.my-0 {
    margin-top: 0 !important
}

.mr-0,
.mx-0 {
    margin-right: 0 !important
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1,
.my-1 {
    margin-top: .25rem !important
}

.mr-1,
.mx-1 {
    margin-right: .25rem !important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2,
.my-2 {
    margin-top: .5rem !important
}

.mr-2,
.mx-2 {
    margin-right: .5rem !important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3,
.my-3 {
    margin-top: 1rem !important
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5,
.my-5 {
    margin-top: 3rem !important
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important
}

.m-sm {
    margin: 2rem !important
}

.mt-sm,
.my-sm {
    margin-top: 2rem !important
}

.mr-sm,
.mx-sm {
    margin-right: 2rem !important
}

.mb-sm,
.my-sm {
    margin-bottom: 2rem !important
}

.ml-sm,
.mx-sm {
    margin-left: 2rem !important
}

.m-md {
    margin: 4rem !important
}

.mt-md,
.my-md {
    margin-top: 4rem !important
}

.mr-md,
.mx-md {
    margin-right: 4rem !important
}

.mb-md,
.my-md {
    margin-bottom: 4rem !important
}

.ml-md,
.mx-md {
    margin-left: 4rem !important
}

.m-lg {
    margin: 6rem !important
}

.mt-lg,
.my-lg {
    margin-top: 6rem !important
}

.mr-lg,
.mx-lg {
    margin-right: 6rem !important
}

.mb-lg,
.my-lg {
    margin-bottom: 6rem !important
}

.ml-lg,
.mx-lg {
    margin-left: 6rem !important
}

.m-xl {
    margin: 8rem !important
}

.mt-xl,
.my-xl {
    margin-top: 8rem !important
}

.mr-xl,
.mx-xl {
    margin-right: 8rem !important
}

.mb-xl,
.my-xl {
    margin-bottom: 8rem !important
}

.ml-xl,
.mx-xl {
    margin-left: 8rem !important
}

.m-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}



.p-1 {
    padding: .25rem !important
}

.pt-1,
.py-1 {
    padding-top: .25rem !important
}

.pr-1,
.px-1 {
    padding-right: .25rem !important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2,
.py-2 {
    padding-top: .5rem !important
}

.pr-2,
.px-2 {
    padding-right: .5rem !important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3,
.py-3 {
    padding-top: 1rem !important
}

.pr-3,
.px-3 {
    padding-right: 1rem !important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5,
.py-5 {
    padding-top: 3rem !important
}

.pr-5,
.px-5 {
    padding-right: 3rem !important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important
}

.pl-5,
.px-5 {
    padding-left: 3rem !important
}

.p-sm {
    padding: 2rem !important
}

.pt-sm,
.py-sm {
    padding-top: 2rem !important
}

.pr-sm,
.px-sm {
    padding-right: 2rem !important
}

.pb-sm,
.py-sm {
    padding-bottom: 2rem !important
}

.pl-sm,
.px-sm {
    padding-left: 2rem !important
}

.p-md {
    padding: 4rem !important
}

.pt-md,
.py-md {
    padding-top: 4rem !important
}

.pr-md,
.px-md {
    padding-right: 4rem !important
}

.pb-md,
.py-md {
    padding-bottom: 4rem !important
}

.pl-md,
.px-md {
    padding-left: 4rem !important
}

.p-lg {
    padding: 6rem !important
}

.pt-lg,
.py-lg {
    padding-top: 6rem !important
}

.pr-lg,
.px-lg {
    padding-right: 6rem !important
}

.pb-lg,
.py-lg {
    padding-bottom: 6rem !important
}

.pl-lg,
.px-lg {
    padding-left: 6rem !important
}

.p-xl {
    padding: 8rem !important
}

.pt-xl,
.py-xl {
    padding-top: 8rem !important
}

.pr-xl,
.px-xl {
    padding-right: 8rem !important
}

.pb-xl,
.py-xl {
    padding-bottom: 8rem !important
}

.pl-xl {
    padding-left: 8rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0,
.py-0 {
    padding-top: 0 !important
}

.pr-0,
.px-0 {
    padding-right: 0 !important
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important
}

.pl-0,
.px-0 {
    padding-left: 0 !important
}

@media (max-width:768px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (max-width:992px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width:992px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width:1200px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important
    }
}

@media (min-width:992px) {

    [class*=mb--],
    [class*=ml--],
    [class*=mr--],
    [class*=mt--] {
        position: relative;
        z-index: 5
    }

    .mt--100 {
        margin-top: -100px !important
    }

    .mr--100 {
        margin-right: -100px !important
    }

    .mb--100 {
        margin-bottom: -100px !important
    }

    .ml--100 {
        margin-left: -100px !important
    }

    .mt--150 {
        margin-top: -150px !important
    }

    .mb--150 {
        margin-bottom: -150px !important
    }

    .mt--200 {
        margin-top: -200px !important
    }

    .mb--200 {
        margin-bottom: -200px !important
    }

    .mt--300 {
        margin-top: -300px !important
    }

    .mb--300 {
        margin-bottom: -300px !important
    }

    .pt-100 {
        padding-top: 100px !important
    }

    .pb-100 {
        padding-bottom: 100px !important
    }

    .pt-150 {
        padding-top: 150px !important
    }

    .pb-150 {
        padding-bottom: 150px !important
    }

    .pt-200 {
        padding-top: 200px !important
    }

    .pb-200 {
        padding-bottom: 200px !important
    }

    .pt-250 {
        padding-top: 250px !important
    }

    .pb-250 {
        padding-bottom: 250px !important
    }

    .pt-300 {
        padding-top: 300px !important
    }

    .pb-300 {
        padding-bottom: 300px !important
    }
}




/* ---------------------------------- */
/* tongue 
------------------------------------- */

.tongue {
    line-height: 35px;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 50%;
    display: inline-block;
    width: 138px;
    height: 35px;
    transform: rotate(180deg) translateX(50%);
    text-align: center;
    color: #6c7686 !important;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'138\' height=\'35\' viewBox=\'0 0 138 35\'%3E%3Cpath fill=\'%23fff\' d=\'M 3.15027 34.4375C 1.74207 34.6025 0.68396 34.7266 0 35L 68.9982 35C 68.9982 35 68.9998 28.6387 69 19.5132C 69 20.7261 69.0001 21.8892 69.0001 22.9956L 69.0018 35L 138 35C 137.316 34.7266 136.258 34.6025 134.85 34.4375C 131.11 33.9995 124.903 33.2729 116.678 28.6875C 111.015 25.3901 106.523 20.9771 102.07 16.6025C 93.5474 8.23096 85.1685 -1.97984e-15 69.0018 3.55056e-31C 69.0006 5.271 69 10.4292 69 15.0952C 69 10.4287 68.9994 5.27148 68.9982 3.55056e-31C 52.8314 1.97986e-15 44.4526 8.23096 35.9302 16.6025C 31.4772 20.9771 26.985 25.3901 21.3221 28.6875C 13.0974 33.2729 6.88965 33.9995 3.15027 34.4375Z\'/%3E%3C/svg%3E');
}

.tongue-top {
    top: -1px;
}

.tongue-bottom {
    top: auto;
    bottom: -1px;
    transform: translateX(-50%);
}

.tongue i {
    animation: floating-sm 3s ease infinite
}

.tongue:hover i {
    animation-play-state: paused
}

@keyframes floating-sm {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(5px)
    }

    100% {
        transform: translateY(0)
    }
}

.tongue-primary {
    color: white;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'138\' height=\'35\' viewBox=\'0 0 138 35\'%3E%3Cpath fill=\'%23510FA8\' d=\'M 3.15027 34.4375C 1.74207 34.6025 0.68396 34.7266 0 35L 68.9982 35C 68.9982 35 68.9998 28.6387 69 19.5132C 69 20.7261 69.0001 21.8892 69.0001 22.9956L 69.0018 35L 138 35C 137.316 34.7266 136.258 34.6025 134.85 34.4375C 131.11 33.9995 124.903 33.2729 116.678 28.6875C 111.015 25.3901 106.523 20.9771 102.07 16.6025C 93.5474 8.23096 85.1685 -1.97984e-15 69.0018 3.55056e-31C 69.0006 5.271 69 10.4292 69 15.0952C 69 10.4287 68.9994 5.27148 68.9982 3.55056e-31C 52.8314 1.97986e-15 44.4526 8.23096 35.9302 16.6025C 31.4772 20.9771 26.985 25.3901 21.3221 28.6875C 13.0974 33.2729 6.88965 33.9995 3.15027 34.4375Z\'/%3E%3C/svg%3E')
}

.tongue-info {
    color: white;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'138\' height=\'35\' viewBox=\'0 0 138 35\'%3E%3Cpath fill=\'%2324b7fa\' d=\'M 3.15027 34.4375C 1.74207 34.6025 0.68396 34.7266 0 35L 68.9982 35C 68.9982 35 68.9998 28.6387 69 19.5132C 69 20.7261 69.0001 21.8892 69.0001 22.9956L 69.0018 35L 138 35C 137.316 34.7266 136.258 34.6025 134.85 34.4375C 131.11 33.9995 124.903 33.2729 116.678 28.6875C 111.015 25.3901 106.523 20.9771 102.07 16.6025C 93.5474 8.23096 85.1685 -1.97984e-15 69.0018 3.55056e-31C 69.0006 5.271 69 10.4292 69 15.0952C 69 10.4287 68.9994 5.27148 68.9982 3.55056e-31C 52.8314 1.97986e-15 44.4526 8.23096 35.9302 16.6025C 31.4772 20.9771 26.985 25.3901 21.3221 28.6875C 13.0974 33.2729 6.88965 33.9995 3.15027 34.4375Z\'/%3E%3C/svg%3E');
}

.tongue-success {
    color: white;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'138\' height=\'35\' viewBox=\'0 0 138 35\'%3E%3Cpath fill=\'%234cd964\' d=\'M 3.15027 34.4375C 1.74207 34.6025 0.68396 34.7266 0 35L 68.9982 35C 68.9982 35 68.9998 28.6387 69 19.5132C 69 20.7261 69.0001 21.8892 69.0001 22.9956L 69.0018 35L 138 35C 137.316 34.7266 136.258 34.6025 134.85 34.4375C 131.11 33.9995 124.903 33.2729 116.678 28.6875C 111.015 25.3901 106.523 20.9771 102.07 16.6025C 93.5474 8.23096 85.1685 -1.97984e-15 69.0018 3.55056e-31C 69.0006 5.271 69 10.4292 69 15.0952C 69 10.4287 68.9994 5.27148 68.9982 3.55056e-31C 52.8314 1.97986e-15 44.4526 8.23096 35.9302 16.6025C 31.4772 20.9771 26.985 25.3901 21.3221 28.6875C 13.0974 33.2729 6.88965 33.9995 3.15027 34.4375Z\'/%3E%3C/svg%3E');
}

.tongue-warning {
    color: white;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'138\' height=\'35\' viewBox=\'0 0 138 35\'%3E%3Cpath fill=\'%23ff9500\' d=\'M 3.15027 34.4375C 1.74207 34.6025 0.68396 34.7266 0 35L 68.9982 35C 68.9982 35 68.9998 28.6387 69 19.5132C 69 20.7261 69.0001 21.8892 69.0001 22.9956L 69.0018 35L 138 35C 137.316 34.7266 136.258 34.6025 134.85 34.4375C 131.11 33.9995 124.903 33.2729 116.678 28.6875C 111.015 25.3901 106.523 20.9771 102.07 16.6025C 93.5474 8.23096 85.1685 -1.97984e-15 69.0018 3.55056e-31C 69.0006 5.271 69 10.4292 69 15.0952C 69 10.4287 68.9994 5.27148 68.9982 3.55056e-31C 52.8314 1.97986e-15 44.4526 8.23096 35.9302 16.6025C 31.4772 20.9771 26.985 25.3901 21.3221 28.6875C 13.0974 33.2729 6.88965 33.9995 3.15027 34.4375Z\'/%3E%3C/svg%3E');
}

.tongue-danger {
    color: white;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'138\' height=\'35\' viewBox=\'0 0 138 35\'%3E%3Cpath fill=\'%23ff3b30\' d=\'M 3.15027 34.4375C 1.74207 34.6025 0.68396 34.7266 0 35L 68.9982 35C 68.9982 35 68.9998 28.6387 69 19.5132C 69 20.7261 69.0001 21.8892 69.0001 22.9956L 69.0018 35L 138 35C 137.316 34.7266 136.258 34.6025 134.85 34.4375C 131.11 33.9995 124.903 33.2729 116.678 28.6875C 111.015 25.3901 106.523 20.9771 102.07 16.6025C 93.5474 8.23096 85.1685 -1.97984e-15 69.0018 3.55056e-31C 69.0006 5.271 69 10.4292 69 15.0952C 69 10.4287 68.9994 5.27148 68.9982 3.55056e-31C 52.8314 1.97986e-15 44.4526 8.23096 35.9302 16.6025C 31.4772 20.9771 26.985 25.3901 21.3221 28.6875C 13.0974 33.2729 6.88965 33.9995 3.15027 34.4375Z\'/%3E%3C/svg%3E');
}




.delimiter:before {
    left: 50%;
    display: block;
    width: 80%;
    margin: auto;
    height: 1px;
    content: '';
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, .2) 0, rgba(255, 255, 255, 0) 75%)
}

.delimiter {
    border: 0 !important
}


.delimiter-bottom,
.delimiter-top {
    position: relative
}

.delimiter-top:before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 80%;
    height: 1px;
    margin-left: -40%;
    content: '';
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, .2) 0, rgba(255, 255, 255, 0) 75%)
}

.delimiter-bottom:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    width: 80%;
    height: 1px;
    margin-left: -40%;
    content: '';
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, .2) 0, rgba(255, 255, 255, 0) 75%)
}



/* ---------------------------------- */
/* border 
------------------------------------- */

.border {
    border: .0625rem solid #e9ecef !important
}

.border-top {
    border-top: .0625rem solid #e9ecef !important
}

.border-right {
    border-right: .0625rem solid #e9ecef !important
}

.border-bottom {
    border-bottom: .0625rem solid #e9ecef !important
}

.border-left {
    border-left: .0625rem solid #e9ecef !important
}

.border-0 {
    border: 0 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-right-0 {
    border-right: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-left-0 {
    border-left: 0 !important
}

.border-primary,
.border-primary::after {
    border-color: #377dff !important;
}

.border-secondary,
.border-secondary::after {
    border-color: #fafafa !important
}

.border-success,
.border-success::after {
    border-color: #4cd964 !important
}

.border-info,
.border-info::after {
    border-color: #24b7fa !important
}

.border-warning,
.border-warning::after {
    border-color: #ff9500 !important
}

.border-danger,
.border-danger::after {
    border-color: #ff3b30 !important
}

.border-light,
.border-light::after {
    border-color: #ced4da !important
}

.border-dark,
.border-dark::after {
    border-color: #05172a !important
}

.border-white,
.border-white::after {
    border-color: #fff !important
}

.border-darker,
.border-darker::after {
    border-color: #020b13 !important
}

.border-size-1,
.border-size-1::before,
.border-size-1::after {
    border-width: 1px !important
}

.border-size-2,
.border-size-2::before,
.border-size-2::after {
    border-width: 2px !important
}

.border-size-3,
.border-size-3::before,
.border-size-3::after {
    border-width: 3px !important
}

.border-size-4,
.border-size-4::before,
.border-size-4::after {
    border-width: 4px !important
}

.border-size-5,
.border-size-5::before,
.border-size-5::after {
    border-width: 5px !important
}

.rounded {
    border-radius: 0.4rem !important;
}

.circle {
    border-radius: 50% !important;
}


/* ---------------------------------- */
/* icon 
------------------------------------- */

.icon {
    display: inline-flex;
    min-width: 3rem;
    min-height: 3rem
}

.icon i {
    font-size: 2.75rem;
}

.icon img {
    width: 3rem
}

.icon+.icon-text {
    width: calc(100% - 3rem - 1);
    padding-left: 1rem
}

.icon-xl {
    min-width: 5rem;
    min-height: 5rem
}

.icon-xl i,
.icon-xl svg {
    font-size: 4.75rem
}

.icon-xl img {
    width: 5rem
}

.icon-xl+.icon-text {
    width: calc(100% - 5rem - 1)
}

.icon-lg {
    min-width: 4rem;
    min-height: 4rem
}

.icon-lg i,
.icon-lg svg {
    font-size: 3.75rem
}

.icon-lg img {
    width: 4rem
}

.icon-lg+.icon-text {
    width: calc(100% - 4rem - 1)
}

.icon-sm {
    min-width: 2rem;
    min-height: 2rem
}

.icon-sm i,
.icon-sm svg {
    font-size: 1.75rem
}

.icon-sm img {
    width: 2rem
}

.icon-sm+.icon-text {
    width: calc(100% - 2rem - 1)
}

.icon-shape {
    text-align: center;
    border-radius: .25rem;
    align-items: center;
    justify-content: center
}

.icon-shape i,
.icon-shape svg {
    font-size: 1.125rem
}

.icon-xl i,
.icon-xl svg {
    font-size: 2.25rem
}

.icon-lg i,
.icon-lg svg {
    font-size: 1.75rem
}

.icon-blue {
    color: #0058b8;
    background-color: rgba(51, 149, 255, .5)
}

.icon-outline-blue {
    color: #0058b8;
    border: 3px solid rgba(51, 149, 255, .5)
}

.icon-indigo {
    color: #330069;
    background-color: rgba(111, 4, 223, .5)
}

.icon-outline-indigo {
    color: #330069;
    border: 3px solid rgba(111, 4, 223, .5)
}

.icon-purple {
    color: #310669;
    background-color: rgba(104, 19, 215, .5)
}

.icon-outline-purple {
    color: #310669;
    border: 3px solid rgba(104, 19, 215, .5)
}

.icon-pink {
    color: #ef2e87;
    background-color: rgba(245, 162, 200, .5)
}

.icon-outline-pink {
    color: #ef2e87;
    border: 3px solid rgba(245, 162, 200, .5)
}

.icon-red {
    color: #e80c00;
    background-color: rgba(255, 107, 99, .5)
}

.icon-outline-red {
    color: #e80c00;
    border: 3px solid rgba(255, 107, 99, .5)
}

.icon-orange {
    color: #b86b00;
    background-color: rgba(255, 170, 51, .5)
}

.icon-outline-orange {
    color: #b86b00;
    border: 3px solid rgba(255, 170, 51, .5)
}

.icon-yellow {
    color: #b89300;
    background-color: rgba(255, 214, 51, .5)
}

.icon-outline-yellow {
    color: #b89300;
    border: 3px solid rgba(255, 214, 51, .5)
}

.icon-green {
    color: #21bc3c;
    background-color: rgba(118, 226, 136, .5)
}

.icon-outline-green {
    color: #21bc3c;
    border: 3px solid rgba(118, 226, 136, .5)
}

.icon-teal {
    color: #0093d7;
    background-color: rgba(86, 199, 251, .5)
}

.icon-outline-teal {
    color: #0093d7;
    border: 3px solid rgba(86, 199, 251, .5)
}

.icon-cyan {
    color: #18bfd1;
    background-color: rgba(120, 224, 235, .5)
}

.icon-outline-cyan {
    color: #18bfd1;
    border: 3px solid rgba(120, 224, 235, .5)
}

.icon-white {
    color: #dddada;
    background-color: rgba(255, 255, 255, .5)
}

.icon-outline-white {
    color: #dddada;
    border: 3px solid rgba(255, 255, 255, .5)
}

.icon-gray {
    color: #485263;
    background-color: rgba(135, 144, 158, .5)
}

.icon-outline-gray {
    color: #485263;
    border: 3px solid rgba(135, 144, 158, .5)
}

.icon-gray-dark {
    color: #13161a;
    background-color: rgba(75, 84, 92, .5)
}

.icon-outline-gray-dark {
    color: #13161a;
    border: 3px solid rgba(75, 84, 92, .5)
}

.icon-light {
    color: #a1b0bf;
    background-color: rgba(235, 238, 240, .5)
}

.icon-outline-light {
    color: #a1b0bf;
    border: 3px solid rgba(235, 238, 240, .5)
}

.icon-lighter {
    color: #c0dbe9;
    background-color: rgba(255, 255, 255, .5)
}

.icon-outline-lighter {
    color: #c0dbe9;
    border: 3px solid rgba(255, 255, 255, .5)
}

.icon-actions>a {
    font-size: .875rem;
    display: inline-block;
    margin-right: .75rem;
    color: #6c7686
}

.icon-actions>a:last-of-type {
    margin-right: 0
}

.icon-actions>a span {
    font-weight: 600;
    margin-left: .1875rem;
    color: #6c7686
}

.icon-actions>a:hover span {
    color: #555d6a
}

.icon-actions>a,
.icon-actions>a.active,
.icon-actions>a:hover {
    color: #343a40
}

.icon-actions>.favorite.active,
.icon-actions>.favorite:hover {
    color: #fc0
}

.icon-actions>.love.active,
.icon-actions>.love:hover {
    color: #ff3b30
}

.icon-actions>.like.active,
.icon-actions>.like:hover {
    color: #007aff
}

.icon-actions-lg a {
    font-size: 1.25rem;
    margin-right: .875rem
}

/* ---------------------------------- */
/* shadow 
------------------------------------- */

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .08) !important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .08) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .125) !important
}

.shadow-none {
    box-shadow: none !important
}

[class*=shadow] {
    transition: all .2s ease-in-out
}

.shadow-sm--hover:hover {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .08) !important
}

.shadow--hover:hover {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .08) !important
}

.shadow-lg--hover:hover {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .125) !important
}

.shadow-none,
.shadow-none--hover:hover {
    box-shadow: none !important
}

.shadow-primary-sm {
    box-shadow: 0 .125rem .25rem rgba(81, 15, 168, .4)
}


/* ---------------------------------- */
/* Typography Font Size  
------------------------------------- */

.font-size-1 {
    font-size: 0.875rem;
}

.font-size-2 {
    font-size: 1.2rem;
}

.font-size-3 {
    font-size: 2rem;
}

.font-size-4 {
    font-size: 2.5rem;
}

.font-size-5 {
    font-size: 3rem;
}

/* Tablet landscape and smaller */
@media (max-width: 991.98px) {
    .font-size-md-down-5 {
        font-size: 3rem;
    } 
}

/*------------------------------------
  Text
------------------------------------*/

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media (max-width:576px) {
    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (max-width:768px) {
    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (max-width:992px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
} 

.side-nav-title {
    padding: 20px 30px;
    font-size: 17px;
}

.side-nav ul {
    margin: 0;
    padding: 0;
}

.side-nav ul li {
    list-style: none
}

.side-nav ul li a {
    padding: 10px 34px;
    font-size: 15px;
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.side-nav ul li a i {
    margin-right: 10px
}

.fluid-paragraph {
    position: relative;
    width: 680px;
    margin: auto;
    padding: 0 1.5rem
}

.fluid-paragraph-sm {
    width: 580px
}

@media (max-width:767.98px) {
    .fluid-paragraph {
        width: 100%;
        padding: 0
    }
}

.link {
    transition: all .2s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .link {
        transition: none
    }
}



[data-separator=rounded-continuous] {
    position: relative;
    margin-bottom: 5rem;
    border-radius: 0 0 0 5rem
}

[data-separator=rounded-continuous]:after,
[data-separator=rounded-continuous]:before {
    position: absolute;
    left: 0;
    height: 5rem;
    content: '';
    pointer-events: none
}

[data-separator=rounded-continuous]:before {
    top: 100%;
    width: 100%;
    border-radius: 0 5rem 0 0
}

[data-separator=rounded-continuous]:after {
    z-index: -1;
    bottom: 0;
    width: 50%
}

[data-separator=rounded-continuous]+section {
    padding-bottom: 5rem
}

[data-separator-bg=primary]:after,
[data-separator-bg=primary]:before {
    background: #fff
}

[data-separator-bg=secondary]:after,
[data-separator-bg=secondary]:before {
    background: #fafafa;
}

[data-separator-bg=light]:after,
[data-separator-bg=light]:before {
    background: #ced4da
}

[data-separator-bg=dark]:after,
[data-separator-bg=dark]:before {
    background: #05172a
}

[data-separator-bg=darker]:after,
[data-separator-bg=darker]:before {
    background: #020b13
}


/* ---------------------------------- */
/* Back to top
------------------------------------- */
#backtotop {
    position: fixed;
    right: 0;
    opacity: 0;
    visibility: hidden;
    bottom: 25px;
    margin: 0 25px 0 0;
    z-index: 999;
    transition: 0.35s;
    transform: translateY(10px);
}

#backtotop.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

#backtotop a {
    text-decoration: none;
    border: 0 none;
    display: block;
    width: 44px;
    height: 44px;
    background-color: #377dff;
    opacity: 1;
    transition: all 0.3s;
    border-radius: 4px;
    text-align: center;
    font-size: 26px;
}

body #backtotop a {
    color: #ffffff;
}

#backtotop a:hover {
    background-color: #1865f5;
}

#backtotop a:after {
    content: "";
    font-family: "Feather-Icons";
    position: relative;
    display: block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 768px) {
    #backtotop {
        display: none;
    }
}


/* ---------------------------------- */
/* syntax highlighter
------------------------------------- */

.hljs-string,
.hljs-bullet {
    color: #4FC1EA;
}

.hljs {
    display: block;
    overflow-x: auto;
    padding: 1.5em;
    background: #f3f3f3;
    color: #9c9c9c;
    margin: -10px;
}

.hljs-name,
.hljs-strong {
    font-weight: bold;
    color: #f35a00;
}

.hljs-attr {
    color: #68BB88;
}


/* ---------------------------------- */
/*  Media Queries  
------------------------------------- */


@media (max-width: 1099px) {
    .model-position-auto {
        bottom: auto !important;
        top: auto !important;
        right: auto !important;
        left: auto !important;
        margin: auto !important;
        width: auto !important;
    }

    .hide-mobile {
        display: none !important
    }
}
 



.demo-section {
    position: relative !important;
}

.demo-section .clipboard-inner {
    position: absolute;
    right: 31px;
    top: 60px;
    z-index: 2;
}


.demo-section .clipboard-inner button {
    font-size: .875rem;
    line-height: 1.5;
    padding: .55rem 1rem;
    color: #377dff;
    border-color: transparent;
    background-color: #ecf3ff;
    font-weight: 600;
    -moz-user-select: none;
    -ms-user-select: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    text-align: center;
    border-radius: .25rem;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    opacity: .8;
    transition: all 20ms ease
}

.demo-section .clipboard-inner button:hover {
    opacity: 1;
}

.demo-section .clipboard-inner button::before {
    font-family: "Feather-Icons";
    font-size: 15px;
    content: '\e938';
    left: 10px;
    top: 8px;
    border-radius: 5px;
    position: absolute;
}

.copied-message {
    text-align: center;
    min-width: auto !important;
    border-radius: 6px;
    line-height: 1.5;
    font-size: 14px;
    padding: 4px 10px !important;
    color: #fff !important;
    border-color: #061d36;
    background-color: #061d36 !important;
    box-shadow: none !important;
}

.copied-message::after {
    content: '';
    display: inline-block;
    width: 0;
    position: absolute;
    height: 0;
    left: 33px;
    bottom: -5px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #191919;
}

.demo-section .uk-section,
.demo-section .uk-section-small,
.demo-section .uk-section-large,
.demo-section header {
    margin: 30px 20px 30px !important;
    border: 1px solid #f5f6f7 !important;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05) !important;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05) !important;
}

.section-number {
    text-align: center;
    font-weight: bold;
    font-size: 0.8125em;
    letter-spacing: 2px;
    text-transform: uppercase;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    padding-top: 66px;
}

.section-number a {
    color: #191919 !important;
}

.section-number a:hover,
.section-number a:focus {
    color: #191919;
}

.section-number::after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 6px;
    margin-bottom: 2px;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 3px solid #191919;
}

 

@media (max-width: 1099px) {

    .demo-section .uk-section,
    .demo-section .uk-section-small,
    .demo-section .uk-section-large,
    .demo-section header {
        margin: 18px 10px 0px !important;
        border: 1px solid #f5f6f7 !important;
        -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05) !important;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.05) !important;
    }

    .demo-banner {
        margin-bottom: 0px;
    }

    .demo-section .clipboard-inner button {
        display: none
    }
    
}

.demo-wrapper h3 , .demo-wrapper .el-title {
    margin-top: 50px !important;
    font-size: 1.5rem;
    border-top: 1px solid #efefef;
    padding-top: 20px;
}
.demo-wrapper  .el-title.first{
    padding-top: 0px !important;
    border:0 !important;
    margin-top: 0 !important;
}
.uk-margin-small-top {
    margin-top: 30px !important;
}

.demo-wrapper {
    box-sizing: content-box;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
} 

.demo-wrapper .docs-container{
    padding-left: 10px;
    padding-right: 10px;
}
.demo-container.uk-grid{
    margin-left: 0 !important
}

.docs-list a {
    color: #999 !important;
    padding: 5px 0 !important;
    font-size: 0.875rem !important;
}

.docs-list a:hover,
.docs-list a:active,
.docs-list a:focus {
    color: #000 !important
}

.demo-wrapper .demo-container .Markup-botton{
    padding-left: 44px;
    font-size: 14px;
    background: #e8f0ff;
    color: #377dff;
    border: 0;
    font-weight: 600;
}
.demo-wrapper .demo-container .Markup-botton:hover,
.demo-wrapper .demo-container .Markup-botton:focus{
    background: #d9e5fb !important
}
.demo-wrapper .demo-container .Markup-botton::before {
    font-family: "Feather-Icons";
    font-size: 14px;
    content: '\e940';
    padding: 8px 10px;
    left: 0px;
    top: 1px;
    border-radius: 5px 0 0 5px;
    background: #377dff14;
    position: absolute;
}


@media (min-width: 1099px) {
    .demo-wrapper {
        box-sizing: content-box; 
        padding: 40px !important;
    } 
    .demo-wrapper .demo-container{
        padding-left: 40px;
        padding-right: 40px;
    }
    .demo-wrapper .demo-container p{
        font-size:15px
    }
    .demo-wrapper h6 {
        margin: 20px  0 20px 0 !important;
    }
    .demo-wrapper .demo-container .Markup-botton{
        margin: 20px 0 !important;
    }
    .visible-mobile {
        display: none !important
    }
}



.uk-sticky-placeholder {
    height: 0px !important
}

.uk-logo img{
    width: 85px;
}

.section-divider {
    height: 55px;
    width:100%
}
.section-divider img{
    width:100% !important
}