body{
  font-family: 'Humanst', sans-serif;
  font-size: 14px;
  overflow-x: hidden;
  margin: 0px;
  padding: 0px;
}
a, button{
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;

}
a{
  color: #ea7c23;
}
a:hover, a:focus{
  color: #065e91;
  text-decoration: none;
}


/*Banner*/

#banner .flex-viewport, #banner ul.slides{
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  border: 0px;
}
#banner{
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  border: 0px;
  overflow: hidden;
  padding-top: 50px;
  z-index: 10;
}
#banner ul.slides li{
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  border: 0px;
  position: relative;
}

#banner .slider-caption{
  position: absolute;
  right: 0;
  left: 0px;
  bottom: 0px;
 /* max-width: 350px;*/
  color: #fff;
  background: rgba(0,0,0,0.5);
  padding-left: 200px;
  overflow: hidden;
}
#banner .slider-caption h2{
  font-weight: bold;
  font-size: 40px;
  line-height: 50px;
}

#banner .slider-caption .brandLogo{
  float: left;
  width: 45%;
  padding: 0px 10px;/* change by amit ---- */ 
}
#banner .slider-caption .brandLogo img{
  width: auto;
  max-width: 350px;
}
#banner .slider-caption .brandCopy{
  float: right;
  width: 45%;
  padding: 20px 20px 5px;/* change by amit ---- */ 
  text-align: right;
}
#banner .slider-caption .brandCopy p{
  font-size: 22px;
  font-weight: 600;
}

.topSection{
  background: #fff;
  height: 30px;

}


.mainBodySection{
  position: absolute;
  width: 100%;
  height: 100%;
  /*background: rgba(255,0,255,0.4);*/
}

