body, html {
    /*font-family: 'Open Sans', sans-serif;*/
    font-family: 'Lato', sans-serif;
    background: #fafafa;
    line-height: 1.8;
    font-size: 14px;
}

a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}
.logo{
	margin-left: 10%;
}
.Back{
	background: #fff;	
	color: #e77916;
}
.home h1 {
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif !important;
    color: #1b1c1e;
    font-weight: 400;
    position: relative;
    line-height: 1.3;

}    
.headline{
    
    width: 50%;
    height: 3px;
    background: #e4781d;
    padding: 0;
    margin: 0 auto;
    text-align: center;
    left: 0;
    right: 0;
}
.headline2{
    
    width: 20%;
    height: 3px;
    background: #e4781d;
    padding: 0;
    margin: 0 auto;
    text-align: center;
    left: 0;
    right: 0;
}
.top-details{
  background-color: #f07d00;
  padding: 5px;
  color: #fff;
  padding: 5px 45px 5px 0;
  text-align: right;
}
.top-details a{
  margin-left: 10px;
}
.z-indexx{
  z-index: -100000000000000000000000000000;
}  
.center-img{
    background: url(../images/Customer.jpg) fixed center center no-repeat;
}

.center-img1{
    background: url(../images/quality-1.jpg) fixed center center no-repeat;
}
.center-img2{
    background: url(../images/About.jpg) fixed center center no-repeat;
}
.center-img3{
    background: url(../images/contact.jpg) fixed center center no-repeat;
}
.center-img4{
    background: url(../images/enquiry.jpg) fixed center center no-repeat;
}
.center-img5{
    background: url(../images/fuel-injection-parts.jpg) fixed center center no-repeat;
}
.center-img6{
    background: url(../images/fuel-pump-parts.jpg) fixed center center no-repeat;
}
.center-img7{
    background: url(../images/stearing-parts.jpg) fixed center center no-repeat;
}
.center-img8{
    background: url(../images/engine-and-pump-parts.jpg) fixed center center no-repeat;
}
.center-img9{
    background: url(../images/Aerospace-parts.jpg) fixed center center no-repeat;
}
.center-img10{
    background: url(../images/machineries.jpg) fixed center center no-repeat;
}
.center-img, .center-img1, .center-img2,.center-img3,.center-img5,.center-img6, .center-img7, .center-img8, .center-img9,.center-img10{
    color: #fff !important;
    background-size: cover;
    -webkit-background-size: cover;
    padding: 10%; 
    font-size: 23px;
    text-align: center;
}    
.center-img4{
    color: #fff;
    background-size: cover;
    -webkit-background-size: cover;
    padding: 8%; 
    font-size: 23px;
    text-align: center;
}    
.center-img h2, .center-img1 h2, .center-img2 h2,.center-img3 h2,.center-img4 h2,.center-img5 h2,.center-img6 h2, .center-img7 h2, .center-img8 h2,.center-img9 h2,.center-img10 h2,.center-img11 h2{
    text-shadow: 3px 3px 3px #000;
    color: #fff;
}    
.new-right li a{
	border-bottom: 2px solid transparent;
  color: #fff !important;
  text-transform: uppercase;
}
.new-right li a:hover{
  background-color: #dee0e0 !important;
	border-bottom: 1px solid #f07d00;
  color: #000 !important;
}
.new-right li a .dropdown-content a:hover{
  color:#fff !important;
}
/*Form*/
.WinmachForm #contact input[type="text"],
.WinmachForm #contact input[type="email"],
.WinmachForm #contact input[type="tel"],
.WinmachForm #contact input[type="url"],
.WinmachForm #contact textarea,
.WinmachForm #contact button[type="submit"] {
  font: 400 12px/16px "Roboto", Helvetica, Arial, sans-serif;
}

.WinmachForm #contact {
  background: #F9F9F9;
  padding: 25px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

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

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

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

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

.WinmachForm #contact input[type="text"]:hover,
.WinmachForm #contact input[type="email"]:hover,
.WinmachForm #contact input[type="tel"]:hover,
.WinmachForm #contact input[type="url"]:hover,
.WinmachForm #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;
}

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

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

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

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

.WinmachForm #contact input:focus,
.WinmachForm #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;
}

/*End Form*/
.navbar {
    padding: 0px 0px;
    /*background-image: linear-gradient(to right, #898989 10%, #e77916 100%);*/
    /*background-color: #014590;*/
    border: none;
    border-radius: 0;
    margin-bottom: 4px !important;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}
