@import url('https://fonts.googleapis.com/css2?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');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif !important;
}

.header-top {
  background: #4665af;
  padding: 15px 0;
}

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

.head-socials {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  gap: 5px;
  align-items: center;
}

.head-socials a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 4px;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s all ease;
}

.head-socials a i {
  font-size: 14px;
  color: #fff;
}

.head-socials a:hover {
  background: #f15c26;
  text-decoration: none;
}

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

.custom-nav a {
  text-decoration: none !important;
  padding: 16px 23px;
  display: block;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
}

.custom-nav {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 9;
}

.search-form {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

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

.search-form .search-field {
  margin: 0 !important;
  height: 46px !important;
  background: rgba(0, 0, 0, 0.05) !important;
  color: rgba(0, 0, 0, 0.7) !important;
  font-size: 14px;
  border-radius: 0px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  width: calc(100% - 46px);
  border: none;
  margin: 0;
}

.search-form .search span {
  font-size: 20px;
}

.form-control.search {
  width: 46px !important;
}

.search-form .form-control:focus {
  outline: none;
}

.custom-nav .active a {
  background: #f15c26;
  color: #fff;
}

.banner-slide img {
  float: left;
  width: 100%;
  height: 700px;
  object-fit: cover;
}

.banner-content .banner_h1_head {
  font-size: 16px;
  text-transform: uppercase;
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 600;
  color: #f15c26;
  display: inline-block;
  position: relative;
  letter-spacing: 4px;
}

.banner-content .banner-head {
  display: block;
  font-size: 35px;
  font-weight: 500;
  color: #fff;
  line-height: 40px;
  text-shadow: 0px 3px 25px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

.banner-content {
  max-width: 650px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.banner-slider {
  position: relative;
}

.custom-btn {
  padding: 12px 16px;
  cursor: pointer;
  border-radius: 4px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  background: #f15c26;
  border: 1px solid #f15c26;
  color: #fff;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.custom-btn:hover {
  background: transparent;
  border: 1px solid #f15c26;
  background: transparent;
  color: #f15c26;
  text-decoration: none;
}

.banner-slide::before {
  content: '';
  background: rgba(0, 0, 0, .4);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.search-form label {
  display: none;
}

.search-form .search-submit {
  padding: 0;
  width: 46px !important;
  font-size: 0 !important;
  position: absolute;
  right: 0;
  margin: 0 !important;
  background-color: transparent !important;
  height: 100%;
  background-image: url('/wp-content/uploads/2024/09/search.png');
  border: none !important;
  background-repeat: no-repeat;
  background-position: center right 12px;
  background-size: 20px;
}

.search-form input:focus {
  outline: none !important;
}

#main {
  padding: 0;
}

.slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 10px;
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
}

.slick-dots button {
  padding: 0;
  margin: 0;
  font-size: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4) !important;
  outline: 1px solid #e6e6e6;
  outline-offset: 1px;
}

.slick-dots .slick-active button {
  background: #fff !important;
}

.slick-dots button:hover {
  border: none !important;
}

.intro {
  background: #4665af;
  width: 60%;
  padding-left: calc((100% - 1140px) /2);
  z-index: 9;
  position: relative;
  margin-top: -45px;
}

.intro .into-inner .custom-btn:hover {
  background: #455d97;
  border-color: #455d97;
}

.intro .into-inner {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.into-inner h2 {
  color: #fff;
  font-size: 18px;
}

.intro .container {
  padding: 0;
}

.intro-cont span {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
}

.intro-cont span img {
  max-width: 24px;
  filter: brightness(0) invert(1);
}

.intro-cont {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px 0;
}

.intro .into-inner .custom-btn {
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
}

.section-header .orange-text {
  font-size: 18px;
  /* font-size: 12px; */
  display: block;
  font-weight: 700;
  color: #f15c26;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 28px;
  /* line-height: 22px; */
  margin-bottom: 5px;
}

.section-header h2 {
  color: rgba(0, 0, 0, 0.8);
  /* font-size: 24px; */
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  /* line-height: 34px; */
}

.exper-wrap {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.exper-inner {
  display: flex;
  gap: 16px;
  align-items: center;
}

.exper-inner .exper-img img {
  width: 70px;
  height: 70px;
}

.exper-content h3 {
  font-weight: 700;
  font-size: 18px;
  color: #000000;
}

.exper-content p {
  font-size: 18px;
  line-height: 1.8;
  font-weight: 400;
  color: #414042;
}

.section-header {
  margin-bottom: 65px;
}

.orange-bg {
  background: #f15c26;
}

.orange-bg .section-big-header h2 {
  padding: 20px 0;
  color: #fff;
  font-weight: 700;
  font-style: italic;
  font-size: 55px;
  letter-spacing: 1px;
}

.b_img_content {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 1000px;
  top: 50%;
  transform: translateY(-50%);
  padding-right: calc((100% - 1140px) /2);
}

.b_img {
  position: relative;
}

.b_img img {
  width: 100%;
}

.b_img_content p {
  font-size: 24px;
  color: #fff;
  line-height: 34px;
}
.b_img_content p br{
  display: none;
}
.b_img_content.b_img_content-left {
  right: auto;
  left: 0;
  padding-right: 0;
  padding-left: calc((100% - 1140px) /2);
}

.b_img_content h3 {
  padding: 20px 0;
  color: #fff;
  font-weight: 700;
  font-size: 42px;
}

.img-overlay::before {
  content: '';
  background: rgba(0, 0, 0, .5);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.service-wrap .b_img_content {
  max-width: 58vw;
}

.orange-bg {
  margin: 0 !important;
}

.about-us .b_img_content {
  width: 45vw;
  max-width: 900px;
}

.contact-inner .contact-form .section-header h3 {
  color: #000;
}

.contact-inner .contact-form .section-header h2 {
  color: #fff;
}
.contact-img {
  width: 70%;
}

.contact-form {
  width: calc(100% - 70% + 80px);
}

.contact-inner {
  display: flex;
  gap: 50px;
  padding-right: calc((100% - 1140px) / 2);
  align-items: stretch;
}

.contact-inner img {
  width: 100%;
}

.contact-form select {
  border: none !important;
  background-color: #fff !important;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" width="512" height="512" x="0" y="0" viewBox="0 0 128 128" style="enable-background:new 0 0 512 512" xml:space="preserve" class=""><g><path d="M64 88a3.988 3.988 0 0 1-2.828-1.172l-40-40c-1.563-1.563-1.563-4.094 0-5.656s4.094-1.563 5.656 0L64 78.344l37.172-37.172c1.563-1.563 4.094-1.563 5.656 0s1.563 4.094 0 5.656l-40 40A3.988 3.988 0 0 1 64 88z" fill="%23000000" opacity="1" data-original="%23000000" class=""></path></g></svg>') !important;
  background-position: right 10px center;
  background-size: 24px;
  background-color: #ffffff !important;
  color: rgba(0, 0, 0, 0.8) !important;
  font-size: 14px;
  font-weight: 500;
  border-radius: 5px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  width: 100%;
  height: 52px;
}

.contact-form input {
  margin: 0 !important;
  border: none !important;
  background: #fff !important;
  color: rgba(0, 0, 0, 0.8) !important;
  font-size: 14px;
  font-weight: 500;
  border-radius: 5px !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  width: 100%;
  height: 52px;
}

.contact-form .wpcf7-textarea {
  margin: 0 !important;
  border: none !important;
  background: #fff !important;
  color: rgba(0, 0, 0, 0.8) !important;
  font-size: 14px;
  font-weight: 500;
  border-radius: 5px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  width: 100%;
  height: 150px;
  resize: none;
}

.half-cols p {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.half-cols p .wpcf7-form-control-wrap {
  width: calc(50% - 7.5px);
}

.half-cols p br {
  display: none;
}

.contact-form form {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.contact-form form p {
  width: 100%;
}

.contact-form select:focus,
.contact-form input:focus,
.contact-form textarea:focus {
  outline: none !important;
  border: none !important;
}

.contact-form .wpcf7-submit {
  color: #fff !important;
  background-color: #414042 !important;
  border-color: #414042 !important;
  font-size: 12px;
  text-transform: uppercase;
  transition: .3s ease all;
}

.contact-form .wpcf7-submit:hover {
  background-color: #23272b !important;
  border-color: #23272b !important;
}

.contact-inner .section-header {
  margin-bottom: 30px;
}

.fa-brands {
  font-family: "Font Awesome 6 Brands" !important;
}

.fa-solid {
  font-family: "Font Awesome 6 Free" !important;
}

footer .container .footer-col p,
footer .container .footer-col ul li a,
footer .container .footer-col ul li {
  font-size: 14px;
  line-height: 1.8;
  font-weight: 400;
  color: #fff;
  list-style: none;
}

.footer-col.logo_sec img {
  max-width: 180px;
  padding-bottom: 30px;
}

footer {
  background: #252525;
  width: 100% !important;
  max-width: 100% !important;
  padding: 98px 0 !important;
  margin: 0 !important;
}

footer .footer-wrapper {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  display: flex;
  gap: 30px;
  margin: 0 auto !important;
}

footer .container .footer-col {
  width: calc(25% - 30px);
}
footer .container .footer-col.f_service {
	width: calc(23% - 30px);
	padding-left: 30px;
}
footer .container .footer-col.f_info {
	width: calc(28% - 30px);
}
footer .container h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
}

footer .head-socials {
  margin-top: 30px;
}

.opening-hours h4 {
  color: #414042;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  padding-bottom: 6px;
}

.opening-hours p {
  padding-bottom: 15px;
}

footer .container .footer-col ul {
  margin-left: 0;
  padding: 0;
}

#section-counter .text strong {
  line-height: 1;
  font-weight: 700;
  font-size: 38px;
  color: #fff;
  display: block;
  margin-bottom: 10px;
}

#section-counter .text span {
  text-transform: uppercase;
  font-weight: 600;
  color: rgba(255, 255, 255, 1);
}
#section-counter .text .number-flex{
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 10px;
  font-size: 30px;
  color: #fff;
  font-weight: 700;
  justify-content: center;
}
#section-counter .text .number-flex strong{
  margin: 0;
}

#section-counter {
  background: #4665af;
  margin: 0 !important;
  padding: 56px 0;
}

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

