@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    font-family: "Montserrat";
    font-size: 14px;
    line-height: 1.5;
    color: #000;
}

::selection {
    background-color: var(--blue);
    color: var(--white);
}

:root {
    --blue: #144679;
    --green: #42B549;
    --light-black: #222;
    --white: #fff;
}

.green {
    color: #42B549;
}

html::-webkit-scrollbar {
    width: 5px;
    height: 10px;
    background-color: transparent;
}

html::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px #0e487a7a;
    background: linear-gradient(90deg, #0e487a 0%, #0e487a 100%);
}

html::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #0e487a7a;
    background-color: #a9393900;
}

button {
    text-transform: none;
    border: 0px;
    background: transparent;
}

a {
    color: var(--blue);
    text-decoration: none;
}

a:hover {
    color: var(--blue);
}

ul {
    margin: 0;
    padding: 0;
}

.w-50 {
    width: 50% !important;
    max-width: 50% !important;
}

.w-100 {
    width: 100% !important;
    max-width: 100% !important;
}

li {
    list-style: none;
}

.main-btn i {
    margin-left: 10px;
}

.main-btn {
    border: 1px solid transparent;
}

.main-btn:hover {
    background-color: #ffffff;
    color: var(--blue);
    border: 1px solid var(--blue);
}

img {
    max-width: 100%;
}

.owl-next,
.owl-prev {
    width: 22px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
}

.owl-carousel .owl-item img {
    object-fit: cover;
    height: 100%;
}

.owl-prev {
    left: 10px;
}

.owl-next {
    right: 10px;
}

.main-banner-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    position: relative;
}

.main-banner-slider .owl-stage-outer {
    height: 100vh;
}

.slider-01:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100vh;
    background: rgb(0 0 0 / 40%);
    z-index: 1;
    top: 0;
}


video {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.stem {
    width: 2px;
    height: 60%;
    margin-left: 7px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.25));
    animation: stem 0.5s linear infinite;
}

@keyframes stem {
    0% {
        opacity: 1;
    }

    65% {
        opacity: 1;
    }

    75% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.splat {
    width: 15px;
    height: 10px;
    border-top: 2px dotted rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    opacity: 1;
    transform: scale(0);
    animation: splat 0.5s linear infinite;
    display: none;
}

.splat {
    display: block;
}

@keyframes splat {
    0% {
        opacity: 1;
        transform: scale(0);
    }

    80% {
        opacity: 1;
        transform: scale(0);
    }

    90% {
        opacity: 0.5;
        transform: scale(1);
    }

    100% {
        opacity: 0;
        transform: scale(1.5);
    }
}

.slider_particles {
    margin: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
}

canvas {
    width: 100%;
    height: 100%;
}

.navigation-img-wrapper {
    margin-top: 4px;
    text-align: center;
    position: absolute;
    bottom: 10px;
    z-index: 1;
    left: 0;
    right: 0;
    background: #ffffff2e;
    width: fit-content;
    margin: auto;
    padding: 17px 13px;
    backdrop-filter: blur(10px);
    border-radius: 10px;
    display: flex;
    align-items: center;
}

.navigator_seb img {
    width: 100px;
    height: 56px;
    object-fit: cover;
}

.navigation-img-wrapper .navigator {
    display: inline-block;
    text-align: center;
    color: #000;
    cursor: pointer;
    margin: 0 5px;
    overflow: hidden;
    border-radius: 6px;
    border-bottom: 3px solid transparent;

}

.slider_s_title {
    text-align: left;
    margin-right: 20px;
}

.slider_s_title h6 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}

.navigator_seb {
    display: flex;
    background: var(--white);
    padding: 10px;
    border-radius: 5px;
    align-items: center;
}

.navigation-img-wrapper .navigator.active {
    border-bottom: 3px solid;
    border-color: var(--green);
}

.slider-penal {

    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    width: 230px;
    height: auto;
    margin: auto;
    animation: mover 3s infinite alternate;
    z-index: 1;
}

.main-banner-slider #mainHeaderVideo {
    height: 100vh;
    object-fit: cover;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: 0;
}

.main-banner-slider .owl-nav,
.main-banner-slider .owl-dots {
    display: block;
}

#my-carousel .owl-prev i,
#my-carousel .owl-next i {

    width: 45px;
    height: 45px;
    background: rgba(0, 0, 0, .50);
    border: 0 none;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;

    cursor: pointer;
}

#my-carousel .owl-prev {
    left: 20px;
}
#my-carousel   .owl-next {
    right: 55px !important;
}


.slider_text {
    position: absolute;
    color: var(--white);
    top: 40%;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 2;
}

.slider_text h2 {
    font-size: 43px;
    font-weight: 900;
    color: var(--white);
    text-transform: uppercase;
    max-width: 700px;
    margin: auto;
}

.slider_text h2 span {
    color: #e5b73b;
}

.slider-02 .slider-image {
    height: 100vh;
}

.slider-03 {
    position: relative;
}

.slider-01::before,
.slider-02::before,
.slider-03::before {
    position: absolute;
    content: "";
    background: linear-gradient(180deg, #0000008f, #00000000);
    width: 100%;
    height: 100%;
    z-index: 1;

}

.main-banner-slider #my-carousel .owl-dots {
    display: none;
}

@keyframes mover {
    0% {
        transform: translateX(20px);
    }

    100% {
        transform: translateX(-20px);
    }
}


.section_head_line {
    position: relative;
}

.section_head_line::before {
    content: '';
    position: absolute;
    width: 80px;
    height: 3px;
    background: var(--green);
    left: 2px;
    bottom: -5px;
}




