/*-----FONTS-----*/
@font-face {
  font-family: 'DIN Pro';
  src: url('../fonts/DINPro-Bold.eot');
  src: url('../fonts/DINPro-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/DINPro-Bold.woff2') format('woff2'),
    url('../fonts/DINPro-Bold.woff') format('woff'),
    url('../fonts/DINPro-Bold.ttf') format('truetype'),
    url('../fonts/DINPro-Bold.svg#DINPro-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'DIN Pro';
  src: url('../fonts/DINPro-Black.eot');
  src: url('../fonts/DINPro-Black.eot?#iefix') format('embedded-opentype'),
    url('../fonts/DINPro-Black.woff2') format('woff2'),
    url('../fonts/DINPro-Black.woff') format('woff'),
    url('../fonts/DINPro-Black.ttf') format('truetype'),
    url('../fonts/DINPro-Black.svg#DINPro-Black') format('svg');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'DIN Pro';
  src: url('../fonts/DINPro.eot');
  src: url('../fonts/DINPro.eot?#iefix') format('embedded-opentype'),
    url('../fonts/DINPro.woff2') format('woff2'),
    url('../fonts/DINPro.woff') format('woff'),
    url('../fonts/DINPro.ttf') format('truetype'),
    url('../fonts/DINPro.svg#DINPro') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'DIN Pro';
  src: url('../fonts/DINPro-Medium.eot');
  src: url('../fonts/DINPro-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/DINPro-Medium.woff2') format('woff2'),
    url('../fonts/DINPro-Medium.woff') format('woff'),
    url('../fonts/DINPro-Medium.ttf') format('truetype'),
    url('../fonts/DINPro-Medium.svg#DINPro-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'DIN Pro';
  src: url('../fonts/DINPro-MediumItalic.eot');
  src: url('../fonts/DINPro-MediumItalic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/DINPro-MediumItalic.woff2') format('woff2'),
    url('../fonts/DINPro-MediumItalic.woff') format('woff'),
    url('../fonts/DINPro-MediumItalic.ttf') format('truetype'),
    url('../fonts/DINPro-MediumItalic.svg#DINPro-MediumItalic') format('svg');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'FontAwesome';
  font-display: swap;
  src: url('../fonts/fontawesome-webfont.woff2') format('woff2'),
    url('../fonts/fontawesome-webfont.woff') format('woff'),
    url('../fonts/fontawesome-webfont.ttf') format('truetype'),
    url('../fonts/fontawesome-webfont.svg') format('svg');
}



/*-----RESET-----*/
html,
body {
  width: 100%;
}

body {
  margin: 0px;
  padding: 0px;
  font-family: 'DIN Pro', sans-serif;
  font-weight: normal;
  font-size: 16px;
  position: relative;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased !important;
  color: #44525F;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
code,
del,
dfn,
em,
img,
q,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

html {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

a img {
  border: none;
}
img.signatureimg {
    margin-top: -6px;
}

:focus {
  outline: 0;
}

::-moz-focus-inner {
  border: 0;
}

a,
button {
  text-decoration: none;
  color: inherit;
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  cursor: pointer
}

ul {
  list-style: none;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

/*-----FORM CONTROL-----*/
::-webkit-input-placeholder {
  color: #707070;
  font-family: 'DIN Pro';
  font-weight: 500;
}

::-moz-placeholder {
  color: #707070;
  font-family: 'DIN Pro';
  font-weight: 500;
}

:-ms-input-placeholder {
  color: #707070;
  font-family: 'DIN Pro';
  font-weight: 500;
}

::-moz-selection {
  color: #fff;
  background: #21AB74;
}

::selection {
  color: #fff;
  background: #21AB74;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
}

select::-ms-expand {
  display: none;
}

input:invalid {
  box-shadow: none;
}

input[type=text],
input[type=submit],
input[type=email],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  resize: none;
  height: auto !important;
  min-height: 120px;
  overflow: hidden;
}

.form-group {
  margin-bottom: 25px
}

.form-control {
  width: 100%;
  padding: 12px 20px;
  border: 1px solid #fff;
  border-radius: 5px;
  height: 50px;
  background: #fff;
  color: #707070;
  font-family: 'DIN Pro';
  font-weight: 500;
  font-size: 16px;
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
}

.btnbar {
  text-align: right;
  margin-top: 32px;
}

.submitbtn input[type=submit] {
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 16px;
  text-transform: capitalize;
  color: #fff;
  padding: 0;
  cursor: pointer;
  font-family: 'DIN Pro';
  font-weight: bold;
  line-height: 100%;
}

.submitbtn {
  background: #21AB74;
  border: 1px solid #21AB74;
  border-radius: 5px;
  color: #fff;
  padding: 16px 30px;
  font-family: 'DIN Pro';
  font-weight: 900;
  font-size: 16px;
  line-height: 100%;
  cursor: pointer;
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  position: relative;
  z-index: 0;
  overflow: hidden;
  text-transform: capitalize;
  display: inline-block;
  min-width: 190px;
  min-height: 58px;
}

.submitbtn::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 10px;
  height: 100%;
  border-radius: 100px;
  background-color: #fff;
  transform-origin: left;
  transition: 0.5s ease;
  z-index: -1;
}

.submitbtn:hover::after {
  width: 100%;
  opacity: 1;
}

.submitbtn:hover {
  background: #fff;
  border-radius: 50px;
  color: #21AB74;
  border-color: #fff;
}

.submitbtn:hover input[type=submit] {
  color: #009048;
}

.form-control:focus {
  border-color: #eb3b16 !important;
}


/*-----STRUCTURE-----*/
.container,
.incontainer {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  position: relative
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row::before,
.row::after,
.container::before,
.container::after,
.clearfix::before,
.clearfix::after {
  display: table;
  content: " ";
}

.row::after,
.container::after,
.clearfix::after {
  clear: both;
}

.width50 {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  float: left
}

.flex-container {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.container.flex-container:before,
.container.flex-container:after,
.container.flex-wrapper:before,
.container.flex-wrapper:after {
  display: block;
}

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

/*-----HELPER-----*/
.fl {
  float: left
}

.fr {
  float: right
}

.hidden {
  display: none
}

.bgimg {
  position: absolute;
  right: 0;
  bottom: 0;
  max-height: 100%;
  max-width: inherit;
  left: 0;
  top: 0;
  width: 100%;
  object-fit: cover;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}

.mCSB_inside>.mCSB_container {
  margin-right: 35px
}

.mCustomScrollbar .mCSB_scrollTools {
  opacity: 0
}

.mCustomScrollbar:hover .mCSB_scrollTools {
  opacity: 1
}

.cborder {
  border-radius: 5px;
}

/*----------------------------------------COMMON------------------------------------*/
/*-----SCROLL TOP-----*/
.scrollTop {
  position: fixed;
  right: 10px;
  bottom: -50px;
  border-radius: 0;
  opacity: 0;
  height: 40px;
  width: 40px;
  line-height: 36px;
  z-index: 10;
  color: #fff;
  background: #44525F;
  text-align: center;
  font-size: 16px;
  border-radius: 100%;
  box-shadow: 0px 0px 8px rgb(0 0 0 / 25%);
}

.scrollTop.show {
  bottom: 93px;
}

.scrollTop:after {
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
  background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

/* =========== INNER BANNER ==========*/
/*-----BREADCRUMBS-----*/
.breadcrumb_inner {
  position: relative;
  min-height: 362px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  background-image: linear-gradient(rgb(0 0 0 / 55%), rgb(0 0 0 / 55%));
  text-align: center;
  padding-bottom: 115px;
}

.breadcrumb_inner.breadcrumb_service {
  min-height: 800px;
  align-items: center;
  padding-bottom: 0;
}

.pagetitle {
  font-size: 50px;
  color: #fff;
  line-height: 100%;
  position: relative;
  font-weight: bold;
  padding-bottom: 10px;
  text-align: center;
}

ul.woo_breadcums {
  width: 100%;
  padding: 0px;
  text-align: center;
}

ul.woo_breadcums li {
  list-style: none;
  color: #44525F;
  font-size: 14px;
  font-weight: normal;
  text-transform: capitalize;
  margin-bottom: 0;
}

ul.woo_breadcums li span {
  padding: 0;
}

ul.woo_breadcums li a {
  position: relative;
  z-index: 0;
  line-height: 100%;
  margin: 0 40px 0 0;
  display: inline-block;
}

ul.woo_breadcums li a:after {
  position: absolute;
  z-index: 0;
  content: '/';
  top: 0;
  right: -28px;
  width: 15px;
  height: 15px;
}

ul.woo_breadcums li a:hover {
  color: #21AB74;
  text-decoration: underline;
}

.breadcrumb_wrapper {
  border-bottom: 1px solid #DEDEDE;
  padding: 3px 0;
}

.breadcrumb_service .btn_theme {
  margin-top: 26px;
  min-height: 64px;
  min-width: 176px;
}

.breadcrumb_service .pagetitle {
  font-size: 60px;
  text-transform: uppercase;
  margin-top: 88px;
}

.areas_breadcurmb .breadcrumb_wrapper {
  padding: 4px 0;
}

.breadcrumb_service .btn_theme span.arrow {
  margin-left: 12px;
}

/*-----CONTENT-----*/
.title_xlg,
.title_lg,
.title_md,
.title_sm,
.title_xs,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'DIN Pro';
  font-weight: bold;
  line-height: 100%;
  color: #44525F;
  text-transform: capitalize;
  margin-bottom: 26px;
  letter-spacing: 0.5px;
}

.title_xlg,
h1 {
  font-size: 50px;
}

.title_lg,
h2 {
  font-size: 40px;
}

.title_md,
h3 {
  font-size: 30px;
}

.title_sm,
h4 {
  font-size: 20px;
}

.title_xs,
h5 {
  font-size: 18px;
}

h6 {
  font-size: 14px;
}

.head_xs {
  font-size: 20px;
  color: #44525F;
  font-family: 'DIN Pro';
  font-weight: bold;
  line-height: 28px;
  margin-bottom: 25px;
}

/* CASE */
.uppercase {
  text-transform: uppercase;
}

.textinherit {
  text-transform: inherit;
}


.center {
  text-align: center;
}

.whiteclr {
  color: #fff;
}

/* PARAGRAPH */
p {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 25px;
}

p:last-of-type {
  margin-bottom: 0;
}

p a {
  text-decoration: none;
  display: inline-block;
  color: #44525F;
  text-decoration: underline;
}

p a:hover {
  color: #21AB74;
}

/*Default List*/
ul,
ol {
  display: block;
}

ul,
ol {
  margin-top: 10px;
  margin-bottom: 10px;
}

ul li,
ol li {
  margin-bottom: 10px;
  line-height: 100%;
}

.dlist {
  display: flex;
  flex-wrap: wrap;
  margin: 40px 0 35px;
}

.dlist li {
  font-size: 16px;
  line-height: 100%;
  position: relative;
  padding-left: 20px;
  flex: 0 0 100%;
}

.dlist.half li {
  flex: 0 0 50%;
}

.dlist.thrice li {
  flex: 0 0 33.33%;
}

.dlist li:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background: #21AB74;
  border-radius: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto 0;
}

/*Inner Content*/
.inpage {
  margin: 98px 0 0;
}


.contentdiv p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 20px;
  letter-spacing: 0.3px;
}

.contentdiv p a,
.ptag p a:hover {
  text-decoration: underline;
  display: inline;
  color: #000;
}

.contentdiv p a:hover {
  text-decoration: underline;
  color: coral
}

.tablecontainer {
  max-width: 100%;
  clear: both;
  margin: 32px 0 0 0;
  width: 100%;
}

/*table.tbl_styl {border:1px solid #dadada; width:100%; margin: 40px 0; background:#fff!important}*/
table {
  border: 1px solid #dadada;
  width: 100%;
  margin: 40px 0;
  background: #fff !important;
  display: block;
  max-width: -moz-fit-content;
  max-width: fit-content;
  overflow-x: auto;
  white-space: nowrap;
}

table tr th {
  padding: 8px 15px;
  text-align: left;
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 20px;
  color: #373737;
  letter-spacing: 0.3px;
  background: #fff;
}

table tr td {
  padding: 6px 15px;
  text-align: left;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 20px;
  color: #4B4B4B;
  letter-spacing: 0.3px;
  background: #fff;
}

table tr td {
  border-bottom: 1px solid #e3e3e3
}

table tr:last-child td {
  border-bottom: 0px solid #e3e3e3
}

table tr th {
  background: #e7e7e7 !important;
  border-bottom: 1px solid #e3e3e3
}

code {
  background: #e1e1e1;
  color: #6e6e6e;
  padding: 5px 8px 3px;
  border-radius: 3px;
  font-family: 'Courier New';
  font-weight: normal;
  font-style: normal;
  display: inline;
  margin: 0 5px 0;
}

codetag {
  background: #e1e1e1;
  color: #6e6e6e;
  width: 98%;
  clear: both;
  float: left;
  padding: 15px;
  margin: 20px 0 46px;
  font-family: 'Courier New';
  font-weight: normal;
}

a.btn-theme {
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  border-radius: 3px;
  margin: 0 10px 0 0;
  background: #3e4571;
  border: 2px solid #3e4571;
}

a.btn-theme:hover {
  background: #fff;
  color: #3e4571;
  border: 2px solid #3e4571;
}

dl {
  display: block;
  width: 100%;
  float: left;
}

dt {
  float: left;
  font-weight: bold;
  width: 200px;
  clear: both;
}

dt:after {
  content: ":";
}

dd {
  width: calc(100% - 200px);
  float: left;
  margin: 0 0 10px 0;
}

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 300px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.smallsentences p {
  margin-bottom: 5px;
  line-height: 16px;
}

.divider {
  border-top: 1px solid #E5E5E5;
  margin: 100px 0;
}

/* PARAGRAGH */
.flex-dierection {
  flex-direction: row-reverse;
}

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

.ctent_img {
  width: 620px;
  position: sticky;
  top: 90px;
  align-self: flex-start;
}

.ctent_blk {
  width: calc(100% - 620px);
  padding-left: 170px;
}

.flex-dierection .ctent_blk {
  padding-right: 135px;
  padding-left: 0;
}

.content_wrapper .title_lg {
  line-height: 52px;
}

.content_row:not(:last-child) {
  margin-bottom: 120px;
}

.right_pattern,
.left_pattern {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: -1;
}

.right_pattern {
  right: -60px;
}

.left_pattern {
  left: -60px;
}

.col6 {
  width: 50%;
}

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


/*-----BUTTONS-----*/

.btn-list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: row;
  margin: 0 -8px;
}

.btn-list li {
  padding: 0px 8px;
}

[class*="btn_"] {
  font-family: 'DIN Pro';
  font-weight: bold;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.3px;
  color: #fff;
  text-transform: uppercase;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  position: relative;
  z-index: 0;
  padding: 10px 12px;
  overflow: hidden;
  border: 1px solid #21AB74;
  background: #21AB74;
  min-height: 58px;
  min-width: 190px;
}

/* [class*="btn_"] img{margin-right: 14px;width: 22px;} */
[class*="btn_"] i {
  margin-right: 10px;
  font-size: 17px;
  font-weight: bold;
  color: #fff;
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
}

.btn_white {
  background: #fff;
  color: #21AB74;
  border-color: #fff;
}

.btn_bdr {
  border: 1px solid #00A14D;
  color: #00A14D;
  background: transparent;
  min-width: 230px;
  padding: 12px 25px;
}

[class*="btn_"] span.arrow {
  display: inline-flex;
  line-height: 100%;
  margin-left: 8px;
}

.btn_call .call_icon {
  width: 35px;
  height: 35px;
  background: #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 6px;
  margin-left: 0;
}

.btn_alink {
  font-size: 12px;
  letter-spacing: 0.5px;
  color: #fff;
  padding: 0 0 5px;
  min-width: auto;
  min-height: auto;
  border: 0;
  font-weight: 500;
  background: transparent;
}

.btn_alink span.arrow img {
  filter: brightness(0) invert(1);
  width: 10px;
}

.btn_alink span.arrow {
  margin-left: 6px;
}

.btn_arrow span img {
  filter: brightness(0) invert(1);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

.btn_theme span {
  margin-left: 10px;
}

span.btn_alink:hover {
  background: transparent;
  color: #fff;
  border-radius: 0;
}

span.btn_alink:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
}

span.btn_alink:hover:after {
  width: 100%;
}

.btn_call {
  font-weight: 900;
  font-size: 16px;
}

[class*="btn_"]:hover {
  border-radius: 50px;
  border-color: #fff;
  background: #fff;
  color: #21AB74;
}

.btn_white:hover {
  background: #21AB74;
  color: #fff;
  border-color: #21AB74;
}

.btn_white:hover img {
  filter: brightness(0) invert(1);
}

.btn_bdr:hover {
  border-color: #21AB74;
}

[class*="btn_"]:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: calc(100% - 5%);
  height: calc(100% - 14%);
  border: 1px solid #21AB74;
  opacity: 0;
  border-radius: 50px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

[class*="btn_"]:hover:before {
  opacity: 1;
}

.btn_white:before {
  border: 1px solid #fff;
}

.theme_arrow:hover span img {
  filter: invert(51%) sepia(100%) saturate(338%) hue-rotate(104deg) brightness(88%) contrast(89%);
}

/* OUR SERVICES */
.our_services_list {
  display: flex;
  flex-wrap: wrap;
  margin: 40px -22px 0;
  padding: 0 15px;
}

.our_services_list li {
  padding: 0 22px;
  width: 33.33%;
  margin-bottom: 0;
}

.our_services_list li:nth-child(n+4) {
  margin-top: 36px;
}

.serbox {
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.ser_overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 0 45px;
  z-index: 1;
}

.ser_overlay .title_md {
  color: #fff;
  line-height: 38px;
  text-transform: uppercase;
  letter-spacing: normal;
  margin-bottom: 45px;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
}

.serbox:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, transparent 30%, rgb(0 0 0 / 55%) 60%);
  z-index: 1;
}

