.material-symbols-outlined {
    -webkit-text-stroke: 3px white;
}
.accountInd{
    background-color: #FE8300;
    text-align: center;
    color: white;
    width: 250px;
    height: 50px;
    left: 50%;
    border-radius: 5px;
    font-size: 40px;
    font-family: 'Teko', sans-serif;
}
.accountGroup{
    background-color: #45A505;
    text-align: center;
    color: white;
    width: 250px;
    height: 50px;
    left: 50%;
    border-radius: 5px;
    font-size: 40px;
    font-family: 'Teko', sans-serif;
}
.accountTeam{
    background-color: #0505A5;
    text-align: center;
    color: white;
    width: 250px;
    height: 50px;
    left: 50%;
    border-radius: 5px;
    font-size: 40px;
    font-family: 'Teko', sans-serif;
}
.accountCompany{
    background-color: #FA2552;
    text-align: center;
    color: white;
    width: 250px;
    height: 50px;
    left: 50%;
    border-radius: 5px;
    font-size: 40px;
    font-family: 'Teko', sans-serif;
}
.parent {
    height: 800px;
    margin-top: 0%;
  }
  
  .child {
    position: absolute;
    background-color: rgba(0,0,0,0.1);
    margin-top: 40%;
    margin-left: 0%;
    top: 0;
  }
  
  .child1 {
    left: 0%;
  }
  
  .child2 {
    left: 25%;
  }
  
  .child3 {
    left: 50%;
  }
  
  .child4 {
    left: 75%;
  }

.companyicon {
    position: absolute;
    font-size: 235px;
    top: -70%;
    left: 0%;
}
.indicon {
    position: absolute;
    font-size: 260px;
    top: -50%;
    left: 0%;
}
.groupicon {
    position: absolute;
    font-size: 260px;
    top: -50%;
}
.groupicon1 {
    position: absolute;
    font-size: 260px;
    left: 40px;
    top: -50%;
}
.groupicon2 {
    position: absolute;
    font-size: 260px;
    left: -40px;
    top: -50%;
}
.teamicon {
    position: absolute;
    font-size: 260px;
    top: 10%;
    top: -50%;
}
.teamicon1 {
    position: absolute;
    font-size: 260px;
    left: 20px;
    top: -50%;
}
.teamicon2 {
    position: absolute;
    font-size: 260px;
    left: -20px;
    top: -50%;
}
.teamicon3 {
    position: absolute;
    font-size: 260px;
    left: 40px;
    top: -50%;
}
.teamicon4 {
    position: absolute;
    font-size: 260px;
    left: -40px;
    top: -50%;
}

.independantColor {
    color:#FE8300;
}
.groupColor {
    color:#45A505;
}
.teamColor {
    color:#0505A5;
} 
.companyColor {
    color:#FA2552;
} 
.curencyDisplay {
    font-family: 'Teko', sans-serif;
    font-size: 60px;
    font-weight: 600;
}
.curencySub{
    margin-top: -30px;
    color:rgba(0, 0, 0, 0.5);
    font-weight: 600;
}
.IncHead{
    font-family: 'Teko', sans-serif;
    font-weight: 400;
    font-size: 40px;
}
.priceBullets{
    font-weight: 500;
    font-size: 20px;
    margin-left: 30px;
}
.header-card {
    position: absolute;
    width: 100%;
    height 200px;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 1);
    color: blue;
    z-index: 999;
}
.g-recaptcha {
    position: absolute;
    margin: auto;
    left: 200px;
}
.box-shadow-menu {
    position: relative;
    padding-left: 1.25em;
    padding-right: 0.25em;
}
.box-shadow-menu:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.15em;
    width: 1.25em;
    height: 0.15em;
    background: #616161;
    box-shadow:
    0 0.25em 0 0 #616161,
    0 0.5em 0 0 #616161;
}
.center {
    margin: auto;
    width: 50%;
    padding: 10px;
  }
