@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,900");
@import url("https://fonts.googleapis.com/css?family=Roboto:400,300,500,700,900");
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,300,500,700,900");

a:HOVER {
    text-decoration: none;
    color: #333;
}
a {
    color: #333;
}

.profile-element strong {
    color: #DFE4ED !important;
}

hr.colored-hr {
    border: 1px solid #8325238a !important;
}

.container-full {
    width: 100%;
}

.container {
    min-height: 900px !important;
}

.row {
    margin-right: -15px ;
    margin-left: -15px ;
}

.logo-part1 {
    font-size: 32px;
    color: #ffffff;
    font-weight: 900;
}
.logo-part2 {
    font-size: 32px;
    color: #832523;
}
.logo-part3 {
    font-size: 12px;
    color: #ffffff;
    font-weight: 900;
}
.logo-part4 {
    margin-top: -10px;
    letter-spacing: 6px;
    font-size: 16px;
    color: #ffffff;
    display: block;
    text-transform: uppercase;
}

.menu-container {
    position: relative;
}
#burger-menu {
    display: none;
}
#burger-menu a {
    color: white;
    padding: 5px 8px;
    text-decoration: none;
    font-size: 15px;
    display: block;
    text-align: center;
}
.burger-menu-sep {
    color: #832523;
    font-weight: 900;
}
/* Style the hamburger menu */
.menu-container a.icon {
    color: #ffffff;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 28px;
    display: none;
}


