* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/* -webkit-transition: all 300ms linear!important;
	-moz-transition: all 300ms linear!important;
	transition: all 300ms linear!important; */
	margin: 0px;
	padding: 0px;
	outline: none !important;
	font-size: 17px;
	font-family: "Outfit-Regular", serif;
	color: #000;
}

body,
#body {
	overflow-x: hidden;
}

img {
	max-width: 100%;
}
p {
	color: #78747c;
	font-size: 17px;
	letter-spacing: 1px;
}
.h6,
h6 {
	font-size: 18px !important;
	margin-top: 1rem !important;
}

.h6.gradient-text,
h6.gradient-text {
	font-size: 14px !important;
	letter-spacing: 1px;
}

  .display-lg-grid{
    display: grid;
  }
  .display-sm-grid{
    display: none !important;
  }
  
  @media screen and (max-width: 768px){
    .display-lg-grid{
      display: none !important;
    }
    .display-sm-grid{
      display: grid !important;
    }
	.policy-section-mob{
		padding: 15px !important;
	}
  }

.blue-btn{
	background: #2c2b7c;
    color: #fff;
    width: fit-content !important;
    margin: auto;
	padding: 0px 31px 8px !important;
	display: block;
}
.blue-btn:hover{
	box-shadow: 2px 2px 4px -1px #9b9b9b;
}
.blue-btn h6{
	color: #fff;
}
.border-link {
    border: 1px solid #2c2b7c;
    width: fit-content;
    padding: 9px 15px 9px;
    line-height: initial;
}

.border-link.financial-link{
	padding: 7px 0px 7px 6px;
    margin-left: -20px;
}
@media screen and (max-width: 768px){
    .border-link.financial-link{
        margin: auto;
        display: block;
    }
    .welspun-intro.about-intro .border-link {
        margin-top: -15px;
        display: block;
        margin-bottom: 15px;
    }
}
.esg-card span.border-link{
	border: 1px solid #fff;
}
.esg-card span.border-link:hover{
	border: 1px solid #2c2b7c;
}
.esg-card span.border-link img{
	margin-top: -2px;
}
.about-card .card-img-overlay span.border-link{
	border: 1px solid #fff;
}
.border-link .white-arrow{
	display: none !important;
	transition: all 2s;
	opacity: 0;
}
.border-link .colored-arrow{
	transition: all 2s;
}
.border-link:hover {
    border: 1px solid #2c2b7c;
    background: #2c2b7c;
	transform: none !important; 
	color: #fff;
}
.border-link:hover .white-arrow{
    display: inline !important;
	opacity: 1;
}
.border-link:hover .colored-arrow{
    display: none;
}
.border-link:hover h6, .border-link:hover h6.gradient-text{
	color: #fff;
	transform: none !important;
}

@media (min-width: 1200px) {
	.h4,
	h4 {
		font-size: 27px !important;
		line-height: 39px !important;
	}

	.welspun-intro .d-flex-data {
		padding-left: 3rem !important;
	}

	.leadership2 .card {
		width: 20%;
		padding: 0 2.5rem !important;
	}
}

@media (min-width: 1300px) {
	.logo .logo-white {
		width: 248px;
	}
}
@font-face {
	font-family: "Outfit";
	src: url("../fonts/Outfit-VariableFont_wght.woff2") format("woff2"),
		url("../fonts/Outfit-VariableFont_wght.woff") format("woff");
	src: url("../fonts/Outfit-VariableFont_wght.ttf");
	src: url("../fonts/Outfit-VariableFont_wght.ttf") format("truetype");
}
@font-face {
	font-family: "Outfit-Regular";
	src: url("../fonts/Outfit-Regular.woff2") format("woff2"),
		url("../fonts/Outfit-Regular.woff") format("woff");
	src: url("../fonts/Outfit-Regular.ttf");
	src: url("../fonts/Outfit-Regular.ttf") format("truetype");
}
@font-face {
	font-family: "Outfit-Semibold";
	src: url("../fonts/Outfit-SemiBold.woff2") format("woff2"),
		url("../fonts/Outfit-SemiBold.woff") format("woff");
	src: url("../fonts/Outfit-SemiBold.ttf");
	src: url("../fonts/Outfit-SemiBold.ttf") format("truetype");
}
@font-face {
	font-family: "HindVadodara-Regular";
	src: url("../fonts/HindVadodara-Regular.woff2") format("woff2"),
		url("../fonts/HindVadodara-Regular.woff") format("woff");
	src: url("../fonts/HindVadodara-Regular.ttf");
	src: url("../fonts/HindVadodara-Regular.ttf") format("truetype");
}


body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}

.color-black {
	color: #000;
}

.topnav {
	overflow: hidden;
	z-index: 1;
	position: fixed;
	width: 100%;
	padding: 45px 40px 20px;
	transition: all 0.5s;
}

.topnav.scrolled {
	background-color: #fff !important;
	padding: 10px;
	box-shadow: 0 0 13px -6px grey;
	position: fixed;
	transition: 400ms linear;
}

.topnav a {
	float: left;
	display: block;
	color: #fff;
	text-align: center;
	padding: 18px;
	letter-spacing: 1px;
	text-decoration: none;
	font-size: 15px;
	font-family: "Outfit", serif;
	text-transform: uppercase;
	transition: background-position-x 0.5s;
}
.topnav a.logo {
	padding-top: 10px;
}
.topnav .icon i {
	color: #fff;
	display: block;
}
.topnav.scrolled .icon i {
	color: #000;
}
.topnav .logo-dark {
	display: none;
}
.topnav .logo-white {
	display: inline-block;
}
.topnav.scrolled .logo-dark {
	display: inline-block;
}
.topnav.scrolled .logo-white {
	display: none;
}

.topnav.scrolled a {
	color: gray !important;
}

.topnav .nav-menu a:hover,
.topnav .nav-menu a.active {
	/* background-color: #2c2b7c;*/
	color: #2c2b7c;
	background: url("../images/nav-a-hover-elp.png");
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 45px;
}

.topnav a:hover {
	transform: scale(1) !important;
}

.topnav a.logo:hover {
	background-color: transparent;
}
.topnav .icon {
	display: none;
}

.dropdown {
	font-family: "Outfit", serif;
	float: left;
	overflow: hidden;
}

.dropdown .dropbtn {
	font-size: 15px;
	border: none;
	outline: none;
	padding: 18px 16px;
	background-color: inherit;
	font-family: "Outfit-Regular", serif;
	margin: 0;
	cursor: pointer;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #fff;
	min-width: 145px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 1;
	transition: all 0.5s;
	border-radius: 4px;
}
.dropdown-content a {
	float: none;
	color: black;
	padding: 11px 16px;
	text-decoration: none;
	display: block;
	text-align: left;
}

.topnav a:hover,
.dropdown:hover .dropbtn {
	color: #2c2b7c;
}

.dropdown-content a:hover {
	background-color: #ddd;
	color: black;
}

.dropdown:hover .dropdown-content {
	display: block;
	position: fixed;
	margin-top: 45px;
}
.nav-menu {
	float: right;
}
.inner-page-topnav {
	padding: 30px 40px 20px;
	position: relative;
	transition: all 0.5s;
	position: fixed;
}

.inner-page-topnav a {
	color: #000 !important;
}

.inner-page-topnav a img.logo-white {
	display: none;
}
.inner-page-topnav a img.logo-dark {
	display: block;
	width: 180px;
	margin-bottom: -3px;
	margin-top: 4px;
}

main .container-fluid {
	padding-right: 0;
	padding-left: 0;
}

.slider .box .details button{
    margin-top: 4.8rem;
    border: 2px solid;
    padding: 10px 20px 8px;
}

.custom-select {
  position: relative;
  font-family: Arial;
}

.custom-select select {
  display: none; /*hide original SELECT element:*/
}

.select-selected {
  background-color: DodgerBlue;
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 8px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #2c2b7c transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #2c2b7c transparent;
  top: 0px;
}

/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
  color: gray;
  padding: 6px 14px;
  cursor: pointer;
  user-select: none;
  font-size: 15px;
}
.select-selected{
	background: #fff;
	color: #000;
   	border-bottom: 1px solid gray;
	padding: 0;
}
/*style items (options):*/
.select-items {
  position: absolute;
  background-color: #fff  ;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  margin-top: 2px;
    border: 1px solid #f2efef;
    box-shadow: 2px 3px 7px #eee;
	max-height: 140px;
    overflow-y: scroll;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: #2c2b7c;
  color: #fff !important;
}

#result {
	position: fixed !important;
	width: 100%;
	bottom: 10.8rem;
	z-index: 100;
}
#floatForm{
	width: 400px;
    float: right;
    padding: 25px 25px 10px;
    background: #fff;
	max-height: calc(100vh - 120px);
    overflow-y: scroll;
	overflow-x: hidden;
    box-shadow: -2px 2px 4px #e5e5e5;
	margin-top: 24px;
}
#floatForm button[type="submit"] img{
	margin-top: -5px;
}
#floatForm h6.gradient-text {
    font-size: 18px !important;
}
#result a.form-btn {
	float: right;
	display: inline-block;
	background-color: #2c2b7c;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 1000;
	right: 20px;
	bottom: 50px;
	position: fixed;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	transition: all 0.5s;
	text-align: center;
    display: flex;
    flex-direction: column;
	align-items: center;
	justify-content: center;
}
#result a.form-btn img{
	width: fit-content;
}
#result a.form-btn span{
	font-size: 13px;
    line-height: 14px;
    color: #fff;
    margin-top: 5px;
}
#floatForm form label{
	font-size: 16px;
	margin-top: 15px;
}
#floatForm form input, #floatForm form textarea{
	border: none;
    padding: 0px;
    border-bottom: 1px solid gray;
    font-size: 16px;
    min-height: auto;
	line-height: revert;
	padding-top: 4px;
}
#floatForm form input:focus, #floatForm form textarea:focus{
	box-shadow: none;
    border-color: #2c2b7c;
}
#floatForm::-webkit-scrollbar, .select-items::-webkit-scrollbar {
  width: 7px;
}

/* Track */
#floatForm::-webkit-scrollbar-track , .select-items::-webkit-scrollbar-track{
  box-shadow: inset 0 0 2px grey; 
  border-radius: 10px;
}
 
/* Handle */
.select-items::-webkit-scrollbar-thumb {
	background: lightgray;
}
#floatForm::-webkit-scrollbar-thumb {
  background: #2c2b7c; 
  border-radius: 10px;
}

/* Handle on hover */
#floatForm::-webkit-scrollbar-thumb:hover , 
.select-items::-webkit-scrollbar-thumb:hover{
  background: #2c2b7c; 
}

.thank-pop {
	padding: 0rem 0 6rem;
    text-align: center;
}
.thank-pop .thanks-thumb{
	background: #2c2b7c;
    width: auto;
    margin: 4rem auto 0;
    padding: 17px 20px 23px;
    border-radius: 50%;
}
.thank-pop h3.gradient-text{
	display: block;
    width: 100% !important;
    font-size: 45px;
    font-family: 'Outfit-SemiBold';
    margin: 3rem 0 1rem;
}
.thank-pop p{
	color: #000;
}


@media only screen and (min-width: 1280px){
	main {
		margin-top: 110px;
	}
}

@media screen and (max-width: 768px) {
	#floatForm{
		width: 99%;
	}
	main {
		margin-top: 80px;
	}
	.slider .box {
		background-color: #5d5d5d;
		background-blend-mode: overlay;
	}
	.topnav {
		padding: 10px 5px 10px;
	}
	.topnav a {
		display: none;
		padding: 18px 10px;
	}
	.topnav a.logo {
		display: inline;
	}
	.topnav a.icon {
		float: right;
		display: block;
	}
	.topnav .icon {
		border-radius: 50%;
		width: 45px;
		height: 45px;
	}
	.dropdown-content {
		background-color: #2c2b7c;
	}
	.dropdown-content a{
		padding: 12px;
	}
	.slider .box .details button{
		padding: 4px 8px;
        align-self: center;
	}
}

@media screen and (max-width: 768px) {
	.topnav.responsive {
		position: fixed;
		background: #000000f5;
		padding: 10px 10px 30px;
	}
	.topnav.responsive .icon {
		position: absolute;
		right: 10px;
		top: 20px;
	}
	.topnav.responsive a:not(.icon) {
		float: left;
		width: 100%;
		display: block;
		text-align: left;
	}
	#result a.form-btn {
		margin: -30px -10px 0;
		width: 35px;
		height: 35px;
		box-shadow: 0 0 4px 0px #6c6c6c;
	}
}

a {
	text-decoration: none !important;
	width: fit-content;
}

