@charset "utf-8";

/* CSS Document */

/* ----------------------------------------------------------- */

/* Created by - Abhaya
   Modify by-
/* ----------------------------------------------------------- */

/* Table of Content
==================================================
	01. Login page
    02. Header
	    - Logo
		- Setting-Message
	03. Dashboard
		-Dashboard column
	04. Dashboad Inner
		-Main Menu
		-Mainheading-breadcrumb
		-Mainheading
		-Breadcrumb
		-Article container

	23. Footer

*/

/* Import Section
====================================================================== */



@import url('https://fonts.googleapis.com/css?family=Montserrat');

@import url('https://fonts.googleapis.com/css?family=Arimo|Montserrat');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');

/*====================================================================*/

*,
html,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  scroll-behavior: smooth;
}
/* ----------------------------------------------------------- */

/* Reset and Clearfix */

/* ----------------------------------------------------------- */

.clear {
  clear: both;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after {
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}
.clearfix:after,
.container:after {
  clear: both;
}
/* ----------------------------------------------------------- */

/*The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
/* ----------------------------------------------------------- */

.clearfix,
.container {
  zoom: 1;
}
/* ----------------------------------------------------------- */

/*--------------------common css----------------------*/

/* Basic Element
/* ----------------------------------------------------------- */

/* a,a > {} a:hover,a >:hover {} article,
                    aside,
                    details,
                    figcaption,
                    figure,
                    footer,
                    header,
                    hgroup,
                    menu,
                    nav,
                    section {
                      display: block;
                    } */
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat' !important;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a,
input,
button,
img,
li {
  transition: all 0.2s ease-in-out 0s;
}
.form-control{
    background-color: transparent !important;
}
h2 {
    font-size: 2rem !important;
}
h3 {
    font-size: 1.75rem !important;
}
h6 {
    font-size: 1rem !important;
}
h4{
    font-size: 1.5rem !important;
}
h5{
    font-size: 1.25rem !important;
}

button:focus{
  outline: none;
}

button a{
  color: #fff;
}

button a:hover{
  text-decoration: none;
  color: #fff;
}

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.section-gap{
	height: 60px;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'Montserrat' !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
}
/* p {
    margin-bottom: 0 !important;
} */
body{
	font-family: 'Montserrat' !important;
    font-size: 1rem !important;
    line-height: 1.5 !important;
}

.carousel-indicators{
  margin-bottom: 15px;
}

/*--------------------header----------------------*/

header{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  box-shadow: 1px 1px 8px rgb(189, 189, 189);
  padding: 10px 0;
  background: #fff;

}

.navbar{
  /* position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  box-shadow: 1px 1px 8px rgb(189, 189, 189); */
}

    .navbar-collapse{
      /* margin-left: 47%; */
    }

    .navbar-expand-lg .navbar-nav .nav-link{
      padding-right: 1rem;
      padding-left: 1rem;
    }

    .nav-link{
      color: #000 !important;
    }

    .nav-item .active{
      color: #c20406 !important;
      padding: 8px 12px;
      font-weight: bold !important;
    }

    .footer-distributed .active{
      color: #c20406 !important;
      font-weight: bold !important;
    }

    /*--------------------banner----------------------*/

    .bd-example{
      position: relative !important;
    }

    #banner{
      margin-top: 95px;
    }

    #banner h1{
      font-size: 45px;
    }

    #banner .carousel-indicators li{
      width: 10px;
      height: 10px;
      border-radius: 50px;
    }

    #banner .carousel-caption{
      top: 40% !important;
      font-size: 30px !important;
      font-weight: 500;
    }

    .top-head .fa {
      padding: 10px;
      text-align: center;
      text-decoration: none;
      margin: 2px;
      height: min-content;
    }
    
    .top-head .fa-facebook {
      background: #3B5998;
      color: white;
    }
    
    .top-head .fa-twitter {
      background: #55ACEE;
      color: white;
    }
    
    .top-head .fa-google {
      background: #dd4b39;
      color: white;
    }
    
    .top-head .fa-linkedin {
      background: #007bb5;
      color: white;
    }

    .social-icons{
      display: flex;
      justify-content: flex-end;
    }

    /*--------------------about----------------------*/

    #about-us{
      padding: 50px 0;
      
    }

    #about-us img{
      border-radius: 4px;
      /* box-shadow: #a9c2ec 0px 10px 30px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px; */
    }

    #about-us .card{
      border-radius: 10px;
      text-align: center;
      box-shadow: #bccdec 0px 10px 30px 0px, rgba(255, 255, 255, 0.06) 0px 0px 0px 1px;
    }

    #about-us .card img{
      box-shadow: none !important;
    }

    #about-us .card-body{
      padding: 10px;
    }

    #about-us h1{
      font-size: 25px;
      font-weight: 500;
      margin-bottom: 2rem;
      /* margin-top: 2rem; */
    }

    #about-us h2{
      color: #325694;
      margin-bottom: 3rem;
    }

    #about-us p{
      font-size: 14px;
      padding-bottom: 20px;
      line-height: 24px;
    }

    #about-us button{
      font-size: 13px;
      color: #fff;
      background-color: #325694;
      padding: 10px 20px;
      cursor: pointer;
      margin-top: 1rem;
    }

    #about-us button:hover{
      background-color: #204077;
    }

    #about-us ul li{
      list-style-type: disc;
      margin-top: 10px;
    }
    
    #about-us li{
      font-size: 13px;
    }

    /*--------------------career----------------------*/

    .parallax {
      /* The image used */
      background-image: url("../images/career.jpg");
    
      /* Set a specific height */
      min-height: 280px; 
    
      /* Create the parallax scrolling effect */
      background-attachment: fixed;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      text-align: center;
      color: #fff;
    }

    .parallax h2{
      padding-top: 6%;
      font-size: 50px !important;
    }

    .parallax button{
      font-size: 13px;
      color: #fff;
      background-color: #325694;
      padding: 10px 20px;
      cursor: pointer;
      margin-top: 3rem;
    }

    .parallax button:hover{
      background-color: #204077;
    }

    /*--------------------contact----------------------*/


