/*
Theme Name:    Discover Solar
Theme URI:     
Description:   Child theme for Discover Solar
Author:        Discover Solar
Author URI:     
Template:       Divi
Version:        1.0.0
*/

/*------------------------------ ADDITIONAL CSS HERE ------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@100;200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@100;200;300;400;500;600;700&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
/*font-family: 'Josefin Sans', sans-serif;*/
/*font-family: 'Poppins', sans-serif;*/

body{
    font-family: 'Poppins', sans-serif;
}

:root {
    --color_primary: #00254A;
    --color_secondary: #000000;
    --color_text: #fff;
    --color_white: #fff;
}
::selection {
    background: var(--color_primary);
    color: var(--color_white);
}
/*--------scroll------------*/
::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-track {
  background: #2eb247; 
}
::-webkit-scrollbar-thumb {
  background: #a4d22e; 
}
::-webkit-scrollbar-thumb:hover {
  background: #000; 
}
::-webkit-scrollbar:horizontal{
    height: 3px;
    background-color: #a4d22e;
}
::-webkit-scrollbar-thumb:horizontal{
    background: #2eb247;   
}
.tc{
	text-align:center;
}
/*-----------end scroll-------------*/
.sp_offr_section .offer_inner_detail {
    height: auto;
	overflow: hidden;
}
.ds_grediant_title::selection {
    background: transparent !important;
}
.page-id-13 div#main-content {
    margin-top: 0px;
}
/* .ds_scroll_section {
    margin-top: 1vh;
} */
.section_padding{
    padding: 0 !important;
}
.row_padding{
    padding: 0 200px !important;
    display: flex;
    align-items: center;
}
.ds_grediant_title {
    font-size: 45px;
    line-height: 1.1;
    text-transform: capitalize;
    font-weight: 700;
    background: linear-gradient(90deg, rgba(24,172,76,1) 0%, rgba(173,212,44,1) 45%, rgba(173,212,44,1) 80%, rgba(24,172,76,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 10s linear infinite;
    background-size: 180% auto;
    font-family: 'Josefin Sans', sans-serif;
    display: block;
}
.ds_banner_title_box .ds_grediant_title {
    font-size: 65px;
    font-weight: 700;
}
@keyframes textclip {
    from {
        background-position:  250% center;
    }
}
.ds_title_line {
    background: #add42c;
    width: 70px;
    height: 4px;
    display: flex;
    position: relative;
    margin-bottom: 25px;
}
.ds_line {
    position: relative;
}
.ds_title_line::before {
    position: absolute;
    bottom: 0;
    left: 2px;
    width: 15px;
    height: 4px;
    content: '';
    z-index: 5;
    background: #fff;
    animation: mover 4s infinite alternate;
}
@keyframes mover {
    0% { transform: translateX(-10); }
    100% { transform: translateX(52px); }
}
.site_content {
    display: grid;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
}
.fp-section.fp-table, .fp-slide.fp-table {
    align-items: center;
    justify-content: center;
    /*display: flex !important;*/
}
.fp-scrollable {
    display: contents;
    align-items: center;
}
.et_animated{
    opacity: 1 !important;
}
.fadeInUp1{
    transform: translateY(150px);
    opacity: 0;
    transition: 0.5s;
}
.active.fp-completely .fadeInUp1{
  transform: translateY(0);
  opacity: 1;
}
.ds_banner_title_box {
    font-size: 65px;
    line-height: 1.8;
    text-transform: capitalize;
    font-weight: 700;
}
.ds_banner_first_line {
    color: #000;
    position: relative;
    padding-bottom: 0 !important;
    line-height: 1.5;
}
.ds_banner_first_line::after {
    content: "";
    position: absolute;
    background: #3cb644;
    width: 4px;
    height: 70px;
    left: -13px;
    top: -13px;
    bottom: 0;
    margin: auto;
}
.ds_banner_secound_line {
    background: linear-gradient(90deg, rgba(24,172,76,1) 0%, rgba(173,212,44,1) 45%, rgba(173,212,44,1) 80%, rgba(24,172,76,1) 100%);
    animation: textclip 10s linear infinite;
    background-size: 180% auto;
    width: fit-content;
    height: 80px;
    padding: 2px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 15px;
    text-shadow: 5px 4px 9px #5b5b5b;
}
/*---------------banner section---------*/
.ds_banner_Section.ds_scroll_section{
    margin-top: 0vh;
    overflow: hidden;
}
.ds_banner_row{
    padding: 0 !important;  
}
.ds_banner_row .et_pb_slide {
    height: 100vh;
    background-size: cover !important; 
}
.et_pb_slide.et_pb_slide_0 {
    background-position: 75% 0% !important;
}
.et_pb_slide.et_pb_slide_1 {
    background-position: 0% 0%;
}
.ds_banner_desc {
    text-align: left;
    font-family: 'Josefin Sans', sans-serif;
    text-shadow: none;
}
.ds_first_text span {
    text-transform: uppercase;
    font-size: 45px;
    font-weight: 700;
    padding-right: 10px;
}
.ds_first_text {
    display: flex;
    padding-bottom: 20px;
}
.ds_banner_title_box {
    width: 37%;
}
/*.ds_banner_col .et_pb_slide_description {
    padding: 0 !important;
}*/
.ds_banner_row_col {
    position: relative;
}
.ds_banner_img_col {
    position: absolute;
    bottom: 20px;
    right: 0;
}
/*.ds_banner_col .et_pb_container.clearfix {
    height: 100% !important;
}*/
.ds_banner_desc .ds_title_line{
    background:#fff;
}
.ds_banner_btn .site_button{
    width: 200px;
    height: 55px;
}
/* .ds_banner_btn .site_button{
    color: #fff;
    background: transparent;
} */
/*---------------end banner section---------
/*--------------exploar--------------------*/
.ds_exploar_row {
    display: flex;
    padding: 0px 200px !important;
    /*height: 100vh;*/
}
.ds_exploar_row_col_two {
    padding-left: 60px;
    margin: auto;
}
.ds_exploar_title {
    width: 70%;
}
.ds_exploar_left_col #expolar_parallax_wrapper {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}
.ds_exploar_left_col .p1 img {
    /*height: 460px;*/
    height: 45vh;
}
.ds_exploar_left_col img {
    width: 100%;
    /*height: 350px;*/
    height: 35vh;
    object-fit: cover;
    border: 5px solid #fff;
    box-shadow: rgb(0 0 0 / 32%) 0px 7px 29px 0px;
}
.expolar_img_right {
    display: grid;
    gap: 25px;
}
.ds_exploar_img {
    line-height: 0;
    position: relative;
    overflow:hidden;
}
.ex_exploar_btn {
    padding-top: 15px;
}
.ds_exploar_img::after {
    content:"";
    position: absolute;
    background: linear-gradient(to right, rgb(255 255 255 / 6%) 0, rgba(255, 255, 255, 0.8) 50%, rgb(255 255 255 / 9%) 100%);
    pointer-events: none;
    z-index: 3;
    opacity: 0;
    transform: skew(30deg);
    animation: shine 0.75s linear 1;
    left: -268%;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    transition: 1.2s;
}
.ds_exploar_img:hover::after {
    opacity: 1;
    left: 500px;
}
/*--------------end exploar--------------------*/
/*-------------product----------------*/
.ds_product_row{
    padding: 0 !important;    
}
.ds_product_section{
    background:#fff;
}
.ds_single_product_box {
    width: 100%;
    background: #fff;
    position: relative;
    overflow: hidden;
}
.ds_single_product_inner {
    margin: auto;
    text-align: center;
    transition:  2s;
}
.ds_product_img img {
    width: 100%;
    height: 10vh;
    object-fit: contain;
}
.ds_product_name {
    font-size: 25px;
    color: #000;
    font-weight: 600;
    padding: 20px 0;
    text-transform: uppercase;
}
.ds_product_btn .site_button {
    margin: auto;
}
.ds_product_btn {
    padding-top: 15px;
}
.ds_product_main_img img {
    width: 100%;
    height: 68vh;
    object-fit: contain;
}
.ds_product_main_img {
    position: relative;
    top: 65px;
}
.ds_product_hover {
    margin: auto;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    transition: 2s;
    border-bottom: 2px solid #03305b;
    cursor: pointer;
    overflow: hidden;
    width: 100%;
    height: 100%;
    padding: 110px 100px 0;
}
.ds_product_hover::after {
    content: "";
    transition: 2s;
    position: absolute;
    opacity: 1;
    width: 100%;
    height: 100%;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    background-size: 100% 100% !important;
}
.ds_product_hover.ds_product_one::after {
    background: url(../../../wp-content/uploads/2022/08/prohover1.png);
}
.ds_product_hover.ds_product_two::after {
    background: url(../../../wp-content/uploads/2022/08/prohover2-1.png);
}
.ds_product_hover.ds_product_three::after {
    background: url(../../../wp-content/uploads/2023/02/bg-solar-battery.jpg);
}
.ds_product_hover.ds_product_four::after {
    background: url(../../../wp-content/uploads/2023/02/bg-evcharger.jpg);
}
.ds_product_hover.ds_product_five::after {
    background: url(../../../wp-content/uploads/2023/04/heat-pump-bg.jpg);
}
.ds_single_product_inner:hover .ds_product_hover,.ds_single_product_inner:hover .ds_product_hover::after {
    top: 3%;
    transition: 2s;
}
.ds_product_sub {
    top: 0px;
    transition: 2s;
    padding: 110px 100px 0;
    left: 0;
    right: 0;
    margin: auto;
    position: relative;
}
.ds_single_product_inner:hover .ds_product_sub {
    top: -150vh;
    transition: 1s;
}
.ds_product_btn .site_button:hover {
    color: #fff;
    border-image-source: linear-gradient(to right, rgb(255 255 255) 7%, rgb(255 255 255) 48%);
}
/*-------------end product----------------*/
/*--------------difference-----------------*/
.ds_diffe_row {
    background: #000;
    padding: 75px 100px 100px !important;
    width: 85% !important;
    margin: auto;
    /*height: 100vh;*/
    display: flex;
}
.ds_diffe_section .fp-scroller {
    overflow: visible !important;
    display: flex;
    height: 100vh;
}
.ds_diffe_row_col {
    margin: auto;
    margin-bottom: auto !important;
}
.ds_diffe_box {
    display: flex;
    align-items: center;
}
.ds_diffe_col_one_box .ds_diffe_left {
    width: 42%;
}
.ds_diffe_col_one_box .ds_diffe_right {
    width: 58%;
}
.ds_diffe_content .site_content, .ds_diffe_three_content .site_content {
    font-size: 20px;
}
.ds_diffe_row_col .site_content {color: #fff;}
.ds_diffe_two_block {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    transition: 1s;
    position: relative;
}
.ds_diffe_two_box {
    background: #fff;
    box-shadow: rgb(0 0 0 / 4%) 88px 0px 38px -18px inset;
    border: 1px solid #eee;
    padding: 20px 30px;
    transition: 1s;
}
.ds_diffe_box_text .site_content {
    color: #000;
}
.ds_diffe_box_img img {
    width: 75px;
    height: 75px;
    object-fit: contain;
}
.ds_diffe_box_title {
    font-size: 23px;
    color: #000;
    font-weight: 700;
    text-transform: capitalize;
    padding: 10px 0 5px;
    line-height: 1.2;
    height: 80px;
    font-family: 'Josefin Sans', sans-serif;
}
.ds_diffe_col_one_box {
    padding-bottom: 20px;
}
.ds_diffe_col_three_box .ds_diffe_box {
    gap: 0;
}
.ds_diffe_title .ds_grediant_title {
    font-size: 50px;
}
.ds_diffe_three_content .site_content {
    display: block;
}
.ds_diffe_three_content {
    padding-top: 35px;
    position: relative;
}
.ds_diffe_col_three_box .ds_diffe_left {
    padding-right: 100px;
    width: 50%;
}
.call_text {
    color: #7ac637;
    font-weight: 600;
    animation: zoom-in-zoom-out 5s ease-out infinite;
    transition: 4s;
    display: inline-block;
    padding-left: 18px;
}
@keyframes zoom-in-zoom-out {
  0% {
    color: #7ac637;
    transform: scale(1, 1);
  }
  50% {
    color: #add42c;
    transform: scale(1.2, 1.2);
  }
  100% {
    transform: scale(1, 1);
  }
}
.ds_call_circle_box {
    position: absolute;
    font-size: 16px;
    color: #84bd3a;
    font-weight: 500;
    text-transform: uppercase;
    top: 115px;
    letter-spacing: 2px;
    border: 2px solid #84bd3a;
    width: 160px;
    height: 160px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ds_call_img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ds_call_img img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}
.ds_call_text img {
    animation: rotation_text 25s linear infinite;
    position: relative;
}
@keyframes rotation_text {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.ds_diffe_three_img img {
    width: 100%;
    height: 233px;
    object-fit: cover;
}
.ds_diffe_col_three_box .ds_diffe_right {
    position: absolute;
    right: 0;
    width: 50%;
    top: 0;
}
.ds_diffe_button {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    justify-content: center;
}
.ds_diffe_button .site_button {
    width: 90%;
    background: linear-gradient(90deg, rgba(24,172,76,1) 0%, rgba(173,212,44,1) 30%, rgba(173,212,44,1) 58%, rgba(24,172,76,1) 100%);
    border: none;
    height: 60px;
    animation: btnhover 7s linear infinite;
    background-size: 290% auto;
}
.ds_diffe_two_block .ds_diffe_two_box:hover {
    transform: scale(1) !important;
}
.ds_diffe_two_block:hover .ds_diffe_two_box{
    transform: scale(0.9);
}
.ds_call_text {
    display: flex;
    align-items: center;
}
.ds_call_text img {
    width: 100%;
    height: 140px;
    object-fit: contain;
}
/*--------------end difference-----------------*/
/*----------------product we use---------- */
.ds_we_use_title_row {
    padding: 0 !important;
}
.ds-we_use_title {
    text-align: center;
}
.ds-we_use_title .ds_title_line {margin: 0 auto 25px;}
.ds_we_use_col_box {
    padding: 35px 0 50px;
}
.ds_we_use_img {
    border: 2px solid #f6f6f6;
    width: 100%;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: rgb(0 0 0 / 10%) 0px 10px 22px 0px, rgb(0 0 0 / 10%) 0px 0px 0px -8px;
}
.ds_we_use_img img {
    width: 100%;
    height: 45px;
    object-fit: contain;
/*     opacity: 0.5; */
    transition: 1s;
    transform: scale(0.9);
/*     filter: grayscale(1); */
}
/* .ds_we_use_box.slick-current.slick-active.slick-center .ds_we_use_img img {
    opacity: 1;
    transform: scale(1);
    filter: grayscale(0);
} */
/* .ds_we_use_img img:hover{
    opacity: 1;
    transform: scale(1);
    filter: grayscale(0);
} */
.ds_we_use_inner_box {
    margin: 0 15px;
}
.ds_filler_block {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px;
}
.ds_filler_box {
    border: 1px solid #f2f2f2;
    background: #fdffef;
    width: 100%;
    height: 45vh;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    text-align: center;
    line-height: 1.2;
    transition: 1s;
    position: relative;
    overflow: hidden;
}
.ds_filler_num,.ds_filler_number b {
    font-size: 85px;
    font-weight: 700;
    background: linear-gradient(90deg, rgba(24,172,76,1) 0%, rgba(173,212,44,1) 45%, rgba(173,212,44,1) 80%, rgba(24,172,76,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 25s linear infinite;
    background-size: 180% auto;
    font-family: 'Josefin Sans', sans-serif;
    transition: 1s;
}
.ds_filler_text {
    color: #000;
    font-size: 26px;
    width: 75%;
    margin: auto;
    font-weight: 500;
}
.ds_filler_number b sub {
    font-size: 38px;
    color: #000;
    background: linear-gradient(90deg, rgba(24,172,76,1) 0%, rgba(173,212,44,1) 45%, rgba(173,212,44,1) 80%, rgba(24,172,76,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    top: 0 !important;
}
.ds_filler_box:hover::after {
    left: 0;
}
.ds_filler_box::after {
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgba(24,172,76,1) 0%, rgba(173,212,44,1) 30%, rgba(173,212,44,1) 58%, rgba(24,172,76,1) 100%);
    background-size: 290% auto;
    animation: btnhover 5s linear infinite;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    transition: 1s;
}
.ds_filler_box_inner {
    z-index: 1;
}
.ds_filler_box:hover .ds_filler_num,.ds_filler_box:hover .ds_filler_number b sub,.ds_filler_box:hover .ds_filler_number b {
    background: none;
    -webkit-text-fill-color: black;
}
.ds_we_use_section,.ds_people_section {
    overflow: hidden;
}
/*----------------end product we use---------- */
/*---------------whatpeople say-----------------*/
.ds_people_row,.ds_people_row_two {
    display: flex;
    align-items: center;
}
.ds_people_row_col {
    margin: auto;
}
.ds_people_section::before {
    content: "";
    position: absolute;
    background: linear-gradient(140deg, rgb(23 171 75) 0%, rgb(23 171 75) 0%, rgb(173 212 44) 69%, rgb(173 212 44) 100%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.9;
}
.ds_people_title .ds_grediant_title {
    -webkit-background-clip: text;
    -webkit-text-fill-color: black;
}
.ds_people_title .ds_title_line {
    background: #000;
    margin: 0 auto 25px;
}
.ds_people_title {
    text-align: center;
}
.slick-arrow::before {
    display: none;
}
.arrow_carrot-left::before {
    content: "\34";
}
.arrow_carrot-right::before {
    content: "\35";
}
.ds_people_block .slick-next {
    right: 30px;
}
.slick-arrow i::before {
    position: absolute;
    font-family: etmodules;
    font-size: 70px;
    color: #000;
    font-style: normal;
}
.ds_people_inner_box {
    background: #fff;
    padding: 40px;
    position: relative;
}
.ds_people_box {
    margin: 0 45px;
    padding: 30px 0px 0px !important;
}
.ds_people_person_name {
    color: #3fa63c;
    font-size: 22px;
    font-weight: 500;
    padding: 5px 0 5px;
}
.ds_people_person_name span{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.yellow_star {
    color: #ffc100;
}
.ds_people_review i {
    font-size: 22px;
    /*padding: 10px 0;*/
    letter-spacing: 5px;
}
.ds_people_bottom {
    display: flex;
}
.ds_people_glogo {
    margin: 15px auto;
    margin-right: 0 !important;
}
.ds_people_inner_box::before {
    content: "";
    position: absolute;
    background: url(../../../wp-content/uploads/2022/08/quotation.png) no-repeat;
    width: 65px;
    height: 65px;
    top: -25px;
    right: 35px;
    background-size: contain;
    animation: quote 3s linear infinite;
}
@keyframes quote {
    0% {
        transform: translate(0 , 10px);
    }
    50%{
        transform: translate(0 , 0px);
    }
    100% {
        transform: translate(0 , 10px);
    }
}
.ds_people_glogo img {
    width: 75px;
    height: 75px;
    object-fit: contain;
}
.ds_people_content span{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    padding: 0 !important;
}
.ds_people_two_text {
    font-size: 45px;
    color: #000;
    text-transform: capitalize;
    font-weight: 700;
    width: 40%;
    line-height: 1.2;
}
.ds_people_two_col_box {
    display: flex;
    align-items: center;
    border: 1px solid #fff;
    background: #ffffff54;
    height: 20vh;
    padding: 0 45px;
}
.ds_people_two_btn {
    width: 60%;
    display: flex;
}
.ds_people_two_btn .site_button {
    margin: auto;
    margin-right: 0 !important;
}
.ds_people_slider_btn {
    display: flex;
    padding: 25px 0 30px;
}
.ds_people_slider_btn .site_button {
    margin: auto;
}
.slick-arrow {
    top: 60px;
    bottom: 0;
    margin:auto;
    z-index: 1;
}
/*---------------end what people say-----------------*/
/*----------recent installtion-------------------*/
.ds_recent_section::before {
    content: "";
    position: absolute;
    background: #fff;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    opacity: 0.92;
}
.ds_recent_title .ds_line {
    display: flex;
    justify-content: center;
}
.ds_recent_title .ds_grediant_title {
    text-align: center;
}
.ds_recent_img img {
    width: 100%;
    height: 29vh;
    object-fit: cover;
    transition: 1s;
}
.ds_recent_button_box {
    display: flex;
    padding: 20px 0;
    margin: auto;
    justify-content: center;
}
.ds_recent_btn {
    margin: 0 10px;
}
.ds_recent_img {
    line-height: 0;
}
.ds_recent_col_boxes_two {
    width: 40%;
}
.ds_recent_col_inner_12 {
    display: flex;
    align-items: center;
    gap: 50px;
}
.ds_recent_col_boxes {
    width: 30%;
    display: grid;
    gap: 20px;
}
.ds_recent_col_boxes_two .ds_recent_data_detail_box {
    display: block;
    background: #000;
    width: 100%;
    padding: 50px 40px;
}
.ds_recent_col_boxes_two .ds_recent_img img {
    height: 28vh;
}
.ds_recent_detail_title {
    font-size: 20px;
    text-transform: capitalize;
    padding-bottom: 10px;
}
.ds_recent_inner_tit {
    font-weight: 500;
    padding-right: 10px;
    padding-bottom: 4px;
    font-size: 17px;
}
.ds_recent_detail {
    color: #fff;
}
.ds_recent_desc {
    display: flex;
    font-size: 16px;
    font-weight: 300;
    padding-bottom: 15px;
}
.ds_recent_detail_desc {
    display: flex;
    gap: 10px;
}
.ds_recent_loc_icon svg {
    width: 25px;
    height: 25px;
    object-fit: cover;
}
.ds_recent_loc_icon svg path {
    fill: #fff;
}
.ds_recent_loc_icon {
    width: 12%;
}
/*.ds_recent_desc:nth-child(2) {
    display: grid;
}*/
.ds_loader {
    background: #20ae4a40;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.ds_loader_col {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    position: relative;
    background: linear-gradient(0deg, rgb(173 212 44) 33%, #1aad4b 100%);
    -webkit-animation: rotation 1s linear infinite;
    animation: rotation 1s linear infinite;
    left: 0;
    right: 0;
    display: flex !important;
    top: 25px;
    z-index: 1;
    bottom: 0;
    margin: auto;
    align-items: center;
}
.ds_loader_col::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0%;
    bottom: 0;
    margin: auto;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
}
@keyframes rotation {
    0% { transform: rotate(0deg) }
    100% { transform: rotate(360deg) }
}
.ds_recent_col_boxes .ds_recent_img {
    border: 4px solid #fff;
    cursor: pointer;
    overflow: hidden;
}
.site_button.recent_active {
    background: linear-gradient(90deg, rgba(24,172,76,1) 0%, rgba(173,212,44,1) 30%, rgba(173,212,44,1) 58%, rgba(24,172,76,1) 100%);
    background-size: 290% auto;
    animation: btnhover 5s linear infinite;
}
.ds_recent_col_boxes .ds_recent_img img:hover {
    transform: scale(1.2);
}
.ds_recent_col_two_mob{
    display: none;
}
.ds_recent_btton {
    display: flex;
    justify-content: center;
    padding: 25px 0 10px;
}
.slick-dots li button:before {
    font-family: 'slick';
    font-size: 13px;
}
ul.slick-dots {
    padding: 0 !important;
    bottom: -35px;
}
.slick-active button::before {
    color: #26ab47 !important;
}
.slick-dots li button:before {
    color: #a7cd2ba6;
    opacity: 1 !important;
}
.slick-dots li {
    margin: 0 1px;
}
.ds_recent_section {
    overflow: hidden;
}
/*----------end recent installtion-------------------*/
/*-------------back to btn-------------*/
.page-id-13 .l_back {
    width: 40px;
    line-height: 40px;
    overflow: hidden;
    z-index: 999;   
    cursor: pointer;
    position: fixed;
    bottom: 40px;
    right: 0;
    background-color: #000;
    color: #fff;
    text-align: center;
    font-size: 30px;
    text-decoration: none;
    display: block;
}
.l_back{
    display: none;
}
.fp-viewing-0 .l_back{
    opacity: 0 !important;
    pointer-events: none;
}
.l_back1{
    opacity: 0;
    pointer-events: none;
}
.l_back1.on{
    opacity: 1;
    pointer-events: all;
}
/*-------------end back to btn-------------*/
.ds_product_col_box .slick-next {
    right: 30px;
}
.ds_we_use_block .slick-prev {
    left: -73px !important;
}
.ds_product_col_box .slick-arrow{
	top: 50px;
}

/*================= MEDIA QUERY ======================*/

@media all and (min-width: 320px) and (max-width: 767px) {
    
    .ds_grediant_title {
        font-size: 24px;
    }
    .site_content {
        font-size: 14px;
        line-height: 1.6;
    }
    .row_padding {
        padding: 0 15px !important;
    }
    /*--------banner----------*/
    .ds_banner_col .et_pb_slide_description {
        padding: 0 0px !important;
    }   
    .ds_banner_row .et_pb_slide {
        /*height: 400px;*/
        padding: 0 15px !important;
    }
    .ds_first_text span {
       font-size: 28px;
        margin: auto;
    }
    .ds_banner_title_box .ds_grediant_title {
        font-size: 36px;
    }
    .ds_banner_title_box {
        width: 100%;
        margin:auto;
    }
    .ds_first_text{
        display: block;
    }
    .ds_banner_desc {
        width: 100%;
        margin: auto;
        text-align: center;
    }
    .ds_banner_btn .site_button{
        margin:auto;
        width: 165px;
        height: 50px;
        font-size: 15px;
    }
    .ds_banner_title_box {
        font-size: 36px;
    }
    .ds_banner_secound_line {
        margin: auto;
        margin-bottom: 15px;
        height: 55px;
    }
    .ds_banner_first_line::after {
        height: 40px;
        left: -257px;
        right: 0;
    }
    /*--------end banner----------*/
    /*----------------expolar---------------*/
    .ds_exploar_row {
        display: block;
    }
    .ds_exploar_title {
        width: 100%;
    }
    .ds_exploar_row_col_two {
        padding-left: 0px;
        padding-top: 10px;
    }
    .ds_exploar_left_col img {
        height: 25vh !important;
    }
    /*.ds_exploar_left_col .p1 img {
        height: 180px;
    }*/
    .expolar_img_right {
        gap: 0;
    }
    .ds_exploar_left_col #expolar_parallax_wrapper {
        grid-template-columns: 1fr;
        gap: 0;
    }
    .p1.ds_exploar_img,.p2.ds_exploar_img {
        display: none;
    }
    .ds_exploar_content {       
		overflow-y: scroll;
		scroll-behavior : smooth;
    	height: 240px;
    }
    .ds_exploar_content .site_content{
        display: contents;
    }
    /*----------------end expolar---------------*/
    /*---------------------product------------------*/
    .ds_product_hover,.ds_product_sub {
        padding: 0px 15px 0px;
    }
    .ds_product_main_img img {
        height: 40vh;
        object-fit: contain;
    }
    .ds_product_main_img {
        top: 0;
        padding-top: 25px;
    }
    .ds_product_name {
        font-size: 20px;
    }
    .ds_product_img img {
        height: 8vh;
    }
    .ds_single_product_inner:hover .ds_product_sub {
        top: 0;
    }
    .ds_product_hover::after{
        display: none;
    }
    .ds_product_hover {
        left: -100%;
        top: 0;
        bottom: 0;
    }
    .ds_product_col_box .slick-prev {
        left: 6px;
    }
    .ds_product_col_box .slick-next {
        right: 6px;
    }
    /*---------------------end product------------------*/
    /*---------------differenace-----------------*/
    .ds_diffe_row {
        padding: 30px 20px 30px !important;
        width: 100% !important;     
    }
    .ds_diffe_two_box {
        padding: 5px 5px;
    }
    .ds_diffe_content .site_content, .ds_diffe_three_content .site_content {
        font-size: 13px;
        line-height: 1.5;
    }
    .ds_diffe_title .ds_grediant_title {
        font-size: 26px;
    }
    .ds_diffe_three_content {
        padding-top: 10px;
    }
    .ds_diffe_three_img img {
        height: 210px;
    }
    .ds_diffe_col_one_box {
        padding-bottom: 10px;
    }
    .ds_diffe_box_title {
        font-size: 14px;
        height: auto;
        padding: 5px 0 5px;
        text-align: center;
    }
    .ds_call_circle_box {
        font-size: 8px;
        width: 100px;
        height: 100px;
        top: 80px;
        right: 0;
        left: auto;
    }
    .ds_diffe_box_img img {
        width: 40px;
        height: 40px;
        margin: auto;
        display: flex;
    }
    .ds_diffe_button .site_button {
        height: 50px;
    }
    .call_text {
        padding-left: 18px;
    }
    .ds_diffe_col_three_box .ds_diffe_left {
        padding-right: 0px;
    }
    .ds_call_img img {
        width: 30px;
        height: 30px;
    }
    .ds_diffe_box_text {
        display: none;
    }
    .ds_diffe_col_three_box .ds_diffe_right {
        position: relative;
        width: 60%;
    }
    .ds_diffe_three_img {
        display: none;
    }
    .ds_diffe_button {
        position: relative;
        bottom: -7px;
        justify-content: left;
    }
    .ds_call_text img {
        height: 88px;
    }
    .ds_diffe_box,.ds_diffe_box {
        display: block !important;
    }
    .ds_diffe_left,.ds_diffe_col_one_box .ds_diffe_right {
        width: 100% !important;
    } 
    .ds_diffe_title .ds_line {
        display: flex;
        justify-content: center;
    }
    .ds_diffe_title,.ds_diffe_content .site_content {
        text-align: center;
    }
    .ds_diffe_two_block {
        grid-template-columns: repeat(2,1fr);
    }
    /*---------------end differenace-----------------*/ 
    /*----------------product we use--------------------*/
    .ds_we_use_img img {
        height: 40px;
        opacity: 1;
		filter: grayscale(0);
    }
    .ds_we_use_inner_box {
        margin: 0 10px;
    }
    .ds_filler_num,.ds_filler_number b {
        font-size: 35px;
    }
    .ds_filler_text {
        font-size: 16px;
        width: 100%;
    }
    .ds_filler_box {
        height: 13vh;
    }
    .ds_filler_block {
        gap: 10px;
        grid-template-columns: repeat(1,1fr);
    }
    .ds_filler_number b sub {
        font-size: 28px;
    }
    .ds_we_use_col_box {
        padding: 10px 0 10px;
    }
    .ds_we_use_img {
        height: 80px;
    }
    /*----------------end product we use--------------------*/    
    /*------------what people say----------------*/
    .ds_people_box {
        margin: 0 10px;
    }
    .ds_people_block .slick-prev {
        left: -12px;
    }
    .ds_people_block .slick-next {
        right: -12px;
    }
    .ds_people_review i,.ds_people_person_name {
        font-size: 16px;
    }
    .ds_people_glogo img {
        width: 45px;
        height: 45px;
        top: -18px;
    }
    .ds_people_inner_box::before {
        width: 50px;
        height: 35px;
        top: -19px;
        right: 20px;
    }
    .slick-arrow i::before {
        font-size: 55px;
        left: -20px;
    }
    .ds_people_inner_box {
        padding: 25px 15px;
    }
    .ds_people_person_name {
        padding: 5px 0 5px;
    }
    .ds_people_row_col {
        margin-bottom: auto !important;
    }
    .ds_people_glogo {
        margin: 0px auto;
    }
    .ds_people_row {
        align-items: center;
    }
    .ds_people_two_text {
        font-size: 23px;
        width: 100%;    
        text-align: center;    
    }
    .ds_people_two_col_box {
        height: auto;
        padding: 10px 25px;
        display: grid;
    }
    .ds_people_two_btn {
        width: 100%;
        padding: 10px 0;
    }
    .ds_people_two_btn .site_button{
        margin-right: auto !important;
    }
    .ds_people_slider_btn {
        padding: 20px 0px 25px;
    }
    /*------------end what people say----------------*/
    /*-----------recent installtion-----------*/   
    .ds_recent_col_boxes_two .ds_recent_img img {
        height: 25vh;
    }
    .ds_recent_button_box {
        padding: 15px 0;
    }
    .ds_recent_col_boxes_two .ds_recent_data_detail_box {
        padding: 15px 5px;
    }
    .ds_recent_col_inner_12 {
        gap: 15px;
    }
    .ds_recent_detail_title {
        font-size: 18px;
    }
    .ds_recent_desc {
        font-size: 15px;
    }
    .ds_recent_col_boxes_two {
        width: 95%;
        margin: auto;
    }
    .ds_recent_btn {margin: 0 3px;}
    .ds_recent_col_two_mob{display: block;}
    .ds_recent_col_two_web,.ds_recent_col_boxes{display: none;}
    .ds_recent_loc_icon svg {
        width: 20px;
        height: 20px;
    }
    .ds_recent_two_mob_inner .slick-prev {left: -18px;}
    .ds_recent_two_mob_inner .slick-next {right: -20px;}
    /*-----------end recent installtion-----------*/
	.ds_we_use_block .slick-prev {
		left: -12px !important;
	}
	.ds_we_use_block .slick-next {
		right: -12px !important;
	}
}

@media all and (min-width: 481px) and (max-width: 767px) {
    
    /*----------------expolar---------------*/
    .ds_exploar_content {
        height: 240px !important;
		overflow:auto !important;
    }
    .ds_exploar_left_col .p1 img {
        height: 235px;
    }
    /*----------------end expolar---------------*/
    /*--------------differance----------------------*/
    .ds_diffe_two_box {
        padding: 25px 15px;
    }
    .ds_diffe_content .site_content, .ds_diffe_three_content .site_content {
        font-size: 14px;
        display: block;
    }
    .ds_diffe_box_img img {
        width: 45px;
        height: 45px;
    }
    .ds_filler_num,.ds_filler_number b {
        font-size: 60px;
    }
    .ds_filler_text {
        font-size: 20px;
        width: 92%;
    }
    .ds_filler_box {
        height: 25vh;
    }
    .ds_filler_block {
        gap: 15px;
        grid-template-columns: repeat(2,1fr);
    }
    .ds_filler_number b sub {
        font-size: 35px;
    }
    .ds_we_use_col_box {
        padding: 20px 0 20px;
    }
    /*--------------end differance----------------------*/
    /*----------recent installation-------------*/
    .ds_recent_col_inner_12 {
        gap: 15px;
        width: 85%;
        margin: auto;
    }
    /*----------end recent installation-------------*/
    
}

@media all and (min-width: 768px) and (max-width: 980px) {
    
	.ds_exploar_content {
        height: 270px !important;
		overflow:auto !important;
    }
    .ds_grediant_title {
        font-size: 30px;
    }
    .site_content {
        font-size: 14px;
        line-height: 1.6;
    }
    .row_padding {
        padding: 0 15px !important;
    }
    /*--------banner----------*/
    .ds_banner_row .et_pb_slide {
        padding: 0 15px !important;
    }
    .ds_first_text span {
        font-size: 33px;
    }
    .ds_banner_title_box .ds_grediant_title {
        font-size: 45px;
    }
    .ds_banner_title_box {
        width: 80%;
    }
    .ds_banner_btn .site_button {
        width: 165px;
        height: 50px;
        font-size: 15px;
    }
    .ds_banner_title_box {
        font-size: 45px;
    }
    .ds_banner_secound_line {
        height: 55px;
    }
    .ds_banner_first_line::after {
        height: 50px;
    }
    /*--------end banner----------*/
    /*----------------expolar---------------*/
    .ds_exploar_row {
        display: block;
    }
    .ds_exploar_title {
        width: 100%;
    }
    .ds_exploar_row_col_two {
        padding-left: 0px;      
        padding-top: 30px;
    }
    .ds_exploar_left_col img {
        height: 32vh !important;
    }
    .expolar_img_right {
        gap: 20px;
    }
    .ds_exploar_left_col #expolar_parallax_wrapper {
        gap: 15px;
    }
    .p3.ds_exploar_img {
        display: none;
    }
    /*----------------end expolar---------------*/
    /*---------------------product------------------*/
    .ds_product_hover,.ds_product_sub {
        padding: 95px 50px 0;
    }
    .ds_product_main_img img {
        height: 65vh;
        /* object-fit: fill; */
    }
    .ds_product_main_img {
        top: 85px;
    }
    .ds_product_name {
        font-size: 20px;
    }
    .ds_product_img img {
        height: 8vh;
    }
    .ds_single_product_inner:hover .ds_product_sub {
        top: 0;
    }
    .ds_product_hover::after{
        display: none;
    }
    .ds_product_hover {
        left: -100%;
        top: 0;
        bottom: 0;
    }
    .ds_product_col_box .slick-prev {
        left: -17px;
    }
    .ds_product_col_box .slick-next {
        right: 22px;
    }
    /*---------------------end product------------------*/
    /*---------------differenace-----------------*/
    .ds_diffe_row {
        padding: 30px 20px 90px !important;
        width: 100% !important;     
    }
    .ds_diffe_two_box {
        padding: 15px 10px;
    }
    .ds_diffe_content .site_content, .ds_diffe_three_content .site_content {
        font-size: 15px;
    }
    .ds_diffe_title .ds_grediant_title {
        font-size: 32px;
    }
    .ds_diffe_three_content {
        padding-top: 10px;
    }
    .ds_diffe_three_img img {
        height: 210px;
    }
    .ds_diffe_col_one_box {
        padding-bottom: 10px;
    }
    .ds_diffe_box_title {
        font-size: 17px;
        height: 35px;
    }
    .ds_call_circle_box {
        font-size: 12px;
        width: 135px;
        height: 135px;
        top: 97px;
    }
    .ds_diffe_box_img img {
        width: 55px;
        height: 55px;
    }
    .ds_diffe_button .site_button {
        height: 50px;
    }
    .call_text {
        padding-left: 9px;
    }
    .ds_diffe_col_three_box .ds_diffe_left {
        padding-right: 10px;
    }
    .ds_diffe_two_block {
        grid-template-columns: repeat(2,1fr);
    }
    .ds_call_img img {
        width: 50px;
        height: 50px;
    }
    .ds_diffe_col_three_box .ds_diffe_right {   
        width: 45%;
    }
    .ds_diffe_col_three_box .ds_diffe_box {
        grid-template-columns: 1fr 1fr;
    }
    .ds_call_text img {
        height: 120px;
    }
    .ds_diffe_col_one_box .ds_diffe_box {
        display: block;
    }
    .ds_diffe_col_one_box .ds_diffe_left,.ds_diffe_col_one_box .ds_diffe_right {
        width: 100%;
    } 
    .ds_diffe_title .ds_line {
        display: flex;
        justify-content: center;
    }
    .ds_diffe_title,.ds_diffe_content .site_content {
        text-align: center;
    }
    /*---------------end differenace-----------------*/ 
    /*----------------product we use--------------------*/
    .ds_we_use_img img {
        height: 40px;
    }
    .ds_we_use_inner_box {
        margin: 0 10px;
    }
    .ds_filler_num,.ds_filler_number b {
        font-size: 55px;
    }
    .ds_filler_text {
        font-size: 20px;
        width: 92%;
    }
    .ds_filler_box {
        height: 23vh;
    }
    .ds_filler_block {
        gap: 15px;
        grid-template-columns: repeat(2,1fr);
    }
    /*----------------end product we use--------------------*/
    
    /*------------what people say----------------*/
    .ds_people_box {
        margin: 0 10px;
    }
    .ds_people_block .slick-prev {
        left: -33px;
    }
    .ds_people_block .slick-next {
        right: 5px;
    }
    .ds_people_review i,.ds_people_person_name {
        font-size: 17px;
    }
    .ds_people_glogo img {
        width: 50px;
        height: 50px;
        top: -18px;
    }
    .ds_people_inner_box::before {
        width: 55px;
        height: 55px;
    }
    .slick-arrow i::before {
        font-size: 55px;
    }
    .ds_people_inner_box {
        padding: 25px 15px;
    }
    .ds_people_person_name {
        padding: 5px 0 5px;
    }
    .ds_people_row_col {
        margin-bottom: auto !important;
    }
    .ds_people_glogo {
        margin: 0px auto;
    }
    .ds_people_two_text {
        font-size: 30px;
        width: 75%;     
    }
    .ds_people_two_col_box {
        height: 17vh;
        padding: 0 25px;
    }
    .ds_people_two_btn {
        width: 25%;
    }
    /*------------end what people say----------------*/
    /*-----------recent installtion-----------*/
    .ds_recent_col_boxes_two .ds_recent_img img {
        height: 28vh;
    }
    .ds_recent_button_box {
        padding: 15px 0;
    }
    .ds_recent_col_boxes_two .ds_recent_data_detail_box {
        padding: 15px 10px;
    }
    .ds_recent_col_inner_12,.ds_recent_col_boxes {
        gap: 10px;
    }
    .ds_recent_detail_title {
        font-size: 18px;
    }
    .ds_recent_desc {
        font-size: 14px;
    }
    .ds_recent_loc_icon svg {
	    width: 20px;
	    height: 20px;
	}
	.ds_recent_inner_tit {
	    font-size: 16px;
	}
    /*-----------end recent installtion-----------*/
	.ds_we_use_block .slick-prev {
		left: -35px !important;
	}
	.ds_we_use_block .slick-next {
		right: 6px !important;
	}
}

@media all and (min-width: 981px) and (max-width: 1024px) {
    
	.ds_exploar_content {
        height: 295px !important;
		overflow:auto !important;
    }
    .ds_grediant_title {
        font-size: 32px;
    }
    .site_content {
        font-size: 15px;
        line-height: 1.6;
    }
    .row_padding {
        padding: 0 20px !important;
    }
    /*--------banner----------*/
    .ds_banner_row .et_pb_slide {
        /*height: 510px;*/
        padding: 0 20px !important;
    }
    .ds_first_text span {
        font-size: 33px;
    }
    .ds_banner_title_box .ds_grediant_title {
        font-size: 45px;
    }
    .ds_banner_title_box {
        width: 58%;
    }
    .ds_banner_btn .site_button {
        width: 175px;
        height: 50px;
        font-size: 16px;
    }
    .ds_banner_title_box {
        font-size: 45px;
    }
    .ds_banner_secound_line {
        height: 55px;
    }
    .ds_banner_first_line::after {
        height: 52px;
    }
    /*--------end banner----------*/
    /*----------------expolar---------------*/
    .ds_exploar_title {
        width: 100%;
    }
    .ds_exploar_row_col_two {
        padding-left: 30px;
    }
    .expolar_img_right {
        gap: 20px;
    }
    /*----------------end expolar---------------*/
    /*---------------------product------------------*/
    .ds_product_hover,.ds_product_sub {
        padding: 95px 30px 0;
    }
    .ds_product_main_img img {
        height: 65vh;
        /* object-fit: fill; */
    }
    .ds_product_main_img {
        top: 85px;
    }
    .ds_product_name {
        font-size: 23px;
    }
    .ds_product_img img {
        height: 8vh;
    }
    /*---------------------end product------------------*/
    /*---------------differenace-----------------*/
    .ds_diffe_row {
        padding: 60px 20px 90px !important;
        width: 100% !important;     
    }
    .ds_diffe_two_box {
        padding: 15px 10px;
    }
    .ds_diffe_content .site_content, .ds_diffe_three_content .site_content {
        font-size: 16px;
    }
    .ds_diffe_title .ds_grediant_title {
        font-size: 36px;
    }
    .ds_diffe_three_content {
        padding-top: 20px;
    }
    .ds_diffe_three_img img {
        height: 220px;
    }
    .ds_diffe_col_one_box {
        padding-bottom: 20px;
    }
    .ds_diffe_box_title {
        font-size: 17px;
        height: 50px;
    }
    .ds_call_circle_box {
        font-size: 13px;
        width: 150px;
        height: 150px;
        top: 88px;
    }
    .ds_diffe_box_img img {
        width: 60px;
        height: 60px;
    }
    .ds_diffe_button .site_button {
        height: 50px;
    }
    .call_text {
        padding-left: 10px;
    }
    .ds_diffe_col_three_box .ds_diffe_left {
        padding-right: 15px;
    }
    .ds_diffe_col_three_box .ds_diffe_right {   
        width: 45%;
    }
    .ds_call_text img {
        height: 130px;
    }
    /*---------------end differenace-----------------*/ 
    /*----------product we use---------------*/
    .ds_filler_num,.ds_filler_number b {
        font-size: 60px;
    }
    .ds_filler_text {
        font-size: 22px;
        width: 92%;
    }
    .ds_filler_box {
        height: 40vh;
    }
    .ds_filler_block {
        gap: 15px;
    }
    /*----------end product we use---------------*/    
    /*------------what people say----------------*/
    .ds_people_box {
        margin: 0 10px;
    }
    .ds_people_block .slick-prev {
        left: -40px;
    }
    .ds_people_block .slick-next {
        right: 5px;
    }
    .ds_people_review i,.ds_people_person_name {
        font-size: 18px;
    }
    .ds_people_glogo img {
        width: 60px;
        height: 60px;
        top: -18px;
    }
    .ds_people_inner_box::before {
        width: 60px;
        height: 60px;
    }
    .slick-arrow i::before {
        font-size: 60px;
    }
    .ds_people_inner_box {
        padding: 25px;
    }
    .ds_people_person_name {
        padding: 5px 0 5px;
    }
    .ds_people_glogo {
        margin: 5px auto;
    }
    .ds_people_two_text {
        font-size: 33px;
    }
    .ds_people_two_col_box {
        height: 17vh;
        padding: 0 30px;
    }
    /*------------end what people say----------------*/
    /*-----------recent installtion-----------*/
    .ds_recent_col_boxes_two .ds_recent_img img {
        height: 28vh;
    }
    .ds_recent_button_box {
        padding: 15px 0;
    }
    .ds_recent_col_boxes_two .ds_recent_data_detail_box {
        padding: 22px 10px ;
    }
    .ds_recent_col_inner_12,.ds_recent_col_boxes {
        gap: 10px;
    }
    .ds_recent_detail_title {
        font-size: 18px;
    }
    /*-----------end recent installtion-----------*/
	.ds_we_use_block .slick-prev {
		left: -35px !important;
	}
	.ds_we_use_block .slick-next {
		right: 6px !important;
	}
}

@media all and (min-width: 1025px) and (max-width: 1140px) {
    
	.ds_exploar_content {
        height: 310px !important;
		overflow:auto !important;
    }
    .ds_grediant_title {
        font-size: 34px;
    }
    .site_content {
        font-size: 15px;
        line-height: 1.6;
    }
    .row_padding {
        padding: 0 20px !important;
    }
    /*--------banner----------*/
    .ds_banner_row .et_pb_slide {
        /*height: 650px;*/
        padding: 0 20px !important;
    }
    .ds_first_text span {
        font-size: 36px;
    }
    .ds_banner_title_box .ds_grediant_title {
        font-size: 50px;
    }
    .ds_banner_title_box {
        width: 58%;
    }
    .ds_banner_title_box {
        font-size: 50px;
    }
    .ds_banner_secound_line {
        height: 66px;
    }
    .ds_banner_first_line::after {
        height: 52px;
    }
    /*--------end banner----------*/
    /*----------------expolar---------------*/
    .ds_exploar_title {
        width: 100%;
    }
    .ds_exploar_row_col_two {
        padding-left: 30px;
    }
    .expolar_img_right {
        gap: 20px;
    }
    /*----------------end expolar---------------*/
    /*---------------------product------------------*/
    .ds_product_hover,.ds_product_sub {
        padding: 95px 30px 0;
    }
    .ds_product_main_img img {
        height: 65vh;
    }
    .ds_product_main_img {
        top: 85px;
    }
    .ds_product_name {
        font-size: 23px;
    }
    .ds_product_img img {
        height: 8vh;
    }
    /*---------------------end product------------------*/
    /*---------------differenace-----------------*/
    .ds_diffe_row {
        padding: 60px 20px 90px !important;
        width: 100% !important;     
    }
    .ds_diffe_two_box {
        padding: 20px 20px;
    }
    .ds_diffe_col_one_box .ds_diffe_left {
        padding-right: 10px;
    }
    .ds_diffe_content .site_content, .ds_diffe_three_content .site_content {
        font-size: 16px;
    }
    .ds_diffe_title .ds_grediant_title {
        font-size: 36px;
    }
    .ds_diffe_three_content {
        padding-top: 20px;
    }
    .ds_diffe_three_img img {
        height: 220px;
    }
    .ds_diffe_col_one_box {
        padding-bottom: 20px;
    }
    .ds_diffe_box_title {
        font-size: 17px;
        height: 50px;
    }
    .ds_call_circle_box {
        font-size: 14px;
        width: 150px;
        height: 150px;
        top: 99px;
    }
    .ds_diffe_box_img img {
        width: 60px;
        height: 60px;
    }
    .ds_diffe_button .site_button {
        height: 50px;
    }
    .call_text {
        padding-left: 20px;
    }
    .ds_diffe_col_three_box .ds_diffe_left {
        padding-right: 30px;
    }
    .ds_diffe_col_three_box .ds_diffe_right {   
        width: 45%;
    }
    .ds_call_text img {
        height: 130px;
    }
    /*---------------end differenace-----------------*/ 
    /*----------product we use---------------*/
    .ds_filler_num,.ds_filler_number b {
        font-size: 64px;
    }
    .ds_filler_text {
        font-size: 22px;
        width: 92%;
    }
    .ds_filler_box {
        height: 40vh;
    }
    .ds_filler_block {
        gap: 15px;
    }

    /*----------end product we use---------------*/
    
    /*------------what people say----------------*/
    .ds_people_box {
        margin: 0 10px;
    }
    .ds_people_block .slick-prev {
        left: -40px;
    }
    .ds_people_block .slick-next {
        right: 5px;
    }
    .ds_people_review i,.ds_people_person_name {
        font-size: 18px;
    }
    .ds_people_glogo img {
        width: 60px;
        height: 60px;
        top: -18px;
    }
    .ds_people_inner_box::before {
        width: 60px;
        height: 60px;
    }
    .slick-arrow i::before {
        font-size: 60px;
    }
    .ds_people_inner_box {
        padding: 25px;
    }
    .ds_people_person_name {
        padding: 5px 0 5px;
    }
    .ds_people_glogo {
        margin: 7px auto;
    }
    .ds_people_two_text {
        font-size: 35px;
    }
    .ds_people_two_col_box {
        padding: 0 35px;
    }
    /*------------end what people say----------------*/
    /*-----------recent installtion-----------*/
    .ds_recent_col_boxes_two .ds_recent_img img {
        height: 24vh;
    }
    .ds_recent_button_box {
        padding: 15px 0;
    }
    .ds_recent_col_boxes_two .ds_recent_data_detail_box {
        padding: 34px 14px;
    }
    .ds_recent_col_inner_12,.ds_recent_col_boxes {
        gap: 10px;
    }
    .ds_recent_detail_title {
        font-size: 18px;
    }
    /*-----------end recent installtion-----------*/
	.ds_we_use_block .slick-prev {
		left: -35px !important;
	}
	.ds_we_use_block .slick-next {
		right: 6px !important;
	}
}

@media all and (min-width: 1141px) and (max-width: 1280px) {
    
	.ds_exploar_content {
    	height: 365px !important;
		overflow: auto !important;
	}
    .row_padding {
        padding: 0 50px !important;
    }
    .ds_grediant_title {
        font-size: 38px;
    }
    .site_content {
        font-size: 15px;
        line-height: 1.6;
    }
    /*--------banner----------*/
    .ds_banner_row .et_pb_slide {
        /*height: 690px;*/
    }
    .ds_first_text span {
        font-size: 38px;
    }
    .ds_banner_title_box .ds_grediant_title {
        font-size: 53px;
    }
    .ds_banner_title_box {
        width: 58%;
    }
    .ds_banner_title_box {
        font-size: 53px;
    }
    .ds_banner_secound_line {
        height: 66px;
    }
    .ds_banner_first_line::after {
        height: 60px;
    }
    /*--------end banner----------*/
    /*----------------expolar---------------*/
    .ds_exploar_title {
        width: 80%;
    }
    .ds_exploar_row_col_two {
        padding-left: 30px;
    }
    /*----------------end expolar---------------*/
    /*---------------------product------------------*/
    .ds_product_hover,.ds_product_sub {
        padding: 70px 30px 0;
    }
    .ds_product_main_img img {
        height: 67vh;
    }
    .ds_product_main_img {
        top: 85px;
    }
    .ds_product_name {
        font-size: 23px;
    }
    .ds_product_img img {
        height: 9vh;
    }
    .ds_we_use_img img {
        width: 100%;
        height: 40px;
    }
    /*---------------------end product------------------*/
    /*---------------differenace-----------------*/
    .ds_diffe_row {
        padding: 40px 20px 90px !important;
        width: 100% !important;     
    }
    .ds_diffe_two_box {
        padding: 20px 15px;
    }
    .ds_diffe_content .site_content, .ds_diffe_three_content .site_content {
        font-size: 16px;
    }
    .ds_diffe_title .ds_grediant_title {
        font-size: 38px;
    }
    .ds_diffe_three_content {
        padding-top: 20px;
    }
    .ds_diffe_three_img img {
        height: 220px;
    }
    .ds_diffe_col_one_box {
        padding-bottom: 20px;
    }
    .ds_diffe_box_title {
        font-size: 17px;
        height: 50px;
    }
    .ds_call_circle_box {
        font-size: 14px;
        width: 150px;
        height: 150px;
        top: 84px;
    }
    .ds_diffe_box_img img {
        width: 60px;
        height: 60px;
    }
    .ds_diffe_button .site_button {
        height: 50px;
    }
    .call_text {
        padding-left: 10px;
    }
    .ds_diffe_col_three_box .ds_diffe_left {
        padding-right: 38px;
    }
    .ds_call_text img {
        height: 130px;
    }
    /*---------------end differenace-----------------*/ 
    /*----------product we use---------------*/
    .ds_filler_num,.ds_filler_number b {
        font-size: 70px;
    }
    .ds_filler_text {
        font-size: 24px;
        width: 92%;
    }
    .ds_filler_box {
        height: 40vh;
    }
    .ds_filler_block {
        gap: 15px;
    }
    /*----------end product we use---------------*/    
    /*------------what people say----------------*/
    .ds_people_box {
        margin: 0 10px;
    }
    .ds_people_block .slick-prev {
        left: -45px;
    }
    .ds_people_block .slick-next {
        right: 5px;
    }
    .ds_people_review i,.ds_people_person_name {
        font-size: 20px;
    }
    .ds_people_glogo img {
        width: 65px;
        height: 65px;
    }
    .business_box .ds_diffe_box_img {
        display: flex;
        justify-content: center;
    }
    .ds_people_inner_box::before {
        width: 50px;
        height: 50px;
        top: -18px;
    }
    .slick-arrow i::before {
        font-size: 60px;
    }
    .ds_people_inner_box {
        padding: 25px;
    }
    .ds_people_two_text {
        font-size: 35px;
    }
    /*------------end what people say----------------*/
    /*-----------recent installtion-----------*/
    .ds_recent_col_boxes_two .ds_recent_img img {
        height: 28vh;
    }
    .ds_recent_button_box {
        padding: 15px 0;
    }
    .ds_recent_col_boxes_two .ds_recent_data_detail_box {
        padding: 20px 15px;
    }
	.ds_recent_desc:last-child {
		padding-bottom: 0 !important;
	}
    .ds_recent_col_inner_12 {
        gap: 30px;
    }
	.ds_recent_col_boxes {
		gap: 5px;
	}
    /*-----------end recent installtion-----------*/
}

@media all and (min-width: 1281px) and (max-width: 1440px) {
   
	.ds_exploar_content {
    	height: 365px !important;
		overflow: auto !important;
	}
    .ds_grediant_title {
        font-size: 40px;
    }
    .row_padding {
        padding: 0 80px !important;
    }
    /*--------banner----------*/
    .ds_banner_row .et_pb_slide {
        /*height: 720px;*/
    }
    .ds_first_text span {
        font-size: 42px;
    }
    .ds_banner_title_box .ds_grediant_title {
        font-size: 56px;
    }
    .ds_banner_title_box {
        font-size: 56px;
    }
    .ds_banner_title_box {
        width: 40%;
    }
    .ds_banner_secound_line {
        height: 70px;
    }
    .ds_banner_first_line::after {
        height: 60px;
    }
    /*--------end banner----------*/
    /*----------------expolar---------------*/
    .ds_exploar_title {
        width: 80%;
    }
    .ds_exploar_row_col_two {
        padding-left: 40px;
    }
    /*----------------end expolar---------------*/
    /*---------------------product------------------*/
    .ds_product_hover,.ds_product_sub {
        padding: 70px 50px 0;
    }
    .ds_product_main_img img {
        height: 65vh;
    }
    .ds_product_main_img {
        top: 70px;
    }
    .ds_product_name {
        font-size: 23px;
    }
    /*---------------------end product------------------*/
    /*---------------differenace-----------------*/
    .ds_diffe_row {
        padding: 45px 50px 70px !important;
    }
    .ds_diffe_two_box {
        padding: 20px 15px;
    }
    .ds_diffe_content .site_content, .ds_diffe_three_content .site_content {
        font-size: 16px;
    }
    .ds_diffe_title .ds_grediant_title {
        font-size: 43px;
    }
    .ds_diffe_three_content {
        padding-top: 20px;
    }
    .ds_diffe_three_img img {
        height: 220px;
    }
    .ds_diffe_col_one_box {
        padding-bottom: 20px;
    }
    .ds_diffe_box_title {
        font-size: 20px;
        height: 55px;
    }
    .ds_call_circle_box {
        font-size: 14px;
        width: 150px;
        height: 150px;
        top: 83px;
    }
    .ds_diffe_row {
        width: 95% !important;
    }
    .ds_diffe_box_img img {
        width: 60px;
        height: 60px;
    }
    .ds_diffe_button .site_button {
        height: 50px;
    }
    .call_text {
        padding-left: 12px;
    }
    .ds_call_text img {
        height: 130px;
    }
    .ds_diffe_row_col .site_content{
        font-size: 15px;
    }
    /*---------------end differenace-----------------*/ 
    /*----------product we use---------------*/
    .ds_filler_num,.ds_filler_number b {
        font-size: 80px;
    }
    .ds_filler_text {
        font-size: 24px;
    }
    /*----------end product we use---------------*/    
    /*------------what people say----------------*/
    .ds_people_box {
        margin: 0 20px;
    }
    .ds_people_block .slick-prev {
        left: -45px;
    }
    .ds_people_block .slick-next {
        right: 5px;
    }
    .ds_people_review i,.ds_people_person_name {
        font-size: 20px;
    }
    .ds_people_glogo img {
        width: 65px;
        height: 65px;
    }
    .ds_people_two_text {
        font-size: 40px;
    }
    /*------------end what people say----------------*/
    /*-----------recent installtion-----------*/
    .ds_recent_col_boxes_two .ds_recent_img img {
        height: 28vh;
    }
    .ds_recent_button_box {
        padding: 15px 0;
    }
    .ds_recent_col_boxes_two .ds_recent_data_detail_box {
        padding: 30px 25px;
    }
    .ds_recent_col_inner_12 {
        gap: 30px;
    }    
    /*-----------end recent installtion-----------*/
}

@media all and (min-width: 1441px) and (max-width: 1680px) {
    
	.ds_exploar_content {
    	height: 365px !important;
		overflow: auto !important;
	}
    .row_padding {
        padding: 0 100px !important;
    }
    .ds_grediant_title {
        font-size: 43px;
    }
    /*--------banner----------*/
    .ds_banner_row .et_pb_slide {
        /*height: 720px;*/
    }
    .ds_first_text span {
        font-size: 42px;
    }
    .ds_banner_title_box .ds_grediant_title {
        font-size: 61px;
    }
    .ds_banner_title_box {
        font-size: 61px;
    }
    .ds_banner_title_box {
        width: 39%;
    }
    /*--------end banner----------*/
    /*---------------------product------------------*/
    .ds_product_hover,.ds_product_sub {
        padding: 70px 50px 0;
    }
    .ds_product_main_img img {
        height: 67vh;
    }
    /*---------------------end product------------------*/
    /*---------------differenace-----------------*/
    .ds_diffe_row {
        padding: 45px 50px 70px !important;
    }
    .ds_diffe_two_box {
        padding: 20px 20px;
    }
    .ds_diffe_content .site_content, .ds_diffe_three_content .site_content {
        font-size: 15px;
    }
    .ds_diffe_col_one_box .ds_diffe_left {
        width: 45%;
    }
    .ds_diffe_col_one_box .ds_diffe_right {
        width: 55%;
    }
    .ds_diffe_title .ds_grediant_title {
        font-size: 48px;
    }
    .ds_diffe_three_content {
        padding-top: 20px;
    }
    .ds_diffe_three_img img {
        height: 220px;
    }
    .ds_diffe_col_one_box {
        padding-bottom: 20px;
    }
    .ds_diffe_box_title {
        font-size: 22px;
        height: 65px;
    }
    .ds_call_circle_box {
        font-size: 14px;
        width: 150px;
        height: 150px;
        top: 79px;
    }
    .ds_diffe_row {
        width: 95% !important;
    }
    .ds_call_text img {
        height: 130px;
    }
    /*---------------end differenace-----------------*/ 
    /*----------product we use---------------*/
    .ds_filler_num,.ds_filler_number b {
        font-size: 80px;
    }
    /*----------end product we use---------------*/    
    /*------------what people say----------------*/
    .ds_people_box {
        margin: 0 20px;
    }
    .ds_people_block .slick-prev {
        left: -45px;
    }
    .ds_people_block .slick-next {
        right: 5px;
    }
    .ds_people_review i,.ds_people_person_name {
        font-size: 20px;
    }
    .ds_people_two_text {
        font-size: 40px;
    }
    /*------------end what people say----------------*/
    /*-----------recent installtion-----------*/
    .ds_recent_col_boxes_two .ds_recent_img img {
        height: 28vh;
    }
    .ds_recent_button_box {
        padding: 15px 0;
    }
    .ds_recent_col_boxes_two .ds_recent_data_detail_box {
        padding: 40px 30px;
    }    
    /*-----------end recent installtion-----------*/
}

@media all and (min-width: 1681px) and (max-width: 1880px) {    
	.ds_exploar_content {
    	height: 365px !important;
		overflow: auto !important;
	}
    .row_padding {
        padding: 0 150px !important;
    }
    /*---------------differenace-----------------*/
    .ds_diffe_row {
        padding: 45px 50px 70px !important;
        width: 90% !important;
    }
    .ds_diffe_two_box {
        padding: 20px 30px;
    }
    .ds_diffe_content .site_content, .ds_diffe_three_content .site_content {
        font-size: 18px;
    }
    .ds_diffe_title .ds_grediant_title {
        font-size: 48px;
    }
    .ds_diffe_three_content {
        padding-top: 20px;
    }
    .ds_diffe_three_img img {
        height: 220px;
    }
    .ds_diffe_col_one_box {
        padding-bottom: 20px;
    }
    .ds_diffe_box_title {
        font-size: 22px;
        height: 65px;
    }
    .ds_call_circle_box {
        font-size: 15px;
        width: 150px;
        height: 150px;
        top: 95px;
    }
    .ds_call_text img {
        height: 130px;
    }
    /*---------------end differenace-----------------*/     
    /*----------product we use---------------*/
    .ds_filler_num,.ds_filler_number b {
        font-size: 82px
    }
    /*----------end product we use---------------*/    
    /*-----------recent installtion-----------*/
    .ds_recent_col_boxes_two .ds_recent_img img {
        height: 27vh;
    }    
    /*-----------end recent installtion-----------*/
}


