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

@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Teko:wght@300..700&display=swap');
.tsr_about_ts_main_block3 ul.areas-sec-list li.active, .tsr_about_ts_main_block3 ul.areas-sec-list li.active a,.tsr_about_ts_main_block3 ul.areas-sec-list li.active strong {
    color: #ff0000 !important;
}
.tsr_about_ts_main_block3 ul.areas-sec-list li.active strong {
    display: block !important;
}
:root {
    --fitgree-font: "Figtree", sans-serif !important;
    --teko-font: "Teko", sans-serif !important;
}

html {
    overflow-y: scroll !important;
    overflow-x: hidden !important;
    background: transparent !important;
}

body {
    font-family: var(--fitgree-font) !important;
    font-family: var(--teko-font) !important;
    overflow-x: hidden !important;
    background: transparent !important;
}

/* banner start */

.pd0 {
    padding: 0 !important;
}

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

.bnr_sec {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 670px;
    position: relative;
    overflow: hidden;
}

.bnr_sec:before {
    content: '';
    background: transparent linear-gradient(180deg, #00000000 0%, #000000B3 100%) 0% 0% no-repeat padding-box;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .78;
    z-index: 0;
}

.bnr_title {
    display: block;
    color: #fff;
    font-family: var(--teko-font);
    font-size: 70px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 2.8px;
    max-width: 930px;
    margin: auto;
    text-align: center;
    text-transform: uppercase;
    padding: 0;
}

.bnr_des_main {
    position: relative;
    max-width: 930px;
    margin: 15px auto 30px;
}

.bnr_des_main:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 38px;
    background: #D2D3D5;
    z-index: 1;
    clip-path: polygon(20% 0, 45% 0%, 25% 100%, 0% 100%);
}

.bnr_des_inr {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 9px 20px;
    background: #fff;
    max-width: 100%;
    clip-path: polygon(1% 0, 100% 0%, 99% 100%, 0% 100%);
    padding-left: 25px;
    position: relative;
}

.bnr_des {
    font-size: 16px;
    font-weight: 600;
    font-style: italic;
    line-height: 19px;
    color: #000;
    letter-spacing: .32px;
    font-family: var(--fitgree-font);
    position: relative;
    display: inline;
    padding: 0 31px 0 17px;
    text-transform: uppercase;
}

.bnr_des:first-child {
    padding-left: 0;
}

.bnr_des:last-child {
    padding-right: 0;
}

.bnr_des:after {
    position: absolute;
    content: "//";
    top: 2px;
    right: 0;
    line-height: 100%;
    filter: brightness(0) saturate(100%) invert(96%) sepia(9%) saturate(42%) hue-rotate(181deg) brightness(89%) contrast(88%)
}

.bnr_des:last-of-type:after {
    content: none
}

.bnr_des_main:after {
    content: "";
    position: absolute;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-timing-function:
        cubic-bezier(.58, .3, .005, 1);
    transition-timing-function:
        cubic-bezier(.58, .3, .005, 1);
    background: #fff;
    width: 12px;
    height: 9px;
    right: 7px;
    bottom: -8px;
    clip-path: polygon(81% 0, 0 0, 65% 100%);
}

.bnr_btn,
.serv_btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.site_button {
    font-family: var(--fitgree-font);
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: .32px;
    border: 2px solid transparent;
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 0;
    padding: 0 25px;
    min-height: 48px;
    overflow: hidden;
    border-radius: 4px 0 4px 0;
    background: transparent;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    width: fit-content;
    gap: 8px;
    cursor: pointer;
}

.bnr_btn .btn_col_left .site_button {
    background-color: #FF0000;
    color: #fff;
    border-color: #FF0000;
}

.bnr_btn .btn_col_right .site_button,
.sg_service_btn .site_button {
    color: #fff;
    border-color: #fff;
    background: transparent;
}

.bnr_btn .btn_col_left .site_button:hover {
    color: #FF0000;
    background-color: transparent;
    border: 2px solid #FF0000;
}

.bnr_btn .btn_col_right .site_button:hover,
.sg_service_btn .site_button:hover {
    color: #201E1E;
    border-color: #fff;
    background: #fff;
}

/* end */

/* Our Clients start */

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

.och_title {
    display: block;
    font-family: var(--fitgree-font);
    color: #201E1E;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .48px;
    margin-bottom: 20px;
}

.oc_row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.oc_col_1 {
    width: 70% !important;
    padding-right: 100px;
}

.oc_col_2 {
    width: 30% !important;
}

.logo-item {
    padding: 10px;
}

.logo-poster {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    line-height: 0;
    border: 1px solid #D2D3D5;
    background: #fff;
    height: 100px;
}

.logo-poster img {
    object-fit: contain;
}

/* end */

/* qualities start */

.qlt_box {
    display: flex !important;
    padding: 20px;
}

.qlt_bx_inr {
    width: 100%;
    padding: 45px 40px;
    text-align: center;
    background: #fff 0% 0% no-repeat padding-box;
    box-shadow: 0 6px 8px #0000000D;
    border-radius: 10px 0;
}

.qlt_bx_icon {
    position: relative;
    line-height: 0;
}

.qlt_bx_icon:before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='62.143' height='40' viewBox='0 0 62.143 40'%3e%3cpath id='Path_146' data-name='Path 146' d='M16,0H58.143L36.714,40H-4Z' transform='translate(4)' fill='red' opacity='0.1'/%3e%3c/svg%3e");
    position: absolute;
    content: "";
    width: 60px;
    height: 100%;
    left: -20px;
    right: 0;
    top: -10px;
    margin: auto;
    background-repeat: no-repeat;
}

.qlt_bx_title span {
    display: block;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    font-family: var(--fitgree-font);
    line-height: 1.5;
    margin: 20px 0 10px 0;
}

