body {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  color: #4f4f4f;
  font-weight: 400;
  margin: 0 40px;
}
a {
  text-decoration: none;
  color: var(--primary-color1);
}
a:hover {
  color: var(--primary-color1);
  text-decoration: underline;
}
ul {
  padding: 0;
  list-style-type: none;
  margin: 0;
}
:root {
  --primary-color1: #ef3875;
  --primary-color2: #f59a46;
  --light-blue: #079cdd;
  --white: #fff;
  /* --yellow-color:#FACC49; */
  --lgt-txt-color: rgb(220, 232, 255);
  /* --title-color:#36374c; */
  /* --drk-color:#2c2f34; */
  /* --txt-color:#55535d; */
  --top-header-bgclr1: #a21a48;
  --top-header-bgclr2: #e38a39;
  --heading-color: #2a2a2a;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--heading-color);
}
.para-01 {
  text-align: justify;
  margin: 0;
  font-weight: 400;
  line-height: 28px;
  font-size: 14px;
}
.txt-prmry-clr {
  color: var(--primary-color1);
}
.txt-scndry-clr {
  color: var(--primary-color2);
}
.secondry-color {
  color: var(--primary-color2) !important;
}
.secondary-font {
  font-family: "Frank Ruhl Libre", serif;
  font-weight: 600;
}
.section-padding {
  padding: 50px 0;
}
.section-padding-service {
  padding: 30px 0;
}
.auto-container {
  max-width: 1320px;
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

.white-btn {
  background: #fff;
  color: var(--primary-color2);
  padding: 9px 18px;
  display: inline-block;
  border-radius: 0 10px;
  text-decoration: none;
  font-size: 14px;
}
.white-btn span {
  display: inline-block;
  margin-left: 5px;
}

/*---------primary-----button------start----------*/
.primary-btn {
  background: linear-gradient(
    to right,
    var(--primary-color1),
    var(--primary-color2)
  );
  color: var(--white);
  padding: 9px 22px;
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  border: none;
  border-radius: 8px;
  position: relative;
  z-index: 1;
}
.primary-btn::after {
  position: absolute;
  content: "";
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background: linear-gradient(
    to right,
    var(--primary-color1),
    var(--primary-color2)
  );
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  border-radius: 8px;
  z-index: -1;
}
.primary-btn span {
  font-weight: 500;
}
.primary-btn:hover {
  /* background: #000; */
  text-decoration: none;
  color: var(--primary-color2);
}
.primary-btn:hover::after {
  background: #000;
}
.primary-btn:hover span.btn-grd {
  color: transparent;
  background-image: linear-gradient(
    to right,
    var(--primary-color1),
    var(--primary-color2)
  );
  background-clip: text;
  -webkit-background-clip: text;
  font-weight: 500;
}

.primary-btn span:last-child {
  display: inline-block;
  margin-left: 5px;
}
.sectn-hdg {
  color: var(--primary-color1);
  font-family: "Frank Ruhl Libre", serif;
  margin: 0;
  font-weight: 700;
  position: relative;
  font-size: 26px;
}
.sectn-hdg::before {
  position: absolute;
  content: "";
  width: 58px;
  height: 5px;
  background: url(../img/icons/shape-01.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: 12px;
  margin-left: -80px;
}
.sectn-hdg::after {
  position: absolute;
  content: "";
  width: 58px;
  height: 5px;
  background: url(../img/icons/shape-02.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: 12px;
  margin-left: 22px;
}

.sectn-white-hdg {
  color: var(--white);
  font-family: "Frank Ruhl Libre", serif;
  margin: 0;
  font-weight: 700;
  position: relative;
  z-index: 1;
  font-size: 26px;
}
.sectn-white-hdg::before {
  position: absolute;
  content: "";
  width: 58px;
  height: 5px;
  background: url(../img/icons/shape-white-01.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: 12px;
  margin-left: -80px;
}
.sectn-white-hdg::after {
  position: absolute;
  content: "";
  width: 58px;
  height: 5px;
  background: url(../img/icons/shape-white-02.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: 12px;
  margin-left: 22px;
}
/* start top header */
.top-info {
  background: linear-gradient(
    to left,
    var(--top-header-bgclr1),
    var(--top-header-bgclr2),
    var(--top-header-bgclr1)
  );
  border-radius: 4px;
  padding: 3px 5px;
}
.info-list a {
  color: var(--white);
}
.info-list .list {
  display: flex;
  gap: 3px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
.info-list .list .icn {
  width: 27px;
  height: 27px;
}
.info-list .list .icn img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  object-position: center;
}
.info-list .list .cntnt {
  width: calc(100% - 30px);
  font-size: 13px;
  line-height: 1;
}
.info-list li {
  display: inline-block;
  margin-left: 15px;
}
.info-list li:first-child {
  margin-left: 0;
}
.tp-rgt-lnks {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 30px;
}
.hdr-scl-icns li {
  display: inline-block;
}
.hdr-scl-icns li a {
  display: block;
  color: var(--white);
  font-size: 13px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 4px;
}
.hdr-scl-icns li a:hover {
  background: rgba(255, 255, 255, 0.15);
}
/* end top header */
/* start header  */
.hdr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 15px;
  padding: 12px 0;
}
.hdr.stickry-header{
      position: sticky;
    top: 0;
    background: #fff;
    z-index: 2;
    box-shadow: 0 6px 10px rgb(0 0 0 / 21%);
    width: 102%;
    margin-left: -1%;
    padding-left: 2%;
    padding-right: 2%;
    border-radius: 7px;
}
.hdr > .logo {
  /* width: 30%; */
}
.hdr > .logo img {
  width: 190px;
}
.hdr > .menu {
  width: calc(100% - 30%);
}
.mdl_bgclr {
  display: none;
}
.mn_btn {
  display: none;
}
.menuS {
  text-align: center;
}
.menuS li {
  display: inline-block;
  position: relative;
}
.menuS li a {
  display: block;
  color: #636363;
  margin-left: 20px;
  padding: 6px 10px;
  font-size: 14px;
  font-weight: 500;
}
.menuS li a .arw-icn{
     display: inline-block;
    margin-left: 5px;
}
.menuS li a .arw-icn i{
  color: var(--primary-color1);
}
.menuS li:first-child a {
  margin-left: 0;
}
.menuS li a:hover {
  color: var(--primary-color1);
  text-decoration: underline;
}
.menuS li:hover > a{
  color: var(--primary-color1);
  text-decoration: underline;
}
.submenu {
      position: absolute;
    top: 32px;
    width: 470px;
    background: #fff;
    box-shadow: 0 8px 15px rgb(0 0 0 / 29%);
    z-index: -1;
    border-radius: 5px;
    padding: 15px;
    left: 0;
    visibility: hidden;
    opacity: 0;
}
.menuS li:hover .submenu{
  opacity: 1;
  visibility: visible;
  z-index: 2;
}
.submenu ul {
  display: flex;
  row-gap: 10px;
  flex-wrap: wrap;
  width: 100%;
  column-gap: 15px;
}
.submenu ul li {
  margin: 0;
  width: calc(50% - 8px);
  display: block;
}
.submenu ul li a {
  margin: 0;
  text-align: left;
  background: linear-gradient(
    to top,
    rgb(239 56 117 / 8%),
    rgb(245 154 70 / 8%)
  );
  border-radius: 5px;
  font-size: 13px;
  padding: 4px 10px;
  font-weight: 300;
  color: #636363;
  text-decoration: none;
}
.submenu ul li a .icn{
  display: inline-block;
  margin-right: 8px;
}
.submenu ul li a .icn img{
  width: 26px;
}
.submenu ul li:hover a{
  background: linear-gradient(to top, var(--primary-color1), var(--primary-color2));
  color: #fff;
  text-decoration: none;
}
.submenu ul li:hover img{
   filter: brightness(0) invert(1);
}
/* end header */
/* start banner */
.banner-itms {
  border-radius: 10px;
  position: relative;
}
.banner-itms .banner-img {
  width: calc(100%);
  height: 100%;
}
.banner-itms .banner-img img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
}
.banner-cntnt {
  position: absolute;
  top: 0;
  left: 5%;
  bottom: 0;
  margin: auto 0;
  height: fit-content;
  width: 530px;
  background: rgb(45 45 45 / 70%);
  border: 1px solid rgb(255 255 255 / 55%);
  border-radius: 10px;
  padding: 25px;
  backdrop-filter: blur(1.5px);
}
.banner-cntnt .bnr-hdg {
  color: var(--white);
  line-height: 58px;
  letter-spacing: 0.3px;
  position: relative;
  margin: 0;
}
.banner-cntnt .bnr-hdg .hdg_icn {
  width: 55px;
  margin-left: 17px;
  position: absolute;
  margin-top: -2px;
}
.banner-cntnt .bnr-para {
  color: rgb(255 255 255 / 85%);
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  margin: 20px 0;
}
.owl-carousel .owl-dots {
  margin-top: 3px !important;
}
.owl-carousel .owl-dots .owl-dot {
  background: transparent;
  border: none;
  margin: 0;
  padding: 0;
  line-height: 0;
}
.owl-carousel .owl-dots .owl-dot span {
  margin: 0;
  width: 28px;
  height: 7px;
  margin-left: 10px;
  background: linear-gradient(
    to right,
    var(--primary-color1),
    var(--primary-color2)
  );
  opacity: 0.25;
}
.owl-carousel .owl-dots .owl-dot:hover span {
  background: linear-gradient(
    to right,
    var(--primary-color1),
    var(--primary-color2)
  );
  opacity: 0.4;
}
.owl-carousel .owl-dots .owl-dot.active span {
  background: linear-gradient(
    to right,
    var(--primary-color1),
    var(--primary-color2)
  );
  opacity: 1;
}
.owl-carousel .owl-dots .owl-dot:first-child span {
  margin-left: 0;
}
/* end banner */
/* start about us */
.abt-cntnt .sectn-hdg {
  margin-left: 80px;
}
.abt-cntnt .hdg-h5 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  padding: 20px 0 10px 0;
}
.abt-cntnt .para {
  text-align: justify;
  margin: 0;
  font-weight: 400;
  line-height: 28px;
  font-size: 14px;
}
.abt-lst {
  margin-top: 25px;
}
.abt-lst .itms {
  display: flex;
  gap: 25px;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  margin-top: 15px;
}
.abt-lst .itms .icn {
  width: 40px;
}
.abt-lst .itms .icn img {
  width: 100%;
}
.abt-lst .itms .cntnt {
  width: calc(85% - 65px);
}
.abt-lst .itms .cntnt .secondary-font {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}
.abt-lst .itms .cntnt p {
  margin: 0;
  font-weight: 400;
  line-height: 28px;
  font-size: 14px;
}
.abt-img {
  position: relative;
  z-index: 1;
}
.abtrgt-icn {
  position: absolute;
  top: -45px;
  right: 30px;
  width: 130px;
  height: 130px;
}
.abtrgt-icn img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  object-position: center;
}
.abt-btn {
  margin-top: 35px;
  position: relative;
}
.fndr-ctnt {
  justify-content: flex-start;
  position: absolute;
  top: 0;
  right: -75px;
  display: flex;
  align-items: center;
  width: 60%;
}
.fndr-ctnt > div {
  width: 50%;
  position: relative;
}
.fndr-ctnt > div:first-child::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  background: #2a2a2a;
  top: 0;
  right: 21px;
}
.fndrname h6 {
  margin: 0;
  font-size: 17px;
}
.fndrname span {
  font-size: 13px;
  color: var(--primary-color1);
}
.fndr-sgntr img {
  width: 100%;
}
.abt-ex-cunt {
  position: absolute;
  top: 87px;
  left: 141px;
  color: #fff;
  width: 200px;
}
.abt-ex-cunt .hdg-h2 {
  color: #fff;
  margin: 0;
  font-size: 30px;
  font-weight: 500;
}
.abt-ex-cunt .hdg-h2 .count2 {
  font-size: 50px;
  font-weight: 900;
}
/* end about us */
/* start services */
.service-section {
  background: linear-gradient(
    to bottom,
    var(--primary-color1),
    var(--primary-color2)
  );
  border-radius: 30px;
  padding-left: 35px;
  padding-right: 35px;
}
.sectn-tp-hdg .para {
  margin: 0;
  font-size: 15px;
  padding: 15px 0 35px 0;
  color: rgba(255, 255, 255, 0.92);
}
.services-content {
  background: #fff;
  padding: 8px;
  border-radius: 18px;
  display: flex;
  flex-direction: column;
}
.services-content .cntnt {
  padding: 20px 23px;
}
.services-content .cntnt .secondary-font {
  text-decoration: none;
  border-bottom: 1px solid #9d9d9d;
  padding-bottom: 7px;
}
.services-content .cntnt .para {
  margin: 0;
  font-weight: 400;
  line-height: 28px;
  font-size: 14px;
  margin-bottom: 15px;
}
.services-content .cntnt a {
  font-size: 14px;
}
.services-content .cntnt a span {
  display: inline-block;
  margin-left: 5px;
}
.services-content .img {
  width: 100%;
  height: 195px;
  overflow: hidden;
  border-radius: 15px;
}
.services-content .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 15px;
  transition: transform 0.3s ease;
}
.services-content:hover {
  cursor: pointer;
}
.services-content:hover .cntnt .secondary-font {
  color: var(--primary-color1);
  border-bottom: 1px solid var(--primary-color1);
}
.services-content:hover .img img {
  transform: scale(1.1);
}
.services .owl-item:nth-child(odd) .item .services-content .cntnt {
  order: 2;
}
.services .owl-item:nth-child(odd) .item .services-content .img {
  order: 1;
}
.services.owl-carousel .owl-dots {
  margin-top: 10px !important;
}
.services.owl-carousel .owl-dots .owl-dot {
  background: transparent;
  border: none;
  margin: 0;
  padding: 0;
  line-height: 0;
}
.services.owl-carousel .owl-dots .owl-dot span {
  margin: 0;
  width: 28px;
  height: 7px;
  margin-left: 10px;
  background: transparent;
  opacity: 1;
  border: 1px solid rgb(255 255 255 / 80%);
}
.services.owl-carousel .owl-dots .owl-dot:hover span {
  border: 1px solid rgb(255 255 255 / 80%);
  background: rgb(255 255 255 / 40%);
}
.services.owl-carousel .owl-dots .owl-dot.active span {
  background: #fff;
  border: 1px solid #fff;
  opacity: 1;
}
/* end services */
/* start why choose us */
.sectn-tp-hdg .hdg-h6 {
  font-size: 19px;
  font-weight: 600;
  line-height: 35px;
  margin: 15px 0;
}
.why-choose-img img {
  border-radius: 10px;
}
.chs-list .itms {
  display: flex;
  gap: 15px;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  margin-top: 15px;
}
.chs-list .itms:first-child {
  margin-top: 0;
}
.chs-list .itms .icn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(239, 56, 117, 0.08);
  padding: 10px;
}
.chs-list .itms .icn img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  object-position: center;
}
.chs-list .itms .cntnt {
  width: calc(100% - 65px);
}
.chs-list .itms .cntnt .secondary-font {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 5px;
}
.chs-list .itms .cntnt .para {
  margin: 0;
  font-weight: 400;
  line-height: 26px;
  font-size: 14px;
}
/* end why chhoose us */
/* start testimonial */
.tstmnl-cntnt {
  position: relative;
  z-index: 1;
}
.tstmnl-cntnt .tstmnl-img {
  width: 100%;
  height: 515px;
  border-radius: 30px;
}
.tstmnl-cntnt .tstmnl-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
  border-radius: 30px;
}
.tstmnl-cntnt-bx {
  background: #fff;
}
.tstmnl-cntnt-bx {
  background: #fff;
  position: absolute;
  top: 0;
  width: 560px;
  bottom: 0;
  margin: auto 0;
  height: fit-content;
  left: 120px;
  padding: 25px 25px 50px 25px;
  text-align: center;
  border-radius: 20px;
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}
.tstmnl-cntnt-bx .tp-qts {
  display: block;
  margin: 0 auto 15px auto;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid var(--primary-color1);
}
.tstmnl-cntnt-bx .tp-qts img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  object-position: center;
}
.tstmnl-cntnt-bx .tst-name .name {
  font-weight: 700;
  margin-bottom: 5px;
}
.tstmnl-cntnt-bx .tst-name .str li {
  display: inline-block;
  margin-left: 5px;
}
.tstmnl-cntnt-bx .tst-name .str li:first-child {
  margin-left: 0;
}
.tstmnl-cntnt-bx .tst-name .str li img {
  width: 21px;
}
.mdl-qts {
  width: 50px;
  height: 50px;
  margin: 2px auto;
  position: relative;
  z-index: 1;
}
.mdl-qts::before {
  position: absolute;
  content: "";
  width: 100px;
  height: 3px;
  background: url(../img/icons/testi-01.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: 22px;
  margin-left: -135px;
}
.mdl-qts::after {
  position: absolute;
  content: "";
  width: 100px;
  height: 3px;
  background: url(../img/icons/testi-02.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: 22px;
  margin-left: 35px;
}
.mdl-qts img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  object-position: center;
}
.testi-para {
  margin: 0;
  font-weight: 400;
  line-height: 28px;
  font-size: 15px;
  text-align: justify;
}
.testimonials.owl-carousel .owl-dots {
  position: absolute;
  left: 342px;
  bottom: 16%;
}
/* end testimonial */
/* start blog */
.services-content.blog-cntnt {
  padding: 0;
  border-radius: 0;
}
.services-content.blog-cntnt .img {
  height: 265px;
  position: relative;
}
.services-content.blog-cntnt .cntnt {
  padding: 15px 0 0 0;
}
.blog-date {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: fit-content;
  padding: 5px 12px;
  background: linear-gradient(
    to right,
    rgb(239 56 117 / 65%),
    rgb(245 154 70 / 65%)
  );
  border: 1px solid rgb(255 255 255 / 80%);
  border-radius: 5px;
}
.blog-date p {
  color: #fff;
  margin: 0;
  font-size: 12px;
}
.blog-date p span {
  display: inline-block;
}
.blog-date p span i {
  font-size: 11px;
}
.blog-date p span:first-child {
  margin-right: 8px;
}
.blog-carousel.owl-carousel .owl-dots {
  margin-top: 12px !important;
}
/* end blog */

/* start blog page */
.pg-brdcrmb {
  width: 100%;
  height: 320px;
  border-radius: 20px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.pg-brdcrmb::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.pg-brdcrmb-img {
  width: 100%;
  height: 100%;
}
.pg-brdcrmb-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.brdcrmb-lnks {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: fit-content;
  text-align: center;
  padding: 25px;
  z-index: 2;
}
.brdcrmb-lnks .secondary-font {
  color: var(--white);
  font-size: 45px;
  font-weight: 500;
  letter-spacing: 1.2px;
}
.brdcm-lst {
  padding: 0;
  margin: 0;
}
.brdcm-lst li {
  display: inline-block;
  margin-left: 25px;
  position: relative;
}
.brdcm-lst li::after {
  position: absolute;
  content: ">";
  width: 15px;
  color: rgb(255 255 255 / 50%);
  right: -22px;
  top: 2px;
  font-size: 16px;
  line-height: 1;
}
.brdcm-lst li:first-child {
  margin-left: 0;
}
.brdcm-lst li:last-child::after {
  display: none;
}
.brdcm-lst li a {
  display: block;
  color: var(--white);
}
.brdcm-lst li a:hover {
  text-decoration: none;
  color: var(--primary-color2);
}
.blg-dtls {
  position: relative;
  z-index: 1;
  border-radius: 15px;
  overflow: hidden;
}
.blg-dtls::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
}
.blg-dtls img {
  border-radius: 15px;
}
.blg-dtls-dt {
  border-bottom: 1px solid var(--primary-color2);
  padding-bottom: 15px;
  margin-bottom: 8px;
}
.blg-dtls-dt .days-blg {
  margin: 0;
  width: fit-content;
  background: linear-gradient(
    to right,
    var(--primary-color1),
    var(--primary-color2)
  );
  color: var(--white);
  font-size: 13px;
  padding: 6px 14px;
  border-radius: 5px;
}
.blg-dtls-dt .days-blg span {
  display: inline-block;
  line-height: 1;
  margin-right: 8px;
}
.blg-dtls-dt .days-blg span i {
  font-size: 12px;
}
.bg-gdn {
  background: linear-gradient(
    to top,
    rgb(239 56 117 / 15%),
    rgb(245 154 70 / 15%)
  );
  border-radius: 30px;
}
.blg-gdn-rds img {
  border-radius: 30px;
}
.txt-gdn {
  padding: 0 70px;
}
.hdg-grn {
  color: transparent;
  background-image: linear-gradient(
    to top,
    var(--primary-color1),
    var(--primary-color2)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -o-background-clip: text;
  -ms-background-clip: text;
  font-size: 15px;
  line-height: 27px;
  font-weight: 500;
  text-align: justify;
  margin: 0;
  font-style: italic;
}
.list-blg-dtls li {
  position: relative;
  display: block;
  padding-left: 33px;
  font-family: "Frank Ruhl Libre", serif;
  color: #2a2a2a;
  font-size: 17px;
  font-weight: 600;
  margin-top: 22px;
}
.list-blg-dtls li::after {
  position: absolute;
  content: "";
  width: 21px;
  height: 21px;
  left: 0px;
  top: 1px;
  background: url(../img//icons/check.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.list-blg-dtls li:first-child {
  margin-top: 0;
}
.blg-dtls-btm-imgs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.blg-dtls-btm-imgs img {
  border-radius: 20px;
}
/* end blog page */
/* start about us page */
.abt-cntr-itm {
  background: rgba(255, 255, 255, 0.1);
  padding: 20px 15px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(2px);
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}
.abt-cntr-itm .icn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  padding: 10px;
}
.abt-cntr-itm .icn img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  object-position: center;
}
.abt-cntr-itm .cntnt {
  width: calc(100% - 60px);
}
.abt-cntr-itm .cntnt .hdg-h5 {
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
  margin-bottom: 4px;
}
.abt-cntr-itm .cntnt .hdg-h5 .count {
  display: inline-block;
  /* width: fit-content; */
  max-width: 211px;
  font-size: 27px;
  font-weight: 700;
}
.abt-cntr-itm .cntnt .hdg-h5 .cntr-rting {
  font-size: 14px;
}
.abt-cntr-itm .cntnt p {
  margin: 0;
  color: #fff;
  font-size: 13px;
  font-weight: 300;
}
.abt-mdl-cntnt .sectn-hdg {
  margin-left: 80px;
}
.abt-mdl-cntnt .hdg-h5 {
  font-size: 16px;
  font-weight: 600;
  text-align: justify;
  line-height: 30px;
  padding-top: 20px;
  padding-right: 30px;
}
.msn-lft img {
  border-radius: 20px;
}
.msn-rgt-cntnt {
  background: linear-gradient(
    to top,
    var(--top-header-bgclr1),
    var(--top-header-bgclr2)
  );
  padding: 30px 25px;
  border-radius: 20px;
  position: relative;
  z-index: 1;
}
.msn-rgt-cntnt img {
  width: 60px;
}
.msn-rgt-cntnt .hdg-h5 {
  color: #fff;
  margin: 0;
  font-size: 22px;
  font-weight: 500;
  margin-top: 17px;
}
.msn-rgt-cntnt p {
  color: #fff;
  margin: 0;
  padding-top: 10px;
  font-weight: 400;
  line-height: 25px;
  font-size: 13px;
}
.vrly-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.04;
}
.vrly-img img {
  width: 223px;
  display: block;
  margin: 0 auto;
}
.lightbg {
  background: linear-gradient(
    to top,
    rgb(162 26 72 / 15%),
    rgb(227 138 57 / 15%)
  );
  padding: 30px 25px;
  border-radius: 20px;
  position: relative;
  z-index: 1;
}
.lightbg img {
  width: 60px;
}
.lightbg .hdg-h5 {
  color: var(--primary-color1);
  margin: 0;
  font-size: 22px;
  font-weight: 500;
  margin-top: 17px;
}
.lightbg p {
  color: #4f4f4f;
  margin: 0;
  padding-top: 10px;
  font-weight: 400;
  line-height: 25px;
  font-size: 13px;
}
.lightbg .vrly-img img {
  width: 223px;
  display: block;
  margin: 0 auto;
  filter: brightness(0);
}
.team-bx {
  border-radius: 20px;
  background: #feecf2;
  padding: 45px 25px;
}
.team-bx .team-img {
  width: 105px;
  height: 105px;
  border-radius: 50%;
  border: 4px solid var(--primary-color1);
  margin: 0 auto;
  overflow: hidden;
}
.team-bx .team-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
}
.team-bx .info {
  text-align: center;
}
.team-bx .info .secondary-font {
  margin-top: 35px;
  font-size: 23px;
}
.team-bx .info p {
  margin: 0;
  font-size: 13px;
  font-weight: 300;
}
/* end about us page */
/* start service page */
.srvc-bg {
  padding: 35px 30px 35px 30px;
  border-radius: 30px;
  background: rgb(239 56 117 / 30%);
}

