@import url(style.css);

.top-bar-cs .item-flex li{
 color: var(--black);
}
.top-navbar-cs{
    background-color: var(--primary) !important;
}
.top-navbar-cs ul li a:hover{
    color: #ccc;
}
.top-contact-btn{
    background-color: var(--white) !important;
    color: var(--primary) !important;
    border-radius: 20px;
    width: 150px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--white);

}
.top-contact-btn:hover{
    background-color: transparent;
    color: var(--white) !important;
}
.banner-thumb{
    height: 60vh !important;
}
.baner-content-cs h2{
    font-size: 60px !important;
    line-height: 60px;
}
.banner-area.auto-height div {
    height: 60vh;
}
.logo-color{
    color: var(--primary);
}
.about-veloxa{
    color: var(--black);
    font-size:35px;
}
.about-veloxa p{
    color: var(--black);
    font-size: 16px;
    line-height: 28px;
    margin-top: 10px;
    margin-bottom: 0;
}
.about-veloxa h6{
    margin:10px 0;
    font-size: 18px;
}
.about-tab p{
    color: var(--black);
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 0;
}
.about-tab ul li{
    color: var(--black);
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 15px;
}
.about-home-img img{
    border-radius: 20px;
    height: 600px;
    object-fit: cover;
}
.mb__10{
    margin-bottom: 10px;
}
.velox-short-features h4{
    text-align: center;
    line-height: 35px;
    color: var(--white);
}
.velox-short-features .icon-ft{
    width: 80px;
    height: 80px;
    background-color: var(--white);
    border-radius: 10px;
    margin: auto;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.velox-short-features .icon-ft i{
    font-size: 35px;
    color: var(--primary);
}
.bg_velox_light_dark{
    background-color: #0f3671 !important;
}
.bg_velox_dark{
    background-color: #072859  !important;
}
.bg_velox{
    background-color:var(--primary);
}

.serviice-first-section{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: #f2f2f2;
}
.serviice-first-section .first-service-left{
    width: 50%;
    /* height: 550px; */
    display: flex;
    justify-content: center;
    align-items: center;
}
.serviice-first-section .first-service-left img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.first-service-right,.first-service-right-cs{
    width:50%;
    /* min-height: 550px; */
    padding: 40px;
}
.first-service-right h3,.first-service-right-cs h3{
    font-size: 25px;
    color: var(--black);
    text-align: center;

}
.first-service-right-cs h3{
    font-size: 40px;
    margin-bottom: 10px;
    color: var(--primary);
}
.first-service-right-cs p{
    text-align: center;
    color: var(--black);
    font-size: 17px;
    margin-bottom: 10px;
}
.first-service-right-cs h5{
    text-align: center;
    color: var(--black);
    font-size: 18px;
    line-height: 30px;

}
.first-service-right ul,.first-service-right-cs ul{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content:center;
    align-items: center;
    flex-wrap: wrap;
   gap: 15px;

}
.first-service-right-cs ul li{
    padding: 10px 25px;
 background-color: var(--white);
 font-size: 18px;
 font-weight: 500;
 border-radius: 20px;
 box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
 transition: 0.5s;
 display: flex;
 flex-direction: column;
 justify-content: center;
 align-items: center;
 width: 100%;
 font-weight: 700;
 color: var(--primary);
}
.first-service-right-cs ul li span{
    font-weight: 400;
    text-align: center;
    line-height: 25px;
    margin-top: 5px;
    color: var(--black);
    font-size: 16px;
}
.first-service-right ul li{
    margin:12px 0;
}
.first-service-right ul li a{
 padding: 10px 20px;
 background-color: var(--white);
 font-size: 17px;
 font-weight: 500;
 border-radius: 40px;
 box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
 transition: 0.5s;
}
.first-service-right ul li a:hover{
    background-color: var(--primary);
    color: var(--white);
}

.section-padding {
    padding: 50px 10px;
}
.services-box{
    padding: 15px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 15px;
    background-color: var(--white);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.services-icon{
    width: 70px;
    height: 70px;
    background-color: var(--primary);
    color: var(--white);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    margin-bottom: 15px;
}
.services-icon i{
    font-size: 30px;
}
.services-box h3{
    font-size: 25px;
    color: var(--black);
    margin: 0;
}
.services-box p{
    text-align: center;
    margin: 15px 0;
    color: var(--black);
    font-size: 16px;
}
.services-box a{
    padding: 7px 15px;
    background-color: var(--primary);
    border-radius: 40px;
    color: var(--white);
    text-decoration: none;
    border: 1px solid var(--primary);
    transition: 0.5s;
}
.services-box a:hover{
    background-color: transparent;
    color: var(--primary);
}
.services-box ul{
    list-style: none;
    padding: 0;
    margin: 0;
    margin: 8px 0;
}
.services-box ul li{
    text-align: center;
    text-align: center;
    margin: 2px 0;
    color: var(--black);
    font-size: 16px;
}
.port-section p{
    font-size: 17px;
}
.port-section{
    background-color: #ffffff26;
    padding: 25px;
    border-radius: 15px;
}
.port-section h5{
    font-size: 22px;
    font-weight: 700;
}
.port-section ul{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.port-section ul li{
    background-color: var(--white);
    color: var(--black);
    padding: 8px 15px;
    border-radius: 40px;
    font-weight: 600;
}
.section-title{
    display: flex;
    justify-content: center;
    align-items: center;
}
.section-title h3{
    color: var(--black);
    font-size: 35px;
}
.tours-box{
    background-color: #1c3655;
    padding:15px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
}
.tours-info{
    padding-left: 15px;
}
.tours-info h3{
    font-size: 18px;
    font-weight: 600;
    color: var(--white);
    line-height: 27px;
    margin-bottom: 5px;
}
.tours-info p{
    font-size: 14px;
    color: #ededed;
    margin: 0;
    line-height: 22px;
    margin-top: 8px;
}
.tours-info ul{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
   column-gap: 10px;
}
.tours-info ul li{
    width: fit-content;
    color: var(--white);
}
.tours-icon{
    min-width: 90px;
    height: 90px;
    background-color: var(--white);
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #1c3655;
}
.tours-icon i{
    font-size: 40px;
}
.tour-pad-left_0{
    padding-left: 0 !important;
}
.tour-pad-right_0{
    padding-right: 0 !important;
}

.tour-border{
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.pb_0{
    padding-bottom: 0;
}
.veloxa-footer{
    background-color: #040c1b  !important;
}
.footer-logo img{
    width: 190px;
}
.f-item ul li a{
    font-size: 15px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.f-item p{
    font-size: 15px;
    text-transform: capitalize;
}
.f-item ul li a:hover{
    margin-left: 4px;
}
p.copy-class{
    font-size: 15px;
}
.service-veloxa-img .thumb img{
    height: 400px;
    object-fit: cover;
    border-radius: 15px;
    width: 100%;
}



.contact-us-box{
    padding: 20px;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;

  }

  
.contact-us-box h3{
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #E5D8CB;
    line-height: 28px;
}
.contact-address{
    padding: 0;
    margin: 0;
    list-style: none;
}
.contact-address  li{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 15px;
    margin-top: 20px;
    color: #000;
    text-align: left;
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
   
}
.contact-address li .contact-ad-icon{
    min-width: 50px;
    min-height: 50px;
    border: 1px solid var(--primary);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: var(--white);
    font-size: 20px;
    background-color: var(--primary);

}
.contact-a{
    text-decoration: none;
    color: #000;
    display: flex;
    align-items: center;
    gap: 15px;
    font-weight: 400;
}
.contact-submit{
    background-color: var(--primary) !important;
    color: var(--white) !important;
    border-radius: 40px;
    width: 180px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--primary);
    margin: auto;
}
.contact-submit:hover{
    background-color: transparent !important;
    color: var(--primary) !important;
}
.contact-form-style-one h2{
    font-size: 23px;
    color: var(--black);
}

.breadcrumb-area h1 {
    display: block;
    margin-top: -10px;
    margin-bottom: 15px;
    font-size: 50px;
    line-height: 1;
    letter-spacing: 0.5px;
}
.blog-cs h4 a{
    font-size: 20px;
    color: var(--black);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
.blog-cs h4{
    margin: 0;
}
.blog-cs p{
    font-size: 15px;
    line-height: 25px;
    color: var(--black);
    margin: 10px 0 !important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
.blog-dt-right-info a{
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
}
.blog-cs a.btn-blog-read-more{
    padding: 5px 18px;
    border: 1px solid var(--primary);
    color: var(--primary);
    margin: 10px auto;
    display: flex
;
    width: fit-content;
    margin-top: 15px;
    transition: 0.5s;
}
.blog-cs a.btn-blog-read-more:hover{
    border-radius: 40px;
}
.blog-cs-dt-img{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.blog-cs-dt-img img{
    width: 49%;
    height: 350px;
    object-fit: cover;
}
.blog-follow li a{
    border-radius: 5px !important;
}
.blog-follow li a.whatsapp{
    background-color: #25c825 !important;
}
.blog-follow li a.instagram{
    background-color: #d62976 !important;
}
.blog-follow li a.facebook{
    background-color: #1877F2  !important;
}
.blog-follow li a.twitter{
    background-color: #1DA1F2 !important;
}
.blog-right-img img{
    width: 100px !important;
    height: 60px;
    object-fit: cover;
}
.blog-dt-info h3{
    font-size: 28px;
    color: var(--black);
    margin: 0;
    margin: 10px 0 15px 0;
}
.blog-dt-info p{
    color: var(--black);

}
.faq-left {
    width: 100%;
    height: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.faq-left img{
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    height: 100%;

}
.faq-cs p{
    font-size: 17px;
    color: var(--black);
}
.faq-cs .accordion-button{
    font-size: 17px;
    text-transform: capitalize;
}
.faq-cs .accordion-body{
    background-color: #ccdefc42  !important;
    padding: 20px !important;
}

.faq-cs ul li{
    font-size: 17px;
    color: var(--black);
    font-weight: 400;
    margin: 15px 0;
    line-height: 25px;
}
.faq-cs ul li strong{
    font-weight: 700; 
}
.faq-left-tl h3{
    font-size: 25px;
    line-height: 40px;
    margin-bottom: 5px;
}
.faq-left-tl p{
    color: var(--black);
    font-size: 16px;
}
.warpper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tab {
    width: 180px;
    height: 50px;
    display: flex
;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--primary);
    color: var(--primary);
    text-decoration: none;
    font-size: 17px;
    font-weight: 600;
    transition: 0.5s;
    cursor: pointer;
}
.tab:hover{
    color: #fff;
    background-color: var(--dark);
}
.tabs {
    width: 100%;
    display: flex;
    justify-content:center;

}

.panels {
    background: #fffffff6;
    min-height: 200px;
    width: 100%;
    border-radius: 3px;
    padding: 20px 0;
    margin-top: 20px;
}

.panel {
    display: none;
    animation: fadein .8s;
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.panel-title {
    font-size: 1.5em;
    font-weight: bold
}

.radio {
    display: none;
}

#one:checked~.panels #one-panel,
#two:checked~.panels #two-panel,
#three:checked~.panels #three-panel ,
#four:checked~.panels #four-panel ,
#five:checked~.panels #five-panel {
    display: block
}

#one:checked~.tabs #one-tab,
#two:checked~.tabs #two-tab,
#three:checked~.tabs #three-tab ,
#four:checked~.tabs #four-tab ,
#five:checked~.tabs #five-tab {
    background: var(--primary);
    color: #fff;
}
.gallery-img {
    width: 100%;
    height: 100%;
}
.gallery-img img{
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
}
.gal-col-pd{
    padding: 8px !important;
}
.gallery-video{
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 10px;
    border-radius: 15px;
    overflow: hidden;
}
.gallery-video iframe{
    width: 100%;
    height: 100%;
    border-radius: 15px;
}
.about-main-box h2{
    font-size: 35px;
    margin: 0;
    color: var(--black);
}
.about-main-box h6{
    margin-bottom: 0;
    margin-top: 10px;
    font-size: 17px;
}
.about-main-box p{
    color: var(--black);
}
.about-mision-container .item{
    background-color: #f2f2f2;
    padding: 20px;
    width: 100%;
}
.about-mision-container .item p{
    margin: 0;
    color: var(--black);
}
.about-mision-container .item h4{
    color: var(--primary);
}
.about-mision-container .item ul li{
    color: var(--black);
    position: relative;
    font-size: 16px;
}
.about-mision-container .item ul{
    padding-left: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.about-mision-container .item ul li::before{
    content: '';
    width: 8px;
    height: 8px;
    background-color: var(--primary);
    rotate: 50deg;
    position: absolute;
    top: 11px;
    left: -20px;
}
.about-main-left{
    width: 100%;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.about-main-left img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-main-right h3{
    font-size: 25px;
    font-weight: 600;
    color: var(--black);
    line-height: 35px;
}
.about-main-right p{
  font-size: 17px;
  color: var(--black);
  margin-bottom: 15px;
  line-height: 32px;
}
/* .about-main-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
} */
.about-main-right ul{
    padding-left: 50px;
}
.about-main-right ul li{
    color: var(--black);
    position: relative;
    font-size: 18px;
    font-weight: 600;
    margin: 10px 0;
}
.about-main-right ul li::before{
    content: '';
    width: 8px;
    height: 8px;
    background-color: var(--primary);
    rotate: 50deg;
    position: absolute;
    top: 11px;
    left: -20px;
}
.team-main-box .thumb{
   padding: 15px;
   display: flex;
   justify-content: center;
   align-items: center;
}
.team-main-box .thumb img{
    width: 180px;
    height: 180px;
    border-radius: 50%;
    object-fit: cover;
}
.team-main-box{
    text-align: center;
}
.team-main-box .info{
    padding: 25px;
}
.bg-logo{
    background-color: var(--primary);
    
}
.founder-box-left{
    padding: 60px 0;
}
.founder-box-left h3{
    font-size: 40px;
    color: var(--white);
}
.founder-box-left p{
    color: var(--white);
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 10px;
}

.founder-box-right{
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.founder-box-right img{
    width: 100%;
    /* position: absolute; */
    bottom: 0;
    height: 400px;
    object-fit: cover;


}
.service-home ul{
    padding-left: 30px;
}
.service-home ul li{
    margin: 15px 0;
    font-size: 16px;
    line-height: 25px;
    position: relative;
}
.service-home  ul li::before{
    content: '';
    width: 8px;
    height: 8px;
    background-color: var(--white);
    rotate: 50deg;
    position: absolute;
    top: 11px;
    left: -20px;
}
.bg-dark-logo{
    background: var(--color-primary);
}
.home-services-short h2 a{
    font-size: 32px !important;
    color: var(--black) !important;
}
.home-services-short p{
    line-height: 28px;
    margin: 0;
    color: var(--black);
    
}

.about-main-right-img img{
    height: 500px;
}
#more{
    display: none;
}
.about-main-right{
    height: 440px;
    overflow: auto ;
   padding-right: 15px;
}
.about-main-right::-webkit-scrollbar {
    width: 3px;
  }
  
  /* Track */
  .about-main-right::-webkit-scrollbar-track {
    box-shadow: #f2f2f2; 
    border-radius: 10px;
  }
   
  /* Handle */
  .about-main-right::-webkit-scrollbar-thumb {
    background: var(--primary); 
    border-radius: 10px;
  }
  #myBtn{
    border: 0;
    padding: 0;
    background-color: transparent;
    color: var(--primary);
  }
  .main-mission {
    background-color: var(--white);
    padding: 25px;
    border-radius: 15px;
    height: 100%;
  }
  .main-mission h3{
    color: var(--primary);
    margin-bottom: 10px;
  }
  .main-mission p{
    color: var(--black);
    margin-bottom: 15px;
  }
  .about-bottom-widget{
    background-color: var(--white);
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 25px;
    height: 100%;
    border-radius: 15px;
  }
  .about-bottom-widget h3{
    font-size: 22px;
    color: var(--primary);
    margin-bottom: 5px;
  }
  .about-bottom-widget ul{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 25px;
    margin-top: 10px;
padding-left: 24px;
  }
  .about-bottom-widget ul li{
    font-size: 16px;
    line-height: 25px;
    position: relative;
    margin-right: 15px;
    margin-bottom: 10px;

  }
  .about-bottom-widget ul li::before{
    content: '';
    width: 8px;
    height: 8px;
    background-color: var(--primary);
    rotate: 50deg;
    position: absolute;
    top: 8px;
    left: -20px;
  }
  .service-page-main{
    margin-bottom: 30px;
    padding: 30px;
    background-color: #f2f2f2;
    border-radius: 20px;
  }
  .service-page-main .info{
   background-color: #f2f2f2;
  }
  .service-page-main .info h2 a{
    color: var(--black) !important;
  }
  .service-page-main .info p{
    color: var(--black);
  }
  .service-page-main img{
    border-radius:0 250px   70px 60px;
  }
  .service-page-main img.rd-2{
    border-radius: 250px 0   70px 60px;
  }
  .pt_0{
    padding-top: 0;
  }
  .newsletter-cs{
    padding: 40px;
    margin-top: 20px;
    background: #101828;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .newsletter-cs form{
    width: 100%;
  }

  .newsletter-cs h3{
    margin: 0;
  }
  .newsletter-cs  p{
    margin-top: 10px;
    text-align: center;
  }
  .collab-box{
    padding: 20px;
    background-color: #ffffff52;
    border-radius: 15px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
   
  }
  .collab-box h3{
    font-size: 22px;
    margin: 0;
    color: var(--black);
    line-height: 30px;
  }
  .collab-carousel .swiper-slide{
    padding: 2px;
  }
  .blog-dt-bn-title{
    font-size: 35px !important; 
    line-height: 45px !important;
  }

  .bg_velox-cs{
    background-color: #294d8b96;
  }
  .bg_velox_light_dark-cs{
    background-color: #0f36719e;
  }
  .bg_velox_dark-cs{
    background-color: #072859ab;
  }
  .founder-bg{
    background-color: #02112c;
  }
  .about-company-left-img{
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 10px;
    width: 100%;
  }
  .about-company-left-img img{
    width: 40%;
    height: 450px;
    border-radius: 500px;
    object-fit: cover;
  }
  .about-company-left-img img.company-left-img{
    height: 350px;
  }
  .about-company{
    padding: 40px 0;
  }
  .about-exp .counter{
    justify-content: center;
  }
  .about-exp h5{
    text-align: center;
  }
  .about-company-cs h2{
    color: var(--black);
    text-align: center;
  }
  .about-company-cs p{
    color: var(--black);
    line-height: 30px;
  }
  .about-count h4{
    color: var(--black);
  }
  .about-count h2{
    color: var(--primary);
  }