@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


:root {
  --theme-color: #000000;
  --theme-color-second: #046bd2;
  --theme-color-third: #fff;

  --heading-font: "Oswald", sans-serif;
  --paragraph-font: "Poppins", sans-serif;
  --span-font: 'spanist';



  --shadow-small: 0 1px 3px rgba(0, 0, 0, 0.1);
  --shadow-base: 0 4px 6px rgba(0, 0, 0, 0.1);
  --shadow-large: 0 10px 20px rgba(0, 0, 0, 0.2);
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden !important;

}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  outline: none;
  font-size: 17px;
  color: #1e1e1e;
  background-color: #fff;
  scroll-behavior: smooth;
  overflow-x: hidden !important;
  font-family: "Poppins", sans-serif;
  /* color: var(--theme-color) !important; */
}


a {
  color: #0055f1;
  text-decoration: none;
  transition: all 0.5s;

}

a:hover {
  text-decoration: none;
  transition: all .6s;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  margin-bottom: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--heading-font);
}

.span-font {
  font-family: var(--span-font);
}

p {
  margin: 0;
  line-height: 27px;
  margin-bottom: 15px;
  font-size: 16px;
}

ul li {
  margin-bottom: 0px;
}

.img-fluid {
  display: block;
  width: 100%;
  max-width: 100%;
}

.li {
  display: inline-block;
  padding: 0px 5px;
}

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

h1 {
  font-size: 60px;
}

h2 {
  font-size: 50px;
}

h3 {}

h4 {}

h5 {}

h6 {}


.bg-cover {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.gap {
  margin-bottom: 30px;
}

section {
  padding: 80px 0px;
}

.form-control:focus {
  border-color: #ced4da;
  outline: 0;
  box-shadow: none;
}

input {
  width: 100%;
  outline: none;
  border: none;
  border: 1px solid #ced4da;
}

textarea {
  width: 100%;
  outline: none;
  border: none;
  border: 1px solid #ced4da;
}

select {
  width: 100%;
  outline: none;
  border: none;
  border: 1px solid #ced4da;
  color: #c1c0bd;
}

/* navbar----------- */


@-webkit-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@-moz-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

* {
  box-sizing: border-box;
}

.m-backtotop {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: fixed;
  bottom: -50px;
  right: 0;
  width: 50px;
  height: 50px;
  background: var(--theme-color);
  border-radius: 0;
  text-align: center;
  border: 2px solid var(--theme-color-second);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  opacity: 0;
  overflow: hidden;
  color: #fff;
}

.m-backtotop.active {
  bottom: 0;
  opacity: 1;
}

.m-backtotop>div {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.m-backtotop>div.arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  opacity: 1;
  z-index: 999;
}

.m-backtotop>div.text {
  font-size: 0.5rem;
  line-height: 10px;
  text-transform: uppercase;
  font-weight: 900;
  font-family: "Open Sans", sans-serif;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(50%) translateX(-50%);
  opacity: 0;
  margin-top: 1px;
}

.m-backtotop:hover {
  transform: scale(1.1);
  bottom: 0px;
  cursor: pointer;
  background: black;
  box-shadow: 0 10px 5px rgba(0, 0, 0, 0.1);
}

.m-backtotop:hover>div.arrow {
  transform: translateY(-150%) translateX(-50%);
  opacity: 0;
}

.m-backtotop:hover>div.text {
  transform: translateY(-50%) translateX(-50%);
  opacity: 1;
}

/* Progress bar styles */
.m-backtotop .progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: var(--theme-color-second);
  transition: height 0.2s ease-in-out;
}

.py-5 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.py-6 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.py-7 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.py-8 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.py-9 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.py-10 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.gap-p p {
  margin-bottom: 0px;
}


/* ---------------------- */


/* ---------------------- */
.small {
  display: none;
}


a.navbar-brand img {
  width: 140px;
}

.header_menu li a {
  color: #000000;
  font-size: 16px;
  text-transform: uppercase;
  padding: 29px 19px;
  display: inline-block;
}

.header_menu li a:hover {
  color: var(--theme-color-second);
}

