@CHARSET "utf-8";

@font-face {
	font-family: HyundaiSansHead-Medium;
	src: url(/fonts/HyundaiSansHead-Medium-a823b96322daf94db1e748beb5e3f765.woff);
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: HyundaiSansHead-Regular;
	src: url(/fonts/HyundaiSansHead-Regular-02f275817fc0822a6791fa63926bcb45.woff);
	font-weight: normal;
	font-style: normal;
}
.hdngLarge {
    font-size: 44px;
    font-family: HyundaiSansHead-Regular;
    font-weight: 600;
    margin-bottom: 17px;
}
.bg_management {
    background-image: url(/images/background/bg_management-a217f89a854f602518c3b21aadb76d57.jpg);
    background-size: cover;
    background-repeat: round;
    padding-top: 100px;
    height: 635px;
}
.bg-contentwrap02 {
    background: url(/images/background/bg-contentwrap02-642de3c92db73bf08c2aaaaa69a10fd2.jpg);
    background-size: cover;
    padding-bottom: 30px;
}
.carousel-indicators {
    bottom: -3px;
}
.vision-indctn .carousel-indicators {
    bottom: -60px;
}
.vision .carousel-indicators {
    bottom: -45px;
}
a:hover {text-decoration: none}
.carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 10px;
    height: 10px;
    margin-right: 10px;
    margin-left: 3px;
    text-indent: -999px;
   
    border-radius: 50%;
   background-color: rgba(255,255,255,255);
    cursor: pointer;
}
.whiteText{
	color:#fff;
	font-size:20px;
	padding-top:50px;
	font-family: HyundaiSansHead-Medium;
	padding-bottom:15px;
} 
.carousel-indicators .active {
    background-color: #01aad3;
}
.fa-pause, .fa-play {
    color: #fff;
    padding-top: 4px;
    font-size:14px;
}
.strongFont{
	font-family: HyundaiSansHead-Medium;
}
.pdng50{
    padding-right: 50px;
}
.mrato {
    margin: 0 auto;
}
.dropdown-toggle::after{
    display: none!important;
}
.bg-core-values {
    background: url(/images/background/bg-core-values-75172ac69017d540968b4f1938824df9.jpg) no-repeat center top;
    background-size: cover;
    margin-top: 50px;
    padding-bottom: 30px;
}
.corevaluesCard .icon {
    width: 200px;
    padding-bottom: 20px;
}
.media .card-body{
	padding:10px;
}
.bg-blue{
	background-color:#002c5f !important;
}

.blueBg{
	 background: url(/images/background/bg-blue-31d79cd385f1be3e606b4adbdcca187b.jpg) no-repeat center top;	
	 padding-bottom:50px;
}
.page_active {
    color:#000!important;
    border-bottom: 4px #01aad3 solid;
}
/* .mtop-xs {
	margin-top: 5px;
} */
 .topBorder {
 	background-color: #002c5f;
 	height: 5px;
 	position: fixed;
 	left: 0;right: 0;
 	z-index: 1000000000000;
}
.baclkLarge {
    font-size: 20px;
    color: #000;
}
.careerOver{
	font-size:45px;
	color:#0234a0;
	font-family: HyundaiSansHead-Medium;	

}
.mycard {
    background-color: #f2f2f2;
    padding-bottom: 40px;
    box-shadow: 1px 1px 10px 0px #8c8585;
    border-radius: 4px;
    margin: 15px 0;
}
.mycard h4 {
    padding-top: 30px;
}
footer {
    background-color: #1c1b1b;
    padding-top: 27px;
    padding-bottom: 27px;
    color: #fff;
}
.corevaluesCard .bdrLine{
	border-bottom:1px solid #ccc;
	padding-bottom:10px;
}