.contact-form .container {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea,
#contact button[type="submit"] {
  font: 400 12px/16px "Roboto", Helvetica, Arial, sans-serif;
}

.contact-form h5{
  color: rgb(107, 107, 107);
  font-weight: normal;
  font-size: 13px !important;
}

.contact-form img{
  box-shadow: none !important;
}

.contact-form a{
  color: rgb(107, 107, 107);
}

.contact-form a:hover{
  text-decoration: none;
}

#contact {
  background: #F9F9F9;
  padding: 25px;
  box-shadow: #a9c2ec 0px 10px 30px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

#contact h3 {
  display: block;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 10px;
}

#contact h4 {
  margin: 5px 0 15px;
  display: block;
  font-size: 13px;
  font-weight: 400;
}

fieldset {
  border: medium none !important;
  margin: 0 0 10px;
  min-width: 100%;
  padding: 0;
  width: 100%;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea {
  width: 100%;
  border: 1px solid #ccc;
  background: #FFF;
  margin: 0 0 5px;
  padding: 10px;
}

#contact input[type="text"]:hover,
#contact input[type="email"]:hover,
#contact input[type="tel"]:hover,
#contact input[type="url"]:hover,
#contact textarea:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #aaa;
}

#contact textarea {
  height: 100px;
  max-width: 100%;
  resize: none;
}

#contact button[type="submit"] {
  cursor: pointer;
  width: 100%;
  border: none;
  background: #4CAF50;
  color: #FFF;
  margin: 0 0 5px;
  padding: 10px;
  font-size: 15px;
}

#contact button[type="submit"]:hover {
  background: #43A047;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

#contact button[type="submit"]:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

.copyright {
  text-align: center;
}

#contact input:focus,
#contact textarea:focus {
  outline: 0;
  border: 1px solid #aaa;
}

::-webkit-input-placeholder {
  color: #888;
}

:-moz-placeholder {
  color: #888;
}

::-moz-placeholder {
  color: #888;
}

:-ms-input-placeholder {
  color: #888;
}

/*--------------------footer----------------------*/