.menuSection{
  background: url(../images/patern.png) repeat #fff;
  border-bottom: 10px solid  #05509f;
  padding-left: 350px;
  position: relative;
  z-index: 12;

}
.menuSection ul{
  list-style-type: none;
  display: block;
  padding: 0px;
  margin: 0px;
}
.menuSection ul li{
  display: inline-block;
  position: relative;
  list-style-type: none;
}
.menuSection ul li a{
  display: block;
  color: #5e5f5e;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 15px 30px;
  letter-spacing: 3px;
}
.menuSection ul li.focus>a, .menuSection ul li a:hover, .menuSection ul li:hover>a{
  background: #004e9c; 
background: -webkit-linear-gradient(315deg, #004e9c 0%,#00397a 100%); 
background: -o-linear-gradient(315deg, #004e9c 0%,#00397a 100%); 
background: linear-gradient(135deg, #004e9c 0%,#00397a 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004e9c', endColorstr='#00397a',GradientType=1 ); 
color: #fff;
}

.menuSection ul li ul{
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    -webkit-box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
            box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 5px 10px;
    min-width: 280px;
    
}
.menuSection ul li ul li{
  display: block;
  float: none;

}
.menuSection ul li ul li a{
  padding: 10px 20px; font-size:13px;
}
.menuSection ul li:hover ul{
  display: block;
}

.leftSection{
  height: 100%;
  position: absolute;
  width: 350px;
  
  z-index: 13;
  top: 0px;
  -webkit-transform: skew(-16deg);
  -ms-transform: skew(-16deg);
  transform: skew(-16deg);
  margin-left: -150px;
  overflow: hidden;
}
.leftSectionInner{
  background: url(../images/patern.png) repeat #fff;
  height: 100%;
  position: absolute;
  width: 800px;
  -webkit-transform: skew(16deg);
  -ms-transform: skew(16deg); 
  transform: skew(16deg);  
}
/*.leftSectionInner .logo{
  margin-left: 200px;
  margin-top: 20px;
}*/
 .logo{
  position: absolute;
  left: 20px;
  top: 20px;
 }
 .logo img{
  max-width: 180px;
}

.logo a{
  position: relative;
  z-index: 100;
  display: block;
}
.leftSectionShade{
  background: #c4c5c7;
  width: 420px;
  height: 100%;
  position: absolute;
  z-index: 11;
  top: 0px;
  -webkit-transform: skew(-16deg);
  -ms-transform: skew(-16deg); 
  transform: skew(-16deg);
  margin-left: -150px;
}
.leftSectionfill{
  background: url(../images/patern.png) repeat #fff;
  height: 50%;
  position: absolute;
  width: 50px;
  top: 0px;
  z-index: 12;
}
.linksSection{
  height: 100%;
  position: absolute;
  width: 350px;
  top: 0px;
  -webkit-transform: skew(-16deg);
  -ms-transform: skew(-16deg);
  transform: skew(-16deg);
  margin-left: -150px;
  z-index: 13;

}
.linksSection ul{
  list-style-type: none;
  float: right;
  margin-right: -50px;
  margin-top: 80%;
}
.linksSection ul li{
  width: 100px;
  height: 100px;
  background: #05509f;
  border-radius: 50%;
  -webkit-transform: skew(16deg);
  -ms-transform: skew(16deg);
  transform: skew(16deg); 
  margin-bottom: 20px;

}
.linksSection ul li.flex-active{
  background: #ea2227;
}
.linksSection ul li a{
  color: #fff;
  display: block;
  text-align: center;
  width: 100px;
  height: 100px;
  font-size: 16px;
  padding: 24px 5px;
}

/*Fashion styles*/

.fashion{
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  border: 0px;
  position: absolute;
  padding-top: 50px;
  overflow-x: hidden;
  overflow-y: scroll;
  z-index: 10;
}

.fashion .fashionUpper{
  border-bottom: 20px solid #fff;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 80%;

}
.fashion .fashionUpper .fashionUpperLeft{
  width: 18%;
  border-right: 20px solid #fff;
  background: #ec1c24;
  min-height: 200px;
  float: left;
} 
.fashion .fashionUpper .fashionUpperRight{
  width: 82%;
  float: right;
  position: relative;
  background: #e0d0b6;
}
.fashion .fashionUpper .fashionUpperRight img{
  width: 100%;
}

.fashion .fashionUpper .fashionUpperRight .fashionContent{
  position: absolute;
  left: 50px;/*edited by amit*/
  top: 80px;/*edited by amit*/
  width: 40%;
  /*background: rgba(255,255,255,0.4);edited by amit*/
  padding: 20px;
  color: #231f20;
  font-size: 17px;
  line-height:26px;
  text-align:justify;
}
.fashion .fashionBottom{

}
.fashion .fashionBottom img{
  width: 100%;
  display: block;
}
.fashion .fashionTop img{
  width: 100%;
  display: block;
}
.automobileMiddlePart{width:100%; overflow:hidden; background-color:#16307b; color:#fff;}
.automobileMiddlePart .imageholder { width:58%; float:left; display:block;}
.automobileMiddlePart .imageholder img{width:65%; float:right;}
.automobileMiddlePart .textholder{ width:40%; display:block;padding:3% 4% 2% 0; float:right}
.automobileMiddlePart p{font-size:17px;text-align:justify; line-height:28px}
.automobileMiddlePart  h1{  font-size:48px;  line-height:56px; font-weight:bold; margin-top:0px;	}


/*vision Mission*/

.visionMission{
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  border: 0px;
  position: absolute;
  padding-top: 50px;
  overflow-x: hidden;
  overflow-y: scroll;
  z-index: 10;
  background: url("../images/visionMissionBg.jpg") no-repeat #a4969e;
  background-size: cover;
}
.visionMission #visionBanner{
  background: none;
  border: 0px;
  margin-bottom: 15px;
  

}
.visionBannerWrappre{
  padding-left: 300px;
  background: rgba(255,255,255,0.4);
  margin-top: 10%;
  margin-right: 20px;
}
.visionMission #visionBanner ul.slides li{
  
  
}

.slideVision{
  overflow: hidden;
  padding: 30px 40px;
  min-height: 415px;
}
.slideVision .sliderLeft{
  float: left;
  width: 45%;
}
.slideVision .sliderLeft img{
  width: auto;
  max-width: 180px;
}
#visionBanner h3{
  text-transform: uppercase;
  font-size: 60px;
  color: #85878a;
  letter-spacing: 2px;
  padding-bottom: 5px;
  margin-top: 10px;
}
.slideVision .sliderLeft p{
  color: #231f20;
  font-size: 17px;
  /*padding-bottom: 8px;*/
}

.slideVision .sliderright{
  float: left;
  width: 45%;
}
.slideVision .sliderright img{
  width: 100%;
}
.slideMision {
  position: relative;
  padding: 30px 40px;
}
.slideMision img{
  width: auto;
  max-width: 180px;
  position: absolute;
  left: 300px;
}
.slideMision  h3{
  padding-top: 100px;
}
.slideMision p{
 
  color: #231f20;
  font-size: 17px;
  padding-bottom: 8px;
  
}
.missionContent{
   -webkit-column-count: 2;
   -moz-column-count: 2;  
   column-count: 2;
   -webkit-column-gap: 20px;
   -moz-column-gap: 20px;  
  column-gap: 20px;
   width: 95%;
   text-align:justify;
}

#visionBanner .flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
#visionBanner .flex-direction-nav .flex-prev {
  left: -20px;
}
#visionBanner .flex-direction-nav .flex-next {
  right: 10px;
}
#visionBanner .flex-direction-nav a{
  opacity: 1;
  color: #fff;
  text-shadow: none;
  height: 45px;
}
#visionBanner  .flex-direction-nav a:before{
color: #fff;
  text-shadow: none;
  font-weight: lighter;
 
}

