@charset "utf-8";

/* Google Fonts for body & banner */
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&family=DM+Serif+Display&display=swap');

/* Bootstrap Icons */
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

@font-face {
  font-family: 'courier_newregular';
  src: url('../fonts/cour-webfont.woff2') format('woff2'),
       url('../fonts/cour-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

/* @font-face {
  font-family: 'Rushford Printed Regular';
  font-style: normal;
  font-weight: normal;
  src: local('Rushford Printed Regular'), url('../fonts/RushfordPrinted-MVnDe.woff') format('woff');
} */

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* ------Scrollbar CSS Start----- */
/* Firefox */

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 5px;
}

*::-webkit-scrollbar-track {
  background: transparent;
}

*::-webkit-scrollbar-thumb {
  background-color: #3f3f3f;
  border-radius: 5px;
  border: 0px;
}

/* ------Scrollbar CSS End----- */

/*--- Common Style Start---*/

:root {
  --black: #000;
  --white: #ffffff;
  --yellow: #F5921B;
  --blue: #1B74AF;
  --grey: #E1DDD5;
  --yellow-grey: #E3D6B9;
  --smoke-grey: #2C2D30;
  --light-blue: #F6F8FB;
  --body-font: 'Outfit', sans-serif !important;
  --heading-font: 'courier_newregular';
  --banner-font: 'DM Serif Display', serif;
}

/*
font-family: 'Outfit', sans-serif;
*/

html,
body {
  overflow-x: hidden;
}

body {
  margin: 0;
  padding: 0;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  font-family: var(--body-font) !important;
  color: var(--smoke-grey);
  letter-spacing: 0 !important;
}

a {
  display: inline-block;
  text-decoration: none !important;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

figure {
  margin: 0;
  padding: 0;
  display: block;
}

h2 {
  font-size: 40px;
  line-height: normal;
  font-weight: 500;
  color: var(--black);
  font-family: var(--heading-font) !important;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

/* Use heading font for all headings */
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  clear: initial;
  font-family: var(--heading-font);
  letter-spacing: 0 !important;
  margin-bottom: 0;
}

ul {
  padding-left: 0px;
  margin-bottom: 0px;
}

p {
  line-height: 20px;
  font-size: 13px;
}

p:last-of-type {
  margin-bottom: 0;
}

/*--- Common Style End---*/

/*--- Bootstrap Form Start ---*/

.form-control {
  height: 45px;
  border: 1px solid #166498 !important;
  padding: 10px 15px;
  background-color: #166498 !important;
  font-size: 13px;
  color: var(--white) !important;
  font-weight: 600;
  letter-spacing: 0;
  border-radius: 0px !important;
  box-shadow: none !important;
  font-family: var(--body-font);
}

select.form-control:not([size]):not([multiple]) {
  height: 50px;
}

textarea.form-control {
  height: 100px;
  resize: none;
}

.form-control::placeholder {
  color: #4792C4;
  font-family: var(--body-font);
}

.form-control:focus {
  border: none;
  outline: none !important;
}

.sec-space {
  padding: 120px 0;
}

.sec-space-short {
  padding: 80px 0;
}

/*- Bootstrap Form End -*/

/*-- Button Start --*/

.btn {
  font-size: 12px;
  height: 36px;
  line-height: 36px;
  padding: 0 24px;
  border-radius: 4px !important;
  letter-spacing: 0.4px;
  text-transform: capitalize;
  font-family: var(--body-font);
  font-weight: 500;
  border: 1px solid transparent;
  position: relative;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

button:focus,
.btn:focus,
button:active,
.btn:active {
  outline: none;
  box-shadow: none !important;
  border: 1px solid transparent;
}

.btn-primary {
  color: var(--white);
  background-color: var(--yellow);
  border-color: var(--yellow);
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  background-color: var(--blue) !important;
  color: var(--white) !important;
  border-color: var(--blue) !important;
}

.btn-white {
  color: #252425;
  background-color: transparent;
  border: none;
  font-weight: 600;
  padding: 0;
  text-decoration: underline !important;
}

.btn-white:hover,
.btn-white:active,
.btn-white:focus {
  background-color: transparent;
  color: var(--yellow);
}

.btn1 {
  height: 38px;
  width: 38px;
  background: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.btn1:hover {
  transform: rotate(45deg);
  transition: 0.3s ease-in-out;
}

.btn1 img {
  width: 24px !important;
  object-fit: contain;
}

.serv-row {
  margin: 0 -20px;
  row-gap: 40px;
}

.serv-row [class*="col-"] {
  padding: 0 20px;
}

/*-- Button End --*/


/*--- Animation Header Start ---*/

@-webkit-keyframes animationFade {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-o-keyframes animationFade {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
  }
}

@keyframes animationFade {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
  }
}

/*--- Animation Header End ---*/

/*----   HEADER  START  ----*/

#myHeader {
  /* min-height: 88px; */
  top: 0;
  z-index: 999;
  width: 100%;
}

.menumain {
  width: 100%;
  z-index: 9;
  transition: all 0.5s ease;
  position: absolute;
  padding: 12px 0;
}

.menumain nav.navbar {
  padding-top: 0;
  padding-bottom: 0;
  transition: all 0.5s ease;
}

.navbar-nav {
  flex-wrap: wrap;
  margin-right: 10px;
}

.navbar .navbar-collapse ul li a {
  color: #252425;
  font-size: 12px;
  text-transform: capitalize;
  font-family: var(--body-font);
  padding: 10px 5px;
  margin-right: 26px;
  display: inline-block;
  font-weight: 500;
  transition: 0.3s ease-in-out;
}

.navbar-brand img {
  height: auto;
  width: 120px;
}

.navbar-collapse ul>li:last-child a {
  margin-right: 0px;
}

.navbar .navbar-collapse ul>li.active a,
.navbar .navbar-collapse ul>li:hover a {
  color: var(--black);
  font-weight: 600;
}

.con-btn {
  position: fixed;
  right: 0;
  top: 10%;
  height: 40px;
  line-height: 40px;
  padding: 0 36px;
  background: linear-gradient(45deg, #F5921B, #D43B0B);
  border: none;
  font-size: 14px;
  font-weight: 300;
  color: var(--white);
  box-shadow: 0 3px 2px #00000029;
}

.con-btn:hover,
.con-btn:active,
.con-btn:focus {
  color: var(--white);
  border: none;
}

/* sticky menu  */
.header-appear {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  background-color: var(--black);
  -webkit-animation-name: animationFade;
  -o-animation-name: animationFade;
  animation-name: animationFade;
  -webkit-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
}

.header-appear .navbar {
  padding: 2px 0px;
}

.sub-menu-toggle {
  display: none;
}

.dropdown-menu li a {
  padding: 5px 16px !important;
  margin-right: 0 !important;
}

.dropdown-menu li a:hover,
.dropdown-menu li a:active {
  color: var(--yellow) !important;
  font-weight: 600 !important;
  background-color: #f8f9fa;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  margin: .125rem 0 0;
  color: #212529;
  border: none;
  border-radius: 0;
}

/*---   HEADER END   ---*/

/* =================scroll top css start here================ */

.go-top {
  bottom: 32px;
  transform: translateY(-98%);
  opacity: 1;
  visibility: visible;
  right: 30px;
  border-radius: 100%;
  z-index: 9;
  background: var(--yellow);
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 45px;
  text-align: center;
  color: #fff;
  position: fixed;
  cursor: pointer;
  box-shadow: 0px 4px 6px rgb(32 33 36 / 28%);
  display: none;
  -webkit-animation-name: animationFade;
  -o-animation-name: animationFade;
  animation-name: animationFade;
  -webkit-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}

.go-top.show {
  display: block;
}

.go-top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: -moz-linear-gradient(0deg, #265cff 0%, #c1282a 100%);
  background-image: linear-gradient(to right, #00132b 0%, #00132b 100%);
  background-image: -ms-linear-gradient(0deg, #265cff 0%, #c1282a 100%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  border-radius: 100%;
}

.go-top::after {
  z-index: -1;
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  width: 45px;
  height: 45px;
  -webkit-animation: ripple 1.6s ease-out infinite;
  -moz-animation: ripple 1.6s ease-out infinite;
  -o-animation: ripple 1.6s ease-out infinite;
  animation: ripple 1.6s ease-out infinite;
  opacity: 0;
  background-image: -webkit-linear-gradient(0deg, var(--color-gray) 0%, var(--color-gray) 100%);
  border-radius: 100%;
}

.go-top i {
  font-size: 20px;
  font-weight: 700;
  padding-left: 4px;
  color: #fff;
  position: absolute;
  top: 43%;
  left: -5px;
  right: 0;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.go-top i:last-child {
  opacity: 0;
  visibility: hidden;
  top: 60%;
}

.go-top:focus i:last-child,
.go-top:hover i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}

.go-top:focus i:first-child,
.go-top:hover i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}

.go-top img {
  filter: brightness(1) invert(1);
}

@keyframes ripple {
  0%,
  35% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }

  50% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.8;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
  }
}

/* =================scroll top css end here================ */


/*---   BANNER START   ---*/

.banner {
  position: relative;
}

.banner-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(179deg, #DCF1FF, #9d62274d);
  z-index: 1;
}

.banner-img {
  background: none !important; /* Remove background image if using <img> inside */
  height: 100vh;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.banner-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.banner-wrapper {
  position: absolute;
  left: 0;
  top: 60%;
  transform: translateY(-50%);
  z-index: 2;
  width: 100%;
}

.banner-text {
  max-width: 540px;
  position: relative;
  color: var(--black);
  margin: 0 auto;
}

.banner-text h1 {
  font-size: 70px;
  line-height: 72px;
  color: #252425;
  margin-bottom: 0;
  font-family: var(--banner-font);
}

.banner-text h1 strong {
  font-weight: normal;
  display: block;
}

.banner-text p {
  margin-bottom: 0;
  color: var(--white);
  font-weight: 400;
  padding: 20px 0 30px 0;
}

.home-slider .owl-dots {
  position: absolute;
  bottom: 20%;
  left: 0;
  right: 0;
  max-width: 1110px;
  margin: 0 auto;
}

.home-slider.owl-carousel button.owl-dot {
  border-radius: 50%;
  background: transparent;
  height: 7px;
  width: 7px;
  margin: 0 2px;
  border: 1px solid var(--white);
  padding: 0 !important;
  font: inherit;
}

.home-slider.owl-carousel button.owl-dot.active {
  background: var(--white);
}

/*---   BANNER END   ---*/

.sub-head {
  font-size: 22px;
  margin-bottom: 15px;
}

.section-heading {
  text-align: center;
  max-width: 60%;
  margin: 0 auto;
}

.section-heading h2,
.about-cms .about-text h2 {
  font-family: var(--heading-font);
  font-size: 30px;
  line-height: 32px;
  margin-bottom: 50px;
  font-weight: 900;
  position: relative;
}

.section-heading h2::after,
.place-heading h3::after,
.about-cms .about-text h2::after,
.blog-cms .blog-box h3:after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background: var(--yellow);
  margin: 0 auto 0;
}

/* Affiliation start  */
.partimg {
  position: relative;
  padding-top: 32%;
}

.partimg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.affiliation h4 {
  font-family: var(--heading-font);
  font-weight: 600;
  font-size: 18px;
  border-right: 1px solid #CBCBCB;
  width: fit-content;
  padding-right: 40px;
}

.affiliation .owl-nav {
  display: block !important;
  position: absolute;
  top: 0%;
  width: 100%;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  position: inherit;
  width: 23px;
  height: 23px;
  line-height: 21px;
  border: 1px solid #dcdcdc;
  border-radius: 50%;
  color: #000;
}

.owl-carousel .owl-nav button.owl-prev {
  left: -24px;
}

.owl-carousel .owl-nav button.owl-next {
  right: -4px;
}

.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
  background: var(--black);
  border-color: var(--black);
}

/* Affiliation end  */

/*  Testimonials Start  */

.testimonialsmain {
  background: var(--grey);
}

.review-head h4 {
  color: var(--black);
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 8px;
}

.googlelg img {
  width: 120px;
}

.review-head p {
  color: #9f9f9f;
}

.review-head strong {
  color: var(--black);
}

.review-head .rating .fa {
  font-size: 22px;
  color: #d8a028;
}

.client-say {
  padding: 20px;
  background-color: #FEF6E7;
  box-shadow: 0px 4px 4px #41485419;
  border: 1px solid #000000;
  position: relative;
  margin-left: 10px;
}

.bor-left {
  border-top: 10px solid transparent;
  border-right: 8px solid #000;
  border-bottom: 160px solid transparent;
  position: absolute;
  top: 7px;
  left: -9px;
}

.client-say h5 {
  font-size: 13px;
}

.client-say h4 {
  font-size: 12px;
  margin-bottom: 5px;
  margin-bottom: 0;
  color: #636262;
}

.client-say p {
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  color: #393838;
}

.user-name {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.user-dtls h3 {
  font-size: 15px;
  margin-bottom: 5px;
  color: var(--color-black);
}

.user-dtls h6 {
  font-size: 12px;
  color: #4A4A4D;
  margin-bottom: 0;
  font-weight: 400;
}

.rating i {
  color: var(--yellow);
}

/* Testimonials End  */


/* Services */
.service {
  background: var(--yellow);
}

.service .section-heading h2 {
  color: var(--white);
}

.service .section-heading h2::before,
.service .section-heading h2::after {
  content: "";
  position: absolute;
  top: 48%;
  width: 48px;
  height: 2px;
  background: var(--white);
}

.service .section-heading h2::before {
  left: 15%;
}

.service .section-heading h2::after {
  right: 15%;
}

.service-box {
  border-radius: 12px;
  overflow: hidden;
  background: #ffffff40;
}

.service-img {
  position: relative;
  padding-top: 88%;
  z-index: 0;
  overflow: hidden;
}

.service-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.2s ease-in-out;
}

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

.service-text {
  padding: 24px;
}

.service h5 {
  /* flex: 0 0 70%; */
  padding-right: 10px;
}

.service h5 a {
  font-family: var(--heading-font);
  font-size: 22px;
  color: var(--white);
  font-weight: 600;
}

/* Service end  */


/* Why Us start  */
.whyus {
  background: var(--yellow-grey);
}

.whyus-box {
  padding-right: 18px;
}

.why-icon {
  height: 45px;
  width: 45px;
  line-height: 45px;
  border-radius: 8px;
  background: var(--yellow);
  text-align: center;
  margin-bottom: 30px;
}

.why-icon img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.whyus h4 {
  font-family: var(--heading-font);
  color: var(--black);
  font-weight: 900;
  margin-bottom: 6px;
}

/* Why US end  */


/* About start  */
.about {
  background: var(--grey);
}

.about-img {
  position: relative;
  padding-top: 100%;
  height: 100%;
}

.about-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}