.main {
  max-height: 550px;;
  background-color: #F8F9FA;
  color: #000;
  font-size: 38pt;
  text-align: center;
  line-height: 550px;
 }

 .footer-distributed img{
   margin-bottom: 10px;
 }

 .footer-distributed{
  /* background-color: #F8F9FA; */
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  width: 100%;
  text-align: left;  
  padding: 55px 50px;
  background: url(../images/pattern-10.png) center top  #232323 no-repeat;
 }
  
 .footer-distributed .footer-left,
 .footer-distributed .footer-center,
 .footer-distributed .footer-right{
  display: inline-block;
  vertical-align: top;
 }
  
 .footer-distributed .footer-left{
  width: 25%;
 }
  
 .footer-distributed h3{
  color:  #fff;
  margin: 0;
 }
  
 .footer-distributed h3 span{
  color:  #5383d3;
 }
  
  
 .footer-distributed .footer-links{
  color:  #000;
  margin: 20px 0 12px;
  padding: 0;
 }
  
 .footer-distributed .footer-links a{
  display:inline-block;
  line-height: 1.8;
  text-decoration: none;
  color:  inherit;
 }
  
 .footer-distributed .footer-company-name{
  color:  rgba(255,255,255,0.8);
  font-size: 14px;
  font-weight: normal;
  margin: 0;
 }
  
  
 .footer-distributed .footer-center{
  /* width: 25%; */
 }
  
 .footer-distributed .footer-center i{
  background-color:  #325694;
  color: #000;
  font-size: 25px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  text-align: center;
  line-height: 42px;
  margin: 10px 15px;
  vertical-align: middle;
 }
  
 .footer-distributed .footer-center i.fa-envelope{
  font-size: 17px;
  line-height: 38px;
 }
  
 .footer-distributed .footer-center p{
  display: inline-block;
  color: #000;
  vertical-align: middle;
  margin:0;
  margin-bottom: 10px;
 }
  
 .footer-distributed .footer-center p span{
  display:block;
  font-weight: normal;
  font-size:14px;
  line-height:2;
  color: #000;
 }
  
 .footer-distributed .footer-center ul li a{
  color:  rgba(255,255,255,0.8);
  text-decoration: none;
  font-size: 14px;
  display: inline-block;
 }
 .footer-distributed .footer-center ul li{
   padding-left: 0;
   padding-bottom: 10px;
   margin-left: 0 !important;
 }
 .footer-distributed .footer-center p a:hover{
   color: #c20406;
 }
  
 .footer-distributed .footer-right{
  /* width: 20%; */
 }
  
 .footer-distributed .footer-company-about{
  line-height: 20px;
  color:  rgba(255,255,255,0.8);
  font-size: 13px;
  font-weight: normal;
  margin: 0;
 }
  
 .footer-distributed .footer-company-about span{
  display: block;
  color:  #fffff;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
 }

 .footer-distributed .footer-center span{
  display: block;
  color:  #fff;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
 }
  
 .footer-distributed .footer-icons{
  margin-top: 25px;
  display: none;
 }
  
 .footer-distributed .footer-icons a{
  display: inline-block;
  width: 35px;
  height: 35px;
  cursor: pointer;
  border-radius: 2px;
  
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 35px;
  
  margin-right: 3px;
  margin-bottom: 5px;
 }

 .footer-distributed .footer-icons .fb{
   background-color: #395694 !important;
 }

 .footer-distributed .footer-icons .tw{
  background-color: #009DED !important;
}

.footer-distributed .footer-icons .lin{
  background-color: #0270AD !important;
}
  
  
 @media (max-width: 880px) {
  
  .footer-distributed{
  font: bold 14px sans-serif;
  
  }
  
  .footer-distributed .footer-left,
  .footer-distributed .footer-center,
  .footer-distributed .footer-right{
  display: block;
  width: 100%;
  margin-bottom: 40px;
  text-align: center;
  }
  
  .footer-distributed .footer-center i{
  margin-left: 0;
  }
  .main {
  line-height: normal;
  font-size: auto;
  }
  
 }

 /*--------------------mobile----------------------*/

 @media screen and (max-width: 480px){

  .offshore-head{
    margin-top: 0 !important;
  }

  .navbar-nav{
    margin-top: 2rem;
  }

  .navbar-expand-lg .navbar-nav .nav-link{
    padding: 10px 4px !important;
    font-size: 12px !important;
  }

  .navbar-expand-lg .navbar-nav .dropdown-content .nav-link{
    padding: 10px 10px !important;
    font-size: 12px !important;
  }

  .call-mob{
    margin-top: 2rem;
  }

  .dropdown-content{
    min-width: 190px !important;
  }

  .footer-center{
    margin-bottom: 0 !important;
    margin-top: 2rem;
  }

  .footer-right{
    margin-top: 2rem;
  }

  .footer-distributed{
    background: none;
    background-color: #212121;
  }

  .ceo-speak{
    position: relative !important;
    font-size: 18px !important;
    margin-left: 10px;
  }

  .ceo-text{
    text-align: center;
    padding: 10px !important;
  }

  .ship-design h1{
    margin-bottom: 0 !important;
  }

  .ship-design p{
    padding-bottom: 0 !important;
  }

  .construction .row{
    margin-top: 0 !important;
  }

  .construction .row h1{
    margin-top: 20px;
  }

  .training .row{
    margin-top: 0 !important;
  }

  #service-sec{
    padding-top: 0 !important;
  }

  .about-mob{
    text-align: center;
  }

  .breadcrumb-section{
    text-align: center !important;
  }

  .ship-lifecycle-mob{
    padding: 1rem !important;
  }

  .img-content{
    margin-top: 10px;
  }

  .about-new-img h1{
    margin-top: 10px;
  }

  .why h1{
    margin-bottom: 10px;
  }

  .why img{
    width: 30px;
  }

  .why h6{
    font-size: 10px !important;
  }

  /* #banner{
    margin-top: 120px;
  } */

  .contact-form img{
    width: 100px;
  }
  .contact-us .contact-info{
     padding-left: 0 !important;
     color: #fff !important;
     padding-right: 0 !important;
   }

   .contact-info h5 .fa .fa-map-marker:before{
    color: #fff !important;
    font-size: 25px !important;
   }

   #about-us .card{
     margin-top: 1rem;
   }

   #about-us .card p{
     font-size: 10px;
   }

   .parallax{
     min-height: 180px !important;
   }

   .parallax h2{
     font-size: 30px !important;
   }

   #about-us h2{
     margin-bottom: 20px;
   }

   #about-us img{
     margin-top: 20px ;
   }

   #about-us{
     padding-top: 1rem;
     padding-bottom: 1rem;
    }

    .team img{
      margin-top: 0 !important;
    }

    .carousel-indicators{
      display: none;
    }

    .carousel-control-next, .carousel-control-prev{
      display: none;
    }

    .footer-distributed{
      text-align: center;
    }
 }

 @media screen and (max-width: 370px){

  .ceo-speak{
    margin-left: 35px;
  }
 }

 #button {
  display: inline-block;
  background-color: #325694;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}

