@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    color: #333333;
}

img {
    width: 100%;
}

a {
    text-decoration: none;
    color: #0088d0;
}

a:hover {
    text-decoration: none;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}

.btn-login {
    background: #333 !important;
    padding: 5px 15px;
    color: #FFF !important;
}

.btn-login:hover {
    background: #000 !important;
    color: #FFF;
}

.btn-blue {
    background: #0082f0 !important;
    padding: 5px 15px;
    color: #FFF !important;
}

.btn-blue:hover {
    background: #0162b1 !important;
    color: #FFF;
}

.btn-view-details {
    background: #414141;
    padding: 5px 15px;
    color: #FFF;
}

.btn-view-details:hover {
    background: #000;
    color: #FFF;
}

.btn-view-details-rev {
    background: rgba(255, 255, 255, .1);
    padding: 5px 15px;
    color: rgba(255, 255, 255, .7);
}

.btn-view-details-rev:hover {
    background: #000;
    color: #FFF;
}

.line {
    line-height: 3px;
    height: 3px;
    width: 50px;
    background: #0082f0;
    margin-bottom: 10px;
    border-radius: 3px;
}

.line-white {
    line-height: 3px;
    height: 3px;
    width: 50px;
    background: rgba(255, 255, 255, .7);
    margin-bottom: 10px;
    border-radius: 3px;
}

.line-black {
    line-height: 3px;
    height: 3px;
    width: 50px;
    background: #000;
    margin-bottom: 10px;
    border-radius: 3px;
}

#scroll {
    position: fixed;
    right: 15px;
    bottom: 15px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    background-color: #0082f0;
    text-indent: -9999px;
    display: none;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
}

#scroll span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -12px;
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-bottom-color: #FFF;
}

#scroll:hover {
    background-color: #02f0e6;
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
}


.top-info {
    background: #0082f0;
    padding: 5px 20px;
    color: #FFF;
    font-size: 14px;
}

.top-info a {
    color: #FFF;
}

.social-bottm {
    color: #FFF;
    font-size: 14px;
}

.social-bottm i {
    margin: 0;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 25px;
    height: 25px;
    padding: 6px;
}

.social-bottm a i {
    color: #FFF;
}

.social-bottm2 {
    color: #666;
    font-size: 14px;
}

.social-bottm2 i {
    margin: 0;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 25px;
    height: 25px;
    padding: 6px;
}

.social-bottm2 a i {
    color: #FFF;
}



.navbar .megamenu {
    padding: 50px;
    background: #FFF;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

/* .navbar-nav li:hover .dropdown-menu {
    display: block;
} */


.col-megamenu {
    background: #FFF;
    padding: 20px;
    border-radius: 10px;
}

.col-megamenu .title {
    font-weight: 600;
    font-size: 25px;
}

.col-megamenu .megamenu-box {
    color: #000;
}

.col-megamenu .megamenu-box .megamenu-icon {
    max-width: 60px;
}

.col-megamenu .megamenu-box .megamenu-paragraph h5 {
    color: #0082f0;
    font-size: 18px;
    font-weight: 600;
}

.col-megamenu .megamenu-box .megamenu-paragraph p {
    font-size: 14px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    border-radius: 0;
    background: #e5f2fe;
}


/* ============ desktop view ============ */
@media all and (min-width: 992px) {

    .navbar .has-megamenu {
        position: static !important;
    }

    .navbar .megamenu {
        left: 0;
        right: 0;
        width: 100%;
        margin-top: 0;


    }

}

/* ============ desktop view .end// ============ */

/* ============ mobile view ============ */
@media(max-width: 991px) {

    .navbar.fixed-top .navbar-collapse,
    .navbar.sticky-top .navbar-collapse {
        overflow-y: auto;
        max-height: 90vh;
        margin-top: 10px;
    }
}



/* .navbar-nav li:hover .dropdown-menu {
    display: block;
} */


.navbar .navbar-brand img {
    max-width: 180px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    margin: 1px 2px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    color: #000;
    padding: 6px 10px;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.7);
}

.navbar-nav .nav-link.active {
    background: #0082f0;
    color: #fff;
}

.navbar-nav .nav-link:hover {
    background: #0082f0;
    color: #fff;
}

.navbar {
    padding: 20px 0;
}

.nav-item .text-bg-warning {
    background: #0082f0 !important;
    color: #FFF !important;
}