.about-text h3 {
  color: var(--black);
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  margin-bottom: 18px;
  font-family: var(--heading-font);
}

.about-text {
  padding: 0 40px;
}

.ab-row [class*="col-"] {
  max-width: 46%;
  flex: 0 0 46%;
}

/* About end  */

/* Blog + Place start  */
.grad {
  background: linear-gradient(148deg, #FFFFFF, #ffffff, #ffffff, #CCA6655E, #0C4D87A8);
}

.blog-box h3 a {
  font-size: 18px;
  font-weight: 600;
  color: var(--black);
}

.blog-box h3 a:hover {
  color: var(--blue);
}

.blog .section-heading {
  margin-bottom: 40px;
}

.blog-img {
  margin: 20px 0;
  padding-top: 50%;
  position: relative;
}

.blog-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.place-heading {
  max-width: 40%;
  margin: 0 auto;
}

.place-heading::before {
  content: "";
  background: url(../images/map.svg) no-repeat center;
  height: 200px;
  width: 200px;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.place-heading h3 {
  font-family: var(--heading-font);
  font-weight: 900;
}

.place-heading h3::after {
  margin: 12px auto 0;
}

.place-box {
  background: var(--white);
  border-radius: 12px;
  padding: 16px 20px;
  margin-top: 60px;
}

.place-box h4 a {
  font-size: 13px;
  padding-top: 12px;
  color: var(--black);
}

.place-box:hover h4 a {
  color: var(--yellow);
}

.place-box:hover .place-icon img {
  transform: scale(1.1);
}

.place-icon {
  margin: 0 auto;
  width: 60px;
  height: 60px;
  margin-top: -60px;
}

.place-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: 0.3s ease-in-out;
}

.pin img {
  width: 12px;
  height: 16px;
  object-fit: contain;
}

.plbt::after {
  content: "";
  width: 100%;
  height: 4px;
  background: #CEC3B1;
  display: block;
}

.arrow-bottom {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid var(--white);
  position: absolute;
  bottom: 22px;
  left: 50%;
  transform: translateX(-50%);
}

/* Blog + Place end  */


/* Winner start  */
.winner {
  background: var(--blue);
}

.winner h3,
.winner p {
  color: var(--white);
}

.winner .about-text {
  padding: 120px 40px;
}

/* Winner end  */


/* FAQ start  */
.faq {
  background: var(--grey);
}

.faq-text {
  padding: 10px;
}

.faq .section-heading h2::after {
  margin: 0;
}

button.btn.btn-link {
  border: none;
  text-decoration: none;
  font-size: 14px;
  color: #252425 !important;
  text-transform: capitalize;
  font-weight: 600;
  position: relative;
  width: 100%;
  text-align: left;
}

.card .btn-link::before {
  content: "\F135";
  font-family: 'bootstrap-icons';
  font-size: 24px;
  transform: rotate(45deg);
  transition: all 0.4s;
  background-repeat: no-repeat;
  position: absolute;
  top: 20%;
  right: 16px;
  height: 20px;
  width: 20px;
  line-height: 20px;
  background-size: 20px;
  z-index: 1;
}

.card .btn-link[aria-expanded="true"]::before {
  content: "\F135";
  font-family: 'bootstrap-icons';
  font-size: 24px;
  transition: all 0.4s;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: rotate(-45deg);
  line-height: 20px;
  height: 20px;
  width: 20px;
  background-size: 20px;
  display: inline-block;
  vertical-align: middle;
}

.card-header {
  padding: 0;
  background-color: transparent;
  border-bottom: none;
}

.card-header .btn-link {
  background-color: transparent !important;
  border: 1px solid #DCDDE2 !important;
  padding: 6px 20px;
  border-bottom: none !important;
}

.card-header .btn-link[aria-expanded="false"] {
  background-color: transparent !important;
  border-color: transparent !important;
  padding: 0 20px;
}

.card-body {
  padding: 10px 20px 20px;
  border: 1px solid #DCDDE2;
  border-top: none;
}

.card {
  padding-bottom: 14px;
  margin-bottom: 14px;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #D4CEC4;
  background-color: transparent;
}

/* FAQ end  */


/* Contact  start  */

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #ff0000;
}

