/* ======= Basic style ======= */
html,
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  overflow-x: hidden;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  list-style: none;
  word-wrap: break-word;
}

body {
  font-family: "jost", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.75em;
  color: #555;
  overflow-x: hidden;
}

p {
  font-family: "Jost", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.75em;
  color: #555;
  margin-bottom: 5px;
}

h1 {
  font-size: 60px;
  font-weight: 700 !important;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 36px;
}

h4 {
  font-size: 30px;
}

h5 {
  font-size: 24px;
}

h6 {
  font-size: 21px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Jost", sans-serif;
  font-weight: 600;
  line-height: 1.5em;
  margin: 0 0 15px 0;
  color: #000;
}

img {
  width: 100%;
  height: auto;
}

img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  color: #f4f4f4;
}

span,
a,
a:hover {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}
li {
  font-size: 17px;
}

b {
  font-weight: 400;
  color: #555;
}

/* text field */
input[type="password"]:focus,
input[type="email"]:focus,
input[type="text"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
textarea:focus {
  outline: none;
}

input[type="password"],
input[type="email"],
input[type="text"],
input[type="number"],
input[type="date"],
textarea,
select {
  max-width: 100%;
  margin-bottom: 15px !important;
  /* padding: 15px 0; */
  height: auto;
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-width: 0 0 1px;
  border-style: solid;
  display: block;
  width: 100%;
  line-height: 1.5em;
  font-size: 16px;
  font-weight: 400;
  color: #555;
  background-image: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  border-color: ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

input:focus,
textarea:focus {
  border-bottom-width: 1px;
  border-color: #c6321b;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  line-height: 1.75em;
  -webkit-transition: background-color 0.15s ease-out;
  transition: background-color 0.15s ease-out;
  background: #fff;
  border: none;
}

input[type="submit"]:hover {
  background-color: #f4f4f4;
  color: #555;
  border: none;
}

select {
  padding: 10px;
  border-radius: 5px;
}

table,
th,
tr,
td {
  border: 1px solid #f4f4f4;
}

th,
tr,
td {
  padding: 10px;
}

input[type="radio"],
input[type="checkbox"] {
  display: inline;
}

/* placeholder */
::-webkit-input-placeholder {
  color: #555;
  font-size: 16px;
  font-weight: 400;
}

/* Top head style start */
.top-head {
  background: #020c24;
  height: 60px;
  line-height: 60px;
  position: relative;
  z-index: 1;
}
.top-head::before {
  position: absolute;
  height: 60px;
  width: 28%;
  background: #fff;
  content: "";
  top: 0;
  left: -10px;
  z-index: 1;
  transform: skew(-10deg);
}
/* .top-head::after {
  position: absolute;
  height: 60px;
  width: 3px;
  background: #ffffff;
  content: "";
  top: 0;
  left: 54%;
  z-index: -1;
  transform: skew(-10deg);
} */

.top-head .top-area {
  display: flex;
  justify-content: space-between;
}
.top-head .top-area li {
  display: flex;
}
.top-head .top-area li:first-child {
  padding-right: 30px;
}
.top-head .top-area li:last-child {
  padding-left: 30px;
}
.top-head .top-area li.fb a i {
  width: 40px;
  height: 40px;
  background: linear-gradient(to bottom, #1877f2, #0256c4);
  border-radius: 50%;
  color: #fff;
}
.top-head .top-area li a,
.top-head .top-area li p {
  padding-left: 7px;
  text-decoration: none;
  color: #ffffff;
  font-size: 18px;
  font-family: "Jost", sans-serif;
  font-weight: 500;
}
.top-head .top-area li p {
  padding-top: 14px;
}

.top-head .top-area li i {
  display: flex;
  justify-content: center;
  align-items: center;
  /* background: #ffffff;
  border-radius: 20px 20px 20px 0; */
  margin-top: 13px;
  font-size: 17px;
  width: 34px;
  height: 34px;
  color: #f8c700;
}
.top-head .social-media,
.top-head .social-media li {
  display: flex;
  justify-content: end;
}
.top-head .social-media li {
  margin-left: 15px;
}

.top-head .social-media li a i {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 50%;
  margin-top: 10px;
  font-size: 19px;
}
.top-head .social-media li.fb a i {
  background: linear-gradient(15deg, #0c58ba, #1877f2);
}
.top-head .social-media li.insta a i {
  background: linear-gradient(-180deg, #7f0bfd, #fe017e, #ffc700);
}
.top-head .social-media li.yt a i {
  background: #d20f0f;
}
.top-head .social-media a {
  text-decoration: none;
}
/* Top Head style end */
/* Nav section style start */
.logo {
  position: relative;
  z-index: 99;
  display: none;
}
.logo img {
  width: 80%;
  padding-left: 12px;
  margin-top: 20px;
}
.logo::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 190px;
  height: 150px;
  background: #fff;
  border-radius: 0 0 80px 80px;
  box-shadow: 0 0 10px #0000003b;
  z-index: -1;
  display: none;
}
.nav-section .navbar ul li a {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  color: #ffffff;
  font-family: "Jost", sans-serif;
}
.nav-section .navbar ul li ul li a {
  color: #1e45a0;
}
.nav-section .navbar ul li {
  padding-right: 10px;
}
.nav-section .navbar ul li:last-child {
  padding-right: 0;
}

.nav-section .navbar ul li a.main-btn {
  margin-top: 0;
  font-size: 14px;
  padding: 10px 20px;
  background: #032f5e;
  color: #fff;
}

.nav-section .navbar .dropdown .dropdown-menu li {
  border-bottom: 1px solid #e5e3e3;
  padding: 5px 0;
  transition: 0.5s;
}
.dropdown-item:focus,
.dropdown-item:hover {
  background: #1e45a0 !important;
  color: #fff !important;
}


.nav-section .navbar .dropdown .dropdown-menu li:last-child {
  border: none;
}

.nav-section .navbar .navbar-nav .nav-link.active,
.navbar .navbar-nav .show > .nav-link {
  color: #f8c700;
  font-weight: bold;
}
.nav-section .navbar form p {
  width: 100%;
  margin-bottom: 0;
  padding-top: 5px;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 500;
  color: #f25c27;
}
.nav-section .navbar form .form-select {
  width: 50%;
  margin-left: 20px;
  background-image: url(../img/dw.png) !important;
}

/* NAV OPEN AND STICKY NAVBAR START */

.nav-section-scrolled {
  position: fixed !important;
  width: 100%;
  top: 0;
  transition: 0.5s;
  z-index: 999;
  box-shadow: 0 0.5rem 0.6rem #00000028;
}

.nav-section main {
  position: relative;
}

.nav-section {
  background: #1e45a0;
  position: relative;
  z-index: 9999;
  height: auto;
  padding: 0;
}
.nav-section:before {
  position: absolute;
  height: 100px;
  width: 28%;
  background: #fff;
  content: "";
  top: 0;
  left: -24px;
  z-index: -1;
  transform: skew(-10deg);
}
.navbar-brand {
  margin-top: -66px;
	width: 230px;
}
.navbar-brand img {
  width: 100%;
}
.nav-section .navbar {
  padding: 0;
  height: 100px;
  border-radius: 5px;
}
.navbar-expand-lg .navbar-nav {
  margin-top: 10px;
}
/*.nav-section .navbar .navbar-brand{*/
/*display: none;*/
/*}*/
.nav-section-scrolled .navbar .navbar-brand {
  display: block;
  margin-top: -4px;
}
.nav-section-scrolled .navbar .navbar-brand img {
  width: 48%;
}

/* nav close style start */

.nav-open {
  height: 56px !important;
  position: relative;
  width: 70px !important;
}
.nav-open .inner,
.nav-open .inner::before,
.nav-open .inner::after {
  background-color: white;
  content: "";
  display: block;
  height: 6px;
  width: 34px;
  transition: all 0.5s ease;
}
.nav-open .inner {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.nav-open .inner::before {
  margin-top: -9px;
  position: absolute;
}
.nav-open .inner::after {
  margin-top: 9px;
  position: absolute;
}

.nav-open.nav-close .inner {
  background-color: transparent;
  left: 60%;
}
.nav-open.nav-close .inner::before,
.nav-open.nav-close .inner::after {
  transform: rotate(45deg);
  transform-origin: 0 50%;
  width: 27px;
}
.nav-open.nav-close .inner::after {
  transform: rotate(-45deg);
}

.main-navigation .dropdown ul {
  border-radius: 0;
  width: 200px;
}

.main-navigation .dropdown ul li {
  margin: 0;
  padding: 0;
  width: 100%;
}

.main-navigation ul li.sub-items:hover > a,
.main-navigation ul li a:hover,
.main-navigation ul li.active > a {
  color: #e7240f;
}
.main-navigation ul li ul li a {
  text-transform: capitalize;
  font-size: 18px;
}

.main-navigation ul li.sub-items > a:before {
  content: "\f107";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  font-family: "FontAwesome";
  font-size: 16px;
  transition: 0.3s;
}

.main-navigation ul li.sub-items > a {
  padding-right: 15px;
  position: relative;
}

/*.main-navigation ul li.sub-items:hover>a:before, .main-navigation ul li a:hover:before {transform: translate(0,-50%) rotate(-180deg);transition: 0.3s;}*/
.main-navigation ul li:first-child {
  margin-left: 0;
  padding: 0;
}

.main-navigation ul li ul.sub-menu {
  position: absolute;
  top: 100%;
  left: -15px;
  width: 260px;
  height: auto;
  background: #ffffff;
  box-shadow: 1px 1px 60px rgba(0, 0, 0, 0.1);
  display: none;
  transition: 0.3s;
  z-index: 150;
  border-top: 5px solid #c30201;
}

.main-navigation ul li:hover ul.sub-menu {
  display: block;
  animation: swip_up 0.3s linear 1;
}

@keyframes swip_up {
  from {
    transform: translate(0, 20px);
    opacity: 0;
  }

  to {
    transform: translate(0, 0);
    opacity: 1;
  }
}

.main-navigation ul li:hover ul.sub-menu li {
  display: block;
  margin: 5px 10px;
  text-align: left;
  padding: 0;
}

.header_area {
  width: 100%;
  border-radius: 10px;
  transition: all 0.3s;
  position: relative;
  background: #ffffff;
  top: 35px;
  z-index: 9;
  padding: 0 15px;
}

.main-navigation ul li ul li a {
  line-height: 40px;
}
.header-menu {
  position: relative;
}

.main-navigation {
  display: inline-block;
  width: 100%;
}

.main-navigation ul {
  list-style: none;
  font-size: 0;
  line-height: 1;
  margin-bottom: 0;
  padding: 0;
}

.main-navigation ul li {
  font-size: 16px;
  display: inline-block;
  margin-left: 20px;
  padding-left: 20px;
  position: relative;
}

.main-navigation ul li a {
  font-size: 17px;
  line-height: 105px;
  color: #151515;
  transition: 0.3s;
  text-decoration: none;
  cursor: pointer;
  padding: 0;
  text-transform: uppercase;
  font-family: "Jost", sans-serif;
  font-weight: 500;
}
.main-navigation ul li a i {
  color: #096dca;
}
.main-navigation ul li a:hover {
  color: #c30201;
}
.main-navigation ul li a i {
  font-size: 27px;
}

.main-navigation .sub-menu li a {
  color: #151515;
}

@keyframes swip_up {
  from {
    transform: translate(0, 20px);
    opacity: 0;
  }

  to {
    transform: translate(0, 0);
    opacity: 1;
  }
}

/*==Sticky Header Start==*/
.sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 0 0 10px 10px;
  border-bottom: 1px solid #e7240f;
}

/*==Sticky Header End==*/

.toggle-button {
  position: fixed;
  top: 0;
  right: 0;
  width: 70px;
  height: 70px;
  background-color: #c30201;
  text-align: center;
  border: none;
  outline: none;
  display: none;
  z-index: 110;
}

.toggle-button span {
  width: 100%;
  height: 3px;
  background: #ffffff;
  display: block;
  margin: 0 auto 6px auto;
  position: relative;
  top: 0;
  opacity: 1;
  transition: 0.3s;
}

.toggle-button span:last-child {
  margin-bottom: 0;
}

.toggle-menu .toggle-button {
  background-color: #c30201;
}

.toggle-menu .toggle-button span {
  background-color: #ffffff;
}

.toggle-menu .toggle-button span:nth-child(1) {
  transform: rotate(45deg);
  position: relative;
  top: 9px;
}

.toggle-menu .toggle-button span:nth-child(2) {
  opacity: 0;
}

.toggle-menu .toggle-button span:nth-child(3) {
  transform: rotate(-45deg);
  position: relative;
  top: -9px;
}

.nav-scroll {
  background: #fff;
  padding: 0 0 0 0;
  position: fixed;
  top: -100px;
  left: 0;
  width: 100%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-box-shadow: 0px 10px 30px rgb(0 0 0 / 7%);
  box-shadow: 0px 10px 30px rgb(0 0 0 / 7%);
  height: auto;
  border-radius: 0 !important;
}
.nav-scroll .navbar-brand img {
  width: 38%;
}

.nav-scroll .icon-bar {
  color: #fff;
}

.nav-scroll .navbar-nav .nav-link {
  color: #000;
}

.nav-scroll .navbar-nav .logo {
  padding: 15px 0;
  color: #000;
}

.nav-scroll .logo {
  width: 180px;
}

.nav-scroll .logo-img {
  margin-bottom: 0px;
}

.nav-scroll .logo-wrapper .logo h2 {
  font-size: 48px;
  font-weight: 400;
  margin-bottom: 0px;
  display: block;
  width: 100%;
  position: relative;
  color: #fff;
  line-height: 1.25em;
  letter-spacing: 5px;
  display: none;
}

.nav-scroll .logo-wrapper .logo span {
  display: block;
  font-size: 13px;
  color: #555;
  font-weight: 400;
  letter-spacing: 3px;
  display: block;
  margin-top: 3px;
  line-height: 1.2em;
  text-transform: uppercase;
  margin-left: 5px;
  display: none !important;
}

.nav-scroll .logo-wrapper {
  padding: 15px 70px 15px 150px;
  background: #000;
}
.sub-menu {
  position: absolute;
  left: 100%;
  top: -5px;
}
.main-navigation ul.menu {
  display: flex;
  justify-content: end;
}

/* Nav section style end */

/* banner style start */
.banner-sec {
  margin-top: -50px;
  position: relative;
}
.banner-sec .owl-carousel {
  display: block !important;
  height: 600px;
  position: relative;
  overflow: hidden;
}

.carousel-inner {
  position: relative;
  /* z-index: 1; */
}
.banner-sec .owl-carousel .item {
  position: relative;
}
.banner-sec .owl-carousel .item .content-area .caption {
  margin-top: 30px;
  text-align: center;
}
.banner-sec .owl-carousel .item .content-area .caption h2 span {
  color: #fd5442;
}
.banner-sec .owl-carousel .item .content-area .caption h4 {
  font-size: 24px;
  color: #f8c700;
}
.banner-sec .owl-carousel .item .content-area .caption h1 {
  font-size: 70px;
  color: #fff;
}
.banner-sec .owl-carousel .owl-nav button.owl-prev {
  top: 50%;
  left: 2%;
}
.banner-sec .owl-carousel .owl-nav button.owl-next {
  top: 50%;
  right: 2%;
}

.banner-sec .owl-carousel .item .content-area {
  position: absolute;
  top: 14%;
  left: 50%;
  z-index: 9;
  transform: translateX(-50%);
  width: 84%;
}
.banner-sec .owl-carousel .item::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: #0000008c;
}

.banner-sec .banner-btn-area .call-btn {
  background: #0d0d0d;
  color: #fff;
  padding: 12px 27px;
  border: 2px solid #fff;
}
.banner-sec .banner-btn-area .call-btn:before {
  background: #1e45a0;
}
.banner-btn-area .main-btn {
  margin-left: 0;
}

.banner-btn {
  padding: 12px 27px;
  border: 2px solid #fff;
}

.banner-sec .owl-carousel .carousel-caption {
  position: absolute;
  right: 12% !important;
  top: 14%;
  left: 12% !important;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: left !important;
  z-index: 99999;
}
.carousel-item {
  position: relative;
  height: 600px;
  display: block !important;
}

.carousel-caption {
  padding-left: 20px;
}

.carousel-caption h4 {
  padding: 10px;
  font-weight: 800;
  width: 43%;
  color: #ffffff;
  text-align: left;
  text-transform: uppercase;
}

.carousel-caption h2 {
  color: #fff;
  text-align: left;
  font-size: 60px;
  font-weight: 700;
  display: table;
  /* padding: 8px; */
}
.carousel-caption h2 span {
  color: #ee212b;
  text-shadow: 2px 2px 0px #fff, 2px 2px 0px #fff;
}

.carousel-caption p {
  text-align: left;
  font-size: 18px;
  color: #fff;
  line-height: 27px;
}
.carousel-caption h2 span {
  color: #fa5f13;
}
.banner-sec .banner-count {
  position: absolute;
  right: 100px;
  bottom: 0;
  background: #ee212b;
  width: 32%;
  z-index: 99;
  padding: 15px;
  border-radius: 10px 10px 0 0;
  border: 7px solid #fff;
}

.banner-count .count-area .count-icon {
  width: 70px;
  height: 70px;
  text-align: center;
  margin: auto;
  padding: 16px;
  background: #fff;
  border-radius: 50%;
}
.banner-count .count-area .count-icon img {
  filter: brightness(0) saturate(100%) invert(12%) sepia(69%) saturate(3558%)
    hue-rotate(226deg) brightness(99%) contrast(97%);
}
.banner-count .count-area .count-number h3 {
  font-weight: 800;
  margin-bottom: 0;
  font-size: 47px;
  color: #fff;
}
.banner-count .count-area .count-number p {
  color: #fff;
  margin-bottom: 0;
}
/* banner style end */

/* usp style start */
.process-sec {
  padding: 5px 0;
  background: #1e45a0;
}
.process-sec ul {
  display: flex;
  justify-content: space-between;
  padding-left: 0;
}
.process-sec .process-cont h5{
color: #f8c700;
}
.process-sec ul li {
  text-align: center;
}
.process-sec ul li h3 {
  color: #fff;
  font-size: 19px;
}
.process-sec ul li .process-icon {
  width: 80px;
  height: 80px;
  overflow: hidden;
  padding: 10px;
  margin: auto;
}

/* usp style end */
/* about style start */

.about {
  padding: 80px 0;
  position: relative;
  z-index: 1;
  background: url(../img/who-bg.png);
  background-size: contain;
}
.about h3, .service-sec h3, .commercial-sec h3, 
.choose-us h3, .call-us h3, .project-sec h3, .testimonials h3, .emergency-area h3{
	font-size: 35px;
	font-weight: 700;
}
.service-sec h3{
	color: #ffffff;
}

.main-abt {
  position: relative;
  height: 340px;
}

.abt_left {
  width: 542px !important;
  position: relative;
  height: 290px;
  overflow: hidden;
  top: 0;
  border: 4px solid #fff;
}
.abt_left img,
.abt_left1 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.abt_left1 {
  width: 250px;
  position: absolute;
  height: 222px;
  top: 100px;
  right: 47px;
  border-radius: 40px;
  overflow: hidden;
}

.abt_left1 {
  border: 6px solid #fff;
}

.year_exp {
  width: 166px !important;
  display: block !important;
  background: #1e45a0;
  text-align: center;
  color: #fff;
  padding-top: 17px;
  border-radius: 15px;
  position: absolute;
  right: 48px;
  top: 0;
  z-index: 1;
  border: 4px solid #fff;
}
.year_exp h3 {
  font-size: 50px;
  font-weight: 700;
  color: #fff;
}
.year_exp p {
  color: #fff;
  line-height: 20px;
}

.about .about-img {
  position: relative;
  z-index: 1;
}
.about .about-img::before {
  position: absolute;
  content: "";
  top: -50px;
  right: -10px;
  width: 300px;
  height: 415px;
  background: url(../img/dot.png) no-repeat;
  z-index: -1;
  opacity: 0.2;
}
.about .know-btn {
  background: #ee212b;
}

.about .know-btn::before {
  background: #1e45a0;
}

.about .about-img .count-area .count-cont h2 span {
  color: #ffffff;
}
.about-first-img {
  height: 517px;
  width: 400px;
  margin: auto;
}

.about .about-first-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.about .about-content ul li span {
  background: #ee212b;
  padding: 10px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  margin-right: 20px;
}
.about .about-content ul li span img {
  filter: brightness(100%);
}

.about .about-content h6 {
  color: #ee212b;
}
.about .count-area {
  position: absolute;
  bottom: 77px;
  right: 2px;
  width: 164px;
  height: 160px;
  background: #ee212b;
  border-radius: 20px;
  border: 5px solid #fff;
}
.about .count-area .count-icon {
  width: 80px;
  height: 80px;
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  padding: 18px;
  border-radius: 50%;
}
.about-list {
  padding: 40px 0 40px 100px !important;
  position: relative;
}
.about-list-icon {
  position: absolute;
  left: -32px;
  top: 90px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #172092;
  padding: 17px;
  border: 3px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-list li {
  /* display: flex; */
  margin-bottom: 15px;
  color: #fff;
}
.about .badge-icon {
  width: 130px;
  height: 130px;
  overflow: hidden;
  margin-top: 20px;
}
.about .about-form form {
/*   padding: 0 30px 22px 30px; */
  /* background: #ee212b; */
  border-radius: 6px;
  position: relative;
}
.about .about-form .wpcf7-form-control-wrap {
	display: block !important;
}
.about .about-form form .form-icon {
  position: absolute;
  top: -40px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #1e45a0;
  padding: 22px;
  display: flex;
  justify-self: center;
  align-items: center;
  border: 4px solid #fff;
}

.about .about-form form input {
  background: #fff;
  border-radius: 6px;
  height: 45px;
}
.about .about-form form select {
  height: 45px;
}
.about .about-form form input[type="submit"] {
  display: flex;
  margin: auto;
  background: #080808;
  text-align: center;
  border: 3px solid #fff;
  padding: 12px 50px;
  color: #fff;
  font-weight: 600;
  height: unset;
  margin-top: 14px;
}

.about-list li h4,
.about-list li p {
  color: #fff;
}
.about-list li i {
  padding-top: 5px;
  padding-right: 20px;
  color: #ee212b;
}
.about .count-area .count-cont {
  margin: auto;
}
.residential {
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  border-left: 10px solid #105081;
  display: ruby-text;
  box-shadow: 0 0 10px #0000003b;
}
.residential .icon {
  width: 52px;
  height: 52px;
}
.residential .para h4 {
  font-weight: 700;
}

.about .count-area .count-cont p {
  color: #090909;
  font-size: 17px;
  text-align: center;
  font-weight: 600;
}
.about .count-area h2 {
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 0;
  padding-top: 37px;
}
h6.head {
  font-size: 20px;
  font-weight: 600;
}
h6.head span {
  position: relative;
  padding-left: 43px;
}
h6.head span:after {
  position: absolute;
  content: "";
  top: 10px;
  left: 0;
  width: 30px;
  height: 5px;
  background: #ee212b;
  border-radius: 3px;
}

.about .about-content h1 {
  font-size: 46px;
  font-weight: 700;
  color: #000000;
}
.about .about-content h1 span {
  color: #172092;
}
/* about style end */

/* choose style start */

.choose-us h1 {
  font-size: 46px;
  color: #1e45a0;
}
.choose-us h1 span {
  color: #ee212b;
  /* font-size: 46px; */
}
.choose-us .choose-box {
  /* background: #ee212b; */
  border-radius: 6px;
  padding: 30px;
  display: flex;
}
.choose-img-area {
  position: relative;
  z-index: 1;
}
.choose-img-area:after {
  position: absolute;
  top: -12px;
  right: 0;
  width: 300px;
  height: 92%;
  content: "";
  background: url(../img/dot.png) no-repeat;
  background-size: cover;
  z-index: -1;
  opacity: 0.2;
}
.choose-us .choose-img {
  width: 389px;
  height: 473px;
  border-radius: 70px;
  overflow: hidden;
}
.choose-us .choose-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.choose-us .choose-img1 {
  position: absolute;
  right: 0;
  bottom: -67px;
  width: 257px;
  height: 342px;
  border-radius: 140px;
  overflow: hidden;
  border: 6px solid #fff;
  box-shadow: 0 0.5rem 0.6rem #00000018;
}
.choose-us .choose-img1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.choose-us .choose-box .choose-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}
.choose-us .choose-box .choose-content {
  margin-left: 22px;
}
.choose-us .choose-box h4 {
  padding-top: 10px;
  color: #000000;
  font-size: 20px;
}

.choose-us {
  padding: 60px 0;
  position: relative;
  z-index: 1;
}
.choose-us h6 span {
  color: #1e45a0;
}

.choose-us .service-item {
  box-shadow: 0 0.7rem 1.3rem rgba(0, 0, 0, 0.22);
  margin-bottom: 0;
  background: #fff;
  transition: 0.5s;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  padding: 40px 10px 40px;
}
.choose-us .service-item::before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 82px;
  height: 150px;
  background: url(../img/hexa.png) no-repeat;
  background-size: contain;
  opacity: 0.4;
}
.choose-us .service-item::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 150px;
  height: 150px;
  background: url(../img/hexa1.png) no-repeat;
  background-size: contain;
  opacity: 0.4;
}

.choose-us .service-item .service-content p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 22px;
}
.choose-us .service-item .service-content h4 {
  margin-top: 10px;
  font-size: 17px;
}

