@import url('https://fonts.googleapis.com/css2?family=Poppins');

:root {
    --black: #000;
    --white: #fff;
    --yellow: #fff456;
    --secondary-yellow: #FA9900;
    --light-gray: #f3f3f3;
    --light-dark: #323232;

	--red: #da2c4d;
	--yellow: #f8ab37;
	--green: #2ecc71;
	--grey-light: #f2f7f9;
	--grey: #ecedf3;
	--black-blue: #1f2029;
	--black-blue-light: #353746;
	--black-blue-light-2: #404255;
	--black-blue-light-3: #4b4d64;
	--black-light: #424455;
}
.accordion-button{
    font-size:unset !important;
    padding-left:1px !important;
    box-shadow:unset !important;
    border-radius:12px !important;
}
.offcanvas_dynamic_custom_headings{
    position:relative;
}

.offcanvas_dynamic_custom_headings::after{
    position: absolute;
    content: "";
    top: 85%;
    left: 0%;
    height: 4px;
    background: var(--secondary-yellow);
    width: 10%;
}
.accordion-button:not(.collapsed){
    color: #ffffff !important;
    background-color: #efa82a !important;
}
body {
    padding-top: 0.1px;
    font-family: "Poppins", "sans-serif";
    margin-top: 0.1px;
}

#navbar {
    background: var(--secondary-yellow) !important;
}
.phone_product_ul .nav-link.active{
    background: var(--secondary-yellow);
    color: var(--white) !important;
}
.navbar_contact_div {
    height: 65px;
    width: 65px;
    border-radius: 100px;
    margin-left: auto !important;
    background: var(--white);
    position: relative;
}

.navbar_contact_div span {
    position: absolute;
    height: 100%;
    width: 100%;
    background: var(--secondary-yellow);
    top: 1px !important;
    left: 0;
    right: 0;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.list_navbar_ul {
    padding: 0%;
    list-style: none !important;
}

.list_navbar_ul li a {
    text-decoration: none !important;
    font-size: 14px;
    color: var(--white);
    /* border-bottom: #000 solid 1px !important; */
    box-shadow: rgb(50 50 93 / 0%) 0px 0px 4px -11px, rgba(0, 0, 0, 0.3) 0px 0px 12px 0px !important;
    line-height: 27px !important;
    padding: 2px 5px!important;
}
.showoffcanvas .list_navbar_ul li a{
    font-size: 12px;
    
}
.showoffcanvas .link_holder{
    padding:0px !important;
}
.list_navbar_ul li{
    transition:1s linear;
}
.list_navbar_ul li:hover {
    /*animation: pulse_animation 1s infinite;*/
    /*animation-timing-function: linear;*/
    animation: 1s linear 0s infinite alternate pulse_animation;

}
@keyframes pulse_animation {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.1)
    }

    100% {
        transform: scale(1)
    }
}

#navbar_second {
    background: #DFDFDF !important;
}

.navbar_link_ul a {
    text-transform: uppercase !important;
    text-decoration: none;
    font-family: 'Poppins';
    text-align: start;
    font-style: normal;
    font-weight: 800 !important;
    font-size: 15px;
    line-height: 21px;
    margin-inline: 10px !important;
    padding-block: 7px !important;
    padding-inline: 7px !important;
    color: #0A0A0A;
    position: relative;
    letter-spacing: 1px;
    text-align: center !important;
}

.navbar_link_ul a::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    right: 50%;
    width: 115%;
    height: 100%;
    border-bottom: 1px solid #0A0A0A;
    border-top: 1px solid #0A0A0A;
    transition: 0.7s;
    transform: translate(-50%, -50%) scaleX(0) !important;
}

.navbar_link_ul a:hover::after {
    transform: translate(-50%, -50%) scaleX(1) !important;
}


.modal_link_offcanvas{
    cursor:pointer!important;    
}

.navbar_link_ul a {
    text-transform: uppercase !important;
    text-decoration: none;
    font-family: 'Poppins';
    text-align: start;
    font-style: normal;
    font-weight: 800 !important;
    font-size: 15px;
    line-height: 21px;
    margin-inline: 10px !important;
    padding-block: 7px !important;
    padding-inline: 7px !important;
    color: #0A0A0A;
    position: relative;
    letter-spacing: 1px;
    text-align: center !important;
}

.navbar_link_ul a::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    right: 50%;
    width: 100%;
    height: 130%;
    border-left: 1px solid #0A0A0A;
    border-right: 1px solid #0A0A0A;
    transition: 0.7s;
    transform: translate(-50%, -50%) scaleY(0) !important;
}

.navbar_link_ul a.active::before {
    transform: translate(-50%, -50%) scaleY(1) !important;
}
.navbar_link_ul a.active::after {
    transform: translate(-50%, -50%) scaleY(1) !important;
}
.navbar_link_ul a:hover::before {
    transform: translate(-50%, -50%) scaleY(1) !important;
}
/* .navbar_link_ul a.active::before {
    width: 0% !important;
} */

.navbar_social_link_ul a {
    font-size: 15px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    margin-bottom: 0px;
    color: #0A0A0A;
    font-weight: 500 !important;
}