.navbar-menu {
    list-style: none;
    float: right;
    text-align: center;
    padding: 0;
    margin: 0;

    position: relative;
}
.navbar-menu li {
    display: inline;
    margin-right: 15px;
    float: left;
}
.navbar-menu li .nav-item ,
.navbar-menu li a {
    color: #ffffff;

    font-size: 20px;
    line-height: 40px;
    height: 40px;
    display: block;

    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.navbar-menu li a:HOVER{
    color: #ffffff !important;
    text-decoration: none;
    cursor: pointer;
}

.navbar-menu li ul {
    visibility: hidden;
    display: none;
    position: absolute;
    text-align: left;
}
.navbar-menu li:hover > ul,
.navbar-menu li ul:hover {
    visibility: visible;
    display: block;
    color: #ffffff;
}
.navbar-menu li ul li {
    clear: both;
    width: 100%;
}

.sub-nav {
    min-width: 200px;
    padding: 12px 16px;
    z-index: 1;
    background-color: #832523;
    list-style: none;
}
.sub-nav li a{
    color: #ffffff;
    font-size: 14px;

    -moz-transition: all 0s ease-in;
    -o-transition: all 0s ease-in;
    -webkit-transition: all 0s ease-in;
    transition: all 0s ease-in;
}
.sub-nav li a:HOVER{
    color: #d5d5d5;
}
.pace .pace-progress {
    background: #832523 !important;
    position: fixed;
    z-index: 2040;
    top: 0;
    right: 100%;
    width: 100%;
    height: 2px;
}
.btn-deloitte {
    color: #ffffff;
    background-color: #832523;
    border-color: #832523;
    margin-top: 3px;
}
.btn-deloitte:HOVER {
    background-color: rgb(152, 42, 40);
    border-color: rgb(152, 42, 40);
    margin-top: 3px;
    color: #ffffff;
}
.btn-login:HOVER {
    color: #fff !important;
    background-color: #832523 !important;
}
.btn-primary {
    background-color: #832523 !important;
    border-color: #832523 !important;
    color: #FFFFFF !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary,
.btn-primary:active:focus,
.btn-primary:active:hover,
.btn-primary.active:hover,
.btn-primary.active:focus {
    background-color: #a2403e !important;
    border-color: #832523 !important;
    color: #FFFFFF !important;
}
a:hover, a:focus {
    text-decoration: none;
    color: #832523 !important;
}
.progress-bar {
    background-color: #832523 !important;
}
.panel-warning {
    border-color: #83252382 !important;
}
.panel-warning > .panel-heading {
    background-color: #83252382 !important;
    border-color: #83252382 !important;
    color: #ffffff;
}
.admin-category-nav.active, .admin-category-nav.active a, .category-nav.active, .category-nav.active a {
    color: #832523 !important;
}
.menu {
    padding-top: 60px;
    height: 500px;
    margin-bottom: 25px;
}
.feature-heading h1 {
    margin-bottom: 34px;
    color: #ffffff;
    font-size: 48px;
    font-weight: 600;
    font-family: 'Montserrat',sans-serif;
}
.feature-heading h2 {
    padding-top: 5px;
    color: #ffffff;
    font-size: 30px;

    font-family: 'Montserrat',sans-serif;
}
.divider {
    height: 5px;
    background-color: #ffffff;
}


.parallax {
    top: 0;
    left: 0;
    position: absolute;
    height: 500px;
    width: 100%;
    background: rgb(176,45,42);
    background: linear-gradient(90deg, rgba(176,45,42,1) 0%, rgba(97,28,27,1) 21%, rgba(28,28,28,1) 100%);
    /*
    background: rgba(18,20,23,1);
    background: -moz-linear-gradient(left, rgba(18,20,23,1) 0%, rgba(49,73,99,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(18,20,23,1)), color-stop(100%, rgba(49,73,99,1)));
    background: -webkit-linear-gradient(left, rgba(18,20,23,1) 0%, rgba(49,73,99,1) 100%);
    background: -o-linear-gradient(left, rgba(18,20,23,1) 0%, rgba(49,73,99,1) 100%);
    background: -ms-linear-gradient(left, rgba(18,20,23,1) 0%, rgba(49,73,99,1) 100%);
    background: linear-gradient(to right, rgba(18,20,23,1) 0%, rgba(49,73,99,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#121417', endColorstr='#314963', GradientType=1 );
    */
}
.parallax.content-site {
    height: 303px !important;
    margin-right: 0px;
    margin-left: 0px;
}

.menu.content-site {
    height: 240px !important;
}

.section-header {
    margin-bottom: 60px;
    font-family: 'Montserrat',sans-serif;
}
.section-header h3 {
    text-align: center;
    font-size: 27px;
    color: #832523;
    font-weight: bold;
    font-family: 'Montserrat',sans-serif;
}
.section-header h4 {
    text-align: center;
    font-size: 42px;
    color: #000f23;
    font-family: 'Montserrat',sans-serif;
    font-weight: bold;
}
.section-header p{
    text-align: center;
    font-size: 17px;
}

.section-content {
    text-align: center;
    margin-bottom: 50px;
}
.section-content p{
    color: #5d7280;
    font-size: 20px;
}
.section-content-odd .section-content-desc {
    text-align: left;
}
.section-content-even .section-content-desc {
    text-align: right;
}
.section-content .section-content-desc h3{
    font-size: 25px;
    font-weight: bold;
    color: #000f23;
    font-family: 'Montserrat',sans-serif;
    margin-top: 70px;
}

.section-content .section-content-icon {
    text-align: center;
    color: #832523;
}

.section-products {
    margin-bottom: 45px;
}
.login-widget form{
    margin-top: 10px;
}
.login-widget{
    padding: 35px;
    text-align: center;
    border-radius: 30px;
    font-family: 'Montserrat',sans-serif;

    border: 1px solid transparent;
    -webkit-box-shadow: 0 3px 7px 0 #a8a8a8;
    -moz-box-shadow: 0 3px 7px 0 #a8a8a8;
    box-shadow: 0 3px 7px 0 #a8a8a8;
}
.contact-widget {
    padding: 15px;
    text-align: center;
    border-radius: 30px;
    font-family: 'Montserrat',sans-serif;

    border: 1px solid transparent;
    -webkit-box-shadow: 0 3px 7px 0 #a8a8a8;
    -moz-box-shadow: 0 3px 7px 0 #a8a8a8;
    box-shadow: 0 3px 7px 0 #a8a8a8;
}

.contact-widget textarea ,
.contact-widget input {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: 0;
    display: block;
    width: 100%;
    padding: 7px;
    border: 0;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-bottom: 1px solid #ddd;
    background: transparent;
    margin-bottom: 10px;
    font: 16px Arial, Helvetica, sans-serif;
    height: 45px;
}
.contact-widget textarea {
    height: 99px !important;
}


.contact-widget .fa{
    color: #abadae;
}
.contact-widget img{
    margin-bottom: 15px;

    -webkit-box-shadow: 10px 10px 12px -9px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 12px -9px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 12px -9px rgba(0,0,0,0.75);
}
.contact-widget {
    font-size: 15px;
}

.feature-box {
    margin: 25px 0 30px 0;
    font-size: 18px;
}

.feature-box p {
    padding-left: 80px;
}

.feature-box .fa{
    color: #832523;
    font-size: 55px;
    float: left;
}


.product-widget {
    padding: 25px;
    margin-bottom: 20px;
    text-align: center;
    border-radius: 30px;
    min-height: 370px;
    font-family: 'Montserrat',sans-serif;

    border: 1px solid transparent;
    -webkit-box-shadow: 0 3px 7px 0 #a8a8a8;
    -moz-box-shadow: 0 3px 7px 0 #a8a8a8;
    box-shadow: 0 3px 7px 0 #a8a8a8;
}
.product-widget:HOVER {
    cursor: pointer;
    box-shadow: 0px 7px 15px 3px rgba(93,114,128,.15);
}

.product-widget .product-icon {
    margin-bottom: 15px;
    height: 120px;
    color: #832523;
    font-size: 100px;
}

.contact-widget .product-header ,
.product-widget .product-header {
    font-size: 20px;
    color: #832523;
    font-weight: bold;
    font-family: 'Montserrat',sans-serif;
}

#contact {
    margin-top: 120px;
    background-color: #0d1923;
    color: #cdcdcd;
    border-top: 3px solid #832523;
}

.section-content-site {
    font-family: 'Montserrat',sans-serif;
    margin-bottom: 55px;
}

.section-content-site h3{
    color: #832523;
}

/* TIMELINE */

/* The actual timeline (the vertical ruler) */
.timeline {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
    content: '';
    position: absolute;
    width: 6px;
    background-color: #832523;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
}

/* Container around content */
.timeline-container {
    padding: 10px 20px;
    position: relative;
    background-color: inherit;
    width: 50%;
}

/* The circles on the timeline */
.timeline-container::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    right: -13px;
    background-color: white;
    border: 2px solid #832523   ;
    top: 15px;
    border-radius: 50%;
    z-index: 1;
}

