/*Default Css*/
html,
body {
    height: 100%;
    font-family: "Poppins", sans-serif;
}

a,
a:hover {
    text-decoration: none !important;
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

p,
ul li {
    color: #58595B;
    font-family: "Poppins", sans-serif;
}

p {
    font-size: 1.2rem;
    color: #58595B;
    font-family: "Poppins", sans-serif;
}

/*Default Css*/

/*Header*/

.headerarea {
    background: transparent;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.navbar-nav .nav-link {
    color: #fff;
    font-size: 1.1rem;
}

.navbar-scrolled {
    background-color: #000 !important;
    transition: background-color 0.3s ease;
}

/*Header*/

/*Main Banner*/
.bgbanner {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    height: 100vh;
}

.bgheight {
    height: 84vh;
}

.bgheight h1 {
    color: #fff;
    font-size: 4rem;
    font-weight: 600;
}

.bgheight p {
    color: #fff;
    font-size: 1.3rem;
    font-weight: 200;
}

.btn-call {
    border: 1px solid #E58411;
    color: #E58411;
    background: #fff;
    padding: 0.7em 1.2em;
}

.btn-call:hover,
.btn-call:focus,
.btn-call:active {
    background: #E58411 !important;
    color: #fff !important;
}

#output {
    color: #E58411;
}

.meterarea {
    position: absolute;
    top: 77%;
    left: 16%;

}

.meterarea h1 {
    color: #fff;
    font-size: 2.6rem;
}

.meterarea h1 span {

    color: #0095DA;
}

.meterarea p {
    font-size: 1.3rem;
    color: #C4C4C4;
}

/*Main Banner*/
/*Security Section*/


.card {
    border: none;
    border-radius: 20px;
    box-shadow: 0 6px 19px rgb(0 0 0 / 2%);
    transition: 0.4s;
}

.card:hover {
    translate: 0 -10px;
}

.card-title {
    font-size: 1.6rem;
}

.card-text {
    font-size: 0.9rem;
}

.card-green {
    background-color: #F5FDEB;
    color: #fff;
}

.card-purple {
    background: #EBECFD;

}

.card-skyblue {
    background: #EBFAFD;

}

.card-darkpink {
    background: #FDEBF6;

}

.card-lightpink {
    background: #FDEBEB;

}

.card-sandal {
    background: #FDF4EB;

}

.card-green h5 {
    color: #10410F;
}

.card-green p {
    color: #58595B;
}

.blacknumber {
    background: #030D03;
    color: #f8f8f8;
    width: 90px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.blacknumber h2 {
    font-size: 1.6rem;
}

.smalltext {
    font-size: 0.9rem;
}

.btn-discover {
    background: linear-gradient(90deg, rgba(57, 159, 216, 1) 0%, rgba(7, 117, 180, 1) 50%, rgba(0, 55, 86, 1) 100%);
    border: 1px solid rgba(57, 159, 216, 1);
    color: #fff;
    padding: 0.7em 1.2em;
}

.btn-discover:hover,
.btn-discover:hover,
.btn-discover:focus,
.btn-discover:active {
    background: #0066B3 !important;
    color: #fff !important;

}


/*Security Section*/
/* Work Section */
.work-area {
    background: #F4F4F4;
}

.card-work {
    position: relative;
    border-radius: 10px;
}

.card-work-body {
    color: #fff;
}

.card-work {

    overflow: hidden;
}

.card-work img {
    transition: 0.3s;

}

.card-work img:hover {
    transform: scale(1.1);
}



.card-work-text {
    color: #fff;
    font-size: 0.7rem;
}

.img-circle {
    position: absolute;
    left: 140px;
}

/* Work Section */

/* Globe section  */
.globe-area {
    background: #c5eaff29;
}

.whitebx {
    background: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.badgesector p {
    font-weight: 400;
    font-size: 1rem;
}

.whoposi {

    position: absolute;
    top: 692px;
    left: 1169px;
}

.whoarea {
    background: linear-gradient(90deg, rgba(57, 159, 216, 1) 0%, rgba(7, 117, 180, 1) 50%, rgba(0, 55, 86, 1) 100%);
    color: #fff;
}

.whoarea p {
    color: #fff;
    font-size: 1.2rem;
}

/* Globe section  */
/* Meet Area */
.meetp {
    font-size: 1.1rem;
}

.bdr-rad {
    border-radius: 0;
}

/* Meet Area */

/* Query Area */
.query-area {
    background: #222938;
}

.cardbreak {
    background: #222938;
}

.colorwhite {
    color: #fff;
}

/* Query Area */
.footer-area {
    background: #161C28;
    color: #A6A6A6;
}

.footerheading {
    color: #fff;
}

.footerlink {
    list-style: none;

    margin: 0;
    color: #A6A6A6;
}

.footerlink a {
    color: #A6A6A6;
}

.footerlink a:hover {
    color: #fff;
}

.footerlink li {
    margin: 14px 0;
}

.addressp {
    font-size: 1rem;
    color: #A6A6A6;
}

.footer-rights {
    border-top: 1px solid #999;
}

.footer-rights p {
    color: #fff;
    font-size: 1rem;

}

/* Modal Box */
.graybox {
    background: #F4F4F4;
    border-radius: 10px;
}

.graybox p {
    font-size: 0.9rem;
    color: #818181;
}

.graybox p:last-child {
    margin-bottom: 0;
}

.graybox p b {
    color: #000;
}

.modalp {
    font-size: 1rem;
    color: #000;
}

.modalgrybx {
    background: linear-gradient(90deg, rgba(57, 159, 216, 1) 0%, rgba(7, 117, 180, 1) 50%, rgba(0, 55, 86, 1) 100%);
    border-radius: 10px;
}

.closeimg {
    cursor: pointer;
}

.btn-submit,
.btn-submit:hover,
.btn-submit:focus,
.btn-submit:active {
    background: #E58411 !important;
    color: #fff !important;
    padding: 0.6em 1.6em;
}


/* Modal Box */
/*Mobile Responsive Media Queries*/
@media (max-width: 1024px) {
    .navbar-nav .nav-link {
        color: #0068B9;
    }

    .navbar-expand-lg .navbar-nav .show>.nav-link,
    .navbar-expand-lg .navbar-nav .active>.nav-link,
    .navbar-expand-lg .navbar-nav .nav-link.show,
    .navbar-expand-lg .navbar-nav .nav-link.active,
    .navbar-expand-lg .navbar-nav .nav-link:hover {
        color: #0068B9;
    }

    .navbar-toggler {
        background: #0068b9;
        color: #fff;
    }

    .navbar-collapse {
        float: left;
        text-align: center;
        width: 100%;
        background: #fff;
        padding: 20px;
        margin-top: 16px;
        box-shadow: 0 6px 19px rgb(0 0 0 / 5%);
        border-radius: 4px;
        border: 1px solid var(--border-color-light);
    }

    .whitebx {
        background: transparent;
        box-shadow: none;
        padding: 1em 0 !important;
    }

    .meterarea {
        position: initial;

        background: #222938;

    }

    .meterarea h1 {

        font-size: 2rem;
    }


    .meterarea p {
        font-size: 1rem;

    }


    .bgheight {
        height: 100vh;
    }

    .bgheight h1 {

        font-size: 2.4rem;

    }

    .bgheight p {

        font-size: 1rem;

    }

    .whoposi {

        position: initial;
        top: unset;
        left: unset;
    }

}

@media (max-width: 768px) {}

@media (max-width: 640px) {}

@media (max-width: 480px) {}

@media (max-width: 320px) {}

/*Mobile Responsive Media Queries*/