#width,
#height{
    width: 50px;
}
#expiration {
    width: 200px;
}
#menu__toggle {
    opacity: 0;
  }
  #menu__toggle:checked + .menu__btn > span {
    transform: rotate(45deg);
  }
  #menu__toggle:checked + .menu__btn > span::before {
    top: 0;
    transform: rotate(0deg);
  }
  #menu__toggle:checked + .menu__btn > span::after {
    top: 0;
    transform: rotate(90deg);
  }
  #menu__toggle:checked ~ .menu__box {
    left: 0 !important;
  }
  .menu__btn {
    position: fixed;
    top: 20px;
    left: 20px;
    width: 26px;
    height: 26px;
    cursor: pointer;
    z-index: 1;
  }
  .menu__btn > span,
  .menu__btn > span::before,
  .menu__btn > span::after {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #616161;
    transition-duration: .25s;
  }
  .menu__btn > span::before {
    content: '';
    top: -8px;
  }
  .menu__btn > span::after {
    content: '';
    top: 8px;
  }
  .menu__box {
    display: block;
    position: fixed;
    top: 0;
    left: -100%;
    width: 300px;
    height: 100%;
    margin: 0;
    padding: 80px 0;
    list-style: none;
    background-color: #ECEFF1;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, .4);
    transition-duration: .25s;
  }
  .menu__item {
    display: block;
    padding: 12px 24px;
    color: #333;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    transition-duration: .25s;
  }
  .menu__item:hover {
    background-color: #CFD8DC;
  }
body,
html {
    overflow-x:hidden;
    font-family: 'Poppins';
    color: #FFF;
    /*margin-left: 2%;*/
}
.logout {
    padding: 5px;
    display: inline;
    border: 2px solid #FFF;
    border-radius: 15px;
    margin-left: 45%;
}
.logout:hover {
    background: rgba(255, 255, 255, 0.3);
}
textarea {
    border: none;
    overflow: auto;
    outline: none;
    background: #008cff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #FFF;
    resize: none; /*remove the resize handle on the bottom right*/
}
.member-dashboard {
    padding: 40px;
    background: #008cff;
    color: #FFF;
    border-radius: 15px;
    display: table;
    margin: auto;
}

.member-dashboard a {
    color: #FFFF;
    text-decoration: none;
}
#frmLogin {
    padding: 20px 40px 40px 40px;
    background: #008cff;
    color: #FFF;
    border-radius: 15px;
    width: 300px;
}
.frmLogin:hover {
    color: #008cff;
    background: #FFF;
}
.field-group {
    margin-top: 15px;
    color: rgb(52, 52, 63);
}

.input-field {
    padding: 12px 10px;
    width: 100%;
    border: #A3C3E7 1px solid;
    border-radius: 2px;
    margin-top: 5px
}

.form-submit-button {
    background: #008cff;
    border: 0;
    padding: 10px 0px;
    border-radius: 15px;
    border: #FFF 2px solid;
    color: #FFF;
    text-transform: uppercase;
    width: 100%;
}
.form-submit-button:hover {
    background: rgba(255, 255, 255, 0.3);
}
.error-message {
    text-align: center;
    color: #FF0000;
}



body {
    font-family: 'Didact Gothic', sans-serif;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.5px;
    line-height: 1.5;
    color: #1c1b1b;
}

ul {
    padding: 0;
    margin: 0;
}

ul li {
    list-style: disc;
    font-size: 17px;
    line-height: 1.59;
}

a {
    text-decoration: none;
    color: #2f2f2f;
}

a:hover,
a:focus {
    outline: none;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins';
    margin-top: 0;
}


h1 {
    font-size: 38px;
}

h2 {
    font-size: 42px;
    line-height: 1.13;
}