.colored {
    color: #832523 !important;
}
.text-navy {
    color: #832523 !important;
}
.label-primary, .badge-primary {
    background-color: #479b28 !important;
    color: #FFFFFF;
}
.label-warning, .badge-warning {
    background-color: #832523 !important;
    color: #FFFFFF;
}
.data-inventory-fields .ibox-title {
    border-bottom: 2px solid #832523 !important;
}
a:focus .nav-label, a:hover .nav-label, .navbar-default a:hover .fa, .navbar-default a:focus .fa {
    color: #fff !important;
}
.navbar-default .landing_link a {
    background: #832523 !important;
    color: white;
}
.navbar-default .landing_link a:hover {
    background: #832523 !important;
    color: white !important;
}
.navbar-default .landing_link a span.label {
    background: #fff;
    background: #832523 !important;
}
.navbar-default .nav > li.active {
    border-left: 4px solid #832523 !important;
    background: #293846;
}
.navbar-default .nav > li.active .nav-second-level > li.active {
    border: none !important;
}
.navy-bg, .bg-success {
    background-color: #832523 !important;
    color: #ffffff;
}
.tabs-container .nav-tabs.custom-tab > li.active > a, .tabs-container .nav-tabs.custom-tab > li.active > a:hover, .tabs-container .nav-tabs.custom-tab > li.active > a:focus {
    color: #832523 !important;
    border: none;
    background-color: #e6e6e6;
}
.folder-list li a.active, .folder-list li a.active i {
    color: #832523;
}
.text-primary {
    color: #832523;
}

/* Place the container to the left */
.timeline-left {
    left: 0;
}

