body { text-align:justify;
      font: 400 15px Lato, sans-serif;
      line-height: 1.2;
      color: #333; background:#071429;
  }
  h2 {
      font-size: 24px;
      text-transform: uppercase;
      color: #303030;
      font-weight: 600;
      margin-bottom: 30px;
  }
  h3 { color:#1a3346; border-bottom:3PX double #1a3346;}
  h4 {
      font-size: 19px;
      line-height: 1.1em;
      color: #303030;
      font-weight: 400;
      margin-bottom: 10px;
  }  
  .jumbotron {
      background-color: #f4511e;
      color: #fff;
      padding: 20px 25px;
      font-family: Montserrat, sans-serif;
  }
  .container-fluid {
      padding: 10px 20px 20px !important; margin:0px;
  }
  .bg-grey {
      background-color: #f6f6f6;
  }
  .bgwhite { background:#FFF; border-bottom-left-radius:100px; border-top-right-radius:100px; border:1px solid #e9e8e8; padding:0px 25px 25px; margin-bottom:10px;}
  .logo-small {
      color: #f4511e;
      font-size: 50px;
  }
  .logo {
      color: #f4511e;
      font-size: 200px;
  }
  .thumbnail {
      padding: 0 0 15px 0;
      border: none;
      border-radius: 0;
  }
  .thumbnail img {
      width: 100%;
      height: 100%;
      margin-bottom: 10px;
  }
 
  .carousel-control.right, .carousel-control.left {
      background-image: none; 
      color: #1a3346;
  }
  .carousel { margin-top:90px !important;border-top:3px double #1a3346;border-bottom:3px double #1a3346;}
   .product { margin:10px 0px !important; }
   .product p strong { color:#0c2335;}
 .product img { box-shadow:0px 2px 2px #999 ; margin-bottom:10px; padding:1px; border:2px solid #999; transition-property: background, border-radius;
  transition-duration: 1s;
  transition-timing-function: linear;}
 .product h4 { color:#1a3346; }
  .product img:hover { border-radius:50px; padding:2px; border:1px dashed #999;}
  .carousel-indicators li {
      border-color: #FFF;
  }
  .btn-default { border:1px solid #1a3346;}
  .btn-default:hover { color:#FFF; background:#3e7fb1;}
  .carousel-indicators li.active {
      background-color: #050a1a;
  }
  
  .carousel-inner img {
      width: 100%; /* Set width to 100% */
      margin:0px;
      min-height:200px;
  }
  .carousel-caption h3 { border:none !important; margin:0px 0 10px ; color:#734049;}
.carousel-caption p { margin:0px 0 10px !important;}
  /* Hide the carousel text when the screen is less than 600 pixels wide */
  @media (max-width: 600px) {
    .carousel-caption {
      display: none; color:#333;
    }
	 .carousel-caption { color:#333;}
  }
  .item h4 {
      font-size: 19px;
      line-height: 1.375em;
      font-weight: 400;
      font-style: italic;
      margin: 70px 0;
  }
  .item span {
      font-style: normal;
  }
  .panel {
      border: 1px solid #1a3346; margin-top:10px;
      border-radius:0 !important;
      transition: box-shadow 0.5s;
  } .img { float:right; margin:0px 0 0 10px; padding:0px; border: 1px solid #1a3346;}
  .panel-body img { float:right; margin:0px 0 0 10px; border: 1px solid #1a3346;}
  .panel:hover {
      box-shadow: 5px 0px 40px rgba(0,0,0, .2);}
  td { border:none; padding:5px 4px; text-align:left;}
  table { margin:10px 0 20px;}
  .panel-footer .btn:hover {
      border: 1px solid #f4511e;
      background-color: #fff !important;
      color: #f4511e;
  }
  .panel-heading {
      color: #fff !important;
      background-color: #1a3346 !important;
      padding: 10px;
      border-bottom: 1px solid transparent;
      border-top-left-radius: 0px;
      border-top-right-radius: 0px;
      border-bottom-left-radius: 0px;
      border-bottom-right-radius: 0px;
  }
  .panel-heading h2 { color:#FFF; margin:0px;}
  .panel-footer {
      background-color: white !important;
  }
  .panel-footer h3 {
      font-size: 32px;
  }
  .panel-footer h4 {
      color: #aaa;
      font-size: 14px;
  }
  .panel-footer .btn {
      margin: 15px 0;
      background-color: #f4511e;
      color: #fff;
  }.navbar-nav { margin-top:15px;}
  .navbar {
      margin-bottom: 0; padding:5px 0px;
      background-color: #3e7fb1;
     
      border: 0;
      font-size: 13px !important;
      line-height: 1.1 !important;
    
      border-radius: 0;
      font-family: Montserrat, sans-serif;
  }
  .navbar li a, .navbar .navbar-brand {
      color: #fff !important;
  }
  .navbar-nav li a:hover, .navbar-nav li a.active  {
      color: #1a3346 !important;
      background-color: #fff !important;
  }
  .navbar-default .navbar-toggle {
      border-color: transparent;
      color: #fff !important;
  }

  .slideanim {visibility:visible; }
  .slide {
      animation-name: slide; margin-top:0px; 
      -webkit-animation-name: slide;
      animation-duration: 1s;
      -webkit-animation-duration: 1s;
      visibility: visible;
  }
  @keyframes slide {
    0% {
      opacity: 0;
      transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      transform: translateY(0%);
    }
  }
  @-webkit-keyframes slide {
    0% {
      opacity: 0;
      -webkit-transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      -webkit-transform: translateY(0%);
    }
  }
  @media screen and (max-width: 768px) {
    .col-sm-4 {
      text-align: center;
      margin: 25px 0;
    }
    .btn-lg {
        width: 100%;
        margin-bottom: 15px;
    }
  }
  @media screen and (max-width: 480px) {
    .logo {
        font-size: 150px;
    }
  } .carousel-inner img {
      width: 100%; /* Set width to 100% */
      margin: auto;
      min-height:200px;
  }

  /* Hide the carousel text when the screen is less than 600 pixels wide */
  @media (max-width: 600px) {
    .carousel-caption {
      display: none; color:#333;
    }
	 .carousel-caption { color:#333;}
  }footer {
      background: #050a1a !important; padding:0px 0px !important; ;
    
    }
	 foot-main{float:left; Width:99%; Height:auto;  text-decoration:none; line-Height: 20px;margin:10px 0px 0 0px !important;}
.foot-main img { float:right; margin:8px 0px 8px 0;  }

.foot-main p { color:#fff;   font-size:14px ; opacity:100% !important; float:left; text-align:left; margin:24px 0 0 0px !important;}
#contact {
	margin:0px 0px 0px 30px; 
	padding:0px 0px 0px 0px;
}
#contact a {
	color:#666;
}

#contact h3 {
	Height: auto;
	 text-align:center; width:97%;
	
	margin:5px 0px 15px 15px;
	background: none;
	padding:0px 0px 0px 0px; border:none;
	text-align:left;color:#333 !important; text-decoration:underline;
	font-size:18px;
	font-weight:bold;
}

#contact p a{
font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	Width:auto; text-decoration:none;

	margin:0px 0px 0px 2px;
}
#contact p { line-height:25px; margin-left:20px; width:97%;}
#contact p a:hover{ text-decoration:underline; color:#1a3346;}
#contact p b {
	font-size:14px;
	color:#333;
	font-weight:bold;

	margin:10px 0px 0px 0px;
}
.gap { width:100%; margin:0px; padding:0px; height:5px;}

.button {
	height:28px;
	width:80px;
	border:none;
	cursor:pointer;
	color:#FFFFFF !important;
	font-family: Arial!important;
	border:1px solid #FFFFFF;
	font-weight:bold;
	box-shadow: 0px 3px 0px #262f34 !important;
	-moz-box-shadow: 0px 3px 0px #262f34 !important;
	-webkit-box-shadow: 0px 3px 0px #262f34 !important;
	float:right !important;
	margin-top:8px !important;
	margin-right:15px !important;background:#1a3346 !important;	

}
.button:hover {
background:#050a1a !important;
}

.form-group { width:100%; float:left;}
.form-horizontal { width:100%; float:left;}
.enquiry_form { margin-top:20px; float:left;}