:root {
    --primary-color: #f300f0;
    --secondary-color: #67008d;
    --white: #fff;
  }

  /*  --primary-color: ;*/


  @font-face {
      font-family: 'Poppins';
      src: url('../fonts/pop/Poppins-Regular.woff2') format('woff2'),
          url('../fonts/pop/Poppins-Regular.woff') format('woff');
      font-weight: normal;
      font-style: normal;
      font-display: swap;
  }

  @font-face {
      font-family: 'Nature Beauty Personal Use';
      src: url('../fonts/nature/NatureBeautyPersonalUse.woff2') format('woff2'),
          url('../fonts/nature/NatureBeautyPersonalUse.woff') format('woff');
      font-weight: normal;
      font-style: normal;
      font-display: swap;
  }


  @font-face {
      font-family: 'Poppins';
      src: url('../fonts/pop/Poppins-Bold.woff2') format('woff2'),
          url('../fonts/pop/Poppins-Bold.woff') format('woff');
      font-weight: bold;
      font-style: normal;
      font-display: swap;
  }

  @font-face {
      font-family: 'Poppins';
      src: url('../fonts/pop/Poppins-ExtraLight.woff2') format('woff2'),
          url('../fonts/pop/Poppins-ExtraLight.woff') format('woff');
      font-weight: 200;
      font-style: normal;
      font-display: swap;
  }

  @font-face {
      font-family: 'Poppins';
      src: url('../fonts/pop/Poppins-Black.woff2') format('woff2'),
          url('../fonts/pop/Poppins-Black.woff') format('woff');
      font-weight: 900;
      font-style: normal;
      font-display: swap;
  }

  @font-face {
      font-family: 'Poppins';
      src: url('../fonts/pop/Poppins-ExtraBold.woff2') format('woff2'),
          url('../fonts/pop/Poppins-ExtraBold.woff') format('woff');
      font-weight: bold;
      font-style: normal;
      font-display: swap;
  }

  @font-face {
      font-family: 'Poppins';
      src: url('../fonts/pop/Poppins-Thin.woff2') format('woff2'),
          url('../fonts/pop/Poppins-Thin.woff') format('woff');
      font-weight: 100;
      font-style: normal;
      font-display: swap;
  }

  @font-face {
      font-family: 'Poppins';
      src: url('../fonts/pop/Poppins-Light.woff2') format('woff2'),
          url('../fonts/pop/Poppins-Light.woff') format('woff');
      font-weight: 300;
      font-style: normal;
      font-display: swap;
  }

  @font-face {
      font-family: 'Poppins';
      src: url('../fonts/pop/Poppins-Medium.woff2') format('woff2'),
          url('../fonts/pop/Poppins-Medium.woff') format('woff');
      font-weight: 500;
      font-style: normal;
      font-display: swap;
  }

  @font-face {
      font-family: 'Poppins';
      src: url('../fonts/pop/Poppins-SemiBold.woff2') format('woff2'),
          url('../fonts/pop/Poppins-SemiBold.woff') format('woff');
      font-weight: 600;
      font-style: normal;
      font-display: swap;
  }



  body {
      font-family: 'Poppins';
    font-weight: normal;
    font-style: normal;
    overflow-x: hidden;
    color: #2b2b2b;
  }

  * {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }

  p {
    font-size: 16px;
    line-height: 1.7;
    margin-top: 1rem;
    margin-bottom: 1rem;

  }

  a {
    color: #fff;
    text-decoration: none;
    font-family: 'Poppins';
  }

  *:hover,
  *:focus,
  * {
    outline: none !important;
  }

  a,
  input[type="submit"] {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    display: inline-block;
    cursor: pointer;
  }

  textarea,
  select,
  input[type],
  textarea,
  select,
  button {
    background: transparent;
    border: none;
    border-radius: 0px;
    background: #ccc;
    width: 100%;
  }

  li {
    list-style-type: none;
  }

  /*slik css*/

  .slick-slide {
    margin: 0 13px;
  }

  .slick-dots {
    position: absolute;
    display: block;
    width: 100%;
    padding: 0;
    margin: -24px 0px;
    list-style: none;
    text-align: center;
  }

  .slick-dots li {
    position: relative;
    height: 20px;
    cursor: pointer;
  }

  ul.slick-dots li {
    margin: 0 20px 0 0px;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    padding: 0px;
    border: none;
  }

  .slick-dots li button:before,
  .slick-dots li button:before {
    color: var(--white);
    opacity: 1;
    font-size: 0px;
  }

  .slick-dots li.slick-active button:before {
    opacity: 0.75;
    color: transparent;
  }

  .slick-dots li button {
    line-height: 0;
    display: block;
    color: transparent;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    padding: 0px;
    background: #d6d6d6;
    border: none;
    cursor: pointer;
    font-size: 0px;
    padding: 0px;
    -webkit-transition: all 0.4s ease-In-out;
    -moz-transition: all 0.4s ease-In-out;
    -o-transition: all 0.4s ease-In-out;
    transition: all 0.4s ease-In-out;
    box-sizing: border-box;
  }

  .slick-dots li.slick-active button {
    background: #d2fffd;
  }

  span.arrows {
    width: 36px;
    height: 36px;
    border: none;
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto;
    z-index: 2;
    cursor: pointer;
    line-height: 39px;
    font-size: 12px;
    text-align: center;
    font-weight: 300;
    top: 0;
    border-radius: 0;
    background: #dde2e6;
    color: #222;
  }
  span.arrows.next {
    right: 1%;
  }

  .slick-prev {
    left: -30px;
    z-index: 1;
  }

  .slick-track {
      overflow: hidden;
  }

  .slick-prev,
  .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    border-radius: 35px;
    border: 0px solid transparent;
  }



