/* ======= 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: 16px;
  font-weight: 400;
  line-height: 1.75em;
  color: #555;
  overflow-x: hidden;
}

p {
  font-family: "Jost", sans-serif;
  font-size: 16px;
  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: "Oswald", 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;
}

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 #28e30230;
  border-color:
    ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
}

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

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: #000;
  height: 70px;
  line-height: 70px;
}

.top-head .top-area {
  display: flex;
}

.top-head .top-area li {
  display: flex;
}

.top-head .social-media {
  padding-top: 10px;
}

.top-area.social-media i {
  margin-top: 5px !important;
}

.top-head .social-media li {
  margin-left: auto;
  padding-right: 0 !important;
}

.top-head .social-media li i {
  width: 40px !important;
  height: 40px !important;
  border-radius: 50% !important;
  background: #ffffff !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  color: #02a0f8 !important;
  margin-top: 6px;
}

.top-head .top-area li{
  padding-right: 15px;
}

.top-head .top-area li a {
  padding-left: 20px;
  text-decoration: none;
  color: #ffffff;
  font-size: 18px;
  font-family: "Jost", sans-serif;
  font-weight: 500;
}

.top-head .top-area li p span {
  font-weight: 700;
  color: #1ba106;
}

.top-head .top-area li p {
  font-weight: 700;
  margin-bottom: 0;
  color: #fff;
}

.top-head .top-area li i {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #31b1f0;
  font-size: 22px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-top: 10px;
}

.social-media a i {
  width: 40px;
  height: 40px;
}

.top-head .social-media a {
  text-decoration: none;
}

/* Top Head style end */
/* Nav section style start */
.nav-section {
  background: #ffffff;
}

.navbar-brand {
  padding: 0 !important;
}

.navbar {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* .navbar-brand {
  width: 280px;
} */
.nav-section {
  padding: 5px 0;
}

.nav-section .navbar ul li a {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  color: #000000;
  font-family: "Jost", sans-serif;
}

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

.nav-section .navbar ul li {
  padding-right: 30px;
}

.nav-section .navbar ul li.active a {
  color: #27e004;
}

.nav-section .navbar ul li:last-child {
  padding-right: 0;
}

.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: #31b1f0 !important;
}

.nav-section .navbar .dropdown .dropdown-menu li a:hover {
  color: #000000;
}

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

.nav-section .navbar form p {
  width: 100%;
  margin-bottom: 0;
  padding-top: 5px;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 500;
}

.nav-section .navbar form .form-select {
  width: 50%;
  margin-left: 20px;
  background-image: url(../img/dw.png) !important;
}

/* Nav section style end */

/* banner style start */

.carousel-inner {
  position: relative;
  z-index: 1;
}

.carousel-inner .carousel-item {
  position: relative;
}

.carousel-inner .carousel-item::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00000044;
  content: "";
}

.carousel-inner::after {
  display: none !important;
}

.banner-btn {
  text-transform: uppercase;
  background: #0f4c9d;
  font-size: 15px !important;
  border-radius: 6px;
  padding: 16px 40px !important;
  border: 2px solid #fff;
}

.banner-sec .banner-btn:hover {
  color: #fff;
  background: #7fbf1d;
}

/* .banner-sec .banner-btn::after {
  background: #7fbf1d;
  right: -100px;
  height: 70px;
  display: none;
} */

/* .banner-sec .banner-btn::before {
  background: #002d4c;
  left: -100px;
  height: 70px;
  display: none;
} */

.carousel-caption {
  position: absolute;
  right: 12% !important;
  top: 15%;
  left: 12% !important;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: left !important;
  z-index: 99999;
}

.banner-img {
  margin-top: 60px;
  position: relative;
  z-index: 999;
}

.carousel-caption h1 {
  color: #fd4605;
  text-align: left;
  font-size: 60px;
  font-weight: 700;
  text-transform: uppercase;
}

.carousel-caption h1 span {
  color: #fff;
}

.carousel-caption p {
  text-align: left;
  font-size: 18px;
  color: #fff;
  line-height: 27px;
}

.carousel-caption h2 span {
  color: #000000;
}

/* banner style end */

/* call style start */
.call-sec {
  padding: 60px 0;
}