.navbar-header{
	padding: 0 0 0 15px;
}
.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #f07d00;
}
.dropdown {
      position: relative;
      display: inline-block;
      z-index: 10000;
    }
.dropdown-content {
      display: none;
      position: absolute;
      /*background-image: linear-gradient(to right, #898989 70%, #898989 100%);*/
      background-color: #004e9e;
      min-width: 100%;
      color: #000 !important;
      box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.5);
      z-index: 10000;
      /*background-image: url(../images/pattern.png);*/
 }
.dropdown-content a {
    	color: black;
    	padding: 8px 16px;
    	width: 230px;
    	text-decoration: none;
      display: block;
      text-transform: uppercase;
 }
 .dropdown-content a:hover {background-color:#192635;color:#fff;/*border-bottom: 2px solid #fff !important;*/}
 .dropdown:hover .dropdown-content {display: block;}
 .dropdown:hover .dropbtn {background-color:#192635;color:#fff;/*border-bottom: 2px solid #fff !important;*/}

.dropdown1 {
      position: relative;
      display: inline-block;
    }
.dropdown-content1 {
      display: none;
      position: absolute;
      /*background-image: linear-gradient(to right, #898989 70%, #898989 100%);*/
      background-color: #004e9e;
      min-width: 100%;
      box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.5);
      z-index: 10000;
      /*background-image: url(../images/pattern.png);*/
 }
.dropdown-content1 a {
      color: black;
      padding: 8px 16px;
      width: 230px;
      text-decoration: none;
        display: block;
        text-transform: uppercase;
 }
 .dropdown-content1 a:hover {background-color: #192635;color: #fff;/*border-bottom: 2px solid #fff !important;*/}
 .dropdown1:hover .dropdown-content1 {display: block;}
 .dropdown1:hover .dropbtn {background-color: #192635;color: #fff;/*border-bottom: 2px solid #fff !important;*/}


.carousel-caption{
	color: #3c3e3b !important;
    text-shadow: 0 1px 2px #e4f02d !important;
}
.carousel-inner {
      
} 
.carousel-control{
	    color: #fff !important;
}
.glyphicon-chevron-left:before, .glyphicon-chevron-right:before{
      color: #000;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
.wrapper {
    /*display: flex;*/
    align-items: stretch;
    perspective: 1500px;
}
#sidebar{
  background-color: #054487 !important;
  border-right: 2px solid #e4781d;
  display: none;
  min-width: 250px;
  max-width: 250px;
  
  /*background-image: linear-gradient(to right, #898989 10%, #e77916 100%);*/
  color: #fff;
  transition: all 0.6s cubic-bezier(0.945, 0.020, 0.270, 0.665);
  transform-origin: bottom left;
}
.navbar-header{
  display: none;
}
.sidebar-header{
  text-align: center;
}  
#sidebar ul ul a{
  background-color: #e77916 !important; 
  
}
#sidebar ul ul a:hover{
  background-color: #fff !important;  
  color:  #f43429 !important;
}
#sidebar ul li.active > a, a[aria-expanded="true"]{
  color: #e77916 !important;
    background: #fff !important;
}
#sidebar.active {
    margin-left: -250px;
    transform: rotateY(100deg);
}

#sidebar .sidebar-header {
    padding: 5px;
    /*background: #6d7fcc;*/
     background-color: #e2e2e2 !important; 
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #47748b;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}
#sidebar ul li a:hover {
    color: #7386D5;
    background: #fff;
}

#sidebar ul li.active > a, a[aria-expanded="true"] {
    color: #fff;
    background: #6d7fcc;
}


