.light-text {
    color: #fff;
}

.purple-100 {
    color: #4f2e7f;
}

.purple-80 {
    color: #725799;
}

.purple-60 {
    color: #9681b2;
}

.purple-40 {
    color: #b9abcc;
}

.purple-20 {
    color: #dcd5e6;
}

.soft-gray-100 {
    color: #cbc4bc;
}

.soft-gray-80 {
    color: #d6d0ca;
}

.soft-gray-60 {
    color: #dfdbd6;
}

.soft-gray-40 {
    color: #eae7e4;
}

.soft-gray-20 {
    color: #f5f3f2;
}

.green-100 {
    color: #9bd732;
}

.green-80 {
    color: #afdf5b;
}

.green-60 {
    color: #c3e784;
}

.green-40 {
    color: #d7efad;
}

.green-20 {
    color: #ebf7d6;
}

.gray-100 { 
    color: #000;
}

.gray-80 {
    color: #333;
}

.gray-60 {
    color: #666;
}

.gray-40 {
    color: #999;
}

.gray-20 {
    color: #ccc;
}

.bg-purple-100 {
    background-color: #4f2d7f;
}

.bg-purple-80 {
    background-color: #725799;
}

.bg-purple-60 {
    background-color: #9681b2;
}

.bg-purple-40 {
    background-color: #b9abcc;
}

.bg-purple-20 {
    background-color: #dcd5e6;
}

.bg-soft-gray-100 {
    background-color: #cbc4bc;
}

.bg-soft-gray-80 {
    background-color: #d6d0ca;
}

.bg-soft-gray-60 {
    background-color: #dfdbd6;
}

.bg-soft-gray-60 {
    background-color: #eae7e4;
}

.bg-soft-gray-40 {
    background-color: #f5f3f2;
}

.bg-green-100 {
    background-color: #9bd732;
}

.navbar-light .navbar-toggler {
    color: #4f2d7f !important;
    border: none !important;
}

button.navbar-toggler.collapsed:focus {
    outline: none !important;
}

