@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
@import '../css/lib/bootstrap-grid.min.css';
html {
  font-size: 10px;
}

@media (max-width: 1550px) {
  html {
    font-size: 7px;
  }
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
@keyframes flipInX {
  0% {
    animation-timing-function: ease-in;
    opacity: 0;
    transform: perspective(400px) rotateX(90deg);
  }
  40% {
    animation-timing-function: ease-in;
    transform: perspective(400px) rotateX(-20deg);
  }
  60% {
    opacity: 1;
    transform: perspective(400px) rotateX(10deg);
  }
  80% {
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    transform: perspective(400px);
  }
}
@keyframes dance {
  100%, 0% {
    max-height: 100vh;
  }
  80% {
    max-height: 0px;
  }
}
@keyframes pulse {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
    transform: translateY(10px);
  }
  100% {
    opacity: 0.5;
  }
}
.btn2 {
  border-radius: 10px;
  border: none;
  cursor: pointer;
  box-shadow: none;
  background: none;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  outline: none;
}
.btn2 span + span {
  margin-left: 1.5rem;
}
.btn2-large {
  line-height: 5.8rem;
  padding: 0 4rem;
  min-width: 19rem;
}
.btn2-primary {
  background-color: #D784A2;
  border: 1px solid #D784A2;
  color: #fff;
}
.btn2-primary:hover {
  background-color: #016D85;
  border-color: #016D85;
}
.btn2-primary1 {
  background-color: #016D85;
  color: #fff;
}
.btn2-primary1:hover {
  background-color: #D784A2;
}
.btn2-secondary {
  background-color: #fff;
  color: #000;
}
.btn2-secondary:hover {
  background-color: #016D85;
  color: #fff;
}
.btn2-outline {
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
}
.btn2-outline:hover {
  background-color: #fff;
  color: #000;
}
.btn2-outline2 {
  border: 1px solid #617E68;
  background-color: transparent;
  color: #617E68;
}
.btn2-outline2:hover {
  background-color: #617E68;
  color: #fff;
}
.btn2-group {
  align-items: center;
  display: flex;
}
.btn2-group .btn2 + .btn2 {
  margin-left: 15px;
}

.section {
  position: relative;
  padding: 16rem 0;
  z-index: 1;
}
@media (max-width: 991px) {
  .section {
    padding: 10rem 0;
  }
}
@media (max-width: 767px) {
  .section {
    padding: 7rem 0;
  }
}
.section .container {
  position: relative;
  z-index: 10;
}
.section1 {
  padding: 8rem 0 16rem;
}
@media (max-width: 991px) {
  .section1 {
    padding: 5rem 0 9rem;
  }
}
@media (max-width: 767px) {
  .section1 {
    padding: 3rem 0 6rem;
  }
}
.section2 {
  padding: 16rem 0 8rem;
}
@media (max-width: 991px) {
  .section2 {
    padding: 9rem 0 5rem;
  }
}
@media (max-width: 767px) {
  .section2 {
    padding: 6rem 0 3rem;
  }
}
.section3 {
  padding: 10rem 0;
}
@media (max-width: 767px) {
  .section3 {
    padding: 7rem 0;
  }
}
.section4 {
  padding: 16rem 0 0;
}
@media (max-width: 991px) {
  .section4 {
    padding: 10rem 0 0;
  }
}
@media (max-width: 767px) {
  .section4 {
    padding: 7rem 0 0;
  }
}
.section5 {
  padding: 0 0 16rem;
}
@media (max-width: 991px) {
  .section5 {
    padding: 0 0 10rem;
  }
}
@media (max-width: 767px) {
  .section5 {
    padding: 0 0 7rem;
  }
}
.section6 {
  padding: 8rem 0;
}
@media (max-width: 991px) {
  .section6 {
    padding: 5rem 0;
  }
}
@media (max-width: 767px) {
  .section6 {
    padding: 3rem 0;
  }
}

body,
html {
  font-family: "Inter", sans-serif;
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden;
}

html {
  height: 100%;
}
html.is-active {
  overflow: hidden;
}

.w-100 {
  width: 100%;
}

body {
  background-color: #F5F3F6;
  color: #444;
}
body.is-active {
  position: relative;
}
body.is-active::before {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.9);
  height: 100%;
  width: 100%;
  z-index: 5;
}

p {
  font-size: 2.3rem;
  line-height: 3.3rem;
}
p + p {
  margin-top: 1.6rem;
}

