@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@500&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Courgette&display=swap');

html{
  scroll-behavior: smooth;
}
/* for navbar part */
body {
  margin: 0;
  padding: 0;
  font-family: "DM Sans", sans-serif;
  background-color: white;
}

.dark_bg {
  background-color: #283c3d;
  background-image: linear-gradient(45deg, black,#283c3d);
  padding-left: 80px;
  padding-right: 100px;
  border-color: black;
}

.navbar-brand {
  color: white;
}

.navbar-light .navbar-nav .nav-link {
  color: white;
  font-size: 1.1em;
  padding-left: 1.5rem;
}

.navbar{
  position: fixed;
  top: 0;
}

/* till here for navbar part  */

/* main starting */

/* img:hover {
  filter: grayscale(80%);
} */


article p,
h2,
h1,
div ul,
section h5 {
  color: #283c3d;
}

h5 {
  font-weight: 600;
  font-size: 1.3rem;
}

.fs {
  font-size: 1.1rem;
}

.img2 {
  position: absolute;
  top: 85%;
  left: 10%;
}

.navbar-collapse {
  justify-content: flex-end;
}


.navbar-light .navbar-nav .nav-link:hover {
  color: #eeeeec;
  text-decoration: underline;
}

.navbar-light .navbar-nav .nav-link:focus {
  color: white;
}


.dropdown-menu-service {
  /* background-color: #f9f6f0; */
  margin-left: -30%;
}
.dropdown-menu{
  top: 85%;
}

.my-element {
  /* display: inline-block; */
  margin: 0 0.5rem;
  animation: bounce; /* referring directly to the animation's @keyframe declaration */
  animation-duration: 2s; /* don't forget to set a duration! */
  animation-delay: 0.5s;
  animation-iteration-count: infinite;
}
@media screen and (max-width: 991px) {
  .drone {
    display: flex;
    flex-direction: row;
  }  
}

@media (min-width: 992px){
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

/* s */
div .btn {
  justify-content: center;
}
strong {
  font-size: 1.1rem;
}
/* card ends */
.car_cnt {
  background-color: transparent;
  border: none;
}

.car_cnt:active {
  outline: none;
}
/* main ending */

/* for footer */
.site-footer {
  /* background-color: #00959d; */
  background-color: #283c3d;
  padding: 50px 0 20px;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  letter-spacing: 1.1px;
}
.site-footer hr {
  border-top-color: #bbb;
  opacity: 0.5;
}
.site-footer hr.small {
  margin: 20px 0;
}
.site-footer h4 {
  color: #fff;
  margin-top: 5px;
  letter-spacing: 2px;
}
.site-footer a {
  color: #fff;
}
/* .site-footer a:hover {
  color: red;
  text-decoration: none;
} */
.footer-links {
  padding-left: 0;
  list-style: none;
}
.footer-links li {
  display: block;
  padding: 5px;
}
.footer-links a:hover{
  color: black;
  /* text-decoration: underline; */
}
.footer-links li:hover{
  color: black;
  /* text-decoration: underline; */
}

.footer-links a {
  color: #fff;
  text-decoration: none;
}
.footer-links a:active,
.footer-links a:focus {
  color: rgb(255, 254, 254);
  text-decoration: underline;
}
.footer-links.inline li {
  display: inline-block;
}
.site-footer .social-icons {
  text-align: right;
}
.site-footer .social-icons a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-left: 6px;
  margin-right: 0;
  border-radius: 100%;
}
.copyright-text {
  margin: 0;
  padding-left: 15px;
}

.dropdown-item:focus {
  background-color: transparent;
  color: rgb(1, 26, 11);
}
.footer_logo {
  flex-grow: 1;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.navbar-light .navbar-toggler {
  background-color: #f9f6f0;
  
}
/* Video Parallax */
.ParallaxVideo {
  height: 630px;
  width: 100%;
  object-fit: cover;
  object-position: top;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.ParallaxVideo video {
  position: fixed;
  top: 0px;
  z-index: -999;
  height: 775px;
  object-fit: cover;
  min-width: 100%;
}
.ParallaxVideo h1 {
  color: #fff;
  font-size: 76px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

/* Vide Parallax end */
@media (max-width: 991px) {
  .site-footer [class^="col-"] {
    margin-bottom: 30px;
  }
  
}
.display_7 {
  text-align: center;
  color: black;
  font-weight: 500;
  font-size: 2rem;
  /* margin-top: 20px; */
}
/* Footer Parallax */
#footer_par {
  width: 100%;
  height: 590px;
  /* background-image: url("https://initiate.alphacoders.com/images/987/cropped-1366-768-987888.jpg?3511"); */
  background-image: url(footar2.jpg);
  background-position:center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media (max-width: 450px){
  #footer_par {
  width: 100%;
  height: 590px;
  background-image: url("https://images.unsplash.com/photo-1580286374075-7279567e29ae?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=327&q=80");
  background-position:center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  }
  
}

.btn-primary:hover{
  background-color: #3d4f50;
  background-image: linear-gradient(45deg, black, #025a5f);
  transform: scale(1.12);
  transition: transform .2s;
  

}
.btn-primary{
  background-color: #283c3d;
  background-image: linear-gradient(45deg, black,#283c3d);
  border: white;
  
}

.navbar_image {
  height: 70px;
  width: 95px;
}

.dropdown-item:hover {
  background-color: #01383a;
  color: white;
}

#component_one_div {
  width: 100%;
  padding: 20px;
  padding-right: 100px;
  padding-left: 100px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

 #component_one_box_one {
  background-image: url("https://images.maritimeprofessional.com/images/maritime/w800h600pad/tential-transform-efficiency-operations-130053.jpg");
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 3px 20px 20px 0 rgb(0, 0, 0);
} 

#component_one_box_one_green {
  width: 60%;
  background-image: url("https://scontent.frdp4-1.fna.fbcdn.net/v/t1.6435-1/73482643_2513891322027575_7595295547217412096_n.jpg?stp=dst-jpg_s720x720&_nc_cat=105&ccb=1-5&_nc_sid=1eb0c7&_nc_ohc=coH98AS7rpMAX_pDuDA&_nc_ht=scontent.frdp4-1.fna&oh=00_AT-hMzTDqlOctqueqTnI2d6JPbcEFs3wnUXuUzmvM0ILNg&oe=626A411B");
  background-position: center;
  /* background-attachment: fixed; */
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 3px 20px 20px 0 rgb(0, 0, 0);
  min-height: 400px;
}

#component_one_box_one_hull {
  width: 50%;
  background-image: url("https://www.marineinsight.com/wp-content/uploads/2021/02/Hull-of-a-Ship-%E2%80%93-Understanding-Design-and-Characteristics.png");
  background-position: center;
  /* background-attachment: fixed; */
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 400px;
  box-shadow: 3px 20px 20px 0 rgb(0, 0, 0);
  /* border-radius: 15px; */
}

#component_one_box_one_machine_monitoring{
  width: 50%;
  background-image: url("machineMonitoring.jpg");
  background-position: center;
  /* background-attachment: fixed; */
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 400px;
  box-shadow: 3px 20px 20px 0 rgb(0, 0, 0);
  /* border-radius: 15px; */
}

#component_one_box_one_marine_engineering{
  width: 50%;
  background-image: url("https://images.unsplash.com/photo-1527314392553-2c7bded21b23?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=874&q=120");
  background-position: center;
  /* background-attachment: fixed; */
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 400px;
  box-shadow: 3px 20px 20px 0 rgb(0, 0, 0);
  /* border-radius: 15px; */
}