.carousel-control-prev, .carousel-control-next  {
	opacity: 100!important;
}
#main-carousel .carousel-control-prev-icon{
    background-image: url(/images/logo-icon/prev-icon-1fb84d3ee57d771b9ad7a0a793a1f0db.png)!important;
    width: 25px!important;
    height: 42px!important;
    margin-left: -80px;
}
#main-carousel .carousel-control-next-icon{
	background-image: url(/images/logo-icon/next-icon-f61ecaa217c999d7ac6cd7bff8c9fc9d.png)!important;
    width: 24px!important;
    height: 42px!important;
    margin-right: -80px;
}
.carousel-control-prev-icon {
    background-image: url(/images/logo-icon/prev-ddf0a8a1c62d2926db2b91de79ff7725.png)!important;
    width: 14px!important;
    height: 30px!important;
}
.carousel-control-next-icon {
	background-image: url(/images/logo-icon/next-ba9aeac46065f170dea21418798f571f.png)!important;
    width: 14px!important;
    height: 30px!important;
}
/*keep footers at the bottom of the page*/
html,
	body {
		margin:0!important;
		padding:0!important;
		height:100%!important;
		font-family: HyundaiSansHead-Regular !important;
		/* font-size: 16.5px; */
		text-rendering: optimizeLegibility;
		text-rendering: geometricPrecision;
		font-smooth: always;
		
		font-smoothing: antialiased;
		-moz-font-smoothing: antialiased;
		-webkit-font-smoothing: antialiased;
		-webkit-font-smoothing: subpixel-antialiased;
	}

	.mainContainer {
		min-height:100%;
		position:relative;
	}
	#header {
		background:#ff0;
	}
	#body {
		padding:10px;
		padding-bottom:60px;	/* Height of the footer */
	}
	#footer {
		position:absolute;
		bottom:0;
		width:100%;
		height:60px;			/* Height of the footer */
		background:#6cf;
	}
	/* other non-essential CSS */
	#header p,
	#header h1 {
		margin:0;
		padding:10px 0 0 10px;
	}
	#footer p {
		margin:0;
		padding:10px;
	}
	/*keep footers at the bottom of the page End*/
		/*Typography start*/
		.readeLrgeInline a {
		 font-weight: bold;
		 color: #223d7b;
		  padding-left: 20px;
		}
		.readeLrge a {
		 text-align: right;
	    font-weight: bold;
	    color: #223d7b;
	    display: block;
		}
		.brderRight {
			 border-right: 1px #fff solid!important;
		}

		h1 {
			color: #000;
    		font-size: 30px;
    		font-family: HyundaiSansHead-Medium;
		}
h2 {
			color: #ffffff;
    		font-size: 28px;
    		font-family: HyundaiSansHead-Medium;
		}
h3, h4, h6 {
    font-family: HyundaiSansHead-Medium;
}
h3, h4 {
    font-size: 22px;
    color: #212529;
    font-family: HyundaiSansHead-Medium;
}

h4 {
    font-size: 18px;
    font-family: HyundaiSansHead-Medium;
}
h5 {
    font-size: 30px;
    text-align: center;
    font-weight: 100;
    font-family: HyundaiSansHead-Medium;
}
.mb0 p{
	margin-bottom:0px;
}
.fontBlacke {
    color: #000;
}
.ceomessagebg {
    background-color: #f6f3f2;
}
.whitebg {
    background-color: #fff;
    margin-top: -31px;
}
.whitebg p {
    padding: 36px 15px 15px 15px!important;
}
.footer-one h3{
	font-size:30px;
}
    
.fontWhite {
    color: #fff;
    padding-bottom: 30px;
}
		/* h1 span {
			font-family: HyundaiSansHead-Regular;
		} */
		.pdng-sm {
			padding-top: 20px;	
		}
		
		.pdngTop  {
			padding-top: 4%;
		}
		.pdngTop1  {
			font-weight:700;
			font-size:23px;
		}
		.pdngTop2 {
			font-weight:700;
			font-size:20px;
		}
		.aspas{
			color:white;
			font-size:3rem;
		}
		.quote{
			font-size:2rem;
			color:black;
			font-family:'Source Serif Pro',serif;
		}
		.color1{
			background-color:#000;
		}
		.tabsBlock{
			padding-bottom:50px;
		}
		.pdngBottom  {
			padding-bottom:50px;
		}
		.blueBg {
			background-color: #002c5f;
		}
		.gritterAll {
			padding:25px 20px;

		}
		.cstmshadow-sm {
    	box-shadow: 0 1px 5px -1px #999!important;
		}
.gritterBottom {
    padding-bottom: 20px;
}
		/*Typography  End*/
		.dropdown-item a {
			font-size: 15px!important;
    color: #7b7b7b!important;
    text-decoration: none;
		}
/*.dropdown-item:hover a {
    color: #fff;
}
.dropdown-item a:hover {
    color: #fff!important;
}*/
		
		.dropdown-item  {
			border-bottom: 1px #f5f0f0  solid;
            padding: 10px 1.5rem;
		}
		.dropdown-menu {
			background-color:#fefafb!important;
			top: 58px;
            border: 0;
            
		}

.navbar .dropdown-toggle, .navbar .dropdown-menu a {
    cursor: pointer;
}

.navbar .dropdown-item.active, .navbar .dropdown-item:active {
    color: inherit;
    text-decoration: none;
    background-color: inherit;
}

/* .navbar .dropdown-item:focus, .navbar .dropdown-item:hover {
  
    text-decoration: none;
    background-color: #e4dbd2;
} */
@media (min-width: 767px) {
    .navbar .dropdown-toggle:not(.nav-link)::after {
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: .5em;
        vertical-align: 0;
        border-bottom: .3em solid transparent;
        border-top: .3em solid transparent;
        border-left: .3em solid;
    }
}

 .imgResponsive {
	max-width: 100%!important;
}
.cstmRow {
	margin-left: -15px;
	margin-right: -15px;
}

