
/* ==========================================================================
	Reset
========================================================================== */
body{
    position: relative;
    font-family: 'Roboto', sans-serif;
}
.navbar-brand {
    padding-top: 15px;
}

div{
    box-sizing: border-box;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #000;
}
.navbar-toggle .icon-bar {
    display: block;
    height: 3px;
    width: 26px;
}
.navbar-default .navbar-toggle {
    border-color: transparent;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover{
    border-color: transparent;
}
.fa-chevron-right {
    margin-left: 15px;
}

.fa-chevron-right::before {
    content: "";
    font-size: 1.2rem;
}


.max-width{
max-width: 1400px;
margin: 0 auto;
padding: auto 30px;
width: 80%;
}

.max-width-900 {    
    margin: 0 auto;
    max-width: 900px;
    padding: 15px;
}

.padding-15{
    padding: 15px;   
    overflow: hidden;
}
.padding-60{
    padding: 60px 15px;   
    overflow: hidden;
}
.spacer-30 {
    margin: 30px auto;
    overflow: hidden;
}
.spacer-15 {
    margin: 15px auto;
    overflow: hidden;
}


.bold{
	font-weight:700;
}

ul {
  list-style-type: none;
    padding-left: 15px;
}
p {
    font-size: 1.8rem;
    line-height: 1.5;
    margin-top: 10px;
    text-align: justify;
}

h1 {
    font-size: 6.5rem;
}
h2 {
    font-size: 3.9rem;
}

img{
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}



img:hover {
  opacity: 0.7;
}
.navbar-brand img:hover{
  opacity: 100;
}
#captcha_code {
    margin-top: 24px;
    text-align: center;
    width: auto;
}
.navbar-brand {
    float: left;
    font-size: 18px;
    height:60px;

}
.logo-img {
    width: 100%;
}

footer p {
    font-size: 1.5rem;
    padding-top: 6px;
    text-align: center;
}
/* ==========================================================================
	$Header
========================================================================== */
#header {
  width: 100%;
  z-index: 999;
  position: relative; 
}

/* ==========================================================================
	$Navbar
========================================================================== */
#home-nav .navbar-default {
    background-color: transparent;
    border-color: transparent;
}

#inner-nav .navbar-default {
    background-color: #000;
    border-color: transparent;
}

.navbar-nav{
    margin-top: 15px;
}

.navbar-header {
    min-height: 95px;
}
.navbar {
    margin: 0px auto;
    min-height: 50px;
    border-radius: 0px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background-color: transparent;
    border-radius: 10px;
    color: #fbf56d;
    width: auto;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background-color: #084FA3;
    border: 2px solid #ededed;
    color: #ededed;
}

.navbar-toggle {
    margin-top: 35px;
}

.navbar-default .navbar-nav > li > a, .dropdown-menu > li > a {
    color: #fff;
    font-size: 1.8rem;
}


.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #fcd37b;
}

.sub-links {
    border-bottom: 2px solid #ededed;
}

.nav.navbar-nav.navbar-sub-right li a {
    background-color: #0B95DE;
    border: 2px solid #ededed;
    border-radius: 5px;
    color: #ededed;
    font-size: 1.8rem;
    margin-right: 12px;
    margin-top: 0;
    margin-bottom: 0px;
    transition: all .5s ease 0s;
}

.navbar-sub-right a {
    background-color: #0B95DE;
    border: 2px solid #ededed;
    border-radius: 5px;
    color: #ededed;
    font-size: 1.8rem;
    margin-right: 12px;
    margin-top: 0;
    margin-bottom: 10px;
    transition: all .5s ease 0s;
}

.nav.navbar-nav.navbar-sub-right {
    position: absolute;
    right: 17.8%;
    top: 45%;
}

.navbar-nav > li > a {
    padding-bottom: 8px;
    padding-top: 8px;
}
.nav.navbar-nav.navbar-sub-right li a:hover {
    background-color: #084FA3;
    border: 2px solid #ededed;
    color: #ededed;
}
.dropdown-menu {
    background-color: #084fa3;
    color: #fff;
}
.navbar-1{
    display: none;
}
/*mobile*/

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover{
    color: #fcd37b;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #605f5f;
}
.navbar-collapse {
    padding-left: 0px;
    padding-right: 0px;
}

#dropdown-menu-2 li a {
    background-color: transparent;
    border: none;
    color: #fff;
    font-size: 1.7rem;
    margin: 15px auto;
    text-align: center;
    width: 90%;
}
#dropdown-menu-2 {
    border-radius: 5px;
    min-width: 175px;
}
#dropdown-menu-3 {
    border-radius: 5px;
    min-width: 200px;
    text-align: center;
}
#dropdown-menu-2 > li:hover {
    background-color: #0B95DE;
    color: #fff;
}
#dropdown-menu-3 > li:hover {
    background-color: #0B95DE;
    color: #fff;
}



.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
}
.gear-box-title {
    flex: 1 1 auto;
    text-align: center;
}

.download-link {
    align-items: baseline;
    display: flex;
    justify-content: space-between;
}

