@charset "utf-8";
/* CSS Document */
/*-----FONTS-----*/

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

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

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

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

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

/*
    font-family: 'Poppins'; font-weight: normal;
    font-family: 'Poppins'; font-weight: 500;
    font-family: 'Poppins'; font-weight: 600;
    font-family: 'Poppins'; font-weight: bold;
    font-family: 'Poppins'; font-weight: 900;
*/

/*-----RESET-----*/
html {
  scroll-behavior: smooth;
}

html,
body {
  width: 100%;
}

body {
  margin: 0px;
  padding: 0px;
  position: relative;
  /*overflow-x: hidden;*/
  -webkit-font-smoothing: antialiased !important;
  color: #000000;
  background: var(--white);
  font-family: "Poppins";
  font-weight: normal;
  line-height: 1;
  overflow-x: hidden;
}

:root {
  --black: #000000;
  --white: #ffffff;
  --blue: #0000f6;
  --sitetextcolor: #484848;
  --litebg: #edf6ff;
  --darkgrey: #16254c;
  --btndarkcol: #060623;
}

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;
}

:focus {
  outline: 0;
}

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

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

ul {
  list-style: none;
}

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

::-moz-selection {
  color: #fff;
  background-color: #161213;
}

::selection {
  color: #fff;
  background-color: #161213;
}

/* header styles */
/*body.fixed-header #section_header {position: fixed; z-index: 1; box-shadow: 0 0 10px rgba(0,0,0,0.15); -webkit-animation: fromTop .5s; animation: fromTop .5s;}*/
header {
  width: 100%;
  padding: 0;
  z-index: 1;
  position: absolute;
  top: 0;
  background: #ffffff00;
}

body.fixed-header header {
  background-color: #000;
  position: fixed;
}

.headwrapper {
  /* padding: 0 30px; */
  padding: 0 15px;
  display: flex;
  align-items: center;
  position: relative;
  min-height: 110px;
}

body.fixed-header .headwrapper {
  min-height: 75px;
}

.logo {
  /* width: 183px; */
  width: 220px;
  transition: all ease-out 0.3s !important;
  -webkit-transition: all ease-out 0.3s !important;
  -moz-transition: all ease-out 0.3s !important;
  -ms-transition: all ease-out 0.3s !important;
}

.logo a img {
  width: 100%;
}

/* body.fixed-header .logo {
  width: 140px;
  filter: unset;
  transition: all ease-out 0.3s !important;
  -webkit-transition: all ease-out 0.3s !important;
  -moz-transition: all ease-out 0.3s !important;
  -ms-transition: all ease-out 0.3s !important;
} */

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

navigation {
  flex: 1;
  justify-content: center;
  display: flex;
  margin: 0;
}

.mainheader nav li:before,
ul.slick-dots li:before,
ul.resp-tabs-list li:before {
  display: none;
}

main {
  position: relative;
  z-index: 0;
  /* top: 110px; */
  /* padding-top: 110px; */
}

.headbtnlinks>a.btn_theme {
  font-size: 16px !important;
  letter-spacing: 0.32px;
  padding: 13px 30px 13px 30px;
}

/*-----FORM CONTROL-----*/
::-webkit-input-placeholder {
  color: #363636;
  text-transform: inherit;
  font-size: 14px;
  letter-spacing: 0.42px;
}

::-moz-placeholder {
  color: #363636;
  text-transform: inherit;
  font-size: 14px;
  letter-spacing: 0.42px;
}

:-ms-input-placeholder {
  color: #363636;
  text-transform: inherit;
  font-size: 14px;
  letter-spacing: 0.42px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  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;
  font-family: "Poppins";
}

textarea {
  resize: none;
  min-height: 114px;
  overflow: hidden;
}

.formgroup {
  margin-bottom: 20px;
  width: 100%;
}

.formcontrol {
  width: 100%;
  padding: 14px 19px 15px;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  height: 56px;
  background: #ffffff;
  color: #51565b;
  font-size: 14px;
  letter-spacing: 0.42px;
  line-height: 1;
}

.formcontrol:focus {
  border-color: #84bd00 !important;
}

textarea.formcontrol {
  border-radius: 4px;
  height: 120px;
  color: #51565b;
  font-size: 14px;
  letter-spacing: 0.42px;
}

.submit_block {
  text-align: center;
  margin: 30px 0 0;
}

input[type="submit"] {
  background: transparent;
  outline: 0;
  font-size: 16px;
  text-transform: capitalize;
  color: #ffffff;
  cursor: pointer;
  padding: 11px 24px 11px 24px;
  border: 0;
  border-radius: 4px;
  width: 100%;
  height: 50px;
}

.submit_block [class*="btn_"] {
  padding: 0;
  border: 0;
  height: 46px;
}

.formgroup50 {
  width: 48%;
}

/*-----STRUCTURE-----*/
.widecontainer {
  max-width: 1623px;
  width: 96%;
  margin: 0 auto;
  position: relative;
}

.container {
  max-width: 1400px;
  width: 96%;
  margin: 0 auto;
  position: relative;
}

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

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

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

.form-group {
  width: 100%;
}

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

.row {
  /* width: calc(100% + 30px);
  margin: 0 0 0 -15px; */
  width: calc(100% + 20px);
  margin: 0 -10px 0 -10px;
  float: left;
}

/*.width50 {width: 50%;padding-left: 15px;padding-right: 15px;position: relative;float: left;}*/
.width100 {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  float: left;
  text-align: center;
  margin: 0;
}

.wid33 {
  width: 33.33%;
  position: relative;
  margin: 0;
}

/*-----HELPER-----*/
.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: 0;
  overflow: hidden;
}

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

.contentsec.sec_padd+.contentsec.sec_padd {
  padding-top: 0 !important;
}

/*-----SCROLL TOP-----*/
.scrollTop {
  position: fixed;
  right: 15px;
  bottom: 80px;
  opacity: 0;
  height: 40px;
  width: 40px;
  line-height: 35px;
  z-index: 10;
  text-align: center;
  font-size: 26px;
  color: #fff;
  background: var(--blue);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border: 2px solid var(--blue);
}

.scrollTop:hover {
  color: #ede944;
  background: #000;
  border: 2px solid #000;
}

.scrolldown {
  cursor: pointer;
}

/*-----P TAG-----*/
.ptag p {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 27px;
  color: var(--sitetextcolor);
  letter-spacing: 0.28px;
}

.ptag p a {
  display: inline-block;
  text-decoration: underline;
  color: var(--blue);
  font-weight: 600;
}

.ptag p a:hover {
  color: var(--blue);
  text-decoration: underline;
}

.ptag p:last-of-type:not(:has(+ *)) {
  margin-bottom: 0;
}

/* .ptag p:has(+ *) {
  margin-bottom: 27px !important;
} */

/*-----LISTING-----*/
.ptag ul:not([class]) {
  display: flex;
  flex-wrap: wrap;
  margin: 25px 0 22px;
}

.ptag ul.twocol li {
  width: 50%;
}

.ptag ul:not([class]) li {
  padding-left: 30px;
  position: relative;
  width: 100%;
  font-size: 14px;
  line-height: 1.8;
  color: #484848;
  margin-bottom: 15px;
  font-weight: normal;
  letter-spacing: 0.28px;
}

.ptag p:has(+ ul:not([class])) {
  margin-bottom: 20px;
}

.ptag ul:not([class]) li:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0;
  top: 3px;
  background: transparent url(../images/check-circle.svg) no-repeat;
  background-size: contain;
}

.ptag ul:not([class]) li:last-child {
  margin-bottom: 0px !important;
}

.ptag ul li ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  background: #000;
  filter: none;
  width: 10px;
  height: 1px;
}

.ptag ul li span {
  display: block;
  font-size: 14px;
  color: #84bd00;
  margin: -2px 0 5px 0;
  letter-spacing: 0.28px;
}

.ptag ol {
  display: flex;
  flex-wrap: wrap;
  margin: 27px 0 0 15px;
}

.ptag ol li {
  padding-left: 10px;
  position: relative;
  width: 100%;
  font-size: 14px;
  line-height: 24px;
  color: #363636;
}

.ptag ol li:hover {
  color: #233136;
}

.ptag ol li:not(:last-child) {
  margin-bottom: 10px;
}

.ptag ol li span {
  display: block;
  font-size: 17px;
  color: #84bd00;
  margin: -2px 0 5px 0;
}

.btnbar {
  display: flex;
  text-align: center;
  justify-content: center;
  flex-wrap: wrap;
}

/*-----BUTTONS-----*/
[class*="btn_"] {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 14px !important;
  line-height: 1;
  text-transform: uppercase;
  z-index: 0;
  text-align: center;
  position: relative;
  padding: 11px 24px 11px 24px;
  overflow: hidden;
  margin: 0 10px 0 0;
  border-radius: 4px;
  letter-spacing: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
}

.btn_theme {
  background: var(--white);
  color: var(--btndarkcol);
  border: 2px solid var(--btndarkcol);
}

.btn_theme:hover {
  color: var(--white);
  background: #000;
  border: 2px solid var(--btndarkcol);
}

.btn_theme img {
  filter: none;
  margin-right: 5px;
}

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

.btn_theme.btninvert {
  background: var(--btndarkcol);
  color: var(--white);
  border: 2px solid var(--btndarkcol);
}

.btn_theme.btninvert:hover {
  color: var(--btndarkcol);
  background: var(--white);
  border: 2px solid var(--btndarkcol);
}

.btn_theme.btninvert img {
  filter: brightness(0) invert(1);
}

.btn_theme.btninvert:hover img {
  filter: none;
}

.whitetxt {
  color: var(--white) !important;
}

.bluetxt {
  color: var(--blue);
}

.smalltxt {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.32px;
}

.uppercase {
  text-transform: uppercase;
}

.nobold {
  font-weight: normal !important;
}

/*Default List*/
/*ul{}*/
/* ul li {
  font-size: 16px;
  line-height: 24px;
  position: relative;
  color: #404442;
  list-style: none;
} */

/*-----FOOTER-----*/
footer {
  width: 100%;
  clear: both;
  position: relative;
  padding: 0;
  overflow: hidden;
  background: #04041a;
  /* margin: 68px 0 0; */
}

.ftwidecontainer {
  max-width: 1920px;
  width: 100%;
  position: relative;
  margin: 0 auto;
}

.ftwidecontainer:before {
  content: "";
  position: absolute;
  width: 45%;
  height: 100%;
  background: #060623;
  left: 0;
  top: 0;
}

.ftupper .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 80px 0 60px 0;
}

.ftleft {
  width: 40%;
}

.ftleft p {
  font-size: 14px;
  letter-spacing: 0.32px;
  line-height: 1.85;
  color: #9797bb;
  /* max-width: 355px; */
  margin: 22px 0 0;
  display: block;
}

.accreditation_wrapper {
  width: 100%;
}

.accreditationdiv {
  margin: 20px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: end;
}

.footer-logos {
  max-width: 174px;
  width: 174px;
}

.footer-logos>img.attachment-full.size-full {
  max-height: 90px;
  object-fit: cover;
  border-radius: 4px;
}