.explore-link img {
	margin: -2px 6px 0px 10px;
}

.d-flex-data {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

.gradient-text {
	color: #2c2b7c;
	/*background: -webkit-linear-gradient(60deg, #041a33 29%, #2c2b7c 67%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;*/
	font-family: "Outfit-Regular", serif;
	font-size: 12px;
	display: inline;
	width: auto !important;
}

.big-heading {
	font-family: "Outfit-SemiBold";
	font-size: 82px;
	line-height: 82px;
}
.big-heading2 {
	font-family: "Outfit-SemiBold";
	font-size: 56px;
    line-height: 66px;
	margin-top: 10px !important;
	text-transform: capitalize;
}
.news-section .big-heading2 {
	letter-spacing: 2px;
}
.welspun-intro {
	padding: 6rem 9rem 2rem;
}
.welspun-intro .panel a:hover{
        transform: none !important;
}
.scaling {
	padding: 1rem;
}
.scaling h6,
.global-presence h6 {
	margin: auto;
}
.scaling-nav-link {
	display: inline-block;
}
ul.scaling-controls {
	display: flex;
	justify-content: space-between;
	width: 94%;
	margin: -8rem 3% 7rem;
	list-style: none;
	display: none;
}
ul.scaling-controls li {
	z-index: 1;
	position: relative;
	cursor: pointer;
}
#scaling-nav {
	padding: 4rem 0;
}
.scaling-nav-link span {
	font-family: "Outfit-SemiBold", serif;
}

#scaling-for .slide {
	display: inline-block;
	border: none;
	background: none;
}

#scaling-for .slide .card {
	width: 90%;
	margin: 0 5%;
}

#scaling-for .slide .card img {
	width: 100%;
}
.scaling-for-controls {
	display: flex;
	justify-content: space-between;
	width: 92% !important;
	margin: 0% 4%;
	margin-top: -20% !important;
	z-index: 1000;
	position: relative;
	list-style: none;
}
/*
 CSS for the main tab-slider
*/
.tabset > input[type="radio"] {
	position: absolute;
	left: -200vw;
}

.tabset .tab-panel {
	display: none;
}

.tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
.tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
.tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
.tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
.tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
	display: block;
}

/*
 Styling
*/
body {
	font: 16px/1.5em "Overpass", "Open Sans", Helvetica, sans-serif;
	color: #333;
	font-weight: 300;
}

.tabset > label {
	position: relative;
	display: inline-block;
	padding: 15px 15px 25px;
	border: 1px solid transparent;
	border-bottom: 0;
	cursor: pointer;
	font-weight: 600;
}

.tabset > label::after {
	content: "";
	position: absolute;
	left: 15px;
	bottom: 10px;
	width: 22px;
	height: 4px;
	background: #8d8d8d;
}

.tabset > label:hover,
.tabset > input:focus + label {
	color: #06c;
}

.tabset > label:hover::after,
.tabset > input:focus + label::after,
.tabset > input:checked + label::after {
	background: #06c;
}

.tabset > input:checked + label {
	border-color: #ccc;
	border-bottom: 1px solid #fff;
	margin-bottom: -1px;
}

.tab-panel {
	padding: 30px 0;
	border-top: 1px solid #ccc;
}

.deque-tabpanel [role="tablist"] {
	list-style-type: none;
	padding: 0;
	display: flex;
	margin: 0 0 20px 0;
	justify-content: center;
}
.deque-tabpanel img {
	max-width: 100%;
}
.deque-tabpanel ul.deque-tabpanel-tablist[role="tablist"] li {
	font-size: 20px;
	display: inline-block;
	flex-shrink: 0;
	font-weight: 200;
	white-space: nowrap;
	padding: 5px 12px;
	cursor: pointer;
	width: 20%;
	height: 130px;
	display: flex !important;
}
.deque-tabpanel ul.deque-tabpanel-tablist[role="tablist"] li:focus {
	outline: 1px dashed #000000;
}
.deque-tabpanel li.deque-tabpanel-tab[role="tab"][aria-selected="true"] {
	color: #fff !important;
	border-bottom: none !important;
	border-top: none !important;
	background: url(../images/tab-bg.png);
	background-repeat: no-repeat;
	background-position-x: 50%;
}
.deque-tabpanel .deque-tabpanel-tabpanels {
	clear: both;
	padding: 0;
	margin: 0 auto !important;
	width: 90%;
}
.deque-tabpanel .deque-tabpanel-tabpanel[role="tabpanel"] {
	width: 100%;
}
.deque-tabpanel .deque-tabpanel-button-bar {
	text-align: center;
}
.deque-tabpanel .deque-tabpanel-button-bar .pause,
.deque-tabpanel .deque-tabpanel-button-bar .play {
	margin: 0 15px;
}
.deque-tabpanel-tab span {
	margin: auto;
	font-family: "Outfit-SemiBold", serif;
	font-size: 23px;
	color: #989898;
}
.deque-tabpanel li.deque-tabpanel-tab[role="tab"][aria-selected="true"] span {
	color: #fff;
	width: 129px;
	border-radius: 50%;
	box-shadow: 4px 6px 12px #8080809c;
	padding: 29px 0;
	margin-top: -3px;
}
button.deque-button {
	background: none !important;
	border: none !important;
	cursor: pointer !important;
}

button.deque-button img {
	padding: 16px 12px;
	border-radius: 50%;
}
button.deque-button:hover img {
	transition: all 0.5s;
	background: #ff581a;
	filter: invert(1);
	width: 50px;
}
.deque-tabpanel-tabpanel .card .card-img-overlay {
	text-align: left;
	padding: 5rem 6rem 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.deque-tabpanel-tabpanel .card .card-img-overlay .card-title {
	font-size: 90px !important;
	font-family: "Outfit-SemiBold";
	margin-top: 26px !important;
	letter-spacing: 2px;
}
.deque-tabpanel-tabpanel .card .card-img-overlay .card-text {
	width: 42rem;
	background: #2c2b7c;
	padding: 30px 35px;
}
.deque-tabpanel-tabpanel .card .card-img-overlay .card-text a {
	color: #fff;
	font-size: 13px;
	letter-spacing: 1px;
}

.deque-tabpanel-tabpanel .card .card-img-overlay .card-text a img {
	margin-left: 10px;
}
.deque-tabpanel-tabpanel .card .card-img-overlay .top-txt span,
.card-title,
.card-text p {
	color: #fff;
	font-family: "Outfit-Regular";
	letter-spacing: 1px;
	margin-bottom: 15px;
}
#prevButton {
	float: left;
	margin-top: -21%;
	position: relative;
	left: 8px;
}
#nextButton {
	float: right;
	margin-top: -21%;
	position: relative;
	right: 8px;
}

#pauseButton,
#playButton {
	display: none;
}
.accordion:first-child {
	margin-top: 0;
}
.accordion {
	background-color: #eee;
	color: #444;
	cursor: pointer;
	padding: 30px 18px 30px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 15px;
	transition: 0.4s;
	margin: 0px 0 0px 30px;
	height: 110px;
	display: flex;
}

button.accordion h4 {
	display: inline-block;
	font-size: 36px !important;
	font-family: "Outfit-SemiBold", serif;
	margin-top: 8px;
}

button.accordion {
	background: transparent;
	border: none;
}
.accordion img {
	padding: 17px;
	background: #2c2b7c;
	border-radius: 50%;
	margin-right: 3rem;
	width: 56px;
}

.panel {
	display: flex;
	padding: 0 18px;
	font-size: 18px;
	max-height: 0;
	box-shadow: none;
	overflow: hidden;
	background: #fff;
	transition: height 0.3s ease-out;
}
.acc-img-div {
	width: 370px;
	margin-right: 2rem;
}
.acc-img-div img {
	width: 100px;
}
.text-panel {
	padding: 10px;
}
.text-panel p {
	color: #706f6f;
	line-height: 28px;
}
.text-panel .border-link {
	font-size: 14px;
    margin-top: 4px;
    display: inline-block;
}
.text-panel .border-link img{
    margin-top: -4px;
}
/*.accordion.active~.panel{
	display: flex;
}*/
.panel h5 {
	font-size: 4rem;
	font-family: "Outfit-SemiBold";
	color: #2c2b7c;
	letter-spacing: 1px;
}
.home-card-div{
	display: flex;
	justify-content: space-between;
}
.home-card{
	display: flex;
    background: #2c2b7c;
    padding: 4rem 1rem 4rem 3rem;
    align-items: center;
    width: 30.5%;
}
.home-card img{
	width: 50px;
}
.home-card .card-data{
	margin-left: 2rem;
}
.home-card p{
	font-size: 1.8rem;
	color: #fff;
	margin-bottom: 5px;
}
.home-card h5{
	font-size: 2.8rem;
	color: #fff;
	margin-bottom: 0;
}

@media screen and (max-width: 768px){
	.home-card-div{
		flex-direction: column;
	}
	.home-card{
		margin-top: 15px;
		width: 100%;
	}
}

.video {
	width: 90%;
	border: 1px solid black;
}
.wrapper {
	display: table;
	width: auto;
	position: relative;
}
.playpause {
	background-image: url(../images/play-svgrepo-com.png);
	background-repeat: no-repeat;
	width: 90px;
	position: absolute;
	left: 0%;
	right: 0%;
	top: 0%;
	bottom: -3%;
	margin: 0 0 0 70%;
	background-size: contain;
	background-position: bottom;
}
.welspun-video .card .card-img-overlay{
	    display: flex;
    justify-content: center;
    align-items: center;
}
.videoplaypause {
	background-image: url(../images/play-svgrepo-com.png);
	background-repeat: no-repeat;
	width: 99px;
	height: 99px;
	/*position: absolute;
	left: 73%;
	margin-top: -52px;*/
	background-size: cover;
	border-radius: 50%;
}