#component_one_box_one_refrigeration{
  width: 50%;
  background-image: url("MARINEANDINDUSTRIALREFRIGERATIONFirst.jpg");
  background-position: center;
  /* background-attachment: fixed; */
  box-shadow: 3px 20px 20px 0 rgb(0, 0, 0);
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 400px;
  /* border-radius: 15px; */
}

#component_one_box_two {
  width: 50%;
  background: transparent;
  padding: 20px;
  display: flex;
  flex-direction: column;
}

#component_two_div {
  display: flex;
  flex-direction: column;
  padding: 30px;
  /* min-height: 100vh; */
  padding-right: 100px;
  padding-left: 100px;
}

#component_two_box_one {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

#component_one_box_two > h1 {
  font-size: 4em;
  text-align: center;
}

#component_two_box_two {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 15px;
}

.component_two_card {
  display: flex;
  flex-direction: column;
  background-color: #283c3d;
  padding: 5px;
  justify-content: flex-start;
  width: 20%;
  margin: 15px;
  font-size: 1.2em;
  padding-bottom: 120px;
}

.component_two_card_upper {
  width: 100%;
  background-color: white;
  color: #283c3d;
  padding: 10px;
  transform: translateX(-10px);
  border: 2px solid #283c3d;
  font-family: 'Courgette', cursive;
}

#component_three_div {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  padding: 60px;
  position: relative;
  padding-right: 100px;
  padding-left: 100px;
}

/* #component_three_box_one {
  min-height: 500px;
  background-size: cover;
  width: 70%;
  border-radius: 15px;
} */
#component_three_box_one {
  min-height: 409px;
  background-size: cover;
  width: 70%;
  display: flex;
  justify-content: space-around;
  /* background: #000; */
  border-radius: 30px;
  margin: 0 auto;
}
.card2 {
  width: 360px;
  border-radius: 15px;
  transition: background 0.8s;
  overflow: hidden;
  box-shadow: 0 10px 10px 0px #000;
  background-color: rgb(255, 253, 253);
  background-image: linear-gradient(68deg, rgb(240, 232, 233), rgb(124, 218, 255));
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 10px; 
  padding: 10px; 
}
.card2:hover{
  background-color: rgb(255, 253, 253);
  background-image: linear-gradient(55deg, rgb(124, 218, 255), rgb(240, 232, 233));
}

.card0_1 {
  height: 409px;
  width: 800px;
  border-radius: 30px;
  transition: background 0.8s;
  overflow: hidden;
  box-shadow: 0 70px 183px -60px #000;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.card0 {
  background: url("https://s3.amazonaws.com/images.hartenergy.com/Interactive+Article/Offshore+Optimism/images/Transocean-Control-room-Transocean.jpg") right no-repeat;
  background-size: 640px;
}
.card0:hover {
  background: url("https://cdn.business2community.com/wp-content/uploads/2016/02/AAEAAQAAAAAAAASRAAAAJDBkODliOTZlLWI3NWItNGZmMi05NzY0LWIzZDRkYTdiN2U1NA-3.jpg-3.jpg") left no-repeat;
  background-size: 700px;
}
.card0:hover h2 {
  opacity: 1;
}
.card0:hover .fa {
  opacity: 1;
}