.choose-us .service-item .service-content {
  padding: 0 6px;
  position: relative;
  text-align: center;
}
.choose-us .service-item .service-content .service_icon {
  width: 50px;
  height: 50px;
  padding: 11px;
  background: #fff;
  border-radius: 50%;
  margin: auto;
  box-shadow: 0 0.5rem 0.7rem #0000001f;
}
.choose-us .service-item .service-content .service_icon img {
  filter: brightness(0) saturate(100%) invert(15%) sepia(96%) saturate(2337%) hue-rotate(218deg) brightness(100%) contrast(87%);
}

/* choose style end */

/* call us style start */
.call-us .call-us-area {
  /* background: #ee212b; */
  padding: 30px;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.call-us .call-us-area:before {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  width: 50%;
  height: 100%;
  background: url(../img/call-bg.jpg) no-repeat;
  background-size: cover;
  background-position: 50% 35%;
  z-index: -2;
}
.call-us .call-us-area:after {
  position: absolute;
  left: -22px;
  top: 0;
  content: "";
  width: 54%;
  height: 100%;
  background: #1e45a0;
  z-index: -1;
  transform: skew(-10deg);
}
.call-us .call-us-area h3{
color: #fff;
}
.call-us {
  position: relative;
}
.call-us .call-skew {
  position: absolute;
  left: 51.4%;
  top: 0;
  width: 11px;
  height: 100%;
  background: #ffffff;
  /* z-index: -1; */
  transform: skew(-10deg);
}
.call-us .call-skew:before {
  position: absolute;
  bottom: 0;
  left: -197px;
  background: url(../img/h.png) no-repeat;
  content: "";
  width: 200px;
  height: 100px;
  background-size: cover;
}
.call-us .call-skew:after {
  position: absolute;
  top: 0;
  left: -663px;
  background: url(../img/h1.png) no-repeat;
  content: "";
  width: 200px;
  height: 100px;
  background-size: cover;
  background-position: left;
}

.call-us .call-us-area .call-icon {
  text-align: center;
  width: 80px;
  height: 80px;
  background: #000000;
  border: 2px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 31px;
  border-radius: 50%;
}

.call-us .call-us-area .call-icon img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff;
  padding: 16px;  
}