.contact-form .btn-primary {
  padding: 0 22px !important;
  line-height: 32px !important;
  height: 38px;
  background: var(--yellow) !important;
  color: var(--white) !important;
  font-weight: 700 !important;
  font-size: 12px !important;
  border: 1px solid var(--yellow);
  margin-left: 5px;
}

.contact-form .btn-primary:hover,
.contact-form .btn-primary:focus,
.contact-form .btn-primary:active {
  background: var(--black) !important;
  border-color: var(--black) !important;
  color: var(--blue) !important;
}

.contact-form {
  height: 100%;
  padding: 40px;
  background: var(--blue);
}

input[type=submit]:focus {
  outline: none;
}

.contact-form h3 {
  font-size: 22px;
  margin-bottom: 20px;
  font-weight: 800;
  font-family: var(--heading-font);
}

.contact-form .form-group {
  margin-bottom: 1.5rem;
}

button.close {
  background-color: transparent !important;
  color: #fff !important;
  padding: 14px;
}

.button.close span {
  color: var(--white) !important;
}

.modal {
  background: #242524c5;
}

/* Contact  end  */


/*--  Footer Start  --*/
.footer-main {
  background: var(--blue);
}

.footer-link-wrapper h3 {
  color: var(--white);
  font-size: 13px;
  font-family: var(--heading-font);
  margin-bottom: 20px;
}

