/* layout styles */

body {
  max-width: 100%;
    height: 100%;
background-color: #ffffff;

  overflow-x: hidden;
}



.segment {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}



@media (max-width: 1023px) {
  .segment {
    max-width: 750px;

  }
}

@media (max-width: 769px) {
  .segment {
    max-width: 500px;

  }
}


.content-box{
  padding: 25px;
  width: 100%;
}

.content-box-divider{
  border-bottom: 1px solid rgba(0, 0, 0, 0.207);
  -webkit-background-clip: padding-box; /* for Safari */
  background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
}

.content-box-mini{
  padding: 15px;
  max-width: 580px;
}


/*background images map */

.has-background-map-top {
  background:  url("/wp-content/uploads/bhoomitech/img/sri-lanka-map-1.png"); 
  background-color: #064C92;       
  background-size:100%;
  background-repeat:no-repeat;
  background-position: center bottom; 
}

.has-background-map-bottom-1 {
  height: 268px;
  background:  url("/wp-content/uploads/bhoomitech/img/sri-lanka-map-2.png"); 
  background-color: #064C92;       
  background-size:100%;
  background-repeat:no-repeat;
  background-position: center top; 
}



/* client logo hover effect */

.logo-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  text-align: center;
  width: 160px;
  height: 160px;
}

.bw-image {
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 1s ease;
  opacity: 40%;
}