.call-us a {
  text-decoration: none;
  color: #fff;
  font-size: 24px;
}
.call-us a:hover {
  color: #fff;
}
.call-us p {
  color: #fff;
  font-weight: 700;
  margin-bottom: 10px;
}
.call-us .main-btn {
  background: #fff;
  color: #1e45a0;
  font-size: 15px;
  font-weight: 700;
}

/* service style start */
.service-sec {
  padding: 60px 0;
  position: relative;
  background: linear-gradient(15deg, #1b25a18c, #05082eed),
    url(../img/pro-bg.webp) no-repeat;
  background-size: cover;
  height: 450px;
}

.service-sec .plus-img {
  position: absolute;
  top: 10px;
  left: 0;
  z-index: -1;
  opacity: 0.4;
}
.service-sec .belcha-img {
  position: absolute;
  top: 50px;
  right: 0px;
  z-index: -1;
  opacity: 0.4;
}
.service-sec .house-img {
  position: absolute;
  bottom: 50px;
  right: 0;
  z-index: -1;
  opacity: 0.1;
}
.service-sec .service-head {
  margin-bottom: 20px;
  margin-bottom: 40px;
}
.service-sec .service-head h6 {
  color: #ffffff;
}
.service-sec .service-head h1 {
  font-size: 46px;
  font-weight: 700;
  color: #ee212b;
}
.service-item-area {
  margin-top: -140px;
  position: relative;
  padding-bottom: 40px;
}

.service-item-area .service-item {
  box-shadow: 0 0.7rem 1.3rem rgba(0, 0, 0, 0.22);
  margin-bottom: 30px;
  background: #fff;
  transition: 0.5s;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  padding: 40px 0 40px;
}
.service-item-area .service-item::before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 210px;
  height: 365px;
  background: url(../img/hexa.png) no-repeat;
  background-size: contain;
  opacity: 0.4;
}
.service-item-area .service-item::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 210px;
  height: 365px;
  background: url(../img/hexa1.png) no-repeat;
  background-size: contain;
  opacity: 0.4;
}

