@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');


/*   font-family: "Open Sans", sans-serif; */
/*   font-family: "Roboto", sans-serif; */

html {
    scroll-behavior: smooth;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: capitalize;
    font-family: "Roboto", sans-serif;
}

p,
ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: "Open Sans", sans-serif;
}

input,
textarea {
    margin: 0;
    padding: 0;
}

a,
button {
    margin: 0;
    padding: 0;
    font-family: "Open Sans", sans-serif;
}

a:hover {
    color: inherit;
}

body {
    overflow-x: hidden;
    background: #f4f5f2;
}

main {
    overflow: hidden;
}

a,
button,
input,
textarea,
textarea:focus {
    outline: none;
    box-shadow: none;
    text-decoration: none;
}

.form-group input::-webkit-outer-spin-button,
.form-group input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #8A2BE2;
    border: 1px solid #fff;
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

/* Firefox */
.form-group input[type="number"] {
    appearance: textfield;
    -moz-appearance: textfield;
}

/*Website Custom Style Css For Single Items Start Here*/

/*Heading & Para Style Css*/
.heading-one {
    font-size: 70px;
    line-height: 78px;
}

.heading-two {
    font-size: 47px;
    line-height: 66px;
}

.heading-three {
    font-size: 50px;
    line-height: 56px;
}

.heading-four {
    font-size: 32px;
    line-height: 40px;
}

.heading-five {
    font-size: 19px;
    line-height: 32px;
}

.heading-six {
    font-size: 22px;
    line-height: 28px;
}

.heading-seven {
    font-size: 16px;
    line-height: 22px;
}

p {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 10px;
}

li {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 5px;
}

/*Heading & Para Style Css*/

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(138 43 226);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(255, 111, 0, 0)
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 111, 0, 0)
    }
}




/*Buttons Style Css*/
.website-main-buttons {
    margin: 30px 0 0;
    display: flex;
    align-items: center;
    gap: 20px;
}

.website-main-buttons a.read-more-btn,
.website-main-buttons button.popup-btn,
.website-main-buttons a.call-btn {
    background: #8a2be2;
    color: #fff;
    border: none;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    width: 230px;
    height: 60px;
    border-radius: 0px;
    padding: 5px 5px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
    transition: all 0.4s;
    transition-timing-function: cubic-bezier(0.5, 3, 0, 1);
    position: relative;
    animation: pulse 2s infinite;
}

.website-main-buttons a.read-more-btn:hover,
.website-main-buttons button.popup-btn:hover,
.website-main-buttons a.call-btn:hover {
    background: #8A2BE2;
    transform: skewX(-15deg);
}

/*Buttons Style Css*/


/*Header Css Start Here*/
header {
    background: #fff;
    width: 100%;
    box-shadow: 0 0 20px -5px #b2b2b2;
    position: fixed;
    top: 0;
    z-index: 1000;
    transition: all 0.3s ease-in-out;
}

header.sticky {
    background: #000;
    box-shadow: 0 10px 20px -25px #fff;
    border-bottom: 1px solid #fff;
}

header.sticky nav.navbar .navbar-brand {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(339deg) brightness(101%) contrast(106%);
}

header nav.navbar {
    padding: 15px 0 0px;
    align-items: center;
    position: relative;
}

header nav.navbar .navbar-brand {
    width: 200px;
    padding: 0;
    margin: 0;

}

header .header-nav-flx {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 70px;
}

.header-nav-flx .header-btn {}

.header-nav-flx .header-btn .website-main-buttons {
    margin: 0;
}

.header-nav-flx .header-btn .website-main-buttons a.call-btn {
    background: transparent;
    animation: none;
    color: #000;
}

header.sticky .header-nav-flx .header-btn .website-main-buttons a.call-btn {
    color: #fff;
}



/*Header Css End Here*/

/*Banner Main Section Css Start Here*/
section.banner-main-sec {
    padding: 230px 0;
    position: relative;
    z-index: 1;
    background: #000;
    overflow: hidden;
}


.banner-main-sec .banner-main-content {
    text-align: left;
}

.banner-main-sec .banner-main-content .website-main-buttons {
    margin: 30px 0;
}

.banner-main-sec .banner-main-content .website-main-buttons a.read-more-btn {
    background: transparent;
    border: 1px solid #fff;
}

.banner-main-sec .banner-main-content .website-main-buttons button.popup-btn {}

.banner-main-sec span {
    color: #8a2be2;
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 20px;
    font-weight: 400;
    display: block;
    font-family: "Roboto", sans-serif;
}

.banner-main-sec .banner-main-content .heading-one {
    color: #ffffff;
    margin: 0 0 20px;
    font-size: 50px;
    line-height: 60px;
}

.banner-main-sec .banner-main-content .heading-one span {
    display: inline;
    color: #8a2be2;
    font-size: 50px;
    line-height: 60px;
    font-weight: 600;
}

.banner-main-sec .banner-main-content p {
    color: #ffffff;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}

.banner-main-sec .banner-inner {
    display: flex;
}

.banner-main-sec .banner-inner .inner-box {
    width: 200px;
    background: #fff;
    padding: 15px 15px;
    margin: 0 12px 0 0;
    border-radius: 12px;
    transition: all 0.3s ease-in;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.banner-main-sec .banner-inner .inner-box:hover {
    background: #8A2BE2;
    transform: translateY(-7px);
}


.banner-main-sec .banner-inner .inner-box img {
    margin: 0 0 12px;
    object-fit: contain;

}

.banner-main-sec .banner-inner .inner-box p {
    text-transform: capitalize;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    line-height: 23px;
    color: #000;
}

.banner-main-sec .banner-inner .inner-box:hover img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(339deg) brightness(101%) contrast(106%);
}

.banner-main-sec .banner-inner .inner-box:hover p {
    color: #fff;
}

/*Banner Main Section Css End Here*/

/* sec awards wrap css start here */

section.sec-award-wrap {
    padding: 30px 0;
    margin: -150px 0 0;
    position: relative;
    z-index: 1;

}

.sec-award-wrap .logos {
    margin: 30px 0;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 15px;
    padding: 30px 10px 30px 10px;
    text-align: center;
}

.sec-award-wrap .logos .heading-four {
    font-weight: 600;
    margin: 0 0 20px 0;
    font-size: 40px;
    line-height: 48px;
}

.sec-award-wrap .logos .heading-four span {
    color: #8a2be2;
}

.sec-award-wrap .logos p {
    width: 75%;
    margin: 0 auto 25px;
    font-size: 18px;
    line-height: 28px;
    color: #000;
    font-weight: 400;
}

.sec-award-wrap .logos img {
    width: 238px !important;
    height: 118px;
    object-fit: contain;
    padding: 0 20px;
    margin: 0 auto;
}


/* sec awards wrap css end here */

/* sec services wrap css start here */



section.sec-services-wrap {
    padding: 50px 0;
    margin: 0;
    position: relative;
    overflow: hidden;
}


.sec-services-wrap .services-inner-title {
    text-align: center;
    margin: 0 auto 30px;
    width: 70%;
}


.sec-services-wrap .services-inner-title .heading-four {
    font-size: 40px;
    line-height: 50px;
}


.sec-services-wrap .services-inner-title .heading-four span {
    color: #8a2be2;
}


.sec-services-wrap .services-inner-box {
    padding: 50px 30px;
    border-radius: 12px;
    margin: 0 0 12px;
    border: 1px dashed #000;
    position: relative;
    z-index: 1;
    background: #fff;
    min-height: 320px;
    max-height: 320px;
}

.sec-services-wrap .services-inner-box .services-inner-image img {
    margin-bottom: 10px;
}

.sec-services-wrap .services-inner-box .services-inner-info .heading-six {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    color: #000;
    margin-bottom: 15px;
}

.sec-services-wrap .services-inner-box .services-inner-info p {
    font-size: 13px;
    font-weight: 400;
    line-height: 21px;
    color: #7c7c7c;
    margin-bottom: 0;
    min-height: 150px;
    max-height: 150px;
    overflow-y: auto;
}

.sec-services-wrap .services-inner-box::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #8a2be2;
    z-index: -1;
    border-radius: 12px;
    transition: all 0.5s ease-in-out;
    box-shadow: rgba(142, 142, 142, 0.3) 0px 30px 30px -10px;
}


