@font-face {

    font-family: 'Gotham';

    src: url('../fonts/Gotham-Black.eot');

    src: url('../fonts/Gotham-Black.eot?#iefix') format('embedded-opentype'),

        url('../fonts/Gotham-Black.woff2') format('woff2'),

        url('../fonts/Gotham-Black.woff') format('woff'),

        url('../fonts/Gotham-Black.ttf') format('truetype'),

        url('../fonts/Gotham-Black.svg#Gotham-Black') format('svg');

    font-weight: 900;

    font-style: normal;

    font-display: swap;

}



@font-face {

    font-family: 'Gotham';

    src: url('../fonts/GothamMedium.eot');

    src: url('../fonts/GothamMedium.eot?#iefix') format('embedded-opentype'),

        url('../fonts/GothamMedium.woff2') format('woff2'),

        url('../fonts/GothamMedium.woff') format('woff'),

        url('../fonts/GothamMedium.ttf') format('truetype'),

        url('../fonts/GothamMedium.svg#GothamMedium') format('svg');

    font-weight: 500;

    font-style: normal;

    font-display: swap;

}



@font-face {

    font-family: 'Gotham';

    src: url('../fonts/Gotham-MediumItalic.eot');

    src: url('../fonts/Gotham-MediumItalic.eot?#iefix') format('embedded-opentype'),

        url('../fonts/Gotham-MediumItalic.woff2') format('woff2'),

        url('../fonts/Gotham-MediumItalic.woff') format('woff'),

        url('../fonts/Gotham-MediumItalic.ttf') format('truetype'),

        url('../fonts/Gotham-MediumItalic.svg#Gotham-MediumItalic') format('svg');

    font-weight: 500;

    font-style: italic;

    font-display: swap;

}



@font-face {

    font-family: 'Gotham';

    src: url('../fonts/GothamBold.eot');

    src: url('../fonts/GothamBold.eot?#iefix') format('embedded-opentype'),

        url('../fonts/GothamBold.woff2') format('woff2'),

        url('../fonts/GothamBold.woff') format('woff'),

        url('../fonts/GothamBold.ttf') format('truetype'),

        url('../fonts/GothamBold.svg#GothamBold') format('svg');

    font-weight: bold;

    font-style: normal;

    font-display: swap;

}



@font-face {

    font-family: 'Gotham';

    src: url('../fonts/Gotham-BookItalic_1.eot');

    src: url('../fonts/Gotham-BookItalic_1.eot?#iefix') format('embedded-opentype'),

        url('../fonts/Gotham-BookItalic_1.woff2') format('woff2'),

        url('../fonts/Gotham-BookItalic_1.woff') format('woff'),

        url('../fonts/Gotham-BookItalic_1.ttf') format('truetype'),

        url('../fonts/Gotham-BookItalic_1.svg#Gotham-BookItalic') format('svg');

    font-weight: 500;

    font-style: italic;

    font-display: swap;

}



@font-face {

    font-family: 'Gotham-Book';

    src: url('../fonts/Gotham-BookItalic.eot');

    src: url('../fonts/Gotham-BookItalic.eot?#iefix') format('embedded-opentype'),

        url('../fonts/Gotham-BookItalic.woff2') format('woff2'),

        url('../fonts/Gotham-BookItalic.woff') format('woff'),

        url('../fonts/Gotham-BookItalic.ttf') format('truetype'),

        url('../fonts/Gotham-BookItalic.svg#Gotham-BookItalic') format('svg');

    font-weight: normal;

    font-style: italic;

    font-display: swap;

}



@font-face {

    font-family: 'Gotham-Book';

    src: url('../fonts/Gotham-Book.eot');

    src: url('../fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'),

        url('../fonts/Gotham-Book.woff2') format('woff2'),

        url('../fonts/Gotham-Book.woff') format('woff'),

        url('../fonts/Gotham-Book.ttf') format('truetype'),

        url('../fonts/Gotham-Book.svg#Gotham-Book') format('svg');

    font-weight: 500;

    font-style: normal;

    font-display: swap;

}



/*

    font-family: 'Gotham-Book', sans-serif;

    font-family: 'Gotham', sans-serif;

*/

* {

    margin: 0;

    padding: 0;

    outline: none;

    text-decoration: none;

}



table {

    border-collapse: collapse;

    border-spacing: 0;

}



html {

    -webkit-text-size-adjust: 100%;

}



body {

    -webkit-font-smoothing: antialiased;

    -moz-osx-font-smoothing: grayscale;

}



a:focus {

    -moz-outline-style: none;

    outline: none
}



input[type="file"]::-webkit-file-upload-button {

    cursor: pointer;

}



input[type="file"]::-moz-file-upload-button {

    cursor: pointer;

}



input[type="file"]::-ms-file-upload-button {

    cursor: pointer;

}



input[type="file"]::-o-file-upload-button {

    cursor: pointer;

}



input[type="file"] {

    cursor: pointer;

}



html body {

    font-family: 'Gotham-Book', sans-serif;

    font-weight: normal;

    overflow-x: hidden;

    background: #fff;

    padding: 0;

}



*::-moz-selection {

    color: #fff;

    background: #fe9eb9;

}



*::-webkit-selection {

    color: #fff;

    background: #fe9eb9;

}



*::-webkit-input-placeholder {

    color: #333333;

    opacity: 1;

}



*:-moz-placeholder {

    color: #333333;

    opacity: 1;

}



*::-moz-placeholder {

    color: #333333;

    opacity: 1;

}



*:-ms-input-placeholder {

    color: #333333;

    opacity: 1;

}



a,

div a:hover,

div a:active,

div a:focus,

button {

    text-decoration: none;

    -webkit-transition: all 0.5s ease 0s;

    -moz-transition: all 0.5s ease 0s;

    -ms-transition: all 0.5s ease 0s;

    -o-transition: all 0.5s ease 0s;

    transition: all 0.5s ease 0s;

}



a,

span,

div a:hover,

div a:active,

button {

    text-decoration: none;

}



*::after,

*::before,

* {

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    -ms-box-sizing: border-box;

    -o-box-sizing: border-box;

    box-sizing: border-box;

}



html {

    scroll-behavior: auto;

    overflow-x: hidden;

    height: 100%;

}



body a {

    font-family: 'Gotham-Book', sans-serif;

    font-weight: normal;

    color: #fff;

    text-decoration: none;

    outline: none !important;

}



body a:focus {

    background: transparent;

    outline: none !important;

}



body a:hover {

    color: #fe9eb9;

    outline: none !important;

}



* {

    outline: none;

    list-style: none;

    box-sizing: border-box;

}



table {

    border-collapse: collapse;

    border-spacing: 0;

}



ul:after,

li:after,

.container:after {

    clear: both;

    display: block;

    content: "";

}



div input,

div select,

div textarea,

div button {

    font-family: 'Gotham-Book', sans-serif;

    font-weight: normal
}



input,

select,

textarea,

.site textarea {

    font-family: 'Gotham-Book', sans-serif;

    font-weight: normal;

    width: 100%;

    background: #fff;

}



body input[type="text"],

body input[type="email"],

body input[type="url"],

body input[type="password"],

body input[type="search"],

body input[type="number"],

body input[type="tel"],

body input[type="range"],

body input[type="date"],

body input[type="month"],

body input[type="week"],

body input[type="time"],

body input[type="datetime"],

body input[type="datetime-local"],

body input[type="color"],

.site textarea,

.site select {

    background: #fff;

    font-family: 'Gotham-Book', sans-serif;

    height: 44px;

    line-height: normal;

    padding: 0 10px;

    text-align: left;

    width: 100%;

    box-shadow: none;

    margin: 0;

    border: 1px solid #E6E6E6;

    color: #333333;

    outline-offset: unset;

    border-radius: 4px;

    font-size: 14px;

    outline: none !important;

    transition: 0.5s all;

}



select {

    -moz-appearance: none;

    -webkit-appearance: none;

    -ms-appearance: none;

    -o-appearance: none;

    appearance: none;

    cursor: pointer;

}



* {

    -webkit-tap-highlight-color: transparent;

    -moz-tap-highlight-color: transparent;

    -ms-tap-highlight-color: transparent;

    -o-tap-highlight-color: transparent;

    tap-highlight-color: transparent;

}



input::-moz-focus-inner,

button::-moz-focus-inner,

select::-moz-focus-inner,

option::-moz-focus-inner,

a::-moz-focus-inner,

button,

a {

    border: 0;

    outline: none;

}



body textarea {

    resize: none;

    overflow: auto;

    height: 103px !important;

    padding-top: 15px !important;

}



body h1,

body h2,

body h3,

body h4,

body h5,

body h6 {

    font-family: 'Gotham-Book', sans-serif;

    font-weight: normal;

    color: #000;

    margin: 0 0 15px;

}



body h1 {

    font-size: 24px;

}



body h2 {

    font-size: 22px;

}



body h3 {

    font-size: 18px;

}



body h4 {

    font-size: 16px;

}



body h5 {

    font-size: 12px;

}



body h6 {

    font-size: 10px;

}



body h1:last-child,

body h2:last-child,

body h3:last-child,

body h4:last-child,

body h5:last-child,

body h6:last-child {

    margin-bottom: 0;

}



div select {

    overflow: hidden;

    text-overflow: ellipsis;

    white-space: nowrap;

    font-family: 'Gotham-Book', sans-serif;

    font-weight: normal;

}



div select option {

    font-size: 13px;

    color: #333;

    padding: 2px 5px;

}



img {

    margin: 0 auto;

    max-width: 100%;

    max-height: 100%;

    width: auto;

    height: auto;

    display: block;

    outline: none !important;

}



body p {

    color: #333333;

    font-family: 'Gotham-Book', sans-serif;

    font-weight: normal;

    font-size: 16px;

    line-height: 180%;

    margin: 0 0 10px;

    padding: 0;

    text-align: left;

}



body p:empty {

    margin: 0;

    line-height: 0;

}



body p:last-child {

    margin-bottom: 0;

}



p strong {

    font-weight: bold;

}



label em {

    color: #ff0000;

    display: inline-block;

    font-style: normal;

    vertical-align: top;

}



iframe {

    display: block;

    width: 100%;

    height: 100%;

}



.container:after {

    content: "";

    display: block;

    clear: both;

}



.container {

    width: 100%;

    max-width: 1200px !important;

    margin: 0 auto !important;

    position: relative;

    float: none !important;

    padding: 0 15px !important;

}



.container .container {

    padding: 0 0 !important;

}



body ul,

body li,

body ol {

    margin: 0;

    padding: 0;

}



li {

    list-style: outside none none;

    position: relative;

}



/*Default-CSS close*/

/*Gapping*/

section,

.section-gapping {

    padding-top: 100px;

    padding-bottom: 100px;

}



/*section {

    overflow-x: hidden;

}*/

.no-section-gapping {

    padding: 0;

}



/*Gapping close*/

/*error*/

ul {

    margin: 0;

    padding: 0;

}



a,

span,

b,

i {

    display: inline-block;

    vertical-align: top;

}



html .owl-carousel {

    display: block;

}



.owl-dots {

    display: none;

}



body .vc_column_container>.vc_column-inner,

.container>.vc_col-sm-12>.vc_column-inner {

    padding: 0;

}



.container>.vc_col-sm-12 {

    float: none;

}



body .vc_row {

    margin: 0 auto;

}



body .vc_btn3-container {

    margin-bottom: 0;

}



.vc_col-has-fill>.vc_column-inner,

.vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner,

.vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner,

.vc_row-has-fill+.vc_vc_row>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner,

.vc_row-has-fill+.vc_vc_row_inner>.vc_row>.vc_vc_column_inner>.vc_column_container>.vc_column-inner,

.vc_row-has-fill>.vc_column_container>.vc_column-inner,

.vc_row-has-fill>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner,

.vc_row-has-fill>.vc_vc_column_inner>.vc_column_container>.vc_column-inner {

    padding-top: 0 !important;

}



form div.wpcf7-validation-errors,

form div.wpcf7-mail-sent-ok {

    background-color: #fff;

    border: 1px solid;

    color: red;

    font-family: 'Gotham-Book', sans-serif;

    font-weight: normal;

    font-size: 15px;

    font-weight: normal;

    line-height: 1.3;

    margin: 10px 0 0;

    padding: 5px;

    text-align: center;

    width: 100%;

}



form div.wpcf7-mail-sent-ok {

    color: green;

}



#colophon.site-footer>*,

#colophon.site-footer .widget-area>* {

    margin-top: 0;

    margin-bottom: 0;

}



/*404*/

/*Default-CSS close*/

.top-btn {

    height: 50px;

    width: 50px;

    position: fixed;

    top: auto;

    right: 45px;

    left: auto;

    bottom: 98px;

    border-radius: 100%;

    font-family: fontawesome;

    /* font-size: 29px; */

    line-height: 45px;

    text-align: center;

    color: #fff;

    z-index: 9999;

    box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.4);

    text-decoration: none;

    -webkit-transition: 0.5s all;

    -moz-transition: 0.5s all;

    -ms-transition: 0.5s all;

    -o-transition: 0.5s all;

    transition: 0.5s all;

    scroll-behavior: smooth;

    font-size: 0;

    background: #fe9eb9 !important;

}



