/********** Template CSS **********/
:root {
    --primary: #ad322b;
    --secondary: #012640;
    --light: #F2F2F2;
    --dark: #272630;
}

.text-blue{
    color: var(--secondary);
}
.bg-blue{
    background: var(--secondary) !important;
}
.bg-white{
    background: #ffffff !important;
}

.text-white{
    color:#ffffff
}

.btn {
    font-weight: 700;
    transition: .5s;
}

.btn:hover {
    -webkit-box-shadow: 0 8px 6px -6px #555555;
    -moz-box-shadow: 0 8px 6px -6px #555555;
    box-shadow: 0 8px 6px -6px #555555;
}

.btn.btn-secondary {
    color: #FFFFFF;
}

.w-40{
    width: 40% !important;
}
.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}

.btn-lg-square {
    width: 46px;
    height: 46px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

.navbar-dark .navbar-nav .nav-link {
    position: relative;
    margin-left: 30px;
    padding: 35px 0;
    font-size: 18px;
    color: #012640;
    font-weight: 700;
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-dark .navbar-nav .nav-link {
    padding: 20px 0;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: #012640;
    font-weight: 700;
}

@media (min-width: 992px) {
    .navbar-dark .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 5px;
        bottom: 0;
        left: 50%;
        background: var(--primary);
        transition: .5s;
    }

    .navbar-dark .navbar-nav .nav-link:hover::before,
    .navbar-dark .navbar-nav .nav-link.active::before {
        width: 100%;
        left: 0;
    }
}

@media (max-width: 991.98px) {
    .navbar-dark .navbar-nav .nav-link  {
        margin-left: 0;
        padding: 10px 0;
    }
}

.bg-hero {
    background: url(../img/hero.jpg) top right no-repeat;
    background-size: cover;
}


/* Hero slider  */

/* Slideshow container */
.slideshow-container {
    max-width: 100%;
    height: 500px;
    position: relative;
    margin: auto;
  }

  /* Caption text */
  .text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
  }

  /* Number text (1/3 etc) */
  .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }

  /* The dots/bullets/indicators */
  .dot {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }

  .slideActive {
    background-color: #717171;
  }

  .mySlides img{
    width: 100%;
    height: 500px;
  }
  .bg-hero1 {
    background: url(../img/hero.jpg) top right no-repeat;
    background-size: cover;
    width: 100%;
    height: 450px;
   }
  /* Fading animation */
  .fade {
    animation-name: fade;
    animation-duration: 1.5s;
  }

  @keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
  }

  /* On smaller screens, decrease text size */
  @media only screen and (max-width: 300px) {
    .text {font-size: 11px}
  }
/* Hero slider  End*/


.abtImgs{
    width: 100%;
}
.abtImgs3{
    width: 100%;
    bottom: 0px;
    position: relative;
}
.abtImgs2{
    width: 100%;
    top: 25px;
    left: 0;
    position: relative;
}

@media (max-width: 991.98px) {
    .bg-hero {
        background-size: cover;
    }
}

.about-start,
.about-end {
    background: url(../img/about-bg.png) center center no-repeat;
    background-size: contain;
    background-attachment: fixed;
}

@media (min-width: 992px) {
    .about-start {
        position: relative;
        /* margin-right: -90px; */
        z-index: 1;
    }

    .about-end {
        position: relative;
        /* margin-left: -90px; */
        z-index: 1;
    }
}

.service-icon div img{
    transform: rotate(45deg);
    width: 45px;
}

.service-item {
    background: url(../img/service.png) top center no-repeat;
    background-size: cover;
    transition: .5s;
}

.contact-item {
    background: url(../img/service.png) top center no-repeat;
    background-size: cover;
    transition: .5s;
    height: 330px;
}

.service-item:hover,
.contact-item:hover {
    background: url(../img/service-2.png) bottom center no-repeat;
    background-size: cover;
}

.service-item .service-icon {
    margin-top: -50px;
    width: 100px;
    height: 100px;
    color:#FFFFFF;
    background: #FFFFFF;
    transform: rotate(-45deg);
}
 .contact-item .contact-icon {
    margin-top: -78px;
    width: 100px;
    height: 100px;
    color:#FFFFFF;
    background: #FFFFFF;
    transform: rotate(-45deg);
}
.contactinfo a{
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: center;
}
.contactinfo a i{
    color: #012640;
}
.contactinfo a p{
    color: #012640;
}
.contactinfo{
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    margin-bottom: 10px;
}
.contactinfo:hover{
    background-color: #012640;
    color: White !important;
}
.contactinfo:hover a i{
    color: white !important;
}
.contactinfo:hover a p{
    color: white !important;
}







