html {
    height: 100%;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 100%;
    height: 100%;
    font-weight: 400;
    overflow: hidden;
    background: #25272C;
    padding: 0px;
    margin: 0px;
    counter-reset: my-sec-counter;
}

p {
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    text-align: left;
    font-weight: 300;

}

h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 30px;
    margin-top: 0px;
}

h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    font-weight: 400;
}

h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    color: #fff;
    margin: 0px;
    padding: 0px;
    font-weight: 400;
    margin-bottom: 0px;
}

img {
    display: inline-block;
    margin-bottom: 10px;
}

h4 {
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    margin: 0px;
    padding: 0px;
    font-weight: 400;
    margin-bottom: 10px;
}

.h4-1 {
    color: #EF2929;
}

.h4-2 {
    color: #ffcd00;
}

.h4-3 {
    color: #0974CC;
}

.menu-title {
    font-size: 1.5rem;
    font-weight: 300;
}

.active.text-yellow {
    color: #ffcd00 !important;
}

.active.text-red {
    color: #EF2929 !important;
}

.active.text-blue {
    color: #0974CC !important;
}

.navbar {
    padding: 5px 10px;
    background: #ed1c24 border: none;
    border-radius: 0;
    margin-bottom: 15px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
    height: 100%;
}


#sidebar {
    width: 350px;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    background-color: transparent;
    color: #fff;
    transition: all 0.6s cubic-bezier(0.945, 0.020, 0.270, 0.665);
    transform-origin: bottom right;
    text-align: right;
    transform: rotateY(0deg);

}

#sidebar.expand {
    width: 400px;

}


#sidebar.active {
    margin-left: -350px;
    transform: rotateY(100deg);
    1display: none;
}

#sidebar .sidebar-header {
    padding: 20px;
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #47748b;
}


a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}



ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386D5;
}





/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
    width: 100%;
    padding: 0;
    height: 100%;
    transition: all 0.3s;
    position: relative;
}

.nav-toggle-wrap {
    position: absolute;
    right: 0;
    z-index: 998;
}

#sidebarCollapse {
    width: 40px;
    height: 40px;
    cursor: pointer;
    position: fixed;
    background-color: #ed1c24;
    display: none;
    z-index: 998;
    top: 10px;
    right: 10px;
    transition: all 0.3s cubic-bezier(0.810, -0.330, 0.345, 1.375);

}

#sidebarCollapse.active::before {
    color: #fff;
    transition-delay: 0s;
    content: "MENU";
}

#sidebarCollapse::before {
    content: "";
    position: absolute;
    left: -55px;
    top: 10px;
    color: #000;
    transition-delay: 0.5s;
}

#sidebarCollapse:hover {
    background-color: #ed1c24
}

#sidebarCollapse span {
    width: 80%;
    height: 2px;
    margin: 0 auto;
    display: block;
    background: #fff;
    transition: all 0.8s cubic-bezier(0.810, -0.330, 0.345, 1.375);
    transition-delay: 0.2s;
}

#open-button {
    display: none;
}

#sidebarCollapse span:first-of-type {
    transform: rotate(45deg) translate(2px, 2px);
}

#sidebarCollapse span:nth-of-type(2) {
    opacity: 1;
}

#sidebarCollapse span:last-of-type {
    transform: rotate(-45deg) translate(1px, -1px);
}


#sidebarCollapse.active span {
    transform: none;
    opacity: 1;
    margin: 5px auto;
}


#sidebarCollapse2 {
    width: 40px;
    height: 40px;
    background-color: rgb(37, 39, 44);

    cursor: pointer;
    position: fixed;
    top: 10px;
    right: 10px
}

.btn-primary {
    background: #ed1c24 border-color: #ed1c24 font-weight: 300;
    padding: 5px;

}


#sidebarCollapse2 span {
    width: 80%;
    height: 2px;
    margin: 0 auto;
    display: block;
    background: #fff;
    transition: all 0.8s cubic-bezier(0.810, -0.330, 0.345, 1.375);
    transition-delay: 0.2s;
}