.top-btn::before {

    content: "\f106";

    font-size: 36px;

    color: #fff;

}



.top-btn:hover {

    background: #32327c !important;

    cursor: pointer;

    opacity: 1;

    color: #fff;

}



.top-btn .fa.fa-arrow-up {

    display: none;

}



/*back to top*/

/*element css*/

/*2021 element css*/

#main {

    padding: 0;

}



body.wp-custom-logo .site-header {

    padding: 7px 0 0 0;

    margin: 0;

    display: block;

    row-gap: unset;

    max-width: 100%;

    position: absolute;

    top: 0;

    right: 0;

    left: 0;

    bottom: auto;

    z-index: 99999;

    background: transparent;

    transition: 0.5s all;

}



body .widget-area {

    margin: 0;

    display: block;

    padding: 0;

    grid-auto-columns: unset;

    color: #fff;

    font-size: 0;

    font-family: 'Gotham-Book', sans-serif;

    font-weight: normal;

    column-gap: unset;

    grid-template-columns: unset;

    max-width: 100%;

}



.post-thumbnail,

.entry-content .wp-audio-shortcode,

.entry-content> :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce),

[class*="inner-container"]> :not(.entry-content):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce),

.default-max-width {

    max-width: 100% !important;

    margin-bottom: 0;

    margin-top: 0;

}



body .site .button,

body input[type="submit"],

body input[type="reset"],

body .wp-block-search__button,

body .wp-block-button .wp-block-button__link {

    position: relative;

    line-height: 44px;

    background: #fe9eb9 !important;

    border-radius: 4px;

    font-family: 'Gotham-Book', sans-serif;

    font-weight: normal;

    padding: 0 18px;

    min-width: 121px;

    transition: 0.5s all;

    color: #fff !important;

    font-size: 16px;

    text-align: center;

    margin: 0;

    border: 0;

    outline: none !important;

}



body .site .button:hover,

body input[type="submit"]:hover,

body input[type="reset"]:hover,

body .wp-block-search__button:hover,

body .wp-block-button .wp-block-button__link:hover {

    background: #32327c !important;

}



body .site .btn-common-bluebtn-wrap.smart-btn .button,

body .btn-common-bluebtn-wrap.smart-btn input[type="submit"],

body .btn-common-bluebtn-wrap.smart-btn input[type="reset"] {

    background: #32327c !important;

}



body .site .btn-common-bluebtn-wrap.smart-btn .button:hover,

body .btn-common-bluebtn-wrap.smart-btn input[type="submit"]:hover,

body .btn-common-bluebtn-wrap.smart-btn input[type="reset"]:hover {

    background: #fe9eb9 !important
}



/*.btn-common-bluebtn-wrap.smart-btn */

body .wpb_button,

body .wpb_content_element,

body ul.wpb_thumbnails-fluid>li {

    margin-bottom: 0;

}



body .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {

    outline: none;

    text-decoration: none;

    background: transparent;

}



.g-recaptcha>div>div {

    height: inherit;

}



#main>article {

    margin: 0;

}



.site-content>#primary>#main>article>header {

    display: none;

}



body .vc_section {

    padding-left: 0;

    padding-right: 0;

}



body .wpb_single_image .vc_single_image-wrapper {

    position: relative;

}



body .wpb_single_image .vc_single_image-wrapperimg {

    height: auto !important;

    width: auto !important;

    max-width: 100% !important;

}



header .site-branding .screen-reader-text {

    display: none;

}



/*2021 element css*/

/*404 page css*/

/*.error404 #masthead {

    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);

}*/

.error404-wrapper header {

    box-shadow: none !important;

    padding: 0;

    border: 0;

}



.error404-wrapper .section-title {

    font-size: 95px;

    color: #fe9eb9;

    text-shadow: 5px 0px 0px rgba(0, 0, 0, 0.9);

    margin-bottom: 24px;

    padding-bottom: 5px;

}



.error404-wrapper .section-title::before {

    background: #000;

}



.error404-wrapper .page-content h2 {

    text-align: center;

    font-size: 28px;

}



.error404-wrapper .page-content p {

    text-align: center;

    font-size: 20px;

    color: #000;

    font-weight: 500;

    margin-bottom: 20px;

}



.error404 .smart-btn a {

    /* min-width: 160px; */

    /* padding-right: 36px; */

}



.error404 .smart-btn {

    text-align: center;

}



.error-404.not-found {

    padding: 0;

}



.error404-wrapper.section-gapping {

    padding: 100px 15px !important;

}



.error404 .agency-banner-area {

    display: none;

}



/*.error404 {

    height: 100%;

}*/

.error404>#page {

    display: flex;

    flex-flow: column nowrap;

    /* height: 100%; */

}



.error404>#page #colophon {

    margin-top: auto;

}



.error-404.not-found {

    padding: 46px 0 214px;

    margin-top: 0;

}



.error404 .page-content.container .page-title {

    display: block;

    text-align: center;

    font-size: 300px;

    color: #32327A;

    font-family: 'Gotham', sans-serif;

    line-height: 100%;

    margin: 0;

}



.error404 .page-content.container .page-title span {

    font-size: 0;

    height: 201px;

    width: 100%;

    max-width: 269px;

    margin: 56px 0 0 0;

    padding: 0 40px;

    background: url("../images/error404-logo.png") no-repeat;

    background-position: center center;

}



.error-404.not-found p:nth-child(2) {

    margin: 0;

    text-align: center;

    font-size: 16px;

    line-height: 180%;

    font-family: 'Gotham', sans-serif;

    padding: 4px 0 3px 0;

}



.error-404.not-found p:last-of-type {

    text-align: center;

    margin: 0;

    font-size: 16px;

    line-height: 180%;

    color: #333333;

    margin: 0 0 22px 0;

}



/*404 page css*/

/***************************[[[[[[[[[[[[[[[[[[[[Homepage css]]]]]]]]]]]]]]]]]]]]************************************/

.smart-btn a,

.smart-btn .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern,

header .primary-navigation .primary-menu-container>ul>.menu-item:last-child a,

a.smart-btn {

    position: relative;

    line-height: 44px;

    background: #fe9eb9 !important;

    border-radius: 4px;

    font-family: 'Gotham-Book', sans-serif;

    font-weight: normal;

    padding: 0 18px;

    min-width: 121px;

    transition: 0.5s all;

    color: #fff !important;

    font-size: 16px;

    text-align: center;

    margin: 0;

    border: 0;

}



.smart-btn a:hover,

.smart-btn .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover,

header .primary-navigation .primary-menu-container>ul>.menu-item:last-child a:hover,

a.smart-btn:hover {

    background: #32327c !important;

    color: #fff;

}



/*background: #32327c !important;

background: #fe9eb9 !important*/

.smart-btn.btn-common-bluebtn-wrap a,

.smart-btn.btn-common-bluebtn-wrap .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern,

a.smart-btn.btn-common-bluebtn-wrap {

    background: #32327c !important
}



.smart-btn.btn-common-bluebtn-wrap a:hover,

.smart-btn.btn-common-bluebtn-wrap .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover,

a.smart-btn.btn-common-bluebtn-wrap:hover {

    background: #fe9eb9 !important
}



/*banner css*/

.section-title {

    font-size: 35px;

    line-height: 130%;

    margin: 0 0 20px 0;

    text-align: center !important;

    font-weight: 400;

    position: relative;

    color: #333333;

    padding: 0 0 14px 0;

}



.section-title-left {

    text-align: left !important;

}



.section-title em {

    font-family: 'Gotham', sans-serif;

    font-weight: 500;

    font-style: normal;

}



.section-title::before {

    content: "";

    position: absolute;

    width: 48px;

    height: 3px;

    background: #FE9EB9;

    top: auto;

    bottom: 0;

    left: 0;

    right: 0;

    margin: 0 auto;

}



.section-title.section-title-white::before {

    background: #fff;

}



.section-title.section-title-left::before {

    right: auto;

}



div.wpcf7 .ajax-loader {

    position: absolute;

    height: 20px;

    width: 20px;

    background-repeat: no-repeat;

    background-position: center center;

    border-radius: 50px;

    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);

    left: auto;

    right: -10px;

    top: 0px;

    bottom: 0;

    margin: auto !important;

    z-index: 98;

}



.error-cap iframe {

    border: 1px solid red;

}



.wpcf7-not-valid-tip {

    font-size: 15px;

    color: red;

    line-height: 120%;

}



.wpcf7-form input:not([type="submit"]).wpcf7-not-valid,

.wpcf7-form .wpcf7-not-valid {

    border-color: red !important;

}



.wpcf7 form.invalid .wpcf7-response-output,

.wpcf7 form.unaccepted .wpcf7-response-output,

.wpcf7 form.sent .wpcf7-response-output {

    color: red;

    font-size: 16px;

    line-height: 120%;

    text-align: center;

    padding: 7px 15px;

    border: 1px solid red;

    margin: 15px 0 0 0;

}



body .wpcf7 form.sent .wpcf7-response-output {

    color: green;

    border-color: green;

}



/*label css*/

/*label css*/

form div {

    position: relative;

}



form label {

    background-color: transparent;

    font-family: 'Gotham-Book', sans-serif;

    color: #333333;

    border-radius: 4px;

    font-size: 14px;

    position: absolute;

    left: 10px;

    top: 13px;

    line-height: normal;

    -webkit-transform-origin: 0 0;

    -moz-transform-origin: 0 0;

    -ms-transform-origin: 0 0;

    -o-transform-origin: 0 0;

    transform-origin: 0 0;

    z-index: 1;

    text-transform: none;

    pointer-events: none;

    -webkit-transition: 0.5s all;

    -moz-transition: 0.5s all;

    -ms-transition: 0.5s all;

    -o-transition: 0.5s all;

    transition: 0.5s all;

    font-weight: 300;

    margin: 0;

    background-color: #fff;

}



form div.input_focus label,

form div.value_focus label {

    -webkit-transform: scale(.75) translateY(-28px);

    -moz-transform: scale(.75) translateY(-28px);

    -ms-transform: scale(.75) translateY(-28px);

    -o-transform: scale(.75) translateY(-28px);

    transform: scale(.75) translateY(-28px);

    background-color: #fe9eb9;

    border-radius: 4px;

    padding: 2px 5px;

    color: #32327c;

    -webkit-transition: 0.5s all;

    -moz-transition: 0.5s all;

    -ms-transition: 0.5s all;

    -o-transition: 0.5s all;

    transition: 0.5s all;

    border: 1px solid #fe9eb9;

}



/*label css*/

body .wpb_single_image .vc_figure,

body .wpb_single_image .vc_single_image-wrapper {

    display: block;

}



body .wpb_single_image .vc_single_image-wrapper {

    position: relative;

}



body .wpb_single_image .vc_single_image-wrapper img {

    height: auto !important;

    width: auto !important;

    max-width: 100% !important;

    max-height: 100%;

    margin: auto !important;

    display: block;

    top: 0;

    right: 0;

    left: 0;

    bottom: 0;

}



body .wpb_single_image.img-common-absolute .vc_single_image-wrapper img {

    position: absolute;

}



body .vc_btn3-container.vc_btn3-inline {

    display: block;

}



/********************header eelment**************************/

header .site-logo {

    margin: 0;

    line-height: 0;

    max-width: 150px;

    transition: 0.5s all;

}



header .site-logo a {

    display: block;

}



header .site-logo .custom-logo-link {

    max-width: 100%;

    display: block;

}



header .site-logo .custom-logo-link .custom-logo {

    max-height: 100% !important;

    max-width: 100%;

    display: block;

}



/*header nav*/

header .primary-navigation .primary-menu-container {

    margin: 0;

}



header .primary-navigation>div>.menu-wrapper {

    justify-content: center;

    align-items: center;

    padding-bottom: 0;

}



header .primary-navigation .primary-menu-container>ul>.menu-item {

    display: block;

    width: auto;

    padding: 0 34px 0 0;

}



header .primary-navigation .primary-menu-container>ul>.menu-item:last-child {

    padding-right: 0;

    padding-left: 2px;

}



header .primary-navigation .primary-menu-container>ul>.menu-item>a,

.primary-navigation>div>.menu-wrapper>li>.sub-menu li>a {

    font-size: 16px;

    color: #333;

    line-height: 120%;

    position: relative;

    font-family: 'Gotham-Book', sans-serif;

    text-decoration: none !important;

    padding: 0;

}



header .primary-navigation .primary-menu-container>ul>.menu-item>a:hover,

header .primary-navigation .primary-menu-container>ul>.menu-item.current-menu-item>a,

.primary-navigation>div>.menu-wrapper>li>.sub-menu li>a:hover,

.primary-navigation>div>.menu-wrapper>li>.sub-menu li.menu-item.current-menu-item>a,

.primary-navigation>div>.menu-wrapper>li.current-menu-ancestor>a {

    color: #fe9eb9;

}



header .primary-navigation .primary-menu-container>ul>.menu-item.current-menu-item>a::before {

    transform: translatex(0);

    opacity: 1;

}



/*sub menu css*/

header .primary-navigation .primary-menu-container>ul>.menu-item.menu-item-has-children {

    margin-right: 15px;

}



