* {
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  scroll-behavior: smooth;
  overflow-x: hidden;
}



/* =============================
          Default Css
============================== */
a {
  text-decoration: none;
  outline: 0 !important;

}

a:hover {
  text-decoration: none;
}

:focus {
  outline: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
p {
  margin: 0px;
  padding: 0px;
}

ul {
  list-style-type: none;
}


header {
  display: block;
  background-color: #ffffff;
  padding: 25px 0px;
  width: 100%;
  display: inline-block;
  position: relative;
}

.logo {
  width: auto;
}

.header-left {
  position: relative;
}

.stellarnav.light {
  background: transparent;
}

.stellarnav ul {
  margin: 0;
  padding: 0;
  text-align: right;
}

.stellarnav li {
  text-align: right;
  font: normal normal 16px/20px Inter;
  letter-spacing: 0px;
  color: #FFFFFF;
  font-weight: 500;
  padding: 10px 15px;
  text-transform: capitalize;
}

.stellarnav.light li a {
  color: white;
}


.stellarnav li.active a {
  color: #FF007F !important;
  position: relative;
}

.stellarnav li.active a::before {
  content: '';
  background-color: #FF007F;
  width: 100px;
  height: 2px;
  left: 0px;
  position: absolute;
  bottom: -10px;
  max-width: 90%;
}

.header-left li.nav-hover.has-sub {
  position: relative;
}

.header-left li.nav-hover.has-sub::before {
  position: absolute;
  content: "\f078";
  font-family: "fontawesome";
  right: 1%;
  top: 26%;
  font-size: 11px;
  color: #000000;
}

.stellarnav li.has-sub>a:after {
  display: none;
}

.stellarnav.light ul ul {
  padding: 0px;
}

.stellarnav.light ul ul li.active {
  background-color: #F9F9F9;
}

.stellarnav.light ul li.has-sub ul li.active a {
  color: #08538C !important;
}

.stellarnav ul ul {
  top: auto;
  width: 240px;
  position: absolute;
  z-index: 9900;
  text-align: left;
  display: none;
  background: #ddd;
}

.stellarnav li li {
  display: block;
}

.stellarnav.light ul ul {
  margin-top: 5px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 5px 12px #00000014;
  border-radius: 8px;
}

.stellarnav.light ul li.has-sub ul li a {
  font: normal normal 600 14px / 16px Montserrat;
  letter-spacing: 0px;
  color: #000000 !important;
  margin-right: 0px;
  text-align: left;
  text-align-last: left;
  font-weight: 600;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.footer {
  position: relative;
  padding: 70px 0px 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url('../images/footer.png');
  background-position: center;
}

.footer-logo-area {
  max-width: 300px;
}

.f-top ul {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: end;
}

.f-top ul li a {
  font: normal normal 14px/22px Montserrat;
  letter-spacing: 0px;
  color: #FFFFFF;
  font-weight: 500;
  position: relative;
}

.f-top ul li {
  position: relative;
}

.f-top ul li::before {
  content: '-';
  position: absolute;
  right: -19px;
  color: white;
  font-weight: bold;
}

.f-top ul li:last-child::before {
  display: none;
}

.f-bottom {
  display: flex;
  align-items: center;
  gap: 60px;
  justify-content: end;
  margin: 30px 0px 0px 0px;
}

.f-bottom a {
  font: normal normal 15px/22px Montserrat;
  letter-spacing: 0px;
  color: #FFFFFF;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}


.f-bottom ul {
  display: flex;
  align-items: center;
  gap: 20px;
}

.f-bottom ul li a {
  background: #002359 0% 0% no-repeat padding-box;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
}

.stellarnav.light li a {
  text-align: left;
  font: normal normal 600 14px/16px Montserrat;
  letter-spacing: 0px;
  color: #000000;
  text-transform: uppercase;
}

.cus-hdr {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 30px;
}

.call-top a {
  display: flex;
  align-items: center;
  gap: 10px;
  font: normal normal bold 17px/20px Montserrat;
  letter-spacing: 0.6px;
  color: #ffffff;
  text-transform: uppercase;
}

.banner {
  position: relative;
  display: block;
  margin: 0;
  background-image: url('../images/banner.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.bnr-sec {
  position: relative;
  padding-top: 50px;
}

.banner-left h2 {
  text-align: left;
  font: normal normal bold 52px/65px Montserrat;
  letter-spacing: 0px;
  color: #FF007F;
  text-transform: capitalize;
  max-width: 80%;
}

.bnr-btn {
  text-align: center;
  font: normal normal bold 14px/20px Inter;
  letter-spacing: 0.66px;
  color: #FFFFFF;
  text-transform: uppercase;
  border: 3px solid #FFFFFF;
  border-radius: 35px;
  padding: 10px 20px;
  display: inline-flex;
  margin: 40px 0px;
  align-items: center;
  justify-content: center;
}

.banner-right img {
  margin-bottom: -50px;
  position: relative;
  z-index: 9;
}

.banner-right {
  position: relative;
}

.banner-right::before {
  content: '';
  position: absolute;
  border: 2px solid #DBDBDB;
  border-radius: 16px;
  width: 100%;
  top: 35px;
  bottom: -40px;
  left: -35px;
  z-index: 9;
}

.copyright {
  font: normal normal normal 14px/20px Inter;
  letter-spacing: 0px;
  color: #FFFFFF;
  position: relative;
  background: #081336 0% 0% no-repeat padding-box;
  padding: 15px 0px;
  margin-top: 40px;
}

.copyright a {
  color: #FF007F;
}

.ftr-txt {
  text-align: right;
}

.footer-logo-area ul {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 30px 0px;
  position: relative;
}

.footer-logo-area ul li a {
  width: 40px;
  height: 40px;
  background-color: #FF007F;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-logo-area ul li a img {
  width: 15px;
  height: 15px;
  flex-basis: fit-content;
}

.footer-logo-area li a:hover {
  transform: translate(0, -10%);
  color: #fff;
  box-shadow: 0 5px 4px rgb(0 0 0 / 50%);
  border-radius: 50%;
}

.testi-right-sec {
  position: relative;
  background-image: url('../images/testi-right.png');
  background-size: cover;
  display: flex;
  align-items: center;
}

.testi-right-sec1 {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 15px 30px #0000001A;
  border-radius: 15px;
  padding: 30px;
  margin-left: -70px;
  margin-right: 80px;
  position: relative;
  display: block;
  width: -webkit-fill-available;
}

.testi-box {
  position: relative;
}

.testi-box h3 {
  font: normal normal bold 40px/60px Montserrat;
  letter-spacing: 0px;
  color: #FF007F;
  margin-bottom: 8px;
}

.testi-box p {
  text-align: left;
  font: normal normal normal 15px/28px Inter;
  letter-spacing: 0px;
  color: #474747;
}

.testi-btm {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 30px;
}

.user-content h6 {
  font: normal normal 600 16px/20px Montserrat;
  letter-spacing: 0px;
  color: #FF007F;
  font-weight: 600;
}

.user-content span {
  font: normal normal normal 14px/25px Montserrat;
  letter-spacing: 0px;
  color: #474747;
}

.abt-left-sec {
  display: flex;
  align-items: center;
  gap: 10px;
}

.about-sec p {
  font: normal normal normal 15px/28px Inter;
  letter-spacing: 0px;
  color: #474747;
}

.read-btn {
  font: normal normal bold 14px/20px Inter;
  letter-spacing: 0.66px;
  color: #FF007F;
  text-transform: uppercase;
  border: 3px solid #FF007F;
  border-radius: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  padding: 10px 30px;
  margin: 30px 0px;
}

.abt-content-sec {
  max-width: 40%;
  position: relative;
  display: block;
}

.abt-content-sec h1 {
  font: normal normal normal 130px/115px Montserrat;
  letter-spacing: 0px;
  color: #FF007F;
}

.abt-content-sec h6 {
  text-align: left;
  font: normal normal bold 18px/30px Montserrat;
  letter-spacing: 0px;
  color: #0B277A;
  margin: 20px 0px;
}

.about-sec h4 {
  font: normal normal bold 20px/32px Montserrat;
  letter-spacing: 0px;
  margin-bottom: 25px;
  color: #FF007F;
}

.about-sec {
  background-color: #FFFFFF;
  position: relative;
  display: block;
  padding: 140px 0px 80px 0px;
}

.abt-content-sec p {
  max-width: 95%;
}

.top-heading h6 {
  text-align: left;
  font: normal normal 600 18px/26px Montserrat;
  letter-spacing: 0px;
  color: #0B277A;
  margin-bottom: 10px;
}

.top-heading h3 {
  font: normal normal bold 36px / 45px Montserrat;
  color: #FF007F;
  max-width: 85%;
}

.top-heading {
  padding-left: 20%;
  margin-bottom: 40px;
}

.service-sec {
  position: relative;
  display: block;
  padding: 40px 0px 60px 0px;
  background-image: url('../images/service-bg.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.top-hdng-sec {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.top-hdng-sec h3 {
  font: normal normal bold 40px/60px Montserrat;
  letter-spacing: 0px;
  color: #FF007F;
  margin-bottom: 8px;
}

.service-box {
  position: relative;
}

.service-box::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url('../images/service-bfr.png');
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}

.service-content h5 {
  font: normal normal bold 20px/26px Montserrat;
  letter-spacing: 0px;
  color: #FF007F;
  margin-bottom: 10px;
}

.service-content p {
  font: normal normal normal 14px / 22px Inter;
  letter-spacing: 0px;
  color: #ffffff;
  font-weight: 300;
  margin-bottom: 15px;
  min-height: 88px;
}

.discvr-btn {
  font: normal normal bold 14px/18px Montserrat;
  letter-spacing: 0px;
  color: #FF007F;
  display: flex;
  align-items: center;
  gap: 10px;
}

#service-sld .owl-stage {
  right: 32px;
}

.service-content {
  position: absolute;
  bottom: 3%;
  z-index: 1;
  padding: 20px;
}

.bnr-btn:hover {
  background-color: white;
  color: #ff007f;
  border-color: #ff007f;
}

.stellarnav.light li a:hover {
  color: #ff007f;
}

.read-btn:hover {
  background-color: #ff007f;
  color: white;

}

.testi-box p span img {
  max-width: 30px;
  padding-top: 15px;
}

#testi-sldr .owl-dots {
  position: absolute;
  bottom: 15px;
  transform: translate(-50%, -50%);
  right: -4%;
  display: flex;
  align-items: center;
  gap: 6px;
}

.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
  width: 10px;
  height: 10px;
  background-color: #ABABAB;
  border-radius: 50%;
}

#testi-sldr .owl-dot.active {
  background-color: #ff0080ea !important;
}

