/*=========================================
        Fonts Size's Variables
=========================================*/

/*=========================================
        Fonts Size's Variables
=========================================*/

/*=========================================
        Line Height's Variables
=========================================*/

/*=========================================
        Font family's Variables
=========================================*/

/*=========================================
        Fonts Size's Icons Variables
=========================================*/

/*=========================================
        Box Shadow Variables
=========================================*/

.header_main {
  position: relative;
  z-index: 999;
}

.header_main .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0;
}

@media (max-width: 991px) {
  .header_main .wrapper {
    padding: 16px 0;
  }
}

.header_main .wrapper .logo_otr {
  display: flex;
}

.header_main .wrapper .logo_otr .logo {
  height: 56px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
}

@media (max-width: 991px) {
  .header_main .wrapper .logo_otr .logo {
    height: 40px;
  }
}

@media (max-width: 991px) {
  .header_main .wrapper .menu_otr {
    display: none;
  }
}

.header_main .wrapper .menu_otr .menu_ul {
  display: flex;
  align-items: center;
}

.header_main .wrapper .menu_otr .menu_li {
  position: relative;
}

.header_main .wrapper .menu_otr .menu_li:hover .drop_down_otr {
  opacity: 1;
  visibility: visible;
  top: 30px;
}

.header_main .wrapper .menu_otr .menu_li .drop_down_otr {
  position: absolute;
  left: 0px;
  top: 100px;
  background-color: #ffffff;
  box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.08);
  z-index: 10;
  width: 220px;
  padding: 16px;
  border-radius: 16px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.header_main .wrapper .menu_otr .menu_li .drop_down_otr .drop_down_ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.header_main .wrapper .menu_otr .menu_li .drop_down_otr .drop_down_text {
  color: #190B0A;
  transition: 0.3s;
}

.header_main .wrapper .menu_otr .menu_li .drop_down_otr .drop_down_text:hover {
  color: #E6605D;
}

.header_main .wrapper .menu_otr .menu_Linkk {
  position: relative;
  color: #190B0A;
  padding: 0 24px;
  transition: 0.3s;
  cursor: pointer;
}

.header_main .wrapper .menu_otr .menu_Linkk::after {
  content: "";
  position: absolute;
  width: 3px;
  top: 0;
  left: 0;
  height: 0;
  background-color: #E6605D;
  transition: 0.3s;
}

.header_main .wrapper .menu_otr .menu_Linkk::before {
  content: "";
  position: absolute;
  width: 3px;
  bottom: 0;
  right: 0;
  height: 0;
  background-color: #E6605D;
  transition: 0.3s;
}

.header_main .wrapper .menu_otr .menu_Linkk:hover {
  color: #E6605D;
}

.header_main .wrapper .menu_otr .menu_Linkk:hover::after,
.header_main .wrapper .menu_otr .menu_Linkk:hover::before {
  height: 100%;
}

.header_main .wrapper .action_otr {
  display: flex;
}

@media (max-width: 991px) {
  .header_main .wrapper .action_otr {
    display: none;
  }
}

.header_main .wrapper .menu_icon_otr {
  display: none;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background-color: #FFD3D1;
  transition: 0.3s;
  cursor: pointer;
}

@media (max-width: 991px) {
  .header_main .wrapper .menu_icon_otr {
    display: flex;
  }
}

.header_main .wrapper .menu_icon_otr:hover {
  background-color: #E6605D;
}

.header_main .wrapper .menu_icon_otr:hover .menu_icon {
  color: #ffffff;
}

.header_main .wrapper .menu_icon_otr .menu_icon {
  font-size: 24px;
  line-height: 24px;
  color: #E6605D;
}

.offcanvas_overlay {
  width: 320px;
  border: none !important;
}

.offcanvas_overlay .offcanvas-header {
  padding: 16px 24px;
  border-bottom: 1px solid #FFD3D1;
}

.offcanvas_overlay .offcanvas-header .logo_otr {
  display: flex;
}

.offcanvas_overlay .offcanvas-header .logo_otr .logo {
  height: 40px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
}

.offcanvas_overlay .offcanvas-header .close_icon_otr {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background-color: #FFD3D1;
  cursor: pointer;
  transition: 0.3s;
}

.offcanvas_overlay .offcanvas-header .close_icon_otr:hover {
  background-color: #E6605D;
}

.offcanvas_overlay .offcanvas-header .close_icon_otr:hover .close_icon {
  color: #ffffff;
}

.offcanvas_overlay .offcanvas-header .close_icon_otr .close_icon {
  font-size: 24px;
  line-height: 24px;
  color: #E6605D;
  transition: 0.3s;
}

.offcanvas_overlay .offcanvas-body {
  display: flex;
  flex-direction: column;
  padding: 16px 24px;
  gap: 32px;
}

.offcanvas_overlay .offcanvas-body .menu_otr .accordion {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.offcanvas_overlay .offcanvas-body .menu_otr .accordion-item {
  border-radius: 0;
  background-color: transparent;
  border: none;
}

.offcanvas_overlay .offcanvas-body .menu_otr .accordion-item .accordion-button {
  border-radius: 0;
  padding: 0;
  color: #190B0A;
}

@media (max-width: 575px) {
  .offcanvas_overlay .offcanvas-body .menu_otr .accordion-item .accordion-button {
    font-size: 16px;
    line-height: 26px;
  }
}

.offcanvas_overlay .offcanvas-body .menu_otr .accordion-item .accordion-button::after {
  background-image: url(/assets/img/arrow-down.svg);
}

.offcanvas_overlay .offcanvas-body .menu_otr .accordion-item .accordion-button.accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
}

.offcanvas_overlay .offcanvas-body .menu_otr .accordion-item .accordion-button:focus {
  border: none;
  box-shadow: none;
}

.offcanvas_overlay .offcanvas-body .menu_otr .accordion-item .accordion-body {
  padding: 8px 12px 0 12px;
}

.offcanvas_overlay .offcanvas-body .menu_otr .accordion-item .accordion-body .drop_down_ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.offcanvas_overlay .offcanvas-body .menu_otr .accordion-item .accordion-body .drop_down_ul .drop_down_text {
  color: #190B0A;
  transition: 0.3s;
}

@media (max-width: 575px) {
  .offcanvas_overlay .offcanvas-body .menu_otr .accordion-item .accordion-body .drop_down_ul .drop_down_text {
    font-size: 14px;
    line-height: 24px;
  }
}

.offcanvas_overlay .offcanvas-body .menu_otr .accordion-item .accordion-body .drop_down_ul .drop_down_text:hover {
  color: #E6605D;
}

.offcanvas_overlay .offcanvas-body .menu_otr .menu_Linkk {
  color: #190B0A;
  transition: 0.3s;
}

@media (max-width: 575px) {
  .offcanvas_overlay .offcanvas-body .menu_otr .menu_Linkk {
    font-size: 16px;
    line-height: 26px;
  }
}

.offcanvas_overlay .offcanvas-body .menu_otr .menu_Linkk:hover {
  color: #E6605D;
}

.offcanvas_overlay .offcanvas-body .action_otr {
  display: flex;
}

.offcanvas_overlay .offcanvas-body .action_otr .contact_btn {
  width: 100%;
}

.inner_header .inner_heading {
  position: relative;
  background-color: #FFCFF4;
  padding: 100px 0;
  overflow: hidden;
}

@media (max-width: 991px) {
  .inner_header .inner_heading {
    padding: 80px 0;
  }
}

@media (max-width: 575px) {
  .inner_header .inner_heading {
    padding: 56px 0;
  }
}

.inner_header .inner_heading .wrapper {
  text-align: center;
}

.inner_header .inner_heading .wrapper .heading {
  color: #190B0A;
}