h3 {
    font-size: 36px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

img {
    border: none;
    max-width: 100%;
}

code {
    background-color: #008cff;
    border-radius: 2px;
    color: #fff;
    padding: 2px 4px;
}

pre {
    background-color: #f8f8f8;
    border: 1px solid #eee;
    border-radius: 4px;
    padding: 10px;
}

pre code {
    background-color: transparent;
    color: #333;
}

del{
    text-decoration-color: #008cff;
}

kbd {
    background-color: #ddd;
    padding: 4px 6px;
    border-radius: 2px;
    color: ;
}

address {
    line-height: 1.5;
    padding-left: 10px;
}

dl dt {
    font-weight: 700;
}

dl dd {
    margin-left: 0;
}

blockquote {
    background-color: #f8f8f8;
    border-radius: 0 4px 4px 0;
    padding: 5px 15px;

}

blockquote p {
    margin-top: 10px;
}

button {
    padding: 5px 15px;
    border: none;
}

button:focus {
    outline: none;
    border: none;
}


/* ========= BUTTON =========*/

.mu-primary-btn {
    background-color: transparent;
    border-radius: 4px;
    border: 2px solid #ffffff;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.5px;
    padding: 12px 35px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.mu-primary-btn:hover,
.mu-primary-btn:focus {
    background-color: #fff;
}

.mu-send-msg-btn {
    color: #555;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
    padding: 14px 24px;
    margin-top: 10px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    width: 130px;
    color: #fff;
    border-radius: 10px;
}

.mu-send-msg-btn:hover,
.mu-send-msg-btn:focus {
    background-color: #fff;
}



/*--------------------*/
/* HEADER */
/*--------------------*/

#mu-header {
    display: inline;
    float: left;
    width: 100%;
    background-position: center center;
    background-attachment: fixed;
}

.no-webp .mu-header-overlay {
    background-image: url("assets/images/header-bg.jpg");
    display: inline;
    float: left;
    opacity: 100;
    width: 100%;
}

.webp .mu-header-overlay {
    background-image: url("assets/images/header-bg.webp");
    display: inline;
    float: left;
    opacity: 100;
    width: 100%;
}

.mu-logo-area {
    display: inline;
    float: left;
    width: 100%;
}

.mu-logo {
    color: #fff;
    font-size: 45px;
    display: inline-block;
    font-weight: 700;
    margin-top: 35px;
}

.mu-logo:hover,
.mu-logo:focus {
    color: #fff;
}

.mu-menu-btn {
    position: fixed;
    right: 15%;
    top: 50px;
    color: #fff;
    font-size: 25px;
    border: 2px solid #fff;
    padding: 5px 14px;
    z-index: 999;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    border-radius: 25px;

}

.mu-menu-btn:hover,
.mu-menu-btn:focus {
    border: 2px solid #008cff;
}



/*=== Featured section ===*/

.mu-header-featured-area {
    display: inline;
    float: left;
    padding: 0px 20px;
    width: 100%;
}

.mu-header-featured-img {
    display: inline;
    float: left;
    width: 40%;
}

.mu-header-featured-content {
    background-color: #008cff;
    opacity: 0.92;
    border-radius: 25px;
    display: inline;
    float: right;
    margin-top: 0px;
    margin-bottom: 100px;
    text-align: center;
    width: 60%;
    padding-left: 3%;
    padding-right: 3%;

}

.mu-header-featured-content h1 {
    font-size: 45px;
    color: #fff;
    font-weight: 300;
    margin-bottom: 15px;
}

.mu-header-featured-content h1 span {
    font-weight: 700;
}

.mu-header-featured-content p{
    color: #fff;
}

.mu-app-download-area {
    display: inline;
    float: left;
    margin-top: 25px;
    width: 100%;
    margin-bottom: 20px;
}

.mu-app-download-area h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 20px;
}

