        /*--------------------- Copyright (c) 2020 ----------------------- 
[Master Stylesheet] 
Project: Tourism GYM
Version: 1.0.0 
Author: Kamleshyadav
 ------------------------------------------------------------------- 
[Table of contents] 
	1. Global CSS Start
	2. Comman CSS Start
    3. Preloader CSS Start
    4. Header CSS Start
    5. Banner CSS Start
    6. Service CSS Start
    7. Call To Action CSS Start
    8. Best Service CSS Start
    9. Package CSS Start
    10. Testimonial CSS Start
    11. Booking CSS Start
    12. Blog CSS Start
    13. Partner CSS Start
    14. Footer CSS Start
    15. Responsive CSS Start
    
-------------------------------------------------------------------*/
        /********************************************************
    1. Global CSS Start
********************************************************/

        body {
            color: var(--main-gray-version19);
            background: var(--main-bg-color);
            font-family: "Jost", sans-serif;
        }

        a,
        a:hover,
        a:focus {
            color: var(--main-blue-version3);
        }

        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            color: var(--main-blue-version3);
            font-weight: 500;
            font-family: "Jost", sans-serif;
        }

        p {
            font-family: "Montserrat", serif;
        }

        .container {
            max-width: 1700px;
        }

        :root {
            --main-black: #000000;
            --white-color: #ffffff;
            --primary-color: #404040;
            --heading-color: #493534;
            --secondary-color: #f6e239;
            --text-color: #474848;
            --main-link-color: #5a647a;
            --main-gray-version19: #7d8184;
        }



        /* new banner */


        /* *, *:before, *:after {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        } */

        .pc_banner_new {
            position: relative;
            height: 100vh;
        }

        .slider__navi {
            position: absolute;
            top: 50%;
            right: 20px;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            z-index: 999;
        }

        .slider__navi a {
            display: block;
            height: 6px;
            width: 20px;
            margin: 20px 0;
            text-indent: -9999px;
            box-shadow: none;
            border: none;
            background: rgba(0, 0, 0, 0.2);
        }

        .slider__navi a.active {
            background: rgba(255, 255, 255, 1);
        }



        .flex__container {
            position: absolute;
            top: 0;
            left: 0;
            display: flex;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            -webkit-flex-flow: row wrap;
            -moz-flex-flow: row wrap;
            -ms-flex-flow: row wrap;
            -o-flex-flow: row wrap;
            flex-flow: row wrap;
            -webkit-justify-content: flex-start;
            -moz-justify-content: flex-start;
            -ms-justify-content: flex-start;
            -o-justify-content: flex-start;
            justify-content: flex-start;
            height: 100vh;
            width: 100%;
            z-index: 1;
        }

        .flex__container.flex--active {
            z-index: 2;
        }

        .text--sub {
            font-size: 30px;
            font-weight: 500;
            letter-spacing: 0.5rem;
            text-transform: uppercase;
            margin-bottom: 40px;
        }

        .text--big {
            font-family: 'Poppins', sans-serif;
            font-size: 8.5em;
            font-weight: 700;
            line-height: 110px;
            margin-left: -8px;
        }

        .text--normal {
            font-size: 22px;
            color: #fff;
            line-height: 22px;
            margin-top: 25px;
        }

        .text__background {
            font-family: 'Poppins', sans-serif;
            position: absolute;
            left: 72px;
            bottom: 80px;
            color: rgba(0, 0, 0, 0.04);
            font-size: 170px;
            font-weight: 800;
        }

        .flex__item {
            height: 100vh;
            color: #fff;
            transition: transform 0.1s linear;
        }

        .flex__item--left {
            display: flex;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            align-items: center;
            -webkit-align-items: center;
            -moz-align-items: center;
            -ms-align-items: center;
            width: 65%;
            transform-origin: left bottom;
            transition: transform 0.1s linear 0.4s;
            opacity: 0;
            position: relative;
            overflow: hidden;
        }

        .flex__item--right {
            width: 35%;
            transform-origin: right center;
            transition: transform 0.1s linear 0s;
            opacity: 0;
        }

        .flex--preStart .flex__item--left,
        .flex--preStart .flex__item--right,
        .flex--active .flex__item--left,
        .flex--active .flex__item--right {
            opacity: 1;
        }

        /* 2 slide */

        .flex--piplup .flex__item--left {

            background: #ff2d6e;
        }

        .flex--piplup .flex__item--right {

            background: #dcdbd8;
        }

        /* 1 slide */

        .flex--pikachu .flex__item--left {
            background: #fdd400;
        }

        .flex--pikachu .flex__item--right {
            background: #f4ecc5;
        }

        /* 3 slide */

        .flex--blaziken .flex__item--left {
            background: #c7bd00;
        }

        .flex--blaziken .flex__item--right {
            background: #fff3cb;
        }

        /* 4 slide */

        .flex--dialga .flex__item--left {
            background: #537bbd;
        }

        .flex--dialga .flex__item--right {
            background: #cdf5ff;
        }

        /* Zekrom */

        .flex--zekrom .flex__item--left {
            background: #424242;
        }

        .flex--zekrom .flex__item--right {
            background: #a7bcbb;
        }

        .flex__content {
            margin-left: 80px;
            width: 55%;
            opacity: 1;
            transform: translate3d(0, 0, 0);
            transition: transform 0.2s linear 0.2s, opacity 0.1s linear 0.2s;
        }

        .pokemon__img {
            position: absolute;
            bottom: 20px;
            right: 19%;
            max-height: 40vw;
            opacity: 1;
            transform: translate3d(0, 0, 0);
            transition: opacity 0.43s 0.6s, transform 0.4s 0.65s cubic-bezier(0, 0.88, 0.4, 0.93);
            animation: moveUpDown 4s infinite;
        }
        
        @keyframes moveUpDown {
            0%, 100% {
                transform: translate3d(0, 0, 0);
            }
            50% {
                transform: translate3d(0, -10px, 0);
            }
        }

        /* Animate-START point */

        .flex__container.animate--start .flex__content {
            transform: translate3d(0, -200%, 0);
            opacity: 0;
        }

        .flex__container.animate--start .pokemon__img {
            transform: translate3d(-200px, 0, 0);
            opacity: 0;
        }

        /* Animate-END point */

        .flex__container.animate--end .flex__item--left {
            transform: scaleY(0);
        }

        .flex__container.animate--end .flex__item--right {
            transform: scaleX(0);
        }

        .flex__container.animate--end .flex__content {
            transform: translate3d(0, 200%, 0);
            opacity: 0;
        }

        .flex__container.animate--end .pokemon__img {
            transform: translate3d(200px, 0, 0);
            opacity: 0;
        }

        /********************************************************
    11. ADS CSS Start
********************************************************/
        .Ads_zoom_wrapper {
            padding: 80px 0px;
        }

        /* Styling for each zoom box */
        .Ads_zoom_box {
            position: relative;
            overflow: hidden;
            margin-bottom: 20px;
        }

        /* Image styling within the zoom box */
        .Ads_zoom_box img {
            width: 100%;
            height: 350px;
            transition: transform 0.3s ease;
        }


        .Ads_zoom_box .div_box {
            max-width: 380px;
            position: absolute;
            top: 20%;
            padding: 20px;
            width: 100%;
        }

        .Ads_zoom_box .div_left {
            left: 0;
            text-align: left;
        }

        .Ads_zoom_box .div_right {
            right: 20px;
            text-align: right;
        }

        /* Hover effect for the image */
        .Ads_zoom_box:hover img {
            transform: scale(1.1);
        }

        /* In case you want to ensure text remains same size */
        .Ads_zoom_box .div_box h6,
        .Ads_zoom_box .div_box p {
            margin: 0;
            transition: none;
        }

        .Ads_zoom_box .div_box h6 {
            font-size: 26px;
            font-weight: 500;
            margin-bottom: 10px;
        }

        .Ads_zoom_box .div_box p {
            font-size: 18px;
            font-weight: 400;
        }


        /********************************************************
    11. Pet Shop CSS Start
********************************************************/

        .pc_shop_wrapper {
            margin-top: 70px;
        }

        .pc_shop_wrapper .container {
            max-width: 1500px;
        }

        .pc_shop_item_discount span {
            color: #fff;
            padding: 5px 15px;
            text-align: center;
            font-size: 14px;
        }

        .pc_shop_item_discount {
            position: absolute;
            left: 34px;
            top: 20px;
            z-index: 1;
        }

        .pc_shop_item_discount img {
            max-width: 300px;
            height: 250px;
        }

        .pc_shop_item_dis1 span {
            background: #ff5d65;
        }

        .pc_shop_item_dis2 span {
            background: #ffba58;
        }

        .pc_shop_item_dis3 span {
            background: #ff895a;
        }

        .pc_shop_item_dis4 span {
            background: #81df42;
        }

        .pc_shop_item_dis5 span {
            background: #81df42;
        }

        .pc_shop_item_dis6 span {
            background: #ff895a;
        }

        .pc_shop_item_dis7 span {
            background: #ffba58;
        }

        .pc_shop_item_dis8 span {
            background: #ff5d65;
        }

        h5.pc_shop_item_heading {
            font-size: 18px;
            font-weight: bold;
        }

        .pc_shop_item_content p {
            font-size: 14px;
            padding: 0px 0 5px;
            line-height: 1.5;
        }

        p.pc_shop_item_price {
            color: #474747;
            font-size: 18px;
            font-weight: 500;
        }

        .pc_shop_item_content {
            padding-top: 20px;
            text-align: center;
        }

        h5.pc_shop_item_heading:hover {
            color: var(--green-color);
        }

        .pc_shop_btn {
            margin: 40px 0 0;
        }

        .pc_shop_img_box {
            position: relative;
        }

        .pc_shop_img_box .overlay {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background-color: #f6f6f6cf;
            overflow: hidden;
            z-index: 0;
            width: 100%;
            height: 0;
            transition: .5s ease;
        }

        .pc_shop_box:hover .overlay {
            height: 100%;
        }

        .pc_shop_img {
            width: 100%;
            max-width: 270px;
            height: 250px;
        }

        .pc_shop_box_text {
            position: absolute;
            width: 100%;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            text-align: center;
        }


        .ribbon {
            width: 145px;
            height: 82px;
            overflow: hidden;
            position: absolute;
            z-index: 999;
        }

        .ribbon::before,
        .ribbon::after {
            position: absolute;
            z-index: -1;
            content: '';
            display: block;
            border: 5px solid #050505;
        }

        .ribbon span {
            position: absolute;
            display: block;
            width: 225px;
            padding: 5px 0;
            background-color: #3a3a3a;
            box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
            color: #fff;
            font: 600 13px/1 'Lato', sans-serif;
            text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
            text-transform: uppercase;
            text-align: center;
            letter-spacing: 2px;
        }

        /* top left*/
        .ribbon-top-left {
            top: -10px;
            left: -10px;
        }

        .ribbon-top-left::before,
        .ribbon-top-left::after {
            border-top-color: transparent;
            border-left-color: transparent;
        }

        .ribbon-top-left::before {
            top: 0;
            right: 63px;
        }

        .ribbon-top-left::after {
            bottom: 0;
            left: 0;
        }

        .ribbon-top-left span {
            right: 0px;
            top: 22px;
            transform: rotate(-45deg);
        }


        /********************************************************
    2. Comman CSS Start
********************************************************/

        .tor_btn {
            background: #222222;
            color: #fff;
            display: inline-block;
            border: 2px solid transparent;
            height: 42px;
            line-height: 42px;
            text-align: center;
            padding: 0 10px;
            width: 150px;
            margin-top: 10px;
            font-family: "Montserrat", serif;
            z-index: 0;
            font-weight: 400;
            overflow: hidden;
            position: relative;
            display: inline-table;
            vertical-align: middle;
        }

        .tor_btn:before,
        .tor_btn:after {
            background: var(--main-bg-color);
            content: '';
            position: absolute;
            z-index: -1;
        }

        .tor_btn:after {
            height: 100%;
            left: 0;
            top: 0;
            width: 0;
        }

        .tor_btn:hover:after {
            width: 100%;
        }

        .tor_btn:hover {
            color: #222222;
        }

        .tor_btn:after,
        .tor_btn {
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
        }

        .tor_heading_wrpper {
            margin: 0px 0 41px 0;
        }

        .tor_heading_wrpper .p_text {
            font-size: 1rem;
            font-weight: 500;
            color: var(--primary-color);
            font-family: "Work Sans", serif;
            margin-bottom: 0px;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .tor_heading {
            font-size: 45px;
            font-weight: 500;
            position: relative;
            padding: 0;
            line-height: 60px;
        }

        .heading-ribbon svg path {
            fill: var(--secondary-color)
        }

        .heading-ribbon svg {
            fill: var(--secondary-color)
        }

        #scroll {
            background: var(--primary-color);
            color: var(--main-bg-color);
        }

        .tor_subHeading {
            color: var(--main-bg-color);
            font-size: 25px;
            font-weight: normal;
            position: relative;
            padding: 0;
            margin: 22px 0 0;
            display: inline-block;
            width: 100%;
        }

        /********************************************************
    3. Preloader CSS Start
********************************************************/

        .preloader_active .preloader_holder {
            background-color: var(--main-bg-color);
        }

        .preloader_active .preloader_holder .preloader span {
            box-shadow: 0px 0px 0px 0px var(--primary-color) !important;
        }

        @-webkit-keyframes loadingCircles {
            0% {
                -webkit-transform: scale(0);
                opacity: 1;
                box-shadow: 0px 0px 0px 10px var(--primary-color);
            }

            100% {
                -webkit-transform: scale(1);
                opacity: 0;
                box-shadow: 0px 0px 0px 2px var(--primary-color);
            }
        }

        @-moz-keyframes loadingCircles {
            0% {
                -moz-transform: scale(0);
                opacity: 1;
                box-shadow: 0px 0px 0px 10px var(--primary-color);
            }

            100% {
                -moz-transform: scale(1);
                opacity: 0;
                box-shadow: 0px 0px 0px 2px var(--primary-color);
            }
        }

        @keyframes loadingCircles {
            0% {
                transform: scale(0);
                opacity: 1;
                box-shadow: 0px 0px 0px 10px var(--primary-color);
            }

            100% {
                transform: scale(1);
                opacity: 0;
                box-shadow: 0px 0px 0px 2px var(--primary-color);
            }
        }

        .preloader_open:before,
        .preloader_open:after {
            background-color: var(--main-bg-color);
        }

        /********************************************************
    4. Header CSS Start
********************************************************/

        .tor_header_wrapper {
            padding: 30px 0 0;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 1;
            right: 0;
        }

        .searchBtn,
        .searchBtn:focus,
        .searchBtn:hover {
            color: var(--main-bg-color);
            padding-left: 16px;
            padding-top: 7px;
        }

        .tor_search_wrap .display_flex {
            align-items: center;
        }

        .tor_search_wrap .display_flex li {
            display: flex;
        }

        .main_menu_wrapper ul>li>a {
            font-weight: 500;
            font-size: 18px;
        }

        .tor_logo {
            position: relative;
        }

        .fixed_header.fixed {
            background-color:#f5f5f5;
            -webkit-transition: all 0.5s ease-in-out;
            -moz-transition: all 0.5s ease-in-out;
            -ms-transition: all 0.5s ease-in-out;
            -o-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
            box-shadow: 0 14px 28px rgb(0 0 0 / 12%), 0 10px 10px rgb(0 0 0 / 2%);
            padding: 20px 0px 15px;
            top: 0px;
    left: 0px;
    right: 0px;
        }

        .fixed_header {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            z-index: 999;
            -webkit-transition: all 0.5s ease-in-out;
            -moz-transition: all 0.5s ease-in-out;
            -ms-transition: all 0.5s ease-in-out;
            -o-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
            padding: 20px 0 15px;
            
        }



        .icons {
            display: flex;
            gap: 20px;
            align-items: center;
            margin-top: 10px;
        }
        
        .icon {
            cursor: pointer;
            font-size: 20px;
            color: var(--dark-gray);
            transition: var(--transition);
            position: relative;
        }

        .icon svg{
          fill: #2c3f51;
        }
        
        .icon:hover {
            color: var(--primary-color);
            transform: translateY(-2px);
        }
        
        .icon-badge {
            position: absolute;
            top: -8px;
            right: -8px;
            background-color: var(--accent-color);
            color:#2c3f51;
            font-size: 10px;
            width: 16px;
            height: 16px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 600;
        }

        /********************************************************
    5. Banner CSS Start
********************************************************/
        /********************************************************
    9. Testimonial CSS Start
********************************************************/

        .pc_testimonial_wrapper .pc_heading h2 {
            margin-bottom: 0;
        }

        .pc_testimonial_section {
            text-align: left;
            margin: auto;
            position: relative;
            border-radius: 5px;
            padding: 20px;
            padding-bottom: 2rem;
            background: rgb(255, 255, 255);
            overflow: hidden;
        }

        .pc_temnl_flex {
            display: grid;
            justify-content: flex-start;
            align-items: center;
            gap: 10px;
        }


        .tor_rating {
            line-height: 12px;
            display: flex;
            align-items: center;
        }

        .tor_rating img {
            width: 15px;
            height: 15px;
        }

        .pc_client_quote {
            max-width: 550px;
        }

        .pc_client_text h4 {
            color: var(--heading-color);
            font-size: 20px;
            font-weight: 600;
        }

        .pc_client_text h6 {
            color: var(--primary-color);
            font-size: 18px;
            padding-top: 4px;
            font-weight: 400;
        }

        .pc_client_quote p {
            font-size: 16px;
        }

        .pc_client_quote h6 {
            font-size: 18px;
            margin-bottom: 8px;
        }

        .pc_client_quote span {
            color: var(--primary-color);
            font-size: 15px;
            font-weight: 500;
            padding-left: 10px;
            font-family: "Montserrat", serif;
        }

        img.pc_testimonial_icon {
            position: absolute;
            left: 50%;
            top: 35px;
        }

        .pc_testimonial_button {
            cursor: pointer;
        }

        .pc_client_img_quote img {
            position: absolute;
            right: 30px;
            top: 35px;
            width: 50px;
            height: 50px;
        }

        .pc_client_img {
            display: flex;
            align-items: center;
            padding-bottom: 20px;
            gap: 30px;
            border-bottom: 1px solid #ebebeb;
        }


        img.pc_client_main_img {
            display: block;
            background-color: var(--primary-color);
            border-radius: 50%;
            width: 80px;
            height: 80px;
            object-fit: cover;
            padding: 2px;
        }

        .pc_testimonial_wrapper {
            padding-top: 100px;
            background-image: url(../images/Frame2.jpg);
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
        }

        .pc_testimonial_button {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 10px;
            margin-top: 20px;
        }

        .pc_testimonial_button .swiper-button-next1,
        .pc_testimonial_button .swiper-button-prev1 {
            width: 45px;
            height: 45px;
            background: #f7f7f7;
            border-radius: 6px;
            display: flex;
            justify-content: center;
            align-items: center;
            border: 1px solid #f7f7f7;
            transition: all 0.4s;
            z-index: 1;
        }

        .pc_testimonial_button .swiper-button-prev1:hover,
        .pc_testimonial_button .swiper-button-next1:hover {
            background: var(--white-color);
            border: 1px solid #dcdcdb;
        }

        .pc_testimonial_button .swiper-button-prev1:hover svg,
        .pc_testimonial_button .swiper-button-next1:hover svg {
            fill: var(--text-color);
        }

        .pc_testimonial_button .swiper-button-next1 svg,
        .pc_testimonial_button .swiper-button-prev1 svg {
            fill: #838383;
            transition: all 0.4s;
        }

        .about_box {
            max-width: 820px;
            margin: auto;
            text-align: center;
        }

        .pc_testimonial_icon_img {
            position: relative;
            z-index: 2;
        }

        .pc_testimonial_wrapper .swiper-container {
            z-index: 0;
            overflow: hidden;
            padding: 25px;
        }



        /********************************************************
    9. Gallery CSS Start
********************************************************/
        .tor_gallery_wrapper {
            padding: 150px 0;
        }

        .tor_gallery_wrapper .container-fluid {
            max-width: 1750px;
        }

        .tor_gallery_list {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            row-gap: 30px;
            column-gap: 30px;
        }

        .gallery_horizontal {
            grid-row-end: span 2;
        }

        .gallery_vertical {
            grid-column-end: span 2;
        }

        .tor_gallery_box,
        .tor_img_wrap {
            position: relative;
            overflow: hidden;
            width: 100%;
            height: 100%;
            max-height: 308px;
        }

        .tor_img_wrap>img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            cursor: pointer;
            -webkit-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
        }

        .tor_gallery_box:hover .tor_g_heading_wrap {
            transform: scale(1, 1);
        }

        .tor_gallery_box:hover .tor_img_wrap>img {
            transform: scale(1.15);
            transform-origin: center;
            -webkit-filter: brightness(0.7) contrast(1.1) saturate(1.1) blur(2px);
            filter: brightness(0.7) contrast(1.1) saturate(1.1) blur(2px);
        }

        .tor_g_heading_wrap {
            position: absolute;
            left: 10px;
            padding: 12px 15px;
            transition: all 0.3s;
            top: 10px;
            display: flex;
            justify-content: center;
            align-items: center;
            background: #0000007a;
            border-radius: 5px;
            transform: scale(0, 1);
            transform-origin: left;
        }

        .tor_g_heading {
            font-size: 18px;
            font-weight: 400;
            color: #fff;
            text-transform: capitalize;
        }

        .gallery_horizontal .tor_gallery_box,
        .gallery_horizontal .tor_img_wrap {
            max-height: 621px;
        }

        .gallery_vertical .tor_gallery_box,
        .gallery_vertical .tor_img_wrap {
            max-width: 845px;
            max-height: 308px;
        }

        @media (min-width: 992px) {

            .tor_gallery_box,
            .tor_img_wrap {
                max-width: 408px;
            }

            .gallery_horizontal .tor_gallery_box,
            .gallery_horizontal .tor_img_wrap {
                max-height: 646px;
            }

            .gallery_vertical .tor_gallery_box,
            .gallery_vertical .tor_img_wrap {
                max-width: 845px;
                max-height: 308px;
            }

        }


        .shine-image-wrapper {
            max-height: 220px;
            width: 100%;
            object-fit: cover;
            height: 100%;
        }

        .shine-image-wrapper img {
            width: 100%;
            height: 100%;
        }

        .about_h1 {
            margin-bottom: 30px;
            font-size: 25px;
        }

        .service-title-wrapper {
            display: flex;
            align-items: center;
            gap: 20px;
        }

        .service-title-wrapper img {
            width: 45px;
            height: 45px;
        }

        .service-title {
            font-size: 20px;

        }

        .service-inner-wrapper {
            padding: 15px 0px;
            border-bottom: 1px solid #ebebeb;
        }

        .about_wrapper {
            padding: 80px 0px 160px;
        }

        .about_wrapper .container {
            max-width: 1400px;
        }



        /********************************************************
    9. team CSS Start
********************************************************/
        .tor_team_wrapper {
            padding: 150px 0;
        }



        .tor_team_img {
            background: #000;
            overflow: hidden;
            width: 280px;
            position: relative;
            border-radius: 50%;
            height: 280px;
        }

        /* .tor_team_img:after {
            position: absolute;
            content: "";
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 1) 100%);
            transform: scale(1, 1);
            transition: all 500ms ease-in-out;
            transform-origin: bottom;
        } */

        .tor_team_img>img {
            transition: all 500ms ease;
        }

        .tor_team_container:hover .tor_team_img:after {
            transform: scale(1, 0);

        }

        .tor_team_container:hover .tor_team_img>img {
            transform: scale(1.1) rotate(3deg);
            filter: saturate(1.5) contrast(1);
        }

        .tor_team_wrapper .container-fluid {
            max-width: 1600px;
        }

        .tor_team_ttl {
            font-size: 22px;
            margin: 20px 0 5px;
            text-align: center;
        }

        .tor_team_designation {
            color: var(--primary-color);
            font-size: 15px;
            font-weight: 500;
            padding-left: 10px;
            font-family: "Montserrat", serif;
            text-align: center;
        }



        /********************************************************
    6. Service CSS Start
********************************************************/

        .tor_service_wrapper {
            background: #f5f5f5;
            padding: 100px 0 50px;
            position: relative;
        }

        .tor_service_wrapper .row {
            align-items: center;
        }

        .tor_service_img .tor_heading {
            margin: 0 0 2px;
        }

        .tor_service_text {
            position: relative;
            border: none;
            border-radius: 6px;
            overflow: hidden;
        }

        .tor_service_text img {
            width: 100%;
        }

        .tor_service_hover {
            position: absolute;
            top: 100%;
            left: 0;
            bottom: 0;
            right: 0;
            background: rgba(0, 0, 0, 0.76);
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: 0;
            visibility: hidden;
            flex-wrap: wrap;
        }

        .tor_service_text:hover .tor_service_hover {
            top: 0;
            opacity: 1;
            visibility: visible;
        }

        .tor_nav_button {
            display: flex;
            flex-wrap: wrap;
            margin-top: 13px;
        }

        .tor_nav_button>div {
            width: 40px;
            height: 40px;
            line-height: 40px;
            border: none;
            background: #ebebeb;
            border-radius: 50%;
            text-align: center;
            cursor: pointer;
        }

        .tor_nav_button>div:hover {
            background: var(--main-red-version1);
        }

        .tor_nav_button>div svg {
            height: 15px;
            width: 12px;
            fill: var(--main-gray-version21);
        }

        .tor_nav_button>div:hover svg {
            fill: var(--main-bg-color);
        }

        .popup-youtube {
            width: 20px;
            display: inline-block;
        }

        .eg-btn {
            height: 45px !important;
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: var(--primary-color);
            color: #fff;
            border: none;
            font-family: "Work Sans", serif;

        }

        .nice-select .option:hover,
        .nice-select .option.focus,
        .nice-select .option.selected.focus {
            color: #000000 !important;
        }

        .popup-youtube i {
            background: var(--main-gray-version22);
            color: var(--main-bg-color);
            width: 70px;
            height: 70px;
            line-height: 70px;
            border: none;
            border-radius: 50%;
        }

        @keyframes shadow-pulse {
            0% {
                box-shadow: 0 0 0 10px rgb(255 25 68);
            }

            100% {
                box-shadow: 0 0 0 25px rgba(251, 157, 92, 0);
            }
        }

        @keyframes shadow-pulse-big {
            0% {
                box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3);
            }

            100% {
                box-shadow: 0 0 0 50px rgba(255, 255, 255, 0);
            }
        }

        .tor_service_hover p {
            color: var(--main-gray-version19);
            width: 100%;
            margin-top: 5px;
        }

        .tor_service_hover .tor_btn {
            margin-top: 22px;
        }

        .tor_rating {
            color: var(--main-yellow);
            margin-bottom: 10px;
        }

        .popup-youtube i:hover {
            background: var(--main-red-version1);
        }

        .tor_service_container {
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1);
        }

        .tor_service_container:hover {
            -webkit-transform: scale(1.1);
            -moz-transform: scale(1.1);
            -ms-transform: scale(1.1);
            -o-transform: scale(1.1);
            transform: scale(1.1);
        }

        .tour_service {
            padding: 30px 0;
        }

        .tor_service_text,
        .tor_service_text:hover .tor_service_hover,
        .tor_service_text .tor_service_hover,
        .tor_service_hover,
        .tor_nav_button>div:hover,
        .tor_nav_button>div,
        .tor_nav_button>div svg,
        .tor_nav_button>div:hover svg,
        .popup-youtube i:hover,
        .popup-youtube i,
        .tor_service_container:hover,
        .tor_service_container {
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
        }

        .prev {
            margin-right: 12px;
        }

        .tor_service_wrapper .tor_heading_wrpper {
            width: 100%;
            margin: 0;
        }

        /********************************************************
    7. Call To Action CSS Start
********************************************************/

        .tor_callToActionSecond_wrapper {
            position: relative;
            background: url(../images/callToAction.jpg);
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
            width: 100%;
            padding: 69px 0 80px;
        }

        .tor_callToActionSecond_wrapper:before {
            content: "";
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            position: absolute;
            background: rgba(16, 16, 16, 0.76);
        }

        .tor_callToActionSecond_text h1 {
            font-size: 62px;
            font-style: italic;
            font-weight: 700;
        }

        .tor_callToActionSecond_text>p {
            font-size: 22px;
            margin: 8px 0 13px;
        }

        .tor_callToActionSecond_text .popup-youtube i {
            height: 120px;
            width: 120px;
            line-height: 120px;
            background: var(--main-red-version1);
            color: var(--main-bg-color);
            border: none;
            border-radius: 50%;
            font-size: 30px;
            position: relative;
            z-index: 1;
        }

        .tor_popup_wrpper {
            display: inline-block;
            width: auto;
            margin: 6px 0 15px;
        }

        .tor_popup_wrpper .popup-youtube {
            width: 100%;
            display: flex;
            align-items: center;
        }

        .tor_popup_wrpper span {
            background: rgba(255, 255, 255, 0.1);
            color: var(--main-bg-color);
            padding: 16px 40px 16px 70px;
            margin-left: -50px;
            position: relative;
            z-index: 0;
            border: none;
            font-size: 22px;
            border-radius: 40px;
        }

        /********************************************************
    8. Best Service CSS Start
********************************************************/

        .tor_best_serivce_wrapper {
            position: relative;
            width: 100%;
            padding: 69px 0 41px;
        }

        .tor_best_serivce_icon {
            width: 80px;
            height: 80px;
            text-align: center;
            background: var(--main-red-version1);
            line-height: 80px;
            display: inline-block;
            border: none;
            border-radius: 50%;
        }

        .tor_best_serivce_icon svg {
            height: 40px;
            width: 40px;
            fill: var(--main-bg-color);
        }

        .tor_best_serivce_img {
            display: inline-block;
            width: 100px;
            height: 100px;
            line-height: 98px;
            border: 1px dashed var(--main-gray-version23);
            border-radius: 50%;
            margin-bottom: 26px;
            position: relative;
            z-index: 1;
            background: var(--main-bg-color);
        }

        .tor_best_serivce_section h4 {
            font-size: 26px;
            font-weight: 700;
            font-style: italic;
            margin: 0 0 7px;
        }

        .tor_best_serivce_section {
            position: relative;
            margin-bottom: 30px;
        }

        .tor_best_serivce_section:before {
            position: absolute;
            content: url(../images/service_border.png);
            left: 50%;
            z-index: 0;
            transform: rotateX(-8deg);
            top: 30px;
        }

        .tor_best_serivce_wrapper .col-lg-3:last-of-type .tor_best_serivce_section:before {
            content: unset;
        }

        .heading-section {
            position: relative;
            margin-bottom: 20px;
            padding-bottom: 20px;
        }

        .heading-section .big {
            font-family: "Lato", Arial, sans-serif;
            position: absolute;
            top: -85px;
            left: 0;
            right: 0;
            font-size: 140px;
            color: rgba(0, 0, 0, 0.04);
            font-weight: 900;
            letter-spacing: 1px;
        }

        .heading-section h2 {
            font-size: 30px;
            font-weight: 400;
            position: relative;
            text-transform: uppercase;
            font-family: "Roboto Condensed", Arial, sans-serif;
            letter-spacing: 6px;
        }

        /********************************************************
    9. Package CSS Start
********************************************************/

        .tor_package_wrapper {
            width: 100%;
            display: inline-block;

            position: relative;
            padding: 69px 0 41px;

        }

        .tor_package_hover p {
            color: #d4d4d4;
            width: 100%;
            margin: 5px 0 5px;
        }

        .tor_package_hover .tor_btn {
            margin-top: unset;
            margin-bottom: -100px;
            display: inline-block;
        }

        .tor_package_text:hover .tor_package_hover .tor_btn {
            margin-top: 29px;
            margin-bottom: 0px;
        }

        .tor_rating {
            color: var(--main-yellow);
            line-height: 12px;
            display: flex;
            align-items: center;
        }

        .tor_rating img {
            width: 15px;
            height: 15px;
        }

        .tor_package_text {
            position: relative;
            border: none;
            border-radius: 6px;
            overflow: hidden;
        }



        .tor_package_hover {
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 1) 100%);
            display: flex;
            align-items: flex-end;
            flex-wrap: wrap;
            padding: 0 0 13px 40px;
            overflow: hidden;
        }

        .tor_package_hover:hover {
            padding: 0 0 40px 40px;
            background: rgba(0, 0, 0, 0.76);
        }

        .tour_packages_inner .bullets .swiper-pagination-bullet {
            background: var(--primary-color);
            margin: 0 3px;
            width: 15px;
            height: 15px;
        }

        .tour_packages_inner .bullets {
            width: 100%;
            text-align: center;
            margin-top: 38px;
            margin-bottom: 61px;
        }

        .tor_testimonials_section {
            margin-top: -30px;
        }

        .tour_packages_inner .bullets .swiper-pagination-bullet-active {
            width: 30px;
            border-radius: 50px;
        }

        .tor_heading_wrpper.tor_testimonial_heading {
            margin: 0px auto 31px;
        }

        .tor_package_text:hover,
        .tor_package_hover .tor_btn,
        .tor_package_text,
        .tor_package_hover,
        .tor_package_hover:hover,
        .tor_package_hover .tor_btn:hover {
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
        }

        /********************************************************
    10. Testimonial CSS Start
********************************************************/

        .tor_testimonial_wrapper {
            width: 100%;
            display: inline-block;
            background: var(--main-bg-color);
            position: relative;
            padding: 0 0 76px;
        }

        .tor_testimonial_section {
            text-align: center;
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            font-size: 22px;
            line-height: 28px;
            color: var(--main-blue-version3);
            font-weight: 700;
            font-style: italic;
            align-items: center;
            padding: 0 15px;
        }

        .tor_client_info h4 {
            font-size: 22px;
            font-weight: 500;
            color: var(--main-red-version1);
        }

        .tor_client_info {
            background: url(../images/quote_bg.png);
            background-repeat: no-repeat;
            background-position: center;
            position: relative;
            padding: 50px 55px 50px 20px;
            background-color: var(--main-bg-color);
            box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.03);
            border: none;
            border-radius: 3px 0px 0px 3px;
            margin: 30px 0;
            width: calc(100% - 270px);
            font-family: 'Cormorant Garamond', serif;
            background-size: 35%;
            min-height: 260px;
            align-items: center;
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            line-height: 34px;
            font-weight: 700;
        }

        .tor_testimonial_img {
            width: 270px;
            position: relative;
        }

        .tor_testimonial_img img {
            border: none;
            border-radius: 6px;
        }

        .tor_testimonials_quote {
            background: var(--main-red-version1);
            display: inline-block;
            position: absolute;
            left: -35px;
            width: 70px;
            height: 70px;
            line-height: 70px;
            border: none;
            border-radius: 50%;
            top: 50%;
            box-shadow: 0 0 20px 0 rgba(255, 25, 68, 0.28);
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
        }

        .tor_testimonials_section .tor_testimonials_button {
            width: 40%;
            margin: auto;
            position: absolute;
            left: 16%;
            z-index: 2;
            bottom: 80px;
        }

        .tor_testimonials_section .tor_testimonials_button>div {
            position: absolute;
            bottom: 0;
            width: 20px;
            overflow: hidden;
            cursor: pointer;
        }

        .tor_testimonials_section .tor_testimonials_button>div svg {
            fill: var(--main-gray-version19);
        }

        .tor_testimonials_section .tor_testimonials_button>div:hover svg {
            fill: var(--main-red-version1);
        }

        .tor_testimonials_section .tor_testimonials_button>div:hover {
            width: 35px;
        }

        .testNext {
            right: 0;
            text-align: right;
        }

        .testprev {
            left: 0;
        }

        .testPrev svg {
            -webkit-transform: rotateY(180deg);
            -moz-transform: rotateY(180deg);
            -ms-transform: rotateY(180deg);
            -o-transform: rotateY(180deg);
            transform: rotateY(180deg);
        }

        .tor_testimonials_section .tor_testimonials_button>div:before {
            content: "";
            background: var(--main-red-version1);
            width: 15px;
            position: absolute;
            height: 2px;
            border: none;
            top: 12px;
            border-radius: 6px;
            opacity: 0;
        }
        
        a.readmore {
    font-weight: 500;
    font-family: "Montserrat", serif;

}

        .tor_testimonials_section .tor_testimonials_button>div:hover:before {
            opacity: 1;
        }

        .tor_testimonials_section .tor_testimonials_button>div svg {
            width: 20px;
            height: 20px;
        }

        .testPrev:before {
            right: 2px;
        }

        .testNext:before {
            left: 2px;
        }

        .tor_testimonial_section,
        .tor_testimonials_section .tor_testimonials_button>div,
        .tor_testimonials_section .tor_testimonials_button>div:hover,
        .tor_testimonials_section .tor_testimonials_button>div:before,
        .tor_testimonials_section .tor_testimonials_button>div:hover:before,
        .tor_testimonials_section .tor_testimonials_button>div svg,
        .tor_testimonials_section .tor_testimonials_button>div:hover svg {
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
        }

        .tor_client_info>img {
            margin-top: 10px;
            max-height: 50px;
        }

        /********************************************************
    11. Booking CSS Start
********************************************************/

        .tor_booking_wrapper {
            position: relative;
            background: url(../images/banner.png);
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
            width: 100%;
            padding: 70px 0 100px;
            background-attachment: fixed;
        }

        /* .tor_booking_wrapper:before {
            content: "";
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            position: absolute;
            background: rgb(245 245 245 / 84%);
        } */

        .tor_booking_wrapper .tor_heading_wrpper p {
            color: var(--main-gray-version19);
        }

        .tor_booking_wrapper ul.nav {
            justify-content: center;
            border-color: var(--main-black3);
        }

        .tor_booking_wrapper .nav-tabs .nav-link {
            width: 100px;
            min-height: 90px;
            text-align: center;
            padding: 0;
            border: none;
            border-radius: 0;
            position: relative;
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            justify-content: center;
        }

        .tor_booking_wrapper .nav-tabs .nav-link.active {
            background-color: rgba(255, 255, 255, 0.26);
        }

        .tor_tab_icons svg {
            fill: var(--main-bg-color);
            height: 40px;
            width: 40px;
        }

        .tor_tab_icons span {
            color: var(--main-bg-color);
            margin-top: 4px;
            display: block;
        }

        .tor_booking_content {
            background: var(--main-bg-color);
            margin-top: 36px;
            border: none;
            border-radius: 6px;
            padding: 42px 50px 50px;
        }

        .tor_booking_wrapper .nav-tabs .nav-link.active:before {
            content: "";
            background: var(--main-red-version1);
            height: 3px;
            width: 40%;
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
        }

        .tor_booking_content .tor_subHeading {
            color: var(--main-blue-version3);
            margin: 0;
        }

        .tor_booking_wrapper form {
            width: 100%;
        }

        .tor_booking_wrapper .tor_form_field {
            display: inline-block;
            width: 25%;
            margin-top: 20px;
            text-align: left;
        }

        .tor_booking_wrapper .tor_form_field .tor_btn {
            margin: 0;
            width: 100%;
        }

        .tor_radio_holder [type="radio"]:checked,
        .tor_radio_holder [type="radio"]:not(:checked) {
            position: absolute;
            left: -9999px;
        }

        .tor_radio_holder [type="radio"]:checked+label,
        .tor_radio_holder [type="radio"]:not(:checked)+label {
            position: relative;
            padding-left: 25px;
            cursor: pointer;
            line-height: 18px;
            display: inline-block;
            margin-bottom: 7px;
        }

        .tor_radio_holder [type="radio"]:checked+label:before,
        .tor_radio_holder [type="radio"]:not(:checked)+label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 15px;
            height: 15px;
            border: 1px solid var(--main-blue-version2);
            border-radius: 100%;
            background: var(--main-bg-color);
        }

        .tor_radio_holder [type="radio"]:checked+label:after,
        .tor_radio_holder [type="radio"]:not(:checked)+label:after {
            content: '';
            width: 9px;
            height: 9px;
            background: var(--main-red-version1);
            position: absolute;
            top: 3px;
            left: 3px;
            border-radius: 100%;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

        .tor_radio_holder [type="radio"]:not(:checked)+label:after {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
        }

        .tor_radio_holder [type="radio"]:checked+label:after {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }

        .tor_radio_holder {
            display: inline-flex;
        }

        .tor_booking_wrapper .tor_form_field.fullWidth {
            margin-top: 7px;
        }

        .tor_booking_wrapper .nav-tabs .nav-link.active:after {
            content: "";
            background: transparent;
            border-right: 20px solid transparent;
            border-bottom: 20px solid var(--main-bg-color);
            border-left: 20px solid transparent;
            width: 35px;
            height: 20px;
            position: absolute;
            bottom: -38px;
        }

        .tour_team_inner {
            overflow: hidden;
        }

        .sal_blog_thumb {
            background: white;
            box-shadow: 4px 3px 40px rgba(16, 33, 34, 0.06);
            margin: 0px 20px 0px 20px;
        }



        /*=======================================
   4. Buttons 
=======================================*/
        .eg-btn {
            text-align: center;
            display: inline-block;
            text-decoration: none;
            transition: all 0.45s ease-in-out;
            text-transform: capitalize;
            font-family: var(--font-exo);
            cursor: pointer;
            overflow: hidden;
        }

        .eg-btn i {
            font-weight: 200;
            vertical-align: middle;
            margin-right: 5px;
        }

        .btn--primary {
            background: var(--primary-color);
            color: var(--white);
            border-radius: 0px;
            position: relative;
            z-index: 1;
            display: inline-flex;
            justify-content: center;
            white-space: nowrap;
            border: 1px solid var(--primary-color);
            overflow: hidden;
        }

        .btn--primary::after {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            right: 0;
            background: var(--white);
            width: 100%;
            height: 100%;
            transition: 0.5s;
            z-index: -1;
            transform: scale(0.6);
            border-radius: 0px;
            opacity: 0;
        }

        .btn--primary:hover {
            color: var(--primary-color);
        }

        .btn--primary:hover::after {
            transform: scale(1);
            opacity: 1;
        }

        .btn--primary2 {
            background: var(--primary-color);
            color: var(red);
            border-radius: 0px;
            position: relative;
            z-index: 1;
            display: inline-flex;
            justify-content: center;
            white-space: nowrap;
            border: 2px solid var(--primary-color);
            overflow: hidden;
        }

        .btn--primary2::after {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            right: 0;
            background: var(--white);
            width: 100%;
            height: 100%;
            transition: 0.5s;
            z-index: -1;
            transform: scale(0.6);
            border-radius: 0px;
            opacity: 0;
        }

        .btn--primary2:hover {
            color: var(--text-primary);
        }

        .btn--primary2:hover::after {
            transform: scale(1);
            opacity: 1;
        }

        /********************************************************
	7. Counter Start
*******************************************************/

        .loc_counter_wrapper {
            position: relative;
            margin-top: 150px;
            z-index: 9;
        }

        .loc_counter_wrapper .container {
            max-width: 1200px;
        }

        .counter_item h1 {
            font-size: 42px;
            font-weight: 700;
            color: var(--main-blue-version3);
        }

        .counter_item p {
            font-size: 24px;
        }

        .loc_counter_icon {
            margin-bottom: 20px;
        }

        .loc_counter_icon img {
            width: 40px;
            position: relative;
        }

        .counter_item:hover .loc_counter_icon {
            box-shadow: 0px 0px 20px 0 rgba(255, 255, 255, 0.16);
        }

        .counter_item,
        .counter_item:hover .loc_counter_icon,
        .counter_item:hover,
        .counter_item .loc_counter_icon {
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
        }

        .counter-single {
            padding: 5px 0px;
        }

        .counter-single svg {
            fill: var(--primary-color);
            transition: all 0.5s ease;
        }

        .counter-single svg path {
            fill: var(--primary-color);
            transition: all 0.5s ease;
        }

        .counter-single:hover svg {
            transform: scale(1.2);
        }

        .counter-single .counter-icon {
            margin-bottom: 12px;
        }

        .counter_holder {
            z-index: 99;
        }

        /********************************************************
    12. Blog CSS Start
********************************************************/

        .tor_blog_wrapper {
            padding: 69px 0 42px;
        }

        .tor_blog_img,
        .tor_about_page_img {
            position: relative;
            display: inline-block;
            width: 100%;
            overflow: hidden;
            cursor: pointer;
        }

        /* Shine Start*/

        .tor_blog_img::before,
        .tor_about_page_img::before {
            position: absolute;
            top: 0;
            left: -75%;
            z-index: 2;
            display: block;
            content: '';
            width: 50%;
            height: 100%;
            background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
            background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
            -webkit-transform: skewX(-25deg);
            transform: skewX(-25deg);
        }

        .tor_blog_img:hover::before,
        .tor_about_page_img:hover::before {
            -webkit-animation: shine 1.5s;
            animation: shine 1.5s;
        }

        @-webkit-keyframes shine {
            100% {
                left: 125%;
            }
        }

        @keyframes shine {
            100% {
                left: 125%;
            }
        }

        /* Shine End */

        .tor_blog_img img {
            width: 100%;
        }

        .tor_blog_info li {
            display: inline-block;
            margin-left: 14px;
        }

        .tor_blog_info li:first-child {
            margin-left: 0;
        }

        .blog_text {
            padding: 25px 0 0;
        }

        .tor_blog_info {
            margin-bottom: 11px;
        }

        .tor_blog_info li img {
            margin-right: 10px;
            vertical-align: middle;
        }

        .tor_blog_info a {
            color: var(--main-gray-version19);
            font-family: 'Yantramanav', sans-serif;
        }

        .tor_blog_title {
            font-size: 24px;
            font-weight: 700;
            font-style: italic;
            line-height: 35px;
        }

        .tor_blog_title:hover {
            color: var(--main-red-version1);
        }

        .tor_blog_thumb {
            background: var(--main-bg-color);
            margin-bottom: 28px;
        }

        .tor_blog_title,
        .tor_blog_title:hover {
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
        }

        /********************************************************
    13. Partner CSS Start
********************************************************/

        .tor_partner_wrapper {
            position: relative;
            background: url(../images/banner.png);
            background-repeat: no-repeat;
            background-size: cover;
            background-attachment: fixed;
            background-position: center;
            width: 100%;
            padding: 80px 0 50px;
        }

        /* .tor_partner_wrapper:before {
            content: "";
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            position: absolute;
            background: rgba(0, 0, 0, 0.60);
        } */

        .tor_partner_wrapper img {
            opacity: .6;
            max-height: 120px;
        }

        .tor_partner_wrapper img:hover {
            opacity: 1;
        }

        .tor_partner_wrapper img:hover,
        .tor_partner_wrapper img {
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
        }

        /********************************************************
    14. Footer CSS Start
********************************************************/

        .tor_footer_main_wrapper {
            padding: 85px 0 0;
            position: relative;
            width: 100%;
            display: inline-block;
        }


        .tor_footer_main_wrapper .container {
            max-width: 1700px;
        }

        .tor_widgets h4 {
            font-size: 22px;
            margin-bottom: 20px;
        }

        .newsletter_wrap {
            position: relative;
            margin: 6px 0 12px;
        }

        .newsletter_wrap input {
            background: var(--main-bg-color);
            width: 100%;
            position: relative;
            height: 50px;
            padding: 0 70px 0 20px;
            border: 1px solid var(--main-blue-version2);
            border-radius: 40px;
        }

        .newsletter_wrap input::-webkit-input-placeholder {
            color: var(--main-gray-version19);
        }

        .newsletter_wrap input::-moz-placeholder {
            color: var(--main-gray-version19);
        }

        .newsletter_wrap input:-ms-input-placeholder {
            color: var(--main-gray-version19);
        }

        .newsletter_wrap input:-moz-placeholder {
            color: var(--main-gray-version19);
        }

        .newsletter_wrap button {
            background: var(--primary-color);
            border: none;
            color: var(--main-bg-color);
            position: absolute;
            right: 0;
            top: 0;
            bottom: 0;
            width: 50px;
        }

        .tor_widgets h6 {
            font-size: 18px;
            color: var(--main-gray-version19);
            font-family: 'Yantramanav', sans-serif;
        }

        .tor_widgets h5 {
            font-weight: 700;
            font-size: 22px;
            line-height: 40px;
            font-family: 'Yantramanav', sans-serif;
            color: var(--main-gray-version19);
        }

        .tor_widgets ul li {
            position: relative;
            padding-left: 20px;
            margin-bottom: 5px;
            font-family: "Work Sans", serif;
        }

        .tor_widgets ul li:before {
            position: absolute;
            left: 0;
            content: "";
            width: 5px;
            height: 5px;
            border: none;
            border-radius: 50%;
            top: 50%;
            background: var(--main-gray-version19);
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
        }

        .tor_widgets ul li a {
            position: relative;
            font-size: 14px;
            font-weight: 500;
            font-family: "Montserrat", serif;
            color: #7d8184;

        }

        .cs_footer_section1 p {
            padding: 15px 0px;
        }

        .cs_footer_icon h5 {
            color: #2b2b2b;
        }

        .banner_cs_footer_icon {
            position: absolute;
            right: -50px;
            display: flex;
            gap: 10px;
            bottom: 150px;
            transform: rotate(90deg);
            align-items: center;
            justify-content: center;
            color: #fff;
        }

        .banner_cs_footer_icon .social {
            transform: rotate(-90deg);
        }

        .banner_cs_footer_icon .social_icon {
            margin-top: 0px !important;
        }

        .tor_footer_address {
            color: #202020;
        }

        .tor_widgets ul li a:after {
            position: absolute;
            content: "";
            width: 100%;
            height: 1px;
            background: var(--main-gray-version19);
            right: 0;
            bottom: 0;
            opacity: 0;
        }

        .tor_widgets ul li a:hover:after {
            opacity: 0.6;
        }

        .tor_widgets ul li a:hover:after,
        .tor_widgets ul li a:after {
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -ms-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s;
        }

        .tor_widgets_contact h4 {
            font-weight: 700;
            font-size: 26px;
            font-style: italic;
            margin-bottom: 7px;
        }

        .footer_information {
            border-top: 1px solid var(--main-blue-version2);
            padding: 50px 0 0 0;
            margin: 11px 0 0 0;
        }

        .tor_widgets_contact span {
            display: inline-block;
            width: 100px;
            height: 100px;
            line-height: 100px;
            background: var(--main-gray-version20);
            border: none;
            border-radius: 50%;
            margin-bottom: 22px;
        }

        .tor_widgets_contact span svg {
            width: 40px;
            height: 40px;
            line-height: 40px;
            fill: var(--main-red-version1);
        }

        .tor_widgets_contact a {
            color: var(--main-gray-version19);
            display: inline-block;
            width: 100%;
        }

        .tor_copyright_wrapper {
            padding: 16px 0 13px;
            color: #353535;
            position: relative;
            background: #0000000a;
        }

        .tor_widgets_contact:hover span {
            background: var(--main-red-version1);
        }

        .tor_widgets_contact:hover svg {
            fill: var(--main-bg-color);
        }

        .tor_widgets_contact,
        .tor_widgets_contact:hover,
        .tor_widgets_contact:hover span,
        .tor_widgets_contact:hover svg {
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
        }

        /********************************************************
	17. Page Title Start
*******************************************************/

        .page_title_wrapper {
            position: relative;
            background: url(../images/banner.png);
            background-repeat: no-repeat;
            background-size: cover;
            background-position: bottom;
            background-attachment: fixed;
            width: 100%;
            padding: 173px 0 91px 0;
            color: var(--main-bg-color);
        }

        /* .page_title_wrapper:before {
            content: "";
            background: hsl(0deg 0% 14.9% / 73%);
            position: absolute;
            top: 0;
            bottom: 0;
            right: 0;
            left: 0;
            opacity: 0.9;
        } */

        .page_title_text h1 {
            font-size: 40px;
            line-height: 46px;
            margin-bottom: 6px;
        }

        .page_title_text ul {
            display: flex;
            justify-content: center;
            color: #000000;
        }

        .page_title_text ul>li {
            position: relative;
            padding-left: 20px;
            font-family: "Work Sans", serif;
        }

        .page_title_text ul>li:first-child {
            padding-left: 0;
        }

        .page_title_text ul>li:before {
            content: "//";
            display: inline-block;
            position: absolute;
            top: 0;
            left: 6px;
        }

        .page_title_text ul>li:first-child:before {
            content: unset;
        }

        /* .page_title_text ul>li a {
            color: var(--main-bg-color);
        } */

        /********************************************************
	17. About Page  Start
*******************************************************/

        .tor_about_page_wrapper {
            padding: 80px 0 50px;
        }

        .tor_about_page_img,
        .tor_about_page_text {
            margin-bottom: 30px;
        }

        .tor_about_page_text .tor_heading_wrpper {
            width: 100%;
            margin: 0px 0 35px 0;
        }

        .tor_about_page_img img {
            width: 100%;
        }

        .tor_about_page_info h5 {
            margin-bottom: 0;
            font-size: 22px;
        }

        a.tor_about_num {
            font-size: 30px;
            line-height: 60px;
            color: var(--primary-color);
        }

        .tor_about_page_wrapper .row {
            align-items: center;
        }

        /********************************************************
	17. Contact Page CSS Start
********************************************************/

        .tor_contact_wrapper {
            background: var(--main-bg-color);
            padding: 0px 0;
        }

        .tor_contact_from {
            width: 100%;
            margin: auto;
            background: var(--main-bg-color);
            box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.08);
            padding: 45px 50px 50px;
        }

        .tor_contact_from .tor_title {
            margin-bottom: 26px;
        }

        .tor_inputField {
            margin-bottom: 30px;
            position: relative;
        }

        .tor_inputField input,
        .tor_inputField textarea {
            width: 100%;
            padding: 0 60px 0 20px;
            height: 50px;
            box-shadow: inset 0 0 10px 0 rgba(194, 71, 96, 0.03);
            border: 1px solid var(--main-blue-version2);
            color: var(--main-blue-version2);
            font-family: "Montserrat", serif;
        }

        .tor_inputField input:focus,
        .tor_inputField textarea:focus {
            border-color: var(--main-blue-version2);
        }

        .tor_inputField input:focus,
        .tor_inputField textarea:focus,
        .tor_inputField input,
        .tor_inputField textarea {
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
        }

        .tor_inputField i {
            position: absolute;
            top: 0;
            right: 20px;
            bottom: 0;
            margin: auto;
            color: var(--main-blue-version2);
            line-height: 50px;
        }

        .tor_inputField textarea {
            padding: 15px 60px 15px 20px;
            height: 150px;
        }

        .tor_contact_from .tor_btn {
            margin: 1px 0 0 0;
        }

        .tor_contact_from input::-webkit-input-placeholder,
        .tor_contact_from textarea::-webkit-input-placeholder {
            color: var(--main-blue-version2);
        }

        .tor_contact_from input::-moz-placeholder,
        .tor_contact_from textarea::-moz-placeholder {
            color: var(--main-blue-version2);
        }

        .tor_contact_from input:-ms-input-placeholder,
        .tor_contact_from textarea:-ms-input-placeholder {
            color: var(--main-blue-version2);
        }

        .tor_contact_from input:-moz-placeholder,
        .tor_contact_from textarea:-moz-placeholder {
            color: var(--main-blue-version2);
        }

        /********************************************************
	22. Blog Page Start
*******************************************************/

        .blogPage_wrapper {
            padding: 80px 0 0px;
        }

        .sideBarWidgets {
            margin-bottom: 42px;
        }

        .sideBarWidgets:last-child {
            margin-bottom: 0px;
        }

        .blogSidebar,
        .sideBarWidgets {
            width: 100%;
        }

        .blogSearchWrapper {
            position: relative;
        }

        .blogSearchWrapper input {
            width: 100%;
            border: 1px solid #e6e6e6;
            height: 50px;
            border-radius: 6px;
            padding: 0 50px 0 30px;
            position: relative;
            line-height: 50px;
            margin-bottom: 4px;
        }

        .blogSearchWrapper>a {
            position: absolute;
            right: 18px;
            top: 0;
            color: var(--main-red-version1);
            bottom: 0;
            line-height: 50px;
        }

        .sideBarWidgets .blogPageTitle {
            padding-bottom: 10px;
            margin-bottom: 16px;
            font-weight: 700;
            font-size: 22px;
            text-transform: capitalize;
        }

        .blogPageThumb img {
            border: none;
            border-radius: 3px;
        }

        .blogPageTitleWrapper {
            width: calc(100% - 80px);
        }

        .blogPageSubTitle {
            font-weight: 700;
            text-transform: capitalize;
        }

        .blogDate {
            color: var(--main-red-version1);
            font-weight: 700;
        }

        .blogMainImg,
        .blogPageThumb {
            position: relative;
            overflow: hidden;
            width: 100%;
            max-height: 400px;
        }

        .blogMainImg img {
            border: none;
            width: 100%;
            border-radius: 15px;
        }

        .blogMainImg:after,
        .blogMainImg:before,
        .blogPageThumb:after,
        .blogPageThumb:before {
            content: "";
            position: absolute;
            width: 0;
            height: 0;
            z-index: 1;
            background: var(--main-bg-color);
            -webkit-transition: all .5s linear;
            -moz-transition: all .5s linear;
            -ms-transition: all .5s linear;
            -o-transition: all .5s linear;
            transition: all .5s linear;
        }

        .blogMainImg:before,
        .blogMainImg:hover:before,
        .blogPageThumb:before,
        .blogPageThumb:hover:before {
            right: 0;
            top: 0;
        }

        .blogMainImg:hover:after,
        .blogMainImg:hover:before,
        .blogPageThumb:hover:after,
        .blogPageThumb:hover:before {
            width: 100%;
            height: 100%;
            opacity: 0;
        }

        .blogMainImg:after,
        .blogMainImg:hover:after,
        .blogPageThumb:after,
        .blogPageThumb:hover:after {
            left: 0;
            bottom: 0;
        }

        .blogMainImg:after,
        .blogPageThumb:after {
            opacity: .3;
        }

        .blogPageInfo ul {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
        }

        .blogPageInfo ul li {
            margin-right: 60px;
        }

        .blogPageInfo ul li:last-child {
            margin-right: 0px;
        }

        .blogPageInfo {
            padding: 30px 0 21px;
        }

        .blogPageInfo ul li img.blogUser,
        .blogPageInfo ul li i {
            margin-right: 10px;
        }

        .blogPageInfo ul li .blogUser_name,
        .blogPageInfo ul li i {
            color: var(--primary-color);
        }

        img.blogUser {
            width: 30px;
            height: 30px;
            border-radius: 100%;
        }

        .blogPageInfo ul li a {
            color: var(--main-txt-color);
            font-family: "Work Sans", serif;
        }

        .blogPageInfo ul li a:hover {
            color: var(--main-red-version1);
        }

        .blogHeading {
            font-size: 38px;
            line-height: 46px;
            display: inline-block;
            margin-bottom: 12px;
        }

        .blogBtn {
            margin-top: 21px;
        }

        .blogSection {
            margin-bottom: 50px;
        }

        .blogPaginationWrapper ul li {
            display: inline-block;
            font-size: 18px;
        }

        .blogPaginationWrapper ul li a,
        .blogPaginationWrapper ul li.dot:hover a {
            font-family: "Work Sans", serif;
            color: var(--main-link-color);
            width: 40px;
            height: 40px;
            border-radius: 50%;
            line-height: 42px;
            display: inline-block;
            text-align: center;
            background: var(--main-bg-color);
        }

        .blogPaginationWrapper ul li.dot:hover a {
            cursor: none;
        }

        .blogPaginationWrapper ul li.blogPagePrev a,
        .blogPaginationWrapper ul li.blogPageNext a {
            width: auto;
            height: 40px;
        }

        .blogPaginationWrapper ul li.blogPagePrev:hover a,
        .blogPaginationWrapper ul li.blogPageNext:hover a {
            background: var(--main-bg-color);
            color: var(--main-red-version1);
        }

        .blogPaginationWrapper ul li.active a,
        .blogPaginationWrapper ul li:hover a {
            color: var(--main-bg-color);
            background: var(--primary-color);
        }

        /********************************************************
	23. Blog Single Page Start
*******************************************************/

        .blogPage_wrapper.blogPageSingleWrapper {
            padding: 80px 0 0px;
        }

        .blogPageBlockquote {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
        }

        .blogPageBlockquote_img {
            width: 160px;
            margin-right: 10px;
            position: relative;
        }

        .blogBlockquoteQuate {
            width: calc(100% - 170px);
            color: var(--main-link-color);
            position: relative;
            text-align: center;
        }

        .blogBlockquoteQuate p,
        .blogQuateUser {
            text-align: left;
        }

        .blogPageBlockquote_img img.blogQuateUser {
            border: 3px solid var(--primary-color);
            border-radius: 50%;
            width: 130px;
            height: 130px;
        }

        /* .blogPageBlockquote_img:before {
            content: "\f10e";
            right: 12px;
            font-family: FontAwesome;
            font-style: normal;
            font-weight: normal;
            text-decoration: none;
            color: var(--primary-color);
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            width: 40px;
            height: 40px;
            line-height: 32px;
            background: var(--main-bg-color);
            border: 5px solid var(--main-red-version1);
            padding-left: 8px;
            border-radius: 100%;
        } */

        .blogQuateUser {
            color: var(--main-link-color);
            font-size: 20px;
            width: 100%;
            display: inline-block;
        }

        .blogQuateUser>span {
            color: var(--main-txt-color);
            font-size: 16px;
            font-weight: 700;
            font-family: "Work Sans", serif;
        }

        .blogBlockquoteQuate:before {
            content: "\f10e";
            font-family: FontAwesome;
            font-style: normal;
            font-weight: normal;
            text-decoration: none;
            color: var(--main-red-version1);
            position: absolute;
            left: 0;
            right: 0;
            font-size: 2%;
            margin: auto;
        }

        .blogBlockquoteQuate:before {
            content: "\f10e";
            font-family: FontAwesome;
            font-style: normal;
            font-weight: normal;
            text-decoration: none;
            color: var(--main-red-version1);
            position: absolute;
            left: 0;
            right: 0;
            font-size: 84px;
            margin: auto;
            top: 50%;
            opacity: .1;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
        }

        .blogImgTextContainer {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
        }

        .blogImgTextContainer img {
            width: 370px;
            display: inline-block;
            margin: 6px 15px 6px 0;
        }

        .blogImgTextContainer p {
            display: inline-block;
            width: calc(100% - 385px);
        }

        .blogAuthoreMessageBox {
            background: var(--primary-color);
            border: none;
            border-radius: 15px;
            padding: 30px;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            margin: 71px 0 71px;
            color: var(--main-bg-color);
        }

        .blogAuthoreContent h5 {
            color: var(--main-bg-color);
            font-size: 20px;
        }

        .blogAuthoreContent h5 span {
            font-weight: 400;
            font-size: 16px;
        }

        .blogAuthoreContent {
            width: calc(100% - 140px);
        }

        .blogAuthoreImg {
            width: 110px;
            height: 110px;
            overflow: hidden;
            margin-right: 30px;
        }

        .blogAuthoreImg img {
            width: 110px;
            height: 110px;
            border: none;
            border-radius: 100%;
            object-fit: fill;
        }

        .blogCommentHolder {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
        }

        .blogCmntDetail {
            width: calc(100% - 130px);
        }

        .blogCmntUser {
            width: 100px;
            height: 100px;
            overflow: hidden;
            margin-right: 30px;
        }

        .blogCmntUser img {
            width: 100px;
            height: 100px;
            border: none;
            border-radius: 100%;
            object-fit: fill;
        }

        .blogCommnets>ul>li {
            margin-bottom: 26px;
            display: inline-block;
        }

        .blogCommnets ul li ul {
            padding-left: 80px;
        }

        .blogCommnets>ul>li>ul>li {
            margin-top: 26px;
        }

        .blogPageCommentForm {
            margin-top: 43px;
        }

        .blogInputFieldInner {
            width: 100%;
            border: 1px solid var(--main-blue-version2);
            padding: 0 20px;
            height: 50px;
            display: flex;
            color: var(--main-blue-version2);
        }

        textarea.blogInputFieldInner {
            height: 150px;
            resize: none;
            padding: 12px 20px;
        }

        .blogPageCommentForm input::-webkit-input-placeholder,
        .blogPageCommentForm textarea::-webkit-input-placeholder {
            color: var(--main-blue-version2);
            font-family: "Montserrat", serif;
        }

        .blogPageCommentForm input::-moz-placeholder,
        .blogPageCommentForm textarea::-moz-placeholder {
            color: var(--main-blue-version2);
            font-family: "Montserrat", serif;
        }

        .blogPageCommentForm input:-ms-input-placeholder,
        .blogPageCommentForm textarea:-ms-input-placeholder {
            color: var(--main-blue-version2);
            font-family: "Montserrat", serif;
        }

        .blogPageCommentForm input:-moz-placeholder,
        .blogPageCommentForm textarea:-moz-placeholder {
            color: var(--main-blue-version2);
            font-family: "Montserrat", serif;
        }

        .blogInputField {
            margin-bottom: 30px;
        }

        .blogPageCommentForm .blogSectionHeading {
            margin-bottom: 40px;
        }

        .blogPageCommentForm .theme_btn {
            margin: 0;
        }

        .blogCmntReply {
            color: var(--primary-color);
            margin-left: 15px;
        }

        .blogCmntReply svg {
            width: 16px;
            fill: var(--primary-color);
        }

        .blogDivider {
            margin: 22px 0;
            display: block;
        }

        a.pnt_btn.blogBtn {
            background: var(--primary-color);
            color: var(--main-bg-color);
        }

        .blogPaginationWrapper {
            text-align: center;
        }

        .blogSectionHeading {
            font-size: 32px;
            margin: 0 0 26px;
        }

        .wd100 {
            width: 100% !important;
        }



        /********************************************************
    13. Blog CSS Start
********************************************************/

        .sal_blog_wrapper {
            width: 100%;
            display: inline-block;
            font-family: "Red Hat Display", serif;

            padding: 80px 0 71px;
        }

        .sal_blog_wrapper .container {
            max-width: 1500px;
        }


        .sal_blog_img {
            position: relative;
            overflow: hidden;
            cursor: pointer;
            display: inline-block;
            width: 100%;
        }

        .sal_blog_img::before {
            position: absolute;
            top: 0;
            left: -100%;
            z-index: 2;
            display: block;
            content: '';
            width: 50%;
            height: 100%;
            background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
            background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
            -webkit-transform: skewX(-25deg);
            transform: skewX(-25deg);
        }

        .sal_blog_img:hover::before {
            -webkit-animation: shine 1.5s;
            animation: shine 1.5s;
        }

        @-webkit-keyframes shine {
            100% {
                left: 125%;
            }
        }

        @keyframes shine {
            100% {
                left: 125%;
            }
        }


        /* Shine End */

        /* .sal_blog_wrapper .sal_heading_wrapper {
    margin: 0;
    width: 100%;
} */

        .sal_blog_wrapper .row {
            align-items: center;
        }

        .sal_blog_info {
            display: flex;
            flex-wrap: wrap;
            margin: 24px 0 3px;
        }

        .sal_blog_img img {
            width: 100%;
        }

        .sal_blog_info li {
            position: relative;
            padding-left: 8px;
            margin-left: 8px;
        }

        .sal_blog_info li a {
            color: var(--main-brown-version2);
        }

        .sal_blog_info li a span {
            color: var(--main-gray-version25);
        }

        .sal_blog_info li:first-child {
            padding-left: 0;
            margin-left: 0;
        }

        .sal_blog_info li:first-child:before {
            content: unset;
        }

        .sal_blog_info li:before {
            content: "";
            position: absolute;
            background: var(--main-brown-version2);
            width: 3px;
            height: 3px;
            border: none;
            border-radius: 50%;
            top: 50%;
            transform: translateY(-50%);
            left: 0;
        }

        .sal_blog_button {
            width: 100%;
            margin: auto;
            position: relative;
            display: inline-block;
            margin-top: 8px;
            padding: 0;
        }

        .sal_blog_inner {
            display: flex;
            width: 80px;
            justify-content: space-between;
        }

        .sal_blog_button>div>div {
            width: 20px;
            overflow: hidden;
            cursor: pointer;
            position: relative;
            height: 20px;
        }

        .sal_blog_button>div>div svg {
            fill: var(--main-gray-version19);
        }

        .sal_blog_button>div>div:hover svg {
            fill: var(--main-brown-version2);
        }

        .sal_blog_button>div>div:hover {
            width: 35px;
        }

        .blogNextButton {
            text-align: right;
        }

        .blogPrevButton svg {
            -webkit-transform: rotateY(180deg);
            -moz-transform: rotateY(180deg);
            -ms-transform: rotateY(180deg);
            -o-transform: rotateY(180deg);
            transform: rotateY(180deg);
        }

        .sal_blog_button>div>div:before {
            content: "";
            background: var(--main-brown-version2);
            width: 15px;
            position: absolute;
            height: 2px;
            border: none;
            top: 14px;
            border-radius: 6px;
            opacity: 0;
        }

        .sal_blog_button>div>div:hover:before {
            opacity: .5;
        }

        .sal_blog_button>div>div svg {
            width: 20px;
            height: 20px;
        }

        .blogPrevButton:before {
            right: 2px;
        }

        .blogNextButton:before {
            left: 2px;
        }

        .sal_blog_button>div>div:before,
        .sal_blog_button>div>div:hover:before,
        .sal_blog_button>div>div:hover svg,
        .sal_about_button>div>div svg,
        .sal_about_button>div>div,
        .sal_about_button>div>div:hover,
        .sal_blog_title:hover,
        .sal_blog_title {
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
        }

        .sal_blog_title {
            color: var(--main-link-color);
            font-size: 26px;
            font-weight: 600;
            position: relative;
            padding: 0;
            margin: 6px 0 10px;
            display: inline-block;
            width: 100%;
            line-height: 30px;
        }

        .sal_blog_title:hover {
            color: var(--main-brown-version2);
        }

        .entry_text {
            padding: 25px 20px;
            position: relative;
        }

        .entry_header {

            border-bottom: 1px solid #ebebeb;
            margin-bottom: 15px;
            padding-bottom: 3px;
        }

        .meta-info {
            font-family: "Jost", sans-serif;
            font-size: 14px;
            font-weight: 500;
            color: #7d8184;
        }

        .post-cat {
            color: var(--primary-color);
        }

        .sal_blog_thumb .date-meta {
            background-color: var(--primary-color);
            color: #ffffff;
            font-size: 18px;
            font-weight: 600;
            width: 60px;
            height: 60px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            line-height: 18px;
            text-transform: uppercase;
            position: absolute;
            top: -30px;
            right: 30px;
            z-index: 1;
        }





        /********************************************************
    4. Banner CSS Start
********************************************************/


        .pc_banner_wrapper .container {
            max-width: 1800px;
            margin: auto;
        }

        .pc_banner_right_img {
            animation: mover 2s infinite alternate;
        }

        .pc_banner_wrapper .swiper-container {
            overflow: visible !important;
        }

        .banner_img {
            max-width: 620px;
            width: 100%;
            height: 640px;
            object-fit: contain;
        }


        .d_bannner_span {
            font-size: 1.5rem;
            font-weight: 500;
            color: var(--secondary-color);
            font-family: "Work Sans", serif;
            margin-bottom: 0px;
            text-transform: uppercase;
            letter-spacing: 3px;
        }

        .pc_banner_right_content {
            position: absolute;
            right: 0;
            transform: rotate(90deg);
            max-width: 455px;
            height: 100%;
            /* background: red; */
            align-items: center;
            justify-content: center;
            display: flex;
        }

        .pc_banner_right_content h2 {
            text-align: center;
            font-size: 150px;
            font-family: medium;
            text-transform: uppercase;
            font-family: "Anton", serif;
            color: #ffffff30;
        }

        @keyframes mover {
            0% {
                transform: translateY(0);
            }

            100% {
                transform: translateY(-10px);
            }
        }

        .pc_banner_wrapper {
            background-image: url(../images/banner-bg.jpeg);
            background-size: cover;
            background-repeat: no-repeat;
            background-position: top;
            position: relative;
            z-index: 1;
            width: 100%;
            height: 100vh;
            padding: 160px 0 240px 0;
        }

        .pc_banner_left_text1 p {
            font-size: 18px;
            /* font-weight: 700; */
            color: var(--primary-color);
            line-height: 1.5;
            padding-bottom: 10px;
            display: flex;
            align-items: center;
            gap: 8px;
            line-height: normal;
        }

        .pc_banner_left_text1 h1 {
            font-size: 52px;
            /* font-weight: 900; */
            color: var(--heading-color);
        }

        .pc_banner_left_text1 h1>span {
            color: var(--primary-color);
        }

        .pc_banner_left_content {
            margin-top: 90px;
        }

        .pc_banner_btn {
            margin-top: 25px;
        }

        .pc_banner_form span {
            display: grid;
        }

        .pc_banner_form form {
            display: flex;
        }

        .pc_banner_form_section input {
            border: none;
            border-bottom: 1px solid transparent;
            height: 34px;
        }

        .pc_banner_form_section label {
            font-size: 16px;
            /* font-weight: bold; */
            color: var(--heading-color);
        }

        .pc_banner_form span {
            display: grid;
            /* width: 100%; */
            padding-right: 0px;
        }

        .pc_banner_form_section input:focus {
            border-bottom: 1px solid var(--secondary-color);
        }

        .pc_banner_form_section_box {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 50px;
        }

        .pc_banner_form {
            /* padding: 15px; */
            max-width: 1800px;
            width: 100%;
            margin-top: 150px;
            border-radius: 6px;
            margin: 0 auto;
            margin-bottom: -80px;
        }


        .pc_banner_form_margin {
            width: 100%;
            margin: auto;
            position: relative;
            width: 100%;
            margin-top: 0px;
            background-color: var(--primary-color);
        }

        input[type="text"] {

            color: #666;
            padding: .75em;
            height: auto;
            border-width: 1px;
            border-style: solid;
            border-color: var(--ast-border-color);
            border-radius: 2px;
            background: var(--ast-comment-inputs-background);
            box-shadow: none;
            box-sizing: border-box;
            transition: all .2slinear;
        }

        .pc_banner_right_img img {
            margin: 60px auto 20px;
            -webkit-mask-size: 100% 100%;
        }

        .mt-100 {
            margin-top: 100px !important;
        }

        .bg_none {
            background-image: none !important;
        }



        /* Banner Styles */
        .pc_banner_wrapper {
            /* Remove background-image for better control in responsiveness */
            position: relative;
            overflow: hidden;
            /* Ensure slides don't overflow */
            /* Adjust padding as needed */
        }

        .swiper-slide {
            display: flex;
            /* Use flexbox for easy arrangement */
            align-items: center;
            justify-content: space-between;
            /* Distribute space between image and text */
        }

        .pc_banner_left_content {
            flex: 0 0 50%;
            /* Occupy 50% width */
            padding: 0 20px;
            /* Add padding for better spacing */
        }

        .pc_banner_wrapper .swiper-button-prev {
            display: none !important;
        }

        .pc_banner_wrapper .swiper-button-next {
            display: none !important;
        }

        .pc_banner_wrapper .swiper-pagination {
            display: none;
        }

        .banner_heading_img {
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translate(-50%, 66%);
        }

        @keyframes slideInLeft {
            0% {
                transform: translateX(-100%);
                opacity: 0;
            }

            100% {
                transform: translateX(0);
                opacity: 1;
            }
        }

        @keyframes slideInRight {
            0% {
                transform: translateX(100%);
                opacity: 0;
            }

            100% {
                transform: translateX(0);
                opacity: 1;
            }
        }

        @keyframes slideInUp {
            0% {
                transform: translateY(50px);
                opacity: 0;
            }

            100% {
                transform: translateY(0);
                opacity: 1;
            }
        }

        .d_bannner_title.animate-left {
            animation: slideInLeft 1s forwards;
        }

        .d_bannner_mtitle.animate-right {
            animation: slideInRight 1s forwards;
        }

        .d_bannner_stitle.animate-up {
            animation: slideInUp 1s forwards;
        }

        .d_banner_section .d_banner_text {
            margin-left: 119px;
            position: relative;
        }

        .d_bannner_title {
            font-size: 22px;
            color: var(--primary-color);
            background-color: #f6e239;
            padding: 4px 12px;
            width: fit-content;
            line-height: 1.5;
            display: flex;
            align-items: center;
            gap: 8px;
            line-height: normal;
            font-family: none;
            margin-bottom: 10px;
        }

        .bg_none {
            background: none !important;
        }

        .d_bannner_head {
            font-size: 85px;
            color: #ffffff;
        }

        .d_bannner_shadwtitle {
            opacity: 0;
            visibility: hidden;
            -webkit-transition: all 1000ms ease;
            -o-transition: all 1000ms ease;
            transition: all 1000ms ease;
            -webkit-transform: translateY(-50px);
            -ms-transform: translateY(-50px);
            transform: translateY(-50px);
        }

        .d_banner_wrapper .swiper-slide-active .d_bannner_shadwtitle {
            opacity: 1;
            visibility: visible;
            -webkit-transition-delay: 1200ms;
            -o-transition-delay: 1200ms;
            transition-delay: 1200ms;
            -webkit-transform: translateY(0px);
            -ms-transform: translateY(0px);
            transform: translateY(0px);
        }

        .d_banner_wrapper {
            position: relative;
            width: 100%;
            /* background-image: url(../images/index14/banner.jpg); */
            background-position: center center;
            padding: 2px 0px 46px !important;
            height: 100%;
        }

        .banner_img {
            max-width: 620px;
            width: 100%;
            height: 640px;
            object-fit: contain;
        }

        .banner_img img {
            width: 100%;
            height: 100%;

        }


        .d_bannner_mtitle {
            font-size: 30px;
            font-weight: 400;
            color: #ffffff;
            font-family: "Work Sans", serif;
        }

        .d_bannner_stitle {
            font-size: 20px;
            text-transform: uppercase;
            font-weight: 300;
            /* padding: 10px 20px; */
            letter-spacing: 1px;
            margin-bottom: 0px;
        }

        .d_bannner_stitle a {
            color: #fff !important;
        }

        .d_bannner_shadwtitle {
            font-size: 150px;
            text-transform: uppercase;
            color: rgb(255 48 82 / 0.10);
            position: absolute;
            top: -100px;
            left: -57px;
            letter-spacing: 5px;
        }

        .d_banner_section {
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            /* background-color: var(--main-border-color); */
            padding: 17% 0 10%;
            position: relative;
        }

        /* .d_banner_section.slide1 {
            background-image: url(../images/about.png);
        }
        
        .d_banner_section.slide2 {
            background-image: url(../images/abt-img.png);
        }
        
        .d_banner_section.slide3 {
            background-image: url(../images/banner2.jpg);
        } */

        .d_banner_wrapper .pagination {
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            right: 60px;
            margin: auto;
            z-index: 2;
            display: flex;
            flex-direction: column;
        }

        .d_banner_wrapper .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
            background: red;
            transform: translateX(-30px);
            -webkit-transition: all .3s ease;
            -ms-transition: all .3s ease;
            -moz-transition: all .3s ease;
            -o-transition: all .3s ease;
            transition: all .3s ease;
        }

        .d_banner_wrapper .pagination .swiper-pagination-bullet {
            width: 60px;
            height: 2px;
            border-radius: 0;
            margin: 12px 0;
            position: relative;
            opacity: 1;
            background: #383a57;
        }

        .d_banner_wrapper .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
            content: "01";
            position: absolute;
            right: -30px;
            top: 50%;
            transform: translateY(-50%);
            /* font-weight: 700; */
            font-size: 16px;
            color: red;
            -webkit-transition: all .3s ease;
            -ms-transition: all .3s ease;
            -moz-transition: all .3s ease;
            -o-transition: all .3s ease;
            transition: all .3s ease;
        }

        .d_banner_wrapper .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:nth-child(2):after {
            content: "02";
        }

        .d_banner_wrapper .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:nth-child(3):after {
            content: "03";
        }

        .d_social>ul {
            display: flex;
        }

        .d_banner_social>ul {
            position: absolute;
            right: 60px;
            bottom: 30px;
        }

        .d_banner_social>ul>li {
            margin-left: 20px;
        }

        .d_banner_social>ul>li>a {
            color: #383a57;
            font-size: 17px;
        }

        .d_banner_social>ul>li>a:hover {
            color: var(--d-red-color);
        }


        /*animation css*/

        .d_bannner_title {
            opacity: 0;
            visibility: hidden;
            -webkit-transition: all 800ms ease;
            -o-transition: all 800ms ease;
            transition: all 800ms ease;
            -webkit-transform: translateX(-50px);
            -ms-transform: translateX(-50px);
            transform: translateX(-50px);
        }

        .d_banner_wrapper .swiper-slide-active .d_bannner_title {
            opacity: 1;
            visibility: visible;
            -webkit-transition-delay: 800ms;
            -o-transition-delay: 800ms;
            transition-delay: 800ms;
            -webkit-transform: translateX(0px);
            -ms-transform: translateX(0px);
            transform: translateX(0px);
        }

        .d_bannner_mtitle {
            opacity: 0;
            visibility: hidden;
            -webkit-transition: all 800ms ease;
            -o-transition: all 800ms ease;
            transition: all 800ms ease;
            -webkit-transform: translateX(50px);
            -ms-transform: translateX(50px);
            transform: translateX(50px);
        }

        .d_banner_wrapper .swiper-slide-active .d_bannner_mtitle {
            opacity: 1;
            visibility: visible;
            -webkit-transition-delay: 1000ms;
            -o-transition-delay: 1000ms;
            transition-delay: 1000ms;
            -webkit-transform: translateX(0px);
            -ms-transform: translateX(0px);
            transform: translateX(0px);
        }

        .d_bannner_stitle {
            opacity: 0;
            visibility: hidden;
            -webkit-transition: all 800ms ease;
            -o-transition: all 800ms ease;
            transition: all 800ms ease;
            -webkit-transform: translateY(20px);
            -ms-transform: translateY(20px);
            transform: translateY(20px);
        }

        .d_banner_wrapper .swiper-slide-active .d_bannner_stitle {
            opacity: 1;
            visibility: visible;
            -webkit-transition-delay: 1200ms;
            -o-transition-delay: 1200ms;
            transition-delay: 1200ms;
            -webkit-transform: translateY(0px);
            -ms-transform: translateY(0px);
            transform: translateY(0px);
        }

        .d_banner_social>ul>li {
            opacity: 0;
            visibility: hidden;
            -webkit-transition: all 800ms ease;
            -o-transition: all 800ms ease;
            transition: all 800ms ease;
            -webkit-transform: translateY(20px);
            -ms-transform: translateY(20px);
            transform: translateY(20px);
        }

        .d_banner_wrapper .swiper-slide-active .d_banner_social>ul>li {
            opacity: 1;
            visibility: visible;
            -webkit-transition-delay: 1500ms;
            -o-transition-delay: 1500ms;
            transition-delay: 1500ms;
            -webkit-transform: translateY(0px);
            -ms-transform: translateY(0px);
            transform: translateY(0px);
        }

        .d_banner_wrapper .swiper-slide-active .d_banner_social>ul>li:nth-child(02) {
            -webkit-transition-delay: 1600ms;
            -o-transition-delay: 1600ms;
            transition-delay: 1600ms;
        }

        .d_banner_wrapper .swiper-slide-active .d_banner_social>ul>li:nth-child(03) {
            -webkit-transition-delay: 1700ms;
            -o-transition-delay: 1700ms;
            transition-delay: 1700ms;
        }

        .d_banner_wrapper .swiper-slide-active .d_banner_social>ul>li:nth-child(04) {
            -webkit-transition-delay: 1800ms;
            -o-transition-delay: 1800ms;
            transition-delay: 1800ms;
        }


        /* ======= About style ======= */
        /* about list */
        .about-list {
            position: relative;
            display: block;
        }

        .about-list li {
            position: relative;
            display: flex;
            align-items: center;
        }

        .about-list li+li {
            margin-top: 10px;
        }

        .about-list-icon {
            display: flex;
            align-items: center;
        }

        .about-list-icon span {
            font-size: 10px;
            color: #fff;
            background-color: #2095AE;
            border-radius: 50%;
            padding: 10px;
        }

        .about-list-text {
            margin-left: 15px;
        }

        .about-list-text p {
            font-size: 16px;
            margin: 0;
        }

        /* about img */
        .about h5 {
            color: #0f2454;
            font-size: 18px;
            line-height: 1.75em;
        }

        .about h5 span {
            color: #2095AE;
        }

        .about .about-img img:hover {
            transform: scale(0.95);
        }

        .about .about-img {
            position: relative;
        }

        .about .about-img .img {
            padding: 0 30px 30px 15px;
            position: relative;
        }

        .about .about-img .img:before {
            content: '';
            position: absolute;
            top: 30px;
            right: 0;
            left: 45px;
            bottom: 0;
            background-color: #2095AE;
        }

        .about .about-img .img:after {
            content: '';
            width: 50%;
            position: absolute;
            top: -6%;
            bottom: 60%;
            left: -3%;
            background-image: url(../img/dots.png);
            background-repeat: repeat;
            z-index: -1;
        }

        .about .about-img .img img {
            position: relative;
            z-index: 2;
            background: transparent;
        }

        /* circle */
        .about #circle {
            position: absolute;
            top: 200px;
            right: -40%;
            width: 100%;
            padding-bottom: 100%;
            overflow: hidden;
            pointer-events: none;
            opacity: .99;
            z-index: 2;
        }

        .about #circle text {
            font-size: 14px;
            font-weight: 400;
            letter-spacing: 4px;
            text-transform: uppercase;
            font-family: 'Poppins', sans-serif;
        }

        .about #circle svg {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 300px;
            -webkit-animation-name: rotate;
            animation-name: rotate;
            -webkit-animation-duration: 8s;
            animation-duration: 8s;
            -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
            -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
        }

        @keyframes rotate {
            from {
                -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
            }

            to {
                -webkit-transform: rotate(0);
                transform: rotate(0);
            }
        }




        /*=======================================
   11. Searchbar-section
=======================================*/
        .searchbar-section {
            margin-top: 20px;
            position: relative;
            z-index: 9;
        }



        .searchbar-section.sibling-2 {
            margin-top: -120px;
        }

        @media (min-width: 1400px) {
            .searchbar-section.sibling-2 .container {
                max-width: 1170px;
            }
        }

        @media (max-width: 767px) {
            .searchbar-section.sibling-2 {
                margin-top: -40px;
            }
        }

        .multi-main-search {
            background-color: white;
            padding: 16px 25px 16px 0px;
            box-shadow: 1px 1px 10px 8px rgba(0, 0, 0, 0.04);
        }

        @media (max-width: 1199px) {
            .multi-main-search {
                transform: translateY(0px);
            }
        }

        @media (max-width: 991px) {
            .multi-main-search {
                padding: 25px 15px;
            }
        }

        @media (max-width: 991px) {
            .multi-main-search .main-form-submit {
                margin-top: 20px;
            }
        }

        .multi-main-search .search-box-single {
            display: flex;
            flex-direction: row;
            align-items: center;
            padding: 0px 25px;
            position: relative;
        }

        .multi-main-search .search-box-single::after {
            content: "";
            position: absolute;
            top: 50%;
            right: 0px;
            transform: translateY(-50%);
            width: 2px;
            height: 40px;
            background: #ddd;
            /* Replace with actual border color */
        }

        @media (max-width: 767px) {
            .multi-main-search .search-box-single::after {
                display: none;
            }
        }

        .multi-main-search .search-box-single.remove-after::after {
            content: unset;
        }

        .multi-main-search .search-box-single .searchbox-icon {
            line-height: 10px;
        }

        .searchbox-icon img {
            width: 30px;
            height: 30px;
        }

        .searchbox-input {
            width: 100%;
        }

        .searchbox-input input {
            width: 100%;
            height: 40px;
            border: unset;
            padding-left: 15px;
        }

        .searchbox-input input::placeholder {
            font-size: 1.6rem;
            font-weight: 500;
            color: #333;
            /* Replace with actual text-primary color */
        }

        .nice-select {
            background-color: white;
            box-sizing: border-box;
            clear: both;
            cursor: pointer;
            display: block;
            float: left;
            height: 40px;
            line-height: 40px;
            outline: none;
            position: relative;
            text-align: left !important;
            transition: all 0.2s ease-in-out;
            user-select: none;
            white-space: nowrap;
            width: 100%;
            border-radius: 0px;
            border: unset;
        }

        .nice-select::after {
            content: "";
            border-bottom: 2px solid #333;
            /* Replace with actual text-primary color */
            border-right: 2px solid #333;
            /* Replace with actual text-primary color */
            display: block;
            height: 10px;
            margin-top: -6px;
            pointer-events: none;
            position: absolute;
            right: 12px;
            top: 50%;
            transform-origin: 66% 66%;
            transform: rotate(45deg);
            transition: all 0.15s ease-in-out;
            width: 10px;
        }

        .nice-select .option {
            min-height: 30px;
            line-height: 30px;
            font-size: 16px;
            padding: 5px 10px;
            font-family: "Montserrat", serif;
        }

        .nice-select .option:hover {
            background: var(--primary-color);
            /* Replace with actual primary color */
            color: white;
        }

        .nice-select .option.selected {
            background: var(--primary-color) !important;
            /* Replace with actual primary color */
        }

        .nice-select .current {
            font-size: 18px;
            font-weight: 600;
            color: #333;
            font-family: "Work Sans", serif;
        }

        .nice-select .list {
            border: unset;
            margin-top: 3px;
            z-index: 100;
            border-radius: 0px;
            width: 100%;
            min-width: 80px;
        }

        .ui-menu {
            border: 1px solid rgba(41, 43, 49, 0.03) !important;
            padding: 5px 0px;
        }

        .ui-menu .ui-menu-item {
            transition: all 0.35s ease;
            font-size: 16px;
            font-weight: 400;
            color: #666;
            /* Replace with actual text-secondary color */
            font-family: "Work Sans", sans-serif;
        }

        .ui-menu .ui-menu-item .ui-menu-item-wrapper {
            padding: 5px 20px;
            background: white;
            border: 2px solid transparent;
            transition: all 0.35s ease;
        }

        .ui-menu .ui-menu-item:hover {
            background: #007bff;
            /* Replace with actual primary color */
        }

        .ui-menu .ui-menu-item:hover .ui-menu-item-wrapper {
            background: #007bff;
            /* Replace with actual primary color */
        }

        .ui-menu .ui-menu-item.sibling-2:hover {
            background: #ff5722;
            /* Replace with actual primary-color2 */
        }



        /* social */

        .social_icon {
            display: flex;
            align-items: center;
            justify-content: start;
            gap: 5px;
            margin-top: 10px;
        }

        .social {
            background-color: #0000000a;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 40px;
            height: 40px;
            border-radius: 100%;
            transition: all 0.5s ease-in-out;
        }

        .social svg {
            transition: transform 0.5s ease-out;
            width: 30px;
            height: 30px;
        }

        .social:hover {
            border-radius: 100%;
            transform: rotate(405deg);
        }

        .social:hover svg {
            transform: rotate(315deg);
        }

        .facebook {
            fill: #3b5998;
        }

        .facebook:hover {
            fill: white;
            background: #3b5998;
        }

        .twitter {
            fill: #4099FF;
        }

        .twitter:hover {
            fill: white;
            background: #4099FF;
        }

        /*=======================================
   11. category-section
=======================================*/

        .category-section {
            padding: 50px 0px;
        }

        .category-single1 {
            background: white;
            box-shadow: 4px 3px 40px rgba(16, 33, 34, 0.06);
            text-align: center;
            padding: 20px 20px 30px;
            width: 100%;
            height: 240px;
        }

        @media (max-width: 576px) {
            .category-single1 {
                padding: 25px 15px;
            }
        }

        .category-single1 .icon {
            width: 100px;
            height: 100px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            margin: 0 auto;
            background: white;
            margin-bottom: 20px;
            transition: all 0.45s ease;
            position: relative;
            z-index: 1;
            border: 1px solid #eee;
            overflow: hidden;
        }

        .category-single1 .icon::before {
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            background: #3a71a1;
            /* Replace with actual primary color light */
            border-radius: 50%;
            left: 0;
            top: 0;
            z-index: -1;
            opacity: 0;
            transform: scale(0.6);
            transition: all 0.55s ease;
        }

        .category-single1 .icon svg {
            fill: #007bff;
            /* Replace with actual primary color */
            transition: all 0.45s ease;
        }

        .category-single1 .content h4 {
            margin-bottom: 0px;
        }

        .category-single1 .content h4:hover a {
            color: #007bff;
            /* Replace with actual primary color */
        }

        .category-single1 .content h4 a {
            font-size: 24px;
            color: #333;
            transition: all 0.45s ease;
            margin-bottom: 8px;
        }

        .category-single1 .content p {
            font-size: 14px;
            line-height: 20px;
            font-family: "Work Sans", sans-serif;
            transition: all 0.45sease;
            margin-top: 8px;
        }

        @media (max-width: 768px) {
            .category-single1 .content h4 a {
                font-size: 2rem;
            }
        }

        @media (max-width: 576px) {
            .category-single1 .content h4 a {
                font-size: 2rem;
            }
        }

        .category-single1 .content p {
            margin-bottom: 0;
        }

        .category-single1:hover .icon {
            border: 1px solid transparent;
        }

        .category-single1:hover .icon::before {
            opacity: 1;
            transform: scale(1);
            background-color: white;
        }

        .category-single1:hover .icon svg {
            fill: white;
        }


        /* styles.css */
        .section-testimonials-marquee .nov-marquee {
            height: 100%;
            overflow: hidden;
            padding: 30px;
            position: relative;
            /* Enables absolute positioning for child elements */
        }

        .section-testimonials-marquee .nov-marquee:before,
        .section-testimonials-marquee .nov-marquee:after {
            content: "";
            position: absolute;
            left: 0;
            width: 100%;
            height: 25%;
            z-index: 2;
        }

        .nov-marquee:before {
            top: 0;
            background: linear-gradient(180deg, #f5f5f5, rgba(245, 245, 245, 0));
        }

        .nov-marquee:after {
            bottom: 0;
            background: linear-gradient(180deg, rgba(245, 245, 245, 0), #f5f5f5);
        }

        .section-testimonials-marquee .marqueeDown .block-marquee,
        .section-testimonials-marquee .marqueeUp .block-marquee {
            animation-duration: 6s;
            /* Total time for vertical animation */
        }

        .section-testimonials-marquee .marqueeDown .block-marquee {
            animation-name: marqueeDown;
        }

        .section-testimonials-marquee .marqueeUp .block-marquee {
            animation-name: marqueeUp;
        }

        @keyframes marqueeScroll {
            0% {
                transform: translateY(100%);
            }

            100% {
                transform: translateY(-100%);
            }
        }

        .marqueeDown .block-marquee {
            overflow: hidden;
            height: 400px;
            /* Adjust based on the number of testimonials */
            position: relative;
        }

        .marqueeDown .block-marquee .marquee-wrapper {
            display: flex;
            flex-direction: column;
            gap: 20px;
            animation: marqueeScroll 10s linear infinite;
        }

        @keyframes marqueeUp {
            0% {
                transform: translateY(0);
            }

            100% {
                transform: translateY(-100%);
            }
        }

        .testimonial-item {
            box-shadow: 10px 10px 25px 5px #00000012;
            padding: 20px;
            padding-bottom: 4rem;
        }

        .overflow_hidden {
            overflow: hidden !important;
        }

        /* To create a smoother visual effect, consider using the following for a continuous loop */
        .marqueeUp .block-marquee {
            animation-fill-mode: forwards;
            /* Keep it in the final position */
        }

        .marqueeDown .block-marquee {
            animation-fill-mode: forwards;
            /* Keep it in the final position */
        }

        @keyframes marqueeUp {
            0% {
                transform: translateY(100%);
            }

            100% {
                transform: translateY(-100%);
            }
        }

        .marqueeUp .block-marquee {
            display: flex;
            flex-direction: column;
            animation: marqueeUp 10s linear infinite;
        }




        @media (max-width: 768px) {
            .swiper-slide {
                flex-direction: column;
                /* Stack image over text on smaller screens */
                align-items: center;
                /* Center content */
                text-align: center;
                /* Center text */
            }

            .pc_banner_left_content {
                flex: 1 0 auto;
                width: 100%;
                padding: 0;
                margin-top: 20px;
            }

            .banner_img {
                flex: 1 0 auto;
                width: 100%;
                height: auto;
                margin-bottom: 20px;
            }

            .pc_banner_wrapper {
                padding: 65px 0 40px;
                /* Reduce padding on smaller screens */
            }

            .d_bannner_head {
                font-size: 60px;
                color: #ffffff;
            }

            .d_bannner_title {
                margin: auto;
            }

            .pc_banner_right_content {
                display: none;
            }

            .banner_heading_img {
                position: absolute;
                bottom: 0;
                left: 50%;
                transform: translate(-50%, 100%);
            }
        }

        /********************************************************
	15. Responsive CSS Start
********************************************************/

        @media (min-width: 991.98px) {
            ul.sub_menu {
                background: #fff;
                top: 50px;
                border-radius: 0px 0px 10px 10px;
            }

            .main_menu_wrapper ul>li ul.sub_menu li a {
                padding: 15px 20px 0;
            }

            .main_menu_wrapper ul>li>a {
                color: #2c3f51;
                fill: var(--primary-color);
            }

            .main_menu_wrapper>ul>li>a {
                padding: 10px 20px;
            }

            .main_menu_wrapper ul>li.active>a {
                background-color: var(--primary-color) !important;
                color: #fff;
                font-weight: 500;
            }
        }

        @media (min-width: 1799.98px) {

            .tor_header_wrapper .container-fluid,
            .tor_footer_main_wrapper .container-fluid,
            .tor_package_wrapper .container-fluid {
                max-width: 1756px;
            }
        }

        @media (min-width: 1200px) {
            .tor_form_location {
                width: 26.5%;
            }

            .tor_form_date {
                width: 18%;
            }

            .tor_form_type {
                width: 22%;
            }

            .tor_form_field.tor_form_btn {
                text-align: right;
                width: 15%;
            }

            .tor_heading_wrpper {
                width: 48%;
                margin-right: auto;
                margin-left: auto;
            }

            .tor_service_img {
                padding-left: 100px;
            }

            .tor_service_wrapper .col-xl-4 {
                -ms-flex: 0 0 29%;
                flex: 0 0 29%;
                max-width: 29%;
            }

            .tor_service_wrapper .col-xl-8 {
                -ms-flex: 0 0 71%;
                flex: 0 0 71%;
                max-width: 71%;
            }

            .tour_service {
                padding: 30px 0 30px 30px;
            }
        }

        @media (max-width: 1399.98px) {
            .tor_widgets h5 {
                font-size: 24px;
            }

            .about_wrapper {
                padding: 40px 20px 90px;
            }
            .mart_50{
                margin-top: 50px;
            }
            .flex--pikachu .flex__item--right {
                background: #f4ecc5;
                display: none;
            }
        }

        @media (max-width: 1199.98px) {
            .tor_best_serivce_section:before {
                left: 30%;
            }

            .tor_heading_wrpper {
                width: 85%;
                margin-left: auto;
                margin-right: auto;
            }

            .tour_service {
                padding: 30px 30px 30px 30px;
            }

            .tor_package_hover .tor_btn {
                margin-bottom: -120px;
            }

            .tor_package_wrapper {
                padding: 69px 0 21px;
            }

            .tor_testimonial_wrapper {
                padding: 0 0 59px;
            }

            .tor_widgets h5 {
                font-size: 20px;
            }

            .heading-section .big {
                top: -54px;
                font-size: 85px;
            }

            .pc_shop_img {
                width: 100%;
                max-width: auto;
                height: 292px;
                margin: auto;
            }
            .pc_client_img_quote{
                display: none;
            }
            .flex__item--left{
width: 100%;
            }

            .flex__content {
                margin-left: 50px;
                width: 100%;
                opacity: 1;
                transform: translate3d(0, 0, 0);
                transition: transform 0.2slinear 0.2s, opacity 0.1slinear 0.2s;
            }

            .text--big {
                font-family: 'Poppins', sans-serif;
                font-size: 4.5em;
                font-weight: 700;
                line-height: 82px;
                margin-left: 0px;
            }
            .res_none{
                display: none;
            }

            .pokemon__img {
                position: absolute;
                bottom: 20px;
                right: 24%;
                max-height: 62vw;
               
            }

            .slider__navi {
                position: absolute;
                top: 20%;
                right: 20px;
            }

            .flex__item--left{
                align-items: start;
                padding-top: 100px;
            }

            .text--sub {
               
                line-height: 36px;
            }
            .flex--piplup .flex__item--right {
                background: #dcdbd8;
                display: none;
            }

            
            
        }

        @media (max-width: 1199.98px) and (min-width: 992px) {
            .tor_testimonials_section .tor_testimonials_button {
                left: 11%;
            }

            .tor_about_page_wrapper {
                padding: 69px 0 40px;
            }
        }

        @media (max-width: 991.98px) {

            .main_menu_wrapper li.has_submenu:before,
            .main_menu_wrapper li.has_submenu:after {
                background: var(--main-red-version1);
            }

            .tor_best_serivce_section:before {
                left: 40%;
            }

            .tor_form_field {
                width: 33%;
            }

            .tor_banner_form .tor_btn,
            .tor_form_field.tor_form_type:nth-child(4) {
                margin: 20px 0 0;
            }

            .tor_widgets h5 {
                font-size: 20px;
            }

            .tor_blog_title {
                font-size: 18px;
                line-height: 24px;
            }

            .tor_blog_info li {
                margin-left: 3px;
                font-size: 14px;
            }

            .tor_blog_info li img {
                margin-right: 3px;
            }

            .tor_booking_wrapper .tor_form_field {
                width: 50%;
            }

            .tor_testimonials_section .tor_testimonials_button {
                left: 9%;
            }

            .tor_best_serivce_wrapper .col-lg-3:nth-child(3) .tor_best_serivce_section:before {
                content: unset;
            }

            .tor_best_serivce_section:before {
                left: 55%;
            }

            .tor_header_wrapper .row {
                align-items: center;
            }

            .tor_header_wrapper {
                padding: 20px 0 18px;
                position: unset;
                background: var(--main-link-color);
            }

            .menu_btn {
                height: auto;
                margin: 0;
                padding: 0;
            }

            .menu_btn span {
                background: var(--main-bg-color);
            }

            .searchBtn,
            .searchBtn:focus,
            .searchBtn:hover {
                padding: 0;
            }

            .tor_banner_wrapper {
                padding: 189px 0 200px;
            }

            .tor_best_serivce_wrapper {
                padding: 69px 0 44px;
            }

            .tour_packages_inner .bullets {
                margin-bottom: 64px;
            }

            .tor_heading_wrpper.tor_testimonial_heading {
                margin: 0px auto 20px;
            }

            .tor_testimonial_wrapper {
                padding: 0 0 50px;
            }

            .tor_blog_wrapper {
                padding: 69px 0 46px;
            }

            .tor_copyright_wrapper {
                margin-top: 44px;
            }

            .tor_about_page_wrapper {
                padding: 69px 0 40px;
            }

            .page_title_wrapper {
                padding: 90px 0 94px 0;
            }

            .fixed_header {
                position: relative;
            }

            .fixed_header.fixed {
                background-color: transparent;
            }
        }

        @media (max-width: 767.98px) {
            .tor_best_serivce_wrapper .tor_best_serivce_section:before {
                content: unset;
            }

            .tor_testimonial_section {
                flex-direction: column-reverse;
            }

            .tor_client_info {
                padding: 50px 20px 50px 20px;
                width: 100%;
            }

            .tor_testimonials_section .tor_testimonials_button {
                left: 30px;
                right: 30px;
                width: 80%;
            }

            .tor_banner_text h1 {
                font-size: 52px;
                line-height: 60px;
            }

            .tor_heading {
                font-size: 32px;
            }

            .tor_callToActionSecond_text h1 {
                font-size: 42px;
            }

            .tor_form_field {
                width: 100%;
            }

            .tor_banner_form form {
                border-radius: 20px;
                padding: 22px 15px 22px;
            }

            .tor_form_field.tor_form_location {
                margin: 0;
            }

            .tor_form_field {
                margin: 20px 0 0;
            }

            .tor_service_wrapper .padder_right {
                padding-right: 15px;
            }

            .tor_callToActionSecond_text .popup-youtube i {
                height: 80px;
                width: 80px;
                line-height: 80px;
                font-size: 20px;
            }

            .tor_popup_wrpper span,
            .tor_callToActionSecond_text>p {
                font-size: 16px;
            }

            .tor_booking_content {
                padding: 42px 20px 50px;
            }

            .tor_booking_wrapper .tor_form_field {
                width: 100%;
            }

            .tor_callToActionSecond_wrapper {
                padding: 66px 0 80px;
            }

            .tor_best_serivce_wrapper {
                padding: 66px 0 44px;
            }

            .tour_packages_inner .bullets {
                margin-bottom: 60px;
            }

            .tor_testimonials_section {
                margin-top: 0;
            }

            .tor_testimonials_section .tor_testimonials_button>div:before {
                top: 9px;
            }

            .tor_booking_wrapper {
                padding: 66px 0 80px;
            }

            .tor_blog_wrapper {
                padding: 66px 0 46px;
            }

            .tor_copyright_wrapper {
                padding: 15px 0 14px;
            }

            .tor_about_page_wrapper {
                padding: 80px 0 40px;
            }

            .tor_contact_from {
                padding: 45px 15px 50px;
            }

            .blogImgTextContainer img {
                margin: 15px 0;
                width: 100%;
            }

            .blogImgTextContainer p {
                width: 100%;
            }
        }

        @media (max-width: 575.98px) {
            .tor_testimonial_img {
                width: 70%;
            }

            .tor_testimonials_quote {
                width: 50px;
                height: 50px;
                line-height: 50px;
            }

            .tor_quote_img {
                height: 16px;
            }

            .tor_booking_wrapper .nav-tabs .nav-link {
                width: 60px;
                min-height: 50px;
            }

            .tor_booking_wrapper .nav-tabs .nav-link.active:before {
                height: 2px;
            }

            .tor_tab_icons svg {
                height: 20px;
                width: 20px;
            }

            .tor_booking_wrapper .nav-tabs .nav-link.active:after {
                border-right: 10px solid transparent;
                border-bottom: 10px solid var(--main-bg-color);
                border-left: 10px solid transparent;
                width: 15px;
                height: 10px;
            }

            .popup-youtube i {
                width: 60px;
                height: 60px;
                line-height: 60px;
            }

            .tor_callToActionSecond_text .popup-youtube i {
                height: 70px;
                width: 70px;
                line-height: 70px;
            }

            .tor_popup_wrpper span {
                font-size: 14px;
                padding: 16px 30px 16px 60px;
            }

            .tor_package_wrapper {
                padding: 66px 0 21px;
            }

            .tor_testimonials_section .tor_testimonials_button>div:before {
                top: 10px;
            }

            a.tor_about_num {
                font-size: 32px;
            }

            .tor_about_page_wrapper {
                padding: 80px 0 35px;
            }

            .blogBlockquoteQuate,
            .blogAuthoreContent,
            .blogCmntDetail {
                width: 100%;
                margin: 15px 0 0;
            }

            .blogPageInfo ul li {
                width: 100%;
                margin: 10px 0 0;
            }

            .blogPaginationWrapper ul li a,
            .blogPaginationWrapper ul li.dot:hover a {
                width: 30px;
                height: 30px;
                line-height: 32px;
            }

            .blogPage_wrapper {
                padding: 80px 0 70px;
            }
        }