/* ======= 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;
  font-family: "Jost", sans-serif;
}

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"] {
  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: #0c0c0c !important;
  border: none;
  width: 30% !important;
  height: 50px;
  border-radius: 6px !important;
  margin: auto;
  color: #fff !important;
  font-weight: 700;
}

input[type="submit"]:hover {
  background-color: #010101 !important;
  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: #010101;
  height: 60px;
  line-height: 60px;
  position: relative;
  z-index: 1;
}

.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: #ffcc00;
}

.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: #090909;
  font-family: "Jost", sans-serif;
}

.nav-section .navbar ul li ul li a {
  color: #010b2e;
}

.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: #010101 !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: #010101;
  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: 24px;
  color: #010101;
}

.banner-sec .owl-carousel .item .content-area .caption h2 {
  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: #00000073;
}

.banner-sec .banner-btn-area .call-btn {
  background: #ffcc00;
  color: #000000;
  border: 2px solid #fff;
}
.banner-sec .banner-btn-area .call-btn:hover {
color: #fff;
}

.banner-btn-area .main-btn {
  margin-left: 0;
}

.banner-btn {
  text-transform: uppercase;
  background: #010101 !important;
  border: 2px solid #fff;
}
.banner-btn:hover {
color: #000 !important;
}
.banner-btn:before {
  background: #ffcc00 !important;
}

.banner-sec .owl-carousel .item .carousel-caption {
  position: absolute;
  right: unset !important;
  top: 17%;
  left: 4% !important;
  padding-top: 35px;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: left !important;
  z-index: 99999;
}

.carousel-item {
  position: relative;
  height: 600px;
  display: block !important;
}

.banner-sec .owl-carousel .item .carousel-caption p {
  color: #fff;
}

.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;
  line-height: 62px;
}

.carousel-caption h2 span {
  color: #010101;
  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: #ffffff;
}

.usp-sec .usp-area {
  display: flex;
}

.usp-sec .usp-area .usp-icon {
  margin-right: 20px;
}

.usp-sec .usp-area .usp-icon {
  width: 220px;
  padding: 20px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0px 0rem 1rem 1px #00000036;
}

.cont-btn {
  background: #ffcc00 !important;
  color: #000 !important;
}
.cont-btn:hover {
color: #fff !important;
}

.cont-btn:hover {
  background: #010b2e !important;
  color: #ffffff !important;
}

.cont-btn:before {
  display: none;
}

.usp-sec .usp-area .usp-cont p {
  color: #686868;
  margin-bottom: 0;
}

.usp-sec .usp-area .usp-cont h3 {
  color: #010101;
}

/* usp style end */
/*Tab Items
=======================*/
.why-choose-section {
  padding: 60px 0 20px;
  background: #f2f3f5;
  position: relative;
  z-index: 1;
}

.why-choose-section::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/wave1.png) no-repeat;
  background-size: cover;
  opacity: 0.02;
  z-index: -1;
}

.why-choose-section .nav .nav-item button.active {
  background-color: #ffcc00;
  color: #000000 !important;
}

.why-choose-section .nav .nav-item button {
  position: relative;
  background: #010101;
  color: #fff !important;
  padding: 15px 10px;
  width: 342px;
  margin-right: 20px !important;
  font-size: 24px;
}

.why-choose-section .nav .nav-item button::after {
  position: absolute !important;
  content: "";
  left: 50%;
  bottom: -19px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #ffcc00 transparent transparent transparent;
  opacity: 0;
  transition: 0.5s;
}

.why-choose-section .nav .nav-item button.active:after {
  opacity: 1;
  transition: 0.5s;
}

.why-choose-section .choose-icon-area {
  width: 300px;
  height: 300px;
  overflow: hidden;
  border-radius: 10px;
  padding: 20px;
  margin: auto;
}

.why-choose-section .choose-icon-area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.why-choose-section .nav-pills {
  justify-content: center;
}

.why-choose-section .tab-content h3 {
  color: #333333;
  font-size: 33px;
  line-height: 39px;
  margin-bottom: 10px;
}

.why-choose-section .tab-content h3 span {
  color: #010101;
}

.why-choose-section .tab-content p {
  color: #3d3d3d;
}

.why-choose-section .tab-content ul li {
  margin-bottom: 10px;
  color: #333333;
}

.why-choose-section .tab-content ul li i {
  color: #010101;
}

.why-choose-section h6 {
  color: #010101;
}

.why-choose-section h2 {
  color: #101825;
  padding-bottom: 5px;
  line-height: 62px;
  margin-bottom: 40px;
  position: relative;
}

.why-choose-section h2 span {
  color: #010101;
}

.why-choose-section h2::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
  height: 2px;
  background: #101825;
}

/* Choose style end */

/* service style start */
.service-sec {
  padding: 60px 0;
  position: relative;
  background: #010101;
  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: #ffcc00;
}