.inner_header .inner_heading .shape_img {
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.inner_header .inner_heading .shape_img.shape1,
.inner_header .inner_heading .shape_img.shape2,
.inner_header .inner_heading .shape_img.shape3,
.inner_header .inner_heading .shape_img.shape5 {
  -webkit-animation: Infinite-rotate 20s infinite linear;
          animation: Infinite-rotate 20s infinite linear;
}

@-webkit-keyframes Infinite-rotate {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes Infinite-rotate {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.inner_header .inner_heading .shape_img.shape1 {
  width: 82px;
  height: 82px;
  left: -30px;
  bottom: 20px;
}

@media (max-width: 575px) {
  .inner_header .inner_heading .shape_img.shape1 {
    width: 52px;
    height: 52px;
  }
}

.inner_header .inner_heading .shape_img.shape2 {
  width: 40px;
  height: 40px;
  top: 16px;
  left: 20%;
}

@media (max-width: 575px) {
  .inner_header .inner_heading .shape_img.shape2 {
    width: 30px;
    height: 30px;
  }
}

.inner_header .inner_heading .shape_img.shape3 {
  width: 40px;
  height: 40px;
  bottom: 30px;
  left: 25%;
}

@media (max-width: 575px) {
  .inner_header .inner_heading .shape_img.shape3 {
    width: 30px;
    height: 30px;
  }
}

.inner_header .inner_heading .shape_img.shape4 {
  width: 70px;
  height: 70px;
  top: -30px;
  right: 35%;
}

@media (max-width: 575px) {
  .inner_header .inner_heading .shape_img.shape4 {
    width: 40px;
    height: 40px;
    top: -20px;
  }
}

.inner_header .inner_heading .shape_img.shape5 {
  width: 24px;
  height: 24px;
  bottom: 20px;
  right: 35%;
}

@media (max-width: 575px) {
  .inner_header .inner_heading .shape_img.shape5 {
    width: 20px;
    height: 20px;
  }
}

.inner_header .inner_heading .shape_img.shape6 {
  width: 34px;
  height: 34px;
  top: 20px;
  right: 5%;
}

@media (max-width: 575px) {
  .inner_header .inner_heading .shape_img.shape6 {
    width: 24px;
    height: 24px;
  }
}

.inner_header .bred_crumb {
  padding: 12px 0 10px 0;
  border-bottom: 1px solid #FFCFF4;
}

.inner_header .bred_crumb .wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}

.inner_header .bred_crumb .wrapper .home_text {
  color: #E6605D;
  font-family: "Kodchasan-SemiBold";
}

.inner_header .bred_crumb .wrapper .slash,
.inner_header .bred_crumb .wrapper .page_text {
  color: rgba(25, 11, 10, 0.5);
  font-family: "Kodchasan-SemiBold";
}

/*===========================================
            Loader start Here
===========================================*/

.Loader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #FFD3D1;
  overflow: hidden;
  transition: ease 0.2s;
  z-index: 99999;
}

.Loader.hidden {
  -webkit-animation: fadeOutt 1s;
          animation: fadeOutt 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  overflow-y: visible;
}

@-webkit-keyframes fadeOutt {
  100% {
    visibility: hidden;
    opacity: 0;
  }
}

@keyframes fadeOutt {
  100% {
    visibility: hidden;
    opacity: 0;
  }
}

.spinnerPairHolder {
  display: grid;
  position: absolute;
  width: 300px;
  height: 100px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

@media (max-width: 991px) {
  .spinnerPairHolder {
    width: 200px;
  }
}

.spinnerPairHolder .spinnerPair {
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.spinnerPairHolder .spinnerPair .spinnerPairCercle {
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  left: 50%;
  border-radius: 999px;
  transform: translateX(-50%);
  -webkit-animation: loaderBallsSpin 2s infinite ease-in-out;
          animation: loaderBallsSpin 2s infinite ease-in-out;
}

.spinnerPairHolder .spinnerPair .spinnerPairCercle:nth-child(1) {
  background-color: #E6605D;
}

.spinnerPairHolder .spinnerPair:nth-child(1) .spinnerPairCercle:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.spinnerPairHolder .spinnerPair:nth-child(2) .spinnerPairCercle:nth-child(1) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.spinnerPairHolder .spinnerPair:nth-child(3) .spinnerPairCercle:nth-child(1) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.spinnerPairHolder .spinnerPair:nth-child(4) .spinnerPairCercle:nth-child(1) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.spinnerPairHolder .spinnerPair:nth-child(5) .spinnerPairCercle:nth-child(1) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.spinnerPairHolder .spinnerPair .spinnerPairCercle:nth-child(2) {
  background-color: #E6605D;
}

.spinnerPairHolder .spinnerPair:nth-child(1) .spinnerPairCercle:nth-child(2) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.spinnerPairHolder .spinnerPair:nth-child(2) .spinnerPairCercle:nth-child(2) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.spinnerPairHolder .spinnerPair:nth-child(3) .spinnerPairCercle:nth-child(2) {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}

.spinnerPairHolder .spinnerPair:nth-child(4) .spinnerPairCercle:nth-child(2) {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}

.spinnerPairHolder .spinnerPair:nth-child(5) .spinnerPairCercle:nth-child(2) {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}

@-webkit-keyframes loaderBallsSpin {
  0% {
    top: 0%;
    z-index: 2;
  }

  25% {
    transform: translateX(-50%) scale(1.2, 1.2);
  }

  50% {
    top: calc(100% - 25px);
  }

  75% {
    transform: translateX(-50%) scale(0.8, 0.8);
  }

  100% {
    top: 0%;
    z-index: 1;
  }
}

@keyframes loaderBallsSpin {
  0% {
    top: 0%;
    z-index: 2;
  }

  25% {
    transform: translateX(-50%) scale(1.2, 1.2);
  }

  50% {
    top: calc(100% - 25px);
  }

  75% {
    transform: translateX(-50%) scale(0.8, 0.8);
  }

  100% {
    top: 0%;
    z-index: 1;
  }
}

/*===========================================
            Loader End Here
===========================================*/

/*=========================================
            Hero Start Here
=========================================*/

.hero_section {
  position: relative;
  padding: 96px 0 112px 0;
  background-color: #FFD3D1;
  overflow: hidden;
}

@media (max-width: 991px) {
  .hero_section {
    padding: 72px 0 96px 0;
  }
}

@media (max-width: 767px) {
  .hero_section {
    padding: 48px 0 72px 0;
  }
}

@media (max-width: 575px) {
  .hero_section {
    padding: 48px 0;
  }
}

.hero_section .hero_shape {
  position: absolute;
  left: -110px;
  top: -110px;
  width: 220px;
  height: 220px;
  opacity: 20%;
  -webkit-animation: Infinite-rotate 20s infinite linear;
          animation: Infinite-rotate 20s infinite linear;
}

@keyframes Infinite-rotate {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

@media (max-width: 991px) {
  .hero_section .hero_shape {
    display: none;
  }
}

.hero_section .row_custom {
  align-items: center;
  justify-content: space-between;
  gap: 48px 0;
}

.hero_section .row_custom .col_content_inr {
  position: relative;
}

.hero_section .row_custom .col_content_inr .heading {
  color: #190B0A;
}

.hero_section .row_custom .col_content_inr .desc {
  color: rgba(25, 11, 10, 0.65);
  margin: 20px 0 40px 0;
}

@media (max-width: 767px) {
  .hero_section .row_custom .col_content_inr .desc {
    font-size: 16px;
    line-height: 26px;
    margin: 12px 0 24px 0;
  }
}

.hero_section .row_custom .col_content_inr .action_otr {
  display: flex;
  align-items: center;
  gap: 24px;
}

@media (max-width: 420px) {
  .hero_section .row_custom .col_content_inr .action_otr {
    flex-direction: column;
    align-items: flex-start;
  }
}

.hero_section .row_custom .col_content_inr .action_otr .play_video-main {
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: 16px;
}

.hero_section .row_custom .col_content_inr .action_otr .play_video-main .play-icon-otr {
  width: 52px;
  height: 52px;
  border-radius: 100%;
  position: relative;
  border: 2px solid #E6605D;
}

.hero_section .row_custom .col_content_inr .action_otr .play_video-main .play-icon-otr::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  border-radius: 50%;
  border: 1px solid #E6605D;
  -webkit-animation: home3pulse1 1.5s linear infinite;
          animation: home3pulse1 1.5s linear infinite;
}

.hero_section .row_custom .col_content_inr .action_otr .play_video-main .play-icon-otr:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  border-radius: 50%;
  border: 1px solid #E6605D;
  -webkit-animation: home3pulse1 1.5s linear 0.8s infinite;
          animation: home3pulse1 1.5s linear 0.8s infinite;
}

.hero_section .row_custom .col_content_inr .action_otr .play_video-main .play-icon-otr .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #E6605D;
  font-size: 24px;
}

.hero_section .row_custom .col_content_inr .action_otr .play_video-main .watch_text {
  font-size: 20px;
  line-height: 32px;
  font-family: "Kodchasan-Bold";
  color: #E6605D;
}

.hero_section .row_custom .col_content_inr .img_shape {
  position: absolute;
  right: -80px;
  top: -120px;
  width: 120px;
  height: 120px;
  opacity: 20%;
  -webkit-animation: Infinite-rotate 16s infinite linear;
          animation: Infinite-rotate 16s infinite linear;
}

@keyframes Infinite-rotate {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.hero_section .row_custom .col_img_inr {
  position: relative;
}

.hero_section .row_custom .col_img_inr .img_shape {
  position: absolute;
  left: -100px;
  bottom: 10px;
  width: 170px;
  height: 170px;
  opacity: 60%;
  z-index: 12;
  -webkit-animation: simple-move 5s 1s linear infinite alternate;
          animation: simple-move 5s 1s linear infinite alternate;
}

@media (max-width: 767px) {
  .hero_section .row_custom .col_img_inr .img_shape {
    display: none;
  }
}

.hero_section .row_custom .col_img_inr .img {
  position: relative;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 24px;
  z-index: 10;
}

@media (max-width: 991px) {
  .hero_section .row_custom .col_img_inr .img {
    height: 450px;
  }
}

@media (max-width: 575px) {
  .hero_section .row_custom .col_img_inr .img {
    height: 400px;
  }
}

.hero_section .row_custom .col_img_inr .img_shape2 {
  position: absolute;
  right: -40px;
  top: -40px;
  width: 100px;
  height: 100px;
  opacity: 20%;
  -webkit-animation: Infinite-rotate 16s infinite linear;
          animation: Infinite-rotate 16s infinite linear;
}

@keyframes Infinite-rotate {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

@media (max-width: 991px) {
  .hero_section .row_custom .col_img_inr .img_shape2 {
    display: none;
  }
}

.video_popup_main {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  background-color: rgba(25, 11, 10, 0.65);
  padding: 0 12px;
  opacity: 0;
  visibility: hidden;
}

.video_popup_main.video_popup_visible {
  opacity: 1;
  visibility: visible;
}

.video_popup_main .video-popup {
  position: relative;
  width: 100%;
  max-width: 900px;
  height: calc(100vh - 200px);
  margin: 100px auto;
}

.video_popup_main .video-popup .close_icon_otr {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -50px;
  right: 0px;
  z-index: 10;
  transition: 0.3s;
  cursor: pointer;
}

.video_popup_main .video-popup .close_icon_otr:hover .close_icon {
  color: #E6605D;
}

.video_popup_main .video-popup .close_icon_otr .close_icon {
  font-size: 28px;
  line-height: 28px;
  color: #ffffff;
}

/*=========================================
            Hero End Here
=========================================*/

/*=========================================
            About Start Here
=========================================*/

.about_section {
  position: relative;
  padding: 128px 0;
  overflow: hidden;
}

@media (max-width: 991px) {
  .about_section {
    padding: 96px 0;
  }
}

@media (max-width: 767px) {
  .about_section {
    padding: 72px 0;
  }
}

@media (max-width: 575px) {
  .about_section {
    padding: 48px 0;
  }
}

.about_section .row_custom {
  align-items: center;
  gap: 48px 0;
}

@media (max-width: 575px) {
  .about_section .row_custom {
    gap: 24px;
  }
}

.about_section .row_custom .col_img_inr {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.about_section .row_custom .col_img_inr .imgs_otr {
  display: flex;
  gap: 10px;
}

.about_section .row_custom .col_img_inr .imgs_otr .img {
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 20px;
}

@media (max-width: 767px) {
  .about_section .row_custom .col_img_inr .imgs_otr .img {
    height: 230px;
  }
}

@media (max-width: 575px) {
  .about_section .row_custom .col_img_inr .imgs_otr .img {
    height: 200px;
  }
}

.about_section .row_custom .col_img_inr .imgs_otr .img.img1 {
  width: calc(45% - 5px);
}

.about_section .row_custom .col_img_inr .imgs_otr .img.img2 {
  width: calc(55% - 5px);
}

.about_section .row_custom .col_img_inr .imgs_otr .img.img3,
.about_section .row_custom .col_img_inr .imgs_otr .img.img4 {
  width: calc(35% - 7px);
}

.about_section .row_custom .col_img_inr .imgs_otr .img.img5 {
  width: calc(30% - 6px);
}

.about_section .row_custom .col_content_inr {
  padding-left: 24px;
}

@media (max-width: 991px) {
  .about_section .row_custom .col_content_inr {
    padding-left: 0;
  }
}

.about_section .row_custom .col_content_inr .about_heading {
  color: #190B0A;
}

.about_section .row_custom .col_content_inr .desc {
  color: rgba(25, 11, 10, 0.65);
}

@media (max-width: 575px) {
  .about_section .row_custom .col_content_inr .desc {
    font-size: 16px;
    line-height: 26px;
  }
}

.about_section .row_custom .col_content_inr .desc.desc1 {
  margin: 16px 0 10px 0;
}

.about_section .row_custom .col_content_inr .contact_otr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px;
  background-color: #ffffff;
  box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  margin-top: 36px;
}

@media (max-width: 767px) {
  .about_section .row_custom .col_content_inr .contact_otr {
    margin-top: 24px;
    padding: 16px;
  }
}

.about_section .row_custom .col_content_inr .contact_otr .contact_inr {
  display: flex;
  align-items: center;
  gap: 16px;
}

.about_section .row_custom .col_content_inr .contact_otr .contact_inr .icon_otr {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border-radius: 12px;
  background-color: rgba(25, 11, 10, 0.05);
}

@media (max-width: 767px) {
  .about_section .row_custom .col_content_inr .contact_otr .contact_inr .icon_otr {
    width: 52px;
    height: 52px;
  }
}

.about_section .row_custom .col_content_inr .contact_otr .contact_inr .icon_otr .icon {
  font-size: 40px;
  line-height: 40px;
  color: #E6605D;
}

@media (max-width: 767px) {
  .about_section .row_custom .col_content_inr .contact_otr .contact_inr .icon_otr .icon {
    font-size: 28px;
    line-height: 28px;
  }
}

.about_section .row_custom .col_content_inr .contact_otr .contact_inr .contact_text {
  color: #190B0A;
}

@media (max-width: 767px) {
  .about_section .row_custom .col_content_inr .contact_otr .contact_inr .contact_text {
    font-size: 16px;
    line-height: 26px;
  }
}

.aboutPage_about {
  padding-bottom: 0;
}

@-webkit-keyframes simple-rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes simple-rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes simple-move {
  100% {
    -webkit-transform: translate(50px, 0);
  }
}

@keyframes simple-move {
  100% {
    -webkit-transform: translate(50px, 0);
  }
}

/*=========================================
            About End Here
=========================================*/

/*=========================================
            Statistics Start Here
=========================================*/

.statistics_section {
  position: relative;
  padding: 96px 0;
  overflow: hidden;
}

@media (max-width: 991px) {
  .statistics_section {
    padding: 72px 0;
  }
}

@media (max-width: 767px) {
  .statistics_section {
    padding: 48px 0;
  }
}

.statistics_section .bg_img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.statistics_section .row_custom {
  position: relative;
  z-index: 10;
  gap: 24px 0;
}

.statistics_section .row_custom .col_card_inr {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-left: 20px;
  border-left: 4px solid #190B0A;
}

@media (max-width: 575px) {
  .statistics_section .row_custom .col_card_inr {
    border: 2px solid #E6605D;
    border-radius: 16px;
    padding: 16px 24px;
    text-align: center;
  }
}

.statistics_section .row_custom .col_card_inr .card_heading {
  color: #E6605D;
}

@media (max-width: 575px) {
  .statistics_section .row_custom .col_card_inr .card_heading {
    font-size: 24px;
    line-height: 32px;
  }
}

.statistics_section .row_custom .col_card_inr .card_desc {
  color: #190B0A;
}

@media (max-width: 575px) {
  .statistics_section .row_custom .col_card_inr .card_desc {
    font-size: 16px;
    line-height: 26px;
  }
}

/*=========================================
            Statistics End Here
=========================================*/

/*=========================================
            Services Start Here
=========================================*/

.section_heading_desc {
  display: flex;
  align-items: center;
  flex-direction: column;
  max-width: 650px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.section_heading_desc .label_otr {
  display: flex;
  padding: 6px 30px;
  background-color: #FFD3D1;
  border-radius: 12px;
}

@media (max-width: 767px) {
  .section_heading_desc .label_otr {
    padding: 6px 20px;
  }
}

.section_heading_desc .label_otr .label_text {
  color: #E6605D;
}

.section_heading_desc .heading {
  color: #190B0A;
  margin: 24px 0 20px 0;
}

@media (max-width: 767px) {
  .section_heading_desc .heading {
    margin: 16px 0 12px 0;
  }
}

.section_heading_desc .desc {
  color: rgba(25, 11, 10, 0.65);
}

@media (max-width: 767px) {
  .section_heading_desc .desc {
    font-size: 16px;
    line-height: 26px;
  }
}

.services_section {
  position: relative;
  padding: 128px 0;
  overflow: hidden;
}

@media (max-width: 991px) {
  .services_section {
    padding: 96px 0;
  }
}

@media (max-width: 767px) {
  .services_section {
    padding: 72px 0;
  }
}

@media (max-width: 575px) {
  .services_section {
    padding: 48px 0;
  }
}

.services_section .shape {
  position: absolute;
  width: 70px;
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

@media (max-width: 991px) {
  .services_section .shape {
    display: none;
  }
}

.services_section .shape.shape1 {
  left: 100px;
  -webkit-animation: section-animation 10s 1s linear infinite alternate;
          animation: section-animation 10s 1s linear infinite alternate;
}

.services_section .shape.shape2 {
  top: 100px;
  right: 100px;
  -webkit-animation: simple-rotate 10s 1s linear infinite alternate;
          animation: simple-rotate 10s 1s linear infinite alternate;
}

.services_section .wrapper {
  margin-bottom: 48px;
}

@media (max-width: 767px) {
  .services_section .wrapper {
    margin-bottom: 32px;
  }
}

.services_section .row_custom {
  gap: 24px 0;
}

.services_section .row_custom .col_card_inr {
  position: relative;
  padding: 0 16px 16px 16px;
}

.services_section .row_custom .col_card_inr::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 80px);
  border-radius: 20px;
  background-image: linear-gradient(90deg, transparent 50%, transparent 50%), linear-gradient(90deg, transparent 50%, transparent 50%), linear-gradient(0deg, transparent 50%, transparent 50%), linear-gradient(0deg, transparent 50%, transparent 50%);
  background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
  background-size: 15px 1px, 15px 1px, 1px 15px, 1px 15px;
  background-position: left top, right bottom, left bottom, right top;
  -webkit-animation: border-dance 0.7s infinite linear;
          animation: border-dance 0.7s infinite linear;
  box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}

.services_section .row_custom .col_card_inr:hover::after {
  box-shadow: none;
  border-radius: 0;
  background-image: linear-gradient(90deg, #E6605D 50%, transparent 50%), linear-gradient(90deg, #E6605D 50%, transparent 50%), linear-gradient(0deg, #E6605D 50%, transparent 50%), linear-gradient(0deg, #E6605D 50%, transparent 50%);
}

.services_section .row_custom .col_card_inr .img_otr {
  position: relative;
  display: flex;
  z-index: 2;
  margin-bottom: 14px;
}

.services_section .row_custom .col_card_inr .img_otr .card_img {
  width: 100%;
  height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 20px;
}

.services_section .row_custom .col_card_inr .content {
  position: relative;
  z-index: 2;
}

.services_section .row_custom .col_card_inr .content .card_heading {
  color: #190B0A;
}

.services_section .row_custom .col_card_inr .content .card_desc {
  color: rgba(25, 11, 10, 0.65);
  margin: 10px 0 16px 0;
}

.services_section .row_custom .col_card_inr .content .action {
  display: flex;
}

.services_section .row_custom .col_card_inr .content .read_more {
  color: #E6605D;
  transition: 0.3s;
}

.services_section .row_custom .col_card_inr .content .read_more:hover {
  color: #190B0A;
}

.services_section2 .row_custom .col_card_otr:nth-child(1) .col_card_inr {
  background-color: #FFCFF4;
}

.services_section2 .row_custom .col_card_otr:nth-child(2) .col_card_inr {
  background-color: #FFE1C6;
}

.services_section2 .row_custom .col_card_otr:nth-child(3) .col_card_inr {
  background-color: #FFD3D1;
}

.services_section2 .row_custom .col_card_inr {
  padding: 24px 16px 20px 16px;
  border-radius: 24px;
  background-image: linear-gradient(90deg, transparent 50%, transparent 50%), linear-gradient(90deg, transparent 50%, transparent 50%), linear-gradient(0deg, transparent 50%, transparent 50%), linear-gradient(0deg, transparent 50%, transparent 50%);
  background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
  background-size: 15px 1px, 15px 1px, 1px 15px, 1px 15px;
  background-position: left top, right bottom, left bottom, right top;
  -webkit-animation: border-dance 0.7s infinite linear;
          animation: border-dance 0.7s infinite linear;
  box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}

.services_section2 .row_custom .col_card_inr::after {
  display: none;
}

.services_section2 .row_custom .col_card_inr:hover {
  box-shadow: none;
  border-radius: 0;
  background-image: linear-gradient(90deg, #E6605D 50%, transparent 50%), linear-gradient(90deg, #E6605D 50%, transparent 50%), linear-gradient(0deg, #E6605D 50%, transparent 50%), linear-gradient(0deg, #E6605D 50%, transparent 50%);
}

.services_section2 .row_custom .col_card_inr .img_otr {
  display: flex;
  align-items: center;
  justify-content: center;
}

.services_section2 .row_custom .col_card_inr .img_otr .card_img {
  width: 100px;
  height: 100px;
  border-radius: 100%;
}

.services_section2 .row_custom .col_card_inr .content {
  text-align: center;
}

.services_section2 .row_custom .col_card_inr .content .action {
  display: flex;
  align-items: center;
  justify-content: center;
}

.servicesPage_services {
  padding-top: 0px;
}

@-webkit-keyframes section-animation {
  0% {
    transform: translate(0px, 0px);
    opacity: 100%;
  }

  33% {
    transform: translate(100px, 100px);
    opacity: 30%;
  }

  66% {
    transform: translate(0px, 200px);
    opacity: 70%;
  }

  100% {
    transform: translate(0px, 0px);
    opacity: 100%;
  }
}

@keyframes section-animation {
  0% {
    transform: translate(0px, 0px);
    opacity: 100%;
  }

  33% {
    transform: translate(100px, 100px);
    opacity: 30%;
  }

  66% {
    transform: translate(0px, 200px);
    opacity: 70%;
  }

  100% {
    transform: translate(0px, 0px);
    opacity: 100%;
  }
}

/*=========================================
            Services End Here
=========================================*/

/*=========================================
            Team Start Here
=========================================*/

.team_section {
  position: relative;
  padding-bottom: 128px;
  overflow: hidden;
}

@media (max-width: 991px) {
  .team_section {
    padding-bottom: 96px;
  }
}

@media (max-width: 767px) {
  .team_section {
    padding-bottom: 72px;
  }
}

@media (max-width: 575px) {
  .team_section {
    padding-bottom: 48px;
  }
}

.team_section .shape {
  position: absolute;
  width: 70px;
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

@media (max-width: 991px) {
  .team_section .shape {
    display: none;
  }
}

.team_section .shape.shape1 {
  left: 100px;
  -webkit-animation: section-animation 10s 1s linear infinite alternate;
          animation: section-animation 10s 1s linear infinite alternate;
}

.team_section .shape.shape2 {
  top: 20px;
  right: 100px;
  -webkit-animation: simple-rotate 10s 1s linear infinite alternate;
          animation: simple-rotate 10s 1s linear infinite alternate;
}

.team_section .wrapper {
  margin-bottom: 48px;
}

@media (max-width: 767px) {
  .team_section .wrapper {
    margin-bottom: 32px;
  }
}

.team_section .row_custom {
  position: relative;
  gap: 24px 0;
  z-index: 2;
}

.team_section .row_custom .col_card_inr {
  padding: 16px;
  border-radius: 16px;
  transition: 0.3s;
  background-image: linear-gradient(90deg, transparent 50%, transparent 50%), linear-gradient(90deg, transparent 50%, transparent 50%), linear-gradient(0deg, transparent 50%, transparent 50%), linear-gradient(0deg, transparent 50%, transparent 50%);
  background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
  background-size: 15px 1px, 15px 1px, 1px 15px, 1px 15px;
  background-position: left top, right bottom, left bottom, right top;
  -webkit-animation: border-dance 0.7s infinite linear;
          animation: border-dance 0.7s infinite linear;
  box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.08);
}

.team_section .row_custom .col_card_inr:hover {
  box-shadow: none;
  border-radius: 0;
  background-image: linear-gradient(90deg, #E6605D 50%, transparent 50%), linear-gradient(90deg, #E6605D 50%, transparent 50%), linear-gradient(0deg, #E6605D 50%, transparent 50%), linear-gradient(0deg, #E6605D 50%, transparent 50%);
}

.team_section .row_custom .col_card_inr .img_otr {
  display: flex;
}

.team_section .row_custom .col_card_inr .img_otr .card_img {
  width: 100%;
  height: 270px;
  border-radius: 16px 16px 0 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}

.team_section .row_custom .col_card_inr .content {
  position: relative;
  z-index: 10;
}

.team_section .row_custom .col_card_inr .content::after {
  content: "";
  position: absolute;
  top: -16px;
  left: 0;
  width: 100%;
  height: calc(100% + 16px);
  background-color: #ffffff;
  box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
}

.team_section .row_custom .col_card_inr .content .content_inr {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 0 16px 16px 16px;
}

.team_section .row_custom .col_card_inr .content .card_heading {
  color: #190B0A;
  transition: 0.3s;
}

.team_section .row_custom .col_card_inr .content .card_heading:hover {
  color: #E6605D;
}

.team_section .row_custom .col_card_inr .content .user_desegnation {
  color: rgba(25, 11, 10, 0.65);
  margin: 6px 0 16px 0;
}

.team_section .row_custom .col_card_inr .content .social_ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.team_section .row_custom .col_card_inr .content .social_ul .icon_otr {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background-color: rgba(25, 11, 10, 0.05);
  transition: 0.3s;
}

.team_section .row_custom .col_card_inr .content .social_ul .icon_otr:hover {
  background-color: #E6605D;
}

.team_section .row_custom .col_card_inr .content .social_ul .icon_otr:hover .icon {
  color: #ffffff;
}

.team_section .row_custom .col_card_inr .content .social_ul .icon_otr .icon {
  font-size: 24px;
  line-height: 24px;
  color: #E6605D;
  transition: 0.3s;
}

@-webkit-keyframes border-dance {
  0% {
    background-position: left top, right bottom, left bottom, right top;
  }

  100% {
    background-position: left 15px top, right 15px bottom, left bottom 15px, right top 15px;
  }
}

@keyframes border-dance {
  0% {
    background-position: left top, right bottom, left bottom, right top;
  }

  100% {
    background-position: left 15px top, right 15px bottom, left bottom 15px, right top 15px;
  }
}

/*=========================================
            Team End Here
=========================================*/

/*=========================================
            Logo Start Here
=========================================*/

.logo_section {
  position: relative;
  padding: 96px 0;
  overflow: hidden;
}

@media (max-width: 991px) {
  .logo_section {
    padding: 72px 0;
  }
}

@media (max-width: 767px) {
  .logo_section {
    padding: 48px 0;
  }
}

.logo_section .bg_img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.logo_section .marquee_main .marquee_ul {
  position: relative;
  display: flex;
  align-items: center;
  gap: 120px;
  left: -1500px;
}

.logo_section .marquee_main .marquee_ul .logo_otr {
  display: flex;
}

.logo_section .marquee_main .marquee_ul .logo_img {
  height: 60px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left center;
     object-position: left center;
}

/*=========================================
            Logo End Here
=========================================*/

/*=========================================
            Testimonial Start Here
=========================================*/

.testimonial_section {
  position: relative;
  padding: 128px 0;
  overflow: hidden;
}

@media (max-width: 991px) {
  .testimonial_section {
    padding: 96px 0;
  }
}

@media (max-width: 767px) {
  .testimonial_section {
    padding: 72px 0;
  }
}

@media (max-width: 575px) {
  .testimonial_section {
    padding: 48px 0;
  }
}

.testimonial_section .shape {
  position: absolute;
  width: 70px;
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

@media (max-width: 991px) {
  .testimonial_section .shape {
    display: none;
  }
}

.testimonial_section .shape.shape1 {
  left: 100px;
  -webkit-animation: section-animation 10s 1s linear infinite alternate;
          animation: section-animation 10s 1s linear infinite alternate;
}

.testimonial_section .shape.shape2 {
  top: 120px;
  right: 100px;
  -webkit-animation: simple-rotate 10s 1s linear infinite alternate;
          animation: simple-rotate 10s 1s linear infinite alternate;
}

.testimonial_section .wrapper {
  margin-bottom: 48px;
}

@media (max-width: 767px) {
  .testimonial_section .wrapper {
    margin-bottom: 32px;
  }
}

.testimonial_section .testimonial_slider {
  position: relative;
  padding: 48px 0;
  z-index: 2;
}

@media (max-width: 767px) {
  .testimonial_section .testimonial_slider {
    padding: 24px 0;
  }
}

.testimonial_section .testimonial_slider::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  height: 100%;
  background-color: #FFCFF4;
  border-radius: 24px;
}

@media (max-width: 767px) {
  .testimonial_section .testimonial_slider::after {
    width: 80%;
  }
}

.testimonial_section .testimonial_slider .swiper-wrapper {
  height: auto !important;
  padding-bottom: 24px;
  z-index: 10;
}

@media (max-width: 575px) {
  .testimonial_section .testimonial_slider .swiper-wrapper {
    padding-bottom: 16px;
  }
}

.testimonial_section .testimonial_slider .swiper-wrapper .col_card_inr {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 16px;
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.08);
  gap: 14px;
  background-image: linear-gradient(90deg, transparent 50%, transparent 50%), linear-gradient(90deg, transparent 50%, transparent 50%), linear-gradient(0deg, transparent 50%, transparent 50%), linear-gradient(0deg, transparent 50%, transparent 50%);
  background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
  background-size: 15px 1px, 15px 1px, 1px 15px, 1px 15px;
  background-position: left top, right bottom, left bottom, right top;
  -webkit-animation: border-dance 0.7s infinite linear;
          animation: border-dance 0.7s infinite linear;
  transition: 0.3s;
}

.testimonial_section .testimonial_slider .swiper-wrapper .col_card_inr:hover {
  box-shadow: none;
  border-radius: 0;
  background-image: linear-gradient(90deg, #E6605D 50%, transparent 50%), linear-gradient(90deg, #E6605D 50%, transparent 50%), linear-gradient(0deg, #E6605D 50%, transparent 50%), linear-gradient(0deg, #E6605D 50%, transparent 50%);
}

.testimonial_section .testimonial_slider .swiper-wrapper .col_card_inr .img_otr {
  display: flex;
}

.testimonial_section .testimonial_slider .swiper-wrapper .col_card_inr .img_otr .card_img {
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  border-radius: 16px;
}

.testimonial_section .testimonial_slider .swiper-wrapper .col_card_inr .content {
  text-align: center;
}

.testimonial_section .testimonial_slider .swiper-wrapper .col_card_inr .content .user_name {
  color: #190B0A;
  transition: 0.3s;
}

.testimonial_section .testimonial_slider .swiper-wrapper .col_card_inr .content .user_name:hover {
  color: #E6605D;
}

.testimonial_section .testimonial_slider .swiper-wrapper .col_card_inr .content .user_designation {
  color: rgba(25, 11, 10, 0.65);
  margin: 4px 0 8px 0;
}

.testimonial_section .testimonial_slider .swiper-wrapper .col_card_inr .content .star_ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 12px;
}

.testimonial_section .testimonial_slider .swiper-wrapper .col_card_inr .content .star_ul .star_li:nth-child(4) .star_icon,
.testimonial_section .testimonial_slider .swiper-wrapper .col_card_inr .content .star_ul .star_li:nth-child(5) .star_icon {
  fill: rgba(25, 11, 10, 0.4);
}

.testimonial_section .testimonial_slider .swiper-wrapper .col_card_inr .content .star_ul .star_icon {
  fill: #FAAB39;
}

.testimonial_section .testimonial_slider .swiper-wrapper .col_card_inr .content .card_desc {
  color: rgba(25, 11, 10, 0.65);
}

.testimonial_section .testimonial_slider .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  gap: 12px;
  z-index: 10;
  bottom: initial;
  top: initial;
}

.testimonial_section .testimonial_slider .swiper-pagination .swiper-pagination-bullet {
  margin: 0;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: rgba(25, 11, 10, 0.4);
  opacity: 1;
}

.testimonial_section .testimonial_slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #E6605D;
}

/*=========================================
            Testimonial End Here
=========================================*/

/*=========================================
            Cta Start Here
=========================================*/

.cta_main {
  padding-bottom: 96px;
  overflow: hidden;
}

@media (max-width: 991px) {
  .cta_main {
    padding-bottom: 0px;
  }
}

.cta_main .wrapper {
  position: relative;
  background-color: #FFCFF4;
  border-radius: 24px;
}

.cta_main .wrapper .content {
  padding: 72px 0 96px 80px;
  width: 60%;
}

@media (max-width: 991px) {
  .cta_main .wrapper .content {
    width: 100%;
    text-align: center;
    padding: 48px 56px;
  }
}

@media (max-width: 767px) {
  .cta_main .wrapper .content {
    padding: 24px 28px 28px 28px;
  }
}

@media (max-width: 575px) {
  .cta_main .wrapper .content {
    padding: 20px 16px 24px 16px;
  }
}

.cta_main .wrapper .content .cta_heading {
  color: #190B0A;
}

.cta_main .wrapper .content .cta_desc {
  color: rgba(25, 11, 10, 0.65);
  margin: 20px 0 40px 0;
}

@media (max-width: 767px) {
  .cta_main .wrapper .content .cta_desc {
    font-size: 16px;
    line-height: 26px;
    margin: 16px 0 24px 0;
  }
}

@media (max-width: 575px) {
  .cta_main .wrapper .content .cta_desc {
    margin: 12px 0 16px 0;
  }
}

.cta_main .wrapper .content .action_otr {
  display: flex;
}

@media (max-width: 991px) {
  .cta_main .wrapper .content .action_otr {
    align-items: center;
    justify-content: center;
  }
}

.cta_main .wrapper .cta_img {
  position: absolute;
  top: 24px;
  right: 80px;
  height: calc(100% + 72px);
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom center;
     object-position: bottom center;
}

@media (max-width: 991px) {
  .cta_main .wrapper .cta_img {
    display: none;
  }
}

.home4_cta {
  margin-bottom: 128px;
}

@media (max-width: 991px) {
  .home4_cta {
    margin-bottom: 96px;
  }
}

@media (max-width: 767px) {
  .home4_cta {
    margin-bottom: 72px;
  }
}

@media (max-width: 575px) {
  .home4_cta {
    margin-bottom: 48px;
  }
}

/*=========================================
            Cta End Here
=========================================*/

/*=========================================
            Marquee Start Here
=========================================*/

.marquee_section {
  position: relative;
  padding: 96px 0;
  margin: 128px 0;
  overflow: hidden;
}

@media (max-width: 991px) {
  .marquee_section {
    margin: 96px 0;
    padding: 72px 0;
  }
}

@media (max-width: 767px) {
  .marquee_section {
    margin: 72px 0;
    padding: 48px 0;
  }
}

@media (max-width: 575px) {
  .marquee_section {
    margin: 48px 0;
  }
}

.marquee_section .bg_img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.marquee_section .marquee_main .marquee_ul {
  position: relative;
  display: flex;
  align-items: center;
  gap: 60px;
  left: -1500px;
}

@media (max-width: 767px) {
  .marquee_section .marquee_main .marquee_ul {
    gap: 40px;
  }
}

.marquee_section .marquee_main .marquee_li {
  display: flex;
  align-items: center;
  gap: 40px;
}

.marquee_section .marquee_main .marquee_li .marquee_img {
  height: 72px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

@media (max-width: 767px) {
  .marquee_section .marquee_main .marquee_li .marquee_img {
    height: 56px;
  }
}

.marquee_section .marquee_main .marquee_li h2 {
  color: #190B0A;
}

.marquee_section .marquee_main .marquee_li.red_text h2 {
  color: #E6605D;
}

.home4_marquee {
  margin: 0;
}

/*=========================================
            Marquee End Here
=========================================*/

/*=========================================
            Footer Start Here
=========================================*/

.footer_main {
  background-color: #190B0A;
  padding: 96px 0 24px 0;
}

@media (max-width: 991px) {
  .footer_main {
    padding: 72px 0 24px 0;
  }
}

@media (max-width: 767px) {
  .footer_main {
    padding: 48px 0 24px 0;
  }
}

.footer_main .news_main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  gap: 24px;
  padding: 40px 44px;
}

@media (max-width: 991px) {
  .footer_main .news_main {
    flex-direction: column;
    padding: 24px 16px 28px 16px;
  }
}

@media (max-width: 420px) {
  .footer_main .news_main {
    gap: 16px;
  }
}

.footer_main .news_main .content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}

@media (max-width: 991px) {
  .footer_main .news_main .content {
    text-align: center;
  }
}

.footer_main .news_main .content .news_heading {
  color: #ffffff;
}

.footer_main .news_main .content .news_desc {
  color: rgba(255, 255, 255, 0.5);
}

.footer_main .news_main .mail_main {
  display: flex;
  align-items: center;
  gap: 24px;
  flex: 1;
  margin: 0;
}

@media (max-width: 767px) {
  .footer_main .news_main .mail_main {
    width: 100%;
  }
}

@media (max-width: 420px) {
  .footer_main .news_main .mail_main {
    flex-direction: column;
  }
}

.footer_main .news_main .mail_main .input_otr {
  flex: 1;
  width: 100%;
}

.footer_main .news_main .mail_main .input_otr .email_input {
  width: 100%;
}

.footer_main .news_main .mail_main .action_otr {
  display: flex;
}

.footer_main .news_main .mail_main .action_otr .primary_btn {
  border: none;
  outline: none;
}

.footer_main .news_main .mail_main .action_otr .primary_btn:hover {
  background-color: #ffffff;
  color: #E6605D;
}

.footer_main .row_custom {
  padding: 96px 0;
  gap: 48px 0;
}

@media (max-width: 991px) {
  .footer_main .row_custom {
    padding: 72px 0;
  }
}

@media (max-width: 767px) {
  .footer_main .row_custom {
    gap: 24px 0;
    padding: 48px 0;
  }
}

.footer_main .row_custom .col_logo_inr {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-right: 32px;
}

@media (max-width: 767px) {
  .footer_main .row_custom .col_logo_inr {
    padding-right: 0;
  }
}

.footer_main .row_custom .col_logo_inr .logo_otr {
  display: flex;
}

.footer_main .row_custom .col_logo_inr .logo_img {
  height: 52px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
}

.footer_main .row_custom .col_logo_inr .desc {
  color: rgba(255, 255, 255, 0.5);
}

.footer_main .row_custom .col_menu_inr {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer_main .row_custom .col_menu_inr .menu_heading {
  color: #ffffff;
}

.footer_main .row_custom .col_menu_inr .menu_ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer_main .row_custom .col_menu_inr .menu_ul .menu_Linkk {
  color: rgba(255, 255, 255, 0.5);
  transition: 0.3s;
}

.footer_main .row_custom .col_menu_inr .menu_ul .menu_Linkk:hover {
  color: #E6605D;
}

.footer_main .row_custom .col_social_inr {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-right: 32px;
}

@media (max-width: 767px) {
  .footer_main .row_custom .col_social_inr {
    padding-right: 0;
  }
}

.footer_main .row_custom .col_social_inr .social_heading {
  color: #ffffff;
}

.footer_main .row_custom .col_social_inr .social_ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

.footer_main .row_custom .col_social_inr .social_ul .icon_otr {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.1);
  transition: 0.3s;
}

.footer_main .row_custom .col_social_inr .social_ul .icon_otr:hover {
  background-color: #E6605D;
}

.footer_main .row_custom .col_social_inr .social_ul .icon_otr:hover .icon {
  color: #ffffff;
}

.footer_main .row_custom .col_social_inr .social_ul .icon_otr .icon {
  font-size: 28px;
  line-height: 28px;
  color: #E6605D;
  transition: 0.3s;
}

.footer_main .row_custom .col_info_inr {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer_main .row_custom .col_info_inr .info_heading {
  color: #ffffff;
}

.footer_main .row_custom .col_info_inr .info_ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer_main .row_custom .col_info_inr .info_ul .info_linkk {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer_main .row_custom .col_info_inr .info_ul .info_linkk:hover .info_text {
  color: #E6605D;
}

.footer_main .row_custom .col_info_inr .info_ul .info_icon {
  font-size: 32px;
  line-height: 32px;
  color: #E6605D;
}

.footer_main .row_custom .col_info_inr .info_ul .info_text {
  color: rgba(255, 255, 255, 0.5);
  transition: 0.3s;
}

.footer_main .copyright_otr {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 16px;
  text-align: center;
}

.footer_main .copyright_otr .copyright_text {
  color: rgba(255, 255, 255, 0.5);
}

.footer_main .copyright_otr .copyright_text .text_inr {
  color: #ffffff;
  display: inline;
  transition: 0.3s;
}

.footer_main .copyright_otr .copyright_text .text_inr:hover {
  color: #E6605D;
}

/*=========================================
            Footer End Here
=========================================*/

/*========================================
        Banner Section Start Here        
========================================*/

.banner-main-2 {
  position: relative;
  overflow: hidden;
}

.banner-main-2 .banner-shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
  z-index: 1;
}

.banner-main-2 .shape1 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

@media (max-width: 991px) {
  .banner-main-2 .shape1 {
    display: none;
  }
}

.banner-main-2 .shape2 {
  position: absolute;
  left: 52%;
  top: 140px;
  z-index: 1;
  -webkit-animation: Infinite-rotate 8s infinite linear;
          animation: Infinite-rotate 8s infinite linear;
}

@keyframes Infinite-rotate {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

@media (max-width: 991px) {
  .banner-main-2 .shape2 {
    display: none;
  }
}

.banner-main-2 .shape3 {
  position: absolute;
  left: 50px;
  top: 70px;
  z-index: 1;
  -webkit-animation: Infinite-rotate 20s infinite linear;
          animation: Infinite-rotate 20s infinite linear;
}

@keyframes Infinite-rotate {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

@media (max-width: 991px) {
  .banner-main-2 .shape3 {
    display: none;
  }
}

.banner-main-2 .shape4 {
  position: absolute;
  left: 45%;
  bottom: 160px;
  z-index: 1;
  -webkit-animation: Infinite-rotate 5s infinite linear;
          animation: Infinite-rotate 5s infinite linear;
}

@keyframes Infinite-rotate {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

@media (max-width: 991px) {
  .banner-main-2 .shape4 {
    display: none;
  }
}

.banner-main-2 .shape5 {
  position: absolute;
  left: 100px;
  bottom: 100px;
  z-index: 1;
  -webkit-animation: Infinite-rotate 15s infinite linear;
          animation: Infinite-rotate 15s infinite linear;
}

@keyframes Infinite-rotate {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

@media (max-width: 991px) {
  .banner-main-2 .shape5 {
    display: none;
  }
}

.banner-main-2 .row {
  gap: 48px 0;
  padding: 112px 0 128px 0;
  align-items: center;
  position: relative;
  z-index: 3;
}

@media (max-width: 991px) {
  .banner-main-2 .row {
    padding: 96px 0;
  }
}

@media (max-width: 767px) {
  .banner-main-2 .row {
    padding: 72px 0 96px 0;
  }
}

@media (max-width: 575px) {
  .banner-main-2 .row {
    padding: 48px 0 72px 0;
  }
}

.banner-main-2 .col-content-inr {
  position: relative;
  padding-right: 50px;
}

@media (max-width: 991px) {
  .banner-main-2 .col-content-inr {
    padding-right: 0;
  }
}

.banner-main-2 .col-content-inr h1 {
  color: #190B0A;
}

.banner-main-2 .col-content-inr p {
  color: rgba(25, 11, 10, 0.65);
  margin: 20px 0 36px 0;
}

@media (max-width: 767px) {
  .banner-main-2 .col-content-inr p {
    font-size: 16px;
    line-height: 26px;
    margin: 12px 0 16px 0;
  }
}

.banner-main-2 .col-content-inr .action {
  display: flex;
  align-items: center;
  gap: 12px 24px;
}

@media (max-width: 420px) {
  .banner-main-2 .col-content-inr .action {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
}

.banner-main-2 .col-content-inr .action .play_video-main {
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: 16px;
}

.banner-main-2 .col-content-inr .action .play_video-main .play-icon-otr {
  width: 52px;
  height: 52px;
  border-radius: 100%;
  position: relative;
  border: 2px solid #E6605D;
}

.banner-main-2 .col-content-inr .action .play_video-main .play-icon-otr::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  border-radius: 50%;
  border: 1px solid #E6605D;
  -webkit-animation: home3pulse1 1.5s linear infinite;
          animation: home3pulse1 1.5s linear infinite;
}

.banner-main-2 .col-content-inr .action .play_video-main .play-icon-otr:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  border-radius: 50%;
  border: 1px solid #E6605D;
  -webkit-animation: home3pulse1 1.5s linear 0.8s infinite;
          animation: home3pulse1 1.5s linear 0.8s infinite;
}

.banner-main-2 .col-content-inr .action .play_video-main .play-icon-otr .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #E6605D;
  font-size: 24px;
}

.banner-main-2 .col-content-inr .action .play_video-main .watch_text {
  font-size: 20px;
  line-height: 32px;
  font-family: "Kodchasan-Bold";
  color: #E6605D;
}

.banner-main-2 .col-img-inr {
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-main-2 .col-img-inr img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

@-webkit-keyframes home3pulse1 {
  0% {
    transform: scale(1);
    opacity: 0;
  }

  50% {
    transform: scale(1.2);
    opacity: 1;
  }

  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}

@keyframes home3pulse1 {
  0% {
    transform: scale(1);
    opacity: 0;
  }

  50% {
    transform: scale(1.2);
    opacity: 1;
  }

  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}

/*========================================
        Banner Section End Here        
========================================*/

/*=========================================
            Hero Start Here
=========================================*/

.hero_section3 {
  padding: 0;
  background-color: #FFCFF4;
  overflow: hidden;
}

.hero_section3 .row_custom {
  align-items: initial;
}

.hero_section3 .row_custom .col_content_inr {
  padding: 160px 0 190px 0;
}

@media (max-width: 991px) {
  .hero_section3 .row_custom .col_content_inr {
    padding: 96px 0 0 0;
  }
}

@media (max-width: 767px) {
  .hero_section3 .row_custom .col_content_inr {
    padding: 72px 0 0 0;
  }
}

@media (max-width: 575px) {
  .hero_section3 .row_custom .col_content_inr {
    padding: 48px 0 0 0;
  }
}

.hero_section3 .row_custom .col_content_inr .img_shape {
  top: 60px;
  right: -20px;
}

@media (max-width: 991px) {
  .hero_section3 .row_custom .col_content_inr .img_shape {
    display: none;
  }
}

.hero_section3 .row_custom .col_img_inr {
  height: 100%;
  padding-top: 72px;
}

@media (max-width: 991px) {
  .hero_section3 .row_custom .col_img_inr {
    padding-top: 0;
  }
}

.hero_section3 .row_custom .col_img_inr .baby_img {
  position: absolute;
  left: -30px;
  top: 50px;
  width: auto;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  z-index: 12;
  -webkit-animation: simple-rotate 5s 1s linear infinite alternate;
          animation: simple-rotate 5s 1s linear infinite alternate;
}

@media (max-width: 991px) {
  .hero_section3 .row_custom .col_img_inr .baby_img {
    display: none;
  }
}

.hero_section3 .row_custom .col_img_inr .img_shape {
  bottom: 30px;
  -webkit-animation: simple-move 5s 1s linear infinite alternate;
          animation: simple-move 5s 1s linear infinite alternate;
}

@media (max-width: 991px) {
  .hero_section3 .row_custom .col_img_inr .img_shape {
    display: none;
  }
}

.hero_section3 .row_custom .col_img_inr .img {
  height: 100%;
  border-radius: 40px 40px 0 0 !important;
}

@media (max-width: 991px) {
  .hero_section3 .row_custom .col_img_inr .img {
    height: 550px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top center;
       object-position: top center;
  }
}

@media (max-width: 575px) {
  .hero_section3 .row_custom .col_img_inr .img {
    height: 450px;
    border-radius: 24px 24px 0 0 !important;
  }
}

.hero_section3 .row_custom .col_img_inr .img_shape2 {
  top: 40px;
}

@media (max-width: 991px) {
  .hero_section3 .row_custom .col_img_inr .img_shape2 {
    display: none;
  }
}

/*=========================================
            Hero End Here
=========================================*/

/*=========================================
            Hero/Header Start Here
=========================================*/

.hero_header {
  position: relative;
  background-color: #FFCFF4;
  overflow: hidden;
}

.hero_header .bg_shape1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom center;
     object-position: bottom center;
}

@media (max-width: 991px) {
  .hero_header .bg_shape1 {
    height: 80px;
  }
}

.hero_header .bg_shape2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 14px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  z-index: 20;
}

.hero_header .header_main {
  position: relative;
  background-color: transparent;
  z-index: 999;
}

.hero_header .hero_section4 {
  position: relative;
  padding: 128px 0 240px 0;
  background-color: transparent;
  overflow: hidden;
  z-index: 10;
}

@media (max-width: 1199px) {
  .hero_header .hero_section4 {
    padding: 112px 0 128px 0;
  }
}

@media (max-width: 991px) {
  .hero_header .hero_section4 {
    padding: 96px 0 112px 0;
  }
}

@media (max-width: 767px) {
  .hero_header .hero_section4 {
    padding: 72px 0 96px 0;
  }
}

@media (max-width: 575px) {
  .hero_header .hero_section4 {
    padding: 48px 0 56px 0;
  }
}

.hero_header .hero_section4 .shape {
  position: absolute;
  width: 70px;
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  z-index: 2;
}

@media (max-width: 991px) {
  .hero_header .hero_section4 .shape {
    display: none;
  }
}

.hero_header .hero_section4 .shape.shape1 {
  top: 100px;
  left: 200px;
  -webkit-animation: simple-rotate 7s 1s linear infinite alternate;
          animation: simple-rotate 7s 1s linear infinite alternate;
}

.hero_header .hero_section4 .shape.shape2 {
  top: 70px;
  right: 200px;
  -webkit-animation: simple-rotate 7s 1s linear infinite alternate;
          animation: simple-rotate 7s 1s linear infinite alternate;
}

.hero_header .hero_section4 .row_custom {
  position: relative;
  justify-content: center;
  z-index: 10;
}

.hero_header .hero_section4 .row_custom .col_content_inr {
  text-align: center;
}

.hero_header .hero_section4 .row_custom .col_content_inr .heading {
  color: #190B0A;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hero_header .hero_section4 .row_custom .col_content_inr .heading br {
    display: none;
  }
}

.hero_header .hero_section4 .row_custom .col_content_inr .desc {
  color: rgba(25, 11, 10, 0.65);
  margin: 20px 0 40px 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hero_header .hero_section4 .row_custom .col_content_inr .desc br {
    display: none;
  }
}

@media (max-width: 991px) {
  .hero_header .hero_section4 .row_custom .col_content_inr .desc {
    font-size: 16px;
    line-height: 26px;
    margin: 12px 0 24px 0;
  }
}

.hero_header .hero_section4 .row_custom .col_content_inr .action_otr {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

@media (max-width: 420px) {
  .hero_header .hero_section4 .row_custom .col_content_inr .action_otr {
    flex-direction: column;
  }
}

.hero_header .hero_section4 .row_custom .col_content_inr .action_otr .play_video-main {
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: 16px;
}

.hero_header .hero_section4 .row_custom .col_content_inr .action_otr .play_video-main .play-icon-otr {
  width: 52px;
  height: 52px;
  border-radius: 100%;
  position: relative;
  border: 2px solid #E6605D;
}

.hero_header .hero_section4 .row_custom .col_content_inr .action_otr .play_video-main .play-icon-otr::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  border-radius: 50%;
  border: 1px solid #E6605D;
  -webkit-animation: home3pulse1 1.5s linear infinite;
          animation: home3pulse1 1.5s linear infinite;
}

.hero_header .hero_section4 .row_custom .col_content_inr .action_otr .play_video-main .play-icon-otr:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  border-radius: 50%;
  border: 1px solid #E6605D;
  -webkit-animation: home3pulse1 1.5s linear 0.8s infinite;
          animation: home3pulse1 1.5s linear 0.8s infinite;
}

.hero_header .hero_section4 .row_custom .col_content_inr .action_otr .play_video-main .play-icon-otr .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #E6605D;
  font-size: 24px;
}

.hero_header .hero_section4 .row_custom .col_content_inr .action_otr .play_video-main .watch_text {
  font-size: 20px;
  line-height: 32px;
  font-family: "Kodchasan-Bold";
  color: #E6605D;
}

.hero_header .hero_section4 .img_otr {
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

@media (max-width: 1199px) {
  .hero_header .hero_section4 .img_otr {
    display: none;
  }
}

@-webkit-keyframes opacity-rotate {
  50% {
    opacity: 0;
    visibility: hidden;
  }

  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotate(360deg) translate(50px, 0);
  }
}

@keyframes opacity-rotate {
  50% {
    opacity: 0;
    visibility: hidden;
  }

  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotate(360deg) translate(50px, 0);
  }
}