.ft-note {
  max-width: 80%;
}

.ft-note p,
.copy-right p,
.copy-right p a {
  color: #93BDD8;
}

.footer-link-wrapper.sec-space {
  padding-bottom: 40px;
}

.quick-link-box ul {
  list-style: none;
  padding-left: 0px;
}

.quick-link-box .sub-menu {
  display: none;
}

.quick-link-box ul li {
  margin: 4px 0;
}

.quick-link-box ul li a,
.contact-info a,
.contact-info p {
  text-decoration: none;
  color: #93BDD8;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  transition: all 0.4s;
}

.quick-link-box ul li a:hover {
  color: var(--yellow);
  transition: all 0.4s;
}

.ft-logo .navbar-brand img {
  width: 130px;
}

.footer-main .contact-info a,
.footer-main .contact-info p {
  max-width: 100%;
  font-size: 12px;
  margin-bottom: 10px;
}

.footer-main .contact-info a,
.footer-main .contact-info p {
  padding-left: 24px;
  position: relative;
  word-wrap: break-word;
}

.footer-main .contact-info a img,
.footer-main .contact-info p img {
  position: absolute;
  top: 0px;
  left: -4px;
}

.ft-social ul li {
  margin: 0 4px;
}

.ft-social ul li a {
  border-radius: 50%;
  text-align: center;
  background: #135C8D;
  border: 1px solid #135C8D;
  height: 24px;
  line-height: 22px;
  width: 24px;
  transition: all 0.4s;
}

