/* ======= 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;
}

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="file"],
textarea {
  max-width: 100%;
  margin-bottom: 10px;
  /* 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: #1143a2;
  height: 60px;
  line-height: 60px;
  position: relative;
  z-index: 1;
}
.top-head::after {
  position: absolute;
  left: -15px;
  top: 0;
  content: "";
  width: 383px;
  height: 100%;
  background: #369a3f;
  z-index: -1;
  transform: skew(-10deg);
  display: none;
}
.top-head::before {
  position: absolute;
  left: 21.2%;
  top: 0;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 50px 100px 50px;
  border-color: transparent transparent #901508 transparent;
  z-index: -1;
  display: none;
}

.top-head .top-area {
  display: flex;
  justify-content: start;
}
.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;
}
#google_translate_element span {
  display: none !important;
}
.goog-te-gadget .goog-te-combo {
  margin: 4px 0;
  border: 2px solid #b03333;
  color: #b03333;
  font-weight: bold;
  font-size: 16px;
}

.top-head .top-area li a,
.top-head .top-area li p {
  padding-left: 7px;
  text-decoration: none;
  color: #fff;
  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: #26bc33;
}
.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);
  border: 2px solid #fff;
}
.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: #141414;
  font-family: "Jost", sans-serif;
}
.nav-section .navbar ul li ul li a {
  color: #1143a2;
}
.nav-section .navbar ul li {
  padding-right: 10px;
}
.nav-section .navbar ul li a.main-btn {
  margin-top: 0;
  font-size: 14px;
  padding: 10px 20px;
  background: #032f5e;
  color: #fff;
}
.nav-section .navbar ul li a.main-btn::before {
  background: #0c7908;
}

.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: #1143a2 !important;
  color: #fff !important;
}
.navbar-brand img {
  width: 166px;
}
/* .nav-section .navbar .dropdown .dropdown-menu li:hover a {
  color: #fff;
} */
.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: #369a3f;
  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;
}
.call-area {
  background: #f25c27;
  border-radius: 6px;
}
.call-area a {
  color: #fff !important;
}
.call-area i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
  color: #000000;
  text-align: center;
  line-height: 30px;
  margin-right: 10px;
  font-size: 15px;
}

/* Nav section style end */

/* banner style start */
.banner-sec {
  margin-top: -50px;
}
.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;
}
.banner-sec .owl-carousel .item .content-area .caption h4 {
  font-size: 30px;
  color: #38da46;
}
.banner-sec .owl-carousel .item .content-area .caption h2 {
  font-size: 45px;
  color: #fff;
  text-transform: capitalize;
}
.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: #00000073;
}

.banner-sec .banner-btn-area .call-btn {
  background: #1143a2;
  color: #fff;
}
.banner-btn-area .main-btn {
  margin-left: 0;
}
.banner-btn {
  text-transform: uppercase;
}

.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: #369a3f;
  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 style end */

/* usp style start */
.usp-sec {
  padding: 30px 0;
  background: #f2f2f2;
}
.usp-sec .usp-box {
  background: #369a3f;
  padding: 60px;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.usp-sec .usp-box::after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 350px 286px 0;
  border-color: transparent #ffffff transparent transparent;
  z-index: -1;
}

.usp-sec .usp-box .usp-icon {
  width: 120px;
  height: 120px;
  background: #ffffff;
  padding: 30px;
  display: flex;
  transform: rotate(45deg);
  justify-content: center;
  align-items: center;
  margin: auto;
  border-radius: 6px;
  border: 4px solid #1143a2;
}
.usp-sec .usp-box .usp-icon img {
  transform: rotate(-45deg);
}
.usp-sec .usp-box .usp-cont {
  padding-top: 40px;
  text-align: center;
}
.usp-sec .usp-box .usp-cont h3{color: #fff; font-size: 1.65rem;}
.usp-sec .usp-box .usp-cont p {
  color: #fff;
}
.usp-sec .usp-box .usp-icon img {
  filter: brightness(0) saturate(100%) invert(22%) sepia(87%) saturate(1440%)
    hue-rotate(202deg) brightness(90%) contrast(104%);
}

/* usp style end */

/* choose style start */
.choose-us {
  padding: 60px 0;
  position: relative;
  z-index: 1;
}
.choose-us::before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 600px;
  height: 100%;
  background: url(https://cvrrenovations.com.au/wp-content/uploads/2025/07/extension.jpg) no-repeat 0 0;
  z-index: -1;
}

.choose-us::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 500px;
  height: 500px;
  content: "";
  background: url(../img/wall.png) no-repeat;
  background-size: contain;
  opacity: 0.1;
  z-index: -1;
}