a[data-toggle="collapse"] {
    position: relative;
}
a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
    content: '\e259';
    display: block;
    position: absolute;
    right: 20px;
    font-family: 'Glyphicons Halflings';
    font-size: 0.6em;
}
a[aria-expanded="true"]::before {
    content: '\e260';
}
a[data-toggle="collapse1"] {
    position: relative;
}
a[aria-expanded="false1"]::before, a[aria-expanded="true"]::before {
    content: '\e259';
    display: block;
    position: absolute;
    right: 20px;
    font-family: 'Glyphicons Halflings';
    font-size: 0.6em;
}
#sidebar ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article, a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}
.top-logo{
  /*background-color: #3e3f3f;*/
  padding: 15px;
}
.top-left{
  text-align: left;
}
.top-center{
  text-align: center;
}
.top-right{
  text-align: right;
}
.ENQUIRY{
	padding: 6px;
	color: #fff;
    font-size: 17px;
	background: #f43429;
    background-image: -ms-linear-gradient(left, #898989 0%, #f43429 100%);
    background-image: -moz-linear-gradient(left, #898989 0%, #f43429 100%);
    background-image: -o-linear-gradient(left, #898989 0%, #f43429 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #898989), color-stop(100, #BF0202));
    background-image: -webkit-linear-gradient(left, #898989 0%, #f43429 100%);
    background-image: linear-gradient(to right, #898989 0%, #f43429 100%);
}
.ENQUIRY .button {
	border-radius: 6px;
    background-color: #283595;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 18px;
    padding: 6px;
    width: 200px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;
}

.ENQUIRY .button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.ENQUIRY .button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.ENQUIRY .button:hover span {
  padding-right: 25px;
}

.ENQUIRY .button:hover span:after {
  opacity: 1;
  right: 0;
}
.all-con {
    padding: 35px 40px;
    line-height: 27px;
}
h2{
  color: #ff7a00;
}
.all-con .col-sm-12{
    padding: 10px 0 0 26px;
}
.Center_radius{
  padding: 10px;
  border-top-left-radius: 80px;
  border-bottom-right-radius: 80px;
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
  height: auto;
  -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
  box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);  
}  
.CUSTOMERS{
  float:left;
  height: auto;
  padding: 10px;
}
.CUSTOMERS img{
  width: 200px;
  height: 150px;
  margin-left:5%;
}
/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
    min-height: 100vh;
    transition: all 0.3s;
}
.navbar-header h4{
  text-align: center !important;
  color: #fff;
 } 
#sidebarCollapse {
    width: 40px;
    height: 40px;
    background: #f5f5f5;
    float: left;
}
#sidebarCollapse span {
    width: 80%;
    height: 2px;
    margin: 0 auto;
    display: block;
    background: #555;
    transition: all 0.8s cubic-bezier(0.810, -0.330, 0.345, 1.375);
    transition-delay: 0.2s;
}

#sidebarCollapse span:first-of-type {
    transform: rotate(45deg) translate(2px, 2px);
}
#sidebarCollapse span:nth-of-type(2) {
    opacity: 0;
}
#sidebarCollapse span:last-of-type {
    transform: rotate(-45deg) translate(1px, -1px);
}


#sidebarCollapse.active span {
    transform: none;
    opacity: 1;
    margin: 5px auto;
}



.ftr_social {
    width: 100%;
    float: left;
    margin: 20px 0px 0px;
    padding: 0px;
}
.ftr_social a {
    margin-right: 10px;
    float:left;
}
.ftr_social a i {
    color: #fff;
    width:37px;
    height: 37px;
    border: 1px solid #fff;
    border-radius: 28px;
    text-align: center;
    line-height: 37px;
    font-weight: 600;
    font-size: 15px;
}
.ftr_social a i:hover {
    color: #ff7a00;
    border: 1px solid #fff;
    transform: rotateY(30deg);
}

.ftr_social1 {
    width: 100%;
    float: left;
    margin: 20px 0px 0px;
    padding: 0px;
}
.ftr_social1 a {
    margin-right: 10px;
    float:left;
}
.ftr_social1 a i {
    color: #ff7a00;
    width:37px;
    height: 37px;
    border: 1px solid #000;
    border-radius: 28px;
    text-align: center;
    line-height: 37px;
    font-weight: 600;
    font-size: 15px;
}
.ftr_social1 a i:hover {
    color: #ff7a00;
    border: 1px solid #ff7a00;
    transform: rotateY(30deg);
}

.footer {
  display: flex;
  flex-flow: row wrap;
  padding: 30px 30px 20px 30px;
  color: #fff;
  font-size: 13px;
  background-color: #232d38;
  border-top: 1px solid #e5e5e5;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.footer > * {
  flex:  1 100%;
}

.footer__addr {
  /*margin-right: 1.25em;*/
  margin-right: 0;
  margin-bottom: 2em;
  font-weight: normal;
}

.footer__logo {
  font-size: 20px;
}
.footer__addr h2 {
    margin-top: 1.3em;
    font-size: 20px;
    font-weight: 400;
    padding: 5px;
    color: #ff7a00;
    display: grid;
    align-items: center;
    text-align: center;
    grid-template-columns: minmax(20px, 1fr) auto minmax(20px, 1fr);
    grid-gap: 10px;
}