#sidebarCollapse2 span:first-of-type {
    transform: rotate(45deg) translate(2px, 2px);
}

#sidebarCollapse2 span:nth-of-type(2) {
    opacity: 0;
}

#sidebarCollapse2 span:last-of-type {
    transform: rotate(-45deg) translate(1px, -1px);
}


#sidebarCollapse2.active span {
    transform: none;
    opacity: 1;
    margin: 5px auto;
}

.vertical {
    display: none;
}



.logo_nav {
    position: absolute;
    z-index: 999;
    width: 150px;
    left: 10px;
    top: 10px;
    display: block;
    background-color: #fff;
    padding: 8px;
}

.logo_nav img {
    max-width: 100%;
    margin-bottom: 0px;
}


.logo_nav_bottom {
    position: absolute;
    z-index: 999;
    width: 200px;
    bottom:0px;
    left: 50%;
     margin-top: 20px;
    transform: translateX(-50%);
    display: block;
}

.logo_nav_bottom img {
    max-width: 100%;
}



/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */


.annotation {
    display: none !important;
}

.sidemenu {
    background-color: #2E2E38;
    color: white;
    position: fixed;
    top: 0px;
    right: 0px;
    width: 400px;
    height: 100%;
    overflow: hidden;

}

.sidemenu-inner {
    position: relative;
    max-height: 100%;
    height: 100vh;
}


#api-frame {
    height: 100vh;
}

.list-group-item {
    background-color: transparent;
    padding-bottom: 0px;
    padding-top: 0px;
    text-align: left;
    list-style: none;
    list-style-type: none;

}

a {
    color: white;
}

.list-group-item a {
    display: block;
    padding: 5px;

}



.cbox {
    padding: 20px;
    display: none;
    height: 100%;
    position: relative;
    background-color: rgb(37, 39, 44);
    padding-bottom: 50px;


}

.post {
    padding: 12px;
    padding-left: env(safe-area-inset-left);
    padding-right: env(safe-area-inset-right);
}

.cbox-inner {

    height: calc(100% - 100px);
    overflow-y: auto;
    overflow-x: hidden;
    padding-top: 20px;
    padding-right: 30px;
    text-align: left;
    padding-bottom: 30px;
}

.cbox-inner .col {
    padding-right: 0px;
}

.cbox-btn {

    text-align: left;
    width: 100%;

}

.cbox-btn ul li a {

    color: #909091;
    font-size: 1.3rem;
    font-weight: 300;
}

.cbox-btn ul li a.active {
    color: #fff;
    font-size: 1.3rem !important;
    font-weight: 600;
}

.cbox-btn ul li a:hover {
    text-decoration: none;
}

.btn-cbox-close {
    position: absolute;
    right: 20px;
    top: 25px;
    z-index: 9999;
    padding: 0px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 25px;
    text-align: center;
    display: none;

}

.btn-cbox-close:hover {
    color: #fff;
    background-color: #004883;
    text-decoration: none;
}

.sidemenu-inner {}

.sidemenu-inner #menu-group {

    padding-right: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: right;
    width: 200px;
}

.sidemenu-inner #menu-group h4 {
    padding: 7px 15px;
}


.sidemenu-inner #menu-group ul > li {
    border-radius: 0;
    padding: 0;
    border-width: 0px;
    padding-right: 15px
}

.sidemenu-inner #menu-group li a,
.sidemenu-inner #menu-group li button {
    border-radius: 0;
    padding: 7px 15px;
    background: none;
    border: none;
    text-align: right;
    outline: none;
    color: #ffffff;
    transform: translateZ(0);
    transition: all .3s;
    font-size: 20px;
    font-weight: 300;
    color: #909091;
    position: relative;
    display: block;
    width: 100%
}


.sidemenu-inner #menu-group li a:hover,
.sidemenu-inner #menu-group li button:hover {
    padding-right: 20px;
    font-weight: 400;
    color: #fff;
}