.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: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-content h4 {
  margin-top: 37px;
  color: #010101;
  text-align:center;
}

.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;
  min-height: 170px;
}

.service-sec .service-item .service-content .service_icon {
  position: absolute;
  left: 50%;
 transform:translatex(-50%);
  top: -106px;
/*   background: url(https://iprodesigns.com/HTML_SAMPLE_8/Dev/wp-content/uploads/2025/07/roof-icon.png)
    no-repeat 0 0; */
  background:#ffcc00;
  width: 99px;
  height: 99px;
  padding: 25px;
  border-radius:50%;
 border: 3px solid #fff;	
}

.service-sec .service-item .service-content .service_icon img {
  filter: brightness(0) saturate(100%) invert(0%) sepia(100%) saturate(7500%) hue-rotate(302deg) brightness(110%) contrast(112%);
}
.service-sec .service-item .service-btn{ text-align:center;}
.service-sec .service-item .service-btn a {
  margin-top: 10px;
  background: #010101;
}
.service-sec .service-item .service-btn a:hover{ 
color: #000 !important;
}

.service-sec .service-item .service-btn a:before {
  background: #ffcc00;
}

.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;
  text-align:center;
}

/* 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: #ffcc00;
  border-radius: 50%;
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}

.work-process .process-icon img {
  filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(0%) hue-rotate(82deg) brightness(103%) contrast(103%);
}

.work-process p {
  line-height: 26px;
}

.work-process h4 {
  color: #010b2e;
  font-weight: 600;
}

.rocket {
  position: relative;
  z-index: 1;
}

/* count-sec style start */

.count-sec {
  padding: 60px 0;
  position: relative;
  background: #fff;
  z-index: 1;
}

.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.2;
  z-index: -1;
}

.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.2;
  z-index: -1;
}

.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(70%) sepia(10%) saturate(7450%) hue-rotate(11deg) brightness(104%) contrast(101%);
}

.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: #010101;
  font-weight: 500;
  margin-bottom: 0;
  /* text-align: center; */
}

/* count sec style end */
.why-choose-section .nav .nav-item button {
  margin-right: 0;
  margin-bottom: 40px;
}

/* call us style */
.call-us {
  padding: 50px 0;
  background: linear-gradient(#000000de, #000000af),
    url(../img/call-bg.jpg) no-repeat 0 0;
}

.call-us h6 {
  color: #010101;
}

.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_left1 {
  border: 4px solid #fff;
  box-shadow: 0 0.5rem 0.7rem #00000045;
}

.abt_left img {
  border-radius: 8px;
}

.year_exp {
  width: 100% !important;
  height: 187px !important;
  display: block !important;
  background: #ffcc00;
  border-radius: 8px;
  border: 5px solid white;
  text-align: center;
  color: #fff;
  padding-top: 36px;
}

.year_exp h3 {
  font-size: 55px;
  color: #000000;
  margin-bottom: 0;
}

.year_exp p {
  color: #000000;
}

.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: #010101;
}
.about .know-btn:hover {
color: #000;
}

.about .call-btn {
  background: #ffcc00;
  margin-left: 20px;
  color: #000;
}
.about .call-btn:hover {
color: #fff;
}

.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: #010101;
  padding: 10px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-right: 20px;
}

.about .about-content ul li span img {
  filter: brightness(100%);
}

.about .about-content h6 {
  color: #010101;
}

.about .count-area {
  position: absolute;
  bottom: 77px;
  right: 2px;
  width: 164px;
  height: 160px;
  background: #010101;
  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: 25px;
}

.about-list li::before {
  color: #e0b405;
  position: absolute;
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  left: 0;
  top: 2px;
}

.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: #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;
}

.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: #010101;
  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: #010b2e;
  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: #ffcc00;
}

.call-btn::before {
  background: #010101;
}

/* main button style end */

/* project-sec style start */
.project-sec {
  padding: 80px 0;
  position: relative;
  background: url(../img/pro_bg.jpg) no-repeat;
  background-size: cover;
  z-index: 1;
}
.project-sec.inner-gallery {
  background: #fff;
}
.project-sec.inner-gallery h1 {
  color: #000;
}
.project-sec.inner-gallery:after {
  display: none;
}

.project-sec::after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background: #000000e8;
  top: 0;
  left: 0;
  z-index: -1;
}

.project-sec .project-content h6 {
  font-size: 20px;
  color: #ffcc00;
  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: #010101;
  color: #ffffff;
  margin-top: 20px;
  border: 2px solid #fff;
}

/* For gallery style start */

#gallery .img-wrapper {
  position: relative;
  margin-top: 15px;
  transition: 0.5s;
  z-index: 1;
  margin: 6px;
  transition: 0.5s;
  height: 300px;
  border-radius: 6px;
  overflow: hidden;
}

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