.copyright-text p {
  font-size: 14px;
  line-height: 1.8;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
}

.footer-col.f_service i,
.footer-col.f_info i {
  padding-right: 16px;
}

footer .container .footer-col ul li a {
  color: #fff;
  transition: .3s ease all;
}

footer .container .footer-col ul li a:hover {
  color: #f15c26;
  text-decoration: none;
}

footer .container .footer-col ul li {
  margin-bottom: 8px;
}

.orange-text.black-text {
  color: rgba(0, 0, 0, 0.8);
}

footer .container .footer-col ul li a:focus {
  background: transparent !important;
  text-decoration: none !important;
}

.page-banner h1 {
  padding: 20px 0;
  color: #fff;
  font-weight: 700;
  font-size: 50px;
  line-height: 60px;
}

.page-banner .b_img img {
  height: 700px;
  object-fit: cover;
}

.choose_section .exper-wrap {
  flex-wrap: wrap;
}

.choose_section .exper-inner {
  width: calc(50% - 15px);
}

.choose_section .exper-inner {
  width: calc(50% - 15px);
  display: flex;
  align-items: start;
}

.choose_section .exper-content h3 {
  margin-bottom: 6px;
}

.franchise-sec .b_img_content {
  max-width: 100%;
  text-align: center;
  padding: 0 calc((100% - 1140px) /2);
}