.navbar-light .navbar-nav .nav-link {
    color:#fff!important;
    font-size: 16px;
    font-family: HyundaiSansHead-Medium;
    padding-top:10px;
    height:45px;
    padding-left:0px;
}
.sub-menu .dropdown-item{
	font-size:14px;
}
.nav-item {
    padding-left: 16px;
    padding-right: 5px;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    border-bottom: 4px #01aad3 solid !important;
    padding-bottom:10px;
} 
}







button {
	outline: none!important;
}
button a {
	color: #fff!important;
}
.navbar {
	height:66px;
	box-shadow: 0px 2px 3px rgba(216, 209, 200, 0.7);
    transition: all 0.3s;
}
.cstmshadow {
	box-shadow: 0 8px 12px -1px #999!important;
}
.tabsInner {
	border: 1px #d5d5d5 solid;
}
.cstm-nav-tabs {
	background-color: #e4dbd2!important;
	border-bottom:0!important;
}
.cstm-nav-tabs .nav-link {
 border-bottom:0!important;
 border-top:0!important;	
 border-left:0!important;
 border-radius: 0!important;
 padding: inherit!important;
 height: 49px;
 line-height: 49px;
 text-align: center;
 margin-bottom:inherit!important;
}
.cstm-nav-tabs a {
	color: #000!important;
	font-weight: bold!important;
	width: 33.3333%!important;
    height: 49px!important;
}
.cstm-nav-tabs .nav-link.active {
    color: #fff!important;
    background-color: #01aad3!important;
  }
  .cstm-tab-content {
  	padding-top: 40px!important;
  	padding-bottom: 50px!important;
  	padding-left: 15px;
  	padding-right: 15px;
  	background-color:#fdfafa!important;
  }
  .coreValuesBlock p {
  	font-size: 14px;
  	color: #000!important;
  	padding-top: 15px;
  	min-height: 242px;
  }
.coreValuesBlock img {
    width: 125px;
}
  .coreValuesBlock a {
    color: #000;
    font-weight: bold;
    font-size: 14px;
}
  .hmieColor1 {
  	background-color: #f5a2c6;
  }
   .hmieColor2 {
  	background-color: #fff001;
  }
   .hmieColor3 {
  	background-color: #fcb034;
  }
   .hmieColor4 {
  	background-color: #c1d72e;
  }
   .hmieColor5 {
  	background-color: #52bdec;
  }
  .footerBlock {
/*   padding-top: 50px;*/
  }
  
  .footerLinks{
	  margin:0 0 10px 0;
	  padding:0;
  }
  .footerLinks h1 {
  	font-size: 18px;
  	font-family: HyundaiSansHead-Medium;
  	color: #fff;
  }
  .footerLinks a { 
  		color: #999;
  }
  .footerLinks a:hover { 
  		color: #fff;
  }
  .footerLinks li {
  	    list-style: none!important;
    display: inline;
    margin-right: 10px;
    font-size: 14px;
	color: #999;
  }
  .footerLinks li:after { content: "|"; padding-left:10px}
  .footerLinks li:last-child:after { content: ""; }
   .footerLogo {
/*	max-width:100%*/
 }
  .newsThumbnailCnt,   .newsPostDate  {
  	padding-left: 15px;
  	padding-right: 15px;
  	height:39%;
  }
  .bg-news{
  	background-color:#f6f3f2;
  }
  .news-span span{
  	color:#000;
  	font-size:16px;
  	font-family: HyundaiSansHead-Medium;
  }
  .newsPostDate {
  	border-top: 1px #d7d6d7 solid;
  	font-size: 13px;
  	padding-top: 10px;
  	padding-bottom:18px; 
  }
  .news-para p{
  	line-height: 1.3em;
    height: 3.7em;
    overflow: hidden;
    font-size: 14px;
    text-align:justify;
  }
   .news-events p{
  	line-height: 1.3em;
    height: 7.7em;
    overflow: hidden;
    font-size: 14px;
    text-align:justify;
  }
    .news-para{
  	line-height: 1.3em;
    height: 3.7em;
    overflow: hidden;
    font-size: 14px;
    text-align:justify;
  }
  
   .news-body {
  	line-height: 1.3em;
    height: 17.7em;
    overflow: hidden;
    font-size: 16px;
    text-align:justify;
  }
   .news-events{
  	line-height: 1.3em;
    height: 7.7em;
    overflow: hidden;
    font-size: 14px;
    text-align:justify;
  }
  .newsPostDate .divider {
  	padding-left: 5px;
  	padding-right: 5px;
  }
  .aboutBgPic {
  	position: absolute;
  	right: -256px;
  	z-index: 100;
  }
  .positionRelative {
  	position: relative;
  } 

  .customer, .challenge, .collaboration, .people, .globality  {
  	margin-bottom:75px;
  }
