

/*-------------Starting section start------------------*/
body{
  font-family: url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400&display=swap");
}

.image-container {
  position: relative;
}

.image-wrapper {
  position: relative;
}

.text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 1;
}

.text:hover + .overlay ul {
  display: block;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: opacity 0.3s;
}

.overlay ul {
  display: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
  color: #fff;
}

.overlay ul li {
  padding: 10px;
}

.overlay:hover {
  opacity: 1;
}

/*-------------Starting section end------------------*/

@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400&display=swap");


.maxi{
  padding-top: 50px;
}
.maxi h1{
font-size: 28px;
padding-bottom: 10px;
}
.confusion {
  margin-top: 50px;
  margin-bottom: 25px;
}

.w3-bar {
  padding: 10px 0;
  margin-bottom: 20px;
}

.w3-bar-item {
  padding: 10px 20px;
  border-radius: 5px;
  background-color: #89347B;
  color: #fff;
  border: none;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

body {
  background-color: #ffffff;
}
.ser{
  padding-top: 450px;
  padding-bottom: 35px;
}
.ser h1 {
  color: #000000;
  font-size: 50px;
  padding-top: 35px;
  font-family: "Roboto", sans-serif;
  /* Change the font-family to Roboto */
  font-weight: 600;
  text-align: center;

}
.ser h6{
  color: #ffff;
}

.ser p{
  color: #000000;
  font-size: 24px;
  padding-top: 15px;
  font-family: "Roboto", sans-serif;
  /* Change the font-family to Roboto */
  font-weight: 400;
  text-align: center;

}
.serone h1 {
  color: #000000;
  font-size: 30px;
  padding-top: 35px;
  font-family: "Roboto", sans-serif;
  /* Change the font-family to Roboto */
  font-weight: 400;
  padding-bottom: 35px;

}

.sertwo h1 {
  color: #000000;
  font-size: 30px;
  padding-top: 10px;
  font-family: "Roboto", sans-serif;
  /* Change the font-family to Roboto */
  font-weight: 400;
  padding-bottom: 60px;

}


.my-listone {
  font-size: 20px;
  list-style-type: none;
  padding-left: 0;
padding-bottom: 20px;
}

.my-listone li {
  display: flex;
  align-items: top; /* Align items at the top */
  margin-bottom: 10px;

}

.my-listone li i {
  margin-right: 11px;
  color:#89347b;
  flex-shrink: 0; /* Prevent icon from shrinking */
  padding-top: 10px;
}

.my-listone li .item-content {
  flex-grow: 1; /* Expand item-content to fill remaining space */
}

.my-listone li h3 {
  margin-top: 0; /* Remove margin above heading */
  font-family: "Roboto", sans-serif;
  /* Change the font-family to Roboto */
  font-size: 30px;
  font-weight:400;
}

.my-listone li p {
  margin-bottom: 0; /* Remove margin below content */
  font-family: "Roboto", sans-serif;
  /* Change the font-family to Roboto */
  font-weight: 150;
  font-size: 18px;
}



.my-listzero {
  font-size: 20px;
  list-style-type: none;
  padding-left: 0;
padding-bottom: 20px;
}

.my-listzero li {
  display: flex;
  align-items: top; /* Align items at the top */
  margin-bottom: 10px;

}

.my-listzero li i {
  margin-right: 11px;
  color:#89347b;
  flex-shrink: 0; /* Prevent icon from shrinking */
  padding-top: 10px;
}

.my-listzero li .item-content {
  flex-grow: 1; /* Expand item-content to fill remaining space */
}

.my-listzero li h3 {
  margin-top: 0; /* Remove margin above heading */
  font-family: "Roboto", sans-serif;
  /* Change the font-family to Roboto */
  font-size: 30px;
  font-weight:400;
}

.my-listzero li p {
  margin-bottom: 0; /* Remove margin below content */
  font-family: "Roboto", sans-serif;
  /* Change the font-family to Roboto */
  font-weight: 150;
  font-size: 18px;
}


/*-----------------services main page ------------------*/
/*--------------------------------what we start------------------------*/

/*
.what {
  padding-top: 120px;
  padding-bottom: 120px;

}

.what h1 {
  text-align: center;
  padding-bottom: 20px;
  font-size: 70px;
  font-weight: bold;
}

.bg-image-one {

  background-image: url(../img/home/three.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}


.image-text h2 {
  display: inline-block;
  vertical-align: middle;
  margin-top: 50px;
  color: #111;
  font-size: 24px;
  font-family: Roboto;
  font-weight: 700;
  line-height: 21.6px;
  /* add any other styles for the text 
}

.image-para {
  margin-left: 105px;

}

.image-para p {

  color: #111;
  font-size: 20px;
  font-family: Roboto;
  font-weight: 500;
  line-height: 40px;
  text-align: justify;

}----*/



/*------------------Module-1 start----------------*/


/*-------------Timelineone Laptop start---------------*/
/* Media query for mobile devices */
@media only screen and (max-width: 767px){
  .tt{
    display: none;
  }
}

.tt h2 {
  text-align: center;
  font-size: 50px;
}

#timelineone {
  width: 800px;

  overflow: hidden;
  margin: 50px auto;
  margin-bottom: none;
  
  position: relative;
  background: url('../dot/dot.gif') left 45px repeat-x;
}