.hd_info {
  display: flex;
  align-items: center;
  gap: 10px;

  flex-wrap: wrap;
}

a.comon-btn {
  background: var(--theme-color-second);
  color: #fff;
  display: inline-block;
  font-size: 14px;
  padding: 12px 6px;
  border-radius: 0px;
  width: 11rem;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
}

a.comon-btn:hover {
  background: var(--theme-color);
  color: #fff;
}

a.btn-white {
  background: #fff;
  color: #1e1e1e;
}

a.btn-black {
  background-color: #000;
  color: #fff;
}

a.btn-black:hover {
  background-color: var(--theme-color-second);
}

.header_menu li a {
  color: #fff;
  font-size: 15px;
  text-transform: capitalize;
  padding: 29px 17px;
  display: inline-block;
  font-weight: normal;
}

.navbar li:hover a {
  color: var(--theme-color-second);
}

.navbar li:hover .dropdown-menu {
  transition: .3s;
  opacity: 1;
  visibility: visible;
  top: 100%;
  transform: rotateX(0deg);
}

@media all and (min-width: 992px) {
  .navbar .dropdown-menu-end {
    right: 0;
    left: auto;
  }

  .navbar li .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    margin-top: 0;
  }

  .navbar li:hover a {
    color: var(--theme-color-second);
  }

  .navbar .dropdown-menu.fade-down {
    top: 80%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
  }

  .navbar .dropdown-menu.fade-up {
    top: 180%;
  }

  .navbar li:hover .dropdown-menu {
    transition: .3s;
    opacity: 1;
    visibility: visible;
    top: 100%;
    transform: rotateX(0deg);
  }
}

ul.dropdown-menu.fade-up li a:hover {
  color: #fff !important;
  background: var(--theme-color-second);
}

#main_header ul.dropdown-menu.fade-up li:last-child {
  border-bottom: 0px;
}

#main_header ul.dropdown-menu.fade-up li {
  border-bottom: 1px solid #c1c0bd;
  margin: 0 0 0 0;
}

ul.dropdown-menu.fade-up {
  border: none;
  background: #fff;
  padding: 0 0;
  min-width: inherit;
  width: 260px;
  border-radius: 0px;
}

ul.dropdown-menu.fade-up li a {
  color: #000 !important;
  font-size: 15px;
  display: block;
  width: 100%;
  padding: 13px 12px;
}

.link-sm-2 i {
  top: -9px !important;
}

.link-sm-2 {
  position: relative;
}


.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%
}

.sticky-top-1.sticky {
  background: #fff !important;
  z-index: 9999999999999;
}



.banner_sec {
  padding: 150px 0 199px;
  background-position: top !important;
}


/* home_sec_2 */
.home_sec_2 .service_box {
  height: 100%;
}

.home_sec_2 .service_box h4 {
    font-size: 18px;
}

.home_sec_2 .service_box p {
  color: #777777;
}

/* home_sec_3  */

.home_sec_3 .card-box img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  margin-bottom: 10px;
}

.home_sec_3 .card-box h4 {
  font-size: 20px;
  color: var(--theme-color-second);
}

.home_sec_3 .card-box p {
  color: #777777;
  margin-bottom: 0;
  font-size: 15px;

}


/* home_sec_4 */

.home_sec_4 h4 {
  line-height: 1.8;
  font-size: 30px;
}

.home_sec_4 h4 a {
  color: var(--theme-color-second);
}

/* home_Sec_5 */

.home_Sec_5 ul {
  list-style: disc;
  padding-left: 15px;
}

.home_Sec_5 ul li {
  font-family: var(--heading-font);
  margin-bottom: 10px;
}

.home_Sec_5 ul li::marker {
  color: var(--theme-color-second);
}

/* home_sec_6 */
.home_sec_6 .img-box {
  position: relative;
}

.home_sec_6 .img-box .over-lay {
  position: absolute;
  bottom: 0;
  padding: 10px;
  width: 100%;
  display: block;
  font-weight: bold;
  letter-spacing: 2px;
}

.home_sec_6 .img-box img {
  height: 250px;
  object-fit: cover;
}