/*--------------------why us----------------------*/

.why img{
  box-shadow: none !important;
  margin-bottom: 1rem;
}

/*--------------------about page----------------------*/

.about{
	cursor: pointer;
	background-color: #fff;
	color: #000;
	padding-top: 20px;
	padding-bottom: 30px;
  margin-top: 115px;
}
.about h1 {
	padding: 10px 0;
	margin-bottom: 20px;
}
.about h2 {
  margin-top: 2rem;
  font-size: 20px !important;
}

.about p{
  margin-top: 1rem;
  font-size: 12px !important;
  color: #555 !important;
}
.about span {
	display: block;
	width: 100px;
	height: 100px;
	line-height: 100px;
	margin:auto;
	border-radius:50%;  
	font-size: 40px;
	color: #000;
	background-color: #325694;
	border: 2px solid #325694;

	webkit-transition:all .5s ease;
 	moz-transition:all .5s ease;
 	os-transition:all .5s ease;
 	transition:all .5s ease;

}
.about-item:hover span{
	border: 2px solid #325694;
	font-size: 42px;
	-webkit-transform: scale(1.1,1.1) rotate(360deg) ;
	-moz-transform: scale(1.1,1.1) rotate(360deg) ;
	-o-transform: scale(1.1,1.1) rotate(360deg) ;
	transform: scale(1.1,1.1) rotate(360deg) ;
}
.about-item:hover h2{
	-webkit-transform: scale(1.1,1.1)  ;
	-moz-transform: scale(1.1,1.1)  ;
	-o-transform: scale(1.1,1.1)  ;
	transform: scale(1.1,1.1) ;
}
.about .lead{
	color: #000;
	font-size: 14px;
	font-weight: bold;
}

/*--------------------contact page----------------------*/

.contact-us .overlay {
  background-image: linear-gradient(to right, rgba(90, 100, 232, 0.9), rgba(84, 96, 234, 0.7));
  width: 100%;
  height: 100%;
  z-index: 1;
  position: relative;
  padding: 20px 0;
}
.contact-us .section-bg {
  background-size: cover;
  position: relative;
  background-position: left;
  z-index: 0;
  padding: 0;
  min-height: auto;
  overflow: hidden;
}
.contact-us .contact-form {
  position: relative;
  padding: 45px 0 45px 60px;
}