/* 

.choose-us::before{
  position: absolute;
  left: 0;
  top: 0;
  width: 529px;
  height: 290px;
  content: "";
  background: url(../img/h1.png) no-repeat;
  background-size: contain;
  opacity: 0.5;
  z-index: -1;
  } */

.book-form {
  background: #1143a2;
  border-radius: 0 6px 6px 6px;
  padding: 40px 30px;
  position: relative;
margin-left: 12px;
}
.book-form::after {
  position: absolute;
  content: "";
  top: -43px;
  left: 0px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 43px 46px;
  border-color: transparent transparent #04101e transparent;
}
.book-form span,
.contact-page form span {
  display: block;
}
.contact-page form {
  padding: 35px;
  background: #369a3f;
}

.book-form h5 {
  color: #edda02;
}
.contact-page .info {
  padding: 20px;
  background: #1143a2;
}
.contact-page form input[type="submit"] {
  background: #1143a2 !important;
  color: #fff;
  padding: 12px 30px;
  border-radius: 6px;
}
.contact-page .info li a,
.contact-page .info li {
  text-decoration: none;
  color: #ffffff;
}
.contact-page .info li {
  margin-bottom: 25px;
}
.contact-page .info li i {
  color: #369a3f;
  margin-right: 10px;
}

.book-form select,
.book-form input {
  width: 100%;
  height: 45px;
  border: 0;
  margin-bottom: 16px;
}
.book-form .submit-btn {
  background: #369a3f;
  width: 40%;
  color: #fff;
  margin: auto;
  margin-top: 20px;
  border-radius: 6px;
  text-transform: uppercase;
  font-weight: 700;
  height: 50px;
  border: 2px solid #fff;
}
.book-form .submit-btn:hover {
  border: 2px solid #369a3f;
  color: #369a3f;
}

/* .choose-us::after{
position: absolute;
content: "";
top: 0;
left: 0;
width: 400px;
height: 600px;
background: url(../img/foundation.jpg) no-repeat;
background-size: contain;
z-index: -1;
display: none;
} */
.choose-us h1 {
  font-size: 46px;
}
.choose-us h1 span {
  color: #369a3f;
  /* font-size: 46px; */
}
.choose-us .choose-box {
  background: #369a3f;
  border-radius: 6px;
  padding: 30px;
  display: block;
  margin-bottom: 10px;
}
.choose-us .choose-box .choose-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #fff;
  padding: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0.5rem 0.8rem #0000006d;
  margin: auto;
}
.choose-us .choose-box h4 {
  text-align: center;
  padding-top: 10px;
  color: #fff;
  font-size: 20px;
}

/* choose style end */
/* service style start */
.service-sec {
  padding: 60px 0;
  position: relative;
  background: linear-gradient(15deg, #0a448a, #040910),
    url(../img/service_bg.jpg) no-repeat;
  background-size: cover;
}

.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 {
  font-size: 20px;
  font-weight: 600;
  color: #369a3f;
}
.service-sec .service-head h1 {
  font-size: 46px;
  font-weight: 700;
  color: #fff;
}
.service-sec .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;
}
.service-sec .service-item .service-btn .main-btn {
  background: #1143a2;
}
.service-sec .service-item .service-btn .main-btn:hover {
  background: #369a3f;
}

.service-sec .service-item:hover {
  background: #1143a2;
}
.service-sec .service-item:hover .service-btn .main-btn {
  background: #369a3f;
}
.service-sec .service-item:hover .service-btn .main-btn:before {
  display: none;
}

.service-sec .service-item:hover::after {
  right: -90px;
  top: -160px;
}