.videoplaypause {
	transition: all 0.6s;
	animation: glowing 2000ms infinite linear;
}
@keyframes glowing {
  0% {   transform: scale(1); box-shadow: 0 0 10px #005d7f;}
  40% { transform: scale(1.15); box-shadow: 0 0 10px #005d7f; }
  60% {  transform: scale(1); box-shadow: 0 0 -10px #005d7f; }
  80% { transform: scale(1.15); box-shadow: 0 0 10px #005d7f; }
  100% { transform: scale(1); box-shadow: 0 0 10px #005d7f; }
}
#result a.form-btn {
	transition: all 0.6s;
	animation: beat 2000ms infinite linear;
}
@keyframes beat {
  0% {   transform: scale(1)}
  40% { transform: scale(1.1) }
  60% {  transform: scale(1) }
  80% { transform: scale(1.1) }
  100% { transform: scale(1) }
}
.videoplaypause:hover {
	transform: scale(1.05) !important;
}
.map-nav.nav-tabs {
	justify-content: space-around;
	padding: 30px 15%;
	border-bottom: none;
}
.map-nav.nav-tabs a,
.tab-pane h3 {
	font-family: "Outfit-SemiBold", serif;
	font-size: 28px;
	color: grey;
}

.map-nav.nav-tabs li.active a {
	color: #000;
	border-bottom: 2px solid #2c2b7c;
}
.map-nav.nav-tabs li.active a img {
	filter: grayscale(0);
}
.map-nav.nav-tabs a.active {
	color: #000;
	border-bottom: 2px solid #2c2b7c;
}
.map-nav.nav-tabs a.active img {
	filter: grayscale(0);
}

.map-nav.nav-tabs a img {
	filter: grayscale(1);
	margin-left: 7px;
}

.map-info {
	text-align: left;
	margin: 25px 0;
}
.map-info-inner {
	display: flex;
	justify-content: flex-start;
	align-content: center;
}
.map-info-inner img {
	height: min-content;
	width: 17px;
}
.map-info-inner.in img {
	width: 22px;
}

.map-info p {
	color: #000;
}
.map-info img {
	margin-right: 10px;
}

.news-section {
	padding: 5rem 7rem 6rem;
}

.news-section select {
	border: none;
	border-bottom: 2px solid #c4c4c4;
}

.news-section select:focus {
	border-bottom: 2px solid #2c2b7c;
}

select.minimal {
	padding-bottom: 5px;
	border: none;
	background: #fff;
}
select.minimal {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-family: "Outfit-Regular";
	font-size: 28px;
	/*background-image:
    linear-gradient(45deg, transparent 50%, #989898 50%),
    linear-gradient(135deg, #989898 50%, transparent 50%);
  background-position:
    calc(112% - 20px) calc(0.5em + 2px),
    calc(112% - 15px) calc(0.5em + 2px);
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;*/
	background-image: url(../images/DownTriangle2.png);
	background-size: 10px;
	background-position-y: 15px;
	background-position: right;
	background-repeat: no-repeat;
	color: #989898;
	border-bottom: 2px solid transparent;
	max-width: 240px;
	padding-right: 18px;
}

select.minimal:focus {
	/*background-image:
    linear-gradient(45deg, transparent 50%, #2c2b7c 50%),
    linear-gradient(135deg, #2c2b7c 50%, transparent 50%);*/
	border-bottom: 2px solid #2c2b7c;
	color: #000;
}
select.minimal:focus {
	background-image: url(../images/DownTriangle1.png);
}

select#city {
	min-width: 83px;
}
select#Industry {
	min-width: 135px;
}
select#country {
	min-width: 130px;
}

.date-img {
	margin-left: 3rem;
	width: 20px;
	margin-top: -7px;
}
.date-in {
	max-width: 150px;
	margin-left: 15px;
	border: none;
	font-size: 2rem;
	font-family: "Outfit-SemiBold";
	float: right;
}

.news-card {
	border: none !important;
	padding: 0 2.1rem;
}
.news-card a:hover,
.blog-slider .card a:hover {
	font-size: 15px !important;
}
.news-card .card-img-overlay {
	justify-content: space-between;
	padding: 4rem 6rem 4rem 4rem;
}
.news-card span,
.news-card h2,
.news-card a {
	color: #fff;
	padding: 10px 0;
}
.news-card a:hover {
	color: #fff;
}

.news-card a img {
	display: inline;
	margin-left: 5px;
}
.news-card span {
	font-size: 15px;
}
.news-card a {
	font-size: 14px;
}
.news-card span {
	opacity: 0.6;
}
.news-card h2 {
	font-family: "Outfit-SemiBold", serif;
	font-size: 27px;
	letter-spacing: 1px;
	margin: 8px 0 16px;
}
.news-card .icon img {
	width: 41px;
}
.news-card > img {
	width: 100%;
}
.news-controls {
	list-style: none;
	display: flex;
	justify-content: space-between;
	margin-top: -365px !important;
	position: relative;
	z-index: 1;
	margin-bottom: 350px;
}

@media screen and (max-width:768px){
  .news-controls {
	margin-top: -340px !important;
	margin-bottom: 310px;
  }
}
.news-prev {
	margin-left: -15px;
	cursor: pointer;
}
.news-next {
	margin-right: -10px;
	cursor: pointer;
}
.pc-controls {
	list-style: none;
	display: flex;
	justify-content: space-between;
	margin-top: -185px !important;
	position: relative;
	z-index: 1;
	margin-bottom: 165px;
}
.pc-prev {
	margin-left: -45px;
    cursor: pointer;
    position: absolute;
    margin-top: 155px;
    z-index: 1;
}
.pc-next {
	cursor: pointer;
    position: absolute;
    right: 85px;
    margin-top: -225px;
	z-index: 1;
}

.card.news-card {
	background-color: transparent;
}

.news-card .container {
	height: 400px;
	background: #27363c;
	justify-content: space-between;
	padding: 40px 50px 60px 40px;
	transition: 0.3s;
}

.news-card.slick-center .container {
	background: #2c2b7c;
	box-shadow: 4px 7px 28px 2px #808080c9;
}
.news-card.slick-center span {
	opacity: 1;
}
.news-card .activated {
	display: none;
}
.news-card.slick-center .activated {
	display: inline;
	margin-left: -20px;
}
.news-slider .slick-list {
	padding: 0px !important;
}

.per-arrow-left {
	background-image: url(../images/left-arrow-black.png);
	width: 35px;
	height: 20px;
	z-index: 1;
	background-repeat: no-repeat;
	margin-left: 5px;
	transition: 0.4s;
	background-position: center;
    padding: 25px;
    border-radius: 50%;
	background-repeat: no-repeat;
}
.per-arrow-right {
	background-image: url(../images/right-arrow-black.png);
	width: 35px;
	height: 25px;
	z-index: 1;
	background-repeat: no-repeat;
	transition: 0.4s;
	background-position: center;
    padding: 25px;
    border-radius: 50%;
	background-repeat: no-repeat;
}
.per-arrow-right:hover{
	background-image: url(../images/right-arrow-white1.png)!important;
	background: #2c2b7c;
	background-position: center;
	background-repeat: no-repeat;
}
 .per-arrow-left:hover{
	background-image: url(../images/left-arrow-white1.png)!important;
	background: #2c2b7c;
	background-position: center;
	background-repeat: no-repeat;
}
a.pc-prev:hover, a.pc-next:hover{
	transform: scale(1) !important;
}

.per-arrow-left:hover {
	background-image: url(../images/left-arrow-svgrepo-blue.png);
}
.per-arrow-right:hover {
	background-image: url(../images/right-arrow-svgrepo-blue.png);
}

/*.hover-arrow-left, .hover-arrow-right, .per-arrow-left:hover, .per-arrow-right:hover{
	display: none;
}
.per-arrow-left:hover~.hover-arrow-left, .per-arrow-left:hover~.hover-arrow-right, .hover-arrow-left:hover, .hover-arrow-right:hover{
	display: block !important;
	margin-top: -22px;
}*/

.leadership {
	padding: 0 8rem;
}
.leadership-slider{
	justify-content: center;
}
.leadership-slider.slick-dotted.slick-slider {
	margin-top: 70px !important;
	margin-bottom: 0;
}
.leadership-slider .card,
.leadership2 .card {
	padding: 0 2rem;
	border: none;
}

.leadership-slider .card{
	width: 20%;
}
.leadership-slider .card img,
.leadership2 .card img {
	width: 100%;
	transition: 0.5s;
}

.leadership-slider .card .card-footer,
.leadership2 .card .card-footer {
	background: #fff;
	width: 100%;
	float: right;
	z-index: 1;
	position: inherit;
	padding: 15px 0;
	transition: 0.5s;
}
.leadership-slider .card .card-footer h3,
.leadership2 .card .card-footer h3 {
	color: #000;
	font-family: "Outfit-Regular", serif;
	font-size: 1.8rem;
	line-height: 20px;
	text-transform: uppercase;
}
.leadership-slider .card .card-footer span {
	color: #5a5a5a;
	font-size: 14px;
}
.leadership2 .card .card-footer span {
	color: #5a5a5a;
	font-size: 15px;
	display: inline-block;
	line-height: 22px;
}
.leadership-slider .name-div,
.leadership2 .name-div {
	display: flex;
	justify-content: space-between;
}
.leadership-space{
	justify-content: center;
}

.slick-dots li {
	margin: 0 !important;
}

.leadership-slider ul.slick-dots {
	position: absolute;
	bottom: 103%;
}

.awards-slider ul.slick-dots {
	padding-top: 2rem;
	position: relative;
}
.awards-slider ul.slick-dots li {
	width: 22px;
}
.leadership-slider .slick-dots li button:before,
.awards-slider .slick-dots li button:before {
	content: "" !important;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: gray;
}
.leadership-slider .slick-dots li.slick-active button:before,
.awards-slider .slick-dots li.slick-active button:before {
	background-color: #2c2b7c;
	height: 10px;
	width: 10px;
}
.slide-number {
	width: 85%;
	margin: -4rem auto 0;
	font-weight: 700;
}
.slide-number .pagingInfo {
	font-size: 2.2rem;
	font-family: "Outfit-SemiBold";
	color: #2c2b7c;
}
.slide-number .pagingInfo-all {
	float: right;
	font-size: 2.2rem;
	font-family: "Outfit-SemiBold";
}
.ws-footer {
	background: #7b8da6;
	font-size: 9pt;
	text-align: center;
	color: #fff;
	margin-top: 40px;
}
.footer-logo {
	width: 245px;
}
.ws-footer li::marker {
	color: #b6c0cf;
}
.ws-footer li a {
	color: #b6c0cf;
}

.ws-footer .f-inner-div {
	padding: 5rem 0 3rem;
	width: 20%;
}
.ws-footer a,
.f-inner-div.social-media span {
	color: #fff;
	display: block;
	text-align: left;
	font-size: 13px;
	font-family: "Outfit";
	letter-spacing: 2px;
	line-height: 28px;
}
.ws-footer a:hover {
	color: #2c2b7c;
    transform: none !important;
    transition: 1s;
    text-shadow: 1px 1px 2px #585858;
}
.ws-footer .social-media a:hover {
    transform: scale(1.2) !important;
}
.footer-link {
	display: inline-block;
	margin: auto;
}
.br-r {
	border-right: 1px solid #b6c0cf;
}
.f-inner-div.social-media > div {
	display: inline-block;
}
.f-inner-div.social-media span {
	color: #fff;
	font-size: 13px;
	display: block;
}
.f-inner-div.social-media a {
	display: inline-block;
	padding: 20px 10px 0 0;
}
.border-footer {
	border-bottom: 1px solid #b6c0cf;
	margin: 0 3rem !important;
}

.bottom-footer {
	width: 100%;
	justify-content: space-between;
	padding: 1rem 4rem 3rem !important;
}
.bottom-footer a,
.bottom-footer span {
	color: #d7dee9;
	font-size: 15px;
	display: initial;
}
.bottom-footer a {
	font-size: 14px;
	letter-spacing: 0;
}
.deque-tabpanel-tablist .slick-list,
.deque-tabpanel-tablist .slick-track {
	width: 100%;
	padding-bottom: 7px;
}
.display-sm {
	display: none;
}

#ui-datepicker-div {
	background: #fff;
	padding: 20px;
	cursor: pointer;
	border: 1px solid #ececec;
	box-shadow: 0 0 12px 2px #39393926;
}
a.ui-datepicker-prev:hover,
a.ui-datepicker-next:hover {
	transform: scale(1) !important;
}
.ui-datepicker-prev span,
.ui-datepicker-next span {
	color: #fff;
}
.ui-datepicker-prev,
.ui-datepicker-next {
	background: #2c2b7c;
	padding: 8px 5px 2px;
	box-shadow: 1px 1px grey;
}
.ui-datepicker-next {
	float: right;
	padding: 4px 5px 0px;
	margin-top: -6px;
}
.ui-datepicker-title {
	margin: 7px 0;
}
.ui-datepicker-calendar th {
	padding: 0 0 0 7px;
}
#datepicker {
	font-family: "Outfit-SemiBold";
	font-size: 20px;
	border: none;
	max-width: 165px;
	padding-left: 45px;
	background: url(../images/calendar-svgrepo-icon.png);
	background-repeat: no-repeat;
}
.blog {
	padding: 30px 8rem;
}

.blog-slider .container {
	display: flex;
	padding: 10px 0;
}
.blog-slider .container .message-icon {
	width: 86px;
	background-image: url(../images/chat-svgrepo-com-gray.png);
	background-repeat: no-repeat;
	background-position-y: 15px;
}
.blog-slider .card {
	border: none;
	padding: 20px;
}

.blog-slider .card .blog-title h4 {
	font-family: "Outfit-SemiBold";
	font-size: 26px !important;
	letter-spacing: 1px;
	color: #000;
	padding-bottom: 22px;
	line-height: 1.2 !important;
}
.blog-slider .card .blog-title a {
	font-family: "Outfit-Regular";
	font-size: 13px;
}
.blog-slider .card .blog-title a:hover {
	color: #2c2b7c;
}
.blog-slider .card:hover > .container > .message-icon {
	background-image: url(../images/chat-svgrepo-com-blue.png);
}

.blog-slider .card:hover a {
	color: #2c2b7c;
}
.blog-slider .card:hover > img {
	box-shadow: 0 0 21px 0px #00000036;
}
.blog-slider .container .blog-title {
	/* padding: 10px 20px; */
}
.blog-slider a img {
	display: inline;
	margin-left: 13px;
	margin-top: -2px;
}

#fade {
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index: 9999;
	-moz-opacity: 0.8;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

#light {
	display: none;
	position: fixed;
	top: 50%;
	left: 47%;
	margin-left: -300px;
	margin-top: -180px;
	border: 2px solid #000;
	background: #000;
	z-index: 99999;
	overflow: visible;
	width: auto;
}

#boxclose {
	float: right;
	cursor: pointer;
	color: #fff;
	border: 1px solid #aeaeae;
	border-radius: 3px;
	background: #222222;
	font-size: 31px;
	font-weight: bold;
	display: inline-block;
	line-height: 0px;
	padding: 11px 3px;
	position: absolute;
	right: 2px;
	top: 2px;
	z-index: 99999;
	opacity: 0.9;
}

.boxclose:before {
	content: "×";
}

#fade:hover ~ #boxclose {
	display: none;
}

.test:hover ~ .test2 {
	display: none;
}

a h6.gradient-text,
a {
	transition: all 0.2s ease-in-out;
	cursor: pointer;
}

