/*
 Theme Name:     Art Trim
 Theme URI:      https://www.Art Trim.com
 Description:    Divi Child Theme
 Author:         Art Trim
 Author URI:     https://www.Art Trim.com
 Template:       Divi
 Version:        1.0.0
*/



/*-------- scroll ------------*/
::-webkit-scrollbar {
    width: 0;
}

::-webkit-scrollbar-track {
    background: #ddd;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: #89BBC4;
    border-radius: 10px;

}


/*-------- scroll end ------------*/


a {
    text-decoration: none !important;
	
}
.site_desc a {
    color: #b84f3e;
    font-weight: 600;
}
body {
    font-family: "Roboto Condensed", sans-serif;
    line-height: 1.2;
}

/*---------- padding -------- */

.pd0 {
    padding: 0 !important;
}

.pd100 {
    padding: 100px 0 !important;
}

.pdt100 {
    padding: 100px 0 0 0 !important;
}

.pdb100 {
    padding: 0 0 100px 0 !important;
}

.pdb0{
	padding-bottom: 0px !important;
} 

.mb0 {
    margin-bottom: 0 !important;
}


/*---------- padding -------- */


/*----------- Site width --------- */
.full_row {
    width: 100% !important;
    max-width: 100% !important;
}

.site_row {
    width: 100% !important;
    max-width: 1300px !important;
    margin: auto;
}

.site_row_1630 {
    width: 100% !important;
    max-width: 1630px !important;
    margin: auto;
}

.site_row_1660 {
    width: 100% !important;
    max-width: 1660px !important;
    margin: auto;
}

.site_row_1700 {
    width: 100% !important;
    max-width: 1700px !important;
    margin: auto;
}

.site_row_1550 {
    width: 100% !important;
    max-width: 1550px !important;
    margin: auto;
}

.site_row_1500 {
    width: 100% !important;
    max-width: 1500px !important;
    margin: auto;
}

.site_row_1050 {
    width: 100% !important;
    max-width: 1050px !important;
}

/*----------- Site width --------- */

.wt {
    color: #fff !important;
}

.blc {
    color: #000 !important;
}

.brown_clr {
    color: #8B6340 !important;
}

.crm_clr {
    color: #F0E8DA !important;
}

.fw4 {
    font-weight: 400;
}

.fw5 {
    font-weight: 500;
}

.fw6 {
    font-weight: 600;
}

.fw7 {
    font-weight: 700;
}

.fw8 {
    font-weight: 800;
}

.fw9 {
    font-weight: 900;
}

.tc {
    text-align: center !important;
}

.tl {
    text-align: left !important;
}

.df {
    display: flex;
    flex-wrap: wrap;
}

.dfa {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.dfj {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.jc {
    justify-content: center;
}

.et_pb_image_wrap {
    width: 100% !important;
}

.txt_uper {
    text-transform: uppercase;
}

.fs16 {
    font-size: 16px !important;
}

.fs18 {
    font-size: 18px !important;
}

.fs20 {
    font-size: 20px;
}

.fs22 {
    font-size: 22px;
}

.fs24 {
    font-size: 24px;
}

.fs26 {
    font-size: 26px;
}

.fs28 {
    font-size: 28px;
}

.fs30 {
    font-size: 30px;
}

.site_ttl_pad {
    padding-bottom: 20px;
}

.site_ttl {
    font-weight: 400;
    font-size: 50px;
    color: #8B6340;
    line-height: 1.2;
}

.site_desc span {
    padding: 5px 0;
    display: block;
}

.site_desc {
    font-size: 16px;
    font-weight: 400;
    color: #070604;
    line-height: 1.8;
}


.fs31 {
    font-size: 31px;
}

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

/* --------------banner section start --------- */
.bnr_slide_con {
    height: 920px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}

.bnr_slide_con:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 22%);
    top: 0;
    left: 0;
}

.bnr_slide_con_inr {
    z-index: 2;
    position: absolute;
    left: 115px;
    bottom: 60px;
    width: 640px;
}

.bnr_ttl {
    font-size: 55px;
    text-transform: uppercase;
    color: #fff;
    line-height: 1.2;
}

.bnr_desc_con_inr {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    line-height: 1.7;
}

.bnr_desc_con {
    padding: 15px 0 35px;
}

.bnr_side_img_main_con {
    position: absolute;
    bottom: 55px;
    left: auto;
    right: 0;
    width: 241px;
}

.bnr_side_img_each_con_inr {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 10px;
    background: rgba(255, 255, 255, 0.32);
    opacity: 0.5;
    transition: 0.6s;
    cursor: pointer;
}

.slick-current .bnr_side_img_each_con_inr {
    opacity: 1;
}

.bnr_side_img_con {
    width: 52%;
    line-height: 0;
}

.bnr_side_name_con {
    width: 48%;
    padding-left: 10px;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    line-height: 1.3;
}

.bnr_side_img_each_con {
    padding: 5px 0;
    transform: translateX(120%);
    transition: 0.6s;
}

.bnr_loaded .bnr_side_img_each_con {
    transform: translateX(0);
}

.bnr_side_img_con img {
    width: 100% !important;
    height: 62px;
    object-fit: cover;
    border: 1px solid #FFFFFF80;
    transition: 0.6s;
    opacity: 0.5;
}

.slick-current .bnr_side_img_con img {
    opacity: 1;
}

.bnr_slider_main_con_inr .slick-dots {
    bottom: 30px;
    padding: 0 !important;
}

.bnr_slider_main_con_inr .slick-dots li button:before {
    content: '';
    width: 100%;
    height: 3px;
    background: #fff;
    transition: 0.6s;
}

.bnr_slider_main_con_inr .slick-dots li button {
    width: 110px;
    padding: 0 !important;
    height: auto !important;
}

.bnr_slider_main_con_inr .slick-dots li {
    width: auto;
    height: auto;
}

.bnr_ttl_con,
.bnr_desc_con,
.bnr_btn_con {
    transform: translateX(-120%);
    transition: 1s;
}

.slick-current .bnr_ttl_con,
.slick-current .bnr_desc_con,
.slick-current .bnr_btn_con {
    transform: translateX(0);
}

.bnr_loading .bnr_ttl_con,
.bnr_loading .bnr_desc_con,
.bnr_loading .bnr_btn_con {
    transform: translateX(-120%);
    transition: 1s;
}

.bnr_slider_main_con {
    line-height: 0;
}

.bnr_btn_con .site_button .brdr_svg svg rect,
.get_quote_popup_sec .site_button .brdr_svg svg rect {
    stroke: #fff;
}

.bnr_btn_con .site_button .arrw_svg svg path,
.get_quote_popup_sec .site_button .arrw_svg svg path {
    stroke: #fff;
}

/* --------------banner section end --------- */

/*-------------- Upholstery and Motor Trimming specialists section start ------------------ */

.uphol_motor_each_con {
    width: 33.33%;
    border: 1px solid #000000;
    border-right: none;
    padding: 55px 70px;
    text-align: center;
}

.uphol_motor_each_con:last-child {
    border-right: 1px solid #000;
}

.uphol_motor_svg_con_inr svg {
    width: 100px;
    height: 100px;
}

.uphol_motor_svg_con_inr img {
    width: 100%;
    height: 105px;
    object-fit: contain;
}

.uphol_motor_svg_con_inr {
    padding-bottom: 30px;
}


.uphol_motor_name_con_inr {
    color: #111111;
}

.uphol_motor_main_con {
    border-bottom: 19px solid #000;
    border-image: url('../../../wp-content/uploads/2026/06/border_img.png');
    border-image-repeat: round;
    border-image-slice: 20;
    padding-top: 10px;
}

/*-------------- Upholstery and Motor Trimming specialists section end ------------------ */

/*------------ About Us section start ------------- */
.about_ttl_con {
    padding-left: 40px;
}

.about_ttl_main_con {
    padding-bottom: 30px;
}

.about_small_title {
    color: #111;
}

.about_lft_img img {
    width: 100% !important;
    height: 673px;
    object-fit: cover;
}

.about_col1 {
    width: 43.7% !important;
}

.about_col2 {
    width: 56.3% !important;
    padding-left: 75px;
}

.about_btn_con {
    padding: 12px 0 55px;
}

.about_rgt_img img {
    width: 100% !important;
    height: 353px;
    object-fit: cover;
}

/*------------ About Us section start ------------- */

/*------------- Our Services section start --------- */
.our_service_each_con {
    width: 25%;
}

.our_service_each_con_inr {
    padding: 35px 30px;
    border: 1px solid #000000;
    border-top: none;
    border-right: none;
    height: 100%;
}

.our_service_each_con:last-child .our_service_each_con_inr, .our_service_each_con:nth-child(4n) .our_service_each_con_inr {
    border-right: 1px solid #000;
}

.our_service_img_con {
    line-height: 0;
    padding-top: 40px;
}

.our_service_num_con_inr {
    font-family: "Instrument Serif", serif;
    font-size: 76px;
    color: #111111;
    font-weight: 400;
}

.our_service_num_con {
	display: none;
    padding-bottom: 45px;
}

.our_service_ttl_con_inr {
    color: #070604;
    padding-bottom: 12px;
}

.our_service_link_con_inr {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #B84F3E;
    text-transform: uppercase;
    text-decoration: underline;
    font-weight: 700;
}
.our_service_desc_con_inr>span {
    padding: 0 !important;
}
.our_service_link_con_inr span {
    padding-right: 12px;
}

.our_service_link_con {
    padding-top: 16px;
}

.our_service_img_con_inr img {
    width: 100% !important;
    height: 295px;
    object-fit: cover;
}

.our_service_desc_con_inr {
    line-height: 1.6;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
}

/*------------- Our Services section end --------- */

/*------------ What Our Clients Say section start ----------- */
.hk_testimonial_quote_box {
    width: 54px;
    height: 54px;
    background: #c2185b;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: #fff;
    font-weight: 400;
    line-height: 0;
}

.hk_testi_ttl_main_box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.hk_testimonial_title_box {
    width: calc(100% - 54px);
    padding-left: 15px;
}

.testimonial_ttl_box {
    display: block;
    font-weight: 500;
    font-size: 18px;
    color: #222222;
    padding-bottom: 2px;
}

.testimonial_date_box {
    display: block;
    font-size: 16px;
    color: #111111;
    font-weight: 400;
    display: none;
}

.hk_testimonial_review_box i.yellow_star {
    color: #F2BB23;
}

.hk_testimonial_review_box i {
    font-size: 20px;
    margin: 0px 2px;
}

.hk_testimonial_review_box {
    line-height: 0;
    padding: 15px 0;
}

.hk_testimonial_content_box {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    line-clamp: 4;
}

.tog_btn {
    color: #4D4F29;
    font-size: 16px;
    font-weight: 400;
    text-decoration: underline;
    padding-top: 10px;
    cursor: pointer;
    display: block;
}

.google_post_box {
    padding-top: 70px;
}

.intro {
    height: auto;
    display: block;
}

.hk_testimonial_col {
    padding: 0 50px;
    border-right: 1px solid #AEAEAE;
    height: 100%;
}

.testimonial_h_row .slick-track {
    display: flex;
}

.testimonial_h_row .slick-track .slick-slide {
    height: auto;
}

.testimonial_h_row .slick-track .slick-slide>div {
    height: 100%;
}

.hk_testimonial_box {
    height: 100%;
    position: relative;
}

.google_post_box_inner {
    position: absolute;
    bottom: 0;
}

.google_post_box_inner img {
    width: 100%;
    height: 37px;
    object-fit: contain;
}

.google_excellent_box {
    font-weight: 500;
    font-size: 24px;
    color: #111;
}

.google_review_count_box_inner {
    font-weight: 400;
    font-size: 20px;
    color: #111;
}

.google_rating_star_box_inner i {
    font-size: 15px;
    color: #FFC107;
    margin: 0 1px;
}

.google_rating_star_box_inner {
    line-height: 0;
}

.google_star_box {
    padding: 0 10px;
}

.testi_count_box {
    padding-bottom: 50px;
}

.testimonial_ttl_con {
    padding-bottom: 10px;
}

.testi_slider_btn {
    width: 44px;
    height: 44px;
    background: #6B4D2E;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -30px;
    z-index: 2;
    cursor: pointer;
}

.next_btn {
    left: auto;
    right: -30px;
}

.testimonial_h_row .slick-slide.slick-active:not(:has(~ .slick-slide.slick-active)) .hk_testimonial_col {
    border-right: none !important;
}

/*------------ What Our Clients Say section start ----------- */
/*------------ Our Works section start ----------- */
.our_work_each_con_inr img {
    width: 100% !important;
    height: 570px;
    object-fit: cover;
}