#banner-sldr .owl-dots {
  position: absolute;
  bottom: 15px;
  transform: translate(-50%, -50%);
  left: 7%;
  display: flex;
  align-items: center;
  gap: 6px;
}

#banner-sldr .owl-dot.active {
  background-color: #ff0080ea !important;
}

#banner-sldr button.owl-dot {
  background-color: #EEF2FF;
}

.call-top {
  position: relative;
}

header::before {
  content: '';
  position: absolute;
  background-color: #ff007f;
  clip-path: polygon(100% 0%, 100% 49%, 100% 100%, 0 100%, 9% 51%, 18% 0);
  right: 0;
  width: 275px;
  height: 100%;
  top: 0;
}

.call-top a img {
  width: 23px;
}

.f-bottom a img {
  width: 18px;
}

.f-top ul li a:hover {
  color: #ff007f;
}

.testi-box p span {
  width: max-content;
  display: ruby;
}

.dot-imgg {
  position: absolute;
  top: -132px;
  right: 60px;
  max-width: 126px;
}

.crcl-img {
  position: absolute;
  right: 35px;
  top: -25px;
  max-width: 213px;
}

#banner-sldr .owl-stage-outer {
  position: relative;
  overflow: unset;
  -webkit-transform: translate3d(0, 0, 0);
}