.accreditationtitle {
  color: var(--white);
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 15px 0;
}

.ftright {
  width: 55%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 0 0 65px;
}

.ftcontactinfo {
  display: block;
  margin: 40px 0 0 0;
}

.fttitle {
  position: relative;
  display: block;
  font-size: 16px;
  color: var(--white);
  margin-bottom: 20px;
  letter-spacing: 0.22px;
  font-weight: 600;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.fttitle:after {
  content: "";
  position: absolute;
  /* background: url(../images/ft-title-logo.svg) no-repeat 0 0;*/
  width: 26px;
  height: 9px;
  left: 0;
  bottom: -20px;
}

.ftlinks ul li {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 5px;
  position: relative;
  line-height: 2.55;
  letter-spacing: 0.32px;
}

.ftlinks ul li a {
  color: #9797bb;
  text-decoration: none;
}

.ftlinks ul li:hover a,
.ftlinks ul li.active a {
  color: var(--white);
  text-decoration: underline;
}

.ftcontactinfo p {
  font-size: 14px;
  color: #9797bb;
  margin: 8px 0 0 0;
}

.ftcontactinfo p img {
  filter: brightness(0) invert(1);
  margin-right: 5px;
}

.ftcontactinfo p a {
  color: #9797bb;
  text-decoration: none;
}

.ftcontactinfo p a:hover {
  color: var(--white);
  text-decoration: underline;
}

.workinghrtitle {
  color: var(--white);
  font-size: 14px;
  font-weight: 600;
  display: block;
  margin: 17px 0 12px 0;
  letter-spacing: 0.22px;
}

.workinghrdiv p {
  color: #9797bb;
  font-size: 14px;
  margin: 0 0 8px 0;
}

.workinghrdiv p:last-child {
  margin-bottom: 30px;
}

.ftinfobtn {
  font-size: 16px;
  color: var(--white);
  border: 1px solid rgb(255 248 248 / 20%);
  text-align: center;
  border-radius: 4px;
  margin-bottom: 20px;
  text-transform: uppercase;
  padding: 13px 0;
}

.copyright {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #060623;
  border-top: 1px solid #1b1b32;
  min-height: 74px;
}

.copyright .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.copyright p {
  color: #9797bb;
  font-size: 14px;
}

.ftsocial {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.ftsocial p {
  color: var(--white);
  margin-bottom: 0;
}

.ftsocial a {
  width: 36px;
  height: 36px;
  border: 1px solid var(--white);
  border-radius: 50%;
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 0 10px;
}

.ftsocial a:hover {
  background: var(--blue);
  border: 1px solid var(--blue);
}

.container::before,
.container::after {
  display: none;
}

/*----- THANK YOU | ERROR  -----*/
.thank_404_content {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.thank_404_content img {
  display: block;
  margin: 0 auto 50px;
  max-width: 300px;
  width: 100%;
}

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

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #0db1e8;
}

.wpcf7 form .wpcf7-response-output {
  margin: 0 0 20px;
  padding: 10px 15px;
  text-align: center;
  color: #fff;
}

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

.wpcf7-spinner {
  position: absolute;
  top: calc(50% - 12px);
  right: calc(50% - 120px);
}

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

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

.justify_content_between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify_content_end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify_content_around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align_tems_center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

a,
a:hover {
  transition: all ease-out 0.3s !important;
  -webkit-transition: all ease-out 0.3s !important;
  -moz-transition: all ease-out 0.3s !important;
  -ms-transition: all ease-out 0.3s !important;
}

.fleft {
  float: left;
}

.fright {
  float: right;
}

.bgwhitesec {
  background: #fff;
}

pre {
  box-sizing: border-box;
  white-space: inherit;
  font-size: 14px;
  line-height: 20px;
  background: #e3e7e9;
  border: 1px solid #e1e1e1;
  padding: 10px 20px;
  text-align: left;
  color: #606060;
  margin: 0 0 20px 0;
  word-break: break-word;
  font-family: "Courier New";
}

pre a {
  color: #606060;
  text-decoration: none;
}

/*-----BREADCRUMBS-----*/
.sec_brd_bg {
  border-bottom: 1px solid #e5e5e5;
  font-family: "Poppins";
  font-weight: normal;
}

ul.woo_breadcums {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0px;
}

ul.woo_breadcums li {
  display: inline-block;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  padding: 0;
}

ul.woo_breadcums li a {
  color: #ffffff;
}

ul.woo_breadcums li span.breadcrumb_last {
  color: #fff;
  display: inline-block;
  letter-spacing: 0.28px;
  line-height: 1.5;
  font-weight: 500;
}

ul.woo_breadcums li a {
  padding: 0 31px 0 0;
  position: relative;
  line-height: 1.5px;
  font-size: 14px;
  letter-spacing: 0.28px;
  font-weight: 500;
}

ul.woo_breadcums li a img {
  margin-top: -4px;
}

ul.woo_breadcums li a:after {
  content: "\f054";
  margin: 0;
  position: absolute;
  top: 2px;
  font-size: 12px;
  color: #fff;
  font-family: "FontAwesome";
  right: 10px;
  font-weight: 400;
  line-height: 1.5;
}

ul.woo_breadcums li a:hover {
  color: var(--white);
  text-decoration: underline;
}

.woo_breadcums_sec {
  padding: 17px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.breadcrumb_bar {
  border-bottom: 1px solid #e9e9e9;
  padding: 10px 0;
}

.breadcrumb_bar ul.woo_breadcums li a,
.breadcrumb_bar ul.woo_breadcums li span.breadcrumb_last,
.breadcrumb_bar ul.woo_breadcums li a:after {
  color: #000;
}

.woo_breadcums_sec ul.woo_breadcums li span {
  margin: 0;
}

.woo_breadcums_sec ul.woo_breadcums li a,
.woo_breadcums_sec ul.woo_breadcums li span.breadcrumb_last,
.woo_breadcums_sec ul.woo_breadcums li a:after {
  color: #242424;
  font-size: 14px;
  font-weight: 500;
}

/* --------helf-section -------------- */

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

.helf-section .left-side,
.helf-section .right-side {
  width: 50%;
  padding-left: 0px;
  padding-right: 0px;
  position: relative;
}

.img-wrap {
  position: relative;
  display: inline-block;
}

.img-wrap>img {
  object-fit: cover;
}

.row-reverse {
  flex-direction: row-reverse;
}

.pt-80 {
  padding-top: 80px;
}

.ptb-80 {
  padding: 80px 0px;
}

option {
  color: var(--darkgrey);
}

/* --------helf-section -------------- */

/* ***********|| SLICK SLIDER ||************* */
.slick-arrow .slick-prev,
.slick-arrow .slick-next {
  width: 45px;
  height: 45px;
  background: #fff;
  border: 1px solid var(--blue);
  border-radius: 100%;
  z-index: 1;
  top: calc(50% - 22px);
}

.slick-arrow .slick-prev:hover,
.slick-arrow .slick-next:hover {
  border: 1px solid var(--btndarkcol);
  background: #fff !important;
}

.slick-arrow .slick-arrow:hover:before {
  color: var(--btndarkcol);
}

.slick-arrow button.slick-arrow::before {
  position: absolute;
  font-family: "FontAwesome";
  color: #525253;
  font-size: 20px;
  top: calc(50% - 11px);
  font-weight: normal;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.slick-arrow button.slick-prev::before {
  content: "\f0d9 ";
  left: calc(50% - 5px);
  opacity: 1 !important;
  color: var(--blue);
}

.slick-arrow button.slick-next::before {
  content: "\f0da ";
  left: calc(50% - 1px);
  opacity: 1 !important;
  color: var(--blue);
}

/* slick-dots */

.slick-slider .slick-dots {
  position: absolute;
  bottom: -50px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;

  list-style: none;
  text-align: center;
  z-index: 1;
}

.slick-slider .slick-dots li,
.slick-slider .slick-dots li button {
  width: 14px;
  height: 14px;
}

.slick-slider .slick-dots li button {
  padding: 0px;
}

.slick-slider .slick-dots li button:before {
  content: "";
  width: 14px;
  height: 14px;
  border: 0px;
  background: #ffffff;
  opacity: 0.2;
  border: 1px solid #16254c;
  border-radius: 100%;
}

.slick-slider .slick-dots li button:hover:before,
.slick-slider .slick-dots li button:focus:before,
.slick-slider .slick-dots li.slick-active button:before {
  opacity: 0.2;
}

.slick-slider .slick-dots li.slick-active button:before {
  background-color: #16254c;
  border: 1px solid #16254c;
  opacity: 1;
}

.slick-slider .slick-dots li button:hover:before,
.slick-slider .slick-dots li button:focus:before {
  background-color: #16254c;
  border: 1px solid #16254c;
  opacity: 1;
}

/* site content common section styles*/
.contentsec {
  width: 100%;
  clear: both;
}

.contentsec .wrapper {
  align-items: center;
  justify-content: space-between;
}

.contentimgdiv {
  position: relative;
  padding-left: 0;
  display: inline-block;
}

.contentimgdiv img {
  /* border-radius: 10px; */
  overflow: hidden;
}

.contenttxtdiv.width50 .btnbar {
  justify-content: flex-start;
}

.contentimg_div.width50 {
  position: sticky;
  top: 80px;
  align-self: flex-start;
  padding: 0;
}

.contenttxtdiv.width50 {
  padding-left: 90px;
}

.contenttxtdiv.width50>.heading22 {
  margin-bottom: 13px;
}

.contenttxtdiv .f40,
.contenttxtdiv .f28,
.contenttxtdiv .f18 {
  text-align: left;
}

.contenttxtdiv .btnbar {
  margin: 30px 0 0 0;
}

.contentsec.img_rightside .contenttxtdiv {
  order: 1;
  padding-left: 0;
  padding-right: 65px;
}

.contentsec.img_rightside .contentimg_div {
  order: 2;
  display: inline-flex;
  justify-content: flex-end;
}

.contenttxtdiv .btn_theme {
  padding: 20px 35px 19px 35px;
  border-radius: 50px;
}

.contenttxtdiv .btn_theme.get_quote {
  padding: 15px 24px 15px 24px;
}

main.inpage .container.flex-container {
  flex-wrap: wrap;
  align-items: center;
}

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

.heading40 {
  /* font-size: clamp(1.5rem, 1.3rem + 1vw, 2.5rem); */
  font-size: clamp(1.875rem, 1.75rem + 0.625vw, 2.5rem);
  font-family: "Poppins";
  font-weight: bold;
  color: #16254c;
  letter-spacing: 0.32px;
  line-height: 1.25;
}

.heading36 {
  /* font-size: clamp(1.5rem, 1.35rem + 0.75vw, 2.25rem); */
  font-size: clamp(1.125rem, 0.975rem + 0.75vw, 1.875rem);
  font-family: "Poppins";
  font-weight: bold;
  color: var(--darkgrey);
  letter-spacing: 0.72px;
  line-height: 1.25;
}

.heading34 {
  font-size: clamp(1.625rem, 1.525rem + 0.5vw, 2.125rem);
  font-family: "Poppins";
  font-weight: bold;
  color: var(--darkgrey);
  letter-spacing: 0.68px;
  line-height: 1.25;
}

.heading32 {
  font-size: clamp(1.5rem, 1.3rem + 1vw, 2.5rem);
  font-family: "Poppins";
  font-weight: bold;
  color: var(--darkgrey);
  letter-spacing: 0.32px;
  line-height: 1.25;
}

.heading30 {
  font-size: clamp(1.25rem, 1.125rem + 0.625vw, 1.875rem);
  font-family: "Poppins";
  font-weight: bold;
  color: var(--darkgrey);
  letter-spacing: 0.6px;
  line-height: 1.25;
}

.heading22 {
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
  font-family: "Poppins";
  font-weight: 600;
  letter-spacing: 0;
  color: var(--darkgrey);
  line-height: 1.25;
}

.heading24 {
  font-size: clamp(1.125rem, 1.05rem + 0.375vw, 1.5rem);
  font-family: "Poppins";
  font-weight: 700;
  letter-spacing: 0;
  color: var(--darkgrey);
  line-height: 1.25;
  margin-bottom: 10px;
}

.heading26 {
  font-size: clamp(1.25rem, 1.175rem + 0.375vw, 1.625rem);
  font-family: "Poppins";
  font-weight: 900;
  letter-spacing: 0;
  color: var(--darkgrey);
  line-height: 1.25;
  margin-bottom: 10px;
}

.heading20 {
  /* font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem); */
  font-size: clamp(0.875rem, 0.784rem + 0.3883vw, 1.25rem);
  font-family: "Poppins";
  font-weight: 600;
  letter-spacing: 0;
  color: var(--darkgrey);
  line-height: 1.25;
}

.btnmore {
  font-size: 14px;
  font-weight: 500;
  color: #242424;
  letter-spacing: 0;
  position: relative;
  line-height: 1.2;
  padding-right: 14px;
  display: inline-flex;
  text-transform: uppercase;
}

.btnmore::after {
  position: absolute;
  content: "\f054";
  right: 0;
  height: 5px;
  width: 5px;
  /* background: transparent url("../images/more_btn_icon.svg") no-repeat center;
  background-size: contain; */
  top: 3px;
  font: normal normal normal 12px / 1 FontAwesome;
}

a.btnmore:hover {
  color: var(--blue);
  text-decoration: underline;
}

a.btnmore:hover::after {
  color: var(--blue);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  cursor: pointer;
}

/*inner page styles*/
/*-----INNER BANNER-----*/
.inrbanner {
  background: #000;
  width: 100%;
  clear: both;
  position: relative;
  z-index: 0;
  min-height: 400px;
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
}

.inrbanner .container {
  padding-top: 80px;
}

.inrbanner:before {
  content: "";
  position: absolute;
  z-index: 0;
  height: 100%;
  width: 100%;
  background: transparent linear-gradient(99deg, #000000a6 0%, #00000000 100%) 0% 0% no-repeat padding-box;
}

.inrbanner .pgtitle {
  text-align: left;
  font-size: clamp(1.375rem, 1.15rem + 1.125vw, 2.5rem);
  letter-spacing: 0.8px;
}

.inrbanner .wrapper {
  width: 100%;
}

img.inrbnr.qimg {
  width: 230px;
  right: 0;
  transform: inherit;
  left: inherit;
  top: inherit;
  bottom: 0;
  filter: invert(1);
  opacity: 0.2;
}

.inrbanner_wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 36px 16px 0;
}

/* .inrbanner img {height: 100%;object-position: 0;object-fit: cover;position: absolute;} */
.inrbanner>img {
  object-position: 0;
  object-fit: cover;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1920px;
  height: 100%;
  object-position: center;
}

.pgtitle {
  line-height: 66px;
  color: #fff;
  margin-bottom: 10px;
  width: 100%;
  font-weight: bold;
  text-align: center;
  font-size: clamp(1.375rem, 1.175rem + 1vw, 2.375rem);
  line-height: 1;
}

.inrbanner .bnrformbx {
  position: absolute;
  bottom: -90px;
  left: 0;
  min-width: 517px;
}

.inrbanner .bnrformbx .btn_theme.btninvert>img,
.homebannerslider .bnrformbx .btn_theme.btninvert>img {
  margin-left: 5px;
  margin-right: 0px;
}

.inrbanner .bnrformbx .formfielddiv {
  flex-grow: 1;
}

/* slider arrows styles
.slick-prev:before,
.slick-next:before {
  display: none;
}

.slick-prev {
  width: 28px !important;
  height: 28px !important;
  top: -62px !important;
  right: 50px !important;
  left: inherit !important;
  transform: scaleX(-1) !important;
}

.slick-next {
  width: 28px !important;
  height: 28px !important;
  top: -48px !important;
  right: 0 !important;
}

.slick-prev {
  background: url(../images/button-arrow.svg) no-repeat center center !important;
  background-size: 28px !important;
  filter: brightness(0) invert(1);
  z-index: 1;
}

.slick-next {
  background: url(../images/button-arrow.svg) no-repeat center center !important;
  background-size: 28px !important;
  filter: brightness(0) invert(1);
  z-index: 1;
}

.slick-prev:hover {
}

.slick-next:hover {
} */

hr {
  border: 0px solid transparent;
  background: rgba(0, 0, 0, 0.2);
  height: 1px;
  margin-bottom: 20px;
}

span.learnmore_link {
  display: block;
  font-size: 13px;
  color: #000;
  text-decoration: underline;
  font-weight: 600;
}

* {
  -webkit-appearance: none;
}

/*
    font-family: 'Poppins'; font-weight: normal;
    font-family: 'Poppins'; font-weight: 500;
    font-family: 'Poppins'; font-weight: 600;
    font-family: 'Poppins'; font-weight: bold;
    font-family: 'Poppins'; font-weight: 900;
*/

.fleft {
  float: left !important;
}

.fright {
  float: right !important;
}

.bold {
  font-weight: 700;
}

.semi-bold {
  font-weight: 600;
}

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

.align_right {
  text-align: right !important;
}

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

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

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
  clear: both;
  width: 100%;
}

main.budgetpurchaseorderpg .bluebg.purchaseordersec {
  margin-top: 60px !important;
}

/* ---------------------------------------------cont_getintouch------------------------------------ */
.cont_getintouch {
  padding-bottom: 100px;
}

.cont_getintouch .helf-section .left-side {
  max-width: 497px;
  width: calc(100% - 771px);
  margin-bottom: 80px;
}

.cont_getintouch .helf-section .right-side {
  width: 771px;
  margin-bottom: 80px;
}

.cont_getintouch .heading36 {
  margin-bottom: 10px;
  color: #242424;
  font-weight: bold;
}

.map_wrap>iframe {
  max-width: 100%;
}

.subtitle {
  line-height: 2;
  letter-spacing: 0.28px;
  font-size: 14px;
}

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

.contact_dtl_list>li {
  padding: 28px 0;
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
  display: inline-flex;

  font-size: 14px;
  letter-spacing: 0.28px;
  color: #484848;
  line-height: 1.5;
  width: 100%;
  margin-bottom: 0;
}

.contact_dtl_wrap>a {
  font-size: 14px;
  letter-spacing: 0.28px;
  color: #484848;
  line-height: 1.5;
  width: 100%;
  margin-bottom: 0;
}

.contact_dtl_wrap>a:hover,
.contact_dtl_wrap>a:hover {
  color: var(--blue);
  text-decoration: underline;
}

.contect_dtl_title {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.28px;
  line-height: 1.2;
  color: #242424;
  margin-bottom: 8px;
}

.contact_dtl_list>li:first-child {
  width: calc(100% - 170px);
  padding-right: 100px;
}

.contact_dtl_list>li:nth-of-type(2) {
  width: 170px;
}

.contact_dtl_list>li:last-child {
  border-bottom: 0;
}

.contact_dtl_list>li>span {
  height: 46px;
  width: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #16254c;
  border-radius: 100%;
  margin-right: 12px;
  min-width: 46px;
}

.contact_dtl_list>li>span>img {
  filter: brightness(0) invert(1);
  min-width: 18px;
}

.btnwrap {
  row-gap: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.btn_facebook {
  color: var(--white);
  background: #4267b2 0% 0% no-repeat padding-box;
  border-radius: 4px;
  min-height: 46px;
  border: 0;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.84px;
}

.btn_facebook:hover {
  background-color: var(--blue);
}

.btn_insta {
  color: var(--white);
  border-radius: 4px;
  background: linear-gradient(90deg,
      rgba(136, 81, 192, 1) 0%,
      rgba(223, 67, 130, 1) 86%);
  min-height: 46px;
  border: 0;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.84px;
}

.btn_insta:hover {
  background: var(--blue);
}

.btn_facebook>i,
.btn_insta>i {
  margin-right: 10px;
}

.formdivright {
  position: relative;
  padding: 70px 0 73px;
}

.formdivright::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: #16254c 0% 0% no-repeat padding-box;
  z-index: 1;
  opacity: 0.84;
}

.formbox {
  max-width: 924px;
  margin: auto;
}

.formbox>.heading30 {
  position: relative;
  z-index: 1;
  margin-bottom: 55px;
  font-weight: 600;
}

.formbox>.heading30::after {
  content: "";
  position: absolute;
  background: url(../images/logo-black.svg) no-repeat 0 0;
  width: 55px;
  height: 19px;
  left: 50%;
  bottom: -33px;
  margin: 0 0 0 -40px;
  background-size: contain;
  filter: brightness(0) invert(1);
}

form {
  position: relative;
  z-index: 1;
}

form>.row {
  line-height: 0.8;
  margin-bottom: 22px;
}

form>.row:last-child {
  margin-bottom: 27px;
}

/* ---------------------------------------------cont_getintouch------------------------------------ */

/* ---------------------------------------------case_studies_box------------------------------------ */
.case_studies_box {
  display: inline-flex;
  flex-direction: column;
}

.case_studies_box>.img-wrap {
  margin-bottom: 28px;
  overflow: hidden;
}

.case_studies_box>a>.img-wrap {
  overflow: hidden;
}

.case_studies_box>a {
  display: inline-flex;
  margin-bottom: 28px;
}

.case_studies_box>a>.img-wrap:before {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  bottom: 0px;
  width: 100%;
  left: 0;
  right: 0;
  background: transparent linear-gradient(180deg, #16254c42 0%, #16254cf2 100%) 0% 0% no-repeat padding-box;
  visibility: hidden;
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}

.case_studies_box:hover>a>.img-wrap:before {
  visibility: visible;
  opacity: 0.5;
  transform: translateY(0px);
}

.case_studies_box:hover .btnmore {
  color: var(--blue);
  text-decoration: underline;
}

.case_studies_box>a>.img-wrap>img {
  border-radius: 2px;
  width: 100%;
}

.case_studies_box .heading20 {
  margin-bottom: 10px;
}

.date_type_title {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.date_type_title *:not(:last-child) {
  margin-right: 20px;
  position: relative;
}

.date_type_title *:not(:last-child)::before {
  position: absolute;
  content: "|";
  right: -12px;
  color: #3eb7bb;
  top: 0;
}

.date,
.type_info {
  color: #3eb7bb;
  font-size: 14px;
  letter-spacing: 0.28px;
  line-height: 1.2;
  font-weight: 500;
  text-transform: uppercase;
}

.case_studies_box_info {
  padding-bottom: 5px;
}

.case_studies_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px 10px;
}

.case_studies_list li {
  width: calc(33.33% - 40px);
  margin: 0 20px 40px;
}

.btn_more {
  color: #fff;
  position: relative;
  background-color: #060623;
  padding-left: 30px;
  padding-right: 50px;
  border: 1px solid #060623;
}

.btn_more::after {
  position: absolute;
  content: "\f105";
  right: 30px;
  height: 5px;
  width: 5px;
  top: calc(50% - 6px);
  bottom: 0;
  /* margin: auto; */
  font: normal normal normal 12px / 1 FontAwesome;
  font-weight: bold;
}

.wonderplugin-gridgallery-loadmore-btn {
  font-family: "Poppins" !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
  z-index: 0 !important;
  text-align: center !important;
  position: relative !important;
  overflow: hidden !important;
  margin: auto !important;
  border-radius: 4px !important;
  letter-spacing: 0px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #fff !important;
  position: relative !important;
  background: #060623 !important;
  padding-left: 30px !important;
  padding-right: 50px !important;
  border: 1px solid #060623 !important;
  min-height: 48px !important;
  text-shadow: none !important;
}

.wonderplugin-gridgallery-loadmore-btn::after {
  position: absolute;
  content: "\f105";
  right: 30px;
  height: 5px;
  width: 5px;
  top: calc(50% - 6px);
  bottom: 0;
  /* margin: auto; */
  font: normal normal normal 12px / 1 FontAwesome;
  font-weight: bold;
}

.wonderplugin-gridgallery-loadmore-btn:hover {
  background: #ffffff !important;
  color: #060623 !important;
}

.btn_more:hover {
  background-color: #ffffff;
  color: #060623;
}

.btn_more:hover::after {
  color: #060623;
}

.case_studies_list_sec .btn_more {
  margin: auto;
  min-height: 48px;
}

.case_studies_box_info>.type_info {
  display: inline-flex;
  flex-wrap: wrap;
  row-gap: 5px;
}

.case_studies_box_info .date_type_title {
  flex-wrap: wrap;
  row-gap: 8px;
}

.date {
  white-space: nowrap;
}

/* ---------------------------------------------case_studies_box------------------------------------ */
/* ---------------------------------------------case_studies_details_sec------------------------------------ */
.case_studies_details_sec .helf-section .left-side {
  width: calc(100% - 370px);
  margin-bottom: 80px;
  padding-right: 120px;
}

.case_studies_details_sec .helf-section .right-side {
  width: 370px;
  margin-bottom: 80px;
}

.case_studies_details_sec .helf-section .left-side>.img-wrap {
  margin-bottom: 40px;
}

.case_studies_details_sec .helf-section .left-side>.img-wrap>img {
  border-radius: 2px;
}

.date_type_title.float_tag {
  position: absolute;
  background-color: #ffffff;
  padding: 12px 17px 12px 15px;
  top: 40px;
  left: 0;
  border-right: 4px solid #3eb7bb;
}

.case_studies_details_sec .helf-section .left-side>hr {
  border: 0px solid transparent;
  background: rgba(112, 112, 112, 0.2);
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.case_studies_details_sec .helf-section .left-side>.heading20 {
  margin-bottom: 15px;
}

.case_studies_details_sec .helf-section .left-side>p:last-child {
  margin-bottom: 0px;
}

.search_form {
  width: 100%;
  position: relative;
  margin-bottom: 33px;
}

.search_form>input[type="text"] {
  background-color: rgba(0, 0, 246, 0.1);
  padding: 25px 40px 25px 25px;
  height: 70px;
}

.search_form button,
.search_form .search-submit {
  position: absolute;
  width: 18px;
  height: 18px;
  top: calc(50% - 9px);
  right: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0px;
  background-color: transparent;
}

.search_form button>i,
.search_form .search-submit>i {
  font-size: 18px;
  font-weight: 500;
}

.search_form .search-submit>i {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

ul.categories_list {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
  margin-top: 0px;
}

.categories_list>li {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 0px;
}

.categories_list>li:first-child {
  background: #edf6ff;
  font-size: 22px;
  letter-spacing: 0;
  line-height: 1.2;
  padding: 25px 20px 25px 40px;
  color: #16254c;
  font-weight: bold;
  text-transform: capitalize;
  border-bottom: 1px solid #dce4ee;
}

.categories_list>li:not(:first-child) {
  padding: 0px;
  background: #edf6ff;
}

.categories_list>li:not(:first-child)>a {
  padding: 27px 40px 27px 58px;
  position: relative;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.2;
  display: inline-block;
  color: #16254c;
  font-weight: 600;
}

.categories_list>li:not(:first-child)>a::after {
  position: absolute;
  content: "\f054";
  left: 40px;
  height: 5px;
  width: 5px;
  top: calc(50% - 6px);
  font: normal normal normal 12px / 1 FontAwesome;
}

.categories_list>li>a:hover,
.categories_list>li>a:hover::after {
  color: var(--blue);
}

.categories_list>li:not(:first-child)>a::before {
  content: "";
  position: absolute;
  height: 0;
  width: calc(100% - 80px);
  bottom: 0;
  left: 40px;
  border-bottom: 1px solid #dce4ee;
  z-index: 1;
}

.categories_list>li:last-child>a::before {
  display: none;
}

.related_article_list {
  display: flex;
  flex-direction: column;
  padding-top: 30px;
}

.related_article_list>li {
  display: inline-block;
}

.related_article_list>li:not(:last-child) {
  margin-bottom: 28px;
}

.related_article_list>li>a {
  display: flex;
  align-items: center;
}

.related_article_list>li>a>.img-wrap {
  min-width: 114px;
}

.related_article_list>li>a>.img-wrap>img {
  border-radius: 2px;
}

.related_article_list>li>a:hover .btnmore,
.related_article_list>li>a:hover .btnmore::after {
  color: var(--blue);
  text-decoration: underline;
}

.related_article_list>li>a:hover .btnmore::after {
  transform: translatex(3px);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}

.articles_list_title {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.2;
  color: #16254c;
  position: relative;
  margin-bottom: 17px;
}

.articles_list_title::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -15px;
  height: 0;
  width: 100%;
  border-bottom: 1px solid #dce4ee;
}

.article_title {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.5;
  color: #16254c;
  margin-bottom: 15px;
}

.article_info {
  padding-left: 22px;
}

.case_studies_details_sec:has(+ .case_studies_slider_sec) {
  padding-bottom: 70px;
}

.case_studies_details_sec:has(+ .case_studies_slider_sec) .helf-section {
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
}

.search_form.hidden {
  display: none;
}

/* ---------------------------------------------case_studies_details_sec------------------------------------ */
/* ---------------------------------------------case_studies_slider_sec------------------------------------ */
.case_studies_slider_sec {
  margin-bottom: 80px;
  max-width: 100%;
  overflow: hidden;
}

.case_studies_slider_sec.darkbg {
  background-color: #edf6ff;
  margin-bottom: 0;
  padding: 70px 0px;
}

.case_studies_slider_sec .heading36 {
  margin-bottom: 40px;
  color: #16254c;
}

.case_studies_slider {
  margin: 0px -20px;
}

.case_studies_slider .slick-list {
  overflow: visible !important;
}

.case_studies_slider .slick-slide {
  margin: 0px 20px;
}

.case_studies_slider li {
  margin-bottom: 0;
}

.case_studies_slider .slick-prev {
  left: -65px;
}

.case_studies_slider .slick-next {
  right: -65px;
}

.case_studies_slider:not(.slick-initialized) {
  display: flex;
  justify-content: space-between;
  column-gap: 40px;
  margin: 0;
}

.case_studies_slider:not(.slick-initialized)>li:not(:nth-child(-n + 3)) {
  display: none;
}

/* ---------------------------------------------case_studies_slider_sec------------------------------------ */
/* ---------------------------------------------.clientreview_sec------------------------------------ */
.home-page .clientreview_sec,
.areas-page .clientreview_sec,
.area-details-page .clientreview_sec {
  margin-bottom: 15px;
}

.case-studie-details-page .clientreview_sec,
.case-studies-page .clientreview_sec,
.gallery-page .clientreview_sec,
.gallerys-list-page .clientreview_sec,
.about-page .clientreview_sec {
  background-color: #edf6ff;
}

.case-studie-details-page .clientreview_sec .reviewbx,
.case-studies-page .clientreview_sec .reviewbx,
.gallery-page .clientreview_sec .reviewbx,
.gallerys-list-page .clientreview_sec .reviewbx,
.about-page .clientreview_sec .reviewbx {
  background: #edf6ff !important;
  border: 20px solid #edf6ff !important;
}

.case-studie-details-page .clientreview_sec .container,
.case-studies-page .clientreview_sec .container,
.gallery-page .clientreview_sec .container,
.gallerys-list-page .clientreview_sec .container,
.about-page .clientreview_sec .container {
  border-top: 0px solid #ccc;
}

.clientslider:not(.slick-initialized) {
  display: flex;
  flex: 1;
  justify-content: space-between;
}

.clientslider:not(.slick-initialized)>div {
  width: 33.33%;
}

.clientslider:not(.slick-initialized)>div:not(:nth-child(-n + 3)) {
  display: none;
}

.fancy-test-popup.clientslideinner {
  max-width: calc(100% - 20px);
  border-radius: 10px;
  padding: 30px;
  width: 500px;
  text-align: center;
}

.fancy-test-popup.clientslideinner>p {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 27px;
  color: var(--sitetextcolor);
  letter-spacing: 0.28px;
}

/* ---------------------------------------------.clientreview_sec------------------------------------ */
/* ---------------------------------------------gallery_list_sec------------------------------------ */
.gallery_list_sec .btn_more {
  margin: auto;
  min-height: 48px;
}

.gallery_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -21px;
}

.gallery_box {
  display: inline-flex;
  flex-direction: column;
}

.gallery_list li {
  width: calc(33.33% - 42px);
  margin: 0 21px 42px;
}

.gallery_box>.img-wrap {
  margin-bottom: 20px;
  overflow: hidden;
}

.gallery_box>.img-wrap:before {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  bottom: 0px;
  width: 100%;
  left: 0;
  right: 0;
  background: transparent linear-gradient(180deg, #16254c42 0%, #16254cf2 100%) 0% 0% no-repeat padding-box;
  visibility: hidden;
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}

.gallery_box .date_type_title {
  margin-bottom: 8px;
}

.gallery_box .type_info {
  font-weight: 600;
}

.gallery_box_info {
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
}

.gallery_box:hover>.img-wrap::before {
  visibility: visible;
  opacity: 0.5;
  transform: translateY(0px);
}

.gallery_box:hover .gallery_box_info .heading20 {
  color: #3eb7bb;
}

/* ---------------------------------------------gallery_list_sec------------------------------------ */
/* ---------------------------------------------gallery_detals_list_sec------------------------------------ */
.gallery_details_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -21px 60px;
  gap: 42px;
}

.gallery_detals_list_sec .btn_more {
  margin: auto;
  min-height: 48px;
}

.gallery_details_list>li {
  margin-bottom: 0;
  width: calc(33.33% - 42px);
}

.gallerybox,
.wonderplugingridgallery .wonderplugin-gridgallery-item-container .wpgridlightbox {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  break-inside: avoid;
}

.gallerybox::before,
.wonderplugingridgallery .wonderplugin-gridgallery-item-container .wpgridlightbox::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: #0000f6 0% 0% no-repeat padding-box;
  opacity: 0;
  z-index: 0;
  visibility: hidden;
}

.gallerybox::after,
.wonderplugingridgallery .wonderplugin-gridgallery-item-container .wpgridlightbox::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: transparent url("../images/zoom_icon.svg") no-repeat center center;
  opacity: 0;
  z-index: 1;
  visibility: hidden;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.wonderplugingridgallery .wonderplugin-gridgallery-item-container .wpgridlightbox::after,
.wonderplugingridgallery .wonderplugin-gridgallery-item-container .wpgridlightbox::before {
  z-index: 1;
}

.gallerybox:hover:before,
.gallerybox:hover:after,
.wonderplugingridgallery .wonderplugin-gridgallery-item-container .wpgridlightbox:hover::after,
.wonderplugingridgallery .wonderplugin-gridgallery-item-container .wpgridlightbox:hover::before {
  opacity: 0.8;
  visibility: visible;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}

/* ---------------------------------------------gallery_detals_list_sec------------------------------------ */
/* ---------------------------------------------content-img-sec------------------------------------ */
.woo_breadcums_sec+.content-img-sec,
.inrbanner+.content-img-sec {
  padding-top: 80px;
}

.content-img-sec .helf-section .left-side {
  max-width: 640px;
  width: calc(100% - 640px);
  margin-bottom: 80px;
}

.content-img-sec .helf-section .right-side {
  width: 640px;
  margin-bottom: 80px;
}

.content-img-sec .helf-section .right-side>.img-wrap,
.content-img-sec .helf-section .right-side>.img-wrap>img {
  width: 100%;
  max-width: 640px;
}

.content-img-sec .helf-section .left-side>.heading20 {
  margin-bottom: 20px;
  font-weight: bold;
}

.content-img-sec .helf-section .left-side>.heading30 {
  margin-bottom: 20px;
}

.btn_theme.get_quote {
  max-width: fit-content;
  background-color: #060623;
  color: #fff;
  border-radius: 2px;
  border: 2px solid #060623;
  font-size: 16px !important;
  letter-spacing: 0.32px;
}

.btn_theme.get_quote>img {
  filter: brightness(0) invert(1);
}

.btn_theme.get_quote:hover {
  background-color: #ffffff;
  color: #060623;
  border: 2px solid #060623;
}

.btn_theme.get_quote:hover>img {
  filter: none;
}

.ptag p:last-of-type+.btn_theme.get_quote,
.ptag p:last-of-type+.darkbrdr.btn_border {
  margin-top: 30px;
}

/* ---------------------------------------------content-img-sec------------------------------------ */

/* ---------------------------------------------foundation-repair-sec------------------------------------ */
.foundation-repair-sec {
  margin-bottom: 80px;
}

.foundation-repair-sec .helf-section {
  padding: 45px 45px 55px 58px;
  background-color: #edf6ff;
}

.foundation-repair-sec .helf-section .left-side {
  max-width: 607px;
}

.foundation-repair-sec .helf-section .right-side {
  max-width: 575px;
}

.foundation-repair-sec .helf-section .left-side .heading30 {
  font-weight: bold;
  margin-bottom: 15px;
  color: #16254c;
}

/* ---------------------------------------------foundation-repair-sec------------------------------------ */
/* ---------------------------------------------concrete-steel-restumping-sec------------------------------------ */
.content-img-sec+section.concrete-steel-restumping-sec .container {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.concrete-steel-restumping-sec .container {
  padding-top: 80px;
}

/* .concrete-steel-restumping-sec {
  padding-top: 80px;
} */
.concrete-steel-restumping-sec .heading30 {
  margin-bottom: 20px;
}

.concrete-steel-restumping-sec .helf-section .left-side {
  width: 50%;
  max-width: 645px;
  margin-bottom: 70px;
}

.concrete-steel-restumping-sec .helf-section .right-side {
  width: 50%;
  max-width: 640px;
  margin-bottom: 70px;
}

/* ---------------------------------------------concrete-steel-restumping-sec------------------------------------ */
/* ---------------------------------------------why-choose-sec------------------------------------ */
.why-choose-sec {
  padding: 80px 0 90px;
  background-color: #edf6ff;
  margin-bottom: 90px;
}

.why-choose-sec .heading30 {
  margin-bottom: 20px;
  font-weight: bold;
}

.why-choose-sec .helf-section .left-side {
  width: 50%;
  max-width: 640px;
  margin-bottom: 70px;
}

.why-choose-sec .helf-section .right-side {
  width: 50%;
  max-width: 640px;
  margin-bottom: 70px;
}

.why-choose-sec .reviewbx {
  border: 0px solid #fff;
  border-radius: 4px 4px 0 0;
  background: white;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: auto;
  top: unset;
  width: fit-content;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  color: #8a8a8a;
  padding: 8px 25px 8px 15px;
}

.why-choose-sec .reviewbx span.semi-bold {
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0;
  color: #020202;
}

.whychoose-title {
  font-size: clamp(1.25rem, 1.175rem + 0.375vw, 1.625rem);
  font-family: "Poppins";
  font-weight: bold;
  color: #16254c;
  letter-spacing: 0.52px;
  line-height: 1.25;
  margin-bottom: 20px;
  text-align: center;
}

.whychoose-title+p {
  text-align: center;
  max-width: 65%;
  margin: auto;
  margin-bottom: 45px !important;
}

.feature-list {
  display: flex;
  gap: 25px;
  margin-bottom: 54px;
}

.feature-list>li {
  background-color: #ffffff;
  padding: 30px 15px 25px;
  flex: 1;
  text-align: center;
  margin-bottom: 0px;
}

.feature-list>li .img-wrap {
  margin-bottom: 25px;
}

.feature-list>li .img-wrap img {
  aspect-ratio: 1;
}

.feature-list>li p {
  letter-spacing: 0.28px;
  color: #484848;
  text-align: center;
  line-height: 2.1;
  font-weight: 600;
}

.sm-title {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.36px;
  color: #484848;
  line-height: 1.25;
}

.sm-title>a {
  text-decoration: underline;
}

.sm-title>a:hover {
  color: var(--blue);
}

/* ---------------------------------------------why-choose-sec------------------------------------ */
/* ---------------------------------------------cta-sec------------------------------------ */
.cta-wrap {
  padding: 55px 50px;
  margin-bottom: 80px;
}

.cta-wrap .bgimg {
  z-index: -1;
}

.cta-wrap::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.74;
  background: #0000f6 0% 0% no-repeat padding-box;
  position: absolute;
}

.cta-wrap .helf-section {
  align-items: center;
}

.cta-wrap .helf-section .left-side {
  width: 55%;
}

.cta-wrap .helf-section .left-side .heading20 {
  line-height: 1.4;
  padding-right: 102px;
}

.cta-wrap .helf-section .right-side {
  width: calc(100% - 55%);
  max-width: 390px;
}

.cta_title {
  font-size: 34px;
  letter-spacing: 0.68px;
  color: #ffffff;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 8px;
}

.btn_border {
  border: 2px solid #ffffff;
  color: #ffffff;
}

.btn_border:hover {
  border: 2px solid #060623;
  color: #060623;
  background-color: white;
}

.btn_border:hover>img {
  filter: none;
}

.darkbrdr.btn_border {
  border: 2px solid #242424;
  color: #242424;
  width: fit-content;
}

.darkbrdr.btn_border:hover {
  border: 2px solid #ffffff;
  color: #ffffff;
}

.darkbrdr.btn_border>img {
  filter: none;
}

.darkbrdr.btn_border:hover>img {
  filter: brightness(0) invert(1);
}

.btn_border>img {
  margin-right: 8px;
  filter: brightness(0) invert(1);
}

.btn_border:has(> img) {
  padding: 11px 24px 11px 24px;
}

.btn_border>i {
  margin-right: 8px;
}

.cta-wrap .btn_border {
  font-size: 16px !important;
}

/* ---------------------------------------------cta-sec------------------------------------ */

/* ---------------------------------------------our-recent------------------------------------ */
.our-recent-sec {
  max-width: 100%;
  overflow: hidden;
  padding-bottom: 80px;
}

.content-img-sec+.our-recent-sec>.container {
  padding-top: 72px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.our-recent-sec .heading30 {
  margin-bottom: 30px;
}

.our-recent-sec .our-recent-slider {
  margin: 0 -21px;
}

.our-recent-sec .our-recent-slider .slick-slide {
  margin: 0 21px;
}

.our-recent-slider li {
  margin-bottom: 0px;
}

.our-recent-slider .slick-list {
  overflow: visible !important;
}

.our-recent-slider .slick-prev {
  left: -65px;
}

.our-recent-slider .slick-next {
  right: -65px;
}

.our-recent-slider:not(.slick-initialized) {
  display: flex;
  justify-content: space-between;
  column-gap: 40px;
  margin: 0;
}

.our-recent-slider:not(.slick-initialized)>li:not(:nth-child(-n + 3)) {
  display: none;
}

/* ---------------------------------------------our-recent------------------------------------ */

/* ---------------------------------------------our-process-sec------------------------------------ */
.our-process-sec {
  padding-top: 80px;
}

.our-process-sec .left-side,
.our-process-sec .right-side {
  max-width: 640px;
  margin-bottom: 80px;
}

.our-process-sec .left-side .smalltxt.bluetxt {
  margin-bottom: 5px;
}

.our-process-sec .left-side .heading30 {
  margin-bottom: 25px;
  line-height: 1.2;
}

.our-process-sec .left-side .stepcontainer {
  flex-direction: column !important;
  margin: 0 0 0px !important;
  width: 100%;
}

.our-process-sec .left-side .stepbx {
  width: 100%;
  margin: 0 0 20px;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 22px 50px 22px 27px;
  background: transparent;
  border: 1px solid #e1e1e1;
  align-items: center;
  border-radius: 4px;
}

.our-process-sec .left-side .stepbx:hover {
  border: 1px solid var(--blue);
}

.our-process-sec .left-side .stepbx:hover .stepicon>img {
  filter: invert(10%) sepia(100%) saturate(7490%) hue-rotate(247deg) brightness(83%) contrast(141%);
}

.our-process-sec .left-side .stepbx .stepicon:after {
  display: none;
}

.our-process-sec .left-side .stepbx p {
  height: auto;
  -webkit-line-clamp: unset;
  overflow: initial;
  position: relative;
  display: block;
  -webkit-box-orient: unset;
  text-align: left;
}

.our-process-sec .left-side .stepicon {
  min-width: 78px;
  width: 78px;
  height: 78px;
  background-color: rgba(222, 222, 222, 0.4);
  box-shadow: none;
  margin-right: 12px;
  padding: 16px;
}

.our-process-sec .left-side .stepbx .stepname {
  padding: 0;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.36px;
  line-height: 1.4;
  margin: 0 0 10px;
  color: #16254c;
  height: auto;
  -webkit-line-clamp: unset;
  overflow: initial;
  position: relative;
  display: block;
  -webkit-box-orient: unset;
  text-align: left;
}

.our-process-sec .left-side .stepbx .stepname::before {
  display: none;
}

/* ---------------------------------------------our-process-sec------------------------------------ */
/* ---------------------------------------------services-sec------------------------------------ */
.service-list-sec {
  padding: 80px 0;
}

.service-list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 68px;
  column-gap: 66px;
}

.service-list>li {
  width: calc(50% - 33px);
  margin-bottom: 00px;
}

.service-box {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  width: 100%;
}

.service-info>.img-wrap {
  opacity: 0;
  visibility: 0;
  transform: translateY(30px);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  margin-bottom: 15px;
}

.service-box::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(180deg, #00000000 0%, #000000 100%) 0% 0% no-repeat padding-box;
  opacity: 0.6;
}

.service-info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  z-index: 1;
  padding-bottom: 50px;
  /* top: calc(100% - 92px); */
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transform: translateY(146px);
  text-align: center;
}

.service-info .heading30 {
  color: #fff;
  margin-bottom: 15px;
}

.service-info p:not(.btnmore) {
  text-align: center;
  color: #ffffff;
  max-width: 53%;
  margin: 0 auto 0px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 85px;
  padding-bottom: 0 !important;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  opacity: 0;
  margin-bottom: 20px;
}

.service-box_wrap {
  margin: 0px -20px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 40px;
}

.service-box:hover .service-info p {
  opacity: 1;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
}

.service-box:hover::after {
  background: transparent linear-gradient(180deg, #00000000 0%, #16254c 100%) 0% 0% no-repeat padding-box;
  opacity: 0.95;
}

.service-box:hover .service-info {
  transform: translateY(0px) !important;
}

.service-box:hover .service-info>.img-wrap {
  opacity: 1;
  visibility: 1;
  transform: translateY(0px) !important;
}

.service-info p.btnmore {
  color: #ffffff;
  position: relative;
  line-height: 1.3;
}

.services-page .cta-wrap {
  margin-bottom: 0;
}

.services-page .cta {
  position: relative;
  z-index: 1;
}

.services-page .cta+.form_faq_section.sec_padd {
  padding-top: 187px !important;
}

.services-page .cta {
  margin-bottom: -97px;
}

/* ---------------------------------------------services-sec------------------------------------ */
/* ---------------------------------------------services-slider-sec------------------------------------ */
.services-slider-sec {
  padding: 80px 0 0;
  max-width: 100%;
  overflow: hidden;
}

.header_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header_wrap>* {
  margin-bottom: 30px;
}

.header_wrap>.btn_more {
  color: #16254c;
  border: 1px solid #16254c;
  padding: 17px 53px 17px 40px;
  background-color: #ffffff;
  text-transform: uppercase;
  margin-right: 0;
}

.header_wrap>.btn_more::after {
  top: calc(50% - 9px);
  height: 15px;
  width: 15px;
  font: normal normal normal 16px / 1 FontAwesome;
  right: 30px;
  font-weight: bold;
}

.header_wrap>.btn_more:hover {
  background: var(--btndarkcol);
  color: var(--white);
  border: 1px solid var(--btndarkcol);
}

.header_wrap>.btn_more:hover:after {
  color: #ffffff;
}

.services-home {
  display: flex;
  column-gap: 1px;
}

.services-home li {
  margin-bottom: 0;
}

.services-home li>a {
  height: 600px;
}

.services-home li>a>.img-wrap>img {
  height: 100%;
}

.services-home .service-info p:not(.btnmore) {
  max-width: 75%;
}

.services-home .slick-slide {
  margin-right: 1px;
}

.services-home .slick-prev {
  left: 25px;
}

.services-home .slick-next {
  right: 25px;
}

/* ---------------------------------------------services-slider-sec------------------------------------ */
/* ---------------------------------------------feature-project-sec------------------------------------ */
.feature-project-sec {
  padding: 80px 0;
  background-color: #edf6ff;
  max-width: 100%;
  overflow: hidden;
}

.feature-project-slider {
  margin: 0 -21px;
}

.feature-project-slider .slick-slide {
  margin: 0 21px;
}

.feature-project-slider li {
  margin-bottom: 0px;
}

.feature-project-slider .slick-list {
  overflow: visible !important;
}

.feature-project-slider .slick-prev {
  left: -65px;
}

.feature-project-slider .slick-next {
  right: -65px;
}

.feature-project-slider:not(.slick-initialized) {
  display: flex;
  justify-content: space-between;
  margin: 0;
  column-gap: 40px;
}

.feature-project-slider:not(.slick-initialized)>li:not(:nth-child(-n + 3)) {
  display: none;
}

/* ---------------------------------------------feature-project-sec------------------------------------ */
/* -------------------------- unique---------------------------- */
.inrbanner .formfielddiv p {
  margin-bottom: 0px;
}

.pulse {
  cursor: pointer;
  animation: pulse 3s infinite;
  border-radius: 50%;
}

.pulse img {
  max-width: 99px;
}

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

  50% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 1);
  }
}

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

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

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