.solar-technology {
    padding: 100px 0 70px 0;
    background-image: url(../img/bg-blacks.svg);
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.solar-technology-round-img {
    position: absolute;
    right: 0%;
    top: 0;


}

.solar-technology-round-img img {
    max-width: 440;
    width: 100%;
}

.section_heading_title {
    color: var(--blue);
    /* font-size: 30px; */
    text-transform: capitalize;
    margin: 20px 0 40px 0;
}

.section_paragraph {
    color: var(--light-black);
    font-size: 15px;
    text-transform: capitalize;
    margin-bottom: 15px;
    font-weight: 500;
}

.main-btn {
    background-color: var(--green);
    border-radius: 30px;
    color: var(--white);
    font-family: Jost, sans-serif;
    font-size: 14px;
    padding: 12px 30px 12px 30px;
    position: relative;
    text-transform: uppercase;
    text-decoration: none;
    margin-top: 15px;
    display: inline-block;
    transition: all 0.2s;
}

.topcon-technology {
    padding: 80px 0px;
    background-color: #f5f6f8;
    margin-bottom: 50px;
}

.topcon-technology .row {
    align-items: center;
}

.topcon-technology-img {
    display: flex;
    justify-content: center;
}

.topcon-technology-img img {
    width: 60%;
}

.topcon-technology-text h2 {
    color: var(--blue);
    font-size: 32px;
    text-transform: capitalize;
    margin: 20px 0;
}

.topcon-technology-text p {
    color: var(--light-black);
    font-size: 15px;
    text-transform: capitalize;
    margin-bottom: 15px;
}


.topcon-technology .modern-slider .slick-slide {
    float: left;
    padding: 0;
}

.topcon-technology .modern-slider .next-arrow {
    position: absolute;
    top: -40px;
    right: 30px;
    width: 50px;
    border-radius: 50px;
    height: 50px;
    background: var(--blue);
    border: 0 none;
    margin-top: 0;
    text-align: center;
    cursor: pointer;
    font: 20px / 45px FontAwesome;
    color: var(--white);
    z-index: 5;
}

.topcon-technology .modern-slider .next-arrow:before {
    content: '\f105';
}

.topcon-technology .modern-slider .prev-arrow {
    position: absolute;
    top: -40px;
    left: auto;
    right: 100px;
    width: 50px;
    border-radius: 50px;
    height: 50px;
    background: var(--blue);
    border: 0 none;
    margin-top: 0;
    text-align: center;
    font: 20px / 45px FontAwesome;
    color: var(--white);
    z-index: 5;
    cursor: pointer;
}

.topcon-technology .modern-slider .prev-arrow:before {
    content: '\f104';
}

.topcon-technology .modern-slider {
    overflow: hidden;
}

.topcon-technology .container {
    position: relative;
}


/* About Us section */
.about_banner_text_img {
    padding: 130px 0;
    background-image: url(../img/simple-dark-backgrounds-gradient-8fc31cmg57iafkxt.jpg);
    background-size: cover;
}

.about_banner_text_img .row {
    align-items: center;
}

.about_banner_text_img .about_banner_img img {
    width: 60%;
}

.about_banner_text_img .about_banner_img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.about_banner_text_img .about_banner_text h2 {
    color: var(--white);
    font-size: 42px;
    text-transform: capitalize;
    margin: 30px 0 0 0;
    font-weight: 400;
}

.about_banner_text .section_head_line {
    color: var(--white);
    font-weight: 600;
}

/* about_sahajand_solars */
.about_sahajand_solars {
    padding: 100px 0;
    position: relative;
}

.about_sahajand_solars .row {
    align-items: center;
}

.about_sahajand_solars_img img {
    border-radius: 0 50px 0 50px;
}

.about_sahajand_solars_img {
    position: relative;
}

.about_sahajand_solars_text {
    padding-right: 50px;
}

/* our_vision_and_our_mission */
.our_vision_and_our_mission {
    background-color: #f5f6f8;
    padding: 100px 0;
}

.our_vision_mission_box {
    padding: 40px 30px;
    /* border: 1px solid #ddd; */
    border-radius: 10px;
    text-align: center;
    background-color: var(--white);
    cursor: pointer;
    transition: all 0.4s;
    box-shadow: 2px 5px 17px #e4e3e3;
    position: relative;
    overflow: hidden;
}

.our_vision_mission_box .our_vm_shape_left {
    position: absolute;
    top: -3px;
    left: -2px;
    filter: grayscale(1);
}

.our_vision_mission_box .our_vm_shape_right {
    position: absolute;
    right: -3px;
    bottom: -3px;
    filter: grayscale(1);
}

.our_vision_mission_box:hover {
    background-color: var(--blue);
}

.our_vision_mission_box:hover h3 {
    color: var(--white);
}

.our_vision_mission_box h3 {
    font-size: 34px;
    color: var(--blue);
    font-weight: 600;
    transition: all 0.4s;
    margin-bottom: 15px;
}

.our_vision_mission_box:hover p {
    color: var(--white);
}

.our_vision_mission_box p {
    font-size: 15px;
    color: var(--light-black);
    transition: all 0.4s;
}

.our_vision_mission_box .our_vision_mission_img {
    width: 110px;
    height: 110px;
    background: var(--green);
    border-radius: 50%;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s;
}

.our_vision_mission_box:hover .our_vision_mission_img {
    background: var(--white);

}

.our_vision_mission_box .our_vision_mission_img img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    transition: all 0.4s;
}

.our_vision_mission_box:hover .our_vision_mission_img img {
    filter: brightness(0.3);
}

/* our_value_sec */
.our_value_sec {
    padding: 100px 0;
    position: relative;
}

.our_value_sec .row {
    align-items: center;
}

.our_value_sec .our_value_sec_text {
    padding-right: 70px;
}

.our_value_sec .our_value_sec_text .section_paragraph i {
    color: var(--green);
    font-size: 21px;
    margin-right: 10px;
    float: left;
    overflow: hidden;
    margin-top: 7px;
    width: 30px;
    flex: 0 0 5%;

}

.our_value_sec .our_value_sec_text .section_paragraph {
    display: flex;
}

.our_value_sec .our_value_sec_img img {
    border-radius: 0 50px 0 50px;
    position: relative;
}