.ft-social ul li a img {
  height: 14px;
  width: 14px;
  object-fit: contain;
}

.ft-social ul li a:hover {
  color: var(--white);
  background: var(--yellow);
  border-color: var(--yellow);
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

.copy-right {
  padding: 20px 0;
}

.copy-right p {
  line-height: 18px;
  font-size: 12px;
  margin-bottom: 0;
}

/* Footer end  */


/* Loader CSS Start  */

.loaderWrap {
  position: fixed;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 9991;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.851);
  transition: 300ms ease-in-out;
}

.loader-off.loaderWrap {
  opacity: 0;
  visibility: hidden;
}

/* Loader CSS End  */

#top-button {
  display: inline-block;
  background-color: var(--pink);
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50%;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  overflow: hidden;
}

#top-button::after {
  content: "\F148";
  font-family: bootstrap-icons !important;
  font-size: 16px;
  line-height: 40px;
  color: #ffffff60;
}

#top-button:hover {
  cursor: pointer;
  background-color: var(--black);
}

#top-button:active {
  background-color: var(--black);
  color: var(--pink);
}

#top-button.show {
  opacity: 1;
  visibility: visible;
}

/* Breadcrumb Start  */
.innerBanner {
  position: relative;
  height: 300px;
  background-attachment: fixed !important;
  background-size: cover !important;
}

