/* ======= 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 !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75em;
  color: #555;
  overflow-x: hidden;
}
.wpcf7 form .wpcf7-response-output {
  color: #fff !important;
  margin: 0.5em 0.5em 1em !important;
}

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: "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;
}
a {
  text-decoration: none;
}
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 rgba(0, 0, 0, 0.04);
  border-color: ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

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

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

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

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

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

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

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

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

/* Top head style start */
.top-head {
  background: #183867;
  height: 60px;
  line-height: 60px;
}
.top-head .top-area {
  display: flex;
}
.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-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;
  margin-top: 15px;
  font-size: 24px;
  width: 34px;
  height: 34px;
  color: #02baf7;
}
.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 */
.navbar-brand {
  width: 200px;
}
.nav-section .navbar ul li a {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  color: #000;
  font-family: "Jost", sans-serif;
}
.nav-section .navbar ul li {
  padding-right: 10px;
}

.nav-section .navbar ul li.dropdown .dropdown-menu-area {
  position: absolute;
  background: #fff;
  padding-left: 0;
  opacity: 0;
  transform: translateY(100px);
  transition: 0.5s;
  visibility: hidden;
}
.nav-section .navbar ul li.dropdown .dropdown-menu-area li {
  margin-bottom: 12px;
  padding-right: 0 !important;
}
.nav-section .navbar ul li.dropdown:hover .dropdown-menu-area {
  opacity: 1;
  transform: translateY(20px);
  visibility: visible;
  z-index: 9;
  box-shadow: 0 0.5rem 1rem #00000017;
}

.nav-section .navbar ul li a.main-btn {
  margin-top: 0;
  font-size: 14px;
  padding: 10px 20px;
  background: #02baf7;
  color: #fff;
}
.nav-section .navbar ul li.get-area {
  padding-right: 0;
}
.nav-section .navbar ul li a.main-btn::before {
  background: #02baf7;
}

.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: #02baf7 !important;
  color: #fff !important;
}

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

.nav-section .navbar .navbar-nav .nav-link.active,
.navbar .navbar-nav .show > .nav-link {
  color: #02baf7;
  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 .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: #fff;
}
.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: #183867;
  color: #fff;
}

.banner-sec .banner-btn-area .call-btn:hover {
  background: #02baf7;
  color: #fff;
}
.banner-sec .banner-btn-area .call-btn:after,
.banner-sec .banner-btn-area .call-btn:before {
  display: none !important;
}

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

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

.carousel-caption h4 {
  color: #ffffff;
  text-align: left;
}

.carousel-caption h2 {
  color: #fff;
  text-align: left;
  font-size: 70px;
  display: table;
}
.carousel-caption h2 span {
  color: #02baf7;
}

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

/* banner style end */

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

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

.usp-sec .usp-box .usp-icon {
  width: 120px;
  height: 120px;
  background: #ffffff;
  border-radius: 6;
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  border-radius: 50%;
  border: 2px solid #061075;
  margin-top: -100px;
}

.usp-sec .usp-box .usp-cont {
  padding-top: 20px;
  text-align: center;
}
.usp-sec .usp-box .usp-cont h3,
.usp-sec .usp-box .usp-cont p {
  color: #fff;
}
.usp-sec .usp-box .usp-icon img {
  filter: brightness(0) saturate(100%) invert(15%) sepia(21%) saturate(7053%)
    hue-rotate(218deg) brightness(88%) contrast(114%);
}

/* usp style end */
/* service style start */
.service-sec {
  padding: 60px 0;
  position: relative;
  background: #2e2e2e;
  background-size: cover;
}

.service-sec .service-head {
  margin-bottom: 20px;
  margin-bottom: 40px;
}
.service-sec .service-head h6 {
  font-size: 20px;
  font-weight: 600;
  color: #02baf7;
}
.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;
  /* position: relative; */
  transition: 0.9s;
  z-index: 999999;
  position: relative;
}
.service-sec .service-item .service-img:before {
  position: absolute;
  content: "";
  bottom: -21px;
  left: 0;
  width: 100%;
  height: 74px;
  background: url(../img/wavy.png) no-repeat;
  background-size: contain;
  z-index: 9;
}
.service-sec .service-item p {
  margin-top: 20px;
}
.service-sec .service-item .service-content h4 {
  margin-top: 40px;
}

