ul.navbar-nav {
    margin-right: 0px !important;
    align-items: center;
}

div#navbarSupportedContent {
    justify-content: end;
}


p,
h1,
h2,
h3,
h4,
h5,
h6,
a,
span,
ul {
    font-family: 'Urbanist', sans-serif;
}

a.nav-link {
    color: #2F2F2F;
    font-size: 15px;
}

.heading-para {
    font-size: 21px;
}

.px-6 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
}

.banner-heading {
    font-size: 40px;
    color: #000;
}

.heading-gradient {
    font-size: 66px;
    background: #8DCB86;
    background: linear-gradient(90deg, #8ECB86 0%, #83BF86 4.39%, #62A387 21.39%, #478F87 39.05%, #318387 57.4%, #217B86 76.9%, #1A7986 99.5%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-weight: 700;
}

.nav-btn {
    margin-left: 20px;
    padding: 1px 1px;
    border-radius: 11px;
    background: linear-gradient(90deg, #8ECB86 0%, #83BF86 4.39%, #62A387 21.39%, #478F87 39.05%, #318387 57.4%, #217B86 76.9%, #1A7986 99.5%);
    cursor: pointer;
    color: #fff;
}

.nav-btn a:hover {
    color: #fff;
}

.nav-btn a {
    color: #fff;
}

.about-us-section,
.portfolio-slider-section {
    background-color: rgba(103, 167, 135, 0.2);
    ;
}

.section-heading h4 {
    color: #67A787;
    font-size: 35px;
}

.section-heading h2 {
    color: #000;
    font-size: 46px;
    font-weight: 600;
}

.about-us-section p {
    font-size: 20px;
}

.service-item-current-style4 {
    position: relative;
    margin-bottom: 30px;
    z-index: 1;
    height: 335px;
}

.service-item-current-style4 .inner-box {
    position: relative;
    overflow: hidden;
    height: 100%;
    padding: 34px 35px;
    background: #FFFFFF;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.08);
    border-radius: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../assets/images/shape-1-copy.png);
    transition: all 300ms linear;
    cursor: pointer;
}

.service-item-current-style4 .inner-box:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-color: #ffffff;
    content: "";
    transition: all 300ms linear;
}

.service-item-current-style4 .icon-box {
    position: relative;
    margin-bottom: 25px;
}

.service-item-current-style4 .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    width: 80px;
    background-color: #2DA5BA;
    color: #222429;
    border-radius: 8px;
    margin: 0 auto;
    transition: all .5s ease;
}

.service-item-current-style4 .inner-box:hover:before {
    height: 0px;
}

.icon svg {
    width: 50px;
}

h5.title.service-title,
.service-desc {
    position: relative;
    text-align: center;
    transition: all .9s ease;
}

.service-item-current-style4 .inner-box:hover h5.title.service-title {
    color: #fff;
    transition: all .9s ease;
}

.service-item-current-style4 .inner-box:hover .service-desc {
    color: #fff;
    transition: all .9s ease;
}

.service-item-current-style4 .inner-box:hover .icon {
    border-radius: 42px;
    transition: all .5s ease;
    background-color: rgba(255, 255, 255, 0.164);
}

.service-item-current-style4 .inner-box:hover path {
    fill: #fff;
}

.section-padding {
    padding: 50px 0;
}

.what-we-do {
    background-color: rgba(103, 167, 135, 0.2);
}

.we-do-para {
    color: #2F2F2F;
    font-size: 20px;
    margin: 0 auto;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 14px;
    padding-left: 14px;
}

.slider-wrapper {
    background-color: #fff;
    padding: 40px 0;
}

.slider-wrapper .slick-list.draggable {
    width: 90%;
    margin: 0 auto;
}

.slick-track {
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo-slider .slick-slide img {
    width: 100px;
    margin: 0 auto;
}

button.slick-prev.slick-arrow,
button.slick-next.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: 0;
    font-size: 30px;
}

button.slick-prev.slick-arrow {
    right: 0;
    margin-right: 30px;
}

button.slick-next.slick-arrow {
    margin-left: 30px;
}

.testimonial {
    display: flex !important;
    align-items: center;
    justify-content: center;
    background-color: rgba(103, 167, 135, 0.2);
    margin-right: 42px;
    padding: 38px 46px;
}