.contact-us .contact-form:before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 6px;
  background: #ffffff;
  box-shadow: 10px 40px 40px rgba(0,0,0,.2);
  pointer-events: none;
  right: auto;
  width: 100vw;
}
.contact-us .particles-js-canvas-el {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.contact-us .contact-form input {
  border: 0;
  background: transparent;

  display: block;
  width: 100%;
  min-height: 50px;
  padding: 11px 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 27px;

  background-color: transparent;
  background-image: none;
  border-radius: 0;
  -webkit-appearance: none;
  transition: .3s ease-in-out;
  border: 2px solid transparent;
  border-bottom-color: rgba(0,0,0,.1);
}

.contact-us .contact-form textarea {
  border: 0;
  background: transparent;
  display: block;
  width: 100%;
  min-height: 50px;
  padding: 11px 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 27px;

  background-color: transparent;
  background-image: none;
  border-radius: 0;
  -webkit-appearance: none;
  transition: .3s ease-in-out;
  border: 2px solid transparent;
  border-bottom-color: rgba(0,0,0,.1);
}
.contact-us .contact-form input::placeholder {
color:#222;
}
.contact-us .contact-form textarea::placeholder {
color:#222;

}
.contact-us .contact-form input {
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 600;
  height: 55px;
}
.contact-us .contact-form input:hover, .contact-form input:focus{
  outline: none;
  box-shadow: none;
  background: transparent;
  border: 2px solid transparent;
  border-bottom-color: #214dcb;

}
.contact-us .contact-form textarea:hover, .contact-form textarea:focus{
background: transparent; 
  outline: none;
box-shadow: none;
   border: 2px solid transparent;
  border-bottom-color: #214dcb;

}


.contact-us .taso-btn {
  background-color: #fff;
  margin: 25px 0;
  color: #214dcb;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(255, 255, 255, 0.32);
  box-shadow: 0px 10px 30px 0px rgba(255, 255, 255, 0.17);
}
.contact-us .contact-info {
  padding: 0 30px 0px 0;
}

.contact-us h2.contact-title {
  font-size: 35px;
  font-weight: 600;
  color: #fff !important;
  margin-bottom: 30px;
}

.contact-us .contact-info p {
  color: #ececec;
}

.contact-us .contact-info h4 a{
  color: #fff !important;
}

.contact-us .contact-info h4 .call-head{
  font-weight: 600;
  font-size: 24px !important;
}

.contact-us ul.contact-info {
  margin-top: 30px;
}

.contact-us ul.contact-info li {
  margin-bottom: 22px;
}



.contact-us ul.contact-info span {
  font-size: 20px;
  line-height: 26px;
}
.contact-us ul.contact-info li {
  display: flex;
  width: 100%;
}

.contact-info h4{
  font-size: 20px !important;
  color: #fff !important;
  font-weight: 400 !important;
}

.contact-info h5{
  font-size: 15px !important;
  color: #fff !important;
  font-weight: 400 !important;
}

.contact-us .info-left {
  width: 10%;
}

.contact-us .info-left i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 30px;
  color: #ffffff;
}

.contact-us .info-right h4 {
  color: #fff;
  font-size: 15px !important;
  font-weight: 400 !important;
}
.contact-us .contact-page .info-left i{
color: #214dcb;
}
.contact-us .btn {
display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: 'Poppins', sans-serif;
  padding: 10px 30px 10px;
  font-size: 17px;
  line-height: 28px;
  border: 0px;
  border-radius: 10px;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}


@media only screen and (max-width: 767px) {
  .contact-us .contact-form {
  padding: 30px;
}
.contact-us .contact-form:before {
  width: 100%;
}

}

.dropdown{
  color: #000;
  cursor: pointer;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 260px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 0px 0px;
  z-index: 1;
  font-size: 12px;
  border-radius: 5px;
}

.dropdown:hover .dropdown-content {
  display: block;
  color: rgba(0, 0, 0, 0.5) !important;
}

.dropdown-content a:hover{
  background-color: #325694;
  color: #fff !important;
  padding: 15px;
}

.footer-bottom{
  display: flex;
  justify-content: space-between;
  background-color: rgb(41, 41, 41);
  padding: 10px 0;
}

.wrapper-1{
  width:100%;
  height:100vh;
  display: flex;
flex-direction: column;
}
.wrapper-2{
  padding :30px;
  text-align:center;
}
.content-t h1{
    font-family: 'Kaushan Script', cursive;
  font-size:4em;
  letter-spacing:3px;
  color:#5892FF ;
  margin:0;
  margin-bottom:20px;
}
.wrapper-2 p{
  margin:0;
  font-size:1.3em;
  color:#aaa;
  font-family: 'Source Sans Pro', sans-serif;
  letter-spacing:1px;
}
.go-home{
  color:#fff;
  background:#5892FF;
  border:none;
  padding:10px 50px;
  margin:30px 0;
  border-radius:30px;
  text-transform:capitalize;
  box-shadow: 0 10px 16px 1px rgba(174, 199, 251, 1);
}
.footer-like{
  margin-top: auto; 
  background:#D7E6FE;
  padding:6px;
  text-align:center;
}
.footer-like p{
  margin:0;
  padding:4px;
  color:#5892FF;
  font-family: 'Source Sans Pro', sans-serif;
  letter-spacing:1px;
}
.footer-like p a{
  text-decoration:none;
  color:#5892FF;
  font-weight:600;
}