.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 30px;
  line-height: 1;
  opacity: 1;
  color: #000 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "FontAwesome";
}

.slick-arrow:hover:before {
  color: #000 !important;
}




  .slick-arrow:hover:before {
    color: black;
  }

  .slick-prev:before {
    content: "\f177";
  }

  .slick-next {
    right: -30px;
  }

  .slick-next:before {
    content: "\f178";
  }
  a {
    color: #091e37;
  }

  a:hover {
    color: none;
  }

  /* width */
  ::-webkit-scrollbar {
    width: 10px;
  }

  /* Track */
  ::-webkit-scrollbar-track {
    background: #ccc;
  }

  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: var(--secondary-color);
  }

  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: var(--secondary-color);
  }

  h1,
  h2,
  h3,
  h4 {
    font-family: 'Poppins';
    font-weight: 600;

  }

  .banner-content {
    font-size: 18px;
    font-family: 'Poppins';
    font-weight: 600;
  }

  .para{
    width: 80%;
    font-size: 16px;
    margin: 0px auto;
  }

  .banner-content a {
    font-weight: 700;
    text-decoration: underline;
  }

  .bg-blue {
    background-color: #091e37;
  }
  .content-color{
    color: var(--secondary-color);
  }

  .content-light{
    color: var(--primary-color);
  }

  .mian-hd {
    font-size: 3rem;
    font-weight: 700;
    font-family: 'Poppins';
    font-weight: normal;
    margin-top: 5px;
    margin-bottom: 15px;
  }

  .home-hd a {
    font-weight: 500;
    color: #fff;
  }

  .main-content-hd {
    font-size: 2rem;
    font-weight: 600;
  }


  /*main class */

  .sec-pd {
    padding: 5rem 0 5rem 0;
  }

  /* .about-ban{
    background-image: url(../images/banner/ab-banner.jpg);
  }

  .offer-ban{
     background-image: url(../images/banner/offer-banner.jpg);
  }

  .gallery-ban{
    background-image: url(../images/banner/gallry-banner.jpg);
  }

  .contact-banner{
     background-image: url(../images/banner/contact-banner.jpg);
  } */

  .banner-sec {
    background-position:top, center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 10% 0px 7%;
  }

  .banner-sec h1 {
      /* font-weight: bold; */
      text-align: center;
      text-transform: capitalize;
      font-size: 3.6rem;
      color: #fff;
      font-weight: 100;
  }

  .tow-pic{
    display: flex;
    /* margin: -34px; */
    width: 80%;
    margin: -44px auto 50px;
  }

  .tow-pic img{
    width: 50%;
    border: 5px solid #fff;
  }

  /*main class */

  /*Step Styling end*/

  ul.inline-block li {
    display: inline-block;
    padding-left: 25px;
  }

  ul {
    padding-left: 0;
    margin-bottom: 0;
  }

  ul li {
    list-style: none;
  }

  ul li a:hover {
    color: #f217cb;
  }

  ul li .active a {
    color: #f217cb;
  }

  ul.inline-block.top-bar li {
    margin-left: 25px;
  }

  /* Header */

  .mian-header {
    width: 100%;
    z-index: 1;
    top: -68px;
    position: relative;
    height: 10vh;
    min-height: 10vh;
  }

  .mian-header::before {
    content: "";
    background-color: var(--secondary-color);
    position: absolute;
    width: 100%;
    height: 100px;
    top: 68px;
    overflow: hidden;
  }

  .main__navigation {
    z-index: 1;
  }

  .main__navigation .inline-block li a {
    color: #fff;
    font-size: 18px;
  }

  .main__navigation .inline-block li a:hover {
    color: var(--primary-color);
  }
  .main__navigation ul.inline-block {
    justify-content: center;
    align-items: center;
  }

  /*all bannner begin*/

  .bg__detail {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0;
  }

  /*green btn css*/

  .blue-btn {
    background-color: #d2fffd;
    color: #000;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
    display: inline-flex;
    height: auto;
    width: auto;
    justify-content: center;
    align-items: center;
    padding: 13px 42px;
    transition: all 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border: 1px solid #fff;
  }

  .green-btn {
    background-color: var(--primary-color);
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    display: inline-flex;
    height: auto;
    width: auto;
    justify-content: center;
    align-items: center;
    padding: 13px 42px;
    transition: all 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border: 1px solid #fff;
  }

  /*green btn css*/

  /*footer-sec beign*/

  textarea:active,
  textarea:hover,
  textarea:focus {
    color: #000;
    background-color: #000;
    border-color: var(--primary-color);
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(255 87 34 / 23%);
    font-size: 12px;
  }

  /*footer-sec beign*/

  /*why-us*/

  /*why-us*/
  /*Privacy Policies*/
  .policies .policy-list {
    margin-bottom: 30px;
  }

  .policies .policy-list h5 {
    font-size: 16px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 5px;
    font-family: 'Poppins';
  }

  .policies .policy-list p,
  .policies .policy-list ul li {
    font-size: 16px;
    font-family: 'Poppins';
    margin: 0;
    color: #333333;
  }

  /*Privacy Policies*/

  /* mobile nav */
  #mobile_nav {
    background: #0f0f0f;
    width: 100%;
    display: none;
    z-index: 99;
    position: fixed;
    top: 0px;
    padding: 13px;
  }

  #mobile_nav .logo-head {
    color: white;
    text-align: start;
    margin-left: 20px;
  }

  #mobile_nav .logo-head img {
    width: 20%;
    margin: 0px auto;
  }

  #mobile_nav ul {
    float: right;
    margin-right: 20px;
  }
  #mobile_nav ul li {
    display: block;
    line-height: 80px;
    margin: 0 5px;
  }
  #mobile_nav ul li a {
    color: white;
    font-size: 17px;
    padding: 7px 13px;
    border-radius: 3px;
    text-transform: uppercase;
  }

  #mobile_nav .checkbtn {
    float: right;
    margin-right: 19px;
    cursor: pointer;
    margin-top: 5px;
  }

  #check {
    display: none;
  }

  #mobile_nav ul li a:hover {
    color: var(--primary-color);
  }

  #mobile_nav ul.active {
    color: var(--primary-color);
  }

  /* hamburger*/
  .hamburger .line {
    width: 30px;
    height: 4px;
    background-color: #f300f0;
    display: block;
    margin: 8px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 5px;
    /* box-shadow: 0px 0px 2px 3px #f7f7f7b5; */
  }

  .hamburger:hover {
    cursor: pointer;
  }

  #hamburger-1.is-active .line:nth-child(2) {
    opacity: 0;
  }

  #hamburger-1.is-active .line:nth-child(1) {
    -webkit-transform: translateY(13px) rotate(45deg);
    -ms-transform: translateY(13px) rotate(45deg);
    -o-transform: translateY(13px) rotate(45deg);
    transform: translateY(13px) rotate(45deg);
  }

  #hamburger-1.is-active .line:nth-child(3) {
    -webkit-transform: translateY(-13px) rotate(-45deg);
    -ms-transform: translateY(-13px) rotate(-45deg);
    -o-transform: translateY(-13px) rotate(-45deg);
    transform: translateY(-13px) rotate(-45deg);
  }

  /* hamburger*/

  .main__navigation .dropdown-nav:hover i {
    transition: 0.2s;
    transform: rotate(0deg) !important;
  }
  .main__navigation .dropdown-nav:hover i {
    color: #ffffff;
    transform: rotate(92deg) !important;
    transition: 0.5s;
  }
  .main__navigation .dropdown-nav {
    position: relative;
  }

  .main__navigation ul.dropdown {
      position: absolute;
      top: 39px;
      left: 23px;
      margin: 0;
      border-radius: 10px;
      z-index: 1;
      display: none;
      right: 0px;
      height: auto !important;
      background-color: #67008d;
      width: 170%;
  }

  .main__navigation ul.dropdown li {
    display: inline-block;
    transition: all 0.6s ease-in-out;
    width: 100%;
    margin: 0px 0px 7px 0px;
    padding-left: 20px;
  }

  .main__navigation ul.dropdown li a {
    color: #fff;
    font-family: 'Poppins';
    font-size: 15px;
    width: 100%;
    margin-bottom: 14px;
  }

  .main__navigation ul.dropdown li a:hover {
    color: #47bac3 !important;
    transition: 1.2s !important;
    /* margin-left: 10px; */
  }

  .main__navigation ul.dropdown li i:hover {
    color: #d4fffd;
    border: 1px solid #000;
  }
  .new-link-btn li a {
    margin: 15px 4px 0px 20px;
    border-radius: 100px;
    width: 100%;
    padding: 6px 16px 6px 22px;
    transition: all 0.6s ease-in-out;
    border: 1px solid #ee6b1c !important;
  }

  .new-link-btn li a i {
    color: #fff !important;
    transform: rotate(144deg) !important;
  }

  .main__navigation ul.dropdown li::before {
    display: none;
    transition: all 0.6s ease-in-out;
  }
  .main__navigation ul.dropdown li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
    transition: all 0.6s ease-in-out;
  }

  .main__navigation ul.dropdown li:last-child a {
    border-bottom: none;
    transition: all 0.6s ease-in-out;
  }

  .main__navigation ul.dropdown li {
    position: relative;
  }

  /*home banner css */

  .main-banner {
    /* background-image: url(../images/banner/home-banne-2.png); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100vh;
    min-height: 100vh;
    object-fit: cover;
    width: 100%;
  }


  .home-hd h1 {
    font-size: 3vw;
    font-weight: 500 !important;
    margin: 25px;
    width: 50%;
    margin: 0px auto;
    line-height: 1.9;
}

  .home-hd {
      color: #fff;
      text-align: center;
      margin: 15rem 0px 0px 0px;
  }

  span.sub-hd {
      font-size: 2.5vw;
      font-weight: 400;
  }


  span.top-heading {
    font-size: 2rem;
  }

  section.about-sec {
      /* margin-top: 12rem; */
      position: relative;
      padding-top: 90px;
  }


  .about-sec  img{
    width:80%;
  }

  .col-6.about-tow {
      align-items: center;
      display: grid;
      padding-top: 9%;
  }

  .about-sec::before{content: '';background-color: var(--secondary-color);width: 100%;height: 45rem;position: absolute;top: 0;z-index: -1;}

  .start-up-form input {
    color: #ffff;
    padding: 11px 17px;
    border: 1px solid #ccc;
    border-radius: 6px;
    margin: 0px auto;
    font-size: 13px;
    background-color: #00000096;
    width: 100%;
  }

  .start-up-form {
    margin-top: 50px;
  }

  .start-up-form .deal-btn {
    background-color: #000;
    font-size: 13px;
    color: #fff;
    padding: 11px 8px;
    text-align: center;
    margin: 0px auto;
    border-radius: 5px;
    border: 1px solid #eb6819;

    width: 100%;
  }

  .start-up-form .deal-btn:hover {
    background-color: var(--primary-color);
  }

  .start-up-form ::placeholder {
    color: #ccc;
    opacity: 1; /* Firefox */
  }

  .start-up-form ::-ms-input-placeholder {
    /* Edge 12-18 */
    color: #ccc;
  }

  .start-up-form .inline-block {
    margin-top: 60px;
  }

  a.form-btn-1 i {
    color: #000;
    background-color: #fcc;
    padding: 10px;
    border-radius: 27px;
    transform: rotate(317deg);
    font-size: 18px;
    margin-left: 13px;
    transition: 0.2s;
  }

  a.form-btn-2 i {
    color: #000;
    background-color: #fcc;
    padding: 10px;
    border-radius: 27px;
    transform: rotate(317deg);
    font-size: 18px;
    margin-left: 13px;
    transition: 0.2s;
  }

  .form-btn-2,
  .form-btn-1 {0
    background-color: #fff;
    color: var(--primary-color);
    padding: 6px 9px 6px 22px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 500;
    transition: 0.2s;
  }

  .form-btn-1:hover {
    background-color: var(--primary-color);
    color: #fff;
  }

  .form-btn-1:hover i {
    background-color: #fff;
    transform: rotate(360deg) scale(1.1);
    transition: 0.2s;
  }

  .form-btn-2:hover {
    background-color: var(--primary-color);
    color: #fff;
  }

  .form-btn-2:hover i {
    background-color: #fff;
    transform: rotate(360deg) scale(1.1);
    transition: 0.2s;
  }

  .service-tabs-nav {
    justify-content: end;
    display: flex;
    margin: 0px auto;
    text-align: end;
  }
  .service-tabs-nav .nav-tabs {
    display: inline-block;
    border: 0px;
  }
  .service-tabs-nav .nav-tabs button {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
    padding: 11px 31px;
    margin: 10px;
    border-radius: 23px;
    font-size: 15px;
    display: inline-block;
  }

  .service-tabs-nav .nav-tabs .nav-item.show .nav-link,
  .nav-tabs .nav-link:hover {
    background-color: transparent;
    color: var(--primary-color);
    border: 1px solid #eb681b;
  }

  .service-tabs-nav .nav-tabs .nav-item.show .nav-link,
  .nav-tabs .nav-link.active {
    background-color: transparent;
    color: var(--primary-color);
    border: 1px solid #eb681b;
  }

  .service-tabs-nav .nav-tabs .nav-item.show .nav-link,
  .nav-tabs .nav-link.active i {
    color: #fff;
    transform: rotate(215deg);
    transition: 1.2s;
  }

  .service-tabs-nav .nav-tabs .nav-item.show .nav-link,
  .nav-tabs .nav-link:hover i {
    color: #fff;
    transform: rotate(215deg);
    transition: 1.2s;
  }

  .faq-sec .accordion {
    cursor: pointer;
    width: 100%;
    text-align: left;
    transition: 0.4s;
    font-family: 'Poppins';
    font-size: 23px;
    margin: 16px 0px 0px 0px;
    font-weight: 600;
    border-top: 0px;
    border-bottom: 1px solid #0c1e36;
    text-transform: capitalize;
  }

  .faq-sec .accordion:after {
    content: "\f061";
    font-family: "FontAwesome";
    color: #0c1e36;
    float: right;
    background-color: transparent;
    /* height: 60px; */
    /* width: 60px; */
    margin: 0px auto;
    text-align: center;
    line-height: 1.6;
    font-size: 23px;
    border-radius: 5px;
    transform: rotate(360deg);
  }

  .faq-sec .active:after {
    content: "\f063";
    font-family: "FontAwesome";
    /* background-color: #272220; */
    font-size: 23px;
    transform: rotate(360deg);
  }
  .faq-sec .active {
    border-bottom: 0px;
  }
  .faq-sec .panelfaq {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .panelfaq img {
    border-radius: 10px;
  }
  .progressbar-warp {
    padding: 6px 0px;
  }

  /*empower-sec*/


  .authour{
    margin-top: 60px;
    margin-bottom: 10px;
    box-shadow: 0px 0px 6px 0px #ccc;
    padding: 6%;
  }

  .empower-sec .mian-hd{
    color: var(--primary-color);
  }


  .authour h2 {
      margin-top: 35px;
      margin-bottom: 37px;
      color:var(--primary-color);
  }

  /*empower-sec*/

  /*best-team*/


  /*best-team*/

  /*checkout-book*/

  /*testimonals sec*/

  .happy-clints-sec {
    position: relative;
    background-color: var(--secondary-color);
    color: #fff;

  }


  .clint-slider {
      background-color: #ffffff;
      padding: 8% 8%;
      color: #000;
  }


  .clint-slider strong {
      color: #1da0db;
      font-weight: 400;
  }

  .clint-slider ul.inline-block li {
    display: inline-block;
    color:#edcd17;
    padding-left: 3px;
    font-size: 14px;
  }





  .main-color-testimoanls {
    background-color: #091e37;
  }

  .testimonial-slider .slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 105%;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    border-radius: 0px !important;
    border: 0px solid transparent;
    background-color: var(--primary-color);
  }
  .testimonial-slider .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 105%;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    border-radius: 0px !important;
    border: 0px solid transparent;
    background-color: var(--primary-color);
  }

  .testimonial-slider .slick-prev {
    left: 14px;
    z-index: 1;
  }

  .testimonial-slider .slick-next {
    left: 68px;
  }

  .testimonial-slider .slick-next:before {
    content: "\f061";
  }

  .testimonial-slider .slick-prev:before {
    content: "\f060";
  }

  .testimonial-slider .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 30px;
    line-height: 1;
    opacity: 1;
    /* color:#fff !important; */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "FontAwesome";
  }

  .testimonial-slider .slick-arrow:hover:before {
    color: #000;
    background-color: var(--primary-color);
  }

  /*testimonals sec*/

  /*wrirting-services*/

  /*about us */

  /*modal css begin*/
  .modal-body {
    /* border: 1px solid; */
    padding-left: 5%;
    padding-right: 5%;
  }

  .modal-header {
    padding: 0px;
    border-bottom: 0px;
    position: relative;
  }

  .sign-up-from-modal {
    background: linear-gradient(
      187deg,
      rgba(235, 104, 27, 1) 0%,
      rgb(14 12 11) 100%
    );
    border: 2px solid #ccc;
    border-radius: 10px;
  }

  .modal-header h5 {
    margin: 33px 90px 0px;
    font-size: 39px;
    font-weight: 700;
    line-height: 1.2;
  }

  .modal-footer {
    border-top: 0px;
  }

  .modal-header .btn-close {
    position: absolute;
    right: 20px;
    top: 15px;
    background-color: #ccc;
  }

  /*combo pakges*/

  .modal-setps {
    background-color: #262626;
  }

  .modal-setps .card h5 {
    font-size: 25px;
    font-weight: 600;
  }

  .modal-setps .btn-close {
    position: absolute;
    right: 15px;
    top: -6px;
    background-color: #ccc;
    font-size: 12px;
    padding: 10px;
  }

  .footer-one {
    background-image: url(../images/banner/ft-banner.jpg);
    background-size: cover;
    background-position: center;
    padding: 5%;
  }


  footer.footer-sec {
    padding: 3% 0px 3% 0px;
    /* background-image: url(../images/mix/footer-lab.jpg); */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #fff;
  }

  footer.footer-sec ul.inline-block {
    margin-top: 20px;
  }

  footer.footer-sec ul.inline-block li {
    display: block;
    color: #333333;
    padding-left: 0px;
    padding: 7px 23px 8px;
    font-size: 17px;
    position: relative;
  }

  footer.footer-sec ul.inline-block li::before{
    content: "\f101";
    position: absolute;
    left: 0;
    font-family:fontawesome;
    font-size: 14px;
    top: 10px;
  }

  .footer-hd {
    font-size: 1.8rem;
    font-weight: 500;
    position: relative;
     font-family: 'Poppins';
  }

  .subscribe input {
      background-color: #ccc;
      padding: 4%;
      font-size: 15px;
      width: 100%;
  }

  .subscribe i {
      font-size: 22px;
      background-color: #f300f0;
      padding: 15px;
      color: #dadada;
  }

  .subscribe:hover i{

    background-color: var(--secondary-color);

  }


  section.brand-sec {
      background-color: var(--primary-color);
      padding: 28px;
  }

  section.brand-sec li {
      padding-left:30px;
      font-size: 20px;
      padding-right:30px;
  }

  section.brand-sec a{
    color: #fff;
    transition: 1.0s;
  }

  section.brand-sec a:hover{
    color:var(--secondary-color);
    transform: scale(1.1);
    transition: 1.5s;
  }

  /*danish css*/

  .testimonials-sec ul.inline-block li {
    display: inline-block;
    color: #00b679;
    padding-left: 0px;
    padding-right: 6px;
  }

  .testimonials-sec h3 {
    font-weight: 600;
    font-size: 24px;
  }

  .testimonials-sec strong i {
    color: #00b679;
  }

  .testimonials-sec span {
    font-size: 19px;
    font-weight: 600;
  }

  .testimonials-sec {
    box-shadow: 0px 0px 18px 7px #ccc;
    padding: 7% 2% 5% 2%;
    height: 40vh;
    min-height: 40vh;
    border-radius: 5px;
    margin-top: 20px;
  }
  .testimonials-sec img {
    transition: 1s;
  }

  .testimonials-sec:hover img {
    transform: scale(1.1);
    transition: 1.5s;
  }

  .contact-form p {
    margin-top: 30px;
    margin-bottom: 29px;
    font-size: 15px;
    font-weight: 600;
  }

  /* Team Page CSS Meowati Changing*/


  /* Team Page CSS Meowati Changing*/

  /* button hover Meowati Changing*/

  .green-btn::before,
  .blue-btn::before {
    background: #fff;
    content: "";
    height: 155px;
    opacity: 0;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    width: 50px;
    transition: all 3000ms cubic-bezier(0.19, 1, 0.22, 1);
  }
  .green-btn::after,
  .blue-btn::after {
    background: #fff;
    content: "";
    height: 20rem;
    opacity: 0;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    transition: all 3000ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 8rem;
  }
  .green-btn::before,
  .blue-btn::before {
    left: -50%;
  }

  .green-btn::after,
  .blue-btn::after {
    left: -100%;
  }

  .green-btn:hover {
    border: 1px solid #67008d;
    color: #ffff;
    text-decoration: none;
  }

  .blue-btn:hover {
    color: #fff;
    text-decoration: none;
    background-color: #47bac3;
  }

  .green-btn:hover,
  .green-btn:active {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px 0 rgb(103 0 141);
  }

  .blue-btn:hover,
  .blue-btn:active {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px 0 rgba(255, 255, 255, 0.2);
  }

  .green-btn:hover::before,
  .blue-btn:hover::before {
    left: 120%;
    opacity: 0.5s;
  }

  .green-btn:hover::after,
  .blue-btn:hover::after {
    left: 200%;
    opacity: 0.6;
  }

  /* button hover Meowati Changing*/

  .main__navigation ul.drop-tow li {
    display: block;
    transition: all 0.6s ease-in-out;
    margin: 9px 0px;
    padding-left: 20px;
  }

  .main__navigation ul.drop-tow {
    position: absolute;
    top: 39px;
    left: 23px;
    margin: 0;
    border-radius: 10px;
    z-index: 1;
    display: none;
    right: 0px;
    height: 83px !important;
    background-color: #0e1e35;
    width: 153px;
  }

  /* Rates page css */



  .galley-sec{
     padding: 3% 0px 3% 0px;

    background-image: url(../images/banner/gallry.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }


  .video-sec h1{
    color:   #f300f0 !important;
  }




  .video-sec{
    padding: 3% 0px 3% 0px;

    background-image: url(../images/banner/gallry.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  } 

  .main-port{
    position: relative;
  }


  .row.main-port img {
      margin-top: 23px;
      transform: scale(1.0);
      filter: drop-shadow(2px 4px 6px #ccc);
  }

  section.footer-bottom {
      border-top: 1px solid #cccccc61;
  }

  section.footer-bottom p{
    margin-top: 5px;
    margin-bottom: 5px;
  }
  img.img-fluid.main-tow {
      position: absolute;
      left: -292px;
      width: 37%;
      overflow: hidden;
  }



  .main-one {
    position: absolute;
    left: 84%;
    top: 10%;
    width: 46%;
    overflow: hidden;
  }

  .main-port  img {
      margin: 10px 0px 10px 0px;
  }


  section.offer-sec .col-lg-6 {
      /* margin: 23px 0px 20px; */
      padding: 3% 2% 3% 2%;
  }


  .main-gallry {
      margin: 0px auto;
      text-align: center;
  }

  .gallry-sec {
      padding-bottom: 5rem;
      margin: 0px auto;
      text-align: center;
  }
  .main-gallry img {
    transition: 1.0s;
    width: 250px;
    margin: -2px 5px 5px 4px;
    height: 250px;
    min-width: 250px;
    object-fit: cover;
}
  .main-gallry img:hover{
    transform: scale(1.1);
    transition: 1.5s;
  }



  .main-price{
  margin: 0px auto;
  text-align: center;
  }

.main-price .green-btn {
    margin-bottom: 50px;
}

  .main-price h2{
    font-family: 'Poppins';
    background-color: var(--primary-color);
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
    text-align: center;
    width: 55%;
    padding: 8px;
    transform: rotate(270deg);
    position: relative;
    top: -86px;
    left: -44px;
    font-weight: 400;
  }


  .number-sec h1{

color: var(--primary-color) !important;
  }

   .pric-tag {
      background-color: var(--secondary-color);
      padding: 10% 15% 10% 7%;
      text-align: end;
      font-size: 3rem;
      font-weight: 500;
      color: #fff;
  }
  .price-box small {
      font-size: 14px;
      display: block;
      line-height: 0.3;
  }

  .pric-tag samp {
      font-size: 30px;
      color: red;
  }

  .price-list li {
      padding: 20px;
      text-align: center;
      font-size: 17px;
      border-bottom: 1px solid #ccc;
      margin: 0px auto;
  }
  section.Pricing-sec {
      margin-bottom: 7rem;
  }

  .price-list {
      margin-bottom: 25px;
  }

  .contact-sec{

  }

  .contact-sec span {
      margin-bottom: 14px;
      font-size: 24px;
      font-weight: 500;
  }

  .contact-sec h1 {
      margin: 30px 0px;
  }



  .contact-form input {
      background-color: #f2efef;
      padding: 17px;
      margin: 9px 0px 20px;
      /* width: 100%; */
      box-shadow: 5px 3px 8px -2px #efefef;
      width: 100%;
      font-size: 13px;
  }

  .contact-form textarea{
    width: 100%;
  }

  .contact-form textarea {
    background-color: #f2efef;
      width: 100%;
      height: 153px;
      padding: 14px;
      min-height: 153px;
        font-size: 14px;
  }


  .contact-box i {
      font-size: 59px;
      margin-bottom: 41px;
      color: var(--secondary-color);
  }

  .contact-box a {
      margin: 2px 0 0px;
  }

  .contact-box {
      display: inline-grid;
      text-align: center;
      background-color: #f4f4f4;
      /* padding: 13%; */
      width: 31%;
      box-shadow: 0px 4px 10px #fdfdfd;
      padding: 3%;
      /* margin: -28px 5px; */
      z-index: 1;
  }

  .about-02 {
      margin-top: 100px;
  }


  .contact-sec iframe {
      filter: grayscale(100%);
      transition: 1.0s;
  }

  .contact-sec iframe:hover{
     filter:grayscale(0%);
     transition: 1.2s;
  }




  #calendar {
      max-width: auto;
      margin: 0 auto;
      font-size: 14px;
      font-weight: normal;
  }

  #calendar .fc-h-event {
      background-color: #67008d !important;
      border: 1px solid #67008d !important;
  }

  #calendar h2{
    font-family: 'Poppins' !important;
  }

  #calendar button{
    width: auto !important;
    background-color: #f300f0 !important;
    border-color:  #f300f0 !important;
       text-transform: capitalize !important;
  }

  #calendar button:hover{
       background-color: #67008d !important;
        box-shadow: rgba(76, 91, 106, 0.5) 0px 0px 0px 0.2rem !important;
  }



  .layer-7 {
      position: relative;
      text-align: center;
    }

    .content-layer h2{
       font-family: 'Poppins';
       font-weight: 600;
       font-size: 25px;
    }

    .content-layer {
        background-color: #00000073;
        color: #fff;
        padding: 99px 19px;
        position: absolute;
        z-index: 1;
        top: 52px;
        width: 86%;
        left: 30px;
        height: 80%;
    }

    .logo-main img
   {
      margin-top: 73px;

   }