.our_work_each_con {
    padding: 0 15px;
    height: 100%;
}

.our_work_each_con_inr {
    height: 100%;
    display: flex;
    align-items: center;
    transform: scaleY(0.8);
    transition: 0.6s;
}

.slick-active .our_work_each_con_inr {
    transform: scaleY(1);
}

.our_work_main_con_inr .slick-track {
    display: flex;
}

.our_work_main_con_inr .slick-slide {
    height: auto;
}

.our_work_main_con_inr .slick-slide>div {
    height: 100%;
}

.work_slider_btn {
    width: 70px;
    height: 70px;
    background: #B84F3E;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 0;
    border-radius: 100%;
    left: 340px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 99;
    cursor: pointer;
}

.next_btn.work_slider_btn {
    left: auto;
    right: 340px;
}

/*------------ Our Works section end ----------- */

/*---------- Upholstery and Motor Trimming Specialist in Sydney - Architectural Upholstery Services section start ---------- */
.architectural_col1 {
    width: 59% !important;
}

.architectural_col2 {
    width: 41% !important;
}

.architectural_rgt_img {
    width: 440px;
    margin-left: auto !important;
    margin-right: 0 !important;
    padding-bottom: 70px !important;
}

.architectural_rgt_img img {
    width: 100% !important;
    height: 418px;
    object-fit: cover;
}

.architectural_ttl_con {
    padding-bottom: 45px;
}

.architectural_btn_con {
    padding-top: 30px;
}

.architectural_lft_img {
    padding-right: 70px;
}

.architectural_lft_img img {
    width: 100% !important;
    height: 590px;
    object-fit: cover;
}

/*---------- Upholstery and Motor Trimming Specialist in Sydney - Architectural Upholstery Services section end ---------- */


/*------------- Our Professional Team section start ----------- */
.proffesional_col1 {
    width: 9.8% !important;
    border-radius: 20px;
}

.proffesional_col2 {
    width: 90.2% !important;
    padding-left: 80px;
}

.proffesional_img {
    height: 100%;
    margin: 0 -8px !important;
}

.proffesional_img img {
    width: 100%;
    height: 162px;
    object-fit: contain;
}

.proffesional_btn_con {
    padding-top: 30px;
}

/*------------- Our Professional Team section end ----------- */
/*------------- Our Clients section start ------------ */
.our_client_each_con {
    padding: 10px;
}

.our_client_each_con_inr {
    padding: 5px;
    background: #fff;
}

.our_client_each_con_inr img {
    width: 100% !important;
    height: 90px;
    object-fit: contain;
}

/*------------- Our Clients section end ------------ */
/*----------- What is Upholstery? section start ------------ */
.what_upholstery_row {
    padding: 0 30px !important;
}

.what_upholstery_nm_con_inr {
    font-family: 'Instrument Serif';
    color: #8B6340;
}

.what_upholstery_each_con_inr {
    padding: 50px 30px;
    border: 1px solid #000000;
    height: 100%;
    border-right: none;
    border-top: none;
}

.what_upholstery_each_con {
    width: 20%;
}

.what_upholstery_each_con:nth-child(5n) .what_upholstery_each_con_inr {
    border-right: 1px solid #000;
}

.what_upholstery_each_con:nth-child(-n+5) .what_upholstery_each_con_inr {
    border-top: 1px solid #000;
}

.what_upholstery_each_con:last-child .what_upholstery_each_con_inr {
    border-right: 1px solid #000;
}

.what_upholstery_nm_con {
    padding-top: 40px;
}

.what_upholstery_main_con {
    padding-top: 35px;
}

.what_upholstery_svg_con {
    line-height: 0
}

/*----------- What is Upholstery? section end ------------ */

/*----------- Outdoor Upholstery section start --------- */
.outdoor_col1 {
    width: 39.7% !important;
}

.outdoor_col2 {
    width: 60.3% !important;
    padding-left: 40px;
}

.outdoor_rgt_img_con {
    width: 47.6%;
}

.outdoor_img_cntr_main_con {
    width: 52.4%;
    padding-right: 80px;
}

.outdoor_desc_con {
    padding-bottom: 20px;
}

.outdoor_lft_img img {
    width: 100% !important;
    height: 485px;
    object-fit: cover;
}

.outdoor_btm_desc_img_row {
    padding-top: 20px;
}

.outdoor_rgt_img_con_inr img {
    width: 100%;
    height: 355px;
    object-fit: cover;
}

.outdoor_btn_con {
    padding-top: 20px;
}

.outdoor_img_cntr_desc_con_inr span {
    padding: 10px 0;
}

/*----------- Outdoor Upholstery section end --------- */

/* ------------Factors that a commercial section start ------------- */
.factors_col1 {
    width: 42.4% !important;
    padding: 60px;
}

.factors_col2 {
    width: 57.6% !important;
}

.factors_col {
    padding-bottom: 90px !important;
}

.factor_desc_con {
    width: 32% !important;
    padding-bottom: 40px;
}

.factor_img {
    margin-top: -125px;
}

.factor_img img {
    width: 100% !important;
    height: 530px;
    object-fit: cover;
}

.factors_accrdn .et_pb_toggle {
    padding: 0 !important;
    background: transparent;
    border: none;
    padding-bottom: 45px !important;
}

.factors_accrdn .et_pb_toggle:last-child {
    padding-bottom: 0 !important;
}

.factors_accrdn .et_pb_toggle .et_pb_toggle_title {
    font-size: 28px;
    color: #000;
    padding-bottom: 20px;
    border-bottom: 1px solid #000000;
}

.factors_accrdn .et_pb_toggle .et_pb_toggle_content {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.7;
    padding-top: 20px;
    color: #070604;
}

.factors_accrdn .et_pb_toggle .et_pb_toggle_title:before {
    color: #000000;
    font-size: 21px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.factors_accrdn .et_pb_toggle.et_pb_toggle_open .et_pb_toggle_title:before {
    content: "K" !important;
    visibility: visible;
    display: block;
}

.factor_btm_desc_con {
    padding-top: 30px;
}

/* ------------Factors that a commercial section end ------------- */

/* -----------Our Suppliers section start ------------- */
.our_supplier_each_con {
    line-height: 0;
    width: 16.66%;
    padding: 0 15px;
}

.our_supplier_each_con_inr img {
    width: 100% !important;
    height: 55px;
    object-fit: contain;
}

.our_supplier_each_con_inr {
    background: #fff;
    padding: 20px 15px;
    border: 1px solid #6B4D2E33;
}

/* -----------Our Suppliers section end  ------------- */
/* ----------- Have a Project in Mind? section start ----------- */

.have_project_col1 {
    width: 41.2% !important;
}

.have_project_col2 {
    width: 58.8% !important;
    padding-left: 100px;
}

.get_in_touch_row {
    display: flex;
    flex-wrap: wrap;
}

.get_in_touch_col_6 {
    width: 50%;
}

.get_in_touch_col_6,
.get_in_touch_col_12 {
    padding: 8px;
}

.get_in_touch_col_12 {
    width: 100%;
}

.get_in_touch_box input,
.get_in_touch_box textarea,
.get_in_touch_box select {
    width: 100%;
    padding: 14px 10px;
    color: #999999 !important;
    border: 1px solid #ddd !important;
    border-radius: 5px !important;
    font-size: 16px !important;
}

.get_in_touch_box input::placeholder,
.get_in_touch_box textarea::placeholder,
.get_in_touch_box select {
    color: #999999;
    font-size: 16px;
    font-weight: 400;
}

.get_in_touch_box textarea {
    height: 100px;
    resize: none;
}

span.wpcf7-spinner {
    position: absolute;
    right: 0;
}

.project_img_drag .cf7-dragandrophandler-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-top: 0 !important;
}

.project_img_drag label {
    font-size: 16px;
    font-weight: 400;
    color: #070604;
    padding-bottom: 10px;
    display: block;
}

.project_img_drag .cf7-dragandrophandler {
    border: 1px solid #ddd;
    background: #fff;
    padding: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
}

.project_img_drag .cf7-text-drop,
.project_img_drag .cf7-text-browser a {
    padding: 0 !important;
    margin: 0 !important;
    font-size: 26px;
    font-weight: 400;
    color: #999999 !important;
    line-height: 1;
}

.project_img_drag .cf7-text-browser a {
    background: none !important;
    padding: 0 !important;
}

.project_img_drag .cf7-text-browser {
    line-height: 0;
}

.project_img_drag .cf7-text-or {
    font-size: 16px;
    padding: 0 15px;
    font-weight: 400;
    color: #999999;
    text-transform: capitalize;
    line-height: 1;
}

.project_img_drag .cf7-drop-type {
    width: 30px;
    height: 30px;
}

.project_img_drag .dnd-upload-counter {
    font-size: 11px;
    color: #999999;
    font-weight: 400;
    right: 10px;
    bottom: 10px;
}

.project_img_drag .cf7-drop-progressBar {
    margin-top: 10px;
}

.project_img_drag .cf7-drop-progressBar div {
    font-size: 9px;
    line-height: 11px;
}

.project_img_drag .dnd-upload-status .dnd-upload-details .dnd-progress-bar {
    height: 10px;
}



.get_in_touch_btn button {
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

.have_project_img img {
    width: 100% !important;
    height: 805px;
    object-fit: cover;
}

.hover_button_class {
    padding-top: 30px;
}

.have_project_sec:after {
    content: '';
    position: absolute;
    background: url('../../../wp-content/uploads/2026/06/have_project_after_img.png');
    width: 250px;
    height: 200px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    bottom: -5px;
    right: 0;
}

/* ----------- Have a Project in Mind? section end ----------- */

/*----------- Map Section start ---------- */
.map_ifrm_con_inr iframe {
    width: 100% !important;
    height: 488px;
    filter: grayscale(1);
}

.map_ifrm_con {
    line-height: 0;
}

.bnr_slider_main_con .slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}

/*----------- Map Section end ---------- */



/* Animation  */
@keyframes dancing {
    0% {
        transform: rotate(5deg);
    }

    100% {
        transform: rotate(-5deg);
    }
}

.uphol_motor_svg_con_inr svg {
    animation: dancing 2s infinite alternate ease-in-out;
}

@keyframes zoomin_out {
    0% {
        transform: scale(0.9);
    }

    100% {
        transform: scale(1);
    }
}

.uphol_motor_svg_con_inr img {
    animation: zoomin_out 2s infinite alternate ease-in-out;
}

.what_upholstery_svg_con_inr svg {
    animation: zoomin_out 2s infinite alternate linear;
}

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

    100% {
        transform: translateX(0px);
    }
}

.have_project_sec:after {
    animation: moving 2s infinite alternate linear;
}


.about_lft_img:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    background: rgb(0 0 0 / 50%);
    left: auto;
    right: 0;
    top: auto;
    bottom: 0;
    z-index: 1;
    transition: 0.6s;
}

.about_lft_img:hover:before {
    width: 100%;
    height: 100%;
    left: 0;
    right: auto;
    top: 0;
    bottom: auto;
}

.about_rgt_img:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    background: rgb(0 0 0 / 50%);
    left: 0;
    right: auto;
    top: 0;
    bottom: auto;
    z-index: 1;
    transition: 0.6s;
}

.about_rgt_img:hover:before {
    width: 100%;
    height: 100%;
    left: auto;
    right: 0;
    top: auto;
    bottom: 0;
}

.our_service_img_con_inr {
    transition: 0.6s;
}

.our_service_img_con_inr:hover {
    transform: scale(1.02);
}

.get_quote_popup_row .project_img_drag label {
    color: #fff;
}