@media (min-width:360px){
  h1{
    font-size:4.5em;
  }
  .go-home{
    margin-bottom:20px;
  }
}

@media (min-width:600px){
  .content-t{
  max-width:1000px;
  margin:0 auto;
}
  .wrapper-1{
  height: initial;
  max-width:620px;
  margin:0 auto;
  margin-top:50px;
  box-shadow: 4px 8px 40px 8px rgba(88, 146, 255, 0.2);
}
  
}

.team-container {
  position: relative;
  width: 100%;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #325694;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
  opacity: 0.9;
}

.team-container:hover .overlay {
  height: 100%;
}

.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.breadcrumb{
  background: none;
  margin-bottom: 0;
}

.breadcrumb-item+.breadcrumb-item::before{
  color: #fff !important;
}

ul li{
  margin-left: 20px !important;
}

#navbarNav ul li{
  margin-left: 0 !important;
}
.navbar-expand-lg .navbar-nav .nav-link{
  text-transform: uppercase;
  padding: 15px 25px;
  font-size: 14px;
  position: relative;
}
.navbar-expand-lg .navbar-nav .nav-link:hover{
  color: #c20406 !important;
}
.dropdown-menu{
  border: none;
}
#about-us.about-section{
  padding: 50px 0;
  
  /* background-color: #fafafa; */
  background-color: #f3f5ff !important;
}
.img-content{
  padding: 10px;
  box-shadow: 0 0 10px #ccc;
    /* padding: 5px; */
    background: #fff;
    border-radius: 4px;
}
.img-content img {
  max-width: 100%;
}
.nav-item .active:after{
  position: absolute;
  content: "";
  width: 30px;
  height: 4px;
  bottom: 0;
  background: #c20406 ;
  left: 26px;
}
.breadcrumb-section{
  padding: 50px;
  margin-top: 95px;
}
.about-breadcrumb{
  background: url(../images/career-breadcrumb.png) center top no-repeat;
}

.career-breadcrumb{
  background: url(../images/career2-breadcrumb.png) center top no-repeat;
}

.contact-breadcrumb{
  background: url(../images/contact-breadcrumb.png) center top no-repeat;
}

.shipdesign-breadcrumb{
  background: url(../images/shipdesign-breadcrumb.png) center top no-repeat;
}

.offshore-breadcrumb{
  background: url(../images/offshore-breadcrumb.png) center top no-repeat;
}

.marine-breadcrumb{
  background: url(../images/marine-breadcrumb.png) center top no-repeat;
}

.app-breadcrumb{
  background: url(../images/app-breadcrumb.png) center top no-repeat;
}

.training-breadcrumb{
  background: url(../images/training-breadcrumb.png) center top no-repeat;
}

.policy-breadcrumb{
  background: url(../images/policy-breadcrumb.png) center top no-repeat;
}

.breadcrumb-overlay{
  position: absolute;
  width: 100%;
  left: 0;
  height: 100%;
  background: rgba(0,0,0,0.5);
  top:0;
}
.zindex-999{
  z-index: 999;
}
.breadcrumb-section h1{
  font-size: 30px;
  color: #fff;
}
.breadcrumb-right li a {
  color: #fff;
}
.breadcrumb-right .breadcrumb-item.active{
  color: #fff;

}
.about-section.about-inner h2{
  font-size: 20px !important;
  margin-bottom: 20px !important;
}
.about-des{
  min-height: 165px;
}
.about-inner .bg-white{
  border-bottom: 3px solid #325694;
  /* box-shadow: 0 0 10px #ccc; */
}
.home-about .pattern-layer {
  position: absolute;
  left: -70px;
  top: -150px;
  width: 745px;
  height: 732px;
  background-repeat: no-repeat;
  background-image: url(../images/pattern-globe.png);
}
.home-about .pattern-layer{
  animation-name: rotateme;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: rotateme;
  -webkit-animation-duration: 15s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
}
@-webkit-keyframes rotateme {
  0% {
      -webkit-transform: rotate(0deg);
      opacity: 1;
    }

  50% {
      -webkit-transform: rotate(180deg);
      opacity: 0.7;
    }
  100% {
      -webkit-transform: rotate(360deg);
      opacity: 1;
    }
}
@-moz-keyframes rotateme {
  0% {
      -moz-transform: rotate(0deg);
      opacity: 1;
    }

  50% {
      -moz-transform: rotate(180deg);
      opacity: 0.7;
    }
  100% {
      -moz-transform: rotate(360deg);
      opacity: 1;
    }
}
@-o-keyframes rotateme {
  0% {
      -o-transform: rotate(0deg);
      opacity: 1;
    }

  50% {
      -o-transform: rotate(180deg);
      opacity: 0.7;
    }
  100% {
      -o-transform: rotate(360deg);
      opacity: 1;
    }
}