/* -------------------------- unique---------------------------- */

.lightboxcontainer {
  display: inline-block;
  padding: 30px 25px;
}

.lightboxcontainer form>.row:last-child,
#suburb-search-popup-content form>.row:last-child {
  margin-bottom: 0;
}

.lightboxcontainer input[type="text"],
.lightboxcontainer input[type="email"],
.lightboxcontainer input[type="tel"],
.lightboxcontainer select,
.lightboxcontainer textarea {
  border: 1px solid lightgray;
}

.lightboxcontainer input[type="submit"] {
  color: #fff;
  background: var(--btndarkcol);
}

.lightboxcontainer input[type="submit"]:hover {
  background: var(--blue);
}

.lightboxcontainer .wpcf7 form .wpcf7-response-output {
  color: #1a1a1a;
}

.clientreview_sec {
  padding-bottom: 100px;
}

@media (min-width: 1901px) {}

/*----- MEDIA QUERIES  -----*/

@media (max-width: 1599.98px) {

  /* common spacing */
  .sec_padd {
    padding: 80px 0 !important;
  }

  .whychoose_sec.sec_padd {
    padding: 100px 0 80px !important;
  }

  .headwrapper {
    padding: 0 0px;
  }

  /* common spacing */

  .cont_getintouch .helf-section .left-side,
  .cont_getintouch .helf-section .right-side {
    width: 50%;
    margin-bottom: 60px;
  }

  .case_studies_slider .slick-prev,
  .our-recent-slider .slick-prev,
  .feature-project-slider .slick-prev {
    left: -5px;
  }

  .case_studies_slider .slick-next,
  .our-recent-slider .slick-next,
  .feature-project-slider .slick-next {
    right: -5px;
  }

  .case_studies_details_sec .helf-section .left-side {
    padding-right: 90px;
  }

  .gallery_details_list {
    justify-content: center;
  }

  .ftwidecontainer:before {
    width: 32.5%;
  }
}