.franchise-sec .b_img img {
  height: 700px;
  object-fit: cover;
}

.franchise-sec p {
  font-size: 28px;
  line-height: 38px;
  margin-bottom: 30px;
  font-weight: 600;
}

.contact-banner {
  margin-bottom: 0 !important;
}

.custom-nav li a:hover {
  color: #000;
}

header .current-menu-item a:hover {
  color: #fff !important;
}

.custom-nav a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background-color: #f79f24;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  z-index: -1;
}

.custom-nav li a:hover::before {
  visibility: visible;
  background-color: #f15c26;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.mobile-menu {
  display: none !important;
  cursor: pointer;
}

header .current-menu-item a {
  background: #f15c26;
  color: #fff;
}

.custom-nav a:focus {
  background: #f15c26 !important;
}

.contact-form .wpcf7-not-valid-tip {
  font-size: 12px;
  position: absolute;
  bottom: -3px;
  padding: 0 10px;
  right: 0;
  pointer-events: none;
}

.contact-form .wpcf7-form-control-wrap {
  position: relative;
}

.wpcf7 form .wpcf7-response-output {
    margin: -20px 0px 20px 0px;
	font-size: 15px;
}
	
.header-nav {
  background: #fff;
  box-shadow: 0 0 5px rgba(0,0,0,.1);
}

.error-404 {
  text-align: center;
  margin: 30px auto 0 !important;
}

.error404 {
  background: #f6f6f6 !important;
}

.page-header {
  text-align: center;
  border: none !important;
  padding: 0;
  margin: 0 auto !important;
}

.page-header h1 {
  font-size: 60px;
  font-weight: 700 !important;
  color: #000;
}

.page-header {
  text-align: center;
  border: none !important;
  padding: 0 !important;
  margin: 0 auto !important;
}

.error-404 p {
  color: #414042;
  font-size: 20px !important;
}

.error404 .site-main {
  padding: 100px 20px 100px !important;
}

.page-template-default .entry-header {
  text-align: center;
  border: none !important;
  padding: 0 !important;
  margin: 0 auto !important;
}

.page-template-default .entry-header h1 {
  font-size: 60px;
  font-weight: 700 !important;
  color: #000;
}

.page-template-default .page p {
  text-align: center;
  color: #414042;
  font-size: 20px !important;
}

.page-template-default .page {
  padding: 100px 20px 100px;
  background: #f6f6f6 !important;
}

.search .site-main {
  padding: 100px 20px 100px !important;
}

.search {
  background: #f6f6f6 !important;
}

.search .page-content p {
  color: #414042;
  font-size: 20px !important;
  text-align: center;
}

.search .page-content {
  margin: 30px auto 0 !important;
}

.search-result-count {
  margin: 50px auto 80px !important;
  padding: 0;
  text-align: center;
  font-size: 16px;
}

.main-cntnt h2 a {
  font-size: 30px;
  font-weight: 700 !important;
  color: #000;
}

.main-cntnt .entry-header {
  margin: 0 !important;
}

.main-cntnt {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.main-cntnt p {
  font-size: 18px;
  line-height: 28px;
}

.main-cntnt img {
  margin: 0 !important;
  height: 100% !important;
}

.main-cntnt img {
  margin: 0 !important;
  height: 100% !important;
  object-fit: cover;
}

.search article {
  margin: 30px 0 !important;
}

.rght-content {
  width: calc(50% - 15px);
}

.thmub-cls {
  width: calc(50% - 15px);
}

.main-cntnt {
  max-width: 1200px;
  margin: 0 auto;
}

.main-cntnt .entry-content {
  margin: 0 !important;
}

.main-cntnt .post-thumbnail {
  margin: 0;
  height: 100%;
}

.post-thumbnail-custom {
  text-align: center;
  padding: 50px 0;
  background: #414042;
}

.search .navigation.pagination {
  border: none;
}

.search .navigation.pagination .page-numbers {
  font-size: 18px;
}

.rght-content h2 a:hover {
  color: #f15c26;
  text-decoration: none;
}

.sticky-service .section-big-header {
  position: sticky;
  top: 0;
  z-index: 9;
  background: #f15c26;
  width: 100%;
}

.main-cntnt h2 a:focus {
  background: transparent !important;
  color: #000 !important;
  text-decoration: none !important;
}

.cont-page-sec .contact-form {
  padding: 50px 0 30px;
}

.contact-inner img {
  height: 100%;
  object-fit: cover;
}

.service-template-default .entry-title {
  font-size: 45px !important;
  font-weight: 700 !important;
  color: #000;
  text-align: center;
  margin-bottom: 30px;
}

.service-template-default img {
  margin: 0 !important;
}

/* .service-template-default .service { padding: 80px 20px 90px; background: #f6f6f6 !important; } */
.service-template-default .service p {
  max-width: 100% !important;
  text-align: center;
}

.service-template-default .entry-content {
  margin: 0 !important;
}

.service-template-default {
  background: #f6f6f6 !important;
}

.service-template-default .service .post-thumbnail img {
  height: 400px !important;
  object-fit: cover;
}

.service-template-default .service .post-thumbnail {
  max-width: 100%;
  width: 100%;
  position: relative;
  margin: 0 !important;
}

.service-template-default .service .post-thumbnail::before {
  content: '';
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
}

.service-template-default #main {
  padding-bottom: 30px;
}