/* registration form css */





.number-box i{
  color: #fff;
}


.number-box {
  position: relative;
  gap: 50px;
}


.number-box a {
  background-color: #f300f357;
  font-size: 14px;
  border-radius: 5px;
  text-decoration: none;
  position: absolute;
  height: 80px;
  width: 80px;
  align-items: center;
  margin: 0px auto;
  left:40px;
  right:20px;
  margin: 0px auto;
 bottom: 0px;
  opacity: 0;
  border-radius: 100px;
}


.number-box:hover a{
  transform: translateY(-10px);
  transition: 1.3s;
  opacity: 1;
  top: 50px;
}
.number-box {
  position: relative;
  margin-left: 20px;
  margin-right: 20px;
}
.number-box  h3{
  font-family: 'Poppins';
  font-size: 20px;
  margin-top: 20px;
}


.number-box i {
    color: #fff;
    margin: 26px 0;
    font-size: 23px;
}

.five-box ul.inline-block li {
  display: inline-block;

}

          




.video-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 15px;
  margin: 0px auto;
}
  

.video-container img {
  position: relative;
  object-fit: cover;
  transition: all 0.4s ease-in-out;
  height: 500px;
  width: 500px;
}


  

.video-container:hover img {
  transform: scale(1.1);
  
  transition: all 0.4s ease-in-out;
}



  .video-container .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 50px;
    color: #f1e9e9;
    z-index: 2;
    transition: transform 0.5s ease;
    bottom: calc(100% - 70%);
}


