body {
  padding-top: 0px;
  max-width: 100%;
  font-family: 'Open Sans';
  font-size: 95%;
}

a {
  text-decoration: none !important; /* Remove underline */
  color: inherit !important; /* Use the default text color */
}

.logo{
  width: 300px !important;
}

.logo img{
  width: 300px !important;
}

.feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
  margin-bottom: 2px;
}

.help-block.with-errors {
    color: #ff5050;
    margin-top: 5px;
}

.btn-send {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin-bottom: 20px;
}

.fw{
	color: #fff;
}

.f90{
	font-size: 90%;
}

.f300{
	font-weight: 300;
}
.f600{
	font-weight: 600;
}

.f900{
	font-weight: 900;
}

.fshadow{
    text-shadow: 1px 1px 4px #000000;
}


.op4{
  background-color: rgba(0, 0, 0, 0.4); /* Adjust the overlay color and opacity as needed */
}

.parallax-hltsp {
  /* The image used */
  background-image: url('../images/parallax/hltsp.jpg');

  /* Full height */
width: 100%;
height: auto;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


.parallax-cryo {
  /* The image used */
  background-image: url('../images/parallax/cryogenic.jpeg');

  /* Full height */
width: 100%;
height: auto;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.parallax-offshore {
  /* The image used */
  background-image: url('../images/offshore2.jpg');

  /* Full height */
width: 100%;
height: auto;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


.parallax {
    /* The image used */
    background-image: url('../images/hlt1.jpg');

    /* Full height */
	width: 100%;
	height: auto;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax2 {
    /* The image used */
    background-image: url('../images/oil2.jpg');

    /* Full height */
  width: 100%;
  height: auto;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.parallax-hlt {
    /* The image used */
    background-image: url('../images/hlt1.jpg');

    /* Full height */
  width: 100%;
  height: auto;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax-valve {
    /* The image used */
    background-image: url('../images/valve.jpg');

    /* Full height */
  width: 100%;
  height: auto;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}


.parallax-fire-safe-testing {
  /* The image used */
  background-image: url('../images/parallax/firesafe.jpg');

  /* Full height */
width: 100%;
height: auto;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}

.parallax-fire-safe-testing2 {
  /* The image used */
  background-image: url('../images/parallax/firesafe.jpg');

  /* Full height */
width: 100%;
height: auto;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}


.parallax-freeze {
    /* The image used */
    background-image: url('../images/freeze-dryer.jpg');

    /* Full height */
  width: 100%;
  height: auto;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}


.parallax-fugitive {
    /* The image used */
    background-image: url('../images/parallax/fugitive.jpeg');

    /* Full height */
  width: 100%;
  height: auto;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}


.parallax-vacuum {
    /* The image used */
    background-image: url('../images/vacuum.jpg');

    /* Full height */
  width: 100%;
  height: auto;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}


.parallax-condenser {
    /* The image used */
    background-image: url('../images/condenser.jpg');

    /* Full height */
  width: 100%;
  height: auto;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}

.parallax-ect {
    /* The image used */
    background-image: url('../images/ect.jpg');

    /* Full height */
  width: 100%;
  height: auto;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}

.parallax-high-pressure {
  /* The image used */
  background-image: url('../images/parallax/highpressure2.jpg');

  /* Full height */
width: 100%;
height: auto;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}



.transbox{
  width: 100%;
  background: rgba(0, 0, 0, 0.4) /* Green background with 30% opacity */
}

/* Image Overlay */
.over-container {
  position: relative;
  width: 100%;
}

.over-image {
  display: block;
  width: 100%;
  height: auto;
}

.over-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: rgba(3, 46, 124, 0.8);
}

.over-container:hover .over-overlay {
  opacity: 1;
}

.over-text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}


.p10{
	padding: 10px;
}

.p5{
	padding: 5px;
}


.p20{
	padding: 20px;
}



.js .animate-box {
  opacity: 0;
}




/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
  background-color: #777;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}


/* NAVBAR
-------------------------------------------------- */
.navbar-nav .nav-link{
	color: #000 !important;
}

.nav-item > .active{
	color: #363a8d !important;
	font-weight: 600;
}

.nav-link:hover {
	color: #363a8d !important;
}

.navbar-toggler{
	float: right;
	position: relative;
	right: 0px;
	top: 5px;
}


/* FOOTER MENU -----------------------------*/

.footer-menu{

}

.footer-menu ul{
	padding: 0px;
}

.footer-menu ul li {
	list-style: none;
	display: block;
	line-height: 30px;
	border-bottom: .05rem dashed #CCC;
	padding-left: 5px;
	cursor:pointer;
}

.footer-menu a {
  text-decoration: none !important;
  color: #fff !important;
}

.footer-menu ul li:hover{
	background-color: #06C;
}

.footer{

}

.footer h2{
  font-weight: 300;
}


/* END FOOTER -----------------------------*/

.bb-blue{
	border-bottom: .2rem solid #06C;
}

.trans-bg{
	background: rgba(0, 85, 170, 0.3);
	background: 
}


.icon-outlined {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  display: inline-block;
  font-size: 1.4rem;
  border-radius: 50%;
  border: 2px solid #fff;
  margin-bottom: 20px;
}

.icon-outlined.icon-lg {
  font-size: 2rem;
}

.icon-outlined.icon-sm {
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  font-size: 1.15rem;
}

.icon-outlined.icon-thin {
  border-width: 1px;
}

.box-simple {
  margin-bottom: 40px;
  text-align: center;
}

.box-simple:hover .icon-outlined, .box-simple:hover .circle {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.box-simple .icon-outlined, .box-simple .circle {
  color: #07C1F8;
  border: 1px solid #07C1F8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.box-simple h3 {
  text-transform: uppercase;
  font-size: 1.2em;
  font-weight: 600;
}

.box-simple p {
  color: #999;
  margin: 20px 0;
  font-size: 0.9rem;
}

.box-simple.box-white {
  border: dotted 1px #999;
  padding: 15px 20px;
  margin-bottom: 0;
}

.box-simple.box-white .icon {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.box-simple.box-white p {
  color: #999;
  margin-bottom: 5px;
}

.box-simple.box-dark {
  border: dotted 1px #999;
  padding: 15px 20px;
  margin-bottom: 0;
  color: #fff;
  background: #555;
}

.box-simple.box-dark .icon {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.box-simple.box-dark p {
  margin-bottom: 5px;
  color: #fff;
}

.box-simple .circle {
  width: 200px; /* Adjust the size of the circle as needed */
  height: 200px; /* Should be the same as width to make it a perfect circle */
  /* border-radius: 50%; Makes the container a circle */
  overflow: hidden; /* Hides any content outside the circle */
  text-align: center;
  display: inline-block;
  margin-bottom: 20px;
  border-radius: 20px 20px 20px 20px;
  transform: skewX(-8deg); /* Tilts the box 12 degrees to the right */
  border: 7px solid #eee;

}

.box-simple .circle img {
  width: 100%; /* Makes the image fill the circle */
  height: 100%; /* Makes sure the image covers the full height */
  object-fit: cover; /* Ensures the image covers the circle from the center */
  object-position: center; /* Ensures the image is centered */  
  display: block;
}


/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

#intro {
  width: 100%;
  position: relative;
  background: url("../images/intro-bg1.png") center bottom no-repeat;
  background-size: cover;
}

#intro .intro-img {
  width: 50%;
  float: right;
  padding: 50px 0 50px 0;
}

#intro .intro-info {
  width: 50%;
  float: left;
  padding: 100px 0 100px 0;
}

#intro .intro-info h2 {
  color: #fff;
  margin-bottom: 40px;
  font-size: 48px;
  font-weight: 700;
}

#intro .intro-info h2 span {
  color: #74b5fc;
  text-decoration: underline;
}

#intro .intro-info .btn-get-started,
#intro .intro-info .btn-services {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 32px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 0 20px 20px 0;
  color: #fff;
}

.btn-whatsapp {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 32px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 0 20px 20px 0;
  color: #fff;

}

.btn-whatsapp {
  border: 2px solid #fff;
  background: #25D366;
  color: #fff;
}

.btn-whatsapp:hover {
  background: none;
  border-color: #25D366;
  color: #25D366;
}

#intro .intro-info .btn-get-started {
  background: #007bff;
  border: 2px solid #007bff;
  color: #fff;
}