.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 0 10px 0;
  position: relative;
  height: 331px;
}
.service-sec .service-item .service-content .service_icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  padding: 13px;
  background: #ffffff;
  margin: auto;
  z-index: 1;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 15px;
  left: 15px;
}
.service-sec .service-item .service-content .service_icon img {
  filter: brightness(0) saturate(100%) invert(19%) sepia(26%) saturate(2017%)
    hue-rotate(180deg) brightness(97%) contrast(95%);
}
/* .service-sec .service-item .service-btn a {
  margin-left: 26px;
} */
.service-sec .service-item .service-btn {
  position: relative;
}
.service-sec .service-item .service-btn a {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: #183867;
}
.service-sec .service-item .service-btn a:before {
  background: #02baf7;
}

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

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

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

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

/* service style end */

/* count-sec style start */

.count-sec {
  padding: 60px 0;
  position: relative;
}

/* .count-area{
  display: flex;
} */

/* .count-sec .count-area .count-icon {
  width: 100px;
  height: 100px;
  background: #032f5e;
  border-radius: 50%;
  padding: 26px;
  transition: 0.5s;
} */

.count-sec .count-area:hover .count-icon {
  transform: rotate(360deg);
}
.count-sec .count-area .count-number {
  /* padding-left: 38px; */
  position: relative;
}
.count-sec .count-area {
  position: relative;
}
.count-sec .count-area .count-number h3 {
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 0;
  color: #ffffff;
  margin-top: 0;
}
.count-sec p {
  font-size: 22px;
  color: #000;
  font-weight: 500;
  margin-bottom: 0;
  text-align: center;
}

/* count sec style end */

/* call us style */
.call-us {
  padding: 50px 0;
  background: linear-gradient(#183867, #18386796),
    url(https://iprodesigns.com/Homecare/wp-content/uploads/2025/06/foundation.jpg)
      no-repeat 50% 50%;
  background-size: cover;
  background-position: center;
}
.call-us h6 {
  color: #02baf7;
}
.call-us h1 {
  color: #fff;
  margin-bottom: 30px;
  margin-top: 15px;
  font-weight: 800;
}
.call-us p {
  text-align: center;
  color: #fff;
}
.call-us .main-btn {
  border: 2px solid #fff;
}

/* about style start */

.about {
  padding: 80px 0;
  position: relative;
  z-index: 1;
  background: #f7f7f7;
  z-index: 1;
}
.about span {
  color: #0c7908;
}
/* .about::before {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60%;
  height: 483px;
  content: "";
  background: url(../img/roofing.png) no-repeat;
  background-size: contain;
  z-index: -1;
  opacity: 0.2;
} */

.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: #02baf7;
}
.about .call-btn {
  background: #183867;
  margin-left: 20px;
}

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

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

.about .about-content h6 {
  color: #02baf7;
}
.about .count-area {
  position: absolute;
  bottom: 77px;
  right: 2px;
  width: 164px;
  height: 160px;
  background: #02baf7;
  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 {
  position: relative;
  margin-bottom: 15px;
  padding-left: 31px;
}
.about-list li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  font-size: 20px;
  color: #183867;
}
.about-list li i {
  padding-top: 5px;
  padding-right: 20px;
  color: #02baf7;
}
.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;
}

.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 style end */

/* fix style start */

.fix-sec {
  padding: 60px 0;
}
.fix-list li {
  margin-bottom: 15px;
}
.fix-2 .fix-list li,
.fix-4 .fix-list li,
.chimney-sec .fix-list li {
  color: #fff;
}

