@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: "Mulish", sans-serif;
}

ul {
    padding-left: 0 !important;
    list-style: none;
}

a {
    text-decoration: none;
}

.middle {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

:root {
    --size: 400px;
    --n: 3;
    --gap: 10px;
    --radius: 10px;
    --plastic: #0e0e10;
    --front: #f7f7f7;
    --left: #1b3764;
    --top: #d82525;
}

.content {
    width: 100%;
    overflow-y: auto;
    padding: 20px;
    border-radius: 12px;
}

.content h3 {
    margin-top: 0;
    color: #fff;
    font-size: 29px;
    font-weight: 700;
    margin-bottom: 30px;
}

.content p {
    line-height: 30px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 30px;
}

.content a {
    background: #1b3764;
    color: #fff;
    border: none;
    padding: 10px 18px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 18px;
    width: fit-content;
    font-weight: 800;
    text-transform: capitalize;
}

.content button:hover {
    background: #1b3764;
}

.logo {
    position: absolute;
    width: calc((var(--size) - (var(--gap)*(var(--n)+1))) / var(--n));
    height: calc((var(--size) - (var(--gap)*(var(--n)+1))) / var(--n));
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    display: grid;
    place-items: center;
    color: #333;
    font-weight: 700;
    font-size: clamp(10px, 2.5vw, 16px);
    text-shadow: 0 1px 0 #fff;
    mix-blend-mode: multiply;
}

.logo::before {
    content: "Rubik’s";
    letter-spacing: .5px;
}

/* Tab content */

.tab-content {
    width: 300px;
    min-height: 300px;
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.tab-pane {
    display: none;
}

.tab-pane.active {
    display: block;
}

.tp-header-logo img {
    width: 250px !important;
}

.tp-header-2-area {
    padding: 20px 0;
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 0 0 12px 2px #00000010;
    background-color: #fff;
    z-index: 999;
}

.img-slice {
    background-image: url('../assets/img/wnw_favicon.png');
    /* your favicon */
    background-size: 300% 300%;
    /* 3x3 grid */
    background-repeat: no-repeat;
}

.tp-header-2-right {
    width: fit-content;
    margin-left: auto;
    padding: 10px 20px;
    border-radius: 100px;
    background-color: #f9f9f9;
    cursor: pointer;
}

.tp-header-2-bar span {
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    letter-spacing: -0.01em;
    color: #1b3764;
}

.tp-header-2-bar span i {
    height: 2px;
    width: 40px;
    display: block;
    margin: 6px 0;
    margin-left: 20px;
    background-color: #1b3764;
}

.bg-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: #000;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    transition: none;
}

.cube-wrapper {
    perspective: 1500px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#rollBtn {
    margin-top: 20px;
    padding: 10px 20px;
    background: #073b4c;
    color: #fff;
    border: none;
    border-radius: 6px;
    cursor: pointer;
}

#rollBtn:hover {
    background: #0a5c70;
}

.top_slide {
    background-color: #d82525;
}

.tp-offcanvas-2-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0);
    overflow: hidden;
    z-index: 9999;
    /* Start hidden above viewport */
    transform: translateY(-100%);
    transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}

.tp-offcanvas-2-area.active {
    transform: translateY(0);
}

.tp-offcanvas-2-wrapper {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    padding: 20px;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tp-offcanvas-2-close-btn {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    align-self: flex-end;
    margin-bottom: 20px;
}

.tp-offcanvas-2-logo img {
    width: 200px;
    margin-bottom: 40px;
}

.tp-offcanvas-2-wrapper nav ul {
    list-style: none;
    text-align: center;
    padding: 0;
}

.tp-offcanvas-2-wrapper nav ul li {
    margin: 20px 0;
}

.tp-offcanvas-2-wrapper nav ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
}

.tp-offcanvas-2-wrapper nav ul li a:hover {
    color: #d82525;
}

.main_content img {
    background-color: #fff;
    margin-bottom: 15px;
    padding: 10px;
}

.main_content h3 {
    font-size: 23px;
    font-weight: 800;
    text-transform: capitalize;
}

.main_content p b {
    font-size: 22px;
}

.tp-pd-2-title {
    font-size: 110px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -7px;
    color: #193765;
    text-transform: capitalize;
}

.tp-pd-2-categories span {
    font-size: 16px;
    font-weight: 700;
    padding: 5px 20px;
    position: relative;
    border-radius: 30px;
    margin-right: 10px;
    display: inline-block;
    color: #1b3764;
    border: 1px solid #1b3764;
    text-transform: capitalize;
}

.tp-pd-2-overview-title {
    font-size: 50px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -1.5px;
    color: #000;
}

.tp-pd-2-overview-wrap p {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 24px;
    color: #000;
}

.tp-pd-2-banner {
    height: inherit;
}

.tp-pd-2-overview-title {
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    color: #000;
}

.tp-pd-2-overview-wrap p {
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 24px;
    color: #000;
}

.tp-pd-2-overview-wrap p i {
    font-size:30px;
    font-weight: 700 !important;
}

.tp-footer-style-6 .tp-footer-widget-social a:hover {
    color: #fff;
    background-color: #193765;
}

.tp-footer-widget img {
    width: 300px;
    margin-bottom: 20px;
}

.tp-footer-widget p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 30px;
}

.tp-footer-style-6 .tp-footer-widget-social a {
    color: #1b3764;
    background-color: #fff;
    border: 1px solid #fff;
}

.tp-footer-widget-social a {
    height: 42px;
    width: 42px;
    line-height: 42px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    color: #000;
    background-color: #fff;
    margin: 0 2px;
    transition: 0.5s all ease;
}

.tp-footer-widget-social a i {
    font-size: 18px;
}

.tp-footer-widget-menu ul {
    display: inline-block;
}

.tp-footer-widget-menu ul li a {
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    margin-bottom: 8px;
}

.tp-pd-2-slider-thumb {
    overflow: hidden;
}

.tp-pd-2-slider-thumb iframe {
    border: 1px solid #fff;
}

.tp-pd-2-slider-thumb img {
    width: 100%;
}

.inner_image,
.inner_image .tp-pd-2-slider-thumb {
    width: 100%;
    height: 100%;
}

.inner_image .tp-pd-2-slider-thumb iframe {
    width: 100%;
    height: 70%;
}

.inner_image {
    margin: 10px 0;
}

.slider_images {
    margin-bottom: 30px;
}

.tp-footer-col-2 {
    padding-left: 150px;
    padding-right: 50px;
}

.tp-footer-widget-title-sm,
.tp-footer-widget-info {
    font-weight: 800;
    font-size: 24px;
    line-height: 1;
    text-transform: capitalize;
    color: #fff;
}

.tp-footer-widget-menu ul li {
    color: #fff;
    font-size: 16px;
    margin: 10px 0;
}

.tp-footer-widget-info ul li {
    margin: 20px 0;
}