.card3 {
  height: 409px;
  width: 800px;
  border-radius: 30px;
  transition: background 0.8s;
  overflow: hidden;
  box-shadow: 0 70px 183px -60px #000;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.card3_1 {
  background: url("https://images.unsplash.com/photo-1603623898182-2cd32c343d70?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=870&q=80") center no-repeat;
  background-size: 540px;
  border-radius: 10px;
}
.card3_1:hover {
  background: url("https://images.unsplash.com/photo-1566341013475-5a3244e59e1d?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=870&q=80") center no-repeat;
  background-size: 800px;
}
.card3_1:hover h2 {
  opacity: 1;
}
.card3_1:hover .fa {
  opacity: 1;
}

.card4 {
  height: 409px;
  width: 800px;
  border-radius: 30px;
  transition: background 0.8s;
  overflow: hidden;
  box-shadow: 0 70px 183px -60px #000;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.card4_1 {
  background: url("https://images.unsplash.com/photo-1582635081932-3406d309f746?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=773&q=80") center no-repeat;
  background-size: 540px;
  border-radius: 10px;
}
.card4_1:hover {
  background: url("https://images.unsplash.com/photo-1463567517034-628c51048aa2?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=870&q=80") center no-repeat;
  background-size: 800px;
}
.card4_1:hover h2 {
  opacity: 1;
}
.card4_1:hover .fa {
  opacity: 1;
}


.card1_0 {
  height: 509px;
  width: 900px;
  border-radius: 30px;
  transition: background 0.8s;
  overflow: hidden;
  box-shadow: 0 70px 183px -60px #000;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.card1 {
  background: url("https://media.istockphoto.com/photos/system-control-room-picture-id496264156?b=1&k=20&m=496264156&s=170667a&w=0&h=J4YscPEtFcOZmNekmLhhqYtYKP7Rh0NusStY6qANNpw=") right no-repeat;
  background-size: 800px;
  box-shadow: 3px 20px 20px 0 rgb(0, 0, 0)
}
.card1:hover {
  background: url("https://upload.wikimedia.org/wikipedia/commons/8/8e/MC_09-0173-005_-_Flickr_-_NZ_Defence_Force.jpg") left no-repeat;
  
  background-size: 900px 670px;
}
.card1:hover h2 {
  opacity: 1;
}
.card1:hover .fa {
  opacity: 1;
}

#component_three_box_two {
  position: absolute;
  bottom: 60px;
  left: 150px;
  margin: 5px;
  padding: 25px;
  background-color: #283c3d;
  background-image: linear-gradient(45deg, black, #283c3d);
  color: white;
  width: 30%;
  font-size: 1.15em;
  border-radius: 10px;
}
#ref_component_three_box_two {
  position: absolute;
  bottom: 60px;
  left: 75px;
  padding: 20px;
  background-color: #283c3d;
  background-image: linear-gradient(45deg, black, #283c3d);
  color: white;
  font-family: 'Courgette', cursive;
  font-size: 1.5em;
  border-radius: 10px;
}

#ref_component_three_box_two:hover {
  background-color: #283c3d;
  background-image: linear-gradient(45deg, black, #025a5f);
}

#component_four_div {
  padding: 30px;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
  flex-direction: column;
}

#component_four_box_one {
  width: 100%;
  height: 500px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

#component_four_box_one_machinery{
  width: 100%;
  height: 500px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 768px) {
  #component_four_box_one {
    background-size: 450px 400px;

  }

  #component_four_box_one_machinery{
    background-size: 300px 300px;
    
  }

}


#component_five_div {
  padding-top: 60px;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
  flex-direction: row;
  margin-bottom: 30px;
  font-size: 1em;
  min-height: 100vh;
  align-items: center;
  justify-content: center;
}

#component_five_box_one {
  width: 80%;
  background-color: #025fbd;
  background-image: url("https://images.unsplash.com/photo-1514747975201-4715db583da9?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=870&q=80");
  border-radius: 10px;
  box-shadow: 3px 20px 20px 0 rgb(0, 0, 0);
}

#component_five_text {
  background-color: #283c3d;
  background-image: linear-gradient(45deg, black, #283c3d);
  color: white;
  padding: 50px;
  transform: translateY(-50px) translateX(120px);
  font-size: 1.2em;
  border-radius: 10px;
  opacity: 100%;
  font-family: 'Courgette', cursive;

}

#hm_component_two_div {
  background-color: #283c3d;
  background-image: linear-gradient(45deg, black, #283c3d);
  padding: 10px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  min-height: 100vh;
}

#hm_component_two_box_one {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 10px;
  height: 100%;
}

#hm_component_two_box_two {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 10px;
}

.hm_component_two_card {
  width: 80%;
  display: block;
  border: 2px solid white;
  padding: 20px;
  color: white;
  font-family: 'Courgette', cursive;
  background-color: transparent;
  font-size: 1.2em;
  text-align: center;
  margin-top: 40px;
}

