/********** Template CSS **********/
:root {
    --primary: #8268eb;
    --secondary: #0f5645;
    --light: #F2F2F2;
    --dark: #6f6d80;
  }

  .main-cont{
    display: flex;
    flex-direction: column;
    overflow-y: hidden;
    /* scroll-snap-type: mandatory; */
  }
  
  .btn {
    font-weight: 700;
    transition: .5s;
  }
  
  .btn:hover {
    -webkit-box-shadow: 0 8px 6px -6px #555555;
    -moz-box-shadow: 0 8px 6px -6px #555555;
    box-shadow: 0 8px 6px -6px #555555;
  }
  
  .btn.btn-secondary {
    color: #FFFFFF;
  }
  
  .btn-square {
    width: 36px;
    height: 36px;
  }
  
  .btn-sm-square {
    width: 28px;
    height: 28px;
  }
  
  .btn-lg-square {
    width: 46px;
    height: 46px;
  }
  
  .btn-square,
  .btn-sm-square,
  .btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
  
  .back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
  }
  
  .navbar-dark .navbar-nav .nav-link {
    position: relative;
    margin-left: 30px;
    padding: 35px 0;
    font-size: 18px;
    color: var(--light);
    outline: none;
    transition: .5s;
  }
  
  .sticky-top.navbar-dark .navbar-nav .nav-link {
    padding: 20px 0;
  }
  
  .navbar-dark .navbar-nav .nav-link:hover,
  .navbar-dark .navbar-nav .nav-link.active {
    color: var(--primary);
  }
  
  @media (min-width: 992px) {
    .navbar-dark .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 5px;
        bottom: 0;
        left: 50%;
        background: var(--primary);
        transition: .5s;
    }
  
    .navbar-dark .navbar-nav .nav-link:hover::before,
    .navbar-dark .navbar-nav .nav-link.active::before {
        width: 100%;
        left: 0;
    }
  }
  
  @media (max-width: 991.98px) {
    .navbar-dark .navbar-nav .nav-link  {
        margin-left: 0;
        padding: 10px 0;
    }
  }
  
  .bg-hero {
    background: url(../img/hero2.png) top right no-repeat;
    background-size: contain;
  }
  
  @media (max-width: 991.98px) {
    .bg-hero {
        background-size: cover;
    }
  }
  
  .about-start,
  .about-end {
    background: url(../img/aout-bg.jpg) center center no-repeat;
    background-size: contain;
    
  }
  
  @media (min-width: 992px) {
    .about-start {
        position: relative;
        margin-right: 10px;
       
        z-index: 1;
    }
  
    .about-end {
        position: relative;
        margin-left: 10px;
        z-index: 1;
    }
  }
  
  .service-item,
  .contact-item {
    background: url(../img/service.jpg) top center no-repeat;
    background-size: cover;
    transition: .5s;
  }
  
  .service-item:hover,
  .contact-item:hover {
    background: url(../img/service.jpg) bottom center no-repeat;
    background-size: cover;
  }
  
  .service-item .service-icon,
  .contact-item .contact-icon {
    margin-top: -50px;
    width: 100px;
    height: 100px;
    color: var(--secondary);
    background: #FFFFFF;
    transform: rotate(-45deg);
  }
  
  .service-item .service-icon div,
  .contact-item .contact-icon div {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    transition: .5s;
  }
  
  .service-item .service-icon i,
  .contact-item .contact-icon i {
    transform: rotate(45deg);
    transition: .5s;
  }
  
  .service-item:hover .service-icon div,
  .contact-item:hover .contact-icon div {
    background: var(--secondary);
  }
  
  .service-item:hover .service-icon i,
  .contact-item:hover .contact-icon i {
    color: var(--primary);
  }
  
  .service-item a.btn {
    position: relative;
    bottom: -30px;
    opacity: 0;
  }
  
  .service-item:hover a.btn {
    bottom: 0;
    opacity: 1;
  }
  
  .bg-quote {
    background: url(../img/quote.jpg) top right no-repeat;
    background-size: contain;
  }
  
  @media (max-width: 991.98px) {
    .bg-quote {
        background-size: cover;
    }
  }
  
  .team-item {
    position: relative;
    margin-bottom: 45px;
  }
  
  .team-text {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: url(img/team.jpg) bottom center no-repeat;
    background-size: cover;
    height: 90px;
    padding: 0 30px;
    right: 45px;
    left: 45px;
    bottom: -45px;
    transition: .5s;
    z-index: 1;
  }
  
  .team-item:hover .team-text {
    height: 100%;
    bottom: 0;
  }
  
  .team-social {
    position: absolute;
    transition: .1s;
    transition-delay: .0s;
    opacity: 0;
  }
  
  .team-item:hover .team-social {
    transition-delay: .3s;
    opacity: 1;
  }
  
  .bg-testimonial {
    background: url(../img/testimonial.jpg) top left no-repeat;
    background-size: contain;
  }
  
  @media (max-width: 991.98px) {
    .bg-testimonial {
        background-size: cover;
    }
  }
  
  .testimonial-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
    justify-content: start;
  }
  
  .testimonial-carousel .owl-nav .owl-prev,
  .testimonial-carousel .owl-nav .owl-next{
    position: relative;
    margin: 0 5px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--secondary);
    font-size: 22px;
    border-radius: 45px;
    transition: .5s;
  }
  
  .testimonial-carousel .owl-nav .owl-prev:hover,
  .testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
  }
  
  .testimonial-carousel .owl-item img {
    width: 60px;
    height: 60px;
  }
  
  .bg-call-to-action {
    background: url(../img/call-to-action.jpg) top right no-repeat;
    background-size: contain;
  }
  
  .bg-footer {
    background: url(../img/footr.jpg) center center no-repeat;
    background-size: contain;
  }
  
  @media (max-width: 991.98px) {
    .bg-call-to-action,
    .bg-footer {
        background-size: cover;
    }
  }
  
  .gannu form {
    height: 30%;
    width: 100%;
    border-radius: 8px;
    inset: 4px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 3%;
  }
  
  
  
  /* <<<<< Abhishek >>>>>>>>>>>>>>>>>>>>> */
  
  
  .start-header {
    opacity: 1;
    transform: translateY(0);
    padding: 20px 0;
    /* box-shadow: 0 10px 30px 0 #0f151826; */
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    padding: 0 5%;
  }
  
  .start-header.scroll-on {
    box-shadow: 0 5px 10px 0 #0f1417;
    /* padding: 10px 0; */
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background-color: #cfeb5299;
  }
  
  .start-header.scroll-on .navbar-brand img {
    height: 30px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  
  .navigation-wrap {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    /* box-shadow: 0 2px 20px #000; */
  }
  
  .navbar {
    padding: 0;
    position: relative;
    transition: all 0.3s ease-out;
  }
  
  .start-header.scroll-on .navbar {
    width: 100%;
    padding: 3px 0;
    margin: 0 -5px;
    transition: all 0.3s ease;
  }
  
  .navbar-brand img {
    height: 40px;
    width: auto;
    display: block;
    filter: brightness(100%);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  
  .navbar .brand-title {
    margin: auto auto 0px -9px;
    font-size: 20px;
    transition: all 0.3s ease-out;
  }
  
  .start-header.scroll-on .brand-title {
    font-size: 25px;
    transition: all 0.3s ease-out;
    text-shadow: 1px 1px 2px black;
  }
  
  .navbar-toggler {
    float: right;
    border: none;
    padding-right: 0;
  }
  
  .navbar-toggler:active,
  .navbar-toggler:focus {
    outline: none;
  }
  
  .navbar-light .navbar-toggler-icon {
    width: 24px;
    height: 17px;
    background-image: none;
    position: relative;
    border-bottom: 1px solid #000;
    transition: all 300ms linear;
  }
  
  .navbar-light .navbar-toggler-icon:after,
  .navbar-light .navbar-toggler-icon:before {
    width: 24px;
    position: absolute;
    height: 1px;
    background-color: #000;
    top: 0;
    left: 0;
    content: '';
    z-index: 2;
    transition: all 300ms linear;
  }
  
  .navbar-light .navbar-toggler-icon:after {
    top: 8px;
  }
  
  .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
    transform: rotate(45deg);
  }
  
  .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
    transform: translateY(8px) rotate(-45deg);
  }
  
  .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    border-color: transparent;
  }
  
  .nav-link {
    color: #212121 !important;
    font-weight: 500;
    transition: all 200ms linear;
  }
  
  .nav-item:hover .nav-link {
    color: #8167a9 !important;
    text-shadow: 0 0 1px black;
  }
  
  .nav-item.active .nav-link {
    color: #777 !important;
  }
  
  .nav-link {
    position: relative;
    padding: 5px 0 !important;
    display: inline-block;
  }
  
  .nav-item:after {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
    background-color: #8167a9;
    opacity: 0;
    transition: all 200ms linear;
  }
  
  .nav-item:hover:after {
    bottom: 0;
    opacity: 1;
  }
  
  .nav-item.active:hover:after {
    opacity: 0;
  }
  
  .nav-item {
    position: relative;
    transition: all 200ms linear;
  }
  
  .nav-item .dropdown-menu {
    transform: translate3d(0, 10px, 0);
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    display: block;
    padding: 0;
    margin: 0;
    transition: all 200ms linear;
  }
  
  .nav-item.show .dropdown-menu {
    opacity: 1;
    visibility: visible;
    max-height: 999px;
    transform: translate3d(0, 0px, 0);
  }
  
  .dropdown-menu {
    padding: 10px !important;
    margin: 0;
    font-size: 13px;
    letter-spacing: 1px;
    color: #212121;
    background-color: #fcfaff;
    border: none;
    border-radius: 3px;
    box-shadow: 0 5px 10px 0 #8a9ba526;
    transition: all 200ms linear;
  }
  
  .dropdown-toggle::after {
    display: none;
  }
  
  .dropdown-item:hover,
  .dropdown-item:focus {
    color: #fff;
    background-color: rgba(129, 103, 169, .6);
  }
  
  /* .................................................header end */
  
  /* ..................................icons stars */
  .top-cont-section.section6 {
    position: relative;
    width: 100%;
    min-height: 60vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  
  
  .top-cont-section.section6 h1{
    position: relative;
    transition: all 0.5s ease;
  }
  
  h1::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    height: 2px;
    width: 0;
    z-index: 1;
    background-color: black;
    border-radius: 40px;
    transition: all 0.5s ease;
  }
  .top-cont-section.section6:hover .hh::after{
    background-color: #0602f5;
    width: 100%;
    transition: all 0.5s ease;
  }
  
  .top-cont-section.section6 .all-services {
    width: 100%;
    height: 100%;
    padding: 5%;
    display: grid;
    grid-template-columns: auto auto auto auto auto auto;
  
  }
  
  .top-cont-section.section6 .icons {
  
    /* width: 200px; */
    height: 200px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    transition: all 0.3s ease;
    color: rgb(1, 2, 0);
  
  }
  
  .top-cont-section.section6 .all-services .icons img {
    width: 50%;
    height: 40%;
    transition: all 0.3s ease;
    cursor: pointer;
  
  }
  
  .top-cont-section.section6 .all-services .icons:hover img {
    transform: scale(1.1);
    transition: all 0.3s ease;
    color: red;
  }
  
  .top-cont-section.section6 .all-services .icons:hover {
    box-shadow: 0 0 6px #000;
    transition: all 0.3s ease;
    color: #0602f5;
    border-radius: 4px;
  }
  
  .top-cont-section.section6 .all-services .icons span {
    width: 100%;
    text-align: center;
  }
  
  /* ..................................icons end */
  
  /* ...........................service box start */
  .cont {
    width: 85%;
    margin: 0 auto;
    /* min-height: 80vh; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow-x: hidden;
    transition: 0.5s;
    color: #080808;
    letter-spacing: 2px;
    word-spacing: 3px;
    margin-top: 50px;
  }
  
  .cont p {
    width: 80%;
    text-align: center;
    word-wrap: break-word;
    font-size: 20px;
  }
  
  .cont h2 {
    width: 100%;
    text-align: center;
    text-shadow: 2px 2px 3px #000;
  }
  
  .box {
    position: relative;
    /* width: 30%; */
    height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    box-shadow: 3px 4px 5px #000;
    color: white;
    transform: translateX(400%);
    transition: transform 0.9s ease;
    overflow: hidden;
    font-weight: 500;
    text-shadow: 2px 2px 3px #000;
  }
  
  .box img {
    position: relative;
    top: 0;
    width: 100%;
    height: 100%;
    border: none;
    cursor: pointer;
  }
  
  .box::after {
    content: "";
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    height: 0;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: #0001;
  }
  
  .box::after:hover img {
    height: 100%;
    width: 100%;
  }
  
  .box span {
    position: absolute;
    bottom: 10px;
  }
  
  .box:nth-of-type(even) {
    transform: translateX(-400%);
    transition: 0.5s;
  }
  
  .cont .main_box {
    width: 100%;
    height: 40vh;
    /* background-color: red; */
  }
  
  .box.show {
    transform: translateX(0);
  }
  
  .a {
    width: 95%;
    /* height: 200px; */
    display: grid;
    grid-template-columns: auto auto auto;
    align-items: center;
    justify-content: space-between;
    gap: 2%;
    row-gap: 40px;
    /* background-color: aqua; */
    padding: 10px 5px;
    transition: 0.5s;
  }
  
  @media screen and (max-width: 1000px) {
    .a {
      grid-template-columns: auto auto;
    }
  
    .top-cont-section.section6 .all-services {
      grid-template-columns: auto auto auto auto;
    }
  }
  
  @media screen and (max-width: 700px) {
    .a {
      grid-template-columns: auto;
    }
  
    .top-cont-section.section6 .all-services {
      grid-template-columns: auto auto;
    }
  }
  
  .shifting {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50vh;
    gap: 1%;
    padding: 2%;
    margin: 0;
    /* background-color: rgb(97, 203, 230); */
  }
  
  .box-last1,
  .box-last2 {
    width: 50%;
    height: 98%;
    box-shadow: none;
    transform: translateY(45%);
    margin-top: 10px;
    transition: 0.5s;
  }
  
  .box-last1 {
    padding: 5px;
  }
  
  .box-last2 {
    overflow: hidden;
    bottom: 20px;
    box-shadow: 3px 3px 0 2px #000;
    border-radius: 0 0 10px 0;
  }
  
  /* ................add to cart */
  .add_service {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 55;
    transition: 0.5s;
    background-color: #0008;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
  }
  
  .add_service:hover {
    opacity: 1;
    transition: 0.5s;
  }
  
  .a_anime {
    position: absolute;
    width: 100%;
    left: -100%;
    height: 30px;
    /* background-color: yellow; */
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.1s;
  }
  
  .a_anime_show {
    left: 0;
    transition: 0.3s;
  }
  
  .add_service .a_anime a {
    /* position: absolute; */
    color: #fff;
    /* left: 100%; */
    font-size: 20px;
    height: 30px;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #10111399;
    padding-bottom: 3px;
    box-shadow: 0 0 15px 4px black;
    border-radius: 50px;
    text-decoration: none;
  }
  
  .add_service a:hover {
    transform: scale(1.06);
    color: greenyellow;
    background: transparent;
    text-decoration: none;
    transition: all 0.3s ease;
  }
  
  
  
  /* ............................................animation.css */
  @media screen and (max-width: 550px) {
    .cont {
      /* background-color: rgb(255, 251, 4); */
      transition: 0.5s;
    }
  
    .cont p {
      width: 80%;
      text-align: center;
      font-size: 20px;
    }
  
    .cont h2 {
      width: 80%;
      font-size: 25px;
      text-align: center;
    }
  
    .a {
  
      flex-direction: column;
      gap: 20px;
      width: 95%;
      transition: 0.5s;
    }
  
    .box {
      width: 80%;
      transition: 0.5s;
    }
  }
  
  /* ...........................service box end */
  
  /* ................................................Book Service btn start */
