@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);

h3,
h4 {
    line-height: 2.75rem;
}

.border-btn,
.main-btn,
.nav-link,
.offering_iconbox small,
.small,
.white-btn,
h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: capitalize;
}

*,
:after,
:before,
ol,
ul {
    margin: 0;
    padding: 0;
}

.border-btn,
.main-btn {
    -webkit-transition: 0.4s ease-out;
    -o-transition: 0.4s ease-out;
    -moz-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
}

.case_studyright h4,
.service-discription a,
.subfooter a,
a,
a:hover,
section .title h6 {
    color: var(--secondry-color);
}

.banner-img-1,
.banner-img-2,
.banner-img-3,
.banner-img-4,
.icon_with_title,
.navigation-wrap,
header,
nav,
nav li .nav_submenu li {
    position: relative;
}

nav ul,
ul {
    list-style: none;
}

.clamp-title,
.other_services p,
.project_box p {
    text-overflow: ellipsis;
}

.about_detail a,
.profile-card-social-links a,
.sidepanel a,
a,
a:hover,
nav a {
    text-decoration: none;
}

.col,
.featuredCard,
.openbtn,
.submenu_head,
a,
a:hover,
span.portfolio_inner {
    cursor: pointer;
}

.avatar,
.blog_share,
.file-text,
.orange-strip h6,
.real-estat-logos2 {
    vertical-align: middle;
}

@font-face {
    font-family: lato;
    src: url(assets/font/Lato-Regular.woff);
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

:active,
:focus,
:hover {
    outline: 0 !important;
    outline-offset: 0;
}

.dark-secbox:hover h5 span,
.primery-color-font,
a:hover {
    color: var(--primary-color) !important;
}

:root {
    --primary-color: #0ca7f7;
    --secondry-color: #0093dd;
    --heading-color: #303030;
    --subheading-color: #0093dd;
    --navtext-color: #ffffff;
    --activenav-color: #e77818;
    --primary-button: #0ca7f7;
    --secondry-button: #0093dd;
    --iconprimary-color: #0ca7f7;
    --iconsecondry-color: #0093dd;
    --white-color: #ffffff;
    --text-color: #303030;
    --textprimary-color: #e77818;
    --textsecondry-color: #e77818;
    --primary-font: "Poppins";
    --bgDark-color: #011620;

}

.topbar-icon {
    padding-top: 8px;
    padding-bottom: 8px;
}

.icon-crown {
    background-color: #fff0;
    border: 2px solid #1f57c3 !important;
    border-radius: 50%;
    padding: 6px;
}

.topbar-icon li img {
    height: 30px;
}

.darkbg {
    background-color: var(--bgDark-color) !important;
}

.image-color-change,
.offering_iconbox img,
.offering_iconbox.autoImg img,
.other_services img,
.work_flow .work_flow-logo {
    filter: hue-rotate(168deg) brightness(1.1) contrast(1.2);
}

.carousel-control-next-icon,
.carousel-control-prev-icon,
.icon-tech-back {
    filter: invert(1);
}

#maforFooter {
    min-width: 320px;
    max-width: 100%;
    height: 300px;
    margin: 1em auto;
}

.animated-line {
    stroke-dasharray: 8;
    stroke-dashoffset: 10;
    animation: 5s linear infinite dash;
}


@keyframes dash {
    from {
        stroke-dashoffset: 100;
    }

    to {
        stroke-dashoffset: 20;
    }
}

.carousel-control-next,
.carousel-control-prev,
.change,
.custom-file-input,
.mobnavbar-collapse,
.work_flow ul li:last-child:before {
    display: none;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: Poppins, sans-serif !important;
    font-size: 100%;
    font-weight: 400;
}

h1,
h2 {
    font-weight: 800;
}

.background_modalcont {
    background: #0ca7f7 !important;
    background: linear-gradient(
        176deg,
        rgb(12 167 247 / 0.12648809523809523) 0,
        rgb(12 175 247 / 0.9332107843137255) 50%,
        rgb(12 202 247 / 0.7763480392156863) 100%
    ) !important;
    background-position: center top !important;
}

.box_for_all_case,
.footer-contact2 {
    border-radius: 10px;
    padding: 1rem;
    background-color: #fff;
    box-shadow: 0 0 10px #e1e1e1;
}