.tp-footer-widget-info ul li a {
    color: #fff;
    font-size: 18px;
    margin: 10px 0;
    display: block;
    gap: 20px;
    line-height: 30px;
    align-items: center;
    text-transform: lowercase;
}

.tp-footer-widget-info ul li a i {
    height: 42px;
    width: 42px;
    line-height: 42px;
    text-align: center;
    border-radius: 50%;
    color: #000;
    background-color: #fff;
    margin: 0 2px;
    transition: 0.5s all ease;
}

.tp-footer-widget-menu ul li a,
.tp-footer-widget-info ul li a {
    text-decoration: none;
}

.index-banner {
    height: 100vh;
}

.index-banner .container {
    max-width: 1510px;
}

.tp-footer-area {
    background-color: #193765;
}

.tp-pd-2-banner img {
    width: 100%;
}

.swiper-pagination-bullet {
    display: none !important;
}

.tp-pd-2-ptb {
    position: relative;
    padding: 300px 0 200px 0;
}

.tp-pd-2-ptb img {
    position: absolute;
    bottom: 30px;
    right: 30px;
    width: 100px;
    animation: circular 5s linear infinite;
}

@keyframes circular {
    0% {
        transform: rotate(360deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.tp-copyright-area {
    padding: 20px 0 20px;
}

.tp-copyright-left span {
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

.tp-copyright-right a {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin: 0 15px;
}

.brandobox .tp-pd-2-overview-title,
.brandobox .tp-pd-2-overview-wrap p {
    color: #fff;
}

.tp-offcanvas-2-area ul li {
    margin: 15px 0;
}

.tp-offcanvas-2-area ul li a {
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    color: #fff;
    text-transform: capitalize;
}

.nav_main {
    width: 90vw;
    margin-left: auto;
}

.right_side ul li {
    margin: 20px 0;
}

.right_side ul li a {
    font-size: 28px;
    font-weight: bold;
    text-transform: capitalize
}

.nav_menu p a {
    margin: 15px 0;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

.right_side {
    display: flex;
    align-items: center;
    justify-content: center;
}

.tp-header-2-bar span i:first-child,
.tp-header-2-bar span i:nth-child(3) {
    width: 20px;
}

.tp-pd-2-categories nav ol {
    justify-content: center;
}

.breadcrumb .breadcrumb-item a {
    font-size: 18px;
    font-weight: 700;
    color: #000;
}

.breadcrumb .breadcrumb-item.active {
    font-size: 16px;
    text-transform: capitalize;
    line-height: 29px;
}

.approach h4 {
    font-size: 50px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 20px;
    color: #fff;
    text-transform: capitalize;
    letter-spacing: inherit
}

.approach p {
    font-size: 16px
}

.our_approach {
    padding: 120px 0
}

.approach_content h5 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #193765;
    text-transform: capitalize;
}

.approach_content p {
    font-size: 20px;
    color: #000;
    font-weight: 600
}

.approach_content {
    margin-bottom: 100px;
}

.approach_details {
    margin-bottom: 150px;
}

.approach_details h5 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #193765;
    text-transform: capitalize;
}

.approach_details p {
    font-size: 22px;
    color: #858585;
}

.approach_details img {
    width: 100%
}

.approach_mile ul {
    display: grid;
    grid-template-columns: repeat(3, 33.33%);
}

.approach_mile .card {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    --iconS: 90px;
    --iconOffsetX: 20px;
    --iconOffsetY: 20px;
    margin-top: 20px;
    margin-inline: 30px;
    border-radius: 1rem;
    color: #333;
    background-color: #fff;
    --shadowSurface: 0.5rem 0.5rem 0.5rem rgb(0 0 0 / .25);
    --bgGradient: radial-gradient(circle at bottom right, transparent, rgb(0 0 0 / .1));
    background-image: radial-gradient(circle at calc(var(--iconOffsetX) * -1 + var(--iconS) / 2) calc(var(--iconOffsetY) * -1 + var(--iconS) / 2), rgb(0 0 0 / .4) calc(var(--iconS) / 2), transparent calc(var(--iconS) / 1.6)), radial-gradient(circle at calc(var(--iconOffsetX) * -1 + var(--iconS) / 2) calc(var(--iconOffsetY) * -1 + var(--iconS) / 2), var(--accent-color) calc(var(--iconS) / 1.4), transparent calc(var(--iconS) / 1.4 + 1px)), var(--bgGradient);
    --shadowInsetLight: inset 0.125rem 0.125rem 0.125rem rgb(255 255 255 / .5);
    --shadowInsetDark: inset -0.067rem -0.067rem 0.067rem rgb(0 0 0 / .5);
    box-shadow: var(--shadowInsetLight), var(--shadowInsetDark), var(--shadowSurface);
}

.approach_mile .card .icon {
    width: var(--iconS);
    aspect-ratio: 1;
    margin-top: -21px;
    margin-left: -20px;
    margin-bottom: 0px;
    display: grid;
    place-items: center;
    color: var(--accent-color);
    font-size: 40px;
    background-color: inherit;
    border-radius: 50%;
    box-shadow: var(--shadowInsetLight), var(--shadowInsetDark);
    background-image: var(--bgGradient);
}

.approach_mile .card .title {
    font-size: 22px;
    font-weight: 800;
    color: #193765;
    text-align: center;
    text-transform: uppercase;
}

.approach_mile .card .content {
    padding: 10px 30px;
    padding-bottom: 20px;
    font-size: 16px;
    font-weight: 600;
}

.process__list,
.process__item,
.item__inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: space-around;
    align-items: center;
}

.approach_head {
    margin-bottom: 100px
}

.process__list {
    width: 100%;
}

.process__item_blue {
    background: #213664;
}

.process__item_yellow {
    background: #f0f0f0;
    color: #273563 !important;
}

.process__item_orange {
    background: #213664;
}

.process__item_pink {
    background: #f0f0f0;
    color: #273563 !important;
}

.process__item_green {
    background: #213664;
}

.item__content {
    font-size: 22px;
    display: inline-block;
    vertical-align: middle;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 0;
}

.process__item svg {
    fill: #fff;
}

.approach_head .step {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    font-size: 50px;
    font-weight: bold;
    position: absolute;
    top: 41%;
    margin-top: -30px;
    right: -34px;
    z-index: 15;
}

.approach_head .item__icon {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    position: absolute;
    top: 50%;
    z-index: 15;
    left: 55px;
    margin-top: -10px;
}

.approach_head .process__item {
    cursor: pointer;
    color: #fff;
    width: 20%;
    -webkit-transition: all .52s ease-in-out;
    -o-transition: all .52s ease-in-out;
    transition: all .52s ease-in-out;
}

.approach_head .item__inner {
    position: relative;
    padding: 5px 40px 5px 90px;
    height: 120px;
    text-align: center;
}

.approach_head .item__inner:after {
    content: '';
    display: block;
    border-top: 60px solid transparent;
    border-bottom: 60px solid transparent;
    border-left: 50px solid #72D4DF;
    position: absolute;
    right: -49.5px;
    z-index: 13;
    top: 0;
}

.approach_head .process__item_blue .item__inner:after {
    border-left: 50px solid #213664;
}

.approach_head .process__item_yellow .item__inner:after {
    border-left: 50px solid #f0f0f0;
}

.approach_head .process__item_orange .item__inner:after {
    border-left: 50px solid #213664;
}

.approach_head .process__item_pink .item__inner:after {
    border-left: 50px solid #f0f0f0;
}

.approach_head .process__item_green .item__inner:after {
    border-left: 50px solid #213664;
}

.approach_head .process__item:nth-child(odd) .item__inner:before {
    border-left: 50px solid #f0f0f0;
}

.approach_head .item__inner:before {
    content: '';
    display: block;
    border-top: 60px solid transparent;
    border-bottom: 60px solid transparent;
    border-left: 50px solid #213664;
    position: absolute;
    left: -1px;
    z-index: 10;
    top: 0;
}

.approach.whowe h4,
.approach.whowe .breadcrumb .breadcrumb-item a,
.approach.whowe .breadcrumb .breadcrumb-item.active,
.approach.whowe .breadcrumb-item+.breadcrumb-item::before {
    color: #fff
}

.who_we {
    position: relative;
}

.who_we img,
.whatwe img {
    width: 100%;
    border-radius: 5px;
}

.who_we::before {
    border-radius: 5px;
    position: absolute;
    top: -10px;
    right: -10px;
    background: #19376550;
    width: 100%;
    height: 100%;
    content: '';
    z-index: -9;
    box-shadow: 0 0 12px 2px #00000020
}

.nav_main h3 {
    font-size: 34px;
    font-weight: 600;
    text-transform: capitalize
}

.why_us {
    padding: 20px;
    margin-bottom: 30px;
    box-shadow: 0 0 12px 2px #00000010;
    border: inherit;
    border-radius: 5px
}

.why_us h4 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #193765;
    text-transform: capitalize;
}

.why_us p {
    font-size: 18px;
    font-weight: 400;
    color: #000
}

.choose_us {
    padding: 160px 0
}

.choose_us .grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(25%, 1fr));
    gap: 40px;
    justify-content: center
}

