@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');


* {
    margin: 0px;
    padding: 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    scroll-behavior: smooth;
    font-family: 'Open Sans', sans-serif;
}

body {
    overflow-x: hidden;
}

.content-only-card .row.no-gutters {
    --bs-gutter-x: 0rem !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

/* =============================
			Default Css
  ============================== */
a {
    text-decoration: none;
    outline: 0 !important;

}

a:hover {
    text-decoration: none;
}

:focus {
    outline: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
p {
    margin: 0px;
    padding: 0px;
}

ul {
    list-style-type: none;
}

header {
    background: #000;
    padding: 14px 0px;
}

/* button design */
.btn-primary {
    color: #000000;
    background-color: #C3FF4B;
    border-color: #C3FF4B;
    min-width: 100px;
}

.btn-primary:hover {
    color: #ffffff;
    background-color: #74a511;
    border-color: #74a511;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #74a511;
    border-color: #74a511;
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
    color: #fff;
    background-color: #74a511;
    border-color: #74a511;
}

.btn-secondary {
    min-width: 100px;
    color: #000;
    background-color: transparent;
    border-color: #707070;
}

.rand-logo img {
    width: 100%;
}

.banner img {
    width: 100%;
    height: 300px;
        object-fit: cover;
}

.stellarnav>ul>li>a {
    padding: 9px 26px;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    text-transform: capitalize;
}

.stellarnav.mobile.right>ul {
    z-index: 9;
}

.brand-logo img {
    width: 69px;
    margin: 0 auto;
    display: block;
}

a.login {
    border: 1px solid #C3FF4B;
    width: 119px;
    height: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 18px;
    /* word-spacing: -1px; */
    color: #fff;
    margin: 0 auto;
    border-radius: 8px;
    transition: all 0.3s ease-in-out;
}

a.login:hover {
    background-color: #C3FF4B;
    color: #222;
}

.banner {
    position: relative;
}



.banner::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: #000;
    opacity: 60%;
    pointer-events: none;
}

.banner-content {
    width: 1140px;
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    transform: translate(-50%, -50%);
    color: #fff;
}

.banner-content h1 {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 55px;
    font-weight: 400;
    margin-bottom: 18px;
}

.banner-content p {
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    color: #fff;
    max-width: 700px;
}

ul.banner-btn {
    margin-top: 29px;
    display: flex;
    align-items: center;
    gap: 35px;
}

.banner-btn li a {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 22px;
    height: 60px;
    padding: 0px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    text-transform: capitalize;
    border-radius: 5px;
    background-color: #18901C;
    color: #fff;
    transition: all 0.3s ease-in-out;

}

.banner-btn li:first-child a {
    background-color: #F55B15;

}

.banner-btn li a:hover {
    box-shadow: 1px 1px 10px 2px #ffffff59;
}

/* section.common {
    padding: 80px 0px;
} */

.common img {
    width: 47vw;
    max-width: 100%;
}

.common_sec_contnt {
    padding-bottom: 46px;
}

.common_sec_contnt h5 {
    font-size: 2.3vw;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 0.8vw;
}

.common_sec_contnt h2 {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 4.4vw;
    font-weight: 500;
    color: #000;
    margin-bottom: 1vw;
}

.common_sec_contnt p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #6B6787;
    font-size: 1.5vw;
    max-width: 37vw;
}

.common_sec_contnt a {
    padding: 2vh 3.2vw;
    background: #C3FF4B;
    align-items: center;
    margin-top: 2vw;
    border-radius: 0.3vw;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #000;
    font-size: 1.6vw;
    text-transform: capitalize;
    justify-content: center;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}

.common_sec_contnt a:hover {
    box-shadow: 1px 1px 10px 2px #00000047;
}

.sec-card {
    padding: 50px 30px;
    background: #000000;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 80px;
    position: relative;
}

.sec-card>img {
    position: absolute;
    top: -9px;
    right: -25px;
    width: 54px;
    z-index: 999;
}

.sec-card h3 {
    color: #fff;
    font-size: 40px;
    font-family: 'Bebas Neue', sans-serif;
    text-transform: uppercase;
    max-width: 187px;
}

.sec-card p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    color: #fff;
    font-size: 16px;
    max-width: 257px;
}

.content-only-card .col-md-3:nth-child(even) .sec-card {
    background-color: #C3FF4B;
    flex-direction: column-reverse;
}

.content-only-card .col-md-3:nth-child(even) .sec-card h3 {
    color: #000;
}

.content-only-card .col-md-3:nth-child(even) .sec-card p {
    color: #000;
}

.sec-card h3,
.sec-card p {
    height: 180px;
    /* height: 156px; */

}

.common-even {
    margin-top: 55px;
}

.common-even .common_sec_contnt {
    max-width: 36.5vw;
    margin-left: auto;
}

.common-even img {
    margin-left: auto;
    display: block;
}

.common-even .common_sec_contnt {
    padding-bottom: 0px;
}

.common.bg-new {
    background-color: #C3FF4B;
}

.bg-new .common_sec_contnt p {
    color: #000;

}