.video-container .play-icon {
  position: absolute;
  top: 39%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 50px;
  color: #f1e9e9;
  z-index: 2;
  transition: transform 0.5s ease;
  bottom: calc(100% - 45%);
}
  .video-container:hover .play-icon {
    transform: translate(-50%, -50%) scale(1.2);
    
  }
  .video-container .play-icon i.fas.fa-play {
    border: 3px solid #ff0707;
    padding: 30px;
    border-radius: 100px;
    height: 120px;
    width: 120px;
    line-height: 1.5;
    background-color: #00000085;
    box-shadow: 0px 0px 4px 1px hsl(0, 57%, 59%);
    animation: animate-pulse 3s linear infinite;
    font-size: 37px;
}




@keyframes animate-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(247, 247, 247, 0.918), 0 0 0 0 rgba(255, 255, 255, 0.301);
    }
    40% {
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.308), 0 0 0 0 rgba(255, 255, 255, 0.26);
    }
    80% {
        box-shadow: 0 0 0 10px #ffffff38, 0 0 0 15px #ffffff2d;
    }
    100% {
        box-shadow: 0 0 0 10px hsla(0, 0%, 100%, 0), 0 0 0 15px hsla(0, 0%, 100%, 0);
    }
}




.registration-form .container {
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
  }



  .registration-form .form-group {
    margin-bottom: 20px;
  }

  .registration-form .form-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }

  .registration-form label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
  }

 .registration-form input[type="text"],
  .registration-form input[type="tel"],
  .registration-form input[type="email"],
  .registration-form input[type="number"],
  .registration-form input[type="date"],
  .registration-form textarea {
    width: 100%;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
  }

  .registration-form input[type="radio"],
  .registration-form input[type="checkbox"] {
    margin-right: 5px;
  }

  .registration-form .radio-group,
  .registration-form .checkbox-group {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }

  .registration-form button {
    background-color: #4caf50;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
  }

  .registration-form button:hover {
    background-color: #45a049;
  }

  .registration-form .policies {
    margin-top: 40px;
  }

  .registration-form .policies p {
    margin-bottom: 15px;
  }

  @media screen and (max-width: 600px) {
    .registration-form .form-row {
      flex-direction: column;
    }

    .registration-form .radio-group,
    .registration-form .checkbox-group {
      flex-direction: column;
    }
  }
  section.number-sec.sec-pd.vid-content-sec {
    margin-top: -90px;
}