.choose_us .card {
    background: #193765;
    border-radius: var(--radius);
    padding: 20px;
    position: relative;
    box-shadow: 0 0 12px 2px #00000020;
    border: 1px solid rgba(255, 255, 255, 0.03);
    min-height: 120px;
    transform: 0.5s all ease
}

.choose_us .card:hover {
    transform: scale(1.07) !important;
    box-shadow: 0 0 20px 5px #00000060;
}

.choose_us .card-head {
    text-align: center
}

.choose_us .icon-wrap {
    width: 75px;
    height: 75px;
    border-radius: 100%;
    background: #fff;
    display: grid;
    place-items: center;
    transition: transform 350ms;
    margin: 0 auto 20px;
}

.choose_us .icon-wrap i {
    color: #000;
    font-size: 34px;
}

.choose_us .card:hover .icon-wrap {
    transform: scale(1.08) rotate(-6deg);
}

.choose_us .title {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 20px;
    color: #fff;
}

.choose_us .subtitle {
    color: #fff;
    font-size: 18px;
    margin-top: 6px;
    line-height: inherit;
}

.our_service {
    padding-bottom: 120px
}

.innser_service h3 {
    font-size: 45px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 70px;
    color: #193765;
    text-transform: capitalize;
    letter-spacing: inherit;
    text-align: center;
}

.innser_service .choose_us-card {
    box-shadow: 0 0 12px 2px #00000020;
    border-radius: 10px;
    overflow: hidden;
    padding: 10px;
}

.innser_service .choose_us-card:hover {
    transform: translateY(-15px);
    transition: 0.5s all ease
}

.innser_service .choose_us-card .choose_img img {
    width: 100%
}

.innser_service .service_content ul {
    padding-left: 20px !important;
    list-style: disc;
}

.innser_service .service_content ul li {
    font-size: 17px;
    font-weight: 600;
    margin: 10px 0;
}

.innser_service .choose_us-card h5 {
    font-size: 26px;
    color: #193765;
    margin: 20px 0px;
    font-weight: 700;
}

.innser_service {
    padding: 100px 0
}

.service_para p {
    font-size: 20px;
    font-weight: 700;
    text-align: center
}

.service_para p a {
    color: #193765;
    font-weight: 800
}

.howwe .card {
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 12px 2px #00000020;
    min-height: 220px;
}

.howwe .card h5 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #193765;
    text-transform: capitalize;
}

.howwe .card p {
    font-size: 18px
}

.mobile-tabs {
    display: none;
}

.career {
    padding: 80px 0;
}

.career h1 {
    margin: 0;
    font-size: 36px;
}

.career p {
    margin-top: 10px;
    font-size: 18px;
    opacity: 0.9;
}

.career h2 {
    margin-bottom: 50px;
    font-size: 38px;
    color: #193765;
    font-weight: 900;
}


.career label,
.input_field label {
    display: block;
    margin-bottom: 6px;
    font-weight: 700;
    color: #000;
    font-size: 16px;
}

input.form-control,
textarea.form-control,
select.form-control {
    width: 100%;
    padding: 12px 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 15px;
}


button {
    grid-column: span 2;
    padding: 14px;
    font-size: 16px;
    font-weight: bold;
    background: #193765;
    color: #fff;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.3s ease;
}

.input_field {
    margin-bottom: 20px;
}

button:hover {
    background: #193765;
}

.input_field textarea {
    min-height: 120px;
}


@media (max-width: 768px) {
    form {
        grid-template-columns: 1fr;
    }

    button {
        grid-column: span 1;
    }
}

.career_img img {
    width: 100%;
}

.contact-list li {
    font-size: 22px;
    margin: 20px 0;
    font-weight: 600;
    display: grid;
    gap: 10px;
}

.contact-list li a {
    color: #000;
}

.contact-map iframe {
    width: 100%;
    height: 300px;
}

.contact-list li strong {
    color: #193765;
    margin-right: 5px;
}

.contact-page h2,
.contact-page h3 {
    margin-bottom: 50px;
    font-size: 38px;
    color: #193765;
    font-weight: 900;
}


/* Blogs page Design */
.card-body .form-group label {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
}
.card-body .form-group{
    margin-bottom: 20px;
}
.blog-post h5{
        font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    color: #193765;
}
.login-section {
    height: 100vh;
}

.login-design {
    padding: 60px;
    box-shadow: 0 0 12px 2px #00000020;
}

.login-design h1 {
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-align: center;

}

.login-design .form-input {
    display: grid;
    margin-bottom: 20px;
}

