a:active,
a:hover {
    color: #416467;
}
li,
ul {
    list-style: none;
}
.logo {
    text-align: center;
}
#go-to-top a,
a:hover {
    text-decoration: none;
}
body,
html {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0;
    background: #fff;
    color: #424242;
}

html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

img {
    max-width: 100%;
    height: auto;
}
h1,
h2 {
    font-family: Raleway, sans-serif;
    color: #00a7dd;
}
.default-btn,
.download-block .btn,
.showcase h2,
.sub-heading p,
h3 {
    letter-spacing: 0.025em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    padding-bottom: 5px;
    color: #00a7dd;
    line-height: normal;
    font-weight: 400;
    margin: 0 0 10px;
}
.default-btn,
h2,
h3 {
    font-weight: 700;
}
h1 {
    font-size: 60px;
}
h2 {
    font-size: 45px;
}
h3 {
    font-family: Roboto, sans-serif;
    font-size: 18px;
}
h4 {
    font-size: 16px;
}
h5 {
    font-size: 14px;
}
h6 {
    font-size: 12px;
}
p {
    font-weight: 400;
}
a {
    color: #00a7dd;
}
.default-btn {
    text-transform: uppercase;
    background: #fff;
    color: #00a7dd;
    font-size: 16px;
    line-height: normal;
    position: relative;
    padding: 12px 40px;
    border: 1px solid #00a7dd;
    transition: all 0.5s ease;
    white-space: normal;
}
header ul > li a {
    text-transform: capitalize;
}
.default-btn:hover {
    background: #00a7dd;
    border: 1px solid #fff;
}
.default-btn:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: #0aabe1;
    border-radius: 4px;
    transition: all 0.4s ease;
}
.default-btn:hover:after {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.default-btn.active,
.default-btn:active,
.default-btn:hover {
    color: #fff;
    z-index: 1;
}
.default-btn:focus {
    border: none;
    outline: 0;
}
.white {
    background: #fff;
}
.form-control::placeholder {
    color: #000;
    font-size: 12px;
    line-height: 18px;
}

.form-control:focus::placeholder {
    color: #000;
}
.color-overlay {
    background: rgba(24, 64, 76, 0.6);
}
header .navbar,
header ul > li {
    margin-bottom: 0;
}
#header {
    padding: 10px 0;
    background-color: #fff;
    box-shadow: 0 0 9px -5px #000;
}
header .navbar-default {
    background-color: #fff;
    border-color: transparent;
}
header .navbar-default .navbar-toggle {
    border: 0;
    border-radius: 2px;
    margin: 0;
}
header .navbar-default .navbar-toggle:focus,
header .navbar-default .navbar-toggle:hover {
    background: transparent;
}
header .navbar-default .navbar-toggle .icon-bar {
    width: 30px;
    height: 3px;
    background: #00a7dd;
}
header .navbar {
    border-radius: 0;
}
header ul > li a {
    font-family: Raleway, sans-serif;
    font-weight: 400;
}
.nav-logo {
    font-family: Roboto, sans-serif;
}
.nav-logo {
    font-weight: 700;
    font-size: 34px;
    margin: 0;
}
header .navbar-default .navbar-nav > .current > a,
header .navbar-default .navbar-nav > .current > a:focus,
header .navbar-default .navbar-nav > .current > a:hover {
    background-color: #00a7dd;
    color: #fefefe;
}
.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
}
.banner-area {
    background: transparent;
    background-size: cover;
    position: relative;
}
.banner-area .color-overlay {
    padding: 80px 0 40px;
}
.showcase h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #f7fcff;
    line-height: 40px;
}
.showcase p {
    color: #fff;
    line-height: 24px;
}
.showcase {
    margin-top: 75px;
}
.apps-icon {
    padding: 40px 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}