.service-item-area .service-item .service-content p {
  margin-bottom: 0;
}
.service-item-area .service-item .service-content h4 {
  margin-top: 10px;
}

.service-item-area .service-item .service-content {
  padding: 0 30px;
  position: relative;
  text-align: center;
}
.service-item-area .service-item .service-content .service_icon {
  width: 90px;
  height: 90px;
  padding: 15px;
  background: #fff;
  border-radius: 50%;
  border: 3px solid #1e45a0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.service-item-area .service-item .service-content .service_icon img {
  filter: brightness(0) saturate(100%) invert(18%) sepia(99%) saturate(1574%) hue-rotate(210deg) brightness(98%) contrast(91%);
}
.service-item-area .service-item .service-btn {
  text-align: center;
}

.service-item-area .service-item .service-btn a {
  margin-top: 10px;
}

.service-item-area .service-item .service-content h3 {
  color: #fff;
  font-weight: 600;
  /*text-align: center;*/
  background: #105081;
  padding: 10px 10px 10px 22px;
  width: 80%;
  /*margin: auto;*/
  font-size: 27px;
  margin-top: 0;
  position: relative;
  z-index: 1;
  /*border-radius: 0 20px 20px 0;*/
}
.service-item-area .service-item .service-content h3::before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 0 53px 47px;
  border-color: transparent transparent #fff transparent;
}