.bannerlinks{
  text-align: center;
}
.bannerlinks ul{
  display: block;
}
.bannerlinks ul li{
  display: inline-block;
  color: #fff;
  font-size: 20px;
}
.bannerlinks ul li a{
  padding: 5px 15px;
  text-transform: uppercase;
  color: #231f20;
}
.bannerlinks ul li a:hover{
  color: #0550a0;
}

/*History*/

.history{
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  border: 0px;
  position: absolute;
  padding-top: 50px;
  overflow-x: hidden;
  overflow-y: scroll;
  z-index: 10;
  background: url("../images/visionMissionBg.jpg") no-repeat #a4969e;
  background-size: cover;
  
}
.historyInner{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  
  margin-top: 3%;/*edited by amit*/
  max-height: 85%;

}
.historyLeft{
width: 18%;
  
  background: #0c50a3;
  min-height: 200px;
  float: left;
}

.historyContent{
  margin: 0px 70px;
  border: 15px solid #fff;/*edited by amit*/
  
  background: #c5c7af;
  float: right;
  width: 75%;
  
}
.timelineyearWrapper{
  background: #c5c7af;
}
.historyInner{
  width: 100%;
}

.contentBanner img{
  display: block;
  width: 100%;
}
.timeline{
  padding: 25px 0px 10px 0px;/*edited by amit */
}
.timeline h1{
  font-weight: bold;
    font-size: 27px;/*edited by amit */
    color: #0e1d6c;
    text-transform: uppercase;
    margin-top: 0px;
  	margin-left:50px;
    padding: 0px 30px;
	text-align:center;
}
.timeline h1 span{
  
  font-weight: lighter;
}

.timelineYears{
	margin: 20px auto;
  /*min-width: 1100px;*/
}
.timelineYears ul{
  display: block;
  position: relative;
  margin: 0px;
  padding: 0px;
  padding-left: 5px;
	overflow:hidden;
  
}
/*.timelineYears ul:before{
  content: '';
  width: 100%;
  height: 15px;
  position: absolute;
  left: 0px;
  top: -15px;
  background:#c5c7af;
  z-index: 17;
}
.timelineYears ul:after{
  content: '';
  width: 100%;
  height: 15px;
  position: absolute;
  left: 0px;
  bottom: -15px;
  background:#c5c7af;
  z-index: 17;

}*/
.timelineYears ul li{
  display: block;  
  position: relative;
  width:50%;
  clear:both;
}
.timelineYears ul li:nth-child(odd){
	
	border-left:10px solid #ffffff;
	float:right;
	left: -5px;
	
}
.timelineYears ul li:first-child{
	
}
.timelineYears ul li:last-child{
	padding-bottom:50px;
}
.timelineYears ul li:nth-child(odd) a{
	
	margin-left:-10px;
}