#hm_component_three_div {
  padding: 10px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  margin: 10px;
  background-color: #f9f6f0;
  min-height: 100vh;
}

#hm_component_three_box_one {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
#hm_component_three_box_one > img {
  height: 400px;
  margin-top: 20px;
}

#hm_component_three_box_two {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 10px;
}

.hm_component_three_card {
  width: 80%;
  display: block;
  border: 2px solid #283c3d;
  padding: 20px;
  color: #000000;
  background-color: transparent;
  font-family: 'Courgette', cursive;    /*box - fonts */
  font-size: 1.2em;
  text-align: center;
  margin-top: 40px;
}

#xt_component_one_div {
  display: flex;
  width: 100%;
  padding: 10px;
  padding-left: 100px;
  padding-right: 100px;
  flex-direction: row;
  background-color: #f9f6f0;
  min-height: 100vh;
  justify-content: space-between;
  align-items: center;
}

#xt_component_one_box_one {
  width: 50%;
  background-image: url("https://cdn.pixabay.com/photo/2016/08/17/01/39/mystery-1599527_960_720.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
  margin: 10px;
}

#xt_component_one_box_two {
  width: 50%;
  margin: 10px;
  background-color: #3d4f50;
  color: white;
  font-size: 1.6em;
  padding: 10px;
  text-align: center;
  text-align: justify;
}

#xt_component_two_div {
  display: flex;
  flex-direction: column;
  padding: 10px;
  padding-left: 00px;
  padding-right: 00px;
  width: 100%;
}

#xt_component_two_box_one {
  /* padding: 10px; */
  padding-left: 30px;
  padding-right: 30px;
  color: white;
  font-size: 1.5em;
  background-color: #3d4f50;
  min-height: 50vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: justify;
  
}

#xt_component_two_box_two {
  padding: 30px;
  color: #283c3d;
  font-size: 1.5em;
  background-color: #f9f6f0;
  min-height: 50vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: justify;
}
#xt_component_two_box_three{
  padding: 30px;  
  color: #283c3d;
  font-size: 1.2em;
  background-color: #f9f6f0;
  /* min-height: 50vh; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: justify;
}

#ic_component_one_div {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  padding: 10px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: #f9f6f0;
}

#ic_component_one_box_one {
  width: 40%;
  min-height: 60vh;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
}

#ic_component_one_box_two {
  width: 60%;
  min-height: 100vh;
  padding: 50px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: left;
}

#ic_component_one_box_two > ul > li {
  font-size: 1.4em;
  text-align: left;
  font-family: 'Roboto', sans-serif;
  overflow-wrap: break-word;
  margin-bottom: 20px;
}

#ic_component_one_box_two > ul {
  width: 100%;
}

#ic_component_one_box_two > h2 {
  font-size: 2.3em;
}

#ic_component_three_div {
  display: flex;
  width: 100%;
  flex-direction: column;
  min-height: 100vh;
  justify-content: space-between;
  background-color: #f9f6f0;
  padding-left: 100px;
  padding-right: 100px;
}

#ic_component_three_box_one {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: flex-start;
}

#ic_component_three_box_two {
  background-color: transparent;
  color: #283c3d;
  font-size: 1.7em;
  font-family: 'Times New Roman', Times, serif;
  font-style: italic;
  /* font-weight: 700; */
  padding: 5px;
  text-align: center;
}

#ic_component_three_box_three {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: flex-end;
}

.voyage_opti_box_three{
  display: flex;
  width: 90%;
  flex-direction: column;
  min-height: 100vh;
  justify-content: space-between;
  padding: 100px;
  padding-left: 100px;
  padding-right: 100px;
  justify-content: center;
  align-items: center;
}
.voyage_opti_box_three:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  padding-right: 40em;
  top: 0;
}

.voyage_opti_box_three_one {
  position: absolute;
  width: 90%;
  background-repeat: no-repeat;

}
.voyage_opti_box_three .voyage_opti_box_three_one span {
  width: 100%;
  background: url("sea.jpg");
  transition: 0.5s;
}
.voyage_opti_box_three .voyage_opti_box_three_one span:nth-child(1) {
  background-position: 0;
  transition-delay: 0;
}
.voyage_opti_box_three .voyage_opti_box_three_one span:nth-child(2) {
  background-position: 33.3333%;
  transition-delay: 0.1s;
}
.voyage_opti_box_three .voyage_opti_box_three_one span:nth-child(3) {
  background-position: 66.66666%;
  transition-delay: 0.2s;
}
.voyage_opti_box_three .voyage_opti_box_three_one span:nth-child(4) {
  background-position: 100%;
  transition-delay: 0.3s;
}

.voyage_opti_box_three:hover .voyage_opti_box_three_one > span {
  transform: translateY(-100%);
}
.voyage_opti_box_three:hover .voyage_opti_box_three_two {
  transform: translateY(0%);
  transition: 1s;
  transition-delay: 0.1s;
}

.voyage_opti_box_three_two {
  box-sizing: border-box;
  display: flex;
  color: white;
  width: 100%;
  height: 100%;
  transform: translateY(100%);
}