.call-sec-content {
  padding-left: 3rem;
}

.feel-icon {
  width: 100px;
  height: 100px;
  border: 3px solid #e8e4e4;
  border-radius: 50%;
  padding: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #31b1f0;
  margin-top: 20px;
}
.feel-icon img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(7462%)
    hue-rotate(120deg) brightness(105%) contrast(125%);
}

.call-sec h2 {
  font-size: 45px;
  color: #31b1f0;
  font-weight: 600;
  text-transform: uppercase;
  padding-top: 9px;
  font-family: "Jost", sans-serif;
}

.call-sec p {
  font-size: 15px;
  text-transform: uppercase;
  color: #000;
}

.call-sec .call-btn-area {
  justify-content: end;
  display: flex;
}

/* call style end */

/* about style start */

.about {
  padding: 60px 0;
  position: relative;
  z-index: 1;
  /* margin-top: -39px; */
  z-index: 1;
}

.about .about-img {
  position: relative;
  z-index: 1;
}

.about .about-first-img {
  width: 100%;
  height: 510px;
  margin-left: auto;
}

.about .about-first-img img {
  border-radius: 7px;
}

.about-content span {
  display: unset;
}

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

.about .about-content h6 {
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 600;
  color: #34b12a;
}

.about .about-content h1 span {
  color: #34b12a;
}

.about .about-content li {
  display: flex;
  position: relative;
  margin-left: 30px;
}
.about .about-content ul {
  padding-left: 0 !important;
}
.about .about-content li:after {
  content: "\f00c";
  color: #31b1f0;
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  position: absolute;
  left: -25px;
}

.about .about-content li i {
  padding-top: 5px;
  font-size: 21px;
  padding-right: 20px;
  color: #f6491f;
}

.about .count-area {
  position: absolute;
  top: -40px;
  right: 50px;
  width: 200px;
  height: 160px;
  background: #f25c27;
  border-radius: 7px;
  overflow: hidden;
}

.about .count-area .count-icon {
  width: 90px;
  height: 67px;
  border-radius: 0 0 37px 37px;
  background: #fff;
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
  padding: 20px;
}

.about .count-area .count-cont {
  margin-top: 65px;
}

.about .count-area .count-cont p {
  color: #fff;
  font-size: 17px;
  text-align: center;
  font-weight: 600;
}

.about .count-area h2 {
  color: #fff;
  text-align: center;
  font-size: 47px;
  font-weight: 700;
  margin-bottom: 0;
}

.about .about-content h1 {
  font-size: 40px;
  font-weight: 700;
  color: #000000;
  text-transform: uppercase;
}

/* about style end */
/* service style start */
.service-sec {
  padding: 60px 0;
  position: relative;
  background: #dadada;
}

.service-sec .service-head h1 {
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 40px;
}

.service-sec .service-head p {
  text-align: center;
  width: 75%;
  margin: 0 auto 20px;
}

.service-sec .view-btn {
  background: #34b12a !important;
  font-size: 18px !important;
}

.service-sec .view-btn:hover {
  color: #fff;
}

.service-sec .view-btn::after {
  background: #002d4c;
  right: -122px;
  height: 70px;
}

.service-sec .view-btn::before {
  background: #002d4c;
  left: -122px;
  height: 70px;
}

.service-sec .service-box {
  width: 100%;
  height: 600px;
  background: #fff;
  margin-bottom: 22px;
  transition: 0.5s;
}

.service-sec .service-box .service-img {
  width: 100%;
  height: 300px;
  overflow: hidden;
  position: relative;
}