.innerBanner:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(179deg, #DCF1FF, #9d62274d);
}

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

.title_breadcrumb {
  position: absolute;
  left: 50%;
  top: 65%;
  transform: translate(-50%, -50%);
  justify-content: center;
  width: 100%;
}

.title_breadcrumb h1 {
  font-size: clamp(20px, 4vw, 60px);
  color: #252425;
  line-height: 42px;
  text-align: center;
  font-family: var(--banner-font);
}

.breadcrumbs {
  list-style-type: none;
  display: flex;
  justify-content: center;
}

.breadcrumb_bottom ul li a,
.breadcrumb_bottom ul li {
  color: var(--black);
}

.breadcrumb_bottom ul li {
  margin-right: 10px;
}

.breadcrumb_bottom ul li:last-child {
  margin-right: 0px;
}

.breadcrumbs {
  text-align: center;
}

/* Breadcrumb End */


/* Contact Page start  */
.contact-data {
  background-size: cover !important;
  position: relative;
  width: 100%;
  height: 100%;
  background-attachment: fixed !important;
}

.contact-data::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #ffffff40;
}

.contact-details .con-box {
  font-size: 14px;
  padding: 20px;
  font-family: var(--body-font);
  display: block;
  position: relative;
  height: 100%;
  background: #000000ab;
  text-align: center;
}