/* CHOOSE */
.chbox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.choose_list li:not(:last-child) {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #DEDEDE;
}

.ch_icon {
  width: 95px;
}

.chbox .title_sm {
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: normal;
  width: calc(100% - 95px);
}

.counter_wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 120px 0 100px;
  align-items: center;
}

.counter_left {
  width: calc(100% - 555px);
  padding-right: 105px;
}

.counter_right {
  width: 555px;
}

.counter_left .title_lg {
  line-height: 50px;
  margin-bottom: 0;
}

.choose_wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 100px 0 140px;
  align-items: center;
}

.sidecount {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -18px;
}

.sidecount li {
  width: 50%;
  padding: 0 18px;
}

.counter_box {
  background: #E9E9E9;
  padding: 40px 40px 30px;
}

.counter_list .counter-value {
  font-size: 56px;
  font-weight: bold;
  line-height: 100%;
  display: inline-block;
}

.counter_list {
  position: relative;
}

.counter_list span {
  font-size: 30px;
  color: #44525F;
  font-weight: bold;
  display: inline-block;
  position: absolute;
  top: 0;
}

.count_txt {
  line-height: 20px;
  margin-top: 10px;
}

/* CTA */
.hm_cta {
  position: relative;
  min-height: 728px;
  background: rgb(0 0 0 / 38%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.cta_inner {
  text-align: center;
}

.cta_inner .title_xlg {
  color: #fff;
  text-transform: uppercase;
}

/* FOOTER */
footer {
  background-color: #44525F;
}

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

.ft_top {
  justify-content: space-between;
  padding: 35px 0 30px;
  align-items: center;
}

.ft_top .ft_center .title_sm {
  text-align: center;
  color: #fff;
  line-height: 26px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.ft_logo {
  width: 400px;
}

.ft_center {
  width: 680px;
  padding: 0 100px;
  border-left: 1px solid rgb(255 255 255 / 5%);
  border-right: 1px solid rgb(255 255 255 / 5%);
}

.ft_ctact_detail {
  width: 240px;
  text-align: right;
}

.ct_info li p,
.ct_info li a {
  font-size: 14px;
  color: #fff;
  line-height: 100%;
  margin-bottom: 0;
  position: relative;
}

.ct_info li:not(:last-child) {
  margin-bottom: 15px;
}

.ct_info li:last-child {
  margin-bottom: 0;
}

.ft_bottom {
  padding: 45px 0 55px;
  border-top: 1px solid rgb(255 255 255 / 5%);
  justify-content: space-between;
}

.ft_quick {
  width: 240px;
}

.ft_services {
  width: 745px;
  border-left: 1px solid rgb(255 255 255 / 5%);
  border-right: 1px solid rgb(255 255 255 / 5%);
  padding-left: 140px;
}

.ft_brand {
  width: 335px;
}

.ftlabel {
  font-size: 14px;
  color: #fff;
  line-height: 100%;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 30px;
  position: relative;
}

.quick_link li a {
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0.4px;
  font-weight: normal;
  text-transform: uppercase;
  color: #fff;
  position: relative;
}

.ct_info li a:hover,
.quick_link li a:hover,
.quick_link li.active a {
  color: #21AB74;
}

.ct_info li a:after,
.quick_link li a:after {
  content: "";
  position: absolute;
  bottom: -5px;
  opacity: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #21AB74;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
}

.ct_info li a:hover:after,
.quick_link li:hover a:after,
.quick_link li.active a:after {
  bottom: 0;
  opacity: 1;
}

.ft_services .quick_link {
  display: flex;
  flex-wrap: wrap;
}

.ft_services .quick_link li {
  width: 45%;
}

.ftbox {
  background: #fff;
  padding: 4px;
  max-width: 192px;
  margin: 0 0 0 auto;
}

.ft_list li:not(:last-child) {
  margin-bottom: 15px;
}

.ft_call {
  display: flex;
  padding: 10px 25px;
  min-height: 60px;
  align-items: center;
}

.ft_icon {
  width: 35px;
  height: 35px;
  background: #21AB74;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

.call_text {
  font-size: 12px;
  color: #21AB74;
  line-height: 100%;
  text-transform: uppercase;
  letter-spacing: 1.6px;
}

.call_text span {
  font-size: 16px;
  font-weight: 900;
  display: block;
  width: 100%;
  margin-top: 5px;
  letter-spacing: normal;
}

.copyright {
  border-top: 1px solid rgb(255 255 255 / 5%);
  padding: 10px 0;
}

.copyright p {
  font-size: 12px;
  color: #fff;
  line-height: 30px;
  letter-spacing: 0.5px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
}

.quick_enruiry {
  position: fixed;
  top: 58%;
  right: 0%;
  z-index: 1;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform-origin: 100% 100%;
  -webkit-transform-origin: 100% 100%;
  border-radius: 8px 8px 0 0;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.quick_enruiry .btn_theme {
  border-radius: 0;
  min-width: 164px;
  min-height: 46px;
}

.quick_enruiry .btn_theme:hover {
  border-radius: 0;
  box-shadow: 0 0 8px rgb(0 0 0 / 29%);
}

.quick_enruiry .btn_theme:before {
  border-radius: 0;
}

/* INSTAGRAM */
.instagram_wrapper {
  margin: 110px 0 120px;
}

.instagram_wrapper .intro {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 50px;
}

.insta_icon {
  width: 49px;
  height: 49px;
  border-radius: 4px;
  background: #21AB74;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 5px auto;
}

.insta_left .title_lg {
  margin-bottom: 5px;
}


/*----- thank you 0r error -----*/
.thank_errorpg {
  margin: 98px 0;
}

.thank_you_content {
  text-align: center;
}

.thank_you_content p {
  font-size: 18px;
}

.thank_you_content p a {
  font-weight: bold;
}

.thank_you_content p a:hover {
  color: #009048;
}

/*----- FORM COMMON  -----*/
.wpcf7 .ajax-loader {
  position: absolute;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #fff;
  color: #eb3b16;
  text-align: center;
  border-width: 1px;
}

.wpcf7 form .wpcf7-response-output {
  margin: 0 0 20px;
  padding: 10px 15px;
}

.wpcf7-not-valid-tip {
  font-size: 14px;
  margin: 5px 0 0;
}

.wpcf7-spinner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

/*======================*/
/* Quick Enquiry */
/*======================*/
.quick_overlay {
  position: fixed;
  top: 0;
  z-index: 997;
  width: 100%;
  height: 100%;
  display: none;
  background-color: rgba(0, 0, 0, 0.91);
  cursor: pointer;
}

.quick_wrapper {
  position: fixed;
  padding: 50px 40px;
  right: 0;
  top: 0;
  overflow-x: hidden;
  background: #fff;
  width: 400px;
  height: 100%;
  z-index: 1001;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  overflow-y: auto;
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.quick_close {
  display: block;
  position: absolute;
  cursor: pointer;
  top: 20px;
  right: 20px;
  z-index: 1;
  width: 50px;
  height: 50px;
  line-height: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
}

.quick_wrapper.getactive {
  transform: translateX(0%);
  -webkit-transform: translateX(0%);
}

.quick_close>img {
  filter: brightness(0);
}

.book-sidebtn .btn_yellow {
  clip-path: polygon(0 0%, 100% 0%, 100% 100%, 0% 100%);
  padding: 8px 35px;
  min-height: 46px;
  letter-spacing: 0.4px;
  justify-content: center;
}

.enquiry_inner .intro {
  margin-bottom: 20px;
}

.enquiry_inner .intro .title_lg {
  line-height: 100%;
  margin-bottom: 50px;
}

body.getactive {
  position: fixed;
  top: 0;
}

body.getactive .togglebtn {
  z-index: 100;
}

.enquiry_inner {
  width: 100%;
}

.quick_wrapper .form-control {
  border: 1px solid #efefef;
}

/* INSTAGRAM*/
#sb_instagram {
  padding-bottom: 0 !important;
}

#sbi_images {
  padding: 0 !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#sb_instagram .sbi_photo_wrap {
  padding: 0 8px;
}

#sb_instagram.sbi_col_5 #sbi_images .sbi_item {
  margin: 0 -8px !important;
}

#sb_instagram .sbi_photo {
  position: relative;
}

#sb_instagram .sbi_photo:after {
  content: "";
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: url(../images/svg/instagram.svg) no-repeat;
  width: 28px;
  height: 28px;
  opacity: 0.6;
}

#sb_instagram .sbi_photo:hover:after {
  opacity: 1;
}

