a{
    text-decoration: none !important;
    transition: all 0.6s;
}

body,
html {
  height: 100%;
}

p{
    margin: 0;
    padding: 0;
}

body {
   font-family: Outfit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  transition: 0.5s;
}

button,
input,
select,
textarea {
  font-size: 100%;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  transition: 0.3s !important;
}

a:focus {
    outline: 0;
}

ul{
    padding: 0 !important;
    margin: 0 !important;
}

ul li{
    list-style-type: none;
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}

/*---- font family secion start -----*/
@font-face {
    font-family: Outfit;
    src: url('../fonts/Outfit-Regular.eot');
    src: url('../fonts/Outfit-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Outfit-Regular.woff2') format('woff2'),
        url('../fonts/Outfit-Regular.woff') format('woff'),
        url('../fonts/Outfit-Regular.ttf') format('truetype'),
        url('../fonts/Outfit-Regular.svg#Outfit-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Outfit;
    src: url('../fonts/Outfit-Medium.eot');
    src: url('../fonts/Outfit-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Outfit-Medium.woff2') format('woff2'),
        url('../fonts/Outfit-Medium.woff') format('woff'),
        url('../fonts/Outfit-Medium.ttf') format('truetype'),
        url('../fonts/Outfit-Medium.svg#Outfit-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Outfit;
    src: url('../fonts/Outfit-SemiBold.eot');
    src: url('../fonts/Outfit-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Outfit-SemiBold.woff2') format('woff2'),
        url('../fonts/Outfit-SemiBold.woff') format('woff'),
        url('../fonts/Outfit-SemiBold.ttf') format('truetype'),
        url('../fonts/Outfit-SemiBold.svg#Outfit-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Outfit;
    src: url('../fonts/Outfit-Bold.eot');
    src: url('../fonts/Outfit-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Outfit-Bold.woff2') format('woff2'),
        url('../fonts/Outfit-Bold.woff') format('woff'),
        url('../fonts/Outfit-Bold.ttf') format('truetype'),
        url('../fonts/Outfit-Bold.svg#Outfit-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Poppins;
    src: url('../fonts/Poppins-Regular.eot');
    src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff'),
        url('../fonts/Poppins-Regular.ttf') format('truetype'),
        url('../fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Poppins;
    src: url('../fonts/Poppins-Medium.eot');
    src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/Poppins-Medium.woff') format('woff'),
        url('../fonts/Poppins-Medium.ttf') format('truetype'),
        url('../fonts/Poppins-Medium.svg#Poppins-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
/*-- font family secion end ---*/

/*--- header section start ---*/
.header_top {
    background: #6e6f71;
    position: relative;
    padding: 15px 0;
}
.header_top::before {
    position: absolute;
    content: "";
    bottom: 0;
    width: 75%;
    right: 0;
    background: rgb(192 192 192 / 20%);
    height: 1px;
}
.header_top::after {
    position: absolute;
    content: "";
    bottom: -6px;
    left: 25%;
    width: 7px;
    height: 7px;
    border-radius: 4px;
    background: #c0c0c0;
    transform: translatey(-50%);
    z-index: 1;
}
.hd_topbd {
    margin-right: 25px;
}
.header_iconbox {
    width: 23px;
    height: 23px;
    border-radius: 50%;
/*     background: #bfbfbf; */
	background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
    transition: all 500ms ease-in-out;
}
.header_iconbox:hover{
    box-shadow: inset 0 80px #fff;
}
.header_iconbox img {
    width: 10px;
}
.header_toptext a {
/*     color: #c0c0c0; */
	color: #fff;
}
.header_toptext a:hover {
    color: #000;
}
.header_toptext {
    color: #fff;
    display: inline-block;
    font-size: 15px;
}
.hd_socialbox {
    font-size: 15px;
    color: #fff;
    display: flex;
    align-items: center;
}
.head_bg {
    background: #6e6f71;
    position: relative;
}
.logo_img {
    margin-top: -52px;
}
.logo_img img{
    width: 200px;
}
.header_nav ul li:first-child{
    margin: 0;
}
.hd_contact ,.hm_formbox .box .btn{
    background: #191919;
    padding: 12px 22px;
    display: inline-block;
    color: #c0c0c0;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 25px;
    transition: all 500ms ease-in-out;
    position: relative;
    z-index: 0;
    font-size: 14px;
}
.hd_contact:hover ,.hm_formbox .box .btn:hover{
    box-shadow: inset 0 80px #000;
    color: #fff;
}
.hd_contact2{
    background: #bfbfbf;
	color: #000;
}
.hd_btncall {
    padding: 7px 24px 7px 10px;
}
.hd_btncall img {
    margin-right: 8px;
    width: 32px!important;
    height: auto !important;
}
.header_nav ul ul{
    height: 350px;
    overflow-y: scroll;
}
.header_nav ul ul::-webkit-scrollbar {
    width: 5px;
}
.header_nav ul ul::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px;
}
.header_nav ul ul::-webkit-scrollbar-thumb {
    background: #fff; 
    border-radius: 5px;
}
.header_nav ul ul::-webkit-scrollbar-thumb:hover {
    background: #fff; 
}
.navbar-default.navbar-shrink .head_bg{
	border-bottom: 1px solid #fff;
}
/*--- banner section start ---*/
.banner_info {
    position: relative;
    margin-top: 147px;
}
.banner_info::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    background: linear-gradient(90deg, rgb(0 0 0 / 50%) 32%, rgb(0 0 0 / 20%) 55%, rgb(0 0 0 / 0%) 100%);
}
.banner_disc {
    position: absolute;
    top: 50%;
    left: 9%;
    width: 615px;
    transform: translatey(-50%);
    z-index: 1;
}
.banner_texthd {
    font-size: 50px;
    color: #fff;
    line-height: 55px;
    display: inline-block;
    margin-bottom: 28px;
    font-weight: bold;
}
.banner_callicon {
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner_callicon img {
    width: 30px;
}
.banner_rtcalltext {
    color: #fff;
    margin-left: 15px;
}
.banner_rtcalltext a {
    font-size: 28px;
    color: #fff;
    font-weight: 600;
    display: block;
    line-height: 35px;
}
.banner_rtbox {
    margin-left: 30px;
    display: flex;
    align-items: center;
}
.banner_text_para {
    color: #fff;
    font-weight: 500;
}
.review_boxflex {
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(../images/review_shapebnimg.png) no-repeat;
    display: flex;
    background-position: center;
    background-size: cover;
    width: 292px;
    height: 130px;
    padding: 45px 0 0px 55px;
}
.revgoogle_icon {
    width: 71px;
    height: 71px;
    border-radius: 15px;
    background: #d3d7ee;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}
.revgoogle_icon img ,.revgl_icontext img{
    height: auto !important;
}
.revgl_icontext {
    width: 65%;
    font-size: 14px;
    color: #606060;
}
.revgl_icontext strong {
    font-size: 24px;
    color: #000000;
    font-weight: bold;
    display: block;
}
.revgl_icontext img{
    width: 66px;
}
/*-- banner section end --*/

/*--- about section start --*/
.about_info{
    padding: 115px 0 96px;
}
.main_smalltext {
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 600;
    display: inline-block;
    padding: 8px 25px;
    border-radius: 25px;
    margin-bottom: 20px;
    position: relative;
    background: linear-gradient(89deg, rgb(110 111 113 / 95%), rgb(110 111 113 / 60%), rgb(110 111 113 / 0%));
}
.main_smalltext::before {
    position: absolute;
    content: "";
    top: -20px;
    right: -15px;
    width: 100%;
    height: 100%;
    background: url(../images/star_texticon2.png) no-repeat right;
    background-size: 24px;
    filter: brightness(0) saturate(100%) invert(44%) sepia(5%) saturate(163%) hue-rotate(182deg) brightness(94%) contrast(82%);
}
.main_text_hd {
    font-size: 38px;
    color: #000000;
    font-weight: 500;
    line-height: 42px;
    margin-bottom: 15px;
}
.about_callbox{
    background: #dfdfdf;
    border-radius: 20px;
    padding: 25px;
    margin-top: 30px;
}
.call_textrow {
    width: 70%;
}
.abtcall_icon {
    width: 47px;
    height: 47px;
    border-radius: 50%;
    background: #6e6f71;
    display: flex;
    align-items: center;
    justify-content: center;
}
.abtcall_icon img {
    width: 22px;
    -webkit-filter: invert(1) brightness(10);
    filter: invert(1) brightness(10);
}
.abt_calltext {
    color: #000;
    font-size: 16px;
    width: 80%;
    margin-left: 15px;
}
.abt_calltext a{
    display: block;
    font-size: 21px;
    color: #000;
    font-weight: bold;
}
.main_text_para{
    color: #000;
}
.sm_textpp {
    font-size: 14px;
    line-height: 24px;
    color: #000000;
    font-weight: 600;
    font-family: Poppins;
    margin-bottom: 15px;
}
.main_page_list ul{
    padding: 0;
    margin: 0;
}
.main_page_list ul li {
    background: url(../images/list_icon2.png) no-repeat left 4px;
    font-size: 15px;
    color: #000;
    padding: 0px 0 8px 24px;
    line-height: 22px;
    font-weight: 400;
    list-style: none;
    background-size: 16px;
}
.about_leftimg{
    padding-right: 45px;
}
/* .about_leftimg img {
    filter: grayscale(1);
} */
/*--- about section end --*/

/*-- services section start --*/
.services_info{
    background: url(https://professionalbondcleaningingoldcoast.com.au/wp-content/uploads/2025/12/servebackchimg.jpg) no-repeat center;
    background-size: cover;
    padding: 60px 0 300px;
}
.services_owlbox {
    position: relative;
    margin-top: -285px;
}
.services_part {
    padding: 8px 8px 17px 8px;
    border-radius: 20px;
    background: #f0f0f0;
    overflow: hidden;
    min-height: 100%;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.skew-wrap {
    border-radius: 20px;
    overflow: hidden;
}
.services_part .skew_part {
    border-radius: inherit;
    transform-origin: right;
    transform: skewY(3deg);
    overflow: hidden;
}
.services_part .skew_part .skew_inner {
    display: block;
    transform-origin: inherit;
    transform: skewY(-3deg);
}
.services_part img {
    border-radius: 20px;
    height: 217px;
    object-fit: cover;
/* 	filter: grayscale(1); */
}
.services_part_title {
    font-size: 24px;
    color: #000000;
    line-height: 28px;
    padding: 10px 0 30px;
}
.services_btn {
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
    background: #fff;
    position: relative;
    display: inline-block;
    padding: 10px 20px;
    width: 100%;
    border-radius: 25px;
    transition: all 500ms ease-in-out;
}
.services_btn::before {
    position: absolute;
    content: "";
    top: 50%;
    right: 10px;
    width: 29px;
    height: 29px;
    background: #efefef url(../images/rtarrow_serve.png) no-repeat;
    border-radius: 50%;
    background-size: 6px;
    background-position: center;
    transform: translatey(-50%);
}
.services_btn:hover{
    box-shadow: inset 0 80px #000;
    color: #fff;
}
/* .services_cover_img img {
    filter: grayscale(1);
} */
.owl-dot {
    width: 5px;
    height: 5px;
    background: #191919 !important;
    border-radius: 50%;
    position: relative;
    margin-right: 27px;
}
.owl-dot.active::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    border: 1px solid #191919;
    transform: translate(-50%, -50%);
}
.owl-dots {
    text-align: center;
    margin-top: 60px;
}
.services_info .main_smalltext ,.locate_rtbox .main_smalltext{
    color: #000;
    background: linear-gradient(89deg, rgb(255 255 255 / 95%), rgb(255 255 255 / 60%), rgb(255 255 255 / 0%));
}
.services_info .main_text_hd {
    color: #fff;
}
/*-- services section end --*/

/*-- choose section start --*/
.choose_info{
    padding: 80px 0 128px;
}
.choose_leftbox {
    padding-right: 50px;
}
.choose_ltmainbox {
    display: flex;
    align-items: center;
    margin-bottom: 55px;
}
.choose_lticon {
    background: #6e6f71;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin-right: 15px;
}
.choose_lticon img{
    width: 33px;
	filter: brightness(0) saturate(100%) invert(98%) sepia(6%) saturate(26%) hue-rotate(230deg) brightness(105%) contrast(100%);
}
.choose_lttextbox {
    width: 70%;
    font-size: 14px;
    color: #000;
}
.choose_lttextbox strong {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    display: block;
    line-height: 28px;
    margin-bottom: 5px;
}
.choose_ltdetailbox {
    background: url(../images/choose_leftshape.png) no-repeat;
    background-position: top 25px left 15px;
}
.choose_rtbackshape {
    position: absolute;
    background: url(../images/choose_rtimgshape.png) no-repeat;
    top: 100px;
    width: 127px;
    height: 263px;
    left: -30px;
    background-size: 100%;
}
.choose_rttextbox {
    position: absolute;
    top: 46px;
    left: -50px;
    width: 167px;
    height: 167px;
    background: #bfbfbf;
    border-radius: 100%;
    border: 9px solid #6e6f71;
    text-align: center;
    padding: 25px 18px 10px 18px;
    font-size: 16px;
    color: #000;
    line-height: 18px;
    text-transform: uppercase;
}
.choose_rttextbox strong {
    font-size: 48px;
    color: #000;
    display: block;
    line-height: 58px;
}
.choose_rtimgbox{
    width: 100%;
    height: 100%;
}
.choose_rtimgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
/*     filter: grayscale(1); */
}
/*-- choose section end --*/

/*-- location section end --*/
.locate_info{
    background: url(https://professionalbondcleaningingoldcoast.com.au/wp-content/uploads/2025/12/locatebg_chimg.jpg) no-repeat center;
    background-size: cover;
    padding: 85px 0 177px;
    position: relative;
}
.locate_info::before{
   position: absolute;
   content: "";
   width: 100%;
   height: 89px;
   background: url(../images/bottom_shapelocate.png) no-repeat;
   bottom: 0;
   left: 0;
}
.locate_listbox strong {
    background: #bfbfbf;
    display: inline-block;
    padding: 6px 15px;
    border-radius: 25px;
    font-size: 15px;
    margin-bottom: 20px;
    color: #000;
}
.locate_listbox ul li {
    background: url(../images/locate_mpicon.png) no-repeat left 5px;
    font-size: 16px;
    padding: 0px 0 7px 22px;
    line-height: 25px;
    font-weight: 400;
    list-style: none;
    background-size: 14px;
}
.locate_listbox ul li a{
    color: #000;
}
.hm_formleft {
    background: #fff;
    border-radius: 30px;
    box-shadow: 0px 0px 6px -2px #787878;
    padding: 45px;
    margin-right: 30px;
}
.rating_lctbox {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 14px;
    color: #000000;
    text-align: center;
}
.rating_lctbox strong {
    display: block;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
}
.rating_btnbox {
    background: #fff;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 25px;
    margin-bottom: 10px;
}
.hm_formbox .box .form-control ,.hm_formbox .box select{
    border-radius: 25px;
    background: #f6f6f6;
    width: 100%;
    padding: 15px 20px;
    font-size: 14px;
    border: none;
    outline: none;
    box-shadow: none;
}
.hm_formbox .box .form-control::placeholder {
    color: #000;
}
.hm_formbox .box select{
    background: url("../images/dropdown.png") #f6f6f6 no-repeat center right 10px;
    -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.hm_formbox .box textarea{
    height: 90px;
    resize: none;
}
.wpcf7-spinner{
    display: none !important;
}
/* .locate_rtbox .main_smalltext{
	color: #fff;
} */
.locate_rtbox .main_text_hd{
	color: #fff;
}
.locate_rtbox .main_smalltext:before ,.services_toptext .main_smalltext::before{
	-webkit-filter: invert(1) brightness(10);
	filter: invert(1) brightness(10);
}
.locate_rtbox .locate_listbox ul li {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(270deg) brightness(103%) contrast(102%);
}
/*-- location section end --*/

/*-- testimonial section start --*/
.testimonial_info{
    padding: 95px 0 70px;
}
.testimonial_box .sp-testimonial-free {
    padding: 60px 30px 30px 30px;
    box-shadow: 0px 0px 8px -4px #5d5d5d;
    margin: 5px;
}
.testimonial_box .sp-testimonial-content p {
    padding: 0 !important;
    text-align: left !important;
    font-size: 14px !important;
    color: #000 !important;
    line-height: 25px !important;
}
.testimonial_box .sp-testimonial-client-rating {
    position: absolute;
    top: 30px;
    left: 30px;
}
.testimonial_box .sp-testimonial-client-name {
    text-align: right !important;
}
/*-- testimonial section end --*/

/*--- footer section start ---*/
.footer_bg {
/*     background: #fff url(../images/footer_bgimg2.jpg) no-repeat center; */
	background: #fff url(https://professionalbondcleaningingoldcoast.com.au/wp-content/uploads/2025/12/footer_bgimgch.jpg) no-repeat center;
    padding: 100px 0 0;
    background-size: cover;
}
.footer_hd_text {
    color: #000;
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: bold;
    line-height: 24px;
}
.ftmarge_left {
    margin-left: -55px;
}
.footer_list ul li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 15px;
}
.footer_list ul li::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    bottom: 0;
    margin: auto 0;
}
.footer_list ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    font-family: Poppins;
}
.footer_list ul li a:hover{
    color: #000;
}
.footer_list2 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}
.footer_text_left, .footer_text_left a {
    color: #fff;
    font-weight: 500;
    transition: all 500ms ease-in-out;
    font-size: 15px;
    font-family: Poppins;
}
.footer_text_left a:hover{
    color: #000;
}
.footer_text_left {
    width: 85%;
}
.footer_detailimg {
    width: 31px;
    height: 31px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
.footer_detailimg img {
    width: 12px;
}
.footer_copy_text {
    margin-top: 60px;
    padding: 15px 0;
    border-top: 1px solid rgb(192 192 192 / 20%);
}
.ft_cptext{
    color: #fff;
    font-size: 14px;
    text-align: center;
}
.ft_cptext a{
    color: #fff;
}
.ft_cptext a:hover{
    color: #000;
}
/*---- footer section end ----*/

/*  scroll top --*/
#back_to_top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background: #000;
    cursor: pointer;
    padding: 5px 12px;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    transition: all 0.5s;
}
#back_to_top:hover{
    background: #bfbfbf;
}

/*-- inner page start --*/

.site-content, .site-main .widecolumn {
    margin-left: 0px !important;
}
.page .entry-header, .blog_page_header {
    background: url("../images/banner_innerimg.jpg") #fff no-repeat;
    background-position: center !important;
    background-size: cover !important;
    max-width: 100% !important;
    padding: 200px 0 40px !important;
    margin: 148px 0 0 !important;
    position: relative;
    overflow: hidden;
    text-align: center;
    filter: grayscale(1);
}
.page .entry-header:before, .blog_page_header:before {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.page .entry-content {
    max-width: 100% !important;
    padding: 0px !important;
}
.content-area, .content-sidebar {
    padding-top: 0px !important;
}
.page .entry-title, .blog_page_title {
    color: #fff;
    position: relative;
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
    z-index: 99;
    margin-bottom: 3px;
}
.breadcrumb-container {
    color: #191919;
    position: relative;
    font-size: 15px;
    background: #bfbfbf;
    display: inline-block;
    padding: 5px 15px;
    margin-top: 10px;
    border-radius: 25px;
}
.breadcrumb-container a {
    color: #000;
}
.breadcrumb-container a:hover {
    color: #fff;
}

.page{
   margin-top: 0 !important;
}

.inner_servebg {
    padding: 70px 0;
}
.inner_servebg2 {
    background: #6e6f71;
}
.inner_servebg2 .inner_text_hd ,.inner_servebg2 .inner_text_para{
	color: #fff;
}
.inner_servebg2 .inner_page_list ul li{
	color: #fff;
	background: url(https://professionalbondcleaningingoldcoast.com.au/wp-content/uploads/2025/12/checkmark4.png) no-repeat left 4px;align-content;
	background-size: 20px;
}
.inner_text_hd {
    font-size: 28px;
    font-weight: 600;
    color: #191919;
    line-height: 35px;
    margin-bottom: 15px;
}
.inner_text_hd strong {
    color: #000;
    font-weight: 600;
}
.inner_texthdinc {
    font-size: 22px;
    color: #000;
    font-weight: 600;
    margin-bottom: 14px;
    line-height: 24px;
}
.inner_text_para{
    color: #000;
    margin-bottom: 10px;
    font-family: Poppins;
}
.inner_text_para p{
    margin-bottom: 10px;
}
.inner_page_list{
    margin-bottom: 15px;
}
.inner_page_list ul{
    padding: 0;
    margin: 0;
}
.inner_page_list ul li {
    background: url(../images/checkmark3.png) no-repeat left 4px;
    font-size: 16px;
    color: #000;
    padding: 0px 0 6px 25px;
    line-height: 25px;
    font-weight: 400;
    list-style: none;
    font-family: Poppins;
    background-size: 20px;
}
.inner_page_list ul li strong{
    font-weight: 500;
}
.inner_text_hd2 {
    font-size: 18px;
    font-weight: 600;
    color: #191919;
    border-left: 3px solid #191919;
    padding-left: 10px;
    line-height: 22px;
    margin-bottom: 12px;
}
.inner_ctabox {
    background: #000;
    text-align: center;
    padding: 70px 30px;
}
.inner_ctabox2 {
    padding: 40px 15px;
}
.inner_ctabox .inner_text_hd ,.inner_ctabox .inner_text_para{
    color: #fff;
}
.inner_serveboxinfo {
    background: #f0f0f0;
    padding: 50px 0;
}
.serve_texbox {
    background: #fff;
    padding: 15px;
    min-height: 100%;
    border-radius: 10px;
}
.serve_texbox .inner_text_hd {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 10px;
    color: #191919;
}
.serve_texbox .inner_text_para {
    font-size: 15px;
}
.inner_tableinfo {
    background: #c0c0c0;
    padding: 50px 0;
}
.contact_left_box {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 15px;
}
.cont_left_icon {
    width: 35px;
    height: 35px;
    background: #bfbfbf;
    line-height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact_left_text {
    font-size: 17px;
    color: #4b4b4b;
    font-weight: 500;
    width: 80%;
    margin-left: 10px;
}
.contact_left_text a {
    color: #4b4b4b;
}
.inner_locate_list ul {
    padding: 0;
    margin: 35px 0 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.inner_locate_list ul li {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 25%;
    position: relative;
    padding-left: 35px;
    margin-top: 6px;
}
.inner_locate_list ul li:before {
    background: url(../images/locate_mpicon.png) no-repeat;
    background-size: 100%;
    width: 16px;
    height: 16px;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto 0;
}
.inner_locate_list ul li a{
    color: #000;
}
.bd_intop {
    margin: 40px 0;
    background: #000;
}
.review_page_box_inner {
    background: url(../images/quoteinner_icon.png) no-repeat;
    background-size: 50px;
    background-position: 20px 30px;
    border: 1px solid #ddd;
    padding: 100px 20px 20px;
    min-height: 100%;
}
.review_page_box_inner .inner_text_para {
    font-size: 15px;
}
.review_page_box_name {
    font-weight: 600;
    color: #191919;
    margin-top: 12px;
    font-size: 18px;
}
.error_container {
   display: flex;
   min-height: 60vh;
   align-items: center;
   text-align: center;
}
.errorimg_pg {
    width: 250px;
}
.popup_textbox {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    padding: 15px;
}
.popup_text_hd {
    font-size: 40px;
    text-transform: uppercase;
    color: #c0c0c0;
    font-weight: 600;
    line-height: 45px;
    margin: 15px 0 10px;
}
.specialoff_pop {
	width: 100%;
	height: 450px;
}
.specialoff_pop img{
	width: 100%;
	height: 100% !important;
	object-fit: cover;
}
.popup_textbox img {
    width: auto;
    height: 130px !important;
}
.popup_text_para {
    font-size: 18px;
    margin-bottom: 10px;
    color: #fff;
    font-weight: 600;
    line-height: 20px;
}
.popup_text_hd2 {
    color: #c0c0c0;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 27px;
    margin: 13px 0;
}
.inner_pg_img img {
/*     filter: grayscale(1); */
    padding: 8px;
    background: #fff;
    box-shadow: 0px 0px 5px -2px #484848;
}
.footer_fixed_buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 99;
    display: flex;
}

.footer_btn1 {
    width: 50%;
    background: #000;
    color: #fff !important;
    padding: 10px 0;
    font-weight: bold;
    display: inline-block;
}

.footer_btn2 {
    background: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translatex(-50%);
    padding: 9px 12px;
    border-radius: 50%;
    width: 44px;
    height: 44px;
}
.footer_btn3 {
    width: 50%;
    background: #373636;
    color: #fff !important;
    padding: 10px 0;
    font-weight: bold;
    display: inline-block;
}
.whatshapp_check img {
    width: 200px;
}
.whatshapp_check {
    background: #171717;
    padding: 40px 0;
    text-align: center;
}
.sticky-whatsapp-btn {
	width: 40px;
    position: fixed;
    right: 10px;
    top: 440px;
    border-radius: 50%;
    z-index: 9999;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
    animation: pulse 2s infinite;
    animation: swing ease-in-out 1s infinite alternate;
    transform-origin: center -20px;
    float: left;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}

@keyframes swing{
0% {
    transform: rotate(3deg);
}
100% {
    transform: rotate(-3deg);
}
}

/*-- responsive css start ---*/
@media only screen and (min-width : 320px) and (max-width : 1024px) {
.header_top ,.header_right_icon ,.header_nav{
    display: none;
}
.rmp-menu-title-image {
    width: 160px;
}
.logo_img {
    margin-top: 0;
}
.logo_img img {
    width: 150px;
}
.head_bg {
    padding: 8px 0;
}
.hd_socialmobile {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translatey(-50%);
}
.banner_info {
    margin-top: 65px;
}
.banner_info img {
    height: 450px;
    object-fit: cover;
}
.banner_disc {
	top: 40%;
    left: 2%;
    width: 325px;
}
.banner_texthd {
    font-size: 26px;
    line-height: 28px;
    margin-bottom: 15px;
}
.review_boxflex {
    width: 250px;
    height: 110px;
    padding: 30px 0 0px 40px;
}
.about_leftimg {
    padding-right: 0;
    margin-bottom: 35px;
}
.main_text_hd {
    font-size: 25px;
    line-height: 32px;
    margin-bottom: 10px;
}
.abt_calltext {
    width: 100%;
    margin: 12px 0;
}
.about_info {
    padding: 50px 0;
}
.services_info {
    padding: 50px 0 240px;
}
.services_owlbox {
    margin-top: -220px;
}
.owl-dots {
    margin-top: 22px;
}
.choose_leftbox {
    padding-right: 0;
}
.choose_ltmainbox {
    margin-bottom: 25px;
}
.choose_info {
    padding: 50px 0 60px;
}
.locate_info {
    padding: 50px 0 180px;
}
.hm_formleft {
    padding: 20px;
    margin-right: 0;
	margin-bottom: 40px;
}
.locate_info::before{
	display: none;
}
.testimonial_info {
    padding: 55px 0 30px;
}
.footer_bg {
    padding: 60px 0 0;
}
.ftmarge_left {
    margin-left: 0;
}
.footer_head {
    margin-bottom: 30px;
}
.footer_copy_text {
    margin-top: 0;
    padding: 10px 0 60px;
}
.popup_text_hd {
    font-size: 30px;
    line-height: 36px;
}
.popup_text_para {
    font-size: 16px;
}
#back_to_top {
    bottom: 55px;
}
.page .entry-header, .blog_page_header {
    padding: 100px 0 25px !important;
    margin: 60px 0 0 !important;
}
.page .entry-title, .blog_page_title {
    font-size: 25px;
}
.inner_pg_img {
    margin-bottom: 35px;
}
.choose_rttextbox {
	top: 8px;
    left: 0;
    width: 145px;
    height: 145px;
    padding: 10px 18px 10px 18px;
    font-size: 15px;
}
.choose_rtbackshape {
    width: 160px;
    height: 160px;
    left: 0px;
    background: #fff;
    border-top-right-radius: 113px;
    border-bottom-right-radius: 100px;
}
.choose_rtimgbox {
    height: auto;
    margin-bottom: 40px;
}
.locate_listbox {
    margin-bottom: 30px;
}
.inner_ctabox {
    padding: 40px 15px;
}
.inner_text_hd {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 10px;
}
.inner_servebg {
    padding: 40px 0;
}
.left-sec-contact-information {
    margin-bottom: 40px;
}
}

@media only screen and (max-width : 320px) {

}

@media only screen and (min-width : 321px) and (max-width : 480px) {

}

@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : portrait) {

}

@media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (orientation : portrait) {

}

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

}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {

}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {

}

/* iPhone X/XS */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {

}

/* iPhone XR */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {

}

/* iPhone XS Max */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {

}

/* iPad Pro 10.5 inch */
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {

}

/* iPad Pro 12.9 inch */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {

}

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

}

@media screen and (min-width: 1424px) {
.banner_disc {
    left: 4%;
}
}

@media screen and (min-width: 1624px) {
.banner_disc {
    left: 10%;
}
}

@media screen and (min-width: 1920px) {
.banner_disc {
    left: 16%;
}
.header_top::before {
    width: 68%;
}
.header_top::after {
    left: 32%;
}
}

@media screen and (min-width: 2048px) {
.banner_disc {
    left: 18%;
}
}

@media screen and (min-width: 2550px) {
.banner_disc {
    left: 24%;
}
.header_top::before {
    width: 70%;
}
.header_top::after {
    left: 30%;
}
}   