/* Desktop header navigation fix */
@media screen and (min-width: 769px) {
    .mian-header {
        position: relative;
        top: 0;
        width: 100%;
        height: 100px;
        min-height: 100px;
        background-color: #67008d;
        z-index: 10;
    }

    .mian-header::before {
        display: none;
    }

    .mian-header .container,
    .mian-header .row {
        height: 100%;
    }

    .main__navigation {
        position: relative;
        width: 100%;
        z-index: 11;
    }

    .main__navigation > ul.inline-block {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 26px;
    }

    .main__navigation > ul.inline-block > li {
        display: block;
        padding-left: 0;
    }

    .main__navigation > ul.inline-block > li > a {
        color: #ffffff;
        font-size: 17px;
        font-weight: 600;
        text-decoration: none;
        white-space: nowrap;
    }

    .logo-main img {
        margin-top: 0;
        width: auto;
        max-height: 85px;
    }
}

/* Improved homepage banner text */
.home-hd {
    margin-top: 10rem;
    padding: 0 20px;
}

.home-hd h1 {
    width: 90%;
    max-width: 800px;
    margin: 22px auto 18px;
    font-size: clamp(38px, 3vw, 52px);
    line-height: 1.15;
    font-weight: 600 !important;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.75);
}

.home-hd h2 {
    max-width: 850px;
    margin: 0 auto;
    font-size: 22px;
    line-height: 1.3;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.75);
}