#offcanvas_btn {
    text-decoration: none !important;
    font-family: 'Poppins' !important;
    text-align: start !important;
    font-style: normal !important;
    font-weight: 800 !important;
    font-size: 15px !important;
    line-height: 21px !important;
    margin-inline: 10px !important;
    padding-block: 7px !important;
    padding-right: 7px !important;
    color: #0A0A0A !important;
    cursor: pointer !important;
}
#offcanvas_btn#offcanvas_btn{
    padding-inline: 7px !important;
    font-size:13px !important;
}
#main_slider {
    position: relative;
}

#main_slider .swiper-pagination {
    position: absolute;
    bottom: 10px !important;
    left: 70% !important;
    width: 30% !important;
}

#main_slider .swiper-pagination-bullet-active {
    background: var(--yellow) !important;
}

#main_slider .swiper-pagination-bullet {
    height: 25px !important;
    transform: rotate(30deg);
    width: 3px !important;
    border-radius: 0px !important;
    background: var(--white);
    opacity: unset !important;
}

.main_slider_slide {
    position: relative;
}

.main_slider_slide .slider_overlap {
    position: absolute;
    height: 100%;
    width: 100%;
    background: #0000009a;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main_slider_slide video{
    height: 40vw !important;
}
.main_slider_slide img{
    height: 40vw !important;
}
.main_slider_content {
    width: 70%;
    color: var(--white);
}

.main_slider_content .welcome_heading {
    font-family: "Poppins", "sans-serif";
    font-weight: 100 !important;
    letter-spacing: 1px;
}

.slider_button {
    width: 160px;
    height: 53px;
    background: var(--secondary-yellow);
    border: 1ps solid var(--secondary-yellow);
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 800;
    font-size: 14px;
    line-height: 21px;
}

.slider_heading_somi {
    font-weight: 600;
    font-family: "Poppins", "sans-serif";
}

.col-md-30 {
    width: 30% !important;
    height: 350px !important;
}

.col-md-40 {
    width: 40% !important;
    height: 350px !important;
}

.small_heading {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: var(--secondary-yellow);
}

.section_heading {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 54px;
}

.text-section {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
    color: var(--light-dark);
    padding-inline: 30px !important;
    padding-block: 30px !important;
}

#about_sec_div {
    background-color: var(--secondary-yellow);
    position: relative;
    /* z-index: 11 !important; */
}

.about_sec_div_content {
    z-index: 11;
    position: inherit;
}

#about_sec_div::after {
    content: "";
    position: absolute;
    top: 0 !important;
    left: 0 !important;
    height: 100%;
    width: 130px;
    border: 4px solid var(--secondary-yellow);
    transform: scale(1.25) translateX(-30px);
}

#about_sec_div .small_heading_our_product {
    color: var(--white);
}

#about_sec_div .common_button {
    margin-inline: 30px !important;
}

.video-play-button {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
    cursor: pointer !important;
}

.video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: var(--secondary-yellow);
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: var(--secondary-yellow);
    border-radius: 50%;
    transition: all 200ms;
}

/* .video-play-button:hover:after {
    background-color: darken (var(--secondary-yellow), 10%);
  } */

.video-play-button img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}

.video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid #fff;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

.thumbanial_about_us_video {
    max-height: 600px !important;
    width: 100% !important;
    object-fit: cover;
}

#home_view_youtube_video .modal-content {
    overflow: unset !important;
    border: unset !important;
    border-radius: unset;
    background-color: unset;
}

.youtube_video_holder {
    /* margin-top: 50px !important; */
    width: 100% !important;
    z-index: 11;
}


.our_services_sec {
    background-image: url(/website_asset/images/our_services_bg.png);
    /* min-height: 50vh; */
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

.overlap_our_services {
    background: linear-gradient(180deg, #000000 0%, rgba(28, 28, 28, 0.39) 100%);
    height: 100%;
    width: inherit;
    padding-block: 50px !important;
}

.service_cards_home {
    height: 280px;
    margin-inline: 20px;
    width: 280px !important;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px !important;
}

.service_cards_home .font_card_home {
    font-size: 18px !important;
    font-weight: 500;
    position: relative;
    z-index: 11;
    cursor: pointer
}

.top_border_card::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /* background: #000; */
    border-top: var(--secondary-yellow) 3px solid;
    /* border-left: var(--secondary-yellow) 3px solid; */
    rotate: 0deg;
    border-radius: 250px;
}

.bottom_border_card::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /* background: #000; */
    border-top: var(--secondary-yellow) 3px solid;
    /* border-left: var(--secondary-yellow) 3px solid; */
    rotate: 180deg;
    border-radius: 250px;
}

.our_products_cards {
    border: unset !important;
}

.our_products_cards .product_images_home {
    height: 230px !important;
    width: 230px !important;
    object-fit: cover;
}

.our_products_cards .card-title {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    line-height: 21px;
}