.topcon_mono__solar_panel_product {
    padding: 150px 0;
    background-image: url(../img/pexels-bala-3534160.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh;
    position: relative;
}

.topcon_mono__solar_panel_product::before {
    content: "";
    background: linear-gradient(#00000036, #000);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.topcon_mono__solar_panel_product .topcon_mono__solar_panel_product_img {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1320px;
    left: 0;
    right: 0;
    margin: auto;
    top: 20%;
}

.topcon_mono__solar_panel_product_text .topcon_mono__solar_panel_product_img img {
    width: 47%;
    animation: mover 3s infinite alternate;

}

.topcon_mono__solar_panel_product .topcon_mono__solar_panel_product_text {}

.topcon_mono__solar_panel_product_text .topcon_mono__solar_panel_title_1 {

    font-size: 97px;
    font-weight: 700;
    padding: 0 20px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    color: transparent;
    -webkit-text-stroke: 1.5px var(--white);
    text-stroke: 1.5px var(--white);
    font-family: "Poppins", sans-serif;
}

.topcon_mono__solar_panel_title {

    font-size: 97px;
    font-weight: 700;
    padding: 0 20px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
}

.topcon_mono__solar_panel_product_text .topcon_mono__solar_panel_title {
    color: var(--white) !important;
    position: absolute;
    z-index: 0;
    top: 37%;
    width: 70%;
    margin: auto;
    left: 0;
    right: 0;
}

.topcon_mono__solar_panel_product_text .topcon_mono__solar_panel_title_1 {
    z-index: 9;
    top: 37%;
    width: 70%;
    margin: auto;
    left: 0;
    right: 0;
}

/* solar_panel_futures */
.solar_panel_futures {
    padding: 70px 0;
    overflow: hidden;
    position: relative;
}

.solar_panel_futures .solar_panel_futures_text_subtext {
    text-align: center;
}

.solar_panel_futures .solar_panel_futures_text_subtext .section_heading_title {
    display: inline-block;
}

.solar_panel_futures>.container>.row {
    align-items: center;
}

.solar_panel_futures_details .solar_panel_futures_solar_img {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.solar_panel_futures_details .solar_panel_futures_solar_img h3 {
    font-size: 26px;
    font-weight: 700;
}

.solar_panel_futures_details .solar_panel_futures_solar_img img {
    width: 55%;
}

.solar_panel_futures_options_list_left {
    display: flex;
    flex-direction: column;
    align-items: flex-end;

}


.solar_panel_futures_options_list .sp_futures_box_img {
    background: #e7f2ff;
    border-radius: 100px;
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -10px;
}

.solar_panel_futures_details .row {
    align-items: center;
}

.solar_panel_futures_options_list h5 {
    color: var(--light-black);
    font-size: 15px;
    width: 100%;
    max-width: 100%;
    margin-top: 10px;
    overflow: hidden;

}

.solar_panel_futures_option {
    margin-top: 70px;
}

.solar_panel_futures_options_list_left .solar_panel_futures_options_list {
    justify-content: end;
    padding-right: 70px !important;
    background: linear-gradient(270deg, #f4f4f4 39%, rgb(244 244 244) 60%, #dddddd00 99%);
    display: flex;
    align-items: center;
    position: relative;
    padding: 2px 15px;
    margin-bottom: 50px;
    flex-direction: row;
}

.solar_panel_futures_options_list_left .solar_panel_futures_options_list h5 {
    text-align: end;
}

.solar_panel_futures_options_list_right .solar_panel_futures_options_list {
    justify-content: flex-start;
    padding-left: 70px !important;
    background: linear-gradient(270deg, #dddddd00 39%, rgb(244 244 244) 60%, #f4f4f4 99%);
    display: flex;
    align-items: center;
    position: relative;
    padding: 2px 15px;
    margin-bottom: 50px;
    flex-direction: row;
    border-radius: 18px;
}

.solar_panel_futures_options_list_right .solar_panel_futures_options_list .sp_futures_box_img {
    background: #e7f2ff;
    border-radius: 100px;
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: -10px;
}

.solar_panel_futures_options_list .sp_futures_box_img img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.solar_panel_futures_details {
    padding-top: 30px;
}

/* our_widest_range_wt */
.our_widest_range_wt {
    background: #f5f6f8;
    padding: 80px 0px;
}

.our_widest_range_wt .our_widest_range_wt_inner_box {
    /* padding: 30px 15px; */
    border-radius: 10px;
    border: 1px solid #ddd;
    background-color: var(--white);
}

.our_widest_range_wt .range-wt-tab {
    /* border: 1px solid #e8e8e8; */
    background-color: #ffffff;
    width: 90%;
    border-radius: 50px;
    overflow: hidden;
    height: auto;
    display: flex;
    align-items: center;
    margin: 30px auto;
    padding: 0 12px;
}

.our_widest_range_wt .range-wt-tab button {
    display: block;
    background-color: var(--blue);
    color: var(--white);
    margin: 11px 5px;
    padding: 7px 13px;
    border-radius: 50px;
    width: 100%;
    border: none;
    outline: none;
    text-align: center;
    cursor: pointer;
    transition: 0.3s;
    font-size: 16px;
    text-align: center;
}

.tabcontent-wt-texts-spanal {
    padding-left: 60px;
}

.our_widest_range_wt .range-wt-tab button.active {
    background-color: var(--green);
    color: var(--white);
}

.our_widest_range_wt .tabcontent-wt {
    float: left;
    padding: 0px 0px;
    width: 100%;
    border-left: none;
    padding: 20px 10px;
}

.our_widest_range_wt_inner_box .tabcontent-wt-img-spanal {
    display: flex;
}

.our_widest_range_wt_inner_box .tabcontent-wt-img-spanal img {
    width: 45%;
    margin: auto;
}

.our_widest_range_wt_inner_box>.row {
    align-items: center;
}

.tabcontent-wt-texts-spanal .wt_texts_spanal_title_p h4 {
    font-size: 20px;
    color: #7b7b7b;
}

.tabcontent-wt-texts-spanal .wt_texts_spanal_title_p h2 {
    font-size: 30px;
    color: var(--light-black);
    font-weight: 600;
    padding: 10px 0;
}

.tabcontent-wt-texts-spanal .wt_texts_spanal_details ul {
    padding: 0px 0;
}

.tabcontent-wt-texts-spanal .wt_texts_spanal_details ul li {
    padding: 5px 0;
    font-size: 16px;
    color: #494949;
}

.tabcontent-wt-texts-spanal .wt_texts_spanal_details ul li b {
    font-weight: 600;
    color: #000;
}

.tabcontent-wt-texts-spanal .wt_texts_spanal_details ul li span i {
    font-size: 18px;
    color: var(--green);
    margin-right: 12px;
}

.wt_texts_spanal_datasheet_enquiry a {
    display: inline-block;
    padding: 8px 18px;
    border-radius: 4px;
    color: var(--white);
    background: var(--blue);
    margin-right: 10px;
    border: 1px solid transparent;
    transition: all 0.5s;
}

.wt_texts_spanal_datasheet_enquiry a:hover {
    border: 1px solid var(--blue);
    color: var(--blue);
    background: var(--white);
}

.wt_texts_spanal_datasheet_enquiry {
    margin-top: 15px;

}


.topcon_futures_details {
    padding: 80px 0;
    position: relative;
}

.topcon_futures_details .topcon_futures_details_img {
    border-radius: 10px;
    overflow: hidden;
}

.topcon_futures_details_boxs .topcon_future_detail_box {
    padding: 30px 20px 20px 20px;
    border-top: 1px solid #c5c5c5;
    border-right: 1px solid #c5c5c5;
    border-left: 1px solid #c5c5c5;
    min-height: 234px;
}

.border-bottom {
    border-bottom: 1px solid #c5c5c5;
}

a:-webkit-any-link:focus-visible {
    outline-offset: 0px !important;
}

.border-right-0 {
    border-right: none !important;
}

.border-radius-top-left {
    border-radius: 10px 0 0 0;
}

.border-radius-top-right {
    border-radius: 0px 10px 0 0;
}

.border-radius-bottom-right {
    border-radius: 0px 0px 10px 0;
}

.border-radius-bottom-left {
    border-radius: 0px 0px 0px 10px;
}

.topcon_futures_details_boxs .row .col-md-4 {
    padding: 0 !important;
    background: #fff;
    position: relative;
}

.topcon_futures_details_boxs .topcon_future_detail_box img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.topcon_futures_details_boxs .topcon_future_detail_box h4 {
    margin: 20px 0 12px 0;
    font-size: 17px;
}

.junction_box_connectors {
    padding: 160px 0;
    background: #f5f6f8;
    position: relative;
}

.junction_box_connectors .container {
    position: relative;
    z-index: 3;
}

.junction_box_connectors .junction_box_connectors_shape_right {
    position: absolute;
    right: 0;
    top: 0;
    width: 40%;
    text-align: end;
    z-index: 2;
}

.junction_box_connectors .junction_box_connectors_shape_left {
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    width: 80%;
    text-align: start;
    z-index: 1;
    align-items: center;
}

.junction_box_connectors .junction_box_connectors_text {
    transform: translateY(-70px);
}

.junction_box_connectors .junction_box_connectors_img {
    transform: translateY(70px);
}

.junction_box_connectors_two_box {

    position: absolute;
    display: flex;
    align-items: center;
}

.junction_box_connectors_two_inner {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    padding-right: 25px;
    border-right: 2px solid #d1d1d1;
    margin-left: 80px;
}

.junction_box_connectors_two_inner_two {
    margin-left: 25px;
    border-right: 0px solid #aaaaaa;
}


.tempered_lass_sec {
    padding: 160px 0;
    background: #ffffff;
    position: relative;
    margin-top: 50px;
    margin-bottom: 50px;
}

.tempered_lass_sec .container {
    position: relative;
    z-index: 3;
}

.tempered_lass_sec .junction_box_connectors_img {
    transform: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    z-index: 6;
    text-align: end;
}

.tempered_lass_sec .junction_box_connectors_shape_right {
    position: absolute;
    right: 0;
    top: 0;
    width: 40%;
    text-align: end;
    z-index: 2;
}

.tempered_lass_sec .junction_box_connectors_shape_left {
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    width: 80%;
    text-align: start;
    z-index: 1;
    align-items: center;
}

.tempered_lass_sec .junction_box_connectors_text {
    transform: translateY(-70px);
}

.junction_box_connectors_two_inner h5 {
    font-size: 26px;
    font-weight: 700;
}

.junction_box_connectors_text p {
    width: 70%;
}

.Mono-range-wt-tab {
    min-height: auto;
    width: 100%;
    max-width: 610px;
}

/* blogs */
.our-blogs-box .our-blogs-box-image img {
    height: 280px;
    object-fit: cover;
}

#our-blogs-sec .item {
    margin: 15px;
}

#our-blogs-sec .item .our-blogs-box {
    box-shadow: 0 2px 8px 0 rgba(99, 99, 99, .2) !important;
    border-radius: 5px;
    overflow: hidden;
}

#our-blogs-sec .item .our-blogs-box .our-blogs-box-text {
    padding: 10px 20px 20px;
}

.our-blogs-box-text h2 {
    margin: 10px 0;
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.our-blogs-box-text p {
    margin: 10px 0;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

}

.our-blogs-box-image {
    position: relative;
}

.our-blogs-box-image .blogs-date {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    background: #fff;
    color: #000;
    padding: 8px 12px;
    font-weight: 500;
}

#our-blogs-sec .owl-controls .owl-pagination .active {
    border: none;
    margin-right: 12px;
}

#our-blogs-sec .owl-dots .owl-dot span {
    width: 36px;
    height: 8px;
    /* background-color: var(--green); */
}

#our-blogs-sec .owl-dots .owl-dot.active span {
    background-color: var(--blue);
}