/*======= START HOVER EFFECT ===========*/

/* 25-06-2024 */



.page-template-service-detail .breadcrumb_inner.breadcrumb_service,
.page-template-areas .breadcrumb_inner.breadcrumb_service,
.page-template-suburb .breadcrumb_inner.breadcrumb_service 
{
  min-height: 500px;
}
.banner_whychoose.inner_choose_factor {
  margin-bottom: 0;
}

.banner_whychoose.inner_choose_factor .choose_list {
  display: flex;
  text-align: center;
  flex-wrap: wrap;
}

.banner_whychoose .choose_list li:not(:last-child) {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
  border-right: 1px solid #DEDEDE;
}

.banner_whychoose.inner_choose_factor .choose_list li {
  width: 20%;
}

.banner_whychoose.inner_choose_factor .choose_list li .chbox {
  justify-content: center;
}

.banner_whychoose.inner_choose_factor .choose_list li .ch_icon {
  margin: 0 auto 20px;
  min-height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner_whychoose.inner_choose_factor .choose_list li .chbox .title_sm {
  text-transform: inherit;
  line-height: 20px;
  width: 100%;
} 

.page-car-parks .breadcrumb.big_banner_two,
.page-template-suburb .breadcrumb.big_banner_two,
.page-template-areas .breadcrumb.big_banner_two,
.page-template-service-detail .breadcrumb.big_banner_two{
  margin-bottom: 60px;
}


.breadcrumb_wrapper {
  margin-bottom: 60px;
}

.divtext {
  background: #DEDEDE;
  padding: 17px 50px;
}

@media (min-width: 991px) {
  .serbox:hover .title_md {
    letter-spacing: 2px;
  }

  .serbox .serimg img {
    transition: all 1.5s ease-in-out;
    -webkit-transition: all 1.5s ease-in-out;
    -o-transition: all 1.5s ease-in-out;
    -moz-transition: all 1.5s ease-in-out;
  }

  .serbox:hover .serimg img {
    transform: scale(1.1);
  }

  .serbox:hover span.btn_alink:after {
    width: 100%;
  }

}


@media (hover: hover) and (pointer: fine) {}

/*===== No Hover =====*/

@media (any-hover: none) {}



/*Small devices (landscape phones, 576px and up)*/

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
  .container {
    max-width: 1120px;
  }
}