.sidemenu-inner #menu-group ul li {
    position: relative;
}

.sidemenu-inner #menu-group ul > li.mainli::after {
    content: "";
    background-color: #909091;
    width: 3px;
    height: 3px;
    position: absolute;
    top: 22px;
    right: 3px;
    border-radius: 50%;
    transition: all .3s;

}

.sidemenu-inner #menu-group ul li > .btn-main {
    transition: all .3s;
}

.sidemenu-inner #menu-group ul li > .btn-main::after {
    transition: all .3s;
}

.sidemenu-inner #menu-group ul li > .btn-main:not(.collapsed)::after {
    content: "";
    border: 1px solid #ffcd00;
    background-color: transparent;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 16px;
    right: -18px;
    border-radius: 50%;
}


.desktop .sidemenu-inner #menu-group ul li > .btn-main:hover::after {
    content: "";
    border: 1px solid #ffcd00;
    background-color: transparent;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 16px;
    right: -18px;
    border-radius: 50%;
}




.sidemenu-inner #menu-group li ul li a {
    padding: 3px 0px;
    padding-right: 10px;

    position: relative;
    font-weight: 300;
    color: #fff;
}


.sidemenu-inner #menu-group li a:active,
.sidemenu-inner #menu-group li a:focus,
.sidemenu-inner #menu-group li a:hover {
    text-decoration: none;
    box-shadow: none;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
}

.navbar.navbar-expand-lg .container-fluid {
    padding: 0;
}

.navbar.navbar-expand-lg .container-fluid .navbar-nav ul li a {}

.navbar.navbar-expand-lg .container-fluid .navbar-nav ul li a:hover {
    color: #fff;
}

.none-ele {
    display: none !important;
}

.con-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
}



#logoicon {
    background-image: url(../img/logo.svg);
    height: 70px;
    width: 70px;
    position: fixed;
    left: 10px;
    top: 10px;
    background-repeat: no-repeat;
    z-index: 999;
    background-size: cover;
    display: block;
}

.box-video {
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    display: none;
    z-index: 999;
}

.overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
    z-index: 999;
}



*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.clearfix:before,
.clearfix:after {
    content: '';
    display: table;
}

.clearfix:after {
    clear: both;
}



a {
    color: #4e4a46;
    text-decoration: none;
    outline: none;
}

a:hover,
a:focus {
    color: #c94e50;
    outline: none;
}

.link-pdf {
    color: #c94e50;
    text-decoration: underline;
}

button:focus {
    outline: none;
}

section {
    padding: 1em;
    text-align: center;
}

/* Header */
.codrops-header {
    margin: 0 auto;
    padding: 3em 2em;
    text-align: center;
}

.codrops-header h1 {
    margin: 0 auto;
    font-weight: 800;
    font-size: 3.75em;
    line-height: 1;
}

.codrops-header h1 span {
    display: block;
    font-size: 50%;
    font-weight: 400;
    padding-top: 0.325em;
}

.codrops-links {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.69em;
    line-height: 2.2;
    padding: 1.61em 5em;
}

.codrops-links a {
    display: inline-block;
    padding: 0 1em;
    text-decoration: none;
    letter-spacing: 1px;
}

.codrops-icon:before {
    margin: 0 4px;
    text-transform: none;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    font-family: 'codropsicons';
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;
}

.codrops-icon-drop:before {
    content: "\e001";
}

.codrops-icon-prev:before {
    content: "\e004";
}

/* Demo Buttons Style */
.codrops-demos {
    font-size: 1em;
    max-width: 1200px;
    margin: 3em auto 5em;
    padding: 2em 10em 0;
}

.codrops-demos > a {
    display: inline-block;
    margin: 0.75em;
    padding: 1.35em 1.1em;
    width: 15em;
    background: #fffce1;
    outline: none;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 800;
    border-radius: 20px/50px;
}

.codrops-demos > a.current-demo {
    background: #c94e50;
    color: #fffce1;
}