.qlt_bx_des span {
    display: block;
    font-family: var(--fitgree-font);
    font-weight: 400;
    letter-spacing: .64px;
    font-size: 16px;
    line-height: 1.6;
    color: #201E1E;
}

.qualitie_sec .draggable {
    display: grid;
}

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

.qualitie_sec:before {
    background-image: url(/../../../wp-content/uploads/2025/09/ho-work-bg-new.png);
    background-color: #1e1c1c;
    content: '';
    position: absolute;
    width: 100%;
    height: 50%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 0;
}

/* end */

/* Our Services start */

.serv_btn .site_button {
    color: #201E1E;
    background: transparent;
    border-color: #201E1E;
}

.serv_btn .site_button:hover {
    border-color: #201E1E;
    color: #fff;
    background: #201E1E;
}

.os_padd,
.hw_padd,
.fp_padd,
.gt_padd {
    padding: 100px 0px !important;
}

.serv_title {
    display: block;
    font-family: var(--teko-font);
    color: #201E1E;
    font-size: 55px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 2.2px;
    padding: 0;
}

.serv_des {
    display: block;
    font-family: var(--fitgree-font);
    font-weight: 400;
    letter-spacing: .64px;
    font-size: 16px;
    line-height: 1.6;
    color: #201E1E;
}

.sg_Services_outer_st_col {
    padding: 20px;
}

.sg_Services_outer_st_block,
.sg_Services_outer_img_box {
    position: relative;
    overflow: hidden;
}

.sg_Services_outer_img_box {
    line-height: 0;
    cursor: pointer;
}

.sg_Services_outer_img_box:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: transparent linear-gradient(180deg, #00000000 0%, #000000 100%) 0% 0% no-repeat padding-box;
    opacity: 1;
}

.sg_Services_outer_img_box img {
    object-fit: contain;
    width: 100%;
    height: auto;
    transform: scale(1);
    transition: all 0.5s ease-in-out;
}

.sg_service_title_block a {
    display: block;
    position: absolute;
    font-size: 24px;
    bottom: 20px;
    color: #FFF;
    font-weight: 700;
    line-height: 1.1;
    padding: 0 75px;
    letter-spacing: 0;
    text-transform: uppercase;
    left: 0;
    margin: auto;
    right: 0;
    font-family: var(--teko-font);
    z-index: 1;
    transition: all 0.5s ease-in-out;
}

.sg_Services_outer_img_box:hover.sg_Services_outer_img_box:before {
    background: red 0% 0% no-repeat padding-box;
    opacity: .6;
}

.sg_Services_outer_img_box:hover.sg_Services_outer_img_box img {
    transform: scale(1.2);
    transition: all 0.5s ease-in-out;
}

.sg_Services_desc p {
    display: block;
    font-family: var(--fitgree-font);
    margin-top: 0;
    margin-bottom: 25px;
    color: #fff;
    line-height: 25px;
    font-size: 16px;
    font-weight: 400;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 50px;
    opacity: 1;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    transition: all 0.5s ease-in-out;
    padding: 0px 30px;
    bottom: -100px;
}

.sg_service_btn .site_button {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    transition: all 0.5s ease-in-out;
    bottom: -100px;
}

.sg_Services_outer_img_box:hover .sg_service_title_block a {
    bottom: 220px;
}

.sg_Services_outer_img_box:hover .sg_Services_desc p {
    bottom: 160px;
}

.sg_Services_outer_img_box:hover .sg_service_btn .site_button {
    bottom: 90px;
}

/* end */

/* How It Works start */

.hw_tbn.bnr_btn {
    justify-content: unset;
}

.bnr_btn .btn_col_right .site_button svg {
    filter: invert(1);
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}

.bnr_btn .btn_col_right .site_button:hover svg {
    filter: invert(0);
}

.hw_row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.hw_sec,
.tsr_color_chart_main_sec,
.git_sec {
    position: relative;
    overflow: hidden;
}

.hw_sec:before {
    content: '';
    background: url(/../../../wp-content/uploads/2025/09/ho-work-bg-new.png);
    background-size: contain;
    background-position: top;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 0;
}

.tsr_color_chart_main_sec:before,
.git_sec:before {
    content: '';
    background: url(/../../../wp-content/uploads/2025/09/common-bg.png);
    background-size: contain;
    background-position: top;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 0;
    opacity: .05;
}

.hw_col_1 {
    padding-left: 10%;
    padding-right: 70px;
}

.hw_col_1,
.hw_col_2 {
    width: 50% !important;
}

.hw_st {
    position: relative;
}

.hw_st:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 39px;
    width: 33px;
    z-index: 1;
    background: #D2D3D5;
    clip-path: polygon(20% 0, 45% 0%, 25% 100%, 0% 100%);
}

.hw_st_inr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    padding: 0 25px;
    height: 39px;
    max-width: 100%;
    margin-bottom: 30px;
    position: relative;
    clip-path: polygon(1% 0, 100% 0%, 99% 100%, 0% 100%);
}

.hw_tx {
    color: #201E1E;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .32px;
    font-family: var(--fitgree-font);
}

.hw_sts {
    color: #D2D3D5;
    font-size: 16px;
    font-weight: 700;
    font-style: italic;
    letter-spacing: .32px;
    font-family: var(--fitgree-font);
}

.hw_st:after {
    content: "";
    position: absolute;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-timing-function:
        cubic-bezier(.58, .3, .005, 1);
    transition-timing-function:
        cubic-bezier(.58, .3, .005, 1);
    background: #fff;
    width: 12px;
    height: 9px;
    right: 4px;
    bottom: -8px;
    clip-path: polygon(78% 0, 0 0, 65% 100%);
}