.our-blogs {
    padding: 0 0 50px 0;
}

.blogs-cat-date {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.blogs-cat-date .blogs-category {
    color: var(--blue);
    font-size: 14px;
    font-weight: 500;
    background: #eff0f3;
    padding: 2px 5px;
}

.blogs-cat-date .blogs-date {
    color: var(--blue);
    font-size: 14px;
    font-weight: 500;

}
.blogs-page-title .section_head_line_center{
    max-width: 700px;
    margin: auto;
    font-size: 25px;
}
#our-blogs-sec .owl-dots .owl-dot span {
    margin: 3px 2px;
}

.solar-technology-img,
.tabcontent-wt-img-spanal,
.Manufacturing-right-img {
    perspective: 1000px;
    /* Add perspective to make the 3D effect more visible */
}

.wt-img-spanal-img {
    transform-style: preserve-3d;
    transition: transform 0.1s ease-out;
    cursor: pointer;
}

.rotate-img,
.Manufacturing-right-img img {
    transform-style: preserve-3d;
    transition: transform 0.1s ease-out;
    cursor: pointer;
}

/* contact-us */
.contact-bg-img {
    background-color: var(--blue);
    background-image: url(../img/contact-us-page.jpg);
    padding: 180px 0 100px 0;
    background-size: cover;
    background-position: center;
    position: relative;
}

