@import url("https://fonts.googleapis.com/css?family=Roboto:400,600,500,300,700|Lato:400,700|Poppins:400,600,500,300,700"); html {
    height: 100%;
    width: 100%;
    font-size: 16px;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family: "Roboto", sans-serif;
    background-color: #ffffff;
    font-size: 16px;
    line-height: 1.5;
    color: #637381;
    font-weight: 400;
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
}

[tabindex="-1"]:focus {
    outline: none !important
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

abbr[title], abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #818a91
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ol, ul, dl {
    margin-top: 0;
    margin-bottom: 1rem
}

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

dt {
    font-weight: bold
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

a {
    color: #424753;
    text-decoration: none
}

a:focus, a:hover {
    color: #202328;
    text-decoration: none
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

pre {
    margin-top: 0;
    margin-bottom: 1rem
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle
}

[role="button"] {
    cursor: pointer
}

a, area, button, [role="button"], input, label, select, summary, textarea {
    touch-action: manipulation;
    outline: none;
}

table {
    background-color: transparent
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #818a91;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: left
}

label {
    display: inline-block;
    margin-bottom: 3px;
    font-size: 13px;
    color: #5f5f5f;
    font-weight: 400;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

input, button, select, textarea {
    margin: 0;
    line-height: inherit;
    border-radius: 0
}

textarea {
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit
}

input[type="search"] {
    box-sizing: inherit;
    -webkit-appearance: none
}

output {
    display: inline-block
}

[hidden] {
    display: none !important
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: bold;
    line-height: 1.175;
    color: inherit;
    color: #000000;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 1.625rem
}

h3 {
    font-size: 1.75rem
}

h4 {
    font-size: 1.5rem
}

h5 {
    font-size: 1.125rem
}

h6 {
    font-size: 0.875rem
}

.h1 {
    font-size: 2.5rem
}

.h2 {
    font-size: 1.625rem
}

.h3 {
    font-size: 1.75rem
}

.h4 {
    font-size: 1.5rem
}

.h5 {
    font-size: 1.125rem
}

.h6 {
    font-size: 0.875rem
}

/* Navigation */
.navbar {
    /* border-bottom: 1px solid white; */
    z-index: 1000000000;
    border-radius: 0;
    margin-bottom: 0;
    min-height: 70px;
}

.navbar-fixed-top {
    position: absolute;
}

.navbar-shadow {
    box-shadow: 1px 0 3px rgba(0,0,0,.30);
    margin-bottom: 0;
}

.navbar-brand {
    float: left;
    padding-top: 0.90rem;
    padding-bottom: .25rem;
    margin-right: 1rem;
    font-size: 1.25rem;
}
.navbar .phonenumber {
    /* background-color: #000000; */
    padding: 6px 20px;
    border-radius: 40px;
    margin-top: 20px;
    font-weight: 800;
    font-size: 18px;
    color: #000;
    transition: all 0.6s;
    padding-left: 48px;
    height: 34px;
    line-height: 20px;
    border: 2px solid #000;
}
.navbar .phonenumber:hover {
    background-color: #0b0b0b;
    color: #fff;
    padding-left: 50px;
}
.navbar .phonenumber:hover i {
    color: #fff;

}
.navbar .phonenumber i{margin-right: 15px;/* background-color: #000; */color: #000;border-radius: 50%;padding: 5px;font-size: 16px;position: absolute;left: 8px;top: 2px;}
.navbar-brand:focus, .navbar-brand:hover {
    text-decoration: none
}

.navbar-brand > img {
    display: block;
    height: 35px;
    margin-top: 5px;
}

.navbar-toggler {
    display: none;
}

@media (max-width: 767px) {
    .navbar-toggler {
        display:block;
    }
}

.navbar-nav {
    float: right;
    margin: 0;
}

.navbar-nav.navbar-left {
    float: left;
    margin: 0;
}

.navbar-nav .nav-link:hover, .navbar-nav .nav-link:focus {
    background: none;
}

/* Form Control */
.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    line-height: 42px;
    box-sizing: border-box;
    -webkit-appearance: none;
    margin-bottom: 15px;
    border-width: 1px;
    color: #424753;
    background-color: #fff;
    background-image: none;
    border: 1px solid #d1d4d8;
    border-radius: 0.25rem;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    height: 48px;
    box-shadow: none;
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    border-color: #2593ee;
    outline: none;
    /* box-shadow: none; */
}

.form-control:hover {
    border-color: #b9b8b8;
    outline: none;
    /* box-shadow: none; */
}

.form-control::placeholder {
    color: #cccccc82;
    opacity: 1
}

.form-control:disabled, .form-control[readonly] {
    background-color: #f9f9f9;
    opacity: 1;
}

.form-control:disabled {
    cursor: not-allowed
}

.form-control-file, .form-control-range {
    display: block
}

.form-control-label {
    padding: 0.375rem 0.75rem;
    margin-bottom: 0
}

.g-recaptcha > div {
    margin: 30px 0;
}

.form-control.invalid-input {
    margin-bottom: 5px;
    border: 1px solid #f55b4f;
}

em.invalid-input {
    font-size: 12px !important;
    color: #F44336;
    margin-bottom: 15px;
    display: block;
    text-transform: none;
    font-weight: 400;
}
.field-wrapper{
    position: relative;
    margin-bottom: 15px;
}

.field-wrapper .form-control:not([disabled]):focus,.field-wrapper.hasValue input:not([disabled])
{
    padding-top: 22px;
    line-height: 24px;
}
.field-wrapper textarea:not([disabled]):focus
{
    height:130px !important;
}
 
.field-wrapper .field-placeholder{
    font-size: 14px;
    position: absolute;
    top: 14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #c6c9ce;
    padding: 0 13px;
    /* left: 14px; */
    -webkit-transition: transform 150ms ease,opacity 150ms cubic-bezier(0,0,0,0);
    transition: transform 150ms ease,opacity 150ms cubic-bezier(0,0,0,0);
    z-index: 1;
    text-align: left;
    width: 100%;
    transform-origin: top left;
}        

.field-wrapper .form-control:not([disabled]):focus~.field-placeholder,
.field-wrapper.hasValue .form-control:not([disabled])~.field-placeholder
{
    -webkit-transform: scale(.90) translateY(-2px) translateX(0px);
    transform: scale(.90) translateY(-9px) translateX(0px);
    transform-origin: top left;
} 


/* Btns */
.btn {
    position: relative;
    z-index: 2;
    background-color: #000000;
    color: #fff;
    border-radius: 6px;
    display: inline-block;
    height: 42px;
    line-height: 42px;
    padding: 0 25px;
    -webkit-box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
    box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .055em;
    text-decoration: none;
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    border: none;
}

.btn:hover {
    background-color: #333333;
    color: #fff;
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
    -webkit-box-shadow: 0 13px 27px -5px rgba(50,50,93,.25), 0 8px 16px -8px rgba(0,0,0,.3), 0 -6px 16px -6px rgba(0,0,0,.025);
    box-shadow: 0 13px 27px -5px rgba(50,50,93,.25), 0 8px 16px -8px rgba(0,0,0,.3), 0 -6px 16px -6px rgba(0,0,0,.025);
    -webkit-box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
    box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
}

.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: thin dotted;
    outline: none;
    outline-offset: -2px;
}

.btn:focus, .btn:hover {
    text-decoration: none
}

.btn.focus {
    text-decoration: none
}

.btn:active, .btn.active {
    background-image: none;
    outline: 0
}

.btn.disabled, .btn:disabled {
    cursor: not-allowed;
    opacity: .65
}

a.btn.disabled, fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background-color: #358bdf;
}

.btn-primary:hover {
    color: #fff;
    background-color: #297aca;
}

.btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #348ee3;
}

.btn-primary:active, .btn-primary.active, .open>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #297aca;
    background-image: none;
}

.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open>.btn-primary.dropdown-toggle:hover, .open>.btn-primary.dropdown-toggle:focus, .open>.btn-primary.dropdown-toggle.focus {
    color: #fff;
    background-color: #348ee3;
}

.btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary:disabled:focus, .btn-primary:disabled.focus {
    background-color: #6c59b4;
    border-color: #6c59b4
}

.btn-primary.disabled:hover, .btn-primary:disabled:hover {
    background-color: #6c59b4;
    border-color: #6c59b4
}

.btn-secondary {
    color: #312f38;
    background-color: #fff;
    border-color: #ccc
}

.btn-secondary:hover {
    color: #312f38;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-secondary:focus, .btn-secondary.focus {
    color: #312f38;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-secondary:active, .btn-secondary.active, .open>.btn-secondary.dropdown-toggle {
    color: #312f38;
    background-color: #e6e6e6;
    border-color: #adadad;
    background-image: none
}

.btn-secondary:active:hover, .btn-secondary:active:focus, .btn-secondary:active.focus, .btn-secondary.active:hover, .btn-secondary.active:focus, .btn-secondary.active.focus, .open>.btn-secondary.dropdown-toggle:hover, .open>.btn-secondary.dropdown-toggle:focus, .open>.btn-secondary.dropdown-toggle.focus {
    color: #312f38;
    background-color: #d4d4d4;
    border-color: #8c8c8c
}

.btn-secondary.disabled:focus, .btn-secondary.disabled.focus, .btn-secondary:disabled:focus, .btn-secondary:disabled.focus {
    background-color: #fff;
    border-color: #ccc
}

.btn-secondary.disabled:hover, .btn-secondary:disabled:hover {
    background-color: #fff;
    border-color: #ccc
}

.btn-info {
    color: #fff;
    background-color: #2b8be3;
    border-color: #2b8be3
}

.btn-info:hover {
    color: #fff;
    background-color: #1a71c1;
    border-color: #186cb8
}

.btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #1a71c1;
    border-color: #186cb8
}

.btn-info:active, .btn-info.active, .open>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #1a71c1;
    border-color: #186cb8;
    background-image: none
}

.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open>.btn-info.dropdown-toggle:hover, .open>.btn-info.dropdown-toggle:focus, .open>.btn-info.dropdown-toggle.focus {
    color: #fff;
    background-color: #155fa2;
    border-color: #114a7e
}

.btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info:disabled:focus, .btn-info:disabled.focus {
    background-color: #2b8be3;
    border-color: #2b8be3
}

.btn-info.disabled:hover, .btn-info:disabled:hover {
    background-color: #2b8be3;
    border-color: #2b8be3
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c
}

.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #419641
}

.btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #419641
}

.btn-success:active, .btn-success.active, .open>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #419641;
    background-image: none
}

.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open>.btn-success.dropdown-toggle:hover, .open>.btn-success.dropdown-toggle:focus, .open>.btn-success.dropdown-toggle.focus {
    color: #fff;
    background-color: #398439;
    border-color: #2d672d
}

.btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success:disabled:focus, .btn-success:disabled.focus {
    background-color: #5cb85c;
    border-color: #5cb85c
}

.btn-success.disabled:hover, .btn-success:disabled:hover {
    background-color: #5cb85c;
    border-color: #5cb85c
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e
}

.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #eb9316
}

.btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #eb9316
}

.btn-warning:active, .btn-warning.active, .open>.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #eb9316;
    background-image: none
}

.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open>.btn-warning.dropdown-toggle:hover, .open>.btn-warning.dropdown-toggle:focus, .open>.btn-warning.dropdown-toggle.focus {
    color: #fff;
    background-color: #d58512;
    border-color: #b06d0f
}

.btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning:disabled:focus, .btn-warning:disabled.focus {
    background-color: #f0ad4e;
    border-color: #f0ad4e
}

.btn-warning.disabled:hover, .btn-warning:disabled:hover {
    background-color: #f0ad4e;
    border-color: #f0ad4e
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f
}

.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #c12e2a
}

.btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #c12e2a
}

.btn-danger:active, .btn-danger.active, .open>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #c12e2a;
    background-image: none
}

.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open>.btn-danger.dropdown-toggle:hover, .open>.btn-danger.dropdown-toggle:focus, .open>.btn-danger.dropdown-toggle.focus {
    color: #fff;
    background-color: #ac2925;
    border-color: #8b211e
}

.btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger:disabled:focus, .btn-danger:disabled.focus {
    background-color: #d9534f;
    border-color: #d9534f
}

.btn-danger.disabled:hover, .btn-danger:disabled:hover {
    background-color: #d9534f;
    border-color: #d9534f
}

.btn-primary-outline {
    color: #6c59b4;
    background-image: none;
    background-color: transparent;
    border-color: #6c59b4
}

.btn-primary-outline:focus, .btn-primary-outline.focus, .btn-primary-outline:active, .btn-primary-outline.active, .open>.btn-primary-outline.dropdown-toggle {
    color: #fff;
    background-color: #6c59b4;
    border-color: #6c59b4
}

.btn-primary-outline:hover {
    color: #fff;
    background-color: #6c59b4;
    border-color: #6c59b4
}

.btn-primary-outline.disabled:focus, .btn-primary-outline.disabled.focus, .btn-primary-outline:disabled:focus, .btn-primary-outline:disabled.focus {
    border-color: #aa9fd4
}

.btn-primary-outline.disabled:hover, .btn-primary-outline:disabled:hover {
    border-color: #aa9fd4
}

.btn-secondary-outline {
    color: #ccc;
    background-image: none;
    background-color: transparent;
    border-color: #ccc
}

.btn-secondary-outline:focus, .btn-secondary-outline.focus, .btn-secondary-outline:active, .btn-secondary-outline.active, .open>.btn-secondary-outline.dropdown-toggle {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc
}

.btn-secondary-outline:hover {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc
}

.btn-secondary-outline.disabled:focus, .btn-secondary-outline.disabled.focus, .btn-secondary-outline:disabled:focus, .btn-secondary-outline:disabled.focus {
    border-color: #fff
}

.btn-secondary-outline.disabled:hover, .btn-secondary-outline:disabled:hover {
    border-color: #fff
}

.btn-info-outline {
    color: #2b8be3;
    background-image: none;
    background-color: transparent;
    border-color: #2b8be3
}

.btn-info-outline:focus, .btn-info-outline.focus, .btn-info-outline:active, .btn-info-outline.active, .open>.btn-info-outline.dropdown-toggle {
    color: #fff;
    background-color: #2b8be3;
    border-color: #2b8be3
}