.service-sec .service-item .service-content p {
  margin-bottom: 0;
}
.service-sec .service-item .service-img {
  width: 100%;
  height: 295px;
  overflow: hidden;
  transition: 0.9s;
  position: relative;
}
/* .service-sec .service-item .service-img:before {
position: absolute;
content: "";
bottom: -21px;
left: 0;
width: 100%;
height: 74px;
background: url(../img/wavy.png) no-repeat;
background-size: contain;
z-index: 9;
} */

.service-sec .service-item .service-content h4 {
  margin-top: 37px;
  transition: 0.5s;
}
.service-sec .service-item:hover .service-content h4 {
  color: #fff;
}

.service-sec .service-item .service-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-sec .service-item:hover .service-img img {
  transform: scale(1.1);
}

.service-sec .service-item .service-content {
  padding: 0 30px;
  position: relative;
}
.service-sec .service-item .service-content .service_icon {
  position: absolute;
  left: 27px;
  top: -106px;
  background: url(https://cvrrenovations.com.au/wp-content/uploads/2025/07/roof-icon.png)
    no-repeat 0 0;
  width: 99px;
  height: 97px;
  padding: 25px;
}
.service-sec .service-item .service-content .service_icon img {
  filter: brightness(0) saturate(100%) invert(99%) sepia(0%) saturate(593%)
    hue-rotate(12deg) brightness(113%) contrast(100%);
	margin-top:10px;
}

.service-sec .service-item .service-btn a {
  margin-left: 31px;
  margin-top: 10px;
}

.service-sec .service-item .service-content:before {
  /* position: absolute;
top: -83px;
left: -164px;
width: 300px;
height: 124px;
border-radius: 140px;
background: #369a3f;
content: "";
transform: rotate(45deg);
z-index: -99999; */
}

/* .service-sec .service-item .service-content .service_icon img{
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(292%) hue-rotate(235deg) brightness(103%) contrast(102%);
} */

.service-sec .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-sec .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-sec .service-item .service-content .service-icon {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #f5f5f5;
  padding: 17px;
  margin: auto;
}
.service-sec .service-item .service-content p {
  line-height: 25px;
}
.service-sec .service-item:hover .service-content p {
  color: #fff;
}

/* service style end */

/* work process style start */
.work-process {
  padding: 60px 0;
  background: #fff;
}
.work-process h1 {
  font-size: 46px;
}
.work-process .process-icon {
  width: 120px;
  height: 120px;
  background: #1143a2;
  border-radius: 50%;
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}
.work-process p {
  line-height: 26px;
}
.work-process h4 {
  color: #369a3f;
  font-weight: 600;
}
.rocket {
  position: relative;
  z-index: 1;
}
/* count-sec style start */

.count-sec {
  padding: 60px 0;
  position: relative;
  background: #fff;
}
.count-sec::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 420px;
  height: 280px;
  background: url(../img/hx1.png) no-repeat 0 0;
  background-size: contain;
  opacity: 0.4;
}
.count-sec::before {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  width: 420px;
  height: 280px;
  background: url(../img/hx2.png) no-repeat 0 0;
  background-size: contain;
  opacity: 0.4;
}

.count-sec h6 {
  color: #fff;
}
.count-sec h1 {
  color: #fff;
}
.count-sec p {
  color: #fff;
}
.count-area {
  text-align: center;
}
.count-sec .count-hd {
  justify-content: center;
  display: flex;
}

.count-sec .count-area .count-icon {
  /* border-radius: 50%; */
  padding: 6px;
  transition: 0.5s;
  width: 85px;
  height: 90px;
  overflow: hidden;
}

/* .count-sec .count-area:hover .count-icon {
transform: rotate(360deg);
} */
.count-sec .count-area img {
  filter: brightness(0) saturate(100%) invert(21%) sepia(57%) saturate(4204%)
    hue-rotate(128deg) brightness(111%) contrast(81%);
}
.count-sec .count-area .count-number {
  padding-left: 10px;
  position: relative;
}
.count-sec .count-area {
  position: relative;
}
.count-sec .count-area .count-number h3 {
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 0;
  color: #151515;
  text-align: left;
}
.count-sec .count-area .count-number h3 span {
  font-size: 45px;
}
.count-sec .count-area p {
  font-size: 22px;
  color: #369a3f;
  font-weight: 500;
  margin-bottom: 0;
  /* text-align: center; */
}

