 /*---------------------------------------------------------------------------------
 Theme Name:   Maple Blinds 
 Theme URI:    
 Description:  Child theme of Maple Blinds 
 Author:      Maple Blinds 
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
------------------------------ ADDITIONAL CSS HERE ------------------------------*/
#et-main-area {
  overflow: hidden;
}
.pro_gallery_img img {
  
    object-position: left;
}

body {
    font-family: 'Quicksand', sans-serif;
    line-height: 1.7;
}

/*scroll css--------*/
::-webkit-scrollbar {
  width: 3px;
}
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
::-webkit-scrollbar-thumb {
  background: #022169; 
  border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
  background: #022169; 
}
::-webkit-scrollbar:horizontal{
  height: 3px;
  background-color: grey;
}
::-webkit-scrollbar-thumb:horizontal{
    background: #022169;
    border-radius: 10px;     
}

/*-----------popup-------------*/
#et-boc .area-outer-wrap .da-close {
    color: #000 !important;
    opacity: 1;
}
/*-----------end popup-------------*/
/*banner*/
.banner_section,.banner_section_row {
    padding: 0px !important;
}
.banner_section_box .et_pb_slide {
    height: 800px;
}
.banner_section_box .et_pb_slide_content {
    width: 57%;
    text-align: left;
    background: #ffffffd4;
    padding: 60px 50px;
    border-radius: 30px;
    text-shadow: none;
}
.banner_text_inner h1 {
    font-size: 50px;
    position: relative;
    color: #000 !important;
    font-weight: 900;
    text-transform: uppercase;
}
.banner_text_inner h1::before {
    position: absolute;
    content: '';
    background: #d7261c;
    width: 150px;
    height: 2px;
    bottom: -8px;
}
.banner_text_inner h1 span {
    color: #d7261c;
    text-shadow: none;
}
.banner_text_con_main {
    font-size: 20px;
    color: #000;
    padding-top: 20px;
    text-shadow: none;
}
.banner_text_con_btn {
    padding-top: 30px;
}
/* ----------------------------------------- */

/* about-us-section */
.abt_content .abt_text_con_con {
    height: auto !important;
}
.abt_text_con_btn {
    padding-top: 15px;
}
.abt_img img{
    height: 700px;
    object-fit: cover;
    width: 90%;
    margin: auto;
    display: flex;
    z-index: 99;
    position: relative;
    border-radius: 15px;
}

.abt_sec_col_main{
    display: flex;
    z-index: 1;
    align-items: center;
}
.section_main_title {
    font-size: 42px;
    color: #000;
    font-weight: 600;
    position: relative;
    text-transform: capitalize;
}
.abt_text_con_main {
    font-size: 22px;
    color: #000;
    font-weight: 800;
    margin-top: 10px;
    text-transform: capitalize;
}
.abt_text_con_con span {
    font-size: 17px;
    color: #000;
    display: block;
    padding-bottom: 10px;
}
.abt_text {
    padding: 60px;
}
.abt_img .et_pb_code_inner{
    position: relative;
}
.abt_img .et_pb_code_inner::after{
    position: absolute;
    content: '';
    left: 55px;
    width: 90%;
    height: 100%;
    border: 2px solid #d7261c;
    top: 17px;    
    border-radius: 15px;

}

.abt_text .section_main_title::after{
    left: 0;
    right: 0;
}
.section_main_title::after{
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #d7261c;
    height: 2px;
    width: 80px;
}
/* .about_section:hover::after{
    background: url(../../../wp-content/uploads/2022/06/Bg-leaf-imagee.png);
    transition: 1s !important;
} */
.about_section::after{
    position: absolute;
    transition: 1s !important;
    content: '';
    background: url(../../../wp-content/uploads/2022/06/leaf.png);
    bottom: 0;
    right: 0;
    width: 247px;
    height: 347px;
    z-index: 1;
    background-size: contain;
    background-repeat: no-repeat;
    animation: leafanimation 3s infinite;
    transform: skew(20deg);
    animation-direction: alternate;
}
@keyframes leafanimation {
    0% {
        transform:rotate3d(1, 1, 1, 45deg)  rotateX(1, 1, 1, 65deg);
    }
    100% {
        transform:rotate3d(1, 1, 1, 45deg) translate3d(10px, 10px, 10px) ;
    }
}
.banner_section::after {
    position: absolute;
    content: '';
    width: 200%;
    height: 81px;
    bottom: -10px;
    animation: mymove 50s linear infinite;
    z-index: 99;

}
.banner_section_box .et_pb_slide_description{
        padding-top: 12% !important;
}

 @keyframes mymove {
  0% {
      transform: translateX(0) translateZ(0) scaleY(1);
  }
  50% {
      transform: translateX(-25%) translateZ(0) scaleY(0.9);
  }
  100% {
      transform: translateX(-50%) translateZ(0) scaleY(1);
  }
  }

  .abt_content{
    border-radius: 20px;
}

