@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');
:root {
    --theme-color: #0E5AF2;
    --title-color: #1A1A1A;
    --body-color: #878D97;
    --smoke-color: #EFF1F5;
    --secondary-color: #EEF2FB;
    --black-color: #000000;
    --white-color: #ffffff;
    --yellow-color: #fec624;
    --success-color: #28a745;
    --error-color: #dc3545;
    --border-color: #E0E0E0;
    --title-font: "Exo", sans-serif;
    --body-font: "Fira Sans", sans-serif;
    --icon-font: "Font Awesome 5 Pro";
    --main-container: 1220px;
    --container-gutters: 30px;
    --section-space: 120px;
    --section-space-mobile: 80px;
    --section-title-space: 80px;
    --ripple-ani-duration: 5s
  }
  .cstm-des-cdn,
  .home-four {
    --theme-color: #264b87;
    --smoke-color: #f6f7fc
  }
  html,
  body {
    scroll-behavior:auto !important
  }
  body {
    font-family:var(--body-font);
    font-size:17px;
    font-weight:400;
    color:var(--body-color);
    line-height:26px;
    overflow-x:hidden;
    -webkit-font-smoothing:antialiased
  }
  @media(max-width: 767px) {
    body {
      font-size:14px;
      line-height:24px
    }
  }
  iframe {
    border:none;
    width:100%
  }
  .slick-slide:focus,
  button:focus,
  a:focus,
  a:active,
  input,
  input:hover,
  input:focus,
  input:active,
  textarea,
  textarea:hover,
  textarea:focus,
  textarea:active {
    outline:none
  }
  input:focus {
    outline:none;
    box-shadow:none
  }
  img:not([draggable]),
  embed,
  object,
  video {
    max-width:100%;
    height:auto
  }
  ul {
    list-style-type:disc
  }
  ol {
    list-style-type:decimal
  }
  table {
    margin:0 0 1.5em;
    width:100%;
    border-collapse:collapse;
    border-spacing:0;
    border:1px solid var(--border-color)
  }
  th {
    font-weight:700;
    font-family:var(--title-font);
    color:var(--title-color)
  }
  td,
  th {
    border:1px solid var(--border-color);
    padding:9px 12px
  }
  a {
    color:var(--theme-color);
    text-decoration:none;
    outline:0;
    transition:all ease .4s
  }
  a:hover {
    color:var(--title-color)
  }
  a:active,
  a:focus,
  a:hover,
  a:visited {
    text-decoration:none;
    outline:0
  }
  button {
    transition:all ease .4s
  }
  img {
    border:none;
    max-width:100%
  }
  ins {
    text-decoration:none
  }
  pre {
    background:#f5f5f5;
    color:#666;
    font-size:14px;
    margin:20px 0;
    overflow:auto;
    padding:20px;
    white-space:pre-wrap;
    word-wrap:break-word
  }
  span.ajax-loader:empty,
  p:empty {
    display:none
  }
  p {
    margin:0 0 18px 0;
    color:var(--body-color);
    line-height:1.63
  }
  @media(max-width: 767px) {
    p {
      line-height:1.73
    }
  }
  h1 a,
  h2 a,
  h3 a,
  h4 a,
  h5 a,
  h6 a,
  p a,
  span a {
    font-size:inherit;
    font-family:inherit;
    font-weight:inherit;
    line-height:inherit
  }
  .h1,
  h1,
  .h2,
  h2,
  .h3,
  h3,
  .h4,
  h4,
  .h5,
  h5,
  .h6,
  h6 {
    font-family:var(--title-font);
    color:var(--title-color);
    text-transform:none;
    font-weight:700;
    line-height:1.5;
    margin:0 0 15px 0
  }
  .h1,
  h1 {
    font-size:48px
  }
  .h2,
  h2 {
    font-size:40px
  }
  .h3,
  h3 {
    font-size:36px
  }
  .h4,
  h4 {
    font-size:30px
  }
  .h5,
  h5 {
    font-size:24px
  }
  .h6,
  h6 {
    font-size:20px
  }
  @media(max-width: 1199px) {
    .h1,
    h1 {
      font-size:40px
    }
    .h2,
    h2 {
      font-size:36px
    }
    .h3,
    h3 {
      font-size:30px
    }
    .h4,
    h4 {
      font-size:24px
    }
    .h5,
    h5 {
      font-size:20px
    }
    .h6,
    h6 {
      font-size:16px
    }
  }
  @media(max-width: 767px) {
    .h1,
    h1 {
      font-size:36px
    }
    .h2,
    h2 {
      font-size:30px
    }
    .h3,
    h3 {
      font-size:26px
    }
    .h4,
    h4 {
      font-size:22px
    }
    .h5,
    h5 {
      font-size:18px
    }
    .h6,
    h6 {
      font-size:16px
    }
  }
  p.has-drop-cap {
    margin-bottom:20px
  }
  .page--item p:last-child .alignright {
    clear:right
  }
  .blog-title,
  .pagi-title,
  .breadcumb-title {
    word-break:break-word
  }
  .blocks-gallery-caption,
  .wp-block-embed figcaption,
  .wp-block-image figcaption {
    color:var(--body-color)
  }
  .bypostauthor,
  .gallery-caption {
    display:block
  }
  .page-links,
  .clearfix {
    clear:both
  }
  .page--item {
    margin-bottom:30px
  }
  .page--item p {
    line-height:1.8
  }
  .content-none-search {
    margin-top:30px
  }
  .wp-block-button.aligncenter {
    text-align:center
  }
  .alignleft {
    display:inline;
    float:left;
    margin-bottom:10px;
    margin-right:1.5em
  }
  .alignright {
    display:inline;
    float:right;
    margin-bottom:10px;
    margin-left:1.5em;
    margin-right:1em
  }
  .aligncenter {
    clear:both;
    display:block;
    margin-left:auto;
    margin-right:auto;
    max-width:100%
  }
  .gallery {
    margin-bottom:1.5em;
    width:100%
  }
  .gallery-item {
    display:inline-block;
    text-align:center;
    vertical-align:top;
    width:100%;
    padding:0 5px
  }
  .wp-block-columns {
    margin-bottom:1em
  }
  figure.gallery-item {
    margin-bottom:10px;
    display:inline-block
  }
  figure.wp-block-gallery {
    margin-bottom:14px
  }
  .gallery-columns-2 .gallery-item {
    max-width:50%
  }
  .gallery-columns-3 .gallery-item {
    max-width:33.33%
  }
  .gallery-columns-4 .gallery-item {
    max-width:25%
  }
  .gallery-columns-5 .gallery-item {
    max-width:20%
  }
  .gallery-columns-6 .gallery-item {
    max-width:16.66%
  }
  .gallery-columns-7 .gallery-item {
    max-width:14.28%
  }
  .gallery-columns-8 .gallery-item {
    max-width:12.5%
  }
  .gallery-columns-9 .gallery-item {
    max-width:11.11%
  }
  .gallery-caption {
    display:block;
    font-size:12px;
    color:var(--body-color);
    line-height:1.5;
    padding:.5em 0
  }
  .wp-block-cover p:not(.has-text-color),
  .wp-block-cover-image-text,
  .wp-block-cover-text {
    color:var(--white-color)
  }
  .wp-block-cover {
    margin-bottom:15px
  }
  .wp-caption-text {
    text-align:center
  }
  .wp-caption {
    margin-bottom:1.5em;
    max-width:100%
  }
  .wp-caption .wp-caption-text {
    margin:.5em 0;
    font-size:14px
  }
  .wp-block-media-text,
  .wp-block-media-text.alignwide,
  figure.wp-block-gallery {
    margin-bottom:30px
  }
  .wp-block-media-text.alignwide {
    background-color:var(--smoke-color)
  }
  .editor-styles-wrapper .has-large-font-size,
  .has-large-font-size {
    line-height:1.4
  }
  .wp-block-latest-comments a {
    color:inherit
  }
  .wp-block-button {
    margin-bottom:10px
  }
  .wp-block-button:last-child {
    margin-bottom:0
  }
  .wp-block-button .wp-block-button__link {
    color:#fff
  }
  .wp-block-button .wp-block-button__link:hover {
    color:#fff;
    background-color:var(--theme-color)
  }
  .wp-block-button.is-style-outline .wp-block-button__link {
    background-color:rgba(0,0,0,0);
    border-color:var(--title-color);
    color:var(--title-color)
  }
  .wp-block-button.is-style-outline .wp-block-button__link:hover {
    color:#fff;
    background-color:var(--theme-color);
    border-color:var(--theme-color)
  }
  .wp-block-button.is-style-squared .wp-block-button__link {
    border-radius:0
  }
  ol.wp-block-latest-comments li {
    margin:15px 0
  }
  ul.wp-block-latest-posts {
    padding:0;
    margin:0;
    margin-bottom:15px
  }
  ul.wp-block-latest-posts a {
    color:inherit
  }
  ul.wp-block-latest-posts a:hover {
    color:var(--theme-color)
  }
  ul.wp-block-latest-posts li {
    margin:15px 0
  }
  .wp-block-search {
    display:flex;
    flex-wrap:wrap;
    margin-bottom:30px
  }
  .wp-block-search .wp-block-search__input {
    width:100%;
    max-width:calc(100% - 120px);
    border:1px solid rgba(0,0,0,.1);
    height:50px;
    padding-left:20px
  }
  .wp-block-search .wp-block-search__button {
    margin:0;
    width:120px;
    border:none;
    height:50px;
    color:#fff;
    background-color:var(--theme-color)
  }
  .wp-block-search .wp-block-search__button:hover {
    background-color:var(--title-color);
    opacity:.8
  }
  ul.wp-block-rss a {
    color:inherit
  }
  .wp-block-group.has-background {
    padding:15px 15px 1px;
    margin-bottom:30px
  }
  .wp-block-table td,
  .wp-block-table th {
    border-color:rgba(0,0,0,.1)
  }
  .wp-block-table.is-style-stripes {
    border:1px solid rgba(0,0,0,.1);
    margin-bottom:30px
  }
  .logged-in .will-sticky .sticky-active.active,
  .logged-in .preloader .vs-btn {
    top:32px
  }
  @media(max-width: 782px) {
    .logged-in .will-sticky .sticky-active.active,
    .logged-in .preloader .vs-btn {
      top:46px
    }
  }
  @media(max-width: 600px) {
    .logged-in .will-sticky .sticky-active.active,
    .logged-in .preloader .vs-btn {
      top:0
    }
  }
  .post-password-form .theme-input-group {
    display:flex;
    flex-wrap:wrap;
    margin-bottom:30px;
    margin-top:20px
  }
  .post-password-form .theme-input-group .theme-input-style {
    width:100%;
    max-width:calc(100% - 120px);
    border:1px solid rgba(0,0,0,.1);
    height:50px;
    padding-left:20px
  }
  .post-password-form .theme-input-group .submit-btn {
    margin:0;
    width:120px;
    border:none;
    height:50px;
    color:#fff;
    background-color:var(--theme-color)
  }
  .post-password-form .theme-input-group .submit-btn:hover {
    background-color:var(--title-color);
    opacity:.8
  }
  .page-links {
    clear:both;
    margin:0 0 1.5em;
    padding-top:1em
  }
  .page-links>.page-links-title {
    margin-right:10px
  }
  .page-links>span:not(.page-links-title):not(.screen-reader-text),
  .page-links>a {
    display:inline-block;
    padding:5px 13px;
    background-color:var(--white-color);
    color:var(--title-color);
    border:1px solid rgba(0,0,0,.08);
    margin-right:10px
  }
  .page-links>span:not(.page-links-title):not(.screen-reader-text):hover,
  .page-links>a:hover {
    opacity:.8;
    color:var(--white-color);
    background-color:var(--theme-color);
    border-color:rgba(0,0,0,0)
  }
  .page-links>span:not(.page-links-title):not(.screen-reader-text).current,
  .page-links>a.current {
    background-color:var(--theme-color);
    color:var(--white-color);
    border-color:rgba(0,0,0,0)
  }
  .page-links span.screen-reader-text {
    display:none
  }
  .blog-single .wp-block-archives-dropdown {
    margin-bottom:30px
  }
  .blog-single.format-quote,
  .blog-single.format-link,
  .blog-single.tag-sticky-2,
  .blog-single.sticky {
    border-color:rgba(0,0,0,0);
    position:relative
  }
  .blog-single.format-quote .blog-content,
  .blog-single.format-link .blog-content,
  .blog-single.tag-sticky-2 .blog-content,
  .blog-single.sticky .blog-content {
    background-color:var(--smoke-color);
    padding:40px;
    border:none
  }
  .blog-single.format-quote .blog-content:before,
  .blog-single.format-link .blog-content:before,
  .blog-single.tag-sticky-2 .blog-content:before,
  .blog-single.sticky .blog-content:before {
    display:none
  }
  .blog-single.format-quote:before,
  .blog-single.format-link:before,
  .blog-single.tag-sticky-2:before,
  .blog-single.sticky:before {
    content:"";
    position:absolute;
    font-family:"Font Awesome 5 Pro";
    font-size:5rem;
    opacity:.3;
    right:15px;
    line-height:1;
    top:15px;
    color:var(--theme-color);
    z-index:1
  }
  .blog-single.tag-sticky-2::before,
  .blog-single.sticky::before {
    content:"Featured";
    right:0;
    top:0;
    font-size:18px;
    color:var(--white-color);
    background-color:var(--theme-color);
    font-family:var(--title-font);
    opacity:1;
    text-transform:capitalize;
    padding:10px 23px;
    font-weight:400
  }
  .blog-single.format-quote:before {
    content:""
  }
  .blog-single .blog-content .wp-block-categories-dropdown.wp-block-categories,
  .blog-single .blog-content .wp-block-archives-dropdown {
    display:block;
    margin-bottom:30px
  }
  .blog-details .blog-single:before {
    display:none
  }
  .blog-details .blog-single .blog-content {
    background-color:rgba(0,0,0,0);
    overflow:hidden
  }
  .blog-details .blog-single.format-chat .blog-meta {
    margin-bottom:20px
  }
  .blog-details .blog-single.format-chat .blog-content>p:nth-child(2n) {
    background:var(--smoke-color);
    padding:5px 20px
  }
  .blog-details .blog-single.tag-sticky-2,
  .blog-details .blog-single.sticky,
  .blog-details .blog-single.format-quote,
  .blog-details .blog-single.format-link {
    box-shadow:none;
    border:none;
    background-color:rgba(0,0,0,0)
  }
  .blog-details .blog-single.tag-sticky-2:before,
  .blog-details .blog-single.sticky:before,
  .blog-details .blog-single.format-quote:before,
  .blog-details .blog-single.format-link:before {
    display:none
  }
  .vs-search {
    background-color:#f3f3f3;
    margin-bottom:30px;
    border:1px solid #f3f3f3
  }
  .vs-search .search-grid-content {
    padding:30px
  }
  @media(max-width: 767px) {
    .vs-search .search-grid-content {
      padding:20px
    }
  }
  .vs-search .search-grid-title {
    font-size:20px;
    margin-bottom:5px;
    margin-top:-0.2em
  }
  .vs-search .search-grid-title a {
    color:inherit
  }
  .vs-search .search-grid-title a:hover {
    color:var(--theme-color)
  }
  .vs-search .search-grid-meta>* {
    display:inline-block;
    margin-right:15px;
    font-size:14px
  }
  .vs-search .search-grid-meta>*:last-child {
    margin-right:0
  }
  .vs-search .search-grid-meta a,
  .vs-search .search-grid-meta span {
    color:var(--body-color)
  }
  @media(max-width: 1199px) {
    .blog-single.format-quote:before,
    .blog-single.format-link:before,
    .blog-single.tag-sticky-2:before,
    .blog-single.sticky:before {
      font-size:14px;
      padding:8px 16px
    }
    .blog-single.format-quote .blog-content,
    .blog-single.format-link .blog-content,
    .blog-single.tag-sticky-2 .blog-content,
    .blog-single.sticky .blog-content {
      padding:30px
    }
  }
  @media(max-width: 767px) {
    .blog-single.format-quote:before,
    .blog-single.format-link:before,
    .blog-single.tag-sticky-2:before,
    .blog-single.sticky:before {
      font-size:14px;
      padding:8px 16px
    }
    .blog-single.format-quote .blog-content,
    .blog-single.format-link .blog-content,
    .blog-single.tag-sticky-2 .blog-content,
    .blog-single.sticky .blog-content {
      padding:30px 15px
    }
  }
  @media(max-width: 768px) {
    .wp-block-search .wp-block-search__input {
      max-width:100%;
      margin-bottom:20px
    }
    .wp-block-latest-comments {
      padding-left:10px
    }
    .page--content.clearfix+.vs-comment-form {
      margin-top:24px
    }
  }
  @media only screen and (min-width: 1300px) {
    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
      max-width:calc(var(--main-container) + var(--container-gutters));
      padding-left:calc(var(--container-gutters)/2);
      padding-right:calc(var(--container-gutters)/2)
    }
  }
  @media only screen and (max-width: 1600px) {
    .container-fluid.px-0 {
      padding-left:15px !important;
      padding-right:15px !important
    }
    .container-fluid.px-0 .row {
      margin-left:0 !important;
      margin-right:0 !important
    }
  }
  @media(min-width: 1399px) {
    .container-style2 {
      max-width:1920px;
      overflow:hidden;
      padding-left:0;
      padding-right:0
    }
  }
  .container-style3 {
    --main-container: 1445px
  }
  @media(min-width: 1500px)and (max-width: 1921px) {
    .container-style1 {
      max-width:1576px;
      overflow:hidden;
      margin-right:0;
      padding-right:0
    }
  }
  .slick-track>[class*=col] {
    flex-shrink:0;
    width:100%;
    max-width:100%;
    padding-right:calc(var(--bs-gutter-x)/2);
    padding-left:calc(var(--bs-gutter-x)/2);
    margin-top:var(--bs-gutter-y)
  }
  @media(min-width: 767px) {
    .row:not([class*=gx-]) {
      --bs-gutter-x: 30px
    }
  }
  .gy-gx {
    --bs-gutter-y: var(--bs-gutter-x)
  }
  .gy-30 {
    --bs-gutter-y: 30px
  }
  .gx-15 {
    --bs-gutter-x: 15px
  }
  @media(min-width: 1199px) {
    .gx-45 {
      --bs-gutter-x: 45px
    }
    .gx-60 {
      --bs-gutter-x: 60px
    }
    .gx-50 {
      --bs-gutter-x: 50px
    }
    .gx-70 {
      --bs-gutter-x: 70px
    }
    .gx-80 {
      --bs-gutter-x: 80px
    }
  }
  @media(min-width: 1399px) {
    .gx-20 {
      --bs-gutter-x: 20px
    }
    .gx-30 {
      --bs-gutter-x: 30px
    }
    .gx-40 {
      --bs-gutter-x: 40px
    }
  }
  select,
  .form-control,
  .form-select,
  textarea,
  input {
    height:50px;
    padding:0 30px 0 28px;
    padding-right:45px;
    border:1px solid #e0e0e0;
    color:var(--body-color);
    background-color:var(--white-color);
    border-radius:9999px;
    border-radius:0;
    font-size:14px;
    width:100%
  }
  select:focus,
  .form-control:focus,
  .form-select:focus,
  textarea:focus,
  input:focus {
    outline:0;
    box-shadow:none;
    background-color:var(--white-color)
  }
  select::-moz-placeholder,
  .form-control::-moz-placeholder,
  .form-select::-moz-placeholder,
  textarea::-moz-placeholder,
  input::-moz-placeholder {
    color:var(--body-color)
  }
  select:-ms-input-placeholder,
  .form-control:-ms-input-placeholder,
  .form-select:-ms-input-placeholder,
  textarea:-ms-input-placeholder,
  input:-ms-input-placeholder {
    color:var(--body-color)
  }
  select::-moz-placeholder,
  .form-control::-moz-placeholder,
  .form-select::-moz-placeholder,
  textarea::-moz-placeholder,
  input::-moz-placeholder {
    color:var(--body-color)
  }
  select:-ms-input-placeholder,
  .form-control:-ms-input-placeholder,
  .form-select:-ms-input-placeholder,
  textarea:-ms-input-placeholder,
  input:-ms-input-placeholder {
    color:var(--body-color)
  }
  select::placeholder,
  .form-control::placeholder,
  .form-select::placeholder,
  textarea::placeholder,
  input::placeholder {
    color:var(--body-color)
  }
  select.form-control-lg,
  .form-control.form-control-lg,
  .form-select.form-control-lg,
  textarea.form-control-lg,
  input.form-control-lg {
    height:60px
  }
  select.form-control-sm,
  .form-control.form-control-sm,
  .form-select.form-control-sm,
  textarea.form-control-sm,
  input.form-control-sm {
    height:40px;
    font-size:12px
  }
  select[readonly],
  .form-control[readonly],
  .form-select[readonly],
  textarea[readonly],
  input[readonly] {
    color:var(--title-color)
  }
  .form-select,
  select {
    display:block;
    width:100%;
    line-height:1.5;
    vertical-align:middle;
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
    background-position:right 26px center;
    background-repeat:no-repeat;
    background-size:16px 12px;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer
  }
  input::-webkit-outer-spin-button,
  input::-webkit-inner-spin-button {
    -webkit-appearance:none;
    margin:0
  }
  input[type=number] {
    -moz-appearance:textfield
  }
  textarea.form-control,
  textarea {
    min-height:150px;
    padding-top:16px;
    padding-bottom:17px;
    border-radius:0
  }
  input[type=checkbox] {
    visibility:hidden;
    opacity:0;
    display:inline-block;
    vertical-align:middle;
    width:0;
    height:0;
    display:none
  }
  input[type=checkbox]:checked~label:before {
    content:"";
    color:var(--white-color);
    background-color:var(--theme-color);
    border-color:var(--theme-color)
  }
  input[type=checkbox]~label {
    position:relative;
    padding-left:30px;
    cursor:pointer;
    display:block
  }
  input[type=checkbox]~label:before {
    content:"";
    font-family:var(--icon-font);
    font-weight:700;
    position:absolute;
    left:0px;
    top:3.5px;
    background-color:var(--white-color);
    border:1px solid var(--border-color);
    height:18px;
    width:18px;
    line-height:18px;
    text-align:center;
    font-size:12px
  }
  input[type=radio] {
    visibility:hidden;
    opacity:0;
    display:inline-block;
    vertical-align:middle;
    width:0;
    height:0;
    display:none
  }
  input[type=radio]~label {
    position:relative;
    padding-left:30px;
    cursor:pointer;
    line-height:1;
    display:inline-block;
    font-weight:600;
    margin-bottom:0
  }
  input[type=radio]~label::before {
    content:"";
    position:absolute;
    font-family:var(--icon-font);
    left:0;
    top:-2px;
    width:20px;
    height:20px;
    padding-left:.5px;
    font-size:.6em;
    line-height:19px;
    text-align:center;
    border:1px solid var(--theme-color);
    border-radius:100%;
    font-weight:700;
    background:var(--white-color);
    color:rgba(0,0,0,0);
    transition:all .2s ease
  }
  input[type=radio]:checked~label::before {
    border-color:var(--theme-color);
    background-color:var(--theme-color);
    color:var(--white-color)
  }
  label {
    margin-bottom:.5em;
    margin-top:-0.3em;
    display:block;
    color:var(--title-color);
    font-family:var(--body-font);
    font-size:16px
  }
  .form-group {
    margin-bottom:var(--bs-gutter-x);
    position:relative
  }
  .form-group>i {
    position:absolute;
    right:calc(var(--bs-gutter-x)/2 + 30px);
    top:18px;
    font-size:14px;
    color:#a0abb4
  }
  .form-group.has-label>i {
    top:45px
  }
  textarea.is-invalid,
  select.is-invalid,
  input.is-invalid,
  .was-validated input:invalid {
    border:1px solid var(--error-color) !important;
    background-position:right calc(.375em + .8875rem) center;
    background-image:none
  }
  textarea.is-invalid:focus,
  select.is-invalid:focus,
  input.is-invalid:focus,
  .was-validated input:invalid:focus {
    outline:0;
    box-shadow:none
  }
  textarea.is-invalid {
    background-position:top calc(.375em + .5875rem) right calc(.375em + .8875rem)
  }
  .row.no-gutters>.form-group {
    margin-bottom:0
  }
  .form-messages {
    display:none
  }
  .form-messages.mb-0 * {
    margin-bottom:0
  }
  .form-messages.success {
    color:var(--success-color);
    display:block
  }
  .form-messages.error {
    color:var(--error-color);
    display:block
  }
  .form-messages pre {
    padding:0;
    background-color:rgba(0,0,0,0);
    color:inherit
  }
  .slick-track>[class*=col] {
    flex-shrink:0;
    width:100%;
    max-width:100%;
    padding-right:calc(var(--bs-gutter-x)/2);
    padding-left:calc(var(--bs-gutter-x)/2);
    margin-top:var(--bs-gutter-y)
  }
  .slick-track {
    min-width:100%
  }
  .slick-slide img {
    display:inline-block
  }
  .slick-dots {
    list-style-type:none;
    padding:2px 0;
    margin:38px 0 38px 0;
    line-height:0;
    text-align:center;
    height:-webkit-max-content;
    height:-moz-max-content;
    height:max-content
  }
  .slick-dots li {
    display:inline-block;
    margin-right:25px
  }
  .slick-dots li:last-child {
    margin-right:0
  }
  .slick-dots button {
    font-size:0;
    padding:0;
    background-color:rgba(0,0,0,0);
    width:8px;
    height:8px;
    line-height:0;
    border-radius:9999px;
    border:none;
    background-color:var(--dots-bg, #D8D8D8);
    transition:all ease .4s;
    position:relative
  }
  .slick-dots button:hover {
    border-color:var(--theme-color)
  }
  .slick-dots button:before {
    content:"";
    position:absolute;
    left:50%;
    top:50%;
    width:30px;
    height:30px;
    margin:-15px 0 0 -15px;
    border:2px solid var(--theme-color);
    border-radius:50%;
    transition:all ease .4s;
    opacity:0;
    visibility:hidden
  }
  .slick-dots .slick-active button {
    background-color:var(--theme-color)
  }
  .slick-dots .slick-active button::before {
    opacity:1;
    visibility:visible
  }
  .slick-arrow {
    display:inline-block;
    padding:0;
    background-color:var(--white-color);
    position:absolute;
    top:50%;
    border:1px solid var(--smoke-color);
    left:var(--pos-x, -100px);
    width:var(--icon-size, 50px);
    height:var(--icon-size, 50px);
    font-size:var(--icon-font-size, 18px);
    margin-top:calc(var(--icon-size, 50px)/-2);
    z-index:2;
    border-radius:50%
  }
  .slick-arrow.default {
    position:relative;
    --pos-x: 0;
    margin-top:0
  }
  .slick-arrow.slick-next {
    right:var(--pos-x, -100px);
    left:auto
  }
  .slick-arrow:hover {
    background-color:var(--theme-color);
    color:var(--white-color);
    border-color:rgba(0,0,0,0)
  }
  .arrow-margin .slick-arrow {
    top:calc(50% - 30px)
  }
  .arrow-wrap .slick-arrow {
    opacity:0;
    visibility:hidden
  }
  .arrow-wrap:hover .slick-arrow {
    opacity:1;
    visibility:visible
  }
  .dot-style2 .slick-dots {
    margin-top:10px;
    margin-bottom:30px
  }
  .dot-style2 .slick-dots button {
    width:10px;
    height:10px;
    border-radius:9999px;
    background-color:var(--theme-color)
  }
  .dot-style2 .slick-dots button:before {
    display:none
  }
  .dot-style2 .slick-dots button:hover {
    background-color:var(--title-color)
  }
  .dot-style2 .slick-dots li {
    margin:0 5px
  }
  .dot-style2 .slick-dots li.slick-active button {
    width:40px
  }
  @media(max-width: 1500px) {
    .slick-arrow {
      --arrow-horizontal: -20px
    }
  }
  @media(max-width: 1399px) {
    .slick-arrow {
      --arrow-horizontal: 40px
    }
  }
  @media(max-width: 991px) {
    .slick-arrow {
      --icon-size: 40px;
      margin-right:40px
    }
    .slick-arrow.slick-next {
      margin-right:0;
      margin-left:40px
    }
    .slick-dots {
      margin:8px 0 38px 0
    }
  }
  .vs-menu-wrapper {
    position:fixed;
    top:0;
    left:0;
    bottom:0;
    background-color:rgba(0,0,0,.6);
    z-index:999999;
    width:0;
    width:100%;
    height:100%;
    transition:all ease .8s;
    opacity:0;
    visibility:hidden
  }
  .vs-menu-wrapper .mobile-logo {
    padding-bottom:30px;
    padding-top:40px;
    display:block;
    text-align:center;
    background-color:rgba(28,185,200,.1)
  }
  .vs-menu-wrapper .mobile-logo svg {
    max-width:185px
  }
  .vs-menu-wrapper .vs-menu-toggle {
    border:none;
    font-size:22px;
    position:absolute;
    right:10px;
    top:10px;
    padding:0;
    line-height:1;
    width:33px;
    height:33px;
    line-height:33px;
    font-size:18px;
    z-index:1;
    border-radius:50%
  }
  .vs-menu-wrapper .vs-menu-toggle:hover {
    background-color:var(--title-color);
    color:var(--white-color)
  }
  .vs-menu-wrapper .vs-menu-area {
    width:100%;
    max-width:310px;
    background-color:#fff;
    border-right:3px solid var(--theme-color);
    height:100%;
    position:relative;
    left:-110%;
    opacity:0;
    visibility:hidden;
    transition:all ease 1s;
    z-index:1
  }
  .vs-menu-wrapper.vs-body-visible {
    opacity:1;
    visibility:visible
  }
  .vs-menu-wrapper.vs-body-visible .vs-menu-area {
    left:0;
    opacity:1;
    visibility:visible
  }
  .vs-mobile-menu {
    overflow-y:scroll;
    max-height:calc(100vh - 200px);
    padding-bottom:40px;
    margin-top:33px;
    text-align:left
  }
  .vs-mobile-menu .new-label {
    margin-left:5px;
    text-transform:capitalize;
    position:absolute;
    top:50%;
    transform:translateY(-50%)
  }
  .vs-mobile-menu ul {
    margin:0;
    padding:0 0
  }
  .vs-mobile-menu ul li {
    border-bottom:1px solid #fdedf1;
    list-style-type:none
  }
  .vs-mobile-menu ul li li:first-child {
    border-top:1px solid #fdedf1
  }
  .vs-mobile-menu ul li a {
    display:block;
    position:relative;
    padding:12px 0;
    line-height:1;
    font-size:16px;
    text-transform:capitalize;
    color:var(--title-color)
  }
  .vs-mobile-menu ul li a:before {
    content:"";
    font-family:var(--icon-font);
    position:relative;
    left:0;
    top:0;
    margin-right:10px;
    display:inline-block
  }
  .vs-mobile-menu ul li.vs-active>a {
    color:var(--theme-color)
  }
  .vs-mobile-menu ul li.vs-active>a:before {
    transform:rotate(90deg)
  }
  .vs-mobile-menu ul li ul li {
    padding-left:10px
  }
  .vs-mobile-menu ul li ul li:last-child {
    border-bottom:none
  }
  .vs-mobile-menu ul .vs-item-has-children>a .vs-mean-expand {
    position:absolute;
    right:0;
    top:50%;
    font-weight:400;
    font-size:12px;
    width:25px;
    height:25px;
    line-height:25px;
    margin-top:-12.5px;
    display:inline-block;
    text-align:center;
    background-color:var(--smoke-color);
    color:var(--title-color);
    box-shadow:0 0 20px -8px rgba(173,136,88,.5);
    border-radius:50%
  }
  .vs-mobile-menu ul .vs-item-has-children>a .vs-mean-expand:before {
    content:"";
    font-family:var(--icon-font)
  }
  .vs-mobile-menu ul .vs-item-has-children.vs-active>a .vs-mean-expand:before {
    content:""
  }
  .vs-mobile-menu>ul {
    padding:0 40px
  }
  .vs-mobile-menu>ul>li:last-child {
    border-bottom:none
  }
  .vs-menu-toggle {
    width:50px;
    height:50px;
    padding:0;
    font-size:24px;
    border:none;
    display:inline-block;
    background-color:#f2f6ff;
    color:var(--theme-color);
    border-radius:5px
  }
  .vs-menu-toggle.style2 {
    background-color:var(--theme-color);
    border-radius:50%;
    color:var(--white-color);
    width:55px;
    height:55px
  }
  @media(max-width: 400px) {
    .vs-menu-wrapper .vs-menu-area {
      width:100%;
      max-width:270px
    }
    .vs-mobile-menu>ul {
      padding:0 20px
    }
  }
  .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  width: 160px;
  height: 100px;
  margin-left: -80px;
  margin-top: -50px;
  border-radius: 5px;
  background: #1e3f57;
  animation: dot1_ 3s cubic-bezier(0.55,0.3,0.24,0.99) infinite;
}

