@font-face {
  font-family: "Montserrat";
  src: url("./assets/fonts/Montserrat-Light.woff2") format("woff2"), url("./assets/Montserrat-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("./assets/fonts/Montserrat-Bold.woff2") format("woff2"), url("./assets/fonts/Montserrat-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("./assets/fonts/Montserrat-SemiBold.woff2") format("woff2"), url("./assets/fonts/Montserrat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("./assets/fonts/Montserrat-ExtraBold.woff2") format("woff2"), url("./assets/fonts/Montserrat-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("./assets/fonts/Montserrat-Regular.woff2") format("woff2"), url("./assets/fonts/Montserrat-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  padding: 0;
  background: #f8f7f3;
  font-family: "Montserrat";
  font-weight: 400;
  margin: 0;
  font-size: 16px;
}

img {
  max-width: 100%;
}

a {
  color: #404040;
}

a:hover {
  color: #303030;
}

a, i {
  transition: all 0.4s;
  text-decoration: none;
}

li {
  margin-bottom: 16px;
}

b, strong {
  font-weight: 600;
}

p {
  color: #303030;
  font-size: 18px;
  font-weight: 400;
}

.cmn-inquiry {
  transition: 0.3s all;
  color: #fff;
  background: #0F3640;
  font-size: 20px;
  font-weight: 500;
  padding: 6px 27px;
  border-radius: 50px;
  display: inline-block;
  align-items: center;
  text-align: left;
  position: relative;
  border: 1px solid #1D33A4;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  display: flex;
}
.cmn-inquiry .head-inauiry {
  line-height: 20px;
}
.cmn-inquiry i {
  margin-right: 20px;
}
.cmn-inquiry span {
  display: block;
  font-size: 12px;
}
.cmn-inquiry:hover {
  background: #fff;
}

.btngroup {
  align-items: center;
  display: flex;
}
.btngroup .cmnbtn:first-child {
  margin-right: 50px;
}

.cmn-heading {
  text-align: left;
  margin: auto;
  margin-bottom: 20px;
}
.cmn-heading span {
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
.cmn-heading span:after {
  position: absolute;
  content: "";
  background: #000;
  width: 80px;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}
.cmn-heading .text-head {
  position: relative;
  position: relative;
  text-align: left;
  font-size: 28px;
  color: #1D33A4;
  margin-bottom: 0px;
  margin-bottom: 20px;
  font-weight: 700;
}
.cmn-heading .text-head.text-center:after {
  margin: auto;
}
.cmn-heading .text-head.white-clr {
  color: #fff;
}
.cmn-heading .text-head.white-clr:after {
  background: #fff;
}

.cmn-heading.text-center {
  width: 65%;
}

.cmnbtn {
  transition: 0.3s all;
  transition: 0.3s all;
  color: #1D33A4;
  background: linear-gradient(117.35deg, #FFFFFF -34.73%, #E4E6E8 112.35%);
  font-size: 16px;
  font-weight: 600;
  padding: 0px 0px;
  display: inline-block;
  align-items: center;
  text-align: center;
  position: relative;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  line-height: 30px;
  position: relative;
}
.cmnbtn:hover {
  background: linear-gradient(117.35deg, #1D33A4 -34.73%, #4DB0DD 112.35%);
  transition: 0.3s all;
  color: #fff;
  border-color: #1D33A4;
}
.cmnbtn:before {
  position: absolute;
  content: "";
  width: 110%;
  height: 1.2px;
  bottom: -1px;
  left: -5%;
  background: #1D33A4;
}
.cmnbtn:after {
  position: absolute;
  content: "";
  width: 110%;
  height: 1px;
  top: 0;
  left: -5%;
  background: #1D33A4;
}
.cmnbtn span {
  padding: 4px 20px;
  display: inline-block;
  position: relative;
}
.cmnbtn span:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 140%;
  top: 0;
  left: 0;
  background: #1D33A4;
  top: -20%;
}
.cmnbtn span:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 140%;
  top: 0;
  right: 0;
  background: #1D33A4;
  top: -20%;
}

.whitebtn {
  border: 1px solid #fff;
  color: #fff;
}

.cmn-heading.leftheading {
  text-align: left;
}
.cmn-heading.leftheading .text-head {
  text-align: left;
}
.cmn-heading.leftheading .text-head:after {
  margin: 0;
}

.bulletpoints ul {
  padding: 0px;
  list-style: none;
}
.bulletpoints ul li {
  margin-bottom: 20px;
  position: relative;
  padding-left: 35px;
}
.bulletpoints ul li:after {
  position: absolute;
  content: "";
  background-image: url(assets/images/tick.png);
  width: 22px;
  height: 22px;
  background-size: 22px;
  background-repeat: no-repeat;
  left: 0;
  top: 2px;
}

.form-group {
  margin-bottom: 20px;
}
.form-group textarea {
  height: 110px;
  border-radius: 0px;
  color: #707070;
}

.navbar-light .navbar-nav .nav-link {
  color: #0F3640;
  font-size: 18px;
  padding: 0;
  font-weight: 500;
  letter-spacing: 1px;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: #1D33A4;
}

li.moreinquiry a {
  display: flex;
  align-items: center;
}
li.moreinquiry a:hover i {
  animation: blink 1s infinite;
}
li.moreinquiry a:hover .head-inauiry {
  color: #1D33A4;
}
li.moreinquiry a i {
  margin-right: 10px;
  transition: all 0.3s ease;
}
li.moreinquiry a .head-inauiry {
  color: #0F3640;
  font-size: 20px;
  font-weight: bold;
}
li.moreinquiry a .head-inauiry span {
  display: block;
  color: #1D33A4;
  font-weight: 500;
  font-size: 16px;
}

section.section {
  padding: 50px 0px;
  position: relative;
}

.tophead {
  background: #0F3640;
  z-index: 0;
  position: relative;
}
.tophead .row {
  width: 100%;
}
.tophead .row .header-ct {
  height: 100%;
  align-items: center;
  display: flex;
}
.tophead:after {
  background: #1995B4;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 358px;
  height: 100%;
  z-index: -1;
}
.tophead .header-ct a {
  color: #fff;
}
.tophead .header-ct a:hover {
  color: #1D33A4;
}
.tophead .header-ct p {
  margin-bottom: 0px;
  color: #fff;
}
.tophead .header-ct p span {
  margin-right: 20px;
}
.tophead .header-ct p i {
  margin-right: 10px;
}
.tophead .headersocaillist {
  display: flex;
  justify-content: end;
}
.tophead .headersocaillist ul {
  display: flex;
  margin-bottom: 0px;
  justify-content: end;
  list-style: none;
  padding: 12px;
  background: #1995b4;
}
.tophead .headersocaillist ul span {
  color: #fff;
  display: inline-block;
  margin-right: 10px;
}
.tophead .headersocaillist ul li {
  margin-bottom: 0px;
  margin-left: 20px;
}
.tophead .headersocaillist ul li a {
  color: #fff;
  font-size: 18px;
}

.swiper.bannerslider {
  width: 100%;
  height: 100vh; /* or less if needed */
  max-height: 100vh;
  overflow: hidden;
}
.swiper.bannerslider .swiper-pagination {
  display: none;
}
.swiper.bannerslider .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
}
.swiper.bannerslider .next-slide-btn {
  position: absolute;
  bottom: 15px;
  z-index: 99;
  left: 0;
  right: 0;
  margin: auto;
  width: 40px;
}
.swiper.bannerslider .next-slide-btn i {
  color: #fff;
  font-size: 40px;
  position: relative;
}
.swiper.bannerslider .next-slide-btn i:after {
  content: "";
  background: #fff;
  position: absolute;
  width: 8px;
  height: 8px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 50px;
}

.bricklayers-perth .prth2image {
  height: 300px;
  border-radius: 0px 200px 0px 0px;
  overflow: hidden;
}
.bricklayers-perth .prth2image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.default-accordion {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: stretch;
  height: auto;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.default-accordion .tab {
  flex: 1;
  cursor: pointer;
  transition: flex 0.5s ease;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.default-accordion .tab img {
  width: 100%;
  height: 280px; /* fixed image height */
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s ease;
  border-radius: 10px 10px 0 0;
  flex-shrink: 0;
}

.default-accordion .tab-title {
  padding: 8px;
  text-align: center;
  font-weight: 500;
  font-size: 0.95rem;
  width: 100%;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  -webkit-user-select: text;
     -moz-user-select: text;
          user-select: text;
  font-weight: 700;
  line-height: 19px;
}

.default-accordion .tab-details {
  display: none;
  padding: 15px 0px;
  text-align: center;
  transition: all 0.3s ease;
  flex-grow: 1;
  color: #333;
  width: 100%;
}

.default-accordion input[type=radio] {
  display: none;
}

/* Expanded tab style */
.default-accordion input[type=radio]:checked + label.tab {
  flex: 4;
  z-index: 10;
}

.default-accordion input[type=radio]:checked + label.tab img {
  transform: scale(1.05);
}

.default-accordion input[type=radio]:checked + label.tab .tab-details {
  display: block;
  text-align: left;
}

.default-accordion input[type=radio]:checked + label.tab .tab-details .btngroup .cmnbtn:first-child {
  margin-right: 25px;
}
.default-accordion input[type=radio]:checked + label.tab .tab-details .btngroup .cmnbtn:last-child {
  margin-left: 25px;
}

.default-accordion input[type=radio]:checked + label.tab .tab-details h5.text-primary {
  font-size: 20px;
  font-weight: 700;
  color: #1D33A4 !important;
}

.default-accordion input[type=radio]:checked + label.tab .tab-title {
  display: none;
}

.swiper.bannerslider .swipermain-ct {
  position: relative;
}
.swiper.bannerslider .container {
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  right: 0;
  left: 0;
}
.swiper.bannerslider .container .bannermain-ct {
  width: 100%;
  position: relative;
  height: 100%;
  display: flex;
  /* box-decoration-break: clone; */
  justify-content: center;
  align-items: center;
}
.swiper.bannerslider .container .bannermain-ct .bannershort-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 1;
  /* display: flex
  ; */
  align-items: center;
  justify-content: center;
  /* align-items: center; */
  top: 20%;
}
.swiper.bannerslider .container .bannermain-ct .bannershort-img img {
  width: 310px;
}
.swiper.bannerslider .container .bannermain-ct h1 {
  font-size: 60px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  background: linear-gradient(180deg, #FFFFFF 63%, #264BAF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(38, 75, 175, 0);
  background-clip: text;
  color: transparent;
  /* background: linear-gradient(180deg, #FFFFFF 40%, #264BAF 100%); */
  z-index: 0;
  position: relative;
}
.swiper.bannerslider .container .bannerpopup {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 600px;
  z-index: 9;
  background: rgba(245, 245, 245, 0.631372549);
  padding: 20px;
  top: 30%;
  bottom: auto;
  margin: auto;
  padding: 30px;
  text-align: center;
  border-radius: 20px;
}
.swiper.bannerslider .container .bannerpopup .btngroup {
  justify-content: center;
}
.swiper.bannerslider .container .bannerpopup h2 {
  color: #1D33A4;
  position: relative;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 700;
  padding-bottom: 20px;
}
.swiper.bannerslider .container .bannerpopup h2:after {
  position: absolute;
  content: "";
  background: #1D33A4;
  width: 185px;
  height: 2px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.swiper.bannerslider .swipermain-ct.slide-2 {
  position: relative;
}
.swiper.bannerslider .swipermain-ct.slide-2:after {
  background: rgba(29, 51, 164, 0.72);
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 2;
}

.bricklayers-perth .aboutimage {
  height: 550px;
  position: relative;
  border-radius: 0px 0px 0px 195px;
  overflow: hidden;
}
.bricklayers-perth .aboutimage img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  width: 100%;
}
.bricklayers-perth .ctabout .prth2image {
  margin-top: 40px;
}
.bricklayers-perth .ctabout ul {
  display: flex;
  list-style: none;
  padding: 0;
  flex-wrap: wrap;
  justify-content: space-between;
}
.bricklayers-perth .ctabout ul li {
  width: 30%;
  padding: 30px 0px;
  text-align: center;
  padding-bottom: 0px;
}
.bricklayers-perth .ctabout ul li span {
  display: inline-block;
  width: 45px;
}
.bricklayers-perth .ctabout ul li strong {
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin: 10px 0px;
  min-height: 32px;
  line-height: 16px;
  margin-bottom: 5px;
}

.flexheading {
  display: flex;
  justify-content: space-between;
}
.flexheading .cmn-heading {
  width: 40%;
}
.flexheading .flexright-ct {
  width: 60%;
  padding-left: 50px;
}

.besthome-section .besthome-img {
  height: 185px;
  position: relative;
  border-radius: 0px 0px 0px 195px;
  overflow: hidden;
}
.besthome-section .besthome-img img {
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  right: 0;
}
.besthome-section .best-statics ul {
  padding: 0;
  list-style: none;
}
.besthome-section .best-statics ul li {
  display: flex;
  margin-bottom: 40px;
}
.besthome-section .best-statics ul li span {
  display: inline-block;
  margin-right: 20px;
}
.besthome-section .best-statics ul li span img {
  width: 45px;
}
.besthome-section .best-statics ul li p strong {
  display: block;
}

.looking-bricklaying {
  background: #1D33A4;
  padding: 50px 0px;
}

.request-today {
  position: relative;
  background: #EBEBEB;
}
.request-today:after {
  position: absolute;
  content: "";
  background: linear-gradient(0deg, #4DB0DD 0%, #1D33A4 100%);
  height: 550px;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  border-radius: 0px 0px 50% 50%;
}
.request-today .form_otr_contact {
  height: 520px;
  margin-top: 40px;
  width: 100%;
}
.request-today .form_otr_contact body {
  background-color: transparent !important;
}
.request-today iframe {
  width: 100%;
  height: 100%;
}

.looking-bricklaying {
  color: #fff;
}
.looking-bricklaying p, .looking-bricklaying li {
  color: #fff;
}
.looking-bricklaying .cmnbtn:after, .looking-bricklaying .cmnbtn:before, .looking-bricklaying span:after, .looking-bricklaying span:before {
  background: #4DB0DD;
}
.looking-bricklaying .cmn-heading {
  text-align: center;
  margin-bottom: 30px;
}
.looking-bricklaying .cmn-heading span {
  margin-bottom: 0px;
}
.looking-bricklaying .cmn-heading .text-head {
  color: #fff;
  text-align: center;
}
.looking-bricklaying .cmn-heading .btngroup {
  justify-content: center;
  margin-top: 30px;
}
.looking-bricklaying .bricklaying-list {
  width: 100%;
  overflow: hidden;
  margin: 20px 0;
}
.looking-bricklaying .bricklaying-list ul {
  display: flex;
  padding: 0;
  list-style: none;
  white-space: nowrap;
  animation-duration: 30s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.looking-bricklaying .bricklaying-list ul li {
  background: #D9D9D9;
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 30px;
  margin: 0px 4px;
  color: #000;
  box-shadow: 0px 6px 14px 0px rgba(0, 0, 0, 0.2509803922);
}
.looking-bricklaying .bricklaying-list ul li span {
  background: #4DB0DD;
  margin-right: 10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.looking-bricklaying .bricklaying-list ul li span img {
  margin: 0;
}

.bricklaying-list ul li {
  display: flex;
  align-items: center;
  padding: 0 25px;
  font-size: 16px;
  line-height: 1.5;
  border-right: 1px solid #ddd;
}

.bricklaying-list ul li:last-child {
  border-right: none;
}

.bricklaying-list ul li span img {
  height: 16px; /* Example size */
  width: auto;
  margin-right: 8px;
}

.slide-left ul { /* Apply the specific keyframe animation */
  animation-name: slide-left-to-right;
}

@keyframes slide-left-to-right {
  0% {
    /* Start at the beginning of the second list copy (-50% of the UL's total width) */
    transform: translateX(-50%);
  }
  100% {
    /* End at the beginning of the first list copy (0% position) */
    transform: translateX(0%);
  }
}
.slide-right ul { /* Apply the specific keyframe animation */
  animation-name: slide-right-to-left;
}

@keyframes slide-right-to-left {
  0% {
    /* Start at the beginning of the first list copy (0% position) */
    transform: translateX(0%);
  }
  100% {
    /* End at the beginning of the second list copy (-50% of the UL's total width) */
    transform: translateX(-50%);
  }
}
.request-today {
  background: #EBEBEB;
  position: relative;
  z-index: 0;
}
.request-today .cmn-heading {
  text-align: center;
}
.request-today .cmn-heading .text-head {
  text-align: center;
  color: #fff;
}
.request-today .cmn-heading p {
  color: #fff;
}
.request-today .quote-form {
  box-shadow: 0px 4px 104px 0px rgba(0, 0, 0, 0.2509803922);
  background: #F3F3F3;
  padding: 50px;
  position: relative;
  border-radius: 15px;
  z-index: 1;
  border-bottom: 5px solid #1D33A4;
}
.request-today .quote-form form .form-control {
  background: linear-gradient(180deg, #FFFFFF 0%, #E6E5E5 100%);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.0509803922);
}
.request-today .quote-form form input {
  height: 40px;
}

.bottomslides {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.slidetrack {
  display: flex;
  width: 2200px; /* 10 images x width + margin */
  animation: scrollLeft 25s linear infinite;
}

.bottomslides ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
  margin-top: 40px;
}

.bottomslides li {
  margin-right: 10px;
}

/* Continuous scroll animation */
@keyframes scrollLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.testimonails-section.section {
  background: #EBEBEB;
  padding-bottom: 145px;
}
.testimonails-section.section .client-slider {
  padding-bottom: 50px;
}
.testimonails-section.section .client-slider .swiper-pagination-bullet {
  width: 30px;
  height: 4px;
  border-radius: 0;
}
.testimonails-section.section .client-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #1D33A4;
}
.testimonails-section.section .testimonialsbox {
  background: #fff;
  padding: 20px;
  border-radius: 20px;
  min-height: 280px;
}
.testimonails-section.section .testimonialsbox .reviewsection {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.testimonails-section.section .testimonialsbox .reviewsection .star-i i {
  color: #FBBC05;
}
.testimonails-section.section .testimonialsbox .testimonail-head {
  display: flex;
}
.testimonails-section.section .testimonialsbox .testimonail-head p {
  margin-left: 15px;
}
.testimonails-section.section .testimonialsbox .testimonail-head p strong {
  display: block;
}

.footerbottom.section {
  background: #f8f7f3;
  padding-bottom: 0px;
  padding-top: 50px;
}
.footerbottom.section .ft-logo {
  text-align: center;
  display: flex;
  margin-bottom: 30px;
  align-items: center;
  justify-content: center;
}
.footerbottom.section .ft-logo a {
  width: 150px;
  height: 150px;
  display: inline-block;
  background: white;
  margin-top: -145px;
  position: relative;
  display: block;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footerbottom.section .ft-logo a img {
  width: 70px;
}
.footerbottom.section .ftlist ul {
  justify-content: center;
  padding: 0;
  list-style: none;
  display: flex;
}
.footerbottom.section .ftlist ul li {
  margin: 0 15px;
}
.footerbottom.section .ftlist ul li a:hover {
  color: #1D33A4;
}
.footerbottom.section .socail-list ul {
  justify-content: center;
  padding: 0;
  list-style: none;
  display: flex;
  margin: 40px 0px;
}
.footerbottom.section .socail-list ul li {
  margin: 0 15px;
}
.footerbottom.section .socail-list ul li a {
  display: inline-block;
  background: #1D33A4;
  color: #fff;
  border-radius: 6px;
  width: 30px;
  height: 30px;
  line-height: 32px;
  text-align: center;
}
.footerbottom.section .socail-list ul li a:hover {
  background: linear-gradient(117.35deg, #1D33A4 -34.73%, #4DB0DD 112.35%);
}
.footerbottom.section .ft-contact-details ul {
  padding: 0;
  list-style: none;
  display: flex;
}
.footerbottom.section .ft-contact-details ul li {
  margin: 0;
  width: 33.33%;
  border-top: 3px solid #4DB0DD;
  box-shadow: 0px 2px 25px 0px rgba(0, 33, 91, 0.2);
}
.footerbottom.section .ft-contact-details ul li a {
  background: #fff;
  padding: 20px;
  display: flex;
  align-items: center;
  min-height: 112px;
}
.footerbottom.section .ft-contact-details ul li a span {
  width: 50px;
  height: 50px;
  background: #1D33A4;
  display: inline-block;
  color: #fff;
  line-height: 50px;
  text-align: center;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.footerbottom.section .ft-contact-details ul li a p {
  width: calc(100% - 50px);
  margin-bottom: 0;
  font-weight: 700;
}
.footerbottom.section .ft-contact-details ul li a p small {
  display: block;
  font-size: 15px;
  font-weight: normal;
}
.footerbottom.section .ft-contact-details ul li a:hover {
  background: linear-gradient(117.35deg, #1D33A4 -34.73%, #4DB0DD 112.35%);
}
.footerbottom.section .ft-contact-details ul li a:hover p {
  color: #fff;
}
.footerbottom.section .ft-contact-details ul li a:hover span {
  background: #fff;
  color: #1D33A4;
  border-radius: 10px;
  transition: 0.3s all;
}
.footerbottom.section .footercopy {
  background: #1D33A4;
  padding: 20px 0px;
  text-align: center;
}
.footerbottom.section .footercopy p {
  margin-bottom: 0px;
  color: #fff;
}

.inner-section {
  background-image: url(assets/images/slide1.png);
  height: 700px;
  background-position: top center;
}
.inner-section .container .innerbanner-content {
  padding-top: 200px;
}
.inner-section .container .innerbanner-content span {
  color: #fff;
  margin-bottom: 20px;
  display: inline-block;
  position: relative;
  padding-bottom: 10px;
}
.inner-section .container .innerbanner-content span:after {
  position: absolute;
  content: "";
  background: #FFFFFF;
  height: 1px;
  width: 70px;
  bottom: 0;
  left: 0;
}
.inner-section .container .innerbanner-content h1 {
  color: #fff;
  font-size: 34px;
  font-weight: 700;
}
.inner-section .container .innerbanner-content p {
  color: #fff;
}

.bricklayers-perth.aboutpage {
  margin-top: -315px;
}
.bricklayers-perth.aboutpage .prth2image {
  margin-top: 0;
  margin-bottom: 20px;
}
.bricklayers-perth.aboutpage ul {
  display: block;
}
.bricklayers-perth.aboutpage ul li {
  width: 100%;
  text-align: left;
  margin-bottom: 15px;
  padding: 0;
}

.resultsleading-section {
  padding-bottom: 70px;
}
.resultsleading-section .row {
  align-items: end;
}
.resultsleading-section .leadingbox ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.resultsleading-section .leadingbox ul li {
  background: #E9E9E9;
  color: #737373;
  width: 33.33%;
  padding: 15px;
  margin: 0px 15px;
  text-align: center;
}
.resultsleading-section .leadingbox ul li strong {
  display: block;
  font-size: 34px;
  font-weight: 700;
  color: #000;
}
.resultsleading-section .leadingbox ul li:first-child {
  margin-left: 0;
}
.resultsleading-section .leadingbox ul li:last-child {
  margin-right: 0px;
}
.resultsleading-section .prth2image {
  border-radius: 0px 200px 0px 0px;
  overflow: hidden;
}

.work-flow .cmn-heading {
  text-align: center;
}
.work-flow .cmn-heading .text-head {
  text-align: center;
}
.work-flow ul {
  padding: 0px;
  list-style: none;
  width: 80%;
  margin: 0 auto;
}
.work-flow ul li {
  margin-bottom: 50px;
}
.work-flow ul li .worklistmain-box {
  display: flex;
  list-style: none;
}
.work-flow ul li .worklistmain-box .worklist-left {
  width: 60%;
  padding-right: 20px;
}
.work-flow ul li .worklistmain-box .worklist-left .workmini-box .flow-number {
  font-size: 55px;
  font-weight: 700;
  color: #1D33A4;
}
.work-flow ul li .worklistmain-box .worklist-left .workmini-box .fl-ct {
  position: relative;
  padding-left: 30px;
}
.work-flow ul li .worklistmain-box .worklist-left .workmini-box .fl-ct:after {
  position: absolute;
  content: "";
  width: 5px;
  height: 100%;
  background: #DFDFDF;
  top: 0;
  left: 0;
}
.work-flow ul li .worklistmain-box .worklist-left .workmini-box .fl-ct:before {
  position: absolute;
  content: "";
  width: 5px;
  background: #1D33A4;
  height: 45%;
  left: 0;
  top: 0;
  z-index: 1;
}
.work-flow ul li .worklistmain-box .worklist-left .workmini-box strong {
  font-size: 20px;
  font-weight: bold;
}
.work-flow ul li .worklist-right {
  height: 300px;
  position: relative;
  width: 40%;
  border-radius: 0px 230px 0px 0px;
  overflow: hidden;
}
.work-flow ul li .worklist-right img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.work-flow ul li:nth-child(even) .worklistmain-box {
  display: flex;
  flex-direction: row-reverse;
}
.work-flow ul li:nth-child(even) .worklistmain-box .worklist-left .workmini-box {
  margin-left: 50px;
}

.bricklayers-perth.ourservice-page {
  margin-top: -390px;
}
.bricklayers-perth.ourservice-page .cmn-heading {
  margin-top: 30px;
}
.bricklayers-perth.ourservice-page .ctabout ul {
  display: block;
}
.bricklayers-perth.ourservice-page .ctabout ul li {
  width: 100%;
  display: block;
  margin-bottom: 0px;
  padding-top: 0px;
  text-align: left;
  margin-bottom: 5px;
}

.service-midd {
  padding-bottom: 40px;
}
.service-midd .ser-img {
  border-radius: 0px 200px 0px 0px;
  overflow: hidden;
  height: 100%;
}
.service-midd .ser-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.service-midd .cmnbtn span {
  background: linear-gradient(117.35deg, #1D33A4 -34.73%, #4DB0DD 112.35%);
  color: #fff;
  display: flex;
  align-items: center;
  padding: 4px 15px;
}
.service-midd .cmnbtn span i {
  background: #4DB0DD;
  width: 30px;
  height: 30px;
  display: inline-block;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.service-midd .cmnbtn:hover span {
  background: linear-gradient(117.35deg, #FFFFFF -34.73%, #E4E6E8 112.35%);
  color: #000;
}
.service-midd .cmnbtn:hover i {
  color: #fff;
}

.helpservice .btngroup {
  justify-content: center;
}
.helpservice .btngroup .cmnbtn span {
  background: linear-gradient(117.35deg, #1D33A4 -34.73%, #4DB0DD 112.35%);
  color: #fff;
  display: flex;
  align-items: center;
  padding: 4px 15px;
}
.helpservice .btngroup .cmnbtn span i {
  background: #4DB0DD;
  width: 30px;
  height: 30px;
  display: inline-block;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.helpservice .btngroup .cmnbtn:hover span {
  background: linear-gradient(117.35deg, #FFFFFF -34.73%, #E4E6E8 112.35%);
  color: #000;
}
.helpservice .btngroup .cmnbtn:hover i {
  color: #fff;
}

.servicemain-section {
  margin-top: -230px;
}
.servicemain-section .servicemain-box {
  box-shadow: 0px 4px 54px 0px rgba(0, 0, 0, 0.1019607843);
  padding: 20px 20px 30px 20px;
  transition: 0.3s all;
  border-radius: 0px 170px 0px 0px;
  margin-bottom: 40px;
  background: #F5F5F5;
  position: relative;
}
.servicemain-section .servicemain-box:hover {
  background: #1D33A4;
}
.servicemain-section .servicemain-box:hover strong, .servicemain-section .servicemain-box:hover p {
  color: #fff;
}
.servicemain-section .servicemain-box:hover a small {
  color: #fff;
}
.servicemain-section .servicemain-box strong {
  font-size: 40px;
  font-weight: 700;
  color: #1D33A4;
}
.servicemain-section .servicemain-box small {
  font-size: 18px;
  color: #1D33A4;
  display: block;
  font-weight: 700;
}
.servicemain-section .servicemain-box .servicesmall-icon {
  position: absolute;
  width: 80px;
  height: 80px;
  background: #fff;
  top: 0;
  right: 20px;
  text-align: center;
  border-radius: 50px;
  box-shadow: 0px 4px 44px 0px rgba(0, 0, 0, 0.1019607843);
  display: flex;
  align-items: center;
  justify-content: center;
}
.servicemain-section .servicemain-box .servicesmall-icon img {
  width: 45px;
}

.faq-section #accordion .card {
  margin-bottom: 30px;
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.0509803922);
  border: none;
  transition: 0.3s all;
  background: #E4E6E8;
  border-radius: 50px;
}
.faq-section #accordion .card .collapse.show div {
  color: #fff;
  background: transparent;
}
.faq-section #accordion .card:has(> .collapse.show) {
  border: 1px solid #1D33A4;
  background: #1D33A4;
}
.faq-section #accordion .card:has(> .collapse.show) p {
  color: #fff;
}
.faq-section #accordion .card .card-header {
  background-color: transparent;
  border-bottom: none;
  padding: 0px;
}
.faq-section #accordion .card .card-header a {
  font-weight: 700;
  position: relative;
  display: block;
  text-align: left;
  padding: 30px 30px;
  padding-right: 45px;
  font-size: 18px;
}
.faq-section #accordion .card .card-header a:hover {
  color: #1D33A4;
}
.faq-section #accordion .card .card-header a:active, .faq-section #accordion .card .card-header a:focus {
  outline: none;
  box-shadow: none;
}
.faq-section #accordion .card .card-header a:after {
  content: "\f144";
  right: 30px;
  font-size: 16px;
  color: #fff;
  position: absolute;
  bottom: 0;
  transition: all 0.4s;
  font-family: bootstrap-icons;
  border-radius: 50%;
  text-align: center;
  top: 20px;
  background: #1D33A4;
  width: 47px;
  height: 47px;
  line-height: 47px;
}
.faq-section #accordion .card .card-header a[aria-expanded=true] {
  color: #fff;
}
.faq-section #accordion .card .card-header a[aria-expanded=true]:after {
  content: "\f123";
  background: #fff;
  color: #1D33A4;
}
.faq-section #accordion .card:first-child .card-header a {
  color: #fff;
}
.faq-section #accordion .card:first-child .card-header a:after {
  content: "\f123";
  background: #fff;
  color: #1D33A4;
}
.faq-section #accordion .card:first-child .card-header a[aria-expanded=false] {
  color: #000;
}
.faq-section #accordion .card:first-child .card-header a[aria-expanded=false]:after {
  content: "\f144";
  background: #1D33A4;
  color: #fff;
}
.faq-section #accordion .card .card-body {
  padding: 0px 80px 30px 30px;
}

.map-ct {
  border-radius: 0px 200px 0px 0px;
  margin-top: -300px;
}
.map-ct img {
  width: 100%;
  border-radius: 0px 150px 0px 0px;
}

.contact-details-main.section {
  padding-bottom: 0px;
}
.contact-details-main.section .row {
  align-items: center;
}
.contact-details-main.section .ct1 {
  margin-bottom: 20px;
}
.contact-details-main.section strong {
  font-size: 18px;
  font-weight: 700;
  display: block;
}
.contact-details-main.section h2, .contact-details-main.section a {
  font-size: 28px;
  font-weight: 700;
  color: #1D33A4;
}
.contact-details-main.section .contact-img {
  border-radius: 0px 200px 0px 0px;
  overflow: hidden;
}

.blogsection {
  margin-top: -300px;
}
.blogsection .blog-ctbox {
  margin-bottom: 50px;
}
.blogsection .blog-ctbox a:not(.cmnbtn) {
  font-size: 20px;
  font-weight: 800;
  color: #1D33A4;
  display: inline-block;
  margin: 20px 0px;
}
.blogsection .blog-img {
  border-radius: 22px;
  position: relative;
}
.blogsection .blog-img img {
  border-radius: 22px;
}
.blogsection .blog-img span {
  position: absolute;
  background: #3D3D3D;
  color: #fff;
  right: 15px;
  bottom: -15px;
  font-size: 18px;
  padding: 3px 20px;
  border-radius: 50px;
  border: 5px solid #fff;
}

.blog-inner {
  margin-top: -300px;
}
.blog-inner .bloginnerimg {
  height: 450px;
  margin-bottom: 20px;
  position: relative;
}
.blog-inner .bloginnerimg img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  border-radius: 0px 200px 0px 0px;
}

.related-blogs.blogsection {
  margin-top: 0px;
}

.topicon-sticdiv {
  position: fixed;
  right: 4px;
  bottom: 5px;
}
.topicon-sticdiv .topicon {
  background: #1D33A4;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  color: #fff;
  font-size: 35px;
  text-align: center;
  line-height: 45px;
  box-shadow: 1px 1px 12px 6px rgba(255, 255, 255, 0.4196078431);
}

.enquirymodal .modal-body {
  padding: 0;
}
.enquirymodal .modal-body iframe {
  display: block;
  height: 100%;
  min-height: 575px;
  width: 100%;
}
.enquirymodal button.btn-close {
  filter: invert(1) opacity(1);
  font-size: 12px;
  position: absolute;
  right: 20px;
  top: 10px;
  z-index: 1;
}

.servicemain-section .pagination {
  text-align: center;
  margin: 20px 0;
  justify-content: center;
}
.servicemain-section .pagination .page-numbers {
  list-style: none;
  display: inline-flex;
  gap: 8px;
  padding: 0;
  margin: 0;
}
.servicemain-section .pagination .page-numbers li a,
.servicemain-section .pagination .page-numbers li span {
  display: inline-block;
  padding: 8px 14px;
  border-radius: 5px;
  background: #e5e5e5;
  color: #333;
  font-size: 14px;
  text-decoration: none;
  transition: 0.3s;
}
.servicemain-section .pagination .page-numbers li a:hover {
  background: #cccccc;
}
.servicemain-section .pagination .page-numbers li .current {
  background: #1D33A4;
  color: #fff;
}
.servicemain-section .pagination .page-numbers li .next {
  background: #e5e5e5;
}
.servicemain-section .pagination .page-numbers li .next:hover {
  background: #cccccc;
}

.single-service .helpservice ul, .ourservice-page ul, .ser-content ul, .bloginnertext ul {
  list-style: none;
  padding-left: 25px !important;
}
.single-service .helpservice ul li, .ourservice-page ul li, .ser-content ul li, .bloginnertext ul li {
  margin-top: 15px;
  position: relative;
}
.single-service .helpservice ul li:before, .ourservice-page ul li:before, .ser-content ul li:before, .bloginnertext ul li:before {
  color: #243ec5;
  content: "\f133";
  font-family: bootstrap-icons;
  font-size: 20px;
  left: auto;
  margin-left: -27px;
  position: absolute;
  top: -3px;
}

.cmn-heading h1.text-head {
  font-size: 28px;
}

.cmn-heading h2.text-head {
  font-size: 24px;
}

.helpservice.section p a {
  color: #1D33A4;
}

.err_thnk_sec {
  padding-top: 60px;
}
.err_thnk_sec img {
  width: 300px;
}

.error404 .footerbottom.section .ft-logo a, .page-template-thankyou .footerbottom.section .ft-logo a {
  display: none;
}

/* media query start here */
@media (min-width: 992px) {
  header.main_header {
    padding-top: 0px;
    background-size: cover;
    position: fixed;
    z-index: 100;
    top: 0;
    width: 100%;
    top: 0;
    box-shadow: 1px 1px 21px -30px;
    transition: all 0.4s;
  }
  header.main_header .dropdown-menu > li:hover {
    background-color: transparent;
  }
  header.main_header .dropdown-toggle::after {
    content: "\f285";
    font-family: "bootstrap-icons";
    left: 0;
    font-size: 13px;
    vertical-align: middle;
    margin: 0 6px 0 0;
    border: none;
    transform: rotate(90deg);
  }
  header.main_header .navbar-light .nav-link.show {
    background: transparent;
  }
  header.main_header .navbar-expand-lg {
    justify-content: space-between;
    padding: 10px 0px;
    width: 100%;
  }
  header.main_header .container {
    align-items: center;
    display: flex;
    justify-content: space-between;
    background: #fff;
    padding: 4px 28px;
    border-radius: 40px;
  }
  header.main_header .container .hdr_mnu_rt {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  header.main_header .container .hdr_mnu_rt .hdr_mnu_tp {
    border-bottom: 1px solid #e7e7e7;
    transition: all 0.4s;
  }
  header.main_header .container .hdr_mnu_rt .hdr_mnu_tp ul li a {
    font-size: 14px;
  }
  header.main_header .container .hdr_mnu_rt .hdr_mnu_btm {
    justify-content: flex-end;
  }
  header.main_header .container .hdr_mnu_rt .hdr_mnu_btm ul li {
    padding: 0px 13px;
  }
  header.main_header .container .hdr_mnu_rt .hdr_mnu_btm ul li a {
    position: relative;
    font-size: 14px;
    font-weight: 600;
  }
  header.main_header .container .hdr_mnu_rt .hdr_mnu_btm ul li a:after {
    background: #4DB0DD;
    width: 100%;
    height: 1px;
    content: "";
    bottom: -11px;
    left: 0;
    position: absolute;
    opacity: 0;
    visibility: hidden;
  }
  header.main_header .container .hdr_mnu_rt .hdr_mnu_btm ul li a:hover {
    transition: 0.3s all;
  }
  header.main_header .container .hdr_mnu_rt .hdr_mnu_btm ul li a:hover:after {
    visibility: visible;
    opacity: 1;
  }
  header.main_header .container .hdr_mnu_rt ul {
    list-style: none;
    padding: 10px 0;
    display: flex;
    margin: 0;
    align-items: center;
  }
  header.main_header .container .hdr_mnu_rt ul li.nav-item:last-child {
    margin-left: 10px;
  }
  header.main_header .container .hdr_mnu_rt ul li {
    margin: 0;
    padding: 3px 10px 3px 10px;
  }
  header.main_header .container .hdr_mnu_rt ul li a.nav-link.cmnbtn span {
    background: linear-gradient(117.35deg, #1D33A4 -34.73%, #4DB0DD 112.35%);
    color: #fff;
    display: flex;
    align-items: center;
    padding: 4px 15px;
  }
  header.main_header .container .hdr_mnu_rt ul li a.nav-link.cmnbtn span i {
    background: #4DB0DD;
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
  }
  header.main_header .container .hdr_mnu_rt ul li a.nav-link.cmnbtn span:hover {
    background: linear-gradient(117.35deg, #FFFFFF -34.73%, #E4E6E8 112.35%);
    color: #000;
  }
  header.main_header .container .hdr_mnu_rt ul li a.nav-link.cmnbtn span:hover i {
    color: #fff;
  }
  header.main_header .container .hdr_mnu_rt ul li a.cmn_btn_primary:hover {
    color: #303030;
  }
  header.main_header .container .hdr_mnu_rt ul li:last-child {
    border: none;
    padding-right: 0;
  }
  header.main_header.scrolled {
    box-shadow: 1px 1px 17px -11px;
    padding: 5px 0;
  }
  header.main_header.scrolled .hdr_mnu_tp {
    opacity: 0;
    visibility: hidden;
    height: 0;
  }
  header.main_header.scrolled .container .hdr_logo {
    width: 300px;
  }
  .searchbaraccount form {
    position: relative;
  }
  .searchbaraccount form input {
    background: #111827;
    color: #A9A9A9;
    border-radius: 40px;
    padding-right: 34px;
    height: 44px;
  }
  .searchbaraccount form input:focus {
    background: #111827;
    color: #A9A9A9;
    box-shadow: none;
    outline: none;
  }
  .searchbaraccount form i {
    position: absolute;
    top: 9px;
    right: 15px;
    color: #fff;
  }
  .searchbaraccount ul li.userheader a {
    font-size: 26px;
  }
  .searchbaraccount ul li.cartheader {
    font-size: 26px;
  }
  .searchbaraccount ul li.singing a {
    font-weight: 700;
    line-height: 17px;
    display: inline-block;
  }
  .searchbaraccount ul li.singing a span {
    font-weight: normal;
    font-size: 14px;
  }
  .mobile_hdr_logo_btns {
    display: none;
  }
  header.main_header .container .hdr_mnu_rt ul li ul.sub-menu {
    padding: 0;
    list-style: none;
    display: flex;
    opacity: 0;
    visibility: hidden;
    margin-top: 0;
    position: absolute;
    background: #f8f8f8;
    width: 675px;
    flex-wrap: wrap;
    top: 52px;
    border-radius: 10px;
    z-index: 111;
    background: linear-gradient(117.35deg, #1D33A4 -34.73%, #1d33a4 112.35%);
  }
  .main_header button.sub-menu-toggle {
    display: none;
  }
  header.main_header .container .hdr_mnu_rt ul li.menu-item-has-children:hover ul.sub-menu {
    opacity: 1;
    visibility: visible;
    transition: 0.3s all;
  }
  header.main_header .container .hdr_mnu_rt ul li.menu-item-has-children ul.sub-menu li {
    margin-left: 0;
  }
  header.main_header .container .hdr_mnu_rt ul li.menu-item-has-children ul.sub-menu li a:after {
    display: none;
  }
  header.main_header .container .hdr_mnu_rt ul li.menu-item-has-children ul.sub-menu li {
    margin-bottom: 6px;
    margin-right: 0;
    margin-left: 0px;
    padding: 0px;
    width: 50%;
  }
  header.main_header .container .hdr_mnu_rt ul li.menu-item-has-children ul.sub-menu li a {
    padding: 6px 14px;
    display: block;
    font-size: 14px;
    color: #fff;
  }
  header.main_header .container .hdr_mnu_rt ul li.menu-item-has-children ul.sub-menu li a:hover {
    transition: 0.3s all;
    background: rgba(62, 84, 194, 0.54);
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1155px;
  }
}
@media (min-width: 1500px) {
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1920px) {
  .container {
    max-width: 1591px;
  }
}
@media (max-width: 1699px) {
  body {
    font-size: 16px;
  }
  p {
    font-size: 16px;
  }
}
@media (max-width: 1499.98px) {
  .navbar-light .navbar-nav .nav-link {
    font-size: 16px;
  }
  .pakage-details-inner .pakageimg-small ul li {
    height: 185px;
    width: 185px;
  }
}
@media (max-width: 1399.98px) {
  p {
    font-size: 14px;
  }
  .cmnbtn {
    font-size: 14px;
  }
}
@media (max-width: 1200px) {
  .headertop {
    padding-bottom: 15px;
    margin-bottom: 0;
  }
  .headertop .header-list ul li {
    font-size: 13px;
    margin-right: 7px;
    padding-right: 7px;
  }
  .headertop .header-list ul li a {
    font-size: 13px;
  }
  .headertop .header-list ul li p {
    font-size: 13px;
  }
}
@media (max-width: 1199.98px) {
  .navbar-light .navbar-nav .nav-link {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .main_header .navbar-light .navbar-toggler {
    border: none;
    outline: none;
    box-shadow: none;
  }
  .main_header {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    background: #f5f5f5;
  }
  .main_header nav .navbar-collapse {
    position: fixed;
    background: #fff;
    left: 0;
    right: 0;
    top: 60px;
    bottom: 0;
    overflow: scroll;
  }
  .main_header nav .navbar-collapse ul.navbar-nav {
    display: flex;
    flex-direction: column;
    padding: 0 20px;
  }
  .main_header nav .navbar-collapse ul.navbar-nav li {
    width: 100%;
    margin: 0;
    position: relative;
  }
  .hdr_logo {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
  }
  .mobile_hdr_logo_btns {
    margin: 0 10px 0 auto;
  }
  .formsection.formdesktop {
    display: none;
  }
  .mobileform {
    display: block;
  }
  .formsection {
    background: rgba(239, 239, 239, 0.937254902);
    padding: 20px;
  }
  .formsection .formdiv {
    margin-bottom: 20px;
  }
  .banner-section .slider-section .main-swiper .swiper-slide .slide-content .container .contentinner {
    width: 64%;
  }
  .banner-section {
    height: 600px;
    margin-top: 125px;
  }
  .banner-section .slider-section .main-swiper .swiper-slide .slide-content .container .contentinner h2 {
    font-size: 48px;
  }
  .banner-section .slider-section .main-swiper .swiper-slide .slide-content .container {
    top: -48px;
  }
  .tophead .header-ct p span {
    margin-right: 16px;
  }
  .header-ct {
    height: 100%;
    display: flex;
    align-items: center;
  }
  .tophead .header-ct p {
    margin-bottom: 0px;
    color: #fff;
    font-size: 15px;
  }
  .expoloretheworld.section .cmn-heading .text-head {
    font-size: 22px;
  }
  .expoloretheworld .exploringlist ul li {
    height: 147px;
  }
  .navbar-light .navbar-nav .nav-link {
    border-bottom: 1px solid #ededed;
  }
  li.moreinquiry a i {
    width: 30px;
  }
  .moreinquiry .head-inauiry {
    line-height: 20px;
    margin-top: 12px;
  }
  .tophead:after {
    width: 358px;
  }
  .packagebox {
    margin-bottom: 20px;
  }
  .mobile_hdr_logo_btns a {
    padding: 8px 10px;
    border-radius: 50px;
    margin: 0 7px 0 0;
    background: #1B2D86;
    color: white;
    font-size: 16px;
  }
  .main_header nav .navbar-collapse ul.navbar-nav li a {
    display: inline-block;
    font-size: 16px;
    text-align: left;
    width: 100%;
    margin: 0;
    padding: 10px 0;
    color: #000;
    border-bottom: 1px solid #efefef;
  }
  .main_header nav .navbar-collapse ul.navbar-nav li a.nav-link.cmnbtn {
    display: none;
  }
  .footerbottom.section .footercopy {
    padding: 8px 4px;
  }
  .main_header nav .navbar-collapse ul.navbar-nav li button.sub-menu-toggle {
    position: absolute;
    right: 0;
    top: 8px;
    padding: 4px 10px;
    font-size: 22px;
    background: transparent;
    border: none;
    transition: all 0.4s;
  }
  .main_header nav .navbar-collapse ul:not(.navbar-nav) {
    display: none;
  }
  .main_header nav .navbar-collapse ul.navbar-nav li button.sub-menu-toggle[aria-expanded=true] + ul.sub-menu {
    display: inline-block;
    width: 100%;
  }
  .main_header nav .navbar-collapse ul.nav li button.sub-menu-toggle[aria-expanded=true] {
    transform: rotate(180deg);
  }
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
  p {
    font-size: 14px;
    text-align: justify;
  }
  .swiper.bannerslider .container .bannermain-ct .bannershort-img img {
    width: 129px;
  }
  .swiper.bannerslider .container .bannermain-ct h1 {
    font-size: 30px;
  }
  .swiper.bannerslider {
    height: 310px;
    margin-top: 60px;
  }
  .swiper.bannerslider .swipermain-ct {
    height: 100%;
  }
  .swiper.bannerslider .swipermain-ct img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
  .swiper.bannerslider .container .bannerpopup {
    width: 95%;
    padding: 15px 10px;
    top: 10%;
  }
  .swiper.bannerslider .container .bannerpopup .btngroup .cmnbtn {
    font-size: 14px;
  }
  .swiper.bannerslider .container .bannerpopup .btngroup .cmnbtn span {
    padding: 2px 14px;
  }
  .swiper.bannerslider .container .bannerpopup h2 {
    font-size: 16px;
    padding-bottom: 15px;
    margin-bottom: 10px;
  }
  .cmn-heading h1.text-head {
    font-size: 18px;
  }
  .cmn-heading h2.text-head {
    font-size: 18px;
  }
  .cmnbtn {
    font-size: 14px;
  }
  .cmnbtn span {
    padding: 2px 15px;
  }
  .bricklayers-perth .aboutimage {
    height: 150px;
    margin-bottom: 30px;
    border-radius: 0px 0px 0px 130px;
  }
  .bricklayers-perth .prth2image {
    height: 150px;
  }
  .bricklayers-perth .prth2image img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .bricklayers-perth .btngroup {
    justify-content: center;
  }
  .bricklayers-perth .ctabout ul {
    display: block;
  }
  .bricklayers-perth .ctabout ul li {
    width: 100%;
    border: none;
    padding-top: 25px;
  }
  .flexheading {
    display: block;
  }
  .flexheading .cmn-heading {
    width: 100%;
  }
  .flexheading .flexright-ct {
    width: 100%;
    padding-left: 0;
    margin-bottom: 40px;
  }
  .flexheading .flexright-ct .btngroup {
    display: none;
  }
  .default-accordion {
    display: block;
  }
  .default-accordion .tab {
    margin-bottom: 30px;
  }
  .besthome-section .best-statics ul {
    margin-top: 20px;
  }
  .default-accordion .tab-title {
    font-size: 14px;
    font-weight: 700;
    background: #1D33A4;
    color: #fff;
  }
  .request-today .quote-form {
    padding: 30px 20px;
  }
  .cmn-heading.text-center {
    width: 100%;
  }
  .footerbottom.section .ft-logo a {
    width: 100px;
    height: 100px;
    margin-top: -90px;
  }
  .footerbottom.section .ft-logo a img {
    width: 50px;
  }
  .footerbottom.section .ftlist ul li {
    margin: 0 7px;
  }
  .footerbottom.section .ft-contact-details ul {
    display: block;
  }
  .footerbottom.section .ft-contact-details ul li {
    width: 100%;
  }
  .footerbottom.section .footercopy p {
    text-align: center;
  }
  .request-today .quote-form form input {
    height: 38px;
  }
  .inner-section .container .innerbanner-content {
    padding-top: 95px;
  }
  .inner-section .container .innerbanner-content h1 {
    font-size: 22px;
  }
  .inner-section {
    height: auto;
    padding-bottom: 30px;
  }
  .bricklayers-perth.section {
    margin-top: 0 !important;
    padding: 20px 0px;
  }
  .resultsleading-section .leadingbox ul li {
    margin-bottom: 15px;
    padding: 10px 5px;
  }
  .resultsleading-section .leadingbox ul li:first-child {
    margin: 0;
    margin-bottom: 15px;
  }
  .resultsleading-section .leadingbox ul li:last-child {
    margin-left: 0;
  }
  .resultsleading-section .leadingbox ul li strong {
    font-size: 16px;
  }
  .prth2image {
    margin-top: 20px;
  }
  .work-flow ul li .worklistmain-box {
    display: block;
  }
  .work-flow ul li .worklistmain-box .worklist-left {
    width: 100%;
    padding-right: 0;
  }
  .work-flow ul li .worklist-right {
    height: 245px;
    width: 100%;
  }
  .work-flow ul li:nth-child(even) .worklistmain-box {
    display: block;
  }
  .work-flow ul li:nth-child(even) .worklistmain-box .worklist-left .workmini-box {
    margin-left: 0px;
  }
  .work-flow ul li .worklistmain-box .worklist-left .workmini-box .flow-number {
    font-size: 30px;
  }
  .blog-inner {
    margin-top: 50px;
  }
  .blog-inner .bloginnerimg {
    height: 240px;
  }
  .blogsection .blog-ctbox a:not(.cmnbtn) {
    font-size: 18px;
  }
  .blogsection .blog-img span {
    font-size: 15px;
  }
  .blogsection {
    margin-top: 0px;
  }
  .servicemain-section {
    margin-top: 0px;
  }
  .servicemain-section .servicemain-box .servicesmall-icon:after {
    width: 53px;
    height: 40px;
    background-position: 10px 6px;
    background-size: 42px;
  }
  .servicemain-section .servicemain-box small {
    font-size: 18px;
    margin-top: 10px;
  }
  .servicemain-section .servicemain-box strong {
    font-size: 25px;
  }
  .servicemain-section .servicemain-box .servicesmall-icon {
    width: 60px;
    height: 60px;
    right: 47px;
  }
  .bricklayers-perth .ctabout .prth2image {
    margin-top: 0px;
    display: none;
  }
  .ser-content {
    margin-top: 20px;
  }
  .service-midd .cmnbtn span i, .helpservice .btngroup .cmnbtn span i {
    display: none;
  }
  .faq-section #accordion .card .card-header a {
    padding: 18px 15px;
    font-size: 14px;
    padding-right: 48px;
  }
  .faq-section #accordion .card .card-header a:after {
    width: 30px;
    height: 30px;
    right: 12px;
    top: 15px;
    line-height: 33px;
    font-size: 12px;
  }
  .faq-section #accordion .card .card-body {
    padding: 0px 15px 30px 15px;
  }
  .ctabout .btngroup {
    margin-bottom: 20px;
  }
  .bottomslides li {
    width: 100px;
  }
  .looking-bricklaying .bricklaying-list {
    margin: 0px 0;
  }
  .form-group textarea {
    height: 85px;
  }
  .default-accordion .tab img {
    height: 115px;
  }
  .default-accordion input[type=radio]:checked + label.tab .tab-details {
    background: #fff;
    padding: 15px 15px 20px 15px;
  }
  .bricklayers-perth .ctabout ul li strong {
    min-height: auto;
  }
  section.section {
    padding: 35px 0px;
  }
  .default-accordion input[type=radio]:checked + label.tab .tab-details h5.text-primary {
    margin-bottom: 2px;
    font-size: 16px;
  }
  .besthome-img {
    display: none;
  }
  .besthome-section .best-statics ul li {
    margin-bottom: 8px;
  }
  .footerbottom.section .ft-contact-details ul li a p small {
    font-size: 14px;
  }
  .footerbottom.section .ft-contact-details ul li a span {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
  .footerbottom.section .ft-contact-details ul li a p {
    font-size: 12px;
    text-align: left;
  }
  .footerbottom.section .ft-contact-details ul li a {
    padding: 10px 20px;
    min-height: auto;
  }
  .footerbottom.section .socail-list ul {
    margin: 15px 0px;
  }
  .looking-bricklaying .bricklaying-list ul li {
    padding: 3px 10px;
  }
  header.main_header .container .hdr_logo a.navbar-brand {
    max-width: 130px;
  }
  .testimonails-section.section {
    padding-bottom: 95px;
  }
  .bricklayers-perth.aboutpage.section .ctabout ul li {
    padding-top: 0px;
  }
  .looking-bricklaying {
    display: none;
  }
  .request-today {
    padding-top: 40px;
  }
  .request-today .cmn-heading p {
    display: none;
  }
  .enquirymodal button.btn-close {
    filter: none;
    right: 10px;
  }
  .mainshowct .cmnbtn span {
    padding: 2px 8px;
  }
  .default-accordion input[type=radio]:checked + label.tab .tab-details .btngroup .cmnbtn:first-child {
    margin-right: 22px;
  }
  .default-accordion input[type=radio]:checked + label.tab .tab-details .btngroup .cmnbtn:last-child {
    margin-left: 22px;
  }
}
@media (max-width: 576px) {
  .cmnbtn {
    font-size: 12px;
    line-height: 25px;
  }
  .mobile_hdr_logo_btns a {
    padding: 6px 6px;
    border-radius: 50px;
    margin: 0 7px 0 0;
    background: #1B2D86;
    color: white;
    font-size: 14px;
    width: 30px;
    height: 30px;
    display: inline-block;
    line-height: 19px;
    text-align: center;
  }
  .topicon-sticdiv .topicon {
    width: 38px;
    height: 38px;
    font-size: 27px;
    line-height: 38px;
  }
  .request-today .form_otr_contact {
    height: 650px;
  }
}/*# sourceMappingURL=style.css.map */