body {
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -webkit-overflow-scrolling: none;
    overflow: hidden;
    height: 100vh;
    font-family: 'Ubuntu', sans-serif;
    color: #0d1e2d;
    background-color: #d6d6d6;
}

h1,
h2,
h3,
h4,
h5,
h6,
.font-heading {
  font-family: 'Ubuntu', sans-serif;
}

h2 {
    font-size: 35px;
    line-height: 1.17;
    margin-bottom: 15px;
}

h2, h3 {
    font-weight: 300;
}

.h3 {
    font-size: 20px;
    margin-bottom: 12px;
}

.h4 {
    font-size: 16px;
}

.heading {
    font-size: 28px;
}

.section {
    padding: 7rem 0;
}

.readmore {
    display: inline-block;
    border: 1px solid #000!important;
    border-radius: 0!important;
    padding: 10px 15px;
    font-size: 12px;
    text-transform: uppercase;
    color: #000;
    transition: 0.2s all ease;
    font-weight: 700;
    background: #d6d6d6;
}

.readmore:active,
.readmore:focus,
.readmore:hover {
    outline: none;
}

.readmore:hover {
    color: #fff;
    text-decoration: none;
    background: #000;
}


p {
    font-size: 18px;
    line-height: 1.6363636364;
    font-weight: 300
}

a {
    color: #777;
    text-decoration: none;
}

a:hover {
    color: #000;
}

@media (max-width: 767px) {
    h1 {
        font-size: 42px;
        line-height: 1.285;
        font-weight: 100;
        margin-bottom: 20px;
        letter-spacing: -.0em
    }
}
@media (min-width: 768px) {
    h1 {
        font-size: 64px;
        line-height: 1.218751;
        letter-spacing: -.04em;
        margin-bottom: 40px;
        font-weight: 100
    }
}

#home { z-index:4; }

.ulist a { color: rgb(55, 55, 55); text-decoration: none; font-weight: 300; }
.ulist a:hover { color: #000000; text-decoration: underline; }

.slide {
    position: absolute;
    top: 0;
    display:none;
    overflow-y:scroll;
    overflow-x:hidden;
    padding:0;
    opacity:0;
    -webkit-font-smoothing: antialiased;
    align-items: center;
    justify-content: center;
    max-width: 100vw;
    height: 100vh;
}

.slide .content {
    max-width: 960px;
    padding: 0 5% 0 5%;
    margin-left: auto;
    margin-right: auto;
}

/* .slide .row {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
} */

@media (max-width: 780px) {
    .slide {
        align-items:start;
        padding-top:80px;
    }
}

@media (max-height: 500px) {
    .slide {
        align-items:start;
        padding-top:80px;
    }
}

@media (max-width: 650px) {
    #footer .copyright {
        font-size:0.85em;
        text-align:center;
    }

    #footer .social {
        text-align:center;
    }
}
/* width */
.slide::-webkit-scrollbar {
    width: 0.5em;
}

/* Track */
.slide::-webkit-scrollbar-track {
    background: #afafaf;
}

/* Handle */
.slide::-webkit-scrollbar-thumb {
    background: #888; 
}

/* Handle on hover */
.slide::-webkit-scrollbar-thumb:hover {
    background: #555; 
}
.navbar-brand {
    border: 0;
}

.navbar {
    background: linear-gradient(180deg,#d6d6d6 50%, transparent);
}
.navbar.active {
    background: none;
}
.btn {
    font-size: 16px;
    font-weight: 400;
    white-space: nowrap;
    border: 0;
    transition: .25s;
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(0,0,0,.1), 0 2px 4px rgba(0,0,0,.1);
    user-select: none!important;
}

.btn:hover {
    box-shadow: 0 1px 4px rgba(0,0,0,.2), 0 2px 4px rgba(0,0,0,.2);
    margin-top: -2px;
    margin-bottom: 2px;
}

.btn-b2b, .btn-green {
    background: #4CAF50!important;
    color: #fff!important;
}

.btn-white {
    background: #fff!important;
    color: #202020!important;
}

.btn-blue {
    background: #475188!important;
    color: #fff!important;
}

.btn-cyan {
    background: #00BCD4!important;
    color: #fff!important;
}

.btn-orange {
    background: #ff6d0f!important;
    color: #EEE!important;
}

.btn-gradient {
    position: relative
}

.btn-gradient:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom,#fff 0,#000 100%);
    opacity: 0.1
}

.btn-blue, .btn-cyan, .btn-green, .btn-white, .btn-orange {
    border-radius: 4px;
    padding: 16px 24px 17px;
    color: #fff;
    border: none;
    outline: 0;
    font-size: 16px;
    font-weight: 500;
    vertical-align: top;
    letter-spacing: normal!important;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-appearance: none;
}

.img-brand {
    width: 111px;
    height: 70px;
}