.booking-btn0 {
    cursor: pointer;
    right: 4%;
    bottom: 4%;
    position: fixed;
    height: 50px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 3s ease;
    border: none;
  }
  
  .btn0-animation {
    background-color: #000;
    width: 50px;
    border-radius: 50px;
    animation: btn0 5s infinite;
    transition: all 0.7s ease;
  }
  
  .show-btn0 {
    border-radius: 5px;
    transition: all 0.1s ease;
    box-shadow: 2px 2px 5px #fff;
    background-color: #0009;
  }
  
  @keyframes btn0 {
  
    0%,
    100% {
        width: 50px;
        transition: all 3s ease;
    }
  
    50% {
        width: 200px;
        border-radius: 6px;
        transition: all 3s ease;
    }
  }
  
  .booking-btn01 {
    color: white;
    font-size: 25px;
  }
  
  .btn01-animation {
    opacity: 0;
    animation: btn01 5s infinite;
    transition: all 3s ease-in-out;
  }
  
  @keyframes btn01 {
  
    0%,
    100% {
        opacity: 0;
        transition: all 3s ease;
    }
  
    20% {
        opacity: 0;
        transition: all 3s ease;
    }
  
    28% {
        opacity: 1;
        transition: all 3s ease;
    }
  
    35% {
        opacity: 1;
        transition: all 3s ease;
    }
  
    72% {
        opacity: 0;
        transition: all 3s ease;
    }
  }
  
  .btn0-stop {
    width: 200px;
    height: 50px;
  }
  
  .book-form {
    position: fixed;
    width: 80%;
    max-width: 550px;
    height: 77vh;
    border-radius: 15px;
    transition: 0.5s;
    z-index: 99;
    background-color: #000;
  }
  
  .book-form h3 {
    color: #fff;
    margin: 8% 0 0 10%;
    text-shadow: 0 0 1px #fff;
  }
  
  .show-btn01 {
    transition: all 0.1s ease;
    text-shadow: 2px 2px 5px #000;
  }
  
  /* ...........................................hidden anime */
  .hiden {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
    left: -100%;
    transition: all 1s ease-in-out;
    background-color: #0019;
  }
  
  .form-show {
    left: auto;
    transition: all 1s ease-in-out;
  }
  
  /* ..............................book form */
  form {
    height: 70%;
    width: 100%;
    border-radius: 8px;
    inset: 4px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 3%;
  
  }
  
  form .inputbox {
    position: relative;
    width: 80%;
    margin-top: 15px;
  }
  
  
  form .inputbox input,
  form .inputbox textarea {
    position: relative;
    width: 100%;
    padding: 10px 10px 12px;
    background: transparent;
    outline: none;
    box-shadow: none;
    color: #23242a;
    font-style: 1em;
    letter-spacing: 0.05em;
    transition: 0.5;
    z-index: 10;
    border: none;
  
  }
  
  form .inputbox span {
    position: absolute;
    left: 0;
    padding: 15px 10px 10px;
    pointer-events: none;
    color: #8f8f8f;
    font-size: 1em;
    letter-spacing: 0.05em;
    transition: 0.5s;
  }
  
  form .inputbox input:hover~span,
  form .inputbox textarea:hover~span {
    color: #fff;
  }
  
  form .inputbox input:valid~span,
  form .inputbox input:focus~span {
    color: #fff;
    font-size: 0.75em;
    transform: translateY(-55%);
    background: #251b1999;
    border-radius: 50px;
    padding: 3px 8px;
    z-index: 99;
    letter-spacing: 1px;
    text-shadow: 0 0 3px #000;
  }
  
  .textarea span {
    /* background-color: hsla(0, 5%, 24%, 0.6); */
    z-index: 99;
  }
  
  .inputbox i {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius: 4px;
    transition: 0.5s;
    pointer-events: none;
  }
  
  form .inputbox input:valid~i,
  form .inputbox input:focus~i,
  form .inputbox textarea:valid~i,
  form .inputbox textarea:focus~i {
    height: 100%;
  }
  
  .inputbox p {
    color: #fff;
  }
  
  .inputbox p:hover {
    clear: #fff;
  }
  
  
  .submit {
    padding-top: 3%;
    width: 80%;
    margin-top: 3.5%;
  }
  
  .submit input {
    width: 100%;
    padding: 5px 0;
    color: greenyellow;
    background: rgb(0, 89, 255);
    font-size: 20px;
    border: none;
    cursor: pointer;
    text-shadow: 0 0 6px #000;
    border-radius: 6px;
  }
  
  .submit input:hover {
    text-shadow: 0 0 9px #000;
    transform: scale(1.1);
    color: yellow;
    background: rgb(84, 130, 216);
    transform: scale(0.98);
    box-shadow: 0px 0px 5px #000;
  }
  
  /* ........................closs */
  .close {
    position: absolute;
    right: 5%;
    top: 2%;
    width: 30px;
    height: 30px;
    opacity: 0.7;
  }
  
  .close:hover {
    opacity: 1;
  }
  
  .close:before,
  .close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 33px;
    width: 2px;
    background-color: #fff;
  }
  
  .close:before {
    transform: rotate(45deg);
  }
  
  .close:after {
    transform: rotate(-45deg);
  }
  /* ................................................Book Service btn end */