a.grad-link img{
	width: 22px;
	margin-left: 5px;
}
/*a:hover h6.gradient-text,
a:hover {
	transform: scale(1.2) !important;
}*/
.deque-tabpanel-tabpanel .card .card-img-overlay .card-text a:hover {
	font-size: 15px;
}
/*.welspun-intro .explore-link:hover h6.gradient-text {
	font-size: 17px !important;
}*/
.nav-menu a:hover {
	font-size: 15px !important;
	transform: scale(1) !important;
}

.inner-banner-image.card.contact-banner .card-img-overlay {
	background: url(../images/contact-banner.png);
	background-size: cover;
}

.modal-dialog.video-dialog{
	max-width: 740px;
	margin-top: 8rem;
}
.modal-dialog.video-dialog .modal-content{
	background: transparent;
	border: none;
}
.modal-dialog.video-dialog button.close{
	    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 1;
    color: #fff;
	opacity: 1;
    text-shadow: 1px 0 2px black;
    font-size: 30px;
	padding: 2px 6px;
}
.pc-video-section .slick-dots{
	top: -50px;
    bottom: auto;
    right: 10rem;
    float: right;
    width: auto;
}
.pc-video-section .slick-dots li {
    padding: 10px 14px;
}
.pc-video-section .slick-dots li button:before {
    font-size: 47px;
}
.pc-video-section .slick-dots li.slick-active button:before {
    color: #2c2b7c;
}


@media screen and (max-width: 768px) {
	.pc-video-section .slick-dots li {
		padding: 10px;
		float: auto;
	}
	.pc-video-section .slick-dots{
		top: auto;
		bottom: 0px;
		right: 0rem;
	}
	.pc-video-section .slick-dots li button:before {
		font-size: 40px;
	}
	p {
		font-size: 16px;
	}
	.container,
	.container-fluid:not(first-child) {
		padding: 0 15px !important;
	}
	.welspun-intro {
		padding: 3rem 0;
	}
	.big-heading {
		font-size: 38px;
		line-height: 40px;
	}
	.big-heading2 {
		font-size: 28px;
		line-height: 32px;
	}
	.h4,
	h4 {
		font-size: 2.1rem !important;
	}
	.deque-tabpanel [role="tablist"] {
		padding: 15px 0 5px;
	}
	.deque-tabpanel-tabpanel .card .card-img-overlay {
		padding: 2rem;
	}
	.deque-tabpanel-tabpanel .card .card-img-overlay .card-title {
		font-size: 32px !important;
	}
	.deque-tabpanel-tabpanel .card .card-img-overlay .card-text {
		margin-top: 12rem;
		margin-left: -2rem;
		padding: 20px 20px;
		position: absolute;
	}
	.deque-tabpanel-tab span {
		font-size: 14px;
	}
	.deque-tabpanel li.deque-tabpanel-tab[role="tab"][aria-selected="true"] span {
		box-shadow: none;
	}
	.display-lg {
		display: none;
	}
	.display-sm {
		display: block;
	}
	.display-sm.card-text {
		padding: 15px 20px;
		background: #2c2b7c;
	}
	.display-sm.card-text a {
		color: #fff;
		font-size: 12px;
		font-family: "Outfit-Regular";
	}
	.deque-tabpanel .deque-tabpanel-button-bar {
		width: 110%;
		margin-left: -5%;
	}
	#prevButton,
	#nextButton {
		margin-top: 0%;
		min-width: 80px;
	}
	.accordion img {
		padding: 10px;
		width: 36px;
	}
	select.minimal {
		margin: 5px 0 5px 10px;
	}
	button.accordion h4 {
		display: inline-block;
		font-size: 26px !important;
		margin-top: 4px;
	}
	.video {
		width: 100%;
	}
	.border-footer {
		margin: 0 1rem !important;
	}
	#light {
		display: none;
		position: fixed;
		top: 50%;
		left: 0;
		width: 100%;
		max-height: auto;
		margin-left: 0px;
	}
	#light video{
		width: 100%;
	}
	
	.pc-controls {
		margin-top: -480px !important;
		margin-bottom: 360px;
	}
	.pc-prev {
		margin-left: 0;
		margin-top: 360px;
	}
	.pc-next {
		left: 100px;
		margin-top: -57px;
	}
	.pc-card-div .slick-list.draggable{
		padding-top: 0px !important;
	}
}

@media screen and (max-width: 768px) {
	.pc-video-section h2.career-heading {
		font-size: 32px;
	}
	.accordion {
		margin: 0;
		height: 78px !important;
	}
	.news-section {
		padding: 5rem 0px 5rem;
	}
	.date-img {
		margin-left: 3rem;
	}
	.date-in {
		max-width: 135px;
		margin-left: 5px;
		float: inherit;
	}
	.news-card .container {
		padding: 30px 25px 40px 25px !important;
	}
	.news-card h2 {
		font-size: 20px;
	}
	.slick-dots li,
	.leadership-slider .slick-dots li button:before {
		width: 12px !important;
	}
	.d-flex.bottom-footer,
	.d-flex.bottom-footer > span {
		display: block !important;
	}
	.br-r {
		border-right: none;
	}
	.f-inner-div.social-media > div,
	.ws-footer .f-inner-div {
		text-align: left;
		margin-left: 0;
	}
	.ws-footer .f-inner-div {
		text-align: left;
		margin-left: 0;
		width: 50%;
	}

	.leadership-slider .slick-dots li button:before,
	.awards-slider .slick-dots li button:before {
		content: "" !important;
		width: 7px;
		height: 7px;
		border-radius: 50%;
		background: gray;
	}
	.leadership-slider .slick-dots li.slick-active button:before,
	.awards-slider .slick-dots li.slick-active button:before {
		background-color: #2c2b7c;
		height: 7px;
		width: 7px;
	}

	#datepicker {
		float: initial;
	}
}
@media screen and (max-width: 600px){
	.f-inner-div.social-media > div, .ws-footer .f-inner-div {
		width: 100%;
	}
}

@media screen and (max-width: 768px) {
	.panel h5 {
		font-size: 2.5rem;
	}
	.text-panel p {
		line-height: 20px;
		font-size: 16px;
	}
	.scaling {
		padding: 1rem 0;
	}
	.videoplaypause {
		width: 70px;
		height: 70px;
		/*margin-top: -40px;*/
	}
	select.minimal,
	.map-nav.nav-tabs a,
	.tab-pane h3 {
		font-size: 21px;
	}
	select#Industry,
	select#country {
		min-width: 108px;
	}
	select#city {
		min-width: 70px;
	}
	.blog {
		padding: 0rem 2rem;
	}
}

@media screen and (max-width: 450px) {
	.deque-tabpanel ul.deque-tabpanel-tablist[role="tablist"] li {
		padding: 5px 3px !important;
		height: 90px;
	}
	.deque-tabpanel-tab span {
		font-size: 12px;
	}
	.deque-tabpanel li.deque-tabpanel-tab[role="tab"][aria-selected="true"] {
		background-size: cover;
	}
	.display-sm.card-text {
		padding: 10px;
	}
	.big-heading2 {
		font-size: 24px;
		line-height: 28px;
	}
	.map-nav.nav-tabs {
		padding: 30px 2%;
	}
	.map-info {
		margin: 15px 0;
	}
	.date-img {
		margin-left: 2rem;
	}
	.deque-tabpanel .deque-tabpanel-tabpanels {
		width: 100%;
	}
	.slick-dots li {
		width: 3px !important;
		margin: 0 3px !important;
	}
	.leadership-slider .slick-dots li button:before {
		width: 5px !important;
		height: 5px !important;
	}
	.leadership-slider .slick-dots li.slick-active button:before {
		height: 5px;
	}
	#datepicker {
		max-width: 115px;
		float: right;
		margin-top: 8px;
	}
	.leadership {
		padding: 1rem 0 0;
	}
	.leadership-slider .card {
		padding: 0 1rem;
	}
	.leadership-slider .card .card-footer span {
		font-size: 13px;
		line-height: 17px !important;
		display: block;
	}
	.blog {
		padding: 0rem;
	}
	.blog-slider .card {
		padding: 20px 0;
	}
	.blog-slider .container .message-icon {
		width: 120px;
	}
	.blog-slider .card .blog-title h4 {
		font-size: 20px !important;
	}
	.ws-footer .f-inner-div {
		width: 100%;
		padding: 3rem 0 0rem;
	}
	.ws-footer .f-inner-div:last-child {
		padding-bottom: 2rem;
	}
	.ws-footer a,
	.f-inner-div.social-media span {
		font-size: 12px;
		line-height: 22px;
	}
}

@media screen and (min-width: 768px) {
	.global-presence .col-md-4 {
		width: 30.333333%;
	}
	.global-presence .container {
		padding-left: 6rem;
	}
	.global-presence .country-selector {
		margin-left: -4%;
	}
	.global-presence .city-selector {
		margin-left: -2%;
	}
	.global-presence .col-md-8 {
		width: 69.666667%;
	}

	.welspun-video{
		padding: 0 9rem;
	}
	.welspun-video .col-md-10 {
		width: 86%;
	}
}

/*-------------INNER PAGES----------*/
.inner-page-banner {
	margin-left: -15px;
	margin-right: -15px;
}
.inner-banner-image {
	height: 386px;
}
.inner-banner-image.blog-banner-img {
	height: 380px;
}

.inner-banner-image.card .card-img-overlay {
	padding: 6rem 105px;
	background: url(../images/about-img.png);
	background-size: cover;
}

.inner-banner-image.card.blog-banner-img .card-img-overlay {
	padding: 6rem 98px;
	background: url(../images/blog-banner.png);
	background-size: cover;
}

.inner-banner-image.card.investor-banner-img .card-img-overlay {
	padding: 6rem 110px;
	background: url(../images/investor-banner.png);
	background-size: cover;
}

.inner-banner-image.card.people-culture-banner-img .card-img-overlay {
	padding: 6rem 110px;
	background: url(../images/people-culture-banner1.png);
	background-size: cover;
}

.inner-banner-image.card.govern-banner .card-img-overlay {
	padding: 6rem 110px;
	background: url(../images/govern-bg.png);
	background-size: cover;
}
.inner-banner-image.card.social-banner .card-img-overlay {
	padding: 6rem 110px;
	background: url(../images/social-banner.png);
	background-size: cover;
}
.inner-banner-image.card.esg-banner .card-img-overlay {
	padding: 6rem 110px;
	background: url(../images/esg-banner.png);
	background-size: cover;
}
.inner-banner-image.card.environment-banner .card-img-overlay {
	padding: 6rem 110px;
	background: url(../images/environment-banner.png);
	background-size: cover;
}
.breadcrumb {
	background-color: transparent !important;
	padding: 0 !important;
}
.seperator {
	color: #fff;
	font-size: 13px;
	padding: 0 5px;
}
.breadcrumb a {
	text-transform: uppercase;
	color: #fff;
	font-family: "Outfit-Regular";
	font-size: 13px;
	letter-spacing: 1px;
}
.breadcrumb a:hover {
	transform: scale(1) !important;
	color: #b9ecff;
}