.bg-new .common_sec_contnt a {
    background-color: #000;
    color: #fff;
}

section.counter {
    background: #000;
    padding: 45px 0px;
}

.counter-card {
    text-align: center;
    color: #fff;
}

.counter-card {
    text-align: center;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
}

.counter-card span.plus_icon {
    position: relative;
}

.counter-card span.plus_icon::before {
    position: absolute;
    content: '\2b';
    font-family: 'fontawesome';
    right: -35px;
    font-size: 35px;
    top: 18px;
}

.counter-card h3 {
    font-weight: bold;
    color: #C3FF4B;
    font-size: 55px;
}

.counter-card p {
    font-size: 22px;
    font-weight: 400;
}

.testimonial {
    padding: 80px 0px;
}

.sec-title {
    color: #000000;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    text-align: center;
    margin-bottom: 12px;
}

.sub-title {
    text-align: center;
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 400;
    font-size: 41px;
    color: #000;
    max-width: 362px;
    margin: 0 auto;
    line-height: 116%;
    margin-bottom: 50px;
}

.testimonial-card {
    background: #F2F2F2;
    padding: 30px;
}

.autor-info {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

.autor-info .img {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    overflow: hidden;
}

.autor-info .img img {
    object-fit: cover;
}

.autor-info h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    font-weight: 500;
    color: #000;
    margin-bottom: 5px;
}

.autor-info {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
    line-height: 116%;
    font-family: 'Open Sans', sans-serif;
}

.testimonial-card p {
    color: #827CA2;
    font-size: 22px;
}

.testimonial-card .qut {
    position: absolute;
    max-width: 55px;
    max-height: 130px;
    top: 56px;
    right: 30px;
}

.next-step {
    padding: 80px 0px;
    background: #C3FF4B;
}

.next-step h3 {
    text-align: center;
    font-family: 'Bebas Neue', sans-serif;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 400;
    color: #000000;
}

.next-step h3 {
    text-align: center;
    font-family: 'Bebas Neue', sans-serif;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 400;
    color: #000000;
    font-size: 40px;
}

.next-step ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    /* flex-direction: column; */
}

.flex-container {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    list-style-type: none;
    padding: 0;
}

.flex-container li {
    margin: 0 10px;
}

.list-unstyled {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row-reverse;
}

.next-step ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    /* width: 371px; */
    border: 1px solid #000;
    border-radius: 5px;
    height: 50px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #000;
    max-width: 100%;
    font-size: 20px;
    transition: all 0.3s ease-in-out;
}

.next-step ul li a:hover {
    background-color: #000;
    color: #fff;
}

.price-plans ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 270px;
    /* width: 371px; */
    border: 1px solid #000;
    border-radius: 5px;
    height: 50px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #000;
    max-width: 100%;
    font-size: 20px;
    transition: all 0.3s ease-in-out;
}

/* .next-step ul li:last-child a {
    background-color: #000;
    color: #fff;
} */

.product-card img {
    height: 292px;
    object-fit: cover;
    border-radius: 5px;
}

.product-card h3 {
    color: #000000;
    font-family: 'Bebas Neue', sans-serif;
    margin: 15px 0px;
    font-size: 33px;
    font-weight: 400;
}

.product-card p {
    font-family: 'Open Sans', sans-serif;
    color: #827CA2;
    font-size: 22px;
}

.product-card a img {
    max-width: 46px;
    max-height: 24px;
    margin-top: 30px;
}

.blogs-slide button.owl-prev {
    position: absolute;
    left: -31px;
    top: 34%;
    transform: translate(-0%, -50%);
}

.blogs-slide button.owl-next {
    position: absolute;
    right: -31px;
    top: 34%;
    transform: translate(-0%, -50%);
}

.latest-blogs {
    padding: 80px 0px;
}

footer {
    background: #000000;
    padding-top: 20px;
}

footer p {
    color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    max-width: 300px;
    margin: 15px 0px;
}

footer h3 {
    color: #fff;
    margin-bottom: 11px;
    font-size: 22px;
    font-family: 'Bebas Neue', sans-serif;
    text-transform: uppercase;
}

footer ul li,
footer ul li a {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 16px;
}

footer ul li a:hover {
    color: #C3FF4B;
}

.quick-links li a {
    line-height: 24px;
}

.quick-links li a {
    line-height: 36px;
}



/* social menu */

.social-menu {
    position: relative;
}

.social-menu ul {
    position: absolute;
    padding: 0;
    margin: 0;
    display: flex;
}

.social-menu ul li {
    list-style: none;
    margin: 0 6px 0 0;
}

.social-menu ul li a img {
    height: 30px;
}

.social-menu ul li .fab {
    font-size: 30px;
    line-height: 60px;
    transition: .3s;
    color: #000;
}

.social-menu ul li .fab:hover {
    color: #000000;
}

.social-menu ul li a {
    position: relative;
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #C3FF4B;
    text-align: center;
    transition: .6s;
    box-shadow: 0 5px 4px rgb(0 0 0 / 50%);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    margin: 0 7px 0 0;
    color: #020202;
}

.social-menu ul li a:hover {
    transform: translate(0, -10%);
}