.banner-slideshow img {
	width: 100%;
	padding:25px;
}
.fullWidth {
   /* margin-top: 50px; */
   background-color: #f6f3f2;    
}
.newsBtn .btn {
    font-size: 16px;
    padding: 0px 15px;
    line-height: 40px;
    border-radius: inherit;
    background: #002c5f;
    border: inherit;
    color: #fff;
}
.newsLatest p{
	font-size:14px;
}
.csrPicStyle
 {
    display: block;
     text-align: right;
    max-width: 100%;
}
.careersBg {
    background: url(/images/more/career-home-ea3188673912f56bec85647287d6cf0c.jpg) no-repeat center top;
    background-size: 96% 100%;
}
.careerCont p{
	text-align:justify;
}
.careerCont h2{
	color:#000;
	font-family: HyundaiSansHead-Medium;
}
.careerstext a {
	font-size:32px;
    padding-top: 30px;
    padding-left: 70px;
    color: #fff;
    display: block;
}
.careersbtns {
    padding-top: 18%;
    padding-right: 30px;
}
.careersbtns a {
    margin-left: 5px;
    margin-right: 5px;
}

.copyRightStyle {
    font-size: 12px;
    text-align: left;
    display: block;
    color: #5f5f5f !important;
}

.exploreMore:hover{
	text-decoration:underline;
	color:#000;
}


/* sticky header*/
 header.sticky .bg-light {
           background-color: rgba(256,256,256,256)!important;
           
        }
/* sticky header end*/
/*
Back to top button 
*/
.back-top2 {
	position: fixed;
	bottom:800px;
    right: 0;
    z-index: 10000000000000000000000;  
    border:1px red solid;
}
#back-top {
	position: fixed;
	bottom:-16px;
    right: 0;
    z-index: 10000000000000000000000;
}
#back-top a {
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
/*
Back to top button end 
*/
/*
inner pages style */	

