/* latin-ext */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Work Sans'), local('WorkSans-Regular'), url(https://fonts.gstatic.com/s/worksans/v4/QGYsz_wNahGAdqQ43Rh_cqDpp_k.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Work Sans'), local('WorkSans-Regular'), url(https://fonts.gstatic.com/s/worksans/v4/QGYsz_wNahGAdqQ43Rh_fKDp.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 500;
  src: local('Work Sans Medium'), local('WorkSans-Medium'), url(https://fonts.gstatic.com/s/worksans/v4/QGYpz_wNahGAdqQ43Rh3j4P8lthN2fk.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 500;
  src: local('Work Sans Medium'), local('WorkSans-Medium'), url(https://fonts.gstatic.com/s/worksans/v4/QGYpz_wNahGAdqQ43Rh3j4P8mNhN.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Work Sans SemiBold'), local('WorkSans-SemiBold'), url(https://fonts.gstatic.com/s/worksans/v4/QGYpz_wNahGAdqQ43Rh3o4T8lthN2fk.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Work Sans SemiBold'), local('WorkSans-SemiBold'), url(https://fonts.gstatic.com/s/worksans/v4/QGYpz_wNahGAdqQ43Rh3o4T8mNhN.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Work Sans'), local('WorkSans-Regular'), url(https://fonts.gstatic.com/s/worksans/v4/QGYsz_wNahGAdqQ43Rh_cqDpp_k.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Work Sans'), local('WorkSans-Regular'), url(https://fonts.gstatic.com/s/worksans/v4/QGYsz_wNahGAdqQ43Rh_fKDp.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
html, body {
	width:100%;
	height: 100%;
	padding: 0;
	margin: 0;
}
body {
	background-color: #111111;
	overflow-x: hidden;
	/*font-family: 'Barlow' !important; */
	font-family: 'Work Sans', sans-serif;
}
section{
	overflow-x: hidden;
}
body * {
    color: #FFFFFF;
}
ul li {
    list-style-type: none;
}
ul.bullet-padding-model {
    margin-left: 35px!important;
}
ul.bullet-padding-model li:before {
    display: none!important;
}
ul.bullet-padding-model li {
    list-style-type: disc;
}
ul{
    padding: 0;
}
button:focus {
     outline: 0;
}
.nopadding{
	padding:0px!important;
}
 .bg-darks {
     background-color: #000000 !important;
}
a{
	transition: all 0.3s;
}
 a, a:hover, a:active{
     text-decoration:none;
}
/*  .container-fluid{
     padding:0px 100px;
} */
.form-control:focus{
	box-shadow: none;
}
input:focus { outline:none;box-shadow:none; }
*:focus { outline: none;box-shadow:none; }
.card {
    border: 0px;
    border-radius: 0px;
    background: transparent;
}
.section-title {
    width: auto;
/*     padding: 5px 0px 5px 0px; */
    position: relative;
    /*color: #FFF;*/
    color: #524fa1;
    /*background-image: url(../img/gradient-small.png); */
    background-repeat: no-repeat;
    font-size: 40px;
    line-height: normal;
    text-transform: uppercase;
}
/*header start*/
 .navbar-light .navbar-toggler-icon {
	/*background-image: url(../img/nav.png)!myCarousel; */
	background-image: url(https://ddxpeyb9bmybt.cloudfront.net/wp-content/uploads/2019/04/05124825/nav.png)!important;
	width: 24px;
	height: 24px;
	cursor: pointer;
}
 .sticky {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1;
	background-color: #111111;
	transition : all 0.5s linear;
}
 #navbars {
	overflow: hidden;
	width: 100%;
	z-index: 999999;
	transition : all 0.5s linear;
	padding:28px 0px;
	background-color: transparent;
}
#navbars a{
	padding-left:25px;
}
.navbar-toggler{
	padding: 0px;
    margin-right: 27px;
	border: 0px;
}
#menu_nav_bar {
	width: 50%;
	position: fixed;
	top: 0;
	right: -50%;
	height: 100%;
	z-index: 999999999;
	background: #111111;
	color: #fff;
	transition: all 0.3s;
	overflow-y: auto !important;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}
#menu_nav_bar.active {
	right: 0;
}
#dismisses {
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.overlay {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 998;
	opacity: 0;
	transition: all 0.5s ease-in-out;
}
.overlay.active {
	display: block;
	opacity: 1;
}
#menu_nav_bar ul.components {
	margin-left: 122px;
	margin-top: 200px;
	position: absolute;
	margin-bottom: 0px;
	left: 0;
}
#mCSB_container {
	position: static;
}

#menu_nav_bar ul li a {
  font-size: 32px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  text-transform: uppercase;
}

#menu_nav_bar ul li.active>a,
a[aria-expanded="true"] {
	color: #fff;
	background: #111111;
}
#menu_nav_bar a[data-toggle="collapse"] {
	position: relative;
}
#menu_nav_bar .dropdown-toggle::after {
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
}
#menu_nav_bar ul ul a {
	font-size: 28px !important;
	font-weight: 300!important;
	color: #ffffff!important;
	text-transform: capitalize !important;
}
#menu_nav_bar ul.CTAs {
	padding: 20px;
}
#menu_nav_bar ul.CTAs a {
	text-align: center;
	font-size: 0.9em !important;
	display: block;
	border-radius: 5px;
	margin-bottom: 5px;
}
#menu_nav_bar a.download {
	background: #fff;
	color: #7386D5;
}
#menu_nav_bar a.article,
#menu_nav_bar a.article:hover {
	background: #6d7fcc !important;
	color: #fff !important;
}
#menu_nav_bar #content {
	width: 100%;
	padding: 20px;
	min-height: 100%;
	transition: all 0.3s;
	position: absolute;
	top: 0;
	right: 0;
}
#menu_nav_bar .components li ul {
	padding-top: 20px;
	padding-left: 25px;
}
#menu_nav_bar #pageSubmenu li {
	padding-bottom: 30px;
}
#menu_nav_bar .components li {
	padding-bottom: 20px;
}
#menu_nav_bar::-webkit-scrollbar {
	width: 4px;
}
#menu_nav_bar::-webkit-scrollbar-thumb {
	/*background: linear-gradient(to bottom, #0777d0, #68e0be);*/
    background: linear-gradient(to bottom, #b0ff44, #000);
}
#menu_nav_bar::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(to bottom, #b0ff44, #000);
	/*background: linear-gradient(to bottom, #0777d0, #68e0be);*/
}
#menu_nav_bar::-moz-scrollbars {display:none;}

#menu_nav_bar {
	direction: rtl;
	overflow: visible;
	background-repeat: no-repeat;
	background-size: 4px 415px;
}
/***** Filter search scrollbar start*****/
.filterby-box::-webkit-scrollbar {
	height: 5px;
}
.filterby-box::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px grey; 
	border-radius: 10px;
	background:#111111;
}
.filterby-box::-webkit-scrollbar-thumb {
	background: #524fa1; 
	border-radius: 10px;
}
.filterby-box::-webkit-scrollbar-thumb:hover {
	background: #524fa1; 
}
/***** Filter search scrollbar end*****/
.blur_background {
	display:block;
	-webkit-filter: blur(4px);
	-moz-filter: blur(4px);
	-o-filter: blur(4px);
	-ms-filter: blur(4px);
	filter: blur(4px);
	opacity: 0.99;
}
/*Home page CSS*/
.home_youtube {
    background-color: #000;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    cursor: pointer;
}
.home_youtube img {
    width: 100%;
    top: -16.82%;
    left: 0;
    opacity: 0.7;
}
.home_youtube .play-button {
    width: 90px;
    height: 60px;
    background-color: #333;
    box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
    z-index: 1;
    opacity: 0.8;
    border-radius: 6px;
}
.home_youtube .play-button:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26.0px;
    border-color: transparent transparent transparent #fff;
}
.home_youtube img,
.home_youtube .play-button {
    cursor: pointer;
}
.home_youtube img,
.home_youtube iframe,
.home_youtube .play-button,
.home_youtube .play-button:before {
    position: absolute;
}
.home_youtube .play-button,
.home_youtube .play-button:before {
    top: 50%;
    left: 50%;
    transform: translate3d( -50%, -50%, 0 );
}
.home_youtube iframe {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
a.solution-des-box{
	cursor: pointer;
}
#career_videos .owl-item.active.center .home_youtube iframe, #career_videos .owl-item.active.center img {
    padding-top: 28px;
}
/**06-Aug-2021 home*/
#home .carousel-caption h1{
    text-align: left;
    font-size: 28px;
    font-weight: 600;
    /*padding-top: 145px;*/
    line-height: 38px;   
}
#homeCarousel .home_slider_btn{
    display: block;
    margin-top: 28px;
}
#homeCarousel .carousel-caption{
    top: 50%;
    transform: translate(0,-50%);
}
.carousel, #homeCarousel .carousel-item, #homeCarousel .active {
        height: 100%;
    }
    #myCarousel .carousel-caption{
        left:15%;
    }
/*06-Aug-2021 home*/

   /*new css*/
.carousel-caption{
  left:0;
  right:0;
  margin:auto;
  top:50%;
  bottom: unset;
  transform:translate(0 , -50%);
}
.float-content {
    padding: 7px 0px 0px 25px;
    position: relative;
    max-width: 145px;
}
/*section#home .carousel-caption {*/
/*left: 7%;*/
/*}*/
#myCarousel .carousel-caption a button {
    display: block;
}
.float-content h4 {
    font-size: 12px;
    font-weight: 600;
    margin-bottom:30px;

}
.home-car7 .float-content h4 {
    font-size: 11px;
}
.flotting-slide {
    background-color: #000000cc;
    opacity: 1.2;
    padding: 30px;
    text-align: left;
    width: 50%;
}

.flotting-slide h2 {
    font-size: 18px;
}
.flot-slider {
    margin-bottom: 8px;
    display: inline-flex;
}
.carousel-indicators {
    position: absolute;
    bottom: 0px;
    z-index: 15;
    padding-left: 0;
    text-align: center;
    list-style: none;
}
.carousel-indicators li {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000\9;
    background-color: rgba(0,0,0,0);
    border: 1px solid #fff;
    border-radius: 10px;
    margin-left: 5px;
}
.carousel-indicators .active {
    width: 14px;
    height: 14px!important;
    margin-left: 5px;
    background-color: #0056b3;
    border: 1px solid #0056b3;
}
.float-content a.float-button {
    color: #573DFF;
    font-weight: 900;
    display: block;
    position:absolute; 
    bottom:0;
    font-size: 12px;
}

.flot-slider img {
width: 118px;
/*height: 118px!important;*/
}
.flot-slider a{
   margin-top: 5px; 
}
#myCarousel .carousel-caption h1{
    text-align:left;
    font-size: 35px;
    font-weight: 600;
    /*padding-top: 70px;*/
    /*padding-top: 145px;*/
    line-height: 40px;

}
.autonomous-caption {
    right: 45%!important;
    bottom: 20px!important;
    top: 35%!important;
    text-align: left!important;
    left: 30%!important;
}
.carousel-caption.text-left.autonomous-caption.first-slide h3 {
    font-size: 28px !important;
}
/*ipad pro landscape*/
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) 
  and (-webkit-min-device-pixel-ratio: 2) 
  and (orientation: landscape){
      #home {height: 70% !important;}
  }
  /*ipad pro landscape*/
 @media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) 
  and (-webkit-min-device-pixel-ratio: 2) 
  and (orientation: portrait){
      #homeCarousel img{
         object-fit: cover;
        height: 100%;
     }
  }
/*tab landscape*/
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    #solution-tabs .nav-tabs .nav-link, .solution-tabs .nav-tabs .nav-link{font-size:12px !important;}
    .autonomous-caption {
    right: 0 !important;
    left: 0 !important;
    margin: auto;
    top: 50% !important;
    bottom: unset !important;
    transform: translate(0, -50%) !important;
    max-width: 75%;
        display: block !important;
}
.carousel-caption.text-left.autonomous-caption.first-slide h3 {
    max-width: 45%;
    margin-left: 0;
    margin-bottom: 20px !important;
}
.solution-page-tabs .carousel-caption h3{font-size:32px !important;}
}
@media (max-width: 992px) {
	.campaigns-indiv-left{
		max-width: unset;
	}
}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
    .solution-page-tabs .carousel-caption{
        left: 0 !important;transform: translate(0%,-50%) !important;
    }
}
@media (max-width: 767px){
    #homeCarousel .carousel-caption {
        top: 50% !important;
        transform: translate(0,-50%);
    }
    .flotting-slide{
        width:95%;
        margin-left:0;
        padding:10px;
    }
    #home .carousel-caption h1{
        font-size: 24px !important;
        line-height: 34px !important;
    }
    #home .carousel-control-prev, #home .carousel-control-next{
        display:none;
    }
    .carousel-caption.text-left.autonomous-caption.first-slide h3 {
    font-size: 18px !important;
    line-height: 22px !important;
    margin: 0 0 12px!important;
    width: 100%;
}
.autonomous-caption {
    right: 0%!important;
    bottom: unset !important;
    top: 50%!important;
    text-align: left!important;
    left: 0 !important;
    display: block !important;
    transform: translate(0, -50%) !important;
}
.solution-page-tabs .carousel-caption h3 {
    font-weight: 400;
    font-size: 18px!important;
    max-width: 100%!important;
    margin-bottom: 15px;
    line-height: 28px !important;
}
.solution-page-tabs .carousel-caption .home_slider_btn {
    padding: 12px;
    font-size: 15px;
}
.solution-page-tabs .carousel-caption h3, .solution-page-tabs .carousel-caption h3{
    margin-bottom: 15px !important;
}
.solution-page-tabs .carousel-caption.autonomous-dr h3 {
    font-size: 16px !important;
    line-height: 20px !important;
    margin-bottom: 14px !important;
}
.solution-page-tabs .carousel-caption.autonomous-dr h3 br{display:none;}
.solution-page-tabs .carousel-caption.autonomous-dr .home_slider_btn {
    padding: 10px !important;
    font-size: 10px !important;
}
.solution-page-tabs .carousel-caption h3 span.five-slide {
    margin-top: 85px !important;
    display: block;
}
    /* span.carousel-control-prev-icon, a.carousel-control-next{*/
    /*    display:none;*/
    /*}*/
/*.home-car1 h1 {*/
/*    margin-top: 131px!important;*/
/*}*/
/*.home-car1 img {*/
/*    object-position: 34% 50%;*/
/*    object-fit: cover;*/
/*    height: 625px!important;*/
/*}*/

.new-slide{
    top:12%!important;
}
/*ol.carousel-indicators {
    display: none;
}*/
#solution-tabs ul.recent_news_wr li p{
        line-height: 15px;
}
.home-car2.carousel-item.first-slide h3 {
    font-size: 19px!important;
}
/*.carousel-caption {*/
/*    top: 22%!important;*/
/*}*/
.home-car3 img{
    object-position: 68%;
}
/*#home .carousel-caption h1{*/
/*   margin-bottom: 0;*/
/*   padding-top: 0px;*/

/*}*/
/*#home .home-car2 .carousel-caption {*/
/*    top: 8%;*/
/*}*/

.home-car2.carousel-item.first-slide img {
    object-position: 26%;
}
.home-car4.carousel-item h3 {
    font-size: 23px;
}
.home-car.carousel-item.first-slide h3 {
    font-size: 23px!important;
}
section#home #myCarousel .carousel-caption h1{
    width: auto;
    line-height: 26px !important;
    font-size: 17px!important;
}


.flot-slider img {
width: 120px;
height: 90px!important;
}
.float-content a{
    margin-top:15px;
}
}
/*iphone landscape*/
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2) 
  and (orientation: landscape)
{
    .flotting-slide{width: 100%;}
    .flot-slider img {
        width: 75px;
        height: 65px!important;
    }
    .float-content{padding: 7px 10px 0 8px;}
    .float-content h4 {font-size: 10px;}
    #home .carousel-caption h1 {
        font-size: 18px !important;
        line-height: 24px !important;
        margin-bottom: 10px !important;
    }
}

@media (min-width: 900px){
.newsmaker-slick {
    margin-bottom: -130px;
}}
@media (max-width: 767px){
    iframe.home-youvideo {
        height: 200px!important;
    }
}
/*Home page CSS*/

@media (max-width: 767px) {
/*	#myCarousel .carousel-caption {*/
/*    top: 28%;*/
/*}*/
	.simulation-white-img-box {
    padding: 60px 0 !important;
}
	.simulation-inner-main h3 {
		font-size: 27px !important;}
	.director-title .leadership-title {
		margin-top: -6px !important;
	}
	.news-title {
		display: none;
	}
	.careerans {
		width: 262px!important;
	}
	.pop-title-2 h4 ,.pop-title-2 p,.pop-title-2 label,.pop-title h4{
		font-size: 14px;
	}
	.pop-title {
		padding: 28px 10px 50px!important;
	}

	#footer-flex {display: flex; flex-direction: row;}
	.footer-flex-1 {order: 1;float: left;}
	.footer-flex-2 {order: 4;float: left;}
	.footer-flex-3{order: 3;float: left;}
	.footer-flex-4{order: 2;float: left;}

	body .investors-page-tabs .stock-tab li {
		width: 128px;
		height: 36px;
		text-align: center;
		line-height: 36px;
		background-color: transparent;
		display: inline-block;
	}
	.investors-page-tabs .stock-tab li a {
		font-size: 12px!important;
	}
	.careerans {
		width: 270px;
	}
	.insights-page-section .insights-bottom h4 {
		width: auto;
		white-space: normal;
	}
	.filter-header .filter-close {
		display: inline-block;
		float: right;
	}
	.filter-opt .highlight {
		background-color: #bfbfbf!important;
		color: #000;
	}
	.filter-btn a.apply-filter-btn {
		background-color: #b0ff44;
		color: #000!important;
		border: 1px solid #b0ff44;
		margin-left: 6px;
		font-weight: 600 !important;
	}
	.filterby-box {
		display: none;
	}
	.form-group.has-search {
		margin-bottom: 15px;
	}
	.full-height{
		min-height:unset!important;
		height:auto !important;
	}
	section#solution {
		min-height: auto !important;
		}
	#menu_nav_bar {
		width: 100%;
		right:-100%;
	}
	#menu_nav_bar ul.components {
		margin-left: 0;
		margin-top: 0px;
		margin-bottom: 0;
		padding-top: 50px;
	}
	#menu_nav_bar ul li a {
		font-size: 20px;
		line-height: 24px;
		padding-left: 35px;
	}
	#menu_nav_bar .active a {
		font-size: 20px;
		letter-spacing: 0.34px;
		margin-top: 0;
		width: auto;
		padding: 5px 0px 5px 33px;
		position: relative;
		color: #FFF;
		/*background-image: url(../img/mob-gradient-small.png) !important;*/
		background-repeat: no-repeat !important;
		line-height: normal;
		text-transform: uppercase;
	}
	#menu_nav_bar .active .sub-menu li a {
		background-image: none!important;
	}
	#menu_nav_bar .components li  {
		padding-bottom: 10px;
	}
	#menu_nav_bar #pageSubmenu li, #menu_nav_bar #homeSubmenu li {
		padding-bottom: 8px;
	}
	#menu_nav_bar ul ul a {
		font-size: 14px !important;
	}
	#menu_nav_bar .components li ul {
		padding-top: 5px;
		padding-left: 20px;
	}
	#menu_nav_bar  { 
		background-image: none;
	}
}

/*@media only screen and (max-width: 1024px) and (min-width: 768px) { */
	
/*	.newssection .section-title {*/
/*		margin-top: 45px !important;}*/
/*	.wpcf7-form-control-wrap {*/
/*    margin-bottom: 30px;*/
/*}*/
/*	.popup-3.careerans {*/
/*		width: 370px;*/
/*	}*/
/*	#menu_nav_bar ul.components {*/
/*		margin-left: 45px;*/
/*		margin-top: 0;*/
/*		margin-bottom: 0;*/
/*		padding-top: 60px;*/
/*	}*/
/*	#menu_nav_bar .components li ul {*/
/*		padding-top: 10px;*/
/*		padding-left: 40px;*/
/*	}*/
/*	#menu_nav_bar .components li {*/
/*		padding-bottom: 15px;*/
/*	}*/
/*	#menu_nav_bar #pageSubmenu li {*/
/*		padding-bottom: 10px;*/
/*	}*/
/*	#menu_nav_bar ul ul a {*/
/*		font-size: 22px !important;*/
/*	}*/
/*	.section-title{*/
		
/*		background-position: -53px 0px;*/
/*	}*/
/*	#solution-tabs .nav-tabs .nav-link, .solution-tabs .nav-tabs .nav-link{*/
/*		padding: 0 10px;*/
/*		font-size: 12px !important;*/
/*		min-height: 50px */
/*	}*/
/*	.solution-page-tabs .carousel-caption h3{*/
/*		font-size: 50px!important;*/
/*		font-weight: 400;*/
/*		max-width:750px!important;*/
/*	}*/
/*	.kpit-banner-slider .carousel-caption h3{*/
/*		font-size: 45px!important;*/
/*	}*/
/*}*/
/*header end*/
/*home landing start*/
 .landing-section{
     width:100%;
     height:100%!important;
}
 .main{
     width:701px;
     height:701px;
     margin:auto;
     padding: 0px;
     position: absolute;
     left: 50%;
     top: 50%;
     transform: translate(-50%, -50%);
	 background: url(../img/oval.svg) no-repeat;
	 background-position: calc(100% - 0px) calc(100% - 10px);
}
 .landing-circle-black {
	width: 441px;
	height: 441px;
	border-radius: 50%;
	transform: translate(0, 0);
	transition: all 0.3s ease-in-out;
	background:#000;
	top: 57%;
	left: 50%;
	position: absolute;
	transform: translate(-50%, -57%);
}
.landing-circle-parent1{
	width: 441px;
	height: 441px;
	top: 57%;
	left: 50%;
	position: absolute;
	transform: translate(-50%, -57%);
}
 .landing-circle-parent{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	transition: transform 3s;
}
 .landing-circle{
	width:50px;
	height:50px;
	background:url('../img/dot-circle.png') no-repeat;
	position: absolute;
	bottom: 40px;
	right: 40px;
	cursor: pointer;
}
 .landing-logo{
	color:#fff;
	position: absolute;
	top: 45%;
	left: -15px;
}
/*home landing end*/

/***** home page start *****/
.full-height{
	width:100%;
/*     min-height:100%; */
	height:auto;
}
section{
	width:100%;
	min-height:auto;
	padding-top:0px;
	position: relative;
	z-index: 100;
}
 #maindiv .stickyleft {
	position: fixed;
	top: 50%;
	left: 0;
	z-index: 10000;
	background-color: transparent;
	width:100px;
	margin-top:-40px;
}
 #sidebar nav ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
.list-group-div{
	position:relative;
}
#sidebar  nav  ul  li{
	background:transparent;
	border:0px;
	padding:0px;
}
#sidebar nav li a{
	position:relative;
	width:100%;
	height:27px;
	display:table;
}
 #sidebar nav li a .sidebar-bar{
	color: transparent;
	background: url(../img/scroll-grey.png);
	background-repeat: no-repeat ;
	width:31px;
	height:4px;
	position:absolute;
	top:0px;
	left:0px;
	transition: visibility 0s, opacity 0.5s linear;
}
 #sidebar .active .sidebar-bar{
	background: url(../img/scroll-gradient.png);
	background-repeat: no-repeat;
	border-radius: 0;
	float: left;
	width: 59px;
	height:5px;
}
 .sidebar-txt{
	opacity:0;
	visibility:hidden;
	position:absolute;
	top:-11px;
	left:5px;
	transition: visibility 0s, opacity 0.5s linear;
}
#sidebar li  a:hover .sidebar-bar{
	opacity:0;
	visibility:hidden;
}
#sidebar .circular_menu:hover{
	background:none;
}
#sidebar .circular_menu:hover .sidebar-txt{
	opacity:1;
	visibility:visible;
	top:0px;
	color:#a2a5ab;
}
#sidebar .active .sidebar-txt{
	color:#fff!important;
}
#sidebar .circular_menu:hover .sidebar-bar{
	display:none;
}
#sidebar .circular_menu:hover > ul > li{
	transform:rotate(0deg) translate(0px,0px)!important;
}
#home .title a {
	padding-left: 0px;
	display: inline-block;
	font-size: 60px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #ffffff;
}
#home .title {
	width: 100%;
	padding: 15px 100px;
	position: relative;
	color: #FFF;
	background-image: url(../img/gradient-big.png);
	background-repeat: no-repeat;
	display: inline-block;
}
#solution .title a, #you .title a, #newsmakers .title a, #careers .title a {
	padding-left: 0px;
	display: inline-block;
	font-size: 40px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #ffffff;
}
 #solution .title, #newsmakers .title, #careers .title {
	width: auto;
	padding: 0px 0px 0px 100px;
	position: relative;
	color: #FFF;
	background-image: url(../img/gradient-small.png);
	background-repeat: no-repeat;
	background-position: -70px 0;
	display: inline-block;
}
#you .title {
	width: auto;
	padding: 0px 0px 0px 100px;
	position: relative;
	color: #FFF;
	background-image: url(../img/gradient-small.png);
	background-repeat: no-repeat;
	background-position: -58px 0;
	display: inline-block;
}
.center_nav_tab #v-pills-tab a{
	display: inline-block;
	position: relative;
	background-color: #8C8C8C;
	padding: 3px 0;
	margin: 5px 0;
	border-radius: 0;
	width: 20px;
}
.center_nav_tab #v-pills-tab a:after {
	content: '';
	display: block;
	position: absolute;
	left: 100%;
	top: 50%;
	margin-top: -3px;
	width: 0;
	height: 0;
	border-top: 3px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 3px solid transparent;
	border-left: 10px solid #8C8C8C;
}
.description p {
	width: 40%;
	padding: 0 0 10px 90px;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.25;
	letter-spacing: normal;
	color: #808080;
}
.Read-More{
    padding-left: 90px;
}
.solution ul > li {
    display: block;
    position: relative;
}
.solution ul > li:after {
	content:"";
	background: linear-gradient(282deg, #3d7968, #134b70);
	display: block;
	height:4px;
	width: 500px;
	position: absolute;
	bottom: 0;
}
.subtitle{
	font-size: 60px;
	font-weight: 500;
	font-style: normal;
	color: #ffffff;
}
.home-des{
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	padding-top: 10px;
}
.home-view{
	font-size: 16px;
	font-style: normal;
	letter-spacing: normal;
	color: #B0FF44 !important;
	font-weight: 600;
	position:relative;
	z-index:9;
}
.home-view:hover{
    color: #B0FF44;
}
/*home weare start*/
.weare-parent{
	position:relative;
	width: 100%;
}
.weare-left{
	max-width:370px;
	position:absolute;
	top:0px;
	left:0px;
}
.weare-left-text .home-des{
    color: #808080;
}
.weare-right{
	/*background: url(../img/wave.gif) no-repeat;*/
	background: url(https://ddxpeyb9bmybt.cloudfront.net/wp-content/uploads/2019/04/01091611/wave.gif) no-repeat;
	min-height: 650px;
	margin-top: -100px;
	background-size: 100%;
	background-position: bottom right;
	width: 100%;
	float: right;
	position:relative;
	z-index:-1;
	max-width:1019px;
}
.weare-waves{
	float: right;
	margin-top: 220px;
	margin-right: -32px;
}
.weare-bus{
	width: auto;
	position: absolute;
	left: 50%;
	top:130px;
	z-index: 0;
	transform: translate(-50%,-50%);
}
.weare-right img{
    width:100%;
}
#myProgress,#newsprogress {
	width: 100%;
	background-color: #253B43;
	margin-top:0px;
}
#myBar,#newsbar {
	height: 4px;
	/*background-image: linear-gradient(91deg, #0777d0, #68e0be);*/
	background-image: linear-gradient(91deg, #524fa1, #524fa1);
}
/*home weare end*/
/*home solutions start*/
.overlap_img {
	position: absolute;
	top: 0px;
	left:0px;
}
#solution-tabs .nav-tabs .nav-item.show .nav-link, .solution-tabs .nav-tabs .nav-link.active {
	color: #f3f3f3;
	background-color: transparent;
	border-color: transparent transparent #f3f3f3;
	/*border-bottom: 4px solid #b0ff44!important;*/
	border-bottom: 4px solid #524fa1!important;
}
#solution-tabs .nav-tabs .nav-link, .solution-tabs .nav-tabs .nav-link{
	border: 1px solid transparent;
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem;
	color: #a2a5ab;
	font-size: 14px;
	text-transform: uppercase;
	min-height: 62px;
	background: transparent;
}
#solution-tabs .nav .active, .solution-tabs .nav .active, #solution-tabs .nav .activetab{
    color:#ffffff;
	/*border-bottom: 4px solid #b0ff44!important;*/
	border-bottom: 4px solid #B0FF44!important;
}
#solution-tabs .nav-tabs {
    justify-content: space-between;
/*     margin-top: 35px; */
}
#solution-tabs .tab-content{
    width: 100%;
}
.solution-car-box{
	margin-top:-225px;
}
.solution-car{
	text-align:center;
}
.solution-car img {
    width:100%;
}
.solution-text-box {
	/*margin-top: -310px;*/
	margin-top: 310px;
    z-index: 100;
    position: relative;
	/*display:table;
	float:left;*/
}
.solution-text-box ul li {
    width: 25%;
    float: left;
    padding: 0px 15px;
	min-height: 198px;
}
.solution-text-box > ul > li > a > div > img {
	min-height: 198px;
	max-height: 198px;
}
.solution-des p{
	/*font-family: 'Barlow';*/
	font-size: 24px;
	font-weight: 500;
	color: #ffffff;
	margin-bottom:25px;
}
.solution-des-box {
	display: table;
	position: relative;
	width: 100%;
}
.solution-des-box img {
    width: 100%;
}
.solution-des-box p {
	position: absolute;
	bottom: 0px;
	padding: 30px;
	margin: 0px;
	font-size: 16px;
	z-index: 10;
	line-height: 20px;
	letter-spacing: 0;
	/*font-weight: 500;*/
	color: #bbb;
}
.solution-des-box:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 8;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s, opacity 0.5s linear;
	background: #0777d0;
	/* Old browsers */
	background: -moz-linear-gradient(left, #0777d0 0%, #207cca 3%, #207cca 3%, #2989d8 50%, #68e0be 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(left, #0777d0 0%,#207cca 3%,#207cca 3%,#2989d8 50%,#68e0be 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #0777d0 0%,#207cca 3%,#207cca 3%,#2989d8 50%,#68e0be 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0777d0', endColorstr='#68e0be',GradientType=1 );
	/* IE6-9 */
}
.solution-des-box:hover:after{
	visibility: visible;
	opacity: 0.8;
}
.solution-des-add, .sol_plus_icon_img{
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s, opacity 0.5s linear;
	position:absolute;
	top:40px;
	left:45%;
	z-index:9;
	width:auto!important;
	z-index: 100;
}
.solution-des-box:hover .solution-des-add, .solution-des-box:hover .sol_plus_icon_img{
	visibility: visible;
	opacity: 1;
}
.autonomous-bg{
	width: 100%;
}
.autonomous-bg img{
	width:100%;
	margin-top:-250px;
}
#solution-tabs .nav{
	position:relative;
	z-index:999999;
}
/*home solutions end*/

/*home career start*/
 .career-txts{
/* 	max-width: 922px; */
	 max-width:100%;
/* 	min-height: 210px; */
}
 .career-txts h1{
    margin:33px 0px 37px;
}
.career-txts p{
    margin:0px;
    max-width:465px;
}
.career-txts a{
    margin-top:10px;
	display: table;
}
.career-txts a:hover{
    color: #b0ff44;
}
.home-view img {
    /*margin-left: 13px;*/
    margin-left: 0px;
}
#careers .kpitprogress {
    max-width: 655px;
}
#career_videos{
	position: relative;
	overflow: hidden;
/* 	left: -5% !important; */
}
/*home career end*/
/*#home{*/
/*	padding-top:80px;*/
/*	padding-bottom:15px;*/
/*}*/
#newsmakers .arrows-right{
	margin: 20px 0px 20px;
}
/****** home page end *****/