.form-label {
    font-size: 0.9vw !important;
    color: #333 !important;
    font-weight: 500 !important;
}

.form-control {
    border: 0 !important;
    border: 1px solid #999999 !important;
    border-radius: 0 !important;
    padding: .5vw !important;
    box-shadow: none !important;
    font-size: 0.9vw !important;
    color: #333 !important;
    font-weight: 500 !important;
    background: #fff !important;
    border-radius: 0.2vw !important;
}

.submit-forms {
    display: flex;
    justify-content: space-between;
    color: #ff0e0e;
    font-size: 18px;
    font-weight: 600;
}

.submit-forms button.sbt-btn {
    padding: 5px 30px;
    background-color: #000;
    color: #fff;
    box-shadow: 0 0 12px 2px #00000020;
    border: none;
    border-radius: 5px;
}

.submit-forms a {
    font-size: 18px;
    font-weight: 700;
    color: #3a3a3a;
}

.single-page {
    padding: 60px 0;
}

.single-page-content {
    box-shadow: 0 0 12px 2px #00000020;
    padding: 20px;
}

.single-page-content h1 {
    font-size: 30px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 20px;
    text-align: left;
        color: #193765;
}

.single-page-content img {
    margin-bottom: 20px;
}

.single-page-right h2 {
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: 700;
}

.single-page-right a {
    width: fit-content;
    display: flex;
    padding: 5px 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}
.single-page-right a:hover{
    background-color: #fff;
    color: #193765;
}

.single-page-content p,
.popular-right p {
    margin-bottom: 10px !important;
    color: #5b5b5b;
    font-size: 18px;
}


.single-page-content h1,
.single-page-content h2,
.single-page-content h3,
.single-page-content h4,
.single-page-content h5,
.single-page-content h6 {
    font-size: 30px ;
    line-height: 44px;
}

.single-page-content p b,
.single-page-content p strong {
    color: #000;
}

.single-page-content ul {
    padding-left: 30px !important;
}

.single-page-content ul li {
    list-style: disc;
}

.popular-right {
    margin-bottom: 20px !important;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 20px;
}

.recent-posts {
    padding: 60px 0;
}

.recent-posts .recent-head h2 {
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: 700;
    color: #333;
}

.recent-right-content {
    padding: 20px;
}

.recent-right-content h4 {
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: 500;
    color: #333;
}

.recent-left {
    box-shadow: 0 0 12px 2px #00000020;
    margin-bottom: 30px;
}

.recent-right-content p {
    font-size: 14px;
    font-weight: 500;
}

.recent-right-content a {
    float: right;
    border: 1px solid #000;
    padding: 5px 15px;
    color: #000;
    font-size: 18px;
    font-weight: 600;
}

.recent-left-image {
    width: 100%;
    height: 100%;
}

.single-img {
    margin-bottom: 20px;
}

.blog_data {
    padding: 60px 0;
}

.blog_data h1 {
    margin-bottom: 50px;
}

.blog_data h2 {
    text-transform: uppercase;
}

.create-post {
    padding: 60px 0;
}

.create-post h1 {
    font-size: 40px;
    margin-bottom: 60px;
    font-weight: 800;
}

.create-post input,
.create-post textarea {
    background-color: var(--ed-color-grey-1);
    color: var(--ed-color-text-body);
    font-size: 16px;
    font-weight: 400;
    box-shadow: none;
    border: none;
    padding: 13px 20px;
    border-radius: 0;
    margin-bottom: 10px;
    width: 100%;
    border: 1px solid #dadada;
    border-radius: 6px;
}

.create-post label {
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 700;
    color: #000;
}

.create-post .form-group {
    display: block;
    margin-bottom: 80px;
}

.blog-post {
    box-shadow: 0 0 12px 2px #00000020;
    border-radius: 5px;
    overflow: hidden;
}

.blog-post h4 {
    font-size: 24px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 20px 0;
}

.blog-post p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
}

.blog-post small {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 15px;
    color: #000;
}

.blog-post img {
    width: 100%;
    height: 24 0px;
    object-fit: cover;
}

.blog-content {
    padding: 20px;
}

.btn-read {
    padding: 15px 40px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    border: 0px;
    background-color: #f47223;
    transition: all 0.3s;
    text-transform: uppercase;
    display: block;
    width: fit-content;
    margin-top: 20px;
    box-shadow: 0 0 12px 2px #00000020;
}

.blog-nav .navbar-collapse {
    text-align: end;
    justify-content: flex-end;
}

.blog-nav .dropdown-toggle img {
    width: 40px;
    height: 40px;
    border: 2px solid #0f4d68;
    padding: 3px;
}

.blog-nav .dropdown:hover .dropdown-menu {
    display: block;
}

.blog-nav img,
.card-image img {
    width: 250px;
}

.login_page {
    height: 100vh;
}

.create-post input,
.create-post input.form-control,
.create-post select.form-control {
    line-height: 34px !important;
}

.login_page .card {
    box-shadow: 0 0 12px 2px #00000020;
    padding: 50px 20px;
}

.login_page .card-image {
    text-align: center;
}

.login_page h4 {
    font-size: 38px;
    line-height: 36px;
    margin: 30px auto;
    text-align: center;
}

.blog-button {
    color: #fff;
    font-weight: 900;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 16px;
    letter-spacing: .05em;
    text-transform: uppercase;
    background-color: #193765;
    border: 1px solid #193765 !important;
    display: inline-block;
    overflow: hidden;
    transition: 0.5s all ease-in-out;
}


.blog-nav {
    box-shadow: 0 0 12px 2px #00000020;
}

.blog-banner,
.blog_data {
    padding-top: 150px;
}

.innertxt1 ul {
    display: flex;
}

.innertxt1 ul li {
    margin: 0 5px;
}

.innertxt1 ul li a {
    color: #000;
}

.blog-content h5 {
    font-size: 20px;
}
.single-page .single-page-right .popular-right p{
    font-size: 16px;
}
.popular-right h6 {
    font-weight: 800;
    font-size: 18px;
    color: #193765;
}
/* Blogs page Design */
.tp-footer-area{
    padding: 100px 0;
}
.tp-pd-2-overview-ptb,.contact-page{
    padding: 60px 0;
}
.tp-pd-2-ptb{
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}
.right_side .sub_menu ul{
    display: flex;
    gap: 50px;

}
.right_side .sub_menu li{
    position: relative;
}
.right_side .sub_menu li::before {
    position: absolute;
    content: '';
    height: 30px;
    width: 3px;
    background: #fff;
    right: -25px;
    top: 6px;
}
.right_side .sub_menu li:last-child:before {
display: none ;
}

