@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #000000;
  overflow-x: hidden;
  background-color: #fff;
  font-size: 20px;
}

html {
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

a:hover {
  color: #fff;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000000;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
}

p {
  line-height: 1.5;
  font-weight: 500;
  font-size: 16px;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 50px;
  width: 50px;
  border-radius: 0;
  font-size: 0;
  border: 0;
  background-color: #000000;
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 9;
}

.slick-arrow.slick-prev {
  left: 0;
}

.slick-arrow.slick-prev:before {
  content: "\f104";
  font-size: 20px;
  color: #fff;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.slick-arrow.slick-next {
  right: 0;
}

.slick-arrow.slick-next:before {
  content: "\f105";
  font-size: 20px;
  color: #fff;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.slick-arrow.slick-disabled {
  opacity: 0.2;
}

.slick-slide {
  padding: 0 15px;
}

.slick-dots button {
  font-size: 0;
  padding: 0;
  width: 40px;
  height: 7px;
  line-height: 0;
  border: none;
  background-color: #0d54a28c;
  transition: all ease 0.4s;
  position: relative;
}

li.slick-active button {
  background: #0d54a2;
}

ul.slick-dots li {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

ul.slick-dots {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: center;
}

.slick-dots .slick-active button::before {
  opacity: 1;
  visibility: visible;
  border: 2px solid #0d54a2;
}

.header.sticky .top_head_sec {
  display: none;
}

.header.sticky .logo-bx a {
  max-width: 170px;
}

.top_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.top-address {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}

.top-address a {
  color: #ffffff;
  font-weight: 600;
  margin-right: 0;
  font-size: 16px;
}

.top-address a i {
  padding-right: 5px;
  color: #ffffff;
}

.top-contact ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.top-contact {
  display: flex;
  align-items: center;
  gap: 10px;
}

.top-contact p {
  margin-bottom: 0;
  font-weight: 600;
  margin-right: 0;
  font-size: 14px;
}

.top-contact ul li a {
  background: transparent;
  width: 35px;
  height: 35px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-left: 8px;
  color: #ffffff;
  border: 1px solid #ffffff;
  font-size: 14px;
}

.top-contact ul li a:hover {
  background: #000000;
  border: 1px solid #000000;
  color: #ffffff;
}

.top_head_sec {
  padding: 9px;
  background: #0d54a2;
}

.header.sticky {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  padding: 0;
  box-shadow: 0 0 11px #1c1a1d3d;
}

.header.sticky .logo-bx {
  width: 140px;
  height: auto;
  transition: all 0.5s;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
  color: #000000;
}

.header {
  z-index: 99;
  position: absolute;
  padding: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: all 0.5s;
  border-bottom: 1px solid #00000026;
  background: #fff;
}

.bottom-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 15px;
  position: relative;
}

.logo-bx {
  height: auto;
  transition: all 0.5s;
  flex: 0 0 20%;
}

a.logo img {
  transition: all 0.5s;
  width: 100%;
}

.right_btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
  flex-wrap: wrap;
}

.index2 .header {
  background: #000000;
}

.index2 .navbar a,
.index2 .navbar a:focus {
  color: #fff;
}

.index2 .burger-icon span {
  background: #fff;
}

/*--------------------------------------------------------------
# Sections & Section Header
--------------------------------------------------------------*/
section {
  padding: 70px 0;
  overflow: hidden;
}

.btn_bx {
  margin-top: 50px;
}

.section-title h2 span {
  color: #0d54a2;
}

.section-title h3, .section-title h1 {
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  color: #0d54a2;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.section-title h2 {
  font-size: 32px;
  color: #000000;
  position: relative;
  margin-bottom: 0;
  text-transform: capitalize;
}

.common-btn {
  display: inline-block;
  border: 1px solid #0d54a2;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  position: relative;
  top: 0;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #ffffff;
  white-space: nowrap;
  transition: 0.4s;
  padding: 8px 16px;
  background-color: #0d54a2;
}

.common-btn:hover {
  color: #ffffff;
  background-color: #000000;
}

.black-btn {
  display: inline-block;
  border: 1px solid #000000;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  position: relative;
  top: 0;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #ffffff;
  white-space: nowrap;
  background: #000000;
  transition: 0.4s;
  padding: 8px 16px;
}

.black-btn:hover {
  color: #fff;
  background-color: #0d54a2;
  border-color: #000000;
}

/*--------------------------------------------------------------
 # call-buton Css
--------------------------------------------------------------*/
.call-buton {
  opacity: 0;
}

.call-buton.sticky {
  opacity: 1;
}