/*footer start*/
footer {
     background-color: #111111;
}
.footer_nav {
     background-color: #292929;
     padding: 40px 0px;
}
footer .footer_home ul li a {
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;	
} 
footer .footer_solution ul li a {
	font-size: 14px;
	letter-spacing: normal;
	color: #bfbfbf;
	margin-bottom: 7px !important;
	display: table;
}
footer .faq	ul li a {
  width: 34px;
  height: 17px;
  /*font-family: Barlow;*/
  font-size: 14px;
  letter-spacing: normal;
  color: #bfbfbf;	
}
.faq{
   margin: auto;
   display: table;
}
footer p {
     font-size: 12px;
     font-weight: 600;
     font-style: normal;
     font-stretch: normal;
     line-height: normal;
     letter-spacing: normal;
     color: #888888;
}
 .footer_social ul li{
     display: inline-block;
     list-style: none;
     margin: 0px 20px 0px 0px;
}
 .footer_social ul li .fa{
	width: 24px;
	height: 24px;
	border: 1px solid #bfbfbf;
	text-align: center;
	border-radius: 50%;
	line-height: 22px;
	font-size: 10px;
	color: #bfbfbf;
}
 .faq-social{
     position:absolute;
     bottom:0px;
     left:0px;
}
 .faq ul li a{
     margin-right:15px;
}
 footer li a:hover{
     /*color:#b0ff44!important;*/
    color: #B0FF44!important;
}
 .footer_home li{
     margin-bottom:13px;
}
 .footer_solution ul li:first-child a{
     color:#fff;
     margin-bottom: 12px;
     display: table;
	 font-weight: 500;
	font-size: 16px;
}
 .footer-copy{
     padding:33px 0px;
}
 .cin{
     text-align:right;
}
.footer_social ul li a:hover .fa {
    border: 1px solid #b0ff44;
	color:#b0ff44;
}
.footer_home, .footer_solution{
	padding-top:32px;
}
.footer_social {
    margin-top: 45px;
}
/*footer end*/

@media(min-width:1440px){
     .container-fluid{
         /*padding:0px 150px;*/
		 max-width: 1440px;
    }
    /* #home .title{*/
    /*     padding: 15px 150px;*/
    /*}*/
     #solution .title, #newsmakers .title, #careers .title {
         padding: 0px 0px 0px 150px;
    }
     #you .title{
         padding: 0px 0px 0px 150px;
    }
	#you .you_slider .slider_navs{
		max-width:80%;
	}
	
}
 @media(max-width:991px){
     /*kpit-home*/
     #homeCarousel img{
         object-fit: cover;
        height: 100%;
     }
     
    #home .carousel-caption h1{
        font-size:35px;
        line-height:48px;
        margin-bottom: 30px;
    }
    .solution-page-tabs .carousel-caption h3,.solution-page-tabs .carousel-caption h3{font-size:32px;line-height: 40px;margin-bottom: 30px !important;}
    .solution-page-tabs .carousel-caption .home_slider_btn{padding: 16px 28px;font-size: 18px;}
    .autonomous-caption {
    right: 0 !important;
    left: 0 !important;
    margin: auto;
    top: 50% !important;
    bottom: unset !important;
    transform: translate(0, -50%) !important;
    max-width: 75%;
        display: block !important;
}
     /*kpit-home*/
     
     .solution-page-tabs nav {
		overflow: auto;
		white-space: nowrap;
	}
	.solution-page-tabs .nav-tabs{
		display: table;
	}
	.solution-page-tabs .nav-tabs .nav-item{
		display: table-cell;
	}
     .investors-page-tabs {
		margin-top: -35px;
	}
	.investors-page-tabs nav {
		overflow: auto;
		white-space: nowrap;
	}
	.investors-page-tabs .nav-tabs {
		display: table;
	}
	.investors-page-tabs .nav-tabs .nav-item {
		display: table-cell;
		font-size: 10px;
		min-width: 125px;
	}
     .job-box {
		display: block;
		width: 100%; 
		overflow: hidden;
	}
	
	.solution_sub_slide {
		display: table-column;
	}
	.solution_sub_slide_inn  {
		display: table !important;
		padding: 16px !important;
		width: 100%;
	}
	.solution_sub_slide_inn img{
		max-height: 150px;
	}
     
     .faq-social{
         position:relative;
         margin: 40px 0px;
    }
	#solution-tabs nav {
		overflow: auto;
		white-space: nowrap;
	}
	#solution-tabs .nav-tabs{
		display: table;
		margin-top: 0px;
	}
	#solution-tabs .nav-tabs .nav-item{
		display: table-cell;
		min-width: 200px;
		white-space: initial;
	}
	
	.solution-car-box {
		margin-top: -120px;
	}
	.solution-car img {
		max-width: 700px;
	}
	.solution-text-box{
		overflow: auto;
		white-space: nowrap;
		margin-top: -165px;
	}
	.solution-text-box ul{
		display:table;
	}
	.solution-text-box ul li {
		width: 250px;
		float: unset;
		padding: 0px 15px;
		display: table-cell;
		min-width: 250px;
		white-space: normal;
		vertical-align: top;
	}
	.news-page-tabs nav {
		overflow: auto;
		white-space: nowrap;
	}
	.news-page-tabs .nav-tabs{
		display: table;
	}
	.news-page-tabs .nav-tabs .nav-item{
		display: table-cell;
	}
}
 @media(max-width:576px){
     .cin{
         text-align:left;
         margin:0px 0px!important;
	}
}
/*Newmakers start*/
.thumb {
     display: block;
     width: 100%;
     margin: 0;
     height: 478px;
     -webkit-transition:all 1.0s ease-in-out;
     -moz-transition:all 1.0s ease-in-out;
     -o-transition:all 1.0s ease-in-out;
     transition:all 1.0s ease-in-out;
}
.newsmaker-box{
	width: 100%;
    height: 100%;
    float: left;
    position: relative;
	padding-bottom:15px;
}
.newsmaker-box a{
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
}
.newsmaker-box a:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 8;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
    background: #0777d0;
    background: -moz-linear-gradient(left, #0777d0 0%, #207cca 3%, #207cca 3%, #2989d8 50%, #68e0be 100%);
    background: -webkit-linear-gradient(left, #0777d0 0%,#207cca 3%,#207cca 3%,#2989d8 50%,#68e0be 100%);
    background: linear-gradient(to right, #0777d0 0%,#207cca 3%,#207cca 3%,#2989d8 50%,#68e0be 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0777d0', endColorstr='#68e0be',GradientType=1 );
}
.newsmaker-box a:hover:after {
    visibility: visible;
    opacity: 0.8;
}
.newsmaker-box img {
    width: 100%;
    height: 100%;
}
.casestudy{
	background: rgba(0, 0, 0, 0.2);
    padding: 5px 10px 7px;
    margin-right: 12px;
    border-radius: 15px;
    font-size: 10px;
	position: absolute;
    top: 30px;
    left: 30px;
    z-index: 10;
}
.newsmaker-box-bottom {
    position: absolute;
    bottom: 0px;
    padding: 30px;
    margin: 0px;   
    z-index: 10;   
}
.newsmaker-box-bottom h2{
	font-size: 18px;
	font-weight: 500;
	margin-bottom:18px;
	color:#fff;
}
.newsmaker-box-bottom p{
	float:left;
	margin-bottom: 0px;
}
.newsmaker-box-bottom p span{
	font-size: 14px;
	font-weight: normal;
	color: #808080;
	float:left;
}
.newsmaker-box-bottom p span:last-child{
	list-style:disc outside none;
	display:list-item; 
	margin-left: 33px;
}
.newsmaker-box-left .newsmaker-box-add, span.plus_icon_img {
	top: 50%;
	margin-top:-24px;
}
.newsmaker-box-add, span.plus_icon_img {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
    position: absolute;
    top: 25%;
    left: 45%;
    z-index: 9;
    width: auto!important;
	height: auto!important;
	z-index: 15;
}
.newsmaker-box a:hover .newsmaker-box-add, .newsmaker-box a:hover span.plus_icon_img{
    visibility: visible;
    opacity: 0.8;
}
.newsmaker-box a:hover .newsmaker-box-bottom p span{
	color:#fff;
}
/*Newmakers end*/

/*career start*/
.scrolling-wrapper-flexbox {
  display: flex;
  flex-wrap: nowrap;
}
.scrolling-wrapper-flexbox .card {
  flex: 0 0 auto;
  margin-right: 16px;
  width:25%;
  height:272px; 
}
.scrolling-wrapper-flexbox .card img{
	width:100%;
}
.card-active{
	width:45% !important;
	height:369px !important;
	margin-top:-50px;
}
.scrolling-wrapper-flexbox {
  width: 100%;
  -webkit-overflow-scrolling: touch;
  margin-top: 65px;
}
.scrolling-wrapper-flexbox::-webkit-scrollbar {
  display: none;
}
#careers .slider_nav {
     position: absolute;
     right:0;
     display: inline-block;
	 top: 20px;
	 z-index: 9;
}
.card video{
	width: 100%;
    height: 100%;
    object-fit: fill;
}
/*career end*/
/*you start*/
 #you .you_slider {
     padding-left: 290px;
	 padding-top: 0px;
	 position:relative;
}
 #you .you_slider .slider_navs {
     position: absolute;
     left: 0px;
     max-width: 70%;
/*      padding: 60px 0 0 0; */
	 z-index:9;
	 top:85px;
}
 #you .slider_navs h2 {
     font-size: 60px;
     font-style: normal;
     font-stretch: normal;
     line-height: normal;
     letter-spacing: normal;
     color: #ffffff;
     margin:0;
	 font-weight: 500;
}
 #you .slider_navs p {
     font-size: 16px;
     font-weight: normal;
     font-style: normal;
     font-stretch: normal;
     line-height: normal;
     letter-spacing: normal;
     color: #bfbfbf;
     max-width: 244px;
     padding: 30px 0px 10px;
}
 #you .slider_navs a {
     font-size: 14px;
     font-weight: normal;
     font-style: normal;
     font-stretch: normal;
     line-height: normal;
     letter-spacing: normal;
     color: #b0ff44;
}
 #you .slider_navs span {
     font-size: 16px;
     font-weight: normal;
     font-style: normal;
     font-stretch: normal;
     line-height: normal;
     letter-spacing: normal;
     color: #808080;
}
 #you .slider_nav {
	 float:right;
	 right:10.5%;
	 margin-bottom:11px;
	 position:relative;
}
 #you .slider_nav a {
     /*background-color: #333333;*/
     width: 44px;
     height: 30px;
     float: left;
     text-align: center;
     padding-top: 1px;
	 cursor:pointer;
}
.you_slider-flexbox {
  display: flex;
  flex-wrap: nowrap;
}
.you_slider-flexbox .card {
  flex: 0 0 auto;
  padding-right: 17px;
  width:747px;
  height:480px; 
}
.you_slider-flexbox .card img{
	width:100%;
}
.you_slider-flexbox {
  width: 100%;
  -webkit-overflow-scrolling: touch;
}
.you_slider-flexbox::-webkit-scrollbar {
  display: none;
}
#you-images{
	position: relative;
    overflow: hidden;
	width:100%;
	height:100%;
}
/*you end*/
/* animation css for newsmakers start*/
 .animateout{
     -webkit-animation: zoomOutanimate 1s;
    /* Safari 4+ */
     -moz-animation: zoomOutanimate 1s;
    /* Fx 5+ */
     -o-animation: zoomOutanimate 1s;
    /* Opera 12+ */
     animation: zoomOutanimate 1s;
    /* IE 10+, Fx 29+ */
}
 .animatein{
     -webkit-animation: zoomInanimate 1s;
    /* Safari 4+ */
     -moz-animation: zoomInanimate 1s;
    /* Fx 5+ */
     -o-animation: zoomInanimate 1s;
    /* Opera 12+ */
     animation: zoomInanimate 1s;
    /* IE 10+, Fx 29+ */
}
 @-webkit-keyframes zoomOutanimate {
     from {
         opacity: 1;
    }
     50% {
         opacity: 0;
         -webkit-transform: scale3d(0.3, 0.3, 0.3);
         transform: scale3d(0.3, 0.3, 0.3);
    }
     to {
         opacity: 0;
    }
}
 @keyframes zoomOutanimate {
     from {
         opacity: 1;
    }
     50% {
         opacity: 0;
         -webkit-transform: scale3d(0.3, 0.3, 0.3);
         transform: scale3d(0.3, 0.3, 0.3);
    }
     to {
         opacity: 0;
    }
}
 @-webkit-keyframes zoomInanimate {
     from {
         opacity: 0;
         -webkit-transform: scale3d(0.3, 0.3, 0.3);
         transform: scale3d(0.3, 0.3, 0.3);
    }
     50% {
         opacity: 1;
    }
}
 @keyframes zoomInanimate {
     from {
         opacity: 0;
         -webkit-transform: scale3d(0.3, 0.3, 0.3);
         transform: scale3d(0.3, 0.3, 0.3);
    }
     50% {
         opacity: 1;
    }
}
/* animation css for newsmakers end*/

@media only screen and (max-width: 1399px) and (min-width: 1025px) {
	.career-page-people .kpit-tabs {
		margin-top: 40px !important;
	}
	#menu_nav_bar ul.components{
		margin-top: 150px;
	 }
	 .main-list .media {
		height: 40%;
	 }
	#home .title a {
		font-size: 44px;
		max-width: 470px;
	}
	#home .title {
		background-position: -130px 50%;	
		padding: 10px 100px;
	}
	.home-des {
		font-size: 22px;
	}
	#myProgress {
		margin-top: 12px;
	}
	#solution-tabs .nav-tabs {
/* 		margin-top: 10px; */
	}
	.solution-car img {
		width:100%;
	}
	
	#you .you_slider {
		padding-left: 250px;
	}
	#you .slider_navs h2{
		font-size: 40px;
	}
	.career-txts h1 {
		margin: 20px 0px 12px;
	}
	.subtitle {
		font-size: 42px;
	}
	.career-txts a {
		margin-top: 10px;
	}
	.responsive_mode {
		padding-top: 0 !important;
	}
	#newsmakers .slick-slide img{
		height:100%;
	}
	.autonomous-bg img{
		margin: -175px auto 0px;
		max-height: 620px;
	}
	#solution-tabs{
		margin: auto;
	}
	.solution-des-box p{
		padding:15px;
	}
	.scrolling-wrapper-flexbox .card{
		width: 21%!important;
		height: auto!important;
		max-height: 265px;
	}
	.scrolling-wrapper-flexbox .card-active{
		width: 50%!important;
		height: auto!important;
		max-height: 355px;
	}
	#careers .kpitprogress{
		margin: 40px auto;
		max-width: 50%;
	}
	.you_slider-flexbox .card {
		max-width: 600px;
		height: auto;
	}
	.section-title {
/* 		 padding: 5px 0px 5px 105px !important; */
		 background-position: -50px 0px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1035px) {
	#home .title{
		background-position: -150px -0px;
	}
	#home .title a{
		font-size:52px;
	}
	.weare-right{
		background-position: 85px 0%;
	}
	.weare-right img {
		width: 90%;
		margin-left: 90px;
	}
	#solution-tabs{
		max-width: 800px;
		margin: auto;
	}
	#solution-tabs .nav-tabs{
		margin-top: 0px;
	}
	.autonomous-bg img{
		margin-top: -190px;
	}
	.solution-car-box{
		margin-top: -150px;
	}
	.solution-text-box{
		margin-top: -200px;
	}
	.solution-des p{
		font-size: 18px;
	}
	.solution-des-box p{
		padding: 10px;
		font-size: 14px;
	}
	.solution-car-box img{
		width:100%;
	}
	#you .slider_navs h2{
		font-size:40px;
	}
}


/*Added on 12-11-2018*/
.background-line{
	position: absolute;
	top:0px;
	left:0px;
	width:100%;
}
.background-line svg{   
  display: block;
  position: absolute;
  z-index: 10;
  width: 100%;
  height: auto;
}

@media (max-width: 767px) {
	.simulation-dev-box {
    padding: 95px 55px !important;
    font-size: 20px !important;
	}
	.simulation-g-box{
		padding: 70px 20px !important;
	}
	.simulation-g-box p{
		font-size:20px;
	}
	#peopleatwork .diversity-box{
		margin-bottom:50px;
	}
	body #career_videos{
		margin-top:30px;
		left: 0 !important;
	}
	#newsmakers {
		padding-bottom: 30px !important;
	}
	
	.faq ul li {
		margin-bottom: 10px !important;
	}
	.footer_social ul {
		margin-bottom: 10px;
	}
	.footer_social {
		margin-top: 20px;
	}
	.footer_solution {
		padding-top: 15px;
	}
	.footer_solution ul li:first-child a {
		margin-bottom: 0;
		font-weight: 400;
	}
	footer .footer_home ul li a {
		font-size: 14px;
		line-height: 32px;
		letter-spacing: 0;
		font-weight: 400;
	}
	footer .footer_solution ul li a {
		font-size: 12px;
		margin-bottom: 0;
		letter-spacing: 0;
		    padding: 0 0 10px 0;
	}
	.footer_home li {
		margin-bottom: 0;
	}
	section {
		min-height: unset;
		margin-top: 0px!important;
	}
	
	#about_values .section-title{margin-top:40px !important;}
	#about_leaderships .section-title{margin-top:40px !important;}
	#about_vission_mission .section-title {
    margin-top: 35px !important;
}
	.banner-height{
		height: auto!important;
	}
	.about-banner-box{
		width:85%!important;
	}
	.about-banner-box p {
		font-size: 18px;}
	#maindiv{
		display:none;
	}
	#home{
		padding-top:75px;
	}
	.iget h4 {
    font-size: 20px !important;
}
	.landing-section {
		height: 100%!important;
	}
	.landing-logo {
		left: 20px;
	}
	.mob-home-container{
		padding:0px!important;
	}
	#home .container-fluid {
		padding: 0px 20px;
	}
	#home .title {
		padding: 10px 20px;
		background-image: url(../img/gradient-big.png);
		background-position: -427px 0;
	}
	#home .title a {
		font-size: 20px;
	}
	.home-des {
		font-size: 18px;
		width: 94%;
		color: #ffffff;
		max-width: 370px;
		text-align: left;
	}
	.home-view {
		font-size: 12px!important;
		font-weight: 400;
		line-height: 20px;
	}
	.solution-des .home-view {
		font-size: 10px!important;
	}
	.solution-des .home-view img {
		width: 10px!important;
	}
	#myProgress {
		    margin-top: 10px;
         width: 50%;
	}
	.weare-left{
		position:relative;
		padding-left:25px;
	}
	.weare-right img {
		margin-left: 0;
	}
	.weare-right {
		min-height: 320px;
		background-position: 0;
		margin-top: -30px;
		background-position: center;
		background-size: 150%;
	}
	.weare-parent {
		width: 100%;
	}
	#solution .title, #newsmakers .title {
		width: 100%;
		padding: 5px 0px 5px 10px;
		background-position: -160px 0;
	}
	#solution .title a, #newsmakers .title a, #careers .title a {
		padding-left: 20px;
		font-size: 21px;
	}
	#solution-tabs .nav-tabs{
		margin-left:40px;
	}
	.autonomous-bg{
		position:absolute;
	}
	.autonomous-bg img {
		margin-top: -50px;
		height: 400px;
		object-fit: cover;
	}

	.solution-text-box {
		margin-top: 0px;
		margin-left: 20px;
	}
	.solution-text-box ul li {
		padding: 0px 10px 0px 0px!important;
		min-width: 140px;
	}
	.solution-des-box p{
		padding: 10px;
		font-size: 12px;
		line-height: 12px;
		font-weight: 300;
	}
	#you .slider_nav a {
		width: 34px;
		height: 24px;
		line-height: 20px;
		padding: 0;
	}
	
	.solution-car img {
		width: 178%;
		position: relative;
		left: 50%;
		top: 0;
		transform: translate(-48%, 25%);
	}
	.solution-des p{
		font-size:14px;
		margin-bottom: 15px;
		line-height: 20px;
		font-weight:400;
	}
	.mob-you-container{
		padding-left:25px;
	}
	#you .you_slider .slider_navs {
		max-width: 280px;
		padding: 0;
		position: relative;
		top: 0px;
		margin-bottom: 0px;
	}
	#you .slider_navs h2 {
		font-size: 20px;
	}
	#you .slider_navs p {
		font-size: 12px;
		padding: 10px 0;
	}

	#you .slider_navs span {
		font-size: 11px;
	}
	#you .you_slider {
		width: 100%;
		padding-left: 0;
	}
	#you .you_slider-flexbox {
		margin-top: 0px;
	}
	#you .title {
		width: 100%;
		padding: 5px 0px 5px 42px;
		background-position: -200px 0;
	}
	#you .title a {
		padding-left: 0;
		font-size: 21px;
	}
	#you .you_slider-flexbox .card {
		margin-right: 12px;
		width: 270px;
		height: auto;
		
	}
	#you .slider_nav {
		margin-right: 7px;
		position: relative;
		top: 0px;
	}
	.newsmaker-box-bottom{
		padding: 15px;
	}
	.newsmaker-box-bottom h2{
		font-size: 10px;
		margin-bottom: 10px;
		font-weight: normal;
	}
	.newsmaker-box-bottom p span{
		font-size:10px;
	}
	.newsmaker-box-bottom p span:last-child {
		margin-left: 27px;
	}
	.newsmaker-box {
		padding-bottom: 18px;
	}
	.newsmaker-box-bottom {
    padding: 10px !important;
}
	#careers .career-txts h1 {
		margin: 0px 0px 0px;
		font-size: 20px;
		letter-spacing: 0.24px;
		line-height: 32px;
	}

	#careers .career-txts a {
		margin-top: 10px;
	}
	#careers .career-txts {
		max-width: 100%;
		    
	}
	/*.career-txts{
		max-height: 140px;
	}*/
	#careers .scrolling-wrapper-flexbox .card {
		margin-right: 5px;
		width: 50px;
		height: 50px;
	}
	#careers .scrolling-wrapper-flexbox .card img {
		width: 100%;
		height: auto;
	}
	#careers .card-active {
		width: 175px!important;
		height: 100px!important;
		margin-top: -25px;
	}
	
	#career_videos .owl-stage-outer {
		left: unset;
	}
	#careers .kpitprogress {
		max-width: 90%;
		margin-left: 0;
		margin-top: 60px;	
	}
	#careers {
		padding-top: 0px !important;
	}
	#careers .title {
		width: 100%;
		padding: 5px 0px 5px 10px;
		background-position: -185px 0;
	}
	.carrer_arrows {
		padding: 10px;
		float: left;
	}
	footer {
		margin-top: 20px;
	}
	.footer_nav {
		padding: 55px 30px 25px;
	}
	.footer-copy {
		padding: 25px 0 60px 28px;
		margin: 0 !important;
	}
	footer .faq ul li a {
		font-size: 12px;
		font-weight: 400;
		letter-spacing: 0;
		color: #bfbfbf;
	}
	.main{
		width: 300px;
		height: 300px;
		background-size: 100%;
		background-position: center;
    }
	.landing-circle-black{
		width: 170px;
        height: 170px;
    }
	.landing-circle-parent1{
		width: 170px;
		height: 170px;		
	}	
     .landing-logo{
         left: 44px;
    }
     .landing-logo img{
         width: 66px;
    }
     .landing-circle{
         right: -13px;
         bottom: -13px;
		 background-size: 50%;
    }
	.weare-left-text{
		max-width:210px;
	}
	.weare-bus {
		margin-top: 0;
		width: 75%!important;
	}
	
	.weare-bus {
		width: auto;
		position: absolute;
		left: 50%;
		top: 92px!important;
		z-index: 0;
		transform: translate(-50%,-50%);
	}
     #solution-tabs .nav-tabs .nav-item br{
         display:none;
    }
	.footer_home, .footer_solution{
		padding-right:6px;
		padding-top: 10px;
	}
	.footer_nav img {
		margin-bottom: 35px;
	} 
	.faq{
		margin-left:0px;
		margin-bottom: 7px;
	}
	footer p{
		font-size: 10px;
		font-weight: 400;
	}
	.insights-page-section .insights-bottom p {
		width: 70% !important;
	}
	.content_overflow {
		padding-top: 5px;
	}
	.insight-section {
		margin-top: 80px !important;
	}
	.solution-text-box {
		position: relative;
		top: initial;
		left: initial;
		margin-top: 50px;
		overflow: auto;
		white-space: nowrap;
		padding-left: 15px;
		display: block;
		float: unset;
	}
	.solution-text-box > ul > li > a > div > img{
		min-height:unset;
	}
}

@media only screen and (max-width: 575px) {
	.faq ul li{
		width:50%;
		margin-bottom: 15px;
	}
	.udacity-forge-partnership {
		padding: 15px 10px !important;
	}
}

.circular_menu > ul > li:nth-child(1) {
transform: rotate(-73deg) translate(35px,-25px);
}
.circular_menu > ul > li:nth-child(2) { 
transform: rotate(-32deg) translate(37px,0px);
}
.circular_menu > ul > li:nth-child(3) { 
transform: rotate(0deg) translate(42px,15px);
}
.circular_menu > ul > li:nth-child(4) { 
transform: rotate(29deg) translate(39px,26px);
}
.circular_menu > ul > li:nth-child(5) { 
transform: rotate(64deg) translate(35px,49px);	
}
.circular_menu  {
background: url(../img/side-slide.png) no-repeat;
height:140px;
}
.horizontal_menu  {
	width: 25px !important;
}
.arrows-right .arrow-left, .arrows-right .arrow-right{
	/*background-color: #333333; */
    width: 44px;
    height: 30px;
    float: left;
    text-align: center;
    padding-top: 1px;
	cursor:pointer;
}

/* solutions page start */
.header-fixed{
	position: fixed;
	top:0px;
	left:0px;
    width: 100%;
    z-index: 999;
    background: transparent;
}
.solution-page-tabs .nav-tabs {
    border: 0px;
}
.tab-nopadding{
	padding:0px!important;
}
.solution-page-tabs.solution-tabs {
    margin-top: 90px;
	overflow: hidden;
}
.solution-tabs-slide{	
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	height:700px;
}
.autonomous-img1{
	background-image:url('../img/autonomous1.jpg');
}
.autonomous-img2{
	background-image:url('../img/autonomous2.jpg');
}
.solution-page-tabs .carousel-caption h3 {
    font-size: 50px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 40px;
	max-width: 950px;
	text-align:center;
	margin: auto;
}	
.tabsprogress .kpitprogress{
	width:30%;
	float:left;
margin-top: 12px;
}

.tabsprogress .tab-numbers{
	float:right;
}
.home-view img{
	width:auto!important;
	cursor: pointer;
}

/* work impact start */
.solution-page-work{
	margin-top:80px;
}
.arrows-right{
	float:right;
}

.thumb-box p {
    position: absolute;
    bottom: 0px;
    padding: 30px;
    margin: 0px;
    font-size: 22px;
    z-index: 10;
    line-height: 25px;
    letter-spacing: 0;
    font-weight: 500;
	color: #bfbfbf;
}
.thumb-box-row{
	height:100%;
}
.thumb-box-bg{
	background:#1a1a1a;
}
.thumb-box-col:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 8;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
	background:url(../img/workimpact2.png) no-repeat;
	background-size: cover;
}
.thumb-box-col:hover:after {
    visibility: visible;
    opacity: 0.8;
}
.thumb-box-add{
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
    position: absolute;
    top: 50%;
    left: 45%;
    z-index: 9;
    width: auto!important;
}
.thumb-box-col:hover .thumb-box-add {
    visibility: visible;
    opacity: 1;
}
.thumb-box img{
	width:100%;
	height:100%;
}
.thumb-box .thumb-box-add{
	height: auto;
}
.thumb-box-row > [class*='col-']:first-child{
	margin-bottom:20px;
}

/* work impact end */

/* insights start */
.insight-section{
	margin-top:210px;
}
.insight-section .arrows-right{
	margin: 50px 0px 20px;
}
.insight-images {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.insight-images .card {
    flex: 0 0 auto;
	max-width:370px;
}
.insight-top{
	position:relative;
}
.insight-top img{
	width:100%;
}
.insight-top-buttons{
	position:absolute;
	top:30px;
	left:30px;
	z-index:10;
}
.insight-top-buttons a{
	background:rgba(0, 0, 0, 0.2);
	padding:5px 10px 7px;
	margin-right:12px;
	border-radius:10px;
	font-size: 10px;
}
.insight-top-buttons a:hover{
	color:#fff;
}
.insight-bottom-img{
	position:absolute;
	bottom:30px;
	left:30px;
	z-index:10;
	width:auto!important;
}
.insight-bottom h4{
	font-size: 22px;
	font-weight: 500;
	color: #ffffff;
	margin-top:25px;
	margin-bottom:20px;
}
.insight-bottom p{
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	line-height: 1.25;
	margin-bottom:22px;
}
.insight-thump-des{
	min-height:60px;
}
.insight-bottom p span{
	color: #fff;
}
/* insights end */
/* offerings start */
.offerings-section{
	margin-top:240px;
}
.offerings-section .arrows-right{
	margin: 50px 0px 20px;
}
.offerings-images {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.offerings-images .card {
    flex: 0 0 auto;
    margin-right: 17px;
	width: 100%;
	max-width:370px;
}
.offerings-images h4{
	font-size: 28px;
	font-weight: 500;
	min-height:85px;
	margin-bottom:0px;
}
.card-ul{
	width:100%;
	height:100%;
}
.card-ul li{
	border:0px;
	background:transparent;
	padding:0px;
}
.card-ul li a{
	background:#1a1a1a;
	padding:39px 30px;
	display:table;
	width:100%;
	margin-bottom:16px;
	position:relative;
}
.offerings-add-parent{
	display:none;
	float: left;
	z-index: 99;
    position: relative;
	height: 100%;
}
.offerings-add-child{
	vertical-align: middle;
    height: 100%;
    display: table-cell;
	width: 42px;
}
.offerings-add-child img {
    width: auto!important;
}
.card-ul li a span{
	font-size: 20px;
	font-weight: normal;
	color: #bfbfbf;
	float: left;
    margin-left: 0px;
    max-width: 240px;
	line-height: 1.5;
    margin-top: -5px;
	z-index: 99;
    position: relative;
}
.card-ul li a:after{
	content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 8;
	visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
    background: #0777d0;
    background: -moz-linear-gradient(left, #0777d0 0%, #207cca 3%, #207cca 3%, #2989d8 50%, #68e0be 100%);
    background: -webkit-linear-gradient(left, #0777d0 0%,#207cca 3%,#207cca 3%,#2989d8 50%,#68e0be 100%);
    background: linear-gradient(to right, #0777d0 0%,#207cca 3%,#207cca 3%,#2989d8 50%,#68e0be 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0777d0', endColorstr='#68e0be',GradientType=1 );
}
.card-ul li a:hover:after {
    visibility: visible;
    opacity: 0.8;
}
.card-ul li a:hover .offerings-add-parent{
	display:block;
}
.card-ul li a:hover span{
	color:#b0ff44;
}
/* offerings end */

.owl-nav {
    display: none;
}

@media(max-width:767px){
	.about-page-search-tabs .mob-container {
		padding: 0px 15px!important;
	}
	.careerpagetop {
		margin-top: 56px !important;
		height: auto!important;
	}
	#careerpagetop-carousel{
		height:250px;
	}
	
	.tab-inside {
		padding-top: 1px;
	}

	#navbars a img{
		width:54px;
	}
	.navbar-toggler{
		margin-right:16px;
	}
	.mob-container{
		padding:0px 30px!important;
	}
	.mob-container-fluid{
		padding:0px 25px!important;
	}
	.res-pl-15{
		padding-left:15px!important;
	}
	.res-pr-15{
		padding-right:15px!important;
	}
	.res-mt-0{
		margin-top:0px!important;
	}
	.res-mb-0{
		margin-bottom:0px!important;
	}
	.res-mt-15{
		margin-top:15px;
	}
	.res-mb-15{
		margin-bottom:15px;
	}
	.res-mr--30px{
		margin-right:-30px!important;
	}
	.arrows-right{
		margin: 30px 0px 20px !important;
	}
	.insight-top-buttons {
		top: 15px;
		left: 15px;
	}
	#solution-tabs .nav-tabs .nav-link{
		font-size:10px;
		min-width: 100px;
		padding: 5px;
	}
	#solution-tabs .nav .active, .solution-tabs .nav .active, #solution-tabs .nav .activetab {
    opacity: 1!important;
    border-bottom: 2px solid #b0ff44!important;
}
#solution-tabs .nav-tabs .nav-link, .solution-tabs .nav-tabs .nav-link {
	color:#fff;
	opacity:0.6;
}
	.solution-tabs .nav-tabs .nav-link{
		font-size:12px;
		letter-spacing: 0.5px;
	}

	.solution-tabs-slide{
		height:400px;
	}
	.thumb-box p{
		padding: 15px;
		font-size: 12px;
		line-height: 16px;
	}
	.workinthisteam-car img{
		width:100%;
		max-width:200px;
	}
	.section-title {
		padding: 4px 0px 4px 30px;
		font-size: 20px;
		background-position: -137px 0px;
		letter-spacing: 0.34px;
		margin-top: 41px;
	}
	
	.learnmore {
		margin-top: 50px;
	}
	.iget {
		margin-top: 35px;
		margin-bottom: 35px;
	}
	.iget-content{
		bottom: 35px !important;
	}
	.beapart {
		margin-top: 35px;
		margin-left: 55px;
	}
	.workinthisteam-box{
		max-width:225px;
	}
	.card-ul li a{
		padding:23px 10px 23px 20px;
	}
	.card-ul li a span{
		font-size: 16px;
		max-width: 145px;
	}
	.workinthisteam{
		margin-top:30px;
	}
	.workinthisteam-box{
		padding: 30px 16px !important;
		min-height:unset;
		min-height: 230px !important;
		background-color: #404040;
	}
	.workinthisteam-box h4 {
		margin-top: 0px;
		margin-bottom: 15px;
		font-size: 20px !important;
		font-weight: 400;
	}
	.workinthisteam-box p{
		font-size:12px;
		line-height: 16px;
	}
	.workinthisteam-box .explore-btn{
		width:100%;
		max-width:190px;
		font-size: 12px;
		padding: 14px !important;
	}
	.iget h4{
		font-size:20px;
		margin-bottom: 20px;
	}
	.iget p{
		font-size:12px;
		margin-bottom: 15px;
	}
	.workinthisteam-car{
		top:268px;
	}
	.bdiv {
		position: relative;
		padding: 100px 0px 0px;
	}
	.insights-section {
		padding-top: 90px;
	}
	.insights-top-buttons {
		top: 20px !important;
    	left: 20px !important;
	}
	.insights-bottom h4{
		font-size:16px;
	}
	.insights-bottom p{
		font-size:12px;
	}
	.offerings-section{
		padding-top:25px;
		margin-top:0px;
	}
	.offerings-images h4{
		font-size:20px !important;
		font-weight: 400;
	}
	.insight-images .card, .offerings-images .card{
		max-width: unset;
	}
}