.service-sec .service-box .service-img img {
  transition: 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-sec .service-box:hover .service-img img {
  transform: scale(1.1);
}

.service-sec .service-box .service-icon {
  position: absolute;
  bottom: 50%;
  left: 55%;
  width: 93px;
  height: 90px;
  background: #34b12a;
  transform: skew(-27deg, 1deg) translate(-50%, 50%);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 11px;
  transition: 0.5s;
}

.service-sec .service-box:hover .service-icon {
  background: #0d2e61;
}

.service-sec .service-box .service-icon img {
  transform: skew(17deg, -1deg);
  transition: 0.5s;
}

.service-sec .service-box .service-cont {
  padding: 24px 16px;
  position: relative;
  text-align: center;
}

.service-sec .service-box .service-cont h3 {
  transition: 0.5s;
  position: relative;
  /* color: #34b12a; */
}

.service-sec .service-box .service-cont h3::after {
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 100px;
  height: 3px;
  background: #31b1f0;
}

.service-sec .service-box .service-cont p {
  padding-top: 10px;
}

.service-sec .service-box .service-cont a {
  font-size: 16px;
}

/* service style end */

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

.count-sec::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 889px;
  height: 318px;
  content: "";
  background: url(../img/home.png) no-repeat;
  background-size: contain;
  z-index: -1;
  opacity: 0.7;
}

.count-area {
  text-align: center;
}

.count-sec .count-area img {
  filter: brightness(0) saturate(100%) invert(0%) sepia(100%) saturate(6%)
    hue-rotate(188deg) brightness(101%) contrast(101%);
}

.count-sec .count-area .count-number h3 {
  font-size: 40px;
  font-weight: 700;
  padding-left: 10px;
}

.count-sec p {
  font-size: 22px;
  color: #000000;
  font-weight: 600;
  margin-bottom: 0;
  text-align: center;
}

.count-icon {
  width: 120px;
  height: 120px;
  margin: auto;
  border: 5px solid #31b1f0;
  padding: 30px;
  border-radius: 50%;
  background: #fff;
}

/* Main button  */
.main-btn {
  text-decoration: none;
  padding: 12px 30px;
  /* background: linear-gradient(to bottom, #fd4605, #c53603) !important; */
  background: #31b1f0;
  color: #ffffff;
  font-size: 15px;
  margin-top: 10px;
  font-weight: 700;
  border-radius: 6px;
  /* border: 2px solid #c53603; */
  position: relative;
  overflow: hidden;
  transition: 0.6s;
  z-index: 1;
}

.main-btn:hover {
  background: #000;
  color: #fff;
}

.main-btn.pro-btn:hover {
  color: #fff;
}
.main-btn.office-btn {
	background: #000;
}
.main-btn.office-btn:after {
	background: #31b1f0;
}
.project-sec .pro-btn {
  text-decoration: none;
  padding: 12px 30px;
  background: #31b1f0;
  color: #000000;
  font-size: 15px;
  margin-top: 10px;
  font-weight: 700;
  border-radius: 6px;
  /* border: 2px solid #c53603; */
  position: relative;
  overflow: hidden;
  transition: 0.6s;
  z-index: 1;
  transition: 0.5s;
}
.project-sec.inner-gallery {
  background: #fff;
}

.project-sec .pro-btn:hover {
  color: #000000;
  background: #d8830d;
}

/* .main-btn::after {
  position: absolute;
  bottom: -70px;
  right: -110px;
  width: 200px;
  height: 57px;
  content: '';
  background: #34b12a;
  transition: 0.6s;
  z-index: -1;
}
.main-btn::before {
  position: absolute;
  top: -70px;
  left: -110px;
  width: 200px;
  height: 57px;
  content: '';
  background: #34b12a;
  transition: 0.6s;
  z-index: -1;
}
.main-btn:hover:after {
  bottom: 0;
}
.main-btn:hover:before {
  top: 0;
} */
.main-btn.book-btn {
  margin-left: 20px;
  background: #003b7e;
}

.main-btn.book-btn::after,
.main-btn.book-btn::before {
  background: #f25c27;
}
.front-about {
  background: #f2f3f5;
}

.bnr_form_area {
  margin-top: -50px;
  margin-bottom: 60px;
  background: #fff;
  border-radius: 8px;
  padding: 50px;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
}
.bnr_form_area h3 {
  font-weight: bold;
  font-size: 36px;
  color: #000;
  margin: 0;
}
.bnr_form_area form {
  margin-top: 5px;
}
.bnr_form_area form input,
.bnr_form_area form select,
.bnr_form_area form textarea {
  border: 1px solid #b7b7b7;
  color: #5a5a68;
  height: 62px;
  margin: 5px 0;
  border-radius: 8px;
  appearance: auto;
}
.bnr_form_area form input::placeholder,
.bnr_form_area form select::placeholder,
.bnr_form_area form textarea::placeholder {
  color: #5a5a68;
}
.bnr_form_area form input:focus,
.bnr_form_area form select:focus,
.bnr_form_area form textarea:focus {
  box-shadow: 0 0 5px rgba(232, 168, 19, 0.5);
  border: 1px solid #e8a813;
}
.form_btn {
  position: relative;
  overflow: hidden;
  transition: all 0.3s linear !important;
  z-index: 2;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  color: #000 !important;
  border-radius: 8px !important;
  border: none !important;
  background: #31b1f0 !important;
  height: 62px !important;
  width: 100%;
}