/*=========================================
            Hero/Header Start Here
=========================================*/

/*=========================================
            About Start Here
=========================================*/

.about_section2 {
  padding: 128px 0;
  overflow: hidden;
}

@media (max-width: 991px) {
  .about_section2 {
    padding: 96px 0;
  }
}

@media (max-width: 767px) {
  .about_section2 {
    padding: 72px 0;
  }
}

@media (max-width: 575px) {
  .about_section2 {
    padding: 48px 0;
  }
}

.about_section2 .row_custom {
  align-items: center;
  gap: 48px 0;
}

.about_section2 .row_custom .col_content_inr .about_heading {
  color: #190B0A;
}

.about_section2 .row_custom .col_content_inr .desc {
  color: rgba(25, 11, 10, 0.65);
}

@media (max-width: 575px) {
  .about_section2 .row_custom .col_content_inr .desc {
    font-size: 16px;
    line-height: 26px;
  }
}

.about_section2 .row_custom .col_content_inr .desc.desc1 {
  margin: 16px 0 10px 0;
}

.about_section2 .row_custom .col_content_inr .desc.desc3 {
  margin: 10px 0 40px 0;
}

@media (max-width: 767px) {
  .about_section2 .row_custom .col_content_inr .desc.desc3 {
    margin: 10px 0 24px 0;
  }
}