.post-navigation .nav-links a:hover p {
  color: #f15c26 !important;
}

.post-navigation .nav-links a:hover {
  text-decoration: none !important;
}

.thumb-title {
  position: relative;
}

.thumb-title .entry-header.alignwide {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0 15px !important;
  text-align: center;
  left: 50%;
}

.thumb-title .entry-header .entry-title {
  color: #fff;
}


.ftco-counter .section-header h2 {
  color: #ffffff;
}

.service-page-part {
  display: flex;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  align-items: center;
  justify-content: space-between;
  gap: 0;
}

.service-page-part .b_img_content {
  max-width: 100%;
  width: 50%;
  padding: 0 30px 0 12px;
  position: static;
  transform: translate(0px, 0px);
}

.service-page-part .serv-contact-form.contact-form {
  width: 50%;
  padding-inline: 40px 12px;
}
.service-page-part .serv-contact-form.contact-form .contact-form-inner {
  padding: 30px;
  background: #f15c26;
  border-radius: 15px;
}
/* .scrolled .custom-header {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
} */


.header-inner .logo-sec a:focus, .header-inner .logo-sec a:focus img {
  background: transparent !important;
  outline: transparent !important;
  border: none !important;
}
.ftco-counter .number-section-inner {
  text-align: center;
  justify-content: center;
}
.contact-form select, .contact-form input, .contact-form select::placeholder, .contact-form input::placeholder, .contact-form textarea::placeholder, .contact-form textarea {
  color: #000 !important;
}
section.service-wrap.franchise-sec {
  margin-bottom: 0;
}
.blog .rght-content p {
	font-size: 18px;
	line-height: 1.8;
	font-weight: 400;
	color: #414042;
}
.blog #main {
	padding: 70px 30px 100px;
	max-width: 1140px;
}
.blog .main-cntnt {
	max-width: 100%;
	margin: 0 auto;
}
.blog .thmub-cls figure {
	height: 100%;
}
.blog .rght-content p a {
	color: #414042;
	text-decoration: underline;
}
.blog .rght-content p a:hover {
	color: #f15c26;
}
.single .entry-content p {
	max-width: 100% !important;
}
.single .thumb-title figure::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	background: rgba(0,0,0,.5);
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	left: 0;
}
.single .thumb-title .entry-title {
	padding: 20px 0;
	color: #fff;
	font-weight: 700;
	font-size: 60px;
	line-height: 70px;
}
.single .thumb-title figure img {
	margin-top: 20px;
	aspect-ratio: 16/6;
	object-fit: cover;
}
.single .post .container {
	padding: 0 !important;
}
.single .post p {
	font-size: 18px;
	line-height: 1.8;
	font-weight: 400;
	color: #414042;
}
.single  div#comments {
  display: none;
}
.single #content {
	padding-bottom: 30px;
}
.team-page {
	padding: 60px 0 80px;
}
.team-page {
	padding: 60px 0 0px;
}
.team-page  h1 {
	color: rgba(0, 0, 0, 0.8);
}
.career_form {
	margin-top: 70px !important;
}
.team-page p {
	font-size: 18px;
	line-height: 1.8;
	font-weight: 400;
	color: #414042;
}
.blog .post .rght-content {
	padding: 30px 15px 30px 20px;
}
.blog .post {
	box-shadow: 0 0 14px rgba(0,0,0,.1);
	margin: 30px 0;
}
.blog .page-header {
	padding-bottom: 30px !important;
}
.blog .thmub-cls {
	width: 50%;
}
.single .post-thumbnail {
  margin: 0 !important;
  width: 100% !important;
}
.post-navigation .nav-links a {
	border: 1px solid #000;
	padding: 10px 10px 10px 15px;
	border-radius: 50px;
	font-size: 16px;
	line-height: 16px;
}
.post-navigation .nav-links a:hover {
	border-color: #f15c26 !important;
}
.post-navigation .nav-links a:focus {
	background: transparent !important;
	outline: none !important;
}
.post-navigation .nav-links a:focus p{
  color: #000 !important;
}
.blog .rght-content p a:focus {
	background: transparent !important;
	color: #000 !important;
}
.career-inner {
  display: flex;
  justify-content: center;
  align-content: center;
  gap: 30px;
}
.career-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.career-inner .career-img {
  width: calc(50% - 15px);
}
.career-inner .page-banner {
  width: calc(50% - 15px);
}
.career-inner {
	display: flex;
	justify-content: center;
	align-content: center;
	gap: 30px;
}
footer a:focus {
	background: transparent !important;
  outline: none;
}
footer a:focus img {
	outline: none !important;
}
body .custom-btn:focus {
	background: transparent !important;
	outline: none !important;
	text-decoration: none !important;
}

