.contact-form {
    padding: 20px;
    background-color: white;
    position: relative;
    border-radius: 10px;
}

.banner-form-title {
    padding: 20px;
    background-color: #153D9A;
    margin-bottom: 0px;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    border-radius: 10px 10px 0 0
}

.text-left {
    text-align: left !important;
}

.banner-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.feature-section {
    position: relative;
    top: -100px;
    padding-bottom: 0;
}

.auto-container {
    position: static;
    max-width: 1320px;
    padding: 0px 15px;
    margin: 0 auto;
}

.feature-section .inner-container {
    position: relative;
    display: block;
    width: 80%;
    background: #fff;
    box-shadow: 0px 10px 100px 0px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    overflow: hidden;
    z-index: 2;
    margin-top: -90px;
    text-align: center;
}

.feature-section .inner-container .feature-block-one {
    float: left;
    width: 33.333%;
}

.feature-block-one .inner-box {
    position: relative;
    display: block;
    padding: 50px 50px 44px 50px;
}

.feature-block-one .inner-box .icon-box {
    position: relative;
    display: inline-block;
    width: 90px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    margin-bottom: 25px;
    background-color: #F5F5F5 !important;
}

.r-hex {
    position: absolute;
    left: -6px;
    top: 0px;
    overflow: hidden;
    display: inline-block;
    width: 100px;
    height: 100px;
    transform: rotate(-30deg) skewX(30deg);
    border-radius: 15px;
}

.r-hex-inner {
    transform: skewX(-30deg) rotate(60deg) skewX(30deg);
    cursor: pointer;
    transition: all 500ms ease;
}

.r-hex:first-child .r-hex-inner:before {
    transform: skewX(-30deg) rotate(60deg) skewX(30deg);
    background: #F5F5F5;
    content: '';
}

.feature-block-one .inner-box .icon-box .icon {
    position: relative;
    display: inline-block;
    font-size: 38px;
    color: #37AA67;
}

.feature-block-one .inner-box h3 {
    position: relative;
    display: block;
    font-size: 28px;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 15px;

}

.feature-section .inner-container .feature-block-one:first-child .inner-box {
    background-color: #37AA67;
}

.feature-section .inner-container .feature-block-one:nth-child(2) .inner-box {
    background: #153D9A;
}

