/* Header Section Css Start */

.tbcms_header_wr {
    position: relative;
    background-color: #2F4055;
    width: 100%;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.06);
}

.tbcms_header_full {
    position: relative;
    z-index: 2;
}

.tbcms_header_wr .tbcms_header_logo img {
    max-width: 100%;
    object-fit: contain;
}

.tbcms_header_wr .tbcms_header_flex {
    display: grid;
    grid-template-columns: 200px 1fr;
    justify-content: space-between;
    align-items: center;
    max-width: 1630px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
}

.tbcms_header_wr .tbcms_header_nav>ul {
    text-align: right;
}

.tbcms_header_wr .tbcms_header_nav>ul>li {
    display: inline-block;
    transition: all 0.3s;
    padding: 29px 0 29px 35px;
    cursor: pointer;
}

.tbcms_header_wr .tbcms_header_nav ul li a {
    color: #ffffff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4;
    transition: all 0.3s;
}

.tbcms_header_wr .tbcms_header_nav ul li a:hover {
    color: #98C355;
}

.tbcms_header_wr .tbcms_header_btn .tbcms_btn {
    background-color: #98C355;
    border: 1px solid #98C355;
    color: #ffffff;
    padding: 12px 28px;
    border-radius: 4px;
    font-weight: 500;
    font-size: 16px;
    transition: all 0.3s ease;
    display: inline-block;
    text-decoration: none;
}

.tbcms_header_wr .tbcms_header_btn .tbcms_btn:hover {
    background-color: #82ad42;
    border-color: #82ad42;
}

.tbcms_header_wr .tbcms_header_toggle i {
    color: #ffffff;
    font-size: 24px;
}

.tbcms_header_wr .tbcms_header_Subnav ul>li {
    margin: 18px 0 18px;
    display: block;
    transition: all 0.3s;
}

.tbcms_header_wr .tbcms_header_Subnav {
    position: absolute;
    left: 0;
    right: 0;
    top: 80px;
    text-align: left;
    z-index: 1;
}

.tbcms_header_wr .tbcms_megamenu_list .tbcms_megamenu_grid {
    background: var(--tbcms-white-color);
    padding: 50px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 30px;
    border-radius: 0 0 12px 12px;
    border-top: 1px solid var(--tbcms-border-color);
}


.tbcms_header_wr .tbcms_megamenu_list .tbcms_megamenu_grid .tbcms_megamenu_item li a {
    display: grid;
    grid-template-columns: 25px 1fr;
    gap: 5px;
    margin: 15px 0 0;
}

.tbcms_header_wr .tbcms_megamenu_list .tbcms_megamenu_grid .tbcms_megamenu_item li a h4.tbcms_megamenu_details {
    font-size: 15px;
    font-weight: 500;
    color: var(--tbcms-title-color);
}

.tbcms_header_wr .tbcms_megamenu_list .tbcms_megamenu_grid .tbcms_megamenu_item li span i {
    font-size: 16px;
    color: var(--tbcms-primary);
}

.tbcms_header_wr .tbcms_megamenu_list .tbcms_megamenu_grid .tbcms_megamenu_item h2 {
    font-size: 20px;
    font-weight: 500;
    color: var(--tbcms-primary);
}

.tbcms_header_wr .tbcms_megamenu_list .tbcms_dropdown_list .tbcms_header_Subnav ul>li {
    display: block;
}

.tbcms_header_wr .tbcms_megamenu_list .tbcms_megamenu_grid .tbcms_megamenu_item>li p {
    font-size: 16px;
    font-weight: 400;
    color: var(--tbcms-text-color);
    margin-top: 5px;
}

.tbcms_header_wr .tbcms_megamenu_list .tbcms_megamenu_item li span {
    background-color: rgba(var(--tbcms-primary), 15%);
    display: flex;
    width: 20px;
    height: 20px;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
}

.tbcms_header_wr li.tbcms_dropdown_list {
    position: relative;
}

.tbcms_header_wr .tbcms_dropdown_list .tbcms_header_Subnav,
.tbcms_header_wr .tbcms_dropdown_list .tbcms_header_Subnav .tbcms_dropdown_list2 .tbcms_drop_menu2 {
    padding: 0 15px;
    width: 200px;
    max-width: 250px;
}

.tbcms_header_wr .tbcms_megamenu_list .tbcms_header_Subnav.tbcms_drop_menu {
    padding: 0 15px;
}

.tbcms_header_wr .tbcms_dropdown_list2:after {
    position: absolute;
    top: 10px;
    right: 0;
    content: " ▾";
    opacity: 0.75;
    transform: translateY(-50%) rotate(0);
    transition: 0.25s;
    color: var(--tbcms-secondary);
    cursor: pointer;
}

.tbcms_header_wr .tbcms_dropdown_list2.open:after {
    transform: translateY(-50%) rotate(180deg);
    cursor: pointer;
}

.tbcms_header_wr .tbcms_dropdown_list2 {
    position: relative;
}

.tbcms_header_wr .tbcms_header_nav::-webkit-scrollbar {
    width: 3px;
}

.tbcms_header_wr .tbcms_header_nav::-webkit-scrollbar-track {
    background: var(--tbcms-body-color);
}

.tbcms_header_wr .tbcms_header_nav::-webkit-scrollbar-thumb {
    background: var(--tbcms-primary);
}



@media only screen and (max-width: 1270px) and (min-width: 991px) {
    .tbcms_header_wr .tbcms_megamenu_list .tbcms_megamenu_grid {
        padding: 20px;
        gap: 10px;
    }

    .tbcms_header_wr .tbcms_megamenu_list .tbcms_megamenu_grid .tbcms_megamenu_item h2 {
        font-size: 16px;
    }

    .tbcms_header_wr .tbcms_header_Subnav>ul>li {
        margin: 20px 0 20px;
        grid-template-columns: 60px 1fr;
    }

    .tbcms_header_wr .tbcms_megamenu_list .tbcms_megamenu_grid .tbcms_megamenu_item>li a {
        font-size: 14px;
    }

    .tbcms_header_wr .tbcms_megamenu_list .tbcms_megamenu_grid .tbcms_megamenu_item>li p {
        font-size: 14px;
    }
}