.our_products_cards .card-text {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 20x;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.our_products_cards .product_card_button_holder_home {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.our_products_cards button {
    width: 48%;
    height: 50px;
}

.our_products_cards .enquire_btn {
    background: var(--black);
    border: 1px solid var(--black);
    color: var(--white);
}

.our_products_cards .view_btn {
    border: 1px dashed #0A0A0A;
    background: var(--white);
}

.small_heading_our_product {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400 !important;
    font-size: 24px;
    line-height: 63px;
    color: var(--secondary-yellow);
}

.section_heading_our_product {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 900 !important;
    font-size: 50px;
    line-height: 63px;
}

.gallery_home_images {
    height: 300px !important;
    object-fit: cover;
}

.gallery_slider_nav {
    height: 75px !important;
    width: 75px !important;
    color: var(--white);
    background-color: var(--secondary-yellow);
    transition: 0.3s !important;
}

.gallery_slider_nav.swiper-button-disabled {
    background: var(--light-gray) !important;
    opacity: unset !important;
}

.gallery_slider_nav::after {
    display: none !important;
}

.our_product_slider_heading {
    color: var(--secondary-yellow);
    font-size: 2em;
    font-weight: 700;
}

.our_product_slider_div {
    height: 450px !important;
    position: relative;
}

.our_product_slider_div img {
    height: 100%;
    object-fit: cover;
}

.our_product_slider_div>.product_detail_slider {
    position: absolute;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    visibility: hidden !important;
}

.product_slider_home_container {
    position: relative;
    overflow: hidden;
}

.product_slider_home_container>.conatiner {
    position: inherit;
    z-index: 111;
}

.product_slider_home_container::after {
    content: "";
    position: absolute;
    border: 20px solid var(--secondary-yellow);
    height: 100px;
    top: 50%;
    left: 50%;
    z-index: -1;
    transform: translate(-50%, -50%);
    width: 150% !important;
}

#gallery_slider .swiper-wrapper {
    align-items: center !important;
    padding-block: 50px !important;
}

#gallery_slider .swiper-slide-active {
    height: 500px !important;
}

#gallery_slider .swiper-slide-active .product_detail_slider {
    position: absolute;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    background: linear-gradient(180deg, rgba(250, 153, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    /* backdrop-filter: blur(2px); */
    height: 100%;
    display: flex;
    align-items: end;
    padding: 20px !important;
    visibility: visible !important;
}

.gallery_slider_prev {
    left: var(--swiper-navigation-sides-offset, -6%) !important
}

.gallery_slider_next {
    right: var(--swiper-navigation-sides-offset, -6%) !important
}

.gallery_slide .card {
    border: unset !important;
}

.testimonial_slider_holder {
    position: relative;
}

.testimonial_slider_holder::after {
    content: "";
    height: 100%;
    width: 150px;
    background-color: #000;
    position: absolute;
    top: 0px;
    left: -10px;
    transform: scale(1.1);
}

.nav_button_testimonial_slider {
    background: var(--secondary-yellow);
    height: 40px !important;
    width: 40px !important;
    color: var(--white) !important;
}


.nav_button_testimonial_slider::after {
    content: "" !important;
}

.section_heading_contact_us {
    font-size: 3.3rem;
    font-weight: 800;
    font-family: "Poppins", "sans-serif";
    letter-spacing: 1px;
}

.divider_contact {
    background: var(--secondary-yellow);
    padding: 5px;
    width: 70%;
}

.contact_section_home {
    background-image: url(/website_asset/images/shapes/contact_bg_home.png);
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
}

.contact_form_div {
    min-height: 70vh;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    background-color: var(--white);
}

.home_contact_icon_div {
    width: 5% !important;
}

.contact_ul {
    list-style: none !important;
    padding: 0% !important;
    line-height: 25px !important;
}

.contact_ul a {
    text-decoration: none !important;
    color: var(--light-black);
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
}

.home_contact_form_input {
    width: 100%;
    padding: 10px 20px;
    border-top: unset !important;
    border-left: unset !important;
    border-right: unset !important;
    border-bottom: 1px solid #CDCDCD !important;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 1px !important;
    line-height: 21px;
    outline: unset !important;
}

.home_contact_form_label {
    color: #6e6e6e;
    font-size: 15px;
    margin-bottom: 2px !important;
    letter-spacing: 1px;
    font-weight: 500;
    font-family: 'Poppins';
}

.home_contact_form_input:focus-visible {
    outline: unset !important;
}

.home_contact_form_input:focus {
    outline: unset !important;
}

.submit_contact_form_btn {
    min-height: 75px;
    width: 100%;
    background: var(--black);
    border: 1px solid var(--black);
    color: var(--white);
}

#footer {
    background: var(--black);
}

.footer_text {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 200;
    font-size: 14px;
    line-height: 21px;
    color: #ffffffa6;

}

.footer_headings {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    margin-top: 15px;
    line-height: 21px;
    color: var(--white);
}

.ul_footer_links {
    list-style: none !important;
    padding: 0% !important;
}

.ul_footer_links a {
    display:inline-block;
    text-decoration: none !important;
    color: var(--white);
    transition: 0.3s;
    line-height: 32px !important;
    letter-spacing: 0.5px;
}

.ul_footer_links a:hover {
    color: var(--secondary-yellow);
    animation: pulse_animation 1s infinite !important;
    animation-timing-function: linear !important;
}
@keyframes pulse_animation {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.1)
    }

    100% {
        transform: scale(1)
    }
}
.common_button {
    padding: 15px 30px;
    background: var(--black);
    color: var(--white) !important;
    text-decoration: none !important;
    border: 1px solid var(--black);
}