.about_section2 .row_custom .col_content_inr .contact_otr {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.about_section2 .row_custom .col_content_inr .contact_otr .contact_inr {
  display: flex;
  align-items: center;
  gap: 16px;
}

.about_section2 .row_custom .col_content_inr .contact_otr .contact_inr .icon_otr {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border-radius: 12px;
  background-color: rgba(25, 11, 10, 0.05);
}

@media (max-width: 767px) {
  .about_section2 .row_custom .col_content_inr .contact_otr .contact_inr .icon_otr {
    width: 52px;
    height: 52px;
  }
}

.about_section2 .row_custom .col_content_inr .contact_otr .contact_inr .icon_otr .icon {
  font-size: 40px;
  line-height: 40px;
  color: #E6605D;
}

@media (max-width: 767px) {
  .about_section2 .row_custom .col_content_inr .contact_otr .contact_inr .icon_otr .icon {
    font-size: 28px;
    line-height: 28px;
  }
}

.about_section2 .row_custom .col_content_inr .contact_otr .contact_inr .contact_text {
  color: #190B0A;
}

@media (max-width: 767px) {
  .about_section2 .row_custom .col_content_inr .contact_otr .contact_inr .contact_text {
    font-size: 16px;
    line-height: 26px;
  }
}

.about_section2 .row_custom .col_img_inr .about_img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 24px;
  box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.08);
}

/*=========================================
            About End Here
=========================================*/

/*=========================================
            Statistics Start Here
=========================================*/

.statistics_section2 .row_custom {
  position: relative;
  z-index: 10;
  gap: 24px 0;
}

.statistics_section2 .row_custom .col_card_otr:nth-child(1) .col_card_inr {
  background-color: #FFE1C6;
}

.statistics_section2 .row_custom .col_card_otr:nth-child(2) .col_card_inr {
  background-color: #FFD3D1;
}

.statistics_section2 .row_custom .col_card_otr:nth-child(3) .col_card_inr {
  background-color: #FBEEDB;
}

.statistics_section2 .row_custom .col_card_otr:nth-child(4) .col_card_inr {
  background-color: #FFCFF4;
}

.statistics_section2 .row_custom .col_card_inr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 45px 24px;
  box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  text-align: center;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .statistics_section2 .row_custom .col_card_inr {
    padding: 32px 16px;
  }
}