@media (min-width: 991px) {

    .tbcms-tabs li.navActive a {
        color: var(--tbcms-primary) !important;
    }

    .tbcms_header_wr .tbcms_header_toggle {
        display: none;
    }

    .tbcms_header_wr .tbcms_dropdown_flex .tbcms_dropdown_list .tbcms_header_Subnav {
        background-color: var(--tbcms-gray-color);
    }
}

@media only screen and (max-width: 991px) {
    .tbcms_header_wr .tbcms_megamenu_list .tbcms_header_Subnav.tbcms_drop_menu {
        padding: 0;
    }


    .tbcms_header_wr .tbcms_megamenu_list,
    .tbcms_header_wr .tbcms_dropdown_list2 {
        position: relative;
    }

    .tbcms_header_wr .tbcms_dropdown_list:after,
    .tbcms_header_wr .tbcms_megamenu_list:after,
    .tbcms_header_wr .tbcms_dropdown_list2:after {
        position: absolute;
        top: 10px;
        right: 0;
        content: " ▾";
        opacity: 0.75;
        transform: translateY(-50%) rotate(0);
        transition: 0.25s;
        color: var(--tbcms-white-color);
        cursor: pointer;
    }

    .tbcms_header_wr .tbcms_dropdown_list.open:after,
    .tbcms_header_wr .tbcms_megamenu_list.open:after,
    .tbcms_header_wr .tbcms_dropdown_list2.open:after {
        transform: translateY(-50%) rotate(180deg);
        cursor: pointer;
    }

    .tbcms_header_wr .tbcms_header_toggle {
        display: block;
        cursor: pointer;
    }

    .tbcms_header_wr .tbcms_header_toggle i {
        font-size: 30px;
        color: var(--tbcms-secondary);
    }

    .tbcms_header_wr .tbcms_header_nav {
        display: block;
        position: fixed;
        left: -300px;
        padding: 0px 15px 50px;
        top: 0;
        bottom: 0;
        width: 300px;
        height: 100%;
        overflow: auto;
        z-index: 99;
        background-color: var(--tbcms-primary);
        transition: all 0.3s;
    }

    .tbcms_header_wr .tbcms_header_nav>ul {
        text-align: left;
        margin: 50px 0 50px;
    }

    .tbcms_header_wr .tbcms_header_nav>ul>li {
        display: block;
        margin: 0 0 25px;
        padding: 0;
    }

    .tbcms_header_wr .tbcms_header_nav ul li a {
        font-size: 14px;
        padding: 0;
        color: var(--tbcms-white-color);
    }

    .tbcms_header_wr .tbcms_header_nav ul li a:hover {
        color: var(--tbcms-white-color);
    }

    .tbcms_header_wr .tbcms_header_nav.open {
        left: 0;
    }

    .tbcms_header_wr li.tbcms_dropdown_list.open ul.tbcms_header_Subnav_01>li:first-child {
        margin-top: 0;
    }

    .tbcms_header_wr .tbcms_header_flex {
        grid-template-columns: 1fr 30px;
        padding: 15px;
    }

    .tbcms_header_wr .tbcms_header_Subnav {
        position: relative;
        top: 15px;
        left: auto;
        width: auto;
        padding: 0 0 0px 15px;
        max-width: inherit;
    }

    .tbcms_header_wr .tbcms_dropdown_list .tbcms_header_Subnav {
        width: 100%;
        padding-right: 0;
        max-width: 100%;
    }

    .tbcms_header_wr .tbcms_header_Subnav .tbcms_dropdown_list2 .tbcms_drop_menu2 {
        padding: 0 0 0px 15px;
    }

    .tbcms_header_wr .tbcms_megamenu_list .tbcms_megamenu_grid {
        padding: 15px 10px;
        grid-template-columns: 1fr;
        border-radius: 5px;
    }

    .tbcms_header_wr .tbcms_megamenu_list .tbcms_megamenu_grid .tbcms_megamenu_item h2 {
        font-size: 15px;
    }

    .tbcms_header_wr .tbcms_header_Subnav ul>li {
        margin: 15px 0 15px;
    }

    .tbcms_header_wr .tbcms_megamenu_list .tbcms_megamenu_grid .tbcms_megamenu_item li a {
        gap: 10px;
        margin: 15px 0 15px;
    }

    .tbcms_header_wr .tbcms_megamenu_list .tbcms_megamenu_item li span img {
        width: 25px;
    }

    .tbcms_header_wr .tbcms_megamenu_list .tbcms_megamenu_grid .tbcms_megamenu_item>li a {
        font-size: 14px;
    }

    .tbcms_header_wr .tbcms_megamenu_list .tbcms_megamenu_grid .tbcms_megamenu_item>li p {
        font-size: 13px;
    }

}

@media only screen and (max-width: 767px) {
    .tbcms_header_wr .tbcms_header_logo img {
        height: auto;
    }

    .tbcms_header_wr .tbcms_megamenu_list .tbcms_megamenu_grid .tbcms_megamenu_item li a h4.tbcms_megamenu_details {
        font-size: 13px;
    }
}

@media only screen and (max-width: 400px) {
    .tbcms_header_wr .tbcms_header_nav {
        left: -250px;
        width: 250px;
    }

}

/* Header Section Css End */

/* Banner section css start */
.tbcms_banner {
    position: relative;
    background-color: var(--tbcms-body-color);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    padding: 150px 0 150px;
}

.tbcms_banner .tbcms_banner_left {
    max-width: 550px;
}

.tbcms_banner .tbcms_banner_left h1 {
    color: var(--tbcms-primary);
    font-size: 70px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
}

.tbcms_banner .tbcms_banner_left h2 {
    color: var(--tbcms-title-color);
    font-size: 70px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
}

.tbcms_banner .tbcms_banner_left p {
    color: var(--tbcms-text-color);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    margin: 20px 0 20px;
}

