/* Theme Name: digitallab - HTML Template */
/* 1. Theme default css */

@import url('2e73b1a80a1245febdb564711ad1ecf1.css');



body {
    font-family: 'Jost', sans-serif;
}
p, li, a, button, span, h5, h6, h3, h1, h2, h4 {
    font-family: 'Jost', sans-serif;
}
.cm-spinner {
    height: 150px;
    width: 150px;
    border: 3px solid transparent;
    border-radius: 50%;
    border-top: 4px solid #f15e41;
    -webkit-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite;
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
    top: 40%;
    bottom: 0;
}

    .cm-spinner::before,
    .cm-spinner::after {
        content: "";
        position: absolute;
        top: 6px;
        bottom: 6px;
        left: 6px;
        right: 6px;
        border-radius: 50%;
        border: 4px solid transparent;
    }
#faq .card .card-header .btn-header-link:after{ display:none !important}
    .cm-spinner::before {
        border-top-color: #bad375;
        -webkit-animation: 3s spin linear infinite;
        animation: 3s spin linear infinite;
    }

    .cm-spinner::after {
        border-top-color: #26a9e0;
        -webkit-animation: spin 1.5s linear infinite;
        animation: spin 1.5s linear infinite;
    }

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.smart-page-loader {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #1b548f;
    z-index: 100000;
    text-align: center;
    color: #fff;
}
.min-slider {
    background-color: #F3F7FC
}
.animation {
    transition: transform 1200ms ease-out;
    transform: translateY(0);
    transition: transform 1200ms ease-out;
    -webkit-animation: download-animation 3s infinite linear;
    animation: download-animation 3s infinite linear;
}
    .animation:after {
        -webkit-animation: download-animation 3s infinite linear;
        animation: download-animation 3s infinite linear
    }