.modal-content {
    height: auto !important;
    background: #eef;
    background: radial-gradient(
            75.99% 262.53% at 95.73% 108.2%,
            rgb(0 102 255 / 0.2) 0,
            #fff0 100%
        ),
        radial-gradient(30.61% 75.99% at 3.39% 9.41%, #e6f4ed 0, #fff0 100%),
        #f5f5fc;
    background-blend-mode: normal, normal, darken, normal;
}

.containercase {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    max-width: 100%;
    width: 1230px;
    color: #fff !important;
}

.small,
.trandingpost_rightbox,
h1,
h2,
h3,
h4,
h5,
h6,
section .title,
section .title h6 {
    margin-bottom: 1rem;
}

.tag-st {
    padding: 10px 20px;
    border-radius: 50px;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    background-color: #fff;
}

.category-tag {
    width: 70%;
    font-size: 14px;
    color: #fff;
    align-items: center;
    font-weight: 600;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.feature-block-one .other_services:hover,
.feature-block-one .other_services:hover .flipbox_icon,
.head_cat {
    color: #0ca7f7;
}

.footer_link span,
.footer_link ul li a,
.jobapply_form form label,
.jumbotron h4,
.jumbotron p,
.jumbotron strong,
.main-btn,
.mobile_toggle .navbar-toggler-icon,
.nav-link,
.nav_submenu a,
.nav_submenu h6,
.small,
footer h5,
footer h6,
footer p,
h1,
nav a {
    color: var(--white-color);
}

h2,
h3,
h4,
h5,
h6,
p {
    color: var(--text-color);
}

h1 {
    font-size: 3rem;
    line-height: 3.75rem;
}

h2 {
    font-size: 2.625rem;
    line-height: 3rem;
}

.trandingpost_box h5,
h3,
h4,
h5 {
    font-weight: 700;
}

h3 {
    font-size: 2.375rem;
}

h4 {
    font-size: 2rem;
}

h5 {
    font-size: 1.5rem;
    line-height: 2rem;
}

h6 {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.75rem;
}

.small {
    font-weight: 400;
    line-height: 1rem;
}

.border-btn,
.main-btn,
.white-btn {
    display: inline-block;
    line-height: 1.5625rem;
    font-weight: 600;
    box-shadow: 0 2px 10px -1px rgb(0 0 0/ 19%);
}

strong {
    font-weight: 700;
    font-size: 0.9rem;
    line-height: 1.25rem;
}

.nav-link,
p {
    font-weight: 400;
}

.border-btn,
.main-btn,
p {
    font-size: 1rem;
}



.modal-width-incress {
    width: 800px !important;
}

p {
    line-height: 1.5rem;
}

.icon-tech-back {
    padding: 5px;
    border-radius: 5px;
    margin-right: 3px;

    /* Correcting transform scaling */
    transform: scale3d(1.2, 1.2, 1.2);
    transition: transform 0.3s ease-in-out;

    /* Accessible animation */
    animation: pulse-animation 0.7s infinite ease-in-out;
}

/* Define a smooth pulse animation */
@keyframes pulse-animation {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

/* Improve accessibility with hover and focus */
.icon-tech-back:hover,
.icon-tech-back:focus {
    transform: scale3d(1.3, 1.3, 1.3);
}

.bgclass_icon img {
    mix-blend-mode: screen;
    filter: invert(1);
}

.bgclass_icon {
    background: #0ca7f7;
    padding: 5px;
    border-radius: 5px;
}

.main-btn {
    background-color: var(--primary-button);
    border: solid 0.1575rem var(--primary-color);
}

.border-btn,
.main-btn:hover,
.openbtn:focus {
    background-color: #fff0;
}

.border-btn,
.border-btn:hover,
.main-btn:hover {
    border: solid 0.1575rem var(--primary-color) !important;
}

.blog_containt h1,
.border-btn,
.flipbox_icon,
.footer_offices .card .card-body small,
.nav_submenu li:hover .menu_imglink,
.page_headerimg .author,
.page_headerimg .date,
.trandingpost_rightbox a h5,
.video_content h1 span,
.white-btn {
    color: var(--primary-color);
}

.white-btn {
    padding: 0.625rem 1.875rem;
    background-color: var(--white-color);
    border: solid 0.1575rem var(--white-color);
    font-size: 1.125rem;
    -webkit-transition: 0.4s ease-out;
    -o-transition: 0.4s ease-out;
    -moz-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
}

.main-btn:hover {
    color: var(--primary-button) !important;
}

.main-btn,
.profile-card-social-links a:hover,
.team-section a:hover {
    color: #fff !important;
}

.border-btn:hover {
    background-color: var(--primary-button);
    color: var(--white-color);
}

.white-btn:hover {
    background-color: #fff0;
    color: var(--white-color);
}

.section {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.section-gray,
.technology-section .tech-iconbox:hover {
    background-color: #f6f6f6;
}

.featuredCard h5,
.industries-section,
.text-responsive,
section .title {
    text-align: center;
}

.agile-section .service-box p,
.benefit-section .card .card-body .card-title,
.card-text,
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active p,
.contact-alertsection h6 small,
.contactinfo a,
.feature-block-one .other_services h5,
.feature-block-one .other_services:hover .link a,
.feature-block-one .other_services:hover h5,
.feature-block-one .other_services:hover p,
.footer-logo-wrapper .contactInformaion,
.jumbotron_white h4,
.jumbotron_white p,
.jumbotron_white strong,
.office_count,
.pillars_section .card .card-body .card-title,
.project_box h5,
.text-dark1,
.text-white,
.text_white_4,
.white-p p,
section .white-title h4,
section .white-title p,
section .white-title strong {
    color: #fff;
}

.border-r {
    border-right: 1px solid #d7d7d7;
}

.border-l {
    border-left: 1px solid #d7d7d7;
}

.border-t {
    border-top: 1px solid #d7d7d7;
}

.border-b {
    border-bottom: 1px solid;
}

.border-r-dashed {
    border-right: 1px dashed #d7d7d7;
}

.border-l-dashed {
    border-left: 1px dashed #d7d7d7;
}

.border-t-dashed {
    border-top: 1px dashed #d7d7d7;
}

.border-b-dashed {
    border-bottom: 1px dashed #d7d7d7;
}

header {
    width: 100%;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.agile-section .nav-link:focus,
.agile-section .nav-link:hover,
.mobile_toggle,
.modal-content,
nav .nav-link:focus,
nav .nav-link:hover {
    border: none;
}

.mobile_toggle i {
    color: #fff;
    font-size: 2.5rem;
}

.panel {
    padding: 0 18px;
    display: none;
    background-color: #fff;
    overflow: hidden;
}

.mobnav_submenu {
    background-color: #fff;
    padding: 0.2rem 0;
    border-radius: 10px;
    margin-top: 0.5rem;
}

.mobnav_submenu span {
    display: block;
    margin: 0.5rem;
}

.navbar-expand-lg .navbar-collapse {
    display: none !important;
}

.mobile_nav {
    padding-left: 0;
}

.mobile_nav li {
    display: block !important;
    padding: 0.5rem 0 !important;
}

.navbar-brand {
    width: auto;
}

.navbar-brand img {
    filter: brightness(0) invert(1);
}

.navigation-wrap {
    background-color: #fff0;
    width: 100%;
    z-index: 1000;
    left: 0;
    -webkit-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

.bg_for_filp,
.header-form select {
    background-color: #fff;
}

.navigation-wrap .nav-item {
    padding: 0 0.625rem;
    transition: 0.2s linear;
}

.navbar-toggler:focus {
    outline: unset;
    border: unset;
    box-shadow: none;
}

.bg_for_filp,
.icon_with_title {
    border-radius: 50%;
    display: flex;
}

.project-logo {
    margin-top: 40px;
}

.nav-link {
    font-size: 16px;
    letter-spacing: 1px;
    border-bottom: 2px solid #fff0;
}

.capitalize-first-letter::first-letter,
.common-btn,
.testimonial .testimonial-title a {
    text-transform: uppercase;
}

.bg_for_filp {
    padding: 2px;
    width: 100px;
    justify-content: center;
}

.blog-tags ul .active-tag,
.jumbotron,
.submenu_head,
nav li:hover > nav {
    background-color: var(--primary-color);
}

.nav-link:focus,
.nav-link:hover {
    color: var(--secondry-color);
    border-bottom: 2px solid var(--primary-color);
}

.navbar-nav .nav-link.active,
.navbar-nav .show > .nav-link {
    color: var(--primary-color) !important;
    font-weight: 700;
    border-bottom: 2px solid var(--primary-color);
}

.icon_with_title {
    height: 40px;
    align-items: center;
    gap: 6px;
    transition: transform 0.3s ease-in-out;
}

.icon_with_title:hover {
    transform: scale(1.2);
    animation: 1s infinite pulse;
}

@keyframes pulse {
    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }
}

.contacton_card,
.flip_box .back a,
.nav_font {
    font-size: 14px;
}

.navbar-expand-lg li {
    display: inline-block;
    padding: 1rem 1.1rem;
}

.navbar-expand-lg li:hover > nav .container > nav.navigation-wrap,
.sticky-header:hover .navbar {
    background-color: #fff !important;
}

.navbar-expand-lg li:last-child {
    padding-right: 0 !important;
}

.header-form label,
.header_video,
.sidepanel a,
nav a,
nav li div ul li {
    display: block;
}

nav li .submenu_wrapper {
    visibility: hidden;
    opacity: 0;
    width: 100%;
    height: auto;
    position: absolute;
    top: 134px;
    left: 0;
    padding: 2rem 0 3rem;
    background: var(--bgDark-color);
    transform: translateY(-10px);
    transition: opacity 0.4s, transform 1.4s, visibility 0.1s;
}

.feature-block-one .other_services a:hover,
.spantext {
    color: #0ca7f7 !important;
}

nav li:hover .submenu_wrapper {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

.navbar-brand {
    padding-top: 0 !important;
}

nav li .nav_submenu li {
    margin-right: 1rem;
    padding: 0.3rem 0 !important;
    display: block;
}

.service_main li img {
    border-radius: 0 !important;
}

nav li .nav_submenu li span {
    border-left: 3px solid var(--primary-color);
    padding-left: 0.5rem;
    color: var(--primary-color);
    font-weight: 300;
    font-size: 22px;
}

nav li .nav_submenu li img {
    border-radius: 10px;
    position: relative;
}

.submenu_head {
    color: var(--white-color);
    display: flex;
    justify-content: space-between;
    min-width: 200px;
    align-items: center;
    font-weight: 700;
    padding: 10px;
    border-radius: 10px;
}

.nav_submenu .menu_imglink {
    position: absolute;
    z-index: 10;
    left: 15px;
    top: 40%;
    font-size: 14px;
    line-height: 1.5rem;
    color: var(--white-color);
}

.navbar-nav .show > .nav-link,
nav .nav-link.active {
    color: var(--white-color) !important;
    font-weight: 700;
    border-bottom: 2px solid var(--white-color);
}

nav li div ul {
    display: inline-block;
    vertical-align: top;
}

.navbar-nav.extrablack .show > .nav-link,
nav.extrablack .nav-link,
nav.extrablack .nav-link.active {
    color: #353535 !important;
}

nav.extrablack .nav-link.active,
nav.extrablack .nav-link:hover {
    border-bottom: 2px solid #353535 !important;
}

nav.extrablack .navbar-brand img {
    filter: inherit;
}

.sidepanel {
    width: 0;
    position: fixed;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #011620;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 15px;
    z-index: 9999;
}

.sidepanel a {
    padding: 8px;
    font-size: 16px !important;
    color: #fff;
    transition: 0.3s;
}

.sidepanel a:hover {
    color: #f1f1f1;
}

.sidepanel .closebtn {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 36px !important;
    line-height: 1;
    font-weight: 300;
}

.openbtn {
    font-size: 36px;
    background-color: #fff0;
    color: #fff;
    padding: 0;
    border: none;
}

.openbtn:hover {
    background-color: #111;
}

.extrablack .openbtn {
    color: #111;
}

@media (max-width: 991.98px) {
    .sidepanel .menu-mobile ul.nav li ul li a {
        color: #fff !important;
        font-size: 14px;
    }

    .sidepanel .menu-mobile ul.nav li ul.card {
        max-height: 450px;
        overflow-y: auto;
    }
}

.video-wrap {
    position: relative;
    height: calc(100vh - 80px) !important;
}

.video-wrap:after {
    content: "";
    display: block;
    background-color: rgb(24 30 63 / 0.4);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.header_video {
    right: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
    transform: translate(-50%, -50%);
}

.video_content {
    width: 100%;
    position: absolute;
    top: 15rem !important;
    z-index: 3;
}

.video_content h1,
.video_content h6,
.video_content h2 {
    text-shadow: 2px 1px 1px #2c2c2c;
    color: var(--white-color);
}

.buttonlink {
    color: var(--white-color) !important;
    background: var(--primary-color);
    padding: 5px 10px;
    border-radius: 5px;
}

.header-form {
    padding: 0.5rem 1rem;
    background-color: var(--white-color);
    border-radius: 10px;
    width: 100%;
    margin-top: 2rem;
}

.header-form input,
.header-form select {
    border: unset;
    width: 100%;
    font-size: 14px;
}

.header-form select option {
    padding: 30px;
}

.header-form button {
    width: 55px;
    height: 55px;
}

.orange-strip {
    padding: 1rem 0;
    background-color: var(--primary-color);
}

.orange-strip span i {
    color: var(--white-color);
    font-size: 32px;
    margin-right: 10px;
}

.orange-strip h6 {
    display: inline-block;
    color: var(--white-color);
    margin-bottom: 0;
}

.blog-tags,
.services .col-3 {
    text-align: center;
    margin: 1rem 0;
}

.services-iconbox {
    padding: 2rem 0;
}

.services-iconbox h6 {
    text-align: center;
    color: var(--text-color);
}

.services-iconbox ul {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
}

.services-iconbox ul li {
    display: inline-block;
    text-align: center;
    width: 50%;
    padding: 20px;
}

.pillars_section .iconbox span i,
.services-iconbox ul li span i,
.tech-iconbox .iconbox span i,
.tech-iconbox-tech .iconbox span i,
.work_flow ul li span i {
    font-size: 50px;
    color: var(--iconprimary-color);
}

.brand-iconbox small,
.services-iconbox ul li small,
.tech-iconbox small,
.tech-iconbox-tech small {
    font-weight: 600;
}

.tech-iconbox-tech {
    text-align: center;
    border-radius: 10px;
    position: relative;
    border-bottom: 4px solid #fff0;
    border-top: 4px solid #fff0;
    background-color: #fff;
    padding: 1rem;
    height: 150px;
    transition: 0.3s;
}

.real-carousel-icon,
.tech-iconbox-tech:hover {
    background-color: var(--white-color) !important;
    box-shadow: 0 0.2rem 2rem rgb(36 36 36 / 0.15);
    border-bottom: 4px solid var(--primary-color);
    border-top: 4px solid var(--primary-color);
    color: #000;
    border-color: #0ca7f7;
}

.brand-iconbox,
.tech-iconbox {
    background-color: var(--white-color);
    text-align: center;
}

.image-h-real img,
.tech-iconbox-tech span {
    height: 70px;
}

.tech-iconbox-tech img {
    width: 40%;
    height: 65px;
    transition: transform 0.4s ease-in-out;
}

.tech-iconbox-tech:hover img {
    transform: scale(0.8);
}

.tech-iconbox {
    box-shadow: 0 1px 3px rgb(0 0 0 / 0.12), 0 1px 5px rgb(0 0 0 / 0.24);
    padding: 1rem;
    border-radius: 10px;
    transition: 0.7s !important;
}

.tech-iconbox:hover {
    background-color: var(--white-color) !important;
    color: #000;
    border-color: #0ca7f7;
    transform: scale(1.04);
}

.tech-iconbox span img {
    width: 40%;
    height: 65px;
}

.brand-iconbox {
    border: 1px dashed #ccc;
    padding: 0.7rem;
    border-radius: 10px;
}

.brand-iconbox:hover {
    background-color: #f6f6f6;
    color: #000;
    border-color: #e97b1b;
}

.brand-iconbox span img {
    width: auto !important;
    height: 70px;
    margin: auto;
}

.img_hight {
    max-height: 140px;
    transition: 3s;
}

.img_hight:hover {
    transform: scale(1.06);
}

.cardthat {
    background: #fff !important;
    border-radius: 4px;
    box-shadow: 0 20px 30px -10px rgb(0 0 0 / 0.1);
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    position: relative;
    transition: 0.4s;
    margin: 0 10px;
}

.cardthat:before {
    height: 190px;
    width: calc(100% + 100px);
    content: "";
    position: absolute;
    background-image: linear-gradient(
        to top,
        #fff 0,
        var(--primary-color) 100%
    );
    border-radius: 0 0 100% 100%;
    transition: 0.4s ease-out;
    top: 0;
}

.cardthat:hover {
    transform: translateY(-10px);
    box-shadow: 0 5px 10px -5px rgb(0 0 0 / 0.3);
}

.cardthat:hover:before {
    height: 100%;
    border-radius: 4px;
}

.technology-section .tech-iconbox {
    border: 1px solid #ccc;
}

.benefit-section {
    margin-top: 2rem;
    background-image: url(../assets/images/line-bg.jpg);
    background-size: 85%;
    background-repeat: no-repeat;
    background-position-y: initial;
}

.benefit-section .col-8 {
    padding: 0;
    border: 1px solid #e5e3e3;
    border-radius: 10px;
}

.pillars_section .box-11,
.pillars_section .box-22,
.pillars_section .box-33,
.pillars_section .box-44 {
    background: linear-gradient(
        135deg,
        rgb(173 216 230) 0,
        rgb(255 255 255) 50%,
        rgb(173 216 230) 100%
    );
    padding: 10px;
}

.benefit-section .iconbox {
    text-align: center;
    align-items: center;
    margin: auto;
}

.benefit-section .iconbox span img {
    width: 40%;
}

.benefit-section .card {
    border: unset;
    border-radius: 0;
    border-bottom: 1px solid #e5e3e3;
}

.benefit-section .card:last-child,
.pillars_section .card:last-child {
    border: none !important;
}

.benefit-subsection {
    padding: 3rem 0;
}

.benefit-subsection ul li {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.benefit-subsection ul li::before {
    content: "\f26a";
    font-family: bootstrap-icons !important;
    margin-right: 10px;
    color: var(--iconprimary-color);
    font-size: 30px;
}

.text-start a i {
    margin-right: 5px;
}

.work_flow img {
    max-width: 80px;
    max-height: 80px;
}

.banner-sec-img img,
.careertechicon img,
.client-img img,
.img-blue-fillter img,
.offering_iconbox img,
.offering_iconbox.autoImg img {
    max-width: 100%;
}

.work_flow .work_flow-logo {
    max-height: 100px;
}

.work_flow ul li {
    width: 32.33%;
    display: inline-block;
    text-align: center;
    padding: 0;
    position: relative;
}

.work_flow ul li::before {
    content: "\f138";
    font-family: bootstrap-icons !important;
    position: absolute;
    top: 2rem;
    right: 0;
    font-size: 32px;
    color: var(--iconprimary-color);
}

.crr_port {
    background: linear-gradient(
        135deg,
        rgb(173 216 230) 0,
        rgb(255 255 255) 50%,
        rgb(173 216 230) 100%
    );
    background-size: cover;
    margin: 0;
}

.pillars_section:nth-child(3) {
    border-right: 0 solid #ccc;
}

.pillars_section:nth-child(4) {
    border-bottom: 0 solid #ccc;
}

.pillars_section:nth-child(5) {
    border-bottom: 0 solid #ccc;
    border-right: 0 solid #ccc;
}

.pillars_section .iconbox {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.footer-contact2 .row,
.page_headerimg {
    align-items: center;
}

.pillars_section .box-11 {
    border-radius: 15px 15px 0;
}

.pillars_section .box-22 {
    border-radius: 15px 15px 15px 0;
}

.pillars_section .box-33 {
    border-radius: 15px 0 15px 15px;
}

.pillars_section .box-44 {
    border-radius: 0 15px 15px;
}

.client-name h4,
.client-section-item h6 {
    margin-bottom: 5px;
}

.pillars_section .card {
    border: unset;
    border-radius: 0;
    border-bottom: 1px solid #b6b6b6;
    background: #fff0;
}

.pillars_section .card .card-body a {
    float: right;
    font-size: 30px;
    color: var(--iconsecondry-color);
}

.case_studyright .video-thumbnail {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.case_studyright .video-thumbnail img {
    width: 100%;
    height: auto;
}

.case_studyright .video-thumbnail .gray-bg {
    position: absolute;
    z-index: 1000;
    background-color: rgb(80 80 80 / 66%);
    padding: 28px;
    right: 10px;
    border-radius: 100%;
    bottom: 10px;
    color: var(--white-color);
}

.case_studyright .video-thumbnail .gray-bg:hover,
.dark-bg-section h4,
.dark-bg-section h5,
.dark-bg-section h6,
.dark-bg-section i {
    color: var(--white-color) !important;
}

.case_studyright .video-thumbnail .orange-bg {
    position: absolute;
    z-index: 1000;
    background-color: var(--primary-color);
    padding: 8px 12px;
    right: 7px;
    border-radius: 100%;
    bottom: 8px;
}

.project_box {
    background-color: var(--white-color);
    padding: 2rem 1rem 15px;
    border-radius: 20px;
    box-shadow: 0 0.1rem 1rem #f2f2f2 !important;
    position: relative;
}

.portfolio .project_box {
    min-height: 550px;
}

.project_box1 {
    padding-top: 3rem;
}

.project_thumbnail {
    position: relative;
    overflow: hidden;
    height: 15rem;
    border-radius: 30px;
}

.feature-block-one .other_services:hover:before,
.featuredCard .fplogo img,
.footer_offices .card img,
.profile-card-img img,
.project_thumbnail img,
.video-wrap {
    width: 100%;
}

.project_brand {
    position: absolute;
    bottom: 13rem;
    border-radius: 50%;
    left: 0;
    right: 0;
}

.project_brand .brand_bg {
    border-radius: 100%;
    height: 80px;
    top: 0;
}

.project_brand .brand_bg img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    margin: auto;
    box-shadow: rgb(0 0 0 / 0.2) 0 8px 24px;
    background: #fff;
    border: 5px solid #fff;
    border-radius: 100%;
}

.project_brand1 {
    position: absolute;
    bottom: 13rem;
    border-radius: 50%;
    left: 0;
    top: 10px;
    right: 0;
    z-index: 1;
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: inline-table;
}

.our_partner .pillars_section {
    padding: 1rem;
    display: inline-block;
    border-right: 1px dashed #fff;
    border-bottom: 1px dashed #fff;
}

.our_partner .carousel-indicators {
    bottom: -65px;
}

.carousel-indicators button {
    background-color: var(--primary-color) !important;
}

.our_partner .pillars_section img {
    width: auto;
    margin: auto;
    transition: transform 0.3s;
}

.crr-link a:hover img,
.our_partner .pillars_section img:hover {
    transform: scale(1.2);
}

.footer_contactbg {
    background: linear-gradient(180deg, #fff 50%, #212121 50%);
}

.footer-contact2 form input {
    padding: 14px 18px;
    border: 1px solid #b6b6b6;
    width: 100%;
    margin-bottom: 15px;
    border-radius: 5px;
}

.footer-contact2 form textarea {
    padding: 14px 18px;
    border: 1px solid #b6b6b6;
    width: 100%;
    margin-bottom: 15px;
    border-radius: 5px;
    height: 74px;
}

footer {
    background-color: #212121;
}

.footer_offices .card {
    background-color: #fff0;
    color: var(--white-color);
    border: unset;
}

.about_detail .about_detail ul li .card-body,
.footer_offices .card .card-body {
    padding: 0 1rem;
}

.office_count {
    position: absolute;
    right: 0;
    font-size: 96px;
    font-weight: 800;
    top: -1rem;
}

.page_headerimg,
.page_headerimg1 {
    position: relative;
    background-size: cover !important;
    width: 100%;
    display: flex;
}

.footer_offices .card .card-body h6 {
    color: var(--secondry-color);
    margin-bottom: 0;
    text-transform: uppercase;
}

.footer_offices .card .card-body span i {
    margin-right: 1rem;
}

.footer_link div {
    margin: 1rem 0;
}

.footer_link .social-link li {
    display: inline-block;
    font-size: 1.5rem;
    padding: 0 6px;
    margin-bottom: 0;
}

.footer-contact2 a,
.footer-contact2 svg {
    color: #000 !important;
    margin: 4px 0;
}

.footer_link ul li {
    margin-bottom: 0.5rem;
}

.footer_link span i {
    color: var(--iconprimary-color);
    margin-right: 10px;
}

.subfooter {
    padding: 1rem 0;
    background-color: #484848;
    color: var(--white-color);
}

.page_headerimg {
    min-height: 800px;
    background-position: center !important;
}

.page_headerimg1 {
    min-height: 650px;
    background-position: right !important;
    align-items: center;
}

.page_headerimg::after {
    position: absolute;
    left: 0;
    content: "";
    top: 0;
    background-repeat: no-repeat;
    background: rgb(0 0 0 / 0.3);
    height: 100%;
    width: 100%;
}

.page_headerimg img {
    width: 100%;
    max-height: fit-content;
}

.breadcrumb-wrap {
    background-color: #0ca7f7;
    padding: 0.7rem 0;
}

.jumbotron_white,
.offering_iconbox {
    background-color: rgba(255, 255, 255, 0.03);
}

.breadcrumb .breadcrumb-item a {
    display: initial;
    color: #fff;
}

.breadcrumb .breadcrumb-item a:hover {
    color: #011620 !important;
}

.breadcrumb-wrap .breadcrumb,
.inner p {
    margin-bottom: 0;
}

.breadcrumb-item + .breadcrumb-item::before,
.breadcrumb-item.active {
    color: rgb(242 242 242 / 0.986);
}

.about_detail ul li {
    margin-right: 0.4rem;
    width: 100%;
    list-style-type: disc;
}

.about_detail ul,
.client-project-detail {
    padding-left: 20px;
}

.what_wedo_icons li {
    width: 46% !important;
}

.about_detail ul li .card {
    border: unset;
}

.about_detail h3 {
    color: #0093dd;
    font-size: 1.5rem;
}

.about_detail h4,
h3 {
    margin-top: 1.5rem;
}

.about_detail a,
.client-project-abt,
.color-sec-heading,
.color-sec-heading1,
.color-sec-heading2,
.project_overview_sum h6,
.real-estat-logosh6 {
    color: #0093dd;
}

.about_detail ul li img {
    width: 50px;
    margin-right: 0.2rem;
}

.about_detail ul li .iconbox i {
    font-size: 34px;
    color: var(--primary-color);
}

.offering_iconbox {
    margin-bottom: 1rem;
    text-align: center;
    border: 1px dashed var(--secondry-color);
    padding: 1rem;
    border-radius: 10px;
    min-height: 196px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.offering_iconbox.autoImg img {
    height: 60px;
}

.career-img-color {
    height: 48px !important;
}

.offering_iconbox small {
    font-weight: 600;
    text-wrap: nowrap;
}

.jumbotron_white ul li {
    width: 48%;
    background-color: #fbfbfb;
    display: inline-block;
    margin: 0.2rem;
    padding: 1rem 3rem;
}

.other_services h3 i,
.other_services svg {
    background-color: #ededed;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 1rem;
}

.jumbotron_white ul li:hover {
    box-shadow: 1px 1px 6px #ccc;
}

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

.other_services {
    border-radius: 10px;
    position: relative;
    border-bottom: 4px solid #fff;
    border-top: 4px solid #fff;
}

.other_services a:hover,
.other_services:hover .flipbox_icon {
    color: var(--iconprimary-color) !important;
}

.other_services:hover {
    border-bottom: 4px solid var(--primary-color);
    border-top: 4px solid var(--primary-color);
}

.other_services svg {
    width: 80px;
    height: 80px;
}

.other_services h3 i {
    display: inline-block;
    color: var(--primary-color);
}

.other_services img {
    margin-bottom: 1rem;
    max-width: 100px !important;
}

.blog_containt img {
    margin-bottom: 2rem;
}

.dark-bg-section i {
    font-size: 32px;
}

.dark-bg-section p {
    color: #9d9d9d !important;
}

.dark-bg-section img {
    width: 100%;
    height: 400px;
    border-radius: 10px;
}

.dark-bg-section .dark-secbox {
    padding: 1rem;
    position: relative;
    margin-bottom: 10px;
}

.dark-bg-section .dark-secbox:hover {
    background-color: #1e1e1e;
    padding: 1rem;
}

.dark-bg-section .dark-secbox h5 span {
    color: #fff;
    position: absolute;
    left: -1px;
}

.dark-secbox h5 {
    text-wrap-mode: nowrap;
}

.blog-header-containt {
    position: absolute;
    top: 10rem;
    width: 100%;
    z-index: 10;
}

.blog-header-containt h1,
.blog-header-containt h6 {
    text-align: center;
    color: var(--white-color);
}

.blog-header-containt .header-form {
    margin: auto;
}

.blog-tags ul li {
    display: inline-block;
    color: #fff;
    text-align: center;
    padding: 5px;
}

.blog-tags a {
    display: inline-block;
    color: #fff;
    text-align: center;
    padding: 5px;
    border-radius: 5px;
}

.blog-tags a:hover {
    background-color: var(--primary-button);
}

.trandingpost_box {
    padding: 0rem;
    overflow: hidden;
    border: 1px dashed #ccc;
    background-color: #fff;
    border-radius: 10px;
    position: relative;
    margin-bottom: 1rem;
}

/* .trandingpost_box p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
} */

.trandingpost_box .author,
.trandingpost_rightbox .author {
    font-size: 14px;
    font-weight: 600;
}

.trandingpost_box .date,
.trandingpost_rightbox .date {
    font-size: 14px;
    font-weight: 600;
    float: right;
}

.trandingpost_box .post_tag {
    position: absolute;
    right: -10px;
    background-color: var(--secondry-color);
    padding: 5px;
    color: #fff;
    top: 0.5rem;
}

.trandingpost_box .post_tag::after {
    height: 0;
    width: 0;
    top: -8.5px;
    left: 0.1px;
    border-bottom: 9px solid #000;
    border-left: 9px solid #fff0;
}

.blog_detail_header {
    border: 1px solid #ccc;
    padding: 1rem 0;
    border-width: 1px 0;
}

.scroll-line {
    height: 4px;
    margin-bottom: -2px;
    background: var(--primary-color);
    width: 0%;
    position: absolute;
    bottom: -2px;
}

.back,
.featuredCard,
.front {
    background-size: cover;
    background-repeat: no-repeat;
}

.blog_detail img {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: 4px solid #ccc;
    margin-right: 5px;
}

.blog_share {
    align-items: center;
    display: inline-flex;
}

.blog_detail_header .blog_share ul li {
    display: inline-block;
    margin-left: 1rem;
}

.blog_containt img {
    width: 100%;
    max-height: 500px;
}

.blog_containt h5 {
    font-size: 20px;
}

.job_spacification ul li {
    display: block;
    padding: 0.3rem 0;
    width: 100%;
}

.job_spacification ul li::before {
    content: "\f138";
    font-family: bootstrap-icons !important;
    background-color: #ccc;
    padding: 0.4rem;
    margin-right: 1rem;
    vertical-align: middle;
}

.jobapply_form {
    background-color: #303030;
    padding: 2rem;
    position: sticky;
    top: 5rem;
}

.jobapply_form form input {
    width: 100%;
    margin-bottom: 1rem;
    padding: 0.7rem;
}

.jobapply_form form input[type="file"] {
    padding: 0;
    color: var(--white-color);
}

.timeline_section span i {
    font-size: 46px;
    color: var(--secondry-color);
}

.main-timeline7 {
    overflow: hidden;
    position: relative;
}

.main-timeline7 .timeline {
    width: 50%;
    float: left;
    z-index: 1;
    position: relative;
}

.main-timeline7 .timeline:after,
.main-timeline7 .timeline:before {
    content: "";
    display: block;
    clear: both;
}

.main-timeline7 .timeline:before {
    content: "";
    width: 40px;
    height: 90%;
    background: var(--secondry-color);
    position: absolute;
    top: 10%;
    right: -20px;
}

.main-timeline7 .timeline:last-child:before {
    height: 0;
}

.main-timeline7 .timeline-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: var(--secondry-color);
    overflow: hidden;
    text-align: center;
    position: absolute;
    top: 0;
    right: -40px;
    z-index: 3;
}

.main-timeline7 .timeline-icon:before {
    content: "";
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid var(--secondry-color);
    box-shadow: 0 0 0 4px #45baf5;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.main-timeline7 .year:before,
.timeline ul li div time,
.timeline ul li::after {
    background: var(--secondry-color);
    position: absolute;
}

.main-timeline7 .timeline-icon i {
    font-size: 35px;
    color: #303a3b;
    line-height: 80px;
    z-index: 1;
    position: relative;
}

.main-timeline7 .year {
    display: block;
    padding: 0 60px 0 30px;
    font-size: 16px;
    color: #303a3b;
    text-align: right;
    border-bottom: 2px solid #303a3b;
    z-index: 2;
    position: relative;
}

.main-timeline7 .year:before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 5px solid #fff;
    box-shadow: 0 0 0 4px var(--secondry-color);
    margin: auto;
    bottom: -15px;
    left: 4px;
}

.main-timeline7 .year:after {
    content: "";
    border-left: 10px solid #303a3b;
    border-top: 10px solid #fff0;
    border-bottom: 10px solid #fff0;
    position: absolute;
    bottom: -11px;
    left: 50px;
}

.main-timeline7 .timeline-content {
    padding: 18px 60px 18px 40px;
    text-align: right;
    position: relative;
    z-index: 1;
}

.main-timeline7 .timeline-content:after,
.main-timeline7 .timeline-content:before {
    content: "";
    width: 80px;
    height: 150px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: -7%;
    right: 15px;
    z-index: -1;
}

.main-timeline7 .timeline-content:after {
    left: auto;
    right: -95px;
}

.main-timeline7 .timeline:last-child .timeline-content:after,
.main-timeline7 .timeline:last-child .timeline-content:before {
    width: 0;
    height: 0;
}

.main-timeline7 .title {
    font-size: 22px;
    font-weight: 700;
    color: #727cb6;
    margin-top: 0;
}

.main-timeline7 .description {
    font-size: 15px;
    color: #7f8386;
    line-height: 25px;
}

.main-timeline7 .timeline:nth-child(2) {
    margin-top: 140px;
}

.main-timeline7 .timeline:nth-child(2n) {
    margin-bottom: 80px;
}

.main-timeline7 .timeline:nth-child(odd) {
    margin: -140px 0 0;
}

.main-timeline7 .timeline:first-child,
.main-timeline7 .timeline:last-child:nth-child(2n) {
    margin: 0 !important;
}

.main-timeline7 .timeline:nth-child(2n) .timeline-icon,
.main-timeline7 .timeline:nth-child(2n):before {
    right: auto;
    left: -20px;
    background: var(--primary-color);
}

.main-timeline7 .timeline:nth-child(2n) .timeline-icon {
    left: -40px;
}

.main-timeline7 .timeline:nth-child(2n) .year {
    padding: 0 30px 0 60px;
    text-align: left;
}

.main-timeline7 .timeline:nth-child(2n) .year:before {
    left: auto;
    right: 3px;
}

.main-timeline7 .timeline:nth-child(2n) .year:after {
    border-left: none;
    border-right: 10px solid #303a3b;
    right: 50px;
}

.main-timeline7 .timeline:nth-child(2n) .timeline-content {
    padding: 18px 40px 18px 60px;
    text-align: left;
}

.main-timeline7 .timeline:nth-child(2n) .timeline-content:before {
    left: -95px;
}

.main-timeline7 .timeline:nth-child(2n) .timeline-content:after {
    left: 15px;
}

.main-timeline7 .timeline:nth-child(2n) .timeline-icon:before {
    border-color: #e77e21;
    box-shadow: 0 0 0 4px #f1a563;
}

.main-timeline7 .timeline:nth-child(2n) .year:before {
    background: #e77e21;
    box-shadow: 0 0 0 4px #e77e21;
}

.main-timeline7 .timeline:nth-child(2n) .title {
    color: #e77e21;
}

.main-timeline7 .timeline:nth-child(3n) .timeline-icon,
.main-timeline7 .timeline:nth-child(3n):before {
    background: #008b8b;
}

.main-timeline7 .timeline:nth-child(3n) .timeline-icon:before {
    border-color: #008b8b;
    box-shadow: 0 0 0 4px #50b5b4;
}

.main-timeline7 .timeline:nth-child(3n) .year:before {
    background: #008b8b;
    box-shadow: 0 0 0 4px #008b8b;
}

.main-timeline7 .timeline:nth-child(3n) .title {
    color: #008b8b;
}

.main-timeline7 .timeline:nth-child(4n) .timeline-icon,
.main-timeline7 .timeline:nth-child(4n):before {
    background: #ed687c;
}

.main-timeline7 .timeline:nth-child(4n) .timeline-icon:before {
    border-color: #ed687c;
    box-shadow: 0 0 0 4px #f798a8;
}

.main-timeline7 .timeline:nth-child(4n) .year:before {
    background: #ed687c;
    box-shadow: 0 0 0 4px #ed687c;
}

.main-timeline7 .timeline:nth-child(4n) .title {
    color: #ed687c;
}

@media only screen and (max-width: 990px) {
    .main-timeline7 .timeline {
        width: 100%;
    }

    .main-timeline7 .timeline:nth-child(2n),
    .main-timeline7 .timeline:nth-child(odd) {
        margin: 0;
    }

    .main-timeline7 .timeline:before,
    .main-timeline7 .timeline:nth-child(2n):before {
        width: 30px;
        height: 100%;
        left: 25px;
    }

    .main-timeline7 .timeline-icon,
    .main-timeline7 .timeline:nth-child(2n) .timeline-icon {
        left: 0;
    }

    .main-timeline7 .timeline:nth-child(2n) .year,
    .main-timeline7 .year {
        text-align: left;
        padding: 0 30px 0 100px;
    }

    .main-timeline7 .timeline:nth-child(2n) .year:before,
    .main-timeline7 .year:before {
        left: auto;
        right: 4px;
    }

    .main-timeline7 .year:after {
        left: auto;
        right: 50px;
        border-right: 10px solid #303a3b;
        border-left: none;
    }

    .main-timeline7 .timeline-content .description {
        color: #666;
    }

    .main-timeline7 .timeline-content,
    .main-timeline7 .timeline:nth-child(2n) .timeline-content {
        text-align: left;
        padding: 18px 40px 18px 100px;
    }

    .main-timeline7 .timeline-content:after,
    .main-timeline7 .timeline-content:before {
        width: 0;
        height: 0;
    }
}

.timeline ul li {
    list-style-type: none;
    position: relative;
    width: 6px;
    margin: 0 auto;
    padding-top: 50px;
    background: #e1e1e1;
}

.timeline ul li::after {
    content: "";
    left: 50%;
    bottom: 0;
    transform: translateX(-50%) rotate(45deg);
    width: 20px;
    height: 20px;
    z-index: 2;
}

.timeline ul li div {
    position: relative;
    bottom: 0;
    width: 580px;
    padding: 20px;
    background: #fff;
    box-shadow: 4px 13px 30px 1px rgb(170 170 170 / 0.2);
    border-radius: 5px;
    display: flex;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s ease-in-out;
}

.timeline ul li div img {
    width: 4rem;
    margin-right: 1rem;
}

.timeline ul li div time {
    width: 80px;
    height: 30px;
    top: -15px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    color: var(--white-color);
}

.timeline ul li div div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
}

.timeline ul li div div p {
    text-align: start;
}

.custom-checkbox-input,
.review_verify-src img,
.timeline ul li div .discovery {
    margin-right: 10px;
}

.timeline ul li:nth-of-type(odd) > div {
    left: 25px;
}

.timeline ul li:nth-of-type(2n) > div {
    left: -600px;
}

.timeline ul li.in-view div {
    transform: none;
    visibility: visible;
    opacity: 1;
}

@media screen and (max-width: 900px) {
    .timeline ul li div {
        width: 100px !important;
        flex-direction: column;
    }

    .timeline ul li div div {
        width: 80%;
        margin: 10px;
    }

    .timeline ul li:nth-of-type(2n) > div {
        left: -289px;
    }
}

@media screen and (max-width: 600px) {
    .timeline ul li {
        margin-left: 20px;
    }

    .timeline ul li div {
        width: calc(50vw - 91px) !important;
    }

    .timeline ul li:nth-of-type(2n) > div {
        left: 45px;
    }

    .timeline ul li:nth-of-type(2n) div,
    .timeline ul li:nth-of-type(odd) div {
        transform: none;
        transition: none;
    }
}

.contacton_card i {
    color: #e77818;
    margin-right: 6px;
}

.small,
small {
    font-size: 0.9rem;
}

.wrapper {
    width: 100%;
    margin: 0 auto;
    max-width: 80rem;
}

.cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.col {
    margin: 1rem;
}

.flip_box {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.flipbox_icon {
    font-size: 62px;
}

.inner p,
.inner span {
    line-height: 1.4rem;
}

.inner span.icon {
    font-size: 14px;
    line-height: 1rem;
    background-color: #f1f1f1;
    display: inline-block;
    padding: 15px;
    position: relative;
    border-radius: 5px;
}

.featuredCard .fptext p,
.hiring-model p,
.other_services p,
.project_box p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.back,
.front {
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 0.15);
    border-radius: 10px;
    background-position: center;
    -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -o-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1),
        -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    min-height: 280px;
    height: auto;
    font-size: 1.5rem;
}

.flip_box:hover .back,
.flip_box:hover .front {
    -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -o-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1),
        -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
}

.back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.image-container::after,
.inner {
    top: 50%;
    position: absolute;
    left: 0;
}

.inner {
    -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
    transform: translateY(-50%) translateZ(60px) scale(0.94);
    width: 100%;
    padding: 2rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: #fff0 solid 1px;
    -webkit-perspective: inherit;
    perspective: inherit;
    z-index: 2;
}

.flip_box .back {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    background-color: #fff;
}

.flip_box .front,
.flip_box:hover .back {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    background-color: #fff;
}

.flip_box:hover .front {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    background-color: #fff;
}

.front .inner h6 {
    font-weight: 700;
    margin: 1rem 0 1.5rem;
    position: relative;
}

.image-container {
    position: relative;
    max-width: 350px;
    display: inline-block;
}

.front .inner h6:after {
    content: "";
    width: 1rem;
    height: 2px;
    position: absolute;
    background: var(--text-color);
    display: block;
    left: 0;
    right: 0;
    bottom: -0.75rem;
}

.owl-vertical .owl-stage-outer {
    height: 900px;
    overflow: hidden;
}

.owl-vertical .owl-stage {
    display: flex;
    flex-direction: column;
}

.owl-vertical .owl-item,
.section-scrol {
    display: flex;
    align-items: center;
    justify-content: center;
}

.avatar {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

footer .border-r {
    border-right: 1px solid #585858;
}

footer .border-b {
    border-bottom: 1px solid #585858;
}

.review-box {
    border-radius: 10px;
    padding: 20px !important;
    background-color: #fff;
    box-shadow: 0 5px 15px #e1e1e1;
}

.btn-close.close-pupup {
    position: absolute;
    right: -5px;
    top: -13px;
    background-color: #f2f2f2;
    padding: 9px;
    border-radius: 50%;
    font-size: 9px;
    opacity: 1;
    z-index: 9999;
}

.footer-logo-wrapper {
    border-bottom: 1px solid #4c4c4c;
    border-top: 1px solid #4c4c4c;
}

.footer-logo-wrapper .flogo {
    max-width: 140px;
}

.feature-block-one .other_services:before {
    position: absolute;
    content: "";
    background: #e77818;
    width: 0%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    transition: 0.5s;
    display: none;
}

.other_services p {
    overflow: hidden;
    -webkit-line-clamp: 6;
}

.project_box p {
    -webkit-line-clamp: 4;
    min-height: 110px;
}

.feature-block-one .other_services p {
    text-align: center;
    min-height: 140px;
    color: #fff;
}

.tech-iconbox.hiring-model {
    height: 100%;
}

.hiring-model ul li {
    font-size: 0.9rem;
    font-weight: 400;
    color: var(--text-color);
    margin-bottom: 10px;
}

.profile-card-caption p,
.topbar-icon div a {
    font-size: 14px !important;
}

.hiring-model ul li:before {
    content: "\f133";
    font-family: bootstrap-icons !important;
    font-size: 14px;
    color: var(--iconprimary-color);
    margin-right: 10px;
}

.contactUsForm {
    max-width: 750px;
}

.contactUsForm input,
.contactUsForm textarea {
    padding: 10px 20px;
}

.contactAddress .card {
    border: 0;
    border-radius: 0;
}

.map {
    filter: grayscale();
}

.form-control,
.form-control:focus {
    box-shadow: none;
    border: 1px solid #ddd;
}

.services-offering-iconbox {
    text-align: center;
    border: 1px dashed var(--secondry-color);
    background-color: rgba(255, 255, 255, 0.03);
    padding: 1rem;
    border-radius: 10px;
    height: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    min-height: 124px;
    flex-direction: column;
}

.cube,
.cube-container,
.side {
    height: fit-content;
}

.offering_iconbox-2 small,
.services-offering-iconbox small {
    font-weight: 600;
    text-transform: capitalize;
}

.rounded-img {
    border-radius: 30px;
    border: 1px dashed var(--secondry-color);
    box-shadow: 0 0 20px 0 #00000015;
}

.lightgray {
    background-color: #f9f9f9;
}

.offering_iconbox-2 {
    text-align: center;
    border: 1px dashed var(--secondry-color);
    background-color: var(--white-color);
    padding: 1rem;
    border-radius: 10px;
}

.offering_iconbox-2 h6 {
    line-height: normal;
}

.cube-container {
    perspective: 2500px;
    width: 500px;
    margin: 50px auto;
}

.cube {
    width: 100%;
    position: relative;
    transform-style: preserve-3d;
    animation: 18s linear infinite rotateCube;
}

.featuredCard:after,
.side {
    position: absolute;
    width: 100%;
}

.side {
    animation: 10s forwards pause;
}

.front {
    transform: translateZ(250px);
}

.back {
    transform: rotateY(180deg) translateZ(250px);
}

.right {
    transform: rotateY(90deg) translateZ(250px);
}

.left {
    transform: rotateY(-90deg) translateZ(250px);
}

@keyframes rotateCube {
    0%,
    25% {
        transform: rotateY(0);
    }

    50%,
    75% {
        transform: rotateY(-90deg);
    }

    100% {
        transform: rotateY(-180deg);
    }
}

@keyframes pause {
    0%,
    50%,
    75% {
        opacity: 0;
    }

    100%,
    25% {
        opacity: 1;
    }
}

.featuredCard {
    background-position: 50% 50%;
    display: block;
    height: 480px;
    width: 100%;
    max-width: 350px;
    margin: 20px auto;
    position: relative;
    transition: 0.3s ease-in-out;
    overflow: hidden;
    border-radius: 10px;
}

.featuredCard:after {
    content: "";
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(
        135deg,
        rgb(173 216 230) 0,
        rgb(255 255 255) 50%,
        rgb(173 216 230) 100%
    );
    transition: background-color 0.3s;
}

.featuredCard .fplogo,
.featuredCard .fptext {
    position: absolute;
    z-index: 1;
    transition: 0.5s ease-in-out;
    left: 50%;
}

.featuredCard .fplogo p {
    text-align: center;
    text-wrap-style: pretty;
}

.featuredCard .fplogo {
    top: 45%;
    transform: translate(-50%, -50%);
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 10px;
}

.featuredCard .fptext {
    font-size: 16px;
    top: 50%;
    transform: translate(-50%, 50%);
    width: 85%;
    opacity: 0;
    text-align: center;
}

.testimonial:after,
.testimonial:before {
    left: 0;
    border-radius: 30px;
    position: absolute;
}

.featuredCard .fptext p,
.hiring-model p {
    margin: 0 0 10px;
    overflow: hidden;
    -webkit-line-clamp: 6;
}

.featuredCard .fptext .main-btn {
    color: #fff;
    padding: 8px 16px;
    border: none;
    border-radius: 4px;
    text-decoration: none;
}

.profile-card-container,
.profile-card-img img {
    border-radius: 50%;
    box-shadow: 0 0 22px #3336;
    transition: 0.6s;
}

.featuredCard:hover {
    box-shadow: 0 0 0 25px rgb(0 0 0 / 0.2) inset;
}

.featuredCard:hover:after {
    background-color: rgb(1 22 32 / 0.7);
}

.featuredCard:hover .fplogo {
    top: 20%;
    opacity: 0;
}

.featuredCard:hover .fptext {
    top: 50%;
    opacity: 1;
    transform: translate(-50%, -50%);
}

.backgroundColor {
    background-color: #011620 !important;
}

.headingText {
    color: #0093dd !important;
}

.profile-card-container {
    position: relative;
    font-family: sans-serif;
    width: 250px;
    height: 250px;
    background: #0093dd;
    padding: 30px;
    margin: 0 25px;
}

.profile-card-container:hover {
    border-radius: 10px;
    height: 290px;
}

.profile-card-img {
    position: relative;
    width: 100%;
    height: 100%;
    transition: 0.6s;
    z-index: 99;
    filter: drop-shadow();
}

.profile-card-caption p,
.project_overview_sum p,
.projext-p,
.testimonial:hover {
    color: #011620;
}

.profile-card-caption h3 {
    color: #fff;
    font-size: 21px !important;
    line-height: 1.5rem !important;
}

.profile-card-container:hover .profile-card-img {
    transform: translateY(-60px);
}

.profile-card-container:hover .profile-card-img img {
    border-radius: 10px;
}

.profile-card-caption {
    text-align: center;
    transform: translateY(-80px);
    opacity: 0;
    transition: 0.6s;
}

.our-industries .item,
.profile-card-container:hover .profile-card-caption {
    opacity: 1;
}

.profile-card-social-links a {
    color: #011620;
    margin-right: 15px;
    font-size: 21px;
    transition: 0.6s;
}

.testimonial {
    text-align: center;
    color: #f2efe8;
    margin: 80px 30px;
    padding: 30px 40px;
    border-radius: 30px;
    position: relative;
    z-index: 1;
    transition: color 0.3s, background-color 0.3s;
}

.testimonial:before {
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: -1;
    transition: background-color 0.3s;
}

.testimonial:after,
.testimonial:hover:before {
    background-color: #0093dd;
}

.testimonial:after {
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    transform: rotate(-7deg);
    z-index: -2;
    transition: background-color 0.3s, transform 0.3s;
}

.testimonial:hover:after {
    background-color: #fff;
    transform: rotate(0);
}

.testimonial .pic {
    border: 5px solid #0093dd;
    filter: drop-shadow(0 0 6px #011620);
    display: inline-block;
    margin-bottom: 10px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    transition: border-color 0.3s;
}

.testimonial:hover .pic {
    border-color: #f2efe8;
}

.testimonial .pic img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.testimonial .testimonial-content {
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 30px;
    margin-bottom: 20px;
}

.testimonial .testimonial-title a {
    display: inline-block;
    color: #0093dd;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    transition: color 0.3s;
}

.testimonial:hover .testimonial-title a,
.testimonial:hover p {
    color: #f2efe8;
}

.testimonial .testimonial-title small {
    color: #011620;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.owl-theme .owl-controls {
    margin-top: 0;
    margin-left: 10px;
    text-align: center;
}

.owl-theme .owl-controls .owl-buttons div {
    display: inline-block;
    opacity: 1;
    background: #0093dd;
    color: #f2efe8;
    border-radius: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-right: 5px;
}

.owl-next:before,
.owl-prev:before {
    content: "\f060";
    font-family: FontAwesome;
    font-size: 20px;
}

.owl-next:before {
    content: "\f061";
}

.topbar-icon li {
    padding: 0 15px !important;
    font-size: 18px;
}

.team-section .row .col-xl-4 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.modal {
    z-index: 100000 !important;
}

.Innovative-Solutions h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 10px;
}

.inno-box {
    margin: 20px 0;
}

section.section.Innovative-Solutions img {
    max-width: 80px;
    max-height: 80px;
    object-fit: contain;
    filter: invert(53%) sepia(96%) saturate(1863%) hue-rotate(169deg)
        brightness(103%) contrast(101%);
}

.modal-header {
    display: block;
    position: absolute;
    right: 15px;
    z-index: 100;
}

.modal-body form h6 {
    color: #3da8fa !important;
}

.inner-pages-banner {
    position: relative;
    z-index: 10;
}

.inner-pages-banner h6 {
    color: #e3e3e3;
    line-height: normal;
}

.navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: #fff0;
    transition: background 0.3s;
}

.navbar.sticky {
    background: rgb(255 255 255);
}

.footer-contact2 ul li {
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #3da8fa;
    margin: 5px;
    border-radius: 100%;
    box-shadow: 0 2px 10px -1px rgb(0 0 0 / 19%);
    -webkit-transition: 0.4s ease-out;
    -o-transition: 0.4s ease-out;
    -moz-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
    fill: #fff !important;
}

.footer-contact2 ul li svg {
    fill: #fff;
}

.footer-contact2 ul li:hover svg {
    background-color: #fff0;
    color: var(--primary-button) !important;
    fill: #3da8fa;
}

.footer-contact2 ul li a {
    color: #fff !important;
    font-size: 18px;
    margin: 0;
}

.custom-file-label p,
.footer-contact2 ul li a i {
    margin: 0;
}

.approch .feature-block-one .other_services {
    border-radius: 0 0 10px 10px;
}

.project-desc p {
    color: #fff;
    font-size: 14px !important;
}

.contactInformaion .contactinfo.col-sm-6.col-lg-3.d-flex.align-items-center {
    min-width: 230px;
}

.portfolio-listing .crr-links {
    flex-wrap: nowrap;
    margin: 10px 0 0;
    display: flex;
    justify-content: space-evenly;
}

.crr-link {
    margin: 10px 0 0;
}

.crr-link a img {
    transition: transform 0.5s ease-in-out;
    width: 110px;
    padding: 2px;
}

.portfolio-tabs .tablinks {
    padding: 10px 15px;
    background: #4351592e;
    border-radius: 50px;
    border: none;
    -webkit-transition: 0.4s ease-out;
    -o-transition: 0.4s ease-out;
    -moz-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
    margin: 10px 7px;
}

.portfolio-tabs .tablinks:hover {
    background: #0ca7f7;
    color: #fff;
    cursor: pointer;
}

.portfolio-tabs {
    border-bottom: #4351592e;
}

.portfolio-tabs .tablinks.active {
    background: #0ca7f7;
    color: #fff;
}

.portfolio-tabs .tab {
    display: flex;
}

.no-deta h2 {
    text-align: center;
    font-weight: 500;
    margin: 20px 0;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    box-shadow: 0 8px 16px 0 rgb(0 0 0 / 0.2);
    padding: 12px 16px;
    z-index: 1;
    right: 0;
}

.dropdown-box {
    width: 400px;
    display: flex;
    flex-wrap: wrap;
}

.dropdown:hover .dropdown-content {
    display: block;
    transition: 2s;
}

span.portfolio_inner {
    width: 50%;
    display: flex;
    font-size: 14px;
}

.border-circle {
    background-color: #fff;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    transition: border-color 0.3s;
}

@media (min-width: 768px) {
    .text-responsive {
        text-align: start;
    }
}

@media (min-width: 1200px) {
    .text-responsive {
        text-align: start;
    }
}

.case_study h4 {
    font-size: 2rem;
}

.faq-section {
    background-color: #f0f8ff;
}

.faq-section h2.text-center {
    font-size: 2.5rem;
    color: #343a40;
    margin-bottom: 1.5rem;
}

.accordion-item,
.faq-section {
    border-radius: 5px;
    margin-bottom: 1rem;
    box-shadow: 0 4px 8px rgb(0 0 0 / 0.1);
    overflow: hidden;
}

.accordion-button {
    font-size: 1.2rem;
    font-weight: 600;
    background-color: #fff0;
    color: #000;
    border-radius: 5px;
    padding: 1rem;
    border: none;
    transition: background-color 0.3s, max-height 0.3s;
    display: flex;
    align-items: center;
}

.accordion-button:focus {
    outline: 0;
    box-shadow: none;
}

.accordion-button:not(.collapsed),
.project_box h5 {
    color: #000;
}

.accordion-body {
    background-color: #f8f9fa;
    font-size: 1rem;
    color: #495057;
    padding: 1rem;
}

.line-red {
    display: block;
    background: #0ca7f7;
    height: 2px;
    width: 150px;
    margin: 30px 0 20px;
}

.key-sec-image {
    float: left;
    margin-right: 15px;
}

.white-p {
    background-color: #011620;
}

.key-sec p {
    text-align: start !important;
}

.real-estate-listing img {
    filter: none !important;
}

.Agile-log img,
.img-blue-fillter img,
.servicce-logo img {
    filter: invert(50%) sepia(92%) saturate(572%) hue-rotate(172deg)
        brightness(95%) contrast(103%) !important;
}

.moving-image {
    margin-top: 20px;
    margin-bottom: 20px;
}

.servicce-logo img {
    width: 100px;
}

.real-section-img img {
    margin: 0 auto;
    max-width: 100%;
    height: 100%;
    width: 800px;
    border-radius: 30px;
    overflow: hidden;
}

.real-estat-logos1 {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 15px rgb(0 0 0 / 0.1) !important;
    padding: 15px;
    position: relative;
    margin-top: 70px;
    height: calc(100% - 70px);
}

.real-estat-logos1:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    box-shadow: none !important;
    background-color: #fff;
}

.real-estat-logos2 {
    display: inline-block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.Explore-mt {
    margin-top: 60px;
}

#bgVideo2 {
    background-color: rgb(0 0 0 / 0.7);
    z-index: 1;
}

.video-wrap .bg-video-wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100vh;
}

.video-wrap .bg-video-wrap video {
    width: 100%;
    margin: 0 auto;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
}

.client-video {
    border-radius: 20px;
    border: 4px solid #0ca7f7;
    background-color: #07364d;
    padding-bottom: 0;
    height: 450px;
}

.profile-client {
    bottom: auto;
    margin-top: auto;
    margin-bottom: auto;
    padding: 20px 10px;
    border-radius: 10px;
    border: 4px solid #0ca7f7;
    background-color: #0ca7f7;
    width: 200px;
}

.profile-client .client-name {
    font-weight: 600;
    font-size: 20px;
}

.agile-section .nav-link.active,
.tech-expertise-flex .nav-tabs .nav-link.active {
    color: #fff !important;
    border: none;
    border-bottom: none;
    background: #0ca7f7 !important;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}

.tech-expertise-flex .nav-tabs .nav-link {
    font-size: 16px;
    line-height: 20px;
    padding: 10px 25px;
    color: #000;
    font-weight: 600;
    text-align: center;
    background: #f1f1f1;
    border-radius: 3px;
    border: none;
}

.tech-expertise-flex .nav-tabs {
    justify-content: space-between;
    border-bottom: none;
    margin: 0 0 40px;
    gap: 5px;
}

@media (max-width: 575px) {
    .work-techno .nav-tabs .nav-link {
        min-width: 40% !important;
        text-align: center;
    }
}

.techno-how-work .work-techno .nav-tabs {
    border-bottom: none;
}

.industry-item {
    position: relative;
    overflow: hidden;
    height: 180px;
}

.industry-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px 10px;
}

.industry-item h6 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 1.25rem;
    text-shadow: 0 2px 4px rgb(0 0 0 / 0.5);
    background-color: rgb(0 0 0 / 0.3);
    padding: 5px 10px;
    border-radius: 5px;
}

.agile-section {
    padding: 2rem 1rem;
}

.agile-title {
    margin-bottom: 20px;
}

.agile-section .agile-title h4,
.agile-section .agile-title h6,
.agile-section .agile-title p {
    text-align: center;
    margin: 0.5rem 0;
}

.agile-section .agile-nav {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 1rem;
}

.agile-section .nav-link {
    color: #000;
    padding: 0.75rem 1.25rem;
    background: #fff;
    border-radius: 0.25rem;
    transition: background-color 0.3s;
}

.agile-section .service-title,
.agile-section .tab-title {
    color: #fff;
    font-weight: 700;
}

.agile-section .agile-tab-content {
    display: flex;
    justify-content: space-between;
    padding: 1.5rem 0;
    flex-wrap: wrap;
}

.agile-section .agile-left {
    flex: 1;
    min-width: 250px;
    margin-right: 1rem;
}

.agile-section .tab-title {
    margin-bottom: 1rem;
    font-size: 1.5rem;
}

.agile-section .service-box-gap {
    display: flex;
    flex-direction: column;
}

.Agile-log img {
    width: 80px;
}

.agile-section .service-box {
    padding: 1rem;
}

.agile-section .box-1 {
    border-radius: 10px 10px 0;
}

.agile-section .box-2 {
    border-radius: 10px 0 10px 10px;
}

.agile-section .box-3 {
    border-radius: 10px 10px 10px 0;
}

.agile-section .box-4 {
    border-radius: 0 10px 10px;
}

@media (max-width: 576px) {
    .agile-section .agile-tab-content {
        flex-direction: column;
    }

    .agile-section .nav {
        display: flex;
        overflow-x: auto;
        white-space: nowrap;
        flex-wrap: nowrap !important;
    }

    .agile-section .nav-link {
        padding: 0.5rem 0.75rem;
        flex: none;
    }

    .agile-section .service-box {
        flex: 1 1 auto;
    }
}

.blog-img-box {
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.banner-sec-color,
.our-project-logo-color {
    border-radius: 25px;
    box-shadow: 0 0.1rem 1rem #f2f2f2;
}

.blog-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.our-industries figcaption p,
.wweb-clam p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.our-industries .item figure img {
    padding: 10px 10px 0;
    border-radius: 20px;
    object-fit: cover;
    transform: scale(1);
    transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
}

.our-industries figcaption {
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    background: #011620;
    padding: 20px;
    width: 90%;
    margin: auto;
    border-radius: 11px;
    opacity: 1;
}

.our-industries figcaption h6 {
    color: #0093dd;
    padding-bottom: 6px;
}

.our-industries figcaption p {
    font-size: 16px;
    color: #fff;
}

.innovation-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    margin: 20px 0;
    list-style-type: none;
    padding: 0;
}

.raiting,
.raiting-num {
    align-items: center;
    display: flex;
}

.innovation-list li {
    width: 33.33%;
    text-align: center;
    position: relative;
    box-sizing: border-box;
    padding: 15px;
}

.innovation-content {
    padding: 25px 0;
}

.innovation-list li b {
    color: #0093dd;
    font-size: 55px;
    font-weight: 700;
    display: block;
}

.innovation-list li span {
    color: #fff;
    font-size: 20px;
}

@media (max-width: 1200px) {
    .innovation-list li {
        width: 50%;
    }
}

@media (max-width: 768px) {
    .hidden-mobile {
        display: none;
    }

    .accordion-button {
        padding: 1rem;
    }

    .agile-section .agile-left {
        margin-right: 0;
        margin-bottom: 1rem;
    }

    .innovation-list li {
        width: 50%;
    }

    .innovation-content {
        padding: 15px;
    }

    .agile-section .container {
        padding: 40px;
    }
}

@media (max-width: 480px) {
    .innovation-list li {
        width: 100%;
    }

    .innovation-list li b {
        font-size: 40px;
    }

    .innovation-list li span {
        font-size: 16px;
    }
}

.banner-sec-color {
    background: linear-gradient(
        135deg,
        rgb(173 216 230) 0,
        rgb(255 255 255) 50%,
        rgb(173 216 230) 100%
    );
    padding: 0;
}

.banner-sec-btn {
    padding: 35px 0 35px 45px;
}

.raiting {
    gap: 15px;
    justify-content: space-between;
    margin-bottom: 30px;
}

.raiting-num span {
    color: #0093dd;
    font-size: 38px;
    padding: 0;
    border-radius: 10px;
    font-weight: 700;
    line-height: 1;
    border-bottom: 2px solid #ffc107;
    margin-right: 5px;
}

.raiting-stars {
    margin-top: -5px;
    display: flex;
}

.raiting-img-up {
    color: #393838;
    align-items: center;
    font-weight: 300;
    gap: 10px;
    display: flex;
    font-size: 15px;
}

.client-project-label,
.review_verify {
    font-weight: 600;
    color: #fff;
}

.client-section {
    box-shadow: 0 0.1rem 1rem #f2f2f2;
    background: linear-gradient(
        135deg,
        rgb(173 216 230) 0,
        rgb(255 255 255) 50%,
        rgb(173 216 230) 100%
    );
    padding: 30px;
    border-radius: 20px;
}

.client-img {
    display: inline-block;
    background: #0093dd;
    margin: 45px 0 0 10px;
    position: relative;
    padding: 5px;
    border-radius: 20px;
}

.client-img::after {
    position: absolute;
    top: 122px;
    left: 100%;
    height: 6px;
    width: 65px;
    background: #0093dd;
    content: "";
    z-index: 1;
}

.client-img img {
    border-radius: 16px;
}

.client-project-label {
    display: inline-block;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    padding: 6px 15px;
    border-radius: 5px;
    background: #011620;
    border: 1px solid #49adf4;
}

.review_verify-src {
    display: flex;
    align-items: center;
    font-size: 15px;
    margin-top: 0;
    color: #49adf4;
}

.client-project-detail .client-name {
    padding: 30px 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.careertechicon img {
    height: 38px;
    filter: invert(65%) sepia(95%) saturate(3886%) hue-rotate(175deg)
        brightness(101%) contrast(102%);
}

.careertechicon {
    cursor: text;
}

.custom-file-label span {
    color: #666;
}

.iti__search-input {
    width: 100%;
    max-width: 400px;
    padding: 12px 20px;
    margin: 10px 0;
    border: 2px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    background-color: #f9f9f9;
    box-sizing: border-box;
    transition: 0.3s;
}

.custom-checkbox-input,
.file-image img {
    width: 20px;
    height: 20px;
}

.iti__search-input:focus {
    border-color: #4caf50;
    background-color: #fff;
    outline: 0;
    box-shadow: 0 0 8px rgb(61 168 250 / 0.6);
}

.btn-gradient:hover{
    background: linear-gradient(90deg, #6a11cb, #2575fc);
}

.iti__search-input::placeholder {
    color: #aaa;
    font-style: italic;
}

.custom-checkbox-wrapper {
    display: flex;
    align-items: center;
}

.custom-checkbox-label {
    font-size: 16px;
    color: #333;
    cursor: pointer;
}

.custom-file-label {
    border: 1px solid #ddd;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    text-align: center;
}

.file-text {
    display: inline-block;
    font-size: 16px;
    color: #333;
}

.logo-form-image img {
    width: fit-content;
}

@media (max-width: 767px) {
    .tech-expertise-flex .nav-tabs,
    .work-techno .nav-tabs {
        overflow: scroll;
        flex-wrap: nowrap;
        column-gap: 10px;
        overflow-y: hidden;
    }

    .custom-file-label {
        width: 100%;
        text-align: center;
    }
}



.sidebanner-arrow {
    border-top: 10px solid #fff0;
    border-bottom: 10px solid #fff0;
    border-left: 10px solid #fff;
    margin-bottom: 10px;
}


.btn-close,
.dot-img,
.dot-img1,
.particle,
.star-b,
.star-w,
.stream,
canvas.snow {
    position: absolute;
}

.form-popup.slideIn {
    transform: translateX(-115%);
    display: block;
}

.form-popup.slideOut {
    transform: translateX(0);
}

.form-popup .form-popup-text {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
    color: #333;
}

.form-fields .form-control {
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 10px;
}

.form-fields .form-control:focus {
    border-color: #2575fc;
    box-shadow: 0 0 8px rgb(37 117 252 / 0.2);
}

.btn-gradient {
    background: linear-gradient(90deg, #2575fc, #6a11cb);
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 50px;
    transition: background 0.3s, transform 0.2s;
    width: 100%;
}

.btn-gradient:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 8px rgb(0 0 0 / 0.2);
}

.home-content-certitified {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.home-content-certitified span {
    display: flex;
    align-items: center;
    font-size: 14px;
}

.home-content-certitified img {
    margin-right: 10px;
    width: 20px;
}

.btn-close {
    top: 10px;
    right: 10px;
    background-color: #fff0;
    border: none;
    font-size: 20px;
    color: #333;
    cursor: pointer;
    transition: color 0.3s, transform 0.2s;
    outline: 0;
}

.btn-close:focus {
    outline: 0 !important;
    box-shadow: none !important;
}

.btn-close:hover {
    color: #ff4d4d;
    transform: scale(1.2);
}

.modal-fullscreen .modal-body {
    overflow-x: hidden;
}

.custom-file-label img {
    margin-right: 6px;
}

.portfolio .project_brand .brand_bg img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    margin: auto;
    box-shadow: rgb(0 0 0 / 0.2) 0 8px 24px;
    border: none;
    border-radius: 100%;
    background-image: linear-gradient(180deg, #0ca7f7, #ffdab9) !important;
}

.accordion-body p {
    text-align: start !important;
    padding: 10px;
}

.centr-p p {
    text-align: center;
    padding: 0 10px;
}

@media (min-width: 992px) {
    .centr-p p,
    .text-responsive {
        text-align: start;
    }

    .our-industries .item {
        opacity: 1;
    }

    .our-industries .item:hover figcaption {
        opacity: 1;
        transform: translateY(0);
        -moz-animation-name: bounce;
    }

    .our-industries figcaption {
        opacity: 0;
        transform: translateY(20px);
        transition-duration: 0.4s;
        -moz-transition-duration: 0.4s;
        -webkit-transition-duration: 0.4s;
        -ms-transition-duration: 0.4s;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    .centr-p p {
        padding: 0;
    }
}

.cta-bg h2,
.home-banner-left h1 {
    padding-left: 20px;
    padding-bottom: 15px;
}

.home-banner-left h4 {
    color: #fff;
    margin-bottom: 10px;
    font-weight: 600;
    display: block;
    position: relative;
    font-size: 22px;
}

.home-banner-left h1 {
    font-size: 75px;
    color: #0093dd;
    line-height: 70px;
}

.home-banner-left h1:after {
    position: absolute;
    left: 0;
    content: "";
    width: 10px;
    height: 80px;
    background: #ffcb21;
    top: 0;
    bottom: 0;
}

.cta-bg h2::after,
.cta-color-bg h2::after {
    content: "";
    height: 4px;
    background: linear-gradient(to right, #ffcb21, #ff5733);
}

.dot-img1 {
    top: -53px;
    right: 1%;
}

.dot-img {
    bottom: -53px;
    left: 1%;
}

.img-group {
    align-items: flex-end;
    justify-content: flex-end;
    margin-right: -100px;
    position: relative;
}

.img-group figure {
    margin-left: 2px;
}

.award-winnning {
    position: absolute;
    right: 4px;
    top: -88px;
}

.cta-bg h2,
.cta-color-bg h2,
.home-banner,
.unique-box {
    position: relative;
}

.home-banner {
    background-color: #011620;
}

canvas.snow {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    pointer-events: none;
}

.home-banner .container {
    position: relative;
    z-index: 2;
}

.unique-box::after,
.unique-box::before {
    content: "";
    position: absolute;
    z-index: -1;
}

.dot-img,
.dot-img1,
figure.banner-img-1 img {
    animation-name: float_up_down;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: float_up_down;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: float_up_down;
    -moz-animation-duration: 5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float_up_down;
    -ms-animation-duration: 5s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float_up_down;
    -o-animation-duration: 5s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

@keyframes float_up_down {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-60px);
    }
}

figure.banner-img-2 img,
figure.banner-img-4 img {
    animation-name: float_up_down;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: float_up_down;
    -webkit-animation-duration: 6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: float_up_down;
    -moz-animation-duration: 6s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float_up_down;
    -ms-animation-duration: 6s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float_left_right;
    -o-animation-duration: 6s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

figure.banner-img-3 img {
    animation-name: float_up_down;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: float_up_down;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: float_up_down;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float_up_down;
    -ms-animation-duration: 3s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float_left_right;
    -o-animation-duration: 3s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.star-b,
.star-w {
    animation-name: rotateme;
    animation-duration: 22s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: rotateme;
    -webkit-animation-duration: 22s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotateme;
    -moz-animation-duration: 22s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: rotateme;
    -ms-animation-duration: 22s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: rotateme;
    -o-animation-duration: 22s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.star-b {
    right: -25px;
    bottom: -25px;
}

.star-w {
    top: -55px;
    left: 15px;
}

@-webkit-keyframes zoom-fade {
    0% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0.8);
        transform: scale(0.5);
    }
}

@keyframes zoom-fade {
    0%,
    100% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes rotateme {
    0% {
        -webkit-transform: rotate(0);
        opacity: 1;
    }

    50% {
        -webkit-transform: rotate(180deg);
        opacity: 0.7;
    }

    100% {
        -webkit-transform: rotate(360deg);
        opacity: 1;
    }
}

@-moz-keyframes rotateme {
    0% {
        -moz-transform: rotate(0);
        opacity: 1;
    }

    50% {
        -moz-transform: rotate(180deg);
        opacity: 0.7;
    }

    100% {
        -moz-transform: rotate(360deg);
        opacity: 1;
    }
}

@-o-keyframes rotateme {
    0% {
        -o-transform: rotate(0);
        opacity: 1;
    }

    50% {
        -o-transform: rotate(180deg);
        opacity: 0.7;
    }

    100% {
        -o-transform: rotate(360deg);
        opacity: 1;
    }
}

@media (max-width: 480px) {
    .right-nav-bt {
        margin-right: 34px;
    }

    .home-banner-right {
        padding: 0;
        margin-top: 60px;
    }

    .img-group {
        margin-right: 0;
    }

    .img-group figure img {
        height: auto;
        border-radius: 20px;
    }

    .star-b img,
    .star-w img {
        width: 21px;
    }

    .circle-img-1 {
        width: 100px;
        height: 100px;
        top: -64px;
        border: 10px solid #fff;
    }

    .home-banner-left h4 {
        font-size: 18px;
    }

    .home-banner-left h1 {
        font-size: 25px;
        line-height: 30px;
    }

    .btn-group-box {
        margin-top: 24px;
    }

    .home-banner {
        padding: 40px 15px;
    }
}

.page_headerimg ul {
    text-align: left;
    max-width: 100%;
    margin: 25px auto 0;
    width: auto;
    display: inline-block;
    color: #fff;
}

@media ((min-width: 320px) and (max-width:575px)) {
    .page_headerimg .aa li {
        list-style: none;
        font-family: proxima-nova, sans-serif;
        font-weight: 700;
        font-size: 16px;
        color: #fff;
        display: flex;
        align-items: center;
        letter-spacing: 0.2px;
        width: 50% !important;
        float: left;
        padding: 0 !important;
        margin-bottom: 10px;
    }
}

.page_headerimg .aa li {
    list-style: none;
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    display: flex;
    align-items: center;
    letter-spacing: 0.2px;
    width: 50%;
    float: left;
    padding: 0 15px;
    margin-bottom: 10px;
}

.dddd {
    margin: 0;
    background-color: #121212;
    height: 100vh;
    overflow: hidden;
}

.stream {
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, #036, #369);
    z-index: 0;
}

.particle {
    width: 5px;
    height: 5px;
    background-color: rgba(0, 255, 255, 0.7);
    border-radius: 50%;
    animation: 5s linear infinite float;
}

@keyframes float {
    0% {
        transform: translateY(0) translateX(0);
        opacity: 1;
    }

    100% {
        transform: translateY(-100vh) translateX(50vw);
        opacity: 0;
    }
}

.cta-bg {
    background-image: repeating-linear-gradient(
            45deg,
            hsla(253, 0%, 98%, 0.03) 0px,
            hsla(253, 0%, 98%, 0.03) 1px,
            transparent 1px,
            transparent 12px
        ),
        repeating-linear-gradient(
            112.5deg,
            hsla(253, 0%, 98%, 0.03) 0px,
            hsla(253, 0%, 98%, 0.03) 1px,
            transparent 1px,
            transparent 12px
        ),
        repeating-linear-gradient(
            22.5deg,
            hsla(253, 0%, 98%, 0.03) 0px,
            hsla(253, 0%, 98%, 0.03) 1px,
            transparent 1px,
            transparent 12px
        ),
        repeating-linear-gradient(
            67.5deg,
            hsla(253, 0%, 98%, 0.03) 0px,
            hsla(253, 0%, 98%, 0.03) 1px,
            transparent 1px,
            transparent 12px
        ),
        repeating-linear-gradient(
            45deg,
            hsla(253, 0%, 98%, 0.03) 0px,
            hsla(253, 0%, 98%, 0.03) 1px,
            transparent 1px,
            transparent 12px
        ),
        repeating-linear-gradient(
            157.5deg,
            hsla(253, 0%, 98%, 0.03) 0px,
            hsla(253, 0%, 98%, 0.03) 1px,
            transparent 1px,
            transparent 12px
        ),
        repeating-linear-gradient(
            112.5deg,
            hsla(253, 0%, 98%, 0.03) 0px,
            hsla(253, 0%, 98%, 0.03) 1px,
            transparent 1px,
            transparent 12px
        ),
        repeating-linear-gradient(
            90deg,
            hsla(253, 0%, 98%, 0.03) 0px,
            hsla(253, 0%, 98%, 0.03) 1px,
            transparent 1px,
            transparent 12px
        ),
        repeating-linear-gradient(
            90deg,
            hsla(253, 0%, 98%, 0.03) 0px,
            hsla(253, 0%, 98%, 0.03) 1px,
            transparent 1px,
            transparent 12px
        ),
        repeating-linear-gradient(
            135deg,
            hsla(253, 0%, 98%, 0.03) 0px,
            hsla(253, 0%, 98%, 0.03) 1px,
            transparent 1px,
            transparent 12px
        ),
        repeating-linear-gradient(
            67.5deg,
            hsla(253, 0%, 98%, 0.03) 0px,
            hsla(253, 0%, 98%, 0.03) 1px,
            transparent 1px,
            transparent 12px
        ),
        repeating-linear-gradient(
            135deg,
            hsla(253, 0%, 98%, 0.03) 0px,
            hsla(253, 0%, 98%, 0.03) 1px,
            transparent 1px,
            transparent 12px
        ),
        repeating-linear-gradient(
            90deg,
            hsla(253, 0%, 98%, 0.03) 0px,
            hsla(253, 0%, 98%, 0.03) 1px,
            transparent 1px,
            transparent 12px
        ),
        linear-gradient(180deg, rgb(13, 8, 66), rgb(230, 168, 209));
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    padding: 80px;
}

.cta-bg h2 {
    color: #0093dd;
    line-height: 70px;
}

.cta-bg h2::after {
    display: block;
    width: 50%;
    margin: 10px auto 0;
}

.email-icon {
    margin-right: 10px;
    flex: 0 0 20px;
}

.banner-btn {
    align-items: start;
    display: flex;
    flex-direction: column;
}

@media (max-width: 600px) {
    .banner-btn {
        align-items: center;
        display: flex;
        flex-direction: column;
    }

    .banner-btn button {
        margin: 10px 0;
    }
}

.common-btn {
    height: 45px;
    background: #f99b1c;
    background: -moz-linear-gradient(left, #f99b1c 0, #ff6f00 100%);
    background: -webkit-linear-gradient(left, #f99b1c 0, #ff6f00 100%);
    background: linear-gradient(to right, #f99b1c 0, #ff6f00 100%);
    border-radius: 15px;
    padding: 10px 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    box-shadow: 0 2px 0 3px #000;
    border: none;
}

.stream2,
.stream3,
.stream4,
.stream5,
.unique-box::before {
    width: 100%;
    height: 100%;
}

.cta-color-bg {
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 80px 0;
}

.cta-color-bg h2 {
    color: #0093dd;
}

.cta-color-bg p {
    color: #fff;
}

.stream1 {
    background: linear-gradient(to bottom, #00661e, #369);
}

.stream2 {
    background: linear-gradient(to bottom, #8b3b3b, #369);
    z-index: 0;
}

.stream3 {
    background: linear-gradient(to bottom, #22c2d7, #369);
    z-index: 0;
}

.stream4 {
    background: linear-gradient(to bottom, rgb(29 0 54), rgb(0 112 223));
    z-index: 0;
}

.stream5 {
    background: linear-gradient(to bottom, rgb(0 0 0), rgb(2 224 130));
    z-index: 0;
}

.cardthat h5,
.cardthat p {
    color: #000 !important;
}

.border-n {
    border: none;
}

.unique-box {
    position: relative;
    padding: 80px;
    background-color: #0093dd;
    border-radius: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    text-align: center;
    color: #fff;
    font-family: Arial, sans-serif;
    transition: transform 0.3s, box-shadow 0.3s;
}

.unique-box::before {
    top: 0;
    left: 0;
    border-radius: 20px;
    background: linear-gradient(45deg, #ff6b6b, #f9ca24, #6ab04c, #22a6b3);
    background-size: 300% 300%;
    animation: 6s infinite gradientAnimation;
}

.unique-box:hover {
    transform: translateY(-10px) scale(1.05);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

.unique-box::after {
    top: 5px;
    left: 5px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border-radius: 15px;
    background: #011620;
    box-shadow: 0 8px 20px rgba(0, 168, 232, 0.7);
}

@keyframes gradientAnimation {
    0%,
    100% {
        background-position: 0 50%;
    }

    50% {
        background-position: 100% 50%;
    }
}

@media ((min-width: 320px) and (max-width:575px)) {
    .cta-bg h2 {
        color: #0093dd;
        line-height: 2.65rem !important;
        position: relative;
    }
}

@media (max-width: 768px) {
    .agile-section .Agile-log {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .agile-section .unique-box {
        margin-top: 40px;
        margin-bottom: 40px;
        padding: 20px;
    }
}

.profile-card-caption h5 {
    line-height: normal;
}

@property --a {
    syntax: "<angle>";
    initial-value: 0deg;
    inherits: false;
}

.card-ring {
    overflow: hidden;
    position: relative;
    border-radius: 0.5em;
    place-self: center;
    place-content: center;
    padding: 3em;
    color: #ededed;
    text-align: center;
    text-wrap: balance;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
    z-index: 1;
}

.boder-dwon h4 {
    color: #0093dd;
}

.boder-dwon p {
    color: #fff;
}

.card-ring::before {
    position: absolute;
    z-index: -1;
    inset: -1em;
    border: 1.25em solid;
    border-image: conic-gradient(
            from var(--a),
            #669900,
            #99cc33,
            #ccee66,
            #006699,
            #3399cc,
            #990066,
            #cc3399,
            #ff6600,
            #ff9900,
            #ffcc00,
            #669900
        )
        1;
    filter: blur(0.5em);
    opacity: 2.5;
    animation: 4s linear infinite a;
    content: "";
}

@keyframes a {
    to {
        --a: 1turn;
    }
}

.ring-light {
    background: url(../assets/images/bggg.webp) 50% / cover #212121;
    background-blend-mode: multiply;
    display: grid;
    justify-items: center;
    padding: 40px;
    align-items: center;
}

@media (max-width: 768px) {
    .card-ring {
        padding: 0 !important;
    }

    .ring-light {
        padding: 20px !important;
    }
}

.industries-section p {
    margin-bottom: 25px;
}

.cta-color-bg h4 {
    color: #fff;
}

.feature-block-one {
    background-color: rgba(255, 255, 255, 0.03);
}

.sap::before {
    position: absolute;
    z-index: -1;
    inset: -1em;
    border-bottom: 1.25em solid;
    border-image: conic-gradient(
            from var(--a),
            #669900,
            #99cc33,
            #ccee66,
            #006699,
            #3399cc,
            #990066,
            #cc3399,
            #ff6600,
            #ff9900,
            #ffcc00,
            #669900
        )
        1;
    filter: blur(0.5em);
    opacity: 2.5;
    animation: 4s linear infinite a;
    content: "";
}

.sap {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.sticky-icon {
    position: fixed;
    top: 70%;
    left: 0;
    width: 205px;
    display: flex;
    flex-direction: column;
    z-index: 999;
}

.sticky-icon a {
    transform: translate(-160px, 0);
    border-radius: 0 50px 50px 0;
    text-align: right;
    margin: 2px;
    text-decoration: none;
    box-shadow: 2px 2px 1px -1px #e1e1e1;
    text-transform: uppercase;
    padding: 7px;
    font-size: 19px;
    transition: 0.8s;
}

.sticky-icon a:hover {
    color: #fff !important;
    transform: translate(0, 0);
}

.sticky-icon .Facebook {
    background-color: #2c80d3;
    color: #fff;
}

.sticky-icon .Twitter {
    background-color: #53c5ff;
    color: #fff;
}

.sticky-icon .whatsapp {
    background: green;
    color: #fff;
}

.sticky-icon .Instagram {
    background-color: #f62782;
    color: #fff;
}

.sticky-icon a i {
    text-align: center !important;
    line-height: 32px;
    border-radius: 50%;
    margin-right: 5px;
    margin-left: 4px;
    transition: 0.5s;
    font-size: 23px;
}

.section1 .overlay p,
.section1 .ratings span {
    font-size: clamp(0.8rem, 4vw, 0.9rem);
    font-weight: 300;
}

.section-slidder {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #000;
    min-height: 100vh;
    background-image: url(../assets/images/backgound-starts_hoqa1q_11zon.webp);
    background-repeat: no-repeat;
    overflow: hidden;
}

.particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.section1 {
    display: grid;
    grid-template-columns: 50% 45%;
    place-items: center;
    gap: 60px;
    min-height: 100vh;
    padding: 20px 60px;
}

.content {
    max-width: 2400px;
    z-index: 1;
}

.section1 .content p {
    color: #fff !important;
}

.section1 .swiper {
    position: relative;
    width: 400px;
    height: 490px;
}

.section1 .swiper-slide {
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.3);
    user-select: none;
    border-radius: 20px;
}

.section1 .cost {
    position: absolute;
    top: 8px;
    right: 6px;
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
    border-radius: 30px;
    padding: 6px 10px;
    color: #fff;
    font-size: clamp(0.8rem, 4vw, 0.9rem);
    font-weight: 600;
}

.section1 .dark-text {
    color: #202134;
}

.section1 .swiper-slide img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.section1 .overlay {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px 20px;
    background: rgba(93, 95, 145, 0.2);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    border-radius: 0 0 20px 20px;
}

.section1 .overlay h5 {
    color: #0093dd;
    margin-top: 14px;
}

.section1 .overlay p {
    color: #fff;
    line-height: 1.3;
}

.section1 .ratings {
    display: flex;
    column-gap: 10px;
    margin-top: -6px;
}

.section1 .star {
    color: #afe312;
}

.section1 .logo {
    position: fixed;
    right: -20px;
    bottom: -30px;
    z-index: 10;
}

.section1 .logo img {
    width: 120px;
}

@media (max-width: 890px) {
    .section1 .logo {
        right: -10px;
        bottom: -20px;
    }

    .section1 .logo img {
        width: 80px;
    }
}

@media (max-width: 1050px) {
    .section1 .swiper {
        width: 350px;
        height: 450px;
    }
}

@media (max-width: 930px) {
    .section1 {
        grid-template-columns: 100%;
        grid-template-rows: 55% 40%;
        grid-template-areas: "slider" "content";
        place-items: center;
        gap: 64px;
        padding: 60px;
    }

    .section1 .swiper {
        grid-area: slider;
    }

    .section1 .content {
        grid-area: content;
        text-align: center;
    }

    .section1 .content h1 {
        margin-bottom: 20px;
    }
    .section1 {
        gap: 25px;
    }
}

@media (max-width: 470px) {
    .section1 {
        padding: 40px 40px 60px;
    }

    .section1 .swiper {
        width: 300px;
        height: 400px;
    }

    .btn-set {
        flex-direction: column;
        gap: 15px;
    }
}

.overlay h1 {
    font-size: clamp(1.2rem, 4vw, 1.5rem);
    font-weight: 600;
    margin: 0;
}
.content h2,
.content h1 {
    font: 700 4em/1 Oswald, sans-serif;
    letter-spacing: 0;
    padding: 0.25em 0 0.325em;
    display: block;
    margin: 0 auto;
    text-shadow: 0 0 40px rgba(255, 255, 255, 0.5);
    color: #fff;
    background: url(../assets/images/animated-text-fill.png) repeat-y
        padding-box;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: inherit;
    color: transparent;
    animation: aitf 80s linear infinite;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
}

@-webkit-keyframes aitf {
    0% {
        background-position: 0 50%;
    }

    100% {
        background-position: 100% 50%;
    }
}

@media (max-width: 470px) {
    .overlay span {
        font-size: 1rem !important;
        font-weight: 600;
        margin: 0;
    }
}

.overlay span {
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0;
}

.unique-box h5 {
    font-size: 2rem !important;
}

.unique-box p {
    font-size: 1rem !important;
}

@media (max-width: 768px) {
    .unique-box h5 {
        font-size: 1.5rem !important;
    }
}

@media (max-width: 470px) {
    .content h1,
    .content h2 {
        font-size: 2rem !important;
    }
}

.white-bttn {
    background-color: #fff;
    color: #0093dd;
    font-weight: 600;
    display: inline-block;
    line-height: 1.5625rem;
    box-shadow: 0 2px 10px -1px rgb(0 0 0/ 19%);
}

.white-bttn:hover {
    background: #0093dd;
    color: #fff;
}

.nabbar1 li {
    position: relative;
}

.nabbar1 li a.active::before {
    content: "\F229";
    width: 10px;
    height: 10px;
    z-index: 9;
    position: absolute;
    left: 0;
    bottom: -4px;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    font-family: bootstrap-icons;
    color: var(--blue);
}

.our-project-logo-color {
    background: linear-gradient(to right, rgba(1, 22, 32), rgba(1, 22, 32))
            center,
        url(../assets/images/cubes.png) center;
    background-blend-mode: overlay;
}

.mnn h1,
.mnn h2,
.mnn h3,
.mnn h4,
.mnn h5,
.mnn h6,
.mnn p {
    background: #fff !important;
}

.aboutSection .contentBox ul {
    padding-left: 1rem;
}

.aboutSection .contentBox ul li {
    line-height: 1.2;
    list-style: none;
    position: relative;
    padding-left: 2rem;
    margin-bottom: 0;
    display: flex;
    min-height: 20px;
    align-items: center;
}

.aboutSection .contentBox ul li::before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
    background-image: url(../assets/images/arrow-li.svg);
    background-repeat: no-repeat;
    position: absolute;
    left: -1rem;
    top: 0;
    bottom: 0;
    margin-top: 0;
    margin-bottom: auto;
}

.lottie-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
    transform: scale(1.2);
}

.allserv-sec .modern-card:hover .progress-bar,
dotlottie-player {
    width: 100%;
}

.content h4 {
    letter-spacing: 0;
    padding: 0.2em 0 0.3em;
    display: block;
    margin: 0 auto;
    text-shadow: 0 0 40px rgba(255, 255, 255, 0.5);
    background: url(../assets/images/animated-text-fill.png) repeat-y
        padding-box text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: 80s linear infinite aitf;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
}

@-webkit-keyframes aitf {
    0% {
        background-position: 0 50%;
    }

    100% {
        background-position: 100% 50%;
    }
}

@media (max-width: 470px) {
    .overlay span {
        font-size: 0.8rem !important;
        font-weight: 600;
        margin: 0;
    }

    .allserv-sec .card-title {
        text-align: center;
    }

    .allserv-sec .card-icon {
        align-items: center;
    }

    .allserv-sec .modern-card {
        align-items: center;
        display: flex;
        flex-direction: column;
    }
}

.allserv-sec .card-wrapper {
    perspective: 1500px;
    transform-style: preserve-3d;
}

.allserv-sec .modern-card {
    position: relative;
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 2rem;
    transform-style: preserve-3d;
    transition: 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    min-height: 400px;
}

.allserv-sec .modern-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(
        circle at var(--xPos, 50%) var(--yPos, 50%),
        rgba(255, 255, 255, 0.1) 0,
        rgba(255, 255, 255, 0) 50%
    );
    opacity: 0;
    transition: opacity 0.3s;
}

.allserv-sec .modern-card:hover::before {
    opacity: 1;
}

.allserv-sec .modern-card:hover {
    transform: translateY(-10px) rotateX(5deg) rotateY(5deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.allserv-sec .card-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #00f2fe 0, #4facfe 100%);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateZ(30px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
}

.allserv-sec .card-icon::after {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(
        45deg,
        transparent 0,
        rgba(255, 255, 255, 0.3) 50%,
        transparent 100%
    );
    transform: rotate(45deg);
    animation: 3s infinite shimmer;
}

@keyframes shimmer {
    0% {
        transform: translateX(-100%) rotate(45deg);
    }

    100% {
        transform: translateX(100%) rotate(45deg);
    }
}

.allserv-sec .card-title {
    color: #fff;
    line-height: 2rem;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    transform: translateZ(20px);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    background: linear-gradient(135deg, #fff 0, #4facfe 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.allserv-sec .card-text {
    color: #a0a0c0;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    transform: translateZ(15px);
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.allserv-sec .card-button {
    background: linear-gradient(135deg, #00f2fe 0, #4facfe 100%);
    border: none;
    padding: 0.8rem 1.5rem;
    border-radius: 12px;
    color: #fff;
    font-weight: 600;
    transform: translateZ(25px);
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

.allserv-sec .card-button::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        45deg,
        transparent 0,
        rgba(255, 255, 255, 0.2) 100%
    );
    transform: translateX(-100%);
    transition: transform 0.3s;
    z-index: -1;
}

.allserv-sec .card-button:hover::before {
    transform: translateX(0);
}

.allserv-sec .card-button:hover {
    transform: translateZ(25px) scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.allserv-sec .progress-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 0%;
    background: linear-gradient(90deg, #00f2fe, #4facfe);
    transition: width 0.3s;
}

.allserv-sec .floating-particles {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    filter: blur(1px);
}

@keyframes float {
    0%,
    100% {
        transform: translateY(0) translateX(0);
    }

    50% {
        transform: translateY(-20px) translateX(10px);
    }
}

.allserv-sec .cards-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2.5rem;
    max-width: 1200px;
    padding: 1rem;
}

@media (max-width: 470px) {
    .btn-cemter {
        display: flex;
        align-items: center;
        flex-direction: column;
    }
}

.IMGE-sec {
    background: url(../assets/images/managed_hero.webp) 0 0 / cover no-repeat;
    object-fit: cover;
    height: 600px;
    width: 100%;
}

@media (max-width: 470px) {
    .nabbar1 li a.active::before {
        display: none;
    }
}

.hy {
    background: url(../assets/images/hybrid-app.webp) 0 0 / cover no-repeat;
    object-fit: cover;
    width: 100%;
    object-position: center;
    background-position: bottom;
}

@media (max-width: 470px) {
    .height-set {
        height: 450px !important;
    }
}

.height-set {
    height: 475px;
}

.modal-content {
    border: 1px solid #b6b6b6 !important;
    border-radius: 10px !important;
    padding: 1rem !important;
    background-color: #fff !important;
    box-shadow: 0px 0px 10px #e1e1e1 !important;
}

.iti--inline-dropdown {
    width: 100%;
}

.h1-heading {
    font-size: 2rem;
}

@media (min-width: 320px) and (max-width: 575px) {
    .h1-heading {
        font-size: 1.3rem !important;
        font-weight: 700;
        margin-bottom: 1rem;
        color: var(--text-color);
        text-transform: capitalize;
        line-height: 1.7rem;
    }
    .categoery_cols {
        text-align: center;
    }
    .img-figure {
        width: 100% !important;
    }
}
.menu_imglink {
    color: white;
}
.CakePHP li strong {
    font-size: 1.25rem;
}
.contentBox ul li {
    line-height: 1.2;
    list-style: none;
    position: relative;
    margin-bottom: 0px;
    display: flex;
    min-height: 20px;
    align-items: center;
    text-align: start;
}
.contentBox ul li::before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
    background-repeat: no-repeat;
    position: absolute;
    left: -3rem;
    top: 0;
    bottom: 0;
    margin-top: 0;
    margin-bottom: auto;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='15' viewBox='0 0 19 15' fill='none'%3E%3Cpath d='M0 15L7 7.5H19L0 15Z' fill='white'/%3E%3Cpath d='M7.10864 7.25L0.938641 0.639288L17.6858 7.25H7.10864Z' stroke='white' stroke-width='0.5'/%3E%3C/svg%3E");
}

.blog_category {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.blog_category h2 {
    margin-bottom: 0px;
    color: #0ca7f7;
}
.main-heading {
    font-size: 26px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.Blog_Search_Tab {
    background: #e7e7e7;
    padding: 10px 15px;
    border-radius: 60px;
}
.srch_iocn {
    width: auto;
    position: relative;
    cursor: pointer;
}

.img-figure {
    width: 180px;
}

.categoery_cols h5 {
    font-size: 16px;
    font-weight: 400;
}
.categoery_cols figure {
    margin-bottom: 10px;
}
.categoery_cols {
    position: relative;
    display: inline-block;
}

.categoery_cols:hover .img-figure::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
    border-radius: 8px;
}

.img-figure {
    position: relative;
    display: inline-block;
}

.img-figure img {
    width: 100%;
    display: block;
    position: relative;
    z-index: 0;
}
.categoery_cols h5 {
    position: relative;
    display: inline-block;
    background: linear-gradient(to right, #303030, #0ca7f7);
    /*DarkGraytoBlue*/
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    background-size: 300% 100%;
    /*Increasedbackgroundsizeforsmoothereffect*/
    background-position: 0% 50%;
    transition: background-position 0.4s ease-in-out;
    -webkit-transition: background-position 0.4s ease-in-out;
    -moz-transition: background-position 0.4s ease-in-out;
    -ms-transition: background-position 0.4s ease-in-out;
    -o-transition: background-position 0.4s ease-in-out;
}

.categoery_cols:hover h5 {
    background-position: 100% 50%; /* Moves the gradient effect smoothly */
}

.bg-gray-blog {
    background-color: #f9f9f9;
}
.blog-wrap-head {
    padding: 20px 24px;
    border-bottom: 1px solid #dbdbdb;
}
.blog-wrap-head h4 {
    color: #0ca7f7;
}
.view-link {
    color: #7a7a7a;
}
.blog-wrap-content {
    padding: 24px;
}
.tab_contaent_blog {
    margin-bottom: 25px;
}
.tab_contaent_blog .img-figure-big {
    max-width: 100%;
}

h2.section-title a {
    font-size: 32px;
    font-weight: 500;
    color: var(--text-color);
}
.tab_contaent_blog figcaption p span img {
    margin-right: 6px;
    margin-top: -3px;
}
.view-link:hover {
    color: #0ca7f7;
}
.blog-wrap-content .blog-article:first-child {
    padding-top: 0;
}
.blog-wrap-content .blog-article figure {
    margin: 0;
    flex: 0 0 164px;
    max-width: 164px;
}
.blog-wrap-content .blog-article figcaption {
    flex: 1;
    max-width: calc(100% - 164px);
    padding-left: 20px;
    padding-top: 10px;
}
.blog-wrap-content .blog-article figcaption h3 {
    font-size: 18px;
    margin-top: 0px;
    line-height: 1.3;
}
.blog-wrap-content .blog-article {
    padding: 16px 0;
    border-bottom: 1px solid #ebebeb;
    margin: 0;
    display: flex;
    color: #05070e;
    align-items: center;
}
.blog-wrap-content .blog-article figcaption p span,
.tab_contaent_blog figcaption p span {
    vertical-align: top;
    display: inline-flex;
    align-items: center;
}

@media (min-width: 1400px) {
    .blog-section .container {
        max-width: 1400px;
    }
}
.blog-wrap-content .blog-article figcaption p span img,
.tab_contaent_blog figcaption p span i {
    margin-right: 6px;
    margin-top: -3px;
    font-size: 20px;
}

.span-iconn i {
    margin-right: 6px;
    margin-top: -3px;
}

.mnn ul,
.mnn ol {
    padding-left: 2rem;
    margin-bottom: 1rem;
}

.mnn ol li {
    font-size: 1.2rem;
    color: #111;
    margin-bottom: 0.75rem;
}

.mnn ol li::marker {
    font-size: 1.4rem;
    font-weight: bold;
}

.mnn blockquote {
    border-left: 4px solid #ccc;
    padding-left: 1rem;
    color: #555;
    margin: 1.5rem 0;
    font-style: italic;
    background: #f9f9f9;
    padding: 1rem;
    border-radius: 8px;
}

.mnn table {
    width: 100%;
    border-collapse: collapse;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.mnn th {
    background-color: #0093dd;
    color: #fff;
    text-align: left;
}

.mnn td,
.mnn th {
    padding: 1rem;
    vertical-align: middle;
}

.mnn tr:hover {
    background-color: #f1f1f1;
}

.blog_containt h1 {
    font-weight: 500;
}

.cate_labels {
    border: 1px solid var(--primary-color);
    border-radius: 40px;
    text-align: start;
    font-size: 12px;
    font-weight: 600;
    padding: 5px 15px;
    text-transform: uppercase;
    background-color: #0ca7f7;
    color: #fff;
}
.blog_date {
    margin-top: 1rem;
    font-size: 14px;
    margin-bottom: 1rem;
    color: #fff;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 6px;
}
.blog-detal-sec {
    background: url(../assets/images/Blog_BG.png) 0 0 / cover no-repeat;
    padding-top: 12rem !important;
    padding-bottom: 8rem;
    object-fit: cover;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
}

.blog-detal-sec h1 {
    margin: 2rem 0;
}
.blog-detal-sec ul li {
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #3da8fa;
    margin: 5px;
    border-radius: 100%;
    box-shadow: 0 2px 10px -1px rgb(0 0 0 / 19%);
    -webkit-transition: 0.4s ease-out;
    -o-transition: 0.4s ease-out;
    -moz-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
    fill: #fff !important;
}

.blog-detal-sec ul li svg {
    fill: #fff;
}

.blog-detal-sec ul li:hover svg {
    background-color: #fff0;
    color: var(--primary-button) !important;
    fill: #3da8fa;
}
.detail-container {
    display: flex;
    justify-content: space-between;
}
.blog-share .social-media {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 15px;
    font-weight: 600;
}
/* .blog_thumbnails {
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.3);
    background: hsla(0, 0%, 100%, 0.8);
    margin-left: auto;
    overflow: hidden;
    border-radius: 40px;
    border: 4px solid #fff;
}
.blog_thumbnails img {
    margin: 0 auto;
    display: block;
    object-fit: cover;
    max-height: 500px;
    width: 100%;
}
 */
 .blog_thumbnails {
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2), 0 5px 15px rgba(0, 0, 0, 0.1);
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    margin-left: auto;
    overflow: hidden;
    border-radius: 20px;
    border: none;
    transition: all 0.3s ease;
    padding: 4px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.blog_thumbnails:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25), 0 10px 20px rgba(0, 0, 0, 0.15);
}

.image-wrapper {
    position: relative;
    object-fit: cover;
    overflow: hidden;
    border-radius: 15px;
    height: 0;
    padding-bottom: 70%; /* Adjust this for aspect ratio */
}

.blog_thumbnails img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.blog_thumbnails:hover img {
    transform: scale(1.03);
}

/* Optional: Add a subtle overlay on hover */
.blog_thumbnails::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.03);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.blog_thumbnails:hover::after {
    opacity: 1;
}

#tocList a {
    text-decoration: none;
    color: #0ca7f7;
    font-size: 1rem;
    display: block;
}

#tocList a:hover {
    color: #0a58ca;
}

.list-group-item {
    border: none;
    padding: 0.5rem 0.75rem;
}

.list-group-item.level-2 {
    padding-left: 2rem;
    font-size: 0.95rem;
    color: #444;
}
.toc-card {
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    overflow: hidden;
    margin-bottom: 1rem;
}

.blog-toc-list {
    list-style: disc;
    padding: 0.5rem 1rem 0.5rem 2rem;
    margin: 0;
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
}

.blog-toc-item {
    margin: 0.3rem 0;
    padding: 0;
    position: relative;
}

.blog-toc-link {
    display: inline-block;
    color: var(--text-color);
    text-decoration: none;
    transition: all 0.3s ease;
}

.blog-toc-link:hover {
    color: #0ca7f7;
    text-decoration: none;
}

.blog-toc-active {
    color: #0d6efd;
    font-weight: 500;
}

.bolog-craate {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
}

.trandingpost_box img {
    height: 200px;
    object-fit: cover;
    object-position: center center;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .trandingpost_box img {
        height: 150px;
    }
    .blog-content-block ul ,.blog-content-block ol {
        padding-left: 1rem !important;
}
.blog-detal-sec {
    padding-top: 8rem !important;
}
}

.trandingpost_box h5 {
    color: #011620;
    margin-top: 1rem;
}
.date-text {
    color: #071d44;
}
.Featured-Posts-card {
    overflow: hidden;
    padding-bottom: 1rem;
    padding-left: 0.8rem;
    padding-right: 0.8rem;
    background: var(--bgDark-color);
}

.cate_labels:hover {
    background-color: transparent;
    color: #0ca7f7;
}
.trandingpost_box p {
    display: -webkit-box;
    text-align: justify;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}
.Featured-Posts-card p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}
/* Sidebar Fixed Positioning */
.sidebar-fixed {
    position: sticky;
    top: 25%;
    max-height: calc(100vh - 40px);
    overflow-y: auto;
}

/* Search Wrapper */
.search-wrapper {
    position: relative;
    margin-bottom: 20px;
}

.search-wrapper .form-control {
    padding-right: 40px;
}

.search-wrapper .search-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #6c757d;
}

/* Category Dropdown Styling */
.category-section select {
    width: 100%;
    padding: 12px 16px;
    border-radius: 8px;
    border: 1px solid #d0d7de;
    color: #333;
    font-size: 1rem;
    font-weight: 500;
    transition: all 0.3s ease;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg fill='%23999' height='20' viewBox='0 0 24 24' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 14px center;
    outline: none;
    background-size: 16px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
}

.category-section select:hover {
    background-color: #e8eff7;
    border-color: #c0c9d6;
    color: #222;
}

.category-section select:focus {
    outline: none !important;
    border: none;
    box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.25);
    background-color: #eef4fb;
    color: #111;
}

/* Optional: Add smooth transition for the dropdown when opening */
.category-section select {
    transition: background-color 0.25s ease, border-color 0.25s ease,
        color 0.25s ease;
}


/* Responsive Adjustments */
@media (max-width: 991px) {
    .sidebar-fixed {
        position: static;
        max-height: none;
    }
}

/* Blog Post Styling */
.blog-post {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
}

.blog-post-title {
    color: #333;
    margin-bottom: 15px;
}

.blog-post-meta {
    color: #6c757d;
    margin-bottom: 15px;
}

.blog-post-excerpt {
    color: #666;
    line-height: 1.6;
}
.table-of-contents {
    border: 1px solid #aaa;
    padding: 15px 0 0 15px;
    border-radius: 15px 15px 0 0;
    margin-bottom: 15px;
    background: #f9f9f9;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.toc-nav {
    margin-top: 10px;
}

.toc-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.toc-item {
    margin-bottom: 8px;
}

.toc-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #333;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.toc-link:hover {
    color: #007bff;
}

.toc-number {
    display: inline-block;
    width: 30px;
    font-weight: bold;
    color: var(--primary-color);
    margin-right: 10px;
    text-align: right;
}

/* Scrollbar Fix */
body {
    overflow-x: hidden;
}


.toc-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-weight: bold;
}

.toc-list {
    list-style: none;
    padding: 0;
    display: block;
}
.toc-list li {
    padding: 5px 0;
    position: relative;
    list-style: none;
}
.toc-list li a {
    text-decoration: none;
    color: #222;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    gap: 5px;
    font-weight: bold;
}

.toc-list {
    list-style: none;
    padding-left: 0;
}
.toc-list li {
    cursor: pointer;
    padding: 5px 10px;
    font-size: 14px;
    border-left: 3px solid transparent;
}
.toc-list li:hover {
    background: #e9ecef;
    border-left-color: #007bff;
}
.toc-list .nested {
    display: none;
    padding-left: 15px;
}
.table-content-toggle-icon {
    border: 1px solid #aaa;
    border-radius: 5px;
    cursor: pointer;
}
.table-of-contents {
    padding-right: 1rem;
}
.sidebar_category {
    padding: 20px 30px;
    overflow: hidden;
    background-color: #f8f8f8;
}
.shape_bg_psuedo:before {
    width: 383px;
    height: 245px;
    background: linear-gradient(0deg, #fce8c9, #eaeaea);
    left: -80px;
    top: -170px;
    transform: rotate(-9deg);
    -webkit-transform: rotate(-9deg);
    -moz-transform: rotate(-9deg);
    -ms-transform: rotate(-9deg);
    -o-transform: rotate(-9deg);
}
.shape_bg_psuedo:after,
.shape_bg_psuedo:before {
    border-radius: 50%;
    position: absolute;
    content: "";
    opacity: 0.4;
}
.sidebar_category h6,
.sidebar_category ul {
    z-index: 2;
    position: relative;
}
.blogSidebarRight {
    margin-top: 10px;
}
.sidebar_category li a::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid #837979;
    left: 0;
    top: 7px;
}
.shape_bg_psuedo:after {
    width: 233px;
    height: 167px;
    background: linear-gradient(182deg, #fce8c9, #eaeaea);
    bottom: -50px;
    right: -90px;
    transform: rotate(-59deg);
    z-index: 0;
}
.sidebar_category li + li {
    margin-top: 25px;
}
.sidebar_category li a {
    display: block;
    font-size: 16px;
    color: #525050;
    padding: 0 0 0 20px;
    position: relative;
}
.toc-item a::before {
    content: "▶";
    position: absolute;
    left: -10px;
    font-size: 10px;
    color: #837979;
    transform: rotate(0deg);
    transition: transform 0.2s;
}

/* When expanded, rotate arrow */


/* TOC Container */
#dynamic-toc {
    list-style: none;
    padding: 10px;
    font-family: Arial, sans-serif;
}

/* Top-level heading (H1) - Bold & Larger */
.toc-item a {
    display: block;
    position: relative;
    padding-left: 20px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700; /* Bold */
    color: #000;
}

/* Subheading (H2) */
.toc-item.sub-heading-2 a {
    font-size: 14px;
    font-weight: 800; /* Semi-Bold */
}

/* Subheading (H3) */
.toc-item.sub-heading-3 a {
    font-size: 13px;
    font-weight: 700; /* Medium */
}

/* Subheading (H4) */
.toc-item.sub-heading-4 a {
    font-size: 12px;
    font-weight: 500;
    margin-left: 20px;
}

/* Subheading (H5, H6) */
.toc-item.sub-heading-5 a,
.toc-item.sub-heading-6 a {
    font-size: 11px;
    font-weight: 400; /* Regular */
    margin-left: 35px;
}

/* Arrow icon for expandable subheadings */
.toc-item a::before {
    content: "▶";
    position: absolute;
    left: 0;
    font-size: 12px;
    color: #000;
    transform: rotate(0deg);
    transition: transform 0.2s;
}

/* Add spacing */
.toc-item {
    padding: 5px 0;
}

.sidebar_category li {
    padding-top: 10px;
}
.blog-content-block table tr td {
    padding: 10px;

}

.blog-content-block {
    font-family: 'lato', sans-serif;
    color: #303030;
    line-height: 1.4;
}

.blog-content-block h1,
.blog-content-block h2,
.blog-content-block h3,
.blog-content-block h4,
.blog-content-block h5,
.blog-content-block h6 {
    font-family: 'lato', sans-serif;
    margin-bottom: 0.65rem;
    font-weight: 700;
    line-height: 1.3;
    color: #303030;
}


/* .blog-content-block h2 {
    font-size: clamp(1.6rem, 4vw, 2rem);
} */

.blog-content-block h2 {
    font-size: clamp(1.4rem, 3vw, 1.75rem);
}


.blog-content-block h3 {
    font-size: clamp(1.2rem, 2.5vw, 1.4rem);
}

.blog-content-block h4 {
    font-size: clamp(1.05rem, 2vw, 1.2rem);
}

.blog-content-block h5 {
    font-size: clamp(0.95rem, 1.5vw, 1.05rem);
}
.blog-content-block h6 {
    font-size: clamp(0.75rem, 1vw, 0.90rem);
}

.blog-content-block ul ,.blog-content-block ol {
        padding-left: 2rem;
}
 .blog-content-block thead,
 .blog-content-block tbody,
 .blog-content-block tfoot,
 .blog-content-block tr,
 .blog-content-block td,
 .blog-content-block th {
    border-width: 1px;
    padding: 6px;
 }
 .blog-content-block table {
 margin-bottom: 1rem;
}
table{
    caption-side: top !important;
}
.blog-content-block p {
    font-family: 'Lato', sans-serif;
    font-size: 1rem;
    text-align: justify ! important;
    color: #505050;
    margin-bottom: 1.2rem;
}
.blog-content-block li,.blog-content-block span  {
    font-family: 'Lato', sans-serif;
    font-size: 1rem ! important;
    text-align: justify ! important;
    color: #505050;
    margin-bottom: 1.2rem;
}
.blog-content-block strong{
    font-family: 'Lato', sans-serif;
    font-size: 1rem ! important;
    text-align: justify;
    margin-bottom: 1.2rem;
}
.blog-content-block a{
    font-family: 'Lato', sans-serif;
    font-size: 1.06rem ! important;
    text-align: justify;
    margin-bottom: 1.2rem;
}
.blog-content-block li::marker{
    font-size: 1rem;
    font-weight: bold;
}

/* Table Styling */
.blog-content-block table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1.5rem;
    border-collapse: collapse;
    scroll-behavior: smooth;
    overflow-y: scroll;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.blog-content-block table th span,
.blog-content-block table th p,
.blog-content-block table td span,
.blog-content-block table td p {
    font-family: 'Lato', sans-serif;
    font-size: 1rem !important;
    color: #505050;
    margin-bottom: 1rem !important;
    text-align: center !important;
}

/* Add horizontal scrolling for tables on mobile screens */
@media screen and (max-width: 767px) {
    .blog-content-block {
        width: 100%;
        overflow-x: auto;
    }
    .blog-content-block table {
        overflow-x: auto;
        white-space: nowrap;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
    }
}
caption{
    text-align: center !important;
}

/* Make all images responsive within blog content */
.blog-content-block img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 1rem auto;
}

/* Optional: Add some spacing and styling for images */
.blog-content-block figure {
    margin: 1.5rem 0;
    max-width: 100%;
}

.blog-content-block figure img {
    margin: 0 auto;
}

.blog-content-block figure figcaption {
    text-align: center;
    font-size: 0.9rem;
    color: #666;
    margin-top: 0.5rem;
}

/* For mobile devices - ensure images don't overflow */
@media screen and (max-width: 767px) {
    .blog-content-block img {
        width: 100%;
    }
}


.hide-freaturebox .Featured-Posts-card h5 {
    font-size: 18px;
    line-height: 1.2;
}

.webstory-section {
    background-color: #f8f9fa;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        Helvetica, Arial, sans-serif;
    color: #333;
}

.webstory-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.webstory-section .site-title {
    font-size: 28px;
    font-weight: 700;
    color: #222;
}

.webstory-section .site-description {
    font-size: 16px;
    color: #666;
    margin-top: 5px;
}

.webstory-section .categories {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 20px 0;
}

.categories.tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    margin-bottom: 20px;
}

.webstory-section .stories-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 25px;
}

.webstory-section .story-card {
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    position: relative;
}

.webstory-section .story-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.webstory-section .story-thumbnail {
    height: 320px;
    overflow: hidden;
    position: relative;
}

.webstory-section .story-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.webstory-section .story-card:hover .story-thumbnail img {
    transform: scale(1.05);
}

.webstory-section .story-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
}

.webstory-section .story-content {
    padding: 20px;
}

.webstory-section .story-title {
    font-size: 18px;
    margin-top: 1rem;
    font-weight: 600;
    color: #222;
    margin-bottom: 10px;
    line-height: 1.3;
    hyphens: auto;
    word-break: break-word;
    overflow-wrap: break-word;
    word-spacing: 1.5px;
    letter-spacing: 0.3px;
}

.webstory-section .story-description {
    font-size: 15px;
    line-height: 1.6;
    hyphens: auto;
    -webkit-hyphens: auto;
    word-break: break-word;
    overflow-wrap: break-word;
    text-align: justify;
    color: #666;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.webstory-section .story-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    color: #888;
}

.webstory-section .story-author {
    display: flex;
    align-items: center;
}

.webstory-section .author-avatar {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 8px;
}

.webstory-section .author-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.webstory-section .section-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #222;
    display: flex;
    align-items: center;
}

.webstory-section .section-title::after {
    content: "";
    flex-grow: 1;
    height: 1px;
    background-color: #eaeaea;
    margin-left: 15px;
}

.webstory-section .featured-stories {
    margin-bottom: 40px;
}

.webstory-section .featured-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

.webstory-section .featured-story {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
    cursor: pointer;
}

.webstory-section .featured-story:hover {
    transform: translateY(-5px);
}

.webstory-section .featured-thumbnail {
    height: 100%;
    position: relative;
    overflow: hidden;
    min-height: 300px;
}

.webstory-section .featured-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.webstory-section .featured-content {
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.webstory-section .featured-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.4;
    hyphens: auto;
    word-break: break-word;
    overflow-wrap: break-word;
    word-spacing: 1.5px;     /* Added spacing between words */
    letter-spacing: 0.3px;   /* Optional: tighter character control */
    color: #1a1a1a;          /* Optional: makes it slightly softer on the eyes */
}


.webstory-section .featured-description {
    font-size: 15px;
    line-height: 1.6;
    hyphens: auto;
    -webkit-hyphens: auto;
    word-break: break-word;
    overflow-wrap: break-word;
    text-align: justify;
    color: #666;
    margin-bottom: 20px;
}

.webstory-section .featured-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #888;
    margin-top: auto;
}

.webstory-section .search-bar {
    display: flex;
    margin-bottom: 30px;
    max-width: 600px;
}

.webstory-section .search-input {
    flex-grow: 1;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 8px 0 0 8px;
    font-size: 14px;
    outline: none;
    transition: border-color 0.2s ease;
}

.webstory-section .search-input:focus {
    border-color: #4a76a8;
}

.webstory-section .search-button {
    background-color:#0ca7f7;
    color: white;
    border: none;
    padding: 0 20px;
    border-radius: 0 8px 8px 0;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.webstory-section .search-button:hover {
    background-color: #0093dd;
}

.webstory-section .story-stats {
    display: flex;
    gap: 15px;
    color: #888;
    font-size: 13px;
}

.webstory-section .story-stat {
    display: flex;
    align-items: center;
}

.webstory-section .story-stat svg {
    margin-right: 5px;
}

@media (max-width: 1024px) {
    .webstory-section .featured-grid {
        grid-template-columns: 1fr;
    }

    .webstory-section .featured-description {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
    }

    .featured-title,
    .story-title {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        text-align: center;
    }

    .webstory-section .featured-title {
        margin-top: 0rem;
    }

    .webstory-section .story-title {
        margin-top: 0rem;
    }
}

@media (max-width: 768px) {
    .webstory-section .stories-grid {
        grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    }

    .webstory-section .featured-story {
        grid-template-columns: 1fr;
    }

    .webstory-section .featured-thumbnail {
        height: 200px;
        min-height: unset;
    }

    .webstory-section .featured-content {
        padding: 20px;
    }

    .webstory-section .featured-title {
        font-size: 20px;
    }

    .webstory-section .section-title {
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    .webstory-section .stories-grid {
        grid-template-columns: 1fr;
    }
.responsive-content-blog,.detail-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .webstory-section .site-title {
        text-align: center;
    }

    .webstory-section .container {
        padding: 15px;
    }

    .webstory-section .categories {
        overflow-x: auto;
        padding-bottom: 10px;
        -webkit-overflow-scrolling: touch;
    }

    .webstory-section .category {
        white-space: nowrap;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.webstory-banner{
    background: url(../assets/images/Desktop-23.png) 0 0 / cover no-repeat;
}

.map-section iframe {
    border-radius: 12px;
    width: 100%;
}
.text-primary-color {
    color: #0ca7f7 !important;
}
.ovr-rting {
    display: inline-block;
    width: 100%;
    border-left: 2px solid #fedb4d;
    padding-left: 30px;
}
.ovr-rting ul {
    margin-bottom: 8px;
    margin-right: 5px;
    display: flex;
}
.ovr-rting ul li {
    margin-right: 5px !important;
    width: 16px;
}

.ovr-rting ul li {
    width: 30px;
    margin-right: 0 !important;
    margin-left: 0 !important;
    border: none !important;
}
.rting-content span{
color: var(--primary-color);
}
.banner_contact_sm{
    
}