.custom_mansonary_view img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.custom_mansonary_view .custom_column img {
    transition: 0.7s;
}

.custom_mansonary_view .custom_column:hover img {
    transform: scale(1.08);
}

.custom_mansonary_view .custom_column:hover div {
    visibility: visible;
}

.custom_column {
    position: relative !important;
}

.custom_column div {
    background: rgba(255, 255, 255, 0.7);
    z-index: 111;
    height: 100%;
    width: 100%;
    top: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    transform: translate(-50%, -50%);
    position: absolute !important;
    font-size: 1.6em;
    text-transform: capitalize;
    font-weight: 700;
    text-align: center;
    padding: 15px !important;
    transition: 0.5s;
}

/* /////////////////// */
/* About-Us Page Css */
/* /////////////////// */

.heading_rotated_text {
    transform: rotate(270deg) translateY(-4px) translateX(2px);
    width: max-content;
    border-bottom: 2px solid;
    height: 30px;
    /* background: aquamarine;*/
}

.text_common_div {
    font-family: 'Poppins' !important;
    font-style: normal !important;
    font-weight: 200 !important;
    font-size: 14px !important;
    line-height: 21px !important;
    color: var(--black) !important;
}

.text_common {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 200;
    font-size: 14px;
    line-height: 21px;
    color: var(--black);
}

.aboutus_main_image_holder {
    position: relative;
}

.aboutus_main_image_holder>img {
    position: inherit;
    z-index: 111;
}

.aboutus_main_image_holder::before {
    position: absolute;
    content: "";
    height: 510px;
    width: 30%;
    bottom: 3%;
    left: -5%;
    border: 7px solid var(--secondary-yellow);
}

.aboutus_main_second_image {
    position: inherit;
    bottom: -10%;
    height: 230px;
    width: 75%;
    left: -40%;
    z-index: 111;
}

.aboutus_main_second_image::after {
    position: absolute;
    height: 90%;
    width: 200px;
    content: "";
    top: 15%;
    right: -4%;
    border: 7px solid var(--secondary-yellow);
    z-index: -11;
}

.aboutus_main_second_image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border: var(--white) 15px solid;
}


.more_about_us_images {
    position: relative;
    text-align: center;
    padding: 40px;
    min-height:600px !important;
}

.more_about_us_images .img_first {
    position: inherit;
}

.more_about_us_images .img_second {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-20%);
    border: 15px solid var(--white);
}

.more_about_us_images::after {
    height: 300px;
    width: 130px;
    border: 7px solid var(--secondary-yellow);
    content: "";
    position: absolute;
    z-index: -1;

    top: -10px;
    right: -10px;

}

.more_about_us_images::before {
    height: 260px;
    width: 130px;
    border: 7px solid var(--secondary-yellow);
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 10%;
    left: 10%;
}

.graph_section {
    position: relative;
    background: var(--black);
    z-index: 11;
    overflow-x: hidden;
}

.graph_section::after {
    position: absolute;
    content: "";
    height: 60px;
    width: 50%;
    top: 8%;
    left: -30%;
    border-top: 15px solid var(--secondary-yellow);
    border-bottom: 15px solid var(--secondary-yellow);
}

.graph_section::before {
    position: absolute;
    content: "";
    height: 60px;
    width: 50%;
    bottom: 8%;
    right: -30%;
    border-top: 15px solid var(--secondary-yellow);
    border-bottom: 15px solid var(--secondary-yellow);
}

.graph_section .container {
    background: var(--black) !important;
    position: inherit;
    z-index: 1111;
}

.why_to_choose_card {
    position: relative;
    overflow: hidden;
}

.why_to_choose_card .overlap {
    position: absolute;
    height: 100%;
    width: 100%;
    background: #00000094;
    top: 0;
    left: 0;
}

.why_to_choose_card .details {
    position: absolute;
    bottom: -100px;
    left: 0;
    width: 100%;
    z-index: 111;
    padding: 10px;
    transition: 0.7s;
}