#intro .intro-info .btn-get-started:hover {
  background: none;
  border-color: #fff;
  color: #fff;
}

#intro .intro-info .btn-services {
  border: 2px solid #fff;
}

#intro .intro-info .btn-services:hover {
  background: #007bff;
  border-color: #007bff;
  color: #fff;
}



.mybtn .btn-1,
.mybtn .btn-2,
.mybtn .btn-1i,
.mybtn .btn-2i  {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 32px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 0 20px 20px 0;
}

.mybtn .btn-1, .mybtn .btn-1i {
  background: #002366;
  border: 2px solid #002366;
  color: #fff !important;
}

.mybtn .btn-1:hover {
  background: none;
  border-color: #002366;
  color: #002366 !important;
}

.mybtn .btn-2 {
  border: 2px solid #002366;
  color: #002366;
}

.mybtn .btn-2:hover {
  background: #002366;
  border-color: #002366;
  color: #fff !important;
}

.mybtn .btn-1i:hover {
  background: #002366;
  border-color: #fff;
  color: #fff !important;
}



.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4); /* Adjust the overlay color and opacity as needed */
  opacity: 1; /* Initially, make it invisible */
  transition: opacity 0.3s; /* Add a smooth transition effect for opacity */
}




.text-big4{
  font-size: 3rem;
  font-weight: 900;
}

.text-big3{
  font-size: 2rem;
  font-weight: 900;
}

.text-big2{
  font-size: 1.5rem;
  font-weight: 900;
}


/* 2025 new codes ---------------------------- */
.custom-rounded-bottom {
  border-bottom-left-radius: 25px;  /* Adjust the radius */
  border-bottom-right-radius: 25px; /* Adjust the radius */
  overflow: hidden; /* Ensures content doesn't overflow */
}



.skew-wrapper {
  /* overflow: hidden; Prevents horizontal scroll */
}

.skew-box {
  border-radius: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  left: -30px;
  width: calc(100% + 30px); /* Extends to container-fluid width */
  transform: skewX(-8deg); /* Tilts the box 12 degrees to the right */
  padding-left: 4rem; /* Adjust padding to compensate for skew */   

}


.skew-box-title {
  border-radius: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  left: -30px;
  width: calc(100% + 30px); /* Extends to container-fluid width */
  transform: skewX(-8deg); /* Tilts the box 12 degrees to the right */
  padding-left: 4rem; /* Adjust padding to compensate for skew */   

}


/* Reset skew for content inside */
.skew-box > *, .skew-box-title > * {
  transform: skewX(8deg); /* Tilts the box 12 degrees to the right */
}

.parallax-rounded{
  border-radius: 30px;
}

.make-100{
  height: 100%; /* Make box fill the column */
  display: flex; /* Use flex to stretch */
}


.rounded-sp-10{
  border-radius: 10px !important;
}

.rounded-sp-20{
  border-radius: 20px !important;
}

.rounded-sp-30{
  border-radius: 30px !important;
}


.img-high-pressure{
  background-image: url('../images/newpics/highpressure2.jpg');

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.first-P_Tag{
  color:#363a8d;
}