.home_sec_6 .img-box img.adjust-img {
  height: 508px;
}

.home_sec_6 .img-box a {
  display: block;
  height: 100%;
}

/* service areas */
.service_areas_section {
  background: #fff;
}

.service_areas_section .area-list {
  display: block;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 0;
  margin-bottom: 25px;
}

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

.service_areas_section .area-list li a {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  font-size: 15px;
  color: #333;
}

.service_areas_section .area-list li a span i {
  color: #0d6efd;
  font-size: 16px;
}

/* home_sec8 */
.home_sec8 {
  padding: 100px 0;
}

/* ******** */

.faqs .accordion-button:not(.collapsed)::after {
  background-image: url('../image/minus.png');
}

.faqs .accordion-button::after {
  flex-shrink: 0;
  margin-left: auto;
  content: "";
  background-image: url('../image/plus.png');
  background-repeat: no-repeat;
}

.faqs .accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 17px;
  color: #000 !important;
  text-align: left;
  border: 0;
  border-radius: 0;
  font-family: "Poppins", serif;
  overflow-anchor: none;
  padding: 18px 19px;
  background: #ffffff;
}

.faqs .accordion-body p {
  margin-bottom: 10px;
  font-size: 16px;
  /* padding: 0px 19px ; */
}

.faqs button:focus:not(:focus-visible) {
  outline: none;
  box-shadow: none;
}

.faqs .accordion-item {
  background-color: #fff;
  border: none;
  margin-bottom: 9px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

}

.faqs .accordion-button:not(.collapsed) {
  color: #000 !important;
  background-color: var(--theme-color-third);
  box-shadow: none;
}

.faqs .accordion-body {
  padding: 0px 20px 10px;
  background: var(--theme-color-third);
  color: #000;
  padding-top: 0;
}

/*************/
.home_sec9 .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  flex-wrap: wrap;
  gap: 10px;
}

/* TESTIMONIAL SEC */

.testimonial .test-mat img {
  width: 52px !important;
  text-align: end;
  /* margin-left: auto; */
  margin-bottom: 25px;
}

.testimonial .test-mat ul {
  gap: 6px;
  color: #fe8a02;
  margin-bottom: 0;
}

.testimonial .test-mat {
  background: #fff;
  padding: 26px 17px;
  border-radius: 0;
/*   height: 100%; */
  border: none;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 0 9px 0px;
  margin: 10px 10px;
}

.testimonial .test-mat .karge {
  font-size: 20px;
  height: 177px;
}

.testimonial .owl-dots {
  display: none;
}

.testimonial .test-mat p {
  font-size: 15px;
  line-height: 1.7;
  font-weight: 400;
  padding-right: 0;
}

.testimonial .test-mat .btom_img {
  margin-top: 25px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.testimonial .test-mat .btom_img img {
  width: 60px !important;
  text-align: start;
  margin: 0;
}

.testimonial .test-mat .btom_content h6 {
  font-family: var(--paragraph-font);
  font-weight: 500;
  margin-bottom: 3px;
}

.testimonial .test-mat .btom_content p {
  margin-bottom: 0;
}

.testimonial .test-mat .btom_content p span {
  font-size: 13px;
}

.testimonial .owl-nav {
  position: relative;
}

.testimonial .owl-next {
  position: absolute;
  right: -40px;
  top: -214px;
}

.testimonial .owl-prev {
  position: absolute;
  left: -40px;
  top: -214px;
}

.testimonial .owl-nav img {
  width: 25px;
}

.testimonial h6 {
  font-size: 16px;
  margin-bottom: 0;
  line-height: 0.9;
}

.testimonial .test-mat .content p {
  min-height: 193px;
}

/* Blog Page */
#bg-blue .blog-box a span {
  color: #000;
  margin-bottom: 5px !important;
  font-size: 15px;
}

#bg-blue .blog-box a h5 {
  font-weight: 400;
  color: #000;
  font-size: 22px;
  line-height: 1.4;
}

#bg-blue .read-btn {
  color: var(--theme-color-second);
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  /* text-decoration: underline; */
  /* padding-bottom: 11px; */
}