.fix-images {
  position: relative;
  transition: 0.5s;
  height: 300px;
  overflow: hidden;
}
.fix-images img {
  border-radius: 6px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fix-images .data {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 30px;
  background: linear-gradient(to top, #0a1b34, #183867bc);
  width: 100%;
  height: 100%;
  border-radius: 6px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: 0.5s;
}
.fix-images .data h5 {
  color: #fff;
  font-weight: 600;
}
.fix-images:hover .data {
  opacity: 1;
}
.fix-1,
.fix-3,
.fix-5,
.fix-7 {
  padding: 20px;
}
.fix-2,
.fix-4,
.fix-6,
.fix-8 {
  background: #183867;
  padding: 20px;
  /* margin-top: 30px; */
}
.fix-2 p {
  color: #fff !important;
}
.fix-2 h3 {
  color: #fff;
}
.fix-2 h2 {
  color: #fff;
}
.chimney-sec {
  padding: 50px 0;
  background: #183867;
}

/* fix style end */

/* Main button  */
.main-btn {
  text-decoration: none;
  padding: 12px 30px;
  background: #02baf7;
  border-radius: 6px;
  color: #ffffff;
  font-size: 17px;
  margin-top: 10px;
  font-weight: 700;
  position: relative;
  overflow: hidden;
  transition: 1s;
  z-index: 1;
}
.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: #183867;
  transition: 0.8s;
  /* transition-delay: 0.6s; */
  z-index: -1;
}
.main-btn:hover:before {
  left: -20px;
}
.main-btn:hover {
  color: #ffffff;
}
.know-btn::before,
.banner-btn:before {
  background: #183867;
}
.know-btn:hover {
  color: #fff;
}

/* main button style end */

/* count-sec style start */

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

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

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

/* .count-sec .count-area:hover .count-icon {
transform: rotate(360deg);
} */
.count-sec .count-area img {
  filter: brightness(0) saturate(100%) invert(19%) sepia(26%) saturate(2017%)
    hue-rotate(180deg) brightness(97%) contrast(95%);
}
.count-sec .count-area .count-number {
  padding-left: 10px;
  position: relative;
  width: 100%;
}
.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: #02baf7;
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}

/* count sec style end */

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

/* project-sec style start */
.project-sec {
  padding: 80px 0;
  position: relative;
  background: linear-gradient(#042480ad, #0f0f0fb5),
    url(../img/pro_bg.jpg) no-repeat;
  background-size: cover;
  z-index: 1;
}
.project-sec::after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background: #0000007b;
  top: 0;
  left: 0;
  z-index: -1;
}
.project-sec .project-content h6 {
  font-size: 20px;
  color: #02baf7;
  font-weight: 700;
}
.project-sec .project-content h1 {
  font-size: 46px;
  font-weight: 700;
  margin-bottom: 40px;
}
.project-sec .main-btn.pro-btn {
  background: #fbae3b;
  color: #0f0f0f;
}
.project-sec .main-btn.pro-btn:hover {
  color: #fff;
}
.project-sec .main-btn.pro-btn::before {
  background: #02baf7;
}

/* For gallery style start */

#gallery .img-wrapper {
  position: relative;
  transition: 0.5s;
  z-index: 1;
  margin-bottom: 15px;
  transition: 0.5s;
  height: 300px;
  overflow: hidden;
  border-radius: 6px;
}
#gallery .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#gallery .img-wrapper:hover:before {
  top: 0;
  left: 0;
  transition: 0.5s;
}
#gallery .img-wrapper a {
  display: contents;
}

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

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

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

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

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

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

/* project-sec style end */

/* testimonial style start */
.testimonials {
  padding: 80px 0;
  /* background: #0096c8; */
  position: relative;
  overflow: hidden;
  z-index: 1;
}

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

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

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

.testimonials .item .client-desk .cont {
  position: relative;
  text-align: center;
  padding-top: 23px;
  padding-left: 20px;
}
.testimonials .item .client-desk .google {
  padding-top: 10px;
}

.testimonials .item .client-desk .cont h6 {
  margin-bottom: 0;
  text-align: left;
  color: #fff;
  font-weight: 400;
  line-height: 30px !important;
}
.testimonials .item .client-desk .cont h6 span {
  color: #6b6b6b;
}
.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;
}
.quote-area {
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 10px solid #032f5e;
}
.quote {
  width: 95px;
}
.testimonials .item {
  width: 86%;
  height: auto;
  padding: 10px 0 0;
  background: #ffffff;
  border-radius: 6px;
  box-shadow: -1px 0rem 5rem #00000012;
  margin: auto;
  position: relative;
  overflow: hidden;
}

.testimonials .item .quote {
  position: absolute;
  bottom: 6px;
  right: 36px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0.2rem 0.4rem #00000038;
  padding: 15px;
}
/* .testimonials .item .quote img{
  filter: brightness(0) saturate(100%) invert(50%) sepia(65%) saturate(5889%) hue-rotate(5deg) brightness(106%) contrast(94%);
} */
.testimonials .owl-carousel .owl-nav button.owl-next,
.testimonials .owl-carousel .owl-nav button.owl-prev {
  background: #02baf7 !important;
}

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