.service-item-area .service-item .service-content .service-icon {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #f5f5f5;
  padding: 17px;
  margin: auto;
}
.service-item-area .service-item .service-content p {
  line-height: 25px;
}

/* service style end */

/* commercial  style */
.commercial-sec {
  padding: 50px 0;
  background: #0a2157;
  position: relative;
}

.commercial-sec .commercial-img {
  height: 340px;
  width: 100%;
  border-radius: 0 150px 150px 0;
  border: 6px solid #fff;
  overflow: hidden;
  margin-bottom: 20px;
  margin-left: -6px;
}
.commercial-sec .commercial-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.commercial-sec .residency-img {
  position: absolute;
  bottom: -6px;
  width: 37%;
  height: 563px;
  border-radius: 150px 150px 0 0;
  overflow: hidden;
  right: 20px;
  border: 6px solid #fff;
}
.commercial-sec .residency-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* about style start */

.about {
  padding: 80px 0;
  position: relative;
  z-index: 1;
  background: url(https://weatherbyroofingandpropertycare.com.au/wp-content/uploads/2025/08/who-bg.jpg);
  background-size: contain;
}

.main-abt {
  position: relative;
  height: 340px;
}

.abt_left {
  width: 542px !important;
  position: relative;
  height: 290px;
  overflow: hidden;
  top: 0;
  border: 4px solid #fff;
}
.abt_left img,
.abt_left1 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.abt_left1 {
  width: 250px;
  position: absolute;
  height: 222px;
  top: 100px;
  right: 47px;
  border-radius: 40px;
  overflow: hidden;
}

.abt_left1 {
  border: 6px solid #fff;
}

.year_exp {
  width: 166px !important;
  display: block !important;
  background: #1e45a0;
  text-align: center;
  color: #fff;
  padding-top: 17px;
  border-radius: 15px;
  position: absolute;
  right: 48px;
  top: 0;
  z-index: 1;
  border: 4px solid #fff;
}
.year_exp h3 {
  font-size: 50px;
  font-weight: 700;
  color: #fff;
}
.year_exp p {
  color: #fff;
  line-height: 20px;
}

.about .about-img {
  position: relative;
  z-index: 1;
}
.about .about-img::before {
  position: absolute;
  content: "";
  top: -50px;
  right: -10px;
  width: 300px;
  height: 415px;
  background: url(../img/dot.png) no-repeat;
  z-index: -1;
  opacity: 0.2;
}
.about .know-btn {
  background: #1e45a0;
}

.about .know-btn::before {
  background: #0f0f0f;
}

.about .about-img .count-area .count-cont h2 span {
  color: #ffffff;
}
.about-first-img {
  height: 517px;
  width: 400px;
  margin: auto;
}

.about .about-first-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.about .about-content ul li span {
  background: #ee212b;
  padding: 10px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  margin-right: 20px;
}
.about .about-content ul li span img {
  filter: brightness(100%);
}

.about .about-content h6 {
  color: #ee212b;
}
.about .count-area {
  position: absolute;
  bottom: 77px;
  right: 2px;
  width: 164px;
  height: 160px;
  background: #ee212b;
  border-radius: 20px;
  border: 5px solid #fff;
}
.about .count-area .count-icon {
  width: 80px;
  height: 80px;
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  padding: 18px;
  border-radius: 50%;
}
.about-list {
  padding: 40px 0 40px 100px !important;
  position: relative;
}
.about-list-icon {
  position: absolute;
  left: -32px;
  top: 90px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #172092;
  padding: 17px;
  border: 3px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-list li {
  /* display: flex; */
  margin-bottom: 15px;
  color: #fff;
}
.about .badge-icon {
  width: 130px;
  height: 130px;
  overflow: hidden;
  margin-top: 20px;
}
.about .about-form {
  padding: 100px 30px 22px 30px;
  background: #1e45a0;
  border-radius: 6px;
  position: relative;
}
.about .about-form .form-icon {
  position: absolute;
  top: -40px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #0f0f0f;
  padding: 22px;
  display: flex;
  justify-self: center;
  align-items: center;
  border: 4px solid #fff;
}

.about .about-form input {
  background: #fff;
  border-radius: 6px;
  height: 45px;
}
.about .about-form select {
  height: 45px;
}
.about .about-form input[type="submit"] {
  display: flex;
  margin: auto;
  background: #1e45a0;
  text-align: center;
  border: 3px solid #fff;
  padding: 12px 50px;
  color: #fff;
  font-weight: 600;
  height: unset;
  margin-top: 14px;
}

.about-list li h4,
.about-list li p {
  color: #fff;
}
.about-list li i {
  padding-top: 5px;
  padding-right: 20px;
  color: #ee212b;
}
.about .count-area .count-cont {
  margin: auto;
}
.residential {
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  border-left: 10px solid #105081;
  display: ruby-text;
  box-shadow: 0 0 10px #0000003b;
}
.residential .icon {
  width: 52px;
  height: 52px;
}
.residential .para h4 {
  font-weight: 700;
}

.about .count-area .count-cont p {
  color: #090909;
  font-size: 17px;
  text-align: center;
  font-weight: 600;
}
.about .count-area h2 {
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 0;
  padding-top: 37px;
}
h6.head {
  font-size: 20px;
  font-weight: 600;
}
h6.head span {
  position: relative;
  padding-left: 43px;
}
h6.head span:after {
  position: absolute;
  content: "";
  top: 10px;
  left: 0;
  width: 30px;
  height: 5px;
  background: #4673de;
  border-radius: 3px;
}

.about .about-content h1 {
  font-size: 46px;
  font-weight: 700;
  color: #000000;
}
.about .about-content h1 span {
  color: #172092;
}
/* about style end */

/* Main button  */
.main-btn {
  text-decoration: none;
  padding: 12px 30px;
  background: #1e45a0;
  border-radius: 7px;
  color: #ffffff;
  font-size: 17px;
  margin-top: 0;
  font-weight: 700;
  position: relative;
  overflow: hidden;
  transition: 1s;
  z-index: 1;
  /* margin-left: 24px; */
  margin-bottom: 10px;
}
.main-btn.book-btn {
  margin-left: 20px;
  background: #000;
}
.main-btn.book-btn::after,
.main-btn.book-btn::before {
  background: #f25c27;
}

.main-btn:hover:after {
  bottom: 70px;
}
.main-btn::before {
  position: absolute;
  content: "";
  bottom: -104px;
  left: -248px;
  width: 232px;
  height: 200px;
  border-radius: 50%;
  background: #0d0d0d;
  transition: 0.8s;
  z-index: -1;
}
.main-btn:hover:before {
  left: -20px;
}
.main-btn:hover {
  color: #ffffff;
}

/* main button style end */

/* project-sec style start */
.project-sec {
  padding: 80px 0;
  position: relative;
  background: linear-gradient(15deg, #1b25a18c, #05082eed),
    url(../img/pro-bg.webp) no-repeat;
  background-size: cover;
  z-index: 1;
}
.project-sec.inner-gallery{
    background: #fff;
}
.project-sec.inner-gallery:after{
display: none;
}
.project-sec h6{
    color: #fff;

}
.project-sec::after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background: #0000007b;
  top: 0;
  left: 0;
  z-index: -1;
}
.project-sec .project-content h6 {
  font-size: 20px;
  /* color: #ee212b; */
  font-weight: 700;
}
.project-sec .project-content h1 {
  font-size: 46px;
  font-weight: 700;
  margin-bottom: 40px;
}
.project-sec .main-btn.pro-btn {
  background: #1e45a0;
  color: #ffffff;
  margin-top: 20px;
  border: 2px solid #fff;
}
.project-sec .main-btn.pro-btn:hover {
  color: #000;
}
.project-sec .main-btn.pro-btn:before {
  background: #ffffff;
}

/* For gallery style start */

#gallery .img-wrapper {
  position: relative;
  margin-top: 15px;
  transition: 0.5s;
  z-index: 1;
  margin-bottom: 6px;
  transition: 0.5s;
  height: 250px;
}
#gallery .img-wrapper a{
	display: contents;
}