/* Super large devices (large desktops, 1440px and up)*/
@media (min-width: 1440px) {
  .container {
    max-width: 1350px;
  }
}


/* MEDIA QUERY */
@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1500px) {}

@media screen and (max-width: 1439px) {
  .breadcrumb_inner.breadcrumb_service {
    min-height: 550px;
  }

  /* our services */
  .ser_overlay {
    padding: 0 25px;
  }

  /* CTA */
  .hm_cta {
    min-height: 550px;
  }

  /* COUNTER */
  .counter_left {
    padding-right: 35px
  }

  /* CONTENT */
  .ctent_img {
    width: 500px;
  }

  .ctent_blk {
    width: calc(100% - 500px);
    padding-left: 85px;
  }

  .right_pattern {
    right: -30px;
  }

  .left_pattern {
    left: -30px;
  }

  .flex-dierection .ctent_blk {
    padding-right: 85px;
  }

  /* FOOTER */
  .ft_logo {
    width: 280px;
    padding-right: 30px;
  }

  .ft_center {
    width: 530px;
    padding: 0 55px;
  }

  .ft_quick {
    width: 190px;
  }

  .ft_services {
    width: 580px;
    padding-left: 80px;
  }

  .ft_brand {
    width: 300px;
  }

  .ft_top .ft_center .title_sm br {
    display: none;
  }

  .quick_enruiry {
    top: 50%;
  }

}

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

  /* title */
  .title_lg,
  h2 {
    font-size: 36px;
  }

  .counter_left .title_lg {
    line-height: 42px;
  }

  /* our services */
  .ser_overlay .title_md {
    line-height: 32px;
    font-size: 26px;
    margin-bottom: 30px;
  }

  .our_services_list li {
    padding: 0 12px;
  }

  .our_services_list li:nth-child(n+4) {
    margin-top: 24px;
  }

  .our_services_list {
    margin: 40px -12px 0;
  }

}