.inner-banner-image.card h1.card-title {
	font-size: 69px;
	font-family: "Outfit-SemiBold";
	line-height: 76px;
	margin-top: 35px;
}
.big-heading-blue {
	font-family: "Outfit-SemiBold";
	font-size: 65px;
	color: #2c2b7c;
	letter-spacing: 1px;
	text-transform: capitalize;
}
section.scaling{
    padding: 0 9rem;
}
.scaling-new-section {
	text-align: left;
}
.scaling-new-section .about-prev {
	margin-left: -48px;
}
.about-intro.welspun-intro {
	padding: 5rem 9rem 5rem;
}
.about-info-para{
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.about-intro p {
	color: #565656;
	padding-bottom: 1.5rem;
	letter-spacing: 0px;
	font-size: 18px;
	line-height: 26px;
}
.about-silder-section {
	padding: 1rem 9rem 0 9rem;
}
.about-card {
	padding: 0.35rem;
	border: none !important;
}
.about-card > img {
	width: 100%;
}
.about-card .card-img-overlay {
	justify-content: flex-end;
	padding: 5rem 3rem 5rem 6rem;
}
.about-card .card-img-overlay span {
	color: #fff;
	font-size: 18px;
	display: block;
	margin-bottom: 5rem;
}
.about-card .card-img-overlay h2 {
	color: #fff;
	font-size: 34px;
	font-family: "Outfit-SemiBold";
	letter-spacing: 2px;
	margin-bottom: 30px;
}
.about-card .card-img-overlay a, .about-card .card-img-overlay span.d-link {
	color: #fff;
	font-size: 14px;
	letter-spacing: 1px;
	margin-bottom: 0;
	transition: 0.2s;
}
 .about-card .card-img-overlay span.d-link img{
     display: inline;
 }
.about-card .card-img-overlay:hover span.d-link {
	background: #2c2b7c;
	color: #fff;
	border: 1px solid #2c2b7c;
}
.about-card .card-img-overlay a:hover {
	color: #2c2b7c;
}
.about-card .card-img-overlay a > img {
	display: inline;
	margin-left: 20px;
}
.about-slider .slick-list {
/*	padding: 0 110px 0 0 !important;*/
}
.about-controls {
	list-style: none;
	display: flex;
	justify-content: space-between;
	margin-top: -295px !important;
	position: relative;
	z-index: 1;
	margin-bottom: 275px;
}
.about-controls li img {
	padding: 15px 10px;
	cursor: pointer;
	border-radius: 50%;
	transition: all 0.5s;
}
.about-controls li.slick-disabled img {
	background-color: transparent;
	filter: none;
}
/*.about-controls li img:hover,*/
.about-controls li img:hover {
	filter: invert(1);
	background-color: #ff5a1b;
	border-radius: 50%;
}
.about-prev {
	margin-left: -28px;
}
.about-next {
	margin-right: -30px;
}

.vision-mission-section {
	padding: 6rem 9rem 3.2rem;
}
.mission-list{
	list-style: disc;
}
.mission-list li{
    color: #fff;
}
.card.MV-card {
	background: #7b8da6;
	border: none;
	padding: 35px;
	height: 100%;
}
.card.MV-card .card-body {
	border: 1px solid #fff;
	padding: 4rem 5rem 6rem 7rem;
}
.card.MV-card .card-body img {
	width: 50px;
}
.card.MV-card .card-body h2 {
	margin-top: 4rem;
	margin-bottom: 3rem;
	font-size: 39px;
	letter-spacing: 2px;
	font-family: "Outfit-SemiBold";
}
.card.MV-card .card-body p {
	color: #fff;
	letter-spacing: 0;
	font-size: 18px;
}
.awards-section {
	padding: 2rem 9rem 0rem;
}
.awards-slider {
	padding-top: 3rem;
}
.awards-slider .card {
	padding: 0 1.3rem;
	border: none;
}
.awards-slider .card p {
	color: #000;
	text-align: left;
	letter-spacing: 0;
}
.awards-slider .card-body {
	padding: 15px 20px 0 0;
}
.award-controls {
	display: flex;
	justify-content: space-between;
	margin-top: -295px !important;
	position: relative;
	margin-bottom: 295px;
	list-style: none;
}
.award-controls .award-prev {
	cursor: pointer;
	margin-left: -15px;
}
.award-controls .award-next {
	cursor: pointer;
	margin-right: -15px;
}
.leadership2 {
	padding: 1rem 8rem;
}
.executive-card {
	margin: 27px 0;
}
.executive-card .card-body.p-5 {
	padding: 3rem 2rem 3rem 3rem !important;
}
.executive-card .card-body {
	background-color: #27363c !important;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}
.executive-card h3 {
	color: #fff;
	font-family: "Outfit-SemiBold";
	font-size: 18px;
	letter-spacing: 1px;
}
.executive-card span {
	color: #9f9f9f;
	display: block;
	font-size: 15px;
	line-height: initial;
}
.executive-card .card-body > img {
	width: 27px !important;
}
.executive-card img {
	display: inline;
	width: 20px !important;
}
.guideline-principles {
	padding: 4rem 10rem 0rem;
}
.guideline-principles .big-heading2 {
	font-size: 62px;
	line-height: 71px;
	margin-top: 20px !important;
	letter-spacing: 3px;
}
.guideline-principles p {
	font-size: 18px;
	letter-spacing: 0;
	line-height: 25px;
}

.guideline-principles .radio-div {
	margin-top: 9rem;
}

.content-box {
	display: none;
	padding: 0 15px 0 5px;
}
.pri-content-div .content-box h4 {
	font-family: "Outfit-SemiBold";
	font-size: 34px !important;
}
.radio-tab-label input {
	float: right;
	margin-left: 3rem;
	margin-right: 4rem;
	cursor: pointer;
}
input[type="radio"]:after {
	width: 18px;
	height: 17px;
	border-radius: 15px;
	top: -1px;
	position: relative;
	background-color: #fff;
	content: "";
	float: right;
	display: inline-block;
	visibility: visible;
	border: 3px solid #7b8da6;
}
input[type="radio"]:checked:after {
	display: none !important;
}
input[type="radio"]:checked ~ span {
	display: flex;
	height: 80px;
	margin-top: 30px;
}
input[type="radio"]:checked ~ span:after {
	width: 200px;
	height: 140px;
	border-radius: 15px;
	top: -45px;
	left: 24px;
	position: relative;
	background-image: url(../images/radio-checked-img.png);
	background-size: cover;
	content: "";
	display: inline-block;
	visibility: visible;
	border: none;
	background-color: transparent;
}
input[type="radio"]:checked ~ span {
	color: #2c2b7c;
}
.radio-tab-label span {
	color: #7b8da6;
	display: flow-root;
	font-size: 19px;
	line-height: 22px;
}
.radio-tab-label {
	margin-right: 15px;
	width: 100%;
	text-align: right;
	margin-bottom: 30px;
}
.radio3 {
	margin-top: 10px;
}
.radio3 span {
	margin-top: -10px;
}
.radio1 input[type="radio"]:checked ~ span:after {
	width: 210px;
}
.radio2 input[type="radio"]:checked ~ span:after {
	left: 34px;
	width: 190px;
}
.radio3 input[type="radio"]:checked ~ span:after {
	width: 265px;
}

@media (min-width: 768px) {
	.guideline-principles .pri-content-div {
		padding-left: 2%;
	}
	.guideline-principles .col-md-2 {
		width: 20%;
	}
}
@media screen and (min-width: 1024px) {
	.ml-lg-20per {
		margin-left: 20%;
	}
	.ml-lg-10per {
		margin-left: 10%;
	}
}

@media (max-width: 768px) {
	p {
		font-size: 16px !important;
		line-height: 24px !important;
	}
	.welspun-intro .col-md-5{
	    margin-bottom: 3rem;
	}
	section.scaling {
        padding: 0 0rem;
    }
	.scaling-new-section {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.scaling-new-section .about-prev {
		margin-left: -40px;
	}
	.inner-page-topnav .icon i {
		color: #858585;
		margin-top: 7px;
	}
	.inner-page-topnav a {
		color: #fff !important;
	}
	.topnav.scrolled .dropdown-content a {
		color: #fff !important;
	}
	.topnav .nav-menu a:hover,
	.topnav .nav-menu a.active {
		background-position-x: left;
		background-position-y: 23px;
	}
	.inner-banner-image {
		height: 290px;
	}
	.inner-banner-image.card .card-img-overlay {
		padding: 30px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		background-position: center;
	}
	.inner-banner-image.card.people-culture-banner-img .card-img-overlay{
		background-position-x: -45rem;
	}
	.inner-banner-image.card h1.card-title {
		font-size: 46px;
		line-height: 48px;
		margin-top: 10px;
	}
	.about-intro.welspun-intro {
		padding: 6rem 0rem 1rem;
	}
	.panel a.d-flex{
	    overflow: hidden;
	}
	.big-heading-blue {
		font-size: 42px;
		margin-bottom: 22px;
		line-height: 43px;
	}
	.about-silder-section {
		padding: 0 1rem;
	}
	.about-slider .slick-list {
		padding: 0 !important;
	}
	.about-slider .card.about-card{
		height: 450px;
	}
	.about-prev {
		margin-left: -22px;
	}
	.about-next {
		margin-right: -22px;
	}
	.about-controls {
		margin-top: -265px !important;
		margin-bottom: 245px;
	}
	.acc-img-div {
		margin-right: 0rem;
	}
	.acc-img-div img{
		margin-left: -5px;
	}
	.news-card.slick-center .container {
		box-shadow: 4px 7px 13px 0px #808080c9;
	}
	.vision-mission-section {
		padding: 1rem 1.2rem 3.2rem;
	}
	.card.MV-card {
		margin-bottom: 2rem;
		padding: 15px;
	}
	.card.MV-card .card-body {
		border: 1px solid #fff;
		padding: 3rem 2rem 2rem 3rem;
	}
	.guideline-principles {
		padding: 0rem 1rem 6rem;
	}
	.guideline-principles .big-heading2 {
		font-size: 48px;
		line-height: 52px;
	}
	.guideline-principles .radio-div {
		margin-top: 1rem;
	}
	.content-box {
		padding: 0 0px 0 0px;
	}
	.pri-content-div .content-box h4 {
		font-size: 30px !important;
	}
	.radio-tab-label input {
		display: none;
	}
	.radio-tab-label span:after {
		width: 18px;
		height: 17px;
		border-radius: 15px;
		position: relative;
		background-color: #fff;
		content: "";
		float: right;
		display: inline-block;
		visibility: visible;
		border: 3px solid #7b8da6;
		margin-left: 20px;
	}
	input[type="radio"]:checked ~ span:after {
		width: 80px !important;
		height: 75px !important;
		top: -32px;
	}
	input[type="radio"]:checked ~ span {
		display: block;
		height: 55px;
		margin-top: 60px;
	}
	.radio-tab-label {
		text-align: left;
		display: block;
		margin-bottom: 20px;
	}
	.radio-tab-label span {
		font-size: 17px;
	}
	.radio3 span {
		margin-top: 0px;
	}
	.awards-section {
		padding: 0rem 1rem 0rem;
	}
	.leadership2 {
		padding: 1rem 1rem;
	}
	.leadership-slider .card,
	.leadership2 .card {
		width: 50%;
		padding: 0 1rem;
		margin: 1rem auto;
	}
	.leadership2 .card .card-footer span {
		font-size: 13px;
		line-height: 18px;
	}
	.executive-card .card-body.p-5 {
		padding: 1.2rem !important;
	}
	.awards-slider ul.slick-dots{
		padding-top: 0;
	}
	
}

/*---------------Blog----------------*/

.load-box {
	display: none;
}
.blog-box .card > img{
    border: 1px solid #dddcdc;
    box-shadow: 0 0 1px #d3d3d3;
}
.blog-box:hover .card > img{
	box-shadow: 0px 3px 15px 5px #c7c7c7;
	transition: 0.3s;
}
.blog-box:hover h4,
.blog-box:hover a {
	color: #2c2b7c !important;
	transition: 0.3s;
}
.blog-box a.border-link:hover{
	color: #fff !important;
}
.blog-box:hover a span.date,  .blog-box.slick-slide.slick-current.slick-active.slick-center a span{
	color: #000 !important;
}
/*.blog-box.slick-slide.slick-current.slick-active.slick-center a{
	color: #2c2b7c !important;	
}*/
.blog-box .card {
	padding: 25px 13px;
	border: none;
	width: 100%;
}
.blog-box .container {
	padding-left: 0.3rem !important;
	padding-right: 0.3rem !important;
}
.blog-box .blog-title h4, .blog-box .blog-title h4 a {
	font-family: "Outfit-SemiBold";
	font-size: 24px !important;
	line-height: 29px !important;
	margin-top: 3rem;
	letter-spacing: 1px;
	min-height: 130px;
}
.blog-box .blog-title h4:hover, .blog-box .blog-title h4 a:hover{
	transform: none !important;
}
.blog-box .blog-title p {
	font-size: 16px;
	letter-spacing: 0px;
	margin-top: 1rem;
	color: #6e7176;
	padding-right: 0.2rem;
}
.blog-box .blog-title a {
	font-size: 13px;
	color: #000;
	display: block;
	margin-left: 6px;
}
.blog-box .blog-title a span.date{
	font-size: 15px;
	display: block;
	color: gray;
	margin-top: -0.7rem;
	margin-bottom: 0.7rem;
}
.blog-box .blog-title a img {
	margin-left: 2rem;
	display: inline;
}
.blog-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: baseline;
}
.news-slider .blog-box .card{
	padding: 25px 20px;
}
.blog-box.slick-slide.slick-current.slick-active.slick-center .card > img, .news-slider .blog-box:hover .card > img{
	box-shadow: 1px 6px 18px 0px #c7c7c7;
}
#loadMore {
	display: flex;
	flex-direction: column;
}
#loadMore img {
	width: 17px;
	margin: auto;
}
#loadMore:hover, a#loadMore h6.gradient-text, a#loadMore {
    cursor: default;
}
select.blog-company-select {
	font-size: 20px;
	color: #8b8b8b;
}
select.blog-company-select:focus {
	border-bottom: none;
	color: #000;
}
select.month-picker {
	-webkit-appearance: none !important;
	appearance: none !important;
	border: 0;
	background-color: #fff;
	background-image: url(../images/calendar-svgrepo-icon.png);
	background-position-y: 2px;
	background-size: 26px;
	background-repeat: no-repeat;
	padding: 2px 0 6px 45px;
	font-size: 20px;
	min-width: 180px;
	color: #929499;
	font-family: "Outfit-Regular";
	margin-left: 4.5rem;
}