#gallery .img-wrapper:hover:before {
  top: 0;
  left: 0;
  transition: 0.5s;
}

#gallery .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}

#gallery .img-wrapper:hover .img-overlay {
  opacity: 1;
}

#gallery .img-wrapper .img-overlay {
  background: #1e45a099;
  width: 90%;
  height: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: 0.5s;
}
#gallery .img-overlay i {
  color: #fff;
  font-size: 3em;
}

#overlay {
  background: rgb(0 0 0 / 91%);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#overlay img {
  margin: 0;
  width: 80%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  padding: 5%;
}
@media screen and (min-width: 768px) {
  #overlay img {
    width: 60%;
  }
}
@media screen and (min-width: 1200px) {
  #overlay img {
    width: 50%;
  }
}

#nextButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.5s;
}
#nextButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #nextButton {
    font-size: 3em;
  }
}

#prevButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}
#prevButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #prevButton {
    font-size: 3em;
  }
}

#exitButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  position: absolute;
  top: 15%;
  right: 28%;
  cursor: pointer;
}
#exitButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #exitButton {
    font-size: 3em;
  }
}

/* project-sec style end */

/* testimonial style start */
.testimonials {
  padding: 80px 0;
  /* background: #0096c8; */
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.testimonials .client-box {
  width: 100%;
  height: 400px;
  background: #1e45a0;
  /* padding: 30px; */
  border-radius: 20px;
  overflow: hidden;
}
.testimonials .client-box .review-img {
  height: 300px;
  overflow: hidden;
}
.testimonials .client-box .review-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testimonials .client-box .contact-btn:before {
  background: #fff;
}
.testimonials .client-box .contact-btn:hover {
  color: #172092;
}
.testimonials h1 {
  color: #1e45a0;
}
.testimonials h6 {
  color: #1e45a0;
}
.testimonials .client-box h6,
.testimonials .client-box h2,
.testimonials .client-box p {
  color: #fff;
}
.testimonials .star {
  display: flex;
  justify-content: center;
}
.testimonials .star li {
  display: flex;
  padding-right: 4px;
}
.testimonials .star li i {
  color: #eb9d02;
}

.testimonials h2 span {
  color: #df170d;
}
.testimonials .mini-head {
  margin-bottom: 0;
}

.testimonials .para p {
  color: #000;
}
.testi-head h1 {
  color: #000;
  font-size: 46px;
  font-weight: 700;
  text-align: center;
}
.testi-head h6 {
  color: #ee212b;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
.testimonials h5 {
  font-size: 24px;
  margin-bottom: 7px;
}

.testimonials h5 {
  font-size: 24px;
  margin-bottom: 7px;
  color: #fff;
}
.testimonials .item .client-desk p.star-para {
  padding-left: 70px;
  color: #000;
  font-size: 17px;
  margin-bottom: 0;
  position: relative;
  top: -10px;
  left: 26px;
}
.testimonials .item .quote img {
  filter: brightness(0) saturate(100%) invert(14%) sepia(66%) saturate(2093%)
    hue-rotate(190deg) brightness(91%) contrast(108%);
}
.testimonials .item .client-desk .cont {
  position: relative;
  text-align: center;
}

.testimonials .item .client-desk .cont h6 {
  margin-bottom: 0;
  text-align: left;
  color: #fff;
  font-weight: 400;
  line-height: 30px !important;
}
.testimonials .item .client-desk .cont h6 span {
  color: #6b6b6b;
}

.testimonials .item .client-desk .star i {
  color: #ff4400;
}
.testimonials-box .head-box h6 {
  position: relative;
  font-weight: 400;
  color: #555;
  font-size: 19px;
  margin-bottom: 0px;
  padding-left: 50px;
}
.testimonials .item .client-desk .info {
  display: flex;
  justify-content: center;
}

.testimonials .item {
  width: 100%;
  height: auto;
  padding: 10px 0 0;
  background: #1e45a0;
  border-radius: 6px;
  box-shadow: -1px 0rem 5rem #00000012;
  margin: auto;
  position: relative;
  overflow: hidden;
}
.testimonials .owl-carousel .owl-nav button.owl-next,
.testimonials .owl-carousel .owl-nav button.owl-prev {
  background: #000000 !important;
}

.testimonials .owl-next > span.ti-angle-right,
.testimonials .owl-prev > span.ti-angle-left {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%)
    hue-rotate(245deg) brightness(107%) contrast(104%);
}

.testimonials .item .client-desk .client-area p {
  text-align: center;
  margin-bottom: 0;
}
.testimonials .item .client-desk .client-area ul.star {
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-bottom: 10px;
  margin-top: 20px;
}
.testimonials .item .client-desk .client-area ul.star li {
  display: flex;
}

.testimonials .owl-theme .owl-nav.disabled + .owl-dots {
  display: none;
}

.testimonials .item {
  position: relative;
  border: 1px solid #eaeaea;
}

.testimonials .item p.v-border {
  margin-bottom: 20px;
  margin: auto;
  text-align: center;
}

.testimonials .item p {
  color: #ffffff;
}

.testimonials-box ul {
  display: flex;
  padding-top: 22px;
}

.testimonials .owl-carousel .owl-nav button.owl-next,
.testimonials .owl-carousel .owl-nav button.owl-prev {
  transition: 0.5s;
}
.testimonials .owl-carousel .owl-nav button.owl-next:hover,
.testimonials .owl-carousel .owl-nav button.owl-prev:hover {
  background: #0a0c27 !important;
}
.testimonials .owl-next span.ti-angle-right,
.testimonials .owl-prev span.ti-angle-left {
  filter: brightness(0) saturate(100%) invert(7%) sepia(80%) saturate(5627%)
    hue-rotate(234deg) brightness(96%) contrast(99%);
}
.testimonials .client-box h2 {
  text-align: center;
  padding-top: 16px;
  font-weight: 700;
}

.testimonials .owl-next span.ti-angle-right,
.testimonials .owl-prev span.ti-angle-left {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%)
    hue-rotate(245deg) brightness(107%) contrast(104%);
}