@media (max-width: 575px) {
  .statistics_section2 .row_custom .col_card_inr {
    border-radius: 16px;
    padding: 16px 24px;
    gap: 8px;
  }
}

.statistics_section2 .row_custom .col_card_inr .card_heading {
  color: #E6605D;
}

@media (max-width: 575px) {
  .statistics_section2 .row_custom .col_card_inr .card_heading {
    font-size: 24px;
    line-height: 32px;
  }
}

.statistics_section2 .row_custom .col_card_inr .card_desc {
  color: #190B0A;
}

@media (max-width: 575px) {
  .statistics_section2 .row_custom .col_card_inr .card_desc {
    font-size: 16px;
    line-height: 26px;
  }
}

/*=========================================
            Statistics End Here
=========================================*/

/*=========================================
            Team Start Here
=========================================*/

.team_section2 {
  position: relative;
  margin: 128px 0;
}

@media (max-width: 991px) {
  .team_section2 {
    margin: 96px 0;
  }
}

@media (max-width: 767px) {
  .team_section2 {
    margin: 72px 0;
  }
}

@media (max-width: 575px) {
  .team_section2 {
    margin: 48px 0;
  }
}

.team_section2 .shape {
  position: absolute;
  width: 70px;
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

@media (max-width: 991px) {
  .team_section2 .shape {
    display: none;
  }
}

.team_section2 .shape.shape1 {
  left: 100px;
  -webkit-animation: section-animation 10s 1s linear infinite alternate;
          animation: section-animation 10s 1s linear infinite alternate;
}

.team_section2 .shape.shape2 {
  top: 20px;
  right: 100px;
  -webkit-animation: simple-rotate 10s 1s linear infinite alternate;
          animation: simple-rotate 10s 1s linear infinite alternate;
}

.team_section2 .wrapper {
  margin-bottom: 48px;
}

@media (max-width: 575px) {
  .team_section2 .wrapper {
    margin-bottom: 32px;
  }
}

.team_section2 .row_cards {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 24px;
}

.team_section2 .row_cards .row_card {
  padding: 16px;
  border-radius: 24px;
  gap: 16px 0;
  width: 100%;
  background-image: linear-gradient(90deg, transparent 50%, transparent 50%), linear-gradient(90deg, transparent 50%, transparent 50%), linear-gradient(0deg, transparent 50%, transparent 50%), linear-gradient(0deg, transparent 50%, transparent 50%);
  background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
  background-size: 15px 1px, 15px 1px, 1px 15px, 1px 15px;
  background-position: left top, right bottom, left bottom, right top;
  -webkit-animation: border-dance 0.7s infinite linear;
          animation: border-dance 0.7s infinite linear;
  box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}

.team_section2 .row_cards .row_card:hover {
  box-shadow: none;
  border-radius: 0;
  background-image: linear-gradient(90deg, #E6605D 50%, transparent 50%), linear-gradient(90deg, #E6605D 50%, transparent 50%), linear-gradient(0deg, #E6605D 50%, transparent 50%), linear-gradient(0deg, #E6605D 50%, transparent 50%);
}

.team_section2 .row_cards .row_card:nth-child(1) .col_content_inr {
  background-color: #FFE1C6;
}

.team_section2 .row_cards .row_card:nth-child(2) {
  flex-direction: row-reverse;
}

.team_section2 .row_cards .row_card:nth-child(2) .col_content_otr {
  padding-right: 8px;
  padding-left: 0;
}

.team_section2 .row_cards .row_card:nth-child(2) .col_img_otr {
  padding-right: 0;
  padding-left: 8px;
}

.team_section2 .row_cards .row_card:nth-child(2) .col_content_inr {
  background-color: #FFD3D1;
}

.team_section2 .row_cards .row_card:nth-child(3) .col_content_inr {
  background-color: #FBEEDB;
}

.team_section2 .row_cards .row_card:nth-child(4) {
  flex-direction: row-reverse;
}

.team_section2 .row_cards .row_card:nth-child(4) .col_content_otr {
  padding-right: 8px;
  padding-left: 0;
}

.team_section2 .row_cards .row_card:nth-child(4) .col_img_otr {
  padding-right: 0;
  padding-left: 8px;
}

.team_section2 .row_cards .row_card:nth-child(4) .col_content_inr {
  background-color: #FFCFF4;
}

.team_section2 .row_cards .row_card .col_img_otr {
  padding-left: 0;
  padding-right: 8px;
}

.team_section2 .row_cards .row_card .col_img_otr .card_img {
  width: 100%;
  height: 222px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  border-radius: 16px;
}

.team_section2 .row_cards .row_card .col_content_otr {
  padding-left: 8px;
  padding-right: 0;
}

.team_section2 .row_cards .row_card .col_content_otr .col_content_inr {
  display: flex;
  align-items: center;
  gap: 72px;
  padding: 24px;
  border-radius: 16px;
}

@media (max-width: 767px) {
  .team_section2 .row_cards .row_card .col_content_otr .col_content_inr {
    gap: 20px;
    padding: 12px 16px;
  }
}

@media (max-width: 420px) {
  .team_section2 .row_cards .row_card .col_content_otr .col_content_inr {
    flex-direction: column;
    align-items: flex-start;
  }
}

.team_section2 .row_cards .row_card .col_content_otr .col_content_inr .content .card_heading {
  display: inline-flex;
  color: #190B0A;
  transition: 0.3s;
}

.team_section2 .row_cards .row_card .col_content_otr .col_content_inr .content .card_heading:hover {
  color: #E6605D;
}

.team_section2 .row_cards .row_card .col_content_otr .col_content_inr .content .user_desegnation {
  color: #190B0A;
  margin: 6px 0 12px 0;
  opacity: 75%;
}

@media (max-width: 767px) {
  .team_section2 .row_cards .row_card .col_content_otr .col_content_inr .content .user_desegnation {
    margin: 4px 0 6px 0;
  }
}

.team_section2 .row_cards .row_card .col_content_otr .col_content_inr .content .card_desc {
  color: rgba(25, 11, 10, 0.65);
  height: 104px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

@media (max-width: 767px) {
  .team_section2 .row_cards .row_card .col_content_otr .col_content_inr .content .card_desc {
    height: auto;
  }
}

.team_section2 .row_cards .row_card .col_content_otr .col_content_inr .social_ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

@media (max-width: 420px) {
  .team_section2 .row_cards .row_card .col_content_otr .col_content_inr .social_ul {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.team_section2 .row_cards .row_card .col_content_otr .col_content_inr .social_ul .icon_otr {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background-color: #E6605D;
  transition: 0.3s;
}

.team_section2 .row_cards .row_card .col_content_otr .col_content_inr .social_ul .icon_otr:hover {
  background-color: #190B0A;
}

.team_section2 .row_cards .row_card .col_content_otr .col_content_inr .social_ul .icon_otr .icon {
  font-size: 24px;
  line-height: 24px;
  color: #ffffff;
}

@media (max-width: 767px) {
  .team_section2 .row_cards .row_card .col-sm-12 {
    padding: 0 !important;
  }
}

/*=========================================
            Team End Here
=========================================*/

/*=========================================
            Hero/Header Start Here
=========================================*/

.hero_header2 {
  position: relative;
  overflow: hidden;
}

.hero_header2 .header_main {
  position: absolute;
  background-color: transparent;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

.hero_header2 .hero_section5 {
  position: relative;
  background-color: transparent;
}

.hero_header2 .hero_section5::after {
  content: "";
  position: absolute;
  right: -100px;
  top: -150px;
  width: 300px;
  height: 300px;
  border-radius: 100%;
  border: 4px dashed #E6605D;
  -webkit-animation: simple-rotate 25s 1s linear infinite alternate;
          animation: simple-rotate 25s 1s linear infinite alternate;
  z-index: 3;
}

@media (max-width: 991px) {
  .hero_header2 .hero_section5::after {
    display: none;
  }
}

.hero_header2 .hero_section5 .shape {
  position: absolute;
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  z-index: 2;
}

@media (max-width: 991px) {
  .hero_header2 .hero_section5 .shape {
    display: none;
  }
}

.hero_header2 .hero_section5 .shape.shape1 {
  left: 100px;
  top: 120px;
  -webkit-animation: simple-move 3s 3s linear infinite alternate;
          animation: simple-move 3s 3s linear infinite alternate;
}

.hero_header2 .hero_section5 .shape.shape2 {
  left: 50%;
  top: 120px;
  -webkit-animation: opacity-animation 4s 2s linear infinite alternate;
          animation: opacity-animation 4s 2s linear infinite alternate;
}

.hero_header2 .hero_section5 .shape.shape3 {
  left: 200px;
  bottom: 100px;
  -webkit-animation: rotate-move 7s 1s linear infinite alternate;
          animation: rotate-move 7s 1s linear infinite alternate;
}

.hero_header2 .hero_section5 .swiper-wrapper {
  height: auto;
}

.hero_header2 .hero_section5 .swiper-slide {
  position: relative;
  padding: 230px 0;
}

@media (max-width: 991px) {
  .hero_header2 .hero_section5 .swiper-slide {
    padding: 128px 0 96px 0;
  }
}

@media (max-width: 575px) {
  .hero_header2 .hero_section5 .swiper-slide {
    padding: 96px 0 48px 0;
  }
}

.hero_header2 .hero_section5 .swiper-slide.hero_slide1 {
  background-color: #FFD3D1;
}

.hero_header2 .hero_section5 .swiper-slide.hero_slide2 {
  background-color: #FFE1C6;
}

.hero_header2 .hero_section5 .swiper-slide.hero_slide3 {
  background-color: #FBEEDB;
}

.hero_header2 .hero_section5 .swiper-slide .row_custom {
  position: relative;
  width: calc(100% - 24px);
  z-index: 10;
  margin: 0;
}

.hero_header2 .hero_section5 .swiper-slide .row_custom .col_content_otr {
  padding: 0;
}

.hero_header2 .hero_section5 .swiper-slide .row_custom .col_content_inr .heading {
  color: #190B0A;
  position: relative;
  transform: translateX(-100%);
  opacity: 0;
  visibility: hidden;
  transition: 0.9s;
  transition-delay: 0.2s;
}

@media (max-width: 1400px) {
  .hero_header2 .hero_section5 .swiper-slide .row_custom .col_content_inr .heading br {
    display: none;
  }
}

.hero_header2 .hero_section5 .swiper-slide .row_custom .col_content_inr .desc {
  color: rgba(25, 11, 10, 0.65);
  margin: 20px 0 40px 0;
  position: relative;
  transform: translateX(-100%);
  opacity: 0;
  visibility: hidden;
  transition: 0.9s;
  transition-delay: 0.3s;
}

@media (max-width: 1400px) {
  .hero_header2 .hero_section5 .swiper-slide .row_custom .col_content_inr .desc br {
    display: none;
  }
}

@media (max-width: 991px) {
  .hero_header2 .hero_section5 .swiper-slide .row_custom .col_content_inr .desc {
    font-size: 16px;
    line-height: 26px;
    margin: 12px 0 24px 0;
  }
}

.hero_header2 .hero_section5 .swiper-slide .row_custom .col_content_inr .action_otr {
  display: flex;
  align-items: center;
  gap: 24px;
  position: relative;
  transform: translateX(-100%);
  opacity: 0;
  visibility: hidden;
  transition: 0.9s;
  transition-delay: 0.4s;
}

@media (max-width: 420px) {
  .hero_header2 .hero_section5 .swiper-slide .row_custom .col_content_inr .action_otr {
    flex-direction: column;
    align-items: flex-start;
  }
}

.hero_header2 .hero_section5 .swiper-slide .row_custom .col_content_inr .action_otr .play_video-main {
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: 16px;
}

.hero_header2 .hero_section5 .swiper-slide .row_custom .col_content_inr .action_otr .play_video-main .play-icon-otr {
  width: 52px;
  height: 52px;
  border-radius: 100%;
  position: relative;
  border: 2px solid #E6605D;
}

.hero_header2 .hero_section5 .swiper-slide .row_custom .col_content_inr .action_otr .play_video-main .play-icon-otr::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  border-radius: 50%;
  border: 1px solid #E6605D;
  -webkit-animation: home3pulse1 1.5s linear infinite;
          animation: home3pulse1 1.5s linear infinite;
}

.hero_header2 .hero_section5 .swiper-slide .row_custom .col_content_inr .action_otr .play_video-main .play-icon-otr:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  border-radius: 50%;
  border: 1px solid #E6605D;
  -webkit-animation: home3pulse1 1.5s linear 0.8s infinite;
          animation: home3pulse1 1.5s linear 0.8s infinite;
}

.hero_header2 .hero_section5 .swiper-slide .row_custom .col_content_inr .action_otr .play_video-main .play-icon-otr .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #E6605D;
  font-size: 24px;
}

.hero_header2 .hero_section5 .swiper-slide .row_custom .col_content_inr .action_otr .play_video-main .watch_text {
  font-size: 20px;
  line-height: 32px;
  font-family: "Kodchasan-Bold";
  color: #E6605D;
}

.hero_header2 .hero_section5 .swiper-slide .hero_img {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right bottom;
     object-position: right bottom;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hero_header2 .hero_section5 .swiper-slide .hero_img {
    height: 80%;
    top: auto;
    bottom: 0;
  }
}

@media (max-width: 991px) {
  .hero_header2 .hero_section5 .swiper-slide .hero_img {
    display: none;
  }
}

.hero_header2 .hero_section5 .swiper-slide-active .row_custom .col_content_inr .heading {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.hero_header2 .hero_section5 .swiper-slide-active .row_custom .col_content_inr .desc {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.hero_header2 .hero_section5 .swiper-slide-active .row_custom .col_content_inr .action_otr {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

@-webkit-keyframes opacity-animation {
  50% {
    opacity: 0;
    visibility: hidden;
  }

  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(50px, 0);
  }
}

@keyframes opacity-animation {
  50% {
    opacity: 0;
    visibility: hidden;
  }

  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(50px, 0);
  }
}

@-webkit-keyframes rotate-move {
  100% {
    -webkit-transform: rotate(360deg) translate(50px, 0);
  }
}

@keyframes rotate-move {
  100% {
    -webkit-transform: rotate(360deg) translate(50px, 0);
  }
}

/*=========================================
            Hero/Header Start Here
=========================================*/

/*=========================================
            Hero Start Here
=========================================*/

.hero_section6 {
  position: relative;
  padding: 140px 0 180px 0;
  overflow: hidden;
}

@media (max-width: 991px) {
  .hero_section6 {
    padding: 112px 0 128px 0;
  }
}

@media (max-width: 767px) {
  .hero_section6 {
    padding: 72px 0 96px 0;
  }
}

@media (max-width: 575px) {
  .hero_section6 {
    padding: 48px 0 72px 0;
  }
}

.hero_section6::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFD3D1;
  opacity: 90%;
}

.hero_section6 .video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero_section6 .cloud_shape {
  position: absolute;
  width: 400px;
  height: auto;
  bottom: 0;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom center;
     object-position: bottom center;
  opacity: 70%;
  z-index: 2;
}

@media (max-width: 991px) {
  .hero_section6 .cloud_shape {
    display: none;
  }
}

.hero_section6 .cloud_shape.cloud_shape1 {
  left: 50px;
  -webkit-animation: simple-move 3s 3s linear infinite alternate;
          animation: simple-move 3s 3s linear infinite alternate;
}

.hero_section6 .cloud_shape.cloud_shape2 {
  right: 100px;
  -webkit-animation: simple-move 3s 5s linear infinite alternate;
          animation: simple-move 3s 5s linear infinite alternate;
}

.hero_section6 .shape {
  position: absolute;
  width: 70px;
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  opacity: 80%;
  z-index: 2;
}

@media (max-width: 991px) {
  .hero_section6 .shape {
    display: none;
  }
}

.hero_section6 .shape.shape1 {
  right: 100px;
  top: 100px;
  -webkit-animation: simple-move 5s 5s linear infinite alternate;
          animation: simple-move 5s 5s linear infinite alternate;
}

.hero_section6 .shape.shape2 {
  left: 100px;
  top: 100px;
  -webkit-animation: simple-rotate 7s 7s linear infinite alternate;
          animation: simple-rotate 7s 7s linear infinite alternate;
}

.hero_section6 .container {
  position: relative;
  z-index: 20;
}

.hero_section6 .row_custom {
  position: relative;
  justify-content: center;
  z-index: 10;
}

.hero_section6 .row_custom .col_content_inr {
  text-align: center;
}

.hero_section6 .row_custom .col_content_inr .heading {
  color: #190B0A;
}

.hero_section6 .row_custom .col_content_inr .desc {
  color: rgba(25, 11, 10, 0.65);
  margin: 20px 0 40px 0;
}

@media (max-width: 767px) {
  .hero_section6 .row_custom .col_content_inr .desc {
    margin: 12px 0 24px 0;
    font-size: 16px;
    line-height: 26px;
  }
}

.hero_section6 .row_custom .col_content_inr .action_otr {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

@media (max-width: 420px) {
  .hero_section6 .row_custom .col_content_inr .action_otr {
    flex-direction: column;
  }
}

.hero_section6 .row_custom .col_content_inr .action_otr .play_video-main {
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: 16px;
}

.hero_section6 .row_custom .col_content_inr .action_otr .play_video-main .play-icon-otr {
  width: 52px;
  height: 52px;
  border-radius: 100%;
  position: relative;
  border: 2px solid #E6605D;
}

.hero_section6 .row_custom .col_content_inr .action_otr .play_video-main .play-icon-otr::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  border-radius: 50%;
  border: 1px solid #E6605D;
  -webkit-animation: home3pulse1 1.5s linear infinite;
          animation: home3pulse1 1.5s linear infinite;
}

.hero_section6 .row_custom .col_content_inr .action_otr .play_video-main .play-icon-otr:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  border-radius: 50%;
  border: 1px solid #E6605D;
  -webkit-animation: home3pulse1 1.5s linear 0.8s infinite;
          animation: home3pulse1 1.5s linear 0.8s infinite;
}

.hero_section6 .row_custom .col_content_inr .action_otr .play_video-main .play-icon-otr .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #E6605D;
  font-size: 24px;
}

.hero_section6 .row_custom .col_content_inr .action_otr .play_video-main .watch_text {
  font-size: 20px;
  line-height: 32px;
  font-family: "Kodchasan-Bold";
  color: #E6605D;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-30px);
  }

  60% {
    transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-30px);
  }

  60% {
    transform: translateY(-15px);
  }
}