/* count sec style end */

/* call us style */
.call-us {
  padding: 50px 0;
  background: linear-gradient(#000000de, #000000af),
    url(https://cvrrenovations.com.au/wp-content/uploads/2025/07/WhatsApp-Image-2025-07-02-at-1.19.46-AM.jpeg) no-repeat 0 50%;
	background-size:cover;
}
.call-us h6 {
color: #369a3f;
    font-size: 1.5rem;
    font-weight: 600;
}
.call-us h1 {
  color: #fff;
  margin-bottom: 30px;
  margin-top: 30px;
}
.call-us .main-btn {
  border: 2px solid #fff;
}

/* about style start */

.about {
  padding: 80px 0;
  position: relative;
  z-index: 1;
  background: #f7f7f7;
}
.about span {
  color: #0c7908;
}
/* .abt_left{width: 300px !important; position: relative;width: 100%; overflow: hidden;}

.abt_left1{width: 200px;position: absolute;width: 100%;} */

.abt_left1 {
  border: 4px solid #fff;
  box-shadow: 0 0.5rem 0.7rem #00000045;
}
.abt_left img {
  border-radius: 8px;
}
/* .abt_left img:first-child{object-fit: cover;}
.abt_left img:last-child{position: absolute; right: 60px; bottom: -52px;border: 2px solid #fff;width: 400px; height: 300px;object-fit: cover;} */

.year_exp {
  width: 100% !important;
  height: 140px !important;
  display: block !important;
  background: #369a3f;
  border-radius: 8px;
  border: 5px solid white;
  text-align: center;
  color: #fff;
  padding-top: 17px;
}
.year_exp p {
  color: #fff;
}

.about::before {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 600px;
  height: 100%;
  content: "";
  background: url(../img/house.png) no-repeat;
  background-size: cover;
  z-index: -1;
}
.about::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 300px 0 0 300px;
  border-color: transparent transparent transparent #000000;
  z-index: -1;
}

.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: #369a3f;
}
.about .call-btn {
  background: #1143a2;
  margin-left: 20px;
}

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

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

.about .about-content ul li span {
  background: #369a3f;
  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: #369a3f;
}
.about .count-area {
  position: absolute;
  bottom: 77px;
  right: 2px;
  width: 164px;
  height: 160px;
  background: #369a3f;
  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 li {
  margin-bottom: 15px;
  position: relative;
  padding-left: 30px;
}
.about-list li:before {
  position: absolute;
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  left: 0;
  top: 0;
  color: #369a3f;
  font-size: 20px;
}
.about-list li i {
  padding-top: 5px;
  padding-right: 20px;
  color: #369a3f;
}
.about .count-area .count-cont {
  margin: auto;
  /* margin-top: 30px; */
}
.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: #ffffff;
  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: 27px;
}
.about .about-content h6 {
  font-size: 20px;
  font-weight: 600;
}
.about .about-content h1 {
  font-size: 46px;
  font-weight: 700;
  color: #000000;
}
/* about style end */

/* Main button  */
.main-btn {
  text-decoration: none;
  padding: 12px 30px;
  background: #369a3f;
  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: #1143a2;
  transition: 0.8s;
  /* transition-delay: 0.6s; */
  z-index: -1;
}
.main-btn:hover:before {
  left: -20px;
}
.main-btn:hover {
  color: #ffffff;
}
.know-btn::before {
  background: #1143a2;
}
.call-btn::before {
  background: #369a3f;
}

/* main button style end */

/* project-sec style start */
.project-sec {
  padding: 80px 0;
  position: relative;
  background: linear-gradient(#1f1f1fcc, #0f0f0fb5),
    url(../img/pro_bg.jpg) no-repeat;
  background-size: cover;
  z-index: 1;
}
.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: #369a3f;
  font-weight: 700;
  text-transform: uppercase;
}
.project-sec .project-content h1 {
  font-size: 46px;
  font-weight: 700;
  margin-bottom: 40px;
}
.project-sec .main-btn.pro-btn {
  background: #369a3f;
  color: #ffffff;
  margin-top: 20px;
}