@media (max-width: 1439.99px) {
  /* common spacing */

  .ptb-80,
  .why-choose-sec,
  .service-list-sec,
  .ftupper .container,
  .feature-project-sec,
  .case_studies_slider_sec.darkbg {
    padding: 60px 0px;
  }

  .pt-80,
  .woo_breadcums_sec+.content-img-sec,
  .inrbanner+.content-img-sec,
  .concrete-steel-restumping-sec .container,
  .services-slider-sec,
  .our-process-sec {
    padding-top: 60px;
  }

  .cont_getintouch,
  .case_studies_details_sec:has(+ .case_studies_slider_sec),
  .our-recent-sec {
    padding-bottom: 60px;
  }

  .case_studies_slider_sec,
  .foundation-repair-sec,
  .why-choose-sec,
  .cta-wrap,
  .our-process-sec .left-side,
  .our-process-sec .right-side {
    margin-bottom: 60px;
  }

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

  .whychoose_sec.sec_padd {
    padding: 80px 0 60px !important;
  }

  .logo {
    max-width: 150px;
  }

  /* common spacing */

  .formdivright {
    padding: 60px 0 60px;
  }

  .case_studies_list {
    margin: 0 -10px 10px;
  }

  .gallery_list {
    margin: 0 -10px;
  }

  .case_studies_list li {
    width: calc(33.33% - 20px);
    margin: 0 10px 40px;
  }

  .gallery_list li {
    width: calc(33.33% - 20px);
    margin: 0 10px 42px;
  }

  .case_studies_details_sec .helf-section .left-side {
    padding-right: 60px;
    margin-bottom: 60px;
  }

  .case_studies_details_sec .helf-section .right-side {
    margin-bottom: 60px;
  }

  .case_studies_slider .slick-prev,
  .our-recent-slider .slick-prev,
  .feature-project-slider .slick-prev {
    left: 5px;
  }

  .case_studies_slider .slick-next,
  .our-recent-slider .slick-next,
  .feature-project-slider .slick-next {
    right: 5px;
  }

  .gallery_details_list {
    margin: 0 -10px 40px;
    gap: 20px;
  }

  .gallery_details_list>li {
    margin-bottom: 0;
    width: calc(33.33% - 20px);
  }

  .content-img-sec .helf-section .left-side {
    width: 50%;
    margin-bottom: 60px;
    padding-right: 40px;
  }

  .content-img-sec .helf-section.row-reverse .left-side {
    padding-right: 0px;
    padding-left: 40px;
  }

  .content-img-sec .helf-section .right-side {
    width: 50%;
    margin-bottom: 60px;
  }

  .foundation-repair-sec .helf-section .left-side,
  .foundation-repair-sec .helf-section .right-side,
  .our-process-sec .left-side,
  .our-process-sec .right-side {
    width: calc(50% - 20px);
  }

  .foundation-repair-sec .helf-section {
    padding: 30px;
  }

  .concrete-steel-restumping-sec .helf-section .left-side,
  .concrete-steel-restumping-sec .helf-section .right-side,
  .why-choose-sec .helf-section .left-side,
  .why-choose-sec .helf-section .right-side {
    width: calc(50% - 20px);
    margin-bottom: 60px;
  }

  .feature-list {
    gap: 15px;
    margin-bottom: 35px;
  }

  .service-list {
    row-gap: 40px;
    column-gap: 40px;
  }

  .service-list>li {
    width: calc(50% - 20px);
  }

  .services-page .cta+.form_faq_section.sec_padd {
    padding-top: 160px !important;
  }

  .ftright {
    padding: 0 0 0 20px;
  }

  .services-home li>a {
    height: 450px;
  }

  .headbtnlinks>a.btn_theme {
    padding: 11px 13px 11px 13px;
  }

  .mainheader nav #menu-main-menu>li>a {
    font-size: 14px;
  }
}