.mu-apple-btn,
.mu-google-btn,
.mu-windows-btn {
    border: 2px solid #fff;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    margin: 0 10px;
    padding: 11px 22px;
    text-transform: uppercase;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.mu-apple-btn:hover,
.mu-google-btn:hover,
.mu-windows-btn:hover,
.mu-apple-btn:focus,
.mu-google-btn:focus,
.mu-windows-btn:focus {
    background-color: #ffffff;
}

.mu-apple-btn i,
.mu-google-btn i,
.mu-windows-btn i {
    display: block;
    float: left;
    font-size: 20px;
    line-height: 24px;
    margin-right: 10px;
}

.mu-apple-btn span,
.mu-google-btn span,
.mu-windows-btn span {
    display: block;
    float: left;
    line-height: 24px;
}



/*--------------------*/
/* MENU */
/*--------------------*/

.mu-menu-close-btn {
    display: block;
    font-size: 25px;
    height: 48px;
    position: absolute;
    right: 15%;
    top: 55px;
    width: 48px;
    -webkit-transition: color 0.3s ease-in-out 0s;
    transition: color 0.3s ease-in-out 0s;
}

.mu-menu-close-btn .mu-line {
    background-color: #008cff;
    display: block;
    position: relative;
    height: 4px;
    width: 38px;
}

.mu-menu-close-btn .mu-line::before {
    background-color: #008cff;
    content: "";
    display: block;
    height: 4px;
    position: absolute;
    top: 16px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transition: -webkit-transform 0.3s ease-out 0s;
    transition: -webkit-transform 0.3s ease-out 0s;
    transition: transform 0.3s ease-out 0s;
    transition: transform 0.3s ease-out 0s, -webkit-transform 0.3s ease-out 0s;
    width: 38px;
    z-index: -1;
}

.mu-menu-close-btn .mu-line::after {
    background-color: #008cff;
    content: "";
    display: block;
    height: 4px;
    position: absolute;
    top: 16px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: -webkit-transform 0.3s ease-out 0s;
    transition: -webkit-transform 0.3s ease-out 0s;
    transition: transform 0.3s ease-out 0s;
    transition: transform 0.3s ease-out 0s, -webkit-transform 0.3s ease-out 0s;
    width: 38px;
    z-index: -1;
}

.mu-menu-close-btn:hover .mu-line:before,
.mu-menu-close-btn:hover .mu-line:after {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}

/* Menu overlay */

.mu-menu-full-overlay {
    background-color: rgba(60, 60, 60, 0.97);
    color: #fff;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    width: 100%;
    z-index: 99999;
}

.mu-menu-full-overlay-show {
    visibility: visible;
}

.mu-menu-full-overlay-inner {
    display: inline;
    float: left;
    padding: 12% 15%;
    width: 100%;
}

.mu-menu ul li {
    list-style: none;
}

.mu-menu ul li a {
    color: #fff;
    display: inline-block;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.35;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

/*--------------------*/
/* FEATURE SECTION */
/*--------------------*/


#mu-feature {
    background-color: #fff;
    display: inline;
    float: left;
    width: 100%;
}

.mu-feature-area {
    display: inline;
    float: left;
    padding: 100px 0;
    width: 100%;
}

.mu-title-area {
    float: left;
    text-align: center;
    margin-top: 0%;
    padding: 0 120px;
    width: 100%;
}

.mu-title {
    color: #1c1b1b;
    margin-bottom: 15px;
    padding: 0;
    z-index: 10;
    text-transform: capitalize;
}

.mu-title-dot {
    border-radius: 50%;
    height: 8px;
    width: 8px;
    display: inline-block;
    margin-bottom: 20px;
    position: relative;
}

.mu-title-dot::before {
    content: '';
    position: absolute;
    left: 15px;
    height: 3px;
    width: 50px;
    top: 2px;
}

.mu-title-dot::after {
    content: '';
    position: absolute;
    right: 15px;
    height: 3px;
    width: 50px;
    top: 2px;
}

.mu-feature-content {
    background-color: #fff;
    display: inline;
    float: left;
    margin-top: 30px;
    width: 100%;
}

.mu-feature-content-left {
    display: inline;
    float: left;
    width: 100%;
}

.mu-feature-content-right {
    display: inline;
    float: left;
    margin-top: 30px;
    width: 100%;
}

.mu-feature-content-right .media-left {
    padding-right: 15px;
}

.mu-feature-btn {
    color: #fff;
    font-size: 18px;
}

.mu-feature-btn:hover {
    color: #fff;
}

.mu-feature-content-right .media-heading {
    font-size: 22px;
    font-weight: 500;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.mu-feature-content-right .media {
    margin-top: 15px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    padding-bottom: 20px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.mu-feature-content-right .media p {
    font-size: 15px;
    margin-bottom: 0;
}


/*--------------------*/
/* VIDEO */
/*--------------------*/


#mu-video {
    background-image: url("assets/images/video-bg.jpeg");
    background-attachment: fixed;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    display: inline;
    float: left;
    width: 100%;
}

.mu-video-overlay {
    display: inline;
    float: left;
    opacity: 0.8;
    width: 100%;
}

.mu-video-area {
    display: inline;
    float: left;
    padding: 200px 0;
    text-align: center;
    width: 100%;
}

.mu-video-area h2 {
    color: #fff;
}

.mu-video-content {
    display: inline;
    float: left;
    width: 100%;
}

.mu-video-play-btn,
.mu-video-close-btn {
    color: #fff;
    font-size: 22px;
    border: 2px solid #fff;
    border-radius: 50%;
    width: 60px;
    display: inline-block;
    height: 60px;
    line-height: 55px;
    text-align: center;
    margin-top: 100px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.mu-video-play-btn:hover,
.mu-video-play-btn:focus {
    color: #fff;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
}

.mu-video-close-btn {
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    border: 2px solid #fff;
    position: absolute;
    top: 0;
    right: 15%;
    display: inline-block;
    height: 50px;
    line-height: 45px;
    text-align: center;
    margin-top: 100px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    width: 50px;
}

.mu-video-close-btn:hover,
.mu-video-close-btn:focus {
    color: #fff;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
}

.mu-video-iframe-area {
    background-color: rgba(0,0,0,0.84);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 12% 0;
    text-align: center;
    z-index: 9999;
    display: none;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.mu-video-iframe-display {
    display: block;
}

.mu-video-iframe-area iframe {

}



/*--------------------*/
/* APPPS SCREENSHOT */
/*--------------------*/


#mu-apps-screenshot {
    background-color: #fff;
    display: inline;
    float: left;
    width: 100%;
}

.mu-apps-screenshot-area {
    display: inline;
    float: left;
    padding: 100px 0;
    width: 100%;
}

.mu-apps-screenshot-content{
    display: inline;
    float: left;
    margin-top: 50px;
    width: 100%;
}

.mu-apps-screenshot-slider {

}

.mu-single-screeshot {
    padding: 0 10px;
    outline: none;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.mu-apps-screenshot-slider .slick-next {
    right: -60px;
}

.mu-apps-screenshot-slider .slick-prev {
    left: -60px;
}

.mu-apps-screenshot-slider .slick-next,
.mu-apps-screenshot-slider .slick-prev {
    background-color: transparent;
}


/*--------------------*/
/* DOWNLOAD */
/*--------------------*/


.no-webp #mu-download {
    background-image: url("assets/images/download-bg.jpg");
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    display: inline;
    float: left;
    position: relative;
    width: 100%;
}

.webp #mu-download {
    background-image: url("assets/images/download-bg.webp");
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    display: inline;
    float: left;
    position: relative;
    width: 100%;
}
#mu-download::before {
    background: rgba(0,0,0,0.9);
    bottom: 0;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    position: absolute;
    opacity: 0.84;
}

.mu-download-area {
    display: inline;
    float: left;
    padding: 150px 0;
    width: 100%;
}

.mu-download-area .mu-title,
.mu-download-area p {
    color: #fff;
}

.mu-download-content {
    display: inline;
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 50px;
}


/*--------------------*/
/* FAQ */
/*--------------------*/

#mu-faq {
    background-color: #f8f8f8;
    display: inline;
    float: left;
    position: relative;
    width: 100%;
}