@media all and (min-width: 320px) and (max-width: 767px) {

    /* --------------padding  -------- */
    .pd100 {
        padding: 30px 0 !important;
    }

    .pdt100 {
        padding: 30px 0 0 0 !important;
    }

    .pdb100 {
        padding: 0 0 30px 0 !important;
    }

    /* --------------padding  -------- */
    .tcm {
        text-align: center !important;
    }

    .tc_mb {
        text-align: center !important;
    }

    .mb_j {
        justify-content: center;
    }

    .tb_mb_j {
        justify-content: center;
    }


    /*----------- Site width --------- */
    .site_row,
    .site_row_1700,
    .site_row_1630,
    .site_row_1660,
    .site_row_1550,
    .site_row_1500 {
        width: 100% !important;
        max-width: 95% !important;
    }


    .site_row_1050 {
        max-width: 90% !important;
    }

    /*----------- Site width --------- */

    .fs18 {
        font-size: 14px !important;
    }

    .fs20 {
        font-size: 16px;
    }

    .fs22 {
        font-size: 16px;
    }


    .fs30 {
        font-size: 20px;
    }

    .fs31 {
        font-size: 22px;
    }

    .site_ttl {
        font-size: 25px;
    }

    .site_ttl_pad {
        padding-bottom: 8px;
    }

    .site_desc {
        font-size: 14px;
        line-height: 1.6;
    }

    .site_desc span {
        padding: 3px 0;
    }

    /*----------- Banner section start --------- */
    .bnr_slide_con_inr {
        left: 10px;
        bottom: 35px;
        width: 90%;
    }

    .bnr_slide_con {
        height: 420px;
    }

    .bnr_ttl {
        font-size: 30px;
    }

    .bnr_desc_con {
        padding: 5px 0 15px;
    }

    .bnr_desc_con_inr {
        font-size: 14px;
        line-height: 1.3;
    }

    .bnr_side_img_con {
        width: 42%;
    }

    .bnr_side_name_con {
        width: 58%;
        font-size: 12px;
        padding-left: 5px;
    }

    .bnr_slider_main_con_inr .slick-dots {
        bottom: 5px;
    }

    .bnr_slider_main_con_inr .slick-dots li button {
        width: 50px;
    }

    .bnr_side_img_con img {
        height: 45px;
    }

    .bnr_side_img_each_con_inr {
        padding: 10px;
        background: none;
    }

    .bnr_slider_main_con_inr .slick-dots li button:before {
        height: 2px;
    }

    .bnr_side_img_each_con {
        padding: 2px 0;
    }

    .bnr_side_img_main_con {
        width: 100%;
        bottom: 0;
        position: relative;
        background: #111;

    }

    .bnr_side_img_each_con {
        transform: translateX(0) translateY(100%);
        ;
    }

    .bnr_loaded .bnr_side_img_each_con {
        transform: translateX(0) translateY(0);
    }

    .bnr_side_img_main_con_inr {
        max-width: 580px;
        width: 100%;
        margin: auto;
    }

    /*----------- Banner section end --------- */

    /*-------------- Upholstery and Motor Trimming specialists section start ------------- */
    .uphol_motor_each_con {
        padding: 25px 20px;
        width: 100%;
        border-right: 1px solid #000;
        border-bottom: none;
    }

    .uphol_motor_each_con:last-child {
        border-bottom: 1px solid #000;
    }

    .uphol_motor_svg_con_inr {
        padding-bottom: 10px;
    }

    .uphol_motor_svg_con_inr svg {
        width: 50px;
        height: 50px;
    }

    .uphol_motor_svg_con_inr img {
        height: 55px;
    }

    .uphol_motor_main_con {
        border-bottom-width: 10px;
        border-image-slice: 10;
    }

    /*-------------- Upholstery and Motor Trimming specialists section end ------------- */
    /* ------------About Us section start --------------- */
    .about_col {
        width: 100% !important;
    }

    .about_col2 {
        padding-left: 0;
    }

    .about_ttl_con {
        padding-left: 0;
    }

    .about_ttl_main_con {
        padding-bottom: 12px;
    }

    .about_btn_con {
        padding: 10px 0 15px;
    }

    .about_rgt_img img {
        height: 250px;
    }

    .about_lft_img img {
        height: 300px;
    }

    .about_ttl_main_con_inr {
        display: block;
    }

    .about_lft_img {
        padding-bottom: 10px;
    }

    .about_small_title_con {
        padding-bottom: 10px;
    }

    /* ------------About Us section end --------------- */
    /*------------ Our Services section start --------- */
    .our_service_num_con_inr {
        font-size: 38px;
    }

    .our_service_num_con {
        padding-bottom: 10px;
    }

    .our_service_ttl_con_inr {
        padding-bottom: 5px;
    }

    .our_service_img_con {
        padding-top: 20px;
    }

    .our_service_each_con {
        width: 100%;
    }

    .our_service_each_con_inr {
        padding: 10px 10px;
        border-right: 1px solid #000;
    }

    .our_service_each_con:first-child .our_service_each_con_inr {
        border-top: 1px solid #000;
    }

    .our_service_img_con_inr img {
        height: 180px;
    }

    .our_service_link_con_inr {
        font-size: 14px;
    }

    .our_service_link_con {
        padding-top: 7px;
    }

    .our_service_link_con_inr span {
        padding-right: 8px;
    }

    .our_service_link_con_inr svg {
        width: 15px;
        height: 8px;
    }

    /*------------ Our Services section end --------- */
    /*------------ What Our Clients Say section start ---------- */
    .hk_testimonial_quote_box {
        width: 35px;
        height: 35px;
        font-size: 20px;
    }

    .hk_testimonial_title_box {
        width: calc(100% - 35px);
        padding-left: 5px;
    }

    .hk_testimonial_review_box {
        padding: 10px 0;
    }

    .tog_btn {
        font-size: 14px;
        padding-top: 5px;
    }

    .google_post_box {
        padding-top: 40px;
    }

    .hk_testimonial_review_box i {
        font-size: 16px;
    }

    .hk_testimonial_col {
        padding: 0 15px;
    }

    .testimonial_ttl_box {
        font-size: 16px;
    }

    .testimonial_date_box {
        font-size: 14px;
    }

    .testi_slider_btn {
        width: 25px;
        height: 25px;
        left: 0;
    }

    .testi_slider_btn svg {
        height: 10px;
    }

    .next_btn {
        left: auto;
        right: 0;
    }

    .google_post_box_inner img {
        height: 28px;
    }

    .testimonial_ttl_con {
        padding-bottom: 5px;
    }

    .testi_count_box {
        padding-bottom: 20px;
    }

    .google_excellent_box {
        font-size: 18px;
    }

    .google_review_count_box_inner {
        font-size: 14px;
    }

    .testimonial_h_row {
        padding: 0 20px;
    }

    .hk_testimonial_col {
        height: auto;
        border: none;
    }

    /*------------ What Our Clients Say section end ---------- */
    /*-------- Upholstery and Motor Trimming Specialist in Sydney - Architectural Upholstery Services section start --------- */
    .architectural_col {
        width: 100% !important;
    }

    .architectural_col2 {
        display: flex;
        flex-direction: column-reverse;
    }

    .architectural_desc_main_con {
        padding: 20px 0 0;
    }

    .architectural_rgt_img {
        width: 100%;
        padding-bottom: 20px !important;
    }

    .architectural_rgt_img img {
        height: 330px;
    }

    .architectural_lft_img {
        padding-right: 0;
    }

    .architectural_lft_img img {
        height: 300px;
    }

    .architectural_btn_con {
        padding-top: 15px;
    }

    .architectural_ttl_con {
        padding-bottom: 20px;
    }

    .architectural_rgt_img {
        width: 50%;
        padding-bottom: 0 !important;
        margin: auto !important;
        display: none;
    }

    /*-------- Upholstery and Motor Trimming Specialist in Sydney - Architectural Upholstery Services section end --------- */
    /*------------- Our Professional Team section start ----------- */
    .proffesional_col {
        width: 100% !important;
        padding-left: 0;
    }

    .proffesional_col1 {
        border-radius: 10px;
    }

    .proffesional_col2 {
        padding-top: 20px;
    }

    .proffesional_btn_con {
        padding-top: 10px;
    }

    .proffesional_img {
        margin: -5px 0 !important;
    }

    .proffesional_img img {
        width: 100% !important;
        height: 90px;
    }

    /*------------- Our Professional Team section end ----------- */
    /*------------- Our Clients section start ------------ */
    .our_client_each_con_inr img {
        height: 45px;
    }

    .our_client_each_con {
        padding: 3px;
    }

    /*------------- Our Clients section end ------------ */
    /*----------- What is Upholstery? section start ------------ */
    .what_upholstery_row {
        padding: 0px 0px !important;
    }

    .what_upholstery_nm_con {
        padding-top: 10px;
    }

    .what_upholstery_each_con {
        width: 50%;
    }

    .what_upholstery_each_con_inr {
        padding: 15px 10px;
    }

    .what_upholstery_main_con {
        padding-top: 10px;
    }

    .what_upholstery_nm_con_inr {
        font-size: 18px;
    }

    .what_upholstery_svg_con_inr svg {
        width: 40px;
        height: 30px;
    }

    .what_upholstery_each_con:nth-child(-n+5) .what_upholstery_each_con_inr {
        border-top: none;
    }

    .what_upholstery_each_con:nth-child(-n+2) .what_upholstery_each_con_inr {
        border-top: 1px solid #000;
    }

    .what_upholstery_each_con:nth-child(5n) .what_upholstery_each_con_inr {
        border-right: none;
    }

    .what_upholstery_each_con:nth-child(2n) .what_upholstery_each_con_inr {
        border-right: 1px solid #000;
    }

    /*----------- What is Upholstery? section end ------------ */
    /*----------------- Outdoor Upholstery section start ------------- */
    .outdoor_img_cntr_main_con {
        padding-right: 0;
        width: 100%;
    }

    .outdoor_rgt_img_con {
        width: 100%;
    }

    .outdoor_col {
        width: 100% !important;
        padding-left: 0;
    }

    .outdoor_col2 {
        padding-top: 10px;
    }

    .outdoor_btm_desc_img_row {
        padding-top: 0;
        flex-direction: column-reverse;
    }

    .outdoor_img_cntr_desc_con_inr span {
        padding: 3px 0;
    }

    .outdoor_rgt_img_con_inr img {
        height: 330px;
    }

    .outdoor_btn_con {
        padding-top: 10px;
    }

    .outdoor_rgt_img_con_inr img {
        height: 250px;
    }

    .outdoor_lft_img img {
        height: 300px;
    }

    .outdoor_desc_con {
        padding-bottom: 10px;
    }

    /*----------------- Outdoor Upholstery section end ------------- */
    /* -------------Factors that a commercial section start ------------ */

    .factors_col {
        width: 100% !important;
        padding: 30px 15px !important;
    }

    .factors_col1 {
        padding-bottom: 0 !important;
    }

    .factor_desc_con {
        width: 100% !important;
        padding-bottom: 20px;
    }

    .factor_img {
        margin-top: -0;
    }

    .factor_img img {
        height: 300px;
    }

    .factor_btm_desc_con {
        padding-top: 10px;
    }

    .factors_accrdn .et_pb_toggle .et_pb_toggle_title {
        font-size: 18px;
        padding-bottom: 15px;
    }

    .factors_accrdn .et_pb_toggle {
        padding-bottom: 25px !important;
    }

    .factors_accrdn .et_pb_toggle .et_pb_toggle_content {
        padding-top: 10px;
        font-size: 14px;
    }


    /* -------------Factors that a commercial section end ------------ */
    /*---------- Our Suppliers section start --------- */
    .our_supplier_each_con {
        width: 50%;
        padding: 5px;
    }

    .our_supplier_each_con_inr img {
        height: 30px;
    }

    .our_supplier_main_con {
        padding: 0 0;
    }

    /*---------- Our Suppliers section end --------- */
    /*-------- Have a Project in Mind? section start ------ */
    .have_project_col {
        width: 100% !important;
    }

    .have_project_col2 {
        padding-left: 0;
    }

    .get_in_touch_col_6 {
        width: 100%;
    }

    .get_in_touch_col_6,
    .get_in_touch_col_12 {
        padding: 5px;
    }

    .project_img_drag .cf7-text-drop,
    .project_img_drag .cf7-text-browser a {
        font-size: 16px;
    }

    .hover_button_class {
        padding-top: 15px;
    }

    .have_project_sec:after {
        width: 90px;
        height: 80px;
    }

    .project_img_drag .cf7-text-or {
        font-size: 15px;
        padding: 0 8px;
    }

    .project_img_drag label {
        font-size: 14px;
        padding-bottom: 7px;
    }

    .have_project_img {
        padding-bottom: 20px;
    }

    .have_project_img img {
        height: 300px;
    }

    .get_in_touch_box input,
    .get_in_touch_box textarea,
    .get_in_touch_box select {
        padding: 10px 10px;
        font-size: 14px !important;
    }

    .get_in_touch_box input::placeholder,
    .get_in_touch_box textarea::placeholder,
    .get_in_touch_box select {
        font-size: 14px !important;
    }

    .get_in_touch_box textarea {
        height: 80px;
    }

    .project_img_drag .cf7-dragandrophandler {
        padding: 20px;
    }

    .get_in_touch_btn button {
        font-size: 14px;
    }

    /*-------- Have a Project in Mind? section end ------ */
    /*------------- Our Works section start ----------- */
    .work_slider_btn {
        left: 20px;
    }

    .next_btn.work_slider_btn {
        right: 20px;
    }

    .our_work_each_con_inr img {
        height: 260px;
    }

    .work_slider_btn {
        width: 35px;
        height: 35px;
    }

    .work_slider_btn svg {
        height: 7px;
        width: 20px;
    }

    .our_work_each_con {
        padding: 0 5px;
    }

    /*------------- Our Works section end ----------- */
    /*----------- Map Section start ---------- */
    .map_ifrm_con_inr iframe {
        height: 280px;
    }

    /*----------- Map Section end ---------- */
}