.home-hd .para {
    width: 75%;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.6;
    font-size: 18px;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.9);
}

/* Lead form and homepage action buttons */
.hero-actions {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 25px;
}

.home-hd .hero-actions .banner-btn {
    min-width: 170px;
    margin: 0 !important;
    padding: 15px 28px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    border-radius: 5px;
}

.hero-secondary-btn {
    color: #ffffff;
    background-color: #67008d;S
    border: 2px solid #ffffff;
}

.hero-secondary-btn:hover {
    color: #67008d;
    background-color: #ffffff;
}

.main__navigation a.nav-cta-link {
    padding: 9px 15px;
    color: #ffffff;
    background-color: #f300f0;
    border-radius: 4px;
}

.lead-form-section {
    background-color: #ffffff;
}

.lead-form-wrapper {
    max-width: 900px;
    margin: 0 auto;
    padding: 30px;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.10);
}

.lead-form-wrapper iframe {
    display: block;
    width: 100%;
    margin-top: 20px;
}

@media screen and (max-width: 768px) {
    .hero-actions {
        gap: 10px;
        padding: 0 15px;
    }

    .home-hd .hero-actions .banner-btn {
        width: 100%;
        max-width: 260px;
    }

    .lead-form-wrapper {
        padding: 15px;
    }
}