.nav-item .text-bg-warning:hover {
    background: #000 !important;
    color: #FFF !important;
}


.dropdown-menu {
    background: transparent;
    border: 0;
    padding: 0;
}

.dropdown-menu li {
    margin-top: 1px;
}

.dropdown-item {
    font-size: 14px;
    background: #e9f3fb;
    color: #000;
    border-radius: 5px;
    border-bottom: 1px solid #CCC;
}

.dropdown-item:hover {
    background: #0082f0;
    color: #FFF;
}

.dropend .dropdown-toggle::after {
    display: inline-block;
    margin-left: 7px;
}

.banner {
    background: url(../images/evolving-technology-banner.jpg) no-repeat center center;
    background-size: cover;
    color: #FFF;
    padding: 100px 0;
}

.banner h1 {
    font-weight: 600;
    font-size: 50px;
}

.banner h1 span {
    font-weight: 300;
    font-size: 30px;
}

.banner ul {
    padding-left: 17px;
}

.banner li {
    font-size: 20px;
    line-height: 30px;
}



.sample-projects {
    padding: 50px 0;
    background: rgba(0, 130, 240, 0.1);
}

.sample-projects h1 {
    font-size: 35px;
    color: #000;
    line-height: 40px;
}

.sample-projects .project-items-bg .nav-pills .nav-link {
    background: #FFF;
    margin: 0 5px;
    border-radius: 50px;
    color: #000;
    padding: 5px 20px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    transition: 0.3s;
}

.sample-projects .project-items-bg .nav-pills .nav-link.active {
    background: #02f0e6;
    color: #000;
}

.sample-projects .project-items-bg .nav-pills .nav-link:hover {
    background: #02f0e6;
    color: #000;
}


.sample-projects .project-items-bg .project-items .project-box {
    position: relative;
}

.sample-projects .project-items-bg .project-items .project-box .project-box-image {
    width: 100%;
    height: 115px;
    overflow: hidden;
    border-radius: 10px;
}

.sample-projects .project-items-bg .project-items .project-box .project-box-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    margin: 0;
    transition: transform .3s;
}

.sample-projects .project-items-bg .project-items .project-box .project-box-image:hover img {
    transform: scale(1.1);
}


.technology {
    padding: 50px 0;
    text-align: center;
}

.technology h1 {
    font-size: 35px;
    color: #000;
    line-height: 40px;

}

.technology .technology-image img {
    border: none;
    padding: 0;
}

.projects {
    padding: 50px 0;
    background: #0082f0;
}


.projects h1 {
    font-size: 35px;
    color: #02f0e6;
    line-height: 40px;
}

.projects p {
    color: rgba(255, 255, 255, .7);
}


.projects .clients-logo {
    border-radius: 50%;
    overflow: hidden;
    padding: 10px;
    background: #FFF;
}


.community-projects {
    padding: 50px 0;
}

.community-projects h1 {
    font-size: 35px;
    color: #000;
    line-height: 40px;
}

.community-projects .project-img {
    position: relative;
    overflow: hidden;
}

.community-projects .project-img::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.community-projects .project-img:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.counter-profile {
    padding: 50px 0;
    text-align: center;
    background: rgba(0, 130, 240, 0.1);

}

.counter-profile h1 {
    font-size: 35px;
    color: #000;
    line-height: 40px;
}

.counter-profile .counter-box {
    text-align: center;
    padding: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.16);
    transition: 0.3s;
    letter-spacing: 1.5px;
}

.counter-profile .counter-box:hover {
    box-shadow: 0px 25px 15px -10px rgba(0, 0, 0, 0.3);
}

.counter-profile .counter-icons {
    margin-bottom: 20px;
}

.counter-profile .counter-icons img {
    width: 60px;
}

.counter-profile #counter {
    margin-top: 50px !important;
}

.counter-profile #counter .counter-value {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #0082f0;
    display: inline;
}

.counter-profile #counter .counter-text {
    color: #000;
}


.customers {
    padding: 50px 0;
    text-align: center;
    background: url(../images/bg3.png) no-repeat center center fixed #FFF;
    background-size: cover;
}


.customers h1 {
    font-size: 35px;
    color: #000;
    line-height: 40px;
}

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
    border-radius: 10px;
    padding: 10px;
    background: #FFFFFF;
    border: 1px solid #CCC;
}

