@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;
  list-style: none;
}

body {
  font-family: "Poppins", sans-serif;
}

a {
  text-decoration: none !important;
  display: inline-block !important;
}

img {
  width: 100%;
  display: block;
}

ul {
  padding: 0;
  margin: 0;
}

p {
  color: #737373;
  font-size: 18px;
  margin: 0;
}

.spacing {
  padding: 100px 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}

:root {
  --c1: #000;
  /* Black */
  --c2: #fff;
  /* White */
  --c3: #0e315c;
  --c4: #f14950;
  --c5: #232323;
}

::selection {
  background: var(--c3);
  color: var(--c2);
}


.other-services ul li a {
    color: var(--c2);
    padding: 12px 20px;
    transition: all .5s;
    background-color: var(--c3);
    display: block !important;
    font-size: 18px;
}

.other-services ul li  {
    display: block;
    width: 100%;
    text-align: center;
}


.other-services ul li a:hover {
    background-color: var(--c4);
}
/* inner-wrapper */

.inner-header {
  height: 400px;
  background-position: center !important;
  background-attachment: fixed !important;
  position: relative;
  display: flex;
  align-items: center;
  text-align: center;
}

.inner-header:before {
  width: 100%;
  height: 100%;
  content: "";
  background: rgb(0 0 0 / 60%);
  position: absolute;
  left: 0;
  top: 0;
}

.inner-header .container {
  position: relative;
}

.inner-header .inner-header-title h2 {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
}


/* end inner-wrapper */


/* header */

i.far.fa-search {
  font-family: 'FontAwesome';
}

.header {
  background-color: #0e315cde;
  padding: 15px 30px;
  overflow: hidden;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}

.header-starter {
  display: flex;
  align-items: center;
  gap: 20px;
}

.header-logo a {
  display: block !important;
  width: 100%;
}

.header-logo {
  flex-basis: 80%;
  padding: 0px 25px;
  position: relative;
}

.header-bars i {
  color: var(--c2);
  font-size: 25px;
}

.header-navigations nav ul {
  display: flex;
  gap: 20px;
  justify-content: start;
}

.header-navigations nav ul li a {
  color: var(--c2);
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  transition: all .5s;
  position: relative;
}

.header-navigations nav ul li a::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: var(--c2);
  transition: all .5s;
}

.header-navigations nav ul li a:hover::before {
  width: 100%;
}

.header-socials {
  display: flex;
  justify-content: end;
  gap: 40px;
  position: relative;
}

.header-socials ul {
  display: flex;
  gap: 20px;
}

.header-socials a {
  color: var(--c2);
  font-size: 17px;
  transition: all .5s;
}

.header-socials::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  width: 1px;
  height: 100px;
  background-color: #3e5d6b;
  transform: translateY(-50%);
}

.header-logo::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  width: 1px;
  height: 100px;
  background-color: #3e5d6b;
  transform: translateY(-50%);
}

.header-logo::after {
  position: absolute;
  content: '';
  top: 50%;
  right: 0;
  width: 1px;
  height: 100px;
  background-color: #3e5d6b;
  transform: translateY(-50%);
}

/* banner */

.banner {
  padding: 200px 0px;
  position: relative;
  z-index: 1;
}

.banner-img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: absolute;
  top: 0;
  z-index: -1;
}

.banner-title {
  text-align: center;
}

.banner-title h1 {
  color: var(--c2);
  text-transform: uppercase;
  font-weight: 600;
  font-size: 70px;
  line-height: 100%;
}

.banner-title h3 {
  text-transform: uppercase;
  font-size: 50px;
  color: var(--c4);
  font-weight: 300;
  letter-spacing: 15px;
  padding: 20px 0px;
}

.banner-title p {
  color: var(--c2);
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}

.banner-content {
  z-index: 1;
  padding: 50px 0px;
  position: relative;
}

.banner-content::before {
  position: absolute;
  top: 50%;
  left: -100px;
  content: '';
  background-color: #0e315cb0;
  width: 1000px;
  height: 800px;
  z-index: -1;
  transform: translateY(-50%);
  border-radius: 50%;
  filter: blur(100px);
}

.home-body {
  background-color: #f2f0f0;
  padding: 0px;
}

.service-icon {
  width: 20%;
  margin: 0 auto;
}

.service-box {
  background-color: var(--c2);
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-right: 1px solid #80808056;
  height: 330px;
  align-items: center;
  justify-content: center;
}

section.services .col-lg-3:last-child .service-box {
  border-right: 0px;
}

.services .col-lg-3 {
  margin: 0;
  padding: 0;
}

.service-box p {
  margin: 0;
  color: #929392;
  font-size: 14px;
}