.primary-navigation .primary-menu-container>ul>.menu-item>a+.sub-menu-toggle {

    position: absolute;

    height: 13px;

    width: 11px;

    top: 4px;

    right: 19px;

    bottom: auto;

    margin: 0 !important;

}



.primary-navigation .primary-menu-container>ul>.menu-item>a:hover+.sub-menu-toggle span,

header .primary-navigation .primary-menu-container>ul>.menu-item.current-menu-item>a+.sub-menu-toggle span,

.primary-navigation>div>.menu-wrapper>li>.sub-menu li>a:hover,

.primary-navigation>div>.menu-wrapper>li>.sub-menu li.menu-item.current-menu-item>a+.sub-menu-toggle span,

.primary-navigation>div>.menu-wrapper>li.current-menu-ancestor>a+.sub-menu-toggle span {

    color: #fe9eb9;

}



.primary-navigation>div>.menu-wrapper .sub-menu-toggle .icon-plus svg,

.primary-navigation>div>.menu-wrapper .sub-menu-toggle .icon-minus svg {

    display: none;

}



.primary-navigation>div>.menu-wrapper .sub-menu-toggle>span {

    height: inherit !important;

    width: inherit;

    position: relative;

    font-family: fontawesome;

    font-size: 17px;

    color: #333;

    line-height: 16px;

}



.primary-navigation>div>.menu-wrapper .sub-menu-toggle>span::before {

    content: "\f107";

}



header .primary-navigation>div>.menu-wrapper>li>.sub-menu {

    border: 0;

    margin: 15px 0 0 0;

    padding: 0;

    transform: scaleY(0);

    transform-origin: 0 0 0;

    display: block !important;

}



.primary-navigation .primary-menu-container>ul>.menu-item>a+.sub-menu-toggle[aria-expanded="true"]+.sub-menu {

    transform: scaleY(1);

}



header .primary-navigation>div>.menu-wrapper>li>.sub-menu>li {

    background: #32327c;

    border-bottom: 1px solid #fe9eb9;

    margin: 0;

}



header .primary-navigation>div>.menu-wrapper>li>.sub-menu>li:first-child {

    border-radius: 6px 6px 0 0;

}



header .primary-navigation>div>.menu-wrapper>li>.sub-menu>li:last-child {

    border-bottom: 0;

    border-radius: 0 0 6px 6px;

}



header .primary-navigation>div>.menu-wrapper>li>.sub-menu::before,

header .primary-navigation>div>.menu-wrapper>li>.sub-menu::after {

    border-bottom-color: #32327c;

    border-width: 0 8px 8px 8px;

    top: -8px;

    left: 15px;

}



.primary-navigation>div>.menu-wrapper>li>.sub-menu li>a {

    color: #fff;

    padding: 11px 15px;

    font-size: 14px;

}



/*header .primary-navigation .primary-menu-container > ul > .menu-item.menu-item-has-children::before {*/

header .primary-navigation>div>.menu-wrapper>li>.sub-menu::after {

    content: "";

    position: absolute;

    top: -19px;

    right: 0;

    left: 0;

    bottom: auto;

    background: transparent;

    height: 19px;

    /* pointer-events: none; */

    width: auto;

    border: 0;

}



/*sub menu css*/

/*header nav*/

/*header csss*/

header>.container {

    display: flex;

    flex-flow: row wrap;

}



header .site-branding {

    margin: 0;

}



header .header-menu-social-wrap {

    padding-top: 5px;

    width: calc(100% - 156px);

    margin-left: auto;

    transition: 0.5s all;

}



header .header-ct-wrap {

    display: flex;

    flex-flow: row wrap;

}



header .header-social-wrap {

    display: inline-flex;

    align-items: center;

}



header .header-social-wrap div a {

    height: 44px;

    width: 41px;

    background: #FE9EB9 !important;

    text-align: center;

    border-radius: 4px;

    line-height: 44px;

    font-size: 0;

    font-family: fontawesome;

    transition: 0.5s all;

    color: #fff;

    position: relative;

}



header .header-social-wrap div.fb-icon a::before {}



header .header-social-wrap div a::before {

    content: " ";

    font-size: 20px;

    background: url(../images/sprite-spcial.png) no-repeat !important;

    position: absolute;

    height: 25px;

    width: 16px;

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    background-position: -0px 2px !important;



    margin: auto;

}



header .header-social-wrap div.insta-icon a::before {

    height: 22px;

    width: 18px;

    background-position: 2px -44px !important;

}



header .header-social-wrap div a:hover {

    background: #32327c !important;

}



header .header-social-wrap>div:first-child {

    margin: 0 7px;

}



/*header csss*/

/*moible view css*/

.mobile-view,

.mobile-img {

    display: none;

}



/*moible view css*/

/********************header eelment***************************/

/**/

/*banner css*/

.homepage-banner-section-mian-wrap {

    position: relative;

}



.homepage-banner-section-mian-wrap .all-slider::after {

    border-color: #32327c;

    border-top-color: transparent;

}



.homepage-banner-section-mian-wrap .slider-section,

.homepage-banner-section-mian-wrap .slider-image-wrap li:first-child {

    height: 800px;

}



.homepage-banner-section-mian-wrap .slider-image-wrap li:first-child img {

    height: 100% !important;

    width: 100% !important;

    object-position: top;

    margin: 0 !important;

}



.homepage-banner-section-mian-wrap .banner-section-form-wrap {

    background: #32327C;

    position: absolute;

    top: auto;

    right: 0;

    left: 0;

    bottom: 0;

}



.homepage-banner-section-mian-wrap .banner-section-form-wrap .vc_row {

    display: flex;

    flex-flow: row nowrap;

    /* padding: 40px 0 38px; */

}



.homepage-banner-section-mian-wrap .banner-section-form-wrap .vc_row .vc_col-sm-4 {

    position: relative;

    width: 25.5%;

    margin-right: -9px;

    /* display: flex; */

    /* align-items: center; */

    padding-top: 22px;

}



.homepage-banner-section-mian-wrap .banner-section-form-wrap .vc_row .banner-contact-form-wrap {

    width: 78.8%;

    padding: 40px 0 38px;

}



.homepage-banner-section-mian-wrap .banner-section-form-wrap .vc_row .vc_col-sm-4::before {

    position: absolute;

    content: "";

    top: 0;

    right: -3000px;

    left: 0;

    bottom: 0;

    background: #fe9eb9;

}



.homepage-banner-section-mian-wrap .banner-contact-form-wrap .contact-form-table-wrap,

#colophon .contact-form-table-wrap {

    display: flex;

    flex-flow: row nowrap;

}



.contact-form-table-wrap>div>br {

    display: none;

}



.homepage-banner-section-mian-wrap .contact-form-table-wrap>div,

#colophon .contact-form-table-wrap>div {

    padding-right: 12px;

    /* max-width: 183px; */

    width: 20.5%;

}



.homepage-banner-section-mian-wrap .contact-form-table-wrap>div:last-child {

    padding-right: 35px;

    max-width: 161px;

}



body .homepage-banner-section-mian-wrap .contact-form-table-wrap input[type="submit"]:hover,

#colophon .contact-form-table-wrap input[type="submit"]:hover {

    background: #fff !important;

    color: #333 !important;

}



.homepage-banner-section-mian-wrap .vc_col-sm-4 .contact-number-wrap {

    z-index: 9;

    position: relative;

}



header .header-menu-social-wrap .mobile-menu-contact span a {

    position: relative;

}



.homepage-banner-section-mian-wrap .vc_col-sm-4 .contact-number-wrap p,

#colophon .footer-form-section-wrap .wp-block-group__inner-container>p {

    font-size: 22px;

    line-height: 120%;

    color: #333333;

    padding: 0 0 0 39px;

    position: relative;

}



.homepage-banner-section-mian-wrap .vc_col-sm-4 .contact-number-wrap p br,

#colophon .footer-form-section-wrap .wp-block-group__inner-container>p br {

    display: none;

}



.homepage-banner-section-mian-wrap .vc_col-sm-4 .contact-number-wrap p span,

#colophon .footer-form-section-wrap .wp-block-group__inner-container>p span {

    display: block;

}



.homepage-banner-section-mian-wrap .vc_col-sm-4 .contact-number-wrap p a,

#colophon .footer-form-section-wrap .wp-block-group__inner-container>p a,

header .header-menu-social-wrap .mobile-menu-contact span a {

    font-size: 35px;

    color: #32327A;

    line-height: 120%;

    font-family: 'Gotham', sans-serif;

    font-weight: 900;

    text-decoration: none;

}



.homepage-banner-section-mian-wrap .vc_col-sm-4 .contact-number-wrap p a:hover,

#colophon .footer-form-section-wrap .wp-block-group__inner-container>p a:hover,

header .header-menu-social-wrap .mobile-menu-contact span a:hover {

    color: #333;

}



.homepage-banner-section-mian-wrap .vc_col-sm-4 .contact-number-wrap p::before,

#colophon .footer-form-section-wrap .wp-block-group__inner-container>p::before,

header .header-menu-social-wrap .mobile-menu-contact span::before {

    content: "";

    position: absolute;

    height: 60px;

    width: 60px;

    background: #32327C url("../images/sprite.png") no-repeat;

    border-radius: 50px;

    top: 9px;

    left: -29px;

    right: auto;

    bottom: 0;

    background-position: 13px 7px;

}



.homepage-banner-section-mian-wrap .wpcf7-response-output,

#colophon .footer-form-section-wrap .wpcf7-response-output {

    width: calc(100% - 37px);

    background: ;

    position: absolute;

    top: auto;

    bottom: 4px;

    background: #fff;

    font-size: 13px !important;

    padding: 3px !important;

}



.homepage-banner-section-mian-wrap .wpcf7-not-valid-tip,

#colophon .footer-form-section-wrap .wpcf7-not-valid-tip {

    /* background: #fff; */

    font-size: 13px;

    padding: 0 5px;

    line-height: 100%;



}



/*.homepage-banner-section-mian-wrap div.wpcf7 .ajax-loader {

    right: 25px;

    z-index: 9999;

    top: -11px;

    background: #fe9eb9;

    opacity: 1;

}

*/

.common-select .wpcf7-form-control-wrap {

    position: relative;

}



.common-select select {

    padding-right: 23px;

}



.common-select .wpcf7-form-control-wrap::before {

    content: "\f107";

    position: absolute;

    font-family: fontawesome;

    font-size: 14px;

    right: 13px;

    left: auto;

    bottom: auto;

    top: 18px;

    margin: 0;

    height: 10px;

    width: 10px;

    line-height: 10px;

    color: #333;

    pointer-events: none;

}



.homepage-banner-section-mian-wrap .contact-form-table-wrap .common-select .wpcf7-form-control-wrap::before {

    top: 18px;

}



.homepage-banner-section-mian-wrap .slider-image-wrap>li:last-child .main-baner-content {

    display: flex;

    flex-flow: column wrap;

}



.homepage-banner-section-mian-wrap .slider-image-wrap>li:last-child .main-baner-content .left {

    border: 0;

    box-shadow: none;

    background: transparent;

    width: 100%;

    max-width: 605px;

    margin: 0;

    text-align: left;

}



.homepage-banner-section-mian-wrap .slider-image-wrap>li:last-child .right {

    position: relative;

    width: 100%;

    max-width: 160px;

    background: transparent;

    margin: 0;

    height: 100%;

    right: auto;

    top: auto;

    transform: none;

    bottom: auto;

    border-radius: 0;

    left: auto;

}



.homepage-banner-section-mian-wrap .slider-image-wrap>li:last-child .main-baner-content .left h2 {

    font-size: 50px;

    color: #fff;

    font-family: 'Gotham', sans-serif;

    font-weight: 500;

    text-shadow: 1.5px 1.5px 3px rgba(68, 68, 68, 0.65);

    line-height: 120%;

    padding: 0 0 24px 0;

    margin: 0 0 76px 0 !important;

    position: relative;

}



.homepage-banner-section-mian-wrap .slider-image-wrap>li:last-child .main-baner-content .left h2 em {

    font-style: normal;

    font-weight: 900;

}



.homepage-banner-section-mian-wrap .slider-image-wrap>li:last-child .main-baner-content .left h2::before {

    content: "";

    position: absolute;

    width: 98px;

    height: 6px;

    background: #FE9EB9;

    top: auto;

    bottom: 0;

    left: 0;

    right: auto;

}



.homepage-banner-section-mian-wrap .slider-image-wrap>li:last-child {

    top: 272px;

    bottom: auto;

    transform: none;

}



.homepage-banner-section-mian-wrap .slide_wrap {

    display: none;

}



/*banner css*/

/*for-fast-professional-section*/

.for-fast-professional-section .for-fast-professional-raw .vc_inner {

    display: flex;

    align-items: center;

}



.for-fast-professional-section .vc_inner .col-left {

    width: 45.3%;

    margin-left: -41px;

}



.for-fast-professional-section .vc_inner .col-right {

    width: 58.2%;

    padding: 0 0 0 96px;

}



.for-fast-professional-section .col-left .vc_single_image-wrapper,

.for-fast-professional-section .col-right .vc_single_image-wrapper {

    height: 515px;

    position: relative;

    background: #fff;

    border-radius: 100%;

}



