body {
    font-family: "Roboto", sans-serif;
}

body::-webkit-scrollbar{ width :6px; }

body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #000014;
    overflow-x: auto;
}

/*--------------------------------------------------------------
# Header Section
--------------------------------------------------------------*/

.header {
    transition: all 0.5s;
    z-index: 997;
}

.header.sticked {
    background: rgba(255, 255, 255);
    padding: 12px 0;
    box-shadow: 1px 1px 12px 1px hsla(0,0%,86.7%,.4);
}

.navbar-brand img {
    max-height: 60px;
    width: 100%;
}

.navbar-nav .nav-item a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0 15px 35px !important;
    font-size: 16px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.6);
    white-space: nowrap;
    transition: 0.3s;
    letter-spacing: 0.6px;
}

.navbar-nav .nav-item a:hover {
    color: rgba(255, 255, 255);
}

.navbar-nav .nav-link.active, .navbar-nav .show>.nav-link {
    color: #ffffff;
}

.header.sticked .navbar-nav .nav-item a {
    color: #1b2f45;
}

.dark-logo {
    display: none;
}

.header.sticked .dark-logo {
    display: inline-block;
}

.header.sticked .white-logo {
    display: none;
}

.header-bg-clr .white-logo {
    display: none;
}

.header-bg-clr .dark-logo {
    display: inline-block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
    background: #00001c;
    padding: 70px 0px 0px;
}

.hero-content {
    padding: 25px 0 40px;
}

.hero-content h5 {
    color: #527387;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.hero-content h2 {
    font-size: 32px;
    font-weight: 600;
    padding-bottom: 10px;
    position: relative;
    color: #d9d9d9;
}

.hero-content p {
    font-size: 17px;
    color: #a9a9a9;
    line-height: 28px;
}

.btn-get-started {
    background: #033f6a none repeat scroll 0 0;
    border: 2px solid #033f6a;
    border-radius: 5px;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 2px;
    padding: 10px 30px;
    text-transform: uppercase;
    text-decoration: none;
    margin-top: 10px;
}

.btn-get-started:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #033f6a;
}

/*--------------------------------------------------------------
# Features Section
--------------------------------------------------------------*/
.features {
    padding: 80px 0px 60px;
}

.main-title {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 35px;
    padding-bottom: 20px;
    position: relative;
    color: #1b2f45;
}

.main-title:after {
    content: "";
    position: absolute;
    display: block;
    width: 60px;
    height: 2px;
    background: #56b8e6;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.service-single {
    position: relative;
    background-color: #fff;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.06);
    padding: 50px 40px;
    text-align: center;
    border-radius: 6px;
    transition: all 0.2s ease-out;
    will-change: transform;
    height: 100%;
}

.service-single:hover {
    transform: translateY(-10px);
    box-shadow: 0 1rem 3rem rgba(31, 45, 61, 0.125) !important;
}

.service-single .icon {
    display: inline-block;
    width: 80px;
    height: 80px;
    font-size: 40px;
    line-height: 80px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    transition: all 0.3s;
    background-color: #033f6a;
}

.service-single .icon img {
    width: 32px;
    filter: invert(1);
    vertical-align: baseline;
}

.service-single .icon svg {
    width: 32px;
    height: 32px;
    vertical-align: baseline;
}

.service-single h5 {
    margin: 25px 0 15px;
    text-align: center;
    transition: all 0.3s;
    color: #111;
    line-height: 1.2;
}

.service-single p:last-child {
    margin-bottom: 0;
}

.service-single p {
    text-align: center;
    transition: all 0.3s;
    line-height: 1.75;
    margin: 0 0 1.6em;
    color: #666;
    font-size: 15px;
    font-weight: 400;
}

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/

.about {
    padding: 60px 0px;
    background: linear-gradient(150deg, rgb(0 0 20) 0%, rgb(0 0 20) 82%, rgba(0, 212, 255, 1) 116%);
}

.about-content h5 {
    color: #527387;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.about-content h2 {
    font-size: 32px;
    font-weight: 600;
    padding-bottom: 10px;
    position: relative;
    color: #d9d9d9;
}

.about-content p {
    font-size: 17px;
    color: #a9a9a9;
    line-height: 28px;
}