.row {
  margin-left: -1rem;
  margin-right: -1rem;
}
.row [class^=col-] {
  padding-left: 1rem;
  padding-right: 1rem;
}

.full-box-link {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.position-unset {
  position: unset;
}

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

a {
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}

.full-box-link {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.position-relative {
  position: relative;
}
.position-absolute {
  position: absolute;
}

.c-pointer {
  cursor: pointer;
}

.date-icon {
  color: #D784A2;
  font-size: 2rem;
  position: absolute;
  top: 5.1rem;
  right: 4rem;
}

.d-flex {
  display: flex;
}

.contactdiv .card2 {
  border-radius: 10px;
  border: 1px solid #D7D7D7;
  padding: 5rem 3rem;
}
.contactdiv .icon {
  align-items: center;
  background-color: #D784A2;
  border-radius: 100%;
  display: flex;
  margin: 0 auto 3rem;
  justify-content: center;
  height: 10rem;
  width: 10rem;
}
.contactdiv .info .h {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.contactdiv .info p,
.contactdiv .info a {
  font-size: 2.3rem;
  line-height: 3.3rem;
  color: #263D2D;
}

.mt-5 {
  margin-top: 5rem;
}

.d-none-n {
  display: none;
}

@media screen and (min-width: 767px) {
  .container-fluid {
    padding-right: 4rem;
    padding-left: 4rem;
  }
}
@media (min-width: 1650px) {
  .container {
    width: 1630px;
  }
}
@media (max-width: 1199px) {
  .section .contact-info a {
    font-size: 2rem;
  }
  .section-inner-page-title {
    padding: 18rem 0 5rem;
  }
  .section-inner-page-title .inner-box {
    border-radius: 2rem;
    padding: 5rem;
  }
}
@media (max-width: 991px) {
  .section-transform {
    padding: 5rem 0 10rem;
  }
  .section-transform .form {
    margin-top: 5rem;
  }
  .section-transform .title .h {
    max-width: inherit;
  }
  .section-transform .form {
    border-radius: 2rem;
    padding: 3rem;
  }
  .section-dummy {
    padding: 10rem 0 5rem;
  }
  .section-dummy .dummy {
    border-radius: 2rem;
  }
  .form {
    padding: 3rem;
  }
  .form-control {
    border-radius: 1rem;
  }
  .contactdiv .col-12 + .col-12 {
    margin-top: 3rem;
  }
  .order1 {
    order: 1;
  }
  .order2 {
    order: 2;
  }
  .d-none-991 {
    display: none;
  }
  .d-block-991 {
    display: block;
  }
}
@media (max-width: 767px) {
  .section-dummy {
    padding: 5rem 0;
  }
  .section-dummy .dummy {
    padding: 3rem;
  }
  .section-dummy .dummy-row {
    flex-wrap: wrap;
    text-align: center;
  }
  .section-dummy .dummy-left {
    width: 100%;
  }
  .section-dummy .dummy-right {
    margin-top: 3rem;
    justify-content: center;
    width: 100%;
  }
}
.section-comn-ep .img-box {
  border-radius: 10px;
  height: 52rem;
  overflow: hidden;
  width: 100%;
}
.section-comn-ep .img-box img {
  transition: all ease-in 0.2s;
}
.section-comn-ep .img-box:hover img {
  transform: scale(1.1);
}
.section-comn-ep .img-box img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.section-comn-ep .img-box-auto {
  height: auto;
}
.section-comn-ep .img-box-auto img {
  max-width: 100%;
  height: auto;
  width: inherit;
  -o-object-fit: unset;
     object-fit: unset;
}
.section-comn-ep .common-text {
  padding-right: 10rem;
}
.section-comn-ep .common-text .h {
  margin-bottom: 1.6rem;
  font-weight: 500;
  padding-right: 5rem;
}
.section-comn-ep .common-text p {
  color: #263D2D;
}
.section-comn-ep .common-text p + p {
  margin-top: 1.6rem;
}
.section-comn-ep2 {
  background-color: rgba(215, 132, 162, 0.1);
}
.section-comn-ep2 .common-text {
  padding-right: 0;
  padding-left: 10rem;
}
.section-comn-ep2 .common-text .h {
  padding: 0;
}
.section-comn-ep2 .common-text p {
  text-align: justify;
}
.section-comn-ep2 .common-text2 {
  padding: 4rem 0 0;
}
.section-titlebar {
  background-color: #617E68;
  padding: 8rem 0;
}
.section-titlebar .h {
  color: #fff;
  margin-bottom: 1.5rem;
}
.section-titlebar ul {
  align-items: center;
  display: flex;
  justify-content: center;
}
.section-titlebar ul li {
  color: #fff;
  font-size: 1.8rem;
  padding: 0 0.5rem;
}
.section-titlebar ul li a {
  color: #fff;
}
.section-titlebar ul li a:hover {
  text-decoration: underline;
}
.section-testimonial {
  background-color: rgba(215, 132, 162, 0.1);
  padding: 16rem 0;
}
.section-testimonial .container {
  position: unset;
}
.section-testimonial .title {
  margin-bottom: 6rem;
}
.section-testimonial .title span {
  background-color: #998C7B;
  border: 1px solid #998C7B;
  border-radius: 10px;
  color: #F5F3F6;
  display: inline-block;
  font-size: 1.6rem;
  line-height: 3.8rem;
  padding: 0 2rem;
  margin-bottom: 2rem;
}
.section-testimonial .card1 {
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.section-testimonial .card1-bg {
  align-items: center;
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  padding: 1rem;
}
.section-testimonial .card1-bg > div {
  width: 100%;
}
.section-testimonial .card1-pic {
  align-items: center;
  background-color: rgba(215, 132, 162, 0.1);
  border-radius: 10px;
  display: flex;
  justify-content: center;
  height: 40rem;
  position: relative;
  overflow: hidden;
  width: 27rem;
}
.section-testimonial .card1-pic img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.section-testimonial .card1-pic .play-button {
  position: absolute;
  height: 9rem;
  inset: 0;
  margin: auto;
  width: 9rem;
}
.section-testimonial .card1-pic .play-button img {
  max-width: 100%;
}
.section-testimonial .card1-initials {
  color: #D784A2;
  font-size: 10rem;
  font-weight: 700;
  text-transform: uppercase;
}
.section-testimonial .card1-text {
  padding: 3rem 0 3rem 5rem;
  width: calc(100% - 27.5rem);
}
.section-testimonial .card1-text .quete {
  position: relative;
  bottom: -18px;
}
.section-testimonial .card1-text p {
  color: #444;
  font-size: 2rem;
  line-height: 3rem;
}
.section-testimonial .card1-text ul {
  margin: 1.5rem 0;
}
.section-testimonial .card1-text ul li {
  color: #444;
  font-size: 1.6rem;
  line-height: 2.6rem;
}
.section-testimonial .card1-text .auther {
  margin-top: 3rem;
  padding-top: 3rem;
  position: relative;
}
.section-testimonial .card1-text .auther h5 {
  color: #333;
  font-size: 3.4rem;
  font-weight: 600;
  line-height: 4.5rem;
  margin-bottom: 1rem;
}
.section-testimonial .card1-text .auther small {
  color: #747474;
  font-size: 1.6rem;
}
.section-testimonial .card1-text .auther::after {
  content: "";
  position: absolute;
  background-color: #333;
  left: 0;
  height: 1px;
  top: 0;
  width: 36rem;
}
.section-testimonial .slick-list {
  padding: 0 10% 0 0;
}
.section-testimonial .slick-slider {
  margin: 0;
}
.section-testimonial .slick-slide {
  margin-left: 0;
  transform: scale(0.8);
}
.section-testimonial .slick-slide.slick-active.slick-center {
  transform: scale(1);
}
.section-testimonial .btn-box {
  bottom: auto;
  position: absolute;
  top: 6rem;
  right: 2rem;
}
.section-testimonial .btn-box .icon {
  align-items: center;
  background-color: #D784A2;
  border-radius: 100%;
  display: inline-flex;
  justify-content: center;
  margin-right: 2rem;
  height: 8rem;
  width: 8rem;
}
.section-testimonial .btn-box .icon svg path {
  fill: #fff;
}
.section-testimonial .btn-box .icon + .icon {
  margin-right: 0;
}
.section-testimonial .btn-box .icon1 {
  transform: rotate(180deg);
}
.section-testimonial .btn-box .icon:hover {
  background-color: #617E68;
}
.section-testimonial .passport-img {
  position: absolute;
  left: 390px;
  top: 430px;
}
.section-contact .title {
  margin-bottom: 6rem;
}
.section-contact .title span {
  background-color: #998C7B;
  border: 1px solid #998C7B;
  border-radius: 10px;
  color: #F5F3F6;
  display: inline-block;
  font-size: 1.6rem;
  line-height: 3.8rem;
  padding: 0 2rem;
  margin-bottom: 2rem;
}
.section-contact .contact-form-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section-contact .contact-form-left {
  background-color: rgba(153, 140, 123, 0.1);
  border-radius: 10px;
  padding: 6rem 5rem;
  order: 2;
}
.section-contact .contact-form-left .btn2-group {
  margin-top: 1rem;
}
.section-contact .contact-form-right {
  background-color: rgba(215, 132, 162, 0.1);
  border-radius: 10px;
  padding: 6rem;
}
.section-contact .contact-form-right1 {
  padding: 0;
}
.section-contact .contact-form-right1 img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.section-contact .contact-form-right ul li {
  align-items: center;
  display: flex;
}
.section-contact .contact-form-right ul li + li {
  margin-top: 5rem;
}
.section-contact .contact-form-right ul li .icon {
  align-items: center;
  background-color: #D784A2;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  height: 10rem;
  width: 10rem;
}
.section-contact .contact-form-right ul li .info {
  padding-left: 2rem;
  width: calc(100% - 10rem);
}
.section-contact .contact-form-right ul li .info .h {
  color: #263D2D;
  font-weight: 600;
  margin-bottom: 0.4rem;
}
.section-contact .contact-form-right ul li .info p {
  color: #263D2D;
}
.section-contact .contact-form-right ul li .info p a {
  color: #263D2D;
}
.section-contact .contact-form-right ul li .info p a:hover {
  text-decoration: underline;
}
.section-contact .contact-form-right1 {
  background-color: transparent;
}
.section-contact .contact-form-right1 img {
  max-width: 100%;
}
.section-call-action {
  background-color: #617E68;
  color: #F5F3F6;
}
.section-call-action .butterfly1 {
  bottom: 2rem;
  right: 2rem;
}

.subpopup-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  inset: 0;
  margin: auto;
  height: 100%;
  position: fixed;
  padding: 0;
  margin: 0;
  width: 100%;
  z-index: 101;
}
.subpopup-window {
  background-color: #F5F3F6;
  border-radius: 10px;
  display: none;
  position: fixed;
  max-width: 75rem;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0;
  overflow: hidden;
  width: 90%;
  z-index: 102;
}
.subpopup-content .img-box {
  height: 100%;
  width: 100%;
}
.subpopup-content .img-box img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.subpopup-content .form-group {
  margin-top: 2rem;
}
.subpopup-content .text-info {
  padding: 2rem 4rem 2rem 1rem;
}
.subpopup-content .text-info h5 {
  color: #263D2D;
  font-size: 2.6rem;
  line-height: 3.3rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
.subpopup-content .text-info p {
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.subpopup-content .data-enter {
  margin-top: 3rem;
}
.subpopup-content .btn2 {
  line-height: 4.8rem;
  min-width: inherit;
  padding-left: 2rem;
  padding-right: 2rem;
}
.subpopup-close {
  color: #263D2D;
  font-size: 2rem;
  position: absolute;
  top: 2rem;
  right: 2rem;
  z-index: 5;
}
.subpopup-close:hover {
  color: #D784A2;
}

.right-full-width {
  right: 0;
  padding: 0;
}
.right-full-width1 {
  padding: 0 0 0 8rem !important;
  right: 0;
  position: absolute;
}

.flower {
  height: 220px;
  position: absolute;
  top: -170px;
  right: 30px;
  width: 180px;
  z-index: -1;
}
.flower img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (max-width: 575px) {
  .flower {
    display: none;
  }
}
.flower1 {
  top: -12rem;
  right: 10rem;
}

.butterfly {
  bottom: -40px;
  height: 115px;
  position: absolute;
  right: -40px;
  width: 130px;
}
.butterfly img {
  max-width: 100%;
}
@media (max-width: 575px) {
  .butterfly {
    display: none;
  }
}
.butterfly1 {
  bottom: -180px;
  right: 0;
}
.butterfly2 {
  bottom: 3rem;
  right: 12rem;
}
.butterfly3 {
  bottom: -15rem;
  left: 0;
  margin: auto;
  max-width: 13rem;
  right: 0;
}

.lief {
  opacity: 0.3;
  position: absolute;
  left: -6rem;
  top: 13rem;
}

@media (min-width: 992px) {
  .section-contact .contact-form-left {
    width: 58%;
  }
  .section-contact .contact-form-right {
    width: calc(42% - 2rem);
  }
  .section-contact .contact-form-right1 {
    width: calc(42% - 3rem);
  }
}
@media (max-width: 991px) {
  .section-contact .contact-form-right {
    margin-bottom: 5rem;
  }
  .section-comn-ep .title {
    margin-bottom: 5rem;
  }
  .section-comn-ep .common-text {
    padding: 0;
    margin-top: 5rem;
  }
  .section-comn-ep .common-text .h {
    padding: 0;
  }
  .section-comn-ep .common-text2 {
    padding: 0;
    margin-top: 1.5rem;
  }
  .right-full-width1 {
    position: inherit;
    padding: 0 1rem !important;
    margin-left: -20px;
    margin-top: 3rem;
  }
  .d-none-991 {
    display: none;
  }
}
@media (max-width: 767px) {
  .d-none-767 {
    display: none;
  }
  .d-block-767 {
    display: block;
  }
  .section-testimonial {
    padding: 8rem 0;
  }
  .section-testimonial .title {
    margin-bottom: 3rem;
  }
  .section-testimonial .card1-pic {
    margin: 1.5rem auto 0;
    height: 20rem;
    max-width: 100%;
    width: 20rem;
  }
  .section-testimonial .card1-initials {
    font-size: 5rem;
  }
  .section-testimonial .card1-text {
    padding: 2.5rem;
    width: 100%;
  }
  .section-testimonial .btn-box {
    display: flex;
    justify-content: center;
    position: inherit;
    top: inherit;
  }
  .section-testimonial .slick-slider {
    margin-top: 3rem;
    margin-bottom: 4rem;
  }
  .section-testimonial .slick-slide {
    transform: scale(1);
    margin: 0 2rem;
  }
  .section-contact .title .h br {
    display: none;
  }
  .section-contact .contact-form-left {
    padding: 4rem 3rem;
  }
  .section-contact .contact-form-right ul li {
    flex-wrap: wrap;
  }
  .section-contact .contact-form-right ul li .icon {
    height: 9rem;
    width: 9rem;
  }
  .section-contact .contact-form-right ul li .icon img {
    max-width: 60%;
  }
  .section-contact .contact-form-right ul li .info {
    margin-top: 2rem;
    padding-left: 0;
    width: 100%;
  }
  .right-full-width1 {
    margin: 0;
  }
  .subpopup-content .text-info {
    padding: 2rem;
  }
}
.inner-pages .header {
  background-color: #F5F3F6;
  position: inherit;
}
.inner-pages .header ul li .nav-link {
  color: #333;
}
.inner-pages .header ul li .nav-link::before {
  background-color: #D784A2;
}
.inner-pages .header ul li.active a {
  color: #D784A2;
}
.inner-pages .header ul li.active a::before {
  opacity: 1;
}
.inner-pages .header.fixed ul li .nav-link {
  color: #fff;
}
.inner-pages .header.fixed ul li .nav-link::before {
  background-color: #fff;
}
.inner-pages .header.fixed .menu-icon label span {
  background-color: #fff;
}
.inner-pages .menu-icon label span {
  background-color: #D784A2;
}

.header {
  background-color: transparent;
  left: 0;
  position: absolute;
  padding: 1rem 0;
  right: 0;
  top: 0;
  transition: all 0.15s;
  z-index: 9;
}
.header-row > a img {
  max-width: 14rem;
}
.header-row > a b {
  color: #e7d392;
  font-size: 2.5rem;
  font-family: auto;
  font-weight: 300;
  margin-left: 2.5rem;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.header.fixed {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  background-color: #617E68;
  position: fixed;
  top: 0;
}
.header.fixed a img {
  max-width: 12rem;
}
.header ul {
  display: flex;
}
.header ul li + li {
  margin-left: 5rem;
}
.header ul li .nav-link {
  color: #fff;
  font-size: 2.2rem;
  font-weight: 600;
  position: relative;
}
.header ul li .nav-link::before {
  content: "";
  position: absolute;
  border-radius: 100%;
  background-color: #D784A2;
  bottom: -15px;
  margin: auto;
  left: 0;
  opacity: 0;
  height: 8px;
  right: 0;
  width: 8px;
}
.header ul li .nav-link:hover {
  color: #D784A2;
}
.header ul li .nav-link:hover::before {
  opacity: 1;
}
.header ul li .btn2 {
  font-size: 2.2rem;
  font-weight: 600;
}
.header ul li.active a {
  color: #D784A2;
}
.header ul li.active a::before {
  opacity: 1;
}

.menu-icon {
  display: none;
}
.menu-icon label {
  display: flex;
  flex-direction: column;
  width: 70px;
  cursor: pointer;
}
.menu-icon label span {
  background-color: #fff;
  border-radius: 10px;
  height: 7px;
  margin: 7px 0;
  transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
.menu-icon label span:nth-of-type(1) {
  width: 50%;
}
.menu-icon label span:nth-of-type(2) {
  width: 100%;
}
.menu-icon label span:nth-of-type(3) {
  width: 75%;
}
.menu-icon input[type=checkbox] {
  display: none;
}
.menu-icon input[type=checkbox]:checked ~ span:nth-of-type(1) {
  transform-origin: bottom;
  transform: rotatez(45deg) translate(8px, 0px);
}
.menu-icon input[type=checkbox]:checked ~ span:nth-of-type(2) {
  transform-origin: top;
  transform: rotatez(-45deg);
}
.menu-icon input[type=checkbox]:checked ~ span:nth-of-type(3) {
  transform-origin: bottom;
  width: 50%;
  transform: translate(30px, -11px) rotatez(45deg);
}

@media (max-width: 1199px) and (min-width: 992px) {
  .header-row > a img {
    max-width: 12rem;
  }
}
@media (max-width: 991px) {
  .header {
    background-color: transparent;
    position: fixed;
    top: 0;
    padding: 10px 0;
    left: 0;
  }
  .header.fixed {
    background-color: rgba(215, 132, 162, 0.95);
  }
  .header.fixed ul {
    min-height: calc(100vh - 58px);
    top: 58px;
  }
  .header-row {
    border-radius: 0;
    padding: 0;
    position: relative;
  }
  .header-row > a img {
    max-width: 7rem;
  }
  .header-row .text-end .btn2 {
    margin-right: 8rem;
  }
  .header ul {
    background-color: #444;
    bottom: 0;
    display: block;
    position: fixed;
    padding: 5rem;
    left: auto;
    height: calc(100vh - 70px);
    right: 0;
    transform: translateX(100%);
    transition: transform 0.9s;
    top: 70px;
    width: 70%;
    z-index: 99;
  }
  .header ul li a {
    font-size: 3rem;
  }
  .header ul li a::before {
    display: none;
  }
  .header ul li + li {
    margin-left: 0;
    margin-top: 3.5rem;
  }
  .header.is-active ul {
    transform: translateX(0);
  }
  .inner-pages .header ul li .nav-link {
    color: #fff;
  }
  .menu-icon {
    display: block;
    position: absolute;
    left: auto;
    right: -2rem;
    transform: scale(0.6);
  }
}
@media (max-width: 767px) {
  .header {
    padding: 10px 0;
  }
  .header ul {
    padding: 3rem;
  }
  .menu-icon {
    transform: scale(0.5);
  }
}
.form-group {
  margin-bottom: 2rem;
}
.form-control {
  border: 1px solid #D7D7D7;
  border-radius: 10px;
  color: #444;
  font-size: 1.8rem;
  font-family: "Inter", sans-serif;
  line-height: 1.2;
  min-height: 6rem;
  padding: 1.8rem 2rem;
  resize: none;
  width: 100%;
}
.form-control-textarea {
  min-height: 13.5rem;
}

.h {
  color: #263D2D;
  font-weight: 500;
  line-height: 1.2;
}

.h1 {
  font-size: 5.4rem;
}
@media (max-width: 767px) {
  .h1 {
    font-size: 4.5rem;
  }
}
.h2 {
  font-size: 4.6rem;
}
.h3 {
  font-size: 3.8rem;
}
.h4 {
  font-size: 3rem;
}
.h4-1 {
  font-size: 2.8rem;
}
.h4-2 {
  font-size: 2.5rem;
}
.h4-3 {
  font-size: 2.6rem;
}
.h5 {
  font-size: 2.4rem;
}
.h6 {
  font-size: 2rem;
}

.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}

@media (max-width: 1199px) {
  .h2, h2 {
    font-size: 4rem;
  }
  .h4, h4 {
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  .h2, h2 {
    font-size: 3.5rem;
  }
  .h4, h4 {
    font-size: 2.8rem;
  }
}
footer {
  background-color: #617E68;
  padding: 10rem 0 3rem;
}
footer .about > a {
  margin-bottom: 3rem;
  display: inline-block;
}
footer .about > a img {
  max-width: 30rem;
}
footer .about p {
  color: #F5F3F6;
}
footer .quick-link h4 {
  font-size: 2.3rem;
  line-height: 3.3rem;
  color: rgba(245, 243, 246, 0.5);
  font-weight: 400;
  margin-bottom: 1rem;
}
footer .quick-link ul {
  display: flex;
  flex-wrap: wrap;
}
footer .quick-link ul li {
  position: relative;
  padding: 1rem 0;
  padding-right: 6rem;
}
footer .quick-link ul li a {
  font-size: 2.3rem;
  line-height: 3.3rem;
  color: #F5F3F6;
  text-decoration: none;
}
footer .quick-link ul li a:hover {
  text-decoration: underline;
}
footer .quick-link ul li span {
  content: "";
  position: absolute;
  background-color: rgba(245, 243, 246, 0.4);
  bottom: 0;
  display: inline-block;
  margin: auto;
  height: 2.5rem;
  left: auto;
  right: 3rem;
  top: 0;
  transform: rotate(20deg);
  width: 1px;
}
footer .quick-link .social-media {
  margin-top: 4rem;
  display: flex;
}
footer .quick-link .social-media .ic {
  align-items: center;
  border-radius: 100%;
  border: 1px solid #F5F3F6;
  display: flex;
  justify-content: center;
  height: 50px;
  width: 50px;
}
footer .quick-link .social-media .ic-hover {
  display: none;
}
footer .quick-link .social-media .ic:hover {
  background-color: #D784A2;
  border-color: #D784A2;
}
footer .quick-link .social-media .ic:hover .ic-normal {
  display: none;
}
footer .quick-link .social-media .ic:hover .ic-hover {
  display: block;
}
footer .quick-link .social-media .ic + .ic {
  margin-left: 2rem;
}
footer .footer-bottom {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 6rem;
  padding-top: 3rem;
  position: relative;
}
footer .footer-bottom p {
  color: #F5F3F6;
}
footer .footer-bottom p a {
  color: #F5F3F6;
  text-decoration: none;
}
footer .footer-bottom p a + a {
  margin-left: 2rem;
}
footer .footer-bottom p a:hover {
  text-decoration: underline;
}
footer .footer-bottom::after {
  content: "";
  position: absolute;
  background-color: rgba(245, 243, 246, 0.2);
  height: 1px;
  left: 0;
  top: 0;
  width: 100%;
}

label.error {
  color: red;
  display: inline-block;
  font-size: 1.6rem;
  margin-top: 1rem;
  text-shadow: 0 0 rosybrown;
}

.alert {
  font-size: 1.6rem;
}
.alert-success {
  color: #fff;
  font-size: 1.6rem;
  margin-top: 2rem;
  text-shadow: 0 0 #fff;
  font-weight: 600;
}
.alert-success1 {
  color: green;
  display: block;
  margin-top: 1rem;
}
.alert-danger1 {
  color: red;
  margin-bottom: 2rem;
}
.alert-danger ul li {
  color: #fff;
  font-size: 1.6rem;
  margin-top: 2rem;
  font-weight: 600;
  text-shadow: 0 0 #fff;
}

@media (max-width: 1199px) {
  footer .about svg {
    max-width: 26rem;
  }
}
@media (max-width: 991px) {
  footer .newsltter {
    border-radius: 2rem;
    margin-top: 5rem;
    padding: 4rem;
  }
  footer .quick-link ul li {
    width: 100%;
  }
  footer .quick-link ul li span {
    display: none;
  }
  footer .quick-link .social-media .ic {
    height: 40px;
    width: 40px;
  }
}
@media (max-width: 767px) {
  footer {
    padding: 5rem 0 3rem;
  }
  footer .about > a img {
    max-width: 18rem;
  }
  footer .row .col-12 + .col-12 {
    margin-top: 5rem;
  }
  footer .newsltter {
    margin-top: 0;
    padding: 2rem 3rem;
  }
  footer .footer-bottom {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
}/*# sourceMappingURL=common.css.map */