/* 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: 300px;
}
#gallery .img-wrapper a {
  display: contents;
}
#gallery .img-wrapper a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* #gallery .img-wrapper::before{
position: absolute;
content: "";
top: -15px;
left: -15px;
width: 100%;
height: 100%;
border: 5px solid #ee8600;
z-index: -1;
transition: 0.5s;
} */
#gallery .img-wrapper:hover:before {
  top: 0;
  left: 0;
  transition: 0.5s;
}

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

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

#gallery .img-wrapper .img-overlay {
  background: #032f5ea3;
  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 style ======= */
.testimonials {
  padding: 80px 0;
  /* background: #0096c8; */
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.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: #369a3f;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
.review-box {
  background: #e9e9e9;
  border-radius: 7px;
  width: 90%;
  margin: auto;
  margin-bottom: 20px;
  padding: 20px;
}
.review-box .google {
  width: 50px;
  height: 50px;
}
.review-box .star i {
  font-size: 23px;
  color: #ffc107;
}
.review-box .review-button {
  margin-top: 10px;
}

.review-box p {
  padding-left: 78px;
  color: #000;
  font-weight: 600;
  font-size: 20px;
}
.review-box .review-button i {
  padding-right: 20px;
}
.review-box .review-button a {
  font-size: 17px;
}
.review-box .review-button a i {
  font-size: 20px;
}

/* testimonials */
.testimonials h5 {
  font-size: 24px;
  margin-bottom: 7px;
}
.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;
  top: 37px;
}
.testimonials .item .client-desk .google {
  padding-top: 10px;
}

.testimonials .item .client-desk .cont h6 {
  margin-bottom: 0;
  text-align: center;
  color: #fcb900;
  font-weight: 700;
  line-height: 30px !important;
}
.testimonials .item .client-desk .cont h6 span {
  color: #6b6b6b;
}
.rating {
  padding-left: 18px;
}

.testimonials .item .client-desk .star i {
  color: #ffc107;
}
.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;
  background: #1143a2;
  position: relative;
}
.quote-area {
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 10px solid #032f5e;
}
.quote {
  width: 95px;
}
.testimonials .item {
  width: 86%;
  height: auto;
  padding: 10px 0 0;
  background: #ffffff;
  border-radius: 6px;
  box-shadow: -1px 0rem 5rem #00000012;
  margin: auto;
  position: relative;
  /* overflow: hidden; */
}

.testimonials .item .quote {
  position: absolute;
  bottom: 6px;
  right: 36px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0.2rem 0.4rem #00000038;
  padding: 15px;
}
/* .testimonials .item .quote img{
  filter: brightness(0) saturate(100%) invert(50%) sepia(65%) saturate(5889%) hue-rotate(5deg) brightness(106%) contrast(94%);
} */
.testimonials .owl-carousel .owl-nav button.owl-next,
.testimonials .owl-carousel .owl-nav button.owl-prev {
  background: #369a3f !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 {
  margin-top: 16px;
} */
.testimonials .owl-carousel .owl-stage-outer {
  padding: 50px 0;
}
.testimonials .item .client-desk .client-area p {
  color: #151515;
  padding-top: 20px;
  text-align: center;
}
.testimonials .owl-theme .owl-nav.disabled + .owl-dots {
  display: none;
}

.view-para {
  text-decoration: underline !important;
  color: #287ff9;
}

.testimonials-box .head-box h6:after {
  content: "";
  width: 40px;
  height: 1px;
  background: #c6321b;
  position: absolute;
  left: 0;
  top: 50%;
}

.testimonials-box .head-box h4 {
  font-size: 27px;
  color: #000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  padding-bottom: 15px;
}

.testimonials-box .head-box h4 span {
  color: #000;
}

.testimonials .item {
  position: relative;
}

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

.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;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%)
    hue-rotate(245deg) brightness(107%) contrast(104%);
}

.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;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%)
    hue-rotate(245deg) brightness(107%) contrast(104%);
}

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

/* .client-desk{
      margin-top: 80px;
  } */
.testimonials .item .info {
  text-align: left;
  padding: 10px 0 50px 0px;
}

