@import url("https://fonts.googleapis.com/css2?family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,100..900;1,100..900&display=swap");

:root {
    --thm-font: "Public Sans", sans-serif;
    --thm-font-b: "Exo", sans-serif;
    --thm-color: #020033;
    --thm-hover: #f30030;
    --thm-text: #4d5765;
    --white: #ffffff;
}

body {
    font-family: var(--thm-font);
    font-size: 16px;
    color: var(--thm-text);
}
.form-select:focus {
    box-shadow: none;
    border-color: var(--thm-hover);
}

.btn {
    padding: 17px 30px;
    border-radius: 0;
    font-size: 14px;
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
    z-index: 0;
    overflow: hidden;
}

.btn-primary {
    background-color: var(--thm-hover);
    color: var(--white);
    border: none;
}
.btn-primary:hover {
    background-color: var(--thm-color);
}
.form-label {
    font-weight: 500;
}
.form-control {
    padding: 13px 20px;
    font-size: 15px;
    border-radius: 0;
    border-color: var(--thm-hover);
}
.form-control:focus {
    box-shadow: none;
    border-color: var(--thm-color);
}
.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
    background-color: var(--thm-color);
    border-color: var(--thm-color);
}
.slick-slider {
    margin: 0 -12px;
}
.slick-slide {
    margin-right: 12px;
    margin-left: 12px;
}
.slick-arrow {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    font-size: 0;
    width: 56px;
    height: 56px;
    border-radius: 0px;
    border: none;
    background-color: rgba(255, 255, 255, 0.3);
    color: var(--white);
    text-align: center;
    display: flex;
    align-items: center;
    transition: all 0.3s ease-in-out;
    z-index: 2;
    background-image: url("../images/slick-right.png");
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: center;
}
.slick-arrow:hover {
    background-color: var(--thm-hover);
    color: var(--white);
}

.slick-next {
    left: unset;
    right: 20px;
    transform: translateY(-50%) rotate(180deg);
}

.slick-dots {
    display: flex;
    align-items: center;
    list-style: none;
    justify-content: center;
    margin-bottom: 0;
    padding-left: 0;
    margin-top: 20px;
}
.slick-dots li {
    line-height: 0;
}
.slick-dots li:not(:last-child) {
    margin-right: 10px;
}
.slick-dots li button {
    width: 10px;
    height: 10px;
    border-radius: 100px;
    border: none;
    font-size: 0;
    background-color: var(--thm-color);
    padding: 0;
}
.slick-dots li.slick-active button {
    background-color: var(--thm-hover);
}
/*---------- header start---------- */
.bc-header-section {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
}
.bc-top-header-swastik {
    padding-top: 5px;
}
.bc-top-info-swastik-image {
    text-align: center;
}
.bc-top-header {
    padding: 5px 0 20px;
}

.bc-top-header-left {
    display: flex;
    align-self: center;
}