@media screen and (max-width: 768px) {
	.inner-banner-image.blog-banner-img {
		height: 290px;
	}
	select.month-picker {
		display: block;
		margin: auto;
	}
	.blog-box .card {
		padding: 25px 0px;
	}
	.blog-box .blog-title h4 {
		font-size: 22px !important;
		line-height: 26px !important;
		margin-top: 2rem;
	}
	span.date-selection{
		display: flex;
    }
}

.inner-page-breadcrumb {
	margin-left: 9.4rem;
	margin-top: 1.8rem;
}
.inner-page-breadcrumb .breadcrumb a {
	color: #000;
	font-size: 13px;
	font-weight: 600;
	margin-left: 2px;
}
.blog-main {
	padding: 0 9.4rem;
}
.blog-main h1 {
	font-family: "Outfit-SemiBold";
	font-size: 47px;
	line-height: 63px;
}
.blog-date {
	font-size: 15px;
	color: #a19e9e;
	display: inline-block;
}
.blog-main h4 {
	font-size: 22px !important;
	margin-right: 7rem;
	line-height: 33px !important;
}
.blog-main h3 {
	font-size: 35px;
	font-family: "Outfit-SemiBold";
	line-height: 50px;
}

.blog-main .blog-info p {
	color: #000000;
	font-size: 18px;
	word-spacing: 2px;
	margin-top: 15px !important;
	letter-spacing: 0.02rem;
	line-height: 26px;
	padding-right: 3rem;
}
.blog-info2 p {
	margin-top: 24px;
	letter-spacing: 0.03rem;
	font-size: 18px;
	padding-right: 4rem;
	line-height: 26px;
}
.dark-hr {
	opacity: 1;
	margin-top: 6rem;
}
.load-box .news-card {
	padding: 1.7rem 1.4rem;
}

.load-box .news-card h2 {
	margin: 8px 0 20px;
}
.load-box .news-card .container {
	padding: 45px 50px 60px 43px;
}
.load-box .news-card span,
.load-box .news-card h2,
.load-box .news-card a {
	padding: 3px 0 10px;
}
.load-box .news-card:hover .container {
	box-shadow: 4px 7px 28px 2px #808080c9;
	background: #2c2b7c;
	cursor: default;
}
.load-box .news-card:hover .container .disactivated {
	display: none;
}
.load-box .news-card:hover .container .activated {
	display: inline;
}
.load-box .news-card:hover span {
	opacity: 1;
}

@media screen and (max-width: 768px) {
	.inner-banner-image.card.blog-banner-img .card-img-overlay {
		padding: 50px;
	}
	.inner-page-breadcrumb {
		margin-left: 15px;
	}
	.blog-main h4 {
		margin-right: 0rem;
	}
	.blog-main {
		padding: 0 0;
	}
	.blog-main h1 {
		font-size: 32px;
		line-height: 40px;
	}
	.blog-main h3 {
		font-size: 28px;
		line-height: 34px;
	}
	.other-blogs img {
		margin-top: 2rem;
	}
	.blog-main .blog-info p,
	.blog-info2 p {
		padding-right: 1rem;
	}
	.load-box .news-card {
		padding: 1.7rem 0.4rem;
	}
	.load-box .news-card .container {
		height: 320px;
	}
}

/*---------------Investor Corner------------*/
.inner-banner-image.investor-banner-img {
	height: 380px;
}
.investor-c {
	padding: 30px 10rem;
}
.intro-text {
	color: #000;
	font-size: 20px;
	letter-spacing: 0;
}
.investor-c .dark-hr {
	margin-top: 2.6rem;
}
.investor-info .img-div img {
	width: 99.5%;
}
.investor-info h2 {
	font-size: 32px;
	font-family: "Outfit-SemiBold";
	letter-spacing: 0.07rem;
}
.investor-info .fr {
	float: right;
}
.investor-info .fr h6.gradient-text {
	font-size: 13px !important;
}
.investor-info .fr img {
	margin-left: 1.4rem;
	width: 22px;
	margin-top: -2px;
}
.investor-info h5 {
	font-size: 20px;
	font-weight: bold;
}
.investor-card-info span {
	display: flex;
	font-size: 18px;
	padding: 4px 0 0;
	align-items: center;
}

.investor-card-info span img {
	width: 18px;
	margin-right: 17px;
	margin-left: 2px;
}

@media screen and (max-width: 768px) {
	.inner-banner-image.investor-banner-img {
		height: 290px;
	}
	.inner-banner-image.card.investor-banner-img .card-img-overlay {
		padding: 50px;
	}
	.inner-banner-image.card.investor-banner-img .card-img-overlay h1 {
		font-size: 48px;
	}
	.investor-c {
		padding: 30px 0;
	}
	.investor-info h2 {
		font-size: 32px;
		margin-top: 10px;
		text-align: center;
	}
	.investor-info .fr {
		float: none;
		display: block;
		width: 100%;
		text-align: center;
	}
	.investor-card-info span {
		font-size: 17px;
	}
}

/*-------------------Contact----------------------*/

section.contact-details h2 {
	font-size: 4rem;
	letter-spacing: 0;
}

section.contact-details .investor-card-info span {
	font-size: 1.6rem;
	line-height: 1.2;
	margin: 2rem 0;
    font-size: 18px;	
}

.contact-details {
	padding: 3rem 0;
}
.contact-details .investor-card-info span:first-child img {
	margin-top: -20px;
}
.contact-details .investor-card-info span img {
    margin-top: -5px;
	width: 19px;
}
.office-networks h2{
	font-size: 4rem;
    font-family: 'Outfit-SemiBold';
	letter-spacing: 0;
}
.button.contact-accordion {
    background: transparent;
    border: none;
}
.contact-accordion{
	background-color: #fff;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
   margin: 0px 0 0px 5px;
    height: 70px;
    display: flex;
}
.contact-accordion img {
    padding: 14px;
    background: #2c2b7c;
    border-radius: 50%;
    margin-right: 3rem;
}
button.contact-accordion h4 {
    display: inline-block;
    font-size: 26px !important;
    font-family: "Outfit-SemiBold", serif;
    margin-top: 5px;
}
.office-networks .panel{
	background: #f3f3f3;
	margin-top: 10px;
	display: block;
}
.office-networks .panel .text-panel {
    padding: 10px;
    width: calc(100% - 100px);
    float: left;
}
.office-networks .panel h5{
	font-size: 2.5rem;
	-webkit-text-stroke: 0.04rem #2c2b7c;
}
.office-networks .panel .acc-img-div {
    width: 45px;
    margin-left: 2.5rem;
    display: inline-block;
    float: left;
}
.office-networks .panel .acc-img-div img{
	padding: 22px 12px;
    background: #fff;
    border-radius: 50%;
	min-width: 30px;
}
.office-networks .investor-card-info{
	padding: 2rem 6rem 2rem 0;
}
.office-networks .investor-card-info h6{
	font-weight: 600;
}
.office-networks .investor-card-info img {
	display: inline-block;
    float: left;
    margin-top: 5px;
}
.office-networks .investor-card-info span {
    display: inline-block;
    font-size: 16px;
    margin-bottom: 1.8rem;
    width: 88%;
    margin-left: 1rem;
}
button.close{
	float: left;
}
.color-black{color: black !important}



/*-------------------People And Culture----------*/

.people-culture h2 {
	font-size: 64px;
	font-family: "Outfit-SemiBold";
	letter-spacing: 0.08rem;
	line-height: 67px;
	text-transform: capitalize;
}
.people-culture .intro-text {
	padding: 0 24.2%;
	line-height: 29px;
}
.people-culture .fr img {
	width: 22px;
	margin-left: 1rem;
	margin-top: -2px;
}
.learn-n-develop .text-prt {
	padding: 0 11rem 0 10rem;
	background: #fff;
    z-index: 1;
}
.learn-n-develop .text-prt p {
	margin-top: 3rem;
	font-size: 18px;
	letter-spacing: 0;
	color: #000;
	line-height: 28px;
}
.learn-slider img.slick-slide{
	width: 510px;
	opacity: 0.3;
}
.learn-slider img.slick-active.slick-center {
	opacity: 1;
}
.learn-slider .slick-active.slick-center {
	margin-left: 300px;
	margin-right: 40px;
}
.learn-slider .slick-list.draggable{
	margin-left: -250px;
}
.learn-slider-controls{
	list-style: none;
    margin-top: -250px;
    z-index: 10;
    position: relative;
    float: right;
    right: 175px;
	width: -webkit-fill-available;
}
.learn-slider-controls .learn-next, .learn-slider-controls .learn-prev{
	background: #2c2b7c;
    padding: 13px 10px 9px;
    border-radius: 50%;
    cursor: pointer;
	float: right;
}
 .learn-slider-controls .learn-prev{
	 float: left;
	 margin-left: 80px;
 }
.learn-slider .slick-dots li.slick-active button:before{
	opacity: .75;
    color: #2c2b7c;
    font-size: 40px;
}
.learn-slider .slick-dots li button:before{
	font-size: 40px;
	color: gray;
}
.learn-slider .slick-dots li{
	width: 24px;
}
.learn-slider .slick-dots{
	bottom: -40px;
	text-align: left;
	left: -10px;
}
.empowerment{
	padding: 0 10rem;
}
.empowerment .intro-text{
	padding: 0px 21.2%;
}
.empowerment .accordion{
	margin: 0px 0 0px;
}
.empowerment .panel{
	display: block;
}
.empowerment .text-panel p {
    color: #706f6f;
    line-height: 25px;
    letter-spacing: 0;
    font-size: 18px;
}
.empowerment .acc-img-div {
    width: 75px;
    margin-right: 0.5rem;
    float: left;
    display: inline-block;
}
.empowerment .text-panel{
	display: inline-block;
    width: calc(100% - 80px);
}

@media screen and (min-width: 768px){
	.empowerment .col-md-5 {
		padding-right: 4rem;
	}
}

.pc-card-div{
	padding: 0rem;
}
.pc-card-div .slick-initialized .slick-slide{
	position: inherit;
}
.pc-card-div .video-link {
    border-radius: 50%;
    z-index: 1;
}
.pc-card-div .video-link:hover{
    /*position: absolute;
    left: 73%;
    bottom: 0;*/
    transform: scale(1) !important;
}
.pc-card-div .card-img-overlay{
	display: flex;
	justify-content: center;
	align-items: center;
}
.pc-card-div .card-img-overlay .videoplaypause{
	position: absolute;
	background-position: center;
	background-size: 100px;
	left: auto;
	width: 70px;
	height: 70px;
}
.pc-card-div .card-img-overlay span{
	line-height: 40px;
    letter-spacing: 1px;
    color: #fff;
}
.pc-card-div .card-img-overlay h2{
	color: #fff;
}
.card-highlighted-text{
	position: absolute;
    bottom: 0;
    width: 420px;
    font-size: 1.8rem;
    line-height: 29px !important;
    background: #2c2b7c;
    padding: 40px 45px 40px 34px;
    letter-spacing: 0 !important;
}
.pc-card-div .slick-list.draggable{
	padding: 0;
	margin-left: -400px;
}
.pc-card-div .card.slick-slide{
	width: 550px;
	opacity: 0.3;
}
.pc-card-div .slick-active.slick-center{
	margin-left: 300px;
	margin-right: 30px;
	opacity: 1;
}
.card-highlighted-text a{
    display: block;
    color: #fff;
    font-size: 22px;
    margin-top: 16px;
    margin-bottom: -14px;
}
.card-highlighted-text a img{
    margin-top: 1px;
}
.card-highlighted-text a:hover{
    color: #fff;
    transform: scale(1.1) !important;
}
.career-info{
	margin-left: -8rem;
}
.career-info img{
	width: 33px;
}
.career-info h6{
	font-size: 20px !important;
    letter-spacing: 0;
    line-height: 10px;
    margin-top: 30px !important;
}

.career-info h6 a{
	color: #2c2b7c;
    font-size: inherit;
}
.card-highlighted-text.display-sm{
	position: relative;
    width: auto;
    color: #fff;
	line-height: 24px !important;
    padding: 15px 20px 15px 20px;	
}

