#header {
    background-image: url('../Images/vaultizeheader.jpg');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    min-height: 130px;
    border: none !important;
}

body #menu {
    background-color: #1b95cd!important;
}

#menu nav.nav {
    background: transparent;
}

nav.nav ul li.level-1:hover > a{
    color: #ffff!important;
}

nav.nav a {
    font-family: 'Ubuntu Condensed', sans-serif;
}

nav.nav .level-1 a {
    color: rgb(255, 255, 255)!important;
    position: relative;
}
nav.nav .level-1 a:hover {
    color: #fff;
}

nav.nav .level-2 a {
    color: #fff;
}

nav.nav .mega {
    max-width: 100%;
    width: 100%;
    left: 0;
}
#navigation li.dropdown-toggle:hover ul.mega {
    display: block;
}
#body-section-1-hero {
    background-image: url("../Images/hex-bg.jpg");
    background-color: transparent;
    background-repeat: repeat;
}
.body-section-1-hero-content-text {
    width: 100%;
    float: none;
    color: #000;
}

.header-phone {
    float: right;
    font-size: 30px;
    margin-top: 48px;
}
.header-phone a {
    color: #fff;
    font-family: 'Oswald', san-serif;
    text-decoration: none;
}
.header-phone a:hover {
    text-decoration: none;
}

nav ul li.level-1.dropdown-toggle:hover > a:before {
    content: ' ';
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    margin: 0 auto;
    border-style: solid;
    border-width: 0 13px 13px 13px;
    border-color: transparent transparent #3498db transparent;
}
@media (min-width: 981px) {
    nav.nav ul li.level-1:hover {
        background: #434551 !important;
        color: #fff !important;
    }
    nav.nav ul li.level-1:hover > a {
        background: #434551 !important;
        color: #fff !important;
    }
    

}

body .body-section-1-hero {
    border-top: none;
}

#header-logo {
    margin-top: 20px;
}

.body-section-1-hero {
    border-bottom: none !important;
}

#owl-demo {
    padding: 20px 0;
}

.section.white {
    background: #fff;
}
.section.gray {
    background: rgba(238,238,238,1);
}
.section .standard-width {
    padding: 20px 0;
}
.section h3 {
    color: #3498db;
    font-family: 'Oswald';
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}
.body-section-1-hero {
    height: auto !important;
}
.hero1 {
    margin-top: 100px;
    text-align: center;
}
/*
.hero1 * {
    text-align: left !important;
}
*/
.blue {
    color: #3498db;
}
.body-section-1-hero-content-text {
    margin: 0 auto 100px !important;
}
.body-section-1-hero-content-text p {
    margin-bottom: 5px !important;
}
.htitle {
    color: #fff;
    font-family: 'Oswald';
    font-weight: bold;
    text-align: center;
}
#contact-form {
    background: rgba(52, 152, 219, 0.65);
/*     background: #fff; */
/*     border: 5px solid #3498db; */
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    height: 100%;
    margin: 0 10px;
    min-height: 300px;
}
#contact-form p {
    text-align: left;
    color: #fff;
/*     color: */
    margin: 5px 0px 0px 0px !important;
    font-size: 12px;
    width: 100%;
}
#contact-form label {
    color: #fff;
}
#contact-form .actions {
    text-align: center;
}
#contact-form button[type=submit], #contact-form input[type=submit], .btn.orange {
    text-align: center;
    margin-top: 5px;
    font-size: 24px;
    padding: 5px 10px;
    background: rgba(255,149,0,1);
    color: #fff;
    border: none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
/*     font-family: 'Oswald'; */
    font-family: 'Ubuntu Condensed', sans-serif;
    text-transform: uppercase;
}
#contact-form input[type=text], #contact-form textarea {
    width: 100%;
    display: block;
    border: none;
}
.clearfix {
    float: none;
}
.text-center {
    text-align: center;
}
.bigger {
    font-size: 22px !important;
}
.pad10 {
    padding: 10px 20px;
}
.section p {
    text-align: center;
    font-size: 16px;
}
.cta_button {
    border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
}
.body-section-1-hero-content-text h1 {
    font-size: 42px;
}