.form-control:focus {
    color: #54595F;
    background-color: #fff;
    border-color: #012640;
    outline: 0;
    box-shadow: 0px 0px 4px 0rem rgb(1 38 64);
}
.contact-item {
    background: url(../img/service.png) top center no-repeat;
    background-size: cover;
    transition: .5s;
    height: 212px;
}
.service-item .service-icon div,
.contact-item .contact-icon div {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    transition: .5s;
}

.service-item .service-icon i,
.contact-item .contact-icon i {
    transform: rotate(45deg);
    transition: .5s;
}

.service-item:hover .service-icon div,
.contact-item:hover .contact-icon div {
    background: var(--secondary);
}

.service-item:hover .service-icon i,
.contact-item:hover .contact-icon i {
    color: #ffffff;
}

.service-item a.btn {
    position: relative;
    bottom: -30px;
    opacity: 0;
}

.service-item:hover a.btn {
    bottom: 0;
    opacity: 1;
}

.bg-quote {
    /* background: url(../img/quote.png) top right no-repeat;
    background-size: cover;
    height: 375px; */
}

.sticky-top{
    background:white;
}

@media (max-width: 991.98px) {
    .bg-quote {
        background-size: cover;
    }
}

.team-item {
    position: relative;
    margin-bottom: 45px;
}

.team-text {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: url(../img/about-bg.png) bottom center no-repeat;
    background-size: cover;
    height: 90px;
    padding: 0 30px;
    right: 45px;
    left: 45px;
    bottom: -45px;
    transition: .5s;
    z-index: 1;
}
.btn-outline-secondary{
   border-radius: 57px;
   border: 2px solid white;
}
.btn-outline-secondary a{
    color: white;
}

.team-item:hover .team-text {
    height: 100%;
    bottom: 0;
}

.team-social {
    position: absolute;
    transition: .1s;
    transition-delay: .0s;
    opacity: 0;
}

.team-item:hover .team-social {
    transition-delay: .3s;
    opacity: 1;
}

.bg-testimonial {
    background: url(../img/bg-2.jpg) top left no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 450px;
    margin-top: -35px;
}

.bg-testimonialOverly{
    background: #0707075e;
    height: inherit;
    width: 100%;
}
.ps_margin{
    padding-left: 2rem !important;
}
.bgTestimonial{
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    /* box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px; */
    z-index: 5;
}

/* Testimonial shape divider  */
.custom-shape-divider-bottom-1718188138 {
    position: relative;
    bottom: 26px;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1718188138 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 29px;
}

.custom-shape-divider-bottom-1718188138 .shape-fill {
    fill: #FFFFFF;
}

/* top shape divider */
.custom-shape-divider-top-1718187565 {
    position: relative;
    top: 8px;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1718187565 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 29px;
}

.custom-shape-divider-top-1718187565 .shape-fill {
    fill: #FFFFFF;
}
/* top shape divider end */
/* Testimonial shape divider End */


@media (max-width: 991.98px) {
    .bg-testimonial {
        background-size: cover;
    }
}

.testimonial-carousel{
    /* padding: 35px; */
}
.testimonial-carousel .owl-nav {
    margin-top: 30px;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next{
    position: relative;
    margin: 0 5px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--secondary);
    font-size: 22px;
    border-radius: 45px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: #faff11;
}

.testimonial-carousel .owl-item img {
    width: 60px;
    height: 60px;
}

.bg-call-to-action {
    background: url(../img/call-to-action.jpg) top right no-repeat;
    background-size: contain;
}

.bg-footer {
    background: url(../img/footer-bg.png) center center no-repeat;
    background-size: contain;
    width: 100%;
    background-attachment: fixed;
    height: 400px;
}
.bg-footer-overly{
    background: #02447217;
    height: inherit;
    width: 100%;
}
.footer-p{
    color: #012640;
    font-weight: 500;
    font-size: 16px;
    text-align: justify;
}

.bg-footer a:hover .fa{
    color: #c70b00;
}

.bg-footer a:hover{
    color: #c70b00;
}

@media (max-width: 991.98px) {
    .bg-call-to-action,
    .bg-footer {
        background-size: cover;
    }
}