.loader:nth-child(2) {
  z-index: 11;
  width: 150px;
  height: 90px;
  margin-top: -45px;
  margin-left: -75px;
  border-radius: 3px;
  background: #3c517d;
  animation-name: dot2_;
}

.loader:nth-child(3) {
  z-index: 12;
  width: 40px;
  height: 20px;
  margin-top: 50px;
  margin-left: -20px;
  border-radius: 0 0 5px 5px;
  background: #6bb2cd;
  animation-name: dot3_;
}

@keyframes dot1_ {
  3%,97% {
    width: 160px;
    height: 100px;
    margin-top: -50px;
    margin-left: -80px;
  }

  30%,36% {
    width: 80px;
    height: 120px;
    margin-top: -60px;
    margin-left: -40px;
  }

  63%,69% {
    width: 40px;
    height: 80px;
    margin-top: -40px;
    margin-left: -20px;
  }
}

@keyframes dot2_ {
  3%,97% {
    height: 90px;
    width: 150px;
    margin-left: -75px;
    margin-top: -45px;
  }

  30%,36% {
    width: 70px;
    height: 96px;
    margin-left: -35px;
    margin-top: -48px;
  }

  63%,69% {
    width: 32px;
    height: 60px;
    margin-left: -16px;
    margin-top: -30px;
  }
}