.service-box h3 {
  font-size: 22px;
  color: var(--c3);
  font-weight: 500;
  text-transform: uppercase;
}

.service-box a {
  color: var(--c4);
  font-weight: 600;
  transition: all .5s;
}

.service-box a:hover {
  color: var(--c3);
}

.home-body {
  box-shadow: 0px 0px 20px -12px;
  margin-top: -50px;
  position: relative;
  z-index: 999;
}

/* about-us */

.about-us .col-lg-6 {
  padding: 0;
}

.web-title h4 {
  font-size: 20px;
  text-transform: uppercase;
  color: #616161;
  font-weight: 500;
}

.about-content {
  text-align: center;
  padding: 0px 80px;
}

.web-title h2 {
  font-size: 42px;
  text-transform: uppercase;
  color: var(--c3);
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 25px;
}

.about-content p {
  color: #b4b3b3;
  font-size: 18px;
  margin: 0;
}

.web-btn a {
  background: var(--c4);
  color: var(--c2);
  padding: 7px 20px;
  border-radius: 20px;
  text-transform: uppercase;
  transition: all .5s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.web-btn a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  border-radius: 20px;
  background-color: var(--c3);
  z-index: -1;
  transition: all .5s;
}

.web-btn a:hover::before {
  width: 100%;
}

.web-btn button {
  background: var(--c4);
  color: var(--c2);
  padding: 7px 20px;
  border-radius: 20px;
  text-transform: uppercase;
  transition: all .5s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border: 0;
}

.web-btn button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  border-radius: 20px;
  background-color: var(--c3);
  z-index: -1;
  transition: all .5s;
}

.web-btn button:hover::before {
  width: 100%;
}


.about-btn {
  margin-top: 25px;
}

.about-img {
  position: relative;
  overflow: hidden;
}

.about-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0e315c9c;
  transition: all .5s;
}

.about-img:hover::before {
  visibility: hidden;
  opacity: 0;
}

.care-img {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 15px;
}

.care-img img {
  width: 22px;
  margin-right: 8px;
}

.why-choose-content {
  padding-right: 90px;
  text-align: center;
}

.care-box {
  margin-top: 30px;
}

.why-choose-us {
  padding: 50px 0px;
  background-color: #fff;
}

.care-img h3 {
  font-size: 20px;
  color: var(--c3);
  font-weight: 700;
  text-transform: uppercase;
}

.care-btn {
  margin-top: 50px;
}

.our-story {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 100px 0px;
}

.story-content {
  text-align: center;
  padding: 0px 50px;
}

.story-content h4 {
  color: #fff;
  font-weight: 700;
  font-size: 40px;
}

.story-content .play-btn a {
  background-color: #ed1c24;
  color: #fff;
  width: 80px;
  height: 80px;
  text-align: center;
  align-content: center;
  border-radius: 50%;
  font-size: 24px;
  border: 10px solid #770f14d9;
  margin-top: 35px;
}

.counter-box {
  text-align: center;
  padding: 0px 35px;
}

.counter-box h2 {
  font-size: 70px;
  text-transform: uppercase;
  color: var(--c3);
  font-weight: 700;
  margin-bottom: 10px;
}

.counter-box h4 {
  font-weight: 600;
  font-size: 24px;
  color: #ed1c24;
  text-transform: uppercase;
  letter-spacing: 2px;
}

section.counter {
  background-color: #fff;
  padding: 100px 0px;
}

footer.main-footer {
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 0px;
}

.footer-top {
  padding-top: 120px;
  padding-bottom: 50px;
}

.footer-logo a {
  width: 200px;
}

.newsletter-main input {
  display: flex;
  width: 100%;
  background-color: #2f2f2f;
  border: unset;
  padding: 10px 20px;
  outline: 0;
  margin-bottom: 25px;
  color: #fff;
  font-size: 14px;
  border-radius: 20px;
}

.newsletter-main button {
  background-color: #ed1c24;
  border: unset;
  color: #fff;
  padding: 6px 26px;
  border-radius: 20px;
  transition: all.4s;
}

.newsletter-main button:hover {
  background-color: var(--c3);
}

.newsletter-box h4 {
  font-size: 24px;
  margin-bottom: 10px;
  margin-top: 30px;
  color: #ed1c24;
  font-weight: 400;
}

.footer-links h4 {
  font-size: 25px;
  color: #ed1c24;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.footer-links ul li a {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  margin-top: 8px;
  transition: all .5s;
  text-transform: uppercase !important;
}

a {}

.w-padding {
  padding-left: 100px;
}

.copyright-main h5 {
  color: #fff;
  opacity: 32%;
  font-size: 18px;
}

.footer-bottom {
  border-top: 1px solid #ffffff40;
  padding: 25px 0px;
}