.blog-sec .blog-box {
  position: relative;
}

.blog-sec .blog-box .btom_content {
  position: absolute;
  bottom: 10px;
  padding: 0 24px;
}

#bg-blue .blog-box i {
  color: #046bd2;
}

/* Contact Us */
.contact_sec input {
  width: 100%;
  padding: 14px 12px;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #fff;
  outline: none;
  color: #000;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 0 9px 0px;
}

.contact_sec textarea {
  width: 100%;
  padding: 14px 12px;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #fff;
  outline: none;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 0 9px 0px;
}

.contact_sec input::placeholder {
  opacity: 1;
  color: #000;
}

.contact_sec textarea::placeholder {
  opacity: 1;
  color: #000;
}

.contact_sec button {
  width: 100%;
  padding: 14px 12px;
  border-radius: 5px;
  background: var(--theme-color-second);
  cursor: pointer;
  border: none;
  outline: none;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.contact_sec .contact_info ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
  color: #fff;
}

.contact_sec .contact_info ul li a {
  color: #fff;
}

.contact_sec .contact_info ul li i {
  font-size: 24px;
}

.contact_sec .heading {
  padding: 50px 30px 40px;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}

/* footer */

.footer {
  background-color: #d7e8ed;
  padding: 80px 0 42px;
}

.footer .ft-subscribe {
  font-size: 25px;
  margin-bottom: 5px;
}

.footer form {
  display: flex;
  padding: 10px 25px;
  border: 1px solid #000;
  border-radius: 100px;
}

.footer form input, .footer form button {
  background: transparent;
  border: none;
  font-size: 18px;
}

.footer .social {
  display: flex;
  gap: 13px;
}

.footer .social li a {
  color: #000;
}

.footer .heading h4 {
  font-family: var(--paragraph-font);
  font-size: 18px;
  color: var(--theme-color-second);
}

.footer .heading .ft-list li a {
  color: #000;
  font-size: 15px;
}

.footer .heading .ft-list li {
  margin-bottom: 10px;
}

.footer .vontent-head p {
  font-size: 15px;
}

.footer .heading img {
  width: 165px;
  margin-bottom: 21px;
}

.footer .heading a {
  color: var(--theme-color-second);
}

.footer .heading a i {
  color: var(--theme-color-second);
  font-size: 17px;
  margin-right: 6px;
}

.footer .heading .ft-list li {
  margin-bottom: 14px;
}

/* INNER PAGE */
#inner-banner {
  background: #000;
  padding: 160px 0 40px;
  color: #fff;
}

#inner-banner h1 {
  font-size: 68px;
  font-weight: 500;
}

#inner-banner .breadcrumb a {
  color: var(--theme-color-second);
  font-weight: 600;
}

#inner-banner .breadcrumb-item.active {
  color: #fff;
}

#inner-banner .breadcrumb-item+.breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: rgba(255, 255, 255, 0.75);
  content: var(--bs-breadcrumb-divider, "/");
}

#inner-banner .breadcrumb-item+.breadcrumb-item::before {
  float: left;
  padding-right: 7px;
  content: var(--bs-breadcrumb-divider, "/");
}


/* CONTACT US PAGE */

.contact .heading {
  text-align: center;
}

#contact .contact-address,
#contact .contact-phone,
#contact .contact-email {
  margin-bottom: 20px;
  /* background: #e8e4e4 !important; */
  padding: 38px 0 27px;
  border: 1px solid #e8e4e4;
  height: 100%;
  border-radius: 8px;
  box-shadow: 0px 0px 9px 5px rgba(0, 0, 0, 0.08);
}

#contact .contact-info {
  margin-bottom: 20px;
  text-align: center;
  margin-top: 20px;
  color: #000;
}

#contact .contact-info .fa-map-marker {
  font-size: 39px;
}

#contact .contact-info h3 {
  text-transform: capitalize;
  color: #272727;
  margin: 14px 0 0;
  /* margin-bottom: 0; */
  font-size: 23px;
  margin-bottom: 6px;
  /* font-family: 'Poppins', sans-serif; */
  text-transform: capitalize;
}