.bc-top-info-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    color: #8993a1;
}
.bc-swastik-image {
    margin-right: 24px;
}
.bc-top-info-item {
    display: flex;
    text-wrap: nowrap;
    align-items: center;
}
.bc-top-info-item a {
    text-decoration: none;
    display: flex;
    text-wrap: nowrap;
    align-items: center;
    color: #8993a1;
}
.bc-top-info-item:not(:last-child) {
    margin-right: 24px;
}
.bc-top-info-item p {
    margin-bottom: 0;
}
.bc-top-info-item svg {
    margin-right: 10px;
}
.bc-header-social {
    display: flex;
    align-items: center;
}
.bc-header-social-label {
    color: #8993a1;
    margin-right: 10px;
}
.bc-header-social-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    margin-right: 20px;
}
.bc-header-social-item:not(:last-child) {
    margin-right: 10px;
}
.bc-header-social-link {
    width: 18px;
    height: 18px;
    line-height: 30px;
    color: #8993a1;
    font-size: 18px;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
    display: inline-block;
    text-align: center;
}
.bc-header-social-link:hover {
    color: var(--thm-hover);
}
.bc-top-header-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.bc-header-right-list {
    display: flex;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.navbar {
    padding: 0;
    background-color: rgba(255, 255, 255, 0.5);
    padding-left: 24px;
    padding-right: 24px;
}
.navbar-nav .nav-item {
    position: relative;
}

.navbar-nav .nav-link {
    margin: 0 12px;
    padding: 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 37px;
    padding-bottom: 37px;
    font-size: 16px;
    font-weight: 600;
    color: var(--thm-color);
    text-transform: uppercase;
    position: relative;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: var(--thm-hover);
}

.bc-mobile-more-btn {
    font-size: 35px;
    display: inline-block;
    color: var(--thm-hover);
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin-left: auto;
    margin-right: 15px;
    display: none;
}
.bc-mobile-more-btn.active ~ .bc-header-right {
    display: block;
    transform: scaleX(1);
}

.bc-hero-slider .slick-arrow {
    left: 120px;
}
.bc-hero-slider .slick-next {
    left: unset;
    right: 120px;
}
/*----------- header end---------- */
/* ------------mian css start-------------- */
/* hero section */
.ts-hero-slider-content {
    padding-top: 345px;
    padding-bottom: 240px;
    text-align: center;
}
.ts-hero-slider-title {
    font-size: 70px;
    font-weight: 700;
    color: var(--white);
    max-width: 950px;
    margin: 25px auto 20px;
}

.ts-hero-slider-description {
    font-size: 22px;
    color: var(--white);
    max-width: 1040px;
    margin: 0 auto 35px;
}

.ts-hero-slider-image {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
}
.ts-hero-slider-image.bc-slider-image-1 {
    background-image: url("../images/hero-bg-new.jpg");
}

.bc-slider-image-2 {
    background-image: url("../images/hero-2-new.jpg");
}
.bc-hero-slider.slick-slider {
    margin: 0 0;
}
.bc-hero-slider .slick-slide {
    margin-right: 0px;
    margin-left: 0px;
}

/* about section */
.bc-section-heading {
    margin-bottom: 50px;
    text-align: center;
}

.bc-section-title {
    font-size: 48px;
    font-weight: 600;
    font-family: var(--thm-font-b);
    color: var(--thm-color);
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
}

.bc-section-description {
    margin-bottom: 0;
    color: #444;
    padding-top: 10px;
    margin-left: auto;
    margin-right: auto;
}

.bc-about-section {
    padding: 120px 0;
}
.bc-about-content .bc-section-heading {
    margin-bottom: 30px;
    text-align: left;
}
.bc-about-image {
    padding-right: 32px;
}

.bc-about-content {
    padding-left: 32px;
}
.bc-about-info-image img {
    width: 60px;
}
.bc-about-info {
    margin-bottom: 20px;
}
.bc-about-info-title {
    margin: 0 0 10px;
    font-size: 18px;
    color: var(--thm-color);
    font-weight: 600;
}

.bc-about-info-description {
    margin-bottom: 10px;
}

.bc-section-title-label {
    display: inline-block;
    margin-bottom: 30px;
    font-weight: 600;
    color: var(--thm-hover);
    position: relative;
    padding-left: 15px;
}

.bc-section-title-label:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 50%;
    height: 24px;
    background-color: rgba(243, 0, 48, 0.15);
}
.bc-about-info-list {
    padding-left: 24px;
}
.bc-about-info-item {
    margin-bottom: 5px;
}
.bc-about-content .btn-primary {
    margin-top: 15px;
}
.bc-about-image {
    position: relative;
}
.bc-about-image img {
    border-radius: 15px;
}

.bc-about-satisfie-info {
    background-color: var(--white);
    padding: 15px 10px;
    border-radius: 15px;
    max-width: 340px;
    margin: 0 auto;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
}
.bc-about-satisfie-info img {
    border-radius: 15px 0 0 15px;
    max-width: 123px;
}
.bc-about-satisfie-content {
    margin-left: 27px;
}
.bc-about-satisfie-text {
    font-size: 46px;
    color: #ffc221;
    font-weight: 700;
    margin-bottom: 0;
}
.bc-about-satisfie-title {
    color: var(--thm-color);
    font-size: 18px;
    font-weight: 600;
}

/* info section start */
.bc-info-section {
    margin-top: -149px;
    z-index: 1;
    position: relative;
}
.bc-info-card {
    background-color: var(--white);
    padding: 30px 20px;
    text-align: center;
    border-bottom: 3px solid var(--thm-color);
    box-shadow: 0 11px 27px rgba(98, 93, 245, 0.14);
    height: 100%;
}
.bc-info-number {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    margin-bottom: 18px;
    background-color: var(--thm-color);
    display: inline-block;
    text-align: center;
    color: var(--white);
    line-height: 50px;
    font-size: 22px;
}

