:root {
    --colorPrimary: #ff7f46;
    --colorBlue: #4582ff;
    --colorGreen: #00d6d3;
    --colorBlack: #0f2239;
    --paraColor: #636363;
    --ratingColor: #f1cc38;
    --colorWhite: #ffffff;
    --paraFont: 'Rubik', sans-serif;
    --headingFont: 'Montserrat', sans-serif;
    --box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-primary-text: #0a58ca;
    --bs-secondary-text: #6c757d;
    --bs-success-text: #146c43;
    --bs-info-text: #087990;
    --bs-warning-text: #997404;
    --bs-danger-text: #b02a37;
    --bs-light-text: #6c757d;
    --bs-dark-text: #495057;
    --bs-primary-bg-subtle: #cfe2ff;
    --bs-secondary-bg-subtle: #f8f9fa;
    --bs-success-bg-subtle: #d1e7dd;
    --bs-info-bg-subtle: #cff4fc;
    --bs-warning-bg-subtle: #fff3cd;
    --bs-danger-bg-subtle: #f8d7da;
    --bs-light-bg-subtle: #fcfcfd;
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: #9ec5fe;
    --bs-secondary-border-subtle: #e9ecef;
    --bs-success-border-subtle: #a3cfbb;
    --bs-info-border-subtle: #9eeaf9;
    --bs-warning-border-subtle: #ffe69c;
    --bs-danger-border-subtle: #f1aeb5;
    --bs-light-border-subtle: #e9ecef;
    --bs-dark-border-subtle: #adb5bd;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-emphasis-color: #000;
    --bs-emphasis-color-rgb: 0, 0, 0;
    --bs-secondary-color: rgba(33, 37, 41, 0.75);
    --bs-secondary-color-rgb: 33, 37, 41;
    --bs-secondary-bg: #e9ecef;
    --bs-secondary-bg-rgb: 233, 236, 239;
    --bs-tertiary-color: rgba(33, 37, 41, 0.5);
    --bs-tertiary-color-rgb: 33, 37, 41;
    --bs-tertiary-bg: #f8f9fa;
    --bs-tertiary-bg-rgb: 248, 249, 250;
    --bs-body-bg: #fff;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-link-color: #0d6efd;
    --bs-link-color-rgb: 13, 110, 253;
    --bs-link-decoration: underline;
    --bs-link-hover-color: #0a58ca;
    --bs-link-hover-color-rgb: 10, 88, 202;
    --bs-code-color: #d63384;
    --bs-highlight-bg: #fff3cd;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-2xl: 2rem;
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0 0.5rem 1rem rgba(var(--bs-body-color-rgb), 0.15);
    --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(var(--bs-body-color-rgb), 0.075);
    --bs-box-shadow-lg: 0 1rem 3rem rgba(var(--bs-body-color-rgb), 0.175);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(var(--bs-body-color-rgb), 0.075);
    --bs-emphasis-color: #000;
    --bs-form-control-bg: var(--bs-body-bg);
    --bs-form-control-disabled-bg: var(--bs-secondary-bg);
    --bs-highlight-bg: #fff3cd;
    --bs-breakpoint-xs: 0;
    --bs-breakpoint-sm: 576px;
    --bs-breakpoint-md: 768px;
    --bs-breakpoint-lg: 992px;
    --bs-breakpoint-xl: 1200px;
    --bs-breakpoint-xxl: 1400px;
}

.services-thumb {
    border-radius: 10px 10px 0 100px;
    overflow: hidden;
    position: relative;
}
div.services-thumb img {
    height: 200px;
    object-fit: cover;
    width: 100%;
}
.services-content {
    padding: 30px 30px 30px;
    position: relative;
}

.services-content .title {
    color: #347fc1;
    font-size: 25px;
    font-weight: 700;
}

.services-content p {
    margin-top: 20px;
    text-align: justify;
    color: #3e4073;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.7;
}

