* {
    margin: 0;
    padding: 0;
}

#particles-js {
    position: absolute;
    width: 100%;
    height: 90%;
    /* pointer-events: none; */
}

.header-btn {
    z-index: 2;
}

#particles-js {
    z-index: 1;
}

[data-aos^=bounce-in] {
    opacity: 0;
    transform: translateY(100%);
}

/* Initial state for the bounce-in animation */
[data-aos^=bounce-in].aos-animate {
    opacity: 1;
    transform: translateY(0);
    transition-property: transform, opacity;
    transition-duration: 1s;
    /* Adjust this value to your desired duration */
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
    /* Custom bounce easing */
}

.heading {
    font-size: 2.5rem !important;
}

/*----------Our work flow-start----------*/
#workflow .container {
    padding: 45px 10px;
}

/*----------Our work flow-end----------*/
.btn.btn-success{
    background-color: #35bd73;
}
/*----------Statistics-start----------*/
#statistics {
    background: #f7f7f7;
}

.counter {
    color: #319B38;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    width: 210px;
    height: 222px;
    padding: 48px 28px 0;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.counter:before,
.counter:after {
    content: '';
    background: linear-gradient(135deg, #fff, #f1f1f1);
    height: 147px;
    width: 147px;
    box-shadow: -5px -5px 3px rgba(0, 0, 0, 0.2), -10px -10px #008533;
    transform: translateX(-50%) rotate(45deg);
    position: absolute;
    left: 50%;
    top: 44px;
    z-index: -1;
    transition: all 0.3s ease 0s;
}

.counter:before {
    background: linear-gradient(135deg, #00652F 50%, transparent 50%);
    box-shadow: none;
    top: 80px;
}

.counter .counter-icon {
    font-size: 35px;
    line-height: 40px;
    margin: 0 0 12px;
}

.counter h3 {
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0 0 16px;
}

.counter .counter-value {
    color: #fff;
    background: linear-gradient(to right, #0C8412, #319B38);
    font-size: 27px;
    font-weight: 500;
    line-height: 33px;
    width: 100%;
    padding: 10px 0 26px;
    position: absolute;
    left: 0;
    bottom: 0;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}

#user {
    color: #0C8412;
    font-size: 30px;
}


.counter.blue {
    color: #1B9FD1;
}

.counter.blue:after {
    box-shadow: -5px -5px 3px rgba(0, 0, 0, 0.2), -10px -10px #288EBB;
}

.counter.blue:before {
    background: linear-gradient(135deg, #1167C3 50%, transparent 50%);
}

.counter.blue .counter-value {
    background: linear-gradient(to right, #0784C3, #32AAEE);
}

#globe {
    color: #1167C3;
    font-size: 30px;
}

.counter.red {
    color: #D85411;
}

.counter.red:after {
    box-shadow: -5px -5px 3px rgba(0, 0, 0, 0.2), -10px -10px #BF4C13;
}

.counter.red:before {
    background: linear-gradient(135deg, #A60810 50%, transparent 50%);
}

.counter.red .counter-value {
    background: linear-gradient(to right, #CC2D00, #FC6000);
}

#briefcase {
    color: #d33a10;
    font-size: 30px;
}

@media screen and (max-width:990px) {
    .counter {
        margin-bottom: 40px;
    }
}

/*----------Statistics-end----------*/
.section-gap {
    padding-top: 50px;
    padding-bottom: 50px;
}

/* #portfolio .container {
    filter: drop-shadow(0px 0px 40px rgba(68, 81, 96, 0.08));
    padding: 50px 30px;
    border: 0;
    --bs-card-spacer-y: 1rem;
    --bs-card-spacer-x: 1rem;
    --bs-card-title-spacer-y: 0.5rem;
    --bs-card-title-color: ;
    --bs-card-subtitle-color: ;
    --bs-card-border-width: var(--bs-border-width);
    --bs-card-border-color: var(--bs-border-color);
    --bs-card-border-radius: 0.625rem;
    --bs-card-box-shadow: 0px 0px 20px 0px rgba(76, 87, 125, 0.02);
    --bs-card-cap-padding-y: 0.5rem;
    --bs-card-cap-padding-x: 1rem;
    --bs-card-cap-bg: transparent;
    --bs-card-cap-color: ;
    --bs-card-height: ;
    --bs-card-color: ;
    --bs-card-bg: var(--bs-body-bg);
    --bs-card-img-overlay-padding: 1rem;
    --bs-card-group-margin: 0.75rem;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: var(--bs-card-height);
    word-wrap: break-word;
    background-color: var(--bs-card-bg);
    background-clip: border-box;
    border: var(--bs-card-border-width) solid var(--bs-card-border-color);
    border-radius: var(--bs-card-border-radius);
    box-shadow: var(--bs-card-box-shadow);
} */

.section-heading {
    margin-bottom: 50px;
}

.section-heading .title {
    font-size: 42px;
    letter-spacing: -0.5px;
}

.portfolio-filter {
    margin-bottom: 15px;
}

.portfolio-filter ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -3px;
}

ul,
ol {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.portfolio-filter ul li:hover,
.portfolio-filter ul li.active {
    background-color: var(--color-white);
    border-color: var(--color-secondary);
}

.portfolio-filter ul li {
    padding: 10px 20px;
    cursor: pointer;
    font-size: 17px;
    font-family: var(--font-quicksand);
    font-weight: 700;
    color: var(--color-secondary);
    letter-spacing: -0.3px;
    line-height: 1.1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border: 1px solid transparent;
    border-radius: 50px;
    margin: 3px;
}

.portfolio-filter ul li {
    padding: 10px 20px px;
    cursor: pointer;
    font-size: 17px;
    font-family: var(--font-quicksand);
    font-weight: 700;
    color: var(--color-secondary);
    letter-spacing: -0.3px;
    line-height: 1.1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border: 1px solid transparent;
    border-radius: 50px;
    margin: 3px;
}

.portfolio-items-two {

    margin-top: 50px;
    text-align: center;
}

.portfolio-items-two .portfolio-thumb {
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.portfolio-items-two .portfolio-thumb img {
    width: 100%;
    border-radius: 20px;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
}

img {
    max-width: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.portfolio-items-two .portfolio-thumb .portfolio-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    border-radius: 20px;
    background-color: var(--color-secondary);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.portfolio-thumb {
    overflow: hidden;
}

.portfolio-thumb img {
    transition: transform 0.3s;
}

.portfolio-thumb:hover img {
    transform: scale(1.4);
}

/*----------Portfolio-end----------*/
/*----------Testimonia-start----------*/
.container-fluid {
    margin-top: 200px !important;
}

p {
    font-size: 15px;
    line-height: 33px !important;
    color: #fff;

}

.small {
    letter-spacing: 0.5px !important;
}

/* .card {
    box-shadow: 0px 5px 16px rgba(223, 241, 223, 0.5);
    transition: 0.8s;
    background: #13263C;;
    margin: 0 auto;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 7px !important;
} */

.card-header,
.card-footer {
    border-radius: 7px !important;
}

.card:after {
    position: absolute;
    top: 0;
    left: -50%;
    width: 100%;
    z-index: 9999;
    height: 100%;
    pointer-events: none;
}

.card-title img {
    z-index: 99999 !important;
}

.card .layer {
    position: absolute;
    top: calc(100% - 5px);
    width: 100%;
    height: 100%;
    background: linear-gradient(#03a9f4, #e91ee3);
    /* background: linear-gradient(#373f9f, #50cd89); */
    left: 0;
    z-index: 1;
    transition: 0.5s;
}

.card:hover {
    box-shadow: -5px 50px 100px rgba(223, 241, 223, 0.5);
}


.card:hover hr {
    background-color: #fff;

}

.card:hover h4 {
    font-weight: 600;
}

.card:hover p {
    font-weight: 600;
}

.card:hover small {
    font-weight: 600;
}

.card:hover .layer {
    top: 0;
}

.card .content {
    position: relative;
    z-index: 2;
}

.card .content .img-1 {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    border: 5px solid white !important;

}

.card h4 {
    color: #fff;
    font-weight: 500;
}

hr {
    background-color: rgb(117, 117, 117);
    width: 80% !important;
    transition: 1s;
}


.bold {
    font-weight: 500;
}

#quotes {
    opacity: 0.1;
    filter: alpha(opacity=40);
}

#pre_phone,
#pre_email {
    outline: none !important;
}

/*services start*/

#services {
    background-color: #f7f7f7;
}

#services .container {
    padding: 61px 40px;
}

.servicetagline P {
    color: rgb(100, 98, 98);
}

.servicetagpara P {
    line-height: 1.5 !important;
    color: rgb(100, 98, 98);

}

.mainpart {
    cursor: pointer;
    transition: 0.2s;

}

.mainpart img {
    height: 54px;
}

.servicebox {
    border-radius: 5px;
}

.servicebox-para p {
    line-height: 23px !important;
    font-size: 14px;
    height: 41px;
    overflow: hidden;
}

#iosreadbtn,
#androidreadbtn,
#webreadbtn,
#mobreadbtn,
#appreadbtn,
#datareadbtn {
    background-color: transparent;
    box-shadow: 0 12px 8px 0 rgb(0 0 0 / 2%), 0 6px 20px 0 rgb(0 0 0 / 22%);
    border: none;
    border-radius: 37px;
    font-size: 12px;
    letter-spacing: 0.8px;
    padding: 9px 15px;
}

.iosbg {
    background-image: linear-gradient(#221853, #6d4e8e);
    /* background-image: linear-gradient(#94c3e4, #0172C5); */
    transition: 0.2s;
}

.androidbg {
    background-image: linear-gradient(#0172c5, #6bbdf7);
    /* background-image: linear-gradient(#41EAE3, #2293B7); */
    transition: 0.2s;
}

.webbg {
    background-image: linear-gradient(#69529f, #af8aff);
    transition: 0.2s;
}

.mobilebg {
    background-image: linear-gradient(#02475e, #05a6dc);
    transition: 0.2s;
}

.applicationbg {
    background-image: linear-gradient(#564fd6, #7a76ff);
    transition: 0.2s;
}

.databg {
    background-image: linear-gradient(#ff6666, #ff8088);
    transition: 0.2s;
}

/* CSS for hover effect */
.mainpart:hover {
    transform: perspective(500px) rotateX(5deg) rotateY(5deg);
}

.mainpart:hover img {
    transform: rotateY(360deg);
}


/*services end*/


/*----------Contact Us-start----------*/
#contact-us {
    background: #f7f7f7;
    z-index: 1;
}

#contact-us input,
textarea {
    outline: 1px solid #e4dddd;
    border-radius: 20px;
}

.custom-control-input {
    outline: none;
}

.contact-info span {
    font-size: 17px;
    font-weight: 700;
    line-height: 30px;
    color: #9b9b9b;
    font-family: 'Nunito Sans', sans-serif;
}

.contact-info li {
    display: flex;
    padding-bottom: 15px;
}

#icon {
    font-size: 30px;
    margin: 12px 10px 0 0;
}

/*----------Contact Us-end----------*/
/*----------Get Quote-start----------*/
#quote_submit_button {
    float: right;
    padding: 12px 60px;
    border-radius: 22px;
}

/*----------Get Quote-end----------*/




@media (max-width: 479px) {

    /*----------service-start----------*/
    #services .container {
        padding: 61px 25px;
    }

    /*----------service-end----------*/
    /*----------Testimonia-start----------*/
    p {
        padding: 0 !important;
    }

    .img-1 {
        margin-right: 0 !important;
    }

    #portfolio .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    /*----------Testimonia-end----------*/
    /*----------work flow-start----------*/
    .workmain {
        flex-wrap: wrap-reverse;
    }

    /*----------work flow-end----------*/

}