.tbcms_banner .tbcms_btn_wr .tbcms_btn {
    min-width: 160px;
    min-height: 50px;
    line-height: 50px;
    border-radius: 50px;
    font-size: 16px;
    letter-spacing: 1px;
    color: var(--tbcms-white-color);
    font-weight: 500;
    display: inline-block;
    text-align: center;
    border: none;
    position: relative;
    transition: 0.3s;
    padding: 0 10px;
    background: linear-gradient(to left, var(--tbcms-primary) 50%, var(--tbcms-secondary) 50%) right;
    transition: .5s ease-out;
    background-size: 200%;
}

.tbcms_banner .tbcms_btn_wr .tbcms_btn:hover {
    background-position: left;
}

.tbcms_banner .tbcms_banner_right img {
    max-width: 100%;
    object-fit: contain;
}

.tbcms_banner .tbcms_banner_right {
    position: relative;
    animation: 3.3s rotate linear infinite;
}

@keyframes rotate {
    from {
        -webkit-transform: rotate(0deg) translate(-5px) rotate(0deg);
        -moz-transform: rotate(0deg) translate(-5px) rotate(0deg);
        -ms-transform: rotate(0deg) translate(-5px) rotate(0deg);
        -o-transform: rotate(0deg) translate(-5px) rotate(0deg);
        transform: rotate(0deg) translate(-5px) rotate(0deg);
        transition: 1s ease-in-out;
    }

    to {
        -webkit-transform: rotate(360deg) translate(-5px) rotate(-360deg);
        -moz-transform: rotate(360deg) translate(-5px) rotate(-360deg);
        -ms-transform: rotate(360deg) translate(-5px) rotate(-360deg);
        -o-transform: rotate(360deg) translate(-5px) rotate(-360deg);
        transform: rotate(360deg) translate(-5px) rotate(-360deg);
        transition: 1s ease-in-out;
    }
}