.slick-prev:before,
.slick-next:before {
    color: black;
}


.testimonials {
    padding: 50px 0;
    text-align: center;
    background: rgba(0, 130, 240, 0.1);
}

.testimonials h1 {
    font-size: 35px;
    color: #000;
    line-height: 40px;
}

.testimonial {
    text-align: center;
    padding: 85px 50px 25px 50px;
    margin: 70px 15px 35px;
    position: relative;
    border-radius: 10px;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3);
    color: rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.5);
}

.testimonial p {
    color: #040404;
    font-size: 17px;
}

.testimonial .pic {
    width: 100px;
    height: 100px;
    border: 5px solid #FFF;
    margin: 0 auto;
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, .3);
}


.testimonial .pic .testi-pic {
    width: 100%;
    height: 100px;
    overflow: hidden;
    background: #FFF;
}


.testimonial .pic .testi-pic img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.testimonial .description {
    font-size: 15px;
    color: #757575;
    line-height: 27px;
    margin-bottom: 5px;
    position: relative;
}

.testimonial .testimonial-profile {
    position: relative;
}

.testimonial .testimonial-profile:after {
    margin: 0 auto;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
}

.testimonial .title {
    font-size: 18px;
    color: #0082f0;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
}

.testimonial .post {
    display: inline-block;
    font-size: 15px;
    color: #0082f0;
    text-transform: capitalize;
    font-family: "Poppins", sans-serif;
    margin: 0;
    padding: 0;
}

.owl-theme .owl-controls {
    margin-top: 10px;
}

.owl-theme .owl-controls .owl-page span {
    background: #040404;
    opacity: 1;
    transition: all 0.4s ease 0s;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #040404;
}

.owl-theme .owl-controls .owl-page.active span {
    width: 22px;
    height: 12px;
}


.dev-process {
    padding: 50px 0;
}

.dev-process h1 {
    font-size: 35px;
    color: #000;
    line-height: 40px;
}

.dev-process .process-box {
    display: flex;
    position: relative;
    color: #666;
    font-size: 14px;
}


.dev-process .process-box span h5 {
    font-weight: 700;
    font-size: 20px;
    color: #0082f0;
}

.dev-process .process-box i {
    font-size: 50px;
    margin-right: 20px;
    color: #0082f0;
    position: relative;
}


.contact-form {
    background: url(../images/support.jpg) no-repeat center right;
    background-size: cover;
    padding: 50px 0;
}

.contact-form h1 {
    font-size: 35px;
    color: #000;
    line-height: 40px;
}

.contact-form .form-col {
    background: rgba(0, 130, 240, 0.1);
    padding: 30px;
    border-radius: 10px;
}


.contact-form .additional-info h4 {
    font-size: 28px;
    color: #484335;
}

.contact-form .additional-info span {
    font-weight: 700;
    color: #0082f0;
}

.contact-form .additional-info .info-icons {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    line-height: 40px;
    background: #0082f0;
    color: #FFF;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    margin-top: 5px;
}

.contact-form .additional-info .social-icons a {
    font-size: 22px;
    color: #484335;
    margin-right: 25px;
}

.contact-form .additional-info .social-icons a:hover {
    color: #000;
}


.bottom-link {
    padding: 50px;
    background: #0082f0;
    line-height: 30px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
}


.bottom-link h2 {
    font-size: 20px;
    font-weight: 600;
}

.bottom-link li {
    list-style: none;
}

.bottom-link .title-head {
    font-size: 20px;
    color: #FFF;
    font-weight: 600;
}

.bottom-link a {
    color: rgba(255, 255, 255, 0.7);
    margin-right: 5px;
}

.bottom-link a:hover {
    color: #FFFAF5;
}

.bottom-link i {
    margin-right: 10px;
}

.bottom-link .bottom-logo {
    text-align: center;
    margin-bottom: 20px;
}

.bottom-link .bottom-logo p {
    width: 30%;
    margin: 10px auto;
    line-height: 25px;
}



.bottom-link .bottom-logo img {
    max-width: 200px;
}

.footer {
    background: #040404;
    padding: 10px 50px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
    text-align: center;
}

.footer a {
    color: #0082f0;
}

.footer span {
    color: #0082f0;
}


/* --------------------------------- */


.content-page-wrapper {
    background: #FFF;
}