.payment-images img {
  width: 350px;
  margin-left: auto;
}

.footer-links ul li a:hover {
  color: var(--c4);
}

/* Responsive Menu */

.responsive-btn a {
  padding: 10px 26px;
  display: block !important;
}

.responsive-menu {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: var(--c3);
  z-index: 9999;
  transition: all 0.5s;
}

.responsive-links ul li ul {
  display: none;
}

.responsive-links ul li i {
  transition: transform 0.3s ease;
}

.responsive-menu.active {
  left: 0;
}

.responsive-links ul li ul li {
  list-style: disc;
  color: var(--c3);
}

.responsive-menu-main {
  height: 100%;
  padding: 30px 20px;
  position: relative;
}

.responsive-logo {
  width: 100%;
  margin-bottom: 30px;
}

.responsive-links ul li a {
  color: var(--c2);
  padding: 10px 0px;
  display: block !important;
  font-weight: 500;
}

.responsive-links ul li {
  border-bottom: 1px solid #8080803d;
  position: relative;
}

.resp-social {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: var(--c3);
  padding: 6px 0px;
}

.responsive-icon a i {
  display: block;
}

.responsive-icon {
  position: absolute;
  top: 30px;
  right: 30px;
}

.responsive-icon a {
  color: var(--c2);
  font-size: 30px;
}

.responsive-links ul li:last-child {
  border: 0;
}

body.scroll-stop {
  overflow: hidden;
}

.resp-social ul {
  display: flex;
  gap: 10px;
  justify-content: center;
}

.resp-social ul li a i {
  display: block;
}

.resp-social ul li a {
  padding: 10px;
  color: var(--c2);
  font-size: 18px;
}

.responsive-links ul li i {
  position: absolute;
  right: 0;
  top: 13px;
  color: var(--c3);
}

.responsive-links ul li ul {
  padding-left: 30px;
  border-top: 1px solid #8080803d;
}

.responsive-links ul li i.active::before {
  content: "\f068";
}

/*SINGLE PAGE CSS*/

.single-cont-inner {
  display: flex;
  gap: 25px;
  margin-top: 25px;
  align-items: center;

}

.single-inner-img,
.single-inner-list {
  width: 50%;
}

.single-content-img img {
  height: 450px;
  object-fit: cover;
  transition: all .8s;
}

.single-content h4 {
  color: var(--c3);
  padding: 0px 0 15px;
  font-family: var(--f1);
  font-size: 30px;
}

.single-content-img {
  margin-bottom: 30px;
}

.single-content-main p {
  margin-bottom: 15px;
  font-size: 16px;
  color: #383838;
  line-height: 1.6;
}

.single-content-main h3 {
  font-size: 20px;
  color: var(--c3);
  margin-bottom: 15px;
  font-weight: 700;
}

.single-inner-list ul li {
  color: var(--c2);
  margin-bottom: 15px;
  position: relative;
  padding-left: 26px;
}

.single-w-date h3 {
  color: var(--c3);
  font-weight: 700;
  margin-bottom: 8px;
}

.single-w-date {
  margin: 30px 0;
}

.single-inner-list ul li:before {
  position: absolute;
  top: 4px;
  left: 0;
  font-size: 13px;
  color: var(--c3);
  content:
    "\f00c";
  font-family: "Font Awesome 5 Pro";
}

.single-inner-img,
.single-content-img {
  overflow: hidden;
  border-radius: 8px;
}

.side-links-main {
  margin-bottom: 30px;
}

.single-content h2 {
  color: var(--c3);
  font-size: 34px;
  margin-bottom: 10px;
  font-weight: 700;
}

.single-content h2 span {
  color: var(--c1);
}

.single-content-img:hover img {
  transform: scale(1.1);
}

.single-sidebar {
  position: sticky;
  top: 0;
}

.single-content ul li,
.single-content ol li {
  line-height: 1.6;
  color: #727272;
  font-size: 15px;
  list-style: disc;
  margin-bottom: 5px;
}

.single-content ul,
.single-content ol {
  padding-left: 20px;
  margin-bottom: 15px;
}

.single-content ol li {
  list-style: auto;
}

/* section-contact-us */

.contact-item input,
.contact-item textarea,
.contact-item select,
.contact-item option {
  background: unset;
  outline: 0;
  border: 0;
  width: 100%;
  padding: 15px 0px;
  color: var(--c1);
  border-bottom: 2px solid var(--c1);
  transition: all 0.5s;
}

.contact-item input::placeholder,
.contact-item textarea::placeholder,
.contact-item select::placeholder,
.contact-item option::placeholder {
  color: var(--c1);
}