.apps-icon li {
    display: block;
    margin: 0;
}
.apps-icon i {
    font-size: 37px;
    color: #fff;
}
.apps-icon i:hover {
    color: #00a7dd;
}
.download-block {
    margin-bottom: 60px;
    text-align: center;
}
.download-block .btn {
    color: #fff;
    border-radius: 3px;
    background: #5aafdc;
    padding: 15px 40px;
    text-transform: uppercase;
    font-weight: 700;
    transition: 0.3s ease;
    line-height: 22px;
    max-width: 100%;
    white-space: normal;
}
.download-block .btn:hover {
    background: #3c91bf;
}
.download-block .more,
.download-block .more:hover {
    background: transparent;
}
.sub-heading {
    position: relative;
    margin-bottom: 75px;
}
.sub-heading:after,
.sub-heading:before {
    position: absolute;
    top: 100%;
    height: 1px;
    left: 50%;
    content: "";
}
.sub-heading:before {
    margin-left: -3%;
    width: 6%;
    background: #00a7dd;
    z-index: 1;
    transition: 0.3s ease;
}
.sub-heading:after,
.sub-heading:hover:before {
    margin-left: -12%;
    width: 24%;
}
.sub-heading:after {
    background: #e1e1e1;
}
.sub-heading p {
    color: #818181;
    display: inline-block;
    padding: 0 0 20px;
    position: relative;
    line-height: 24px;
}
.counter-area,
.description-area,
.tab-content {
    position: relative;
}
.price,
.price-block {
    letter-spacing: 0.025em;
}
.description-area {
    padding: 20px 0;
}
.tab-border {
    border-top: 1px solid #00a7dd;
    border-bottom: 1px solid #00a7dd;
}
.description-area .nav-tabs > li {
    float: none;
    margin-bottom: 0;
}
.description-area .nav-tabs > li a {
    border: 5px solid #0aabe1;
    border-radius: 35px;
    text-align: right;
    padding: 65px 35px;
    margin-left: -1000px;
    margin-bottom: 10px;
    background: #00a7dd;
    color: #fff;
}
.description-area .nav-tabs > li a i {
    border-radius: 0;
    text-align: right;
    font-size: 70px;
}
.description-area .nav-tabs > li.active > a,
.description-area .nav-tabs > li.active > a:focus,
.description-area .nav-tabs > li.active > a:hover {
    border: 5px solid #0aabe1;
    background: #fff;
    color: #00a7dd;
}
.description-area .nav-tabs {
    border: none;
}
.tab-content > .tab-pane {
    top: 0;
    padding-top: 0;
}
.tab-content > .tab-pane h3 {
    text-align: center;
    position: relative;
}
.tab-content > .tab-pane h3:after {
    content: "";
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -50px;
    height: 2px;
    width: 100px;
}
.tab-content > .tab-pane p {
    margin-bottom: 15px;
    line-height: 28px;
}
p {
    margin-bottom: 10px;
}
.carousel-inner > .item > img {
    display: inline-block;
}
.price-header {
    background: #0aabe1;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 16px 10px;
    box-sizing: border-box;
    text-align: center;
    height: 130px;
    overflow: hidden;
}
.price-block.active .price-header,
.price-block:hover .price-header {
    background: #048bb9;
}
.price-block:hover .price-header .fa {
    box-shadow: 0 0 0 20px #37bbe8;
}
.price-header h3 {
    font-family: Raleway, sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 1.15;
    margin: 0;
    padding-bottom: 0;
    width: 100%;
    color: #fff;
    text-transform: none;
}

.price-header h3:after {
    content: none;
}
.price-header .fa {
    font-size: 36px;
    color: #0aabe1;
    line-height: 2.3;
    background: #fff;
    width: 115px;
    height: 115px;
    border-radius: 50%;
    box-shadow: 0 0 0 20px #5ac1e4;
}
.price-plan {
    text-align: left;
    font-size: 20px;
    background: #fff;
}
.price-plan ul {
    padding: 0;
}
.price-plan ul li {
    padding: 6px;
    font-size: 15px;
    color: #878686;
    line-height: normal;
}
.price-plan ul li:nth-child(2n) {
    background: #f7f7f7;
}
.price-plan ul li:nth-child(odd) {
    padding: 6px;
}
.price {
    font-family: Roboto, sans-serif;
    color: #0aabe1;
    font-size: 30px;
    line-height: 48px;
}
.price-block .default-btn {
    padding: 8px 36px;
}
.copyright:after {
    position: absolute;
    left: 50%;
}
.contact-area,
.copyright,
footer {
    position: relative;
}
.contact-area h3 {
    text-transform: uppercase;
}
.contact-area {
    padding: 80px 0 100px;
}
.contact-area ul {
    padding: 0;
}
.divider {
    border-right: 1px solid #d9d9d9;
}
.contact-area h3 {
    margin-bottom: 18px;
}
.contact-area .form-control:last-child {
    margin-bottom: 0;
}
.contact-block {
    padding-left: 25px;
}
.contact-area .form-control,
.contact-area textarea {
    font-family: Roboto, sans-serif;
    background: #f8fdff;
    border: 1px solid #a5d3eb;
    padding: 10px 12px;
    color: #000;
    height: 45px;
    font-weight: 400;
    border-radius: 0;
}
.contact-area .form-group {
    margin-bottom: 24px;
}
.contact-area textarea {
    min-height: 115px;
}
.contact-area .default-btn {
    padding: 10px;
}
.contact-area .form-control:focus,
.contact-area textarea:focus {
    background: #fff;
    color: #000;
    border-color: #00a7dd;
}
.contact-area .form-control::placeholder {
    color: #bdbdbd;
    font-size: 12px;
    line-height: 22px;
}