.for-fast-professional-section .col-left .vc_single_image-wrapper img {

    position: absolute;

    top: 0;

    right: 0;

    left: 0;

    bottom: 0;

    margin: auto;

    max-height: 100%;

    display: block;

}



.common-wave-shape-blue {

    position: relative;

}



.common-wave-shape-blue .vc_single_image-wrapper::before {

    content: "";

    position: absolute;

    top: auto;

    bottom: 0;

    left: 39px;

    right: 0;

    background: url("../images/image-blue-shape.png") no-repeat;

    height: 204px;

    width: 445px;

    z-index: 1;

    background-position: 0 0;

    margin: 0 auto;

    /* background-size: 100%; */

}



.for-fast-professional-section .vc_inner .col-right .section-content {

    margin-bottom: 20px;

}



.common-blue-shape-text {

    font-size: 30px;

    color: #FE9EB8;

    line-height: 130%;

    text-align: center !important;

    position: absolute;

    top: auto;

    bottom: 56px;

    right: 0;

    left: 30px;

    /* height: 100%; */

    /* max-height: 111px; */

    /* background: #32327c; */

    /* padding-top: 12px; */

    z-index: 1;

    max-width: 311px;

    margin: 0 auto;

}



.common-blue-shape-text em {

    font-family: 'Gotham', sans-serif;

    font-style: normal;

}



/*.common-wave-shape-blue .vc_single_image-wrapper::after {

    content: "";

    position: absolute;

    top: auto;

    right: 0;

    left: 0;

    bottom: 0px;

    height: 111px;

    width: 100%;

    background: #32327c;

    max-width: 450px;

    margin: auto;

}*/

/*for-fast-professional-section*/

/*our service section*/

.home-service-section-wrap {

    background: #F4F4F7;

}



.home-service-section-wrap .our-services-wrap {

    display: flex;

    flex-flow: row wrap;

    margin: 0 -14px -30px !important;

}



.home-service-section-wrap .our-services-wrap .our-singek-services {

    max-width: 30.93%;

    width: 30.93%;

    flex: 0 0 30.93%;

    margin: 0 1.2% 28px;

    position: relative;

}



.home-service-section-wrap .our-singek-services a {

    display: block;

}



.home-service-section-wrap .our-singek-services .pimage {

    display: block;

    position: relative;

    height: 403px;

    background: #ddd;

}



.home-service-section-wrap .our-singek-services .pimage img {

    position: absolute;

    top: 0;

    right: 0;

    left: 0;

    bottom: 0;

    height: auto;

    width: auto;

    max-width: 100%;

    max-height: 100%;

    margin: auto;

    display: block;

}



.home-service-section-wrap .our-singek-services .service-detail {

    display: block;

    text-align: center;

    background: #32327c;

    position: relative;

    font-size: 25px;

    font-family: 'Gotham-Book', sans-serif;

    font-weight: normal;

    padding: 5px 0 10px;

    margin: -57px 0 0 0;

}



.home-service-section-wrap .our-singek-services .service-detail::before {

    content: "";

    position: absolute;

    top: -48px;

    right: 0;

    left: 0;

    bottom: 0;

    height: 48px;

    width: 100%;

    background: url("../images/sprite.png") no-repeat;

    background-position: -197px 0;

}



/*.home-service-section-wrap .our-singek-services a:hover .service-detail::before {*/

.home-service-section-wrap .our-singek-services:nth-child(2n+2) a .service-detail::before,

.home-service-section-wrap .our-services-wrap .our-singek-services.blacnk-box .service-detail::before {

    background-position: -197px -117px;

}



/*.home-service-section-wrap .our-singek-services a:hover .service-detail {*/

.home-service-section-wrap .our-singek-services:nth-child(2n+2) a .service-detail,

.home-service-section-wrap .our-services-wrap .our-singek-services.blacnk-box .service-detail {

    background: #fe9eb9;

}



.home-service-section-wrap .our-singek-services:nth-child(2n+2) a:hover {

    color: #32327c;

}



.home-service-section-wrap {

    padding-top: 91px;

    padding-bottom: 96px;

}



.home-service-section-wrap .our-services-wrap .our-singek-services.blacnk-box .smart-btn {

    position: absolute;

    top: calc(50% - 50px);

    right: 0;

    left: 0;

    bottom: auto;

    height: 44px;

    max-width: 122px;

    margin: auto !important;

    -webkit-transform: translateY(-50%);

    -moz-transform: translateY(-50%);

    -ms-transform: translateY(-50%);

    -o-transform: translateY(-50%);

    transform: translateY(-50%);

    padding: 0 5px;

}



.home-service-section-wrap .our-services-wrap .our-singek-services.blacnk-box .pimage {

    background: #fff;

}



.home-service-section-wrap .our-services-wrap .our-singek-services.blacnk-box .service-detail {

    color: transparent;

}



.home-service-section-wrap .section-title {

    margin-bottom: 38px;

}



/*our service section*/

/*why choose section*/

.vc_section.section-gapping.home-whychoose-pml-section-wrap.vc_section-has-fill {

    padding: 138px 0 0;

    background-repeat: no-repeat;

    background-size: cover;

}



.home-whychoose-pml-section-wrap .col-right {

    padding-bottom: 137px;

}



.home-whychoose-pml-section-wrap .col-left .vc_single_image-wrapper {

    position: relative;

    height: 881px;

    margin-bottom: -30px;

    z-index: 1;

}



.home-whychoose-pml-section-wrap .col-right .single-chooice-wrap {

    float: left;

    width: 50%;

    display: flex;

    flex-flow: row nowrap;

    align-items: center;

    margin: 0 0 66px 0;

}



.home-whychoose-pml-section-wrap .col-right .single-chooice-wrap:nth-child(2n+2) {

    clear: both;

}



.home-whychoose-pml-section-wrap .wpb_wrapper::after {

    clear: both;

    content: "";

    display: block;

}



.home-whychoose-pml-section-wrap .single-chooice-wrap .chooice-img-wrap {

    min-width: 70px;

    max-width: 70px;

}



.home-whychoose-pml-section-wrap .single-chooice-wrap .chooice-title-wrap {

    width: calc(100% - 70px);

    padding-left: 16px;

}



.home-whychoose-pml-section-wrap .single-chooice-wrap .chooice-img-wrap .vc_single_image-wrapper {

    height: 70px;

    position: relative;

    background: #FE9EB9;

    border-radius: 50px;

}



.home-whychoose-pml-section-wrap .single-chooice-wrap .chooice-title a {

    font-size: 16px;

    color: #333;

    line-height: 130%;

    margin-right: 15px;

    display: inline;

}



.home-whychoose-pml-section-wrap .col-right .single-chooice-wrap:last-child {

    margin-bottom: 0;

}



.home-whychoose-pml-section-wrap .single-chooice-wrap .chooice-title a:hover {

    color: #fe9eb9;

}



.home-whychoose-pml-section-wrap .section-title.section-title-left {

    margin-bottom: 41px;

}



/*why choose section*/

/*home-booknow-section*/

.vc_section.section-gapping.home-booknow-section-wrap {

    padding-top: 0 !important;

    padding-bottom: 0;

    position: relative;

}



.home-booknow-section-wrap::before,

.home-booknow-section-wrap::after {

    position: absolute;

    top: 0;

    right: 45.9%;

    left: -3000px;

    bottom: 0;

    background: #fe9eb9;

    width: auto;

    height: 100%;

    content: "";

    pointer-events: none;

}



.home-booknow-section-wrap::after {

    right: -3000px;

    left: 53.6%;

    background: #F4F4F7;

    width: auto;

    z-index: -1;

}



.home-booknow-section-wrap .col-left {

    width: 55.1%;

    padding: 125px 93px 134px 0;

    background: #fe9eb9;

}



.home-booknow-section-wrap .col-right {

    width: 44.9%;

    padding: 80px 0 70px 61px;

    position: relative;

    z-index: 1;

    background: #f4f4f7;

}



.white-section-content * {

    color: #fff;

}



.home-booknow-section-wrap>.vc_row {

    position: static;

}



.home-booknow-section-wrap>.vc_row::before {

    content: "";

    position: absolute;

    top: 0;

    /* right: 0; */

    left: 0;

    bottom: 0;

    height: 100%;

    width: 52px;

    background: #fe9eb9 url("../images/book-now-shape.png") repeat-y;

    background-size: auto;

    right: -69px;

    /* left: 0; */

    display: block;

    margin: 0 auto;

    z-index: 9;

}



.home-booknow-section-wrap .col-left .section-title-left {

    padding-bottom: 27px;

    margin-bottom: 29px;

}



.home-booknow-section-wrap .col-left ul li {

    font-size: 16px;

    color: #FFFFFF;

    font-family: 'Gotham-Book', sans-serif;

    line-height: 200%;

    padding: 0 0 32px 29px;

    font-weight: normal;

    letter-spacing: -0.01px;

}



.home-booknow-section-wrap .col-left ul li:last-child {

    padding-bottom: 0;

}



.home-booknow-section-wrap .col-left ul li::before {

    content: "\f046";

    position: absolute;

    top: 1px;

    left: 0;

    right: auto;

    bottom: auto;

    font-family: fontawesome;

    font-size: 20px;

}



form .wpcf7-form-control-wrap {

    display: block;

}



body .home-booknow-section-wrap form input:not([type="submit"]),

body .home-booknow-section-wrap form textarea,

body .home-booknow-section-wrap form select {

    border: 1px solid transparent !important;

    height: 50px;

    font-size: 16px;

    color: #666666;

    padding: 0 23px;

}



.home-booknow-section-wrap form label {

    color: #666;

    font-size: 16px;

    left: 23px;

    top: 15px;

}



.home-booknow-section-wrap form div.input_focus label,

.home-booknow-section-wrap form div.value_focus label {

    -webkit-transform: scale(.75) translateY(-32px);

    -moz-transform: scale(.75) translateY(-32px);

    -ms-transform: scale(.75) translateY(-32px);

    -o-transform: scale(.75) translateY(-32px);

    transform: scale(.75) translateY(-32px);

}



.home-booknow-section-wrap form .contact-form-table-wrap>div {

    margin-bottom: 10px;

}



.home-booknow-section-wrap .col-right .section-title.section-title-left {

    padding-bottom: 25px;

    margin-bottom: 27px;

}



/*home-booknow-section*/

/*google review section*/

.home-google-review-section-wrap {

    padding: 97px 0 257px;

}



/*google review section*/

/*footer*/

#colophon {

    background: url("../images/footer-bg.jpg") no-repeat;

    background-size: cover;

    margin: 0;

    max-width: 100%;

    padding-bottom: 0;

}



.home-booknow-section-wrap .contact-btn {

    max-width: 120px;

}



.recaptcha.error iframe {

    border: 1px solid red;



}



#colophon .footer-form-section-wrap #block-6 h3 {

    text-align: center;

    color: #000;

    font-size: 30px;

    line-height: 130%;

    font-family: 'Gotham', sans-serif;

    font-weight: normal;

    padding: 0 0 16px 0;

}



#colophon .footer-form-section-wrap {

    width: 100%;

    float: none;

    position: relative;

    max-width: 1258px;

    padding: 0 15px;

    margin: -116px auto 0;

}



#colophon .footer-form-section-wrap .wp-block-group__inner-container {

    display: flex;

    flex-flow: row nowrap;

    margin: 0;

    border-radius: 13px;

    overflow: hidden;

}



#colophon .footer-form-section-wrap .wp-block-group__inner-container>div,

#colophon .footer-form-section-wrap .wp-block-group__inner-container>p {

    margin: 0;

}



#colophon .footer-form-section-wrap .wp-block-group__inner-container>div {

    max-width: 74.6% !important;

    width: 74.6%;

    flex: 0 0 74.6%;

    background: #32327c;

    padding: 39px 35px 35px 28px;

    position: relative;

}



#colophon .footer-form-section-wrap .wp-block-group__inner-container>div::before {

    content: "";

    position: absolute;

    height: auto;

    width: 100%;

    background: #fe9eb9;

    top: 0;

    right: 0;

    left: 100%;

    bottom: 0;

    max-width: 313px;

    pointer-events: none;

}



#colophon .footer-form-section-wrap .wp-block-group__inner-container>p {

    max-width: 26.4% !important;

    width: 26.4%;

    flex: 0 0 26.4%;

    background: #fe9eb9;

    padding-top: 22px;

}



#colophon .contact-form-table-wrap>div.btn-wrap {

    padding-right: 0;

    max-width: 121px;

    min-width: auto;

}



#colophon .footer-form-section-wrap .wp-block-group__inner-container>p::before {

    top: 31px;

}



/***mina footer*/

#colophon .footer-content-wraper {

    padding-top: 89px !important;

}



/*common footer*/

#colophon .widget-title,

#colophon .footer-content-wraper .chw-widget-area>div#block-2 h3,
#colophon .footer-content-wraper h2,
#colophon .footer-content-wraper h3 {

    font-family: 'Gotham-Book', sans-serif;

    color: #fff;

    font-size: 20px;

    line-height: 130%;

    font-weight: normal;

    padding: 0 0 10px 0;

    margin: -5px 0 20px 0 !important;

    position: relative;

}