/* ----------------------------------------- */

/* ------------------products -----------------------*/
 
.product_section_box{
    margin-top: 30px;
}
.products-name {
    font-size: 20px;
    color: #000;
    font-weight: 700;
    text-transform: capitalize;
    text-align: center;
    background: #fff;
    transition: 1s !important;
    justify-content: center;
    margin-top: 5px;
    border: 1px solid #000;
    padding: 5px 20px;
    padding-left: 10px;
    display: flex;
    align-items: center;

}
.products-poster{
    position: relative;
}
.products-poster::before{
    position: absolute;
    content: '';
    top: 0;
    width: 100%;
    left: 0;
    background-repeat: no-repeat;
    height: 0px;
    transition: 1s !important;
    background: url(../../../wp-content/uploads/2022/06/Layer-2.png);
    background-size: 100% 100%;
}
.products-item-inner:hover .products-poster::before{
    height: 100%;
    transition: 1s !important;
}
.products-poster img {
    width: 100%;
    height: 360px;
    object-fit: cover;
}
.products-item-inner {
    margin: 10px;
}
.products-name i.fa.fa-long-arrow-right {
    display: none;
}
/*.products-item-inner:hover .products-name i.fa.fa-long-arrow-right{
    display: block;
    transition: 1s !important;
    text-align: end;
    font-size: 25px;
}*/
.products-item-inner:hover .products-name{
    background: #333;
    color: #fff;
}
.products-image-slider .slick_arrow.left_arrows.slick-arrow,.products-image-slider .slick_arrow.right_arrows.slick-arrow{
    top: 47%;
}
/*-------------------- year------------------ */
.year_in_box{
    
    text-align: center;
    height: 220px;
    border: 1px solid #fff;
    margin: 10px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;

}
.year_main_inner_title {
    font-size: 20px;
    line-height: 2;
    color: #fff;
	text-transform: capitalize;
}
.year_main_inner svg {
    width: 70px;
    fill: #fff;
}
.st0 {
    fill: transparent !important;
}
/*.fourth_year svg {
    width: 100%;
    height: 100px;
    object-fit: contain;
}*/
.fourth_year .year_main_inner_title{
    position: relative;
    top: auto;
    bottom: 0;
}
.year_in_box:hover{
background: #fff;
transition: 1s !important;

}
.year_in_box:hover .year_main_inner_title{
    color: #000;
}
.year_in_box:hover svg{
    fill: #d7261c;
    transition: 1s !important;
}
.year_section_main_row {
padding-left: 40px !important;
padding-right: 40px !important;
}
/* gallery */
.gallery_btn,.gallery_section_box_inner  {
    margin-top: 30px;
}
.gallery_Section_row {
    padding-top: 0px !important;
}
 /* ------------------------------ */
/* -----------------testomonials---------------------- */
.testimonial-desc {
    font-size: 16px;
    color: #000;
    height: auto;
    overflow: auto;
}
.testimonial-name {
    font-size: 22px;
    color: #000;
    text-transform: capitalize;
    font-weight: 600;
}
.testimonial-quote {
    margin: auto;
    background: #fbe7d6;
    width: 90px;
    height: 90px;
    border-radius: 100px;
    display: flex;
    top: 10px;
    position: relative;
}
.testimonial-quote img {
    object-fit: contain;
    width: 60px;
    margin: auto;
}
.testimonial-item-inner {
    /*height: 250px;*/
    border: 1px solid #ddd;
    margin: 10px;
    border-radius: 20px;
    margin-bottom: 50px;
}
.testimonial-item-inner-col {
    padding: 20px;
}
.slick_arrow.left_arrows.slick-arrow {
    position: absolute;
    top: 40%;
    left: -60px;
    z-index:   1;
}
.slick_arrow.right_arrows.slick-arrow {
    position: absolute;
    right: -60px;
    top: 40%;
    z-index:   1;    
}
.slick_arrow .fa {
    font-size: 25px;
    color: #000;
    cursor: pointer;
    background: #fbe7d6;
    padding: 10px;
    border-radius: 100px;
    border: 2px solid #d7261c;
}
.slick_arrow .fa:hover{
    background:#333;
    color: #fff;
}

.testimonial-item-inner:hover .testimonial-quote{
    background: #333;
}

/* ------------------------------ */