/* Reduce space above Get Started form */
.about-last.sec-pd {
    padding-top: 35px;
}

/* Pricing page spacing and readability */
.about-us-sec.sec-pd {
    padding-top: 55px;
    padding-bottom: 25px;
}

.about-us-sec .para {
    width: 90%;
    max-width: 950px;
    margin: 12px auto 0;
    font-size: 16px;
    line-height: 1.6;
}

.about-us-sec + .lead-form-section.sec-pd {
    padding-top: 20px;
    padding-bottom: 60px;
}

.lead-form-wrapper {
    max-width: 760px;
    padding: 28px 32px;
}

.lead-form-wrapper .mian-hd {
    margin-bottom: 10px;
    font-size: 32px;
}

.lead-form-wrapper iframe {
    margin-top: 10px;
}

@media screen and (max-width: 768px) {
    .about-us-sec.sec-pd {
        padding: 35px 15px 15px;
    }

    .about-us-sec .para {
        width: 100%;
        font-size: 15px;
    }

    .about-us-sec + .lead-form-section.sec-pd {
        padding: 15px 10px 40px;
    }

    .lead-form-wrapper {
        padding: 20px 12px;
    }

    .lead-form-wrapper .mian-hd {
        font-size: 25px;
    }
}
/* Tighten Pricing page spacing */
.about-us-sec.sec-pd {
    padding-bottom: 0 !important;
}