.mu-faq-area {
    display: inline;
    float: left;
    padding: 150px 0;
    width: 100%;
}

.mu-faq-content {
    display: inline;
    float: left;
    width: 100%;
    text-align: center;
    padding: 0 150px;
    margin-top: 50px;
}

.mu-faq-content .panel-default {
    border-color: #fff;
    box-shadow: 0 2px 3px 0 rgba(0,0,0,0.06);
}

.mu-faq-content .panel-default > .panel-heading {
    color: #333;
    background-color: #fff;
    border-color: #ddd;
    padding: 0;

}

.mu-faq-content .panel-default > .panel-heading + .panel-collapse > .panel-body {
    text-align: left;
}


.mu-faq-content .panel-title {
    text-align: left;
}

.mu-faq-content .panel-title a {
    display: block;
    padding: 12px 15px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.mu-faq-content .panel-title a>span {
    margin-right: 5px;
}


/*--------------------*/
/* CONTACT US */
/*--------------------*/

#mu-contact {
    background-color: #fff;
    display: inline;
    float: left;
    width: 100%;
}

.mu-contact-area {
    display: inline;
    float: left;
    padding: 100px 0;
    width: 100%;
}

.mu-contact-header {
    display: inline;
    float: left;
    text-align: center;
    width: 100%;
    padding: 0 120px;
}

