/* Custom style to change the placeholder color */
#newsletterEmail::placeholder {
    color: #fff;
  }
  .divider.bg-secondary.line {
  height: 2px;
}
.heading-color{
 color: #00308F;
}
.footer{
  margin-top:50px;
  padding-top: 50px;
  padding-bottom: 20px;
}
.professional-excellence{
  height: 370px;
}
.service-alt [class^="bi-"] {
  color: #00308F;
  width: 45px;
  height: 50px;
  line-height: 0px;
  font-size: 22px;
  margin-bottom: 0;
  display: inline-block;
  text-align: center;
  border-radius: 4px;
}

@media only screen and (max-width: 767px) {
  .simplifying-solutions {
    margin-top: 330px; /* Adjust this value as necessary */
  }

}

@media only screen and (max-width: 400px) {
  .complext-world {
    margin-top: 205px; /* Adjust this value as necessary */
  }
  
}
@media only screen and (max-width: 767px) {
h2.heading-color.pt-3.fw-bold.fs-3.complext-world-1 {
  margin-top: 390px;
}

}

.research {
  text-align: justify !important;
}
ol.text-justify-1 {
  text-align: justify !important;
}
ul.text-justify-1 {
  text-align: justify !important;
}
.portal-access:hover {
  color: #fff; /* Hover text color */
  background-color: #00308F; /* Hover background color */
}

.hd{
  font-size: 20px !important;
}

.btn-outline-primary {
  --bs-btn-color: #00308F;
  --bs-btn-border-color: #00308F;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #00308F;
  --bs-btn-hover-border-color: #00308F;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #00308F;
  --bs-btn-active-border-color: #00308F;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #00308F;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #00308F;
  --bs-gradient: none;
}
.bg-primary-1{
background-color: #00308F;
--bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #00308F;
  --bs-btn-hover-border-color: #00308F;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, .logo {
font-family: "Playfair Display", sans-serif; }
body {
font-family: "Roboto", sans-serif;
font-weight: 400;
font-size: 16px;
overflow-x: hidden;
color: #696e7a;
position: relative; }
body:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  opacity: 0;
  visibility: hidden; }
body.offcanvas-menu:before {
  opacity: 1;
  visibility: visible; }

  button.btn.btn-primary.mb-3 {
    background-color: #00308F;
    border-color: #00308F;
}
.accordion-item{
  color: #696e7a !important;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5{
  color:#1f2133;
}
input#newsletterEmail:focus{
border: 3px solid #00308F !important;
-webkit-box-shadow: 0 0 0 0.25rem rgba(48, 110, 232, 0.25);
box-shadow: 0 0 0 0.25rem rgba(48, 110, 232, 0.25); }

img.img-fluid.rounded.Specialized {
  height: 350px !important;
}

@media only screen and (max-width: 767px){
  img.img-fluid.rounded.Specialized {
    height: 200px !important;
  }
}

.dropdown-menu.dropdown-megamenu.p-lg-4.show {
  width: 800px;
  height: 310px;
}
@media only screen and (max-width: 767px){
  .dropdown-menu.dropdown-megamenu.p-lg-4.show{
    width: 310px;
    height: 265px !important;
    padding-bottom: 280px;
}
.col-lg-6.col-md-6.welcome-to-ops {
  display: none !important;
}
}

.animation-container {
  perspective: 1000px; /* Enables 3D perspective for the child elements */
  top: 50%; /* Adjust as needed for vertical position */
  left: 50%; /* Adjust as needed for horizontal position */

}

img.vimg {
  border-radius: 50%; /* Makes the image a circle */
  transform-origin: center; /* Rotate around its center */
  animation: roundCircle 4s infinite linear; /* Smooth infinite rotation */
  transform-style: preserve-3d; /* Ensures 3D transformations render correctly */
}

@keyframes roundCircle {
  0% {
    transform: rotateY(0deg); /* Start rotation */
  }
  100% {
    transform: rotateY(360deg); /* Full rotation */
  }
}