.feature_image img {
  max-width: 100%;
}

/* product_page */

/* section.product_page_banner .service-page-part {
  position: static;
  transform: none;
} */

.product_page_banner.page-banner .b_img.img-overlay:before {
  z-index: 1;
}

.product_page_banner.page-banner .b_img .banner_mainContent {
  position: relative;
  z-index: 9;
}

.product_page_banner.page-banner .serv-contentpage{
  display: flex;
  flex-wrap: wrap;
  padding-block: 75px;
}

.product_page_banner.page-banner .serv-contentpage .banner_heading {
  width: 100%;
  flex-basis: 100%;
  text-align: left;
}
.product_page_banner.page-banner .serv-contentpage .banner_row {
  width: 100%;
  flex-basis: 100%;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.product_page_banner.page-banner .serv-contentpage .banner_row .banner_prdimage,
.product_page_banner.page-banner .serv-contentpage .banner_row .banner_para{
  width: 50%;
  flex-basis: 50%;
  text-align: left;
}
.product_page_banner.page-banner .serv-contentpage .banner_row .para_content{
  max-width: 500px;
  margin-right: auto;
}
.product_page_banner.page-banner .serv-contentpage .banner_row .para_content p{
  font-size: clamp(20px, 1.7vw, 30px);
  line-height: 1.4;
  margin-bottom: 0;
  color: #fff;
}

.product_page_banner.page-banner .b_img>img {
  object-fit: cover;
  max-width: none;
  position: absolute;
  z-index: 0;
  display: block;
  margin: 0;
  inset: 0;
  height: 100%;
}
.product_page_banner.page-banner .serv-contentpage .banner_row .banner_prdimage img {
    height: auto;
}

.product_page_banner.page-banner .b_img.img-overlay {
    height: 100%;
}


section.page-banner.product_page_banner {
  margin-bottom: 0;
}

section.product_features {
  margin: 0;
  padding-block: 50px;
  background: #4665af;
}

table.p_featuretable {border-collapse: collapse;table-layout: fixed;}

table.p_featuretable th {
  background: #fff;
  border: 2px solid #ffffff;
}

table.p_featuretable td {
  border: 2px solid #fff;
}


.prd_logo_row img {
  max-width: 100%;
}

.p_featuretable .color_list ul {
  --columns: 5;
  --gap: 10px;
  padding: 5px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap);
  margin: 0;
  justify-content: flex-start;
}

.p_featuretable .color_list ul li {
  width: calc((100% - (var(--gap) * (var(--columns) - 1))) / var(--columns));
  aspect-ratio: 1;
  background: #ddd;
  border-radius: 50px;
  height: calc((100% - (var(--gap) * (var(--columns) - 1))) / var(--columns));
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-basis: calc((100% - (var(--gap) * (var(--columns) - 1))) / var(--columns));
  font-weight: 700;
}


.p_featuretable .feature_list ul {padding: 0;margin: 0;list-style: none;font-size: 18px;color: #fff;display: flex;flex-direction: column;gap: 12px;}
.feature_image {
  overflow: auto;
}

.feature_image img {
  min-width: 800px;
}

.custom-header {
  z-index: 9999;
  position: relative;
}

@media(max-width:1440px) {
  .contact-inner {
    align-items: stretch;
  }

  /* .about-us .b_img_content {
    max-width: 700px;
  } */

  /* .service-wrap .b_img_content {
    max-width: 700px;
  } */

  .service-wrap.franchise-sec .b_img_content.b_img_content-left {
    max-width: 100%;
  }

  .service-wrap.franchise-sec .b_img_content.b_img_content-left {
    padding: 0 30px;
  }
}

@media(max-width:1366px) {
  .b_img_content p {
    font-size: 22px;
    line-height: 32px;
  }

  .orange-bg .section-big-header h2 {
    font-size: 45px;
  }

  .contact-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .service-wrap.franchise-sec img {
    height: 500px;
  }

  footer {
    padding: 98px 0 50px !important;
  }

  /* .page-banner .b_img img {
    height: 500px;
  } */
}

@media(max-width:1199px) {
  footer .container .footer-col.f_service {
    padding-left: 10px;
  }
  .contact-form select {
    background-size: 18px;
  }
  .single .thumb-title .entry-title {
    font-size: 50px;
    line-height: 60px;
  }
  .intro .into-inner {
    gap: 15px;
  }

  .intro {
    width: calc(100% - 50px);
  }

  .banner-content .banner-head {
    font-size: 28px;
    line-height: 38px;
  }

  .banner-slide img {
    height: 600px;
  }

  div.container {
    max-width: 100%;
    padding: 0 30px !important;
  }

  .intro {
    width: 700px;
  }

  .intro .container {
    padding-right: 0 !important;
  }

  .exper-wrap {
    gap: 15px;
  }

  .exper-content p {
    font-size: 17px;
  }

  .b_img_content p {
    font-size: 20px;
    line-height: 30px;
  }

  .b_img_content {
    padding-right: 30px;
  }

  /* .about-us .b_img_content {
    max-width: 500px;
  } */

  .b_img img {
    width: 100%;
    height: 500px;
    object-fit: cover;
  }

  #section-counter .text span p {
    font-size: 18px;
  }

  #section-counter .col-md-6.col-lg-3.d-flex {
    text-align: center;
    justify-content: center;
  }

  .b_img_content.b_img_content-left {
    padding-left: 30px;
  }

  .b_img_content h3 {
    font-size: 35px;
  }

  .contact-inner {
    gap: 15px;
  }

  .contact-img {
    width: calc(60% - 15px);
  }

  .contact-form {
    width: 40%;
  }

  .contact-inner {
    padding-right: 30px;
  }

  footer {
    padding: 50px 0 20px !important;
  }
  .service-page-part .b_img_content{
    padding: 0 0 0 0px;
  }
  .page-banner h1{
    font-size: 42px;
    line-height: 52px;
  }
}