#dates {
  width: 800px;
  height: 60px;
  overflow: hidden;
}

#dates li {
  list-style: none;
  float: left;
  width: 100px;
  height: 50px;
  font-size: 24px;
  text-align: center;
  background: url('../dot/biggerdot.png') center bottom no-repeat;
}

#dates a {
  line-height: 38px;
  padding-bottom: 10px;
}

#dates .selected {
  font-size: 38px;
}

#issues {
  width: 800px;

  overflow: hidden;
}

#issues li {

  width: 800px;
  background-color: white;
  list-style: none;
  float: left;
  border-radius: 15px;

}

#issues li.selected img {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

#issues li img {
  float: left;

  background: transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
  /* IE 8 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);
  /* IE 6 & 7 */
  zoom: 1;
  -webkit-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
  -webkit-transform: scale(0.7, 0.7);
  transform: scale(0.7, 0.7);
}

#issues li h1 {
  color: #98DFD6;
  font-size: 48px;
  margin: 20px 0;
  text-shadow: #000 1px 1px 2px;
  text-align: center;
}

#issues li p {
  font-size: 20px;

  font-weight: normal;
  text-align: center;
  color: #98DFD6;



}

#grad_left,
#grad_right {
  width: 100px;
  height: 350px;
  position: absolute;
  top: 0;
}


#next,
#prev {
  position: absolute;
  top: 0;
  font-size: 70px;
  top: 170px;
  width: 22px;
  height: 38px;
  background-position: 0 0;
  background-repeat: no-repeat;
  text-indent: -9999px;
  overflow: hidden;
}

#next:hover,
#prev:hover {
  background-position: 0 -76px;
}

#next {
  right: 0;
  background-image: url('../images/next.png');
}

#prev {
  left: 0;
  background-image: url('../images/prev.png');
}

#next.disabled,
#prev.disabled {
  opacity: 0.2;
}

/*------------------------Mobile responsive----------------------*/

@media only screen and (min-width: 768px){
  .timeline{
    display: none;
  }
}

@media only screen and (min-width: 768px){
  .finish{
    display: none;
  }
}













/*------------------Module-1 end----------------*/



/*------------------Module-3 start----------------*/
.col-lg-4 {
  background-size: cover;
  background-position: center;
  padding: 10px;
  margin-bottom: 20px;
  border-radius: 10px;
  /* Add any other desired styles */
}

.col-lg-4 h1 {
  color: #ffffff;
  font-size: 24px;
  /* Add any other desired text styles */
}

/* Adjust the background image for different screen sizes */
@media (max-width: 991.98px) {
  .col-lg-2 {
    background-image: url("path-to-mobile-image.jpg");
  }
}

@media (min-width: 992px) {
  .col-lg-2 {
    background-image: url("path-to-desktop-image.jpg");
  }
}



/* Section 6 Services */

.ServiceHeading {

  font-family: Inter;
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #000000;


}

.nav-pills-custom .nav-link {
  color: #7C7C7C;
  background: #fff;
  position: relative;
  font-family: Playfair Display;
  font-size: 40px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: 0em;
  text-align: center;

}

.nav-pills-custom .nav-link.active {
  color: #0d0d0d;
  background: #fff;
}


/* Add indicator arrow for the active tab */
@media (min-width: 992px) {
  .nav-pills-custom .nav-link::before {
    content: '';
    display: block;
    border-top: 8px solid transparent;
    border-left: 10px solid #fff;
    border-bottom: 8px solid transparent;
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
    opacity: 0;
  }
}

.nav-pills-custom .nav-link.active::before {
  opacity: 1;
}


/* relevant styles */
.img__wrap {
  position: relative;

  /* width: 600px;
  padding: -24px; */

}

.img__description {
  position: absolute;
  top: 46px;
  bottom: 0;
  left: 48px;
  right: 0;
  background: rgba(93, 91, 94, 0.72);
  color: #fff;
  visibility: hidden;
  opacity: 0;
  /* border-radius: 5px; */
  /* padding-top: 120px; */
  font-family: Inter;
  font-size: 19px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0.01em;
  text-align: center;
  width: 600px;
  height: 404px;
  /* transition effect. not necessary */
  transition: opacity .2s, visibility .2s;

  padding-top: 100px;
  padding-left: 80px;
  padding-right: 80px;
}

.img__description a {
  margin-top: 300px;
  text-decoration: underline !important;
  color: #000000 !important;
}



.img__wrap:hover .img__description {
  visibility: visible;
  opacity: 1;
}




/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.fav p {
  font-size: 18px;
  line-height: 2;

  text-align: unset;

}

.featuresone {
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 100px;


}

.section-title h2 {
  color: #000;
  text-align: center;
  font-size: 40px;
}

.section-title p {
  color: #000;
  text-align: center;
  font-size: 28px;
}

.featuresone .nav-tabsone {
  border: 0;
  border-right: 2px solid black;
}