.social-menu ul li a i,
.social-menu ul li a svg {
    color: #000000;
}


.social-menu ul li:hover a i,
.social-menu ul li:hover a svg {
    color: rgb(0, 0, 0);
}


.copyright {
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    width: 100%;
    max-width: 100%;
    margin: 0px;
    margin-top: 25px;
    background: #C3FF4B;
    padding: 20px 0px;
    color: #000;
    font-weight: 500;
}


/* =============about-section============ */
.about-banner {
    position: relative;
}



.about-banner::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: #000;
    opacity: 60%;
    pointer-events: none;
}

.about-banner img {
    width: 100%;
    height: 300px;
}

/* .about-banner-content {
    position: absolute;
    transform: translate(-50%, -100%);
    left: 50%;
    top: 50%;
    text-align: center;
} */
.inner-banner-content {
    width: 1140px;
    position: absolute;
    top: 42%;
    /* top: 50%; */
    left: 50%;
    max-width: 100%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
}

.inner-banner-content h1 {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 55px;
    font-weight: 400;
    margin-bottom: 18px;
}

.inner-banner-content p {
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    color: #fff;
    max-width: 506px;
    margin: 0 auto;
}

ul.inner-banner-btn {
    margin-top: 29px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 35px;
    text-align: center;
}

.inner-banner-btn li a {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 22px;
    height: 60px;
    padding: 0px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    text-transform: capitalize;
    border-radius: 5px;
    background-color: #18901C;
    color: #fff;
    transition: all 0.3s ease-in-out;
}

.about-counter {
    background: #C3FF4B;
    padding: 45px 0px;
}

.about-counter-card {
    text-align: center;
    color: #fff;
}

.about-counter-card {
    text-align: center;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
}


.about-counter-card h3 {
    font-weight: bold;
    color: #000000;
    font-size: 55px;
}

.about-counter-card p {
    font-size: 22px;
    font-weight: 400;
    color: #000000;
}

.common_sec_contnt_about {
    padding-bottom: 66px;
    padding-left: 30px;
}

.common_sec_contnt_about h5 {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 3.4vw;
    font-weight: 500;
    color: #000;
    margin-bottom: 0vw;
    text-transform: uppercase;
    max-width: 450px;
}

.common_sec_contnt_about p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #6B6787;
    font-size: 1.5vw;
    max-width: 37vw;
    line-height: 37px;
    margin-top: 18px;
}

.our-team h5 {
    color: #000000;
    font: normal normal normal 43px/32px Bebas Neue;
    text-align: center;
    padding: 55px 0;
    font-weight: 500;
}

.our-team {
    background: #F7F7F7;
}

.team-card {
    background: #FFFFFF;
    padding: 32px 30px 87px 30px;
    border-radius: 25px;
    text-align: center;
    position: relative;
}

.team-image img {
    max-width: 100px;
    margin: 24px auto;
}

.team-card h4 {
    font: normal normal normal 35px/37px Bebas Neue;
    letter-spacing: 0.4px;
    color: #161C27;
    text-transform: uppercase;
}

.team-card p {
    font: normal normal normal 21px/30px Open Sans;
    letter-spacing: 0.22px;
    color: #4B6072;
}

.inverted-comma {
    width: 112px;
    position: absolute;
    right: 22px;
    bottom: -19px;
}

.our-team .owl-theme .owl-nav.disabled+.owl-dots {
    margin: 0;
}

.our-team .owl-dots {
    padding: 29px 0;
}

.our-team .owl-theme .owl-dots .owl-dot span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
    border: 1px solid #000000;
    padding: 7px;
}

.about-our-team button.owl-dot.active span {
    background-color: #C3FF4B !important;
}



/*======power-play=======*/
.power-banner {
    background: #C3FF4B;
    margin: 85px 0;
    border-radius: 10px;
    max-height: 500px;
}

.power-play-content h5 {
    font: normal normal normal 66px/67px Bebas Neue;
    letter-spacing: 0px;
    color: #000000;
    width: 300px;
}

.power-play-content {
    padding: 32px 0px 58px 28px;
}

.power-play-content p {
    font: normal normal normal 24px/34px Open Sans;
    letter-spacing: 0px;
    color: #000000;
    padding: 10px 0px 23px 0;
    max-width: 500px;
}

.power-play-content a {
    width: 303px;
    height: 53px;
    padding: 13px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000000 0% 0% no-repeat padding-box;
    border-radius: 8px;
    font: normal normal 600 20px/19px Open Sans;
    color: #FFFFFF;
}

a.chat {
    position: fixed;
    z-index: 9;
    bottom: 26px;
    right: 133px;
    height: 50px;
    width: 50px;
    background: #C3FF4B;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 26px;
    color: #000;
    box-shadow: rgb(0 0 0 / 51%) -1px 0px 24px 3px;
}

.mobile1 img {
    bottom: 28px;
    z-index: 999;
    position: relative;
}


.mobile-2 img {
    position: absolute;
    bottom: -31px;
    right: 108px;
    z-index: 99;
}