[data-bg=phonebackground] {
    background-image: url("../Images/phonebackground.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
[data-bg=phonebackground] .standard-width {
    padding: 40px 0 !important;
}
[data-bg=phonebackground] h3 {
    color: #fff;
}
[data-bg=phonebackground] p {
    color: #fff;
    font-size: 18px;
}
.why-choose .why {
    min-height: 200px !important;
}
.why p {
    text-align: left;
}
.why p.title {
    font-size: 28px;
}
.why .icon {
    text-align: right;
    padding-right: 20px;
}
.why .fa {
    margin-top: 22px;
    color: #3498db;
    font-size: 80px;
    text-align: right;
}
.flexible-items {
    margin-left: 100px;
}
.flexible-items .why {
    float: none;
}
.newline {
    display: block;
}
#menu li.level-1.dropdown-toggle:hover > a i {
    color: #434551;
}
.top-form {
    margin-top: 15px;
}
#footer a {
    font-family: 'Ubuntu Condensed', sans-serif;
}
@media (min-width: 1200px) {
  .offset2 {
    margin-left: 230px !important;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .offset2 {
    margin-left: 144px !important;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
    .why-choose .why {
        min-height: 250px !important;
    }
    .newline {
        display: inline;
    }
    .why .fa {
        margin-top: 0;
    }
    .why .icon {
        text-align: center;
    }
    .why p.title {
        margin-top: 0px;
    }
}
@media (min-width: 0px) and (max-width: 767px) {
    .why .span2 {
        width: 16.67% !important;
    }
    .why .span10 {
        width: 83.33% !important;
    }
    .why p.title {
        margin-top: 0px;
    }
    .why .span3 {
        width: 25% !important;
    }
    .why .span9 {
        width: 75% !important;
    }
    .why .fa {
        margin-top: 0;
    }
    .why .icon {
        text-align: center;
    }
    .body-section-1-hero-content-text {
        margin-bottom: 30px !important;
    }
    .flexible-items {
        margin-left: 0px;
    }
    .header-phone {
        float: none;
        width: 100%;
        display: block;
        text-align: center;
        margin-top: 30px;
    }
    #header {
        min-height: 120px;
    }
    .newline {
        display: inline;
    }
}
@media (min-width: 0px) and (max-width: 980px){
    #navigation {
        background: rgb(67,69,81);
    }
    nav.nav ul {
        list-style: none;
        width: 100%;
        padding: 0;
        margin: 0;
    }
    nav.nav li.level-1 ul {
        display: none;
    }
    #menu > .standard-width {
        width: 100%;
        margin: 0;
        max-width: 100%;
    }
    #menu .widget-span {
        float: none;
    }
    #menu * {
        font-size: 24px;
        line-height: 32px;
        text-align: center;
        color: #fff;
    }
    #menu li a {
        display: block;
        padding: 10px;
    }
    #menu li.level-1.dropdown-toggle:hover .level-2 {
        display: block;
        background: rgba(105, 107, 113, 1);
        -webkit-animation: slide 0.5s forwards;
    }
    #menu li.level-1.dropdown-toggle:hover > a:before {
        display: none;
    }
    #menu .subMenu {
        margin: 0;
        max-width: 100%;
    }
     #menu .subMenu .level-2 {
         margin: 10px 0;
         padding: 10px 0;
    }
    #menu .level-2 .description {
        font-style: italic;
        font-size: 16px;
    }
    #menu .level-2 li {
        padding: 5px 0;
    }
    #menu li.level-1.dropdown-toggle:hover > a i {
        display: inline-block;
    }
    #menu li.level-1.dropdown-toggle:hover > a i:before {
        content: "\f106";
    }
    .body-section-1-hero-content-text .span5, .body-section-1-hero-content-text .span4 {
        width: 100%;
    }
    .hero1 {
        margin-top: 20px;
    }
    .top-form {
        margin-top: 50px;
    }
    .top-form > p > b {
        font-size: 28px;
    }
    .body-section-1-hero-content-text .span3 {
        display: none;
    }

}

@media (min-width: 981px){
    ul.level-2 > li {
        width: 35%!important;
        display: block;
        float: left;
    }
    ul.level-2.sub-getstarted {
        margin-left: 35%;
    }
    ul.level-2.sub-company {
        float: right;
        width: 50%;
    }
    ul.level-2.sub-company > li {
        float: right;
        width: 50%;
    }
    .one-platform .bullets {
        margin-top: 7%;
    }
}

@media (min-width: 768px) and (max-width: 980px){
    .box-story .info p {
        font-size: 11px;
    }
}

@media (max-width: 767px){
    .box-story {
        width: 100% !important;
        padding: 0 0 25px 0 !important;
    }
}

.box-story {
    width: 46%;
    padding: 25px 2%;
    display: block;
    float: left;
}
.box-story .story-client {
    background: rgba(52, 152, 219, .75);
    color: #fff;
    padding: 10px;
    font-size: 15px;
}
.box-story .story-client a {
    color: #fff;
}
.box-story .details .link:before {
    position: absolute;
    background: -webkit-repeating-linear-gradient(#e38a3b, #ffa126);
    background: -o-repeating-linear-gradient(#e38a3b, #ffa126);
    background: -moz-repeating-linear-gradient(#e38a3b, #ffa126);
    background: repeating-linear-gradient(#e38a3b, #ffa126);
    content: " ";
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 140px;
    z-index: 10;
}
.box-story .details .link {
    display: none;
}
.box-story .details .link {
    display: inline-block;
    width: 30%;
    height: 140px;
    float: left;
    position: relative;
}
.box-story .details .link span {
    background-image: url(../Images/read-more.png);
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 140px;
    display: block;
    z-index: 100;
}
.box-story .details .info img {
    height: 25px;
}
.box-story .img {
    position: relative;
}
.box-story .img img {
    position: relative;
    width: 100%;
    height: auto;
    opacity: .7;
}
.box-story .img .story-client {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80%;
}
.box-story .story-logo {
    height: 25px;
}
.box-story .details .info {
    width: 70%;
    display: inline-block;
    float: left;
}
.box-story .details .info-wrapper {
    padding: 15px;
}
.box-story .details .info {
    height: 140px;
}
.box-story .details .info p {
    margin: 8px 0;
}
.clearfix2 {
    clear: both;
}
.newbutton, .newbutton:hover {
    border: none !important;
    font-size: 28px !important;
    font-family: 'Ubuntu Condensed', sans-serif !important;
}
.schedule-demo{font-size:30px; line-height: 30px;}




.nav .subMenu ul li a:hover{ text-decoration: none!important;}
.nav .subMenu ul li span { padding: 0 5px 5px 0px!important; font-style: normal!important;}
.footer-right .social-icons ul li#gp{display: none!important;}
.footer-left ul li a:hover {text-decoration: none!important;}


 ul li ul.level-3 li.arrow-left span{display:block!important;padding:3px 0px 0px 1px!important}

 .hs-breadcrumb-menu{list-style-type:none;margin:0px 0px 0px 0px;padding:0px 0px 0px 0px}.hs-breadcrumb-menu-item{float:left;padding:10px 0px 10px 10px}.hs-breadcrumb-menu-divider:before{content:'›';padding-left:10px}