@media(max-width: 575.98px) {
    .nav_main .row {
        border: none !important;
    }

    .index-banner {
        height: inherit !important;
    }

    .desknone {
        display: none !important;
    }

    #infographic .circle {
        position: inherit !important;
        display: none !important;
    }

    #infographic {
        padding-top: 30px !important;
    }

    .main_data img {
        display: none !important;
    }

    #infographic article[data-step="1"],
    #infographic article[data-step="2"],
    #infographic article[data-step="3"],
    #infographic article[data-step="4"],
    #infographic article[data-step="5"] {
        margin-left: 0px !important;
        max-width: 100%;
        margin-bottom: 10px;
        padding: 0 !important;
        left: 0;
    }

    .main_data h6 {
        font-size: 14px;
        line-height: 26px;
    }

    .approach_head .process__item:nth-child(odd) .item__inner:before {
        border-left: 50px solid #fff;
    }

    .index-banner {
        padding: 110px 0 0;
    }

    .index-banner .middle {
        height: 100%;
        overflow: inherit !important;
    }

    .index-banner .content {
        padding: 0px;
    }

    .tp-header-logo img {
        width: 180px !important;
    }

    .tp-header-2-right {
        padding: 6px 15px;
    }

    .tp-header-2-right .menu_nav {
        display: none;
    }

    .tp-header-2-bar span i:first-child,
    .tp-header-2-bar span i:nth-child(3) {
        width: 40px;
    }

    .tp-header-2-bar span i {
        height: 4px;
        width: 40px;
        margin-left: inherit;
    }

    .tp-header-2-right {
        background-color: inherit;
    }

    .main_content h3 {
        font-size: 28px;
        line-height: 40px;
    }

    .stage {
        display: none;
    }

    .mobile-tabs {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }



    .main_content img {
        background-color: #fff;
        margin-bottom: 15px;
        padding: 10px;
        width: 150px;
        border-radius: 10px;
    }

    #tabContent.main_content h3 {
        font-size: 20px;
        line-height: 36px;
        margin-bottom: 20px;
    }

    .main_content p b {
        font-size: 18px;
    }

    .tp-pd-2-ptb {
        padding: 130px 0 40px 0;
    }

    .tp-pd-2-title {
        font-size: 40px;
        letter-spacing: 0px;
    }

    .tp-pd-2-categories span {
        margin: 5px 0 !important;
    }

    .tp-pd-2-ptb img {
        right: 20px;
        width: 40px;
    }

    .tp-pd-2-area.pb-100,
    .tp-pd-2-slider-ptb.pb-140 {
        padding-bottom: 50px;
    }

    .tp-pd-2-overview-title {
        font-size: 34px;
        font-weight: 700;
        color: #000;
        line-height: 45px;
    }

    .tp-footer-area {
        padding-top: 40px;
    }

    .tp-footer-widget img {
        width: 200px;
    }

    .tp-footer-col-2 {
        padding-left: 0;
        padding-right: 0;
    }

    .tp-copyright-bottom .row,
    .career .row,
    .nav_main .row {
        flex-direction: column-reverse !important;
    }

    .tp-offcanvas-2-area .row.py-4 .row {
        flex-direction: inherit !important;
    }

    .nav_main h3 br {
        display: none;
    }

    .nav_main h3 {
        font-size: 28px;
        font-weight: 800;
        text-decoration: underline;
    }

    .tp-copyright-right a {
        font-size: 19px;
        margin: 0 5px;
    }

    .tp-copyright-right {
        margin-bottom: 20px;
    }

    .career form {
        display: block;
    }

    .input_field {
        margin-bottom: 20px;
    }

    .career label {
        display: block;
        margin-bottom: 10px;
    }

    .approach h4 {
        font-size: 30px;
        margin: 20px 0;
    }

    .our_approach,
    .choose_us {
        padding: 60px 0;
    }

    .approach_content {
        margin-bottom: 40px;
    }

    .approach_content h5 {
        font-size: 26px;
        margin-bottom: 20px;
        line-height: 40px;
    }

    .howwe .card {
        padding: 20px;
        margin-bottom: 20px;
    }

    .howwe .card h5 {
        font-size: 22px;
        font-weight: 800;
        margin-bottom: 10px;
    }

    .howwe .card p {
        font-size: 18px;
        margin-bottom: 0;
    }

    .tp-footer-widget {
        margin-bottom: 30px !important;
        padding-bottom: 0;
    }

    .choose_us .grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
        gap: 40px;
        justify-content: center;
    }

    .process__list {
        justify-content: space-between;
        gap: 20px;
    }

    .approach_head .process__item {
        width: auto;
    }

    .approach_head .item__inner:before {
        border-left: 50px solid #ffffff;
    }

    .approach_mile ul {
        display: grid;
        grid-template-columns: repeat(1, 100%);
    }

    .approach_mile .card {
        margin-inline: 20px;
    }

    .approach_mile .card .icon {
        font-size: 30px;
    }

    .approach_mile .card .title {
        margin-top: 30px;
    }

    .approach_mile .card .content {
        padding: 10px 20px;
        font-size: 18px;
    }

    .approach_mile .card {
        margin: 30px 10px;
    }

    .innser_service {
        padding: 60px 20px 0;
    }

    .innser_service h3 {
        font-size: 38px;
        margin-bottom: 40px;
        line-height: 53px;
    }

    .innser_service .choose_us-card {
        margin-bottom: 30px;
    }

    .contact-page h2,
    .contact-page h3 {
        margin-bottom: 30px;
        font-size: 32px;
        text-decoration: underline;
    }

    .contact-page h3 {
        margin-top: 50px;
    }

    .contact-list li {
        gap: 5px;
    }

    .tp-footer-widget .tp-footer-widget-title-sm {
        text-decoration: underline;
    }

    .tp-footer-widget-menu ul li a {
        font-size: 22px;
        color: #fff;
        margin-bottom: 8px;
    }

    .tp-footer-widget p {
        font-size: 18px;
    }

    .tp-footer-widget-info ul li a {
        font-size: 18px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .index-banner {
        height: inherit !important;
    }

    .desknone {
        display: none !important;
    }

    #infographic .circle {
        position: inherit !important;
        display: none !important;
    }

    #infographic {
        padding-top: 30px !important;
    }

    .main_data img {
        display: none !important;
    }

    #infographic article[data-step="1"],
    #infographic article[data-step="2"],
    #infographic article[data-step="3"],
    #infographic article[data-step="4"],
    #infographic article[data-step="5"] {
        margin-left: 0px !important;
        max-width: 100%;
        margin-bottom: 10px;
        padding: 0 !important;
        left: 0;
    }

    .main_data h6 {
        font-size: 14px;
        line-height: 26px;
    }

    .main_data h6 {
        font-size: 18px !important;
        line-height: 30px !important;
        font-weight: 600 !important;
        width: 100% !important;
        padding: 10px 20px 10px 40px !important;
    }

    .approach_head .process__item:nth-child(odd) .item__inner:before {
        border-left: 50px solid #fff;
    }

    .index-banner {
        padding: 110px 0 40px;
    }

    .index-banner .middle {
        height: 100%;
        overflow: inherit !important;
    }

    .index-banner .content {
        padding: 0px;
    }

    .tp-header-logo img {
        width: 180px !important;
    }

    .tp-header-2-right {
        padding: 6px 15px;
    }

    .tp-header-2-right .menu_nav {
        display: none;
    }

    .tp-header-2-bar span i:first-child,
    .tp-header-2-bar span i:nth-child(3) {
        width: 40px;
    }

    .tp-header-2-bar span i {
        height: 4px;
        width: 40px;
        margin-left: inherit;
    }

    .tp-header-2-right {
        background-color: inherit;
    }

    .main_content h3 {
        font-size: 28px;
        line-height: 40px;
    }

    .stage {
        display: none;
    }

    .mobile-tabs {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .main_content img {
        background-color: #fff;
        margin-bottom: 15px;
        padding: 10px;
        width: 150px;
        border-radius: 10px;
    }

    #tabContent.main_content h3 {
        font-size: 22px;
        line-height: 36px;
        margin-bottom: 20px;
    }

    .main_content p b {
        font-size: 18px;
    }

    .tp-pd-2-ptb {
        padding: 130px 0 40px 0;
    }

    .tp-pd-2-title {
        font-size: 40px;
        letter-spacing: 0px;
    }

    .tp-pd-2-categories span {
        margin: 5px 0 !important;
    }

    .tp-pd-2-ptb img {
        right: 20px;
        width: 40px;
    }

    .tp-pd-2-area.pb-100,
    .tp-pd-2-slider-ptb.pb-140 {
        padding-bottom: 50px;
    }

    .tp-pd-2-overview-title {
        font-size: 34px;
        font-weight: 700;
        color: #000;
        line-height: 45px;
    }

    .tp-footer-area {
        padding-top: 40px;
    }

    .tp-footer-widget img {
        width: 200px;
    }

    .tp-footer-col-2 {
        padding-left: 0;
        padding-right: 0;
    }

    .tp-copyright-bottom .row,
    .career .row,
    .nav_main .row {
        flex-direction: column-reverse !important;
    }

    .tp-offcanvas-2-area .row.py-4 .row {
        flex-direction: inherit !important;
    }

    .nav_main h3 br {
        display: none;
    }

    .nav_main h3 {
        font-size: 28px;
        font-weight: 800;
        text-decoration: underline;
    }

    .tp-copyright-right a {
        font-size: 19px;
        margin: 0 5px;
    }

    .tp-copyright-right {
        margin-bottom: 20px;
    }

    .career form {
        display: block;
    }

    .input_field {
        margin-bottom: 20px;
    }

    .career label {
        display: block;
        margin-bottom: 10px;
    }

    .approach h4 {
        font-size: 30px;
        margin: 20px 0;
    }

    .our_approach,
    .choose_us {
        padding: 60px 0;
    }

    .approach_content {
        margin-bottom: 40px;
    }

    .approach_content h5 {
        font-size: 26px;
        margin-bottom: 20px;
        line-height: 40px;
    }

    .howwe .card {
        padding: 20px;
        margin-bottom: 20px;
    }

    .howwe .card h5 {
        font-size: 22px;
        font-weight: 800;
        margin-bottom: 10px;
    }

    .howwe .card p {
        font-size: 18px;
        margin-bottom: 0;
    }

    .tp-footer-widget {
        margin-bottom: 30px !important;
        padding-bottom: 0;
    }

    .choose_us .grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
        gap: 40px;
        justify-content: center;
    }

    .process__list {
        justify-content: space-between;
        gap: 20px;
    }

    .approach_head .process__item {
        width: auto;
    }

    .approach_head .item__inner:before {
        border-left: 50px solid #ffffff;
    }

    .approach_mile ul {
        display: grid;
        grid-template-columns: repeat(1, 100%);
    }

    .approach_mile .card {
        margin-inline: 20px;
    }

    .approach_mile .card .icon {
        font-size: 30px;
    }

    .approach_mile .card .title {
        margin-top: 30px;
    }

    .approach_mile .card .content {
        padding: 10px 20px 40px;
        font-size: 18px;
    }

    .approach_mile .card {
        margin: 30px 10px;
    }

    .innser_service {
        padding: 60px 20px 0;
    }

    .innser_service h3 {
        font-size: 38px;
        margin-bottom: 40px;
        line-height: 53px;
    }

    .innser_service .choose_us-card {
        margin-bottom: 30px;
    }

    .contact-page h2,
    .contact-page h3 {
        margin-bottom: 30px;
        font-size: 32px;
        text-decoration: underline;
    }

    .contact-page h3 {
        margin-top: 50px;
    }

    .contact-list li {
        gap: 5px;
    }

    .tp-footer-widget .tp-footer-widget-title-sm {
        text-decoration: underline;
    }

    .tp-footer-widget-menu ul li a {
        font-size: 22px;
        color: #fff;
        margin-bottom: 8px;
    }

    .tp-footer-widget p {
        font-size: 18px;
    }

    .tp-footer-widget-info ul li a {
        font-size: 18px;
    }

    .approach_head .item__inner {
        padding: 5px 100px 5px 130px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .index-banner {
        height: inherit !important;
    }

    .desknone {
        display: none !important;
    }

    #infographic .circle {
        position: inherit !important;
        display: none !important;
    }

    #infographic {
        padding-top: 30px !important;
    }

    .main_data img {
        display: none !important;
    }

    #infographic article[data-step="1"],
    #infographic article[data-step="2"],
    #infographic article[data-step="3"],
    #infographic article[data-step="4"],
    #infographic article[data-step="5"] {
        margin-left: 0px !important;
        max-width: 100%;
        margin-bottom: 10px;
        padding: 0 !important;
        left: 0;
    }

    .main_data h6 {
        font-size: 14px;
        line-height: 26px;
    }

    .main_data h6 {
        font-size: 14px !important;
        width: 100% !important;
    }

    .main_data::after {
        top: 9px !important;
    }

    .index-banner {
        padding: 110px 0 40px;
    }

    .index-banner .middle {
        height: 100%;
        overflow: inherit !important;
    }

    .approach_head .process__item:nth-child(odd) .item__inner:before {
        border-left: 50px solid #fff;
    }

    .index-banner {
        padding: 110px 0 40px;
    }

    .index-banner .content {
        padding: 0px;
    }

    .tp-header-logo img {
        width: 180px !important;
    }

    .tp-header-2-right {
        padding: 6px 15px;
    }

    .tp-header-2-right .menu_nav {
        display: none;
    }

    .tp-header-2-bar span i:first-child,
    .tp-header-2-bar span i:nth-child(3) {
        width: 40px;
    }

    .tp-header-2-bar span i {
        height: 4px;
        width: 40px;
        margin-left: inherit;
    }

    .tp-header-2-right {
        background-color: inherit;
    }

    .main_content h3 {
        font-size: 28px;
        line-height: 40px;
    }

    .stage {
        display: none;
    }

    .mobile-tabs {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .main_content img {
        background-color: #fff;
        margin-bottom: 15px;
        padding: 10px;
        width: 150px;
        border-radius: 10px;
    }

    #tabContent.main_content h3 {
        font-size: 22px;
        line-height: 36px;
        margin-bottom: 20px;
    }

    .main_content p b {
        font-size: 18px;
    }

    .tp-pd-2-ptb {
        padding: 130px 0 40px 0;
    }

    .tp-pd-2-title {
        font-size: 40px;
        letter-spacing: 0px;
    }

    .tp-pd-2-categories span {
        margin: 5px 0 !important;
    }

    .tp-pd-2-ptb img {
        right: 20px;
        width: 40px;
    }

    .tp-pd-2-area.pb-100,
    .tp-pd-2-slider-ptb.pb-140 {
        padding-bottom: 50px;
    }

    .tp-pd-2-overview-title {
        font-size: 34px;
        font-weight: 700;
        color: #000;
        line-height: 45px;
    }

    .tp-footer-area {
        padding-top: 40px;
    }

    .tp-footer-widget img {
        width: 200px;
    }

    .tp-footer-col-2 {
        padding-left: 0;
        padding-right: 0;
    }

    .career .row,
    .nav_main .row {
        flex-direction: column-reverse !important;
    }

    .tp-offcanvas-2-area .row.py-4 .row {
        flex-direction: inherit !important;
    }

    .nav_main h3 br {
        display: none;
    }

    .nav_main h3 {
        font-size: 28px;
        font-weight: 800;
        text-decoration: underline;
    }

    .tp-copyright-right a {
        font-size: 18px;
        margin: 0 5px;
    }

    .tp-copyright-right {
        margin-bottom: 20px;
    }

    .career form {
        display: block;
    }

    .input_field {
        margin-bottom: 20px;
    }

    .career label {
        display: block;
        margin-bottom: 10px;
    }

    .approach h4 {
        font-size: 30px;
        margin: 20px 0;
    }

    .our_approach,
    .choose_us {
        padding: 60px 0;
    }

    .approach_content {
        margin-bottom: 40px;
    }

    .approach_content h5 {
        font-size: 26px;
        margin-bottom: 20px;
        line-height: 40px;
    }

    .howwe .card {
        padding: 20px;
        margin-bottom: 20px;
    }

    .howwe .card h5 {
        font-size: 22px;
        font-weight: 800;
        margin-bottom: 10px;
    }

    .howwe .card p {
        font-size: 18px;
        margin-bottom: 0;
    }

    .tp-footer-widget {
        margin-bottom: 30px !important;
        padding-bottom: 0;
    }

    .choose_us .grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
        gap: 40px;
        justify-content: center;
    }

    .process__list {
        justify-content: space-between;
        gap: 20px;
    }

    .approach_head .process__item {
        width: auto;
    }

    .approach_head .item__inner:before {
        border-left: 50px solid #ffffff;
    }

    .approach_mile ul {
        display: grid;
        grid-template-columns: repeat(1, 100%);
    }

    .approach_mile .card {
        margin-inline: 20px;
    }

    .approach_mile .card .icon {
        font-size: 30px;
    }

    .approach_mile .card .title {
        margin-top: 30px;
    }

    .approach_mile .card .content {
        padding: 10px 20px 40px;
        font-size: 18px;
    }

    .approach_mile .card {
        margin: 30px 10px;
    }

    .innser_service {
        padding: 60px 20px 0;
    }

    .innser_service h3 {
        font-size: 38px;
        margin-bottom: 40px;
        line-height: 53px;
    }

    .innser_service .choose_us-card {
        margin-bottom: 30px;
    }

    .contact-page h2,
    .contact-page h3 {
        margin-bottom: 30px;
        font-size: 32px;
        text-decoration: underline;
    }

    .contact-page h3 {
        margin-top: 50px;
    }

    .contact-list li {
        gap: 5px;
    }

    .tp-footer-widget .tp-footer-widget-title-sm {
        text-decoration: underline;
    }

    .tp-footer-widget-menu ul li a {
        font-size: 22px;
        color: #fff;
        margin-bottom: 8px;
    }

    .tp-footer-widget p {
        font-size: 18px;
    }

    .tp-footer-widget-info ul li a {
        font-size: 18px;
    }

    .approach_head .item__inner {
        padding: 5px 100px 5px 130px;
    }

}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .main_data h6 {
        font-size: 14px !important;
    }

    #infographic article {
        max-width: 400px !important;
        margin-bottom: 20px !important;
        left: 18% !important;
    }

    #infographic .circle img {
        width: 135px !important;
    }

    .approach_head .process__item:nth-child(odd) .item__inner:before {
        border-left: 50px solid #fff;
    }

    #infographic .circle {
        width: 200px !important;
        height: 200px !important;
        left: -4% !important;
        margin: 40px 0 !important;
    }

    .index-banner {
        padding: 110px 0 40px;
    }

    .index-banner .middle {
        height: 100%;
    }

    .index-banner .content {
        padding: 0px;
    }

    .tp-header-logo img {
        width: 180px !important;
    }

    .tp-header-2-right {
        padding: 6px 15px;
    }

    .tp-header-2-right .menu_nav {
        display: none;
    }

    .tp-header-2-bar span i:first-child,
    .tp-header-2-bar span i:nth-child(3) {
        width: 40px;
    }

    .tp-header-2-bar span i {
        height: 4px;
        width: 40px;
        margin-left: inherit;
    }

    .tp-header-2-right {
        background-color: inherit;
    }

    .main_content h3 {
        font-size: 28px;
        line-height: 40px;
    }

    .mobile-tabs {
        display: none;
    }

    .main_content img {
        background-color: #fff;
        margin-bottom: 15px;
        padding: 10px;
        width: 150px;
        border-radius: 10px;
    }

    #tabContent.main_content h3 {
        font-size: 22px;
        line-height: 36px;
        margin-bottom: 20px;
    }

    .main_content p b {
        font-size: 18px;
    }

    .tp-pd-2-ptb {
        background-position: center;
    }

    .tp-pd-2-title {
        font-size: 40px;
        letter-spacing: 0px;
    }

    .tp-pd-2-categories span {
        margin: 5px 0 !important;
    }

    .tp-pd-2-ptb img {
        right: 20px;
        width: 40px;
    }

    .tp-pd-2-area.pb-100,
    .tp-pd-2-slider-ptb.pb-140 {
        padding-bottom: 50px;
    }

    .tp-pd-2-overview-title {
        font-size: 34px;
        font-weight: 700;
        color: #000;
        line-height: 45px;
    }

    .tp-footer-area {
        padding-top: 40px;
    }

    .tp-footer-widget img {
        width: 200px;
    }

    .tp-footer-col-2 {
        padding-left: 0;
        padding-right: 0;
    }


    .nav_main h3 {
        font-size: 28px;
        font-weight: 800;
        text-decoration: underline;
    }

    .tp-copyright-right a {
        font-size: 18px;
        margin: 0 5px;
    }

    .tp-copyright-right {
        margin-bottom: 20px;
    }

    .career form {
        display: block;
    }

    .input_field {
        margin-bottom: 20px;
    }

    .career label {
        display: block;
        margin-bottom: 10px;
    }

    .approach h4 {
        font-size: 30px;
        margin: 20px 0;
    }

    .our_approach,
    .choose_us {
        padding: 60px 0;
    }

    .approach_content {
        margin-bottom: 40px;
    }

    .approach_content h5 {
        font-size: 26px;
        margin-bottom: 20px;
        line-height: 40px;
    }

    .howwe .card {
        padding: 20px;
        margin-bottom: 20px;
    }

    .howwe .card h5 {
        font-size: 22px;
        font-weight: 800;
        margin-bottom: 10px;
    }

    .howwe .card p {
        font-size: 18px;
        margin-bottom: 0;
    }

    .tp-footer-widget {
        margin-bottom: 30px !important;
        padding-bottom: 0;
    }

    .choose_us .grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(45%, 1fr));
        gap: 20px;
        justify-content: center;
    }

    .process__list {
        justify-content: space-between;
        gap: 20px;
    }

    .approach_head .process__item {
        width: 43%;
    }

    .approach_head .item__inner:before {
        border-left: 50px solid #ffffff;
    }

    .approach_mile ul {
        grid-template-columns: repeat(3, 30%);
        justify-content: space-between;
    }

    .approach_mile .card {
        margin-inline: 20px;
    }

    .approach_mile .card .icon {
        font-size: 30px;
    }

    .approach_mile .card .title {
        margin-top: 30px;
    }

    .approach_mile .card .content {
        padding: 10px 20px 40px;
        font-size: 18px;
    }

    .approach_mile .card {
        margin: 30px 10px;
    }

    .innser_service {
        padding: 60px 20px 0;
    }

    .innser_service h3 {
        font-size: 38px;
        margin-bottom: 40px;
        line-height: 53px;
    }

    .innser_service .choose_us-card {
        margin-bottom: 30px;
    }

    .contact-page h2,
    .contact-page h3 {
        margin-bottom: 30px;
        font-size: 32px;
        text-decoration: underline;
    }

    .contact-page h3 {
        margin-top: 50px;
    }

    .contact-list li {
        gap: 5px;
    }

    .tp-footer-widget .tp-footer-widget-title-sm {
        text-decoration: underline;
    }

    .tp-footer-widget-menu ul li a {
        font-size: 22px;
        color: #fff;
        margin-bottom: 8px;
    }

    .tp-footer-widget p {
        font-size: 18px;
    }

    .tp-footer-widget-info ul li a {
        font-size: 18px;
    }

    .approach_head .item__inner {
        padding: 5px 100px 5px 130px;
    }

    .cube {
        position: relative;
        width: 100px;
        height: 100px;
        animation: inherit;
        transform: rotateX(-12.7379deg) rotateY(46.8897deg) translateY(25.3861px);
        left: -60px;
    }

    .content p {
        line-height: 27px;
        font-size: 16px;
        margin-bottom: 10px;
    }
}