@-webkit-keyframes download-animation {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    50% {
        -webkit-transform: translate(0, -20px);
        transform: translate(0, -20px)
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes download-animation {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    50% {
        -webkit-transform: translate(0, -20px);
        transform: translate(0, -20px)
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}
 

.service-img img {
     position: relative;
}
 
.minsection {
    position: relative;
    z-index: 0;
}
 

.footer-digital {
    display: flex;
    padding: 0 0 30px 0;
}

.footer-list {
    padding: 15px 0 0 0;
    margin: 0;
}
h2 {
    color: #000000;
    font-size: 40px !important;
    font-weight: 600 !important;
}
    .footer-list li {
        list-style: none;
        padding: 0 0 12px 0;
    }

    .footer-list a {
        text-decoration: none;
        color: black;
    }

hr {
    color: black;
    width: 100%;
}

.footer-bottom {
    text-align: center;
    width: 100%;
}

.footer {
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('../images/rectangle7.png');
}


.footer-lab {
    padding: 100px 0 10px 0;
}
    .footer-lab h3 {
        font-size: 22px;
    }
.top-header {
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('../images/rectangle1.png');
}

.counter-home ul {
    display: flex;
    padding: 0;
    margin: 0;
}

.counter-home span {
    display: flex;
    font-size: 20px;
    margin: -10px 0 0 0;
}

.counter-home li {
    list-style: none;
    padding: 0px 60px 0 0px;
    text-align: center;
    font-size: 35px;
}

.service-content {
    padding-top: 25px;
}

.home h2 {
    font-size: 45px;
    padding: 0 31px 0 0;
}

.home p {
    font-size: 20px;
    padding-bottom: 20px;
}

.btnn {
    background-color: #C63131;
    color: white !important;
    text-decoration: none;
    padding: 15px 20px;
    border-radius: 5px;
}

.counter-home {
    padding-top: 0px;
}

.btnn:hover {
    background-color: #EDC947;
    color: black !important;
    text-decoration: none;
}

.subscribe-input a:hover {
    background-color: #EDC947;
    color: black;
}

.home {
    position: relative;
}

    .home:before {
        content: "";
        position: absolute;
        left: 0px;
        background-image: url('../images/ellipse6.png');
        background-repeat: no-repeat;
        right: 25px;
        bottom: 81%;
        top: -28%;
        background-position: right;
    }

.moon-img {
    width: 100%;
    margin: 55px 0 0 -13px;
}

.bg-img {
    background-image: url('../images/wave.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.ellipse img {
    float: right;
}

.ellipse {
    width: 100%;
}

.graphic {
    display: flex;
}

.service-content h2 {
    padding-bottom: 60px;
}

.graphic-content {
    padding: 0 0 0 15px;
}

    .graphic-content h5 {
        font-size: 19px;
    }

.sky-img {
    float: right;
    position: relative;
    bottom: 90px;
    left: 73px;
}

.gap-img {
    background-image: url('../images/rectangle8.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.subscribe {
    background-image: url('../images/rectangle6.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    text-align: center;
    position: relative;
}

    .subscribe:before {
        content: "";
        position: absolute;
        left: 0px;
        background-image: url('../images/8ba4db8b014f497ebfac3f060bdd4f61.gif).png');
        background-repeat: no-repeat;
        right: 25px;
        bottom: 65%;
        top: -0%;
        background-position: right;
    }

.newsletter h2 {
    font-size: 40px;
    font-weight: 600;
}

.subscribe-input a {
    background-color: #C63131;
    color: white !important;
    text-decoration: none;
    padding: 8px 25px;
    border-radius: 5px;
    margin-left: 15px;
}

.subscribe-input input#myEmail {
    border: none;
    width: 38%;
    padding: 10px 10px;
}

.newsletter {
    width: 100%;
}

.company-img img {
    width: 100%;
    position: relative;
}

.our-company {
    width: 100%;
    text-align: center;
}

    .our-company h2 {
        font-size: 40px;
        padding-bottom: 10px;
    }

.solution img {
    width: 100%;
    position: relative;
   
}

.solution-content a {
    background-color: #C63131;
    color: white !important;
    text-decoration: none;
    padding: 8px 25px;
    border-radius: 5px;
}

.solution-content {
    padding-top: 50px;
}

    .solution-content p {
        padding: 15px 0 40px 0;
    }

    .solution-content a:hover {
        color: black !important;
        background-color: #EDC947;
    }

a.btnn1:hover {
    color: black !important;
    background-color: #EDC947;
    text-decoration: none;
}

.testimonial {
    background-image: url('../images/6ac08668656346f38009f3f36d6d0f37.gif).png');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-bottom: 11em;
}

.testimonial-display {
    display: flex;
    padding: 15px 0 0 10px;
}

.testimonial-desigination {
    padding: 0 0 0 15px;
}

.testimonial-content p {
    box-shadow: 0px 1px 11px 5px #00000029;
    padding: 20px 15px;
    border-radius: 5px;
    font-size: 15px;
    background-color: white;
}

.testimonial-heading h2 {
    font-size: 40px;
    font-weight: 500;
    padding-top: 25px;
}

.testimonial-content {
    padding: 0 10px 0 0;
}

.testimonial:before {
    content: "";
    position: absolute;
    left: -75px;
    background-image: url('../images/ellipse9.png');
    background-repeat: no-repeat;
    right: 0;
    bottom: 84%;
    top: -0%;
    background-position: right;
    width: 100%;
}



 #faq .card {
    margin-bottom: 30px;
    border: 0;
}

   #faq .card .card-header {
        border: 0;
        -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
        box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
        border-radius: 2px;
        padding: 0;
    }

    #faq .card .card-header .btn-header-link {
        color: #fff;
        display: block;
        text-align: left;
        background: #CB3235;
       
        padding: 20px;
        font-size: 20px;
        font-weight: 500;
    }

             #faq .card .card-header .btn-header-link:after {
                content: "\f107";
                font-family: 'Font Awesome 5 Free';
                font-weight: 900;
                float: right;
            }

           #faq .card .card-header .btn-header-link.collapsed {
                background: #A541BB;
                color: #fff;
            }

                 #faq .card .card-header .btn-header-link.collapsed:after {
                    content: "\f106";
                }

    #faq .card .collapsing {
        background: #f5f5f5;
        line-height: 30px;
    }

    #faq .card .collapse {
        border: 0;
    }

        #faq .card .collapse.show {
            background: #f5f5f5;
            line-height: 30px;
            color: #222;
        }
 

.blog-head h3 {
    padding: 0 0 30px 0;
}
 

.traffic-head {
    width: 100%;
    text-align: center;
    padding-bottom: 40px;
    position: relative;
}

.traffic-img img {
    width: 100%;
     
}
.creative-list li {
    font-size: 16px;
    line-height: 28px;
    font-weight: normal;
}
p {
    font-size: 16px;
    line-height: 28px;
    font-weight: normal;
}
.traffic-head:before {
    content: "";
    position: absolute;
    left: 0px;
    background-image: url('../images/ellipse12.png');
    background-repeat: no-repeat;
    right: 0;
    bottom: 0%;
    top: -90%;
    background-position: right;
    width: 100%;
}

.home-img img {
    width: 100%;
     
    position: relative;
}

i.fa.fa-gear {
    font-size: 50px;
    color: #281d75;
}

.web-content:hover i.fa.fa-gear {
    color: #fff;
}

.traffic:before {
    content: "";
    position: absolute;
    left: 80%;
    background-image: url('../images/ellipse11.png');
    background-repeat: no-repeat;
    right: 0;
    bottom: 0%;
    top: 18%;
}