@media screen and (max-width: 1280px) {}

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

  /* TITLE */
  .title_xlg,
  .title_lg,
  .title_md,
  .title_sm,
  .title_xs,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    letter-spacing: normal;
    margin-bottom: 25px;
  }

  .title_lg,
  h2 {
    font-size: 32px;
    line-height: 40px;
  }

  .title_xlg,
  h1 {
    font-size: 38px;
  }

  .title_md,
  h3 {
    font-size: 20px;
  }

  .inpage {
    margin: 40px 0 0;
  }

  .breadcrumb .btn_theme {
    min-width: 150px;
  }

  /* OUR SERVICES */
  .ser_overlay {
    padding: 0 15px;
  }

  .ser_overlay .title_md {
    line-height: 28px;
    font-size: 22px;
  }

  /* WHY CHOOSE */
  .choose_wrapper {
    margin: 40px 0;
  }

  .choose_list li:not(:last-child) {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  .chbox .title_sm {
    font-size: 18px;
  }

  /* CONTENT */
  .content_row {
    align-items: flex-start;
  }

  .content_row:not(:last-child) {
    margin-bottom: 40px;
  }

  .right_pattern,
  .left_pattern {
    display: none;
  }

  .ctent_img {
    width: 400px;
  }

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

  .flex-dierection .ctent_blk {
    padding-right: 35px;
  }

  .content_wrapper .title_lg {
    line-height: 40px;
  }

  /* COUNTER */
  .counter_left {
    padding-right: 0;
    width: 100%;
    text-align: center;
  }

  .counter_right {
    width: 100%;
    margin-top: 30px;
  }

  .counter_left .title_lg {
    line-height: 40px;
  }

  .counter_wrapper .counter_box {
    text-align: center;
  }

  .counter_wrapper {
    margin: 40px 0;
  }

  .counter_box {
    padding: 25px 20px;
  }

  .counter_list .counter-value {
    font-size: 36px;
  }

  .sidecount {
    margin: 0 -10px;
  }

  .sidecount li {
    padding: 0 10px;
  }

  /* INSTAGRAM */
  .instagram_wrapper,
  .divider {
    margin: 40px 0;
  }

  .instagram_wrapper .intro {
    margin-bottom: 30px;
  }

  /* FOOTER */
  .ft_logo {
    width: 230px;
  }

  .ft_center {
    width: 460px;
    padding: 0 30px;
  }

  .ft_ctact_detail {
    width: 200px;
  }

  .ftlabel {
    margin-bottom: 20px;
  }

  .ft_quick {
    width: 150px;
  }

  .ft_brand {
    width: 225px;
  }

  .ft_services {
    width: 525px;
    padding-left: 40px;
  }

  .ft_services .quick_link li {
    width: 50%;
  }

  .quick_enruiry {
    top: 55%;
  }

  .thank_you_content>img {
    width: 300px;
  }

  .thank_errorpg {
    margin: 40px 0;
  }

  .banner_whychoose.inner_choose_factor {
    margin-bottom: 40px;
  }

  .banner_whychoose.inner_choose_factor .choose_list li {
    width: 33.33%;
  }

  .banner_whychoose.inner_choose_factor .choose_list {
    justify-content: center;
  }

  .banner_whychoose.inner_choose_factor .choose_list li:nth-child(n+4) {
    margin-top: 30px;
  }

  .banner_whychoose.inner_choose_factor .choose_list li:nth-child(3) {
    border-right: 0;
  }

  .banner_whychoose.inner_choose_factor .choose_list li .ch_icon {
    margin: 0 auto 10px;
  }



}