.mobile1 img,
.mobile-2 img {
    max-width: 274px;
}



/* ==================login -section================== */
.log-in .row {
    --bs-gutter-x: 0rem;
}

.log-in .log-in-content {
    max-width: 36.5vw;
    margin-left: auto;
}

.log-in-content button.btn.btn-primary {
    width: 100%;
    margin-top: 35px;
    background: #C3FF4B;
    border: unset;
}

.log-in-content button.btn.btn-primary:hover {
    background: #C3FF4B;
}

.log-in-content h4 {
    color: #000000;
    font: normal normal normal 45px/35px Bebas Neue;
}

.log-in-content p {
    color: #000000;
    padding: 22px 0 38px 0;
    font: normal normal normal 25px/36px Montserrat;
}

.lapto-image img {
    width: 47vw;
    max-width: 100%;
    display: block;
    margin-left: auto;
}

.form-check-input:checked {
    background-color: #C3FF4B;
    border-color: #C3FF4B;
}

.log-in .form-control,
.sign-up .form-control {
    padding: 18px;
    font-size: 16px;
    color: #333333;
    margin-bottom: 25px;
    font-weight: 500;
    border: 2px solid #707070;
    border-radius: 5px;
}

.log-in {
    padding: 55px 0 50px 0;
}

.log-in .btn.btn-primary {
    font: normal normal 600 22px/19px Open Sans;
    letter-spacing: 0px;
    color: #000000;
    padding: 20px;
}

.log-in h5 {
    letter-spacing: 0px;
    color: #000000;
    margin-top: 20px;
    font: normal normal 400 22px/19px Open Sans;
}

.log-in h5 a {
    color: #000000;
    font-weight: 600;
}



/* =============SIGNUP=================*/
.sign-up-banner img {
    width: 100%;
}

.sign-up-banner {
    position: relative;
}

.sign-up-banner::before {
    content: "";
    position: absolute;
    background: #C3FF4B;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 50%;
}


.fileUpload {
    position: relative;
    overflow: hidden;
}

.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.btn--browse {
    border: 1px solid gray;
    border-left: 0;
    border-radius: 6px;
    background-color: #000000;
    height: 44px;
    top: 10px;
    right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 136px;
    text-align: center;
    font: normal normal 600 16px/17px Open Sans;
    letter-spacing: 0px;
    color: #FFFFFF !important;
    position: absolute;
}

.f-input {
    padding: 18px;
    font-size: 16px;
    background-color: white;
    width: 100%;
    float: left;
    color: #333333;
    font-weight: 500;
    border: 2px solid #707070;
    border-radius: 5px;
}

.login-para {
    max-width: 489px;
}

.form-check-label {
    margin-bottom: 0px;
    font: normal normal normal 20px/19px Open Sans;
    letter-spacing: 0px;
    color: #000000;
    padding: 10px 0 0px 26px;
}

.form-check-input {
    height: 24px;
    width: 24px;
}

.already-accnt {
    letter-spacing: 0px;
    color: #000000;
    margin-top: 20px;
    font-weight: 400;
    font: normal normal medium 25px/29px Open Sans;
}

.sign-up h5 {
    letter-spacing: 0px;
    color: #000000;
    margin-top: 20px;
    font: normal normal 400 22px/19px Open Sans;

}

.sign-up h5 a {
    color: #000000;
    font-weight: 600;
}

.sign-up {
    padding: 55px 0 50px 0;
}

.sign-up .btn.btn-primary {
    font: normal normal 600 22px/19px Open Sans;
    letter-spacing: 0px;
    color: #000000;
    padding: 20px;
}

.common .row.no-gutters {
    --bs-gutter-x: 0rem;
}

.mobile-image {
    position: relative;
}

.about-counter {
    background: #C3FF4B !important;
}

.about-counter .counter-card h3,
.about-counter .counter-card p {
    color: #000 !important;
}

.team-image {
    border: 1px solid #c3ff4b;
    max-width: 109px;
    height: 109px;
    border-radius: 21px;
    margin: 15px auto;
    transform: rotate(43deg);
    display: flex;
    align-items: center;
    justify-content: center;
}

.team-image img {
    max-width: 100%;
    width: 100% !important;
    height: 100%;
    object-fit: cover;
    transform: rotate(-43deg);
    margin: 0px !important;
}

.file-upload-cutom-box {
    position: relative;
}



/* ====================company-details====================== */
.company-details {
    background-color: #292929;
    padding: 22px;
    border-radius: 10px 10px 0px 0px;
}

.company-details h5 {
    font: normal normal 600 18px/37px Open Sans;
    letter-spacing: 0px;
    color: #FFFFFF;
}

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.upload-btn-wrapper .btn {
    border: 2px solid gray;
    color: gray;
    background-color: white;
    padding: 8px 20px;
    border-radius: 8px;
    font-size: 20px;
    font-weight: bold;
}

.upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.dashboard_body form {
    padding: 30px 18px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 5px;
}

.dashboard_body .form-label,
.edit_modal .form-label {
    font: normal normal 600 16px/37px Open Sans;
    letter-spacing: 0px;
    color: #000000;
    margin-bottom: 5px !important;
}