.contact-item-main .contact-item {
  margin-bottom: 20px;
}

.contact-item input:focus,
.contact-item textarea:focus,
.contact-item select:focus,
.contact-item option:focus {
  border-color: var(--c5);
}

.contact-item textarea {
  height: 150px;
}

.contact-us .web-title {
  margin-bottom: 60px;
}

.contact-us {
  position: relative;
}

.contact-img img {
  height: 550px;
  object-fit: cover;
}

.contact-img {
  border: 1px solid var(--c1);
  padding: 40px;
  margin-left: 20px;
  border-radius: 6px;
}

/* section-faqs */

.faqs {
  padding: 70px 0px;
  position: relative;
}
.faqs-item .accordion-button {
  padding: 40px;
  background-color: var(--c2);
  color: var(--c3);
  font-weight: 700;
  font-size: 20px;
}
.faqs-item .accordion-item {
  background-color: var(--c2) !important;
  margin-bottom: 20px;
  border: 1px solid #d01d6a1f;
}
.accordion-button:focus {
  border: unset !important;
  box-shadow: unset;
}
.faqs-item .accordion-body {
  padding: 25px 30px 25px 30px;
  color: var(--c3);
  font-weight: 400;
  line-height: 1.8;
}
.for-gradient {
  background: rgb(208, 29, 106);
  background: radial-gradient(
    circle,
    rgba(208, 29, 106, 0.30575980392156865) 0%,
    rgba(16, 3, 30, 1) 100%
  );
}
.faqs-item .accordion-button:after {
  background-image: none;
  transform: unset;
  content: "\f067";
  color: var(--c1);
  font-family: "Font Awesome 5 Pro";
}

.faqs-item .accordion-button:not(.collapsed)::after {
  content: "\f068";
}

h3.accordion-header {
    margin: 0;
}

button.accordion-button {
    padding: 20px 0px;
}

.other-services ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}


.quote-form-main {
    padding: 25px 20px;
    background-color: #e9e9e980;
}

.quote-form-main h2 {
    font-size: 30px;
    margin-bottom: 20px;
    text-align: center;
    color: var(--c1);
}

.other-services ul li.active-care a {
    background-color: var(--c1);
}

.service-box.areas-box ul {
    width: 100%;
    lex;
    flex-wrap: wrap;
    display: flex;
    gap: 5px;
    align-items: center;
}

.service-box.areas-box ul li {
    width: 49%;
    background-color: var(--c1);
    color: var(--c2);
    padding: 10px 0px;
    z-index: 1;
    position: relative;
    transition: all .5s;
    overflow: hidden;
}

.service-box.areas-box {
    padding: 20px;
    height: 400px;
}

.service-box.areas-box ul li::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--c3);
    z-index: -1;
    transition: all .5s;
    transform: scale(0);
}

.service-box.areas-box ul li:hover::before {
    transform: scale(1);
}

.service-box.areas-box ul li:hover {
    cursor: grab;
}

.areas-service .col-lg-4,
.areas-service .col-md-4 {
    padding: 0;
}
.story-content p {
    color: var(--c2);
    margin-top: 30px;
    line-height: 40px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

p.nowrap-text {
    -webkit-line-clamp: unset;
}

.story-content:has(.nowrap-text) button {
    display: none;
}

.content-story {
    padding: 50px 0px;
}

.content-story .story-content p {
    color: var(--c1);
}

.content-story .story-content h4 {
    color: var(--c4);
}

.modal-content {
}

.modal.show .modal-dialog {
    max-width: 800px;
}

.modal-body iframe {
    width: 100%;
    height: 350px;
}

.web-btn input {
    padding: 15px 30px;
    border: 0;
    background-color: var(--c5);
    color: var(--c2);
    transition: all .5s;
}

.web-btn input:hover {
    background-color: var(--c3);
}
.f-items.newsletter input {
    padding: 10px;
}

.mc_signup_submit {
    position: absolute;
    top: 5%;
    right: -12px;
    height: 100%;
    width: 30%;
    transform: translateY(-50%);
}

.f-items.newsletter {
    position: relative;
}

.mc_signup_submit input {
    border: 0;
    background-color: var(--c4);
    color: var(--c2);
    transition: all .5s;
}

.mc_signup_submit input:hover {
    background-color: var(--c3);
}

label.mc_var_label.mc_header.mc_header_email {
    color: var(--c1);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    transition: all .5s;
    visibility: visible;
    opacity: 1;
}

.mc_merge_var:has(input:focus) label.mc_var_label {
    visibility: hidden;
    opacity: 0;
}

.mc_message_wrapper {
    position: absolute;
    bottom: -65px;
}

.mc_message_wrapper strong {
    color: var(--c2);
}