.hw_main {
    margin-top: 20px;
}

.hw_st:hover.hw_st:before {
    background: #ff0000;
}

.hw_st:hover .hw_sts {
    color: #ff0000;
}

/* end */

/* Featured Projects start */

.fp_inr {
    padding: 20px;
}

.twenty20 {
    margin-bottom: 0;
}

.slick-arrow {
    display: flex;
    justify-content: center;
    width: 48px;
    align-items: center;
    height: 48px;
    background: transparent;
    opacity: 1 !important;
    border-radius: 4px 0 4px 0;
    border: 2px solid #D2D3D5;
    cursor: pointer;
    font-size: 22px;
    color: #D2D3D5;
    position: absolute;
    transition: all 0.5s ease-in-out;
    z-index: 1;
}

.slick-arrow:hover {
    color: #000;
    border: 2px solid #000;
}

.fa.fa-angle-left.slick-arrow {
    top: auto;
    bottom: -49px;
    left: 200px;
    right: auto;
    margin: auto;
}

.fa.fa-angle-right.slick-arrow {
    top: auto;
    bottom: -49px;
    left: auto;
    right: 200px;
    margin: auto;
}

.btn_row {
    z-index: 0;
}

/* end */

/* Get In Touch */

.git_col_1,
.git_col_2 {
    width: 50% !important;
}

.con_rf {
    margin-bottom: 50px;
    font-weight: 700;
    font-family: var(--fitgree-font);
    font-size: 16px;
    color: #201e1e;
    line-height: 26px;
    letter-spacing: .32px;
}

.git_main {
    display: flex;
    align-items: center;
}

ul.git_inr {
    border-right: 1px solid #D2D3D5;
    width: calc(100% - 325px);
    list-style: none;
    padding: 0;
}

ul.git_inr li {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    font-family: var(--fitgree-font);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    position: relative;
    letter-spacing: .64px;
    color: #201E1E;
}

ul.git_inr li:not(:last-of-type) {
    margin-bottom: 30px;
}

.git_icon {
    width: 44px;
    padding-right: 0;
    margin: 0;
    filter: brightness(0) saturate(100%) invert(8%) sepia(15%) saturate(17%) hue-rotate(16deg) brightness(99%) contrast(91%);
}

.git_titl {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    display: block;
    margin-bottom: 5px;
    letter-spacing: .32px;
    line-height: 1;
    font-family: var(--fitgree-font);
    transition: all 0.5s ease-in-out;
}

.git_txt p,
.git_txt a {
    margin: 0;
    color: #000;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: .32px;
    font-family: var(--fitgree-font);
    transition: all 0.5s ease-in-out;
}

.git_txt a:hover p {
    color: #ff0000;
    font-weight: 500;
    text-decoration: underline;
}

.git_right {
    width: 325px;
    padding-left: 59px;
}

.git_txt {
    width: calc(100% - 44px);
}

.git_cont_titl {
    font-size: 16px;
    font-weight: 600;
    font-family: var(--fitgree-font);
    line-height: 1;
    margin-bottom: 20px;
    letter-spacing: .32px;
    color: #000;
    display: block;
}

.git_day {
    display: flex;
    justify-content: space-between;
}

.week_day,
.week_timimg {
    font-size: 16px;
    font-weight: 400;
    font-family: var(--fitgree-font);
    color: #000;
    letter-spacing: .32px;
    line-height: 1.8;
    margin-bottom: 0;
}

.git_col_1 {
    padding-right: 100px;
}

.git_form {
    background-color: #fff;
    border-radius: 10px 0;
    border-top: 7px solid #D2D3D5;
    padding: 58px 85px 76px;
}

.cotnact_main_row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.cotnact_main_col_6 {
    padding: 10px;
    width: 50%;
}

.cotnact_main_col_12 {
    padding: 10px;
    width: 100%;
}

input.text,
input.title,
input[type=email],
input[type=password],
input[type=tel],
input[type=text],
select,
textarea {
    width: 100%;
    background-color: #fff;
    z-index: 1;
    position: relative;
    border-radius: 4px;
    margin: 0;
    border: 1px solid #D2D3D5;
    height: 48px;
    padding: 13px 20px;
    line-height: 1;
    color: #201E1E;
    font-family: 'Figtree';
    font-weight: 400;
    letter-spacing: .32px;
    font-size: 16px;
}

textarea {
    min-height: 135px;
    resize: unset;
}

.cotnact_main_from_inner .site_button {
    width: 100%;
    background-color: #ff0000;
    color: #fff;
    border-color: #ff0000;
}

.cotnact_main_from_inner .site_button:hover {
    background-color: #fff !important;
    border-color: #201E1E !important;
    color: #000 !important;
}

.frm_txt {
    font-size: 13px;
    font-weight: 400;
    color: #201E1E;
    margin: 11px 0 0 0;
    letter-spacing: .32px;
    line-height: 18px;
    display: inline-block;
    font-family: var(--fitgree-font);
}

.frm_txt a {
    color: #FF0000;
    text-decoration: underline;
}

::placeholder {
    color: #201E1E;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #201E1E;
}

::-ms-input-placeholder {
    color: #201E1E;
}

.git_logos {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    border-top: 1px solid #D2D3D5;
    border-bottom: 1px solid #D2D3D5;
    margin: 80px 0 0 0;
    padding: 40px 50px;
}

.git_logo {
    text-align: center;
}

.cotnact_main_row {
    margin: auto -10px;
}

/* end */

/* Testimonials start */

.tsm_row {
    padding: 100px 145px 100px 100px !important;
    position: relative;
}

.tsm_col_1 {
    width: 345px !important;
    height: 354px;
    background: #D2D3D5;
    border-radius: 10px 0 10px 0;
    padding: 20px 50px 40px;
    text-align: center;
    align-content: center;
}