.timelineYears ul li:nth-child(even){
	
	border-right:10px solid #ffffff;
	float:left;
	right: -5px;
	text-align:right;
	
}
.timelineYears ul li:nth-child(even) a{
	margin-right:-10px;
}
.timelineYears ul li a{

  display: inline-block;
  position: relative;
  padding:6px 15px;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  background:#1053a2;
  cursor:text;
}

/*.timelineYears ul li:hover a:after{
  border-left-color: #0c50a3;
}
.timelineYears ul li a:after, .timelineYears ul li a:before {
  left: 83%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
z-index: 16;
}

.timelineYears ul li a:after {
  border-color: transparent;
  border-left-color: #fff;
  border-width: 30px;
  margin-top: -30px;
  
}
.timelineYears ul li a:before {
  border-color: transparent;
  border-left-color: #c5c7af;
  border-width: 36px;
  margin-top: -36px;

}*/
.timelineYears ul li:nth-child(even) .yearImage{
	margin-right:15%;
	
}

.timelineYears ul li:nth-child(odd) .yearImage{
	margin-left:15%;
	
}


.yearImage{

 margin-top:-20%;
}
.timelineYears ul li:nth-child(1) .yearImage{
	margin-left:10%;
	margin-top:0%;
}


.yearImage.up{
  top: -150px;
}
/*.yearImage.botom{
  bottom: -150px;
}
.yearImage.up:after{
  content: '';
  width: 2px;
  height: 36px;
  background: #10206d;
  bottom: -36px;
  position: absolute;
  z-index: 19;
  left: 50%;
  margin-left: -1px;
}
.yearImage.botom:after{
  content: '';
  width: 2px;
  height: 36px;
  background: #10206d;
  top: -36px;
  position: absolute;
  z-index: 19;
  left: 50%;
  margin-left: -1px;
}

*/
.fancybox-slide{
      width: 40%;
    min-width: 350px;
    -ms-flex-item-align: center;
        align-self: center;
    left: 50%;
    margin-left: -20%;
}

.fancybox-slide .popupbox{

    border: 20px solid #fff;
    background: #c5c7af;
}
.fancybox-slide .popupbox h2{
    color: #0e1d6c;
}
.fancybox-slide .popupbox h3, .fancybox-slide .popupbox h4, .fancybox-slide .popupbox h5{
   
    color: #0e1d6c;
}
.timelinepopup{
  display: none;
}


