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

/*body {*/
/*     font-family: "Hanken Grotesk", sans-serif;*/
/*     overflow-x: hidden;*/

/*}*/

body, html {
    overflow-x: hidden;
    font-family: "Hanken Grotesk", sans-serif;
}




a {
    text-decoration: none;
    color: #000000;
}

p { 
    color: #000000;
}

.video-wrapper {
   height: 100vh;
    width: 100%;
    overflow: hidden;
    position: relative;

}

.video-wrapper video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

nav {
 position: absolute;
    width: 68%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 13px 0;
    background: #fff;
    top: 25px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 50px;
    box-shadow: 0px 0px 20px #00408A29;
    z-index: 1;
}

.menu-list ul {
   display: flex;
    gap: 20px;
    margin: 0 35px;
/*     padding-left: 150px; */
    
}

.menu-list {
    display: inline-flex;
}

.menu-list ul li {
    list-style: none;
    /* text-align: left; */
}


.header-button a {
    color: #fff;
    padding: 10px 20px;
    background: linear-gradient(to right, #59B7E1, #076ADB);
    border-radius: 20px;
}

.menu-list ul li a:hover {
    color: #22a4e9;
}

.banner-text {
    position: absolute;
    top: 36%;
    left: 40%;
    transform: translate(-50%, -50%);
    
}

.banner-text h1 {
    font-size: 42px;
    color: #00408A;
    font-weight: 800;
    width:72%;
    line-height: 1.5;
    /*box-shadow: 0px 0px 20px #FFFFFFA3;*/
}

.banner-text p {
    font-size: 32px;
    font-weight: 700;
    margin: 0;
    padding-bottom: 30px;
}

.banner-text a {
    color: #fff;
    padding: 9px 40px;
    background: linear-gradient(to right, #59B7E1, #076ADB);
    border-radius: 20px;
    font-size: 20px;
    font-weight: 500;
}

.banner-text i {
    font-size: 18px;
}

.main-card.text-center {
    box-shadow: 0px 0px 20px #00408A29;
    padding: 20px;
    height: 100%;
    border-radius: 20px;
}

.card {
    border: none;
}

.card h4 {
    padding-top: 20px;
    color: #00408A;
    font-weight: 700;
    font-size: 22px;
}

.about-text span {
    font-size: 22px;
    color: #00408A;
    font-weight: 600;
}

.about-text h2 {font-size: 42px;color: #000000;font-weight: 800;/* width: 80%; */}

.about-text p {
    font-size: 18px;
    line-height: 38px;
    color: #414141;
}

.about-button a {
    color: #fff;
    padding: 10px 30px;
    background: linear-gradient(to right, #59B7E1, #076ADB);
    border-radius: 20px;
}

.bg-color-about
{
    background: #00000000 linear-gradient(119deg, #bbe5fb80 0%, #076adb38 100%) 0% 0% no-repeat padding-box;
    padding: 90px 0px;
}

.main-card.text-center:hover {
    transform: translateY(-30px);
    transition: 0.5s;
}

.service-card {
    display: flex;
    align-items: center;
    gap: 5px;
    box-shadow: 0px 0px 20px #00408A29;
    margin-bottom: 20px;
    margin: 5px;
    padding: 15px 10px;
    border-radius: 15px;
       width: 320px;
}


.service-heading p {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

.about-heading p {
    font-size: 22px;
    color: #00408A;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
}

.about-heading h3 {
    font-size: 42px;
    width: 100%;
    font-weight: 800;
       padding: 0 3px;
}

.why-choose-card-bg
{
      background-image: url(../../assets/images/bg-interested.png);
    padding: 80px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -85px;
     background-position: center; 
    position: relative;
}

.intersted-text h2{
    color: #fff;
    font-size: 36px;
    font-weight: 800;
    padding-bottom: 20px;
}

.intersted-text a {
    border: 1px solid #fff;
    font-size: 18px;
    padding: 15px 40px;
    border-radius: 20px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
}

.might-card {
    box-shadow: 0px 0px 20px #00408A29;
    background: #fff;
    padding: 30px;
    margin-bottom: 15px;
    border-radius: 20px;
}

.might-card h4 {
    color: #000000;
    font-weight: 700;
}

.might-card p {
    color: #414141;
    font-size: 18px;
}

.intersted-text.text-center p {
    color: #fff;
    font-size: 18px;
    margin-top: -18px;
} 

.get-text h2
{ 
    font-size: 52px;
    color: #000000;
    font-weight: 800;

}

.get-text p
{ 
   font-size: 18px;
    line-height: 32px;
    color: #414141;
    width: 60%;
    margin: 0 auto;

}

.contact-form {
    background: linear-gradient(to right, #bbe5fb, #076adb7a);
    padding: 30px;
    border-radius: 20px;
    margin-left: 0px;
}

.contact-form .form-group input {
    width: 100%;
    height: 50px;
    margin-bottom: 16px;
    padding: 0 20px;
    box-shadow: 0px 0px 6px #00000029;
    border: none;
    border-radius: 20px;
    outline: none;
}

.contact-form .form-group label {
    color: #414141;
}

.contact-form .form-group textarea {
    width: 100%;
    height: 150px;
    margin-bottom: 16px;
    padding: 0 20px;
    box-shadow: 0px 0px 6px #00000029;
    border: none;
    border-radius: 20px;
    outline: none;
}


.banner-contact a {
    color: #fff;
    padding: 10px 30px;
    background: linear-gradient(to right, #59B7E1, #076ADB);
    border-radius: 20px;
}

footer.bg-color {
    background: linear-gradient(to right, #bbe5fb, #076adb7a);
    padding: 15px;
}

.footer-logo-right {
    display: flex;
    align-items: center;
    justify-content: end;
}

.bg-witer-footer {
    background: #fff;
    padding: 25px;
    border-radius: 20px;
}


.footer-logo-right img {
    padding: 0 10px;
}

.servie-list h4 {
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 10px;
    margin: 0;
    position: relative;
}

.servie-list ul li {
    line-height: 32px;
        position: relative;
    list-style: none;
}

.servie-list h4:before {
    position: absolute;
    content: '';
    left: 0;
    height: 3px;
    width: 50px;
    top: 25px;
    background: #000000;
    border-radius: 20px;
}


.servie-list p {
    width: 80%;
}

.contact-list  i {
    padding-right: 15px;
    color: #000000;
}

.contact-list
{
    padding-left:30px;
}

.contact-list p {
    margin: 0;
    line-height: 34px;
}

.banner-content {
    padding: 80px 20px;
    text-align: center;
    color: #00408A;
    background: linear-gradient(to right, #bbe5fb, #076adb7a);
        height: 315px;
    
}

section.about-banner {
    position: relative;
}


.banner-content h1 {
    font-weight: 700;
    font-size: 46px;
    width: 50%;
    margin: 0 auto;
    padding-top: 70px;
}

.breadcrumb-about{
    position: absolute;
    left: 145px;
    box-shadow: none;
    font-weight: 500;
    bottom: 10px;
    display: flex;
    gap: 6px;
}

.banner-content p {
    font-size: 20px;
    font-weight: 600;
    padding-top: 10px;
}

.about-paragraph-left h2 {
    font-size: 42px;
    font-weight: 700;
}

.about-paragraph-left p {
    color: #414141;
    padding-top: 10px;
    line-height: 30px;
}

.about-text h3 {
    font-size: 36px;
    font-weight: 700;
    margin: 0;
}

.about-text p {
    /* font-weight: 700; */
    color: #000000;
    margin: 0;
}

.about-paragraph-left {
    box-shadow: 0px 0px 20px #00408A29;
    padding: 30px;
    border-radius: 15px;
}

.about-paragraph p {
    color: #414141;
    padding-top: 10px;
    line-height: 30px;
}

.about-paragraph-detail h3 {
    font-size: 36px;
    font-weight: 700;
}

.about-paragraph-detail p {
    color: #414141;
    line-height: 32px;
    padding-top: 5px;
}

.service-video video {
    width: 100%;
    height: 350px;
    border-radius: 20px;
    box-shadow: 0px 0px 20px #00408A29;
    object-fit: cover;
}

.service-card-box {
    padding: 40px;
    border-radius: 20px;
    background: linear-gradient(to right, #bbe5fb5c, #076adb21);
    height: 100%;
}

.service-card-text h2 {
    font-size: 24px;
    color: #000000;
    font-weight: 600;
}

.service-card-text p {
    color: #414141;
    line-height: 28px;
}

.service-card-box:hover {
    transform: translateY(-5px);
    transition: 0.5s;
}

.approach-video video
{
     width: 100%;
    height: 100%;
    border-radius: 20px;
    box-shadow: 0px 0px 20px #00408A29;
}

.approach-box {
    box-shadow: 0px 0px 20px #00408A33;
    padding: 25px;
    border-radius: 20px;
    height: 100%;
}

.approach-box:hover {
    transform: translatey(-8px);
    transition: 0.5s;
}

.approach-text h4 {
    font-size: 22px;
    font-weight: 700;
    padding-top: 20px;
}

.price-text {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.bg-price {
    background: linear-gradient(to right, #59B7E1, #076ADB);
    padding: 20px 20px;
}

.price-text p {
    margin: 0;
    font-size: 22px;
    color: #fff;
    font-weight: 500;
}

.price-text a {
    border: 1px solid #fff;
    padding: 10px 30px;
    border-radius: 10px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}

.price-flex {
    display: flex;
    gap: 80px;
    /* align-items: flex-end; */
    background: linear-gradient(to right, #BBE5FB, #076adb52);
    padding: 50px 50px;
    border-radius: 20px;
    margin-top: 30px;
}

.price-right-txt {
    padding-top: 50px;
}

.price-right-txt h2 {
    color: #00408A;
    font-weight: 700;
    font-size: 42px;
}

.price-right-txt p {
    color: #414141;
    line-height: 28px;
}

.price-txt p {
    margin: 0;
    padding-top: 30px;
    color: #414141;
}

.price-founder h2 {
    font-size: 36px;
    padding-top: 30px;
    color: #00408A;
    font-weight: 700;
}

.price-founder p {color: #414141;width: 94%;line-height: 28px;}

.main-shadow-card-blog.bg-white {
    background: #FFFFFF7A 0% 0% no-repeat padding-box;
    border-radius: 28px;
    padding: 25px;
    height: auto;
    box-shadow: 0px 0px 20px #00408A29;
}

.do-text h4 {
    font-weight: 700;
}

.do-text p {
    color: #414141;
}

.booking-button i {
    background: linear-gradient(to right, #59B7E1, #076ADB);
    color: #fff;
    padding: 6px 10px;
    border-radius: 10px;
}

.booking-button a {
    color: #151A2D;
    font-weight: 400;
}

.get-main {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-bottom: 20px;
}

.icon-get i {
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 1;
    padding: 17px;
    border-radius: 50%;
    background: linear-gradient(to right, #59B7E1, #076ADB);
}

.gets-text p {
    margin: 0;
    font-weight: 600;
}

.contact-text h2 {
    font-size: 42px;
    font-weight: 700;
}

.contact-text p {
    color: #414141;
    width: 70%;
    line-height: 28px;
}

.bg-color-form
{
        box-shadow: 0px 0px 20px #00408A29;
    border-radius: 23px;
}

.box-shadowm-form
{
        padding: 50px;
}

.contactmap img
{
    width: 100%;
}

.error-text h2 {
    font-size: 42px;
    font-weight: 700;
}

.error-text p {
    color: #414141;
    padding-bottom: 30px;
}

.error-text a {
    color: #fff;
    padding: 10px 30px;
    background: linear-gradient(to right, #59B7E1, #076ADB);
    border-radius: 20px;
}

.error-iamge {
    margin: 0 auto;
    width: 50%;
}

.main-box-error
{
    box-shadow: 0px 0px 20px #00408A29;
    padding: 30px 80px;
}


.privacy-policy-text h2 {
    font-size: 36px;
    font-weight: 700;
}

.privacy-policy-text p {
    line-height: 25px;
    text-align: justify;
    padding-bottom: 12px;
}

.privacy-policy-text h3 {
    font-size: 32px;
    font-weight: 700;
}

section.bg-client {
   background: url('../../assets/images/client-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 80px 60px 80px 0px;
}

.blog-content h1{
     font-weight: 700;
    font-size: 42px;
    width: 70%;
    margin: 0 auto;
    padding-top: 70px;
}

.blog-content {
    padding: 80px 20px;
    text-align: center;
    color: #00408A;
    background: linear-gradient(to right, #bbe5fb, #076adb7a);
    height:315px;
}

.recent-details {
    box-shadow: 0px 0px 20px #00408A29;
    padding: 30px;
    margin-bottom: 20px;
    border-radius: 25px;
}

.recent-details p {
    color: #151A2D;
    font-size: 20px;
    font-weight: 600;
    padding-top: 10px;
    border-radius: 28px;
}

.recent-details i {
    background: linear-gradient(to right, #59B7E1, #076ADB);
    color: #fff;
    width: 30px;
    height: 30px;
    padding: 8px;
    border-radius: 50%;
}

.recent-heading h6 {
    font-size: 26px;
    color: #00408A;
    font-weight: 700;
    padding: 0 10px;
}

.blog-detail-image img {
    width: 100%;
}

.blog-detail-text span {
    color: #00408A;
    font-weight: 500;
}

.blog-detail-text p {
    color: #3B4053;
    line-height: 32px;
    padding: 10px 0;
    text-align: justify;
    margin: 0;
}

.blog-detail-text i {
    background: linear-gradient(to right, #59B7E1, #076ADB);
    color: #fff;
    width: 40px;
    height: 40px;
    padding: 12px;
    border-radius: 50%;
    margin-right: 10px;
}

.w-lg-50.mx-auto {
    box-shadow: 0px 0px 20px #00408A29;
    padding: 40px;
    border-radius: 30px;
}

.accordion-flush>.accordion-item>.accordion-header .accordion-button, .accordion-flush>.accordion-item>.accordion-header .accordion-button.collapsed {
    border-radius: 30px;
    border: 1px solid #00408A;
    margin-bottom: 20px;
}

.quickbook-desktop0heading h3 {
    font-size: 32px;
    font-weight: 700;
    padding-bottom: 20px;
}

.accordion-button::after {
    background-image: url(../../assets/images/add.png);
    position: absolute;
    right: 15px;
}

.accordion-button:not(.collapsed)::after {
    background-image: url(../../assets/images/sub.png);
    position: absolute;
    right: 15px;
}

.contact-list h4 {
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 10px;
    margin: 0;
    position: relative;
}

.contact-list h4:before {
    position: absolute;
    content: '';
    left: 0;
    height: 3px;
    width: 50px;
    top: 25px;
    background: #000000;
    border-radius: 20px;
}

.socail-flex {
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
    position: relative;
}

.social-icon-footer i {
    color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    padding: 10px;
    background: linear-gradient(to right, #59B7E1, #076ADB);
}

.socail-flex:before {
    position: absolute;
    content: '';
    background: #000000;
    left: 0;
    width: 44%;
    height: 2px;
    border-radius: 20px;
}



.socail-flex:after {
    position: absolute;
    content: '';
    background: #000000;
    right: 0px;
    width: 44%;
    height: 2px;
    border-radius: 20px;
}


.copyright-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.copyright-text p {
    margin: 0;
    padding-top: 20px;
    font-weight: 700;
}

.servie-list ul li a:hover {
    color: #00408A;
    cursor: pointer;
}

nav.breadcrumb {
    position: absolute;
    top: 85%; /* Adjust distance from the bottom */
    left: -60%;
    /* right: 0; */
    /* text-align: center; */
    box-shadow: none;
    font-weight: 500;
}

nav.breadcrumb span {
    margin: 0 5px;
}

.accordion-header div {
    font-size: 22px;
    font-weight: 500;
    
}

.footer-icon {
    position: fixed;
       right: -50px;
    top: 85%;
}

.menu-list ul li ul.dropdown {
  position: absolute;
background: #fff;
box-shadow: 0px 0px 5px #00000040;
top: 30px;
left: 0;
display: block;
opacity: 0; /* Initially hidden */
visibility: hidden; /* Initially hidden */
width: 300px;
transition: opacity 0.3s ease, visibility 0s 0.3s; /* Transition opacity and visibility */
margin-left: 0;
padding: 10px 30px;
z-index: 99999;
border-radius: 12px;
}

.menu-list ul li:hover ul.dropdown {
    opacity: 1;
visibility: visible; /* Make visible */
transition: opacity 0.3s ease, visibility 0s 0s; /* Immediate visibility change */
}

.menu-list ul li ul.dropdown li a {
    line-height: 40px;
}

.menu-list ul li ul.dropdown li {
    text-align: left;
}

.blog-detail-text h2 {
    font-size: 36px;
    font-weight: 700;
}

.blog-detail-text h3 {
    font-size: 32px;
    font-weight: 700;
}

/* .bg-color {
    position: relative;
}

.bg-color:before {
    position: absolute;
    content: '';
    /* background: #ffffff38; 
    width: 100%;
    height: 100%;
    z-index: 0;
    background: linear-gradient(to right, #ffffff59, #ffffff66);
} */

.services-carousel .owl-dots {
    display: none;
}

.about-button.t-right
{
    text-align: right;
}


.servie-list ul li:before {
    position: absolute;
    content: '';
    /* background: red; */
    width: 6px;
    height: 6px;
    list-style: disc;
    border-radius: 50%;
    top: 14px;
    left: -17px;
    background: linear-gradient(to right, #59B7E1, #076ADB);
}

.shadow-box-contact
{
    box-shadow: 0px 0px 20px #00408A29;
    padding: 20px;
    border-radius: 20px;
    height: 100%;
}

/*.servie-list.price*/
/*{*/
/*    padding-top: 39px !important;*/
/*}*/


.banner-contact {
position: relative;
}

.banner-contact :after {
    content: "\f061";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    right: 0;
    top: 11px;
    left: 0;
    color: #fff;
    pointer-events: none;
} 

.contact-image {
    text-align: end;
}


.contact-form.mt-50-form {
    margin-left: -50px;
}



.banner-contact .submitbtn{
  color: #fff;
    padding: 10px 50px;
    background: linear-gradient(to right, #59B7E1, #076ADB);
    border-radius: 20px;
    border: none;
    position: relative;
    display: inline-flex
;
}

.banner-content a {
    border: 1px solid #2b8bdd;
    font-size: 18px;
    padding: 6px 40px;
    border-radius: 20px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    background: #00408a;
}

.banner-content a:hover {
    color: #00408a;
    border: 1px solid #00408a;
    background: transparent;
}


.marquee-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.client-images {
    display: flex;
    animation: marquee 20s linear infinite;
}

/* .client-image {
    flex: 0 0 auto;
    margin-right: 50px; /* Space between images 
} */

.client-images img {
    max-width: 100%;
    height: auto;
}


@keyframes marquee {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}

.marquee-service {
    overflow: hidden;
    position: relative;
	   margin-top: 20px;
  }

  .service-scroll {
    display: flex;
    animation: scroll-left 10s linear infinite;
  }

  .service-card {
    margin-right: 0px;
  }

 

  .service-heading p {
    margin-top: 10px;
    font-size: 16px;
    font-weight: bold;
	 white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  /* Scroll animation */
  @keyframes scroll-left {
    0% {
      transform: translateX(0%);
    }
    100% {
      transform: translateX(-80%);
    }
  }

.servie-list p {
    font-size: 22px;
    font-weight: 600;
    /* text-align: center; */
    /* margin: 0 auto; */
    margin: 0;
    font-weight: 700;
}

.logo img {
    width: 17rem;
}

.footer-logo img {
    width: 18rem;
}

/*.footer-icon img {*/
/*    width: 80px;*/
/*}*/

.servie-list.box-shadow {
    padding: 20px;
    border-radius: 16px;
    background: linear-gradient(to right, #bbe5fb, #076adb7a);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.social-icon-footer {
    text-align: center;
}

.footer-book-button a {
    border: 1px solid #1779dc;
    font-size: 16px;
    padding: 9px 40px;
    border-radius: 20px;
    color: #222;
    font-weight: 800;
    /* display: inline-block; */
    /* margin-top: 6px; */
}



.footer-book-button :hover {
    color: #fff;
    position: relative;
    background: #1a7cdd;
    border: none;
}

.heading-more-services h3 {
    font-size: 32px;
    width: 100%;
    font-weight: 800;
    padding: 0 5px;
}

.tem-conditin-txt p {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    padding-top: 20px;
}

.copyright-text p:nth-child(2) {
     margin-left: -70px;
}



@keyframes slides {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.logos {
  overflow: hidden;
  padding: 30px 0px;
  white-space: nowrap;
  position: relative;
}

.logos:before, .logos:after {
  position: absolute;
  top: 0;
  content: '';
  width: 250px;
  height: 100%;
  z-index: 2;
}

.logos:before {
  left: 0;
  background: linear-gradient(to left, rgba(255,255,255,0), rgb(255, 255, 255));
}

.logos:after {
  right: 0;
  background: linear-gradient(to right, rgba(255,255,255,0), rgb(255, 255, 255));
}

.logo_items {
  display: inline-block;
  animation: 20s slides infinite linear;
}


.footer-icon img {width: 55%;}

.responsive-botton-banner {
    display: none;
}


.owl-carousel .owl-item img {
    display: block;
    width: auto;
}

.service-image img {
    width: 70px !important;
    height: auto;
}


.service-card-detail {
    display: flex;
    align-items: center;
    gap: 15px;
    box-shadow: 0px 0px 20px #00408A29;
    margin-bottom: 20px;
    margin: 5px;
    padding: 15px;
    border-radius: 15px;
    width: 100%;
}



.service-heading-detail p {
    margin:0;
    font-size: 18px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}