.working-section {
    position: relative;
    overflow: hidden;
    background: linear-gradient(102.73deg, #37AA67 0.76%, #08349E 99.64%);
}

.working-section .bg-layer {
    opacity: 0.5;
}

.parallax-bg {
    position: absolute;
    left: 0px;
    top: -30%;
    width: 100%;
    height: calc(100% + 30%);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.working-section .bg-layer:before {
    position: absolute;
    content: '';
    background: linear-gradient(102.73deg, #37AA67 0.76%, #08349E 99.64%);
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    mix-blend-mode: multiply;
}

.sec-title.light .sub-title,
.sec-title.light h2 {
    color: #fff !important;
}

.sec-title h2 {
    position: relative;
    display: block;
    font-size: 48px;
    line-height: 53px;
    font-weight: 700;
}

.sec-title {
    position: relative;
    display: block;
    text-align: center;
}

.sub-title:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    border-radius: 30px;
    z-index: -1;
    opacity: 0.1;
}

.mb_60 {
    margin-bottom: 60px;
}

.p_relative {
    position: relative;
}

.working-block-one {
    text-align: center;
}

/* .working-section .inner-container:before {
    position: absolute;
    content: '';
    background: rgba(255, 255, 255, 0.30);
    width: calc(100% - 260px);
    height: 1px;
    left: 130px;
    top: 35px;
} */

.working-block-one .inner-box {
    position: relative;
    display: block;
    padding: 0px 0px;
    margin-bottom: 30px;
}

.working-block-one .inner-box .count-box {
    position: relative;
    display: inline-block;
    width: 63px;
    height: 70px;
    line-height: 70px;
    font-size: 28px;
    font-family: var(--title-font);
    color: #fff;
    font-weight: 600;
    text-align: center;
    margin-bottom: 16px;
}

.working-block-one .inner-box .count-box .shape {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 63px;
    height: 70px;
    background-repeat: no-repeat;
}

.working-block-one .inner-box .count-box span {
    position: relative;
    display: inline-block;
}

.working-block-one .inner-box h3 {
    position: relative;
    display: block;
    font-size: 28px;
    line-height: 36px;
    color: #fff;
    margin-bottom: 16px;
}

.working-block-one .inner-box p {
    color: #fff;
}

.form-label {
    margin-bottom: 0.5rem;
}

.form-control {
    /* padding: 15px 15px; */
    padding: 6px 6px;
    font-size: 15px;
    color: #848484;
    border: 1px solid #eeeeee;
    border: 1px solid #d7d7d7;
    border-radius: 0;
    font-weight: 500;
}

.contactt {
    background-image: linear-gradient(90deg, rgba(6, 70, 178, 0) 0%, rgba(11, 173, 246, 0) 3%, rgb(246, 247, 248) 80%);
}

.feature-block-four {
    position: relative;
    margin-bottom: 30px;
}

.feature-block-four .inner-box {
    height: auto !important;
}

.feature-block-four .inner-box {
    position: relative;
    background-color: #ffffff;
    border-radius: 15px 15px 0 0;
    padding: 30px 20px;
    text-align: center;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    background-image: url(../images/icons/pattern-1.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100%;
    transition: all 300ms ease;
}

.feature-block-four .inner-box:before {
    position: absolute;
    height: 200px;
    width: 200px;
    left: 50%;
    margin-left: -100px;
    top: -100px;
    border-radius: 50%;
    background: linear-gradient(180deg, #2F80ED 0%, #56CCF2 100%);
    opacity: 0;
    z-index: 9;
    transform: scale(0);
    content: "";
    transition: all 600ms ease;
}

.feature-block-four .icon {
    font-size: 22px;
    line-height: 1em;
    color: var(--color-primary);
    display: inline-block;
    margin-bottom: 10px;
    transition: all 300ms ease;
}

.feature-block-four h4 {
    font-size: 20px;
    line-height: 1.2em;
    font-weight: 700;
    margin-bottom: 15px;
    transition: all 300ms ease;
}

.feature-block-four .text {
    position: relative;
    transition: all 300ms ease;
}

.feature-block-four .inner-box:after {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
    content: "";
    border-bottom: 3px solid #56CCF2;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    -webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
}

.bg-contact {
    background: #fff;
    box-shadow: 0px 5px 83px 0px rgba(13, 14, 67, 0.08);
}

.service-section {
    position: relative;
    overflow: hidden;
    background: #F7F7F7;
}

.pb_90 {
    padding-bottom: 90px;
}

.pt_120 {
    padding-top: 120px;
}

.service-section .bg-layer {
    opacity: 0.1;
}

.service-section .pattern-layer {
    position: absolute;
    left: 0px;
    bottom: -115px;
    width: 466px;
    height: 933px;
    background-repeat: no-repeat;
}

.service-block-one {
    margin-top: 44px;
}

.service-block-one .inner-box {
    position: relative;
    display: block;
    box-shadow: 0px 10px 100px 0px rgba(0, 0, 0, 0.15);
    background: #fff;
    padding: 0px 35px 32px 40px;
    border-radius: 10px;
    z-index: 1;
    margin-bottom: 30px;
}

.service-block-one .inner-box:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 0%;
    left: 0px;
    bottom: 0px;
    z-index: -1;
    border-radius: 10px;
    transition: all 500ms ease;
}

.service-block-one .inner-box .icon-box {
    position: relative;
    display: inline-block;
    width: 90px;
    height: 100px;
    margin-top: -45px;
    margin-bottom: 21px;
}

.service-block-one .inner-box:hover:before {
    height: 100%;
    top: 0px;
}

.r-hex {
    position: absolute;
    left: -6px;
    top: 0px;
    overflow: hidden;
    display: inline-block;
    width: 100px;
    height: 100px;
    transform: rotate(-30deg) skewX(30deg);
    border-radius: 15px;
}

.r-hex-inner {
    transform: skewX(-30deg) rotate(60deg) skewX(30deg);
    cursor: pointer;
    transition: all 500ms ease;
}

.r-hex *,
.r-hex *:before {
    display: block;
    overflow: hidden;
    width: inherit;
    height: inherit;
    border-radius: inherit;
}

.service-block-one .inner-box .icon-box .r-hex:first-child .r-hex-inner:before {
    transition: all 500ms ease;
}

.r-hex:first-child .r-hex-inner:before {
    transform: skewX(-30deg) rotate(60deg) skewX(30deg);
    background: #F5F5F5;
    content: '';
}

.service-block-one .inner-box .icon-box .r-hex:first-child .r-hex-inner:before {
    background-color: #37AA67;
}

.service-block-one .inner-box .icon-box .icon {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 43px;
    color: #fff;
    text-align: center;
    width: 90px;
    height: 100px;
    line-height: 100px;
}

.service-block-one .inner-box h3 {
    position: relative;
    display: block;
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 9px;
}

.tabs-container {
    text-align: center;
    margin-top: 50px;
    position: relative;
    /* Adjust top margin as needed */
}

.tab-btn-box {
    position: relative;
    display: flex;
    justify-content: center;
    border-radius: 10px;
    overflow: hidden;
}

.tab-btn-box .tab-btns {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
}

.tab-btn-box .tab-btns li.active-btn,
.tab-btn-box .tab-btns li:hover {
    color: #fff;
}

.tab-btn-box .tab-btns li {
    position: relative;
    display: inline-block;
    float: left;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    font-family: var(--title-font);
    font-weight: 500;
    color: var(--title-color);
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    padding: 18px 30px;
    z-index: 1;
    transition: all 500ms;
}

.tab-content {
    display: none;
    padding: 20px;
    border-top: none;
}

.tab-content.active {
    display: block;
}

.tab-btn-box .tab-btns li.active-btn:before,
.tab-btn-box .tab-btns li:hover:before {
    transform: scale(1, 1);
}

.tab-btn-box .tab-btns li:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: -1;
    transform: scale(0, 0);
    transition: all 500ms;
}

.tab-btn-box .tab-btns li:before {
    background-color: #37AA67;
}

.tab-btns {
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

.tab-btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: #f0f0f0;
    color: #333;
    border: 1px solid #ccc;
    border-radius: 5px;
    cursor: pointer;
    margin-right: 10px;
    transition: background-color 0.3s ease;
}

.tab-btn.active-btn {
    background-color: #fff;
    border-bottom: 1px solid #fff;
}
@media only screen and (max-width: 991px) {
    .feature-section .inner-container .feature-block-one {
        width: 50%;
    }

    .feature-section .inner-container .feature-block-one:last-child {
        width: 100%;
    }

    .tab-btn-box .tab-btns li {
        width: 33.333%;
    }
}

@media only screen and (max-width: 767px) {

    .feature-section .inner-container .feature-block-one {
        width: 100%;
    }

    .feature-section {
        top: -25px;
    }

    .tab-btn-box .tab-btns li {
               width: 50%;
        font-size: 10px;
        padding: 10px;
        margin-right: 0;
    }

    .tab-btn-box {
        margin-bottom: 50px;
    }
}
.service-block-one .inner-box .icon-box .icon img{
    filter: brightness(0) invert(1);
}