.services-content .icon {
    width: 70px;
    height: 70px;
    background: #ecf6fa;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    line-height: 0;
    color: #0763a3;
    border: 3px solid #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 30px;
    top: -55px;
    z-index: 2;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

.services-item {
    background: white;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    margin-bottom: 30px;
}

@font-face {
    font-family: "flaticon";
    src: url("../fonts/flaticon.eot");
    src: url("../fonts/flaticon.eot?#iefix") format("embedded-opentype"),
    url("../fonts/flaticon.woff2") format("woff2"),
    url("../fonts/flaticon.woff") format("woff"),
    url("../fonts/flaticon.ttf") format("truetype"),
    url("../fonts/flaticon.svg#Flaticon") format("svg");
}

i[class^="flaticon-"]:before, i[class*=" flaticon-"]:before {
    font-family: flaticon !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.flaticon-pin:before {
    content: "\f101";
}
.flaticon-iphone:before {
    content: "\f102";
}
.flaticon-phone-call:before {
    content: "\f103";
}
.flaticon-mail:before {
    content: "\f104";
}
.flaticon-envelope:before {
    content: "\f105";
}
.flaticon-down:before {
    content: "\f106";
}
.flaticon-next:before {
    content: "\f107";
}
.flaticon-chevron:before {
    content: "\f108";
}
.flaticon-right:before {
    content: "\f109";
}
.flaticon-right-arrow:before {
    content: "\f10a";
}
.flaticon-arrow-button:before {
    content: "\f10b";
}
.flaticon-user:before {
    content: "\f10c";
}
.flaticon-shopping-cart:before {
    content: "\f10d";
}
.flaticon-shopping-bag:before {
    content: "\f10e";
}
.flaticon-online-shopping:before {
    content: "\f10f";
}
.flaticon-time:before {
    content: "\f110";
}
.flaticon-profit:before {
    content: "\f111";
}
.flaticon-email:before {
    content: "\f112";
}
.flaticon-investment:before {
    content: "\f113";
}
.flaticon-investment-1:before {
    content: "\f114";
}
.flaticon-pie-chart:before {
    content: "\f115";
}
.flaticon-talk:before {
    content: "\f116";
}
.flaticon-trophy:before {
    content: "\f117";
}
.flaticon-happy:before {
    content: "\f118";
}
.flaticon-china:before {
    content: "\f119";
}
.flaticon-budget:before {
    content: "\f11a";
}
.flaticon-report:before {
    content: "\f11b";
}
.flaticon-finance:before {
    content: "\f11c";
}
.flaticon-targeted:before {
    content: "\f11d";
}
.flaticon-target:before {
    content: "\f11e";
}
.flaticon-financial-profit:before {
    content: "\f11f";
}
.flaticon-piggy-bank:before {
    content: "\f120";
}
.flaticon-graph:before {
    content: "\f121";
}
.flaticon-light-bulb:before {
    content: "\f122";
}
.flaticon-startup:before {
    content: "\f123";
}
.flaticon-life-insurance:before {
    content: "\f124";
}
.flaticon-travel-insurance:before {
    content: "\f125";
}
.flaticon-protection:before {
    content: "\f126";
}
.flaticon-insurance-agent:before {
    content: "\f127";
}
.flaticon-healthcare:before {
    content: "\f128";
}
.flaticon-motorbike:before {
    content: "\f129";
}
.flaticon-ship:before {
    content: "\f12a";
}
.flaticon-house:before {
    content: "\f12b";
}
.flaticon-handshake:before {
    content: "\f12c";
}
.flaticon-suitcase:before {
    content: "\f12d";
}

/* activities slider area start */
.tf__activities_slider_area .tf__heading_area h5,
.tf__activities_slider_area .tf__heading_area h2 {
    color: var(--colorWhite);
}

.tf__activities_slider_area .tf__heading_area h5::after,
.tf__activities_slider_area .tf__heading_area h5::before {
    background: var(--colorWhite);
}

.tf__activities_slider_area .tf__activities_item {
    border: none !important;
    position: relative;
    margin-left: 12px;
    margin-right: 12px;
    margin-bottom: 5px;
}

.tf__activities_slider_area .tf__activities_item::after {
    position: absolute;
    content: "";
    width: 95%;
    height: 92%;
    border: 1px dashed #fff;
    border-top-right-radius: 70px;
    border-bottom-left-radius: 70px;
    top: 8px;
    left: 8px;
}

.tf__activities_slider_area .tf__activities_item:hover {
    background: var(--colorBlack);
    margin-top: 10px;
}

.tf__activities_slider_area .tf__activities_item:hover h3 {
    color: var(--colorWhite);
}

/* activities slider area end */

/*----- ACTIVITIES END-----*/
.tf__activities_text p {
    margin-bottom: 5px;
    max-width: 75%;
}

.tf__activities_item {
    border: 1px solid #ddd;
    background: var(--colorWhite);
    text-align: center;
    padding: 40px;
    border-top-right-radius: 70px;
    border-bottom-left-radius: 70px;
    margin-top: 25px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.tf__activities_item span {
    display: block;
    width: 100px;
    height: 100px;
    background: var(--colorPrimary);
    line-height: 100px;
    font-size: 40px;
    border-radius: 50%;
    color: var(--colorWhite);
    margin: 0 auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.tf__activities_item h3 {
    font-size: 22px;
    font-weight: 700;
    text-transform: capitalize;
    margin-top: 25px;
}

.tf__activities_item.light_blue span {
    background: #8e56ff;
}

.tf__activities_item.light_blue:hover {
    border: 1px dashed #8e56ff;
}

.tf__activities_item.orange span {
    background: #ff7f46;
}

.tf__activities_item.orange:hover {
    border: 1px dashed #ff7f46;
}

.tf__activities_item.green span {
    background: #1ab69d;
}

.tf__activities_item.green:hover {
    border: 1px dashed #1ab69d;
}

.tf__activities_item.blue span {
    background: #5287f8;
}

.tf__activities_item.blue:hover {
    border: 1px dashed #5287f8;
}

.tf__activities_img {
    width: 815px;
    height: 730px;
    margin-left: 45px;
}
.tf__heading_area {
    text-align: center;
}

.tf__activities_slider_area .tf__heading_area h5, .tf__activities_slider_area .tf__heading_area h2 {
    color: var(--colorWhite);
}
.tf__heading_area h5 {
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--colorBlue);
    font-family: var(--paraFont);
    position: relative;
    display: inline-block;
}
.tf__activities_slider_area .tf__heading_area h5::after, .tf__activities_slider_area .tf__heading_area h5::before {
    background: var(--colorWhite);
}

.tf__heading_area h5::after, .tf__heading_area h5::before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background: var(--colorBlue);
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.tf__heading_area h2 {
    font-size: 40px;
    font-weight: 700;
    margin-top: 15px;
    text-transform: capitalize;
}
.tf__heading_area h5 {
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--colorBlue);
    font-family: var(--paraFont);
    position: relative;
    display: inline-block;
}
.tf__heading_area h5::before {
    left: auto;
    right: -20px;
}
.slick-dots li {
    line-height: 0;
    list-style: none;
    margin: 0;
    padding: 0;
}
.testi_slider_2 .slick-dots li button, .popular_service_slider .slick-dots li button, .blog_slider .slick-dots li button, .testimonial_slider .slick-dots li button, .work_slider .slick-dots li button, .event_slider .slick-dots li button {
    font-size: 0;
    width: 15px;
    height: 7px;
    background: #ddd;
    border-radius: 30px;
    margin: 0px 2px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
    border: none;
}
.testi_slider_2 .slick-dots, .popular_service_slider .slick-dots, .blog_slider .slick-dots, .testimonial_slider .slick-dots, .work_slider .slick-dots, .event_slider .slick-dots {
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}
.pb_100 {
    padding-bottom: 100px !important;
}
.pt_95 {
    padding-top: 95px !important;
}

.testi_slider_2 .slick-dots li.slick-active button, .popular_service_slider .slick-dots li.slick-active button, .blog_slider .slick-dots li.slick-active button, .testimonial_slider .slick-dots li.slick-active button, .work_slider .slick-dots li.slick-active button, .event_slider .slick-dots li.slick-active button 
 {
    width: 34.4451px;
    background-color: rgb(247, 148, 104);
}



.container-custom {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
  }
  
  /* Modify for larger screens */
  @media (min-width: 768px) {
    .container-custom {
      max-width: 720px;
    }
  }
  
  @media (min-width: 992px) {
    .container-custom {
      max-width: 960px;
    }
  }
  
  @media (min-width: 1200px) {
    .container-custom {
      max-width: 1140px;
    }
  }
  
  @media (min-width: 1400px) {
    .container-custom {
      max-width: 1320px;
    }
  }
  
  
  @media (min-width: 1200px) {
    .container-custom-lg {
      max-width: 1200px; /* Example of a wider container at larger screens */
    }
  }

/* FAQ START */
.tf__faq_img {
    width: 720px;
    height: 720px;
    border-radius: 50%;
    border: 10px solid var(--colorWhite);
    position: relative;
    left: -150px;
}
.tf__faq {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative;
}
.tf__faq .container {
    position: relative;
}
.tf__faq_img img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.tf__faq_text {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}

.tf__heading_area_left {
    text-align: left;
}
.mb_25 {
    margin-bottom: 25px !important;
}
.tf__heading_area h5 {
    margin: 0;
    padding: 0;
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--colorBlue);
    font-family: var(--paraFont);
    position: relative;
    display: inline-block;
    margin-left: 20px;
}

.tf__heading_area h2 {
    font-size: 40px;
    font-weight: 700;
    margin-top: 15px;
    text-transform: capitalize;
    margin: 0;
    padding: 0;
    color: var(--colorBlack);
    font-family: var(--headingFont);
}
.tf__faq_text .description {
    max-width: 75%;
    margin-bottom: 7px;
}
/* Accordian start */
.tf__faq_accordion .accordion-item {
    color: var(--bs-accordion-color);
    background-color: var(--bs-accordion-bg);
}

.tf__faq_accordion .accordion-item {
    margin-top: 30px;
    border-radius: 5px;
    overflow: hidden;
    border: none;
}



.tf__faq_accordion .accordion-header {
    border: none !important;
}
.accordion-header {
    margin-bottom: 0;
}
.tf__faq_accordion .accordion-header button {
    font-size: 17px;
    font-weight: 500;
    color: var(--paraColor);
    font-family: var(--paraFont);
    background: var(--colorWhite);

    padding: 0px 55px 0px 70px;
    border-radius: 5px !important;
    box-shadow: none;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}
.accordion-button {
    position: relative;
    display: flex
;
    align-items: center;
    width: 100%;
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
    font-size: 1rem;
    color: var(--bs-accordion-btn-color);
    text-align: left;
    background-color: var(--bs-accordion-btn-bg);
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition);
}


