@font-face {
  font-family: 'Conv_arial_0';
  src: url('../fonts/arial_0.eot');
  src: local('☺'), url('../fonts/arial_0.woff') format('woff'), url('../fonts/arial_0.ttf') format('truetype'), url('../fonts/arial_0.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'Conv_arialbd_0';
  src: url('../fonts/arialbd_0.eot');
  src: local('☺'), url('../fonts/arialbd_0.woff') format('woff'), url('../fonts/arialbd_0.ttf') format('truetype'), url('../fonts/arialbd_0.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'MyriadRoman';
    src: url('../fonts/myriadroman.eot');
    src: url('../fonts/myriadroman.eot') format('embedded-opentype'),
         url('../fonts/myriadroman.woff2') format('woff2'),
         url('../fonts/myriadroman.woff') format('woff'),
         url('../fonts/myriadroman.ttf') format('truetype'),
         url('../fonts/myriadroman.svg#MyriadRoman') format('svg');
}

@font-face {
    font-family: 'MyriadProBold';
    src: url('../fonts/myriadpro-bold_0.eot');
    src: url('../fonts/myriadpro-bold_0.eot') format('embedded-opentype'),
         url('../fonts/myriadpro-bold_0.woff') format('woff'),
         url('../fonts/myriadpro-bold_0.ttf') format('truetype'),
         url('../fonts/myriadpro-bold_0.svg#MyriadProBold') format('svg');
}

@font-face {
  font-family: 'Conv_GOTHAM-BOLD';
  src: url('../fonts/GOTHAM-BOLD.eot');
  src: local('☺'), url('../fonts/GOTHAM-BOLD.woff') format('woff'), url('../fonts/GOTHAM-BOLD.ttf') format('truetype'), url('../fonts/GOTHAM-BOLD.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}


*{
  padding: 0px;
  margin: 0px;
}

body{
    background-color: #416CA3;
    background-image: url(../img/bg2.jpg);
    background-repeat: repeat-x;
    background-attachment: fixed;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    font-family: 'Conv_arial_0';
}
.margin-auto{
    margin: auto!important;
    float: none;
}
.container{
    background: #fff;
    padding: 0px 11px;
}
.container .row{
  margin-left: -10px;
  margin-right: -10px;
}
.container [class*="col-"]{
  padding-left: 10px;
  padding-right: 10px;
}
.pb-10{
  padding-bottom: 10px;
}
.mb-10{
  margin-bottom: 10px;
}
.space-30{
  min-height: 30px;
  display: inline-block;
  clear: both;
}

/* header start */
  /* top header */
.top-header{
   padding: 2px 0px;
 }
 .logo {
  max-width: 100%;
 }
.header-center{
    padding-top: 27px;
    text-align: center;
}
.header-center p{
    font-family: 'MyriadRoman';
    font-weight: bold;
    font-size: 24px;
    color: #4a1814;
    margin: 0px;
    line-height: 25px;
    text-align: left;
    margin-left: 8px;
} 
.header-center img{
  padding-right: 10px;
}
.header-center a{
  font-size: 24px;
  color: #ef7101;
}
.header-center a:last-child{
  font-weight: 200;
  font-size: 16px;
  color: #1551b5;
  text-decoration: underline;
}
.social {
    text-align: right;
    padding-top: 4px;
}
.top-header h4{
    font-size: 16px;
    color: #000;
    font-weight: 200;
    text-align: center;
    font-style: italic;
}
.social ul{
    margin: auto;
    display: table;
}
.social li{
  float: left;
  list-style: none;
  margin-left:7px;
}

/* menu.navbar-nav bar */
.navbar-default{
  background-color: #4a1814;
  min-height: 53px;
  border-radius: 0px;
  margin-bottom: 0px;
  border:none;
}
.menu.navbar-nav {
  text-align: center;
  color: #fff;
  margin: 0px; 
  display: table;
  margin: auto;
  float: none;
}
.menu.navbar-nav li {
  list-style: none;
  display: inline-block;
  position: relative;
}
.menu.navbar-nav li a{
  font-family: 'MyriadRoman';
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  padding: 15px 17px;
  display: block;
  text-transform: uppercase;
}
.menu.navbar-nav li a:hover, .menu.navbar-nav li a:focus, .menu.navbar-nav li a.active{
    color: #ef7101;
    text-shadow: 2px 6px 1px #0b0b0b;
    text-decoration: none
}

.carousel-inner img{
  width: 100%;
}


/* footer */
.footer{ 
     background-image: url(../img/footer-bg.png);
    text-align: center;
    padding-top: 14px;
    padding-bottom: 14px;
    min-height: 142px;
    background-size: cover;
}
.footer .social{
  text-align: center;
  list-style: none;
  float: none;
}
.footer .social li{
display: inline-block;
    float: none;
}
.footer p{
    line-height: 22px;
    font-size: 14px;
    color: #d4c6c6;
    font-family: 'MyriadRoman';
    margin: 0px;
}
.footer a{
  color: #b9b5b5;
}



/* home page*/
.content{
  padding: 10px 20px !important; 
}
.content .text-center{
  text-align: center;
}
.content hr{
  border:0.5px dashed #897f7f;
  margin: 23px 0px;
}
.content h3{
  font-family: 'MyriadRoman';
  font-size: 40px;
  font-weight: bold;
  color: #4a1814; 
  text-transform: uppercase;
}
.content h3 span{
  color: #ef7101;
}
.content p{
  font-family: 'MyriadRoman';
  font-size: 17px;
  color: #2e2d2d;
  line-height: 25px; 
  text-align: justify;
}

.main{
  margin-bottom: 16px;
} 
.img-box{
    background-image: url(../img/img-bg.png);
    display: inline-block;
    width: 100%;
    padding: 12px;
    text-align: center;
    background-size: cover;
}
.img-box img{
  margin: auto;
  float: none;
  border:3px solid #fff;
  border-radius: 4px;
  transition: all 0.2s;
  margin-bottom: 10px;
}
.img-box img:hover{
    border-color: #4a1814;
    border-radius: 0px;
}

.marine{
   padding: 23px 0px 10px 15px; 
  font-family: 'MyriadRoman';
}
.marine h2{
  font-weight:bold;
  font-size: 29px;
  color: #ef7101;
  margin-bottom: 29px;
}
.marine p{
  font-size: 17px;
  line-height: 23px;
  color: #2e2d2d;
  margin-bottom: 24px;
}
.Inquiry-box{
  background-image: url(../img/Inquiry-bg.png);
  padding: 10px;
  color: #fff;
}
.Inquiry-box h4{
   font-size: 28px;
   color: #fff;
   font-weight: bold;
}
.Inquiry-box label{
  font-size: 16px;
  color: #fff;
  font-weight: 100;
  margin: 0px;
  margin-top:10px;
}
.Inquiry-box .form-control{
  min-height: 25px;
  border-radius: 0px;
  box-shadow: none;
  outline: none;
}
.Inquiry-box textarea.form-control{
  min-height: 75px;
}
.Inquiry-box .btn-submit{
   margin: 20px auto;
   display: table;
   font-weight: bold;
   font-size: 22px;
   color: #fff;
   text-transform: uppercase;

    background: rgba(239,112,1,1);
    background: -moz-linear-gradient(top, rgba(239,112,1,1) 0%, rgba(198,93,1,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(239,112,1,1)), color-stop(100%, rgba(198,93,1,1)));
    background: -webkit-linear-gradient(top, rgba(239,112,1,1) 0%, rgba(198,93,1,1) 100%);
    background: -o-linear-gradient(top, rgba(239,112,1,1) 0%, rgba(198,93,1,1) 100%);
    background: -ms-linear-gradient(top, rgba(239,112,1,1) 0%, rgba(198,93,1,1) 100%);
    background: linear-gradient(to bottom, rgba(239,112,1,1) 0%, rgba(198,93,1,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef7001', endColorstr='#c65d01', GradientType=0 );
}
.page_title{
  font-family: 'MyriadRoman';
  position: absolute;
  top: 0px;
  bottom: 0px; 
  margin: auto;
  height: 52px;
  font-size: 56px;
  color: #ef7101;
  text-transform: uppercase; 
  text-align: center;
  width: 100%;
  font-weight: bold;
}
.overlays{
  padding: 30px 0px;
}
.overlays h4{
  font-weight: bold;
  font-size: 22px;
  color: #2e2d2d;
  margin:4px;
}
 .overlays p{
  font-size: 20px;
  vertical-align: middle;
  text-align: center;
 }
.overlays a{
  font-weight: bold;
  color: #ef7101;
}


.gallery-img { 
  position: relative;
  margin-bottom: 30px;
}
.gallery-img .carousel-indicators {
    bottom: 20px;
    position: initial;
    width: 100%;
    margin: 0px; 
}
.gallery-img .carousel-indicators li {
    display: inline-block;
    width: 195px;
    height: 125px;
    float: left;
    border-radius: 0;
    overflow: hidden;
    padding: 10px 0px 0px 10px;
    margin: 0px;
    border: none;
}
.gallery-img .carousel-indicators li img{
  min-height: 114px;
}
.gallery-img .carousel-inner>.item>img {
    line-height: 1;
    max-height: 511px;
    margin: auto;
}
.gallery-img .carousel-indicators li.active img, .gallery-img .carousel-indicators li img:hover{
    padding: 4px;
    background: #a3c5e8;
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.content .c-title{
  font-weight: bold;
  font-size: 23px;
  color: #ef7101;
}
.img-center{
  margin: auto;
}
.g-recaptcha{
  transform:scale(0.77);
  -webkit-transform:scale(0.77);
  transform-origin:0 0;
  -webkit-transform-origin:0 0;
}
 
form.contact h3{ 
  font-size: 33px;
  font-family: ;
  color: #19191a;
  text-transform: uppercase;
  text-align: center;
  margin: 40px 0px;
}
form.contact .form-control{
  min-height: 53px;
  box-shadow: none;
  border-color: #cccccc;
  color: #7a7a7a;
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
form.contact .input-group-addon{
  font-size: 20px;
  color: #454545;
  background: transparent;
  border-color: #cccccc;
  min-width: 61px;
}
form.contact textarea.form-control{
   height: 133px;
   resize: vertical;
}
form.contact .btn{ 
    font-size: 16px;
    color: #fff;
    background-color: #ef7101;
    padding: 10px 44px;
    box-shadow: none;
    outline: none;
    border: 2px solid #36461c;
}
form.contact .buttons {
    margin: 21px 0px;
    margin-right: -12px;
}
form.contact .form-group{
  margin-top: 15px;
  margin-bottom: 0px;
}
form.contact .error {
    color: red;
}