/* Related demos */
.related {
    margin-top: 5em;
    padding: 0 3em 5em;
}

.related p {
    font-size: 1.5em;
    font-weight: 700;
}

.related > a {
    display: inline-block;
    text-align: center;
    margin: 20px 10px;
    padding: 25px;
    border-radius: 35px/200px;
    background: #fffce1;
    max-width: 100%;
}

.related a img {
    max-width: 100%;
    opacity: 0.8;
    border-radius: 20px/100px;
}

.related a:hover img,
.related a:active img {
    opacity: 1;
}

.related a h3 {
    margin: 0;
    padding: 0.5em 0.75em 0.3em;
    max-width: 300px;
    text-align: left;
}

body #cdawrap {
    top: auto;
    bottom: 35px;
    right: 35px;
    background: #b4bad2;
    border: 1px solid rgba(131, 135, 151, 0.6);
}

.demo-wave body #cdawrap {
    top: 35px;
    right: 35px;
    bottom: auto;
}

#sidebar ul li {
    padding-left: 50px;
    margin-right: 20px;
    padding-right: 40px;
}

#sidebar ul li::after {
    counter-increment: my-sec-counter;
    content: ""counter(my-sec-counter);
    position: absolute;
    right: 8px;
    top: 8px;
    color: black;
    font-size: 20px;



}

#sidebar ul li > a {

    text-align: right;
    font-size: 20px;
    word-wrap: break-word;
    text-decoration: none;
    color: black;
    padding-bottom: 10px
}

#sidebar ul li > a:hover {


    color: rgb(237, 28, 36);
    text-decoration: none;
}

.vm_logo {
    position: fixed;
    bottom: 5px;
    left: 15px;
    z-index: 99;
    width: 200px;

}

.vm_logo img {
    max-width: 100%;
}

.menu-title {
    text-align: center;
}

.list-group {
    width: 100%;
}

.list-group-item {
    border-width: 0px;
}

#menu-group {
    z-index: 9999;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
    display: none;
    padding-bottom: 70px
}

.shape-overlays {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0px;
    right: 0px;
}

.shape-overlays__path:nth-of-type(1) {
    fill: #ed1c24;
}

.shape-overlays__path:nth-of-type(2) {
    fill: #c1c1c1;
}

.shape-overlays-pbox .shape-overlays__path:nth-of-type(2) {
    fill: #fff;
}

.shape-overlays-pbox {
    position: absolute;
    height: 120%;
    width: 100%;
    top: 0px;
    left: 0px;
}


.shape-overlays-pbox.is-opened .finish.shape-overlays__path:nth-of-type(1),
.shape-overlays-pbox.is-opened .finish.shape-overlays__path:nth-of-type(2) {
    fill: none;
}

#menu-group h1 {
    color: black;
    margin-bottom: 5px;
}

#menu-group p {
    color: black;
    margin-top: 0px;
    opacity: 1;
    padding-left: 20px;
    padding-right: 20px;


}

.pbox {
    width: 600px;
    min-height: 490px;
    background-color: transparent;
    position: absolute;
    top: 50px;
    left: 50px;
    z-index: 999;
    overflow: visible;
    display: none;
}

.pbox-inner {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 50px;
    border-bottom: 5px solid #ed1c24;
    background-color: rgba(255, 255, 255, 0.85);
    display: none;
    z-index: 99;
    max-height: 90vh;
        overflow: auto;

}

.pbox-inner.active {
    display: block;
}

.pbox.active {
    display: block;
}

h2 {
    padding: 0 0 1rem .0px;
    margin-bottom: 2rem;
    font-size: 20px;
    position: relative;
    color: #1f1f1f;
    opacity: 0;
    transition: all 0.3s ease-in;
    transition-delay: 0.3s;
    margin-top: -10px
}

.pbox-inner.active h2 {
    opacity: 1;
    margin-top: 0px
}