.innerpagesCntr {
    padding-top: 40px;
}
.full-width-breadcrumb {
    /* background-color: #00287a; */
	background:none;
    /* padding-top: 20px ; */
}
/* .breadcrumb-item+.breadcrumb-item::before {
    content: ">"!important;
} */
.cstm-breadcrumb {
    background: transparent!important;
	margin-bottom:0px;
	font-size:14px;
   	padding-top:20px;
   	padding-bottom:20px;
}
.cstm-breadcrumb a {
    color: #3c3c3c;
}
.cstm-breadcrumb-item.active {
    color: #002c5e;
}
.breadcrumb-item.active {
    color: #00aad2;
    font-family: HyundaiSansHead-Medium;
    text-decoration:underline;
}
.fullbg_gray {
   background-image: url(/images/background/capbg-d7dd9e4ec1166116b4ca3ed6e313a50c.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 50px;
    padding-bottom: 30px;
}
.listItems  {
     padding: 15px 0 0 0!important;
    margin: 0!important;
    
}
.listItems li {
    margin-bottom: 5px;
    
}
.listItems ul, li {
    list-style: none; 
}


.listItems i {
   color: #110e78;
    font-size: 17px;
    font-weight: bold;
    padding-right:6px;
}
.listItems .heading  {
    font-weight: bold;
   }



/*21-3-2019*/
   /*button*/

.buttonindex {
  background-color: #00287a; /* Green */
  border: none;
  color: white;
  padding: 7px 16px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
}
.buttonindex a {
    color: #fff!important;
}
.button {
  background-color: #00287a; /* Green */
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
}

.button2index:hover {
  box-shadow: 0 12px 16px 0 rgba(256,256,256,0.24),0 17px 50px 0 rgba(256,256,256,0.19);
}

.button2:hover {
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}


/* career people hyundai section bg color*/
.peopleHyundaisecbg{
  background-color:#E4EBF1 !important;
}

.pdngTopcareerimg{

  padding-top:25px;
}
.pdngTopcareerimga{

  color:#0a2a50;
}
.border-right{
  border-right:1px solid  !important;
  border-right-color: #e8ebf4;
}
.margin-left{
  padding-left:40px !important;
}

@media only screen and (max-width: 600px) {
  .border-right {border-right: none !important;}
  .margin-left{ padding-left:15px !important;
}
.navbar-brand{width:75%}
.navbar-brand img{width:100%}
}

@media only screen and (max-width: 768px){
    .border-right {border-right: none !important;}
  .margin-left{ padding-left:13px !important;}
}
@media (max-width: 1200px){
	.bg-light {
		background-color: rgba(256,256,256,1)!important;
	}
}
.navbar-toggler {
padding:3px 5px;
font-size:1rem	
}

/*contactus.html*/
.form-control::-webkit-input-placeholder,::-webkit-input-placeholder {
    color: #d2d2d2;
    opacity: 1;
    font-weight:normal
  }

  .form-control::-moz-placeholder,::-moz-placeholder {
    color: #d2d2d2;
    opacity: 1;
    font-weight:normal
  }

  .form-control:-ms-input-placeholder,::-ms-input-placeholder {
    color: #d2d2d2;
    opacity: 1;
    font-weight:normal
  }

  .form-control::-ms-input-placeholder,::-ms-input-placeholder {
    color: #d2d2d2;
    opacity: 1;
    font-weight:normal
  }

  .form-control::placeholder,::placeholder {
    color: #d2d2d2;
    opacity: 1;
    font-weight:normal !important
  }
  .form-control, input, textarea, select, .btn{border-radius:0 !important;}
  .contactus-page-section{background:#fff; border:3px solid #F2F1F0}
  .text-theme{color:#00287A;}
  .bg-theme{background:#00287A;}
  .blue-theme{background:#00287A;}
  .btn-outline-primary {
    color: #00287A;
    background-color: transparent;
    background-image: none;
    border-color: #00287A;
  }

  .btn-outline-primary:hover {
    color: #fff;
    background-color: #00287A;
    border-color: #00287A;
  }
  .contact-form input,.contact-form textarea, .contact-form select{background:#FDFDFD;}
  .error{color:red; font-size:14px}
  
  /* Read more 
   <div class="read-more">
    <a href="/about-mobis/who-are-we">read more<i class="fa fa-long-arrow-right"></i></a>
  </div>
  */
/* .read-more {
	margin-top: -24px;
} */
.read-more h1 a {
 color: #002c5f;
    font-size: 14px;
    text-decoration: none!important;
    display: inline-block;
    position: relative;
    font-weight: 100!important;
    text-transform: inherit!important;
}

/*effect-underline*/
a.effect-underline:after {
	content: '';
  position: absolute;
  left: 0;
  display: inline-block;
  height: 1em;
  width: 90%;
  border-bottom: 2px solid #01aad3;
  margin-top: 10px;
  opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}

a.effect-underline:hover:after {
  opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}


.read-more2 {
margin-top: -10px;
}
.read-more2 a {
    position: relative;
    padding-right: 10px;
    font-size:13px;
    font-weight: 700;
    color: #002c5f!important;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    
}

.read-more2 a .fa {
    position: absolute;
    color: #000;
    top: -2px;
    left: 0;
    width: 89%;
    height: 100%;
    background:#fdfafa;
    transition: all .35s;
    font-size: 20px;
}

.read-more2:hover  a .fa {
    left: 100%;
}
/*tabs read more end*/

/*news room style*/

.text-theme{color:#00287A;}
 
 .text-black {
    color: #000!important;
}

.leader-ship ul li{
	border-top:1px solid #ccc;
	padding:40px 0px;
}

/* .media ul li:nth-child(1){
	border-bottom:none !important;
} */
.media-body .leadPos{
	color: #7b7b7b!important;
}
.pdng50Top {
    padding-top: 40px;
}

 .bg-theme{
  	background: url(/images/background/bg-news-pc-a9ac27452a7d3e9c0a485b795de56952.png) 50% 0 no-repeat;
    background-size: cover;
}
 
  /* .card {border:none;} */
  
  
  .media .card{border:none;}
  
  .card img, .media img { transition: all .2s ease-in-out; }
  /* .media:hover img { transform: rotate(2deg);  */
    -ms-transform: rotate(2deg); /* IE 9 */
    -webkit-transform:  rotate(2deg); /* Safari */

  }
  .news-feed .signle-news-column{
    margin-bottom:25px; 
  }
  .news-feed-slider .card .card-img-top{
    border-bottom:10px solid #00287A;
    padding:0px;
  }
  

  .news-feed-slider .card-body a{
    text-decoration:none;
    color:#434343;
  }
  .news-feed-slider .card-body a:hover{
    text-decoration:underline;
    color:#00287a;
  }
  .news-feed-slider .card-text {
    color: black;
    margin-bottom:0
  }
  .news-feed-slider a.news-slide-redmore{
    font-weight:bold;
    color:#00287a;
  }
  .news-feed-slider a:hover.news-slide-redmore{
    font-weight:bold;
    color:#232323;
  }
  .news-feed-slider .carousel-control-next, .news-feed-slider .carousel-control-prev {
    top: 0%;
    bottom: 48%;
  }
  /* .latest-releases .media{margin-bottom:20px} */
  .latest-releases .media img
  	{
	  /* width:100%;  */
	  height:92px;
	  }
  .latest-releases .media a{
    text-decoration:none;
    color:#434343;
    font-size:14px;
    font-family: HyundaiSansHead-Medium;
  }
  .latest-releases .media a:hover{
    text-decoration:underline;
    color:#00287a;
  }
  
  .photos-videos-section{}
  .photos-videos-columns{
    padding:30px;
    background:#fff;
  }
  .photos-videos-columns ul{
    padding:0;
    margin:0;
  }
  .photos-videos-columns ul li{
    display: inline-block;
    /* width: 48%; */
    margin: 2% 0.5%;
  }
  .photos-videos-columns ul li .card-body {
    padding: .25rem;
  }
  .photos-videos-columns ul li .card-body a{
    text-decoration:none;
    color:#222222;
  }
  .photos-videos-columns ul li .card-body a:hover{
    text-decoration:underline;
    color:#00287a;
  }
  .photos-videos-columns ul li .card-text, .photos-videos-columns ul li p {
      font-size:85%;
    color: black;
    margin-bottom:0
  }
  .photos-videos-columns ul li small{
    font-size:70%;
  }
  .photos-column{}
  .videos-column{}

/* read more padding*/
.readpadding{
    padding: 0px 94px;
}
.innerBaneer{
	position:relative;
}
.innerBaneer h2{
/*	left: 5%;*/
    top: 16%;
    color: #000000;
    font-size: 50px;
    position: absolute;
}
.innerBaneer img {
    width: 100%;
}

  
.sitemap ul {
    padding-left: 0!important;
}
.sitemap ul li a {
   color: #7b7b7b!important;
}


/*testmonials */
.card {
  margin: 0 auto;
  border:none;
}
/* .card .carousel-item {
  height: 200px;
} */
.card .carousel-caption {
  padding: 0;
  right: 0;
  left: 0;
  color: #3d3d3d;
}
.card .carousel-caption h3 {
  color: #3d3d3d;
}
.card .carousel-caption p {
  line-height: 30px;
}
.card .carousel-caption .col-sm-3 {
  display: flex;
  align-items: center;
}
.card .carousel-caption .col-sm-9 {
  text-align: left;
}
.card .carousel-control-prev, .card .carousel-control-next {
  color: #3d3d3d !important;
  opacity: 1 !important;
}


/* 26-03 -surya*/
.megamenu-li {
	position: static;
}

.megamenu {
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	padding: 20px;
	border-radius: 0;
	background:#fff !important;
	border-bottom:5px solid #eee;
	font-size:16px;
}
.dropdown-menu.megamenu{
	top: 97% !important;
    position: relative;
    border-top: 1px #ccc solid;
}
.megamenu a {
	color:#8f9090;
    font-size: 14px;
    color: #767676 !important;
    text-decoration: none;
    padding-bottom:5px;
}
/* .megamenu a:hover {
	color:#01aad3 ;
} */
.megamenu a.active {
	color:#00285f;
}
ul.falist li { 
	margin: 5px auto; list-style:none !important;     
	margin-bottom: 8px !important;
	}
ul.falist li:before {    
    font-family: 'FontAwesome';
    content: '\f105';
    margin:0 10px 0 -15px;
    /* float:right; */
}
ul.falist li a:hover{
	
}
.megamenu ul.falist{
	margin: 0;
	padding: 0 0 0 10px;
}
.megamenu .close_megamenu{
	position: absolute;
    right: 80px;
    top: 10px;
    cursor: pointer;
}
.nav-link {
    cursor: pointer;
}
/* .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #000!important;
    border-bottom: 3px #01aad3 solid;
   
} */
/* 26-03 -surya end*/
  

.innerpage2{
	background: url(/images/background/bg-inner-1e3020068e32eca571fb94c261dfde6b.jpg) no-repeat center top;
	
}
.innerpage.nobg{}

.news-ful {
    background: url(/images/background/bg-news-pc-a9ac27452a7d3e9c0a485b795de56952.png) 50% 0 no-repeat;
    background-size: cover;
    padding-bottom: 50px;
}
.newsBg {
background: #e4dcd3;
}
.bannernew {
    width: 96%;
    margin: 0 auto;
}

#CoreValuesContent{
	padding:25px;
	border: 1px solid #eee;
	border-top:none;
}

#CoreValuesTabs.nav-tabs .nav-item.show .nav-link, #CoreValuesTabs.nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #01aad3;
    border-color: #01aad3 #01aad3 #dee2e6;
}
#CoreValuesTabs.nav-tabs {
    padding-bottom: 1px;
}
#CoreValuesTabs.nav-tabs .nav-item{
	cursor:pointer;
	text-transform:uppercase;
	padding-left: 1px;
    padding-right: 1px;
}
#CoreValuesTabs.nav-tabs .nav-link {
	color:#2a2a2a;
    background: #e4dbd2;
	border: 1px solid #ddd;
}
#CoreValuesTabs.nav-tabs .nav-link:focus, #CoreValuesTabs.nav-tabs .nav-link:hover {
    border-color: #01aad3 #01aad3 #01aad3;
    background: #01aad3;
	color:white;
}
.list-square {
  padding-left: 0;
 
}
.list-square  li{
	margin-bottom:8px;
	list-style-type: square;
}
.text-carousel {
  width: 100%;
  height: auto;
  padding: 30px 20px 0px 20px;
}
.carousel-content {
    display: block;
    text-align: center;
	width: 80%;
    margin: 0 auto;
}
.text-carousel .carousel-indicators li{
	background-color: rgb(235, 231, 227);
}
.text-carousel  .carousel-indicators .active {
    background-color: #01aad3;
}