/* solutions page end */

/* resource page start */
.resource-section{
	background:url("../img/resource-banner.png");
	background-size: 100%;
    background-repeat: no-repeat;
    background-position: top center;
}
.resource-search-box{
	max-width: 650px;
	width:100%;
	position: absolute;
    left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 15;
}
.resource-search-box .form-control {
    border-radius: 0;
    background-color: #fff;
    height: 48px;
    border: 0;
    outline: 0;
    color: #212121;
    padding: 0 48px;
}
.resource-search-box .form-control-feedback {
	position: absolute;
	z-index: 2;
	display: block;
	width: 2.375rem;
	height: 48px;
	line-height: 3rem;
	text-align: center;
	color: #212121;
	opacity: 0.2;
	left: 5px;
	font-size: 20px;
}
.fa-close{
	position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 48px;
    line-height: 3rem;
    text-align: center;
	color: #212121;
	opacity: 0.5;
    right: 0;
    top: 0px;
    cursor: pointer;
}
.resource-search-box h4{
	font-size: 40px;
    font-weight: 500;
    color: #827e7c !important;
    text-align: center;
    margin-top: 0;
    position: absolute;
    left: 50%;
    width: 100%;
    margin-top: 40px;
    transform: translate(-50%);
}
.page-search-title {
	font-size: 22px;
    font-weight: 500;
    color: #ffffff;
    padding-bottom: 15px;
    display: inline-block;
  }
  .page-search-result-container {
    border-bottom: 1px solid #333333;
    margin: 0 0 30px;
    padding: 0 0 20px;
}
.page-search-result-container:last-child{
	border: none;
}
.resource-search-box h4 span{
	color:#fff;
	padding-left:15px;
}
.resource-box-main h4{
	font-size: 22px;
	font-weight: 500;
	color: #ffffff;
	margin-top:45px;
}
.resource-box{
	background:#1d1d1d;
	padding:23px 30px;
	position:relative;
	margin-top:17px;
}
.resource-box img {
    position: absolute;
    top: 0px;
    left: 0px;
	width:100%;
	height:100%;
}
.resource-box label{
	font-size: 16px;
    font-weight: normal;
    color: #a1a1a1;
    line-height: normal;
    margin-bottom: 23px;
	position:relative;
}
.resource-box p{
	font-size: 22px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 0px;
	position:relative;
}
.resource-loadmore{
	color:#fff;
	font-size: 16px;
	font-weight: 600;
	margin: 56px auto 16px;
    text-align: center;
	cursor:pointer;
}
.resource-box-main hr{
	background: #333333;
    margin: 40px 0px 0px;
	float:left;
	width:100%;
}
.video-box{
	position:relative;
}
.video-top{
	position:relative;
}
.video-top img {
    width: 100%;
}
.play-btn{
	bottom:35px;
	left:35px;
	position:absolute;
	cursor:pointer;	 
	width: auto!important;
}
.video-bottom{
	background:#1d1d1d;
	padding:23px 30px;
}
.video-bottom p{
	font-size: 22px;
	font-weight: 500;
	color:#fff;
}
.video-ul{
	width:100%;
	border:1px solid red;
	float: left;
}
.video-ul li{
	width:32%;
	float:left;
	margin-right:1%;
}
.resource-box-main:last-child hr {
    display: none;
}
@media(max-width:767px){
	.campaigns-bottom-right {
		padding-left: 10px;
	}
	.resource-search-box .form-control {
		height:40px;
		font-size: 12px;
		line-height: 18px;
	}
	.resource-search-box .form-control-feedback {
		height: 40px;
		line-height: 37px;
	}
	.fa-close {
		height: 40px;
		line-height: 37px;
	}
	.insight-bottom h4 {
		font-size: 16px;
		font-weight: 400;
		min-height: unset!important;
	}
	.insight-bottom p {
		font-size: 12px;
		font-weight: 400;
		line-height: 16px;
		letter-spacing: 0;
		margin-bottom: 15px;
	}
	.insight-bottom p span {
		font-size: 12px;
		font-weight: 400;
		line-height: 16px;
		letter-spacing: 0;
		margin-bottom: 15px;
	}
	.insight-bottom-img {
		bottom: 15px;
		left: 15px;
		width: 60px !important;
		height: 60px;
	}
	.arrows-right .arrow-left, .arrows-right .arrow-right {
		width: 34px;
		height: 24px;
		line-height: 18px;
	}
	.solution-page-tabs.solution-tabs {
		margin-top: 70px;
	}
	#navbars {
		padding: 16px 0px;
	}
	.resource-search-box{
		max-width: 270px;
		margin-top:15px;
	}
	.resource-search-box h4{
		font-size: 20px;
	}
	.resource-box-main h4{
		font-size:16px;
	}
	.resource-box p{
		font-size:14px;
	}
	.resource-box label{
		font-size:10px;
	}
}
/* resource page end */






/* ipad view start */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	#home {
		padding-top: 11%;
	}
	.gototalentojo-box p {
		font-size: 18px !important	;
	}
	.gototalentojo-box {
		padding: 20px !important;
	}
	.filterby-row {
		margin: 35px 0px 26px !important;
	}
	.career-page-people, .career-page-people .kpit-tabs {
		margin-top: 40px !important;
	}
	.careertop-explorebox p {
		font-size: 12px;
	}
	.career-whykpit-top-left h4 {
		font-size: 32px !important;
	}
	.careertop-explorebox h5 {
		font-size: 16px;
	}
	.insight-bottom h4 {
		font-size: 16px;
	}
	.insight-bottom p {
		font-size: 12px;
	}
	.iget h4 {
		font-size: 34px;
	}
	.workinthisteam-box h4 {
		font-size: 20px !important;
		margin-bottom: 30px;
	}
	.new-button-blue {
    padding: 10px 15px!important;
	}
	.iget-content h4{
		padding:0 30px !important;
	}
	.job-box .job-title {
		font-size: 16px !important;
	}
	.beyondwork-box p {
		font-size: 16px !important;
	}
	.contact-form {
		margin-top: 130px !important;
	}
	.offerings-images h4{
		font-size: 18px !important;
		min-height: 85px !important;
	}
	.card-ul li a span {
		font-size: 14px !important; max-width: 245px !important;
	}
	.thumb-box img{
		height: 100%;
	}
	#home .title a {
		font-size: 46px;
	}
	.card {
		display: table;
	}
	footer {
		margin-top: 20px;
	}
	.footer_nav {
		padding-left: 0;
	}
	.cin{
		color: #737373;
	}
	.map_responsive{
		height: 600px;
	}
	.faq{
		margin-top:-7px;
	}
	.footer-copy {
		padding: 33px 0px 15px;
	}
	.full-height{
		min-height:unset!important;
	}
	.insights-page-section .card{
		display:initial;
	}
	.insights-page-section .insights-bottom p{
		width:65%;
	}
	/*dinesh start*/
	/*
	.newsmakers-slide .banner-shadow {
		min-height: auto !important;
		border: 1px solid red;
	}
	.newsmakers-slide .active .col-12.col-sm-8.col-lg-8 .banner-shadow img{
		height: 326px;
	}
	*/

	/*dinesh end*/
}
/* ipad view end */
@media (min-width: 481px) and (max-width: 767px) {
  .owl-stage { right: 0;} 
}

/* career page start */
.three_circular_menus {
	background: url(../img/career_menus.png) no-repeat;
	height: 140px;
}
.three_circular_menus > ul > li:nth-child(1) {
	transform: rotate(-34deg) translate(20px,23px);
}
.three_circular_menus > ul > li:nth-child(2) { 
	transform: rotate(-3deg) translate(38px,41px);
}
.three_circular_menus > ul > li:nth-child(3) { 
	transform: rotate(30deg) translate(52px,49px);
}
.three_circular_menus .sidebar-txt {
	width: 110px;
}
/* career top start */

/* career page start */
.four_circular_menus {
	background: url(../img/solution_circle_menu.png) no-repeat;
	height: 140px;
}
.four_circular_menus > ul > li:nth-child(1) {
	transform: rotate(-62deg) translate(30px,-17px);
}
.four_circular_menus > ul > li:nth-child(2) { 
	transform: rotate(-18deg) translate(38px,17px);
}
.four_circular_menus > ul > li:nth-child(3) { 
	transform: rotate(20deg) translate(49px,37px);
}
.four_circular_menus > ul > li:nth-child(4) { 
	transform: rotate(53deg) translate(51px,59px);
}

.four_circular_menus .sidebar-txt {
	width: 110px;
}
#sidebar .four_circular_menus:hover .sidebar-txt {
    width: 400px;
}
/* career top start */

.careerpagetop{
	height:100%;
}
.kpit-banner-slider , .kpit-banner-slider .carousel-inner, .kpit-banner-slider .carousel-item{
	height:100%;
}
.kpit-banner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 100%;
    width: 100%;
}

.careertop-img1 .tab-numbers, .tabsprogress .tab-numbers {
    float: left !important;
    padding-left: 20px;
}
.kpit-banner-slider .carousel-caption {
    position: relative;
    left: 0px;
    top: 50%;
    transform: translate(0%, -65%);
    height: auto;
    display: table;
    text-align: left;
	width: 100%;
}
.kpit-banner-slider .carousel-caption h3 {
    font-size: 60px;
    font-weight: 500;
    line-height: 1.33;
    margin-bottom: 40px;
    max-width: 950px;
}
.careertop-explorebox{
	position:absolute;
	left:0;
	right:0;
	bottom:0px;
	padding:39px 40px 45px;
	background:#494a49;
	max-width: 1140px;
    margin: auto;
}
.careertop-explorebox h5{
	margin-bottom:0px;
}
.careertop-explorebox a{
	background: #53509b;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    width: 180px;
    padding: 15px;
    margin-top: 15px;
    display: table;
    color: #fff !important;
	float:right;
}
.kpit-tabs .nav-tabs .nav-item.show .nav-link {
	color: #f3f3f3;
	background-color: transparent;
	border-color: transparent transparent #f3f3f3;
	/*border-bottom: 4px solid #b0ff44!important;*/
	border-bottom: 4px solid #B0FF44!important;
}
.kpit-tabs .nav-tabs .nav-link{
	border: 1px solid transparent;
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem;
	color: #a2a5ab;
	font-size: 14px;
	text-transform: uppercase;
	min-height: 57px;
	background: transparent;
}
.kpit-tabs .nav .active{
	color:#fff;
	/*border-bottom: 4px solid #b0ff44!important;*/
	border-bottom: 4px solid #524fa1 !important;
}
.career-page-whykpit{
	margin-top:50px;
}
.career-whykpit-arrows{
	max-width:100%;
}
.career-whykpit-arrows .arrows-right {
    float: right;
    margin: 60px 0px 20px;
}
.career-whykpit-top{
	position:relative;
/* 	max-width:940px; */
	display: table;
    width: 100%;
	overflow: hidden;
}
.career-whykpit-top img, .career-whykpit-top video{
	float:right;
	/*max-width:750px;*/
	max-width:100%;
	width:100%;
}
.career-whykpit-top-left{
	position:relative;
	left:0px;
	padding-right: 42px;
	top:0px;
/* 	z-index:999;
	max-width:450px; */
	float: left;
    width: 40%;
}
.career-whykpit-top-left h4{
	font-size: 40px;
	font-weight: 600;
	margin-bottom: 27px;
}
.career-whykpit-top-left p{
	font-size: 16px;
	font-weight: normal;
	color: #bfbfbf;
}
.career-whykpit-bottom {
    margin-top: 40px;
    white-space: nowrap;
    display: flex;
}
.career-whykpit-bottom ul li {
    width: 272px;
    padding: 0;
    margin-right: 15px;
    display: inline-block;
/* 	float:left; */
    white-space: normal;
	vertical-align:top;
}
.career-whykpit-bottom ul li:last-child {
    margin-right: 0px;
}
.career-whykpit-des-box {
    display: table;
    position: relative;
    width: 100%;
    margin-right: 0;
}
.career-whykpit-des-box img {
    width: 100%;
}
/* .career-whykpit-des-box p {
    position: absolute;
    bottom: 0px;
    padding: 30px;
    margin: 0px;
    font-size: 16px;
    z-index: 10;
    line-height: 20px;
    letter-spacing: 0;
    font-weight: 500;
} */
.career-whykpit-des-add {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
    position: absolute;
    top: 50%;
    left: 45%;
    z-index: 9;
    width: auto!important;
    margin-top: -24px;
}
.career-whykpit-des-box:hover .career-whykpit-des-add {
    visibility: visible;
    opacity: 1;
}
.career-whykpit-des-box:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 8;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
    background: #0777d0;
    background: -moz-linear-gradient(left, #0777d0 0%, #207cca 3%, #207cca 3%, #2989d8 50%, #68e0be 100%);
    background: -webkit-linear-gradient(left, #0777d0 0%,#207cca 3%,#207cca 3%,#2989d8 50%,#68e0be 100%);
    background: linear-gradient(to right, #0777d0 0%,#207cca 3%,#207cca 3%,#2989d8 50%,#68e0be 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0777d0', endColorstr='#68e0be',GradientType=1 );
}
.career-whykpit-des-box:hover:after {
    visibility: visible;
    opacity: 0.8;
}
.career-page-people{
	margin-top:0px;
}
.career-page-people .kpit-tabs{
	margin-top:37px;
}
.career-page-people .arrows-right{
	margin: 40px 0px 20px;
}
.diversity-box-first{
	position:relative;
	height: 100%;
}
.diversity-box-first img{
	float:right;
	max-width:560px;
}
.diversity-box-first .diversity-des {
    position: absolute;
    top: -12px;
    left: 0px;
/*     max-width: 370px; */
	max-width:405px;
}
.diversity-box img {
    width: 100%;
}
.diversity-des h4{
	font-size: 22px;
	font-weight: 500;
	margin-top: 12px;
	color: #000000 !important;
}
.diversity-des h6{
	float:left;
	width:100%;
	color: #000000 !important;
}
.diversity-des h6 span{
	font-size: 14px;
	font-weight: normal;
	color: #808080;
	float:left;
	color: #000000 !important;
}
.diversity-des h6 span:last-child {
    display: list-item;
    margin-left: 25px;
    list-style: disc outside none;
}
.diversity-des p{
	font-size: 16px;
	font-weight: normal;
	color: #000000 !important;
	    max-width: 370px;
}
.diversity-des p span{
	color: #000000 !important;
}
.beyondwork-row{
	margin-top:90px;
	float:left;
	width: 100%;
}
.beyondwork-row ul{
	margin-right: -15px;
}
.beyondwork-row ul li{
	width:32%;
	min-width:368px;
	min-height:176px;
	height: 176px;
    margin-bottom: 15px;
	float:left;
	margin-right:15px!important;
}
.beyondwork-box{	
	background:#1d1d1d;
	position:relative;
	padding:30px 65px 30px 30px;
	height: 100%;
	margin-bottom:15px;
	white-space: normal;
	transition: visibility 0s, opacity 0.5s linear;
}
.beyondwork-box:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 15px;
	/*background: url(../img/hover-gradient.png);*/
	background-repeat: no-repeat;
	background-size: 100%;
	bottom: -15px;
	left: 0;
	visibility:hidden;
	opacity:0;
	transition: visibility 0s, opacity 0.5s linear;
}
.beyondwork-box:hover {
	-webkit-transform: translateY(-5px);
    transform: translateY(-5px);
	transition: visibility 0s, opacity 0.5s linear;
}
.beyondwork-box:hover:after {
	visibility:visible;
	opacity:1;
}
.beyondwork-right-img{
	position:absolute;
	bottom:0px;
	right:10px;
}
.beyondwork-box p{
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 13px;
}
.beyondwork-box a{
	font-size:16px;
}
.beyondwork-parent{
	display:table;
	height:100%;
}
.beyondwork-child{
	display:table-cell;
	vertical-align:bottom;
}
.career_hover_boxshaodw {
   position: absolute;
   bottom: 0px;
   transition: 0.3s;	
}
.career-page-apply{
	margin-top:50px;
}
.filterby-row{
	background:#171717;
	padding:7px 0px 30px;
	margin:90px 0px 26px;
}
.filterby-row label{
	font-size: 20px;
	font-weight: 500;
}
.select-custom {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: url(../img/form-dropdown-icon.png) no-repeat;
    background-position: 94% 50%;
    background-color: #1d1d1d;
    border: 0px;
    border-radius: 0px;
    height: 48px;
    color: #bfbfbf;
	width: 100%;
    padding: 0px 22px;
}
.job-box{
	background:#292929;
	padding:30px;
	display: table;
	margin-bottom: 16px;
	position: relative;
}
.job-box .job-title{
	font-size: 24px;
	font-weight: bold;
	margin-bottom:15px;
	line-height: normal;
    margin-top: 3px;
}
.job-box .job-des p{
	font-size: 16px;
	font-weight: normal;
	margin-bottom:15px;
}
.job-box .job-skillsexp{
	margin-bottom:40px;
	float: left;
    width: 100%;
}
.job-skill{
	width:50%;
	min-width:130px;
	float:left;
}
.job-exp{
	width:50%;
	float:left;
}
.job-skillsexp span{
	font-size: 14px;
	font-weight: normal;
	color:#8a8a8a;
	width:100%;
	margin-bottom:13px;     text-transform: uppercase;
}
.job-skillsexp p{
	font-size: 16px;
	font-weight: normal;
	margin-bottom:0px;
}
.job-applylearn{
	float: left;
    width: 100%;
	position: absolute;
	bottom: 15px;
}
.job-apply{
	width:154px;
	float:left;
	background:#53509b;
	font-size: 16px;
	font-weight: 600;
	color: #fff!important;
	letter-spacing: 0.3px;
	text-align:center;
	margin-right:38px;
	padding:14px;
	line-height: normal;
	cursor:pointer;
}
.job-apply:hover{
	color: #000000;
}
.job-learn{
	float:left;
	margin-top: 10px;
	cursor:pointer;
}
.job-learn:hover{
	color:#fff;
}
.takethequiz-box{
	background-image: linear-gradient(99deg, #0777d0, #68e0be);
	padding:40px;
	margin-bottom:16px;
}
.takethequiz-box p{
	font-size: 20px;
	font-weight: 600;
	margin-bottom:15px;
}
.takethequiz-box h5{
	font-size: 16px;
	font-weight: normal;
}
.takethequiz-box a{
	background:#b0ff44;
	width:154px;
	text-align:center;
	padding:13px;
	margin-top: 15px;
    display: table;
	float:right;
	color: #000;
	font-size: 16px;
	font-weight: 600;
}
.gototalentojo-box{
	background:url('../img/gototalentojo.png') no-repeat;
	width:100%;
	margin-bottom:16px;
	padding:40px;
	background-size: 100%;
}
.gototalentojo-box p{
	font-size: 20px;
	font-weight: 600;
	margin: 0px;
    line-height: normal;
}
.gototalentojo-box a{
	background:#b0ff44;
	width:154px;
	text-align:center;
	padding:13px;
	margin-top: -12px;
    display: table;
	float:right;
	color: #000;
	font-size: 16px;
	font-weight: 600;
}
.career-loadmore {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin: 34px auto 50px;
    text-align: center;
    cursor: pointer;
}
.filterresult-box{
    margin: 15px 0px 60px;
    overflow: auto;
    white-space: nowrap;
    display: flex;
}
.filterresults{       
    border-radius: 35px;
    padding: 12px 40px 12px 16px;
    background: transparent;
    border: 1px solid #b0ff44;
    margin-left: 15px;
    display: table;
	position:relative;
}
.filterresults p{
	margin-bottom:0px;
	color: #b0ff44;
	font-size: 16px;
    font-weight: normal;
}
.filterresults span{
	position: absolute;
    right: 15px;
    top: 10px;
	cursor:pointer;
	color: #b0ff44;
}
.clearall {
    padding-right: 16px;
    border: 0px;
}
.clearall p{
	cursor:pointer;
}
.filterresult-box .filterresults:first-child{
	margin-left:0px;
}
.modal{
	background-color: rgba(26, 26, 26, 0.5);
	z-index: 999999;
}
.modal-content{
	background:#1d1d1d;
	border-radius:0px;
}
.modal-body{
	padding: 35px 60px;
}
.close{
	background:url('../img/close.png') no-repeat;
	width:24px;
	height:24px;
	position: absolute;
    top: 30px;
    right: 30px;
}
.modal-title{
	font-size: 20px;
	font-weight: normal;
	line-height: normal;
	margin-top:25px;
	margin-bottom:0px;
}
.modal-subtitle{
	font-size: 18px;
	font-weight: normal;
	line-height: normal;
	margin-bottom:0px;
	margin-top:20px;
}
.modal-body-inner p{
	font-size: 16px;
	font-weight: normal;
	color: #808080 !important;
	margin-top:7px;
	margin-bottom: 5px;
}
.modal-body-inner .dashed {
	list-style-type: none;
}
.modal-body-inner .dashed > li {
	text-indent: 0px;
	color: #808080;
}
.modal-body-inner .dashed > li:before {
	content: "-";
	text-indent: -5px;
	padding-right: 5px;
}
.kpit-link{
	color: #53509b;
}
.kpit-link:hover{
	color: #53509b;
}
.modal-beware p{
	margin-top: 20px;
}
.modal-answer p{
	color:#fff;
	margin-top: 20px;
}
.modal-applyform{
	padding:0px 36px;
}
.modal-applyform form{
	margin-top:40px;
}
.modal-applyform .form-row>.col, .modal-applyform .form-row>[class*=col-] {
    padding-right: 8px;
    padding-left: 8px;
}
.kpit-form .form-control {
    width: 100%;
    /*color: #bfbfbf;*/
    color: #000;
    background-color: transparent;
    border: solid 1px #808080;
    border-radius: 0;
	padding: 10px 17px;
    height: 52px;
}
.kpit-form .form-group {
    margin-bottom: 16px;
}
.modal-applyform .select-custom{
	border: solid 1px #808080;
	color: #6b6b6b;
}
.uploadresume label{
	cursor:pointer;
	color: #53509b;
	font-size: 14px;
	margin-bottom:0px;
	margin-top:15px;
	float:left;
}
.uploadresume input{
	display:none;
}
.uploadresume span {
    display: list-item;
    margin-left: 25px;
    list-style: disc outside none;
	float:left;
	margin-top:15px;
	font-size: 14px;
	color: #808080;
}
.howdid{
	font-size: 14px;
	font-weight: normal;
	color: #6b6b6b;
	margin:0px;
}
.kpit-checkbox{
	margin-left: 0px;
}

.kpit-checkbox label {
  cursor: pointer;
  font-size: 14px;
  color: #6b6b6b;
  float: left;
  margin-right: 20px;
}
.kpit-checkbox input[type="checkbox"] + label:before {
    border: 1px solid #808080;
    content: "\00a0";
    display: inline-block;
    font-size: 8px;
    height: 20px;
    margin: 0;
    padding: 0;
    vertical-align: top;
    width: 20px;
    margin-right: 10px;
	float: left;
}
.kpit-checkbox input[type="checkbox"]:checked + label:before {
  background: #fff;
  color: #333;
  content: "";
  text-align: center;
}
.i-agree a{
	color: #53509b;
}
.i-agree span{
	display: table;
	font-size: 14px;
	color: #6b6b6b;
}
.captcha-box{
	background: #222222;
    max-width: 405px;
    padding: 40px 30px;
    display: table;
    position: relative;
    width: 100%;
}
.captcha-box input[type="checkbox"] + label:before{
	width:25px;
	height:25px;
	margin-right:20px;
}
.captcha-box label{
	font-size:16px;
	color:#bfbfbf;
}
.captcha-box .captcha-right{
	position: absolute;
    right: 25px;
    top: 21px;
}
.yellow-btn{
	background:#53509b;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	text-align:center;
	padding:14px;	
	border:0px;
	cursor:pointer;
}
.apply-send{
	width:200px;
	margin-top:25px;
}
@media (min-width: 992px){
	.modal-lg {
		max-width: 944px;
	}
}
	
@media(max-width:1200px){
	.career-whykpit-bottom {
		overflow: auto;
	}
	.beyondwork-row ul li {
		min-width: initial!important;
		margin-right: 15px!important;
		width: 31.5%;
	}
	.job-skill{
		min-width: 110px;
	}
	.job-apply{
		width: 120px;
		margin-right: 25px;
	}
}

/*@media only screen and (min-width: 992px) and (max-width: 1024px) {*/
/*	#awards-carousel .owl-stage {*/
/*		margin: auto 18px !important;*/
/*	}*/
/*}*/
/*@media only screen and (max-width: 1199px) and (min-width: 992px) { */
/*	.insights-page-section .insights-bottom h4 {*/
/*		width: 380px;*/
/*	}*/
/*}*/
/*ipad media*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
    section#location .container-fluid {
	   padding-left: calc((100% - 720px) / 2) !important;
	   padding-right: 0px !important;
	}
	.career-page-whykpit {
    margin-top: 45px;
}
	.career-pagesection.whysection {
    margin-bottom: 25px !important;
}
	.career-page-people .kpit-tabs {
    margin-top: 20px !important;
}
	.peoplesection .kpit-tabs .tab-content {
    margin-top: 0px !important;
}
	.beyondwork-box{
		padding:20px 25px;
	}
	.career-page-apply {
    margin-top: 0;
}
	.peoplesection {
    margin-bottom: 40px !important;
}
	.campaigns-bottom-right{
		padding-left: 10px;
	}
	.about-vision-row p {
		font-size: 16px !important;
	}
	.nse-right-value h2, .nse-right-value h3 {
		font-size: 40px !important;
	}
	.nse-right-value {
		margin-top: 50px;
	}
	.nse-row {
		margin-top: 60px !important;
		margin-bottom: 60px !important;
	}
	.results-box p {
		font-size: 25px;
		margin-bottom: 15px !important;
	}
	.results-box {
		margin: 40px auto 50px !important;
	}
	.tab-content #home {
		padding-top: 0 !important;
	}
	.investors-page-tabs .stock-tab li {
		margin-right: 0px;
		float: left;
	}
	ul.nav.nav-tabs.stock-tab {
		margin-top: 40px !important;
	}
	.career-whykpit-top-left{
		padding-right: 5px;
	}
	.peoplesection .section-title {
		margin-top: 18px !important;
	}
	.diversity-box-first .diversity-des {
		top: 15px;
		left: 25px;
	}
	.about-banner-box {
		padding: 20px;
	}
	#awards-carousel {
		margin: 0 -41px;
	}
	.awards-carousel .owl-carousel .owl-item {
		margin-left: 5px !important;
	}
	.awards-slide-top img, .awards-slide-top {
		height: 200px;
	}
	.awards-slide-box p {
		font-size: 14px !important;
		font-weight: 300 !important;
		width: 264px;
	}
	.grey-box h4 {
		font-size: 16px !important;
		font-weight: 400 !important;
	}
	.leadership-box-bottom .home-view {
		font-size: 12px;
		font-weight: 400;
	}
	.leader-name {
		font-size: 18px !important;
	}
	.about-vision-row-right img {
		margin-bottom: 20px !important;
	}
	.about-vision-row h4 {
		font-size: 24px !important;
		font-weight: 400 !important;
	}
	.about-banner-title {
		font-size: 42px;
	}
	.kpit-tabs .nav-tabs .nav-link {
		font-size: 12px;
		min-height: 50px;
	}
	.address-title {
       padding-top: 15px;
    }
	.careersection .section-title{
		margin-top:45px !important;
		margin-bottom:0 !important;
		padding-left:0 !important;
	}
	.career-txts{
		min-height:145px;
	}
	.section-title {
		font-size: 32px;
	}
	.overview-des{
		margin:65px auto !important;
		font-size: 20px !important;
	}
	#formcontact .wpcf7-list-item{
		font-size:14px !important;
	}
	h4.news_heading {
		padding-top: 40 !important;}
	.about-kpit p {
		font-size: 16px !important;
	}
	#careers .slider_nav{
		top:-20px!important;
	}
	.insights-page-section .section-title {
		margin-top: 100px !important;
	}
	.insights-page-section .insights-bottom h4 {
		font-size: 16px !important;
		width: 23% !important;
		font-weight: 400 !important;
	}
	.insights-bottom .home-view {
		font-size: 12px;
		font-weight: 500;
	}
	.insights-page-section .insights-bottom p {
		line-height: 23px !important;
		font-size: 14px !important;
		width: 23% !important;
	}
	.insights-page-section .insights-top-buttons {
		top: 15px !important;
		left: 14px !important;
	}
	.insights-page-section .insights-bottom-img {
		bottom: 10px;
		left: 25px;
	}
	.automotive-box-col {
		padding: 40px 10px 23px 10px !important;
	}
	.automotive-box-col img {
		max-width: 155px;
		width: auto;
	}
	.insights_auto_inner .arrows-right {
		margin: 0px 20px 20px !important;
	}
	.insights-bottom {
		float: left;
	}
	.solution_impacts {
		padding: 10px;
		font-size: 15px !important;
		line-height: 20px !important;
		font-weight: 400 !important;
	}
	.solution_impacts .home-view {
		font-size: 10px;
	}
	.solution_impacts_descb {
		font-size: 12px !important;
		font-weight: 400;
		line-height: 14px;
	}
	.thumb-box-row .thumb-box-col {
/* 		min-height: 100% !important; */
		height: 100% !important;
	}
	.newsmaker-box-bottom h2 {
		font-size: 13px;
		font-weight: 400;
		margin-bottom: 5px;
	}
	.newsmaker-box-bottom p span {
		font-size: 12px;
	}
	.beyondwork-row ul li {
		min-width: initial!important;
		margin-right: 15px!important;
		width: 31%;
	}
	.weare-left {
		position:relative;
	}
	.weare-bus {
		max-width: 250px;
	}
	.weare-right {
		margin-top:0px;
		min-height: 470px;
	}
	#you .you_slider .slider_navs {
		top: 40px;
	}
	#you .slider_navs h2 {
		font-size: 22px;
	}
	#you .slider_navs p {
		font-size: 14px;
	}
	#careers .slider_nav {
		top: -45px!important;
		right: 84px;
	}
	.solution-des-box p {
		padding: 5px 10px;
		font-size: 14px;
	}
	.recent_news_wr li:first-child {
		padding-left: 30px !important;
		padding-right: 5px !important;
	}
	.solution-des p {
		font-size: 16px;
	}
	.solution-text-box {
		margin-top: -190px;
	}
	#maindiv .stickyleft {
		top: 25%;
		margin-top: 0;
	}
	.subtitle {
		font-size: 42px !important;
		margin: 25px 0px 10px !important;
	}
	#careers .slider_nav {
		top: -16px !important;
	}
}