.pdf-download {
    align-items: center;
    color: #313131;
    display: flex;
    font-size: 1.6rem;
}

.pdf-download > img {
    margin-right: 10px;
    width: 32px !important;
}

.pdf-download.pdf-right {
    position: absolute;
    right: 25px;
    top: 80px;
    z-index: 10;
}



.text_align{
    text-align: left;
}

/* ==========================================================================
	Banner
========================================================================== */

.home-banner {
   background-image: url(../images/1.jpg);
   background-color:#ededed;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 700px;
    position: relative;
    z-index: 1;
}

.about-banner {
   background-image: url(../images/about-banner.jpg);
   background-color:#ededed;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 700px;
    position: relative;
    z-index: 1;
}

.product-banner {
   background-image: url(../images/about-banner.jpg);
   background-color:#ededed;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 700px;
    position: relative;
    z-index: 1;
}

.ashoke-banner {
   background-color:#4887D4;
    min-height: 125px;
    position: relative;
    z-index: 1;
}
.marine-banner {
   background-color:#4887D4;
    min-height: 125px;
    position: relative;
    z-index: 1;
}

.service-banner {
   background-image: url(../images/service-banner.jpg);
   background-color:#ededed;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 700px;
    position: relative;
    z-index: 1;
}
.contact-banner {
   background-image: url(../images/5.jpg);
   background-color:#ededed;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 700px;
    position: relative;
    z-index: 1;
}
.banner-text {
    background-color: rgba(255, 255, 255, 0.45);
    color: #07166d;
    left: 10%;
    padding: 10px 20px;
    position: absolute;
    top: 50%;
}

.about-banner-text{
   top: 65%; 
}
.projected {
    font-size: 6.5rem;
    font-weight: 700;
    color: #07166d;
}

.manging-director-name {
    font-size: 2.2rem;
}

/* <!-- contact page
================================================== --> */
#contact-page {
    padding-top: 50px;
}
.read-more {
    background-color: #0b95de;
    color: #ededed;
    float: right;
    font-size: 1.8rem;
    padding: 10px 20px;
    margin-bottom: 25px;
    transition: all .5s ease 0s;
}

.contact-details {
    border-bottom: 1px dashed;
    margin-bottom: 50px;
    overflow: hidden;
}
.contact-details p {
    margin-bottom: 20px;
}

.read-more:hover {
    background-color: #084FA3;
    color: #ededed;
}
.about-text > a {
    text-decoration: none;
}
.border-bottom{
    border-bottom: 1px dotted #313131;
    margin: 0 auto;
    max-width: 1400px;
}
}
.contact-num{
    font-size: 14px;
    color: #2d3033;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 2;
}
#contact-page {
    min-height: 550px;
}

.demoInputBox {
    width: 100%;
}
input, select, textarea {
    border: 1px solid #959595;
    border-radius: 4px;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin-bottom: 15px;
    padding: 5px;
    width: 100%;
}

.btnAction {
    background-color: #0b95de;
    border: medium none;
    border-radius: 6px;
    color: #ededed;
    font-size: 1.8rem;
    font-weight: bold;
    padding: 8px;
    width: 120px;
    margin-bottom: 20px;
    transition: all .5s ease 0s;
}

.btnAction:hover {
    background-color: #084FA3;
}

.home-sub-heading {
    margin-bottom: 30px;
    text-align: center;
    color: #0951A0;
}

/* <!-- about page
================================================== --> */

.mission ul {
    font-size: 2rem;
    list-style-type: square;
}

.mission li {
    margin-top: 20px;
    padding-left: 10px;
}
.special-font {
    color: #0b95de;
    font-style: italic;
    font-weight: 500;
}
.about-wrap img {
    border: 4px solid #0951A0;
}
.services-wrap img{
    border: 4px solid #0951A0;
}
.service-spares {
    line-height: 2;
    text-align: center;
}
.vision{
    margin-bottom: 50px;
}
.vision p{
    text-align: center;
}

.vision-img img{
    width: 50%;
    margin: 0px auto;
    border: 4px solid #0951a0;
}
/* <!-- ashoke-leyland
================================================== --> */

.ashoke-laylan-engine-specification table, td, th {
    border: 1px solid black;
    height: 50px;
    padding: 8px;
    font-size: 1.75rem;
}

.ashoke-laylan-engine-specification table,th{
    background-color: #084FA3;
    color: #fff;
}
tr{
    color: #313131;
}

.ashoke-laylan-engine-specification table {
    border-collapse: collapse;
    width: 95%;
    margin-top: 25px;
    margin-bottom: 50px;
}

.ashoke-laylan-engine-specification td {
    height: 50px;
    background-color: #fff;
}

.ashoke-laylan-engine-specification td:hover {
    background-color: #ceecff;
}

.ashoke-laylan-engine-specification th:hover {
    background-color: #2e6bb2;
}

.border-top{
    border-top: 1px solid #313131;
    margin-bottom: 10px;
    margin-top: 10px;
}



/* <!-- gear-box-
================================================== --> */