.pc-video-section{
	padding-left: 10rem;
	padding-top: 1rem;
}
.pc-video-section .col-md-5{
	padding-right: 5rem;
	width: 39.666667%;
	z-index:1;
}
.pc-video-section .col-md-7{
	overflow: hidden;
	width: 60.333333%;
}
.pc-video-section .blue-card{
	padding: 5.5rem 5rem;
    background: #2c2b7c;
    display: flex;
    justify-content: center;
    align-items: center;
	height: 94%;
}
.pc-video-section .blue-card p{
	color: #fff;
}
.pc-video-section h2{
	font-size: 64px;
    font-family: "Outfit-SemiBold";
    letter-spacing: 0.08rem;
    line-height: 67px;
    text-transform: capitalize;
}
.pc-video-section h2.career-heading{
    text-transform: none;
}

@media screen and (max-width:768px){
    .learn-slider-controls .learn-prev {
        margin-left: 65%;
    }
    .career-info{
        margin-left: 0rem;
    }
	.pc-video-section {
		padding-left: 0rem;
		padding-top: 0rem;
	}
	.pc-video-section .col-md-5{
		width: 100%;
		padding-right: 1rem;
	}
	.pc-video-section .col-md-7{
		width: 100%;
	}
	section.people-culture{
		padding: 0 15px;
	}
	section.people-culture .row>*{
		padding-right: 0;
		padding-left: 0;
	}
	.contact-accordion {
		padding: 18px 0;
	}
	.contact-accordion img{
		width: 35px;
		padding: 10px;
	}
	.card-highlighted-text a{
	    margin-bottom: 0px;
	}
	button.contact-accordion h4{
		font-size: 20px !important;
	}
	.office-networks .panel .acc-img-div{
		    width: 38px;
			margin-right: 0rem;
			margin-left: 1rem;
	}
	.office-networks .panel .acc-img-div img {
		padding: 19px 10px;
	}
	.office-networks .panel h5 {
		font-size: 19px;
	}
	.office-networks .investor-card-info {
		padding: 2rem 0rem 0rem 0;
	}
	.office-networks .panel .text-panel{
		width: calc(100% - 60px);
	}
	.inner-banner-image.card.people-culture-banner-img .card-img-overlay{
		padding: 45px;
	}
	.people-culture h2{
		font-size: 36px;
		line-height: 45px;
	}
	.people-culture .intro-text {
		padding: 0 0;
	}
    .pc-card-div .video-link {
        top: 0;
    }
    .pc-card-div .video-link:hover{
        top: 0;
    }
	.learn-n-develop .text-prt {
		padding: 0 0rem 0 0rem;
	}
	.learn-slider .slick-list.draggable {
		margin-left: 0;
	}
	.learn-slider img.slick-slide {
		width: auto;
		max-height: 400px;
	}
	.learn-slider-controls {
		margin-top: -20px;
		right: 0;
	}
	.learn-slider .slick-dots li {
		width: 15px !important;
	}
	.empowerment {
		padding: 0;
	}
	.empowerment .accordion{
		padding: 18px 0;
	}
	.empowerment .acc-img-div {
		 width: 48px;
		margin-right: 0rem;
		margin-left: -10px;
		margin-top: 10px;
	}
	.empowerment .text-panel {
		display: inline-block;
		width: calc(100% - 50px);
	}
	.empowerment .panel{
		margin-top: 10px;
	}
	.pc-card-div {
		padding: 0rem 0 4rem;
	}
	.pc-card-div .slick-active.slick-center {
		margin-left: 0;
		margin-right: 0;
	}
	.pc-card-div .slick-list.draggable {
		margin-left: 0;
	}
	.pc-card-div .card-img-overlay .videoplaypause{
		margin-left: -20px;
	}
	.career-info h6 {
		line-height: 24px;
	}
	.empowerment .accordion img{
		margin-right: 1.5rem;
	}
	.empowerment button.accordion h4{
		font-size: 24px !important;
	}
	.learn-slider-controls .learn-next img, .learn-slider-controls .learn-prev img{
		width: 20px;
	}
	.learn-slider-controls .learn-next, .learn-slider-controls .learn-prev{
		padding: 5px 9px 8px;
	}
	.contact-accordion img{
		margin-right: 1.2rem;
		margin-top: 5px;
	}
}

	/* Style the tab */
.tab {
  float: left;
  width: 100%;
}


/* Style the buttons inside the tab */
.tab button {
  display: flex;
  align-items: center;
  background-color: inherit;
  color: #7b8da6;
  padding: 15px 0 0 16px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 18px;
}
.tab button span:before{
	content: '';
	    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-image: url(../images/learning-icon-1.png);
    display: inline-flex;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #b5b5b5;
    margin-right: 15px;
}
.tab button.active span:before{
	background-color: #2c2b7c;
	border-color: #2c2b7c;
	background-image: url(../images/learning-icon-white-1.png);
	box-shadow: 9px 12px 14px 0px #c9c4c4e0;
}
.tab button:nth-child(2) span:before{
    background-image: url(../images/innovation-icon-1.png);
}
.tab button:nth-child(2).active span:before{
    background-image: url(../images/innovation-icon-white-1.png);
}
.tab button:nth-child(3) span:before{
    background-image: url(../images/trust-icon-1.png);
}
.tab button:nth-child(3).active span:before{
    background-image: url(../images/trust-icon-white-1.png);
}
.tab button:nth-child(4) span:before{
    background-image: url(../images/endurance-icon-1.png);
}
.tab button:nth-child(4).active span:before{
    background-image: url(../images/endurance-icon-white-1.png);
}

/* Change background color of buttons on hover */
.tab button:hover span:before{
	box-shadow: 5px 5px 10px 0px #c9c4c4;
}

/* Create an active/current "tab button" class */
.tab button.active {
  color: #2c2b7c;
}

/* Style the tab content */
.tabcontent {
  float: left;
  padding: 0px 12px;
  border-left: none;
}
.tabcontent .card .card-img-overlay{
  display: flex;
    flex-direction: column;
    justify-content: end;
	padding: 4rem 7rem 4rem 4rem;
	background: #00000014;
}
.tabcontent .card .card-img-overlay h2 {
    font-family: "Outfit-SemiBold";
    font-size: 34px !important;
	color: #fff;
}
.tabcontent .card .card-img-overlay p {
	margin-top: 1rem;
    font-size: 18px !important;
	color: #fff;
}

@media screen and (min-width: 768px){
	.tab {
	  float: left;
	  flex: 0 0 auto;
	  width: 34%!important;
	  padding-top: 2rem;
	}
	.tabcontent {
	  float: left;
	  padding: 0px 12px;
	  flex: 0 0 auto;
	  width: 66% !important;
	  border-left: none;
	}
}

@media screen and (max-width: 768px){
	.tab button {
		padding: 10px 0 0 16px;
	}
	.tab button span:before {
		width: 40px;
		height: 40px;
		background-size: 17px;
	}
	.tabcontent .card .card-img-overlay {
		padding: 1rem 2rem 2rem 2rem;
	}
	.tabcontent .card .card-img-overlay h2 {
		font-size: 24px !important;
		line-height: 24px;
	}
	.tabcontent .card .card-img-overlay p {
		font-size: 16px !important;
		line-height: 22px !important;
	}
}


.gradient-text.no-results{
    text-align: center;
    display: block;
    font-size: 18px !important;
    margin-top: 5rem!important;
    margin-bottom: 3rem;
    text-transform: uppercase;
}


/*-------------------GOEVRNANCE ------------------*/
/*.inner-banner-image.card.govern-banner .card-img-overlay h1{
	text-align: center;
	margin-top: 6rem;
}*/
.governance-details .intro-text{
	font-size: 18px;
    padding: 0 6rem;
}
.governance-details ul li, .governance-details .tab-pane ul li{
	padding-right: 1rem;
    font-size: 18px;
    line-height: 24px;	
}
.governance-details ul li::marker, .environment-details ul li::marker{
	color: #2c2b7c;
    font-size: 24px;	
}
.governance-details .dark-hr, .environment-details .dark-hr{
	margin: 2rem 0 2rem -3rem;
}

@media screen and (max-width: 768px){
	.inner-banner-image.card.govern-banner .card-img-overlay {
		padding: 30px;
	}
	.inner-banner-image.card.govern-banner .card-img-overlay h1 {
		text-align: left;
		margin-top: 15px;
	}
	.governance-details .intro-text {
		padding: 0 0rem;
	}
	.governance-details .big-heading2 {
		font-size: 38px;
		line-height: 40px;
	}
	.governance-details .dark-hr {
		margin: 2rem 0 2rem -1rem;
	}
	.governance-details ul li {
		font-size: 16px;
	}
}

/*---------------SOCIAL ESG------------*/


/*.inner-banner-image.card.social-banner .card-img-overlay h1{
	text-align: center;
	margin-top: 9rem;
}*/
.social-details .intro-text {
    font-size: 18px;
    padding: 0 8rem;
}
.social-details p {
    color: #000;
    font-size: 18px;
	letter-spacing: 0;
    line-height: 25px;
}
.SSWP{
	padding: 5rem 10rem;
	background: #2c2b7c;
}
.SSWP .inner-content{
	padding: 0 8rem 0 4rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.SSWP .inner-content .big-heading2{
	line-height: 76px;
    font-size: 64px;
}
.SSWP .inner-content .pr-lg-7{
	padding-right: 7rem;
}

@media screen and (max-width: 768px){
	.inner-banner-image.card.social-banner .card-img-overlay {
		padding: 30px;
		background-position-x: -47rem;
	}
	.inner-banner-image.card.social-banner .card-img-overlay h1 {
		text-align: left;
		margin-top: 0;
	}
	.social-details .intro-text {
		padding: 0;
	}
	.social-details .big-heading2 {
		font-size: 36px;
		line-height: 38px;
	}
	.SSWP {
		padding: 5rem 0;
	}
	.SSWP .inner-content {
		padding: 0 2rem 0 2rem;
	}
	.SSWP .inner-content .big-heading2 {
		line-height: 44px;
		font-size: 38px;
	}
	.SSWP .inner-content .pr-lg-7 {
		padding-right: 0rem;
	}
}



/*------------------ESG SECTION-------------------*/

/*.inner-banner-image.card.esg-banner .card-img-overlay  h1{
	text-align: center;
	margin-top: 6rem;
}*/
.esg-details .intro-text{
	font-size: 18px;
}
.esg-details .blue-heading{
	font-size: 26px;
    color: #2c2b7c;
    letter-spacing: 1px;
}
.understanding-section p{
	color: #000;
    letter-spacing: 0;
    font-size: 18px;
}
section.significance{
	background: url(../images/esg-significance.png);
	background-size: cover;
	padding: 5rem;
	margin-top: 3rem;
}
section.significance .sig-div{
	padding: 4rem 6rem;
	background:  #2c2b7c;
	margin-left: 2rem;
}
.esg-card-container{
	justify-content: space-between;
}
.card-content{
	width: 32.2% !important;
}
.card.esg-card .card-img-overlay{
	display: flex;
	justify-content: end;
	flex-direction: column;
	padding: 5rem 4rem;
}
.card.esg-card .card-img-overlay .card-title {
    margin-bottom: 0.5rem;
    font-size: 34px;
    font-family: 'Outfit-SemiBold';
}
.card.esg-card .card-img-overlay .card-text {
    color: #fff;
	font-size: 16px;
    margin-top: 1.5rem;
}
.card.esg-card .card-img-overlay a.card-text {
	font-size: 14px;
}
.card.esg-card .card-img-overlay a.card-text img{
	margin-left: 1rem;
}
select option{
	background: #fff;
}

@media screen and (max-width: 768px){
	.inner-banner-image.card.esg-banner .card-img-overlay {
		padding: 30px;
	}	
	.inner-banner-image.card.esg-banner .card-img-overlay h1 {
		text-align: left;
		margin-top: 0rem;
	}
	.esg-details .big-heading2{
		font-size: 30px;
		line-height: 34px;
		text-align: center;
	}
	.big-heading2.esg-big{
	    font-size: 34px;
	}
	.understanding-section p {
        text-align:center;
    }
	.understanding-section .esg-card p.card-text {
        text-align:left;
    }
	.esg-details .blue-heading {
		font-size: 20px;
	}
	section.significance {
		padding: 1rem;
	}
	section.significance .sig-div {
		padding: 2rem 3rem;
		background: #2c2b7c;
		margin-left: 0;
		text-align: center;
	}
	.card-content {
		width: 100% !important;
		margin-top: 2rem !important;
	}
}

/*---------------------ENVIRONMENT PAGE------------------------*/


/*.inner-banner-image.card.environment-banner .card-img-overlay  h1{
	text-align: center;
	margin-top: 6rem;
}*/
.environment-details .intro-text {
    font-size: 18px;
    padding: 0 18rem;
}
.envi-tab{
    justify-content: space-evenly;
    margin-bottom: 4rem !important;
    border-bottom: 0 !important;
    margin-top: 4rem !important;
	width: 86% !important;
    margin: auto;
}
.envi-tab a{
    font-size: 36px;
    font-family: 'Outfit-SemiBold';
    padding: 0px 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	opacity: 0.9;
    color: gray;
}
.envi-tab a:hover{
	color: #000;
	transform: scale(1.1) !important;
}
.envi-tab a img{
    filter: grayscale(1);
    margin-bottom: 10px;
}
.envi-tab a.active img{
    filter: grayscale(0);
}
.envi-tab a.active{
    border-bottom: 2px solid #2c2b7c;
	opacity: 1;
	color: #000;
}
.env-info-section p{
	text-align: justify;
}
.v-center{
	height: 100%;
	display: flex;
    flex-direction: column;
    justify-content: center;
}
.air-plan{
	text-align: center;
	padding: 5rem 4rem 1rem!important;
}
.air-plan h4.blue-heading {
    color: #2c2b7c;
    font-family: 'Outfit-SemiBold';
    font-size: 47px !important;
    margin-bottom: 2rem;
    letter-spacing: 3px;
}
.air-plan span{
	font-size: 18px;
}

.environment-details .points-div li{
	font-size: 18px;
    line-height: 26px;
}
#water .points-div{
	justify-content: space-between;
}
#water .points-div .col-md-6{
	width: 48%;
}
.environment-details #land  .dark-hr {
    margin: 1.4rem 0 1.4rem -3rem;
}
.environment-details #land  .intro-text {
    padding: 0;
}