h2::after {
    background-color: #ed1c24;
    width: 50px;
    display: block;
    height: 2px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    content: " "

}

p {
    font-size: 15px;
    font-family: 'open sans';
    color: #828282;
    text-align: justify;
    transition: all 0.3s ease-in;
    transition-delay: 0.3s;
    opacity: 0;
    margin-top: -10px
}

.pbox-inner.active p {
    margin-top: 0px;
    opacity: 1;

}

.btn-close {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 30px;
    color: #828282;
}

p strong {
    color: #000;
}

p strong.dark {}


.close-container {
    position: absolute;
    margin: auto;
    width: 20px;
    height: 20px;
    cursor: pointer;
    right: 15px;
    top: 1px;
    display: inline-block;

}

.leftright {
    height: 2px;
    width: 20px;
    position: absolute;
    margin-top: 24px;
    background-color: #828282;
    border-radius: 2px;
    transform: rotate(45deg);
    transition: all 0.3s ease-in;
}

.rightleft {
    height: 2px;
    width: 20px;
    position: absolute;
    margin-top: 24px;
    background-color: #828282;
    border-radius: 2px;
    transform: rotate(-45deg);
    transition: all 0.3s ease-in;
}

.btn-primary {
    background-color: transparent;
    border-color: #ed1c24;
    color: #ed1c24;
    width: 100px;
}

.btn-primary:hover {
    background-color: #ed1c24;
    border-color: #ed1c24;
    color: white;
    width: 100px;
}

label {
    color: white;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 0.6em;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: all 0.3s ease-in;
    opacity: 0;
}

.close {
    margin: 60px 0 0 5px;
    position: absolute;
}

.close-container:hover .leftright {
    transform: rotate(-45deg);
    background-color: #ed1c24;
}

.close-container:hover .rightleft {
    transform: rotate(45deg);
    background-color: #ed1c24;
}

.close-container:hover label {
    opacity: 1;
}
.text-bold{
    font-weight: bold;
}

.unspport-browser{
    position: fixed; top: 0px; left: 0px; height: 100%; width: 100%; background-color: white; z-index: 999; display: none;text-align: center;
}
.unspport-browser p {
    margin-top: 0px;
    opacity: 1;
}
@media screen and (max-width: 40em) {
    body {
        font-size: 80%;
    }

}

@media screen and (max-width: 25em) {}

@media (max-width: 980px) {

    
    .close-container{
        right: 50%;
    }
    #sidebarCollapse {
        width: 50px;
    }

    .pbox {
        top: 0px;
        left: 0px;



    }

    .vm_logo {
        bottom: 20px;
        width: 100px;
    }

    .pbox-inner {
        padding-bottom: 100px;
        height: 100vh;
        overflow: auto;
    }

    #menu-group {
        position: relative;
        top: 0px;
        transform: none;


    }

    #sidebar {
        margin-right: 0;
        transform: none;
        z-index: 9;
        position: absolute;
        right: 0;
        min-height: 100vh;
        padding-top: 80px;
        overflow: auto;
        background-color: #c1c1c1;

    }

    #sidebar.active {
        position: absolute;
        margin-right: -250px;
        transform: rotateY(90deg);
        right: 0;
        min-height: 100%;
        background-color: #828282;

    }

    #logoicon {
        width: 50px;
        height: 50px;
    }

    .sidemenu-inner #menu-group {
        padding-top: 40px;
    }



    .btn-cbox-close {
        position: absolute;
        right: 10px;
        top: 10px;
    }

    #logo {
        width: 50px;
        height: 50px;
    }



}

@media (max-width: 480px) {
    .wrapper {
        display: none !important;
    }

    .vm_logo {
        display: none;
    }

    .pbox {
        display: none;
    }

    .vertical {
        display: block;
        width: 100%;
        height: 100vh;
        text-align: center;
        vertical-align: middle;
        padding: 0 15px;
        background-color: #c1c1c1;
        z-index: 9999;

    }

    .vertical div {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }


}

@media (min-width: 980px) {}