.bc-info-title {
    font-size: 24px;
    font-family: var(--thm-font-b);
    color: var(--thm-color);
    font-weight: 600;
    margin-bottom: 8px;
}

.bc-info-description {
    font-size: 16px;
    margin-bottom: 0;
}
.bc-about-list {
    margin-bottom: 15px;
}

.bc-about-item {
    margin-bottom: 5px;
}
/* info section end */
/* service section start */
.bc-service__inner {
    background-color: #0e121d;
    padding-bottom: 120px;
}
.bc-service-tab {
    flex-wrap: nowrap;
    margin-bottom: 50px;
}
.bc-service-tab .nav-item {
    width: 100%;
}
.bc-service-tab .nav-link {
    width: 100%;
    background-color: #eeeeee;
    padding: 20px 10px;
    border-radius: 0;
    border-right: 1px solid var(--thm-color);
    position: relative;
}
.bc-service-tab .nav-link.active::before {
    content: "";
    background-image: url("../images/service-before-arrow.png");
    background-repeat: no-repeat;
    position: absolute;
    bottom: -21px;
    left: 50%;
    transform: translateX(-50%);
    width: 47px;
    height: 26px;
}

.bc-service-tab-icon {
    display: inline-block;
    margin-bottom: 20px;
}
.bc-service-tab-text {
    font-size: 20px;
    font-family: var(--thm-font-b);
    font-weight: 600;
    margin-bottom: 0;
    color: var(--thm-color);
}
.bc-service-tab .nav-link svg {
    color: #020033;
    stroke: #020033;
}

.bc-service-tab .nav-link.active {
    background-color: var(--thm-hover);
    border-color: var(--thm-hover);
}
.bc-service-tab .nav-link.active svg {
    color: var(--white);
    stroke: var(--white);
}
.bc-service-tab .nav-link.active svg.svg-fill {
    fill: var(--white);
}
.bc-service-tab .nav-link.active .bc-service-tab-text {
    color: var(--white);
}

.bc-service-tab-content {
    background-color: #262a36;
}
.bc-service-tab-info {
    height: 100%;
    padding: 50px 0 50px 50px;
    color: var(--white);
}
.bc-service-tab-info-title {
    font-size: 40px;
    color: var(--white);
    font-weight: 600;
    margin-bottom: 20px;
    font-family: var(--thm-font-b);
}
.bc-service-tab-info-desc {
    color: var(--white);
    line-height: 1.2;
}
.bc-service-tab-info-image {
    height: 100%;
}
.bc-service-tab-info-image img {
    object-fit: cover;
    height: 100%;
}
.bc-service-content-title {
    font-size: 20px;
    margin-bottom: 10px;
}

.bc-service-content-desc {
    margin-bottom: 10px;
}
/* service section end */
/* testimonial section start */
.bc-testimonial-section {
    padding: 120px 0 100px;
}

.bc-testimonial-slider .slick-arrow {
    background-color: rgba(0, 0, 0, 0.3);
    height: 30px;
    width: 30px;
}
.bc-testimonial-slider .slick-track {
    display: flex !important;
}

