.banner_form {
    width: 330px;
    margin-left: auto;
    text-align: center;
    background: rgba(234, 243, 255, 0.83);
    border-radius: 50px;
    padding: 40px 20px;
}

.button_wrap {
    display: flex;
    justify-content: end;
}

.button_wrap button {
    margin: 0 5px;
}

.banner_form input.global_button {
    width: 100%;
    line-height: initial !important;
    padding: 0 !important;
}

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

section.sec_3 {
    background-image: url(../images/bg_shade.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.cta_form form {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.cta_form form input {
    flex: 0 0 20%;
    border-radius: 5px;
}

.banner_form {
    width: 400px;
    margin: auto;
    text-align: center;
    padding: 60px 20px 40px 20px;
    background: linear-gradient(90deg, rgb(145 32 33) 0%, rgba(225, 29, 12, 1) 100%);
    box-shadow: 0px 4px 20px rgba(19, 52, 103, 0.16);
    border-radius: 0px 30px 30px 30px;
}

.points_wrap ul {
    display: flex;
    flex-wrap: wrap;
}

.points_wrap ul li {
    flex: 0 0 35%;
    padding: 0 0 0 30px;
    position: relative;
}

.points_wrap ul li:before {
    content: '';
    display: block;
    position: absolute;
    background-image: url(../images/fav.png);
    background-repeat: no-repeat;
    width: 18px;
    height: 15px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.service_inner img {
    background: #fff;
}

section.sec_6 {
    background-image: url(../images/bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 200px;
    display: flex;
    align-items: center;
}

section.sec_6 .global_buttons {
    display: flex;
    justify-content: space-between;
}

.web_img ul {
    display: flex;
    flex-wrap: wrap;
}

.web_img ul li {
    flex: 0 0 25%;
    margin: 0 0 35px 0;
}

/* .web_img ul li img {position: absolute;top: 0;left: 0;transition: transform 1s ease-in-out 0.5s;width: 100%;} */
.tabs_content ul {
    justify-content: space-evenly;
    margin: 0 0 50px 0 !important;
}

.tabs_content ul li.nav-item button {
    padding: 10px 40px;
    border-radius: 30px;
    font-size: 18px;
    color: #002767 !important;
    border: 1px solid #002767;
    background: transparent !important;
    font-weight: 500;
}

.tabs_content ul li.nav-item button.active {
    background-color: #002767 !important;
    color: #fff !important;
}

.logo_img ul {
    display: flex;
    flex-wrap: wrap;
}

.logo_img ul li {
    flex: 0 0 23%;
    margin: 0 10px;
}

.logo_img ul li img {
    width: 100%;
    border-radius: 10px;
}

div#pills-tabContent {
    position: relative;
}

div#pills-tabContent:before {
    content: '';
    display: block;
    position: absolute;
    background-image: url(../images/VECTOR.png);
    background-repeat: no-repeat;
    width: 616px;
    height: 513px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    z-index: -1;
}

.book_points ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.book_points ul li {
    flex: 0 0 48%;
    padding: 0 0 0 0;
    position: relative;
    list-style: circle;
}

.book_points ul li:before {
    content: '';
    display: block;
    position: absolute;
    /* background-image: url(../images/fav.png); */
    background-repeat: no-repeat;
    width: 18px;
    height: 15px;
    left: 0;
    top: 6px;
}

section.sec_9 {
    position: relative;
}

section.sec_9:before {
    content: '';
    display: block;
    position: absolute;
    background-color: #253f80;
    width: 70px;
    height: 60px;
    bottom: 0;
    left: 35px;
    top: 0;
    margin: auto;
}

section.sec_9:after {
    content: '';
    display: block;
    position: absolute;
    background-color: #ca1d2a;
    width: 70px;
    height: 60px;
    bottom: 0;
    right: 35px;
    top: 0;
    margin: auto;
}

section.sec-10 .col-md-6:nth-child(1) {
    background: #253f80;
    padding-left: 8.4%;
    padding-right: 40px;
    position: relative;
}

.info_points ul li {
    display: flex;
    align-items: center;
}

.info_points ul li img {
    margin: 0 30px 0 0px;
    width: 20px;
}

.social_icon ul {
    display: flex;
}

.social_icon ul li {
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 0 14px 0 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social_icon ul li svg {
    font-size: 20px;
    color: #ca1d2a;
}

section.sec-10 .col-md-6:nth-child(1):after {
    content: '';
    display: block;
    position: absolute;
    width: 78px;
    height: 78px;
    right: 0;
    bottom: 0;
    border-radius: 88.5px 0px 0px 0px;
    background: #03204C;
}

.bottom_form p {
    width: 70%;
}

.bottom_form form {
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
}

.bottom_form form input {
    /* flex: 0 0 48%; */
    margin-right: 10px !important;
}

section.sec_1 {
    background-image: url(../images/banner.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
}

.service_box {
    width: 300px;
    margin: auto;
    padding: 20px 15px;
    position: relative;
}

.service_box:before {
    content: '';
    display: block;
    position: absolute;
    background: #ca1d2aB0;
    width: 230px;
    height: 2px;
    top: 0;
    margin: auto;
    left: 0;
    right: 0;
}

.service_box:after {
    content: '';
    display: block;
    position: absolute;
    background: #ca1d2aB0;
    width: 230px;
    height: 2px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.service_box span {
    position: relative;
}

.service_box span:before,
.service_box span:after {
    content: '';
    display: block;
    position: absolute;
    background: #ca1d2aB0;
    width: 2px;
    height: 230px;
    top: 35px;
    left: -160px;
}

.service_box span:after {
    left: unset;
    right: -160px;
}

.post_box img {
    width: 100%;
}

.darwin-img {
    position: absolute;
    width: 40%;
    top: 110px;
    right: 90px;
    z-index: -99;
}

section#roadmap {
    background: #0a0e27;
    padding: 60px 0;
}

.idea_head h2 {
    color: #ffffff !important;
     !i;
     !;
    font-size: 54px;
    text-align: center;
    margin-bottom: 40px;
    font-weight: 700;
}

.tabs_wrting ul {
    list-style: none;
    padding: 0;
}

.tabs_wrting li {
    color: #ffffff;
    padding: 15px;
    margin: 20px 0;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
}

.tabs_wrting li:hover {
    background: #ff0e299c;
    border-radius: 20px;
    border: 2px solid #ca1d2a;
    padding: 17px 28px 60px;
}

.tabs_wrting li img {
    width: 30px;
    height: 30px;
    margin-right: 15px;
}

.tabs_wrting li h3 {
    font-size: 22px;
    color: #fff !important;
     !i;
     !;
     !;
     !;
    font-weight: 700;
}

.step-info {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    background: #1d2238;
    color: #ffffff;
    padding: 15px;
    width: 250px;
    border: 1px solid #ff3d00;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.tabs_wrting li:hover .step-info {
    display: block;
}

.content-area {
    background: #02083e;
    color: #ffffff;
    padding: 25px 25px 33px;
    border-radius: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    border: 2px solid #1927a9;
}

.content-area h4 {
    font-size: 22px;
    font-weight: 700;
    color: #fff !important;
     !i;
     !;
}

.content-area p {
    color: #fff !important;
     !i;
     !;
    margin-bottom: 10px !important;
    font-weight: 600;
    font-size: 22px;
    line-height: 32px;
}

.content-area ul {
    list-style: none;
    padding: 0;
}

.content-area ul li {
    position: relative;
    margin: 5px 0;
    padding-left: 20px;
    color: #fff;
    font-weight: 700;
    line-height: 31px;
    font-size: 16px;
}

.content-area ul li::before {
    content: '✔';
    position: absolute;
    left: 0;
    color: #ca1d2a;
}

.glbl_btn {
    text-align: center;
}

.btn-session {
    background: #ca1d2a;
    color: #ffffff;
    border: none;
    padding: 10px 89px;
    border-radius: 10px;
    cursor: pointer;
    margin-top: 15px;
    transition: background 0.3s;
    font-weight: 700;
    font-size: 18px;
}

.btn-session:hover {
    background: linear-gradient(90deg, #ca1d2afa, #27407f);
}

.duration {
    margin-top: 10px;
    font-size: 0.9rem;
    color: #ccc;
}

.ghost_heading {
    margin-bottom: 10px;
    color: #ffffff;
    background: #ca1d2afa;
    padding: 20px;
    border-radius: 20px;
    text-align: center;
}

.content {
    display: none;
    /* Hide all content sections by default */
}

.content.active {
    display: block;
    /* Show the active content section */
}

.glbl_btn p.duration {
    margin-top: 25px !important;
}

.tooltip-info {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 5% !important;
    top: 59%;
    min-width: 50%;
    /* background-color: #ffffffd9; */
    transition: .6s cubic-bezier(.23, 1, .32, 1);
    border-radius: 35px;
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: -0.13px;
    z-index: 1;
}

.tabs_wrting li:hover .tooltip-info {
    opacity: 1;
    visibility: visible;
}

.idea_head p {
    color: #fff !important;
    text-align: center;
}

section.section.s8 {
    position: relative;
    overflow: hidden;
    padding: 2rem 0;
}

.form-area {
    border: 2px solid #ef1012;
    border-radius: 40px;
    margin-top: 40px;
    padding: 30px;
}

.form-head {
    margin-bottom: 20px;
}

.form-head h2 span {
    color: #ef1012;
}

.form-head.text-center p {
    font-size: 19px;
    color: #000 !important;
    font-weight: 500;
}

.form-style .form-body .form-group {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.form-style .form-body .form-group:not(:last-child) {
    margin: 0 0 1rem;
}

.form-style .form-body .form-group>div {
    flex: 1 0 48%;
}

.form-style .form-body .form-group input,
.form-style .form-body .form-group textarea,
.form-style .form-body .form-group select {
    background: #fff !important;
    border: 1px solid transparent;
    border-radius: 3.125rem;
    height: 3.625rem;
    padding: 0 1.5rem;
    width: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.form-style .form-body .form-group input,
.form-style .form-body .form-group textarea,
.form-style .form-body .form-group select,
.form-style .code-field .code-txt-field {
    background: #fff !important;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2) !important;
}

.form-style .form-submit {
    margin: 1rem 0 0;
}

.form-style .form-submit>.form-btn {
    font-size: 1.125rem;
    font-weight: 500;
    width: 25%;
    background: #29427d;
    border: 0;
    padding: 10px;
    border-radius: 50px;
    color: #fff;
    line-height: 1;
    display: block;
    text-align: center;
    cursor: pointer;
}

.form-style .form-submit>.form-btn:hover {
    background: #ed061e;
    color: #fff;
    border: none;
}

.form-head h2 {
    font-size: 45px;
    font-weight: 700;
}

.div-img.aos-init.aos-animate img {
    width: 100%;
    height: 100%;
}

.service_inner.first {
    background: #070e2985;
}


.service_inner.first .d-flex h4.f_20 {
    color: #fff !important;
    font-weight: 600;
}

.service_inner.first p {
    color: #fff !important;
}

.service_inner .d-flex {
    justify-content: space-between;
}

.service_img img {
    width: 272px;
    height: 250px;
    border-radius: 20px;
}

section.sec_5.pt_80.pb_80 {
    background-image: url(../images/bg.webp);
}

.service_inner {
    background: #ffffffeb;
    padding: 35px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    height: 311px;
    border-radius: 20px;
}

.testimonial_slider .item {
    border: 2px solid #c81a2e;
    padding: 20px;
    height: auto;
    border-radius: 20px;
}

.testimonial_slider .item p {
    overflow-y: scroll;
    height: 116px;
}



section.sec-10 .container {
    position: relative;
    top: 28px;
}

.bottom_form {
    background: #fff !important;
}

section.sec-10 .container .col-md-6.pt_60.pb_60.pl_50 {
    background: #fff !important;
}


.form-style .group-item.select-icon {
    position: relative;
}

section.our-work {
    padding: 60px 0;
    clear: both;
    position: relative;
    background: #29427d1a;
}

.our-work .container::before {
    position: absolute;
    content: "";
    right: 0;
    margin: auto;
    background: url(../images/wave.png) no-repeat;
    max-width: 555px;
    width: 100%;
    background-size: 100%;
    height: 256px;
    top: -60px;
}

.our-work .info-text {
    margin-bottom: 60px;
}

.info-text h2 {
    margin-bottom: 40px;
    font-size: 40px;
    line-height: 55px;
    letter-spacing: -2px;
    font-weight: 700;
    /* margin-bottom: 20px; */
    position: relative;
}

.our-work .info-text h2:before {
    right: inherit;
}

.info-text h2::before {
    background: #c81a2ec2;
    width: 100px;
    height: 7px;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: -15px;
    margin: auto;
}

.our-work .row {
    align-items: center;
}

.info-work {
    padding: 50px 5px;
    position: relative;
}

.info-work span.blue {
    -webkit-text-stroke: 1px #0846b1;
}

.info-work span {
    position: absolute;
    font-size: 109px;
    line-height: 74px;
    font-weight: 700;
    color: transparent;
    top: 0;
    right: 0;
    font-family: 'Barlow Condensed', sans-serif;
    vertical-align: baseline;
    z-index: 2;
}

.info-work h6 {
    font-weight: 700;
    color: #000;
    font-size: 20px;
    position: relative;
    margin-bottom: 25px;
}

.info-work h6::before {
    position: absolute;
    left: -2px;
    content: "";
    background: #c81a2ec2;
    width: 100px;
    height: 7px;
    bottom: -4px;
    z-index: -1;
}

.info-work h6+p {
    font-size: 15px;
    font-weight: 700;
}

.info-work span.yellow {
    -webkit-text-stroke: 1px #c81a2ec2;
}







section.sec_7 {
    padding: 60px 0;
}

.testi_head h3 {
    font-size: 60px;
    font-weight: 700;
    line-height: 74px;
    text-align: center;
}

.testi_head h3 span {
    color: #f60000;
}

.testi_head p {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
}

.testimonial_box-top {
    padding: 24px 12px 14px 25px;
    border: 2px solid red;
    border-radius: 33px !important;
}

.testimonial_box-img img {
    width: 10%;
    border-radius: 50px;
}

.testimonial_box-icon {
    color: #f60000;
    font-size: 57px;
}

.testimonial_box-text p {
    margin-top: 10px;
    font-size: 16px;
    height: 135px;
    overflow: auto;
    padding-right: 10px;
}
.testimonial_box-text p span {
    font-weight: 700;
    color: #f40016;
}

.testimonial_box-name h4 {
    color: #f60000;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
}

li.testi_name {
    position: relative;
    left: 65px;
    top: -41px;
}

li.testi_foundr p {
    position: relative;
    left: 65px;
    top: -45px;
}

.testimonial_box {
    padding: 26px;
}

ul.tesi_img {
    margin-top: 19px !important;
    margin-bottom: -34px !important;
}

li.testi_star {
    position: relative;
    left: 61px;
    top: -58px;
}

li.testi_founder img {
    width: 15%;
    border-radius: 50%;
}

li.testi_name p span {
    color: #f60000;
    font-weight: 600;
    font-size: 14px;
}

li.testi_foundr p {
    font-size: 14px;
    font-weight: 600;
}

.testimonial__inner {
    margin-top: 40px;
}