.contact-details h6 {
  color: var(--blue);
  font-size: 13px;
  margin-bottom: 4px;
}

.contact-details .con-box p,
.contact-details .con-box a {
  font-size: 14px;
  color: var(--white);
  display: block;
  word-wrap: break-word;
  font-weight: 600;
}

.contact-details .fa {
  height: 45px;
  width: 45px;
  border-radius: 50%;
  background: var(--yellow);
  line-height: 45px;
  text-align: center;
  color: var(--white);
  font-size: 18px;
  margin-bottom: 12px;
}

.con-img1 {
  position: relative;
  padding-top: 54%;
  width: 60%;
  margin-left: auto;
  border: 20px solid #fafafa;
  z-index: 2;
  border-top: 0;
}

.con-img1 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.con-img1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 45%;
  height: 45%;
  background: var(--brown);
}

.con-img2 {
  position: absolute;
  padding-top: 60%;
  width: 80%;
  bottom: 0;
}

.con-img2 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}

.contact-cms .contact-form {
  padding: 40px 20px;
}

.con-map iframe {
  height: 450px;
  width: 100%;
}

.contact-cms .section-heading h2 {
  margin-bottom: 32px;
}

.contact-cms .section-heading h2::after {
  margin-left: 0;
}

/* Contact Page end  */


/* About Page start */
.about-cms .about-text h2 {
  margin-bottom: 32px;
}

.about-cms .about-text h2::after {
  margin: 0;
}

.abpg-img {
  padding-top: 74%;
  position: relative;
}

.abpg-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.quotes {
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  text-align: center;
}

.quote-wrap {
  background: var(--yellow);
  padding: 20px 60px;
}

.quote-wrap h6 {
  color: var(--white);
  font-size: 14px;
  line-height: 22px;
}

.about-body {
  background: var(--blue);
}

.about-body .ab-wrap:nth-child(even) .abnext-row {
  flex-direction: row-reverse;
}

.ab-wrap h3 {
  color: var(--white);
  margin-bottom: 10px;
  font-family: var(--heading-font);
  font-weight: 800;
}

.ab-wrap p {
  color: #ffffff9c;
  font-weight: 100;
}

.ab-wrap:not(:last-child) {
  margin-bottom: 20px;
  border-bottom: 1px solid #ffffff3d;
  padding-bottom: 20px;
}

.about .about-text strong {
  display: block;
}

.about .about-text h3 {
  font-weight: 700;
}

/* About Page end  */


/* Blog Page start  */
.blog-cms .blog-content {
  padding: 20px;
}

.blog-cms .blog-box {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.blog-cms .blog-box h3 {
  color: var(--black);
  position: relative;
}

.blog-cms .blog-box h3::after {
  margin: 0;
}

/* Blog Page end  */


/* Service Page start  */
.service-cms .service-box {
  background: var(--yellow);
}

.s-service h5 {
  position: absolute;
  top: 20px;
  right: 0;
  color: var(--white);
  background: var(--yellow);
  padding: 4px 15px;
  font-size: 22px;
  font-family: var(--heading-font);
  box-shadow: 0 3px 2px #00000029;
}

.s-service-text h3 {
  font-family: var(--heading-font);
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 20px;
}

/* Service Page end  */


/* Single Service Page start  */
.s-service-text {
  padding: 20px;
}

.s-service .about-img {
  padding-top: 80%;
}

.sameheight.owl-carousel .owl-stage {
  display: flex;
  justify-content: center;
}

.sameheight .item {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  padding: 1px;
}

.bor-bot {
  border-left: 0px solid transparent;
  border-right: 15px solid transparent;
  border-top: 26px solid #e86f14;
  position: absolute;
  top: 54px;
  right: 0;
}

.rel-service.service h5 a {
  font-size: 18px;
}

.rel-service .service-text {
  padding: 14px;
}

.rel-service .section-heading h2 {
  color: var(--black);
}

.rel-service.service .section-heading h2::before,
.rel-service.service .section-heading h2::after {
  background: var(--yellow);
}

/* Single Service Page end  */


/* Location Page start  */
.loc-img {
  position: relative;
  padding-top: 80%;
}

.loc-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.place-txt h4 a {
  color: var(--white);
}

.loc-box {
  background: var(--yellow);
}

.loc-box .place-txt {
  padding: 10px 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: var(--yellow);
  transition: 0.3s ease-in-out;
  z-index: 2;
}

.loc-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, #00000020, var(--yellow));
  width: 100%;
  height: 100%;
  z-index: 1;
  display: none;
  opacity: 0;
}