.mu-contact-content{
    display: inline;
    float: left;
    margin-top: 50px;
    padding: 0 120px;
    width: 100%;
}

.mu-contact-right {
    display: inline;
    float: left;
    width: 100%;
    margin-top: 10px;
    padding-left: 15px;
}

.mu-contact-right-single {
    display: inline;
    float: left;
    margin-bottom: 35px;
    width: 100%;
}

.mu-contact-right-single .mu-icon {
    background-color: transparent;
    font-size: 20px;
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    float: left;
    margin-right: 15px;
}

.mu-contact-right-single p{
    margin-bottom: 0;
}


.mu-contact-left {
    display: inline;
    float: left;
    width: 100%;
}

.mu-contact-form .form-group input {
    background: transparent;
    border-radius: 10px;
    color: #333;
    font-size: 15px;
    border: 1px solid #888;
    height: 45px;
    margin-bottom: 24px;
}

.mu-contact-form .form-group textarea {
    background: transparent;
    border: 1px solid #888;
    border-radius: 10px;
    color: #333;
    font-size: 18px;
    padding: 10px;
    height: 190px;
}

.mu-contact-form .form-control:focus {
    background-color: #fff;
    outline: 0;
    box-shadow: none;
}

.mu-contact-form .form-control::-webkit-input-placeholder {
    color: #888;
    font-size: 15px;
}

.mu-contact-form .form-control:-moz-placeholder { /* Firefox 18- */
    color: #888;
    font-size: 15px;
}

.mu-contact-form .form-control::-moz-placeholder {  /* Firefox 19+ */
    color: #888;
    font-size: 15px;
}

.mu-contact-form .form-control:-ms-input-placeholder {
    color: #888;
    font-size: 15px;
}

.mu-contact-form .button-default::after,
.mu-contact-form .button-default > span {
    padding: 12px 40px;
}

.mu-social-media {
    display: inline;
    float: left;
    width: 100%;
}

.mu-social-media a {
    border: 1px solid #19191a;
    border-radius: 50px;
    color: #19191a;
    display: inline-block;
    font-size: 12px;
    margin-right: 10px;
    text-align: center;
    text-decoration: none;
    transition: all 0.2s ease-in-out 0s;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 15px;
}

#form-messages {
    margin-bottom: 10px;
    background-color: #fff;
}

.success {
    padding: 1em;
    margin-bottom: 0.75rem;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    color: #468847;
    background-color: #dff0d8;
    border: 1px solid #d6e9c6;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
        border-radius: 4px;
}

.error {
    padding: 1em;
    margin-bottom: 0.75rem;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    color: #b94a48;
    background-color: #f2dede;
    border: 1px solid rgba(185, 74, 72, 0.3);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
        border-radius: 4px;
}



/*--------------------*/
/* FOOTER */
/*--------------------*/


#mu-footer {
    background-color: #f8f8f8;
    display: inline;
    float: left;
    width: 100%;
}

.mu-footer-area{
    font-size: x-small;
    display: inline;
    float: left;
    padding: 30px 0;
    text-align: center;
    width: 100%;
}

