/* Custom CSS Starts */

@font-face {
    font-family:'MuseoSansRounded';
    src: url('/webfonts/museosansrounded-300-webfont.eot');
    src: url('/webfonts/museosansrounded-300-webfont.eot?#iefix') format('embedded-opentype'),
         url('/webfonts/museosansrounded-300-webfont.woff') format('woff'),
         url('/webfonts/museosansrounded-300-webfont.ttf') format('truetype'),
         url('/webfonts/museosansrounded-300-webfont.svg#museo_sans_rounded300') format('svg');
    font-weight:300;
    font-style:normal;
}
@font-face {
    font-family:'MuseoSansRounded';
    src: url('/webfonts/museosansrounded-500-webfont.eot');
    src: url('/webfonts/museosansrounded-500-webfont.eot?#iefix') format('embedded-opentype'),
         url('/webfonts/museosansrounded-500-webfont.woff') format('woff'),
         url('/webfonts/museosansrounded-500-webfont.ttf') format('truetype'),
         url('/webfonts/museosansrounded-500-webfont.svg#museo_sans_rounded500') format('svg');
    font-weight:500;
    font-style:normal;
}
@font-face {
    font-family:'MuseoSansRounded';
    src: url('/webfonts/museosansrounded-700-webfont.eot');
    src: url('/webfonts/museosansrounded-700-webfont.eot?#iefix') format('embedded-opentype'),
         url('/webfonts/museosansrounded-700-webfont.woff') format('woff'),
         url('/webfonts/museosansrounded-700-webfont.ttf') format('truetype'),
         url('/webfonts/museosansrounded-700-webfont.svg#museo_sans_rounded700') format('svg');
    font-weight:700;
    font-style:normal;
}
@font-face {
    font-family:'MuseoSansRounded';
    src: url('/webfonts/museosansrounded-900-webfont.eot');
    src: url('/webfonts/museosansrounded-900-webfont.eot?#iefix') format('embedded-opentype'),
         url('/webfonts/museosansrounded-900-webfont.woff') format('woff'),
         url('/webfonts/museosansrounded-900-webfont.ttf') format('truetype'),
         url('/webfonts/museosansrounded-900-webfont.svg#museo_sans_rounded900') format('svg');
    font-weight:800;
    font-style:normal;
}

body {
    font-family: "MuseoSansRounded" !important;
    background: #f2f9ff !important;
    /* padding: 30px 50px; */
    position: relative;
    scroll-behavior: smooth;
}

.popup-blocker-body {
    padding: 20px;
    background: none !important;
}

a:focus, div:focus {
    outline: 0;
}

.main-wrapper {
    width: 1366px;
}

/* .page-wrapper {
    padding-bottom: 250px;
    position: relative;
} */

.bold {
    font-weight: bold;
}

.font-white {
    color: #fff;
}

.font-13 {
    font-size: 13px;
}

.font-14 {
    font-size: 14px;
}

.font-16 {
    font-size: 16px;
}

.font-18 {
    font-size: 18px;
}

.font-22 {
    font-size: 22px;
}

.logo {
    width: 250px;
}

.navbar-toggle {
    background: #fff !important;
}

.navbar-toggle .icon-bar {
    background: #d2d2d2;
}

.navbar-brand {
    margin-bottom: 15px;
}

.navbar-toggle {
    margin-top: 15px !important;
}

.navbar-collapse {
    /* position: relative; */
    z-index: 999;
}

.navbar-right {
    margin-top: 10px !important;
}

.header-main-wrap {
    position: absolute;
    width: 100%;
    display: block;
    padding-bottom: 60px;
}