/* Capabilities */
.card-grey {
    margin: 0 auto;
    background-color: #494949;
    text-align: center;
    padding: 8px;
}
.card-grey p {
    color: #fff!important;
}
.photos-videos-columns-2 ul {
    padding: 0;
    margin: 0;
}
.photos-videos-columns-2 {
    padding: 30px;
    background: #fff;
}
.photos-videos-columns-2 ul li {
    display: inline-block;
    width: 20%;
    margin: 2% 0.5%;
}
.photos-videos-columns-2 ul li .card-body {
    padding: .25rem;
}
.photos-videos-columns-2 ul li .card-text, .photos-videos-columns-2 ul li p {
    font-size: 85%;
    color: black;
    margin-bottom: 0;
}
.baclkLarge p{
	text-align:justify;
}

/* Carousel Text */

.topVisualArea {
    position: relative;
    /* padding: 0px 15px; */
}

.aboutBanText {
    position: absolute;
    left: 9%;
    top: 60px;
    margin-left: 0px;
    color: #000;
}
.dealerTitle {
    display: block;
    width: 100%;
    margin-bottom: 25px;
}

/* Plain Carousel */
.topbanner {
    position: relative;
    background: rgba(100%, 100%, 100%, 0.7);
    height: 270px;
}
.middle {
    display: table;
    width: 100%;
    height: 100%;
    margin: 0 auto;
   }