@media(max-width:991px) {
  .career-inner {
    gap: 20px;
    flex-direction: column;
  }
  .career-inner .career-img {
    width: 100%;
  }
  .career-inner .page-banner {
    width: 100%;
    text-align: center;
  }
  .navigation.post-navigation {
    margin: 0 !important;
  }
  .single .thumb-title .entry-title {
    font-size: 40px;
    line-height: 50px;
  }
  .blog .page-header {
    padding-bottom: 15px !important;
  }
  .blog .thmub-cls {
    width: 100%;
    padding: 0 15px 15px;
  }
  .blog .post .rght-content {
    padding: 15px;
  }
  
  .blog #main {
    padding: 50px 30px 60px;
  }
  .blog .post {
    margin-top: 30px;
  }
  .career_form {
    margin-top: 40px !important;
  }
  .team-page {
    padding: 20px 0 0px;
  }
  .intro {
    width: 650px;
  }

  .cont-page-sec {
    padding-top: 30px;
  }

  .cont-page-sec .contact-form {
    padding: 0px 0 0px;
  }

  .intro .into-inner .custom-btn {
    font-size: 14px;
    text-align: center;
  }

  .intro .into-inner .custom-btn {
    font-size: 16px;
  }

  .search-result-count {
    margin: 30px auto 30px !important;
  }

  .main-cntnt .entry-header .entry-title.default-max-width {
    max-width: 100% !important;
  }

  .rght-content {
    width: 100%;
    text-align: center;
  }

  .main-cntnt {
    flex-direction: column;
  }

  .rght-content p {
    max-width: 100% !important;
  }

  .thmub-cls {
    width: 100%;
  }

  .thmub-cls .post-thumbnail {
    width: 100%;
    max-width: 100%;
  }

  .main-cntnt .post-thumbnail img {
    width: 100% !important;
  }

  .search .page-content p {
    font-size: 18px !important;
  }

  .search .site-main {
    padding: 70px 20px 70px !important;
  }

  .page-header h1 {
    font-size: 45px;
  }

  .error-404 p {
    font-size: 18px !important;
  }

  .error404 .site-main {
    padding: 70px 20px 70px !important;
  }

  .page-template-default .page .entry-content {
    margin-top: 20px;
  }

  .page-template-default .page p {
    font-size: 18px !important;
  }

  .page-template-default .entry-header h1 {
    font-size: 45px;
  }

  .page-template-default .page {
    padding: 70px 20px 70px;
  }

  .mobile-menu {
    display: inline-flex !important;
    cursor: pointer;
  }

  .b_img_content.b_img_content-left p:last-child {
    margin: 0;
  }

  /* header .search-form {
    display: none !important;
  } */
  .header-nav {
    position: relative;
  }

  .mobile-menu {
    display: inline-flex;
    right: 30px;
    top: 50%;
    display: flex;
    align-items: center;
    gap: 6px;
    padding-left: 30px;
    padding: 15px 0 15px 0px;
  }

  .mobile-menu img {
    max-width: 25px;
  }

  .mobile-menu .close-icon img {
    max-width: 18px;
  }

  .mobile-menu p {
    display: block;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
  }

  .mobile-menu .close-icon {
    display: none;
  }

  .custom-nav {
    display: none;
  }

  .mobile-menu span {
    cursor: pointer;
  }

  .mobile-menu.opened .close-icon {
    display: block;
    width: 25px;
  }

  header .current-menu-item a:hover {
    color: #fff !important;
  }

  .mobile-menu.opened .open-icon {
    display: none;
  }

  .custom-nav.menu-opened {
    display: block;
    position: absolute;
    display: flex;
    flex-direction: column;
    background: #fff;
    top: 30px;
    width: 100%;
    z-index: 9;
    left: 0;
  }

  .custom-nav a::before {
    content: unset !important;
  }

  .custom-nav a:hover {
    color: #f15c26 !important;
  }

  header .current-menu-item a {
    color: #ffff !important;
  }

  .orange-bg .section-big-header h2 {
    font-size: 35px;
  }

  .banner-slide img {
    height: 500px;
  }

  .banner-content .banner-head {
    font-size: 24px;
    line-height: 34px;
  }

  .exper-wrap {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 30px;
  }

  .exper-inner {
    width: calc(50% - 7.5px);
  }

  .contact-img {
    width: 100%;
  }

  .contact-inner {
    gap: 30px;
    flex-wrap: wrap;
  }

  .contact-form {
    width: 100%;
  }

  .contact-inner {
    padding: 0 30px 30px;
  }

  footer .footer-wrapper {
    flex-wrap: wrap;
  }
  #section-counter .row {
    justify-content: center;
    row-gap: 20px;
  }
  footer .container .footer-col {
    width: calc(50% - 30px) !important;
  }
  .b_img_content p {
    font-size: 18px;
    line-height: 28px;
  }
  footer .container .footer-col.f_service {
    padding-left: 0;
  }
  .page-banner .b_img img {
    height: 100%;
    position: absolute;
    inset: 0;
    z-index: 1;
  }
  .service-page-part.container {
    position: relative;
    z-index: 3;
    flex-wrap: wrap;
    gap: 20px;
  }
  
  .page-banner .b_img.img-overlay {
      padding: 20px 10px 80px 10px;
  }
  
  .page-banner .b_img.img-overlay:before {
      z-index: 2;
  }
  
  .service-page-part .b_img_content, .service-page-part .serv-contact-form.contact-form {
      width: 100%;
      padding: 0;
  }
  
  .service-page-part .serv-contact-form.contact-form {
      max-width: 500px;
      margin-inline: auto;
  }
  .product_page_banner .service-page-part .b_img_content .para_content {
    width: 100%;
    max-width: none;
    text-align: center;
    margin-bottom: 30px;
}