@media (max-width: 1199.98px) {
  /* common spacing */

  .headwrapper {
    justify-content: space-between;
  }

  .headwrapper .headbuttondiv {
    padding-right: 35px;
  }

  /* common spacing */

  .cont_getintouch .helf-section .left-side {
    padding-right: 40px;
  }

  .contact_dtl_list>li:first-child {
    width: calc(100% - 170px);
    padding-right: 30px;
  }

  .formdivright {
    padding: 60px 30px 60px;
  }

  .case_studies_list li {
    width: calc(33.33% - 20px);
    margin: 0 10px 25px;
  }

  .gallery_list li {
    margin: 0 10px 25px;
  }

  .case_studies_box>.img-wrap {
    margin-bottom: 10px;
  }

  .date_type_title {
    margin-bottom: 10px;
  }

  .case_studies_details_sec .helf-section .left-side {
    padding-right: 40px;
  }

  .case_studies_details_sec .helf-section .left-side {
    width: calc(100% - 300px);
  }

  .case_studies_details_sec .helf-section .right-side {
    width: 300px;
  }

  .case_studies_slider,
  .our-recent-sec .our-recent-slider,
  .feature-project-slider {
    margin: 0px -10px;
  }

  .case_studies_slider .slick-slide,
  .our-recent-sec .our-recent-slider .slick-slide,
  .feature-project-slider .slick-slide {
    margin: 0px 10px;
  }

  .feature-list {
    gap: 10px;
  }

  .feature-list>li {
    padding: 20px 10px 20px;
  }

  .feature-list>li p {
    line-height: 1.8;
  }

  .feature-list>li .img-wrap {
    margin-bottom: 14px;
  }

  .service-list {
    row-gap: 20px;
    column-gap: 20px;
  }

  .service-list>li {
    width: calc(50% - 10px);
  }

  .service-info {
    transform: translateY(170px);
  }

  .service-box:hover .service-info {
    transform: translateY(170px) !important;
  }

  .service-box::after {
    opacity: 0.8;
  }

  .cta-wrap .helf-section .right-side .btnwrap .btn_theme.get_quote {
    margin-right: 0px;
  }

  .ftleft {
    width: 25%;
  }

  .ftright {
    width: 70%;
  }

  .ftwidecontainer:before {
    width: 29.5%;
  }

  .contenttxtdiv.width50 {
    padding-left: 40px;
  }

  .contentsec.img_rightside .contenttxtdiv {
    padding-right: 40px;
  }

  .our-process-sec .left-side .stepbx {
    padding: 22px 25px 22px 25px;
    margin: 0;
  }

  .headbtnlinks>a.btn_theme {
    padding: 11px 13px 11px 13px;
    margin: 0 4px 0 0;
  }

  .headbuttondiv .headbtnlinks:last-child>a.btn_theme {
    margin-right: 0px;
  }

  .clientreview_sec {
    padding-bottom: 60px;
  }
}