.content-page-wrapper .content-page {
    padding: 50px 0;
}

.content-page-wrapper .content-page h1 {
    font-weight: 600;
    font-size: 35px;
    line-height: 35px;
    padding-left: 20px;
    margin-bottom: 30px;
    border-left: 10px solid rgba(0, 130, 240, 0.4);
}

.content-page-wrapper .content-page h2 {
    color: #0082f0;
    font-weight: 600;
    font-size: 25px;
}

.content-page-wrapper .content-page .contact-page .contact-form {
    background: #e9f3fb;
    padding: 25px;
    border-radius: 10px;
}


.content-page-wrapper .content-page .contact-page .contact-form .form-control-lg {
    font-size: 15px;
}

.content-page-wrapper .content-page .contact-page .contact-form .form-control-lg::placeholder {
    font-size: 14px;
    color: #a0a0a0;
}


.content-page-wrapper .content-page .contact-page .contact-location .location-card .title-head {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #0082f0;
}

.content-page-wrapper .content-page .contact-page .contact-location .location-card a {
    color: #333;
}

.content-page-wrapper .content-page .contact-page .contact-location .location-card ul {
    margin: 0;
    padding: 0;
}

.content-page-wrapper .content-page .contact-page .contact-location .location-card li {
    list-style: none;
    line-height: 35px;
}


.content-page-wrapper .content-page .contact-page .contact-location .location-card i {
    margin-right: 10px;
    width: 30px;
    height: 30px;
    background: #0082f0;
    align-items: center;
    justify-content: center;
    display: inline-flex;
    border-radius: 50%;
    color: #FFF;
    font-size: 14px;
}

.content-page-wrapper .content-page .pricing-page .pricing-items-bg {
    border: 1px solid #CCC;
    padding: 50px;
    border-radius: 20px;
    background: #ebebeb;
}

.content-page-wrapper .content-page .pricing-page .pricing-items-bg .nav-pills .nav-link {
    background: #FFF;
    margin: -68px 5px 5px 5px;
    border-radius: 50px;
    color: #000;
    padding: 5px 20px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    transition: 0.3s;
    border: 1px solid #CCC;
}

.content-page-wrapper .content-page .pricing-page .pricing-items-bg .nav-pills .nav-link.active {
    background: #000;
    border: 1px solid #000;
    color: #FFF;
}

.content-page-wrapper .content-page .pricing-page .pricing-items-bg .nav-pills .nav-link:hover {
    background: #000;
    border: 1px solid #000;
    color: #FFF;
}


.pricing-table .starter {
    padding: 30px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .3);
    border-top: 20px solid #0082f0;
    background: #FFF;
}

.pricing-table .starter h3 {
    text-transform: uppercase;
    color: #0082f0;
}

.pricing-table .starter .price-tag {
    color: #0082f0;
    font-weight: 700;
    font-size: 55px;
    line-height: 45px;
}

.pricing-table .starter .price-tag span {
    color: #2b2b2b;
    font-weight: 400;
    font-size: 22px;
}

.pricing-table .starter .btn-starter {
    background: #0082f0 !important;
    padding: 5px 15px;
    color: #FFF !important;
}

.pricing-table .starter .btn-starter:hover {
    background: #000 !important;
    color: #FFF;
}

.pricing-table .starter .line-starter {
    line-height: 3px;
    height: 3px;
    width: 50px;
    background: #0082f0;
    margin-bottom: 10px;
    border-radius: 3px;
}


.pricing-table .premium {
    padding: 30px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .3);
    border-top: 20px solid #b30000;
    background: #FFF;
}

.pricing-table .premium h3 {
    text-transform: uppercase;
    color: #b30000;
}

.pricing-table .premium .price-tag {
    color: #b30000;
    font-weight: 700;
    font-size: 55px;
    line-height: 45px;
}

.pricing-table .premium .price-tag span {
    color: #2b2b2b;
    font-weight: 400;
    font-size: 22px;
}

.pricing-table .premium .btn-premium {
    background: #b30000 !important;
    padding: 5px 15px;
    color: #FFF !important;
}

.pricing-table .premium .btn-premium:hover {
    background: #000 !important;
    color: #FFF;
}

.pricing-table .premium .line-premium {
    line-height: 3px;
    height: 3px;
    width: 50px;
    background: #b30000;
    margin-bottom: 10px;
    border-radius: 3px;
}