.sec-services-wrap .services-inner-box:hover::after {
    width: 100%;
    height: 100%;

}

.sec-services-wrap .services-inner-box:hover .services-inner-image img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(339deg) brightness(101%) contrast(106%);
}

.sec-services-wrap .services-inner-box:hover .services-inner-info .heading-six,
.sec-services-wrap .services-inner-box:hover .services-inner-info p {
    color: #fff;
}

.sec-services-wrap .website-main-buttons {
    justify-content: center;
}




/* sec services wrap css end here */


/* sec app wrap css start here */

.sec-app-wrap {
    padding: 120px 0;
    overflow: hidden;
    margin: 0;
    background: #000;
}

.app-inner-title {
    text-align: center;
    width: 70%;
    margin: 0 auto 30px;
    padding: 20px 20px;
    border-radius: 10px;
    border: 4px solid #8a2be2;
    background: #3a3a3a;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
}

.app-inner-title p {
    width: 72%;
    margin: 0 auto;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #000;
}

.app-inner-title .heading-two,
.app-inner-title p {
    color: #fff;
}

.app-inner-title .heading-two span {
    color: #8A2BE2;
}


.app-inner-details {
    display: inline-block;
}

.sec-app-wrap .app-inner-details .heading-one {
    font-size: 55px;
    line-height: 62px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #fff;
}

.sec-app-wrap .app-inner-details p {
    font-size: 17px;
    line-height: 27px;
    color: #D1D1D1;
    max-width: 560px;
}

.app-images {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
}

.app-images img {
    width: 530px !important;
    object-fit: contain;
    object-position: center;
    margin: 0 20px 0 auto;
}

.sec-app-wrap .app-count {
    background-color: #8a2be2;
    padding: 30px;
    border-radius: 15px;
    margin: 40px 0;
}

.stat-item {
    text-align: center;
}

.stat-item .stat-number {
    font-size: 3rem;
    font-weight: 700;
    color: #FFFFFF;
}

.stat-item .stat-label {
    font-size: 16px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 300;
    line-height: 22px;
}

.app-platforms {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: end;
    margin: 0 0 15px;
}

.app-platforms:hover {
    color: #E0E0E0;
}

.app-platforms i {
    margin-left: 8px;
    transition: transform 0.3s ease;
    font-size: 30px;
    transform: rotate(313deg);
    font-weight: 300;
}

.app-platforms:hover i {
    transform: translateX(5px);
}

.inner-app-area {
    display: inline-flex;
    justify-content: center;
    align-items: baseline;
}

.availability-block {
    display: flex;
    justify-content: end;
    align-items: center;
    margin: 0 0 0 50px;
}

.availability-block p {
    margin: 0;
    font-weight: 300;
    font-size: 22px;
    color: #8f8f8f;
}

.availability-block i {
    font-size: 20px;
    color: #fff;
    margin: 0px 7px 0 5px;
}

.slider-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
    right: -16%;
    position: relative;
    z-index: 1;
    margin-top: -108px;
}

.slider-controls .slider-progress {
    color: #A0A0A0;
    font-size: 20px;
    font-weight: 300;
}

.slider-controls .slider-nav button {
    background: #fff;
    border: 0;
    color: #000;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    transition: 0.3s ease-in-out;
    font-size: 21px;
    font-weight: 700;
}

.slider-controls .slider-nav button:hover {
    background: #3A2A5A;
}

.slider-controls .slider-nav button:hover i {
    color: #fff;
}

.slider-controls .slider-nav button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.slider-controls .slider-nav button:focus {
    box-shadow: none;
}

.app-images .item img {
    max-width: 100%;
    border-radius: 20px;
    transition: transform 0.3s ease-in-out;
}

.app-images .item img:hover {
    transform: scale(1.05);
}


/* sec app wrap css end here */


.stack {
    background: #fff;
    padding: 6rem 0;
    border-top: 1px solid #fff;
}

.stack h3 {
    color: #000;
    font-size: 50px;
    text-align: center;
}

.stack p {
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #000;
    margin: 23px auto 4rem;
    width: 75%;
    display: block;
    font-weight: 300;
}

.stack h4 {
    color: #000;
    margin: 25px 0 25px 0;
    font-size: 20px;
}

.stack ul {
    display: flex;
    align-items: center;
}

.stack ul li {
    background: #e9ecef;
    margin: 0 14px 0 0;
    border-radius: 10px;
    padding: 11px;
    transition: all 0.2s ease-in;
}

.stack ul li:hover {
    transform: scale(1.1);
}

.stack ul li img {
    width: 28px;
}