.color-image {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.logo-container:hover .bw-image {
  opacity: 0;
}

.logo-container:hover .color-image {
  opacity: 1;
}

.bw-image, .color-image {
  width: 140px;
  height: 140px;
}

/* Additional styles for solution-cover hover effect */
.solution-cover {
  position: relative;
}


/* Position cta-arrow at the bottom right of the column */
.cta-arrow {
  position: absolute;
  bottom: 10px;
  right: 10px;
}


/* title loop styling */
.looping-container {
  position: relative;
  overflow: hidden;
}

.static-title {
  position: static;
  margin-bottom: 0; /* Reduce gap between static and animated text */
}

.animated-text-container {
  position: relative;
  height: 120px; /* Adjusted to fit the animated text height properly */
  overflow: hidden;
  margin-top: -22px;
}

.animated-text-container p {
  position: absolute;
  width: 100%;
  transition: transform 0.5s ease-out, opacity 0.5s ease-out;
}

.animated-text-container p.hidden {
  transform: translateY(100%);
  opacity: 0;
}

.animated-text-container p.visible {
  transform: translateY(0);
  opacity: 1;
}

/* contact boxes styles */

.squar-box {
  height: 500px;
}

/* cover images */

.home-cover {
  position: relative;
  overflow: hidden;
}


/*mobile nav code */

.overlay {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color:#ffffff;
  overflow-x: hidden;
  overflow-y: scroll;

  }


  .divider {

    border: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-background-clip: padding-box; /* for Safari */
  background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */

  }




  /* background covers starting */

  .has-background-cover-home {
    
    background: 
        
        url("/wp-content/uploads/bhoomitech/img/home-cover-3.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    position: relative;
    transition: 0.4s;
}


.has-background-cover-home-2 {
  background: 
      url("/wp-content/uploads/bhoomitech/img/home-cover-5.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}

.has-background-cover-home-3 {
  background: 
      url("/wp-content/uploads/bhoomitech/img/home-cover-6.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
  position: relative;
}

.has-background-cover-home-4 {
  background: 
      url("/wp-content/uploads/bhoomitech/img/home-cover-7.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}


.has-background-cover-company-1 {
  background: 
      url("/wp-content/uploads/bhoomitech/img/company-cover-3.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}

/*company cover starting */


.has-background-cover-company-2 {
  background: 
      url("/wp-content/uploads/bhoomitech/img/company-cover-2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}

.has-background-cover-company-3 {
  background: 
      url("/wp-content/uploads/bhoomitech/img/company-cover-3.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}

.has-background-cover-company-4 {
  background: 
      url("/wp-content/uploads/bhoomitech/img/company-cover-4.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}


/* solutions covers starting */

.has-background-cover-solutions-1 {
  background: 
      url("/wp-content/uploads/bhoomitech/img/solutions-cover-2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}

/* projects covers starting */

.has-background-cover-projects-1 {
  background: 
      url("/wp-content/uploads/bhoomitech/img/projects-cover-1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}

/* contact covers starting */

.has-background-cover-contact-1 {
  background: 
      url("/wp-content/uploads/bhoomitech/img/contact-cover-2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}



/* navbar styles */

#header-nav {
  position:fixed;
  top:0;
  width:100%;
}
#footer-nav {
  position:fixed;
  bottom:0;
  width:100%;
}

.nav-option-container {
  background-color: #ffffff;
padding: 15px;
}

@media (max-width: 769px) {
  .nav-option-container {
    padding: 10px;
    }
}

@keyframes changewidth {
  from {
    background-size:500px 500px, cover;

  }

  to {
    background-size:cover, cover;

  }
}

.nav-option-hover:hover {
  width: 100%;
  height: 100%;
  background:  url("/wp-content/uploads/bhoomitech/img/background-cover-lines.png"), repeat-x right bottom , #F1DF15;
  background-size: 300px 300px, cover;
  transition: 0.5s ease;
}

.nav-option-hover-blue:hover {
  width: 100%;
  height: 100%;
  background:  url("/wp-content/uploads/bhoomitech/img/background-cover-lines.png"), repeat-x right bottom , #064C92;
  background-size: 500px 500px, cover;
  transition: 0.5s;
  -webkit-animation: displace 2s linear infinite;
  animation: displace 2s linear infinite;
}

@-webkit-keyframes displace {
  from { background-position: right bottom;
  } to { background-position: 200% center; }
}
@keyframes displace {
  from { background-position: right bottom;
  } to { background-position: 200% center; }
}


.nav-logo {
  max-width: 130px;
}

.nav-icon {
  position:absolute;
  bottom:15px;
  right:15px;
}

.nav-text {
  position:relative;
  bottom:15px;
  left:15px;
}


/* client logo styles */

.client-logo{
  display: block;
  margin-left: auto;
  margin-right: auto;
}




/* border styles */

.has-border-left{
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box; /* for Safari */
  background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
}

.has-border-left-white{
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-background-clip: padding-box; /* for Safari */
  background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
}

.has-border-right{
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box; /* for Safari */
  background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
}

.has-border-right-white{
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-background-clip: padding-box; /* for Safari */
  background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
}

.has-border-right-mobile{
  border-right: 0px solid rgba(0, 0, 0, 0.2);

  -webkit-background-clip: padding-box; /* for Safari */
  background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
}

@media (max-width: 1023px) {
  .has-border-right-mobile{
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */

  }
}

.has-border-bottom{
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box; /* for Safari */
  background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
}

.has-border-bottom-mobile{
  border-bottom: 0px solid rgba(0, 0, 0, 0.2);

  -webkit-background-clip: padding-box; /* for Safari */
  background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
}

@media (max-width: 1023px) {
  .has-border-bottom-mobile{
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */

  }
}

.has-border-bottom-white{
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-background-clip: padding-box; /* for Safari */
  background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
}

.has-border-top{
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box; /* for Safari */
  background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
}

.has-border-top-white{
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-background-clip: padding-box; /* for Safari */
  background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
}


/* text styles */


.title{
  font-family: "Inter", sans-serif;  line-height: 1.4;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -1px;
  color: #000000;

}

.subtitle{
  font-family: "Inter", sans-serif;line-height: 1.5;
font-style: normal;
font-weight: 400;
letter-spacing: 0.5;
color: #000000;
}

.has-text-faded {
  opacity: 50%;
}

.has-text-blue{
  color: #064C92;
  
  }

  .has-text-yellow{
    color: #F1DF15;
    
    }
    
  

/* colors */

.has-background-blue{
background-color: #064C92;

}

/* cover styles */

.home-cover {
  background:  url("/wp-content/uploads/bhoomitech/img/cover-1.png"), url("/wp-content/uploads/bhoomitech/img/background-cover-lines.png"); 
  background-size:contain, 400px 400px, cover;
  background-repeat:no-repeat , repeat,  no-repeat;
  background-position: right bottom , center center , top right; 
  position: relative;
  transition: 0.4s;
}

@media (max-width: 769px) {
  .home-cover {
    background:  url("/wp-content/uploads/bhoomitech/img/cover-1.png"), url("/wp-content/uploads/bhoomitech/img/background-cover-lines.png"); 
    background-size:contain, 400px 400px, cover;
    background-repeat:no-repeat , repeat,  no-repeat;
    background-position: right top , center center , top right; 
    position: relative;
    transition: 0.4s;
  }
}


/* Solution cover images */

/*auto playing solution page image set styles */

/* Gallery Container Styles */
.gallery-container {
  display: flex;
  flex-wrap: nowrap;
  overflow: visible;
  width: 2000vh;
  max-width: auto;
}

/* Image Wrapper inside Gallery */
.image-wrapper {
  display: flex;
}

/* Image Item Styling */
.image-item {
  padding: 5px;
  align-items: center;
  display: inline-flex;
}

/* Image Styling */
.image-wrapper .image-item img {
  transition: 0.5s ease-out;
  overflow: hidden;
  width: 100%;
  max-height: 500px;
}




/* GNSS & Optical Instruments */

.cover-s1-1 {
  background: linear-gradient( rgba(0, 0, 0, 0.5),  rgba(0, 51, 92, 0.3),rgb(0, 51, 92) ),  url("/wp-content/uploads/bhoomitech/img/s1-1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}

.cover-s1-2 {
  background: linear-gradient( rgba(0, 0, 0, 0.5),  rgba(0, 51, 92, 0.3),rgb(0, 51, 92) ),  url("/wp-content/uploads/bhoomitech/img/s1-2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}

.cover-s1-3 {
  background: linear-gradient( rgba(0, 0, 0, 0.5),  rgba(0, 51, 92, 0.3),rgb(0, 51, 92) ),  url("/wp-content/uploads/bhoomitech/img/s1-3.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}

/* Material Testing Equipment & Systems */

.cover-s2-1 {
  background: linear-gradient( rgba(0, 0, 0, 0.5),  rgba(0, 51, 92, 0.3),rgb(0, 51, 92) ),  url("/wp-content/uploads/bhoomitech/img/s2-1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}

.cover-s2-2 {
  background: linear-gradient( rgba(0, 0, 0, 0.5),  rgba(0, 51, 92, 0.3),rgb(0, 51, 92) ),  url("/wp-content/uploads/bhoomitech/img/s2-2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}

.cover-s2-3 {
  background: linear-gradient( rgba(0, 0, 0, 0.5),  rgba(0, 51, 92, 0.3),rgb(0, 51, 92) ),  url("/wp-content/uploads/bhoomitech/img/s2-3.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}

/* Analytical Instruments */

.cover-s3-1 {
  background: linear-gradient( rgba(0, 0, 0, 0.5),  rgba(0, 51, 92, 0.3),rgb(0, 51, 92) ),  url("/wp-content/uploads/bhoomitech/img/s3-1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}

.cover-s3-2 {
  background: linear-gradient( rgba(0, 0, 0, 0.5),  rgba(0, 51, 92, 0.3),rgb(0, 51, 92) ),  url("/wp-content/uploads/bhoomitech/img/s3-2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}

.cover-s3-3 {
  background: linear-gradient( rgba(0, 0, 0, 0.5),  rgba(0, 51, 92, 0.3),rgb(0, 51, 92) ),  url("/wp-content/uploads/bhoomitech/img/s3-3.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}

/* GIS & Photogrammetry */

.cover-s4-1 {
  background: linear-gradient( rgba(0, 0, 0, 0.5),  rgba(0, 51, 92, 0.3),rgb(0, 51, 92) ),  url("/wp-content/uploads/bhoomitech/img/s4-17.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}

.cover-s4-2 {
  background: linear-gradient( rgba(0, 0, 0, 0.5),  rgba(0, 51, 92, 0.3),rgb(0, 51, 92) ),  url("/wp-content/uploads/bhoomitech/img/s4-2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}

.cover-s4-3 {
  background: linear-gradient( rgba(0, 0, 0, 0.5),  rgba(0, 51, 92, 0.3),rgb(0, 51, 92) ),  url("/wp-content/uploads/bhoomitech/img/s4-3.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}

/* Terrestrial Scanning Software */

.cover-s5-1 {
  background: linear-gradient( rgba(0, 0, 0, 0.5),  rgba(0, 51, 92, 0.3),rgb(0, 51, 92) ),  url("/wp-content/uploads/bhoomitech/img/s4-33.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}

.cover-s5-2 {
  background: linear-gradient( rgba(0, 0, 0, 0.5),  rgba(0, 51, 92, 0.3),rgb(0, 51, 92) ),  url("/wp-content/uploads/bhoomitech/img/s4-46.jpeg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}

.cover-s5-3 {
  background: linear-gradient( rgba(0, 0, 0, 0.5),  rgba(0, 51, 92, 0.3),rgb(0, 51, 92) ),  url("/wp-content/uploads/bhoomitech/img/s4-79.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}



/* Non-Destructive Testing & Utility Inspection Solutions */

.cover-s6-1 {
  background: linear-gradient( rgba(0, 0, 0, 0.5),  rgba(0, 51, 92, 0.3),rgb(0, 51, 92) ),  url("/wp-content/uploads/bhoomitech/img/s2-4.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}

.cover-s6-2 {
  background: linear-gradient( rgba(0, 0, 0, 0.5),  rgba(0, 51, 92, 0.3),rgb(0, 51, 92) ),  url("/wp-content/uploads/bhoomitech/img/s2-14.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}

.cover-s6-3 {
  background: linear-gradient( rgba(0, 0, 0, 0.5),  rgba(0, 51, 92, 0.3),rgb(0, 51, 92) ),  url("/wp-content/uploads/bhoomitech/img/s2-16.jpeg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}

/* Structural Monitoring & 3D Modelling */

.cover-s7-1 {
  background: linear-gradient( rgba(0, 0, 0, 0.5),  rgba(0, 51, 92, 0.3),rgb(0, 51, 92) ),  url("/wp-content/uploads/bhoomitech/img/s7-22.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}

.cover-s7-2 {
  background: linear-gradient( rgba(0, 0, 0, 0.5),  rgba(0, 51, 92, 0.3),rgb(0, 51, 92) ),  url("/wp-content/uploads/bhoomitech/img/s7-13.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}

.cover-s7-3 {
  background: linear-gradient( rgba(0, 0, 0, 0.5),  rgba(0, 51, 92, 0.3),rgb(0, 51, 92) ),  url("/wp-content/uploads/bhoomitech/img/s7-10.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}

/* IOT Systems & Management */

.cover-s8-1 {
  background: linear-gradient( rgba(0, 0, 0, 0.5),  rgba(0, 51, 92, 0.3),rgb(0, 51, 92) ),  url("/wp-content/uploads/bhoomitech/img/s8-1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}

.cover-s8-2 {
  background: linear-gradient( rgba(0, 0, 0, 0.5),  rgba(0, 51, 92, 0.3),rgb(0, 51, 92) ),  url("/wp-content/uploads/bhoomitech/img/s8-2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}

.cover-s8-3 {
  background: linear-gradient( rgba(0, 0, 0, 0.5),  rgba(0, 51, 92, 0.3),rgb(0, 51, 92) ),  url("/wp-content/uploads/bhoomitech/img/s8-3.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}



/* Hydrographic Solutions & Systems */

.cover-s9-1 {
  background: linear-gradient( rgba(0, 0, 0, 0.5),  rgba(0, 51, 92, 0.3),rgb(0, 51, 92) ),  url("/wp-content/uploads/bhoomitech/img/S9-1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}

.cover-s9-2 {
  background: linear-gradient( rgba(0, 0, 0, 0.5),  rgba(0, 51, 92, 0.3),rgb(0, 51, 92) ),  url("/wp-content/uploads/bhoomitech/img/s9-2.jpeg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}

.cover-s9-3 {
  background: linear-gradient( rgba(0, 0, 0, 0.5),  rgba(0, 51, 92, 0.3),rgb(0, 51, 92) ),  url("/wp-content/uploads/bhoomitech/img/s9-3.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}

/* Hydraulic & Mechanical Workshop */

.cover-s10-1 {
  background: linear-gradient( rgba(0, 0, 0, 0.5),  rgba(0, 51, 92, 0.3),rgb(0, 51, 92) ),  url("/wp-content/uploads/bhoomitech/img/s10-1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}

.cover-s10-2 {
  background: linear-gradient( rgba(0, 0, 0, 0.5),  rgba(0, 51, 92, 0.3),rgb(0, 51, 92) ),  url("/wp-content/uploads/bhoomitech/img/s10-2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}

.cover-s10-3 {
  background: linear-gradient( rgba(0, 0, 0, 0.5),  rgba(0, 51, 92, 0.3),rgb(0, 51, 92) ),  url("/wp-content/uploads/bhoomitech/img/s10-3.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}


/* CORSNET */

.cover-s11-1 {
  background: linear-gradient( rgba(0, 0, 0, 0.5),  rgba(0, 51, 92, 0.3),rgb(0, 51, 92) ),  url("/wp-content/uploads/bhoomitech/img/s11-1.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}

.cover-s11-2 {
  background: linear-gradient( rgba(0, 0, 0, 0.5),  rgba(0, 51, 92, 0.3),rgb(0, 51, 92) ),  url("/wp-content/uploads/bhoomitech/img/s11-3.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}

.cover-s11-3 {
  background: linear-gradient( rgba(0, 0, 0, 0.5),  rgba(0, 51, 92, 0.3),rgb(0, 51, 92) ),  url("/wp-content/uploads/bhoomitech/img/s11-2.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}




/* ISO & Factory Certified Calibration & Service Centre */

.cover-s12-1 {
  background: linear-gradient( rgba(0, 0, 0, 0.5),  rgba(0, 51, 92, 0.3),rgb(0, 51, 92) ),  url("/wp-content/uploads/bhoomitech/img/s12-4.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}

.cover-s12-2 {
  background: linear-gradient( rgba(0, 0, 0, 0.5),  rgba(0, 51, 92, 0.3),rgb(0, 51, 92) ),  url("/wp-content/uploads/bhoomitech/img/s12-7.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}

.cover-s12-3 {
  background: linear-gradient( rgba(0, 0, 0, 0.5),  rgba(0, 51, 92, 0.3),rgb(0, 51, 92) ),  url("/wp-content/uploads/bhoomitech/img/s12-11.jpeg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}


