@font-face {
    font-family: 'Galyon-Bold';
    src: url('../fonts/Galyon-Bold.eot');
    src: url('../fonts/Galyon-Bold.woff') format('woff'),
    url('../fonts/Galyon-Bold.ttf') format('truetype'),
    url('../fonts/Galyon-Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Galyon-Italic';
    src: url('../fonts/Galyon-Italic.eot');
    src: url('../fonts/Galyon-Italic.woff') format('woff'),
    url('../fonts/Galyon-Italic.ttf') format('truetype'),
    url('../fonts/Galyon-Italic.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Galyon-Regular';
    src: url('../fonts/Galyon-Regular.eot');
    src: url('../fonts/Galyon-Regular.woff') format('woff'),
    url('../fonts/Galyon-Regular.ttf') format('truetype'),
    url('../fonts/Galyon-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'so-icon';
    src:  url('../fonts/so-icon.eot');
    src:  url('../fonts/so-icon.eot') format('embedded-opentype'),
      url('../fonts/so-icon.ttf') format('truetype'),
      url('../fonts/so-icon.woff') format('woff'),
      url('../fonts/so-icon.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

.ico {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'so-icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  vertical-align: -1px;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.fa, .fab, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1.5;
}



/* General CSS */

html {
    width: 100%;
    height: 100%;
    font-size: 18px;
}

body {
    width: 100%;
    height: 100%;
    font-family: 'Galyon-Regular';
    background-color: #5D78FF;
    color: #252525;
    font-size: 1rem;
    text-align: left;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

p {
    margin: 0px;
}

hr {
    margin-top: 15px;
    margin-bottom: 15px;
}

label {
    display: block;
    cursor: pointer;
    font-weight: 300;
}

b, strong {
    font-weight: 900;
}

ol, ul {
    margin-bottom: 0px;
}

a {
    color: inherit;
    opacity: 1;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

a:hover, a:active, a:focus {
    color: inherit;
    opacity: 0.7;
    text-decoration: none;
}

.copyright-img {
    width: 120px;
    margin: 0 auto;
}

/* Fonts */

.futura-nd {
    font-family: 'Futura ND';
}

.p-marker {
    font-family: 'Permanent Marker', cursive;
}

.full-screen {
    height: 100%;
}

/* Logos */

.header-logo {
    width: 262px;
    height: auto;
}

/* Img */

.rounded-circle {
    border-radius: 50% !important;
}

.img-responsive {
    width: 100%;
}

.radius-t-lr-6 {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.avatar {
    width: 32px;
    height: 32px;
    display: inline-block;
    border-radius: 100px;
    background-color: #ffffff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: -12px;
    margin-left: 4px;
    border: 1px solid #e3e6f0;
}

/* Titles */

h1, h2, h3, h4, h5, h6 {
    margin: 0px;
    font-family: 'Galyon-Bold';
}

h1{
    font-size: 2.50rem;
    font-weight: 800;
}

h2{
    font-size: 2.25rem;
    font-weight: 800;
}

h3{
    font-size: 2rem;
    font-weight: 800;
}

h4{
    font-size: 1.75rem;
    font-weight: 800;
}

h5{
    font-size: 1.50rem;
    font-weight: 800;
}

h6{
    font-size: 1.25rem;
    font-weight: 800;
}

.title-box {
    position: absolute;
    bottom: 100px;
    left: 60px;
    text-align: left;
    color: #ffffff;
}

.title-box>h1 {
    font-size: 2rem;
}

.title-box>h2 {
    font-size: 1rem;
}

/* Buttons */

.btn-purple {
    font-family: 'Galyon-Bold';
    background-color: #BA78FF;
    border-radius: 14px;
    border: 2px solid #BA78FF;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 1.8px;
    padding: 12px 16px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.btn-blue {
    font-family: 'Galyon-Bold';
    background-color: #5D78FF;
    border-radius: 14px;
    border: 2px solid #5D78FF;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 1.8px;
    padding: 12px 16px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.btn-lavender {
    font-family: 'Galyon-Bold';
    background-color: #C7D1FE;
    border-radius: 14px;
    border: 2px solid #C7D1FE;
    color: #252525;
    cursor: pointer;
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 1.8px;
    padding: 12px 16px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.btn-black {
    font-family: 'Galyon-Bold';
    background-color: #252525;
    border-radius: 14px;
    border: 2px solid #252525;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 1.8px;
    padding: 12px 16px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.btn-grey {
    font-family: 'Galyon-Bold';
    background-color: #EEEEEE;
    border-radius: 14px;
    border: 2px solid #EEEEEE;
    color: #252525;
    cursor: pointer;
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 1.8px;
    padding: 12px 16px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.btn-white {
    font-family: 'Galyon-Bold';
    background-color: #ffffff;
    border-radius: 14px;
    border: 2px solid #ffffff;
    color: #252525;
    cursor: pointer;
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 1.8px;
    padding: 12px 16px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.btn-blue-fb {
    font-family: 'Galyon-Bold';
    background-color: #0084ff;
    border-radius: 14px;
    border: 2px solid #0084ff;
    color: #f8f8f8;
    cursor: pointer;
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 1.8px;
    padding: 12px 16px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.btn-purple:hover, .btn-purple:active, .btn-purple:focus,
.btn-blue:hover, .btn-blue:active, .btn-blue:focus,
.btn-black:hover, .btn-black:active, .btn-black:focus,
.btn-blue-fb:hover, .btn-blue-fb:active, .btn-blue-fb:focus {
    opacity: 0.8;
    color: #ffffff;
    text-decoration: none;
}

.btn-grey:hover, .btn-grey:active, .btn-grey:focus,
.btn-lavender:hover, .btn-lavender:active, .btn-lavender:focus,
.btn-white:hover, .btn-white:active, .btn-white:focus {
    opacity: 0.8;
    color: #252525;
    text-decoration: none;
}

.btn-circle {
    border-radius: 50px;
    vertical-align: middle;
    padding: 0px;
}

.btn-circle>span {
    font-size: 1rem;
    display: block;
    padding: 10px 11px 10px 11px;
    font-weight: 100;
    color: inherit;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.btn-full {
    width: 100%
}

.btn-sm {
    padding: 10px 15px;
    font-size: 10px;
}

.btn-md {
    padding: 10px 15px;
    font-size: 14px;
}

.box-btn{
    position: absolute;
    top: 0px;
    right: 0;
    width: 87px;
    height: 50px;
}

.slt-lang-btn {
    border: 2px solid #dbe1e4;
    border-radius: 50px;
    padding: 0px 4px 0px 0px;
    background-color: transparent;
    color: #575756;
    cursor: pointer;
    margin: 16px 0px;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.8px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.slt-lang-btn:hover, .slt-lang-btn:active, .slt-lang-btn:focus {
    opacity: 0.8;
    color: #575756;
    text-decoration: none;
    background-color: #DBE1E4;
}

.slt-lang-btn>img {
    width: 32px;
    padding: 0px;
    margin: 0px;
    margin-top: 0px;
    margin-left: 0px;
    display: inline-block;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
}

.slt-lang-btn>.ico {
    vertical-align: -3px;
}


.btn-accordion::before {
    content: "\e92d";
    font-family: "mp-icon";
    position: absolute;
    top: 3px;
    right: -20px;
    font-size: 16px;
}

.btn-accordion {
    margin-bottom: 10px;
    color: #575756;
    border: 0px solid;
    background-color: transparent;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    padding: 0px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.btn-accordion:hover, .btn-accordion:active, .btn-accordion:focus {
    border: 0px solid #DBE1E4;
    outline: none;
    opacity: 0.4;
}

.btn-accordion:hover, .btn-accordion:active, .btn-accordion:focus {
    border: 0px solid #DBE1E4;
    outline: none;
}

.btn-close-modal {
    position: fixed;
    top: 2px;
    right: 0px;
    background-color: #ffffff !important;
    opacity: 1;
    padding: 14px 24px !important;
    border-radius: 6px;
    color: #e1e6f1;
    z-index: 1;
}

.btn-close-modal:hover, .btn-close-modal:active, .btn-close-modal:focus {
    color: #ff6600;
    opacity: 0.8;
}

.btn-disabled, .btn-disabled:hover, .btn-disabled:active, .btn-disabled:focus {
    opacity: 0.5 !important;
    cursor: not-allowed;
}

button.close {
    background-color: #252525;
    border: 2px solid #252525;
    color: #ffffff;
    cursor: pointer;
    font-size: 0.75rem;
    border-radius: 50px;
    vertical-align: middle;
    padding: 0px;
    opacity: 0.5;
}

button.close:hover, button.close:focus {
    opacity: 0.8;
    outline: none;
}

button.close>span {
    font-size: 1rem;
    display: block;
    padding: 10px;
    font-weight: 100;
    color: inherit;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

/* Badges */

.badge-ico {
    vertical-align: 1px;
    margin-left: 2px;
}

/* Links */

.lk-ico {
    color: inherit;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.lk-ico:hover, .lk-ico:active, .lk-ico:focus {
    text-decoration: none;
    color: #ff6600;
}

.hl-lk {
    background-color: transparent;
    opacity: 1;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.hl-lk:hover, .hl-lk:active  {
    background-color: #FFEC01;
    color: #615C1D;
    opacity: 1;
}

.hl-lk:focus  {
    text-decoration: line-through;
}

.lk-rm {
    color: #C7D1FE;
    padding-bottom: 10px;
    border-bottom: 3px dashed #C7D1FE;
    font-family: 'Galyon-Bold', sans-serif;
}

.lk-rm:hover, .lk-rm:active, .lk-rm:focus {
    color: #C7D1FE;
    padding-bottom: 10px;
    border-bottom: 3px solid #C7D1FE;
}

/* Life Social Media */

.box-ico-tag {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 6;
    background-color: white;
    border-radius: 100px;
    padding: 4px 7px 4px 8px;
}

/* Photo Cropped */

.cropit-preview {
    /* You can specify preview size in CSS */
    width: 100%;
    height: 312px;
    background-color: #DBE1E4;
}

/* Show load indicator when image is being loaded */
.cropit-preview.cropit-image-loading .spinner {
    opacity: 1;
}

/* Show move cursor when image has been loaded */
.cropit-preview.cropit-image-loaded .cropit-preview-image-container {
    cursor: move;
}

/* Gray out zoom slider when the image cannot be zoomed */
.cropit-image-zoom-input[disabled] {
    opacity: .2;
}

/* Hide default file input button if you want to use a custom button */
input.cropit-image-input {
    visibility: visible;
}

/* The following styles are only relevant to when background image is enabled */

/* Translucent background image */
.cropit-preview-background {
    opacity: .2;
}

/*
 * If the slider or anything else is covered by the background image,
 * use non-static position on it
 */
input.cropit-image-zoom-input {
    position: relative;
}

/* Limit the background image by adding overflow: hidden */
#image-cropper {
    overflow: hidden;
}

.splash .demo-wrapper .preview-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

/* Promotions */

.copy-code, .copy-code>a {
    font-size: 10px;
    font-weight: 700;
    vertical-align: middle;
}

.copy-code:hover, .copy-code:active, .copy-code:focus, .copy-code>a:hover, .copy-code>a:active, .copy-code>a:focus {
    font-size: 10px;
    opacity: 0.4;
    font-weight: 700;
    vertical-align: middle;
    text-decoration: none;
}

/* Text align */

.text-left-resp-center {
    text-align: left;
}

.text-right-resp-center {
    text-align: right;
}

/* Select */

.select-wrapper {
    position: relative;
}

.select-wrapper:after {
    color: #575756;
    content: "\e92d";
    font-family: 'mp-icon';
    position: absolute;
    top: 12px;
    right: 10px;
    z-index: 5;
}

.styled-select {
    position: relative;
}

.styled-select:before {
    position: absolute;
    font-family: 'mp-icon';
    top: 12px;
    right: 15px;
    content: "\e92d";
    font-size: 16px;
    font-weight: 700;
}

select {
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    cursor: pointer;
    z-index: 10;
    display: block;
    width: 100%;
    height: 45px;
    padding: 6px 12px;
    line-height: 1.42857143;
    color: inherit;
    background: url(images/downarrow_blue.png) no-repeat right transparent;
    border: 2px solid #DBE1E4;
    border-radius: 6px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0), 0 0 8px rgba(102,175,233,0);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0), 0 0 8px rgba(102,175,233,0);
    -webkit-transition: border-color ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s;
    transition: border-color ease-in-out .15s;
}

select:focus {
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0), 0 0 8px rgba(102,175,233,0);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0), 0 0 8px rgba(102,175,233,0);
    -webkit-transition: border-color ease-in-out 0.5s;
    -o-transition: border-color ease-in-out 0.5s;
    transition: border-color ease-in-out 0.5s;
    outline: none;
    background-color: transparent;
    border: 2px solid #575756;
}

/* Road Link */

.road-lk {
    margin: 0;
    padding: 0;
    list-style: none;
}

.road-lk>li {
    display: inline-block;
    margin-right: 6px;
    opacity: 1;
}

.road-lk>li>a, .road-lk>li>p {
    color: #0d0e0e;
    font-weight: 800;
    font-size: 0.75rem;
}

.road-lk>li>a:hover, .road-lk>li>a:active {
    background-color: #FFEC01;
    color: #615C1D;
    opacity: 1;
}

.road-lk>li>a:focus {
    text-decoration: line-through;
}

/* Inputs */

.input-group-text {
    display: block;
    padding: 10px;
    margin-bottom: -45px;
    font-weight: 400;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 2px solid #DBE1E5;
    border-right: 0px solid;
    border-radius: 6px 0px 0px 6px;
    z-index: 9;
}

.input-group-prepend {
    margin-right: -1px;
    display: flex;
}

.form-control::-webkit-input-placeholder, .questions input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #eeeeee26;
    opacity: 1;
    font-family: 'Galyon-Bold';
}
.form-control:-moz-placeholder, .questions input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #eeeeee26;
   opacity: 1;
   font-family: 'Galyon-Bold';
}
.form-control::-moz-placeholder, .questions input::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #eeeeee26;
   opacity: 1;
   font-family: 'Galyon-Bold';
}
.form-control:-ms-input-placeholder, .questions input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #eeeeee26;
   opacity: 1;
   font-family: 'Galyon-Bold';
}


.form-control {
    font-family: 'Galyon-Bold';
    display: block;
    width: 100%;
    height: 47px;
    font-size: 1rem;
    padding: 4px 24px;
    line-height: 1.42857143;
    color: inherit;
    background-color: #ffffff14;
    border: 2px solid #ffffff14;
    background-image: none;
    border-radius: 14px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0), 0 0 8px rgba(102,175,233,0);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0), 0 0 8px rgba(102,175,233,0);
    -webkit-transition: border-color ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s;
    transition: border-color ease-in-out .15s;
}

.form-control:focus {
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0), 0 0 8px rgba(102,175,233,0);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0), 0 0 8px rgba(102,175,233,0);
    -webkit-transition: border-color ease-in-out 0.5s;
    -o-transition: border-color ease-in-out 0.5s;
    transition: border-color ease-in-out 0.5s;
    outline: none;
    border: 2px solid #5D78FF;
}

.fc-transpt {
    background-color: transparent;
    border: 2px solid transparent;
}

.fc-transpt:focus {
    background-color: transparent;
    border: 2px solid #e3e6f0;
}

input[type=radio] {
    width: 16px;
    height: 16px;
    font-size: 16px;
    vertical-align: -3px;
    line-height: 1.42857143;
    color: #0d0e0e;
    cursor: pointer;
    background-color: transparent;
    background-image: none;
    border: 2px solid #575756;
    border-radius: 30px;
    -webkit-appearance: none;
    -moz-appearance: radio;
    -ms-appearance: none;
    -o-appearance: none;
    margin: 0;
    background-image: url(../assets/ico/radio/radio_input.svg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 12px;
    transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
}

input[type=radio]:active,input[type=radio]:focus {
    outline: none;
}

input[type=radio]:checked {
    outline: none;
    border: 2px solid #1cc88a;
    background-color: #1cc88a;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: radio;
    -ms-appearance: none;
    -o-appearance: none;
    background-image: url(../assets/ico/radio/radio_input.svg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 12px;
    transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
}

input[type=checkbox] {
    width: 16px;
    height: 16px;
    font-size: 16px;
    margin-top: 2px;
    line-height: 1.42857143;
    color: #0d0e0e;
    cursor: pointer;
    vertical-align: -3px;
    background-color: transparent;
    background-image: none;
    border: 2px solid #DCDCDC;
    border-radius: 6px;
    -webkit-box-shadow: inset 1000px 0 0px rgba(9, 62, 91, 0.1);
    box-shadow: inset 2500px 0 0px rgba(9, 62, 91, 0.1);
    -webkit-transition: border-color ease-in-out 0.5s, -webkit-box-shadow ease-in-out 0.5s;
    -o-transition: border-color ease-in-out 0.5s, box-shadow ease-in-out 0.5s;
    transition: border-color ease-in-out 0.5s, box-shadow ease-in-out 0.5s;
    -webkit-appearance: none;
    -moz-appearance: checkbox;
    -ms-appearance: none;
    -o-appearance: none;
    background-image: url(../assets/ico/checkbox/checkbox_input.svg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 12px;
    transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
}

input[type=checkbox]:active, input[type=checkbox]:focus {
    outline: none;
}

input[type=checkbox]:checked {
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .35s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .35s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .35s;
    outline: none;
    border: 2px solid #1cc88a;
    border-radius: 6px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: checkbox;
    -ms-appearance: none;
    -o-appearance: none;
    background-image: url(../assets/ico/checkbox/checkbox_input.svg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 12px;
    transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
}

/* Languages Switch Toggle */

.lang-slt{
    position: absolute;
    font-size: 10px;
    left: 0;
    top: 8px;
    right: 0;
    padding: 0;
    margin: 0;
    width: 100%;
}

.lang-slt li{
    display: inline-block;
    padding: 0;
    margin: 0;
}

.lang-slt li .en{
    position: absolute;
    display: inline-block;
    left: 4px;
    top: -4px;
    color: #093E5B;
}

.lang-slt li .mm{
    position: absolute;
    display: inline-block;
    right: 3px;
    top: -5px;
    color: #093E5B;
}

.switch {
    position: relative;
    display: inline-block;
    width: 74px;
    padding: 14px 5px 10px;
    margin: 0px;
}

.switch input {
    display:none;
}

.slider {
    position: relative;
    cursor: pointer;
    padding: 10px 30px;
    background-color: rgba(255, 255, 255, 0);
    border: 2px solid #DBE1E4;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 24px;
    width: 25px;
    left: -2px;
    bottom: -2px;
    border: 2px solid #093E5B;
    background-color: transparent;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
}

input:checked + .slider:before {
    border: 2px solid #093E5B;
    background-color: transparent;
    width: 38px;
    left: -22px;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(46px);
    -ms-transform: translateX(46px);
    transform: translateX(46px);
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 30px;
}

/* Form Contact */

.simform {
    position: relative;
    margin: 0 auto;
    width: 100%;
    text-align: left;
    font-size: 1.25rem;
}

.simform .submit {
    display: none;
}

.simform ol {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    -webkit-transition: height 0.4s;
    transition: height 0.4s;
}

.simform ol:before {
    content: '';
    background-color: rgba(0,0,0,0.1);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-radius: 14px 14px 0px 0px;
    height: 2.35em;
}

.questions li {
    z-index: 100;
    position: relative;
    visibility: hidden;
    height: 0;
    -webkit-transition: visibility 0s 0.4s, height 0s 0.4s;
    transition: visibility 0s 0.4s, height 0s 0.4s;
}

.questions li.current,
.no-js .questions li {
    visibility: visible;
    height: auto;
    -webkit-transition: none;
    transition: none;
}

.questions li > span {
    display: block;
    overflow: hidden;
}

.questions li > span label {
    display: block;
    -webkit-transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.questions li.current > span label,
.no-js .questions li > span label {
    -webkit-transition: none;
    transition: none;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    color: white;
}

.show-next .questions li.current > span label {
    -webkit-animation: moveUpFromDown 0.4s both;
    animation: moveUpFromDown 0.4s both;
}

@-webkit-keyframes moveUpFromDown {
  from { -webkit-transform: translateY(100%); }
  to { -webkit-transform: translateY(0); }
}

@keyframes moveUpFromDown {
  from { -webkit-transform: translateY(100%); transform: translateY(100%); }
  to { -webkit-transform: translateY(0); transform: translateY(0); }
}

.simform .progress {
    width: 0%;
    height: 0.15em;
    margin-bottom: 0;
    background-color: #FFEC01;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}

.simform .progress::before {
    position: absolute;
    top: auto;
    width: 100%;
    height: inherit;
    background: rgba(0,0,0,0.05);
    content: '';
}

.simform .number {
    position: absolute;
    right: 0;
    overflow: hidden;
    margin: 0.4em 0;
    width: 3em;
    font-weight: 800;
    font-size: 0.75rem;
    color: #0d0e0e;
}

.simform .number:after {
    position: absolute;
    left: 50%;
    content: '/';
    opacity: 0.4;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.simform .number span {
    float: right;
    width: 40%;
    text-align: center;
}

.simform .number .number-current {
    float: left;
}

.simform .number-next {
    position: absolute;
    left: 0;
}

.simform.show-next .number-current {
    -webkit-transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.simform.show-next .number-next {
    -webkit-animation: moveUpFromDown 0.4s both;
    animation: moveUpFromDown 0.4s both;
}

.next {
    position: absolute;
    right: 0;
    bottom: 5px; /* padding-bottom of form plus progress bar height */
    display: block;
    padding: 0;
    width: 2em;
    height: 2em;
    border: none;
    background: none;
    color: white;
    text-align: center;
    opacity: 0;
    z-index: 100;
    cursor: pointer;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transform: translateX(-20%);
    transform: translateX(-20%);
    pointer-events: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.next:hover {
    color: rgba(255, 255, 255, 0.5);
}

.next.show {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    pointer-events: auto;
}

.questions input {
    display: block;
    padding: 15px;
    width: calc(100% - 2em);
    border: none;
    background: transparent;
    color: #ffffff;
    font-weight: 800;
    font-size: 1rem;
    line-height: 1;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.questions .current input,
.no-js .questions input {
    opacity: 1;
}

.questions input:focus,
.simform button:focus {
    outline: none;
}

.simform .error-message,
.simform .final-message {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.simform .error-message {
    padding: 0.4em 3.5em 0 0;
    width: 100%;
    color: rgba(0,0,0,0.7);
    font-style: italic;
    font-size: 0.75rem;
}

.final-message {
    color: white;
    font-weight: 800;
    margin: 12px 0 0px;
    width: 100%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.error-message.show,
.final-message.show {
    visibility: visible;
    opacity: 1;
}

.final-message.show {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.simform-inner.hide {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.3s, visibility 0s 0.3s;
    transition: opacity 0.3s, visibility 0s 0.3s;
}

.no-js .simform {
    font-size: 1.75em;
}

.no-js .questions li {
    padding: 0 0 2em;
}

.no-js .simform .submit {
    display: block;
    float: right;
    padding: 10px 20px;
    border: none;
    background: rgba(0,0,0,0.3);
    color: rgba(0,0,0,0.4);
}

.no-js .simform .controls {
    display: none;
}

/* Search Bar */

.ipt-search {
    border-radius: 50px;
    border: 2px solid #dbe1e4;
    display: inline-block;
    padding: 0px 18px 1px 18px;
    height: 51px;
    font-size: 18px;
    color: #ffffff;
    margin: 0px;
    background-color: rgba(20, 27, 45, 0.7);
    outline: none;
}

.ipt-search:focus {
    background-color: #191f33;
    border: 2px solid #1b2034;
}

.ipt-search-btn {
    height: 46px;
    padding: 14px !important;
}

.isb-l-child {
    border-bottom-right-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}

/* Help */

.help-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.help-menu>li {
    display: block;
}

/* Sections */

.content-section {
    position: relative;
    width: 100%;
    padding: 100px 25px;
    text-align: left;
}

.copyright-section {
    position: relative;
    width: 100%;
    padding: 25px 25px;
    text-align: left;
}

.full-section {
    width: 100%;
    padding: 0;
}

.header-section {
    height: 100%;
}

.button-section {
    padding:25px;
    background-color: #f7f8f8;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
    background-image: url(../assets/element/bg-paperplane.png);
    -webkit-animation: paperplane 6s ease-in-out 0s infinite;
    -moz-animation: paperplane 6s ease-in-out 0s infinite;
    -o-animation: paperplane 6s ease-in-out 0s infinite;
    animation: paperplane 6s ease-in-out 0s infinite;
}

@-webkit-keyframes paperplane {
    0% {
        background-position: -1000px 1000px;
    }
    100% {
        background-position: 1000px -1000px;
    }
}
@keyframes paperplane {
    0% {
        background-position: -1000px 1000px;
    }
    100% {
        background-position: 1000px -1000px;
    }
}

.table-header {
    vertical-align: middle;
    width: 100%;
    height: 100%;
    text-align: center;
    min-height: 500px;
}

.table-header>tbody>tr>td {
    vertical-align: middle;
    width: 100%;
    padding: 60px;
}

.footer-section {
    width: 100%;
    padding: 20px 0px;
}

.h100 {height: 100%;}

/* Tables */

.table>caption+thead>tr:first-child>td, .table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>td, .table>thead:first-child>tr:first-child>th {
    border-color: #e3e6f0;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    border-color: #e3e6f0;
}

.table-ticket>tbody>tr>td {
    vertical-align: middle;
}

.table-order>tbody>tr>td {
    vertical-align: middle;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    vertical-align: middle;
}

.table-order>tbody>tr>.orange {
    vertical-align: middle;
}

.table {
    margin-bottom: 0px;
}

/* Scroll down */

.scroll-down {
    position: absolute;
    bottom: 25px;
    right: 0;
    left: 0;
    text-align: center;
}

.scroll-down>a>p {
    font-size: 0.65rem;
}

/* Profile */

.profile-img-circle {
    width: 100px;
    height: 100px;
    border: 0px solid;
    border-radius: 200px;
    margin: 30px auto;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 5px 10px 15px -5px rgba(0, 0, 0, 0.5);
    z-index: 1;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
}

.profile-img-circle-sm {
    float: right;
    width: 70px;
    height: 70px;
    border: 0px solid;
    border-radius: 200px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: -5px 10px 15px -5px rgba(0, 0, 0, 0.5);
    z-index: 1;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
}

/* List */

.list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.list>li {
    display: block;
}

/* Loading Event Box */

.box-img-hp-load {
    width: 100%;
    height: 133px;
    background-repeat: no-repeat;
    background-color: #EFEFEF;
    -webkit-animation: ebox-load 2.5s normal 0s infinite cubic-bezier(0, 0.32, 0.99, 0.63);
    -moz-animation: ebox-load 2.5s normal 0s infinite cubic-bezier(0, 0.32, 0.99, 0.63);
    -o-animation: ebox-load 2.5s normal 0s infinite cubic-bezier(0, 0.32, 0.99, 0.63);
    animation: ebox-load 2.5s normal 0s infinite cubic-bezier(0, 0.32, 0.99, 0.63);
}

.rec-load {
    height: 25px;
    width: 100%;
    border-radius: 50px;
    position: relative;
    display: block;
    padding: 0px;
    line-height: 0;
    background-position:0px 0px;
    -webkit-animation: ebox-load 2.5s normal 0s infinite cubic-bezier(0, 0.32, 0.99, 0.63);
    -moz-animation: ebox-load 2.5s normal 0s infinite cubic-bezier(0, 0.32, 0.99, 0.63);
    -o-animation: ebox-load 2.5s normal 0s infinite cubic-bezier(0, 0.32, 0.99, 0.63);
    animation: ebox-load 2.5s normal 0s infinite cubic-bezier(0, 0.32, 0.99, 0.63);
}

.toggle-load {
    height: 38px;
    width: 82px;
    margin: 0 auto;
}

@-webkit-keyframes ebox-load {
    0%{background-color:#e8e8e8;}
    50%{background-color:#DBE1E4;}
    100%{background-color:#e8e8e8;}
}

@-moz-keyframes ebox-load {
    0%{background-color:#e8e8e8;}
    50%{background-color:#DBE1E4;}
    100%{background-color:#e8e8e8;}
}

@-o-keyframes ebox-load {
    0%{background-color:#e8e8e8;}
    50%{background-color:#DBE1E4;}
    100%{background-color:#e8e8e8;}
}

@keyframes ebox-load { 
    0%{background-color:#f0f0f0;}
    50%{background-color:#DBE1E4;}
    100%{background-color:#f0f0f0;}
}

@-webkit-keyframes dbox-load {
    0%{background-color:#DBE1E4;}
    50%{background-color:#f0f0f0;}
    100%{background-color:#DBE1E4;}
}

@-moz-keyframes dbox-load {
    0%{background-color:#DBE1E4;}
    50%{background-color:#f0f0f0;}
    100%{background-color:#DBE1E4;}
}

@-o-keyframes dbox-load {
    0%{background-color:#DBE1E4;}
    50%{background-color:#f0f0f0;}
    100%{background-color:#DBE1E4;}
}

@keyframes dbox-load { 
    0%{background-color:#DBE1E4;}
    50%{background-color:#f0f0f0;}
    100%{background-color:#DBE1E4;}
}

/* Text Styles */

.ltr-spacing {
    letter-spacing: 2.1px;
}

.fw-900 {
    font-weight: 900;
}

.fw-800 {
    font-weight: 800;
}

.fw-700 {
    font-weight: 700;
}

.fw-600 {
    font-weight: 600;
}

.fw-500 {
    font-weight: 500;
}

.fw-400 {
    font-weight: 400;
}

.fw-300 {
    font-weight: 300;
}

.fw-200 {
    font-weight: 200;
}

.fw-100 {
    font-weight: 100;
}

.txt-upper {
    text-transform: uppercase;
}

.fs-5 {
    font-size: 5rem;
}

.fs-3 {
    font-size: 3rem;
}

.fs-1 {
    font-size: 1rem;
}

.fs-075 {
  font-size: 0.75rem;
}

.fs-065 {
  font-size: 0.65rem;
}

/* Pagination */

.pagination > li > a,
.pagination > li > span {
    color: #575756;
    background-color: #fff;
    border: 1px solid #dbe1e4;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: #575756;
    background-color: #dbe1e4;
    border-color: #dbe1e4;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    color: #ffffff;
    background-color: #093d5b;
    border-color: #093d5b;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #575756;
    background-color: #f8f8f8;
    border-color: #dbe1e4;
}

/* Footer */

.ftr-menu {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.ftr-menu>li {
    display: inline-block;
    margin: 0px;
    border-right: 1px solid #DBE1E4;
}

.ftr-menu>li:last-child {
    border-right: 0px solid #DBE1E4;
    color: #093E5B;
}

.ftr-menu>li>a {
    color: #575756;
    padding: 0px 10px;
    opacity: 0.4;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.ftr-menu>li>a:hover, .ftr-menu>li>a:active, .ftr-menu>li>a:focus {
    opacity: 1;
    text-decoration: none;
    outline: none;
}

/* Login */

.bgd-img-login {
    height: 500px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

/* Successful Pages */

.success-ico {
    max-width: 130px;
    margin: 0 auto;
}

/* Mobile Apps */

.bgd-mobile-apk-app {
    background-image: url(../assets/element/bgd-mobile-apk-app-download.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #F3F3F3;
    background-position: center;
    color: #ffffff;
    padding: 25px 15px 0px;
}

/* Read More */

.morecontent span {
    display: none;
}
.morelink {
    display: block;
    text-align: center;
    padding: 20px 0px 0px;
}

.multi-pix-icon {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 20px;
    color: #093d5b;
    padding: 11px 10px 12px 13px;
    background-color: rgb(120, 118, 114);
    border-radius: 60px;
    box-shadow: 1px 1px 3px -2px rgba(0, 0, 0, 0.75);
    transform: scale(1.0,1.0);
    -webkit-transform: scale(1.0,1.0);
    -moz-transform: scale(1.0,1.0);
    -ms-transform: scale(1.0,1.0);
    -o-transform: scale(1.0,1.0);
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
}

.multi-pix-icon:hover, .multi-pix-icon:active{
    transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
}

.read-more-state {
  display: none;
}

.read-more-target {
    opacity: 0;
    max-height: 0;
    font-size: 0;
    transition: .25s ease;
}

.read-more-state:checked ~ .read-more-wrap .read-more-target {
    opacity: 1;
    font-size: inherit;
    max-height: 999em;
}

.read-more-state ~ .read-more-trigger:before {
    content: 'Read more ↧';
}

.read-more-state:checked ~ .read-more-trigger:before {
    content: 'Read less ↥';
}

.read-more-trigger {
    color: #093d5b;
    text-shadow: none;
    cursor: pointer;
    font-size: 12px;
    letter-spacing: 2.1px;
    display: inline-block;
    text-transform: uppercase;
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    outline: none;
    text-decoration: none;
}

/* Toggle */

#wrapper {
    height: 100%;
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    padding-left: 0px;
}

#sidebar-wrapper {
    z-index: 1035;
    position: fixed;
    top: 0px;
    padding: 110px 15px 15px;
    left: 250px;
    width: 0;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    opacity: 0;
    background-color: #C7D1FE;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
    width: 100%;
    opacity: 1;
    height: 100%;
    position: fixed;
    padding: 110px 15px 15px;
}

#page-content-wrapper {
    width: 100%;
    height: 100%;
    padding: 0px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}

/* Sidebar */

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 50px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #dbc887;
    font-size: 12px;
    letter-spacing: 2.1px;
    text-transform: uppercase;
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: #dbc887;
    padding-left: 5px;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav>li>a>span{
    visibility: hidden;
    opacity: 0;
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
}

.sidebar-nav>li>a:hover>span{
    visibility: visible;
    opacity: 1;
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
}

.sidebar-menu-tab>li>ul {
    margin: 0;
    padding: 20px 0px;
    list-style: none;
}

.sidebar-menu-tab>li>ul>li {
    display: inline-block;
    margin: 0px 10px;
}

.sidebar-nav > .sidebar-brand a {
    color: #ffffff;
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: #dbc887;
    background: none;
}

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

.right-top-btn {
    position: fixed;
    top: 0px;
    right: 0px;
    margin: 0 auto;
    z-index: 9999;
    text-align: center;
}

.right-top-btn>.btn-circle {
    border-radius: 100px 0px 100px 100px;
}

.right-btm-btn {
    position: fixed;
    bottom: 0px;
    right: 0px;
    margin: 0 auto;
    z-index: 9999;
    text-align: center;
}

.right-btm-btn>.btn-circle {
    border-radius: 100px 100px 0px 100px;
}

.left-btm-btn{
    position: fixed;
    bottom: 0px;
    left: 0px;
    margin: 0 auto;
    z-index: 9999;
    text-align: center;
}

.left-btm-btn>.btn-circle {
    border-radius: 100px 100px 100px 0px;
}

.right-btm-btn>.btn-circle>span:hover, .left-btm-btn>.btn-circle>span:hover, .right-top-btn>.btn-circle>span:hover {
    font-size: 2rem;
    padding: 10px 16px 10px 16px;
}


.sidebar-menu-tab {
    margin: 10px 0px;
    padding: 0;
    list-style: none;
}

.sidebar-menu-tab>li {
    border-top: 0px solid rgba(196, 197, 199, 0.2);
}

.sidebar-menu-tab>li:first-child {
    border-top: 0px solid rgba(196, 197, 199, 0.2);
}

.sidebar-menu-tab>li>a, .sidebar-menu-tab>li>p {
    padding: 8px 0px;
    color: #ffffff;
    display: block;
    width: 100%;
    font-size: 1.75rem;
    font-weight: 800;
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
}

.sidebar-menu-tab>li>a:hover, .sidebar-menu-tab>li>a:active{
    background-color: #FFEC01;
    color: #615C1D;
    opacity: 1;
}

.sidebar-menu-tab>li>a:focus{
    text-decoration: line-through;
}

/* Navbar */

.nav-logo-ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-logo-ul>li {
    display: inline-block;
    padding-right: 10px;
}

.navbar-default {
    background-color: transparent;
    border-color: transparent;
}

.nav-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
}

.nav-menu>li {
    display: inline-block;
    padding: 16px 4px;
}

.nav-menu>li:last-child {
    padding-right: 0px;
}

.nav-menu>li>a {
    padding: 4px 10px;
    font-size: 1rem;
    opacity: 1;
    font-family: 'Galyon-Bold';
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
}

.nav-menu>li>a:hover, .nav-menu>li>a:active {
    background-color: #c7d0ff;
    color: #5c77fe;
    opacity: 1;
    border-radius: 50px;
    padding: 4px 10px;
}

.nav-menu>li>a:focus {
    text-decoration: line-through;
}

.avatar-name {
    font-size: 10px;
}

.navbar-brand {
    float: left;
    height: auto;
    padding: 7px 15px 0px;
}

.scroll {
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.scroll::-webkit-scrollbar-track, .scroll::-webkit-scrollbar, .scroll::-webkit-scrollbar-thumb {
    display: none;
    height: 0;
    width: 0;
    background-color: transparent;
}

/* Action Buttons */

.action-btn {
    margin: 40px 0px 0px;
    list-style: none;
    padding: 0px;
}

.action-btn>li {
    display: inline-block;
    margin: 2px;
}

/* Subnav Menu */

.subnav-menu {
    margin: 0px;
    padding: 0px;
    list-style: none;
    font-weight: 700;
}

.subnav-menu>li {
    display: inline-block;
    margin: 0px 5px;
    padding: 20px 0px;
}

.subnav-menu>li>a {
    color: #575756;
    opacity: 0.6;
    padding: 20px 0px;
    text-transform: uppercase;
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
}

.subnav-menu>li>p {
    color: #575756;
    opacity: 0.6;
}

.subnav-menu>li>a:hover, .subnav-menu>li>a:active, .subnav-menu>li>a:focus {
    color: #575756;
    opacity: 1;
    text-decoration: none;
    outline: none;
}

.subnav-menu>li>.focus {
    color: #575756;
    font-weight: 600;
    opacity: 1;
    text-decoration: none;
    outline: none;
}

/* Level Menu */

.level-menu {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: inline-block;
}

.level-menu>li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
}

.level-menu>li>a {
    color: #575756;
    opacity: 0.4;
    text-transform: uppercase;
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
}

.level-menu>li>a:hover, .level-menu>li>a:active, .level-menu>li>a:focus {
    color: #575756;
    opacity: 1;
    text-decoration: none;
    outline: none;
}

.level-menu>li>.focus {
    color: #575756;
    font-weight: 600;
    opacity: 1;
    text-decoration: none;
    outline: none;
}

/* Menu tabs left */

.menu-tabs-left {
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu-tabs-left>li {
    display: block;
}

.menu-tabs-left>li>a {
    display: inline-block;
    font-family: 'Galyon-Bold', sans-serif;
    font-size: 2rem;
    font-weight: 800;
    padding: 5px 0px 5px 0px;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
}

.menu-tabs-left>li>a:hover, .menu-tabs-left>li>a:active {
    padding: 5px 5px 5px 10px;
}

.menu-tabs-left>li>a:focus {
    text-decoration: line-through;
}


/* Progress Bar */

.progress {
    height: 24px;
    overflow: hidden;
    background-color: #e3e6f0;
    border-radius: 100px;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.1);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.1);
}

.progress-bar {
    line-height: 24px;
    text-align: center;
    -webkit-box-shadow: inset 0 0px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 0px 0 rgba(0,0,0,.15);
}

/* Dropdown Menu */

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.125);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.125);
    color: #ff6600;
    opacity: 1;
    text-decoration: none;
}

.dropdown-menu>li>.header-dm {
    background-color: #ff6700;
    padding: 10px 20px;
    color: #fff;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.dropdown-menu>li>.notif {
    padding: 10px 20px;
    border-top: 1px solid #e3e6f0;
}  

/* Google Map */

#map {
    width: 100%;
    height: 350px;
    border: 1px solid #DBE1E4;
    border-radius: 6px;
}

/* Card */

.card {
    border-radius: 6px;
    border: 1px solid #e3e6f0;
    display: inline-block;
    width: 100%;
}

.card-header {
    padding: 12px 15px;
    border-radius: 6px 6px 0 0;
    margin-bottom: 0;
    background-color: #f8f9fc;
    border-bottom: 1px solid #e3e6f0;
}

.card-body {
    margin-bottom: 0;
}

.border-l-cd {
    border-left: 6px solid #e3e6f0;
    border-radius: 3px 0px 0px 3px;
}

/* Modal */

.modal-box-scroll {
  max-height: 400px;
  overflow-y: scroll;
}

.modal.in .modal-dialog-search {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
    width: 100%;
}

.modal-dialog {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 100px auto;
    border: 0px solid;
    border-radius: 14px;
}

.modal{
    z-index: 99999999999;
    background-color: #252525d6;
}

.modal-content {
    border-radius: 0px;
    border: 0px solid;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 14px;
    border: 0px solid;
}

.modal-header {
    padding: 15px;
    border-bottom: 0px solid;
    border-radius: 14px 14px 0 0;
}

.modal-body {
    position: relative;
    padding: 0px;
    display: inline-block;
    width: 100%;
}

.modal-footer {
    padding: 15px;
    text-align: center;
    border-top: 0px solid;
    display: inline-block;
    width: 100%;
    border-radius: 0 0 14px 14px;
}

.modal.and.carousel {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.7);
}

.modal-content, #caption {    
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

.carousel-control.right {
    right: 15px;
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0)),to(rgba(0,0,0,.5)));
    background-image: linear-gradient(to right,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0)),to(rgba(0,0,0,.5)));
    background-image: linear-gradient(to right,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}

.carousel-control.right>span, .carousel-control.left>span {
    top: 50%;
    position: absolute;
}

.close {
    font-size: 32px;
}

@-webkit-keyframes zoom {
    from {opacity:0;} 
    to {opacity:1;}
}

@keyframes zoom {
    from {opacity:0;} 
    to {opacity:1;}
}

/* Animations Effects */

.fadein {
    -webkit-animation: fadein 0.5s ease-in 0s 1 normal;
    -moz-animation: fadein 0.5s ease-in 0s 1 normal;
    -o-animation: fadein 0.5s ease-in 0s 1 normal;
    animation: fadein 0.5s ease-in 0s 1 normal;
}

@-webkit-keyframes fadein {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadein {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.bounce {
    -webkit-animation: bounce 1s ease-in 0s infinite normal;
    -moz-animation: bounce 1s ease-in 0s infinite normal;
    -o-animation: bounce 1s ease-in 0s infinite normal;
    animation: bounce 1s ease-in 0s infinite normal;
}

@-webkit-keyframes bounce {
    0% {transform: translate(0px, -5px);}
    50% {transform: translate(0px, 5px);}
    100% {transform: translate(0px, -5px);}
}

@keyframes bounce {
    0% {transform: translate(0px, -5px);}
    50% {transform: translate(0px, 5px);}
    100% {transform: translate(0px, -5px);}
}

.animation-element {
  opacity: 0;
  position: relative;
}

.fade-in {
    opacity: 0;
    -moz-transition: all 1000ms ease-in-out;
    -webkit-transition: all 1000ms ease-in-out;
    -o-transition: all 1000ms ease-in-out;
    transition: all 1000ms ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.fade-in.in-view {
    opacity: 1;
}

.bounce-up-1 {
    opacity: 0;
    -moz-transition: all 500ms ease-out;
    -webkit-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
    -moz-transform: translate3d(0px, 200px, 0px);
    -webkit-transform: translate3d(0px, 200px, 0px);
    -o-transform: translate(0px, 200px);
    -ms-transform: translate(0px, 200px);
    transform: translate3d(0px, 200, 0px);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.bounce-up-1.in-view {
    opacity: 1;
    z-index: 2;
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}

.bounce-up-2 {
    opacity: 0;
    -moz-transition: all 700ms ease-out;
    -webkit-transition: all 700ms ease-out;
    -o-transition: all 700ms ease-out;
    transition: all 700ms ease-out;
    -moz-transform: translate3d(0px, 200px, 0px);
    -webkit-transform: translate3d(0px, 200px, 0px);
    -o-transform: translate(0px, 200px);
    -ms-transform: translate(0px, 200px);
    transform: translate3d(0px, 200, 0px);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.bounce-up-2.in-view {
    opacity: 1;
    z-index: 2;
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}

.bounce-up-3 {
    opacity: 0;
    -moz-transition: all 800ms ease-out;
    -webkit-transition: all 800ms ease-out;
    -o-transition: all 800ms ease-out;
    transition: all 800ms ease-out;
    -moz-transform: translate3d(0px, 200px, 0px);
    -webkit-transform: translate3d(0px, 200px, 0px);
    -o-transform: translate(0px, 200px);
    -ms-transform: translate(0px, 200px);
    transform: translate3d(0px, 200, 0px);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.bounce-up-3.in-view {
    opacity: 1;
    z-index: 2;
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}

.bounce-up-4 {
    opacity: 0;
    -moz-transition: all 1000ms ease-out;
    -webkit-transition: all 1000ms ease-out;
    -o-transition: all 1000ms ease-out;
    transition: all 1000ms ease-out;
    -moz-transform: translate3d(0px, 200px, 0px);
    -webkit-transform: translate3d(0px, 200px, 0px);
    -o-transform: translate(0px, 200px);
    -ms-transform: translate(0px, 200px);
    transform: translate3d(0px, 200, 0px);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.bounce-up-4.in-view {
    opacity: 1;
    z-index: 2;
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}


/* Margin, Padding, Width */

.mgn-10-tb {
    margin: 10px 0px;
}

.mgn-30-b {
    margin-bottom: 30px;
}

.mgn-15-b {
    margin-bottom: 15px;
}

.mgn-5-b {
    margin-bottom: 5px;
}

.mgn-5-t {
    margin-top: 5px;
}

.max-w-820 {
    max-width: 850px;
}

.min-h-133 {
    min-height: 133px;
}

.mgn--16-b {
    margin-bottom: -6px;
}

.pdg-15 {
    padding: 15px;
}

.pdg-15-tb {
    padding-top: 15px;
    padding-bottom: 15px;
}

.pdg-15-t {
    padding-top: 15px;
}

.pdg-30 {
    padding: 30px;
}

.pdg-50 {
    padding: 50px;
}

.pdg-48-r {
    padding-right: 48px;
}

.mgn--30-l {
    margin-left: -30px;
}

.b-rds-14 {
    border-radius: 14px;
}

.b-rds-blr-14 {
    border-radius: 0 0 14px 14px;
}

.t-rds-blr-14 {
    border-radius: 14px 14px 0 0;
}

.b-rds-btr-14-resp {
    border-radius: 0 14px 14px 0;
}

.bdr-color {
    border-left: 5px solid #FFEC01;
    padding-left: 50px;
}

.b-rds-white-tlr {
    border: 1px solid white;
    border-radius: 14px 14px 0 0;
    border-bottom: 0px solid;
}

.b-rds-tr-14 {
    border-radius: 0 14px 0px 0px;
}

.b-sdw {
    box-shadow: 0px 0px 50px -29px rgba(0, 0, 0, 0.5);
}

.box-border, .box-border-resp-no {
    border: 0px solid white;
    border-radius: 14px;
}

.box-border-white {
    border: 1px solid white;
    border-radius: 14px;
}

/* No class */

.no-bdr-rds {
    border-radius: 0px;
}

.no-mgn-top {
    margin-top: 0px;
}

.no-mgn-b {
    margin-bottom: 0px;
}

.no-pdg {
  padding: 0px !important;
}

.no-pdg-t {
  padding-top: 0px !important;
}

/* Opacity */

.opa-5 {
  opacity: .5;
}

/* Colors */

.blue {
    color: #5D78FF;
}

.purple {
    color: #BA78FF;
}

.lavender {
    color: #C7D1FE;
}

.grey {
    color: #EEEEEE;
}

.white {
    color: #FFFFFF;
}

.black {
    color: #252525;
}

/* Background Colors */

.bgd-blue {
    background-color: #5D78FF;
}

.bgd-purple {
    background-color: #BA78FF;
}

.bgd-lavender {
    background-color: #C7D1FE;
}

.bgd-grey {
    background-color: #EEEEEE;
}

.bgd-white {
    background-color: #FFFFFF;
}

.bgd-black {
    background-color: #252525;
}

.bgd-pix-f {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
}

.bgd-pix-s {
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
}

.bgd-pix-compass {
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 25%;
    background-image: url(../assets/element/bg-compass.png);
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
}

/* Video Header */

.h100 {height: 100%;}

.bgd-video {
    position: absolute;
    background-size: cover;
    background-position: 50% 50%;
    height: 100vh;
    z-index: 0;
    overflow: hidden;
}

.bgd-video>.row>video {
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
}


/* Media Queries */

@media(min-width:767px) {
    .navbar {
        padding: 40px 0;
        color: #fff;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .top-nav-collapse {
        padding: 10px 0;
        color: #252525;
        background-color: #ffffff;
    }
}

@media(max-width: 991px) {

    .nav-menu>li>a {
        padding: 4px 2px;
        font-size: 0.85rem;
    } 

}

@media(max-width: 880px) {

}

@media(max-width: 820px) {

}

@media(max-width: 767px) {
    .sorty-menu {
        margin-top: -10px;
        margin-left: -13px;
    }

    #sidebar-wrapper {
        padding: 82px 15px 15px;
    }

    #wrapper.toggled #sidebar-wrapper {
        padding: 82px 15px 15px;
    }

    .text-left-resp-center, .text-right-resp-center {
        text-align: center;
    }

    .box-border-resp-no {
        border: 0px solid #e3e6f0;
        border-radius: 0px;
    }

    .navbar-brand {
        padding: 15px 15px 8px;
    }

    .content-section {
        padding: 75px 15px;
    }

    .navbar-default {
        padding: 10px 0px;
        background-color: #ffffff00;
        border-color: #ffffff00;
        webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .top-nav-collapse {
        padding: 0px;
        background-color: #ffffff;
        border-color: #ffffff00;
    }

    h1{
        font-size: 2.25rem;
        font-weight: 800;
    }

    h2{
        font-size: 2rem;
        font-weight: 800;
    }

    h3{
        font-size: 1.75rem;
        font-weight: 800;
    }

    h4{
        font-size: 1.50rem;
        font-weight: 800;
    }

    h5{
        font-size: 1.25rem;
        font-weight: 800;
    }

    h6{
        font-size: 1rem;
        font-weight: 800;
    }

    .b-rds-btr-14-resp {
        border-radius: 0 0 14px 14px;
    }

    .table-header>tbody>tr>td {
        padding: 15px;
    }

    .bdr-color {
        border-left: 5px solid #FFEC01;
        padding-left: 25px;
    }

@media(max-width: 450px) {

    .fs-5 {
        font-size: 2.75rem;
    }

}

@media(max-width: 350px) {

}