.contact-bg-img .container {
    position: relative;
}

.contact-bg-img::before {
    width: 100%;
    height: 100%;
    background: linear-gradient(#1f232c, #1f232c7d);
    position: absolute;
    content: "";
    top: 0;
}

.page-titles .breadcrumb a {
    color: var(--green);
}

.page-titles .breadcrumb span {
    color: var(--white);
}

.page-titles .breadcrumb {
    padding-top: 15px;
    font-size: 16px;

}

.contact_text_img {
    padding: 130px 0 0 0;
    background-image: url(../img/contact-us-page.jpg);
    background-size: cover;
    position: relative;
}

.contact_text_img .container {
    z-index: 9;
    position: relative;
}

.contact_text_img::before {
    width: 100%;
    height: 100%;
    background: linear-gradient(177deg, #1f232cc4, #1f232cc2);
    content: "";
    top: 0;
    position: absolute;
}

.contact_text_img .row {
    align-items: center;
}

.contact_text_img .about_banner_img img {
    width: 60%;
}

.contact_text_img .about_banner_img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact_text_img .about_banner_text h2 {
    color: var(--white);
    font-size: 42px;
    text-transform: capitalize;
    margin: 30px 0 0 0;
    font-weight: 400;
}

.contact-title h2 {
    text-align: left;
    font-size: 28px !important;
}

.contact-form-sec {
    padding: 80px 0;
}

.adress-info-sec {
    padding: 50px 0px;
    background-color: #f5f6f8;
    margin-bottom: 50px;
}

.adresses-info .info-box {
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px;
    border-radius: 6px;
    box-shadow: 1px 2px 6px #ddd;
}

.info-box .info-box-icon i {
    font-size: 38px;
    color: var(--blue);
}

.adresses-info .info-box h3 {
    font-size: 25px;
    padding: 15px 0;
    color: var(--blue);
    margin: 0;
}

.adresses-info .info-box p {
    color: var(--light-black);
    text-align: center;
}

.email_mobile-social {
    padding-top: 30px;
}

.info-box .follow-us-social-media ul li a {
    width: auto;
    height: auto;
}

.info-box .follow-us-social-media ul li:hover a {
    background-color: transparent;
    color: var(--green);
}

.info-box .follow-us-social-media ul li a i {
    font-size: 16px;
}

.info-box .follow-us-social-media ul li {
    margin: 0 7px;
}

/* manufacturing-page-title */
.manufacturing-page-title {
    /* padding: 130px 0 60px 0; */
    background-image: url(../img/manufacturing-page-textgde.jpg);
    background-size: cover;
    position: relative;
    background-position: center;
    height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.manufacturing-page-title::before {
    width: 100%;
    height: 100%;
    background: linear-gradient(177deg, #1f232cf5, #1f232ccf);
    content: "";
    top: 0;
    position: absolute;
}

.manufacturing-page-title .container {
    position: relative;
    z-index: 9;
}

.section_head_line_center {
    text-align: center;
    color: var(--white);
}

.section_head_line_center::before {
    left: 0;
    right: 0;
    margin: auto;
}

.page-title-p {
    font-size: 22px;
    text-align: center;
    color: #fff;
    margin-top: 30px;
    max-width: 900px;
    margin: auto;
    padding-top: 16px;
    font-weight: 300;
    line-height: normal;
}

.manufacturer-pages {
    padding: 55px 0 !important;
    overflow: hidden;
}

.key-highlights-sec {
    padding: 60px 0 60px 0;
    background-image: url(../img/key-highlights-box-inner.webp);
    background-size: cover;
    position: relative;
    background-position: center;
    overflow: hidden;
}

.key-highlights-sec::before {
    width: 100%;
    height: 100%;
    background: linear-gradient(356deg, #08142e9c, #1f232cf7);
    content: "";
    top: 0;
    position: absolute;
}

.key-highlights-sec .container {
    position: relative;
    z-index: 9;
}

.key-highlights-box-img img {
    height: 400px !important;
    object-fit: cover !important;
    object-position: center;
}

.key-highlights-box {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.4s;
}

.key-highlights-box::before {
    background: linear-gradient(to bottom, rgb(46 54 72 / 0%), rgb(34 40 56 / 76%) 100%);
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 99;

}

.key-highlights-box-inner {
    position: absolute;
    bottom: 0;
    color: #fff;
    padding: 15px;
    z-index: 999;
    width: 100%;
}

.key-highlights-box-inner h4 {
    transform: translateY(0px);
    transition: all 0.3s;
    font-size: 20px;
}

.key-highlights-box:hover h4 {
    transform: translateY(-140px);
}

.key-highlights-box-inner .key-highlights-box-inner-p {
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    margin-top: 10px;
    transform: translateY(50px);
    transition: all 0.4s;
    padding: 15px;
    height: 170px;
}

.key-highlights-box:hover .key-highlights-box-inner-p {
    opacity: 1;
    transform: translateY(-0px);

}

.key-highlights-boxs {
    padding-top: 30px;
}

.key-highlights-box:hover:before {
    background: linear-gradient(to bottom, rgba(46, 54, 72, 0.458), rgba(34, 40, 56, 0.955) 100%);

}

#key-highlights-boxs .item {
    margin: 0 15px;
}

#key-highlights-boxs .owl-dots .owl-dot span {
    width: 36px;
    height: 8px;
}

#key-highlights-boxs .owl-dots .owl-dot.active span {
    background-color: var(--green);
}

#key-highlights-boxs .owl-dots {
    padding-top: 15px;
}

#key-highlights-boxs .owl-nav button {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: var(--green);
}