section.lead-form-section.sec-pd {
    padding-top: 0 !important;
    margin-top: -25px;
    padding-bottom: 60px !important;
}

@media screen and (max-width: 768px) {
    section.lead-form-section.sec-pd {
        margin-top: 0;
        padding-top: 10px !important;
        padding-bottom: 40px !important;
    }
}
/* Use a lighter weight for inner-page banner titles */
.banner-sec h1,
.banner-sec h1 strong,
.banner-sec h1 b {
    font-weight: 300 !important;
}
/* Schedule PDF download card */
.schedule-download-section {
    padding: 65px 20px;
    background-color: #f8f8f8;
}

.schedule-download-card {
    max-width: 700px;
    margin: 0 auto;
    padding: 45px 30px;
    text-align: center;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.10);
}

.schedule-pdf-icon {
    margin-bottom: 15px;
    color: #f300f0;
    font-size: 55px;
}

.schedule-download-card h2 {
    margin-bottom: 12px;
    color: #67008d;
    font-size: 32px;
    font-weight: 500;
}

.schedule-download-card p {
    margin: 0 auto 28px;
    color: #444444;
    font-size: 16px;
    line-height: 1.6;
}

.schedule-actions {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
}

.schedule-actions a {
    min-width: 175px;
    padding: 13px 22px;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
}

.schedule-download-btn {
    color: #ffffff;
    background-color: #67008d;
}

.schedule-download-btn:hover {
    color: #ffffff;
    background-color: #f300f0;
}

@media screen and (max-width: 768px) {
    .schedule-download-section {
        padding: 40px 15px;
    }

    .schedule-download-card {
        padding: 35px 18px;
    }

    .schedule-download-card h2 {
        font-size: 26px;
    }

    .schedule-actions a {
        width: 100%;
        max-width: 260px;
    }
}