section.inner-page-banner {
  padding: 80px 0px;
  display: flex;
  align-items: center;
  justify-content: left;
  color: #fff;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  width: 100%;
  position: relative;
  background-image: url('../images/inner-banner.png');
  text-align: center;
  z-index: 9;
}

section.inner-page-banner h2 {
  text-align: center;
  font: normal normal bold 38px/40px Montserrat;
  letter-spacing: 0px;
  color: #FF007F;
  text-transform: capitalize;
}

.service-inner-sec {
  position: relative;
  display: block;
  padding: 80px 0px 50px 0px;
}

.inr-srvc-bx {
  background-image: none;
  padding: 0px 0px 80px 0px;
}

.service-right-bxx {
  max-width: 90%;
  float: right;
  margin-bottom: 30px;
}

.service-right-bxx p {
  font: normal normal normal 15px/28px Inter;
  letter-spacing: 0px;
  color: #474747;
}

.stellarnav li.active ul li a::before {
  display: none;
}

.stellarnav.light ul li.has-sub ul li a.active {
  color: #FF007F !important;
}

.stellarnav.light ul li.has-sub ul li a:hover {
  color: #FF007F !important;
}

.gallery-section {
  display: block;
  position: relative;
  padding: 80px 0px;
}
.gallery-section .gallery-box {
  background: #fff;
  padding: 15px;
  display: grid;
  grid-template-columns: repeat(4, auto);
  grid-auto-rows: auto;
  grid-gap: 1rem;
  grid-auto-flow: dense;
}
.gallery-section .gallery-box .box.vertical {
  grid-column: span 2;
}
.gallery-section .gallery-box .box.vertical img{
 
}
.gallery-section .gallery-box .box {
 display: inline-block;
  max-width: 100%;
  overflow: hidden;
  box-shadow: 0px 8px 24px 1px #00000020;
  transition: all .5s ease;
  position: relative;
  height: 100%;
  border-radius: 20px;
}
.gallery-section .gallery-box .box img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all .5s ease;
}
.box-overlyy {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  background-color: #00000094;
  z-index: 9;
  width: 100%;
  height: 100%;
}
.icn {
  font-size: 16px;
  padding: 16px 32px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.icn img {
  width: 30px !important;
  height: 30px !important;
}
.gallery-section .gallery-box .box:hover {
  box-shadow: 0px 8px 24px 1px #00000040;
}
.gallery-section .gallery-box .box:hover .box-overlyy {
  opacity: 1;
}
.inner-abt{
  padding: 80px 0px;
}
.inner-crcl {
  position: absolute;
  right: 35px;
  top: -60px;
  max-width: 200px;
}
.service-right-bxx img {
  position: relative;
}
.inner-dot-img {
  position: absolute;
  left: 4%;
  max-width: 135px;
  top: 5%;
}
.faq-section{
  position: relative;
  padding: 80px 0px;
  display: block;
}
.accordion-button {
  background-color: #F2F2F2;
  font: normal normal bold 13px/15px Montserrat;
  letter-spacing: 0px;
  color: #3A3A3A !important;
}
  .accordion-item {
    margin-bottom: 20px;
   }
   .accordion-body {
    padding: 1rem 1.25rem;
    font: normal normal normal 13px/22px Inter;
    letter-spacing: 0px;
    color: #545454;
    background-color: #f2f2f2;
    position: relative;
}
.accordion-button:not(.collapsed) {
 background-color: #f2f2f2;
 }
 .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
  filter: invert(0%) sepia(1%) saturate(7492%) hue-rotate(3deg) brightness(10%) contrast(98%);

}
.accordion-button:not(.collapsed) {
  box-shadow: none;
}
.contact-sec{
  position: relative;
  display: block;
  padding: 80px 0px;
}
.inner-box {
  padding: 20px 10px;
  min-height: 170px;
  background: #FFF5FB 0% 0% no-repeat padding-box;
  border-radius: 8px;
 margin: 6px;
}
.contact-box {
  border-radius: 8px;
  border: 2px dashed #FFCEEB;
  position: relative;
}
.img-bx {
  background-color: #ffa1d05c;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  margin-bottom: 14px;
}
.contact-box h6 {
  text-align: left;
  font: normal normal 18px/16px Montserrat;
  letter-spacing: 0px;
  color: #BA006F;
  font-weight: 600;
  margin-bottom: 10px;
}
.contact-box p {
  text-align: left;
  font: normal normal 15px/22px Inter;
  letter-spacing: 0px;
  color: #303030;
  font-weight: 500;
}
.contact-box p a{
  text-align: left;
  font: normal normal 15px/22px Inter;
  letter-spacing: 0px;
  color: #303030;
  font-weight: 500;
}
.getin{
  position: relative;
  display: block;
  background-image: url('../images/contact-bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 60px 0px;
}
.getin h3 {
  font: normal normal bold 40px / 60px Montserrat;
  letter-spacing: 0px;
  color: #FF007F;
  margin-bottom: 25px;
  text-align: center;
}
.getin .form-control {
  padding: 0.75rem .75rem;
  background: #FFF8F2 0% 0% no-repeat padding-box;
  border-radius: 8px;
  font: normal normal 15px/24px Inter;
  letter-spacing: 0px;
  color: #363636;
  font-weight: 600;
} 
.getin  .read-btn{
  background-color: transparent;
}
.getin  .read-btn:hover{
  background-color: #FF007F;
}
.dd-toggle::before{
  display: none;
}
.abt-img-sec {
  position: relative;
}

button.sub-menu-toggle {
    display: none;
}