@media(max-width:767px){
/* 	#home {
    height: auto !important;
} */
	section#solution .solution-des p {
    color: #fff;
    font-size: 12px !important;
}
	.solution-text-box ul li a{
		font-size: 12px !important;
	}
	section#newsmakers, section#you, section#careers {
    min-height: 440px !important;
}
	section#you.full-height {
    padding-top: 0px !important;
}
	.yousection .you_slider {
    margin-top: 10px !important;
}
	#you .you_slider{
		padding-top:0 !important;
	}
	.insight-images .owl-stage, .offerings-images .owl-stage{
		right: 0;
	}
	.solution_impacts_title, .solution_impacts_descb, .solution_impacts_descb{
		font-size: 12px !important;
		line-height: 12px;
		font-weight: 400;
	}
	.solution_impacts {
		padding: 10px 30px !important;
	}
	.solution_impacts .home-view {
		display: none;
	}
	.kpit-banner-slider .carousel-caption{
		padding-right: 25px;
		top: unset;
		transform: unset;
		bottom: 10px;
		right: unset;
		left: 15px;
	}
	.careertop-explorebox{
		width:85%;
		padding: 12px;
		margin: 30px auto 0px;
		position: relative;
	}
	.careertop-explorebox p{
		font-size:12px;
	}
	
	.career-pagesection.whysection .mob-container {
    margin-top: 0px !important;
}
	.career-pagesection.whysection .section-title {
    margin-bottom: 0;
}
	.career-pagesection.whysection {
		margin-bottom: 0 !important;
	}
	.careertop-explorebox h5{
		font-size:14px;
		font-weight: 300;
	}
	.careertop-explorebox a{
		float:left;
		width: 140px;
		padding: 10px;
		font-size:12px;
	}
	
	.kpit-banner-slider .carousel-caption h3{
		font-size:20px;
		margin-bottom:10px;
		letter-spacing: 0;
	}
	#careerpagetop-carousel .tabsprogress{
		margin-top:0px;
	}
	.peoplesection .beyondwork-row ul{
		margin-right: -40px;
		overflow: auto;
		white-space: nowrap;
		display: flex;
		
	}
	.peoplesection .beyondwork-row ul li{
		display: table;
	}
	.career-page-whykpit {
		margin-top: 10px;
	}
	.career-whykpit-arrows .arrows-right {
		margin: 40px 0px 20px;
	}
	.career-whykpit-top img{
		width:80%;
		min-width: 224px;
		min-height: 147px;
	}
	.career-whykpit-top-left{
		top:10px;
		max-width: 115px;
		max-height: 110px;
		overflow: auto;
		padding-right:0;
		margin-bottom: 35px;
	}
	.career-whykpit-top-left h4{
		font-size:14px;
		letter-spacing: 0;
		font-weight: 400 !important;
		margin-bottom: 5px;
	}
	/*.banner-shadow:after {
		display: none;
	}*/
	.career-whykpit-top-left p{
		font-size:12px;
	}
	.career-whykpit-bottom ul li{
		width:176px;
	}
	.career-whykpit-des-box p{
		font-size:12px;
		padding:8px;
	}
	.career-page-people {
		margin-top: 0px;
	}
	.peoplesection .kpit-tabs .tab-content {
    margin-top: 0px !important;
}
	.peoplesection {
    padding-bottom: 55px !important;
}
	.career-page-people .kpit-tabs {
		margin-top: 15px;
	}
	.diversity-des h6 span {
    font-size: 10px;
	}
	.career-page-people .kpit-tabs .nav-tabs .nav-link{
		font-size:10px;
	}
	.diversity-box-first .diversity-des{
		position: relative;
		top: unset;
		left: unset;
		margin-top: 0px;
		float: left;
	}
	.diversity-des h4{
		font-size:16px;
	}
	.diversity-des h6{
		font-size:14px;
	}
	.diversity-des p{
		font-size:14px;
	}
	.beyondwork-row{
		margin-top:20px;
	}
	.beyondwork-row ul li{
		min-width:265px!important;
		min-height: 175px!important;
	}
	.beyondwork-box{
		min-height: 175px!important;
	}
	.beyondwork-box p{
		font-size:16px;
		margin-bottom: 5px;
	}
	.career-page-apply {
		margin-top: 0px;
	}
	.jobssection .career-page-apply .filterby-row {
		margin: 30px 0px 45px !important;
	}
	.jobssection .section-title {
    padding-left: 30px !important;
}
	.filterby-row {
		margin: 25px 0px 16px;
	}
	.takethequiz-box, .gototalentojo-box{
		padding:12px;
	}
	.takethequiz-box p{
		font-size:14px;
	}
	.takethequiz-box h5{
		font-size:12px;
	}
	.takethequiz-box a, .gototalentojo-box a{
		float:left;
		font-size:12px;
		padding:8px;
		width:112px;
	}
	.gototalentojo-box{
		background-size: cover;
		    margin-bottom: 75px !important;
	}
	.gototalentojo-box p{
		font-size:16px;
	}
	.gototalentojo-box a{
		margin-top: 15px;
	}
	.filterby-row label{
		font-size:14px;
	}
	.select-custom{
		/*padding: 0px 10px;*/
		 padding: 0px 25px 0px 10px;
		font-size: 14px;
		background-position: 95% 50%;
		height: 40px;
	}
	.job-box{
		padding:16px;
	}
	.job-box .job-title{
		font-size:18px;
	}
	.job-box .job-des{
		font-size:14px;
	}
	.job-box .job-skillsexp{
		margin-bottom: 25px;
	}
	.job-skillsexp span{
		font-size:12px;
	}
	.job-skillsexp p{
		font-size:14px;
	}
	.job-skill{
		min-width: 110px;
	}
	.job-apply{
		font-size:12px;
		width: 114px;
		padding: 10px;
	}
	.job-learn{
		font-size:12px;
	}
	.close{
		top: 20px;
		right: 20px;
	}
	.modal-body {
		padding: 35px 16px;
	}
	.modal-title{
		font-size:16px;
	}
	.modal-subtitle, .modal-body-inner p{
		font-size:14px;
	}
	.modal-applyform {
		padding: 0px 0px;
		margin: 0px -4px;
	}
	.kpit-form .form-control{
		height:42px;
	}
	.captcha-box{
		padding-left:5px;
	}
	.captcha-box label{
		font-size:14px;
	}
	.captcha-box input[type="checkbox"] + label:before{
		margin-right: 10px;
	}
	.apply-send{
		font-size: 12px;
		min-width: 112px;
		padding: 8px;
		margin: 0;
	}
	.kpit-checkbox span.wpcf7-list-item {
		margin: 10px 1em 0 0 !important;
	}
	#applynow, #learnmore{
		margin-top:75px;
	}
}
label.error{
	display: none!important;
}
.inputs.error{
	border: 1px solid red;
}
.errorlist li {
		color: red;
}
.career-whykpit-bottom ul li.active{
	display: none;
}
/* career top end */
/* career page end */
@media(min-width:1441px){
	.container.white_max_width {
		padding-left: 0px!important;
	}
	#home .title a { 
		max-width: 700px;
	}
	.container{
		/*max-width:1440px;*/
		/*padding:0px 150px!important;*/
	}
	.careertop-explorebox .container{
		max-width:100%;
		padding: 0px!important;
	}
	.insight-images .card, .offerings-images .card, .contact_tabs .text-center{
		max-width: 100%!important;
	}
	.contact_tabs .text-center{
		padding-right:112px;
	}
	.career-whykpit-arrows {
		max-width: 100%;
	}
	.career-whykpit-top{
		max-width: 100%;
	}
	.career-whykpit-top img{
		max-width:80%;
	}
	.career-whykpit-bottom ul{
		width:100%;
	}
	.career-whykpit-bottom ul li{
		width:24.5%;
	}
	.autonomous-bg {
		width: 100%;
		max-width: 1000px;
		margin: auto;
	}
	.inactiveCard{
		width: 25% !important;
	}
	.activeCard{
		width: 50% !important;
	}
	#you .you_slider .slider_navs {
		position: absolute;
		left: 0px;
		max-width: 747px;
		padding: 0px 0 0 0;
		z-index: 9;
		top: 85px;
	}	
	#home .title a {
		max-width: 650px;
	}
}

#career_videos .owl-item.active.center{
transform: scale(1.35,1.35);
transition: all 0.3s linear;
}
#career_videos .owl-item{
transform: scale(0.6,0.6);
transition: all 0.5s linear;
}
.slider_navs_li,.career_txts_none, .none{
display: none;
}


/* insights inner page start */
/*.insights-inner-banner {
    background: url(../img/resource-banner.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top center;
	height:100%;
}*/
.insights-inner-top{
	margin-top:280px!important;
}
/*.insights-inner-main {
    max-width: 750px;
    margin: 30px auto;
}*/
.bg-white{
	background:#fff;
}
.insights-inner-title{
	font-size: 40px;
	font-weight: 500;
	color: #212121;
	margin-bottom:35px;
}
.insights-inner-p{
	font-size: 24px;
	font-weight: normal;
	color: #333333;
	margin-bottom:35px;
}
.insights-inner-p1{
	font-size: 16px;
	font-weight: normal;
	color: #333333;
	margin-bottom:25px;
}
/* insights inner page end */

/* about page start */
.about-banner {
    background: url(../img/about-banner.jpg);
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: top center;
	height: 100%;
	position:relative;
}
.about-banner:after {
    position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    background: rgb(0, 0, 0, 0.1);
    z-index: 999999;
    width: 100%;
    height: 100%;
}
.about-banner-box{
	max-width: 750px;
	width:100%;
	position: absolute;
    left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 15;
}
.about-banner-title{
	font-size: 55px;
	font-weight: 500;
	position: relative;	
	z-index: 11;
	
}
.about-page-tabs {
    margin-top: 0px;
}
.about-page-tabs .nav{
	max-width:1000px;
	margin: 0px auto 40px;
}
.nav-justified.container {
	padding-right: 1%;
    padding-left: 2px;
}
.about-kpit{
	max-width:790px;
/* 	margin:100px auto; */
	margin:45px auto 75px;
	text-align:center;
	display: table;
}
.about-kpit p{
	font-size: 24px;
	font-weight: normal;
}
.about-kpit p span{
	color: #b0ff44;
	width:100%;
	float:left;
}
.about-vision-row{
	margin-top:45px;
	margin-bottom:35px;
}
.about-vision-row h4{
	font-size: 40px;
	font-weight: 500;
	margin-bottom:30px;
}
.about-vision-row p{
	font-size: 22px;
	font-weight: normal;
	color: #bfbfbf;
}
.about-vision-row-right img{
	margin-bottom:100px;
}
.about-values-box{ 
	margin:50px auto 50px;
	max-width:750px;
}
.about-values-box img{
	width:100%;
}
.leadership-row{
	margin:0px 0px 10px;
	width:100%;
	float: left;
}
.leadership-title{
	font-size: 28px;
	font-weight: normal;
	color: #bfbfbf;
	float:left;
	margin: 0px;
}
.leadership-row .arrows-right{
	margin:0px;
}
.leadership-box{
	position:relative;
	margin-bottom:15px;
	overflow: hidden;
	height: 100%;
}
.leadership-box img{
	width:100%;
	height: 100%;
}