.call-buton .cc-calto-action-ripple {
  z-index: 999;
  position: fixed;
  right: 1rem;
  bottom: 5rem;
  background: #0d54a2;
  width: 4rem;
  height: 4rem;
  padding: 0rem;
  box-sizing: border-box;
  color: #ffffff;
  animation: cc-calto-action-ripple 0.6s linear infinite;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.call-buton .cc-calto-action-ripple img {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  max-width: 30px;
  filter: invert(1);
}

.call-buton .cc-calto-action-ripple:hover img {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

@-webkit-keyframes cc-calto-action-ripple {
  0% {
    -webkit-box-shadow: 0 4px 10px rgba(13, 84, 162, 0.2),
      0 0 0 0 rgba(13, 84, 162, 0.2), 0 0 0 5px rgba(13, 84, 162, 0.2),
      0 0 0 10px rgba(13, 84, 162, 0.2);
    box-shadow: 0 4px 10px rgba(13, 84, 162, 0.2),
      0 0 0 0 rgba(13, 84, 162, 0.2), 0 0 0 5px rgba(13, 84, 162, 0.2),
      0 0 0 10px rgba(13, 84, 162, 0.2);
  }

  100% {
    -webkit-box-shadow: 0 4px 10px rgba(13, 84, 162, 0.2),
      0 0 0 5px rgba(13, 84, 162, 0.2), 0 0 0 10px rgba(13, 84, 162, 0.2),
      0 0 0 20px rgba(13, 84, 162, 0);
    box-shadow: 0 4px 10px rgba(236, 24, 24, 0.2),
      0 0 0 5px rgba(13, 84, 162, 0.2), 0 0 0 10px rgba(13, 84, 162, 0.2),
      0 0 0 20px rgba(13, 84, 162, 0);
  }
}

@keyframes cc-calto-action-ripple {
  0% {
    -webkit-box-shadow: 0 4px 10px rgba(13, 84, 162, 0.2),
      0 0 0 0 rgba(13, 84, 162, 0.2), 0 0 0 5px rgba(13, 84, 162, 0.2),
      0 0 0 10px rgba(13, 84, 162, 0.2);
    box-shadow: 0 4px 10px rgba(13, 84, 162, 0.2),
      0 0 0 0 rgba(13, 84, 162, 0.2), 0 0 0 5px rgba(13, 84, 162, 0.2),
      0 0 0 10px rgba(13, 84, 162, 0.2);
  }

  100% {
    -webkit-box-shadow: 0 4px 10px rgba(13, 84, 162, 0.2),
      0 0 0 5px rgba(13, 84, 162, 0.2), 0 0 0 10px rgba(13, 84, 162, 0.2),
      0 0 0 20px rgba(13, 84, 162, 0);
    box-shadow: 0 4px 10px rgba(13, 84, 162, 0.2),
      0 0 0 5px rgba(13, 84, 162, 0.2), 0 0 0 10px rgba(13, 84, 162, 0.2),
      0 0 0 20px rgba(13, 84, 162, 0);
  }
}

body {
  overflow-x: hidden;
}

span.num {
  position: absolute;
  color: #ec8b00;
  left: -30%;
  bottom: -50%;
}

header .bottom-bx {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo-bx a {
  position: absolute;
  display: inline-block;
  max-width: 220px;
  top: 20px;
  transition: 0.5s;
  transform: translate(8px, 14px);
}

.righ-menu-bar {
  display: flex;
  align-items: center;
}

.righ-menu-bar :first-child a {
  color: #0d54a2;
  font-size: 22px;
  font-weight: 600;
  -webkit-animation: colorchange 15s infinite alternate;
}

.righ-menu-bar .mobile-number {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding-right: 25px;
  margin-right: 25px;
  border-right: 1px solid rgb(0 0 0 / 10%);
}

.navbar {
  display: flex;
  padding: 0;
  transition: all 0.5s;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  gap: 70px;
  align-items: flex-end;
  width: 100%;
  justify-content: flex-end;
}

header {
  padding-top: 10px;
  padding-right: 15px;
  padding-left: 15px;
}

header .navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgb(0, 0, 0);
  padding: 20px 0;
  white-space: nowrap;
  background: transparent;
  transition: 0.4s;
}

header .right-bx {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 12px;
  border-top: 1px solid rgb(0 0 0 / 10%);
  max-width: calc(100% - 209px);
  margin-left: auto;
  justify-content: flex-end;
}

header .right-bx .request-btn {
  display: none;
}

header.scroll-header .right-bx .request-btn {
  display: block;
}

header.scroll-header .right-bx {
  margin-top: 0;
  border-top: 0;
}

.scroll-header {
  position: fixed;
  width: 100%;
  padding: 10px 10px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  background: #fff;
  z-index: 1024;
  border-bottom: 2px solid #0d54a2;
  top: 0;
}

.scroll-header .righ-menu-bar {
  display: none;
}

.scroll-header .navbar {
  padding: 8px 0px;
  border: 0px;
  margin-top: 0px;
}

.scroll-header .logo-bx a {
  transform: translate(0px, 0px);
}

.scroll-header .logo-bx img {
  max-width: 150px;
  transition: all 0.5s;
}

.scroll-header .navbar ul {
  gap: 40px;
}

/*--------------------------------------------------------------
 # Sidebar Css
--------------------------------------------------------------*/

.side-bar {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: -100%;
  width: 100%;
  max-width: 350px;
  padding: 50px 50px;
  height: 100%;
  display: block;
  background-color: #000000;
  backdrop-filter: blur(7px);
  z-index: 1900;
  transition: all 600ms ease;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  overflow: visible;
}

.side-bar .inner {
  padding: 40px 20px 0 0;
}

@media (max-width: 991px) {
  .mob-menu-header-holder {
    top: -10px;
  }
  .video-ban {
    max-height: 100%;
    padding-bottom: 0px;
  }
  .side-bar .inner {
    padding: 40px 0 0 0;
  }
}

.side-bar .inner-main-wrapper-desk .thumbnail {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 25px;
}

.side_bar_menu {
  margin-bottom: 25px;
}

.side_bar_menu ul li a {
  text-align: left;
  display: block;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
  white-space: nowrap;
  transition: 0.3s;
  position: relative;
  width: 100%;
  background: transparent;
  letter-spacing: 3px;
}

.side_bar_menu ul li a:hover {
  color: #0d54a2;
}

.side_bar_menu ul li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #0d54a250;
}

.side_bar_location h4 {
  font-weight: 600;
  color: #160201;
  font-size: 30px;
  text-transform: capitalize;
  margin: 25px 0;
}

.side_bar_address {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #0d54a250;
}

.side_bar_address h3 {
  margin-bottom: 10px;
  font-size: 20px;
  color: #ffffff;
  font-weight: 500;
}

.side_bar_address p {
  margin: 0;
  color: #ffffff;
}

.side_bar_address a {
  color: #ffffff;
  font-size: 18px;
}

.side-bar .inner-main-wrapper-desk .thumbnail img {
  width: 150px;
  margin-left: 0;
}

.side-bar .inner-main-wrapper-desk .banner-shape-area {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 20px;
  opacity: 1;
  transition-delay: 0.7s;
}

.side-bar .inner-main-wrapper-desk .banner-shape-area .shape {
  height: 10px;
  width: 10px;
  line-height: 10px;
  transform: rotate(45deg);
  margin: 0 6px;
  background: var(--color-primary);
  display: block;
}

.side-bar .inner-main-wrapper-desk .inner-content .footer .social-area {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.side-bar .inner-main-wrapper-desk .inner-content .footer .social-area li {
  list-style: none;
  margin: 0 5px;
  color: #fff;
}

.side-bar .inner-main-wrapper-desk .inner-content .footer .social-area li a {
  width: 40px;
  height: 40px;
  border: 1px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 14px;
}

.side-bar
  .inner-main-wrapper-desk
  .inner-content
  .footer
  .social-area
  li
  a:hover {
  color: #000000;
  background-color: #0d54a2;
  border-color: #0d54a2;
}

.side-bar button:hover {
  background-color: #0d54a2;
  border-color: #0d54a2;
}

.side-bar.show {
  right: 0;
  overflow-y: auto;
}

.side-bar button {
  max-width: 100%;
  height: 40px;
  width: 40px;
  position: absolute;
  left: 0;
  top: 0;
  background: #0d54a2;
  padding: 6px;
  border: 1px solid #0d54a2;
}

.side-bar button i {
  color: #fff;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

#side_bar_overlay.bgshow {
  background: #0e1013;
  opacity: 70%;
  visibility: visible;
  pointer-events: visible;
  z-index: 999;
  top: 0;
}

#side_bar_overlay {
  cursor: "";
  background: #0e1013;
  position: fixed;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease-in-out;
  pointer-events: none;
  z-index: 50;
}

.burger-icon {
  width: 30px;
  cursor: pointer;
}

.burger-icon span {
  display: block;
  height: 2px;
  margin: 5px 0;
  transition: background-color 0.3s ease-in, opacity 0.3s ease-in,
    transform 0.3s ease-in;
  width: 83.33333333%;
  background: #000000;
  transition: all 400ms ease-in-out;
  margin-left: auto;
}

.burger-icon span:nth-child(1) {
}

.burger-icon span:nth-child(2) {
  width: 100%;
}

.burger-icon span:nth-child(3) {
  width: 58.33333333%;
}

.burger-icon span:nth-child(1) {
  -webkit-animation: burger-hover 1s infinite ease-in-out alternate forwards
    200ms;
  animation: burger-hover 1s infinite ease-in-out alternate forwards 200ms;
}

.burger-icon span:nth-child(2) {
  width: 100%;
  -webkit-animation: burger-hover 1s infinite ease-in-out alternate forwards
    400ms;
  animation: burger-hover 1s infinite ease-in-out alternate forwards 400ms;
}

.burger-icon span:nth-child(3) {
  width: 58.33333333%;
  transition: all 100ms ease-in-out;
  -webkit-animation: burger-hover 1s infinite ease-in-out alternate forwards
    600ms;
  animation: burger-hover 1s infinite ease-in-out alternate forwards 600ms;
}

@-webkit-keyframes burger-hover {
  0% {
    width: 100%;
  }

  50% {
    width: 50%;
  }

  100% {
    width: 100%;
  }
}

@keyframes burger-hover {
  0% {
    width: 100%;
  }

  50% {
    width: 50%;
  }

  100% {
    width: 100%;
  }
}

.side_bar_cn {
  margin-bottom: 50px;
  text-align: center;
}

.side_bar_cn img {
  max-width: 200px;
}

/*--------------------------------------------------------------
 # video css
--------------------------------------------------------------*/
.video-ban {
  max-height: 88vh;
  padding-top: 0px;
}

.video-ban video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*--------------------------------------------------------------
 # Banner css
--------------------------------------------------------------*/
.ban-head {
  text-align: left;
  position: relative;
}

.banner-main .slick-arrow.slick-prev {
  left: 1%;
}

.banner-main .slick-arrow.slick-next {
  right: 1%;
}

.ban-head h3 {
  position: relative;
  display: inline-block;
  transition: transform 700ms ease, opacity 700ms ease;
  transform: translateY(-200px);
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: #000000;
  margin-bottom: 20px;
  margin-top: 20px;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.banner-main .slick-slide.slick-current.slick-active .ban-head h3 {
  transform: translateY(0px);
}

.ban-head p {
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  margin-block: 10px 25px;
  transition: transform 700ms ease, opacity 700ms ease;
  transform: translateX(200px);
  max-width: 450px;
}

.banner-main .slick-slide.slick-current.slick-active .ban-head p {
  transform: translateX(0px);
}

.ban-head h1 {
  position: relative;
  margin-bottom: 20px;
  font-size: 38px;
  text-transform: uppercase;
  line-height: 1.35em;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  color: #000000;
  letter-spacing: 5px;
  transition: transform 500ms ease, opacity 500ms ease;
  transform: translateX(-200px);
}

.banner-main .slick-slide.slick-current.slick-active .ban-head h1 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 500ms;
}

.ban-head .ban-btn {
  transition: transform 500ms ease, opacity 500ms ease;
  transform: translateY(200px);
  margin-top: 30px;
}

.banner-main .slick-slide.slick-current.slick-active .ban-btn {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 500ms;
}

.banner-bottom {
  z-index: 1;
  position: relative;
  overflow: visible;
  margin-top: -105px;
  padding: 0;
}

.banner-ic-bx {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.banner-ic-cn p {
  min-height: auto;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: center;
}

.banner-ic-cn a {
  display: none;
}

.banner-ic-cn h3 {
  font-size: 20px;
  text-align: center;
}

.banner-ic-bx h3 {
  text-align: center;
  font-size: 20px;
  padding-top: 0px;
  margin: 0;
  line-height: normal;
}

.banner-ic-bx img {
  max-width: 139px;
}

.banner-ic-cn {
  margin-top: 10px;
}

.banner-bottom-bx {
  box-shadow: 0px 10px 40px 2px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 25px 18px;
  border-top: 2px solid #0d54a2;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.banner-bottom-bx.black-ic-bx {
  background: #000;
}

.banner-bottom-bx.black-ic-bx .banner-ic-bx h3 {
  font-size: 22px;
  padding-top: 15px;
  margin: 0;
  color: #ffffff;
}

.banner-bottom-bx.black-ic-bx .banner-ic-cn p {
  margin-bottom: 30px;
  color: #fff;
}

.banner-bottom-bx.black-ic-bx a.text-link {
  color: #fff;
}

.banner-main {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
  margin-top: 142px;
}

.banner-main .slick-dots {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 30px;
  left: 0;
  width: 100%;
  gap: 7px;
}

.banner-main .slick-dots button {
  height: 10px;
  width: 10px;
  background: #fff;
  font-size: 0;
  margin: 0 2px;
  border: 0;
}

.banner-main .slick-dots .slick-active button {
  background: #c38360;
  height: 10px;
  width: 10px;
}

.banner-slide {
  display: block !important;
}

.banner-main .slider-track {
  -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
}

.banner-main .banner-image {
  height: 100%;
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: hidden;
}

.banner-main .banner-image .bg-big {
  width: 100%;
  height: 88vh;
  object-fit: cover;
  display: inline-block;
}

.banner-slider .slick-slide {
  padding: 0;
}

/* .banner-main .banner-image::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    content: "";
    height: 100%;
    z-index: 1;
    background: #000000;
    opacity: 0.6;
} */
.banner-main .banner-image::after {
  position: absolute;
  height: 100%;
  width: 55%;
  display: inline-block;
  left: 0;
  content: "";
  top: 0;
  background: #ffffff;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
}

/* .banner-main .banner-image img {
    width: 100%;
    -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    min-height: 700px;
    object-fit: cover;
}
 */

/* .banner-main .slick-active img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation: cssAnimation 8s 1 ease-in-out forwards;
    animation: cssAnimation 8s 1 ease-in-out forwards;
}

@keyframes cssAnimation {
    from {
        -webkit-transform: scale(1) translate(0px);
    }
    to {
        -webkit-transform: scale(1.2) translate(0px);
    }
}
@-webkit-keyframes cssAnimation {
    from {
        -webkit-transform: scale(1) translate(0px);
    }
    to {
        -webkit-transform: scale(1.1) translate(0px);
    }
}
 */
.banner-image-inner img {
  transform: inherit !important;
}

.banner-image-inner img {
  max-height: 650px;
  margin: 0 auto;
}

.banner-main .slick-slide {
  display: block !important;
}

.banner-text {
  position: absolute;
  top: 60%;
  left: 0;
  width: 100%;
  z-index: 99;
  transform: translate(0px, -50%);
}

.banner-main .banner-text {
  display: inline-block;
  z-index: 3;
  overflow: hidden;
}

/* .banner-main .slick-active .banner-text {
    animation: text-move 1s ease-in-out forwards;
}
 */
.banner-img {
  position: absolute;
  top: 140%;
  right: 0;
  text-align: center;
  z-index: 99;
  transform: translate(0, -100%);
  left: auto;
  max-width: 80%;
}

.banner-main .slick-active .slide-left {
  animation: 3s slide-left ease-in-out forwards;
}

/* @keyframes slide-left {
    0% {
        margin-left: 100%;
    }
    100% {
        margin-left: 0%;
    }
} */

@keyframes text-move {
  0% {
    transform: scale(1) translateY(100%);
  }

  100% {
    transform: scale(1) translateY(-50%);
  }
}

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/

.section-title {
  margin-bottom: 25px;
}

.about-cn-bx p {
  margin-bottom: 20px;
}

.ab-3-img.ani-fl1 {
  margin-top: 45px;
}

.about-cn-bx p a {
  color: #0d54a2;
}

.about-sec .right_cn p {
  margin-bottom: 15px;
}

.about-sec {
  background: #fff;
  padding-top: 140px;
}

.ab-ic img {
  max-height: 70px;
  filter: brightness(0) saturate(100%) invert(22%) sepia(7%) saturate(928%)
    hue-rotate(131deg) brightness(94%) contrast(94%);
}

.ab-cn p {
  margin: 0;
}

.ab-main:hover .ab-cn h3 {
  color: #fff;
}

.ab-main:hover .ab-cn p {
  color: #fff;
}

.ab-main {
  padding: 2.4em 1em;
  background-color: #f2e9d3;
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.03);
  transition: background-color 0.3s ease-out, box-shadow 0.3s ease-out;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 70px;
}

.ab-bx {
  position: relative;
  padding-right: 53px;
}

.ab-stat h3 {
  color: #000;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
  font-size: 45px;
  color: #fff;
  margin: 0;
  font-weight: 600;
}

.about-cn-bx {
  padding-left: 40px;
}

.about-cn-bx ul {
  margin-bottom: 30px;
}

.about-cn-bx ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 500;
}

