@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Montserrat', sans-serif;
}

body {
    font-size: 14px;
    background-color: #F5F5F5;
}

.img-responsive {
    width: 100%;
    height: auto;
}

html {
  scroll-behavior: smooth;
}

.navbar-light .navbar-toggler {
    outline: none;
    border: none;
}

#navbar {
    font-size: 14px;
    padding-top: 0px;
    padding-bottom: 0px;
    position: fixed;
    top: 0;
    width: 100%;
}

#navbar .nav-item {
    padding: 7px 10px;
    transition: .3s all;
}

#navbar .nav-link {
    transition: .3s all;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    line-height: 100%;
}

#navbar .nav-link:hover {
    transition: .3s all;
    color: #01E6E9;
    /* border-bottom: 2px solid #000000; */
}

.navbar .m-active {
  /* border-bottom: 2px solid #000000; */
  padding: 10px;
  width: fit-content;
  color: #01E6E9 !important;
}

.nav-link2 button {
    border: none;
    outline: none;
    background-color:#000000;
    padding: 10px 30px;
    border-radius: 10px;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    line-height: 100%;
    color: #FFFFFF;    
}

.nav-link2 button:hover {
    background-color: #FFFFFF;
    color: #000000;
}

.nav-link2 img {
    width: 30%;
}

.nav-link2  {
    margin-top: -5px;
    margin-left: 50px;
}

.navbar-transparent {
  background-color: transparent !important;
  transition: background-color 0.3s ease;
}

.navbar-transparent .navbar-nav .nav-link {
  color: #FFFFFF ;
  transition: color 0.3s ease;
}

.navbar-scrolled {
  background-color: #FFFFFF !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}


.home-banner .carousel-indicators li {
    background-color: transparent;
	width: 10px;
    height: 10px;
    border: 2px solid #01E6E9;
    border-radius: 50%;
    opacity: 1;
}

.home-banner .carousel-indicators {
    bottom: 90px;
}

.home-banner .carousel-indicators .active {
    color: #01E6E9;
    background-color: #01E6E9;
   width: 10px;
    height: 10px;
    border-radius: 50%;
}

.home-banner .card {
    background-image: url(./images/banner-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 200px;
    padding-bottom: 120px;
    border: none;
    background-color: transparent;
    border-radius: 0%;
}

/* .home-banner {
    margin-bottom: 100px;
} */

.home-banner .card-body {
    border: none;
    background-color: transparent;
    border-radius: 0%;
}

.home-banner .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}

.home-banner .col-md-12 {
    padding-left: 0px;
    padding-right: 0px;
}

.banner-contents-sub {
    font-weight: 400;
    font-style: Medium;
    font-size: 20px;
    line-height: 100%;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.banner-contents p {
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    color: #FFFFFF;
    margin-bottom: 30px;
}

.banner-contents-head {
    font-weight: 700;
    font-style: SemiBold;
    font-size: 60px;
    line-height: 65px;
    margin-bottom: 30px;
    color: #FFFFFF;
}

.banner-contents {
    width: 70%;
    margin-left: 70px;
}

.card-body-btnS {
    display: flex;
    gap: 20px;
}

.card-btnS1 button {
    border: none;
    outline: none;
    background-color:transparent;
    border: 1px solid #FFFFFF;
    padding: 10px 30px;
    border-radius: 10px;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    line-height: 100%;
    color: #FFFFFF;    
}

.card-btnS1 button:hover {
    background-color: #FFFFFF;
    color: #000000;
}

.card-btnS2 button {
    border: none;
    outline: none;
    background-color:#01E6E9;
    border: 1px solid #01E6E9;
    padding: 10px 30px;
    border-radius: 5px;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    line-height: 100%;
    color: #160839;    
}

.card-btnS2 button:hover {
    background-color: transparent;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
}

#homeaboutleft img {
    height: 800px;
}

#homeaboutleft2 img {
    height: 700px;
}

.home_about-left img {
    width: 100%;
}

/* .home_about-left {
    padding-right: 20px;
} */

/* .home_about .col-md-6 {
    padding-left: 0px;
    padding-right: 0px;
}  */

.home_about {
    margin-bottom: 120px;
}

.home_about-right-nav {
    font-weight: 600;
    font-style: SemiBold;
    font-size: 20px;
    line-height: 100%;
    margin-bottom: 15px;
    padding-left: 30px;
}

.home_about-right-nav span {
    margin-right: 10px;
}

/* .home_about-right-contents {
    padding-left: 30px;
    padding-right:  70px;
} */

.home_about-right-contents p {
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 30px;
}