.titWrap {
    display: table-cell;
    vertical-align: middle;
    padding-top: 0px;
    text-align: center;
    padding: 0 20px;
}
.titWrap h1 {
    font-size: 58px;
    margin-bottom: 0px;
}
@media (max-width: 767px) and (min-width: 360px){
.inMobtop .titWrap h1 {
    font-size: 28px;
    padding-top: 30px;
}
.titWrap{
    background: transparent;
}
.navbar-light .navbar-nav .nav-link {
    color:#000!important;
   
}
}

/* Career */

.button {
    background-color: #00b140;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 0px 10px;
    cursor: pointer;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}
.talentCommunity {
    position: absolute;
    top: 50%;
    text-align: center;
    width: 100%;
}
.ourBenfitsBlks h1, .careerHdng, .careerHdngPara {
    color: #0234a0;
}
.careerHdng {
    font-size: 43px;
}
.careerHdngPara {
    font-size: 20px;
    padding-bottom: 30px;
}
.ourBenfitsBlks h1 {
    color: #0234a0;
    font-size: 22px;
    font-family: inherit;
    padding-top: 20px;
}
.ourBenfitsBlks h1, .careerHdng, .careerHdngPara {
    color: #0234a0;
    font-family: HyundaiSansHead-Medium;
}
.ourBenfitsBlks {
    padding-bottom: 50px;
}
.careerHdng2 {
    color: #0234a0;
    font-weight: 100;
    font-family: inherit;
    font-size: 43px;
    padding-bottom: 24px;
}
.carrerVideo {
    width: 100%;
    margin: 0 auto;
    height: 600px;
}
.pdngbt {
    padding-bottom: 50px;
}
.fa-3x {
	font-size: 4em;
    padding-top: 80px;
}
.career-bg{
	background:#f6f3f2;
}