.iso-certification-sec {
    padding: 50px 0;
    overflow: hidden;
}

.iso-certification-sec .section_head_line {
    color: var(--blue);
    margin-bottom: 30px;
}

.iso-certification-card {
    box-shadow: rgba(0, 0, 0, .04) 0px 1px 0, rgba(0, 0, 0, .05) 1px 2px 7px, rgba(0, 0, 0, .06) 5px 12px 22px;
    padding: 30px;
    text-align: center;
    cursor: pointer;
    border-radius: 6px;
    border: 1px solid #ddd;
    background-color: var(--white);
    transition: all 0.4s;
}

.iso-certification-card img {
    width: 80px;
    height: 80px;
    object-fit: contain;

}

.product-certification-sec .iso-certification-card {
    border: 1px solid #dddddd00;
}

.rounded {
    border-radius: 50px !important;
}

.iso-certification-card h5 {
    font-size: 20px;
    padding: 15px;
    margin: 0;
    transition: all 0.4s;

}

.iso-certification-card p {
    min-height: 85px;
    margin: 0;
    transition: all 0.4s;

}

.iso-certification-card:hover {
    background: var(--blue);
}

.iso-certification-card:hover h5,
.iso-certification-card:hover p {
    color: var(--white);
}

.product-certification-sec {
    padding: 60px 0 60px 0;
    background-image: url(../img/iSO_9001.webp);
    background-size: cover;
    position: relative;
    background-position: center;
    overflow: hidden;
}

.product-certification-sec .container {
    position: relative;
    z-index: 99;
}

.product-certification-sec::before {
    width: 100%;
    height: 100%;
    background: linear-gradient(356deg, #08142e9c, #1f232cf7);
    content: "";
    top: 0;
    position: absolute;
}

.product-certification-sec .section_head_line {
    color: var(--white);
    margin-bottom: 30px;
}

.Production-Scale {
    padding: 70px 0;
    overflow: hidden;
}

.solar-technology .solar-technology-img img {
    width: 100%;
    height: 420px;
    object-fit: contain;
}

/* Research&Development */

.research-development {
    padding: 70px 0;
    margin: 0px 0 50px 0;
    background-color: #f5f6f8;
    overflow: hidden;
}

.research-development .about_sahajand_solars_text {
    padding-right: 0;
    padding-left: 50px;
}

.research-development .solar-technology-round-img {
    position: absolute;
    right: inherit;
    top: 0;
    transform: scaleX(-1);
    left: 0;
}



/* photo-gallery */
.photo-gallery {
    padding: 0 0 70px 0;
    overflow: hidden;
}

#photo-gallery-images-id .item {
    margin: 0 7px;
}

.photo-gallery .main .card {
    color: #252a32;
    background: #fff;
    border: 0px !important;
}

.photo-gallery .main .card:hover .card-image img {

    transform: scale(1.2);

}

.photo-gallery .main .card-image {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 100%;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;

}

.photo-gallery .main .card-image img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.8s;
}

.photo-gallery .section_head_line {
    color: var(--blue);
    margin-bottom: 30px;
    text-align: center;
}

.photo-gallery .section_head_line::before {
    left: 0;
    right: 0;
    margin: auto;
}

.photo-gallery .fancybox-container {
    top: 96px;
}

@media only screen and (max-width: 600px) {
    .photo-gallery .main .container {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 1rem;
    }
}

/* sahjanand-solar-faq-sec */
.sahjanand-solar-faq-sec {
    padding: 70px 0;
}

.sahjanand-solar-faq-sec .container {
    max-width: 900px;
}

.sahjanand-solar-faq-sec .accordion-button:focus {
    z-index: 3;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0;
}

.sahjanand-solar-faq-sec .accordion-item {
    margin-bottom: 8px;
    border-radius: 6px;
    border: 1px solid #d1d1d1;
    overflow: hidden;
}

.sahjanand-solar-faq-sec .accordion-button:not(.collapsed) {
    color: var(--white);
    background-color: var(--blue);
}

.sahjanand-solar-faq-sec .accordion-button {
    font-weight: 500;
    font-size: 17px;
}

.accordion-button:not(.collapsed)::after {
    background-image: url(../img/download.svg);
    transform: rotate(-180deg);
}

.youtube-shorts-section .img-fill {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    padding: 0 10px;
}

.youtube-shorts-section .img-fill img {
    min-height: 100%;
    min-width: 100%;
    position: relative;
    display: inline-block;
    max-width: none;
}

.youtube-shorts-section .slick-slide {
    float: left;
    padding: 0;
}

/* ==== Slider Style === */
.youtube-shorts-section {
    overflow: hidden;
    background-color: #fdfcfc;
    padding-bottom: 50px;
}

.youtube-shorts-section .container {
    overflow: hidden;
}

.youtube-shorts-section .container .reels-modern-slider .item .img-fill a {
    text-decoration: none;
    color: #000000;
}

.youtube-shorts-section .container .reels-modern-slider {
    position: relative;
    overflow: hidden;
}