/*--------------------------------------------------------------
# App Section
--------------------------------------------------------------*/
.app {
    padding: 80px 0px;
}

.app-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    padding: 0px 50px;
}

.app-content h2 {
    font-size: 32px;
    font-weight: 600;
    padding-bottom: 10px;
    position: relative;
    color: #1b2f45;
    line-height: 42px;
}

.app-content p {
    font-size: 18px;
    color: #29486a;
    line-height: 28px;
    margin-bottom: 28px;
}

.app_btn {
    padding: 0;
    list-style-type: none;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 20px;
}

.app_btn li {
    padding: 0;
    list-style-type: none;
    margin: 0;
}

.app_btn li a {
    display: block;
    padding: 12px 30px;
    border: 2px solid #1b2f45;
    position: relative;
    border-radius: 12px;
    transition: .4s all;
    background: #212529;
}

.app_btn li a:hover {
    background: #000000;
}

.app_btn li a img {
    width: 115px;
    height: 30px;
    object-fit: contain;
}

.free_img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.free_img img {
    vertical-align: middle;
    border-style: none;
}

.mockup {
    height: 430px;
}

.mockup01 {
    margin-left: -65px;
    height: 500px;
}

/*--------------------------------------------------------------
# Footer Section
--------------------------------------------------------------*/
.footer-bg {
    background-color: #000014;
}

.footer-top {
    padding: 80px 0;
}

.footer-logo .logo {
    max-height: 60px;
}

.social-icons > a {
    margin: 5px;
    width: 45px;
    height: 45px;
    font-size: 20px;
    color: #fff;
    border-radius: 3px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.footer-area .social-icons > a {
    width: 40px;
    height: 40px;
}

svg:not(:root).svg-inline--fa {
    overflow: visible;
}

.svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -.125em;
}

.social-icons svg {
    display: block;
    height: 100%;
    line-height: 45px;
    margin: 0 auto;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.svg-inline--fa.fa-w-10 {
 width: .625em;
}

.svg-inline--fa.fa-w-15 {
 width: .825em;
}

.svg-inline--fa.fa-w-20 {
 width: .925em;
}

.social-icons > a.facebook {
    background-color: #3b5999;
}

.social-icons > a.facebook:hover {
    background-color: #2553af;
}

.social-icons > a.twitter {
    background-color: #55acee;
}

.social-icons > a.twitter:hover {
    background-color: #34a1ea;
}

.social-icons > a.twitter svg {
    fill: #ffffff;
}

.social-icons > a.instagram {
    background-color: #dd4b39;
}

.social-icons > a.instagram:hover {
    background-color: #ea361f;
}

.social-icons > a.instagram svg {
    fill: #ffffff;
}

.social-icons > a.linkedin {
    background-color: #00b489;
}

.social-icons > a.linkedin:hover {
    background-color: #008666;
}

.social-icons > a.linkedin svg {
    fill: #ffffff;
}

.footer-title {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 500;
}

.footer-items ul {
    margin: 0;
    padding: 0;
}

.footer-items ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-items ul li a {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    text-decoration: none;
}

.footer-items p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    text-decoration: none;
}

.copyright-area {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
}

.scroll-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
    background: #033f6a;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

.scroll-top.active {
    visibility: visible;
    opacity: 1;
}

.footer-contact {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 16px;
}

.footer-contact img {
    height: 50px;
}


/*--------------------------------------------------------------
# Media Query Section
--------------------------------------------------------------*/