.about-cn-bx ul li:before {
  content: "";
  background-image: url(../../assets/images/check-mark.png);
  width: 25px;
  height: 25px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  top: 0px;
  position: absolute;
  left: 0;
}

.ab-stat {
  position: absolute;
  bottom: 0;
  background: #0d54a2;
  border: 15px solid #fff;
  right: 0;
  width: 250px;
  text-align: center;
  padding: 25px;
}

.ab-stat p {
  font-size: 19px;
  color: #fff;
  margin: 0;
}

/*--------------------------------------------------------------
 # parallax section css
--------------------------------------------------------------*/
.parallax-section {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}

/*--------------------------------------------------------------
 # section css
--------------------------------------------------------------*/
.bg-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}

.bar-head {
  max-width: 750px;
  background: hsl(0deg 0% 0% / 85%);
  padding: 50px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 25px;
  align-items: center;
  margin-inline: auto;
}

/*--------------------------------------------------------------
 # marquee Css
--------------------------------------------------------------*/
.marqee-text-section {
  background: #f7f7f7;
}

.marquee {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
}

.marquee span {
  text-transform: capitalize;
  will-change: transform;
  transform: translateX(0);
  white-space: nowrap;
  -webkit-animation: marquee 24s linear infinite;
  animation: marquee 24s linear infinite;
  font-size: 120px;
  font-weight: 900;
  color: #000000;
}

@-webkit-keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

.section-title.text-white h2 {
  color: #fff;
}

.section-title.text-white h3 {
  color: #fff;
}

/* =====================================
# Service Css
===================================== */
.service-section {
  position: relative;
}

.service-section:before {
  width: 40rem;
  height: 40rem;
  background: #ffffff;
  content: "";
  position: absolute;
  top: 0;
  left: -21%;
  border-radius: 100%;
  z-index: 1;
  opacity: 0.1;
}

.service-section:after {
  width: 100%;
  height: 50%;
  background: #0d54a2;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}

.service-cn {
  position: relative;
  padding-bottom: 100px;
  padding-top: 0;
}

.ser-img {
  width: 100%;
  position: absolute;
  right: 0;
  left: 0;
  margin-inline: auto;
  max-width: 495px;
  top: 0;
}

.ser-img img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  object-position: top;
}

.service-head {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 50px;
}

.service-head {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 50px;
}

.service-head .service-service-text {
  flex: 0 0 50%;
  max-width: 40%;
}

.service-head .btn-bx {
  margin-top: 20px;
}

.service-head p {
  color: #fff;
  margin: 0;
}

.service-image {
  padding-right: 50px;
}

.service-list ul {
  display: grid;
  grid-template-columns: 25% 25%;
  justify-content: space-between;
}

.service-list ul li {
  display: flex;
  align-items: center;
  padding: 10px 0;
  text-align: left;
  height: 90px;
  border-bottom: 1px solid #0d54a23b;
  position: relative;
  cursor: pointer;
}

.service-list ul li:after {
  content: "";
  background: #0d54a2;
  width: 0;
  height: 100%;
  right: 0;
  top: 0;
  position: absolute;
  left: 0;
  z-index: 0;
  transition: all 0.5s;
  opacity: 0.2;
  pointer-events: none;
}

.service-list ul li:hover:after {
  width: 100%;
}

.service-ic {
  text-align: center;
}

.service-section .container {
  position: relative;
  z-index: 1;
}

.service-list ul li span {
  color: #0d54a2;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 18px;
  flex: calc(100% - 90px);
  text-align: left;
  max-width: 100%;
  margin-inline: auto;
  position: relative;
  padding-left: 35px;
  padding-block: 31px;
  display: flex;
  align-items: center;
}

.service-list ul li span:before {
  content: "";
  background: #0d54a2;
  width: 15px;
  height: 15px;
  display: inline-block;
  border-radius: 25px;
  border: 5px solid #000000;
  outline: 2px solid #0d54a2;
  position: absolute;
  left: 8px;
  top: 36px;
}

.service-list ul li img {
  max-width: 100px;
  filter: invert(1);
  display: none;
}

.services-bx {
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0px -7px 16px 8px rgba(0, 0, 0, 0.07);
  background: #fff;
}

.service-section .section-title {
  margin-bottom: 0;
  max-width: 39%;
}

.service-head .service-cn p {
  color: #fff;
  text-align: left;
  max-width: 750px;
  margin-inline: auto;
  margin-bottom: 30px;
}

.service-head .section-title h2 {
  margin: 0;
}

.services-cn .section-title h2 {
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 25px;
}

.services-cn .section-title h2::after {
  content: "";
  background: #0d54a2;
  width: 99px;
  display: inline-block;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.services-cn p {
  margin-bottom: 15px;
  transition: transform 500ms ease, opacity 500ms ease;
  transform: translateY(200px);
}

.service-tab-cn .slick-slide.slick-current.slick-active .services-cn p {
  opacity: 1;
  transform: translateY(0px);
}

.services-cn a.text-link {
  margin-bottom: 50px;
  transition: transform 500ms ease, opacity 500ms ease;
  transform: translateY(200px);
}

.service-tab-cn
  .slick-slide.slick-current.slick-active
  .services-cn
  a.text-link {
  opacity: 1;
  transform: translateY(0px);
}

.services-cn {
  padding: 0 50px;
  border-left: 2px solid #0d54a2;
}

.services-img-cn {
  width: 100%;
  padding: 25px;
  text-align: left;
  margin-inline: auto;
  z-index: 1;
  position: relative;
}

.services-img-cn h3 {
  font-size: 22px;
  display: block;
  color: #0d54a2;
  max-width: 80%;
  line-height: 1.5;
}

.services-img {
  text-align: center;
}

.services-img img {
  height: 250px;
  margin-inline: auto;
  width: 100%;
  object-fit: cover;
}

.services-img-bx p {
  color: #000000;
  margin-bottom: 15px;
  text-align: left;
  height: 40px;
}

a.text-link {
  display: inline-block;
  color: #0d54a2;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 1px;
  margin-bottom: 0;
  padding-bottom: 3px;
}

a.text-link:after {
  content: "";
  background: #0d54a2;
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
}

.services-cn {
  padding: 0 50px;
}

.service-tab ul li {
  text-align: center;
  cursor: pointer;
  font-size: 18px;
}

.service-tab ul .slick-slide.slick-current.slick-center li {
  color: #0d54a2;
}

.services-img-cn .section-title h2 {
  z-index: 1;
  position: relative;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 3px;
  margin-bottom: 0;
}

.service-tab-cn .slick-slide.slick-current.slick-active .services-img {
  opacity: 1;
  transform: translateX(0px);
}

.service-section .services-img-cn .section-title {
  margin-bottom: 0;
}

.service-tab .slick-list {
  transform: none !important;
}

.btn-bx {
  margin-top: 45px;
}

.ser-img img {
  border-radius: 8px;
  transition: opacity 0.4s ease;
}

.service-list ul li {
  cursor: pointer;
  transition: background-color 0.2s ease;
}

/* =====================================
# choose
===================================== */
.choose-cn-bx {
  max-width: 650px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: -105px;
}

.choose-sec .section-title h2 span {
  background: #ff1100;
  padding: 0 21px;
  color: #fff;
  text-transform: uppercase;
}

.choose-head {
  margin-bottom: 0;
}

.choose-image {
  height: 100%;
}

.choose-image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.choose-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 25px 20px;
  margin-top: 20px;
  position: relative;
  z-index: 1;
  margin-right: 0;
}

.choose-ic-bx {
  width: 85px;
  height: 85px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  border: 5px solid #f1f5fa;
  flex: 0 0 85px;
}

.choose-ic-bx img {
  height: 40px;
  filter: brightness(0) saturate(100%) invert(26%) sepia(18%) saturate(6187%)
    hue-rotate(194deg) brightness(92%) contrast(95%);
}

.choose-bx {
  display: flex;
  gap: 15px;
  background: #0d54a2;
  padding: 15px;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.07);
  border-radius: 5px;
  transition: all 0.5s;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.choose-bx:hover {
  background: #fff;
  transform: translate(0px, -9px);
}

.choose-bx:hover .choose-ic-cn h3 {
  color: #000;
}

.choose-ic-cn h3 {
  font-size: 17px;
  margin: 0;
  color: #fff;
}

.choose-ic-cn p {
  margin: 0;
}

.choose-sec {
  position: relative;
}

.choose-img-bx {
  text-align: right;
  margin-left: 25%;
}

.choose-img-bx img {
  height: auto;
  width: 100%;
}

.choose-sec .container {
  position: relative;
  z-index: 1;
}

/**************************************
 * trust Style
 *************************************/

.trust-head {
  margin-bottom: 50px;
}

.trust-img {
  text-align: center;
  border: 1px solid #e2e9f1;
  padding: 15px;
}