/* .dashboard_body .mb-3, .my-3 {
    margin-bottom: unset !important;
} */
.dashboard_body .form-control,
.edit_modal .form-control {
    padding: 22px 10px;
    font-size: 16px;
    color: #333333;
    font-weight: 500;
    border: 2px solid #707070;
    border-radius: 5px;
}

.dashboard_body .upload-btn-wrapper {
    margin-top: 18px;
}

.dashboard_body .upload-btn-wrapper button.btn {
    margin-left: 17px;
    border: 1px solid #D2D2D2;
    border-radius: 4px;
}

.dashboard-button {
    display: flex;
    justify-content: flex-end;
}

.dashboard-button .btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #C3FF4B;
    border-color: unset;
    margin-left: 17px;
}

.dashboard-button .btn.btn-primary {
    background-color: unset;
    font: normal normal 600 16px/18px Open Sans;
    letter-spacing: 0px;
    color: #000000;
    border: 1px solid #707070;
    border-radius: 5px;
    padding: 10px 34px;
    display: flex;
    /* width: 100%; */
}

/* scrollbar changes */
body {
    scrollbar-color: #C3FF4B;
    scrollbar-width: 8px;
}

::-webkit-scrollbar {
    width: 8px;
    transform: translate(5px, 5px);
    padding-right: 10px;

}

::-webkit-scrollbar-track {
    background-color: #05050559;
    border-radius: 2px;
}

::-webkit-scrollbar-track:hover {
    border-radius: 2px;
}

::-webkit-scrollbar-thumb {
    background-color: #C3FF4B;
    border-radius: 2px;
    height: 2px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #C3FF4B;
}

/* text selection color */
::-moz-selection {
    /* Code for Firefox */
    color: rgb(17, 17, 17);
    background: #C3FF4B;
}

::selection {
    color: rgb(17, 17, 17);
    background: #C3FF4B;
}


/* button design */
.ads-btn {
    background: #C3FF4B;
    padding: 7px 20px;
    border-radius: 5px;
    color: #000;
}


.ads-btn:hover {
    color: #000;
    background: #9fe511;

}

.subs-btn {
    background: #DA3A2F;
    padding: 4px 15px;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
}

.subs-btn:hover {
    color: #fff;
    background: #a11f15;
}

.box_arrow {
    position: relative;
}

.arrow-top {
    margin-top: 40px;
}

.arrow-top:after {
    content: " ";
    position: absolute;
    right: 0;
    top: -45px;
    border-top: none;
    border-right: 45px solid transparent;
    border-left: 45px solid transparent;
    border-bottom: 45px solid #c3ff4b;
    left: 0;
    width: 60px;
    margin: auto;
}


/*======================================
  Dashboard design
========================================*/
/* sidebar fixing */
.closed-sidebar .app-header__logo {
    width: 100px;
    padding: 0 10px;
}

.closed-sidebar .app-header__logo .logo-src {
    width: 40px;
}

.closed-sidebar .header__pane.ml-auto {
    margin-left: 0 !important;
}


.closed-sidebar .hamburger-inner,
.closed-sidebar .hamburger-inner::before,
.closed-sidebar .hamburger-inner::after {
    width: 18px;
}

.closed-sidebar .hamburger--elastic .hamburger-inner::after {
    top: 12px;
}

.closed-sidebar .app-sidebar .app-sidebar__inner ul li a {
    text-indent: 0.51rem;
    font-size: 0;
}

.closed-sidebar .app-sidebar .app-sidebar__inner ul li a span {
    font-size: 20px;
}

.closed-sidebar h6.widget-heading {
    text-indent: 0;
    font-size: 0;
}

.closed-sidebar .widget_profile .prol_img {
    gap: 0;
}


.app-sidebar__inner ul>li.app_submenu>a {
    position: relative;
}

li.app_submenu>a::after {
    position: absolute;
    content: '\f078';
    font-family: 'fontawesome';
    right: 0;
    bottom: 0;
    top: 0;
}

/* .fixed-sidebar .app-sidebar{
    position: sticky;
}

.fixed-sidebar .app-main .app-main__outer{
    padding-left: 10px;
} */

.app-sidebar__inner ul {
    height: 320px;
    overflow-y: scroll;
}

.app-sidebar .scrollbar-sidebar {
    overflow-y: hidden;
}

.app-sidebar .scrollbar-sidebar::-webkit-scrollbar,
.app-sidebar__inner ul::-webkit-scrollbar {
    display: none;
}

/* topbar */
section.top-bar {
    position: sticky;
    top: 0;
    z-index: 9;
}

.top-bar ul.nav_links {
    display: flex;
    padding: 10px;
    gap: 35px;
}

.top-bar ul li a {
    color: #000;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
}

.logo-sec {
    background: #000;
    padding: 20px 35px;
}

.logo-sec .logos_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo-sec .logos_box .logo-box {
    display: flex;
    align-items: center;
    gap: 15px;
}

.logo-sec .profile_box {
    display: flex;
    align-items: center;
    gap: 10px;
}