#infographic {
    position: relative;
    padding-top: 80px;
}

.main_data h6 {
    font-size: 15px;
    line-height: 30px;
    font-weight: 700;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    background-color: #f9f9f9;
    box-shadow: 0 0 12px 2px #00000020;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 5px;
    padding: 10px 10px 10px 25px;
}

.main_data h6 span {
    font-weight: 900;
}

#infographic .circle {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    border: 7px double;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 10px;
    position: absolute;
    left: -10%;
    margin: 80px 0;
    background: #fff;
    animation: 5s infinite backtotop ease-in-out;
    z-index: 9;
}

#infographic .circle img {
    width: 215px;
}

#infographic:hover .circle {
    animation-play-state: paused;
}

@keyframes backtotop {

    0%,
    100% {
        bottom: 105px;
    }

    50% {
        bottom: 50px;
    }
}

#infographic article {
    max-width: 470px;
    margin-bottom: 50px;
    cursor: pointer;
    left: 10%;
    position: relative;
    padding: 0 10px !important;

}

#infographic article .main_data i {
    display: flex;
    font-size: 2em;
    border-radius: 50%;
    background-clip: padding-box;
    padding: 14px;
    transition: transform 0.4s;
    color: #fff;
    border: 16px solid var(--bs-dark);
    margin: -16px 0 -16px -20px;
}