.traffic {
    position: relative;
}

.about-header {
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('../images/about.png');
    position: relative;
    opacity: 0.8;
}

.hov a {
    color: black;
    text-decoration: none;
}

.about-head {
    padding-top: 40px;
    color: black;
}

    .about-head p {
        padding: 5px 5px 35px 0px;
    }

.creative-img img {
    width: 100%;
    position: relative;
    
}

.creative-body {
    padding-top: 0px;
}

.creative-list i.fa.fa-arrow-right {
    border: 1px solid;
    border-radius: 50%;
    font-size: 10px;
    padding: 4px 4px 3px 4px;
    margin: 0 20px 0 0;
}

.creative-list li {
    list-style: none;
    padding: 0 0 10px 0;
}

ul.creative-list {
    padding: 0;
    margin: 0 0 40px 0;
}

.progress {
    margin: 0 0 20px 0;
    height: 10px;
}

.quality-bars h6 {
    display: contents;
}

.quality-bars span {
    float: right;
}

.quality-bars {
    padding-top: 10px;
}

.quality {
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('../images/rectangle6.png');
}

.quality-skills {
    padding-left: 30px;
}

.about-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('../images/group-1-1.png');
    background-position: bottom;
}

section.functional.pt-60.pb-60 {
    width: 100%;
    text-align: center;
}

.functional-head {
    width: 100%;
}

.seo-img {    
    padding: 15px;
}

.seo h4 {
    padding: 20px 0 5px 0px;
}
 

.sky-img1 {
    float: right;
    position: relative;
    bottom: 70px;
    left: 73px;
}

.btnn1 {
    background-color: #C63131;
    color: white !important;
    text-decoration: none;
    padding: 15px 20px;
    border-radius: 5px;
}

.contact {
    position: relative;
}

    .contact:before {
        content: "";
        position: absolute;
        left: 0px;
        background-image: url('../images/ellipse6.png');
        background-repeat: no-repeat;
        right: 25px;
        bottom: 81%;
        top: -28%;
        background-position: right;
    }

.service-digi h2 {
    font-size: 45px;
    padding: 0 31px 0 0;
}

.service-digi p {
    font-size: 17px;
    padding-bottom: 60px;
    padding-top: 15px;
}

.btn-more {
    margin: 0;
    padding: 0px 0;
}

    .btn-more a {
        font-size: 21px;
        color: #ffc826;
    }

.analysis1:hover {
    opacity: 1;
    transition: opacity 0.25s;
}

.analysis1 {
    padding: 20px;
    position: absolute;
    background: #F3F7FC;
    bottom: 0;
    left: 0;
    opacity: 0;
    right: 0;
}

.sky-img2 {
    float: right;
    position: relative;
    bottom: 78px;
    left: -48px;
}

.service-digi:before {
    content: "";
    position: absolute;
    left: 0px;
    background-image: url('../images/8ba4db8b014f497ebfac3f060bdd4f61.gif).png');
    background-repeat: no-repeat;
    right: -6%;
    bottom: 69%;
    z-index: 1;
    top: -18%;
    background-position: right;
}

.contact h2 {
    font-size: 45px;
    padding: 0 31px 0 0;
}

.contact p {
    font-size: 20px;
    padding-bottom: 60px;
}

.contact-content {
    width: 100%;
    text-align: center;
    border: 1px solid;
    padding: 45px 31px 40px 31px;
}

    .contact-content h2 {
        padding: 15px 0;
        font-size: 22px !important;
        margin-bottom: 0px;
    }

.contact-body {
    background-color: #A1C1ED;
    width: 100%;
    text-align: center;
    padding: 80px 36px 120px;
}

    .contact-body p {
        padding-top: 40px;
        color: white;
    }

.contact-us-form {
    background-color: #EEF3FA;
    padding: 25px 40px;
}

    .contact-us-form h2 {
        text-align: center;
        padding-bottom: 10px;
    }

    .contact-us-form input.form-control.form-com {
        height: 55px;
        border: none;
    }

    .contact-us-form textarea.form-control.form-com-message {
        height: 130px;
    }

    .contact-us-form button{
        background-color: #C63131;
        color: white;
        text-decoration: none;
        padding: 8px 25px;
        border-radius: 5px; border:none; outline:none
    }

.us-form {
    padding: 0;
}

.Service-head {
    width: 100%;
    text-align: center;
}

    .Service-head h2 {
        padding: 10px 0 15px 0;
    }