.product_page_banner .service-page-part .b_img_content h1 {
    text-align: center;
}

.product_page_banner.page-banner .b_img img {
    aspect-ratio: auto;
    height: 100%;
    object-position: center;
}


section.product_features {
    /* margin-block: 60px; */
    padding-block: 40px;
}

.product_page_banner.page-banner .serv-contentpage .banner_row {
  display: block;
}

.product_page_banner.page-banner .serv-contentpage .banner_row .banner_prdimage, .product_page_banner.page-banner .serv-contentpage .banner_row .banner_para {
  width: 100%;
  flex-basis: 100%;
  text-align: center;
}
.product_page_banner.page-banner .serv-contentpage .banner_row .banner_prdimage img{
  max-height: 200px;
    width: auto;
    max-width: 100%;
    margin-inline: auto;
    position: static;
}
.product_page_banner.page-banner .serv-contentpage .banner_row .para_content{
  margin-inline: auto;
  margin-bottom: 40px;
}
.product_page_banner.page-banner .serv-contentpage{
  padding-block: 0;
}
.page-banner h1{
  text-align: center;
}
}

@media(min-width:768px) {
  .desktop-d-none{
    display: none !important;
  }
}
@media(max-width:767px) {
  .mobile-d-none{
    display: none !important;
  }
  section#about-us .b_img.for_mobile_overlay:before {
    content: "";
    background: #000;
    position: absolute;
    inset: 0;
    opacity: 0.4;
}

  .thumb-title .entry-header {
    width: 100%;
  }
  .post-navigation .nav-links .meta-nav {
    font-size: 14px;
  }
  .single .post p {
    font-size: 16px;
    line-height: 26px;
  }
  .blog .entry-header {
    margin-bottom: 5px !important;
  }
  .blog .rght-content p {
    font-size: 16px;
    line-height: 26px;
  }
  .blog .post {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .blog #main {
    padding: 30px 20px 40px;
  }
  .team-page p {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
  }
  .team-page h1 {
    text-align: center;
  }
  .post-navigation .nav-links {
    display: flex !important;
  }

  .service-template-default #main {
    padding-bottom: 20px;
  }

  .service-template-default .service .post-thumbnail img {
    height: 300px !important;
  }

  .intro {
    width: 90%;
  }

  .service-template-default .entry-title {
    font-size: 36px !important;
  }

  .service-template-default .service p {
    font-size: 16px;
    line-height: 26px;
  }

  .service-template-default .service {
    margin-bottom: 40px;
  }

  .cont-page-sec {
    padding-top: 20px;
  }

  .header-nav .search-form {
    max-width: 250px;
  }

  .banner-content {
    top: 80px;
    transform: none;
  }

  .search-result-count {
    margin: 20px auto 20px !important;
  }

  .search article {
    margin: 20px 0 20px !important;
  }

  .main-cntnt h2 {
    line-height: 45px;
  }

  body .main-cntnt h2 a {
    font-size: 22px;
  }

  .main-cntnt p {
    font-size: 16px;
    line-height: 26px;
  }

  .main-cntnt h2 a {
    font-size: 26px;
  }

  .search .page-content {
    margin: 20px auto 0 !important;
  }

  .search .page-content p {
    font-size: 16px !important;
  }

  .page-template-default .entry-header h1 {
    font-size: 30px;
  }

  .page-header h1 {
    font-size: 30px;
  }

  .error-404 p {
    font-size: 16px !important;
  }

  .page-template-default .page p {
    font-size: 16px !important;
  }

  .page-banner .b_img img {
    height: 450px;
  }

  footer .container h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .service-wrap.franchise-sec {
    margin: 0 !important;
  }

  .section-header {
    margin-bottom: 40px;
  }

  .service-wrap.page-banner {
    margin: 0 !important;
  }

  .choose_section {
    margin: 70px 0 !important;
  }

  .choose_section .exper-inner {
    width: 100%;
  }

  .service-wrap.franchise-sec .b_img_content.b_img_content-left {
    padding: 0 20px;
  }

  .banner-section {
    margin: 0 !important;
  }

  .banner-content {
    padding: 0 20px;
  }

  .mobile-menu {
    padding: 15px 0 15px 0px;
  }

  div.container {
    padding: 0 20px !important;
  }

  .exper-inner {
    align-items: start;
  }

  .orange-bg .section-big-header h2 {
    text-align: center;
  }

  .banner-section {
    margin-bottom: 70px;
  }

  .exper-content p {
    font-size: 16px;
    line-height: 24px;
    margin-top: 5px;
  }

  .into-inner h2 {
    font-size: 16px;
  }

  .banner-content {
    max-width: 100%;
    text-align: center;
    left: 0;
  }

  .slick-dots {
    bottom: 90px;
  }

  #section-counter .col-md-6 {
    padding: 0;
    width: calc(50% - 7.5px);
  }

  #section-counter .row {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
  }

  #section-counter .text span p {
    font-size: 16px;
  }

  #section-counter .text strong, #section-counter .text .number-flex {
    font-size: 30px;
  }

  .b_img_content h3 {
    font-size: 30px;
  }

  .b_img_content p {
    font-size: 18px;
    line-height: 28px;
  }

  .about-us .b_img_content {
    max-width: 100%;
    width: 100%;
    text-align: center;
    padding: 0 30px;
  }

  .service-wrap .b_img_content {
    max-width: 100%;
    text-align: center;
    padding: 0 20px;
  }

  .b_img_content h3 {
    font-size: 28px;
  }

  .contact-inner .section-header {
    margin-bottom: 30px;
    text-align: center;
  }

  .copyright-text {
    margin-top: 30px;
  }

  footer {
    padding: 30px 0 0px !important;
  }

  .page-banner h1 {
    font-size: 40px;
    line-height: 50px;
  }

  .b_img_content p {
    font-size: 16px;
    line-height: 26px;
  }

  .contact-inner {
    padding: 0 20px 30px;
  }

  
}