.reels-modern-slider .next-arrow {
    position: absolute;
    top: 40%;
    right: 10px;
    width: 45px;
    height: 45px;
    background: rgba(0, 0, 0, .50);
    border: 0 none;
    border-radius: 50%;
    margin-top: -22.5px;
    text-align: center;
    cursor: pointer;
    font: 20px/45px FontAwesome;
    color: #FFF;
    z-index: 5;

    &:before {
        content: '\f105';
    }
}

.reels-modern-slider .prev-arrow {
    position: absolute;
    top: 40%;
    left: 10px;
    width: 45px;
    height: 45px;
    background: rgba(0, 0, 0, .50);
    border: 0 none;
    border-radius: 50%;
    margin-top: -22.5px;
    text-align: center;
    font: 20px/45px FontAwesome;
    color: #FFF;
    z-index: 5;
    cursor: pointer;

    &:before {
        content: '\f104';
    }
}

.reels-modern-slider .img-fill video {
    width: 95%;
    min-height: 425px;
    border-radius: 10px;
    border: 1px solid rgb(201, 198, 198);
}

.youtube-shorts-section .item .info span {
    font-size: 15px;
    font-weight: 500;
    text-align: left !important;
    margin-top: 9px;
    display: block;
    width: 95%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

}

.whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    display: inline-block;
}

.whatsapp-button img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: var(--green);
    padding: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease-in-out;
}

.whatsapp-button:hover img {
    transform: scale(1.1);
}

.blogs-page-title {
    /* padding: 130px 0 60px 0; */
    background-image: url(../img/epc-1920x1080.jpg);
    background-size: cover;
    position: relative;
    background-position: center;

    display: flex;
    align-items: center;
    justify-content: center;
    height: 40vh;
    padding-top: 50px;
}

.careers-page-title {
    /* padding: 130px 0 60px 0; */
    background-image: url(../img/Careers.jpg);

}