/* main button style end */

/* project-sec style start */
#gallery .img-wrapper {
  position: relative;
  margin-top: 15px;
  transition: 0.5s;
}

#gallery .img-wrapper img {
  width: 100%;
}

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

#gallery .img-wrapper .img-overlay {
  background: rgba(246, 73, 31, 0.5);
  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;
  }
}

/* For gallery style start */
.project-sec {
  position: relative;
  background:
    linear-gradient(15deg, #000, #1d1d1de5, #040404),
    url(../img/pro_bg.jpg) no-repeat;
  padding: 60px 0;
  background-size: cover !important;
}

.project-sec .project-content h1 {
  font-size: 40px;
  text-transform: uppercase;
}

#gallery .img-wrapper {
  position: relative;
  margin-top: 15px;
  transition: 0.5s;
  height: 300px;
}
#gallery .img-wrapper a {
  display: contents;
}

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

.project-sec .owl-carousel.owl-drag .owl-item {
  width: 485px !important;
}

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

#gallery .img-wrapper .img-overlay {
  background: #31b1f084;
  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-wrapper .img-overlay h5 {
  position: absolute;
  left: 70px;
  bottom: 50px;
  color: #fff;
}

#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: 4%;
  right: 24%;
  cursor: pointer;
}

#exitButton:hover {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  #exitButton {
    font-size: 3em;
  }
}

/* project-sec style end */
/* offer style start */
.offer-sec {
  padding: 60px 0;
  background: #ececec;
}

.offer-sec .offer-box {
  width: 320px;
  height: 200px;
  background: #fff;
  box-shadow: 0 0.5rem 1rem #00000012;
  margin: auto;
}

.offer-sec .offer-box.offer-a-box {
  background: #2bc40f;
}

.offer-sec ul li button .offer-icon {
  width: 70px;
  height: 70px;
  margin: auto;
  /* padding-top: 40px; */
}

.offer-sec .offer-box .offer-head {
  padding-top: 50px;
  text-align: center;
}

.offer-sec #pills-tab li .offer-head h4 {
  /* font-weight: 600; */
  padding-top: 10px;
  color: #31b1f0;
}

.offer-sec #pills-tab li {
  width: 33%;
  margin-top: 20px;
}

.offer-sec #pills-tab li button {
  margin: auto;
  width: 320px;
  height: 200px;
  position: relative;
  background: #fff;
  box-shadow: 0 0.5rem 1rem #0000000a;
}

.offer-sec #pills-tab li button::after {
  position: absolute;
  content: "";
  bottom: -24px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 17px 0 17px;
  border-color: #31b1f0 transparent transparent transparent;
  opacity: 0;
  transition: 0.3s;
}

.offer-sec #pills-tab li button .offer-icon img {
  filter: brightness(0) saturate(100%) invert(55%) sepia(93%) saturate(815%)
    hue-rotate(169deg) brightness(97%) contrast(94%);
}

.tab-content > .active {
  text-align: center;
}

.tab-content {
  padding-top: 20px;
}

#pills-tab .nav-link.active,
#pills-tab .show > .nav-link {
  color: #fff;
  background-color: #31b1f0 !important;
}

#pills-tab .nav-link.active,
#pills-tab .nav-link.hover,
#pills-tab .show > .nav-link {
  color: #fff;
  background: #31b1f0 !important;
}

#pills-tab .nav-link.active .offer-icon img,
#pills-tab .nav-link.hover .offer-icon img,
#pills-tab .show > .nav-link {
  filter: brightness(0) saturate(100%) invert(0%) sepia(1%) saturate(4%)
    hue-rotate(320deg) brightness(96%) contrast(104%);
}