.bc-testimonial-slider .slick-slide {
    height: inherit !important;
    padding-bottom: 20px;
}
.bc-testimonial-slide__inner {
    text-align: center;
    padding: 30px 20px 30px;
    background-image: url("../images/testi-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.05);
    height: 100%;
    transition: all 0.3s ease-in-out;
}

.bc-testimonial-image {
    text-align: center;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border: 5px solid var(--white);
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
    z-index: 9;
    position: relative;
}
.bc-testimonial-image::before {
    content: "";
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 10px solid var(--white);
    position: absolute;
    bottom: -14px;
    left: 50%;
    transform: translateX(-50%);
}

.bc-testimonial-image img {
    width: 100%;
    object-fit: cover;
}

.bc-testimonial-content {
    text-align: center;
}
.bc-testimonial-title {
    font-size: 20px;
    color: var(--thm-color);
    margin-bottom: 10px;
    font-family: var(--thm-font-b);
    font-weight: 600;
}

.bc-testimonal-description {
    color: var(--thm-text);
    margin-bottom: 0;
}

.bc-testimonial-slide:hover .bc-testimonial-slide__inner {
    background-color: #020033;
}

.bc-testimonial-slide:hover .bc-testimonial-title {
    color: var(--white);
}
.bc-testimonial-slide:hover .bc-testimonal-description {
    color: var(--white);
}
/* testimonial section end */
/* image slider section start */
.bc-image-slider-slider .slick-slide {
    margin-right: 0px;
    margin-left: 0px;
}
.bc-image-slider-slider.slick-slider {
    margin: 0 0;
}

.bc-image-slider-slider .slick-arrow {
    left: 120px;
}

.bc-image-slider-slider .slick-next {
    left: unset;
    right: 120px;
}
/* image slider section end */
/* contact section start */
.bc-contact-section {
    padding-top: 120px;
    background-color: #f6f6f6;
}

.bc-contact-wrapper {
    margin-bottom: 26px;
}

.bc-contact-info {
    border: 1px solid #ecf1f9;
    background-color: var(--white);
    padding: 30px 20px;
    display: flex;
    margin-bottom: 24px;
    height: calc(100% - 24px);
}

.bc-contact-icon {
    width: 70px;
    height: 70px;
    background-color: #f4f4f4;
    margin-right: 18px;
    line-height: 70px;
    text-align: center;
}
.bc-contact-content {
    flex: 1;
}

.bc-contact-title {
    font-size: 20px;
    font-family: var(--thm-font-b);
    color: var(--thm-color);
    margin-bottom: 5px;
    font-weight: 600;
}

.bc-contact-description {
    color: var(--thm-text);
    margin-bottom: 5px;
    overflow-wrap: anywhere;
}
.bc-contact-description a {
    text-decoration: none;
    color: var(--thm-text);
}

.bc-contact-description:last-child {
    margin-bottom: 0;
}

.bc-contact-map {
    filter: grayscale(1);
    line-height: 0;
    height: 650px;
    width: 100%;
}
/* contact section end */
/* ------------mian css end-------------- */
/* ----------footer section start---------- */
.bc-footer-section {
    position: relative;
}
.bc-footer-center {
    padding: 120px 0 120px;
    background-color: #0e121d;
}
.bc-footer-logo {
    display: inline-block;
    margin-bottom: 30px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}
.bc-footer-about-description {
    color: #b2b2b2;
    margin-bottom: 0px;
}

.bc-footer-block {
    padding-left: 50px;
}

.bc-footer-block-title {
    font-size: 24px;
    color: var(--white);
    margin-bottom: 30px;
    font-family: var(--thm-font-b);
    font-weight: 600;
}

.bc-footer-block-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.bc-footer-block-item:not(:last-child) {
    margin-bottom: 10px;
}

.bc-footer-block-link {
    display: inline-block;
    text-decoration: none;
    color: #b2b2b2;
    transition: all 0.4s ease-in-out;
}

.bc-footer-block-link svg {
    font-size: 18px;
    position: relative;
    margin-right: 5px;
    fill: #b2b2b2;
    transition: all 0.4s ease-in-out;
}

.bc-footer-block-link:hover {
    color: var(--thm-hover);
}
.bc-footer-block-link:hover svg {
    fill: var(--thm-hover);
}

.bc-footer-contact-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.bc-footer-contact-item:not(:last-child) {
    margin-bottom: 10px;
}
.bc-footer-contact-link {
    display: inline-block;
    text-decoration: none;
    color: #b2b2b2;
    transition: all 0.5s ease-in-out;
    padding-left: 30px;
    position: relative;
    overflow-wrap: anywhere;
    margin-bottom: 0;
}
.bc-footer-contact-link svg {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-right: 10px;
}
.bc-footer-social-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
}
.bc-footer-social-item:not(:last-child) {
    margin-right: 10px;
}

.bc-footer-social-link {
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background-color: #3d4250;
    color: var(--white);
    transition: all 0.3s ease-in-out;
    display: inline-block;
}
.bc-footer-social-link:hover {
    background-color: var(--thm-hover);
    color: var(--white);
}
.bc-footer-bottom {
    padding: 20px 0;
    background-color: #262a36;
}

.bc-footer-copyright-text {
    text-align: center;
    margin-bottom: 0;
    color: #afb0b7;
}

/* ----------footer section end---------- */
.bc-back-to-top-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    background-color: var(--thm-hover);
    color: var(--white);
    border: none;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    line-height: 60px;
    text-align: center;
    font-size: 30px;
    cursor: pointer;
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
    z-index: 1000;
}
.bc-back-to-top-btn:hover {
    background-color: var(--thm-color);
    transform: scale(1.1);
}
/*============= media query start ============ */

@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1244px;
    }
    .bc-header-section .container {
        max-width: 1320px;
    }
    .bc-top-info-item {
        font-size: 14px;
    }
}