.testimonials .item .client-desk .client-area p {
  color: #ffffff;
  font-size: 16px;
  line-height: 26px;
}
.testimonials .owl-theme .owl-nav.disabled + .owl-dots {
  display: none;
}

.testimonials .item {
  position: relative;
  padding: 90px 20px 30px;
}

.testimonials .item p.v-border {
  margin-bottom: 20px;
  margin: auto;
}

.testimonials .item p {
  color: #fff;
  margin-bottom: 0;
}

.testimonials-box ul {
  display: flex;
  padding-top: 22px;
}

.testimonials-box ul li i {
  color: #ffd000;
}

.owl-next > span.ti-angle-right {
  position: absolute !important;
  line-height: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  background: url(../../assets/img/chevron-right.png) no-repeat !important;
}

.owl-prev > span.ti-angle-left {
  position: absolute !important;
  line-height: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  background: url(../../assets/img/chevron-left.png) no-repeat !important;
}

.owl-carousel .owl-nav .owl-next i.norc-small-right,
.owl-carousel .owl-nav .owl-prev i.norc-small-left {
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
}

.testimonials .item .info {
  text-align: left;
  padding: 10px 0 0 0px;
}

.testimonials .item .info .author-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  margin-top: -68px;
}

.testimonials .item .client-desk .info h6 {
  font-size: 16px;
  margin-bottom: 0px;
  /*padding-top: 7px;*/
  color: #c6321b;
  line-height: 1em;
  font-weight: 700;
}
.testimonials .item .client-desk .name h6 {
  margin-top: 20px;
}

.testimonials .item .info span {
  font-size: 14px;
  color: #fff;
  margin-right: 5px;
  line-height: 1em;
}

.testimonials .item .info .rate {
  float: right;
}

.owl-carousel {
  z-index: unset !important;
}

.owl-carousel .owl-nav.disabled {
  display: block !important;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 40px;
  top: 34%;
  width: 60px;
  height: 60px;
  background: #ffffff !important;
  border-radius: 50%;
  box-shadow: 0 0.5rem 1.1rem #00000068;
}
.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  right: -3%;
}
.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  left: -3%;
}
.owl-carousel .owl-nav button.owl-next span {
  font-size: 60px;
  position: relative;
  z-index: 1;
  color: #fff;
}

.owl-carousel .owl-nav button.owl-prev span {
  font-size: 60px;
  color: #fff;
}

.form-control:focus {
  color: #212529;
  background-color: #fff !important;
  /* border-color: transparent !important; */
  border: 2px solid #3f81de !important;
  outline: 0;
  box-shadow: none !important;
  transition: 0.5s;
}

/* emergency-area style start */
.emergency-area {
  padding: 50px 0;
  background: #1e45a0;
  position: relative;
}
.emergency-area:before {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 314px;
  height: 100%;
  content: "";
  background: url(../img/news-bg.png) no-repeat;
  background-size: cover !important;
}
.emergency-area:after {
  position: absolute;
  left: -33px;
  bottom: 0;
  width: 50%;
  height: 100%;
  content: "";
  background: url(../img/triangle.png) no-repeat;
  background-size: contain;
  opacity: 0.5;
}
.emergency-area h3{
color: #f0ab2e;
}

.another-btn {
  background: #e8b646 !important;
  margin-left: 10px;
}
.emergency-area .emergency-button a {
  background: #a60801;
}
.emergency-area h6.head span:after {
  background: #fff;
}
.emergency-area h6.head {
  color: #fff;
}
.emergency-area h2 {
  color: #fff;
}
.emergency-area .main-btn {
  padding: 10px 16px;
  font-size: 14px;
}

.emergency-area form {
  position: relative;
  z-index: 1;
  margin-top: 10px;
}
.emergency-cont h4 {
  margin-top: 44px;
  text-align: left;
}
.emergency-area input {
  float: right;
  height: 56px;
  background-color: #fff;
  transition: 0.5s;
  border-radius: 5px;
  border: 1px solid #e6e6e6;
  padding: 7px 20px;
  display: block;
  width: 100%;
  color: #141840;
  font-weight: 300;
  font-size: 15px;
  position: relative;
  z-index: 1;
}
.emergency-area button {
  position: absolute;
  z-index: 1;
  top: 0px;
  right: 0;
  padding: 13.4px 30px;
  font-weight: 500;
  font-size: 19px;
  border-radius: 0 5px 5px 0;
  border: 0;
  background: #1e45a0;
  color: #ffffff;
}

.subscribe-contact-info .subscribe-icon i {
  width: 70px;
  height: 70px;
  line-height: 70px;
  background: #1e45a0;
  color: #fcdb00;
  font-size: 29px;
  border-radius: 50%;
  text-align: center;
}

.news-input {
  display: flex;
}
.news-input input[type="submit"] {
  background: #131313;
  color: #fff;
  border: 3px solid #fff;
  text-align: center;
  width: 22%;
  margin-left: 20px;
  font-weight: 600;
}
.subscribe-contact a {
  text-decoration: none;
  color: #fff;
  font-size: 34px;
}
.subscribe-contact a:hover {
  color: #fff;
}

span.subscribe-text {
  font-size: 17px;
  color: #fff;
  display: block;
  text-align: left;
  font-weight: 800;
}
h2.subscribe-phone-number {
  font-size: 26px;
  color: #fff;
  margin-top: 6px;
}