.mu-copy-right {
    margin-bottom: 0;
}

.mu-copy-right a {
    font-weight: 600;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}



/*--------------------*/
/* RESPONSIVE STYLE */
/*--------------------*/

@media (max-width: 1199px) {

    .mu-header-featured-content {
        margin-top: 120px;
    }

    .mu-video-iframe-area {
        padding: 16% 0;
    }

    .mu-video-close-btn {
        top: 5%;
        right: 5%;
        margin-top: 0;
    }

    .mu-apps-screenshot-slider .slick-prev {
        left: -25px;
    }

    .mu-apps-screenshot-slider .slick-next {
        right: -25px;
    }

    .mu-contact-content {
        padding: 0;
    }


}

@media (max-width: 991px) {

    .mu-primary-btn {
        font-size: 14px;
        padding: 12px 22px;
    }

    .mu-header-featured-content {
        margin-top: 35px;
    }

    .mu-video-iframe-area {
        padding: 16% 5%;
    }

    .mu-video-iframe-area iframe {
        width: 100%;
    }

    .mu-title-area {
        padding: 0 50px;
    }

    .mu-faq-content {
        padding: 0;
    }

    .mu-contact-right {
        margin-top: 50px;
    }

    .mu-menu-btn {
        right: 5%;
    }

    .mu-apps-screenshot-slider .slick-next {
        right: 0;
    }

    .mu-apps-screenshot-slider .slick-prev {
        left: 0;
    }

    .mu-apps-screenshot-slider .slick-next,
    .mu-apps-screenshot-slider .slick-prev {
        width: 40px;
        height: 40px;
    }

    .mu-apps-screenshot-slider .slick-prev::before,
    .mu-apps-screenshot-slider .slick-next::before {
        font-size: 18px;
    }



}

@media (max-width: 767px) {

    .mu-header-featured-content h1 {
        font-size: 35px;
    }

    .mu-app-download-area {
        margin-top: 20px;
    }

    .mu-apple-btn,
    .mu-google-btn,
    .mu-windows-btn {
        margin-bottom: 10px;
    }

    .mu-menu-btn {
        top: 44px;
        color: #008cff;
        font-size: 20px;
        padding: 5px 12px;
    }

    .mu-logo {
        margin-top: 25px;
    }

    .mu-logo img {
        width: 200px;
    }


}


@media (max-width: 640px){

    .mu-header-featured-img,
    .mu-header-featured-content {
        width: 100%;
    }

    .mu-menu ul li a {
        font-size: 20px;
        font-weight: 300;
        line-height: 1;
    }

    .mu-title-area {
        padding: 0;
    }


}


@media (max-width: 480px) {

    .mu-logo img {
        width: 150px;
    }

    .mu-video-close-btn {
        top: 2%;
        right: 5%;
        height: 40px;
        line-height: 35px;
        width: 40px;
    }

    .mu-menu-close-btn {
        right: 5%;
        top: 30px;
    }

    .mu-video-iframe-area {
        padding: 10% 5%;
    }

    .mu-video-iframe-area iframe {
        height: 250px;
    }



}


@media (max-width: 360px){

    .mu-video-iframe-area {
        padding: 15% 5%;
    }

}



@media (max-width: 320px){

    .mu-video-iframe-area {
        padding: 30% 5%;
    }
}