.testi_heading {
    display: block;
    color: #000;
    padding: 0;
    font-size: 40px !important;
    margin: 0;
    line-height: 1;
    font-family: var(--teko-font);
    letter-spacing: 2.2px;
    font-weight: 700;
    text-transform: uppercase;
}

.rating_num {
    display: block;
    color: #201e1e;
    font-size: 55px;
    font-weight: 700;
    font-family: var(--teko-font);
    line-height: 1;
    letter-spacing: 1.1px;
    margin-top: 15px;
}

.star_rat img {
    margin: 0 auto 12px;
}

.google_review {
    display: block;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .36px;
    color: #000;
    margin-bottom: 30px;
    font-family: var(--fitgree-font);
}

.tsm_col_2 {
    width: calc(100% - 345px) !important;
    padding-left: 144px;
}

.hk_testimonial_content_box,
.tog_btn {
    display: block;
    color: #fff;
    margin-bottom: 0;
    font-style: italic;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: .36px;
    font-family: var(--fitgree-font);
    padding-top: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.hk_testimonial_content_box.intro {
    -webkit-line-clamp: 20;
}

.tog_btn {
    color: #ff0000;
    text-transform: capitalize;
    text-decoration: underline;
    padding: 0 !important;
    cursor: pointer;
    width: fit-content;
}

.hk_testimonial_title_box {
    display: block;
    color: #fff;
    font-size: 16px;
    letter-spacing: .32px;
    line-height: 1.2;
    position: relative;
    padding-top: 0;
    margin-bottom: 0;
    font-weight: 600;
    font-family: "Archivo";
    padding: 20px 0;
    width: 100%;
    border-radius: 0 0 9px 9px;
    margin-top: 30px;
    border-top: 1px solid rgb(255 255 255 / 10%);
    padding-bottom: 0 !important;
}

.hk_testimonial_review_box {
    margin: 3px 0 0;
}

.fa-star {
    color: #fff;
}

.yellow_star {
    color: #f5b222;
}

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

/* end */

.vid_main {
    position: relative;
}

.Click-here {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 105px;
    height: 105px;
    border-radius: 100%;
    animation: pulse 2s infinite;
    cursor: pointer;
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 1);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 1)
    }

    70% {
        -moz-box-shadow: 0 0 0 100px rgba(225, 128, 43, 0);
        box-shadow: 0 0 0 30px rgba(225, 128, 43, 0)
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(225, 128, 43, 0);
        box-shadow: 0 0 0 0 rgba(225, 128, 43, 0)
    }
}



.da-close.evr-close:hover {
    background: transparent !important;
    border: none !important;
    transform: scale(1) !important;
}


.search_bar {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    margin-top: 20px
}

.search_bar .suburb-search-form {
    max-width: 483px;
    height: 48px;
    width: 100%;
    position: relative
}

.search_bar .suburb-search-form input {
    position: relative;
    height: 48px;
    width: 100%;
    background: #fff;
    margin: 0;
    padding: 18px 105px 18px 20px;
    line-height: 17px;
    border: 0;
    font-size: 14px;
    font-weight: 400;
    color: #4B4B4B;
    font-family: 'Figtree';
    text-transform: none;
    letter-spacing: 0;
    border-radius: 4px 0 4px 0
}

.search_bar .suburb-search-form button {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #FF0000;
    border: 0;
    color: #fff;
    height: 48px;
    width: unset;
    min-width: 88px;
    box-shadow: none;
    font-weight: 700;
    padding: 10px 10px 10px 10px;
    font-size: 16px;
    letter-spacing: .32px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    border-radius: 0;
    font-family: 'Figtree';
    text-transform: none;
    border-radius: 0 0 4px 0
}

.search_bar .suburb-search-form button:hover:after {
    filter: brightness(0) saturate(100%) invert(81%) sepia(62%) saturate(5611%) hue-rotate(327deg) brightness(104%) contrast(101%)
}

.search_bar .suburb-search-form button>img {
    margin-right: 10px
}

.suburb-search-form .ui-autocomplete {
    max-height: 220px;
    overflow-x: hidden
}

.suburb-search-form ul {
    z-index: 9
}

.suburb-search-form .ui-autocomplete li .ui-menu-item-wrapper {
    font-size: 16px
}

.suburb-search-form .ui-autocomplete li .ui-state-active {
    font-weight: 600;
    color: #fff;
    background: #FF0000;
    border: none
}

.suburb-search-form .ui-autocomplete {
    position: absolute;
    background: #f5f5f5;
    margin: 0;
    padding: 0;
}

.suburb-search-form .ui-autocomplete li {
    border-bottom: 1px solid #ededed;
    overflow: hidden;
    cursor: pointer
}

.suburb-search-form .ui-autocomplete li.ui-state-focus {
    background: #f8f8f8
}

.suburb-search-form .ui-autocomplete li img {
    float: left;
    height: 50px;
    margin: 5px 10px
}

