/*@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900');*/
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400&display=swap');

body {
    font-family: "Source Sans Pro", sans-serif;
    color: #311212;
    font-size: 0.875rem;
    margin: 0;
    font-weight: 400;
    line-height: 1.52857143;
    text-align: left;
    background-color: #fff;
}

.btn-group>.btn, .btn-group-vertical>.btn {
    font-size: medium !important;
}

.banner_inner {
    width: calc(100vw - 300px) !important;
    margin: 0 auto;
}

.banner_inner h1 {
    font-size: 30px;
    color: #fff;
    margin-bottom: 25px;
}

.banner_inner h1 strong {
    font-size: 35px;
    color: #049ee7;
    font-weight: 800;
}

.banner_fsm h1 {
    margin-top: 20px;
}

.quickentry_box h2 {
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 20px;
}

.row {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.action_buttons a {
    margin: 0 18px 0 0;
}

.btn_add_global {
    position: absolute;
    top: 28px;
    right: 30px;
}

.cio_logo {
    position: absolute;
    right: 0;
    top: 220px;
    width: 100px;
    z-index: 9999;
    padding: 10px 0;
    border-radius: 10px 0 0px 8px;
    text-align: center;
}

.cio_logo img {
    width: 80%;
}

.modal-body {
    max-height: calc(70vh) !important;
    overflow: auto !important;
}

.box-typical {
    background: #fff;
    border: 1px solid #d8e2e7;
    border-radius: 4px;
    margin: 0 0 20px;
    position: relative;
    outline: none;
}

.box-typical.box-typical-padding {
    padding: 15px 15px 10px 20px;
}

.box-typical.box-typical-padding h5 {
    margin-bottom: 3px;
    font-size: 15px;
}

h1.with-border,
h2.with-border,
h3.with-border,
h4.with-border,
h5.with-border,
h6.with-border {
    border-bottom: 1px solid #d8e2e7;
    padding-bottom: 8px;
}

h5 {
    font-size: 20px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 26px;
}

.form-control:focus {
    border-color: #c5d6de;
}

.form-control, select {
    background-color: #fff;
    background-image: none;
    border-radius: 0.25rem;
    line-height: 1.5;
    padding: 0.375rem 0.75rem;
    width: 100%;
    box-shadow: none;
}

.btn.btn-rounded {
    border-radius: 25rem;
}

.btn {
    border-radius: 3px;
    font-size: 13px;
    -webkit-appearance: none;
    outline: none !important;
    transition: all 0.1s;
}

.form-control {
    box-shadow: 0 0 0 #000 !important;
    font-size: 0.875rem;
}

.button-right-margin {
    margin-right: 30px;
}

.sidebar-subnav>li>a>em,
.sidebar-subnav>li>.nav-item>em {
    float: right;
}

.dropdown {
    margin-right: 50px;
    font-family: 'Roboto', sans-serif;
}

.dropdown a {
    font-family: 'Roboto', sans-serif;
}

.dropdown-menu {
    font-size: 14px;
}

.dropdown-menu li {
    padding: 5px 1px;
    font-family: 'Roboto', sans-serif;
    white-space: nowrap;
}

.headerspan {
    font-family: 'Roboto', sans-serif;
    margin-right: 25px;
}

.headerSpanLogin {
    font-family: 'Roboto', sans-serif;
}

.pageHeader {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background-color: #203047 !important;
    z-index: 999999;
}

.headerContent {
    margin-top: 10px;
}

.page-content {
    position: fixed;
    left: 0;
    right: 0;
    top: 56px;
    overflow-y: scroll;
}

.pageFooter {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #203047 !important;
}

.thanks_page .banner h1 {
    text-transform: uppercase;
    font-weight: bold !important;
    font-size: 50px;
}

.thanks_page .banner p {
    font-size: 18px;
    line-height: 25px;
    margin: 15px 0 35px 0;
    color: #000;
}

.thanks_page .banner a {
    color: #fff;
    background: #59821a;
    padding: 10px 15px;
}

/*pricing*/

.plan-container {
    border: 1px solid #e7eaec;
    border-radius: 12px;
    padding: 20px;
    background: #f3f3f4;
    margin: 0 25px 0 0;
    min-height: 570px;
    display: inline-block;
    float: none;
    vertical-align: top
}

.plan-container ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.plan-container ul li {
    padding: 0;
    margin: 0;
    line-height: 25px;
}

.plan-container .btn {
    margin-bottom: 25px;
}

.plan-container .plan-pricing h1 {
    font-size: 24px;
}

.plan-container .plan-pricing h1 span {
    font-size: 15px;
}

.industry-footer.planfooter {
    padding: 80px 0;
    margin: 25px 0 0 0;
    background-color: #d4ebf7;
}

.btn-group .dropdown-toggle {
    border: 0 !important;
    border-radius: unset !important;
    border-color: unset !important;
    padding: 0.5rem 1rem !important;
}

.btn-group .dropdown-toggle:hover {
    color: rgba(255, 255, 255, 0.75) !important;
}

h1, h2 {
    font-weight: lighter !important;
}

.footer-copyright-area .row {
    margin: 0px !important;
}

.nav-item .nav-link {
    padding: 0.5rem 1rem !important;
}

.dropdown {
    margin-right: auto !important;
}

.roundedlogin {
    border-radius: 8px !important;
}

.dropdown-toggle {
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 16px;
}

.page-Header {
    background-color: #FFFFFF !important;
}

.page-wrapper {
    overflow: auto;
}

.page-Footer {
    background-color: #303030 !important;
    padding: 40px !important;
    color: white !important;
}

.page-Footer .row {
    margin-right: -15px !important;
    margin-left: -15px !important;
}

.container .row {
    margin-right: -15px !important;
    margin-left: -15px !important;
    margin-top: 20px !important;
}

.pagecontent {
    height: 80vh !important;
    overflow: auto !important;
}

.footer-copyright-area {
    background: #1d2c41;
    color: #fff;
    padding: 15px 0 0 0;
}

.page-Footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.list-inline {
    display: inline-flex !important;
}

.nav-item {
    font-size: 17px;
}

.banner {
    background: url('../static-site-images/bg-banner.jpg') no-repeat center top /cover;
    width: 100%;
    padding: 80px 0 60px 0;
}

.banner_fsm {
    background: url('../static-site-images/banner/attendance.jpg') no-repeat center top /cover;
    width: 100%;
    padding: 40px 0 40px 0;
}

.banner p {
    font-size: 18px;
    color: #fff;
}


.banner_attendance ul, .banner_fsm ul {
    padding: 0;
    margin: 0;
}

.banner_attendance ul li, .banner_fsm ul li {
    color: #000;
    background: url('../static-site-images/logo-single.png') no-repeat left top;
    list-style: none;
    padding: 9px 0 6px 45px;
    font-size: 16px;
}

.banner_fsm ul li {
    color: #fff;
}

.quickentry_box {
    background: #fff;
    padding: 30px 30px 10px 30px;
}

.features_fsm h2 {
    margin-top: 50px;
    font-weight: bold !important;
    font-size: 28px;
}

.tryit {
    background: #0276d1;
    padding: 20px 0 25px 0;
    color: #fff;
    font-size: 20px;
    font-weight: 100;
}

.tryit p {
    margin: 0 0 10px;
    color: #fff !important;
}

.btn-try {
    padding: 10px 25px;
}

.client-logos {
    text-align: center;
}

.client-logos img {
    margin: 0 25px;
    vertical-align: middle;
    border: 0;
}

.client-logos h2 {
    font-weight: 300;
    font-size: 22px;
    text-align: center;
    vertical-align: middle;
    box-sizing: border-box;
}

.platform h2 {
    font-weight: 300;
    font-size: 29px;
    margin-bottom: 55px;
    line-height: 35px;
    text-align: center;
    margin: 20px 0px 55px;
}

.platform .list {
    margin-bottom: 60px;
    min-height: 10px;
}

.theProblem h2 {
    font-weight: 100;
    font-size: 23px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.theProblem {
    background: #0276d1;
    padding: 30px 0 40px 0;
    color: #fff;
    font-size: 23px;
    font-weight: 100;
}

.theProblem p {
    font-size: 16px;
    margin-bottom: 25px;
    text-align: center;
}

.theProblem ul li {
    margin: 0 30px;
    padding: 0;
    list-style: none;
    display: inline-block;
    font-size: 17px;
    font-weight: 300;
}

.theSolution h2 {
    font-weight: 300;
    font-size: 36px;
    text-align: center;
}

.iconDetails {
    margin-left: 2%;
    float: left;
    height: 40px;
    width: 40px;
}

.left {
    float: left;
    width: 45px;
}

.right {
    float: left;
    margin: 0 0 0 5px;
    width: auto;
}

li .row {
    margin: 0 !important;
    padding: 0 !important;
}

.theSolution .row p {
    font-weight: 400 !important;
}

.btn-group .dropdown-toggle {
    border: 0 !important;
    border-color: unset !important;
    padding: 0.5rem 1rem !important;
}

#tryitfree:hover {
    background-color: white;
    color: rgb(50, 201, 221);
    border-color: rgb(50, 201, 221);
}

.client-logos .fa-2x:hover {
    background-color: skyblue;
    color: #fff;
}

.client-logos .fa-2x {
    display: inline-block;
    border-radius: 60px;
}

.client-logos .btn-link {
    background: #ffffff;
    color: #000;
    border-radius: 20px;
    border: 1px solid #ccc;
    padding: 5px 15px;
    text-decoration: none;
}

.client-logos .btn-link:hover {
    background: #0376d0;
    color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
    color: #494949;
}

.client-logos li {
    border-radius: 15px 50px;
    padding: 20px;
    width: 200px;
    height: 150px;
    margin: 0px;
}

.container .row {
    margin-top: 5px !important;
}

.mt-5, .my-5 {
    margin-top: 1.5rem !important;
}

.img-responsive {
    width: 100% !important;
}

.btn-primary {
    background-color: #039de7;
    border-color: #039de7;
    color: #FFFFFF;
    border: 1px solid #fff;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
    line-height: 1.1
}

h1, h2, h3, h4 {
    font-weight: 700
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .65625rem
}

.h1, h1 {
    font-size: 2.25rem
}

.h2, h2 {
    font-size: 1.875rem
}

.h3, h3 {
    font-size: 1.1rem
}

.h4, h4 {
    font-size: 1.125rem
}

.h5, h5 {
    font-size: .875rem
}

.h6, h6 {
    font-size: 1rem
}

p {
    margin-top: 0;
    margin-bottom: .65rem
}

/* FSM page */

.btn-primary {
    background-color: #039de7;
    border-color: #039de7;
    color: #FFFFFF;
    border: 1px solid #fff;
    border-radius: 26px;
    padding: 8px 24px;
}

.features_fsm {
    padding: 40px 0 60px 0;
}

.fsn_section2 {
    background: #0376d0;
    color: #fff;
}

.features_fsm h2 {
    margin-top: 50px;
    font-weight: bold !important;
    font-size: 28px;
}

.fsn_section2 img, .fsn_section3 img {
    border-radius: 10px;
}

.fsn_section4 {
    background: #F2F8FF;
}

.fsm_main .img-responsive {
    height: auto !important;
    width: 100% !important;
}

@media(max-width: 767px) {
    .cio_logo {
        display: none;
    }
    .client-logos ul{
        padding-left: 0;
    }

    body .banner .banner_inner {
        width: 95% !important;
        margin: 0 auto !important;
    }

    .quickentry_mobile {
        padding: 0 !important;
        margin-top: 30px;
    }
    .quickentry_mobile .pl-0, .quickentry_mobile .pr-0{
        padding: 0;
    }

    .full-width {
        width: 40% !important;
        font-size: 17px !important;
    }
}

@media(min-width: 992px) and (max-width:1024px) {
    .navbar {
        width: calc(100vw - 80px) !important;
        margin: 0 auto !important;
    }

    .page-Footer .row {
        padding: 0 0px 0 40px !important;
    }
}

@media(min-width:1025px) and (max-width:1439px) {
    .navbar {
        width: calc(100vw - 220px) !important;
        margin: 0 auto !important;
    }

    .page-Footer .row {
        padding: 0 0px 0 80px !important;
    }
}

@media(min-width:1440px) {
    .navbar {
        width: calc(100vw - 300px) !important;
        margin: 0 auto !important;
    }

    .page-Footer .row {
        padding: 0 0px 0 120px !important;
    }
}