.stack .custome_tab_content {
    background: linear-gradient(45deg, #8a2be2, #000000) !important;
    text-align: left;
    padding: 34px 28px;
    border-radius: 20px;
    height: 388px;
    border: 2px solid #f8f9fa;
}

.stack .custome_tab_content img {
    width: 100px;
    margin: 0 0 22px 0;
}

.stack .custome_tab_content h3 {
    color: #fff;
    text-align: left;
    font-size: 30px;
    margin: 0 5px;
}

.stack .custome_tab_content p {
    text-align: left;
    width: 100%;
    color: #fff;
    padding: 0;
    margin: 18px 0 0 0;
    font-size: 18px;
    line-height: 28px;
}

.project_detail {
    margin: 6rem 0;
}

.project_detail h4 {
    font-size: 44px;
    line-height: 72px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0;
}

.project_detail h5 {
    font-size: 26px;
    line-height: 72px;
    font-weight: 700;
    text-transform: capitalize;
    color: linear-gradient(45deg, #b82727, #470c0c) !important;
    margin: 0;
    padding: 6px 0;
}

.project_detail p {
    font-size: 16px;
    color: #000;
}

.project_detail ul {
    margin: 27px 0;
    background: linear-gradient(45deg, #b82727, #470c0c) !important;
    padding: 23px 20px;
    border-radius: 11px;
}

.project_detail ul li {
    display: flex;
    margin: 0 0 15px 0;
    align-items: flex-start;
    color: #fff;
}

.project_detail ul li i {
    background: black;
    color: #fff;
    width: 100%;
    max-width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 6px 0 0;
    font-size: 12px;
}

.project_detail .frm form label {
    display: block;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin: 12px 0;
}

.project_detail .frm form label span {
    color: #ac1111;
}

.project_detail .frm form input {
    width: 100%;
    border: 1px solid #ebebeb;
    padding: 14px;
    border-radius: 7px;
    font-size: 14px;
    background: #f9f9f9;
}

.project_detail .frm form select {
    width: 100%;
    border: 1px solid #ebebeb;
    padding: 14px;
    border-radius: 7px;
    font-size: 14px;
    background: #f9f9f9;
}

.project_detail .frm form textarea {
    width: 100%;
    border: 1px solid #ebebeb;
    padding: 14px;
    border-radius: 7px;
    font-size: 14px;
    background: #f9f9f9;
    height: 118px;
    resize: none;
}

.project_detail .frm form button {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    background: linear-gradient(45deg, #b82727, #470c0c) !important;
    padding: 11px 15px;
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
    width: 190px;
    transition: all ease-out 0.6s;
    border-radius: 58px;
    border: none;
    margin: 10px 0 0 0;
    position: relative;
}





section.sec-hire-wrap {
    padding: 50px 0;
    background: #e9ecef;
}

.hire-inner-box {
    padding: 40px 40px;
    background: #8a2be2;
    min-height: 250px;
    max-height: 250px;
    text-align: center;
    border-radius: 20px;
}

.hire-inner-title {
    margin: 0 0 50px;
}

.hire-inner-box .heading-four {
    color: #fff;
}

.hire-inner-box p {
    font-size: 20px;
    color: #fff;
    line-height: 28px;
}


.sec-hire-wrap .website-main-buttons {
    justify-content: center;
}


.sec-hire-wrap .website-main-buttons button.popup-btn {
    background: #000;
}



/*sec customer feedback Section Css Start Here*/
section.sec-customer-feedback {
    padding: 50px 0 0;
    position: relative;
    z-index: 9;
    overflow: hidden;
}

.customer-feedback-content .feedback-content-head {
    margin: 0 0 30px;
    text-align: center;
}

.feedback-content-head .heading-two {
    color: #1a1a1a;
    margin: 0 0 10px;
    font-size: 50px;
    line-height: 61px;
    font-weight: 800;
}

.feedback-content-head .heading-two span {
    color: #8a2be1;
}

.feedback-content-head p {
    color: #fff;
}

.feedback-slider-box {
    text-align: center;
    position: relative;
}

.feedback-slider-para::before {
    position: absolute;
    right: 43%;
    top: 50%;
    content: "";
    background: #000;
    width: 220px;
    height: 2px;
    display: none;
}

.customer-feedbcack-images .slick-arrow {
    position: absolute;
    top: 50%;
    bottom: 0;
    left: inherit;
    background: none;
    border: none;
    font-size: 0;
    z-index: 9;
}

.customer-feedbcack-images .slick-prev {
    left: -60px;
}

.customer-feedbcack-images .slick-prev::before {
    content: "\f053";
}

.customer-feedbcack-images .slick-next::before {
    content: "\f054";
}

.customer-feedbcack-images .slick-next {
    right: -60px;
}

.customer-feedbcack-images .slick-prev::before,
.customer-feedbcack-images .slick-next::before {
    font-family: "Font Awesome 6 Pro";
    color: #000000;
    font-size: 32px;
    font-weight: 800;
    width: 35px;
    height: 35px;
    line-height: 32px;
    text-align: center;
    border-radius: 0;
    display: block;
    opacity: 1;
}

.customer-feedbcack-images .slick-arrow::before {
    background: transparent;
}

.customer-feedbcack-images button.slick-prev.slick-arrow.slick-disabled::before {
    color: #a4a6a7;
}

.feedback-slider-box .feedback-box-head {
    display: flex;
    margin: 0 0 10px;
    justify-content: center;
    align-items: center;
}

.feedback-slider-para p {
    margin: 0 0 40px;
}

.feedback-slider-text .heading-five {
    color: #8a2be2;
    margin: 0;
}

.feedback-slider-text p {
    color: #1a1a1a;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
}

.customer-feedback-slider .slick-arrow {
    display: none !important;
}

.customer-feedbcack-images img {
    margin: 0 10px 0;
    overflow: hidden;
    min-height: 500px;
    max-height: 500px;
    object-fit: cover;
}

.customer-brand-review {
    padding: 30px 0;
}

.customer-brand-review img {
    width: 120px;
}

.brand-info .heading-five {
    font-size: 22px;
    padding: 30px 0;
    color: #1a1a1a;
    font-weight: 600;
    text-align: end;
}

/*sec customer feedback Section Css end Here*/

section.sec-hire-inner-wrap {
    padding: 50px 0;
    background: #e9ecef;
    margin: 20px 0 0;
}

.sec-hire-inner-wrap .hire-inner-title {
    text-align: center;
}


.sec-hire-inner-wrap .hire-main-box {
    border-radius: 12px;
    background: #000;
    padding: 50px 30px;
    min-height: 280px;
    max-height: 280px;
}


.sec-hire-inner-wrap .hire-main-box .heading-four {
    font-size: 30px;
    line-height: 40px;
    color: #fff;
    margin: 0 0 20px;
}

.sec-hire-inner-wrap .hire-main-box p {
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    font-weight: 300;
    overflow: auto;
    min-height: 120px;
    max-height: 120px;
}


/*Main Contact Form Section Css Start Here*/
section.main-contact-form {}

.main-contact-form .main-contact-img {
    background-image: url(../images/main-contact-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 50px 0 0;
    height: 100%;
    display: grid;
    align-items: end;
}

.main-contact-img img {}

.main-contact-form .contact-form-side {
    padding: 50px 50px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.contact-form-side .contact-form-inner {
    width: 75%;
}

.contact-form-inner .heading-two {
    color: #111111;
    margin: 0 0 20px;
    font-size: 40px;
    line-height: 48px;
}

.contact-form-inner .heading-two span {
    color: #8a2be1;
}

.contact-form-inner p {
    color: #111111;
}

.contact-form-inner .form-group {
    margin: 0 0 10px;
}

.contact-form-inner .form-group label {
    background: #f8f6f7;
    color: #404040;
    font-size: 16px;
    line-height: 22px;
    padding: 0 5px;
    position: relative;
    bottom: -14px;
    left: 10px;
}

.contact-form-inner .form-group input {
    background-color: #f8f6f7;
    color: #111111;
    border: 2px solid #e3e3e3;
    font-size: 16px;
    width: 100%;
    height: 60px;
    padding: 15px 10px 10px 10px;
    border-radius: 0;
    outline: none;
    box-shadow: none;
}

.contact-form-inner .form-group input::placeholder {
    color: #a4a6a7;
}

.contact-form-inner .form-group textarea {
    background-color: #f8f6f7;
    color: #111111;
    border: 2px solid #e3e3e3;
    font-size: 16px;
    width: 100%;
    height: 175px;
    padding: 15px 10px 10px 10px;
    border-radius: 0;
    outline: none;
    box-shadow: none;
    resize: none;
}

.contact-form-inner .form-group textarea::placeholder {
    color: #a4a6a7;
}

.contact-form-inner .form-group button.submit-btn {
    background: linear-gradient(90deg, rgb(138 43 226) 0%, rgb(138 43 226) 100%);
    color: #eff0eb;
    border: none;
    font-size: 18px;
    letter-spacing: 1px;
    width: 200px;
    height: 60px;
    border-radius: 0px;
    padding: 5px 5px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
    transition: all 0.4s;
    transition-timing-function: cubic-bezier(0.5, 3, 0, 1);
    position: relative;
}

.contact-form-inner .form-group button.submit-btn:hover {
    background: linear-gradient(90deg, #000, #000 0% 100%);
    transform: skewX(-15deg);
}

/*Main Contact Form Section Css End Here*/


/*Footer Css Start Here*/
footer.footer-main-sec {
    background: #000;
    position: relative;
}

.footer-main-sec .footer-top {}

.footer-top .footer-logo-area {
    height: 100%;
    padding: 50px 20px;
}

.footer-logo-area .footer-logo {
    width: 180px;
    margin: 0 0 20px;
}

.footer-logo-area p {
    color: #eff0eb;
}

.footer-top .footer-links-area {
    border-right: 1px solid #eff0eb;
    height: 100%;
    padding: 50px 20px;
}

.footer-links-area .heading-five {
    color: #fff;
    margin: 0 0 20px;
}

.footer-links-area ul.footer-nav-links li {
    margin: 0 0 10px;
}

.footer-links-area ul.footer-nav-links a {
    color: #eff0eb;
    font-size: 16px;
    line-height: 22px;
    margin: 0;
    display: block;
    text-transform: capitalize;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right, #8a2be1 50%, #eff0eb 50%);
    background-size: 200% 100%;
    background-position: 100%;
    transition: all 0.3s ease-in-out;
}

.footer-links-area ul.footer-nav-links a:hover {
    transition: all 0.9s cubic-bezier(0, 0, 0.23, 1);
    background-position: 0%;
}

.footer-top .footer-info-area {
    height: 100%;
    padding: 50px 20px;
}

.footer-info-area .heading-five {
    color: #fff;
    margin: 0 0 20px;
}

.footer-info-area a {
    color: #eff0eb;
    font-size: 16px;
    line-height: 22px;
    text-transform: lowercase;
    margin: 0 0 10px;
    display: flex;
    align-items: center;
    transition: all 0.3s ease-in-out;
}

.footer-info-area a:hover {
    color: #8a2be1;
}

.footer-info-area a i,
.footer-info-area p i {
    color: #8a2be1;
    font-size: 20px;
    width: 20px;
    margin: 0 10px 0 0;
}

.footer-info-area p {
    color: #eff0eb;
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 10px;
    display: block;
    display: flex;
    align-items: center;
}

ul.footer-social-list {
    display: flex;
    gap: 10px;
    margin: 20px 0;
}

ul.footer-social-list li a {
    background: #8a2be1;
    color: #fff;
    font-size: 20px;
    width: 40px;
    height: 40px;
    line-height: 44px;
    text-align: center;
    border-radius: 5px;
    margin: 0;
    display: block;
    position: relative;
    transition: all 0.5s ease-in-out;
}

ul.footer-social-list li {
    margin: 0;
}

ul.footer-social-list li a i {
    color: #fff;
    margin: 0;
    width: inherit;
}

ul.footer-social-list li a img {
    padding: 8px;
    filter: invert(1);
    margin: -5px 0 0 0;
}

.footer-main-sec .footer-bottom {
    padding: 15px 0;
    border-top: 1px solid #fff;
}

.footer-bottom .footer-copyright {}

.footer-copyright p {
    font-size: 16px;
    line-height: 22px;
    color: #eff0eb;
    margin: 0;
}

.footer-bottom .footer-nav-links {
    display: flex;
    justify-content: end;
    align-items: center;
}

.footer-bottom .footer-nav-links li {
    padding: 0 10px;
    margin: 0;
}

.footer-bottom .footer-nav-links li:first-child {
    border-right: 2px Solid #fff;
}

.footer-bottom .footer-nav-links li a {
    color: #eff0eb;
    font-size: 16px;
    line-height: 22px;
    margin: 0;
    display: block;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
}

.footer-bottom .footer-nav-links li a:hover {
    color: #8a2be1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    /*Website Custom Style Responsive Css For Single Items Start Here*/

    /*Heading & Para Style Responsive Css*/
    .heading-one {
        font-size: 35px;
        line-height: 42px;
    }

    .heading-two {
        font-size: 32px;
        line-height: 38px;
    }

    .heading-three {
        font-size: 28px;
        line-height: 34px;
    }

    .heading-four {
        font-size: 20px;
        line-height: 26px;
    }

    .heading-five {
        font-size: 18px;
        line-height: 22px;
    }

    .heading-six {
        font-size: 16px;
        line-height: 22px;
    }

    p {
        font-size: 14px;
        line-height: 20px;
    }

    li {
        font-size: 14px;
        line-height: 20px;
    }


    /*Heading & Para Style Responsive Css*/

    /*Buttons Style Responsive Css*/
    .website-main-buttons {
        flex-wrap: wrap;
        justify-content: center;
    }

    .website-main-buttons a.read-more-btn,
    .website-main-buttons button.popup-btn,
    .website-main-buttons a.call-btn {
        font-size: 12px;
        width: 140px;
        padding: 5px 5px;
        margin: 0 0 5px;
        height: 40px;
    }

    .website-main-buttons button.chat-btn {
        font-size: 16px;
        margin: 0 10px 10px;
    }

    /*Buttons Style Responsive Css*/



    header nav.navbar {
        display: flex;
        flex-wrap: nowrap;
        padding: 12px 0;
    }


    .header-nav-flx .header-btn .website-main-buttons {
        flex-direction: column;
        gap: 5px;
    }


    header nav.navbar .navbar-brand {
        width: 130px;
    }

    .header-nav-flx .header-btn .website-main-buttons a.call-btn {
        background: #000;
        color: #fff;
    }



    section.banner-main-sec {
        padding: 150px 0;
    }

    .banner-main-sec .banner-main-content .heading-one,
    .banner-main-sec .banner-main-content .heading-one span {
        font-size: 25px;
        line-height: 35px;
    }


    .banner-main-sec span {
        font-size: 16px;
        line-height: 22px;
        color: #fff;
    }

    .banner-main-sec .banner-inner .inner-box {
        margin: 0 auto 15px 0;
        display: flex;
        width: 230px;
        justify-content: center;
    }

    .banner-main-sec .banner-inner {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }

    .banner-main-sec .banner-inner .inner-box img {
        margin: 0 12px 0 0;
    }


    section.sec-services-wrap {
        padding: 30px 0;
    }

    .sec-award-wrap .logos .heading-four {
        font-size: 30px;
        line-height: 40px;
    }

    .sec-award-wrap .logos p {
        width: 90%;
        font-size: 15px;
        line-height: 26px;
    }

    .sec-services-wrap .services-inner-title {
        width: 95%;

    }

    .sec-services-wrap .services-inner-title .heading-four {
        font-size: 30px;
        line-height: 38px;
    }

    .app-inner-title,
    .app-inner-title p {
        width: 100%;
        background: 0;
        border: 0;
    }

    .app-inner-title p {
        font-weight: 300;
        font-size: 13px;
        line-height: 24px;
    }

    .sec-app-wrap .app-inner-details .heading-one {
        font-size: 25px;
        line-height: 33px;
    }


    .stack ul li {
        padding: 9px;
    }

    .app-inner-details {
        padding: 12px 12px;
    }

    .app-images img {
        width: 400px !important;
        margin: 0 auto;
    }

    .app-inner-title .heading-two {
        font-size: 35px;
    }

    .sec-app-wrap .app-inner-details p {
        font-size: 16px;
        line-height: 25px;
        min-height: 200px;
        max-height: 200PX;
        overflow: auto;
    }

    .stat-item .stat-number {
        font-size: 30px;
    }

    .stat-item .stat-label {
        font-size: 12px;
    }

    .inner-app-area {
        display: none;
    }

    .slider-controls {
        right: 0;
        justify-content: center;
        margin-top: -20px;
    }

    .slider-controls .slider-progress {
        display: none;
    }

    .stack {
        padding: 2rem 0;
    }

    .stack h3 {
        font-size: 25px;
        line-height: 32px;
    }

    .stack p {
        width: 100%;
        font-size: 16px;
        line-height: 25px;
    }

    .stack .custome_tab_content img {
        width: 40px;
    }

    .stack .custome_tab_content p {
        font-size: 15px;
        line-height: 26px;
    }


    .stack .custome_tab_content h3,
    .sec-hire-inner-wrap .hire-main-box .heading-four {
        font-size: 20px;
        margin: 0 0 12px 0;
    }

    .hire-inner-title {
        text-align: center;
    }

    .hire-inner-title .heading-two {
        font-size: 40px;
        line-height: 50px;
    }

    .hire-inner-box,
    .sec-hire-inner-wrap .hire-main-box {
        padding: 20px 20px;
        margin: 0 0 12px;
    }

    .hire-inner-box p {
        font-size: 14px;
    }

    /* sec customer feedback start here */

    .feedback-content-head .heading-two {
        font-size: 40px;
        line-height: 48px;
    }

    .customer-feedback-content .feedback-content-head,
    .feedback-slider-box {
        text-align: left;
    }

    .feedback-slider-para::before {
        top: 85%;
        display: none;
    }

    .feedback-slider-box .feedback-box-head {
        justify-content: left;
    }

    .customer-feedbcack-images img {
        min-height: 450px;
        max-height: 450px;
        object-fit: scale-down;
    }

    .brand-info .heading-five,
    .customer-brand-review {
        padding: 15px 0;
    }

    .customer-feedbcack-images .slick-prev {
        left: 0;
    }

    .customer-feedbcack-images .slick-arrow {
        top: 90%;
    }

    .customer-feedbcack-images .slick-next {
        right: 0;
    }

    /* sec customer feedback end here */

    section.main-contact-form {
        padding: 30px 0px;
    }

    .main-contact-form .contact-form-side {
        width: 100%;
        margin: 0 0 20px;
        padding: 25px 0px;
    }

    .contact-form-side .form-group.select-form-group {
        width: 100%;
    }

    .contact-form-side .form-group.select-form-group::after {
        font-size: 16px;
        right: 5px;
    }

    .contact-form-side .form-group .form-select {
        font-size: 16px;
        line-height: 22px;
        padding: 10px 20px 10px 5px;
    }

    .contact-form-side .form-group .form-select option {
        font-size: 14px;
    }

    .contact-form-side .form-group button.submit-btn {
        font-size: 16px;
        margin: 0 auto;
    }

    .footer-top .footer-logo-area,
    .footer-top .footer-info-area {
        padding: 20px 20px;
    }

    .contact-form-inner .heading-two {
        font-size: 30px;
        line-height: 38px;
    }

    .banner-main-sec .banner-main-content .website-main-buttons {
        justify-content: left;
    }



}


@media only screen and (min-width: 768px) and (max-width: 991px) {
    /*Website Custom Style Responsive Css For Single Items Start Here*/

    /*Heading & Para Style Responsive Css*/
    .heading-one {
        font-size: 35px;
        line-height: 42px;
    }

    .heading-two {
        font-size: 32px;
        line-height: 38px;
    }

    .heading-three {
        font-size: 28px;
        line-height: 34px;
    }

    .heading-four {
        font-size: 20px;
        line-height: 26px;
    }

    .heading-five {
        font-size: 18px;
        line-height: 22px;
    }

    .heading-six {
        font-size: 16px;
        line-height: 22px;
    }

    p {
        font-size: 14px;
        line-height: 20px;
    }

    li {
        font-size: 14px;
        line-height: 20px;
    }


    /*Heading & Para Style Responsive Css*/

    /*Buttons Style Responsive Css*/
    .website-main-buttons {
        flex-wrap: wrap;
        justify-content: center;
    }

    .website-main-buttons a.read-more-btn,
    .website-main-buttons button.popup-btn,
    .website-main-buttons a.call-btn {
        font-size: 12px;
        width: 140px;
        padding: 5px 5px;
        margin: 0 0 5px;
        height: 40px;
    }

    .website-main-buttons button.chat-btn {
        font-size: 16px;
        margin: 0 10px 10px;
    }

    /*Buttons Style Responsive Css*/



    header nav.navbar {
        display: flex;
        flex-wrap: nowrap;
        padding: 12px 0;
    }


    .header-nav-flx .header-btn .website-main-buttons {
        flex-direction: column;
        gap: 5px;
    }


    header nav.navbar .navbar-brand {
        width: 130px;
    }

    .header-nav-flx .header-btn .website-main-buttons a.call-btn {
        background: #000;
        color: #fff;
    }



    section.banner-main-sec {
        padding: 150px 0;
    }

    .banner-main-sec .banner-main-content .heading-one,
    .banner-main-sec .banner-main-content .heading-one span {
        font-size: 25px;
        line-height: 35px;
    }


    .banner-main-sec span {
        font-size: 16px;
        line-height: 22px;
        color: #fff;
    }

    .banner-main-sec .banner-inner .inner-box {
        margin: 0 auto 15px 0;
        display: flex;
        width: 230px;
        justify-content: center;
    }

    .banner-main-sec .banner-inner {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }

    .banner-main-sec .banner-inner .inner-box img {
        margin: 0 12px 0 0;
    }


    section.sec-services-wrap {
        padding: 30px 0;
    }

    .sec-award-wrap .logos .heading-four {
        font-size: 30px;
        line-height: 40px;
    }

    .sec-award-wrap .logos p {
        width: 90%;
        font-size: 15px;
        line-height: 26px;
    }

    .sec-services-wrap .services-inner-title {
        width: 95%;

    }

    .sec-services-wrap .services-inner-title .heading-four {
        font-size: 30px;
        line-height: 38px;
    }

    .app-inner-title,
    .app-inner-title p {
        width: 100%;
        background: 0;
        border: 0;
    }

    .app-inner-title p {
        font-weight: 300;
        font-size: 13px;
        line-height: 24px;
    }

    .sec-app-wrap .app-inner-details .heading-one {
        font-size: 25px;
        line-height: 33px;
    }


    .stack ul li {
        padding: 9px;
    }

    .app-inner-details {
        padding: 12px 12px;
    }

    .app-images img {
        width: 330px !important;
        margin: 0 auto;
    }

    .app-inner-title .heading-two {
        font-size: 35px;
    }

    .sec-app-wrap .app-inner-details p {
        font-size: 16px;
        line-height: 25px;
        min-height: 250px;
        max-height: 250px;
        overflow: auto;
    }

    .stat-item .stat-number {
        font-size: 20px;
    }

    .stat-item .stat-label {
        font-size: 12px;
    }

    .inner-app-area {
        display: none;
    }

    .slider-controls {
        right: 0;
        justify-content: center;
        margin-top: -20px;
    }

    .slider-controls .slider-progress {
        display: none;
    }

    .stack {
        padding: 2rem 0;
    }

    .stack h3 {
        font-size: 25px;
        line-height: 32px;
    }

    .stack p {
        width: 100%;
        font-size: 16px;
        line-height: 25px;
    }

    .stack .custome_tab_content img {
        width: 40px;
    }

    .stack .custome_tab_content p {
        font-size: 15px;
        line-height: 26px;
    }


    .stack .custome_tab_content h3,
    .sec-hire-inner-wrap .hire-main-box .heading-four {
        font-size: 25px;
        margin: 0 0 12px 0;
    }

    .hire-inner-title {
        text-align: center;
    }

    .hire-inner-title .heading-two {
        font-size: 25px;
        line-height: 35px;

    }

    .hire-inner-box,
    .sec-hire-inner-wrap .hire-main-box {
        padding: 20px 20px;
        min-height: 180px;
        max-height: 180px;
        margin: 0 0 12px;
    }

    .hire-inner-box p {
        font-size: 14px;
    }

    /* sec customer feedback start here */

    .feedback-content-head .heading-two {
        font-size: 40px;
        line-height: 48px;
    }

    .customer-feedback-content .feedback-content-head,
    .feedback-slider-box {
        text-align: left;
    }

    .feedback-slider-para::before {
        top: 85%;
        display: none;
    }

    .feedback-slider-box .feedback-box-head {
        justify-content: left;
    }

    .customer-feedbcack-images img {
        min-height: 450px;
        max-height: 450px;
        object-fit: scale-down;
    }

    .brand-info .heading-five,
    .customer-brand-review {
        padding: 15px 0;
    }

    .customer-feedbcack-images .slick-prev {
        left: 0;
    }

    .customer-feedbcack-images .slick-arrow {
        top: 90%;
    }

    .customer-feedbcack-images .slick-next {
        right: 0;
    }

    /* sec customer feedback end here */

    section.main-contact-form {
        padding: 30px 0px;
    }

    .main-contact-form .contact-form-side {
        width: 100%;
        margin: 0 0 20px;
        padding: 25px 0px;
    }

    .contact-form-side .form-group.select-form-group {
        width: 100%;
    }

    .contact-form-side .form-group.select-form-group::after {
        font-size: 16px;
        right: 5px;
    }

    .contact-form-side .form-group .form-select {
        font-size: 16px;
        line-height: 22px;
        padding: 10px 20px 10px 5px;
    }

    .contact-form-side .form-group .form-select option {
        font-size: 14px;
    }

    .contact-form-side .form-group button.submit-btn {
        font-size: 16px;
        margin: 0 auto;
    }

    .footer-top .footer-logo-area,
    .footer-top .footer-info-area {
        padding: 20px 20px;
    }

    .contact-form-inner .heading-two {
        font-size: 30px;
        line-height: 38px;
    }



}



@media only screen and (min-width: 576px) and (max-width: 767px) {
    /*Website Custom Style Responsive Css For Single Items Start Here*/

    /*Heading & Para Style Responsive Css*/
    .heading-one {
        font-size: 35px;
        line-height: 42px;
    }

    .heading-two {
        font-size: 32px;
        line-height: 38px;
    }

    .heading-three {
        font-size: 28px;
        line-height: 34px;
    }

    .heading-four {
        font-size: 20px;
        line-height: 26px;
    }

    .heading-five {
        font-size: 18px;
        line-height: 22px;
    }

    .heading-six {
        font-size: 16px;
        line-height: 22px;
    }

    p {
        font-size: 14px;
        line-height: 20px;
    }

    li {
        font-size: 14px;
        line-height: 20px;
    }


    /*Heading & Para Style Responsive Css*/

    /*Buttons Style Responsive Css*/
    .website-main-buttons {
        flex-wrap: wrap;
        justify-content: center;
    }

    .website-main-buttons a.read-more-btn,
    .website-main-buttons button.popup-btn,
    .website-main-buttons a.call-btn {
        font-size: 12px;
        width: 140px;
        padding: 5px 5px;
        margin: 0 0 5px;
        height: 45px;
    }

    .website-main-buttons button.chat-btn {
        font-size: 16px;
        margin: 0 10px 10px;
    }

    /*Buttons Style Responsive Css*/



    header nav.navbar {
        display: flex;
        flex-wrap: nowrap;
        padding: 12px 0;
    }


    .header-nav-flx .header-btn .website-main-buttons {
        flex-direction: column;
        gap: 5px;
    }


    header nav.navbar .navbar-brand {
        width: 130px;
    }

    .header-nav-flx .header-btn .website-main-buttons a.call-btn {
        background: #000;
        color: #fff;
    }



    section.banner-main-sec {
        padding: 150px 0;
    }

    .banner-main-sec .banner-main-content .heading-one,
    .banner-main-sec .banner-main-content .heading-one span {
        font-size: 25px;
        line-height: 35px;
        text-align: center;
    }


    .banner-main-sec span {
        font-size: 16px;
        line-height: 22px;
        color: #fff;
    }

    .banner-main-sec .banner-inner .inner-box {
        margin: 0 auto 15px;
        display: flex;
        width: 230px;
        justify-content: center;
    }

    .banner-main-sec .banner-inner {
        display: flex;
        flex-wrap: wrap;
    }

    .banner-main-sec .banner-inner .inner-box img {
        margin: 0 12px 0 0;
    }

    .banner-main-sec .banner-main-content p {
        text-align: center;
    }


    section.sec-services-wrap {
        padding: 30px 0;
    }

    .sec-award-wrap .logos .heading-four {
        font-size: 30px;
        line-height: 40px;
    }

    .sec-award-wrap .logos p {
        width: 90%;
        font-size: 15px;
        line-height: 26px;
    }

    .sec-services-wrap .services-inner-title {
        width: 95%;

    }

    .sec-services-wrap .services-inner-title .heading-four {
        font-size: 30px;
        line-height: 38px;
    }

    .app-inner-title,
    .app-inner-title p {
        width: 95%;
        background: 0;
    }

    .app-inner-title p {
        font-weight: 300;
        font-size: 15px;
        line-height: 26px;
    }

    .sec-app-wrap .app-inner-details .heading-one {
        font-size: 35px;
        line-height: 42px;
    }


    .app-inner-details {
        text-align: center;
        padding: 12px 12px;
    }

    .app-images img {
        width: 285px !important;
        margin: 0 auto;
    }

    .app-inner-title .heading-two {
        font-size: 30px;
    }

    .sec-app-wrap .app-inner-details p {
        font-size: 16px;
        line-height: 25px;
    }

    .stat-item .stat-number {
        font-size: 40px;
    }

    .stat-item .stat-label {
        font-size: 12px;
    }

    .inner-app-area {
        display: none;
    }

    .slider-controls {
        right: 0;
        justify-content: center;
        margin-top: -20px;
    }

    .slider-controls .slider-progress {
        display: none;
    }

    .stack {
        padding: 2rem 0;
    }

    .stack h3 {
        font-size: 30px;
        line-height: 40px;
    }

    .stack p {
        width: 100%;
        font-size: 16px;
        line-height: 25px;
    }

    .stack .custome_tab_content img {
        width: 40px;
    }

    .stack .custome_tab_content p {
        font-size: 15px;
        line-height: 26px;
    }


    .stack h4 {
        font-size: 20px;
    }

    .stack .custome_tab_content h3,
    .sec-hire-inner-wrap .hire-main-box .heading-four {
        font-size: 25px;
        margin: 0 0 12px 0;
    }

    .hire-inner-title {
        text-align: center;
    }

    .hire-inner-title .heading-two {
        font-size: 25px;
        line-height: 35px;

    }

    .hire-inner-box,
    .sec-hire-inner-wrap .hire-main-box {
        padding: 20px 20px;
        min-height: 180px;
        max-height: 180px;
        margin: 0 0 12px;
    }

    .hire-inner-box p {
        font-size: 14px;
    }

    /* sec customer feedback start here */

    .feedback-content-head .heading-two {
        font-size: 40px;
        line-height: 48px;
    }

    .customer-feedback-content .feedback-content-head,
    .feedback-slider-box {
        text-align: left;
    }

    .feedback-slider-para::before {
        top: 85%;
        display: none;
    }

    .feedback-slider-box .feedback-box-head {
        justify-content: left;
    }

    .customer-feedbcack-images img {
        min-height: 450px;
        max-height: 450px;
        object-fit: scale-down;
    }

    .brand-info .heading-five,
    .customer-brand-review {
        padding: 15px 0;
    }

    .customer-feedbcack-images .slick-prev {
        left: 0;
    }

    .customer-feedbcack-images .slick-arrow {
        top: 90%;
    }

    .customer-feedbcack-images .slick-next {
        right: 0;
    }

    /* sec customer feedback end here */

    section.main-contact-form {
        padding: 30px 0px;
    }

    .main-contact-form .contact-form-side {
        width: 100%;
        margin: 0 0 20px;
        padding: 25px 0px;
    }

    .contact-form-side .form-group.select-form-group {
        width: 100%;
    }

    .contact-form-side .form-group.select-form-group::after {
        font-size: 16px;
        right: 5px;
    }

    .contact-form-side .form-group .form-select {
        font-size: 16px;
        line-height: 22px;
        padding: 10px 20px 10px 5px;
    }

    .contact-form-side .form-group .form-select option {
        font-size: 14px;
    }

    .contact-form-side .form-group button.submit-btn {
        font-size: 16px;
        margin: 0 auto;
    }

    .footer-top .footer-logo-area,
    .footer-top .footer-info-area {
        padding: 20px 20px;
    }

    .contact-form-inner .heading-two {
        font-size: 30px;
        line-height: 38px;
    }

    .footer-copyright p {
        text-align: center;
    }

    .footer-bottom .footer-nav-links {
        justify-content: center;
    }

    .sec-services-wrap .services-inner-box .services-inner-info .heading-six {
        font-size: 20px;
    }

    .sec-services-wrap .services-inner-box .services-inner-info p {
        font-size: 16px;
    }



}


@media only screen and (min-width: 300px) and (max-width: 575px) {
    /*Website Custom Style Responsive Css For Single Items Start Here*/

    /*Heading & Para Style Responsive Css*/
    .heading-one {
        font-size: 35px;
        line-height: 42px;
    }

    .heading-two {
        font-size: 32px;
        line-height: 38px;
    }

    .heading-three {
        font-size: 28px;
        line-height: 34px;
    }

    .heading-four {
        font-size: 20px;
        line-height: 26px;
    }

    .heading-five {
        font-size: 18px;
        line-height: 22px;
    }

    .heading-six {
        font-size: 16px;
        line-height: 22px;
    }

    p {
        font-size: 14px;
        line-height: 20px;
    }

    li {
        font-size: 14px;
        line-height: 20px;
    }


    /*Heading & Para Style Responsive Css*/

    /*Buttons Style Responsive Css*/
    .website-main-buttons {
        flex-wrap: wrap;
        justify-content: center;
    }

    .website-main-buttons a.read-more-btn,
    .website-main-buttons button.popup-btn,
    .website-main-buttons a.call-btn {
        font-size: 12px;
        width: 140px;
        padding: 5px 5px;
        margin: 0 0 5px;
        height: 40px;
    }

    .website-main-buttons button.chat-btn {
        font-size: 16px;
        margin: 0 10px 10px;
    }

    /*Buttons Style Responsive Css*/



    header nav.navbar {
        display: flex;
        flex-wrap: nowrap;
        padding: 12px 0;
    }


    .header-nav-flx .header-btn .website-main-buttons {
        flex-direction: column;
        gap: 5px;
    }


    header nav.navbar .navbar-brand {
        width: 130px;
    }

    .header-nav-flx .header-btn .website-main-buttons a.call-btn {
        background: #000;
        color: #fff;
    }



    section.banner-main-sec {
        padding: 150px 0;
    }

    .banner-main-sec .banner-main-content .heading-one,
    .banner-main-sec .banner-main-content .heading-one span {
        font-size: 25px;
        line-height: 35px;
    }


    .banner-main-sec span {
        font-size: 16px;
        line-height: 22px;
        color: #fff;
        text-align: center;
        font-weight: 300;
    }

    .banner-main-sec .banner-inner .inner-box {
        margin: 0 auto 15px;
        display: flex;
        width: 230px;
        justify-content: center;
    }

    .banner-main-sec .banner-inner {
        display: block;
    }

    .banner-main-sec .banner-inner .inner-box img {
        margin: 0 12px 0 0;
    }

    .banner-main-sec .banner-main-content p {
        text-align: center;
    }


    section.sec-services-wrap {
        padding: 30px 0;
    }

    .sec-award-wrap .logos .heading-four {
        font-size: 30px;
        line-height: 40px;
    }

    .sec-award-wrap .logos p {
        width: 90%;
        font-size: 15px;
        line-height: 26px;
    }

    .sec-services-wrap .services-inner-title {
        width: 95%;

    }

    .sec-services-wrap .services-inner-title .heading-four {
        font-size: 30px;
        line-height: 38px;
    }

    .app-inner-title,
    .app-inner-title p {
        width: 95%;
        background: 0;
    }

    .app-inner-title p {
        font-weight: 300;
        font-size: 13px;
        line-height: 24px;
    }

    .sec-app-wrap .app-inner-details .heading-one {
        font-size: 25px;
        line-height: 33px;
    }


    .app-inner-details {
        text-align: center;
        padding: 12px 12px;
    }

    .app-images img {
        width: 260px !important;
        margin: 0 auto;
    }

    .app-inner-title .heading-two {
        font-size: 20px;
    }

    .sec-app-wrap .app-inner-details p {
        font-size: 16px;
        line-height: 25px;
        min-height: 250px;
        max-height: 250px;
        overflow: auto;
    }

    .stat-item .stat-number {
        font-size: 20px;
    }

    .stat-item .stat-label {
        font-size: 12px;
    }

    .inner-app-area {
        display: none;
    }

    .slider-controls {
        right: 0;
        justify-content: center;
        margin-top: -20px;
    }

    .slider-controls .slider-progress {
        display: none;
    }

    .stack {
        padding: 2rem 0;
    }

    .stack h3 {
        font-size: 25px;
        line-height: 32px;
    }

    .stack p {
        width: 100%;
        font-size: 16px;
        line-height: 25px;
    }

    .stack .custome_tab_content img {
        width: 40px;
    }

    .stack .custome_tab_content p {
        font-size: 15px;
        line-height: 26px;
    }


    .stack .custome_tab_content h3,
    .sec-hire-inner-wrap .hire-main-box .heading-four {
        font-size: 25px;
        margin: 0 0 12px 0;
    }

    .hire-inner-title {
        text-align: center;
    }

    .hire-inner-title .heading-two {
        font-size: 25px;
        line-height: 35px;

    }

    .hire-inner-box,
    .sec-hire-inner-wrap .hire-main-box {
        padding: 20px 20px;
        min-height: 180px;
        max-height: 180px;
        margin: 0 0 12px;
    }

    .hire-inner-box p {
        font-size: 14px;
    }

    /* sec customer feedback start here */

    .feedback-content-head .heading-two {
        font-size: 40px;
        line-height: 48px;
    }

    .customer-feedback-content .feedback-content-head,
    .feedback-slider-box {
        text-align: left;
    }

    .feedback-slider-para::before {
        top: 85%;
        display: none;
    }

    .feedback-slider-box .feedback-box-head {
        justify-content: left;
    }

    .customer-feedbcack-images img {
        min-height: 450px;
        max-height: 450px;
        object-fit: scale-down;
    }

    .brand-info .heading-five,
    .customer-brand-review {
        padding: 15px 0;
    }

    .customer-feedbcack-images .slick-prev {
        left: 0;
    }

    .customer-feedbcack-images .slick-arrow {
        top: 90%;
    }

    .customer-feedbcack-images .slick-next {
        right: 0;
    }

    /* sec customer feedback end here */

    section.main-contact-form {
        padding: 30px 0px;
    }

    .main-contact-form .contact-form-side {
        width: 100%;
        margin: 0 0 20px;
        padding: 25px 0px;
    }

    .contact-form-side .form-group.select-form-group {
        width: 100%;
    }

    .contact-form-side .form-group.select-form-group::after {
        font-size: 16px;
        right: 5px;
    }

    .contact-form-side .form-group .form-select {
        font-size: 16px;
        line-height: 22px;
        padding: 10px 20px 10px 5px;
    }

    .contact-form-side .form-group .form-select option {
        font-size: 14px;
    }

    .contact-form-side .form-group button.submit-btn {
        font-size: 16px;
        margin: 0 auto;
    }

    .footer-top .footer-logo-area,
    .footer-top .footer-info-area {
        padding: 20px 20px;
    }

    .contact-form-inner .heading-two {
        font-size: 30px;
        line-height: 38px;
    }



}