#infographic article[data-step="1"] {
    margin-left: 0px;
}

#infographic article[data-step="2"] {
    margin-left: 34px;
}

#infographic article[data-step="3"] {
    margin-left: 34px;
}

#infographic article[data-step="4"] {
    margin-left: 0px;
}

#infographic article[data-step="5"] {
    margin-left: -28px;
}

.main_data img {
    position: absolute;
    left: -110px;
    top: 42px;
    right: inherit;
}

[data-question="Q4"] .main_data img {
  transform: scaleX(-1) rotate(178deg);
    top: -130px;
}


.main_data {
    position: relative;
}

.main_data::after {
    content: "";
    display: block;
    position: absolute;
    top: 25px;
    left: 0;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 20px solid #ffd001;
    opacity: 1;
    animation: arrow-pulse 2s ease-in-out 0.2s infinite;
}

[data-question="Q1"] .main_data::after {
    border-left: 20px solid #991d1f;
}

[data-question="Q2"] .main_data::after {
    border-left: 20px solid #0f4d68;
}

[data-question="Q4"] .main_data::after {
    border-left: 20px solid #482b83;
}

[data-question="Q5"] .main_data::after {
    border-left: 20px solid #0c301c;
}

[data-question="Q3"] .main_data img {
       top: -3px;
    transform: scaleX(-1) rotate(180deg);
}

.dot-layer,
  .dot-layer2 {
 position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-image: radial-gradient(rgba(0, 0, 0, 0.3) 1px, transparent 1px);
    background-size: 40px 40px;
    animation: dotRipple 10s infinite ease-in-out;
    border-radius: 50%;
    overflow: hidden;
    z-index: -1;
  }

  .dot-layer2 {
    opacity: 0.4;
    background-size: 60px 60px;
    animation-delay: 5s;
  }

  @keyframes dotRipple {
    0% {
      transform: scale(0.9);
      opacity: 0.7;
    }
    50% {
      transform: scale(1.1);
      opacity: 1;
    }
    100% {
      transform: scale(0.9);
      opacity: 0.7;
    }
  }