* {
  margin: 0px;
  padding: 0px;
}

/* ---------------   Nav Bar  -------------------- */
.life-logo-nav {
  background-color: #000;
  padding: 0px 20px;
  color: #fff;
}

.life-logo-nav .top-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.life-logo-nav .top-left {
  text-align: left;
}

.life-logo-nav .top-left,
.life-logo-nav .top-center,
.life-logo-nav .top-right {
  flex: 1;
  text-align: center;
  margin: 5px 0;
}

.logo-nav-color {
  color: #fff;
  text-decoration: none;
}

.life-logo-nav .top-right {
  text-align: right;
}

.life-logo-nav .top-left,
.life-logo-nav .top-center,
.life-logo-nav .top-right {
  flex: 1;
  text-align: justify;
  margin: 5px 0;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px / 1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}



.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
  background-color: #fff;
}

.nav-box-padding {
  padding: 0px 50px !important;
}

.nav-link {
  color: #000 !important;
  font-weight: 600 !important;
  margin-right: 10px;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus,
.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus {
  background-color: #303726;
  color: #fff !important;
}

.navbar-nav .nav-link:focus,
.dropdown-menu .dropdown-item:focus {
  outline: none;
  box-shadow: none;
}

.dropdown-menu {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 180px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-toggle::after {
  content: " \25BC";
  font-size: 0.6em;
  margin-left: 5px;
}

.nav-item.dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown-menu {
  transition: all 0.2s ease;
  margin-top: 0;
  display: none;
  position: absolute;
  z-index: 1000;
  background-color: white;
}

.navbar-nav .dropdown-menu {
  top: 100%;
  left: -150%;
}

.nav-item .dropdown-toggle::after {
  font-size: 1.1rem;
}

/* Default (Desktop) styling assumed to be already present */

@media screen and (max-width: 768px) {
  .life-logo-nav .top-bar {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .life-logo-nav .top-left,
  .life-logo-nav .top-right {
    width: 100%;
    margin: 5px 0;
  }

  .life-logo-nav .top-left a,
  .life-logo-nav .top-right a {
    display: inline-block;
    margin: 5px 10px;
    font-size: 12px;
  }

  .life-logo-nav .top-left i,
  .life-logo-nav .top-right i {
    font-size: 10px;
  }
}

@media screen and (max-width: 768px) {

  .life-logo-nav .top-left a,
  .life-logo-nav .top-right a {
    display: inline-block;
    margin: 5px 10px;
    font-size: 9px;
    text-align: left;
  }
}

/* ------------------------------------------ HOME PAGE ---------------------------------------- */

/* ------------------------------  Footer --------------------------- */


.footersection {
  padding: 35px 50px 5px 50px;
  overflow: hidden;
  text-align: left;
  background: #000;
  z-index: 1;
}

.footer-para {
  padding: 0px 35px;
}

.footer-para-width {
  width: 421px;
}

@media (max-width: 767px) {
  .footer-para-width {
    width: 260px;
  }
}

.footercontent a {
  margin: 0 3px;
}

.footercontent a i {
  text-align: center;
  color: #000000;
  border: 1px solid #000000;
  height: 30px;
  width: 30px;
  margin: auto;
  line-height: 28px;
  font-size: 16px;
  border-radius: 50%;
}

.footercontent a i:hover {
  color: #000;
  background-color: #fff;
  transition: 0.5s all ease-in-out;
}



.footersection+hr {
  margin-top: 30px;
}

.footertitle {
  margin-top: 15px;
  font-weight: 500;
  letter-spacing: .15em;
  color: #fff;
}

.footercolwidth {
  font-size: 12px;
  margin-left: -38px;
  font-size: 13px;
  line-height: 1.43;
  font-weight: 400;
  letter-spacing: .1em;
}

footer p {
  line-height: 18px;
  font-size: 12px;
  color: #fff;
}

.footercolwidth li {
  margin-top: 24px;
  color: #fff;
  list-style: none;
}

.footercolwidth li a {
  color: #fff;
  text-decoration: none;
}

.width-insurances {
  line-height: 7px;
}

.footermenulist {
  text-align: center;
  font-size: 13px;
  line-height: 1.43;
  font-weight: 400;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: -20px;
  margin-left: -20px;
}

.footermenulist>li {
  display: inline-block;
  margin-bottom: 17px;
  width: 100%;
  text-align: left;
}

.footermenulist a,
.footermenulist a:focus,
.footermenulist a:active {
  color: #fff;
}

.footermenulist a:hover {
  color: #336699;
}


.copyrights {
  text-align: center;
  color: #87919F;
}

@media (min-width: 768px) {

  .footermenulist {
    text-align: left;
  }
}

@media(max-width:767px) {
  .productframe {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .footercolwidth {
    margin-left: -20px;
  }
}

.slider-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}


/*========================  HOME PAGE STYLING  ==================== */


/* --------- SLIDER ------------ */

.hero-1 {
  position: relative;
  z-index: 9;
  padding-top: 50px;
}

.bg-cover {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
}

.fix {
  overflow: hidden;
}

.hero-section {
  display: flex;
  align-items: center;
  position: relative;
  background-color: #303726;
}

@media (max-width: 1899px) {
  .hero-1 .text-transparent {
    display: none;
  }
}

.hero-1 .text-transparent {
  position: absolute;
  top: 50%;
  left: -10%;
  transform: translateY(-50%) rotate(-90deg);
  z-index: 1;
}

.hero-1 .text-transparent h2 {
  font-size: 80px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--text);
  -webkit-text-fill-color: transparent;
  animation: shine 3s infinite;
}

.hero-1 .line-shape {
  position: absolute;
  top: 0;
  left: 0;
}

.hero-1 .dot-shape {
  position: absolute;
  top: 50%;
  left: 42%;
  transform: translate(-50%, -50%);
}

.hero-1 .frame-shape {
  position: absolute;
  bottom: 13%;
  left: 32%;
  animation: rounded 5s linear infinite;
}

.hero-1 .mask-shape {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  height: 100%;
  max-height: 100vh;
  overflow: hidden;
}

.carousel-control-next-icon {
  background-color: #303726;
}

.carousel-control-prev-icon {
  background-color: #303726;
}

.hero-1 .mask-shape img {
  height: 110%;
  object-fit: cover;
}

.align-items-center {
  align-items: center !important;
}

.hero-1 .hero-content {
  position: relative;
  z-index: 9;
}

.hero-1 .hero-content h6 {
  font-size: 18px;
  text-transform: uppercase;
  color: #000000;
  font-weight: 600;
  margin-bottom: 15px;
  display: inline-block;
  position: relative;
}

.hero-1 .hero-content h6:before {
  position: absolute;
  top: 4px;
  left: 0;
  content: "";
  width: 40px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-1 .hero-content h1 {
  text-transform: none;
  margin-bottom: 30px;
}

.hero-1 .hero-content p {
  font-size: 18px;
  color: #fff;
}

.hero-1 .hero-content .hero-button {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 50px;
}

.theme-btn {
  background-color: #c76a1f;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  padding: 14px 40px;
  border-radius: 0;
  text-transform: capitalize;
  transition: all .3s ease-in-out;
  position: relative;
  z-index: 1;
  line-height: 1;
  text-decoration: none;
}

.theme-btn:after,
.theme-btn:before {
  content: "";
  background-color: #fff;
  width: 0;
  height: 50%;
  position: absolute;
  transition: all .3s cubic-bezier(.785, .135, .15, .86);
  z-index: -1;
}

.theme-btn:before {
  top: 0;
  left: 0;
}

.hero-1 .hero-image {
  max-width: 100%;
  height: auto;
}


@media (max-width: 1440px) {
  .hero-1 .hero-content h1 {
    font-size: 48px;
    color: #fff;
  }

  .hero-1 .text-transparent h2 {
    font-size: 60px;
  }
}

@media (max-width: 1024px) {
  .hero-section {
    padding: 60px 40px;
    flex-direction: column;
    text-align: center;
  }

  .hero-1 .hero-content {
    padding-bottom: 30px;
  }

  .hero-1 .text-transparent {
    display: none;
  }

  .hero-1 .hero-content h1 {
    font-size: 42px;
  }

  .hero-1 .hero-content p {
    font-size: 16px;
  }

  .hero-1 .hero-content .hero-button {
    flex-direction: column;
    gap: 15px;
    margin-top: 30px;
  }

  .hero-1 .hero-image {
    margin-top: 20px;
    width: 100%;
  }
}

/* For screens up to 768px (Mobile) */
@media (max-width: 768px) {
  .hero-section {
    padding: 40px 20px;
  }

  .hero-1 .hero-content h1 {
    font-size: 36px;
  }

  .hero-1 .hero-content h6 {
    font-size: 14px;
    padding-left: 35px;
  }

  .hero-1 .hero-content p {
    font-size: 15px;
  }

  .theme-btn {
    padding: 12px 30px;
    font-size: 14px;
  }
}

/* For small devices up to 480px */
@media (max-width: 480px) {
  .hero-section {
    padding: 30px 15px;
  }

  .hero-1 .hero-content h1 {
    font-size: 28px;
    line-height: 1.2;
  }

  .hero-1 .hero-content h6 {
    font-size: 12px;
    padding-left: 25px;
  }

  .hero-1 .hero-content p {
    font-size: 14px;
  }

  .hero-1 .hero-content .hero-button {
    gap: 10px;
  }

  .theme-btn {
    width: 100%;
    text-align: center;
  }

  .hero-1 .frame-shape,
  .hero-1 .dot-shape,
  .hero-1 .line-shape {
    display: none;
  }

  .hero-1 .mask-shape img {
    height: auto;
    max-height: 60vh;
    object-fit: contain;
  }
}

/* ------------- FIX - WIDTH FOR ALL SECTION----------- */

.fix-width {
  padding: 0px 100px 0px 100px;
}

/* HEADING AND SUB-HEADING STYLING */

.sec-title .sub-title {
  position: relative;
  top: -8px;
  font-size: 14px;
  color: #c76a1f;
  font-family: "DM Sans", sans-serif;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
}

.sec-title .sub-title:before {
  position: absolute;
  left: 100%;
  top: 50%;
  height: 2px;
  width: 40px;
  margin-left: 10px;
  margin-top: -1px;
  background: #c76a1f;
  content: "";
}

.sub-heading {
  font-weight: bold;
  color: #303726;
}


/* ----- Home Page About Us ------- */
.about-section {
  padding: 120px 0 30px;
  position: relative;
  background-repeat: no-repeat;
  background-image: url(../images/icons/gradient-bg1.jpg);
  background-position: bottom left;
}

@media (max-width: 1399.98px) {
  .about-section {
    background-image: none;
  }
}

.about-section:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-image: url('assets\Images\bg\icon-shape-1.png');
  content: "";
  background-position: bottom left;
}

@media (max-width: 1399.98px) {
  .about-section:before {
    display: none;
  }
}

.about-section .content-column .inner-column {
  position: relative;
  padding-right: 30px;
}

@media (max-width: 1199.98px) {
  .about-section .content-column .inner-column {
    padding-right: 0;
  }
}

.about-section .content-column .inner-column .sec-title {
  margin-bottom: 41px;
}

.about-section .content-column .inner-column .sec-title .text {
  margin-top: 30px;
  text-align: justify;
}

.about-section .content-column .inner-column .theme-btn {
  margin-top: 10px;
}

.about-section .image-column {
  margin-bottom: 50px;
}

.about-section .image-column .inner-column {
  margin-bottom: 115px;
  position: relative;
}

@media (max-width: 991.98px) {
  .about-section .image-column .inner-column {
    margin-bottom: 0;
  }
}

.about-section .image-column .inner-column .icon-dots-2 {
  bottom: -75px;
  left: -70px;
  position: absolute;
}

@media (max-width: 991.98px) {
  .about-section .image-column .inner-column .icon-dots-2 {
    display: none;
  }
}

.about-section .image-column .inner-column .image-box {
  position: relative;
}

.about-section .image-column .inner-column .image-box .image {
  display: inline-block;
  margin-bottom: 0;
  position: relative;
  max-width: 430px;
}

.about-section .image-column .inner-column .image-box .image:before {
  background: var(--theme-color1);
  content: "";
  height: 300px;
  position: absolute;
  top: 0;
  right: -26px;
  width: 11px;
}

@media (max-width: 991.98px) {
  .about-section .image-column .inner-column .image-box .image:before {
    display: none;
  }
}

.about-section .image-column .inner-column .image-box .image img {
  height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 400px;
}

@media (max-width:767px) {
  .about-section .image-column .inner-column .image-box .image img {
    height: 290px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 300px;
  }
}

.about-icon {
  margin-right: 20px;
  height: 70px;
}

.about-section .image-column .inner-column .image-box .image-2 {
  bottom: -78px;
  left: 187px;
  margin-bottom: 0;
  position: absolute;
}

@media (max-width: 991.98px) {
  .about-section .image-column .inner-column .image-box .image-2 {
    display: none;
  }
}

.about-section .image-column .inner-column .image-box .image-2 img {
  border: 10px solid #fff;
}

.about-section .image-column .inner-column .image-box .image-3 {
  bottom: -22px;
  left: -72px;
  margin-bottom: 0;
  position: absolute;
      z-index: -1;
}

@media (max-width: 991.98px) {
  .about-section .image-column .inner-column .image-box .image-3 {
    display: none;
  }
}

.about-section .image-column .inner-column .image-box .info-box {
  bottom: -20px;
  left: 42px;
  position: absolute;
}

@media (max-width: 991.98px) {
  .about-section .image-column .inner-column .image-box .info-box {
    bottom: 20px;
    left: 20px;
  }
}

@media (max-width: 575.98px) {
  .about-section .image-column .inner-column .image-box .info-box {
    bottom: 10px;
    left: 10px;
  }
}

.about-section .image-column .inner-column .image-box .info-box .inner {
  background-color: #c76a1f;
  color: #fff;
  border: 8px solid #fff;
  display: inline-block;
  padding: 1px 34px 14px 20px;
  position: relative;
}

.about-section .image-column .inner-column .image-box .info-box .inner .icon {
  color: var(--text-color-bg-theme-color1);
  display: block;
  font-size: 50px;
  line-height: 1;
  margin-bottom: 14px;
  position: relative;
}

.about-section .image-column .inner-column .image-box .info-box .inner .title {
  color: var(--text-color-bg-theme-color1);
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 0;
  position: relative;
}

.about-section .image-column .inner-column .image-box .info-box .inner .icon-shape-3 {
  bottom: 0;
  left: 0;
  position: absolute;
}

.about-block {
  margin-bottom: 41px;
}

.about-block .inner-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 50px;
  position: relative;
}

@media (max-width: 575.98px) {
  .about-block .inner-box {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-right: 0;
  }
}

.about-block .inner-box:hover .icon:before {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.about-block .inner-box .icon {
  color: var(--theme-color1);
  font-size: 60px;
  line-height: 1em;
  margin-right: 45px;
  margin-top: 5px;
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

@media (max-width: 575.98px) {
  .about-block .inner-box .icon {
    margin-right: 0;
    margin-bottom: 20px;
    text-align: left;
  }
}

.about-block .inner-box .icon:before {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  display: inline-block;
}

.about-block .inner-box .icon:after {
  background-color: rgba(221, 221, 221, 0.4);
  border-radius: 50%;
  top: 25px;
  content: "";
  height: 56px;
  position: absolute;
  right: -20px;
  width: 56px;
  z-index: -1;
}

@media (max-width: 575.98px) {
  .about-block .inner-box .icon:after {
    display: none;
  }
}

.about-block .inner-box .title {
  color: var(--theme-color2);
  margin-bottom: 10px;
  position: relative;
}

.about-block .inner-box .text {
  margin-bottom: 0;
}

@media (max-width:767px) {
  .fix-width {
    padding: 0px 20px 0px 20px;
  }

  .about-section {
    padding: 30px 0 10px;
    position: relative;
    background-repeat: no-repeat;
    background-image: url(../images/icons/gradient-bg1.jpg);
    background-position: bottom left;
  }

}

/* ---- Why - Us ---- */

.why-box-styling {
  border: 5px solid #c76a1f;
  padding: 20px;
  background-color: #303726;
  height: 270px;
}

.choose {
  background: linear-gradient(67.94deg, #a3ad928c -2.93%, #d0dac030 44.88%, #b6c69d33 99.07%, #d12bec 148.49%);
  padding: 70px 0px 50px 0px;
  position: relative;
}

@media(max-width:767px) {
  .choose {
    background: linear-gradient(67.94deg, #a3ad928c -2.93%, #d0dac030 44.88%, #b6c69d33 99.07%, #d12bec 148.49%);
    padding: 50px 0px 50px 0px;
    position: relative;
  }
}

.choose h5 {
  color: #d12bec;
}


.choose p {
  color: #000000;
}

.chose-cercle1 {
  position: absolute;
  width: 160px;
  bottom: 97px;
  left: 12px;
  filter: grayscale();
}

.chose-cercle2 {
  position: absolute;
  width: 160px;
  right: 39px;
  top: 263px;
  filter: grayscale();
}

.choose2 {
  background-color: #5c5cce85;
  width: 100%;
}

.choose2 {
  background-color: #30372600;
  padding: 45px px;
  width: 100%;
}

.choose2 img {
  width: 45px;
}

.gap-3 {
  gap: 1rem !important;
}

.choose h3 {
  color: #ffffff;
  font-size: 23px;
}

.choose p {
  color: #ffffff;
}




/* ---- Services ---- */

.fix-width-service {
  padding: 70px 0px;
  width: 100% !important;
}

.service-heading {
  text-align: center;
  margin-bottom: 40px;
}

.service-flex-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.service-item {
  flex: 0 0 calc(20% - 20px);
  max-width: calc(20% - 20px);
  position: relative;
  margin-bottom: 20px;
}

/* Responsive Breakpoints */
@media (max-width: 1199.98px) {
  .service-item {
    flex: 0 0 calc(33.33% - 20px);
    max-width: calc(33.33% - 20px);
  }
}

@media (max-width: 991.98px) {
  .service-item {
    flex: 0 0 calc(33.333% - 20px);
    max-width: calc(33.333% - 20px);
  }
}

@media (max-width: 767.98px) {
  .service-item {
    flex: 0 0 calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
}

@media (max-width: 479.98px) {
  .service-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 1199.98px) {
  .service-item {
    flex: 0 0 calc(33.333% - 20px);
    max-width: calc(33.333% - 20px);
  }
}

@media (max-width: 991.98px) {
  .service-item {
    flex: 0 0 calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
}

@media (max-width: 767.98px) {
  .service-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 90%;
  }
}

.service-one__item {
  position: relative;
  z-index: 4;
  transition: all 0.4s ease-in-out;
  height: auto;
}

.service-one__item__icon {
  z-index: 1;
  position: absolute;
  top: -15px;
  left: 30px;
  width: 164.198px;
  height: 120.667px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 55px;
  color: #FFAA17;
  padding-top: 30px;
  padding-left: 30px;
  line-height: 1;
  transition: all 0.4s ease-in-out;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.service-one__item__thumb {
  position: relative;
}

.service-one__item__thumb img {
  object-fit: cover;
  width: 100%;
  border: 2px solid #c76a1f;
  height: 200px;
}

.service-one__item__thumb::before {
  top: -15px;
  left: 183px;
  z-index: -1;
  content: "";
  width: 26px;
  height: 15px;
  position: absolute;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-size: auto;
  mask-size: auto;
}

.service-one__item__content {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 50%;
  background: #303726;
  clip-path: polygon(0 0, 100% 35%, 100% 100%, 0% 100%);
  padding: 10px;

}

.service-one__item__title {
  text-align: center;
  color: #fff;
  font-weight: 600;
  padding-bottom: 0;
  margin-top: 10%;
}

@media (max-width:767px) {
  .service-one__item__title {
    text-align: center;
    color: #fff;
    font-weight: 600;
    padding-bottom: 0;
  }
}

.service-title-heading {
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  font-weight: 400;
}

.service-one__item__text {
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  margin-bottom: 0px;
  padding-bottom: 0;
}



/* -- Counter -- */

.why-choose-counter-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 50px;
  background: #303726;
  padding: 20px;
}

.why-choose-counter-item {
  position: relative;
  width: calc(25% - 37.5px);
  text-align: center;
}

.remove-line {
  position: relative;
  width: calc(25% - 37.5px);
  text-align: center;
}

.why-choose-counter-item .icon-box {
  margin-bottom: 20px;
}

.remove-line .icon-box {
  margin-bottom: 20px;
}

.why-choose-counter-item .icon-box img {
  width: 100%;
  max-width: 60px;
}

.remove-line .icon-box img {
  width: 100%;
  max-width: 60px;
}

.why-choose-counter-content h3 {
  color: #ffffff;
  font-size: 46px;
  font-weight: 800;
  margin-bottom: 10px;
}

.why-choose-counter-item:after {
  content: '';
  position: absolute;
  top: 50%;
  right: -25px;
  bottom: 0;
  left: auto;
  transform: translateY(-50%);
  background: #ffffff;
  width: 1px;
  height: 85%;
}

.counter-title {
  color: #fff;
}


@media (max-width: 767.98px) {

  .why-choose-counter-item,
  .remove-line {
    width: 44%;
  }

  .why-choose-counter-item:after {
    display: none;
  }

  .why-choose-counter-content h3 {
    font-size: 30px;
  }

  .counter-title {
    font-size: 15px;
  }

  .why-choose-counter-list {
    gap: 20px;
    padding: 15px;
    justify-content: center;
  }
}


/* ---------- What we do ---------- */

.who-we-contant {
  margin-left: 40px;
}

.we-do {
  margin-top: 40px;
  margin-bottom: 20px;
}

.about-us-area {
  position: relative;
  z-index: 1;
}

.section-padding-70-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.article.special {
  background: #edf6fd;
  border: none;
  position: relative;
  text-align: center;
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: 4px;
}

.article {
  background: #fff;
  padding: 25px 15px 15px;
  border: 1px solid #00dcd8;
  margin-bottom: 30px;
  text-align: left;
  border-radius: 5px;
  transition: all .4s ease-in-out;
}

.mb-10 {
  margin-bottom: 10px;
  height: 80px;
}

.article.special .article__title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #303726;
}

.article.special {
  background: #3037263d;
  border: none;
  position: relative;
  text-align: center;
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: 4px;
}

@media (min-width: 1200px) {
  .mts-50 {
    margin-top: 50px;
  }
}







/* --------- WE DO NEW -------------- */
.rounded-bottom {
  border-bottom-right-radius: 8px !important;
  border-bottom-left-radius: 8px !important;
}

.we-do-box {
  padding: 50px 100px 0px 100px;
}

.bg-light-box {
  background-color: #e0e0e0 !important;
}

.rounded-end {
  border-top-right-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.animate-rotate {
  position: absolute;
  animation: animateRotate 8s linear infinite;
}

.pointers {
  margin-top: 30px !important;
}

.we-do-sub {
  margin-bottom: 20px;
}

@keyframes animateRotate {
  100% {
    transform: rotate(360deg);
  }
}

.rounded {
  border-radius: 8px !important;
}

.rounded-circle {
  border-radius: 50% !important;

}

.bg-primary {
  background-color: rgb(199 106 31) !important;
}

.img-fluid {
  max-width: 100%;
  height: auto;
  padding: 5px;
}

.bg-color {
  background-color: #c76a1f;
}

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border: 5px solid #c76a1f;
}



/* --------   Banner  ----------- */

.banner-img-fluid {
  max-width: 100%;
  height: auto;
}

@media(max-width:767px) {
  .hero-img {
    display: none;

  }
}

.bg-color {
  background-color: #303726;
}

@media (min-width: 992px) {
  .newsletter .container {
    max-width: 100% !important;
  }

  .newsletter .newsletter-text {
    padding-right: calc(((100% - 960px) / 2) + .75rem);
  }
}

@media (min-width: 1200px) {
  .newsletter .newsletter-text {
    padding-right: calc(((100% - 1140px) / 2) + .75rem);
  }
}

@media (min-width: 1400px) {
  .newsletter .newsletter-text {
    padding-right: calc(((100% - 1320px) / 2) + .75rem);
  }
}





/* ----- Brand We Work with  ------ */
.brand-box {
  padding: 50px 0px 50px 0px;
}

.slider-container {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.slider-track {
  display: flex;
  gap: 50px;
  transition: transform 0.3s ease-in-out;
  will-change: transform;
}

.brand-logo {
  border: 1px solid #00000026;
  flex: 0 0 auto;
  /* background-color: #00000040; */
  padding: 10px;
  border-radius: 20px;
}




/* --- We Serve --- */
.feature-list ul li::before {
  content: '\f14a';
  font-family: 'Font Awesome 6 Free';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 18px;
  font-weight: 900;
  color: #c76a1f;
}

.feature-list ul li {
  position: relative;
  line-height: 1.5em;
  padding-left: 30px;
  margin-bottom: 15px;
}

.text-box {
  margin-top: 30px;
}





/* --- All Page Header --- */
.all-page-header {
  float: left;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 70px 0;
}

.breadcrumb-item+.breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: #fff !important;
  content: var(--bs-breadcrumb-divider, "/");
}




/* ===================== ABOUT US PAGE STYLING  =========================== */

/* --- About --- */

.about-us-padding {
  padding: 60px 0px;
}

.about-us-img {
  margin-top: 0px !important;
  padding-top: 0px !important;
}

.img-twice::before {
  position: absolute;
  content: "";
  width: 35%;
  height: 69%;
  top: 23%;
  left: 30%;
  /* background: #313827; */
  border: 10px solid #c76a1f;
  border-radius: 6px;
  z-index: -1;
}

.about-us-2 {
  margin-left: -11px;
}

.rounded-about {
  border-radius: 30px !important;
}

.about-us-para {
  margin-bottom: 20px;
}

.about-tik {
  color: #c76a1f !important;
}



/* ----- vm - title - box ----- */

.vm-title-box {
  text-align: center;
}

.vm-text-section {
  margin-top: 50px !important;
}

.vm-sub {
  color: #000 !important;
  text-align: justify;
}

.vm-sec {
  padding: 50px 0px 0px 0px;
}

.vm-tik {
  font-size: 18px;
  font-weight: 400;
  margin-right: 30px;
}

.vm-margin {
  margin-right: 10px;
  color: #303726;
}

.vm-round {
  height: 64px;
  width: 64px;
}

.rounded-circle {
  border-radius: 50% !important;
  background-color: #3239281c;
}

.vision-border {
  border: 1px solid #8d8d8d;
  border-radius: 10px;
}

.about-us-margin {
  margin-top: 30px;
  text-align: justify;
}

.pointers-why {
  margin-top: 30px;
}

.why-us-padding {
  padding: 70px 0px 0px 0px;
}

.about-us-why {
  margin-left: 90px;
  border-radius: 20px;
}

@media (max-width:767px) {
  .about-us-why {
    margin-left: 50px;
    border-radius: 20px;
  }
}



/* ------ Compilance ------- */

.fix-width-compilance {
  padding: 0px 50px;
}

.service-item {
  background-color: #000;
}


.compliance {

  padding: 15px 7px 15px 20px;
  border-radius: 5px;
  border: 1px solid #0000000f;
  font-family: 'Segoe UI', sans-serif;
}

.compliance .icon-box {
  /* background-color: #6a6f6345; */
  width: 70px;
  height: 70px;
  border-radius: 0;
}

.compliance h5 {
  color: #303726;
  font-size: 18px;
}



.sec-title .sub-title-Compilance {
  position: relative;
  top: -8px;
  font-size: 26px;
  color: #c76a1f;
  display: inline-block;
  text-transform: capitalize;
  font-weight: 500;
}


.sec-title .sub-title-Compilance:before {
  position: absolute;
  left: 100%;
  top: 50%;
  height: 2px;
  width: 40px;
  margin-left: 10px;
  margin-top: -1px;
  background: #c76a1f;
  content: "";
}


.com-margin {
  margin-top: 20px !important;
}

.com-heading {
  font-weight: 400;
  font-size: 17px;
}

.com-icon {
  width: 65px;
}

@media (max-width:767px) {
  .sec-title .sub-title-Compilance {
    position: relative;
    top: -8px;
    font-size: 11px;
    color: #c76a1f;
    display: inline-block;
    text-transform: capitalize;
    font-weight: 500;
  }

  .sec-title .sub-title-Compilance:before {
    position: absolute;
    left: 100%;
    top: 50%;
    height: 1px;
    width: 10px;
    margin-left: 10px;
    margin-top: -1px;
    background: #c76a1f;
    content: "";
  }

  .com-heading {
    font-weight: 400;
    font-size: 8px;
  }

  .fix-width-compilance {
    padding: 0px 10px;
  }

  .compliance h5 {
    color: #303726;
    font-size: 13px;
  }

  .compliance {
    width: 90%;
    padding: 0px;
    border-radius: 5px;
    border: 1px solid #0000000f;
    font-family: 'Segoe UI', sans-serif;
    height: fit-content;
  }

  .com-icon {
    width: 45px;
  }
}


/* --- Services ---- */

.services-one {
  position: relative;
  display: block;
  background-color: var(--insur-extra);
  /*padding: 120px 0 90px;*/
}

.services-one__top {
  position: relative;
  display: block;
}

.services-one__top-left {
  position: relative;
  display: block;
}

.services-one__top-right {
  position: relative;
  display: block;
  margin-left: 170px;
  margin-top: 16px;
}

.services-one__top-text {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: var(--insur-letter-spacing);
}

.services-one__bottom {
  position: relative;
  display: block;
}

.services-one__container {
  position: relative;
  display: block;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.services-one__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.service-one__img {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  width: 500px;
  height: 170px;
}

.service-one__img-new {
  width: 2000px;
  height: 100%;
}

.service-one__img:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background-color: rgba(var(--insur-black-rgb), 0.3);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  transition: all 500ms ease;
  transform: translate3d(0px, -100%, 0px);
  z-index: 1;
}

.services-one__single:hover .service-one__img:before {
  transform: translate3d(0px, 0, 0px);
}

.service-one__img img {
  width: 100%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-one__single:hover .service-one__img img {
  transform: scale(1.05);
}

.service-one__content {
  position: relative;
  display: block;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.07);
  padding: 37px 30px 28px;
  background-color: #30372621;
  height: 170px;
}

.services-one__icon {
  position: absolute;
  top: -40px;
  right: 20px;
  height: 60px;
  width: 60px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.05);
  border-radius: var(--insur-bdr-radius);
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 3;
}

.services-one__icon-2 {
  position: absolute;
  top: -40px;
  height: 60px;
  width: 60px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 10px 0px rgb(0 0 0 / 5%);
  border-radius: var(--insur-bdr-radius);
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 3;
}

.services-one__single:hover .services-one__icon {
  background-color: var(--insur-base);
}

.services-one__icon span {
  position: relative;
  display: inline-block;
  font-size: 36px;
  color: var(--insur-base);
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}

.services-one__single:hover .services-one__icon-2 {
  background-color: var(--insur-base);
}

.services-one__icon-2 span {
  position: relative;
  display: inline-block;
  font-size: 36px;
  color: var(--insur-base);
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}

.services-one__single:hover .services-one__icon span {
  color: var(--insur-white);
  transform: scale(0.9);
}

.service-one__title {
  position: relative;
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: var(--insur-letter-spacing);
  margin-bottom: 5px;
}

.service-one__title:before {
  position: absolute;
  content: "";
  left: 0;
  top: -16px;
  height: 4px;
  width: 40px;
  background-image: linear-gradient(90deg, var(--insur-base, #c76a1f) 0%, var(--insur-primary, #c76a1f) 100%);
}

.service-one__title a {
  color: #303726;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-decoration: none;
}

.services-one__single:hover .service-one__title a {
  color: var(--insur-base);
}

.service-one__text {
  font-size: 14px;
  letter-spacing: var(--insur-letter-spacing);
  line-height: 24px;
}

.services-one__single {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 30px;
}

.services-one__img,
.services-one__content {
  flex: 1;
  padding: 10px;
}

.services-one__container .row>div:nth-child(odd) .services-one__single {
  flex-direction: row;
  margin-top: 70px;
}

.service-one__content:hover {
  background-color: #303726;
  color: #fff;
}


.services-one__container .row>div:nth-child(even) .services-one__single {
  flex-direction: row-reverse;
  margin-top: 70px;
}

.services-one__img img {
  width: 100%;
  height: auto;
  display: block;
}

.ins-icon {
  width: 35px;
}

.services-title-heading {
  margin-top: 70px !important;
  margin-bottom: 5px;
}

@media (max-width: 992px) {

  .services-one__container .row>div:nth-child(odd) .services-one__single,
  .services-one__container .row>div:nth-child(even) .services-one__single {
    flex-direction: column;
    margin-bottom: 50px;
  }

  .services-one__top-right {
    margin-left: 0;
    margin-top: 20px;
  }

  .services-one__icon {
    top: -30px;
    right: 20px;
  }
}

@media (max-width: 768px) {
  .services-one__top-text {
    font-size: 16px;
    line-height: 26px;
  }

  .service-one__content {
    padding: 25px 20px 20px;
    height: auto;
  }

  .service-one__title {
    font-size: 15px;
    line-height: 28px;
  }

  .service-one__text {
    font-size: 13px;
    line-height: 22px;
  }

  .services-one__icon {
    height: 50px;
    width: 50px;
    top: -25px;
  }

  .services-one__icon span {
    font-size: 28px;
  }

  .ins-icon {
    width: 45px;
  }

  .service-one__img img {
    width: 90%;
    display: block;
    margin: 0 auto;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }

  .service-one__img {
    height: auto;
  }
}

@media (max-width: 576px) {

  .services-one__img,
  .services-one__content {
    padding: 5px;
  }

  .services-one__img {
    width: 100%;
  }

  .services-one__icon {
    right: 10px;
  }

  .service-one__title:before {
    width: 30px;
  }

  .service-one__img img {
    width: 100%;
    display: block;
    margin: 0 auto;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }

  .service-one__img {
    height: auto;
  }

  .services-one__container .row>div:nth-child(even) .services-one__single {
    margin-top: 20px;
  }


  .services-one__container .row>div:nth-child(odd) .services-one__single {
    margin-top: 20px;
  }

  .service-one__img {
    width: auto;
  }

  .lns-contact {
    padding: 20px;
  }
}

.ins-page-title {
  color: #0A66C2;
}


/*-- new --*/
.new-logo {
  border: 1px solid #fff;
  width: 100px;
  margin-bottom: 20px;
  border-radius: 20px;
  height: 90px;
  padding: 4px;
}

.logo-box {
  width: 421px;
}

.contact-home-text {
  flex: 1;
  text-align: left;
}

@media (max-width: 576px) {
  .logo-box {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .contact-home-text {
    display: contents;
  }

  .new-logo {
    width: 63px;
    border-radius: 18px;
    margin-top: 20px;
    height: 60px;
  }

  .ins-page-title h2 {
    margin-bottom: 0px;
    font-size: 14px;
    margin-bottom: 0px;
  }

  .page-title-section .breadcrumb-area .page-title {
    font-size: 20px;
  }

  .page-title-section .breadcrumb-area .breadcrumbs-link li {
    font-size: 13px;
  }

  .lns-contact {
    padding: 18px;
  }

  .section-title-conatct {
    font-size: 20px;
  }

  .lns-contact-form {
    padding: 15px;
  }
}




/* --- Gallery ----- */
.section-team-two {
  padding: 100px 0;
}

.team-cards {
  position: relative;
  z-index: 1;
  background-color: #F5F6F7;
  overflow: hidden;
  transition: all 500ms ease;
  border-radius: 20px 20px 0 0;
}

.team-row {
  gap: 40px 0;
}

.team-images-main {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  border-radius: 20px 20px 150px 0;
  border-bottom: 7px solid #c76a1f;
}

.team-images-main img {
  transition: all 0.4s ease-in-out;
}

.team-cards:hover .team-images-main img {
  transform: scale(1.05);
}

.team-contact {
  position: relative;
  padding: 30px;
}

.team-card-title a {
  font-size: 24px;
  line-height: 35px;
  font-weight: 600;
  display: block;
  color: #303726;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
}

.team-cards:hover .team-card-title a {
  color: #c76a1f;
}

.team-card-designation {
  font-size: 16px;
  font-weight: 400;
  color: #606060;
  transition: all 0.4s ease-in-out;
  text-decoration: none;
}

.team-cards:hover .team-card-designation {
  color: #091217;
}

.team-card-hover {
  position: absolute;
  bottom: 37px;
  right: 30px;
}

.team-card-hover-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #c76a1f;
  font-size: 21px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  cursor: pointer;
}

.team-cards:hover .team-card-hover-btn {
  transform: rotate(90deg);
}

.team-card-hover-social {
  position: absolute;
  bottom: 100%;
  right: 0;
  z-index: 3;
  margin: 0;
  opacity: 0;
  padding-bottom: 10px;
  transform: scaleY(0);
  transition: all 0.3s linear;
  transform-origin: bottom center;
}

.team-card-hover-social a {
  width: 40px;
  height: 40px;
  background-color: #c76a1f;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 500ms ease;
}

.team-card-hover-social a:hover {
  background-color: #091217;
}

.team-card-hover-social a+a {
  margin-top: 10px;
}

.team-cards:hover .team-card-hover-social {
  opacity: 1;
  transform: scaleY(1);
}

@media (max-width:767px) {
  .sec-title .sub-title {
    position: relative;
    top: -8px;
    font-size: 10px;
    color: #c76a1f;
    font-family: "DM Sans", sans-serif;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: bold;
  }

  .sub-heading {
    font-weight: bold;
    color: #303726;
    font-size: 15px;
  }
}

.gallery-box {
  margin-top: 70px;
}

/* ---------- Contact Us -------------- */
.contact-box-main {
  border: 2px solid #F5F6F7;
  padding: 30px;
  text-align: center;
  overflow: hidden;
}

.contact-email-text {
  color: #091217;
  margin-top: 15px;
  margin-bottom: 10px;
  padding-bottom: 0;
  font-size: 20px;
}

.contact-email-text-email,
.contact-email-text-email p {
  color: #000000;
  font-size: 15px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
}

.contact-email-text-email p:hover {
  color: #091217;
}

.dots-asd {
  z-index: -1;
}

.contact-box-page {
  width: 60px;
  height: 60px;
  background: #e6e7e7;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.contact-box-page img {
  width: 40px;
}

.contact-box-row {
  margin-bottom: 100px;
}

#contact-page-form input {
  margin-bottom: 20px;
}

#contact-page-form {
  padding: 50px;
  position: relative;
}

textarea {
  width: 90%;
  height: 100px;
  padding: 15px 20px;
  color: var(--4, #222);
  font-size: 13px !important;
  font-weight: 400;
  line-height: 30px;
  border: none;
  outline: none;
  margin-bottom: 30px !important;
  resize: none;
}

.send-message-text {
  padding-bottom: 20px;
  font-size: 40px;
  padding-top: 0;
}

.map-iframe {
  width: 100%;
  height: 100%;
}

.search-input input {
  width: 90%;
  height: 20px;
  outline: none;
  border: none;
  padding: 18px 15px;
  color: #222;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

#contact-page-form input {
  margin-bottom: 20px;
}

#contact-page-form {
  padding: 50px;
  position: relative;
}

.search-box-main {
  padding: 20px;
  background: #F5F6F7;
}

.contact-sec-row {
  margin-top: 50px !important;
}

.map-box {
  margin-top: -70px;
  margin-bottom: 30px;
}

.contact-form-box {
  margin-top: 50px !important;
}

.contact-page-header {
  margin-bottom: 50px;
}

@media (max-width:767px) {
  .contact-img {
    height: 300px;
  }

  #contact-page-form {
    padding: 0px;
    position: relative;
  }

  .business {
    font-size: 15px;
  }
}