.btn-info-outline:hover {
    color: #fff;
    background-color: #2b8be3;
    border-color: #2b8be3
}

.btn-info-outline.disabled:focus, .btn-info-outline.disabled.focus, .btn-info-outline:disabled:focus, .btn-info-outline:disabled.focus {
    border-color: #85bcef
}

.btn-info-outline.disabled:hover, .btn-info-outline:disabled:hover {
    border-color: #85bcef
}

.btn-success-outline {
    color: #5cb85c;
    background-image: none;
    background-color: transparent;
    border-color: #5cb85c
}

.btn-success-outline:focus, .btn-success-outline.focus, .btn-success-outline:active, .btn-success-outline.active, .open>.btn-success-outline.dropdown-toggle {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c
}

.btn-success-outline:hover {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c
}

.btn-success-outline.disabled:focus, .btn-success-outline.disabled.focus, .btn-success-outline:disabled:focus, .btn-success-outline:disabled.focus {
    border-color: #a3d7a3
}

.btn-success-outline.disabled:hover, .btn-success-outline:disabled:hover {
    border-color: #a3d7a3
}

.btn-warning-outline {
    color: #f0ad4e;
    background-image: none;
    background-color: transparent;
    border-color: #f0ad4e
}

.btn-warning-outline:focus, .btn-warning-outline.focus, .btn-warning-outline:active, .btn-warning-outline.active, .open>.btn-warning-outline.dropdown-toggle {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e
}

.btn-warning-outline:hover {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e
}

.btn-warning-outline.disabled:focus, .btn-warning-outline.disabled.focus, .btn-warning-outline:disabled:focus, .btn-warning-outline:disabled.focus {
    border-color: #f8d9ac
}

.btn-warning-outline.disabled:hover, .btn-warning-outline:disabled:hover {
    border-color: #f8d9ac
}

.btn-danger-outline {
    color: #d9534f;
    background-image: none;
    background-color: transparent;
    border-color: #d9534f
}

.btn-danger-outline:focus, .btn-danger-outline.focus, .btn-danger-outline:active, .btn-danger-outline.active, .open>.btn-danger-outline.dropdown-toggle {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f
}

.btn-danger-outline:hover {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f
}

.btn-danger-outline.disabled:focus, .btn-danger-outline.disabled.focus, .btn-danger-outline:disabled:focus, .btn-danger-outline:disabled.focus {
    border-color: #eba5a3
}

.btn-danger-outline.disabled:hover, .btn-danger-outline:disabled:hover {
    border-color: #eba5a3
}

.btn-link {
    font-weight: normal;
    color: #424753;
    /* border-radius: 0 */
}

.btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled {
    background-color: transparent
}

.btn-link, .btn-link:focus, .btn-link:active {
    border-color: transparent;
    box-shadow: none;
}

.btn-link:hover {
    border-color: transparent
}

.btn-link:focus, .btn-link:hover {
    color: #202328;
    text-decoration: none;
    background-color: transparent
}

.btn-link:disabled:focus, .btn-link:disabled:hover {
    color: #818a91;
    text-decoration: none
}

.btn-border {
    font-weight: normal;
    color: #9eaebd;
    border-radius: 4px;
    border: 1px solid #c4cdd647;
}

.btn-border, .btn-border:active, .btn-border.active, .btn-border:disabled {
    background-color: transparent
}

.btn-border, .btn-border:focus, .btn-border:active {
    /* border-color: transparent; */
    box-shadow: none;
}

.btn-border:hover {
    border-color: transparent
}

.btn-border:focus, .btn-border:hover {
    color: #202328;
    text-decoration: none;
    background-color: transparent
}

.btn-border:disabled:focus, .btn-border:disabled:hover {
    color: #818a91;
    text-decoration: none
}

.btn-lg {
    padding: 0.75rem 1.25rem;
    font-size: 1.25rem;
    line-height: 2;
    border-radius: 0.3rem
}

.btn-sm {
    padding: 0.25rem 0.75rem;
    font-size: 0.85rem;
    line-height: 1.5;
    border-radius: 0.25rem
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-block+.btn-block {
    margin-top: 5px
}

.navbar-black-style {
    background-color: #121217;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #212025;
}

.navbar-black-style .navbar-nav .nav-link {
    color: #9595a0;
}

.navbar-black-style .navbar-nav .nav-link:hover {
    color: #ffffff;
}

@media (min-width: 768px) {
    .navbar-nav .nav-link {
        padding: 24px 15px;
        font-weight: 400;
        font-size: 16px;
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
    }

    .navbar-nav .nav-item.separator {
        position: relative;
        padding: 24px 17px;
    }

    .navbar-nav .nav-item.separator:after {
        content: "";
        background-color: #ccc;
        width: 1px;
        height: 20px;
        position: absolute;
    }

    .navbar-nav .nav-link.login-btn {
        background-color: #2083D2;
        padding: 8px 20px;
        border-radius: 20px;
        margin-top: 15px;
        margin-left: 20px;
        cursor: pointer;
        display: inline-block;
        color: #ffffff;
        border: 1px solid #2083d2;
    }

    .navbar-nav .nav-link.login-btn:hover {
        cursor: pointer;
        background-color: #1766a5;
        border-color: #1766a5;
        color: #fff;
    }

    .navbar-nav .nav-link.register-btn {
        background: transparent;
        padding: 8px 20px;
        border-radius: 20px;
        font-weight: 500;
        margin-top: 15px;
        margin-right: 20px;
        cursor: pointer;
        display: inline-block;
        color: #000000;
        border: 1px solid #000000;
    }

    .navbar-nav .nav-link.register-btn:hover {
        cursor: pointer;
        background-color: #1766a5;
        border-color: #1766a5;
        color: #fff;
    }
}

@media (max-width: 767px) {
    .navbar-toggleable-custom {
        clear: both
    }
}

@media (min-width: 768px) {
    #collapsingNavbar, #collapsingNavbarInverse {
        display: block !important
    }
}

@media (max-width: 767px) {
    .navbar-nav {
        float: none !important;
        width: 100%;
        -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
        -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
        box-shadow: 0 1px 6px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
        border-radius: 5px;
        overflow: hidden;
    }

    .navbar-nav .nav-item {
        display: block;
        float: none;
        text-align: left;
        background-color: #fff;
        border-bottom: 1px solid #e1e2e4;
    }

    .navbar-dark .navbar-nav .nav-item {
        background-color: transparent
    }

    .navbar-dark .navbar-nav .nav-link {
        display: block;
        color: #ccc
    }

    .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
        color: #fff
    }

    .navbar-dark .navbar-nav .active .nav-link {
        color: #fff
    }

    .bg-inverse-custom .navbar-nav .nav-item {
        background-color: #fff
    }

    .bg-inverse-custom .navbar-nav .nav-link {
        padding: 15px 25px;
        color: #6f788c;
    }

    .bg-inverse-custom .navbar-nav .nav-link:focus, .bg-inverse-custom .navbar-nav .nav-link:hover {
        color: #424753;
        background-color: #f5f5f5;
    }

    .bg-inverse-custom .navbar-nav .active>.nav-link {
        color: #6c59b4 !important
    }

}

.icon-logo {
    font-size: 45px
}

@media (max-width: 767px) {
    .navbar-nav .active>.nav-link {
        color: #6c59b4
    }

    .navbar-toggler {
        display: block;
    }
}

@media (min-width: 768px) {
    .navbar-nav .active>.nav-link {
        position: relative
    }

    .navbar-nav .active>.nav-link:after {
        position: absolute;
        right: 1rem;
        bottom: 1.375rem;
        left: 1rem;
        height: 2px;
        content: '';
        background-color: rgba(66, 71, 83, 0.2)
    }
}

@media (min-width: 768px) {
    .navbar-dark .navbar-nav .active>.nav-link {
        position: relative
    }

    .navbar-dark .navbar-nav .active>.nav-link:after {
        background-color: rgba(255, 255, 255, 0.2)
    }
}

.navbar-toggler {
    padding: 1.3rem .75rem;
    font-size: 1.80rem;
    line-height: 1;
    background: none;
    border: 1px solid transparent;
    border-radius: 2rem;
    float: right;
}

.navbar-toggler:focus, .navbar-toggler:hover {
    text-decoration: none
}

.navbar-nav .nav-dropdown-user {
    padding: 14px 20px;
    background: none !important;
    border: none;
    cursor: pointer;
}

.navbar-nav .nav-dropdown-user img {
    border: 3px solid #fff;
}

.dropdown-menu {
    border-radius: 5px !important;
    padding: 1.5rem 1.75rem;
    margin-top: 0;
    border: 0 none;
    z-index: 10000000000000;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
}

.dropdown-menu-user {
    min-width: 300px;
    z-index: 100000;
    color: #000;
}

.dropdown-menu-user h5 {
    color: #424752;
}

.dropdown-menu-user h6 {
    color: #424752;
}

h5 {
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 15px;
}

h6 {
    font-weight: 300;
    line-height: 1
}

.dropdown-menu .media {
    padding-bottom: 1.25rem;
    margin-bottom: 1.25rem;
    color: #424753;
    border-bottom: 1px solid #e9eaec
}

.dropdown-menu .text-muted {
    color: rgba(66, 71, 83, 0.4) !important
}

.dropdown-menu-animated {
    display: block;
    padding: 1.5rem 1.75rem;
    margin-top: 0;
    visibility: hidden;
    border: 0 none;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
    opacity: 0;
    transition: opacity .5s, transform .5s, visibility 0s .5s;
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transform: scale3d(0.95, 0.95, 1) translate3d(0, -15px, 0);
    transform-origin: 100% 0
}

.open>.dropdown-menu-animated {
    visibility: visible;
    opacity: 1;
    transition: opacity .5s, transform .5s;
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0)
}

.dropdown-menu-custom {
    overflow-y: hidden;
    background-color: #fff;
    border: 0 none;
}

.dropdown-menu-custom .media {
    margin-bottom: 1.5rem;
    color: #424753
}

.dropdown-menu-custom .text-muted {
    color: rgba(66, 71, 83, 0.4) !important
}

.dropdown-item {
    padding: 0 0 .625rem;
    font-size: .8125rem;
    font-weight: 600;
    line-height: 1.1538;
    display: block;
}

.dropdown-item+.dropdown-item {
    padding-top: .625rem
}

.dropdown-item:hover, .dropdown-item:focus {
    background-color: transparent
}

/* jumbotron */
.jumbotron {
    padding-top: 5rem;
    padding-bottom: 10rem;
    text-align: left;
    border-radius: 0;
    /*background-image: url("../img/laptop-2557571 edit.jpg");*/
    background-position-x: 0;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    color: #404041;
    /* overflow: hidden; */
    /* border-bottom: 1px solid #e2e2e2; */
    background-color: #f3f3f3;
    background: -webkit-gradient(from(#fff),to(#f5f5f5),linear,left top,left bottom);
    /* background: linear-gradient(#E5E5E5,#fff); */
    -webkit-box-shadow: inset 0px -30px 99px -24px rgba(0,0,0,0.14);
    -moz-box-shadow: inset 0px -30px 99px -24px rgba(0,0,0,0.14);
    box-shadow: inset 0px -30px 99px -24px rgba(0,0,0,0.14);
}

.jumbotron:before {
    content: "";
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.5) 29%, rgba(255,255,255,0.2) 57%, rgba(255,255,255,0) 100%);
    position: absolute;
    top: 200px;
    bottom: 0;
    left: 0;
    right: 0;
}

.jumbotron-title {
    font-size: 64px !important;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    line-height: 71px;
    letter-spacing: -2px;
    color: #0b0c0c !important;
    /* margin: 0 auto; */
    margin-bottom: 13px;
    text-align: left;
}
.jumbotron-logo {
    margin-bottom: 80px;
}

.jumbotron-descr {
    font-size: 22px;
    font-weight: 300;
    line-height: 1.5;
    color: #000;
    width: 80%;
    margin-top: 29px;
    /* margin: 0 auto; */
    text-align: left;
}

.jumbotron a.jumbolink,.jumbotron a.jumbolink-second {
    border-radius: 10px;
    margin-top: 20px;
    z-index: 100000;
    padding: 25px 40px;
    background: #000000;
    border: none;
    color: #fff;
    font-size: 20px;
    line-height: 1.1538;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 800;
    position: relative;
    margin-bottom: 0;
    height: auto;
    text-align: left;
    padding-right: 50px;
}
.jumbotron a.jumbolink span,.jumbotron a.jumbolink-second span {
    display: block;
    font-size: 14px;
    letter-spacing: 0;
    font-weight: 400;
    text-transform: initial;
    margin-top: 4px;
}
.jumbotron a.jumbolink i,.jumbotron a.jumbolink-second i {
    position: absolute;
    right: 20px;
    top: calc(50% - 10px);
}


.jumbotron a.jumbolink-second {
    background-color: #333b4e00;
    border: 3px solid #000;
    color: #000;
}

.jumbotron a.jumbolink-second i {
    /* margin-right: 10px; */
}

.jumbotron a.jumbolink-second:hover, .jumbotron a.jumbolink-second:focus {
    opacity: 1;
}

.jumbotron .hero-image-container {
    position: relative;
    margin-top: 80px;
    margin-bottom: -180px;
    height: 420px;
    width: auto;
    display: inline-block;
    overflow: hidden;
    padding: 10px;
}

.jumbotron .hero-image-container:hover .demo-btn, .jumbotron .hero-image-container:active .demo-btn {
    opacity: 1;
}

.jumbotron .hero-image-container:hover:after, .jumbotron .hero-image-container:active:after {
    opacity: 1;
}

.jumbotron .hero-image-container:after {
    content: "";
    background-color: #ffffff8f;
    position: absolute;
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    z-index: 11;
    opacity: 0;
    -webkit-transition: all ease-in-out 0.5s;
    /* Safari */
    transition: all ease-in-out 0.5s;
}

.jumbotron .hero-image-container .demo-btn {
    margin-top: 40px;
    border: 2px solid #191f22;
    display: inline-block;
    padding: 5px 35px;
    border-radius: 20px;
    background-color: #191f22;
    color: #ffffff;
    transition: all 0.2s ease-in-out;
    position: absolute;
    top: calc(50% - 70px);
    left: calc(50% - 100px);
    z-index: 100;
    opacity: 0;
    -webkit-transition: all ease-in-out 0.3s;
    /* Safari */
    transition: all ease-in-out 0.3s;
}