@media screen and (max-width: 1120px) {}

@media screen and (max-width: 1024px) {}

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

  /* BUTTON */
  .btn_bdr {
    min-width: 180px;
    padding: 12px 15px;
  }

  [class*="btn_"] {
    min-height: 48px;
    min-width: 185px;
    padding: 6px 12px;
  }

  .btn_call .call_icon {
    width: 30px;
    height: 30px;
  }

  .breadcrumb_service .btn_theme {
    min-height: 48px;
  }

  .breadcrumb_service .btn_theme span.arrow {
    margin-left: 8px;
  }

  /* BREADCURMB */
  .pagetitle {
    font-size: 32px;
  }

  .breadcrumb_inner {
    min-height: 250px;
    padding-bottom: 50px;
  }

  .breadcrumb_service .pagetitle {
    font-size: 36px;
  }

  .breadcrumb_service .btn_theme {
    margin-top: 20px;
  }

  .breadcrumb_inner.breadcrumb_service {
    min-height: 450px;
  }

  /* CTA */
  .hm_cta {
    min-height: auto;
    padding: 100px 0;
  }

  /* our services */
  .our_services_list li {
    padding: 0 8px;
  }

  .our_services_list li:nth-child(n+4) {
    margin-top: 16px;
  }

  .our_services_list {
    margin: 20px -8px 0;
  }

  .ser_overlay .title_md {
    line-height: 24px;
    font-size: 18px;
  }

  /* CONTENT */
  .ctent_img {
    width: 100%;
    position: relative;
    top: 0;
  }

  .ctent_blk {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }

  .flex-dierection .ctent_blk {
    padding-right: 0;
  }

  /* INSTAGRAM */
  .insta_icon {
    width: 35px;
    height: 35px;
    margin: 0 auto;
    padding: 9px;
  }

  .insta_right,
  .insta_left {
    width: 100%;
    text-align: center;
  }

  .insta_left p {
    margin-bottom: 15px;
  }

  /* FOOTER */
  .ft_brand {
    width: 100%;
    margin-top: 30px;
  }

  .ft_bottom {
    padding: 0 0 15px;
  }

  .ftbox {
    margin: 0;
  }

  .ft_quick {
    width: 100%;
  }

  .ft_quick .quick_link {
    display: flex;
    flex-wrap: wrap;
  }

  .ft_quick .quick_link li {
    width: 33.33%;
    float: left;
  }

  .ft_services .quick_link li {
    float: left;
  }

  .ft_block .quick_link {
    margin-bottom: 18px;
  }

  .ft_services {
    width: 100%;
    border-top: 1px solid rgb(255 255 255 / 5%);
    padding-left: 0;
    border-bottom: 1px solid rgb(255 255 255 / 5%);
    border-left: 0;
    border-right: 0;
  }

  .ft_brand .ft_list {
    display: flex;
    justify-content: center;
    max-width: 310px;
    margin: 0 auto;
  }

  .ft_num {
    text-align: left;
    padding-left: 4px;
  }

  .ft_brand .ft_list li {
    padding: 0 3px;
    width: 50%;
    text-align: center;
  }

  .ft_call,
  .ftbox {
    min-height: 63px;
  }

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

  .ft_logo {
    width: 100%;
    text-align: center;
    padding-right: 0;
  }

  .ft_center {
    width: 100%;
    padding: 20px 0;
    margin: 20px 0;
    border-top: 1px solid rgb(255 255 255 / 5%);
    border-bottom: 1px solid rgb(255 255 255 / 5%);
    border-left: 0;
    border-right: 0;
  }

  .ft_ctact_detail {
    width: 100%;
    text-align: center;
  }

  .ft_logo a {
    max-width: 210px;
    display: block;
    margin: 0 auto;
  }

  .ft_top .ft_center .title_sm {
    font-size: 16px;
    line-height: 20px;
  }

  .ct_info li:not(:last-child) {
    margin-bottom: 6px;
  }

  .ft_top {
    padding: 30px 0;
  }

  .call_text {
    letter-spacing: normal;
  }

  .ft_icon {
    width: 30px;
    height: 30px;
  }

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

  .ft_block .quick_link {
    display: none;
    margin-bottom: 18px;
  }

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

  .ft_block .ftlabel:after {
    content: "+";
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    bottom: 0;
    margin: auto;
    text-align: center;
    font-size: 24px;
    line-height: 100%;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
  }

  .ft_block .ftlabel.showhide:after {
    content: "-";
  }

  .ft_call {
    padding: 10px 8px;
  }

  #sbi_images {
    justify-content: center;
  }

  #sb_instagram .sbi_photo_wrap {
    padding: 0 10px;
  }

  #sb_instagram.sbi_col_5 #sbi_images .sbi_item {
    margin: 0 0 16px !important;
  }


}