.pricing-table .enterprise {
    padding: 30px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .3);
    border-top: 20px solid #00be4f;
    background: #FFF;

}

.pricing-table .enterprise h3 {
    text-transform: uppercase;
    color: #00be4f;
}

.pricing-table .enterprise .price-tag {
    color: #00be4f;
    font-weight: 700;
    font-size: 55px;
    line-height: 45px;
}

.pricing-table .enterprise .price-tag span {
    color: #2b2b2b;
    font-weight: 400;
    font-size: 22px;
}

.pricing-table .enterprise .btn-enterprise {
    background: #00be4f !important;
    padding: 5px 15px;
    color: #FFF !important;
}

.pricing-table .enterprise .btn-enterprise:hover {
    background: #000 !important;
    color: #FFF;
}

.pricing-table .enterprise .line-enterprise {
    line-height: 3px;
    height: 3px;
    width: 50px;
    background: #00be4f;
    margin-bottom: 10px;
    border-radius: 3px;
}


.content-page-wrapper .content-page .hardware-page .product-desc h2 {
    font-size: 25px;
    font-weight: 500;
}

.content-page-wrapper .content-page .hardware-page .product-image {
    width: 100%;
    height: 260px;
    border-radius: 10px;
    overflow: hidden;
}

.content-page-wrapper .content-page .hardware-page .product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content-page-wrapper .content-page .hardware-page .quote-form {
    background: #e5f2fe;
    padding: 20px 30px;
    border-radius: 15px;
    z-index: 1050;

}

.content-page-wrapper .content-page .hardware-page .quote-form h3 {
    font-size: 25px;
    font-weight: 500;
}


.content-page-wrapper .content-page .login-page {
    max-width: 400px;
    margin: 0 auto;
}

.login-box {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    text-align: center;
}

.login-box h2 {
    margin: 0 0 15px;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
}


.login-box .btn-google {
    background: #4285f4;
    color: #FFF;
}

.login-box .btn-google:hover {
    background: #1a59c0;
    color: #FFF;
}

.login-box .btn-fb {
    background: #39559f;
    color: #FFF;
}

.login-box .btn-fb:hover {
    background: #152d6d;
}


.user-box {
    position: relative;
    margin-bottom: 10px;
}

.user-box input {
    width: 100%;
    padding: 10px 0;
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
    border: none;
    border-bottom: 1px solid #666;
    outline: none;
    background: transparent;
}

.user-box label {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 0;
    font-size: 16px;
    color: #666;
    pointer-events: none;
    transition: 0.5s;
}

.user-box input:focus~label,
.user-box input:valid~label {
    transform: translateY(-20px);
    font-size: 14px;
    color: #CCC;
}



@keyframes animate1 {
    0% {
        left: -100%;
    }

    50%,
    100% {
        left: 100%;
    }
}


@keyframes animate2 {
    0% {
        top: -100%;
    }

    50%,
    100% {
        top: 100%;
    }
}



@keyframes animate3 {
    0% {
        right: -100%;
    }

    50%,
    100% {
        right: 100%;
    }
}


@keyframes animate4 {
    0% {
        bottom: -100%;
    }

    50%,
    100% {
        bottom: 100%;
    }
}

.password-toggle-icon {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
}

.password-toggle-icon i {
    font-size: 18px;
    line-height: 1;
    color: #333;
    transition: color 0.3s ease-in-out;
    margin-bottom: 10px;
}

.password-toggle-icon i:hover {
    color: #000;
}



/* --------------------------------- */

@media (max-width: 1399px) {
    .sample-projects .project-items-bg .project-items .project-box .project-box-image {
        height: 100px;
    }

    .navbar .megamenu {
        padding: 30px;
        background: #FFF;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
}

@media (max-width: 1199px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 13px;
        padding: 2px 7px;
    }

    .banner {
        padding: 30px 0;
    }

    .banner h1 {
        font-weight: 600;
        font-size: 40px;
    }

    .banner h1 span {
        font-weight: 300;
        font-size: 25px;
    }

    .banner li {
        font-size: 18px;
        line-height: 28px;
    }

    .bottom-link .bottom-logo p {
        width: 60%;
    }

    .bottom-link .title-head {
        font-size: 16px;
    }

    .sample-projects .project-items-bg .project-items .project-box .project-box-image {
        height: 80px;
    }


}