@media all and (min-width: 481px) and (max-width: 767px) {

    .site_ttl {
        font-size: 28px;
    }

    /*-------------- Upholstery and Motor Trimming specialists section start -------------- */
    .uphol_motor_each_con {
        padding: 20px 10px;
        width: 50%;
        border-right: 1px solid #000;
        border-bottom: 1px solid #000;
        border-left: none;
    }

    .uphol_motor_each_con:last-child {
        border-left: 1px solid #000;
        border-top: none;
    }

    .uphol_motor_each_con:first-child {
        border-left: 1px solid #000;
    }

    .uphol_motor_main_con_inr {
        justify-content: center;
    }

    .uphol_motor_main_con {
        border: none;
    }

    /*-------------- Upholstery and Motor Trimming specialists section end -------------- */
    /* 
    .our_service_each_con {
        width: 50%;
    }

    .our_service_each_con_inr {
        border-top: 1px solid #000;
    }

    .our_service_each_con:first-child .our_service_each_con_inr {
        border-right: none;
    }

    .our_service_each_con:last-child .our_service_each_con_inr {
        border-top: none;
    } */

    /*----------- What is Upholstery? section start ------------ */
    .what_upholstery_each_con {
        width: 33.33%;
    }

    .what_upholstery_each_con:nth-child(-n+5) .what_upholstery_each_con_inr {
        border-top: none;
    }

    .what_upholstery_each_con:nth-child(-n+2) .what_upholstery_each_con_inr {
        border-top: none;
    }

    .what_upholstery_each_con:nth-child(-n+3) .what_upholstery_each_con_inr {
        border-top: 1px solid #000;
    }

    .what_upholstery_each_con:nth-child(5n) .what_upholstery_each_con_inr {
        border-right: none;
    }

    .what_upholstery_each_con:nth-child(2n) .what_upholstery_each_con_inr {
        border-right: none;
    }

    .what_upholstery_each_con:nth-child(3n) .what_upholstery_each_con_inr {
        border-right: 1px solid #000;
    }

    /*----------- What is Upholstery? section end ------------ */
    /*---------- Our Suppliers section start --------- */
    .our_supplier_each_con {
        width: 33.33%;
    }

    .our_supplier_each_con_inr {
        padding: 15px 10px;
    }

    /*---------- Our Suppliers section end --------- */

    .our_work_each_con_inr img {
        height: 300px;
    }

    .work_slider_btn {
        left: 40px;
    }

    .next_btn.work_slider_btn {
        right: 40px;
    }

    .get_in_touch_col_6 {
        width: 50%;
    }
}

@media all and (min-width: 550px) and (max-width: 767px) {
    .hk_testimonial_col {
        border-right: 1px solid #AEAEAE;
        height: 100%;
    }


    .our_client_each_con_inr img {
        height: 55px;
    }
}

@media all and (min-width: 768px) and (max-width: 980px) {

    /* --------------padding  -------- */
    .pd100 {
        padding: 40px 0 !important;
    }

    .pdt100 {
        padding: 40px 0 0 0 !important;
    }

    .pdb100 {
        padding: 0 0 40px 0 !important;
    }

    /* --------------padding  -------- */
    .tcm {
        text-align: center !important;
    }

    .tb_mb_j {
        justify-content: center;
    }

    /*----------- Site width --------- */
    .site_row,
    .site_row_1700,
    .site_row_1630,
    .site_row_1660,
    .site_row_1550,
    .site_row_1500 {
        width: 100% !important;
        max-width: 740px !important;
    }

    .site_row_1050 {
        max-width: 700px !important;
    }

    /*----------- Site width --------- */

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

    .fs22 {
        font-size: 17px;
    }

    .fs20 {
        font-size: 16px;
    }

    .fs30 {
        font-size: 20px;
    }

    .fs31 {
        font-size: 22px;
    }

    .site_ttl {
        font-size: 30px;
    }

    .site_ttl_pad {
        padding-bottom: 10px;
    }

    .site_desc {
        font-size: 14px;
        line-height: 1.6;
    }

    .site_desc span {
        padding: 3px 0;
    }

    /*----------- Banner section start --------- */
    .bnr_slide_con_inr {
        left: 20px;
        bottom: 50px;
        width: 450px;
    }

    .bnr_slide_con {
        height: 500px;
    }

    .bnr_ttl {
        font-size: 35px;
    }

    .bnr_desc_con {
        padding: 5px 0 15px;
    }

    .bnr_desc_con_inr {
        font-size: 15px;
        line-height: 1.5;
    }

    .bnr_side_img_main_con {
        width: 180px;
        bottom: 15px;
    }

    .bnr_side_img_con {
        width: 42%;
    }

    .bnr_side_name_con {
        width: 58%;
        font-size: 12px;
        padding-left: 5px;
    }

    .bnr_slider_main_con_inr .slick-dots {
        bottom: 15px;
    }

    .bnr_slider_main_con_inr .slick-dots li button {
        width: 80px;
    }

    .bnr_side_img_con img {
        height: 50px;
    }

    .bnr_side_img_each_con_inr {
        padding: 4px;
    }

    .bnr_slider_main_con_inr .slick-dots li button:before {
        height: 2px;
    }

    .bnr_side_img_each_con {
        padding: 2px 0;
    }

    /*----------- Banner section end --------- */

    /*-------------- Upholstery and Motor Trimming specialists section start ------------- */
    .uphol_motor_each_con {
        padding: 25px 20px;
    }

    .uphol_motor_svg_con_inr {
        padding-bottom: 10px;
    }

    .uphol_motor_svg_con_inr svg {
        width: 50px;
        height: 50px;
    }

    .uphol_motor_svg_con_inr img {
        height: 55px;
    }

    .uphol_motor_main_con {
        border-bottom-width: 10px;
        border-image-slice: 10;
    }

    /*-------------- Upholstery and Motor Trimming specialists section end ------------- */
    /* ------------About Us section start --------------- */
    .about_col2 {
        padding-left: 20px;
    }

    .about_ttl_con {
        padding-left: 0;
    }

    .about_ttl_main_con {
        padding-bottom: 20px;
    }

    .about_btn_con {
        padding: 10px 0 15px;
    }

    .about_rgt_img img {
        height: 215px;
    }

    .about_lft_img img {
        height: 440px;
    }

    .about_ttl_main_con_inr {
        display: block;
    }

    .about_small_title_con {
        padding-bottom: 10px;
    }

    /* ------------About Us section end --------------- */
    /*------------ Our Services section start --------- */
    .our_service_num_con_inr {
        font-size: 38px;
    }

    .our_service_num_con {
        padding-bottom: 10px;
    }

    .our_service_ttl_con_inr {
        padding-bottom: 5px;
    }

    .our_service_img_con {
        padding-top: 20px;
    }

    .our_service_each_con_inr {
        padding: 10px 10px;
    }

    .our_service_img_con_inr img {
        height: 180px;
    }

    .our_service_link_con_inr {
        font-size: 14px;
    }

    .our_service_link_con {
        padding-top: 7px;
    }

    .our_service_link_con_inr span {
        padding-right: 8px;
    }

    .our_service_link_con_inr svg {
        width: 15px;
        height: 8px;
    }
    .our_service_each_con {
        width: 50%;
    }
	.our_service_each_con:nth-child(2n) .our_service_each_con_inr {
		border-right: 1px solid #000;
	}
	.our_service_each_con:nth-child(2) .our_service_each_con_inr,.our_service_each_con:first-child .our_service_each_con_inr {
		border-top: 1px solid #000;
	}

    /*------------ Our Services section end --------- */
    /*------------ What Our Clients Say section start ---------- */
    .hk_testimonial_quote_box {
        width: 35px;
        height: 35px;
        font-size: 20px;
    }

    .hk_testimonial_title_box {
        width: calc(100% - 35px);
        padding-left: 5px;
    }

    .hk_testimonial_review_box {
        padding: 10px 0;
    }

    .tog_btn {
        font-size: 14px;
        padding-top: 5px;
    }

    .google_post_box {
        padding-top: 40px;
    }

    .hk_testimonial_review_box i {
        font-size: 16px;
    }

    .hk_testimonial_col {
        padding: 0 15px;
    }

    .testimonial_ttl_box {
        font-size: 16px;
    }

    .testimonial_date_box {
        font-size: 14px;
    }

    .testi_slider_btn {
        width: 25px;
        height: 25px;
        left: 0;
    }

    .testi_slider_btn svg {
        height: 10px;
    }

    .next_btn {
        left: auto;
        right: 0;
    }

    .google_post_box_inner img {
        height: 28px;
    }

    .testimonial_ttl_con {
        padding-bottom: 5px;
    }

    .testi_count_box {
        padding-bottom: 20px;
    }

    .google_excellent_box {
        font-size: 18px;
    }

    .google_review_count_box_inner {
        font-size: 14px;
    }

    .testimonial_h_row {
        padding: 0 20px;
    }

    /*------------ What Our Clients Say section end ---------- */
    /*-------- Upholstery and Motor Trimming Specialist in Sydney - Architectural Upholstery Services section start --------- */
    .architectural_col {
        width: 100% !important;
    }

    .architectural_col2 {
        display: flex;
        flex-direction: column-reverse;
    }

    .architectural_desc_main_con {
        padding: 20px 0 0;
    }

    .architectural_rgt_img {
        width: 100%;
        padding-bottom: 20px !important;
    }

    .architectural_rgt_img img {
        height: 330px;
    }

    .architectural_lft_img {
        padding-right: 0;
    }

    .architectural_lft_img img {
        height: 400px;
    }

    .architectural_btn_con {
        padding-top: 15px;
    }

    .architectural_ttl_con {
        padding-bottom: 20px;
    }

    .architectural_rgt_img {
        width: 50%;
        padding-bottom: 0 !important;
        margin: auto !important;
        display: none;
    }

    /*-------- Upholstery and Motor Trimming Specialist in Sydney - Architectural Upholstery Services section end --------- */
    /*------------- Our Professional Team section start ----------- */
    .proffesional_col1 {
        width: 13% !important;
    }

    .proffesional_col2 {
        width: 87% !important;
        padding-left: 30px;
    }

    .proffesional_btn_con {
        padding-top: 20px;
    }

    .proffesional_img img {
        height: 115px;
    }

    /*------------- Our Professional Team section end ----------- */
    /*------------- Our Clients section start ------------ */
    .our_client_each_con_inr img {
        height: 60px;
    }

    .our_client_each_con {
        padding: 5px;
    }

    /*------------- Our Clients section end ------------ */
    /*----------- What is Upholstery? section start ------------ */
    .what_upholstery_row {
        padding: 0px 0px !important;
    }

    .what_upholstery_nm_con {
        padding-top: 10px;
    }

    .what_upholstery_each_con {
        width: 33.33%;
    }

    .what_upholstery_each_con_inr {
        padding: 20px 15px;
    }

    .what_upholstery_main_con {
        padding-top: 10px;
    }

    .what_upholstery_svg_con_inr svg {
        width: 45px;
        height: 35px;
    }

    .what_upholstery_each_con:nth-child(-n+5) .what_upholstery_each_con_inr {
        border-top: none;
    }

    .what_upholstery_each_con:nth-child(-n+3) .what_upholstery_each_con_inr {
        border-top: 1px solid #000;
    }

    .what_upholstery_each_con:nth-child(5n) .what_upholstery_each_con_inr {
        border-right: none;
    }

    .what_upholstery_each_con:nth-child(3n) .what_upholstery_each_con_inr {
        border-right: 1px solid #000;
    }

    /*----------- What is Upholstery? section end ------------ */
    /*----------------- Outdoor Upholstery section start ------------- */
    .outdoor_img_cntr_main_con {
        padding-right: 40px;
        width: 52%;
    }

    .outdoor_rgt_img_con {
        width: 48%;
    }

    .outdoor_col {
        width: 100% !important;
        padding-left: 0;
    }

    .outdoor_col2 {
        padding-top: 20px;
    }

    .outdoor_btm_desc_img_row {
        padding-top: 10px;
    }

    .outdoor_img_cntr_desc_con_inr span {
        padding: 3px 0;
    }

    .outdoor_rgt_img_con_inr img {
        height: 330px;
    }

    .outdoor_btn_con {
        padding-top: 20px;
    }

    .outdoor_rgt_img_con_inr img {
        height: 250px;
    }

    .outdoor_lft_img img {
        height: 350px;
    }

    .outdoor_desc_con {
        padding-bottom: 10px;
    }

    /*----------------- Outdoor Upholstery section end ------------- */
    /* -------------Factors that a commercial section start ------------ */

    .factors_col {
        width: 100% !important;
        padding: 40px 25px !important;
    }

    .factors_col1 {
        padding-bottom: 0 !important;
    }

    .factor_desc_con {
        width: 100% !important;
        padding-bottom: 20px;
    }

    .factor_img {
        margin-top: -0;
    }

    .factor_img img {
        height: 350px;
    }

    .factor_btm_desc_con {
        padding-top: 10px;
    }

    .factors_accrdn .et_pb_toggle .et_pb_toggle_title {
        font-size: 20px;
        padding-bottom: 15px;
    }

    .factors_accrdn .et_pb_toggle {
        padding-bottom: 25px !important;
    }

    .factors_accrdn .et_pb_toggle .et_pb_toggle_content {
        padding-top: 10px;
        font-size: 15px;
    }

    /* -------------Factors that a commercial section end ------------ */
    /*---------- Our Suppliers section start --------- */
    .our_supplier_each_con {
        width: 33.33%;
        padding: 5px;
    }

    .our_supplier_each_con_inr img {
        height: 35px;
    }

    .our_supplier_main_con {
        padding: 0 70px;
    }

    /*---------- Our Suppliers section end --------- */
    /*-------- Have a Project in Mind? section start ------ */
    .have_project_col {
        width: 100% !important;
    }

    .have_project_col2 {
        padding-left: 0;
    }

    .get_in_touch_col_6,
    .get_in_touch_col_12 {
        padding: 5px;
    }

    .project_img_drag .cf7-text-drop,
    .project_img_drag .cf7-text-browser a {
        font-size: 18px;
    }

    .hover_button_class {
        padding-top: 15px;
    }

    .have_project_sec:after {
        width: 120px;
        height: 102px;
    }

    .project_img_drag .cf7-text-or {
        font-size: 15px;
        padding: 0 12px;
    }

    .have_project_img {
        padding-bottom: 20px;
    }

    .have_project_img img {
        height: 400px;
    }

    .get_in_touch_box input,
    .get_in_touch_box textarea,
    .get_in_touch_box select {
        padding: 10px 10px;
        font-size: 14px !important;
    }

    .get_in_touch_box input::placeholder,
    .get_in_touch_box textarea::placeholder,
    .get_in_touch_box select {
        font-size: 14px !important;
    }

    .get_in_touch_box textarea {
        height: 80px;
    }

    .project_img_drag .cf7-dragandrophandler {
        padding: 20px;
    }

    .get_in_touch_btn button {
        font-size: 15px;
    }

    /*-------- Have a Project in Mind? section end ------ */
    /*------------- Our Works section start ----------- */
    .work_slider_btn {
        left: 100px;
    }

    .next_btn.work_slider_btn {
        right: 100px;
    }

    .our_work_each_con_inr img {
        height: 350px;
    }

    .work_slider_btn {
        width: 35px;
        height: 35px;
    }

    .work_slider_btn svg {
        height: 7px;
        width: 20px;
    }

    .our_work_each_con {
        padding: 0 10px;
    }

    /*------------- Our Works section end ----------- */
    /*----------- Map Section start ---------- */
    .map_ifrm_con_inr iframe {
        height: 320px;
    }

    /*----------- Map Section end ---------- */
}