@media screen and (max-width: 860px) {}


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

  /* TITLE */
  .title_xlg,
  h1 {
    font-size: 32px;
  }

  .title_lg,
  h2 {
    font-size: 22px;
    line-height: 28px;
  }

  .content_wrapper .title_lg {
    line-height: 32px;
  }

  .counter_left .title_lg {
    line-height: 30px;
  }


  ul.woo_breadcums li a {
    margin: 0 18px 0 0;
  }

  ul.woo_breadcums li a:after {
    top: 1px;
    right: -17px;
  }

  /* OUR SERVICE */
  .our_services_list {
    justify-content: center;
  }

  .our_services_list li {
    width: 50%;
  }

  .our_services_list li:nth-child(n+3) {
    margin-top: 16px;
  }

  .serbox:before {
    background: rgb(0 0 0 / 50%);
    background-image: none;
  }

  /* FORM */
  .row {
    margin-left: -8px;
    margin-right: -8px;
  }

  .width50 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .form-group {
    margin-bottom: 16px;
  }

  .quick_enruiry {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    top: inherit;
    bottom: 0;
    left: 0;
  }

  .quick_enruiry .btn_theme {
    min-width: 100%;
  }

  .quick_wrapper {
    padding: 30px;
    bottom: 0;
    max-height: 575px;
    margin: auto;
    left: 0;
    height: auto;
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: scale(0);
    opacity: 0;
  }

  .quick_wrapper.getactive {
    transform: scale(1);
    opacity: 1;
  }

  .enquiry_inner .intro .title_lg {
    margin-bottom: 20px;
  }

  .quick_close {
    right: 5px;
    top: 5px;
  }

  body {
    padding-bottom: 46px;
  }

  /* banner why choose css */
  .banner_whychoose.inner_choose_factor .choose_list li{width: 50%;}
  .banner_whychoose.inner_choose_factor li:nth-child(n+3){margin-top: 30px;}
  .banner_whychoose.inner_choose_factor li:nth-child(2n){border-right: 0;}
  .banner_whychoose.inner_choose_factor li:nth-child(odd){border-right: 1px solid #DEDEDE;}
  .banner_whychoose.inner_choose_factor li:last-child{border-right: 0;}
  .banner_whychoose.inner_choose_factor li .chbox .title_sm br{display: none;}
  .banner_whychoose.inner_choose_factor li{padding: 0 5px;}

}