#contact address {
  margin-bottom: 16px;
  font-style: normal;
  line-height: inherit;
  color: #202020;
  font-weight: 400;
}

#contact .contact-info i {
  font-size: 45px;
  display: inline-block;
  margin-bottom: 0;
  color: #737373 !important;
}

#contact .contact-info .fa-envelope {
  font-size: 32px;
}

#contact .contact-info a {
  color: #202020;
  font-size: 16px;
}

#contact .con-form form input,
#contact .con-form form textarea {
  padding: 15px 8px;
  border-left: transparent;
  border-right: transparent;
  border-top: transparent;
  border-bottom: 1px solid #000;
  box-shadow: none;
  font-size: 15px;
  outline: none;
  width: 100%;
}

#contact .con-form form input {
  color: #000;
}

#contact .con-form form label {
  color: #00000080;
}

#contact .con-form form button[type="submit"] {
  background: #737373;
  border: 0;
  padding: 16px 30px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  width: 100%;
  font-weight: 500;
  border-radius: 5px;
}

#contact .con-form .contact-location .timing {
  gap: 10px;
  display: grid;
}

#contact .con-form form .form-btn-grp {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

#contact .con-form a {
  text-decoration: none;
  color: #000;
  font-weight: 600;
}

#contact .con-form .form-info {
  box-shadow: 1px 2px 35px 7px rgba(0, 0, 0, 0.11);
  padding: 30px 40px;
  border-radius: 6px;
}

#contact .con-form {
  padding: 20px 0px 0;
}

/* inner blog */


.inner-blog-left-sec {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border: rgba(149, 157, 165, 0.2);
  padding: 15px 19px 35px;
  border-radius: 8px;
}

.inner-blog-left-sec .inner-blog-sec1 p {
  color: #000000ab;
}

.inner-blog-left-sec .inner-blog-sec1 .heading .blog-head {
  display: flex;
  align-items: center;
  gap: 20px;
}

.inner-blog-left-sec .inner-blog-sec1 .heading .blog-head p {
  color: #606060;
  margin-bottom: 12px;
}

.inner-blog-left-sec .inner-blog-sec1 h3 {
  font-weight: 600;
  margin-bottom: 18px;
  /* font-size: 29px; */
}

.inner-blog-left-sec .inner-blog-sec1 img {
  border-radius: 5px;
  margin-bottom: 0;
}

.inner-blog-left-sec .inner-blog-sec1 .share-sec {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #1c1c1c2b;
  margin-bottom: 10px;
  flex-wrap: wrap;
}

.inner-blog-left-sec .inner-blog-sec1 .share-sec .social ul {
  display: flex;
  gap: 15px;
  align-items: center;
}

.inner-blog-left-sec .inner-blog-sec1 .share-sec .social ul li i {
  font-size: 17px;
  color: var(--theme-color);
}

.inner-blog-left-sec .inner-blog-sec1 .heading .blog-head i {
  color: var(--theme-color);
  font-size: 16px;
  margin-right: 3px;
}

.inner-blog-left-sec .inner-blog-sec1 .share-sec .social ul li a {
  color: #00000059;
}

.inner-blog-left-sec .navigation-sec .navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.inner-blog-left-sec .navigation-sec .navigation a {
  color: var(--theme-color);
  font-size: 15px;
  font-weight: 600;
}

.inner-blog-left-sec .navigation-sec .navigation i {
  color: var(--theme-color);
}

.inner-blog-left-sec .navigation-sec .blog-contain {
  padding: 25px 18px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border: rgba(149, 157, 165, 0.2);
  border-radius: 5px;
  height: 100%;
}

.inner-blog-left-sec .navigation-sec .blog-contain .img-top {
  padding-bottom: 15px;
}

.inner-blog-left-sec .navigation-sec .blog-contain .img-top img {
  border-radius: 5px;
}

.inner-blog-left-sec .navigation-sec .blog-contain .blog-content .heading h3 {
  color: #000;
}

.inner-blog-left-sec .navigation-sec .blog-contain .blog-content .heading p strong {
  color: #00000059;
}