@media only screen and (min-width: 981px) and (max-width: 1024px) {

    /* --------------padding  -------- */
    .pd100 {
        padding: 50px 0 !important;
    }

    .pdt100 {
        padding: 50px 0 0 0 !important;
    }

    .pdb100 {
        padding: 0 0 50px 0 !important;
    }

    /* --------------padding  -------- */

    /*----------- Site width --------- */
    .site_row,
    .site_row_1700,
    .site_row_1630,
    .site_row_1660,
    .site_row_1550,
    .site_row_1500 {
        width: 100% !important;
        max-width: 940px !important;
    }

    .site_row_1050 {
        max-width: 900px !important;
    }

    /*----------- Site width --------- */
    .fs18 {
        font-size: 16px !important;
    }

    .fs22 {
        font-size: 18px;
    }

    .fs20 {
        font-size: 17px;
    }

    .fs30 {
        font-size: 22px;
    }

    .fs31 {
        font-size: 24px;
    }

    .site_ttl {
        font-size: 33px;
    }

    .site_ttl_pad {
        padding-bottom: 15px;
    }

    .site_desc {
        font-size: 15px;
        line-height: 1.6;
    }

    .site_desc span {
        padding: 3px 0;
    }

    /*----------- Banner section start --------- */
    .bnr_slide_con_inr {
        left: 20px;
        bottom: 50px;
        width: 500px;
    }

    .bnr_slide_con {
        height: 650px;
    }

    .bnr_ttl {
        font-size: 42px;
    }

    .bnr_desc_con {
        padding: 8px 0 20px;
    }

    .bnr_desc_con_inr {
        font-size: 17px;
        line-height: 1.5;
    }

    .bnr_side_img_main_con {
        width: 210px;
        bottom: 45px;
    }

    .bnr_side_img_con {
        width: 48%;
    }

    .bnr_side_name_con {
        width: 52%;
        font-size: 13px;
    }

    .bnr_slider_main_con_inr .slick-dots {
        bottom: 15px;
    }

    .bnr_slider_main_con_inr .slick-dots li button {
        width: 80px;
    }

    .bnr_side_img_con img {
        height: 55px;
    }

    .bnr_side_img_each_con_inr {
        padding: 5px;
    }

    .bnr_slider_main_con_inr .slick-dots li button:before {
        height: 2px;
    }

    .bnr_side_img_each_con {
        padding: 3px 0;
    }

    /*----------- Banner section end --------- */

    /*-------------- Upholstery and Motor Trimming specialists section start ------------- */
    .uphol_motor_each_con {
        padding: 25px 30px;
    }

    .uphol_motor_svg_con_inr {
        padding-bottom: 10px;
    }

    .uphol_motor_svg_con_inr svg {
        width: 60px;
        height: 60px;
    }

    .uphol_motor_svg_con_inr img {
        height: 65px;
    }

    .uphol_motor_main_con {
        border-bottom-width: 10px;
        border-image-slice: 10;
    }

    /*-------------- Upholstery and Motor Trimming specialists section end ------------- */

    /* ------------About Us section start --------------- */
    .about_col2 {
        padding-left: 25px;
    }

    .about_ttl_con {
        padding-left: 15px;
    }

    .about_ttl_main_con {
        padding-bottom: 20px;
    }

    .about_btn_con {
        padding: 12px 0 30px;
    }

    .about_rgt_img img {
        height: 250px;
    }

    .about_lft_img img {
        height: 505px;
    }

    /* ------------About Us section end --------------- */
    /*------------ Our Services section start --------- */
    .our_service_num_con_inr {
        font-size: 45px;
    }

    .our_service_num_con {
        padding-bottom: 15px;
    }

    .our_service_ttl_con_inr {
        padding-bottom: 8px;
    }

    .our_service_img_con {
        padding-top: 20px;
    }

    .our_service_each_con_inr {
        padding: 20px 15px;
    }

    .our_service_img_con_inr img {
        height: 210px;
    }

    .our_service_link_con {
        padding-top: 10px;
    }
    .our_service_each_con {
        width: 50%;
    }
	.our_service_each_con:nth-child(2n) .our_service_each_con_inr {
		border-right: 1px solid #000;
	}
	.our_service_each_con:nth-child(2) .our_service_each_con_inr,.our_service_each_con:first-child .our_service_each_con_inr {
		border-top: 1px solid #000;
	}

    /*------------ Our Services section end --------- */
    /*------------ What Our Clients Say section start ---------- */
    .hk_testimonial_quote_box {
        width: 45px;
        height: 45px;
        font-size: 25px;
    }

    .hk_testimonial_title_box {
        width: calc(100% - 45px);
        padding-left: 10px;
    }

    .hk_testimonial_review_box {
        padding: 10px 0;
    }

    .tog_btn {
        font-size: 15px;
        padding-top: 5px;
    }

    .google_post_box {
        padding-top: 50px;
    }

    .hk_testimonial_review_box i {
        font-size: 18px;
    }

    .hk_testimonial_col {
        padding: 0 30px;
    }

    .testi_slider_btn {
        width: 30px;
        height: 30px;
        left: 0;
    }

    .testi_slider_btn svg {
        height: 12px;
    }

    .next_btn {
        left: auto;
        right: 0;
    }

    .google_post_box_inner img {
        height: 30px;
    }

    .testi_count_box {
        padding-bottom: 30px;
    }

    .google_excellent_box {
        font-size: 20px;
    }

    .google_review_count_box_inner {
        font-size: 16px;
    }

    .testimonial_h_row {
        padding: 0 20px;
    }

    /*------------ What Our Clients Say section end ---------- */
    /*-------- Upholstery and Motor Trimming Specialist in Sydney - Architectural Upholstery Services section start --------- */
    .architectural_col1 {
        width: 64% !important;
    }

    .architectural_col2 {
        width: 36% !important;
    }

    .architectural_rgt_img {
        width: 300px;
        padding-bottom: 20px !important;
    }

    .architectural_rgt_img img {
        height: 330px;
    }

    .architectural_lft_img {
        padding-right: 30px;
    }

    .architectural_lft_img img {
        height: 460px;
    }

    .architectural_btn_con {
        padding-top: 15px;
    }

    .architectural_ttl_con {
        padding-bottom: 25px;
    }

    /*-------- Upholstery and Motor Trimming Specialist in Sydney - Architectural Upholstery Services section end --------- */
    /*------------- Our Professional Team section start ----------- */
    .proffesional_col1 {
        width: 13% !important;
    }

    .proffesional_col2 {
        width: 87% !important;
        padding-left: 40px;
    }

    .proffesional_btn_con {
        padding-top: 20px;
    }

    .proffesional_img img {
        height: 140px;
    }

    /*------------- Our Professional Team section end ----------- */
    /*------------- Our Clients section start ------------ */
    .our_client_each_con_inr img {
        height: 65px;
    }

    .our_client_each_con {
        padding: 5px;
    }

    /*------------- Our Clients section end ------------ */
    /*----------- What is Upholstery? section start ------------ */
    .what_upholstery_row {
        padding: 0px 0px !important;
    }

    .what_upholstery_nm_con {
        padding-top: 10px;
    }

    .what_upholstery_each_con_inr {
        padding: 20px 15px;
    }

    .what_upholstery_main_con {
        padding-top: 10px;
    }

    .what_upholstery_svg_con_inr svg {
        width: 45px;
        height: 35px;
    }

    /*----------- What is Upholstery? section end ------------ */
    /*----------------- Outdoor Upholstery section start ------------- */
    .outdoor_img_cntr_main_con {
        padding-right: 10px;
        width: 55%;
    }

    .outdoor_rgt_img_con {
        width: 45%;
    }

    .outdoor_col2 {
        padding-left: 20px;
    }

    .outdoor_btm_desc_img_row {
        padding-top: 5px;
    }

    .outdoor_img_cntr_desc_con_inr span {
        padding: 3px 0;
    }

    .outdoor_rgt_img_con_inr img {
        height: 330px;
    }

    .outdoor_btn_con {
        padding-top: 5px;
    }

    .outdoor_rgt_img_con_inr img {
        height: 280px;
    }

    .outdoor_lft_img img {
        height: 400px;
    }

    .outdoor_desc_con {
        padding-bottom: 10px;
    }

    /*----------------- Outdoor Upholstery section end ------------- */
    /* -------------Factors that a commercial section start ------------ */

    .factors_col {
        padding-bottom: 50px !important;
    }

    .factors_col1 {
        width: 55% !important;
        padding: 40px 25px;
    }

    .factors_col2 {
        width: 45% !important;
    }

    .factor_desc_con {
        width: 50% !important;
        padding-bottom: 20px;
    }

    .factor_img {
        margin-top: -90px;
    }

    .factor_img img {
        height: 350px;
    }

    .factor_btm_desc_con {
        padding-top: 10px;
    }

    .factors_accrdn .et_pb_toggle .et_pb_toggle_title {
        font-size: 20px;
        padding-bottom: 15px;
    }

    .factors_accrdn .et_pb_toggle {
        padding-bottom: 25px !important;
    }

    .factors_accrdn .et_pb_toggle .et_pb_toggle_content {
        padding-top: 10px;
        font-size: 15px;
    }

    /* -------------Factors that a commercial section end ------------ */
    /*---------- Our Suppliers section start --------- */
    .our_supplier_each_con {
        padding: 0 5px;
    }

    .our_supplier_each_con_inr img {
        height: 35px;
    }

    /*---------- Our Suppliers section end --------- */
    /*-------- Have a Project in Mind? section start ------ */
    .have_project_col2 {
        padding-left: 20px;
    }

    .get_in_touch_col_6,
    .get_in_touch_col_12 {
        padding: 5px;
    }

    .project_img_drag .cf7-text-drop,
    .project_img_drag .cf7-text-browser a {
        font-size: 18px;
    }

    .hover_button_class {
        padding-top: 15px;
    }

    .have_project_sec:after {
        width: 120px;
        height: 102px;
    }

    .project_img_drag .cf7-text-or {
        font-size: 15px;
        padding: 0 12px;
    }

    .have_project_img img {
        height: 550px;
    }

    .get_in_touch_box input,
    .get_in_touch_box textarea,
    .get_in_touch_box select {
        padding: 10px 10px;
        font-size: 14px !important;
    }

    .get_in_touch_box input::placeholder,
    .get_in_touch_box textarea::placeholder,
    .get_in_touch_box select {
        font-size: 14px !important;
    }

    .get_in_touch_box textarea {
        height: 80px;
    }

    .project_img_drag .cf7-dragandrophandler {
        padding: 20px;
    }

    .get_in_touch_btn button {
        font-size: 15px;
    }

    /*-------- Have a Project in Mind? section end ------ */
    /*------------- Our Works section start ----------- */
    .work_slider_btn {
        left: 100px;
    }

    .next_btn.work_slider_btn {
        right: 100px;
    }

    .our_work_each_con_inr img {
        height: 430px;
    }

    .work_slider_btn {
        width: 45px;
        height: 45px;
    }

    .work_slider_btn svg {
        height: 10px;
        width: 25px;
    }

    .our_work_each_con {
        padding: 0 10px;
    }

    /*------------- Our Works section end ----------- */
    /*----------- Map Section start ---------- */
    .map_ifrm_con_inr iframe {
        height: 350px;
    }

    /*----------- Map Section end ---------- */
}