.trust-img img {
  max-height: 75px;
  margin-inline: auto;
}

.trust-main {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 25px;
}

.trust-section {
  background: #fff;
  display: none;
}

/**************************************
 * latest projects Style
 *************************************/
.latest-main ul.slick-dots {
  margin-top: 25px;
}

.latest-main {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.latest-img {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.latest-img:hover img {
  transform: scale(1.5);
}

.latest-img img {
  transition: all 0.5s;
}

.latest-projects {
  background: #f5f5f5;
}

.latest-projects .section-title {
  margin-bottom: 50px;
}

.latest-img img {
  height: auto;
  object-fit: cover;
  width: 100%;
}

/*--------------------------------------------------------------
 # testimonials Css
--------------------------------------------------------------*/
.testimonials-new ul.slick-dots {
  margin-top: 25px;
}

.testimonials-new {
  position: relative;
}

.testimonials-new .container {
  position: relative;
  z-index: 1;
}

.testimonials-new .testimonials-item {
  position: relative;
  z-index: 1;
  max-width: 100%;
}

.testimonials-new .testimonials-item .testimonials-item-wrap {
  z-index: 1;
  position: relative;
  display: block;
  /* background: #ffffff; */
  padding: 0;
  /* box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08); */
}

.testimonials-head {
  background: transparent;
  display: inline-block;
  margin-bottom: 10px;
}

.testimonials-new .btn_bx {
  text-align: center;
  margin-top: 50px;
}

.testimonials-new .slick-list.draggable {
  padding: 0;
}

.testimonials-new .section-title {
  margin-bottom: 25px;
}

.testimonials-new .slick-arrow.slick-prev {
  left: -2%;
}

.testimonials-new .slick-arrow.slick-next {
  right: -2%;
}

.goggle-img {
  background: rgb(255 255 255);
  border-radius: 0;
  padding: 15px;
  width: 65px;
  height: 65px;
  display: none;
}

.testimonials-box-author {
  border-bottom: 0px;
  padding-bottom: 0px;
  padding-top: 15px;
  border-top: 1px solid #eee;
  width: 100%;
  max-width: 78%;
  margin: 15px auto;
}

.testimonials-slider {
  padding: 0 0px;
}

.testimonials-auther-content h3 {
  font-size: 18px;
  margin-bottom: 0;
  color: #000000;
}

.testimonials-body {
  padding: 0px;
  background: transparent;
  text-align: center;
}

.testimonials-new .pbmit-featured-wrapper {
  width: 80px;
}

.testimonials-new .pbmit-featured-wrapper img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.testimonials-new .testimonials-auther-content {
  margin-left: 0;
}

.testimonials-new .slick-initialized .slick-slide {
  padding: 0 15px;
}

.testimonials-new p {
  font-size: 16px;
  line-height: 30px;
  border: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  width: 100%;
  margin: auto;
}

.testimonials-slider-new .slick-track {
  padding-top: 15px;
}

.testimonials-new .testimonials-star-ratings {
  color: #eab923;
}

.testimonials-new .pbminfotech-star-ratings-text {
  font-size: 30px;
  line-height: 26px;
  font-weight: 600 !important;
  font-style: italic !important;
  letter-spacing: -0.25px;
}

/* .blog-section {
    background: rgb(13 84 162 / 6%);
} */

.blog-bx {
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0px -7px 16px 8px rgba(0, 0, 0, 0.07);
  background: #fff;
  flex: 0 0 calc(33.33% - 15px);
}

.blog-cn h3 {
  font-size: 22px;
}

.blog-head .section-title {
  margin-bottom: 50px;
}

.blog-img {
  margin-bottom: 0;
}

.blog-cn {
  padding: 20px;
}

.blog-img img {
  height: 230px;
  width: 100%;
  object-fit: cover;
}

.blog-cn h3 {
  font-size: 20px;
  text-transform: none;
  line-height: 1.5em;
  letter-spacing: 0px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-main {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

/* =====================================
# faq
===================================== */
.faq-section {
  background: rgb(13 84 162 / 6%);
}

.accordion .accordion-item {
  border-bottom: 1px solid #e5e5e5;
  border: none;
  background: transparent;
  margin-bottom: 15px;
}

.accordion .accordion-item button[aria-expanded="true"] {
  /* border-bottom: 1px solid #0d54a2; */
  background: #fff;
  border-radius: 0px;
}

.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  color: #000000;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  outline: none;
  background: #fff;
  border-radius: 8px 8px 8px 8px;
  box-shadow: 0px 5px 24px 0px rgba(0, 0, 0, 0.12);
  padding: 15px 40px 15px 20px;
}

.accordion button:hover,
.accordion button:focus {
  cursor: pointer;
  color: #0d54a2;
}

.accordion button:hover::after,
.accordion button:focus::after {
  cursor: pointer;
  color: #0d54a2;
  border: 1px solid #0d54a2;
}

.accordion button .accordion-title {
  padding: unset;
  font-weight: 600;
  text-transform: capitalize;
}

.accordion button .icon {
  position: absolute;
  top: 18px;
  right: 13px;
  width: 22px;
  height: 22px;
  border-radius: 22px;
  border: 1px solid #0d54a2;
  color: #0d54a2;
}

.accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}

.accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}

.accordion button[aria-expanded="true"] {
  color: #0d54a2;
}

.accordion button[aria-expanded="true"] .icon::after {
  width: 0;
}

.accordion {
  display: flex;
  flex-direction: column;
  gap: 0px;
}
.accordion button[aria-expanded="true"] + .accordion-content {
  opacity: 1;
  transition: all 200ms linear;
  will-change: opacity;
  background: #ffff;
  height: auto;
  max-height: -webkit-fill-available;
}
.accordion .accordion-content {
  opacity: 0;
  overflow: hidden;
  transition: opacity 200ms linear;
  will-change: opacity;
  height: 0;
}

.accordion .accordion-content p {
  font-size: 16px;
  margin: unset;
  padding: 10px 20px 10px;
  line-height: 1.9;
}

.testimonials-slider-inner .testimonials-body {
  text-align: left;
}

.testimonials-slider-inner .testimonials-box-author {
  max-width: 100%;
  margin-bottom: 0;
}

.testimonials-new .testimonials-slider-inner .testimonials-item {
  position: relative;
  z-index: 1;
  max-width: 100%;
  padding: 25px;
  box-shadow: 0 0 5px #ccc;
  margin-bottom: 25px;
  border-bottom: 3px solid #0d54a2;
}

.page-id-423 .accordion button[aria-expanded="true"] + .accordion-content {
  max-height: max-content;
}

.blog-detail {
  background: #f2f2f2;
}

.blog-inner-img {
  background: #fff;
  box-shadow: 0 0 5px #cecece;
  padding: 15px;
}

.blog-inner-img img {
  height: 350px;
  width: 100%;
  object-fit: cover;
}

.blog-inner-cn {
  margin: 15px 0;
}

.blog-inner-cn h3 {
  font-size: 20px;
  background: #0d54a212;
  padding: 15px 10px 15px 15px;
  color: #000000;
  border-left: 5px solid #0d54a2;
  margin-bottom: 25px;
  margin-top: 20px;
}

.blog-inner-cn .section-title h1 {
  font-size: 35px;
  color: #0d54a2;
  position: relative;
  text-transform: capitalize;
}

.req-form {
  /* 
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed; */
  background-color: #f1f5fa;
}

.req-form .estimate-form-container {
  background: #ffffff;
  background-image: url(https://www.triplejincroofing.com/wp-content/uploads/2025/07/image-92-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 50px;
}

.req-form .estimate-form-container:before {
  background: #000000;
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  opacity: 0.8;
}

.req-form .estimate-form-container .section-title h2 {
  color: #ffffff;
  text-transform: capitalize;
  margin-bottom: 6px;
}

.req-form .estimate-form-container .row input {
  border: 1px solid #ffffff4f;
  background-color: transparent;
  font-size: 16px;
  color: #ffffff;
  padding: 12px 12px;
  border-radius: 0px;
  width: 100%;
}

.req-form .estimate-form-container select {
  border: 1px solid #ffffff4f;
  background-color: transparent;
  font-size: 16px;
  color: #ffffff;
  padding: 12px 12px;
  border-radius: 0px;
  width: 100%;
  background-image: url(https://www.triplejincroofing.com/wp-content/uploads/2025/07/arrow-white-1.png);
  background-repeat: no-repeat;
  background-position: 99% 59%;
}

.req-form .estimate-form-container textarea {
  border: 1px solid #ffffff4f;
  background-color: transparent;
  font-size: 16px;
  color: #ffffff;
  padding: 12px 12px;
  border-radius: 0px;
  width: 100%;
}

.req-form .estimate-form-container .row input::placeholder,
.req-form .estimate-form-container .row textarea::placeholder {
  color: #fff;
  opacity: 1;
}

.req-form .estimate-form-container .row input::-ms-input-placeholder,
.req-form .estimate-form-container .row textarea::-ms-input-placeholder {
  color: #fff;
}

/* =====================================
# Footer
===================================== */
.workimg_hours li span {
  font-size: 16px;
  width: 50%;
}

.workimg_hours .footer-widget li {
  display: flex;
  justify-content: space-between;
}

.footer-section {
  padding-top: 70px;
  background-size: cover;
  padding-bottom: 0px;
  background-repeat: no-repeat;
  position: relative;
  overflow: visible;
  background-image: url("../../assets/images/9.jpg");
  background-position: center;
}

.footer-section:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.8;
}

.footer-cta {
  border-bottom: 1px solid hsl(0deg 0% 100% / 62%);
  position: relative;
  padding-bottom: 70px;
  padding-top: 70px;
}

.social_icons .cus-social_white {
  display: flex;
  justify-content: flex-start;
  gap: 15px;
}

.social_icons .cus-social_white li a {
  border: 1px solid #fff;
  font-size: 16px;
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s all;
  text-align: center;
  color: #c29c61;
  border-radius: 100%;
}

.social_icons .cus-social_white li {
  border: none;
  margin: 0;
}

.social_icons .cus-social_white li a:hover {
  text-decoration: none;
  color: #ffffff;
  background: #c29c61;
}

.single-cta i {
  font-size: 28px;
  width: 75px;
  height: 75px;
  display: none;
  align-items: center;
  justify-content: center;
  color: #c29c61;
  border: 2px solid #0e0e0e;
  outline: 2px solid #c29c61;
}

.cta-sec {
  /* background-image: url(../images/cta-bg.jpg); */
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  position: relative;
  padding: 80px 0;
}

.cta_bx * {
  color: #fff;
}

.cta-sec:after {
  content: "";
  background: linear-gradient(
    to bottom,
    rgb(0 0 0 / 70%) 100%,
    rgb(0 0 0 / 70%) 100%
  );
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: auto;
  z-index: 0;
}

.cta-cn {
  text-align: center;
}

.cta-cn .btn-bx {
  margin-top: 25px;
}

.cta-cn p {
  color: #fff;
  font-size: 20px;
  margin-bottom: 25px;
}

.cta-sec .container {
  z-index: 1;
  position: relative;
}

.cta-text {
  padding-left: 0;
  display: inline-block;
}

.cta-text h4 {
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 20px;
  position: relative;
  text-transform: capitalize;
}

.cta-text span {
  color: #fff;
  font-size: 16px;
  display: block;
}

.footer-btn {
  margin-top: 50px;
  text-align: center;
}

.cta-text a {
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  color: #fff;
}

.cta-text a:hover {
  color: #ffffff;
}

.cta_bx {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cta_bx .section-title {
  max-width: 600px;
}

.cta_bx .action {
  margin-top: 0;
}

.footer-content {
  position: relative;
  z-index: 2;
  margin: 60px 0;
  margin-top: 0px;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}

.footer-logo {
  margin-bottom: 30px;
}

.footer-logo img {
  max-width: 200px;
}

.footer-text p {
  margin-bottom: 25px;
  font-size: 14px;
  color: #000;
  line-height: 28px;
}

.footer-social-icon span {
  color: #000;
  display: block;
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 20px;
}

.footer-social-icon a {
  color: #000;
  font-size: 16px;
  margin-right: 15px;
  border: 1px solid #000;
  width: 50px;
  height: 50px;
  display: inline-block;
  text-align: center;
  line-height: 50px;
}

.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}
.footer-widget-heading h3 {
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 20px;
  position: relative;
  text-transform: uppercase;
  padding-bottom: 20px;
	    letter-spacing: 2px;
}
.limit-bx * {
  font-style: normal !important;
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 50px;
  background: #ffffff;
}

.footer-widget ul {
  padding: 0;
  list-style: none;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  row-gap: 2rem;
}

.footer-widget ul li {
  padding-bottom: 0;
  margin-bottom: 20px;
}

.footer-widget ul li a {
  color: #fff;
  text-decoration: none;
  transition: all 0.5s;
  font-size: 15px;
}

.footer-widget ul li a:hover {
  color: #ffffff;
}

.copyright-area {
  padding: 15px 0;
  border-top: 1px solid hsl(0deg 0% 100% / 62%);
  position: relative;
  z-index: 9;
}

.copyright-text p {
  margin: 0;
  color: #fff;
  text-align: center;
}

.copyright-text p a {
  color: #eb0505;
  transition: all 0.5s ease-in-out;
}
.copyright-text p a:hover {
  color: #fff;
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}

.footer-menu li:hover a {
  color: #fff;
}

.footer-menu li a {
  font-size: 14px;
  color: #878787;
}

.single-cta {
  display: block;
  text-align: left;
  padding: 0;
}

.lines {
  position: absolute;
  inset: 0;
  max-width: 1520px;
  margin-inline: auto;
  z-index: -1;
}

.lines .line:nth-child(1) {
  margin-left: -23%;
}

.lines .line {
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 50%;
  background: hsl(0deg 0% 100% / 62%);
  overflow: hidden;
}

.lines .line:nth-child(1)::after {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.lines .line::after {
  content: "";
  display: block;
  position: absolute;
  height: 15vh;
  width: 100%;
  top: -50%;
  left: 0;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgb(19 85 157) 100%
  );
  -webkit-animation: run 7s 0s infinite;
  animation: run 7s 0s infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
  animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
}

.lines .line:nth-child(3)::after {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

.lines .line:nth-child(2) {
  left: 65%;
}

.lines .line:nth-child(3) {
  left: 72%;
}

@keyframes run {
  0% {
    top: -50%;
  }

  100% {
    top: 110%;
  }
}

@keyframes run {
  0% {
    top: -50%;
  }

  100% {
    top: 110%;
  }
}

.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}

.footer-menu li:hover a {
  color: #c20933;
}

.footer-menu li a {
  font-size: 14px;
  color: #878787;
}

.footer-section ul.social-area li a {
  color: #ffffff;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #ffffff;
}

.footer-section ul.social-area {
  display: flex;
  gap: 15px;
}

.footer-section ul.social-area li a:hover {
  background: #0d54a2;
  border-color: #0d54a2;
  color: #ffffff;
}

.footer-form-widget {
  padding: 0;
}

.footer-form-widget .section-title {
  margin-bottom: 25px;
}

.form-group label {
  color: #fff;
  display: block;
  margin: 5px;
  font-size: 16px;
  font-weight: 500;
}

.form-group input,
.form-group textarea,
.form-group select {
  border-radius: 0;
  font-weight: 500;
}

.form-group {
  margin-bottom: 15px;
}

.footer-form-widget button.theme-btn {
  background-color: #000;
}

.cta-section {
  padding: 0;
  overflow: visible;
  background: #0d54a2;
}

.cta-head .btn-bx {
  margin-top: 25px;
}

.cta-main {
  display: grid;
  grid-template-columns: 40% calc(60% - 50px);
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin-inline: auto;
}

.cta-head {
  padding: 60px 0;
}

.cta-img {
  margin-top: -85px;
  position: relative;
}

.cta-img:after {
  position: absolute;
  content: "";
  background: #0d54a2;
  width: 58px;
  height: 71px;
  transform: rotate(45deg);
  z-index: -1;
  right: -23px;
  top: 11px;
}

.set-image .Hero-object > * {
  aspect-ratio: 1 / 1 !important;
  margin-left: auto;
  display: block;
  width: 100%;
  max-width: 575px;
  object-fit: cover;
  object-position: 37%;
  filter: initial;
}

.inner-pages header {
  position: unset;
}

.inner-pages section {
  padding: 65px 0;
}

.hero-section {
  background-color: #f1f5fa;
}

.inner-pages .section-title h2 {
  font-size: 35px;
  margin-bottom: 0px;
}

.inner-pages .section-title {
  margin-bottom: 15px;
}

.hero-image img {
  margin-left: 25px;
  display: block;
  width: 100%;
  height: 100%;
}

.roof-parallax-section .section-title {
  margin-bottom: 15px;
}

.roof-parallax-section .section-title h2 {
  margin-bottom: 15px;
}

.roof-parallax-section {
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  display: flex;
  align-items: center;
  min-height: 550px;
}

.roof-parallax-section .inner-bx {
  padding: 25px;
  background: #fff;
  width: 100%;
  max-width: 580px;
  border-bottom: 2px solid #0d54a2;
}

.common-list-style li {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  margin: 10px 0px;
  padding-left: 24px;
}

.common-list-style li b {
  color: #0d54a2;
  font-weight: 600;
}

.common-list-style li::before {
  height: 11px;
  width: 11px;
  background-color: #0d54a2;
  position: absolute;
  content: "";
  left: 4px;
  top: 7px;
  border-radius: 100px;
  outline: 2px solid #0d54a2;
  outline-offset: 2px;
}

.common-list-style {
  margin: 15px 0px;
}

.cta-section2 {
  text-align: center;
}

.bg-light-blue {
  background: #f1f5fa;
}

.cta-section2 .text-bx {
  width: 100%;
  max-width: 950px;
  margin: auto;
}

.right-image-bx img {
  width: 100%;
  max-width: 100%;
}

.work-section .common-list-style {
  margin: 15px 0px;
  display: flex;
  column-gap: 2em;
  justify-content: center;
  flex-wrap: wrap;
}

.work-section {
  background: #f1f5fa;
}

.estimate-form-container {
  box-shadow: 0px 0px 57px 20px rgba(0, 0, 0, 0.07);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin: 0px;
  padding: 35px 25px;
  position: relative;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  border-radius: 8px;
}

.estimate-form-container ::placeholder {
  text-transform: capitalize;
  color: #000;
}

.estimate-form {
  position: relative;
  z-index: 77;
}

.estimate-form-container .section-title h2 {
  color: #0d54a2;
  text-transform: capitalize;
  margin-bottom: 6px;
}

.estimate-form-container .row input {
  border: none;
  background-color: #f6f6f6;
  font-size: 16px;
  color: #000000;
  padding: 12px 12px;
  border-radius: 0px;
  width: 100%;
}

.estimate-form-container .row {
  row-gap: 20px;
}

.estimate-form-container select {
  border: none;
  background-color: #f6f6f6;
  font-size: 16px;
  color: #000;

  padding: 10px 10px;
  border-radius: 0px;
  width: 100%;
}

.estimate-form-container .col-lg-6,
.col-lg-12 {
  padding-left: 10px;
  padding-right: 10px;
}

.estimate-form-container textarea {
  padding: 10px 10px;
  height: 80px;
  border-radius: 0px;
  width: 100%;
  font-size: 15px;
  background-color: #f6f6f6;
  border: none;
}

.estimate-form-container .icon-box {
  background-color: #0d54a2;
  color: #ffffff;
  top: -38px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  height: 70px;
  width: 70px;
  border-radius: 50% 50% 50% 50%;
  padding: 25px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -0%);
  z-index: 7;
  border: 4px solid #eee;
  display: none;
}

.estimate-form-container .section-title {
  margin-bottom: 22px;
  text-align: center;
  position: relative;
  z-index: 77;
  color: #000000;
}

.estimate-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.submit-bx {
  text-align: right;
  margin-top: 0px;
}

.map-bx iframe {
  height: 270px;
  width: 100%;
}

.faq-section .image-bx img {
  width: 100%;
  margin: 0% 8% 0% 0%;
  padding-left: 15px;
  margin-top: -39px;
}

.faq-section .right-bx {
  position: relative;
}

.faq-section .right-bx .help-bx {
  align-items: center;
  border-radius: 120px 30px 30px 30px;
  margin-top: -167px;
  position: relative;
  background: #0d54a2;
  padding: 22px;
  text-align: center;
}

.faq-section .icon-bx {
  height: 60px;
  width: 60px;
  background: #fff;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  border-radius: 16px 4px 16px 4px;
  color: #0d54a2;
}

.faq-section .top-heading-bx h3 {
  font-size: 22px;
  margin: 14px 0px 6px 0px;
  color: #fff;
  text-transform: capitalize;
}

.faq-section .inner-text p {
  color: #fff;
}

.faq-section .right-bx .help-bx .common-btn {
  border: 1px solid #eee;
}

.faq-main {
  width: 100%;
}

.Marquees {
  overflow: hidden;
  width: 100%;
}

.Marquee {
  display: flex;
  align-items: center;
  width: max-content;
  height: 13vh;
}

.marquee {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  height: 71px;
  width: 146px;
  margin: 0px;
  /* border-radius: 15px; */
  border: 1px solid #eee;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 10px;
  padding-right: 10px;
}

.marquee img {
  /* border-radius: 10px; */
}

.FirstRow {
  animation: Scroll 10s linear infinite;
}

@keyframes Scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.new-services2 {
  background-image: url(../images/why-choose-two-bg.jpg);
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.new-services2 .container {
  position: relative;
  z-index: 77;
}

.new-services2::after {
  position: absolute;
  content: "";
  z-index: 6;
  height: 100%;
  inset: 0;
  width: 100%;
  background: #000000bf;
}

.new-services2 li .icon {
  height: 87px;
  width: 87px;
  padding: 15px;
  background-color: #0d54a2;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 0;
  left: 0;
  -webkit-transition: all 500ms ease;
  border-radius: 5px;
  transition: all 500ms ease;
}

.new-services2 li .icon img {
  height: 85px;
  width: 85px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(97%) saturate(0%)
    hue-rotate(33deg) brightness(105%) contrast(104%);
  padding: 15px;
}

.new-services2 li .icon:before {
  position: absolute;
  top: 50%;
  right: -10px;
  content: "";
  border-top: 18px solid transparent;
  border-left: 10px solid #0d54a2;
  border-bottom: 18px solid transparent;
  transform: translateY(-50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.new-services2 .why-choose-list li {
  display: flex;
  align-items: start;
  gap: 18px;
  margin-bottom: 28px;
}

.new-services2 .content h4 {
  font-size: 17px;
  color: #fff;
  font-weight: 700;
  line-height: normal;
}

.new-services2 .content p {
  font-size: 15px;
  color: #fff;
  line-height: normal;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 3px;
}

.new-services2 .content a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: #0d54a2;
}

.new-services2 .content a i {
  position: relative;
  display: inline-block;
  height: 13px;
  width: 13px;
  background-color: #0d54a2;
  border-radius: 50%;
  color: #1c1b1f;
  font-size: 7px;
  line-height: 13px;
  text-align: center;
  top: -2px;
  margin-left: 5px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.new-services2 .img-bx img {
  width: 100%;
  max-width: 100%;
  margin-top: -32px;
}

.new-services2 .Right-bx li {
  flex-direction: row-reverse;
}

.new-services2 .why-choose-two {
  margin-top: 73px;
}

.about-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}

.about-head h2 {
  margin: 0;
}

.about-logo-img img {
  max-height: 80px;
}

.about-sec2 .about-cn-bx ul li:before {
  display: none;
}

.about-sec2 .about-cn-bx .section-title h2 img {
  max-height: 58px;
}

.about-sec2 .about-cn-bx ul li {
  background: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 25px;
  border: 1px solid #e7e7e7;
  margin-bottom: 0px;
  width: calc(100% - 52%);
  flex-direction: column;
  text-align: center;
  color: #0d54a2;
}

.about-sec2 .about-cn-bx ul li img {
  width: 100%;
  max-width: 50px;
}

.about-sec2 .Marquee {
  display: flex;
  align-items: center;
  width: max-content;
  height: unset;
}

.about-sec2 .marquee {
  height: 50px;
  width: 50px;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 10px;
  padding-right: 10px;
}

.about-sec2 .Marquees {
  overflow: hidden;
  width: 100%;
  max-width: 100%;
}

.slider-bx {
  width: 23%;
}

.about-head .section-title {
  margin: 0;
}

.about-sec2 .marquee {
  padding: 0;
}

.about-sec2 {
  padding-top: 100px;
}

.about-sec2 .about-cn-bx {
  padding-left: 25px;
}

.btn-bx1 {
  margin-top: 35px;
}

.about-sec2 .estimate-form-container .row {
  row-gap: 30px;
}

.service-section3 {
  background-size: cover;
  padding-bottom: 0px;
  background-repeat: no-repeat;
  position: relative;
  overflow: visible;
}

.service-section3 .section-title h2 {
  text-align: center;
  margin-bottom: 45px;
  margin-bottom: 0px;
}

.service-cards {
  background: #fff;
  border-radius: 18px;
  padding: 25px;
  margin-left: 5px;
  margin-right: 5px;
  text-align: center;
  min-height: 400px;
  transition: 0.3s;
}

.service-cards:hover {
  background-color: #0d54a2;
  transform: translateY(-11px);
}

.service-cards:hover h3 {
  color: #fff;
}

.icon-bx img {
  width: 100%;
  max-width: 90px;
  margin-bottom: 15px;
}

.card-text-bx h3 {
  text-transform: capitalize;
  font-size: 22px;
  font-weight: 700;
  color: #082e59;
}

.bootom-img-bx img {
  width: 100%;
  max-width: 100%;
}

.bootom-img-bx {
  height: 100%;
  margin-top: -180px;
  position: relative;
  z-index: 3;
}

.bottom-card-section2 {
  position: absolute;
  bottom: 48px;
  width: 100%;
  max-width: 84%;
  left: 50%;
  transform: translate(-50%, 10px);
  margin: auto;
}

/* .bottom-card-section2{
    position: absolute;
    bottom: 250px;
} */
.bottom-card-section2 .section-title {
  margin: 0px 0px 20px 0px !important;
  text-align: left;
}

.bottom-card-section2 .section-title h2 {
  color: #fff;
  font-size: 32px;
  text-align: left;
  margin: 0px;
}

.bottom-card {
  padding: 25px;
  border: 2px solid #eeeeeeab;
  background: #435e1ec2;
  backdrop-filter: blur(10px);
  border-radius: 10px;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 88;
  overflow: hidden;
  transition: 0.3s;
}

.bottom-card:hover {
  margin-top: -10px;
}

.bottom-card::after {
  height: 100%;
  width: 100%;
  background-color: #0d54a2;
  z-index: -7;
  position: absolute;
  content: "";
  inset: 0;
  transform: translateY(200%);
  transition: 0.3s;
}

.bottom-card:hover::after {
  transform: translateY(0%);
}

.bottom-card .text-bx h4 {
  color: #fff;
  text-transform: capitalize;
  font-size: 18px;
}

/* .bottom-card-section {
    position: absolute;
    bottom: 250px;
} */
.service-section3 .section-title {
  margin-bottom: 50px;
}

.main-card-bx {
  position: relative;
}

.service-cards2 {
  position: absolute;
  width: 100%;
  background: #0d54a2;
  border-radius: 15px;
  padding: 50px;
  display: flex;
  align-items: center;
  gap: 15px;
  bottom: -81px;
  max-width: 97%;
  margin: auto;
  left: 5px;
  padding-left: 10px;
  padding-right: 10px;
  z-index: 4;
}

.service-cards2 .pic-bx {
  width: 53%;
}

.service-cards2 .pic-bx img {
  width: 100%;
}

.side-text-bx h5,
.side-text-bx h5 a {
  color: #ffe517;
  text-transform: capitalize;
  font-size: 22px;
  cursor: pointer;
}

.side-text-bx p {
  margin-bottom: 0;
  color: #fff;
  text-transform: capitalize;
}

.side-text-bx a {
  font-size: 20px;
  color: #fff;
}

.hover-btn-bx .black-btn {
  font-size: 13px;
  padding: 6px 12px;
  opacity: 0;
  transition: 0.2s;
}

.service-cards:hover .hover-btn-bx .black-btn {
  opacity: 1;
}

.bottom-card:hover .black-btn {
  border: 1px solid #000 !important;
  color: #fff !important;
  opacity: 1;
}

.bottom-card:hover .black-btn {
  background-color: #000 !important;
  position: relative;
  z-index: 888;
}

.about-sec2 .about-cn-bx ul {
  margin-bottom: 30px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.about-sec2 .about-cn-bx .section-title h3, .about-sec2 .about-cn-bx .section-title h1 {
  margin: 0;
}

.about-sec2.about-cn-bx ul {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
}

.choose-sec2 {
  background: #0d54a2;
}

.choose-sec2 .img-bx img {
  width: 100%;
}

.choose-sec2 {
  background: #0d54a2;
  padding: 0px;
}

.inner-sec-btn {
  margin-top: 25px;
}

.cloud-video {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.cloud-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cloud-video .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  opacity: 0.4;
  z-index: 1;
}

/*--------------------------------------------------------------
 # cta Css
--------------------------------------------------------------*/
.cta-head-cn {
  display: flex;
}

.cta-head-cn {
  display: flex;
  flex-direction: row-reverse;
  gap: 50px;
}

.cta-section-2 {
  /*  background-image: url(../../assets/images/realtors.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: 45% 100%; */
  background-color: #f1f4f9;
}

.cta-head-2 {
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 25px;
  color: #000;
  flex: 0 0 45%;
}

.cta-head-2 .section-title h2 {
  margin-bottom: 15px;
}

.cta-head-2 .section-title h3, .cta-head-2 .section-title h1 {
  margin-bottom: 20px;
}

.cta-head-2 .section-title {
  margin-bottom: 0;
}

.cta-head-2 .btn-bx {
  margin-top: 25px;
}

section.cta-section-2.house_man {
  background-image: url(https://www.triplejincroofing.com/wp-content/uploads/2025/07/house_man.webp);
  background-size: contain;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
}

/* Service Section Page */

.hero-content .section-title h1 {
  font-size: 35px;
  color: #0d54a2;
  position: relative;
  margin-bottom: 0;
  text-transform: capitalize;
}

.cta-section2 .section-title h2 {
  margin-bottom: 15px;
}

.cta-section2 .section-title {
  margin: 0;
}

section.hero-inner.services-inner-banner {
  background-color: #0d54a2;
}

section.hero-inner.services-inner-banner .estimate-form-container {
  background-color: #fff;
}

section.hero-inner.services-inner-banner .hero-content h1 {
  color: #fff;
  font-size: 38px;
  margin: 0 0 20px 0;
}

section.hero-inner.services-inner-banner .hero-content .content p {
  margin: 0 0 10px 0;
  color: #fff;
}

.services-inner-content {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 50px 0 0;
}

.services-inner-content .hero-title h1 {
  color: #fff;
  font-size: 38px;
  margin: 0 0 30px 0;
}

.services-inner-content .content p {
  margin: 0 0 20px 0;
  color: #fff;
}

.services-inner-content .content p:last-child {
  margin: 0;
}

section.residential-and-commercial .left-bx img {
  width: 100%;
  aspect-ratio: 100/60;
  object-fit: cover;
  object-position: top;
  padding: 4px;
  border: 2px dashed #0d54a2;
}

section.residential-and-commercial .left-bx img {
  width: 100%;
  aspect-ratio: 100/60;
  object-fit: cover;
  object-position: top;
  padding: 4px;
  border: 2px dashed #0d54a2;
}

section.residential-and-commercial .right-box h2 {
  font-size: 32px;
  color: #000000;
  position: relative;
  margin-bottom: 20px;
  text-transform: capitalize;
}

section.what_sets_part {
  background-image: url(https://www.triplejincroofing.com/wp-content/uploads/2025/07/67482.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.inner_box_sets {
  background: rgba(255, 255, 255, 0.88);
  padding: 25px;
  border-bottom: 3px solid #0d54a2;
  height: 100%;
}

.inner_box_sets h2 {
  font-size: 32px;
  color: #0d54a2;
  position: relative;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.inner_box_sets ul.point_sets {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.inner_box_sets ul.point_sets li h5 {
  font-size: 20px;
  color: #000;
  position: relative;
  margin-bottom: 4px;
  text-transform: capitalize;
}

.inner_box_sets ul.point_sets li p {
  margin: 0;
}

.inner_box_sets ul.point_sets li {
  padding: 0 0 0 20px;
  position: relative;
}

.inner_box_sets ul.point_sets li::after {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 10px;
  height: 10px;
  border: 2px solid #000;
  border-radius: 100%;
}

.accordion .accordion-content ul {
  font-size: 16px;
  margin: unset;
  padding: 0px 20px 15px 20px;
}

.accordion .accordion-content ul li {
  position: relative;
  padding: 0 0 0 25px;
  text-transform: capitalize;
  color: #000;
}

/* .accordion .accordion-content ul li::after {
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    width: 10px;
    height: 10px;
    border: 2px solid #000;
    border-radius: 100%;
} */

.section-cn-1 .section-title {
  max-width: 950px;
  text-align: center;
  margin-inline: auto;
}

.section-cn-1 .section-title h2 {
  margin-bottom: 15px;
}

ul.border-box-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

ul.border-box-list li {
  border: 1px solid #0d54a24a;
  padding: 25px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}

ul.border-box-list li b {
  text-align: center;
  font-size: 16px;
  display: block;
  color: #0d54a2;
  font-weight: 700;
  margin-bottom: 15px;
}

.page-id-327 ul.border-box-list {
  grid-template-columns: repeat(3, 1fr);
}

.section-desing-1.grid-3 ul.border-box-list {
  grid-template-columns: repeat(3, 1fr);
}

.list-style-bx .sction-title {
  margin-bottom: 30px;
}

ul.list-style-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 15px;
  gap: 20px;
}

ul.list-style-2 li {
  background: #fff;
  padding: 20px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  border: 1px solid #0d54a240;
}

.mega_menu_dropdown {
  position: static !important;
}

.mega_menu {
  left: 0;
  right: 0;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  transition: 0.5s;
  box-shadow: 0px 0 5px 1px rgb(91 86 86 / 40%);
  position: absolute;
  align-items: flex-start;
}

.mega_menu_2 .mega_menu:before {
  display: block;
  background: none;
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #0d54a2;
  position: absolute;
  top: -12px;
  left: 20%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.scroll-header .mega_menu_2 .mega_menu:before {
  left: 26%;
}

.mega_menu_2 .mega_menu.arrow_2:before {
  left: 68%;
}

.mega_menu_2 .mega_menu.arrow_3:before {
  left: 76%;
}

.mega_menu_item {
  width: 100%;
  padding: 30px 20px;
  display: flex;
  flex-wrap: wrap;
}

.main_menu ul li .mega_menu_item a {
  padding: 15px 0;
  display: block;
  text-align: left;
  text-transform: uppercase;
  position: relative;
  color: #000 !important;
  border-bottom: 1px solid #eee;
  margin: 0;
  letter-spacing: 1px;
}

.main_menu ul li .mega_menu_item a:after {
  content: "";
  position: absolute;
  width: 0;
  top: auto;
  bottom: 0;
  height: 1px;
  background: #0d54a2;
  left: 0;
  transition: all 0.5s;
}

.main_menu ul li .mega_menu_item a:hover:after {
  width: 100%;
}

.main_menu ul li .mega_menu_item a:hover {
  color: #0d54a2;
}

.mega_menu_item h3 {
  margin-bottom: 15px;
  text-align: left;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  border-bottom: 1px solid rgb(20 50 92 / 38%);
  padding-bottom: 10px;
  width: 100%;
  flex: 0 0 100%;
  text-transform: uppercase;
  color: rgb(20 50 92 / 100%);
  letter-spacing: 2px;
}

.mega_menu_img {
  max-height: 290px;
}

.mega_menu_item img {
  height: 100% !important;
  object-fit: cover;
  width: 100%;
}

.mega_menu_2 .mega_menu {
  width: 100%;
  border-top: 2px solid #0d54a2;
  right: 12px;
  flex-wrap: nowrap;
  top: 80%;
  max-width: 1320px;
  padding: 0px 15px 0px 15px;
  align-items: flex-start;
  z-index: 777;
  left: 50%;
  transform: translate(-50%, 0%);
  min-width: 1000px;
}

.mobile_btn {
  display: none;
}

.main-box .find-bx {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eeeeee2b;
  padding-bottom: 7px;
}
.main-box .find-bx + .find-bx {
  margin: 0px;
  padding: 0px;
  border: 0px;
}
.fd-detail a {
  color: #fff;
  font-size: 15px;
}
.main-box .fd-detail h5 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 2px;
}
.fd-icon2 {
  height: 55px;
  width: 55px;
  background: #0d54a2;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fd-icon2 img {
  filter: invert(1);
  height: 30px;
}

@media (min-width: 768px) {
  .main_menu ul li ul {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    margin-top: 50px;
  }

  .main_menu ul li .mega_menu {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    margin-top: 50px;
  }

  .main_menu ul li:hover > ul {
    visibility: visible;
    opacity: 1;
    margin-top: 0px;
    z-index: 99;
  }

  .main_menu ul li:hover > .mega_menu {
    visibility: visible;
    opacity: 1;
    margin-top: 9px;
    z-index: 99;
  }
}

@media (max-width: 767.98px) {
  .mega_menu_2 .mega_menu,
  .container {
    width: 100%;
  }

  nav {
    padding: 15px;
  }

  .mobile_btn {
    cursor: pointer;
    display: block;
  }

  .main_menu {
    display: none;
    width: 100%;
  }

  .main_menu ul li {
    display: block;
  }

  .main_menu ul li a i {
    float: right;
  }

  .main_menu ul li a {
    border-bottom: 1px solid #ddd;
  }

  .main_menu ul li ul {
    width: 100%;
  }

  .main_menu ul li ul li ul {
    left: 0;
    top: auto;
  }

  .mega_menu .mega_menu_item {
    width: 50%;
  }

  .main_menu ul li ul {
    display: none;
    transition: none;
  }

  .main_menu ul li .mega_menu {
    display: none;
    transition: none;
  }

  .mega_menu_2 .mega_menu {
    transform: translateX(0);
  }
}

@media (max-width: 575.98px) {
  .main-box {
    margin-bottom: 32px;
  }
  .copyright-text p a {
    display: block !important;
  }
  section.policy_section {
    padding-top: 20px !important;
  }
  .policy_section .wp-block-heading {
    padding: 10px 10px 10px 15px !important;
    font-size: 20px !important;
    margin: 25px 0px 10px 0px !important;
  }
  section {
    padding: 35px 0;
  }
  .inner-ban-cn .section-title h1 {
    font-size: 20px !important;
  }
  .inner-ban-cn {
    padding: 45px 0;
  }
  .about-sec2 {
    padding-top: 35px !important;
  }
  .footer-content {
    margin: 0px;
    padding: 35px 0px;
  }
  .footer-section {
    padding-top: 35px !important;
  }
  .mega_menu .mega_menu_item {
    width: 100%;
  }

  .captcha-root {
    flex-direction: column !important;
  }

  .limit-bx {
    flex-direction: column !important;
  }
  .captcha-root {
    gap: 10px;
  }
  .about-head {
    flex-wrap: wrap;
    gap: 25px;
    justify-content: center;
    text-align: center;
  }
  .copyright-area {
    padding: 10px 0;
  }
  .copyright-text p {
    font-size: 15px;
  }
  .footer-content {
    margin: 0px !important;
    padding: 15px 0px 30px 0px !important;
  }
}

.mega_menu p {
  white-space: normal;
}

.right-side-bx {
  display: flex;
  align-items: center;
  gap: 9px;
  padding-left: 9px;
}

#btn-bx2 a {
  padding: 10px 15px !important;
  width: max-content;
}

.mega_menu_item a {
  padding: 0;
  margin: 10px 0px 0px 0px;
  border-bottom: 1px solid #eee;
  padding-bottom: 7px;
  width: 100%;
  position: relative;
  font-size: 15px;
  display: flex;
  align-items: start;
}

.inner-menu a {
  background: transparent !important;
  color: #000 !important;
  font-size: 14px;
}

.mega_menu_item a::before {
  height: 1px;
  width: 0%;
  transition: 0.3s;
  position: absolute;
  content: "";
  background-color: #0d54a2;
  left: 0;
  bottom: -1px;
}

.mega_menu_item a:hover::before {
  width: 100%;
}

.mega_menu_item a {
  white-space: normal;
}

.mega_menu_item a:hover {
  padding: 0;
  margin: 10px 0px 0px 0px;
  padding-bottom: 7px;
}

.mega_menu_item a:focus {
  padding: 0;
  margin: 10px 0px 0px 0px;
  padding-bottom: 7px;
  justify-content: start;
  display: flex;
  align-items: start;
  letter-spacing: 0;
}

div#nav-menu {
  width: 100%;
  display: flex;
  gap: 25px;
}

.mega_menu_item {
  width: calc(100% - 50%);
  padding: 14px 0px;
  display: flex;
  flex-wrap: wrap;
}

.mega_menu_item + .mega_menu_item {
  width: calc(100% - 50%);
}

#nav-menu .inner-menu:first-child {
  width: 100%;
}

.inner-menu {
  width: 100%;
}

.inner-menu a i {
  transform: scaleX(-1);
}

.mega_menu_img {
  background: gray;
  width: 100%;
  height: 330px;
}

.mega_menu {
  display: none !important;
}

.mega_menu_dropdown:hover .mega_menu {
  display: flex !important;
  gap: 2rem;
  justify-content: center;
}

.inner-banner {
  padding: 0;
  position: relative;
}

.inner-ban-img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  max-height: 250px;
}

.inner-ban-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}

.inner-ban-cn {
  position: relative;
  z-index: 2;
}

.inner-ban-cn .section-title {
  margin: 0;
}

.inner-ban-cn .section-title h1 {
  font-size: 35px;
  position: relative;
  margin-bottom: 0px;
  text-transform: capitalize;
}

.inner-ban-cn {
  position: relative;
  z-index: 1;
  padding: 97px 0;
}

.inner-ban-img:before {
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
}

.section-title.text-white h1 {
  color: #fff;
}

.contact-form-bx {
  background: #0d54a2;
  padding: 50px;
}

.contact-form-bx .form-control {
  height: 45px;
  background: transparent;
  color: #fff;
  border-color: #ffffff26;
}

.contact-form-bx .section-title {
  margin: 0;
}

.contact-form-bx .section-title h2 {
  margin-bottom: 15px;
}

.contact-form-bx textarea.form-control {
  height: auto;
}

.contact-form-address {
  background-color: #ffffff;
  box-shadow: 0px 0px 23px -1px rgba(0, 0, 0, 0.05);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 50px;
  height: 100%;
}

.contact-form-address .section-title {
  margin-bottom: 15px;
}

.find-box {
  display: flex;
}

.fd-icon {
  flex: 0 0 75px;
  background: #0d54a2;
  padding: 15px;
  border-radius: 5px;
  text-align: center;
  width: 75px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fd-icon img {
  filter: invert(1);
  width: 40px;
}

.find-box {
  display: flex;
  gap: 15px;
  align-items: center;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #0d54a21f;
}

.find-box .fd-detail h5 {
  font-size: 20px;
  margin-bottom: 5px;
}

.find-box .fd-detail p {
  font-size: 18px;
  margin: 0;
  line-height: 1.2;
}

.find-box .fd-detail p a {
  color: #0d54a2;
}

.contact-map-bx {
  height: 450px;
}

.mobile-show {
  display: none;
}

.mobile-bar {
  display: none;
}
.mobile-bar a {
  background: #0d54a2;
  padding: 10px 0px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0px;
}

.mobile-bar a + a {
  background: transparent;
  border: 1px solid #0d54a2;
  color: #0d54a2;
}

@media (max-width: 1024px) and (min-width: 769px) {
  .roof-parallax-section {
    background-attachment: inherit;
  }
  .limit-bx {
    display: block !important;
  }
  .req-form .col-lg-7 {
    width: 73.333333%;
  }
}

@media only screen and (max-width: 1260px) {
  .mobmenu-content #mobmenuright > li > a:hover {
    background-color: #043b69 !important;
}
  #mobmenuright li a {
    padding: 8px 15px;
    border-bottom: 1px solid #eeeeee3d;
  }
  .mobmenu-content li {
    padding: 0px !important;
  }
  header .right-bx {
    display: none;
  }

  .righ-menu-bar {
    display: none;
  }

  .logo-bx a {
    position: relative;
    transform: none;
    top: 0;
  }

  .mobile-bar {
    display: grid;
    grid-template-columns: 50% 50%;
    text-align: center;
  }

  header {
    padding-bottom: 15px;
  }

  .mob-menu-header-holder.mobmenu {
    width: 0;
    height: 0;
  }

  .mob-menu-header-holder.sticky .mobmenur-container {
    top: 21px;
  }

  .mobmenur-container {
    transition: all 0.5s;
  }
}

@media only screen and (max-width: 991px) {
  ul.border-box-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .page-id-327 ul.border-box-list,
  .section-desing-1.grid-3 ul.border-box-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .about-sec2 {
    padding-top: 50px;
  }

  .about-sec2 .about-cn-bx {
    padding-left: 0;
    margin-top: 30px;
  }

  .service-cards {
    min-height: auto;
  }

  .service-cards2 {
    position: relative;
  }

  .bootom-img-bx {
    height: 100%;
    margin-top: 50px;
    position: relative;
    z-index: 3;
  }

  .choose-img-bx {
    text-align: right;
    margin-left: 0;
    margin-top: 30px;
  }

  .choose-cn-bx {
    max-width: 100%;
    margin-right: 0;
  }

  .faq-section .right-bx {
    position: relative;
    display: none;
  }

  .blog-main {
    display: grid;
    grid-template-columns: repeat(1, 100%);
    gap: 15px;
    justify-content: space-between;
  }

  section {
    padding: 50px 0;
    overflow: hidden;
  }

  .footer-cta {
    padding: 50px 0 20px;
  }

  .mobile-hide {
    display: none;
  }

  .lines {
    display: none;
  }

  .footer-content {
    margin: 50px 0;
  }

  section.cta-section-2.house_man {
    background: #f0f4f9;
    background-image: none;
  }

  .cta-head-2 {
    flex: 0 0 100%;
    text-align: center;
    align-items: center;
  }

  .mobile-show {
    display: block;
  }

  .cta-head-cn {
    flex-direction: column-reverse;
    text-align: center;
  }

  .mobile-services {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    margin: 0;
    align-items: center;
    justify-content: center;
  }

  .mobile-services a {
    flex: 0 0 calc(50% - 15px);
  }

  .mobile-services .service-cards {
    min-height: auto;
    margin: 0;
  }

  .mobile-services .service-cards2 {
    position: relative;
    bottom: 0;
    width: 100%;
    margin: 0;
  }

  .mobile-services .service-cards2 .pic-bx img {
    width: auto;
    height: auto;
    display: block;
  }

  .mobile-services .service-cards2 .pic-bx {
    width: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 160px;
  }

  .hero-image img {
    margin-left: 0;
    margin-top: 30px;
  }

  .left-bx {
    margin-top: 15px;
  }

  .left-bx .section-title {
    margin-bottom: 15px;
  }

  .roof-parallax-section {
    background-attachment: unset;
    min-height: auto;
  }
  .mobmenu-content #mobmenuright li:hover {
    padding: 0;
  }
  .mobmenu-content li > .sub-menu li {
    padding-left: 0 !important;
  }
}