.leadership-box-bottom{
	position:absolute;
	left:0px;
	bottom:0px;
	padding: 20px 20px 5px 30px;
	width:100%;
	z-index: 9999;
}
.leader-name{
	font-size: 22px;
	font-weight: normal;
	color: #bfbfbf;
	margin-bottom:7px;
	line-height:normal;
}
.leadership-box-bottom img {
    width: auto;
}
.leadership-box-bottom .home-view{
	margin-top:10px;
	margin-bottom: 0px;
	cursor:pointer;
}
.modal-body-leader {
    max-width: 750px;
}
.modal-body-leader h3{
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 25px;
}
.modal-body-leader h4{
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 15px;
}
.modal-body-leader p{
	font-size: 16px;
	font-weight: normal;
	color: #808080;
}
.around-world{
	width:100%;
	max-width:950px;
	display:table;
	margin: 0px auto 80px;
}
.around-world-box{
	position:relative;
	margin-top:40px;
}
.around-world-box-bottom{
	bottom:0px;
	left:0px;
	position:absolute;
	padding:30px;
	background-color: rgba(0, 0, 0, 0.4);
	width: 100%;
}
.around-world-box-bottom h4{
	font-size: 26px;
	font-weight: 500;
	position:relative;
	z-index:9;
}
#media_queries{
	margin-bottom:40px;
}
.around-world-box-bottom p{
	font-size: 16px;
	font-weight: normal;
	position:relative;
	z-index:9;
}
.news-title{
	margin:0 0 15px 0;
	font-size: 26px;
	font-weight: 500;
}
.latest-news-box{
    margin-bottom: 15px;
    overflow: hidden;
}
.latest-news-box img{
    width: 100%;
    height: 100%;
}
.item-container .item
{
	width: 49%;
	margin-bottom: 15px;
	margin-right:1%;
}
.grey-box{
	padding: 25px;
    background: #1a1a1a;
    position: relative;
    overflow: hidden;
    width: 100%;
}
.news-inner-related-news .grey-box{height:100%;}
.grey-box .attachment-full {
	 min-width:100%;
}
.grey-box a{ 
	display:block;
    width: 100%;
    height: 100%;   
}
.grey-box a:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 8;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
    background: #0777d0;
    background: -moz-linear-gradient(left, #0777d0 0%, #207cca 3%, #207cca 3%, #2989d8 50%, #68e0be 100%);
    background: -webkit-linear-gradient(left, #0777d0 0%,#207cca 3%,#207cca 3%,#2989d8 50%,#68e0be 100%);
    background: linear-gradient(to right, #0777d0 0%,#207cca 3%,#207cca 3%,#2989d8 50%,#68e0be 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0777d0', endColorstr='#68e0be',GradientType=1 );
}
.grey-box a:hover:after {
    visibility: visible;
    opacity: 0.8;
}
.center-add-img{
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
    position: absolute;
    top: 50%!important;
    left: 45%!important;
    z-index: 9;
    width: 24px!important;
	min-height: auto!important;
	height:24px!important;
	margin-top: -12px;
	
}
.grey-box a:hover .center-add-img {
    visibility: visible;
    opacity: 1;
}
.grey-box h4{
	font-size: 22px;
	font-weight: 500;
	line-height: 1.27;
	z-index: 1;
	position: relative;
	margin-bottom: 12px;
}
.grid {
    width: 100%;
}
.grid-item {
    width: 50%;
    height: auto;
    float: left;
	margin-bottom:0px;
	padding: 0px 15px;
}
.grid-item:nth-of-type(odd){
	padding-right:0px;
}
.grey-box p{
	font-size: 16px;
	font-weight: normal;
	color: #a1a1a1;
	margin-bottom:30px;
	z-index: 1;
    position: relative;
}
.grey-box img{
	position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.awards-carousel-nav{
	margin: 40px 0px 20px;
}
.awards-slide-top{
	background:url('../img/oval.png') no-repeat;
	width:264px;
	height:264px;
	margin: auto;
	position:relative;
}
.awards-slide-top:hover{
	background:url('../img/oval-active.png') no-repeat;
}
.awards-slide-top img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: auto !important;
}
.awards-images .owl-carousel .owl-item img {
    width: auto!important;
    max-width: 250px;
}
.awards-slide-box p{
	font-size: 20px;
	font-weight: 500;
	margin-top:10px;
	text-align:center;
}
.awards-news-row{
	margin:100px 0px 50px;
}

.tabfixed{
	background:#111111;
	z-index: 999999;
	position: fixed;
	top: 80px;
	width: 100%;
}
@media (max-width: 767px){
    .tabfixed {
        top: 56px;
    }
}
@media (min-width: 1440px) {
	.about-banner, .investor-banner{
		height: 100%;
	}
}

@media (max-width: 767px) { 
	.stock-tab a {
		top: unset!important;
	}
	.about-banner, .investor-banner{
		height:364px!important;
        background-size: 100% 364px !important;
        background-repeat: no-repeat;
	}
	.about-page-tabs {
		margin-top: 0 !important;
	}
	.about-banner-title{
		font-size:24px;
		font-weight: 400;
	}
	.about-page-tabs nav {
		overflow: auto;
		white-space: nowrap;
	}
	.about-page-tabs .nav-tabs {
		display: table;
		margin-bottom: 20px;
	}
	.about-page-tabs .nav-tabs .nav-item {
		display: table-cell;
		font-size: 10px;
		min-width: 105px;
		line-height: 30px;
		font-weight: 400;
	}
	.about-page-tabs .nav-tabs {
		border-bottom: 1px solid #353637;
	}
	.kpit-tabs .nav .active {
		border-bottom: 2px solid #b0ff44!important;
		position: relative;
		top: 2px;
	}
	.about-kpit{
		margin: 25px auto 40px;
	}
	.about-kpit p, .about-vision-row p {
		font-size: 16px;
		line-height: 20px;
		font-weight: 200;
		color: #BFBFBF;
	}
	.about-vision-row h4 {
		font-size: 16px;
		line-height: 20px;
		font-weight: 400;
	}
	.about-vision-row {
		margin-bottom: 0;
		margin-top: 10px;
	}
	.about-vision-row-right img {
		margin: 20px auto;
		width: 100%;
	}
	.about-values-box {
		margin: 30px 0 40px 0;
	}
	.about-values-box img{
		width:100%;
	}
	.leadership-title {
		font-size: 20px;
		padding-top: 0px;
	}
	
	.director-title {
    margin: 34px 0px 15px !important;
	}
	.around-world-box-bottom .home-view img {
		min-height: 100%;
	}
	.leadership-box-bottom{
		padding: 20px;
	}
	.around-world-box-bottom{
		padding: 10px;
		background-color: rgba(0, 0, 0, 0.7);
	}
	.around-world-box-bottom h4{
		font-size:16px;
	}
	.around-world-box-bottom p {
		font-size: 12px;
		margin-bottom: 5px;
	}
	.around-world-box img.img-fluid {
		height: 165px;
	}
	.grey-box p{
		font-size: 10px;
		line-height: 16px;
	}
	.grey-box h4{
		font-size:14px;
		margin-bottom: 0px;
		font-weight: 300;
		line-height: 18px;
	}
	.around-world-box img{
		min-height: 165px;
	}
	.career-loadmore {
		font-size: 14px;
		font-weight: 400;
		margin: 15px auto 45px;
	}
	.awards-slide-box p{
		font-size:14px;
		font-weight: 400;
		margin: 0 30px;
	}
}
/* about page end */

/* investor page start */
.investor-banner {
    background: url(../img/about-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
	height: 100%;
	position:relative;
}
.investor-banner:after {
    position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    background: rgb(0, 0, 0, 0.1);
    z-index: 999999;
    width: 100%;
    height: 100%;
}
.investors-page-tabs, .about-page-tabs {
    margin-top: 70px;
}
.overview-des{
	font-size: 28px;
	font-weight: 300;
	color: #bfbfbf;
	margin:145px auto;
	display:table;
	text-align:center;
	width:100%;
	max-width:750px;
}
.nse-row{
	margin-top:110px;
	margin-bottom:180px;
}
.nse-left img{
	width:100%;
}
.nse-right {
    margin-left: 50px;
}
.nse-right-txt h5{
	font-size: 22px;
	font-weight: normal;
	color: #eeeeee;
}
.nse-right-txt p span {
	font-size: 16px;
	font-weight: normal;
	color: #bfbfbf;
    float: left;
}
.nse-right-txt p span:last-child {
    display: list-item;
    margin-left: 25px;
    list-style: disc outside none;
}
.nse-right-value{
	margin-top:100px;
}
.nse-right-value h2{
	margin-bottom: 18px;
	font-size: 60px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #ffffff;
}
.nse-right-value h3{
	font-size: 60px;
	font-weight: normal;
	background: -webkit-linear-gradient(#0777d0, #68e0be);
	-webkit-background-clip: text;
	background-clip: text;
    -webkit-text-fill-color: transparent;
}
.results-box{
	width:100%;
	max-width:750px;
	display:table;
	margin:110px auto 50px;
}
.results-box p{
	font-size: 32px;
	font-weight: normal;
	color: #bfbfbf;
	margin-bottom:25px;
	line-height:normal;
}
.results-box .home-view {
    text-align: center;
    margin: 0px auto;
    display: table;
    padding-top: 60px;
    font-size: 16px;
    font-weight: 600;
}
.home-view-q-results{
	float: left;
    width: 100%;
    margin: 40px 0;	
}
.home-view-q-results a{
	font-size:16px;
}
.investor-contacts-box{
	margin-top:65px;
	max-width:500px;
}
.investor-contacts-box h4{
	font-size: 24px;
	font-weight: 600;
	margin-bottom:15px;
	text-transform:uppercase;
}
.investor-contacts-box p{
	font-size: 16px;
	color: #808080;
}
.investor-contacts-col{
	margin-top:50px;
}
.contacts-col-top{
	border-bottom:2px solid #333333;
	min-height:70px;
}
.contacts-col-top p{
	font-size: 16px;
	color: #808080;
}
.contacts-col-name h4{
	font-size: 28px;
	font-weight: normal;
	margin-top:30px;
}
.contacts-col-name p{
	font-size: 16px;
	color: #bfbfbf;
	margin-top:20px;
}
.contacts-col-address{
	margin-top:60px;
	font-size: 16px;
	color: #bfbfbf;
	margin-bottom:25px;
}
.contacts-col-mail a{
	font-size: 16px;
	font-weight: 600;
	color:#753dff !important;
}
.faq-accordian{
	margin-top:60px;
}
.faq-accordian .panel-group .panel {
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 10px;
}
.faq-accordian .panel-default > .panel-heading {
	padding: 0;
	border-radius: 0;	
	background-color: #1c1c1c;
}
.faq-accordian .panel-title{
	margin:0px;
}
.faq-accordian .panel-title > a {
	display: block;
	padding: 20px 30px 20px 40px;
	text-decoration: none;
	background: none;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
}
.faq-accordian .more-less {
	float: right;
	color: #212121;
}
.faq-accordian .panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #EEEEEE;
	padding: 0px 50px 20px 40px;
	color:#808080;
}
.faq-accordian [data-toggle="collapse"] .fa:before {  
	content:"";
	position: absolute;
	background-image: url(../img/faq_minus.png);
	right: 40px;
	width: 20px;
	height: 20px;
}

.faq-accordian [data-toggle="collapse"].collapsed .fa:before {
    content: "";
    position: absolute;
    background-image: url(../img/faq_plus.png);
    right: 40px;
    width: 20px;
    height: 20px;
}
.faq-accordian .panel-title > a:hover{
	color:#fff;
}

@media (max-width: 767px) { 
	ul.nav.nav-tabs.stock-tab {
		margin-top: 40px !important;
	}
	.overview-des{
		font-size: 16px;
		margin: 50px auto;
	}
	.results-box p {
		font-size: 16px;
	}
	.results-box{
		margin: 50px auto 50px;
	}
	.results-box .home-view {
		text-align: left;
		margin: 0;
		padding-top: 10px;
	}
	.home-view-q-results{
		margin-top: 0px;
	}
	.investor-contacts-box {
		margin-top: 30px;
	}
	.investor-contacts-box h4{
		font-size: 16px;
	}
	.investor-contacts-box p {
		font-size: 14px;
	}
	.contacts-col-top p {
		font-size: 14px;
	}
	.contacts-col-name h4 {
		font-size: 20px;
	}
	.contacts-col-name p {
		font-size: 14px;
		margin-top: 15px;
	}
	.contacts-col-address {
		margin-top: 30px;
		font-size: 14px;
	}
	.investor-contacts-col {
		margin-top: 40px;
	}
	.faq-accordian .panel-title > a{
		font-size: 12px;
		padding: 20px 40px 20px 15px;
		line-height: 20px;
	}
	.faq-accordian .panel-default > .panel-heading + .panel-collapse > .panel-body{
		padding: 0px 50px 20px 15px;
		font-size: 12px;
	}
	.nse-right {
		margin-left: 10px;
		margin-top: 50px;
	}
	.nse-right-txt h5{
		font-size:16px;
	}
	.nse-right-value {
		margin-top: 60px;
	}
	.nse-right-txt h5{
		font-size:14px;
	}
	.nse-right-value h2, .nse-right-value h3{
		font-size: 40px;
	}
	.nse-row {
		margin-top: 50px;
		margin-bottom: 50px;
	}
}
/* investor page end */


/*home section */
.circle_main_img {
	width: 100%;
	height: 100%;
	background: url(../img/kpit-home-page.jpg) no-repeat;
	background-position: center;
	background-size: 100%;
} 
#careerVideo {
	position: absolute;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
}
/*.diversity_box_video {
	padding-top: 140px;
}
.diversity_box_video.less_padding {
    padding-top: 60px;
}*/
.leadership-box img{
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
	transition: all 0.3s;
	opacity: 0.7;
	}
.leadership-box:hover img{
	-webkit-filter: none; /* Safari 6.0 - 9.0 */
	filter: none;
	transition: all 0.3s;
}
.white_max_width {
	max-width: 750px;
}
/* Insights page start */

.insight_serach::placeholder, .insight_serach:-ms-input-place, .insight_serach::-ms-input-placeholder { 
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.43;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
	opacity: 0.4;
}
.has-search-box .form-control {
	border-radius: 0;
	background-color: #1c1c1c;
	height: 48px;
	border: 0;
	outline: 0;
	color: #ffffff;
	padding: 0 22px;
}
.filterby-box label{
	font-size: 16px;
	font-weight: 500;
	color: #808080;
	display: table;
	margin-top:15px;
}
.filterby-box button{
	font-size: 16px;
    font-weight: normal;
    color: #bfbfbf;
    border-radius: 35px;
    padding: 14px 22px 14px 14px;
    background: transparent;
    border: 1px solid #bfbfbf;
    margin-left: 15px;
	display: table;
}

.insights-top a:after{
	content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
    background: #0777d0;
    background: -moz-linear-gradient(left, #0777d0 0%, #207cca 3%, #207cca 3%, #2989d8 50%, #68e0be 100%);
    background: -webkit-linear-gradient(left, #0777d0 0%,#207cca 3%,#207cca 3%,#2989d8 50%,#68e0be 100%);
    background: linear-gradient(to right, #0777d0 0%,#207cca 3%,#207cca 3%,#2989d8 50%,#68e0be 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0777d0', endColorstr='#68e0be',GradientType=1 );
}
.insights-top a:hover:after {
    visibility: visible;
    opacity: 0.8;
}
.insights-box-add{
	visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
    position: absolute;
    top: 50%;
    left: 45%;
    z-index: 9;
    width: auto!important;
	min-height: auto!important;
}
.insights-top a:hover .insights-box-add {
    visibility: visible;
    opacity: 1;
}
.content_overflow {
	font-size: 16px;
	font-weight: normal;
	color: #808080;
	line-height: 1.25;
	margin-bottom: 0px;
	width: 323px;
	float: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
/* insights start */
.insights-page-section .insights-section .arrows-right{
	margin: 50px 0px 20px;
}
.insights-page-section .insights-images {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.insights-page-section .insights-images .card {
    flex: 0 0 auto;
	max-width:370px;
}
.insights-page-section .insights-top img{
	width:100%;
	object-fit: cover;
}
.insights-page-section .insights-top-buttons{
	position:absolute;
	top:30px;
	left:30px;
	z-index:10;
}

.insights-page-section .insights-top-buttons a:hover{
	color:#fff;
}
.insights-page-section .insights-bottom-img{
	position:absolute;
	bottom:30px;
	left:30px;
	z-index:10;
	width:auto!important;
	min-height: auto!important;
}
.insights-page-section .insights-bottom h4{
    font-size: 22px;
    font-weight: 500;
    color: #ffffff;
    margin-top: 29px;
    margin-bottom: 15px;
    white-space: nowrap;
    width: 457px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.insights-page-section .insights-bottom p{
	font-size: 16px;
	font-weight: normal;
	color: #808080;
	line-height: 1.25;
	margin-bottom: 30px;
    width: 65%;
    white-space: nowrap;
    overflow: hidden;
	text-overflow: ellipsis;
	float: left;
}
.insights-page-section .insights-thump-des{
	min-height:60px;
}
.insights-page-section .insights-bottom p span{
	color: #808080;
}
/* insights end */

.automotive-images {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.automotive-images .card {
    flex: 0 0 auto;
}
.automotive-box-col {
	background-color: #111111;
	padding: 60px 40px 30px 40px;
}
.automotive-box-col img {
    width: auto!important;
    min-height: 33px;
}
.automotive-box-col p {
	font-size: 22px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #ffffff;	
	padding: 30px 0 10px 0;
}
.automotive-box-col span {
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.25;
	letter-spacing: normal;
	color: #808080;
	padding: 20px 0 10px 0;
}


@media(max-width:767px){
	.filterby-box label{
		font-size: 14px;
		margin: 10px 0;
	}
	.filterby-box button{
		font-size: 12px;
		padding: 0 10px;
		margin-left: 8px;
		height: 36px;
	}
	.filterby-box{
		margin:20px 0px 20px;
	}
	.insights-page-section .insights-bottom h4{
		font-size:16px;
		margin-top: 15px;
	}
	.insights-page-section .insights-bottom p{
		font-size:12px;
		margin-bottom: 30px;
		padding: 0px;
	}
	.insights-page-section .insights-bottom-img {
		bottom: 10px;
		left: 25px;
	}
	.insights-page-section {
    padding-top: 30px !important;
	}
	.insights-page-section.loadmore-section {
	    /*padding-top: 0 !important; */
        padding-top: 35px !important;
		padding-bottom:0!important;
}
	.insights-top img{
		min-height: unset!important;
		max-height: unset!important;
	}
	.has-search-box .form-control{
		padding-right: 50px;
	}
	.automotive-box-col{
		padding:30px 20px 20px;
	}
	
	.automotive-box-col img {
		width: auto!important;
		min-height: unset;
	}
	.automotive-images{
		display: inline-table;
		margin-top:10px;
	}
	.automotive-box-col p{
		font-size:16px;
	}
	.automotive-box-col span{
		font-size:14px;
	}
	.insights-bottom .home-view{
		margin-bottom:30px;
		float: left;
	}
}
/* Insights page end */

/* news inner page start */
.news-inner-banner {
    background: url(../img/resource-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    height: 450px;
    position: relative;
}
.kpit-banner-box {
    padding: 10rem 0px 0px;
    max-width: 750px;
    margin: auto;
}
.kpit-banner-title40 {
    font-size: 40px;
    font-weight: 500;
}
.container750{
	max-width: 750px;
	margin: 0 auto 75px;
}
.news-inner-main h4{
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 25px;
}
.news-inner-main p{
	font-size: 16px;
	font-weight: normal;
	color: #a1a1a1;
	margin-bottom: 16px;
}
.news-inner-main ul {
	list-style: none;
	margin-left: 15px;
    /*margin-top: -15px;*/
}
.news-inner-main ul li {
	color:#a1a1a1;
}
.news-inner-main ul li::before {
	content: "\2022";
	color: #a1a1a1;
	display: inline-block; 
	width: 1em;
	margin-left: -1em;
}
.news-inner-full{
	background: #161616;
	padding:83px 0px 53px;
}
.news-inner-conbtn{
	font-size: 16px;
	font-weight: 600;
	border:1px solid #fff;
	border-radius: 0px;
	box-shadow: none;
	text-align: center;
	padding:10px 45px;
	background: transparent;
	margin-top: 20px;
    display: table;
}
.news-inner-conbtn:hover{
	color:#fff;
}
.news-inner-related-news p{
	margin:120px 0px 35px;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
}
.item-container-video .item{
	width:32.3%!important;
}
.video-play-btn{
	visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
    position: absolute;
    top: 45%!important;
    left: 45%!important;
    z-index: 9;
    width: 24px!important;
    min-height: auto!important;
    height: 24px!important;
}
.item-container-video .video-box{
	cursor: pointer;
}
.item-container-video .video-box:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 8;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
    background: #0777d0;
    background: -moz-linear-gradient(left, #0777d0 0%, #207cca 3%, #207cca 3%, #2989d8 50%, #68e0be 100%);
    background: -webkit-linear-gradient(left, #0777d0 0%,#207cca 3%,#207cca 3%,#2989d8 50%,#68e0be 100%);
    background: linear-gradient(to right, #0777d0 0%,#207cca 3%,#207cca 3%,#2989d8 50%,#68e0be 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0777d0', endColorstr='#68e0be',GradientType=1 );
}
.item-container-video .video-box:hover:after {
    visibility: visible;
    opacity: 0.8;
}
.item-container-video .video-box:hover .video-play-btn {
    visibility: visible;
    opacity: 1;
}
.video-modal iframe{
	width:100%;
}
.article-name-box p{
	margin-bottom:5px;	
}
.article-name-box .article-name{
	color:#fff;
	margin-top: 20px;	
}
.campaigns-bottom {
    background: #1d1d1d;
	padding: 23px 30px;
	float: left;
    width: 100%;
}
.campaigns-bottom-left{
	width:34%;
	float: left;
}
.campaigns-bottom-right{
	width:64%;
	float: left;
}
.campaigns-bottom-left p{
	font-size: 22px;
	font-weight: normal;
	background: -webkit-linear-gradient(#0777d0, #68e0be);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 0px;
}
.campaigns-bottom-left h4{
	font-size: 22px;
	font-weight: normal;
}
.campaigns-bottom-right h4{
	font-size: 22px;
	font-weight: 500;
}
.campaigns-bottom-right p{
	font-size: 16px;
	font-weight: normal;
	color: #c4c4c4;
}
.campaigns-bottom-right p img{
	margin-right: 10px;
}
.container942 {
    max-width: 942px;
    margin: auto;
}
.campaigns-book-box-sec{
	margin-top: -150px;
}
.campaigns-book-box{
	background: #161616;
	padding: 40px 100px 25px;	
	
}
.campaigns-book-box p{
	color:#fff;
}
.campaigns-book-date h4{
	font-size: 22px;
	font-weight: normal;
	margin-bottom:0px;
}
.month-color{
	background: -webkit-linear-gradient(#0777d0, #68e0be);
    -webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}
.campaigns-book-venue{
	border-left:2px solid #2B2B2B;
	padding-left:25px;
}
.campaigns-book-venue p{
	margin-bottom: 5px;
	line-height: normal;
}
.venue-txt{
	color: #a1a1a1!important
}
.campaigns-book-btn{
	background: #b0ff44;
    font-size: 16px;
    font-weight: 600;
    padding: 12px;
    width: 175px;
    color: #000;
    margin-top: 25px;
    display: table;
	text-align: center;
	float: right;
}
.campaigns-book-btn:hover{
	color:#000;
}
.campaigns-inner-des{
	max-width: 750px;
	margin:70px auto;
	text-align:left;
	font-size: 22px;
}
.campaigns-indiv{
	margin-top:100px;
}
.campaigns-indiv-left{
	max-width: 250px;
}
.campaigns-indiv-left h4{
	font-size: 16px;
	font-weight: 500;
	margin-top:40px;
	margin-bottom:10px;
}
.campaigns-indiv-left p{
    /*font-family: Barlow;*/
    font-size: 16px;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: center;
    color: #c4c4c4;
    font-weight: 300;
}
.campaigns-indiv-right{
	margin-top: 70px;
}
.campaigns-indiv-right h3{
	font-size: 16px;
	color: #808080 !important;
	margin-top:40px;
	margin-bottom:15px;
}
.campaigns-indiv-right h4{
	font-size: 22px;
	font-weight: 500;
}
.campaigns-indiv-right p{
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    color: #ffffff;
}
.campaigns-carousel-box{
	text-align: center;
}
.campaigns-carousel-box img{
	width:auto!important;
	margin: 10px auto 35px;
}
.news-inner-related-news .grey-box p{
	margin-top:0px;
}


@media (max-width: 767px) { 
	.country-location, .country-location-2 {
		overflow: auto;
		white-space: nowrap;
		display: inline-block;
	}
	.country-location ul, .country-location-2 ul {
		display: table;
	}
	.country-location ul li, .country-location-2 ul li{
		display: table-cell;
		font-size: 10px;
		min-width: auto;
		padding: 0 15px 0 0;
	}
	.item-container .item {
		width: 100%!important;
	}
	/*.news-inner-banner, .article-inner-banner {
		height: 300px!important;
	}*/
	.news-inner-banner, .article-inner-banner {
		height: 150px!important;
	}
	.kpit-banner-box{
		padding-top:150px;
	}
	.kpit-banner-title40{
		font-size: 20px;
	}
	.news-inner-main h4{
		font-size: 16px;
		margin-bottom: 20px;
	}
	.news-inner-main p{
		font-size: 12px;
		margin-bottom: 30px;
	}
	.news-inner-imgdiv img{
		width:100%;
	}
	.video-bottom {
		background: #1d1d1d;
		padding: 20px;
	}
	.video-bottom p{
		font-size: 14px;
		margin-bottom: 0;
	}
	.grey-box{
		padding: 20px;
	}
	.grey-box p{
		margin-bottom: 15px;
	}
	.news-inner-full{
		padding: 40px 15px 40px;
	}
	.news-inner-related-news p{
		margin: 50px 0px 35px;
	}
	.news-title{
		margin:25px auto;
		font-size: 20px;
	}
	.campaigns-bottom{
		padding: 23px 20px;
	}
	.campaigns-bottom-left p, .campaigns-bottom-left h4, .campaigns-bottom-right h4{
		font-size: 12px;
	}
	.campaigns-bottom-right p{
		font-size: 10px;
	}
	.campaigns-book-box{
		padding: 20px;
	}
	.campaigns-book-date p{
		margin-bottom:15px!important;
	}
	.campaigns-book-date h4{
		margin-bottom:5px!important;
	}
	.campaigns-book-venue {
		border-left: 0;
		padding-left: 0px;
	}
	.campaigns-book-venue{
		margin-top:10px;
	}
	.campaigns-book-venue p {
		margin-bottom: 10px!important;
	}
	.campaigns-book-btn{
		float: unset;
		margin: 25px auto 0px;
		font-size: 12px;
	}
	.campaigns-inner-des{
		font-size: 16px;
		margin: 40px auto;
	}
	.campaigns-indiv-right h3{
		font-size: 10px;
	}
	.campaigns-indiv-right h4{
		font-size: 16px;
	}
	.campaigns-indiv-right p, .campaigns-indiv-left h4,  .campaigns-indiv-left p{
		font-size: 12px;
	}
	.campaigns-indiv {
		margin-top: 0px;
	}
}
/* news inner page end */

.insights_blogs h4 {
	font-size: 20px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
	margin: 0;
}
.insights_blogs p{
	opacity: 0.5;
	font-size: 16px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
}
.insights_tables {
	font-size: 14px;
}

/* Mobile view start*/
@media only screen and (max-width: 425px) and (min-width: 320px) { 
#awards-carousel .owl-stage {
	margin: 0!important;
}
.weare-bus {
    top: 32% !important;
}
/*.diversity_box_video {
	padding-top: 0;
}*/
.banner-shadow {
	height:auto !important;
}
#awards-carousel .owl-item.active {
    width: 308px !important;
}
.my-newsabout .grey-box:nth-child(1) {
	margin: 0 0 20px 0 !important;
}
.my-newsabout .grey-box {
	width: 100%;
}
}
@media only screen and (max-width: 756px) and (min-width: 540px) { 
	.weare-right {
		min-height: 474px;
		background-position: 0;
		margin-top: 28px;
		background-position: center;
		background-size: 100%;
	}
	.weare-bus {
		width: 60%!important;
		top: 124px!important;
	}
}

@media only screen and (max-width: 768px) and (min-width: 758px) { 
	.weare-right {
		min-height: 463px;
	}
	.weare-bus {
		max-width: 367px;
		top: 29% !important;
	}
}
/* Mobile view end*/

/* Mobile lanscape view start*/
@media screen and (orientation:landscape)
and (min-device-width: 320px) 
and (max-device-width: 425px) {
	.weare-bus {
		margin-top: -0;
	}
	.contact-form {
		margin-top: -40px !important;
	}
	.automotive-images {
		display: unset;
	}

}

@media screen and (orientation:landscape)
and (min-device-width: 426px) 
and (max-device-width: 736px) {
	.weare-bus {
		margin-top: -0;
	}
	.contact-form {
		margin-top: 20px !important;
	}
	.automotive-images {
		display: unset;
	}
	.automotive-box-col img {
		width: 100% !important;
	}
}
/* Mobile lanscape view end*/


/* TAB lanscape view start*/
/*@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {*/
/*	.weare-bus {*/
/*		left: 52%;*/
/*		top: 47%;*/
/*	}*/
/*	#home {*/
/*		padding-top: 12% !important;*/
/*	}*/
/*}*/
/* TAB lanscape view end*/

.solution_sub_slide {
    display: table;
    width: 100%;
}
.solution_sub_slide_inn {
    display: table-cell;
    padding: 16px;
}
.autonomous_popups b{
	color: #808080 !important;
}
.solution_impacts {
	position: absolute;
    bottom: 0px;
    padding: 30px;
    margin: 0px;
    font-size: 22px;
    z-index: 10;
    line-height: 25px;
    letter-spacing: 0;
    font-weight: 500;
    color: #bfbfbf;
}
.solution_impacts_descb {
	font-size: 16px;
}
.banner-shadow {
position: relative;
height: 100%;
width: 100%;
}
.banner-shadow:after {
    content: '';
	position: absolute;
	z-index: 10;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
}
.banner-shadow1:after {
    content: '';
	position: absolute;
	z-index: 10;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    /*background-image: linear-gradient(to bottom, rgba(17, 17, 17, 0), #111111);*/
}
.career-whykpit-top .banner-shadow, .diversity-box-first .banner-shadow{
	float: right;
	width: auto;
}
.banner-height{
	height:100%;
}

.section-title {
	z-index: 9999;
}

/*svg section start*/
section.outview {
	opacity: 0;
	transition-property: opacity,transform;
	transition-timing-function: cubic-bezier(.175,.885,.32,1.275);
	transition-duration: 2s;
}
section.inview{
	opacity: 1;
	transform: translateZ(0) scale(1);
	transition-property: opacity,transform;
	transition-timing-function: cubic-bezier(.175,.885,.32,1.275);
	transition-duration: 2s;
}
#solution .aos-animate {
	z-index: 1
}
.hideprogress {
	display: none;
}
.none, #landingsectionsvg, #moving-dot1, #moving-dot2, .homepath,#circlepath {
	display: none;
} 
/*svg section end*/

.home-view img {
	filter: none !important; 
	opacity: 1 !important;
}
#awards-carousel .owl-stage {
    margin: auto 55px;
}
.awards-slide-top-p {
    width: 264px;
    /* height: 264px; */
    margin: auto;
    font-size: 20px;
    font-weight: 500;
	text-align: center;
}

.investors-page-tabs .stock-tab li{
	width: 184px;
    height: 48px;
    border: 1px solid!important;
    text-align: center;
    line-height: 48px;
    background-color: transparent;
}
.investors-page-tabs .stock-tab li{
	border-radius: 0px!important;
	overflow: hidden;
}
.investors-page-tabs .stock-tab li  a{

background-color: transparent;
}
.investors-page-tabs .stock-tab li  a.active{
color: #111;
border: 1px solid!important;
background-color: #fff;
}
.investors-page-tabs .stock-tab li a{
	font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: center;
	color: #ffffff;
	display: block;
}
ul.nav.nav-tabs.stock-tab {
    margin-top: 120px;
}
ul.nav.nav-tabs.stock-tab{
	border: none;
}

@media (max-width:767px){
.insights-page-section .insights-bottom h4 {
	width: auto;
	white-space: normal;
}		  
	  
.mob-filter {
    position: fixed;
    width: 100%;
    bottom: 0;
    background:#242424;
    z-index: 999999;
	max-height: 50%;
}
.filter-header {
	height: 56px;
	padding: 15px 24px;
	background-color:#161616;
}
.filter-header h4 {
    font-size: 16px;
    display: inline-block;
}
.filter-header .filter-close {
    display: inline-block;
    float: right;
}
.filter-body .filter-opt li {
      display: inline-block;
    height: 36px;
    background: transparent;
    border-radius: 30px;
    line-height: 32px;
    font-size: 12px !important;
    text-align: center;
    border: 1px solid #bfbfbf;
    margin: 0 4px 15px 0;
    padding: 0px 15px;
}
.filter-body{
	padding:20px 24px 15px;
}
.filter-opt .highlight {
    background-color: #bfbfbf!important;
    color: #000;
}

.filter-btn a {
    width: 130px;
    height: 40px;
    display: inline-block;
    border: 1px solid;
    text-align: center;
    line-height: 40px;
    font-size: 12px;
}
.filter-btn {
	margin-top:60px;
}
.mob-filter-btn {
    display: inline-block;
    margin-left: 7px;
}
.has-search-box .has-search > span {
    width: 230px;
    text-align: right;
    line-height: 40px;
    position: absolute;
    left: -15px;
}
/*.has-search-box .form-control {
    padding-right: 50px;
    height: 40px;
    line-height: 40px;
    width: 230px;
    display: inline-block;
}*/
.filterby-box {
    display: none;
}

body.filter-bg:after {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99999;	
}
.awards-slide-top-p {
	height: auto;
	padding-left: 20px;
	text-align: center;
}
.around-world{
	margin: 115px auto 0px;
}
.awards-news-row{
	margin: 40px 0px 15px;
}
}
/* careerpopup */

.careerans.wrong .popup-1
{
	background: #fff3f4!important;
	background-color: #8de0ce;
}
.careerans.correct .popup-2{
	background-color: #8de0ce;
	background-color: #fff3f4;
}
.careerans{
	box-shadow: 0 3px 23px 10px #8de0ce;
    width: 320px;
}
#careerans-modal .modal-content {
    height: 524px;
}

#careerans-modal .modal-content p {
    font-size: 16px;
    line-height: 24px;
    color: #fff!important;
}
#careerans-modal .modal-dialog {
    max-width: 752px;
}

.pop-title {
    text-align: left;
    position: relative;
    padding: 28px 28px 20px;
    display: inline-block;
	width: 100%;
}
.pop-title h4{
/*font-family: Barlow;*/
font-size: 16px;
font-weight: bold;
font-style: normal;
font-stretch: normal;
line-height: 1;
letter-spacing: normal;
color: #000000;
}
.pop-title p
{
	/*font-family: Barlow;*/
font-size: 26px;
font-weight: normal;
font-style: normal;
font-stretch: normal;
line-height: normal;
letter-spacing: normal;
color: #4a4a4a;
}
.pop-title a
{
/*font-family: Barlow; */
font-size: 16px;
font-weight: 600;
font-style: normal;
font-stretch: normal;
line-height: normal;
letter-spacing: normal;
color: #111111;
}
.pop-title img
{
	padding-left: 10px;
}
.close-mark
{
	position: relative;
    top: 0px;
    right: 0;
    display: inline-block;
}

.third-popup
{
	background: #fff;
}
.pop-title-2
{
	text-align: left;
	
	position: relative;
	padding:28px 28px 10px;
	max-width:320px;
}
.pop-title-2 h4
{
	/*font-family: Barlow;*/
font-size: 16px;
font-weight: bold;
font-style: normal;
font-stretch: normal;
line-height: 20px;
letter-spacing: normal;
color: #000000;
}
.pop-title-2 p
{
	/*font-family: Barlow;*/
font-size: 16px;
font-weight: normal;
font-style: normal;
font-stretch: normal;
line-height: 1.25;
letter-spacing: normal;
color: #000000;
}
.pop-title-2 label
{
	color: #000;
    margin-left: -8px;
    font-size: 16px;
}
.form-check-input {
display: block;
position: relative;
padding-left: 35px;
margin-bottom: 12px;
cursor: pointer;
font-size: 22px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

.form-check-input input {
position: absolute;
opacity: 0;
cursor: pointer;
}
.checkmark {
position: absolute;
top: 4px;
left: 10px;
height: 16px;
width: 16px;
background-color: #eee;
border:1px solid #000;
border-radius: 50%;
}
.form-check-input:hover input ~ .checkmark {
background-color: #ccc;
}
.form-check-input input:checked ~ .checkmark {
background-color: #000000;
}
.checkmark:after {
content: "";
position: absolute;
display: none;
}


.form-check-input input:checked ~ .checkmark:after {
display: block;
}

.form-check-input .checkmark:after {
	top: 6px;
	left: 6px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: white;
}
#work_impact .slider_nav  {
	padding: 30px 0 !important;
}

/*career slider*/
	.slick-slider {
		touch-action: auto;
		-ms-touch-action: auto;
		}

		@media only screen and (max-width: 1920px) and (min-width: 1442px) {
			.weare-right {
				min-height: 670px !important;
				margin-top: -117px !important;
				width: 100% !important;
				max-width: 1110px !important;
			}
			.weare-bus {
				width: 70% !important;
				top: 2% !important;
			}
		}
		@media only screen and (min-width: 992px) and (max-width: 1035px) {
			.diversity-box-first .diversity-des {
			top: 5%;
			left: 5%;
			}
		}
		/* TAB lanscape view start*/
/*@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {*/
/*    .weare-bus {*/
/*        left: 52%;*/
/*        top: 47%;*/
/*    }*/
/*}*/
/* TAB lanscape view end*/
.stock-tab li a {
	border: none !important;
}
/**************Contact Page CSS*************/
.bg-contact-img {
    /*background-image: url(../img/contact-us-banner.jpg);*/
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top center;
	height: 614px;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	z-index:-1;
}
.bg-contact .contact-title {
     margin-top: 140px;
     margin-left: 11px;
     font-size: 72px;
     font-weight: 300;
     font-style: normal;
     font-stretch: normal;
     line-height: 1.25;
     letter-spacing: normal;
     color: #ffffff;
}
 
.bg-contact .nav-tabs .nav-link.active {
     color: #ffffff;
     background-color: transparent;
     border-bottom:3px solid #b0ff44;
     border-right: none;
     border-left: none;
     border-top: none;
}
.bg-contact .nav-justified {
     margin-top: 90px;
	 margin-bottom: 58px;
}
.bg-contact .form-control {
     width: 100%;  
     color: #ffffff;
     background-color: transparent;
     border: solid 1px #808080;
     border-radius: 0;
}

.bg-contact .contact-submit {
     width: 200px;
     height: 48px;
     margin-top: 0;
     background-color: #53509b;
/*      opacity: 0.8; */
     font-size: 16px;
     font-weight: 600;
     font-style: normal;
     font-stretch: normal;
     line-height: 1.25;
     letter-spacing: 0.3px;
     text-align: center;
     color: #fff;
     border: solid 1px #b0ff44;
	 cursor: pointer;
	 transition: 0.3s;
	 margin-top: 28px;
}

.address-title {
	padding-top: 115px;
}
.bg-contact .careers-related-queries {
    background-color: #1d1d1d;
    padding: 55px 20px 20px 20px;
    margin-bottom: 20px;
}
.bg-contact .careers-related-queries h5 {
	font-size: 20px;
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #ffffff;
}
.bg-contact .careers-related-queries p {
	font-size: 16px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #b0ff44;
    padding-top: 15px;
}
.bg-contact .careers-related-queries i {
     padding-left: 20px;
     color: #b0ff44;
}
 
.bg-contact .contact-address {
     padding-top: 110px;
}
.contact-address .corporate-headquarters {
	font-size: 28px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.57;
	letter-spacing: normal;
	color: #ffffff;
}
.contact-address .address-details p {
    font-size: 16px;
    margin-top: 25px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: normal;
    color: #BFBFBF;
}
.contact-location .office-locations {
     font-size: 28px;
     font-weight: 600;
     font-style: normal;
     font-stretch: normal;
     line-height: 1.57;
     letter-spacing: normal;
     color: #524fa1 !important;
}
.contact-location .country-location ul li a {
     font-size: 16px;
     font-weight: 400;
     font-style: normal;
     font-stretch: normal;
     line-height: 2;
     letter-spacing: normal;
	 color: #717171;
	 cursor: pointer;
}
.contact-location .country-location ul li a.active {	
	color:#524fa1 !important;
}
.footer_solution ul li:first-child a {
	font-weight: 400;
}

.contact-location {
	padding-top: 10px;
}
.contact-location .location-row-2 ul li a {
     font-size: 16px;
     font-weight: normal;
     font-style: normal;
     font-stretch: normal;
     line-height: 2;
     letter-spacing: normal;
     color: #717171;
}
.contact-location .Pune-hq p {
     font-size: 14px;
     font-weight: normal;
     font-style: normal;
     font-stretch: normal;
     line-height: 1.57;
     letter-spacing: normal;
     color: #ffffff;
}
.contact-location .mu-single-location {
     display: inline;
     float: left;
     width: 100%;
     margin-top: 20px;
     margin-bottom: 35px;
}
.contact-location .mu-single-location-icon {
     border-radius: 50%;
     color: #fff;
     display: inline;
     font-size: 18px;
     float: left;
     text-align: center;
     margin-right: 20px;
}
.contact-location .mu-single-location-content {
     display: inline;
     float: left;
     width: 80%;
}
.contact-location .get-directions a {
     font-size: 14px;
     font-weight: 400;
     font-style: normal;
     font-stretch: normal;
     line-height: 1.43;
     letter-spacing: normal;
     color: #b0ff44;
}
.contact-location .get-directions i {
     color: #b0ff44;
     margin-left: 20px;
}
.contact-location .location_states ul li a {
     font-size: 16px;
     font-weight: normal;
     font-style: normal;
     font-stretch: normal;
     line-height: 1.81;
     letter-spacing: normal;
     color: #717171;
}
.contact-location .map-view{
     overflow:hidden;
     position:relative;
     height:100%;
	 margin-top: -5px;
	 /*margin-top: -70px;*/
}
.contact-location .map-view {
	/*box-shadow: 0px 0px 11px 5px rgba(200,200,200,0.75); */
}
.contact-location .map-view iframe{
     left:0;
     top:0;
     height:100%;
     width:100%;
     position:absolute;
}
#address .contact_tabs .nav-tabs .nav-link:hover {
	color: #ffff;
	border-top: none;
	border-left: none;
	border-right: none;
}
.contact_tabs .nav-tabs a {
	font-size: 16px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.25;
	letter-spacing: normal;
	text-align: center;
	color: #A9AAAA;
	border-top: none;
	border-left: none;
	border-right: none;
	padding: 1.2rem 1rem;
}
.contact_tabs .nav-tabs:active {
	font-size: 16px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.25;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff !important;
	opacity: 1 !important;
	border-top: none;
	border-left: none;
	border-right: none;
}

.contact_tabs .inputs {
    padding: 10px 20px;
	height: 52px;
}

.contact_carrer {
	margin-top: 33%;
}
.bg-contact .inputs::placeholder {
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.29;
	letter-spacing: normal;
	color: #6b6b6b;
}

.bg-contact .inputs:-ms-input-placeholder { /* Internet Explorer 10-11 */
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.29;
	letter-spacing: normal;
	color: #6b6b6b;
}

.bg-contact .inputs::-ms-input-placeholder { /* Microsoft Edge */
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.29;
	letter-spacing: normal;
	color: #6b6b6b;
}
.contact_text textarea{
	height: 116px !important;
}
#location {
	padding-top: 35px;
	padding-bottom:70px;
}
.location-title {
	padding-bottom: 40px;
}
footer{
	/*margin-top: 70px;*/
	margin-top: 0px;
}
.contact_tabs .text-center {
	max-width: 752px;
}
.contact-form{
	/*max-width: 752px;*/
	margin-top: 90px;
    margin-bottom: 35px;
}
/*accordion  start*/
.contact-location .wrapper{
  width:70%;
}

.contact-location .panel-heading {
	padding: 0;
	border:0;
}
.contact-location .panel-title>a{
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 2;
	letter-spacing: normal;
	color: #717171;
	display: block;
	word-spacing: 3px;
	text-decoration: none;
}
.contact-location .panel-heading  a:before {
   content: "";
   float: right;
   transition: all 0.5s;
   background: url("../img/arrow-down.png") no-repeat;
   background-position: 7px 10px;
   width: 25px;
   height: 25px;
}
.contact-location .panel-heading.active a:before {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
} 
.contact-location .panel-title>a:active{
	font-size: 16px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.81;
	letter-spacing: normal;
	color: #ffffff;
}
/*accordion  end*/

.contact_foot_inn {
	padding-left: 60px;
}
.contact_foot_top {
	border-right: 1px solid #464646;
}
.contact_tabs select option {
	background: #111111;
	border:0px;
	outline:0px;
}

.contact_tabs .news-tabs .nav-tabs .nav-link{
    color: #ffff;
    border-top: none;
    border-left: none;
    border-right: none;
    opacity: 0.6;	
}
.country-location h6 {
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.81;
    letter-spacing: normal;
	color: #524fa1;	
	text-transform: uppercase;
}
.location-row-2 h6 {
	font-size: 16px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.81;
	letter-spacing: normal;
	color: #524fa1;
}
#nav-tabContent select{
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background: url('../img/form-dropdown-icon.png')  no-repeat;
	background-position: 94% 50%;
	background-color: #111111;
}

input:focus { outline:none; }
.form-control:focus {
	box-shadow: none;
}

#contact-map {
	width: 95%;
	height: 400px;
}

#contact-map .gm-style-iw * {
	color: #000;
}

.country-panel {
	display: none;
}

.country-panel.active {
	display: block;
}

@media(max-width:992px){
.contact-location .wrapper{
	width:100%;
} 
}
@media(min-width:768px){
	.contact-location .panel-heading a:before {
		opacity: 0;
	}
	.career-whykpit-top-right {
        width: 43%;
        float: right;
        margin-right: 30px;
    }
}
@media(max-width:767px){
	.bg-contact-img {
		background-size: cover!important;
		background-position: center!important;
		height: 266px;
	}
	.contact-address .corporate-headquarters {
		font-size: 16px;
	}
	.contact-form {
		margin-top: -40px;
	}
	.contact-location .get-directions a {
		font-size: 12px;
		font-weight: 400;
	}
	.mu-single-location-content p {
		font-size: 12px;
		line-height: 22px;
		font-weight: 300; color: #000;
	}
	.vertical-divider {
		display: none;
	}
	.contact-location .container-fluid {
		padding: 0 15px 0 15px;
	}
	/*contact mobile view start*/
	.bg-contact .contact-title {
	   line-height: 0;
	   height: 266px;
	   position: relative;
	   width: 100%;
	   margin-top: 0;
	   margin-left: 0;
	   font-size: 32px;
	}
	.Happy-to-help-you {
		margin: 0;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, -50%);
	}
	.bg-contact.nav-justified {
		margin-top: 40px;
	}
	.contact_tabs .nav-tabs a {
		font-size: 12px;
		letter-spacing: 0.5px;
		padding: 14px 15px;
	}
	.contact_tabs .inputs {
		height: 40px;
		padding: 5px 20px;
	}
	.contact-submit {
		margin-top: 0;
	}
	.contact-submit {
		width: 100%;
		height: 36px;
		margin-top: 15px;
	}
	.contact_text textarea {
		height: 80px !important;
	}
	.contact_carrer {
		margin-top: 0px;
		margin-left: 15px;
	}
	.careers-related-queries h5 {
		font-size: 16px !important;
	}
	.careers-related-queries p {
		font-size: 12px !important;
		font-weight: 400 !important;
	}
	.careers-related-queries {
		   padding: 30px 20px 10px 20px !important;
	}
	.corporate-headquarters {
		font-size: 16px;
	}
	.address-details p {
		font-size: 12px !important;
		margin-top: 20px !important;
	}
	.office-locations {
		font-size: 16px !important;
		font-weight: 500 !important;
	}
	.location-title {
		padding-bottom: 5px;
	}
	#location {
		padding-top: 20px;
	}
	.country-location ul li a {
		font-size: 14px !important;
		line-height: 20px !important;
	}
	.country-location h6 {
		display: none;
	}
	.mobile-cls h6  {
		font-size: 10px;
		color: #4C4C4C;
		line-height: 16px;
		padding-bottom: 0;
		padding-top: 20px;
		text-transform: uppercase;
	}
	
	.location-row-2 h6 {
		font-size: 10px;
		color: #4C4C4C;
		line-height: 16px;
		text-transform: uppercase;
	}
	.contact-location .panel-title>a {
		font-size: 15px;
		line-height: 18px;
		color: #A1A1A1;
		border-bottom: 1px solid #2E2E2E;
		padding-bottom: 10px;
	}
	.contact-location .panel-title>a:active {
		font-size: 14px;
		line-height: 18px;
		font-weight: 400;
	}
	.contact_foot_inn {
		padding: 10px 0 20px 0;
	}
	.map-view {
		height: 320px !important;
	}
	.map_responsive {
		padding: 0;
		height: 320px;
		margin-bottom:25px;
	}
	footer {
		margin: 0;
	}
	.contact_foot_top {
		border: 0px;
		white-space: nowrap;
		overflow: auto;
	}
	.radio-box{
		margin-bottom:20px!important;
	}
	.bg-contact .contact-submit{
		margin-top: 20px;
		width: 100%;
		height: 36px;
		font-weight: 500;
		-webkit-appearance: none;
		border-radius: 0;
	}
	.bg-contact {
		background-size: 100% 266px !important;
	}
	/*contact mobile view start*/
}

@media only screen and (max-width: 768px) and (min-width: 426px) {
	.my-newsabout .grey-box {
		width: 46% !important;
	}
	.my-newsabout .grey-box:nth-child(1) {
		margin: 0 10px 0 0!important;
	}
	.campaigns-bottom-left p {
		font-size: 16px;
	}
	.campaigns-bottom-right h4 {
		font-size: 16px;
	}
}
@media only screen and (max-width: 992px) and (min-width: 768px) {
	.job-box .job-title {
		font-size: 16px;
	}
	.job-box .job-des p {
		font-size: 12px;
	}
	.job-skillsexp p {
	    padding: 5px 0;
	}
	.job-skillsexp span {
		font-size: 14px;
		font-weight: 500;
	}
	.tab-pl-15{
		padding-left:15px!important;
	}
	.contact_carrer {
		margin-top: 30px;
	}
	.contact-address {
		padding-top: 10px;
	}
	.contact-location .container-fluid {
		padding: 0px 20px;
	}
}