@media (max-width: 991.98px) {
  .helf-section {
    flex-wrap: wrap;
  }

  .slick-slider .slick-dots {
    bottom: -40px;
  }

  /* common spacing */
  .ptb-80,
  .why-choose-sec,
  .service-list-sec,
  .ftupper .container,
  .feature-project-sec,
  .case_studies_slider_sec.darkbg {
    padding: 40px 0px;
  }

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

  .whychoose_sec.sec_padd {
    padding: 60px 0 40px !important;
  }

  .pt-80,
  .woo_breadcums_sec+.content-img-sec,
  .inrbanner+.content-img-sec,
  .concrete-steel-restumping-sec .container,
  .content-img-sec+.our-recent-sec>.container,
  .services-slider-sec,
  .our-process-sec {
    padding-top: 40px;
  }

  .cont_getintouch,
  .cont_getintouch,
  .case_studies_details_sec:has(+ .case_studies_slider_sec),
  .our-recent-sec {
    padding-bottom: 40px;
  }

  .case_studies_slider_sec,
  .foundation-repair-sec,
  .why-choose-sec,
  .cta-wrap {
    margin-bottom: 40px;
  }

  /* common spacing */

  .cont_getintouch .helf-section .left-side {
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
    padding-right: 0px;
  }

  .cont_getintouch .helf-section .right-side {
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .contact_dtl_list {
    margin-bottom: 20px;
  }

  .contact_dtl_list>li:first-child {
    align-items: center;
    width: 50%;
  }

  .contact_dtl_list>li:last-child {
    border-bottom: 1px solid rgba(112, 112, 112, 0.2);
  }

  .contact_dtl_list>li:nth-of-type(2) {
    width: 50%;
  }

  .contact_dtl_list>li {
    padding: 20px 0;
    width: 50%;
  }

  .case_studies_details_sec .helf-section .left-side {
    width: 100%;
    margin-bottom: 40px;
    padding-right: 0px;
  }

  .case_studies_details_sec .helf-section .right-side {
    width: 100%;
    margin-bottom: 40px;
  }

  .search_form.hidden {
    display: block;
  }

  .case_studies_details_sec .helf-section .right-side>.search_form {
    display: none;
  }

  .case_studies_details_sec .helf-section .left-side>.img-wrap {
    margin-bottom: 20px;
  }

  .case_studies_details_sec .helf-section .left-side>hr {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .case_studies_slider_sec {
    margin-bottom: 40px;
  }

  .content-img-sec .helf-section {
    justify-content: center;
  }

  .content-img-sec .helf-section .right-side {
    text-align: center;
  }

  .content-img-sec .helf-section .left-side,
  .content-img-sec .helf-section .right-side,
  .content-img-sec .helf-section.row-reverse .left-side {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }

  .foundation-repair-sec .helf-section .left-side,
  .foundation-repair-sec .helf-section .right-side {
    width: 100%;
    max-width: 607px;
  }

  .foundation-repair-sec .helf-section .left-side {
    width: 100%;
    margin-bottom: 35px;
  }

  .concrete-steel-restumping-sec .helf-section,
  .why-choose-sec .helf-section,
  .foundation-repair-sec .helf-section {
    justify-content: center;
  }

  .concrete-steel-restumping-sec .helf-section .left-side,
  .concrete-steel-restumping-sec .helf-section .right-side,
  .why-choose-sec .helf-section .left-side,
  .why-choose-sec .helf-section .right-side {
    width: 100%;
    margin-bottom: 35px;
  }

  .concrete-steel-restumping-sec .heading30 {
    text-align: center;
  }

  .whychoose-title+p {
    max-width: 100%;
    margin-bottom: 25px !important;
  }

  .feature-list {
    flex-wrap: wrap;
    justify-content: center;
  }

  .feature-list>li {
    flex: initial;
    max-width: calc(33.33% - 10px);
  }

  .cta-wrap .helf-section .left-side {
    width: calc(100% - 200px);
  }

  .cta-wrap .helf-section .right-side {
    max-width: 200px;
  }

  .cta-wrap .helf-section .right-side .btnwrap {
    justify-content: center;
  }

  .services-page .cta+.form_faq_section.sec_padd {
    padding-top: 140px !important;
  }

  .ftleft {
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
  }

  .ftright {
    width: 100%;
  }

  .ftleft p {
    width: 100%;
    max-width: 100%;
  }

  .ftwidecontainer:before {
    display: none;
  }

  footer .ftleft {
    background: #060623;
    padding: 35px 0 40px;
  }

  .ftupper .container {
    padding: 0 0 35px;
  }

  .ftlinks.ftgetintouch .ftinfobtn:last-child {
    margin-bottom: 0;
  }

  .contentimg_div.width50 {
    width: 100%;
    margin-bottom: 40px;
    position: relative;
    top: unset;
    text-align: center;
  }

  .contenttxtdiv.width50 {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }

  .contentsec.img_rightside .contenttxtdiv {
    padding-right: 0px;
  }

  .contentsec>.container.flex-container,
  .contentsec.img_rightside>.container.flex-container {
    flex-wrap: wrap;
    justify-content: center;
  }

  .contentsec.img_rightside>.container.flex-container {
    flex-direction: column-reverse;
  }

  .contentsec.img_rightside .contentimg_div {
    justify-content: center;
  }

  .our-process-sec .left-side,
  .our-process-sec .right-side {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }

  .our-process-sec .helf-section {
    justify-content: center;
  }

  .accreditationdiv {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }

  /* WITHOUT JS CSS*/
  .services-home:not([class="slick-initialized"]) {
    flex-wrap: wrap;
    column-gap: 0;
  }

  .services-home:not([class="slick-initialized"]) li {
    width: 50%;
  }

  .clientslider:not(.slick-initialized)>div {
    width: 50%;
  }

  .clientslider:not(.slick-initialized)>div:nth-child(2)~div {
    display: none;
  }

}

@media (max-width: 767.98px) {
  /* common spacing */
  /* common spacing */

  .formdivright {
    padding: 30px 30px 50px;
  }

  form>.row {
    margin-bottom: 20px;
  }

  .case_studies_list li {
    width: calc(50% - 20px);
    margin: 0 10px 25px;
  }

  .case_studies_list {
    margin: 0 -10px 10px;
  }

  .gallery_list li {
    width: calc(50% - 20px);
    margin: 0 10px 25px;
  }

  .gallery_list {
    margin: 0 -10px 0px;
  }

  .gallery_details_list {
    margin: 0 -5px 25px;
    gap: 10px;
  }

  .gallery_details_list>li {
    margin-bottom: 0;
    width: calc(33.33% - 10px);
  }

  .cta-wrap .helf-section .left-side {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }

  .cta-wrap .helf-section .left-side .heading20 {
    padding-right: 0;
  }

  .cta-wrap .helf-section .right-side {
    max-width: 100%;
    width: 100%;
  }

  .cta-wrap {
    padding: 40px 15px;
  }

  .cta_title {
    font-size: 24px;
  }

  .contact_dtl_list>li {
    width: 100% !important;
  }

  .ftlinks {
    min-width: 38%;
  }

  .ftright {
    row-gap: 30px;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .copyright .container {
    flex-direction: column-reverse;
    row-gap: 15px;
    padding: 16px 0px;
  }

  .feature-project-slider:not(.slick-initialized) {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 10px;
    column-gap: 10px;
  }

  .feature-project-slider:not(.slick-initialized) li {
    width: calc(50% - 5px);
  }
}

@media (max-width: 575.98px) {
  .container {
    width: 92%;
  }

  .sm-title {
    font-size: 16px;
  }

  /* header */
  .logo {
    max-width: 115px;
  }

  .widecontainer {
    padding: 0 0 45px;
    width: 100%;
  }

  .headwrapper {
    padding: 0 15px 0;
    min-height: 70px;
  }

  .headbtnlinks>a.btn_theme {
    margin-right: 0;
    border: 0px;
    border-radius: 0;
  }

  .headbtnlinks .btn_theme:hover {
    background: none;
    border: 0px solid #000;
    color: #242424;
  }

  .headbtnlinks.getquote a.btn_theme:hover {
    border: 0px solid #000;
    color: #ffffff;
    background: #060623;
  }

  .headbtnlinks .btn_theme:hover>img {
    filter: none !important;
  }

  .headbtnlinks.getquote a.btn_theme:hover>img {
    filter: brightness(0) invert(1) !important;
  }

  .headwrapper .headbuttondiv {
    position: absolute;
    bottom: -45px;
    left: 0;
    width: 100%;
    /* align-items: flex-end; */
    /* margin-right: 0; */
    padding-right: 0;
  }

  .headwrapper .headbtnlinks {
    width: 50%;
  }

  /* .headwrapper .headbuttondiv .headbtnlinks.getquote {
    position: absolute;
    width: 100vw;
    margin: 0;
    bottom: -46px;
    left: 0;
    right: 0;
  } */

  .headwrapper .headbuttondiv .headbtnlinks.getquote a.btn_theme {
    margin: 0;
    border-radius: 0px;
    width: 100%;
  }

  /* header */

  /* common spacing */
  .ptb-80,
  .service-list-sec {
    padding: 35px 0px;
  }

  .sec_padd {
    padding: 35px 0px !important;
  }

  .pt-80,
  .woo_breadcums_sec+.content-img-sec,
  .inrbanner+.content-img-sec,
  .concrete-steel-restumping-sec .container,
  .content-img-sec+.our-recent-sec>.container {
    padding-top: 35px;
  }

  .cont_getintouch,
  .our-recent-sec {
    padding-bottom: 35px;
  }

  .our-recent-sec .header_wrap {
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
  }

  .our-recent-sec .header_wrap>* {
    margin-bottom: 0;
  }

  .case_studies_details_sec .helf-section .right-side,
  .case_studies_details_sec .helf-section .left-side,
  .content-img-sec .helf-section .left-side,
  .content-img-sec .helf-section .right-side,
  .content-img-sec .helf-section.row-reverse .left-side {
    margin-bottom: 35px;
  }

  /* WITHOUT JS CSS*/
  .services-home:not([class="slick-initialized"]) li>a {
    height: 220px;
  }

  .services-home:not([class="slick-initialized"]) li .service-info .heading30 {
    font-size: 18px;
  }

  .clientslider:not(.slick-initialized)>div {
    width: 100%;
  }

  .clientslider:not(.slick-initialized)>div:nth-child(1)~div {
    display: none;
  }

  /* common spacing */

  .cont_getintouch .helf-section .left-side,
  .cont_getintouch .helf-section .right-side,
  .case_studies_slider_sec,
  .foundation-repair-sec,
  .why-choose-sec,
  .cta-wrap {
    margin-bottom: 35px;
  }

  .contact_dtl_list>li:nth-of-type(2),
  .contact_dtl_list>li:first-child {
    width: 100%;
    max-width: 100%;
  }

  form>.row {
    width: 100%;
    margin: 00;
  }

  .width50,
  .width100 {
    width: 100%;
    padding-left: 00px;
    padding-right: 0px;
  }

  .contact_dtl_list>li>span {
    height: 34px;
    width: 34px;
    min-width: 36px;
    margin-right: 7px;
  }

  .contact_dtl_list>li>span>img {
    width: 14px;
  }

  .contact_dtl_list>li {
    flex-wrap: wrap;
    row-gap: 10px;
  }

  .contact_dtl_list>li:first-child {
    flex-wrap: nowrap;
  }

  .btnwrap {
    row-gap: 10px;
    align-items: center;
    justify-content: center;
  }

  .case_studies_list li {
    width: 100%;
    margin: 0 0px 25px;
    text-align: center;
  }

  .case_studies_list {
    margin: 0 0px 00px;
  }

  .case_studies_box_info .date_type_title,
  .gallery_box_info .date_type_title {
    justify-content: center;
  }

  .case_studies_details_sec .helf-section .left-side>.img-wrap>img {
    min-height: 300px;
  }

  .gallery_list li {
    width: 100%;
    margin: 0 0px 25px;
    text-align: center;
  }

  .gallery_list {
    margin: 0 0px 0px;
  }

  .gallery_box>.img-wrap {
    margin-bottom: 10px;
  }

  .gallery_box_info {
    padding-bottom: 10px;
    text-align: center;
  }

  .search_form {
    margin-bottom: 0px;
  }

  .search_form button {
    top: calc(50% - 17px);
  }

  .case_studies_box {
    text-align: center;
  }

  .case_studies_slider,
  .our-recent-slider,
  .feature-project-slider {
    padding-bottom: 80px;
  }

  .slick-arrow .slick-prev,
  .slick-arrow .slick-next {
    top: calc(100% - 23px);
  }

  .case_studies_slider .slick-prev,
  .our-recent-slider .slick-prev {
    left: calc(50% - 55px);
  }

  .feature-project-slider .slick-prev,
  .services-home .slick-prev,
  .home-page .case_studies_slider .slick-prev,
  .areas-page .case_studies_slider .slick-prev,
  .area-details-page .case_studies_slider .slick-prev {
    left: 15px;
  }

  .case_studies_slider .slick-next,
  .our-recent-slider .slick-next {
    right: calc(50% - 55px);
  }

  .feature-project-slider .slick-next,
  .services-home .slick-next,
  .home-page .case_studies_slider .slick-next,
  .areas-page .case_studies_slider .slick-next,
  .area-details-page .case_studies_slider .slick-next {
    right: 15px;
  }

  .feature-project-slider li {
    text-align: center;
  }

  .categories_list>li:first-child {
    font-size: 18px;
    padding: 15px 15px 15px 20px;
  }

  .categories_list>li:not(:first-child)>a {
    padding: 15px 15px 15px 40px;
  }

  .categories_list>li:not(:first-child)>a::after {
    left: 20px;
  }

  .scrollTop {
    display: none;
  }

  .search_form>input[type="text"] {
    height: 50px;
    padding: 15px 40px 15px 15px;
  }

  .gallery_details_list {
    margin: 0 -2px 25px;
    gap: 4px;
  }

  .gallery_details_list>li {
    margin-bottom: 0;
    width: calc(33.33% - 4x);
  }

  .feature-list>li {
    width: 100%;
    max-width: 100%;
  }

  .why-choose-sec .reviewbx {
    flex-wrap: wrap;
  }

  .inrbanner .bnrformbx .formfielddiv {
    width: 100%;
    display: block;
  }

  .inrbanner .formfielddiv select {
    margin-left: 0;
  }

  .inrbanner .formfielddiv select {
    width: auto;
  }

  .inrbanner .bnrformbx {
    position: relative;
    bottom: unset;
    left: unset;
    row-gap: 20px;
  }

  .inrbanner .container {
    padding-top: 105px;
  }

  .service-list {
    row-gap: 10px;
    column-gap: 0px;
  }

  .service-list>li {
    width: 100%;
  }

  .lightboxcontainer {
    display: inline-block;
    padding: 20px;
  }

  .ftlinks {
    width: 100%;
    text-align: center;
    row-gap: 23px;
  }

  .ftright {
    padding: 0 0 0 00px;
  }

  .ftlinks:not(:last-of-type) {
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .fttitle:after {
    left: calc(50% - 13px);
  }

  .fttitle {
    font-weight: 500;
  }

  .ftquicklinks .fttitle+ul,
  .ftsocial p {
    display: none;
  }

  .ftlinks ul li {
    line-height: 2.13;
    margin-bottom: 0;
  }

  .ftcontactinfo p:first-child {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0px 23vw;
  }

  .ftcontactinfo {
    margin: 28px 0 0 0;
  }

  .ftinfobtn {
    max-width: 275px;
    margin-left: auto;
    margin-right: auto;
  }

  .copyright p {
    line-height: 1.6;
  }

  .services-slider-sec .header_wrap>.btn_more,
  .feature-project-sec .header_wrap>.btn_more,
  .case_studies_slider_sec .header_wrap>.btn_more {
    padding: 17px 28px 17px 18px;
    font-size: 14px !important;
    font-weight: 600;
    letter-spacing: 0.28px;
    position: absolute;
    bottom: 0;
    max-width: 165px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    height: 50px;
  }

  .case_studies_slider_sec .header_wrap>.btn_more {
    bottom: 40px;
  }

  .header_wrap>.btn_more::after {
    right: 7px;
  }

  .services-slider-sec .header_wrap,
  .feature-project-sec .header_wrap,
  .case_studies_slider_sec .header_wrap {
    text-align: center;
    justify-content: center;
  }

  .services-slider-sec .header_wrap>*,
  .feature-project-sec .header_wrap>* {
    margin-bottom: 20px;
  }

  .services-slider-sec,
  .case_studies_slider_sec {
    position: relative;
  }

  .services-slider-sec>.container,
  .case_studies_slider_sec>.container {
    position: static;
  }

  /* .services-home .slick-prev {
    left: calc(50% - 55px);
  }
  .services-home .slick-next {
    right: calc(50% - 55px);
  } */
  .services-home {
    padding-bottom: 80px;
  }

  footer .ftleft {
    background: #060623;
    padding: 35px 0 0;
  }

  .ftlinks.ftquicklinks .fttitle:after,
  .ftlinks.ftservices .fttitle:after {
    background: url(../images/ft-plus-icon.png) no-repeat 0 0;
    left: inherit;
    right: 0;
    width: 20px;
    height: 20px;
    bottom: inherit;
    top: -3px;
  }

  .ftlinks.ftquicklinks .fttitle.linkopen:after,
  .ftlinks.ftservices .fttitle.linkopen:after {
    background: url(../images/ft-plus-icon.png) no-repeat 0 0;
  }

  .ftlinks.ftquicklinks .fttitle,
  .ftlinks.ftservices .fttitle {
    margin-bottom: 0;
    text-align: left;
    padding-left: 10px;
  }

  .ftlinks.ftquicklinks ul,
  .ftlinks.ftservices ul {
    margin-top: 15px;
    display: none;
  }

  .ftlinks.ftquicklinks ul li,
  .ftlinks.ftservices ul li {
    text-align: left;
    padding-left: 10px;
  }

  .ftupper .ftright {
    row-gap: 16px;
  }

  .ftcontactinfo p:first-child {
    line-height: 1.4;
  }

  .workinghrdiv p {
    margin: 0;
  }

  .ftinfobtn {
    margin-bottom: 10px;
  }

  .ftlinks.ftgetintouch {
    padding-top: 20px;
  }

  .our-process-sec .left-side .stepbx {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 15px 15px 15px 15px;
  }

  .our-process-sec .left-side .stepbx .stepname,
  .our-process-sec .left-side .stepbx p {
    text-align: center;
  }

  .our-process-sec .left-side .stepicon {
    margin-right: 0;
  }

  .our-process-sec .left-side .heading30 {
    margin-bottom: 15px;
  }

  .our-process-sec .left-side,
  .our-process-sec .right-side {
    margin-bottom: 35px;
  }

  .search_form .search-submit input[type="submit"] {
    height: 29px;
  }

  .search_form .search-submit {
    top: calc(50% - 18px);
  }
}

.ptag .breadcrumb_wrap ul li span {
  display: inline;
}

#html5-lightbox-box .html5-elem-data-box {
  opacity: 0;
}