.logo{
    /* width: 290px; */
    width: 198px;
}
.about-start a,
.about-end a{
    display: flex;
    justify-content: flex-end;
    color: #faff11;
}
.about-start a:hover,
.about-end a:hover{
    color: white;
}
.clients div img:hover{
 opacity: 0.5;
 cursor: pointer;
}

.imgGallary{
    height: 0;
}

.imgGallary div img{
    width: 250px;
}

.img-2 img{
    position: relative;
    right: 0;
    bottom: 60px;
    left: 265px;

}
.img-3 img{
    position: relative;
    bottom: 625px;
    left: 267px;
}
.img-4 img{
    position: relative;
    bottom: 510px;
    height: 335px;
}
.Achievements p{
    text-align: justify;
    width: 95%;
}

.productbg{
    background: url(../img/bg.jpg);
    background-size: cover;
    height:1000px;
    background-attachment: fixed;
}
.bgOverly{
    height: inherit;
    background-color: #0000006e;
}
.bgDividerLeft{
    width: 50%;
    float: left;
    height: 500px;
}
.bgDividerRight{
    width: 50%;
    float: right;
    background-color: white;
    height: 500px;
}
.bgDividerLeftTwo{
    width: 50%;
    float: left;
    background-color: white;
    height: 500px;
}
.bgDividerRightTwo{
    width: 50%;
    float: right;
    height: 500px;
}


/************* why vaishnavi page  **********/
.whyvaishnaviImg{
    width: 257px;
    height: 257px;
    box-shadow: rgb(1 38 64) -5px -3px 0px 2px, rgba(6, 24, 44, 0.65) 0px 4px 14px 0px, rgba(255, 255, 255, 0.08) 0px 0px 0px 0px inset;
    border-radius: 50%;
}

.whyvaishnaviText{
    background: #012640;
    color: white;
    margin-top: -78px;
    width: 65%;
    height: 300px;
    position: sticky;
    z-index: 16;
    margin-left: 130px;
    padding: 30px;
    border-left-style: solid;
    border-top-left-radius: 58px;
    border-color: #9dcf5e;
    box-shadow: rgb(0 0 0 / 36%) 4px 4px 16px 2px;
}

.whyvaishnaviText p b{
    color:#ffffff
}

.whyvaishnavDiv,
.whyvaishnaviImg{
    transition-property: scale;
    transition-duration: 1s;
}

.whyvaishnavDiv:hover .whyvaishnaviImg{
    scale: 1.1;
}

/* dkj */
.whyUsDiv{
    display: flex;
    justify-content: space-around;
    height: 250px;
    align-items: baseline;
}
.whyUsLogo{
    width: 150px;
    height: 150px;
    background: #012640;
    transform: rotate(-45deg);
    box-shadow: rgb(0 0 0 / 27%) -15px 14px 15px 0px;
}
.whyUsLogo img{
    transform: rotate(45deg);
    margin: 30px 40px 22px;
    width: 80px;
}
.whyUsText{
    text-align: center;
}
/************* why vaishnavi page End**********/


.careerMainDiv{
    gap: 45px;
    display: flex;
}
.career{
    box-shadow: rgba(17, 12, 46, 0.15) 0px 7px 10px 0px;
    height: 250px;
    width: 48%;
    padding:7px 35px;
}
.careerbtn{
    text-align: end;
    margin-top: 40px;
}
.careerbtn a{
    background: #012640;
    color: white;
    border: none;
    border-radius: 27px;
    padding: 11px 25px;
}
..accordion-button:not(.collapsed) {
    color: gray !important;
    background-color: #fffcf0;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.bgheight{
    height: 1090px;
}
.culturebg{
    background:url(../img/bg-2.jpg);
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    height: 790px;
}
.cultureOverly{
    background: #012640a6;
    height: inherit;
}
.companycultureBgDiv{
    background: #ffffff;
    width: 90%;
    margin: 30px auto;
    height: 920px;
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
    padding: 50px;
    text-align: justify;
    color: #596268;
    border-bottom-right-radius: 95px;
    font-size: 17px;
}