#pills-tab .nav-link.active .offer-head h4,
#pills-tab .nav-link.hover .offer-head h4,
#pills-tab .show > .nav-link {
  color: #000000;
}

#pills-tab .nav-link.active::after {
  opacity: 1;
}

/* offer style end */
/* choose-sec style start */
.choose-sec {
  padding: 60px 0 70px;
}

.choose-sec h1 {
  font-size: 40px;
}

.choose-sec .choose-head {
  text-align: center;
  padding-bottom: 15px;
}

.choose-sec .choose-head h1 {
  text-transform: uppercase;
}

.choose-sec .choose-circle {
  width: 150px;
  height: 150px;
  border: 3px solid #31b1f0;
  border-radius: 50%;
  box-shadow: 0 0.5rem 1rem #00000010;
  padding: 30px;
  margin: auto;
  position: relative;
  transition: 0.5s;
}

.choose-sec .choose-circle:hover {
  transform: translateY(-15px);
}

.choose-sec .choose-circle::after {
  position: absolute;
  bottom: -42%;
  left: 50%;
  transform: translateX(-50%);
  width: 3px;
  height: 60px;
  background: #31b1f0;
  content: "";
}

.choose-sec .choose-circle::before {
  position: absolute;
  bottom: -55%;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
  content: "";
  border: 2px solid #31b1f0;
  border-radius: 50%;
}

.choose-sec .choose-cont {
  text-align: center;
  margin-top: 90px;
}

.choose-sec .choose-cont h3 {
  position: relative;
  padding-bottom: 20px;
}

.choose-sec .choose-cont h3::after {
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 100px;
  height: 3px;
  background: #31b1f0;
}

/* choose-sec style end */
/* testimonial style start */
.testimonial {
  padding: 60px 0;
  position: relative;
  background:
    linear-gradient(#01010154, #030303),
    url(../img/roof.jpg) no-repeat;
  background-size: cover;
  height: 460px;
  background-position: 50% 50%;
}
.testimonial .owl-carousel {
	display: block !important;
}

.testimonial .item {
  width: 78%;
  margin: auto;
}

.testimonial .item p,
.testimonial .item h6 {
  color: #fff;
  text-align: center;
}

.testimonial .item p {
  padding-top: 70px;
}

.owl-next > span.ti-angle-right {
  position: absolute;
  line-height: 0;
  top: 27%;
  left: 23%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 22px;
  height: 28px;
  background: url(../../assets/img/next.png) no-repeat !important;
  filter: brightness(0) saturate(100%) invert(93%) sepia(43%) saturate(1%)
    hue-rotate(84deg) brightness(106%) contrast(101%);
}

.owl-prev > span.ti-angle-left {
  position: absolute;
  line-height: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 22px;
  height: 28px;
  background: url(../../assets/img/prev.png) no-repeat !important;
  filter: brightness(0) saturate(100%) invert(93%) sepia(43%) saturate(1%)
    hue-rotate(84deg) brightness(106%) contrast(101%);
}

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

.testimonial .choose-circle {
  width: 100px;
  height: 100px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  /* box-shadow: 0 0.5rem 1rem #00000010; */
  padding: 26px;
  margin: auto;
  position: relative;
}

.testimonial .choose-circle::after {
  position: absolute;
  bottom: -36%;
  left: 50%;
  transform: translateX(-50%);
  width: 3px;
  height: 33px;
  background: #ffffff;
  content: "";
}

.testimonial .choose-circle img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(1268%)
    hue-rotate(293deg) brightness(111%) contrast(101%);
}

.testimonial .choose-circle::before {
  position: absolute;
  bottom: -55%;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
  content: "";
  border: 2px solid #ffffff;
  border-radius: 50%;
}

.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: 42%;
  width: 60px;
  height: 60px;
  border: 2px solid #fff !important;
}

.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  right: -30px;
  top: 45%;
  border-radius: 50%;
}

.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  left: -30px;
  top: 45%;
  border-radius: 50%;
}

.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 */
/* address style start */
.address {
  padding: 40px 0;
  background: #31b1f0;
}

.add-area {
  display: flex;
}