.srvc-bg > .row > div:nth-child(2n + 2) .services-content > div:first-child {
  order: 2;
}
.srvc-bg > .row > div:nth-child(2n + 2) .services-content > div:last-child {
  order: 1;
}
.abt-cntnt.service-cntnt .hdg-h5 {
  font-size: 17px;
  font-weight: 600;
  margin: 0;
  padding: 0 0 10px 0;
  line-height: 30px;
}
.abt-cntnt.service-cntnt .para {
  margin-bottom: 20px;
}
.abt-cntnt.service-cntnt .para:last-child {
  margin-bottom: 0;
}

.ser-img img {
  width: 100%;
  height: auto;
  display: block;
}
.wrk-prcng-bg {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.wrk-prcng-bg::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../img/icons/wave.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0.1;
  z-index: -1;
}
.wrk-prc-itm {
  background: rgba(255, 255, 255, 0.1);
  padding: 20px 15px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(2px);
  width: 90%;
  margin: 0;
  position: relative;
  z-index: 1;
}
.wrk-prc-itm::after {
  position: absolute;
  content: "";
  top: 82px;
  right: -48px;
  width: 40px;
  height: 10px;
  background: url(../img/icons/pr-arrow-01.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.wrk-prc-bx > .row > div:last-child .wrk-prc-itm::after {
  display: none;
}
.wrk-prc-tp {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}
.wrk-prc-tp .icn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  padding: 10px;
}
.wrk-prc-tp .icn img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  object-position: center;
}
.wrk-prc-tp .cntnt {
  width: calc(100% - 60px);
}
.wrk-prc-tp .cntnt h5 {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin: 0;
}
.wrk-prc-txt {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  margin-top: 16px;
  padding-top: 10px;
}
.wrk-prc-txt p {
  margin: 0;
  line-height: 21px;
  font-size: 13px;
  color: #fff;
  font-weight: 300;
}
.get-touch {
  padding: 55px 40px;
  background: url(../img/get-touch.jpg);
  border-radius: 30px;
  background-repeat: no-repeat;
  background-position: 0 -50px; /* Fixing the background-position */
  background-size: cover;
  overflow: hidden;
  z-index: 1;
  position: relative;
}
.get-touch::after {
  position: absolute;
  content: "";
  width: 60%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: linear-gradient(
    64deg,
    var(--primary-color2) 5%,
    var(--primary-color1) 33%,
    transparent 75%
  );
}
.get-touch-frm {
  width: 500px;
  background: rgb(45 45 45 / 80%);
  padding: 31px 25px;
  border-radius: 20px;
  border: 1px solid rgb(255 255 255 / 70%);
}
.get-touch-frm .tp-hdg .secondary-font {
  color: var(--white);
  font-weight: 500;
  font-size: 28px;
}
.get-touch-frm .tp-hdg .para {
  color: rgb(255 255 255 / 80%);
  font-size: 13px;
  font-weight: 300;
  margin: 0;
}
.gt-tch-frm {
  margin-top: 25px;
}
.frm-grp {
  width: 100%;
  /* box-sizing: border-box; */
}
.frm-cntrl {
  width: 100%;
  background: transparent;
  outline: none;
  border: none;
  outline: none;
  border: 1px solid rgb(255 255 255 / 35%);
  padding: 9px 16px;
  border-radius: 5px;
  height: 41px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(1px);
  color: #fff;
  font-size: 13px;
  font-weight: 200;
}
textarea.frm-cntrl {
  height: 90px;
}
.frm-cntrl::placeholder {
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  font-weight: 200;
}
.frm-grp .frm-cntrl option {
  /* color: red; */
  background: #65595d;
  font-size: 13px;
  font-weight: 200;
}
/* end service page */
/* start contact us page */
.cntnt-add-itm {
  background: #feecf2;
  padding: 30px 25px;
  border-radius: 20px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.wave-bx {
  position: absolute;
  bottom: 0;
  width: 120%;
  height: 73px;
  left: -10%;
  opacity: 0.6;
  transition: left 0.15s ease;
  z-index: -1;
}
.wave-bx img {
  width: 100%;
}
.cntnt-add-itm::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: linear-gradient(
    to top,
    var(--primary-color1),
    var(--primary-color2)
  );
  opacity: 0;
  z-index: -1;

  background-position: top;
  transition: opacity 0.15s ease;
}
.cntnt-add-itm:hover .wave-bx {
  left: 0;
}
.cntnt-add-itm:hover::after {
  opacity: 1;
}
.cntnt-add-itm:hover .cntnt .hdg-h5 {
  background-image: unset;
  color: var(--white);
  background-clip: unset;
}
.cntnt-add-itm:hover .cntnt a {
  color: var(--white);
}
.cntnt-add-itm:hover .cntnt-add-txt {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.cntnt-add-itm:hover .cntnt-add-txt p {
  color: var(--white);
}
.cntnt-add-tp {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.cntnt-add-tp .icn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  padding: 10px;
  box-shadow: 0 0 15px #ef3875bf;
}
.cntnt-add-tp .icn img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  object-position: center;
}
.cntnt-add-tp .cntnt {
  width: calc(100% - 60px);
  padding-left: 10px;
}
.cntnt-add-tp .cntnt .hdg-h5 {
  color: transparent;
  background-image: linear-gradient(
    to top,
    var(--primary-color1),
    var(--primary-color2)
  );
  background-clip: text;
  -webkit-background-clip: text;
  font-weight: 700;
  /* font-size: 20px; */
  margin-bottom: 4px;
}
.cntnt-add-tp .cntnt a {
  color: #2a2a2a;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px !important;
  display: block;
  height: 40px;
}
.cntnt-add-txt {
  border-top: 1px solid #f36d5c;
  margin-top: 20px;
  padding-top: 12px;
}
.cntnt-add-txt p {
  margin: 0;
  line-height: 21px;
  font-size: 13px;
  font-weight: 400;
  color: #4f4f4f;
}
.map-bx {
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}
.map-bx iframe {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}
.map-bx:hover iframe {
  filter: unset;
  -webkit-filter: unset;
}
/* end contact us page */
/* start footer */
.footer {
  /* margin-top: 25px; */
  margin-bottom: 10px;
}
.footer > .row > div.ftr-lft-bg {
  padding-right: 0;
  background: url(../img/footer-01.png);
  border-radius: 30px 0 0 30px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  z-index: 1;
}
.footer > .row > div.ftr-lft-bg::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: -1;
}
.footer-left {
  padding: 40px 25px 15px 15px;
}
.footer-logo {
  background: #fff;
  width: fit-content;
  padding: 5px 15px;
  border-radius: 7px;
  margin: 0 auto;
}
.footer-logo img {
  width: 150px;
}
.ftr-lft-cntnt {
  margin-top: 50px;
  text-align: center;
}
.ftr-lft-cntnt .hdg-h5 {
  color: var(--white);
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0.3px;
}
.ftr-lft-cntnt .ftr-para {
  color: rgb(255 255 255 / 75%);
  margin: 0;
  font-size: 14px;
  font-weight: 300;
}
.ftr-frm {
  margin-top: 22px;
  position: relative;
}
.ftr-frm .ftr-inpt {
  background: transparent;
  border: 1px solid rgb(255 255 255 / 56%);
  outline: none;
  width: 100%;
  padding: 8px 139px 8px 10px;
  background: linear-gradient(
    to right,
    rgb(239 56 117 / 40%),
    rgb(245 154 70 / 40%)
  );
  color: var(--white);
  border-radius: 7px;
  height: 41px;
  font-size: 14px;
}
.ftr-frm .ftr-inpt::placeholder {
  color: rgba(255, 255, 255, 0.9);
}
.ftr-frm .primary-btn {
  position: absolute;
  right: 3px;
  top: 4px;
  padding: 7px 17px;
  font-size: 13px;
}
.cpy-txt p {
  color: rgb(255 255 255);
  margin: 0;
  font-size: 13px;
  font-weight: 300;
  margin-top: 40px;
}
.footer .ftr-rgt-bg {
  padding-left: 0;
  background: url(../img/footer-shap.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 0 30px 30px 0;
}
.ftr-rgt {
  padding: 40px 10px 15px 30px;
}
.ftr-rgt-links .hdg-h4 {
  color: var(--white);
  font-size: 19px;
  font-weight: 500;
  border-bottom: 1px solid rgb(255 255 255 / 30%);
  padding-bottom: 5px;
  width: fit-content;
}
.ftr-rgt-links .hdg-h4.srv {
  width: 100%;
}
.ftr-rgt-links .ftr-lst {
  padding: 0;
  margin: 0;
  padding-top: 3px;
}
.ftr-rgt-links .ftr-lst li {
  display: block;
  padding-left: 20px;
  position: relative;
  padding-top: 15px;
}
.ftr-rgt-links .ftr-lst li:first-child {
  padding-top: 0;
}
.ftr-rgt-links .ftr-lst li:first-child::after {
  top: 8px;
}
.ftr-rgt-links .ftr-lst li::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background: var(--primary-color2);
  border-radius: 50%;
  left: 0;
  top: 22px;
}
.ftr-rgt-links .ftr-lst li a {
  color: rgb(255 255 255 / 80%);
  display: block;
  font-weight: 300;
  font-size: 14px;
}
.ftr-lst-clm {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.ftr-rgt-cntnt .hdg-h4 {
  color: var(--white);
  font-size: 19px;
  font-weight: 500;
  border-bottom: 1px solid rgb(255 255 255 / 30%);
  padding-bottom: 5px;
  width: fit-content;
}
.ftr-rgt-cntnt .ftr-lst-cntnt {
  padding-top: 3px;
}
.ftr-rgt-cntnt .ftr-lst-cntnt li {
  display: block;
  padding-top: 15px;
}
.ftr-rgt-cntnt .ftr-lst-cntnt li:first-child {
  padding-top: 0;
}
.ftr-rgt-cntnt .ftr-lst-cntnt li a {
  color: rgb(255 255 255 / 80%);
  display: block;
  font-weight: 300;
  font-size: 14px;
}
.ftr-rgt-cntnt .ftr-lst-cntnt .ftr-cntnt {
  display: flex;
  gap: 5px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}
.ftr-rgt-cntnt .ftr-lst-cntnt .ftr-cntnt .icn {
  width: 27px;
  height: 27px;
}
.ftr-rgt-cntnt .ftr-lst-cntnt .ftr-cntnt .icn img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  object-position: center;
}
.ftr-rgt-cntnt .ftr-lst-cntnt .ftr-cntnt .cntnt {
  width: calc(100% - 32px);
}
.ftr-scl-icn {
  margin-top: 20px;
}
.ftr-scl-icn li {
  display: inline-block;
  margin-left: 5px;
}
.ftr-scl-icn li a {
  display: block;
  color: #973132;
  font-size: 14px;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  border-radius: 50%;
  background: #fff;
}
.ftr-scl-icn li a:hover {
  background: var(--primary-color2);
  color: #fff;
}
.ftr-rgt-btm-links {
  border-top: 1px solid rgb(255 255 255 / 30%);
  margin-top: 55px;
  padding-top: 13px;
}
.ftr-rgt-btm-links .btm-links {
  text-align: center;
}
.ftr-rgt-btm-links .btm-links li {
  display: inline-block;
}
.ftr-rgt-btm-links .btm-links li a {
  color: rgb(255 255 255 / 80%);
  display: block;
  font-weight: 300;
  font-size: 13px;
  padding: 0px 8px;
  position: relative;
  line-height: 1;
}
.ftr-rgt-btm-links .btm-links li a::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  top: 0;
  right: -2px;
  background: rgb(255 255 255 / 50%);
}
.ftr-rgt-btm-links .btm-links li:last-child a::after {
  display: none;
}
/* end footer */