.testimonial .testimonial-img img {
    width: 160px;
}

.testimonial-detail p {
    font-size: 14px;
}

.testimonial-img {
    margin-right: 28px;
}

.testimonial-detail h6 {
    font-weight: 700;
}

.big-value {
    background-color: rgba(103, 167, 135, 0.2);
}

.big-value h4 span {
    color: #000
}

.big-value h2 span {
    color: #637381;
    font-size: 20px;
}

.big-value p {
    color: #637381;
    font-size: 16px;
}

.big-value a {
    font-size: 20px;
    text-decoration: none;
    background-color: #8DCB86;
    color: #fff;
    padding: 9px 32px;
    border-radius: 6px;
}

.pkg-detail ul {
    list-style: none;
    padding-left: 0;
    text-align: center;
    font-weight: 700;
    color: #212B36;
    font-size: 24px;
}

.pkg-detail li {
    font-weight: 400;
    color: #637381;
    line-height: 2em;
    font-size: 20px;
}

.pkg-detail.center-pkg {
    margin-left: 66px;
    margin-right: 66px;
}

.big-value .section-padding {
    border-radius: 7px;
}

.single-step {
    text-align: center;

}

.step-circle {
    width: 62px;
    height: 62px;
    background: #67A787;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}

.step-circle p {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0;
}

.step-detail {
    margin-top: 18px;
}

.step-detail h6 {
    font-size: 20px;
    color: #8DCB86;
    font-weight: 600;
}

.step-detail p {
    color: #000;
}

.single-step {
    background: #FFFFFF;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.08);
    border-radius: 20px;
    padding: 46px 15px;
    height: 323px;
    /* width: 220px; */
    /* flex-basis: 19%; */
}

.single-step-second {
    height: 349px;
    width: 334px;
}

.contact-first-container {
    background: rgba(103, 167, 135, 0.2);;
    padding-top: 225px;
    padding-bottom: 26px;
}

.contact-single-detail {
    flex-basis: 45%;
}

.contact-single-detail {
    background-repeat: no-repeat;
    padding-left: 64px;
    background-size: 40px;
}

.location {
    background-image: url(../assets/images/location.svg);
}

.message {
    background-image: url(../assets/images/message.svg);
}

.contact-detail {
    justify-content: space-between;
}

.contact-single-detail h6 {
    font-size: 24px;
    font-weight: 600;
}

.contact-single-detail p {
    font-size: 16px;
    margin-bottom: 0;
    color: #637381;
}

.contact-form {
    background: #FFFFFF;
    box-shadow: 0px 5.33243px 37.327px rgba(0, 0, 0, 0.05);
    border-radius: 10.6649px;
    padding: 44px 37px;
    width: 34%;
    margin: 0 auto;
    position: absolute;
    border: 1px solid #cbcbcb;
    bottom: 44px;
}

.contact-info-div label {
    display: block;
    color: #637381;
    font-size: 14px;
    padding-bottom: 10px;
}

.contact-form h3 {
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 36px;
}

.contact-info-div input {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #F1F1F1;
    margin-bottom: 32px;
}

.contact-btn button {
    background: #67A787;
    color: #fff;
    font-size: 18px;
    border: 0;
    padding: 9px 46px;
    border-radius: 5px;
}

.contact-section {
    position: relative;
}

.contact-second-div {
    padding-top: 34px;
    padding-bottom: 154px;
}

.footer {
    background-image: url(../assets/images/footer-bg.jpg);
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 26px;
}

.footer-desc p {
    color: #fff;
    width: 80%;
}

.footer-social img {
    margin-right: 22px;
}

.footer-heading h5 {
    font-size: 18px;
    margin-top: 11px;
    color: #fff;
    font-weight: 600;
}

.footer-col {
    flex-basis: 20%;
}

.footer-list ul {
    list-style: none;
    padding: 0;
    color: #fff;
}

.footer-list ul li {
    margin-bottom: 12px;
    font-size: 14px;
}

.footer-blog-wrap p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 0;
    margin-left: 15px;
}

.footer-logo-div img {
    margin-right: 12px;
}

.footer-bottom-links a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
}

.footer-bottom-links {
    display: flex;
    justify-content: space-between;
}

.copyright p {
    font-size: 15px;
    color: #fff;
    text-align: right;
}