.why_to_choose_card .details p:nth-child(2) {
    font-size: 12px !important;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.why_to_choose_card .details p:nth-child(1) {
    font-size: 2em !important;
    font-weight: 400;
    display: -webkit-box;
    letter-spacing: 1px;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.why_to_choose_card:hover .details {
    bottom: 0 !important;
}

.our_team_section {
    background-color: var(--black);
}
.team_member_image{
    object-fit: contain;
    object-position: top;
    background:white;
}

.our_team_section .team_name {
    color: var(--secondary-yellow);
    text-transform: capitalize;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.our_team_section .team_designation {
    color: var(--secondary-yellow);
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.map_aside_div_ab {
    background: var(--secondary-yellow);
    height: 50vh !important;
}


/* /////////////////// */
/* REPORT Page Css */
/* /////////////////// */


.report_heading {
    border-left: var(--secondary-yellow) 5px solid;
    text-transform: uppercase;

}

.custom_ul_bullets {
    list-style: none;
    padding: 0%;
}

.custom_ul_bullets a {
    /*border-bottom: 1px solid #4949497c;*/
    /* display: flex; */
    align-items: center;
    padding-bottom: 10px !important;
    font-size: 1rem !important;
    font-weight: 500;
    width: 90% !important;
    display: inline-block !important;
    color: var(--black);
    margin-bottom: 15px !important;
}
.offcanvas_heading_with_open_modal{
    text-decoration: underline !important;
    cursor:pointer !important;
}
.modal-open{
    padding-right:0px !important;
}
/* .custom_ul_bullets p{
} */

.custom_ul_bullets li a::before {
    content: "\25A0";
    font-size: 18px;
    color: var(--secondary-yellow);
    font-weight: bold;
    display: inline-block;
    width: 1em;
    /* margin-left: -1em; */
}

/* /////////////////// */
/* Product Page Css */
/* /////////////////// */


.product_page_banner {
    height: 50vh;
    background-size: cover;
    background-image: url(/website_asset/images/web_images/product_page_banner.png);
    display: flex;
    align-items: center;
    justify-content: center;
}

.category_sidebar {
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15);
    background: var(--white);
    height: fit-content !important;
}

.category_sidebar .cate_heading {
    color: var(--secondary-yellow) !important;
    font-size: 15px !important;
    padding: 15px !important;
}

.category_sidebar ul {
    line-height: 30px !important;
}

.category_sidebar a {
    color: var(--black);
    font-weight: 500 !important;
    margin-bottom: 10px;
    transition: 0.3s;
}

.category_sidebar a:hover {
    color: var(--secondary-yellow) !important;
    background: var(--light-gray);
}

.category_sidebar a.active {
    color: var(--secondary-yellow) !important;
    background: var(--light-gray);
}

.p_page_product {
    position: relative;
    border: unset !important;
    transition: 0.7s linear;
}

.p_page_product .card-body {
    position: relative;
    border: unset !important;
    padding: 0% !important;
}

.p_page_product img {
    width: 100%;
    height: 280px;
}

.p_page_product:hover.p_page_product::after {
    width: 50%;
}

.p_page_product::after {
    width: 00%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    position: absolute;
    background: var(--secondary-yellow);
    transition: 0.4s linear;
}

.p_page_product .product_name {
    position: absolute;
    height: 100%;
    z-index: 111 !important;
    opacity: 0;
    transition: 0.4s linear;
    font-size: 1.5em !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px !important;
    font-weight: 600;
}

.p_page_product:hover .product_name {
    opacity: 1;
    transition: 0.4s linear;
}

.slick-slide.slick-active.is-active {
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.btn_send_enq_product_page {
    padding: 10px 15px;
    color: var(--secondary-yellow) !important;
    border: 1px solid var(--black);
    background: var(--black);
}

.slider-single .slick-list {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
}

.slider-single .slider_product_img {
    width: 100%;

}

.product_details_dynamic th {
    border: dashed 1px var(--black) !important;
    background-color: var(--white);
}

.product_details_dynamic table tr td {
    border: dashed 1px var(--black) !important;
}



.canvas_close_btn {
    height: 45px;
    width: 45px;
    border-radius: 100px !important;
    border: var(--black);
    background: var(--white);
    color: var(--black);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2em;
    margin-bottom: -190px !important;
    margin-left: 40px;
    z-index:1111111!important;
}

#offcanvas_nav li ul {
    display: none;
    font-size: 18px;
    color: var(--white);
    font-weight: 600;
}

#offcanvas_nav {
    height: 70vh;
    margin-top: 5px !important;
    list-style: none !important;
    line-height: 30px !important;
    overflow-y: auto;
}

#offcanvas_nav::-webkit-scrollbar {
    width: 5px;
}

/* Track */

/* Handle */
#offcanvas_nav::-webkit-scrollbar-thumb {
    background: rgb(39, 39, 39);
}


#offcanvas_nav a {
    text-decoration: none;
    font-size: 18px;
    color: var(--white);
    font-weight: 600;
}

.heading_investor_canvas {
    padding: 10px;
    position: relative;
    margin-top: 10px;
}

.subheading_investor {
    font-size: 15px !important;
}

.subheading_investor::before {
    content: "|";
    margin-right: 5px;
    color: var(--secondary-yellow);
}

.heading_investor_canvas p {
    position: absolute;
    top: 50%;
    right: 0px;
    padding-inline: 20px;
    margin-bottom: 0px;
    z-index: 11;
    font-size: 16px !important;
    background: var(--black);
    color: var(--white);
}

.heading_investor_canvas hr {
    background: var(--white) !important;
    border: 1px solid var(--white);
    position: absolute;
    top: 40%;
    left: 0px;
    width: 100%;
}

.ul_list_offcanvas {
    list-style: none !important;
    padding-left: 1rem !important;
}

.offcanvas_side_detail {
    position: fixed;
    height: 100vh;
    top: 0;
    right: -100%;
    background: var(--white);
    transition: 0.4s linear !important;
    z-index: 111111;
    width: 0% !important;
    transition: 0.7s;
    transform: scaleX(0) !important;
}

#offcanvas_side_detail.active {
    right: 0% !important;
    width: 78% !important;
    display: block;
    transform: scaleX(1) !important;
    height:100vh !important;
    overflow-y:auto !important;
}

#offcanvas_side_detail.active::-webkit-scrollbar {
    width: 5px;
}
 