#colophon .footer-content-wraper .chw-widget-area>div#block-2 h3,
#colophon .footer-content-wraper h2,
#colophon .footer-content-wraper h3 {

    margin-bottom: 20px;

}



#colophon .widget-title::before,

#colophon .footer-content-wraper .chw-widget-area>div#block-2 h3::before,
#colophon .footer-content-wraper h2::before,
#colophon .footer-content-wraper h3::before {

    content: "";

    position: absolute;

    width: 28px;

    height: 3px;

    background: #FE9EB9;

    top: auto;

    bottom: 0;

    right: ;

    left: 0;

}



/*common footer*/

#colophon .footer-content-wraper .chw-widget-area {

    display: flex;

    flex-flow: row nowrap;

    column-gap: 0;

}



#colophon .footer-content-wraper .chw-widget-area>div#nav_menu-2 {

    width: 25.2%;

}



#colophon .footer-content-wraper .chw-widget-area>div#nav_menu-3 {

    width: 22.4%;

}



#colophon .footer-content-wraper .chw-widget-area>div#block-2 {

    /*width: 30.2%;*/

    display: flex;

    flex-direction: column;

    /*padding-right: 75px;*/

}



/*

#colophon .footer-content-wraper .chw-widget-area>div#block-3 {

    width: 29.3%;

}*/



/*common footer*/

#colophon .widget_nav_menu ul>li>a {

    font-family: 'Gotham-Book', sans-serif;

    font-size: 16px;

    color: #fff;

    text-decoration: none;

    line-height: 150%;

    font-weight: normal;

}



#colophon .widget_nav_menu ul li:not(:last-child) {

    padding: 0 0 15px 0;

}



#colophon .widget_nav_menu ul>li.menu-item>a:hover,

#colophon .widget_nav_menu ul>li.menu-item.current-menu-item>a,

#colophon .widget_nav_menu ul>li.menu-item>.sub-menu>li>a:hover,

#colophon .widget_nav_menu ul>li.menu-item>.sub-menu>li.menu-item.current-menu-item>a,

#colophon .widget_nav_menu ul>li.current-menu-ancestor>a {

    color: #fe9eb9;

}



/*common footer*/

/*social media css*/

#colophon .social-link-wrap span {

    display: flex;

    align-items: center;

    margin: 0 0 11px 0;

}



#colophon .social-link-wrap span:last-child {

    margin-bottom: 0;

}



#colophon .social-link-wrap span>a {

    font-size: 16px;

    color: #fff;

    line-height: 150%;

    text-decoration: none;

    font-family: 'Gotham-Book', sans-serif;

    margin-left: 12px;

}



#colophon .social-link-wrap span>a:hover {

    color: #fe9eb9;

}



#colophon .social-link-wrap span a::before {

    position: relative;

    height: 30px;

    width: 30px;

    background: #FE9EB9;

    font-size: 0;

    font-family: fontawesome;

    border-radius: 50px;

    color: #fff;

    text-align: center;

    line-height: 30px;

    transition: 0.5s all;

    display: inline-block;

    vertical-align: top;

    min-width: 30px;

    content: " ";

    background: #FE9EB9 url(../images/sprite-spcial.png) no-repeat !important;

    background-position: 6px 5px !important;

    text-align: center;

    justify-content: center;

}



#colophon .social-link-wrap span::before {

    /*

    content: "\f09a";

    font-size: 20px;

*/

}



#colophon .social-link-wrap span.in-link a::before {

    /* content: "\f16d"; */

    font-size: 18px;

    background-position: 7px -40px !important;

}



#colophon .social-link-wrap span.li-link a::before {

    /* content: "\f0e1"; */

    font-size: 18px;

    background-position: 5px -125px !important;

}



#colophon .social-link-wrap span.you-link a::before {

    background-position: 6px -171px !important;

}



#colophon .social-link-wrap span.ho-link a::before {



    background-position: 8px -86px !important;

    content: "";

}



/*social media css*/

#colophon .footer-content-wraper .social-link-wrap {

    order: 2;

}



#colophon .footer-content-wraper .wp-block-group {

    margin-top: 0;

}



#colophon .footer-content-wraper .chw-widget-area>div#block-3 .wp-block-image {

    position: relative;

    height: 103px;

    max-width: 201px !important;

    display: block;

    margin: 0 0 18px 0;

}



#colophon .footer-content-wraper .chw-widget-area>div#block-3 .wp-block-image img {

    position: absolute;

    top: 0;

    right: 0;

    left: 0;

    bottom: 0;

    height: auto;

    width: auto;

    margin: auto;

    display: block;

    max-width: 100%;

    max-height: 100%;

}



#colophon .footer-content-wraper .copywrite-wrap {

    margin-top: 50px;

    text-align: center;

    padding: 18px 0 17px;

    border-top: 1px solid rgba(255, 255, 255, 0.20);

}



#colophon .footer-content-wraper .footer-copyright,

#colophon .footer-content-wraper .footer-copyright a {

    font-family: 'Gotham-Book', sans-serif;

    font-size: 16px;

    font-weight: normal;

    line-height: 120%;

}



#colophon .footer-content-wraper .chw-widget-area>div:not(:last-child) {

    padding-right: 15px;

}



/***mina footer*/

/*footer*/

/***************************[[[[[[[[[[[[[[[[[[[[Homepage css]]]]]]]]]]]]]]]]]]]]************************************/

/*************************[[[[[[[[[[[[[[[[[[[[[[Innerpages]]]]]]]]]]]]]]]]]]]]]]*****************************/

/*inner banner*/

.inner-banner-section-wrap #custom-inner-banner .widget {

    margin: 0;

}



.inner-banner-section-wrap {

    margin: 0 !important;

}



.inner-banner-section-wrap #custom-inner-banner .wp-block-image {

    position: relative;

    height: 500px;

}



.inner-banner-section-wrap #custom-inner-banner .wp-block-image img {

    width: 100%;

    object-fit: cover;

    object-position: center;

    height: 100%;

}



/*inner banner*/

/*Breadcrumb*/

.breadcrumbs {

    background: #F7F7F7;

    padding: 8.6px 0 9.6px;

    border-bottom: 1px solid #EEEEEE;

}



.breadcrumb {

    /* margin-top: 15px; */

    font-size: 0;

}



.breadcrumb li {

    display: inline-block;

    vertical-align: top;

    position: relative;

}



.breadcrumb li,

.breadcrumb li a {

    font-family: 'Gotham Book', sans-serif;

    font-size: 18px;

    line-height: 160%;

    color: #333333;

    font-weight: normal;

}



.breadcrumb li a:hover {

    color: #32327B;

}



.breadcrumb li:last-child {

    color: #32327B;

    font-family: 'Gotham', sans-serif;

}



.breadcrumb li:not(:first-child)::before {

    content: "";

    display: inline-block;

    vertical-align: middle;

    padding: 0;

    font-weight: normal;

    color: #fff;

    height: 10px;

    width: 17px;

    margin: 0 15px 0 20px;

    background: url(../images/sprite.png) no-repeat;

    background-position: 0px -174px;

}



.primary-navigation .primary-menu-container>ul>.menu-item>a+.sub-menu-toggle {

    outline: none;

}



.for-fast-professional-section {

    padding-top: 56px;

}





.home-booknow-section-wrap form textarea {

    display: block;

}



#colophon .footer-form-section-wrap .wpcf7-response-output {

    max-width: 438px;

}



.white-section-content a:hover {

    color: #333;

}



.mobile-view-banner {

    display: none;

}



header .primary-navigation .primary-menu-container>ul>.menu-item {

    pointer-events: none;

}



header .primary-navigation .primary-menu-container>ul>.menu-item * {

    pointer-events: auto;

}



.site-main>article>*:first-child {

    margin-top: 0 !important;

}



/*Breadcrumb*/

/*.primary-navigation .primary-menu-container > ul > .menu-item > a:hover + .sub-menu-toggle span {

    color: #fe9eb9;

}

*/

#colophon .footer-form-section-wrap .wpcf7-response-output {

    max-width: 100%;

    margin: 0;

    top: auto;

    bottom: -29px;

    padding: 3px;

    width: 100%;

}



#colophon .wpcf7-form {

    position: relative;

}



body .home-booknow-section-wrap form select:hover,

body .home-booknow-section-wrap form input:not([type="submit"]):hover,

body .home-booknow-section-wrap form textarea:hover {

    border-color: #333 !important;

}



#colophon .footer-content-wraper .footer-copyright a:hover {

    color: #fe9eb9;

}



#colophon .contact-form-table-wrap>div {

    width: 22%;

}



#colophon .contact-form-table-wrap>div.btn-wrap .ajax-loader {

    right: -24px;

}



.home-booknow-section-wrap form .ajax-loader {

    right: -28px;

}



/*about page css starts*/

body.page #main>article>.entry-content {

    margin: 0 !important;

}



body .wpb_single_image.inner-banner-img .vc_single_image-wrapper img {

    width: 100% !important;

    height: 100% !important;

    object-fit: cover;

}



.inner-section-title {

    margin-top: -9px;

}



.about-page-wrap .vc_custom_heading.section-subtitle {

    text-align: center !important;

    font-size: 25px;

    color: #333;

    line-height: 130%;

    font-family: 'Gotham', sans-serif;

    font-weight: 500;

    margin-top: 23px !important;

}



.about-second-sec-inner .section-content p,

.about-last-sec.section-content p {

    margin-bottom: 15px;

    letter-spacing: 0.1px;

}



.about-second-sec-inner .section-content p em,

.about-last-sec.section-content p em {

    font-style: normal;

    color: #32327A;

}



.about-second-sec-inner .section-content p strong,

.about-last-sec.section-content p strong {

    font-family: 'Gotham', sans-serif;

    font-weight: 500;

    font-size: 18px;

}



.about-second-sec-inner .col-left>.vc_column-inner {

    max-width: 503px;

    margin-left: 0;

    margin-right: auto;

    position: relative;

}



.about-second-sec-inner .col-left .vc_box_border_grey {

    border-radius: 50%;

    overflow: hidden;

    height: 483px;

}



.about-second-sec-inner .common-wave-shape-blue .vc_single_image-wrapper::before {

    width: 100%;

    background-size: 100% 100%;

    left: 27px;

}



.about-second-sec-inner .col-left {

    padding-right: 50px;

}



.about-second-sec-inner {

    padding-bottom: 37px;

    padding-top: 43px;

}



.about-second-sec-inner .col-right {

    padding-top: 21px;

}



.about-last-sec.section-content p {

    letter-spacing: normal;

}



.inner-section-gapping {

    padding-bottom: 202px;

}



/*about page css close*/



/*blockd drains page css starts*/

.services-details-one .col-right {

    width: 54.17%;

    padding-top: 80px;

}



.services-details-one .col-left {

    width: 45.83%;

}



.services-details-one {

    padding-top: 55px;

}



.blockeddrains-wrap .services-details-inner-block .col-right .section-img .vc_single_image-wrapper,

.blockeddrains-wrap .services-details-three .col-left .section-img .vc_single_image-wrapper {

    display: inline-block;

    border-radius: 50%;

    overflow: hidden;

    vertical-align: top;

}



.blockeddrains-wrap .services-details-inner-block .col-right .section-img {

    text-align: right;

}



.blockeddrains-wrap .services-details-inner-block {

    padding-bottom: 50px;

}



.single .single-our-service-section-main-wrapper {

    margin: 0 !important;

}



.services-details-two .section-content p strong {

    font-size: 20px;

    font-weight: 500;

    color: #333;

    font-family: 'Gotham', sans-serif;

}



.services-details-inner-block .section-content ul li {

    width: 42.5%;

    font-size: 16px;

    color: #333;

    line-height: 180%;

    font-family: 'Gotham-Book', sans-serif;

    font-weight: 400;

    position: relative;

    padding-left: 0;

    display: inline-block;

    vertical-align: top;

    padding-right: 0;

    margin-bottom: 14px;

}



.services-details-inner-block .section-content ul li::before {

    position: absolute;

    content: "\f046";

    display: block;

    left: 0;

    right: auto;

    top: 1px;

    bottom: auto;

    margin: auto;

    font-family: fontawesome;

    color: #32327C;

    font-size: 24px;

}



.services-details-inner-block .section-content ul li:nth-child(2n) {

    width: 50%;

}



.services-details-inner-block .section-content ul {

    line-height: 0;

    font-size: 0;

    margin-top: 21px;

}



.services-details-two .col-left {

    padding-top: 85px;

}



.services-details-three .col-right {

    width: 53.3%;

}



.services-details-three .col-left {

    width: 46.7%;

    padding-right: 45px;

}



.services-details-three-inner {

    display: flex;

    align-items: center;

}



.services-call-content p strong {

    font-weight: 400;

    text-shadow: 0 0;

    letter-spacing: 0.3px;

    display: block;

}



.services-call-number span a {

    font-size: 24px;

    color: #333;

    font-family: 'Gotham', sans-serif;

    font-weight: 900;

    line-height: normal;

    display: inline-block;

    vertical-align: top;

}



.services-call-number span a:hover {

    color: #32327B;

    color: #fe9eb9;

}