@media all and (min-width: 1025px) and (max-width: 1140px) {

    /* --------------padding  -------- */
    .pd100 {
        padding: 60px 0 !important;
    }

    .pdt100 {
        padding: 60px 0 0 0 !important;
    }

    .pdb100 {
        padding: 0 0 60px 0 !important;
    }

    /* --------------padding  -------- */
    /*----------- Site width --------- */
    .site_row,
    .site_row_1700,
    .site_row_1630,
    .site_row_1660,
    .site_row_1550,
    .site_row_1500 {
        width: 100% !important;
        max-width: 1000px !important;
    }

    .site_row_1050 {
        max-width: 900px !important;
    }

    /*----------- Site width --------- */
    .fs18 {
        font-size: 17px !important;
    }

    .fs22 {
        font-size: 18px;
    }

    .fs20 {
        font-size: 18px;
    }


    .fs30 {
        font-size: 22px;
    }

    .fs31 {
        font-size: 26px;
    }

    .site_ttl {
        font-size: 36px;
    }

    .site_ttl_pad {
        padding-bottom: 15px;
    }

    .site_desc {
        font-size: 15px;
        line-height: 1.6;
    }

    /*----------- Banner section start --------- */
    .bnr_slide_con_inr {
        left: 20px;
        bottom: 50px;
        width: 500px;
    }

    .bnr_slide_con {
        height: 650px;
    }

    .bnr_ttl {
        font-size: 42px;
    }

    .bnr_desc_con {
        padding: 8px 0 20px;
    }

    .bnr_desc_con_inr {
        font-size: 17px;
        line-height: 1.5;
    }

    .bnr_side_img_main_con {
        width: 210px;
        bottom: 25px;
    }

    .bnr_side_img_con {
        width: 48%;
    }

    .bnr_side_name_con {
        width: 52%;
        font-size: 13px;
    }

    .bnr_slider_main_con_inr .slick-dots {
        bottom: 15px;
    }

    .bnr_slider_main_con_inr .slick-dots li button {
        width: 80px;
    }

    .bnr_side_img_con img {
        height: 55px;
    }

    .bnr_side_img_each_con_inr {
        padding: 5px;
    }

    .bnr_slider_main_con_inr .slick-dots li button:before {
        height: 2px;
    }

    .bnr_side_img_each_con {
        padding: 3px 0;
    }

    /*----------- Banner section end --------- */
    /*-------------- Upholstery and Motor Trimming specialists section start ------------- */
    .uphol_motor_each_con {
        padding: 30px 40px;
    }

    .uphol_motor_svg_con_inr {
        padding-bottom: 15px;
    }

    .uphol_motor_svg_con_inr svg {
        width: 70px;
        height: 70px;
    }

    .uphol_motor_svg_con_inr img {
        height: 75px;
    }

    .uphol_motor_main_con {
        border-bottom-width: 15px;
        border-image-slice: 15;
    }

    /*-------------- Upholstery and Motor Trimming specialists section end ------------- */
    /* ------------About Us section start --------------- */
    .about_col2 {
        padding-left: 25px;
    }

    .about_ttl_con {
        padding-left: 15px;
    }

    .about_ttl_main_con {
        padding-bottom: 20px;
    }

    .about_btn_con {
        padding: 12px 0 30px;
    }

    .about_rgt_img img {
        height: 270px;
    }

    .about_lft_img img {
        height: 550px;
    }

    /* ------------About Us section end --------------- */
    /*------------ Our Services section start --------- */
    .our_service_num_con_inr {
        font-size: 50px;
    }

    .our_service_num_con {
        padding-bottom: 15px;
    }

    .our_service_ttl_con_inr {
        padding-bottom: 8px;
    }

    .our_service_img_con {
        padding-top: 20px;
    }

    .our_service_each_con_inr {
        padding: 25px 20px;
    }

    .our_service_img_con_inr img {
        height: 230px;
    }

    .our_service_link_con {
        padding-top: 10px;
    }
    .our_service_each_con {
        width: 50%;
    }
	.our_service_each_con:nth-child(2n) .our_service_each_con_inr {
		border-right: 1px solid #000;
	}
	.our_service_each_con:nth-child(2) .our_service_each_con_inr,.our_service_each_con:first-child .our_service_each_con_inr {
		border-top: 1px solid #000;
	}

    /*------------ Our Services section end --------- */
    /*------------ What Our Clients Say section start ---------- */
    .hk_testimonial_quote_box {
        width: 45px;
        height: 45px;
        font-size: 25px;
    }

    .hk_testimonial_title_box {
        width: calc(100% - 45px);
        padding-left: 10px;
    }

    .hk_testimonial_review_box {
        padding: 10px 0;
    }

    .tog_btn {
        font-size: 15px;
        padding-top: 5px;
    }

    .google_post_box {
        padding-top: 50px;
    }

    .hk_testimonial_review_box i {
        font-size: 18px;
    }

    .hk_testimonial_col {
        padding: 0 40px;
    }

    .testi_slider_btn {
        width: 30px;
        height: 30px;
        left: 0;
    }

    .testi_slider_btn svg {
        height: 12px;
    }

    .next_btn {
        left: auto;
        right: 0;
    }

    .google_post_box_inner img {
        height: 30px;
    }

    .testi_count_box {
        padding-bottom: 30px;
    }

    .google_excellent_box {
        font-size: 22px;
    }

    .google_review_count_box_inner {
        font-size: 18px;
    }

    .testimonial_h_row {
        padding: 0 20px;
    }

    /*------------ What Our Clients Say section end ---------- */
    /*-------- Upholstery and Motor Trimming Specialist in Sydney - Architectural Upholstery Services section start --------- */
    .architectural_col1 {
        width: 64% !important;
    }

    .architectural_col2 {
        width: 36% !important;
    }

    .architectural_rgt_img {
        width: 440px;
        margin-left: auto !important;
        margin-right: 0 !important;
        padding-bottom: 30px !important;
    }

    .architectural_rgt_img {
        width: 310px;
        padding-bottom: 20px !important;
    }

    .architectural_rgt_img img {
        height: 350px;
    }

    .architectural_lft_img {
        padding-right: 30px;
    }

    .architectural_lft_img img {
        height: 500px;
    }

    .architectural_btn_con {
        padding-top: 15px;
    }

    .architectural_ttl_con {
        padding-bottom: 25px;
    }

    /*-------- Upholstery and Motor Trimming Specialist in Sydney - Architectural Upholstery Services section end --------- */
    /*------------- Our Professional Team section start ----------- */
    .proffesional_col1 {
        width: 13% !important;
    }

    .proffesional_col2 {
        width: 87% !important;
        padding-left: 40px;
    }

    .proffesional_btn_con {
        padding-top: 20px;
    }

    .proffesional_img img {
        height: 145px;
    }

    /*------------- Our Professional Team section end ----------- */
    /*------------- Our Clients section start ------------ */
    .our_client_each_con_inr img {
        height: 65px;
    }

    .our_client_each_con {
        padding: 5px;
    }

    /*------------- Our Clients section end ------------ */
    /*----------- What is Upholstery? section start ------------ */
    .what_upholstery_row {
        padding: 0px 0px !important;
    }

    .what_upholstery_nm_con {
        padding-top: 15px;
    }

    .what_upholstery_each_con_inr {
        padding: 25px 15px;
    }

    .what_upholstery_main_con {
        padding-top: 15px;
    }

    .what_upholstery_svg_con_inr svg {
        width: 50px;
        height: 40px;
    }

    /*----------- What is Upholstery? section end ------------ */
    /*----------------- Outdoor Upholstery section start ------------- */
    .outdoor_img_cntr_main_con {
        padding-right: 10px;
        width: 55%;
    }

    .outdoor_rgt_img_con {
        width: 45%;
    }

    .outdoor_col2 {
        padding-left: 20px;
    }

    .outdoor_btm_desc_img_row {
        padding-top: 5px;
    }

    .outdoor_img_cntr_desc_con_inr span {
        padding: 3px 0;
    }

    .outdoor_rgt_img_con_inr img {
        height: 330px;
    }

    .outdoor_btn_con {
        padding-top: 5px;
    }

    .outdoor_rgt_img_con_inr img {
        height: 280px;
    }

    .outdoor_lft_img img {
        height: 400px;
    }

    .outdoor_desc_con {
        padding-bottom: 10px;
    }

    /*----------------- Outdoor Upholstery section end ------------- */
    /* -------------Factors that a commercial section start ------------ */

    .factors_col {
        padding-bottom: 60px !important;
    }

    .factors_col1 {
        width: 52% !important;
        padding: 40px 25px;
    }

    .factors_col2 {
        width: 48% !important;
    }

    .factor_desc_con {
        width: 48% !important;
        padding-bottom: 20px;
    }

    .factor_img {
        margin-top: -105px;
    }

    .factor_img img {
        height: 380px;
    }

    .factor_btm_desc_con {
        padding-top: 10px;
    }

    .factors_accrdn .et_pb_toggle .et_pb_toggle_title {
        font-size: 20px;
        padding-bottom: 15px;
    }

    .factors_accrdn .et_pb_toggle {
        padding-bottom: 30px !important;
    }

    .factors_accrdn .et_pb_toggle .et_pb_toggle_content {
        padding-top: 10px;
        font-size: 15px;
    }


    /* -------------Factors that a commercial section end ------------ */
    /*---------- Our Suppliers section start --------- */
    .our_supplier_each_con {
        padding: 0 5px;
    }

    .our_supplier_each_con_inr img {
        height: 40px;
    }

    /*---------- Our Suppliers section end --------- */
    /*-------- Have a Project in Mind? section start ------ */
    .have_project_col2 {
        padding-left: 20px;
    }

    .get_in_touch_col_6,
    .get_in_touch_col_12 {
        padding: 5px;
    }

    .project_img_drag .cf7-text-drop,
    .project_img_drag .cf7-text-browser a {
        font-size: 20px;
    }

    .hover_button_class {
        padding-top: 15px;
    }

    .have_project_sec:after {
        width: 150px;
        height: 125px;
    }

    .project_img_drag .cf7-text-or {
        font-size: 15px;
        padding: 0 12px;
    }

    .have_project_img img {
        height: 600px;
    }

    .get_in_touch_box input,
    .get_in_touch_box textarea,
    .get_in_touch_box select {
        padding: 12px 10px;
        font-size: 15px !important;
    }

    .get_in_touch_box input::placeholder,
    .get_in_touch_box textarea::placeholder,
    .get_in_touch_box select {
        font-size: 15px !important;
    }

    .get_in_touch_box textarea {
        height: 90px;
    }

    .project_img_drag .cf7-dragandrophandler {
        padding: 25px;
    }

    .get_in_touch_btn button {
        font-size: 16px;
    }

    /*-------- Have a Project in Mind? section end ------ */
    /*------------- Our Works section start ----------- */
    .work_slider_btn {
        left: 100px;
    }

    .next_btn.work_slider_btn {
        right: 100px;
    }

    .our_work_each_con_inr img {
        height: 450px;
    }

    .work_slider_btn {
        width: 45px;
        height: 45px;
    }

    .work_slider_btn svg {
        height: 10px;
        width: 25px;
    }

    .our_work_each_con {
        padding: 0 10px;
    }

    /*------------- Our Works section end ----------- */
    /*----------- Map Section start ---------- */
    .map_ifrm_con_inr iframe {
        height: 380px;
    }

    /*----------- Map Section end ---------- */
}