.featuresone .nav-link {
  border: 0;

  transition: 0.3s;
  color: black;
  border-radius: 0;
  /*
  border-right: 2px solid black;
  */
  font-weight: 600;
  font-size: 24px;
  margin-top: 10px;

  border-radius: 10px;
  padding-left: 10px;
  font-family: "Roboto", sans-serif;
  /* Change the font-family to Roboto */
 
}

.tabtab p {
  text-align: justify;
  font-family: "Roboto", sans-serif;
  /* Change the font-family to Roboto */
  font-size: 18px;
}


.nav-tabsone-hover .nav-link {
  cursor: pointer;
}

.nav-tabsone-hover .nav-link:hover {
  background-color: #89347b;
}

.nav-tabsone-hover .tab-pane {
  display: none;
}

.nav-tabsone-hover .tab-pane.active {
  display: block;
}



.featuresone .nav-link.active {
  color: white;
  border-color: black;
  border-radius: 10px;
  font-size: 25px;
  line-height: 1.5;
  background-color: #89347b;
  border-radius: 20px;

  padding: 10px;
  margin-right: 10px;
  font-family: "Roboto", sans-serif;
  /* Change the font-family to Roboto */
}

.featuresone .tab-pane.active {
  animation: fadeIn 0.5s ease-out;
}

.featuresone .details h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
  color: black;
  font-family: "Roboto", sans-serif;
  /* Change the font-family to Roboto */
}

.featuresone .details p {
  color: black;
  margin-bottom: 5px;
  font-family: "Roboto", sans-serif;
  /* Change the font-family to Roboto */
}

.featuresone .details p:last-child {
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .featuresone .nav-link {
    border: 0;
    padding: 15px;
  }

  .featuresone .nav-link.active {
    color: black;

  }
}

.featuresone .tab-pane:hover {
  display: block;
}

.featuresone .nav-link:hover {
  font-weight: bold;
}

.featuresone .nav-link:hover {
text-decoration: none;
}


/* Define custom CSS classes for the table and image */
.custom-table {
  width: 100%;
  border-collapse: collapse;
  /* Add any additional styling you desire */
}

.custom-table th,
.custom-table td {
  border: 1px solid #000000;
  padding: 10px;
  text-align: center;
  /* Add any additional styling you desire */
}

.custom-table th {
  background-color: #98DFD6;
  font-weight: bold;
  color: white;
  font-weight: 400;
  /* Add any additional styling you desire */
}

.custom-image {
  max-width: 100%;
  height: auto;
  /* Add any additional styling you desire */
}

.tata {
  padding-top: 60px;
  padding-bottom: 60px;
}

.tata h1 {
  padding-bottom: 30px;

}

.tataone {

  padding-bottom: 60px;
}

.tataone h1 {
  padding-bottom: 30px;

}
.tech h1{
  font-size: 50px;
  color: white;
  margin-bottom: 25px;
  font-family: "Roboto", sans-serif;
  /* Change the font-family to Roboto */


}
.techone h2{
  font-family: "Roboto", sans-serif;
  /* Change the font-family to Roboto */
  font-size: 30px;
  color: #89347B;


}
.techone p{
  font-family: "Roboto", sans-serif;
  /* Change the font-family to Roboto */
  font-size: 14px;


}

#sectionone-highlight {
  padding-top: 100px;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url('../img/home/five.jpg');
  margin-bottom: 25px;
  
}

#sectionone-highlight::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  /* Adjust the color and opacity as desired */
}




/* Add margin and padding */
#sectionone-highlight {
  margin: 50px 0px 0px;
  padding: 150px 0px;
}

/* Adjust text color to ensure readability */
#sectionone-highlight h2 {
  color: white;
  font-family: "Roboto", sans-serif;
  /* Change the font-family to Roboto */
  font-size: 36px;
  padding: 30px 0 0;

}

#sectionone-highlight p {
  color: white;
  font-family: "Roboto", sans-serif;
  /* Change the font-family to Roboto */
  font-size: 17px;
  text-align: justify;
}



/*------------------Module-3 end----------------*/

.markzero {
  margin-top: 10px;
  text-align: justify;
}

.markzero p {
  color: #111;
  font-size: 18px;
  font-family: Roboto;
  margin-top: 35px;
}

.my-listthree {
  font-size: 20px;
  list-style-type: none;
  padding-left: 0;
    font-family: "Roboto", sans-serif;
/* Change the font-family to Roboto */
}

.my-listthree li {
  display: flex;
  align-items: center;
}

.my-listthree li i {
  margin-right: 11px;
  color: #89347b;
  flex-shrink: 0; /* Prevent icon from shrinking */
}
.my-listtwo {
  font-size: 20px;
  list-style-type: none;
  padding-left: 0;
    font-family: "Roboto", sans-serif;
/* Change the font-family to Roboto */
margin-top: -20px;
}
.my-listtwo li {
  display: flex;
  align-items: center;
}

.my-listtwo li i {
  margin-right: 11px;
  color: #89347b;
  flex-shrink: 0; /* Prevent icon from shrinking */
}