.address .address-icon i {
  width: 120px;
  height: 120px;
  background: #000000;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 50px;
  color: #ffffff;
}

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

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

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

/* address style end */

/* footer style start */

.footer {
  padding: 60px 0;
  background: #161616;
}

.footer .footer_logo_area p {
  color: #fff;
  font-size: 18px;
  margin-top: 17px;
}

.footer-logo {
  width: 300px;
  height: auto;
}

.wideget-area h3 {
  border-bottom: 3px solid #31b1f0;
  display: inline-block;
  color: #fff;
  padding-bottom: 4px;
  text-transform: uppercase;
  font-size: 23px;
}

.wideget-area ul {
  padding-top: 20px;
}

.wideget-area ul.footer-menu li i {
  top: 11px;
  font-size: 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: 20px; */
  transition: 0.5s;
}

.wideget-area ul li:hover a {
  color: #31b1f0;
}

.wideget-area ul.contact-area li:hover a {
  color: #31b1f0;
}

.wideget-area ul li i {
  font-size: 25px;
  color: #31b1f0;
}

.wideget-area ul li {
  display: flex;
  /* margin-bottom: 20px; */
}

.wideget-area ul li i {
  color: #31b1f0;
  font-size: 15px;
  position: relative;
  /* top: -3px; */
  /* padding-right: 10px; */
}

.wideget-contact-area ul li i {
  color: #31b1f0;
  padding-top: 6px;
  padding-right: 20px;
  font-size: 28px;
}

.wideget-contact-area ul {
  padding-top: 20px;
}

.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 .contact-area li i {
  padding-top: 4px;
  font-size: 25px;
}

.footer .contact-area li {
  margin-bottom: 20px;
}

.footer .contact-area li p {
  color: #fff;
  padding-left: 27px;
  font-size: 18px;
}

.map {
  padding-top: 24px;
}

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

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

.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_service img {
  float: right;
  width: 40%;
  height: auto;
  margin: 0 0 20px 20px;
}

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

.single_service p a {
  color: #31b1f0;
  font-weight: bold;
  text-decoration: none !important;
}

.single_service ul {
  margin-left: -30px;
}

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

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

.abt_areasec {
  padding: 60px 0;
}

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

.abt_areasec img {
  float: right;
  display: inline-block;
  width: 340px;
}

.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";
  color: #008ac1;
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  position: absolute;
  left: 0;
}

.abt_areasec a {
  color: #008ac1;
}

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

.home_map {
  background: #31b1f0;
  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;
  color: #000;
  border: 1px solid #fff;
  padding: 10px 10px;
  border-radius: 50%;
  text-align: center;
}

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

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

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

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

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

.form_submit {
  background: #000000 !important;
  border-radius: 6px;
  width: 196px;
  height: 48px;
  color: #fff;
  text-align: center;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 0.5s;
  display: 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;
}

.review_box .checked {
  color: #ffbf00;
}

.review_box {
  padding: 15px;
  background: #f1f1f1;
  width: 70%;
  margin: 0 auto 30px;
}

.single_service .btn-primary {
  display: inline-block;
  width: auto;
  height: auto;
}

.review_btn {
  text-align: right;
  width: 72%;
  margin: 0 auto 20px;
}

.reviewtop_sec {
  width: 70%;
  margin: 0 auto 30px;
}

.reviewtop_sec h4 {
  font-size: 14px;
}

.reviewtop_sec .checked {
  color: #d59f06;
  font-size: 24px;
}

.filter-bar button.active,
.filter-bar button:hover {
  cursor: pointer;
  background: #f5f5f5;
  border: 1px solid #a5a5a5;
}

.active .checked {
  font-size: 14px;
}

.reviewtop_sec h3 {
  color: #ff1717;
  margin: 20px 0 30px;
  font-size: 24px;
}

.single_service {
  padding: 60px 0;
  display: inline-block;
  width: 100%;
}

.abt_area {
  padding: 60px 0;
  display: inline-block;
  width: 100%;
}

.glsr-summary-percentages {
  display: none;
}

.glsr-review-author {
  display: none !important;
}

.slide_img {
  position: relative;
}

.slide_img .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
}

/* for banner css  */