.blogs-page-title::before {
    width: 100%;
    height: 100%;
    background: linear-gradient(177deg, #1f232cf5, #1f232ccf);
    content: "";
    top: 0;
    position: absolute;
}

.blogs-page-title .container {
    position: relative;
    z-index: 9;
}

.our-blogs-sect .our-blogs-box {
    box-shadow: 0 2px 8px 0 rgba(99, 99, 99, .2) !important;
    border-radius: 5px;
    overflow: hidden;
}

.our-blogs-box .our-blogs-box-image img {
    height: 280px;
    object-fit: cover;
    width: 100%;
}


.our-blogs-sect .our-blogs-box .our-blogs-box-text {
    padding: 10px 20px 20px;
}

.our-blogs-sect .our-blogs-box-text h2 {
    margin: 10px 0;
    font-size: 20px;
}

.our-blogs-sect .our-blogs-box-text p {
    margin: 10px 0;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

}

.our-blogs-sect .our-blogs-box-image {
    position: relative;
}

.our-blogs-sect .our-blogs-box-image .blogs-date {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    background: #fff;
    color: #000;
    padding: 8px 12px;
    font-weight: 500;
}

.our-blogs-sect {
    padding: 70px 0;
}

.our-blogs-sect .our-blogs-box {
    margin-bottom: 30px;
}

.our-blogs .section_head_line_center {
    color: var(--blue);
}


.download-page-title {
    background-size: cover;
    position: relative;
    background-position: center;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.download-page-title::before {
    width: 100%;
    height: 100%;
    background: linear-gradient(177deg, #191d25c4, #000000b0);
    content: "";
    top: 0;
    position: absolute;
    z-index: 2;
}

.download-page-title video {
    height: 100vh;
    object-fit: contain;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: 0;
    background: #000;
}

.download-page-title .container {
    position: relative;
    z-index: 9;
}

.download-pdf-sec {
    padding: 50px 0;
}

.download-pdf-sec .our_widest_range_wt_inner_box {
    padding: 30px 30px;
    border: 1px solid #ddd;
    border-radius: 6px;
    background: #f8f8f8;
}

.download-pdf-sec .range-wt-tab button {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 10px 0;
    font-size: 15px;
    font-weight: 600;
    color: var(--blue);
    text-align: center;
}

.download-pdf-sec .range-wt-tab {
    /* box-shadow: 0 2px 8px 0 rgb(99 99 99 / 30%) !important; */
    padding: 15px;
    border-radius: 5px;
    background-color: var(--white);
    min-height: 360px;
}

.download-pdf-list {
    display: flex;
}

.download-pdf-sec .range-wt-tab .active {
    color: var(--green);
}

.download-pdf-sec .tabcontent-wt {
    padding-left: 30px;
}

.download-pdf-list li img {
    width: 100%;
    height: 190px;
    object-fit: cover;
    padding: 2px;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
    background: #fff;
    object-position: top;
}

.download-pdf-list li {
    width: 22%;
    padding-right: 15px;
}

.download-pdf-sec .row {
    display: flex;
    align-items: flex-start;
}

.download-pdf-sec .section_heading_title {
    margin-top: 0;
}

.download-pdf-list li h5 {
    font-size: 14px;
    padding: 10px 0;
    margin: 0;
}

.download-pdf-list li a {
    text-decoration: underline;
    font-weight: 500;
    font-size: 16px;
}

.download-pdf-list-imgscoming {
    width: 100%;
    height: 190px;
    object-fit: contain !important;
    padding: 2px;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
    background: #fff;
    object-position: center !important;
}

.singel-blog-title {
    height: 40vh;
    padding-top: 50px;
}

.blog-secation {
    max-width: 1000px;
    margin: 70px auto 50px auto;
}


.blog-sidebar-div-singel {
    padding-left: 20px;
}

.blog-sidebar-div-singel .blog-sidebar {
    background-color: #F5F5F5;
    border-radius: 6px;
    padding: 40px;
    margin-bottom: 35px;
}

.blog-sidebar-div-singel .blog-sidebar h3 {
    color: var(--blue);
    font-size: 24px;
    margin-bottom: 30px;
    font-weight: 600;
}

.blog-sidebar-div-singel .blog-sidebar-search input {
    width: 100%;
    padding: 18px 10px;
    background-color: #fff;
    border-radius: 6px;
    border: 0;
    color: #fff;
}

.blog-sidebar-div-singel .blog-sidebar-search button {
    position: absolute;
    right: 7px;
    top: 7px;
    width: 46px;
    border: 0;
    border-radius: 3px;
    height: 46px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    background-color: var(--main-bg-one);
}

.blog-sidebar-div-singel .blog-sidebar-search form {
    position: relative;
}

.blog-sidebar-div-singel .blog-sidebar-Categories li a {
    background-color: #fff;
    border-radius: 6px;
    padding: 15px 10px 15px 30px;
    margin-bottom: 10px;
    color: var(--blue);
    font-weight: 600;
    display: block;
}

.blog-sidebar-div-singel .blog-sidebar-Categories li a:hover {
    transition: all 0.3s;
    background-color: var(--blue);
    color: var(--white);
}

.blog-sidebar-div-singel .blog-Recent-Posts {
    margin-bottom: 30px;
}

.blog-sidebar-div-singel .blog-Recent-Posts-image {
    float: left;
    margin-right: 20px;
    overflow: hidden;
    border-radius: 6px;
}

.blog-sidebar-div-singel .blog-Recent-Posts-image img {
    width: 90px;
    height: 80px;
    object-fit: cover;
    transform: scale(1.5);
}

.blog-sidebar-div-singel .blog-Recent-Posts-text {
    overflow: hidden;
}

.blog-sidebar-div-singel .blog-Recent-Posts-text a {
    font-size: 16px;
    color: var(--blue);
    display: inline-block;
    line-height: 20px;
}

.blog-sidebar-div-singel .blog-Recent-Posts-text a:hover {
    color: var(--main-text-one);
    transition: all 0.3s;
}

.blog-sidebar-div-singel .blog-Recent-Posts-text span {
    font-size: 14px;
    color: #666666;
}

.blog-sidebar-div-singel .blog-sidebar-Tags a {
    font-size: 14px;
    color: var(--blue);
    border-radius: 25px;
    border: 1px solid var(--blue);
    padding: 6px 11px;
    letter-spacing: 0.5px;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 8px;
}

.blog-sidebar-div-singel .blog-sidebar-Tags a:hover {
    color: #fff;
    border: 1px solid var(--blue);
    background-color: var(--blue);
    transition: all 0.3s;
}

.blog-secation .our-blogs-box .our-blogs-box-image img {
    height: 480px;
    object-fit: cover;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.blog-secation .blogs-cat-date {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 10px 0;
}

.blog-secation .blogs-cat-date .blogs-category {
    margin-right: 20px;
}

.blog-secation .our-blogs-box-text h2 {
    margin: 10px 0;
    font-size: 29px;
    font-weight: 600;
    -webkit-line-clamp: 5;
    color: var(--blue);
}

.blog-secation .our-blogs-box-text p {
    margin: 10px 0;
    font-size: 16px;
    -webkit-line-clamp: none;
}

.blog-secation .our-blogs-box-text h5 {
    color: var(--blue);
    font-size: 20px;
    font-weight: 600;
    margin-top: 20px;
}

.blog-secation .our-blogs-box-text h6 {
    color: var(--blue);
    font-size: 18px;
    margin-top: 12px;

}

.blog-secation .blog-description-text ul li {
    list-style: circle;
    margin-left: 30px;
    margin-bottom: 10px;

}

.blog-secation .blog-description-text ul li b {
    color: var(--blue);

}

.yes_legally_div input {
    margin: 0 !important;
    display: flex;
    padding: 0 !important;
}

.yes_legally_div label {
    padding-right: 5px;
}

.yes_legally_div div {
    margin-right: 10px;
}



.youtube-shorts-section.img-fill img {
    min-height: 100%;
    min-width: 100%;
    position: relative;
    display: inline-block;
    max-width: none;
}

.youtube-shorts-section .slick-slide {
    float: left;
    padding: 0;
}


.youtube-shorts-section .container {
    overflow: hidden;
}

.youtube-shorts-section .container {
    position: relative;
}

.youtube-shorts-section .container .youtube-shorts-modern-slider .item .img-fill a {
    text-decoration: none;
    color: #000000;
}

.youtube-shorts-modern-slider .next-arrow {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 45px;
    height: 45px;
    background: rgba(0, 0, 0, .50);
    border: 0 none;
    border-radius: 50%;
    margin-top: -22.5px;
    text-align: center;
    cursor: pointer;
    font: 20px/45px FontAwesome;
    color: #FFF;
    z-index: 5;

    &:before {
        content: '\f105';
    }
}

.youtube-shorts-modern-slider .prev-arrow {
    position: absolute;
    top: 50%;
    left: 10px;
    width: 45px;
    height: 45px;
    background: rgba(0, 0, 0, .50);
    border: 0 none;
    border-radius: 50%;
    margin-top: -22.5px;
    text-align: center;
    font: 20px/45px FontAwesome;
    color: #FFF;
    z-index: 5;
    cursor: pointer;

    &:before {
        content: '\f104';
    }
}

.youtube-shorts-modern-slider .img-fill video {
    width: 100%;
    border-radius: 10px;
    border: 1px solid rgb(201, 198, 198);
}

.youtube-shorts-section .youtube-shorts-modern-slider .item .info span {
    font-size: 15px;
    font-weight: 500;
    text-align: left !important;
}

.youtube-shorts-modern-slider .video-wrapper {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.youtube-shorts-modern-slider .video-wrapper .info {
    position: absolute;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #333;
}

.youtube-shorts-modern-slider .video-wrapper .loading-spinner {
    position: absolute;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #144679;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 2s linear infinite;
    z-index: 10;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.youtube-shorts-modern-slider .video-wrapper.video-ready .loading-spinner {
    display: none;
}

.youtube-shorts-modern-slider .video-wrapper.video-ready video {
    display: block;
    min-height: 425px !important;
}