@media (max-width: 991px) {

    .banner h1 {
        font-size: 32px;
    }

    .banner h1 span {
        font-size: 23px;
    }

    .banner li {
        font-size: 16px;
        line-height: 26px;
    }

    .sample-projects h1,
    .technology h1,
    .projects h1,
    .community-projects h1,
    .counter-profile h1,
    .customers h1,
    .testimonials h1,
    .dev-process h1,
    .contact-form h1 {
        font-size: 28px;
    }

    .community-projects {
        text-align: center;
    }

    .community-projects .line {
        margin: 10px auto;
    }

    .sample-projects .project-items-bg .project-items .project-box .project-box-image {
        height: 95px;
    }

    .technology {
        text-align: center;
    }


    .projects {
        text-align: center;
    }

    .projects .line-white {
        margin: 10px auto;
    }

    .counter-profile #counter .counter-value {
        font-size: 30px;
    }

    .counter-profile .counter-box {
        padding: 20px 10px;
    }

    .counter-profile .counter-icons img {
        width: 40px;
    }

    .counter-profile #counter .counter-text {
        font-size: 12px;
        letter-spacing: 0;
    }

    .contact-form {
        background: none;
    }

    .bottom-link {
        text-align: center;
    }

    .bottom-link .bottom-logo {
        float: none;
    }


    .bottom-link .bottom-logo p {
        width: 100%;
    }

    .content-page-wrapper .heading-blocks {
        padding: 30px 0;
    }

    .content-page-wrapper .content-page {
        padding: 30px 0;
    }

    .content-page-wrapper .heading-blocks p {
        width: 100%;
    }

    .content-page-wrapper .content-page .pricing-page .pricing-items-bg .nav-pills .nav-link {
        margin: -38px 5px 5px 5px;
    }

    .content-page-wrapper .content-page .pricing-page .pricing-items-bg {
        padding: 20px;
    }

    .content-page-wrapper .content-page .pricing-page .pricing-items-bg {
        margin-top: 20px;
    }

}

@media (max-width: 767px) {
    .navbar {
        padding: 10px 20px;
    }

    .banner {
        padding: 20px 0;
    }

    .banner h1 span {
        font-size: 20px;
    }

    .banner h1 {
        font-size: 25px;
    }

    .banner li {
        font-size: 14px;
        line-height: 22px;
    }


    .sample-projects,
    .technology,
    .projects,
    .community-projects,
    .counter-profile,
    .customers,
    .testimonials,
    .dev-process,
    .contact-form,
    .bottom-link {
        padding: 20px;
    }

    .sample-projects .project-items-bg .nav-pills .nav-link {
        margin: 2px;
        padding: 5px 15px;
        font-size: 12px;
    }

    .dev-process {
        text-align: center;
    }

    .dev-process .process-box {
        display: inline-block;
    }

    .dev-process .process-box i {
        font-size: 30px;
        margin: 10px 0 15px 0;
        color: #0082f0;
        position: relative;
    }

    .contact-form {
        background: rgba(0, 130, 240, 0.1);
        text-align: center;
    }

    .contact-form .line {
        margin: 10px auto;
    }

    .contact-form .form-col {
        text-align: left;
    }

    .bottom-link .bottom-logo img {
        max-width: 150px;
    }

    .footer {
        font-size: 14px;
    }

    .content-page-wrapper .heading-blocks {
        padding: 20px 0;
    }

    .content-page-wrapper .content-page {
        padding: 20px 0;
    }

    .content-page-wrapper .content-page .pricing-page .pricing-items-bg .nav-pills .nav-link {
        margin: -38px 2px 5px 2px;
        padding: 4px 10px;
        font-size: 12px;
    }


    .sample-projects .project-items-bg .project-items .project-box .project-box-image {
        height: 70px;
    }

    .content-page-wrapper .content-page .hardware-page .product-image {
        margin-bottom: 15px;
    }

}

@media (max-width: 576px) {

    .content-page-wrapper .heading-blocks {
        padding: 20px;
    }

    .content-page-wrapper .content-page {
        padding: 20px;
    }
}

@media (max-width: 428px) {}


/* @media (max-width: 1399px) {}

@media (max-width: 1199px) {}

@media (max-width: 991px) {}

@media (max-width: 767px) {}

@media (max-width: 576px) {}

@media (max-width: 428px) {} */