.prol_img img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 50%;
    border: 1px solid #fff;
}

.widget_profile .prol_img {
    display: flex;
    align-items: center;
    gap: 10px;
}

.logo-box .btn_company {
    background: #fff;
    min-width: 230px;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.trial-box {
    background: #DADADA;
    padding: 6px 50px;
}

.trail_con h6 {
    font-size: 13px;
}

.trail_con {
    display: flex;
    align-items: center;
    gap: 18px;
}

.app_footer {
    background: #000;
    position: sticky;
    bottom: 0;
    z-index: 9;
    padding: 5px;
    text-align: center;
}

.app_footer p {
    color: #ebebeb;
    font-size: 12px;
    margin: 0;
}

.widget-content-notification {
    position: relative;
}

.widget-content-notification img {
    height: 35px;
}

.widget-content-notification span.noti_no {
    position: absolute;
    color: #000;
    top: 0;
    font-size: 11px;
    left: 23px;
}

/*
.widget-content-notification span.noti_no::before {
    position: absolute;
    content: '';
    background: #ffffff;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    left: -5px;
} */
/*======================================
  Master Company design
========================================*/
.company_box {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(2, 48%);
    place-content: center;
}

.comp-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0;
    padding: 0 30px;
}

.comp-top .ads-btn {
    padding: 7px 15px;
    min-height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-weight: 600;
}

.search-box {
    position: relative;
}

.search-box i {
    position: absolute;
    left: 8px;
    top: 14px;
    font-size: 18px;
}

.search-box .form-control {
    min-width: 200px;
    padding: 10px 12px 10px 30px;
    min-height: 45px;
}

.search-box input[type="search"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* padding: 8px 12px; */
}