.services-call-number span {

    position: relative;

    padding-left: 53px;

    display: block;

    margin-top: 33px;

}



.services-call-number span::before {

    position: absolute;

    content: "";

    display: block;

    left: 0;

    right: auto;

    top: 0;

    bottom: 0;

    margin: auto;

    width: 40px;

    height: 40px;

    border-radius: 50%;

    background-color: #32327C;

    text-align: center;

    line-height: 40px;

    background-image: url("../images/call-icon.png");

    background-repeat: no-repeat;

    background-position: center center;

}



.services-call-number span::after {

    position: absolute;

    content: "";

    display: block;

    left: 240px;

    right: auto;

    top: -29px;

    bottom: auto;

    margin: auto;

    background-image: url("../images/call-arrow.png");

    background-repeat: no-repeat;

    background-position: 0 0;

    width: 188px;

    height: 84px;

}



.services-details-inner-block:last-child {

    padding-bottom: 0;

}



.services-call-content {

    margin-top: 31px;

}



.detail-content-wrap {

    padding-bottom: 209px;

}



/*blockd drains page css close*/



/*booking page css starts*/

.landing-process-info-wrap .process-wrap {

    display: flex;

    flex-wrap: wrap;

    margin: 0 -45px;

}



.landing-process-info-wrap .process-wrap .process-item {

    width: 25%;

    padding: 11px 22px 0;

}



.landing-process-info-wrap .process-wrap .process-item:first-child>* {

    margin-left: 0 !important;

}



.landing-process-info-wrap .process-wrap .process-item .process-img-wrapper {

    width: 224px;

    height: 223px;

    border-radius: 50%;

    background-color: rgba(204, 204, 204, 0.3);

    display: flex;

    flex-wrap: wrap;

    align-items: center;

    justify-content: center;

    position: relative;

    margin: 0 auto;

    padding: 13.5px;

}



.landing-process-info-wrap .process-wrap .process-item .process-img-wrapper::before {

    position: absolute;

    content: "01";

    display: block;

    left: -47px;

    right: auto;

    top: -7px;

    bottom: auto;

    margin: auto;

    font-size: 70px;

    color: rgba(50, 50, 124, 0.2);

    font-family: 'Gotham', sans-serif;

    font-weight: 400;

    line-height: 120%;

    /* text-shadow: 0 0; */

}



.landing-process-info-wrap .process-wrap .process-item .process-img-wrapper::after {

    position: absolute;

    content: "";

    display: block;

    left: auto;

    right: -75px;

    top: auto;

    bottom: -11px;

    background-image: url("../images/sprite-book-arrow.png");

    background-repeat: no-repeat;

    background-position: 0px 0;

    width: 190px;

    height: 130px;

    pointer-events: none;

}



.landing-process-info-wrap .process-wrap .process-item:nth-child(2) .process-img-wrapper::before {

    content: "02";

    left: -47px;

}



.landing-process-info-wrap .process-wrap .process-item:nth-child(2n) .process-img-wrapper::after {

    background-image: url("../images/sprite-book-arrow.png");

    top: -11px;

    bottom: auto;

    background-position: bottom center;

}



.landing-process-info-wrap .process-wrap .process-item:nth-child(3) .process-img-wrapper::before {

    content: "03";

    left: -55px;

}



.landing-process-info-wrap .process-wrap .process-item:nth-child(4) .process-img-wrapper::before {

    content: "04";

    left: -57px;

}



.landing-process-info-wrap .process-wrap .process-item .process-img-wrapper .vc_figure {

    width: 100%;

    height: 100%;

    border-radius: 50%;

    background-color: #FE9EB9;

}



.landing-process-info-wrap .process-wrap .process-item .process-img-wrapper .vc_single_image-wrapper {

    width: 100%;

    height: 100%;

    position: relative;

}



.process-img-wrapper.wpb_single_image img {

    position: absolute;

    left: 0;

    right: 0;

    top: 0;

    bottom: 0;

    margin: auto;

}



.landing-process-info-wrap .process-wrap .process-item:last-child .process-img-wrapper::after {

    display: none;

}



.landing-process-info-wrap .process-wrap .process-item:nth-child(2n) .vc_figure {

    background-color: #32327C;

}



.landing-process-info-wrap .process-wrap .process-item:nth-child(2n) .process-img-wrapper::before {

    color: rgba(254, 158, 185, 0.2);

}



.single-step .section-content p {

    text-align: center;

    line-height: 140%;

}



.single-step .section-content {

    max-width: 230px;

    margin: 36px auto 0;

}



.single-steps-wrap.process-wrap {

    padding-top: 22px;

}



.book-now-bottom-sec {

    background-color: #f4f4f7;

}



.book-now-bottom-sec .col-left .wpb_content_element p strong {

    font-size: 20px;

    color: #000;

    line-height: 140%;

    display: block;

    font-family: 'Gotham', sans-serif;

    font-weight: 500;

}



.book-now-bottom-sec .col-left .smart-btn {

    display: table;

    width: auto;

    margin-left: 0;

    margin-right: auto;

    position: relative;

    padding-top: 25px;

}



.book-now-bottom-sec .col-left .wpb_content_element p:nth-child(2) {

    max-width: 595px;

    margin-left: 0;

    margin-right: auto;

}



.book-now-bottom-sec .col-left .smart-btn::after {

    position: absolute;

    content: "";

    display: block;

    left: 134px;

    right: auto;

    top: 0;

    bottom: auto;

    margin: auto;

    background-image: url("../images/book-call-arrow.png");

    background-repeat: no-repeat;

    background-position: 0 0;

    width: 107px;

    height: 81px;

}



.vc_section.book-now-bottom-sec {

    padding-top: 49px;

    padding-bottom: 49px !important;

    margin-bottom: 233px !important;

}



.book-now-bottom-sec .col-right {

    position: relative;

}



body .book-now-bottom-sec .wpb_single_image .vc_single_image-wrapper img {

    min-width: 474px;

}



.book-now-bottom-sec .col-right>.vc_column-inner {

    position: absolute;

    left: -78px;

    right: auto;

    top: calc(100% - 5px);

}



.vc_section.landing-process-info-wrap {

    padding-bottom: 100px;

}



/*booking page css starts*/





/* 18-10-2021 */

.wp-google-content-inner-slider .wp-google-place .wp-google-left,

.wp-google-content-inner-slider .wp-google-place .wp-google-right>div:nth-child(2),

.wp-google-content-inner-slider .wp-google-place .wp-google-right .wp-google-powered,

.wp-google-review .wp-google-right .wp-google-time,

.wp-google-content-inner-slider .wp-google-place {

    display: none;

}



.google-review-img {

    padding-top: 25px;

}



.wp-google-reviews.owl-carousel .owl-item .wp-google-review,

.wp-google-reviews .wp-google-review {

    position: relative;

}



.wp-google-reviews.owl-carousel .owl-item .wp-google-left,

.wp-google-reviews .wp-google-left {

    position: absolute;

    right: 35px;

    top: 30px;

    width: 45px;

    height: 45px;

}



.wp-google-reviews .wp-google-left:before {

    content: "";

    width: 100%;

    height: 100%;

    background: url('../images/review-google-icon.png') no-repeat;

    left: 0;

    top: 0;

    position: absolute;

}



.wp-google-reviews.owl-carousel .owl-item .wp-google-left>img,

.wp-google-reviews.owl-carousel .owl-nav,

.wp-google-reviews .wp-google-left>img {

    display: none;

}



.wp-google-review .wp-google-right .wp-google-name {

    font-size: 18px;

    color: #32327A;

    font-weight: 600;

    line-height: 180%;

    pointer-events: none;

}



.wp-google-review .wp-google-feedback span.wp-google-text {

    color: #333333;

    font-size: 16px;

    line-height: 180%;

    text-align: left;

    font-family: 'Gotham-Book', sans-serif;

    font-style: italic;

    padding-top: 15px;

}



.wp-google-reviews.owl-carousel .owl-stage-outer,

{

overflow: visible;

}



.wp-google-reviews.owl-carousel .owl-item {

    pointer-events: none;

    opacity: 0;

    padding: 35px 32px 62px 55px;

    border-radius: 15px;

}



.wp-google-reviews.owl-carousel .owl-item.active {

    pointer-events: auto;

    opacity: 1;

}



.wp-google-content-inner {

    line-height: 0;

    padding-top: 0;

}



.wp-google-content-inner a.wp-google-url {

    display: none;

}



.wp-google-content-inner .owl-dots {

    display: block;

    padding-top: 10px;

    text-align: center;

}



.wp-google-content-inner .owl-dots button.owl-dot {

    width: 14px;

    height: 14px;

    margin-right: 8px;

    border-radius: 50%;

    background: #DDDDDD !important;

}



.wp-google-content-inner button.owl-dot.active {

    background: #AAAAAA !important;

}



.wp-google-content-inner .owl-dots button.owl-dot:focus {

    outline: none;

}



.hotwater-wrap .section-subtitle,

.commerical-wrap h2.section-subtitle,

.happy-clinet-section-wrap .section-subtitle {

    text-align: center !important;

    font-size: 25px;

    color: #333333;

    font-weight: 800;

}



.hot-water-system-deatil-inner-wrap .section-content ul li {

    width: 100% !important;

}



.hot-water-system-deatil-inner-wrap .services-two-left-block.col-left {

    width: 56%;

}



.hot-water-system-deatil-inner-wrap .services-two-right-block.col-right {

    width: 43%;

}



.hot-water-system-deatil-inner-wrap .vc_col-sm-6 .smart-btn,

.about-page-wrap.ourdifference-section-wrap .vc_col-sm-6 .smart-btn.vc_btn3-inline {

    padding-top: 23px;

}



.hot-water-system-deatil-inner-wrap .vc_col-sm-6 .smart-btn>a::after {

    position: absolute;

    content: "";

    display: block;

    left: 130px;

    right: auto;

    top: -23px;

    bottom: auto;

    margin: auto;

    background-image: url(../images/call-arrow.png);

    background-repeat: no-repeat;

    background-position: 0 0;

    width: 186px;

    height: 87px;

    pointer-events: none;

    /* background-size: 100% 100%; */

}



.plumbing-reno-section-wrap h2.section-title:nth-child(2):before {

    content: none;

}



.plumbing-reno-section-wrap h2.section-title:nth-child(2),

.residential-section-wrap .section-subtitle {

    font-size: 25px;

    font-weight: 800;

    padding: 0 20%;

}



.about-page-wrap.ourdifference-section-wrap {

    padding-bottom: 100px;

}



.ourdifference-section-wrap .section-content ul li {

    width: 100% !important;

}



/* 18-10-2021 */



/* 19-10-2021 */

.commerical-wrap .vc_row.container {

    padding-top: 45px !important;

}



.commerical-wrap .section-img .vc_box_border_grey {

    border-radius: 50%;

    overflow: hidden;

    height: 496px;

    width: 502px;

    margin-left: auto;

}



.commerical-wrap .vc_col-sm-6 .section-subhead-title {

    font-family: 'Gotham-Book', sans-serif !important;

    text-align: left !important;

    font-size: 20px;

    font-weight: 800 !important;

    margin-top: 14px;

    color: #333;

    margin-bottom: 20px;

}



.commerical-wrap .vc_col-sm-3 .vc_box_border_grey {

    height: 80px;

}



.commerical-wrap .vc_col-sm-3 .vc_box_border_grey>img {

    position: absolute;

}



.commerical-wrap .vc_row-fluid.single-section-point-wrap {

    margin-bottom: 13px;

}



.commerical-wrap .vc_col-sm-3 {

    height: 80px;

    background: #FE9EB9;

    border-radius: 50%;

    max-width: 80px;

    margin-right: 20px;

}



.commerical-wrap {

    padding-bottom: 100px;

}



body.postid-42 .home-google-review-section-wrap {

    padding-top: 0;

}



.residential-section-wrap .section-subtitle {

    padding: 0 13%;

    text-align: center !important;

}



.residential-section-wrap .vc_row {

    display: flex;

    align-items: center;

}



.residential-section-wrap .vc_row .common-blue-shape-text {

    bottom: 25px;

}



.residential-block .services-three-right-block p em {

    font-style: normal !important;

    color: #32327A;

    font-size: 16px;

}



.our-difference-block .vc_row .vc_box_border_grey,

.our-differnce-inner-wrap .vc_col-sm-6 .vc_box_border_grey {

    border-radius: 50%;

    overflow: hidden;

    height: 489px;

    width: 502px;

    margin-left: auto;

}



.our-differnce-inner-wrap .vc_col-sm-6 .vc_box_border_grey {

    margin-left: 0;

    width: 479px;

    height: 472px;

}



.our-differnce-inner-wrap .vc_col-sm-6 .vc_box_border_grey>img {

    width: 100% !important;

    object-fit: cover;

}



.innerpage-google-review-section-wrap {

    padding-top: 20px;

}



.innerpage-google-review-section-wrap {

    padding-bottom: 210px;

}



.residential-section-wrap {

    padding-bottom: 100px;

}



.residential-section-wrap {

    padding-bottom: 60px;

}



.residential-block .services-three-right-block p>strong:first-child {

    font-size: 20px;

    display: block;

    padding-bottom: 0 !important;

}