/* devanagari */
@font-face {
font-family: 'Teko';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url(https://fonts.gstatic.com/s/teko/v15/LYjCdG7kmE0gdQhfsCVgqGIu.woff2) format('woff2');
unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
font-family: 'Teko';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url(https://fonts.gstatic.com/s/teko/v15/LYjCdG7kmE0gdQhfsCpgqGIu.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Teko';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url(https://fonts.gstatic.com/s/teko/v15/LYjCdG7kmE0gdQhfsCRgqA.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* devanagari */
@font-face {
font-family: 'Teko';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://fonts.gstatic.com/s/teko/v15/LYjNdG7kmE0gfaJ9pRtB.woff2) format('woff2');
unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
font-family: 'Teko';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://fonts.gstatic.com/s/teko/v15/LYjNdG7kmE0gfa19pRtB.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Teko';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://fonts.gstatic.com/s/teko/v15/LYjNdG7kmE0gfaN9pQ.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* devanagari */
@font-face {
font-family: 'Teko';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(https://fonts.gstatic.com/s/teko/v15/LYjCdG7kmE0gdVBesCVgqGIu.woff2) format('woff2');
unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
font-family: 'Teko';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(https://fonts.gstatic.com/s/teko/v15/LYjCdG7kmE0gdVBesCpgqGIu.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Teko';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(https://fonts.gstatic.com/s/teko/v15/LYjCdG7kmE0gdVBesCRgqA.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* devanagari */
@font-face {
font-family: 'Teko';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(https://fonts.gstatic.com/s/teko/v15/LYjCdG7kmE0gdXxZsCVgqGIu.woff2) format('woff2');
unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
font-family: 'Teko';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(https://fonts.gstatic.com/s/teko/v15/LYjCdG7kmE0gdXxZsCpgqGIu.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Teko';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(https://fonts.gstatic.com/s/teko/v15/LYjCdG7kmE0gdXxZsCRgqA.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* devanagari */
@font-face {
font-family: 'Teko';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://fonts.gstatic.com/s/teko/v15/LYjCdG7kmE0gdRhYsCVgqGIu.woff2) format('woff2');
unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
font-family: 'Teko';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://fonts.gstatic.com/s/teko/v15/LYjCdG7kmE0gdRhYsCpgqGIu.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Teko';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://fonts.gstatic.com/s/teko/v15/LYjCdG7kmE0gdRhYsCRgqA.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
font-family: 'Roboto';
src: url('../static/fonts/roboto-v19-latin-regular.eot'); /* IE9 Compat Modes */
src: local('Roboto'), local('Roboto-Regular'),
url('../static/fonts/roboto-v19-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../static/fonts/roboto-v19-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
url('../static/fonts/roboto-v19-latin-regular.woff') format('woff'), /* Modern Browsers */
url('../static/fonts/roboto-v19-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
url('../static/fonts/roboto-v19-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* darker-grotesque-regular - latin */
/* didact-gothic-regular - latin */
@font-face {
font-family: 'Didact Gothic';
font-style: normal;
font-weight: 400;
src: url('../static/fonts/didact-gothic-v13-latin-regular.eot'); /* IE9 Compat Modes */
src: local('Didact Gothic Regular'), local('DidactGothic-Regular'),
url('../static/fonts/didact-gothic-v13-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../static/fonts/didact-gothic-v13-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
url('../static/fonts/didact-gothic-v13-latin-regular.woff') format('woff'), /* Modern Browsers */
url('../static/fonts/didact-gothic-v13-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
url('../static/fonts/didact-gothic-v13-latin-regular.svg#DidactGothic') format('svg'); /* Legacy iOS */
}

/* poppins-700 - latin */
@font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 700;
src: url('../fonts/poppins-v9-latin-700.eot'); /* IE9 Compat Modes */
src: local('Poppins Bold'), local('Poppins-Bold'),
url('../static/fonts/poppins-v9-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../static/fonts/poppins-v9-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
url('../static/fonts/poppins-v9-latin-700.woff') format('woff'), /* Modern Browsers */
url('../static/fonts/poppins-v9-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
url('../static/fonts/poppins-v9-latin-700.svg#Poppins') format('svg'); /* Legacy iOS */
}

.SideBar {
    position: fixed;
    border: 0px none yellow;
    /*background-color: orange;*/
    text-align: center;
    left: 0%;
    width: 20%;
    height: 100%;
}
.mainDisplay {
    position: fixed;
    border-left: 1px outset black;
    /*background-color: blue;*/
    text-align: center;
    left: 20%;
    width: 80%;
    height: 100%;
}

table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
}

td, th {
    border: 0px solid #dddddd;
    text-align: left;
    padding: 1px;
}

tr:nth-child(even) {
    background-color: #dddddd;
}