.indus_opti_box_three_one {
  position: absolute;
  width: 90%;
  background-repeat: no-repeat;

}
.indus_opti_box_three .indus_opti_box_three_one span {
  width: 100%;
  background: url("https://images.unsplash.com/photo-1599655465153-e4fec34e9d0d?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=870&q=80");
  transition: 0.5s;
}
.indus_opti_box_three .indus_opti_box_three_one span:nth-child(1) {
  background-position: 0;
  transition-delay: 0;
}
.indus_opti_box_three .indus_opti_box_three_one span:nth-child(2) {
  background-position: 3.3333%;
  transition-delay: 0.1s;
}
.indus_opti_box_three .indus_opti_box_three_one span:nth-child(3) {
  background-position: 66.66666%;
  transition-delay: 0.2s;
}
.indus_opti_box_three .indus_opti_box_three_one span:nth-child(4) {
  background-position: 100%;
  transition-delay: 0.3s;
}

.indus_opti_box_three:hover .indus_opti_box_three_one > span {
  transform: translateY(-100%);
}
.indus_opti_box_three:hover .indus_opti_box_three_two {
  transform: translateY(0%);
  transition: 1s;
  transition-delay: 0.1s;
}

.indus_opti_box_three_two {
  box-sizing: border-box;
  display: flex;
  color: white;
  width: 100%;
  height: 100%;
  transform: translateY(100%);
}


#mpc_component_two_div {
  min-height: 100vh;
  padding: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #f9f6f0;
  padding-left: 7%; padding-right: 7%; 
}

#mpc_component_two_box_one {
  background-color: #3d4f50;
  width: 80%;
  padding: 50px;
  text-align: left ;
  color: white;
  font-size: 1.2em;
  padding-left: 7%; padding-right: 7%; 
}

#mpc_component_three_div {
  min-height: 100vh;
  padding: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  padding-left: 7%; padding-right: 7%; 
}

#mpc_component_three_box_one {
  background-color: #3d4f50;
  width: 80%;
  padding: 50px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: left;
  color: white;
  font-size: 1.2em;
  padding-left: 7%; padding-right: 7%; 
}

#mpc_component_four_div {
  padding: 70px;
  width: 100%;
  min-height: 100vh;
  background-color: #f8f8f8;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  color: #0d0f0f;
  padding-left: 7%; padding-right: 7%; text-align:justify
}

.mpc_component_four_box {
  display: flex;
  width: 100%;
  flex-direction: row;

}

.mpc_component_four_box_left {
  width: 40%;
  border-right: 1px solid gray;
}

.mpc_component_four_box_right {
  margin: 60px;
  border-bottom: 1px solid gray;
  width: 60%;
  display: flex;
  flex-direction: column;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 7%; padding-right: 7%; text-align:justify
}

.mpc_component_four_box_right > ul > li {
  color: #283c3d;
}

#mpc_component_five_div {
  background-color: #ffffff;
  min-height: 100vh;
  padding: 100px;
  display: flex;
  flex-direction: column;
  padding-left: 7%; padding-right: 7%; 
}

#mpc_component_five_box_one {
  background-color: #ffffff;
  padding-right: 10px;
  color: #131e1f;
  font-size: 1.2em;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 7%; padding-right: 7%;
}


#mpc_component_seven_div {
  display: flex;
  width: 100%;
  padding: 20px;
  flex-direction: column;
  font-size: 1em;
  align-items: center;
  padding-left: 7%; padding-right: 7%;
}

#mpc_read_more_btn {
  border: 2px solid #283c3d;
  padding: 10px;
  color: #283c3d;
  background-color: transparent;

}

#mpc_read_more_btn:hover{
  color: white;
  background-color: #5f7c6b;
  background-image: linear-gradient(45deg, black,#283c3d);
  border: 1px white solid;
  transform: scale(1.12);
  transition: transform .2s;
}

#mpc_read_more_btn:focus {
  outline: none;
}
.mpc_gone {
  display: none;
}

.mpc_visible {
  display: block;
}

.come_up_animation {
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-name: come_up;
}