@media only screen and (max-width: 767px) {
  ul.list-style-2 {
    grid-template-columns: repeat(1, 1fr);
  }

  ul.border-box-list {
    grid-template-columns: repeat(1, 1fr);
  }

  .page-id-327 ul.border-box-list,
  .section-desing-1.grid-3 ul.border-box-list {
    grid-template-columns: repeat(1, 1fr);
  }

  .choose-list {
    grid-template-columns: 1fr;
  }

  .logo-bx {
    flex: 0 0 50%;
  }

  .video-ban {
    max-height: max-content;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .about-head {
    flex-wrap: wrap;
    gap: 25px;
  }

  .about-sec2 .about-cn-bx ul li {
    width: 100%;
  }

  .mobile-services a {
    flex: 0 0 calc(100% - 15px);
  }

  .service-section3 .section-title {
    margin-bottom: 25px;
  }

  .choose-bx {
    padding: 30px;
  }

  .latest-main {
    grid-template-columns: repeat(2, 1fr);
  }

  .single-cta {
    text-align: center;
    margin-bottom: 30px;
  }

  .footer-form-widget {
    padding: 0 15px;
  }

  .contact-form-address {
    padding: 30px;
  }

  .contact-form-bx {
    padding: 30px;
  }

  .contact-map-bx {
    height: 250px;
  }

  .inner-ban-cn {
    padding: 60px 0;
  }

  .accordion button .accordion-title {
    font-size: 16px;
  }

  .inner-ban-cn .section-title h1 {
    text-align: center;
  }

  .section-title h2 {
    font-size: 22px;
  }

  .hero-content .section-title h1 {
    font-size: 22px;
  }

  .section-title {
    margin-bottom: 15px;
  }
  .roof-parallax-section {
    background-attachment: inherit;
  }
}

.g-recaptcha {
  max-height: 60px;
}

.contact-form-bx .form-group label {
  color: #fff;
  display: block;
  margin: 15px 0px 5px 0px;
  font-size: 16px;
  font-weight: 500;
}

.contact-form-bx .form-group {
  margin-bottom: 0px;
}

.captcha-root {
  display: flex;
  align-items: start;
  justify-content: space-between;
}

.estimate-form-container .g-recaptcha {
  transform: scale(0.6);
  -webkit-transform: scale(0.6) !important;
  transform-origin: 0 0;
  max-height: 50px;
  -webkit-transform-origin: 0 0;
}

.estimate-form-container .captcha-root .captcha-bx {
  width: calc(100% - 42%);
}

.error {
  background: red;
  color: #fff !important;
  padding: 0px 2px;
  font-size: 13px;
  display: block;
  text-transform: capitalize;
}

.limit-bx {
  display: flex;
  justify-content: space-between;
  margin: 5px 0px;
}

.button-box {
  margin-top: 15px;
}

.captcha-main-bx {
  margin-top: 15px;
}

.policy_section .wp-block-heading {
  background-color: #f2f2f2;
  display: flex;
  font-size: 30px;
  padding: 15px 15px 15px 20px;
  border-left: 5px solid #0d54a2;
  margin: 25px 0px 10px 0px !important;
}
.add-icon {
  position: relative;
}
.add-icon::after {
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 18px;
  color: #0d54a2;
  line-height: 40px;
  position: absolute;
  top: 0;
  right: 23px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  pointer-events: none;
}
.main-menu {
  flex-direction: row !important;
}
@media (max-width: 575.98px) {
	.mobile-bar a {
		font-size: 0.7rem;
	}
	.choose-img-bx {
		display: none;
	}
	.cta-head-2 {
		padding: 15px 0;
	}
	.estimate-form-container {
		padding: 35px 15px;
	}
}