.testimonials .item .info .author-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  /* float: left; */
  overflow: hidden;
  margin-top: -68px;
  position: absolute;
}
.client-area {
  background: #fff;
  padding: 0 30px 35px;
}

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

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

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

/* appointment style start */
.appointment-sec {
  padding: 60px 0;
  background: #efefef;
}
.appointment-sec h5 {
  color: #0c7908;
  font-weight: 600;
}
.appoint-btn {
  padding: 15px 25px;
  border-radius: 10px;
  background: #0c7908;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  transition: 0.5s;
  margin-left: auto;
}
.appoint-btn:hover {
  background: #081447;
  color: #fff;
}
.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: 93%;
  width: 60px;
  height: 60px;
  background: #369a3f !important;
  border-radius: 10px;
  box-shadow: 0 0.5rem 1.1rem #00000068;
}
.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  right: 44%;
}
.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  left: 44%;
}
.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;
}
/* owl */

.contact-form {
  padding: 60px 0;
  position: relative;
  background: url(../img/contact-bg.jpg) no-repeat;
  background-size: cover;
}
.contact-form .main-form form {
  padding: 40px 20px 40px 20px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0.7rem 1.3rem rgba(0, 0, 0, 0.22);
  border-bottom: 5px solid #b92121;
}
.contact-form .main-form form input {
  background: #c4c4c4;
  height: 45px;
}
.contact-form .main-form form label {
  margin-top: 15px;
}
.contact-form .main-form form textarea {
  background: #c4c4c4;
}
.form-control:focus {
  color: #212529;
  background-color: #fff !important;
  /* border-color: transparent !important; */
  border: 2px solid #e55a29 !important;
  outline: 0;
  box-shadow: none !important;
  transition: 0.5s;
}
.cnt-button {
  padding: 10px 60px;
  background: #e55a29;
  border-radius: 7px;
  color: #000;
  font-weight: 700;
  text-decoration: none;
  margin-top: 20px;
}
.contact-head h1 {
  font-size: 46px;
  font-weight: 700;
}

/* emergency-area style start */
.emergency-area {
  padding: 20px 0;
  background: #369a3f;
}
.another-btn {
  background: #e8b646 !important;
  margin-left: 10px;
}
.emergency-area .emergency-button a {
  background: #a60801;
}
.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: #1143a2;
  color: #ffffff;
}
.subscribe-contact-info {
  display: flex;
  justify-content: left;
  margin-top: 57px;
}
.subscribe-contact-info .subscribe-icon i {
  width: 70px;
  height: 70px;
  line-height: 70px;
  background: #1143a2;
  color: #fcdb00;
  font-size: 29px;
  border-radius: 50%;
  text-align: center;
}
.subscribe-contact {
  padding-left: 22px;
}
.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, #1143a2, #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::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 290px;
  height: 290px;
  background: url(../img/worker1.png) no-repeat;
  z-index: -1;
  opacity: 0.07;
} */
.footer .footer_logo_area p {
  color: #fff;
  font-size: 18px;
  padding-top: 7px;
  margin-bottom:0;
}
.footer .footer_logo_area p span{
	color: #09e650;
}
.footer-logo {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: #fff;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
}
.contact-slide {
  background: #050935;
}
.left-area {
  background: #0c7908;
  padding: 20px 0 20px 0px;
}
.right-area {
  padding: 36px;
}
.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 #369a3f;
  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;
  /* padding-left: 25px; */
  transition: 0.5s;
}
.wideget-area ul li a:hover {
  transform: translateX(10px);
}