/* contact-us */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button { 
	-webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
	margin:0;
}
.text_name_filed input {
    height: 50px;
    width: 100% !important;
    font-size: 16px !important;
    color: #000;
    padding: 10px !important;
    border: 1px solid #bbb;
	margin:auto 0 !important;
}
.text_name_filed input.select2-search__field {
    padding: 0 !important;
    height: auto !important;
    line-height: 2;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: 5px 5px !important;
	height: 45px;
    align-items: center;
    display: list-item !important;
    overflow: auto !important;
}
.select2-container--default .select2-selection--multiple {
    height: 50px;
    border-radius: 0 !important;
    display: flex !important;
    align-items: center !Important;
    font-size: 15px;
}
.select2-container--default.select2-container--focus .select2-selection--multiple{
    border:1px solid #bbb !important;
    overflow: auto;
    justify-content: flex-start !important;
    align-items: baseline;
}
.select2-container{
    z-index: 2 !important;
}
.text_name_filed {
    padding: 10px;
    width: 50%;
}
.site_man_poup_section_row .text_name_filed {
    padding: 5px 5px;
}
.text_name_filed_main {
    display: flex;
    flex-wrap: wrap;
}
.text_name_filed textarea {
    font-size: 16px;
    color: #000;
    padding: 10px;
    width: 100%;
    height: 100px;
    resize: none;
}
.text_name_filed_main_inner_main .text_name_filed{
    width: 100% !important;
}
.contact_form_seven_inner .section_main_title{
    text-align: center;
}
.get_in_touch_title {
    font-size: 28px;
    color: #d7261c;
    font-weight: 600;
}
.contact_form_seven_inner  {
    margin-left: 60px;
    margin-top: 80px;
}
.contact_us_right_img{
    margin-left: -100px !important;
}
.contact_us_right_img img{
    height: 580px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.contact_us_row,.contact_us_section_main  {
    padding-top: 0px !important;
}
.contact_us_section_main{
    margin-bottom: 220px;
    padding-bottom: 0px !important;
}
.get_in_touch_main {
    box-shadow: 0px 3px 10.14px 2.86px rgb(0 0 0 / 9%);
    background: #fff;
    padding: 40px 50px;
    border-radius: 20px;
    margin-top: 40px;
}
.conatc_col_one  {
    z-index: 999;
}
.contact_us_right_img .et_pb_image_wrap {
    width: 100% !important;
}
.contact_form_seven_inner::before {
    position: absolute;
    content: '';
    width: 180px;
    height: 400px;
    border: 6px solid #333;
    left: -60px;
    top: 0;
    z-index: -1;
    border-radius: 20px;
}
.contact_info_box {
    background: #fff;
    border: 1px solid #ddd;
    height: 150px;
    margin: 10px;
    display: flex;
    padding-left: 30px;
    align-items: center;
    justify-content: left;
    position: relative;
}

.contact_info_box ul {
    padding: 0px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact_info_box ul li{
    list-style-type: none;
    padding-left: 10px;
}
.contact_info_box ul li a{
    font-size: 20px;
    color: #000;
    font-weight: 600;
}
.contact_info_box ul li .fa{
    font-size: 30px;
    color: #000;
    width: 75px;
    height: 75px;
    background: #fff;
    border: 2px solid #d7261c;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact_info_row{
    padding-bottom: 0px !important;
    padding-top: 0px !important;
    position: relative;
    top: 70px;
}
.contact_info_box:hover::before{
    width: 100%;
    transition: 1s !important;
}
.contact_info_box::before {
    position: absolute;
    content: '';
    background: #333;
    left: 0;
    top: 0;
    width: 80px;
    height: 100%;
    transition: 1s !important;
}
.contact_info_box:hover ul li a{
color: #fff;
}
.testimonial-image-slider{
    margin-top: 30px;
}
/* ------- */
.contact_us_section_main::before,.gallary_section::after {
    position: absolute;
    transition: 1s !important;
    content: '';
    background: url(../../../wp-content/uploads/2022/06/leaf.png);
    bottom: -81px;
    left: 0;
    width: 247px;
    height: 347px;
    z-index: 9;
    background-size: contain;
    background-repeat: no-repeat;
    animation: skew 3s infinite;
    transform: skew(20deg);
    animation-direction: alternate;
}
@keyframes skew {
  0% {
   transform: rotate3d(1, 1, 1, 45deg)  translate3d(10px, 10px, 10px);
  }
  100% {
    transform: rotateX(45deg) translate3d(10px, 10px, 10px);
  }
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder,input::-moz-placeholder,textarea::-moz-placeholder,
input:-ms-input-placeholder,textarea:-ms-input-placeholder,input::-ms-input-placeholder ,textarea::-ms-input-placeholder,
input::placeholder,textarea::placeholder {
    color:#000;
    opacity:1;
}








@media all and (min-width: 320px) and (max-width: 767px) {
    .abt_text_con_con span {
        font-size: 15px;
    }
    .page_main_title_box .section_main_title, .product_banner_title .entry-title {
        font-size: 28px;
    }
    .abt_img img {
        width: 100%;
    }
    .abt_img .et_pb_code_inner::after {
        display: none;
    }
    .page_main_title_box .section_main_title, .product_banner_title .entry-title {
        margin: auto ;
        padding: 10px 10px;
        height: 57px;
        font-size: 20px !important;
        background:#ffffff99 !important;
    }
      /* banner */
    .banner_text_inner h1::before{
        left: 0;
        right: 0;
        margin: auto;
    }
    .banner_section_box .et_pb_slide_description {
        padding: 0 !important;
    }
    .banner_text_inner h1{
        font-size: 27px;
    }
    .banner_text_con_main{
        font-size: 18px;
    }
    .banner_section_box .et_pb_slide_content{
        padding: 40px 20px;
        width: 100%;
    }
    .banner_section_box .et_pb_slide {
        height: 550px;
    }
    .banner_text{
        text-align: center;
    }

    /* about-section */
    .abt_img .et_pb_code_inner::after {
        width: 96%;
        height: 96%;
    }
    .no-paddings{
        
        padding-left: 10px !important;
        padding-right: 10px !important;
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
    .page-id-385 .no-paddings.relex_section {
        padding-bottom: 0 !important;
    }
    .no-paddings.relex_section {
	    padding-bottom: 60px !important;
	}
    .section_row_width {
        padding: 0px !important;
    }
    .about_section::after{
        width: 90px;
        height: 130px;
    }
    .abt_text_con_con {
        height: 300px;
        overflow: auto;
    }
    .about_section {
        padding-top: 30px !important;
    }
    .abt_text {
        padding: 30px 10px;
    }
    .section_main_title,.product_banner_title .entry-title {
        font-size: 25px;
        line-height: 1.3;
    }
    .abt_img img{
        height: 350px;
    }
    .abt_text_con_main{
        font-size: 18px;
    }
    .banner_section::after{
        height: 65px;
        bottom: -37px;
        width: 200%;
        background-size: contain;
        background-repeat: no-repeat !important;
    }
    /* ---------------- */
    .year_main_inner_title{
        font-size: 16px;
    }
    .year_in_box{
        padding: 10px;
        height: 170px;
    }
    .year_main_inner img {
        width: 60px;
        height: 60px;
        object-fit: contain;
    }
    .year_section_main {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    /* -----------------testimonial ---------------------*/
    /*-----------filler------------*/
    .year_main_inner svg {
        width: 55px;
    }
   	.et_pb_column_7 .year_main_inner svg {
	    width: 70px;
	}
    /*-----------end filler------------*/
    .testimonial-item-inner-col {
        padding: 20px 10px;
    }
    .testimonial_box_section.no-paddings {
        padding-left: 22px !important;
        padding-right: 22px !important;
    }
    .testimonial-quote{
        width: 70px;
        height: 70px;
        top: 15px;
    }
    .testimonial-quote img{
        width: 46px;
    }
    .slick_arrow .fa{
        font-size: 20px;
        padding: 5px;
    }
    /* --------------------------------------------- */
    .slick_arrow.left_arrows.slick-arrow{
        left: -20px;
    }
    .slick_arrow.right_arrows.slick-arrow{
        right: -20px;
    }
     /* ----------------contact-us-section----------------------- */
     .contact_us_section_main::before{
        display: none;
    }
    .contact_us_section_main{
        margin-bottom: 0px;
        padding-bottom: 80px !important;
    }
    .contact_info_box{
        height: 130px;
        padding-left: 0px;
        justify-content: center;
    }
    .contact_info_box ul li a{
        font-size: 17px;
    }
    .contact_info_box ul li .fa{
        width: 50px;
        height: 50px;
        font-size: 25px;
        margin: auto;
        margin-bottom: 10px;

    }
    .contact_info_box{
        font-size: 18px;
    }
    .contact_info_box::before{
        width: 50px;
        display: none;
    }
    .get_in_touch_main{
        padding: 15px 0;
    }
    .contact_info_box ul li{
        padding-left: 0px;
        text-align: center;
    }
    .contact_form_seven_inner::before{
        display: none;
    }
    .contact_form_seven_inner {
        margin-left: 0;
        margin-top: 0;
    }
    .contact_info_row{
        top: 0;
    }
    .contact_us_right_img img{
        display: none;
    }
    .get_in_touch_title {
        font-size: 22PX;
    }
    .text_name_filed{
        width: 100% !important;
    }
    .contact_info_box ul{
        display: block;
    }
    /* ----------------------------------- */

    .products-poster img{
        height: 240px;
    }
    .products-name{
        font-size: 18px;
    }
    .product_section::after,.product_section::before{
        font-size: 110px;
    }
    /*-----------product-------------*/
    .products-name {
        font-size: 15px !important;
        padding: 5px 5px;
        padding-left: 5px;
    }
    .product_section.testimonial_box_section.no-paddings {
        padding-left: 25px !important;
        padding-right: 25px !important;
    }
    .product_section .slick_arrow.right_arrows.slick-arrow {
        right: -26px;
    }
    .product_section .slick_arrow .fa {
        font-size: 16px;
    }
    .product_section .slick_arrow.left_arrows.slick-arrow {
        left: -26px;
    }
    /*-----------end product-------------*/
}

@media all and (min-width: 481px) and (max-width: 767px) {
    .text_name_filed{
        width: 50% !important;
    }
    .year_section_main_row .et_pb_column {
        width: 50% !important;
    }
}

@media all and (min-width: 768px) and (max-width: 980px) {
    .abt_img img {
        width: 100%;
    }
    .abt_img .et_pb_code_inner::after {
        left: 13px;
        width: 100%;
        top: 18px;
    }
    .page_main_title_box .section_main_title, .product_banner_title .entry-title {
        margin: auto ;
        padding: 10px 10px;
        height: 80px;
    }
      /* banner */
      .banner_text_inner h1{
        font-size: 35px;
    }
    .banner_text {
        text-align: center;
    }
    .banner_text_inner h1::before {
        left: 0;
        right: 0;
        margin: auto;
    }
    .banner_text_con_main{
        font-size: 18px;
    }
    .banner_section_box .et_pb_slide_content{
        padding: 40px 20px;
        width: 100%;
    }
    .banner_section_box .et_pb_slide {
        height: 650px;
    }
    /* about-section */
    .no-paddings{
        padding:30px 30px !important;
    }
    .section_row_width {
        padding: 0px !important;
    }
    .about_section::after{
        width: 120px;
        height: 170px;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .abt_text_con_con {
        height: 300px;
        overflow: auto;
    }
    .about_section {
        padding-top: 30px !important;
    }
    .abt_text {
        padding: 40px;
    }
    .section_main_title,.product_banner_title .entry-title {
        font-size: 28px;
    }
    .abt_img img{
        height: 450px;
    }
    .abt_text_con_main{
        font-size: 18px;
    }
    .banner_section::after{
        height: 65px;
        bottom: -10px;
        width: 200%;
        background-size: contain;
    }

    /* ---------------- */
    .year_main_inner_title{
        font-size: 16px;
    }
    .year_in_box{
        padding: 10px;
    }
    .year_main_inner img {
        width: 60px;
        height: 60px;
        object-fit: contain;
    }
    .year_section_main {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    /* -----------------testimonial ---------------------*/
    .testimonial_box_section.no-paddings {
    	padding-left: 40px !important;
	    padding-right: 40px !important;
	}
	.testimonial_box_section .slick_arrow.left_arrows.slick-arrow {
	    left: -38px;
	}
	.testimonial_box_section .slick_arrow.right_arrows.slick-arrow{
	    right: -38px;
	}
	.testimonial_box_section .slick_arrow .fa {
	    font-size: 19px;
	}
    .testimonial-quote{
        width: 70px;
        height: 70px;
        top: 15px;
    }
    .testimonial-quote img{
        width: 46px;
    }
    /* --------------------------------------------- */
     /* ----------------contact-us-section----------------------- */
     .contact_us_section_main::before{
        display: none;
    }
    .contact_us_section_main{
        margin-bottom: 0px;
        padding-bottom: 80px !important;
    }
    .contact_info_box{
        height: 130px;
        padding-left: 0px;
    }
    .contact_info_box ul li a{
        font-size: 17px;
    }
    .contact_info_box ul li .fa{
        width: 50px;
        height: 50px;
        font-size: 25px;

    }
    .contact_form_seven_inner::before {
        left: -20px;
    }
    .contact_info_box{
        font-size: 18px;
    }
    .contact_info_box::before{
        width: 50px;
    }
    .get_in_touch_main{
        padding: 20px 30px;
    }
    .contact_info_box ul li{
        padding-left: 22px;
    }
    .contact_form_seven_inner {
        margin-left: 0;
        margin-top: 0;
    }
    .contact_info_row{
        top: 0;
    }
    .contact_us_right_img img{
        display: none;
    }
    /* ----------------------------------- */
    .products-poster img{
        height: 300px;
    }
    .product_section::after,.product_section::before{
        font-size: 110px;
    }
    .year_section_main_row.section_row_width {
        flex-wrap: wrap;
    }
    .year_section_main_row.section_row_width .et_pb_column_1_6 {
        width: 33.33% !important;
    }
}

@media only screen and (min-width: 981px) and (max-width: 1024px) {
    .abt_img img {
        width: 95%;
    }
    .abt_img .et_pb_code_inner::after {
        left: 31px;
        width: 94%;
        top: 10px;
    }
    .page_main_title_box .section_main_title, .product_banner_title .entry-title {
        margin: auto 0 auto 30px;
    }
      /* banner */
      .banner_text_inner h1{
        font-size: 35px;
    }
    .banner_text_con_main{
        font-size: 18px;
    }
    .banner_section_box .et_pb_slide_content{
        padding: 40px 20px;
        width: 75%;
    }
    .banner_section_box .et_pb_slide {
        height: 650px;
    }
    /* about-section */
    .abt_content .abt_text_con_con {
        height: 355px !important;
    }
    .no-paddings{
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
    .section_row_width {
        padding: 0px !important;
    }
    .about_section::after{
        width: 160px;
        height: 230px;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .abt_text_con_con {
        height: 300px;
        overflow: auto;
    }
    .about_section {
        padding-top: 30px !important;
    }
    .abt_text {
        padding: 40px;
    }
    .section_main_title,.product_banner_title .entry-title {
        font-size: 30px;
        height: 90px;
    }
    .abt_img img{
        height: 600px;
    }
    .abt_text_con_main{
        font-size: 18px;
    }
    .banner_section::after{
        height: 65px;
        bottom: -10px;
    }
    /* ----------------------------------------- */
    .year_main_inner_title{
        font-size: 16px;
    }
    .year_in_box{
        padding: 10px;
    }
    .year_main_inner img {
        width: 60px;
        height: 60px;
        object-fit: contain;
    }
    .year_section_main {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    /* -----------------testimonial ---------------------*/
    .testimonial_box_section.no-paddings {
        padding-left: 70px !important;
        padding-right: 70px !important;
    }
    .testimonial-quote{
        width: 70px;
        height: 70px;
        top: 15px;
    }
    .testimonial-quote img{
        width: 46px;
    }
    /* --------------------------------------------- */
     /* ----------------contact-us-section----------------------- */
     .contact_us_section_main::before,.gallary_section::after{
        width: 155px;
        height: 155px;
        bottom: 0;
    }
    .contact_us_section_main{
        margin-bottom: 150px;
    }
    .contact_info_box{
        height: 130px;
        padding-left: 0px;
    }
    .contact_info_box ul li a{
        font-size: 17px;
    }
    .contact_info_box ul li .fa{
        width: 50px;
        height: 50px;
        font-size: 25px;

    }
    .contact_info_box{
        font-size: 18px;
    }
    .contact_info_box::before{
        width: 50px;
    }
    .get_in_touch_main{
        padding: 20px 30px;
    }
    /* ----------------------------------- */
    .products-poster img{
        height: 300px;
    }
    .product_section::after,.product_section::before{
        font-size: 150px;
    }
    .year_section_main_row.section_row_width {
        flex-wrap: wrap;
    }
    .year_section_main_row.section_row_width .et_pb_column_1_6 {
        width: 33.33% !important;
    }
}

@media all and (min-width: 1025px) and (max-width: 1140px) {
    .abt_img img {
        width: 95%;
    }
    .abt_img .et_pb_code_inner::after {
        left: 28px;
        width: 94%;
        top: 10px;
    }
    .page_main_title_box .section_main_title, .product_banner_title .entry-title {
        margin: auto 0 auto 30px;
    }
    /* banner */
      .banner_text_inner h1{
        font-size: 35px;
    }
    .banner_text_con_main{
        font-size: 18px;
    }
    .banner_section_box .et_pb_slide_content{
        padding: 40px 20px;
        width: 75%;
    }
    .banner_section_box .et_pb_slide {
        height: 650px;
    }
    /* --------------- */
     /* about-section */
     .abt_content .abt_text_con_con {
        height: 355px !important;
    }
     .no-paddings{
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
    .section_row_width {
        padding: 0px !important;
    }
    .about_section::after{
        width: 130px;
        height: 180px;
        
    }
    .abt_text_con_con {
        height: 300px;
        overflow: auto;
    }
    .about_section {
        padding-top: 30px !important;
    }
    .abt_text {
        padding: 40px;
    }
    .section_main_title,.product_banner_title .entry-title {
        font-size: 32px;
        height: 95px;
    }
    .abt_img img{
        height: 600px;
    }
    .abt_text_con_main{
        font-size: 18px;
    }
    .banner_section::after{
        height: 65px;
        bottom: -10px;
    }

    /* ----------------------------------------- */

    .year_main_inner_title{
        font-size: 16px;
    }
    .year_in_box{
        padding: 10px;
    }
    .year_main_inner img {
        width: 60px;
        height: 60px;
        object-fit: contain;
    }
    .year_section_main {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    /* -----------------testimonial ---------------------*/
    .testimonial_box_section.no-paddings {
        padding-left: 70px !important;
        padding-right: 70px !important;
    }
    .testimonial-quote{
        width: 70px;
        height: 70px;
        top: 15px;
    }
    .testimonial-quote img{
        width: 46px;
    }
    /* --------------------------------------------- */
     /* ----------------contact-us-section----------------------- */
     .contact_us_section_main::before,.gallary_section::after {
        width: 190px;
        height: 190px;
        bottom: 0;
    }
    .contact_us_section_main{
        margin-bottom: 180px;
    }
    .contact_info_box{
        height: 130px;
        padding-left: 0px;
    }
    .contact_info_box ul li a{
        font-size: 17px;
    }
    .contact_info_box ul li .fa{
        width: 50px;
        height: 50px;
        font-size: 25px;

    }
    .contact_info_box{
        font-size: 18px;
    }
    .contact_info_box::before{
        width: 50px;
    }
    .products-poster img{
        height: 300px;
    }
    /* ----------------------------------- */
    .product_section::after,.product_section::before{
        font-size: 150px;
    }
    /* ----------------------------------- */
    .product_section::after,.product_section::before{
        font-size: 150px;
    }
    /*-----------product-------------*/
    .products-name {
        font-size: 15px;
        padding: 5px 5px;
        padding-left: 5px;
    }
    .product_section.testimonial_box_section.no-paddings {
        padding-left: 40px !important;
        padding-right: 40px !important;
    }
    .product_section .slick_arrow.right_arrows.slick-arrow {
        right: -40px;
    }
    .product_section .slick_arrow .fa {
        font-size: 16px;
    }
    .product_section .slick_arrow.left_arrows.slick-arrow {
        left: -40px;
    }
    /*-----------end product-------------*/
    .year_section_main_row.section_row_width {
        flex-wrap: wrap;
    }
    .year_section_main_row.section_row_width .et_pb_column_1_6 {
        width: 33.33% !important;
    }
}

@media all and (min-width: 1141px) and (max-width: 1280px) {
    .abt_img img {
        width: 95%;
    }
    .abt_img .et_pb_code_inner::after {
        left: 33px;
        width: 94%;
        top: 10px;
    }
    .page_main_title_box .section_main_title, .product_banner_title .entry-title {
        margin: auto 0 auto 30px;
    }
    /* banner */
    .banner_text_inner h1{
        font-size: 35px;
    }
    .banner_text_con_main{
        font-size: 18px;
    }
    .banner_section_box .et_pb_slide_content{
        padding: 40px 30px;
        width: 70%;
    }
    .banner_section_box .et_pb_slide {
        height: 650px;
    }
    /* ------------- */
       /* about-section */
       .no-paddings{
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
    .section_row_width {
        padding: 0px !important;
    }
    .about_section::after{
        width: 160px;
        height: 230px;
    }
    .abt_text_con_con {
        height: 300px;
        overflow: auto;
    }
    .about_section {
        padding-top: 30px !important;
    }
    .abt_text {
        padding: 40px;
    }
    .section_main_title,.product_banner_title .entry-title {
        font-size: 35px;
    }

    /* ----------------------------------------- */

    .year_main_inner_title{
        font-size: 16px;
    }
    .year_in_box{
        padding: 10px;
    }
    .year_main_inner img {
        width: 60px;
        height: 60px;
        object-fit: contain;
    }
     /* -----------------testimonial ---------------------*/
     .testimonial_box_section.no-paddings {
        padding-left: 70px !important;
        padding-right: 70px !important;
    }
    .testimonial-quote{
        width: 70px;
        height: 70px;
        top: 15px;
    }
    .testimonial-quote img{
        width: 46px;
    }
    /* --------------------------------------------- */
     /* ----------------contact-us-section----------------------- */
     .contact_us_section_main::before,.gallary_section::after {
        width: 190px;
        height: 190px;
        bottom: 0;
    }
    .contact_us_section_main{
        margin-bottom: 180px;
    }
    .contact_info_box{
        height: 130px;
        padding-left: 10px;
    }
    .contact_info_box ul li a{
        font-size: 19px;
    }
    .contact_info_box ul li .fa{
        width:  60px;
        height: 60px;

    }
    .contact_info_box{
        font-size: 18px;
    }
    .contact_info_box::before{
        width: 50px;
    }
    /* ----------------------------------- */
    .product_section::after,.product_section::before{
        font-size: 150px;
    }
    /*-----------product-------------*/
    .products-name {
        font-size: 15px;
        padding: 5px 5px;
        padding-left: 5px;
    }
    .product_section.testimonial_box_section.no-paddings {
        padding-left: 40px !important;
        padding-right: 40px !important;
    }
    .product_section .slick_arrow.right_arrows.slick-arrow {
        right: -40px;
    }
    .product_section .slick_arrow .fa {
        font-size: 16px;
    }
    .product_section .slick_arrow.left_arrows.slick-arrow {
        left: -40px;
    }
    /*-----------end product-------------*/
}

@media all and (min-width: 1281px) and (max-width: 1440px) {
    .abt_img img {
        width: 95%;
    }
    .abt_img .et_pb_code_inner::after {
        left: 33px;
        width: 94%;
        top: 10px;
    }
    .section_main_title,.product_banner_title .entry-title {
        font-size: 35px;
    }
    .page_main_title_box .section_main_title, .product_banner_title .entry-title {
        margin: auto 0 auto 30px;
    }
    /* banner */
    .banner_text_inner h1{
        font-size: 35px;
    }
    .banner_text_con_main{
        font-size: 18px;
    }
    .banner_section_box .et_pb_slide_content{
        padding: 40px 30px;
        width: 70%;
    }
    .banner_section_box .et_pb_slide {
        height: 650px;
    }
    /* about-section */
    .no-paddings{
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
    .section_row_width {
        padding: 0px !important;
    }
    .about_section::after{
        width: 160px;
        height: 230px;

    }
    .abt_text_con_con {
        height: 300px;
        overflow: auto;
    }
    /* ----------------------------------------- */
    .year_main_inner_title{
        font-size: 18px;
    }
    .year_in_box{
        padding: 15px 10px;
        margin: 5px;
    }
     /* -----------------testimonial ---------------------*/
     .testimonial_box_section.no-paddings {
        padding-left: 70px !important;
        padding-right: 70px !important;
    }
    .testimonial-quote{
        width: 70px;
        height: 70px;
        top: 15px;
    }
    .testimonial-quote img{
        width: 46px;
    }
    /* --------------------------------------------- */
     /* ----------------contact-us-section----------------------- */
     .contact_us_section_main::before,.gallary_section::after {
        width: 190px;
        height: 190px;
        bottom: 0;
    }
    .contact_us_section_main{
        margin-bottom: 180px;
    }
    .contact_info_box{
        height: 130px;
    }
    .contact_info_box ul li a{
        font-size: 19px;
    }
    .contact_info_box ul li .fa{
        width:  60px;
        height: 60px;

    }
    /* ----------------------------------- */
    /*-----------product-------------*/
    .products-name {
        font-size: 15px;
    }
    /*-----------end product-------------*/
}

@media all and (min-width: 1441px) and (max-width: 1680px) {
    .section_main_title,.product_banner_title .entry-title {
        font-size: 40px;
    }
    .page_main_title_box .section_main_title, .product_banner_title .entry-title {
        margin: auto 0 auto 30px;
    }
    /* banner */
    .banner_text_inner h1{
        font-size: 35px;
    }
    /* about-section */
    .no-paddings{
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
    .section_row_width {
        padding: 0px !important;
    }
    .about_section::after{
        width: 160px;
        height: 230px;
      
    }
    /* ----------------------------------------- */
    .year_main_inner_title{
        font-size: 18px;
    }
    /* -----------------testimonial ---------------------*/
    .testimonial_box_section.no-paddings {
        padding-left: 70px !important;
        padding-right: 70px !important;
    }
    /* --------------------------------------------- */

  /* ----------------contact-us-section----------------------- */
    .contact_us_section_main::before,.gallary_section::after {
        width: 190px;
        height: 190px;
        bottom: 0;
    }
    .contact_us_section_main{
        margin-bottom: 180px;
    }
    /* ----------------------------------- */
    /*-----------product-------------*/
    .products-name {
        font-size: 17px;
    }
    /*-----------end product-------------*/
    .year_in_box {
        padding: 30px 10px;
    }
}

@media all and (min-width: 1681px) and (max-width: 1880px) {
    /* ----------------contact-us-section----------------------- */
    .contact_us_section_main::before,.gallary_section::after {
        width: 217px;
        height: 227px;
        bottom: 0;
    }
    .contact_us_section_main{
        margin-bottom: 180px;
    }
    .year_in_box {
        padding: 30px 10px;
    }
    /* ----------------------------------- */
}


@media all and (min-width: 981px) and (max-width: 3000px) {

}