@media screen and (max-width: 768px){
	.inner-banner-image.card.environment-banner .card-img-overlay {
		padding: 30px;
	}
	.inner-banner-image.card.environment-banner .card-img-overlay h1 {
		text-align: left;
		margin-top: 15px;
	}
	.environment-details .intro-text {
		padding: 0 0rem;
	}
	.envi-tab {
		width: 100% !important;
	}
	.envi-tab a {
		font-size: 23px;
	}	
	.envi-tab a img {
		height: 30px;
	}	
	.environment-details .big-heading2 {
		font-size: 36px;
	}
	#water .points-div .col-md-6 {
		width: 100%;
	}
	.governance-details .dark-hr, .environment-details .dark-hr {
		margin: 2rem 0 2rem -2rem;
	}
}

/*-------------------------Sitemap------------------*/

section.sitemap{
	width: 65%;
	margin: 15rem auto 9rem;
}
section.sitemap .big-heading2{
	font-size: 68px;
    margin-top: 0px;
}

section.sitemap .dark-hr{
	margin-top: 0;
}
section.sitemap .site-icon{
	width: 60px;
	margin-left: 15px;
	margin-top: -20px;
}
section.sitemap ul.style-none{
	list-style: none;
	padding-left: 0;
	padding-top: 10px;
}
section.sitemap ul.style-none ul{
	list-style: disc;
}
section.sitemap ul li, section.sitemap ul li a{
	font-family: "HindVadodara-Regular", sans-serif;
    font-size: 20px;
	color: #000;
    padding: 10px 0;
}
section.sitemap ul li a:hover{
	color: #2c2b7c;
	text-shadow: 0px 0.01rem 0.1rem #0086b7;
}
section.sitemap ul.style-none ul li, section.sitemap ul.style-none ul li a{
	color: #2c2b7c;
	font-size: 17px;
}

@media screen and (max-width: 768px){
	section.sitemap{
		width: 95%;
		margin: 12rem auto 3rem;
	}
	section.sitemap .big-heading2 {
		font-size: 50px;
	}
	section.sitemap .site-icon {
		width: 50px;
		margin-top: 0px;
	}
}

.error-page{
	padding: 9rem;
}
.error-page .error-404{
	font-size: 160px;
    font-weight: bold;
    color: #2c2b7c;
	line-height: 160px;
}
.error-page h2{
	font-size: 35px;
	font-weight: 600;
}
.error-page h6{
	font-size: 22px;
}
.error-page h6.bold{
	font-weight: 600;
}
.error-page a{
	display: inline-block;
    font-size: 14px;
    color: #fff;
    background: #2c2b7c;
    padding: 10px 20px;
    margin-top: 30px;
    margin-bottom: 10px;
}
.error-page a:hover{
	color: #fff;
	box-shadow: 2px 2px 6px -3px grey;
}
 .word-brek-style{
	word-break: break-all !important;
}
.align-left{
	text-align: left;
}

.slider .box .details h2{
	font-size: 68px;
    margin-bottom: 0.5rem;
    font-family: 'Outfit-SemiBold';
    line-height: 72px;
    letter-spacing: 1px;
    color: #fff;
}


.panel .env-box-style{
	min-height: 220px;
	 max-height: 2201px; 
	 box-shadow: rgba(128, 128, 128, 0.28) 0px 0px 30px 10px; 
	 padding: 18px;
}



.floatBtnDisplayNone{
	display: none;
}
.floatBtnDisplayBlock{
	display: block;
}


.text-panel .word-brek-style{
	word-break: break-all !important;
}
.align-left{
	text-align: left !important;
}
.align-center{
	text-align: center !important;
}
table.dataTable>tbody>tr.child ul.dtr-details{
	width:100%;
}
.height-auto{
height: auto !important;
}
.mt-80{
	margin-top: 80px !important;
}
.f-13{
	font-size: 13px !important;
}
.f-14{
	font-size: 14px !important;
}
.w-150{
	width: 150px !important;
}
.height-50{
	height:50px !important;
}
.index_new_banner-1{
background-image: url("../images/banner1.jpg");
}
.index_new_banner-2{
	background-image: url("../images/banner2.jpg");

}
.index_new_banner-3{
	background-image: url("../images/banner3.jpg");

}
.index_new_banner-4{
	background-image: url("../images/banner-4.jpg");

}

.index_new_banner-5{
	background-image: url("../images/banner-5.jpg");

}

.index_newBanner-3{
	background-image: url("../images/MBanners-3.jpg");
}
.index_newMBanners-1{
	background-image: url("../images/MBanners-1.jpg");
}
.index_newMBanners-2{
	background-image: url("../images/MBanners-2.jpg");

}
.index_newMBanners-3{
	background-image: url("../images/MBanners-3.jpg");

}
.index_newMBanners-4{
	background-image: url("../images/MBanners-4.jpg");

}
.index_newMBanners-5{
	background-image: url("../images/MBanners-5.jpg");

}

.indexPage-banner-Bg{
	background-image: url("<?php echo $r_banner['mobile_banner']; ?");
}
.indexBgBanner-1{
	background-image: url("<?php echo $r_banner['banner']; ?>") !important;
}
.indexBgBanner-2{
	background-image: url("<?php echo $r_banner['mobile_banner']; ?>") !important;
}
.panelMaxHeightAccordinNull{
max-height: null !important;
}
.sustainableApproachSectionAccordin{
	min-height: 220px !important; 
	box-shadow: rgba(128, 128, 128, 0.28) 0px 0px 30px 10px !important; 
	padding: 18px !important;
	max-height: 2581px !important;
}
.panelMaxHeightAccordin{
	max-height: 2201px !important;
}
.collapseAccordian{
	min-height: 0px !important;
	max-height: 0px !important;
	box-shadow: none !important;
	padding: 0px !important;
	display: flex;
	height: 110px;
}


.blockAccordian{
	display: block !important;
}

.noneAccordian{
	display: none !important;
}
.d-block{
	display: block;
}
.d-none{
	display: none;
}

.indexPageHeroImg{
	background-image: url("<?php echo $r_banner['banner']; ?>") !important;
}
.margin-left{
	margin-left: 0px !important;
}

.policy-section{
	padding: 2rem 8rem 2rem;
}

.policy-heading{
	font-size: 60px;
    margin-bottom: 1rem;
    font-family: 'Outfit-SemiBold';
    line-height: 72px;
    letter-spacing: 1px;
    color: #000;
	
}
.blue-text{
	color: #2c2b7c !important;
}
.privacy-paragraph{
	margin-bottom: 1.5rem;
	font-size: 14px;
}


/* overlay styles start*/


.news-img{
	display: block;
	width: 100%;
	height: auto;
}

.hover-overlay .overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .3s ease;
	background-color: #6f6e6eb0;
  }

 .hover-overlay  .overlay-container:hover .overlay {
	opacity: 1;
	z-index: 9999;
	display: flex;
	align-items: center;
	/* transform: scale(1.2); */
	
  }


.hover-overlay .overlay-container:hover .overlay image {
	height: 100% !important;
	opacity: 0.7;
	
  }

.hover-overlay  .overlay-container {
	position: relative;
}

 .hover-overlay  .text {
	color: white;
	font-size: 20px !important;
padding: 10px;
	text-align:justify;
  }

  .f-16{
	font-size: 16px !important;
  }
  .color-white{
	color: white !important;
  }


/* top slide css */
.top-slider .overlay-container {
	position: relative;
  }
  

  
  .top-slider .overlay {
	position: absolute;
	bottom: 100%;
	left: 0;
	right: 0;
	background-color: #6f6e6eb0;
	overflow: hidden;
	width: 100%;
	height:0;
	transition: .3s ease;
  }
  
  .top-slider .overlay-container:hover .overlay {
	bottom: 0;
	height: 100%;
	display: flex;
	align-items: center;
  }
  
 .top-slider .text {
	color: white;
	font-size: 20px !important;
padding: 10px;
	text-align:justify;
  }


  /* zoom slide css */

.zoom-slider .overlay-container {
    position: relative;
    
  }


 .zoom-slider  .overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #6f6e6eb0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: .3s ease;
	transition: .3s ease;
  }

 .zoom-slider .overlay-container:hover .overlay {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	display: flex;
	align-items: center;
  }

 .zoom-slider .text {
	color: white;
	font-size: 20px !important;
padding: 10px;
	text-align:justify;
  }


  /* bottom slider css */

  .bottom-slider .overlay-container {
	position: relative;
  }

.bottom-slider  .overlay {
	position: absolute;
	bottom: 0 !important;
	left: 0;
	right: 0;
	background-color: #6f6e6eb0;
	overflow: hidden;
	width: 100%;
	height: 0;
	transition: .3s ease;
  }
  
 .bottom-slider  .overlay-container:hover .overlay {
	height: 100%;
	display: flex;
	align-items: center;
  }
  
 .bottom-slider  .text {
	color: white;
	font-size: 20px !important;
padding: 10px;
	text-align:justify;
  }
  
  /* left slider */


  .left-slider .overlay-container {
	position: relative;

  }
  
 
 .left-slider .overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #6f6e6eb0;
	overflow: hidden;
	width: 0;
	height: 100%;
	transition: .3s ease;
  }
  
 .left-slider .overlay-container:hover .overlay {
	width: 100%;
	display: flex;
	align-items: center;
  }
  
 .left-slider .text {
	color: white;
	font-size: 20px !important;
padding: 10px;
	text-align:justify;
	
  }
  

  /* right slider css */
.right-slider .overlay-container {
	position: relative;
	
  }

  
.right-slider .overlay {
	position: absolute;
	bottom: 0;
	left: 100%;
	right: 0;
	background-color: #6f6e6eb0;
	overflow: hidden;
	width: 0;
	height: 100%;
	transition: .3s ease;
  }
  
.right-slider  .overlay-container:hover .overlay {
	width: 100%;
	left: 0;
	display: flex;
	align-items: center;
  }
  
 .right-slider .text {
	color: white;
	font-size: 20px !important;
padding: 10px;
	text-align:justify;
  }

/* tap target issue resolution style */
  @media (max-width: 575.98px) { 

	.pad-footer{
		padding: 10px 15px;
	  }
	  .policy-section-mob{
		padding: 15px !important;
	}
   }

   @media (max-width: 767.98px) { 
	.pad-footer{
	padding: 10px 15px;
  }
  .policy-section-mob{
	padding: 15px !important;
}
  .slider .box .details h2{
      font-size: 32px;
      margin-bottom: 0.5rem;
      font-family: 'Outfit-SemiBold';
      line-height: 50px;
      letter-spacing: 1px;
      color: #fff;
  }
 }

 @media (max-width: 991.98px) {
	.pad-footer{
	padding: 10px 15px;
  } 
  .policy-section-mob{
	padding: 15px !important;
}
}
  
.showBottomBorder {
	border: 0;
	outline: 0;
	background: transparent;
	border-bottom: 1px solid black;
	width: 100% !important;
	
  }

.tabcontent .card .card-img-overlay {
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 4rem 7rem 4rem 4rem;
    background: #00000057;
}