.navbar-nav > li > a {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

.btn-header-login {
    background: #2c3e50;
    border-radius: 5px;
    padding: 10px 30px !important;
    margin-top: 5px;
}

.first-section {
    /* background: url('/images/main-banner-blue-bg.png') top right no-repeat;
    background-size: 960px;
    padding-top: 200px;
    padding-bottom: 150px; */
    background: url(/images/Bg4.jpg) center no-repeat;
    padding-top: 200px;
    padding-bottom: 150px;
    background-size: cover;
    margin-bottom: 120px;
    height: 600px;
}

.img-dashboard {
    /* width: auto; */
    margin-top: 30px;
    margin-left: -90px;
}

.login-first-section {
    background: url('/images/Bg4.jpg') top right no-repeat;
    padding-top: 200px;
    padding-bottom: 50px;
    background-size: 100%;
}

.main-banner-txt-section {
    margin-top: 0px;
}

.main-banner-txt-section p {
    font-weight: normal;
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 30px;
    color: #fff;
    padding-right: 40px;
    font-weight: 300;
}

.heading-blue-bold {
    color: #047fca; /*#d3eeff*/
    font-size: 46px;
    font-weight: 900;
    float: left;
    width: 100%;
}

.heading-light-blue-bold {
    color: #FFFFFF;
    font-size: 56px;
    font-weight: 900;
}

.heading-white-bold {
    color: #d3eeff;
    font-size: 46px;
    font-weight: 900;
}

.sub-heading-blue-bold {
    color: #047fca;
    font-size: 24px;
    font-weight: 700;
}

.heading-gray-txt {
    color: #fff; /*#666666*/
    font-size: 42px;
    font-weight: 300;
    margin-top: 0px;
}

.btn-demo {
    background: #2c3e50;
    color: #fff;
    padding: 15px 40px;
    text-transform: uppercase;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    letter-spacing: 2px;
    font-weight: bold;
}

.btn-demo:hover {
    text-decoration: none;
    color: #fff;
}

.second-section {
    /* background: url('/images/bg2.png'), url('/images/bg2.svg');
    background-position: top left, top right;
    background-repeat: no-repeat; */
    padding-top: 50px;
    padding-bottom: 150px;
}

.common-blue-center-border {
    border-top: 5px solid #0480ca;
    text-align: center;
    width: 120px;
    display: block;
    margin: 0px auto;
}

.common-blue-left-border {
    border-top: 5px solid #d3eeff;
    width: 120px;
    display: block;
    margin: 0px 0;
}

.common-white-center-border {
    border-top: 5px solid #fff;
    width: 120px;
    display: block;
    margin: 0px auto;
}

.para-manage-scorm {
    font-size: 22px;
    line-height: 2;
    width: 100%; /*650px*/
    margin: 30px auto;
}

.management-box {
    background: #fff;
    border-radius: 10px;
    padding: 30px 20px;
    background: #FFFFFF;
box-shadow: 0 10px 20px 0 rgba(198,201,210,0.25);
    text-align: center;
    display: block;
    color: #000;
    height: 230px;
}

.management-box:hover {
    color: #000;
    text-decoration: none;
    box-shadow: 0 10px 20px 0 rgba(198,201,210,0.45);
}

.management-box:hover h3{
    color: #027fca;
}

.management-box img {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
}

.management-box h3 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    color: #303030;
    margin: 10px 0px 5px;
}

.management-box p {
    font-size: 14px;
    color: #696969;
}

.revenue-wrap .management-box {
    height: 280px;
}

/* .revenue-wrap .management-box h3 {} */

.revenue-wrap .management-box p {
    font-weight: lighter;
}

#grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 20px;
  }
  
  #grid {
    grid-column-gap: 20px;
  }

  .third-section {
      margin-top: -80px;
      margin-bottom: 100px;
  }

  .revenue-wrap {
      margin: 10px 0;
      text-align: center;
  }

  .revenue-wrap p {
      font-size: 14px;
  }

  .revenue-wrap .col-md-3 {

      /* border-bottom: 1px solid #d2d2d2; */
      text-decoration: none;
  }

  /* .revenue-wrap .col-md-3:hover {
      border-bottom: 3px solid #047fca;
  } */

  .revenue-wrap img {
      /* height: 60px; */
      margin-bottom: 20px;
      height: 60px;
  }

  .revenue-wrap i {
    margin-bottom: 20px;
    height: 30px;
    color: #047fca;
}

  .revenue-wrap a{
    text-align: center;
    font-weight: bold;
    display: block;
}

.img-bill img { width: 60px;}
.img-auth img { width: 60px;}
.img-interface img { width: 70px;}
.img-revenue img { width: 60px;}


.forth-section {
    background: url('/images/bg-4.png') center no-repeat;
    background-size: cover;
    width: 100%;
    padding: 50px 0;
}

.contact-form {
    margin-top: 70px;
}

.contact-form .form-control {
    padding: 30px;
    border: none;
    box-shadow: 0 10px 20px 0 rgb(64 64 64 / 25%);
    border-radius: 4px;
}

textarea {
    resize: vertical;
}

.comp-address {
    font-size: 17px;
    color: #fff;
    margin: 20px 0 30px;
    position: relative;
    padding-left: 50px;
}

.comp-address span
{
    position: absolute;
    left: 0px;
    width: 40px;
    height: 40px;
    padding: 0px;
}

.para-desc-contact {
    margin-bottom: 20px;
}

.map-pin {
    background: url('/images/map-pin.png') center no-repeat;
    background-color: #2c3e50;
    padding: 15px 20px;
    border-radius: 50px;
    float: left;
    margin-right: 20px;
    height: 40px;
    margin-bottom: 10px;
}