@media (min-width: 992px) and (max-width: 1200px) {
    .service-single {
        padding: 50px 22px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hero {
        padding: 90px 0px 60px;
    }

    .service-single {
        padding: 14px;
    }

    .app-content {
        padding: 0px 0px;
    }

    .mockup01 {
        height: 390px;
    }

    .mockup {
        height: 300px;
    }

    .footer-top {
        padding: 40px 0;
    }

    .social-icons {
        margin-bottom: 32px;
    }
}

.policy-pages {
    background-color: #033f6a
}

@media (max-width: 768px) {
    .hero {
        padding: 110px 0px 0px;
    }

    .hero img {
        margin-top: -120px;
    }

    .features, .about, .app {
        padding: 50px 0px 35px;
    }

    .about-image {
        margin-top: 25px;
    }

    .app-content {
        padding: 0px 0px 50px;
    }

    .mockup {
        height: 350px;
    }

    .mockup01 {
        margin-left: -20px;
        height: 400px;
    }

    .social-icons {
        margin-bottom: 32px;
    }

    .navbar-brand img {
        max-height: 45px;
    }

    .navbar-toggler {
        border: 0;
        padding: 0;
    }

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

    .navbar-nav .nav-item a {
        padding: 10px !important;
    }

    .navbar-toggler-icon {
        filter: invert(1);
    }

    .header.sticked .navbar-toggler-icon {
        filter: none;
    }

    .footer-items {
        margin-bottom: 15px;
    }

    .footer-top {
        padding: 40px 0px 15px;
    }

    .footer-title {
        font-size: 16px;
    }

    .footer-items ul li {
        padding: 5px 0 !important;
    }

    .hero-content h5 {
        font-size: 14px;
        margin-bottom: 8px;
    }

    .hero-content h2 {
        font-size: 22px;
        padding-bottom: 10px;
        margin-bottom: 5px;
        font-weight: 500;
    }

    .hero-content p {
        font-size: 14px;
        line-height: 26px;
    }

    .btn-get-started {
        font-size: 12px;
        padding: 8px 20px;
        margin-top: 5px;
    }

    .main-title {
        font-size: 24px;
        margin-bottom: 30px;
        padding-bottom: 15px;
    }

    .service-single {
        padding: 25px 20px;
    }

    .service-single h5 {
        margin: 20px 0 10px;
        font-size: 18px;
    }

    .service-single .icon svg {
        vertical-align: sub;
    }

    .service-single .icon {
        width: 70px;
        height: 70px;
        font-size: 30px;
        line-height: 70px;
    }

    .about-content h5 {
         font-size: 12px;
         margin-bottom: 8px;
     }

    .about-content h2 {
        font-size: 22px;
        padding-bottom: 10px;
        margin-bottom: 5px;
        font-weight: 500;
    }

    .about-content p {
        font-size: 14px;
        line-height: 26px;
    }

    .service-single p {
        font-size: 14px;
    }

    .app-content h2 {
        font-size: 22px;
        padding-bottom: 10px;
        margin-bottom: 0px;
        font-weight: 500;
        line-height: 32px;
    }

    .app-content p {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 20px;
    }

    .app_btn li a {
        padding: 6px 12px;
        border-radius: 5px;
    }

    .app_btn {
        gap: 10px;
    }

    .header-bg-clr {
        background-color: #ffffff;
        box-shadow: 1px 1px 12px 1px hsla(0,0%,86.7%,.4);
    }

    .header-bg-clr .navbar-toggler-icon {
        filter: none;
    }

    .header-bg-clr .navbar-nav .nav-item a {
        color: #1b2f45;
    }

    #toggleButton svg {
        width: 32px;
        color: #ffffff;
    }

    .header-bg-clr #toggleButton svg {
        color: #033f6a;
    }

    .header.sticked #toggleButton svg {
        color: #033f6a;
    }

    .hero-content {
        padding: 0px 0px;
    }

    .footer-contact img {
        height: 40px;
    }

}

@media (max-width: 576px) {
    .mockup01 {
        margin-left: -90px;
    }
    .footer-area .social-icons > a {
        width: 34px;
        height: 34px;
    }
}

.text-justify {
    text-align: justify;
}

/* Privacy Policy Page Css */

.policy {
    padding: 120px 0px 60px;
}

.policy h3 {
    margin-bottom: 12px;
    font-size: 20px;
    line-height: 32px;
}

.policy h5 {
    margin-bottom: 12px;
    font-size: 16px;
    color: #212529;
    line-height: 28px;
}

.policy p {
    margin-bottom: 0;
    line-height: 26px;
    color: #666;
}

.policy ul li p {
    margin-bottom: 0;
    line-height: 26px;
    color: #666;
}

.policy a {
    color: #56b8e6;
}

@media (max-width: 768px) {
    .policy {
        padding: 90px 0px 60px;
    }

    .policy h3 {
        font-size: 18px;
        line-height: 28px;
    }

    .policy .main-title {
        font-size: 22px;
    }
}