#gallery .img-wrapper a {
  display: contents;
}

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

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

#gallery .img-wrapper .img-overlay {
  background: #ffcc006c;
  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 (max-width: 767px) {
  .address-area a,
  .address-area p {
    font-size: 14px;
  }
  .menu {
    top: 211px;
  }
  .nav-section-scrolled .menu.active {
    top: 73px;
  }
}

@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: #f2f2f2;
  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: #010101;
  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(70%) sepia(10%) saturate(7450%) hue-rotate(11deg) brightness(104%) contrast(101%);
}

.testimonials .item .client-desk .cont {
  position: relative;
  text-align: center;
  top: 14px;
}

.testimonials .item .client-desk .google {
  padding-top: 10px;
}

.testimonials .item .client-desk .cont h6 {
  margin-bottom: 0;
  text-align: center;
  color: #010101;
  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: #010101;
  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: -48px;
  right: 36px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  padding: 15px;
}

.testimonials .owl-carousel .owl-nav button.owl-next,
.testimonials .owl-carousel .owl-nav button.owl-prev {
  background: #0f0f0f !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 .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: #151515;
  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);
}

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

.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: #ffffff !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 #010b2e !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;
}

/* address style start */
.address-area {
  padding: 40px 0;
  background: #ffcc00;
}

.add-area {
  display: flex;
}

.address-area .address-icon i {
  width: 90px;
  height: 90px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 36px;
  color: #010101;
}

.address-area .address-cont {
  padding: 10px 0 0 20px;
}

.address-area a,
.address-area p {
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  color: #0d0d0d !important;
}

.address-area h5 {
  font-weight: 600;
  color: #0d0d0d;
  font-size: 27px;
}

/* address style end */

.footer {
  padding: 60px 0;
  background: linear-gradient(15deg, #202020, #000000),
    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;
}

.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 #ffcc00;
  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: #010101;
  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 #010101;
  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: #000000;
}

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

.map {
  margin-top: 13px;
  border-radius: 6px;
  overflow: hidden;
  height: 300px;
}

/* 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 .navbar ul.menu {
  display: flex;
  margin-bottom: 0;
}

.toggle i {
  display: none;
}

/* .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: 5px 0;
  /* box-shadow: 1px 7px 5px #0000000d; */
}

.nav-section .navbar {
  padding: 0;
  border-radius: 5px;
}

.navbar-expand-lg .navbar-nav {
  margin-top: 10px;
}

.nav-section-scrolled .navbar .navbar-brand {
  display: block;
}

.nav-section-scrolled .navbar .navbar-brand img {
  width: 40%;
}

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

.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: #f40000;
  color: #ffffff;
  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: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 #010101;
}

.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: #010101;
}

.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: #ffcc00;
  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: #010101;
}

.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{
    width: 250px;
}

.navbar-brand img {
  width: 100%;
}

/* navbar style */

@media (max-width: 991px) {
  .menu {
    position: fixed;
    top:150px;
    right: -100%;
    display: block;
    padding: 20px 50px 10px 10px;
    text-align: left;
    width: 100%;
    height: 100%;
    background: #010101;
    transition: 0.5s ease;
    z-index: 999;
    overflow: scroll;
  }

  .nav-section-scrolled .menu {
    top: 73px;
  }

  .nav-section .navbar ul.mobile-menu {
    display: block;
  }

  .nav-section .navbar ul li a {
    padding: 3px 0;
    line-height: 44px;
  }

  .nav-section .navbar .dropdown .dropdown-menu li {
    padding: 0;
  }

  .nav-section .navbar ul li ul li a {
    padding-left: 7px;
  }

  .menu.active {
    right: 0;
  }

  nav ul li a {
    font-size: 35px;
    line-height: 3em;
  }

  nav ul li a:hover {
    color: #1a112f;
  }

  ul .active-btn {
    background: none;
  }

  .toggle {
    width: 40px;
    height: 40px;
    background: #ffcc00;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px;
    cursor: pointer;
    transition: 0.6s;
    text-align: center;
    line-height: 40px;
    border-radius: 4px;
  }

  .toggle i {
    display: block;
    color: #000000;
    line-height: 40px;
  }

  .toggle.active i {
    display: none;
  }

  .toggle.active {
    background: url("../img/nav-close.png") no-repeat 50% 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
    cursor: pointer;
    transition: 0.6s;
    filter: brightness(0) saturate(100%) invert(74%) sepia(95%) saturate(1233%) hue-rotate(1deg) brightness(93%) contrast(104%);
  }

  nav {
    padding: 10px 70px;
  }
}

.abt_areasec {
  padding: 60px 0;
}

.abt_areasec .head {
  text-align: left;
  text-transform: capitalize;
  font-size: 27px;
}