.inner-blog-left-sec .navigation-sec .blog-contain .blog-content .heading p {
  color: #000000ab;
}

.inner-blog-left-sec .navigation-sec .blog-contain .blog-content .heading .blog-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.inner-blog-left-sec .inner-blog-comment .contact-form {
  padding: 20px 25px;
  border: 1px solid rgba(69, 69, 70, 0.2);
  border-radius: 8px;
  background: #fff;
  color: #000;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.inner-blog-left-sec .inner-blog-comment .contact-form form input {
  width: 100%;
  outline: none;
  padding: 11px;
  border-radius: 4px;
  border: 1px solid #1c1c1c3b;
}

.inner-blog-left-sec .inner-blog-comment .contact-form form textarea {
  width: 100%;
  outline: none;
  padding: 11px;
  border-radius: 4px;
  border: 1px solid #1c1c1c3b;
}

.inner-blog-left-sec .inner-blog-comment .contact-form form button {
  color: #ffffff;
  background-color: #000;
  display: inline-block;
  width: 100%;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #000;
  padding: 15px 20px;
  border-radius: 8px;
  font-weight: 400;
  transition: 0.5s;
}

.inner-blog-left-sec .inner-blog-comment .contact-form form button:hover {
  background: #1c1c1c3b;
  border: 1px solid #1c1c1c3b;
  color: #000;
  transition: 0.5s;
}

.inner-blog-left-sec .admin-sec p {
  color: #000000ab;
}

.inner-blog-left-sec .admin-sec .admin-info .admin-info-content .social ul {
  display: flex;
  gap: 25px;
  align-items: center;
}

.inner-blog-left-sec .admin-sec .admin-info .admin-info-content .social ul li i {
  font-size: 18px;
}

.inner-blog-left-sec .admin-sec .admin-info .admin-info-content .social ul li a {
  color: #000000ab;
}

.inner-blog-left-sec .admin-sec .admin-info .admin-info-content {
  border-top: 1px solid #1c1c1c3b;
  border-bottom: 1px solid #1c1c1c3b;
  padding: 10px 20px;
}

.inner-blog-left-sec .admin-sec img {
  border-radius: 5px;
}


/* inner-blog-right-sec */

.inner-blog-right-sec {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border: rgba(149, 157, 165, 0.2);
  padding: 35px 21px;
  border-radius: 8px;
}

.inner-blog-right-sec .blog-search form {
  position: relative;
  border: 1px solid #1c1c1c3b;
  border-radius: 5px;
  padding: 11px 13px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.inner-blog-right-sec .blog-search form input {
  border: none;
  outline: none;
  padding: 0;
  width: 100%;
}

.inner-blog-right-sec .blog-search form button {
  /* position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%; */
  cursor: pointer;
  background: none;
  border: 0;
  font-size: 15px;
  color: #000000;
}

.inner-blog-right-sec .popular-sec .popular-cards1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #1c1c1c3b;
  padding: 15px 0;
  gap: 10px;
}

.inner-blog-right-sec .popular-sec .popular-cards1 .img-top img {
  width: 130px;
}

.inner-blog-right-sec .popular-sec .popular-cards1 p {
  color: #000000ab;
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 0;
}

.inner-blog-right-sec .popular-sec .popular-cards1 a {
  color: #000000ab;
  font-size: 15px;
}

.inner-blog-right-sec .popular-sec .popular-cards1 .heading {
  width: 100%;
}

.inner-blog-comment h4 {
  margin-bottom: -30px !important;
}

.inner-blog-left-sec h1 {
  font-size: 38px;
}