.residential-block .section-content:nth-child(2) p>strong {

    font-size: 18px;

    display: block;

    padding-bottom: 16px;

}



.residential-block .section-content:nth-child(2) p br {

    display: none;

}



.residential-block .section-content:nth-child(2) p {

    padding-top: 10px;

}



body .commerical-wrap {

    padding-left: 15px;

    padding-right: 15px;

}



.wp-google-list .wp-google-place {

    display: none;

}



.wp-google-list .wp-google-review {

    padding: 35px 32px 62px 55px;

    box-shadow: 0 0 50px rgb(0 0 0 / 10%);

    border-radius: 15px;

    position: relative;

    margin-bottom: 28px;

}



.happy-clinet-section-wrap .wp-google-list .wp-google-review .wp-google-left {

    top: 30px;

    right: 30px;

}



.happy-clinet-section-wrap2 {

    background: #F7F7F7;

}



.happy-clinet-section-wrap2 .section-subtitle {

    padding: 0 10%;

}



.happy-clinet-section-wrap2 .review-form-wrap {

    padding-top: 40px;

    display: flex;

}



.happy-clinet-section-wrap2 .vc_col-sm-10 .contact-form-table-wrap {

    display: flex;

    flex-wrap: wrap;

    margin: 0 -13px;

}



.happy-clinet-section-wrap2 .vc_row:last-child .vc_col-sm-10 {

    width: 70%;

    padding-left: 15% !important;

}



.happy-clinet-section-wrap2 .vc_row:last-child .vc_col-sm-2 {

    width: 30%;

}



.happy-clinet-section-wrap2 .review-form-wrap .half-filled {

    width: 50%;

    padding: 0 13px;

    margin-top: 25px;

}



.happy-clinet-section-wrap2 .review-form-wrap .full-filled {

    width: 100%;

}



.happy-clinet-section-wrap2 .review-form-wrap .full-filled,

.happy-clinet-section-wrap2 .review-form-wrap .btn-wrap {

    padding: 0 13px;

}



.happy-clinet-section-wrap2 .review-form-wrap .full-filled,

.happy-clinet-section-wrap2 .review-form-wrap .btn-wrap {

    padding: 0 13px;

    margin-top: 25px;

}



.happy-clinet-section-wrap2 .review-form-wrap .full-filled textarea,

.happy-clinet-section-wrap2 .review-form-wrap input {

    border: none;

    border-radius: 8px;

    box-shadow: 0 0 20px rgb(0 0 0 / 0.05);

}



.happy-clinet-section-wrap2 .review-form-wrap input {

    height: 60px;

    border-radius: 8px;

}



.happy-clinet-section-wrap2 .review-form-wrap label {

    top: 22px;

    left: 30px;

    font-size: 18px;

    color: #999999;

}



.happy-clinet-section-wrap2 .review-form-wrap .value_focus label,

.happy-clinet-section-wrap2 .review-form-wrap .input_focus label {

    top: 10px;

    color: #fff;

}



.happy-clinet-section-wrap2 .review-form-wrap input.wpcf7-not-valid,

.happy-clinet-section-wrap2 .review-form-wrap textarea.wpcf7-not-valid {

    border: 1px solid red;

}



.happy-clinet-section-wrap2 .review-form-wrap .btn-wrap>input {

    line-height: normal;

    height: 44px;

}







/* 25-10-2021 */

header .primary-navigation .primary-menu-container>ul>.menu-item.current-menu-item>a,

.primary-navigation>div>.menu-wrapper>li.current-menu-ancestor>a {

    color: #333;

    font-family: 'Gotham', sans-serif;

}



#colophon .widget_nav_menu ul>li.menu-item.current-menu-item>a {

    color: #fff;

    font-family: 'Gotham', sans-serif;

}



.inner-banner-img .vc_box_border_grey {

    height: 500px;

}



.services-details-inner-block .section-content ul li strong {

    padding-left: 35px;

    display: block;

    padding-bottom: 5px;

    font-family: 'Gotham', sans-serif;

    font-weight: 500;

    font-size: 18px;

}



.services-details-inner-block .section-content ul li br {

    display: none;

}



.blockeddrains-wrap .services-details-inner-block .section-content ul li {

    padding-left: 35px;

}



.services-details-three-inner .services-call-content p {

    font-family: 'Gotham-Book', sans-serif;

    font-size: 16px;

}



.breadcrumb li.event.no-link {

    pointer-events: none;

}



.hot-water-system-deatil-inner-wrap .vc_row {

    display: flex;

    align-items: center;

}



.hotwater-wrap .common-blue-shape-text {

    bottom: 65px;

    max-width: 340px;

    left: 0;

}



.plumbing-reno-section-wrap .vc_row {

    display: flex;

    align-items: center;

}



body .plumbing-reno-section-wrap .about-second-sec-inner .common-blue-shape-text {

    max-width: 390px;

    font-size: 30px;

    bottom: 68px;

    left: 0;

}



.residential-section-wrap .residential-block {

    padding-bottom: 37px;

}



.residential-block .section-content:nth-child(3) {

    padding-top: 15px;

}



.residential-block .section-content:nth-child(3) ul {

    margin-top: 14px;

}



.residential-block .services-three-right-block .section-content p br {

    display: none;

}



.residential-block .services-three-right-block .section-content:first-child strong {

    margin-bottom: 15px;

}



.innerpage-google-review-section-wrap .google-review-img {

    padding-top: 10px;

}







/* ---27-10-2021---- */

.home-google-review-section-wrap .smart-btn {

    text-align: center;

    padding-top: 40px;

}



.our-difference-block .common-blue-shape-text {

    left: 100px;

    font-family: 'Gotham', sans-serif;

    font-style: normal;

}



.our-difference-block .common-blue-shape-text em {

    font-style: normal;

    font-family: 'Gotham-Book', sans-serif;

}



.our-difference-block {

    padding-bottom: 45px;

}



.hot-water-system-deatil-inner-wrap .section-content+.section-content {

    padding-top: 20px;

}



.hot-water-system-deatil-inner-wrap:nth-child(3) .col-right.vc_col-sm-6 {

    padding-left: 36px;

}



.residential-section-wrap .services-details-one.residential-block .col-left.vc_col-sm-6 .common-blue-shape-text {

    font-size: 29px;

    bottom: 64px;

    right: 23px;

}



.residential-section-wrap .services-details-two.residential-block ul li {

    padding-right: 28px;

    width: 50%;

}



.single-step .section-content p span a {

    color: #464646;

}



.single-step .section-content p span a:hover {

    color: #fe9eb9;

}



header .primary-navigation .primary-menu-container>ul>.menu-item:last-child.current_page_item a {

    background: #32327c !important;

}



.happy-clinet-section-wrap .section-subtitle {

    padding-bottom: 40px;

    font-family: 'Gotham', sans-serif;

    font-weight: normal;

}



body .happy-clinet-section-wrap.inner-section-gapping {

    padding-bottom: 100px;

}



body.home .home-google-review-section-wrap {

    padding-bottom: 200px;

}



.banner-section-form-wrap .banner-contact-form-wrap div.wpcf7 .ajax-loader {

    right: 11px;

}





/* 28-10-2021 */

.primary-navigation>div>.menu-wrapper>li.current-menu-ancestor>a+.sub-menu-toggle span {

    color: #333;

}

.home-booknow-section-wrap .col-left ul li span>a,

.single-step .section-content p span>a {

    font-weight: 600;

}

span.wpcf7-form-control-wrap.message span.wpcf7-not-valid-tip {

    margin-top: -7px;

}

/* 28-10-2021 */



/* 29-10-2021 */

.home-booknow-section-wrap span.wpcf7-form-control-wrap.message span.wpcf7-not-valid-tip {

    margin: 0;

}

/* 29-10-2021 */



/* 03-03-2022 */

#colophon .footer-content-wraper .chw-widget-area>div#block-2 iframe {

    height: 214px;

    max-height: 100% !important;

}

.footer-copyright,

.footer-copyright .social-link-wrap p {

    flex-wrap: wrap;

    display: flex;

    align-items: center;

}

.footer-copyright .social-link-wrap {

    margin-left: auto;

}

#colophon .footer-content-wraper .footer-copyright .social-link-wrap p span {

    margin: 0;

}

#colophon .footer-content-wraper .footer-copyright .social-link-wrap p a {

    font-size: 0;

    width: 30px;

    height: 30px;

    position: relative;

}

#colophon .social-link-wrap span>a:hover::before {

    background-color: #32327c !important;

}

#colophon .social-link-wrap span::before {

    display: none;

}

/* 03-03-2022 */



/*11-03-2022*/

#colophon .footer-content-wraper {

    padding-top: 40px !important;

}

#colophon.site-footer .footer-link-social-wrap .widget-area>div:nth-child(4) {

    width: 26.7%;

}

#colophon .footer-content-wraper .footer-link-social-wrap .chw-widget-area>div:nth-child(3) {

    width: 27.5%;

    padding-right: 30px;

}

#colophon .footer-content-wraper .chw-widget-area>div:nth-child(3)>.wp-block-group {

    max-width: 250px;

    margin-left: 0;

    margin-right: auto;

}

#colophon .footer-content-wraper .chw-widget-area>div:nth-child(3) iframe {

    background-color: #ddd;

    padding: 5px;

    height: 214px;

    max-height: 100% !important;

}

#colophon .widget_nav_menu ul li:not(:last-child) {

    padding: 0 0 4px 0;

}

#colophon .footer-content-wraper h2,
#colophon .footer-content-wraper h3 {

    margin-bottom: -5px;

}

#colophon.site-footer .widget-area .menu-services-container {

    margin-bottom: 17px;

}

#colophon.site-footer .footer-link-social-wrap .widget-area>div:first-child {

    width: 21%;

}

#colophon.site-footer .footer-link-social-wrap .widget-area>div:nth-child(2) {

    width: 24.8%;

}

#colophon .footer-content-wraper .copywrite-wrap {

    margin-top: 53px;

}

.detail-info-sec>div {

    color: #fff;

    font-family: 'Gotham-Book', sans-serif;

    font-size: 16px;

    line-height: 180%;

}

.detail-info-sec {

    margin-top: -8px !important;

    float: left !important;

}

#colophon.site-footer .footer-link-social-wrap .widget-area>div:nth-child(4) .wp-block-image img {

    margin-left: 0;

}

#colophon.site-footer .footer-link-social-wrap .widget-area>div:nth-child(4) .wp-block-image {

    margin-bottom: 18px;

}

.detail-info-sec,
[class*="inner-container"]> :not(.entry-content):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce).detail-info-sec {

    max-width: 220px;

    margin-left: 0;

    margin-right: auto;

}

.detail-info-sec>div span {

    float: right;

    padding-left: 6px;

}

#colophon.site-footer .widget-area .menu-services-container,
.menu-quick-links-container {

    margin-top: -4px;

}

/*11-03-2022*/

/*26-08-2022*/



/*-------------- Blog Section ---------------- */
.blog-section {
    position: relative;
    height: 70vh;
    display: flex;
    align-items: center;
    margin-bottom: 0 !important;
}

.blog-section::before{
    position: absolute;
    content: "";
    background: #000;
    opacity: 0.25;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.blog-section .blog-title {
    font-size: 9rem;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.03em;
    font-family: 'Gotham', sans-serif;
}

@media screen and (max-width:1199px) {
    .blog-section .blog-title {
    font-size: 3rem;
    }
}


.blog-container {
    margin-bottom: 325px !important;
    font-size: 1rem;
}

.blog-posts {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 3rem;
    margin-bottom: 4rem;
}

@media screen and (max-width:768px) {
    .blog-posts {
        grid-template-columns: auto;
    }
}

.blog-posts .blog-detail {
    background: #ff97d3;
    filter: drop-shadow(8px 8px 0px #343279);
    display: none;
}

.blog-posts .blog-detail img {
    width: 100%;
    height: 320px;
    object-fit: cover;
}

.blog-posts .blog-detail .blog-content {
    padding: 2rem;
    text-align: center;    
    position: relative;
    z-index: 9;
}

.blog-posts .blog-detail .blog-content .date {
    display: inline-block;
    position: absolute;
    font-size: 1.25rem;
    right: 15px;
    top: -60px;
    background: #32327c;
    color: #fff;
    border-radius: 50rem;
    padding: 1.25rem 1rem;
    line-height: 1;
    text-transform: uppercase;
}

.blog-posts .blog-detail .blog-content::before {
    content: "";
    position: absolute;
    top: -86px;
    right: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: url(../images/blog-sprite.png) no-repeat;
    background-position: -75px 0px;
    z-index: -1;
}

.blog-posts .blog-detail .blog-content a:hover {
    color: #000;
}

.blog-posts .blog-detail .blog-content .title {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
}

#loadMore {
    width: 200px;
    position: relative;
    color: #fff;
    display: block;
    text-align: center;
    margin: 20px auto;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid transparent;
    background-color: #343279;
    transition: .3s;
  }
  #loadMore::before{
    position: absolute;
    content: "";
    background: #000;
    height: 1px;
    width: 230%;
    left: -240%;
    top: 50%;
  }
  #loadMore::after{
    position: absolute;
    content: "";
    background: #000;
    height: 1px;
    width: 230%;
    right: -240%;
    top: 50%;
  }
  #loadMore:hover {
    color: #343279;
    background-color: #fff;
    border: 1px solid #343279;
    text-decoration: none;
  }
  .noContent {
    color: #000 !important;
    background-color: transparent !important;
    pointer-events: none;
  }