/*=========================================
            Hero Start Here
=========================================*/

/*=========================================
            Contact Start Here
=========================================*/

.contact_main {
  margin: 128px 0;
}

@media (max-width: 991px) {
  .contact_main {
    margin: 96px 0;
  }
}

@media (max-width: 767px) {
  .contact_main {
    margin: 72px 0;
  }
}

@media (max-width: 575px) {
  .contact_main {
    margin: 48px 0;
  }
}

.contact_main .wrapper {
  margin-bottom: 48px;
}

@media (max-width: 575px) {
  .contact_main .wrapper {
    margin-bottom: 32px;
  }
}

.contact_main .row_custom {
  gap: 48px 0;
}

.contact_main .row_custom .col_img_inr {
  padding-left: 32px;
  height: 100%;
}

@media (max-width: 991px) {
  .contact_main .row_custom .col_img_inr {
    padding-left: 0;
  }
}

.contact_main .row_custom .col_img_inr .contact_img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.08);
  border-radius: 24px;
}

.contact_main .row_custom .col_form_inr {
  display: flex;
  flex-direction: column;
  gap: 24px;
  background-color: #FFCFF4;
  border-radius: 24px;
  padding: 24px;
  margin: 0;
}

@media (max-width: 575px) {
  .contact_main .row_custom .col_form_inr {
    padding: 16px;
    border-radius: 16px;
  }
}

.contact_main .row_custom .col_form_inr .input_otr {
  width: 100%;
}

.contact_main .row_custom .col_form_inr .input_otr .form_input {
  width: 100%;
}

.contact_main .row_custom .col_form_inr .input_otr .text_area {
  width: 100%;
  height: 110px;
  resize: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.contact_main .row_custom .col_form_inr .action_otr {
  display: flex;
}

.contact_main .row_custom .col_form_inr .action_otr .form_btn {
  border: none;
  outline: none;
}

.contact_main .row_custom2 {
  margin-top: 96px;
  gap: 24px 0;
}

@media (max-width: 767px) {
  .contact_main .row_custom2 {
    margin: 72px 0;
  }
}

@media (max-width: 575px) {
  .contact_main .row_custom2 {
    margin: 48px 0;
  }
}

.contact_main .row_custom2 .col_info_inr {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 0 16px 20px 16px;
  transition: 0.3s;
}

.contact_main .row_custom2 .col_info_inr::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 40px);
  box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  background-image: linear-gradient(90deg, transparent 50%, transparent 50%), linear-gradient(90deg, transparent 50%, transparent 50%), linear-gradient(0deg, transparent 50%, transparent 50%), linear-gradient(0deg, transparent 50%, transparent 50%);
  background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
  background-size: 15px 1px, 15px 1px, 1px 15px, 1px 15px;
  background-position: left top, right bottom, left bottom, right top;
  -webkit-animation: border-dance 0.7s infinite linear;
          animation: border-dance 0.7s infinite linear;
  transition: 0.3s;
}

.contact_main .row_custom2 .col_info_inr:hover::after {
  box-shadow: none;
  border-radius: 0;
  background-image: linear-gradient(90deg, #E6605D 50%, transparent 50%), linear-gradient(90deg, #E6605D 50%, transparent 50%), linear-gradient(0deg, #E6605D 50%, transparent 50%), linear-gradient(0deg, #E6605D 50%, transparent 50%);
}

.contact_main .row_custom2 .col_info_inr:hover .icon_otr {
  background-color: #E6605D;
}

.contact_main .row_custom2 .col_info_inr:hover .icon_otr .icon {
  color: #ffffff;
}

.contact_main .row_custom2 .col_info_inr:hover .card_heading {
  color: #E6605D;
}

.contact_main .row_custom2 .col_info_inr .icon_otr {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background-color: #FFD3D1;
  z-index: 2;
  transition: 0.3s;
}

.contact_main .row_custom2 .col_info_inr .icon_otr .icon {
  font-size: 40px;
  line-height: 40px;
  color: #E6605D;
  transition: 0.3s;
}

.contact_main .row_custom2 .col_info_inr .card_heading {
  position: relative;
  color: #190B0A;
  margin: 14px 0 6px 0;
  z-index: 2;
  transition: 0.3s;
}

.contact_main .row_custom2 .col_info_inr .card_text {
  position: relative;
  color: rgba(25, 11, 10, 0.5);
  z-index: 2;
}

/*=========================================
            Contact End Here
=========================================*/

/*=========================================
            Blog Start Here
=========================================*/

.blog_section {
  margin: 128px 0;
}

@media (max-width: 991px) {
  .blog_section {
    margin: 96px 0;
  }
}

@media (max-width: 767px) {
  .blog_section {
    margin: 72px 0;
  }
}

@media (max-width: 575px) {
  .blog_section {
    margin: 48px 0;
  }
}

.blog_section .wrapper {
  margin-bottom: 48px;
}

@media (max-width: 767px) {
  .blog_section .wrapper {
    margin-bottom: 32px;
  }
}

.blog_section .row_custom {
  gap: 24px 0;
}

.blog_section .row_custom .col_card_inr {
  padding: 16px;
  border-radius: 20px;
  transition: 0.3s;
  background-image: linear-gradient(90deg, transparent 50%, transparent 50%), linear-gradient(90deg, transparent 50%, transparent 50%), linear-gradient(0deg, transparent 50%, transparent 50%), linear-gradient(0deg, transparent 50%, transparent 50%);
  background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
  background-size: 15px 1px, 15px 1px, 1px 15px, 1px 15px;
  background-position: left top, right bottom, left bottom, right top;
  -webkit-animation: border-dance 0.7s infinite linear;
          animation: border-dance 0.7s infinite linear;
  box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.08);
}

.blog_section .row_custom .col_card_inr:hover {
  box-shadow: none;
  border-radius: 0;
  background-image: linear-gradient(90deg, #E6605D 50%, transparent 50%), linear-gradient(90deg, #E6605D 50%, transparent 50%), linear-gradient(0deg, #E6605D 50%, transparent 50%), linear-gradient(0deg, #E6605D 50%, transparent 50%);
}

.blog_section .row_custom .col_card_inr .img_otr {
  display: flex;
  margin-bottom: 14px;
}

.blog_section .row_custom .col_card_inr .img_otr .card_img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 16px;
}