@keyframes dot3_ {
  3%,97% {
    height: 20px;
    width: 40px;
    margin-left: -20px;
    margin-top: 50px;
  }

  30%,36% {
    width: 8px;
    height: 8px;
    margin-left: -5px;
    margin-top: 49px;
    border-radius: 8px;
  }

  63%,69% {
    width: 16px;
    height: 4px;
    margin-left: -8px;
    margin-top: -37px;
    border-radius: 10px;
  }
}
  .preloader {
    position:fixed;
    left:0;
    right:0;
    top:0;
    bottom:0;
    z-index:999;
    background-color:var(--white-color)
  }
  .preloader .vs-btn {
    padding:15px 20px;
    border-radius:0;
    font-size:14px
  }
  .preloader-inner {
    text-align:center;
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%, -50%);
    text-align:center
  }
  .preloader-inner img {
    display:block;
    margin:0 auto 10px auto
  }
  
  .vs-btn {
    position:relative;
    display:inline-block;
    border:none;
    text-transform:uppercase;
    text-align:center;
    background-color:var(--theme-color);
    color:var(--white-color);
    font-family:var(--body-font);
    font-size:16px;
    font-weight:500;
    line-height:1;
    padding:19px 30.5px;
    border-radius:5px;
    z-index:1;
    overflow:hidden
  }
  .vs-btn::after,
  .vs-btn::before {
    width:100%;
    height:100%;
    content:"";
    margin:auto;
    position:absolute;
    top:0%;
    left:0%;
    background:var(--title-color);
    transition:all ease .5s;
    z-index:-1;
    border-radius:inherit
  }
  .vs-btn:before {
    transform:rotateX(90deg)
  }
  .vs-btn:after {
    transform:rotateY(90deg)
  }
  .vs-btn>i {
    margin-left:8px
  }
  .vs-btn.style2 {
    background-color:var(--white-color);
    color:var(--theme-color)
  }
  .vs-btn.style4,
  .vs-btn.style3 {
    background-color:var(--smoke-color);
    color:var(--theme-color)
  }
  .vs-btn.style3 {
    padding:14px 23.5px
  }
  .vs-btn.style5 {
    background-color:#0844bc;
    color:var(--white-color)
  }
  .vs-btn.style6 {
    background-color:var(--title-color);
    color:var(--white-color)
  }
  .vs-btn.style6:after,
  .vs-btn.style6::before {
    background-color:var(--theme-color)
  }
  .vs-btn.style7 {
    border-radius:9999px;
    text-transform:capitalize
  }
  .vs-btn.style8 {
    border:2px solid var(--theme-color);
    color:var(--theme-color);
    background-color:rgba(0,0,0,0);
    border-radius:9999px;
    padding:17px 28px;
    text-transform:capitalize
  }
  .vs-btn.style8:after,
  .vs-btn.style8:before {
    display:none
  }
  .vs-btn.style8:hover {
    background-color:var(--theme-color);
    color:var(--white-color)
  }
  .vs-btn.style9 {
    background-color:var(--white-color);
    color:var(--theme-color);
    border-radius:9999px;
    text-transform:capitalize
  }
  .vs-btn.style10 {
    border:2px solid var(--white-color);
    color:var(--white-color);
    background-color:rgba(0,0,0,0);
    border-radius:9999px;
    padding:17px 28px;
    text-transform:capitalize
  }
  .vs-btn.style10:hover {
    border-color:rgba(0,0,0,0)
  }
  .vs-btn:hover {
    color:var(--white-color)
  }
  .vs-btn:hover:before {
    transform:rotateX(0)
  }
  .vs-btn:hover:after {
    transform:rotateY(0)
  }
  .icon-btn,
  .hero-layout4 .slick-arrow {
    display:inline-block;
    width:var(--btn-size, 67px);
    height:var(--btn-size, 67px);
    line-height:var(--btn-size, 67px);
    font-size:var(--btn-font-size, 20px);
    background-color:var(--theme-color);
    color:var(--white-color);
    border:none;
    text-align:center;
    border-radius:50%;
    padding:0
  }
  .icon-btn.style2,
  .hero-layout4 .style2.slick-arrow {
    border:2px solid var(--white-color);
    color:var(--white-color);
    background-color:rgba(0,0,0,0)
  }
  .icon-btn.style2:hover,
  .hero-layout4 .style2.slick-arrow:hover {
    background-color:var(--theme-color);
    color:var(--white-color)
  }
  .icon-btn.style4,
  .hero-layout4 .style4.slick-arrow,
  .icon-btn.style3,
  .hero-layout4 .style3.slick-arrow {
    --btn-size: 55px;
    background-color:#f2f6ff;
    color:var(--theme-color);
    border-radius:5px
  }
  .icon-btn.style4,
  .hero-layout4 .style4.slick-arrow {
    background-color:var(--white-color)
  }
  .icon-btn.style5,
  .hero-layout4 .style5.slick-arrow {
    background-color:var(--white-color);
    color:var(--title-color);
    box-shadow:0px 10px 24px rgba(0,0,0,.08)
  }
  .icon-btn.style5:hover,
  .hero-layout4 .style5.slick-arrow:hover {
    background-color:var(--theme-color);
    color:var(--white-color);
    box-shadow:none
  }
  .icon-btn.style6,
  .hero-layout4 .style6.slick-arrow {
    background-color:var(--theme-color);
    color:var(--white-color);
    --btn-size: 55px;
    --btn-font-size: 17px
  }
  .icon-btn:hover,
  .hero-layout4 .slick-arrow:hover {
    background-color:var(--title-color);
    color:var(--white-color);
    border-color:rgba(0,0,0,0)
  }
  .play-btn {
    display:inline-block;
    position:relative;
    z-index:1;
    border:none;
    background-color:rgba(0,0,0,0);
    padding:0
  }
  .play-btn>i {
    display:inline-block;
    width:var(--icon-size, 124px);
    height:var(--icon-size, 124px);
    line-height:var(--icon-size, 124px);
    font-size:var(--icon-font-size, 1.5em);
    text-align:center;
    background-color:var(--theme-color);
    color:var(--white-color);
    border-radius:50%;
    z-index:1;
    transition:all ease .4s
  }
  .play-btn:after,
  .play-btn:before {
    content:"";
    position:absolute;
    left:0;
    top:0;
    right:0;
    bottom:0;
    background-color:var(--theme-color);
    z-index:-1;
    border-radius:50%;
    transition:all ease .4s
  }
  .play-btn:after {
    -webkit-animation-delay:2s;
    animation-delay:2s
  }
  .play-btn.style3 i,
  .play-btn.style2 i {
    --icon-size: 60px;
    border-radius:5px;
    --icon-font-size: 18px
  }
  .play-btn.style2:after,
  .play-btn.style2:before {
    border-radius:5px
  }
  .play-btn.style3 i {
    background-color:rgba(14,89,242,.7)
  }
  .play-btn.style3:after,
  .play-btn.style3::before {
    display:none
  }
  .play-btn.style4 {
    --icon-size: 120px;
    --icon-font-size: 30px
  }
  .play-btn.style4:after,
  .play-btn.style4:before,
  .play-btn.style4 i {
    background-color:var(--white-color);
    color:var(--theme-color)
  }
  .play-btn.style5 i {
    border-radius:0;
    --icon-size: 120px;
    --icon-font-size: 30px
  }
  .play-btn.style5:after,
  .play-btn.style5:before {
    border:2px solid var(--theme-color);
    background-color:rgba(0,0,0,0);
    border-radius:0
  }
  .play-btn.style6 {
    --icon-size: 60px;
    --icon-font-size: 18px
  }
  .play-btn:hover:after,
  .play-btn:hover::before,
  .play-btn:hover i {
    background-color:var(--title-color);
    color:var(--white-color)
  }
  .link-btn {
    font-weight:500;
    font-size:16px;
    display:inline-block;
    line-height:.8;
    position:relative;
    padding-bottom:2px;
    margin-bottom:-2px;
    text-transform:uppercase
  }
  .link-btn i {
    margin-left:7px;
    font-size:.9rem
  }
  .link-btn:before {
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    width:0;
    height:1px;
    background-color:var(--theme-color);
    transition:all ease .4s
  }
  .link-btn:hover {
    color:var(--theme-color)
  }
  .link-btn:hover::before {
    width:100%
  }
  .scroll-btn {
    position:fixed;
    bottom:300px;
    right:30px;
    z-index:94;
    opacity:0;
    visibility:hidden;
    display:inline-block;
    border-radius:50%
  }
  .scroll-btn i {
    display:inline-block;
    background-color:var(--theme-color);
    color:var(--white-color);
    text-align:center;
    font-size:16px;
    width:var(--btn-size, 50px);
    height:var(--btn-size, 50px);
    line-height:var(--btn-size, 50px);
    z-index:2;
    border-radius:inherit;
    position:relative;
    transition:all ease .8s
  }
  .scroll-btn:before {
    content:"";
    position:absolute;
    left:var(--extra-shape, -6px);
    top:var(--extra-shape, -6px);
    right:var(--extra-shape, -6px);
    bottom:var(--extra-shape, -6px);
    background-color:rgba(0,0,0,0);
    border-radius:inherit;
    z-index:1;
    border:2px dashed var(--theme-color);
    -webkit-animation:spin 13s infinite linear;
    animation:spin 13s infinite linear
  }
  .scroll-btn:focus i,
  .scroll-btn:hover i {
    background-color:var(--title-color);
    color:var(--white-color)
  }
  .scroll-btn.show {
    bottom:120px;
    opacity:1;
    visibility:visible
  }
  @media(max-width: 767px) {
    .scroll-btn {
      --btn-size: 40px;
      --extra-shape: -4px;
      right:15px;
      bottom:50px
    }
    .scroll-btn.show {
      bottom:15px
    }
  }
  .scrollToTop {
    position:fixed;
    right:60px;
    bottom:500px;
    opacity:0;
    visibility:hidden;
    transition:all ease .4s;
    z-index:96
  }
  .scrollToTop.show {
    bottom:60px;
    opacity:1;
    visibility:visible
  }
  @media(max-width: 1199px) {
    .play-btn.style4 {
      --icon-size: 80px;
      --icon-font-size: 20px
    }
  }
  @media(max-width: 767px) {
    .play-btn {
      --icon-size: 60px
    }
    .scrollToTop {
      right:20px
    }
    .scrollToTop.show {
      bottom:20px
    }
  }
  .sec-title3,
  .sec-title {
    text-transform:uppercase;
    line-height:1.35;
    margin:-0.25em 0 18px 0
  }
  .sec-title2 {
    font-size:18px;
    font-weight:700;
    text-transform:uppercase;
    margin:-0.3em 0 22px 0
  }
  .sec-title3 {
    text-transform:capitalize
  }
  .sec-title4 {
    font-size:60px;
    line-height:1.2
  }
  .sec-subtitle2,
  .sec-subtitle {
    text-transform:uppercase;
    display:block;
    color:var(--theme-color);
    font-family:var(--title-font);
    font-size:25px;
    font-weight:600;
    margin:-0.25em 0 23px 0
  }
  .sec-subtitle2>i,
  .sec-subtitle>i {
    margin-right:15px
  }
  .sec-subtitle2 {
    text-transform:none;
    font-weight:600;
    display:block;
    margin-bottom:10px
  }
  .sec-subtitle2 .fa-arrow-right {
    font-size:1.1em;
    vertical-align:middle;
    transform:rotate(-30deg)
  }
  .title-area {
    margin-bottom:calc(var(--section-title-space) - 17px)
  }
  .sec-btns {
    padding:13px 0 0 0;
    display:flex;
    flex-wrap:wrap;
    gap:10px
  }
  .sec-btns i.fa-arrow-left {
    margin-left:0;
    margin-right:10px
  }
  .sec-btns2 {
    margin-bottom:calc(var(--section-title-space) - 5px)
  }
  .sec-line-wrap {
    display:flex;
    gap:25px;
    align-items:center;
    margin:0 0 80px 0
  }
  .sec-line-wrap .sec-title2 {
    margin:-0.3em 0 -0.4em 0
  }
  .sec-line {
    background-color:var(--theme-color);
    flex:1;
    height:2px
  }
  .border-title {
    position:relative;
    padding:0 0 5px 0;
    margin-bottom:0
  }
  .border-title-border {
    width:48px;
    height:2px;
    display:inline-block;
    background-color:var(--theme-color);
    margin-bottom:25px
  }
  @media(max-width: 1399px) {
    .sec-title4 {
      font-size:42px
    }
  }
  @media(max-width: 1199px) {
    .sec-title4 {
      font-size:36px;
      line-height:1.4
    }
  }
  @media(max-width: 991px) {
    .sec-title3.h1,
    .sec-title.h1 {
      font-size:36px
    }
    .sec-line-wrap {
      margin:0 0 60px 0
    }
    .sec-subtitle2 {
      margin-bottom:15px
    }
    .title-area {
      margin-bottom:40px
    }
  }
  @media(max-width: 767px) {
    .sec-title3.h1,
    .sec-title.h1 {
      font-size:30px
    }
    .sec-subtitle {
      font-size:16px
    }
    .sec-line-wrap {
      margin:0 0 40px 0;
      gap:10px
    }
    .sec-title4 {
      font-size:30px;
      line-height:1.4
    }
  }
  .image-scale-hover {
    overflow:hidden
  }
  .image-scale-hover img {
    transition:all ease .4s;
    transform:scale(1.001)
  }
  .image-scale-hover:hover img {
    transform:scale(1.2)
  }
  .alert-dismissible .btn-close {
    font-size:18px;
    line-height:1
  }
  .z-index-step1 {
    position:relative;
    z-index:4 !important
  }
  .z-index-common {
    position:relative;
    z-index:3
  }
  .z-index-n1 {
    z-index:-1
  }
  .media-body {
    flex:1
  }
  .badge {
    position:absolute;
    width:-webkit-fit-content;
    width:-moz-fit-content;
    width:fit-content;
    display:inline-block;
    text-align:center;
    background-color:var(--theme-color);
    color:var(--white-color);
    padding:.35em .55em;
    border-radius:50%
  }
  .hr-style1 {
    background-color:var(--white-color);
    margin:20px 0 30px 0
  }
  .new-label {
    font-size:12px;
    background-color:var(--error-color);
    color:var(--white-color);
    line-height:1;
    padding:1px 5px;
    border-radius:4px;
    text-transform:capitalize;
    position:relative;
    top:-1px
  }
  .big-name {
    font-size:450px;
    color:var(--white-color);
    -webkit-text-stroke:2px #eef0ff;
    line-height:1;
    letter-spacing:-0.08em;
    font-weight:400;
    position:relative;
    z-index:31;
    text-align:right;
    margin:-234px 30px -59px 0
  }
  .sec-big-text2,
  .sec-big-text {
    font-size:160px;
    font-weight:700;
    font-family:var(--title-font);
    line-height:1;
    display:block;
    color:#f1f3f9;
    position:absolute;
    left:0;
    right:0;
    top:-37px;
    z-index:-1
  }
  .sec-big-text2 {
    top:auto;
    left:auto;
    right:120px;
    bottom:-26px
  }
  .cstm-des-cdn-shape1 {
    position:absolute;
    left:0;
    top:0;
    bottom:0;
    background-color:#f6f7fc;
    width:100%;
    max-width:1255px;
    z-index:-3
  }
  .cstm-des-cdn-shape2 {
    position:absolute;
    left:-428px;
    bottom:250px;
    width:1024px;
    height:1024px;
    border:50px solid var(--theme-color);
    border-radius:50%;
    z-index:-2
  }
  .cstm-des-cdn-shape3 {
    position:absolute;
    right:60px;
    bottom:325px
  }
  .cstm-des-cdn-wrap1 {
    position:relative;
    border-bottom:7px solid var(--theme-color);
    z-index:1
  }
  @media(min-width: 1921px) {
    .ls-wrapper>.ls-layer.d-hd-none,
    .ls-wrapper>a>.ls-layer.d-hd-none,
    .d-hd-none {
      display:none !important
    }
  }
  @media(min-width: 1500px) {
    .d-xxxl-block {
      display:block !important
    }
  }
  @media(max-width: 2400px) {
    .big-name {
      font-size:320px;
      margin:-168px 30px -59px 0
    }
    .cstm-des-cdn-shape3 {
      right:15rem;
      bottom:0;
      max-width:225px
    }
    .cstm-des-cdn-shape2 {
      left:-18%;
      bottom:34%;
      width:500px;
      height:500px
    }
    .cstm-des-cdn-shape1 {
      max-width:100%;
      right:0;
      width:auto;
    }
    .sec-big-text2,
    .sec-big-text {
      font-size:130px
    }
  }
  @media(max-width: 1399px) {
    .big-name {
      font-size:245px;
      margin:-128px 40px -42px 0
    }
    .cstm-des-cdn-shape1 {
      right:0
    }
  }
  @media(max-width: 1199px) {
    .big-name {
      font-size:190px;
      margin:-100px 40px -42px 0
    }
  }
  @media(max-width: 991px) {
    .big-name {
      font-size:146px;
      margin:-78px 40px -25px 0
    }
  }
  @media(max-width: 767px) {
    .big-name {
      font-size:75px;
      margin:-20px 0 -12px 0;
      letter-spacing:0;
      text-align:center
    }
  }
  .font-icon {
    font-family:var(--icon-font)
  }
  .font-title {
    font-family:var(--title-font)
  }
  .font-body {
    font-family:var(--body-font)
  }
  .fw-light {
    font-weight:300
  }
  .fw-normal {
    font-weight:400
  }
  .fw-medium {
    font-weight:500
  }
  .fw-semibold {
    font-weight:600
  }
  .fw-bold {
    font-weight:700
  }
  .fw-extrabold {
    font-weight:800
  }
  .fs-md {
    font-size:18px
  }
  .fs-xs {
    font-size:14px
  }
  .bg-theme {
    background-color:var(--theme-color) !important
  }
  .bg-smoke {
    background-color:var(--smoke-color) !important
  }
  .bg-white {
    background-color:var(--white-color) !important
  }
  .bg-black {
    background-color:var(--black-color) !important
  }
  .bg-title {
    background-color:var(--title-color) !important
  }
  .bg-gray {
    background-color:#e5e5e5
  }
  .background-image,
  [data-bg-src] {
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center center
  }
  .bg-fluid {
    background-repeat:no-repeat;
    background-size:100% 100%;
    background-position:center center
  }
  .bg-auto {
    background-size:auto auto
  }
  .text-theme {
    color:var(--theme-color) !important
  }
  .text-title {
    color:var(--title-color) !important
  }
  .text-body {
    color:var(--body-color) !important
  }
  .text-white {
    color:var(--white-color) !important
  }
  .text-yellow {
    color:var(--yellow-color) !important
  }
  .text-success {
    color:var(--success-color) !important
  }
  .text-error {
    color:var(--error-color) !important
  }
  .text-inherit,
  .footer-layout5 .copyright-text a,
  .footer-info-list .info a {
    color:inherit
  }
  .text-inherit:hover,
  .footer-layout5 .copyright-text a:hover,
  .footer-info-list .info a:hover {
    color:var(--theme-color)
  }
  a.text-theme:hover,
  .text-reset:hover {
    text-decoration:underline
  }
  .text-light2 {
    color:#919398
  }
  .overlay {
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:100%
  }
  .position-center {
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%, -50%)
  }
  [data-overlay] {
    position:relative
  }
  [data-overlay] [class^=col-],
  [data-overlay] [class*=col-] {
    z-index:1
  }
  [data-overlay]:before {
    content:"";
    position:absolute;
    left:0;
    top:0;
    right:0;
    bottom:0;
    z-index:1
  }
  [data-overlay=theme]:before {
    background-color:var(--theme-color)
  }
  [data-overlay=title]:before {
    background-color:var(--title-color)
  }
  [data-overlay=white]:before {
    background-color:var(--white-color)
  }
  [data-overlay=black]:before {
    background-color:var(--black-color)
  }
  [data-opacity="1"]:before {
    opacity:0.1
  }
  [data-opacity="2"]:before {
    opacity:0.2
  }
  [data-opacity="3"]:before {
    opacity:0.3
  }
  [data-opacity="4"]:before {
    opacity:0.4
  }
  [data-opacity="5"]:before {
    opacity:0.5
  }
  [data-opacity="6"]:before {
    opacity:0.6
  }
  [data-opacity="7"]:before {
    opacity:0.7
  }
  [data-opacity="8"]:before {
    opacity:0.8
  }
  [data-opacity="9"]:before {
    opacity:0.9
  }
  [data-opacity="10"]:before {
    opacity:1
  }
  .fadeInUp {
    -webkit-animation-name:fadeInUp;
    animation-name:fadeInUp
  }
  .wow-animated {
    -webkit-animation-duration:1s;
    animation-duration:1s;
    -webkit-animation-fill-mode:both;
    animation-fill-mode:both
  }
  .fadein {
    --animation-name: fadein-custom
  }
  .slideinup {
    --animation-name: slideinup
  }
  .slideindown {
    --animation-name: slideindown
  }
  .slideinleft {
    --animation-name: slideinleft
  }
  .slideinright {
    --animation-name: slideinright
  }
  .animated,
  .hero-layout5 .hero-info,
  .hero-layout5 .hero-shape5,
  .hero-layout5 .hero-shape4,
  .hero-layout5 .hero-shape3,
  .hero-layout5 .hero-shape2,
  .hero-layout5 .hero-list li,
  .hero-layout5 .hero-title,
  .hero-layout5 .hero-subtitle,
  .hero-layout4 .hero-title2,
  .hero-layout4 .hero-title,
  .hero-layout4 .hero-subtitle,
  .hero-layout3 .hero-text,
  .hero-layout3 .hero-title,
  .hero-layout3 .hero-subtitle,
  .hero-layout2 .hero-play,
  .hero-layout2 .hero-shape2,
  .hero-layout2 .hero-title,
  .hero-layout2 .hero-subtitle,
  .hero-layout2 .hero-bg-text,
  .hero-layout1 .hero-text,
  .hero-layout1 .hero-title,
  .hero-btns {
    -webkit-animation-fill-mode:both;
    animation-fill-mode:both;
    -webkit-animation-iteration-count:1;
    animation-iteration-count:1;
    -webkit-animation-duration:1s;
    animation-duration:1s;
    -webkit-animation-delay:.3s;
    animation-delay:.3s;
    -webkit-animation-name:var(--animation-name);
    animation-name:var(--animation-name)
  }
  .ripple-animation,
  .play-btn:after,
  .play-btn:before {
    -webkit-animation-duration:var(--ripple-ani-duration);
    animation-duration:var(--ripple-ani-duration);
    -webkit-animation-timing-function:ease-in-out;
    animation-timing-function:ease-in-out;
    -webkit-animation-iteration-count:infinite;
    animation-iteration-count:infinite;
    -webkit-animation-name:ripple;
    animation-name:ripple
  }
  @-webkit-keyframes ripple {
    0% {
      transform:scale(1);
      opacity:0
    }
    30% {
      opacity:.4
    }
    100% {
      transform:scale(1.5);
      opacity:0
    }
  }
  @keyframes ripple {
    0% {
      transform:scale(1);
      opacity:0
    }
    30% {
      opacity:.4
    }
    100% {
      transform:scale(1.5);
      opacity:0
    }
  }
  @-webkit-keyframes slideinup {
    0% {
      opacity:0;
      transform:translateY(70px)
    }
    100% {
      transform:translateY(0)
    }
  }
  @keyframes slideinup {
    0% {
      opacity:0;
      transform:translateY(70px)
    }
    100% {
      transform:translateY(0)
    }
  }
  @-webkit-keyframes slideindown {
    0% {
      opacity:0;
      transform:translateY(-70px)
    }
    100% {
      transform:translateY(0)
    }
  }
  @keyframes slideindown {
    0% {
      opacity:0;
      transform:translateY(-70px)
    }
    100% {
      transform:translateY(0)
    }
  }
  @-webkit-keyframes slideinleft {
    0% {
      opacity:0;
      transform:translateX(-70px)
    }
    100% {
      transform:translateX(0)
    }
  }
  @keyframes slideinleft {
    0% {
      opacity:0;
      transform:translateX(-70px)
    }
    100% {
      transform:translateX(0)
    }
  }
  @-webkit-keyframes slideinright {
    0% {
      opacity:0;
      transform:translateX(70px)
    }
    100% {
      transform:translateX(0)
    }
  }
  @keyframes slideinright {
    0% {
      opacity:0;
      transform:translateX(70px)
    }
    100% {
      transform:translateX(0)
    }
  }
  @-webkit-keyframes fadein-custom {
    0% {
      opacity:0
    }
    100% {
      opacity:1
    }
  }
  @keyframes fadein-custom {
    0% {
      opacity:0
    }
    100% {
      opacity:1
    }
  }
  @-webkit-keyframes fadeInUp {
    0% {
      opacity:0;
      transform:translateY(20px)
    }
    100% {
      opacity:1;
      transform:translateY(0)
    }
  }
  @keyframes fadeInUp {
    0% {
      opacity:0;
      transform:translateY(20px)
    }
    100% {
      opacity:1;
      transform:translateY(0)
    }
  }
  @-webkit-keyframes spin {
    to {
      transform:rotate(360deg)
    }
  }
  @keyframes spin {
    to {
      transform:rotate(360deg)
    }
  }
  .widget_nav_menu ul,
  .widget_meta ul,
  .widget_pages ul,
  .widget_archive ul,
  .widget_categories ul {
    list-style:none;
    margin:0;
    padding:0
  }
  .widget_nav_menu>ul,
  .widget_meta>ul,
  .widget_pages>ul,
  .widget_archive>ul,
  .widget_categories>ul {
    margin:0 0 -38px 0
  }
  .widget_nav_menu a,
  .widget_meta a,
  .widget_pages a,
  .widget_archive a,
  .widget_categories a {
    display:block;
    background-color:rgba(0,0,0,0);
    color:var(--body-color);
    margin:0 0 18px 0;
    padding:0 0 17px 0;
    font-size:16px;
    font-weight:400;
    line-height:1;
    border-bottom:1px solid #dadfec
  }
  .widget_nav_menu a::before,
  .widget_meta a::before,
  .widget_pages a::before,
  .widget_archive a::before,
  .widget_categories a::before {
    content:"";
    position:absolute;
    right:0;
    top:0;
    font-family:var(--icon-font);
    font-weight:400;
    color:var(--theme-color)
  }
  .widget_nav_menu a:hover,
  .widget_meta a:hover,
  .widget_pages a:hover,
  .widget_archive a:hover,
  .widget_categories a:hover {
    color:var(--theme-color)
  }
  .widget_nav_menu li,
  .widget_meta li,
  .widget_pages li,
  .widget_archive li,
  .widget_categories li {
    display:block;
    position:relative
  }
  .widget_nav_menu li:last-child a,
  .widget_meta li:last-child a,
  .widget_pages li:last-child a,
  .widget_archive li:last-child a,
  .widget_categories li:last-child a {
    border-bottom:none
  }
  .widget_nav_menu li>span,
  .widget_meta li>span,
  .widget_pages li>span,
  .widget_archive li>span,
  .widget_categories li>span {
    text-align:center;
    position:absolute;
    right:0;
    top:-4.5px;
    font-size:16px;
    transition:all ease .4s
  }
  .widget_nav_menu li:hover>span,
  .widget_meta li:hover>span,
  .widget_pages li:hover>span,
  .widget_archive li:hover>span,
  .widget_categories li:hover>span {
    color:var(--theme-color)
  }
  .widget_nav_menu .children,
  .widget_meta .children,
  .widget_pages .children,
  .widget_archive .children,
  .widget_categories .children {
    margin-left:10px
  }
  .widget_nav_menu a,
  .widget_meta a,
  .widget_pages a {
    padding-right:20px
  }
  .widget_nav_menu .sub-menu {
    margin-left:10px
  }
  .wp-block-archives {
    list-style:none;
    margin:0;
    padding:0;
    margin-bottom:20px
  }
  .wp-block-archives a:not(:hover) {
    color:inherit
  }
  .vs-blog ul.wp-block-archives li {
    margin:5px 0
  }
  @media(max-width: 767px) {
    .widget_nav_menu a,
    .widget_meta a,
    .widget_pages a,
    .widget_archive a,
    .widget_categories a {
      font-size:14px
    }
  }
  .widget {
    padding:var(--widget-padding-y, 40px) var(--widget-padding-x, 40px);
    background-color:var(--smoke-color);
    position:relative;
    margin-bottom:40px;
    border:6px
  }
  .widget select,
  .widget input {
    height:55px;
    border:none;
    background-color:#fff;
    padding-left:20px;
    font-weight:400
  }
  .widget_title {
    position:relative;
    font-size:24px;
    font-weight:700;
    line-height:1em;
    margin:-0.07em 0 35px 0;
    font-family:var(--title-font)
  }
  .widget .search-form {
    position:relative;
    display:flex
  }
  .widget .search-form input {
    flex:1
  }
  .widget .search-form button {
    border:none;
    background-color:var(--theme-color);
    color:var(--white-color);
    height:55px;
    width:55px;
    line-height:55px;
    font-size:17px
  }
  .widget .search-form button:hover {
    background-color:var(--title-color);
    color:var(--white-color)
  }
  .wp-block-tag-cloud a,
  .tagcloud a {
    display:inline-block;
    border:none;
    font-size:16px;
    font-weight:400;
    line-height:1;
    padding:9.5px 16.5px;
    margin-right:5px;
    margin-bottom:10px;
    color:var(--title-color);
    background-color:var(--smoke-color);
    border-radius:4px
  }
  .wp-block-tag-cloud a:hover,
  .tagcloud a:hover {
    background-color:var(--theme-color);
    color:var(--white-color) !important
  }
  .tagcloud {
    margin-right:-5px;
    margin-bottom:-10px
  }
  .tagcloud a {
    background-color:var(--white-color);
    color:var(--title-color)
  }
  .recent-post {
    display:flex;
    align-items:center;
    margin-bottom:18px
  }
  .recent-post:last-child {
    margin-bottom:0
  }
  .recent-post .media-img {
    margin-right:20px;
    width:80px;
    overflow:hidden
  }
  .recent-post .media-img img {
    width:100%;
    border-radius:4px;
    transition:all ease .4s
  }
  .recent-post .post-title {
    font-weight:600;
    font-size:16px;
    line-height:26px;
    margin:0 0 5px 0
  }
  .recent-post .recent-post-meta a {
    text-transform:capitalize;
    font-size:14px;
    font-weight:400;
    color:var(--body-color)
  }
  .recent-post .recent-post-meta a i {
    margin-right:5px;
    color:var(--theme-color)
  }
  .recent-post:hover .media-img img {
    transform:scale(1.1)
  }
  .wp-block-calendar,
  .calendar_wrap {
    position:relative;
    background-color:#fff;
    padding-bottom:0;
    border:none
  }
  .wp-block-calendar span[class*=wp-calendar-nav],
  .calendar_wrap span[class*=wp-calendar-nav] {
    position:absolute;
    top:8px;
    left:20px;
    font-size:14px;
    color:var(--title-color);
    font-weight:500;
    z-index:1
  }
  .wp-block-calendar span[class*=wp-calendar-nav] a,
  .calendar_wrap span[class*=wp-calendar-nav] a {
    color:inherit
  }
  .wp-block-calendar span.wp-calendar-nav-next,
  .calendar_wrap span.wp-calendar-nav-next {
    left:auto;
    right:20px
  }
  .wp-block-calendar caption,
  .calendar_wrap caption {
    caption-side:top;
    text-align:center;
    color:var(--title-color);
    background-color:#f1dbbe
  }
  .wp-block-calendar th,
  .calendar_wrap th {
    font-size:14px;
    padding:5px 5px;
    border:none;
    text-align:center;
    border-right:1px solid #fff;
    color:#01133c;
    font-weight:500
  }
  .wp-block-calendar th a,
  .calendar_wrap th a {
    color:inherit
  }
  .wp-block-calendar td,
  .calendar_wrap td {
    font-size:14px;
    padding:5px;
    color:#01133c;
    border:1px solid #ededed;
    text-align:center;
    background-color:rgba(0,0,0,0);
    transition:all ease .4s
  }
  .wp-block-calendar #today,
  .calendar_wrap #today {
    color:var(--theme-color);
    background-color:var(--white-color);
    border-color:#ededed
  }
  .wp-block-calendar thead,
  .calendar_wrap thead {
    background-color:#f6f6f6
  }
  .wp-block-calendar .wp-calendar-table,
  .calendar_wrap .wp-calendar-table {
    margin-bottom:0
  }
  .wp-block-calendar .wp-calendar-nav .pad,
  .calendar_wrap .wp-calendar-nav .pad {
    display:none
  }
  .sidebar-gallery {
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    gap:20px
  }
  .sidebar-gallery .gallery-thumb {
    overflow:hidden;
    border-radius:5px
  }
  .sidebar-gallery .gallery-thumb img {
    width:100%;
    transform:scale(1);
    transition:all ease .4s
  }
  .sidebar-gallery .gallery-thumb:hover img {
    transform:scale(1.2)
  }
  .widget_shopping_cart {
    text-align:left
  }
  .widget_shopping_cart ul {
    margin:0;
    padding:0;
    list-style-type:none
  }
  .widget_shopping_cart .mini_cart_item {
    position:relative;
    border-bottom:1px solid var(--border-color);
    padding:0 0 32px 110px;
    margin:0 0 27px 0;
    min-height:90px
  }
  .widget_shopping_cart .remove {
    position:absolute;
    right:0;
    top:0;
    color:var(--title-color);
    line-height:1;
    font-size:18px
  }
  .widget_shopping_cart .remove:hover {
    color:var(--theme-color)
  }
  .widget_shopping_cart .img {
    position:absolute;
    left:0;
    top:3px;
    width:90px;
    height:90px;
    display:inline-block;
    border:1px solid var(--border-color)
  }
  .widget_shopping_cart .product-title {
    font-size:14px;
    color:var(--title-color);
    font-weight:400;
    margin-bottom:0;
    display:inline-block
  }
  .widget_shopping_cart .amount {
    display:block;
    font-weight:600;
    color:var(--title-color);
    font-size:16px
  }
  .widget_shopping_cart .quantity {
    display:inline-flex;
    margin-top:12px
  }
  .widget_shopping_cart .qut-btn {
    border:1px solid var(--border-color);
    background-color:rgba(0,0,0,0);
    display:inline-block;
    background-color:rgba(0,0,0,0);
    width:25px;
    height:25px;
    padding:0;
    font-size:12px;
    z-index:1;
    position:relative
  }
  .widget_shopping_cart .qut-btn:hover {
    background-color:var(--title-color);
    border-color:rgba(0,0,0,0);
    color:var(--white-color)
  }
  .widget_shopping_cart .qty-input {
    border:1px solid var(--border-color);
    text-align:center;
    width:-webkit-max-content;
    width:-moz-max-content;
    width:max-content;
    min-width:40px;
    font-size:12px;
    padding:0;
    height:25px;
    margin:0 -1px
  }
  .widget_shopping_cart .subtotal {
    float:right;
    text-align:right;
    font-size:12px;
    margin-top:19px
  }
  .widget_shopping_cart .subtotal>span:not(.amount) {
    color:var(--body-color);
    font-weight:300
  }
  .widget_shopping_cart .subtotal .amount {
    font-size:12px;
    display:inline-block
  }
  .widget_shopping_cart .total {
    color:var(--title-color);
    text-transform:uppercase;
    line-height:1;
    margin-bottom:25px;
    font-size:18px
  }
  .widget_shopping_cart .total .amount {
    font-size:inherit;
    display:inline-block;
    color:var(--theme-color)
  }
  .widget_shopping_cart .vs-btn {
    border:1px solid var(--title-color);
    color:var(--title-color);
    margin-right:10px;
    text-transform:capitalize;
    height:50px;
    line-height:47px;
    padding:0 35px;
    background-color:var(--title-color);
    color:var(--white-color);
    font-weight:400
  }
  .widget_shopping_cart .vs-btn:hover {
    background-color:rgba(0,0,0,0);
    color:var(--title-color)
  }
  .widget_shopping_cart .buttons {
    margin:0
  }
  .sidebar-area {
    margin-bottom:-10px
  }
  .sidebar-area ul.wp-block-latest-posts {
    margin-bottom:0
  }
  .sidebar-area ul.wp-block-latest-posts li:last-child {
    margin-bottom:0
  }
  .sidebar-area .newsletter-form button {
    width:100%;
    text-transform:capitalize;
    font-size:16px;
    font-weight:400;
    height:60px;
    margin-top:10px
  }
  .sidebar-area .widget .wp-block-search {
    margin-bottom:0
  }
  .sidebar-area .wp-block-group__inner-container h2 {
    font-size:20px;
    line-height:1em;
    margin-bottom:20px;
    margin-top:-0.07em
  }
  .sidebar-area ol.wp-block-latest-comments {
    padding:0;
    margin:0
  }
  .sidebar-area ol.wp-block-latest-comments li {
    line-height:1.5;
    margin:0 0 20px 0;
    border-bottom:1px solid rgba(0,0,0,.1);
    padding-bottom:20px
  }
  .sidebar-area ol.wp-block-latest-comments li:last-child {
    margin-bottom:0;
    padding-bottom:0;
    border-bottom:none
  }
  .recent-product {
    display:flex
  }
  .recent-product .product-title {
    font-size:16px
  }
  .widget-workhours ul {
    margin:0;
    padding:0;
    list-style-type:none
  }
  .widget-workhours li {
    background-color:var(--white-color);
    padding:14.5px 20px;
    margin:0 0 15px 0;
    font-family:var(--title-font);
    font-weight:500
  }
  .widget-workhours li:last-child {
    margin-bottom:0
  }
  .widget-workhours li i {
    margin-right:10px
  }
  .quote-box {
    position:relative;
    text-align:center;
    padding:80px 30px;
    margin:0 0 30px 0
  }
  .quote-box:before {
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background-color:rgba(7,26,62,.7)
  }
  .quote-box__title {
    color:var(--white-color);
    position:relative;
    z-index:1;
    max-width:200px;
    margin:-0.3em auto 25px auto
  }
  @media(max-width: 1199px) {
    .widget {
      --widget-padding-y: 30px;
      --widget-padding-x: 30px
    }
    .widget_title {
      font-size:20px;
      margin-bottom:25px
    }
    .recent-post .post-title {
      font-size:14px;
      line-height:22px
    }
    .recent-post .recent-post-meta a {
      font-size:12px
    }
    .widget-workhours li {
      padding:14.5px 20px;
      font-size:14px
    }
  }
  @media(max-width: 991px) {
    .sidebar-area {
      padding-top:30px
    }
    .wp-block-tag-cloud a,
    .tagcloud a {
      padding:10.5px 18px
    }
  }
  @media(max-width: 767px) {
    .contact-widget .icon {
      --icon-size: 30px;
      --icon-font-size: 12px;
      top:5px
    }
    .contact-widget .contact {
      padding:0 0 0 45px;
      margin:0 0 20px 0;
      border-bottom:none
    }
    .sidebar-gallery {
      gap:10px
    }
  }
  @media(max-width: 575px) {
    .widget {
      padding:30px 20px
    }
  }
  .footer-widget {
    margin-bottom:40px
  }
  .footer-widget,
  .footer-widget .widget {
    padding:0;
    border:none;
    padding-bottom:0;
    background-color:rgba(0,0,0,0)
  }
  .footer-widget .widget_title {
    margin:0 0 27px 0
  }
  .footer-widget.widget_meta,
  .footer-widget.widget_pages,
  .footer-widget.widget_archive,
  .footer-widget.widget_categories,
  .footer-widget.widget_nav_menu {
    margin-bottom:40px
  }
  .footer-widget.widget_meta a,
  .footer-widget.widget_pages a,
  .footer-widget.widget_archive a,
  .footer-widget.widget_categories a,
  .footer-widget.widget_nav_menu a {
    width:-webkit-max-content;
    width:-moz-max-content;
    width:max-content;
    display:block;
    border:none;
    font-size:16px;
    font-weight:400;
    margin-bottom:16px;
    max-width:100%;
    padding:0
  }
  .footer-widget.widget_meta a:hover,
  .footer-widget.widget_pages a:hover,
  .footer-widget.widget_archive a:hover,
  .footer-widget.widget_categories a:hover,
  .footer-widget.widget_nav_menu a:hover {
    background-color:rgba(0,0,0,0);
    color:var(--theme-color)
  }
  .footer-widget.widget_meta a:before,
  .footer-widget.widget_pages a:before,
  .footer-widget.widget_archive a:before,
  .footer-widget.widget_categories a:before,
  .footer-widget.widget_nav_menu a:before {
    display:none
  }
  .footer-widget.widget_meta li>span,
  .footer-widget.widget_pages li>span,
  .footer-widget.widget_archive li>span,
  .footer-widget.widget_categories li>span,
  .footer-widget.widget_nav_menu li>span {
    width:auto;
    height:auto;
    position:relative;
    background-color:rgba(0,0,0,0);
    color:var(--body-color);
    line-height:1
  }
  .footer-widget.widget_meta li:last-child a,
  .footer-widget.widget_pages li:last-child a,
  .footer-widget.widget_archive li:last-child a,
  .footer-widget.widget_categories li:last-child a,
  .footer-widget.widget_nav_menu li:last-child a {
    margin-bottom:0
  }
  .footer-widget .footer-links>ul {
    display:grid;
    grid-template-columns:repeat(2, 1fr)
  }
  .footer-widget .footer-links a {
    margin-bottom:21px
  }
  .footer-logo {
    margin-bottom:15px
  }
  .footer-text {
    margin:-0.3em 0 25px 0;
    max-width:285px
  }
  .footer-info {
    display:flex
  }
  .footer-info_group {
    display:flex;
    justify-content:center;
    border-right:1px solid #152b54;
    padding:60px 0 60px 0
  }
  .footer-info_group:last-child {
    border-right:none
  }
  .footer-info_group.style2 {
    border:none
  }
  .footer-info_group.style2 .footer-info_icon {
    background-color:rgba(0,0,0,0);
    border:1px solid #35496f
  }
  .footer-info_icon {
    width:85px;
    height:85px;
    line-height:85px;
    text-align:center;
    background-color:#152b54;
    color:var(--white-color);
    font-size:30px;
    margin:0 25px 0 0;
    display:inline-block;
    border-radius:5px
  }
  .footer-info_label {
    color:var(--white-color);
    font-size:16px;
    font-weight:600;
    font-family:var(--title-font);
    text-transform:uppercase;
    display:block;
    margin:0 0 5px 0
  }
  .footer-info_link {
    max-width:190px;
    color:#8a99b4;
    margin:0 0 -0.15em 0
  }
  .footer-info_link a {
    color:inherit
  }
  .footer-info_link a:hover {
    color:var(--theme-color)
  }
  .footer-number {
    border-top:1px solid #14284f;
    padding:43px 0 0 0;
    margin:34px 0 0 0;
    position:relative
  }
  .footer-number:before {
    content:"";
    position:absolute;
    top:-1px;
    left:-60px;
    width:9999px;
    height:1px;
    border:inherit
  }
  .footer-number .info {
    color:var(--body-color);
    margin:0;
    line-height:1;
    display:inline-block
  }
  .footer-number .info:hover {
    color:var(--theme-color)
  }
  .footer-number .title {
    margin:0 0 7px 0
  }
  .footer-map {
    max-width:400px;
    width:100%
  }
  .footer-map frame {
    max-width:100%
  }
  .footer-social .social-title {
    font-family:var(--title-font);
    color:var(--title-color);
    font-size:20px;
    display:inline-block;
    margin-right:20px;
    font-weight:700
  }
  .footer-social a {
    display:inline-block;
    width:45px;
    height:45px;
    line-height:45px;
    font-size:16px;
    margin:0 5px 0 0;
    color:var(--white-color);
    background-color:#15284c;
    text-align:center;
    border-radius:5px
  }
  .footer-social a:last-child {
    margin-right:0
  }
  .footer-social a:hover {
    background-color:var(--theme-color);
    color:var(--white-color)
  }
  .footer-social.style2 a {
    background-color:var(--white-color);
    outline:2px solid #e7e8ec;
    outline-offset:-2px;
    color:var(--body-color);
    box-shadow:8px 13.856px 30px 0px rgba(132,137,154,.1)
  }
  .footer-social.style2 a:hover {
    background-color:var(--theme-color);
    color:var(--white-color);
    outline-color:rgba(0,0,0,0)
  }
  .footer-newsletter {
    display:flex
  }
  .footer-newsletter input {
    background-color:rgba(0,0,0,0);
    border-radius:5px 0 0 5px;
    border:1px solid #14284f;
    height:55px;
    color:var(--white-color);
    flex:1
  }
  .footer-newsletter input::-moz-placeholder {
    color:var(--white-color)
  }
  .footer-newsletter input:-ms-input-placeholder {
    color:var(--white-color)
  }
  .footer-newsletter input::placeholder {
    color:var(--white-color)
  }
  .footer-newsletter .vs-btn {
    border-radius:0 5px 5px 0
  }
  .footer-newsletter .vs-btn:hover {
    background-color:var(--theme-color);
    color:var(--white-color)
  }
  .footer-newsletter .vs-btn:after,
  .footer-newsletter .vs-btn::before {
    display:none
  }
  .footer-schedule table {
    border:none;
    margin:-0.3em 0 0 0
  }
  .footer-schedule th,
  .footer-schedule td {
    padding:0 0 10px 0;
    color:var(--body-color);
    border:none;
    font-weight:400
  }
  .footer-number1 {
    font-size:30px;
    font-weight:700;
    color:var(--body-color);
    font-family:var(--title-font);
    margin-bottom:25px;
    display:block;
    width:-webkit-max-content;
    width:-moz-max-content;
    width:max-content
  }
  .footer-mail1,
  .footer-address1 {
    padding-left:25px;
    position:relative
  }
  .footer-mail1>i:first-child,
  .footer-address1>i:first-child {
    position:absolute;
    left:0;
    top:4px
  }
  .footer-address1 {
    max-width:250px
  }
  .footer-mail1 {
    color:var(--body-color);
    text-decoration:underline
  }
  .footer-mail1 i:first-child {
    top:2px
  }
  .footer-info-list {
    margin:35px 0 22px 0
  }
  .footer-info-list .info {
    position:relative;
    margin-bottom:21px;
    padding-left:30px;
    max-width:250px
  }
  .footer-info-list .info i:first-child {
    position:absolute;
    left:0;
    top:4px;
    color:var(--theme-color)
  }
  .cont-frm-det-srt .form_text {
    margin:-0.3em 0 22px 0;
    display:block;
    max-width:300px
  }
  .cont-frm-det-srt input {
    background-color:#ebecf1;
    margin-bottom:15px;
    border-radius:7px
  }
  @media(max-width: 1399px) {
    .menu-all-pages-container.footer-links {
      width:330px;
      max-width:100%
    }
    .footer-number:before {
      display:none
    }
  }
  @media(max-width: 1199px) {
    .footer-widget {
      margin-bottom:40px
    }
    .footer-widget .widget_title {
      font-size:26px
    }
    .footer-number {
      padding:27px 0 0 0;
      margin:17px 0 0 0
    }
    .footer-info {
      display:block;
      text-align:center
    }
    .footer-info_icon {
      margin:0 0 20px 0
    }
    .footer-info_group {
      padding:0;
      border:none
    }
  }
  @media(min-width: 991px)and (max-width: 1399px) {
    .footer-newsletter {
      display:block
    }
    .footer-newsletter input {
      border-radius:5px;
      margin-bottom:20px
    }
    .footer-newsletter .vs-btn {
      border-radius:5px
    }
  }
  @media(max-width: 991px) {
    .footer-widget .widget_title {
      font-size:22px
    }
    .footer-layout1 .footer-widget.widget_meta a,
    .footer-layout1 .footer-widget.widget_pages a,
    .footer-layout1 .footer-widget.widget_archive a,
    .footer-layout1 .footer-widget.widget_categories a,
    .footer-layout1 .footer-widget.widget_nav_menu a {
      margin-left:auto;
      margin-right:auto
    }
  }
  @media(max-width: 767px) {
    .footer-widget.widget_meta a,
    .footer-widget.widget_pages a,
    .footer-widget.widget_archive a,
    .footer-widget.widget_categories a,
    .footer-widget.widget_nav_menu a {
      font-size:14px
    }
    .footer-newsletter {
      display:block
    }
    .footer-newsletter input {
      border-radius:5px;
      margin-bottom:20px
    }
    .footer-newsletter .vs-btn {
      border-radius:5px
    }
  }
  .vs-header {
    position: absolute;
    z-index: 41;
    width: 100%;
    background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.7) 47%, rgba(255, 255, 255, 0.7) 100%);
  }
  @media (max-width: 767px){
    .vs-header{
      background: #fff;
      position: relative;
    }
  }
  .will-sticky .sticky-active {
    position:fixed;
    top:-100%;
    right:0;
    left:0;
    background-color:var(--white-color);
    transition:all ease .8s;
    box-shadow:0 0 10px 0 rgba(0,0,0,.07)
  }
  .will-sticky .sticky-active.active {
    top:0
  }
  .main-menu a {
    display:block;
    position:relative;
    font-family:var(--title-font);
    font-weight:600;
    font-size:16px;
    color:var(--title-color)
  }
  .main-menu a:hover {
    color:var(--theme-color)
  }
  .main-menu>ul>li {
    margin:0 18px
  }
  .main-menu>ul>li>a .new-label {
    position:absolute;
    top:-10px;
    right:-27px;
    font-size:11px;
    border-radius:3px
  }
  .main-menu>ul>li>a .has-new-lable {
    position:relative
  }
  .main-menu ul {
    margin:0;
    padding:0
  }
  .main-menu ul li {
    list-style-type:none;
    display:inline-block;
    position:relative
  }
  .main-menu ul li.menu-item-has-children>a:after {
    content:"";
    position:relative;
    font-family:var(--icon-font);
    margin-left:5px;
    font-size:.8rem
  }
  .main-menu ul li:last-child {
    margin-right:0
  }
  .main-menu ul li:first-child {
    margin-left:0
  }
  .main-menu ul li:hover>ul.sub-menu,
  .main-menu ul li:hover ul.mega-menu {
    visibility:visible;
    opacity:1;
    margin-top:0;
    z-index:9
  }
  .main-menu ul.sub-menu,
  .main-menu ul.mega-menu {
    position:absolute;
    text-align:left;
    top:100%;
    left:0;
    background-color:var(--white-color);
    box-shadow:0 5px 10px 0 rgba(0,0,0,.1);
    visibility:hidden;
    min-width:190px;
    width:-webkit-max-content;
    width:-moz-max-content;
    width:max-content;
    padding:7px;
    left:-14px;
    margin-top:50px;
    opacity:0;
    z-index:-1;
    border-bottom:3px solid var(--theme-color);
    box-shadow:0px 10px 60px 0px rgba(0,0,0,.09),0px 3px 0px 0px rgba(231,13,60,.004);
    transform-origin:top center;
    transition:margin-top .4s ease-in-out 0s,visibility .4s ease-in-out 0s,opacity .4s ease-in-out 0s,z-index 0s
  }
  .main-menu ul.sub-menu a,
  .main-menu ul.mega-menu a {
    font-size:16px;
    line-height:30px
  }
  .main-menu ul.sub-menu {
    padding:18px 20px;
    left:-27px
  }
  .main-menu ul.sub-menu:before {
    content:"";
    position:absolute;
    left:34.5px;
    top:30px;
    width:1px;
    background-color:#ededed;
    height:calc(100% - 60px)
  }
  .main-menu ul.sub-menu li {
    display:block;
    margin:0 0;
    padding:3px 9px
  }
  .main-menu ul.sub-menu li.menu-item-has-children>a:after {
    content:"";
    float:right;
    top:3px
  }
  .main-menu ul.sub-menu li a {
    position:relative;
    padding-left:21px
  }
  .main-menu ul.sub-menu li a:before {
    content:"";
    position:absolute;
    top:2.5em;
    left:0;
    font-family:var(--icon-font);
    width:11px;
    height:11px;
    text-align:center;
    border-radius:50%;
    display:inline-block;
    font-size:.2em;
    line-height:11.5px;
    color:var(--theme-color);
    font-weight:700;
    background-color:var(--white-color);
    box-shadow:inset 0px 2px 4px 0px rgba(173,136,88,.4)
  }
  .main-menu ul.sub-menu li ul.sub-menu {
    left:100%;
    right:auto;
    top:0;
    margin:0 0;
    margin-left:20px
  }
  .main-menu ul.sub-menu li ul.sub-menu li ul {
    left:100%;
    right:auto
  }
  .main-menu .mega-menu-wrap {
    position:static
  }
  .main-menu ul.mega-menu {
    display:flex;
    justify-content:space-between;
    text-align:left;
    width:100%;
    max-width:var(--main-container);
    padding:20px 15px 23px 15px;
    left:50%;
    transform:translateX(-50%)
  }
  .main-menu ul.mega-menu .main-menu ul.mega-menu>li>ul>li>a {
    position:relative
  }
  .main-menu ul.mega-menu li {
    display:block;
    width:100%;
    padding:0 15px
  }
  .main-menu ul.mega-menu li li {
    padding:4px 0
  }
  .main-menu ul.mega-menu li a {
    display:inline-block
  }
  .main-menu ul.mega-menu>li>a {
    display:block;
    padding:0;
    padding-bottom:15px;
    margin-bottom:10px;
    text-transform:capitalize;
    letter-spacing:1px;
    font-weight:700;
    color:var(--title-color);
    border-color:var(--theme-color)
  }
  .main-menu ul.mega-menu>li>a::after,
  .main-menu ul.mega-menu>li>a::before {
    content:"";
    position:absolute;
    bottom:0;
    left:0;
    width:15px;
    height:1px;
    background-color:var(--theme-color)
  }
  .main-menu ul.mega-menu>li>a::after {
    width:calc(100% - 20px);
    left:20px
  }
  .main-menu ul.mega-menu>li>a:hover {
    padding-left:0
  }
  .main-menu ul.mega-menu>li>ul>li>a:before {
    content:"";
    font-family:var(--icon-font);
    font-weight:400;
    margin:0 10px 0 0
  }
  .menu-style1>ul>li>a {
    padding:16.5px 0
  }
  .menu-style2>ul>li>a {
    padding:41.5px 0
  }
  .menu-style3>ul>li>a {
    padding:45px 0
  }
  .menu-style4>ul>li>a {
    padding:49.5px 0;
    position:relative
  }
  .menu-style4>ul>li>a:before {
    content:"";
    position:absolute;
    bottom:0;
    left:0;
    background-color:var(--theme-color);
    width:100%;
    height:2px;
    transition:all ease .4s;
    transform:scale(0);
    opacity:0;
    visibility:hidden
  }
  .menu-style4>ul>li>a:hover:before {
    transform:scale(1);
    opacity:1;
    visibility:visible
  }
  .menu-style5>ul>li {
    margin:0 13px
  }
  /* .menu-style5>ul>li>a {
    padding:30.5px 0;
  } */
  .menu-style5>ul>li>a {
    padding:25.5px 0;
  }
  .menu-style5>ul>li:hover ul.mega-menu,
  .menu-style5>ul>li:hover ul.sub-menu {
    margin-top:-1px
  }
  .header-text {
    margin:0
  }
  .header-text i {
    margin-right:10px
  }
  .header-info {
    display:flex;
    align-items:center;
    padding-top:28px;
    padding-bottom:28px;
    margin-left:40px;
    padding-left:40px;
    border-left:1px solid #e7ebf3
  }
  .header-info:nth-child(2) {
    margin-left:0;
    padding-left:0;
    border-left:none
  }
  .header-info_icon {
    color:var(--theme-color);
    font-size:24px;
    margin-right:20px
  }
  .header-info_label {
    font-size:14px;
    color:var(--body-color);
    display:block;
    margin-bottom:2px
  }
  .header-info_link {
    color:var(--title-color);
    font-size:20px;
    font-weight:600;
    margin:0
  }
  .header-info_link a {
    color:inherit
  }
  .header-info_link a:hover {
    color:var(--theme-color)
  }
  .header-info.style2 {
    padding:0;
    border:none;
    margin:0
  }
  .header-info.style2 .header-info_icon {
    width:60px;
    height:60px;
    line-height:56px;
    background-color:var(--theme-color);
    text-align:center;
    border-radius:50%;
    margin-right:15px
  }
  .header-info.style2 .header-info_label {
    color:var(--title-color);
    text-transform:capitalize;
    font-weight:500
  }
  .header-info.style2 .header-info_link {
    color:var(--theme-color);
    font-weight:400;
    font-size:24px
  }
  .header-info.style2 .header-info_link a:hover {
    color:var(--title-color)
  }
  .header-search {
    display:flex;
    width:340px;
    max-width:100%
  }
  .header-search input {
    flex:1;
    border:none;
    padding:0 20px 0 20px;
    height:35px;
    width:100%;
    border-radius:4px;
    transition:all ease .4s
  }
  .header-search button {
    border:none;
    background-color:var(--theme-color);
    color:var(--white-color);
    font-size:13px;
    width:35px;
    height:35px;
    border-radius:4px
  }
  .header-search button:hover {
    background-color:var(--title-color);
    color:var(--white-color)
  }
  .header-search input:focus {
    padding:0 20px 0 20px;
    background-color:var(--smoke-color)
  }
  .header-links ul {
    margin:0;
    padding:0;
    list-style-type:none
  }
  .header-links li {
    display:inline-block;
    font-size:14px;
    font-weight:500;
    color:var(--title-color);
    font-family:var(--title-font);
    padding:0 30px 0 0;
    margin:0 26px 0 0;
    border-right:1px solid #cad4f1;
    line-height:23px
  }
  .header-links li:last-child {
    margin-right:0;
    padding-right:0;
    border-right:none
  }
  .header-links i {
    color:var(--theme-color);
    margin:0 10px 0 0
  }
  .header-links a {
    color:inherit
  }
  .header-links a:hover {
    color:var(--theme-color)
  }
  .header-links.style-white i,
  .header-links.style-white li {
    color:var(--white-color);
    border-color:#558eff
  }
  .header-social {
    font-size:14px
  }
  .header-social .social-title {
    color:var(--title-color);
    display:inline-block
  }
  .header-social a {
    display:inline-block;
    color:var(--title-color);
    margin-left:16px
  }
  .header-social a:hover {
    color:var(--theme-color)
  }
  .header-social.style-white .social-title,
  .header-social.style-white a {
    color:var(--white-color)
  }
  .header-social.style-white a:hover {
    color:var(--title-color)
  }
  /*.logo-style1 {*/
  /*  background: linear-gradient(278.46deg, #264b87 0.91%, #0392c6 71.89%, #264b87 100%);*/
  /*  padding:30px 35px 30px 35px;*/
  /*  border-radius:5px 0px 0px 5px;*/
  /*  line-height:0;*/
  /*  margin:-1px 0*/
  /*}*/
  /* .logo-style1 {
  background: linear-gradient(278.46deg, #264b87 0.91%, #0392c6 71.89%, #264b87 100%);
  padding: 20px 25px 20px 25px;
  border-radius: 5px 0px 0px 5px;
  line-height: 0;
  margin: -1px 0;
} */
.logo-style1 a img {
  width: 175px;
  height: 79px;
  object-fit: cover;
}
  @media (max-width: 998px){
      .logo-style1{
          display: none;
      }
  }
  .header-btns {
    display:flex;
    flex-wrap:wrap;
    gap:20px
  }
  .header-box {
    border:10px solid var(--theme-color);
    background-color:var(--white-color);
    padding:20px
  }
  .header-box__icon {
    border-radius:5px;
    margin:0 15px 0 0;
    font-size:18px;
    width:43px;
    height:43px;
    line-height:43px;
    text-align:center;
    display:inline-block;
    background-color:var(--theme-color);
    color:var(--white-color)
  }
  .header-box__title {
    display:inline-block;
    color:var(--title-color);
    font-weight:600;
    font-family:var(--title-font)
  }
  .header-box__number {
    display:block;
    width:-webkit-fit-content;
    width:-moz-fit-content;
    width:fit-content;
    font-family:var(--title-font);
    font-size:22px;
    font-weight:700;
    color:var(--theme-color);
    margin:15px 0 0 0
  }
  .header-dropdown>.dropdown-toggle {
    color:var(--title-color)
  }
  .header-dropdown>.dropdown-toggle i {
    margin:0 10px 0 0
  }
  .header-dropdown>.dropdown-toggle:after {
    content:"";
    font-family:var(--icon-font);
    border:none;
    vertical-align:middle;
    position:relative;
    top:-1px;
    margin-left:5px
  }
  .header-dropdown>.dropdown-toggle:hover {
    color:var(--theme-color)
  }
  .header-dropdown ul.dropdown-menu {
    padding:10px 15px;
    border:none;
    box-shadow:0 0 15px 0 rgba(0,0,0,.07);
    margin:0;
    margin-left:-15px !important;
    margin-top:15px !important;
    width:-webkit-max-content;
    width:-moz-max-content;
    width:max-content;
    min-width:auto;
    position:relative;
    z-index:1;
    border:none
  }
  .header-dropdown ul.dropdown-menu li {
    margin-bottom:10px
  }
  .header-dropdown ul.dropdown-menu li:last-child {
    margin-bottom:0
  }
  .header-dropdown ul.dropdown-menu a {
    display:block;
    margin:0 0;
    width:-webkit-max-content;
    width:-moz-max-content;
    width:max-content;
    padding:2px 10px;
    color:var(--title-color);
    font-weight:400;
    font-size:14px
  }
  .header-dropdown ul.dropdown-menu a:hover {
    color:var(--theme-color)
  }
  .header-dropdown ul.dropdown-menu a:first-child {
    margin-top:0;
    padding-top:0
  }
  .header-dropdown ul.dropdown-menu a:last-of-type,
  .header-dropdown ul.dropdown-menu a:last-child {
    padding-bottom:0;
    margin-bottom:0
  }
  .header-dropdown ul.dropdown-menu:before {
    content:"";
    position:absolute;
    left:47px;
    top:-7px;
    width:14px;
    height:14px;
    background-color:var(--white-color);
    z-index:-1;
    transform:rotate(45deg);
    border-top:1px solid #ededed;
    border-left:1px solid #ededed
  }
  .header-dropdown.style-white>.dropdown-toggle {
    color:var(--white-color)
  }
  .header-dropdown.style-white>.dropdown-toggle:hover {
    text-decoration:underline;
    color:rgba(255,255,255,.7)
  }
  .login-tab {
    display:flex;
    border-radius:9999px;
    position:relative;
    z-index:1
  }
  .login-tab:before {
    content:"";
    position:absolute;
    left:0;
    top:0;
    bottom:0;
    right:0;
    border-radius:inherit;
    border:2px solid var(--theme-color);
    z-index:-1
  }
  .login-tab a {
    display:inline-block;
    color:var(--theme-color);
    background-color:rgba(0,0,0,0);
    font-family:var(--title-font);
    text-transform:capitalize;
    font-weight:600;
    font-size:18px;
    padding:18.5px 37px;
    line-height:1;
    border-radius:inherit
  }
  .login-tab a:hover,
  .login-tab a.active {
    color:var(--white-color)
  }
  .login-tab .indicator {
    position:absolute;
    display:inline-block;
    left:0;
    top:0;
    background-color:var(--theme-color);
    z-index:-1;
    transition:all ease .4s;
    border-radius:inherit
  }
  .header-layout3 .header-top,
  .header-layout1 .header-top {
    background-color:var(--theme-color);
    padding:9.5px 0
  }
  .header-layout1 .menu-top {
    border-bottom:1px solid #e7ebf3
  }
  .header-layout1 .header-text {
    color:var(--white-color)
  }
  .header-layout2 {
    position:relative;
    margin-bottom:-55px
  }
  .header-layout2 .header-shape {
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:calc(100% - 55px);
    z-index:-1;
    background-color:#f6f7fa
  }
  .header-layout2 .header-top {
    padding:27px 0
  }
  .header-layout2 .menu-area {
    background-color:var(--white-color);
    padding:0 30px 0 0;
    border-radius:5px;
    box-shadow:0px 17px 29px rgba(32,56,105,.18)
  }
  .header-layout2 .vs-menu-toggle {
    border-radius:5px
  }
  .header-layout2 .will-sticky .sticky-active {
    box-shadow:none;
    background-color:rgba(0,0,0,0)
  }
  .header-layout3 {
    position:relative
  }
  @media(min-width: 1199px) {
    .header-layout3 .header-box-wrap,
    .header-layout3 .header-top,
    .header-layout3 .sticky-wrapper:not(.will-sticky) {
      --box-width: 290px;
      --main-container: 1680px
    }
    .header-layout3 .header-box-wrap .container,
    .header-layout3 .header-top .container,
    .header-layout3 .sticky-wrapper:not(.will-sticky) .container {
      padding-right:var(--box-width)
    }
    .header-layout3 .header-box {
      width:calc(var(--box-width) - 40px);
      position:absolute;
      right:0;
      top:0
    }
  }
  @media(max-width: 1500px)and (min-width: 1199px) {
    .header-layout3 {
      --main-container: 1320px
    }
    .header-layout3 .main-menu>ul>li {
      margin:0 12px
    }
  }
  .header-layout5 {
    position:relative
  }
  @media(min-width: 1500px) {
    .header-layout5 {
      --main-container: 1430px
    }
  }
  .header-layout5 .header-shape1 {
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:calc(100% - 63px);
    background-color:var(--theme-color);
    z-index:-1
  }
  .header-layout5 .menu-area {
    background-color:var(--white-color);
    z-index:1
  }
  @media(min-width: 1500px) {
    .header-layout5 .menu-area {
      max-width:1518px;
      margin:0 auto;
      padding:0 20px
    }
  }
  .header-layout5 .header-top {
    padding:12.5px 0;
    position:relative;
    z-index:2
  }
  @media(min-width: 767px) {
    .header-layout5 .header-social {
      border-left:1px solid #558eff;
      padding-left:4px
    }
  }
  .header-layout5 .header-social a:hover {
    color:rgba(255,255,255,.7)
  }
  .header-layout5 .header-links a:hover {
    color:rgba(255,255,255,.7)
  }
  .header-layout6 {
    position:relative;
    left:0;
    right:0;
    top:0;
    max-width:1390px;
    margin-left:auto;
    margin-right:auto;
    --clip-total: 80px;
    --shape-gap: 17px;
  }
  .header-layout6 .shape1 {
    position:absolute;
    left:var(--pos, 0);
    right:var(--pos, 0);
    top:var(--pos, 0);
    bottom:var(--pos, 0);
    background-color:var(--white-color);
    z-index:-1;
    -webkit-clip-path:polygon(0 0, 100% 0, calc(100% - 80px) 99%, 80px 100%);
    clip-path:polygon(0 0, 100% 0, calc(100% - 80px) 99%, 80px 100%)
  }
  .header-layout6 .shape2 {
    position:absolute;
    border-bottom:2px solid var(--white-color);
    left:calc(var(--clip-total) - var(--shape-gap));
    right:calc(var(--clip-total) - var(--shape-gap));
    bottom:calc(var(--shape-gap)/-1)
  }
  .header-layout6 .shape3:after,
  .header-layout6 .shape3:before {
    content:"";
    position:absolute;
    right:calc((var(--shape-gap) + 11px)/-1);
    top:0;
    width:2px;
    height:calc(100% + 43px);
    background-color:var(--white-color);
    transform:rotate(32deg);
    transform-origin:top left
  }
  .header-layout6 .shape3::before {
    right:auto;
    left:calc((var(--shape-gap) + 11px)/-1);
    transform:rotate(-32deg);
    transform-origin:top right
  }
  @media(min-width: 1500px) {
    .header-layout6 .container {
      padding-left:50px;
      padding-right:50px
    }
  }
  @media(min-width: 1921px) {
    .logo-style1 {
      margin-bottom:-1px
    }
  }
  @media(max-width: 1500px) {
    .header-layout6 {
      position:relative;
    }
    .header-layout6 .shape3,
    .header-layout6 .shape2,
    .header-layout6 .shape1 {
      display:none;
    }
  }
  @media(max-width: 1399px) {
    .header-layout3 .main-menu>ul>li {
      margin:0 13px
    }
  }
  @media(max-width: 1199px) {
    .header-search {
      width:200px
    }
    .main-menu>ul>li {
      margin:0 14px
    }
    .header-layout2 {
      margin:0
    }
    .header-layout2 .header-shape {
      height:100%
    }
  }
  @media(max-width: 991px) {
    .header-links li {
      padding-right:15px;
      margin-right:10px
    }
    .header-logo {
      padding:15px 0
    }
    .logo-style1 {
      padding:20px 20px 20px 20px
    }
    .header-layout1 .vs-menu-toggle {
      margin:10px 0
    }
    .header-layout2 .menu-area {
      padding:0 20px 0 0
    }
  }
  @media(max-width: 575px) {
    .header-info:nth-child(2) {
      padding-left:10px
    }
    .header-info_label {
      font-size:12px
    }
    .header-info_link {
      font-size:14px
    }
    .header-info_icon {
      font-size:20px;
      margin-right:10px
    }
    .header-links li {
      padding-right:10px;
      margin-right:0;
      border-right:none;
      font-size:12px
    }
    .header-links li i {
      margin-right:5px
    }
    .logo-style1 {
      padding:15px 15px 15px 15px;
      max-width:200px
    }
    .header-layout2 .header-top {
      padding:13px 0
    }
  }
  .widget-area {
    padding-top:48px;
    padding-bottom:10px
  }
  .copyright-wrap {
    text-align:center;
    padding:29px 0;
    background-color:#0b2048
  }
  .copyright-text {
    margin:0;
    font-size:14px
  }
  .footer-layout3,
  .footer-layout2,
  .footer-layout1 {
    --body-color: #8A99B4;
    --title-color: #fff
  }
  .footer-layout1 {
    background-color:#071a3e
  }
  .footer-layout1 .footer-top {
    border-bottom:1px solid #152b54
  }
  .footer-layout2 {
    background-color:#051634;
    overflow:hidden
  }
  .footer-layout2 .footer-top {
    border-bottom:1px solid #14284f;
    padding:50px 0
  }
  .footer-layout2 .footer-text {
    max-width:390px;
    margin-bottom:33px
  }
  .footer-layout2 .widget-area {
    padding:50px 0 0px 0
  }
  @media(min-width: 1399px) {
    .footer-layout2 .footer-widget {
      padding:0;
      margin:0;
      height:100%
    }
    .footer-layout2 .widget-area {
      padding:0
    }
    .footer-layout2 .widget-area .row>div {
      padding-top:50px;
      padding-bottom:44px
    }
    .footer-layout2 .widget-area .row>div:nth-child(2) {
      text-align:center;
      border-left:1px solid #14284f;
      border-right:1px solid #14284f;
      padding-left:60px;
      padding-right:60px
    }
    .footer-layout2 .widget-area .row>div:nth-child(3) {
      padding-left:60px
    }
  }
  .footer-layout3 {
    background-color:#071a3e
  }
  .footer-layout3 .footer-top {
    background-color:#0b2048
  }
  .footer-layout3 .copyright-wrap {
    background-color:#0b1f44
  }
  .footer-layout4 {
    padding-bottom:60px;
    position:relative
  }
  .footer-layout4 .shape1 {
    position:absolute;
    right:0;
    top:0;
    max-width:550px
  }
  .footer-layout4 .footer-top {
    padding-top:var(--section-space);
    padding-bottom:var(--section-space);
    border-bottom:1px solid #436af7
  }
  .footer-layout4 .widget-area {
    --title-color: #fff;
    --body-color: #e6ebff;
    padding-top:80px;
    padding-bottom:20px
  }
  .footer-layout4 .widget-area a:hover {
    color:#fff
  }
  .footer-layout4 .copyright-wrap {
    background-color:#1648ff;
    padding:20.5px 40px
  }
  .footer-layout4 .copyright-wrap .copyright-text {
    color:var(--white-color)
  }
  .footer-layout4 .widget_title {
    font-weight:600;
    margin-bottom:35px
  }
  .footer-layout4 .post-title a {
    font-size:14px;
    line-height:24px;
    margin-bottom:0;
    background-image:linear-gradient(white, white);
    background-size:0 1px;
    background-repeat:no-repeat;
    background-position:left bottom
  }
  .footer-layout4 .post-title a:hover {
    color:var(--white-color);
    background-size:100% 1px
  }
  .footer-layout4 .recent-post-meta a {
    font-size:12px
  }
  .footer-layout4 .recent-post-meta a i {
    color:inherit;
    margin-right:10px
  }
  .footer-layout4 .footer-widget.widget_nav_menu a {
    padding-left:15px;
    margin-bottom:23px
  }
  .footer-layout4 .footer-widget.widget_nav_menu a:before {
    content:"";
    display:block;
    right:auto;
    left:0;
    top:-1px;
    color:var(--white-color)
  }
  .footer-layout4 .recent-post .post-title {
    max-width:200px
  }
  .footer-layout4 .gallery-thumb,
  .footer-layout4 .gallery-thumb img,
  .footer-layout4 .recent-post .media-img img {
    border-radius:0
  }
  .footer-layout5 {
    border-top:2px solid var(--theme-color);
    background-color:#fafafb
  }
  .footer-layout5 .widget-area {
    padding-top:88px;
    padding-bottom:50px
  }
  .footer-layout5 .widget_title {
    margin-bottom:55px;
    margin-top:10px;
    font-weight:600
  }
  .footer-layout5 .copyright-wrap {
    background-color:#fafafb;
    border-top:1px solid var(--theme-color);
    padding:24px 0
  }
  .footer-layout5 .copyright-text {
    color:var(--body-color)
  }
  @media(max-width: 1500px) {
    .footer-layout4 .shape1 {
      max-width:380px
    }
  }
  @media(max-width: 1199px) {
    .footer-layout3 .footer-top,
    .footer-layout1 .footer-top {
      padding:50px 0
    }
    .footer-layout3 .footer-top .row,
    .footer-layout1 .footer-top .row {
      --bs-gutter-y: 40px
    }
    .footer-layout5 .widget_title {
      margin-bottom:30px
    }
    .footer-layout4 .shape1 {
      max-width:230px
    }
  }
  @media(max-width: 991px) {
    .footer-layout1 {
      text-align:center
    }
    .footer-layout1 .footer-text {
      margin-left:auto;
      margin-right:auto
    }
    .footer-layout2 .footer-text {
      max-width:100%
    }
    .footer-layout2 .footer-top-logo {
      text-align:center
    }
    .footer-layout2 .widget-area {
      padding:50px 0 10px 0
    }
    .footer-layout2 .footer-widget {
      margin-bottom:40px
    }
    .footer-layout4 .shape1 {
      display:none
    }
    .footer-layout4 .footer-top {
      padding-top:var(--section-space-mobile);
      padding-bottom:var(--section-space-mobile)
    }
  }
  @media(max-width: 767px) {
    .footer-layout2 .footer-social {
      text-align:center
    }
    .footer-layout2 .footer-social .social-title {
      display:block;
      margin:0 0 20px 0
    }
    .footer-layout4 .copyright-wrap {
      padding:20.5px 10px
    }
  }
  .breadcumb-menu {
    max-width:100%;
    margin:-0.35em 0 -0.35em 0;
    padding:0;
    list-style-type:none
  }
  .breadcumb-menu li {
    display:inline-block;
    list-style:none;
    position:relative
  }
  .breadcumb-menu li:after {
    content:"/";
    position:relative;
    margin:0 5px 0 10px
  }
  .breadcumb-menu li:last-child:after {
    display:none
  }
  .breadcumb-menu li,
  .breadcumb-menu a,
  .breadcumb-menu span {
    white-space:normal;
    color:inherit;
    word-break:break-word;
    font-weight:500;
    font-size:16px;
    font-family:var(--title-font);
    color:var(--white-color)
  }
  .breadcumb-title {
    color:var(--white-color);
    margin:-0.3em 0 -0.35em 0;
    max-width:60%;
    width:100%
  }
  .breadcumb-content {
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:0 40px
  }
  .breadcumb-wrapper {
    padding-top:140px;
    padding-bottom:135px;
    background-color:var(--title-color)
  }
  @media(max-width: 991px) {
    .breadcumb-wrapper {
      padding-top:100px;
      padding-bottom:100px
    }
  }
  @media(max-width: 991px) {
    .breadcumb-content {
      display:block
    }
    .breadcumb-title {
      max-width:100%
    }
    .breadcumb-menu {
      margin-top:15px
    }
  }
  .vs-pagination {
    margin-bottom:30px
  }
  .vs-pagination ul {
    margin:0;
    padding:0
  }
  .vs-pagination li {
    display:inline-block;
    margin:0 3px;
    list-style-type:none
  }
  .vs-pagination li:last-child {
    margin-right:0
  }
  .vs-pagination li:first-child {
    margin-left:0
  }
  .vs-pagination span,
  .vs-pagination a {
    display:inline-block;
    font-family:var(--body-font);
    color:var(--title-color);
    text-align:center;
    position:relative;
    border:none;
    width:56px;
    height:56px;
    line-height:56px;
    font-weight:400;
    font-size:20px;
    z-index:1;
    background-color:#f5f9ff;
    border-radius:5px
  }
  .vs-pagination span.active,
  .vs-pagination span:hover,
  .vs-pagination a.active,
  .vs-pagination a:hover {
    color:var(--white-color);
    background-color:var(--theme-color);
    box-shadow:none
  }
  .post-pagination {
    border-top:1px solid #f0f0f0;
    border-bottom:1px solid #f0f0f0;
    padding:30px 0;
    margin:30px 0
  }
  .post-pagi-box {
    display:flex;
    align-items:center
  }
  .post-pagi-box>a {
    color:var(--title-color);
    font-weight:600;
    font-size:16px;
    font-family:var(--title-font)
  }
  .post-pagi-box>a:hover {
    color:var(--theme-color)
  }
  .post-pagi-box img {
    width:80px;
    margin-right:25px
  }
  .post-pagi-box.next {
    flex-direction:row-reverse
  }
  .post-pagi-box.next img {
    margin-right:0;
    margin-left:25px
  }
  .pagi-icon {
    color:#f0f0f0;
    font-size:40px
  }
  @media(max-width: 767px) {
    .vs-pagination span,
    .vs-pagination a {
      width:35px;
      height:35px;
      line-height:35px;
      font-size:14px;
      padding:0 10px
    }
    .post-pagi-box>a {
      font-size:12px
    }
    .post-pagi-box img {
      width:40px;
      margin-right:15px
    }
    .post-pagi-box.next img {
      margin-right:0;
      margin-left:15px
    }
  }
  blockquote {
    display:block;
    position:relative;
    overflow:hidden;
    font-size:24px;
    line-height:30px;
    font-weight:700;
    font-family:var(--title-font);
    color:var(--title-color);
    background-color:var(--quote-bg, #EFF1F5);
    border-left:4px solid var(--theme-color);
    padding:43px 50px 42px 35px;
    margin:35px 0
  }
  blockquote p {
    font-family:inherit;
    color:inherit;
    z-index:3;
    width:100%;
    margin-bottom:0 !important;
    line-height:1.5;
    position:relative
  }
  blockquote:before {
    content:"";
    font-family:var(--icon-font);
    position:absolute;
    right:40px;
    bottom:30px;
    font-size:3.5rem;
    font-weight:300;
    line-height:1;
    color:var(--theme-color);
    opacity:.3
  }
  blockquote p {
    margin-bottom:0
  }
  blockquote p a {
    color:inherit
  }
  blockquote cite {
    color:var(--theme-color);
    font-family:var(--title-font);
    font-size:18px;
    font-weight:600;
    display:inline-block;
    position:relative;
    padding-left:45px;
    line-height:1;
    margin-top:20px;
    font-style:normal
  }
  blockquote cite:before {
    content:"";
    position:absolute;
    left:0;
    bottom:8px;
    width:30px;
    height:2px;
    border-top:2px solid var(--theme-color)
  }
  blockquote.vs-quote {
    text-align:center;
    padding:40px 50px;
    border-left:2px solid var(--theme-color)
  }
  blockquote.vs-quote:before {
    position:relative;
    bottom:0;
    right:0;
    font-weight:300;
    opacity:1;
    width:80px;
    height:80px;
    line-height:80px;
    text-align:center;
    background-color:var(--theme-color);
    color:var(--white-color);
    font-size:34px;
    display:inline-block;
    margin:0 0 28px 0;
    border-radius:50%
  }
  blockquote.vs-quote cite {
    padding:0;
    margin-top:23px
  }
  blockquote.vs-quote cite::before {
    display:none
  }
  blockquote.vs-quote .quote-author {
    display:block;
    font-size:14px;
    color:#74787c;
    font-family:var(--title-font);
    display:block;
    font-weight:400
  }
  .blog-meta span,
  .blog-meta a {
    display:inline-block;
    margin-right:16px;
    font-size:16px;
    color:#8b919c
  }
  .blog-meta span:last-child,
  .blog-meta a:last-child {
    margin-right:0
  }
  .blog-meta span i,
  .blog-meta a i {
    margin-right:10px;
    color:var(--theme-color)
  }
  .blog-meta a:hover {
    color:var(--theme-color)
  }
  .blog-category {
    margin-bottom:-10px
  }
  .blog-category a {
    display:inline-block;
    color:var(--white-color);
    padding:4.5px 24.5px;
    margin-right:5px;
    margin-bottom:10px;
    border:1px solid rgba(0,0,0,0);
    background-color:var(--theme-color)
  }
  .blog-category a:hover {
    background-color:var(--white-color);
    color:var(--body-color);
    border-color:var(--theme-color)
  }
  .blog-title a {
    color:inherit
  }
  .blog-title a:hover {
    color:var(--theme-color)
  }
  .vs-blog {
    margin-bottom:30px
  }
  .blog-inner-title {
    font-size:30px;
    margin-top:-0.2em;
    margin-bottom:8px
  }
  .blog-single {
    position:relative;
    margin-bottom:40px;
    background:var(--white-color);
    box-shadow:0px 10px 31px rgba(169,177,193,.17);
    border-radius:5px;
    padding:.1px 0 .1px 0
  }
  .blog-single .blog-meta {
    margin:-0.2em 0 10px 0
  }
  .blog-single .blog-title {
    font-size:30px;
    margin-bottom:17px
  }
  .blog-single .link-btn {
    width:-webkit-fit-content;
    width:-moz-fit-content;
    width:fit-content;
    display:block;
    margin-top:26px
  }
  .blog-single .blog-date {
    color:var(--body-color)
  }
  .blog-single .blog-date i {
    color:var(--theme-color);
    margin:0 10px 0 0
  }
  .blog-single .share-links-title {
    font-size:16px;
    font-weight:600;
    color:var(--title-color);
    font-family:var(--title-font);
    margin:0 15px 0 0;
    display:inline-block
  }
  .blog-single .share-links {
    margin:16px 0 0 0
  }
  .blog-single .share-links .row {
    align-items:center;
    --bs-gutter-y: 15px
  }
  .blog-single .share-links .tagcloud {
    display:inline-block
  }
  .blog-single .share-links .tagcloud a {
    padding:0;
    border-radius:0;
    color:var(--body-color)
  }
  .blog-single .share-links .tagcloud a:not(:last-child):after {
    content:","
  }
  .blog-single .social-links {
    padding:0;
    margin:0;
    list-style-type:none;
    display:inline-block
  }
  .blog-single .social-links li {
    display:inline-block;
    margin-right:13px
  }
  .blog-single .social-links li:last-child {
    margin-right:0
  }
  .blog-single .social-links a {
    line-height:1;
    font-size:16px;
    color:var(--body-color);
    text-align:center;
    display:block
  }
  .blog-single .social-links a:hover {
    color:var(--theme-color)
  }
  .blog-single .blog-content {
    margin:var(--blog-space-y, 40px) var(--blog-space-x, 40px) var(--blog-space-y, 40px) var(--blog-space-x, 40px);
    padding:0;
    position:relative;
    border-radius:0 0 5px 5px
  }
  .blog-single .blog-audio {
    line-height:1
  }
  .blog-single .blog-audio,
  .blog-single .blog-img {
    position:relative;
    background-color:var(--smoke-color)
  }
  .blog-single .blog-audio img,
  .blog-single .blog-audio>*,
  .blog-single .blog-img img,
  .blog-single .blog-img>* {
    border-radius:5px 5px 0 0
  }
  .blog-single .blog-img .slick-arrow {
    --pos-x: 30px;
    border:none;
    width:40px;
    height:40px;
    line-height:40px;
    background-color:var(--theme-color);
    color:var(--white-color);
    border-radius:5px
  }
  .blog-single .blog-img .slick-arrow:hover {
    background-color:var(--theme-color);
    color:var(--white-color)
  }
  .blog-single .blog-img .play-btn {
    --icon-size: 80px;
    --icon-font-size: 24px;
    position:absolute;
    left:50%;
    top:50%;
    margin:calc(var(--icon-size)/-2) 0 0 calc(var(--icon-size)/-2)
  }
  .blog-single:hover .blog-img .slick-arrow {
    opacity:1;
    visibility:visible
  }
  .blog-author {
    background-color:var(--smoke-color);
    padding:30px;
    display:flex;
    align-items:center;
    margin:var(--blog-space-y, 60px) 0
  }
  .blog-author .media-img {
    width:189px;
    margin:0 30px 0 0
  }
  .blog-author .author-name {
    font-size:24px;
    font-weight:700;
    margin:-0.3em 0 0px 0
  }
  .blog-author .author-degi {
    color:var(--theme-color)
  }
  .blog-author .author-text {
    margin:0 0 -0.1em 0
  }
  .blog-details .blog-single {
    background:rgba(0,0,0,0);
    box-shadow:none;
    padding:0
  }
  .blog-details .blog-img {
    margin:0 0 40px 0
  }
  .blog-details .blog-img img {
    border-radius:0
  }
  .blog-details .blog-content {
    margin:0
  }
  .blog-style1 {
    background-color:var(--white-color);
    box-shadow:0px 10px 31px rgba(169,177,193,.07);
    border-radius:5px
  }
  .blog-style1 .blog-meta {
    margin:0 0 10px 0
  }
  .blog-style1 .blog-content {
    padding:35px 40px 33px 40px
  }
  .blog-style2 {
    background-color:var(--white-color);
    box-shadow:none
  }
  .blog-style2 .blog-meta {
    margin:0 0 15px
  }
  .blog-style2 .blog-text {
    margin:0 0 20px 0
  }
  .blog-style2 .blog-content {
    border:2px solid #ecf2fd;
    border-top:none;
    padding:35px 40px 40px 40px
  }
  .blog-style3 .blog-img {
    overflow:hidden;
    margin:-2px
  }
  .blog-style3 .blog-img img {
    transform:scale(1);
    transition:all ease .4s
  }
  .blog-style3 .blog-body {
    border:2px solid #f4f5f8
  }
  .blog-style3:nth-child(odd) .blog-body {
    display:flex;
    flex-direction:column-reverse
  }
  .blog-style3 .blog-content {
    padding:35px 40px 30px 40px
  }
  .blog-style3 .blog-meta {
    margin-bottom:15px
  }
  .blog-style3 .blog-meta i {
    color:var(--body-color)
  }
  .blog-style3 .blog-meta a {
    position:relative;
    line-height:1;
    border-right:1px solid #c8c8c8;
    margin-right:12px;
    padding:0 15px 0 0
  }
  .blog-style3 .blog-meta a:last-child {
    margin-right:0;
    padding-right:0;
    border-right:none
  }
  .blog-style3 .blog-title {
    font-size:20px;
    font-weight:600;
    line-height:30px
  }
  .blog-style3 .link-btn {
    text-transform:capitalize
  }
  .blog-style3:hover .blog-img img {
    transform:scale(1.1)
  }
  .blog-style4 {
    box-shadow:8.5px 0 60px 0px rgba(166,170,184,.05);
    border-radius:20px;
    padding:20px;
    border:2px solid #eff2fb
  }
  .blog-style4 .blog-content {
    padding:0 20px 10px 20px
  }
  .blog-style4 .blog-img {
    overflow:hidden;
    border-radius:20px;
    margin:0 0 32px 0
  }
  .blog-style4 .blog-img img {
    transform:scale(1);
    transition:all ease .4s
  }
  .blog-style4 .blog-meta {
    margin-bottom:4px
  }
  .blog-style4 .blog-meta i {
    color:var(--body-color)
  }
  .blog-style4 .blog-meta a {
    font-size:14px
  }
  .blog-style4 .blog-title {
    font-weight:600;
    margin-bottom:20px;
    font-size:22px
  }
  .blog-style4:hover .blog-img img {
    transform:scale(1.2)
  }
  @media(min-width: 1199px) {
    .blog-style4-slider {
      max-width:775px
    }
  }
  @media(max-width: 1399px) {
    .blog-style2 .blog-content {
      padding:30px 25px 35px 25px
    }
    .blog-style1 .blog-content {
      padding:35px 25px 33px 25px
    }
    .blog-style1 .blog-title {
      font-size:18px
    }
  }
  @media(max-width: 1199px) {
    blockquote {
      font-size:20px;
      padding:23px 30px 26px 30px
    }
    blockquote cite {
      font-size:16px
    }
    .blog-single {
      --blog-space-y: 40px;
      --blog-space-x: 30px
    }
    .blog-single .blog-title {
      font-size:24px
    }
    .blog-meta span,
    .blog-meta a {
      font-size:14px
    }
    .blog-style3 .blog-content {
      padding:25px 25px 30px 25px
    }
    .blog-style4 {
      padding:10px
    }
    .blog-style4 .blog-content {
      padding:0 15px 20px 15px
    }
    .blog-style4 .blog-title {
      margin-bottom:15px;
      font-size:20px
    }
  }
  @media(max-width: 767px) {
    blockquote.vs-quote {
      padding:40px 15px
    }
    blockquote.vs-quote p {
      line-height:1.8
    }
    blockquote.vs-quote cite {
      padding:0;
      margin-top:10px
    }
    .blog-inner-title {
      font-size:26px
    }
    .blog-single {
      --blog-space-y: 40px;
      --blog-space-x: 20px
    }
    .blog-single .blog-title {
      font-size:20px
    }
    .blog-single .blog-img .play-btn {
      --icon-size: 60px;
      --icon-font-size: 20px
    }
    .blog-author {
      display:block;
      padding:30px 15px
    }
    .blog-author .media-img {
      margin:0 0 30px 0;
      width:100%
    }
    .blog-author .media-img img {
      width:100%
    }
    .blog-author .author-name {
      font-size:18px
    }
    .blog-author .author-degi {
      margin-bottom:10px
    }
  }
  .comment-respond {
    margin:var(--blog-space-y, 60px) 0 30px 0;
    position:relative
  }
  .comment-respond .form-title a#cancel-comment-reply-link {
    font-size:.7em;
    text-decoration:underline
  }
  .comment-respond .custom-checkbox.notice {
    margin-top:10px;
    margin-bottom:25px
  }
  .comment-respond .row {
    --bs-gutter-x: 20px
  }
  .comment-respond .form-control {
    background-color:var(--white-color);
    border:none;
    height:55px
  }
  .comment-respond .form-group>i {
    top:20.5px
  }
  .comment-respond input[type=checkbox]~label:before {
    background-color:var(--white-color);
    border:1px solid var(--white-color);
    border-radius:3px
  }
  .comment-respond input[type=checkbox]:checked~label:before {
    background-color:var(--theme-color);
    border-color:rgba(0,0,0,0)
  }
  .comment-respond .blog-inner-title {
    margin-bottom:0px
  }
  .comment-respond .form-text {
    margin-bottom:25px
  }
  .comment-respond .form-inner {
    background-color:var(--smoke-color);
    padding:30px
  }
  .comment-respond .vs-btn {
    width:100%
  }
  .question-form .comment-respond,
  .review-form .comment-respond {
    margin:0 0 20px 0
  }
  .question-form .form-control,
  .review-form .form-control {
    background-color:rgba(0,0,0,0);
    border:1px solid #e4e4e4
  }
  .question-form .rating-select,
  .review-form .rating-select {
    display:flex;
    align-items:center
  }
  .question-form .rating-select label,
  .review-form .rating-select label {
    font-weight:500;
    color:var(--title-color)
  }
  .review-form {
    display:none
  }
  .vs-comments-wrap {
    margin:var(--blog-space-y, 60px) 0 var(--blog-space-y, 60px) 0
  }
  .vs-comments-wrap .description p:last-child {
    margin-bottom:0
  }
  .vs-comments-wrap .comment-respond {
    margin:30px 0
  }
  .vs-comments-wrap pre {
    background:#ededed;
    color:#666;
    font-size:14px;
    margin:20px 0;
    overflow:auto;
    padding:20px;
    white-space:pre-wrap;
    word-wrap:break-word
  }
  .vs-comments-wrap blockquote {
    background-color:#eaf8f9
  }
  .vs-comments-wrap li {
    margin:0
  }
  .vs-comments-wrap .vs-post-comment {
    border-bottom:1px solid #f0f0f0;
    position:relative;
    display:flex;
    position:relative;
    padding:0 0 30px 0;
    margin:30px 0 30px 0
  }
  .vs-comments-wrap ul.comment-list {
    list-style:none;
    margin:-10px 0 0 0;
    padding:0
  }
  .vs-comments-wrap ul.comment-list ul ul,
  .vs-comments-wrap ul.comment-list ul ol,
  .vs-comments-wrap ul.comment-list ol ul,
  .vs-comments-wrap ul.comment-list ol ol {
    margin-bottom:0
  }
  .vs-comments-wrap .comment-avater {
    width:110px;
    height:110px;
    margin-right:25px;
    overflow:hidden;
    background-color:var(--white-color)
  }
  .vs-comments-wrap .comment-avater img {
    width:100%
  }
  .vs-comments-wrap .comment-content {
    flex:1;
    position:relative
  }
  .vs-comments-wrap .commented-on {
    font-size:14px;
    display:block;
    margin-bottom:3px;
    margin-top:-0.25em;
    font-weight:400;
    color:var(--body-color);
    font-family:var(--title-font)
  }
  .vs-comments-wrap .commented-on i {
    margin-right:7px;
    font-size:.9rem
  }
  .vs-comments-wrap .name {
    margin-bottom:7px;
    font-size:20px;
    font-weight:600
  }
  .vs-comments-wrap .comment-top {
    display:flex;
    justify-content:space-between
  }
  .vs-comments-wrap .text:last-of-type {
    margin-bottom:0
  }
  .vs-comments-wrap .children {
    margin:0;
    padding:0;
    list-style-type:none;
    margin-left:70px
  }
  .vs-comments-wrap .reply_and_edit {
    position:absolute;
    right:0;
    top:15px;
    line-height:1
  }
  .vs-comments-wrap .replay-btn {
    font-weight:600;
    font-size:16px;
    display:inline-block;
    font-family:var(--title-font);
    color:var(--theme-color)
  }
  .vs-comments-wrap .replay-btn i {
    margin-right:7px;
    font-size:.8em
  }
  .vs-comments-wrap .replay-btn:hover {
    color:var(--title-color)
  }
  .vs-comments-wrap .star-rating {
    font-size:12px;
    margin-bottom:10px;
    position:absolute;
    top:5px;
    right:0;
    width:80px
  }
  .vs-comments-wrap.vs-comment-form {
    margin:0
  }
  @media(max-width: 1199px) {
    .vs-comments-wrap .vs-post-comment {
      display:block
    }
    .vs-comments-wrap .star-rating {
      position:relative;
      top:0;
      right:0
    }
    .vs-comments-wrap .comment-top {
      display:block
    }
    .vs-comments-wrap .comment-avater {
      margin-right:0;
      margin-bottom:20px
    }
    .vs-comments-wrap .children {
      margin-left:40px
    }
    .vs-comments-wrap .reply_and_edit {
      position:relative;
      top:0;
      margin:15px 0 0 0
    }
  }
  @media(max-width: 767px) {
    .vs-comments-wrap .children {
      margin-left:20px
    }
    .vs-comments-wrap .name {
      font-size:18px
    }
    .comment-respond .form-inner {
      padding:30px 15px
    }
  }
  .ls-btn-group {
    display:flex;
    gap:20px;
    min-width:-webkit-max-content;
    min-width:-moz-max-content;
    min-width:max-content
  }
  .ls-arrow-vertical .icon-btn,
  .ls-arrow-vertical .hero-layout4 .slick-arrow,
  .hero-layout4 .ls-arrow-vertical .slick-arrow {
    display:block;
    margin-bottom:20px
  }
  .ls-arrow-vertical .icon-btn:last-child,
  .ls-arrow-vertical .hero-layout4 .slick-arrow:last-child,
  .hero-layout4 .ls-arrow-vertical .slick-arrow:last-child {
    margin-bottom:0
  }
  .ls-play-btn .play-btn {
    --icon-size: 100%;
    width:100%;
    height:100%
  }
  .ls-play-btn .play-btn i {
    line-height:1
  }
  .ls-play-btn .play-btn i:before {
    position:absolute;
    left:52%;
    top:49%;
    transform:translate(-50%, -50%)
  }
  .hero-style3 .ls-inner {
    background-size:cover !important
  }
  .ls-custom-dot {
    display:block;
    background-color:rgba(0,0,0,0);
    width:var(--icon-size, 55px);
    height:var(--icon-size, 55px);
    line-height:var(--icon-size, 52px);
    border:2px solid var(--white-color);
    color:var(--white-color);
    font-size:18px;
    font-weight:700;
    font-family:var(--title-font);
    border-radius:50%;
    margin:20px 0
  }
  .ls-custom-dot:first-child {
    margin-top:0
  }
  .ls-custom-dot:last-child {
    margin-bottom:0
  }
  .ls-custom-dot:focus {
    outline:none
  }
  .ls-custom-dot:hover,
  .ls-custom-dot.active {
    background-color:var(--white-color);
    color:var(--theme-color);
    border-color:rgba(0,0,0,0)
  }
  .ls-custom-dot.active {
    transform:scale(1.1)
  }
  .hero-btns {
    display:flex;
    flex-wrap:wrap;
    gap:20px
  }
  .hero-bg {
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background-size:cover;
    z-index:1
  }
  @media(min-width: 1500px) {
    .ls-hero-layout4 {
      margin-top:-63px
    }
  }
  #ls-global .ls-hero-layout5.ls-v6 .ls-nav-prev,
  #ls-global .ls-hero-layout5.ls-v6 .ls-nav-next {
    width:80px;
    height:80px;
    line-height:80px;
    background-color:rgba(255,255,255,.2);
    color:var(--white-color);
    text-align:center;
    font-size:24px;
    border-radius:50%;
    border-radius: 5px;
    box-shadow: 3.5px 6.062px 40px 0px rgba(0,0,0,.21);
  }
  #ls-global .ls-hero-layout5.ls-v6 .ls-nav-prev{
      transform: skewY(10deg);
  }
  #ls-global .ls-hero-layout5.ls-v6 .ls-nav-next {
      transform: skewY(-10deg);
  }
  #ls-global .ls-hero-layout5.ls-v6 .ls-nav-prev:after,
  #ls-global .ls-hero-layout5.ls-v6 .ls-nav-next:after {
    display:none
  }
  #ls-global .ls-hero-layout5.ls-v6 .ls-nav-prev::before,
  #ls-global .ls-hero-layout5.ls-v6 .ls-nav-next::before {
    content:"";
    font-family:var(--icon-font)
  }
  #ls-global .ls-hero-layout5.ls-v6 .ls-nav-prev:hover,
  #ls-global .ls-hero-layout5.ls-v6 .ls-nav-next:hover {
    transform:none;
    background-color:var(--theme-color);
    color:var(--white-color)
  }
  #ls-global .ls-hero-layout5.ls-v6 .ls-nav-prev {
    left:150px
  }
  #ls-global .ls-hero-layout5.ls-v6 .ls-nav-prev:before {
    content:""
  }
  #ls-global .ls-hero-layout5.ls-v6 .ls-nav-next {
    right:150px
  }
  .hero-layout1 .slick-arrow {
    --pos-x: 150px;
    --icon-font-size: 24px;
    --icon-size: 67px;
    background-color:rgba(0,0,0,0);
    line-height:65px;
    color:var(--white-color);
    border:2px solid var(--white-color);
    top:calc(50% - 37.5px)
  }
  .hero-layout1 .hero-inner {
    position:relative;
    min-height:850px;
    display:flex;
    align-items:center;
    background-color:var(--title-color);
    padding-bottom:75px;
    overflow:hidden
  }
  .hero-layout1 .hero-content {
    position:relative;
    z-index:4;
    padding:80px 0
  }
  .hero-layout1 .hero-title {
    color:var(--white-color);
    text-transform:uppercase;
    margin:-0.2em 0 20px 0;
    font-size:60px;
    line-height:1.3;
    -webkit-animation-delay:0s;
    animation-delay:0s
  }
  .hero-layout1 .hero-text {
    color:var(--white-color);
    max-width:690px;
    line-height:28px;
    margin:0 0 30px 0;
    -webkit-animation-delay:.2s;
    animation-delay:.2s
  }
  .hero-layout1 .hero-btns {
    -webkit-animation-delay:.4s;
    animation-delay:.4s
  }
  .hero-layout1 .hero-innertext {
    font-size:18px;
    text-align:left;
    font-weight:600;
    border:2px solid var(--white-color);
    font-family:var(--title-font);
    color:var(--white-color);
    border-radius:5px;
    padding:9px 23.5px;
    vertical-align:middle;
    position:relative;
    top:-4px;
    margin-left:15px;
    display:inline-block
  }
  .hero-layout1 .hero-shape1 {
    position:absolute;
    top:-473px;
    left:51px;
    z-index:2;
    width:300px;
    height:1558px;
    background-color:rgba(14,84,245,.5);
    transform:rotate(43.46deg)
  }
  .hero-layout1 .hero-shape2 {
    position:absolute;
    transform:rotate(43.46deg);
    top:-485px;
    left:406px;
    z-index:2;
    width:589px;
    height:1819.7px;
    background:linear-gradient(172deg, rgba(5, 26, 79, 0.35) 21%, rgba(0, 0, 0, 0) 54%);
    background-position:0% 0%;
    background-repeat:no-repeat
  }
  .hero-layout1 .slick-current {
    --animation-name: slideinup
  }
  .hero-layout2 {
    position:relative
  }
  .hero-layout2 .hero-inner {
    min-height:980px;
    display:flex;
    align-items:center;
    justify-content:center
  }
  .hero-layout2 .hero-bg-text {
    text-align:center;
    text-transform:uppercase;
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%, -50%);
    font-weight:600;
    font-size:300px;
    z-index:1;
    font-family:var(--title-font);
    color:rgba(255,255,255,.05);
    -webkit-text-stroke:1px rgba(255,255,255,.1);
    display:inline-block;
    -webkit-animation-delay:1s;
    animation-delay:1s
  }
  .hero-layout2 .hero-subtitle {
    color:var(--white-color);
    font-family:var(--title-font);
    font-size:20px;
    font-weight:600;
    display:block;
    text-align:center;
    text-transform:uppercase;
    margin-bottom:30px;
    position:relative;
    z-index:5
  }
  .hero-layout2 .hero-title {
    color:var(--white-color);
    text-align:center;
    font-weight:700;
    font-size:72px;
    line-height:1.2;
    max-width:810px;
    margin:0 auto 40px auto;
    -webkit-animation-delay:.5s;
    animation-delay:.5s;
    position:relative;
    z-index:5
  }
  .hero-layout2 .hero-btns {
    justify-content:center;
    -webkit-animation-delay:.8s;
    animation-delay:.8s;
    position:relative;
    z-index:5
  }
  .hero-layout2 .hero-shape2,
  .hero-layout2 .hero-shape1 {
    position:absolute;
    left:0;
    bottom:-1px;
    width:100%;
    z-index:3;
    line-height:1
  }
  .hero-layout2 .hero-shape1 img {
    width:100%
  }
  .hero-layout2 .hero-shape2 {
    z-index:2;
    -webkit-animation-delay:1.5s;
    animation-delay:1.5s
  }
  .hero-layout2 .hero-play {
    position:absolute;
    left:16.5%;
    bottom:18.6%;
    z-index:4;
    display:flex;
    align-items:center;
    -webkit-animation-delay:1s;
    animation-delay:1s
  }
  .hero-layout2 .hero-play .play-btn {
    margin-right:30px
  }
  .hero-layout2 .hero-play__title {
    color:var(--white-color);
    text-transform:capitalize;
    font-size:24px;
    font-weight:700;
    font-family:var(--title-font);
    display:block;
    margin:3px 0 3px 0
  }
  .hero-layout2 .hero-play__label {
    color:var(--white-color);
    font-size:16px;
    font-family:var(--title-font);
    margin:0
  }
  .hero-layout2 .slick-current {
    --animation-name: slideinup
  }
  .hero-layout2 .slick-current .hero-bg-text {
    --animation-name: fadein-custom
  }
  .hero-layout2 .slick-current .hero-shape2 {
    --animation-name: slideinleft
  }
  .hero-layout2 .slick-current .hero-play {
    --animation-name: slideinright
  }
  .hero-layout3 .hero-img img {
    border-radius:22px
  }
  .hero-layout3 .hero-inner {
    min-height:850px;
    padding:100px 0;
    display:flex;
    align-items:center;
    flex-wrap:wrap
  }
  .hero-layout3 .hero-subtitle {
    color:var(--white-color);
    font-size:18px;
    font-weight:600;
    font-family:var(--title-font);
    display:block;
    margin:-0.2em 0 15px 0
  }
  .hero-layout3 .hero-title {
    color:var(--white-color);
    font-size:60px;
    font-weight:700;
    line-height:1.27;
    margin:0 0 25px 0;
    -webkit-animation-delay:.5s;
    animation-delay:.5s
  }
  .hero-layout3 .inner-text {
    font-weight:300
  }
  .hero-layout3 .hero-btns {
    -webkit-animation-delay:1s;
    animation-delay:1s
  }
  .hero-layout3 .hero-text {
    color:var(--white-color);
    font-family:var(--title-font);
    line-height:28px;
    margin:0 0 30px 0;
    -webkit-animation-delay:.8s;
    animation-delay:.8s
  }
  .hero-layout3 .slick-dots {
    position:absolute;
    top:50%;
    left:225px;
    margin:0;
    transform:translateY(-50%)
  }
  .hero-layout3 .slick-dots button {
    font-size:30px;
    width:55px;
    height:55px;
    border-radius:50%;
    background-color:rgba(0,0,0,0);
    color:var(--white-color);
    border:2px solid var(--white-color);
    font-family:var(--title-font);
    font-size:20px;
    font-weight:700
  }
  .hero-layout3 .slick-dots button::before {
    display:none
  }
  .hero-layout3 .slick-dots li {
    display:block;
    margin:0 0 20px 0
  }
  .hero-layout3 .slick-dots li.slick-active button {
    transform:scale(1.1);
    background-color:var(--white-color);
    color:var(--theme-color)
  }
  .hero-layout3 .slick-dots li:last-child {
    margin-bottom:0
  }
  .hero-layout3 .slick-current {
    --animation-name: slideinup
  }
  .hero-layout4 {
    margin-top:-65px
  }
  .hero-layout4 .hero-content {
    position:relative;
    z-index:4
  }
  .hero-layout4 .hero-inner {
    min-height:950px;
    max-width:1518px;
    padding:87px 0 100px 0;
    margin:0 auto;
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    position:relative
  }
  .hero-layout4 .hero-shape2 {
    position:absolute;
    right:0;
    top:0;
    z-index:1
  }
  .hero-layout4 .hero-shape1 {
    position:absolute;
    width:var(--shape-size, 540px);
    height:var(--shape-size, 540px);
    right:calc(var(--shape-size, 540px)/-2);
    bottom:calc((var(--shape-size, 540px) - 460px)/-1);
    z-index:1;
    background-color:var(--theme-color);
    border-radius:65% 0% 65% 0%/65% 0% 65% 0%
  }
  .hero-layout4 .hero-subtitle {
    font-size:24px;
    font-weight:500;
    font-family:var(--title-color);
    color:var(--white-color);
    display:block;
    margin:0 0 30px 0
  }
  .hero-layout4 .hero-title {
    font-size:110px;
    color:var(--white-color);
    margin:0 0 12px 0;
    line-height:1;
    -webkit-animation-delay:.5s;
    animation-delay:.5s
  }
  .hero-layout4 .hero-title2 {
    font-size:72px;
    color:var(--white-color);
    line-height:1;
    margin:0 0 50px 0;
    -webkit-animation-delay:.8s;
    animation-delay:.8s
  }
  .hero-layout4 .hero-img {
    position:absolute;
    right:8%;
    bottom:0;
    z-index:2;
    max-width:920px
  }
  .hero-layout4 .hero-btns {
    -webkit-animation-delay:1.2s;
    animation-delay:1.2s
  }
  .hero-layout4 .slick-arrow {
    --btn-size: 60px;
    --icon-gap: 20px;
    top:calc(50% - (var(--btn-size) + var(--icon-gap))/2);
    left:180px;
    border:2px solid var(--white-color);
    color:var(--white-color);
    background-color:rgba(0,0,0,0)
  }
  .hero-layout4 .slick-arrow.slick-next {
    top:calc(50% + (var(--btn-size) + var(--icon-gap))/2)
  }
  @media(max-width: 1800px) {
    .hero-layout4 .slick-arrow {
      left:60px
    }
  }
  .hero-layout4 .slick-current {
    --animation-name: slideinup
  }
  .hero-info {
    display:flex;
    align-items:center
  }
  .hero-info .media-icon {
    margin-right:25px
  }
  .hero-info .media-label {
    font-size:22px;
    font-family:var(--title-font);
    color:#7190ff;
    display:block;
    margin-bottom:20px
  }
  .hero-info .media-link {
    font-size:36px;
    font-weight:700;
    color:var(--white-color);
    font-family:var(--title-font)
  }
  .hero-info .media-link a {
    color:inherit
  }
  .hero-info .media-link a:hover {
    color:var(--theme-color)
  }
  .hero-layout5 .hero-inner {
    padding:250px 0 100px 0;
    min-height:950px;
    display:flex;
    flex-wrap:wrap;
    align-items:center
  }
  .hero-layout5 .hero-content {
    position:relative;
    z-index:4
  }
  .hero-layout5 .hero-subtitle {
    font-size:40px;
    font-weight:700;
    color:var(--white-color);
    font-family:var(--title-font);
    letter-spacing:-0.2px;
    display:block;
    margin-bottom:17px
  }
  .hero-layout5 .hero-title {
    font-size:100px;
    color:var(--white-color);
    letter-spacing:-0.5px;
    font-weight:700;
    margin:0 0 7px 0;
    -webkit-animation-delay:.4s;
    animation-delay:.4s
  }
  .hero-layout5 .hero-list ul {
    margin:0 0 43px 0;
    padding:0;
    list-style-type:none
  }
  .hero-layout5 .hero-list li {
    font-size:20px;
    font-weight:500;
    font-family:var(--title-font);
    color:var(--white-color);
    margin-bottom:20px;
    -webkit-animation-delay:.8s;
    animation-delay:.8s
  }
  .hero-layout5 .hero-list li:nth-child(2) {
    -webkit-animation-delay:1.2s;
    animation-delay:1.2s
  }
  .hero-layout5 .hero-list li>i:first-child {
    margin-right:15px
  }
  .hero-layout5 .hero-shape1 {
    position:absolute;
    left:0;
    top:0;
    width:1210px;
    height:1030px;
    z-index:1;
    opacity:.7;
    background-color:#001c82;
    -webkit-clip-path:polygon(0px 0px, 100% 0px, 63.5% 100%, 0% 100%);
    clip-path:polygon(0px 0px, 100% 0px, 63.5% 100%, 0% 100%)
  }
  .hero-layout5 .hero-shape2 {
    position:absolute;
    z-index:2;
    top:-11px;
    right:0;
    -webkit-animation-delay:1.4s;
    animation-delay:1.4s;
    max-width:30%
  }
  .hero-layout5 .hero-shape3 {
    position:absolute;
    z-index:2;
    top:248px;
    left:-15px;
    -webkit-animation-delay:1.6s;
    animation-delay:1.6s
  }
  .hero-layout5 .hero-shape4 {
    position:absolute;
    z-index:2;
    top:166px;
    left:40%;
    -webkit-animation-delay:1.8s;
    animation-delay:1.8s
  }
  .hero-layout5 .hero-shape5 {
    position:absolute;
    z-index:2;
    top:430px;
    left:-13px;
    -webkit-animation-delay:2s;
    animation-delay:2s
  }
  .hero-layout5 .hero-info {
    position:absolute;
    right:80px;
    bottom:95px;
    z-index:3;
    -webkit-animation-delay:1.2s;
    animation-delay:1.2s
  }
  .hero-layout5 .slick-arrow {
    width:80px;
    height:80px;
    line-height:80px;
    background-color:rgba(255,255,255,.2);
    color:var(--white-color);
    text-align:center;
    font-size:24px;
    border-radius:50%;
    --pos-x: 150px;
    border:none
  }
  @media(max-width: 1800px) {
    .hero-layout5 .slick-arrow {
      --pos-x: 70px
    }
  }
  .hero-layout5 .slick-arrow:hover {
    background-color:var(--theme-color);
    color:var(--white-color)
  }
  .hero-layout5 .hero-btns {
    -webkit-animation-delay:1.6s;
    animation-delay:1.6s
  }
  .hero-layout5 .slick-current {
    --animation-name: slideinup
  }
  .hero-layout5 .slick-current .hero-info {
    --animation-name: slideinright
  }
  .hero-layout5 .slick-current .hero-shape5,
  .hero-layout5 .slick-current .hero-shape4,
  .hero-layout5 .slick-current .hero-shape3,
  .hero-layout5 .slick-current .hero-shape2 {
    --animation-name: fadein-custom
  }
  @media(min-width: 1921px) {
    .hero-layout4 .hero-img {
      right:16%
    }
  }
  @media(max-width: 1500px) {
    .ls-wrapper .icon-btn.style2,
    .ls-wrapper .hero-layout4 .style2.slick-arrow,
    .hero-layout4 .ls-wrapper .style2.slick-arrow {
      --btn-size: 40px;
      --btn-font-size: 14px
    }
    .ls-custom-dot {
      --icon-size: 40px;
      font-size:14px;
      line-height:36px;
      margin:10px 0
    }
    .hero-layout5 .hero-inner {
      padding:100px 0 100px 0;
      min-height:750px
    }
    .hero-layout5 .hero-subtitle {
      font-size:30px;
      margin-bottom:6px
    }
    .hero-layout5 .hero-title {
      font-size:72px
    }
    .hero-layout5 .hero-shape1 {
      max-width:770px
    }
    .hero-layout5 .hero-list li {
      font-size:16px;
      margin-bottom:10px
    }
    .hero-layout5 .hero-list ul {
      margin:0 0 33px 0
    }
    .hero-layout5 .hero-subtitle {
      font-size:24px
    }
    .hero-layout5 .hero-info {
      right:40px;
      bottom:40px
    }
  }
  @media(max-width: 1199px) {
    .ls-btn-group .vs-btn {
      padding:15px 25px;
      font-size:14px
    }
    .ls-layer .icon-btn.style4,
    .ls-layer .hero-layout4 .style4.slick-arrow,
    .hero-layout4 .ls-layer .style4.slick-arrow,
    .ls-layer .icon-btn.style3,
    .ls-layer .hero-layout4 .style3.slick-arrow,
    .hero-layout4 .ls-layer .style3.slick-arrow {
      --btn-size: 45px
    }
    #ls-global .ls-hero-layout5.ls-v6 .ls-nav-next,
    #ls-global .ls-hero-layout5.ls-v6 .ls-nav-prev {
      display:none
    }
    
    .hero-layout5 .hero-inner {
      min-height:auto
    }
    .hero-layout5 .hero-title {
      font-size:60px
    }
    .hero-layout5 .hero-subtitle {
      font-size:20px
    }
    .hero-layout5 .hero-shape1 {
      max-width:600px
    }
    .hero-layout5 .hero-info .media-link {
      font-size:24px
    }
    .hero-layout5 .hero-info .media-label {
      font-size:18px;
      margin-bottom:15px
    }
    .hero-layout5 .hero-info .media-icon {
      margin-right:15px;
      max-width:50px
    }
    .hero-layout5 .hero-shape4 {
      top:20%;
      left:40%;
      max-width:30%
    }
    .hero-layout5 .hero-shape5 {
      top:40%;
      max-width:12%
    }
    .hero-layout5 .hero-shape3 {
      top:10%;
      max-width:10%
    }
  }
  @media(max-width: 991px) {
    
    .hero-layout5 .hero-title {
      font-size:46px
    }
    .hero-layout5 .hero-subtitle {
      font-size:18px
    }
    .hero-layout5 .hero-list li {
      font-size:14px
    }
    .hero-layout5 .hero-shape1 {
      max-width:450px
    }
  }
  @media(max-width: 767px) {
    .ls-btn-group {
      justify-content:center;
      gap:10px
    }
    .ls-btn-group .vs-btn {
      padding:11.5px 14px;
      font-size:12px
    }
    .vs-btn.style10.mobile-white {
      background-color:var(--white-color);
      border-color:rgba(0,0,0,0);
      color:var(--title-color)
    }
    .hero-layout1 .hero-title {
      font-size:30px
    }
    .hero-layout1 .hero-innertext {
      border:none;
      padding:0;
      display:inline;
      font-size:inherit;
      margin:0;
      vertical-align:top;
      text-decoration:underline
    }
    .hero-layout2 .hero-title {
      font-size:34px;
      margin-bottom:30px
    }
    .hero-layout2 .hero-subtitle {
      font-size:14px
    }
    .hero-layout2 .hero-bg-text {
      font-size:70px
    }
    .hero-layout2 .hero-shape2 {
      max-width:150px
    }
    .hero-layout3 .hero-subtitle {
      font-size:16px
    }
    .hero-layout3 .hero-title {
      font-size:30px;
      margin-bottom:20px
    }
    .hero-layout4 .hero-content {
      text-align:center
    }
    .hero-layout4 .hero-img,
    .hero-layout4 .hero-shape2 {
      display:none
    }
    .hero-layout4 .hero-btns {
      justify-content:center
    }
    .hero-layout4 .hero-subtitle {
      font-size:16px
    }
    .hero-layout4 .hero-title {
      font-size:36px
    }
    .hero-layout4 .hero-title2 {
      font-size:30px
    }
    .hero-layout4 .hero-shape1 {
      --shape-size: 200px
    }
    .hero-layout5 .hero-title {
      font-size:34px
    }
    .hero-layout5 .hero-info {
      display:none
    }
    .hero-layout5 .hero-shape1 {
      max-width:100%;
      height:100%;
      -webkit-clip-path:none;
      clip-path:none
    }
    .hero-layout5 .hero-list li>i:first-child {
      margin-right:10px
    }
  }
 
  .img-box8 {
    position:relative
  }
  .img-box8 .play-btn {
    left:-30px;
    top:90px;
    position:absolute
  }
  
  @media(max-width: 1399px) {
    .img-box8 .play-btn {
      left:0;
      top:0;
      position:absolute
    }
    .img-box8 .play-btn:after,
    .img-box8 .play-btn:before {
      display:none
    }
    .img-box8 .img-1 img {
      width:100%
    }
    .play-btn.style5 i {
      --icon-size: 70px;
      --icon-font-size: 22px
    }
  }
  
  
 .testi-style4 {
    background-color:var(--white-color);
    padding:50px 50px 40px 50px;
    transform:skewY(-5deg);
    border-radius:30px;
    margin:26px 0 56px 0;
    box-shadow:4px 5px 60px 0px rgba(178,180,187,.05)
  }
  .testi-style4 .testi-body {
    transform:skewY(5deg)
  }
  .testi-style4 .author-img {
    width: 100px;
    height: 100px;
    position: relative;
    margin-bottom: 30px;
    background: var(--theme-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
  }
  .testi-style4 .author-img img {
    border-radius:50%;
    width:100%
  }
  .testi-style4 .quote {
    background-color:var(--white-color);
    display:inline-block;
    color:var(--theme-color);
    line-height:1;
    width:30px;
    height:30px;
    line-height:32px;
    text-align:center;
    position:absolute;
    right:0;
    bottom:0;
    font-size:14px;
    transform:skewY(-10deg);
    border-radius:5px;
    box-shadow:3.5px 6.062px 40px 0px rgba(0,0,0,.21)
  }
  .testi-style4 .quote i::before {
    transform:skewY(10deg);
    display:block
  }
  .testi-style4 .testi-name {
    font-weight:600;
    margin:0 0 10px 0
  }
  .testi-style4 .testi-degi {
    font-size:14px;
    color:var(--theme-color);
    margin:0
  }
  @media(max-width: 1399px) {
    .author-style1 {
      padding:20px
    }
    .author-style1 .author-name {
      margin:0;
      font-size:18px
    }
    .testi-inner1 {
      margin-right:-100px
    }
    .testi-style3 {
      padding:40px 30px 32px 30px
    }
    .testi-shape2,
    .testi-shape1 {
      display:none
    }
    .test-wrap1 {
      padding-top:0
    }
    .testi-style4 {
      padding:35px 30px 30px 30px
    }
  }
  @media(max-width: 767px) {
    
    .testi-style4 {
      transform:none
    }
    .testi-style4 .testi-body {
      transform:none
    }
    .testi-style4 .author-img {
      width:70px;
      height:70px;
      margin-bottom:20px
    }
  }
  
  .cstm-pack .pack-inner {
    position:relative;
    display:flex;
    background-color:var(--white-color);
    padding:48px 60px 42px 60px;
    border-radius:25px;
    margin-top:20px;
    margin-bottom:50px
  }
  .cstm-pack:last-child .pack-inner {
    margin-bottom:30px
  }
  .cstm-pack .pack-head {
    flex:1
  }
  .cstm-pack .pack-body {
    display:flex;
    flex-direction:column;
    justify-content:center;
    flex-wrap:wrap;
    align-items:center;
    padding-left:50px
  }
  .cstm-pack .pack-discount {
    line-height: 1;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 0;
    color: var(--white-color);
    background-color: var(--theme-color);
    padding: 8px 18px;
    font-size: 25px;
    border-radius: 9999px;
    box-shadow: 0 0 0 5px #fff;
    transform: translate(-50%, -50%);
  }
  .cstm-pack .pack-amount {
    font-size:60px;
    font-weight:700;
    font-family:var(--title-font);
    color:var(--title-color);
    line-height:1;
    margin:-0.2em 0 24px 0
  }
  .cstm-pack .pack-amount .duration {
    font-size:18px;
    color:var(--body-color);
    vertical-align:middle;
    font-weight:400;
    margin:23px 0 0 5px;
    display:inline-block
  }
  .cstm-pack .pack-list ul {
    margin:0;
    padding:0;
    list-style-type:none
  }
  .cstm-pack .pack-list li {
    font-size:16px;
    color:var(--title-color);
    position:relative;
    border-bottom:1px solid #f1f2f7;
    padding-bottom:18px;
    margin-bottom:18px;
    padding-right:30px
  }
  .cstm-pack .pack-list li i:first-child {
    position:absolute;
    right:0;
    top:3.5px;
    color:var(--theme-color)
  }
  .cstm-pack .pack-list li i.fa-times-circle {
    color:var(--title-color)
  }
  .cstm-pack .pack-list li:last-child {
    padding-bottom:0;
    margin-bottom:0;
    border-bottom:none
  }
  .price-wrap1 {
    position:relative;
    padding-top:calc(var(--section-space)*2);
    padding-bottom:calc(var(--section-space) - 30px)
  }
  .price-shape1 {
    position:absolute;
    right:0;
    left:0;
    top:var(--section-space);
    bottom:0
  }
  .shape-1 {
    width:1690px;
    height:882px
  }
  @media(max-width: 1399px) {
    
    .price-wrap1 {
      padding-top:var(--section-space)
    }
    .price-shape1 {
      top:0;
      left:0
    }
    .cstm-pack .pack-inner {
      padding:38px 30px 32px 30px
    }
    .cstm-pack .pack-amount {
      font-size:48px
    }
    .cstm-pack .pack-amount .duration {
      font-size:16px
    }
  }
  @media(max-width: 1199px) {
    .cstm-pack .pack-inner {
      padding:38px 25px 32px 25px
    }
    .cstm-pack .pack-list li {
      padding-bottom:10px;
      margin-bottom:10px;
      padding-right:25px;
      font-size:14px
    }
    .cstm-pack .pack-body {
      padding-left:30px
    }
    .cstm-pack .pack-amount {
      font-size:36px;
      margin-bottom:20px
    }
    .cstm-pack .pack-amount .duration {
      font-size:14px;
      margin-top:8px
    }
    .cstm-pack .vs-btn {
      padding:14px 19px;
      font-size:14px
    }
  }
  @media(max-width: 991px) {
    .cstm-pack .pack-inner {
      display:block
    }
    .cstm-pack .pack-body {
      flex:1;
      padding-left:0;
      padding-top:30px
    }
    .cstm-pack .pack-discount {
      left:50%;
      transform:translate(-50%, -50%);
    }
    .price-wrap1 {
      padding-top:var(--section-space-mobile);
      padding-bottom:calc(var(--section-space-mobile) - 30px)
    }
  }
  
  
  .px-5 {
    padding-right:5px;
    padding-left:5px
  }
  .px-10 {
    padding-right:10px;
    padding-left:10px
  }
  .px-15 {
    padding-right:15px;
    padding-left:15px
  }
  .px-20 {
    padding-right:20px;
    padding-left:20px
  }
  .px-25 {
    padding-right:25px;
    padding-left:25px
  }
  .px-30 {
    padding-right:30px;
    padding-left:30px
  }
  .py-5 {
    padding-top:5px;
    padding-bottom:5px
  }
  .py-10 {
    padding-top:10px;
    padding-bottom:10px
  }
  .py-15 {
    padding-top:15px;
    padding-bottom:15px
  }
  .py-20 {
    padding-top:20px;
    padding-bottom:20px
  }
  .py-25 {
    padding-top:25px;
    padding-bottom:25px
  }
  .py-30 {
    padding-top:30px;
    padding-bottom:30px
  }
  .pt-5 {
    padding-top:5px
  }
  .pt-10 {
    padding-top:10px
  }
  .pt-15 {
    padding-top:15px
  }
  .pt-20 {
    padding-top:20px
  }
  .pt-25 {
    padding-top:25px
  }
  .pt-30 {
    padding-top:30px
  }
  .pb-5 {
    padding-bottom:5px
  }
  .pb-10 {
    padding-bottom:10px
  }
  .pb-15 {
    padding-bottom:15px
  }
  .pb-20 {
    padding-bottom:20px
  }
  .pb-25 {
    padding-bottom:25px
  }
  .pb-30 {
    padding-bottom:30px
  }
  .pl-5 {
    padding-left:5px
  }
  .pl-10 {
    padding-left:10px
  }
  .pl-15 {
    padding-left:15px
  }
  .pl-20 {
    padding-left:20px
  }
  .pl-25 {
    padding-left:25px
  }
  .pl-30 {
    padding-left:30px
  }
  .pr-5 {
    padding-right:5px
  }
  .pr-10 {
    padding-right:10px
  }
  .pr-15 {
    padding-right:15px
  }
  .pr-20 {
    padding-right:20px
  }
  .pr-25 {
    padding-right:25px
  }
  .pr-30 {
    padding-right:30px
  }
  .mx-5 {
    margin-right:5px;
    margin-left:5px
  }
  .mx-10 {
    margin-right:10px;
    margin-left:10px
  }
  .mx-15 {
    margin-right:15px;
    margin-left:15px
  }
  .mx-20 {
    margin-right:20px;
    margin-left:20px
  }
  .mx-25 {
    margin-right:25px;
    margin-left:25px
  }
  .mx-30 {
    margin-right:30px;
    margin-left:30px
  }
  .my-5 {
    margin-top:5px;
    margin-bottom:5px
  }
  .my-10 {
    margin-top:10px;
    margin-bottom:10px
  }
  .my-15 {
    margin-top:15px;
    margin-bottom:15px
  }
  .my-20 {
    margin-top:20px;
    margin-bottom:20px
  }
  .my-25 {
    margin-top:25px;
    margin-bottom:25px
  }
  .my-30 {
    margin-top:30px;
    margin-bottom:30px
  }
  .mt-5 {
    margin-top:5px
  }
  .mt-10 {
    margin-top:10px
  }
  .mt-15 {
    margin-top:15px
  }
  .mt-20 {
    margin-top:20px
  }
  .mt-25 {
    margin-top:25px
  }
  .mt-30 {
    margin-top:30px
  }
  .mb-5 {
    margin-bottom:5px
  }
  .mb-10 {
    margin-bottom:10px
  }
  .mb-15 {
    margin-bottom:15px
  }
  .mb-20 {
    margin-bottom:20px
  }
  .mb-25 {
    margin-bottom:25px
  }
  .mb-30 {
    margin-bottom:30px
  }
  .ml-5 {
    margin-left:5px
  }
  .ml-10 {
    margin-left:10px
  }
  .ml-15 {
    margin-left:15px
  }
  .ml-20 {
    margin-left:20px
  }
  .ml-25 {
    margin-left:25px
  }
  .ml-30 {
    margin-left:30px
  }
  .mr-5 {
    margin-right:5px
  }
  .mr-10 {
    margin-right:10px
  }
  .mr-15 {
    margin-right:15px
  }
  .mr-20 {
    margin-right:20px
  }
  .mr-25 {
    margin-right:25px
  }
  .mr-30 {
    margin-right:30px
  }
  .mt-n1 {
    margin-top:-0.25rem
  }
  .mt-n2 {
    margin-top:-0.5rem
  }
  .mt-n3 {
    margin-top:-1rem
  }
  .mt-n4 {
    margin-top:-1.5rem
  }
  .mt-n5 {
    margin-top:-3rem
  }
  .mb-n1 {
    margin-bottom:-0.25rem
  }
  .mb-n2 {
    margin-bottom:-0.5rem
  }
  .mb-n3 {
    margin-bottom:-1rem
  }
  .mb-n4 {
    margin-bottom:-1.5rem
  }
  .mb-n5 {
    margin-bottom:-3rem
  }
  .mb-40 {
    margin-bottom:40px
  }
  .mb-50 {
    margin-bottom:50px
  }
  .space,
  .space-top {
    padding-top:var(--section-space)
  }
  .space,
  .space-bottom {
    padding-bottom:var(--section-space)
  }
  .space-extra,
  .space-extra-top {
    padding-top:calc(var(--section-space) - 30px)
  }
  .space-extra,
  .space-extra-bottom {
    padding-bottom:calc(var(--section-space) - 30px)
  }
  @media(max-width: 991px) {
    .space,
    .space-top {
      padding-top:var(--section-space-mobile)
    }
    .space,
    .space-bottom {
      padding-bottom:var(--section-space-mobile)
    }
    .space-extra,
    .space-extra-top {
      padding-top:calc(var(--section-space-mobile) - 30px)
    }
    .space-extra,
    .space-extra-bottom {
      padding-bottom:calc(var(--section-space-mobile) - 30px)
    }
    .space-top-md-none {
      padding-top:0
    }
  }
  .vs-color-plate {
    position:fixed;
    display:block;
    z-index:91;
    padding:20px;
    width:240px;
    background:#fff;
    left:0;
    text-align:left;
    top:30%;
    transition:all .4s ease;
    box-shadow:-3px 0px 10px -2px rgba(0,0,0,.1);
    direction:ltr;
    transform:translateX(-100%)
  }
  .vs-color-plate.open {
    transform:translateX(0)
  }
  .vs-color-plate .color-plate-icon {
    position:absolute;
    right:-48px;
    width:48px;
    height:45px;
    line-height:45px;
    font-size:21px;
    border-radius:0 5px 5px 0;
    text-align:center;
    color:var(--white-color);
    top:0;
    cursor:pointer;
    border:none;
    padding:0;
    box-shadow:-4px 0px 5px rgba(0,0,0,.2117647059);
    background-color:var(--theme-color)
  }
  .vs-color-plate h4 {
    display:block;
    font-size:18px;
    margin-bottom:0px;
    font-weight:500
  }
  .vs-color-plate p {
    font-size:12px;
    margin-bottom:15px;
    line-height:20px
  }
  .vs-color-plate .reset-btn {
    border:none;
    padding:0;
    height:20px;
    font-size:14px;
    text-transform:capitalize;
    color:var(--title-color);
    background-color:var(--smoke-color);
    width:100%;
    height:40px
  }
  .vs-color-plate .reset-btn:hover {
    background-color:var(--title-color);
    color:var(--white-color)
  }
  .vs-color-plate input[type=color] {
    border:none;
    padding:0
  }
  .default-color-btn {
    border:none;
    background-color:#000;
    color:var(--white-color);
    font-weight:400;
    font-family:var(--body-font);
    text-align:center;
    width:100%;
    font-size:14px;
    margin:0 0 10px 0;
    padding:5px 0
  }
  .text-right {
    text-align: right !important;
  }
.header-logo a img, .mobile-logo a img.logo, .footer-logo a img{
  width: 175px;
}
.header-logo a img, .mobile-logo a img.logo{
  width: 280px;
  display: block;
  background: #fff;
}
.testi-style4 {
  border: 1px solid rgba(178,180,187,.5);
}
.cstm-pack{
  padding: 0 30px;
}
.my-cstm-pad{
  padding-bottom: 0;
}
.header-cstm{
  background: var(--theme-color);
}
.header-cstm-top{
  padding: 5px;
}
.header-cstm-top p {
  color: #fff;
  word-spacing: 2px;
  text-align: center;
  margin: 0;
  font-size: 22px;
}


.experience {
  background-image: url("../img/experience_bg.jpg");
  background-size: cover;
  background-position: center center;
  padding: 120px 0;
  position: relative;
  margin-top: -1px;
}

.experience::before {
  position: absolute;
  content: "";
  top: 26rem;
  background-image: url("../img/experience_cercle.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 30%;
  height: 39%;
  left: 32%;
}

.experience h5 {
  color: #ffffff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0;
}

.experience h2 {
  color: #ffffff;
}

.experience p {
  color: #d3c9c1;
}

.experience .col-lg-8 p {
  padding: 0 221px 0 0;
}

.experience .experience-hr1 {
  opacity: 1.25;
  height: 1px;
  color: var(--theme-color);
  width: 60px;
  border: 1px solid;
}

.experience hr {
  opacity: 1.25;
  height: 1px;
  color: var(--theme-color);
  border: 1px solid;
  margin: 35px 0;
}

.experience .btn_hover2 {
  border: 1px solid #ff7527;
}

.experience .col-lg-6 {
  z-index: 1;
}

.experience_mask figure {
  width: fit-content;
  clip-path: circle(47% at 50% 50%);
  padding: 6px;
  background: var(--theme-color);
  transition: all 0.8s ease;
}

.experience_mask figure:hover {
  transform: scale(1.05);
  transition: all 0.8s ease;
}

.experience_mask img {
  width: 100%;
  clip-path: circle(47% at 50% 50%);
}

.experience-hr {
  color: #ffffff;
  position: absolute;
  bottom: -220px;
  left: -28px;
  bottom: 25px;
  rotate: -90deg;
}

.experience-hr h6 {
  letter-spacing: 3.72px;
  text-transform: uppercase;
}

.experience-hr hr {
  opacity: 1.25;
  height: 1px;
  color: #ffffffbf;
  width: 60px;
  border: 1px solid;
  margin: 0;
}

.ex-card {
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0px 23px 30px 0px rgba(0, 0, 0, 0.15);
  padding: 20px 20px 20px 20px;
}

.ex-card:hover {
  background: var(--theme-color);
  transform: scale(1.05) !important;
  transition: all 0.4s ease !important;
}

.ex-card:hover h4 {
  color: #ffffff;
}

.ex-card:hover p {
  color: #ffffff;
}

.ex-card .d-flex {
  border-radius: 50%;
  background: var(--theme-color);
  color: #ffffff;
  width: 115px;
  padding: 29px 0px;
}

.ex-card:hover.ex-card .d-flex {
  background: #ffffff;
}

.ex-card:hover.ex-card h3 {
  color: var(--theme-color) !important;
}

.ex-card div:last-child {
  width: 100%;
}

.ex-card h4 {
  color: #231f20;
  margin: 0;
}

.ex-card p {
  color: #767676;
  margin-top: 0;
}
.cstm-text-sz h3{
  margin: 0;
  font-size: 24px;
  color: #fff;
}
.form-control:focus, input:focus {
  outline: 0;
  box-shadow: none;
  background-color: #264b87;
  color: #fff;
}
textarea.form-control, textarea {
  min-height: 100px;
  padding-top: 16px;
  padding-bottom: 17px;
  border-radius: 0;
  background-color: #ebecf1;
  border-radius: 7px;
}
.info span{
  display: block;
}
@media (max-width: 1500px) {
  .cstm-des-cdn-shape3 {
    right: 9rem;
    bottom: 50px;
    max-width: 200px;
  }
}
@media (min-width: 1501) and (max-width: 2500px) {
  .cstm-des-cdn-shape3 {
    right: 9rem;
    bottom: 50px;
    max-width: 200px;
  }
}
@media (max-width: 767px){
    .ls-hero-layout5 p{
        display: none !important;
    }
    .mywish, .mywish-hd-dk{
        display: none !important;
    }
    #ls-global .ls-hero-layout5.ls-v6 .ls-nav-prev,
  #ls-global .ls-hero-layout5.ls-v6 .ls-nav-next {
    width:50px;
    height:50px;
    line-height:50px;
    background-color:rgba(255,255,255,.2);
    color:var(--white-color);
    text-align:center;
    font-size:24px;
    border-radius:50%
  }
  #ls-global .ls-hero-layout5.ls-v6 .ls-nav-next {
    right:10px !important;
  }
  #ls-global .ls-hero-layout5.ls-v6 .ls-nav-prev {
    left:10px !important;
  }
  #ls-global .ls-hero-layout5.ls-v6 .ls-nav-next,
    #ls-global .ls-hero-layout5.ls-v6 .ls-nav-prev {
      display:block !important; 
    }
}