.wideget-contact-area ul li i {
  color: #369a3f;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-right: 20px;
  margin-bottom: 30px;
  padding-top: 6px;
}
.wideget-contact-area ul li p {
  /* font-weight: 600; */
  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 ul li i {
  color: #e55a29;
  padding-top: 6px;
  padding-right: 20px;
  font-size: 28px;
} */
.wideget-contact-area h3 {
  border-bottom: 3px solid #369a3f;
  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 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: #092966;
}
.footer-bottom p {
  padding-top: 10px;
  font-size: 18px;
  margin-bottom: 0;
}
.footer-bottom a {
  color: #e55a29;
  text-decoration: none;
}
.footer-bottom a:hover {
  color: #e55a29;
}

/* Modal form start */
.modal .modal-dialog .modal-body .form-box {
  background: #ffffff;
  border-radius: 7px;
  padding: 26px 20px 10px;
  position: relative;
  /* top: -140px; */
  z-index: 11111;
}
.modal .modal-dialog .modal-body .form-box h3 {
  color: #e55a29;
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
}
.modal .modal-dialog .modal-body .form-box input {
  height: 50px;
  margin-bottom: 15px;
  border: 1px solid #000;
}
.modal .modal-dialog .modal-body .form-box select {
  height: 50px;
  margin-bottom: 15px;
  border: 1px solid #000;
}
.modal .modal-dialog .modal-body .form-box textarea {
  margin-bottom: 15px;
  border: 1px solid #000;
}
.modal .modal-dialog .modal-body .form-box input[type="submit"] {
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  background: #e55a29;
  width: 140px;
  margin: auto;
  color: #fff;
  font-size: 18px;
  border: none;
}
.modal .modal-dialog .modal-body .form-box input[type="submit"]:focus {
  background-color: #000000 !important;
  border: none !important;
}
.modal .modal-dialog .modal-body .form-box input[type="submit"].form-control {
  position: relative;
}
.modal
  .modal-dialog
  .modal-body
  .form-box
  input[type="submit"].form-control::after {
  position: absolute;
  content: "";
  bottom: -40px;
  left: 0;
  width: 300px;
  height: 200px;
  border-radius: 50%;
  background: #000;
}
.modal-header {
  border: 0 !important;
}
.btn-close {
  position: relative;
  z-index: 1;
  opacity: 1 !important;
  background: unset !important;
}
.btn-close i {
  font-size: 22px;
  color: #fff;
}
.btn-close::after {
  position: absolute;
  top: -1px;
  right: -3px;
  width: 40px;
  height: 40px;
  content: "";
  background: #e55a29;
  z-index: -1;
  border-radius: 50%;
}
.modal-content {
  background: #e55a29 !important;
}

.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-scrolled .navbar{
  border-bottom: 2px solid #fff;
} */

.nav-section main {
  position: relative;
}

.nav-section {
  background: #ffffff;
  position: relative;
  z-index: 9999;
  height: auto;
  padding: 15px 0;
  /* box-shadow: 1px 7px 5px #0000000d; */
}
.nav-section::after {
  position: absolute;
  left: -15px;
  top: 0;
  content: "";
  width: 366px;
  height: 131px;
  background: #369a3f;
  z-index: -1;
  transform: skew(-10deg);
  display: none;
}

.nav-section .navbar {
  padding: 0;
  height: 100px;
  /* background: #369a3f; */
  border-radius: 5px;
  padding: 0 13px;
  /* overflow: hidden; */
}
.navbar-expand-lg .navbar-nav {
  margin-top: 10px;
}
/*.nav-section .navbar .navbar-brand{*/
/*display: none;*/
/*}*/
.nav-section-scrolled .navbar .navbar-brand {
  display: block;
}
.nav-section-scrolled .navbar .navbar-brand img {
  width: 48%;
}

/* nav close style start */

.nav-open {
  height: 44px !important;
  position: relative;
  width: 54px !important;
}
.nav-open .inner,
.nav-open .inner::before,
.nav-open .inner::after {
  background-color: white;
  content: "";
  display: block;
  height: 4px;
  width: 30px;
  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);
}

.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;
}
/* nav style */

/* navbar edit here */

.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;
}
.navbar-brand img {
  width: 55%;
}
section.inner_banner {
  position: relative;
  height: 350px;
  overflow: hidden;
}
section.inner_banner::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: #00000040;
}
.project-sec.inner-gallery {
  background: #fff;
}
.project-sec.inner-gallery::after {
  display: none;
}
.about-content ul,
.about-content ol {
  padding-left: 0 !important;
}

.inner_banner img {
  width: 100%;
}
.inner_banner_caption {
  position: absolute;
  top: 50%;
  z-index: 99;
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
}
.inner_banner_caption h1 {
  font-size: 46px;
  font-weight: 700;
  color: #fff;
}