.menuToggle{
  display: inline-block;
  width: 35px;
  background: #004e9c; 
background: -webkit-linear-gradient(315deg, #004e9c 0%,#00397a 100%); 
background: -o-linear-gradient(315deg, #004e9c 0%,#00397a 100%); 
background: linear-gradient(135deg, #004e9c 0%,#00397a 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004e9c', endColorstr='#00397a',GradientType=1 ); 
color: #fff;
padding: 7px 6px 6px;
display: none;
margin: 5px 5px 0px;
}
.menuToggle span{
  display: block;
  height: 4px;
  margin-bottom: 4px;
  background: #fff
} 
.menuToggle span:last-child{
  margin-bottom: 0px;
}




/* Safari */
.safari .historyInner, .safari .fashionUpper{
  display: block;
}

.safari .historyContent{
  margin: 0px 3%;
}


.safari .historyLeft{
  min-height: 600px;
}
.safari  .fashion .fashionUpper .fashionUpperLeft{
  min-height: 600px;

}











/* Added on -------------------- 21/06*/
.fashion .fashionUpper .automobilesUpperRight{
  width: 82%;
  float: right;
  position: relative;
  background: #000;
}
.fashion .fashionUpper .automobilesUpperRight img{
  width: 100%;
}


.fashion .fashionUpper .automobilesUpperRight  .automobilesTxt{
	color:#fff; 
	width:50%; 
	position: absolute;  
	left: 60px;  
	top: 60px;
    padding: 0 20px 0 20px;
	font-size: 17px;
	line-height:23px; 
	text-align:justify;
	overflow-y:auto;
	max-height:359px;
	}	
	
.fashion .fashionUpper .fashionUpperRight  .exportTxt{color:#000; width:55%; padding:5%; position: absolute;  left: 0px;  top: 0px;font-size: 17px; line-height:23px; text-align:justify; min-height:670px}



.brandExport{
  width: 100%;
  height: 100%;
  margin: 0px;
  border: 0px;
  position: absolute;
  overflow-x: hidden;
  overflow-y: scroll;
  z-index: 10;
  background-size: cover;
}
.brandExport  .brandbox{
  margin-top: 13%;
  padding-left: 300px;
  width: 65%;
  color:#fff;
  background: rgba(74,25,17,0.8);
  padding: 30px 50px;
  overflow: hidden;
  }
.brandExport  .brandbox h1, .brandExport  .brandbox1 h1{
  font-size:46px;
  line-height:60px;
  font-weight:bold;
  margin-top:0px;
}
.brandExport  .brandbox  .boxcontent{float:right; width:68%}
.brandExport  .brandbox p, .brandExport  .brandbox1 p,.brandExport  .brandbox2 p{font-size:17px;text-align:justify; line-height:28px}
.brandExport  .brandbox img{float:left; margin-right:20px; margin-top:10px;}
.brandExport  .brandbox1{
  margin-top: 13%;
  width: 40%;
  float:right;
  }
.brandExport  .brandbox1 div{
  padding: 30px 50px;
  color:#fff;
  background: rgba(5,80,159,0.8);
  overflow: hidden;
}
.brandExport  .contactbox{
  margin-top: 8%;
  width: 100%;
  color:#fff;
  background-color:#1051a1;
  padding: 30px 50px;
  overflow: hidden;
  }
.brandExport  .contactbox  .boxcontent{
  float:left; width:30%; margin-left:28%;
}
.brandExport  .contactbox  .map{
  float:right; width:30%; margin-right:5%; 
}
.brandExport  .contactbox  .boxcontent p{font-size:15px}
.brandExport  .contactbox  .boxcontent strong{ text-transform:uppercase}
.brandExport  .contactbox  .boxcontent a:link,.brandExport  .contactbox  .boxcontent a:visited { color:#fff; font-size:16px}
.brandExport  .contactbox  .boxcontent a:hover { color:#f00}
.brandExport  .brandbox2{  margin-top: 13%;  width: 45%;  float:right;  }
.brandExport  .brandbox2 div{
  padding: 30px 50px;
  color:#fff;
  background: rgba(107,50,2,0.8);
  overflow: hidden;
}
 .brandExport  .brandbox2 h1{
  font-size:40px;
  line-height:50px;
  font-weight:bold;
}

/*----- dated 26thg June--- */
.history .groupWrapper h1{margin-left:3.6%}
.groupWrapper{width:100%; height: 100%; top:0px; left:0px; padding-right:3%; background:url('../images/patern.png') 0 0 repeat; font-size:18px; line-height:18px;}
.groupWrapper .row1{position:relative; width:80%; float:right; margin-top:30px;}
.groupWrapper .row1 .leftCol{float:left; width: 30%;}
.groupWrapper .row1 .leftCol .imageHolder{width:100%;height:156px; float:right; background:url('../images/group-co-pix1.png') top left no-repeat}
.groupWrapper .row1 .rightCol{float:right; width:69%; padding:10px 15px; min-height:155px; background:rgba(255,255,255,0.4);}

.groupWrapper .row2{position:relative; width:84%; float:right; margin-top:30px;}
.groupWrapper .row2 .leftCol{float:left; width: 33.2%;}
.groupWrapper .row2 .leftCol .imageHolder{width:100%;height:156px; float:right; background:url('../images/group-co-pix2.png') top left no-repeat}
.groupWrapper .row2 .rightCol{float:right; width:65.8%; padding:10px 15px; min-height:155px; background:rgba(255,255,255,0.4);}

.groupWrapper .row3{position:relative; width:87%; float:right; margin-top:30px;}
.groupWrapper .row3 .leftCol{float:left; width: 35.5%;}
.groupWrapper .row3 .leftCol .imageHolder{width:100%;height:156px; float:right; background:url('../images/group-co-pix3.png') top left no-repeat}
.groupWrapper .row3 .rightCol{float:right; width:63.5%; padding:10px 15px; min-height:155px; background:rgba(255,255,255,0.4);}


.contactImg{margin-top:50px;}
.contactImg img{width:36%}