/* new css */
.input-field {
  position: relative;
  border-bottom: 2px solid #f0f424;
  margin: 15px 0;
}

.input-field label {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  color: #fff;
  font-size: 16px;
  pointer-events: none;
  transition: 0.15s ease;
}

.input-field input {
  width: 100%;
  height: 40px;
  background: transparent;
  border: none;
  outline: none;
  font-size: 16px;
  color: #fff;
  padding: 0;
}

.input-field input:focus ~ label,
.input-field input:valid ~ label {
  font-size: 0.8rem;
  top: 10px;
  transform: translateY(-120%);
}
.srt-btn-crt {
  font-size: 18px;
  letter-spacing: 2px;
  text-transform: capitalize;
  display: inline-block;
  text-align: center;
  font-weight: 500;
  padding: 0.7em 0.7em;
  border: 3px solid #87be3e;
  border-radius: 2px;
  position: relative;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1);
  color: #0e497b;
  text-decoration: none;
  transition: 0.3s ease all;
  z-index: 1;
}
.srt-btn-crt:before {
  transition: 0.5s all ease;
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
  bottom: 0;
  opacity: 0;
  content: '';
  background-color: #114b7c ;
  z-index: -1;
}

.srt-btn-crt:hover, .srt-btn-crt:focus {
  color: white;
}

