@keyframes slide {
  0% {
    background-size: 100%; }
  50% {
    background-size: 110%; }
  100% {
    background-size: 100%; } }

@-webkit-keyframes slide {
  0% {
    background-size: 100%; }
  50% {
    background-size: 110%; }
  100% {
    background-size: 100%; } }

@keyframes smoothScroll {
  0% {
    transform: translateY(-100px); }
  100% {
    transform: translateY(0px); } }

* {
  margin: 0;
  padding: 0; }

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

p {
  margin: 0;
  padding: 0; }

.form-group {
  margin-bottom: 15px; }

a {
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  a:hover {
    text-decoration: none;
    outline: none; }
  a:focus {
    text-decoration: none;
    outline: none; }

.btn {
  border: 0;
  box-shadow: none;
  text-decoration: none;
  outline: none;
  border-radius: 0; }
  .btn:hover {
    box-shadow: none;
    text-decoration: none;
    outline: none;
    border: 0;
    border-radius: 0;
    background-color: #f7f1f0; }
  .btn:focus {
    box-shadow: none;
    text-decoration: none;
    outline: none;
    border: 0;
    border-radius: 0;
    background-color: #f7f1f0; }
  .btn:active {
    box-shadow: none;
    text-decoration: none;
    outline: none;
    border: 0;
    border-radius: 0;
    background-color: #f7f1f0; }
    .btn:active:focus {
      box-shadow: none; }
  .btn:visited {
    box-shadow: none;
    text-decoration: none;
    outline: none;
    border: 0;
    border-radius: 0;
    background-color: #f7f1f0; }

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

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.list-inline {
  margin: 0;
  padding: 0; }
  .list-inline::after {
    display: block;
    content: "";
    clear: both; }
  .list-inline li {
    float: left; }
    .list-inline li a {
      display: inline-block; }

.form-control {
  margin: 0;
  border-radius: 0;
  box-shadow: none;
  text-decoration: none;
  outline: none; }
  .form-control:hover {
    border-radius: 0;
    box-shadow: none;
    text-decoration: none;
    outline: none; }
  .form-control:focus {
    border-radius: 0;
    box-shadow: none;
    text-decoration: none;
    outline: none; }
  .form-control:active {
    border-radius: 0;
    box-shadow: none;
    text-decoration: none;
    outline: none; }

/* Extra Huge large desktops */
@media (min-width: 1920px) {
  .container {
    max-width: 1330px; } }

/* Extra Huge large desktops */
@media (min-width: 1680px) and (max-width: 1919px) {
  .container {
    max-width: 1330px; } }

/* Extra Huge large desktops */
@media (min-width: 1600px) and (max-width: 1679px) {
  .container {
    max-width: 1330px; } }

/* Extra large desktops and mac laptops*/
@media (min-width: 1400px) and (max-width: 1599px) {
  .container {
    max-width: 1330px; } }

@media (min-width: 1280px) and (max-width: 1399px) {
  .container {
    max-width: 1170px; } }

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  .container {
    max-width: 100%; } }

/* Landscape tablets and ipad */
@media (min-width: 768px) and (max-width: 991px) {
  .container {
    max-width: 100%; } }

/* Landscape phones and portrait tablets */
@media (min-width: 544px) and (max-width: 767px) {
  .container {
    min-width: 100%; } }

/* Landscape phones and portrait tablets */
@media (min-width: 361px) and (max-width: 543px) {
  .container {
    max-width: 100%; } }

/* Smaller phones */
@media (max-width: 360px) {
  .container {
    max-width: 100%; } }

/* Smaller phones */
@keyframes slide {
  0% {
    background-size: 100%; }
  50% {
    background-size: 110%; }
  100% {
    background-size: 100%; } }

@-webkit-keyframes slide {
  0% {
    background-size: 100%; }
  50% {
    background-size: 110%; }
  100% {
    background-size: 100%; } }

@keyframes smoothScroll {
  0% {
    transform: translateY(-100px); }
  100% {
    transform: translateY(0px); } }

body {
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: inherit;
  overflow-x: hidden; }

main {
  position: relative;
  overflow: hidden; }

.btn-primary {
  display: inline-block;
  color: #F15A27 !important;
  font-size: 14px;
  padding: 8px 20px;
  border-radius: 10px;
  border: 1px solid #F15A27;
  background-color: unset;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all ease .4s;
  min-width: 100px;
  text-align: center; }
  .btn-primary:active:focus {
    box-shadow: unset; }
  .btn-primary span {
    transition: all ease .4s;
    color: #F15A27 !important;
    position: relative;
    z-index: 1; }
  .btn-primary.active_btn {
    border: 1px solid #ffffff;
    color: #ffffff !important; }
    .btn-primary.active_btn span {
      color: #ffffff !important; }
    .btn-primary.active_btn::before {
      transition: all 1s ease-in-out;
      left: 100%; }
  .btn-primary.stable_btn::before {
    transition: all .4s ease-in-out !important; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background-color: unset;
    border: 1px solid #F15A27;
    box-shadow: unset; }
    .btn-primary:hover span, .btn-primary:focus span, .btn-primary:active span {
      color: #ffffff !important; }
    .btn-primary:hover::before, .btn-primary:focus::before, .btn-primary:active::before {
      left: 0; }
  .btn-primary::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    height: 100%;
    width: 100%;
    background-color: #F15A27;
    display: block;
    transform: skewX(20deg);
    transition: all ease .4s; }
  .btn-primary.white {
    border: 1px solid #ffffff;
    color: #ffffff !important; }
    .btn-primary.white:hover, .btn-primary.white:focus, .btn-primary.white:active {
      border: 1px solid #ffffff; }
      .btn-primary.white:hover span, .btn-primary.white:focus span, .btn-primary.white:active span {
        color: #000000 !important; }
    .btn-primary.white::before {
      background-color: #ffffff; }
    .btn-primary.white span {
      color: #ffffff !important; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 700; }

.no_event {
  pointer-events: none; }

.scroll_off {
  overflow: hidden;
  touch-action: none;
  -ms-touch-action: none; }

.form-group {
  margin-bottom: 25px; }
  .form-group label {
    font-weight: 500;
    font-size: 16px;
    color: #3C2566;
    font-family: "Libre Franklin", sans-serif; }
    .form-group label span {
      color: #E30E0E; }
  .form-group .form-control {
    padding: 15px 5px 5px 5px;
    font-weight: 400;
    font-family: "Libre Franklin", sans-serif;
    font-size: 16px;
    color: #506376;
    outline: none;
    border: none;
    border-bottom: 2px solid #D9D9D9; }
    .form-group .form-control::placeholder {
      color: inherit;
      font-weight: inherit;
      font-size: inherit; }
  .form-group textarea {
    height: 100%;
    min-height: 50px;
    max-height: 50px; }

.form-check {
  min-height: unset;
  margin-bottom: unset;
  display: flex;
  align-items: center;
  padding-left: 0; }
  .form-check .form-check-input {
    border-radius: unset;
    height: 20px;
    width: 20px;
    border: 2px solid #A0A0A0;
    border-radius: 3px;
    margin-left: 0;
    margin-top: 0;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center; }
    .form-check .form-check-input:active {
      background-color: #ffffff;
      border-color: #A0A0A0;
      filter: unset; }
    .form-check .form-check-input:checked {
      border-color: #A0A0A0;
      background-color: #ffffff; }
      .form-check .form-check-input:checked:after {
        content: '\f00c';
        font-family: 'font awesome 5 Pro';
        font-size: 13px;
        font-weight: 700;
        color: #000000; }
    .form-check .form-check-input:focus {
      box-shadow: unset;
      border-color: #A0A0A0; }
  .form-check .form-check-label {
    padding-left: 10px;
    font-size: 12px;
    font-weight: 400;
    color: #000000;
    font-family: "Libre Franklin", sans-serif; }

label.error {
  display: block;
  color: #f00 !important;
  font-weight: 500 !important;
  font-size: 14px !important; }

.text-success {
  color: #25d366 !important; }

.callout {
  border-radius: .25rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  background-color: #fff;
  border-left: 5px solid #e9ecef;
  margin-bottom: 1rem;
  padding: 13px; }
  .callout.callout-success {
    border-left-color: #1e7e34;
    background-color: #28a745;
    color: #fff; }
  .callout.callout-danger {
    border-left-color: #bd2130;
    background-color: #d72d3e;
    color: #fff; }

.alert.alert-success {
  border-left-color: #1e7e34;
  background-color: #28a745;
  color: #fff; }

.alert.alert-danger {
  border-left-color: #bd2130;
  background-color: #d72d3e;
  color: #fff; }

.popover {
  max-width: 360px;
  padding: 20px;
  border: 1px solid #e8e8eb;
  box-shadow: 0px 12px 20px 0px rgba(0, 0, 50, 0.12); }
  .popover .popover-body {
    padding: 0; }
    .popover .popover-body p {
      font-weight: 600;
      font-size: 14px;
      color: #000000;
      padding-bottom: 10px; }
      .popover .popover-body p a {
        color: #000000;
        display: inline-block; }
    .popover .popover-body a {
      color: #000000;
      font-weight: 600;
      display: block; }

.pagination_area {
  text-align: center;
  position: relative;
  padding: 25px 0 0 0;
  margin-top: 40px; }
  .pagination_area::after {
    display: block;
    content: "";
    clear: both; }
  .pagination_area::before {
    content: "";
    border-top: 1px solid #D9D9D9;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin-left: 12px;
    margin-right: 12px; }
  .pagination_area .pagination {
    display: flex;
    align-items: center;
    justify-content: center !important;
    gap: 10px; }
    .pagination_area .pagination .page-item {
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .pagination_area .pagination .page-item .page-link {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: unset;
        width: 40px;
        height: 40px;
        border: unset;
        font-family: "Libre Franklin", sans-serif;
        font-size: 16px;
        font-weight: 400;
        color: #667085;
        border-radius: 8px;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; }
      .pagination_area .pagination .page-item:hover .page-link, .pagination_area .pagination .page-item:focus .page-link {
        background-color: #FAF4FF;
        color: #3C2566;
        outline: none;
        box-shadow: none; }
      .pagination_area .pagination .page-item.active .page-link {
        background-color: #FAF4FF;
        color: #3C2566;
        outline: none;
        box-shadow: none; }
      .pagination_area .pagination .page-item:not(:first-child) .page-link {
        margin-left: 0; }
      .pagination_area .pagination .page-item:first-child, .pagination_area .pagination .page-item:last-child {
        flex-grow: 1; }
        .pagination_area .pagination .page-item:first-child .page-link, .pagination_area .pagination .page-item:last-child .page-link {
          width: fit-content;
          background-color: unset;
          display: flex;
          align-items: center;
          gap: 10px;
          border-radius: 0;
          margin-right: auto; }
      .pagination_area .pagination .page-item:last-child .page-link {
        margin-left: auto;
        margin-right: unset; }
      .pagination_area .pagination .page-item.page_np .page-link {
        width: auto;
        padding: 0px 8px; }
      .pagination_area .pagination .page-item.disable {
        cursor: no-drop; }
        .pagination_area .pagination .page-item.disable .page-link {
          pointer-events: none; }
  .pagination_area .text-muted {
    display: none; }

.custom_pagination {
  padding-top: 15px;
  overflow: auto; }
  .custom_pagination .pagination {
    white-space: nowrap; }
    .custom_pagination .pagination .paginate_button.page-item a {
      display: block;
      position: relative;
      padding: .5rem .75rem;
      margin-left: -1px;
      line-height: 1.25;
      color: #000000;
      background-color: #fff;
      border: 1px solid #dee2e6; }
      .custom_pagination .pagination .paginate_button.page-item a.active {
        color: #fff;
        background-color: #f7f1f0;
        border-color: #f7f1f0; }

#pb_scroll::-webkit-scrollbar-track {
  box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
  background-color: none; }

#pb_scroll::-webkit-scrollbar {
  width: 3px;
  background-color: none; }

#pb_scroll::-webkit-scrollbar-thumb {
  background-color: #000000;
  border: 1px solid #000000; }

/* Extra Huge large desktops */
/* Extra Huge large desktops */
/* Extra Huge large desktops */
/* Extra large desktops and mac laptops*/
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  .btn-primary {
    font-size: 14px; }
  .form-group label {
    font-size: 15px; }
  .form-group .form-control {
    font-size: 15px; }
  .form-group textarea {
    min-height: 45px;
    max-height: 45px; } }

/* Landscape tablets and ipad */
@media (min-width: 768px) and (max-width: 991px) {
  .btn-primary {
    font-size: 16px; }
  .btn-primary-1 {
    font-size: 14px; }
  .form-group label {
    font-size: 15px; }
  .form-group .form-control {
    font-size: 15px; }
  .form-group textarea {
    min-height: 44px;
    max-height: 44px; }
  .form-group .pagination_area {
    padding: 15px 0 0 0; } }

/* Landscape phones and portrait tablets */
@media (min-width: 576px) and (max-width: 767px) {
  .btn-primary {
    font-size: 14px; }
  .btn-primary-1 {
    font-size: 14px; }
  .form-group {
    margin-bottom: 20px; }
    .form-group label {
      font-size: 14px; }
    .form-group .form-control {
      font-size: 14px;
      padding: 12px 4px 4px 4px; }
    .form-group textarea {
      min-height: 40px;
      max-height: 40px; }
  .form-check .form-check-input {
    height: 17px;
    width: 17px; }
    .form-check .form-check-input:checked:after {
      font-size: 11px; }
  .form-check .form-check-label {
    padding-left: 7px; }
  .pagination_area {
    padding: 15px 0 0 0; }
    .pagination_area .pagination .page-item .page-link {
      font-size: 14px;
      width: 30px;
      height: 30px; }
    .pagination_area .pagination .page-item:first-child .page-link span, .pagination_area .pagination .page-item:last-child .page-link span {
      display: none; } }

/* Landscape phones and portrait tablets */
@media (min-width: 361px) and (max-width: 575px) {
  .btn-primary {
    font-size: 14px; }
  .btn-primary-1 {
    font-size: 14px; }
  .form-group {
    margin-bottom: 20px; }
    .form-group label {
      font-size: 14px; }
    .form-group .form-control {
      font-size: 14px;
      padding: 10px 3px 3px 3px; }
    .form-group textarea {
      min-height: 36px;
      max-height: 36px; }
  .form-check .form-check-input {
    height: 17px;
    width: 17px; }
    .form-check .form-check-input:checked:after {
      font-size: 10px; }
  .form-check .form-check-label {
    padding-left: 7px; }
  .pagination_area {
    padding: 15px 0 0 0; }
    .pagination_area::before {
      margin-left: 6px;
      margin-right: 6px; }
    .pagination_area .pagination .page-item .page-link {
      font-size: 14px;
      width: 30px;
      height: 30px; }
    .pagination_area .pagination .page-item:first-child .page-link span, .pagination_area .pagination .page-item:last-child .page-link span {
      display: none; } }

/* Smaller phones */
@media (max-width: 360px) {
  .btn-primary {
    font-size: 14px; }
  .btn-primary-1 {
    font-size: 14px; }
  .form-group {
    margin-bottom: 20px; }
    .form-group label {
      font-size: 14px; }
    .form-group .form-control {
      font-size: 14px;
      padding: 10px 3px 3px 3px; }
    .form-group textarea {
      min-height: 36px;
      max-height: 36px; }
  .form-check .form-check-input {
    height: 17px;
    width: 17px; }
    .form-check .form-check-input:checked:after {
      font-size: 10px; }
  .form-check .form-check-label {
    padding-left: 7px; }
  .pagination_area {
    padding: 15px 0 0 0; }
    .pagination_area::before {
      margin-left: 6px;
      margin-right: 6px; }
    .pagination_area .pagination .page-item .page-link {
      font-size: 12px;
      width: 25px;
      height: 25px; }
    .pagination_area .pagination .page-item:first-child .page-link span, .pagination_area .pagination .page-item:last-child .page-link span {
      display: none; } }

/* Smaller phones */
@keyframes slide {
  0% {
    background-size: 100%; }
  50% {
    background-size: 110%; }
  100% {
    background-size: 100%; } }

@-webkit-keyframes slide {
  0% {
    background-size: 100%; }
  50% {
    background-size: 110%; }
  100% {
    background-size: 100%; } }

@keyframes smoothScroll {
  0% {
    transform: translateY(-100px); }
  100% {
    transform: translateY(0px); } }

/* Extra Huge large desktops */
/* Extra Huge large desktops */
/* Extra Huge large desktops */
/* Extra large desktops and mac laptops*/
/* Landscape tablets and medium desktops */
/* Landscape tablets and ipad */
/* Landscape phones and portrait tablets */
/* Landscape phones and portrait tablets */
/* Smaller phones */
/* Smaller phones */
@keyframes slide {
  0% {
    background-size: 100%; }
  50% {
    background-size: 110%; }
  100% {
    background-size: 100%; } }

@-webkit-keyframes slide {
  0% {
    background-size: 100%; }
  50% {
    background-size: 110%; }
  100% {
    background-size: 100%; } }

@keyframes smoothScroll {
  0% {
    transform: translateY(-100px); }
  100% {
    transform: translateY(0px); } }

header {
  background-color: unset;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 22; }
  header nav {
    padding: 30px; }
    header nav::after {
      display: block;
      content: "";
      clear: both; }
    header nav .nav_area .logo_area {
      width: 180px; }
      header nav .nav_area .logo_area img {
        width: 100%;
        height: auto;
        object-fit: cover; }
    header nav .nav_links {
      float: right; }
      header nav .nav_links ul {
        display: flex;
        align-items: center;
        gap: 40px; }
        header nav .nav_links ul li a {
          display: inline-block;
          font-family: "Libre Franklin", sans-serif;
          font-size: 16px;
          font-weight: 500; }
          header nav .nav_links ul li a.links {
            color: #605D66;
            height: 30px;
            overflow: hidden; }
            header nav .nav_links ul li a.links span {
              display: block;
              height: 30px;
              line-height: 30px;
              transition: all .3s ease; }
              header nav .nav_links ul li a.links span.hover_txt {
                font-family: Libre Franklin;
                font-size: 16px;
                font-weight: 500;
                color: #3C2566; }
            header nav .nav_links ul li a.links:hover span.hover_txt, header nav .nav_links ul li a.links.active span.hover_txt {
              font-weight: 600; }
            header nav .nav_links ul li a.links:hover span:first-child, header nav .nav_links ul li a.links.active span:first-child {
              margin-top: -30px; }
    header nav .responsive_header {
      position: absolute;
      height: 100dvh;
      width: 100%;
      top: 1500px;
      right: 0;
      left: 0;
      bottom: 0;
      transition: 1s all ease;
      z-index: 99;
      display: none; }
      header nav .responsive_header.hide_nav {
        animation: hide_nav .5s ease forwards; }
      header nav .responsive_header.show {
        display: block;
        animation: shutup 1s ease forwards; }
      header nav .responsive_header .lower_area {
        padding-top: 30px;
        border-top-left-radius: 100px;
        border-top-right-radius: 100px;
        background-color: #ffffff;
        height: 100%; }
        header nav .responsive_header .lower_area ul {
          overflow: auto;
          height: 100%;
          padding-bottom: 120px; }
          header nav .responsive_header .lower_area ul li {
            padding: 20px 42px;
            text-align: center; }
            header nav .responsive_header .lower_area ul li a {
              display: inline-block;
              font-family: "Libre Franklin", sans-serif;
              font-size: 16px;
              font-weight: 600;
              color: #605D66;
              -webkit-transition: all 0.5s ease-in-out;
              -moz-transition: all 0.5s ease-in-out;
              -ms-transition: all 0.5s ease-in-out;
              -o-transition: all 0.5s ease-in-out;
              transition: all 0.5s ease-in-out; }
              header nav .responsive_header .lower_area ul li a.active {
                color: #251A3F;
                font-weight: 700; }
            header nav .responsive_header .lower_area ul li:hover a {
              color: #251A3F;
              font-weight: 700; }
              header nav .responsive_header .lower_area ul li:hover a.btn-primary {
                font-weight: 600; }
    header nav .mobile_nav_icon {
      margin-left: auto;
      width: fit-content;
      cursor: pointer; }
      header nav .mobile_nav_icon i {
        position: relative;
        z-index: 20;
        font-size: 20px;
        color: #000000; }
      header nav .mobile_nav_icon.active i::before {
        content: "\f00d"; }
  header.dark nav .nav_links ul li a.links {
    color: #ffffff; }
    header.dark nav .nav_links ul li a.links span.hover_txt {
      color: #F15A27; }
  header.dark .mobile_nav_icon i {
    color: #ffffff; }
  header.dark .mobile_nav_icon.active i::before {
    content: "\f00d"; }
  header.inner_header {
    position: static;
    background-color: #F9F4FF; }
    header.inner_header .bottom_shape {
      width: 100%;
      height: 100px;
      background-color: #ffffff;
      border-top-left-radius: 170px;
      border-top-right-radius: 170px; }

.animation_star .big_star_img {
  mix-blend-mode: color-burn;
  width: 16px;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 12%;
  margin-right: -10px;
  animation: star_movement_one 18s linear  infinite;
  z-index: 999; }
  .animation_star .big_star_img img {
    height: 100%;
    width: 100%;
    object-fit: contain; }

.animation_star .small_star_img {
  mix-blend-mode: color-burn;
  width: 10px;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 12%;
  margin-right: -8px;
  animation: star_movement_two 18s linear  infinite;
  z-index: 999; }
  .animation_star .small_star_img img {
    height: 100%;
    width: 100%;
    object-fit: contain; }

@keyframes shutup {
  0% {
    top: 1500px; }
  100% {
    top: 100px; } }

@keyframes hide_nav {
  0% {
    display: block;
    top: 100px; }
  99% {
    display: block;
    top: 1500px; }
  100% {
    display: none;
    top: 1500px; } }

@keyframes star_movement_big {
  0% {
    top: 0;
    right: 0;
    transform: rotate(0deg); }
  10% {
    top: -15%;
    right: 2%;
    transform: rotate(30deg); }
  20% {
    top: -15%;
    right: 15%;
    transform: rotate(60deg); }
  30% {
    top: -20%;
    right: 30%; }
  40% {
    top: -18%;
    right: 40%; }
  50% {
    top: -18%;
    right: 50%; }
  60% {
    top: -16%;
    right: 60%; }
  70% {
    top: -15%;
    right: 70%; }
  80% {
    top: -16%;
    right: 80%; }
  90% {
    top: -18%;
    right: 90%; }
  95% {
    top: -16%;
    right: 95%; }
  100% {
    top: -5%;
    right: 100%;
    transform: rotate(360deg); } }

@keyframes star_movement_small {
  0% {
    top: 0;
    right: 0;
    transform: rotate(0deg); }
  10% {
    top: -12%;
    right: 1%;
    transform: rotate(30deg); }
  20% {
    top: -14%;
    right: 15%;
    transform: rotate(60deg); }
  30% {
    top: -21%;
    right: 30%; }
  40% {
    top: -16%;
    right: 40%; }
  50% {
    top: -14%;
    right: 50%; }
  60% {
    top: -18%;
    right: 60%; }
  70% {
    top: -12%;
    right: 70%; }
  80% {
    top: -14%;
    right: 80%; }
  90% {
    top: -15%;
    right: 90%; }
  95% {
    top: -16%;
    right: 92%; }
  100% {
    top: -6%;
    right: 100%;
    transform: rotate(360deg); } }

/* Above 1920 desktop */
/* 1680 desktop */
/* 1600 desktop */
/* Above 1400 and Below 1599 Desktop*/
/* 1300 desktop only */
@media (min-width: 1300px) and (max-width: 1399px) {
  header nav .nav_links ul {
    gap: 25px; } }

/* 1200 desktop only */
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  header nav {
    padding: 20px; }
    header nav .nav_area .logo_area {
      width: 140px; }
    header nav .nav_links ul {
      gap: 20px; }
      header nav .nav_links ul li a {
        font-size: 14px; }
        header nav .nav_links ul li a.links {
          font-size: 14px; }
          header nav .nav_links ul li a.links span.hover_txt {
            font-size: 14px; }
        header nav .nav_links ul li a.nav_contact_btn {
          font-size: 14px; }
  header.inner_header .bottom_shape {
    border-top-left-radius: 70px;
    border-top-right-radius: 70px;
    height: 70px; } }

/* Landscape tablets and ipad */
@media (min-width: 768px) and (max-width: 991px) {
  header nav {
    padding: 15px; }
    header nav .nav_area .logo_area {
      width: 140px; }
    header nav .nav_links {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100dvh;
      opacity: 0;
      z-index: 21;
      margin-top: 100px; }
      header nav .nav_links ul {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 20px; }
  header.inner_header .bottom_shape {
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
    height: 60px; } }

/* Landscape phones and portrait tablets */
@media (min-width: 576px) and (max-width: 767px) {
  header nav {
    padding: 20px 15px; }
    header nav .nav_area .logo_area {
      width: 120px; }
    header nav .nav_links {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100dvh;
      opacity: 0; }
      header nav .nav_links ul {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 20px; }
    header nav .responsive_header .upper_area {
      padding: 20px 27px; }
      header nav .responsive_header .upper_area .upper_left {
        width: 120px; }
        header nav .responsive_header .upper_area .upper_left .logo_area {
          width: 120px; }
      header nav .responsive_header .upper_area .upper_right {
        width: calc(100% - 120px); }
    header nav .responsive_header .lower_area {
      padding-top: 25px;
      border-top-left-radius: 60px;
      border-top-right-radius: 60px;
      margin-bottom: -80px; }
      header nav .responsive_header .lower_area ul {
        padding-bottom: 90px; }
        header nav .responsive_header .lower_area ul li {
          padding: 10px; }
          header nav .responsive_header .lower_area ul li a {
            font-size: 14px; }
  header.inner_header .bottom_shape {
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
    height: 60px; }
  @keyframes shutup {
    0% {
      top: 1500px; }
    100% {
      top: 80px; } }
  @keyframes hide_nav {
    0% {
      display: block;
      top: 80px; }
    99% {
      display: block;
      top: 1500px; }
    100% {
      display: none;
      top: 1500px; } } }

/* Landscape phones and portrait tablets */
@media (min-width: 361px) and (max-width: 575px) {
  header nav {
    padding: 20px 15px; }
    header nav .nav_area .logo_area {
      width: 100px; }
    header nav .nav_links {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100dvh;
      opacity: 0; }
      header nav .nav_links ul {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 20px; }
    header nav .responsive_header .upper_area {
      padding: 20px 27px; }
      header nav .responsive_header .upper_area .upper_left {
        width: 100px; }
        header nav .responsive_header .upper_area .upper_left .logo_area {
          width: 100px; }
      header nav .responsive_header .upper_area .upper_right {
        width: calc(100% - 100px); }
    header nav .responsive_header .lower_area {
      padding-top: 40px;
      border-top-left-radius: 40px;
      border-top-right-radius: 40px;
      margin-bottom: -80px; }
      header nav .responsive_header .lower_area ul li {
        padding: 10px; }
        header nav .responsive_header .lower_area ul li a {
          font-size: 14px; }
  header.inner_header .bottom_shape {
    border-top-left-radius: 45px;
    border-top-right-radius: 45px;
    height: 45px; }
  @keyframes shutup {
    0% {
      top: 1500px; }
    100% {
      top: 80px; } }
  @keyframes hide_nav {
    0% {
      display: block;
      top: 80px; }
    99% {
      display: block;
      top: 1500px; }
    100% {
      display: none;
      top: 1500px; } } }

/* Smaller phones */
@media (max-width: 360px) {
  header nav {
    padding: 20px 15px; }
    header nav .nav_area .logo_area {
      width: 100px; }
    header nav .nav_links {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100dvh;
      opacity: 0; }
      header nav .nav_links ul {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 20px; }
    header nav .responsive_header .upper_area {
      padding: 20px 27px; }
      header nav .responsive_header .upper_area .upper_left {
        width: 100px; }
        header nav .responsive_header .upper_area .upper_left .logo_area {
          width: 100px; }
      header nav .responsive_header .upper_area .upper_right {
        width: calc(100% - 100px); }
    header nav .responsive_header .lower_area {
      padding-top: 40px;
      border-top-left-radius: 40px;
      border-top-right-radius: 40px;
      margin-bottom: -80px; }
      header nav .responsive_header .lower_area ul li {
        padding: 10px; }
        header nav .responsive_header .lower_area ul li a {
          font-size: 14px; }
  header.inner_header .bottom_shape {
    border-top-left-radius: 45px;
    border-top-right-radius: 45px;
    height: 45px; }
  @keyframes shutup {
    0% {
      top: 1500px; }
    100% {
      top: 80px; } }
  @keyframes hide_nav {
    0% {
      display: block;
      top: 80px; }
    99% {
      display: block;
      top: 1500px; }
    100% {
      display: none;
      top: 1500px; } } }

/* Smaller phones */
@keyframes slide {
  0% {
    background-size: 100%; }
  50% {
    background-size: 110%; }
  100% {
    background-size: 100%; } }

@-webkit-keyframes slide {
  0% {
    background-size: 100%; }
  50% {
    background-size: 110%; }
  100% {
    background-size: 100%; } }

@keyframes smoothScroll {
  0% {
    transform: translateY(-100px); }
  100% {
    transform: translateY(0px); } }

/* Above 1920 desktop */
/* 1680 desktop */
/* 1600 desktop */
/* Above 1400 and Below 1599 Desktop*/
/* 1300 desktop only */
/* 1200 desktop only */
/* Landscape tablets and medium desktops */
/* Landscape tablets and ipad */
/* Landscape phones and portrait tablets */
/* Landscape phones and portrait tablets */
/* Smaller phones */
/* Smaller phones */
@keyframes slide {
  0% {
    background-size: 100%; }
  50% {
    background-size: 110%; }
  100% {
    background-size: 100%; } }

@-webkit-keyframes slide {
  0% {
    background-size: 100%; }
  50% {
    background-size: 110%; }
  100% {
    background-size: 100%; } }

@keyframes smoothScroll {
  0% {
    transform: translateY(-100px); }
  100% {
    transform: translateY(0px); } }

html.is-changing .transition-fade {
  view-transition-name: carousel; }

html.is-changing .transition-slide-down {
  view-transition-name: home; }

html.is-changing .transition-fade-welcome {
  view-transition-name: welcome; }

html.is-animating body {
  background-color: #000000; }

::view-transition-old(carousel) {
  animation: slide-down 1s ease-in-out both; }

::view-transition-old(welcome) {
  animation: slide-down 1s ease-in-out both; }

::view-transition-new(home) {
  animation: slide-up 1s ease-in-out both reverse; }

::view-transition-new(carousel) {
  animation: fade-in 1s ease-in-out both reverse; }

@keyframes fade-in {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes slide-up {
  from {
    transform: translateY(0); }
  to {
    transform: translateY(-100%); } }

@keyframes slide-down {
  from {
    transform: translateY(0); }
  to {
    transform: translateY(30%); } }

.hero_section {
  background-color: #F9F4FF;
  padding-top: 125px;
  height: 100dvh;
  overflow: hidden;
  position: relative; }
  .hero_section .hero_inner {
    width: 100%;
    border-top-left-radius: 140px;
    border-top-right-radius: 140px;
    background-color: #ffffff;
    height: 100%; }
    .hero_section .hero_inner .big_star_img {
      mix-blend-mode: color-burn;
      width: 16px;
      position: absolute;
      top: 0;
      right: 0;
      margin-top: 12%;
      margin-right: -10px;
      animation: star_movement_one 18s linear  infinite; }
      .hero_section .hero_inner .big_star_img img {
        height: 100%;
        width: 100%;
        object-fit: contain; }
    .hero_section .hero_inner .small_star_img {
      mix-blend-mode: color-burn;
      width: 10px;
      position: absolute;
      top: 0;
      right: 0;
      margin-top: 12%;
      margin-right: -8px;
      animation: star_movement_two 18s linear  infinite; }
      .hero_section .hero_inner .small_star_img img {
        height: 100%;
        width: 100%;
        object-fit: contain; }
    .hero_section .hero_inner .animated_circle {
      height: 0.5px;
      width: 0.5px;
      border-radius: 50%;
      background-color: #FAF4FF;
      position: absolute;
      bottom: 0;
      right: 0;
      opacity: .3;
      box-shadow: 20px 20px 50px 100px #e7d9f3;
      z-index: 0; }
      .hero_section .hero_inner .animated_circle.circle_1 {
        margin-right: 8%;
        margin-bottom: 8%;
        animation: circle_movement_one 15s infinite linear alternate; }
      .hero_section .hero_inner .animated_circle.circle_2 {
        margin-top: 10%;
        margin-left: 20%;
        animation: circle_movement_two 15s infinite linear alternate; }
    .hero_section .hero_inner .inner_area .banner_content {
      padding-top: 180px;
      max-width: 1200px;
      margin: auto;
      position: relative;
      z-index: 2; }
      .hero_section .hero_inner .inner_area .banner_content .upper_heading::after {
        display: block;
        content: "";
        clear: both; }
      .hero_section .hero_inner .inner_area .banner_content .upper_heading h2 {
        font-family: "Cambay", sans-serif;
        font-size: 45px;
        font-weight: 400;
        text-transform: uppercase;
        color: #827B8E;
        float: left; }
      .hero_section .hero_inner .inner_area .banner_content .upper_heading .img_block {
        width: 300px;
        height: 40px;
        display: inline-block;
        float: left;
        margin-left: 20px;
        border-radius: 20px;
        background-image: url("./../images/upper_heading_img.png");
        background-size: 100%;
        background-position: 0 0;
        background-repeat: no-repeat;
        animation: animate-heading-img 50s linear infinite; }
      .hero_section .hero_inner .inner_area .banner_content .lower_heading::after {
        display: block;
        content: "";
        clear: both; }
      .hero_section .hero_inner .inner_area .banner_content .lower_heading h2 {
        font-family: Nunito Sans;
        font-size: 74px;
        font-weight: 900;
        float: left;
        color: #251A3F; }
      .hero_section .hero_inner .inner_area .banner_content .lower_heading .animate_text {
        float: left;
        display: inline-block;
        font-family: "Candal", sans-serif;
        font-size: 94px;
        font-weight: 400;
        text-transform: uppercase;
        margin-left: 20px;
        height: 108px;
        overflow: hidden;
        margin-top: -20px; }
        .hero_section .hero_inner .inner_area .banner_content .lower_heading .animate_text .single_letter {
          float: left;
          height: 100%; }
          .hero_section .hero_inner .inner_area .banner_content .lower_heading .animate_text .single_letter span {
            color: #000000;
            -webkit-text-stroke-color: #251A3F;
            -webkit-text-stroke-width: 1px;
            -webkit-text-fill-color: transparent;
            -webkit-background-clip: text;
            background-repeat: no-repeat;
            -webkit-transition: background-position 6s ease;
            background-image: url("./../images/wave.png"), url("./../images/wave.png"), url("./../images/wave.png");
            text-transform: uppercase;
            background-position: -300px -440%, -900px -440%, -500px -440%; }
          .hero_section .hero_inner .inner_area .banner_content .lower_heading .animate_text .single_letter.active span {
            background-position: -800px 20%, -500px 20%, -700px 20%; }
    .hero_section .hero_inner .bottom_actions {
      position: absolute;
      bottom: 0;
      width: 100%;
      padding-bottom: 25px;
      z-index: 1; }
      .hero_section .hero_inner .bottom_actions .actions_area {
        display: flex;
        width: 100%;
        justify-content: space-between;
        align-items: flex-end; }
        .hero_section .hero_inner .bottom_actions .actions_area .fee_btn {
          padding: 6px 14px;
          font-family: Cambay;
          font-size: 16.5px;
          font-weight: 400;
          color: #fff;
          background-color: #251A3F;
          -webkit-transition: all 0.5s ease-in-out;
          -moz-transition: all 0.5s ease-in-out;
          -ms-transition: all 0.5s ease-in-out;
          -o-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;
          flex-shrink: 0; }
          .hero_section .hero_inner .bottom_actions .actions_area .fee_btn span {
            position: relative;
            top: 2px; }
          .hero_section .hero_inner .bottom_actions .actions_area .fee_btn:hover {
            background-color: #F15A27; }
        .hero_section .hero_inner .bottom_actions .actions_area .scroll_down_btn {
          position: relative;
          top: -40px; }
          .hero_section .hero_inner .bottom_actions .actions_area .scroll_down_btn:hover {
            cursor: pointer; }
            .hero_section .hero_inner .bottom_actions .actions_area .scroll_down_btn:hover .arrow_down i {
              animation: bounce 2s ease-in-out infinite; }
          .hero_section .hero_inner .bottom_actions .actions_area .scroll_down_btn .arrow_down {
            position: absolute;
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center; }
            .hero_section .hero_inner .bottom_actions .actions_area .scroll_down_btn .arrow_down i {
              font-size: 40px;
              color: #251A3F; }
          .hero_section .hero_inner .bottom_actions .actions_area .scroll_down_btn .circle {
            height: 160px;
            width: 160px;
            border-radius: 50%;
            position: relative;
            animation: rotateText 10s linear infinite; }
            .hero_section .hero_inner .bottom_actions .actions_area .scroll_down_btn .circle a {
              color: #000000; }
            .hero_section .hero_inner .bottom_actions .actions_area .scroll_down_btn .circle .circular_text_area {
              position: absolute;
              width: 100%;
              height: 100%; }
              .hero_section .hero_inner .bottom_actions .actions_area .scroll_down_btn .circle .circular_text_area p span {
                position: absolute;
                left: 50%;
                font-size: 16px;
                transform-origin: 0 80px;
                font-weight: 700; }
        .hero_section .hero_inner .bottom_actions .actions_area .social_icons {
          width: 80px;
          display: flex;
          align-items: end;
          flex-direction: column;
          gap: 15px; }
          .hero_section .hero_inner .bottom_actions .actions_area .social_icons a {
            -webkit-transition: all 0.5s ease-in-out;
            -moz-transition: all 0.5s ease-in-out;
            -ms-transition: all 0.5s ease-in-out;
            -o-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
            color: #251A3F;
            font-size: 18px;
            min-width: 22px;
            text-align: center; }
            .hero_section .hero_inner .bottom_actions .actions_area .social_icons a:hover {
              color: #F15A27; }
    .hero_section .hero_inner .bottom_img {
      width: 100%;
      position: absolute;
      left: 0;
      bottom: 0;
      height: 369px; }
      .hero_section .hero_inner .bottom_img img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
  .hero_section .mouse_div {
    display: block;
    position: absolute;
    top: -30px;
    left: -30px; }
    .hero_section .mouse_div .inner_circle {
      width: 30px;
      height: 30px;
      background-color: transparent;
      border-radius: 50%;
      border: 1px solid #251A3F;
      transition: transform 1s linear, background-color .2s ease; }
    .hero_section .mouse_div.rotate_div {
      z-index: 99;
      animation: to-center 2s ease forwards; }
      .hero_section .mouse_div.rotate_div .inner_circle {
        width: 30px;
        height: 30px;
        background-color: #251A3F;
        transform: scale(80) rotateX(180deg) rotateY(180deg) rotateZ(180deg); }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0); }
  40% {
    transform: translateY(-20px); }
  60% {
    transform: translateY(-10px); } }

@keyframes to-center {
  0% {
    left: 0;
    top: 0; }
  100% {
    left: 50%;
    top: 50%; } }

@keyframes animate-heading-img {
  0% {
    background-position: 0 0; }
  50% {
    background-position: 0 100%; }
  100% {
    background-position: 0 0; } }

@keyframes rotateText {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes star_movement_one {
  0% {
    top: 0;
    right: 0;
    transform: rotate(0deg); }
  10% {
    top: -15%;
    right: 2%;
    transform: rotate(30deg); }
  20% {
    top: -15%;
    right: 15%;
    transform: rotate(60deg); }
  30% {
    top: -20%;
    right: 30%; }
  40% {
    top: -18%;
    right: 40%; }
  50% {
    top: -18%;
    right: 50%; }
  60% {
    top: -16%;
    right: 60%; }
  70% {
    top: -15%;
    right: 70%; }
  80% {
    top: -16%;
    right: 80%; }
  90% {
    top: -18%;
    right: 90%; }
  95% {
    top: -16%;
    right: 95%; }
  100% {
    top: -5%;
    right: 100%;
    transform: rotate(360deg); } }

@keyframes star_movement_two {
  0% {
    top: 0;
    right: 0;
    transform: rotate(0deg); }
  10% {
    top: -12%;
    right: 1%;
    transform: rotate(30deg); }
  20% {
    top: -14%;
    right: 15%;
    transform: rotate(60deg); }
  30% {
    top: -21%;
    right: 30%; }
  40% {
    top: -16%;
    right: 40%; }
  50% {
    top: -14%;
    right: 50%; }
  60% {
    top: -18%;
    right: 60%; }
  70% {
    top: -12%;
    right: 70%; }
  80% {
    top: -14%;
    right: 80%; }
  90% {
    top: -15%;
    right: 90%; }
  95% {
    top: -16%;
    right: 92%; }
  100% {
    top: -6%;
    right: 100%;
    transform: rotate(360deg); } }

@keyframes circle_movement_one {
  0% {
    top: 0;
    left: 0; }
  50% {
    top: 50%;
    left: 50%; }
  100% {
    top: 0%;
    left: 50%;
    opacity: .5; } }

@keyframes circle_movement_two {
  0% {
    bottom: 0;
    right: 0; }
  50% {
    bottom: 55%;
    right: 50%; }
  100% {
    bottom: 50%;
    right: 20%;
    opacity: .5; } }

/* Above 1920 desktop */
/* 1680 desktop */
/* 1600 desktop */
/* Above 1400 and Below 1599 Desktop*/
/* 1300 desktop only */
@media (min-width: 1300px) and (max-width: 1399px) {
  .hero_section .hero_inner .inner_area .banner_content {
    padding-top: 90px; }
    .hero_section .hero_inner .inner_area .banner_content .upper_heading h2 {
      font-size: 50px; }
    .hero_section .hero_inner .inner_area .banner_content .lower_heading h2 {
      font-size: 75px; }
    .hero_section .hero_inner .inner_area .banner_content .lower_heading .animate_text {
      font-size: 90px; }
  .hero_section .hero_inner .bottom_actions .actions_area .scroll_down_btn {
    transform: scale(0.8); }
  .hero_section .hero_inner .bottom_img {
    height: 265px; }
  @keyframes star_movement_one {
    0% {
      top: 0;
      right: 0;
      transform: rotate(0deg); }
    10% {
      top: -12%;
      right: 2%;
      transform: rotate(30deg); }
    20% {
      top: -12%;
      right: 15%;
      transform: rotate(60deg); }
    30% {
      top: -14%;
      right: 30%; }
    40% {
      top: -14%;
      right: 40%; }
    50% {
      top: -14%;
      right: 50%; }
    60% {
      top: -12%;
      right: 60%; }
    70% {
      top: -12%;
      right: 70%; }
    80% {
      top: -14%;
      right: 80%; }
    90% {
      top: -14%;
      right: 90%; }
    95% {
      top: -14%;
      right: 95%; }
    100% {
      top: -4%;
      right: 100%;
      transform: rotate(360deg); } }
  @keyframes star_movement_two {
    0% {
      top: 0;
      right: 0;
      transform: rotate(0deg); }
    10% {
      top: -12%;
      right: 1%;
      transform: rotate(30deg); }
    20% {
      top: -14%;
      right: 15%;
      transform: rotate(60deg); }
    30% {
      top: -14%;
      right: 30%; }
    40% {
      top: -12%;
      right: 40%; }
    50% {
      top: -10%;
      right: 50%; }
    60% {
      top: -14%;
      right: 60%; }
    70% {
      top: -12%;
      right: 70%; }
    80% {
      top: -14%;
      right: 80%; }
    90% {
      top: -15%;
      right: 90%; }
    95% {
      top: -16%;
      right: 92%; }
    100% {
      top: -6%;
      right: 100%;
      transform: rotate(360deg); } } }

/* 1200 desktop only */
@media (min-width: 1200px) and (max-width: 1299px) {
  .hero_section .hero_inner .bottom_img {
    height: 265px; }
  .hero_section .hero_inner .inner_area .banner_content {
    padding-top: 120px; }
    .hero_section .hero_inner .inner_area .banner_content .upper_heading h2 {
      font-size: 50px; }
    .hero_section .hero_inner .inner_area .banner_content .lower_heading h2 {
      font-size: 75px; }
    .hero_section .hero_inner .inner_area .banner_content .lower_heading .animate_text {
      font-size: 90px; }
  @keyframes star_movement_one {
    0% {
      top: 0;
      right: 0;
      transform: rotate(0deg); }
    10% {
      top: -12%;
      right: 2%;
      transform: rotate(30deg); }
    20% {
      top: -12%;
      right: 15%;
      transform: rotate(60deg); }
    30% {
      top: -14%;
      right: 30%; }
    40% {
      top: -14%;
      right: 40%; }
    50% {
      top: -14%;
      right: 50%; }
    60% {
      top: -12%;
      right: 60%; }
    70% {
      top: -12%;
      right: 70%; }
    80% {
      top: -14%;
      right: 80%; }
    90% {
      top: -14%;
      right: 90%; }
    95% {
      top: -14%;
      right: 95%; }
    100% {
      top: -4%;
      right: 100%;
      transform: rotate(360deg); } }
  @keyframes star_movement_two {
    0% {
      top: 0;
      right: 0;
      transform: rotate(0deg); }
    10% {
      top: -12%;
      right: 1%;
      transform: rotate(30deg); }
    20% {
      top: -14%;
      right: 15%;
      transform: rotate(60deg); }
    30% {
      top: -14%;
      right: 30%; }
    40% {
      top: -12%;
      right: 40%; }
    50% {
      top: -10%;
      right: 50%; }
    60% {
      top: -14%;
      right: 60%; }
    70% {
      top: -12%;
      right: 70%; }
    80% {
      top: -14%;
      right: 80%; }
    90% {
      top: -15%;
      right: 90%; }
    95% {
      top: -16%;
      right: 92%; }
    100% {
      top: -6%;
      right: 100%;
      transform: rotate(360deg); } } }

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  .hero_section {
    padding-top: 100px; }
    .hero_section .hero_inner {
      border-top-left-radius: 100px;
      border-top-right-radius: 100px; }
      .hero_section .hero_inner .bottom_img {
        height: 220px; }
      .hero_section .hero_inner .inner_area .banner_content {
        padding-top: 150px; }
        .hero_section .hero_inner .inner_area .banner_content .upper_heading h2 {
          font-size: 40px; }
        .hero_section .hero_inner .inner_area .banner_content .upper_heading .img_block {
          height: 38px;
          width: 260px; }
        .hero_section .hero_inner .inner_area .banner_content .lower_heading h2 {
          font-size: 65px; }
        .hero_section .hero_inner .inner_area .banner_content .lower_heading .animate_text {
          font-size: 80px; }
      .hero_section .hero_inner .bottom_actions .actions_area .fee_btn {
        font-size: 14px; }
      .hero_section .hero_inner .bottom_actions .actions_area .scroll_down_btn .arrow_down i {
        font-size: 26px; }
  @keyframes star_movement_one {
    0% {
      top: 0;
      right: 0;
      transform: rotate(0deg); }
    10% {
      top: -12%;
      right: 2%;
      transform: rotate(30deg); }
    20% {
      top: -12%;
      right: 15%;
      transform: rotate(60deg); }
    30% {
      top: -14%;
      right: 30%; }
    40% {
      top: -14%;
      right: 40%; }
    50% {
      top: -14%;
      right: 50%; }
    60% {
      top: -12%;
      right: 60%; }
    70% {
      top: -12%;
      right: 70%; }
    80% {
      top: -14%;
      right: 80%; }
    90% {
      top: -14%;
      right: 90%; }
    95% {
      top: -14%;
      right: 95%; }
    100% {
      top: -4%;
      right: 100%;
      transform: rotate(360deg); } }
  @keyframes star_movement_two {
    0% {
      top: 0;
      right: 0;
      transform: rotate(0deg); }
    10% {
      top: -12%;
      right: 1%;
      transform: rotate(30deg); }
    20% {
      top: -14%;
      right: 15%;
      transform: rotate(60deg); }
    30% {
      top: -14%;
      right: 30%; }
    40% {
      top: -12%;
      right: 40%; }
    50% {
      top: -10%;
      right: 50%; }
    60% {
      top: -14%;
      right: 60%; }
    70% {
      top: -12%;
      right: 70%; }
    80% {
      top: -14%;
      right: 80%; }
    90% {
      top: -15%;
      right: 90%; }
    95% {
      top: -16%;
      right: 92%; }
    100% {
      top: -6%;
      right: 100%;
      transform: rotate(360deg); } } }

/* Landscape tablets and ipad */
@media (min-width: 768px) and (max-width: 991px) {
  .hero_section {
    padding-top: 100px; }
    .hero_section .hero_inner {
      border-top-left-radius: 100px;
      border-top-right-radius: 100px; }
      .hero_section .hero_inner .bottom_img {
        height: 380px; }
      .hero_section .hero_inner .big_star_img {
        animation-duration: 10s; }
      .hero_section .hero_inner .small_star_img {
        animation-duration: 10s; }
      .hero_section .hero_inner .inner_area {
        padding-left: 40px; }
        .hero_section .hero_inner .inner_area .banner_content {
          padding-top: 160px; }
          .hero_section .hero_inner .inner_area .banner_content .upper_heading h2 {
            font-size: 35px; }
          .hero_section .hero_inner .inner_area .banner_content .upper_heading .img_block {
            height: 32px;
            width: 200px; }
          .hero_section .hero_inner .inner_area .banner_content .lower_heading {
            padding-top: 15px; }
            .hero_section .hero_inner .inner_area .banner_content .lower_heading h2 {
              font-size: 58px; }
            .hero_section .hero_inner .inner_area .banner_content .lower_heading .animate_text {
              font-size: 78px;
              margin-left: 0; }
      .hero_section .hero_inner .bottom_actions .actions_area .fee_btn {
        font-size: 14px; }
      .hero_section .hero_inner .bottom_actions .actions_area .scroll_down_btn {
        top: -100px; }
        .hero_section .hero_inner .bottom_actions .actions_area .scroll_down_btn .arrow_down i {
          font-size: 26px; }
  @keyframes star_movement_one {
    0% {
      top: 0;
      right: 0;
      transform: rotate(0deg); }
    10% {
      top: -8%;
      right: 2%;
      transform: rotate(30deg); }
    20% {
      top: -8%;
      right: 15%;
      transform: rotate(60deg); }
    30% {
      top: -6%;
      right: 30%; }
    40% {
      top: -6%;
      right: 40%; }
    50% {
      top: -6%;
      right: 50%; }
    60% {
      top: -4%;
      right: 60%; }
    70% {
      top: -4%;
      right: 70%; }
    80% {
      top: -6%;
      right: 80%; }
    90% {
      top: -6%;
      right: 90%; }
    95% {
      top: -6%;
      right: 95%; }
    100% {
      top: -4%;
      right: 100%;
      transform: rotate(360deg); } }
  @keyframes star_movement_two {
    0% {
      top: 0;
      right: 0;
      transform: rotate(0deg); }
    10% {
      top: -6%;
      right: 1%;
      transform: rotate(30deg); }
    20% {
      top: -4%;
      right: 15%;
      transform: rotate(60deg); }
    30% {
      top: -4%;
      right: 30%; }
    40% {
      top: -6%;
      right: 40%; }
    50% {
      top: -8%;
      right: 50%; }
    60% {
      top: -2%;
      right: 60%; }
    70% {
      top: -6%;
      right: 70%; }
    80% {
      top: -4%;
      right: 80%; }
    90% {
      top: -2%;
      right: 90%; }
    95% {
      top: -6%;
      right: 92%; }
    100% {
      top: -4%;
      right: 100%;
      transform: rotate(360deg); } } }

/* Landscape phones and portrait tablets */
@media (min-width: 576px) and (max-width: 767px) {
  .hero_section {
    padding-top: 80px;
    height: 100%;
    overflow-y: scroll; }
    .hero_section .hero_inner {
      border-top-left-radius: 60px;
      border-top-right-radius: 60px; }
      .hero_section .hero_inner .bottom_img {
        height: 230px; }
      .hero_section .hero_inner .big_star_img {
        animation-duration: 10s; }
      .hero_section .hero_inner .small_star_img {
        animation-duration: 10s; }
      .hero_section .hero_inner .inner_area .banner_content {
        padding-top: 100px; }
        .hero_section .hero_inner .inner_area .banner_content .upper_heading h2 {
          font-size: 28px; }
        .hero_section .hero_inner .inner_area .banner_content .upper_heading .img_block {
          height: 30px;
          width: 170px; }
        .hero_section .hero_inner .inner_area .banner_content .lower_heading {
          padding-top: 15px; }
          .hero_section .hero_inner .inner_area .banner_content .lower_heading h2 {
            font-size: 45px; }
          .hero_section .hero_inner .inner_area .banner_content .lower_heading .animate_text {
            font-size: 65px; }
            .hero_section .hero_inner .inner_area .banner_content .lower_heading .animate_text .single_letter span {
              background-position: -300px -100%, -900px -100%, -500px -100%; }
      .hero_section .hero_inner .bottom_actions {
        position: relative;
        margin-top: 100px; }
        .hero_section .hero_inner .bottom_actions .actions_area .social_icons a {
          font-size: 16px; }
        .hero_section .hero_inner .bottom_actions .actions_area .fee_btn {
          font-size: 14px; }
        .hero_section .hero_inner .bottom_actions .actions_area .scroll_down_btn {
          transform: scale(0.8); }
          .hero_section .hero_inner .bottom_actions .actions_area .scroll_down_btn .arrow_down i {
            font-size: 26px; }
  @keyframes star_movement_one {
    0% {
      top: 0;
      right: 0;
      transform: rotate(0deg); }
    10% {
      top: -8%;
      right: 2%;
      transform: rotate(30deg); }
    20% {
      top: -8%;
      right: 15%;
      transform: rotate(60deg); }
    30% {
      top: -6%;
      right: 30%; }
    40% {
      top: -6%;
      right: 40%; }
    50% {
      top: -6%;
      right: 50%; }
    60% {
      top: -4%;
      right: 60%; }
    70% {
      top: -4%;
      right: 70%; }
    80% {
      top: -6%;
      right: 80%; }
    90% {
      top: -6%;
      right: 90%; }
    95% {
      top: -6%;
      right: 95%; }
    100% {
      top: -4%;
      right: 100%;
      transform: rotate(360deg); } }
  @keyframes star_movement_two {
    0% {
      top: 0;
      right: 0;
      transform: rotate(0deg); }
    10% {
      top: -6%;
      right: 1%;
      transform: rotate(30deg); }
    20% {
      top: -4%;
      right: 15%;
      transform: rotate(60deg); }
    30% {
      top: -4%;
      right: 30%; }
    40% {
      top: -6%;
      right: 40%; }
    50% {
      top: -8%;
      right: 50%; }
    60% {
      top: -2%;
      right: 60%; }
    70% {
      top: -6%;
      right: 70%; }
    80% {
      top: -4%;
      right: 80%; }
    90% {
      top: -2%;
      right: 90%; }
    95% {
      top: -6%;
      right: 92%; }
    100% {
      top: -4%;
      right: 100%;
      transform: rotate(360deg); } } }

/* Landscape phones and portrait tablets */
@media (min-width: 361px) and (max-width: 575px) {
  .hero_section {
    padding-top: 80px;
    overflow-y: scroll; }
    .hero_section .hero_inner {
      border-top-left-radius: 40px;
      border-top-right-radius: 40px; }
      .hero_section .hero_inner .animated_circle.circle_1 {
        transform: scale(0.5); }
      .hero_section .hero_inner .animated_circle.circle_2 {
        transform: scale(0.5); }
      .hero_section .hero_inner .bottom_img {
        height: 300px; }
      .hero_section .hero_inner .big_star_img {
        animation-duration: 10s; }
      .hero_section .hero_inner .small_star_img {
        animation-duration: 10s; }
      .hero_section .hero_inner .inner_area .banner_content {
        padding-top: 80px; }
        .hero_section .hero_inner .inner_area .banner_content .upper_heading h2 {
          font-size: 20px; }
        .hero_section .hero_inner .inner_area .banner_content .upper_heading .img_block {
          height: 20px;
          width: 90px;
          margin-left: 8px; }
        .hero_section .hero_inner .inner_area .banner_content .lower_heading {
          padding-top: 10px; }
          .hero_section .hero_inner .inner_area .banner_content .lower_heading h2 {
            font-size: 35px; }
          .hero_section .hero_inner .inner_area .banner_content .lower_heading .animate_text {
            font-size: 55px;
            margin-left: 0;
            margin-top: -10px; }
            .hero_section .hero_inner .inner_area .banner_content .lower_heading .animate_text .single_letter span {
              background-position: -300px -70%, -900px -70%, -500px -70%; }
      .hero_section .hero_inner .bottom_actions {
        padding-bottom: 15px; }
        .hero_section .hero_inner .bottom_actions .actions_area .social_icons a {
          font-size: 14px; }
        .hero_section .hero_inner .bottom_actions .actions_area .fee_btn {
          font-size: 14px; }
        .hero_section .hero_inner .bottom_actions .actions_area .scroll_down_btn {
          transform: scale(0.7);
          top: -70px; }
          .hero_section .hero_inner .bottom_actions .actions_area .scroll_down_btn .arrow_down i {
            font-size: 26px; }
  @keyframes star_movement_one {
    0% {
      top: 0;
      right: 0;
      transform: rotate(0deg); }
    10% {
      top: -6%;
      right: 2%;
      transform: rotate(30deg); }
    20% {
      top: -6%;
      right: 15%;
      transform: rotate(60deg); }
    30% {
      top: -4%;
      right: 30%; }
    40% {
      top: -4%;
      right: 40%; }
    50% {
      top: -4%;
      right: 50%; }
    60% {
      top: -4%;
      right: 60%; }
    70% {
      top: -2%;
      right: 70%; }
    80% {
      top: -4%;
      right: 80%; }
    90% {
      top: -4%;
      right: 90%; }
    95% {
      top: -4%;
      right: 95%; }
    100% {
      top: -2%;
      right: 100%;
      transform: rotate(360deg); } }
  @keyframes star_movement_two {
    0% {
      top: 0;
      right: 0;
      transform: rotate(0deg); }
    10% {
      top: -6%;
      right: 1%;
      transform: rotate(30deg); }
    20% {
      top: -4%;
      right: 15%;
      transform: rotate(60deg); }
    30% {
      top: -4%;
      right: 30%; }
    40% {
      top: -6%;
      right: 40%; }
    50% {
      top: -8%;
      right: 50%; }
    60% {
      top: -2%;
      right: 60%; }
    70% {
      top: -6%;
      right: 70%; }
    80% {
      top: -4%;
      right: 80%; }
    90% {
      top: -2%;
      right: 90%; }
    95% {
      top: -6%;
      right: 92%; }
    100% {
      top: -4%;
      right: 100%;
      transform: rotate(360deg); } } }

/* Smaller phones */
@media (max-width: 360px) {
  .hero_section {
    padding-top: 80px;
    overflow-y: scroll; }
    .hero_section .hero_inner {
      border-top-left-radius: 40px;
      border-top-right-radius: 40px; }
      .hero_section .hero_inner .animated_circle.circle_1 {
        transform: scale(0.5); }
      .hero_section .hero_inner .animated_circle.circle_2 {
        transform: scale(0.5); }
      .hero_section .hero_inner .bottom_img {
        height: 300px; }
      .hero_section .hero_inner .big_star_img {
        animation-duration: 10s; }
      .hero_section .hero_inner .small_star_img {
        animation-duration: 10s; }
      .hero_section .hero_inner .inner_area .banner_content {
        padding-top: 65px; }
        .hero_section .hero_inner .inner_area .banner_content .upper_heading h2 {
          font-size: 18px; }
        .hero_section .hero_inner .inner_area .banner_content .upper_heading .img_block {
          height: 18px;
          width: 90px;
          margin-left: 10px; }
        .hero_section .hero_inner .inner_area .banner_content .lower_heading {
          padding-top: 10px; }
          .hero_section .hero_inner .inner_area .banner_content .lower_heading h2 {
            font-size: 35px; }
          .hero_section .hero_inner .inner_area .banner_content .lower_heading .animate_text {
            font-size: 55px;
            margin-left: 0;
            margin-top: -10px; }
            .hero_section .hero_inner .inner_area .banner_content .lower_heading .animate_text .single_letter span {
              background-position: -300px -70%, -900px -70%, -500px -70%; }
      .hero_section .hero_inner .bottom_actions {
        padding-bottom: 15px; }
        .hero_section .hero_inner .bottom_actions .actions_area .social_icons a {
          font-size: 14px; }
        .hero_section .hero_inner .bottom_actions .actions_area .fee_btn {
          font-size: 14px; }
        .hero_section .hero_inner .bottom_actions .actions_area .scroll_down_btn {
          transform: scale(0.7);
          top: -70px; }
          .hero_section .hero_inner .bottom_actions .actions_area .scroll_down_btn .arrow_down i {
            font-size: 26px; }
  @keyframes star_movement_one {
    0% {
      top: 0;
      right: 0;
      transform: rotate(0deg); }
    10% {
      top: -6%;
      right: 2%;
      transform: rotate(30deg); }
    20% {
      top: -6%;
      right: 15%;
      transform: rotate(60deg); }
    30% {
      top: -4%;
      right: 30%; }
    40% {
      top: -4%;
      right: 40%; }
    50% {
      top: -4%;
      right: 50%; }
    60% {
      top: -4%;
      right: 60%; }
    70% {
      top: -2%;
      right: 70%; }
    80% {
      top: -4%;
      right: 80%; }
    90% {
      top: -4%;
      right: 90%; }
    95% {
      top: -4%;
      right: 95%; }
    100% {
      top: -2%;
      right: 100%;
      transform: rotate(360deg); } }
  @keyframes star_movement_two {
    0% {
      top: 0;
      right: 0;
      transform: rotate(0deg); }
    10% {
      top: -6%;
      right: 1%;
      transform: rotate(30deg); }
    20% {
      top: -4%;
      right: 15%;
      transform: rotate(60deg); }
    30% {
      top: -4%;
      right: 30%; }
    40% {
      top: -6%;
      right: 40%; }
    50% {
      top: -8%;
      right: 50%; }
    60% {
      top: -2%;
      right: 60%; }
    70% {
      top: -6%;
      right: 70%; }
    80% {
      top: -4%;
      right: 80%; }
    90% {
      top: -2%;
      right: 90%; }
    95% {
      top: -6%;
      right: 92%; }
    100% {
      top: -4%;
      right: 100%;
      transform: rotate(360deg); } } }

/* Smaller phones */
@media (min-height: 900px) and (max-height: 1366px) and (min-width: 992px) and (max-width: 1199px) {
  .hero_section .hero_inner .inner_area {
    padding: 0 60px; }
    .hero_section .hero_inner .inner_area .banner_content {
      padding-top: 220px; }
      .hero_section .hero_inner .inner_area .banner_content .upper_heading h2 {
        font-size: 45px; }
      .hero_section .hero_inner .inner_area .banner_content .lower_heading h2 {
        font-size: 80px; }
      .hero_section .hero_inner .inner_area .banner_content .lower_heading .animate_text {
        font-size: 105px;
        height: 115px;
        margin-left: 0; }
        .hero_section .hero_inner .inner_area .banner_content .lower_heading .animate_text .single_letter span {
          background-position: -297px -900%, -900px -900%, -500px -900%; }
  .hero_section .hero_inner .bottom_actions {
    padding-bottom: 50px; }
    .hero_section .hero_inner .bottom_actions .actions_area .scroll_down_btn {
      top: -160px;
      -webkit-transform: scale(1.2);
      -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
      -o-transform: scale(1.2);
      transform: scale(1.2); }
  .hero_section .hero_inner .bottom_img {
    height: 500px; } }

/* Landscape phones and portrait tablets Height More than 768px */
@media (min-width: 361px) and (max-width: 575px) and (min-height: 768px) {
  .hero_section {
    padding-top: 100px; }
    .hero_section .hero_inner {
      border-top-left-radius: 40px;
      border-top-right-radius: 40px; }
      .hero_section .hero_inner .bottom_img {
        height: 380px; }
      .hero_section .hero_inner .big_star_img {
        animation-duration: 10s; }
      .hero_section .hero_inner .small_star_img {
        animation-duration: 10s; }
      .hero_section .hero_inner .inner_area .banner_content {
        padding-top: 120px; }
        .hero_section .hero_inner .inner_area .banner_content .upper_heading h2 {
          font-size: 22px; }
        .hero_section .hero_inner .inner_area .banner_content .upper_heading .img_block {
          height: 20px;
          width: 110px; }
        .hero_section .hero_inner .inner_area .banner_content .lower_heading {
          padding-top: 15px; }
          .hero_section .hero_inner .inner_area .banner_content .lower_heading h2 {
            font-size: 40px; }
          .hero_section .hero_inner .inner_area .banner_content .lower_heading .animate_text {
            font-size: 65px;
            margin-left: 0; }
            .hero_section .hero_inner .inner_area .banner_content .lower_heading .animate_text .single_letter span {
              background-position: -300px -100%, -900px -100%, -500px -100%; }
      .hero_section .hero_inner .bottom_actions .actions_area .fee_btn {
        font-size: 14px; }
      .hero_section .hero_inner .bottom_actions .actions_area .scroll_down_btn {
        top: -100px; }
        .hero_section .hero_inner .bottom_actions .actions_area .scroll_down_btn .arrow_down i {
          font-size: 26px; } }

/* Height Less than 850px More than 600 */
@media (max-height: 850px) and (min-height: 600px) {
  .hero_section .hero_inner .inner_area .banner_content {
    padding-top: 90px; }
  .hero_section .hero_inner .bottom_img {
    height: 270px; } }

/* Smaller phones Height Less than 600px */
@media (max-height: 600px) and (max-width: 932px) {
  .hero_section {
    height: auto; }
    .hero_section .hero_inner {
      padding-bottom: 0; }
      .hero_section .hero_inner .bottom_img {
        position: static; } }

@media (min-height: 601px) {
  .hero_section {
    height: 100dvh; }
    .hero_section .hero_inner .bottom_actions {
      position: absolute; } }

@keyframes slide {
  0% {
    background-size: 100%; }
  50% {
    background-size: 110%; }
  100% {
    background-size: 100%; } }

@-webkit-keyframes slide {
  0% {
    background-size: 100%; }
  50% {
    background-size: 110%; }
  100% {
    background-size: 100%; } }

@keyframes smoothScroll {
  0% {
    transform: translateY(-100px); }
  100% {
    transform: translateY(0px); } }

/* Above 1920 desktop */
/* 1680 desktop */
/* 1600 desktop */
/* Above 1400 and Below 1599 Desktop*/
/* 1300 desktop only */
/* 1200 desktop only */
/* Landscape tablets and medium desktops */
/* Landscape tablets and ipad */
/* Landscape phones and portrait tablets */
/* Landscape phones and portrait tablets */
/* Smaller phones */
/* Smaller phones */
@keyframes slide {
  0% {
    background-size: 100%; }
  50% {
    background-size: 110%; }
  100% {
    background-size: 100%; } }

@-webkit-keyframes slide {
  0% {
    background-size: 100%; }
  50% {
    background-size: 110%; }
  100% {
    background-size: 100%; } }

@keyframes smoothScroll {
  0% {
    transform: translateY(-100px); }
  100% {
    transform: translateY(0px); } }

/* Above 1920 desktop */
/* 1680 desktop */
/* 1600 desktop */
/* Above 1400 and Below 1599 Desktop*/
/* 1300 desktop only */
/* 1200 desktop only */
/* Landscape tablets and medium desktops */
/* Landscape tablets and ipad */
/* Landscape phones and portrait tablets */
/* Landscape phones and portrait tablets */
/* Smaller phones */
/* Smaller phones */
@keyframes slide {
  0% {
    background-size: 100%; }
  50% {
    background-size: 110%; }
  100% {
    background-size: 100%; } }

@-webkit-keyframes slide {
  0% {
    background-size: 100%; }
  50% {
    background-size: 110%; }
  100% {
    background-size: 100%; } }

@keyframes smoothScroll {
  0% {
    transform: translateY(-100px); }
  100% {
    transform: translateY(0px); } }

.carousel_area {
  background-color: #000;
  padding-top: 125px;
  height: 100vh;
  overflow: hidden;
  position: relative; }
  .carousel_area .inner_carousel_area {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
    .carousel_area .inner_carousel_area .swiper {
      width: 60%;
      min-width: 800px;
      height: 500px;
      overflow: visible;
      opacity: 0;
      transform: translateX(1500px); }
      .carousel_area .inner_carousel_area .swiper.initial {
        animation: show-carousel 1.5s 0.5s ease forwards; }
      .carousel_area .inner_carousel_area .swiper .swiper-wrapper .swiper-slide {
        margin-top: 0;
        transition: all 300ms ease; }
        .carousel_area .inner_carousel_area .swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
          margin-top: -40px; }
        .carousel_area .inner_carousel_area .swiper .swiper-wrapper .swiper-slide .slide_area {
          position: relative; }
          .carousel_area .inner_carousel_area .swiper .swiper-wrapper .swiper-slide .slide_area .slide_bg_img {
            position: absolute;
            z-index: 2;
            top: -60%;
            left: -30%;
            -webkit-user-select: none;
            -ms-user-select: none;
            user-select: none; }
            .carousel_area .inner_carousel_area .swiper .swiper-wrapper .swiper-slide .slide_area .slide_bg_img img {
              height: 100%;
              width: 100%;
              object-fit: cover; }
          .carousel_area .inner_carousel_area .swiper .swiper-wrapper .swiper-slide .slide_area .inner_slide_area {
            position: relative;
            z-index: 3;
            padding: 20px;
            background-color: #ffffff;
            border-radius: 30px; }
            .carousel_area .inner_carousel_area .swiper .swiper-wrapper .swiper-slide .slide_area .inner_slide_area .slide_box {
              display: flex;
              align-items: center;
              width: 100%;
              gap: 30px; }
              .carousel_area .inner_carousel_area .swiper .swiper-wrapper .swiper-slide .slide_area .inner_slide_area .slide_box .left_area .img_holder {
                height: 400px;
                width: 330px;
                border-radius: 30px;
                display: flex;
                align-items: center;
                justify-content: center;
                overflow: hidden; }
                .carousel_area .inner_carousel_area .swiper .swiper-wrapper .swiper-slide .slide_area .inner_slide_area .slide_box .left_area .img_holder .img_area {
                  width: 100%;
                  height: 100%; }
                  .carousel_area .inner_carousel_area .swiper .swiper-wrapper .swiper-slide .slide_area .inner_slide_area .slide_box .left_area .img_holder .img_area img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover; }
              .carousel_area .inner_carousel_area .swiper .swiper-wrapper .swiper-slide .slide_area .inner_slide_area .slide_box .right_area .content_area h2 {
                font-family: Libre Franklin;
                font-size: 24px;
                font-weight: 600;
                color: #3C2566;
                margin-bottom: 20px; }
              .carousel_area .inner_carousel_area .swiper .swiper-wrapper .swiper-slide .slide_area .inner_slide_area .slide_box .right_area .content_area p {
                font-family: Libre Franklin;
                font-size: 16px;
                font-weight: 500;
                color: #506376;
                margin-bottom: 30px; }
              .carousel_area .inner_carousel_area .swiper .swiper-wrapper .swiper-slide .slide_area .inner_slide_area .slide_box .right_area .content_area .feature_list {
                margin-bottom: 20px; }
                .carousel_area .inner_carousel_area .swiper .swiper-wrapper .swiper-slide .slide_area .inner_slide_area .slide_box .right_area .content_area .feature_list ul {
                  display: flex;
                  gap: 25px; }
                  .carousel_area .inner_carousel_area .swiper .swiper-wrapper .swiper-slide .slide_area .inner_slide_area .slide_box .right_area .content_area .feature_list ul li {
                    text-align: center;
                    font-family: Libre Franklin;
                    color: #000000;
                    font-size: 14px;
                    font-weight: 400;
                    width: 90px; }
                    .carousel_area .inner_carousel_area .swiper .swiper-wrapper .swiper-slide .slide_area .inner_slide_area .slide_box .right_area .content_area .feature_list ul li .feat_img {
                      border-radius: 5px;
                      width: 90px;
                      height: 90px;
                      display: flex;
                      align-items: center;
                      justify-content: center;
                      margin-bottom: 8px;
                      background-color: #E9E9E9; }
                      .carousel_area .inner_carousel_area .swiper .swiper-wrapper .swiper-slide .slide_area .inner_slide_area .slide_box .right_area .content_area .feature_list ul li .feat_img .feat_img_inner {
                        height: 40px; }
                        .carousel_area .inner_carousel_area .swiper .swiper-wrapper .swiper-slide .slide_area .inner_slide_area .slide_box .right_area .content_area .feature_list ul li .feat_img .feat_img_inner img {
                          object-fit: contain;
                          height: 100%;
                          width: 100%; }
    .carousel_area .inner_carousel_area .slider_bottom_area {
      position: absolute;
      bottom: -170px;
      left: 50%;
      transform: translateX(-50%);
      width: 100%;
      z-index: 15; }
      .carousel_area .inner_carousel_area .slider_bottom_area .inner_bottom_area {
        display: flex;
        align-items: flex-start;
        justify-content: space-between; }
        .carousel_area .inner_carousel_area .slider_bottom_area .inner_bottom_area .slider_dots_area {
          flex-basis: 33.33%;
          position: relative;
          z-index: 99; }
          .carousel_area .inner_carousel_area .slider_bottom_area .inner_bottom_area .slider_dots_area ul {
            display: flex;
            align-items: center;
            gap: 10px; }
            .carousel_area .inner_carousel_area .slider_bottom_area .inner_bottom_area .slider_dots_area ul li .img_area {
              cursor: pointer;
              width: 50px;
              height: 50px;
              border-radius: 50%;
              background: #FFFFFF99;
              display: flex;
              align-items: center;
              justify-content: center; }
              .carousel_area .inner_carousel_area .slider_bottom_area .inner_bottom_area .slider_dots_area ul li .img_area img {
                width: auto;
                height: 28px;
                object-fit: contain; }
            .carousel_area .inner_carousel_area .slider_bottom_area .inner_bottom_area .slider_dots_area ul li.animate_hide.right {
              animation: fade-right .2s ease-out forwards; }
            .carousel_area .inner_carousel_area .slider_bottom_area .inner_bottom_area .slider_dots_area ul li.animate_hide.left {
              animation: fade-left .2s ease-out forwards; }
            .carousel_area .inner_carousel_area .slider_bottom_area .inner_bottom_area .slider_dots_area ul li.animate_show.right {
              animation: fade-in-right .2s ease-in forwards; }
            .carousel_area .inner_carousel_area .slider_bottom_area .inner_bottom_area .slider_dots_area ul li.animate_show.left {
              animation: fade-in-left .2s ease-in forwards; }
          .carousel_area .inner_carousel_area .slider_bottom_area .inner_bottom_area .slider_dots_area.right ul {
            justify-content: flex-end; }
        .carousel_area .inner_carousel_area .slider_bottom_area .inner_bottom_area .slider_pagination {
          flex-basis: 33.33%;
          height: 270px;
          width: 270px; }
          .carousel_area .inner_carousel_area .slider_bottom_area .inner_bottom_area .slider_pagination .rotater_img {
            height: 270px;
            width: 270px;
            transition: all ease .3s;
            margin: auto;
            transform: scale(1) rotate(-30deg);
            -webkit-user-select: none;
            -ms-user-select: none;
            user-select: none; }
            .carousel_area .inner_carousel_area .slider_bottom_area .inner_bottom_area .slider_pagination .rotater_img img {
              width: 100%;
              height: 100%;
              object-fit: cover; }
          .carousel_area .inner_carousel_area .slider_bottom_area .inner_bottom_area .slider_pagination .swiper-pagination {
            font-family: Libre Franklin;
            font-size: 18px;
            font-weight: 600;
            color: #ffffff;
            position: absolute;
            top: 20%;
            left: 50%;
            transform: translateX(-50%); }

@keyframes fade-right {
  0% {
    transform: translateX(0);
    opacity: 1; }
  100% {
    transform: translateX(100px);
    opacity: 0; } }

@keyframes fade-left {
  0% {
    transform: translateX(0);
    opacity: 1; }
  100% {
    transform: translateX(-100px);
    opacity: 0; } }

@keyframes fade-in-right {
  0% {
    transform: translateX(-100px);
    opacity: 0; }
  100% {
    transform: translateX(0);
    opacity: 1; } }

@keyframes fade-in-left {
  0% {
    transform: translateX(100px);
    opacity: 0; }
  100% {
    transform: translateX(0);
    opacity: 1; } }

/* Above 1920 desktop */
@media (min-width: 1920px) {
  .carousel_area .inner_carousel_area .swiper {
    width: 50%; } }

/* 1680 desktop */
@media (min-width: 1680px) and (max-width: 1919px) {
  .carousel_area .inner_carousel_area .swiper {
    width: 50%; } }

/* 1600 desktop */
@media (min-width: 1600px) and (max-width: 1679px) {
  .carousel_area .inner_carousel_area .swiper {
    width: 50%; } }

/* Above 1400 and Below 1599 Desktop*/
/* 1300 desktop only */
@media (min-width: 1300px) and (max-width: 1399px) {
  .carousel_area .inner_carousel_area .swiper {
    width: 70%; }
    .carousel_area .inner_carousel_area .swiper .swiper-wrapper .swiper-slide {
      transform: scale(0.9); }
      .carousel_area .inner_carousel_area .swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
        transform: scale(0.9); } }

/* 1200 desktop only */
@media (min-width: 1200px) and (max-width: 1299px) {
  .carousel_area .inner_carousel_area .swiper {
    width: 70%; } }

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  .carousel_area .inner_carousel_area .swiper {
    width: 85%;
    max-width: 350px; }
    .carousel_area .inner_carousel_area .swiper .swiper-wrapper .swiper-slide .slide_area .slide_bg_img {
      top: -90%;
      left: -38%; }
    .carousel_area .inner_carousel_area .swiper .swiper-wrapper .swiper-slide .slide_area .inner_slide_area .slide_box {
      height: 100%; }
      .carousel_area .inner_carousel_area .swiper .swiper-wrapper .swiper-slide .slide_area .inner_slide_area .slide_box .left_area {
        height: 100%; }
        .carousel_area .inner_carousel_area .swiper .swiper-wrapper .swiper-slide .slide_area .inner_slide_area .slide_box .left_area .img_holder {
          width: 240px;
          height: 100%; } }

/* Landscape tablets and ipad */
@media (min-width: 768px) and (max-width: 991px) {
  .carousel_area {
    padding-top: 100px; }
    .carousel_area .inner_carousel_area {
      align-items: center;
      padding-bottom: 60px; }
      .carousel_area .inner_carousel_area .swiper {
        width: 82%;
        min-width: 500px;
        height: auto; }
        .carousel_area .inner_carousel_area .swiper .swiper-wrapper .swiper-slide {
          transform: scale(0.75);
          filter: blur(2px); }
          .carousel_area .inner_carousel_area .swiper .swiper-wrapper .swiper-slide .slide_area .slide_bg_img {
            top: -60%;
            left: -40%;
            height: 800px;
            width: 800px;
            opacity: .8; }
          .carousel_area .inner_carousel_area .swiper .swiper-wrapper .swiper-slide .slide_area .inner_slide_area {
            padding: 25px 20px;
            border-radius: 20px;
            height: 100%; }
            .carousel_area .inner_carousel_area .swiper .swiper-wrapper .swiper-slide .slide_area .inner_slide_area .slide_box {
              gap: 30px;
              align-items: center;
              height: 100%; }
              .carousel_area .inner_carousel_area .swiper .swiper-wrapper .swiper-slide .slide_area .inner_slide_area .slide_box .left_area {
                width: 180px;
                height: 100%; }
                .carousel_area .inner_carousel_area .swiper .swiper-wrapper .swiper-slide .slide_area .inner_slide_area .slide_box .left_area .img_holder {
                  width: 180px;
                  height: 100%;
                  border-radius: 15px; }
              .carousel_area .inner_carousel_area .swiper .swiper-wrapper .swiper-slide .slide_area .inner_slide_area .slide_box .right_area {
                width: calc(100% - 180px); }
                .carousel_area .inner_carousel_area .swiper .swiper-wrapper .swiper-slide .slide_area .inner_slide_area .slide_box .right_area .content_area h2 {
                  font-size: 22px;
                  margin-bottom: 10px; }
                .carousel_area .inner_carousel_area .swiper .swiper-wrapper .swiper-slide .slide_area .inner_slide_area .slide_box .right_area .content_area p {
                  font-size: 16px;
                  margin-bottom: 20px; }
                .carousel_area .inner_carousel_area .swiper .swiper-wrapper .swiper-slide .slide_area .inner_slide_area .slide_box .right_area .content_area .feature_list {
                  margin-bottom: 30px; }
                  .carousel_area .inner_carousel_area .swiper .swiper-wrapper .swiper-slide .slide_area .inner_slide_area .slide_box .right_area .content_area .feature_list ul {
                    gap: 20px;
                    flex-wrap: nowrap; }
                    .carousel_area .inner_carousel_area .swiper .swiper-wrapper .swiper-slide .slide_area .inner_slide_area .slide_box .right_area .content_area .feature_list ul li {
                      width: 70px; }
                      .carousel_area .inner_carousel_area .swiper .swiper-wrapper .swiper-slide .slide_area .inner_slide_area .slide_box .right_area .content_area .feature_list ul li .feat_img {
                        width: 60px;
                        height: 60px;
                        margin: 0 auto; }
                        .carousel_area .inner_carousel_area .swiper .swiper-wrapper .swiper-slide .slide_area .inner_slide_area .slide_box .right_area .content_area .feature_list ul li .feat_img .feat_img_inner {
                          height: 30px; }
                      .carousel_area .inner_carousel_area .swiper .swiper-wrapper .swiper-slide .slide_area .inner_slide_area .slide_box .right_area .content_area .feature_list ul li .feat_text {
                        margin-top: 5px;
                        font-size: 14px; }
          .carousel_area .inner_carousel_area .swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
            margin-top: 0;
            transform: scale(1);
            filter: blur(0); }
      .carousel_area .inner_carousel_area .slider_bottom_area {
        background-image: linear-gradient(180deg, transparent 3%, black 55%);
        padding-top: 0; }
        .carousel_area .inner_carousel_area .slider_bottom_area .inner_bottom_area .slider_dots_area {
          display: none; }
        .carousel_area .inner_carousel_area .slider_bottom_area .inner_bottom_area .slider_pagination {
          flex-basis: 100%; }
          .carousel_area .inner_carousel_area .slider_bottom_area .inner_bottom_area .slider_pagination .swiper-pagination {
            top: 20%;
            padding-bottom: 20px; } }

/* Landscape phones and portrait tablets */
@media (min-width: 576px) and (max-width: 767px) {
  .carousel_area {
    height: 100%;
    padding-top: 70px; }
    .carousel_area .inner_carousel_area {
      padding-top: 40px;
      align-items: flex-start;
      padding-bottom: 60px; }
      .carousel_area .inner_carousel_area .swiper {
        width: 60%;
        min-width: 500px;
        height: auto; }
        .carousel_area .inner_carousel_area .swiper .swiper-wrapper .swiper-slide {
          transform: scale(0.75);
          filter: blur(2px); }
          .carousel_area .inner_carousel_area .swiper .swiper-wrapper .swiper-slide .slide_area .slide_bg_img {
            top: -70%;
            left: -30%;
            height: 500px;
            width: 500px; }
          .carousel_area .inner_carousel_area .swiper .swiper-wrapper .swiper-slide .slide_area .inner_slide_area {
            padding: 15px 10px;
            border-radius: 20px; }
            .carousel_area .inner_carousel_area .swiper .swiper-wrapper .swiper-slide .slide_area .inner_slide_area .slide_box {
              gap: 15px;
              align-items: stretch;
              height: 100%; }
              .carousel_area .inner_carousel_area .swiper .swiper-wrapper .swiper-slide .slide_area .inner_slide_area .slide_box .left_area {
                width: 120px; }
                .carousel_area .inner_carousel_area .swiper .swiper-wrapper .swiper-slide .slide_area .inner_slide_area .slide_box .left_area .img_holder {
                  width: 120px;
                  height: 100%;
                  border-radius: 15px; }
              .carousel_area .inner_carousel_area .swiper .swiper-wrapper .swiper-slide .slide_area .inner_slide_area .slide_box .right_area {
                width: calc(100% - 120px); }
                .carousel_area .inner_carousel_area .swiper .swiper-wrapper .swiper-slide .slide_area .inner_slide_area .slide_box .right_area .content_area h2 {
                  font-size: 18px;
                  margin-bottom: 8px; }
                .carousel_area .inner_carousel_area .swiper .swiper-wrapper .swiper-slide .slide_area .inner_slide_area .slide_box .right_area .content_area p {
                  font-size: 13px;
                  margin-bottom: 15px; }
                .carousel_area .inner_carousel_area .swiper .swiper-wrapper .swiper-slide .slide_area .inner_slide_area .slide_box .right_area .content_area .feature_list {
                  margin-bottom: 15px; }
                  .carousel_area .inner_carousel_area .swiper .swiper-wrapper .swiper-slide .slide_area .inner_slide_area .slide_box .right_area .content_area .feature_list ul {
                    gap: 10px;
                    flex-wrap: wrap; }
                    .carousel_area .inner_carousel_area .swiper .swiper-wrapper .swiper-slide .slide_area .inner_slide_area .slide_box .right_area .content_area .feature_list ul li {
                      width: 78px; }
                      .carousel_area .inner_carousel_area .swiper .swiper-wrapper .swiper-slide .slide_area .inner_slide_area .slide_box .right_area .content_area .feature_list ul li .feat_img {
                        width: 55px;
                        height: 55px;
                        margin: 0 auto; }
                        .carousel_area .inner_carousel_area .swiper .swiper-wrapper .swiper-slide .slide_area .inner_slide_area .slide_box .right_area .content_area .feature_list ul li .feat_img .feat_img_inner {
                          height: 26px; }
                      .carousel_area .inner_carousel_area .swiper .swiper-wrapper .swiper-slide .slide_area .inner_slide_area .slide_box .right_area .content_area .feature_list ul li .feat_text {
                        font-size: 12px; }
          .carousel_area .inner_carousel_area .swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
            margin-top: 0;
            transform: scale(1);
            filter: blur(0); }
      .carousel_area .inner_carousel_area .slider_bottom_area {
        background-image: linear-gradient(180deg, transparent 3%, black 55%);
        padding-top: 0;
        bottom: -210px; }
        .carousel_area .inner_carousel_area .slider_bottom_area .inner_bottom_area .slider_dots_area {
          display: none; }
        .carousel_area .inner_carousel_area .slider_bottom_area .inner_bottom_area .slider_pagination {
          flex-basis: 100%; }
          .carousel_area .inner_carousel_area .slider_bottom_area .inner_bottom_area .slider_pagination .rotater_img {
            height: 170px;
            width: 170px; }
          .carousel_area .inner_carousel_area .slider_bottom_area .inner_bottom_area .slider_pagination .swiper-pagination {
            top: 10%;
            font-size: 12px; } }

/* Landscape phones and portrait tablets */
@media (min-width: 361px) and (max-width: 575px) {
  .carousel_area {
    height: 100dvh;
    padding-top: 80px; }
    .carousel_area .inner_carousel_area {
      padding-top: 40px;
      align-items: flex-start; }
      .carousel_area .inner_carousel_area .swiper {
        width: 60%;
        min-width: 350px;
        height: auto; }
        .carousel_area .inner_carousel_area .swiper .swiper-wrapper .swiper-slide {
          transform: scale(0.65);
          filter: blur(2px); }
          .carousel_area .inner_carousel_area .swiper .swiper-wrapper .swiper-slide .slide_area .slide_bg_img {
            top: -30%;
            left: -60%;
            height: 700px;
            width: 700px; }
          .carousel_area .inner_carousel_area .swiper .swiper-wrapper .swiper-slide .slide_area .inner_slide_area {
            padding: 30px 20px;
            border-radius: 20px;
            height: 470px; }
            .carousel_area .inner_carousel_area .swiper .swiper-wrapper .swiper-slide .slide_area .inner_slide_area .slide_box {
              flex-direction: column;
              align-items: stretch;
              gap: 15px;
              height: 100%; }
              .carousel_area .inner_carousel_area .swiper .swiper-wrapper .swiper-slide .slide_area .inner_slide_area .slide_box .left_area .img_holder {
                border-radius: 26px;
                width: 100%;
                height: 200px; }
              .carousel_area .inner_carousel_area .swiper .swiper-wrapper .swiper-slide .slide_area .inner_slide_area .slide_box .right_area {
                height: 100%; }
                .carousel_area .inner_carousel_area .swiper .swiper-wrapper .swiper-slide .slide_area .inner_slide_area .slide_box .right_area .content_area {
                  display: flex;
                  flex-direction: column;
                  height: 100%; }
                  .carousel_area .inner_carousel_area .swiper .swiper-wrapper .swiper-slide .slide_area .inner_slide_area .slide_box .right_area .content_area h2 {
                    font-size: 22px;
                    margin-bottom: 10px; }
                  .carousel_area .inner_carousel_area .swiper .swiper-wrapper .swiper-slide .slide_area .inner_slide_area .slide_box .right_area .content_area p {
                    font-size: 14px;
                    margin-bottom: 20px; }
                  .carousel_area .inner_carousel_area .swiper .swiper-wrapper .swiper-slide .slide_area .inner_slide_area .slide_box .right_area .content_area .feature_list {
                    margin-bottom: 10px;
                    flex-grow: 1; }
                    .carousel_area .inner_carousel_area .swiper .swiper-wrapper .swiper-slide .slide_area .inner_slide_area .slide_box .right_area .content_area .feature_list ul {
                      flex-wrap: wrap;
                      column-gap: 30px;
                      justify-content: center; }
                      .carousel_area .inner_carousel_area .swiper .swiper-wrapper .swiper-slide .slide_area .inner_slide_area .slide_box .right_area .content_area .feature_list ul li {
                        margin-bottom: 15px; }
                        .carousel_area .inner_carousel_area .swiper .swiper-wrapper .swiper-slide .slide_area .inner_slide_area .slide_box .right_area .content_area .feature_list ul li .feat_img {
                          width: 60px;
                          height: 60px;
                          text-align: center;
                          padding: 10px;
                          margin-left: auto;
                          margin-right: auto; }
                          .carousel_area .inner_carousel_area .swiper .swiper-wrapper .swiper-slide .slide_area .inner_slide_area .slide_box .right_area .content_area .feature_list ul li .feat_img img {
                            width: 100%;
                            height: 100%; }
                        .carousel_area .inner_carousel_area .swiper .swiper-wrapper .swiper-slide .slide_area .inner_slide_area .slide_box .right_area .content_area .feature_list ul li .feat_text {
                          max-width: 100px;
                          margin-left: auto;
                          margin-right: auto; }
                  .carousel_area .inner_carousel_area .swiper .swiper-wrapper .swiper-slide .slide_area .inner_slide_area .slide_box .right_area .content_area .action_btn a {
                    margin-left: auto;
                    margin-right: auto;
                    display: block;
                    width: fit-content; }
          .carousel_area .inner_carousel_area .swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
            margin-top: 0;
            transform: scale(0.9);
            filter: blur(0); }
      .carousel_area .inner_carousel_area .slider_bottom_area {
        background-image: linear-gradient(180deg, transparent 3%, black 55%);
        padding-top: 40px;
        bottom: 0; }
        .carousel_area .inner_carousel_area .slider_bottom_area .inner_bottom_area {
          margin-bottom: -180px; }
          .carousel_area .inner_carousel_area .slider_bottom_area .inner_bottom_area .slider_dots_area {
            display: none; }
          .carousel_area .inner_carousel_area .slider_bottom_area .inner_bottom_area .slider_pagination {
            flex-basis: 100%;
            height: 250px;
            width: 250px; }
            .carousel_area .inner_carousel_area .slider_bottom_area .inner_bottom_area .slider_pagination .rotater_img {
              height: 200px;
              width: 200px; }
            .carousel_area .inner_carousel_area .slider_bottom_area .inner_bottom_area .slider_pagination .swiper-pagination {
              top: 60%;
              font-size: 14px; } }

/* Landscape phones and portrait tablets Height More than 768px */
@media (min-width: 361px) and (max-width: 575px) and (min-height: 768px) {
  .carousel_area .inner_carousel_area {
    padding-top: 40px; }
    .carousel_area .inner_carousel_area .swiper .swiper-wrapper .swiper-slide .slide_area .inner_slide_area {
      height: 620px;
      padding: 20px; }
      .carousel_area .inner_carousel_area .swiper .swiper-wrapper .swiper-slide .slide_area .inner_slide_area .slide_box .left_area .img_holder {
        height: 150px; } }

/* Smaller phones */
@media (max-width: 360px) {
  .carousel_area {
    height: 100dvh;
    padding-top: 80px; }
    .carousel_area .inner_carousel_area {
      padding-top: 10px;
      align-items: flex-start; }
      .carousel_area .inner_carousel_area .swiper {
        width: 60%;
        min-width: 300px;
        height: auto; }
        .carousel_area .inner_carousel_area .swiper .swiper-wrapper .swiper-slide {
          transform: scale(0.65);
          filter: blur(2px); }
          .carousel_area .inner_carousel_area .swiper .swiper-wrapper .swiper-slide .slide_area .slide_bg_img {
            display: none; }
          .carousel_area .inner_carousel_area .swiper .swiper-wrapper .swiper-slide .slide_area .inner_slide_area {
            padding: 20px;
            border-radius: 20px;
            height: 450px; }
            .carousel_area .inner_carousel_area .swiper .swiper-wrapper .swiper-slide .slide_area .inner_slide_area .slide_box {
              flex-direction: column;
              align-items: stretch;
              gap: 15px;
              height: 100%; }
              .carousel_area .inner_carousel_area .swiper .swiper-wrapper .swiper-slide .slide_area .inner_slide_area .slide_box .left_area .img_holder {
                border-radius: 26px;
                width: 100%;
                height: 200px; }
              .carousel_area .inner_carousel_area .swiper .swiper-wrapper .swiper-slide .slide_area .inner_slide_area .slide_box .right_area {
                height: 100%; }
                .carousel_area .inner_carousel_area .swiper .swiper-wrapper .swiper-slide .slide_area .inner_slide_area .slide_box .right_area .content_area {
                  display: flex;
                  flex-direction: column;
                  height: 100%; }
                  .carousel_area .inner_carousel_area .swiper .swiper-wrapper .swiper-slide .slide_area .inner_slide_area .slide_box .right_area .content_area h2 {
                    font-size: 20px;
                    margin-bottom: 5px; }
                  .carousel_area .inner_carousel_area .swiper .swiper-wrapper .swiper-slide .slide_area .inner_slide_area .slide_box .right_area .content_area p {
                    font-size: 14px;
                    margin-bottom: 15px; }
                  .carousel_area .inner_carousel_area .swiper .swiper-wrapper .swiper-slide .slide_area .inner_slide_area .slide_box .right_area .content_area .feature_list {
                    margin-bottom: 10px;
                    flex-grow: 1; }
                    .carousel_area .inner_carousel_area .swiper .swiper-wrapper .swiper-slide .slide_area .inner_slide_area .slide_box .right_area .content_area .feature_list ul {
                      flex-wrap: wrap;
                      column-gap: 20px;
                      row-gap: 10px;
                      justify-content: center; }
                      .carousel_area .inner_carousel_area .swiper .swiper-wrapper .swiper-slide .slide_area .inner_slide_area .slide_box .right_area .content_area .feature_list ul li {
                        margin-bottom: 15px; }
                        .carousel_area .inner_carousel_area .swiper .swiper-wrapper .swiper-slide .slide_area .inner_slide_area .slide_box .right_area .content_area .feature_list ul li .feat_img {
                          width: 60px;
                          height: 60px;
                          text-align: center;
                          padding: 10px;
                          margin-left: auto;
                          margin-right: auto; }
                          .carousel_area .inner_carousel_area .swiper .swiper-wrapper .swiper-slide .slide_area .inner_slide_area .slide_box .right_area .content_area .feature_list ul li .feat_img img {
                            width: 100%;
                            height: 100%; }
                        .carousel_area .inner_carousel_area .swiper .swiper-wrapper .swiper-slide .slide_area .inner_slide_area .slide_box .right_area .content_area .feature_list ul li .feat_text {
                          max-width: 100px;
                          margin-left: auto;
                          margin-right: auto; }
                  .carousel_area .inner_carousel_area .swiper .swiper-wrapper .swiper-slide .slide_area .inner_slide_area .slide_box .right_area .content_area .action_btn a {
                    margin-left: auto;
                    margin-right: auto;
                    display: block;
                    width: fit-content; }
          .carousel_area .inner_carousel_area .swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
            margin-top: 0;
            transform: scale(0.9);
            filter: blur(0); }
      .carousel_area .inner_carousel_area .slider_bottom_area {
        background-image: linear-gradient(180deg, transparent 3%, black 55%);
        padding-top: 40px;
        bottom: 0; }
        .carousel_area .inner_carousel_area .slider_bottom_area .inner_bottom_area {
          margin-bottom: -180px; }
          .carousel_area .inner_carousel_area .slider_bottom_area .inner_bottom_area .slider_dots_area {
            display: none; }
          .carousel_area .inner_carousel_area .slider_bottom_area .inner_bottom_area .slider_pagination {
            flex-basis: 100%;
            height: 250px;
            width: 250px; }
            .carousel_area .inner_carousel_area .slider_bottom_area .inner_bottom_area .slider_pagination .rotater_img {
              height: 200px;
              width: 200px; }
            .carousel_area .inner_carousel_area .slider_bottom_area .inner_bottom_area .slider_pagination .swiper-pagination {
              top: 60%;
              font-size: 14px; } }

/* Smaller phones */
/* Smaller phones Height Less than 600px */
@media (max-height: 600px) {
  .carousel_area {
    height: auto;
    padding-top: 40px;
    padding-bottom: 80px; } }

@media (orientation: landscape) and (max-width: 932px) {
  .carousel_area .inner_carousel_area .swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
    margin-top: 20px;
    transform: scale(0.85); } }

@keyframes slide {
  0% {
    background-size: 100%; }
  50% {
    background-size: 110%; }
  100% {
    background-size: 100%; } }

@-webkit-keyframes slide {
  0% {
    background-size: 100%; }
  50% {
    background-size: 110%; }
  100% {
    background-size: 100%; } }

@keyframes smoothScroll {
  0% {
    transform: translateY(-100px); }
  100% {
    transform: translateY(0px); } }

.welcome_page_section {
  padding-top: 120px;
  height: 100vh;
  background-color: #0B0716; }
  .welcome_page_section .section_inner {
    background: url("../images/semi_circle_bg.png") no-repeat bottom;
    background-size: 65%;
    height: 100%; }
    .welcome_page_section .section_inner .welcome_page_area {
      position: relative;
      height: 100%; }
      .welcome_page_section .section_inner .welcome_page_area .content_area {
        padding-top: 230px; }
        .welcome_page_section .section_inner .welcome_page_area .content_area.get_up {
          animation: textUp 1.5s ease 1 forwards; }
        .welcome_page_section .section_inner .welcome_page_area .content_area p {
          font-family: "Cambay", sans-serif;
          font-size: 34px;
          color: #ffffff;
          font-weight: 400;
          width: 85%;
          max-width: 100%;
          margin: 0 auto;
          line-height: 60px;
          text-align: center; }
          .welcome_page_section .section_inner .welcome_page_area .content_area p span {
            opacity: 0; }
            .welcome_page_section .section_inner .welcome_page_area .content_area p span.animate_up {
              animation: fade-in-up 1.5s ease forwards; }
      .welcome_page_section .section_inner .welcome_page_area .bottom_actions {
        position: absolute;
        bottom: 0;
        width: 100%;
        padding-bottom: 25px;
        z-index: 1; }
        .welcome_page_section .section_inner .welcome_page_area .bottom_actions .actions_area {
          display: flex;
          width: 100%;
          justify-content: space-between;
          align-items: flex-end; }
          .welcome_page_section .section_inner .welcome_page_area .bottom_actions .actions_area .fee_btn {
            flex-shrink: 0;
            animation: fade-in-up 1.5s ease forwards;
            padding: 6px 14px;
            font-family: Cambay;
            font-size: 16.5px;
            font-weight: 400;
            color: #3C2566;
            background-color: #ffffff;
            -webkit-transition: all 0.5s ease-in-out;
            -moz-transition: all 0.5s ease-in-out;
            -ms-transition: all 0.5s ease-in-out;
            -o-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out; }
            .welcome_page_section .section_inner .welcome_page_area .bottom_actions .actions_area .fee_btn span {
              position: relative;
              top: 2px; }
            .welcome_page_section .section_inner .welcome_page_area .bottom_actions .actions_area .fee_btn:hover {
              background-color: #F15A27;
              color: #ffffff; }
          .welcome_page_section .section_inner .welcome_page_area .bottom_actions .actions_area .scroll_down_btn {
            position: relative;
            top: -40px;
            opacity: 0;
            display: none; }
            .welcome_page_section .section_inner .welcome_page_area .bottom_actions .actions_area .scroll_down_btn.active {
              display: block;
              animation: showHide .5s linear forwards; }
            .welcome_page_section .section_inner .welcome_page_area .bottom_actions .actions_area .scroll_down_btn:hover {
              cursor: pointer; }
              .welcome_page_section .section_inner .welcome_page_area .bottom_actions .actions_area .scroll_down_btn:hover .arrow_down i {
                animation: bounce 2s ease-in-out infinite; }
            .welcome_page_section .section_inner .welcome_page_area .bottom_actions .actions_area .scroll_down_btn .arrow_down {
              position: absolute;
              width: 100%;
              height: 100%;
              display: flex;
              align-items: center;
              justify-content: center; }
              .welcome_page_section .section_inner .welcome_page_area .bottom_actions .actions_area .scroll_down_btn .arrow_down i {
                font-size: 40px;
                color: #ffffff; }
            .welcome_page_section .section_inner .welcome_page_area .bottom_actions .actions_area .scroll_down_btn .circle {
              height: 160px;
              width: 160px;
              border-radius: 50%;
              position: relative; }
              .welcome_page_section .section_inner .welcome_page_area .bottom_actions .actions_area .scroll_down_btn .circle.rotate {
                animation: rotateText 10s linear infinite; }
              .welcome_page_section .section_inner .welcome_page_area .bottom_actions .actions_area .scroll_down_btn .circle a {
                color: #000000; }
              .welcome_page_section .section_inner .welcome_page_area .bottom_actions .actions_area .scroll_down_btn .circle .circular_text_area {
                position: absolute;
                width: 100%;
                height: 100%; }
                .welcome_page_section .section_inner .welcome_page_area .bottom_actions .actions_area .scroll_down_btn .circle .circular_text_area p span {
                  position: absolute;
                  left: 50%;
                  font-size: 16px;
                  transform-origin: 0 80px;
                  font-weight: 700;
                  color: #ffffff; }
          .welcome_page_section .section_inner .welcome_page_area .bottom_actions .actions_area .social_icons {
            width: 80px;
            display: flex;
            align-items: end;
            flex-direction: column;
            gap: 15px; }
            .welcome_page_section .section_inner .welcome_page_area .bottom_actions .actions_area .social_icons a {
              -webkit-transition: all 0.5s ease-in-out;
              -moz-transition: all 0.5s ease-in-out;
              -ms-transition: all 0.5s ease-in-out;
              -o-transition: all 0.5s ease-in-out;
              transition: all 0.5s ease-in-out;
              color: #ffffff;
              font-size: 18px;
              min-width: 22px;
              text-align: center; }
              .welcome_page_section .section_inner .welcome_page_area .bottom_actions .actions_area .social_icons a:hover {
                color: #F15A27; }

@keyframes fade-in-up {
  0% {
    opacity: 0;
    transform: translateY(50%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes textUp {
  from {
    transform: translateY(0); }
  to {
    transform: translateY(-100px); } }

@keyframes showHide {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes rotateTextTwo {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

/* Above 1920 desktop */
@media (min-width: 1920px) {
  .welcome_page_section .section_inner {
    background-size: 85%; } }

/* 1680 desktop */
/* 1600 desktop */
@media (min-width: 1600px) and (max-width: 1679px) {
  .welcome_page_section .section_inner {
    background-size: 95%; } }

/* Above 1400 and Below 1599 Desktop*/
@media (min-width: 1400px) and (max-width: 1599px) {
  .welcome_page_section .section_inner {
    background-size: 95%; } }

/* 1300 desktop only */
@media (min-width: 1300px) and (max-width: 1399px) {
  .welcome_page_section .section_inner {
    background-size: 65%; }
    .welcome_page_section .section_inner .welcome_page_area .content_area {
      padding-top: 160px; }
      .welcome_page_section .section_inner .welcome_page_area .content_area p {
        width: 91%;
        font-size: 25px;
        line-height: 1.8; } }

/* 1200 desktop only */
@media (min-width: 1200px) and (max-width: 1299px) {
  .welcome_page_section .section_inner {
    background-size: 80%; }
    .welcome_page_section .section_inner .welcome_page_area .content_area p {
      width: 91%;
      font-size: 32px; } }

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  .welcome_page_section .section_inner {
    background-size: 92%; }
    .welcome_page_section .section_inner .welcome_page_area .content_area {
      padding-top: 140px;
      animation-delay: 13s; }
      .welcome_page_section .section_inner .welcome_page_area .content_area p {
        width: 91%;
        font-size: 28px;
        line-height: 50px; }
    .welcome_page_section .section_inner .welcome_page_area .bottom_actions .actions_area .scroll_down_btn {
      animation-delay: 13s; }
      .welcome_page_section .section_inner .welcome_page_area .bottom_actions .actions_area .scroll_down_btn .arrow_down i {
        font-size: 26px; }
      .welcome_page_section .section_inner .welcome_page_area .bottom_actions .actions_area .scroll_down_btn .circle {
        animation-delay: 14s; } }

/* Landscape tablets and ipad */
@media (min-width: 768px) and (max-width: 991px) {
  .welcome_page_section .section_inner {
    background-size: 130%; }
    .welcome_page_section .section_inner .welcome_page_area .content_area {
      padding-top: 200px;
      animation-delay: 13s; }
      .welcome_page_section .section_inner .welcome_page_area .content_area p {
        width: 91%;
        font-size: 28px;
        line-height: 50px; }
    .welcome_page_section .section_inner .welcome_page_area .bottom_actions .actions_area .scroll_down_btn {
      animation-delay: 13s; }
      .welcome_page_section .section_inner .welcome_page_area .bottom_actions .actions_area .scroll_down_btn .arrow_down i {
        font-size: 26px; }
      .welcome_page_section .section_inner .welcome_page_area .bottom_actions .actions_area .scroll_down_btn .circle {
        animation-delay: 14s; } }

/* Landscape phones and portrait tablets */
@media (min-width: 576px) and (max-width: 767px) {
  .welcome_page_section {
    height: 100%; }
    .welcome_page_section .section_inner {
      background-size: 120%; }
      .welcome_page_section .section_inner .welcome_page_area .content_area {
        padding-top: 120px;
        animation-delay: 13s; }
        .welcome_page_section .section_inner .welcome_page_area .content_area p {
          width: 94%;
          font-size: 22px;
          line-height: 40px; }
      .welcome_page_section .section_inner .welcome_page_area .bottom_actions {
        position: relative; }
        .welcome_page_section .section_inner .welcome_page_area .bottom_actions .actions_area .fee_btn {
          font-size: 14px; }
        .welcome_page_section .section_inner .welcome_page_area .bottom_actions .actions_area .social_icons a {
          font-size: 16px; }
        .welcome_page_section .section_inner .welcome_page_area .bottom_actions .actions_area .scroll_down_btn {
          transform: scale(0.8);
          animation-delay: 13s; }
          .welcome_page_section .section_inner .welcome_page_area .bottom_actions .actions_area .scroll_down_btn .arrow_down i {
            font-size: 26px; }
          .welcome_page_section .section_inner .welcome_page_area .bottom_actions .actions_area .scroll_down_btn .circle {
            animation-delay: 14s; } }

/* Landscape phones and portrait tablets */
@media (min-width: 361px) and (max-width: 575px) {
  .welcome_page_section {
    height: 100vh; }
    .welcome_page_section .section_inner {
      background-size: 180%; }
      .welcome_page_section .section_inner .welcome_page_area .content_area {
        padding-top: 100px;
        animation-delay: 13s; }
        .welcome_page_section .section_inner .welcome_page_area .content_area p {
          width: 100%;
          font-size: 18px;
          line-height: 35px; }
      .welcome_page_section .section_inner .welcome_page_area .bottom_actions {
        padding-bottom: 22px;
        position: absolute; }
        .welcome_page_section .section_inner .welcome_page_area .bottom_actions .actions_area .fee_btn {
          font-size: 14px; }
        .welcome_page_section .section_inner .welcome_page_area .bottom_actions .actions_area .social_icons a {
          font-size: 14px; }
        .welcome_page_section .section_inner .welcome_page_area .bottom_actions .actions_area .scroll_down_btn {
          transform: scale(0.7);
          animation-delay: 13s;
          margin-right: auto; }
          .welcome_page_section .section_inner .welcome_page_area .bottom_actions .actions_area .scroll_down_btn .arrow_down i {
            font-size: 26px; }
          .welcome_page_section .section_inner .welcome_page_area .bottom_actions .actions_area .scroll_down_btn .circle {
            animation-delay: 14s; }
  @keyframes textUp {
    from {
      transform: translateY(0); }
    to {
      transform: translateY(-80px); } } }

/* Smaller phones */
@media (max-width: 360px) {
  .welcome_page_section {
    height: 100vh; }
    .welcome_page_section .section_inner {
      background-size: 180%; }
      .welcome_page_section .section_inner .welcome_page_area .content_area {
        padding-top: 100px;
        animation-delay: 12s; }
        .welcome_page_section .section_inner .welcome_page_area .content_area p {
          width: 100%;
          font-size: 18px;
          line-height: 35px; }
      .welcome_page_section .section_inner .welcome_page_area .bottom_actions {
        padding-bottom: 20px;
        position: absolute; }
        .welcome_page_section .section_inner .welcome_page_area .bottom_actions .actions_area .fee_btn {
          font-size: 14px; }
        .welcome_page_section .section_inner .welcome_page_area .bottom_actions .actions_area .social_icons a {
          font-size: 14px; }
        .welcome_page_section .section_inner .welcome_page_area .bottom_actions .actions_area .scroll_down_btn {
          transform: scale(0.7);
          animation-delay: 12s;
          margin-right: auto; }
          .welcome_page_section .section_inner .welcome_page_area .bottom_actions .actions_area .scroll_down_btn .arrow_down i {
            font-size: 26px; }
          .welcome_page_section .section_inner .welcome_page_area .bottom_actions .actions_area .scroll_down_btn .circle {
            animation-delay: 13s; }
  @keyframes textUp {
    from {
      transform: translateY(0); }
    to {
      transform: translateY(-80px); } } }

/* Smaller phones */
/* Add CSS styles for Portrait orientation */
@media (orientation: landscape) and (max-width: 932px) {
  .welcome_page_section {
    height: auto; }
    .welcome_page_section .section_inner .welcome_page_area .bottom_actions {
      position: static; } }

@media (min-height: 900px) and (max-height: 1366px) and (min-width: 992px) and (max-width: 1199px) {
  .welcome_page_section .section_inner {
    background-size: 120%; }
    .welcome_page_section .section_inner .welcome_page_area .content_area {
      padding-top: 220px; }
      .welcome_page_section .section_inner .welcome_page_area .content_area p {
        width: 91%;
        font-size: 34px;
        line-height: 55px; } }

@keyframes slide {
  0% {
    background-size: 100%; }
  50% {
    background-size: 110%; }
  100% {
    background-size: 100%; } }

@-webkit-keyframes slide {
  0% {
    background-size: 100%; }
  50% {
    background-size: 110%; }
  100% {
    background-size: 100%; } }

@keyframes smoothScroll {
  0% {
    transform: translateY(-100px); }
  100% {
    transform: translateY(0px); } }

.features_section {
  padding-bottom: 90px;
  margin-top: -50px; }
  .features_section .inner_area {
    padding: 45px 50px;
    box-shadow: 0px 4px 16px 0px #0000001A;
    border-radius: 16px; }
    .features_section .inner_area .nav_area {
      overflow-x: auto;
      white-space: nowrap;
      padding-bottom: 10px; }
      .features_section .inner_area .nav_area::-webkit-scrollbar-track {
        background-color: #ffffff;
        margin: 2px 0; }
      .features_section .inner_area .nav_area::-webkit-scrollbar {
        width: 5px;
        height: 5px;
        overflow: hidden; }
      .features_section .inner_area .nav_area::-webkit-scrollbar-thumb {
        background-color: #F15A27;
        border-radius: 10px; }
      .features_section .inner_area .nav_area ul {
        display: flex; }
        .features_section .inner_area .nav_area ul li {
          margin-right: 25px; }
          .features_section .inner_area .nav_area ul li a .nav {
            display: flex;
            flex-wrap: nowrap;
            align-items: center;
            border-bottom: 1px solid #B2B2B21A;
            padding: 0 10px 15px 10px;
            -webkit-transition: all 0.5s ease-in-out;
            -moz-transition: all 0.5s ease-in-out;
            -ms-transition: all 0.5s ease-in-out;
            -o-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
            cursor: pointer; }
            .features_section .inner_area .nav_area ul li a .nav .img_circle {
              border: 1px solid transparent;
              border-radius: 50%;
              padding: 8px;
              display: flex;
              justify-content: center;
              align-items: center;
              -webkit-transition: all 0.5s ease-in-out;
              -moz-transition: all 0.5s ease-in-out;
              -ms-transition: all 0.5s ease-in-out;
              -o-transition: all 0.5s ease-in-out;
              transition: all 0.5s ease-in-out;
              flex-shrink: 0; }
              .features_section .inner_area .nav_area ul li a .nav .img_circle .img_area {
                height: 17px;
                width: 16px;
                overflow: hidden; }
                .features_section .inner_area .nav_area ul li a .nav .img_circle .img_area img {
                  height: 100%;
                  width: 100%;
                  object-fit: contain; }
            .features_section .inner_area .nav_area ul li a .nav .label {
              font-family: "Libre Franklin", sans-serif;
              font-size: 16px;
              font-weight: 400;
              padding-left: 16px;
              -webkit-transition: all 0.5s ease-in-out;
              -moz-transition: all 0.5s ease-in-out;
              -ms-transition: all 0.5s ease-in-out;
              -o-transition: all 0.5s ease-in-out;
              transition: all 0.5s ease-in-out;
              flex-shrink: 0;
              color: #3C2566; }
          .features_section .inner_area .nav_area ul li a:last-child {
            margin-right: 0; }
          .features_section .inner_area .nav_area ul li:hover .nav, .features_section .inner_area .nav_area ul li.active .nav {
            border-bottom: 1px solid #F15A27; }
            .features_section .inner_area .nav_area ul li:hover .nav .img_circle, .features_section .inner_area .nav_area ul li.active .nav .img_circle {
              border: 1px solid #F15A27; }
            .features_section .inner_area .nav_area ul li:hover .nav .label, .features_section .inner_area .nav_area ul li.active .nav .label {
              font-weight: 600; }
    .features_section .inner_area .detail_area h1, .features_section .inner_area .detail_area h2, .features_section .inner_area .detail_area h3, .features_section .inner_area .detail_area h4, .features_section .inner_area .detail_area h5, .features_section .inner_area .detail_area h6 {
      font-family: "Libre Franklin", sans-serif;
      font-weight: 700;
      padding-top: 20px;
      padding-bottom: 10px;
      color: #3C2566; }
    .features_section .inner_area .detail_area h1 {
      font-size: 28px; }
    .features_section .inner_area .detail_area h2 {
      font-size: 26px; }
    .features_section .inner_area .detail_area h3 {
      font-size: 24px; }
    .features_section .inner_area .detail_area h4 {
      font-size: 22px; }
    .features_section .inner_area .detail_area h5 {
      font-size: 20px; }
    .features_section .inner_area .detail_area h6 {
      font-size: 18px; }
    .features_section .inner_area .detail_area p {
      font-family: "Libre Franklin", sans-serif;
      font-size: 16px;
      font-weight: 400;
      line-height: 28px;
      padding-top: 15px;
      color: #506376; }
    .features_section .inner_area .detail_area b, .features_section .inner_area .detail_area strong {
      color: #3C2566; }
    .features_section .inner_area .detail_area ul {
      padding-top: 15px;
      padding-left: 20px; }
      .features_section .inner_area .detail_area ul li {
        list-style-type: disc;
        font-family: "Libre Franklin", sans-serif;
        font-size: 16px;
        font-weight: 400;
        padding-top: 10px;
        color: #506376; }
        .features_section .inner_area .detail_area ul li:first-child {
          padding-top: 0; }
    .features_section .inner_area .detail_area ol {
      padding-top: 15px;
      padding-left: 20px;
      margin-bottom: 0; }
      .features_section .inner_area .detail_area ol li {
        font-family: "Libre Franklin", sans-serif;
        font-size: 16px;
        font-weight: 400;
        padding-top: 10px;
        color: #506376; }
        .features_section .inner_area .detail_area ol li:first-child {
          padding-top: 0; }
    .features_section .inner_area .detail_area a {
      font-size: 16px;
      color: #506376;
      font-family: "Libre Franklin", sans-serif;
      font-weight: 400;
      display: inline-block;
      border-bottom: solid 2px #506376;
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
      .features_section .inner_area .detail_area a:hover {
        color: #3C2566;
        border-color: #3C2566; }
    .features_section .inner_area .detail_area .table-responsive::-webkit-scrollbar-track {
      background-color: #ffffff;
      margin: 2px 0; }
    .features_section .inner_area .detail_area .table-responsive::-webkit-scrollbar {
      width: 5px;
      height: 5px;
      overflow: hidden; }
    .features_section .inner_area .detail_area .table-responsive::-webkit-scrollbar-thumb {
      background-color: #0B0716;
      border-radius: 10px; }
    .features_section .inner_area .detail_area .table-responsive table {
      width: auto;
      margin-top: 25px; }
      .features_section .inner_area .detail_area .table-responsive table tr th {
        border-bottom: 1px solid #3C2566;
        border-collapse: collapse;
        font-size: 18px;
        font-weight: 600;
        color: #3C2566;
        font-family: "Libre Franklin", sans-serif;
        padding: 10px 20px;
        white-space: nowrap; }
      .features_section .inner_area .detail_area .table-responsive table tr td {
        border-collapse: collapse;
        font-size: 16px;
        font-weight: 400;
        color: #3C2566;
        font-family: "Libre Franklin", sans-serif;
        padding: 10px 20px;
        text-align: center;
        white-space: nowrap; }

/* Above 1920 desktop */
/* 1680 desktop */
/* 1600 desktop */
/* Above 1400 and Below 1599 Desktop*/
/* 1300 desktop only */
@media (min-width: 1300px) and (max-width: 1399px) {
  .features_section {
    padding-bottom: 70px; }
    .features_section .inner_area {
      padding: 35px; }
      .features_section .inner_area .nav_area ul li {
        margin-right: 20px; }
        .features_section .inner_area .nav_area ul li a .nav .img_circle {
          padding: 7px; }
        .features_section .inner_area .nav_area ul li a .nav .label {
          padding-left: 10px; } }

/* 1200 desktop only */
@media (min-width: 1200px) and (max-width: 1299px) {
  .features_section {
    padding-bottom: 60px; }
    .features_section .inner_area {
      padding: 35px; }
      .features_section .inner_area .nav_area ul li {
        margin-right: 20px; }
        .features_section .inner_area .nav_area ul li a .nav .img_circle {
          padding: 7px; }
        .features_section .inner_area .nav_area ul li a .nav .label {
          padding-left: 10px; } }

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  .features_section {
    padding-bottom: 50px;
    margin-top: -30px; }
    .features_section .inner_area {
      padding: 30px;
      margin: 0 30px; }
      .features_section .inner_area .nav_area ul li {
        margin-right: 20px; }
        .features_section .inner_area .nav_area ul li a .nav {
          padding: 0 10px 10px 10px; }
          .features_section .inner_area .nav_area ul li a .nav .img_circle {
            padding: 7px; }
          .features_section .inner_area .nav_area ul li a .nav .label {
            font-size: 14px;
            padding-left: 10px; }
      .features_section .inner_area .detail_area h1, .features_section .inner_area .detail_area h2, .features_section .inner_area .detail_area h3, .features_section .inner_area .detail_area h4, .features_section .inner_area .detail_area h5, .features_section .inner_area .detail_area h6 {
        padding-top: 20px; }
      .features_section .inner_area .detail_area h1 {
        font-size: 26px; }
      .features_section .inner_area .detail_area h2 {
        font-size: 24px; }
      .features_section .inner_area .detail_area h3 {
        font-size: 22px; }
      .features_section .inner_area .detail_area h4 {
        font-size: 20px; }
      .features_section .inner_area .detail_area h5 {
        font-size: 18px; }
      .features_section .inner_area .detail_area h6 {
        font-size: 16px; }
      .features_section .inner_area .detail_area p {
        font-size: 15px;
        line-height: 24px;
        padding-top: 12px; }
      .features_section .inner_area .detail_area ul {
        padding-top: 12px; }
        .features_section .inner_area .detail_area ul li {
          font-size: 15px;
          padding-top: 10px; }
      .features_section .inner_area .detail_area ol {
        padding-top: 12px;
        padding-left: 20px; }
        .features_section .inner_area .detail_area ol li {
          font-size: 15px; }
      .features_section .inner_area .detail_area a {
        font-size: 15px; }
      .features_section .inner_area .detail_area .table-responsive table {
        margin-top: 12px; }
        .features_section .inner_area .detail_area .table-responsive table tr th {
          font-size: 17px; }
        .features_section .inner_area .detail_area .table-responsive table tr td {
          font-size: 15px; } }

/* Landscape tablets and ipad */
@media (min-width: 768px) and (max-width: 991px) {
  .features_section {
    padding-bottom: 40px;
    margin-top: -25px; }
    .features_section .inner_area {
      margin: 0 20px;
      padding: 30px 20px; }
      .features_section .inner_area .nav_area ul li {
        margin-right: 20px; }
        .features_section .inner_area .nav_area ul li a .nav {
          padding: 0 10px 10px 10px; }
          .features_section .inner_area .nav_area ul li a .nav .img_circle {
            padding: 7px; }
          .features_section .inner_area .nav_area ul li a .nav .label {
            font-size: 14px;
            padding-left: 10px; }
      .features_section .inner_area .detail_area h1, .features_section .inner_area .detail_area h2, .features_section .inner_area .detail_area h3, .features_section .inner_area .detail_area h4, .features_section .inner_area .detail_area h5, .features_section .inner_area .detail_area h6 {
        padding-top: 20px; }
      .features_section .inner_area .detail_area h1 {
        font-size: 26px; }
      .features_section .inner_area .detail_area h2 {
        font-size: 24px; }
      .features_section .inner_area .detail_area h3 {
        font-size: 22px; }
      .features_section .inner_area .detail_area h4 {
        font-size: 20px; }
      .features_section .inner_area .detail_area h5 {
        font-size: 18px; }
      .features_section .inner_area .detail_area h6 {
        font-size: 16px; }
      .features_section .inner_area .detail_area p {
        font-size: 15px;
        line-height: 24px;
        padding-top: 10px; }
      .features_section .inner_area .detail_area ul {
        padding-top: 10px; }
        .features_section .inner_area .detail_area ul li {
          font-size: 15px;
          padding-top: 7px; }
      .features_section .inner_area .detail_area ol {
        padding-top: 20px;
        padding-left: 20px; }
        .features_section .inner_area .detail_area ol li {
          font-size: 15px;
          padding-top: 7px; }
      .features_section .inner_area .detail_area a {
        font-size: 15px; }
      .features_section .inner_area .detail_area .table-responsive table {
        margin-top: 10px; }
        .features_section .inner_area .detail_area .table-responsive table tr th {
          font-size: 17px; }
        .features_section .inner_area .detail_area .table-responsive table tr td {
          font-size: 15px; } }

/* Landscape phones and portrait tablets */
@media (min-width: 576px) and (max-width: 767px) {
  .features_section {
    padding-bottom: 35px;
    margin-top: -30px; }
    .features_section .inner_area {
      padding: 25px;
      margin: 0 20px; }
      .features_section .inner_area .nav_area ul li {
        margin-right: 20px; }
        .features_section .inner_area .nav_area ul li a .nav {
          padding: 0 10px 10px 10px; }
          .features_section .inner_area .nav_area ul li a .nav .img_circle {
            padding: 7px; }
          .features_section .inner_area .nav_area ul li a .nav .label {
            font-size: 14px;
            padding-left: 10px; }
      .features_section .inner_area .detail_area h1, .features_section .inner_area .detail_area h2, .features_section .inner_area .detail_area h3, .features_section .inner_area .detail_area h4, .features_section .inner_area .detail_area h5, .features_section .inner_area .detail_area h6 {
        padding-top: 15px; }
      .features_section .inner_area .detail_area h1 {
        font-size: 24px; }
      .features_section .inner_area .detail_area h2 {
        font-size: 22px; }
      .features_section .inner_area .detail_area h3 {
        font-size: 20px; }
      .features_section .inner_area .detail_area h4 {
        font-size: 18px; }
      .features_section .inner_area .detail_area h5 {
        font-size: 16px; }
      .features_section .inner_area .detail_area h6 {
        font-size: 15px; }
      .features_section .inner_area .detail_area p {
        font-size: 14px;
        line-height: 22px;
        padding-top: 10px; }
      .features_section .inner_area .detail_area ul {
        padding-top: 10px; }
        .features_section .inner_area .detail_area ul li {
          font-size: 14px;
          padding-top: 7px; }
      .features_section .inner_area .detail_area ol {
        padding-top: 10px;
        padding-left: 20px; }
        .features_section .inner_area .detail_area ol li {
          font-size: 14px;
          padding-top: 7px; }
      .features_section .inner_area .detail_area a {
        font-size: 14px; }
      .features_section .inner_area .detail_area .table-responsive table {
        margin-top: 10px; }
        .features_section .inner_area .detail_area .table-responsive table tr th {
          font-size: 16px; }
        .features_section .inner_area .detail_area .table-responsive table tr td {
          font-size: 14px; } }

/* Landscape phones and portrait tablets */
@media (min-width: 361px) and (max-width: 575px) {
  .features_section {
    padding-bottom: 30px;
    margin-top: -25px; }
    .features_section .inner_area {
      padding: 30px 20px;
      margin: 0 10px;
      border-radius: 10px; }
      .features_section .inner_area .nav_area ul li {
        margin-right: 20px; }
        .features_section .inner_area .nav_area ul li a .nav {
          padding: 0 10px 10px 10px; }
          .features_section .inner_area .nav_area ul li a .nav .img_circle {
            padding: 7px; }
          .features_section .inner_area .nav_area ul li a .nav .label {
            font-size: 14px;
            padding-left: 10px; }
      .features_section .inner_area .detail_area h1, .features_section .inner_area .detail_area h2, .features_section .inner_area .detail_area h3, .features_section .inner_area .detail_area h4, .features_section .inner_area .detail_area h5, .features_section .inner_area .detail_area h6 {
        padding-top: 15px; }
      .features_section .inner_area .detail_area h1 {
        font-size: 24px; }
      .features_section .inner_area .detail_area h2 {
        font-size: 22px; }
      .features_section .inner_area .detail_area h3 {
        font-size: 20px; }
      .features_section .inner_area .detail_area h4 {
        font-size: 18px; }
      .features_section .inner_area .detail_area h5 {
        font-size: 16px; }
      .features_section .inner_area .detail_area h6 {
        font-size: 15px; }
      .features_section .inner_area .detail_area p {
        font-size: 14px;
        line-height: 22px;
        padding-top: 10px; }
      .features_section .inner_area .detail_area ul {
        padding-top: 10px; }
        .features_section .inner_area .detail_area ul li {
          font-size: 14px;
          padding-top: 7px; }
      .features_section .inner_area .detail_area ol {
        padding-top: 10px;
        padding-left: 20px; }
        .features_section .inner_area .detail_area ol li {
          font-size: 14px;
          padding-top: 7px; }
      .features_section .inner_area .detail_area a {
        font-size: 14px; }
      .features_section .inner_area .detail_area .table-responsive table {
        margin-top: 10px; }
        .features_section .inner_area .detail_area .table-responsive table tr th {
          font-size: 16px; }
        .features_section .inner_area .detail_area .table-responsive table tr td {
          font-size: 14px; } }

/* Smaller phones */
@media (max-width: 360px) {
  .features_section {
    padding-bottom: 30px;
    margin-top: -25px; }
    .features_section .inner_area {
      padding: 30px 20px;
      margin: 0 10px;
      border-radius: 10px; }
      .features_section .inner_area .nav_area ul li {
        margin-right: 20px; }
        .features_section .inner_area .nav_area ul li a .nav {
          padding: 0 10px 10px 10px; }
          .features_section .inner_area .nav_area ul li a .nav .img_circle {
            padding: 7px; }
          .features_section .inner_area .nav_area ul li a .nav .label {
            font-size: 14px;
            padding-left: 10px; }
      .features_section .inner_area .detail_area h1, .features_section .inner_area .detail_area h2, .features_section .inner_area .detail_area h3, .features_section .inner_area .detail_area h4, .features_section .inner_area .detail_area h5, .features_section .inner_area .detail_area h6 {
        padding-top: 15px; }
      .features_section .inner_area .detail_area h1 {
        font-size: 24px; }
      .features_section .inner_area .detail_area h2 {
        font-size: 22px; }
      .features_section .inner_area .detail_area h3 {
        font-size: 20px; }
      .features_section .inner_area .detail_area h4 {
        font-size: 18px; }
      .features_section .inner_area .detail_area h5 {
        font-size: 16px; }
      .features_section .inner_area .detail_area h6 {
        font-size: 15px; }
      .features_section .inner_area .detail_area p {
        font-size: 14px;
        line-height: 22px;
        padding-top: 10px; }
      .features_section .inner_area .detail_area ul {
        padding-top: 10px; }
        .features_section .inner_area .detail_area ul li {
          font-size: 14px;
          padding-top: 7px; }
      .features_section .inner_area .detail_area ol {
        padding-top: 10px;
        padding-left: 20px; }
        .features_section .inner_area .detail_area ol li {
          font-size: 14px;
          padding-top: 7px; }
      .features_section .inner_area .detail_area a {
        font-size: 14px; }
      .features_section .inner_area .detail_area .table-responsive table {
        margin-top: 10px; }
        .features_section .inner_area .detail_area .table-responsive table tr th {
          font-size: 16px; }
        .features_section .inner_area .detail_area .table-responsive table tr td {
          font-size: 14px; } }

/* Smaller phones */
/* Add CSS styles for Portrait orientation */
/* Add CSS styles for Landscape orientation */
@keyframes slide {
  0% {
    background-size: 100%; }
  50% {
    background-size: 110%; }
  100% {
    background-size: 100%; } }

@-webkit-keyframes slide {
  0% {
    background-size: 100%; }
  50% {
    background-size: 110%; }
  100% {
    background-size: 100%; } }

@keyframes smoothScroll {
  0% {
    transform: translateY(-100px); }
  100% {
    transform: translateY(0px); } }

.request_section {
  padding-bottom: 70px;
  margin-top: -50px; }
  .request_section .inner_area {
    padding: 45px 50px;
    box-shadow: 0px 4px 16px 0px #0000001A;
    border-radius: 16px; }
    .request_section .inner_area .header_area h3 {
      font-family: "Libre Franklin", sans-serif;
      font-size: 32px;
      font-weight: 700;
      color: #3C2566;
      text-align: center; }
    .request_section .inner_area .header_area p {
      font-family: "Libre Franklin", sans-serif;
      font-size: 16px;
      font-weight: 400;
      line-height: 25px;
      color: #506376;
      text-align: center;
      width: 668px;
      max-width: 100%;
      margin: 0 auto;
      padding-top: 15px; }
    .request_section .inner_area .detail_area {
      width: 895px;
      max-width: 100%;
      margin: 0 auto;
      padding: 50px;
      box-shadow: 0px 4px 16px 0px #0000001A;
      border-radius: 10px;
      margin-top: 40px; }
      .request_section .inner_area .detail_area form .btn_area {
        margin-top: 30px;
        text-align: center; }
        .request_section .inner_area .detail_area form .btn_area .btn-primary {
          padding: 10px 40px;
          font-family: "Libre Franklin", sans-serif;
          font-size: 16px;
          font-weight: 500;
          background-color: #F15A27;
          color: #ffffff !important;
          -webkit-transition: all 0.5s ease-in-out;
          -moz-transition: all 0.5s ease-in-out;
          -ms-transition: all 0.5s ease-in-out;
          -o-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out; }
          .request_section .inner_area .detail_area form .btn_area .btn-primary:hover {
            background-color: #f3774d; }
          .request_section .inner_area .detail_area form .btn_area .btn-primary:before {
            display: none; }

/* Above 1920 desktop */
/* 1680 desktop */
/* 1600 desktop */
/* Above 1400 and Below 1599 Desktop*/
/* 1300 desktop only */
@media (min-width: 1300px) and (max-width: 1399px) {
  .request_section {
    padding-bottom: 70px; }
    .request_section .inner_area {
      padding: 40px; } }

/* 1200 desktop only */
@media (min-width: 1200px) and (max-width: 1299px) {
  .request_section {
    padding-bottom: 60px; }
    .request_section .inner_area {
      padding: 40px; } }

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  .request_section {
    padding-bottom: 50px;
    margin-top: -30px; }
    .request_section .inner_area {
      padding: 30px;
      margin: 0 30px; }
      .request_section .inner_area .header_area h3 {
        font-size: 28px; }
      .request_section .inner_area .header_area p {
        font-size: 15px;
        line-height: 22px;
        padding-top: 10px; }
      .request_section .inner_area .detail_area {
        width: 800px;
        padding: 35px;
        margin-top: 30px; }
        .request_section .inner_area .detail_area .captcha {
          width: 240px;
          margin-top: 15px; }
          .request_section .inner_area .detail_area .captcha .right .img_area {
            height: 25px;
            width: 25px; } }

/* Landscape tablets and ipad */
@media (min-width: 768px) and (max-width: 991px) {
  .request_section {
    padding-bottom: 40px;
    margin-top: -25px; }
    .request_section .inner_area {
      padding: 30px 20px;
      margin: 0 20px; }
      .request_section .inner_area .header_area h3 {
        font-size: 24px; }
      .request_section .inner_area .header_area p {
        font-size: 15px;
        line-height: 22px;
        padding-top: 10px; }
      .request_section .inner_area .detail_area {
        width: 750px;
        padding: 30px;
        margin-top: 25px; }
        .request_section .inner_area .detail_area form .btn_area {
          margin-top: 20px; }
          .request_section .inner_area .detail_area form .btn_area .btn-primary {
            padding: 8px 35px;
            font-size: 14px; }
        .request_section .inner_area .detail_area .captcha {
          width: 240px; }
          .request_section .inner_area .detail_area .captcha .right .img_area {
            height: 25px;
            width: 25px; } }

/* Landscape phones and portrait tablets */
@media (min-width: 576px) and (max-width: 767px) {
  .request_section {
    padding-bottom: 30px;
    margin-top: -30px; }
    .request_section .inner_area {
      padding: 25px;
      margin: 0 20px; }
      .request_section .inner_area .header_area h3 {
        font-size: 20px; }
      .request_section .inner_area .header_area p {
        font-size: 14px;
        line-height: 20px;
        padding-top: 10px; }
      .request_section .inner_area .detail_area {
        width: 600px;
        padding: 25px;
        margin-top: 20px; }
        .request_section .inner_area .detail_area form .btn_area {
          margin-top: 20px; }
          .request_section .inner_area .detail_area form .btn_area .btn-primary {
            padding: 8px 35px;
            font-size: 14px; }
        .request_section .inner_area .detail_area .captcha {
          width: 220px;
          margin-top: 15px; }
          .request_section .inner_area .detail_area .captcha .right .img_area {
            height: 25px;
            width: 25px; } }

/* Landscape phones and portrait tablets */
@media (min-width: 361px) and (max-width: 575px) {
  .request_section {
    padding-bottom: 30px;
    margin-top: -25px; }
    .request_section .inner_area {
      padding: 15px;
      margin: 0 10px;
      border-radius: 10px; }
      .request_section .inner_area .header_area h3 {
        font-size: 18px; }
      .request_section .inner_area .header_area p {
        font-size: 14px;
        line-height: 20px;
        width: 100%;
        padding-top: 7px; }
      .request_section .inner_area .detail_area {
        width: 100%;
        padding: 15px;
        margin-top: 20px; }
        .request_section .inner_area .detail_area form .btn_area {
          margin-top: 20px; }
          .request_section .inner_area .detail_area form .btn_area .btn-primary {
            padding: 8px 35px;
            font-size: 14px; }
        .request_section .inner_area .detail_area .captcha {
          width: 220px;
          margin-top: 10px; }
          .request_section .inner_area .detail_area .captcha .left {
            width: calc(100% - 52px); }
          .request_section .inner_area .detail_area .captcha .right {
            width: 52px; }
            .request_section .inner_area .detail_area .captcha .right .img_area {
              height: 22px;
              width: 22px; }
            .request_section .inner_area .detail_area .captcha .right .capt {
              font-size: 9px; }
            .request_section .inner_area .detail_area .captcha .right .privacy {
              font-size: 7px; } }

/* Smaller phones */
@media (max-width: 360px) {
  .request_section {
    padding-bottom: 30px;
    margin-top: -25px; }
    .request_section .inner_area {
      padding: 15px;
      margin: 0 10px;
      border-radius: 10px; }
      .request_section .inner_area .header_area h3 {
        font-size: 18px; }
      .request_section .inner_area .header_area p {
        font-size: 14px;
        line-height: 20px;
        width: 100%;
        padding-top: 7px; }
      .request_section .inner_area .detail_area {
        width: 100%;
        padding: 15px;
        margin-top: 20px; }
        .request_section .inner_area .detail_area form .btn_area {
          margin-top: 20px; }
          .request_section .inner_area .detail_area form .btn_area .btn-primary {
            padding: 8px 35px;
            font-size: 14px; }
        .request_section .inner_area .detail_area .captcha {
          width: 220px;
          margin-top: 10px; }
          .request_section .inner_area .detail_area .captcha .left {
            width: calc(100% - 52px); }
          .request_section .inner_area .detail_area .captcha .right {
            width: 52px; }
            .request_section .inner_area .detail_area .captcha .right .img_area {
              height: 22px;
              width: 22px; }
            .request_section .inner_area .detail_area .captcha .right .capt {
              font-size: 9px; }
            .request_section .inner_area .detail_area .captcha .right .privacy {
              font-size: 7px; } }

/* Smaller phones */
/* Add CSS styles for Portrait orientation */
/* Add CSS styles for Landscape orientation */
@keyframes slide {
  0% {
    background-size: 100%; }
  50% {
    background-size: 110%; }
  100% {
    background-size: 100%; } }

@-webkit-keyframes slide {
  0% {
    background-size: 100%; }
  50% {
    background-size: 110%; }
  100% {
    background-size: 100%; } }

@keyframes smoothScroll {
  0% {
    transform: translateY(-100px); }
  100% {
    transform: translateY(0px); } }

.faq_section {
  padding-bottom: 90px;
  margin-top: -50px; }
  .faq_section .inner_area {
    padding: 40px 70px;
    box-shadow: 0px 4px 16px 0px #0000001A;
    border-radius: 16px; }
    .faq_section .inner_area .header_area h3 {
      font-family: "Libre Franklin", sans-serif;
      font-size: 32px;
      font-weight: 700;
      color: #3C2566;
      text-align: center; }
    .faq_section .inner_area .header_area p {
      font-family: "Libre Franklin", sans-serif;
      font-size: 16px;
      font-weight: 400;
      line-height: 25px;
      color: #506376;
      text-align: center;
      width: 668px;
      max-width: 100%;
      margin: 0 auto;
      padding-top: 15px; }
    .faq_section .inner_area .header_area .search_area {
      width: 900px;
      max-width: 100%;
      margin: 0 auto;
      margin-top: 40px; }
      .faq_section .inner_area .header_area .search_area .form-group {
        position: relative;
        margin-bottom: 0; }
        .faq_section .inner_area .header_area .search_area .form-group .form-control {
          background-color: #F9F9F9;
          border: 1px solid #D9D9D9;
          padding: 9px 20px;
          border-radius: 10px;
          padding-right: 120px; }
      .faq_section .inner_area .header_area .search_area .btn-primary {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        margin-top: auto;
        margin-bottom: auto;
        margin-right: 4px;
        height: fit-content;
        padding: 7px 15px;
        font-family: "Libre Franklin", sans-serif;
        font-size: 16px;
        font-weight: 500;
        background-color: #F15A27;
        color: #ffffff !important;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; }
        .faq_section .inner_area .header_area .search_area .btn-primary .search_icon {
          font-size: 13px;
          color: #ffffff !important;
          padding-right: 7px; }
        .faq_section .inner_area .header_area .search_area .btn-primary:hover {
          background-color: #f3774d; }
        .faq_section .inner_area .header_area .search_area .btn-primary:before {
          display: none; }
    .faq_section .inner_area .accordion_area {
      padding-top: 60px; }
      .faq_section .inner_area .accordion_area .accordion {
        counter-reset: accordionCounter; }
        .faq_section .inner_area .accordion_area .accordion .accordion-item {
          margin-bottom: 35px;
          padding-bottom: 35px;
          border: unset;
          border-radius: unset;
          position: relative; }
          .faq_section .inner_area .accordion_area .accordion .accordion-item::before {
            content: "";
            display: block;
            height: 1px;
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background-color: #D9D9D9; }
          .faq_section .inner_area .accordion_area .accordion .accordion-item:last-child {
            margin-bottom: 0;
            padding-bottom: 0; }
            .faq_section .inner_area .accordion_area .accordion .accordion-item:last-child:before {
              display: none; }
          .faq_section .inner_area .accordion_area .accordion .accordion-item .accordion-header .accordion-button {
            color: #3C2566;
            font-weight: 600;
            font-size: 18px;
            line-height: 25px;
            padding: 0; }
            .faq_section .inner_area .accordion_area .accordion .accordion-item .accordion-header .accordion-button::before {
              content: "" counter(accordionCounter) ".";
              counter-increment: accordionCounter;
              margin-right: 5px;
              align-self: flex-start; }
            .faq_section .inner_area .accordion_area .accordion .accordion-item .accordion-header .accordion-button::after {
              content: "\f055";
              font-family: "font awesome 5 pro";
              height: unset;
              width: unset;
              color: #3C2566;
              background-image: unset;
              font-weight: 400;
              font-size: 18px;
              align-self: start;
              -webkit-transition: all 0.5s ease-in-out;
              -moz-transition: all 0.5s ease-in-out;
              -ms-transition: all 0.5s ease-in-out;
              -o-transition: all 0.5s ease-in-out;
              transition: all 0.5s ease-in-out;
              margin-left: auto;
              flex-shrink: 0;
              padding-left: 20px; }
            .faq_section .inner_area .accordion_area .accordion .accordion-item .accordion-header .accordion-button:focus {
              box-shadow: unset;
              border-color: unset; }
          .faq_section .inner_area .accordion_area .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
            background-color: #ffffff;
            box-shadow: unset; }
            .faq_section .inner_area .accordion_area .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
              content: "\f056";
              color: #3C2566;
              padding-left: 20px;
              transform: unset; }
          .faq_section .inner_area .accordion_area .accordion .accordion-item .accordion-body {
            padding: 10px 0 0 20px; }
            .faq_section .inner_area .accordion_area .accordion .accordion-item .accordion-body p {
              font-size: 16px;
              font-weight: 400;
              color: #506376;
              line-height: 25px; }
    .faq_section .inner_area .query {
      font-size: 16px;
      font-weight: 600;
      font-family: "Libre Franklin", sans-serif;
      color: #2C78EA;
      border-bottom: 1px solid #2C78EA;
      display: inline-block;
      padding-top: 60px;
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
      .faq_section .inner_area .query:hover {
        color: #3C2566;
        border-color: #3C2566; }

/* Above 1920 desktop */
/* 1680 desktop */
/* 1600 desktop */
/* Above 1400 and Below 1599 Desktop*/
/* 1300 desktop only */
@media (min-width: 1300px) and (max-width: 1399px) {
  .faq_section {
    padding-bottom: 70px; }
    .faq_section .inner_area {
      padding: 40px 50px; } }

/* 1200 desktop only */
@media (min-width: 1200px) and (max-width: 1299px) {
  .faq_section {
    padding-bottom: 60px; }
    .faq_section .inner_area {
      padding: 40px 50px; } }

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  .faq_section {
    padding-bottom: 50px;
    margin-top: -30px; }
    .faq_section .inner_area {
      padding: 40px;
      margin: 0 30px; }
      .faq_section .inner_area .header_area h3 {
        font-size: 28px; }
      .faq_section .inner_area .header_area p {
        font-size: 15px;
        padding-top: 12px;
        line-height: 22px; }
      .faq_section .inner_area .header_area .search_area {
        margin-top: 30px; }
      .faq_section .inner_area .accordion_area {
        padding-top: 50px; }
        .faq_section .inner_area .accordion_area .accordion .accordion-item {
          margin-bottom: 30px;
          padding-bottom: 30px; }
          .faq_section .inner_area .accordion_area .accordion .accordion-item .accordion-header .accordion-button {
            font-size: 17px; }
          .faq_section .inner_area .accordion_area .accordion .accordion-item .accordion-body p {
            font-size: 15px;
            line-height: 20px; }
      .faq_section .inner_area .query {
        font-size: 15px;
        padding-top: 50px; } }

/* Landscape tablets and ipad */
@media (min-width: 768px) and (max-width: 991px) {
  .faq_section {
    padding-bottom: 40px;
    margin-top: -25px; }
    .faq_section .inner_area {
      padding: 30px;
      margin: 0 20px; }
      .faq_section .inner_area .header_area h3 {
        font-size: 24px; }
      .faq_section .inner_area .header_area p {
        font-size: 15px;
        padding-top: 10px;
        line-height: 20px; }
      .faq_section .inner_area .header_area .search_area {
        margin-top: 30px; }
      .faq_section .inner_area .accordion_area {
        padding-top: 40px; }
        .faq_section .inner_area .accordion_area .accordion .accordion-item {
          margin-bottom: 25px;
          padding-bottom: 25px; }
          .faq_section .inner_area .accordion_area .accordion .accordion-item .accordion-header .accordion-button {
            font-size: 17px;
            line-height: 24px; }
          .faq_section .inner_area .accordion_area .accordion .accordion-item .accordion-body p {
            font-size: 15px;
            line-height: 20px; }
      .faq_section .inner_area .query {
        font-size: 15px;
        padding-top: 40px; } }

/* Landscape phones and portrait tablets */
@media (min-width: 576px) and (max-width: 767px) {
  .faq_section {
    padding-bottom: 35px;
    margin-top: -30px; }
    .faq_section .inner_area {
      margin: 0 20px;
      padding: 20px; }
      .faq_section .inner_area .header_area h3 {
        font-size: 20px; }
      .faq_section .inner_area .header_area p {
        font-size: 14px;
        padding-top: 10px;
        line-height: 20px; }
      .faq_section .inner_area .header_area .search_area {
        margin-top: 30px; }
        .faq_section .inner_area .header_area .search_area .form-group .form-control {
          padding: 7px 20px;
          padding-right: 120px; }
        .faq_section .inner_area .header_area .search_area .form-group .btn-primary {
          padding: 5px 15px;
          font-size: 14px; }
          .faq_section .inner_area .header_area .search_area .form-group .btn-primary .search_icon {
            font-size: 12px; }
      .faq_section .inner_area .accordion_area {
        padding-top: 35px; }
        .faq_section .inner_area .accordion_area .accordion .accordion-item {
          margin-bottom: 25px;
          padding-bottom: 25px; }
          .faq_section .inner_area .accordion_area .accordion .accordion-item .accordion-header .accordion-button {
            font-size: 16px;
            line-height: 22px; }
          .faq_section .inner_area .accordion_area .accordion .accordion-item .accordion-body p {
            font-size: 14px;
            line-height: 20px; }
      .faq_section .inner_area .query {
        font-size: 14px;
        padding-top: 35px; } }

/* Landscape phones and portrait tablets */
@media (min-width: 361px) and (max-width: 575px) {
  .faq_section {
    padding-bottom: 30px;
    margin-top: -25px; }
    .faq_section .inner_area {
      margin: 0 10px;
      padding: 15px;
      border-radius: 10px; }
      .faq_section .inner_area .header_area h3 {
        font-size: 18px; }
      .faq_section .inner_area .header_area p {
        width: 100%;
        font-size: 14px;
        padding-top: 10px;
        line-height: 20px; }
      .faq_section .inner_area .header_area .search_area {
        width: 100%;
        margin-top: 25px; }
        .faq_section .inner_area .header_area .search_area .form-group .form-control {
          padding: 8px 20px;
          padding-right: 110px; }
        .faq_section .inner_area .header_area .search_area .form-group .btn-primary {
          padding: 6px 15px;
          font-size: 14px; }
          .faq_section .inner_area .header_area .search_area .form-group .btn-primary .search_icon {
            font-size: 12px; }
      .faq_section .inner_area .accordion_area {
        padding-top: 25px; }
        .faq_section .inner_area .accordion_area .accordion .accordion-item {
          margin-bottom: 20px;
          padding-bottom: 20px; }
          .faq_section .inner_area .accordion_area .accordion .accordion-item .accordion-header .accordion-button {
            font-size: 15px;
            line-height: 20px; }
          .faq_section .inner_area .accordion_area .accordion .accordion-item .accordion-body p {
            font-size: 14px;
            line-height: 20px; }
      .faq_section .inner_area .query {
        font-size: 14px;
        padding-top: 30px; } }

/* Smaller phones */
@media (max-width: 360px) {
  .faq_section {
    padding-bottom: 30px;
    margin-top: -25px; }
    .faq_section .inner_area {
      padding: 15px;
      margin: 0 10px;
      border-radius: 10px; }
      .faq_section .inner_area .header_area h3 {
        font-size: 18px; }
      .faq_section .inner_area .header_area p {
        width: 100%;
        font-size: 14px;
        padding-top: 10px;
        line-height: 20px; }
      .faq_section .inner_area .header_area .search_area {
        width: 100%;
        margin-top: 25px; }
        .faq_section .inner_area .header_area .search_area .form-group .form-control {
          padding: 8px 20px;
          padding-right: 110px; }
        .faq_section .inner_area .header_area .search_area .form-group .btn-primary {
          padding: 6px 15px;
          font-size: 14px; }
          .faq_section .inner_area .header_area .search_area .form-group .btn-primary .search_icon {
            font-size: 12px; }
      .faq_section .inner_area .accordion_area {
        padding-top: 25px; }
        .faq_section .inner_area .accordion_area .accordion .accordion-item {
          margin-bottom: 20px;
          padding-bottom: 20px; }
          .faq_section .inner_area .accordion_area .accordion .accordion-item .accordion-header .accordion-button {
            font-size: 15px;
            line-height: 20px; }
          .faq_section .inner_area .accordion_area .accordion .accordion-item .accordion-body p {
            font-size: 14px;
            line-height: 20px; }
      .faq_section .inner_area .query {
        font-size: 14px;
        padding-top: 30px; } }

/* Smaller phones */
@keyframes slide {
  0% {
    background-size: 100%; }
  50% {
    background-size: 110%; }
  100% {
    background-size: 100%; } }

@-webkit-keyframes slide {
  0% {
    background-size: 100%; }
  50% {
    background-size: 110%; }
  100% {
    background-size: 100%; } }

@keyframes smoothScroll {
  0% {
    transform: translateY(-100px); }
  100% {
    transform: translateY(0px); } }

.contact_section {
  padding-bottom: 90px;
  margin-top: -50px; }
  .contact_section .inner_area {
    padding: 50px 70px;
    box-shadow: 0px 4px 16px 0px #0000001A;
    border-radius: 16px; }
    .contact_section .inner_area .inner_area_main {
      border-radius: 10px;
      overflow: hidden; }
      .contact_section .inner_area .inner_area_main::after {
        display: block;
        content: "";
        clear: both; }
      .contact_section .inner_area .inner_area_main .left {
        width: 509px;
        float: left;
        background-color: #3C2566;
        padding: 60px 40px;
        position: relative;
        overflow: hidden; }
        .contact_section .inner_area .inner_area_main .left:before {
          content: '';
          display: block;
          background-image: url("../../../public/frontend/images/contact_bg.png");
          background-repeat: no-repeat;
          background-size: cover;
          height: 90px;
          width: 210px;
          position: absolute;
          bottom: 0;
          left: 0;
          z-index: 1; }
        .contact_section .inner_area .inner_area_main .left h3 {
          font-family: "Libre Franklin", sans-serif;
          font-size: 32px;
          font-weight: 700;
          color: #ffffff; }
        .contact_section .inner_area .inner_area_main .left p {
          font-family: "Libre Franklin", sans-serif;
          font-size: 16px;
          font-weight: 400;
          line-height: 27px;
          color: #ffffff;
          padding-top: 25px; }
        .contact_section .inner_area .inner_area_main .left .query_area {
          padding-top: 50px; }
          .contact_section .inner_area .inner_area_main .left .query_area .query {
            padding-top: 30px; }
            .contact_section .inner_area .inner_area_main .left .query_area .query:first-child {
              padding-top: 0; }
            .contact_section .inner_area .inner_area_main .left .query_area .query .query_link {
              display: inline-flex;
              align-items: center;
              column-gap: 20px; }
              .contact_section .inner_area .inner_area_main .left .query_area .query .query_link .icon_area {
                height: 47px;
                width: 47px;
                border-radius: 50%;
                background-color: #ffffff;
                color: #3C2566;
                display: flex;
                justify-content: center;
                align-items: center;
                flex-shrink: 0;
                font-size: 20px; }
              .contact_section .inner_area .inner_area_main .left .query_area .query .query_link .txt {
                font-family: "Libre Franklin", sans-serif;
                font-size: 16px;
                font-weight: 400;
                color: #ffffff;
                word-break: break-word;
                -webkit-transition: all 0.5s ease-in-out;
                -moz-transition: all 0.5s ease-in-out;
                -ms-transition: all 0.5s ease-in-out;
                -o-transition: all 0.5s ease-in-out;
                transition: all 0.5s ease-in-out;
                -webkit-transform: scale(1);
                -moz-transform: scale(1);
                -ms-transform: scale(1);
                -o-transform: scale(1);
                transform: scale(1);
                display: inline-block; }
            .contact_section .inner_area .inner_area_main .left .query_area .query:hover .query_link .txt {
              -webkit-transform: scale(1.02);
              -moz-transform: scale(1.02);
              -ms-transform: scale(1.02);
              -o-transform: scale(1.02);
              transform: scale(1.02); }
        .contact_section .inner_area .inner_area_main .left .frame_area {
          margin-top: 40px;
          border-radius: 10px;
          overflow: hidden;
          height: 164px;
          border: 0;
          position: relative;
          z-index: 2; }
          .contact_section .inner_area .inner_area_main .left .frame_area .frame_style {
            height: 100%;
            width: 100%; }
      .contact_section .inner_area .inner_area_main .right {
        width: calc(100% - 509px);
        float: right;
        padding: 40px;
        background-color: #FBFBFB; }
        .contact_section .inner_area .inner_area_main .right h4 {
          font-family: "Libre Franklin", sans-serif;
          font-size: 24px;
          font-weight: 700;
          color: #3C2566; }
        .contact_section .inner_area .inner_area_main .right form {
          margin-top: 40px; }
          .contact_section .inner_area .inner_area_main .right form .form-group {
            margin-bottom: 38px; }
            .contact_section .inner_area .inner_area_main .right form .form-group .form-control {
              background-color: transparent; }
        .contact_section .inner_area .inner_area_main .right .btn_area {
          display: flex;
          justify-content: center;
          column-gap: 20px;
          padding-top: 20px; }
          .contact_section .inner_area .inner_area_main .right .btn_area .btn-primary {
            padding: 10px 40px;
            font-family: "Libre Franklin", sans-serif;
            font-size: 16px;
            font-weight: 500;
            background-color: #F15A27;
            color: #ffffff !important;
            -webkit-transition: all 0.5s ease-in-out;
            -moz-transition: all 0.5s ease-in-out;
            -ms-transition: all 0.5s ease-in-out;
            -o-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out; }
            .contact_section .inner_area .inner_area_main .right .btn_area .btn-primary.btn_outline {
              background-color: transparent;
              border: 1px solid #F15A27;
              color: #F15A27 !important;
              margin-right: 0; }
              .contact_section .inner_area .inner_area_main .right .btn_area .btn-primary.btn_outline:hover {
                background-color: #F15A27;
                color: #ffffff !important; }
            .contact_section .inner_area .inner_area_main .right .btn_area .btn-primary:hover, .contact_section .inner_area .inner_area_main .right .btn_area .btn-primary.active {
              background-color: #f3774d; }
            .contact_section .inner_area .inner_area_main .right .btn_area .btn-primary:before {
              display: none; }

/* Above 1920 desktop */
/* 1680 desktop */
/* 1600 desktop */
/* Above 1400 and Below 1599 Desktop*/
/* 1300 desktop only */
@media (min-width: 1300px) and (max-width: 1399px) {
  .contact_section {
    padding-bottom: 70px; }
    .contact_section .inner_area {
      padding: 40px 50px; } }

/* 1200 desktop only */
@media (min-width: 1200px) and (max-width: 1299px) {
  .contact_section {
    padding-bottom: 60px; }
    .contact_section .inner_area {
      padding: 40px 50px; } }

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  .contact_section {
    padding-bottom: 50px;
    margin-top: -30px; }
    .contact_section .inner_area {
      padding: 30px;
      margin: 0 30px; }
      .contact_section .inner_area .inner_area_main .left {
        width: 440px;
        padding: 50px 30px; }
        .contact_section .inner_area .inner_area_main .left:before {
          height: 83px; }
        .contact_section .inner_area .inner_area_main .left h3 {
          font-size: 28px; }
        .contact_section .inner_area .inner_area_main .left p {
          font-size: 15px;
          line-height: 24px;
          padding-top: 20px; }
        .contact_section .inner_area .inner_area_main .left .query_area {
          padding-top: 40px; }
          .contact_section .inner_area .inner_area_main .left .query_area .query {
            padding-top: 20px; }
            .contact_section .inner_area .inner_area_main .left .query_area .query .query_link .icon_area {
              height: 42px;
              width: 42px;
              font-size: 18px; }
            .contact_section .inner_area .inner_area_main .left .query_area .query .query_link .txt {
              font-size: 15px; }
        .contact_section .inner_area .inner_area_main .left .frame_area {
          margin-top: 40px; }
      .contact_section .inner_area .inner_area_main .right {
        width: calc(100% - 440px);
        padding: 30px; }
        .contact_section .inner_area .inner_area_main .right h4 {
          font-size: 22px; }
        .contact_section .inner_area .inner_area_main .right form {
          margin-top: 30px; }
          .contact_section .inner_area .inner_area_main .right form .form-group {
            margin-bottom: 30px; }
        .contact_section .inner_area .inner_area_main .right .btn_area .btn-primary {
          font-size: 15px; } }

/* Landscape tablets and ipad */
@media (min-width: 768px) and (max-width: 991px) {
  .contact_section {
    padding-bottom: 40px;
    margin-top: -25px; }
    .contact_section .inner_area {
      padding: 20px 15px;
      margin: 0 20px; }
      .contact_section .inner_area .inner_area_main .left {
        width: 340px;
        padding: 30px 20px; }
        .contact_section .inner_area .inner_area_main .left:before {
          height: 67px;
          width: 200px; }
        .contact_section .inner_area .inner_area_main .left h3 {
          font-size: 24px; }
        .contact_section .inner_area .inner_area_main .left p {
          font-size: 15px;
          line-height: 24px;
          padding-top: 20px; }
        .contact_section .inner_area .inner_area_main .left .query_area {
          padding-top: 40px; }
          .contact_section .inner_area .inner_area_main .left .query_area .query {
            padding-top: 20px; }
            .contact_section .inner_area .inner_area_main .left .query_area .query .query_link {
              column-gap: 12px; }
              .contact_section .inner_area .inner_area_main .left .query_area .query .query_link .icon_area {
                height: 35px;
                width: 35px;
                font-size: 16px; }
              .contact_section .inner_area .inner_area_main .left .query_area .query .query_link .txt {
                font-size: 15px; }
        .contact_section .inner_area .inner_area_main .left .frame_area {
          margin-top: 40px;
          height: 140px; }
      .contact_section .inner_area .inner_area_main .right {
        width: calc(100% - 340px);
        padding: 20px; }
        .contact_section .inner_area .inner_area_main .right h4 {
          font-size: 20px; }
        .contact_section .inner_area .inner_area_main .right form {
          margin-top: 25px; }
          .contact_section .inner_area .inner_area_main .right form .form-group {
            margin-bottom: 25px; }
        .contact_section .inner_area .inner_area_main .right .btn_area .btn-primary {
          font-size: 15px; } }

/* Landscape phones and portrait tablets */
@media (min-width: 576px) and (max-width: 767px) {
  .contact_section {
    padding-bottom: 30px;
    margin-top: -30px; }
    .contact_section .inner_area {
      margin: 0 20px;
      padding: 20px; }
      .contact_section .inner_area .inner_area_main .left {
        width: 300px;
        padding: 30px 20px; }
        .contact_section .inner_area .inner_area_main .left:before {
          height: 62px;
          width: 200px; }
        .contact_section .inner_area .inner_area_main .left h3 {
          font-size: 20px; }
        .contact_section .inner_area .inner_area_main .left p {
          font-size: 14px;
          line-height: 20px;
          padding-top: 15px; }
        .contact_section .inner_area .inner_area_main .left .query_area {
          padding-top: 30px; }
          .contact_section .inner_area .inner_area_main .left .query_area .query {
            padding-top: 15px; }
            .contact_section .inner_area .inner_area_main .left .query_area .query .query_link {
              column-gap: 10px; }
              .contact_section .inner_area .inner_area_main .left .query_area .query .query_link .icon_area {
                height: 30px;
                width: 30px;
                font-size: 13px; }
              .contact_section .inner_area .inner_area_main .left .query_area .query .query_link .txt {
                font-size: 13px; }
        .contact_section .inner_area .inner_area_main .left .frame_area {
          margin-top: 40px;
          height: 130px; }
      .contact_section .inner_area .inner_area_main .right {
        width: calc(100% - 300px);
        padding: 20px; }
        .contact_section .inner_area .inner_area_main .right h4 {
          font-size: 18px; }
        .contact_section .inner_area .inner_area_main .right form {
          margin-top: 20px; }
          .contact_section .inner_area .inner_area_main .right form .form-group {
            margin-bottom: 20px; }
        .contact_section .inner_area .inner_area_main .right .btn_area {
          column-gap: 15px; }
          .contact_section .inner_area .inner_area_main .right .btn_area .btn-primary {
            font-size: 14px;
            padding: 8px 20px; } }

/* Landscape phones and portrait tablets */
@media (min-width: 361px) and (max-width: 575px) {
  .contact_section {
    padding-bottom: 30px;
    margin-top: -25px; }
    .contact_section .inner_area {
      margin: 0 10px;
      padding: 15px;
      border-radius: 10px; }
      .contact_section .inner_area .inner_area_main .left {
        width: 100%;
        float: unset;
        padding: 20px 15px; }
        .contact_section .inner_area .inner_area_main .left:before {
          height: 62px;
          width: 200px; }
        .contact_section .inner_area .inner_area_main .left h3 {
          font-size: 18px; }
        .contact_section .inner_area .inner_area_main .left p {
          font-size: 14px;
          line-height: 20px;
          padding-top: 10px; }
        .contact_section .inner_area .inner_area_main .left .query_area {
          padding-top: 25px; }
          .contact_section .inner_area .inner_area_main .left .query_area .query {
            padding-top: 15px; }
            .contact_section .inner_area .inner_area_main .left .query_area .query .query_link {
              column-gap: 10px; }
              .contact_section .inner_area .inner_area_main .left .query_area .query .query_link .icon_area {
                height: 30px;
                width: 30px;
                font-size: 13px; }
              .contact_section .inner_area .inner_area_main .left .query_area .query .query_link .txt {
                font-size: 13px; }
        .contact_section .inner_area .inner_area_main .left .frame_area {
          margin-top: 30px;
          height: 140px; }
      .contact_section .inner_area .inner_area_main .right {
        width: 100%;
        float: unset;
        padding: 20px 15px; }
        .contact_section .inner_area .inner_area_main .right h4 {
          font-size: 17px; }
        .contact_section .inner_area .inner_area_main .right form {
          margin-top: 20px; }
          .contact_section .inner_area .inner_area_main .right form .form-group {
            margin-bottom: 20px; }
        .contact_section .inner_area .inner_area_main .right .btn_area {
          column-gap: 15px; }
          .contact_section .inner_area .inner_area_main .right .btn_area .btn-primary {
            font-size: 14px;
            padding: 8px 20px; } }

/* Smaller phones */
@media (max-width: 360px) {
  .contact_section {
    padding-bottom: 30px;
    margin-top: -25px; }
    .contact_section .inner_area {
      margin: 0 10px;
      padding: 15px;
      border-radius: 10px; }
      .contact_section .inner_area .inner_area_main .left {
        width: 100%;
        float: unset;
        padding: 20px 15px; }
        .contact_section .inner_area .inner_area_main .left:before {
          height: 62px;
          width: 200px; }
        .contact_section .inner_area .inner_area_main .left h3 {
          font-size: 18px; }
        .contact_section .inner_area .inner_area_main .left p {
          font-size: 14px;
          line-height: 20px;
          padding-top: 10px; }
        .contact_section .inner_area .inner_area_main .left .query_area {
          padding-top: 25px; }
          .contact_section .inner_area .inner_area_main .left .query_area .query {
            padding-top: 15px; }
            .contact_section .inner_area .inner_area_main .left .query_area .query .query_link {
              column-gap: 10px; }
              .contact_section .inner_area .inner_area_main .left .query_area .query .query_link .icon_area {
                height: 30px;
                width: 30px;
                font-size: 13px; }
              .contact_section .inner_area .inner_area_main .left .query_area .query .query_link .txt {
                font-size: 13px; }
        .contact_section .inner_area .inner_area_main .left .frame_area {
          margin-top: 30px;
          height: 140px; }
      .contact_section .inner_area .inner_area_main .right {
        width: 100%;
        float: unset;
        padding: 20px 15px; }
        .contact_section .inner_area .inner_area_main .right h4 {
          font-size: 17px; }
        .contact_section .inner_area .inner_area_main .right form {
          margin-top: 20px; }
          .contact_section .inner_area .inner_area_main .right form .form-group {
            margin-bottom: 20px; }
        .contact_section .inner_area .inner_area_main .right .btn_area {
          column-gap: 15px; }
          .contact_section .inner_area .inner_area_main .right .btn_area .btn-primary {
            font-size: 14px;
            padding: 8px 20px; } }

/* Smaller phones */
/* Add CSS styles for Portrait orientation */
/* Add CSS styles for Landscape orientation */
@keyframes slide {
  0% {
    background-size: 100%; }
  50% {
    background-size: 110%; }
  100% {
    background-size: 100%; } }

@-webkit-keyframes slide {
  0% {
    background-size: 100%; }
  50% {
    background-size: 110%; }
  100% {
    background-size: 100%; } }

@keyframes smoothScroll {
  0% {
    transform: translateY(-100px); }
  100% {
    transform: translateY(0px); } }

.blogs_section {
  padding-bottom: 90px;
  margin-top: -50px; }
  .blogs_section .inner_area {
    padding: 40px 70px;
    box-shadow: 0px 4px 16px 0px #0000001A;
    border-radius: 16px; }
    .blogs_section .inner_area .header_area h3 {
      font-family: "Libre Franklin", sans-serif;
      font-size: 32px;
      font-weight: 700;
      color: #3C2566;
      text-align: center; }
    .blogs_section .inner_area .header_area p {
      font-family: "Libre Franklin", sans-serif;
      font-size: 16px;
      font-weight: 400;
      line-height: 25px;
      color: #506376;
      text-align: center;
      width: 668px;
      max-width: 100%;
      margin: 0 auto;
      padding-top: 15px; }
    .blogs_section .inner_area .header_area .search_area {
      width: 900px;
      max-width: 100%;
      margin: 0 auto;
      margin-top: 40px; }
      .blogs_section .inner_area .header_area .search_area .form-group {
        position: relative;
        margin-bottom: 0; }
        .blogs_section .inner_area .header_area .search_area .form-group .form-control {
          background-color: #F9F9F9;
          border: 1px solid #D9D9D9;
          padding: 9px 20px;
          border-radius: 10px;
          padding-right: 120px; }
      .blogs_section .inner_area .header_area .search_area .btn-primary {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        margin-top: auto;
        margin-bottom: auto;
        margin-right: 4px;
        height: fit-content;
        padding: 7px 15px;
        font-family: "Libre Franklin", sans-serif;
        font-size: 16px;
        font-weight: 500;
        background-color: #F15A27;
        color: #ffffff !important;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; }
        .blogs_section .inner_area .header_area .search_area .btn-primary .search_icon {
          font-size: 13px;
          color: #ffffff !important;
          padding-right: 7px; }
        .blogs_section .inner_area .header_area .search_area .btn-primary:hover {
          background-color: #f3774d; }
        .blogs_section .inner_area .header_area .search_area .btn-primary:before {
          display: none; }
    .blogs_section .inner_area .blog_area {
      padding-top: 50px; }
      .blogs_section .inner_area .blog_area h3 {
        font-family: "Libre Franklin", sans-serif;
        font-size: 24px;
        font-weight: 600;
        color: #3C2566; }
      .blogs_section .inner_area .blog_area .blog_area_main {
        padding-top: 30px; }
        .blogs_section .inner_area .blog_area .blog_area_main.blog_listing_inner {
          padding-top: 30px; }
        .blogs_section .inner_area .blog_area .blog_area_main .blog_card_outer .blog_card.blog_card2 {
          margin-bottom: 35px; }
          .blogs_section .inner_area .blog_area .blog_area_main .blog_card_outer .blog_card.blog_card2::after {
            display: block;
            content: "";
            clear: both; }
          .blogs_section .inner_area .blog_area .blog_area_main .blog_card_outer .blog_card.blog_card2 .top {
            float: left;
            width: 240px;
            padding-right: 16px; }
            .blogs_section .inner_area .blog_area .blog_area_main .blog_card_outer .blog_card.blog_card2 .top .img_area {
              height: 186px; }
          .blogs_section .inner_area .blog_area .blog_area_main .blog_card_outer .blog_card.blog_card2 .bottom {
            float: right;
            width: calc(100% - 240px); }
            .blogs_section .inner_area .blog_area .blog_area_main .blog_card_outer .blog_card.blog_card2 .bottom .inner_top {
              padding-top: 0; }
        .blogs_section .inner_area .blog_area .blog_area_main .blog_card_outer .blog_card.blog_card3 {
          border-radius: 10px;
          overflow: hidden;
          -webkit-transition: all 0.5s ease-in-out;
          -moz-transition: all 0.5s ease-in-out;
          -ms-transition: all 0.5s ease-in-out;
          -o-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;
          margin-bottom: 30px; }
          .blogs_section .inner_area .blog_area .blog_area_main .blog_card_outer .blog_card.blog_card3 .top .img_area {
            height: 241px;
            overflow: hidden;
            border-radius: 0; }
            .blogs_section .inner_area .blog_area .blog_area_main .blog_card_outer .blog_card.blog_card3 .top .img_area img {
              height: 100%;
              width: 100%;
              object-fit: cover;
              -webkit-transition: all 0.5s ease-in-out;
              -moz-transition: all 0.5s ease-in-out;
              -ms-transition: all 0.5s ease-in-out;
              -o-transition: all 0.5s ease-in-out;
              transition: all 0.5s ease-in-out; }
            .blogs_section .inner_area .blog_area .blog_area_main .blog_card_outer .blog_card.blog_card3 .top .img_area:hover img {
              -webkit-transform: scale(1.1);
              -moz-transform: scale(1.1);
              -ms-transform: scale(1.1);
              -o-transform: scale(1.1);
              transform: scale(1.1); }
          .blogs_section .inner_area .blog_area .blog_area_main .blog_card_outer .blog_card.blog_card3 .bottom {
            padding: 15px 10px; }
            .blogs_section .inner_area .blog_area .blog_area_main .blog_card_outer .blog_card.blog_card3 .bottom .inner_top {
              padding: 0; }
          .blogs_section .inner_area .blog_area .blog_area_main .blog_card_outer .blog_card.blog_card3:hover {
            box-shadow: 0px 4px 16px 0px #0000001A; }
        .blogs_section .inner_area .blog_area .blog_area_main .blog_card_outer .blog_card .top .img_area {
          width: 100%;
          height: 209px;
          overflow: hidden;
          border-radius: 10px; }
          .blogs_section .inner_area .blog_area .blog_area_main .blog_card_outer .blog_card .top .img_area img {
            height: 100%;
            width: 100%;
            object-fit: cover;
            -webkit-transition: all 0.5s ease-in-out;
            -moz-transition: all 0.5s ease-in-out;
            -ms-transition: all 0.5s ease-in-out;
            -o-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out; }
          .blogs_section .inner_area .blog_area .blog_area_main .blog_card_outer .blog_card .top .img_area:hover img {
            -webkit-transform: scale(1.1);
            -moz-transform: scale(1.1);
            -ms-transform: scale(1.1);
            -o-transform: scale(1.1);
            transform: scale(1.1); }
        .blogs_section .inner_area .blog_area .blog_area_main .blog_card_outer .blog_card .bottom .inner_top {
          padding-top: 20px; }
          .blogs_section .inner_area .blog_area .blog_area_main .blog_card_outer .blog_card .bottom .inner_top::after {
            display: block;
            content: "";
            clear: both; }
          .blogs_section .inner_area .blog_area .blog_area_main .blog_card_outer .blog_card .bottom .inner_top .inner_top_left {
            width: calc(100% - 115px);
            float: left; }
            .blogs_section .inner_area .blog_area .blog_area_main .blog_card_outer .blog_card .bottom .inner_top .inner_top_left .cloud {
              display: inline-block;
              padding: 5px 15px;
              border-radius: 16px;
              font-family: "Libre Franklin", sans-serif;
              font-size: 14px;
              font-weight: 400;
              text-align: center;
              color: #F15A27;
              background-color: #FFF2EE; }
          .blogs_section .inner_area .blog_area .blog_area_main .blog_card_outer .blog_card .bottom .inner_top .inner_top_right {
            width: 115px;
            float: right; }
            .blogs_section .inner_area .blog_area .blog_area_main .blog_card_outer .blog_card .bottom .inner_top .inner_top_right .time {
              font-family: "Libre Franklin", sans-serif;
              font-size: 16px;
              font-weight: 400;
              color: #3C2566;
              text-align: end; }
        .blogs_section .inner_area .blog_area .blog_area_main .blog_card_outer .blog_card .bottom h5 {
          font-family: "Libre Franklin", sans-serif;
          font-size: 18px;
          font-weight: 600;
          color: #3C2566;
          padding-top: 15px;
          cursor: pointer; }
        .blogs_section .inner_area .blog_area .blog_area_main .blog_card_outer .blog_card .bottom p {
          font-family: "Libre Franklin", sans-serif;
          font-size: 16px;
          font-weight: 400;
          line-height: 25px;
          color: #506376;
          padding-top: 10px; }
        .blogs_section .inner_area .blog_area .blog_area_main .blog_card_outer .blog_card .bottom .read_more {
          display: inline-block;
          font-family: "Libre Franklin", sans-serif;
          font-size: 16px;
          font-weight: 500;
          color: #3C2566;
          padding-top: 10px;
          -webkit-transition: all 0.5s ease-in-out;
          -moz-transition: all 0.5s ease-in-out;
          -ms-transition: all 0.5s ease-in-out;
          -o-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out; }
          .blogs_section .inner_area .blog_area .blog_area_main .blog_card_outer .blog_card .bottom .read_more .arrow_icon {
            font-size: 18px;
            padding-left: 7px; }
          .blogs_section .inner_area .blog_area .blog_area_main .blog_card_outer .blog_card .bottom .read_more:hover {
            color: #F15A27; }

/* Above 1920 desktop */
/* 1680 desktop */
/* 1600 desktop */
/* Above 1400 and Below 1599 Desktop*/
/* 1300 desktop only */
@media (min-width: 1300px) and (max-width: 1399px) {
  .blogs_section {
    padding-bottom: 70px; }
    .blogs_section .inner_area {
      padding: 40px 50px; } }

/* 1200 desktop only */
@media (min-width: 1200px) and (max-width: 1299px) {
  .blogs_section {
    padding-bottom: 60px; }
    .blogs_section .inner_area {
      padding: 40px 50px; } }

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  .blogs_section {
    padding-bottom: 50px;
    margin-top: -30px; }
    .blogs_section .inner_area {
      padding: 30px;
      margin: 0 30px; }
      .blogs_section .inner_area .header_area h3 {
        font-size: 28px; }
      .blogs_section .inner_area .header_area p {
        font-size: 15px;
        padding-top: 12px;
        line-height: 22px; }
      .blogs_section .inner_area .header_area .search_area {
        margin-top: 30px; }
      .blogs_section .inner_area .blog_area {
        padding-top: 40px; }
        .blogs_section .inner_area .blog_area h3 {
          font-size: 22px; }
        .blogs_section .inner_area .blog_area .blog_area_main {
          padding-top: 25px; }
          .blogs_section .inner_area .blog_area .blog_area_main.blog_listing_inner {
            padding-top: 30px; }
          .blogs_section .inner_area .blog_area .blog_area_main .blog_card_outer .blog_card.blog_card2 {
            margin-bottom: 25px; }
            .blogs_section .inner_area .blog_area .blog_area_main .blog_card_outer .blog_card.blog_card2 .top {
              width: 220px; }
              .blogs_section .inner_area .blog_area .blog_area_main .blog_card_outer .blog_card.blog_card2 .top .img_area {
                height: 174px; }
            .blogs_section .inner_area .blog_area .blog_area_main .blog_card_outer .blog_card.blog_card2 .bottom {
              width: calc(100% - 220px); }
          .blogs_section .inner_area .blog_area .blog_area_main .blog_card_outer .blog_card.blog_card3 .top .img_area {
            height: 220px; }
          .blogs_section .inner_area .blog_area .blog_area_main .blog_card_outer .blog_card.blog_card3 .bottom {
            padding: 15px 10px; }
          .blogs_section .inner_area .blog_area .blog_area_main .blog_card_outer .blog_card .top .img_area {
            height: 190px; }
          .blogs_section .inner_area .blog_area .blog_area_main .blog_card_outer .blog_card .bottom .inner_top {
            padding-top: 15px; }
            .blogs_section .inner_area .blog_area .blog_area_main .blog_card_outer .blog_card .bottom .inner_top .inner_top_right .time {
              font-size: 15px; }
          .blogs_section .inner_area .blog_area .blog_area_main .blog_card_outer .blog_card .bottom h5 {
            font-size: 17px; }
          .blogs_section .inner_area .blog_area .blog_area_main .blog_card_outer .blog_card .bottom p {
            font-size: 15px;
            line-height: 22px; }
          .blogs_section .inner_area .blog_area .blog_area_main .blog_card_outer .blog_card .bottom .read_more {
            font-size: 15px; }
            .blogs_section .inner_area .blog_area .blog_area_main .blog_card_outer .blog_card .bottom .read_more .arrow_icon {
              font-size: 16px; } }

/* Landscape tablets and ipad */
@media (min-width: 768px) and (max-width: 991px) {
  .blogs_section {
    padding-bottom: 40px;
    margin-top: -25px; }
    .blogs_section .inner_area {
      padding: 30px 20px;
      margin: 0 20px; }
      .blogs_section .inner_area .header_area h3 {
        font-size: 24px; }
      .blogs_section .inner_area .header_area p {
        font-size: 15px;
        padding-top: 10px;
        line-height: 20px; }
      .blogs_section .inner_area .header_area .search_area {
        margin-top: 30px; }
      .blogs_section .inner_area .blog_area {
        padding-top: 30px; }
        .blogs_section .inner_area .blog_area h3 {
          font-size: 22px; }
        .blogs_section .inner_area .blog_area .blog_area_main {
          padding-top: 20px; }
          .blogs_section .inner_area .blog_area .blog_area_main [class*='col-'] {
            padding-left: 10px;
            padding-right: 10px; }
          .blogs_section .inner_area .blog_area .blog_area_main.blog_listing_inner {
            padding-top: 20px; }
            .blogs_section .inner_area .blog_area .blog_area_main.blog_listing_inner [class*='col-'] {
              padding: 0 10px; }
          .blogs_section .inner_area .blog_area .blog_area_main .blog_card_outer .blog_card.blog_card2 {
            margin-bottom: 20px; }
            .blogs_section .inner_area .blog_area .blog_area_main .blog_card_outer .blog_card.blog_card2 .top {
              width: 180px; }
              .blogs_section .inner_area .blog_area .blog_area_main .blog_card_outer .blog_card.blog_card2 .top .img_area {
                height: 154px; }
            .blogs_section .inner_area .blog_area .blog_area_main .blog_card_outer .blog_card.blog_card2 .bottom {
              width: calc(100% - 180px); }
          .blogs_section .inner_area .blog_area .blog_area_main .blog_card_outer .blog_card.blog_card3 .top .img_area {
            height: 200px; }
          .blogs_section .inner_area .blog_area .blog_area_main .blog_card_outer .blog_card.blog_card3 .bottom {
            padding: 10px; }
          .blogs_section .inner_area .blog_area .blog_area_main .blog_card_outer .blog_card .top .img_area {
            height: 160px; }
          .blogs_section .inner_area .blog_area .blog_area_main .blog_card_outer .blog_card .bottom .inner_top {
            padding-top: 15px; }
            .blogs_section .inner_area .blog_area .blog_area_main .blog_card_outer .blog_card .bottom .inner_top .inner_top_left .cloud {
              padding: 4px 8px;
              font-size: 10px;
              border-radius: 10px; }
            .blogs_section .inner_area .blog_area .blog_area_main .blog_card_outer .blog_card .bottom .inner_top .inner_top_right .time {
              font-size: 13px; }
          .blogs_section .inner_area .blog_area .blog_area_main .blog_card_outer .blog_card .bottom h5 {
            font-size: 15px;
            padding-top: 10px; }
          .blogs_section .inner_area .blog_area .blog_area_main .blog_card_outer .blog_card .bottom p {
            font-size: 14px;
            line-height: 20px;
            padding-top: 7px; }
          .blogs_section .inner_area .blog_area .blog_area_main .blog_card_outer .blog_card .bottom .read_more {
            font-size: 14px;
            padding-top: 7px; }
            .blogs_section .inner_area .blog_area .blog_area_main .blog_card_outer .blog_card .bottom .read_more .arrow_icon {
              font-size: 14px; } }

/* Landscape phones and portrait tablets */
@media (min-width: 576px) and (max-width: 767px) {
  .blogs_section {
    padding-bottom: 35px;
    margin-top: -30px; }
    .blogs_section .inner_area {
      padding: 20px 15px;
      margin: 0 20px; }
      .blogs_section .inner_area .header_area h3 {
        font-size: 20px; }
      .blogs_section .inner_area .header_area p {
        font-size: 14px;
        padding-top: 10px;
        line-height: 20px; }
      .blogs_section .inner_area .header_area .search_area {
        margin-top: 30px; }
        .blogs_section .inner_area .header_area .search_area .form-group .form-control {
          padding: 7px 20px;
          padding-right: 120px; }
        .blogs_section .inner_area .header_area .search_area .form-group .btn-primary {
          padding: 5px 15px;
          font-size: 14px; }
          .blogs_section .inner_area .header_area .search_area .form-group .btn-primary .search_icon {
            font-size: 12px; }
      .blogs_section .inner_area .blog_area {
        padding-top: 25px; }
        .blogs_section .inner_area .blog_area h3 {
          font-size: 20px; }
        .blogs_section .inner_area .blog_area .blog_area_main {
          padding-top: 10px; }
          .blogs_section .inner_area .blog_area .blog_area_main.blog_listing_inner {
            padding-top: 15px; }
          .blogs_section .inner_area .blog_area .blog_area_main .blog_card_outer .blog_card.blog_card2 {
            margin-top: 20px;
            margin-bottom: 0; }
            .blogs_section .inner_area .blog_area .blog_area_main .blog_card_outer .blog_card.blog_card2 .top {
              width: 90px;
              padding-right: 10px; }
              .blogs_section .inner_area .blog_area .blog_area_main .blog_card_outer .blog_card.blog_card2 .top .img_area {
                height: 90px; }
            .blogs_section .inner_area .blog_area .blog_area_main .blog_card_outer .blog_card.blog_card2 .bottom {
              width: calc(100% - 90px); }
          .blogs_section .inner_area .blog_area .blog_area_main .blog_card_outer .blog_card.blog_card3 .top .img_area {
            height: 200px; }
          .blogs_section .inner_area .blog_area .blog_area_main .blog_card_outer .blog_card.blog_card3 .bottom {
            padding: 7px; }
          .blogs_section .inner_area .blog_area .blog_area_main .blog_card_outer .blog_card .top .img_area {
            height: 160px; }
          .blogs_section .inner_area .blog_area .blog_area_main .blog_card_outer .blog_card .bottom .inner_top {
            padding-top: 15px; }
            .blogs_section .inner_area .blog_area .blog_area_main .blog_card_outer .blog_card .bottom .inner_top .inner_top_left {
              width: calc(100% - 100px); }
              .blogs_section .inner_area .blog_area .blog_area_main .blog_card_outer .blog_card .bottom .inner_top .inner_top_left .cloud {
                padding: 4px 8px;
                font-size: 10px;
                border-radius: 10px; }
            .blogs_section .inner_area .blog_area .blog_area_main .blog_card_outer .blog_card .bottom .inner_top .inner_top_right {
              width: 100px; }
              .blogs_section .inner_area .blog_area .blog_area_main .blog_card_outer .blog_card .bottom .inner_top .inner_top_right .time {
                font-size: 12px; }
          .blogs_section .inner_area .blog_area .blog_area_main .blog_card_outer .blog_card .bottom h5 {
            font-size: 15px;
            padding-top: 10px; }
          .blogs_section .inner_area .blog_area .blog_area_main .blog_card_outer .blog_card .bottom p {
            font-size: 14px;
            line-height: 20px;
            padding-top: 7px; }
          .blogs_section .inner_area .blog_area .blog_area_main .blog_card_outer .blog_card .bottom .read_more {
            font-size: 13px;
            padding-top: 7px; }
            .blogs_section .inner_area .blog_area .blog_area_main .blog_card_outer .blog_card .bottom .read_more .arrow_icon {
              font-size: 12px; } }

/* Landscape phones and portrait tablets */
@media (min-width: 361px) and (max-width: 575px) {
  .blogs_section {
    padding-bottom: 30px;
    margin-top: -25px; }
    .blogs_section .inner_area {
      padding: 20px 15px;
      margin: 0 10px;
      border-radius: 10px; }
      .blogs_section .inner_area .header_area h3 {
        font-size: 18px; }
      .blogs_section .inner_area .header_area p {
        font-size: 14px;
        padding-top: 10px;
        line-height: 20px; }
      .blogs_section .inner_area .header_area .search_area {
        margin-top: 25px; }
        .blogs_section .inner_area .header_area .search_area .form-group .form-control {
          padding: 9px 20px;
          padding-right: 110px;
          font-size: 10px; }
        .blogs_section .inner_area .header_area .search_area .form-group .btn-primary {
          padding: 5px 15px;
          font-size: 13px; }
          .blogs_section .inner_area .header_area .search_area .form-group .btn-primary .search_icon {
            font-size: 12px; }
      .blogs_section .inner_area .blog_area {
        padding-top: 25px; }
        .blogs_section .inner_area .blog_area h3 {
          font-size: 18px; }
        .blogs_section .inner_area .blog_area .blog_area_main {
          padding-top: 15px;
          padding-left: 10px;
          padding-right: 10px; }
          .blogs_section .inner_area .blog_area .blog_area_main [class*='col-'] {
            padding: 0 7px; }
          .blogs_section .inner_area .blog_area .blog_area_main.blog_listing_inner {
            padding-top: 15px;
            padding-left: 7px;
            padding-right: 7px; }
            .blogs_section .inner_area .blog_area .blog_area_main.blog_listing_inner [class*='col-'] {
              padding: 0 7px; }
          .blogs_section .inner_area .blog_area .blog_area_main .blog_card_outer .blog_card.blog_card2 {
            margin-top: 30px;
            margin-bottom: 0; }
            .blogs_section .inner_area .blog_area .blog_area_main .blog_card_outer .blog_card.blog_card2 .top {
              width: 100%;
              float: unset;
              padding-right: 0; }
            .blogs_section .inner_area .blog_area .blog_area_main .blog_card_outer .blog_card.blog_card2 .bottom {
              width: 100%;
              float: unset; }
              .blogs_section .inner_area .blog_area .blog_area_main .blog_card_outer .blog_card.blog_card2 .bottom .inner_top {
                padding-top: 15px; }
          .blogs_section .inner_area .blog_area .blog_area_main .blog_card_outer .blog_card.blog_card3 .top .img_area {
            height: 200px; }
          .blogs_section .inner_area .blog_area .blog_area_main .blog_card_outer .blog_card.blog_card3 .bottom {
            padding: 7px; }
          .blogs_section .inner_area .blog_area .blog_area_main .blog_card_outer .blog_card .top .img_area {
            height: 160px; }
          .blogs_section .inner_area .blog_area .blog_area_main .blog_card_outer .blog_card .bottom .inner_top {
            padding-top: 15px; }
            .blogs_section .inner_area .blog_area .blog_area_main .blog_card_outer .blog_card .bottom .inner_top .inner_top_left {
              width: calc(100% - 105px); }
              .blogs_section .inner_area .blog_area .blog_area_main .blog_card_outer .blog_card .bottom .inner_top .inner_top_left .cloud {
                padding: 4px 8px;
                font-size: 10px;
                border-radius: 10px; }
            .blogs_section .inner_area .blog_area .blog_area_main .blog_card_outer .blog_card .bottom .inner_top .inner_top_right {
              width: 105px; }
              .blogs_section .inner_area .blog_area .blog_area_main .blog_card_outer .blog_card .bottom .inner_top .inner_top_right .time {
                font-size: 12px; }
          .blogs_section .inner_area .blog_area .blog_area_main .blog_card_outer .blog_card .bottom h5 {
            font-size: 15px;
            padding-top: 10px; }
          .blogs_section .inner_area .blog_area .blog_area_main .blog_card_outer .blog_card .bottom p {
            font-size: 14px;
            line-height: 20px;
            padding-top: 7px; }
          .blogs_section .inner_area .blog_area .blog_area_main .blog_card_outer .blog_card .bottom .read_more {
            font-size: 13px;
            padding-top: 7px; }
            .blogs_section .inner_area .blog_area .blog_area_main .blog_card_outer .blog_card .bottom .read_more .arrow_icon {
              font-size: 12px; } }

/* Smaller phones */
@media (max-width: 360px) {
  .blogs_section {
    padding-bottom: 30px;
    margin-top: -25px; }
    .blogs_section .inner_area {
      padding: 20px 15px;
      margin: 0 10px;
      border-radius: 10px; }
      .blogs_section .inner_area .header_area h3 {
        font-size: 18px; }
      .blogs_section .inner_area .header_area p {
        font-size: 14px;
        padding-top: 10px;
        line-height: 20px; }
      .blogs_section .inner_area .header_area .search_area {
        margin-top: 25px; }
        .blogs_section .inner_area .header_area .search_area .form-group .form-control {
          padding: 9px 20px;
          padding-right: 110px;
          font-size: 10px; }
        .blogs_section .inner_area .header_area .search_area .form-group .btn-primary {
          padding: 5px 15px;
          font-size: 13px; }
          .blogs_section .inner_area .header_area .search_area .form-group .btn-primary .search_icon {
            font-size: 12px; }
      .blogs_section .inner_area .blog_area {
        padding-top: 25px; }
        .blogs_section .inner_area .blog_area h3 {
          font-size: 18px; }
        .blogs_section .inner_area .blog_area .blog_area_main {
          padding-top: 15px;
          padding-left: 10px;
          padding-right: 10px; }
          .blogs_section .inner_area .blog_area .blog_area_main [class*='col-'] {
            padding: 0 7px; }
          .blogs_section .inner_area .blog_area .blog_area_main.blog_listing_inner {
            padding-top: 15px;
            padding-left: 7px;
            padding-right: 7px; }
            .blogs_section .inner_area .blog_area .blog_area_main.blog_listing_inner [class*='col-'] {
              padding: 0 7px; }
          .blogs_section .inner_area .blog_area .blog_area_main .blog_card_outer .blog_card.blog_card2 {
            margin-top: 30px;
            margin-bottom: 0; }
            .blogs_section .inner_area .blog_area .blog_area_main .blog_card_outer .blog_card.blog_card2 .top {
              width: 100%;
              float: unset;
              padding-right: 0; }
            .blogs_section .inner_area .blog_area .blog_area_main .blog_card_outer .blog_card.blog_card2 .bottom {
              width: 100%;
              float: unset; }
              .blogs_section .inner_area .blog_area .blog_area_main .blog_card_outer .blog_card.blog_card2 .bottom .inner_top {
                padding-top: 15px; }
          .blogs_section .inner_area .blog_area .blog_area_main .blog_card_outer .blog_card.blog_card3 .top .img_area {
            height: 200px; }
          .blogs_section .inner_area .blog_area .blog_area_main .blog_card_outer .blog_card.blog_card3 .bottom {
            padding: 7px; }
          .blogs_section .inner_area .blog_area .blog_area_main .blog_card_outer .blog_card .top .img_area {
            height: 160px; }
          .blogs_section .inner_area .blog_area .blog_area_main .blog_card_outer .blog_card .bottom .inner_top {
            padding-top: 15px; }
            .blogs_section .inner_area .blog_area .blog_area_main .blog_card_outer .blog_card .bottom .inner_top .inner_top_left {
              width: calc(100% - 105px); }
              .blogs_section .inner_area .blog_area .blog_area_main .blog_card_outer .blog_card .bottom .inner_top .inner_top_left .cloud {
                padding: 4px 8px;
                font-size: 10px;
                border-radius: 10px; }
            .blogs_section .inner_area .blog_area .blog_area_main .blog_card_outer .blog_card .bottom .inner_top .inner_top_right {
              width: 105px; }
              .blogs_section .inner_area .blog_area .blog_area_main .blog_card_outer .blog_card .bottom .inner_top .inner_top_right .time {
                font-size: 12px; }
          .blogs_section .inner_area .blog_area .blog_area_main .blog_card_outer .blog_card .bottom h5 {
            font-size: 15px;
            padding-top: 10px; }
          .blogs_section .inner_area .blog_area .blog_area_main .blog_card_outer .blog_card .bottom p {
            font-size: 14px;
            line-height: 20px;
            padding-top: 7px; }
          .blogs_section .inner_area .blog_area .blog_area_main .blog_card_outer .blog_card .bottom .read_more {
            font-size: 13px;
            padding-top: 7px; }
            .blogs_section .inner_area .blog_area .blog_area_main .blog_card_outer .blog_card .bottom .read_more .arrow_icon {
              font-size: 12px; } }

/* Smaller phones */
@keyframes slide {
  0% {
    background-size: 100%; }
  50% {
    background-size: 110%; }
  100% {
    background-size: 100%; } }

@-webkit-keyframes slide {
  0% {
    background-size: 100%; }
  50% {
    background-size: 110%; }
  100% {
    background-size: 100%; } }

@keyframes smoothScroll {
  0% {
    transform: translateY(-100px); }
  100% {
    transform: translateY(0px); } }

.blogs_detail_section {
  padding-bottom: 90px;
  margin-top: -50px; }
  .blogs_detail_section .inner_area {
    padding: 40px 70px;
    box-shadow: 0px 4px 16px 0px #0000001A;
    border-radius: 16px; }
    .blogs_detail_section .inner_area .header_area .top::after {
      display: block;
      content: "";
      clear: both; }
    .blogs_detail_section .inner_area .header_area .top .left {
      width: calc(100% - 75px);
      float: left;
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      column-gap: 12px; }
      .blogs_detail_section .inner_area .header_area .top .left .left_arrow {
        border: 2px solid #F15A27;
        height: 40px;
        width: 40px;
        border-radius: 50%;
        font-size: 16px;
        color: #F15A27;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 15px;
        cursor: pointer;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; }
        .blogs_detail_section .inner_area .header_area .top .left .left_arrow:hover, .blogs_detail_section .inner_area .header_area .top .left .left_arrow.active {
          background-color: #F15A27;
          color: #ffffff; }
      .blogs_detail_section .inner_area .header_area .top .left .inner_content {
        display: flex;
        align-items: center;
        column-gap: 12px; }
        .blogs_detail_section .inner_area .header_area .top .left .inner_content .cloud {
          display: inline-block;
          padding: 4px 12px;
          border-radius: 16px;
          font-family: "Libre Franklin", sans-serif;
          font-size: 14px;
          font-weight: 400;
          text-align: center;
          color: #F15A27;
          background-color: #FFF2EE; }
        .blogs_detail_section .inner_area .header_area .top .left .inner_content .time {
          font-family: "Libre Franklin", sans-serif;
          font-size: 16px;
          font-weight: 400;
          color: #3C2566; }
    .blogs_detail_section .inner_area .header_area .top .right {
      width: 75px;
      float: right;
      display: flex;
      align-items: end; }
      .blogs_detail_section .inner_area .header_area .top .right .icon_area ul {
        display: flex;
        justify-content: end; }
        .blogs_detail_section .inner_area .header_area .top .right .icon_area ul li {
          margin-right: 15px; }
          .blogs_detail_section .inner_area .header_area .top .right .icon_area ul li:last-child {
            margin-right: 0; }
          .blogs_detail_section .inner_area .header_area .top .right .icon_area ul li a .icon {
            font-size: 16px;
            color: #3C2566;
            -webkit-transition: all 0.5s ease-in-out;
            -moz-transition: all 0.5s ease-in-out;
            -ms-transition: all 0.5s ease-in-out;
            -o-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out; }
          .blogs_detail_section .inner_area .header_area .top .right .icon_area ul li a:hover .icon.linked_in:hover {
            color: #0077b5; }
          .blogs_detail_section .inner_area .header_area .top .right .icon_area ul li a:hover .icon.twitter:hover {
            color: #1c99e7; }
          .blogs_detail_section .inner_area .header_area .top .right .icon_area ul li a:hover .icon.facebook:hover {
            color: #1871e7; }
          .blogs_detail_section .inner_area .header_area .top .right .icon_area ul li a:hover .icon.youtube:hover {
            color: #fa362c; }
          .blogs_detail_section .inner_area .header_area .top .right .icon_area ul li a:hover .icon.instagram:hover {
            color: #e1376f; }
    .blogs_detail_section .inner_area .header_area h2 {
      font-family: "Libre Franklin", sans-serif;
      font-size: 32px;
      font-weight: 700;
      text-align: center;
      padding-top: 30px;
      color: #3C2566; }
    .blogs_detail_section .inner_area .header_area .img_area {
      width: 100%;
      height: 306px;
      border-radius: 10px;
      overflow: hidden;
      margin-top: 30px; }
      .blogs_detail_section .inner_area .header_area .img_area img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; }
      .blogs_detail_section .inner_area .header_area .img_area:hover img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1); }
    .blogs_detail_section .inner_area .detail_area {
      overflow: auto; }
      .blogs_detail_section .inner_area .detail_area h1, .blogs_detail_section .inner_area .detail_area h2, .blogs_detail_section .inner_area .detail_area h3, .blogs_detail_section .inner_area .detail_area h4, .blogs_detail_section .inner_area .detail_area h5, .blogs_detail_section .inner_area .detail_area h6 {
        font-family: "Libre Franklin", sans-serif;
        font-weight: 700;
        padding-top: 30px;
        color: #3C2566; }
      .blogs_detail_section .inner_area .detail_area h1 {
        font-size: 28px; }
      .blogs_detail_section .inner_area .detail_area h2 {
        font-size: 26px; }
      .blogs_detail_section .inner_area .detail_area h3 {
        font-size: 24px; }
      .blogs_detail_section .inner_area .detail_area h4 {
        font-size: 22px; }
      .blogs_detail_section .inner_area .detail_area h5 {
        font-size: 20px; }
      .blogs_detail_section .inner_area .detail_area h6 {
        font-size: 18px; }
      .blogs_detail_section .inner_area .detail_area p {
        font-family: "Libre Franklin", sans-serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 27px;
        padding-top: 25px; }
      .blogs_detail_section .inner_area .detail_area b, .blogs_detail_section .inner_area .detail_area strong {
        color: #3C2566; }
      .blogs_detail_section .inner_area .detail_area ul {
        padding-top: 25px;
        padding-left: 20px; }
        .blogs_detail_section .inner_area .detail_area ul li {
          list-style-type: disc;
          font-family: "Libre Franklin", sans-serif;
          font-size: 16px;
          font-weight: 400;
          padding-top: 15px;
          color: #506376; }
          .blogs_detail_section .inner_area .detail_area ul li:first-child {
            padding-top: 0; }
          .blogs_detail_section .inner_area .detail_area ul li::marker {
            color: #3C2566; }
      .blogs_detail_section .inner_area .detail_area ol {
        padding-top: 25px;
        padding-left: 20px;
        margin-bottom: 0; }
        .blogs_detail_section .inner_area .detail_area ol li {
          font-family: "Libre Franklin", sans-serif;
          font-size: 16px;
          font-weight: 400;
          padding-top: 15px;
          color: #506376;
          padding-left: 3px; }
          .blogs_detail_section .inner_area .detail_area ol li:first-child {
            padding-top: 0; }
          .blogs_detail_section .inner_area .detail_area ol li strong {
            color: #3C2566; }
          .blogs_detail_section .inner_area .detail_area ol li::marker {
            color: #3C2566;
            font-weight: 700; }
      .blogs_detail_section .inner_area .detail_area a {
        font-size: 16px;
        color: #506376;
        font-family: "Libre Franklin", sans-serif;
        font-weight: 400;
        display: inline-block;
        border-bottom: solid 2px #506376;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        padding-top: 25px; }
        .blogs_detail_section .inner_area .detail_area a:hover {
          color: #3C2566;
          border-color: #3C2566; }
      .blogs_detail_section .inner_area .detail_area .table-responsive {
        margin-top: 25px; }
        .blogs_detail_section .inner_area .detail_area .table-responsive::-webkit-scrollbar-track {
          background-color: #ffffff;
          margin: 2px 0; }
        .blogs_detail_section .inner_area .detail_area .table-responsive::-webkit-scrollbar {
          width: 5px;
          height: 5px;
          overflow: hidden; }
        .blogs_detail_section .inner_area .detail_area .table-responsive::-webkit-scrollbar-thumb {
          background-color: #0B0716;
          border-radius: 10px; }
        .blogs_detail_section .inner_area .detail_area .table-responsive table {
          width: auto; }
          .blogs_detail_section .inner_area .detail_area .table-responsive table tr th {
            border-bottom: 1px solid #3C2566;
            border-collapse: collapse;
            font-size: 18px;
            font-weight: 600;
            color: #3C2566;
            font-family: "Libre Franklin", sans-serif;
            padding: 10px 20px;
            white-space: nowrap; }
          .blogs_detail_section .inner_area .detail_area .table-responsive table tr td {
            border-collapse: collapse;
            font-size: 16px;
            font-weight: 400;
            color: #3C2566;
            font-family: "Libre Franklin", sans-serif;
            padding: 10px 20px;
            text-align: center;
            white-space: nowrap; }
      .blogs_detail_section .inner_area .detail_area .img_area2 {
        width: 100%;
        height: 260px;
        border-radius: 10px;
        overflow: hidden;
        margin-top: 25px; }
        .blogs_detail_section .inner_area .detail_area .img_area2 img {
          height: 100%;
          width: 100%;
          object-fit: cover;
          -webkit-transition: all 0.5s ease-in-out;
          -moz-transition: all 0.5s ease-in-out;
          -ms-transition: all 0.5s ease-in-out;
          -o-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out; }
        .blogs_detail_section .inner_area .detail_area .img_area2:hover img {
          -webkit-transform: scale(1.1);
          -moz-transform: scale(1.1);
          -ms-transform: scale(1.1);
          -o-transform: scale(1.1);
          transform: scale(1.1); }
    .blogs_detail_section .inner_area .nav_arrows {
      display: flex;
      justify-content: space-between;
      border-top: 1px solid #D9D9D9;
      padding-top: 20px;
      margin-top: 40px; }
      .blogs_detail_section .inner_area .nav_arrows .prev, .blogs_detail_section .inner_area .nav_arrows .next {
        font-family: "Libre Franklin", sans-serif;
        font-size: 16px;
        font-weight: 400;
        color: #667085;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; }
        .blogs_detail_section .inner_area .nav_arrows .prev .left_arrow, .blogs_detail_section .inner_area .nav_arrows .next .left_arrow {
          padding-right: 10px; }
        .blogs_detail_section .inner_area .nav_arrows .prev .right_arrow, .blogs_detail_section .inner_area .nav_arrows .next .right_arrow {
          padding-left: 10px; }
        .blogs_detail_section .inner_area .nav_arrows .prev:hover, .blogs_detail_section .inner_area .nav_arrows .next:hover {
          color: #3C2566; }

/* Above 1920 desktop */
/* 1680 desktop */
/* 1600 desktop */
/* Above 1400 and Below 1599 Desktop*/
/* 1300 desktop only */
@media (min-width: 1300px) and (max-width: 1399px) {
  .blogs_detail_section {
    padding-bottom: 70px; }
    .blogs_detail_section .inner_area {
      padding: 40px 50px; } }

/* 1200 desktop only */
@media (min-width: 1200px) and (max-width: 1299px) {
  .blogs_detail_section {
    padding-bottom: 60px; }
    .blogs_detail_section .inner_area {
      padding: 40px 50px; } }

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  .blogs_detail_section {
    padding-bottom: 50px;
    margin-top: -30px; }
    .blogs_detail_section .inner_area {
      padding: 30px;
      margin: 0 30px; }
      .blogs_detail_section .inner_area .header_area .top .left .left_arrow {
        height: 32px;
        width: 32px;
        font-size: 15px;
        margin-right: 15px; }
      .blogs_detail_section .inner_area .header_area .top .left .inner_content .cloud {
        font-size: 14px; }
      .blogs_detail_section .inner_area .header_area .top .left .inner_content .time {
        font-size: 16px; }
      .blogs_detail_section .inner_area .header_area .top .right .icon_area ul li .icon {
        font-size: 16px; }
      .blogs_detail_section .inner_area .header_area h2 {
        font-size: 28px;
        padding-top: 20px; }
      .blogs_detail_section .inner_area .header_area .img_area {
        height: 230px;
        margin-top: 30px; }
      .blogs_detail_section .inner_area .detail_area h1, .blogs_detail_section .inner_area .detail_area h2, .blogs_detail_section .inner_area .detail_area h3, .blogs_detail_section .inner_area .detail_area h4, .blogs_detail_section .inner_area .detail_area h5, .blogs_detail_section .inner_area .detail_area h6 {
        padding-top: 20px; }
      .blogs_detail_section .inner_area .detail_area h1 {
        font-size: 26px; }
      .blogs_detail_section .inner_area .detail_area h2 {
        font-size: 24px; }
      .blogs_detail_section .inner_area .detail_area h3 {
        font-size: 22px; }
      .blogs_detail_section .inner_area .detail_area h4 {
        font-size: 20px; }
      .blogs_detail_section .inner_area .detail_area h5 {
        font-size: 18px; }
      .blogs_detail_section .inner_area .detail_area h6 {
        font-size: 16px; }
      .blogs_detail_section .inner_area .detail_area p {
        font-size: 15px;
        line-height: 24px;
        padding-top: 15px; }
      .blogs_detail_section .inner_area .detail_area ul {
        padding-top: 15px; }
        .blogs_detail_section .inner_area .detail_area ul li {
          font-size: 15px;
          padding-top: 10px; }
      .blogs_detail_section .inner_area .detail_area ol {
        padding-top: 15px; }
        .blogs_detail_section .inner_area .detail_area ol li {
          font-size: 15px;
          padding-top: 10px; }
      .blogs_detail_section .inner_area .detail_area a {
        font-size: 15px;
        padding-top: 15px; }
      .blogs_detail_section .inner_area .detail_area .table-responsive {
        margin-top: 15px; }
        .blogs_detail_section .inner_area .detail_area .table-responsive table tr th {
          font-size: 17px; }
        .blogs_detail_section .inner_area .detail_area .table-responsive table tr td {
          font-size: 15px; }
      .blogs_detail_section .inner_area .detail_area .img_area2 {
        height: 230px;
        margin-top: 15px; } }

/* Landscape tablets and ipad */
@media (min-width: 768px) and (max-width: 991px) {
  .blogs_detail_section {
    padding-bottom: 40px;
    margin-top: -25px; }
    .blogs_detail_section .inner_area {
      padding: 30px 20px;
      margin: 0 20px; }
      .blogs_detail_section .inner_area .header_area .top .left .left_arrow {
        height: 30px;
        width: 30px;
        font-size: 14px;
        margin-right: 15px; }
      .blogs_detail_section .inner_area .header_area .top .left .inner_content .cloud {
        font-size: 14px; }
      .blogs_detail_section .inner_area .header_area .top .left .inner_content .time {
        font-size: 15px; }
      .blogs_detail_section .inner_area .header_area .top .right .icon_area ul li .icon {
        font-size: 15px; }
      .blogs_detail_section .inner_area .header_area h2 {
        font-size: 24px;
        padding-top: 20px; }
      .blogs_detail_section .inner_area .header_area .img_area {
        height: 200px;
        margin-top: 20px; }
      .blogs_detail_section .inner_area .detail_area h1, .blogs_detail_section .inner_area .detail_area h2, .blogs_detail_section .inner_area .detail_area h3, .blogs_detail_section .inner_area .detail_area h4, .blogs_detail_section .inner_area .detail_area h5, .blogs_detail_section .inner_area .detail_area h6 {
        padding-top: 20px; }
      .blogs_detail_section .inner_area .detail_area h1 {
        font-size: 26px; }
      .blogs_detail_section .inner_area .detail_area h2 {
        font-size: 24px; }
      .blogs_detail_section .inner_area .detail_area h3 {
        font-size: 22px; }
      .blogs_detail_section .inner_area .detail_area h4 {
        font-size: 20px; }
      .blogs_detail_section .inner_area .detail_area h5 {
        font-size: 18px; }
      .blogs_detail_section .inner_area .detail_area h6 {
        font-size: 16px; }
      .blogs_detail_section .inner_area .detail_area p {
        font-size: 15px;
        line-height: 22px;
        padding-top: 15px; }
      .blogs_detail_section .inner_area .detail_area ul {
        padding-top: 15px; }
        .blogs_detail_section .inner_area .detail_area ul li {
          font-size: 15px;
          padding-top: 10px; }
      .blogs_detail_section .inner_area .detail_area ol {
        padding-top: 15px; }
        .blogs_detail_section .inner_area .detail_area ol li {
          font-size: 15px; }
      .blogs_detail_section .inner_area .detail_area a {
        font-size: 15px;
        padding-top: 15px; }
      .blogs_detail_section .inner_area .detail_area .table-responsive {
        margin-top: 15px; }
        .blogs_detail_section .inner_area .detail_area .table-responsive table tr th {
          font-size: 17px; }
        .blogs_detail_section .inner_area .detail_area .table-responsive table tr td {
          font-size: 15px; }
      .blogs_detail_section .inner_area .detail_area .img_area2 {
        height: 200px;
        margin-top: 15px; } }

/* Landscape phones and portrait tablets */
@media (min-width: 576px) and (max-width: 767px) {
  .blogs_detail_section {
    padding-bottom: 35px;
    margin-top: -30px; }
    .blogs_detail_section .inner_area {
      padding: 20px 15px;
      margin: 0 20px; }
      .blogs_detail_section .inner_area .header_area .top .left {
        width: calc(100% - 100px); }
        .blogs_detail_section .inner_area .header_area .top .left .left_arrow {
          height: 27px;
          width: 27px;
          font-size: 13px;
          margin-right: 10px; }
        .blogs_detail_section .inner_area .header_area .top .left .inner_content .cloud {
          font-size: 14px; }
        .blogs_detail_section .inner_area .header_area .top .left .inner_content .time {
          font-size: 14px; }
      .blogs_detail_section .inner_area .header_area .top .right {
        width: 100px; }
        .blogs_detail_section .inner_area .header_area .top .right .icon_area ul li .icon {
          font-size: 14px; }
      .blogs_detail_section .inner_area .header_area h2 {
        font-size: 22px;
        padding-top: 20px; }
      .blogs_detail_section .inner_area .header_area .img_area {
        height: 180px;
        margin-top: 20px; }
      .blogs_detail_section .inner_area .detail_area h1, .blogs_detail_section .inner_area .detail_area h2, .blogs_detail_section .inner_area .detail_area h3, .blogs_detail_section .inner_area .detail_area h4, .blogs_detail_section .inner_area .detail_area h5, .blogs_detail_section .inner_area .detail_area h6 {
        padding-top: 15px; }
      .blogs_detail_section .inner_area .detail_area h1 {
        font-size: 24px; }
      .blogs_detail_section .inner_area .detail_area h2 {
        font-size: 22px; }
      .blogs_detail_section .inner_area .detail_area h3 {
        font-size: 20px; }
      .blogs_detail_section .inner_area .detail_area h4 {
        font-size: 18px; }
      .blogs_detail_section .inner_area .detail_area h5 {
        font-size: 16px; }
      .blogs_detail_section .inner_area .detail_area h6 {
        font-size: 15px; }
      .blogs_detail_section .inner_area .detail_area p {
        font-size: 14px;
        line-height: 20px;
        padding-top: 15px; }
      .blogs_detail_section .inner_area .detail_area ul {
        padding-top: 15px; }
        .blogs_detail_section .inner_area .detail_area ul li {
          font-size: 14px;
          padding-top: 10px; }
      .blogs_detail_section .inner_area .detail_area ol {
        padding-top: 15px; }
        .blogs_detail_section .inner_area .detail_area ol li {
          font-size: 14px;
          padding-top: 10px; }
      .blogs_detail_section .inner_area .detail_area a {
        font-size: 14px;
        padding-top: 15px; }
      .blogs_detail_section .inner_area .detail_area .table-responsive {
        margin-top: 15px; }
        .blogs_detail_section .inner_area .detail_area .table-responsive table tr th {
          font-size: 16px; }
        .blogs_detail_section .inner_area .detail_area .table-responsive table tr td {
          font-size: 14px; }
      .blogs_detail_section .inner_area .detail_area .img_area2 {
        height: 180px;
        margin-top: 15px; } }

/* Landscape phones and portrait tablets */
@media (min-width: 361px) and (max-width: 575px) {
  .blogs_detail_section {
    padding-bottom: 30px;
    margin-top: -25px; }
    .blogs_detail_section .inner_area {
      padding: 15px;
      margin: 0 10px;
      border-radius: 10px; }
      .blogs_detail_section .inner_area .header_area .top .left {
        width: calc(100% - 85px);
        flex-direction: column;
        align-items: flex-start;
        gap: 12px; }
        .blogs_detail_section .inner_area .header_area .top .left .left_arrow {
          height: 25px;
          width: 25px;
          font-size: 12px;
          margin-right: 0px; }
        .blogs_detail_section .inner_area .header_area .top .left .inner_content .cloud {
          font-size: 14px; }
        .blogs_detail_section .inner_area .header_area .top .left .inner_content .time {
          font-size: 14px; }
      .blogs_detail_section .inner_area .header_area .top .right {
        width: 85px; }
        .blogs_detail_section .inner_area .header_area .top .right .icon_area ul li {
          margin-right: 10px; }
          .blogs_detail_section .inner_area .header_area .top .right .icon_area ul li .icon {
            font-size: 14px; }
      .blogs_detail_section .inner_area .header_area h2 {
        font-size: 20px;
        padding-top: 15px; }
      .blogs_detail_section .inner_area .header_area .img_area {
        height: 160px;
        margin-top: 20px; }
      .blogs_detail_section .inner_area .detail_area h1, .blogs_detail_section .inner_area .detail_area h2, .blogs_detail_section .inner_area .detail_area h3, .blogs_detail_section .inner_area .detail_area h4, .blogs_detail_section .inner_area .detail_area h5, .blogs_detail_section .inner_area .detail_area h6 {
        padding-top: 18px; }
      .blogs_detail_section .inner_area .detail_area h1 {
        font-size: 22px; }
      .blogs_detail_section .inner_area .detail_area h2 {
        font-size: 20px; }
      .blogs_detail_section .inner_area .detail_area h3 {
        font-size: 18px; }
      .blogs_detail_section .inner_area .detail_area h4 {
        font-size: 17px; }
      .blogs_detail_section .inner_area .detail_area h5 {
        font-size: 16px; }
      .blogs_detail_section .inner_area .detail_area h6 {
        font-size: 15px; }
      .blogs_detail_section .inner_area .detail_area p {
        font-size: 14px;
        line-height: 22px;
        padding-top: 15px; }
      .blogs_detail_section .inner_area .detail_area ul {
        padding-top: 15px; }
        .blogs_detail_section .inner_area .detail_area ul li {
          font-size: 14px;
          padding-top: 10px; }
      .blogs_detail_section .inner_area .detail_area ol {
        padding-top: 15px; }
        .blogs_detail_section .inner_area .detail_area ol li {
          font-size: 14px;
          padding-top: 10px; }
      .blogs_detail_section .inner_area .detail_area a {
        font-size: 14px;
        padding-top: 15px; }
      .blogs_detail_section .inner_area .detail_area .table-responsive {
        margin-top: 10px; }
        .blogs_detail_section .inner_area .detail_area .table-responsive table tr th {
          font-size: 16px; }
        .blogs_detail_section .inner_area .detail_area .table-responsive table tr td {
          font-size: 14px; }
      .blogs_detail_section .inner_area .detail_area .img_area2 {
        height: 160px;
        margin-top: 20px; } }

/* Smaller phones */
@media (max-width: 360px) {
  .blogs_detail_section {
    padding-bottom: 30px;
    margin-top: -25px; }
    .blogs_detail_section .inner_area {
      padding: 15px;
      margin: 0 10px;
      border-radius: 10px; }
      .blogs_detail_section .inner_area .header_area .top .left {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        width: calc(100% - 85px); }
        .blogs_detail_section .inner_area .header_area .top .left .left_arrow {
          height: 25px;
          width: 25px;
          font-size: 12px;
          margin-right: 0px; }
        .blogs_detail_section .inner_area .header_area .top .left .inner_content .cloud {
          font-size: 14px; }
        .blogs_detail_section .inner_area .header_area .top .left .inner_content .time {
          font-size: 14px; }
      .blogs_detail_section .inner_area .header_area .top .right {
        width: 85px; }
        .blogs_detail_section .inner_area .header_area .top .right .icon_area ul li {
          margin-right: 10px; }
          .blogs_detail_section .inner_area .header_area .top .right .icon_area ul li .icon {
            font-size: 14px; }
      .blogs_detail_section .inner_area .header_area h2 {
        font-size: 20px;
        padding-top: 15px; }
      .blogs_detail_section .inner_area .header_area .img_area {
        height: 160px;
        margin-top: 20px; }
      .blogs_detail_section .inner_area .detail_area h1, .blogs_detail_section .inner_area .detail_area h2, .blogs_detail_section .inner_area .detail_area h3, .blogs_detail_section .inner_area .detail_area h4, .blogs_detail_section .inner_area .detail_area h5, .blogs_detail_section .inner_area .detail_area h6 {
        padding-top: 18px; }
      .blogs_detail_section .inner_area .detail_area h1 {
        font-size: 22px; }
      .blogs_detail_section .inner_area .detail_area h2 {
        font-size: 20px; }
      .blogs_detail_section .inner_area .detail_area h3 {
        font-size: 18px; }
      .blogs_detail_section .inner_area .detail_area h4 {
        font-size: 17px; }
      .blogs_detail_section .inner_area .detail_area h5 {
        font-size: 16px; }
      .blogs_detail_section .inner_area .detail_area h6 {
        font-size: 15px; }
      .blogs_detail_section .inner_area .detail_area p {
        font-size: 14px;
        line-height: 22px;
        padding-top: 15px; }
      .blogs_detail_section .inner_area .detail_area ul {
        padding-top: 15px; }
        .blogs_detail_section .inner_area .detail_area ul li {
          font-size: 14px;
          padding-top: 10px; }
      .blogs_detail_section .inner_area .detail_area ol {
        padding-top: 15px; }
        .blogs_detail_section .inner_area .detail_area ol li {
          font-size: 14px;
          padding-top: 10px; }
      .blogs_detail_section .inner_area .detail_area a {
        font-size: 14px;
        padding-top: 15px; }
      .blogs_detail_section .inner_area .detail_area .table-responsive {
        margin-top: 10px; }
        .blogs_detail_section .inner_area .detail_area .table-responsive table tr th {
          font-size: 16px; }
        .blogs_detail_section .inner_area .detail_area .table-responsive table tr td {
          font-size: 14px; }
      .blogs_detail_section .inner_area .detail_area .img_area2 {
        height: 160px;
        margin-top: 20px; } }

/* Smaller phones */
@keyframes slide {
  0% {
    background-size: 100%; }
  50% {
    background-size: 110%; }
  100% {
    background-size: 100%; } }

@-webkit-keyframes slide {
  0% {
    background-size: 100%; }
  50% {
    background-size: 110%; }
  100% {
    background-size: 100%; } }

@keyframes smoothScroll {
  0% {
    transform: translateY(-100px); }
  100% {
    transform: translateY(0px); } }

.features_section .inner_area .detail_area.choose_area {
  height: 520px; }
  .features_section .inner_area .detail_area.choose_area .heading {
    font-family: "Libre Franklin", sans-serif;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    color: #3C2566;
    margin-top: 40px; }
  .features_section .inner_area .detail_area.choose_area .outer_stack {
    width: 834px;
    height: 264px;
    max-width: 100%;
    border-radius: 10px;
    border: 2px solid #3C2566;
    margin: 0 auto;
    margin-top: 15px;
    display: flex;
    justify-content: center;
    position: relative; }
    .features_section .inner_area .detail_area.choose_area .outer_stack .card-stack {
      width: 600px;
      max-width: 100%;
      position: relative;
      margin-top: 70px; }
      .features_section .inner_area .detail_area.choose_area .outer_stack .card-stack .card-list {
        padding-top: 0; }
        .features_section .inner_area .detail_area.choose_area .outer_stack .card-stack .card-list li {
          border: none;
          height: 280px;
          border-radius: 10px;
          position: absolute;
          list-style: none;
          box-shadow: 0px 4px 16px 0px #0000001A;
          left: 0;
          right: 0;
          margin: 0 auto;
          padding-top: 0;
          overflow: hidden;
          transition: unset; }
          .features_section .inner_area .detail_area.choose_area .outer_stack .card-stack .card-list li .card_inner_area {
            padding: 45px 50px;
            display: flex;
            align-items: center; }
            .features_section .inner_area .detail_area.choose_area .outer_stack .card-stack .card-list li .card_inner_area::after {
              display: block;
              content: "";
              clear: both; }
            .features_section .inner_area .detail_area.choose_area .outer_stack .card-stack .card-list li .card_inner_area .left {
              width: 180px;
              float: left; }
              .features_section .inner_area .detail_area.choose_area .outer_stack .card-stack .card-list li .card_inner_area .left .img_area {
                width: 100%;
                height: 190px;
                overflow: hidden; }
                .features_section .inner_area .detail_area.choose_area .outer_stack .card-stack .card-list li .card_inner_area .left .img_area img {
                  height: 100%;
                  width: 100%;
                  object-fit: cover; }
            .features_section .inner_area .detail_area.choose_area .outer_stack .card-stack .card-list li .card_inner_area .right {
              width: calc(100% - 180px);
              float: right;
              padding-left: 30px; }
              .features_section .inner_area .detail_area.choose_area .outer_stack .card-stack .card-list li .card_inner_area .right .card_heading {
                font-family: "Libre Franklin", sans-serif;
                font-size: 24px;
                font-weight: 600;
                color: #3C2566; }
              .features_section .inner_area .detail_area.choose_area .outer_stack .card-stack .card-list li .card_inner_area .right .desc {
                font-family: "Libre Franklin", sans-serif;
                font-size: 16px;
                font-weight: 400;
                line-height: 24px;
                color: #506376;
                padding-top: 10px;
                text-align: left; }
          .features_section .inner_area .detail_area.choose_area .outer_stack .card-stack .card-list li:not(:nth-last-child(-n+3)) {
            top: 15px;
            transform: scale(0.8);
            box-shadow: unset; }
          .features_section .inner_area .detail_area.choose_area .outer_stack .card-stack .card-list li:nth-last-child(3) {
            top: -9px;
            transform: scale(0.85); }
          .features_section .inner_area .detail_area.choose_area .outer_stack .card-stack .card-list li:nth-last-child(2) {
            top: 19.5px;
            transform: scale(0.93); }
          .features_section .inner_area .detail_area.choose_area .outer_stack .card-stack .card-list li:last-child {
            top: 45px;
            transform: scale(1); }
    .features_section .inner_area .detail_area.choose_area .outer_stack .p_num {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      margin-bottom: -190px;
      font-family: "Libre Franklin", sans-serif;
      font-size: 18px;
      font-weight: 600;
      text-align: center;
      color: #3C2566; }
      .features_section .inner_area .detail_area.choose_area .outer_stack .p_num .left_arrow {
        padding-right: 15px;
        border-bottom: 0;
        color: #3C2566;
        font-size: 18px; }
      .features_section .inner_area .detail_area.choose_area .outer_stack .p_num .right_arrow {
        padding-left: 15px;
        border-bottom: 0;
        color: #3C2566;
        font-size: 18px; }

/* Above 1920 desktop */
/* 1680 desktop */
/* 1600 desktop */
/* Above 1400 and Below 1599 Desktop*/
/* 1300 desktop only */
/* 1200 desktop only */
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  .features_section .inner_area .detail_area.choose_area {
    height: 450px; }
    .features_section .inner_area .detail_area.choose_area .heading {
      font-size: 22px;
      margin-top: 30px; }
    .features_section .inner_area .detail_area.choose_area .outer_stack {
      width: 720px; }
      .features_section .inner_area .detail_area.choose_area .outer_stack .card-stack {
        width: 500px;
        margin-top: 60px; }
        .features_section .inner_area .detail_area.choose_area .outer_stack .card-stack .card-list {
          padding-top: 0; }
          .features_section .inner_area .detail_area.choose_area .outer_stack .card-stack .card-list li {
            height: 240px; }
            .features_section .inner_area .detail_area.choose_area .outer_stack .card-stack .card-list li .card_inner_area {
              padding: 40px 35px; }
              .features_section .inner_area .detail_area.choose_area .outer_stack .card-stack .card-list li .card_inner_area .left {
                width: 150px; }
                .features_section .inner_area .detail_area.choose_area .outer_stack .card-stack .card-list li .card_inner_area .left .img_area {
                  height: 160px; }
              .features_section .inner_area .detail_area.choose_area .outer_stack .card-stack .card-list li .card_inner_area .right {
                width: calc(100% - 150px); }
                .features_section .inner_area .detail_area.choose_area .outer_stack .card-stack .card-list li .card_inner_area .right .card_heading {
                  font-size: 22px; }
                .features_section .inner_area .detail_area.choose_area .outer_stack .card-stack .card-list li .card_inner_area .right .desc {
                  font-size: 15px;
                  padding-top: 10px; }
      .features_section .inner_area .detail_area.choose_area .outer_stack .p_num {
        margin-bottom: -130px;
        font-size: 16px; }
        .features_section .inner_area .detail_area.choose_area .outer_stack .p_num .left_arrow {
          font-size: 16px; }
        .features_section .inner_area .detail_area.choose_area .outer_stack .p_num .right_arrow {
          font-size: 16px; } }

/* Landscape tablets and ipad */
@media (min-width: 768px) and (max-width: 991px) {
  .features_section .inner_area .detail_area.choose_area {
    height: 440px; }
    .features_section .inner_area .detail_area.choose_area .heading {
      font-size: 20px;
      margin-top: 25px; }
    .features_section .inner_area .detail_area.choose_area .outer_stack .card-stack {
      width: 460px;
      margin-top: 60px; }
      .features_section .inner_area .detail_area.choose_area .outer_stack .card-stack .card-list li {
        height: 247px; }
        .features_section .inner_area .detail_area.choose_area .outer_stack .card-stack .card-list li .card_inner_area {
          padding: 35px; }
          .features_section .inner_area .detail_area.choose_area .outer_stack .card-stack .card-list li .card_inner_area .left {
            width: 130px; }
            .features_section .inner_area .detail_area.choose_area .outer_stack .card-stack .card-list li .card_inner_area .left .img_area {
              height: 140px; }
          .features_section .inner_area .detail_area.choose_area .outer_stack .card-stack .card-list li .card_inner_area .right {
            width: calc(100% - 130px);
            padding-left: 25px; }
            .features_section .inner_area .detail_area.choose_area .outer_stack .card-stack .card-list li .card_inner_area .right .card_heading {
              font-size: 20px; }
            .features_section .inner_area .detail_area.choose_area .outer_stack .card-stack .card-list li .card_inner_area .right .desc {
              font-size: 15px;
              padding-top: 10px; }
    .features_section .inner_area .detail_area.choose_area .outer_stack .p_num {
      margin-bottom: -140px;
      font-size: 15px; }
      .features_section .inner_area .detail_area.choose_area .outer_stack .p_num .left_arrow {
        font-size: 15px; }
      .features_section .inner_area .detail_area.choose_area .outer_stack .p_num .right_arrow {
        font-size: 15px; } }

/* Landscape phones and portrait tablets */
@media (min-width: 576px) and (max-width: 767px) {
  .features_section .inner_area .detail_area.choose_area {
    height: 370px; }
    .features_section .inner_area .detail_area.choose_area .heading {
      font-size: 18px;
      margin-top: 20px; }
    .features_section .inner_area .detail_area.choose_area .outer_stack {
      height: 180px; }
      .features_section .inner_area .detail_area.choose_area .outer_stack .card-stack {
        width: 420px;
        margin-top: 30px; }
        .features_section .inner_area .detail_area.choose_area .outer_stack .card-stack .card-list li {
          height: 200px; }
          .features_section .inner_area .detail_area.choose_area .outer_stack .card-stack .card-list li .card_inner_area {
            padding: 25px; }
            .features_section .inner_area .detail_area.choose_area .outer_stack .card-stack .card-list li .card_inner_area .left {
              width: 120px; }
              .features_section .inner_area .detail_area.choose_area .outer_stack .card-stack .card-list li .card_inner_area .left .img_area {
                height: 130px; }
            .features_section .inner_area .detail_area.choose_area .outer_stack .card-stack .card-list li .card_inner_area .right {
              width: calc(100% - 120px); }
              .features_section .inner_area .detail_area.choose_area .outer_stack .card-stack .card-list li .card_inner_area .right .card_heading {
                font-size: 18px; }
              .features_section .inner_area .detail_area.choose_area .outer_stack .card-stack .card-list li .card_inner_area .right .desc {
                font-size: 14px;
                padding-top: 7px;
                line-height: 20px; }
          .features_section .inner_area .detail_area.choose_area .outer_stack .card-stack .card-list li:not(:nth-last-child(-n+3)) {
            top: 15px;
            transform: scale(0.8);
            box-shadow: unset; }
          .features_section .inner_area .detail_area.choose_area .outer_stack .card-stack .card-list li:nth-last-child(3) {
            top: 0;
            transform: scale(0.8); }
          .features_section .inner_area .detail_area.choose_area .outer_stack .card-stack .card-list li:nth-last-child(2) {
            top: 22.5px;
            transform: scale(0.9); }
          .features_section .inner_area .detail_area.choose_area .outer_stack .card-stack .card-list li:last-child {
            top: 45px;
            transform: scale(1); }
      .features_section .inner_area .detail_area.choose_area .outer_stack .p_num {
        margin-bottom: -150px;
        font-size: 14px; }
        .features_section .inner_area .detail_area.choose_area .outer_stack .p_num .left_arrow {
          font-size: 14px; }
        .features_section .inner_area .detail_area.choose_area .outer_stack .p_num .right_arrow {
          font-size: 14px; } }

/* Landscape phones and portrait tablets */
@media (min-width: 361px) and (max-width: 575px) {
  .features_section .inner_area .detail_area.choose_area {
    height: 340px; }
    .features_section .inner_area .detail_area.choose_area .heading {
      font-size: 18px;
      margin-top: 20px; }
    .features_section .inner_area .detail_area.choose_area .outer_stack {
      height: 130px; }
      .features_section .inner_area .detail_area.choose_area .outer_stack .card-stack {
        width: 250px;
        margin-top: 20px; }
        .features_section .inner_area .detail_area.choose_area .outer_stack .card-stack .card-list li {
          height: 210px; }
          .features_section .inner_area .detail_area.choose_area .outer_stack .card-stack .card-list li .card_inner_area {
            padding: 15px; }
            .features_section .inner_area .detail_area.choose_area .outer_stack .card-stack .card-list li .card_inner_area .left {
              width: 80px; }
              .features_section .inner_area .detail_area.choose_area .outer_stack .card-stack .card-list li .card_inner_area .left .img_area {
                height: 85px; }
            .features_section .inner_area .detail_area.choose_area .outer_stack .card-stack .card-list li .card_inner_area .right {
              width: calc(100% - 80px);
              padding-left: 15px; }
              .features_section .inner_area .detail_area.choose_area .outer_stack .card-stack .card-list li .card_inner_area .right .card_heading {
                font-size: 15px; }
              .features_section .inner_area .detail_area.choose_area .outer_stack .card-stack .card-list li .card_inner_area .right .desc {
                font-size: 12px;
                padding-top: 3px;
                line-height: 16px; }
          .features_section .inner_area .detail_area.choose_area .outer_stack .card-stack .card-list li:not(:nth-last-child(-n+3)) {
            top: 15px;
            transform: scale(0.8);
            box-shadow: unset; }
          .features_section .inner_area .detail_area.choose_area .outer_stack .card-stack .card-list li:nth-last-child(3) {
            top: 4px;
            transform: scale(0.8); }
          .features_section .inner_area .detail_area.choose_area .outer_stack .card-stack .card-list li:nth-last-child(2) {
            top: 25.5px;
            transform: scale(0.9); }
          .features_section .inner_area .detail_area.choose_area .outer_stack .card-stack .card-list li:last-child {
            top: 45px;
            transform: scale(1); }
      .features_section .inner_area .detail_area.choose_area .outer_stack .p_num {
        margin-bottom: -190px;
        font-size: 14px; }
        .features_section .inner_area .detail_area.choose_area .outer_stack .p_num .left_arrow {
          font-size: 14px; }
        .features_section .inner_area .detail_area.choose_area .outer_stack .p_num .right_arrow {
          font-size: 14px; } }

/* Smaller phones */
@media (max-width: 360px) {
  .features_section .inner_area .detail_area.choose_area {
    height: 290px; }
    .features_section .inner_area .detail_area.choose_area .heading {
      font-size: 18px;
      margin-top: 20px; }
    .features_section .inner_area .detail_area.choose_area .outer_stack {
      height: 130px; }
      .features_section .inner_area .detail_area.choose_area .outer_stack .card-stack {
        width: 250px;
        margin-top: 20px; }
        .features_section .inner_area .detail_area.choose_area .outer_stack .card-stack .card-list li {
          height: 148px; }
          .features_section .inner_area .detail_area.choose_area .outer_stack .card-stack .card-list li .card_inner_area {
            padding: 15px; }
            .features_section .inner_area .detail_area.choose_area .outer_stack .card-stack .card-list li .card_inner_area .left {
              width: 80px; }
              .features_section .inner_area .detail_area.choose_area .outer_stack .card-stack .card-list li .card_inner_area .left .img_area {
                height: 85px; }
            .features_section .inner_area .detail_area.choose_area .outer_stack .card-stack .card-list li .card_inner_area .right {
              width: calc(100% - 80px);
              padding-left: 15px; }
              .features_section .inner_area .detail_area.choose_area .outer_stack .card-stack .card-list li .card_inner_area .right .card_heading {
                font-size: 15px; }
              .features_section .inner_area .detail_area.choose_area .outer_stack .card-stack .card-list li .card_inner_area .right .desc {
                font-size: 12px;
                padding-top: 3px;
                line-height: 16px; }
          .features_section .inner_area .detail_area.choose_area .outer_stack .card-stack .card-list li:not(:nth-last-child(-n+3)) {
            top: 15px;
            transform: scale(0.8);
            box-shadow: unset; }
          .features_section .inner_area .detail_area.choose_area .outer_stack .card-stack .card-list li:nth-last-child(3) {
            top: 4px;
            transform: scale(0.8); }
          .features_section .inner_area .detail_area.choose_area .outer_stack .card-stack .card-list li:nth-last-child(2) {
            top: 25.5px;
            transform: scale(0.9); }
          .features_section .inner_area .detail_area.choose_area .outer_stack .card-stack .card-list li:last-child {
            top: 45px;
            transform: scale(1); }
      .features_section .inner_area .detail_area.choose_area .outer_stack .p_num {
        margin-bottom: -120px;
        font-size: 14px; }
        .features_section .inner_area .detail_area.choose_area .outer_stack .p_num .left_arrow {
          font-size: 14px; }
        .features_section .inner_area .detail_area.choose_area .outer_stack .p_num .right_arrow {
          font-size: 14px; } }

/* Smaller phones */
/* Add CSS styles for Portrait orientation */
/* Add CSS styles for Landscape orientation */
@keyframes slide {
  0% {
    background-size: 100%; }
  50% {
    background-size: 110%; }
  100% {
    background-size: 100%; } }

@-webkit-keyframes slide {
  0% {
    background-size: 100%; }
  50% {
    background-size: 110%; }
  100% {
    background-size: 100%; } }

@keyframes smoothScroll {
  0% {
    transform: translateY(-100px); }
  100% {
    transform: translateY(0px); } }

.features_section .detail_area.choose_area.testimonials_area {
  height: 730px; }
  .features_section .detail_area.choose_area.testimonials_area .desc {
    font-family: "Libre Franklin", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    text-align: center;
    color: #506376;
    width: 450px;
    max-width: 100%;
    margin: 0 auto;
    padding-top: 50px; }
  .features_section .detail_area.choose_area.testimonials_area .outer_stack {
    margin-top: 40px; }
    .features_section .detail_area.choose_area.testimonials_area .outer_stack .card-stack {
      width: 650px; }
      .features_section .detail_area.choose_area.testimonials_area .outer_stack .card-stack .card-list li {
        transition: unset;
        height: 330px; }
        .features_section .detail_area.choose_area.testimonials_area .outer_stack .card-stack .card-list li .card2 {
          padding: 50px;
          border-radius: 10px;
          position: relative; }
          .features_section .detail_area.choose_area.testimonials_area .outer_stack .card-stack .card-list li .card2:before {
            content: '';
            background-repeat: no-repeat;
            background-size: cover;
            height: 147px;
            width: 114px;
            position: absolute;
            top: 0;
            left: 0; }
          .features_section .detail_area.choose_area.testimonials_area .outer_stack .card-stack .card-list li .card2:after {
            content: '';
            background-repeat: no-repeat;
            background-size: cover;
            height: 152px;
            width: 92px;
            position: absolute;
            top: 0;
            right: 0; }
          .features_section .detail_area.choose_area.testimonials_area .outer_stack .card-stack .card-list li .card2 .card2_inner_area .img_area2 {
            width: 82px;
            height: 82px;
            border-radius: 50%;
            overflow: hidden;
            margin: 0 auto; }
            .features_section .detail_area.choose_area.testimonials_area .outer_stack .card-stack .card-list li .card2 .card2_inner_area .img_area2 img {
              height: 100%;
              width: 100%;
              object-fit: cover; }
          .features_section .detail_area.choose_area.testimonials_area .outer_stack .card-stack .card-list li .card2 .card2_inner_area .name {
            font-family: "Libre Franklin", sans-serif;
            font-size: 24px;
            font-weight: 600;
            text-align: center;
            color: #3C2566;
            padding-top: 15px; }
          .features_section .detail_area.choose_area.testimonials_area .outer_stack .card-stack .card-list li .card2 .card2_inner_area p {
            font-family: "Libre Franklin", sans-serif;
            font-size: 16px;
            font-weight: 400;
            line-height: 24px;
            text-align: center;
            color: #3C2566;
            padding-top: 10px; }
        .features_section .detail_area.choose_area.testimonials_area .outer_stack .card-stack .card-list li:not(:last-child) .card2:after, .features_section .detail_area.choose_area.testimonials_area .outer_stack .card-stack .card-list li:not(:last-child) .card2:before {
          content: unset; }
        .features_section .detail_area.choose_area.testimonials_area .outer_stack .card-stack .card-list li.card_bg_3 .card2:before {
          background-image: url("./../images/card2_left_bg.png"); }
        .features_section .detail_area.choose_area.testimonials_area .outer_stack .card-stack .card-list li.card_bg_3 .card2:after {
          background-image: url("./../images/card2_right_bg.png"); }
        .features_section .detail_area.choose_area.testimonials_area .outer_stack .card-stack .card-list li.card_bg_2 .card2:before {
          background-image: url("./../images/card2_left_bg2.png"); }
        .features_section .detail_area.choose_area.testimonials_area .outer_stack .card-stack .card-list li.card_bg_2 .card2:after {
          background-image: url("./../images/card2_right_bg2.png"); }
        .features_section .detail_area.choose_area.testimonials_area .outer_stack .card-stack .card-list li.card_bg_1 .card2:before {
          background-image: url("./../images/card2_left_bg3.png"); }
        .features_section .detail_area.choose_area.testimonials_area .outer_stack .card-stack .card-list li.card_bg_1 .card2:after {
          background-image: url("./../images/card2_right_bg3.png"); }
    .features_section .detail_area.choose_area.testimonials_area .outer_stack .p_num {
      margin-bottom: -240px; }

/* Above 1920 desktop */
/* 1680 desktop */
/* 1600 desktop */
/* Above 1400 and Below 1599 Desktop*/
/* 1300 desktop only */
/* 1200 desktop only */
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  .features_section .detail_area.choose_area.testimonials_area {
    height: 665px; }
    .features_section .detail_area.choose_area.testimonials_area .desc {
      font-size: 15px;
      line-height: 22px;
      padding-top: 40px; }
    .features_section .detail_area.choose_area.testimonials_area .outer_stack {
      margin-top: 40px; }
      .features_section .detail_area.choose_area.testimonials_area .outer_stack .card-stack {
        width: 500px; }
        .features_section .detail_area.choose_area.testimonials_area .outer_stack .card-stack .card-list li {
          height: 304px; }
          .features_section .detail_area.choose_area.testimonials_area .outer_stack .card-stack .card-list li .card2 {
            padding: 30px; }
            .features_section .detail_area.choose_area.testimonials_area .outer_stack .card-stack .card-list li .card2:before {
              height: 117px;
              width: 90px; }
            .features_section .detail_area.choose_area.testimonials_area .outer_stack .card-stack .card-list li .card2:after {
              height: 130px;
              width: 72px; }
            .features_section .detail_area.choose_area.testimonials_area .outer_stack .card-stack .card-list li .card2 .card2_inner_area .name {
              font-size: 22px;
              padding-top: 15px; }
            .features_section .detail_area.choose_area.testimonials_area .outer_stack .card-stack .card-list li .card2 .card2_inner_area p {
              font-size: 15px;
              line-height: 22px;
              padding-top: 10px; }
      .features_section .detail_area.choose_area.testimonials_area .outer_stack .p_num {
        margin-bottom: -200px; } }

/* Landscape tablets and ipad */
@media (min-width: 768px) and (max-width: 991px) {
  .features_section .detail_area.choose_area.testimonials_area {
    height: 635px; }
    .features_section .detail_area.choose_area.testimonials_area .desc {
      font-size: 15px;
      line-height: 22px;
      padding-top: 30px; }
    .features_section .detail_area.choose_area.testimonials_area .outer_stack {
      margin-top: 30px; }
      .features_section .detail_area.choose_area.testimonials_area .outer_stack .card-stack {
        width: 450px; }
        .features_section .detail_area.choose_area.testimonials_area .outer_stack .card-stack .card-list li {
          height: 288px; }
          .features_section .detail_area.choose_area.testimonials_area .outer_stack .card-stack .card-list li .card2 {
            padding: 25px; }
            .features_section .detail_area.choose_area.testimonials_area .outer_stack .card-stack .card-list li .card2:before {
              height: 117px;
              width: 90px; }
            .features_section .detail_area.choose_area.testimonials_area .outer_stack .card-stack .card-list li .card2:after {
              height: 116px;
              width: 72px; }
            .features_section .detail_area.choose_area.testimonials_area .outer_stack .card-stack .card-list li .card2 .card2_inner_area .name {
              font-size: 20px;
              padding-top: 15px; }
            .features_section .detail_area.choose_area.testimonials_area .outer_stack .card-stack .card-list li .card2 .card2_inner_area p {
              font-size: 15px;
              line-height: 22px;
              padding-top: 7px; }
      .features_section .detail_area.choose_area.testimonials_area .outer_stack .p_num {
        margin-bottom: -190px; } }

/* Landscape phones and portrait tablets */
@media (min-width: 576px) and (max-width: 767px) {
  .features_section .detail_area.choose_area.testimonials_area {
    height: 520px; }
    .features_section .detail_area.choose_area.testimonials_area .desc {
      font-size: 14px;
      line-height: 20px;
      padding-top: 25px; }
    .features_section .detail_area.choose_area.testimonials_area .outer_stack {
      margin-top: 20px; }
      .features_section .detail_area.choose_area.testimonials_area .outer_stack .card-stack {
        width: 420px; }
        .features_section .detail_area.choose_area.testimonials_area .outer_stack .card-stack .card-list li {
          height: 255px; }
          .features_section .detail_area.choose_area.testimonials_area .outer_stack .card-stack .card-list li .card2 {
            padding: 20px; }
            .features_section .detail_area.choose_area.testimonials_area .outer_stack .card-stack .card-list li .card2:before {
              height: 107px;
              width: 80px; }
            .features_section .detail_area.choose_area.testimonials_area .outer_stack .card-stack .card-list li .card2:after {
              height: 106px;
              width: 62px; }
            .features_section .detail_area.choose_area.testimonials_area .outer_stack .card-stack .card-list li .card2 .card2_inner_area .img_area2 {
              height: 70px;
              width: 70px; }
            .features_section .detail_area.choose_area.testimonials_area .outer_stack .card-stack .card-list li .card2 .card2_inner_area .name {
              font-size: 18px;
              padding-top: 15px; }
            .features_section .detail_area.choose_area.testimonials_area .outer_stack .card-stack .card-list li .card2 .card2_inner_area p {
              font-size: 14px;
              line-height: 20px;
              padding-top: 7px; }
      .features_section .detail_area.choose_area.testimonials_area .outer_stack .p_num {
        margin-bottom: -200px; } }

/* Landscape phones and portrait tablets */
@media (min-width: 361px) and (max-width: 575px) {
  .features_section .detail_area.choose_area.testimonials_area {
    height: 560px; }
    .features_section .detail_area.choose_area.testimonials_area .desc {
      font-size: 14px;
      line-height: 20px;
      padding-top: 25px; }
    .features_section .detail_area.choose_area.testimonials_area .outer_stack {
      margin-top: 20px;
      height: 180px; }
      .features_section .detail_area.choose_area.testimonials_area .outer_stack .card-stack {
        width: 250px; }
        .features_section .detail_area.choose_area.testimonials_area .outer_stack .card-stack .card-list li {
          height: 250px; }
          .features_section .detail_area.choose_area.testimonials_area .outer_stack .card-stack .card-list li .card2 {
            padding: 15px; }
            .features_section .detail_area.choose_area.testimonials_area .outer_stack .card-stack .card-list li .card2:before {
              height: 80px;
              width: 60px; }
            .features_section .detail_area.choose_area.testimonials_area .outer_stack .card-stack .card-list li .card2:after {
              height: 76px;
              width: 47px; }
            .features_section .detail_area.choose_area.testimonials_area .outer_stack .card-stack .card-list li .card2 .card2_inner_area .img_area2 {
              height: 60px;
              width: 60px; }
            .features_section .detail_area.choose_area.testimonials_area .outer_stack .card-stack .card-list li .card2 .card2_inner_area .name {
              font-size: 15px;
              padding-top: 10px; }
            .features_section .detail_area.choose_area.testimonials_area .outer_stack .card-stack .card-list li .card2 .card2_inner_area p {
              font-size: 12px;
              line-height: 18px;
              padding-top: 5px; }
      .features_section .detail_area.choose_area.testimonials_area .outer_stack .p_num {
        margin-bottom: -180px; } }

/* Smaller phones */
@media (max-width: 360px) {
  .features_section .detail_area.choose_area.testimonials_area {
    height: 580px; }
    .features_section .detail_area.choose_area.testimonials_area .desc {
      font-size: 14px;
      line-height: 20px;
      padding-top: 25px; }
    .features_section .detail_area.choose_area.testimonials_area .outer_stack {
      margin-top: 20px;
      height: 180px; }
      .features_section .detail_area.choose_area.testimonials_area .outer_stack .card-stack {
        width: 250px; }
        .features_section .detail_area.choose_area.testimonials_area .outer_stack .card-stack .card-list li {
          height: 248px; }
          .features_section .detail_area.choose_area.testimonials_area .outer_stack .card-stack .card-list li .card2 {
            padding: 15px; }
            .features_section .detail_area.choose_area.testimonials_area .outer_stack .card-stack .card-list li .card2:before {
              height: 80px;
              width: 60px; }
            .features_section .detail_area.choose_area.testimonials_area .outer_stack .card-stack .card-list li .card2:after {
              height: 76px;
              width: 47px; }
            .features_section .detail_area.choose_area.testimonials_area .outer_stack .card-stack .card-list li .card2 .card2_inner_area .img_area2 {
              height: 60px;
              width: 60px; }
            .features_section .detail_area.choose_area.testimonials_area .outer_stack .card-stack .card-list li .card2 .card2_inner_area .name {
              font-size: 15px;
              padding-top: 10px; }
            .features_section .detail_area.choose_area.testimonials_area .outer_stack .card-stack .card-list li .card2 .card2_inner_area p {
              font-size: 12px;
              line-height: 18px;
              padding-top: 5px; }
      .features_section .detail_area.choose_area.testimonials_area .outer_stack .p_num {
        margin-bottom: -190px; } }

/* Smaller phones */
/* Add CSS styles for Portrait orientation */
/* Add CSS styles for Landscape orientation */
@keyframes slide {
  0% {
    background-size: 100%; }
  50% {
    background-size: 110%; }
  100% {
    background-size: 100%; } }

@-webkit-keyframes slide {
  0% {
    background-size: 100%; }
  50% {
    background-size: 110%; }
  100% {
    background-size: 100%; } }

@keyframes smoothScroll {
  0% {
    transform: translateY(-100px); }
  100% {
    transform: translateY(0px); } }

.page_not_found {
  padding-bottom: 90px;
  margin-top: -50px; }
  .page_not_found .inner_area {
    padding: 45px 50px;
    box-shadow: 0px 4px 16px 0px #0000001A;
    border-radius: 16px; }
    .page_not_found .inner_area .content_sec {
      text-align: center; }
      .page_not_found .inner_area .content_sec .img_div {
        width: 400px;
        height: 376px;
        overflow: hidden;
        margin: 0 auto; }
        .page_not_found .inner_area .content_sec .img_div img {
          height: 100%;
          width: 100%;
          object-fit: cover; }
      .page_not_found .inner_area .content_sec h5 {
        padding-top: 50px;
        font-size: 34px;
        font-weight: 700;
        color: #3C2566;
        font-family: "Libre Franklin", sans-serif; }
      .page_not_found .inner_area .content_sec p {
        font-size: 16px;
        font-weight: 500;
        font-family: "Libre Franklin", sans-serif;
        line-height: 25px;
        color: #506376;
        width: 50%;
        margin: 0 auto;
        padding-top: 20px; }
      .page_not_found .inner_area .content_sec .btn_area {
        padding-top: 40px; }
        .page_not_found .inner_area .content_sec .btn_area .btn-primary {
          padding: 10px 40px;
          font-family: "Libre Franklin", sans-serif;
          font-size: 16px;
          font-weight: 500;
          background-color: #F15A27;
          color: #ffffff !important;
          -webkit-transition: all 0.5s ease-in-out;
          -moz-transition: all 0.5s ease-in-out;
          -ms-transition: all 0.5s ease-in-out;
          -o-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out; }
          .page_not_found .inner_area .content_sec .btn_area .btn-primary:hover, .page_not_found .inner_area .content_sec .btn_area .btn-primary.active {
            background-color: #f3774d; }
          .page_not_found .inner_area .content_sec .btn_area .btn-primary:before {
            display: none; }

/* Above 1920 desktop */
/* 1680 desktop */
/* 1600 desktop */
/* Above 1400 and Below 1599 Desktop*/
/* 1300 desktop only */
@media (min-width: 1300px) and (max-width: 1399px) {
  .page_not_found {
    padding-bottom: 70px; } }

/* 1200 desktop only */
@media (min-width: 1200px) and (max-width: 1299px) {
  .page_not_found {
    padding-bottom: 60px; }
    .page_not_found .inner_area {
      padding: 40px; }
      .page_not_found .inner_area .content_sec .img_div {
        width: 370px;
        height: 386px; }
      .page_not_found .inner_area .content_sec h5 {
        padding-top: 30px; }
      .page_not_found .inner_area .content_sec p {
        padding-top: 15px; }
      .page_not_found .inner_area .content_sec .btn_area {
        padding-top: 30px; } }

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  .page_not_found {
    padding-bottom: 50px;
    margin-top: -30px; }
    .page_not_found .inner_area {
      padding: 30px;
      margin: 0 30px; }
      .page_not_found .inner_area .content_sec .img_div {
        width: 350px;
        height: 365px; }
      .page_not_found .inner_area .content_sec h5 {
        padding-top: 20px;
        font-size: 28px; }
      .page_not_found .inner_area .content_sec p {
        font-size: 15px;
        padding-top: 10px;
        line-height: 22px;
        width: 55%; }
      .page_not_found .inner_area .content_sec .btn_area {
        padding-top: 30px; } }

/* Landscape tablets and ipad */
@media (min-width: 768px) and (max-width: 991px) {
  .page_not_found {
    padding-bottom: 40px;
    margin-top: -25px; }
    .page_not_found .inner_area {
      margin: 0 20px;
      padding: 30px 20px; }
      .page_not_found .inner_area .content_sec .img_div {
        width: 350px;
        height: 365px; }
      .page_not_found .inner_area .content_sec h5 {
        padding-top: 20px;
        font-size: 24px; }
      .page_not_found .inner_area .content_sec p {
        width: 70%;
        font-size: 15px;
        padding-top: 10px;
        line-height: 24px; }
      .page_not_found .inner_area .content_sec .btn_area {
        padding-top: 30px; } }

/* Landscape phones and portrait tablets */
@media (min-width: 576px) and (max-width: 767px) {
  .page_not_found {
    padding-bottom: 35px;
    margin-top: -30px; }
    .page_not_found .inner_area {
      padding: 25px;
      margin: 0 20px; }
      .page_not_found .inner_area .content_sec .img_div {
        width: 325px;
        height: 340px; }
      .page_not_found .inner_area .content_sec h5 {
        padding-top: 20px;
        font-size: 20px; }
      .page_not_found .inner_area .content_sec p {
        padding-top: 10px;
        font-size: 14px;
        line-height: 20px;
        width: 85%; }
      .page_not_found .inner_area .content_sec .btn_area {
        padding-top: 20px; }
        .page_not_found .inner_area .content_sec .btn_area .btn-primary {
          padding: 8px 30px;
          font-size: 14px; } }

/* Landscape phones and portrait tablets */
@media (min-width: 361px) and (max-width: 575px) {
  .page_not_found {
    padding-bottom: 30px;
    margin-top: -25px; }
    .page_not_found .inner_area {
      padding: 20px;
      margin: 0 10px;
      border-radius: 10px; }
      .page_not_found .inner_area .content_sec .img_div {
        width: 250px;
        height: 260px; }
      .page_not_found .inner_area .content_sec h5 {
        padding-top: 20px;
        font-size: 18px; }
      .page_not_found .inner_area .content_sec p {
        padding-top: 10px;
        font-size: 14px;
        line-height: 20px;
        width: 100%; }
      .page_not_found .inner_area .content_sec .btn_area {
        padding-top: 20px; }
        .page_not_found .inner_area .content_sec .btn_area .btn-primary {
          padding: 8px 30px;
          font-size: 14px; } }

/* Smaller phones */
@media (max-width: 360px) {
  .page_not_found {
    padding-bottom: 30px;
    margin-top: -25px; }
    .page_not_found .inner_area {
      padding: 20px;
      margin: 0 10px;
      border-radius: 10px; }
      .page_not_found .inner_area .content_sec .img_div {
        width: 250px;
        height: 260px; }
      .page_not_found .inner_area .content_sec h5 {
        padding-top: 20px;
        font-size: 18px; }
      .page_not_found .inner_area .content_sec p {
        padding-top: 10px;
        font-size: 14px;
        line-height: 20px;
        width: 100%; }
      .page_not_found .inner_area .content_sec .btn_area {
        padding-top: 20px; }
        .page_not_found .inner_area .content_sec .btn_area .btn-primary {
          padding: 8px 30px;
          font-size: 14px; } }

/* Smaller phones */
/* Add CSS styles for Portrait orientation */
/* Add CSS styles for Landscape orientation */