/* .testimonials .item .client-desk {
  margin-top: 16px;
} */
.testimonials .owl-carousel .owl-stage-outer {
  padding: 20px 0 50px;
}
.testimonials .item .client-desk .client-area p {
  color: #ffffff;
  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: #ffffff;
}

.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: 37px;
  height: 12px;
  background: url(../../assets/img/next.png) no-repeat !important;
}

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

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

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

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

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

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

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

/* faq */
.faq-sec {
  padding: 60px 0 0;
  background: #f7f7f7;
  position: relative;
  z-index: 1;
}
.faq-sec::before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 42.9%;
  height: 100%;
  background: url(../img/ch-bg.jpg) no-repeat 0 0;
  z-index: -1;
}
.faq-sec .accordion {
  margin-bottom: 32px;
}

.faq-sec .book-form {
  background: #183867;
  border-radius: 6px;
  padding: 40px 30px;
  width: 70%;
  position: relative;
  right: -40px;
  top: 56px;
  box-shadow: 3px 5px 5px #4b4a4a7a;
}

.faq-sec .book-form::after {
  position: absolute;
  content: "";
  top: -41px;
  left: 2px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 43px 56px;
  border-color: transparent transparent #04101e transparent;
  z-index: -1;
}

.faq-sec .book-form h5 {
  color: #ededed;
}

.faq-sec .book-form select,
.faq-sec .book-form input {
  width: 100%;
  height: 45px;
  border: 0;
  margin-bottom: 16px;
}
.book-form .submit-btn {
  background: #02baf7;
  width: 40% !important;
  color: #fff;
  margin: auto;
  margin-top: 20px;
  border-radius: 6px;
  text-transform: uppercase;
  font-weight: 700;
  height: 50px;
  border: 2px solid #fff;
  transition: 0.5s;
}
.book-form .submit-btn:hover {
  background: #039bcd !important;
}

.accordion-button:focus {
  border-color: none !important;
  box-shadow: none !important;
}
.accordion-button:not(.collapsed)::after {
  filter: brightness(0) saturate(100%) invert(0%) sepia(100%) saturate(8%)
    hue-rotate(217deg) brightness(97%) contrast(100%);
  transform: rotate(0deg) !important;
}
.accordion-button.active-accordion:after {
  filter: brightness(0) saturate(100%) invert(99%) sepia(1%) saturate(832%)
    hue-rotate(336deg) brightness(114%) contrast(100%);
  transform: rotate(-180deg) !important;
}
.accordion-button:not(.collapsed) {
  color: #000000 !important;
  background-color: #ffffff !important;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
/*.accordion-button:not(.collapsed) {
  color: #ffffff !important;
  background-color: #183867 !important;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
} */

.accordion-button.active-accordion {
  background-color: #183867 !important;
  color: #fff !important;
}

.faq-sec .contact-form {
  padding: 55px 50px;
  background: #fbae3b;
  border-radius: 6px;
}
.faq-sec .contact-form h1 {
  margin-bottom: 20px;
}
.faq-sec .contact-form input,
.faq-sec .contact-form select {
  height: 50px;
}
.faq-sec .contact-form textarea {
  margin-top: 10px;
}
input[type="submit"] {
  padding: 14px 30px;
  background: #183867;
  color: #fff !important;
  line-height: 19px;
  text-transform: uppercase;
  transition: 0.5s;
  font-weight: 700;
  margin-top: 20px !important;
  margin: auto;
  display: flex;
  border-radius: 6px !important;
  width: 30% !important;
}
input[type="submit"]:hover {
  background: #fff;
  color: #02baf7;
}

.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: #02baf7 !important;
  border-radius: 50%;
  box-shadow: 0 0.5rem 1.1rem #00000068;
  border: 2px solid #fff !important;
}
.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  right: 44%;
}
.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  left: 44%;
}
.banner-sec .owl-carousel .owl-nav button.owl-next span.ti-angle-right,
.banner-sec .owl-carousel .owl-nav button.owl-prev span.ti-angle-left {
  font-size: 60px;
  position: relative;
  z-index: 1;
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%)
    hue-rotate(214deg) brightness(101%) contrast(101%);
}