.srt-btn-crt:hover:before, .srt-btn-crt:focus:before {
  transition: 0.5s all ease;
  left: 0;
  right: 0;
  opacity: 1;
}
.srt-btn-crt:active {
  transform: scale(0.9);
}
.form-div{
  position: absolute;
  z-index: 9;
  width: 35%;
  right: 4%;
  top: 35%;
  background: rgba(13, 16, 22, 0.8);
  padding: 15px;
}
.form-div-inner{
  width: 100%;
  display: block;
  border: 1px solid #656060;
  padding: 13px 13px;
}
.form-div-inner h2{
  color: #fff;
  font-size: 28px;
  text-align: center;
}
.form-div-inner h3{
  color: #fff;
  font-size: 20px;
  text-align: center;
}
.form-div-inner p{
  color: #fff;
  font-size: 18px;
  text-align: center;
}
.form-div-inner ul {
  padding: 15px;
  list-style: none;
  display: flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.form-div-inner ul li {
  display: inline-block;
  list-style: none;
  color: #333;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 44%;
  margin: auto;
}

.new-sec-srt{
  padding: 20px 0;
  background: #f8f8f8;
  position: relative;
}
.img-wt-mv{
  z-index: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.img-wt-mv img{
  animation: bigSmall 7s linear infinite;
  height: 100%;
}
@keyframes bigSmall {
	0% {
		transform: scale(1);
		opacity: 0.7;
	}

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

	100% {
		transform: scale(1);
		opacity: 0.7;
	}
}
.set-bg-clr-st{
  border: 1px solid #f4a399;
  background: rgb(253, 239, 237);
  position: relative;
  z-index: 1;
}
.sub-inn-head{
  margin: 30px 0;
}
.sub-inn-head h1{
  font-size: 40px;
  text-align: center;
  position: relative;
}
.sub-inn-head h1::after {
  width: 80px;
  height: 2px;
  background: #0e497b;
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.timeline {
  position: relative;
  padding-left: 4rem;
  margin: 0 0 0 30px;
  color: white;
}
.timeline:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: #27293d;
}
.timeline .timeline-container {
  position: relative;
  margin-bottom: 2.5rem;
}
.timeline .timeline-container .timeline-icon {
  position: absolute;
  left: -88px;
  top: 4px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  font-size: 2rem;
  background: #4f537b;
}
.timeline .timeline-container .timeline-icon i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.timeline .timeline-container .timeline-icon img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.timeline .timeline-container .timeline-body {
  background: #27293d;
  border-radius: 3px;
  padding: 20px 20px 15px;
  box-shadow: 1px 3px 9px rgba(0, 0, 0, .1);
}
.timeline .timeline-container .timeline-body:before {
  content: '';
  background: inherit;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  left: -10px;
  transform: rotate(45deg);
  border-radius: 0 0 0 2px;
}
.timeline .timeline-container .timeline-body .timeline-title {
  margin-bottom: 1.4rem;
}
.timeline .timeline-container .timeline-body .timeline-title .badge {
  background: #4f537b;
  padding: 4px 8px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: bold;
}
.timeline .timeline-container .timeline-body .timeline-subtitle {
  font-weight: 600;
  font-style: italic;
  padding-top: 16px;
  font-size: 25px;
  color: #fff;
  margin-bottom: 10px;
}
.timeline .timeline-container.primary .badge, .timeline .timeline-container.primary .timeline-icon {
  background: #1d8cf8 !important;
}
.timeline .timeline-container.info .badge, .timeline .timeline-container.info .timeline-icon {
  background: #11cdef !important;
}
.timeline .timeline-container.success .badge, .timeline .timeline-container.success .timeline-icon {
  background: #00bf9a !important;
}
.timeline .timeline-container.warning .badge, .timeline .timeline-container.warning .timeline-icon {
  background: #ff8d72 !important;
}
.timeline .timeline-container.danger .badge, .timeline .timeline-container.danger .timeline-icon {
  background: #fd5d93 !important;
}


@media (max-width: 767px){
  .form-div {
    position: relative;
    z-index: 9;
    width: 100%;
    right: 0;
    top: 0;
    background: rgba(13, 16, 22, 0.8);
    padding: 15px;
  }
  .form-div-inner h2 {
    color: #fff;
    font-size: 24px;
    text-align: center;
  }
  .form-div-inner h3 {
    color: #fff;
    font-size: 18px;
    text-align: center;
  }
  .form-div-inner p {
    color: #fff;
    font-size: 16px;
    text-align: center;
  }
  .new-sec-srt{
    padding-top: 0;
    overflow: hidden;
  }
  .sub-inn-head h1 {
    font-size: 23px;
    text-align: center;
    position: relative;
  }
}

.company__history-area {
  max-width: 960px;
  margin: 0 auto;
}
.company__history-area-items {
  display: flex;
}
.company__history-area-items-left {
  padding-right: 70px;
  margin-right: 70px;
  border-right: 1px dashed #f94c30;
}
.company__history-area-items-left-content {
  padding: 39px 39px 37px;
  border: 1px solid #e7e7e7;
  margin-top: 30px;
  position: relative;
}
.company__history-area-items-left-content:before {
  content: "";
  position: absolute;
  right: -76px;
  top: 70px;
  width: 10px;
  height: 10px;
  background: #f94c30;
  box-shadow: 0 5px 20px rgba(249, 76, 48, 0.5);
  border-radius: 50%;
}
.company__history-area-items-left-content:after {
  content: "";
  position: absolute;
  right: -11px;
  top: 65px;
  width: 20px;
  height: 20px;
  background: #fff;
  border-bottom: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
  transform: rotate(-45deg);
}
.company__history-area-items-left-content-date {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}
.company__history-area-items-left-content-date span {
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  background: #f94c30;
  padding: 7px 25px 7px 20px;
  -webkit-clip-path: polygon(0 0, 100% 0, 81% 50%, 100% 99%, 0 100%, 0 50%);
  clip-path: polygon(0 0, 100% 0, 81% 50%, 100% 99%, 0 100%, 0 50%);
  font-family: "Urbanist", sans-serif;
}
.company__history-area-items-left-content-date h5, .company__history-area-item-right-content-date h5{
  padding: 0;
  margin: 0;
  color: #131313;
  font-family: "Urbanist", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 32px;
}
.company__history-area-items-right img {
  max-width: 410px;
}
.company__history-area-item {
  display: flex;
}
.company__history-area-item-left {
  padding-right: 69px;
  margin-right: 70px;
  border-right: 1px dashed #f94c30;
}
.company__history-area-item-left img {
  max-width: 410px;
}
.company__history-area-item-right-content {
  padding: 39px 39px 37px;
  border: 1px solid #e7e7e7;
  margin-top: 30px;
  position: relative;
}
.company__history-area-item-right-content:before {
  content: "";
  position: absolute;
  left: -76px;
  top: 70px;
  width: 10px;
  height: 10px;
  background: #f94c30;
  box-shadow: 0 5px 20px rgba(249, 76, 48, 0.5);
  border-radius: 50%;
}
.company__history-area-item-right-content:after {
  content: "";
  position: absolute;
  left: -11px;
  top: 65px;
  width: 20px;
  height: 20px;
  background: #fff;
  border-top: 1px solid #e7e7e7;
  border-left: 1px solid #e7e7e7;
  transform: rotate(-45deg);
}
.company__history-area-item-right-content-date {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}
.company__history-area-item-right-content-date span {
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  background: #f94c30;
  padding: 7px 25px 7px 20px;
  -webkit-clip-path: polygon(0 0, 100% 0, 81% 50%, 100% 99%, 0 100%, 0 50%);
  clip-path: polygon(0 0, 100% 0, 81% 50%, 100% 99%, 0 100%, 0 50%);
  font-family: "Urbanist", sans-serif;
}
@media (max-width: 1199px) {
  .company__history-area-items-left-content {
      padding: 39px 30px 37px;
  }
  .company__history-area-items-right img {
      max-width: 398px;
  }
  .company__history-area-item-left {
      padding-right: 70px;
  }
  .company__history-area-item-left img {
      max-width: 397px;
  }
  .company__history-area-item-right-content {
      padding: 39px 30px 37px;
  }
}
@media (max-width: 991px) {
  .company__history-area-items {
      display: grid;
  }
  .company__history-area-items-left {
      padding: 0;
      margin: 0;
      border: 0;
  }
  .company__history-area-items-left-content {
      margin-top: 40px;
  }
  .company__history-area-items-left-content:before {
      display: none;
  }
  .company__history-area-items-left-content:after {
      left: 35px;
      top: -10px;
      transform: rotate(-135deg);
  }
  .company__history-area-items-right img {
      max-width: 100%;
      width: 100%;
  }
  .company__history-area-item {
      display: block;
  }
  .company__history-area-item-left {
      padding: 0;
      margin: 0;
      border: 0;
  }
  .company__history-area-item-left img {
      max-width: 100%;
      width: 100%;
  }
  .company__history-area-item-right-content {
      margin-top: 40px;
  }
  .company__history-area-item-right-content:before {
      display: none;
  }
  .company__history-area-item-right-content:after {
      left: 35px;
      top: -10px;
      transform: rotate(45deg);
  }
}

.new-about{
  padding: 100px 0;
  background-color: rgb(253, 239, 237);
}
.side-cont h4 {
  font-size: 24px;
  line-height: 40px;
}

.side-cont h4 a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scaleY(0);
  transform-origin: bottom center;
  background: #114b7c;
  z-index: -1;
  transition: transform 0.3s;
}
.side-cont h4 a {
  color: rgb(236, 96, 79);
  border-bottom: 1px solid #87be3e;
  position: relative;
  z-index: 1;
  font-weight: 700;
  padding: 2px;
}
.side-cont h4 a:hover {
  color: #fff;
  border-bottom: 1px solid #377d7f;
}
.side-cont h4 a:hover::after {
  transform: scaleY(1);
}

.side-img img{
  -webkit-box-shadow: -10px 10px 0px 0px rgba(226,228,233,1);
  -moz-box-shadow: -10px 10px 0px 0px rgba(226,228,233,1);
  box-shadow: -10px 10px 0px 0px rgb(236, 96, 79, 1);
}
.new-srtup{
  padding: 70px 0;
}

.new-srt-btn-srt {
  border: 1px solid #f4a399;
  background: rgb(253, 239, 237);
  position: relative;
  z-index: 1;
  padding: 50px 0;
  min-height: 282.5px;
}
.new-srt-btn-srt h2::after {
  width: 80px;
  height: 2px;
  background: #0e497b;
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.new-srt-btn-srt h2 {
  font-size: 40px;
  text-align: center;
  position: relative;
}
.new-srt-btn-srt p{
  text-align: center;
  color: #333;
  font-size: 18px;
  font-weight: 500;
}
.new-srt-btn-srt ul {
  padding: 15px;
  list-style: none;
  display: flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.new-srt-btn-srt ul li {
  display: inline-block;
  list-style: none;
  color: #333;
  -ms-flex: 0 0 50%;
  flex: 0 0 44%;
  max-width: 44%;
  margin: auto;
}
.new-srt-btn-srt ul li:first-of-type{
  -ms-flex: 0 0 50%;
  flex: 0 0 64%;
  max-width: 64%;
}
.find-plan{
  display: flex;
  justify-content: center;
}
.find-plan input{
  width: 50%;
  padding: 0.7em 0.7em;
  color: #333;
  border-color: #87be3e;
  font-size: 20px;
  letter-spacing: 2px;
  text-align: center;
}
.find-plan input::placeholder{
  color: #000;
}
.find-plan input:focus::placeholder{
  color: #fff;
}
.find-plan input:focus{
    background-color: #0e497b;
    color: #fff;
    font-size: 22px;
    letter-spacing: 3px;
}
.find-plan .srt-btn-crt{
  padding: 0.5em 0.7em;
}
.new-srt-gif{
  border: 1px solid #f4a399;
  background: rgb(253, 239, 237);
  padding: 10px;
}
.new-fix-sty{
  position: sticky;
  top: 10px;
}
.new-some-det{
  border: 1px solid rgb(236, 235, 239);
  background-color: rgb(255,255,255);
  padding: 1.3rem;
  border-radius: 2rem;
  border: 1px solid #264b87;
  margin-bottom: 10px;
}
.new-some-det ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
.new-some-det ul li:first-of-type{
  margin-bottom: 10px;
  border-bottom: 1px solid;
  padding-bottom: 7px;
}
.new-some-det ul li:first-of-type span{
  font-weight: 500;
  color: #333;
  color: rgb(25, 15, 71);
  font-weight: 500;
  font-size: 20px;
}
.new-some-det ul li{
  margin-bottom: 5px;
  font-weight: 500;
  color: #333;
}
.new-some-det ul li span {
  font-weight: 500;
  color: #333;
  color: #87be3e;
  font-weight: 500;
  font-size: 18px;
}
.new-some-det ul li a img {
  /*! border: 1px solid #333; */
  background: #fff;
  transition: 2s all;
  padding: 0 6px;
}
.new-some-social{
  border: 1px solid rgb(236, 235, 239);
  background-color: rgb(255,255,255);
  padding: 1.3rem;
  border-radius: 2rem;
  border: 1px solid #264b87;
  margin-bottom: 20px;
}
.new-some-social ul{
  list-style: none;
  display: flex;
  justify-content: space-evenly;
  margin: 0;
  padding: 0;
}
.new-some-social ul li a{
  background: #fff;
  transition: all 1.3s;
  width: 50px;
  height: 50px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  margin-right: .5rem;
  border-radius: 50%;
  border: 3px solid #87be3e;
  color: #0e497b;
}
.new-some-social ul li a i{
  font-style: 20px;
}
.new-some-social ul li a:hover{
  background: #114b7c;
  color: #fff;
}
.more-link{
  border: 1px solid rgb(236, 235, 239);
  background-color: rgb(255,255,255);
  padding: 1.3rem;
  border-radius: 2rem;
  border: 1px solid #264b87;
  margin-bottom: 10px;
}
.more-link ul{
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-evenly;
}
.more-link ul li a {
  color: #4b8400;
  transition: .4s;
  position: relative;
  font-size: 19px;
  font-weight: 500;
  padding-bottom: 5px;
}
.more-link ul li a:hover {
  color: #0e497b;
  padding-left: 20px;
}
.more-link ul li a i {
  color: #0e497b;
  font-size: 14px;
  line-height: 24px;
  position: absolute;
  opacity: 0;
  transition: .4s;
  left: 0;
  top: 0;
}
.more-link ul li a:hover i {
  opacity: 1;
}
.more-link ul li a::before {
  display: block;
  content: "";
  padding-top: 4px;
  border-bottom: 2px solid #4b8400;
  transform: scaleX(0);
  transform-origin: 0 50%;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  transition: transform .2s ease-in-out;
}
.more-link ul li a:hover::before {
  transform: scaleX(1);
  transform-origin: 0 50%;
  transition-delay: .2s;
}
.new-some-data{
  border: 1px solid rgb(236, 235, 239);
  background-color: rgb(255,255,255);
  padding: 1.3rem;
  border-radius: 2rem;
  border: 1px solid #264b87;
}
.new-some-data h3{
  color: rgb(25, 15, 71);
  font-weight: 500;
  font-size: 25px;
  margin-bottom: 10px;
  border-bottom: 1px solid;
  padding-bottom: 7px;
}
.new-some-data p{
  color: #333;
  font-size: 17px;
  line-height: 32px;
}
.last-img-shape{
  position: absolute;
  bottom: -30px;
  left: 0;
  -webkit-animation: bounce-left-right 2s ease-in-out 0s infinite alternate;
  animation: bounce-left-right 2s ease-in-out 0s infinite alternate;
}
@keyframes bounce-left-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
}
.last-copy {
  background: #131313;
  background: #264b87;
  padding: 10px 20px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.last-copy::before {
  content: "";
  position: absolute;
  z-index: -1;
  background: #619b13;
  top: 0;
  left: 0;
  bottom: 0;
  width: 38%;
  -webkit-clip-path: polygon(0 0,100% 0,90% 100%,0 100%);
  clip-path: polygon(0 0,100% 0,90% 100%,0 100%);
  width: 38%;
}
.last-copy::after {
  transform: rotate(46deg);
  left: 36%;
  background: #131313;
  top: -17px;
  bottom: -45px;
  width: 3px;
  content: "";
  position: absolute;
  z-index: -1;
}
.last-copy-txt p{
  margin: 0;
  text-align: center;
  color: #fff;
  font-weight: 400;
}
.cm-punk p{
  margin: 0;
  font-size: 28px;
  color: #131313;
  color: rgb(236, 96, 79);
  font-family: var(--title-font);
  font-weight: 600;
}
.cm-punk p a{
  position: relative;
}
.cm-punk p a::before {
  display: block;
  content: "";
  padding-top: 4px;
  border-bottom: 2px solid #4b8400;
  transform: scaleX(0);
  transform-origin: 0 50%;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  transition: transform .2s ease-in-out;
}
.cm-punk p a:hover::before {
  transform: scaleX(1);
  transform-origin: 0 50%;
  transition-delay: .2s;
}
.mobile-logo-99{
  padding-bottom: 30px;
  padding-top: 40px;
  display: block;
  text-align: center;
  border: 1px solid #f4a399;
  background: rgb(253, 239, 237);
  margin: 0 2px;
}
.modal-dialog.my-cstm-modal {
  max-width: 80%;
}
.modal-dialog.my-cstm-modal .modal-body {
  min-height: 300px;
  max-height: 500px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgb(25, 15, 71) #87be3e;
  margin-bottom: 20px;
}
.modal-title.new-title-srt{
  font-size: 20px;
}
.new-mod-inn-data p {
  color: #333;
  font-size: 17px;
  line-height: 30px;
}
.first-lst, .second-lst {
  border: 1px solid #5f9f07;
  background: #e9f7d6;
  list-style: decimal;
}
.first-lst li, .second-lst li{
  color: #333;
  font-size: 16px;
  line-height: 30px;
  margin: 5px 0;
}
.new-mod-inn-data h2{
  color: rgb(25, 15, 71);
  font-weight: 500;
  font-size: 25px;
  margin-bottom: 10px;
  border-bottom: 1px solid;
  padding-bottom: 7px;
}
.mail-link a {
  color: #4b8400;
  transition: .4s;
  position: relative;
  font-size: 19px;
  font-weight: 500;
  padding-bottom: 5px;
}

.mail-link a::before {
  display: block;
  content: "";
  padding-top: 4px;
  border-bottom: 2px solid #4b8400;
  transform: scaleX(0);
  transform-origin: 0 50%;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  transition: transform .2s ease-in-out;
}
.mail-link a:hover {
  color: #0e497b;
}
.mail-link a:hover::before {
  transform: scaleX(1);
  transform-origin: 0 50%;
  transition-delay: .2s;
}
.srt-btn-crt.cst-bd-btn{
  padding: 0.3em 0.7em;
}
.header-cstm-top p a::before {
  display: block;
  content: "";
  padding-top: 4px;
  border-bottom: 2px solid #4b8400;
  transform: scaleX(0);
  transform-origin: 0 50%;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  transition: transform .2s ease-in-out;
}
.header-cstm-top p a {
  position: relative;
  color: rgb(236, 96, 79);
}
.header-cstm-top p a:hover {
  color: rgb(25, 15, 71);
}
.header-cstm-top p a:hover::before {
  transform: scaleX(1);
  transform-origin: 0 50%;
  transition-delay: .2s;
}
.dk-hide{
  display: none;
}
.form-cont-bt p {
  margin: 0;
  font-size: 25px;
  color: #131313;
  color: rgb(236, 96, 79);
  font-family: var(--title-font);
  font-weight: 600;
}
.form-cont-bt p a {
  position: relative;
  color: #87be3e;
}

.form-cont-bt p a::before {
  display: block;
  content: "";
  padding-top: 4px;
  border-bottom: 2px solid #4b8400;
  transform: scaleX(0);
  transform-origin: 0 50%;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  transition: transform .2s ease-in-out;
}
.form-cont-bt p a:hover{
  color: #fff;
}
.form-cont-bt p a:hover::before {
  transform: scaleX(1);
  transform-origin: 0 50%;
  transition-delay: .2s;
}

@media (max-width: 1000px){
  .cm-punk.mob-vw{
    display: none;
  }
  .vs-mobile-menu.cm-punk p{
    padding: 0 10px;
    text-align: center;
    font-size: 18px;
  }
  .mob-hide{
    display: none;
  }
}
@media (max-width: 767px){
  .new-some-data{
    margin-bottom: 20px;
  }
  .last-img-shape{
    display: none;
  }
  .last-copy::after{
    display: none;
  }
  .last-div-pad-chng{
    padding-top: 70px;
    padding-bottom: 20px;
  }
  .modal-dialog.my-cstm-modal {
    max-width: 100%;
    margin: 0;
    padding: 10px;
  }
  .dk-hide{
    display: block;
  }
}

.icon_sty {
  width: 158px;
  width: 164px;
  margin-bottom: 25px;
  cursor: pointer;
}
.icon_sty:hover{
  text-decoration: none;
}
.icon_sty div {
  /*! width: 72%; */
  box-shadow: 0 0 5px 5px #eef1f5;
  border-radius: 5px;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0 auto;
    margin-bottom: 0px;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
  height: 90px;
}
.icon_sty div::before {
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
}
.icon_sty div::before, .icon_sty div::after {
  content: "";
  width: 0;
  height: 0;
  background-color: transparent;
  display: block;
  transition: 1s;
  position: absolute;
}
.icon_sty div::after {
  border-bottom: 2px solid transparent;
  border-right: 2px solid transparent;
  bottom: 0;
  right: 0;
}
.icon_sty:hover div::before, .icon_sty:hover div::after {
  width: 100%;
  height: 100%;
  border-color: #1e70b9;
  border-radius: 5px;
}