.footer-container {
    border-top: 2px solid #ffffff69;
    padding-top: 34px;
    margin-top: 24px;
}

section.recent-projects {
    background: #8dcb8642;
}

.case-image__wrap {
    margin-bottom: 15px;
    position: relative;
    cursor: pointer;
}

.case-image__wrap img {
    width: 100%;
    opacity: 1;
    display: block;
    transition: 0.5s ease;
    backface-visibility: hidden;
}

.case__link {
    transition: 0.5s ease;
    opacity: 0;
    position: absolute;
    top: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.418);
}

.case__link a {
    background: #2474bf;
    padding: 19px 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.case-image__wrap:hover .case__link {
    opacity: 1;
}

.case__tabs .filter-button {
    background: none;
    border: 0;
    color: #35373e;
    font-weight: 500;
    flex-basis: 100%;
    font-size: 15px;
    padding: 9px 0px;
    border-radius: 5px;
}

.case__tabs .active {
    color: #fff;
    background: #8DCB86;
    background: linear-gradient(to right, #8DCB86 0%, #5DCAE8 100%);
    cursor: pointer;
}

.case__tabs {
    display: flex;
    justify-content: space-around;
    background-color: #fff;
    border-radius: 5px;
}

.wrapper-pricing-tab {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    height: 782px;
    position: relative;
}

.wrapper-pricing-tab:before {
    content: "";
    background-image: url(./images/back-shape.svg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 34%;
    width: 250px;
    position: absolute;
    top: 0px;
    left: 0;
}

.pricing-section,
.digital-creation {
    background-color: #8dcb8642;
}

.pricing-tabs .nav-tabs {
    border-bottom: 0px;
    background: #fff;
    border-radius: 5px;
    margin-top: 189px;
}

.pricing-tabs .nav-tabs .nav-link.active {
    color: #fff;
    background: #67A787;
    border-radius: 6px;
    cursor: pointer;
    border: 0px;
}

.pricing-tabs .nav-tabs .nav-link {
    flex-basis: 16.666666%;
    background: none;
    border: 0;
    color: #67A787;
    font-weight: 500;
    font-size: 15px;
    padding: 9px 0px;
    border-radius: 5px;
    border: 1px solid #67A787;
    border-radius: 6px;
    margin-bottom: 17px;
    padding: 12px;

}

.plan {
    background: #fff;
    /* width: 80%; */
    margin: 0 auto;
    padding: 50px 30px;
    border-radius: 10px;
    position: relative;
    text-align: center;
}

.plan h6 {
    color: #212B36;
    font-size: 15px;
    margin-bottom: 24px;
}

.plan-price span {
    color: #212B36;
    font-size: 40px;
    font-weight: 700;
}

.plan p {
    color: #637381; 
    font-weight: 500;
}

.price-button {
    text-align: center;
    margin-top: 28px;
    margin-bottom: 45px;
}

.price-button button {
    background: #67A787;
    border: 0;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    padding: 9px 48px;
    border-radius: 4px;
    transition: .5s, color .10s;
}

.get-contact-button button {
    background: linear-gradient(90deg, #8ECB86 0%, #83BF86 4.39%, #62A387 21.39%, #478F87 39.05%, #318387 57.4%, #217B86 76.9%, #1A7986 99.5%);
    border: 0;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    padding: 9px 48px;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    transition: .5s, color .10s;
}


.center-btn button {
    background: #8DCB86;
}

.plan h5 {
    color: #212B36;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 26px;
}

.price-list ul {
    list-style: none;
    padding-left: 0;
    text-align: center;
}

.price-list li {
    border: 1px solid #EEEEEE;
    border-bottom: 0;
    padding: 22px 6px;
    color: #637381;
}

.price-list li:nth-last-child(1) {
    border-bottom: 1px solid #EEEEEE;
}

.price-list {
    height: 365px;
    overflow: auto;
}

.center-plan {
    width: 100%;
    height: 36px;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, #8ECB86 0%, #83BF86 4.39%, #62A387 21.39%, #478F87 39.05%, #318387 57.4%, #217B86 76.9%, #1A7986 99.5%);
    border-radius: 12px 12px 0px 0px;
    opacity: 0;
    transition: all .3s;
}

.plan:hover .center-plan {
    opacity: 1;
    transition: all .3s;
}

.plan:hover .price-button button {
    background: #8DCB86;
    transition: all .3s;
}

.price-list {
    --scrollbarBG: #F3F3F3;
    --thumbBG: #8DCB86;

}

.price-list::-webkit-scrollbar {
    width: 11px;
}

.price-list {
    scrollbar-width: thin;
    scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}

.price-list::-webkit-scrollbar-track {
    background: var(--scrollbarBG);
}

.price-list::-webkit-scrollbar-thumb {
    background-color: var(--thumbBG);
    border-radius: 6px;
    border: 3px solid var(--scrollbarBG);
}

p.plan-price {
    margin-bottom: 0;
}

.tabs_row {
    position: relative;
}

/* Popup css start */
.popup {
    width: 900px;
    margin: auto;
    text-align: center
}

.popup img {
    width: 200px;
    height: 200px;
    cursor: pointer
}

.custom-show {
    z-index: 999;
    display: none;
}

.custom-show .overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .66);
    position: fixed;
    top: 0;
    left: 0;
}

.custom-show .img-show {
    width: 14%;
    position: absolute;
    top: 34%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
    height: 100%;
}

.img-show span {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 99;
    cursor: pointer;
}

.img-show img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
}

.blog-content h2 {
    font-size: 42px;
    font-weight: 600;
}

.blog-content p {
    font-size: 18px;
}

.blog-content ul {
    list-style: circle;
    font-size: 18px;
}





/* Popup css End */

.image-wrap {
    width: 100%;
    height: 341px;
    border-radius: 16px;
    overflow: hidden;
}

.image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    transition: all 1s ease-in-out;
}