.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: 1px solid #959393 !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;
}
.footer {
  padding: 60px 0;
  background: #112e5a;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.footer .footer_logo_area p {
  color: #fff;
  font-size: 18px;
  padding-top: 17px;
}
.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 #02baf7;
  display: inline-block;
  color: #fff;
  padding-bottom: 4px;
  text-transform: uppercase;
  font-size: 23px;
}
.wideget-area ul {
  padding-top: 20px;
}
.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;
  padding-left: 20px;
}
.wideget-area ul li a:after {
  position: absolute;
  top: 11px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #02baf7;
  content: "";
}
.wideget-contact-area ul li.facebook i {
  font-size: 47px;
  width: 40px;
  height: 45px;
  background: #fff;
  color: #0180e2;
  padding-top: 0;
}

.wideget-area ul li a:hover {
  transform: translateX(10px);
}

.wideget-contact-area ul li i {
  color: #02baf7;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-right: 20px;
  margin-bottom: 30px;
  padding-top: 5px;
  width: 15px;
}
.wideget-contact-area ul li p {
  padding-top: 3px;
}
.wideget-contact-area ul li span {
  color: #fff;
  margin-left: 5px;
}
/* .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 #02baf7;
  display: inline-block;
  color: #fff;
  padding-bottom: 4px;
  font-size: 23px;
  text-transform: uppercase;
}
.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;
  word-break: break-all;
}
.wideget-contact-area a:hover {
  color: #fff;
}
/* footer style end */
/* footer-bottom style start */

.footer-bottom {
  padding: 10px 0;
  background: #091c38;
}
.footer-bottom p {
  padding-top: 10px;
  font-size: 18px;
  margin-bottom: 0;
}
.footer-bottom a {
  color: #e55a29;
  text-decoration: none;
}
.footer-bottom a:hover {
  color: #e55a29;
}

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

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

.nav-section main {
  position: relative;
}

.nav-section {
  background: #ffffff;
  position: relative;
  height: auto;
  box-shadow: 1px 7px 5px #0000000d;
}
.nav-section .navbar {
  padding: 0;
}
.navbar-expand-lg .navbar-nav {
  margin-top: 10px;
  z-index: 9;
}
.nav-section-scrolled .navbar .navbar-brand {
  display: block;
}
.nav-section-scrolled .navbar .navbar-brand img {
  width: 76%;
}

/* nav close */

.nav-open {
  border: 3px solid white;
  height: 37px;
  position: relative;
  width: 40px;
}
.nav-open .inner,
.nav-open .inner::before,
.nav-open .inner::after {
  background-color: #fff;
  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);
}

/* inner page style start */