/* Services Section */
.services_sec2 ul li {
  margin-bottom: 14px;
  border-bottom: 1px solid #353535;
  padding-bottom: 11px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.services_sec2 ul {
  background: #000;
  color: #fff;
  padding: 36px 30px;
  border-radius: 10px;
  height: 100%;
}

/* Inner Service Section 1 */
.inner_services_sec1 .heading h3 {
  font-family: "my-span-font";
  color: #37b6ff;
  margin-bottom: 0;
  font-size: 62px;
}

.inner_services_sec2 ul li {
  margin-bottom: 10px;
}

.inner_services_sec2 .table tr th {
  padding: 14px 20px;
  background: #37b6ff;
  color: #fff;
  font-weight: 500;
  border: 2px solid #ddd;
}

.inner_services_sec2 .table tbody tr td {
  padding: 14px 20px;
  /* color: #fff; */
  border: 2px solid #ddd;
}

.contact_form {
  background: #fff;
  border: 1px solid #000;
  border-radius: 7px;
  box-shadow: 0px 0px 10px 1px rgb(175 174 174 / 50%);
  padding: 27px 19px;
  text-align: center;
}

.area_sec form input {
  width: 100%;
  padding: 12px;
  border-radius: 5px;
  border: 1px solid #7b7b80a2;
  outline: none;
  box-shadow: rgba(100, 100, 111, 0.11) 0px 7px 29px 0px;
}

.area_sec form input::placeholder {
  opacity: 1;
  color: #323232;
  font-size: 15px;
}

.area_sec form textarea::placeholder {
  opacity: 1;
  color: #323232;
  font-size: 15px;
}

.area_sec form textarea {
  width: 100%;
  padding: 12px;
  border-radius: 5px;
  border: 1px solid #7b7b80a2;
  outline: none;
  box-shadow: rgba(100, 100, 111, 0.11) 0px 7px 29px 0px;
}

.area_sec form select {
  width: 100%;
  padding: 12px;
  border-radius: 5px;
  border: 1px solid #7b7b80a2;
  outline: none;
  box-shadow: rgba(100, 100, 111, 0.11) 0px 7px 29px 0px;
  background: #fff;
  color: #323232;
}

.area_sec form button {
  width: 100%;
  padding: 13px 0;
  border: none;
  border-radius: 10px;
  text-transform: uppercase;
  background: #000;
  color: #fff;
  outline: none;
  transition: all 0.6s;
}

.area_sec form button:hover {
  color: #fff;
  background: #37b6ff;
}

.inner-area1 .left-cont {
  background: #000;
  padding: 41px;
  color: #fff;
  border-radius: 10px;
}

.inner-area1 .contact_info span a {
  color: #fff;
  font-size: 16px;
}

.inner-area1 .contact_info span {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  display: block;
  margin-bottom: 12px;
}
.map iframe {
  width: 100%;
}

.wpcf7-form-control.wpcf7-submit.has-spinner.submit-button {
    width: 100% !important;
    padding: 14px 12px !important;
    border-radius: 5px !important;
    background: #046bd2 !important;
    cursor: pointer !important;
    border: none !important;
    outline: none;
    color: #fff !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
}

.wpcf7-form-control.wpcf7-submit.has-spinner.comon-btn2 {
    background: #737373 !important;
    border: 0;
    padding: 16px 30px;
    color: #fff !important;
    transition: 0.4s !important;
    cursor: pointer !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 100% !important;
    font-weight: 500 !important;
    border-radius: 5px !important;
}


.service_areas_section .area-list ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 0;
    margin-bottom: 25px;
}
.service_areas_section .area-list ul li {
    width: 100%;
}


input.wpcf7-form-control.wpcf7-submit.has-spinner.submit-form-btn {
    width: 100%;
    padding: 13px 0 !important;
    border: none;
    border-radius: 10px !important;
    text-transform: uppercase !important;
    background: black !important;
    color: #ffff !important;
    outline: none;
    transition: all 0.6s;
}

/*Pagination Style*/
.center {
  display: flex;
justify-content: center;
margin-top: 40px;
}

a.page-numbers {
    color: #000000;
    padding: 10px 10px;
    text-decoration: none;
    transition: background-color 0.5s;
    border: 1px solid #ddd;
border-radius: 5px;
    margin: 0px 5px;
    padding: 10px 15px;
   font-size: 18px;
}

a.page-numbers:hover {
    background-color: #d6d4d4;
}

span.page-numbers.current {
    background-color: #0D6EFD;
    color: #fff;
    padding: 10px 15px;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin: 0px 5px;
    font-size: 18px;
        z-index: 3;
border-radius: 5px;
}