.phone-icon {
    background: url('/images/phone-icon.png') center no-repeat;
    background-color: #2c3e50;
    padding: 12px 21px;
    border-radius: 50px;
    margin-right: 20px;
    top:-10px;
}

.mail-icon {
    background: url('/images/mail-icon.png') center no-repeat;
    background-color: #2c3e50;
    padding: 12px 21px;
    border-radius: 50px;
    margin-right: 20px;
    margin-top: 10px;
    top:-20px;
}

.footer-main-wrap {
    padding: 20px 0 40px;
    background: #f2f9ff !important;
}

.logo-footer {
    width: 250px;
    margin: 30px auto 30px;
    display: table;
}
.social-links
{
    margin: 0 auto;
    display: table;
}

.txt-copyright {
    color: #808080;
    font-size: 15px;
    text-align: center;
}

.login-form-wrap {
    border-radius: 10px;
    padding: 40px;
    margin-top: 70px;
    margin: 70px auto;
    width: 550px;
    background: #FFFFFF;
box-shadow: 0 13px 31px 0 rgba(0,0,0,0.08);
border-radius: 6px;
}
.login-chkbox {
    margin: 10px 0px 30px !important;
    display: inline-block;
    font-size: 16px;

    color: #484848;
}

.login-form .form-control {
    padding: 30px;
    border: 1px solid #d2d2d2;
}

.btn-login {
    /* background: linear-gradient(to left, #0683cb , #2db9e4); */
    background: #2c3e50;
}

.social-media-icon {
    background: #fff;
    color: #cccccc;
    display: inline-block;
    border-radius: 50px;
    margin: 0px 5px 20px;
    width: 50px;
    font-size: 20px;
    box-shadow: 0px 5px 5px #d2d2d2;
    padding: 10px;
}

.social-media-icon .fa-youtube {
    padding: 5px 0px;
}

/* Hide Show Password CSS Starts */

/* .hideShowPassword-toggle {
    background: transparent;
    border: 0;
    border-radius: .25em;
    color: #888;
    cursor: pointer;
    font-size: .75em;
    font-weight: bold;
    margin-right: .5em;
    padding: .5em;
    text-transform: uppercase;
    -moz-appearance: none;
    -webkit-appearance: none
}

.hideShowPassword-toggle:hover,
.hideShowPassword-toggle:focus {
    background-color: #eee;
    color: #555;
    outline: transparent
}

.hideShowPassword-toggle {
    background-color: transparent;
    background-image: url(/images/wink.png);
    background-image: url(/images/wink.png), none;
    background-position: 0 center;
    background-repeat: no-repeat;
    border: 2px solid transparent;
    border-radius: .25em;
    cursor: pointer;
    font-size: 100%;
    height: 64px;
    margin: 0;
    max-height: 100%;
    padding: 0;
    overflow: hidden;
    text-indent: -999em;
    width: 46px;
    -moz-appearance: none;
    -webkit-appearance: none
}

.hideShowPassword-toggle-hide {
    background-position: -44px center
}

.hideShowPassword-toggle:hover,
.hideShowPassword-toggle:focus {
    border-color: #08c;
    outline: transparent
} */


.pass-eye-open, .pass-eye-close {
    background-color: transparent;
    background-image: url(/images/wink.png), none;
    background-position: 0 center;
    background-repeat: no-repeat;
    border: 2px solid transparent;
    border-radius: .25em;
    cursor: pointer;
    font-size: 100%;
    height: 64px;
    margin: 0;
    max-height: 100%;
    padding: 0;
    overflow: hidden;
    text-indent: -999em;
    width: 46px;
    -moz-appearance: none;
    -webkit-appearance: none;
    position: absolute;
    right: 15px;
    top: 30%;
}

.pass-eye-close {
    background-position: -44px center;
}

.pass-eye-open:hover, .pass-eye-close:hover {
    border: 2px solid #08c;
    background-color: #eee;
}


.navbad-top .nav-item.nav-link
{
    padding: 7px 18px;
    margin-right: 5px;
}

.navbad-top .nav-item.nav-link:hover
{
    background: #ffffff1a;
    border-radius: 5px;
}

.navbad-top li:last-child .nav-item.nav-link
{
    background: #2c3e50;
    border-radius: 5px;
    margin-right: 0px;
}


.navbar-toggler
{
    background: #2c3e4f;
    padding: 7px 12px;
    color: #fff;
}

/* Hide Show Password CSS Ends */


/*  */
/* Media Queries starts */