.slide {
  position: relative;
  padding: 100px 0;
}
.slide::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0000007a;
  content: "";
}

.slide h1 {
  color: #fd4605;
  text-align: left;
  font-size: 55px;
  font-weight: 700;
  text-transform: uppercase;
}

.slide h1 span {
  color: #fff;
}

.slide p {
  text-align: left;
  font-size: 18px;
  color: #fff;
  line-height: 27px;
}

.slide h2 span {
  color: #000000;
}

.slide .slide_img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

/* .slide:after{content: "";background: linear-gradient(to right, rgba(0,0,0,1), rgba(0,0,0,0));width: 90%;height: 100%;position: absolute;left: 0;top: 0;} */
.slide p {
  font-size: 18px;
  margin-top: 20px;
  line-height: 28px;
}

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

.slide .slide_img img {
  max-width: 100%;
  height: 100%;
  opacity: 1 !important;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  transition: all 1s ease;
  width: 100%;
  object-fit: cover;
}

.slide .slide_content--headings {
  text-align: left;
  color: #fff;
}

.slide .slide_content--headings h2 {
  font-size: 66px;
  margin: 10px 0;
  text-transform: uppercase;
}

.slide .slide_content--headings .animated {
  transition: all 0.5s ease;
}

.slider_area [data-animation-in] {  
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  transition: opacity 0.5s ease 0.3s;
}

.slider_area .slick-arrow {
  border: none;
  background: transparent;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  width: 45px;
  z-index: 1;
  display: none !important;
}

.slider_area .slick-arrow.slick-next {
  right: 0;
  left: auto;
  transition: ease-in-out 0.3s;
  z-index: 0;
  display: none !important;
}

.slider_area .slick-arrow i {
  font-size: 35px;
  transition: all 0.3s;
  background: #ff4500;
  padding: 5px 10px;
  color: #fff !important;
}

.slider_area .slick-arrow i:hover {
  background: #1d2150;
}

.slider_area .slick-arrow:before {
  display: none;
}

/* @-webkit-keyframes zoomInImage {
  from {
    transform: scale3d(1, 1, 1);
  }
  to {
    transform: scale3d(1.1, 1.1, 1.1);
  }
}
@keyframes zoomInImage {
  from {
    transform: scale3d(1, 1, 1);
  }
  to {
    transform: scale3d(1.1, 1.1, 1.1);
  }
}
.zoomInImage {-webkit-animation-name: zoomInImage;animation-name: zoomInImage;}
@-webkit-keyframes zoomOutImage {
  from {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes zoomOutImage {
  from {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.zoomOutImage {-webkit-animation-name: zoomOutImage;animation-name: zoomOutImage;}
.slider_area .btn_area{margin-top: 30px;} */
.navbar-brand img {
  width: 50%;
}

.call_float {
  position: fixed;
  right: 15px;
  bottom: 50px;
  z-index: 9999;
}

.call_float a {
  text-decoration: none;
}

.call_float a i {
  width: 50px;
  height: 50px;
  background: #f6491f;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 20px;
  transition: 0.5s;
}
.call_float.office_float{
	bottom: 105px;
}
.call_float.office_float a i {
	background: #ffd500;
	color: #000;
}

/* Nav close style start */

.nav-open {
  border: 3px solid white;
  height: 36px !important;
  position: relative;
  width: 40px !important;
}
.nav-open .inner,
.nav-open .inner::before,
.nav-open .inner::after {
  background-color: rgb(255, 255, 255);
  content: "";
  display: block;
  height: 3px;
  width: 14px;
  transition: all 0.5s ease;
}
.nav-open .inner {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.nav-open .inner::before {
  margin-top: -6px;
  position: absolute;
}
.nav-open .inner::after {
  margin-top: 6px;
  position: absolute;
}

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

/* Sticky menu start */

.sticky_menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 12;
  box-shadow: 0 0.5rem 0.5rem #0000003d;
}

.sticky_menu.head_nav ul li a {
  line-height: 50px;
}

.sticky_menu.head_nav {
  background: #fff;
  border-bottom: 1px solid #d3d3d3;
}

.sticky_menu.head_nav .dropdown-menu li a {
  color: #000;
}

.grecaptcha-badge {
  display: none !important;
}