.service-body {
    background-color: #F3F7FC;
    margin: 0 0 30px 0;
    position: relative;
}
div, a, button {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.service-body:hover {
    box-shadow: -1px 3px 10px 1px #00000040;
    /* border: 1px solid #e1dddd; */
}
.seo-heading h4 {
    font-size: 22px;
}
.analysis1:hover a {
    color: #C63131 !important;
}
.readmore {
    font-size: 18px;
    font-weight: 500;
}
.Service-design img {
    width: 100%;
}
.Service-design > h4 a {
    padding: 8px 20px;
    display: block;
}
.service-body h4 {
    padding: 10px 0;
}
    .service-body h4 a {
        color: #000;
        width: 100%;
        font-size: 18px;
    }
    .blog-img img {
        width: 100%;
    }

.blog-list {
    padding: 0;
    display: flex;
}

    .blog-list li {
        list-style: none;
        padding: 5px 20px 0 0px;
        margin: 10px 10px 0 0;
    }

.blog-head h2 {
    border-bottom: 1px solid red;
    width: 60%;
    padding: 10px 0 15px 0;
}

.blog-head p {
    padding: 10px 0 20px 0;
}

a.blog-btn {
    background-color: #C63131;
    color: white !important;
    text-decoration: none;
    padding: 15px 20px;
    border-radius: 5px;
}

.blog-img {
    padding: 60px 0 0 0;
}

.search-container {
    background-color: #F3F7FC;
    padding: 25px 20px;
}

    .search-container button {
        border: none;
        position: relative;
        left: -10px;
        font-size: 22px;
        padding: 2px 8px;
        background: white;
        bottom: 45px;
        float: right;
    }

    .search-container input[type="text"] {
        height: 50px;
        padding: 0 0 0 10px;
        width: 100%;
        border: none;
    }

.categories {
    background-color: #F3F7FC;
    padding: 20px 35px;
    margin-top: 20px;
}

.hov li {
    list-style: none;
    background-color: white;
    padding: 10px;
    margin: 0px 0 15px 0;
    font-size: 20px;
}

ul.cat-list {
    padding: 0;
    margin-top: 40px;
}

.cat-list i {
    float: right;
    color: #555555;
    margin-top: 5px;
    font-weight: normal;
    font-size: 16px;
}

.hov li:hover {
    background-color: #0096D1;
    color: white;
}

a.blog-btn:hover {
    background-color: #EDC947;
    color: black !important;
}

.hov li:hover i.fa.fa-arrow-right {
    color: white;
}

.hov li:hover a {
    color: white;
}

.categories h2 {
    padding-bottom: 20px;
    border-bottom: 1px solid red;
    width: 20%;
}

.blog-content {
    padding-top: 60px;
}

.blog-list li:nth-child(1) {
    border-right: 1px solid;
}

.blog-list li:nth-child(2) {
    border-right: 1px solid;
}

.comment-text span {
    float: right;
    padding: 0 60px 0 0;
}

.comment-text h6 {
    display: initial;
}

.blog-comments {
    display: flex;
}

.comment-text {
    padding: 0 25px;
}

.post-comment {
    background-color: #EDF3FA;
    padding: 20px 25px;
    border-radius: 5px;
    box-shadow: 0px 2px 5px 5px #0000003d;
}

    .post-comment textarea.form-control.form-com-message {
        width: 100%;
        height: 150px;
        border: none;
    }

    .post-comment input.form-control.form-com {
        height: 40px;
        border: none;
    }

.view-all button#my-form-button {
    width: 100%;
    border: none;
    background-color: #c63131;
    padding: 10px 0;
    border-radius: 5px;
    color: white;
}

.web-content p {
    display: inline-block;
    padding-top: 10px;
}

.web-head h5 {
    display: inline-block;
    padding-top: 10px;
}
.cat-list li a {
    width: 100%;
    display: inline-block; text-transform:capitalize;
}
.web-content span {
    font-size: 28px;
    position: absolute;
    right: 20px;
}
.blog-head .blog-list {
    display: inline-block;
}
.blog-list li {
     
    float: left;
}
.blog-m h3{ padding-bottom:0px;}
.blog-cont h3 {
    padding-bottom: 0px;
    font-size: 22px;
    color: #000;
}
.blog-cont h3 a{     
    color: #000;
}
.blog-cont {
    width: 100%;
    display: inline-block;
}
.web-content {
    padding: 20px;
    box-shadow: -1px 3px 10px 1px #00000040;
    margin-bottom: 30px;
    border-radius: 5px;
    position: relative;
}

.service-development {
    text-align: center;
    width: 100%;
}

.web-content:hover {
    background-color: #C63131;
    color: white;
}

i.fa.fa-lock {
    font-size: 50px;
    color: #281d75;
}

i.fa.fa-file {
    font-size: 50px;
    color: #281d75;
}

.web-content:hover i {
    color: white;
}