.blog_section .row_custom .col_card_inr .content .blog_heading {
  color: #190B0A;
  transition: 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.blog_section .row_custom .col_card_inr .content .blog_heading:hover {
  color: #E6605D;
}

.blog_section .row_custom .col_card_inr .content .card_desc {
  color: rgba(25, 11, 10, 0.5);
  margin: 8px 0 12px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.blog_section .row_custom .col_card_inr .content .read_more {
  color: #E6605D;
  transition: 0.3s;
}

.blog_section .row_custom .col_card_inr .content .read_more:hover {
  color: #190B0A;
}

.blog_section .action_otr {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 56px;
}

@media (max-width: 767px) {
  .blog_section .action_otr {
    margin-top: 48px;
  }
}

/*=========================================
            Blog End Here
=========================================*/

/*=========================================
        Blog Details Start Here
=========================================*/

.blogDetails_section {
  margin: 128px 0;
}

.blogDetails_section .tag_date {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}

.blogDetails_section .tag_date .tag_otr {
  background-color: #FFD3D1;
  padding: 6px 12px;
  border-radius: 8px;
}

.blogDetails_section .tag_date .tag_otr .tag_text {
  color: #E6605D;
}

.blogDetails_section .tag_date .date_text {
  color: rgba(25, 11, 10, 0.65);
}

.blogDetails_section .details_heading {
  color: #190B0A;
  width: 80%;
}

.blogDetails_section .profile_social {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  padding: 16px 20px;
  margin: 48px 0 60px 0;
}

.blogDetails_section .profile_social .profile_otr {
  display: flex;
  align-items: center;
  gap: 12px;
}

.blogDetails_section .profile_social .profile_otr:hover .user_text {
  color: #E6605D;
}

.blogDetails_section .profile_social .profile_otr .user_img {
  width: 56px;
  height: 56px;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.blogDetails_section .profile_social .profile_otr .user_text {
  color: #190B0A;
  transition: 0.3s;
}

.blogDetails_section .profile_social .social_ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

.blogDetails_section .profile_social .social_ul .icon_otr {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 8px;
  background-color: #FFD3D1;
  transition: 0.3s;
}

.blogDetails_section .profile_social .social_ul .icon_otr:hover {
  background-color: #E6605D;
}

.blogDetails_section .profile_social .social_ul .icon_otr:hover .icon {
  color: #ffffff;
}

.blogDetails_section .profile_social .social_ul .icon_otr .icon {
  font-size: 28px;
  line-height: 28px;
  color: #E6605D;
  transition: 0.3s;
}

.blogDetails_section .img_otr {
  display: flex;
}

.blogDetails_section .img_otr .details_img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  border-radius: 24px;
}

.blogDetails_section .details_content {
  margin: 60px 0 48px 0;
}

.blogDetails_section .details_content .desc {
  color: rgba(25, 11, 10, 0.65);
}

.blogDetails_section .details_content .desc:not(:last-child) {
  margin-bottom: 12px;
}

.blogDetails_section .row_custom .col_comments_inr .comment_heading {
  color: #190B0A;
  margin-bottom: 24px;
}

.blogDetails_section .row_custom .col_comments_inr .cards_otr {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.blogDetails_section .row_custom .col_comments_inr .cards_otr .card_inr {
  display: flex;
  gap: 20px;
  width: 100%;
  transition: 0.3s;
}

.blogDetails_section .row_custom .col_comments_inr .cards_otr .card_inr .img_otr {
  display: flex;
}

.blogDetails_section .row_custom .col_comments_inr .cards_otr .card_inr .img_otr .user_img {
  width: 72px;
  height: 72px;
  border-radius: 12px;
}

.blogDetails_section .row_custom .col_comments_inr .cards_otr .card_inr .content_otr {
  width: 100%;
  flex: 1;
  background-color: #F9F7FE;
  padding: 16px 20px;
  border-radius: 16px;
}

.blogDetails_section .row_custom .col_comments_inr .cards_otr .card_inr .date_name {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.blogDetails_section .row_custom .col_comments_inr .cards_otr .card_inr .date_name .user_name {
  color: #190B0A;
  transition: 0.3s;
}

.blogDetails_section .row_custom .col_comments_inr .cards_otr .card_inr .date_name .user_name:hover {
  color: #E6605D;
}

.blogDetails_section .row_custom .col_comments_inr .cards_otr .card_inr .date_name .date_text {
  color: rgba(25, 11, 10, 0.65);
}

.blogDetails_section .row_custom .col_comments_inr .cards_otr .card_inr .card_desc {
  color: rgba(25, 11, 10, 0.5);
  margin: 8px 0 16px 0;
}

.blogDetails_section .row_custom .col_comments_inr .cards_otr .card_inr .reply_otr {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.blogDetails_section .row_custom .col_comments_inr .cards_otr .card_inr .reply_otr .reply_btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  background-color: #FFD3D1;
  color: #E6605D;
}

.blogDetails_section .row_custom .col_comments_inr .cards_otr .card_inr .reply_otr .reply_btn:hover {
  background: #190B0A;
  color: #ffffff;
}

.blogDetails_section .row_custom .col_form_inr {
  background-color: #ffffff;
  box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.08);
  border-radius: 24px;
  padding: 24px 32px 32px 32px;
}

.blogDetails_section .row_custom .col_form_inr .comment_heading {
  color: #190B0A;
  margin-bottom: 24px;
}

.blogDetails_section .row_custom .col_form_inr .form_otr {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 0;
}

.blogDetails_section .row_custom .col_form_inr .form_otr .input_otr {
  width: 100%;
}

.blogDetails_section .row_custom .col_form_inr .form_otr .input_otr .form_input {
  width: 100%;
}

.blogDetails_section .row_custom .col_form_inr .form_otr .input_otr .text_area {
  width: 100%;
  height: 165px;
}

.blogDetails_section .row_custom .col_form_inr .form_otr .action_otr {
  display: flex;
}

.blogDetails_section .row_custom .col_form_inr .form_otr .action_otr .form_btn {
  border: none;
  outline: none;
}

/*=========================================
        Blog Details End Here
=========================================*/

/*=========================================
            Login Start Here
=========================================*/

.login_main {
  margin: 128px 0;
}

@media (max-width: 991px) {
  .login_main {
    margin: 96px 0;
  }
}

@media (max-width: 767px) {
  .login_main {
    margin: 72px 0;
  }
}

@media (max-width: 575px) {
  .login_main {
    margin: 48px 0;
  }
}

.login_main .row_custom {
  gap: 48px 0;
}

@media (max-width: 575px) {
  .login_main .row_custom {
    gap: 32px 0;
  }
}

.login_main .row_custom .col_form_inr {
  padding-right: 32px;
}

@media (max-width: 991px) {
  .login_main .row_custom .col_form_inr {
    padding-right: 0;
  }
}

.login_main .row_custom .col_form_inr .form_content .heading {
  color: #190B0A;
  margin-bottom: 16px;
}

@media (max-width: 767px) {
  .login_main .row_custom .col_form_inr .form_content .heading {
    margin-bottom: 8px;
  }
}

.login_main .row_custom .col_form_inr .form_content .desc {
  color: rgba(25, 11, 10, 0.65);
}

@media (max-width: 767px) {
  .login_main .row_custom .col_form_inr .form_content .desc {
    font-size: 16px;
    line-height: 26px;
  }
}

.login_main .row_custom .col_form_inr .other_login {
  display: flex;
  align-items: center;
  gap: 24px;
  margin: 20px 0 24px 0;
}

@media (max-width: 420px) {
  .login_main .row_custom .col_form_inr .other_login {
    flex-direction: column;
  }
}

.login_main .row_custom .col_form_inr .other_login .other_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  text-align: center;
  color: #E6605D;
  background-color: #FFD3D1;
  gap: 12px;
  padding: 16px 24px;
  border-radius: 16px;
  transition: 0.3s;
}

@media (max-width: 420px) {
  .login_main .row_custom .col_form_inr .other_login .other_btn {
    width: 100%;
  }
}

.login_main .row_custom .col_form_inr .other_login .other_btn:hover {
  background-color: #E6605D;
  color: #ffffff;
}

.login_main .row_custom .col_form_inr .other_login .other_btn .btn_icon {
  font-size: 24px;
  height: 22px;
}

.login_main .row_custom .col_form_inr .form_otr .input_otr.input_otr1 {
  margin-bottom: 24px;
}

.login_main .row_custom .col_form_inr .form_otr .input_otr .form_input {
  width: 100%;
}

.login_main .row_custom .col_form_inr .form_otr .forget_remember {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0;
}

.login_main .row_custom .col_form_inr .form_otr .forget_remember .theme_checkbox .form-check-label {
  color: rgba(25, 11, 10, 0.65);
}

.login_main .row_custom .col_form_inr .form_otr .forget_remember .theme_checkbox .form-check-label .linkk {
  display: inline;
  color: #190B0A;
  transition: 0.3s;
}

.login_main .row_custom .col_form_inr .form_otr .forget_remember .theme_checkbox .form-check-label .linkk:hover {
  color: #E6605D;
}

.login_main .row_custom .col_form_inr .form_otr .forget_remember .forget_text {
  color: #190B0A;
  transition: 0.3s;
}

.login_main .row_custom .col_form_inr .form_otr .forget_remember .forget_text:hover {
  color: #E6605D;
}

.login_main .row_custom .col_form_inr .form_otr .action_otr {
  display: flex;
  width: calc(50% - 12px);
}

.login_main .row_custom .col_form_inr .form_otr .action_otr .form_btn {
  width: 100%;
  border: none;
  outline: none;
}

.login_main .row_custom .col_form_inr .form_otr .register_text {
  margin-top: 16px;
  color: rgba(25, 11, 10, 0.65);
}

.login_main .row_custom .col_form_inr .form_otr .register_text .linkk_text {
  display: inline;
  color: #190B0A;
  transition: 0.3s;
}

.login_main .row_custom .col_form_inr .form_otr .register_text .linkk_text:hover {
  color: #E6605D;
}

.login_main .row_custom .col_img_inr {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFD3D1;
  height: 100%;
  padding: 40px;
  border-radius: 24px;
}

.login_main .row_custom .col_img_inr .login_img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

/*=========================================
            Login End Here
=========================================*/

/*=========================================
            Error Start Here
=========================================*/

.error_main {
  margin: 128px 0;
}

@media (max-width: 991px) {
  .error_main {
    margin: 96px 0;
  }
}

@media (max-width: 767px) {
  .error_main {
    margin: 72px 0;
  }
}

@media (max-width: 575px) {
  .error_main {
    margin: 48px 0;
  }
}

.error_main .wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 40px;
}

@media (max-width: 767px) {
  .error_main .wrapper {
    gap: 24px;
  }
}

.error_main .wrapper .error_img {
  width: 100%;
  height: 500px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

@media (max-width: 767px) {
  .error_main .wrapper .error_img {
    height: auto;
  }
}

/*=========================================
            Error End Here
=========================================*/

/*=========================================
            Faq Start Here
=========================================*/

.faq_main {
  margin: 128px 0;
}

@media (max-width: 991px) {
  .faq_main {
    margin: 96px 0;
  }
}

@media (max-width: 767px) {
  .faq_main {
    margin: 72px 0;
  }
}

@media (max-width: 575px) {
  .faq_main {
    margin: 48px 0;
  }
}

.faq_main .wrapper {
  margin-bottom: 48px;
}

@media (max-width: 767px) {
  .faq_main .wrapper {
    margin-bottom: 32px;
  }
}

.faq_main .row_custom {
  justify-content: center;
}

.faq_main .row_custom .col_faq_inr .faq_accordion {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.faq_main .row_custom .col_faq_inr .faq_accordion .accordion-item {
  border-radius: 14px;
  overflow: hidden;
  background-color: #ffffff;
  border: none;
  box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.08);
}

.faq_main .row_custom .col_faq_inr .faq_accordion .accordion-item:nth-child(1) .accordion-button,
.faq_main .row_custom .col_faq_inr .faq_accordion .accordion-item:nth-child(3) .accordion-button,
.faq_main .row_custom .col_faq_inr .faq_accordion .accordion-item:nth-child(5) .accordion-button,
.faq_main .row_custom .col_faq_inr .faq_accordion .accordion-item:nth-child(7) .accordion-button,
.faq_main .row_custom .col_faq_inr .faq_accordion .accordion-item:nth-child(9) .accordion-button,
.faq_main .row_custom .col_faq_inr .faq_accordion .accordion-item:nth-child(11) .accordion-button,
.faq_main .row_custom .col_faq_inr .faq_accordion .accordion-item:nth-child(13) .accordion-button {
  background-color: #FFCFF4;
}

.faq_main .row_custom .col_faq_inr .faq_accordion .accordion-item:nth-child(2) .accordion-button,
.faq_main .row_custom .col_faq_inr .faq_accordion .accordion-item:nth-child(4) .accordion-button,
.faq_main .row_custom .col_faq_inr .faq_accordion .accordion-item:nth-child(6) .accordion-button,
.faq_main .row_custom .col_faq_inr .faq_accordion .accordion-item:nth-child(8) .accordion-button,
.faq_main .row_custom .col_faq_inr .faq_accordion .accordion-item:nth-child(10) .accordion-button,
.faq_main .row_custom .col_faq_inr .faq_accordion .accordion-item:nth-child(12) .accordion-button,
.faq_main .row_custom .col_faq_inr .faq_accordion .accordion-item:nth-child(14) .accordion-button {
  background-color: #FFD3D1;
}

.faq_main .row_custom .col_faq_inr .faq_accordion .accordion-item .accordion-button {
  color: #190B0A;
  border-radius: 0;
  padding: 12px 24px;
  background-color: transparent;
}

@media (max-width: 575px) {
  .faq_main .row_custom .col_faq_inr .faq_accordion .accordion-item .accordion-button {
    font-size: 16px;
    line-height: 26px;
    padding: 10px 16px;
  }
}

.faq_main .row_custom .col_faq_inr .faq_accordion .accordion-item .accordion-button::after {
  width: 24px;
  height: 24px;
  background-image: url(/assets/img/arrow-down.svg);
  background-size: contain;
  background-position: center;
}

.faq_main .row_custom .col_faq_inr .faq_accordion .accordion-item .accordion-button:not(.collapsed) {
  background-color: #E6605D;
  color: #ffffff;
}

.faq_main .row_custom .col_faq_inr .faq_accordion .accordion-item .accordion-button:not(.collapsed)::after {
  background-image: url(/assets/img/arrow-up.svg);
}

.faq_main .row_custom .col_faq_inr .faq_accordion .accordion-item .accordion-button:focus {
  border: none;
  box-shadow: none;
}

.faq_main .row_custom .col_faq_inr .faq_accordion .accordion-item .accordion-body {
  padding: 16px 24px;
}

@media (max-width: 575px) {
  .faq_main .row_custom .col_faq_inr .faq_accordion .accordion-item .accordion-body {
    padding: 10px 16px;
  }
}

.faq_main .row_custom .col_faq_inr .faq_accordion .accordion-item .accordion-body .body_text {
  color: rgba(25, 11, 10, 0.65);
}

@media (max-width: 575px) {
  .faq_main .row_custom .col_faq_inr .faq_accordion .accordion-item .accordion-body .body_text {
    font-size: 14px;
    line-height: 24px;
  }
}

/*=========================================
            Faq End Here
=========================================*/

/*=========================================
        Comming Soon Start Here
=========================================*/

.commingsoon_main {
  margin: 128px 0;
}

@media (max-width: 991px) {
  .commingsoon_main {
    margin: 96px 0;
  }
}

@media (max-width: 767px) {
  .commingsoon_main {
    margin: 72px 0;
  }
}

@media (max-width: 575px) {
  .commingsoon_main {
    margin: 48px 0;
  }
}

.commingsoon_main .row_custom {
  align-items: center;
  gap: 48px 0;
}

.commingsoon_main .row_custom .col_timer_inr {
  background-color: #FFD3D1;
  border-radius: 24px;
  padding: 32px 40px;
}

@media (max-width: 575px) {
  .commingsoon_main .row_custom .col_timer_inr {
    padding: 16px 20px;
    border-radius: 16px;
  }
}

.commingsoon_main .row_custom .col_timer_inr .comming_text {
  color: #190B0A;
}

.commingsoon_main .row_custom .col_timer_inr .comming_desc {
  color: rgba(25, 11, 10, 0.65);
  margin: 16px 0 24px 0;
}

@media (max-width: 575px) {
  .commingsoon_main .row_custom .col_timer_inr .comming_desc {
    font-size: 16px;
    line-height: 26px;
    margin: 8px 0 12px 0;
  }
}

.commingsoon_main .row_custom .col_timer_inr .countdown {
  color: #E6605D;
}

@media (max-width: 575px) {
  .commingsoon_main .row_custom .col_timer_inr .countdown {
    font-size: 24px;
    line-height: 32px;
  }
}

.commingsoon_main .row_custom .col_timer_inr .form_otr {
  display: flex;
  align-items: center;
  gap: 24px;
  margin: 24px 0;
}

@media (max-width: 420px) {
  .commingsoon_main .row_custom .col_timer_inr .form_otr {
    flex-direction: column;
    align-items: flex-start;
    margin: 16px 0;
  }
}

.commingsoon_main .row_custom .col_timer_inr .form_otr .input_otr {
  width: 100%;
  flex: 1;
}

.commingsoon_main .row_custom .col_timer_inr .form_otr .input_otr .theme_input {
  width: 100%;
}

.commingsoon_main .row_custom .col_timer_inr .form_otr .action_otr {
  display: flex;
}

.commingsoon_main .row_custom .col_timer_inr .form_otr .action_otr .notify_btn {
  border: none;
}

.commingsoon_main .row_custom .col_timer_inr .notify_text {
  color: rgba(25, 11, 10, 0.65);
}

.commingsoon_main .row_custom .col_img_inr .baby_img {
  width: 100%;
  height: 500px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

@media (max-width: 575px) {
  .commingsoon_main .row_custom .col_img_inr .baby_img {
    height: 300px;
  }
}

/*=========================================
        Comming Soon End Here
=========================================*/

/*=========================================
        Privacy Policy Start Here
=========================================*/

.privacy_policy {
  margin: 128px 0;
}

@media (max-width: 991px) {
  .privacy_policy {
    margin: 96px 0;
  }
}

@media (max-width: 767px) {
  .privacy_policy {
    margin: 72px 0;
  }
}

@media (max-width: 575px) {
  .privacy_policy {
    margin: 48px 0;
  }
}

.privacy_policy .content .privacy_heading {
  color: #190B0A;
  margin-bottom: 16px;
}

@media (max-width: 767px) {
  .privacy_policy .content .privacy_heading {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 12px;
  }
}

.privacy_policy .content .privacy_desc {
  color: rgba(25, 11, 10, 0.65);
}

@media (max-width: 767px) {
  .privacy_policy .content .privacy_desc {
    font-size: 16px;
    line-height: 26px;
  }
}

.privacy_policy .content .privacy_desc.desc1,
.privacy_policy .content .privacy_desc.desc2,
.privacy_policy .content .privacy_desc.desc5,
.privacy_policy .content .privacy_desc.desc6,
.privacy_policy .content .privacy_desc.desc10,
.privacy_policy .content .privacy_desc.desc11 {
  margin-bottom: 12px;
}

@media (max-width: 767px) {
  .privacy_policy .content .privacy_desc.desc1,
  .privacy_policy .content .privacy_desc.desc2,
  .privacy_policy .content .privacy_desc.desc5,
  .privacy_policy .content .privacy_desc.desc6,
  .privacy_policy .content .privacy_desc.desc10,
  .privacy_policy .content .privacy_desc.desc11 {
    margin-bottom: 8px;
  }
}

.privacy_policy .content .privacy_desc.desc3,
.privacy_policy .content .privacy_desc.desc4,
.privacy_policy .content .privacy_desc.desc7,
.privacy_policy .content .privacy_desc.desc8,
.privacy_policy .content .privacy_desc.desc9 {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .privacy_policy .content .privacy_desc.desc3,
  .privacy_policy .content .privacy_desc.desc4,
  .privacy_policy .content .privacy_desc.desc7,
  .privacy_policy .content .privacy_desc.desc8,
  .privacy_policy .content .privacy_desc.desc9 {
    margin-bottom: 16px;
  }
}

/*=========================================
        Privacy Policy End Here
=========================================*/

/*=========================================
        Post Profile Start Here
=========================================*/

.post_profile {
  margin: 128px 0;
}

@media (max-width: 991px) {
  .post_profile {
    margin: 96px 0;
  }
}

@media (max-width: 767px) {
  .post_profile {
    margin: 72px 0;
  }
}

@media (max-width: 575px) {
  .post_profile {
    margin: 48px 0;
  }
}

.post_profile .post_form {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 70%;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .post_profile .post_form {
    width: 80%;
  }
}

@media (max-width: 767px) {
  .post_profile .post_form {
    width: 100%;
  }
}

.post_profile .post_form .input_otr .theme_input {
  width: 100%;
}

.post_profile .post_form .input_otr .text_area {
  width: 100%;
  height: 120px;
  resize: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.post_profile .post_form .input_main {
  display: flex;
  align-items: center;
  gap: 24px;
}

@media (max-width: 575px) {
  .post_profile .post_form .input_main {
    flex-direction: column;
  }
}

.post_profile .post_form .input_main .input_otr {
  width: calc(50% - 12px);
}

@media (max-width: 575px) {
  .post_profile .post_form .input_main .input_otr {
    width: 100%;
  }
}

.post_profile .post_form .action_otr {
  display: flex;
}

.post_profile .post_form .action_otr .submit_btn {
  border: none;
  outline: none;
}

/*=========================================
        Post Profile End Here
=========================================*/

/*=========================================
        Sitter List Start Here
=========================================*/

.sitter_list {
  margin: 128px 0;
}

@media (max-width: 991px) {
  .sitter_list {
    margin: 96px 0;
  }
}

@media (max-width: 767px) {
  .sitter_list {
    margin: 72px 0;
  }
}

@media (max-width: 575px) {
  .sitter_list {
    margin: 48px 0;
  }
}

.sitter_list .wrapper {
  display: flex;
  align-items: center;
  gap: 24px;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.08);
  margin-bottom: 24px;
}

@media (max-width: 991px) {
  .sitter_list .wrapper {
    flex-wrap: wrap;
  }
}

.sitter_list .wrapper .input_otr,
.sitter_list .wrapper .action_otr {
  position: relative;
  width: 25%;
}

@media (max-width: 991px) {
  .sitter_list .wrapper .input_otr,
  .sitter_list .wrapper .action_otr {
    width: calc(50% - 12px);
  }
}

@media (max-width: 575px) {
  .sitter_list .wrapper .input_otr,
  .sitter_list .wrapper .action_otr {
    width: 100%;
  }
}

.sitter_list .wrapper .input_otr .arrow_icon,
.sitter_list .wrapper .action_otr .arrow_icon {
  position: absolute;
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

.sitter_list .wrapper .input_otr .search_input,
.sitter_list .wrapper .action_otr .search_input {
  width: 100%;
}

.sitter_list .wrapper .input_otr .form_select,
.sitter_list .wrapper .action_otr .form_select {
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 50px;
}

.sitter_list .wrapper .input_otr .search_btn,
.sitter_list .wrapper .action_otr .search_btn {
  width: 100%;
  border: none;
  outline: none;
}

.sitter_list .Sitters_otr {
  padding: 20px;
  background-color: #ffffff;
  box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
}

.sitter_list .Sitters_otr .sitters_row_otr {
  width: 100%;
  overflow-x: auto;
}

.sitter_list .Sitters_otr .sitters_row_otr .sitters_row_inr {
  width: 100%;
  min-width: 800px;
}

@media (max-width: 575px) {
  .sitter_list .Sitters_otr .sitters_row_otr .sitters_row_inr {
    width: 650px;
  }
}

.sitter_list .Sitters_otr .sitters_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  transition: 0.3s;
}

@media (max-width: 575px) {
  .sitter_list .Sitters_otr .sitters_row {
    padding: 16px 0;
  }
}

.sitter_list .Sitters_otr .sitters_row:not(:last-child) {
  border-bottom: 1px solid #FFD3D1;
}

.sitter_list .Sitters_otr .sitters_row:hover {
  background-color: #F9F7FE;
}

.sitter_list .Sitters_otr .sitters_row .profile_otr {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 46.6%;
}

@media (max-width: 767px) {
  .sitter_list .Sitters_otr .sitters_row .profile_otr {
    width: 40%;
  }
}

@media (max-width: 575px) {
  .sitter_list .Sitters_otr .sitters_row .profile_otr {
    width: 36.6%;
  }
}

.sitter_list .Sitters_otr .sitters_row .profile_otr .profile_img {
  width: 56px;
  height: 56px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  border-radius: 100%;
}

@media (max-width: 767px) {
  .sitter_list .Sitters_otr .sitters_row .profile_otr .profile_img {
    width: 52px;
    height: 52px;
  }
}

.sitter_list .Sitters_otr .sitters_row .profile_otr .profile_content {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 4px;
}

@media (max-width: 767px) {
  .sitter_list .Sitters_otr .sitters_row .profile_otr .profile_content {
    gap: 0;
  }
}

.sitter_list .Sitters_otr .sitters_row .profile_otr .profile_content .profile_name {
  color: #190B0A;
}

@media (max-width: 767px) {
  .sitter_list .Sitters_otr .sitters_row .profile_otr .profile_content .profile_name {
    font-size: 14px;
    line-height: 24px;
  }
}

.sitter_list .Sitters_otr .sitters_row .profile_otr .profile_content .profile_desigination {
  color: rgba(25, 11, 10, 0.65);
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .sitter_list .Sitters_otr .sitters_row .profile_otr .profile_content .profile_desigination {
    font-size: 14px;
    line-height: 24px;
  }
}

.sitter_list .Sitters_otr .sitters_row .location_otr {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 20%;
}

@media (max-width: 767px) {
  .sitter_list .Sitters_otr .sitters_row .location_otr {
    width: 26.6%;
  }
}

@media (max-width: 575px) {
  .sitter_list .Sitters_otr .sitters_row .location_otr {
    width: 30%;
  }
}

.sitter_list .Sitters_otr .sitters_row .location_otr .icon {
  font-size: 24px;
  line-height: 24px;
  color: #E6605D;
}

@media (max-width: 767px) {
  .sitter_list .Sitters_otr .sitters_row .location_otr .icon {
    font-size: 20px;
    line-height: 20px;
  }
}

.sitter_list .Sitters_otr .sitters_row .location_otr .location_text {
  width: 100%;
  flex: 1;
  color: rgba(25, 11, 10, 0.65);
}

@media (max-width: 767px) {
  .sitter_list .Sitters_otr .sitters_row .location_otr .location_text {
    font-size: 14px;
    line-height: 24px;
  }
}

.sitter_list .Sitters_otr .sitters_row .time_otr {
  width: 33.333%;
  text-align: right;
}

.sitter_list .Sitters_otr .sitters_row .time_otr .time_text {
  color: rgba(25, 11, 10, 0.65);
}

@media (max-width: 767px) {
  .sitter_list .Sitters_otr .sitters_row .time_otr .time_text {
    font-size: 14px;
    line-height: 24px;
  }
}

.sitter_list .Sitters_otr .action {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 48px;
}

/*=========================================
        Sitter List End Here
=========================================*/

/*=========================================
        Dashboard Start Here
=========================================*/

.dashboard_main {
  margin: 128px 0;
}

@media (max-width: 991px) {
  .dashboard_main {
    margin: 96px 0;
  }
}

@media (max-width: 767px) {
  .dashboard_main {
    margin: 72px 0;
  }
}

@media (max-width: 575px) {
  .dashboard_main {
    margin: 48px 0;
  }
}

.dashboard_main .table_otr {
  overflow-x: auto;
}

.dashboard_main .dashboard_table {
  width: 100%;
  min-width: 992px;
}

.dashboard_main .dashboard_table thead {
  background-color: #F9F7FE;
}

.dashboard_main .dashboard_table thead tr {
  border-top: 1px solid #FFD3D1;
}

.dashboard_main .dashboard_table thead th {
  border-left: 1px solid #FFD3D1;
}

.dashboard_main .dashboard_table thead th:nth-child(2),
.dashboard_main .dashboard_table thead th:nth-child(4) {
  width: 230px;
}

.dashboard_main .dashboard_table thead th:nth-child(3) {
  width: 170px;
}

.dashboard_main .dashboard_table thead th:last-child {
  width: 120px;
  border-right: 1px solid #FFD3D1;
}

.dashboard_main .dashboard_table thead .thead_text {
  padding: 10px 16px;
  color: #190B0A;
}

.dashboard_main .dashboard_table tbody tr {
  border-top: 1px solid #FFD3D1;
  border-bottom: 1px solid #FFD3D1;
}

.dashboard_main .dashboard_table tbody td {
  border-left: 1px solid #FFD3D1;
}

.dashboard_main .dashboard_table tbody td:last-child {
  border-right: 1px solid #FFD3D1;
}

.dashboard_main .dashboard_table tbody .profile_name {
  padding: 12px 16px;
  color: #190B0A;
  transition: 0.3s;
}

.dashboard_main .dashboard_table tbody .profile_name:hover {
  color: #E6605D;
}

.dashboard_main .dashboard_table tbody .body_text {
  padding: 12px 16px;
  color: rgba(25, 11, 10, 0.65);
}

.dashboard_main .dashboard_table tbody .action_otr {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 12px 16px;
}

.dashboard_main .dashboard_table tbody .action_otr .icon_otr {
  display: flex;
}

.dashboard_main .dashboard_table tbody .action_otr .icon {
  font-size: 22px;
  line-height: 26px;
  color: rgba(25, 11, 10, 0.65);
  transition: 0.3s;
}

.dashboard_main .dashboard_table tbody .action_otr .icon:hover {
  color: #E6605D;
}

.dashboard_main .dashboard_table tbody .active_text {
  color: #E6605D;
}

.dashboard_main .dashboard_table tbody .inactive_text {
  opacity: 60%;
}

/*=========================================
        Dashboard End Here
=========================================*/

/*=========================================
        Profile Start Here
=========================================*/

.profile_main {
  margin: 128px 0;
}

@media (max-width: 991px) {
  .profile_main {
    margin: 96px 0;
  }
}

@media (max-width: 767px) {
  .profile_main {
    margin: 72px 0;
  }
}

@media (max-width: 575px) {
  .profile_main {
    margin: 48px 0;
  }
}

.profile_main .row_custom {
  align-items: center;
  gap: 48px 0;
}

@media (max-width: 575px) {
  .profile_main .row_custom {
    gap: 32px 0;
  }
}

.profile_main .row_custom .col_img_inr {
  background-color: #ffffff;
  padding: 24px;
  border-radius: 16px;
  box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.08);
  margin-right: 48px;
}

@media (max-width: 991px) {
  .profile_main .row_custom .col_img_inr {
    margin-right: 0;
  }
}

.profile_main .row_custom .col_img_inr .img {
  width: 100%;
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  border-radius: 16px;
}

@media (max-width: 767px) {
  .profile_main .row_custom .col_img_inr .img {
    height: 400px;
  }
}

@media (max-width: 575px) {
  .profile_main .row_custom .col_img_inr .img {
    height: 350px;
  }
}

.profile_main .row_custom .col_content_inr .user_heading {
  color: #190B0A;
}

.profile_main .row_custom .col_content_inr .desigination {
  color: rgba(25, 11, 10, 0.65);
  margin: 8px 0 4px 0;
}

.profile_main .row_custom .col_content_inr .experience_text {
  color: rgba(25, 11, 10, 0.65);
}

.profile_main .row_custom .col_content_inr .info_otr {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 16px 0;
}

.profile_main .row_custom .col_content_inr .info_otr .info_icon {
  font-size: 24px;
  line-height: 24px;
  color: #E6605D;
}

.profile_main .row_custom .col_content_inr .info_otr .info_text {
  color: rgba(25, 11, 10, 0.65);
}

.profile_main .row_custom .col_content_inr .skills_otr {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 12px;
  margin: 16px 0 40px 0;
}

@media (max-width: 575px) {
  .profile_main .row_custom .col_content_inr .skills_otr {
    margin: 16px 0 24px 0;
  }
}

.profile_main .row_custom .col_content_inr .skills_otr .skills_heading {
  color: #190B0A;
}

.profile_main .row_custom .col_content_inr .skills_otr .skill_ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

.profile_main .row_custom .col_content_inr .skills_otr .skill_ul .skill_li {
  padding: 8px 16px;
  background-color: #FFD3D1;
  border-radius: 8px;
  color: #E6605D;
  transition: 0.3s;
}

.profile_main .row_custom .col_content_inr .skills_otr .skill_ul .skill_li:hover {
  background-color: #E6605D;
  color: #ffffff;
}

.profile_main .row_custom .col_content_inr .action_otr {
  display: flex;
}

.profile_main .row_map_desc {
  margin: 96px 0;
  align-items: center;
  gap: 48px 0;
}

@media (max-width: 767px) {
  .profile_main .row_map_desc {
    margin: 72px 0;
  }
}

@media (max-width: 575px) {
  .profile_main .row_map_desc {
    margin: 48px 0;
    gap: 32px 0;
  }
}

.profile_main .row_map_desc .col_desc_otr,
.profile_main .row_map_desc .col_location_otr {
  padding: 0;
}

.profile_main .row_map_desc .col_desc_inr {
  padding-right: 48px;
}

@media (max-width: 991px) {
  .profile_main .row_map_desc .col_desc_inr {
    padding-right: 0;
  }
}

.profile_main .row_map_desc .col_desc_inr .about_heading {
  color: #190B0A;
}

.profile_main .row_map_desc .col_desc_inr .about_desc {
  color: rgba(25, 11, 10, 0.65);
}

.profile_main .row_map_desc .col_desc_inr .about_desc.desc1 {
  margin: 12px 0 8px 0;
}

.profile_main .table_wrapper {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 16px;
}

.profile_main .table_wrapper .table_heading {
  color: #190B0A;
}

.profile_main .table_wrapper .profile_table_otr {
  width: 100%;
  overflow-x: auto;
}

.profile_main .table_wrapper .dashboard_table {
  width: 100%;
  min-width: 992px;
}

.profile_main .table_wrapper .dashboard_table thead {
  background-color: #F9F7FE;
}

.profile_main .table_wrapper .dashboard_table thead tr {
  border-top: 1px solid #FFD3D1;
}

.profile_main .table_wrapper .dashboard_table thead th {
  border-left: 1px solid #FFD3D1;
}

.profile_main .table_wrapper .dashboard_table thead th:not(:first-child) {
  text-align: center;
}

.profile_main .table_wrapper .dashboard_table thead th:nth-child(2),
.profile_main .table_wrapper .dashboard_table thead th:nth-child(3),
.profile_main .table_wrapper .dashboard_table thead th:nth-child(4),
.profile_main .table_wrapper .dashboard_table thead th:nth-child(5),
.profile_main .table_wrapper .dashboard_table thead th:nth-child(6),
.profile_main .table_wrapper .dashboard_table thead th:nth-child(7),
.profile_main .table_wrapper .dashboard_table thead th:nth-child(8) {
  width: 110px;
}

.profile_main .table_wrapper .dashboard_table thead th:last-child {
  border-right: 1px solid #FFD3D1;
}

.profile_main .table_wrapper .dashboard_table thead .thead_text {
  padding: 10px 16px;
  color: #190B0A;
}

.profile_main .table_wrapper .dashboard_table tbody tr {
  border-top: 1px solid #FFD3D1;
  border-bottom: 1px solid #FFD3D1;
}

.profile_main .table_wrapper .dashboard_table tbody td {
  border-left: 1px solid #FFD3D1;
  padding: 12px 16px;
}

.profile_main .table_wrapper .dashboard_table tbody td:last-child {
  border-right: 1px solid #FFD3D1;
}

.profile_main .table_wrapper .dashboard_table tbody .body_text {
  color: rgba(25, 11, 10, 0.65);
}

.profile_main .table_wrapper .dashboard_table tbody .circle_otr {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.profile_main .table_wrapper .dashboard_table tbody .circle_active {
  width: 10px;
  height: 10px;
  background-color: #E6605D;
  border-radius: 100%;
}

/*=========================================
        Profile End Here
=========================================*/

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Kodchasan-Regular";
}

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

a {
  display: block;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

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

@media (max-width: 767px) {
  h1 br,
  h2 br,
  h3 br,
  h4 br,
  h5 br,
  h6 br,
  p br {
    display: none;
  }
}

h1 {
  font-size: 56px;
  line-height: 70px;
  font-family: "Kodchasan-Bold";
}

@media (max-width: 767px) {
  h1 {
    font-size: 40px;
    line-height: 56px;
  }
}

@media (max-width: 575px) {
  h1 {
    font-size: 32px;
    line-height: 44px;
  }
}

h2 {
  font-size: 40px;
  line-height: 56px;
  font-family: "Kodchasan-Bold";
}

@media (max-width: 767px) {
  h2 {
    font-size: 32px;
    line-height: 44px;
  }
}

@media (max-width: 575px) {
  h2 {
    font-size: 28px;
    line-height: 40px;
  }
}

h3 {
  font-size: 32px;
  line-height: 44px;
  font-family: "Kodchasan-Bold";
}

h4 {
  font-size: 28px;
  line-height: 40px;
  font-family: "Kodchasan-Bold";
}

h5 {
  font-size: 24px;
  line-height: 36px;
  font-family: "Kodchasan-Bold";
}

h6 {
  font-size: 22px;
  line-height: 34px;
  font-family: "Kodchasan-Bold";
}

.heading-h1 {
  font-size: 56px;
  line-height: 70px;
  font-family: "Kodchasan-Bold";
}

@media (max-width: 767px) {
  .heading-h1 {
    font-size: 40px;
    line-height: 56px;
  }
}

@media (max-width: 575px) {
  .heading-h1 {
    font-size: 32px;
    line-height: 44px;
  }
}

.heading-h2 {
  font-size: 40px;
  line-height: 56px;
  font-family: "Kodchasan-Bold";
}

@media (max-width: 767px) {
  .heading-h2 {
    font-size: 32px;
    line-height: 44px;
  }
}

@media (max-width: 575px) {
  .heading-h2 {
    font-size: 28px;
    line-height: 40px;
  }
}

.heading-h3 {
  font-size: 32px;
  line-height: 44px;
  font-family: "Kodchasan-Bold";
}

.heading-h4 {
  font-size: 28px;
  line-height: 40px;
  font-family: "Kodchasan-Bold";
}

.heading-h5 {
  font-size: 24px;
  line-height: 36px;
  font-family: "Kodchasan-Bold";
}

.heading-h6 {
  font-size: 22px;
  line-height: 34px;
  font-family: "Kodchasan-Bold";
}

.heading-L {
  font-size: 20px;
  line-height: 32px;
  font-family: "Montserrat-Medium";
}

.heading-LB {
  font-size: 20px;
  line-height: 32px;
  font-family: "Kodchasan-Bold";
}

.heading-M {
  font-size: 18px;
  line-height: 28px;
  font-family: "Montserrat-Medium";
}

.heading-MB {
  font-size: 18px;
  line-height: 28px;
  font-family: "Kodchasan-Bold";
}

.heading-S {
  font-size: 16px;
  line-height: 26px;
  font-family: "Montserrat-Medium";
}

.heading-SB {
  font-size: 16px;
  line-height: 26px;
  font-family: "Kodchasan-Bold";
}

.heading-XS {
  font-size: 14px;
  line-height: 24px;
  font-family: "Montserrat-Medium";
}

.heading-XSB {
  font-size: 14px;
  line-height: 24px;
  font-family: "Kodchasan-Bold";
}

.primary_btn {
  font-size: 16px;
  line-height: 24px;
  font-family: "Kodchasan-Bold";
  padding: 16px 24px;
  background-color: #E6605D;
  color: #ffffff;
  text-align: center;
  border-radius: 16px;
  transition: 0.3s;
}

.primary_btn:hover {
  background-color: #190B0A;
}

.theme_input {
  font-size: 16px;
  line-height: 24px;
  font-family: "Kodchasan-Medium";
  padding: 16px 24px;
  background-color: #ffffff;
  color: #190B0A;
  border-radius: 16px;
  border: 1px solid #E6605D;
  transition: 0.3s;
}

.theme_input::-moz-placeholder {
  color: rgba(25, 11, 10, 0.5);
}

.theme_input:-ms-input-placeholder {
  color: rgba(25, 11, 10, 0.5);
}

.theme_input::placeholder {
  color: rgba(25, 11, 10, 0.5);
}

.theme_input:focus {
  outline: none;
  border: 1px solid #190B0A;
}

.theme_checkbox {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  padding: 0;
}

.theme_checkbox .form-check-input {
  width: 24px;
  height: 24px;
  margin: 0;
  border-radius: 8px;
  border: 1px solid #FFD3D1;
}

.theme_checkbox .form-check-input:focus {
  box-shadow: none;
}

.theme_checkbox .form-check-input:checked[type=checkbox] {
  background-image: url(/assets/img/check-icon.svg);
  border: 1px solid #E6605D;
}

.theme_checkbox .form-check-label {
  flex: 1;
}


/*# sourceMappingURL=app.css.map*/