.loc-box:hover::before {
  display: block;
  opacity: 100%;
}

.loc-box:hover .place-txt {
  position: absolute;
  bottom: 40%;
  left: 0;
  background: transparent;
}

.pl-row {
  row-gap: 30px;
}

/* Location Page end  */


/* Single Location  Page start  */
.other-places.grad {
  background: linear-gradient(148deg, #ffffff, #CCA6655E, #0C4D87A8);
}

.loc-wrap:nth-child(odd) {
  background-color: var(--grey);
}

.loc-wrap:nth-child(even) .loc-row {
  flex-direction: row-reverse;
}

.s-service.lc-serv .about-img {
  padding-top: 70%;
}

/* Single Location  Page end  */


button:focus,
.btn:focus {
  outline: none;
}


/* Multiple Error line prevention */
.wpcf7-not-valid-tip:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) {
  display: none;
}

/* Invalid message after form submission */
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #ff0000;
}

/* Success message after form submission */
.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
  color: var(--white);
}

.wpcf7 form .wpcf7-response-output {
  margin: 1rem 0;
}


/* Thank you page  */
.thankyou {
  padding: 45px;
}

.thankyou .message-image img {
  width: 110px;
  height: auto;
}

.thankyou-pg {
  background-size: cover !important;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 1;
}

.thankyou-pg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff84;
  z-index: -1;
}

/* Error page */
.error-404 {
  padding: 40px 0;
}

.error-404 .message-image img {
  width: 100%;
  height: auto;
}

.motitle {
  line-height: 1.1;
  font-size: 40px;
}

a#mycustomimage {
  display: none;
}

/* === HOMEPAGE QUICK FIXES – 2025-12-01 === */

/* 1. Google review logo sizing & centering */
.review-head .googlelg img {
  width: 120px;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  margin: 0 auto 10px;
}

/* 2. "We Help Bring Clarity" section – keep text off the main image */
.about .ab-row {
  align-items: center;
}

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

.about .about-text {
  position: relative;
  z-index: 2;
  padding-left: 70px;  /* pushes text right so it’s not over the binoculars */
}

/* On tablets/phones, stack nicely with normal padding */
@media (max-width: 991px) {
  .about .about-text {
    padding: 30px 15px 0;
  }
}

/* 3. "We were voted best private investigator in the Bronx" section */
.winner .ab-row {
  align-items: center;
}

.winner .about-img {
  z-index: 1;
}

.winner .about-text {
  position: relative;
  z-index: 2;
  padding-left: 80px;  /* nudges copy further right, off the trophy */
}

/* Relax padding on smaller screens so it doesn’t crush text */
@media (max-width: 991px) {
  .winner .about-text {
    padding: 40px 20px;
  }
}

/* 4. FAQ question-mark illustration positioning */
.faq {
  position: relative;
}

/* Position the big question-mark on the right on larger screens */
.faq .wp-block-image {
  position: absolute;
  right: 6%;
  bottom: 0;
  max-width: 360px;
}

.faq .wp-block-image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

/* On tablets/phones, stack it under the FAQ list */
@media (max-width: 991px) {
  .faq .wp-block-image {
    position: static;
    margin: 40px auto 0;
    max-width: 260px;
  }
}