.return{
    background: #343279;
    margin: 0 !important;
    padding: 1rem 0;
}

.return svg{
    margin-right: 1rem;
}

.blog-post-wrapper {
    margin-bottom: 180px !important;
    font-size: 1rem;
}

.blog-post-wrapper img {
    max-width: 100%;
}

.blog-post-wrapper h2, .blog-post-wrapper h3, .blog-post-wrapper h4, .blog-post-wrapper h5, .blog-post-wrapper h6 {
   font-size: 1.5rem; 
   font-weight: 700;
   border-left: 4px solid #FF97D3;
   padding-left: 1rem;
}

.myths {
    margin-top: 3rem;
}

.myths .myth-content {
    display: flex;
    align-items: center;
}

@media screen and (max-width:768px) {
    .myths .myth-content {
    display: block;
    }
}

.myths .myth-content .item {
    flex: 0 0 auto;
    width: 50%;
}

@media screen and (max-width:768px) {
    .myths .myth-content .item {
    width: 100%;
    }
}

.myths .myth-content .item h2, .myths .myth-content .item h3, .myths .myth-content .item h4, .myths .myth-content .item h5, .myths .myth-content .item h6, .myths .myth-content .item p {
    color: #fff;
}

.myths .myth-content:nth-child(odd) {
    background: #343279;
}

.myths .myth-content:nth-child(even) {
    background: #FF97D3;
}

.myths .myth-content:nth-child(even) .image-holder {
    order: 2;
    -webkit-order: 2;
}

.myths .myth-content .image-holder img{
    width: 100%;
}

.myths .myth-content .content-holder {
    padding: 3rem;
    max-width: 630px;
}

@media screen and (max-width:768px) {
    .myths .myth-content .content-holder {
        padding: 2rem ;
    }
}

.myths .myth-content:nth-child(even) .content-holder {
    margin: 0 0 0 auto;
}

.myths .myth-content:nth-child(even) .content-holder h2, .myths .myth-content:nth-child(even) .content-holder h3, .myths .myth-content:nth-child(even) .content-holder h4, .myths .myth-content:nth-child(even) .content-holder h5, .myths .myth-content:nth-child(even) .content-holder h6  {
    border-left: 4px solid #343279;

}

.content-section2{
    padding: 3rem 0;
}

.sewer-stories .flex-container {
    background: #343279;
    box-shadow: 8px 8px 0px #FF97D3;
    padding: 4rem;
    display: flex;
}

@media screen and (max-width:768px) {
    .sewer-stories .flex-container {
    display: block;
    padding: 2rem;
    }
}

.sewer-stories .content-holder {
    padding-right: 3rem;
}

@media screen and (max-width:768px) {
    .sewer-stories .content-holder  {
        padding-right: 0;
        padding-bottom: 3rem;
    }
}

.sewer-stories .content-holder  h2, .sewer-stories .content-holder  h3, .sewer-stories .content-holder  h4, .sewer-stories .content-holder  h5, .sewer-stories .content-holder  h6, .sewer-stories .content-holder  p {
    color: #fff;
}

.sewer-stories .content-holder ul {
    padding-left: 1.5rem;
}

.sewer-stories .content-holder ul li{
    list-style-type: disc;
    font-size: 1rem;
    color: #fff;
}

.sewer-stories .image-holder {
    width: 100%;
}

.content-section3{
    padding: 3rem 0;
}

.service-areas .content-holder{
    background: #FF97D3;
    box-shadow: 8px 8px 0px #343279;
    padding: 4rem;
    margin-top: 4rem;
    position: relative;
    z-index: 9;
}

@media screen and (max-width:768px) {
    .service-areas .content-holder {
    padding: 2rem;
    }
}

.service-areas .content-holder::before {
    position: absolute;
    content: "";
    background-image: url(../images/service-areas-bg.jpg);
    background-repeat: no-repeat;
    left: 0;
    top: -32%;
    height: 100%;
    width: 100%;
    z-index: -1;
}


.service-areas .content-holder p{
    color: #fff;
}

@media not all and (min-resolution:.001dpcm) {

    @media {

        .landing-process-info-wrap .process-wrap .process-item {

            width: 24.9%;

        }

    }
}

.suburb-banner-section {
    position: relative;
    height: 70vh;
    display: flex;
    align-items: center;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.suburb-banner-section::before{
    position: absolute;
    content: "";
    background: #000;
    opacity: 0.25;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.bg-first {
    background: #343279;
}

.bg-second {
    background: #FF97D3;
}

.suburb-pages .section2 img {
    border-radius: 50rem;
} 

.suburb-pages .section3 {
    background: #343279 url(../images/experience-bg.png);
    background-position: 52% 25%;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1199px) {
    .suburb-pages .section3 {
        background-position: 45% 25%;
   }
}

.suburb-pages .section3 .btn {
    background: #FF97D3;
    color: #343279;
} 

.suburb-pages .section4 .detail {
    background: #ff97d3;
    filter: drop-shadow(8px 8px 0px #343279);
}

.suburb-pages .section4 .content {
    padding: 2rem;
    text-align: center;
    position: relative;
    z-index: 9;
}
.suburb-pages .section4 .detail .content::before {
    content: "";
    position: absolute;
    top: -86px;
    right: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: url(../images/blog-sprite.png) no-repeat;
    background-position: -75px 0px;
    z-index: -1;
}

.suburb-pages .section4 .content .title {
    font-size: 2.125rem;
}

.suburb-pages .section4 .content .btn {
    background: #343279;
    color: #ff97d3;
}

.suburb-pages .section5 .title {
    font-size: 2.125rem;
}

.suburb-pages .section5 img {
    border-radius: 50rem;
}

.suburb-pages .section5 ul {
    column-count: 2;
}

@media screen and (max-width:1199px) {
    .suburb-pages .section5 ul {
        column-count: 1;
    }
}

.suburb-pages .section5 ul li {
    position: relative;
    padding-left: 3rem;
    padding-top: 0.65rem;
    padding-bottom: 0.65rem;
    line-height: 1.5;
}

.suburb-pages .section5 ul li:before {
    content: "";
    position: absolute;
    background: url(../images/list-icon.png) no-repeat;
    width: 30px;
    height: 29px;
    left: 0;
    top: 20%;

}

.suburb-pages .cta {
    margin-top: -5rem;
}

@media screen and (max-width:1199px) {
    .suburb-pages .cta {
        margin-top: 0;
    }
}

.suburb-pages .cta .content-holder{
    background: #FF97D3;
    box-shadow: 8px 8px 0px #343279;
    padding: 4rem;
    margin-top: 4rem;
    position: relative;
    z-index: 9;
}

@media screen and (max-width:768px) {
    .suburb-pages .cta .content-holder {
        margin-top: 7rem;
        padding: 2rem;
    }
}

.suburb-pages .cta .content-holder::before {
    position: absolute;
    content: "";
    background-image: url(../images/service-areas-bg.jpg);
    background-repeat: no-repeat;
    left: 0;
    top: -73px;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.suburb-pages .cta .content-holder .title {
    font-size: 2.125rem;
    color: #32327C;    
}

.suburb-pages .cta .content-holder .btn {
    background: #343279;
    color: #FF97D3;
}

.suburb-pages .cta .content-holder .description {
    column-count: 2;
    column-gap: 2rem;
}

@media screen and (max-width:576px) {
    .suburb-pages .cta .content-holder .description {
        column-count: 1;
    }
}

.suburb-pages .cta .content-holder .description p {
    color: #343434;
    font-size: 0.875rem;
}

.suburb-pages .spacer {
    padding: 6rem 0;
}

@media screen and (max-width:576px) {
    .suburb-pages .spacer {
        padding: 10rem 0;
    }
}

.suburb-pages .section6 .content-holder {
    background: #343279;
}

.suburb-pages .section6 .content-holder .content .subtitle{
    color: #FF97D3;
    font-size: 1.75rem;
}

.suburb-pages .section6 .content-holder .content .description {
    column-count: 2;
}

@media screen and (max-width:576px) {
    .suburb-pages .section6 .content-holder .content .description {
        column-count: 1;
    }
}

.suburb-pages .section6 .content-holder .content .description p {
    color: #fff;
    font-size: 0.875rem;
}

.suburb-pages .section6 .content-holder .content .btn-1 {
    background: #FF97D3;
    color: #343279;
}

.suburb-pages .section7 ul {
    column-count: 2;
    column-gap: 2rem;
}

@media screen and (max-width:1199px) {
    .suburb-pages .section7 ul {
        column-count: 1;
    }
}

.suburb-pages .section7 ul li {
    position: relative;
    padding-left: 3rem;
    padding-top: 0.65rem;
    padding-bottom: 0.65rem;
    line-height: 1.5;
}

.suburb-pages .section7 ul li:before {
    content: "";
    position: absolute;
    background: url(../images/list-icon.png) no-repeat;
    width: 30px;
    height: 29px;
    left: 0;
    top: 20%;

}

/******* Areas *************/
.noresult {
    display: none;
    font-size: 2rem;
    font-weight: bold;
}
.areatop {
    margin-top: 4rem;
}
.areatop ul.nav-pills {
    margin-left: 0;
}
.areatop ul.nav-pills li.nav-item {
    list-style-type: none;
    padding: 0 1rem;
}
@media screen and (max-width: 768px) {
    .areatop ul.nav-pills li.nav-item {
        padding: 0.5rem;
   }
}
.areatop ul.nav-pills li.nav-item a.nav-link {
    font-size: 1.15rem;
    font-weight: 900;
    border-radius: 0;
    padding: 1rem 2rem;
    line-height: 1;
    background: #FFD6ED;
    color: #6A699B;
    height: 100%;
    text-align: center;
    border-radius: 5px;
}

@media screen and (max-width: 768px) {
    .areatop ul.nav-pills li.nav-item a.nav-link {
        font-size: 1rem;
        padding: 1rem;
   }
}

.areatop ul.nav-pills li.nav-item a.nav-link svg {
    color: #FF97D3;
}

@media screen and (max-width: 768px) {
    .areatop ul.nav-pills li.nav-item a.nav-link svg {
        width: 24px;
        height: 24px;
   }
}

.areatop ul.nav-pills li.nav-item a.active {
    background: #FF97D3;
    color: #343279;
    filter: drop-shadow(8px 8px 0px #343279);
}
.areatop ul.nav-pills li.nav-item a.active svg {
    color: #fff;
}
.tab-content {
    padding-bottom: 10rem;
}
@media screen and (max-width: 768px) {
    .tab-content {
        margin-top: 0 !important;
        padding-bottom: 18rem;
   }
}
.areawrap {
    padding: 2rem 0;
}
@media screen and (max-width: 576px) {
    .areawrap {
        padding: 2.75rem 0;
   }
}
.areawrap .arealistwrap .alphabet-title {
    font-size: 2.5rem;
    font-weight: 700;
}
@media screen and (max-width: 576px) {
    .areawrap .arealistwrap .alphabet-title {
        font-size: 1.25rem;
   }
}
.areawrap .arealistwrap ul {
    margin-bottom: 0;
}
.areawrap .arealistwrap ul li {
    display: inline-block;
    padding: 0.25rem 0;
}
@media screen and (max-width: 576px) {
    .areawrap .arealistwrap ul li {
        line-height: 1;
   }
}
.areawrap .arealistwrap ul li a {
    font-size: 1.25rem;
    color: #ff97d3;
    font-weight: 600;
    text-transform: capitalize;
}
@media screen and (max-width: 576px) {
    .areawrap .arealistwrap ul li a {
        font-size: 0.75rem;
        line-height: 1;
   }
}
.areawrap .arealistwrap ul li a:hover {
    color: #343279;
}
.areawrap .arealistwrap .areahide {
    display: none;
}
.areawrap .arealistwrap .mbottom {
    margin-bottom: 5rem;
}
@media screen and (max-width: 576px) {
    .areawrap .arealistwrap .mbottom {
        margin-bottom: 2rem;
   }
}
.areawrap .arealisthide {
    display: none;
}
.areawrap .loadmorewrap {
    position: relative;
    text-align: center;
    padding: 0;
}
@media screen and (max-width: 1199px) {
    .areawrap .loadmorewrap {
        padding: 1rem 0;
   }
}
.areawrap .loadmorewrap a {
    font-weight: bold;
    color: #fff;
    font-size: 1.2rem;
    padding: 1rem;
    width: 13.2rem;
    display: inline-block;
    text-align: center;
    border-radius: 0;
    background-color: #343279;
}
.areawrap .loadmorewrap a:hover {
    background-color: #ff97d3;
    color: #fff;
}



    /*************************[[[[[[[[[[[[[[[[[[[[[[Innerpages]]]]]]]]]]]]]]]]]]]]]]*****************************/

    /*

    font-family: 'Gotham-Book', sans-serif;

    font-family: 'Gotham', sans-serif;

*/