@media (min-width: 320px) and (max-width: 480px) {
    .login-form-wrap {
        width: 90% !important;
        padding: 30px !important;
    }
}

@media (max-width: 768px) and (min-width: 481px) {
    .login-form-wrap {
        padding: 60px 40px;

        width: 90% !important;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .navbar-nav > li > a {
        font-size: 14px;
    }

    .navbar-right {
        margin-top: 10px;
    }
}

@media (max-width: 1199px) and (min-width: 993px) {
    .revenue-wrap .management-box {
        height: 320px;
    }
}

@media (max-width: 992px) {

    .first-section {
        padding-top: 100px;
        /* height: auto; */
        margin-bottom: 50px;
        height: 780px;
    }

    .login-first-section {
        background-size: auto;
    }

    .login-form-wrap {
        width: 100%;
    }

    .main-banner-txt-section {
        margin-bottom: 50px;
    }

    .management-box {
        margin-bottom: 20px;
    }

    .para-manage-scorm {
        width: 80%;
    }

    .main-banner-txt-section p, .para-manage-scorm {
        color: #fff;
        padding: 10px 20px;
        border-radius: 10px;
    }
    
    .img-dashboard {
        width: 100% !important;
        text-align: center;
        margin-left: 0px !important;
        margin-top: 40px !important;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .first-section {
        padding-top: 100px;
        /* height: auto; */
        margin-bottom: 50px;
        height: 780px;
    }
    .img-dashboard {
        width: 550px !important;
    }
    .resp-text-center {
        text-align: center;
    }
}

@media (max-width: 565px) and (min-width: 480px) {
    .first-section {
        padding-top: 100px;
        /* height: auto; */
        margin-bottom: 50px;
        height: 780px;
    }

    .img-dashboard {
        width: 400px !important;
        margin-top: 90px !important;
    }
    .resp-text-center {
        text-align: center;
    }
}

@media (max-width: 479px) and (min-width: 320px) {
    .first-section {
        padding-top: 100px;
        /* height: auto; */
        margin-bottom: 80px;
        height: 750px;
    }

    .img-dashboard {
        width: 100% !important;
        margin-top: 0 !important;
    }
    .resp-text-center {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .navbar-collapse {
        position: relative;
        background: #2c3e4e;
        padding: 10px;
        border-radius: 10px;
    }
    .heading-light-blue-bold {
    
        font-size: 36px;
        text-align: center;

    }
    .heading-gray-txt
    {
        font-size: 32px;
        text-align: center;
    }

    .main-banner-txt-section p
    {

        text-align: center;
        padding: 0px !important;
    }

    .heading-blue-bold
    {
        font-size: 36px;
    }
    .para-manage-scorm
    {
        color: #303033;
        font-size: 16px;
        line-height: 30px;
        padding: 0px;
    }
    .btn-demo
    {
margin: 0 auto;
display: table;
    }

    .forgot-pass-section {
        margin-top: 20px;
    }
}

@media (max-width: 1920px) and (min-width: 993px) {
    .login-first-section {
        background-size: auto;
    }
}

@media (min-width: 1600px) {
    .footer-main-wrap {
        position: absolute;
        bottom: 0px;
        width: 100%;
    }

    .page-wrapper {
        padding-bottom: 235px;
        min-height: 100%;
        position: relative;
    }

    body.login {
        height: 100%;
    }
}

@media (min-width: 1400px) {
    .img-dashboard {
        width: 763px;
    }
}

@media (max-width: 1399px) {
    .img-dashboard {
        width: 600px;
        margin-left: -50px;
        margin-top: 120px;
    }
}

@media (max-width: 1130px) and (min-width: 992px) {
    .img-dashboard {
        width: 450px;
        margin-left: 0px;
        margin-top: 180px;
    }
}


/* Media Queries Ends */
/*  */


/*start- overlay style*/

.overlay {
    position: fixed; /* Sit on top of the page content */
    display: block; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 9999; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}

.overlay-content {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 50px;
    color: white;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}

/* end- 0verlay style*/

/* start- spinner styles*/

.lds-ripple {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

    .lds-ripple div {
        position: absolute;
        border: 4px solid #fff;
        opacity: 1;
        border-radius: 50%;
        animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .lds-ripple div:nth-child(2) {
            animation-delay: -0.5s;
        }

@keyframes lds-ripple {
    0% {
        top: 28px;
        left: 28px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: -1px;
        left: -1px;
        width: 58px;
        height: 58px;
        opacity: 0;
    }
}

/* end- spinner styles*/


.navbar-expand-lg .navbar-nav .nav-link
{
    font-family: "MuseoSansRounded" !important;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
}