body {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #1f2c48;
    background: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
}

a {
    color: #52A3FC;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a:focus,
a:hover {
    color: #2D87EA;
    text-decoration: none;
    outline: 0;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

html {
    scroll-behavior: smooth;
}

.gap-10 {
    height: 10px;
}

.gap-20 {
    height: 20px;
}

.gap-30 {
    height: 30px;
}

.text-white {
    color: #fff;
}

.button-em {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: #1F2C48;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    padding: 15px 25px;
    border-radius: 10px;
    font-size: 24px;
    border: 0;
}

.button-em:focus,
.button-em:hover {
    background: #101623;
    color: #fff;
}

.button-em .ei {
    color: #52fcf8;
    font-size: 30px;
    vertical-align: middle;
    line-height: 1.0;
    margin-left: 10px;
}

/* Hedaer CSS */

#header {
    padding: 15px 0;
}

.site-logo {
    width: 150px;
    display: inline-block;
}

.site-button a {
    color: #1F2C48;
    border: 2px solid #1F2C48;
    border-radius: 10px;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .5px;
    min-width: 262px;
    display: inline-block;
    text-align: center;
}

.site-button a:hover {
    background: #1F2C48;
    color: #fff;
}

/* Wrapper CSS */

.content-welcome {
    background: #0076BC;
    padding: 100px 0;
    color: #fff;
    text-align: center;
}

.content-welcome h2 {
    font-size: 48px;
    font-weight: 900;
    margin-bottom: 15px;
}

.content-welcome p {
    font-size: 28px;
    margin-bottom: 50px;
}

.welcome-box {
    width: 225px;
    height: 225px;
    background: #80BBDE;
    border-radius: 50%;
    color: #1f2c48;
    padding-top: 60px;
    display: inline-block;
    margin-bottom: 30px;
}

.welcome-box h2 {
    font-size: 64px;
    line-height: 1.0;
    margin-bottom: 5px;
}

.welcome-box p {
    font-size: 16px;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: 700;
}

.content-em {
    padding: 80px 0;
}

.bg-gray {
    background: #EDEEF0;
}

.bg-sky {
    background: #DCEDFE;
}

.bg-blue {
    background: #0076BC;
}

.sec-title {
    text-align: center;
    font-size: 26px;
    margin-bottom: 80px;
}

.sec-title2 {
    text-align: center;
    font-size: 44px;
    font-weight: 900;
    margin-bottom: 80px;
}

.sec-title3 {
    font-size: 26px;
    font-weight: 400;
    color: #fff;
}

.service-box {
    text-align: center;
}

.service-box i {
    color: #0076bc;
    font-size: 54px;
    margin-bottom: 30px;
    display: inline-block;
}

.service-box h2 {
    font-size: 30px;
    font-weight: 900;
}

.review-text {
    position: relative;
    margin-bottom: 40px;
}

.review-text h2 {
    text-align: center;
    font-size: 28px;
    margin: 0;
}

.review-text2 h2 {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 400;
}

.review-code ul li {
    font-size: 20px;
    padding-bottom: 10px;
}

.review-code ul li i {
    margin-right: 5px;
}

.review-text .qutage-left {
    position: absolute;
    color: #0076bc;
    font-size: 50px;
    top: -15px;
    left: -40px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.review-text .qutage-right {
    position: absolute;
    color: #0076bc;
    font-size: 50px;
    bottom: -15px;
    right: -40px;
}

.review-author {
    border-top: 1px solid #52A3FC;
    padding-top: 40px;
    text-align: center;
}

.review-author .rv-img {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    border: 5px solid #fff;
    overflow: hidden;
    -webkit-box-shadow: 0 0 6px -3px #000;
    box-shadow: 0 0 6px -3px #000;
    margin-right: 30px;
    display: inline-block;
}

.review-author .rv-desc {
    text-align: left;
    display: inline-block;
    vertical-align: top;
    margin-top: 15px;
}

.review-author .rv-desc h2 {
    font-size: 26px;
    line-height: 1.0;
    font-weight: 900;
    color: #000;
}

.review-author .rv-desc .fn {
    font-weight: 400;
    font-size: 16px;
    color: #777;
}

.review-author .rv-desc .ws {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.0;
}

.step-box {
    position: relative;
    text-align: center;
    margin-bottom: 40px;
}

.step-box span {
    position: absolute;
    right: -20px;
    top: 40%;
    font-size: 40px;
}

.step-box .st-img {
    height: 170px;
    margin-bottom: 30px;
    position: relative;
}

.step-box .st-img img {
    position: absolute;
    bottom: 0;
    left: 30%;
    max-width: 180px;
}

.step-box h2 {
    font-size: 24px;
    font-weight: 400;
}

.code-row {
    margin-bottom: 120px;
}

.code-box {
    padding: 0 40px;
    margin-bottom: 40px;
}

.code-box h2 {
    font-size: 34px;
    font-weight: 900;
    margin-bottom: 20px;
}

.code-box ul li {
    font-size: 24px;
    padding: 10px 0;
}

.code-box ul li i {
    color: #0162cc;
    font-size: 30px;
    vertical-align: middle;
    margin-right: 5px;
}

.link-box {
    margin-bottom: 30px;
    text-align: center;
}

.link-box i {
    background: #fff;
    display: inline-block;
    width: 85px;
    height: 85px;
    color: #0076bc;
    border-radius: 50%;
    font-size: 38px;
    padding-top: 22px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 0 6px -3px #000;
    box-shadow: 0 0 6px -3px #000;
}

.link-box h2 {
    font-size: 20px;
}

.newsletter-box {
    text-align: center;
}

.newsletter-box h2 {
    font-size: 30px;
    margin-bottom: 30px;
}

.newsletter-box .email {
    background: #fff;
    color: #666;
    text-transform: uppercase;
    font-weight: 900;
    padding: 21px 25px;
    border-radius: 10px;
    font-size: 16px;
    border: 0;
    letter-spacing: .5px;
    min-width: 380px;
    margin-right: -15px;
    -webkit-box-shadow: 0 0 6px -3px #000;
    box-shadow: 0 0 6px -3px #000;
    vertical-align: middle;
}

.newsletter-box .button-em {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    vertical-align: middle;
}

.newsletter-box p {
    margin-top: 40px;
    font-size: 20px;
}

.newsletter-box p .ei {
    color: #ffc946;
}

.newsletter-box .link {
    font-size: 22px;
    font-weight: 700;
    border-bottom: 2px solid #52A3FC;
}

.study-box {
    margin-bottom: 40px;
    position: relative;
}

.study-box a {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    color: #fff;
    text-align: center;
    padding: 20px 5px;
    font-size: 22px;
    font-weight: 700;
}

.study-box a:hover {
    opacity: 0.8;
}

.modal-em {
    padding: 60px 30px;
    padding-bottom: 40px;
}

.modal-em .close {
    position: absolute;
    top: 10px;
    right: 10px;
}

.modal-em h2 {
    margin-bottom: 30px;
    text-align: center;
    font-size: 26px;
    font-weight: 400;
    line-height: 1.4;
}

.card-box img {
    margin-bottom: 15px;
}

.card-box h2 {
    font-size: 26px;
    line-height: 1.3;
    margin-bottom: 10px;
}

.card-box h2 a {
    color: #0076BC;
}

.card-box .download:hover,
.card-box h2 a:hover {
    color: #0E8FDB;
}

.card-box p {
    color: #666;
}

.card-box .download {
    color: #333;
    font-size: 20px;
    font-weight: 700;
}

.card-box .download i {
    color: #0076BC;
    vertical-align: middle;
}

.action-box p {
    font-size: 18px;
    color: #666;
}

.brand-box {
    text-align: center;
    margin-bottom: 30px;
}

.brand-box img {
    width: 140px;
    height: 140px;
    background: #F2F2F2;
    border-radius: 50%;
    padding: 30px;
    margin-bottom: 10px;
}

.brand-box h2 {
    font-size: 24px;
    color: #4d505a;
}

/* Footer CSS */

#footer {
    background: #A5ABB7;
    text-align: center;
    padding: 40px 0;
}

.footer-link {
    margin-bottom: 20px;
}

.footer-link li {
    padding: 10px 20px;
    display: inline-block;
}

.footer-link li a {
    color: #4d505a;
    display: block;
    font-size: 20px;
    border-bottom: 2px solid #4d505a;
}

.footer-link li a:hover {
    color: #27282a;
}

.copyright-text {
    color: #4d505a;
    margin: 0;
}


/* ---------------------------------------
			Responsive Layout
----------------------------------------- */

/* Desktop layout */

@media (min-width:1200px) {}


/* Big tablet layout */

@media only screen and (min-width:992px) and (max-width:1199px) {}


/* Normal tablet layout */

@media only screen and (min-width:768px) and (max-width:991px) {
    .review-code {
        margin-top: 60px;
    }

    .card-box {
        margin-bottom: 40px;
    }

    .code-row {
        margin-bottom: 60px;
    }

    .step-box .st-img {
        height: 130px;
    }

    .step-box .st-img img {
        left: 10%;
        max-width: 140px;
    }
}

/* Normal mobile layout */

@media only screen and (max-width:767px) {
    .code-box {
        padding: 0;
    }

    .code-row {
        margin-bottom: 20px;
    }

    .review-code {
        margin-top: 40px;
    }

    .sec-title2 {
        font-size: 28px;
        margin-bottom: 60px;
    }

    .code-box h2 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .newsletter-box .email,
    .newsletter-box .button-em {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        max-width: 100%;
        margin: 0;
    }

    .review-text {
        width: 80%;
        margin: 0 auto;
        margin-bottom: 40px;
    }

    .step-box .st-img {
        height: auto;
    }

    .step-box .st-img img {
        position: inherit;
        left: 0;
    }

    .step-box span {
        right: 0;
        top: 20%;
    }

    #header {
        text-align: center;
    }

    .site-button {
        margin-top: 20px;
    }

    .card-box {
        margin-bottom: 40px;
    }
}


/* Width mobile layout */

@media only screen and (min-width:480px) and (max-width:767px) {}