@media only screen and (max-width: 991px) {
    .tbcms_banner {
        padding: 50px 0;
    }

    .tbcms_banner .tbcms_banner_left h1 {
        font-size: 35px;
    }

    .tbcms_banner .tbcms_banner_left h2 {
        font-size: 35px;
    }

    .tbcms_banner .tbcms_banner_right {
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    .tbcms_banner .tbcms_banner_left {
        margin: 0 auto 50px;
        text-align: center;
    }

    .tbcms_banner .tbcms_banner_left h1 {
        font-size: 32px;
    }

    .tbcms_banner .tbcms_banner_left h2 {
        font-size: 32px;
    }

    .tbcms_banner .tbcms_bnr_arrow {
        width: 50px;
    }

    .tbcms_banner .tbcms_btn_wr .tbcms_btn {
        min-width: 150px;
        min-height: 40px;
        line-height: 40px;
        font-size: 14px;
    }

    .tbcms_banner .tbcms_banner_right img {
        height: auto;
    }
}

@media only screen and (max-width: 575px) {
    .tbcms_banner .tbcms_banner_left h1 {
        font-size: 24px;
    }

    .tbcms_banner .tbcms_banner_left h2 {
        font-size: 24px;
    }
}

/* Banner Section Css End */



/* Services Section Css Start */
.tbcms_services {
    padding: 35px 0 40px;
    background-color: var(--tbcms-body-color);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.tbcms_services .tbcms_heading_section {
    text-align: center;
    max-width: 600px;
    margin: 0 auto 45px;
}

.tbcms_services .tbcms_heading_section h2 {
    color: var(--tbcms-primary);
    font-size: 28px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 15px;
}

.tbcms_services .tbcms_heading_section p {
    color: var(--tbcms-text-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
}

.tbcms_services .tbcms_services_item {
    background-color: #ffffff;
    padding: 40px 30px;
    margin-bottom: 30px;
    border-radius: 12px;
    position: relative;
    transition: all 0.3s;
}

.tbcms_services .tbcms_services_item:hover {
    transform: translateY(-9px);
}

.tbcms_services .tbcms_services_item .tbcms_services_iconbox {
    width: 76px;
    height: 76px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    margin: 0 auto 20px;
}

.tbcms_services .tbcms_services_item .tbcms_services_iconbox i {
    font-size: 35px;
    color: var(--tbcms-primary);
    transition: all 0.3s;
}

.tbcms_services .tbcms_services_item h2 {
    color: var(--tbcms-title-color);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    transition: all 0.3s;
}

.tbcms_services .tbcms_services_item p {
    color: var(--tbcms-text-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    margin: 10px 0 20px;
    transition: all 0.3s;
}

.tbcms_services .tbcms_services_item .tbcms_btn_wr .tbcms_btn {
    font-size: 16px;
    letter-spacing: 0.5px;
    color: var(--tbcms-primary);
    font-weight: 500;
    display: inline-block;
    text-align: center;
    border: none;
    position: relative;
    transition: 0.3s;
    padding: 0;
}

.tbcms_services .tbcms_services_item .tbcms_btn_wr .tbcms_btn:hover {
    color: var(--tbcms-secondary);
}

.tbcms_services .tbcms_services_item .tbcms_btn_wr .tbcms_btn svg path {
    fill: var(--tbcms-primary);
    transition: 0.3s;
}

.tbcms_services .tbcms_services_item .tbcms_btn_wr .tbcms_btn svg {
    fill: var(--tbcms-primary);
    transition: 0.3s;
}

.tbcms_services .tbcms_services_item .tbcms_btn_wr .tbcms_btn:hover svg path {
    fill: var(--tbcms-secondary);
}

.tbcms_services .tbcms_services_item .tbcms_btn_wr .tbcms_btn:hover svg {
    fill: var(--tbcms-secondary);
}

.tbcms_services .tbcms_services_btn.tbcms_btn_wr .tbcms_btn {
    min-width: 160px;
    min-height: 50px;
    line-height: 50px;
    border-radius: 50px;
    font-size: 16px;
    letter-spacing: 1px;
    color: var(--tbcms-white-color);
    font-weight: 500;
    display: inline-block;
    text-align: center;
    border: none;
    position: relative;
    padding: 0 10px;
    background: linear-gradient(to left, var(--tbcms-primary) 50%, var(--tbcms-secondary) 50%) right;
    transition: .5s ease-out;
    background-size: 200%;
}

.tbcms_services .tbcms_services_btn.tbcms_btn_wr {
    margin-top: 20px;
}

.tbcms_services .tbcms_services_btn.tbcms_btn_wr .tbcms_btn:hover {
    background-position: left;

}

@media only screen and (max-width: 991px) {
    .tbcms_services .tbcms_heading_section h2 {
        font-size: 20px;
    }

    .tbcms_services .tbcms_heading_section {
        margin-bottom: 30px;
    }

    .tbcms_services .tbcms_heading_section p {
        font-size: 14px;
    }

    .tbcms_services {
        padding: 50px 0;
    }

    .tbcms_services .tbcms_sub_title {
        font-size: 15px;
    }

    .tbcms_services .tbcms_title {
        font-size: 20px;
    }

    .tbcms_services .tbcms_services_item p {
        font-size: 14px;
    }

    .tbcms_services .tbcms_services_item {
        padding: 25px;
        margin-bottom: 25px;
    }

    .tbcms_services .tbcms_services_item h2 {
        font-size: 16px;
    }
}

@media only screen and (max-width: 767px) {
    .tbcms_services .tbcms_services_btn.tbcms_btn_wr .tbcms_btn {
        min-width: 150px;
        min-height: 40px;
        line-height: 40px;
        font-size: 14px;
    }
}

/* Services Section Css End */

/* Blog Section Css End */
.tbcms_blog {
    position: relative;
    width: 100%;
    padding: 50px 0 80px;
    background-color: var(--tbcms-body-color);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.tbcms_blog .tbcms_blog_content {
    padding-top: 15px;
    text-align: left;
}

.tbcms_blog .tbcms_heading_section {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 45px;
}

.tbcms_blog .tbcms_heading_section h2 {
    color: var(--tbcms-primary);
    font-size: 28px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 15px;
}

.tbcms_blog .tbcms_heading_section p {
    color: var(--tbcms-text-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
}

.tbcms_blog .tbcms_blog_item {
    background-color: var(--tbcms-white-color);
    filter: drop-shadow(2px 4px 9px rgba(0, 0, 0, 0.03));
    border-radius: 12px;
    margin-bottom: 30px;
    text-align: center;
    transition: all 0.3s;
    padding: 15px;
}

.tbcms_blog .tbcms_blogImage_Wr {
    position: relative;
    overflow: hidden;
    min-height: 246px;
    border-radius: 12px
}

.tbcms_blog .tbcms_blog_item img {
    width: 100%;
    object-fit: cover;
    border: none;
    outline: none;
    transition: all 0.3s;
    min-height: 246px;
}

.tbcms_blog .tbcms_blog_item:hover img {
    transform: scale(1.2);
}

.tbcms_blog img[alt] {
    text-indent: -10000px;
}

.tbcms_blog .tbcms_sub_title {
    color: var(--tbcms-primary);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4;
}

.tbcms_blog .tbcms_title {
    color: var(--tbcms-title-color);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.4;
}

.tbcms_blog .tbcms_blog_content>p {
    color: var(--tbcms-text-color);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    margin: 15px 0 0;
}

.tbcms_blog .tbcms_date_time ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid var(--tbcms-border-color);
    margin-top: 15px;
    padding-top: 15px;
    text-align: left;
}

.tbcms_blog .tbcms_date_time ul li {
    display: flex;
    gap: 10px;
    align-items: center;
}

.tbcms_blog .tbcms_date_time p {
    color: var(--tbcms-text-color);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
}

.tbcms_blog .tbcms_btn_wr {
    text-align: center;
    margin-top: 20px;
}

.tbcms_blog .tbcms_btn_wr .tbcms_btn {
    min-width: 160px;
    min-height: 50px;
    line-height: 50px;
    border-radius: 50px;
    font-size: 16px;
    letter-spacing: 1px;
    background: linear-gradient(to left, var(--tbcms-primary) 50%, var(--tbcms-secondary) 50%) right;
    transition: .5s ease-out;
    background-size: 200%;
    color: var(--tbcms-white-color);
    font-weight: 500;
    display: inline-block;
    text-align: center;
    border: none;
    position: relative;
    padding: 0 10px;
}

.tbcms_blog .tbcms_btn_wr .tbcms_btn:hover {
    background-position: left;
}


@media only screen and (max-width: 991px) {
    .tbcms_blog .tbcms_heading_section h2 {
        font-size: 20px;
    }

    .tbcms_blog .tbcms_heading_section p {
        font-size: 14px;
    }

    .tbcms_blog {
        padding: 50px 0;
    }

    .tbcms_blog .tbcms_title {
        font-size: 15px;
    }

    .tbcms_blog .tbcms_blog_content>p {
        font-size: 14px;
    }

    .tbcms_blog .tbcms_date_time p {
        font-size: 14px;
    }

    .tbcms_blog .tbcms_heading_section {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .tbcms_blog .tbcms_btn_wr .tbcms_btn {
        min-width: 150px;
        min-height: 40px;
        line-height: 40px;
        font-size: 14px;
    }

}

/* Blog Section Css End */

/* Partners Section Css Start */
.tbcms_partners {
    position: relative;
    background-color: var(--tbcms-body-color);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    padding: 70px 0;
}

.tbcms_partners .tbcms_heading_section {
    max-width: 550px;
    margin: 0 auto;
    text-align: center;
}

.tbcms_partners .tbcms_heading_section h2 {
    color: var(--tbcms-white-color);
    font-size: 28px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 15px;
}

.tbcms_partners .tbcms_heading_section p {
    color: var(--tbcms-white-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    margin-top: 10px;
}

.tbcms_partners .tbcms_partners_wr {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
    margin-top: 40px;
}

.tbcms_partners .tbcms_partners_wr .tbcms_partners_item {
    text-align: center;
}

.tbcms_partners .tbcms_partners_wr .tbcms_partners_item img {
    width: 150px;
    object-fit: cover;
    height: 55px;
}

@media only screen and (max-width: 991px) {
    .tbcms_partners .tbcms_heading_section {
        margin-bottom: 50px;
    }

    .tbcms_partners .tbcms_heading_section h2 {
        font-size: 20px;
    }

    .tbcms_partners .tbcms_heading_section p {
        font-size: 14px;
    }

    .tbcms_partners {
        padding: 50px 0;
    }

    .tbcms_partners .tbcms_partners_item {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .tbcms_partners .tbcms_partners_wr .tbcms_partners_item img {
        height: auto;
    }
}

/* Partners Section Css End */

/* Team Section Css Start */
.tbcms_team {
    position: relative;
    background-color: var(--tbcms-body-color);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    padding: 70px 0 30px;
}

.tbcms_team .tbcms_heading_section {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 44px;
}

.tbcms_team .tbcms_heading_section h2 {
    color: var(--tbcms-primary);
    font-size: 28px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 15px;
}

.tbcms_team .tbcms_heading_section p {
    color: var(--tbcms-text-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
}

.tbcms_team .tbcms_team_item {
    background-color: var(--tbcms-white-color);
    filter: drop-shadow(2px 4px 9px rgba(0, 0, 0, 0.03));
    border-radius: 12px;
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.tbcms_team .tbcms_team_item img {
    width: 100%;
    object-fit: cover;
    border-radius: 12px 12px 0 0;
    transform: scale(1.1);
    transition: all .5s ease-in-out;
}

.tbcms_team .tbcms_team_item:hover img {
    transform: translateX(-10px) scale(1.1);
}

.tbcms_team .tbcms_title {
    color: var(--tbcms-title-color);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.4;
}

.tbcms_team .tbcms_team_content {
    padding: 30px 20px 20px;
    text-align: center;
}

.tbcms_team .tbcms_team_content p {
    color: var(--tbcms-text-color);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    margin: 10px 0 0;
}

.tbcms_team .tbcms_date_time {
    display: grid;
    grid-template-columns: 25px 1fr;
    align-items: center;
    border-top: 1px solid #E8E8E8;
    margin-top: 15px;
    padding-top: 15px;
}

.tbcms_team .tbcms_date_time {
    color: #797979;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
}

@media only screen and (max-width: 991px) {
    .tbcms_team .tbcms_heading_section h2 {
        font-size: 20px;
    }

    .tbcms_team .tbcms_heading_section p {
        font-size: 14px;
    }

    .tbcms_team {
        padding: 100px 0;
    }

    .tbcms_team .tbcms_title {
        font-size: 16px;
    }
}

@media only screen and (max-width: 767px) {
    .tbcms_team {
        padding: 50px 0;
    }
}

@media only screen and (max-width: 575px) {

}

/* Team Section Css End */

/* Pricing Plan Section Css Start */
.tbcms_pricingPlan {
    position: relative;
    background-color: var(--tbcms-body-color);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    padding: 30px 0 30px;
}

.tbcms_pricingPlan .tbcms_heading_section {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 45px;
}

.tbcms_pricingPlan .tbcms_heading_section h2 {
    color: var(--tbcms-primary);
    font-size: 28px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 15px;
    text-align: center;

}

.tbcms_pricingPlan .tbcms_heading_section p {
    color: var(--tbcms-text-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    text-align: center;

}

.tbcms_pricingPlan .tbcms_pricingPlan_item {
    background-color: var(--tbcms-white-color);
    filter: drop-shadow(2px 4px 9px rgba(0, 0, 0, 0.03));
    border-radius: 12px;
    margin-bottom: 30px;
    padding: 40px 30px;
    transition: all 0.3s;
}

.tbcms_pricingPlan .tbcms_pricingPlan_item:hover {
    transform: translateY(-9px);
}

.tbcms_pricingPlan .tbcms_profile_item {
    display: grid;
    grid-template-columns: 60px 1fr;
    gap: 15px;
    text-align: left;
    align-items: center;
}

.tbcms_pricingPlan .tbcms_profile_content h2 {
    color: var(--tbcms-title-color);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.4;
}

.tbcms_pricingPlan .tbcms_profile_content p {
    color: var(--tbcms-title-color);
    font-size: 14px;
    font-style: normal;
    font-weight: 40;
    line-height: 1.4;
}

.tbcms_pricingPlan .tbcms_pricingPlan_content {
    padding: 20px;
    text-align: center;
}

.tbcms_pricingPlan .tbcms_pricingPlan_content p {
    color: var(--tbcms-text-color);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    margin: 0;
    text-align: left;
}

.tbcms_pricingPlan .tbcms_pricingPlan_content {
    background-color: var(--tbcms-body-color);
    margin-top: 20px;
    border-radius: 10px;
}

.tbcms_pricingPlan .tbcms_btn_wr {
    text-align: center;
    margin-top: 30px;
}

.tbcms_pricingPlan .tbcms_btn_wr .tbcms_btn {
    min-width: 250px;
    min-height: 50px;
    line-height: 50px;
    border-radius: 8px;
    background-color: var(--tbcms-primary);
    font-size: 16px;
    letter-spacing: 1px;
    color: var(--tbcms-white-color);
    font-weight: 500;
    display: inline-block;
    text-align: center;
    border: none;
    position: relative;
    transition: 0.3s;
    padding: 0 10px;
}

.tbcms_pricingPlan .tbcms_btn_wr .tbcms_btn:hover {
    background-color: var(--tbcms-secondary);
    color: var(--tbcms-white-color);
}

.tbcms_pricingPlan .tbcms_pricingPlan_points {
    text-align: left;
}

.tbcms_pricingPlan .tbcms_pricingPlan_item h2 {
    font-size: 26px;
    font-weight: 700;
    color: var(--tbcms-title-color);
    text-align: center;
    text-transform: capitalize;
}

.tbcms_pricingPlan .tbcms_pricingPlan_item h3 {
    margin: 35px 0 30px;
    font-size: 50px;
    font-weight: 700;
    color: var(--tbcms-primary);
    border-bottom: 1px solid var(--tbcms-border-color);
    padding-bottom: 35px;
    text-align: center;
}

.tbcms_pricingPlan .tbcms_pricingPlan_item h3 span {
    font-size: 16px;
    font-weight: 600;
    color: var(--tbcms-title-color);
}

.tbcms_pricingPlan .tbcms_profile_check {
    display: grid;
    grid-template-columns: 25px 1fr;
    gap: 10px;
    align-items: center;
    margin-bottom: 15px;
}

.tbcms_pricingPlan .tbcms_profile_check .tbcms_profile_Q i {
    font-size: 18px;
    color: var(--tbcms-primary);
}

.tbcms_pricingPlan .tbcms_profile_check .tbcms_nonecheck i {
    color: var(--tbcms-text-color);
}

.tbcms_pricingPlan .tbcms_profile_check .tbcms_pricingPlan_points p {
    font-size: 16px;
    font-weight: 400;
    color: var(--tbcms-title-color);
    line-height: 1.4;
}

@media only screen and (max-width: 991px) {
    .tbcms_pricingPlan .tbcms_heading_section h2 {
        font-size: 22px;
    }

    .tbcms_pricingPlan .tbcms_heading_section p {
        font-size: 14px;
    }

    .tbcms_pricingPlan {
        padding: 50px 0 30px;
    }

    .tbcms_pricingPlan .tbcms_sub_title {
        font-size: 15px;
    }

    .tbcms_pricingPlan .tbcms_title {
        font-size: 16px;
    }

    .tbcms_pricingPlan .tbcms_pricingPlan_item {
        padding: 30px 15px;
    }

    .tbcms_pricingPlan .tbcms_pricingPlan_item h2 {
        font-size: 20px;
    }

    .tbcms_pricingPlan .tbcms_pricingPlan_item h3 {
        font-size: 35px;
        margin: 20px 0 20px;
        padding-bottom: 25px;
    }

    .tbcms_pricingPlan .tbcms_profile_check .tbcms_pricingPlan_points p {
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px) {
    .tbcms_pricingPlan .tbcms_heading_section h2 {
        font-size: 20px;
    }

    .tbcms_pricingPlan .tbcms_btn_wr .tbcms_btn {
        min-width: 200px;
        font-size: 15px;
        min-height: 45px;
        line-height: 45px;
    }
}

/* Pricing Plan Section Css End */


/* Policy Pages Common Css Start */
.tbcms_pages_policy .tbcms_pages {
    padding: 100px 0;
    background-color: var(--tbcms-body-color);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}

.tbcms_pages_policy .tbcms_pages h5 {
    margin: 50px 0 10px;
    font-size: 20px;
    font-weight: 600;
    color: var(--tbcms-title-color);
}

.tbcms_pages_policy .tbcms_pages p {
    margin: 15px 0 0;
    font-size: 16px;
    line-height: 1.6;
    color: var(--tbcms-text-color);
}

.tbcms_pages_policy .tbcms_pages ul {
    list-style-type: disc;
    padding-left: 15px;
    color: var(--tbcms-text-color);
}


@media only screen and (max-width: 767px) {
    .tbcms_pages_policy .tbcms_pages {
        padding: 50px 0;
    }

    .tbcms_pages_policy .tbcms_pages p {
        font-size: 14px;
    }

    .tbcms_pages_policy .tbcms_pages h5 {
        margin: 30px 0 10px;
        font-size: 18px;
    }
}

/* Policy Pages Common Css Start */

/* Contact Section Start */
.tbcms_contact_wr {
    padding: 100px 0;
    background-color: var(--tbcms-body-color);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.tbcms_contact_wr .tbcms-contact-form {
    padding: 0 40px 0 15px;
}

.tbcms_contact_wr .tbcms_contact_bg {
    background-color: var(--tbcms-white-color);
    border-radius: 12px;
}

.tbcms_contact_wr .tbcms_contact_center img {
    border-radius: 12px 0 0 12px;
    object-fit: cover;

}

.tbcms_contact_wr .tbcms_contact_title {
    text-align: center;
    max-width: 600px;
    margin: 0 auto 70px;
}

.tbcms_contact_wr .tbcms_contact_title h2 {
    color: var(--tbcms-title-color);
    font-size: 28px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 15px;
}

.tbcms_contact_wr .tbcms_contact_title p {
    color: var(--tbcms-text-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
}

.tbcms_contact_wr .tbcms_form_btn {
    margin-top: 15px;
}

.tbcms_contact_wr .tbcms_formBox {
    margin-top: 35px;
}

.tbcms_contact_wr .tbcms_subTitle {
    margin-top: 10px;
}

.tbcms_contact_wr .tbcms_subTitle h3 {
    font-size: 28px;
    line-height: 1.4;
    color: var(--tbcms-primary);
    font-weight: 700;
    margin-bottom: 5px;
}

.tbcms_contact_wr .tbcms_subTitle h4 {
    font-size: 26px;
    line-height: 1.4;
    color: var(--tbcms-title-color);
    font-weight: 700;
    margin-bottom: 0;
}

.tbcms_contact_wr .tbcms_main_input {
    margin-bottom: 20px;
    position: relative;
}

.tbcms_contact_wr .tbcms_main_input label {
    margin-bottom: 10px;
    font-size: 15px;
    letter-spacing: 0px;
    color: var(--tbcms-text-color);
    font-weight: 500;
}

.tbcms_contact_wr .tbcms_custom_input {
    width: 100%;
    line-height: 50px;
    padding: 0 15px;
    -webkit-transition: all .3s;
    transition: all .3s;
    height: 50px;
    font-size: 14px;
    letter-spacing: 0px;
    color: var(--tbcms-title-color);
    border-radius: 8px;
    border: 1px solid var(--tbcms-border-color);
}

.tbcms_contact_wr .tbcms_custom_input::placeholder {
    color: var(--tbcms-text-color);
}

.tbcms_contact_wr .tbcms_custom_textarea {
    width: 100%;
    line-height: 1.5;
    padding: 15px;
    border-radius: 8px;
    -webkit-transition: all .3s;
    transition: all .3s;
    font-size: 14px;
    letter-spacing: 0px;
    color: var(--tbcms-title-color);
    border: 1px solid var(--tbcms-border-color);
}

.tbcms_contact_wr .tbcms_custom_textarea::placeholder {
    color: var(--tbcms-text-color);
}

.tbcms_contact_wr .tbcms_btn {
    min-width: 200px;
    min-height: 55px;
    line-height: 55px;
    border-radius: 50px;
    font-size: 15px;
    letter-spacing: 1px;
    color: var(--tbcms-white-color);
    font-weight: 500;
    display: inline-block;
    text-align: center;
    border: none;
    position: relative;
    padding: 0 10px;
    background: linear-gradient(to left, var(--tbcms-primary) 50%, var(--tbcms-secondary) 50%) right;
    transition: .5s ease-out;
    background-size: 200%;
}

.tbcms_contact_wr .tbcms_contact_btn {
    margin-top: 10px;
}

.tbcms_contact_wr .tbcms_btn:hover {
    background-position: left;
}

@media only screen and (max-width: 991px) {

    /* Contact Section Start */
    .tbcms_contact_wr {
        padding: 50px 0;
    }

    .tbcms_contact_wr .tbcms_subTitle h3 {
        font-size: 18px;
    }

    .tbcms_contact_wr .tbcms_subTitle h4 {
        font-size: 18px;
    }

    .tbcms_contact_wr .tbcms-contact-form {
        padding: 30px 20px 30px 15px;
    }

    .tbcms_contact_wr .tbcms_formBox {
        margin-top: 20px;
    }

    .tbcms_contact_wr .tbcms_contact_center {
        text-align: center;
    }

    .tbcms_contact_wr .tbcms_contact_center img {
        border-radius: 8px 8px 0 0;
        width: 100%;
        height: auto;
    }

    /* Contact Section End */
}

/* Contact Section End */

/* Testimonial Section Css Start */
.tbcms_testimonial {
    position: relative;
    background-color: var(--tbcms-body-color);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    padding: 30px 0 34px;
}

.tbcms_testimonial .tbcms_heading_section {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 45px;
}

.tbcms_testimonial .tbcms_heading_section h2 {
    color: var(--tbcms-primary);
    font-size: 28px;
    font-weight: 700;
    line-height: 1.4;
}

.tbcms_testimonial .tbcms_heading_section p {
    color: var(--tbcms-text-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
}

.tbcms_testimonial .tbcms_testimonial_item {
    background-color: var(--tbcms-white-color);
    filter: drop-shadow(2px 4px 9px rgba(0, 0, 0, 0.03));
    border-radius: 12px;
    margin-bottom: 26px;
    text-align: center;
    padding: 15px;
}

.tbcms_testimonial .tbcms_profile_item {
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 15px;
    text-align: left;
    align-items: center;
}

.tbcms_testimonial .tbcms_profile_BG {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
    border-radius: 100%;
}

.tbcms_testimonial .tbcms_testimonial_full {
    display: grid;
    grid-template-columns: 1fr 50px;
    gap: 15px;
}

.tbcms_testimonial .tbcms_profile_content h2 {
    color: var(--tbcms-title-color);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 5px;
}

.tbcms_testimonial .tbcms_profile_content p {
    color: var(--tbcms-text-color);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4;
}

.tbcms_testimonial .tbcms_testimonial_content {
    padding: 20px;
    text-align: center;
}

.tbcms_testimonial .tbcms_testimonial_content p {
    color: var(--tbcms-text-color);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    margin: 0;
    text-align: left;
}

.tbcms_testimonial .tbcms_testimonial_content {
    background-color: var(--tbcms-body-color);
    margin-top: 20px;
    border-radius: 12px;
}

.tbcms_testimonial .tbcms_btn_wr {
    text-align: center;
    margin-top: 20px;
}

.tbcms_testimonial .tbcms_btn_wr .tbcms_btn {
    min-width: 160px;
    min-height: 50px;
    line-height: 50px;
    border-radius: 50px;
    background-color: var(--tbcms-primary);
    font-size: 16px;
    letter-spacing: 1px;
    color: var(--tbcms-white-color);
    font-weight: 500;
    display: inline-block;
    text-align: center;
    border: none;
    position: relative;
    transition: 0.3s;
    padding: 0 10px;
}

.tbcms_testimonial .tbcms_btn:hover {
    color: var(--tbcms-white-color);
    background-color: var(--tbcms-primary);
}

.tbcms_testimonial .swiper-wrapper {
    height: auto;
}

.tbcms_testimonial .swiper-container {
    padding-bottom: 50px;
    overflow: hidden;
    position: relative;
}

.tbcms_testimonial .swiper-pagination-bullet {
    width: 15px;
    height: 10px;
    background-color: var(--tbcms-primary);
    border-radius: 100px;
}

.tbcms_testimonial .tbcms_profile_Q i {
    font-size: 40px;
    color: var(--tbcms-primary);
}

@media only screen and (max-width: 991px) {
    .tbcms_testimonial .tbcms_heading_section h2 {
        font-size: 20px;
    }

    .tbcms_testimonial .tbcms_heading_section p {
        font-size: 14px;
    }

    .tbcms_testimonial .tbcms_sub_title {
        font-size: 15px;
    }

    .tbcms_testimonial .tbcms_profile_content h2 {
        font-size: 14px;
    }


}

@media only screen and (max-width: 767px) {
    .tbcms_testimonial .tbcms_testimonial_full {
        grid-template-columns: 1fr 25px;
    }

    .tbcms_testimonial .tbcms_profile_Q i {
        font-size: 25px;
    }

    .tbcms_testimonial {
        padding: 50px 0;
    }

    .tbcms_testimonial .tbcms_profile_item {
        grid-template-columns: 80px 1fr;
    }

    .tbcms_testimonial .tbcms_profile_BG {
        width: 80px;
        height: 80px;
    }
}

/* Testimonial Section Css End */

/* Faq Section Css Start */
.tbcms_accordion {
    padding: 40px 0 55px;
    background-color: var(--tbcms-body-color);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.tbcms_accordion .tbcms_heading_section {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 45px;
}

.tbcms_accordion .tbcms_heading_section h2 {
    color: var(--tbcms-primary);
    font-size: 28px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 15px;
}

.tbcms_accordion .tbcms_heading_section p {
    color: var(--tbcms-text-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
}

.tbcms_accordion .accordion-item {
    border: 1px solid var(--tbcms-border-color);
    margin-bottom: 25px;
    border-radius: 12px;
}

.tbcms_accordion .accordion-item:last-of-type .accordion-button.collapsed {
    border-radius: 12px;
}

.tbcms_accordion .accordion-button {
    border-radius: 12px;
    position: relative;
    justify-content: space-between;
    gap: 30px;
    align-items: start;
}

.tbcms_accordion button.accordion-button span i {
    color: var(--tbcms-title-color);
}

.tbcms_accordion button.accordion-button.collapsed span i {
    transform: translateY(-50%) rotate(180deg);
    position: absolute;
    color: var(--tbcms-title-color);
    right: 20px;
}

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

.tbcms_accordion .accordion-button::after {
    display: none;
}

.tbcms_accordion .accordion-button:not(.collapsed) {
    background-color: var(--tbcms-white-color);
    box-shadow: none;
}

.tbcms_accordion .accordion-button h3 {
    font-size: 18px;
    color: var(--tbcms-title-color);
}

.tbcms_accordion .accordion-body {
    background-color: var(--tbcms-white-color);
    border-radius: 12px;
}

.tbcms_accordion .accordion-body p {
    font-size: 16px;
    color: var(--tbcms-text-color);
}

.tbcms_accordion .accordion-item:first-of-type .accordion-button {
    border-radius: 12px;
    position: relative;
}

.tbcms_accordion button.accordion-button span i {
    top: 28px;
}

@media only screen and (max-width: 991px) {
    .tbcms_accordion .tbcms_heading_section h2 {
        font-size: 20px;
    }

    .tbcms_accordion .tbcms_heading_section p {
        font-size: 14px;
    }

    .tbcms_accordion .accordion-button h3 {
        font-size: 15px;
    }

    .tbcms_accordion .accordion-body p {
        font-size: 14px;
    }

    .tbcms_accordion .tbcms_heading_section {
        margin-bottom: 30px;
    }
}

/* Faq Section Css End */

/* Footer Section Css Start */
.tbcms_footer {
    padding: 85px 0 20px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.tbcms_footer .tbcms_footer_item img {
    max-width: 100%;
    object-fit: contain;
}

.tbcms_footer .tbcms_footer_item p {
    color: var(--tbcms-border-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    margin: 20px 0;
}

.tbcms_footer .tbcms_footer_item h3 {
    font-size: 18px;
    font-weight: 600;
    color: var(--tbcms-white-color);
    line-height: 1.4;
}

.tbcms_footer .tbcms_footer_item .tbcms_footer_links {
    margin-top: 30px;
}

.tbcms_footer .tbcms_footer_links li {
    margin-bottom: 15px;
}

.tbcms_footer .tbcms_footer_links li a {
    font-size: 16px;
    font-weight: 400;
    color: var(--tbcms-border-color);
    line-height: 1.4;
}

.tbcms_footer .tbcms_footer_links li a:hover {
    color: var(--tbcms-primary);
}

.tbcms_footer .tbcms_social_footer {
    display: flex;
    gap: 25px;
    align-items: center;
}

.tbcms_footer .tbcms_social_footer li a i {
    font-size: 22px;
    color: var(--tbcms-white-color);
}

.tbcms_footer_copyRight {
    margin-top: 50px;
    padding-top: 36px;
    border-top: 1px solid #2d2d2d;
}

.tbcms_footer_copyRight p {
    font-size: 14px;
    color: var(--tbcms-white-color);
    text-align: center;
}

@media only screen and (max-width: 991px) {
    .tbcms_footer {
        padding: 50px 0 15px;
    }

    .tbcms_footer .tbcms_footer_item {
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .tbcms_footer .tbcms_footer_item p {
        font-size: 14px;
        margin: 15px 0;
    }

    .tbcms_footer .tbcms_footer_links li a {
        font-size: 14px;
    }

    .tbcms_footer .tbcms_footer_item .tbcms_footer_links {
        margin-top: 15px;
    }

    .tbcms_footer .tbcms_footer_item img {
        height: auto;
    }

    .tbcms_footer_copyRight {
        margin-top: 30px;
    }
}

/* New Footer Design */
.tbcms_footer_new {
    background-color: #242424;
    padding: 30px 0 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.tbcms_footer_container {
    max-width: 1630px;
    margin: 0 auto;
    padding: 0 15px;
}

.tbcms_footer_content {
    display: flex;
    align-items: center;
    gap: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.tbcms_footer_logo img {
    max-height: 80px;
    padding-right: 45px;
    width: auto;
    border-right: 2px solid #ffffff1a;
}

.tbcms-footer-right {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

.tbcms_footer_nav {
    display: flex;
    gap: 35px;
    align-items: center;
}

.tbcms_footer_nav a {
    color: #adadad;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    transition: color 0.3s ease;
}

.tbcms_footer_nav a:hover {
    color: #98C355;
}

.tbcms_footer_social {
    display: flex;
    gap: 20px;
    align-items: center;
}

.tbcms_footer_social a {
    color: #adadad;
    font-size: 18px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    text-decoration: none;
}

.tbcms_footer_social a:hover {
    background-color: #98C355;
    color: #ffffff;
}

.tbcms_footer_copyright {
    padding-top: 20px;
    text-align: center;
}

.tbcms_footer_copyright p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    margin: 0;
    text-align: end;
}

/* Responsive Footer */
@media only screen and (max-width: 991px) {
    .tbcms_footer_content {
        flex-direction: column;
        gap: 25px;
        text-align: center;
    }

    .tbcms_footer_nav {
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }

    .tbcms_footer_social {
        justify-content: center;
    }
}

@media only screen and (max-width: 767px) {
    .tbcms_footer_new {
        padding: 25px 0 15px;
    }

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

    .tbcms_footer_nav a {
        font-size: 14px;
    }

    .tbcms_footer_copyright p {
        font-size: 12px;
    }

    .tbcms_footer_social a {
        width: 32px;
        height: 32px;
        font-size: 16px;
    }
}

/* Footer Section Css End */