.footer {
  padding: 60px 0;
  background: linear-gradient(15deg, #0a0a0a, #03062a),
    url(../img/foot_bg.jpg) no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.footer::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 290px;
  height: 290px;
  background: url(../img/craftsmen.png) no-repeat;
  z-index: -1;
  opacity: 0.08;
}

.footer .footer_logo_area p {
  color: #fff;
  font-size: 18px;
  padding-top: 7px;
}
.footer-logo {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: #fff;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
}

.footer-contact-sec {
  background: #050935;
  display: flex;
  justify-content: space-around;
  margin-top: 5%;
}
.footer-contact-sec li {
  display: flex;
}
.footer-contact-sec li i {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #081447;
  background: #fff;
  border-radius: 50%;
  margin-right: 20px;
  margin-top: 7px;
}
.footer-contact-sec li a {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}
.footer-contact-sec li p {
  color: #fff;
  font-weight: 700;
}
.wideget-area h3 {
  border-bottom: 3px solid #2d61db;
  display: inline-block;
  color: #fff;
  padding-bottom: 4px;
  text-transform: uppercase;
  font-size: 23px;
}
.wideget-area ul {
  padding-top: 7px;
}
.wideget-area ul li a {
  text-decoration: none;
  color: #fff;
  padding-bottom: 10px;
  font-family: "Jost", sans-serif;
  font-size: 18px;
  position: relative;
  transition: 0.5s;
}
.wideget-area ul li a:hover {
  transform: translateX(10px);
}

.wideget-contact-area ul li i {
  color: #fcb900;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-right: 20px;
  margin-bottom: 30px;
  padding-top: 6px;
  width: 25px;
}
.wideget-contact-area ul li p {
  padding-top: 3px;
}
.wideget-contact-area ul li.facebook i {
  background: linear-gradient(15deg, #0c56b7, #1877f2);
}
.wideget-contact-area ul li.insta i {
  background: linear-gradient(15deg, #fed917, #ef1d8e, #9100db);
}
.wideget-contact-area h3 {
  border-bottom: 3px solid #2d61db;
  display: inline-block;
  color: #fff;
  padding-bottom: 4px;
  font-size: 23px;
  text-transform: uppercase;
}
.wideget-contact-area ul {
  padding-top: 7px;
}
.wideget-contact-area ul li p {
  color: #fff;
  font-size: 18px;
}
.wideget-contact-area ul li {
  display: flex;
}
.wideget-contact-area ul li.fb i {
  width: 40px;
  height: 40px;
  background: linear-gradient(to top, #01409e, #0e6bf7);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 0;
}

.wideget-contact-area a {
  text-decoration: none;
  color: #fff;
  font-family: "Jost", sans-serif;
  font-size: 18px;
}
.wideget-contact-area a:hover {
  color: #fff;
}
/* footer style end */
/* footer-bottom style start */

.footer-bottom {
  padding: 10px 0;
  background: #0e3073;
}
.footer-bottom p {
  padding-top: 10px;
  font-size: 18px;
  margin-bottom: 0;
}

.call_float {
  position: fixed;
  right: 20px;
  bottom: 50px;
  z-index: 9999;
}
.call_float a {
  text-decoration: none;
}
.call_float a i {
  width: 50px;
  height: 50px;
  background: #fcb900;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 20px;
  transition: 0.5s;
}
/* inner page */
.msg_area, .servicessingelpage {padding: 70px 0;}
.inner_banner_caption {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%);
  width: 100%;
  padding: 0 10px;
}

.inner_banner {
  position: relative;
  z-index: 1;
  margin-top: 0px;
  background: url(https://weatherbyroofingandpropertycare.com.au/wp-content/themes/sample/assets/img/banner1.jpg) no-repeat 50% 50%;
}

.inner_banner img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.inner_banner:before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.inner_banner h1 {
  font-size: 36px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  color: #fff;
}
/* contact page */
.home_map {
  background: #1e45a0;
  padding: 20px 10px;
}

.home_map ul {
  font-size: 14px;
  color: #fff;
  padding: 0;
}

.home_map ul li {
  padding: 0 0 10px;
  display: inline-block;
  width: 100%;
}

.home_map ul li i {
  vertical-align: middle;
  margin: 6px 0px 0px 0;
  float: left;
  width: 40px;
  height: 40px;
  font-size: 20px;
  border: 1px solid #fff;
  padding: 10px 10px;
  border-radius: 50%;
  text-align: center;
}

.home_map ul li span {
  float: left;
  width: 84%;
  padding: 0 10px;
  vertical-align: middle;
}

.home_map ul li span h4 {
  margin: 0 0 5px;
  font-size: 17px;
  color:#fcb900;
}

.home_map ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 13px;
}
.homeform_wrap form span.wpcf7-form-control-wrap {
    width: 100%;
    display:block;
}
.homeform_wrap form .form-control {
    width: 100%;
    height: 46px;
    border: 1px solid #b5b5b5;
    border-radius: 0;
    margin-bottom: 10px;
    font-size: 18px;
    color: #505050;
}
.form_submit {
  background: #0b1f40 !important;
  border-radius: 6px;
  width: 196px;
  height: 48px;
  color: #fff;
  text-align: center;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 0.5s;
  display: block;
  line-height: 48px;
  font-weight: 600;
  border: none;
  margin-top: 15px auto;
 ;
}
.work-img{float: right; width: 40%; margin:0 0 15px 20px;}

/* navbar responsive */
@media (max-width: 767px) {
  .menu {
    top: 140px !important;
  }
  .nav-section-scrolled .menu {
    top: 60px !important;
  }
}

@media (max-width: 991px) {
  .menu {
    position: fixed;
    top: 68px;
    right: -100%;
    display: block;
    padding: 50px 50px;
    /* text-align: center; */
    width: 100%;
    height: 100vh;
    background: #090909;
    transition: 0.5s ease;
    z-index: 999;
  }
  .nav-section .navbar .navbar-nav .nav-link {
    padding: 0;
  }

  .menu.active {
    right: 0;
    padding-left: 20px;
    transition: 0.5s ease;
  }

  nav ul li a {
    font-size: 35px;
    line-height: 41px;
  }
  nav ul li a:hover {
    color: #1a112f;
  }
  ul .active-btn {
    background: none;
  }

  .toggle {
    width: 45px;
    height: 40px;
    background: url("https://i.postimg.cc/mkFvyH7n/menu.png"), #000000;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px;
    cursor: pointer;
    transition: 0.5s ease;
    border-radius: 4px;
  }

  .toggle.active {
    background: url("https://weatherbyroofingandpropertycare.com.au/wp-content/uploads/2025/08/remove.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px;
    cursor: pointer;
    transition: 0.5s ease;
  }

  nav {
    padding: 10px 70px;
  }

  .home-text h1 {
    font-size: 2.5rem;
  }
  .email-box {
    width: 370px;
  }
  .home-img {
    width: 350px;
    height: 400px;
  }
}

@media (max-width: 810px) {
  nav {
    padding: 7px 40px;
  }
  .home-text h1 {
    font-size: 2rem;
  }
  .home-text p {
    max-width: 320px;
  }
  .email-box {
    width: 304px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .nav-section-scrolled .menu {
    top: 75px !important;
  }
  .top-head .top-area li a {
    color: #fff;
  }
}

@media (max-width: 991px) {
  .menu {
    top: 152px;
  }
  #home {
    flex-direction: column-reverse;
  }
  .email-box {
    margin-bottom: 2rem;
  }
  .services-content {
    grid-template-columns: 1fr;
  }
  .team-content {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
  }
  .team-box {
    margin: 15px;
  }
  .clients-content {
    grid-template-columns: 1fr;
  }
  .nav-section-scrolled .menu {
    top: 81px;
  }
}

@media (max-width: 516px) {
  #home {
    justify-content: center;
  }
  .home-img {
    display: none;
  }
  nav ul li a {
    font-size: 20px;
  }
  .heading h1 {
    font-size: 1.2rem;
  }

  .team-content {
    grid-template-columns: 1fr;
  }

  .copyright {
    padding: 12px 50px;
    justify-content: center;
    flex-direction: column-reverse;
    text-align: center;
  }
}
.contact-page .contact-form input[type="submit"]{
	background: #1e45a0;
	padding: 14px 30px;
	color: #fff;
	border-radius: 6px;
	transition: 0.5s;
}
.contact-page .contact-form textarea{
border: 1px solid #b5b5b5;
}

.contact-page .contact-form input[type="submit"]:hover{
	background: #092d80;
}
img.wp-smiley, img.emoji{
    filter: brightness(0) saturate(100%) invert(21%) sepia(28%) saturate(4959%) hue-rotate(211deg) brightness(95%) contrast(95%);
}
.servicessingelpage a{
    text-decoration: none !important;
}
.servicessingelpage ul li{
position: relative;
margin-bottom: 10px;
}
.servicessingelpage ul li:before {
    content: "\f00c";
    color: #1e45a0;
    font-family: "Font Awesome 6 Free";
    font-weight: bold;
    position: absolute;
    left: -30px;
}
/* submit spinner style */
.wpcf7-spinner{
    display: block !important;
    margin: 0 auto !important;
    background-color: #fbbd37 !important;
    opacity: 1 !important;    
}
.wpcf7-spinner::before{
    background-color: #000000 !important;
}


.wpcf7 form.sent .wpcf7-response-output{
    border-color: #fbbd37 !important;
    color: #fff !important;
    text-align: center !important;
}