.service-fix-sec {
  padding: 60px 0;
}
.service-inner {
  position: relative;
  height: 450px;
  background: linear-gradient(to top, #00000091, #00000088),
    url(../img/stone.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.service-inner .breadcrumb li a {
  text-decoration: none;
}
.breadcrumb {
  justify-content: center;
  margin-top: 14%;
}
.breadcrumb-area h3 {
  position: relative;
  top: 262px;
  font-size: 50px;
  color: #fff;
}
/* .breadcrumb-area li a {
  color: #ffffff;
  font-size: 15px;
}

.breadcrumb-area .breadcrumb li{
  color: #fbae3b;
  font-size: 18px;
  font-weight: 700;
}
.breadcrumb-item+.breadcrumb-item::before{
  color: #fff !important;
} */
.side-pannel {
  background: #02baf7;
  padding: 30px 25px;
  border-radius: 6px;
}
.side-pannel h3 {
  color: #fff;
}
.side-pannel ul li {
  display: flex;
}
.side-pannel ul li a {
  text-decoration: none;
  color: #fff;
  margin-bottom: 15px;
  border-bottom: 1px solid #fff;
  width: 100%;
  padding-bottom: 10px;
}
.side-pannel ul li i {
  padding-top: 5px;
  padding-right: 10px;
}
.side-pannel ul li:last-child {
  margin-bottom: 0;
}
.side-gallery {
  margin-bottom: 10px;
}
.side-gallery img {
  border-radius: 6px;
}
.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;
}
.servicessingelpage {
  padding: 60px 0;
}
.servicessingelpage img {
  margin: 0 20px 20px 0;
}
.servicessingelpage p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin: 0 0 15px;
  color: #505050;
}
.servicessingelpage p a,
.single_service strong a {
  color: #e4002b;
  font-weight: bold;
  text-decoration: none !important;
}
.servicessingelpage ul {
  margin-left: -30px;
}
.servicessingelpage ul li {
  list-style: none;
  color: #505050;
  margin: 5px 0;
  font-weight: 400;
  padding-left: 20px;
  position: relative;
}
.servicessingelpage ul li:before {
  content: "\f00c";
  color: #e4002b;
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 4px;
}
.what-btn {
  text-decoration: none;
  padding: 12px 30px;
  background: #02baf7;
  border-radius: 6px;
  color: #ffffff;
  font-size: 17px;
  margin-top: 10px;
  font-weight: 700;
  position: relative;
  overflow: hidden;
  transition: 1s;
  z-index: 1;
}
.get-btn {
  background: #042480;
}
.abt_areasec {
  padding: 60px 0;
}
.servicessingelpage img.wp-smiley,
img.emoji {
  float: left;
  position: relative;
}

.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;
}
.msg_area {
  padding: 70px 0;
}
.homeform_wrap {
  width: 100%;
}
.homeform_wrap .head_img:after {
  width: 245px;
}
.homeform_wrap .head_area span:after {
  width: 145px;
}
.homeform_wrap p {
  font-size: 18px;
  color: #505050;
  line-height: 26px;
  text-align: justify;
  margin: 0px 0;
}
.homeform_wrap form .form-control {
  width: 100%;
  height: 46px;
  border: 1px solid #b5b5b5;
  border-radius: 0;
  margin-bottom: 10px;
  font-size: 18px;
  color: #505050;
}
.homeform_wrap 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;
}
.submit-btn {
  background: #02baf7 !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;
}
.submit-btn:hover {
  background: #183867 !important;
  color: #fff !important;
}
.homeform_wrap {
  margin-bottom: 20px;
}
.home_map {
  background: #183867;
  padding: 20px 10px;
}
.home_map ul {
  font-size: 14px;
  color: #fff;
  padding: 0;
}
.home_map ul li {
  padding: 0 0 10px;
  display: inline-block;
  width: 100%;
}
.home_map ul li i {
  vertical-align: middle;
  margin: 6px 0px 0px 0;
  float: left;
  width: 40px;
  height: 40px;
  font-size: 20px;
  border: 1px solid #fff;
  padding: 10px 10px;
  border-radius: 50%;
  text-align: center;
}
.home_map ul li span {
  float: left;
  width: 84%;
  padding: 0 10px;
  vertical-align: middle;
  font-size: 16px;
}
.home_map ul li span h4 {
  margin: 0 0 5px;
  font-size: 17px;
  color: #02baf7;
}
.home_map ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  word-break: break-all;
}

.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: #f60404;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 20px;
  transition: 0.5s;
}

.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 .work-img {
  height: 400px;
  overflow: hidden;
  display: contents;
}
.abt_areasec .work-img img {
  height: 300px;
  width: 300px;
  object-fit: cover;
}
.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;
  top: 3px;
  color: #183867;
}
.abt_areasec .ol1 {
  padding-left: 0 !important;
}
.abt_areasec a {
  color: #02baf7;
  text-decoration: none;
}
.project-sec.inner-gallery {
  background: #fff;
}
.project-sec.inner-gallery:after {
  display: none;
}
.inner_banner h1 {
  /* padding-left: 120px; */
  padding-top: 20px;
}
.abt_areasec .what-btn {
  text-decoration: none;
  padding: 12px 30px;
  background: #02baf7;
  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: #183867;
}
.abt_areasec .get-btn {
  text-decoration: none;
  padding: 12px 30px;
  background: #183867;
  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 .get-btn:hover {
  background: #02baf7;
}
.inner_banner img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
/* 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 ul {
  font-size: 14px;
  color: #fff;
  padding: 0;
}
.home_map ul li {
  padding: 0 0 10px;
  display: inline-block;
  width: 100%;
}
.home_map ul li i {
  vertical-align: middle;
  margin: 6px 0px 0px 0;
  float: left;
  width: 40px;
  height: 40px;
  font-size: 20px;
  border: 1px solid #fff;
  padding: 10px 10px;
  border-radius: 50%;
  text-align: center;
}
.home_map ul li span {
  float: left;
  width: 84%;
  padding: 0 10px;
  vertical-align: middle;
}
.home_map ul li span h4 {
  margin: 0 0 5px;
  font-size: 17px;
}
.home_map ul li a {
  text-decoration: none;
  color: #fff;
}
.map iframe {
  width: 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;
}

@media (min-width: 1400px) and (max-width: 1470px) {
  .faq-sec::before {
    width: 42.2%;
  }
}