.abt_areasec .work-img {
  height: 400px;
  overflow: hidden;
  display: contents;
}

.abt_areasec ul {
  margin: 0;
  padding: 0;
}

.abt_areasec ul li {
  list-style: none;
  color: #505050;
  margin: 5px 0;
  font-weight: 400;
  padding-left: 20px;
  position: relative;
}

.abt_areasec ul li:before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  position: absolute;
  left: 0;
  color: #008ac1;
}

.abt_areasec a {
  color: #008ac1;
}

.inner_banner h1 {
  padding-left: 120px;
  padding-top: 20px;
}

.abt_areasec .what-btn {
  text-decoration: none;
  padding: 12px 30px;
  background: #010101;
  border-radius: 6px;
  color: #ffffff;
  font-size: 17px;
  margin-top: 10px;
  font-weight: 700;
  position: relative;
  overflow: hidden;
  transition: 1s;
  z-index: 1;
}

.abt_areasec .what-btn:hover {
  background: #010b2e;
}

.abt_areasec .get-btn {
  text-decoration: none;
  padding: 12px 30px;
  background: #ffcc00;
  border-radius: 6px;
  color: #000000;
  font-size: 17px;
  margin-top: 10px;
  font-weight: 700;
  position: relative;
  overflow: hidden;
  transition: 1s;
  z-index: 1;
}
.abt_areasec .get-btn:hover {
color: #fff;
}

.abt_areasec .get-btn:hover {
  background: #010101;
}

.inner_banner_caption {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 10px;
}

.inner_banner {
  position: relative;
  z-index: 1;
  margin-top: 0px;
}

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

/*Single Services */
.single_service img {
  float: right;
  width: 40%;
  height: auto;
  margin: 0 0 20px 20px;
}

.single_service p {
  font-size: 16px;
  font-weight: 400;
  text-align: justify;
  line-height: 28px;
  margin: 0 0 10px;
  color: #505050;
}

.single_service p a {
  color: #ffcc00;
  font-weight: bold;
  text-decoration: none;
}

.single_service ul li {
  list-style: none;
  color: #505050;
  margin: 5px 0;
  font-weight: 400;
  padding-left: 20px;
  position: relative;
}

.single_service ul li:before {
  content: "\f14a";
  color: #ebbc00;
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  position: absolute;
  left: 0;
}

.single_service h2:not(.head) {
  color: #5b940a;
  font-size: 24px;
  margin: 10px 0;
}

.single_service img.emoji {
  float: left;
  margin-right: 10px !important;
}

/* Contact page style */
.book_area {
  padding: 70px 0;
}

.book_left {
  width: 100%;
}

.book_left .head_img:after {
  width: 245px;
}

.book_left .head_area span:after {
  width: 145px;
}

.book_left p {
  font-size: 18px;
  color: #505050;
  line-height: 26px;
  text-align: justify;
  margin: 0px 0;
}

.book_left form .form-control {
  width: 100%;
  height: 46px;
  border: 1px solid #b5b5b5;
  border-radius: 0;
  margin-bottom: 10px;
  font-size: 18px;
  color: #505050;
}

.book_left form textarea.form-control {
  width: 100%;
  height: 95px;
  border: 1px solid #b5b5b5;
  border-radius: 0;
  margin-bottom: 10px;
  font-size: 18px;
  color: #505050;
}

.book_right {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
}

.book_right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  transform: scale(1.2);
  position: relative;
  left: 0;
}

.book_right:hover img {
  left: 50px;
}

.form_box {
  padding: 0;
}

.homeform_wrap input {
  width: 100%;
  border: 1px solid #b5b5b5;
  border-radius: 0;
  margin-bottom: 10px;
  font-size: 18px;
  color: #505050;
}

.home_map {
  background: #010101;
  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;
  color: #ffcc00;
}

.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: #ffcc00;
}

.home_map ul li a {
  text-decoration: none;
  color: #fff;
}

.map iframe {
  width: 100%;
  height: 100%;
}

.wpcf7-form-control-wrap {
  position: relative;
  display: inline-block;
  width: 100%;
}

.homeform_wrap {
  position: relative;
  padding-bottom: 20px;
}

.homeform_wrap .wpcf7-spinner {
  position: absolute;
  left: 50%;
  bottom: -7px;
  transform: translateX(-50%);
}

.form_submit {
  background: #2187b1 !important;
  border-radius: 100px;
  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: inline-block;
  line-height: 48px;
  font-weight: 600;
  border: none;
  margin-top: 15px;
  margin-bottom: 10px;
}

.form_submit:after {
  content: "";
  background: linear-gradient(to top, #595959, #000);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  z-index: -1;
  transition: all 0.5s;
}

.form_submit:hover:after {
  height: 100%;
}

.form_submit:hover {
  letter-spacing: 1px;
}