/* swiper slider home page */
.swiper {
    width: 100%;
    height: 360px;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .swiper-slide h5{
    text-align: center;
  }
  .swiper-slide img {
    display: block;
    width: 100%;
    height: 260px;
    object-fit: cover;
  }

/* shape divider  */
.custom-shape-divider-top-1718012084 {
    position: relative;
    top: -48px;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1718012084 svg {
    position: relative;
    display: block;
    width: calc(140% + 1.3px);
    height: 147px;
}

.custom-shape-divider-top-1718012084 .shape-fill {
    fill: #FFFFFF;
}

/* bottom shape divider */
.custom-shape-divider-bottom-1718012713 {
    position: relative;
    bottom: 152px;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1718012713 svg {
    position: relative;
    display: block;
    width: calc(165% + 1.3px);
    height: 322px;
}

.custom-shape-divider-bottom-1718012713 .shape-fill {
    fill: #FFFFFF;
}

/* fooeter shape divider */
.custom-shape-divider-top-1718084905 {
    position: relative;
    top: 57px;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1718084905 svg {
    position: relative;
    display: block;
    width: calc(265% + 1.3px);
    height: 160px;
    margin-bottom: -20px;
}

.custom-shape-divider-top-1718084905 .shape-fill {
    fill: #ffffff;
}

.clients{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    margin-top: 3rem;
}
.clients img:hover{
    opacity: 0.6;
}
.contactDiv{
    padding: 14px 112px 0 0;
}
.about-start,
.about-end{
    height: 320px;
}
.quote div{
    width: 80%;
}
.quoteMainDiv{
    margin: 90px 0;
    height: 947px;
}
/****** Responsive CSS ****/
/* Media Query for Mobile Devices */
@media (max-width: 480px) {
    .careerInfoDiv{
        gap: 0px !important;
    }
    .bg-hero {
        background-size: cover !important;
        background-position-x: -852px;
        height: 550px;
    }
    .display-1 {
        display: none;
    }
    .heroText{
        display: none;
    }
    .bg-hero{
        padding-bottom: 0 !important;
    }
    .clientSection{
        margin-top: 6rem;
    }
    .clients{
        display: flex;
        width: 100px;
        flex-wrap: nowrap;
    }
    .contactText{
        display: none;
    }
    .contacth2{
        text-align: center;
    }
    .contactDiv{
        padding: 0px 0px 0 0;
    }
    .contacth2{
        padding-top: 15px !important;
    }
    .bg-footer {
        height: unset;
    }
    .about-start {
        height: auto;
        margin-bottom: 3rem;
    }
    .about-start p,
    .about-end  p{
        text-align: justify;
        font-size: 19px;
    }
    .about-end {
        height: auto;
    }
    .custom-shape-divider-top-1718012084 {
        position: relative;
        top: -51px;
    }
    .quote div{
        width: 100%;
    }
    .quoteMainDiv{
        height: auto;
    }
    .custom-shape-divider-bottom-1718012713 {
        bottom: -51px;
    }
    .custom-shape-divider-bottom-1718012713 svg {
        height: 100px;
    }
    .abtImgs3{
        display: none;
    }
    .aboutText{
        flex-wrap: wrap-reverse;
    }
    .aboutText div{
        padding-top: 0 !important;
    }
    .productbg {
        background-size: contain;
    }
    .bgDividerLeft {
        width: 100%;
        float: left;
        height: auto;
    }
    .bgDividerRight {
        width: 100%;
        float: right;
        background-color: white;
        height: auto;
    }
    .bgDividerRightTwo {
        width: 100%;
        float: right;
        height: auto;
    }
    .bgDividerLeftTwo {
        width: 100%;
        float: left;
        background-color: white;
        height: auto;
    }
    .productbg {
        height: auto;
    }
    .imgGallary {
        height: auto;
    }
    .imgGallary div img {
        width: 100%;
        margin-bottom: 2rem;
    }
    .img-3 img {
        position: relative;
        bottom: 0;
        left: 0;
    }
    .img-2 img {
        position: relative;
        right: 0;
        bottom: 0;
        left: 0;
    }
    .img-4 img {
        position: relative;
        bottom: 0;
        height: auto;
    }
    .career {
        width: 100%;
        height: 330px;
    }
    .companycultureBgDiv {
        width: 100%;
        height: auto;
    }
    .culturebg {
        height: auto;
    }
    .bgheight {
        height: auto;
    }
}

/* Media Query for low resolution  Tablets, Ipads */
/* @media (min-width: 481px) and (max-width: 767px) {
    body {
        background-color: yellow;
    }
} */

/* Media Query for Tablets Ipads portrait mode */
/* @media (min-width: 768px) and (max-width: 1024px) {
    body {
        background-color: blue;
    }
} */

/* Media Query for Laptops and Desktops */
/* @media (min-width: 1025px) and (max-width: 1280px) {
    body {
        background-color: green;
    }
} */

/* Media Query for Large screens */
/* @media (min-width: 1281px) {
    body {
        background-color: white;
    }
} */