#offcanvas_side_detail.active::-webkit-scrollbar-track {
  background-color: var(--white);
}
 
#offcanvas_side_detail.active::-webkit-scrollbar-thumb {
  background-color: var(--secondary-yellow);
}

.offcanvas_contact_detail{
    position: fixed;
    height: 100vh;
    top: 0;
    right: -100%;
    background: var(--white);
    transition: 0.4s linear !important;
    z-index: 111111;
    width: 0% !important;
    transition: 0.7s;
    transform: scaleX(0) !important;
    height:100vh !important;
    overflow-y:auto !important;
}
#offcanvas_contact_detail.active {
    right: 0% !important;
    width: 78% !important;
    display: block;
    transform: scaleX(1) !important;
}
#offcanvas_contact_detail.active::-webkit-scrollbar {
    width: 5px;
}
 
#offcanvas_contact_detail.active::-webkit-scrollbar-track {
  background-color: var(--white);
}
 
#offcanvas_contact_detail.active::-webkit-scrollbar-thumb {
  background-color: var(--secondary-yellow);
}
.shuffle-filter {
    margin: 0 auto;
}

/* .shuffle-filter li {
    display: inline-block;
    cursor: pointer;
  } */
.shuffle-filter li.active {
    text-decoration: underline;
}

/*======================*/
/* ul shuffle-container*/
.shuffle-container {
    min-width: 400px;
    margin: 0 auto;
    padding: 0;
}

.shuffle-container>.row {
    position: inherit !important;
    transform: unset !important
}

.btn_gallery_nav {
    background: #EFEFEF !important;
    color: var(--black) !important;
    padding-inline: 40px !important;
    margin-left: 10px !important;
}


.btn_gallery_nav.active {
    background: var(--black) !important;
    color: var(--white) !important;
    padding-inline: 40px !important;
    margin-left: 10px !important;
}



.masonry {
    /* Masonry container */
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1em;
    -moz-column-gap: 1em;
    column-gap: 1em;
    margin: 1em;
    padding: 0;
    -moz-column-gap: 1.5em;
    -webkit-column-gap: 1.5em;
    column-gap: 1.5em;
    font-size: .85em;
}

.item {
    display: inline-block;
    background: #fff;
    padding: 0em;
    margin: 0 0 1.5em;
    width: 100%;
    transition: 1s ease all;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-shadow: 2px 2px 4px 0 #ccc;
}

.item img {
    max-width: 100%;
}

/* .item a{min-height: 100px !important;} */