.image-wrap:hover img {
    object-position: bottom center;
}

.blog-wrapper img {
    width: 100%;
}

.blog-content-wrapper {
    padding: 21px 16px;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
    background: #FFFFFF;
box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.08);
}

.blog-wrapper {
    border-radius: 20px;
}

.blog-content-wrapper h5 {
    font-weight: 700;
}

.consultant-section {
    background: linear-gradient(90deg, #8ECB86 0%, #83BF86 4.39%, #62A387 21.39%, #478F87 39.05%, #318387 57.4%, #217B86 76.9%, #1A7986 99.5%);
}

.consultant-section h2 {
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 48px;
    margin-bottom: 0;
    letter-spacing: 2px;
}

.consultant-section p {
    margin-bottom: 16px;
    color: #fff;
}

.white-email {
    background-image: url(../assets/images/white-email.svg);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 42px;
    background-size: 32px;
}

.white-phone {
    background-image: url(../assets/images/white-phone.svg);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 42px;
}

/* Inner Page Css Start */
section.inner-banner {
    background-image: url(../assets/images/inner-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.inner-banner h1 {
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 56px;
    padding-bottom: 20px;
}

.inner-banner p {
    color: #000;
    text-align: center;
    font-size: 20px;
    width: 70%;
    margin: 0 auto;
}

.inner-banner {
    padding: 100px 0px;
}

.inner-headings h4 {
    color: #5DCAE8;
    font-size: 28px;
}

.inner-headings h2 {
    color: #000;
    font-size: 44px;
    font-weight: 600;
}

.design-img-wrap img {
    width: 50px;
}

.design-img-wrap {
    border: 2px solid #5DCAE8;
    width: 87px;
    height: 87px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    transition: all .4s;
}

.second-text h5 {
    color: #5DCAE8;
    font-size: 28px;
    font-weight: 600;
    transition: all .4s;
}

.second-text p {
    color: #000;
    font-size: 18px;
}

section.second {
    padding: 120px 0;
}

.second-design-wrap {
    cursor: pointer;
}

.second-design-wrap:hover .design-img-wrap {
    border-color: #8DCB86;
    transition: all .4s;
}

.second-design-wrap:hover .second-text h5 {
    color: #8DCB86;
    transition: all .4s;
}

.portfolio-slider img {
    width: 100%;
}

.portfolio-slider-section .slick-slide {
    padding: 10px;
}

.portfolio-slider-section ul.slick-dots {
    list-style: none;
    display: flex !important;
    justify-content: center;
    font-size: 0;
    margin-top: 14px;
}

.portfolio-slider-section ul.slick-dots li {
    margin-right: 16px;
    width: 42px;
}

.portfolio-slider-section ul.slick-dots li button {
    width: 100%;
    border: 0px;
    background-color: #CDCDCD;
    padding: 3px 0px;
    border-radius: 5px;
}

.portfolio-slider-section .slick-active button {
    background-color: #5DCAE8 !important;
}

.portfolio-slider-section ul.slick-dots li.slick-active {
    width: 70px;
}

.custom-drop {
    position: relative;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 220px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-size: 15px;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.custom-drop:hover .dropdown-content {
    display: block !important;
}

.creation-content p {
    font-size: 20px;
}

.price-view-more {
    text-align: center;
    margin-top: 24px;
}

.price-view-more a {
    color: #5DCAE8;
    font-size: 20px;
    font-weight: 600;
}

.inner.plan {
    padding: 0;
    width: 100%;
    height: 590px;
}

.plan h2 {
    font-size: 36px;
    font-weight: 600;
    color: #5DCAE8;
    padding: 22px 0px 18px 30px;
}

.inner ul {
    text-align: left;
}

.inner li {
    padding-left: 30px;
}

.package-info-wrap h6 {
    color: #212B36;
    font-size: 18px;
    margin-bottom: 26px;
    font-weight: 600;
}

.package-info-wrap h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 26px;
}

.package-info-wrap p {
    font-weight: 500;
    color: #212B36;
    margin-bottom: 43px;
}

.package-info-wrap {
    background: linear-gradient(to right, #8DCB86 0%, #5DCAE8 100%);
    height: 590px;
    padding: 0px 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 9px;
}

.package-info-both {
    width: 58%;
    border: 1px solid #000;
    margin-bottom: 60px;
    padding: 30px 0px 5px;
    position: relative;
}

.package-info-both p {
    background: linear-gradient(to right, #8DCB86 -42%, #5DCAE8 145%);
    width: 89%;
    margin: 0 auto;
    margin-bottom: -16px;
    font-size: 20px;
}

.order-btn {
    width: 56%;
}

.order-btn button {
    background: #5DCAE8;
    border: 0;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    width: 100%;
    height: 61px;
    border-radius: 9px;
    box-shadow: 4px 4px 4px 0px rgb(41 41 41 / 8%);
    -webkit-box-shadow: 4px 4px 4px 0px rgb(41 41 41 / 8%);
    -moz-box-shadow: 4px 4px 4px 0px rgb(41 41 41 / 8%);
}

.inner .price-list {
    height: 462px;
}

/* .fade {
    background: rgba(0,0,0,0.7);
} */

.package-info-email:before {
    content: '';
    background-image: url(../assets/images/envelope.png);
    width: 52px;
    height: 30px;
    position: absolute;
    background-repeat: no-repeat;
    top: -14px;
    background-position: center center;
    left: 50%;
    transform: translateX(-50%);
}

.package-info-phone:before {
    content: '';
    background-image: url(../assets/images/phone.png);
    width: 52px;
    height: 30px;
    position: absolute;
    background-repeat: no-repeat;
    top: -14px;
    background-position: center center;
    left: 50%;
    transform: translateX(-50%);
}

.contact-footer .contact-section {
    display: none;
}

.contact-info-div input:focus {
    outline: none;
}

.form-modal {
    background-image: url(../assets/images/modal-bg.png);
    background-repeat: no-repeat;
    border-radius: 20px;
    background-size: cover;
    padding: 46px 5px;
}

.form-modal h4 {
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 36px;
}

.form-inputs-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.form-inputs-wrapper .form-input {
    flex-basis: 49%;
}

.form-input .price-button {
    margin: 0;
    text-align: left;
}

.form-input input {
    background: transparent;
}

.form-input input:focus,
.form-input select:focus {
    outline: none;
    background: transparent;
    border-color: #fff;
    box-shadow: none;
}

.form-input input {
    background: transparent;
    color: #fff !important;
}

.form-input select {
    background: transparent;
    color: #ffffffb3;
}

.form-input select option {
    color: #000;
}

.form-input ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ffffffb3;
    opacity: 1;
    /* Firefox */
}

.form-input :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #ffffffb3;
}

.form-input ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #ffffffb3;
}

.img-modal img {
    width: 100%;
}

.bark img {
    width: 152px;
    margin-top: -9px;
}

.website-service-banner-section {
    background: linear-gradient(to right, #8DCB86 0%, #5DCAE8 100%);
}

.website-service-banner-section h2 {
    font-size: 48px;
    color: #1B2339;
    font-weight: 700;
}

.website-service-banner-section h3 {
    font-size: 48px;
    font-weight: 700;
    background: linear-gradient(to right, #8DCB86 0%, #5DCAE8 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.website-service-banner-section p,
.get-free-consult a {
    font-size: 20px;
    color: #2F2F2F;
}

.get-free-consult a {
    text-decoration: none;
}

.website-service-row {
    background-color: rgba(255, 255, 255, 0.579);
    border-radius: 7px;
}

.get-free-consult p {
    background-image: url(../assets/images/get-free-btn-dot.png);
    background-repeat: no-repeat;
    margin: 0;
    background-size: contain;
    padding-left: 21px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.website-service-row {
    background-color: rgba(255, 255, 255, 0.579);
    border-radius: 24px;
}

.website-service-inner-heading h3 {
    font-size: 48px;
    font-weight: 700;
}

.website-service-inner-heading h3 span {
    background: linear-gradient(to right, #8DCB86 0%, #5DCAE8 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.website-service-inner-heading p {
    font-size: 20px;
    line-height: 2em;
}

.website-service-inner-banner {
    background: linear-gradient(to right, #8DCB86 0%, #5DCAE8 80%);
}

.talk-btn a {
    text-decoration: none;
    color: #fff;
    display: inline-block;
    padding: 2px 38px;
    border-radius: 8px;
    background: linear-gradient(to right, #8DCB86 0%, #5DCAE8 80%);
}

.web-service-tab-content h3 {
    font-size: 48px;
    font-weight: 700;
    color: #2F2F2F;
}

.web-service-tab-content h3 span {
    background: linear-gradient(to right, #8DCB86 0%, #5DCAE8 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.web-service-tab-content p {
    font-size: 20px;
}

.website-tab-service h4 {
    font-size: 24px;
    font-weight: 500;
    background-image: url(../assets/images/tab-service-icon.png);
    background-repeat: no-repeat;
    padding-left: 38px;
    background-position: center left;
}

.website-tab-service p {
    font-size: 16px;
    width: 60%;
}

.website-tab-service {
    margin-bottom: 28px;
}

.website-tab-bg {
    background: linear-gradient(to right, #8DCB86 0%, #5DCAE8 80%);
    padding: 34px 34px;
    border-radius: 10px;
}

.website-single-tab {
    flex-basis: 32%;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.579);
    border-radius: 8px;
    padding: 26px 5px;
    cursor: pointer;
}

.website-tab-wrapper.d-flex {
    justify-content: space-between;
}

.website-single-tab p {
    font-size: 20px;
    font-weight: 500;
}

.website-tab-btn-icon {
    margin-bottom: 10px;
}

.website-tab-wrapper {
    border: 0px;
}

.website-faq-section h2 {
    font-size: 48px;
    font-weight: 700;
    color: #1B2339;
}

.website-faq-section h2 span {
    background: linear-gradient(to right, #8DCB86 0%, #5DCAE8 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.website-faq-section button.accordion-button {
    background: #fff;
    box-shadow: none;
    padding-left: 40px;
}

.website-faq-section .accordion-item {
    border: 0px;
    margin-bottom: 16px;
}

.website-faq-section .accordion-button::after {
    margin-left: 0;
    position: absolute;
    left: 0;
}

.service-para {
    font-size: 20px;
    margin-bottom: 26px;
    padding: 0px 116px;
}

/* Inner Page Css End */



@media screen and (max-width: 1440px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 10px;
        padding-left: 10px;
    }

    .banner-heading {
        font-size: 44px;
    }

    .heading-gradient {
        font-size: 67px;
    }

    .heading-para {
        font-size: 21px;
    }

    .section-heading h2 {
        font-size: 38px;
    }

    .section-heading h4 {
        font-size: 22px;
    }

    .about-us-section p {
        font-size: 18px;
    }

    .we-do-para {
        font-size: 18px !important;
    }

    .pkg-detail ul {
        font-size: 20px;
    }

    .pkg-detail li {
        font-size: 16px;
    }

    .contact-form {
        margin-left: 72px;
    }
}

@media screen and (max-width: 1262px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 14px;
    }

    .service-item-current-style4 .icon {
        height: 64px;
        width: 64px;
    }

    .icon svg {
        width: 34px;
    }

    h5.title.service-title {
        font-size: 16px;
    }

    .service-desc {
        font-size: 14px;
    }

    .service-item-current-style4 .inner-box {
        padding: 38px 10px;
    }

    .plan {
        width: 100%;
    }

    .step-detail h6,
    .contact-single-detail h6 {
        font-size: 18px;
    }

    .step-detail p,
    .contact-single-detail p {
        font-size: 14px;
    }

    .single-step {
        padding: 22px 9px;
    }

    .navbar-brand {
        width: 20%;
    }

    .navbar-brand img {
        width: 100%;
    }

    .navbar-brand svg {
        width: 200px;
    }

    .px-6 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .bark img {
        width: 115px;
    }

    .banner-heading {
        font-size: 30px;
    }

    .heading-gradient {
        font-size: 43px;
        margin-top: 10px;
    }

    .heading-para {
        font-size: 14px;
    }

    .banner-section .text-end img {
        width: 100% !important;
    }

    .section-heading h2 {
        font-size: 27px;
    }

    .about-us-section p {
        font-size: 14px;
    }

    .service-para {
        padding: 10px;
        font-size: 14px;
    }

    .testimonial {
        display: flex;
        flex-direction: column;
        width: 100% !important;
        margin-right: 0px;
    }

}

@media screen and (max-width: 991.98px) {
    .banner-section .text-end img {
        width: 60%;
    }

    .banner-section .text-end {
        text-align: center !important;
        margin-top: 30px;
    }

    .banner-section {
        text-align: center !important;
    }

    .hero-logos {
        justify-content: center;
    }

    .heading-para {
        width: 100% !important;
    }

    .navbar-toggler-icon {
        background-color: #000;
        display: block;
        height: 2px;
        width: 17px;
    }

    .navbar-toggler-icon:nth-child(2) {
        margin-top: 5px;
    }

    .navbar-toggler-icon:nth-child(3) {
        margin-top: 5px;
    }

    button.navbar-toggler {
        border: 1px solid #000;
        padding: 7px 12px;
    }

    button.navbar-toggler:focus {
        outline: none;
        box-shadow: none;
    }

    .plan {
        margin-bottom: 25px;
    }

    .pkg-wrapper {
        flex-direction: column;
    }

    /* .six-steps-wrap {
        flex-direction: column;
    } */
    .single-step {
        margin-bottom: 26px;
    }

    .contact-form {
        position: relative;
        top: 0;
        bottom: 0;
        margin: 0;
        width: 100%;
        margin-top: 28px;
    }

    .contact-first-container {
        background: #8dcb8642;
        padding-top: 34px;
        padding-bottom: 26px;
    }

    .section-heading h4 {
        text-align: center;
    }

    .section-heading h2 {
        text-align: center;
    }

    .contact-second-div {
        padding-bottom: 39px;
    }

    .footer-wrap {
        flex-direction: column;
        text-align: center;
    }

    .footer-social {
        justify-content: center;
        margin-bottom: 26px;
    }

    .footer-desc p {
        width: 100%;
    }

    .footer-blog-wrap {
        justify-content: center;
    }

    .footer-heading {
        margin-top: 26px;
    }

    .footer-bottom-wrap,
    .footer-bottom-links,
    .copyright p {
        margin-bottom: 30px;
        text-align: center;
    }

}

.mt--8 {
    margin-top: -8px;
}


/* Career CSS */

.career-heading h2 {
    color: #000;
    font-size: 46px;
    font-weight: 600;
}

.career-contact-from {
    background: #fff;
    padding: 44px 37px;
    box-shadow: 0px 0px 3px 0px rgb(173 166 166 / 75%);
    -webkit-box-shadow: 0px 0px 3px 0px rgb(173 166 166 / 75%);
}

.career-contact-from .form-control {
    border-radius: 0;
}

.career-contact-from .form-label {
    font-size: 14px;
    color: #77777d;

}

.career-contact-from .form-control:focus {
    box-shadow: none;
    border-bottom: 2px solid #5DCAE8;
}

.career-content-img img {
    width: 80%;
}



.navbar-brand img {
    width: 270px;
}