@media all and (min-width: 1141px) and (max-width: 1280px) {

    /* --------------padding  -------- */
    .pd100 {
        padding: 70px 0 !important;
    }

    .pdt100 {
        padding: 70px 0 0 0 !important;
    }

    .pdb100 {
        padding: 0 0 70px 0 !important;
    }

    /* --------------padding  -------- */
    /*----------- Site width --------- */
    .site_row,
    .site_row_1700,
    .site_row_1630,
    .site_row_1660,
    .site_row_1550,
    .site_row_1500 {
        width: 100% !important;
        max-width: 1100px !important;
    }

    .site_row_1050 {
        max-width: 1000px !important;
    }

    /*----------- Site width --------- */

    .fs22 {
        font-size: 20px;
    }

    .fs30 {
        font-size: 25px;
    }

    .fs31 {
        font-size: 28px;
    }

    .site_ttl {
        font-size: 40px;
    }

    .site_ttl_pad {
        padding-bottom: 15px;
    }

    .site_desc {
        font-size: 15px;
    }


    /*----------- Banner section start --------- */
    .bnr_slide_con_inr {
        left: 40px;
        bottom: 50px;
        width: 550px;
    }

    .bnr_slide_con {
        height: 750px;
    }

    .bnr_ttl {
        font-size: 45px;
    }

    .bnr_desc_con {
        padding: 10px 0 25px;
    }

    .bnr_desc_con_inr {
        font-size: 17px;
        line-height: 1.5;
    }

    .bnr_side_img_main_con {
        width: 220px;
        bottom: 45px;
    }

    .bnr_side_img_con {
        width: 48%;
    }

    .bnr_side_name_con {
        width: 52%;
        font-size: 13px;
    }

    .bnr_slider_main_con_inr .slick-dots {
        bottom: 25px;
    }

    .bnr_slider_main_con_inr .slick-dots li button {
        width: 80px;
    }

    .bnr_side_img_con img {
        height: 55px;
    }

    .bnr_side_img_each_con_inr {
        padding: 8px;
    }


    /*----------- Banner section end --------- */
    /*-------------- Upholstery and Motor Trimming specialists section start ------------- */
    .uphol_motor_each_con {
        padding: 30px 40px;
    }

    .uphol_motor_svg_con_inr {
        padding-bottom: 20px;
    }

    .uphol_motor_svg_con_inr svg {
        width: 80px;
        height: 80px;
    }

    .uphol_motor_svg_con_inr img {
        height: 85px;
    }

    .uphol_motor_main_con {
        border-bottom-width: 15px;
        border-image-slice: 15;
    }

    /*-------------- Upholstery and Motor Trimming specialists section end ------------- */

    /* ------------About Us section start --------------- */
    .about_col2 {
        padding-left: 25px;
    }

    .about_ttl_con {
        padding-left: 25px;
    }

    .about_ttl_main_con {
        padding-bottom: 25px;
    }

    .about_btn_con {
        padding: 12px 0 30px;
    }

    .about_rgt_img img {
        height: 300px;
    }

    .about_lft_img img {
        height: 610px;
    }

    /* ------------About Us section end --------------- */
    /*------------ Our Services section start --------- */
    .our_service_num_con_inr {
        font-size: 50px;
    }

    .our_service_num_con {
        padding-bottom: 15px;
    }

    .our_service_ttl_con_inr {
        padding-bottom: 8px;
    }

    .our_service_img_con {
        padding-top: 18px;
    }

    .our_service_each_con_inr {
        padding: 15px 15px;
    }

    .our_service_img_con_inr img {
        height: 220px;
    }

    /*------------ Our Services section end --------- */
    /*------------ What Our Clients Say section start ---------- */
    .hk_testimonial_quote_box {
        width: 45px;
        height: 45px;
        font-size: 25px;
    }

    .hk_testimonial_title_box {
        width: calc(100% - 45px);
        padding-left: 10px;
    }

    .hk_testimonial_review_box {
        padding: 10px 0;
    }

    .tog_btn {
        font-size: 15px;
        padding-top: 5px;
    }

    .google_post_box {
        padding-top: 60px;
    }

    .hk_testimonial_review_box i {
        font-size: 18px;
    }

    .hk_testimonial_col {
        padding: 0 30px;
    }

    .testi_slider_btn {
        width: 35px;
        height: 35px;
        left: -15px;
    }

    .next_btn {
        left: auto;
        right: -15px;
    }

    .testi_count_box {
        padding-bottom: 40px;
    }

    /*------------ What Our Clients Say section end ---------- */
    /*-------- Upholstery and Motor Trimming Specialist in Sydney - Architectural Upholstery Services section start --------- */
    .architectural_col1 {
        width: 64% !important;
    }

    .architectural_col2 {
        width: 36% !important;
    }

    .architectural_rgt_img {
        width: 440px;
        margin-left: auto !important;
        margin-right: 0 !important;
        padding-bottom: 30px !important;
    }

    .architectural_rgt_img {
        width: 340px;
    }

    .architectural_rgt_img img {
        height: 380px;
    }

    .architectural_lft_img {
        padding-right: 50px;
    }

    .architectural_lft_img img {
        height: 550px;
    }

    .architectural_btn_con {
        padding-top: 10px;
    }

    .architectural_ttl_con {
        padding-bottom: 35px;
    }

    /*-------- Upholstery and Motor Trimming Specialist in Sydney - Architectural Upholstery Services section end --------- */
    /*------------- Our Professional Team section start ----------- */
    .proffesional_col1 {
        width: 13% !important;
    }

    .proffesional_col2 {
        width: 87% !important;
        padding-left: 60px;
    }

    .proffesional_btn_con {
        padding-top: 20px;
    }

    .proffesional_img img {
        height: 160px;
    }

    /*------------- Our Professional Team section end ----------- */
    /*------------- Our Clients section start ------------ */
    .our_client_each_con_inr img {
        height: 75px;
    }

    .our_client_each_con {
        padding: 5px;
    }

    /*------------- Our Clients section end ------------ */

    /*----------- What is Upholstery? section start ------------ */
    .what_upholstery_row {
        padding: 0px 0px !important;
    }

    .what_upholstery_nm_con {
        padding-top: 15px;
    }

    .what_upholstery_each_con_inr {
        padding: 25px 15px;
    }

    .what_upholstery_main_con {
        padding-top: 15px;
    }

    .what_upholstery_svg_con_inr svg {
        width: 50px;
        height: 40px;
    }

    /*----------- What is Upholstery? section end ------------ */
    /*----------------- Outdoor Upholstery section start ------------- */
    .outdoor_img_cntr_main_con {
        padding-right: 10px;
        width: 55%;
    }

    .outdoor_rgt_img_con {
        width: 45%;
    }

    .outdoor_col2 {
        padding-left: 20px;
    }

    .outdoor_btm_desc_img_row {
        padding-top: 0;
    }

    .outdoor_img_cntr_desc_con_inr span {
        padding: 5px 0;
    }

    .outdoor_rgt_img_con_inr img {
        height: 330px;
    }

    .outdoor_btn_con {
        padding-top: 10px;
    }

    .outdoor_rgt_img_con_inr img {
        height: 280px;
    }

    .outdoor_lft_img img {
        height: 400px;
    }

    .outdoor_desc_con {
        padding-bottom: 10px;
    }

    /*----------------- Outdoor Upholstery section end ------------- */
    /* -------------Factors that a commercial section start ------------ */

    .factors_col {
        padding-bottom: 60px !important;
    }

    .factors_col1 {
        width: 48% !important;
        padding: 40px 25px;
    }

    .factors_col2 {
        width: 52% !important;
    }

    .factor_desc_con {
        width: 46% !important;
        padding-bottom: 20px;
    }

    .factor_img {
        margin-top: -105px;
    }

    .factor_img img {
        height: 400px;
    }

    .factor_btm_desc_con {
        padding-top: 10px;
    }

    .factors_accrdn .et_pb_toggle .et_pb_toggle_title {
        font-size: 20px;
        padding-bottom: 15px;
    }

    .factors_accrdn .et_pb_toggle {
        padding-bottom: 30px !important;
    }

    .factors_accrdn .et_pb_toggle .et_pb_toggle_content {
        padding-top: 15px;
    }

    /* -------------Factors that a commercial section end ------------ */
    /*---------- Our Suppliers section start --------- */
    .our_supplier_each_con {
        padding: 0 8px;
    }

    .our_supplier_each_con_inr img {
        height: 45px;
    }

    /*---------- Our Suppliers section end --------- */
    /*-------- Have a Project in Mind? section start ------ */
    .have_project_col2 {
        padding-left: 40px;
    }

    .get_in_touch_col_6,
    .get_in_touch_col_12 {
        padding: 5px;
    }

    .project_img_drag .cf7-text-drop,
    .project_img_drag .cf7-text-browser a {
        font-size: 22px;
    }

    .hover_button_class {
        padding-top: 20px;
    }

    .have_project_sec:after {
        width: 150px;
        height: 125px;
    }

    .project_img_drag .cf7-text-or {
        font-size: 15px;
        padding: 0 12px;
    }

    .have_project_img img {
        height: 630px;
    }

    .get_in_touch_box input,
    .get_in_touch_box textarea,
    .get_in_touch_box select {
        padding: 12px 10px;
        font-size: 15px !important;
    }

    .get_in_touch_box input::placeholder,
    .get_in_touch_box textarea::placeholder,
    .get_in_touch_box select {
        font-size: 15px !important;
    }

    .get_in_touch_box textarea {
        height: 90px;
    }

    .project_img_drag .cf7-dragandrophandler {
        padding: 30px;
    }

    .get_in_touch_btn button {
        font-size: 16px;
    }

    /*-------- Have a Project in Mind? section end ------ */
    /*------------- Our Works section start ----------- */
    .work_slider_btn {
        left: 145px;
    }

    .next_btn.work_slider_btn {
        right: 145px;
    }

    .our_work_each_con_inr img {
        height: 450px;
    }

    .work_slider_btn {
        width: 45px;
        height: 45px;
    }

    .work_slider_btn svg {
        height: 10px;
        width: 25px;
    }

    .our_work_each_con {
        padding: 0 10px;
    }

    /*------------- Our Works section end ----------- */
    /*----------- Map Section start ---------- */
    .map_ifrm_con_inr iframe {
        height: 400px;
    }

    /*----------- Map Section end ---------- */
}

