@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;
}

.img-responsive {
    width: 100%;
    height: auto;
}

html {
  scroll-behavior: smooth;
}

.navbar-light .navbar-toggler {
    outline: none;
    border: none;
}

#navbar {
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    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: #15A1AE;
    border-bottom: 2px solid #000000;
}

.navbar-light .navbar-toggler-icon {
    background-image: url(./images/bugg.png);
}

.navbar .m-active {
  border-bottom: 2px solid #000000;
  padding: 10px;
  width: fit-content;
  color: #15A1AE !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 button {
    margin-top: -5px;
    margin-left: 70px;
}

.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: #055681 !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}


.home-banner .carousel-indicators li {
    background-color: #FFFFFF;
	width: 10px;
    height: 10px;
    border-radius: 50%;
    opacity: 1;
}

.home-banner .carousel-indicators {
    bottom: 50px;
}

.home-banner .carousel-indicators .active {
    color: #5BDBFF;
    background-color: #5BDBFF;
   width: 10px;
    height: 10px;
    border-radius: 50%;
}

.home-banner .card {
    background-image: url(./images/banner1.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: 60%;
    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:#000000;
    border: 1px solid #000000;
    padding: 10px 30px;
    border-radius: 10px;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    line-height: 100%;
    color: #FFFFFF;    
}

.card-btnS2 button:hover {
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
    color: #000000;
}

#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-style: Regular;
    font-size: 14px;
    margin-bottom: 0px;
    line-height: 25px;
}

.home_about-right-rowB {
    width: 90%;
}

.btn_pry button {
    border: none;
    outline: none;
    background-color:#000000;
    border: 1px solid #000000;
    padding: 10px 40px;
    border-radius: 10px;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    line-height: 100%;
    color: #FFFFFF;    
}

.btn_pry button:hover {
    background-color: #FFFFFF;
    color: #000000;
    border: 1px solid #000000;
}

.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 {
    background-color: #32019ACC;
    padding-top: 100px;
    padding-bottom: 100px;
}

.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: #013D5FB8;
    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: #FFFFFF;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    color: #013D5F;
    font-size: 18px;
}

.footer-main {
    padding-top: 40px;
}

.footer-head {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 30px;
    color: #022A40;
}

.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 {
    margin-left: 10px;
}

.footer-main ul li a:hover {
    color: #013D5F;
}

.contact-row {
    display: flex;
    gap: 10px;
    margin-bottom: 25px;
}

.contact-rowL {
    color: #022A40;
    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;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #FFFFFF;
    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 {
    margin-bottom: 100px;
}

.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-left: 20px;
    padding-right: 20px;
    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: #013D5F;
    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: #D9D9D94D;
    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: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    margin-bottom: 15px;
}

.contact-rows .icon {
    color: #013D5F;
    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-row {
    margin-bottom: 67px;
} */

.contact-rows {
    margin-bottom: 30px;
}

.contact_form {
    background-color: #FFFFFF;
    box-shadow: 0px 0px 4px 0px #00000040;
    border-top: 7px solid #013D5F;
    padding-top: 43px;
    padding-left: 20px;
    padding-bottom: 48px;
    padding-right: 10px;
}

.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: #F5F5F5;
    border-radius: 5px;
    padding: 10px;
    border: 1px solid #013D5F;
}

.contact_form-row .form-select {
    outline: none;
    border: none;
    width: 100%;
    background-color: #F5F5F5;
    border-radius: 5px;
    padding: 10px;
    font-weight: 400;
    font-size: 16px;
    color: #0000004D;
    border: 1px solid #013D5F;
}

.contact_form-row .form-select option {
    text-transform: capitalize;
    font-size: 10px;
}

.contact_form-row textarea {
    outline: none;
    border: none;
    width: 100%;
    background-color: #F5F5F5;
    border-radius: 5px;
    padding: 10px;
    border: 1px solid #013D5F;
}

.btn-sec button {
    border: none;
    outline: none;
    background-color: #013D5F;
    font-weight: 500;
    font-size: 16px;
    border-radius: 5px;
    color: #FFFFFF;
    padding: 10px 40px;
    border-radius: 5px;
    transition: .3s all;
    border: 1px solid #013D5F;
}

.newHeadnav-p {
    color: #FFFFFF;
    font-size: 16px;
    width: 60%;
    margin: auto;
    text-align: center;
}

.btn-sec button:hover {
    background-color: transparent;
    color: #013D5F;
}

.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;
}

.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: #013D5F;
    padding-top: 94px;
    padding-bottom: 94px;
    margin-bottom: 100px;    
}

.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;
}

.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;
}

.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: #FFFFFF;
    background-color: #1C9AA2;
    padding: 10px;
    border-radius: 15px;
    width: 100%;
    margin-top: 30px;
}

.requestQuote-left button:hover {
    background-color: #FFFFFF;
    color: #026E81;
}

.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("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231a5276' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 16px;
}

.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;
}

.ourTeam-row button {
    border: none;
    outline: none;
    background-color: transparent;
    font-weight: 300;
    font-size: 14px;
    font-style: italic;
    color: #FFFFFF;
}

.ourTeam-row button:hover {
    color: #15A1AE;
}

.modal-header {
    border-bottom: none;
}

.ourTeam-row-iconsss a {
    text-decoration: none;
    background-color: #013D5F;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    color: #FFFFFF;
    font-size: 18px;
}









/* MEDIA */
@media (max-width: 736px) {

    .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;
    }

    .btn-sec {
        margin-bottom: 40px;
    }

    #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 button {
        margin-top: 0px;
        margin-left: 0px;
    }
}


@media (max-width: 991.98px) { 
  .navbar .navbar-nav .nav-link {
    color: #FFFFFF !important; 
  }
  
  .navbar {
    background-color: #022A40 !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  }

  
  .navbar-transparent,
  .navbar-scrolled {
    background-color: #022A40 !important;
  }
}





  
	