@keyframes come_up {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

@media (max-width: 767px) {
  
  #component_one_div {
    flex-direction: column;
    padding-left: 10px;
    padding-right: 10px;
  }
  #component_one_box_one {
    margin-top: 90px;
    width: 100%;
  }
  #component_one_box_one_green{
    width: 100%;
    margin-top: 90px;
  }
  #component_one_box_one_hull{
    width: 100%;
    margin-top: 90px;
  }
  #component_one_box_one__machine_monitoring{
    width: 100%;
    margin-top: 90px;
  }
  #component_one_box_one_marine_engineering{
    width: 100%;
    margin-top: 90px;
  }
  #component_one_box_two {
    width: 100%;
    justify-content: center;
    align-items: center;
  }

  #component_one_box_two > h1 {
    font-size: 3em;
  }

  #component_two_div {
    padding-left: 10px;
    padding-right: 10px;
  }

  #component_three_div {
    padding-left: 10px;
    padding-right: 10px;
  }

  .component_two_card {
    width: 55%;
  }

  #component_three_div {
    display: flex;
    flex-direction: column;
  }

  #component_three_box_one {
    width: 100%;
    border-radius: 0px;
  }
  #component_three_box_two {
    position: static;
    width: 100%;
  }

  #component_four_div {
    padding-left: 10px;
    padding-right: 10px;
    
  }
  #component_five_text {
    transform: translateY(0px) translateX(0px);
    font-size: 1.2em;
  }
  #component_five_div {
    padding-left: 0px;
    padding-right: 0px;
  }

  #hm_component_two_div {
    flex-direction: column;
  }
  #hm_component_three_div {
    flex-direction: column-reverse;
  }
  #hm_component_two_box_one {
    width: 100%;
  }
  #hm_component_two_box_two {
    width: 100%;
  }
  #hm_component_three_box_one {
    width: 100%;
  }
  #hm_component_three_box_two {
    width: 100%;
  }

  #hm_component_three_box_one > img {
    height: 400px;
    margin-top: 20px;
  }

  #xt_component_one_div {
    display: flex;
    padding-left: 10px;
    padding-right: 10px;
    flex-direction: column;
  }

  #xt_component_one_box_one {
    width: 100%;
  }

  #xt_component_one_box_two {
    width: 100%;
  }

  #ic_component_one_div {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  #ic_component_one_box_one {
    width: 100%;
    min-height: 0vh;
  }

  #ic_component_one_box_two {
    min-height: 0vh;
    width: 100%;
  }

  #ic_component_one_box_two > ul > li {
    text-align: left;
  }

  #ic_component_three_div {
    padding-left: 10px;
    padding-right: 10px;
    min-height: 0vh;
  }

  #ic_component_three_box_two {
    /* padding: 10px; */
    font-size: 2em;
  }
  #mpc_component_two_div {
    min-height: 0vh;
    padding: 10px;
  }

  #mpc_component_two_box_one {
    text-align: center;
  }

  #mpc_component_three_div {
    min-height: 0vh;
    /* padding: 10px; */
  }

  #mpc_component_three_box_one {
    text-align: center;
  }

  #mpc_component_four_div {
    padding: 10px;
  }

  .mpc_component_four_box {
    display: flex;
    width: 100%;
    flex-direction: column;
  }

  .mpc_component_four_box_left {
    width: 100%;
    border-right: none;
  }

  .mpc_component_four_box_right {
    margin: 0px;
    border-bottom: 1px solid gray;
    flex-grow: 0;
    width: 100%;
    margin-top: 20px;
  }

  #mpc_component_five_div {
    padding: 0px;
  }

  #mpc_component_five_div > h1 {
    padding-top: 40px;
  }

  .site-footer {
    padding-bottom: 0;
  }
  .site-footer .copyright-text,
  .site-footer .social-icons {
    text-align: center;
  }
  .con_first {
    padding-left: 100px;
  }

  @media (max-width:767px) {
    .display-1 {
      font-size: 3em;
  }

  }
  .display-2 {
    font-size: 2em;
  }
  .display-5 {
    font-size: 2em;
  }
  .display_7 {
    font-size: 1rem;
  }
  .dark_bg {
    background-color: #283c3d;
    padding-left: 10px;
    padding-right: 10px;
  }
  .dropdown-menu{
    background-color: transparent;
    margin-left: 0%;
    top: 80%;
  }
  .footer_logo {
    display: none;
  }
  .footer_par_txt {
    font-size: 1.7em;
  }

  .navbar_image {
    height: 50px;
    width: 80px;
  }

  .navbar-expand-lg {
    background-image: linear-gradient(45deg, rgb(5, 5, 5),#03e1ec);
  }

  .dropdown-item {
    background-color: white;
    color: #000000;
  }
}
.social-icons {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.social-icons li {
  display: inline-block;
  margin-bottom: 4px;
}
.social-icons li.title {
  margin-right: 15px;
  color: #96a2b2;
  font-weight: 300;
}

/* code for dropdown navbar */
@media (min-width: 768px) {
  .dropdown:hover > .dropdown-menu {
    display: block;
    
  }
  
  .dropdown > .dropdown-toggle:active {
    pointer-events: none;
  }  
}
  


.social-icons a {
  background-color: transparent;
  color: #fff;
  font-size: 16px;
  display: inline-block;
  line-height: 44px;
  width: 44px;
  height: 44px;
  text-align: center;
  margin-right: 8px;
  border-radius: 100%;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
/* .social-icons a:active,
.social-icons a:focus,
.social-icons a:hover {
  color: #fff;
  background-color: red;
} */
.social-icons.size-sm a {
  line-height: 34px;
  height: 34px;
  width: 34px;
  font-size: 14px;
}
/* .social-icons a.facebook:hover {
  background-color: #3b5998;
}
.social-icons a.twitter:hover {
  background-color: #00aced;
}
.social-icons a.linkedin:hover {
  background-color: #007bb6;
}
.social-icons a.dribbble:hover {
  background-color: #ea4c89;
} */
/* footer ends here */

.our_services_btn {
  padding: 15px;
  background: transparent;
  border: 2px white solid;
  color: #f9f6f0;
  font-size: 1.2em;
  margin-top: 50px;
}

.our_services_btn:hover {
  text-decoration: none;
  color: white;
  background-color: #5f7c6b;
  background-image: linear-gradient(45deg, black,#283c3d);
  border: 1px white solid;
  /* transform: scale(1.09);
  transition: transform .2s; */
}

#footer{
  background-color: white;
  background-image: linear-gradient(45deg, black,#283c3d);
}

#footer:hover{
  background-color: white;
  background-image: linear-gradient(45deg, rgb(5, 5, 5),#03e1ec);
}

.dark_bg:hover{
  background-color: white;
  background-image: linear-gradient(45deg, rgb(5, 5, 5),#03e1ec);

}
.dark_bghover:hover {
  background-color: #5f7c6b;
  border-color: black;
}

.f-dropdown .divider {
  border-top: solid 1px #1a1a1a;
  clear: both;
  height: 1px;
  width: 100%;
}
/*newly added css for contact div*/
.form-wrapper-div{
  margin-bottom: 4em;
  font-size: 1em;
  line-height: 3;
}

.form-control{
  height: 3.4em;
  width: 30em;
  outline: none;
  padding-left: 15px;
  border-radius: 15px;
  border: 1px solid lightgrey;
  border-bottom-width: 2px;
  font-size: 17px;
}

.entire-form{
  width: 90%;
}

.contact-us-heading{
  text-align: center;
  padding-top: 6em;
}

.help-msg{
  font-size: 1.2em;
  background-image: url('https://globetrender.com/wp-content/uploads/2021/03/AdobeStock_215491119-scaled.jpeg'); 
  width: 100%; 
  height: 100%; 
  object-fit: contain; 
}

.contact-us-heading hr{
  width: 10em;
  /* margin-top: 2em; */
}



@media (max-width: 770px) {
  .form-wrapper-div{
    padding-left: 3em;
  }

  .form-control{
    height: 4em;
    width: 70vw;
  }
}

/* .shadow{
  box-shadow: -47px 25px 12px 6px rgba(40,60,61,0.42);
-webkit-box-shadow: -47px 25px 12px 6px rgba(40,60,61,0.42);
-moz-box-shadow: -47px 25px 12px 6px rgba(40,60,61,0.42);
} */
.card{
  border-radius: 30px;
  box-shadow: 0 70px 183px -60px #000;
}

.card-img-top{
  border-start-end-radius: 20px;
}

p.card-text{
  word-wrap: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 143px;
  font-family: 'Roboto', sans-serif;
  display: -webkit-box;
  font-weight: bold;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  max-width: 100%;
}

#ref_component_three_box_two{
  word-wrap: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 141px;
  width : 280px;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;

}
.component_two_card_upper{
  word-wrap: break-all;
  overflow: hidden;
  text-overflow: ellipsis; 
  height: 220px;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical; 
  max-width: 100%;
}

.component_two_card_upper:hover{
  margin-top: -40px;
  transition: 0.8s all ease-in-out;
}

.component_two_card{
  background: black;
  background-image: linear-gradient(45deg, black,#283c3d);
}


.item{
  font-family: 'Redressed', cursive;
}
/* hover animation */
/* .component_two_card:hover{
  background: black;
  background-image: linear-gradient(60deg,#03e1ec, rgb(5, 5, 5));
} */

/* fill animation */

/* div {
  position: relative;
  overflow: hidden;
  z-index: 1;
  cursor: pointer;
  transition: 0.08s ease-in;
  -o-transition: 0.08s ease-in;
  -ms-transition: 0.08s ease-in;
  -moz-transition: 0.08s ease-in;
  -webkit-transition: 0.08s ease-in;
}

.fill:hover {
  color: white;
}

.fill:before {
  content: "";
  position: absolute;
  background: rgb(0, 95, 16);
  background-image: linear-gradient(45deg, black,#283c3d);
  bottom: 0;
  left: 0;
  right: 0;
  top: 100%;
  z-index: -1;
  transition: top 0.5s ease-in;
}

.fill:hover:before {
  top: 0;
} */

@media only screen and (min-width: 900px){
  .vid-mobi{
      display: none;
      background-image: url('testingimg.png');
      background-repeat: no-repeat;
      background-size: 100% 100%;
    }
}
@media only screen and (max-width: 900px){
  .vidbig {
  display: none;
 }
 .help-msg{
  background-image: linear-gradient(45deg, rgb(5, 5, 5),#005272);
  width: 100%; 
  height: 100%; 
}
}

 #vid-mobi{
   background-repeat: no-repeat;
   background-size: 100% 100%;
 }

 .imp{
  color:red;
  font-size: 80%;
 }

 @media (max-width: 450px) {
  .card-group .card2{
    width: 300px;
    height: 550px;
    
  }

  
}

.frame {
  background-repeat: repeat-x;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0px;
  z-index: -999;
  height: 775px;
  object-fit: fill;
  min-width: 100%;
  background-image:url("https://images.unsplash.com/photo-1592701649316-3d3afe31a6b1?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1374&q=80");
}

/* @media (max-width: 450px) {
  #fsm_container{
    margin-left: 500px; 
    margin-top: 30px;
    
  } */

/* @-webkit-keyframes image {
  0% {
    background-image: url("https://images8.alphacoders.com/118/thumb-1920-1184568.jpg");
  }
  50% {
    background-image: url("https://images6.alphacoders.com/879/879942.jpg");
  }
  100% {
    background-image: url("https://images.alphacoders.com/879/879943.jpg");
  }
}

@keyframes image {
  100% {
    background-image: url("https://images8.alphacoders.com/118/thumb-1920-1184568.jpg");
  }
  50% {
    background-image: url("https://images6.alphacoders.com/879/879942.jpg");
  }
  0% {
    background-image: url("https://images.alphacoders.com/879/879943.jpg");
  }
} */

.display-1{
  /* width: 20vw; */
  /* height: 100vh; */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0;
  font-family: "Roboto", sans-serif;
}

.display-1.no-scroll {
  overflow: hidden;
}

.fsm {
  margin: 10vh 5vw;
  /* background-color: rgb(5, 5, 56); */
  background-image: linear-gradient(to bottom right, rgb(255, 145, 0), white, green);
  height: 0px;
  width: 20px;
  flex: 0.612;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #000000;
  font-size: 1.5rem;
  border-radius: 10px;
  transition: 1s;
  cursor: pointer;
}
.fsm .fa {
  transition: 1s;
  color: #f5f5f5;
  font-size: 2.5vw;
}
.fsm .fa:before {
  color: #f5f5f5;
}
.fsm .modal-content {
  height: 0;
  width: 0;
  margin: 0;
}
.fsm h1.modal-content {
  opacity: 0;
  transition: 0.5s;
}
/* .fsm.apple {
  /* background: linear-gradient(135deg, #83458e 0%, #608dc9 100%); */
  /* background-image: url("https://seeklogo.com/images/M/make-in-india-logo-17143904F2-seeklogo.com.png"); */

.fsm.full-screen {
  height: 50vh;
  z-index: 100;
  margin: 0;
  border-radius: 0;
}
.fsm.full-screen .fa {
  font-size: 10vw;
}
.fsm.full-screen .modal-content {
  height: auto;
  width: auto;
  margin: inital;
}
.fsm.full-screen h1.modal-content {
  transition-delay: 0.5s;
  opacity: 1;
}
.fsm.shrinking h1.modal-content {
  transition-delay: 0s;
  transition: 0.7s;
  opacity: 0;
  display: block;
}
.fsm-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  box-sizing: border-box;
}
 .modal-content{
   background: none;
   border: none;
   color: rgb(3, 3, 3);
 }

 /* p.component_five_text{
  word-wrap: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 143px;
  font-family: 'Roboto', sans-serif;
  display: -webkit-box;
  font-weight: bold;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  max-width: 100%;
} */

/* .graph {
  margin-bottom: 1em;
  font: normal 100%/150% arial, helvetica, sans-serif;
}

.graph caption {
  font: bold 150%/120% arial, helvetica, sans-serif;
}

.graph tbody th {
  text-align: right;
}

@supports (display: grid) {
  @media (min-width: 32em) {
    .graph {
      display: block;
      width: 600px;
      height: 200px;
    }

    .graph caption {
      display: block;
    }

    .graph thead {
      display: none;
    }

    .graph tbody {
      position: relative;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(2em, 1fr));
      column-gap: 1.5%;
      align-items: end;
      height: 100%;
      margin: 3em 0 1em 2.8em;
      padding: 0 1em;
      border-bottom: 2px solid rgba(0, 0, 0, 0.5);
      background: repeating-linear-gradient(
        180deg,
        rgba(170, 170, 170, 0.7) 0,
        rgba(170, 170, 170, 0.7) 1px,
        transparent 1px,
        transparent 20%
      );
    }

    .graph tbody:before,
    .graph tbody:after {
      position: absolute;
      left: -3.2em;
      width: 2.8em;
      text-align: right;
      font: bold 80%/120% arial, helvetica, sans-serif;
    }

    .graph tbody:before {
      content: "100%";
      top: -0.6em;
    }

    .graph tbody:after {
      content: "0%";
      bottom: -0.6em;
    }

    .graph tr {
      position: relative;
      display: block;
    }

    .graph tr:hover {
      z-index: 999;
    }

    .graph th,
    .graph td {
      display: block;
      text-align: center;
    }

    .graph tbody th {
      position: absolute;
      top: -3em;
      left: 0;
      width: 100%;
      font-weight: normal;
      text-align: center;
      white-space: nowrap;
      text-indent: 0;
      transform: rotate(-45deg);
    }

    .graph tbody th:after {
      content: "";
    }

    .graph td {
      width: 100%;
      height: 100%;
      background: linear-gradient(19deg, rgb(3, 17, 24),rgb(1, 83, 79));
      border-radius: 0.5em 0.5em 0 0;
      transition: background 0.5s;
    }

    .graph tr:hover td {
      opacity: 0.7;
    }

    .graph td span {
      overflow: hidden;
      position: absolute;
      left: 50%;
      top: 50%;
      width: 0;
      padding: 0.5em 0;
      margin: -1em 0 0;
      font: normal 85%/120% arial, helvetica, sans-serif;
      			background:white;
      			box-shadow:0 0 0.25em rgba(0,0,0,0.6);
      font-weight: bold;
      opacity: 0;
      transition: opacity 0.5s;
      color: white;
    }

    .toggleGraph:checked + table td span,
    .graph tr:hover td span {
      width: 4em;
      margin-left: -2em; 1/2 the declared width
      opacity: 1;
    }
  } min-width:32em
} grid only
 */