@media all and (min-width: 1281px) and (max-width: 1440px) {

    /* --------------padding  -------- */
    .pd100 {
        padding: 80px 0 !important;
    }

    .pdt100 {
        padding: 80px 0 0 0 !important;
    }

    .pdb100 {
        padding: 0 0 80px 0 !important;
    }

    /* --------------padding  -------- */
    /*----------- Site width --------- */
    .site_row,
    .site_row_1700,
    .site_row_1630,
    .site_row_1660,
    .site_row_1550,
    .site_row_1500 {
        width: 100% !important;
        max-width: 1240px !important;
    }

    .site_row_1050 {
        max-width: 1000px !important;
    }

    /*----------- Site width --------- */

    .fs22 {
        font-size: 20px;
    }

    .fs30 {
        font-size: 28px;
    }

    .site_ttl {
        font-size: 45px
    }

    /*----------- Banner section start --------- */
    .bnr_slide_con_inr {
        left: 50px;
        bottom: 50px;
        width: 600px;
    }

    .bnr_slide_con {
        height: 750px;
    }

    .bnr_ttl {
        font-size: 50px;
    }

    .bnr_desc_con {
        padding: 10px 0 25px;
    }

    .bnr_side_img_main_con {
        width: 220px;
        bottom: 45px;
    }

    .bnr_side_img_con {
        width: 48%;
    }

    .bnr_side_name_con {
        width: 52%;
    }

    .bnr_slider_main_con_inr .slick-dots {
        bottom: 25px;
    }

    /*----------- Banner section end --------- */
    /*-------------- Upholstery and Motor Trimming specialists section start ------------- */
    .uphol_motor_each_con {
        padding: 40px 40px;
    }

    .uphol_motor_svg_con_inr {
        padding-bottom: 25px;
    }

    .uphol_motor_svg_con_inr svg {
        width: 90px;
        height: 90px;
    }

    .uphol_motor_svg_con_inr img {
        height: 95px;
    }

    /*-------------- Upholstery and Motor Trimming specialists section end ------------- */

    /* ------------About Us section start --------------- */
    .about_col2 {
        padding-left: 45px;
    }

    .about_ttl_con {
        padding-left: 25px;
    }

    .about_ttl_main_con {
        padding-bottom: 25px;
    }

    .about_btn_con {
        padding: 12px 0 35px;
    }

    /* ------------About Us section end --------------- */
    /*------------ Our Services section start --------- */
    .our_service_num_con_inr {
        font-size: 56px;
    }

    .our_service_num_con {
        padding-bottom: 30px;
    }

    .our_service_img_con {
        padding-top: 20px;
    }

    .our_service_each_con_inr {
        padding: 20px 20px;
    }

    .our_service_img_con_inr img {
        height: 245px;
    }

    /*------------ Our Services section end --------- */
    /*------------ What Our Clients Say section start ---------- */
    .hk_testimonial_quote_box {
        width: 45px;
        height: 45px;
        font-size: 25px;
    }

    .hk_testimonial_title_box {
        width: calc(100% - 45px);
        padding-left: 10px;
    }

    .hk_testimonial_review_box {
        padding: 10px 0;
    }

    .tog_btn {
        font-size: 15px;
        padding-top: 5px;
    }

    .google_post_box {
        padding-top: 60px;
    }

    .hk_testimonial_review_box i {
        font-size: 18px;
    }

    .hk_testimonial_col {
        padding: 0 30px;
    }

    .testi_slider_btn {
        width: 35px;
        height: 35px;
        left: -15px;
    }

    .next_btn {
        left: auto;
        right: -15px;
    }

    .testi_count_box {
        padding-bottom: 40px;
    }

    /*------------ What Our Clients Say section end ---------- */
    /*-------- Upholstery and Motor Trimming Specialist in Sydney - Architectural Upholstery Services section start --------- */
    .architectural_col1 {
        width: 64% !important;
    }

    .architectural_col2 {
        width: 36% !important;
    }

    .architectural_rgt_img {
        width: 440px;
        margin-left: auto !important;
        margin-right: 0 !important;
        padding-bottom: 30px !important;
    }

    .architectural_rgt_img {
        width: 380px;
    }

    .architectural_rgt_img img {
        height: 400px;
    }

    .architectural_lft_img {
        padding-right: 50px;
    }

    .architectural_lft_img img {
        height: 550px;
    }

    .architectural_btn_con {
        padding-top: 10px;
    }

    /*-------- Upholstery and Motor Trimming Specialist in Sydney - Architectural Upholstery Services section end --------- */
    /*------------- Our Professional Team section start ----------- */
    .proffesional_col1 {
        width: 11% !important;
    }

    .proffesional_col2 {
        width: 89% !important;
        padding-left: 60px;
    }

    .proffesional_btn_con {
        padding-top: 20px;
    }

    .proffesional_img img {
        height: 150px;
    }

    /*------------- Our Professional Team section end ----------- */
    /*------------- Our Clients section start ------------ */
    .our_client_each_con_inr img {
        height: 78px;
    }

    .our_client_each_con {
        padding: 5px;
    }

    /*------------- Our Clients section end ------------ */
    /*----------- What is Upholstery? section start ------------ */
    .what_upholstery_row {
        padding: 0px 0px !important;
    }

    .what_upholstery_nm_con {
        padding-top: 20px;
    }

    .what_upholstery_each_con_inr {
        padding: 35px 20px;
    }

    .what_upholstery_main_con {
        padding-top: 20px;
    }

    /*----------- What is Upholstery? section end ------------ */
    /*----------------- Outdoor Upholstery section start ------------- */
    .outdoor_img_cntr_main_con {
        padding-right: 30px;
    }

    .outdoor_col2 {
        padding-left: 30px;
    }

    .outdoor_btm_desc_img_row {
        padding-top: 10px;
    }

    .outdoor_img_cntr_desc_con_inr span {
        padding: 5px 0;
    }

    .outdoor_rgt_img_con_inr img {
        height: 330px;
    }

    /*----------------- Outdoor Upholstery section end ------------- */

    /* -------------Factors that a commercial section start ------------ */

    .factors_col {
        padding-bottom: 70px !important;
    }

    .factors_col1 {
        width: 45% !important;
        padding: 40px 30px;
    }

    .factors_col2 {
        width: 55% !important;
    }

    .factor_desc_con {
        width: 42% !important;
        padding-bottom: 30px;
    }

    .factor_img img {
        height: 450px;
    }

    .factor_btm_desc_con {
        padding-top: 20px;
    }

    .factors_accrdn .et_pb_toggle .et_pb_toggle_title {
        font-size: 22px;
        padding-bottom: 20px;
    }

    .factors_accrdn .et_pb_toggle {
        padding-bottom: 30px !important;
    }

    .factors_accrdn .et_pb_toggle .et_pb_toggle_content {
        padding-top: 15px;
    }

    /* -------------Factors that a commercial section end ------------ */
    /*---------- Our Suppliers section start --------- */
    .our_supplier_each_con {
        padding: 0 10px;
    }

    .our_supplier_each_con_inr img {
        height: 50px;
    }

    /*---------- Our Suppliers section end --------- */
    /*-------- Have a Project in Mind? section start ------ */
    .have_project_col2 {
        padding-left: 40px;
    }

    .get_in_touch_col_6,
    .get_in_touch_col_12 {
        padding: 5px;
    }

    .project_img_drag .cf7-text-drop,
    .project_img_drag .cf7-text-browser a {
        font-size: 24px;
    }

    .hover_button_class {
        padding-top: 20px;
    }

    .have_project_sec:after {
        width: 180px;
        height: 150px;
    }

    .have_project_img img {
        height: 700px;
    }

    .project_img_drag .cf7-dragandrophandler {
        padding: 30px;
    }

    /*-------- Have a Project in Mind? section end ------ */
    /*------------- Our Works section start ----------- */
    .work_slider_btn {
        left: 195px;
    }

    .next_btn.work_slider_btn {
        right: 195px;
    }

    .our_work_each_con_inr img {
        height: 500px;
    }

    .work_slider_btn {
        width: 50px;
        height: 50px;
    }

    .work_slider_btn svg {
        height: 10px;
        width: 28px;
    }

    .our_work_each_con {
        padding: 0 10px;
    }

    /*------------- Our Works section end ----------- */
    /*----------- Map Section start ---------- */
    .map_ifrm_con_inr iframe {
        height: 420px;
    }

    /*----------- Map Section end ---------- */

}

@media all and (min-width: 1441px) and (max-width: 1680px) {

    /* --------------padding  -------- */
    .pd100 {
        padding: 90px 0 !important;
    }

    .pdt100 {
        padding: 90px 0 0 0 !important;
    }

    .pdb100 {
        padding: 0 0 90px 0 !important;
    }

    /* --------------padding  -------- */

    /*----------- Site width --------- */
    .site_row_1700,
    .site_row_1630,
    .site_row_1660,
    .site_row_1550,
    .site_row_1500 {
        width: 100% !important;
        max-width: 1400px !important;
    }

    /*----------- Site width --------- */
    .site_ttl {
        font-size: 48px
    }

    /*----------- Banner section start --------- */
    .bnr_slide_con_inr {
        left: 80px;
    }

    .bnr_slide_con {
        height: 800px;
    }

    .bnr_ttl {
        font-size: 52px;
    }

    /*----------- Banner section end --------- */

    /*-------------- Upholstery and Motor Trimming specialists section start ------------- */
    .uphol_motor_each_con {
        padding: 45px 60px
    }

    /*-------------- Upholstery and Motor Trimming specialists section end ------------- */
    /* ------------About Us section start --------------- */
    .about_col2 {
        padding-left: 55px;
    }

    /* ------------About Us section end --------------- */

    /*------------ Our Services section start --------- */
    .our_service_num_con_inr {
        font-size: 62px;
    }

    .our_service_num_con {
        padding-bottom: 30px;
    }

    .our_service_img_con {
        padding-top: 35px;
    }

    .our_service_each_con_inr {
        padding: 25px 20px;
    }

    .our_service_img_con_inr img {
        height: 260px;
    }

    /*------------ Our Services section end --------- */
    /*------------ What Our Clients Say section start ---------- */
    .hk_testimonial_quote_box {
        width: 50px;
        height: 50px;
        font-size: 28px;
    }

    .hk_testimonial_title_box {
        width: calc(100% - 50px);
    }

    .hk_testimonial_review_box {
        padding: 12px 0;
    }

    .google_post_box {
        padding-top: 60px;
    }

    .testi_slider_btn {
        width: 40px;
        height: 40px;
        left: -10px;
    }

    .next_btn {
        left: auto;
        right: -10px;
    }

    /*------------ What Our Clients Say section end ---------- */
    /*------------- Our Works section start ----------- */
    .work_slider_btn {
        left: 245px;
    }

    .next_btn.work_slider_btn {
        right: 245px;
    }

    .our_work_each_con_inr img {
        height: 550px;
    }

    .work_slider_btn {
        width: 60px;
        height: 60px;
    }

    /*------------- Our Works section end ----------- */

    /*-------- Upholstery and Motor Trimming Specialist in Sydney - Architectural Upholstery Services section start --------- */
    .architectural_col1 {
        width: 60% !important;
    }

    .architectural_col2 {
        width: 40% !important;
    }

    .architectural_rgt_img {
        width: 440px;
        margin-left: auto !important;
        margin-right: 0 !important;
        padding-bottom: 60px !important;
    }

    /*-------- Upholstery and Motor Trimming Specialist in Sydney - Architectural Upholstery Services section end --------- */

    /*------------- Our Clients section start ------------ */
    .our_client_each_con_inr img {
        height: 80px;
    }

    .our_client_each_con {
        padding: 5px;
    }

    /*------------- Our Clients section end ------------ */
    /*----------- What is Upholstery? section start ------------ */
    .what_upholstery_nm_con {
        padding-top: 20px;
    }

    .what_upholstery_each_con_inr {
        padding: 40px 20px;
    }

    /*----------- What is Upholstery? section end ------------ */

    /*----------------- Outdoor Upholstery section start ------------- */
    .outdoor_img_cntr_main_con {
        padding-right: 30px;
    }

    .outdoor_col2 {
        padding-left: 30px;
    }

    /*----------------- Outdoor Upholstery section end ------------- */

    /* -------------Factors that a commercial section start ------------ */

    .factors_col {
        padding-bottom: 80px !important;
    }

    .factors_col1 {
        padding: 50px;
    }

    .factor_desc_con {
        width: 35% !important;
    }

    /* -------------Factors that a commercial section end ------------ */
    /*---------- Our Suppliers section start --------- */
    .our_supplier_each_con {
        padding: 0 10px;
    }

    .our_supplier_each_con_inr img {
        height: 50px;
    }

    /*---------- Our Suppliers section end --------- */
    /*-------- Have a Project in Mind? section start ------ */
    .have_project_col2 {
        padding-left: 70px;
    }

    .hover_button_class {
        padding-top: 20px;
    }

    .have_project_sec:after {
        width: 220px;
        height: 180px;
    }

    .have_project_img img {
        height: 780px;
    }

    /*-------- Have a Project in Mind? section end ------ */

    /*----------- Map Section start ---------- */
    .map_ifrm_con_inr iframe {
        height: 450px;
    }

    /*----------- Map Section end ---------- */


}

@media all and (min-width: 1681px) and (max-width: 1700px) {

    .work_slider_btn {
        left: 250px;
    }

    .next_btn.work_slider_btn {
        right: 250px;
    }
}

@media all and (min-width: 1681px) and (max-width: 1880px) {
    .site_row_1700 {
        max-width: 1640px !important;
    }

    /*----------- Banner section start --------- */
    .bnr_slide_con_inr {
        left: 80px;
    }

    /*----------- Banner section end --------- */

    /*------------- Our Clients section start ------------ */
    .our_client_each_con_inr img {
        height: 80px;
    }

    /*------------- Our Clients section end ------------ */
}