.radio-box {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 35px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.radio-box input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #111111;
    border-radius: 50%;
	border: 1px solid #b0ff44;
}
.radio-box:hover input ~ .checkmark {
    background-color: #b0ff44;
}
.radio-box input:checked ~ .checkmark {
    background-color: #b0ff44;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.radio-box input:checked ~ .checkmark:after {
    display: block;
}
.radio-box .checkmark:after {
 	top: 6px;
    left: 6px;
    width: 6px;
    height: 6px;
	border-radius: 50%;
	background: #111111;
}
.input_mac_res {
	position: absolute;
    top: 3px;
    left: 0;
    height: 20px;
    width: 20px;
    border-radius: 50%;
}
/*only for dinesh safari start*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
	#careerVideo {
		position: revert;
	}
}
/*only for dinesh safari end*/
@media (min-width: 1440px){
	.contact_container {
		padding: 0px 150px !important;
	}
}
@media only screen and (max-width: 992px) and (min-width: 768px) {
	
	.contact_container {
		padding: 0px 20px !important;
	}
}
.contact_container {
	padding: 0px 40px;
}
.mu-single-location-content p{
    font-size: 14px;
    line-height: 22px;
    font-weight: 200; color: #000;
}
#contact-map{	overflow: visible !important;	position: initial !important;}
span.wpcf7-not-valid-tip {    
	display: none;
}
.wpcf7-not-valid {    
	border: 1px solid #f00 !important;
}
#formcontact .wpcf7-list-item {
	position: relative;
	padding-left: 20px;
	margin-bottom: 50px;
	float:left;
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;	
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;   
}
#formcontact .wpcf7-list-item input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}
.rad_class {
	position: absolute !important;
	top: 2px !important; 
	left: -10px !important;
	height: 16px;
	width: 16px;
	background-color: #111111 !important;
	border-radius: 50%;
	border: 1px solid #b0ff44 !important;
}
#formcontact .wpcf7-list-item:hover input ~ .rad_class {
   background-color: #b0ff44 !important;
}
#formcontact .wpcf7-list-item input:checked ~ .rad_class {
	background-color: #111111 !important;
	width: 16px;
	border: 6px solid #b0ff44 !important;
	height: 16px;
}
.wpcf7-list-item-label:after {
	content: "" !important;
	position: absolute !important;
	display: none;
}
#formcontact .wpcf7-list-item input:checked ~ .rad_class:after {
   display: block;
}
#formcontact .wpcf7-list-item .rad_class:after {
	top: 6px !important;
	left: 6px !important;
	width: 6px !important;
	height: 6px !important;
	border-radius: 50%;
	background: #111111 !important;
}
#formcontact .wpcf7-list-item input {
	position: absolute;
	opacity: 0;
	top: 2px;
	zoom: 1.5;
	z-index: 99999;
	left: -6px;
	cursor: pointer;
	width: 100%;
}
@media only screen and (max-width: 1199px) and (min-width: 768px) { 
	#formcontact .wpcf7-list-item:last-child {
		margin-left: 200px;
	}
}
@media (min-width:1025px){
	#formcontact .wpcf7-list-item {
	   float: left;
	   width: calc(50% - 16px);
	   margin-left: 15px !important;
	}
	span.wpcf7-form-control-wrap.radio-1{
		width: 100%;
	}
}
@media (min-width:1201px) and (max-width:1440px){
	section#location .container-fluid {
	   padding-left: calc((100% - 1140px) / 2) !important;
	}
}
@media (max-width:1200px) and (min-width:992px){
	section#location .container-fluid {
	   padding-left: calc((100% - 960px) / 2) !important;
	}
}


#formcontact .wpcf7-form-control-wrap select{
	-webkit-appearance: none;
	font-size: 14px;
	color: #6b6b6b;
    background: transparent url("https://www.kpit.com/wp-content/uploads/2018/12/contact-dropdown-icon.png") no-repeat right 10px center;
}
#formcontact .wpcf7-form-control-wrap select::-ms-expand {
    display: none;
	color: #6b6b6b;
} 

#formcontact .wpcf7-form-control-wrap select:focus::-ms-value {
    color: black; 
    background: transparent;
	color: #6b6b6b;
}

/**************Contact Page CSS*************/
/**************Solutions Page*************/
.header-fixed{
	position: fixed;
    width: 100%;
    z-index: 999999;
    background: #fff;
}
.solution-page-tabs .nav-tabs {
    border: 0px;
}
.tab-nopadding{
	padding:0px!important;
}
.solution-tabs-slide{	
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center bottom;
	height:700px;
}
.autonomous-img1{
	background-image:url('../img/autonomous1.jpg');
}
.autonomous-img2{
	background-image:url('../img/autonomous2.jpg');
}
.solution-page-tabs .carousel-caption {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: auto;
    display: table;
    text-align: center;
	z-index: 999;
}
.solution-page-tabs .carousel-caption h3 {
    font-size: 50px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 40px;
	max-width: 950px;
}	

.home-view img{
	width:auto;
}
/* work impact start */
.arrows-right{
	float:right;
	margin:0px 0px 10px!important;
}
.arrows-right a:first-child{
	margin-right:8px;
}
.thumb-box-col{
	width:100%;
	height:100%;
	float:left;
	position:relative;
}
.thumb-box p {
    position: absolute;
    bottom: 0px;
    padding: 30px;
    margin: 0px;
    font-size: 22px;
    z-index: 10;
    line-height: 25px;
    letter-spacing: 0;
    font-weight: 500;
}
.thumb-box{
	float:left;
	width:100%;
	height:100%;
	position:relative;
}
.thumb-box-bg{
	background:#1a1a1a;
}
.thumb-box:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 8;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
	background:url(../img/workimpact2.png) no-repeat;
	background-size: cover;
}
.thumb-box:hover:after {
    visibility: visible;
    opacity: 0.8;
}
.thumb-box-add{
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
    position: absolute;
    top: 50%;
    left: 45%;
    z-index: 100;
    width: auto!important;
}
.thumb-box:hover .thumb-box-add {
    visibility: visible;
    opacity: 1;
}

.thumb-box .thumb-box-add{
	height: auto;
}
.thumb-box-row > [class*='col-']:first-child{
	margin-bottom:20px;
}
/* work impact end */
/* WorkinthisTeam start */
.workinthisteam{
	margin-top:10px;
	overflow: visible;
}
.workinthisteam-box{
	background:rgba(255, 255, 255, 0.2);
	padding:35px 30px;
	min-height:100%;
	max-width:370px;
}
.workinthisteam-box h4{
	/*font-size:28px;*/
	font-size:24px;
	font-weight: 500;
	color:#fff;
}
.workinthisteam-box p{
	font-size: 16px;
	font-weight: normal;
	color:#fff;
}
.workinthisteam-car {
    position: absolute;
    top: 210px;
    left: 0px;
}
.workinthisteam-car img{
	width:100%;
	max-width:600px;
}
/* .learnmore{
	margin-top:195px;
} */
.learnmore h4{
	margin-top:0px;
	margin-bottom:30px;
}
.explore-btn{
	background:#b0ff44;
	font-size: 16px;
	font-weight: 500;
	text-align:center;
	width:180px;
	padding:15px;
	margin-top:15px;
	display:table;
	color:#000;
}
.explore-btn:hover{
	color:#000;
}
/* .iget{
	margin-top:80px;
	margin-left: 105px;
} */
.iget-content {	
	z-index:9999;       
    position: absolute;
    bottom: 0;
	left:0;
	right:0
}
.iget-content h4{
	font-size: 13px;
    font-weight: 300;
	text-align:center;
    font-style: italic;
	color: #fff;
	 margin-bottom: 20px;
	padding: 0 40px;
}
.iget{
	position:relative;
	
}
 .iget:after {
    content: '';
    position: absolute;
    z-index: 10;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
} 

.beapart{
	position:relative;
/* 	margin-top: 160px;
	margin-left:10px; */
}
.bdiv{
	position:absolute;
/* 	bottom:0px; */
	left:0px;
	padding:35px 30px;
}
/* WorkinthisTeam end */
/* insights start */
.insights-section .arrows-right{
	margin: 50px 0px 20px;
}
.insights-images {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.insights-images .card {
    flex: 0 0 auto;
	max-width:370px;
}
.insights-top{
	position:relative;
}
.insights-top img{
	width:100%;
}
.insights-top-buttons{
	position:absolute;
	top:30px;
	left:30px;
	z-index:10;
}
.insights-top-buttons a{
	background:rgba(0, 0, 0, 0.2);
	padding:5px 10px 7px;
	margin-right:12px;
	border-radius:10px;
	font-size: 10px;
	margin-bottom: 12px;
	float: left;
}
.insights-top-buttons a:hover{
	color:#fff;
}
.insights-bottom-img{
	position:absolute;
	bottom:30px;
	left:30px;
	z-index:10;
	max-width: 90px;
	max-height: 60px !important;
}
.insights-bottom h4{
	font-size: 22px;
	font-weight: 500;
	color: #ffffff;
	margin-top:25px;
	margin-bottom:20px;
}
.insights-bottom p{
	font-size: 16px;
	font-weight: normal;
	color: #808080;
	line-height: 1.25;
	margin-bottom:22px;
}
.insights-thump-des{
	min-height:60px;
}
.insights-bottom p span{
	color: #808080;
}
/* insights end */
/* offerings start */
.offerings-section .arrows-right{
	margin: 50px 0px 20px;
}
.offerings-images {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.offerings-images .card {
    flex: 0 0 auto;
    margin-right: 17px;
	width: 100%;
	max-width:370px;
}
.offerings-images h4{
	font-size: 28px;
	font-weight: 500;
	min-height:85px;
	margin-bottom:0px;
	min-height: 110px;
}
.card-ul{
	width:100%;
	height:100%;
}
.card-ul li{
	border:0px;
	background:transparent;
	padding:0px;
}
.card-ul li a{
	background:#1a1a1a;
	padding:39px 30px;
	display:table;
	width:100%;
	margin-bottom:16px;
	position:relative;
}
.offerings-add-parent{
	display:none;
	float: left;
	z-index: 99;
    position: relative;
	height: 100%;
}
.offerings-add-child{
	vertical-align: middle;
    height: 100%;
    display: table-cell;
	width: 42px;
}
.offerings-add-child img {
    width: auto!important;
}
.card-ul li a span{
	font-size: 20px;
	font-weight: normal;
	color: #bfbfbf;
	float: left;
    margin-left: 0px;
    max-width: 240px;
	line-height: 1.5;
    margin-top: -5px;
	z-index: 99;
    position: relative;
}
.card-ul li a:after{
	content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 8;
	visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
    background: #0777d0;
    background: -moz-linear-gradient(left, #0777d0 0%, #207cca 3%, #207cca 3%, #2989d8 50%, #68e0be 100%);
    background: -webkit-linear-gradient(left, #0777d0 0%,#207cca 3%,#207cca 3%,#2989d8 50%,#68e0be 100%);
    background: linear-gradient(to right, #0777d0 0%,#207cca 3%,#207cca 3%,#2989d8 50%,#68e0be 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0777d0', endColorstr='#68e0be',GradientType=1 );
}
.card-ul li a:hover:after {
    visibility: visible;
    opacity: 0.8;
}
.card-ul li a:hover .offerings-add-parent{
	display:block;
}
.card-ul li a:hover span{
	color:#b0ff44;
}
/* offerings end */

.owl-nav {
    display: none;
}

@media(max-width:767px){
	.solution-tabs-slide{
		height:400px;
	}
	#electric-carousel .carousel-inner:nth-child(1) .autonomous-img1 {
    background-position: 0px;
    }
    div#electric-carousel .carousel-item:first-child a.home-view .home_slider_btn{
    margin-top: 250px!important;
    }
    div#electric-carousel .carousel-item:nth-child(2) a.home-view .home_slider_btn {
    margin-top: 175px;
    }
	
	.solution-page-tabs .carousel-caption h3{
		font-size: 25px;
		max-width:100%;
	}
	.thumb-box-row .thumb-box-col {
		min-height: 150px;
	}
	.respl15{
		padding-left:15px!important;
	}
	.resmb0{
		margin-bottom:0px!important;
	}
	.resmt15{
		margin-top:15px;
	}
	.thumb-box p{
		padding: 15px;
		font-size: 14px;
		line-height: 16px;
	}
	.workinthisteam-car img{
		width:100%;
		max-width:200px;
	}
	.yousection .section-title{
		padding-left:10px !important;
	}
	.section-title {
		padding: 5px 0px 5px 30px;
		font-size: 25px;
		background-position: -130px 0px;
	}
	.peoplesection .section-title{
		margin-top:45px !important;
	}
	.careersection .section-title{
		padding-left:25px !important;
	}
	.learnmore {
		margin-top: 30px;
	}
	.workinthisteam .section-title{
		margin-top:40px !important;
		margin-bottom:0 !important;
		padding-left: 28px !important;
	}
	.insight-section .section-title{
		margin-bottom:0px !important;
		margin-top: 40px !important;
		padding-left: 28px !important;
	}
	.offerings-section .section-title {
  	padding-left: 28px !important;
    margin-bottom: 0px !important;
		margin-top: 25px !important;
}
	.solution-page-work .section-title {
    margin-bottom: 0px !important;
		padding-left: 28px !important;
		margin-top: 40px !important;
}
	.insight-section .arrows-right{
		    margin: 0px 0px 10px!important;
	}
	.offerings-section .arrows-right{
		margin: 0px 0px 10px!important;
	}
	.solution-page-work .arrows-right{
		    margin: 15px 0px 10px!important;
	}
	
	.beapart {
		margin-top: 60px;
		margin-left: 55px;
	}
	.workinthisteam-box{
		max-width:250px;
		margin-bottom:1.5rem;
	}
	.offerings-images h4 {
    margin-bottom: 16px !important;
}
	.card-ul li a{
		padding:23px 10px 23px 20px;
	}
	.card-ul li a span{
		font-size: 16px;
		max-width: 145px;
	}
	#formcontact .wpcf7-list-item{
		display: block !important;
		font-size: 12px;
		margin-bottom: 25px;
	}
	.address-title {
		padding-top: 45px;
	}
	.mob-filter {
        display: none;
    }
}

/**************Solutions Page*************/
/**************Insights Page*************/

.insight_serach::placeholder, .insight_serach:-ms-input-place, .insight_serach::-ms-input-placeholder { 
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.43;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
	opacity: 0.4;
}
.has-search-box {
	position: relative;
	/*width: auto;
    display: table;
    margin: auto; */
}
.has-search .form-control-feedback {
	position: absolute;
	z-index: 2;
	display: block;
	width: 2.375rem;
	height: 48px;
	line-height: 3rem;
	text-align: center;
	color: #ffffff;
	right: 0;
}
.has-search-box .form-control {
	border-radius: 0;
	background-color: #1c1c1c;
	height: 48px;
	border: 0;
	outline: 0;
	color: #ffffff;
	padding: 0 22px;
}
.insights-page-section .section-title {
	
	background-position: -50px 0px;
	margin: 60px 0;
	margin-top: 187px!important;
}
.insights-left-imgbox .insights-top img{
	min-height: 624px;
	max-height: 624px;
}	
.insights-right-imgbox .insights-top img{
	min-height: 252px;
	max-height: 252px;
}
.loadmore-section{
	padding-top:60px!important;
}
.insights_auto_inner .arrows-right{
	margin: 0px 0px 10px;
}
.loadmore-txt{
	font-size: 16px;
	font-weight: 600;
	color: #ffffff;
	margin: 45px auto 65px;
    display: table;
}
.filterby-box{
	margin: 15px 0px 60px;
	overflow: auto;
    white-space: nowrap;
	display: flex;
	padding-bottom: 15px;
}
.filterby-box label{
	font-size: 16px;
	font-weight: 500;
	color: #808080;
	display: table;
	margin-top:15px;
}
.filterby-box button{
	font-size: 16px;
    font-weight: normal;
    color: #bfbfbf;
    border-radius: 35px;
    padding: 12px 22px 14px 14px;
    background: #111111;
    border: 1px solid #bfbfbf;
    margin-left: 15px;
	display: table;
	line-height: 16px;
	height: 44px;
}
.insights-top a{
	float: left;
    width: 100%;
    height: 100%;
    position: relative;
}

.insights-top a:hover:after {
    visibility: visible;
    opacity: 0.8;
}
.insights-box-add{
	visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 100;
    width: auto!important;
	min-height: auto!important;
	margin-top: -12px;
	margin-left: -12px;
}
.insights-top a:hover .insights-box-add {
    visibility: visible;
    opacity: 1;
}
.content_overflow {
	font-size: 16px;
	font-weight: normal;
	color: #808080;
	line-height: 1.25;
	margin-bottom: 0px;
	width: 323px;
	float: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
/* insights start */
.insights-page-section .insights-section .arrows-right{
	margin: 50px 0px 20px;
}
.insights-page-section .insights-images {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.insights-page-section .insights-images .card {
    flex: 0 0 auto;
	max-width:370px;
}
.insights-page-section .insights-top{
	position:relative;
}
.insights-page-section .insights-top img{
	width:100%;
}
.insights-page-section .insights-top-buttons{
	position:absolute;
	top:30px;
	left:30px;
	z-index:10;
}
.insights-page-section .insights-top-buttons button{
	background:#5B5959;
	padding:5px 10px 7px;
	margin-right:12px;
	margin-bottom: 10px;
	border-radius:10px;
	font-size: 10px;
	border: 0px;
	text-transform: uppercase;
	letter-spacing: normal;
}
.insights-page-section .insights-top-buttons a:hover{
	color:#fff;
}
.insights-page-section .insights-bottom-img{
	position:absolute;
	bottom:30px;
	left:30px;
	z-index:10;
	width:auto!important;
	min-height: auto!important;
	max-width: 90px;
	max-height: 60px !important;
}
.insights-page-section .insights-bottom h4{
	font-size: 22px;
	font-weight: 500;
	color: #ffffff;
	margin-top:29px;
	margin-bottom:15px;
	width: 100%;
}
.insights-page-section .insights-bottom p{
	font-size: 16px;
	font-weight: normal;
	color: #808080;
	line-height: 1.25;
	margin-bottom: 30px;
    width: 75%;
    white-space: nowrap;
    overflow: hidden;
	text-overflow: ellipsis;
	float: left;
}
.insights-page-section .insights-thump-des{
	min-height:60px;
}
.insights-page-section .insights-bottom p span{
	color: #808080;
}
/* insights end */
.insights_auto_inner {
	padding: 70px 0 77px;
    background-color: #fff;
}
.automotive-images .card {
    flex: 0 0 auto;
}
.automotive-box-col {
	background-color: #111111;
	padding: 60px 40px 30px 40px;
}
.automotive-box-col img {
    width: auto!important;
    min-height: 33px;
}
.automotive-box-col p {
	font-size: 22px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #ffffff;	
	padding: 30px 0 10px 0;
}
.automotive-box-col span {
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.25;
	letter-spacing: normal;
	color: #808080;
	padding: 20px 0 10px 0;
}
.insights_middle {
	min-height: auto;
}
.insights-page-section {
	padding-top: 0;
	padding-bottom: 50px;
	min-height: auto;
}

@media(max-width:767px){
	.insights-page-section .section-title{
		margin-top:60px!important;
		margin-bottom: 25px;
	}
	.filterby-box label{
		font-size:14px;
	}
	.filterby-box button{
		font-size:12px;
		padding:14px;
		margin-left: 8px;
	}
	.form-group.has-search {
		margin-bottom: 0px;
	}
	.filterby-box{
		margin: 40px 0px 40px;
	}
	.insights-page-section .insights-bottom h4{
		font-size:16px;
		margin-top: 15px;
	}
	.insights-page-section .insights-bottom p{
		font-size:12px;
		margin-bottom: 30px;
	}
	.insights_auto_inner{
		padding: 25px 0;
	}
	.insights-top img{
		min-height: unset!important;
		max-height: unset!important;
	}
	.has-search-box .form-control{
		padding-right: 50px;
	}
	.automotive-box-col{
		padding:30px 20px 20px;
	}
	.automotive-images .card {
		max-width:225px;
	}
	.automotive-box-col img {
		width: auto!important;
		min-height: unset;
		max-width: 100%;
		max-height:33px;
	}
	.automotive-box-col p{
		font-size:16px;
	}
	.automotive-box-col span{
		font-size:14px;
	}
}
/**************Insights Page*************/
/**************NEWS Page*************/
.search_center {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.news_bannner .has-search .form-control {
	padding-left: 2.375rem;
	width: 645px;
	height: 48px;
}
.news_bannner .has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 48px;
    line-height: 50px;
    text-align: center;
    color: #aaa;
}

.searchboxs::placeholder, .searchboxs:-ms-input-place, .searchboxs::-ms-input-placeholder {
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #212121;
}
.searchboxs {
    border: none;
    outline: 0;
    border-radius: 0;	
}

#news-tabs .nav-tabs .nav-item.show .nav-link, .news-tabs .nav-tabs .nav-link.active {
    color: #f3f3f3;
    background-color: transparent;
    border-color: transparent transparent #f3f3f3;
    /*border-bottom: 4px solid #b0ff44!important;*/
    border-bottom: 4px solid #B0FF44!important;
}
#news-tabs .nav .active, .news-tabs .nav .active {
    color: #ffffff;
}
#news-tabs .nav-tabs .nav-link, .news-tabs .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #a2a5ab;
    font-size: 14px;
    text-transform: uppercase;
    min-height: 57px;
    background: transparent;
}

.header-fixed{
	position: fixed;
    width: 100%;
    z-index: 999999;
    background: #111111;
}
.news-page-tabs .nav-tabs {
    border: 0px;
}
.news-page-tabs .tab-nopadding{
	padding:0px!important;
}
.news-page-tabs .news-tabs-slide{	
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	height:700px;
}
.news_bannner {
	background-image: url(../img/news-banner.jpg);
	height: 100%;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
}

.news-page-tabs .carousel-caption {
    position: absolute;
    left: 100px;
    top: 50%;
    transform: translate(0%, -50%);
    height: auto;
    display: table;
    text-align: left;
}
.news-page-tabs .carousel-caption h3 {
    font-size: 60px;
    font-weight: 500;
    line-height: 1.33;
    margin-bottom: 40px;
	max-width: 950px;
}	
/* work impact start */

.news-page-tabs .thumb-box-col{
	width:100%;
	height:auto;
	float:left;
	position:relative;
}
.news-page-tabs .thumb-box p {
    position: absolute;
    bottom: 0px;
    padding: 30px;
    margin: 0px;
    font-size: 16px;
    z-index: 10;
    line-height: 20px;
    letter-spacing: 0;
    font-weight: 500;
}
.news-page-tabs .thumb-box-row .thumb-box-col{
	min-height:350px;
}
.news-page-tabs .thumb-box{
	float:left;
	width:100%;
	height:auto;
	position:relative;
}
.news-page-tabs .thumb-box-bg{
	background:#1a1a1a;
}
.news-page-tabs .thumb-box:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 8;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
	background:url(../img/workimpact2.png) no-repeat;
	background-size: cover;
}
.news-page-tabs .thumb-box:hover:after {
    visibility: visible;
    opacity: 0.8;
}
.news-page-tabs .thumb-box-add{
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
    position: absolute;
    top: 50%;
    left: 45%;
    z-index: 9;
    width: auto!important;
}
.news-page-tabs .thumb-box:hover .thumb-box-add {
    visibility: visible;
    opacity: 1;
}
.news-page-tabs .thumb-box img{
	width:100%;
	height:100%;
}
.news-page-tabs .thumb-box .thumb-box-add{
	height: auto;
}
.news-page-tabs .thumb-box-row > [class*='col-']:first-child{
	margin-bottom:20px;
}

/* work impact end */

@media(max-width:767px){
	.news-page-tabs .news-tabs-slide{
		height:400px;
	}
	.news-page-tabs .thumb-box-row .thumb-box-col {
		min-height: 150px;
	}
	.news-page-tabs .workinthisteam-car img{
		width:100%;
		max-width:200px;
	}
	.news-page-tabs .section-title {
		padding: 5px 0px 5px 50px;
		font-size: 25px;
		background-position: -110px 0px;
	}
}

/**************NEWS Page*************/
@media only screen and (max-width: 1180px) and (min-width: 1047px) { 
    .contact-location .container-fluid {
        padding: 0px 100px;
    }
}
@media only screen and (max-width: 1092px) and (min-width: 1047px) { 
    .contact-location .container-fluid {
        padding: 0px 70px;
    }
}
@media only screen and (max-width: 1046px) and (min-width: 1024px) { 
    .contact-location .container-fluid {
        padding: 0px 30px;
    }
}
.my-newsabout {
	float: left;
	width: 100%;
}
.my-newsabout .grey-box:nth-child(1) {
	margin-right: 15px;
}
.my-newsabout .grey-box {
	padding: 25px;
	background: #1a1a1a;
	position: relative;
	float: left;
	width: 48%;
}
.investor-contacts-col p{
   color: #808080;
   font-size: 16px;
   line-height: 20px;
}
.faq-content p {
   border-top-color: #EEEEEE;
   margin-bottom: 0px;
   color: #808080;
   background-color: #1C1C1C;
}

.faq-accordian .panel-body {
	background-color: #1c1c1c !important;
}

/* about circluar start */
.about_circular_menus {
    background: url(../img/about_circular.png) no-repeat;
    height: 140px;
}
.about_circular_menus > ul > li:nth-child(1) {
    transform: rotate(-62deg) translate(30px,-17px);
}
.about_circular_menus > ul > li:nth-child(2) { 
    transform: rotate(-18deg) translate(38px,17px);
}
.about_circular_menus > ul > li:nth-child(3) { 
    transform: rotate(20deg) translate(49px,37px);
}
.about_circular_menus > ul > li:nth-child(4) { 
    transform: rotate(53deg) translate(51px,59px);
}

.about_circular_menus .sidebar-txt {
    width: 120px;
}
#sidebar .about_circular_menus:hover .sidebar-txt {
	width: 400px;
}
@media (max-width: 767px){
	.resource-search-box .fa-search:before {
		font-size: 18px;
	}
	.around-world-box{
		margin-top: 25px !important; 
		margin-bottom:105px;
	}
	.around-world-box img.img-fluid{
		width: 100%;
		object-fit: cover;
	}
}
/* about circluar end */
.faq-content p b {
   font-weight: 500;
}
.tab-content #home {
    padding-top: 0;
}
 
@media only screen and (max-width: 2526px) and (min-width: 1441px) { 
	.bg-contact {
		background-size: 100% 60% !important;
		background-position: top;
	}
	
}

@media only screen and (max-width: 2526px) and (min-width: 768px) { 
	.mob-filter, .mob-filter-btn{
		display:none !important	;
	}
	.mobile-cls h6 {
		display: none;
	}
}
@media (max-width: 1200px) and (min-width: 768px){
	.about-banner-height{
		height: 500px !important;
		min-height: 500px  !important;
	}
}

div#wpcf7-f278-o1 .screen-reader-response {
    position: relative;
    overflow: initial;
    width: 100%;
}

.key-learn {
	color: #b0ff44;
	font-size: 16px;
	font-weight: 600;
}
.key-learn img {
	-webkit-filter: none;
	filter: none;	
}
.about-kpit p {
	margin-bottom: 0;
}
.leader_position {
	font-size: 16px;
	font-weight: 500;
}
.director-title {
	margin: 23px 0px 26px;
}
#about_leaderships{
	padding-bottom:70px;
}
.director-title .leadership-title {
	margin-top: 5px;
	color:#524fa1 !important;
}
.leadership-box-bottom  p.key-learn {
	cursor: pointer;
}
.director-title .slider_nav {
	margin: 10px 0 0 0;
}
.all-news-container .grey-box a:hover{
	visibility: hidden;
}
/*mar start*/
.kpit-checkbox input[type="checkbox"]:checked + .wpcf7-list-item-label:before {
   background: #fff;
   color: #333;
   content: "";
   text-align: center;
}
.kpit-checkbox input[type="checkbox"] + .wpcf7-list-item-label:before {
   border: 1px solid #808080;
   content: "\00a0";
   display: inline-block;
   font-size: 8px;
   height: 20px;
   margin: 0;
   padding: 0;
   vertical-align: top;
   width: 20px;
   margin-right: 10px;
   float: left;
}
.kpit-checkbox input[type="checkbox"] {
   width: 100%;
   position: absolute;
   left: 0px;
   height: 100%;
   opacity: 0;
}
.kpit-checkbox span.wpcf7-list-item-label {
   font-size: 14px;
   color: #6b6b6b;
}

.kpit-checkbox span.wpcf7-list-item {
   display: inline-block;
   margin: 0 1em 0 0;
   position: relative;
}
.wpcf7-list-item.first, .wpcf7-list-item.last{
	line-height: 20px;
}
/*mar end*/

#contact .container.px-0.mob-container{
    position: relative;
    z-index: 9999;
}
.leadership-box:after{
	content: '';
	position: absolute;
	z-index: 10;
	top: 0px;
	left: 0px;
	width: 101%;
	height: 101%;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
}
#formcontact > div:nth-child(7) > div > input {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
	border: none;
	border-radius: 0;
}

/*Only for safari start*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.contact_tabs .inputs {
		line-height:normal!important;
	}
	
}
/*Only for safari end*/

/*Only for dinesh IE start*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.apply-send {
		width: 200px !important;
	}
}
/*Only for dinesh IE end*/


.yellow-btn {
	width: 200px !important;
} 
.around-world-box-bottom:after {
	content: '';
    width: 100%;
    height: 100%;
    background: inherit;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    filter: blur(4px);
    background-image: url(https://www.kpit.com/wp-content/uploads/2018/12/aroundtheworld.jpg);
    background-position: bottom;
	background-size: cover;
}
a.people-more.home-view.readmore {
    cursor: pointer;
}
.about-banner-box p {
	font-size: 20px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #ffffff;
}
.nse-right-value sup {
	font-size: 20px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #eeeeee;
	top: -42px;
	left: 10px;
}
.kpit-tabs #nav-tab {
	border-bottom: 2px solid #393939 !important;
}
.contacts-col-top {
	border-bottom: 2px solid #333333;
	min-height: 70px;
}
ul.list-unstyled.components li ul.sub-menu {
	display: none;
}
ul.list-unstyled.components  li.menu-item-has-children a {
	cursor: pointer;
}
#solution-tabs .nav-tabs{
	border-bottom: 2px solid #393939;
}