.home_about-right-row {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

.home_about-right-rowB-head {
    font-weight: 500;
    font-style: SemiBold;
    font-size: 16px;
    margin-bottom: 5px;
}

.home_about-right-rowB p {
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 0px;
    line-height: 20px;
}

.home_about-right-rowB {
    width: 90%;
}

.btn_pry button {
    border: none;
    outline: none;
    background-color:#01E6E9;
    border: 1px solid #01E6E9;
    padding: 10px 30px;
    border-radius: 10px;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    line-height: 100%;
    color: #160839;    
}

.btn_pry button:hover {
    background-color: transparent;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
}

.home_explore {
    background-color: #32019A;
    padding-top: 52px;
    padding-bottom: 100px;
    border-radius: 0px 0px 10px 10px;
}

.home_explore-body-counter {
    background-color: #32019A;
    margin-top: -100px;
    padding-top: 300px;
    padding-bottom: 58px;
    position: relative;
    top: -235px;
    z-index: -1;
}

.homeExplore-roe {
    position: relative;
    top: -70px;
}

.home_explore-body-nav {
    width: 65%;
    margin: auto;
    text-align: center;
}

.home_explore-body-nav-head {
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.home_explore-body-nav-sub {
    font-weight: 600;
    font-size: 30px;
    line-height: 35px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 38px;
}

.carder{
    overflow:hidden;
    cursor:pointer;
    border-radius: 15px;
}

.img_carder{
    width:100%;
    transition:all 0.3s ease-in-out;
    border-radius: 15px;
}

.carder:hover .img_carder{
    transform:scale(1.1);
    filter:brightness(0.7);
    border-radius: 15px;
}

.home_explore-row-content {
    box-shadow: 0px 4px 4px 0px #00000040;
    background-color: #FFFFFF;
    border-radius: 0px 0px 10px 10px;
    padding: 50px 35px;
    text-align: center;
}

.home_explore-rows-icon {
    position: absolute;
}

.home_explore-rows-icons {
    display: flex;
    align-items: center;
    justify-content: center;
}

.home_explore-row-content-head {
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    margin-bottom: 15px;
}

.home_explore-row-content p {
    margin-bottom: 15px;
    text-align: center;
}

.home_explore-row-content a {
    text-decoration: none;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    color: #000000;
}

.home_explore-row-content a:hover {
    color: #FD5D23;
}

.home_explore-rows {
    margin-bottom: 30px;
}

.home_explore-body-counter-row {
    color: #FFFFFF;
}

.home_explore-counter {
    display: flex;
    border-bottom: 2px solid #FD5D23;
    width: fit-content;
    margin-bottom: 5px;
    font-weight: 700;
    font-style: Bold;
    font-size: 30px;
}

.home_explore-counter-head {
    font-weight: 500;
    font-style: Medium;
    font-size: 24px;
}

.home_explore-body-counter-row {
    margin-bottom: 30px;
}

.clearSpace {
    background-color: #FFFFFF;
    height: 5px;
    margin-top: -235px;
    margin-bottom: 50px;
}

.whyChose-left {
    position: relative;
}

.whyChose-left-bgg {
    position: absolute;
    top: -20px;
}

.whyChose-left-head {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 15px;
}

.whyChose-left-sub {
    margin-left: 60px;
    font-weight: 500;
    font-style: Medium;
    font-size: 30px;
    line-height: 100%;
    margin-bottom: 42px;
}

.whyChose-left-rows {
    display: flex;
    gap: 10px;
}

.whyChose-left-rowsR {
    width: 90%;
}

.whyChose-left-rowsR-head {
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    margin-bottom: 5px;
}

.whyChose-left-rowsR p {
    font-weight: 300;
    font-style: Light;
    font-size: 14px;
    line-height: 20px;
}

.whyChose-left-row {
    padding: 10px;
}

.whyChose-left-rowss {
    margin-bottom: 40px;
}

.why_choose_left-progress-details {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.why_choose_left-progress-detailsss {
    font-weight: 600;
    font-size: 16px;
}

.why_choose_left-progress {
    margin-bottom: 30px;
}

.why_choose_left-progress-file .progress-bar {
    background-color: #160839;
    height: 10px;
}

.why_choose_left-progress-file .progress {
    height: 10px;
    background-color: #1608394D;
}

.slideshow {
    position: relative;
    width: 100%; 
    height: 450px; 
    margin: 0 auto;
}
        
.slideshow img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    border-radius: 10px;
}
        
.slideshow img.active {
    opacity: 1;
}

.whyChose {
    margin-bottom: 70px;
}

.whyChose-right {
    position: relative;
}

.whyChose-right-bg {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.how_it_works-bgg {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.how_it_works {
    background-image: url(./images/how-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 85px;    
    padding-bottom: 85px;
    margin-bottom: 83px;
    position: relative;
}

.how_it_works-row {
    background-color: #32019A;
    padding: 20px;
    border-radius: 10px;
    position: relative;
    margin-bottom: 40px;
}

.how_it_works-row:hover {
    background-color: #FD5D23;
}

.how_it_works-row-body {
    background-color: #FFFFFF;
    border-radius: 10px;
    padding: 30px 20px;
    text-align: center;
}

.how_it_works-row-body-head {
    font-weight: 600;
    font-size: 20px;
    border-bottom: 2px solid #FD5D23;
    width: fit-content;
    margin: 12px auto;
}

.how_it_works-row-body p {
    font-weight: 400;
    font-size: 16px;
    text-align: center;
}

.how_it_works-row-fig {
    width: 45px;
    height: 45px;
    background-color: #FD5D23;
    font-weight: 600;
    font-size: 20px;
    color: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -15px;
    top: -15px;
}

.faq-section {
    background-color: #D9D9D9B2;
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
}

.faq-section-bg {
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: -1;
}

.accordion {
  width: 100%;
  margin: 2rem auto;  
}

.accordion-item {
  background-color: #fff;
  color: #111;
  margin: 2rem 0;
  border-radius: 0.5rem;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.25);
}

.accordion-item-header {
  padding: 0.5rem 3rem 0.5rem 1rem;
  min-height: 3.5rem;
  line-height: 1.25rem;
  font-weight: 600;
  font-size: 16px;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.accordion-item-header::after {
  content: "\002B";
  font-size: 20px;
  position: absolute;
  right: 1rem;
  background-color: #32019A;
  color: #FFFFFF;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.accordion-item-header.active::after {
  content: "\2212";
  background-color: #32019A;
  color: #FFFFFF;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.accordion-item-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.accordion-item-body-content {
  padding: 1rem;
  line-height: 1.5rem;
  border-top: 1px solid;
  font-size: 16px;
  border-image: linear-gradient(to right, transparent, #32019A, transparent) 1;
}

.faq-section-left img {
    width: 100%;
}

.portFolio {
    background-color: #D9D9D9B2;
    padding-top: 60px;
    padding-bottom: 60px;
}

.portFolio-row-content {
    box-shadow: 0px 4px 4px 0px #00000040;
    background-color: #FFFFFF;
    padding: 40px 20px 20px 20px;
    border-radius: 0px 10px 0px 0px;
    margin-right: 20px;
    position: relative;
    top: -20px;
}

.portFolio-row-content-head {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 6px;
}

.portFolio-row-content a {
    text-decoration: none;
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    color: #000000;
}

.portFolio-row-content a:hover {
    color: #FD5D23;
}

.testimonials_section {
    background-image: url(./images/test-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    /* padding-top: 64px; */
    padding-bottom: 57px;
}

.testimonials_section-slide-right {
    padding-top: 100px;
}

.testimonials_section .card {
    background-color: transparent;
    border-radius: none;
    border: none;
}

.testimonials_section .carousel-indicators li {
    display: none;
}

.testimonials_section-row {
    text-align: center;
}

.testimonials_section-row-img {
    display: flex;
    align-items: center;
    justify-content: center;    
}

.testimonials_section-row-body {
    background-color: #FFFFFF;
    box-shadow: 0px 0px 30px 0px #D9D9D9;
    padding: 50px 10px;
    border-radius: 10px;
    height: 330px;
}

.testimonials_section-row-imgss {
    position: relative;
    top: 50px;
}

.testimonials_section-row-body-head {
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    margin-top: 10px;
}

.testimonials_section-row-body-sub {
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 20px;
}

.testimonials_section-row-body p {
    font-weight: 300;
    font-style: Light;
    font-size: 14px;
    margin-bottom: 30px;
}

.testimonials_section-row-body-icons {
    color: #FD5D23;
}

.cientsSlide {
    padding-top: 20px;
    padding-bottom: 50px;
}

.slick-slide {
    margin: 0px 20px;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img {
    width: 60%;
    aspect-ratio: 2/3;
    object-fit: contain;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.home_blog {
    background-image: url(./images/blog-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
}

.home_blog-left-d_and_t {
    display: flex;
    gap: 15px;
}

.home_blog-left {
    position: relative;
}

.home_blog-left-content {
    position: absolute;
    bottom: 60px;
    left: 40px;
    color: #FFFFFF;
}

.home_blog-left-content-sub {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 20px;
}

.home_blog-left-content-head {
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
    width: 75%;
}

.home_blog-left-d_t {
    font-weight: 400;
    font-size: 16px;
}

.home_blog-left-d_t span {
    margin-right: 5px;
}

.carder2{
    overflow:hidden;
    cursor:pointer;
    border-radius: 20px;
}
.img_carder2{
    width:100%;
    transition:all 0.3s ease-in-out;
    border-radius: 20px;
}
.carder2:hover .img_carder2{
    transform:scale(1.1);
    filter:brightness(0.7);
    border-radius: 20px;
}

.carder3{
    overflow:hidden;
    cursor:pointer;
    border-radius: 10px 10px 0px 0px;
}
.img_carder3{
    width:100%;
    transition:all 0.3s ease-in-out;
    border-radius: 10px 10px 0px 0px;
}
.carder3:hover .img_carder3{
    transform:scale(1.1);
    filter:brightness(0.7);
    border-radius: 10px 10px 0px 0px;
}

.home_blog-left-d_t2 {
    font-weight: 400;
    font-size: 14px;
    color: #00000080;
}

.home_blog-left-d_t2 span {
    margin-right: 2px;
}

.home_blog-left-d_and_t2 {
    display: flex;
    gap: 10px;
}

.home_blog-right-label {
    font-weight: 600;
    font-size: 16px;
    color: #FFFFFF;
    background-color: #5BDBFF;
    padding: 7px;
    width: fit-content;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.home_blog-right-img {
    position: relative;
}

.home_blog-right-contnt {
    box-shadow: 0px 10px 40px 0px #0000001A;
    background-color: #FFFFFF;
    padding: 30px 10px;
}

.home_blog-right-contnt-head {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 20px;
}

.home_blog-right {
    margin-bottom: 30px;
}

.footer {
    background-color: #0E0F3B;
    padding-top: 50px;
    padding-bottom: 30px;
    color: #FFFFFF;
}

.footer-logo {
    padding-right: 30px;
}

.footer-logo p {
    font-weight: 300;
    font-style: Light;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 15px;
}

.footer-icons {
    display: flex;
    gap: 10px;
}

.footer-icons a {
    text-decoration: none;
    background-color: #01E6E9;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    color: #160839;
    font-size: 18px;
}

.footer-main {
    padding-top: 40px;
}

.footer-head {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 30px;
    color: #FFFFFF;
}

.footer-main ul li {
    list-style: none;
}

.footer-main ul li a {
    text-decoration: none;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 40px;
}

.footer-main ul li a::before {
    content: "+ ";
    color: #01E6E9;
    font-weight: 500;
}

.footer-main ul {
    margin-left: 10px;
}

.footer-main ul li a:hover {
    color: #01E6E9;
}

.contact-row {
    display: flex;
    gap: 10px;
    margin-bottom: 25px;
}

.contact-rowL {
    color: #01E6E9;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
}

.contact-rowR {
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    line-height: 16px;
}

.footer-main p {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
}

.footer-main input {
    border: none;
    outline: none;
    border: 1px solid #FFFFFF;
    padding: 10px;
    border-radius: 5px;
    background-color: transparent;
    width: 100%;
    color: #FFFFFF;
    margin-bottom: 13px;
}

.footer-main input::placeholder {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
}

.footer-main button {
    border: none;
    outline: none;
    background-color: #013D5F;
    padding: 10px 40px;
    border-radius: 10px;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    color: #FFFFFF;
    border: 1px solid #013D5F;
}

.footer-main button:hover {
    background-color: #FFFFFF;
    color: #013D5F;
}

.footer-copy {
    font-weight: 400;
    font-size: 12px;
    margin-top: 20px;
    text-align: center;
    padding-top: 10PX;
}

.footer-copyA a {
    text-decoration: none;
    color: #FFFFFF;
}

.inner-banner {
    background-image: url(./images/inner-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFFFFF;
    padding-top: 179px;
    padding-bottom: 167px;
    margin-bottom: 100px;
}

.inner-banner-head {
    font-weight: 600;
    font-size: 40px;
    text-align: center;
    margin-bottom: -10px;
}

.home_about-right {
    position: relative;
}

.newAbt_nav-sub {
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    margin-bottom: 10px;
}

.newAbt_nav-sub span {
    color: #1C9AA2;
}

.newAbt_nav-head {
    font-weight: 600;
    font-style: SemiBold;
    font-size: 30px;
    margin-bottom: 10px;
    line-height: 30px;
}

.newAbt_nav-bg {
    position: absolute;
    top: -40px;
}

.home_about-right-contents-subb {
    font-weight: 500;
    font-style: Medium;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 10px;
}

.need-consultant {
    background-color: #D9D9D94D;
    margin-bottom: 100px;
    margin-top: 100px;
    padding-top: 81px;
    padding-bottom: 81px;
    position: relative;
}

.need-consultant_right {
    padding-top: 20px;
}

.need-consultant-bg {
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.need-consultant_left-head {
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 10px;
}

.need-consultant_left-head span {
    color: #FD5D23;
}

.need-consultant_left p {
    font-weight: 400;
    font-size: 16px;
}


.need-consultant_right button {
    outline: none;
    border: none;
    background-color: #FD5D23;
    border: 1px solid #FD5D23;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    padding: 15px 40px;
    border-radius: 10px;
    color: #FFFFFF;
}

.need-consultant_right button:hover {
    background-color: #FFFFFF;
    color: #FD5D23;
}

.ourTeam-row-img img {
    width: 175px;
    height: 175px;
    border-radius: 50%;
}

.ourTeam-row {
    text-align: center;
}

.ourTeam-row-img {
    position: relative;
    bottom: -40px;
}

.ourTeam-row-body {
    background-color: #013D5F;
    padding-top: 51px;
    padding-bottom: 10px;
    border-radius: 0px 0px 30px 30px;
    transition:all 0.3s ease-in-out;
}

.ourTeam-row-body-head {
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    color: #FFFFFF;
    margin-bottom: 5px;
}

.ourTeam-row-body p {
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    margin-bottom: 8px;
}

.ourTeam-row-icons a {
    width: 28px;
    height: 28px;
    background-color: #FFFFFF;
    border-radius: 50%;
    padding: 5px 7px;
    text-decoration: none;
    color: #FD5D23;
    transition:all 0.3s ease-in-out;
}

.ourTeam-row-icons {
    display: none;
}

.ourTeam-row-body:hover .ourTeam-row-icons {
    display: block;
    transition:all 0.3s ease-in-out;
}

.contact-rows-head {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 16px;
}

.contact-rows p {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
}

.contact-rows .card {
    background-color: #FFFFFF;
    padding: 20px;
    border-radius: 5px;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
    height: 210px;
}

.contact-rows .icon-box {
    height: 40px;
    width: 40px;
    border-radius: 5px;
    background-color: #160839;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    margin-bottom: 15px;
}

.contact-rows .icon {
    color: #FFFFFF;
    font-size: 18px;
    transition: all 0.3s ease;
}

.contact-rows .image-container {
    position: relative;
    margin-bottom: 15px;
}

.contact-rows .image-default {
    width: 100%;
    object-fit: cover;
    transition: opacity 0.3s ease;
}

.contact-rows .image-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.3s ease;
}

/* .contact-rows .card:hover .icon-box {
    background-color: #013D5F;
}

.contact-rows .card:hover .icon {
    color: #FFFFFF;
} */

.contact-rows .card:hover .image-default {
    opacity: 0;
}

.contact-rows .card:hover .image-hover {
    opacity: 1;
}

.contact-rows {
    margin-bottom: 30px;
}

.contact_form {
    background-color: #FFFFFF;
    box-shadow: 0px 0px 4px 0px #00000040;
    border-top: 7px solid #160839;
    padding-top: 43px;
    padding-left: 20px;
    padding-bottom: 48px;
    padding-right: 10px;
    margin-bottom: 100px;
}

.contact_form-left-head {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 30px;
}

.contact_form-row p {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 3px;
}

.contact_form-row input {
    outline: none;
    border: none;
    width: 100%;
    background-color: transparent;
    border-radius: 5px;
    padding: 10px;
    border: 1px solid #1608394D;
}

.contact_form-row .form-select {
    outline: none;
    border: none;
    width: 100%;
    background-color: transparent;
    border-radius: 5px;
    padding: 10px;
    font-weight: 400;
    font-size: 16px;
    color: #0000004D;
    border: 1px solid #1608394D;
}

.contact_form-row .form-select option {
    text-transform: capitalize;
    font-size: 10px;
}

.contact_form-row textarea {
    outline: none;
    border: none;
    width: 100%;
    background-color: transparent;
    border-radius: 5px;
    padding: 10px;
    border: 1px solid #1608394D;
}

.btn-sec button {
    border: none;
    outline: none;
    background-color: #160839;
    font-weight: 500;
    font-size: 16px;
    border-radius: 5px;
    color: #FFFFFF;
    padding: 10px 30px;
    border-radius: 5px;
    transition: .3s all;
    border: 1px solid #160839;
}

.btn-sec button:hover {
    background-color: transparent;
    color: #160839;
}

.newHeadnav-p {
    color: #FFFFFF;
    font-size: 16px;
    width: 60%;
    margin: auto;
    text-align: center;
}

.contact_form-row input::placeholder {
    font-weight: 400;
    font-size: 12px;
    color: #0000004D;
}

.contact_form-row textarea::placeholder {
    font-weight: 400;
    font-size: 12px;
    color: #0000004D;
}

.contact_form-row {
    margin-bottom: 30px;
}

.contact_form-right img {
    width: 100%;
}

.contact_map {
    margin-top: 100px;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown-menu {
  animation-duration: 0.7s;
  animation-name: slidein;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175);
  transition: ease-in 0.5s;
  border-radius: 15px;
}

@keyframes slidein {
  from {
    margin-top: 100%;
  }

  to {
    margin-top: 0%;
  }
}

.dropdown-item:hover {
  background-color: transparent;
  color: #026E81;
  transition: ease-in 0.5s;
  animation: fadein 0.5s;
}

.dropdown-toggle::after {
    display: none;
}

.newHeadnav {
    text-align: center;
}

.newHeadnav-sub {
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    text-align: center;
    margin-bottom: 13px;
}

.newHeadnav-sub span {
    color: #1C9AA2;
}

.newHeadnav {
    position: relative;
    margin-bottom: 50px;
}

.newHeadnav-img {
    position: absolute;
    top: 30%; 
    left: 50%; 
    transform: translate(-50%, -50%);
}

.newHeadnav-head {
    font-weight: 600;
    font-size: 30px;
    text-align: center;
    width: 65%;
    margin: auto;    
}

.newHeadnav-head2 {
    font-weight: 600;
    font-size: 30px;
}

.newHome-service-rows-card {
    width: 100%;
    height: 390px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    position: relative;
    cursor: pointer;
    transition: transform 0.3s ease;
}
        
.newHome-service-rows-card:hover {
    transform: translateY(-10px);
}
        
.newHome-service-card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.5s ease;
}
        
.newHome-service-rows-content-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 30px;
    background: rgba(255, 255, 255, 0.95);
    display: flex;
    flex-direction: column;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.5s ease;
    text-align: center;
}
        
.newHome-service-rows-card:hover .newHome-service-card-image {
    opacity: 0;
}
        
.newHome-service-rows-card:hover .newHome-service-rows-content-box {
    opacity: 1;
}
        
.newHome-service-rows-content-box h2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #000000;
}
        
.newHome-service-rows-content-box p {
    font-size: 16px;
    line-height: 1.6;
    color: #000000;
    margin-bottom: 20px;
}
        
.newHome-service-rows-content-box h1 {
    text-align: center;
    color: white;
    margin-bottom: 40px;
    width: 100%;
    font-size: 2.5rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.newHome-service-row {
    margin-bottom: 93px;
}

.newHome-service-rows {
    margin-bottom: 40px;
}

.requestQuote {
    background-color: #160839;
    padding-top: 94px;
    padding-bottom: 94px;  
}

.requestQuote-left p {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    margin-bottom: 5px;
}

.requestQuote-left input {
    outline: none;
    border: none;
    width: 100%;
    background-color: transparent;
    border: 1px solid #FFFFFF;
    padding: 15px;
    border-radius: 10px;
    color: #FFFFFF;
    margin-bottom: 20px;
    height: 50px;
}

.requestQuote-left input::placeholder {
    color: #FFFFFF4D;
}

.requestQuote-left .form-select {
    outline: none;
    border: none;
    width: 100%;
    background-color: transparent;
    border: 1px solid #FFFFFF;
    padding: 15px;
    border-radius: 10px;
    color: #FFFFFF4D;
    margin-bottom: 20px;
    height: 50px;
}

.requestQuote-left .form-select option {
    color: #000000;
    font-size: 10px;
    text-transform: capitalize;
}

.requestQuote-left button {
    border: none;
    outline: none;
    font-weight: 600;
    font-size: 16px;
    color: #160839;
    background-color: #01E6E9;
    padding: 10px;
    border-radius: 5px;
    width: 100%;
    margin-top: 30px;
}

.requestQuote-left button:hover {
    background-color: transparent;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
}

.requestQuote-left .form-group {
    margin-bottom: 20px;
}
        
.requestQuote-left label {
    display: block;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    margin-bottom: 5px;
}
        
.requestQuote-left select {
    border: none;
    outline: none;
    width: 100%;
    padding: 15px;
    border-radius: 10px;
    color: #FFFFFF4D;
    border: 1px solid #FFFFFF;
    border-radius: 6px;
    font-size: 16px;
    background-color: transparent;
    appearance: none;
    background-image: url(./images/dp.png);
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 10px;
    height: 50px;
}

.requestQuote-left select option {
    color: #000000;
}

        
.requestQuote-left .other-field {
    margin-top: 15px;
    display: none;
}
        
.requestQuote-left input[type="text"] {
    width: 100%;
    padding: 15px;
    border: 1px solid #FFFFFF;
    border-radius: 6px;
    font-size: 16px;
}

.requestQuote-left textarea {
    outline: none;
    border: none;
    width: 100%;
    background-color: transparent;
    border: 1px solid #FFFFFF;
    padding: 15px;
    border-radius: 10px;
    color: #FFFFFF;
    margin-bottom: 20px;
}


.requestQuote-left {
    padding-right: 40px;
}

.requestQuote-right {
    box-shadow: 8px 8px 4px 0px #00000040;
    background-color: #FFFFFF;
    border-radius: 20px;
    padding-bottom: 20px;
    padding-top: 70px;
    padding-left: 40px;
    padding-right: 40px;
    height: 100%;
}

.requestQuote-right-head {
    font-weight: 700;
    font-style: Bold;
    font-size: 60px;
    line-height: 65px;
    color: #013D5F;
    margin-bottom: 30px;
}

.requestQuote-right P {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #000000CC;
    margin-bottom: 30px;
}

.tailoredInd-row {
    background-color: transparent;
    padding: 20px;
    border-radius: 15px;
    color: #000000;
    box-shadow: 10px 10px 25px 0px #D9D9D9;
    margin-bottom: 30px;
}

.tailoredInd-row:hover {
    background-color: #013D5F;
    color: #FFFFFF;

}

.tailoredInd-row-img {
    margin-bottom: 20px;
}

.tailoredInd-row p {
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    text-align: center;
    margin-bottom: 0px;
}

.tailoredInd {
    margin-bottom: 100px;
}

.secondHeadnav {
    position: relative;
    margin-bottom: 50px;
}

.secondHeadnav-bg {
    position: absolute;
    top: -40px;
}

.secondHeadnav-sub {
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
}

.secondHeadnav-sub span {
    color: #1C9AA2;
}

.secondHeadnav-sub-head {
    font-weight: 600;
    font-size: 30px;
}

.testimonialBody {
    width: 70%;
    margin: auto;
}

.testimonialBody .box {
    position: relative;
    background-color: white;
    padding: 70px;
    border-radius: 8px;
    box-shadow: 0px 4px 4px 0px #013D5F;
    margin: 20px 0;
}
        
.testimonialBody .triangle-border {
    position: relative;
    border-bottom: 2px solid #013D5F;
    padding-bottom: 40px;
}
        
.testimonialBody .triangle-border::after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #013D5F;
}
        
.testimonialBody .triangle-border::before {
    content: '';
    position: absolute;
    bottom: -17px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid white;
    z-index: 1;
}

.testimonialBody .card {
    border: none;
}

.testimonialBody .carousel-indicators li {
    background-color: #000000;
	width: 15px;
    height: 5px;
    opacity: 1;
}

.testimonialBody .carousel-indicators {
    bottom: -40px;
}

.testimonialBody .carousel-indicators .active {
    color: #1C9AA2;
    background-color: #1C9AA2;
    width: 15px;
    height: 5px;
}

.testimonialBody-head {
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    margin-bottom: 5px;
}

.testimonialBody-sub {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
}

.box-bgL {
    position: absolute;
    left: 30px;
    top: 40px;
}

.box-bgR {
    position: absolute;
    right: 30px;
    top: 40px;
}

.testimonialBody p {
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
}

.accorDion-left {
    background-image: url(./images/ac-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}

.home-process {
    margin-bottom: 90px;
}

.home-process-left-head {
    font-weight: 600;
    font-size: 30px;
}

.secondHeadnav-sub-head span {
    color: #FF4424;
}

.home-process-right .faq_section{
	margin:40px auto;
}

.home-process-right .FaQ_Each{
	padding-bottom: 10px;
}

.home-process-right .box  {
    background-color: #D9D9D94D;
    color: #000000;
    padding-top: 15px;
    padding-bottom:15px;
    padding-left: 20px;
    font-weight: 600;
    font-size: 16px;
    cursor:pointer;
    border-radius: 15px;
}

.home-process-right .draw {
    display: none;
    background-color: #D9D9D94D;
    padding: 10px;
    font-weight: 300;
    font-size: 12px;
    color: #000000;
    padding-left:30px;
}

.home-process-right #other{
	display: none;
}

.home-process-right .box i {
    color: #1C9AA2;
}

.new_inner-banner-head {
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 10px;
}

.inner-banner p {
    font-weight: 400;
    font-size: 18px;
}

.missionVision {
    margin-bottom: 100px;
}

.missionVision-row-head {
    border-bottom: 1px solid #F0ACAC;
    width: fit-content;
    padding-bottom: 10px;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 23px;
}

.missionVision-row {
    box-shadow: 0px 10px 40px 0px #0000001A;
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 30px;
    height: 280px;
}

.missionVision-row-ct {
    font-weight: 300;
    font-style: Light;
    font-size: 14px;
    margin-bottom: 10px;
}

.missionVision-row-ct span {
    font-weight: 600;
    font-size: 16px;
}

.missionVision-row-ct i {
    color: #1C9AA2;
}

.missionVision-row p {
    font-weight: 400;
    font-size: 16px;
}

.fleetExploreR-head {
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    margin-bottom: 5px;
}

.fleetExploreR p {
    font-weight: 300;
    font-style: Light;
    font-size: 14px;
}

.fleetExplore_row {
    margin-bottom: 100px;
}

.fleetExplore {
    margin-bottom: 30px;
}

.our_pertnership-row {
    text-align: center;
}

.our_pertnership {
    margin-bottom: 100px;
}

.our_pertnership-row-head {
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 10px;
}

.our_pertnership-row p {
    font-weight: 400;
    font-size: 16px;
    text-align: center;
}

.services_page {
    margin-bottom: 100px;
}

.services_page-row p {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
}

.services_page-rowL {
    margin-bottom: 20px;
}

.services_page-rows {
    margin-bottom: 100px;
}

.services_page-row {
    padding-top: 50px;
}

/* NEW STYLES */

.countDown-box {
    background-color: #01E6E9;
    padding: 50px;
    border-radius: 15px;
    margin-bottom: 80px;
}

.countDown-boxL-dt {
    display: flex;
    gap: 3px;
    font-weight: 400;
    font-size: 18px;
}

.countDown-boxL-dt span {
    margin-left: 2px;
    margin-right: 2px;
}

.countDown-boxL-sub {
    font-family: Montserrat;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    margin-bottom: 10px;
}

.countDown-boxL-head {
    font-family: Montserrat;
    font-weight: 500;
    font-style: Medium;
    font-size: 24px;
    margin-bottom: 15px;
}
        
.countDown-boxR .countdown {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}
        
.countDown-boxR .card {
    border-radius: 15px;
    padding: 10px;
    width: 100px;
    position: relative;
    overflow: hidden;
    text-align: center;
}
        
.countDown-boxR .card:hover {
    transform: translateY(-10px);
    transition: all 0.3s ease;
}
        
.countDown-boxR .value {
    font-weight: 700;
    font-style: Bold;
    font-size: 30px;
    text-align: center;
}
        
.countDown-boxR .label {
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
}
        
.countDown-boxR .message {
    margin-top: 5px;
    color: #000000;
    font-size: 14px;
    padding: 10px;
    display: inline-block;
}

.countDown-box {
    position: relative;
    top: -70px;
}

.explore_one {
    background-image: url(./images/explore1-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 70px;
    padding-bottom: 70px;
    margin-bottom: 100px;
}

.explore_one-rows {
    background-color: #160839;
    border-radius: 15px;
    padding: 40px 30px;
    text-align: center;
    margin-bottom: 30px;
    color: white;
}

.explore_one-rows-head {
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.explore_one-rows p {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    margin-bottom: 20px;
}

.explore_one-rows a {
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    color: white;
}

.explore_one-rows a:hover {
    color: #01E6E9;
}

.explore_two {
    background-image: url(./images/explore2-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 70px;
    padding-bottom: 70px;
}

.explore_two-rows-box {
    box-shadow: 0px 10px 40px 0px #0000001A;
    background-color: #FFFFFF;
    border-radius: 15px;
    padding: 20px 40px;
    text-align: center;
    height: 230px;
}

.explore_two-rows {
    margin-bottom: 40px;
}

.explore_two-rows-box-head {
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
}

.explore_two-rows-box p {
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    margin-bottom: 25px;
}

.explore_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.transform_industries {
    background-image: url(./images/ind-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
}

#marquee {
    padding: 50px 0px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 100px;
}

.pic {
    position: relative;
}

.pic-label {
    background-color: #160839;
    border-radius: 5px;
    padding: 10px 30px;
    font-weight: 600;
    font-size: 16px;
    color: #FFFFFF;
    width: fit-content;
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.pic-label:hover {
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
    color: #160839;
}

#marquee .pic-container {
    display: flex;
    gap: 20px;
    animation: marquee 50s infinite linear;
}

#marquee .pic-container:hover {
    animation-play-state: paused;
}

#marquee .pic-container .pic {
    flex-basis: 20%;
    flex-shrink: 0;
}


@media (max-width: 1024px) {
    #marquee .pic-container .pic {
        flex-basis: 25%;
    }
}

@media (max-width: 768px) {
    #marquee .pic-container .pic {
        flex-basis: 33.33%;
    }
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

@media (max-width: 1024px) {
    @keyframes marquee {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(-125%);
        }
    }
}

@media (max-width: 768px) {
    @keyframes marquee {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(-186.65%);
        }
    }
}

.driver-rows {
    margin-bottom: 30px;
    position: relative;
}

.driver-rows-img img {
    height: 360px;
}

.carder11{
    overflow:hidden;
    cursor:pointer;
    border-radius: 20px;
}
.img_carder11{
    width:100%;
    transition:all 0.3s ease-in-out;
    border-radius: 20px;
}
.carder11:hover .img_carder11{
    transform:scale(1.1);
    filter:brightness(0.7);
    border-radius: 20px;
}

.driver-rows-content {
    background-color: #160839;
    padding: 15px 26px;
    border-radius: 20px;
    color: #FFFFFF;
}

.driver-rows-content-head {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 10px;
}

.driver-rows-content {
    position: absolute;
    bottom: 0px;
    display: none;
}

.driver-rows:hover .driver-rows-content {
    display: block;
}

.ind-accordion-box {
    width: 80%;
    margin: auto;
}

.ind-accordion {
    background: linear-gradient(180deg, rgba(22, 8, 57, 0.2) 0%, rgba(1, 230, 233, 0.2) 100%);
    position: relative;
    padding-top: 120px;
    padding-bottom: 120px;
}

.ind-accordion-bgL {
    position: absolute;
    left: 0px;
    top: 150px;
}

.ind-accordion-bgR {
    position: absolute;
    right: 0px;
    bottom: 40px;
}

.ind-accordion-left-sub {
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    background-color: #160839;
    border-radius: 10px;
    padding: 3px;
    text-align: center;
    margin-bottom: 10px;
}

.ind-accordion-left-head {
    font-weight: 700;
    font-style: Bold;
    font-size: 30px;
    margin-bottom: 10px;
    line-height: 40px;
}

.ind-accordion-right .faq-title {
  text-align: center;
  font-size: 16px;
  margin-bottom: 10px;
}

.ind-accordion-right .faq-item {
  margin-bottom: 10px;
}

.ind-accordion-right .faq-question {
  width: 100%;
  background: #160839;
  color: #FFFFFF;
  border: none;
  outline: none;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 10px;
  border-radius: 10px;
}

.ind-accordion-right .faq-question .icon {
  transition: transform 0.3s ease;
  font-weight: 400;
  font-size: 16px;
}

.ind-accordion-right .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
  padding: 0 0;
}

.ind-accordion-right .faq-answer p {
    margin: 10px 0;
    font-weight: 400;
    font-size: 14px;

}

.ind-accordion-right .faq-item.active .faq-answer {
  max-height: 200px; 
  padding: 10px;
}

.ind-accordion-right .faq-item.active .faq-question .icon {
  transform: rotate(180deg);
  content: "–";
}

.clients_insights {
    background-image: url(./images/ind-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 20px;
}

.clients_insights-testimonial-left p {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 30px;
}

.clients_insights-testimonial-rightA {
    background-color: #160839;
    box-shadow: 0px 4px 4px 0px #00000040;
    color: #FFFFFF;
    padding: 30px 40px;
    border-radius: 0px 20px 20px 0px;
    border-left: 3px solid #01E6E9;
    position: relative;
    margin-bottom: 20px;
    margin-left: 70px;
}

.clients_insights-testimonial-rightB {
    background-color: #160839;
    box-shadow: 0px 4px 4px 0px #00000040;
    color: #FFFFFF;
    padding: 30px 40px;
    border-radius: 0px 20px 20px 0px;
    border-left: 3px solid #01E6E9;
    position: relative;
    margin-bottom: 20px;
    margin-right: 70px;
}

.clients_insights-icon {
    position: absolute;
    right: 20px;
    top: 20px;
}

.clients_insights-testimonial-right-head {
    font-weight: 600;
    font-size: 19px;
    margin-bottom: 10px;
}

.clients_insights-testimonial-right p {
    font-size: 16px;
}

.clients_insights-testimonial {
    margin-bottom: 100px;
}

.home_blog-left-d_t2 {
    font-weight: 400;
    font-size: 14px;
    color: #00000080;
}

.home_blog-left-d_t2 span {
    margin-right: 2px;
}

.home_blog-left-d_and_t2 {
    display: flex;
    gap: 10px;
}

.home_blog-right-label {
    font-weight: 600;
    font-size: 16px;
    color: #FFFFFF;
    background-color: #5BDBFF;
    padding: 7px;
    width: fit-content;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.home_blog-right-img {
    position: relative;
}

.home_blog-right-contnt {
    box-shadow: 0px 10px 40px 0px #0000001A;
    background-color: #FFFFFF;
    padding: 30px 10px;
}

.home_blog-right-contnt-head {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 20px;
}

.home_blog-right {
    margin-bottom: 30px;
}

.proven-row {
    margin-bottom: 80px;
}

.proven-rows {
    margin-bottom: 35px;
    box-shadow: 0px 10px 40px 0px #0000001A;
    border-radius: 15px;
    padding: 50px 30px;
    text-align: center;
    background-color: #FFFFFF;
}

.proven-rows-head {
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    margin-top: 20px;
    margin-bottom: 15px;
}

.proven-rows p {
    font-weight: 300;
    font-style: Light;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
}

.grinding_rows-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 40px;
}

.grinding_row {
    margin-bottom: 100px;
}

.grinding_rows-body {
    text-align: center;
    box-shadow: 0px 10px 40px 0px #0000001A;
    border-radius: 20px;
    padding: 50px 30px 20px 30px;
    background-color: #FFFFFF;
    height: 300px;
}

.grinding_rows-body-head {
    font-weight: 600;
    font-size: 24px;
    text-align: center;
    margin-bottom: 25px;
}

.grinding_rows-body p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}

.grinding_rows-icons {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #160839;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-size: 50px;
    box-shadow: 0px 10px 40px 0px #0000001A;
}

.grinding_rows:hover .grinding_rows-icons {
    background-color: #FFFFFF;
    color: #160839;
}

.grinding_rows {
    margin-bottom: 35px;
}

.it-consultant {
    background-image: url(./images/it-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 115px;
    padding-bottom: 118px;
}

.it-consultant-body {
    text-align: center;
    color: #FFFFFF;
}

.it-consultant-body-head {
    font-weight: 700;
    font-style: Bold;
    font-size: 60px;
    margin-bottom: 12px;
}

.it-consultant-body p {
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    width: 50%;
    margin: auto;
}

.it-consultant-body button {
    border: none;
    outline: none;
    background-color: #160839;
    padding: 15px 30px;
    border-radius: 20px;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    margin-top: 30px;
}

.it-consultant-body button:hover {
    background-color: #FFFFFF;
    color: #160839;
}

.it-consultant-body button i {
    margin-left: 10px;
}

.team_bgg {
    background-image: url(./images/ind-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 82px;
    padding-bottom: 82px;
}

.contact_rating {
    background-color: #F5F5F5;
    padding-top: 50px;
    padding-bottom: 53px;
}

.contact_rating-row-left-box {
    display: flex;
}

.contact_rating-row-left-box-prog .progress-bar {
    background-color: #A44730;
    height: 5px;
}

.contact_rating-row-left-box-prog .progress {
    height: 5px;
    background-color: #F0ACAC;
}

.contact_rating-row-prog {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
    margin-bottom: 15px;
}
        
.left-figure {
    font-weight: 500;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
}
        
.progress-container {
    flex-grow: 1;
    width: 100%;
    background-color: #1608394D;
    border-radius: 10px;
    height: 10px;
}
        
.progress-bar {
    height: 10px;
    border-radius: 10px;
    background-color: #160839;
    width: 98%;
}
        
.right-percentage {
    font-weight: 500;
    font-size: 15px;
    line-height: 100%;
    text-align: center;
}

.contact_rating-row-progLl span {
    color: #160839;
    font-size: 10px;
}

.contact_rating-row-progLl {
    display: flex;
    gap: 3px;
    align-items: center;
}

.contact_rating-row-right-row {
    text-align: center;
    background-color: #FFFFFF;
    box-shadow: 0px 10px 40px 0px #0000000D;
    padding-top: 34px;
    padding-bottom: 34px;
}

.contact_rating-row-right .col-md-4 {
    padding-left: 0px;
    padding-right: 0px;
}

.contact_rating-row-right-row-hd {
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 10px;
}

.contact_rating-row-right-icons i {
    color: #160839;
    font-size: 10px;
    margin-left: 5px;
}

.contact_rating-row-right-icons {
    margin-bottom: 10px;
}

.contact_rating-row-right-row span {
    font-weight: 400;
    font-size: 14px;
}

.con-btn button {
    border: none;
    outline: none;
    background-color: #000000;
    padding: 10px 40px;
    border-radius: 10px;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: #FFFFFF;
    border: 1px solid #000000;
    margin-bottom: 22px;
}

.con-btn button:hover {
    background-color: #FFFFFF;
    color: #000000;
}

.con-btn2 button {
    border: none;
    outline: none;
    background-color: #000000;
    padding: 10px 40px;
    border-radius: 10px;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: #FFFFFF;
    border: 1px solid #000000;
}

.con-btn2 button:hover {
    background-color: #FFFFFF;
    color: #000000;
}

.contact_rating-row {
    margin-bottom: 100px;
}

.contact-most-help {
    display: flex;
    justify-content: space-between;
    margin-bottom: 58px;
}

.contact-most-helpL {
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
}

.contact-most-helpR {
    font-weight: 600;
    font-size: 16px;
}

.contact-most-helpR span {
    font-weight: 500;
    font-size: 16px;
}

.contact_rating-l {
    border: 1px solid #000000;
    margin-bottom: 30px;
    margin-top: 30px;
}

.insights_nav {
    margin-bottom: 60px;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.insights_navs {
    font-weight: 600;
    font-size: 16px;
}

.insights_row {
    margin-bottom: 100px;
}     

.insights_row-right {
    padding-top: 100px;
}

.insights_row-right-sub {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 15px;
}

.insights_row-right-head {
    font-weight: 700;
    font-style: Bold;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 15px;
}

.insights_row-right p {
    font-weight: 300;
    font-style: Light;
    font-size: 16px;
    margin-bottom: 15px;
}

.insights_row-right-nav {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 20px;
}

.insights_row-right-navB {
    font-weight: 400;
    font-size: 16px;
    line-height: 40px;
}

#marquee2 {
    padding: 50px 0px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 100px;
}

.pic2 {
    position: relative;
}

#marquee2 .pic-container2 {
    display: flex;
    gap: 20px;
    animation: marquee 50s infinite linear;
}

#marquee2 .pic-container2:hover {
    animation-play-state: paused;
}

#marquee2 .pic-container2 .pic2 {
    flex-basis: 25%;
    flex-shrink: 0;
}


@media (max-width: 1024px) {
    #marquee2 .pic-container2 .pic2 {
        flex-basis: 100%;
    }
}

@media (max-width: 768px) {
    #marquee2 .pic-container2 .pic {
        flex-basis: 100%;
    }
}

@keyframes marquee2 {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

@media (max-width: 1024px) {
    @keyframes marquee2 {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(-125%);
        }
    }
}

@media (max-width: 768px) {
    @keyframes marquee2 {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(-186.65%);
        }
    }
}

.flag_selector .image-selector {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px 0;
    position: relative;
}
        
.flag_selector .selected-image {
    width: 30px;
    height: 20px;
    overflow: hidden;
}

.flag_selector {
    background-color: #160839;
    border-radius: 10px;
    padding: 5px 10px;
    margin-left: 50px;
}
        
.flag_selector .selected-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
        
.flag_selector .dropdown-arrow {
    color: white;
    width: 5px;
    height: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
}
        
.flag_selector .dropdown-arrow:hover {
    transform: translateY(2px);
}
        
.flag_selector .dropdown-menu {
    position: absolute;
    top: 110%;
    right: 0;
    background: transparent;
    z-index: 10;
    display: none;
}
        
.flag_selector .dropdown-menu.show {
    display: block;
    animation: fadeIn 0.3s ease;
}
        
.flag_selector .image-option {
    width: 50px;
    height: 50px;
    overflow: hidden;
    margin-top: 5px;
    cursor: pointer;
    transition: all 0.2s ease;
}
        
.flag_selector .image-option:hover {
    transform: scale(1.05);
}
        
.flag_selector .image-option img {
    width: 51px;
    height: 34px;
    object-fit: cover;
}        

        
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}































/* MEDIA */
@media (max-width: 736px) {

    .flag_selector {
        background-color: #160839;
        border-radius: 10px;
        padding: 5px 10px;
        width: fit-content;
        margin-left: 0px;
    }

    .flag_selector .selected-image {
        width: 30px;
        height: 20px;
        overflow: hidden;
    }

    #navbar {
        font-size: 14px;
        padding-top: 10px;
        padding-bottom: 10px;
        position: fixed;
        top: 0;
        width: 100%;
    }


    #newSS-imgs {
        margin-top: 40px;
    }

    .it-consultant-body p {
        font-weight: 400;
        font-size: 16px;
        text-align: center;
        width: 90%;
        margin: auto;
    }

    .home_blog-left {
        margin-bottom: 30px;
    }

    .clients_insights-testimonial-left {
        margin-bottom: 30px;
    }

    .clients_insights-testimonial-rightA {
        background-color: #160839;
        box-shadow: 0px 4px 4px 0px #00000040;
        color: #FFFFFF;
        padding: 20px;
        border-radius: 0px 20px 20px 0px;
        border-left: 3px solid #01E6E9;
        position: relative;
        margin-bottom: 20px;
        margin-left: 20px;
    }

    .clients_insights-testimonial-rightB {
        background-color: #160839;
        box-shadow: 0px 4px 4px 0px #00000040;
        color: #FFFFFF;
        padding: 20px;
        border-radius: 0px 20px 20px 0px;
        border-left: 3px solid #01E6E9;
        position: relative;
        margin-bottom: 20px;
        margin-right: 20px;
    }

    .ind-accordion-left {
        margin-bottom: 40px;
    }

    .ind-accordion-box {
        width: 100%;
        margin: auto;
    }

    .ind-accordion-bgL {
        position: absolute;
        left: 0px;
        top: 20px;
    }

    .ind-accordion-bgR {
        position: absolute;
        right: 0px;
        bottom: 20px;
    }

    .pic-label {
        background-color: #160839;
        border-radius: 5px;
        padding: 10px;
        font-weight: 400;
        font-size: 13px;
        color: #FFFFFF;
        width: fit-content;
        position: absolute;
        bottom: 20px;
        left: 5px;
    }

    .explore_two-rows-box {
        box-shadow: 0px 10px 40px 0px #0000001A;
        background-color: #FFFFFF;
        border-radius: 15px;
        padding: 20px;
        text-align: center;
    }

    .newHeadnav-sub {
        font-weight: 500;
        font-style: Medium;
        font-size: 18px;
        text-align: center;
        margin-bottom: 13px;
    }

    .newHeadnav-head {
        font-weight: 600;
        font-size: 30px;
        text-align: center;
        width: 95%;
        margin: auto;    
    }

    .countDown-boxL-dt {
        display: flex;
        gap: 3px;
        font-weight: 400;
        font-size: 14px;
        margin-bottom: 30px;
    }

    .countDown-box {
        background-color: #01E6E9;
        padding: 20px;
        border-radius: 15px;
        margin-bottom: 80px;
    }

    .newHeadnav-p {
        color: #FFFFFF;
        font-size: 16px;
        width: 90%;
        margin: auto;
        text-align: center;
    }

    .requestQuote-left {
        padding-right: 0px;        
    }

    .services_page-row {
        margin-bottom: 30px;
    }

    .fleetExploreL {
        margin-bottom: 20px;
    }

    .missionVision-row {
        box-shadow: 0px 10px 40px 0px #0000001A;
        border-radius: 15px;
        padding: 20px;
        margin-bottom: 30px;
        height: auto;
    }

    .box-bgL {
        position: absolute;
        left: 10px;
        top: 20px;
    }

    .box-bgR {
        position: absolute;
        right: 10px;
        top: 20px;
    }

    .testimonialBody .box {
        position: relative;
        background-color: white;
        padding: 30px;
        border-radius: 8px;
        box-shadow: 0px 4px 4px 0px #013D5F;
        margin: 20px 0;
    }
    
    .testimonialBody {
        width: 100%;
        margin: auto;
    }

    .requestQuote-right {
        box-shadow: 8px 8px 4px 0px #00000040;
        background-color: #FFFFFF;
        border-radius: 20px;
        padding-top: 50px;
        padding-left: 40px;
        padding-right: 40px;
        height: 100%;
        margin-top: 30px;
    }

    #homeaboutleft2 img {
        height: auto;
    }


    #homeaboutleft img {
        height: auto;
    }

    .home_blog-left {
        margin-bottom: 30px;
    }

    .faq-section-left {
        margin-bottom: 30px;
    }

    .whyChose-left-row {
        padding: 10px;
        margin-bottom: 20px;
    }

    /* .whyChose-left  {
        padding-left: 20px;
        padding-right: 20px;
    } */

    .home_explore-body-nav-head {
        font-weight: 500;
        font-size: 18px;
        line-height: 100%;
        color: #FFFFFF;
        margin-bottom: 10px;
    }

    .home_explore-body-nav {
        width: 100%;
        margin: auto;
        text-align: center;
    }

    /* .home_about-right-nav {
        margin-left: 20px;
    } */

    /* .home_about-right-contents {
        padding-left: 20px;
        padding-right:  20px;
    } */

    .home_about-left {
        margin-bottom: 30px;
        /* padding-right: 0px; */
    }

    .banner-contents {
        width: 90%;
        margin: auto;
    }

    .card-body-btnS {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }


    .banner-contents-head {
        font-weight: 700;
        font-style: SemiBold;
        font-size: 45px;
        line-height: 55px;
        margin-bottom: 30px;
        color: #FFFFFF;
    }
    
	.nav-link2 {
        margin-top: 0px;
        margin-left: 0px;
    }
}


@media (max-width: 991.98px) { 
  .navbar .navbar-nav .nav-link {
    color: #000000 !important; 
  }
  
  .navbar {
    background-color: #FFFFFF !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  }

  
  .navbar-transparent,
  .navbar-scrolled {
    background-color: #FFFFFF !important;
  }
}





  
	