@media(max-width:575px) {
  .single .thumb-title .entry-title {
    font-size: 30px;
    line-height: 40px;
  }
  .post-navigation .nav-links .nav-previous,
  .post-navigation .nav-links .nav-next {
    margin: 0;
    padding: 0;
  }

  .service-template-default .service .post-thumbnail img {
    height: 250px !important;
  }

  .service-template-default .entry-title {
    font-size: 30px !important;
  }

  .intro .into-inner {
    gap: 0;
  }

  .intro .into-inner .custom-btn {
    font-size: 14px;
  }

  .slick-dots {
    bottom: 80px;
  }

  .banner-content {
    top: 50px;
  }

  .service-wrap.franchise-sec img {
    height: 500px;
  }

  .page-banner h1 {
    font-size: 30px;
    line-height: 40px;
  }

  .choose_section .exper-inner {
    max-width: 100%;
  }

  .intro {
    padding: 0 20px 20px;
  }

  .intro .into-inner {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .experience-wrapper {
    padding: 0px 0 70px !important;
  }

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

  .into-inner .custom-btn {
    width: fit-content;
    margin: 0 auto;
  }

  .intro {
    width: 100%;
  }

  .into-inner h2 {
    color: #fff;
    font-size: 16px;
  }

  .exper-inner {
    width: 100%;
    max-width: 320px;
  }

  .experience-wrapper {
    padding: 50px 0 !important;
    margin: 0 !important;
  }

  .banner-section {
    margin-bottom: 0;
  }

  .section-header {
    margin-bottom: 40px;
  }

  .page-banner .b_img img {
    height: 450px;
  }

  .copyright-text {
    margin-top: 20px;
  }

  .logo-sec img {
    max-width: 150px;
  }

  .head-socials a {
    margin-right: 0px;
  }

  .post-navigation .nav-links {
    display: flex !important;
    justify-content: start;
    gap: 15px;
  }
  .post-navigation .nav-links a {
    padding: 10px 10px 10px 8px;
  }
}

@media(max-width:480px) {
  #section-counter .text .number-flex {
    gap: 5px;
}
  #section-counter .col-md-6 p {
    max-width: 100px;
}
  .search-form .search-field {
    height: 40px !important;
  }

  .header-nav .search-form {
    max-width: 190px;
  }

  .slick-dots {
    bottom: 30px;
  }

  .banner-content .banner-head {
    font-size: 22px;
    line-height: 32px;
  }

  .intro {
    margin-top: 0;
  }

  .page-banner h1 {
    font-size: 28px;
    line-height: 38px;
  }

  footer .container .footer-col {
    width: 100% !important;
  }

  footer .container h3 {
    margin-bottom: 20px;
  }

  footer .container .footer-col {
    width: 100%;
    text-align: center;
  }

  footer .container .footer-col ul {
    justify-content: center;
  }

  .intro .into-inner .custom-btn {

    text-align: center;
  }

  .orange-bg .section-big-header h2 {
    font-size: 28px;
  }

  .half-cols p .wpcf7-form-control-wrap {
    width: 100%;
  }

  .intro .into-inner {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: column;
    text-align: center;
  }

  .intro .container {
    padding-right: 0 !important;
    padding: 0 30px !important;
  }

  .intro-cont {
    padding: 20px 0 20px;
    flex-direction: column;
    gap: 15px;
  }
}

@media(max-width:375px) {
  #section-counter .col-md-6 p {
    max-width: 100%;
}
  #section-counter .col-md-6 {
    width: 100%;
  }

  .banner-content .banner-head {
    font-size: 20px;
    line-height: 30px;
  }

  .banner-content .banner_h1_head {
    font-size: 14px;
  }

  .service-wrap.franchise-sec img {
    height: 600px;
  }
}