/* The hero image */
.hero-image {
    /* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
    background-image: linear-gradient(rgba(79,45,127, 0.3), rgb(79,45,127, 0.5)), url("http://hris.nameserver16.net/HRIS-images/home_bg.jpg");
  
    /* Set a specific height */
    /* background-size: 90%;
    background-position: center; */
    min-height: 450px;
    height: calc(var(--viewport-height,90vh) - 3.5em);

    /* Position and center the image to scale nicely on all screens */
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.hero-image-prdoverview {
    /* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
    background-image: linear-gradient(rgba(79,45,127, 0.3), rgb(79,45,127, 0.5)), url("http://hris.nameserver16.net/HRIS-images/hr-management-bg.jpg");
  
    /* Set a specific height */
    min-height: 450px;
    height: calc(var(--viewport-height,90vh) - 3.5em);

    /* Position and center the image to scale nicely on all screens */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
  
/* Place text in the middle of the image */
.hero-text {
    text-align: left;
    position: absolute;
    top: 50%;
    /* left: 50%;
    transform: translate(-50%, -50%); */
    color: white;
}

section {
    /* padding: 80px 0px; */
    padding: 40px 0px;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.fa-3x {
    font-size: 10em;
}


.price-table {
    overflow: hidden;
    text-align: center;
    background: #fff;
    box-sizing: border-box;
    box-shadow: 0px 1px 11px 1px #727c8a36;
    border-radius: 3px;
}

.col-sm-4:nth-child(n) .price-table:hover {
   
    transition: .2s ease .2s;
}

.price-table .price-head {
    padding: 50px;
    background: linear-gradient(45deg, #725799, #4f2d7f);
    border-bottom-left-radius: 75%;
    border-bottom-right-radius: 25%;
}

    .price-table .price-head h4 {
        margin: 0;
        padding: 0;
        color: #fff;
        font-weight: 300;
    }

    .price-table .price-head h2 {
        margin: 0;
        padding: 0;
        font-size: 34px;
        color: #fff;
    }

.price-content {
    position: relative;
}

    .price-content ul {
        position: relative;
        padding: 20px 0px;
    }

        .price-content ul li {
            list-style: none;
            font-size: 16px;
            padding: 5px 0;
            color: #777;
            cursor: pointer;
            border-left: 7px solid transparent;
            border-left: 7px solid transparent;
            transition: .3s;
            font-weight:400;
        }

            .price-content ul li:hover {
                border-left: 5px solid #725799;
                border-left: 5px solid #4f2d7f;
            }

.price-button {
    padding: 0 0 50px;
}

    .price-button a {
        padding: 10px 40px;
        /**background: linear-gradient(45deg, #725799, #4f2d7f);**/
        color: #fff;
        border-radius: 3px;
        font-size: 18px;
        text-decoration: none;
    }

.navigator--logo.footer--logo {
    max-width: 100%;
    height: 48px;
}

.navigator--logo {
    width: auto;
}

.navbar-top-bar-brand-img {
    width: 20%;;
}

.navbar-header-logo img
{
    height: 48px;
}

.navbar-nav li {
    border: none;
}

.navbar-nav > li > a {
    font-size: 18px;
    line-height: 27px;
    text-decoration: none solid rgb(80, 45,128);
    word-spacing: 0px;
    background-color: #fafafa;
    background-position: 0% 0%;
    color: #502D80;
}

.btn-hero, .btn-hero:hover {
    color: #fff;
    border-radius: 3px;
}

.transition-3d-hover {
    transition: all 0.2s ease-in-out;
}

.transition-3d-hover:hover, .transition-3d-hover:focus {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}

.btn-hero:focus, .btn-hero:active, .btn-hero:hover {
    box-shadow: 0 4px 11px rgba(220,213,230, 0.35);
}

ul.social-media-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 0px; /* eliminate space between li */
}

ul.social-media-list li {
    display: inline-block;
    margin: 2px;
    padding-left: 15px;
}

ul.social-media-list img:hover {
}

.navbar-nav li:hover>ul.dropdown-menu {
    display: block;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
}

.image_css {
    opacity: 1;
    display: block;
    width: 100%;
    height: 100%;
    transition: .5s ease;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden; /* Safari */
}
 
.image_css_bg {
    opacity: 1;
    display: block !important;
    width: 100%;
    height: 100%;
    transition: .5s ease;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden; /* Safari */
    background-image: url("http://hris.nameserver16.net/HRIS-images/hr-1.jpg");
}

.hero-pricing-bg {
    margin-top: 15px;
    background-image: url("http://hris.nameserver16.net/HRIS-images/purplediagonal-bg.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.border-custom-purple {
    border: #4f2d7f;
    border: dashed;
    margin-bottom: -10px;
    border-width: medium;
}

.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 70%;
    padding-left: 35px;
    padding-right: 35px;
    text-align: left;
    background: linear-gradient(0deg, rgba(79, 45, 127, 0.1), rgba(79, 45, 127, 0.1));
}

.middle-2 {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 40%;
    padding-left: 35px;
    padding-right: 35px;
    text-align: left;
}

.hrm-1:hover .image_css, .hrm-2:hover .image_css, .hrm-3:hover .image_css, .hrm-4:hover .image_css, .hrm-5:hover .image_css {
    opacity: 0.3;
}

.hrm-1:hover .middle, .hrm-2:hover .middle-2, .hrm-3:hover .middle-2, .hrm-4:hover .middle-2, .hrm-5:hover .middle-2 {
    opacity: 1;
}

.bottom-left {
    position: absolute;
    bottom: 8px;
    left: 40px;
}

.hrm-1:hover .bottom-left, .hrm-2:hover .bottom-left, .hrm-3:hover .bottom-left, .hrm-4:hover .bottom-left, .hrm-5:hover .bottom-left {
    opacity: 0;
}

/* rotate caret on hover */
.dropdown-menu>li>a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
}

.showcase .showcase-text {
    /* padding: 3rem; */
    padding-top: 4rem;
    padding-bottom: 4rem;
    padding-left: 200px !important;
    padding-right: 60px !important;
}

.showcase .showcase-text-right {
    /* padding: 3rem; */
    padding-top: 4rem;
    padding-bottom: 4rem;
    padding-right: 100px !important;
    padding-left: 60px !important;
}

.showcase .showcase-img {
    min-height: 20rem;
    background-size: cover;
    background-position: center 60%;
    background-repeat: no-repeat;
}

.bg-image-1 {
    background: url("http://hris.nameserver16.net/HRIS-images/hr-1.jpg");
    background-size: cover;
    height: 100%;
    width: 100%;
}

.bg-image-1:hover {
    background: linear-gradient(0deg, rgba(79, 45, 127, 0.6), rgba(79, 45, 127, 0.6)), url(http://hris.nameserver16.net/HRIS-images/hr-1.jpg);
    background-size: cover !important;
}

.bg-image-1-1 {
    background: url("http://hris.nameserver16.net/HRIS-images/hr-1-1.jpg");
    background-size: cover;
    height: 100%;
    width: 100%;
}

.bg-image-1-1:hover {
    background: linear-gradient(0deg, rgba(79, 45, 127, 0.6), rgba(79, 45, 127, 0.6)), url(http://hris.nameserver16.net/HRIS-images/hr-1-1.jpg);
    background-size: cover !important;
}

.bg-image-2 {
    background: url("http://hris.nameserver16.net/HRIS-images/hr-2.jpg");
    background-size: cover;
    height: 100%;
    width: 100%;
    display: block;
}

.bg-image-2:hover {
    background: linear-gradient(0deg, rgba(79, 45, 127, 0.7), rgba(79, 45, 127, 0.7)), url(http://hris.nameserver16.net/HRIS-images/hr-2.jpg);
    background-size: cover !important;
}

.bg-image-3 {
    background: url("http://hris.nameserver16.net/HRIS-images/hr-5.jpg");
    background-size: cover;
    height: 100%;
    width: 100%;
}

.bg-image-3:hover {
    background: linear-gradient(0deg, rgba(79, 45, 127, 0.6), rgba(79, 45, 127, 0.6)), url(http://hris.nameserver16.net/HRIS-images/hr-5.jpg);
    background-size: cover !important;
}

.bg-image-4 {
    background: url("http://hris.nameserver16.net/HRIS-images/hr-4.jpg");
    background-size: cover;
    height: 100%;
    width: 100%;
}

.bg-image-4:hover {
    background: linear-gradient(0deg, rgba(79, 45, 127, 0.6), rgba(79, 45, 127, 0.6)), url(http://hris.nameserver16.net/HRIS-images/hr-3.jpg);
    background-size: cover !important;
}

.bg-image-5 {
    background: url("http://hris.nameserver16.net/HRIS-images/hr-4.jpg");
    background-size: cover;
    height: 100%;
    width: 100%;
}

.bg-image-5:hover {
    background: linear-gradient(0deg, rgba(79, 45, 127, 0.6), rgba(79, 45, 127, 0.6)), url(http://hris.nameserver16.net/HRIS-images/hr-3.jpg);
    background-size: cover !important;
}

.overlay-1 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #ffffff;
  }
  
.feature-1:hover .overlay-1, .feature-2:hover .overlay-1, .feature-3:hover .overlay-1 {
    opacity: 1;
}

.text-1 {
    padding-top: 30px;
    padding-left: 30px;
    color: #4f2e7f;
    position: absolute;
    /* top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); */
    text-align: center;
}


.content .content-overlay {
    background: rgb(79,45,127, 0.8);
    position: absolute;
    height: auto;
    width: auto;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    margin-left: 10px;
    margin-right: 10px;
}

.content:hover .content-overlay {
    opacity: 1
}

.content-image {
    width: 100%;
}

.content-details {
    padding-left: 40px;
    padding-right: 40px;
    text-align: left;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s
}

.content:hover .content-details {
    top: 70%;
    left: 50%;
    opacity: 1;
    padding-left: 40px;
    padding-right: 40px;
}

.fadeIn-bottom {
    top: 80%;
}

.bg-custom-hover:hover {
    background: #ea3b52 !important;
    /*border: none !important;*/
}

/**Small devices (landscape phones, 576px and up)**/
@media (max-width: 575px) { 
    .pr-number {
        font-size: 6rem;
    }

    .showcase .showcase-text {
        /* padding: 7rem; */
        padding-left: 50px !important;
    }

    .showcase .showcase-text-right {
        /* padding: 7rem; */
        padding-right: 50px !important;
        padding-left: 50px !important;
    }
    
    .content .content-overlay, .content-details {
        opacity: 1;
    }
}

@media (min-width: 576px) { 
    .pr-number {
        font-size: 6.5rem;
    }

    .showcase .showcase-text {
        /* padding: 7rem; */
        padding-left: 50px;
    }

    .showcase .showcase-text-right {
        /* padding: 7rem; */
        padding-right: 50px;
        padding-left: 50px;
    }
}

/**Medium devices (tablets, 768px and up)**/

@media (min-width: 768px) {
    .pr-number {
        font-size: 6.5rem;
    }

    .showcase .showcase-text {
        /* padding: 7rem; */
        padding-left: 50px;
    }

    .showcase .showcase-text-right {
        /* padding: 7rem; */
        padding-left: 200px !important;
    }
}

@media (max-width: 991px) {
    .hrm-1 .image_css, .hrm-2 .image_css {
        opacity: 0.3;
    }
    
    .hrm-1 .middle, .hrm-2 .middle-2 {
        opacity: 1;
    }

    .bottom-left {
        opacity: 0;
    }
}

/**Large devices (desktops, 992px and up)**/
@media (min-width: 992px) {
    .pr-number {
        font-size: 8rem;
    }

    .showcase .showcase-text-right {
        /* padding: 7rem; */
        padding-left: 60px !important;
    }
}

/**Extra large devices (large desktops, 1200px and up)**/
@media (min-width: 1200px) { 
    .pr-number {
        font-size: 8rem;
    }
}