.contact-area .form-control:focus::placeholder {
    color: #727272;
    font-size: 13px;
}
footer {
    background: transparent;
    background-size: cover;
}
footer .color-overlay {
    padding: 25px 0;
}
.social-icon a {
    margin: 0 16px 20px;
    display: inline-block;
}
.social-icon .fa {
    font-size: 30px;
    color: #0aabe1;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #fff;
    line-height: 2;
    border: 10px solid #b1c9d1;
    transition: 0.3s;
}
.social-icon a.active .fa,
.social-icon a:active .fa,
.social-icon a:hover .fa {
    border: 10px solid #fff;
}
.copyright {
    font-size: 20px;
    color: #fff;
}
.copyright span {
    display: inline-block;
    margin-right: 5px;
    text-transform: uppercase;
    font-weight: 700;
}
.copyright p {
    padding-bottom: 25px;
    text-transform: capitalize;
}
.copyright:after {
    content: " ";
    bottom: 0;
    height: 2px;
    width: 50px;
    margin-left: -25px;
    background: #fff;
}
#go-to-top a {
    display: none;
}
#go-to-top .fa {
    position: fixed;
    bottom: 5px;
    right: 5px;
    width: 70px;
    height: 70px;
    border: 2px solid #00a7dd;
    border-radius: 5px;
    color: #00a7dd;
    font-size: 25px;
    background: #fff;
    text-align: center;
    line-height: 60px;
    margin: 0 20px 20px;
}
#preloader:after,
#preloader:before {
    content: "";
    position: absolute;
}
#preloader,
#preloader:before {
    border-radius: 50%;
    animation: spin 3s linear infinite;
}
#go-to-top .fa:hover {
    background: #00a7dd;
    color: #fff;
}
#faceoff {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}
#preloader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border: 3px solid transparent;
    border-top-color: #2b8b90;
    animation: spin 3s linear infinite;
    z-index: 10000;
}
#preloader:before {
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border: 3px solid transparent;
    border-top-color: #356f66;
    animation: spin 3s linear infinite;
}
#preloader:after {
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #92e0d4;
    animation: spin 3s linear infinite;
}
@keyframes spin {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

#faceoff .preloader-section {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9999;
    transform: translateX(0);
}

.loaded #faceoff .preloader-section {
    transform: translateY(-100%);
    transition: transform 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.loaded #preloader {
    opacity: 0;
    transition: all 0.3s ease-out;
}
.loaded #faceoff {
    visibility: hidden;
    transform: translateY(-100%);
    transition: transform 0.3s 1s ease-out;
}
.nav-logo img {
    width: 55%;
}
.price-block .price-plan .fa-check-square-o {
    color: #00a7dd;
}
.offer-net {
    text-align: left;
    position: absolute;
    top: 65px;
    right: 100px;
    text-transform: uppercase;
}
@media screen and (max-width: 992px) {
    .offer-net {
        display: none;
    }
}

header ul > li a {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    text-transform: capitalize;
}

ul {
    margin-bottom: 0;
}

.contactForm {
    padding: 15px 20px;
}

.contactForm .mdl-card__title {
    padding-top: 0;
    text-align: center;
}