@media (min-width: 1800px) {
    .bc-hero-slider .slick-dots {
        right: 20%;
    }
    .bc-header-section .container {
        max-width: 1680px;
    }
}

@media (max-width: 1550px) {
    .ts-hero-slider-title {
        font-size: 60px;
    }
    .ts-hero-slider-description {
        font-size: 18px;
    }
    .bc-service-tab .nav-link svg {
        width: 80px;
        height: 80px;
    }
}
@media (max-width: 1199px) {
    .bc-client-slider .slick-arrow {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
    .bc-center-header {
        margin-top: 10px;
    }
    .navbar-brand img {
        max-width: 200px;
    }
    .navbar-nav .nav-link {
        font-size: 14px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .bc-top-header {
        display: none;
    }
    .bc-hero-slider .slick-arrow {
        left: 20px;
        width: 45px;
        height: 45px;
        background-size: 20px;
    }
    .bc-hero-slider .slick-next {
        left: unset;
        right: 20px;
    }

    .ts-hero-slider-content {
        max-width: 85%;
        margin: 0 auto;
        padding-top: 200px;
    }
    .ts-hero-slider-title {
        font-size: 45px;
        max-width: 100%;
    }

    .bc-info-title {
        font-size: 20px;
    }
    .bc-info-description {
        font-size: 14px;
    }
    .bc-section-title-label {
        margin-bottom: 20px;
    }
    .bc-section-title {
        font-size: 36px;
    }
    .bc-service-tab .nav-link {
        padding: 10px 5px;
    }
    .bc-service-tab-icon {
        margin-bottom: 10px;
    }
    .bc-service-tab .nav-link svg {
        width: 60px;
        height: 60px;
    }
    .bc-service-tab-text {
        font-size: 18px;
    }
    .bc-service-tab .nav-link.active::before {
        width: 30px;
        height: 17px;
        background-size: 30px;
        bottom: -17px;
    }
    .bc-service-tab-info {
        padding: 40px 0 40px 40px;
    }
    .bc-service-tab-info-title {
        font-size: 32px;
    }
    .bc-service-tab-info-desc {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .bc-image-slider-slider .slick-arrow {
        left: 20px;
        width: 45px;
        height: 45px;
        background-size: 20px;
    }
    .bc-image-slider-slider .slick-next {
        left: unset;
        right: 20px;
    }
    .bc-contact-map {
        height: 450px;
    }
    .bc-footer-center {
        padding: 90px 0 90px;
    }
    .bc-footer-block {
        padding-left: 0;
    }
}
@media (max-width: 991px) {
    .bc-client-slider .slick-arrow {
        left: calc(50% - 40px);
        top: calc(100% - -50px);
    }
    .bc-client-slider .slick-next {
        left: unset;
        right: calc(50% - 40px);
    }
    .navbar {
        background-color: rgba(255, 255, 255, 1);
        padding: 15px 20px;
    }
    .navbar-toggler {
        padding: 0;
        border: none;
        background-image: none;
        display: flex;
        flex-direction: column;
    }
    .navbar-toggler:focus {
        border: none;
        box-shadow: none;
    }
    .navbar-toggler-icon {
        margin-bottom: 6px;
        width: 30px;
        height: 3px;
        display: inline-block;
        background-image: none;
        background-color: var(--thm-color);
        border-radius: 100%;
    }
    .navbar-toggler-icon:last-child {
        margin-bottom: 0;
    }
    .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
        margin-bottom: 0;
    }
    .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-child(1) {
        transform: rotate(-45deg);
        margin-bottom: -6px;
    }
    .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-child(2) {
        opacity: 0;
    }
    .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-child(3) {
        transform: rotate(45deg);
    }
    .bc-header-right {
        display: none;
    }
    .bc-header-right .btn-primary {
        padding: 10px 20px;
    }

    .navbar-nav {
        margin-top: 10px;
    }
    .navbar-nav .nav-item {
        border-top: 1px solid #ddd;
        padding: 0;
        position: relative;
    }
    .navbar-nav .nav-link {
        padding: 15px 20px !important;
        margin: 0;
    }

    .navbar-nav .nav-link:hover {
        color: unset;
    }
    .navbar-nav .nav-link.active {
        color: var(--thm-hover);
    }

    .bc-hero-slider .slick-dots {
        top: auto;
        right: 0;
        left: 0;
        bottom: 55px;
        transform: translateY(0);
        display: flex;
    }
    .bc-hero-slider .slick-dots li:not(:last-child) {
        margin-bottom: 0;
        margin-right: 14px;
    }
    .ts-hero-slider-content {
        padding-top: 160px;
        padding-bottom: 90px;
        text-align: center;
    }
    .ts-hero-slider-title {
        font-size: 35px;
        max-width: 100%;
    }
    .ts-hero-slider-description {
        font-size: 16px;
    }
    .ts-hero-slider-btn .btn {
        padding: 8px 18px;
    }
    .bc-info-section {
        margin-top: 0;
    }
    .bc-info-section {
        padding: 80px 0 0;
    }
    .bc-info-card {
        margin-bottom: 24px;
        height: calc(100% - 24px);
    }
    .bc-about-section {
        padding: 56px 0 80px;
    }
    .bc-about-content {
        padding-left: 0;
    }
    .bc-about-content .bc-section-title {
        max-width: 100%;
        font-size: 26px;
    }
    .bc-section-heading {
        margin-bottom: 30px;
    }
    .bc-section-title-label {
        font-size: 14px;
        margin-bottom: 15px;
    }
    .bc-section-title {
        font-size: 28px;
    }
    .bc-about-image {
        margin-bottom: 30px;
    }

    .bc-service__inner {
        padding-bottom: 80px;
    }
    .bc-service-tab-info-title {
        font-size: 28px;
    }
    .bc-service-tab-info {
        padding: 30px 0 30px 30px;
    }
    .bc-service-tab {
        margin-bottom: 40px;
    }
    .btn {
        padding: 12px 24px;
    }
    .bc-testimonial-section {
        padding: 80px 0 60px;
    }
    .bc-testimonal-description {
        font-size: 14px;
    }
    .bc-contact-section {
        padding: 80px 0 0;
    }
    .bc-contact-info {
        padding: 15px 15px;
    }
    .bc-contact-icon {
        width: 55px;
        height: 55px;
        line-height: 55px;
    }
    .bc-contact-icon svg {
        width: 30px;
        height: 30px;
    }
    .bc-contact-title {
        font-size: 18px;
    }
    .bc-contact-description {
        font-size: 14px;
    }
    .bc-contact-map {
        height: 350px;
    }

    .bc-footer-center {
        padding: 60px 0 30px;
    }
    .bc-footer-about {
        margin-bottom: 30px;
    }
    .bc-footer-block {
        margin-bottom: 30px;
    }
    .bc-footer-block-title {
        font-size: 20px;
        margin-bottom: 20px;
    }
}
@media (max-width: 767px) {
    .bc-contact-info-list {
        flex-direction: column;
    }
    .bc-contact-info-item {
        margin-right: 0;
    }
    .bc-top-header-contact {
        text-align: center;
    }
    .bc-top-header-right {
        justify-content: center;
        margin-top: 10px;
    }
    .ts-hero-slider-content {
        padding-top: 140px;
        padding-bottom: 80px;
    }
    .ts-hero-slider-title {
        font-size: 28px;
    }
    .bc-hero-slider .slick-dots button {
        width: 30px;
        height: 30px;
    }
    .bc-info-section {
        padding: 60px 0 0;
    }
    .bc-info-card {
        padding: 20px 15px;
    }
    .bc-about-section {
        padding: 36px 0 60px;
    }
    .bc-about-info-image img {
        width: 40px;
    }
    .bc-about-info-title {
        font-size: 18px;
    }
    .bc-service__inner {
        padding-bottom: 60px;
    }
    .bc-service-tab .nav-link {
        padding: 5px 5px;
    }
    .bc-service-tab .nav-link svg {
        width: 35px;
        height: 35px;
    }
    .bc-service-tab-text {
        font-size: 12px;
        overflow: hidden;
        width: 65px;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .bc-service-tab .nav-link.active::before {
        width: 20px;
        height: 12px;
        background-size: 20px;
        bottom: -12px;
    }
    .bc-service-tab {
        margin-bottom: 24px;
    }
    .bc-service-tab-info {
        padding: 20px;
    }
    .bc-service-tab-info-title {
        font-size: 24px;
    }
    .bc-testimonial-section {
        padding: 60px 0 40px;
    }
    .bc-contact-section {
        padding: 60px 0 0;
    }
    .bc-contact-wrapper {
        margin-bottom: 14px;
    }
    .bc-footer-center {
        padding: 50px 0 20px;
    }
}

/*============= media query end ============ */