.suburb-search-form .ui-autocomplete li .ui-menu-item-wrapper {
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.suburb-search-form .ui-autocomplete li .ui-state-active {
    font-weight: 500;
    color: #fff;
    background: #03aeef;
    border: none
}

.suburb-search-form .ui-autocomplete li span {
    line-height: 1.75em;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block
}

.suburb-search-form button {
    position: relative
}
.tsr_aws_main_block {
    width: 820px;
    margin: auto;
}
.tsr_aws_main_block   .serv_des {
    margin-top: 15px;
}

.whatsapp_icon a {
    display: block;
    line-height: 0;
	z-index: 9999;
}

.et_pb_section {
    z-index: 0;
}

.whatsapp_icon {
    position: fixed;
    top: auto;
    bottom: 150px;
    left: auto;
    right: 15px;
    z-index: 9999;
}

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

    /* banner start */

    .bnr_sec {
        height: 350px;
    }

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

    .bnr_title {
        font-size: 30px;
        max-width: 100%;
    }

    .bnr_des_main {
        max-width: 100%;
        margin: 10px auto 15px;
    }

    .bnr_des_inr {
        padding: 0px;
        padding-left: 0px;
        display: block;
        background: transparent;
    }

    .bnr_des {
        display: block;
        font-size: 14px;
        padding: 5px !important;
        margin-bottom: 5px;
        background: #fff;
    }

    .site_button {
        font-size: 14px;
        padding: 0 15px;
        min-height: 40px;
    }

    .bnr_des:after {
        right: -5px;
    }

    .bnr_des_main:before,
    .bnr_des_main:after,
    .bnr_des:after {
        display: none;
    }

    /* end */

    /* Our Clients start */

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

    .och_title {
        font-size: 16px;
        margin-bottom: 10px;
        text-align: center;
    }

    .logo-item {
        padding: 5px;
    }

    .oc_col_1 {
        padding-bottom: 20px;
        padding-right: 0px;
    }

    .oc_col_1,
    .oc_col_2 {
        width: 100% !important;
    }

    /* end */

    /* qualities start */

    .qlt_box {
        padding: 10px;
    }

    .qlt_bx_inr {
        padding: 15px;
    }

    .qlt_bx_title span {
        font-size: 15px;
    }

    .qlt_bx_des span {
        font-size: 14px;
    }

    /* end */

    /* Our Services start */

    .os_padd,
    .hw_padd,
    .fp_padd,
    .gt_padd {
        padding: 30px 0px !important;
    }

    .sg_Services_outer_st_col {
        padding: 10px;
    }

    .serv_title {
        font-size: 30px;
        text-align: center;
    }

    .serv_des {
        font-size: 14px;
        text-align: center;
    }

    .sg_service_title_block a {
        font-size: 16px;
        padding: 0 10px;
    }

    .sg_Services_desc p {
        font-size: 14px;
        padding: 0 10px;
    }

    .sg_Services_outer_img_box:hover .sg_service_title_block a {
        bottom: 180px;
    }

    .sg_Services_outer_img_box:hover .sg_Services_desc p {
        bottom: 120px;
    }

    .sg_Services_outer_img_box:hover .sg_service_btn .site_button {
        bottom: 60px;
    }

    /* end */

    /* How It Works start */

    .hw_row {
        flex-direction: column-reverse;
    }

    .hw_col_1,
    .hw_col_2 {
        width: 100% !important;
        padding: 0 4%;
    }

    .hw_main {
        margin-top: 10px;
    }

    .hw_st_inr {
        padding: 0 15px;
        margin-bottom: 10px;
    }

    .hw_tx,
    .hw_sts {
        font-size: 14px;
    }

    .hw_tbn.bnr_btn {
        justify-content: center;
    }

    /* end */

    /* Featured Projects start */

    .fp_inr {
        padding: 10px;
    }

    .slick-arrow {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }

    .fa.fa-angle-left.slick-arrow,
    .fa.fa-angle-right.slick-arrow {
        bottom: -40px;
    }

    .fa.fa-angle-left.slick-arrow {
        left: 20px;
    }

    .fa.fa-angle-right.slick-arrow {
        right: 20px;
    }

    /* end */

    /* Get In Touch */

    .git_col_1 {
        padding-right: 0px;
        margin-bottom: 15px !important;
    }

    .con_rf {
        margin-bottom: 15px;
        font-size: 14px;
    }

    ul.git_inr li:not(:last-of-type) {
        margin-bottom: 15px;
    }

    .git_titl,
    .git_txt p,
    .git_txt a,
    .week_day,
    .week_timimg {
        font-size: 14px;
    }

    ul.git_inr {
        width: 100%;
        border: none;
    }

    .git_right {
        width: 100%;
        padding-top: 30px;
        border: none;
        padding-left: 0px;
    }

    .git_main {
        flex-wrap: wrap;
    }

    .git_cont_titl {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .git_logos {
        margin: 15px 0 0 0;
        padding: 15px 10px;
    }

    .git_form {
        padding: 15px;
    }

    input.text,
    input.title,
    input[type=email],
    input[type=password],
    input[type=tel],
    input[type=text],
    select,
    textarea {
        height: 40px;
        padding: 10px 15px;
        font-size: 14px;
    }

    textarea {
        min-height: 100px;
    }

    .git_col_1 {
        width: 100% !important;
    }

    .git_col_2 {
        width: 100% !important;
        padding-top: 15px;
    }

    .cotnact_main_col_6 {
        width: 100%;
    }

    /* end */

    /* Testimonials start */

    .tsm_row {
        padding: 15px !important;
    }

    .tsm_col_1 {
        width: 100% !important;
        height: auto;
        padding: 15px;
    }

    .testi_heading {
        font-size: 24px !important;
    }

    .rating_num {
        font-size: 28px;
        margin-top: 10px;
    }

    .google_review {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .tsm_col_2 {
        width: 100% !important;
        padding-top: 20px;
        padding-left: 0px;
    }

    .hk_testimonial_content_box,
    .tog_btn {
        font-size: 15px;
        padding-top: 10px;
    }

    .hk_testimonial_title_box {
        font-size: 14px;
        padding: 10px 0;
        margin-top: 10px;
    }

    /* end */

}

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

    /* banner start */

    .bnr_sec {
        height: 350px;
    }

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

    .bnr_title {
        font-size: 45px;
        max-width: 650px;
    }

    .bnr_des_main {
        max-width: 750px;
        margin: 10px auto 15px;
    }

    .bnr_des_inr {
        padding: 9px 10px;
        padding-left: 15px;
    }

    .bnr_des {
        font-size: 14px;
        padding: 0 10px 0 10px;
    }

    .site_button {
        font-size: 14px;
        padding: 0 15px;
        min-height: 40px;
    }

    .bnr_des:after {
        right: -5px;
    }

    /* end */

    /* Our Clients start */

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

    .och_title {
        font-size: 18px;
        margin-bottom: 10px;
        text-align: center;
    }

    .logo-item {
        padding: 5px;
    }

    .oc_col_1 {
        padding-bottom: 20px;
        padding-right: 0px;
    }

    .oc_col_1,
    .oc_col_2 {
        width: 100% !important;
    }

    /* end */

    /* qualities start */

    .qlt_box {
        padding: 10px;
    }

    .qlt_bx_inr {
        padding: 15px;
    }

    .qlt_bx_title span {
        font-size: 15px;
    }

    .qlt_bx_des span {
        font-size: 14px;
    }

    /* end */

    /* Our Services start */

    .os_padd,
    .hw_padd,
    .fp_padd,
    .gt_padd {
        padding: 30px 0px !important;
    }

    .sg_Services_outer_st_col {
        padding: 10px;
    }

    .serv_title {
        font-size: 35px;
        text-align: center;
    }

    .serv_des {
        font-size: 15px;
        text-align: center;
    }

    .sg_service_title_block a {
        font-size: 17px;
        padding: 0 15px;
    }

    .sg_Services_desc p {
        font-size: 15px;
        padding: 0 15px;
    }

    .sg_Services_outer_img_box:hover .sg_service_title_block a {
        bottom: 180px;
    }

    .sg_Services_outer_img_box:hover .sg_Services_desc p {
        bottom: 120px;
    }

    .sg_Services_outer_img_box:hover .sg_service_btn .site_button {
        bottom: 60px;
    }

    /* end */

    /* How It Works start */

    .hw_row {
        flex-direction: column-reverse;
    }

    .hw_col_1,
    .hw_col_2 {
        width: 100% !important;
        padding: 0 4%;
    }

    .hw_main {
        margin-top: 10px;
    }

    .hw_st_inr {
        padding: 0 20px;
        margin-bottom: 20px;
    }

    .hw_tx,
    .hw_sts {
        font-size: 15px;
    }

    .hw_tbn.bnr_btn {
        justify-content: center;
    }

    /* end */

    /* Featured Projects start */

    .fp_inr {
        padding: 10px;
    }

    .slick-arrow {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }

    .fa.fa-angle-left.slick-arrow,
    .fa.fa-angle-right.slick-arrow {
        bottom: -43px;
    }

    .fa.fa-angle-left.slick-arrow {
        left: 110px;
    }

    .fa.fa-angle-right.slick-arrow {
        right: 110px;
    }

    /* end */

    /* Get In Touch */

    .git_col_1 {
        padding-right: 0px;
        margin-bottom: 20px !important;
    }

    .con_rf {
        margin-bottom: 30px;
        font-size: 14px;
    }

    ul.git_inr li:not(:last-of-type) {
        margin-bottom: 20px;
    }

    .git_titl,
    .git_txt p,
    .git_txt a,
    .week_day,
    .week_timimg {
        font-size: 14px;
    }

    ul.git_inr {
        width: calc(100% - 300px);
    }

    .git_right {
        width: 300px;
        padding-left: 30px;
    }

    .git_cont_titl {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .git_logos {
        margin: 30px 0 0 0;
        padding: 30px 10px;
    }

    .git_form {
        padding: 30px;
    }

    input.text,
    input.title,
    input[type=email],
    input[type=password],
    input[type=tel],
    input[type=text],
    select,
    textarea {
        height: 40px;
        padding: 10px 15px;
        font-size: 14px;
    }

    textarea {
        min-height: 100px;
    }

    .git_col_1 {
        width: 100% !important;
    }

    .git_col_2 {
        width: 100% !important;
    }

    /* end */

    /* Testimonials start */

    .tsm_row {
        padding: 30px !important;
    }

    .tsm_col_1 {
        width: 280px !important;
        height: auto;
        padding: 15px;
    }

    .testi_heading {
        font-size: 30px !important;
    }

    .rating_num {
        font-size: 35px;
        margin-top: 10px;
    }

    .google_review {
        font-size: 15px;
        margin-bottom: 15px;
    }

    .tsm_col_2 {
        width: calc(100% - 280px) !important;
        padding-left: 30px;
    }

    .hk_testimonial_content_box,
    .tog_btn {
        font-size: 16px;
        padding-top: 10px;
    }

    .hk_testimonial_title_box {
        font-size: 15px;
        padding: 10px 0;
        margin-top: 10px;
    }

    /* end */

}

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

    /* banner start */

    .bnr_sec {
        height: 400px;
    }

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

    .bnr_title {
        font-size: 55px;
        max-width: 800px;
    }

    .bnr_des_main {
        max-width: 850px;
        margin: 10px auto 15px;
    }

    .bnr_des_inr {
        padding: 9px 15px;
        padding-left: 20px;
    }

    .bnr_des {
        font-size: 15px;
    }

    .site_button {
        font-size: 15px;
        padding: 0 20px;
        min-height: 45px;
    }

    /* end */

    /* Our Clients start */

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

    .och_title {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .logo-item {
        padding: 5px;
    }

    .oc_col_1 {
        padding-right: 30px;
    }

    /* end */

    /* qualities start */

    .qlt_box {
        padding: 10px;
    }

    .qlt_bx_inr {
        padding: 15px;
    }

    .qlt_bx_title span {
        font-size: 15px;
    }

    .qlt_bx_des span {
        font-size: 14px;
    }

    /* end */

    /* Our Services start */

    .os_padd,
    .hw_padd,
    .fp_padd,
    .gt_padd {
        padding: 40px 0px !important;
    }

    .sg_Services_outer_st_col {
        padding: 10px;
    }

    .serv_title {
        font-size: 40px;
    }

    .serv_des {
        font-size: 15px;
    }

    .sg_service_title_block a {
        font-size: 18px;
        padding: 0 30px;
    }

    .sg_Services_desc p {
        font-size: 15px;
    }

    /* end */

    /* How It Works start */

    .hw_col_1 {
        padding-left: 5%;
        padding-right: 30px;
    }

    .hw_main {
        margin-top: 10px;
    }

    .hw_st_inr {
        padding: 0 20px;
        margin-bottom: 20px;
    }

    .hw_tx,
    .hw_sts {
        font-size: 15px;
    }

    /* end */

    /* Featured Projects start */

    .fp_inr {
        padding: 10px;
    }

    .slick-arrow {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }

    .fa.fa-angle-left.slick-arrow,
    .fa.fa-angle-right.slick-arrow {
        bottom: -43px;
    }

    .fa.fa-angle-left.slick-arrow {
        left: 110px;
    }

    .fa.fa-angle-right.slick-arrow {
        right: 110px;
    }

    /* end */

    /* Get In Touch */

    .git_col_1 {
        padding-right: 30px;
    }

    .con_rf {
        margin-bottom: 30px;
        font-size: 14px;
    }

    ul.git_inr li:not(:last-of-type) {
        margin-bottom: 20px;
    }

    .git_titl,
    .git_txt p,
    .git_txt a,
    .week_day,
    .week_timimg {
        font-size: 14px;
    }

    ul.git_inr {
        width: calc(100% - 250px);
    }

    .git_right {
        width: 250px;
        padding-left: 30px;
    }

    .git_cont_titl {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .git_logos {
        margin: 30px 0 0 0;
        padding: 30px 10px;
    }

    .git_form {
        padding: 30px;
    }

    input.text,
    input.title,
    input[type=email],
    input[type=password],
    input[type=tel],
    input[type=text],
    select,
    textarea {
        height: 40px;
        padding: 10px 15px;
        font-size: 14px;
    }

    textarea {
        min-height: 100px;
    }

    .git_col_1 {
        width: 55% !important;
    }

    .git_col_2 {
        width: 45% !important;
    }

    /* end */

    /* Testimonials start */

    .tsm_row {
        padding: 30px !important;
    }

    .tsm_col_1 {
        height: auto;
        padding: 20px;
    }

    .testi_heading {
        font-size: 34px !important;
    }

    .rating_num {
        font-size: 40px;
        margin-top: 15px;
    }

    .google_review {
        font-size: 15px;
        margin-bottom: 20px;
    }

    .tsm_col_2 {
        padding-left: 30px;
    }

    .hk_testimonial_content_box,
    .tog_btn {
        font-size: 16px;
        padding-top: 15px;
    }

    .hk_testimonial_title_box {
        font-size: 15px;
        padding: 15px 0;
        margin-top: 15px;
    }

    /* end */

}

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

    /* banner start */

    .bnr_sec {
        height: 500px;
    }

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

    .bnr_title {
        font-size: 60px;
        max-width: 850px;
    }

    .bnr_des_main {
        max-width: 850px;
        margin: 10px auto 15px;
    }

    .bnr_des_inr {
        padding: 9px 15px;
        padding-left: 20px;
    }

    .bnr_des {
        font-size: 15px;
    }

    .site_button {
        font-size: 15px;
        padding: 0 20px;
        min-height: 45px;
    }

    /* end */

    /* Our Clients start */

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

    .och_title {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .logo-item {
        padding: 5px;
    }

    .oc_col_1 {
        padding-right: 30px;
    }

    /* end */

    /* qualities start */

    .qlt_box {
        padding: 10px;
    }

    .qlt_bx_inr {
        padding: 20px;
    }

    .qlt_bx_title span {
        font-size: 15px;
    }

    .qlt_bx_des span {
        font-size: 14px;
    }

    /* end */

    /* Our Services start */

    .os_padd,
    .hw_padd,
    .fp_padd,
    .gt_padd {
        padding: 60px 0px !important;
    }

    .sg_Services_outer_st_col {
        padding: 10px;
    }

    .serv_title {
        font-size: 45px;
    }

    .serv_des {
        font-size: 15px;
    }

    .sg_service_title_block a {
        font-size: 20px;
        padding: 0 30px;
    }

    .sg_Services_desc p {
        font-size: 15px;
    }

    .sg_Services_outer_img_box:hover .sg_service_title_block a {
        bottom: 180px;
    }

    .sg_Services_outer_img_box:hover .sg_Services_desc p {
        bottom: 120px;
    }

    .sg_Services_outer_img_box:hover .sg_service_btn .site_button {
        bottom: 60px;
    }

    /* end */

    /* How It Works start */

    .hw_col_1 {
        padding-left: 8%;
        padding-right: 30px;
    }

    .hw_main {
        margin-top: 10px;
    }

    .hw_st_inr {
        padding: 0 20px;
        margin-bottom: 20px;
    }

    .hw_tx,
    .hw_sts {
        font-size: 15px;
    }

    /* end */

    /* Featured Projects start */

    .fp_inr {
        padding: 10px;
    }

    .slick-arrow {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }

    .fa.fa-angle-left.slick-arrow,
    .fa.fa-angle-right.slick-arrow {
        bottom: -43px;
    }

    .fa.fa-angle-left.slick-arrow {
        left: 160px;
    }

    .fa.fa-angle-right.slick-arrow {
        right: 160px;
    }

    /* end */

    /* Get In Touch */

    .git_col_1 {
        padding-right: 30px;
    }

    .con_rf {
        margin-bottom: 30px;
        font-size: 14px;
    }

    ul.git_inr li:not(:last-of-type) {
        margin-bottom: 20px;
    }

    .git_titl,
    .git_txt p,
    .git_txt a,
    .week_day,
    .week_timimg {
        font-size: 14px;
    }

    ul.git_inr {
        width: calc(100% - 250px);
    }

    .git_right {
        width: 250px;
        padding-left: 30px;
    }

    .git_cont_titl {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .git_logos {
        margin: 30px 0 0 0;
        padding: 30px 10px;
    }

    .git_form {
        padding: 30px;
    }

    input.text,
    input.title,
    input[type=email],
    input[type=password],
    input[type=tel],
    input[type=text],
    select,
    textarea {
        height: 40px;
        padding: 10px 15px;
        font-size: 14px;
    }

    textarea {
        min-height: 100px;
    }

    .git_col_1 {
        width: 55% !important;
    }

    .git_col_2 {
        width: 45% !important;
    }

    /* end */

    /* Testimonials start */

    .tsm_row {
        padding: 50px !important;
    }

    .tsm_col_1 {
        height: auto;
        padding: 20px;
    }

    .testi_heading {
        font-size: 36px !important;
    }

    .rating_num {
        font-size: 45px;
        margin-top: 15px;
    }

    .google_review {
        font-size: 15px;
        margin-bottom: 20px;
    }

    .tsm_col_2 {
        padding-left: 50px;
    }

    .hk_testimonial_content_box,
    .tog_btn {
        font-size: 16px;
        padding-top: 15px;
    }

    .hk_testimonial_title_box {
        font-size: 15px;
        padding: 15px 0;
        margin-top: 15px;
    }

    /* end */

}

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

    /* banner start */

    .bnr_sec {
        height: 600px;
    }

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

    .bnr_title {
        font-size: 65px;
        max-width: 950px;
    }

    .bnr_des_main {
        max-width: 950px;
        margin: 10px auto 15px;
    }

    .bnr_des_inr {
        padding: 9px 15px;
        padding-left: 20px;
    }

    .bnr_des {
        font-size: 15px;
    }

    .site_button {
        font-size: 15px;
        padding: 0 20px;
        min-height: 45px;
    }

    /* end */

    /* Our Clients start */

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

    .och_title {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .logo-item {
        padding: 5px;
    }

    .oc_col_1 {
        padding-right: 50px;
    }

    /* end */

    /* qualities start */

    .qlt_box {
        padding: 10px;
    }

    .qlt_bx_inr {
        padding: 30px;
    }

    .qlt_bx_des span {
        font-size: 15px;
    }

    /* end */

    /* Our Services start */

    .os_padd,
    .hw_padd,
    .fp_padd,
    .gt_padd {
        padding: 80px 0px !important;
    }

    .sg_Services_outer_st_col {
        padding: 10px;
    }

    .serv_title {
        font-size: 50px;
    }

    .serv_des {
        font-size: 15px;
    }

    .sg_service_title_block a {
        font-size: 22px;
        padding: 0 30px;
    }

    .sg_Services_desc p {
        font-size: 15px;
    }

    /* end */

    /* How It Works start */

    .hw_col_1 {
        padding-left: 8%;
        padding-right: 50px;
    }

    .hw_main {
        margin-top: 10px;
    }

    .hw_st_inr {
        padding: 0 20px;
        margin-bottom: 20px;
    }

    .hw_tx,
    .hw_sts {
        font-size: 15px;
    }

    /* end */

    /* Featured Projects start */

    .fp_inr {
        padding: 10px;
    }

    .slick-arrow {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }

    .fa.fa-angle-left.slick-arrow,
    .fa.fa-angle-right.slick-arrow {
        bottom: -43px;
    }

    .fa.fa-angle-left.slick-arrow {
        left: 160px;
    }

    .fa.fa-angle-right.slick-arrow {
        right: 160px;
    }

    /* end */

    /* Get In Touch */

    .git_col_1 {
        padding-right: 30px;
    }

    .con_rf {
        margin-bottom: 30px;
        font-size: 15px;
    }

    ul.git_inr li:not(:last-of-type) {
        margin-bottom: 20px;
    }

    .git_titl,
    .git_txt p,
    .git_txt a,
    .week_day,
    .week_timimg {
        font-size: 15px;
    }

    ul.git_inr {
        width: calc(100% - 300px);
    }

    .git_right {
        width: 300px;
        padding-left: 30px;
    }

    .git_cont_titl {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .git_logos {
        margin: 30px 0 0 0;
        padding: 30px;
    }

    .git_form {
        padding: 40px;
    }

    input.text,
    input.title,
    input[type=email],
    input[type=password],
    input[type=tel],
    input[type=text],
    select,
    textarea {
        height: 40px;
        padding: 10px 15px;
        font-size: 15px;
    }

    textarea {
        min-height: 100px;
    }

    /* end */

    /* Testimonials start */

    .tsm_row {
        padding: 80px !important;
    }

    .tsm_col_1 {
        height: auto;
        padding: 30px;
    }

    .testi_heading {
        font-size: 38px !important;
    }

    .rating_num {
        font-size: 50px;
        margin-top: 15px;
    }

    .google_review {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .tsm_col_2 {
        padding-left: 100px;
    }

    .hk_testimonial_content_box,
    .tog_btn {
        font-size: 16px;
        padding-top: 15px;
    }

    .hk_testimonial_title_box {
        font-size: 15px;
        padding: 15px 0;
        margin-top: 15px;
    }

    /* end */

}