/*Inner Blog Css*/
/* Blog Leave A Comment */
.inner-blog-left-sec .inner-blog-comment .contact-form {
    padding: 20px 25px;
    border: 1px solid rgba(69, 69, 70, 0.2);
    border-radius: 8px;
    background: #fff;
    color: #000;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}


#respond {
/*     max-width: 600px; */
    margin: 0 auto;
}
#respond #reply-title small a{
color: white !important;
background-color: #000 !important;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
#respond h2 {
    font-size: 24px;
    margin: 24px 0 16px 0;
    font-weight: 500;
}
#respond form {
    display: block;
    margin-top: 0em;
border: none;
}
#respond form p{
color: #6d6d6d;
 margin: 0;
    line-height: 26px;
    margin-bottom: 21px;
    font-size: 16px;
}
#respond .comment-form-comment,
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url {
    margin-bottom: 20px;
}

#respond label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

#respond textarea,
#respond input[type="text"],
#respond input[type="email"],
#respond input[type="url"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

#respond .comment-form-cookies-consent {
    margin-top: 20px;
}

#respond .form-submit {
    margin-top: 20px;
}

#respond .submit {
    background-color: #FF6601;
    color: white;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

#respond .submit:hover {
    background: #000000;
    color: #fff;
    transition: all 0.8s;
}#respond .comment-form-cookies-consent input {
    width: 18px;
    height: 12px;
}
#respond .comment-form-cookies-consent input,
#respond .comment-form-cookies-consent label {
  display: inline;
}
#respond p.logged-in-as a{
color: #0f3ca1 !important;
text-decoration: underline;
display: inline-block !important;
}
#comments .comment-author a{
color: #000 !important;
}
#comments .comment-metadata a{
color: #000 !important;
}
#comments .comment-metadata a.comment-edit-link{
color: white !important;
background-color: #000 !important;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
#comments span.comment-reply a{
color: white !important;
background-color: #000 !important;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
margin-right: 10px !important;
}
div#respond label {
    margin-bottom: 15px;
    font-weight: 600;
    text-transform: uppercase;
}

div#respond input,  div#respond textarea{
    padding: 10px;
    border-radius: 6px;
}

div#respond input#wp-comment-cookies-consent {
    width: 20px;
    height: 17px;
}

div#respond p.comment-form-cookies-consent {
    display: flex;
    align-items: center;
    gap: 13px;
    flex-wrap: nowrap;
}

div#respond p.comment-form-cookies-consent  label{
margin:0px!important;
}

div#respond input#submit {
    background: var(--theme-color-second);
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
}

/*Search Form style*/
.search-form {
  position: relative;   /* parent for absolute positioning */
  width: 100%;          /* full width if needed */
}

.search-form input[type="search"] {
  width: 100%;          /* input takes full width */
  padding-right: 45px;  /* leave space for button */
  box-sizing: border-box;
}

.search-form button {
  position: absolute;
  right: 10px;          /* adjust spacing from right */
  top: 50%;
  transform: translateY(-50%); /* center vertically */
  border: none;
  background: transparent;
  cursor: pointer;
}
input#search-form-1 {
    border: none;
    outline: none;
width: 90%;
}
.single-post label {
    width: 100%;
}
.search-form label {
width: 100% !important;
}
h3.head_card {
    font-size: 18px;
    font-family: var(--heading-font);
    margin: 0;
    margin-bottom: 20px;
}
h3.head_card_flakes{
            font-size: 1.5rem;
}
.inner_services_sec1 .heading h2.head_pool {
    font-family: var(--heading-font); /* or inherit */
    color: #000;
    font-size: 1.5rem;
    margin-bottom: 10px;
}
/*==============================*/

.social-icons a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: 10px;
	background: #f5f7fa; /* soft light background */
	color: #555;
	font-size: 16px;
	transition: all 0.3s ease;
}

.social-icons a:hover {
	background: #0d6efd; /* primary blue (professional) */
	color: #fff;
	transform: translateY(-4px);
}
#site-footer .social-icons a.social {
	background: #f5f7fa;
	color: #555;
}