.contactForm .mdl-card__title .modal-logo {
    display: block;
    width: auto;
    height: auto;
    margin: 0 auto;
    padding: 15px;
    border-radius: 2px;
}

.contactForm .form-control,
.contactForm textarea {
    font-family: Roboto, sans-serif;
    background: #f8fdff;
    border: 1px solid #a5d3eb;
    padding: 10px 12px;
    color: #000;
    height: 45px;
    font-weight: 400;
    border-radius: 0;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 450px;
    }
}

.modal button.close {
    position: absolute;
    top: -10px;
    right: -20px;
    z-index: 39;
    opacity: 1;
    color: #fff;
    font-size: 28px;
    font-weight: 100;
    outline: 0;
}

@media screen and (max-width: 480px) {
    .download-block .btn {
        font-size: 12px;
    }
}

@media screen and (max-width: 768px) {
    .description-area .nav-tabs > li a i {
        font-size: 24px;
    }
}

@media (min-width: 768px) {
    .description-area .nav-tabs > li a {
        padding: 50px 20px;
    }
}

.banner-area {
    background-image: url(../../images/main-bg.png);
}
.border-gr {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background: linear-gradient(90deg, rgb(255, 241, 0) 0%, rgb(255, 0, 0) 30%, rgb(173, 0, 255) 80%);
}

.price-plan {
    position: relative;
    min-height: 470px;
}

.language-switcher {
    display: inline-block;
    position: relative;
    padding-top: 8px;
}

.language-current {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: transparent;
    border: 1px solid #00a7dd;
    color: #00a7dd;
    padding: 8px 12px;
    border-radius: 4px;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
}

.language-current:hover,
.language-current:focus {
    background: #00a7dd;
    color: #fff;
    outline: none;
}

.language-menu {
    min-width: 170px;
    padding: 6px 0;
    border-radius: 4px;
}

.language-menu > li > a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    color: #424242;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    text-transform: none;
}

.language-menu > li > a:hover {
    background: #00a7dd;
    color: #fff;
}

.lang-flag {
    width: 22px;
    height: 16px;
    object-fit: cover;
    border-radius: 2px;
    flex: 0 0 auto;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08);
}

@media screen and (max-width: 768px) {
    .language-switcher {
        display: block;
        text-align: center;
        padding-top: 12px;
        padding-bottom: 8px;
    }

    .language-menu {
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        text-align: left;
    }
}

@media screen and (max-width: 767px) {
    #header .container,
    #header .row,
    #header [class*="col-"] {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding-left: 15px;
        padding-right: 15px;
    }

    #header .row {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    #header .col-sm-3:first-child {
        width: 55%;
        padding-right: 0;
    }

    #header .col-sm-6 {
        order: 3;
    }

    #header .col-sm-3.text-right {
        width: 45%;
        padding-left: 0;
        text-align: right;
    }

    .navbar-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    header .navbar-toggle {
        flex: 0 0 auto;
        margin-top: 7px;
    }

    .nav-logo {
        flex: 1 1 auto;
    }

    .language-switcher {
        display: inline-block;
        padding-top: 0;
        padding-bottom: 0;
    }

    .language-current {
        max-width: 100%;
        padding: 7px 9px;
        font-size: 13px;
    }

    .language-menu {
        left: auto;
        right: 0;
        transform: none;
    }

    .navbar-collapse {
        width: 100%;
    }

    header ul > li {
        text-align: center;
    }

    .banner-area .color-overlay {
        padding-top: 45px;
    }

    .showcase h2 {
        overflow-wrap: break-word;
    }

    .download-block .btn,
    .portfolio-actions .default-btn,
    .price-block .default-btn {
        width: 100%;
        max-width: 330px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .modal-dialog {
        margin: 20px 12px;
    }

    .modal button.close {
        top: 6px;
        right: 10px;
        color: #00a7dd;
    }
}
body {
    background: #f3f6f8;
}

#header,
.banner-area,
.description-area,
#portfolio,
.contact-area,
footer {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

#header.navbar-fixed-top {
    left: 50%;
    right: auto;
    width: 100%;
    transform: translateX(-50%);
}

.description-area,
.description-area .tab-border {
    overflow: hidden;
}

@media (min-width: 1200px) {
    .description-area .tab-border > .container {
        width: calc(100% - 40px);
        max-width: 1360px;
    }
}