@media screen and (max-width: 700px) {}

@media screen and (max-width: 575px) {
  .dlist {
    margin: 15px 0;
  }

  /* Our Services */
  .our_services_list {
    margin: 20px -4px 0;
  }

  .our_services_list li {
    padding: 0 4px;
  }

  .our_services_list li:nth-child(n+3) {
    margin-top: 8px;
  }

  /* WHY CHOOSE */
  .ch_icon {
    width: 60px;
    text-align: center;
  }

  .chbox .title_sm {
    width: calc(100% - 60px);
    font-size: 16px;
    line-height: 21px;
    padding-left: 34px;
  }

  .counter_left .title_lg {
    line-height: 30px;
  }

  .sidecount {
    margin: 0 -5px;
  }

  .sidecount li {
    padding: 0 5px;
    display: flex;
  }

  .counter_box {
    padding: 20px 10px;
  }

  /* CTA */
  .hm_cta {
    padding: 70px 0;
  }

  /* why choose banner */
  .banner_whychoose.inner_choose_factor .choose_list li{
    border-bottom: 1px solid #00000029;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }


  .banner_whychoose.inner_choose_factor .choose_list li:nth-child(odd) {
    border-right: none;
   
}
.banner_whychoose.inner_choose_factor li:nth-child(2n) {
  border-right: none;
  border-bottom: 1px solid #00000029;
}
.banner_whychoose.inner_choose_factor .choose_list li .chbox {
  justify-content: left;
  flex-direction: row;
  flex-wrap: nowrap;
}
.banner_whychoose.inner_choose_factor .choose_list {
  flex-direction: column;
}
.banner_whychoose.inner_choose_factor .choose_list li {
  width: 100%;
}
.banner_whychoose.inner_choose_factor .chbox .title_sm {
  text-align: left;
}
.banner_whychoose.inner_choose_factor .choose_list li:nth-child(n+4){
  margin-top: 0;
}
.banner_whychoose.inner_choose_factor .choose_list li:nth-child(n+3){
  margin-top: 0;
}
.banner_whychoose.inner_choose_factor {
  margin-bottom: 0;
}
}

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

  .title_xlg,
  h1 {
    font-size: 26px;
  }

  /* FOOTER */
  .ft_quick .quick_link li {
    width: 50%;
  }

  .ft_services .quick_link li {
    width: 100%;
  }

  /* FORM */
  .width50 {
    width: 100%;
  }

  .ser_overlay .title_md {
    line-height: 20px;
    font-size: 14px;
    margin-bottom: 0;
  }

  .ser_overlay {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 8px;
  }

  /* COPYRIGHT */
  .copyright p {
    line-height: 18px;
  }

  /* Pop UP */
  .quick_wrapper {
    width: 90%;
  }

}

@media screen and (max-width: 360px) {
  .breadcrumb_service .pagetitle {
    font-size: 32px;
  }

  /* COUNTER */
  .sidecount li {
    width: 100%;
  }

  .sidecount li:last-child {
    margin-bottom: 0;
  }

  .chbox .title_sm {
    padding-left: 20px;
  }

}


@media screen and (orientation:landscape) and (min-device-width: 768px) and (max-device-width: 991px) {
  .quick_enruiry .btn_theme {
    min-width: 140px;
  }

  .quick_enruiry {
    top: 12%;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform-origin: 100% 100%;
    -webkit-transform-origin: 100% 100%;
    bottom: inherit;
    left: inherit;
  }

  body {
    padding-bottom: 0;
  }

}