.jumbotron .hero-image-container .demo-btn:hover {
    border: 2px solid #eb7933;
    color: #ffffff;
    background-color: #eb7933;
}

.jumbotron .hero-image {
    height: 100%;
    width: auto;
    position: relative;
    z-index: 10;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
    -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
}

.sign_iu_box .sib_title {
    font-size: 30px;
    font-weight: bold;
    color: #0b0c0c;
    margin-bottom: 5px;
}
.sign_iu_box .sib_subtitle {
    line-height: 23px;
    color: #828282;
    margin-bottom: 40px;
    font-size: 16px;
}
.sib_controls {
    margin-top: 150px;
}
.sibf_login,.sibf_join,.sibf_reset {
    display: none;
    margin-top: 50px;
}

#passResetNew-form {
    width:350px;
    margin:0 auto;
    margin-top: 150px;
}
.public-classe-page .pc-header .logo {
    width: 50px;
    z-index: 2;
    position: relative;
}

.public-classe-page .pc-header .pcp-head {
    margin-bottom: 80px;
}

.public-classe-page .pc-header {
    padding-top: 80px;
    background-color: #121217;
    position: relative;
    padding-bottom: 80px;
}

.public-classe-page .pc-description {
    font-weight: 300;
    color: #63636e;
    font-size: 18px;
    position: relative;
    z-index: 2;
}

.public-classe-page .pc-header:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(58,59,62,1);
    background: -moz-linear-gradient(0, #262638 0%, rgba(0,0,0,0) 56%, rgba(0,0,0,0) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #262638), color-stop(56%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0)));
    background: -webkit-linear-gradient(0, #262638 0%, rgba(0,0,0,0) 56%, rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(0, #262638 0%, rgba(0,0,0,0) 56%, rgba(0,0,0,0) 100%);
    background: -ms-linear-gradient(0, #262638 0%, rgba(0,0,0,0) 56%, rgba(0,0,0,0) 100%);
    background: linear-gradient(0, #262638 0%, rgba(0,0,0,0) 56%, rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr= '#3a3b3e', endColorstr='#000000', GradientType=1 );
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    /* opacity: 0; */
}

.public-classe-page .pc-title {
    color: #fff;
    font-size: 50px;
    z-index: 2;
    position: relative;
}

.public-classe-page .pc-subtitle {
    color: #63636E;
    font-size: 22px;
    font-weight: 400;
    z-index: 2;
    position: relative;
    margin-top: 15px;
}

.public-classe-page .pc-tag {
    color: #1288e6;
    font-size: 18px;
    font-weight: 800;
    z-index: 2;
    position: relative;
    margin-bottom: 15px;
    background: -webkit-gradient(linear, left top, left bottom, from(#88abea), to(#567db3));
    background: -webkit-linear-gradient(top, #88abea 0%, #567db3 100%);
    background: linear-gradient(180deg, #88abea 0%, #567db3 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.public-classe-page .pc-meta {
    position: relative;
    z-index: 2;
    display: flex;
    margin-top: 60px;
    margin-bottom: 60px;
}

.public-classe-page .pc-meta > div {
    color: #adadb5;
    font-weight: 800;
    margin-right: 40px;
    padding-right: 40px;
    font-size: 21px;
    border-right: 1px solid #53535d6b;
}

.public-classe-page .pc-meta > div:last-child {
    border-right: none;
}

.public-classe-page .pc-meta > div > span {
    display: block;
    color: #63636E;
    font-weight: 500;
    font-size: 14px;
}

.public-classe-page .pc-teacher {
    display: block;
    position: relative;
    padding: 30px;
    padding-left: 128px;
    z-index: 2;
    background-color: #121217;
    margin-bottom: 30px;
    margin-top: 50px;
    border-radius: 6px;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.15);
}

.public-classe-page .pc-teacher img {
    width: 70px;
    border-radius: 50%;
    margin-right: 10px;
    position: absolute;
    left: 25px;
    top: 17px;
    box-shadow: 0 1px 16px -2px rgba(0, 0, 0, 0.27);
}

.public-classe-page .pc-teacher .pc-teacher-name {
    display: block;
    font-size: 18px;
    color: #b3b9bf;
    font-weight: 600;
}

.public-classe-page .pc-teacher .pc-teacher-rating {
    margin-top: 0px;
    position: absolute;
    right: 40px;
    top: 35px;
}

.public-classe-page .pc-teacher .pc-teacher-rating i {
    color: #757584;
    font-size: 14px;
}

.public-classe-page .pc-teacher .pc-teacher-label {
    display: block;
    color: #fff;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: bold;
    color: #4d4d59;
    line-height: 16px;
}

.cta {
    color: #000;
    background-color: #ffffff;
    padding: 40px 30px;
    border-radius: 8px;
    text-align: center;
    width: 400px;
    float: right;
    position: relative;
    z-index: 2;
    right: 0;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.15);
    overflow: hidden;
}
.share-wrapper {
background-color: #d4dbde;
    margin: -60px;
    margin-top: 30px;
    padding: 25px;
    font-size: 15px;
    color: #45535a;
    position: relative;
    z-index: 10;
    font-weight: bold;
}
.cta.succes:before {
    height: 1000px;
}

.cta:before {
    content: "";
    width: 150%;
    height: 195px;
    background-color: #e8ecef70;
    position: absolute;
    left: -40px;
    top: -40px;
    transform: rotate(-5deg);
    z-index: 1;
    -webkit-transition: all .80s ease;
    transition: all .80s ease;
}

.cta:hover:before {
    height: 1000px;
}

.cta .verify_content {
    display: none;
}

.confirmed_content {
    padding: 20px 20px;
    display: none;
}

.confirmed_content img {
    position: relative;
    z-index: 2;
    width: 130px;
    margin-bottom: 30px;
}

.confirmed_content h4 {
    margin-bottom: 16px;
    position: relative;
    z-index: 2;
}

.no_seat_content {
    padding: 90px 20px;
}

.no_seat_content i {
    position: relative;
    z-index: 2;
    font-size: 70px;
    margin-bottom: 30px;
}

.no_seat_content h4 {
    margin-bottom: 16px;
    position: relative;
    z-index: 2;
    padding: 0 30px;
}

.expired_content {
    padding: 90px 0;
}

.expired_content i {
    position: relative;
    z-index: 2;
    font-size: 70px;
    margin-bottom: 30px;
}

.expired_content h4 {
    margin-bottom: 16px;
    position: relative;
    z-index: 2;
}

.cta .cta-title {
    color: #000;
    font-size: 30px;
    /* font-weight: 800; */
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 12px;
    position: relative;
    z-index: 2;
}

.cta .cta-description {
    font-size: 15px;
    margin: 0 auto;
    color: #111111;
    font-weight: 300;
    position: relative;
    z-index: 2;
}

.cta .cta-note {
    font-size: 14px;
    margin: 15px auto;
    color: #777777;
    font-weight: 300;
    width: 80%;
    position: relative;
    z-index: 2;
}

.cta .cta-form {
    margin-top: 70px;
    position: relative;
    z-index: 2;
}

.cta .cta-form .alert {
    color: #D35757;
    background-color: transparent;
    border: none;
    display: none;
    font-size: 14px;
    font-weight: bold;
}

.cta .cta-form input {
    width: 100%;
    border: none;
    border-radius: 6px;
    padding: 10px 20px;
    background: #ffffff;
    margin-bottom: 15px;
    border: 1px solid #e0dfdf;
    font-size: 14px;
    line-height: 24px;
    color: #383838;
}

.cta .cta-form .input-group input {
    margin-bottom: 0;
    border-radius: 0 6px 6px 0;
}

.cta .cta-form .input-group-addon {
    padding: 0 14px;
    font-weight: bold;
    color: #a7a7a7;
    border-right: 0;
    border-color: #e0dfdf;
    background-color: #f9f9f9;
}

.cta .cta-form input.vc-input-number {
    margin: 0 5px;
    text-align: center;
    line-height: 40px;
    font-size: 50px;
    border: solid 1px #ccc;
    outline: none;
    width: 20%;
    transition: all .2s ease-in-out;
    border-radius: 5px;
    margin-bottom: 20px
}

.cta .cta-form input:hover {
    background: #f9f9f9;
    border: 1px solid #e4e4e4;
}

.cta .cta-btn {
    margin-top: 60px;
    position: relative;
    z-index: 2;
    background-color: #2083D2;
    color: #fff;
    border-radius: 6px;
    width: 100%;
    display: block;
    margin-top: 30px;
    height: 45px;
    line-height: 45px;
    padding: 0 14px;
    -webkit-box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
    box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
    border-radius: 4px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .055em;
    text-decoration: none;
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    border: none;
}

.cta .cta-btn:hover {
    background-color: #3f9ae2;
    color: #fff;
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
    -webkit-box-shadow: 0 13px 27px -5px rgba(50,50,93,.25), 0 8px 16px -8px rgba(0,0,0,.3), 0 -6px 16px -6px rgba(0,0,0,.025);
    box-shadow: 0 13px 27px -5px rgba(50,50,93,.25), 0 8px 16px -8px rgba(0,0,0,.3), 0 -6px 16px -6px rgba(0,0,0,.025);
    -webkit-box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
    box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
}

.cta .cta-btn:focus {
    outline: none;
}

.cta .cta-form input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #bbbbbb;
    font-size: 14px;
}

.cta .cta-form input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #bbbbbb;
    font-size: 14px;
}

.cta .cta-form input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #bbbbbb;
    font-size: 14px;
}

.img-loader {
    opacity: 0;
}

.img-loader-wrapper {
    background: url('../img/loader.svg');
    background-repeat: no-repeat;
    background-position: center center;
}

.hero_brands {
    text-align: center;
    margin-top: 20px;
}

.hero_brands h5 {
    font-size: 13px;
    margin-bottom: 20px;
    font-weight: 300;
    color: #9e9e9e;
}

.hero_brands_list {
    padding: 0;
    margin: 0;
    text-align: center;
    overflow: hidden;
    height: 24px;
}

.hero_brands_list li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    margin-right: 40px;
    text-align: center;
}

.hero_brands_list li img {
    height: 20px;
    opacity: 0.3;
}

@media (max-width: 768px) {
    .jumbotron-title {
        font-size: 60px !important;
        margin-top: 25px;
        line-height: 65px;
    }

    .jumbotron-descr {
        font-size: 21px !important;
    }

}

.demo-modal-backdrop {
    content: "";
    position: fixed;
    background-color: #000000c7;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10000000;
}

.demo-modal:after {
    content: 'sarahanderson.com';
    position: absolute;
    top: 9px;
    line-height: 23px;
    left: 14px;
    color: #ccc;
    font-size: 13px;
    background-color: #fff;
    right: 60px;
    border-radius: 20px;
    text-align: left;
    padding-left: 15px;
    z-index: 10000;
}

.demo-modal:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "";
    display: block;
    height: 40px;
    background: #dfdfdf;
    color: #888;
    text-align: left;
    font-size: 40px;
    line-height: 40px;
    border: 1px solid #ccc;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
}

.demo-modal {
    position: fixed;
    top: 10%;
    left: 10%;
    right: 10%;
    height: 550px;
    display: none;
    border-radius: 10px;
    z-index: 1000000000;
    background-color: #f3f3f3;
    padding-top: 30px;
}

.demo-modal-content {
    width: 100%;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
    overflow-x: hidden;
    border: 4px solid #dfdfdf;
    border-radius: 10px;
}

.demo-modal .demo-modal-close-btn {
    color: #b3b3b3;
    font-size: 16px;
    position: absolute;
    top: 9px;
    right: 15px;
    z-index: 10000;
}

.demo-modal .demo-modal-close-btn:hover {
    color: #4a4a4a;
}

.demo-modal iframe {
    border-radius: 0 0 10px 10px;
    margin-bottom: 0;
    border: none;
    left: 0;
    height: 100%;
    border-radius: 10px;
}

/* Contact page */
.wcs-container {
    display: none;
}

.contact-page-container {
    margin-top: -50px;
    background: rgb(255, 255, 255);
    padding: 80px 0;
    position: relative;
}

.cp-contact-form {
    padding: 30px;
    width: 500px;
    background-color: #F6F6F6;
    float: left;
    border-radius: 6px;
    /* padding-left: 0; */
    /* border: 1px solid #eae9e9; */
    position: relative;
    /* box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.08); */
}


.cp-contact-form label {
    color: #a0a0a0;
    font-weight: 700;
    font-size: 12px;
}

.cp-contact-form textarea.form-control {
    height: auto;
    line-height: 14px;
}

textarea:focus, textarea.form-control:focus, input.form-control:focus, input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, input[type=number]:focus, [type=text].form-control:focus, [type=password].form-control:focus, [type=email].form-control:focus, [type=tel].form-control:focus, [contenteditable].form-control:focus {
    box-shadow: inset 0 -1px 0 #ddd;
}