/* investors policies and corporate start*/
.policies-quar-txt{
	font-size: 24px;
	font-weight: 600;
	margin:60px 0px 100px;
	text-transform: uppercase;
}
.policies-year-txt{
	font-size: 20px;
	color: #808080;
}
.policies-year-drop{
	margin-top:50px;
	max-width:272px;
}
.policies-year-drop select{
	background-color: #1d1d1d!important;
}
.policies-month{
	font-size: 20px;
	color: #808080;
	border-bottom:2px solid #808080;
	padding-bottom:18px;
}
.policies-download{
	font-size: 14px!important;
	font-weight: 600;
	margin-top:45px;
	float: left;
}
.policies-reports-row{
	margin-top:120px;
}
.policies-reports-row h3{
	font-size: 40px;
	font-weight: 300;
}
.policies-reports-row p{
	font-size: 16px;
	color: #808080;
}
.policies-reports-row .grey-box{
	padding:35px;
	margin-bottom:17px;
	padding-right:95px;
	height: auto;
}
.policies-reports-row .grey-box a{
	font-size: 20px;
	color: #bfbfbf;
}
.policies-app{
	margin-top:5px;
	margin-left:-10px;
}
.policies-unpaid-row{
	margin-top:100px;
	margin-right: 0;
}
.policies-unpaid-row .grey-box{
	min-height: 145px;
	display:table;
	margin-bottom:17px;
}
.policies-unpaid-row .grey-box a {
    display: table-cell;
	vertical-align:bottom;
	font-size: 20px;
	color: #bfbfbf;
}
.policies-details{
	margin:120px auto 135px;
}
.policies-details h4{
	font-size: 24px;
	font-weight: 600;
	margin-bottom:25px;
	text-transform:uppercase;
}
.policies-details p{
	font-size: 16px;
	color: #bfbfbf;
	margin-bottom: 0px;
}
.corporate-des{
	font-size: 28px;
	font-weight: 300;
	color: #bfbfbf;
	margin:110px auto;
	display: table;
    text-align: center;
	max-width:752px;
}
.corporate-des a{
	margin: 35px auto 0px;
    display: table;
}
.corporate-title{
	font-size: 24px;
	font-weight: 600;
	text-transform:uppercase;
	margin-bottom:60px;
}
.corporate-table{
	margin-bottom:120px;
}
.corporate-table tbody tr:nth-of-type(odd) {
    background-color: #1c1c1c;
}
.corporate-table thead th{
	font-weight: normal;
    font-size: 16px;
    color: #808080;
	padding: 26px 40px;
}
.corporate-table td{
	font-weight: normal;
    font-size: 20px;
    color: #808080;
	padding: 26px 40px;
}
.corporate-table td:first-child {
    width: 40%;
}
.item-container-corporate {
	margin-right: -15px;
	margin-bottom: 50px;
}
.item-container-corporate .item{
	width: 33.3%!important;
	margin-right: 0;
	padding-right: 15px;
}
.item-container-corporate .item p{
	font-size: 19px;
	color: #bfbfbf;
	margin: 0;
}
@media (max-width: 767px) {
	.job-applylearn {
		position: relative;
	}
	.career-beware-box .home-view{
		float: left !important;
	}
	.thumb-box-col .banner-shadow {
		height: 100%!important;
	}
	.policies-year-txt{
		float: left;
		width: auto;
		font-size: 14px;
	}
	.policies-year-drop {
		margin-top: 0px;
		float: right;
		width: 177px;
		margin-bottom: 25px;
	}
	.policies-month {
		font-size: 14px;
		border-bottom: 0;
		padding-bottom: 18px;
		float: left;
		width:140px;
	}
	.policies-download {
		font-size: 12px!important;
		font-weight: 600;
		margin-top: 0;
		float: left;
	}
	.policies-quar-txt {
		font-size: 16px;
		margin: 25px 0px 30px;
	}
	.res-px-15{
		padding-left:15px!important;
		padding-right:15px!important;
	}
	.policies-reports-row {
		margin-top: 35px;
	}
	.policies-reports-row h3 {
		font-size: 20px;
		margin-bottom: 20px;
	}
	.policies-reports-row p {
		font-size: 14px;
		margin-bottom:25px;
	}
	.policies-reports-row .grey-box {
		padding: 16px;
		padding-right: 40px;
	}
	.policies-reports-row .grey-box a {
		font-size: 14px;
	}
	.policies-unpaid-row .grey-box {
		min-height: unset;
	}
	.policies-unpaid-row .grey-box a {
		vertical-align: top;
		font-size: 14px;
	}
	.policies-app {
		margin-left: 0px;
	}
	.policies-unpaid-row {
		margin-top: 10px;
		margin-right: -15px;
	}
	.policies-details {
		margin: 50px auto 50px;
	}
	.policies-details h4 {
		font-size: 16px;
	}
	.policies-details p {
		font-size: 14px;
	}
	.corporate-des{
		font-size: 16px;
		margin: 50px auto;
	}
	.corporate-des a {
		margin: 20px auto 0px;
	}
	.corporate-title {
		font-size: 16px;
		margin-bottom: 30px;
	}
	.corporate-table thead th {
		font-size: 14px;
		padding: 15px 12px;
	}
	.corporate-table td {
		font-size: 12px;
		padding: 15px 12px;
	}
	.corporate-table td:first-child {
		width: auto;
	}
	.corporate-table {
		margin-bottom: 70px;
	}
	.item-container-corporate .item {
		width: 100%!important;
	}
	.item-container-corporate .item p {
		font-size: 14px;
	}
}
/* investors policies and corporates end*/
.recent_news_wr li:first-child {
	padding-left: 0;
	padding-right: 30px;
}
#newsmakers .slick-slide img{
	height:100%;
	width: 100%;
}
.single-post-page{
	margin-top: 20px;
}
.kpitprogress-bar,.autonomous-carousel_bar,.electric-carousel_bar ,.connected-carousel_bar,.vehicle-carousel_bar,.autosar-carousel_bar,.mech-carousel_bar {
     height: 2px;
/*      background-image: linear-gradient(91deg, #0777d0, #68e0be); */
	background-image: linear-gradient(91deg, #524fa1, #524fa1);
}

.diversity-box .banner-shadow {
	height: auto;
}

.career-beware-box{
	padding: 25px;
   background: #1a1a1a;
   position: relative;
}
.career-beware-box p{
	margin-bottom:0px;
}
.career-beware-box img{
	width: auto;
   height: auto;
   position: relative;
}
.career-beware-box .home-view{
	margin-top: 20px;
   float: right;
}
.thumb-box-row .thumb-box-col {
	max-height: 340px;
}
.thumb-box-col {
	max-height: 700px;
}

.newsmakers-slide{
	margin-right : 0px;
}

/*****Career page****/
span.white_span{
	color: #ffffff !important;
}
.carousel-inner .carousel-item {
 transition: -webkit-transform 2s ease;
 transition: transform 2s ease;
 transition: transform 2s ease, -webkit-transform 2s ease;
}
.cursorpointer {
	cursor: pointer;
}
@media only screen  and (min-width: 1441px) {
	.solution-page-tabs .container {
		/*padding-left: 150px!important;
		padding-right:150px!important;*/
	}
	
}
/*.arrow-left:hover, .arrow-right:hover {
	background-color: #333333!important;
}*/
.item-container-corporate .grey-box {
	height: auto;
}
.policies-year-drop select::-ms-expand{ display: none; }
.bg-white h1, h2, h3, h4 {
   color: #000 !important;
}
.bg-black h1, h2, h3, h4 {
   color: #fff !important;
}
.page-search-result-container .item-container .item{
	width:50%;
	margin-right:0px;
	padding-right:15px;
}
.thumb-box-col:hover .banner-shadow:after {
	background: none;
}
.resources-nav-tabs .nav{
	max-width: 100%!important;
}
.has-search-box .fa-search:before {
	line-height: 3;
}
.insight_serach::placeholder {
	color: #212121;
	opacity: 1; /* Firefox */
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.29;
	letter-spacing: normal;
	height: 40px;
	line-height: 20px;
}
.insight_serach:-ms-input-placeholder { /* Internet Explorer 10-11 */
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.29;
	letter-spacing: normal;
	color: #212121;
	height: 40px;
	line-height: 20px;	
}
.insight_serach::-ms-input-placeholder { /* Microsoft Edge */
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.29;
	letter-spacing: normal;
	color: #212121;
	height: 40px;
	line-height: 20px;
}
#careerans-modalpeoplecircle .modal-answer h4 {
	font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    color: #ffffff !important;
    font-size: 20px;
}
#careerans-modalpeoplecircle .modal-answer p {
	font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #ffffff !important;
}
.svg_scroll {
	font-size: 16px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	/* color: #333333; */
	position: absolute;
	bottom: 45px;
	left: 50%;
	margin-left: -12px; color: #b0ff44;
}
@media (min-width:768px){
	.contacts-col-name h4 {
    font-size: 16px;
	}
.careertop-explorebox {
	/*position: absolute;*/ 
	left: 0;
	right:0;
	bottom: 0px;
	padding: 39px 40px 45px;
	background: #494a49;
	max-width: 1140px;
	margin: auto;
/* 	transform: translate(-50%, -0%); */
	width: 100%;
}
}
.insights-inner-main ol {padding:0px;}
.newsmakers-slide .banner-shadow {
	min-height: 232px;
	/*max-height: 480px;*/
}
a.beware_anc{
	cursor: pointer;
}
/* simulation page start */
.simulation-inner-main ul li {
    color: #bfbfbf;
}
.simulation-inner-main{
max-width:750px;
margin: 180px auto 0px;
}
.simulation-inner-main h3{
font-size: 32px;
font-weight: 500;
line-height: 1.06;
margin-bottom: 30px;
}
.simulation-inner-main h4{
font-size: 22px;
font-weight: 500;
line-height: 1.27;
margin-bottom: 20px;
}
.simulation-inner-main p{
font-size: 16px;
color: #bfbfbf;
/*margin-bottom: 60px;*/
margin-bottom: 30px;
}
.simulation-g-row{
margin-bottom:145px;
}
.simulation-g-box{
background-image: linear-gradient(136deg, #0f2537, #223a33);
padding:70px 80px;
height: 100%;
}
.simulation-g-box p{
font-size: 22px;
font-weight: 500;
line-height: 1.27;
}
.simulation-white-img-box{
padding:160px 0px;
}
.simulation-dev-row{
margin:115px 0px;
}
.simulation-dev-title{
font-size: 28px;
font-weight: 500;
line-height: 1.21;
margin-bottom:50px;
}
.simulation-dev-box{
padding:95px 70px;
font-size: 28px;
font-weight: 500;
line-height: 1;
border-radius: 8px;
background-color: #1d1d1d;
width:100%;
}
.mb-15{
	margin-bottom: 15px;
}
/* simulation page end */
.careertop-img1 img {
	width: 100%;
}

#careerpagetop-carousel .carousel-caption {
   position: absolute;
}
.insight-top a img {
	height: 202px;
}
#careerpagetop-carousel .banner-shadow1{
	height:100%;
}
#careerpagetop-carousel .banner-shadow1 img{
	height:100%;
}
@media(min-width:1024px){
	.insights_auto_inner .owl-stage-outer .owl-stage .owl-item, .insights_auto_inner .owl-stage-outer .owl-stage .owl-item .automotive-box-col {
		min-height: 270px !important;
	}
}
.wpcf7-form-control-wrap{
	margin-top:13px;
}

input.error-new, select.error-new, label.error-new, .kpit-checkbox input[type="checkbox"] + span.wpcf7-list-item-label.error-new:before {
	border: 1px solid #c00 !important;
}
.file_data_name{
	margin-top: 12px;
}

/* interner explorer start */
@media all and (-ms-high-contrast:none)
{
	*::-ms-backdrop, section { overflow: visible;} /* IE11 */
}
/* interner explorer end */
.insights-top .banner-shadow:after{
	width:100.1%;
}
	
section.inview{
	z-index: 99999;
    position: fixed;
    top: 0px;
    background-color: #111111;
}
section.tab_content_section.solution-page-tabs {
    padding-top: 120px;
}
@media (max-width:767px){
	section.tab_content_section.solution-page-tabs {
		padding-top: 80px;
	}
}
div#wpcf7-f841-p836-o1 .screen-reader-response ul li {
	display: none;
}
.you-bar {
    position: absolute;
    bottom: -49px;
    width: 97%;
	display: none;
}
#you-images .you_slider-flexbox li.active .you-bar{
	display : block !important;
}
.related-container {
    overflow: auto;
    white-space: nowrap;
    display: flex;
    width: 100%;
	padding-bottom: 10px;
}
.related-container .item {
    width: 49%;
	min-width: 49%;
    float: left;
    margin-left: 1%;
}
.related-container .item:first-child {
    margin-left: 0px;
}
.related-container .item .grey-box, .related-container .campaigns-bottom{
	white-space: normal;
}
/*custom scroll start*/
.related-container::-webkit-scrollbar {
  height: 5px;
}
.related-container::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px grey; 
	border-radius: 10px;
}
.related-container::-webkit-scrollbar-thumb {
	background: #66676C; 
	border-radius: 10px;
}
.related-container::-webkit-scrollbar-thumb:hover {
	background: #F0F0F0; 
}
/*custom scroll end*/
@media (max-width:767px){
	.related-container{
		width: 115%;
	}
	.related-container .item{
		min-width: 85%;
		margin-left: 15px;
	}
}
@media (min-width:1400px){
	#you-images .you_slider-flexbox{
		height: 530px !important;
	}
}
/*.career__card .banner-shadow {
	height: 290px !important;
}*/
.career__card .banner-shadow img {
	width: 100%; 
	height: 100%;
}
/*
.fitvidsignore {
	max-width: 750px;
	float: right;
	padding-top: 45%;	
}
*/
.whysection .kg-video-js-skin {
	max-width: 750px;
	float: right;
	padding-top: 45%;	
}
.whysection .kgvid_wrapper {
	float: left;
	width: 60% !important;
}
div#boiler_plate .modal-beware span{
	color: #b0ff44;
	width: 100%;
	float: left;
	text-align: center;
}
/*.diversity_box_video img{max-height:235px;} */
 
@media only screen and (min-width : 768px) {
  .flex-row.row {
    display: flex;
	flex-wrap: wrap;
  }
  .flex-row.row > [class*='col-'] {
    display: flex;
    flex-direction: column;
  }
}
.screen-reader-response {
    display: none;
}

.worksection,.workinsection,.insightsection,.offersection{
	position: absolute !important;
	width: 100%;   
	z-index: 9999999;
} 
.worksection{
	margin-top:80px;
}
.workinsection{
	margin-top:80px;
}

/*11-01-2019*/
section.insights-page-section.loadmore-section .insights-right-imgbox, section.insights-page-section.loadmore-section .insights-left-imgbox {
    margin-bottom: 50px;
}

div#leadership-carousel .carousel-item, div#board-carousel .carousel-item, div#advisors-carousel .carousel-item {
    padding: 0 10px 0 10px;
}

.blinkcircle {
	animation: ripple4 1s linear infinite;
}
@keyframes ripple4 {
	0% {
		transform: scale(0.8);
	}
	50% {
		transform: scale(1.2);
	}
	100% {
		transform: scale(1.6);
	}
}
@media (max-width:767px){
	.whysection .kgvid_wrapper{
		max-width: 225px;
		float: right;
	}
	.career-whykpit-bottom{
		margin-right:-35px;
	}
		.has-search-box {
		position: relative;
		width: auto;
		display: table;
		margin: auto;
	}
}
@media only screen  and (min-width: 1441px) {
	.solution-page-tabs .solution-tabs-slide{
		/*height:1200px;*/
		background-position: center top;
	}
}
.insights-inner-main.insights-inner-top h4 {
	font-size: 15px;
}
.kgvid_video_meta {
    display: none;
}

/*22-01-2019*/
.taptomove{
	display: none;
	position: absolute;
    bottom: 25px;
    left: 0%;
    width: 100%;
    text-align: center;
}
.taptomove button {
    background-color: #333333;
    border: 0px;
    padding: 5px 15px;
    cursor: pointer; color: #b0ff44;
}
.hiddenscroll{
	overflow:hidden;
}
@media (max-width:767px){
	.taptomove{
		display: block;
	}
	.svg_scroll{
		display:none;
	}
	.solution-text-box > ul > li > a > div > img {
		min-height: 100px;
		max-height: 100px;
	}
	#career_videos .owl-item,  #career_videos .owl-item.active.center{ 
		transform: unset!important;
	}
	#career_videos .owl-stage {
		right: 0px;
	}
	.career-txts p {
/* 		max-height: 125px; */
		overflow: auto;
		min-height: 75px;
	}
	.career__card .banner-shadow {
		height: 225px !important;
	}
	#careers .career-txts h1{ 
		min-height: 5px;
	}
	#career_videos .kgvid_wrapper {
		margin: 0px; 
		/*height: 150px; */
	}
}
@media (max-width:767px){
.solution-page-work .mob-container {
    margin-bottom: 0px !important;
}
.worksection,.workinsection,.insightsection,.offersection{
	margin-top:0px !important;
}
	.has-search-box {
		display: block;
	}
	 .has-search-box .has-search {
	width: 100%;
	float: left;
}
.search-top-sec {
	float: left;
	width: 90%;
	position: relative;
}
.mob-filter-btn {
	float: left;
	width: 10%;
	padding: 7px;
	margin: 5px 0;
}
.insight_serach {
	padding: 0;
} 
div.fourth-div-cls{
    margin-top: 15px;
}
}
button.tag-cloud-link.insights-tag.active {
	background:#b0ff44;
	color: #000;
	border: 1px solid #b0ff44;
}
.careerans {
	display: none;
	z-index: 998;
	position: absolute;
}
.insightsection,.offersection{
   margin-top : 100px;
}
.contact-location .map-view{
	height:100%;
}
@media (min-width: 1367px){
    .you_slider-flexbox .card img
    {
        height:100%;
    }
}
/*About Us Media*/
#media_queries p.contacts-col-address{
    margin-top: 0px;
}
.job-box .job-title{
    cursor: pointer;
}
.job-applylearn-inner{
    position: relative;
}
.job-applylearn-inner a {
    margin-right: 0px;
}
.single-job-page-div{
    width: 100%;
    background: none;
}
/*Events Page*/
.single_event_listing h3.section-title {
    background-image: none;
    padding: 0px !important;
    text-transform: none;
    font-size: 20px !important;
    border-bottom: 0;
}
.single-event-div{
    margin-top: 120px;
}
.single_event_listing .meta{
    border-bottom: 0px;
    background: none;
}
body .single_event_listing .event-title{
    position: relative;
    color: #b0ff44 !important;
    /*background-image: url(../img/gradient-small.png);*/
    background-repeat: no-repeat;
    font-size: 40px !important;
    line-height: normal;
    /*padding: 5px 0 5px 100px !important;*/
    text-align: left !important; 
    font-family: 'Work Sans', sans-serif !important;
}
.single_event_listing .meta-text, body .single_event_listing .event-title, .box-layout .event-title, .box-layout .event-start-date, .box-layout .event-location, .event-listings-view-header h3.normal-section-title{
    /*font-family: 'Barlow' !important;*/
}
.single_event_listing .meta .event-location a{
    color: #fff;
}
.section-title{
    font-weight: normal;
    border-bottom: 0px;
}
.organizer-details h3.section-title {
    float: left;
    width: 100%;
}
.organizer-details a.link-button, .register-event, input.registration_button.button{
    float: left;
    background: #b0ff44;
    font-size: 16px !important;
    font-weight: 600;
    color: #000000!important;
    letter-spacing: .3px;
    text-align: center;
    margin-right: 38px;
    padding: 14px;
    line-height: normal;     text-transform: uppercase;
    cursor: pointer; border-radius: 0; border: 0;
}
input.registration_button.button {
    width: 100%;
    margin: 25px 0 10px 0 !important;
}
.organizer-details .text-justify{
    text-align: left !important;
}
ul.event_listings a .box-footer {
    display: none;
}
ul.event_listings a .box-layout .event-title, .event-listings-view-header h3.normal-section-title {
    color: #fff;
    font-style: normal;
    font-size: 25px;
}
ul.event_listings a .box-layout .event-start-date, ul.event_listings a .box-layout .event-location {
    color: #fff;
    font-size: 15px;
    font-style: normal;
}
ul.event_listings a .box-layout:hover{
    box-shadow: none;
}
.event_filters{
    background: none;
}
.event_filters .showing_applied_filters{
    padding: 1em 0;
}
#search_keywords, #search_location, .chosen-container-single .chosen-single{
    background: #1d1d1d !important;
    color: #bfbfbf !important;
    border: 0;
    border-radius: 0;
    height: 48px;
    padding: 0 22px;     font-style: normal;
}
li.event-location p {
    text-align: left !important;
}
.appointment_form input.form-control {
    text-transform: capitalize;
}
.organizer-details h3.section-title{
    border-bottom: 1px solid #dadada;
}
ul.event_listings .box-layout .event-img{
    height: 200px;
    max-height: 200px;
}
.chosen-container-single .chosen-single div{
    top: 6px;
}
#search_keywords, #search_location, .chosen-container-single .chosen-single{
    padding: 6px 22px;
}
ul.event_listings .box-layout .event-img img{
    max-width: 100%;
}
#appointment_form select[name="country"]{
    border: solid 1px gray;
}
.single_event_listing .organizer-details img{
	max-height: 250px;
}
span.event-type{
	color: #fff !important;
}
.form-group.meta-text span {
    padding: 0 10px;
}
span.event-type {
    padding: 0 !important;
}
span.linkedin_link a:hover .fa, .organizer-details h3.section-title a:hover .fa {
    border: 1px solid #b0ff44;
	color:#b0ff44;
}
 span.linkedin_link .fa, .organizer-details h3.section-title .fa{
	width: 24px;
	height: 24px;
	border: 1px solid #bfbfbf;
	text-align: center;
	border-radius: 50%;
	line-height: 22px;
	font-size: 10px;
	color: #bfbfbf;
}
.organizer-details h3.section-title a{
    float: right;
    margin-bottom: 5px;
}
.event-details h3.section-title {
    display: none;
}
ul.event_listings .box-layout .event-title{
    height: 75px; line-height: 30px;
}
span.linkedin_link {
    display: none;
}
li.event-location p.text-center{
    float: left;
    margin-left: 82px;
    margin-top: -20px;
}
.registration_end_date {
    display: none;
}
.single_event_listing .organizer-details{
    height: 100%;
}
@media (max-width: 767px){
    body .single_event_listing .event-title{
        padding: 5px 0 5px 15px !important;
        font-size: 28px !important;
    }
}
/*Events Page*/
/*Image merge*/
div#dismisses .close_img{
    font-size: 40px;
}
span.nav_arraow{
    font-size: 24px;
    line-height: 23px;
}
/*08-04-2019 new CSS*/
.solution-car {
    display: none;
}
span.yell_arrow{
    font-size: 40px !important; 
    color: #B0FF44 !important; 
    margin-left: 10px;     
    vertical-align: middle;
}
.plus_icon_img, .sol_plus_icon_img{
    background: #B0FF44;
    padding: 0px 8px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: bold;
    color: #545623; 
    line-height: 22px;
}
.plus_icon_img{
    top: 50% !important;
}
.carousel-caption{
    /*top: 35%; */
    padding-top: 0;
    padding-bottom: 0;
}
.home_slider_btn{
    padding: 10px 20px 10px 20px;
    color: #fff;
    line-height: 16px;
    border-radius: 8px;
    background: #53509B;
    font-weight: 400;
    color: #fff;
    border: 1px solid #53509B; cursor: pointer;
}

#myCarousel .carousel-caption h1{
    color: #000;
    font-weight: normal;
    font-size: 50px;
    margin-bottom: 30px;
}
.career-right, .career-left{
    background: transparent !important;
}
section#solution .solution-des p{
    color: #B0FF44; font-size: 18px;
}
/*08-04-2019 new CSS*/
.policies_news .carousel-control-next, .carousel-control-prev   {opacity:1;}
.policies_news .arrow-right {
   background-color: #333;
   width: 44px;
   height: 30px;
   float: left;
   text-align: center;
   padding-top: 1px;
   cursor: pointer;
}
.policies_news .arrow-left{
   background-color: #333;
   width: 44px;
   height: 30px;
   float: left;
   text-align: center;
   padding-top: 1px;
   cursor: pointer;
}
.policies_news .carousel {
    max-width: 700px;
    margin: auto;
}
h4.news_heading {
    padding-top: 75px;
    padding-bottom: 10px;
}
.policies_news .carousel-caption {
    bottom: 0px;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    left: unset;
    width: 100%;
    transform: unset;
    right: unset;
}
.policies_news .carousel-caption h6{
    font-style: italic;
    margin-top: 5px;
}
.policies_news .carousel-caption a {
    font-size: 12px;
    position: absolute;
    right: 0px;
    top: 0px;
    color: #B0FF44;
}
.policies_news .carousel-control-next, .carousel-control-prev{ height:unset;}
@media(max-width: 767px){
    .policies_news .carousel-caption a{ position: relative;}
}
/************NEW DESIGN CSS START***********/
  .yousection1,.newssection1,.careersection1{
			position: absolute !important;
			width: 100%;      
      } 
      .solution-bg{
         height: 100%;
		  padding-bottom:50px;
      }
      .yousection,.newssection,.careersection{
         margin-top: 50px;
      }
        svg {
		    display: block;
         width: 100vw;
		 }
		 svg:not(:root) {
    		overflow: hidden;
		}

    
      .careersection{
         margin-top: 130px;
     }
	.blinkcircle {
	animation: ripple4 1s linear infinite;
	}
	@keyframes ripple4 {
	0% {
		transform: scale(0.8,0.8) translateY(-0.2%);
	}
	50% {
		transform: scale(1.2,1.2) translateY(-0.2%);
	}
	100% {
		transform: scale(1.6,1.6) translateY(-0.2%);
	}
	}
   .careerans{
			display: none;
			z-index: 998;
			position: absolute;
		}
.newssvg,.careersvg,.yousvg{
    display:none;
}
@media (max-width: 767px){
	.about-banner-box .auto_page_main {
    display: none;
}
	.about-banner-box .insights-inner-main.insights-inner-top{
		display:none;
	}
    #newsmakers {
       margin-top : 30px;
    }
    #you .you_slider .slider_navs{
        width:100%!important;
		top:0 !important;
    }
    .you-container{
        width:100%!important;
    }
    .yousection, .newssection, .careersection {
        position: relative!important;
    }
}
@media (max-width: 768px){
    #careers {
       margin-top : 30px;
    }
/*       .careersection{
         padding-bottom: 0px !important;
     } */
	
}
section#home{
    padding-top: 0px;
}
#navbars{
    background: transparent;
}
#solution-tabs ul.recent_news_wr li p {
    margin-top: 20px !important;
}
.careersection, .newssection, .yousection {
    margin-top: 0 !important;
	padding-bottom:10px;
}
section#careers{
/*     margin-top: 70px !important;
    padding-top: 20px; */
/*     padding-bottom: 35px; */
}
section#newsmakers, section#you{
    margin-top: 50px;
}
#you .you_slider {
    padding-left: 0px;
}
#you .you_slider .slider_navs{
    position:relative!important;
    width: 40%;
    float: left;
    top: 33px;
    padding-right: 30px;
}
.you-container {
    float: left;
    width: 60%;
}
.you_slider-flexbox .card{
    max-width: 100%!important;
    width: 100%!important;
}

#home{
    height:100%;
}
.carousel, #myCarousel .carousel-item, #myCarousel .active{height:100%;}
.carousel-inner{height:100%;}
#myCarousel img {
    object-fit: cover;
    height: 100%;
}
.arrow {
    position: absolute;
    bottom: 50px;
    left: 50%;
    margin-left: -12px;
    cursor: pointer;
    width: 25px;
}
/*.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}*/

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
#navbars a img {
    width: 120px;
}
.navbar-light .navbar-toggler-icon{width: 20px;
    height: 18px;
}
.active_nav {
    background: rgba(255,255,255,.5) !important;
    padding: 15px 0 !important;
}
.active_nav img{
    width: 80px !important;
}
svg{
    display: none !important;
}
.sol_plus_icon_img{
    top:50%;
    margin-top:-12px;
    background: #b0ff44;
    line-height: 25px;
}
.section-title{color: #b0ff44 !important;}
#solution-tabs .nav .active, .solution-tabs .nav .active, #solution-tabs .nav .activetab {
border-bottom: 4px solid #524fa1!important;
}
section#solution .solution-des p {
    color: #fff;
}
.banner-shadow:after{display:none;}
.plus_icon_img{ background: #b0ff44; }
.footer_solution ul li:first-child a{color: #b0ff44;}
.footer_social ul li .fa{ 
    border: 1px solid #b0ff44;
    color: #b0ff44;
}
.footer_social ul li a:hover .fa {
    border: 1px solid #fff;
    color: #fff;
}
.solution-text-box{ 
margin-top: 250px;}
.solution-text-box ul li p a:hover {
color: #fff;
}
.active_nav span.navbar-toggler-icon{
    background-image: url('https://ddxpeyb9bmybt.cloudfront.net/wp-content/uploads/2019/04/08074700/menu-icon.png') !important;
}
/************NEW DESIGN CSS END***********/
.side_menu {
    display: none;
}
.tabsprogress {
    display: block;
}
.new-button-blue {
    padding: 10px 20px;
    line-height: 16px!important;
    border-radius: 8px!important;
    background: #53509b!important;
    font-weight: 400!important;
    color: #fff!important;
    border: 1px solid #53509b!important;
    cursor: pointer!important;
}
.bdiv .new-button-blue {
    margin-top: 15px;
    display: table;
}
section#you {
    background: #fff;
}
#you h2 {
    color: #000!important;
}
#you .slider_navs p{
	color: #000!important;
}
#careers{
    background: #fff;
}
#careers .subtitle{
	color: #000!important;
}
#careers .home-des{
	color: #000!important;
}
.insight-section{
	background:#fff;
}
.insight-section h4{
	color:#000!important;
}
.insight-section p{
	color:#000!important;
}
.insight-section p span{
	color:#000!important;
	margin-bottom: 25px;
}
.solution-page-work{
	background:#fff;
}
section{
	margin-top:0px!important;
}
.work_impact_car {
    margin-bottom: 15px;
}
.solution-page-work .thumb-box-col .banner-shadow:after{
	display:block!important;
}


body nav.active_nav {
    background-color: rgba(0, 0, 0, 0.5) !important;
}

/* section#newsmakers, section#you, section#careers{
    min-height: 730px ;
} */
/* section#solution{
    min-height: 625px ;
} */
/* section#newsmakers, section#solution {
    padding-top: 20px !important;
} */

.solution-text-box>ul>li>a>div>img{
    min-height: auto !important;
    max-height: auto !important;
}
/* p.social_web{
    padding: 5px 0px 5px 94px;
} */
a.people-more.home-view.readmore img {
    float: left;
}

/* 02/05/2019(Tejashwini) Start*/


.career-pagesection.whysection{
	margin-bottom:30px;
}
.career-pagesection.whysection .mob-container{
	margin-top:0px ;
}
.career-pagesection.whysection .carousel{
	height:auto;
}
.peoplesection{
	margin-bottom:0px;
	background:#fff;
	padding-bottom:80px;
}
.peoplesection .kpit-tabs .tab-content{
	margin-top:0px;
}
.peoplesection .kpit-tabs .tab-content .arrows-right{
	margin: 35px 0px 18px!important;
}
.jobssection .career-page-apply .filterby-row{
	margin: 50px 0px 80px;
}
.gototalentojo-box{
	margin-bottom:80px;
}
/* 
.lnd-screen .section-title{
	margin-top:35px;
} */
.newssection .arrows-right{
/* 	margin: 24px 0px 10px!important; */
}
.insight-section .section-title{
	margin-top: 60px;
	margin-bottom:15px;
	color: #524fa1 !important;
    padding-left: 15px;
}
.insight-section .mob-container{
	margin-bottom:50px;
}
.offerings-section .section-title{
	margin-top:60px;
	margin-bottom:45px;
	padding-left:15px;
}
.offerings-section .mob-container{
	margin-bottom:65px;
}
.workinthisteam .mob-container{
	margin-bottom:80px;
}
.solution-page-work .section-title{
	margin-top:58px;
	margin-bottom:15px;
	color: #524fa1 !important;
    padding-left: 15px;
}
.solution-page-work .mob-container{
	/*margin-bottom:55px;*/
	padding-bottom: 55px;
}
.workinthisteam .section-title{
	margin-top:60px;
	margin-bottom:60px;
	padding-left:15px;
}
/* 02/05/2019(Tejashwini) End*/

#newsmakers .banner-shadow:after {  
	display:block!important;
}

section.full-height.about-page-tabs {
height: auto!important;
}
section.full-height.investors-page-tabs{
	height: auto!important;
}
.careers-related-queries a:hover{
	color:#b0ff44;
}
section#you.full-height {
    padding-top: 30px;
}
.newssection .section-title {
    margin-bottom: 15px;
	margin-top:60px;
}
.yousection .section-title{
	color:#524fa1 !important;
	margin-top:30px;
	padding-left:15px;
}
.careersection .section-title{
	color:#524fa1 !important;
	margin-top: 60px;
    margin-bottom: 25px;
/* 	padding-left:15px; */
}
.careersection{
	padding-bottom:45px;
}
.contact-location{
	background:#fff;
}
.address-details{
	margin-bottom:40px;
}
#about_leaderships{
	background:#fff !important;
}
#about_leaderships .section-title{
	color:#524fa1 !important;
	margin-top:65px;
}
.footer_nav img{
	width:100px;
}
.peoplesection .section-title{
	color:#524fa1 !important; margin-top:65px}
.peoplesection .kpit-tabs .nav .active{
	color:#000;
}
#about_vission_mission{
	background:#fff;
}
#about_vission_mission .about-vision-row h4{
	color:#000 !important;
}
#about_vission_mission .section-title{
	color:#524fa1 !important;margin-top:65px;}