/* Place the container to the right */
.timeline-right {
    left: 50%;
}

/* Fix the circle for containers on the right side */
.timeline-right::after {
    left: -13px;
}

/* The actual content */
.timeline-content {
    padding: 25px;
    margin-bottom: 20px;
    text-align: justify;
    border-radius: 30px;
    font-family: 'Montserrat',sans-serif;

    border: 1px solid transparent;
    -webkit-box-shadow: 0 3px 7px 0 #a8a8a8;
    -moz-box-shadow: 0 3px 7px 0 #a8a8a8;
    box-shadow: 0 3px 7px 0 #a8a8a8;
}

.timeline-content h2{
    padding: 0px !important;
    margin: 0 0 20px 0 !important;
    text-align: center;
    font-size: 28px;
    font-weight: 600;
}

.timeline-right .timeline-content h2{
    text-align: center;
}

.timeline-content ul {
    text-align: left;
    list-style: circle;
}
.timeline-content ul li{
    margin-bottom: 7px;
    font-size: 18px;
}
.timeline-content-desc {
    position: absolute;
    width: 100%;
    left: 105%;
    top: 60px;
    font-size: 17px;

    border-radius: 0px;
    padding: 15px;
    -webkit-box-shadow: 0px 0px 15px 3px rgba(93,114,128,.15);
    -moz-box-shadow: 0px 0px 15px 3px rgba(93,114,128,.15);
    box-shadow: 0px 0px 15px 3px rgba(93,114,128,.15);
}

.timeline-right .timeline-content-desc{
    left: -105%;
    text-align: right;
}


/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
    /* Place the timelime to the left */
    .timeline::after {
        content: none !important;
    }

    .timeline-container::after {
        content: none !important;
    }

    /* Full-width containers */
    .timeline-container {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }

    /* Make sure all circles are at the same spot */
    .timeline-left::after, .timeline-right::after {
        left: 0px;
    }

    /* Make all right containers behave like the left ones */
    .timeline-right {
        left: 0%;
    }
}

/* TIMELINE END */

@media only screen and (max-device-width: 1366px) {
    .parallax {
        background-attachment: scroll;
    }
}
@media only screen and (max-device-width: 1000px) {
    .section-content-even .section-content-icon {
        display: none;
    }

    .feature-heading h1 {
        padding-top: 10px;
        color: #ffffff;
        font-size: 22px;
        text-transform: uppercase;
        font-weight: 800;
    }
    .feature-heading h2 {
        padding-top: 5px;
        color: #ffffff;
        font-size: 18px;
    }

    .divider {
        height: 2px;
        background-color: #832523;
    }

    .menu-container a.icon {
        display: block;
    }
    .navbar-menu {
        display: none;
    }
}


.pricing-header {
    background-color: #832523;
    padding: 20px 34px;
    text-align: center;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 28px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;

    -webkit-box-shadow: 0 3px 7px 0 #a8a8a8;
    -moz-box-shadow: 0 3px 7px 0 #a8a8a8;
    box-shadow: 0 3px 7px 0 #a8a8a8;
}
.pricing-header .small {
    font-size: 18px;
}

.pricing-content {
    -webkit-box-shadow: 0 3px 7px 0 #a8a8a8;
    -moz-box-shadow: 0 3px 7px 0 #a8a8a8;
    box-shadow: 0 3px 7px 0 #a8a8a8;
}
.pricing-content .price {
    font-weight: bold;
    color: #832523;
    font-size: 20px;
}
.price-desc {
    font-weight: bold;
    font-size: 15px;
}
.price-subdesc {
    font-size: 12px;
}
.pricing-row {
    text-align: center;
    padding: 10px;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-bottom: 1px solid #ddd;
}
.pricing-footer {
    background-color: #832523;
    padding: 7px;
    text-align: center;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 16px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    margin-bottom: 15px;

    -webkit-box-shadow: 0 3px 7px 0 #a8a8a8;
    -moz-box-shadow: 0 3px 7px 0 #a8a8a8;
    box-shadow: 0 3px 7px 0 #a8a8a8;
}