.tf__faq_accordion .accordion-header button::before {
    position: absolute;
    content: "\f00c";
    color: var(--colorWhite);
    background: var(--colorPrimary);
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    top: 14px;
    left: 23px;
    font-size: 12px;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.tf__faq_accordion .accordion-button:not(.collapsed)::after {
    background: url(../images/arrow_icon_2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 15px;
    height: 15px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}

.tf__faq_accordion .accordion-header button::after {
    background: url(../images/arrow_icon_1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 18px;
    right: 20px;
}

.tf__faq_accordion .accordion-item.green button::before {
    background: #1ab69d;
}
.tf__faq_accordion .accordion-item.red button::before {
    background: #ff5b5c;
}
.tf__faq_accordion .accordion-item.blue button::before {
    background: #4582ff;
}

.tf__faq_accordion .accordion-header button:not(.collapsed) {
    background: var(--colorPrimary) !important;
    color: var(--colorWhite) !important;
}
.tf__faq_accordion .accordion-header button:not(.collapsed)::before {
    background: var(--colorWhite);
    color: var(--colorPrimary);
}

.tf__heading_area h5::after, .tf__heading_area h5::before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background: var(--colorBlue);
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.tf__faq .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex
;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}
@media (min-width: 1400px) and (max-width: 1700px) {
    .tf__faq_img {
        width: 650px;
        height: 650px;
        left: -50px;
    }
}
/* Accoridan end */
/* FAQ END */

/* Service page category css  start*/
.tf__single_category {
    position: relative;
    margin-top: 25px;
}

.tf__single_category_icon {
    width: 100px;
    height: 100px;
    background: var(--colorBlue);
    line-height: 100px;
    text-align: center;
    color: var(--colorWhite);
    font-size: 40px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
    transition: all linear .3s;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.tf__single_category_text {
    max-height: 250px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 50px;
    margin-left: 50px;
    padding-left: 80px;
    position: relative;
    border-radius: 5px;
    border-left: 3px solid var(--colorBlue);
    overflow: hidden;
    transform: skewX(-10deg);
    -webkit-transform: skewX(-10deg);
    -moz-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    -o-transform: skewX(-10deg);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.tf_managment_standard {
    background: url('../images/management-stamdard.png');
}
.tf_business_excellence {
    background: url('../images/business-excellence.png');

}

.tf__single_category_text::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #f3f7fb;
    top: 0;
    left: 0;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.tf__single_category_text h3 {
    position: relative;
    z-index: 1;
    font-size: 22px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 10px;
    transition: all linear .3s;
    transform: skewX(10deg);
    -webkit-transform: skewX(10deg);
    -moz-transform: skewX(10deg);
    -ms-transform: skewX(10deg);
    -o-transform: skewX(10deg);
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.tf__single_category_text p {
    position: relative;
    z-index: 1;
    padding-left: 8px;
    transition: all linear .3s;
    transform: skewX(10deg);
    -webkit-transform: skewX(10deg);
    -moz-transform: skewX(10deg);
    -ms-transform: skewX(10deg);
    -o-transform: skewX(10deg);
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.tf__single_category:hover .tf__single_category_text::after {
    opacity: .85;
}

.tf__single_category:hover .tf__single_category_icon {
    background: var(--colorWhite) !important;
}

.tf__single_category:hover h3,
.tf__single_category:hover p {
    color: var(--colorWhite);
}


.tf__single_category.light_blue .tf__single_category_icon {
    background: #8e56ff;
}

.tf__single_category.light_blue .tf__single_category_text {
    border-color: #8e56ff;
}

.tf__single_category.light_blue:hover .tf__single_category_text::after {
    background: #8e56ff;
}

.tf__single_category.light_blue:hover .tf__single_category_icon {
    color: #8e56ff;
}


.tf__single_category.blue .tf__single_category_icon {
    background: #4582ff;
}

.tf__single_category.blue .tf__single_category_text {
    border-color: #4582ff;
}

.tf__single_category.blue:hover .tf__single_category_text::after {
    background: #4582ff;
}

.tf__single_category.blue:hover .tf__single_category_icon {
    color: #4582ff;
}


.tf__single_category.green .tf__single_category_icon {
    background: #1ab69d;
}

.tf__single_category.green .tf__single_category_text {
    border-color: #1ab69d;
}

.tf__single_category.green:hover .tf__single_category_text::after {
    background: #1ab69d;
}

.tf__single_category.green:hover .tf__single_category_icon {
    color: #1ab69d;
}


.tf__single_category.gray .tf__single_category_icon {
    background: #ada729;
}

.tf__single_category.gray .tf__single_category_text {
    border-color: #ada729;
}

.tf__single_category.gray:hover .tf__single_category_text::after {
    background: #ada729;
}

.tf__single_category.gray:hover .tf__single_category_icon {
    color: #ada729;
}


.tf__single_category.orange .tf__single_category_icon {
    background: #ff7f46;
}

.tf__single_category.orange .tf__single_category_text {
    border-color: #ff7f46;
}

.tf__single_category.orange:hover .tf__single_category_text::after {
    background: #ff7f46;
}

.tf__single_category.orange:hover .tf__single_category_icon {
    color: #ff7f46;
}


.tf__single_category.red .tf__single_category_icon {
    background: #ff5b5c;
}

.tf__single_category.red .tf__single_category_text {
    border-color: #ff5b5c;
}

.tf__single_category.red:hover .tf__single_category_text::after {
    background: #ff5b5c;
}

.tf__single_category.red:hover .tf__single_category_icon {
    color: #ff5b5c;
}

/* Service page category css end */

/* popular services start */
.tf__popular_services {
    background: #f3f7fb;
}

.tf__popular_service_single {
    max-height: 416px;
    background: url(../images/popular_ervices_bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 40px;
    position: relative;
    text-align: center;
    border-bottom: 2px solid var(--colorBlack);
    border-radius: 5px;
    overflow: hidden;
    margin: 0px 12px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.tf__popular_service_single::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: var(--colorWhite);
    top: 0;
    left: 0;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.tf__popular_service_single span {
    position: relative;
    z-index: 1;
    display: block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 40px;
    text-align: center;
    background: #eee;
    color: var(--colorWhite);
    border-radius: 50%;
    margin: 0 auto;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.tf__popular_service_single h3 {
    font-size: 20px;
    line-height: 1.6;
    font-weight: 700;
    text-transform: capitalize;
    position: relative;
    z-index: 1;
    margin-top: 30px;
    margin-bottom: 10px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.tf__popular_service_single p {
    position: relative;
    z-index: 1;
    margin-bottom: 25px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.tf__popular_service_single a {
    display: none;
}

.tf__popular_service_single.red span {
    background: #f05c72;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.tf__popular_service_single.red:hover span {
    color: #f05c72;
}

.tf__popular_service_single.red a {
    color: #f05c72;
}

.tf__popular_service_single.green span {
    background: #1ab69d;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.tf__popular_service_single.green:hover span {
    color: #1ab69d;
}

.tf__popular_service_single.green a {
    color: #1ab69d;
}

.tf__popular_service_single.blue span {
    background: #6957f7;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.tf__popular_service_single.blue:hover span {
    color: #6957f7;
}

.tf__popular_service_single.blue a {
    color: #6957f7;
}

.tf__popular_service_single.orange span {
    background: #f89422;

}

.tf__popular_service_single.orange:hover span {
    color: #f89422;
}

.tf__popular_service_single.orange a {
    color: #f89422;
}

.tf__popular_service_single.gray span {
    background: #ada729;
}

.tf__popular_service_single.gray:hover span {
    color: #ada729;
}

.tf__popular_service_single.gray a {
    color: #ada729;
}

.tf__popular_service_single:hover {
    border-color: #191e2480;
}

.tf__popular_service_single:hover::after {
    background: #191e2480;
}

.tf__popular_service_single:hover h3,
.tf__popular_service_single:hover p {
    color: var(--colorWhite);
}

.tf__popular_service_single:hover span {
    background: var(--colorWhite);
}

.mb_40 {
    margin-bottom: 40px !important;
}
.tf__faq_page .tf__faq_accordion .accordion-item {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.custom-section {
    background-color: #edf9fa;
    border-radius: 10px;
    width: 90%;
    margin: auto;
}
/* popular services end */
/*----- TESTIMONIAL START-----*/
.tf___testimonial {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.tf___testimonial .tf__heading_area h5,
.tf___testimonial .tf__heading_area h2 {
    color: var(--colorWhite);
}

.tf___testimonial .tf__heading_area h5::after,
.tf___testimonial .tf__heading_area h5::before {
    background: var(--colorWhite);
}

.tf__single_testimonial {
    padding: 40px 80px;
    border: 1px dashed var(--colorWhite);
    border-radius: 40px;
    position: relative;
    text-align: center;
    margin-top: 65px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
    min-height: 591px
}

.testimonial_slider .tf__single_testimonial {
    margin: 40px 12px 5px 12px;
}

.tf__single_testimonial .icon {
    position: absolute;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background: var(--colorWhite);
    border-radius: 50%;
    font-size: 35px;
    color: var(--colorPrimary);
    top: -40px;
    left: 50%;
    transition: all linear .3s;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.tf__single_testimonial .description {
    color: var(--colorWhite);
    margin-top: 30px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.tf__single_testimonial .img {
    width: 80px;
    height: 80px;
    overflow: hidden;
    display: inline-block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin: 27px 0px 15px 0px;
}

.tf__single_testimonial .title {
    font-size: 20px;
    line-height: 1.6;
    font-weight: 700;
    color: var(--colorWhite);
    text-transform: capitalize;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.tf__single_testimonial .designation {
    font-weight: 500;
    color: var(--colorWhite);
    text-transform: capitalize;
    margin: 10px 0px 16px 0px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.tf__single_testimonial .rating i {
    color: var(--colorWhite);
    font-size: 20px;
}

.tf__single_testimonial .rating .fill {
    color: var(--colorPrimary);
}

.tf__single_testimonial:hover .icon {
    background: var(--colorPrimary);
    color: var(--colorWhite);
}

/*----- TESTIMONIAL END-----*/
/* testimonial 2 start */
.tf__testimonial_2 {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.tf__testimonial_2_area {
    position: relative;
    top: -55px;
}

.tf__testimonial_2 .tf__heading_area h5,
.tf__testimonial_2 .tf__heading_area h2 {
    color: var(--colorWhite);
}

.tf__testimonial_2 .tf__heading_area h5::after,
.tf__testimonial_2 .tf__heading_area h5::before {
    background: var(--colorWhite);
}

.tf__single_testimonial_2 {
    background: var(--colorWhite);
    border: none;
    padding: 40px;
}

.tf__single_testimonial_2 .description {
    color: var(--paraColor);
}

.tf__single_testimonial_2 .title {
    color: var(--colorBlack);
}

.tf__single_testimonial_2 .designation {
    color: var(--colorBlue);
}

.tf__single_testimonial_2 .icon {
    color: var(--colorBlue) !important;
    background: var(--colorWhite) !important;
    border-bottom: 3px solid #002f6c;
}

.tf__single_testimonial_2 .icon img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: fill;
}
.tf__single_testimonial .card-custom-image {
    width: 100%;
    min-height: 200px;
    max-height: 200px;

    border-radius: 0;

}
.tf__single_testimonial .card-custom-image img {
    object-fit: cover;
}

.tf__single_testimonial_2:hover {
    background: #002f6c;
}

.tf__single_testimonial_2:hover .description,
.tf__single_testimonial_2:hover .title,
.tf__single_testimonial_2:hover .designation {
    color: var(--colorWhite);
}

.testi_slider_2 .tf__single_testimonial_2 {
    margin-left: 12px;
    margin-right: 12px;
}

.tf__testimonial_2 .testi_slider_2 .slick-dots li button {
    background: var(--colorWhite);
}

.tf__testimonial_2 .testi_slider_2 .slick-dots li.slick-active button {
    background: #002f6c;
}

.testi_slider_2 .slick-dots {
    margin-top: 35px;
}
.pb_45 {
    padding-bottom: 45px !important;
}
.testimonial-description ul {
	padding: 0;
	margin: 0;
	max-width: 700px;
	position: relative;
}

.testimonial-description ol::before {
	content: '';
	width: 0.5rem;
	height: 100%;
	position: absolute;
	top: 0;
	left: 8%;
	background: peachpuff;
}

.testimonial-description ul {
    list-style: none;
}
.testimonial-description li {
	padding: 0.5rem 1.5rem 1rem;
	border-radius: 1.5rem;
	background: peachpuff;

}

.testimonial-description li + li {
	margin-top: 1rem;
}

.testimonial-description ::marker {
	font-weight: 600;
	color: tomato;
	font-size: 1.8rem;
}

/* testimonial 2 end */

/* Scopes Section Styling - with enhancements */
.tf__scope_section {
    background: url('../images/scope.png'), linear-gradient(135deg, #2b4cdf 0%, #1a237e 100%);
    background-blend-mode: overlay;
    position: relative;
    color: white;
    padding: 100px 0 120px;
    overflow: hidden;
    background-size: cover;
}

.scope-decoration {
    position: absolute;
    border-radius: 50%;
    background: linear-gradient(45deg, rgba(255,255,255,0.1), rgba(255,255,255,0.05));
    z-index: 0;
}

.scope-decoration-1 {
    width: 300px;
    height: 300px;
    top: -100px;
    left: -100px;
}

.scope-decoration-2 {
    width: 500px;
    height: 500px;
    bottom: -200px;
    right: -200px;
    background: linear-gradient(45deg, rgba(255,204,0,0.05), rgba(255,204,0,0.02));
}

.scope-decoration-3 {
    width: 200px;
    height: 200px;
    top: 30%;
    right: 10%;
    background: radial-gradient(rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 70%);
}

.section-icon {
    display: inline-block;
    margin-bottom: 15px;
    animation: float 3s ease-in-out infinite;
}

.section-icon span {
    font-size: 32px;
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0px);
    }
}

.tf__scope_section .tf__heading_area h5 {
    color: #ffd700;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.tf__scope_section .tf__heading_area h2 {
    color: white;
    margin-bottom: 15px;
    font-size: 36px;
    position: relative;
    display: inline-block;
}

.tf__scope_section .tf__heading_area h2:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    height: 4px;
    background: linear-gradient(90deg, #ffd700, #ff8c00);
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.scope-tabs-container {
    background: rgba(21, 34, 80, 0.6);
    border-radius: 15px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(82, 128, 255, 0.2);
}

.nav-tabs-wrapper {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    border-bottom: 2px solid rgba(82, 128, 255, 0.2);
    padding: 0 10px;
}

.nav-tabs-wrapper::-webkit-scrollbar {
    display: none;
}

#scopeTabs {
    border-bottom: none;
    display: flex;
    background-color: rgba(0, 0, 0, 0.25);
    border-radius: 8px 8px 0 0;
    padding: 0 10px;
}

#scopeTabs .nav-item {
    margin: 0 5px;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
}

#scopeTabs .nav-link {
    border: none;
    border-radius: 8px 8px 0 0;
    padding: 16px 22px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.7);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    margin-top: 6px;
}

#scopeTabs .nav-link:hover {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.1);
}

#scopeTabs .nav-link.active {
    color: #1a237e;
    background-color: #ffd700;
    box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.1);
    font-weight: 700;
}

#scopeTabs .nav-link.active i {
    color: #1a237e;
}

#scopeTabs .nav-link i {
    margin-right: 8px;
    color: #ffd700;
}

/* Remove the old active indicator since we now have a completely different background */
#scopeTabs .nav-link.active::before {
    display: none;
}

.tab-content {
    background-color: rgba(17, 27, 65, 0.7);
    padding: 5px;
    border-radius: 0 0 15px 15px;
}

.scope-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 18px;
    padding: 35px;
}

.scope-item {
    background: rgba(255, 255, 255, 0.12);
    border-left: 3px solid #ffd700;
    padding: 16px 20px;
    font-size: 15px;
    font-weight: 500;
    border-radius: 8px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
    color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
}

.scope-item:hover {
    transform: translateY(-5px) scale(1.03);
    background: linear-gradient(135deg, #ffd700 0%, #ff8c00 100%);
    color: #1a237e;
    border-left-color: #ffffff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    font-weight: 600;
}

.scope-item:hover .icon-scope {
    color: #1a237e;
    transform: scale(1.2);
}

.scope-item:hover::before {
    transform: scale(7);
    opacity: 0.1;
}

.icon-scope {
    margin-right: 12px;
    color: #ffd700;
    font-size: 16px;
    text-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

@media (max-width: 768px) {
    #scopeTabs .nav-link {
        padding: 15px 20px;
        font-size: 14px;
    }
    
    .scope-grid {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
        padding: 25px;
    }
    
    .tf__scope_section .tf__heading_area h2 {
        font-size: 28px;
    }
}

@media (max-width: 576px) {
    .scope-grid {
        grid-template-columns: 1fr;
    }
    
    .tf__scope_section {
        padding: 70px 0;
    }
}
</style>

<style>
.mobile-tab-selector {
    position: relative;
    z-index: 2;
    padding: 0 20px;
}

.mobile-scope-selector {
    background-color: #ffd700;
    color: #1a237e;
    border: none;
    border-radius: 8px;
    padding: 12px 20px;
    font-weight: 600;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    font-size: 16px;
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%231a237e' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) center;
    background-size: 12px;
    padding-right: 40px;
}

.mobile-scope-selector:focus {
    box-shadow: 0 0 0 3px rgba(255, 215, 0, 0.5);
    outline: none;
}

.wpcf7-form p {
    margin-bottom: 0; /* Remove default bottom margin */
}
.navbar .navbar-nav .dropdown .dropdown-menu a {
    font-weight: 500;
}

.navbar .navbar-nav .simple-dropdown .dropdown-menu li a {
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: var(--white);
    background-color: var(--dark-gray);
    font-size: 15px;
    line-height: 26px;
    padding: 10px 10px 10px 20px;
   
}

.navbar .navbar-nav .dropdown .dropdown-menu li:last-child a {
    border-bottom: 0;
}

.navbar .navbar-nav .simple-dropdown .dropdown-menu li {
    border-bottom: 1px solid rgba(23, 23, 23, .1);
}

.navbar .navbar-nav .dropdown .dropdown-menu {
    background-color: var(--dark-gray);
    padding: 5px 0px 5px 0px;

}
.navbar .navbar-nav .simple-dropdown .dropdown-menu li {
    padding: 0 !important;
}

.navbar .navbar-nav .dropdown.simple-dropdown .dropdown-menu {
    border-radius: 5px !important;
    width: 260px !important;
}

.navbar-nav .simple-dropdown .dropdown-menu li:hover a, .navbar .navbar-nav .simple-dropdown .dropdown-menu li.active a ,.navbar .navbar-nav .simple-dropdown .dropdown-menu .dropdown.open>a,.navbar .navbar-nav .dropdown .dropdown-menu a:hover{
    opacity: .5;
    color: var(--white) !important;
}

.navbar .navbar-nav .simple-dropdown .dropdown-menu .dropdown i {

    padding: 10px 10px 10px 20px;
    right: 11px;
}
.bg-new-color  {
    background-color: #fcf6f6;
}