@keyframes rotateme {
  
   0% {
      transform: rotate(0deg);
      opacity: 1;
    }

  50% {
      transform: rotate(180deg);
    }
  100% {
      transform: rotate(360deg);
      opacity: 1;
    }
}
.wrapper{
  position: relative;
  overflow: hidden;
}
.inner-column .img-content{
  padding: 5px !important;
  border-radius: 0 !important;

}
.inner-column .img-content img {
  border-radius: 0 !important;
}
.button-theme{
  font-size: 14px;
  color: #fff;
  background-color: #325694;
  padding: 12px 30px;
  cursor: pointer;
  display: inline-block;
  position: relative;
  overflow: hidden;
  
}
.button-theme:before {
  position: absolute;
  content: '';
  left: 92%;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 1;
  background-color: #132144;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  transform: skewX(
-25deg
);
}
.button-theme:hover::before{
	left:0%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.button-theme:hover{
	color: #ffffff !important;
  text-decoration: none;
	/* border-color:#00e49a; */
}
.button-theme .txt{
	position:relative;
	z-index:1;
}
.service-section-home .img-content{
  padding: 0 !important;

}
#service-sec.service-section-home .img-content img{
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
}
.service-home-content{
  padding: 15px;
  min-height: 325px;
}
.service-home-content h1{
  font-size: 20px;
  padding-bottom: 20px;
}
.service-home-content p {
  font-size: 14px !important;
  line-height: 24px;
  color: rgba(0,0,0,0.8);
  min-height: 175px;
}
#service-sec {
  padding: 50px 0;
}
#service-sec h2 {
  padding-bottom: 30px;
}
.img-content {
  border-bottom: 3px solid #325694;
}
.nav-logo img {
  width: 150px;
}
.navbar-expand-lg .navbar-nav .dropdown-content a:hover{
  color: #fff !important;
}
.career-page{
  min-height: 450px;
  background: #f4f4f4 !important;
}
.why-us-section{
  padding: 50px 0;
}
.why-us-section h1 {
  font-size: 30px;
}
.team-sec{
  background: #f4f4f4;
  padding: 50px 0;
}
.covering-life-cycle h1 {
  font-size: 30px;
  padding-bottom: 50px;
}
.team-sec p {
  font-size: 14px;
}
.team-sec p {
  font-size: 14px;
}
.team-img  {
  width: 120px;
  border-radius: 50%;
  margin-right: 20px;
}
.team-des{
  padding-top: 20px;
}

.bg-team-pattern{
  background: url(../images/pattern-4.png) right top no-repeat;
  position: relative;
  box-shadow: 0px 0px 20px rgb(0 0 0 / 7%);
}

.bg-pattern{
  background: url(../images/pattern-40.png) right top no-repeat;
  position: relative;
  box-shadow: 0px 0px 20px rgb(0 0 0 / 7%);
}

.name {
  font-weight: 600;
  font-size: 18px;
  display: block;
  padding-bottom: 5px;
}
.designation  .d-block{
  font-size: 13px;
}
.bg-team-pattern:before {
  position: absolute;
  content: '';
  left: -20px;
  top: -20px;
  right: 20px;
  bottom: 20px;
  z-index: -1;
  border: 2px solid #cbcbcb;
}
.team-sec h1 {
  font-size: 32px;
  margin-bottom: 40px;
}
.bg-team-pattern h2 {
  right: 20px;
}
.breadcrumb{
  font-size: 13px;
}
.about-new-img img{
  padding: 10px;
  box-shadow: 0 0 10px #ccc;
}

.heaing{
  font-size: 25px;
  font-weight: 600;
  padding-top: 3rem;
}

.thanks{
  font-family: 'Kaushan Script', cursive !important; font-size: 4em; letter-spacing: 3px; color: green !important; margin: 0; margin-bottom: 20px;
}

.thanks-box{
  background-color: #fff;
  text-align: center;
  padding: 5rem;
  margin-left: 5rem;
}

.list-circle{
  list-style-type: circle !important;
}

.career-page .service-home-content {
  padding: 10px;
  min-height: 241px;
  text-align: center;
  margin-top: 2rem;
}

.career-page .service-home-content h1{
  
  font-size: 18px !important;
}