.footer__addr  h2:before,
.footer__addr  h2:after {
    content: '';
    border-top: 2px solid #fff;
}

.nav__title {
  color: #ff7a00;  
  font-weight: 400;
  font-size: 15px;
  border-bottom: 2px solid #fff;
  padding: 5px;
}

 .addresss  tr td{
  line-height: 40px;
    padding-left: 15px;
    margin-bottom: 0 !important;
    padding-top: 0px;
    font-size: 17px;
    color: #000 !important;
}

.footer .address tr td {
  line-height: 30px;
  padding-left: 13px;
  margin-bottom: 0 !important;
  padding-top:10px;
  font-size: 13px;
  color: #dcdcdc !important;
}

.footer__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  max-width: max-content;
  background-color: rgb(33, 33, 33, 0.07);
  border-radius: 100px;
  color: #2f2f2f;
  line-height: 0;
  margin: 0.6em 0;
  font-size: 1rem;
  padding: 0 1.3em;
}

.footer ul {
  list-style: none;
  padding-left: 5px;
}

.footer li {
  line-height: 2.5em;
}

.footer a {
  text-decoration: none;
}

.footer__nav {
  display: flex;
    flex-flow: row wrap;
}

.footer__nav > * {
  flex: 1 50%;
  margin-right: 1.25em;
}

.nav__ul a {
  color: #dcdcdc;
}
.nav__ul a:hover{
	color: #ff7a00;
}
.nav__ul a b{
	color: #ff7a00;	
}
.nav__ul--extra {
  column-count: 2;
  column-gap: 1.25em;
}

.legal {
  display: flex;
  flex-wrap: wrap;
  color: #999;
}
  
.legal__links {
  display: flex;
  align-items: center;
}

.heart {
  color: #2f2f2f;
}
.footer-vinkarr{
	padding: 8px 0 0 0;
}	
.footer-vinkarr a{
    color: #ff7a00;
    font-weight: 700;
}
.footer-vinkarr a:hover{
    color: #06428b;
}
.go_top {
 display: none;
 line-height:19px;
 cursor:pointer;
 width:36px;
 background:#e47b23;
 color:#fff;
 position:fixed;
 -webkit-box-shadow:0 4px 4px rgba(0,0,0,.1);
 box-shadow:0 4px 4px rgba(0,0,0,.1);
 -webkit-border-radius:50%;
 border-radius:50%;
 right:-webkit-calc((100% - 1140px)/ 2);
 right:calc((100% - 1140px)/ 2);
 z-index:1000000000000;
bottom: 5em;
right: 2em;
 text-align:center
}
.go_top span {
 display:inline-block
}
@media screen and (min-width: 24.375em) {
  .legal .legal__links {
    margin-left: auto;
  }
}

@media screen and (min-width: 40.375em) {
  .footer__nav > * {
    flex: 2;
  }
  
  .nav__item--extra {
    flex-grow: 2;
  }
  
  .footer__addr {
    flex: 1 0px;
  }
  
  .footer__nav {
    flex: 1 0px;
  }
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 1200px) {
  .all-con .col-sm-12{
      padding: 26px 0 0 0;
  }    
}

@media (max-width: 768px) {
  .top-left, .top-center, .top-right{
      text-align: center;
    }  
  .wrapper {
    display: flex;
  }  
  #sidebar {
        margin-left: -250px;
        transform: rotateY(90deg);
        display: block;
    }
  .navbar-header{
	display: block;
	}
    #sidebar.active {
        margin-left: 0;
        transform: none;
    }
    #sidebarCollapse span:first-of-type,
    #sidebarCollapse span:nth-of-type(2),
    #sidebarCollapse span:last-of-type {
        transform: none;
        opacity: 1;
        margin: 5px auto;
    }
    #sidebarCollapse.active span {
        margin: 0 auto;
    }
    #sidebarCollapse.active span:first-of-type {
        transform: rotate(45deg) translate(2px, 2px);
    }
    #sidebarCollapse.active span:nth-of-type(2) {
        opacity: 0;
    }
    #sidebarCollapse.active span:last-of-type {
        transform: rotate(-45deg) translate(1px, -1px);
    }

}

@media (max-width: 600px) {
	.top-logo img{
		max-width: 100%;
    margin: 0 0 0 0;
	}
  .top{
    margin-left: 0%;
  }
}	

@media (max-width: 600px) {
  .top-details{
      text-align: center;
   }
}    