.gear-box-title{
    text-align: center;
}
.gear-box-item-title {
    background-color: #0b95de;
    color: #ededed;
    padding-bottom: 5px;
    padding-top: 5px;
    text-align: center;
    width: 100%;
}
.gear-box-1 {
    border: 1px solid #a0a0a0;
    height: auto;
    margin-bottom: 30px;
    z-index: -1;
}
.gear-box-1:hover {
    -webkit-box-shadow: 0 0 4px 4px rgba(71, 71, 71, 0.20);
    box-shadow: 0 0 4px 4px rgba(71, 71, 71, 0.20);
}
.mfp-container::before {
    content: "";
    vertical-align: top;
}
/* <!-- service page
================================================== --> */

.services-item ul {
    font-size: 1.85rem;
    list-style-type: square;
}
.services-item li {
    margin-top: 20px;
    padding-left: 10px;
}

.footer-contant{
    height: 40px;
    background-color: #313131;
}

footer {
    text-align: center;
    color: #ededed;
}

@media (max-width: 1103px) {
.nav.navbar-nav.navbar-sub-right {
    position: absolute;
    right: 22.5%;
    top: 96%;
}
}

@media (max-width: 992px) {
 
.nav.navbar-nav.navbar-right {
    margin: 0 auto;
    text-align: left;
    width: 100%;
}
.nav.navbar-nav.navbar-sub-right {
    float: left;
}
.nav.navbar-nav.navbar-sub-right {
    left: 18%;
    position: absolute;
    right: 0;
    top: 95%;
}
}

@media (max-width: 767px) {
    
h1 {
    font-size: 5rem;
}
h2 {
    font-size: 3.4rem;
}
.fa-chevron-right {
    display: none;
    color: #beccd9;
    }
.navbar-header {
    min-height: 0px;
}
.marine-banner {
    min-height: 0px;
}

.dropdown-hg {
    padding-left: 20px;
}
#dropdown-menu-2 li a {
    text-align: left;
}
    
/*
object {
    height: 500px;
}
*/
    
    .ashoke-banner{
        min-height: 0px;
    }
    
.dropdown-hg a{
    background-color:transparent;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #0b95de;
    }
    
    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #084FA3;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #084FA3;
}
.navbar-nav .open .dropdown-menu {
    background-color: transparent;
    border-radius: 0px;
}
#dropdown-menu-2 {
    border-radius: 0px;
    min-width: 175px;
}
#dropdown-menu-3 {
    border-radius: 0px;
}
#dropdown-menu-2 > li:hover {
    background-color: transparent;
}
#dropdown-menu-3 > li:hover {
    background-color: transparent;
}
#dropdown-menu-2 li a {
    margin-top:-10px;
}
#dropdown-menu-3 {
    padding-left: 20px;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background-color:transparent;
    border: none;
    color: #084fa3;
}
#dropdown-menu-2 li a{
    color: #000;
}
#dropdown-menu-2 li a:hover{
     color: #084FA3;
}

    

.navbar-sub-right {
    float: left;
    margin-top: 0;
}
    
#header > div {
    background-color: #BECCD9;
padding-bottom: 10px;
}
    
.nav.navbar-nav.navbar-sub-right {
    left: 0;
    right: 0;
    top: 125%;
    width: 60%;
} 
.banner-text {
    width: 80%;
    top: 30%;
}
    
.navbar-nav {
    margin: 0 0 19px;
}
    
.navbar-1{
    display: block;
}
    
 .navbar-2{
     display: none;
 }
    
.nav.navbar-nav.navbar-right {
    margin: 0 auto;
    width: 100%;
    text-align: left;
    
}
.navbar-default .navbar-nav > li > a, .dropdown-menu > li > a {
    background-color: transparent;
    color: #313131;
    font-size: 1.8rem;
}
.nav.navbar-nav.navbar-sub-right li a {
    font-size: 1.7rem;
    margin-right: 0px;
}
.nav.navbar-nav.navbar-sub-right {
    width: 80%;
}
.navbar-brand {
    padding-top: 5px;
    margin-bottom: 20px;
}
.vision-img img {
    width: 80%;
}

}

@media (max-width: 576px) {
    
    
.download-link {
    align-items: center;
    flex-direction: column;
}
.pdf-download {
    padding-bottom: 10px;
}
 
.nav.navbar-nav.navbar-sub-right {
    left: 0;
    right: 0;
    top: 125%;
    width: 100%;
} 
embed {
    height: 600px;
}
    .nav.navbar-nav.navbar-sub-right li a {
        margin-right: 0px;
    }

.navbar-toggle {
    margin-top: 20px;
}
.navbar-brand {
    padding-top: 5px;
}  
object {
    height: 400px;
}
  
}

@media (max-width: 434px) {
    
.navbar-brand {
    padding-top: 5px;
    margin-bottom: 5px;
}
.logo-img {
    width: 100%;
}

.navbar-brand {
    width: 75%;
}
.navbar-toggle {
    margin-right: 0px;
}
.footer-contant {
    background-color: #313131;
    height: 60px;
}

}

.error{
color:#a8330e !important;
text-align: left;
}

.success{
color:#0c751b !important;
text-align: left;
}