body {
    font-family: 'Titillium Web', sans-serif;
    font-size: 15px;
    font-weight: 200;
    letter-spacing: .07em;
}

section {
    padding: 70px 10px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #1a1a1a;
}

h1 {
    font-size: 54px;
    font-weight: 600;
}

h3 {
    font-size: 44px;
    font-weight: 300;
}

p {
    margin-bottom: 0px;
    color: #495057;
    line-height: 1.7;
}

b {
    font-weight: 600;
}

dl,
ol,
ul {
    margin-bottom: 0px;
    list-style-type: none;
    padding: 0px;
}

li {
    padding: 5px 0;
}

small {
    display: inline-block;
    font-weight: 200;
    line-height: 2;
}

a:hover {
    text-decoration: none;
}

.text-muted {
    color: rgba(0, 0, 0, 0.3) !important;
    font-size: 14px;
    font-weight: 600;
}

.tlinks {
    text-indent: -9999px;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
}

.primary-btn {
    background-color: #377dff;
    color: #ffffff;
    font-weight: 600;
    padding: 7px 22px;
    display: inline-block;
    border-radius: 2px;
    border: 1px solid #377dff;
    width: 100%;
    max-width: 240px;
    margin: 0px 5px;
    min-height: 40px;
    text-align: center;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
}

.secondary-btn {
    background-color: #377dff;
    font-weight: 600;
    padding: 7px 22px;
    display: inline-block;
    border-radius: 2px;
    border: 1px solid #377dff;
    width: 100%;
    max-width: 240px;
    margin: 0px 5px;
    min-height: 40px;
    text-align: center;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
}

.primary-btn:hover {
    color: #ffffff;
    opacity: .95;
    -moz-transform: scale(1.02);
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

.ico {
    text-align: center;
    margin: 0 auto;
}

.advantage1 {
    overflow: hidden;
    margin: 0px;
    padding: 0px
}

.advantage1 li {
    overflow: hidden;
    margin: 0px;
    padding: 50px 0px;
    width: 100%;
    float: left
}

.advantage1 li dl {
    overflow: hidden;
    margin: 0px;
    padding: 0px 8%;
}

.advantage1 li dl dt {
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    color: #222;
    line-height: 200%;
    font-size: 30px;
    font-weight: bold;
    padding: 0px 20px;
    padding-top: 15%
}

.advantage1 li dl dd {
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    color: #666;
    line-height: 190%;
    font-size: 16px;
    padding: 0px 20px;
}

.advantage1_tu {
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    position: relative;
    float: left;
    width: 50%;
}

.advantage1_tu img {
    max-width: 100%;
    width: auto;
    height: auto;
    vertical-align: top;
    text-align: center;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
}

.advantage1 li:nth-child(2n-1) .advantage1_tu {
    float: left;
}

.advantage1 li:nth-child(2n) .advantage1_tu {
    float: right;
}

.advantage1 li:nth-child(2n-1) {
    background: #f5f5f5
}

.advantage1 li:nth-child(2n) {
    background: #fff
}

.advantage1_tu:hover img {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -moz-transform: scale(0.9);
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
}

.secondary-btn:hover {
    background-color: #377dff;
    color: #ffffff;
    -moz-transform: scale(1.02);
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

.topmargin-sm {
    margin-top: 30px !important;
}

.topmargin-lg {
    margin-top: 60px !important;
}

.text-light {
    color: #f8f9fa !important;
}

.text-dark {
    color: #1a1a1a !important;
}

.bg-dark {
    background-color: #1a1a1a !important;
}

.bg-light {
    background-color: #ffffff !important;
}

.bg-light-grey {
    background-color: #f8f9fa !important;
}

.divider {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.heading-block {
    text-align: center;
    margin: 0 auto;
    max-width: 800px;
}

.heading-block p {
    font-size: 18px;
    font-weight: 300;
}


/*/////////////////////////////////////////
Navbar
////////////////////////////////////////*/

.navbar {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

.navbar-toggler:focus {
    outline: none;
}

.nav-link {
    font-weight: 300;
    color: #495057;
}

.nav-link:hover {
    color: #495057;
    opacity: .95;
}

.logo-navbar {
    width: 200px;
    max-width: 220px;
}

#intro {
    padding: 0;
}


/*/////////////////////////////////////////
Pricing Box
////////////////////////////////////////*/

.pricing-box {
    font-weight: 300;
    border: 1px solid #ced4da;
    border-radius: 10px;
    text-align: center;
    max-width: 350px;
    margin: 0 auto;
    margin-bottom: 30px;
    padding: 40px 20px;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
}

.pricing-box:hover {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.pricing-box h4 {
    font-weight: 600;
}

.pricing-box span {
    font-size: 48px;
    font-weight: 600;
}

.not-included {
    text-decoration: line-through;
    color: rgba(0, 0, 0, 0.3);
}


/*/////////////////////////////////////////
Call to Action
////////////////////////////////////////*/

.form-group {
    margin-bottom: 20px;
}

.form-control {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 20px 10px;
    border: 1px solid transparent;
    border-radius: 0px;
    min-height: 40px;
    border-radius: 2px;
}

.form-control:focus {
    background-color: rgba(0, 0, 0, 0.1);
    outline: rgba(0, 0, 0, 0.3);
    box-shadow: none;
    border: 1px solid rgba(255, 255, 255, 0.1);
}


/*/////////////////////////////////////////
Footer
////////////////////////////////////////*/

#footer,
#footer a {
    color: #f8f9fa;
}

.logo-footer {
    max-width: 400px;
}

.footer-link {
    padding: 5px 15px;
    font-weight: 600;
}

.footer-link>i {
    font-size: 24px;
    padding: 0 5px;
}


/*/////////////////////////////////////////
Media Queries
////////////////////////////////////////*/

@media (max-width: 575.98px) {
    .mobile-list {
        display: block;
        margin-bottom: 25px;
    }
    .footer-link {
        padding: 0px;
    }
    .primary-btn,
    .secondary-btn {
        max-width: none;
        margin: 5px 0px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {}

@media (min-width: 768px) and (max-width: 991.98px) {}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .mobile-app {
        max-width: 600px;
    }
}

@media (min-width: 1200px) {
    .mobile-app {
        max-width: 600px;
    }
}