#about_values .section-title{margin-top:65px;}
.career-whykpit-bottom ul li p{
	margin-top:20px;
}
.weare.lnd-screen .carousel-control-prev-icon{
	background-image:url("https://ddxpeyb9bmybt.cloudfront.net/wp-content/uploads/2019/04/12090617/carousel-left-arrow.png");
}
.weare.lnd-screen .carousel-control-next-icon{
	background-image:url("https://ddxpeyb9bmybt.cloudfront.net/wp-content/uploads/2019/04/12090628/carousel-right-arrow.png");
}
.carousel-control-next-icon, .carousel-control-prev-icon{
	width:15px;
	
}
.carousel-control-next, .carousel-control-prev{
	opacity:1;
}
/*#solutions_work_impact{
	display:none;
}*/
.solution-bg .section-title{
	margin-top:45px;
	margin-bottom:40px;
}
#newsmakers{
	padding-bottom:60px;
}
.yousection{
	padding-bottom:68px;
}
#connected_offerings .offerings-images{
	margin-top:40px;
}
#autosar_offerings .offerings-images{
	margin-top:40px;
}
.jobssection .section-title{
	padding-left:15px;
}
#leadership-carousel .res-pr-15 {
    padding-bottom: 20px;
}
#board-carousel .res-pr-15 {
    padding-bottom: 20px;
}
.social_web home-des{
	padding-left:6px;
}
.solution_work_team .career-whykpit-top-left{
	width:50%;
}
.solution_work_team .banner-shadow{
	width:50%;
}
.iget img {
    width: 100%;
    height: auto;
    min-height:300px;
	position:relative;
}


#vehicle-carousel .carousel-caption{
	width : 80%;
}
ul.remove-bullet li::before {
    display: none;
}
.center-background {
    background-color: #281d6f;
    padding: 10px;
}
.bullet-padding{
	margin-left:35px!important;}
ul.bullet-padding li {
    list-style-type: disc;
}
section.weare.lnd-screen h3 {
    color: #000!important;
}

ul.bullet-padding.brand-ul li {
    padding-top: 5px;
}
ul.bullet-padding.brand-ul.ul-reflect li {
    list-style-type: circle;
}
ul.bullet-padding.brand-ul li {
    color: #000;
}
@media(min-width: 768px){
    #brandCarousel.diff-nav .carousel-control-prev{
        left: -10%;
    }
    #brandCarousel.diff-nav .carousel-control-next{
        right: -10%;
    }   
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
  .workinthisteam-box .bdiv{
      position:initial!important;
      padding: 0px!important;
  }
  .workinthisteam-box{
      min-height:100%;
      padding: 30px 25px;
  }
}
@media all and (device-width: 1024px) and (device-height: 768px) and (orientation:landscape) {
 .workinthisteam-box .bdiv{
      position:initial!important;
      padding: 0px!important;
  }
  .workinthisteam-box{
      min-height:298px;
  }
}

@media(min-width: 768px){
    img.img_people_work{
        height: 307px;
    }
} 

.active_nav a.ml-auto.top-creer-link{
    color: #b0ff44 !important;
}


.home_top_slider .carousel-item.item_cou_2 h1 {
  /*  background: #b0ff44 !important;
    width: max-content;*/
    margin: auto;
    padding: 0 10px;
    margin-bottom: 18px;
    font-size: 35px;
    display: table;
} 
.social_web_section{
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
section#location div#accordion h4.panel-title a.contryaddress {
    background: transparent;
}
.new-solution {
    margin-top: 14px;
    display: inline-block;
}
article#post-4868 .news-inner-banner, article#post-4866 .news-inner-banner, article#post-4872 .news-inner-banner, article#post-4854 .news-inner-banner, article#post-4864 .news-inner-banner, article#post-4870 .news-inner-banner,
article#post-4900 .news-inner-banner, article#post-4902 .news-inner-banner
{
    height: 280px;
}
a.model-decoration {
    text-decoration: underline!important;
}
h4.modal-title.heading-model {
    font-size: 40px;
}
img.image-banner-event {
    position: relative;
}
.event-btn {
    float: right;
    position: absolute;
    bottom: 12px;
    right: 16px;
}
.event-btn .new-button-blue{
    border-radius:0 !important;
    padding: 8px;
    margin-right: 20px;
}
@media (max-width: 767px) {
	.event-btn .new-button-blue{
	    font-size: 14px;
	    margin-right: 0px;
    }
    .event-btn{
        right: 30px;
    text-align: center;
    position: absolute;
    bottom: -40px;
    }
    a.new-button-blue.event-btn-down {
    display:block;
}
}
a.new-button-blue.event-btn-down {
    font-weight: 500!important;
}
.arrow.bounce img {
    display: none;
}
/*12July2019*/
.year_lsit a.policies-download{
	float: left;
	width: 100%;     
	font-size: 16px !important;
}
.year_lsit a.policies-download{
	margin-top: 15px;
}
a.grey_clr{
	color: gray !important; 
	font-size: 16px !important;
}
a.white_clr{
    color: #fff !important; 
}
.policies-year-drop{
	margin-top: 20px;
}
.test_list a {
	float: left;
	width: 100%;
	margin-top: 15px;
}
.results_data {
	padding-top: 50px;
}
#post-5126 .news-inner-banner, #post-5122 .news-inner-banner, #post-4248 .news-inner-banner, #post-5151 .news-inner-banner, .news-inner-banner.investors-pdf{
    height: 300px;
}
@media(max-width: 767px){
#post-5126 .news-inner-banner .news-inner-main embed, #post-5122 .news-inner-banner .news-inner-main embed, #post-4248 .news-inner-banner .news-inner-main embed, #post-5151 .news-inner-banner .news-inner-main embed{
	height: 250px !important;
}
}
a.event_listing.post-3944 .event-start-date {
    display: none;
}


.event_id_5514 ul.when-where, .event_id_5514 ul.social-share {
    display: none;
}
.event_id_5514 h3.section-title:nth-child(5n) {
    display: none;
}
.event_id_5514 .organizer-details h3.section-title:nth-child(1) {
    display: none;
}


.directors-color, ul.directors-color li {
    color: gray;
}
ul.directors-color li {
    list-style-type: disc!important;
}
ul.directors-color {
padding-left: 30px;
}


/*24-10-19*/

@media(min-width:800px){
.video-wrapper {
    height: 376px;
    /*width: 658px;*/
    position: relative;
    overflow: hidden;
    /*margin-top: -22px;*/
}}

@media(min-width:768px){
.video-wrapper iframe {
    /*height: 100%;
    width: 100%;*/
    position: absolute;
    top: 0;
    bottom: 0;

}}

@media(min-width:768px) and (max-width:799px){
    .video-wrapper iframe {
    height: 288px!important;
}
}
#home .item_cou_1 h1 span {
    color: #53509b;
}

/********Comments*********/
ol.commentlist { list-style:none; margin:0 0 1em; padding:0; text-indent:0; }
ol.commentlist li { }
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor {}
ol.commentlist li.byuser {}
ol.commentlist li.comment-author-admin {}
ol.commentlist li.comment { border-bottom:1px dotted #666; padding:1em; }
ol.commentlist li.comment div.comment-author {}
ol.commentlist li.comment div.vcard { font-size: 16px; }
ol.commentlist li.comment div.vcard cite.fn a.url {}
ol.commentlist li.comment div.vcard img.avatar { border:5px solid #ccc; float:right; margin:0 0 1em 1em; }
ol.commentlist li.comment div.vcard img.avatar-32 {}
ol.commentlist li.comment div.vcard img.photo {}
ol.commentlist li.comment div.vcard span.says {}
ol.commentlist li.comment div.commentmetadata {}
ol.commentlist li.comment div.comment-meta { font-size: 11px; }
ol.commentlist li.comment div.comment-meta a { color:#fff; }
ol.commentlist li.comment p { font-size:13px; margin:0 0 1em; color: #ccc; }
ol.commentlist li.comment ul { font-size:11px; list-style:square; margin:0 0 1em 2em; }
ol.commentlist li.comment div.reply { font-size:11px; }
ol.commentlist li.comment div.reply a { font-weight:bold; }
ol.commentlist li.comment ul.children { list-style:none; margin:1em 0 0; text-indent:0; }
ol.commentlist li.comment ul.children li {}
ol.commentlist li.comment ul.children li.alt {}
ol.commentlist li.comment ul.children li.bypostauthor {}
ol.commentlist li.comment ul.children li.byuser {}
ol.commentlist li.comment ul.children li.comment {}
ol.commentlist li.comment ul.children li.comment-author-admin {}
ol.commentlist li.comment ul.children li.depth-2 { border-left:5px solid #555; margin:0 0 .25em .25em; }
ol.commentlist li.comment ul.children li.depth-3 { border-left:5px solid #999; margin:0 0 .25em .25em; }
ol.commentlist li.comment ul.children li.depth-4 { border-left:5px solid #bbb; margin:0 0 .25em .25em; }
ol.commentlist li.comment ul.children li.depth-5 {}
ol.commentlist li.comment ul.children li.odd {}
ol.commentlist li.parent { border-left:5px solid #573DFF; }
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even {}
ol.commentlist li.thread-odd {}
form#commentform input#submit {
    border: 0;
}
form#commentform label {
    float: left;
    width: 100%;
}
textarea#comment {
    height: 145px;
}
ol.commentlist li {
    list-style-type: none;
}
ol.commentlist {
    line-height: 30px;
    float: right;
    width: 48%;
}
div#respond {
    float: left;
    width: 48%;
}
ol.commentlist img.avatar.photo, h3#comments, h3#reply-title {
    display: none;
}

a#cancel-comment-reply-link, a.comment-reply-link{
    font-size: 13px;
    background: #573DFF;
    font-weight: 600;
    color: #fff!important;
    letter-spacing: 0.3px;
    text-align: center;
    padding: 5px 10px 5px 10px;
    line-height: normal;
    cursor: pointer;
}
input#country {
    text-transform: capitalize;
}
/********Comments*********/

/*Rewind 2019 CSS*/
.rewind-form-data{
    background: #b0ff44 !important;
    padding: 40px 35px 40px 35px;
    border-radius: 15px;
}
.rewind-form-data div.wpcf7 {
    margin-top: 30px;
}
.rewind-form-data input.apply-send{
    background: #573DFF;
    color: #fff !important;
}
.rewind-form-data div.wpcf7 input[type="email"]{
    background: #fff;
    color: #000 !important;
    border: 1px solid #fff;
}
.rewind-form-data input.apply-send, .rewind-form-data div.wpcf7 input[type="email"]{
     border-radius: 30px;
} 
.rewind-form-data div.wpcf7 input[type="email"]::placeholder {
    color: #000;
}
.rewind-form-data div.wpcf7 input.apply-send {
    width: 140px !important;
    margin-top: 12px;
}
.rewind-form-data div.wpcf7 p.message {
    color: #000;
    font-size: 20px;
    font-weight: bold;
}
.rewind-form-data input[disabled="disabled"] {
    cursor: no-drop;     background: #aaa;
}
/*Rewind 2019 CSS*/

/*Symphony page CSS*/
.symphony-form-data{
    background: #b0ff44 !important;
    padding: 40px 35px 40px 35px;
    border-radius: 10px;
}
.symphony-form-data div.wpcf7 {
    margin-top: 30px;
}
.symphony-form-data input.apply-send{
    background: #753dff;
    color: #fff !important;
}
.symphony-form-data div.wpcf7 input[type="email"]{
    background: #fff;
    color: #000 !important;
    border: 1px solid #fff;
}
.symphony-form-data input.apply-send, .symphony-form-data div.wpcf7 input[type="email"]{
     border-radius: 0px;
} 
.symphony-form-data div.wpcf7 input[type="email"]::placeholder {
    color: #000;
}
.symphony-form-data div.wpcf7 input.apply-send {
    width: 100% !important;
    margin-top: 0px;
    height: 63px; 
    float: right;
}
.symphony-form-data div.wpcf7 p.message {
    color: #000;
    font-size: 20px;
    width: 100%;
    text-align: center;
    margin-bottom: 2rem;
    font-weight: 600;
    padding: 0 5%;
}
.symphony-form-data input[disabled="disabled"] {
    cursor: no-drop;     background: #aaa;
}
.white_bcakground {
    background: #fff;
}
.white_bcakground .insight-bottom h4, .white_bcakground .insight-bottom p {
    color: #000 !important;
}
.white_bcakground p, .white_bcakground h4, span#email-notes, .comment-author.vcard cite.fn, .comment-author.vcard span.says,
form#commentform p label, form#commentform p label span{
    color: #000 !important;
}
.white_bcakground .section-title{
    color: #622AD8 !important; 
}
.white_bcakground a{
    color: #622AD8; cursor: pointer;
}
.grey-bcakground-section{
    background: #f8f8f8;
}
.grey-bcakground-section h2, .grey-bcakground-section h4, .symphony-section h2, .symphony-section span.number{
    color: #753dff !important;
}
.grey-bcakground-section p{
    color: #000;
}
.bg-darkgrey {
    background-color: #787272d1;
}
.bg-darkgrey h1, h2, h3, h4, p{
    color:#fff;
}
.symphony-home{
    padding-bottom: 0px !important;
}
.grey-bcakground-section iframe{
        height: 300px;
    width: 100%;
}
.symphony-section span.number{
    font-size: 40px;
}
.blue-bcakground-section{
    background: #753dff;
}
.blue-bcakground-section h2, .blue-bcakground-section p{
    color: #fff;
}
.symphony-section .black-clr{
    color: #000;
}
ul.ul-7-col,
ul.ul-5-col {
    margin-top: 2rem;
}
.ul-5-col li {
    width: calc(100% / 5 - 2%);
    vertical-align: top;
    display: inline-table;
    margin-right: 2%;
}
.ul-7-col li {
    width: calc(100% / 7 - 3%);
    vertical-align: top;
    display: inline-table;
    margin-right: 2%;
    margin-bottom: 1rem;
}
.ul-7-col li:last-child,
.ul-5-col li:last-child {
    margin-right: 0;
}
.ul-7-col li span,
.ul-5-col li span {
    display: table-cell;
    vertical-align: top;
    text-align: left;
}
.ul-7-col li span.number,
.ul-5-col li span.number {
    font-size: 40px;
    width: 45px;
    vertical-align: top;
    line-height: 40px;
}
.ul-5-col li span.number-text{
    font-size: 1.2rem;
}
.ul-7-col li span.number-text{
    line-height: 19px;
}
.ul-7-col li span b{
    display: block;
    font-style: italic;
    font-weight: 600;
    font-size: 1.1rem;
}
.text-green b,
.text-green{
    color: #b0ff44 !important;
}
.championing_carousel {
    margin-top: 4rem;
}
.championing_carousel h2 b {
    display: block;
    font-style: italic;
    font-weight: 700;
}
.championing_carousel .owl-item img{
    max-height: 320px;
    width: auto !important;
    /*margin: auto;*/
}
.championing_carousel .owl-nav {
    display: block !important;
}
.championing_carousel .owl-prev {
    position: absolute;
    left: -3rem;
    top: 40%;
}
.championing_carousel .owl-next{
    position: absolute;
    right: -3rem;
    top: 40%;
}
.symphony-login-popup{
    background-position: center;
    background-size: cover;
    box-shadow: inset 0 0 0 1000px rgba(76, 76, 76, 0.58);
}
.g-recaptcha{
    transform: scale(0.85);
    -webkit-transform: scale(0.85);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}
.symphony-section-logo{
    margin-bottom: 2rem;
    width: 230px;
}
.journey-number span {
    font-size: 1.5rem;
    color: #753dff;
    margin-left: -10px;
    vertical-align: middle;
    font-style: italic;
}
.text-error{
    color: #c00;
}
.symph-hit-like{
    cursor: pointer;
}
.symph-hit-like .fa{
    color: #000;
    vertical-align: middle;
}
.symphony-section .like_count{
    color: #000 !important;
}
.symphony-section .symph-hit-like .fa-heart{
    color: #b0ff44;
}
@media(min-width: 1000px){
    .championing_carousel h2 {
        font-size: 4rem;
        font-weight: 300;
    }
    .journey-number{
        font-size: 3rem;
        font-weight: 300;
        line-height: 2rem;
        margin-bottom: 0;
    }
}
@media(max-width: 1000px){
    .ul-7-col li{
        width: calc(100% / 3 - 2%);
        margin-right: 1%;
    }
    .ul-5-col li {
        width: calc(100% / 2 - 1%);
        margin-right: 0.5%;
        margin-bottom: 1rem;
    }
}
@media(max-width: 480px){
    .ul-7-col li,
    .ul-5-col li {
        width: 100%;
        margin-right: 0;
    }
}
a.btn.new-button-blue.hit-download {
    width: 100%;
    padding: 26px;
    font-size: 22px;
}
.brand_social.likes_cls p{
    margin-bottom: 0px;
}
/*Symphony page CSS*/

/*KITE Page*/
/*.kite-slide-item-2 h1,.kite-slide-item-4 h1{
   position: absolute;
   right: 0;
   max-width: 400px;
   text-align: left;
}*/
.kite-page-slider{
    padding-bottom: 0px !important;
}
.kite-page-slider h2.carousel-caption span {
    color: #753DFF;
}
.kite-page-slider .carousel-caption {
   top: 30%;
   position: absolute;
   right: 0;
   max-width: 400px;
   text-align: left;
}
.kite-options-cls{
    border-bottom: 1px solid #b0ff44;
}
.kite-green-bcakground{
    background: #B0FF44;
}
.kite-green-bcakground h3 {
    color: #040404 !important;     
    margin-bottom: 25px;
}
.kite-green-bcakground p {
    float: left;
    color: #040404 !important;     
    margin-bottom: 25px;
}
.kite-page-section3 p{
    font-size: 20px; 
}
.kite-green-bcakground a.download-brochure {
    background: #753DFF;
    color: #fff;
    padding: 10px;
    border-radius: 6px;
}
.black-color-box {
    background: #464646;
}
.green-color-box {
    background: #B0FF44;
}
.grey-color-box {
    background: #E2E2E2;
}
.blue-color-box {
    background: #753DFF;
}
.number-speaks-section .color-box {
    padding: 35px 50px;
}
.blue-color-box p {
    font-size: 18px;
    color: #fff !important;
}
.black-color-box h2{
    font-size: 36px;
}
.black-color-box a, .blue-color-box a{
    color: #B0FF44;
}
.dark-green-color-box {
    background: #8FDB00;
}
.dark-green-color-box a {
    color: #000 !important;
}
.green-color-box a, .grey-color-box a{
    color: #464646;
}
.grey-faq-section {
    background: #EBECEE;
}
.grey-faq-section h2 {
    color: #753DFF !important;
}
.grey-faq-section h5, .grey-faq-section button, .grey-faq-section p {
    color: #464646 !important;
}
.grey-faq-section button:hover{
    text-decoration: none;
}
.grey-faq-section .card-header {
    background: transparent;
    border: 0;
    padding: 0px;
}
@media(min-width: 768px){
   /* .kite-slide-item-1 .carousel-caption,.kite-slide-item-2 .carousel-caption,.kite-slide-item-3 .carousel-caption,.kite-slide-item-4 .carousel-caption,.kite-slide-item-5 .carousel-caption{
        padding-bottom: 0;
        position: absolute;
        top: 50%;
        left: 40%;
        right: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
        transform: translate(-40%, -50%);
        text-align: center;
    }*/
    .kite-slide-item-1 .carousel-caption,.kite-slide-item-2 .carousel-caption,.kite-slide-item-3 .carousel-caption,.kite-slide-item-4 .carousel-caption,.kite-slide-item-5 .carousel-caption{
        padding-bottom: 0;
       /* position: absolute;
             left: 20px;*/
       top: 40%;
        right: 0;
        left: 10%;
   /* -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
        transform: translate(0%, -50%);*/
        text-align: center;
    }
    .kite-page-slider .carousel-item h1 {
        position: absolute;
        left: 0;
        max-width: 500px;
        text-align: left; 
        font-size: 36px !important;
    }
}
.kite-page-section1, .kite-page-section2 {
    padding: 100px 0px 100px 0;
}
.kite-page-section1 ol li {
    color: #000;
}
.kite-page-slider .arrow.bounce img {
    display: block;
}

.grey-faq-section .card-header .btn-link.collapsed:before {
    float: left!important;
    content: "";
    background-image: url(https://ddxpeyb9bmybt.cloudfront.net/wp-content/uploads/2020/04/29054036/close.png);
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    margin: 3px 15px 0px 0px;
}
.grey-faq-section .card-header .btn-link:before {
    float: left!important;
    content: "";
    background-image: url(https://ddxpeyb9bmybt.cloudfront.net/wp-content/uploads/2020/04/29054037/open.png);
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    margin: 3px 15px 0px 0px;
}
.grey-faq-section .card-body {
    margin-left: 35px;
}
.grey-faq-section button.btn.btn-link{
    text-decoration: none;
}
.number-speaks-section .main-heading h2, .kite-page-slider h1 span{
    color: #753DFF !important;
}
.grey-faq-section.kite-page-section6 #accordion .card-header .btn {
    white-space: initial;
    text-align: left;
}
.kite-page-slider .carousel-item img{
	object-fit: unset !important;
}
/*KITE Page*/
p.kpit_logo_trademarks a{
    color: #888888;
}
p.kpit_logo_trademarks a:hover{
    color: #B0FF44!important;
}
.press-sharing-div{
    position: absolute;
    top: -62px;
    right: 18px;
}
a.share-anc, a.cpy-anc{
    cursor: pointer;
}
.autonomous-caption h3 {
font-size: 22px!important;
text-align:left!important;
margin-bottom: 10px!important;

}




/*New Insight CSS*/
.banner-box {
    height: 400px;
}
.insight-about-banner-box{
    max-width:750px;
}
.insight-small-banner {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: top center;
    height: 100%;
}
.section-content h3 em, .section-content p em {
    color: #000!important;
}
.insights-inner-main.insights-inner-top h1 {
    font-size: 42px;
    color: #573DFF;
    font-weight: 800;
}
section.insight-new.bg-white p, section.insight-new.bg-white strong, section.insight-new.bg-white a, section.insight-new.bg-white span {
    color: #000;
}
section.insight-new.bg-white a:hover{
    color: #0056b3;
}
.insights-inner-main h4,.insights-inner-main em, .synposis h4 em, .synposis p em {
    color: #000!important;
}
.left-content h4 {
    color: #573DFF!important;
    font-size: 17px;
    font-weight: 700;
}
.left-content {
    margin-top: 70px;
}
/*.related-detail img {
    width: 85px;
    height: 85px;
    margin-top: 0px;
    margin-bottom: 0px;
    object-fit:cover;
}*/
.related-detail, .popular-detail {
margin: 32px 0;
}
.related-detail .right-r-detail a, .popular-detail .right-r-detail a {
    vertical-align: bottom;
    position: absolute;
    bottom: 0;
}
.related-detail .right-r-detail p {
    margin-bottom: 0;
}
/*.related-detail .right-r-detail, .popular-detail .right-r-detail {
    display: inline-block;
    margin-top: 0px;
    position: relative;
    margin-left: 10px;
}*/
.right-r-detail a {
    color: #573DFF!important;
    font-weight: 700;
}
.tag-detail {
    background: #86d914;
    color: #000;
    padding: 14px;
}
section.insight-banner {
    overflow-x: initial!important;
}
.reading-time p {
    padding: 10px;
    font-size: 18px;
    font-weight: 600;
}
.reading-time {
    background-color: #ededed;
    width: 70%;
}
.insight-floating-icon a{
    color:#fff!important;
    display: block;
    text-align: center;
    padding: 16px;
    transition: all 0.3s ease;
    color: white;
    font-size: 20px;
}
.insight-floating-icon {
    background-color: #573DFF;
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 999;
}
button.home_slider_btn.insight-subscribe {
    padding: 20px 85px 20px 85px;
    font-size: 24px;
}
.black-background{
    background-color:#000;
}
.insights-inner-main input#submit {
    padding: 10px 20px 10px 20px;
    line-height: 16px;
    border-radius: 8px;
    background: #573DFF;
    font-weight: 400;
    color: #fff;
    border: 1px solid #573DFF;
    cursor: pointer;
}
.popular-detail img {
    width: 210px;
    height: 175px;
    margin-top: 0px;
    margin-bottom: 0px;
    object-fit: cover;
}
.popular-detail .right-r-detail p {
    font-size: 28px;
    font-weight: 700;
}
.video-data h4 {
    color: #000!important;
    font-weight: 900;
}



/*About-page-revamp-2march-2021*/
.banner-heading-about{
    font-size: 75px;
    font-weight: 900;
    text-shadow: 1px 1px 1px #622ad8;
}
.about-page-tabs .kpit-tabs .nav .active{
    color: #622AD8;
    font-weight: 800;
}
.about-who h3 {
    color: #622AD8!important;
    font-size: 35px;
    font-weight: 500;
    max-width: 670px;
    margin: auto;
}
.leaders-point strong {
    color: #622AD8;
}
.leaders-point p {
    font-size: 60px;
    color: #c7c2c2;
    font-weight: 700;
}
.leaders-content strong {
    color: #622AD8;
    font-weight:600;
    
}
.leaders-content p {
    font-size: 20px;
    color: #000000 !important;
    text-align:left;
    
}
.leaders-point {
    position: absolute;
    left: -30px;
    width: 100px;
    top: 15px;
}
.leaders-content {
    margin: 60px;
}
.about-who {
box-shadow: 8px 8px 6px #00000029;
background: #EEE9E9;
max-width: 1000px !important;
margin: 0 auto 15px;
width: 1000px;
padding: 30px 75px;
}
#about_vission_mission .about-vision p {
    font-size: 18px;
    font-weight: normal;
    color: #000;
    margin-top: -22px;
}
.kpit-tabs #about_vission_mission .section-title {
    color: #0000009e !important;
    margin-top: 65px;
    font-weight: 800!important;
}
.about-vision h4 {
    color: #622AD8 !important;
    width: 450px;
    font-size: 40px;
    font-weight: 700;
    /*text-shadow: 1px 1px 1px #622ad8;*/
}
.about-vision {
    margin-top: 45px;
    margin-bottom: 35px;
}
.about-values-box h4 {
    color: #753DFF!important;
    font-size: 40px;
    font-weight: 900;
    /*text-shadow: 1px 1px 1px #753dff;*/
    margin-bottom: 30px;
}
.about-values-box {
    text-align: center;
}
.about-values-box {
    text-align: center;
    font-size: 20px;
    line-height: 22px;
}
#about_vission_mission {
    background: #F6F7FF!important;
    margin-bottom: 30px;
}
#around_world .section-title {
    color: #0000009e !important;
    margin-top: 65px;
    font-weight: 800!important;
}
.world_box h4 a {
    color: #000!important;
    font-size: 31px;
    font-weight: 800;
    padding-top: 25px;
}
.world_box h4{
    padding-top: 25px;
}
.world_box p, #around_world .about-vision p {
    color: #000;
}
.awards-slide-top-p {
    color: #000000DE;
    text-align: left;
    font-size: 17px;
}
.awards-slide-top {
    background: #FFFFFF;
    border: 1px solid #707070;
    opacity: 1;
    margin-bottom: 16px;
}
#awards-carousel .owl-dots button.owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    background: #ccc;
    margin: 0 3px;
}
#awards-carousel .owl-dots {
    text-align: center;
    padding-top: 15px;
}
#awards-carousel button.owl-dot.active {
    background: #2e2b2bad!important;
}
.world_box {
    margin-bottom: 50px;
}
.about-vision-row-right img{
    padding-left: 23px;
}
@media (max-width: 767px){
    .about-who{
        width:100%;
        padding: 30px 15px;
        margin-top: 30px;
    }
    /*.about-who h3{
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 25px;
    }*/
    .about-who h3{
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 25px;
    }
    .about-who h3 {
    color: #622AD8!important;
    font-size: 42px;
    font-weight: 500;
    max-width: 800px;
    margin: 20px auto;
    }
    .leaders-content {
        margin: 10px 15px 35px 50px;
    }
    .leaders-point p {
        font-size:3 5px;
}
    .leaders-point {
        left: -10px;
    }
    .leaders-content p{
        font-size:16px;
        margin-left: 20px;
        line-height: 27px;
    }
    .about-vision h4{
        width:auto;
    }
    div#awards-carousel {
    margin-bottom: -263px;
    }
    #awards-carousel .owl-dots {
    display: none;
    }
}

/*about us end*/
.news-inner-main ul li {
    color: #a1a1a1!important;
}
.news-inner-banner .about-banner-title {
    font-size: 38px!important;
}

/*about-symphony*/

.item-newsletter a p {
    display: block;
    font-size: 16px;
    padding: 16px 20px 10px 20px;
    line-height: 16px;
    background: #fff;
    font-weight: 600;
    cursor: pointer;
    margin-top: 23px;
    color: #573DFF;
    border: 3px solid #573DFF;
    min-height: 70px;
}
.item-newsletter {
    margin-top: -10px;
}
.item-newsletter a p:hover {
    background-color: #B0FF44;
    color: #000;
}
.item-snippet-box {
    padding: 36px;
}

.quarter-tab .nav-link {
    /*min-width: 250px;
    text-align: left;*/
    max-width:300px;
    color: #fff;
    font-weight: 800;
    font-size: 18px;
}
h4.financial-heading {
    color: #B0FF44!important;
    font-size:30px;
}
.q-month a:hover {
    color: #B0FF44;
}
/*.quarter-tab nav.nav-justified {
    float: left;
}*/
.quarter-tab .nav.nav-tabs {
    /*display: block;
    border-bottom: none!important;*/
    border-bottom: 2px solid #ededed6b !important;
}
.quarter-tab .nav-tabs .nav-link.active {
    color: #B0FF44;
    background: none!important;
    font-size: 18px;
    /*border: none!important;*/
}
.quarter-tab .nav .active {
    border-bottom: 4px solid #B0FF44!important;
}
.q-month {
    padding: 10px 0px 10px 0px;
    font-size: 18px;
}
.quarter-tab .nav-tabs .nav-link:focus, .quarter-tab .nav-tabs .nav-link:hover {
    border: 1px solid transparent;
}
.quarter-tab .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    border-color: transparent;
}
a.pdf-text {
    color: #ededed70;
    pointer-events: none;
}

/*Europe page Latest updates*/

.popular-detail img {
    width: 203px;
    height: 165px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.europe_updates .popular-detail .right-r-detail p {
    font-size: 16px;
    font-weight: 700;
}
.europe_updates .popular-detail .right-r-detail {
    display: inline-block;
    margin-top: 0px;
    position: relative;
    margin-left: 10px;
}
.europe_updates .popular-detail {
    display: inline-flex;
    margin: 10px 0;
}
.europe_updates .most-popular {
    max-height: 570px;
    overflow-y: scroll;
    direction: rtl;
    padding-left: 15px;
}
.europe_updates .related-articles {
    direction: ltr;
}
.europe_updates .video-insight {
    max-height: 570px;
    overflow-y: scroll;
}

.europe_updates .video-insight::-webkit-scrollbar-track, .europe_updates .most-popular::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); border-radius: 10px; background-color: #F5F5F5; } 
.europe_updates .video-insight::-webkit-scrollbar, .europe_updates .most-popular::-webkit-scrollbar { width: 7px; background-color: #573DFF; border-radius: 10px; } 
.europe_updates .video-insight::-webkit-scrollbar-thumb, .europe_updates .most-popular::-webkit-scrollbar-thumb { border-radius: 10px; -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3); background-color: #573DFF; }

.europe_updates .video-insight .video-detail .video-data {
    margin: auto;
    text-align: center;
}
.europe_updates .video-emb-popular {
    margin: 20px 20px 20px 0px;
}
@media (max-width: 767px){
.europe_updates .popular-detail {
    display: block;
}
.popular-detail img {
width: 300px;
height: 212px;
margin-top: 0px;
margin-bottom: 10px;
}
}