@media only screen and (max-width: 320px) {
    .masonry {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
}

@media only screen and (min-width: 321px) and (max-width: 768px) {
    .masonry {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1200px) {
    .masonry {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}

@media only screen and (min-width: 1201px) {
    .masonry {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}

.social_nav_links {
    transition: 0.2s linear !important;
}

.social_nav_links:hover {
    color: var(--secondary-yellow) !important;
}



.website_modal {
    background: #18181870 !important;
}

.website_modal .close-btn {
    background: var(--secondary-yellow) !important;
    border: var(--secondary-yellow) !important;
    color: var(--black) !important;
    border-radius: 100px;
    height: 40px;
    width: 40px;
    content: "";
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px !important;
    font-weight: 700;
}

.website_modal .modal-dialog-scrollable .modal-content {
    overflow: visible !important;
    border-bottom: 5px solid var(--secondary-yellow);
}

.website_modal .modal-dialog-scrollable .modal-body {
    overflow-y: unset !important;
}


.small_certificate_font {
    font-size: 14px !important;
    margin-top: 12px;
    font-weight: 600;
}



.offcanvas_heading {
    position: relative;
}

.offcanvas_heading::after {
    position: absolute;
    content: "";
    top: 0;
    left: -15px;
    height: 100%;
    width: 5px !important;
    background: var(--secondary-yellow);
}



.shimmer {
    background: #F6F7F8;
    background-image: linear-gradient(to right, #F6F7F8 0%, #EDEEF1 20%, #F6F7F8 40%, #F6F7F8 100%);
    background-repeat: no-repeat;
    background-size: 800px 104px;
    display: inline-block;
    position: relative;
    border-radius: 5px;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeholderShimmer;
    animation-timing-function: linear;
    height: 200px;
    width: 200px;
}

@keyframes placeholderShimmer {
    0% {
        background-position: -468px 0;
    }

    100% {
        background-position: 468px 0;
    }
}

.overlap_slide_news {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /* background: #000; */
    background: var(--secondary-yellow);
    /* fallback for old browsers */
    background: linear-gradient(90deg, var(--secondary-yellow) 0%, rgba(217, 217, 217, 0) 60%);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}


.line-clamp-3 {
    display: -webkit-box;
    text-transform: capitalize;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.offcanvas_side_detail .custom_close_btn {
    background: var(--secondary-yellow);
    color: var(--white);
    border-radius: 0px 30px 30px 0px !important;
    font-size: 25px;
    border: unset !important;
    padding-inline: 9px;
}
.offcanvas_contact_detail .custom_close_btn{
    background: var(--secondary-yellow);
    color: var(--white);
    border-radius: 0px 30px 30px 0px !important;
    font-size: 25px;
    border: unset !important;
    padding-inline: 9px;
}
.newz_card_image {
    height: 250px !important;
    object-fit: cover;
}

.leaflet-container {
    min-height: 800px !important;
}

.more_news_text {
    font-size: 12px !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.more_news_card {
    border: 1px var(--secondary-yellow) dashed !important;
    text-decoration: none !important;
}

.more_news_title {
    color: #000;
    font-size: 14px !important;
    font-weight: 600 !important;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}



.rubberBand {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-iteration-count: 1;
}

.rubberBand:hover {
    animation-name: rubberBand !important;
}


@keyframes rubberBand {
    from {
        transform: scale3d(1, 1, 1);
    }

    30% {
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        transform: scale3d(.95, 1.05, 1);
    }

    75% {
        transform: scale3d(1.05, .95, 1);
    }

    to {
        transform: scale3d(1, 1, 1);
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}


.investor_off_canvas{
    background: var(--black) !important;
    width: 22% !important;
    visibility: hidden;
    transition: 0.4s linear !important;
    position: fixed;
    top: 0px;
    left: -25% !important;
    z-index:1111 !important;
    height: 100vh !important;
}

.investor_off_canvas .offcanvas-body{
    /* transition: 0.5s linear !important; */
    /* transform: translateX(-400px); */
}
.active.investor_off_canvas .offcanvas-body{
    /* transform: translateX(10px); */
}
.active.investor_off_canvas {
    position: fixed;
    top: 0px;
    left: 0% !important;
    visibility: visible;
}
#wrapper{
    transition: 0.4s linear !important;
    width: 100%;
    margin-left: auto;
}
#wrapper.showoffcanvas{
    width: 77%;
}
/* #wrapper{
    transition: 0.5s ease-in-out !important;
}
#wrapper.showoffcanvas{
    transform: translatey(-10%) translateX(13%) rotateY(-36deg) scalex(0.9) scaley(0.8);
} */

body .investor_off_canvas.active{
    margin: 0;
    height: 100%;
    overflow: hidden
  }



  @-webkit-keyframes border-transform{
    0%,100% { border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;}
	14% { border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%;}
	28% { border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%;}
	42% { border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;}
	56% { border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%;}
	70% { border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%;}
	84% { border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%;}
}
@keyframes border-transform{
    0%,100%{ border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;}
	14% { border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%; }
	28% { border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%; }
	42% { border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%; }
	56% { border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%; }
	70% { border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%; }
	84% { border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%; }
}

.progress-wrap {
	position: fixed;
	right: 50px;
	bottom: 50px;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	border-radius: 50px;
	box-shadow: inset  0 0 0 2px rgba(255,255,255,0.2);
	z-index: 10000;
	opacity: 0;
	visibility: hidden;
	transform: translateY(15px);
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap.active-progress {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.progress-wrap::after {
	position: absolute;
	font-family: 'unicons';
	content: '\2191';
	text-align: center;
	line-height: 46px;
	font-size: 24px;
	color: var(--secondary-yellow);
	left: 0;
	top: 0;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	z-index: 1;
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap:hover::after {
	/* opacity: 0; */
}
.progress-wrap::before {
	position: absolute;
	font-family: 'unicons';
	content: '\2191';
	text-align: center;
	line-height: 46px;
	font-size: 24px;
	opacity: 0;
	/* background-image: linear-gradient(298deg, var(--secondary-yellow), var(--secondary-yellow)); */
	/* -webkit-background-clip: text; */
	-webkit-text-fill-color: transparent;
	left: 0;
	top: 0;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	z-index: 2;
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
	color: var(--secondary-yellow) !important;
}
.progress-wrap:hover::before {
	opacity: 1;
}
.progress-wrap svg path {
	fill: none;
}
.progress-wrap svg.progress-circle path {
	stroke: var(--secondary-yellow);
	stroke-width: 5;
	box-sizing:border-box;
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.circle {
	cursor: pointer;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -5px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: var(--black-blue-light-3);
	box-shadow: 0 4px 4px rgba(26,53,71,0.25), 0 0 0 1px rgba(26,53,71,0.07);
	animation: border-transform 10s linear infinite alternate forwards;
}
.circle:hover {
	box-shadow: 0 8px 8px rgba(26,53,71,0.25), 0 0 0 1px rgba(26,53,71,0.07);
}
.circle:before {
	position: absolute;
	font-family: 'unicons';
	content: '\eac1';
	top: 0;
	left: 0;
	z-index: 2;
	font-size: 20px;
	line-height: 40px;
	text-align: center;
	width: 100%;
	height: 40px;
	opacity: 1;
	color: var(--grey);
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}
.circle:after {
	position: absolute;
	font-family: 'unicons';
	content: '\eb8f';
	top: 0;
	left: 0;
	z-index: 2;
	font-size: 20px;
	line-height: 40px;
	text-align: center;
	width: 100%;
	height: 40px;
	color: var(--yellow);
	opacity: 0;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}

.footer_logo_image{
    position: relative;
    box-sizing:border-box;
}
.footer_logo_image img{
    height:unset !important;
    width:100% !important;
    margin-top: -40px;
    margin-left: -20px;
}



.load-wrapp {
    float: left;
    width: 100px;
    height: 100px;
    margin: 0 10px 10px 0;
    padding: 20px 20px 20px;
    border-radius: 5px;
    text-align: center;
    background-color: #000000db;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%,-50%);
    z-index: 111;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .load-wrapp p {
    padding: 0 0 20px;
  }
  .load-wrapp:last-child {
    margin-right: 0;
  }

  .line {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    background-color: var(--secondary-yellow);
  }
  .load-1 .line:nth-last-child(1) {
    animation: loadingA 2s 1s infinite;
  }
  .load-1 .line:nth-last-child(2) {
    animation: loadingA 2s 0.5s infinite;
  }
  .load-1 .line:nth-last-child(3) {
    animation: loadingA 2s 0s infinite;
  }

  .l-1 {
    animation-delay: 0.48s;
  }

  @keyframes loadingA {
    0% {
      height: 15px;
    }
    50% {
      height: 35px;
    }
    100% {
      height: 15px;
    }
  }
#offcanvas_btn{
    font-size: 1.2rem;
    padding-inline: 10px !important;
    color: var(--secondary-yellow);
    background-color: transparent;
    position: relative;
    border: none;
    outline: none;
    user-select: none;
    cursor: pointer;
    overflow: hidden;
    transition: all .4s ease-in-out;
    letter-spacing: 1px !important;
}

#offcanvas_btn .after_div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 3px solid var(--secondary-yellow) !important;
    /* z-index: -1; */
  }

  #offcanvas_btn .after_div::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8%;
    height: 500%;
    background-color: #dfdfdf;
    transform: translate(-50%, -50%) rotate(-60deg);
    transition: all .5s ease-in-out;
  }

  /* What After Hovering The Button */
  #offcanvas_btn:hover .after_div::after,
  #offcanvas_btn:focus .after_div::after {
    background-color: var(--secondary-yellow);
    width: 100%;
    transform: translate(-50%, -50%) rotate(-90deg);
  }

  #offcanvas_btn:hover,
  #offcanvas_btn:focus {
    color: #fff;
  }
  #offcanvas_btn .inner_text_btn{
    z-index: 11 !important;
    transition: all .5s ease-in-out;
}

#offcanvas_btn:hover .inner_text_btn{
    color: #fff;
}
.modal_offcanvas {
    --bs-modal-width:90% !important;
}
.modal_offcanvas .modal-content{
    height:90vh!important;
}




.modal_offcanvas .modal-content{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px !important;
}
.modal_offcanvas .modal-dialog-scrollable .modal-body::-webkit-scrollbar {
    width: 5px;
}
 
.modal_offcanvas .modal-dialog-scrollable .modal-body::-webkit-scrollbar-track {
  background-color: var(--white);
}
 
.modal_offcanvas .modal-dialog-scrollable .modal-body::-webkit-scrollbar-thumb {
  background-color: var(--secondary-yellow);
}
.modal_offcanvas .modal-content ul{
    list-style:none !important;  
    padding-left:unset !important;
}


#offcanvas_contact_detail .submit_contact_form_btn{
    width: 50% !important;
}


/*#offcanvas_contact_detail .home_contact_form_label{*/
/*    color:var(--black) !important;*/
/*    font-weight: 600 !important;*/
/*    position:relative !important;*/
/*}*/
/*#offcanvas_contact_detail .home_contact_form_label::after{*/
/*    content: "";*/
/*    position: absolute;*/
/*    height: 100%;*/
/*    width: 50%;*/
/*    border-bottom: 2px solid #fa9900;*/
/*    top: 6px;*/
/*    left: 0px;*/
/*}*/
/*#offcanvas_contact_detail .home_contact_form_input{*/
/*    border-bottom: 1px solid #000000 !important;*/
/*}*/
textarea.home_contact_form_input{
    max-height: 132px;
}
.offcanvas_ul_contact_heading{
    display:flex;
    align-items:center;
    justify-content:start;
    margin-bottom:20px !important;
}

.offcanvas_ul_contact_heading i{
    margin-right:10px !important;
    color:var(--black) !important;
}
.offcanvas_ul_contact_heading span{
    color:var(--black) !important;
    font-weight: 600 !important;
    position:relative !important;
}
.offcanvas_ul_contact_heading span::after{
    content: "";
    position: absolute;
    height: 100%;
    width: 50%;
    border-bottom: 2px solid #fa9900;
    top: 6px;
    left: 0px;
}
.offcanvas_contact_ul{
    list-style: none !important;
    padding-left:0px !important;
}
.offcanvas_contact_ul a{
    text-decoration: none !important;
    color: var(--light-black);
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
}
.offcanvas_contact_ul p{
    text-decoration: none !important;
    color: var(--light-black);
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
}

#offcanvas_contact_detail {
    background-image: url(/website_asset/images/shapes/contact_bg_home.png);
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
}
.offcanvas_contact_form_div{
    background:var(--white) !important;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.img_detai_thumb_more{
    height:90px !important;
    width:100% !important;
    object-fit:cover !important;
    object-position:top !important;
}

.newz_slider_image{
    height:50vh !important;
    object-fit:cover !important;
    object-position:center !important;
    
}

.offcanvas_logo{
    width:150% !important;
}
/*.canvas_close_btn{*/
/*    margin-top:-10px !important;*/
/*}*/