/* 
Menu
new menu
CTSB : Text slide set B */
.ctsbWrap ul {list-style: none!important ;}
.ctsbWrap {padding-top:0px;     width: 95%; margin:0 auto}
.ctsbWrap .txtBgCycle {position: relative;width:530px;height:280px;margin:0 auto 0px auto;}
.ctsbWrap .txtBgCycle:after {content:"";display:block;clear:both;}
.ctsbWrap .txtBgCycle li {position:absolute;top:0;border: 2px solid #e4dcd3;border-radius: 50%;background:#e4dcd3;opacity: 0.7;width:280px;height:280px;}
.ctsbWrap .txtBgCycle li p {vertical-align: middle;text-align: center;color: #000;font-size: 20px;    font-weight: bold;line-height: normal;display: table-cell;width: 280px; padding: 40px;height: 280px;}
.ctsbWrap .txtBgCycle li:nth-child(1) {left:0;}
.ctsbWrap .txtBgCycle li:nth-child(2) {left:250px;}
.ctsbWrap .txtBgCycle li:nth-child(3) {left:500px;}
.ctsbWrap .txtBgCycle li:nth-child(4) {left:750px;}
.ctsbWrap .txtBgCycle.col4 {width:100%;}
.ctsbWrap .txtBgCycle.col3 {width:768px;}
@media screen and  (max-width:1024px) {
	CTSB
	.ctsbWrap {padding-top:33px;}
	.ctsbWrap .txtBgCycle {width:390px;height:210px;margin:0 auto 40px;}
	.ctsbWrap .txtBgCycle li {width:210px;height:210px;}
	.ctsbWrap .txtBgCycle li p {font-size:17px;line-height:21px;width:210px; height:210px; padding: 32px}
	.ctsbWrap .txtBgCycle li:nth-child(1) {left:0;}
	.ctsbWrap .txtBgCycle li:nth-child(2) {left:180px;}
	.ctsbWrap .txtBgCycle li:nth-child(3) {left:360px;}
	.ctsbWrap .txtBgCycle li:nth-child(4) {left:540px;}
	.ctsbWrap .txtBgCycle.col4 {width:570px;}
	.ctsbWrap .txtBgCycle.col3 {width:570px;}
}
@media screen and  (max-width:1200px) {
	CTSB
	.ctsbWrap .txtBgCycle {width:210px;height:400px;margin:0 auto 35px;}
	.ctsbWrap .txtBgCycle li {width:210px;height:210px;}
	.ctsbWrap .txtBgCycle li p {font-size:17px;line-height:21px;width:210px; height:210px; padding: 32px}
	.ctsbWrap .txtBgCycle li:nth-child(1) {left:0;}
	.ctsbWrap .txtBgCycle li:nth-child(2) {left:0;top:180px;}
	.ctsbWrap .txtBgCycle li:nth-child(3) {left:0;top:360px;}
	.ctsbWrap .txtBgCycle li:nth-child(4) {left:0;top:540px;}
	.ctsbWrap .txtBgCycle.col4 {width:210px;height:660px;}
	.ctsbWrap .txtBgCycle.col3 {width:210px;height:500px;}
}
/* Mega Menu Style */
@media only screen and (max-width: 1200px) {
  #navbarCollapse {
    position: fixed;
    top: 7px;
    right: 0px;
    z-index: 1031;
    width: 88%;
    height: 100%;
    background-color: #ffffff;
    overflow: auto;
	box-shadow: -5px 0px 9px -1px rgba(72, 72, 72, 0.7);
  }
  .cstmNav {
    /* padding-left: 15px !important; */
    margin-top: 60px !important;
    padding-top:10px;
}
.nav-item {
    border-bottom:1px solid #eee;
	padding:0px;
}
.megamenu ul.falist {
    margin-bottom: 18px;
}
.megamenu {
    padding:17px 10px 0 0;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #000!important;
    border-bottom: 3px #01aad3 solid;
}
.navbar{
	box-shadow: 0 1px 3px rgba(72, 72, 72, 0.3);
}
  .menu-overlay {
    display: none;
    background-color: #000;
    bottom: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    /* IE7 & 8 */
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99;
  }
}



@media (max-width: 1200px) {
	.navbar a.dropdown-toggle i {
		display: block;
		content: '';
		background: url(/images/logo-icon/gnb_menu_mo-5d3144bc2ff8e9a31235831d2e556125.png) no-repeat;
		-webkit-background-size: 19px auto;
		background-size: 19px auto;
		width: 19px;
		height: 19px;
		position: absolute;
		right:5%;
		margin-top: -18px;
	}
	.dropdown-menu.megamenu {
		background: #f6f3f2 !important;
	}
	.navbar a.dropdown-toggle i.opendd {
		background-position: 0 -19px !important;
	}
	.megamenu .close_megamenu {
		right: 20px;
	}
	.navbar-toggler {
		padding: 3px 5px;
		border: none;
  }
  .close_megamenu {
    display: none;
}
	
}
@media (max-width: 640px) {
.cstm-nav-tabs .nav-link {
    line-height: normal;
    padding: 13px 0 !important;
    font-size: 12px;
}
}