.background {
    z-index:-1;
    position: absolute;
    left:0;
    top:0;
    width: 100vw;
    height: 100vh;
    background-position: center;
    background-size: cover;
    background-image: none;
    opacity:0.5;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid-card {
    border-top: 1px solid #EFEFEF;
    border-bottom: 1px solid #EFEFEF;
    background-color: #FFFFFF;
}

@media (max-width: 991px) {
    #navbarMenu.show {
        background-color: #fff;
        border-radius: 4px;
    }
    #navbarMenu.show>.navbar-nav {
        padding: 10px;
    }
}

.grid-card {
    border-top: 1px solid #EFEFEF;
    border-bottom: 1px solid #EFEFEF;
}

.grid-card-start {
    border-left: 1px solid #EFEFEF;
}
.grid-card-end {
    border-right: 1px solid #EFEFEF;
}

@media screen and (max-width: 767px) {
    .grid-card {
        border: 1px solid #EFEFEF;
        border-radius: 0.5em;
        padding: 0.5em;
        margin-top: 1em;
    }
}
@media screen and (min-width: 768px) {
    .grid-card {
        border-radius: 0;
        border: 1px solid #EFEFEF;
    }
    .grid-card-start {
        border-radius: 0.5em;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-right: 0;
    }
    .grid-card-end {
        border-radius: 0.5em;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-left: 0;
    }
}

.text-black-75 {
    color:rgb(75, 75, 75)
}

.price {
    font-size: 64px;
    line-height: 1.26;
    margin-bottom: 20px;
    font-weight: 200;
}

.currency {
    font-size: 32px;
    vertical-align: super;
    padding-right: 10px;
    margin-left: 0;
    font-weight: 300;
    opacity: .6;
    position: relative;
    top: -0.5em;
}

.price-ulist, .ulist {
    padding-inline-start:0;
    margin:0;
    list-style: none;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#main-navbar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    z-index: 3;
    padding-top: 100px;
}

/* Custom Navmenu */
.custom-navmenu {
    background: #0d1e2d;
}

.custom-navmenu .custom-menu,
.custom-navmenu .custom-menu li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.custom-navmenu .custom-menu li {
    margin-bottom: 0;
    font-size: 20px;
}

.custom-navmenu .custom-menu li a {
    color: #fff;
    padding: 10px 0 !important;
}

.custom-navmenu .custom-menu li a:hover {
    text-decoration: none;
}

.custom-navmenu .custom-menu li.active a {
    text-decoration: underline;
}

.custom-navmenu h3 {
    font-size: 20px;
    color: #fff;
}

.custom-navmenu p {
    color: rgba(255, 255, 255, 0.6);
}

.custom-navmenu a {
    color: rgba(255, 255, 255, 0.7);
}

.custom-navmenu a:hover {
    color: #fff;
}

/* Custom Navbar */
.custom-navbar {
    position: absolute;
    top: 0;
    left: 0;
    padding-right: 10px;
    padding-top: 50px;
    width: 100vw;
}

@media (max-width: 780px) {
    .custom-navbar>.container {
        padding-right: 10px;
        padding-left: 10px;
    }
}

.custom-navbar .navbar-brand {
    font-size: 1.7rem;
}

/* Burger */
.burger {
    width: 28px;
    height: 32px;
    cursor: pointer;
    position: relative;
}

.burger:before,
.burger span,
.burger:after {
    width: 100%;
    height: 2px;
    display: block;
    background: #000;
    border-radius: 2px;
    position: absolute;
    opacity: 1;
}

.burger:before,
.burger:after {
    /* transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1); */
    content: "";
}

.burger:before {
    top: 4px;
    background: #000;
}

.burger span {
    top: 15px;
    background: #000;
}

.burger:after {
    top: 26px;
    background: #000;
}

/* Hover */
.burger:hover:before {
    top: 7px;
}

.burger:hover:after {
    top: 23px;
}

/* Click */
.burger.active span {
    opacity: 0;
    background: none;
}

.burger.active:before,
.burger.active:after {
    top: 40%;
}

.burger.active:before {
    background: #FFF;
    transform: rotate(45deg);
}

.burger.active:after {
    background: #FFF;
    transform: rotate(-45deg);
}

.burger:focus {
    outline: none;
}

#home .navbar-brand {
    color: #000;
}

#home.active .navbar-brand {
    color: #FFF;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    position:relative;
    width:100%;
    height:60px;
    padding: 0 5% 4rem 5%;
    margin-top: 2rem;
    z-index:3;
    transform: translateY(60px);
    opacity: 0;
    transition: 0.45s all ease;
}

#footer.active {
    transform: translateY(0);
    opacity: 1;
}

.slide-fp {
    display:block;
    height:80px;
    padding-top:20px;
    width:100%;
}
.slide-ft {
    display:block;
    height:1px;
    padding:0;
    width:100%;
    overflow: hidden;
}

.footer a {
    color: #000;
}

.social a {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #f8f9fa;
    position: relative;
    text-align: center;
    color: #0d1e2d;
}

.social a span {
    display: inline-block;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.social a:hover {
    color: #000;
}


/** Calc */

.CalculateSteps li {
    display: none;
}
.CalculateSteps li.active {
    display: list-item;
}