.cp-title {
    margin-top: 110px;
    font-size: 48px;
    font-weight: 700;
    position: relative;
    color: #bdbdbd;
    line-height: 55px;
    margin-bottom: 40px;
    letter-spacing: -2px;
    background: -webkit-gradient(linear, left top, left bottom, from(#a7a7a7), to(#d6d6d6));
    background: -webkit-linear-gradient(top, #a7a7a7 0%, #d6d6d6 100%);
    background: linear-gradient(180deg, #a7a7a7 0%, #d6d6d6 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}
.cpcf-title {
    font-size: 18px;
    margin-bottom: 30px;
    color: #848484;
}
.cp-description {
    font-size: 20px;
    line-height: 32px;
    position: relative;
    color: #ababab;
    margin-top: 1.5rem;
    font-weight: 300;
    margin: 0 auto;
    margin-top: 30px;
}

.w-contact-succes {
    padding: 30px 0 70px;
    text-align: center;
}

.w-contact-succes img {
    position: relative;
    z-index: 2;
    width: 160px;
    margin-bottom: 30px;
}

.w-contact-succes h4 {
    display: block;
    color: #191f23;
    font-size: 40px;
    max-width: 400px;
    margin: 0 auto;
    line-height: 50px;
    margin-bottom: 20px;
}

.w-contact-succes p {
    color: #333;
    max-width: 500px;
    margin: 0 auto;
    font-size: 18px;
    font-weight: 300;
}

/* Big Number list */
.b_index_list {
    text-align: right;
    position: relative;
    z-index: 100000000000000;
}
.bili-number {
    font-size: 65px;
    color: #000;
    font-weight: 800;
    line-height: 30px;
    margin: 15px 0;
}

.bil-item {
    border: 1px solid #fff;
    padding: 20px 30px;
    border-radius: 6px;
    background-color: #fff;
    width: 450px;
    display: inline-block;
    margin-bottom: 30px;
    text-align: left;
    position: relative;
}
.bil-item:after {
    content: "";
    width: 0px;
    background-color: #fff;
    height: 28px;
    bottom: -28px;
    left: calc(50% - 8px);
    position: absolute;
}
.bil-item:last-child:after {
    height: 0;
    width: 0;
}
.bili-number em {
    font-size: 34px;
    color: #000;
    font-weight: 800;
    font-style: normal;
}
.bili-subtitle {
    color: #81858c;
}
.bili-title {
    color: #000000;
}

/* Datepicker custom */
.datepicker.dropdown-menu {
    border: 1px solid rgb(196, 205, 214);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.datepicker table tr td.active:hover, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active:focus, .datepicker table tr td.active:hover:focus, .datepicker table tr td.active.disabled:focus, .datepicker table tr td.active.disabled:hover:focus, .datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:hover.active, .open .dropdown-toggle.datepicker table tr td.active, .open .dropdown-toggle.datepicker table tr td.active:hover, .open .dropdown-toggle.datepicker table tr td.active.disabled, .open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
    color: #ffffff;
    background-color: #358bdf;
    border-color: #358bdf;
}

.datepicker table tr td.today, .datepicker table tr td.today:hover, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover {
    color: #000000;
    background-color: #e6e6e6;
    border-color: #e6e6e6;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
    bottom: -7px;
    border-bottom: 0;
    border-top: 7px solid #c4cdd6;
}
/* signin/join page */
.signin-container,.join-container {
    display: -ms-flexbox;
    display: flex;
    min-height: 100%;
}

.signin-container aside {
    background: url(../img/laptop-2557572.jpg) 50% 0 no-repeat;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background-size: cover;
    position: relative;
    flex-basis: 100%;
}
.join-container aside {
    background: url(../img/signin-background.jpg) 50% 0 no-repeat;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background-size: cover;
    position: relative;
    flex-basis: 500px;
}

.signin-container aside .content {
    width: 500px;
}


.signin-container aside .logo,.join-container aside .logo {
    z-index: 1000;
    position: relative;
    margin: 40px;
    position: absolute;
    bottom: 0;
}

.signin-container aside .logo img,.join-container aside .logo img {
    height: 40px;
}

.signin-container aside h1,.join-container aside h1 {
    position: relative;
    z-index: 10;
    color: #fff;
    margin: 40px;
    font-size: 54px;
    font-weight: 800;
    /* text-transform: uppercase; */
    line-height: 60px;
    margin-bottom: 0;
    margin-top: 70px;
}

.signin-container aside h2,.join-container aside h2 {
    position: relative;
    z-index: 10;
    color: #fff;
    margin: 40px;
    font-size: 22px;
    margin-top: 19px;
    font-weight: 300;
    line-height: 30px;
}

.signin-container aside:after,.join-container aside:after {
    content: "";
    background-color: #cccccc8f;
    position: absolute;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top, rgba(252,179,106,0.7) 0%, rgba(196,65,91,0.7) 100%);
    background: -webkit-linear-gradient(top, #000000 0%,rgb(39, 89, 138) 100%);
    background: linear-gradient(to bottom, #000000 0%,rgba(39, 89, 138, 0.78) 100%);
    top: 0;
    bottom: 0;
}

.signin-container main,.join-container main {
    position: relative;
    background: #FFF;
    -ms-flex-positive: 0;
    flex-grow: 0;
    flex-basis: 100%;
    overflow: hidden;
}

.login-form {
    width: 350px;
    box-sizing: border-box;
    margin: 100px auto 60px;
}
.join-container main form {
    max-width: 500px;
    box-sizing: border-box;
    margin: 30px auto 60px;
    padding: 45px 45px;
    border-radius: 5px;
    border: 1px solid #dadce0;
    overflow: hidden;
}

#login-form .login-form-footer {
    margin-top: 30px;
}

#login-form .login-form-footer a {
    float: right;
    margin-top: 3px;
}

#login-form .login-title {
    font-size: 40px;
    font-weight: bold;
    color: #0b0c0c;
    margin-bottom: 5px;
}

#login-form .login-subtitle {
    line-height: 18px;
    color: #828282;
    margin-bottom: 40px;
    font-size: 18px;
}
#login-form .login-reset-btn {
    font-size: 13px;
}

.form-input-error-msg {
    display: none;
    font-size: 13px;
    color: #ffffff;
    margin-bottom: 20px;
    margin-top: -17px;
    background-color: #da4338;
    padding: 10px;
    border-radius: 0 0 4px 4px;
}

.form-input-status {
    position: relative;
}

.form-input-status.valide:after,.form-input-status.invalide:after {
    position: absolute;
    top: 15px;
    right: 15px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.form-input-status.valide:after {
    content: "\f058";
    color: #5cb85c;
}

.form-input-status.invalide:after {
    content: "\f057";
    color: #d9534f;
}

.form-input-status.valide input {
    border-color: #5cb85c;
    border-bottom-width: 2px;
}

.form-input-status.invalide input {
    border-color: #d9534f;
    border-bottom-width: 2px;
}

/* about */
.section-about {
    padding: 140px 0;
    padding-bottom: 80px;
    padding-top: 60px;
}

.section-about .section-title {
    font-size: 57px;
    font-weight: 600;
    position: relative;
    color: #191f23;
    line-height: 57px;
    margin-bottom: 40px;
    letter-spacing: -2px;
    font-family: 'Poppins', sans-serif;
}

.section-about .section-description {
    font-size: 20px;
    line-height: 32px;
    position: relative;
    color: #333;
    margin-top: 1.5rem;
    font-weight: 300;
    width: 80%;
    margin: 0 auto;
    margin-top: 30px;
}

.section-about .section-kicker {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    color: #b3b6b9;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 60px;
}

/* Footer */
.section-footer {
    background: -webkit-gradient(from(#fff),to(#f5f5f5),linear,left top,left bottom);
    background: linear-gradient(#f5f5f5,#fff);
    color: #fff;
    position: relative;
    padding: 50px 0;
    border-top: 1px solid #fff;
}

.section-footer .company-data .logo {
    float: left;
    margin-right: 30px;
}

.section-footer .social-icons {
    display: inline-block;
    overflow: hidden;
    /* margin: 10px 0; */
    margin-top: 0;
}

.section-footer .social-icons a {
    float: right;
    color: #8e8e93;
    margin-left: 10px;
    font-size: 24px;
    line-height: 8px;
}

.section-footer .company-data p {
    margin: 20px 0;
    font-size: 13px;
    color: #8e8e93;
    font-weight: 300;
    margin-bottom: 0;
}

.section-footer .copyright {
    font-size: 12px;
    color: #8e8e93;
    font-weight: 300;
    text-align: left;
    margin-top: 15px;
}

.section-footer .nav {
    text-align: right;
    display: inline-block;
}

.section-footer .nav>li {
    position: relative;
    display: inline-block;
    color: #ababaf;
    font-size: 14px;
}

.section-footer .nav>li.copyright {
    margin-left: 30px;
}

.section-footer .nav>li a {
    position: relative;
    display: block;
    padding: 0;
    margin-left: 24px;
    color: #ababaf;
    font-size: 14px;
    line-height: 73px;
    text-decoration: underline;
}

.section-footer .nav>li a:hover {
    background: none;
    color: #191f26;
}

.section-footer .support_email {
    border: 2px solid #8e8e93;
    border-radius: 4px;
    padding: 4px 6px;
    position: relative;
    padding-left: 106px;
    text-align: left;
    margin-top: 15px;
    padding-right: 25px;
    opacity: 0.8;
    display: inline-block;
    float: right;
    color: #8e8e93;
}

.section-footer .support_email span {
    top: 0;
    background-color: #8e8e93;
    color: #f5f5f5;
    padding: 4px 13px;
    position: absolute;
    left: 0;
    font-weight: bold;
}

/* Section testimonials */
.section-testimonials {
    padding: 60px 0 50px;
    /* background: url(../img/pattern-footer.svg) no-repeat top left; */
    background-size: cover;
    background-position: 30% 80%;
    padding-top: 200px;
    padding-bottom: 200px;
    /* background-color: #F9F9F9; */
}

.testimonials-list {
    overflow: hidden;
    width: 100%;
    font-size: 14px;
    border-radius: 8px;
}

.testimonials-list .testimonials-item {
    width: 46%;
    font-size: 14px;
    float: left;
    text-align: center;
    padding: 40px 20px;
    background-color: #F5F5F5;
    margin-right: 10px;
    margin-left: 10px;
    min-height: 220px;
    border-radius: 4px;
    margin-bottom: 20px;
    /* box-shadow: 0px 0px 26px 0px rgba(0,0,0,0.1); */
}

.testimonials-list .testimonials-item .ti-rating {
    margin-bottom: 10px;
}

.testimonials-list .testimonials-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.testimonials-list .testimonials-item footer {
    font-weight: bold;
}

.section-howto {
    background: #eaeaea;
    background: -moz-linear-gradient(-45deg, #efefef 0%, #efefef 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, #efefef), color-stop(100%, #efefef));
    background: -webkit-linear-gradient(-45deg, #efefef 0%, #efefef 100%);
    background: -o-linear-gradient(-45deg, #efefef 0%, #efefef 100%);
    background: -ms-linear-gradient(-45deg, #efefef 0%, #efefef 100%);
    background: linear-gradient(135deg, #efefef 0%, #efefef 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f16529', endColorstr='#a33400', GradientType=1 );
    margin: 0 50px;
    padding: 80px 60px;
    color: #181e26;
    border-radius: 10px;
    overflow: hidden;
}

.section-howto .howto-left,.section-howto .howto-right {
    float: left;
}

.section-howto .howto-left {
    width: 50%;
    padding: 30px;
    opacity: 0.5;
}

.section-howto .howto-right {
    width: 50%;
    padding: 30px 60px;
}

.section-howto .howto-title {
    color: #1c212a;
    font-size: 80px;
    line-height: 90px;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 800;
    font-family: 'Poppins', sans-serif;
}

.section-howto .howto-subtitle {
    font-size: 30px;
    line-height: 40px;
    margin-top: 40px;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 800;
    font-family: 'Poppins', sans-serif;
    color: #171d26;
    opacity: 1;
}

.section-howto .howto-call-to-action {
    display: inline-block;
    margin-top: 60px;
    padding: 6px 20px;
    font-size: 18px;
    border-radius: 50px;
    font-weight: 500;
    transition: all .5s ease;
    background-color: #000000;
    color: #ffffff;
}

.section-howto .howto-call-to-action:hover {padding: 6px 25px;}

.section-howto .howto-call-to-action i {
    margin-left: 10px;
    font-weight: 600;
}

.section-howto .howto-desc {
    color: #171d26;
    margin-top: 0;
    font-size: 30px;
    margin-bottom: 70px;
    font-weight: bold;
    position: relative;
}

.section-howto .howto-desc:after {
    content: "";
    width: 60px;
    height: 4px;
    background-color: #161c26;
    position: absolute;
    left: 0;
    bottom: -35px;
}

.howto-steps-list {
    padding: 0;
}

.howto-steps-list li {
    padding: 0;
    list-style: none;
    margin: 0;
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: 300;
}

/* section 12*/
.section-f12 {
    margin: 0 50px;
    padding: 120px 0;
    background: #000;
    background-size: 550px;
    background-repeat: no-repeat;
    background-position: right 30px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.section-f12:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(58,59,62,1);
    background: -moz-linear-gradient(45deg, rgba(58,59,62,1) 0%, rgba(0,0,0,0) 56%, rgba(0,0,0,0) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(58,59,62,1)), color-stop(56%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0)));
    background: -webkit-linear-gradient(45deg, rgba(58,59,62,1) 0%, rgba(0,0,0,0) 56%, rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(45deg, rgba(58,59,62,1) 0%, rgba(0,0,0,0) 56%, rgba(0,0,0,0) 100%);
    background: -ms-linear-gradient(45deg, rgba(58,59,62,1) 0%, rgba(0,0,0,0) 56%, rgba(0,0,0,0) 100%);
    background: linear-gradient(45deg, rgba(58,59,62,1) 0%, rgba(0,0,0,0) 56%, rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a3b3e', endColorstr='#000000', GradientType=1 );
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    border-radius: 10px;
}

.section-f12 .section-container {
}

.section-f12 .section-container .section-title {
    color: #777b84;
    font-size: 70px;
    line-height: 82px;
    margin-bottom: 60px;
    z-index: 1;
    position: relative;
}

.section-f12 .section-container .section-kicker {
    font-size: 26px;
    font-weight: 700;
    color: #777b84;
    text-transform: uppercase;
    margin-bottom: 20px;
    z-index: 1;
    position: relative;
}

.section-f12 .section-container .section-text {
    color: #767a84;
    font-size: 24px;
    font-weight: 300;
    margin-top: 20px;
    z-index: 1;
    position: relative;
}

/* Features */
.pandemic-section {
    border-radius: 7px;
    overflow: hidden;
    color: #fff;
    padding: 60px 90px;
    margin-bottom: 60px;
    /* margin-top: -50px; */
    background: #121217 url(../img/pandamic_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: bottom;
}
.pandemic-section .section-title {
    font-size: 50px;
    line-height: 58px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #ffffff;
    margin-bottom: 0.5em;
}
.pandemic-section .section-descr {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 2em;
    color: #999ca5;
    font-weight: 300;
}
.section-kicker {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px;
    color: #c51a32;
    display: block;
}

.fmsg-home {
    background-color: #f0eff1;
    padding: 20px 30px;
    border-radius: 63px;
    font-size: 20px;
    font-weight: bold;
    color: #a0a0a0;
    text-align: center;
}
.feature-block {
    margin-bottom: 70px;
    text-align: left;
    margin-top: 70px;
    padding: 30px 25px;
    border-radius: 6px;
}

.feature-title {
    margin-bottom: 10px;
    font-size: 22px;
    color: #191f22;
    text-align: center;
}

.feature-icon {
    width: 90px;
    display: block;
    margin: 0 auto;
    margin-bottom: 0;
    padding: 22px;
    border-radius: 50%;
    opacity: 0.7;
}

.feature-text {
    font-weight: 300;
    margin-bottom: 0;
    color: #5f5f5f;
    text-align: center;
}

.section-feature {
    padding: 100px 0;
}

.section-feature1 {
    padding: 100px 0;
    background-color: #F6F7FB;
}

.section-title {
    font-size: 60px;
    font-weight: 600;
    line-height: 66px;
    position: relative;
    font-family: 'Poppins', sans-serif;
    color: #191f22;
    letter-spacing: -2px;
}

.section-cat {
    text-transform: uppercase;
    /* letter-spacing: -1px; */
    font-weight: 700;
    color: #cacaca;
    font-size: 24px;
    margin-bottom: 26px;
    font-family: 'Poppins', sans-serif;
}

.section-desc {
    font-size: 21px;
    line-height: 35px;
    position: relative;
    color: #2d2d2d;
    margin-top: 1.5rem;
    font-weight: 300;
    margin-top: 50px;
}

.section-link {
    font-size: 14px;
    position: relative;
    color: #f27108;
    margin-top: 10px;
    display: inline-block;
}

.section-link:hover {
    color: #da6608;
}

.section-footer-text:before {
    content: "";
    position: absolute;
    height: 1px;
    width: 150px;
    background-color: #e2e2e2;
    top: 0;
}

.section-footer-text {
    margin-top: 70px;
    position: relative;
    padding-top: 16px;
    font-size: 14px;
    color: #ccc;
    line-height: 20px;
    font-weight: 300;
}

.shaped-element-1 {
    position: relative;
}

.shaped-element-1:before {
    content: "";
    opacity: 0.9;
    position: absolute;
    top: 250px;
    right: -46%;
    -webkit-transform: skew(29deg, -32deg);
    -ms-transform: skew(29deg, -32deg);
    transform: skew(29deg, -32deg);
    width: 100%;
    height: 417px;
    border-radius: 25rem 0 0 25rem;
    background-color: #F6F9FE;
    background: #F6F9FE;
    transform: rotate(34deg);
}

/* Section analytics */
.section-analytics {
    position: relative;
    padding-top: 200px;
    padding-bottom: 150px;
    /* background: linear-gradient(#FFFFFF,#F4F4F4); */
    overflow: hidden;
}
.rtf-video {
    width: 600px;
    margin-top: -30px;
    float: right;
}
/* Section portfolio */
.section-portfolio {
    padding-bottom: 50px;
    /* background: url(../img/background-analytics-front1.svg) no-repeat top left; */
    background-size: cover;
    background-position: 50% 80%;
    padding-top: 150px;
    background: linear-gradient(#ffffff,#F4F4F4);
    overflow: hidden;
    padding-top: 0;
}

/* Pricing tables */
.section-pricing {
    padding: 50px 0;
    /* background: linear-gradient(#f5f5f5,#fff); */
    margin-bottom: 90px;
}

.section-pricing .section-title {
    margin-top: 200px;
    font-size: 55px;
    line-height: 60px;
}

.pricing-tables-packages {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #9f9f9f;
    font-size: 15px;
    text-align: center;
}

.package {
    box-sizing: border-box;
    width: 340px;
    border-radius: 7px;
    padding: 40px 35px;
    transition: all 0.5s linear;
    position: relative;
    text-align: center;
    margin-right: 40px;
    margin-left: 40px;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #e6e6e6;
    min-height: 570px;
    -webkit-box-shadow: 0 7px 31px 0 rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0 7px 31px 0 rgba(0, 0, 0, 0.13)center;
    box-shadow: 0 7px 31px 0 rgba(0, 0, 0, 0.13);
}

.package:first-child {
    margin-right: 0px;
}

.package.active {
    -webkit-box-shadow: 0 7px 31px 0 rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0 7px 31px 0 rgba(0, 0, 0, 0.13)center;
    box-shadow: 0 7px 31px 0 rgba(0, 0, 0, 0.13);
    z-index: 1000;
    border-color: #1a3253;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fceae1+0,ffffff+100 */
    background: rgb(252,234,225);
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, rgba(252,234,225,1) 0%, rgba(255,255,255,1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(252,234,225,1) 0%,rgba(255,255,255,1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgb(232, 233, 234) 0%,rgba(255,255,255,1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceae1', endColorstr='#ffffff',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */
    margin-top: 0;
}

.package:hover {
}

.ptp-price {
    color: #191f21;
    font-weight: 800;
    font-size: 75px;
    margin-top: -5px;
    text-align: right;
    letter-spacing: -2px;
    font-family: helvetica;
}

.ptp-btn {
    background-color: #191f26;
    padding: 5px 10px;
    width: 150px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    margin-top: 10px;
}

.ptp-btn:hover {
    background-color: #e25e21;
    color: #fff;
}

.ptp-description {
    font-size: 14px;
    margin-bottom: 14px;
    color: #929292;
}

.ptp-price .ptp-price-dollar {
    font-size: 22px;
    line-height: 79px;
    vertical-align: top;
    margin-right: 5px;
}

.ptp-price .ptp-price-text {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 20px;
    display: inline-block;
    text-align: left;
    margin-left: 17px;
    width: 30%;
}

.ptp-name {
    font-weight: 800;
    font-size: 28px;
    margin-bottom: 0px;
    color: #1f2527;
    text-transform: uppercase;
}

.ptp-list {
    list-style: none;
    padding: 0;
    text-align: left;
    margin-top: 29px;
}

.ptp-list li {
    margin-bottom: 7px;
    font-size: 13px;
    /* border-bottom: 1px dashed #8590a245; */
    padding-bottom: 5px;
    color: #4a4a4a;
}

.ptp-list li.ptp-item-disabled {
    color: #d4d4d4;
}

.ptp-list li i {
    margin-right: 12px;
}

.ptp-list li:last-child {
    border-bottom: none;
}

/* Section outro */
.section-outro {
    padding: 150px 0;
    color: #fff;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e27644+0,e2520f+100 */
    background: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#f5f5f5));
    background: linear-gradient(#fff,#f5f5f5);
    position: relative;
}

.section-outro:after {
    /* content: ""; */
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url(../img/tile_fragments_lg.png) no-repeat left bottom;
    background-size: cover;
    bottom: 0;
    opacity: 0.7;
    z-index: 1;
}

.section-outro h1 {
    position: relative;
    z-index: 2;
    font-family: 'Poppins', sans-serif;
    color: #191f26;
    font-size: 55px;
    width: 60%;
    margin: 0 auto;
    font-weight: 300;
}

.section-outro p {
    font-size: 20px;
    line-height: 30px;
    position: relative;
    color: #7A8798;
    margin-top: 1.5rem;
    font-weight: 300;
    width: 80%;
    margin: 0 auto;
    margin-top: 30px;
}

.section-outro .btn {
    position: relative;
    border-radius: 40px;
    margin-top: 60px;
    margin-bottom: 30px;
    height: 31px;
    min-height: 50px;
    padding: 20px 30px;
    background: #191f27;
    border: none;
    color: #ffffff;
    -webkit-box-shadow: 0px 0px 27px -2px rgba(0,0,0,0.28);
    -moz-box-shadow: 0px 0px 27px -2px rgba(0,0,0,0.28);
    box-shadow: 0px 0px 27px -2px rgba(0,0,0,0.28);
    font-size: 14px;
    line-height: 12px;
    text-transform: uppercase;
    letter-spacing: .1rem;
    font-weight: 600;
    z-index: 2;
}

.section-outro .btn:hover {
    background-color: #1f83d2;
}

.map-marker-pulse {
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #f27108;
    position: relative;
    display: inline-block;
    margin-right: 10px;
}

.map-marker-pulse:before, .map-marker-pulse:after {
    content: '';
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #f27440;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    transform: scale(0.5);
    transform-origin: center center;
    animation: pulse-me 3s linear infinite;
}

.map-marker-pulse:after {
    animation-delay: 2s;
}

.has-blurred-shadow {
    box-shadow: 0px 15px 120px 10px rgba(0, 0, 0, 0.06);
}

.hidden-overflow {
    overflow: hidden;
}

.feature-stats-cards {
    position: relative;
    text-align: center;
    transform-style: preserve-3d;
    perspective: 500px;
    perspective-origin: 50% -90%;
    width: 100%;
    max-width: 550px;
    height: 350px;
    float: right;
    margin-bottom: 60px;
}

.fsc-item {
    position: absolute;
    text-align: center;
    transform: translateZ(-120px);
    transition: transform 500ms linear;
    width: 100%;
    background-color: #fff;
    border-radius: 8px;
}

.fsc-item img {
    width: 100%;
    border-radius: 8px;
}

.fsc-item:first-child {
    transform: translateZ(0);
}

.fsc-item:nth-child(2) {
    transform: translateZ(-40px);
}

.fsc-item:nth-child(3) {
    transform: translateZ(-80px);
}

.page-header {
    text-align: left;
    padding-top: 30px;
    background-color: #F4F6F8;
    margin: 0;
    margin-bottom: 50px;
}

.page-header .page-title {
    margin-top: 40px;
    font-size: 35px;
    font-weight: 600;
    line-height: 35px;
    color: #000;
}

.page-header .page-subtitle {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: #777777;
}

.page-header.black-style {
    background-color: #121217;
}

.page-header.black-style .page-title {
    color: #fff;
}

.page-header.black-style .page-subtitle {
    color: #575762;
}

.feature-portfolio-images {
    width: 560px;
    /* height: 200px; */
    top: -50px;
    right: 0;
    position: absolute;
    /* background: url('../img/dots_pattern.png'); */
    background-size: cover;
}

.fpi-item {
    text-align: center;
    transition: all 500ms linear;
    opacity: 0;
    float: right;
    margin-right: 10px;
    margin-bottom: 10px;
}

.animate-item.fpi-item:first-child {
    transform: rotate(6deg) translateX(-83px) translateY(172px) scale(1,1);
    opacity: 1;
}

.animate-item.fpi-item:nth-child(2) {
    transform: rotate(-6deg) translateX(0px) translateY(217px) scale(1,1);
    opacity: 1;
}

.animate-item.fpi-item:nth-child(3) {
    transform: rotate(13deg) translateX(-241px) translateY(-130px) scale(1,1);
    opacity: 1;
}

.animate-item.fpi-item:nth-child(4) {
    transform: rotate(-6deg) translateX(334px) translateY(5px);
    opacity: 1;
}

.fpi-item img {
    width: 220px;
}

.fpi-item-btn {
    text-align: center;
    transition: transform 500ms linear;
    background-color: transparent;
    border-radius: 8px;
}

.fpi-item-btn a {
    color: #ccc;
    width: 200px;
    height: 234px;
    display: block;
    padding: 87px 0;
    cursor: pointer;
    transition: all 500ms linear;
    background-color: #ffffffe6;
    border-radius: 8px;
    border: 1px dashed #ccc;
}

.fpi-item-btn a:hover {
    color: #f27112;
    background-color: #ffffff;
}

.fpi-item-btn a i {
    font-size: 23px;
    display: block;
    margin-bottom: 6px;
    border: 1px solid #ccc;
    /* display: inline-block; */
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    padding: 8px;
    margin-bottom: 10px;
}

.animated-box .bta, .animated-box .bta-1, .animated-box .bta-2, .animated-box .bta-3, .animated-box .bta-4, .animated-box .bta-5, .animated-box .bta-6 {
    opacity: 0;
    transition: all 1s ease;
    -webkit-transform: translate3d(0,30px,0);
    transform: translate3d(0,30px,0);
}

.animated-box.animated .bta, .animated-box.animated .bta-1, .animated-box.animated .bta-2, .animated-box.animated .bta-3, .animated-box.animated .bta-4, .animated-box.animated .bta-5, .animated-box.animated .bta-6 {
    transition: all 1s ease;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
}

.animated-box.animated .bta-1 {
    transition-delay: .2s;
}

.animated-box.animated .bta-2 {
    transition-delay: .4s;
}

.animated-box.animated .bta-3 {
    transition-delay: .6s;
}

.animated-box.animated .bta-4 {
    transition-delay: .8s;
}

.animated-box.animated .bta-5 {
    transition-delay: 1s;
}

.animated-box.animated .bta-6 {
    transition-delay: 1.2s;
}

.loader {
    background: rgba(255, 255, 255, 0.78) url(../img/loader.svg) no-repeat center center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1000000;
    background-size: 45px;
    min-height: 100px;
    text-align: center;
    padding-top: 20px;
    font-size: 15px;
}

.loader:after {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    content: attr(data-content);
    text-align: center;
    width: 100%;
    color: #d2d2d2;
}

/* User classrooms page*/
.u_classrooms_page .page-header .page-title {
    margin-top: 0;
}
.ucp_content {
    margin-top: -50px;
    background: #ffffff;
    padding: 80px 0;
    position: relative;
}
.ucp_classroom_info {
    border-radius: 5px;
    margin-bottom: 40px;
}
.ucpci-title {
    font-size: 24px;
}
.ucpci-subtitle {
    font-size: 18px;
    font-weight: 400;
    color: #787f84;
}
.ucpci_teacher {padding: 10px 20px;padding-left: 83px;background-color: #eaebef;border-radius: 5px;height: 70px;}
.ucpci_teacher img {
    width: 50px;
    border-radius: 50%;
    position: absolute;
    left: 30px;
}
.ucpci_tp-label {
    font-size: 13px;
    line-height: 22px;
}
.ucpci_tp-name {
    display: block;
    font-weight: bold;
    line-height: 19px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.classroom-sessions-list {
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
	border-radius: 4px;
}
.csl-item {
	background-color: #f9fafd85;
	/* margin-top: 10px; */
	position: relative;
	border: 1px solid #e4e4e4;
	border-radius: 5px;
	position:relative;
	margin-bottom: 20px;
	-webkit-box-shadow: 0px 0px 23px -8px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 0px 23px -8px rgba(0,0,0,0.35);
	box-shadow: 0px 0px 11px -7px rgba(0,0,0,0.35);
	display: flex;
}
.csl-item .csli-datetime-column {
	width: 170px;
	min-width: 170px;
	padding: 20px;
	border-right: 1px solid #e2e2e287;
	text-align:center;
	background-color: #F9FAFD;
	border-radius: 5px 0 0 5px;
}
.csl-item .csli-body-column {
	padding: 20px;
	width:100%;
	overflow: hidden;
}
.csl-item .csli-actions-column {
	padding:20px;
	text-align:center;
	width: 190px;
}
.cslib-header {
	display:flex;
}
.cslib-header .title {
	width:60%;
}
.csli-body-column .teacher {
	width: 160px;
	float: left;
	margin-right: 15px;
}
.csli-body-column .teacher .teacher-profile {
	display:inline-block;
	border-radius:60px;
	padding: 5px 20px 5px 4px;
	display: block;
	border: 1px solid #e0e2e2;
	position: relative;
	padding-left: 50px;
	background-color: #fbfcfd;
}
.csli-body-column .teacher .teacher-profile img {
	width: 35px;
	border-radius:50%;
	margin-right:10px;
	position: absolute;
	left: 4px;
	top: 4px;
}
.csli-body-column .teacher .teacher-profile .tp-label {
	display:block;
	font-size: 10px;
}
.csli-body-column .teacher .teacher-profile .tp-name {
	font-size: 14px;
	font-weight: 600;
	color: #787f84;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	line-height: 17px;
	display: block;
}

.csli-body-column hr {
	display:block;
	clear:both;
}
.csli-status {
	text-align:center;
	margin-bottom: 5px;
	margin-top: 10px;
	background-color:#e5ebf1;
	display:inline-block;
	padding: 5px 15px 3px;
	border-radius:20px;
	color:#788b9e;
	text-transform:uppercase;
	font-weight:600;
	line-height:12px;
	font-size:11px;
	letter-spacing:1px;
}
.csli-status.active {
	background-color:#009688;
	color:#ffffff;
}
.csli-status.live {
	background-color:#4CAF50;
	color:#ffffff;
	-webkit-animation: flash linear 1.4s infinite;
	animation: flash linear 1.4s infinite;
}
.csli-status.completed {
	background-color:#484e54;
	color:#ffffff;
}
.csli-status.expired,.sli-status.cancled {
	background-color:#d4665e;
	color:#ffffff;
}

.csli-date {
	text-align:center;
	color: #000;
	margin-bottom: 2px;
	margin-top: 10px;
}
.csli-date span {
	display:block;
	font-weight: 600;
	font-size: 20px;
	line-height: 21px;
}

.csli-time {
	text-align:center;
	padding-top:5px;
}
.csli-time:before {
	content:"";
	width: 30px;
	background-color:#dfe0e0;
	height:1px;
	display:block;
	margin:0 auto;
	margin-bottom:5px;
}
.csli-time .time {
	text-align:center;
	font-size: 30px;
	line-height:35px;
	color:#000;
	font-weight: 800;
}
.csli-time .duration {
	text-align:center;
	font-size: 12px;
	line-height: 27px;
	color: #737373;
	font-weight: 400;
	display:block;
}

.csl-item:hover {
	border: 1px solid #d4d3d3;
}
.csl-item:hover:before {
	display: block;
}
.csl-item.placeholder,.portfolio-wrap li.placeholder {
  position: relative;
  border: 1px dashed #ccc;
  background:transparent;
  height: 30px;
  width: 100%;
}
.csl-item h4 {
	line-height: 24px;
	font-size: 20px;
	font-weight: 700;
	margin: 0;
	margin-bottom: 4px;
	color: #3c3c3c;
}
.csl-item h5 {
	display: block;
	line-height: 14px;
	font-size: 13px;
	font-weight: 400;
	color: #656565;
	margin-bottom: 10px;
}
.csl-item p {
	color: #a9aaab;
	margin-bottom: 0;
}

.csl-item .attendees_list {
	float: left;
	padding-top: 2px;
}
.csl-item .actions-btns {
	display: block;
	text-align: center;
	margin-top: 50px;
}
.csl-item .attendees_list_more {
	width: 40px;
	height: 40px;
	display:inline-block;
	background-color: #2083d2;
	border-radius:50%;
	text-align:center;
	line-height: 33px;
	border:3px solid #fff;
	margin-left: -20px;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	text-decoration:none;
}
.csl-item .attendees_list_more:hover {
	background-color: #196bad;
}
.csl-item .attendees_list img {
	width:40px;
	height:40px;
	border-radius:50%;
	margin-left:-20px;
	border:3px solid #fff;
}
.csl-item .attendees_list img:first-child {
	margin-left:0px;
}



/*** Empty page ***/
.empty-page  {
	text-align:center;
	position:relative;
	display: table;
	height: 300px;
	width: 80%;
	margin: 90px auto;
}
.empty-page img {
	margin-left: auto;
	margin-right: auto;
	height: 110px;
}
.empty-page .empty-page-content {
	position:relative;
	display: table-cell;
	vertical-align: middle;
}
.empty-page .empty-page-content h2 {
	font-weight: 300;
	margin-top: 32px;
	color: #3A4253;
	margin-bottom: 12px;
}
.empty-page .empty-page-content p {
	margin-bottom: 30px;
	font-size: 16px;
	color: #596377;
	font-weight: 300;
}

/* Sessions end page */
.session_end_page {
    text-align: center;
}

.session_end_page h1.title {
    font-size: 35px;
    margin: 0 auto;
    line-height: 50px;
    color: #3b4144;
}

.session_end_page h2.subtitle {
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    color: #737373;
    margin-top: 10px;
}

.session_end_page .sep-header svg {
    width: 180px;
    height: 100px;
    margin-bottom: 30px;
}

.session_end_page .sep-header {
    padding: 90px 30px 90px 30px;
    background: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#f5f5f5));
    background: linear-gradient(#fff,#f5f5f5);
}

.sep_feedback {
    padding: 50px 30px;
}

/* Feedback */
.sep_feedback .w-rating {
    margin: 0 auto;
}

.w-rating .wr-title {
    font-size: 22px;
    margin-bottom: 40px;
    color: #a2a8ad;
}

.w-rating .wr-submit-btn {
    display: none;
}

.wr-result {
    display: none;
    font-weight: bold;
    font-size: 26px;
    color: #91a1a9;
}

.w-rating {
    width: 100%;
    max-width: 500px;
}

.wr-emotes {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-bottom: 90px;
}

.wr-emote {
    z-index: 1;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 60px;
    height: 60px;
    cursor: pointer;
}

.wr-emote .wr-emote__caption {
    font-size: 15px;
    font-weight: bold;
    color: #c8ced3;
    transition: -webkit-all 0.5s;
    transition: all 0.5s;
    transition: all 0.5s, -webkit-all 0.5s;
}

.wr-emote svg {
    display: block;
    margin-bottom: 15px;
    width: 100%;
    height: 100%;
    background: #c8ced3;
    border-radius: 50%;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
}

.wr-emote__eye {
    stroke: none;
    fill: #fff;
}

.wr-emote__smile {
    stroke: #fff;
    stroke-width: 10;
    stroke-linecap: round;
    fill: none;
}

.wr-emote:hover svg {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.wr-emote.s--active svg {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.wr-emote.s--active .wr-emote__caption {
    color: #655E53;
    margin-top: 8px;
}

.wr-emote.s--active.wr-emote-terrible svg {
    background: #f8b696;
}

.wr-emote.s--active.wr-emote-bad svg {
    background: #f9c686;
}

.wr-emote.s--active.wr-emote-okay svg {
    background: #FFD68C;
}

.wr-emote.s--active.wr-emote-good svg {
    background: #FFD68C;
}

.wr-emote.s--active.wr-emote-great svg {
    background: #FFD68C;
}

.wr-emote.s--active .wr-emote__eye {
    fill: #655E53;
}

.wr-emote.s--active .wr-emote__eye {
    fill: #655E53;
}

.wr-emote.s--active .wr-emote__smile {
    stroke: #655e53;
    stroke-width: 10;
    stroke-linecap: round;
    fill: none;
}

/* Application wizard */
.hide {
    display: none;
}

.application-page-container {
    margin-top: -30px;
    position: relative;
}
.application-page-container:before {
    width:100%;
    height: 45px;
    background-color:#111117;
    position:absolute;
    top: -28px;
    left:0;
    right:0;
    bottom:0;
    content:"";
    z-index: 10000000;
}
.awc-header {
    margin-bottom: 50px;
}
.awc-form-box {
    padding: 30px;
    background-color: #FAFAFA;
    border-radius: 6px;
}
.awc-footer {
    margin-top: 50px;
}
.awc-section-title {
    font-size: 18px;
    margin-bottom: 30px;
    margin-top: 0;
    position: relative;
    color: #99a1a9;
}
.aw-step-text {
    font-size: 15px;
    font-weight: bold;
    color: #ccc;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.aw-title {
    font-size: 28px;
    margin-bottom: 7px;
}

.aw-descr {
    font-weight: 300;
    font-size: 16px;
    width: 80%;
}

.aw-pane {
    position: absolute;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
}
.aw-captcha {
    width: 300px;
}
.aw-pane .error-message {
    display: none;
}

.aw-pane.active {
    position: relative;
    visibility: visible;
    opacity: 1;
}

.aw-pane.activing {
    visibility: visible;
}
.aw-total-ttc {
    padding: 20px;
    display: flex;
}
.aw-total-ttc span{
    font-size: 30px;
    font-weight: 800;
    margin-right: 8px;
}
.awt-number {
    display: inline-block;
    text-align: right;
    font-size: 16px;
    font-weight: 800;
    line-height: 23px;
    width: 150px;
}
.awt-text {
    width: 100%;
}
.aw-content {
    position: relative;
    padding: 0;
    -webkit-transition: height .2s ease;
    transition: height .2s ease;
    width: calc(100% - 40px);
    margin-bottom: 100px;
}
.aw-succes {
    margin-bottom: 120px;
    /* padding-left: 200px; */
    margin-top: 100px;
}
.aws-img {
    width: 400px;
    position: absolute;
    right: -400px;
    top: -104px;
    opacity: 0.3;
}

.aws-title {font-size: 55px;color: #e0e0e0;margin-bottom: 0;background: -webkit-gradient(linear, left top, left bottom, from(#8BC34A), to(#317733));background: -webkit-linear-gradient(top, #8BC34A 0%, #317733 100%);background: linear-gradient(180deg, #8BC34A 0%, #317733 100%);-webkit-text-fill-color: transparent;-webkit-background-clip: text;}

.aws-description {margin-top: 37px;color: #000;font-size: 19px;}
.aws-notice {
    font-size: 15px !important;
    background-color: #ffde93;
    padding: 15px 20px;
    border-radius: 10px;
    color: #634d16;
    font-weight: 500;
    margin-top: 25px;
}
.aws-subtitle {
    font-size: 34px;
    color: #000000;
    margin-bottom: 0;
}
#jc-wizard {
    padding: 20px;
}
#jcw-form .aw-succes {
    margin-top: 0;
    margin-bottom: 0;
}
.jcw-logo {
    width: 450px;
    margin: 0 auto;
    display: block;
    padding: 0 15px;
}

.aw-steps > li.done:after {
    content: "\f00c";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    text-align: center;
    line-height: 33px;
    color: #fff;
    font-size: 14px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    z-index: 1000;
    width: 32px;
    height: 32px;
    transform-style: preserve-3d;
}
.aw-steps > li.current:after {
    display:none;
}
.aw-steps > li.current {
    color: #fff !important;
    background-color: #121217 !important;
}

.aw-steps > li.done {
    color: #fff0 !important;
    background-color: #121217 !important;
}

.disabled {
    cursor: not-allowed !important;
}

.aw-pane {
}

.aw-steps {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
    position: relative;
    margin-bottom: 50px;
    z-index: 10000000;
}

.aw-steps:after {
    content: ""; 
    width: 100%;
    height: 3px;
    background-color: #e80d0d00;
    position: absolute;
    top: 17px;
    left: 0;
    z-index: 1;
}

.aw-steps > li {
    display: inline-block;
    color: #9c9fa3;
    cursor: pointer;
    background-color: #ececec;
    border-radius: 50%;
    margin-right: 50px;
    font-size: 13px;
    position: relative;
    z-index: 2;
    width: 38px;
    height: 38px;
    font-weight: 600;
    text-align: center;
    line-height: 32px;
    transform-style: preserve-3d;
    border: 3px solid #fff;
    transition: all 0.4s ease;
}

.aw-steps > li:last-child {
    margin-bottom: 0;
}

.aw-steps > li.current {
    /* border:3px solid #fff; */
    /* box-shadow: 0 0 0 2px #fff, 0 0 0 4px #000; */
    color: #fff !important;
    transform: scale(1.3);
}

.aw-steps > li.current:before,.aw-steps > li.done:before {
    content: "";
    height: 2px;
    width: 0;
    background-color: #ffffff00;
    position: absolute;
    left: 100%;
    top: 12px;
    border-bottom: 4px dotted #fff;
    z-index: 0;
    transform: translateZ(-1px);
}

.aw-steps > li.done:before {
    width: 65px !important;
}
.aw-steps > li.current:before {
    width: 0px !important;
}

.aw-steps > li:last-child:before {
    display: none;
}

.aw-buttons {
    margin-top: 10px;
}

.aw-buttons > a {
    padding: 5px 10px;
    margin-right: 5px;
    border: 1px solid #aaa;
    border-radius: 20px;
}

.aw-buttons > a.disabled {
    color: #aaa;
    border-color: #aaa;
}

/* Subjects list */
.aw-subjects-list {
    
}

.sl-item {
    margin-bottom: 25px;
    margin-top: 15px;
    -webkit-box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px #b2c6da12;
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.05), 0 1px 3px #b2c6da12;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#b2c6da12));
    background: linear-gradient(to bottom, #fff, #b2c6da12);
    border: 1px solid #e6e6e6;
    transition: all 0.3s ease;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}
.sl-item.selected,.sl-item.confirmed {
    background: -webkit-gradient(linear, left top, left bottom, from(#f9fafb), to(#fff));
    background: linear-gradient(to bottom, #f9fafb, #fff);
}

.sl-item:hover,.sl-item.selected {
    border: 1px solid #d8d5d5;
    transform: scale(1.02);
}
.sl-item.selected:before,.sl-item.confirmed:before {
    display:none;
}
.sl-item:hover:before {
    width:215px;
}
.sl-item:before {
    cursor:pointer;
    content:"";
    width:200px;
    height:300px;
    background-color: #cccccc1c;
    position:absolute;
    right:-40px;
    top:-100px;
    transform:rotate(30deg);
    transition:all 0.4s ease;
}
.sl-item.disabled {
    opacity: 0.4;
}

.sli-content {
    display: flex;
    padding: 20px;
    cursor: pointer;

}

.sli-content:hover {

}

.sli-content .sli-checkbox {
    width: 90px;
    text-align: left;
    padding: 5px 0;
}

.sli-content .sli-checkbox span {
    width: 30px;
    height: 30px;
    border: 2px solid #e7eaef;
    display: inline-block;
    border-radius: 4px;
    margin-top: 5px;
    margin-left: 5px;
}

.sli-content .sli-title {
    width: 100%;
    font-size: 22px;
    font-weight: bold;
    color: #657382;
}

.sli-content .sli-title span {
    font-size: 13px;
    font-weight: 400;
    display: block;
}

.sli-content .sli-price {
    width: 200px;
    font-size: 34px;
    font-weight: bold;
    text-align: center;
    line-height: 50px;
}
.sli-content .sli-price span {
    font-size: 16px;
    display: inline-block;
    font-weight: bold;
    line-height: 8px;
}

.sli-groups {
    display: none;
    transition: all 0.3s ease;
    padding: 15px;
}

.slig-title {
    position: relative;
    font-size: 15px;
    font-weight: 400;
    color: #637281;
    z-index: 111;
    padding: 18px 0px;
    line-height: 20px;
}

.slig-title span {
    display: block;
    font-size: 13px;
    font-weight: 400;
}

.sli-groups .slig-backdrop {
    background-color: #000000d4;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    border-radius: 10px;
    display: none;
}

.sli-groups-item {
    display: flex;
    position: relative;
    z-index: 3;
    background-color: #edf0f380;
    cursor: pointer;
    border-radius: 5px;
    /* height: 60px; */
    border: 1px solid #d6dee6;
    margin-bottom: 5px;
    transition: all 0.2s ease;
}

.slig-checkbox {
    width: 120px;
    text-align: center;
    padding: 17px 0;
}
.slig-checkbox .slig-checkbox-input {
    display:none;
}

.slig-checkbox span {
    width: 20px;
    height: 20px;
    border: 2px solid #d5dee6;
    display: inline-block;
    border-radius: 50%;
    transition: all 0.2s ease;
    margin: 0;
    margin-top: 6px;
}

.slig-name {
    width: 250px;
    font-weight: bold;
    line-height: 65px;
    padding: 0 20px;
}

.slig-classes {
    width: 100%;
    display: flex;
    background-color: #edf0f3;
    border-radius: 0 5px 5px 0;
}

.slig-classes-item {
    width: 100%;
    text-align: center;
    padding: 10px;
    line-height: 20px;
    border-right: 1px solid #d5dee6;
    position: relative;
}

.slig-classes-item:last-child {
    border-right: none;
}

.slig-classes-item:after {
    text-align: center;
    border-right: none;
    content: "+";
    font-family: arial;
    font-size: 18px;
    font-weight: bold;
    width: 20px;
    height: 20px;
    background-color: #cbd2d8;
    position: absolute;
    border-radius: 50%;
    right: -10px;
    top: calc(50% - 10px);
    color: #edf0f3;
    line-height: 20px;
    z-index: 100;
}
.slig-classes-item:last-child:after {
    display:none;
}

.sl-item.confirmed  {
    border-color: #358bdf;
}

.sl-item.confirmed .sli-checkbox span {
    border-color: #358bdf;
    position: relative;
}

.sl-item.confirmed .sli-checkbox span:after {
    content: "\f00c";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #358bdf;
    position: absolute;
    text-align: center;
    line-height: 26px;
    color: #fff;
    font-size: 16px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.sl-item.confirmed .slig-title {
    display: none;
}
.sl-item.confirmed .slig-checkbox {
    display: none;
}
.sl-item.confirmed .sli-groups-item {
    display: none;
}
.sl-item.confirmed .sli-groups-item.selected {
    display: flex;
    margin-bottom: 0;
    border: none;
    border-top: 1px solid #d5dee6;
    border-radius: 0;
}
.sligci-day {
    font-weight: bold;
    line-height: 25px;
}

.sligci-time {
    font-size: 15px;
    line-height: 22px;
}
.sli-content .sli-price em {
    font-size: 12px;
    line-height: 20px;
    display: block;
    font-weight: 400;
}
.sl-item.confirmed .sli-groups {
    padding: 0;
    margin-top: 5px;
}



.sli-groups-item:hover .slig-checkbox span {
    background-color: #358bdf;
    border-color: #f6f8f9;
}


/* iCheck 
----------------------------------- */
.icheckbox_button, .iradio_button {
    position: relative;
    display: block;
    margin: 0;
    padding: 0 15px 0 38px;
    font-size: 14px;
    line-height: 41px;
    color: #696971;
    background: #fff;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 0.25rem;
    cursor: pointer;
    border: 1px solid #c4cdd6;
    height: 42px;
    margin-bottom: 5px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .055em;
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.04), 0 1px 3px rgba(0, 0, 0, 0.03);
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.04), 0 1px 3px rgba(0, 0, 0, 0.03);
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f9fafb));
    background: linear-gradient(to bottom, #fff, #f9fafb);
}

.iradio_line em.invalid-input {
    position: absolute;
    left: 0;
    bottom: -50px;
}

.icheckbox_button .icheck_button-icon, .iradio_button .icheck_button-icon {
    position: absolute;
    left: 13px;
    line-height: 42px;
    width: 15px;
    text-align: center;
    font-size: 16px;
}

.icheckbox_button .icheck_button-icon.icheck_button-mark, .iradio_button .icheck_button-icon.icheck_button-mark {
    border: 1px solid #c4cdd6;
    border-radius: 50%;
    position: absolute;
    top: 18px;
    left: 13px;
    width: 15px;
    height: 15px;
    margin: -5px 0 0 0;
}

.icheckbox_button.hover, .icheckbox_button.checked.hover, .iradio_button.hover {
    background: #f6f6f6;
}

.icheckbox_button.checked, .iradio_button.checked {
    color: #358bdf;
    border: 1px solid #358bdf;
    background: linear-gradient(to bottom, #fff, #d2e6fb29);
}

.icheckbox_button.checked .icheckbox_button-icon, .iradio_line.checked .icheckbox_button-icon {
}

.icheckbox_line.checked .icheckbox_button-icon.icheckbox_button-mark, .iradio_line.checked .icheckbox_button-icon.icheckbox_button-mark {
    border: 1px solid #358bdf;
    background-color: #ffffff;
}

.icheckbox_line.checked .icheckbox_button-icon.icheckbox_button-mark:after, .iradio_line.checked .icheckbox_button-icon.icheckbox_button-mark:after {
    content: "";
    position: absolute;
    width: 9px;
    height: 9px;
    background-color: #358bdf;
    border-radius: 50%;
    left: 2px;
    top: 2px;
}

.icheckbox_line.disabled, .iradio_line.disabled {
    background: #ccc;
    cursor: default;
}

.icheckbox_line.disabled .icheck_line-icon, .iradio_line.disabled .icheck_line-icon {
    background-position: -30px 0;
}

.icheckbox_line.checked.disabled, .iradio_line.checked.disabled {
    background: #ccc;
}

.icheckbox_line.checked.disabled .icheck_line-icon, .iradio_line.checked.disabled .icheck_line-icon {
    background-position: -45px 0;
}

/* iCheck plugin Square skin, blue
----------------------------------- */
.icheckbox,
.iradio {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    cursor: pointer;
}

.icheckbox {border-radius: 3px;}
    .icheckbox.hover {
        border-color: #358bdf;
    }
    .icheckbox.checked {
    border-color: #358bdf;
    background-color: #358bdf;
    }
    .icheckbox.checked:before {
        content: "\f00c";
        font-family: 'FontAwesome';
        font-weight: 900;
        color: #fff;
        font-size: 10px;
        text-align: center;
        width: 18px;
        height: 18px;
        display: block;
        line-height: 18px;
    }
    .icheckbox.disabled {
        background-position: -72px 0;
        cursor: default;
    }
    .icheckbox.checked.disabled {
        background-position: -96px 0;
    }

.iradio {
    border-radius: 50%;
}
    .iradio.hover {
        border-color: #358bdf;
    }
    .iradio.checked {
    border-color: #358bdf;
    background-color: #358bdf;
    }
    .iradio.checked:before {
        content: "\f00c";
        font-family: 'FontAwesome';
        font-weight: 900;
        color: #fff;
        font-size: 10px;
        text-align: center;
        width: 18px;
        height: 20px;
        display: block;
        line-height: 18px;
    }
    .iradio.disabled {
        background-position: -192px 0;
        cursor: default;
    }
    .iradio.checked.disabled {
        background-position: -216px 0;
    }

.iradio_button .invalid-input {
    position: absolute;
    bottom: -34px;
    width: 100%;
    margin-bottom: 0;
    left: 0;
}

.full-width {
    width: 100% !important;
}

.input-icon {
    position: relative;
}

.input-icon i {
    position: absolute;
    right: 10px;
    top: 12px;
}

.alert-danger {
    color: #ffffff;
    background-color: #a94442;
    border-color: #a94442;
}

.alert {
    padding: 12px 20px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 14px;
}



@keyframes pulse-me {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }

    50% {
        opacity: 0.14;
    }

    70% {
        opacity: 0.09;
    }

    100% {
        transform: scale(4);
        opacity: 0;
    }
}
/* Sessions Planning  */
.fc_planning_table {
    display: flex;
    margin-bottom: 15px;
}

.fcpt_col {
    width: 100%;
    margin-right: 5px;
}
.fcpt_col {
    width: 100%;
    margin-right: 3px;
}
.fcptc_day {
    background-color: #121217;
    color: #fff;
    padding: 5px;
    border-radius: 4px;
    text-align: center;
    font-size: 16px;
}
.fcptcsl_item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 12px;
    margin-top: 3px;
    transition: all 0.3s ease;
    background-color: #f5f5f5;
    height: 125px;
    max-height: 125px;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    text-align: center;
}
.fcptcsl_item:not(.finished):hover,.fcptcsl_item:not(.finished):focus {
    background-color: #e6eef5;
    transform: scale(1.1);
    z-index: 1000;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 0 1px rgba(63,63,68,0.05), 0 1px 3px 0 rgba(63,63,68,0.15);
    box-shadow: 0 0 0 1px rgba(63,63,68,0.05), 0 1px 3px 0 rgba(63,63,68,0.15);
}
.fcptcsl_item.finished {
    opacity: 0.5;
}
.fcptcsli_title {
    font-size: 13px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* number of lines to show */
    color: #9199a0;
}
.fcptcsli_subject {
    font-size: 14px;
    border-radius: 17px;
    font-weight: 800;
    display: inline-block;
    color: #384b5a;
    margin-bottom: 5px;
}
.fcptcsli_time {
    font-size: 13px;
    font-weight: 800;
}
.fcptcsli_link {
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    outline: none;
    z-index: 100000;
}
.fcptcsli_link:focus{
    outline: none;
}
.fcptcsli_detail {
    display: none;
    
}
.fcptcsli_content {
    width:250px;
    padding: 30px 20px;
}
.fcptcsli_content i {
    font-size: 25px;
    background-color: #E6EEF5;
    text-align: center;
    line-height: 50px;
    height: 50px;
    width:50px;
    border-radius: 50%;
}
.fcptcsli_content p {
    margin-top: 20px;
}
.fcptcsli_lock_icon {
    position: absolute;
    bottom: 13px;
    right: 15px;
    font-size: 12px;
    opacity: 0.4;
}
.fc_planning_filter {
    padding: 20px;
    border-bottom: 1px solid #f1f1f1;
    margin-top: -50px;
    margin-bottom: 30px;
}
.fc_planning_info {
    padding: 20px 0;
    font-size: 14px;
    margin-bottom: 30px;
}
.fc_planning_info i {background-color: #637381;/* padding: 10px; */width: 25px;height: 25px;text-align: center;line-height: 25px;border-radius: 50%;margin-right: 6px;color: #fff;}
.fc_planning_title {
    margin-bottom: 10px;
    color: #5c6a75;
}
.fc_planning_annonce {background-color: #dae4ec;padding: 20px;border-radius: 5px;margin-bottom: 40px;color: #5c6a75;padding-left: 90px;position: relative;}
.fc_planning_annonce i {position: absolute;margin-top: 5px;left: 25px;background-color: #b5c0ca;width: 40px;height: 40px;border-radius: 50%;text-align: center;line-height: 40px;font-size: 18px;}
.fcptcsli_level {
    font-size: 12px;
    color: #697b8a;
    font-style: normal;
    margin-left: 5px;
    font-weight: 400;
}
.fc_planning_comments {
    margin-bottom: 35px;
}
.live{
    -webkit-animation: alertblink 2s ease-in-out infinite;
    animation: alertblink 2s ease-in-out infinite;
}
@-webkit-keyframes alertblink {
  0% {
    background-color: #f5f5f5;
  }
  50% {
    background-color: #f4fff4;
  }
  100% {
    background-color: #f5f5f5;
  }
}

@keyframes alertblink {
  0% {
    background-color: #f5f5f5;
  }
  50% {
    background-color: #f4fff4;
  }
  100% {
    background-color: #f5f5f5;
  }
}

.covid-annonce {
    background-color: #c51a32;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    padding: 30px;
    float: right;
    margin-top: 100px;
    transition: all ease 0.6s;
    text-align: center;
}
.covid-annonce:hover {
    transform: scale(1.1);
}
.ca-content {
    color: #fff;
}
.ca-content:hover {
    color: #fff;
}
.ca-content p {
    margin-top: 14px;
    font-weight: bold;
}

.popover {
    border-color: #eaeaea;
	-webkit-box-shadow: 0px 0px 5px rgba(86, 96, 117, 0.15);
	-moz-box-shadow: 0px 0px 5px rgba(86, 96, 117, 0.15);
	box-shadow: 0px 0px 5px rgba(86, 96, 117, 0.15);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	max-width: 350px;
	z-index: 10000000000000;
}
.popover-content {
	padding: 9px 14px 13px 14px;
	text-align: center;
}
.popover-title {
	background-color: #fff;
	margin: 0 5px;
	font-weight: bold;
	color: #505458 !important;
	text-align: center;
}
.popover.bottom .arrow {
    border-bottom-color: #eaeaea;
}
.popover.top>.arrow {
    border-top-color: rgb(234, 234, 234);
}
.popover.right>.arrow {
    border-right-color: rgb(234, 234, 234);
}
.popover.left>.arrow {
    border-right-color: rgb(234, 234, 234);
}
/* Video modal */
#vidBox {
    display: none;
}
#closer_videopopup{
    position: absolute;
    display: table-cell;
    right: 2%;
    top: 2%;
    font-size: 25px;
    text-align: center;
    vertical-align: middle;
    padding: auto;
    cursor: default;
    background: none;
    border: none;
    color: #ffffff;
    z-index: 100004;
    cursor: pointer;
}

#opct{
    position: fixed;
    z-index: 100000;
    width: 100%;
    height: 100%;
    top: 0;
    left:0;
    bottom: 0;
    right: 0;
    filter: alpha(opacity=90);
    -moz-opacity: 0.90;
    opacity: 0.9;
}

#videCont{
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
    margin: auto;
    max-width: 85%;
    height: 0;
    height: 0;
}
#yt_video{
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}
#vidBox iframe{
   position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1 !important;
}
#vidBox video{
    position: absolute;
    left: 0;
    width: 100%;
    opacity: 1 !important;
}
#video1{
    cursor: pointer; cursor: hand;
}


@media (max-width: 767px) {
    .signin-container aside {
        display: none;
    }

    .signin-container main {
        flex-basis: 100%;
    }
    .join-container aside {
        display: none;
    }
    .join-container main form {
        border: none;
        padding: 45px 15px;
    }
    .join-container main {
        flex-basis: 100%;
    }
    .b_index_list {
        margin-top: 50px;
    }
    .bil-item {
        width: 100%;
    }
    /* Sessions grid list style*/
    .classroom-sessions-list {}
    .classroom-sessions-list .csl-item {
    	background-color: #fff;
    	width:350px;
    	display:block;
    	margin-left: 15px;
    	min-width: 350px;
    	float: left;
    }
    .classroom-sessions-list .csl-item .csli-datetime-column {
    	width:100%;
    	border-right:none;
    	border-bottom:1px solid #e2e2e287;
    	text-align: left;
    	position: relative;
    	display: flex;
    	padding: 20px 20px 10px;
    }
    .classroom-sessions-list .csl-item .csli-datetime-column .csli-status {/* display: block; *//* float: right; */position: absolute;top: -20px;left: 20px;}
    .classroom-sessions-list .csl-item .csli-datetime-column .csli-date {text-align: left;width: 50%;}
    .classroom-sessions-list .csl-item .csli-datetime-column .csli-time {text-align: right;width: 50%;}
    .classroom-sessions-list .csl-item .csli-datetime-column .csli-time:before {background:transparent;margin: 0;}
    .classroom-sessions-list .csl-item .csli-body-column .cslib-header .title {
    	width:100%;
    }
    .classroom-sessions-list .csl-item .csli-actions-column {
        padding: 20px;
        text-align: center;
        width: 100%;
        border-top: 1px solid #eeefef;
        background-color: #fbfcfd;
    }
    .classroom-sessions-list .csl-item .actions-btns {
    	margin: 0;
    	text-align: right;
    }
    .classroom-sessions-list .csli-body-column .teacher {
    	width:155px;
    }
    .classroom-sessions-list .csl-item .attendees_list img {
    	margin-left:-25px;
    }
    .classroom-sessions-list .csl-item .attendees_list img:first-child {
    	margin-left:0;
    }
}

@media (min-width: 992px) {
    .package {
        /* width: 260px; */
    }
}

@media (max-width: 1200px) {
    .jumbotron .hero-image {
        margin-right: 0px;
    }

    .section-about {
        padding: 100px 0;
    }

    .feature-block {
        margin-bottom: 30px;
        padding: 30px 0px;
    }

    .feature-stats-cards {
        width: 600px;
        margin-right: -150px;
        max-width: 700px;
    }

    .section-f12 {
        margin: 0;
        border-radius: 0;
    }

    .section-howto {
        margin: 0px 30px;
    }

    .section-howto .howto-right {
        width: 60%;
    }

    .section-outro h1 {
        width: 80%;
    }

    .cta {
        width: 360px;
    }
.pandemic-section {}
}

@media (min-width: 1200px) {
    .jumbotron-title {
        width: 550px;
    }

    .jumbotron-descr {
        width: 450px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 940px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

@media (max-width: 992px) {
    .jumbotron .hero-image-container {
        height: 343px;
    }

    .jumbotron-title {
        margin-top: 20px;
        font-size: 80px !important;
    }

    .feature-block {
        margin-bottom: 0px;
        text-align: center;
        margin-top: 70px;
        padding: 30px 10px;
        border-radius: 6px;
    }

    .feature-icon {
        float: none;
        margin-right: 0;
    }

    .feature-stats-cards {
        transform: rotate(-10deg);
        width: 680px;
        margin-right: -380px;
        max-width: 700px;
        margin-top: -50px;
    }

    .section-f12 .section-container .section-title {
        /* color: #fff; */
        /* width: 520px; */
        font-size: 60px;
    }

    .section-f12 {
    }

    .feature-portfolio-images {
        left: -80px;
    }

    .section-howto .howto-left {
        width: 100%;
        padding: 0;
        box-sizing: border-box;
        float: none;
        opacity: 1;
    }

    .section-howto .howto-right {
        width: 80%;
        padding: 30px 0px;
        box-sizing: border-box;
        float: none;
        opacity: 0.8;
    }

    .section-howto .howto-subtitle {
        display: none;
    }

    .section-howto .howto-call-to-action {
        display: none;
    }

    .section-testimonials {
        text-align: center;
        padding-top: 120px;
        padding-bottom: 120px;
    }

    .section-testimonials .section-desc {
        margin-top: 30px;
    }

    .testimonials-list .testimonials-item {
        margin-top: 50px;
        width: 30%;
        height: 250px
    }

    .cta {
        width: 100%;
    }
    .b_index_list {
        margin-top: 50px;
    }
    .bil-item {
        width: 100%;
    }
    .rtf-video {
width: 600px;
    margin: 0 auto;
    margin-top: 20px;
    }
    .covid-annonce {
        margin-left:auto;
        margin-right: auto;
        float: none;
    }
}

@media (max-width: 767px) {
    .jumbotron .hero-image-container {
        height: 269px;
    }

    .jumbotron-title {
        margin-top: 90px;
        font-size: 64px !important;
    }

    .feature-stats-cards {
        transform: rotate(0);
        width: 500px;
        margin-right: 0;
        margin-top: 40px;
        margin: 80px auto;
        float: none;
    }

    .fsc-item img {
        width: 100%;
    }

    .section-title {
        font-size: 50px;
        line-height: 55px
    }

    .section-desc {
        margin-top: 30px;
    }

    .testimonials-list .testimonials-item {
        width: 100%;
        height: auto;
        padding: 30px 40px;
        text-align: left;
        margin-bottom: 15px;
        margin-top: 15px;
        min-height: auto;
    }

    .section-footer .support_email {
        float: none;
    }

    .section-howto .howto-left {
        width: 100%;
        opacity: 0.6;
    }

    .section-howto .howto-right {
        width: 100%;
    }

    .section-howto {
        margin: 0px 30px;
        padding: 80px 40px;
    }

    .section-howto .howto-title {
        font-size: 85px;
        line-height: 75px;
    }

    .section-outro h1 {
        width: 100%;
    }

    .section-outro p {
        width: 100%;
    }

    .section-f12 .section-container .section-title {
        /* width: 540px; */
        font-size: 60px;
    }

    .section-f12 .section-container .section-text {
        /* width: 400px; */
    }

    .section-f12 {
    padding: 50px 0;
    }

    .section-footer {
        text-align: center;
    }

    .jumbotron {
        padding-top: 90px;
        padding-bottom: 30px;
    }

    .section-analytics {
        text-align: center;
        padding: 100px 0;
    }

    .section-portfolio {
        padding: 100px 0;
        text-align: center;
    }

    .feature-portfolio-images {
        position: relative;
        left: 0;
        top: 0;
    }

    .section-outro {
        padding: 100px 50px;
    }

    .section-footer .company-data {
        text-align: center;
    }

    .section-footer .company-data .logo {
        float: none;
        margin-right: 30px;
    }

    .section-footer .social-icons {
        text-align: center;
        width: 100%;
    }

    .section-footer .social-icons a {
        text-align: center;
        display: inline-block;
        float: none;
    }

    .section-footer .pull-right {
        float: none!important;
    }

    .section-footer .nav {
        text-align: center;
    }

    .section-footer .copyright {
        text-align: center;
    }

    .section-footer .nav>li a {
        margin-left: 0;
        margin-right: 10px;
    }

    .section-about .section-description {
        width: 100%;
    }

    .section-about .col-xs-12 {
        width: 33.33%;
    }
    /* sessions planning */
    .fc_planning_table {
        display: block;
        margin-bottom: 60px;
    }
    .fcptcsl_item:hover,.fcptcsl_item:focus {
        background-color: #e6eef5;
        transform: scale(1);
        z-index: 1000;
        border-radius: 0;
        -webkit-box-shadow:none;
        box-shadow:none;
    }
    .fcptcsl_item {
        flex-direction: initial;
        justify-content: space-between;
    height: auto;
    max-height: auto;
    }
    .fcptcsli_header {
        text-align: left;
    }
    .fcptcsli_footer {
        width: 120px;
        text-align: right;
        display: flex;
        align-items: center;
        justify-content: center;
    }

}

@media (max-width: 576px) {
    .jumbotron .hero-image-container {
        width: 100%;
        height: 412px;
    }

    .jumbotron .hero-image-container .demo-btn {
        opacity: 1;
        -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
        -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
        box-shadow: 0 0px 80px rgba(255, 255, 255, 0.52);
    }

    .jumbotron .hero-image-container:hover:after, .jumbotron .hero-image-container:active:after {
        opacity: 0;
    }

    .demo-modal {
        top: 5%;
        left: 5%;
        right: 5%;
        bottom: 5%;
        height: 90%;
    }

    .jumbotron .hero-image {
        /* width: 100%; */
        height: 300px;
        transform: rotate(10deg);
        top: 51px;
        left: -40px;
    }

    .jumbotron-title {
        margin-top: 35px;
        font-size: 55px !important;
        line-height: 64px;
        z-index: 100000;
        position: relative;
        text-shadow: 2px 2px 0px #ffffff;
        text-align: center;
    }

    .jumbotron-descr {
        font-size: 18px !important;
        text-align: center;
        width: 100%;
    }

    .jumbotron a.jumbolink {
        font-size: 14px;
        margin: 25px auto;
        display: block;
        width: max-content;
    }
.jumbotron a.jumbolink-second {
    font-size: 14px;
    margin: 25px auto;
    display: block;
    width: max-content;
}
.navbar .phonenumber {/* margin-top: 0; *//* margin: 10px; */border-radius: 0;margin: 0;height: 45px;background-color: #000;color: #fff;padding: 10px 20px;}
    .section-about {
        padding: 70px 0;
    }

    .section-about .section-description {
        width: 100%;
        margin-bottom: 50px;
    }

    .feature-block {
        text-align: left;
        margin-top: 20px;
        padding: 0;
    }

    .feature-icon {
        float: left;
        margin-right: 20px;
    }

    .section-analytics {
        padding-top: 70px;
    }
.rtf-video {
    width: 100%;
    margin: 0 auto;
}
    .feature-stats-cards {
        width: 320px;
        height: 180px;
    }

    .section-f12 .section-container .section-title {
        /* width: 350px; */
        font-size: 42px;
        line-height: 54px;
        margin-bottom: 40px;
    }

    .section-f12 .section-container .section-kicker {
        font-size: 20px;
    }

    .section-f12 .section-container .section-text {
        /* width: 300px; */
        font-size: 22px;
    }

    .section-f12 {
        padding: 20px 15px;
    }

    .feature-portfolio-images {
        width: 500px;
        left: -23px;
    }

    .section-howto {
        margin: 0;
        border-radius: 0;
        padding: 80px 40px;
        padding-bottom: 30px;
    }

    .section-howto .howto-title {
    }

    .section-outro h1 {
        font-size: 42px;
        line-height: 56px;
        width: 100%;
    }

    .section-outro {
        padding: 80px 0px;
    }

    .section-about .col-xs-12 {
        width: 100%;
    }

    .public-classe-page .pc-meta {
        display: block;
    }

    .public-classe-page .pc-meta > div {
        border-right: 0;
        margin-right: 0;
        border-bottom: 1px solid #53535d6b;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .public-classe-page .pc-meta > div:last-child {
        border-bottom: none;
    }
    .aw-steps {
        float: none;
        width: 100%;
        margin-bottom: 24px;
    }
    .aw-content {
        float: none;
        padding-left: 0;
        width: 100%;
    }
    .aw-steps > li {
        margin-bottom: 0;
        margin-right: 40px;
     }
    .aw-steps > li.current:before, .aw-steps > li.done:before {height: 3px;width: 55px;left: 0;top: 14px;}
    .aw-steps > li.done:before {
        height: 3px !important;
        width: 75px;
    }
    .aw-steps:after {height: 3px;width: 100%;top: 14px;left: 0;}
    .sli-groups-item {
        flex-wrap: wrap
    }
    .slig-checkbox {
        width: 60px;
    }
    .slig-name {
        width: 220px;
    }
    .sli-content .sli-checkbox {
        display: none;
    }
    .awc-form-box {
        padding: 30px 15px;
    }
.pandemic-section {padding: 30px;}
.pandemic-section .section-title {font-size: 32px;line-height: 42px;}
}