.career-page .service-home-content h2{
  font-size: 20px !important;
}

.contact-info .fa-phone{
  font-size: 30px !important;
}

.contact-info .fa-envelope{
  font-size: 30px !important;
}

.contact-info .fa-map-marker{
  font-size: 30px !important;
}

.offshore-head{
  margin-top: 7rem;
}

.error{
  font-family: 'PT Sans Caption', sans-serif, 'arial', 'Times New Roman';
}

.error .clip .shadow
    {
        height: 180px;  /*Contrall*/
    }
    .error .clip:nth-of-type(2) .shadow
    {
        width: 130px;   /*Contrall play with javascript*/ 
    }
    .error .clip:nth-of-type(1) .shadow, .error .clip:nth-of-type(3) .shadow
    {
        width: 250px; /*Contrall*/
    }
    .error .digit
    {
        width: 150px;   /*Contrall*/
        height: 150px;  /*Contrall*/
        line-height: 150px; /*Contrall*/
        font-size: 120px;
        font-weight: bold;
    }
    .error h2   /*Contrall*/
    {
        font-size: 32px;
    }
    .error .msg /*Contrall*/
    {
        top: -190px;
        left: 30%;
        width: 80px;
        height: 80px;
        line-height: 80px;
        font-size: 32px;
    }
    .error span.triangle    /*Contrall*/
    {
        top: 70%;
        right: 0%;
        border-left: 20px solid #535353;
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
    }


    .error .container-error-404
    {
      margin-top: 10%;
        position: relative;
        height: 250px;
        padding-top: 40px;
    }
    .error .container-error-404 .clip
    {
        display: inline-block;
        transform: skew(-45deg);
    }
    .error .clip .shadow
    {
        
        overflow: hidden;
    }
    .error .clip:nth-of-type(2) .shadow
    {
        overflow: hidden;
        position: relative;
        box-shadow: inset 20px 0px 20px -15px rgba(150, 150, 150,0.8), 20px 0px 20px -15px rgba(150, 150, 150,0.8);
    }
    
    .error .clip:nth-of-type(3) .shadow:after, .error .clip:nth-of-type(1) .shadow:after
    {
        content: "";
        position: absolute;
        right: -8px;
        bottom: 0px;
        z-index: 9999;
        height: 100%;
        width: 10px;
        background: linear-gradient(90deg, transparent, rgba(173,173,173, 0.8), transparent);
        border-radius: 50%;
    }
    .error .clip:nth-of-type(3) .shadow:after
    {
        left: -8px;
    }
    .error .digit
    {
        position: relative;
        top: 8%;
        color: white;
        background: #07B3F9;
        border-radius: 50%;
        display: inline-block;
        transform: skew(45deg);
    }
    .error .clip:nth-of-type(2) .digit
    {
        left: -10%;
    }
    .error .clip:nth-of-type(1) .digit
    {
        right: -20%;
    }.error .clip:nth-of-type(3) .digit
    {
        left: -20%;
    }    
    .error h2
    {
        color: #A2A2A2;
        font-weight: bold;
        padding-bottom: 20px;
    }
    .error .msg
    {
        position: relative;
        z-index: 9999;
        display: block;
        background: #535353;
        color: #A2A2A2;
        border-radius: 50%;
        font-style: italic;
    }
    .error .triangle
    {
        position: absolute;
        z-index: 999;
        transform: rotate(45deg);
        content: "";
        width: 0; 
        height: 0; 
    }

/* Error Page */
@media(max-width: 767px)
{
    /* Error Page */
            .error .clip .shadow
            {
                height: 100px;  /*Contrall*/
            }
            .error .clip:nth-of-type(2) .shadow
            {
                width: 80px;   /*Contrall play with javascript*/ 
            }
            .error .clip:nth-of-type(1) .shadow, .error .clip:nth-of-type(3) .shadow
            {
                width: 100px; /*Contrall*/
            }
            .error .digit
            {
                width: 80px;   /*Contrall*/
                height: 80px;  /*Contrall*/
                line-height: 80px; /*Contrall*/
                font-size: 52px;
            }
            .error h2   /*Contrall*/
            {
                font-size: 24px;
            }
            .error .msg /*Contrall*/
            {
                top: -110px;
                left: 15%;
                width: 40px;
                height: 40px;
                line-height: 40px;
                font-size: 18px;
            }
            .error span.triangle    /*Contrall*/
            {
                top: 70%;
                right: -3%;
                border-left: 10px solid #535353;
                border-top: 8px solid transparent;
                border-bottom: 8px solid transparent;
            }
.error .container-error-404
  {
    height: 150px;
  }