.company-info .accordion-button {
    color: #ffffff;
    background-color: #292929;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

.company-info .accordion-button::after,
.company-info .accordion-button:not(.collapsed)::after {
    content: '\f078';
    font-family: 'fontawesome';
    background-image: none;
}

.companyn_img {
    background: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 12px;
}

h3.companyn_txt {
    font-size: 18px;
}

.company_details h4 {
    font-size: 15px;
    line-height: 30px;
    color: #000;
}

.company_details h4 span {
    font-weight: 600;
}

.compd_logo {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 20px 0;
}

.compd_logo img {
    width: 45px;
    height: 45px;
    border: 1px solid #d1d1d1;
    padding: 10px;
    border-radius: 5px;
}

.comp-top .ads-btn span {
    width: 22px;
    height: 22px;
    border: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 15px;
}

.compaction_btn a {
    margin-right: 10px;
}

.edit_modal .modal-dialog {
    max-width: 900px;
}

.companymodal-head {
    color: #ffffff;
    background-color: #292929;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

.companymo_left {
    display: flex;
    align-items: center;
    gap: 5px;
}

.modal-header.companymodal-head {
    align-items: center;
}

.modal-header.companymodal-head .btn-close {
    background: transparent;
    opacity: 1;
}

.modal-header.companymodal-head .btn-close i,
.modal-header.companymodal-head .btn-close svg {
    color: #fff;
    font-size: 20px;
}

.edit_modal .compd_logo h4 {
    color: #000000;
    font: normal normal 600 16px/37px Open Sans;
}

/*======================================
  Project Details Form design
========================================*/
.comapny-check .form-check-label {
    font: normal normal normal 20px/26px Open Sans;
    letter-spacing: 0px;
    color: #000000;
    padding: 4px 40px 0px 26px;
}

.comapny-check {
    margin-left: 20px;
}

.point-contact {
    background: #EEEEEE;
    padding-bottom: 24px;
}

.point-contact h5 {
    padding: 13px 0;
    font: normal normal bold 20px/37px Open Sans;
    letter-spacing: 0px;
    color: #000000;
}

.client-name-add {
    margin: 30px 0 13px 0px;
}

a.company-tag {
    position: relative;
    padding: 3px 39px;
    display: inline-block;
    background: #000000;
    font: normal normal 600 14px/37px Open Sans;
    letter-spacing: 0px;
    color: #FFFFFF;
    border-radius: 10px;
    margin-top: 24px;
}

.company-tag span {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: absolute;
    height: 22px;
    width: 22px;
    border-radius: 50%;
    border: 1px solid #fff;
    bottom: 9px;
    left: 10px;
    font-size: 18px;
    /* padding: 10px; */
}

.intermediate-check label {
    /* margin-top: 37px; */
    font: normal normal bold 17px/37px Open Sans;
    letter-spacing: 0px;
    color: #000000;
    padding-right: 34px;
}

.intermediate-check {
    margin-top: 30px;
}

/*======================================
  Project Ignite design
========================================*/
.comp-topright {
    display: flex;
    gap: 10px;
}

.dropdown_box.dropdown button {
    font-size: 14px;
    color: #5d5d5d;
    font-weight: 500;
    border: 2px solid #707070;
    border-radius: 5px;
    min-width: 100px;
    padding: 10px 12px;
    min-height: 25px;
    background: #fff;
}

.breadcrumbs {
    background: #000000;
    padding: 2px 0 2px 45px;
}

.breadcrumbs>ul {
    display: flex;
    align-items: center;
    gap: 30px;
}

.breadcrumbs>ul li a {
    color: #fff;
    font-size: 12px;
    position: relative;

}

.breadcrumbs>ul li a::before {
    position: absolute;
    content: '\f054';
    font-family: 'fontawesome';
    color: #fff;
    font-size: 10px;
    top: 1px;
    right: -15px;
    bottom: 0;
}

.breadcrumbs>ul li:last-child::before {
    display: none;
}

.comp-body {
    padding: 0 30px;
}

.companyig_box .company-info {
    margin-bottom: 35px;
}

.tag_company {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px 0;
}

.tag-com {
    border: 1px solid #707070;
    color: #000000;
    padding: 10px 15px;
    border-radius: 30px;
}

.clientpoint_box {
    display: flex;
    gap: 18px;
}

h5.client_hd {
    background: #E8E8E8;
    padding: 10px 20px;
    font-size: 15px;
    color: #000;
    font-weight: 600;
    margin: 10px 0;
}

/*======================================
  Teams design
========================================*/
.teams_single {
    background: #fff;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 18px;
    margin-bottom: 30px;
}

.teams_sinleft {
    display: flex;
    gap: 15px;
}

.teams_sinleft img {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    object-fit: cover;
}

.teams_sinleftcon h5 {
    font-size: 13px;
    color: #000;
    font-weight: 500;
    line-height: 24px;
}

.teams_sinleftcon h5 span {
    font-weight: 600;
}

.details_btn {
    background: #000000;
    padding: 6px 20px;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    transition: all .2s;
    min-width: 120px;
}

.details_btn:hover {
    background: transparent;
    color: #000;
    border: 1px solid #000;
}

.teams-body {
    padding: 0 13px;
}

.tablesec-head {
    margin: 20px 0;
    padding: 0 30px;
}

.tablehead_searchbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tablehead_searchbox .dropdown_box button {
    min-width: 250px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dropdown-toggle::after {
    content: '\f078';
    font-family: 'fontawesome';
    border: 0;
}

/*======================================
  Project Activites design
========================================*/
.projecttb_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.projecttable_box {
    margin: 20px 0;
    padding: 0 30px;
}

.tableh_subpro {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0;
}

.tablehsub_right {
    display: flex;
    gap: 14px;
}

.tableh_subpro .dropdown_box button {
    min-width: 175px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tablehsub_right .ads-btn,
.tablehsub_right .btn-secondary {
    min-height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.projecttbh_right {
    display: flex;
    gap: 14px;
}

.projecttbh_right .btn-secondary,
.process_hlp .btn-secondary {
    border: 2px solid #707070;
    color: #555555;
    font-weight: 700;
    min-height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.process_hlp .btn-secondary {
    color: #2c2c2c;
    height: 45px;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    width: 175px;
}

.projecttbh_right .btn-secondary:hover,
.process_hlp .btn-secondary:hover {
    color: #fff;
}

.tablehsub_right .btn-secondary {
    border: 2px solid #707070;
    color: #555555;
    font-weight: 700;
}

.tablehsub_right .ads-btn span,
.tablehsub_right .btn-secondary span {
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 15px;
}

.tablehsub_right .ads-btn span {
    border: 2px solid #0c0c0c;
}

.tablehsub_right .btn-secondary span {
    border: 2px solid #707070;
}

.tablehsub_right .btn-secondary:hover,
.projecttbh_right .btn-secondary:hover {
    color: #ffffff;
}

/*======================================
  Create Activites design
========================================*/

.tablec_head {
    justify-content: flex-start;
    gap: 15px;
}

.tablec_head .tablehsub_right .ads-btn {
    min-width: 155px;
    font-weight: 700;
}

.projectedt_right {
    margin-bottom: 20px;
    display: flex;
    justify-content: flex-end;
}

/*======================================
  Bulk Upload design
========================================*/
.excelbtn {
    border-radius: 5px;
    background: #0E8040;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    border: 1px solid #0E8040;
    min-width: 515px;
    padding: 10px 15px;
    color: #fff;
}

.excelbtn:hover {
    color: #0E8040;
    background: transparent;
}

.excel_btnbox {
    display: flex;
}

.excelbtn img {
    width: 20px;
}

.blukup_head .file-upload-cutom-box .f-input {
    width: auto;
    min-width: 515px;
    padding: 12px 98px 12px 18px;
}

.blukup_head .file-upload-cutom-box .btn--browse {
    right: 16%;
    height: 35px;
    width: 85px;
    font-size: 14px;
}

.upload_excel {
    width: 100%;
}

.upload_excel .ads-btn {
    min-width: 155px;
    font-weight: 700;
}

.blukup_head .tablec_head,
.blukup_head .excel_btnbox {
    padding-bottom: 20px;
}

.blukup_head .upload_excel {
    padding-top: 20px;

}

.process_hlp {
    display: flex;
    align-items: center;
    justify-content: end;
}

.blukup_head {
    margin: 32px 25px 65px;
    box-shadow: rgb(45 45 47 / 28%) 0px 7px 29px 0px;
    padding: 25px 15px;
}

.blukup_head h4 {
    color: #000;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

/*======================================
  Copy Bulk design
========================================*/
.copybulk_head .search-box {
    width: 30%;
    margin-bottom: 25px;
}

.copybulk_head .projecttbh_right {
    margin-bottom: 25px;
    justify-content: space-between;
    align-items: center;
}

.copybulk_head .projecttbh_right h4 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
}

.app-header__mobile-menu .hamburger {
    position: absolute;
    left: 6%;
    z-index: 99;
    background: #fff;
}

/*======================================
  Material tab design
========================================*/
.materials_tab li.nav-item {
    flex: 0 0 33.3%;
    max-width: 33.3%;
    width: 33.3%;
}

.materials_tab li.nav-item .nav-link {
    background: #CEC5C5;
    border-radius: 0;
}

.materials_tab .nav-pills li.nav-item .nav-link:hover {
    color: #000 !important;
}

.materials_tab .nav-item .nav-link {
    width: 100%;
    justify-content: center;
    color: #000;
    font-weight: 600;
}

.materials_tab .nav-pills .nav-link.active {
    background: transparent;
    border: 1px solid #000;
}

/* =================================
            Bradcrumbs
==================================== */
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000000b0;
    cursor: pointer;
}

.breadcumb-img {
    position: relative;
}

.breadcumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    height: 300px;
    max-height: 320px;
}

.breadcrumbs-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.breadcrumbs-content h2 {
    color: #fff;
    font: normal normal normal 45px/65px Bebas Neue;
    /* text-shadow: 2px 2px #161616; */
}

.breadcrumbs-content p {
    color: #8b8b8b;
    font-weight: 500;
    font-size: 18px;
    /* font-style: italic; */
    letter-spacing: 2px;
}

.breadcrumbs-content p a {
    color: #b9b9b9;
}

/* ====================================
    Contact Page
======================================= */
.contact-us {
    margin: 80px 0 0;
    margin-bottom: 80px;
}

.form-control:focus {
    border-color: #ff3e0b;
}

.contact-us-left h2 {
    margin-bottom: 40px;
}

.col-12.col-md-12.col-sm-12.sbtn {
    margin-top: 15px;
}

.contact-us-left h2:before {
    content: '';
    position: absolute;
    left: 3%;
    top: 20%;
    height: 4px;
    /* background: #C3FF4B; */
    width: 19%;
}

.contact-us-left ul {
    list-style: none;
}

.contact-us-left ul li {
    position: relative;
    padding: 0 0 30px 70px;
}

.contact-us-left ul li .icon {
    position: absolute;
    left: 0;
    background: #C3FF4B;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #404040;
}

.contact-us-left ul li a {
    color: #213430;
    font-size: 18px;
    font-weight: 700;
}

.contact-us-left .details {
    color: #6F7775;
    font-weight: 400;
    font-size: 15px;
}

.contact-us-right {
    background: #fff;
    padding: 25px;
    /* box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px; */
    box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;
    margin-bottom: -90px;
}

.contact-us-right .form-control {
    border: 1px solid #DDDDDD;
    font-size: 13px;
}

.contact-us-right h3 {
    color: #213430;
    font-weight: 600;
    padding-bottom: 15px;
}

.form-control {
    border: 1px solid #DDDDDD;
}

.contact-us-right form label {
    color: #213430;
    font-size: 16px;
    font-weight: 600;
}

/* ====================================
    Product Page
======================================= */
.productc_features ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.productc_features ul li {
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    line-height: 28px;
    padding: 0 0 0 20px;
}

section.product_sec {
    padding: 30px 0 60px;
}


.products_img img {
    width: 520px;
    object-fit: cover;
    box-shadow: rgb(0 0 0 / 17%) 7px 6px 15px -3px, rgba(0, 0, 0, 0.05) 3px 2px 6px -2px;
    z-index: 9;
    position: relative;

}

/* .products_img::before {
    position: absolute;
    content: '';
    background: #c3ff4b;
    bottom: -16px;
    left: 0;
    width: 60%;
    height: 70%;
}

.row_reverse .products_img::before {
    left: 37%;
} */

/* .productc_features ul li::before {
    position: absolute;
    content: '\f058';
    font-family: 'fontawesome';
    left: 0;
} */

.productc_features ul li>span {
    position: absolute;
    width: 14px;
    left: 0;
}

.products_con {
    padding: 40px 0;
}

.pt_pros {
    padding-top: 65px;
}

.products_con h6 {
    position: relative;
    padding: 0 0 0 40px;
    color: #172300;
}

.products_con h6::before {
    position: absolute;
    content: '';
    width: 35px;
    height: 2px;
    background: #c3ff4b;
    top: 10px;
    left: 0;
}

.products_con h2 {
    color: #000000;
    font: normal normal normal 45px/65px Bebas Neue;
    padding: 8px 0;
}

.error {
    color: red;
}

.cke_notification .cke_notification_warning {
    display: none;
}

.footer-description {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 10px;
}

.footer-description p {
    color: #fff;
}