a.dropdown-item.text-black.our-services:hover {
  color: #fff !important;
  background-color: #00308F;
  border-radius: 2px;

}
a.dropdown-item.mega-menu:hover {
  background-color: #00308F;
}
h6.dropdown-header.ps-0:hover {
  color: #fff;
  border-radius: 2px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.dropdown-megamenu-1 {
  min-width: 100%; /* Makes the dropdown span the entire navbar */
}

.dropdown-header.about {
  
  display: block;
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    /* font-size: 0.875rem; */
    font-size: 20px;
    /* color: #6c757d; */
    color: #00308F;
    white-space: nowrap;

}
.dropdown-menu.dropdown-megamenu-1.p-lg-4.show {
  width: 1050px;
  margin-left: -778px;
  height: 300px;
}
@media only screen and (max-width: 767px){
.dropdown-menu.dropdown-megamenu-1.p-lg-4.show{
  width: 200px;
        margin-left: 0px;
        height: 235px;
    
}

.IT {
  padding-bottom: 10px;
}
.sol{

  padding-bottom: 10px;
}
p.sol-1 {
  margin-top: -5px;
}
  .banner.d-flex.align-items-center.justify-content-center.bg-bann{
    
      height: 220px !important;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      
  }
 
}



h6.dropdown-header.about.ps-0:hover {
  padding-top: 0px;
  padding-bottom: 0px;
}
.btn.btn-outline-white {
  border-color: #fff; 
  color: #fff;
}
.banner.d-flex.align-items-center.justify-content-center {
  background-blend-mode: overlay;
  background-color: #54595F9E;
}



.carousel-indicators {
  margin-bottom: 0px !important; /* Ensures 20px gap */
  right:-35px !important;
  bottom: -20px;
  left:-35px !important;
  
}

.carousel-indicators [data-bs-target] {
  width: 15px !important;
  border-radius: 50%;
  margin-right: 20px !important; /* Gap between dots */
  background: #000 !important;
  height: 0px !important;
  opacity: 0.7 !important;
}

.carousel-indicators .active {
    background-color: #00308F !important;
    opacity: 1 !important;
  }
span.carousel-control-prev-icon, 
span.carousel-control-next-icon {
  width: 20px;
  height: 20px;
}

button.carousel-control-prev.bg-dark,
button.carousel-control-next.bg-dark {
  width: 40px !important;
  height: 20px !important;
  background: #00308F !important;
  border-radius: 0px !important;
  margin-top:-13px !important
}


button.carousel-control-prev.bg-dark, button.carousel-control-next.bg-dark {
    width: 50px !important;
    height: 35px !important;
    background: #00308F !important;
    border-radius: 50% !important;
    margin-top: -18px !important;
}
.carousel-indicators [data-bs-target] {
  width: 12px !important; /* Normal dot size */
  height: 1px !important; /* Normal dot size */
  border-radius: 50%;
  margin-right: 10px !important; /* Space between dots */
  background: #000 !important; /* Normal dot color */
  opacity: 0.7 !important;
}

.carousel-indicators [data-bs-target].active {
  width: 18px !important; /* Active dot size */
  height: 5px !important; /* Active dot size */
  background-color: #00308F !important; /* Active dot color */
  opacity: 1 !important;
}
.carousel-indicators [data-bs-target] {
    border-top: 7px solid  #00308F !important;
    border-bottom: 10px solid  #00308F !important;
    background:  #00308F !important;
    opacity: 7.8;
   }

    
    @media (min-width: 768px) {    
    .testimonial-half {
      flex-direction: row;
    }
    .testimonial-half .img {
      width: 50%;
      height: 350px;
    }
    .testimonial-half .text {
      width: 60%;
    }
  }
  @media (min-width: 768px){
  .carousel-indicators {
    margin-bottom: -80px !important; /* Ensures 20px gap */
  
  bottom: -75px;
  
  }
}
