@font-face {
    font-family: 'Adani-Regular';
    src: url('../webfonts/Adani-ExtraLight.woff') format('woff'),
        url('../webfonts/Adani-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Adani-Regular';
    src: url('../webfonts/Adani-Medium.woff') format('woff'),
        url('../webfonts/Adani-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Adani-Regular';
    src: url('../webfonts/Adani-Regular.woff') format('woff'),
        url('../webfonts/Adani-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Adani-Regular';
    src: url('../webfonts/Adani-Regular_1.woff') format('woff'),
        url('../webfonts/Adani-Regular_1.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Adani-Regular';
    src: url('../webfonts/Adani-Light.woff') format('woff'),
        url('../webfonts/Adani-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Adani-Regular';
    src: url('../webfonts/Adani-Bold.woff') format('woff'),
        url('../webfonts/Adani-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Adani-Regular';
    src: url('../webfonts/Adani-SemiBold.woff') format('woff'),
        url('../webfonts/Adani-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

html, body{
	margin:0px;
	padding:0px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	position:relative;
	 font-family: 'Adani-Regular';
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	font-size:16px;
	background-color:#f1f1f1;

}
main{padding-top: 90px;overflow: hidden;}
h1, h2, h3, h4, h5, h6, ul, li, p, header, aside, footer, section, article, nav, field, label, figcaption, figure, hgroup, input, textarea {
	margin:0;
	padding:0;
	list-style:none;
	font-weight:normal;
}
a:link, a:visited {
	text-decoration:none;
}
/* Customized default classes of bootstrap per Adani theme */
.alert{border-radius:0;}
.alert-danger{color:#000;border-color:#e7e7e7;}
.form-control{border-radius:0;padding:.15rem .75rem;}
.form-check-label{padding-left:3px;}
.form-check-input{width:16px;height:16px;margin-top:4px;}
select.form-control:not([size]):not([multiple]) {
    height: calc(1.80rem + 2px);
}
.col-form-label {
    padding-top: calc(0.15rem + 1px);
	padding-bottom: calc(.15rem + 1px);
}
.btn{
	border-radius:0;
	padding: .5rem 1rem;
    font-size: 1rem;
    line-height: 1.31;
}
.btn-primary {background: rgba(27,159,148,1);color: #fff;
    background: -moz-linear-gradient(left, rgba(27,159,148,1) 0%, rgba(49,109,179,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(27,159,148,1)), color-stop(100%, rgba(49,109,179,1)));
    background: -webkit-linear-gradient(left, rgba(27,159,148,1) 0%, rgba(49,109,179,1) 100%);
    background: -o-linear-gradient(left, rgba(27,159,148,1) 0%, rgba(49,109,179,1) 100%);
    background: -ms-linear-gradient(left, rgba(27,159,148,1) 0%, rgba(49,109,179,1) 100%);
    background: linear-gradient(to right, rgba(27,159,148,1) 0%, rgba(49,109,179,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b9f94', endColorstr='#316db3', GradientType=1 );
}
.btn-primary:hover , .btn-primary:active{
    background-color:#2f70b1;
    border-color: #2f70b1;    background: linear-gradient(to right, rgb(47, 112, 177) 0%, rgba(49,109,179,1) 100%);
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
     background-color:#2f70b1;
    border-color: #2f70b1;
	    background: linear-gradient(to right, rgb(47, 112, 177) 0%, rgba(49,109,179,1) 100%);
}
.btn-primary.focus, .btn-primary:focus {
    box-shadow: 0 0 0 0.1rem rgba(25,114,127,.7);
	    background: linear-gradient(to right, rgb(47, 112, 177) 0%, rgba(49,109,179,1) 100%);
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.1rem rgba(25,114,127,.7);
}
.btn-secondary {
    color: #fff;
    background-color: #525252;
    border-color: #525252;
}
.btn-purple{background:#913e86;color:#fff;border-color:#913e86;}
.btn-purple:hover, .btn-purple:active, .btn-purple:focus{background:#874298;color:#fff;}
.btnBordered{padding:0.3rem 1.5rem;background:none;border:1px solid #1a727f;color:#1a727f;font-size:1.3rem;display:inline-block;}
.btnBordered:hover{background:#1a727f;color:#fff;}
.btnBordered.focus, .btnBordered:focus {
    box-shadow: 0 0 0 0.1rem rgba(26,114,127,.7);
}
.whiteBtn{color:#fff;border:1px solid #fff;}
.whiteBtn:hover{background:#fff;color:#1a727f;}
.btnBordered.btnLg{min-width:200px;}

.txt-orange{color:#ff6633 !Important;}
.txt-teal{color:#1a727f !important;}
.txt-blue{color:#006db7 !Important;}
.txt-purple{color:#8e278f !Important;}
.txt-violet{color:#b43e6a;}
.txt-gray{color:#5b5b5b !Important;}
.txt-black{color:#000;}
.txt-white{color:#fff;}
.helpText{font-size:0.8rem;color:#969696;}
.required{color:#f42e2e;}
.txt-large{font-size:1.2rem;}
hr{border-top:1px solid #c7c7c7;}

.bg-green{background-color:#00b16b !important;}
.bg-blue{background-color:#006db7 !important;}
.bg-purple{background-color:#8e278f !important;}
.bg-gray-light{background-color:#f7f7f7 !Important;}
.bg-gray-dark{background-color:#e7e7e7 !Important;}
.bg-pattern-light{background:#f2f2f2 url(../images/pattern1.png) repeat;}

.content p{padding-bottom:1rem;}
.rotate90{transform:rotate(90deg);}


/* Add sprite class to add icons from Sprite image and then add specific icon class */
.sprite{
	display:inline-block;
	background:url(../images/ft-socialmedia-icons.png) no-repeat;
	vertical-align:middle;
}
.facebook {
    width: 20px;
    height: 20px;
    background-position: 0 0;
}

.twitter {
    width: 20px;
    height: 20px;
    background-position: -28px 0;
}

.gplus {
    width: 20px;
    height: 20px;
    background-position: -56px 0;
}

.instagram {
    width: 20px;
    height: 20px;
    background-position: -85px 0;
}

.youTube {
    width: 20px;
    height: 20px;
    background-position: -111px 0;
}

.linkedIn {
    width: 20px;
    height: 20px;
    background-position: -139px 0;
}

.facebook-large {
    width: 36px;
    height: 36px;
    background-position: 0 2px;
}

.twitter-large {
    width: 36px;
    height: 36px;
    background-position: -43px 2px;
}

.gplus-large {
    width: 36px;
    height: 36px;
    background-position: -85px 2px;
}

.instagram-large {
    width: 36px;
    height: 36px;
    background-position: 0px -40px;
}

.youTube-large {
    width: 36px;
    height: 36px;
    background-position: -42px -40px;
}

.linkedIn-large {
    width: 36px;
    height: 36px;
    background-position: -85px -40px;
}


.enquiryIcon{width:26px;height:26px;background-position:0 -55px;vertical-align:middle;}
.homeIcon{width:30px;height:35px;background-position:0 -93px;}
.buildingIcon{width:30px;height:35px;background-position:0 0px;}

/* -- Sprite classes end here -- */

/* header */
.headerSec{ 
	box-shadow: 0px 1px 8px rgba(0,0,0,0.4);
    position: absolute;
    z-index: 99;
	width:100%
}
.headerTopBar{
	background: #383838 !important; /* Old browsers */
	background: -moz-linear-gradient(left, rgba(0,159,131,1) 0%, rgba(26,114,127,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgb(56, 56, 56) 0%,rgb(56, 56, 56) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgb(56, 56, 56) 0%,rgb(56, 56, 56) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009f83', endColorstr='#1a727f',GradientType=1 ); /* IE6-9 */
	color:#fff;
}
.navPanel{  margin: 0; background: #fff;box-shadow: 0px 1px 8px rgba(0,0,0,0.4);
    width: 100%;
    padding: 0px 0px;
    transition: all 0.1s ease-in;
	z-index: 9999;
}
.navbar{padding:0.5rem 0;}
/*.navPanel>.container{padding:0;}*/

.topNav{margin:0;padding:6px 0 6px 0; font-size:0.9rem;min-height: 35px;}
.topNav li{list-style:none;display:inline-block;}
.topNav li a{color:#fff;}
.topNav li>a:hover{text-decoration:none;opacity:0.8;}

.navbar-light .navbar-nav .nav-item.active .nav-link,.navbar-light .navbar-nav .nav-item.show .nav-link, .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{color:#000;transition: ease all 0.3s;}
.navbar-light .navbar-toggler{border:none;padding:0.25rem 0.5rem;}
.navbar-toggler span{font-size: 12px;}
.navbar-light .navbar-toggler-icon{background-image:url(../images/hamburger-menu.png);width:1.75em;}


.topMenu li:last-child a{border-right:none;}
.topMenu li>a{padding:0 0.3rem;color:#fff;}
.topMenu li:first-child a{padding-left:0;}
.btn.btn-menu{background:none;padding:0;font-size:1.25rem;color:#fff;position: relative;top: 8px;}
.btn.btn-menu:active{background:none !important;}
.btn-menu span {width: 20px;height: 2px;background: #000;margin: 4px;display: block;}
.topNavBtn{position:absolute;z-index:9;top:3px;}
.topMenu li.topSearchMenu{display:none;}
.topSearch{}

.social-links{line-height:1;}
.social-links li{margin-right: 2px;}
.social-links li a{padding:0 1px;display:block;background: #fff;width: 22px;height: 22px;border-radius: 100%;padding: 5px 0px;font-size: 12px;text-align: center;}
.social-links li a i{color: #000;position: relative; top: 0px;left: 0px;}
.quick-links{margin-right:10px;position:relative;top:1px;}
.quick-links li a{padding:0 10px;}

.download-links{margin-left:10px;}
.download-links li a{padding-left:5px;}
.download-links img{max-height:20px;}
.dropMenuIcon{padding-left:5px;color:#137e80;}

/*.dropdown:hover>.dropdown-menu {
  display: block;
}*/
.dropdown-toggle::after{content:none;}
.dropdown-item{border-bottom:1px solid #ff6633;padding:.5rem .5rem;}
.dropdown-menu>.dropdown-item:last-child{border-bottom:none;}

@media (min-width: 992px){
	.navbar-brand{padding:0rem;}
	.sticky-header .navbar-brand{padding: 0px;transition: ease all 0.5s;}
	.navbar-expand-lg{padding-top:0;}
	.navbar-expand-lg .navbar-nav .nav-link {
		transition: ease all 0.5s;
		font-size:13px;
		color:#000;
		padding: 10px 0px;
	}
	.navbar-expand-lg .navbar-nav .nav-item:last-child .nav-link{padding-right:0;}
	.social-links li:last-child a{padding-right:0;}
	.dropdown-menu{
		
		left:auto;
		box-shadow: 1px 1px 2px rgba(0,0,0,.5);background:#eee;
		padding: 10px 20px;
		border:none;top:99%;
		border-radius:0;
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
	}
	.dropdown{position:static;}
	.primaryMenu{position:relative;}
	.dropdown-item{display:block;width:auto;padding:5px 0px 0px 0px;border-bottom:none;color:#737373;}
	.dropdown-menu .dropdown-item:last-child{border-right:none;    padding: 0px 0px;}
	.dropdown-item:focus, .dropdown-item:hover{background:none;color:#1378be;}
	
	
}

/*Footer*/
.footerSec{background:#f1f1f1;color:#666;padding: 15px 0px 0px 0px;position: relative;display: block;z-index: 9;}
.contactPanel{height:150px;position:relative;color:#fff;}
.contactPanel .container, .contactPanel .container .row{height:100%;}



.footerBtmPanel{background:#4c4c4c;color:#fff;}

.footerMenu li{ list-style:none;display:inline-block;}
.footerMenu li a{color:#f3f3f3;padding:0 0.5rem 0 0.5rem;font-size:0.9rem;border-left:1px solid #f3f3f3;}
.footerMenu li a:hover, .footerMenu li a:focus{color:#248dfd;}
.footerMenu li:first-child a{border-left:none;}
.footerMenu li:last-child a{padding-right:0;}

.footerMenu.menuSecondary li{}
.footerMenu.menuSecondary li a{color:#f3f3f3;opacity:0.5;border-left:none;padding:0 0.5rem;font-size:0.8rem;}
.footerMenu.menuSecondary li:last-child a{padding-right:0;}
.footerMenu.menuSecondary li a:hover{opacity:1.0;color:#ff6633;}
.copyrightTxt{font-size:0.8rem;color:#f3f3f3;opacity:0.5;margin-top:5px;}

/* Content Section */
.contentSection{
  text-align: left;
}

/*Eqnuire*/
.enquiryBtn{background:#8e278f;display:inline-block;color:#fff;padding:0.5rem 1rem;position:fixed;right:-52px;top:40%;z-index:99;transform:rotate(-90deg);font-size:1.4rem;}
.enquiryBtn:hover{color:#fff;}
.enquireTxt{display:inline-block;vertical-align:middle;}

/*Banner*/
.mainBanner {
    width: 100%;
    height: 480px;
	position:relative;
}
.bannerImg {
	position:absolute;
	left:0;top:0;right:0;bottom:0;
	background:#e76d2d url(../images/banner.jpg) no-repeat;
	background-size:cover;
	z-index:1;
}
.bannerForm{background:rgba(0,0,0,0.7);color:#fff;}

/*To use img tag for banner and contact panel*/
.bannerImg, .contactPanel{background-image:none;overflow:hidden;}
.bannerImg img, .contactBanner img{min-height:100%;min-width:100%;position:relative;top:60%;left:50%;transform:translateX(-50%) translateY(-50%);}
.contactBanner{position:absolute;left:0;top:0;right:0;bottom:0;}

.section{padding:2rem 0;background-color:#f6f6f6;}
.sectionHeading{
    margin:1rem 0;
    font-weight: normal;
    font-size: 24px;
    position: relative;
    padding: 6px 0px 6px 30px;
    display: flow-root;
    }
.sectionHeading:after{
    content: "";
    display: block;
    position: relative;
    height: 45px;
    background: #17b677;
    width: 6px;
    background: -moz-linear-gradient(to bottom, rgba(27,159,148,1) 0%, rgba(49,109,179,1) 100%);
    /*background: -webkit-gradient(left top, right top, color-stop(0%, rgba(27,159,148,1)), color-stop(100%, rgba(49,109,179,1)));*/
    background: -webkit-linear-gradient(to bottom, rgba(27,159,148,1) 0%, rgba(49,109,179,1) 100%);
    background: -o-linear-gradient(to bottom, rgba(27,159,148,1) 0%, rgba(49,109,179,1) 100%);
    background: -ms-linear-gradient(to bottom, rgba(27,159,148,1) 0%, rgba(49,109,179,1) 100%);
    background: linear-gradient(to bottom, rgba(27,159,148,1) 0%, rgba(49,109,179,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b9f94', endColorstr='#316db3', GradientType=1 );
    transition: ease all 0.3s;
    position: absolute;
    left: 0;
    top: 0;
}


/* Tabs */
.nav-tabs{border-bottom:1px solid #1a727f;}
.nav-tabs .nav-link {
    border: 1px solid #1a727f;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
	color:#2e2e2e;
	padding:0.5rem;
}

.nav-tabs .nav-item{}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
	background: #1a727f; /* Old browsers */
	color:#fff;
	border-color:#1a727f;	
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{border-color:#1a727f;	}

.noBorder{border:none;}

/*Latest Projects*/
.prjtCategory .nav-tabs .nav-link{padding:1.2rem;font-size:1.4rem;color:#1a727f;}
.prjtsList .slideItem{text-align:center;border:1px solid transparent;}
.prjtsList .slideItem:hover{border:1px solid #ccc;}

.prjtsList{padding:2rem 0;}

.clubPanel{position:relative;height:400px;color:#fff;overflow:hidden;}
.clubPanel .container, .clubPanel .container .row{height:100%;}
.clubBg{position:absolute;left:0;top:0;right:0;bottom:0;}
.clubBg img{min-height:100%;min-width:100%;position:relative;top:50%;left:50%;transform:translateX(-50%) translateY(-50%);}
.visitSiteBtn{margin-top:2.5rem;}

/* About Us */
.aboutUs{background:#fff url(../images/bg-about.png) center center no-repeat;background-size:cover;color:#464848;}

/*Media*/
.mediaTile{margin:30px 0;}



/* Items List*/
ul.itemsList{margin-left:20px;}
ul.itemsList > li{list-style:disc;margin:10px 0;}
ul.itemsList li a{color:#707070;padding:3px 0;display:block;}

ol.numberedList{ counter-reset: li;
  list-style-type: none;
  padding-left: 0px;
 }
 ol.numberedList li {
  position: relative;
  padding: 7px 0 7px 30px;
  margin:3px 0;
}
ol.numberedList li:before {
  content: counter(li);
    counter-increment: li;
    height: 20px;
    width: 20px;
    background: #ff6633;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    position: absolute;
    left: 0;
    top: 9px;
    font-size: 0.8rem;
    line-height: 1.5;
}
ol.listStyle{list-style-type:lower-alpha;}
ol.listStyle li{list-style-type:lower-alpha;}

.itemsListHeader{display:table;width:100%;}
.listHeading{display:table-cell;vertical-align:middle;}
.listIcon{display:table-cell;vertical-align:middle;text-align:right;padding-right:20px;}


/*Porjects Carousel*/
.serviceTile{background:rgba(239,239,239,0.3);padding:2rem 1rem;margin:1rem 0.5rem;display:table;border:1px solid rgba(232,232,232,0.3);}
.serviceTile:hover{border:1px solid rgba(232,232,232,1.0);}
.serviceTile .serviceIcon{display:table-cell;vertical-align:top;height:75px;overflow:hidden;}
.serviceTile .serviceDetails{display:table-cell;vertical-align:middle;padding-left:1rem;}
.serviceTile .serviceIcon img{width:auto;max-height:75px;}
.serviceName{margin-bottom:0.5rem;color:#4b4b4b;}
.serviceBrief{font-size:0.9rem;line-height:1.3;color:#858585;}
.serviceBtn{font-size:1rem;margin-bottom:1rem;}
.owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
.owl-carousel .owl-nav button.owl-prev{color: black!important;float:left;background: #fff;border-radius: 0px 46px 46px 0px;width: 46px;height: 88px;position: absolute;left: 0px;}
.owl-carousel .owl-nav button.owl-next{float:right;background: #fff;border-radius: 46px 0px 0px 46px;width: 46px;height: 88px;position: absolute;right: 0px;}

/*My Account Page*/
.mainBanner.myAccountBanner{height:auto;min-height:150px;max-height:550px;}
.myAccountBanner .bannerCnt{padding:2rem 0;}
.myAccountBanner .manageAcBoxOuter{margin-top:20px;}
.breadcrumbBar{font-size:0.9rem;}
.breadcrumbBar li a{color:#303030;}
.breadcrumb{padding: .75rem 0rem;}

.pageTitle{color:#fff;}
.breadcrumbBg{position: absolute;left: 0;top: 0;right: 0;bottom: 0;overflow: hidden;z-index: 0;}
.breadcrumbBg img{border-radius: 0;min-height: 100%;min-width: 100%;position: relative;height: 100%;}
.pageTitleBar{position: relative;min-height: 150px;min-height: 150px;padding: 25px 0px;}
.pageTitleBar .container{position:relative}
.accountServices{margin-top:1rem;}
.accSerTile{padding:1.5rem 0;}
.iconBox{display:inline-block;vertical-align:middle;width:30%;}
.iconBox img{max-width:100%;}
.accService{display:inline-block;vertical-align:middle;width:65%;color:#323030;padding-left:10px;}
.accService:hover{color:#1a727f;}


.pageTitleBar .breadcrumb{background:none;color:#fff;padding:0;margin:0.5rem 0;}
.breadcrumb li a{color:#fff;font-weight: 400; font-size: 16px;text-shadow: 0px 0px 6px #000;}
.breadcrumb li a:hover{color:#fff; text-decoration: underline;}
/*.breadcrumb li a:after{content:'>';padding:0 5px}
.breadcrumb li:last-child a:after{content:none;}*/
.breadcrumb li{display: inline-block; position: relative;}
.breadcrumb ul li:after {
    content: "\f105";
    padding: 0px 10px;
    display: inline-block;
    position: relative;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #fff;
}
.breadcrumb ul li:nth-last-child(1):after {
    content: " ";
}
.pageContent{padding:2rem 0;}
.panel{background:#f7f7f7;border:1px solid #e4e4e4;padding:1.5rem;margin-bottom:1.5rem;}
.panel a{color:#333;}
.panel a:hover, .nav-tabs a:hover{color:#1a727f;}

.tile{
	background:#efefef;
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(254,254,254,1) 2%, rgba(247,247,247,0.31) 25%, rgba(244,244,244,0.4) 35%, rgba(212,212,212,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(254,254,254,1) 2%,rgba(247,247,247,0.31) 25%,rgba(244,244,244,0.4) 35%,rgba(212,212,212,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(254,254,254,1) 2%,rgba(247,247,247,0.31) 25%,rgba(244,244,244,0.4) 35%,rgba(212,212,212,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d4d4d4',GradientType=0 ); /* IE6-9 */
	border:1px solid #e8e8e8;
	display:table;padding:0.5rem 1rem;height:100%;width:100%;color:#4b4b4b;
}
.tile:hover{border:1px solid #d3d3d3;color:#ff6633;}
.tile .iconBox{display:table-cell;vertical-align:middle;}
.tile .detailBox{display:table-cell;vertical-align:middle;}
.goBack{color:#333;font-size:1.2rem;}
.goBack:hover{color:#ff6633;}






/* Left Navigation STYLE */

#dismiss {
   text-align:right;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	padding:0.25rem 1rem;
	background:rgba(0,0,0,0.3);
	background: #eaeaea;
    color: #000;
}

#dismiss:hover {
    background: rgba(0,0,0,0.4);
    color: #fff;
}
.sideNavBtn{float:right;margin-bottom:1rem;}

.overlay, .overlay-top {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
	top:0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.overlay.active, .overlay-top.active {
    display: block;
    opacity: 1;
}
.overlay-top{z-index:999;}

#sideNav.active {
    left: 0;
}
#sideNav ul li{border-bottom:1px solid #fff;}
#sideNav ul li a {
    padding: 0.5rem 0.75rem;
    display: block;
	background:#f36f31;
	color:#fff;
	position:relative;
}
#sideNav ul li a:hover {
    color: #fff;
    background: #ff6633;
}
#sideNav ul li .submenu li a{background:#e9e9e9;color:#000;}
#sideNav ul li .submenu li a:hover, #sideNav ul li .submenu li.active a{background:#858585;color:#fff;}

#sideNav ul li a.dropdown-toggle::after {
	width:auto;
	height:auto;
	content:'>';
	display: block;
    position: absolute;
    top: 50%;
    right: 0.5rem;
	border:none;
	transform: translateY(-50%) rotate(0deg);
}
#sideNav ul li a[aria-expanded=true]{background:#ff6633;}
#sideNav ul li a[aria-expanded=true]::after{transform: translateY(-50%) rotate(90deg);}

/* FAQ Accordion */
.faqItem{border:1px solid #e8e8e8;background:#f7f7f7;margin-bottom:0.5rem;padding:0.75rem 1rem 0.75rem 3.2rem;}
.ques{color:#000;cursor:pointer;position:relative;}
.ans{color:#4e4a4a;font-size:0.9rem;padding-top:0.75rem;}
.ans a{color:#ff6633;}
.faqItem:hover .ques{color:#ff6633;}
.faqItem .ques::before{
	height: 24px;
    width: 24px;
    background: #ff6633;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    position: absolute;
    left: -2.2rem;
    top: 2px;
    font-size: 0.9rem;
    line-height: 1.75;
    content: '>';
}
.faqItem .ques[aria-expanded="true"]::before{
	transform:rotate(90deg);
	background:#848484;
}



/* Table Style */
.tableOuter{border:1px solid #a2a2a2;}
.table .thead-light th{background-color:#e9e9e9;}
.table-hover tbody tr:hover{background-color:rgba(0,0,0,0.05);}

/* Search */
.searchBox .btn{margin-left:10px;}
.searchItem{background:#f7f7f7;border:1px solid #e4e4e4;padding:1rem;margin-bottom:10px;}
.searchItem p{margin:0.25rem 0;}
.searchItem h5{font-size:1.1rem;}
.searchItem a{color:#ff6633;word-break: break-word;}
.searchItem .downloadDoc{padding-left:10px;padding-top:3px;display:inline-block;}



@media (min-width: 992px){
	.pageContent{min-height:250px;}
	.navTile a{border-right:1px solid rgba(226,226,226,0.2);}
	.navTile:first-child{margin-left:-15px;}
	.navTile a:hover{background:rgba(0,0,0,0.2);}
	.communityTile{min-height:180px;height:100%;padding:1.5rem;}
	.communityTile.large .tileCnt{position:absolute;bottom:1.5rem;width:70%;}
	.community3{margin-top:30px;}
	.community1 .communityTile{background:url(../images/bg-community1.png) no-repeat left top;}
	.serviceTile{margin:2rem 1rem;}
	.searchItem .downloadDoc{padding-left:1rem;}
	
}




/* 2nd July 2018 */
.required{color:red;}
.pay_box{margin: 10px 15px;box-shadow: 0px 0px 5px 1px #E0E0E0;}
.mr-lt-30{margin-left: 30px;}
.txt-underline{text-decoration: underline;}
.pull-right{float:right;}
.pagination{display: inline-block;border-radius: 4px;}
.pagination li{display:inline;}
.pagination li,
.pagination li span{position:relative; float:left; border:1px solid #ccc;padding: 6px 12px;}
.pagination .active {background: #E9ECEF;color: #000 !important;}
.pagination .active a{color:#000;}
.pagination .start a,
.pagination .end a {color:#000;}
.pagination a{color: #F36F31;}
.table-white{color: #000;background-color: #fff;}
.table-white td, .table-white th, .table-white thead th{border-color: #fff;}
.tablexoverflow{margin: 10px 0px 30px 0px;border: 1px solid #B7B7B7;}
@media (max-width: 992px){
.tablexoverflow{width: 404px;overflow-x: scroll;}
}
@media (max-width: 492px){
.tablexoverflow{width: 370px;overflow-x: scroll;}
}
.panelbtmbar span{margin-right: 8%;}
.eqiptiles{/*padding:2rem 2rem*/;margin:1rem 0.5rem;display:table-cell;text-align: center;text-align: -webkit-center;min-width: 128px;color: #A9A9A9;}
.eqiptiles:hover{}
.eqiptiles .eqipicons{display:table-cell;vertical-align:top;height:75px;overflow:hidden;min-width: 123px;}
.eqiptiles span{font-size: 12px;}
.eqiptiles .eqipicons img{min-width: 60px;}
.eqipicons input[type="image"]{}
.eqipicons input[type="image"]:focus{outline:0 !important;}
.form-inner-box{padding: 1rem;}
.form-inner-box .col-form-label, .form-inner-box span {font-size: 12px;}
.bg-white{background:#fff;}
.bg-gray{background:#f7f7f7;}
.energy-navigation{background-color:#efefef}
.energy-navigation .owl-nav{top: -55px;z-index: 9;position: relative;display: block !important;width: 93%;margin-left: auto;margin-right: auto;}
/*.energy-navigation .owl-item{width: 150px !important;}
.slideItem{display: table-cell;}*/
.form-inner-box select{font-size: 12px;}
.bg-dark-gray{background-color:#c6c6c6;}
.bg-dark-gray .txt-lg{color: #8A8A8A;}
.quick-access h5{color: #747474;line-height: 75px;}
.quick-access h5 img{margin: 0px 25px 0px 0px;}
.mar-bt-10{margin-bottom: 10px;}
.txt-example{color: #5d5c5c;}
.contact-querybox{padding: 0.5rem;}
.querytab .nav-tabs .nav-item.show .nav-link,.querytab .nav-tabs .nav-link.active{background: #fff;color: #000 !important;font-size: 19px;border: 0px;border-bottom: 5px solid #ff6633 !important;}
.querytab .nav-tabs .nav-link{background: #fff;color: #838080;font-size: 19px;border: 0px;}
.our-centers-box{background-color: #8b8787;margin: 0px 0px 20px 0px;padding: 1.5rem 0.5rem;color: #fff;line-height: 35px;}
.list-bullet-style li{list-style-type: disc;margin-left: 20px;}
.table-border{margin-bottom:0px !important;}
.table-border td, .table-border th{border-top: 0px solid #dee2e6;border-right: 1px solid #dee2e6;}
.table-border tbody{border-top: 0px solid #dee2e6 !important;}
.noborder{border:0px !important;}
.border-btm-2{border-bottom:2px solid #ccc}
.list-sl li{display: inline-block;margin-right: 25px;}
.cooling-bg-overlay{background:url(../images/money-saver-overlay.jpg) no-repeat; height:auto;}
.image-container{min-height:100%; background-position:center center; background-size:cover; position:relative;width: 100%;}
.overlaybox{background: #fff;margin: 2rem 2rem;padding: 2rem 2rem;}
.center-txt{text-align: -webkit-center;}
.about-energy img{margin-bottom: 15px;}
.stylenumbered li{list-style-type: decimal;margin-left: 20px;}

/*Testimonial Carousel*/
.user-testimonials{padding:50px 0px;}
.user-testimonials h3{font-weight: bold;text-align: center;line-height: 50px;margin-bottom: 0px;font-size: 2.2rem;}
.user-testimonials h3:after{content: "";display: block;position: relative;height: 5px;background: #009f83;width: 120px;margin-left: auto;margin-right: auto;margin-top: 20px;}
#testimonials{text-align:center;}
#testimonials .testimonial-tiles{border: 2px solid #e1e1e1;padding: 70px 50px 20px 50px;margin-bottom: 40px;}
#testimonials img{width: 114px;height: 114px;margin-left: auto;margin-right: auto;position: relative;bottom: -55px;}
#testimonials .testimonial-tiles p{}
#testimonials .testimonial-tiles h5{line-height: 40px;margin-top: 20px;font-weight: bold;color: #009f83;}
.user-testimonials .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{background: #0b6bb5;}
.user-testimonials .owl-theme .owl-dots .owl-dot span{ border-radius: 0px;width: 16px;height: 16px;}

/*Events*/
.events{background-image:url(../images/bg-events.jpg);padding:50px 0px;background-size: cover;background-repeat: no-repeat;}
.events h3{font-weight: 100;text-align: left;line-height: 50px; margin-bottom: 30px;font-size: 2.2rem;color: #fff;}
.events .text-center{margin: 30px auto 0px auto;}
.events .text-center a{color: #fff;line-height: 30px;padding: 10px 40px;border: 2px solid #fff;font-weight: 700;transition: ease-in all .2s;}
.events .text-center a:hover{BACKGROUND: #FFF;COLOR: #000;transition: ease-in all .2s;}
.events h5{color:#fff;line-height: 35px;margin-bottom: 20px;}

/*Philosophy*/
.Philosophy{background-image:url(../images/bg-philosophy.jpg);background-size: cover;background-repeat: no-repeat;min-height: 590px;padding:50px 0px;}
.Philosophy h2{font-size: 2.6rem;margin-bottom: 26px;}
.Philosophy h2 span{display: block;font-weight: bolder;color: #913e86;}
.Philosophy h5{margin-bottom: 35px;font-size: 1.6rem;}
.Philosophy p{font-size: 1.43rem;}
.Philosophy a{color: #913e86;line-height: 30px;padding: 10px 40px;border: 2px solid #913e86;font-weight: 700;transition: ease-in all .2s;}
.Philosophy a:hover{background: #913e86;color: #fff;transition: ease-in all .2s;}

/*News*/
.news{background-image:url(../images/bg-news.jpg);background-size: cover;background-repeat: no-repeat;padding:50px 0px;}
.news h3{color:#fff;line-height: 60px;}
.news a{color: #fff;line-height: 30px;padding: 6px 40px;border: 2px solid #fff;font-weight: 700;display: grid;text-align:center;transition: ease-in all .2s;}
.news a:hover{background: #fff;color: #000;transition: ease-in all .2s;}
.news input{padding: 10px 10px;font-weight:bolder;}

/*Footer*/
.footerPanel2 h5{color: #0b6bb5;
    line-height: 40px;
    text-align: left;
    font-size: 22px;
    font-weight: 400;}
.footerPanel2 h5 a{color: #0b6bb5;
    line-height: 30px;
    text-align: left;
    font-size: 22px;
        font-weight: 400;
    padding: 5px 0px;
    display: block;}
.footerPanel2 ul{min-height: 50px;}
.footerPanel2 li{display: block;text-align: left;}
.footerPanel2 a{color:#606060;font-size: 16px;}
.footerPanel2 a:hover{color:#0b6bb5}
.footerPanel2 h6{font-size: 1.5rem;padding: 6px 30px;text-align: center;}


.txt-center{text-align:center;}
@media(max-width:575px){
.mobile-none{display: none;}
}

/*Gallery*/
#gallery .owl-nav{}
#gallery .owl-next{right: -8px;position: relative;}
#gallery .owl-next span{display:none}
#gallery .owl-prev{position: relative;left: -8px;}
#gallery .owl-prev span{display:none}
#gallery button.close{position: absolute;right: 0px;top: -35px;font-size: 40px;}
#gallery .modal-body{padding:5px;}
#gallery .owl-dots{display:none;}
#gallery .thumbnails-wrapper{margin-top: 5px;}

/*Video*/
#video .modal-body{padding:5px;}
#video button.close{position: absolute;right: 0px;top: -35px;font-size: 40px;color: #fff;opacity: 1;}

/*Other Ventures Carousel*/
#other-ventures{padding: 15px 0px 0px 0px;position:relative;}
#other-ventures h5{text-align: center;margin-top: 10px;font-size: 0.8rem;}
#other-ventures .owl-dots{padding: 20px 0px 0px 0px;}
#other-ventures .owl-dot span{border-radius: 0px;}
#other-ventures .owl-dots .active span{background:#006db7}
#other-ventures .owl-dots span:hover{background:#006db7}
#other-ventures .owl-prev{position: absolute;left:-40px;}
#other-ventures .owl-prev span{font-size: 30px;color: #000;padding: 1px 14px;background: #fff;border-radius: 100%;box-shadow: 0px 1px 3px -1px #000;}
#other-ventures .owl-next{position: absolute;right:-40px;}
#other-ventures .owl-next span{font-size: 30px;color: #000;padding: 1px 14px;background: #fff;border-radius: 100%;box-shadow: 0px 1px 3px -1px #000;}
#other-ventures .owl-nav{position: absolute;top: 33%;}

#other-ventures a{color:#000;}
#other-ventures a:hover{color:#444444;text-decoration:underline;}

/*Footer Social Media Icons*/
.sprite-social{display: inline-block;background: url(../images/ft-socialmedia-icons.png) no-repeat;
    vertical-align: middle;}
.ft-Facebook{width: 35px;height: 33px;background-position: 2px 2px;}
.ft-twitter{width: 35px;height: 33px;background-position: -41px 2px;}
.ft-gplus{width: 35px;height: 33px;background-position: -85px 2px;}
.ft-instagram{width: 35px;height: 33px;background-position: 2px -38px;}
.ft-youtube{width: 35px;height: 33px;background-position: -40px -38px;}
.ft-linkedin{width: 35px;height: 33px;background-position: -83px -38px;}
.social-links-footer li{display: inline-block;}


/*Other General CSS*/
.impact-stories{padding: 2rem 0rem;position:relative; display:block;z-index: 9;}
.impact-stories p{font-size: 1.1rem;text-align: center;color: #7e7e7e;}

.txt-overlay{color: #fff;padding: 10px 15px;position: absolute;bottom: 20px;z-index: 9;}
.bg-blue{background:#1378be !important;}
.bg-sky-blue{background:#17b779 !important;}

.after-center:after{margin: 0px auto;}
.border-right-1{border-right: 1px solid #b5b5b5;}

/*Index sustanibility*/
#sustanibility{}
#sustanibility .txt-overlay{min-height: 55px;width: 100%;}
#sustanibility h3{font-size: 28px;
    margin-bottom: 0px;font-weight: 500;}
#sustanibility p{font-size: 1rem;}
#sustanibility .item{position:relative;max-height: 345px;}
#sustanibility .owl-nav{}
#sustanibility .owl-nav .owl-prev{margin-left: 0px;line-height:0px;}
#sustanibility .owl-nav button:focus{outline:0;}
#sustanibility .owl-nav .owl-prev:hover, #sustanibility .owl-nav .owl-next:hover{}
#sustanibility .owl-nav .owl-next{margin-right: 0px;line-height:0px;}
#sustanibility .owl-nav .owl-prev span{font-size: 60px;color:#000;line-height: 88px;}
#sustanibility .owl-nav .owl-next span{font-size: 60px;color: #000;line-height: 88px;}
#sustanibility .owl-item{overflow:hidden;}
.sus-tile:after{content: "";display: block;position: absolute;width: 100%;box-shadow: 0px 0px 142px 142px rgba(0, 0, 0, 0.85);bottom: 0px;height: 0px;}
.sus-tile{}
.section-button {
    padding-left: 30px;
}

/*Business Box*/
.business-box{transition: ease-in all 0.5s;}
.business-box > div{padding: 30px 0px;min-height: 220px;}
.business-box .business-content{width: 210px;margin: auto;text-align: center;transition: ease all 0.5s;}
.business-box .business-content span{display: inline;box-decoration-break: clone;-webkit-box-decoration-break: clone; font-size: 16.67px;
    color: #000;}
.business-box .business-content p{display:none;color:transparent;transition: ease all 0.5s;font-size: 14px;margin: 10px 0px;}
.business-box .business-content a{display:none;color:transparent;transition: ease all 0.5s;font-size: 16px;}
.business-box .business-content a i{position: relative;top: 2px;margin-left: 5px;margin-top: 5px;}
.business-box:hover{background: #fff;transition: ease all 0.5s;-webkit-box-shadow: 0 14px 24px rgba(62,57,107,.2);box-shadow: 0 14px 24px rgba(62,57,107,.2);    position: absolute;width: 100%;z-index: 9;left: 0px;-webkit-transform: translate(0%, -13%);transform: translate(0%, -13%);}
.business-box:hover .business-content p{display:block;transition: ease all 0.5s;color:#000;}
.business-box:hover .business-content a{display:block;transition: ease all 0.5s;color:#0b6bb5;}
.business-box .txt-center{height: 110px;transition: ease all 0.5s;}
.business-box .txt-center img{/*filter: gray; /* IE5+ */ /*-webkit-filter: grayscale(1);*/ /* Webkit Nightlies & Chrome Canary */-webkit-transition: all .1s ease-in-out;transition: ease all 0.5s;}
.business-box:hover img{filter: none;-webkit-filter: grayscale(0);-webkit-transform: scale(1.01);transition: ease all 0.1s;width: 45px;transition: ease all 0.5s;}
.business-box:hover .txt-center{height: 60px;transition: ease all 0.5s;}
.business-box:hover .business-content span{color: #0b6bb5;}
.business-section p{font-size: 16px;  color: #000000;}
.section-paragraph {
    font-size: 16px;
    text-align: left;
    color: #000;
    padding-left: 30px;
}
.business-section {
    background-image: url(../images/icon-bg.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: right bottom;
}


.btn-blue{background:transparent;border: 2px solid #1378be;transition: ease all 0.5s;}
.btn-blue:hover{background: #1378be;color: #fff;transition: ease all 0.5s;}
.btn-white{background:transparent;border: 2px solid #fff;transition: ease all 0.5s;color:#fff}
.btn-white:hover{background: #fff;color: #000;transition: ease all 0.5s;}
.btn-violet{background:transparent;border: 2px solid #b43e6a;transition: ease all 0.5s;color:#b43e6a}
.btn-violet:hover{background: #b43e6a;color: #fff;transition: ease all 0.5s;}


.bg-images {position: absolute;left: 0;top: 0;right: 0;bottom: 0;overflow: hidden;z-index: 0;}
.bg-images img {border-radius: 0;min-height: 100%;min-width: 100%;position: relative;height: 100%;}
.panelBox{height: 290px;}

.videoThumb{}
.videoThumb{cursor:pointer;position: relative;margin-bottom:10px}
.videoThumb a:before{background:url(../images/video-button.png);position:absolute;content:"";display:block;-webkit-transform: translate(12%, -6%);transform: translate(12%, -6%);width: 78px;height: 78px;left: 40%;top: 30%;animation: pulse 1s;animation-iteration-count: infinite;background-repeat: no-repeat;}



.sectionTitle-violet{font-weight: 500;}

/*Featured Stories*/
.featured-stories{position:relative; display:block;}
.featured-stories p{font-size: 1.2rem;margin-top: 15px;}

/*News*/
.newsImg {
    height: 60px;
    overflow: hidden;
    vertical-align: top;
    padding-top: 3px;
}
.newsImg img{width:100%;}
.newsDetails {
    vertical-align: top;
    padding-left: 15px;
}
.newsBrief {
    color: #5b5b5b;
    line-height: 1.2;
	font-size: 14px;
}
.newsDate {
    color: #b43e6a;
    margin-top: 5px;
    font-size: 0.9rem;
}

/*Resources*/
#resources img{width:auto;margin-left: auto;margin-right: auto;}
.resourceItem{display:block;}
.resourceItem:hover .py-2{color: #0b6bb5;}
.resourceItem > div:nth-child(1){text-align: center;color: #000;min-height: 70px;}
.resourceItem > div:nth-child(2){text-align: center;color: #000;}

/*Footer*/
.footerArrow {
    position: absolute;
    background: #a3a3a3;
    color: #fff;
    width: 40px;
    height: 40px;
    right: 4%;
    top: -10px;
    font-size: 1.5rem;
    text-align: center;
    padding-top: 3px;
    cursor: pointer;
}

    .footerArrow:before {
        content: "";
        position: absolute;
        left: -20px;
        top: 0;
        display: block;
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-left: 10px solid transparent;
        border-right: 10px solid #7a7a7a;
    }
	
.section-growth{display: block;position: relative;padding: 2rem 0px 0rem 0px;background: #cde1ea;}
.section-growth .container{position:relative;}
.section-growth .sectionTitle{font-size: 3rem;color: #b43e6a;margin-bottom: 1rem;}

.businesses-block{padding: 3rem 0;}
.business-tile{transition: transform .3s;display: block;}
.business-tile:hover{transform: scale(1.02);box-shadow: 0 0px 4px #ccc;}
.business-thumb{overflow: hidden;height: 170px;margin-bottom: 10px;}
.business-thumb img{width:100%;}
.business-title{color: #1378be;padding: 10px 10px;font-size: 1rem;}
.business-title:after{border-top:3px solid #1378be; position:relative; display:block; content:"";width: 115px;margin-top: 10px;}
.business-desc{font-size: 14px;color: #000;min-height: 65px;padding: 10px 10px;}

.homeslider .slideitem{position:relative}
.bannercontent{
	font-weight: bolder;
    -webkit-transform: translate(0%, 40%);
    transform: translate(0%, 40%);
    position: absolute;
    top: 40%;
    /* left: 20%; */
    color: #fff;
    width: 100%;
    text-align: center;
    text-shadow: 1px 1px 20px #000;
    }
	.bannercontent h1{font-weight:bolder;} 
.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
}
#other-ventures .owl-prev span{color: #fff;font-size: 40px;line-height:55px;}
#other-ventures .owl-next span{color: #fff;font-size: 40px;line-height:55px;}
#other-ventures a{color:#000;font-size: 13px;font-weight: 500;}
#other-ventures a:hover{color:#0b6bb5;}

.txt-left{text-align:left !important;}
.newsItem:hover .newsBrief{color: #0b6bb5;}

/*Backto Top*/
#back-to-top {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: rgba(0, 0, 0, 0.1607843137254902); /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 37px; /* Rounded corners */
    font-size: 18px; /* Increase font size */
                    transition: ease-in all 0.2s;
}

#back-to-top:hover {    transition: ease-in all 0.2s;
    background-color: rgba(0, 0, 0, 0.70); /* Add a dark-grey background on hover */
                
}
.desktop-none {display:none !important;}
/*Fixed header*/
.nav-up {
  top: -40px;
}
.nav-down{position: fixed;transition: top 0.2s ease-in-out;width: 100%;    z-index: 999;}
.sticky-header {
	box-shadow: 0px 1px 8px rgba(0,0,0,0.4);
	position: fixed;
    top: 0px;
	z-index:9;    background: #fff;
}
.sticky-header .nav-item .nav-link{transition: ease padding 0.3s;}
.sticky-header .navbar-brand img{width: 100px;transition: ease all 0.5s;}
.navPanel .navbar-brand img{transition: ease all 0.5s;position: relative; top: 3px;}

/*Loader*/
#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  overflow: hidden;
}
.no-js #loader-wrapper {
  display: none;
}

#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #17b779;
  -webkit-animation: spin 1.7s linear infinite;
          animation: spin 1.7s linear infinite;
  z-index: 11;
}
#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #1378be;
  -webkit-animation: spin-reverse .6s linear infinite;
          animation: spin-reverse .6s linear infinite;
}
#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #f04c23;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spin-reverse {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}
@keyframes spin-reverse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
#loader-wrapper .loader-section {
  position: fixed;
  top: 0;
  width: 100%;
  height: 50%;
  background: #222;
  z-index: 10;
}

#loader-wrapper .loader-section.section-left {
  left: 0;
}

#loader-wrapper .loader-section.section-right {
  right: 0;
}

/* Loaded styles */
.loaded #loader-wrapper .loader-section.section-left {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader-wrapper .loader-section.section-right {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.loaded #loader-wrapper {
  visibility: hidden;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  transition: all 0.3s 1s ease-out;
}


/*Responsive Vimeo VIdeo*/
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%;}


.nav-sublink{
padding: 5px 10px;	
}
.nav-sublink a{
	color:#000;
	font-size: 14px;
}
.nav-sublink a:hover{color:#1378be;}
.menu-thumb{width: 300px;margin-left: auto;}
.menu-thumb img{transform: scale(1.0);transition: ease all 0.3s;}
.menu-thumb:hover img{transform: scale(1.02);transition: ease all 0.3s;}
.homeslider .owl-item .item video {
    min-width: 100%;
    min-height: 100%;
}
.homeslider .owl-item .item > img {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    z-index: -1;
	top: 0%;
}
.fixed-img {
    position: fixed !important;
    top: 0;
    z-index: 0;
}
.topMenu {
    margin: 0;
    padding: 0px 0 0px 0;
}

    .topMenu li {
		padding: 14px 0px 14px 0px;
        list-style: none;
        display: inline-block;
    }

        .topMenu li a {
            color: #707070;
            font-size: 14px;
            padding: 0px 20px;
        }

        .topMenu li > a:hover {
            text-decoration: none;
            opacity: 0.8;
        }
.searchIcon{padding: 8px 0px;display: none;}
.searchIcon i{color:#474747;}
.ft-policy-links{display: inline-block;}
.ft-social{display: inline;position: relative;top: 10px;}
.ft-social li{display: inline-block;text-align: center;width: 15%;}
.ft-social li:hover a{color: #0b6bb5;transition: ease all 0.3s;}
.ft-social li a{color: #0b6bb5;padding: 5px 5px;}

/*Footer Form*/
.footerPanel2 .form-control{background: #f6f6f6;border: 0px;}

.txt-lg {
    font-size: 1.5rem;
}
.section-heading {
    font-size: 1.2em;
    margin-bottom: 2rem;
    font-weight: 400;
}


.signature{font-weight: normal;font-size: 1.2rem;}
@font-face {
font-family: 'Celine Dion Handwriting';
font-style: normal;
font-weight: normal;
src: local('Celine Dion Handwriting'), url('../webfonts/Celine_Dion_Handwriting.woff') format('woff');
}
.signature span{font-family: 'Adani-Regular';font-size: 12px;display: block;}
.chairman-box{margin-right: -10px;}
.chairman-box a{font-size: 12px;}

.news-updates{padding-left: 38px;position:relative;}
.news-updates li{margin-bottom: 15px;font-size: 14px;}
.news-updates li:before{background-image:url(../images/news-icon.png); content:""; display:block; position: absolute;width: 35px;height: 30px;left: 0px;background-repeat: no-repeat;}
.box-shadow{box-shadow: 0px 0px 11px -8px #000;}
.btn-gradient{background: rgba(27,159,148,1);color:#fff;
background: -moz-linear-gradient(left, rgba(27,159,148,1) 0%, rgba(49,109,179,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(27,159,148,1)), color-stop(100%, rgba(49,109,179,1)));
background: -webkit-linear-gradient(left, rgba(27,159,148,1) 0%, rgba(49,109,179,1) 100%);
background: -o-linear-gradient(left, rgba(27,159,148,1) 0%, rgba(49,109,179,1) 100%);
background: -ms-linear-gradient(left, rgba(27,159,148,1) 0%, rgba(49,109,179,1) 100%);
background: linear-gradient(to right, rgba(27,159,148,1) 0%, rgba(49,109,179,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b9f94', endColorstr='#316db3', GradientType=1 );transition: ease all 0.3s;}
.btn-gradient:hover, .btn-gradient:active, .btn-gradient:focus{
	background: rgba(47,111,176,1) ;
background: -moz-linear-gradient(left, rgba(47,111,176,1) 0%, rgba(93,177,136,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(47,111,176,1)), color-stop(100%, rgba(93,177,136,1)));
background: -webkit-linear-gradient(left, rgba(47,111,176,1) 0%, rgba(93,177,136,1) 100%);
background: -o-linear-gradient(left, rgba(47,111,176,1) 0%, rgba(93,177,136,1) 100%);
background: -ms-linear-gradient(left, rgba(47,111,176,1) 0%, rgba(93,177,136,1) 100%);
background: linear-gradient(to right, rgba(47,111,176,1) 0%, rgba(93,177,136,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f6fb0', endColorstr='#5db188', GradientType=1 );
transition: ease all 0.3s;color: #fff;
}
.heading {
    border-left: 5px solid #18A790;
    font-size: 28px;
}
.border-l {border-left: 5px solid #18a790;}
.top-submenu{display: flex;}
.sticky-header .top-submenu{display:none;transition: ease all 0.3s;}
.sticky-header .navbar-brand img{width: 105px;transition: ease all 0.3s;top: 0px;position: relative;}
.sticky-header .mainmenu{height: 100%;padding: 5px 0px;}
#sustanibility .owl-item img{transform: scale(1.0);transition: ease all 1s;}
#sustanibility .owl-item .item:hover img{transform: scale(1.1);transition: ease all 1s;}
.nav-bg-gray{background: #ebebeb;}
.btn-menu i{color: #3070b1;}
.ceo-img:before{content: "";
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-bottom: 22px solid #ececee;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    left: -16px;
    top: 10px;}
.businesses-block .form-control option{color: #000;}
.sustainability-v:before{border-left: 14px solid transparent;border-right: 14px solid transparent;border-bottom: 22px solid #fff;position:absolute; display:block;content:"";top: -21px;right: 15px;}
.sustainability-h:before{border-left: 14px solid transparent;border-right: 14px solid transparent;border-bottom: 22px solid #fff;position:absolute; display:block;content:"";top: 15px;left: -23px;-ms-transform: rotate(-90deg);-webkit-transform: rotate(-90deg);transform: rotate(-90deg);}


/*Video*/
.video-section{position:relative;}
.video-section img{cursor:pointer;}
.video-section:before{content:"\f04b";position:absolute;font-family: 'Font Awesome 5 Free';font-weight:700;display: inline;border: 2px solid #fff;padding: 9px 20px;border-radius: 100%;top: 45%;left: 46%;color: #fff;font-size: 35px;cursor: pointer;}
.video-content a{color: #1b9e95;font-size: 12px;}
.video .modal-content{background: transparent; border: 0px;}
.video button.close {position: absolute;right: 0px;top: -30px;font-size: 25px;color: #fff;opacity: 1;outline: 0;font-weight: 400;}
.video .modal-body {padding: 5px;}
.home-video-thumb{width: 390px;position: absolute;bottom: 50px;right: 0px;}
.home-video-thumb .owl-item .item img{border: 2px solid #fff;}


/*Home Video Thumb Carousel*/
.home-video-thumb .owl-dots{padding: 20px 0px 0px 0px;}
.home-video-thumb .owl-dot span{border-radius: 0px;}
.home-video-thumb .owl-dots .active span{background:#006db7}
.home-video-thumb .owl-dots span:hover{background:#006db7}
.home-video-thumb .owl-prev{position: absolute;left: 0px;background: #fff !important;width: 45px;border-radius: 100%; outline:0;box-shadow: 0px 1px 1px #b1b1b1;left: -21px;}
.home-video-thumb .owl-prev span{font-size: 30px;color: #000;}
.home-video-thumb .owl-next{position: absolute;right: 0px;background: #fff !important;width: 45px;border-radius: 100%;outline:0;box-shadow: 0px 1px 1px #b1b1b1;right: -21px;}
.home-video-thumb .owl-next span{font-size: 30px;color: #000;}
.home-video-thumb .owl-nav{position: absolute;top: 55%;}
.video-content{background:#fff;     border: 2px solid #e8e8e8;}
.video-main{position:relative;}
.home-video-thumb{width: 390px;position: absolute;bottom: 0px;
    right: 10px;}
.home-video-thumb .owl-item .item img{border: 2px solid #fff;}
.home-video-thumb .gallery-item img{    width: 100% !important;border: 2px solid #fff;}

.video-wrapper {
    position: relative;
}

.video-wrapper > video {
    width: 100%;
    vertical-align: middle;
}

.video-wrapper > video.has-media-controls-hidden::-webkit-media-controls {
    display: none;
}

.video-overlay-play-button {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 10px calc(50% - 50px);
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    opacity: 0.95;
    cursor: pointer;
    transition: opacity 150ms;
	background-color: rgba(0, 0, 0, 0.38);;
}

.video-overlay-play-button:hover {
    opacity: 1;
}

.video-overlay-play-button.is-hidden {
    display: none;
}
.banner-content{position: absolute;top: 70%;width: 100%;text-align: center;}
.banner-content h2{font-size: 1.5rem;color: #fff;font-weight: 600;margin-bottom: 10px;}
.banner-content p{font-size: 1.2rem;color: #fff;}


.txt-xs{font-size:12px;}
.txt-sm{font-size:16px;}
.txt-md{font-size:20px;}
.txt-lg{font-size:26px;}

/*Owl Single Item*/
.single-item .owl-dots{text-align:right;}
.single-item .owl-dots .owl-dot span{width: 40px;height: 5px;}

/*Owl 3 Items*/
.three-item .owl-nav{top: 50%;-webkit-transform: translate(0%, -50%);transform: translate(0%, -50%);}
.three-item .owl-nav .owl-prev{background: transparent !important;left: -30px;position: relative;font-size: 3rem !important;}
.three-item .owl-nav .owl-next{background: transparent !important;right: -30px;position: relative;font-size: 3rem !important;}
.three-item .owl-nav .owl-prev:hover, .three-item .owl-nav .owl-next:hover{color: #9a9a9a !important;}


.achieve-icn{text-align: center;}
.achieve-icn img{transform: scale(1.0);transition: ease all 1s;}
.achieve-block:hover .achieve-icn img{transform: scale(1.1);transition: ease all 1s;}
.achieve-description{text-align: center;font-size: 15px;min-height: 100px;line-height: 1.3;}
.bg-op-image .bg-images{opacity:0.2;}


/*Business Inner Breadcrumb*/
.breadcrumb-b-inner{position: absolute;width: 100%;top: 30px;z-index: 9;}
.breadcrumb-b-inner ul{margin-bottom: 10px;}
.breadcrumb-b-inner ul li{display: inline-block;}
.breadcrumb-b-inner ul li a{color:#fff;transition: ease all 0.3s;}
.breadcrumb-b-inner ul li a:hover{color:rgba(255, 255, 255, 0.76);transition: ease all 0.3s;}
.breadcrumb-b-inner ul li:nth-child(odd):after{content:">"; display:inline-block; position:relative;color:#fff;position: relative;top: 2px;margin: 0px 5px;}
.breadcrumb-b-inner h1{color:#fff;font-size: 1.5rem;}
.search-main{position: absolute;width: 100%;left: 0px;height: 100%;z-index: 9;opacity:0;}
.search-main form{height: 100%;}
.search-main form input{height: 100%;padding: 10px 20px;font-size: 2rem;transition: ease all 0.5s;border: 0px;}
.search-main{display:none;}


.viewall{color: #007ea8;font-size: 12px;margin-top: 10px;cursor:pointer;display: inline-block;}
.viewall:hover{color: #1a727e;}
.terms-link{}
.terms-link li{}
.terms-link li:after{content:"|";position:relative;margin: 0px 10px;}
.terms-link li:nth-child(3):after{display:none;}
.sitemap-link{color: #fff;text-align: left;cursor:pointer;}
.sitemap-link a:hover{color:#fff;}
.sitemap-link i{float: right;position: relative;top: 5px;}
.bg-gradient{background: rgb(249,139,18);
background: linear-gradient(90deg, rgba(249,139,18,1) 0%, rgba(223,79,34,1) 35%);}
	
	
.breadcrumb-3level{position:relative; display:block;margin-bottom: 0px !important;background:#000;}
.breadcrumb-3level .container{position:relative; display:block;}
.breadcrumb-3level h1{color: #fff;font-weight: 500;margin-bottom: 10px;}
.breadcrumb-3level p{color:#fff;}
.breadcrumb-3level ul li:after{color:#fff;content:">"; position:relative;top: 1px;left: 5px;}
.breadcrumb-3level a{color:#fff;transition: ease all 0.3s;text-decoration:none;text-transform:capitalize;}
.breadcrumb-3level a:hover{text-decoration: underline !important;transition: ease all 0.3s;text-decoration:none;color:#fff;}
.breadcrumb-3level ul{margin-bottom: 10rem;}
.breadcrumb-3level ul li{display: inline-block;text-decoration:none;}
.breadcrumb-3level ul li:nth-child(even) a:before{content:">";position:relative;margin-right: 10px;}
.breadcrumb-3level .bg-image img{opacity:0.8;}
.bg-image {position: absolute;left: 0;top: 0;right: 0;bottom: 0;overflow: hidden;z-index: 0;}
.bg-image img {border-radius: 0;min-height: 100%;min-width: 100%;position: relative;height: 100%;object-fit: cover;}

.investor-tiles{position:relative;transition:ease all 0.3s}
.investor-tiles p{color:#fff;}
.investor-tiles p:nth-child(1){position: relative;}
.investor-tiles p:nth-child(2){position: relative;margin-bottom: 15px;font-size: 18px;}
.investor-tiles p:nth-child(3){position: relative;text-align: center;margin-bottom: 0px;}
.investor-tiles:hover p:nth-child(3) span{font-size: 2.4rem;transition: ease all 0.3s;}
.investor-tiles p span{display:block;font-size: 2.2rem;transition: ease all 0.3s;}
.investor-tiles .bg-images img{opacity:0.1; transition:ease all 0.3s;transform: translateY(0px) scale(1.0);}
.investor-tiles:hover{background: rgba(27,159,148,1);background: -moz-linear-gradient(left, rgba(27,159,148,1) 0%, rgba(49,109,179,1) 100%);background: -webkit-gradient(left top, right top, color-stop(0%, rgba(27,159,148,1)), color-stop(100%, rgba(49,109,179,1)));background: -webkit-linear-gradient(left, rgba(27,159,148,1) 0%, rgba(49,109,179,1) 100%);background: -o-linear-gradient(left, rgba(27,159,148,1) 0%, rgba(49,109,179,1) 100%);background: -ms-linear-gradient(left, rgba(27,159,148,1) 0%, rgba(49,109,179,1) 100%);background: linear-gradient(to right, rgba(27,159,148,1) 0%, rgba(49,109,179,1) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b9f94', endColorstr='#316db3', GradientType=1 );}
.investor-tiles-1{background: #306db2;}
.investor-tiles-2{background: #2783a5;}
.investor-tiles-3{background: #1b9e95;}
.investor-tiles:hover .bg-images img{opacity:0.2; transition:ease all 0.3s;}
.investor-tiles:hover{transform: translateY(-2px) scale(1.01);transition: ease all 0.5s;-webkit-box-shadow: 0 14px 24px rgba(62,57,107,.2);box-shadow: 0 14px 24px rgba(62,57,107,.2);transition;ease all 0.3s;}
.investor-tiles:hover p:nth-child(3){transform: translateY(0px) scale(1.01);transition: ease all 0.5s;}


.inv-tabs{border-bottom: 0px;}
.inv-tabs li{width: 16%;text-align: center;}
.inv-tabs li a{background: transparent !important;color: #000 !important;border: 0px !important;font-size: 14px;}
.inv-tabs .nav-item .nav-link.active:after{content:""; display:block; position:relative;background: rgba(27,159,148,1);background: -moz-linear-gradient(left, rgba(27,159,148,1) 0%, rgba(49,109,179,1) 100%);background: -webkit-gradient(left top, right top, color-stop(0%, rgba(27,159,148,1)), color-stop(100%, rgba(49,109,179,1)));background: -webkit-linear-gradient(left, rgba(27,159,148,1) 0%, rgba(49,109,179,1) 100%);background: -o-linear-gradient(left, rgba(27,159,148,1) 0%, rgba(49,109,179,1) 100%);background: -ms-linear-gradient(left, rgba(27,159,148,1) 0%, rgba(49,109,179,1) 100%);background: linear-gradient(to right, rgba(27,159,148,1) 0%, rgba(49,109,179,1) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b9f94', endColorstr='#316db3', GradientType=1 );width: 100%;height: 5px;margin-top: 10px;}

.share-details{}
.share-details p{font-size: 12px;}
.share-details p span{float: right;color: #929292;}
.btn-sharemarket{background: #2784a5;color: #fff;transition: ease all 0.3s;}
.btn-sharemarket:hover{background: #1c9c95;color:#fff;}
.btn-sharemarket:hover i{font-size: 16px;transition:ease all 0.2s;border: 0px solid transparent;}
.btn-sharemarket i{font-size: 14px;transition:ease all 0.5s;border-left: 2px solid transparent;}
 

.sports-tile{position: relative;text-align: center;padding: 50px 0px;font-size: 1.4rem;color: #fff;}
.sports-tile .bg-images img{opacity:0.6;}
.sports-tile h3{position: relative;text-align: center;padding: 50px 0px;font-size: 1.3rem;}
.sports-m-block{}
.sports-m-block .bg-images img{opacity:0.6}
.tile-01{background:#e83e8c;}
.tile-02{background:#28a745;}
.tile-03{background:#17a2b8;}
.tile-04{background:#000000;}

.boxzoom{box-shadow: 0px 0px 0px 0px #2d2d2d;transition: ease all 0.3s;}
.boxzoom:hover{-webkit-transform: translateY(-4px) scale(1.02);-moz-transform: translateY(-4px) scale(1.02);-ms-transform: translateY(-4px) scale(1.02);-o-transform: translateY(-4px) scale(1.02);transform: translateY(-4px) scale(1.02);-webkit-box-shadow: 0 14px 24px rgba(62,57,107,.2);box-shadow: 0 14px 24px rgba(62,57,107,.2);}

.btn-bordered{color: #fff;border: 1px solid #fff;transition: ease all 0.3s;}
.btn-bordered:hover, .btn-bordered:active, .btn-bordered:focus{outline:0;background: #fff;color: #000;transition: ease all 0.3s;}


.ul-share{}
.ul-share i{font-size: 18px;}
.ul-share li{display: inline-block;}
.ul-share .fa-twitter{color:#55acee;}
.ul-share .fa-facebook-square{color: #3a559f;}
.ul-share .fa-linkedin{color: #0077b7;}

#investor-select select {color: #fff;}
#investor-select select option{color: #000;}

.inv-tab-img-block{max-height: 160px;overflow: hidden;}
.inv-tab-img-block img{left: 0%;top: 10%;-webkit-transform: translate(0%, -10%);transform: translate(0%, -10%);}


.stats .zoomicon{transform: translateY(0px) scale(1.0);transition: ease all 0.6s;overflow:hidden;background: #ebebeb;}
.stats .zoomicon img{transform: translateY(0px) scale(0.8);transition: ease all 0.6s;overflow:hidden;}
.stats .zoomicon p{transform: translateY(0px) scale(0.95);transition: ease all 0.6s;overflow:hidden;}
.stats .zoomicon:hover img{transform: translateY(0px) scale(1.1);transition: ease all 0.6s;}
.stats .zoomicon:hover p{transform: translateY(0px) scale(1.1);transition: ease all 0.6s;overflow:hidden;font-size: 1.2rem;color:#fff;}
.stats .zoomicon:hover span{color:#fff;}
.stats .zoomicon:hover{transition: ease all 0.5s;-webkit-box-shadow: 0 14px 24px rgba(62,57,107,.2);box-shadow: 0 14px 24px rgba(62,57,107,.2);    background: rgba(49,110,179,1);
background: -moz-linear-gradient(45deg, rgba(49,110,179,1) 0%, rgba(26,163,147,1) 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(49,110,179,1)), color-stop(100%, rgba(26,163,147,1)));
background: -webkit-linear-gradient(45deg, rgba(49,110,179,1) 0%, rgba(26,163,147,1) 100%);
background: -o-linear-gradient(45deg, rgba(49,110,179,1) 0%, rgba(26,163,147,1) 100%);
background: -ms-linear-gradient(45deg, rgba(49,110,179,1) 0%, rgba(26,163,147,1) 100%);
background: linear-gradient(45deg, rgba(49,110,179,1) 0%, rgba(26,163,147,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#316eb3', endColorstr='#1aa393', GradientType=1 );transition: ease all 0.6s;transform: translateY(-10px) scale(1.0);}
.stats .zoomicon:hover img{-webkit-filter: invert(40%) grayscale(100%) brightness(40%) sepia(100%) hue-rotate(-50deg) saturate(400%) contrast(2);filter: grayscale(100%) brightness(155%) sepia(178%) hue-rotate(0deg) saturate(93%) contrast(1);}

#business-stats img{width:auto;margin-left: auto;margin-right: auto;margin-bottom: 0px;height: 62px;}
.btn:not(:disabled):not(.disabled).active, .btn:not(:disabled):not(.disabled):active {
    background: rgba(47,111,176,1) ;
background: -moz-linear-gradient(left, rgba(47,111,176,1) 0%, rgba(93,177,136,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(47,111,176,1)), color-stop(100%, rgba(93,177,136,1)));
background: -webkit-linear-gradient(left, rgba(47,111,176,1) 0%, rgba(93,177,136,1) 100%);
background: -o-linear-gradient(left, rgba(47,111,176,1) 0%, rgba(93,177,136,1) 100%);
background: -ms-linear-gradient(left, rgba(47,111,176,1) 0%, rgba(93,177,136,1) 100%);
background: linear-gradient(to right, rgba(47,111,176,1) 0%, rgba(93,177,136,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f6fb0', endColorstr='#5db188', GradientType=1 );
transition: ease all 0.3s;color: #fff;
}
.video-content h3 {
    font-size: 25px;
    color: #000;
    text-shadow: 0px 0px 0px #000;
}
.video-content p {
    font-size: 18px;
    line-height: normal;
    text-shadow: 0px 0px 0px #000;
    margin-bottom: 10px;
}
footer .border-right {
    border-right: 2px solid #d0d0d0 !important;
}
.breadcrumb ul {
    margin-bottom: 12rem;
}
.breadcrumb {
    position: relative;
    display: block;
    margin-bottom: 0px !important;
    height: 485px;
	    background: #000;
}
.breadcrumb .bg-image img{opacity: 0.9;}
.breadcrumb h1 {
text-shadow: 0px 0px 7px #000; 
 font-size: 33px;
    color: #fff;
    margin-bottom:15px;
}
.breadcrumb p {
	text-shadow: 0px 0px 7px #000;
    font-size:16px;
    color: #fff;
}
.inner-project .item img{
    width:100%;
}
.mainSlider .owl-dots{position: absolute;bottom: 0;width: 100%;}
.mainSlider .owl-dot{position: relative;}
.mainSlider .owl-dot span{border-radius: 0 !important;height: 5px !important;width: 40px !important;background: #ccc !important;}
.mainSlider .owl-dot.active{
    bottom: 4px;
}
.mainSlider .owl-dot.active span{
    background: #fff !important;
}
/*.product-content {
    border: 1px solid #e1e1e1;
    margin-bottom: 30px;
}*/
.mainSlider .item {
    height: 600px;
    position: relative;
}

.mainSlider .item video{
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
}
.mainSlider .item.video-item:before {
    content: "";
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.right-title {
    float: right;
}
.right-title img{
    display: inline-block;
    vertical-align: middle;
}
.right-title h3 {
    color: #383838;
    font-size: 23px;
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
}
.right-title span {
	    display: none;
    font-size: 18px;
    font-weight: 400;
    margin-left: 6px;
}
.item img {
    width: 100%;
}
.inner-project .item{
    position: relative;
    height: 500px;
    overflow: hidden;
}
.inner-project .item:before {
    content:"";
    position:absolute;
    -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.59);
    -moz-box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.59);
    box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.59);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
#sustanibility .owl-item .item:before {
    content:"";
    position:absolute;
    -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.59);
    -moz-box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.59);
    box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.59);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.exports-tab-content .steps ul{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.exports-tab-content .steps ul li a{
    padding: 10px 8px 10px 80px;
    height: 100px;
    position: relative;
    background-color: #dbdbdb;
    border-radius:0;
    font-size: 23px;
    color: #095b5f;
    display: block;
}
.exports-tab-content .steps ul li{
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.18);
}
.exports-tab-content .steps ul li:last-child{
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.18);   
}
.exports-tab-content .steps ul li a:before{
    content: "";
    position: absolute;
    width: 71.5px;
    height: 69px;
    background-color: #dbdbdb;
    top: 16px;
    right: -36px;
    transform: rotate(-46.4deg);
    box-shadow: 5px 5px 4px rgba(0, 0, 0, 0.18);
    z-index: 1; 
}
.exports-tab-content .steps ul li.current a{
    background-color: #095b5f;
    color: #fff;
}
.exports-tab-content .steps ul li.current a:before{
    background-color: #095b5f;
}
.exports-tab-content .steps ul li:first-child a{
    padding: 10px 8px 10px 27px;
}
.exports-tab-content .steps ul li:last-child a{
    padding: 10px 27px 10px 80px;
}
.exports-tab-content .steps ul li:last-child a:before{
    box-shadow: none;
}
.exports-tab-content span.number {
    font-size: 51px;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
}
.exports-tab-content .steps span.tab-title {
    display: inline-block;
    vertical-align: middle;
    margin-left: 9px;
    z-index: 1;
    position: relative;
    text-shadow: 0px 0px 0px #095b5f;
}
.exports-tab-content .content {
    background-color: #fff;
    padding: 100px 40px 30px;
    margin-top: -50px;
}
.exports-tab-content .content h3 {
    display: none;
}
.exports-tab-content form label{
    color:#000;
    font-size:19px;
    font-weight:500;
    margin-right:15px;
    float: left;
    margin-top: 8px;
}
.exports-tab-content form label.error{
    display: none !important;
}
.exports-tab-content .tab-field {
    background-color: #f7f7f7;
    border: none;
    height: 45px;
    padding: 5px 15px;
    width: 100%;
    font-size: 19px;
    color: #565656;
    font-weight: 500;
    outline: none;
    border: 1px solid transparent;
}
.exports-tab-content .tab-field.error{
    border: 1px solid #ff1212
}
.exports-tab-content .textarea-field{
    height: 150px;
    resize: none;
}
.exports-tab-content .select-field {
    width:125px;
    max-width:100%;
    position: relative;
    -webkit-appearance: none;
}
.exports-tab-content .select-option {
    width: 125px;
    max-width: 100%;
    float: left;
    position: relative;
}
.exports-tab-content .select-option:before{
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(219, 219, 219, 0);
    border-top-color: #565656;
    border-width: 7px;
    margin-left: 0px;
    z-index: 1;
    right: 10px;
    top: 18px;
}
.exports-tab-content form .actions {
    background-color: #fff;
    padding: 10px 40px 30px;
}
.exports-tab-content form .actions ul{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.exports-tab-content form .actions ul li{
    box-shadow:none;
    margin-right: 10px;
}
.exports-tab-content form .actions .disabled {
    display: none;
}
.exports-tab-content form .actions ul li a {
    background-color: #095b5f;
    color: #fff;
    border: none;
    font-size: 21px;
    padding: 5px 25px 7px; 
    cursor: pointer;
    outline: none;
}
.exports-tab-content form .number-field {
    float: left;
    margin-bottom: 1rem;
}
.exports-tab-content form .small-number {
    width: 15%;
    margin-right: 5%;
}
.exports-tab-content form .big-number {
    width: 33%;
}

.map-location-content {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center left;
    position: absolute;
    left: 50px;
}
.map-details {
    z-index: 1;
}
@media(min-width:992px) and (max-width: 1199px) {
    .exports-tab-content .steps ul li:first-child a {
        padding: 18px 8px 18px 27px;
    }
    .exports-tab-content .steps ul li:last-child a {
        padding: 18px 27px 18px 70px;
    }
    .exports-tab-content .steps ul li a {
        padding: 18px 8px 18px 70px;
        font-size: 18px;
    }
    .exports-tab-content span.tab-no{
        font-size: 40px;
    }
}
@media (max-width: 991px) {
    .exports-tab-content .steps ul li{
        width: 100%;
    }
    .exports-tab-content .steps ul li:last-child a {
        padding: 18px 27px 18px 27px;
    }
    .exports-tab-content .steps ul li a {
        padding: 18px 8px 18px 27px;
    }
    label.no-label{
        width: 100%;
    }
    .exports-tab-content form .small-number{
        width: 20%;
    }
    .exports-tab-content form .big-number {
        width: 40%;
    }
    .map-location-content{
        position: relative;
        left: 0;
        margin-top: 50px;
    }

    .exports-tab-content .steps ul li a:before{
        display: none;
    }
    .exports-tab-content .content{
        margin-top: 0px;
    }


}
@media (max-width: 767px) {
    .exports-tab-content form .small-number{
        width: 22%;
    }
    .exports-tab-content form .big-number {
        width: 46%;
    }
    .factory-location .location-list {
        width: 100% !important;
    }
  
}

#other-ventures .owl-nav button{
    background: none;
    width: auto;
    height: auto;
}
#other-ventures .owl-nav button span{
    background: transparent; box-shadow: 0px 0px 0px #fff;
	color:#000;
    line-height: normal;
}
ul.filter-list li {
    position: relative;
    padding: 2px 18px;
    background-color: #ebebeb;
    border-radius: 0px;
    float: left;
    margin: 0px 5px;
    margin-bottom: 10px;
}
ul.filter-list li input{
    opacity: 0;
    position: absolute;
}
ul.filter-list li label{
    position: relative;
    padding-left: 28px;
    cursor:pointer;
}
ul.filter-list li label:before{
    content:"";
    position:absolute;
    width: 18px;
    height: 18px;
    border: 1px solid #000;
    left: 0;
    top: 3px;
}
ul.filter-list li label:after{
    position:absolute;
    left: 0px;
    top: 3px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    opacity:0;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f00c";
    font-size: 13px;
}

ul.filter-list li input[type="checkbox"]:checked + label:after {
    opacity:1;
}
ul.filter-list {
    display: inline-block;
}
.product-filter {
    cursor: pointer;
}
span.moreellipses {
    display: none !important;
}
a.morelink {
    display: none;
}


span.morelink{
    position: relative;
    height: 35px;
    display: inline-block;
    line-height: 35px;
    padding-right: 40px;
    cursor: pointer;
}
span.morelink:before{
    content: "\f078";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position:absolute;
    right:0;
    background: #fff;
    border-radius: 100%;
    box-shadow: 0px 1px 1px #b1b1b1;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
}
span.morelink.less:before{
    content: "\f077";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position:absolute;
    right:0;
    background: #fff;
    border-radius: 100%;
    box-shadow: 0px 1px 1px #b1b1b1;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
}
#other-ventures .item img{
    transition: ease all 0.3s;
}
#other-ventures .item:hover img{
    transform: scale(1.05);
    transition: ease all 0.3s;
}
.hide{
	display:none !important;
	
}
.show{
	display: inline-block !important;
}

.homestats{transform: translateY(0px) scale(1.0);transition: ease all 0.6s;background: transparent;border: 0px;}
.homestats:hover{transform: translateY(-10px) scale(1.0) !important;transition: ease all 0.6s !important;-webkit-box-shadow: 0 14px 24px rgba(62,57,107,.2);box-shadow: 0 14px 24px rgba(62,57,107,.2);    background: rgba(27,159,148,1);
    color: #fff;
    background: -moz-linear-gradient(left, rgba(27,159,148,1) 0%, rgba(49,109,179,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(27,159,148,1)), color-stop(100%, rgba(49,109,179,1)));
    background: -webkit-linear-gradient(left, rgba(27,159,148,1) 0%, rgba(49,109,179,1) 100%);
    background: -o-linear-gradient(left, rgba(27,159,148,1) 0%, rgba(49,109,179,1) 100%);
    background: -ms-linear-gradient(left, rgba(27,159,148,1) 0%, rgba(49,109,179,1) 100%);
    background: linear-gradient(to right, rgba(27,159,148,1) 0%, rgba(49,109,179,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b9f94', endColorstr='#316db3', GradientType=1 );}
.homestats:hover h3{color:#FFF;}
.homestats:hover img{-webkit-filter: invert(40%) grayscale(100%) brightness(40%) sepia(100%) hue-rotate(-50deg) saturate(400%) contrast(5); filter: grayscale(100%) brightness(155%) sepia(100%) hue-rotate(0deg) saturate(0%) contrast(5);}
.homestats h3{color: #208e9e; margin: 1rem 0rem 0rem 0rem;font-size: 1.5rem;}
.homestats .card-text{font-size: 12px !important;font-weight: 400 !important;}
.homestats .card-thumb img{width: 60px;}
.homestats .card-thumb{min-height: 62px;}
.homestats .card-body p{font-size: 14px; font-weight: 600;}

#about-banner .owl-dots{padding: 20px 0px 0px 0px;}
#about-banner .owl-dot span{border-radius: 0px;}
#about-banner .owl-dots .active span{background:#006db7}
#about-banner .owl-dots span:hover{background:#006db7}
#about-banner .owl-prev{position: absolute;left: -27px;background: #fff;width: 45px;border-radius: 100%; outline:0;box-shadow: 0px 1px 1px #b1b1b1;height: 45px;top: 10px;}
#about-banner .owl-prev span{font-size: 30px;color: #000;}
#about-banner .owl-next{position: absolute;right: -27px;background: #fff;width: 45px;border-radius: 100%;outline:0;box-shadow: 0px 1px 1px #b1b1b1;height: 45px;top: 10px;}
#about-banner .owl-next span{font-size: 30px;color: #000;}
#about-banner .owl-nav{position: relative;bottom: 100px;max-width: 1140px;margin-left: auto;margin-right: auto;margin-top: 0px;}
#about-banner .owl-nav .owl-prev:hover, #about-banner .owl-nav .owl-next:hover{color:#000;}


.slider-content{}
.slider-content img{}
.slider-content > div{position: absolute;width: 100%;bottom: 0px;}
.slider-content .container{background: rgba(0, 0, 0, 0.3215686274509804);padding: 3rem 3rem;}
.slider-content p{border-left: 3px solid #fff;padding-left: 15px;color: #fff;font-size: 24px;}
.breadcrumb-slider{position:relative;}
.breadcrumb-sl-inner{position: absolute;width: 100%;z-index: 9;top: 50px;}
.breadcrumb-sl-inner ul{}
.breadcrumb-sl-inner ul li{color: #fff;display: inline-block;}
.breadcrumb-sl-inner ul li:nth-last-child(1):after{content:" "}
.breadcrumb-sl-inner ul li:after{content:"\f105";padding:0px 10px;display: inline-block; position:relative;font-family: 'Font Awesome 5 Free';font-weight: 900;}
.breadcrumb-sl-inner ul li a:hover{color: #fff;text-decoration: underline;}
.breadcrumb-sl-inner ul li a{color: #fff;text-shadow:0px 0px 25px #000;text-transform: capitalize;}
.topMenu li h5 a{color:#1c9d96;font-size: 1.3rem;padding: 0px 0px;}
.topMenu li h5 a:hover{color:#000;}
.breadcrumb h1{text-transform:capitalize;}

.breadcrumb-sublayout-ul{}
.breadcrumb-sublayout-ul li{color: #000;display: inline-block;}
.breadcrumb-sublayout-ul li:nth-child(1):before{content:" "; display:none;}
.breadcrumb-sublayout-ul li:before{
    content: "\f105";
    padding-right: 10px;
    display: inline-block;
    position: relative;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    top: 2px;
    margin-left: 5px;
    }
.breadcrumb-sublayout-ul a{color: #000;text-transform: capitalize;}
.breadcrumb-sublayout-ul a:hover{color: #656565;}
.breadcrumb-sub-layout{}
.breadcrumb-sub-layout h1{margin-top: 20px;text-transform: capitalize; margin-bottom: 10px;}
.border-left {border-left: 5px solid #18A790 !important;}

.arrow{}
.arrow .fa{background: #fff;padding: 10px 12px;border-radius: 100%;box-shadow: 0px 1px 1px #b1b1b1;}
.loadMore em, .loadMore i{transition:ease all 0.5s;transform: translateY(0px) scale(1.0);background: #fff;padding: 10px 11px;border-radius: 100%;}
.loadMore:hover em, .loadMore:hover i{transition:ease all 0.5s;transform: translateY(0px) scale(1.3);}
.ul-bullets{padding-left: 20px;}
.ul-bullets li{list-style-type: disc;}


.scroll-down{position: absolute;right: 20px;bottom:20px;z-index: 2;cursor: pointer;}
.scroll-down span{display: block;line-height: 12px;font-size: 2.5rem;width: 2rem;height: 2rem;border-left: .2rem solid #fff;border-bottom: .2rem solid #fff;-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-ms-transform: rotate(-45deg);-o-transform: rotate(-45deg);transform: rotate(-45deg);}
.scroll-down span:nth-child(1){}
.scroll-down span:nth-child(2){position: relative;top: -10px;}
.scroll-down span:nth-child(3){position: relative;top: -20px;}
.scroll-down span:nth-child(4){position: relative;top: -30px;}
.scroll-down span:nth-child(5){position: relative;top: -40px;}

.blink {
  -webkit-animation-name: blink;
     -moz-animation-name: blink;
       -o-animation-name: blink;
          animation-name: blink;
  -webktit-animation-timing-function: linear;
      -moz-animation-timing-function: linear;
        -o-animation-timing-function: linear;
           animation-timing-function: linear;
  -webkit-animation-duration: 2s;
     -moz-animation-duration: 2s;
       -o-animation-duration: 2s;
          animation-duration: 2s;
}

.blink-infinite {
  -webkit-animation-iteration-count: infinite;
     -moz-animation-iteration-count: infinite;
       -o-animation-iteration-count: infinite;
          animation-iteration-count: infinite;

}

.blink-1 {
  -webkit-animation-duration: 2.0s;
     -moz-animation-duration: 2.0s;
       -o-animation-duration: 2.0s;
          animation-duration: 2.0s;
}
.blink-2 {
  -webkit-animation-duration: 1.9s;
     -moz-animation-duration: 1.9s;
       -o-animation-duration: 1.9s;
          animation-duration: 1.9s;
}
.blink-3 {
  -webkit-animation-duration: 1.8s;
     -moz-animation-duration: 1.8s;
       -o-animation-duration: 1.8s;
          animation-duration: 1.8s;
}
.blink-4 {
  -webkit-animation-duration: 1.7s;
     -moz-animation-duration: 1.7s;
       -o-animation-duration: 1.7s;
          animation-duration: 1.7s;
}
.blink-5 {
  -webkit-animation-duration: 1.6s;
     -moz-animation-duration: 1.6s;
       -o-animation-duration: 1.6s;
          animation-duration: 1.6s;
}


@-webkit-keyframes blink {
  50% {
    opacity: 0;
  }
}
@-moz-keyframes blink {
  50% {
    opacity: 0;
  }
}
@-o-keyframes blink {
  50% {
    opacity: 0;
  }
}
@keyframes blink {
  50% {
    opacity: 0;
  }
}

.slider-detail {position: absolute;width: 100%;bottom: 0px;}
.slider-detail .container{background: rgba(0, 0, 0, 0.6);padding: 3rem 3rem;}
.slider-detail h3{border-left: 3px solid #fff;padding-left: 15px;color: #fff;font-size: 24px;}

#consumer-essential{}
#consumer-essential span, #industry-essential span{font-size: 16px;}
#consumer-essential .owl-nav button:hover span, #industry-essential .owl-nav button:hover span{color:#000 !important;opacity:0.7;}

.img-thumb{overflow: hidden;height: 200px;background: #ebebeb;box-shadow: 0px 2px 13px -6px #2d2d2d;transition: ease all 0.3s;position:relative}
.img-thumb:hover{-webkit-transform: translateY(-4px) scale(1.02);-moz-transform: translateY(-4px) scale(1.02);-ms-transform: translateY(-4px) scale(1.02);-o-transform: translateY(-4px) scale(1.02);transform: translateY(-4px) scale(1.02);-webkit-box-shadow: 0 14px 24px rgba(62,57,107,.2);box-shadow: 0 14px 24px rgba(62,57,107,.2);cursor: pointer;transition: ease all 0.3s;}
.img-thumb img{top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%);position: absolute;padding: 0px 20px;}
.img-thumb:hover img{opacity:0.4;}
.img-thumb p{display:none}
.img-thumb p i{font-style: normal;background: #fff;color: #000;padding: 5px 10px;border-radius: 2px;box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.33);}
.img-thumb:hover p{position: absolute;display: block;font-style: normal;top: 50%;width: 100%;left: 50%;text-align: center;-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%);}

.clusterbased-park>div{background: rgba(0, 0, 0, 0.7607843137254902);position: absolute;bottom: 0px;width: 100%;padding: 10px 0px;color: #fff;}
.clusterbased-park a img{height: 220px;margin-bottom:10px;width:100%;}
.clusterbased-park p a{color:#fff;}
.clusterbased-park p a:hover{color:#fff;text-decoration:underline;}

.ft-logo img{width: 150px;}

.scroll-socialmedia {
    height: 400px;
    overflow: hidden scroll;
}
.txt-ceo{font-size: 1.3rem;}

.btn-w-border{border: 2px solid #fff;color: #fff !important;transition: ease all 0.3s;}
.btn-w-border:hover, .btn-w-border:active, .btn-w-border:focus{background: #fff;color: #000 !important;transition: ease all 0.3s;}
.CTA h2 {font-size: 26px;color: #fff;}
.CTA h2 span {float: right;}

/*About Slider*/
.breadcrumb-slider {position: relative;}
.slider-content{background: #000;}
.slider-content img{opacity: 0.7;}
.slider-content > div{position: absolute;width: 100%;bottom: 0px;}
.slider-content .container{background: rgba(0, 0, 0, 0.3215686274509804);padding: 3rem 3rem;}
.slider-content p, .slider-content h2{border-left: 3px solid #fff;padding-left: 15px;color: #fff;font-size:24px;}
#about-banner, #about-banner .item, #about-banner .item img{min-height: 400px;height: 42vw;}

.media-date{font-size: 2rem;color: #316eb3;border-bottom: 3px solid #306db2;margin-bottom: 2.5rem;}
.media-release-box{padding: 30px 20px;background: #fff;margin-bottom: 20px;border: 1px solid #e0e0e0;position: relative;display: block;}
.media-release-box h3 a{font-size: 1.4rem;margin-bottom: 10px;color:#000;}
.media-release-box h3 a:hover{color:#6f6f6f; transition:ease all 0.3s;}
.media-release-box p span{color: #949494;}
.media-release-box h3 a:after{content:"";display:block;position: absolute;background:url(../images/docs-icon.png);right: 15px;width: 75px;height: 75px;top: 17px;opacity: 0.2;}
.m-video:after{content:""; display:block; position:absolute;background:url(../images/video-icon.png) !important;}

.card-text:last-child {
	    min-height: 42px;
    margin-bottom: 0;
    color: #5A5A5A;
    font-size: 0.9rem;
}

#consumer-essential .item a img, #industry-essential .item a img{transform: translateY(0px) scale(1.0); transition: ease all 0.6s;}
#consumer-essential .item:hover img, #industry-essential .item:hover img{transform: translateY(0px) scale(1.1); transition: ease all 0.6s;}

.video-section:before{content:"\f04b";position:absolute;font-family: 'Font Awesome 5 Free';font-weight:700;display: inline;border: 2px solid rgba(255, 255, 255, 0.6);padding: 9px 20px;border-radius: 100%;color:rgba(255, 255, 255, 0.6);font-size: 35px;cursor: pointer; left: 50%;top: 50%;-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%);transition:ease all 0.5s; }
.video-section:hover:before{font-size:45px;transition:ease all 0.5s;color: #fff;border-color: #fff;padding: 9px 23px;}

/*Media Section*/
.ul-media-section{padding-left: 30px;}
.ul-media-section li{font-size: 13px;margin-bottom: 10px;list-style-type: disc;}
.ul-media-section li p a{color:#000;}
.ul-media-section li p span{display: block;color: #9a9a9a;font-size: 12px;}
.ul-media-section a{color:#000;}
.ul-media-section a:hover{color: #306eb2;text-decoration: underline;}
.ul-policies-section {position:relative;padding-left: 38px;}
.ul-policies-section a{color:#000;}
.ul-policies-section a:hover{color:#007ea8;}
.ul-policies-section li{margin-bottom: 10px;}
.ul-policies-section li:before{content:"\f15c";display:block;position:absolute;font-family: 'Font Awesome 5 Free';left: 0px;}
.ul-policies-section li span{display: block;color: #9a9a9a;font-size: 12px;}

/*News Section*/
.ul-news-section{padding-left: 38px;position: relative;}
.ul-news-section li{font-size: 13px;margin-bottom: 10px;}
.ul-news-section li p a{color:#000;}
.ul-news-section li p span{display: block;color: #9a9a9a;font-size: 12px;}
.ul-news-section li:before{background-image: url(../images/news-icon.png);content: "";display: block;position: absolute;width: 35px;height: 30px;left: 0px;background-repeat: no-repeat;}

/*Media Contacts*/
.ul-media-contacts{/*min-height: 255px;*/}
.ul-media-contacts li{margin: 30px 0px;}
.ul-media-contacts li a{color: #000;font-size: 15px;}
.ul-media-contacts li a:hover{color: #1d9b97;}
.ul-media-contacts li i{font-size: 25px;margin-right: 20px;position: relative;top: 3px;}

.boxzoom{transition: ease all 0.5s;transform: translateY(0px) scale(1.0);}
.boxzoom:hover{transition: ease all 0.5s;transform: translateY(0px) scale(1.01);-webkit-box-shadow: 0 14px 24px rgba(62,57,107,.2);box-shadow: 0 14px 24px rgba(62,57,107,.2);}

.box-block{background: #fff;border: 1px solid #eaeaea;}
.box-block p a{color: #1aa393;font-size: 14px;transition: ease all 0.2s;}
.box-block p a:hover{color: #306eb2;transition: ease all 0.2s;text-decoration: underline;}
.box-block .btn-border{border: 2px solid #1d9c96;color: #1d9c96 !important;transition: ease all 0.3s;}
.box-block .btn-border:hover{background:#1d9c96;transition: ease all 0.3s;color: #fff !important;}
.box-block .btn-gradient{color: #fff;}
.box-block .btn-gradient:hover{color: #fff;text-decoration: none;}

footer{border-top: 1px solid #efefef;}

.single-slide .owl-dots{padding: 20px 0px 0px 0px;}
.single-slide .owl-dot span{border-radius: 0px;}
.single-slide .owl-dots .active span{background:#006db7}
.single-slide .owl-dots span:hover{background:#006db7}
.single-slide .owl-prev{position: absolute;left: -27px;background: #fff !important;width: 45px !important;border-radius: 100% !important;outline:0;box-shadow: 0px 1px 1px #b1b1b1;height: 45px !important;}
.single-slide .owl-prev span{font-size: 30px;color: #000;}
.single-slide .owl-next{position: absolute;right: -27px;background: #fff !important;width: 45px !important;border-radius: 100% !important;outline:0;box-shadow: 0px 1px 1px #b1b1b1;height: 45px !important;}
.single-slide .owl-next span{font-size: 30px;color: #000;}
.single-slide .owl-nav{position: absolute;width: 100px;top: 65%;margin-left: 5rem;}
.single-slide .owl-nav .owl-prev:hover, .single-slide .owl-nav .owl-next:hover{color:#000 !important;}
.single-slide .item{position:relative;}

.csr-box{position: fixed !important; bottom: 30px; right: 100px;background: #0b6bb5;z-index:1;}

.btn-gradient option {
    background: #1d9a96;
}
.navbar .navbar-nav .nav-item:nth-last-child(1){}
.navbar .navbar-nav .nav-item:nth-last-child(1) .nav-link{font-weight: 600; color: #f82130;}
.navbar .navbar-nav .nav-item:nth-last-child(1) .nav-link:hover{color: #ad000c;}


.groupwebsite-section{}
.groupwebsite-section a{display:block;}
.groupwebsite-section img{border:1px solid #c2c2c2;opacity:0.8;}
.groupwebsite-section .row:hover img, .groupwebsite-section a:hover img{border:1px solid #c2c2c2;transition:ease all 0.5s;opacity:1;}
.groupwebsite-section .title-section{position:relative;height: 100%;}
.groupwebsite-section h4{font-size: 16px;left: 0%; top: 50%; -webkit-transform: translate(0%, -50%); transform: translate(0%, -50%); position: absolute;font-weight: 600;}
.groupwebsite-section h4 a{color:#000;transition:ease all 0.3s;}
.groupwebsite-section h4 a:hover{color:#0b6bb5;transition:ease all 0.3s;}

.indiaMap a.active rect{fill:red!important;stroke-dashoffset:0;stroke-dasharray:700;stroke-width:1}.indiaMap a.active path{fill:rgba(255,0,0,.5)!important;stroke-dashoffset:0;stroke-dasharray:700;stroke-width:1}.indiaMap a{cursor:pointer}.ProjectAssetsDataInner{background-color:rgba(255,255,255,.48);width:100%;margin-bottom:40px;border:2px solid #fff}.ProjectAssetsDataInner h3{color:#000;font-size:1.3rem;text-shadow:1px 1px rgba(255,255,255,.34);margin:0 0 15px 0;border-bottom:2px solid #3070b1;padding-bottom:20px;display:inline-block}.ProjectAssetsDataInner .contPd{padding:20px}.ProjectAssetsDataInner p{font-size:18px;line-height:23px;color:#010101;max-height:190px;min-height:120px}.ProjectAssetsDataInner .close_icon{display:none;right:2px;top:4px;height:20px;width:20px;cursor:pointer}
.indiaMap a.active circle, .indiaMap a.act circle{r: 5;stroke: red;}
.contact-filter p strong{display:block;}

.navbar .navbar-nav .nav-item:nth-last-child(2){}
.navbar .navbar-nav .nav-item:nth-last-child(2) .nav-link{font-weight: 600; color: #f82130;}
.navbar .navbar-nav .nav-item:nth-last-child(2) .nav-link:hover{color: #ad000c;}


		.modal_popup{}
		.modal_popup .close{top: -23px; position: absolute; right: 2px; z-index: 1; opacity: 1; color: #fff;}
		.Culture-section, .leadership-speak{position:relative;overflow: hidden;}
		.Culture-section > .bg-images{text-align: left; bottom: 0px;top: auto;}
		.Culture-section > .bg-images img{min-width: auto !important; min-height: auto !important;height: auto;bottom: -130px;}
		.leadership-speak .bg-images{text-align: right; top: 0px;top: -155px; right: -67px;}
		.leadership-speak .bg-images img{min-width: auto !important; min-height: auto !important;height: auto;}
		.leadership-speak .owl-nav{}
		.leadership-speak .owl-nav button.owl-prev, .our-people__carousel .owl-nav button.owl-prev{left: -40px;}
		.leadership-speak .owl-nav button.owl-next, .our-people__carousel .owl-nav button.owl-next{right: -40px;}
		.career_banner{position: relative; padding: 3rem 0rem;}
		.career_banner .bg-images img{object-fit: cover;}
		.career_banner ul{}
		.career_banner ul li{margin-bottom: 1.25rem;}
		.career_banner ul li a{border: 1px solid #4e4e4e; padding: 10px 15px;display: block;color: #fff; font-size: 1.25rem;transition:ease all 0.3s;}
		.career_banner ul li:nth-child(1) a{background: rgb(15,151,237); background: linear-gradient(190deg, rgba(15,151,237,1) 0%, rgba(4,108,173,1) 100%);}
		.career_banner ul li:nth-child(2) a{background: rgb(185,123,20); background: linear-gradient(190deg, rgba(185,123,20,1) 0%, rgba(157,101,9,1) 100%);}
		.career_banner ul li:nth-child(3) a{background: rgb(132,32,132); background: linear-gradient(190deg, rgba(132,32,132,1) 0%, rgba(101,16,101,1) 100%);}
		.career_banner ul li:nth-child(4) a{background: rgb(225,101,77); background: linear-gradient(190deg, rgba(225,101,77,1) 0%, rgba(179,51,26,1) 100%);}
		.career_banner ul li:nth-child(5) a{background: rgb(1,166,134); background: linear-gradient(190deg, rgba(1,166,134,1) 0%, rgba(1,130,105,1) 100%);}
		.career_banner ul li:nth-child(1) a:hover{background: rgb(15,151,237); background: linear-gradient(190deg, rgba(15,151,237,1) 0%, rgba(3,79,128,1) 100%);transition:ease all 0.3s;}
		.career_banner ul li:nth-child(2) a:hover{background: rgb(185,123,20); background: linear-gradient(190deg, rgba(185,123,20,1) 0%, rgba(99,63,3,1) 100%);transition:ease all 0.3s;}
		.career_banner ul li:nth-child(3) a:hover{background: rgb(132,32,132); background: linear-gradient(190deg, rgba(132,32,132,1) 0%, rgba(87,12,87,1) 100%);transition:ease all 0.3s;}
		.career_banner ul li:nth-child(4) a:hover{background: rgb(210,82,57); background: linear-gradient(190deg, rgba(210,82,57,1) 0%, rgba(130,28,9,1) 100%);transition:ease all 0.3s;}
		.career_banner ul li:nth-child(5) a:hover{background: rgb(2,142,115); background: linear-gradient(190deg, rgba(2,142,115,1) 0%, rgba(2,79,64,1) 100%);transition:ease all 0.3s;}
		.career_banner ul li:last-child(margin-bottom: 0rem;)
		.career_banner--heading{height: 100%;}
		.career_banner--heading h1{color: #029075; font-weight: 600;}
		.notice_section{background: rgba(224, 34, 34, 0.8); position: relative; padding: 0.5rem 0.5rem; color: #fff; font-size: 1.25rem; line-height: 20px; margin-bottom: 1rem;}
		.notice_section span{text-decoration: underline;cursor:pointer;}
		.notice_section span:hover{color: rgb(255 255 255 / 79%);}
		.leadership-speak__carousel{background: rgb(255,255,255); background: linear-gradient(270deg, rgba(255,255,255,1) 0%, rgb(246 246 246) 100%);}
		.leadership-speak__carousel .item{border-bottom: 3px solid #029075 !important; border: 1px solid #ccc;}
		.leadership-speak__carousel .col-lg-8 > div{padding: 1.5rem;}
		.leadership-speak__carousel .col-lg-8 > div p{margin-bottom: 1.5rem; font-size: 1.15rem;}
		.leadership-speak__carousel .col-lg-8 > div h3{color: #029075; font-size: 1.35rem;font-weight: 600;}
		.leadership-speak__carousel .col-lg-8 > div h4{color: #000; font-size: 1rem;font-weight: 600;}
		.leadership-speak__carousel .carousel-thumb{height: 100%;}
		.leadership-speak__carousel .carousel-thumb img{height: 100%; width: 100%; object-fit: cover;}
		.leadership-speak__carousel .owl-nav, .our-people__carousel .owl-nav{z-index: -1;min-height: 88px;}
		.leadership-speak__carousel .owl-nav button, .our-people__carousel .owl-nav button{background: transparent !important;position: absolute; z-index: 1;}
		.leadership-speak__carousel .owl-nav button:hover i, .our-people__carousel .owl-nav button:hover i{color:#029075;transition: ease all 0.3s;}
		.leadership-speak__carousel .owl-nav .owl-prev, .our-people__carousel .owl-nav .owl-prev{left: -45px;}
		.leadership-speak__carousel .owl-nav .owl-next, .our-people__carousel .owl-nav .owl-next{right: -45px;}
		.blog-tile:hover .bg-images img{transition: ease all 0.5s;left: 50%;top: 50%;-webkit-transform: translate(-50%, -50%) scale(1.05);
    transform: translate(-50%, -50%) scale(1.05);}
.blog-tile .blog-row .bg-images img{left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);}
.blog-tile .blog-row:hover .bg-images img{transition: ease all 0.5s;transform: translate(-50%, -50%) scale(1.03) !important;}

.blog-c-column h3{color:#000;}
.blog-c-column p{color:#000;width: 100%;font-size: 1.1rem;}
.blog-c-column p:before{background: #1c9d95 !important;}
.padd-box { padding: 0px; border: 15px solid #f1f1f1; }
.blog-tile{background:#000;}
.blog-div{transition: ease all 0.5s;transform: translateY(0px) scale(1.0);}
.blog-tile:hover{
	background: -moz-linear-gradient(left, rgba(27,159,148,1) 0%, rgba(49,109,179,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(27,159,148,1)), color-stop(100%, rgba(49,109,179,1)));
    background: -webkit-linear-gradient(left, rgba(27,159,148,1) 0%, rgba(49,109,179,1) 100%);
    background: -o-linear-gradient(left, rgba(27,159,148,1) 0%, rgba(49,109,179,1) 100%);
    background: -ms-linear-gradient(left, rgba(27,159,148,1) 0%, rgba(49,109,179,1) 100%);
    background: linear-gradient(to right, rgba(27,159,148,1) 0%, rgba(49,109,179,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b9f94', endColorstr='#316db3', GradientType=1 );
}
.blog-tile .blog-div{transition: ease all 0.5s;}
.blog-tile:hover .bg-images img{opacity:0.2 !important;}
.blog-tile .bg-images img{opacity: 0.7;left: 50%;top: 50%;-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%);}
.blog-tile h3{color: #fff;font-size: 1.6rem;text-transform: capitalize;}
.blog-tile h3 a{color: #fff;}
.blog-tile h3 a:hover{color: #c3c3c3;}
.blog-tile p{margin-top: 3rem;color: #fff;min-height: 72px;width:90%;position:relative;padding-left: 20px;}
.blog-tile p:before{content:""; display:block; position:absolute; height:0%; width:5px; background:#fff;bottom:0px;transition:ease all 0.5s;left:-15px;}
.blog-tile:hover p:before{bottom:0px;transition:ease all 0.5s;height:100%;}
.adani-life{position:relative;}
.adani-life .heading{border-color: #fff; padding-left: 1.5rem; color: #fff; font-weight: 500;}
.adani-life .bg-images img{object-fit: cover;}
.adani-life p{font-size: 1.15rem;color: #fff;}
.adanilife_carousel .item{padding:0rem 1.5rem 1.5rem 1.5rem;}
.adanilife_carousel img{box-shadow:0px 0px 22px 0px rgb(0 0 0 / 38%);}
.adanilife_carousel .owl-dots{text-align: right; padding-right: 1rem;}
.adanilife_carousel .owl-dots span{background: rgb(255 255 255 / 71%); width: 30px; height: 5px; display: block; margin-right: 10px;}
.adanilife_carousel .owl-dots.active{}
.adanilife_carousel .owl-dots .owl-dot.active span{background: rgb(255 255 255 / 100%);}
.our-people{position:relative;}
.our-people .bg-images{text-align: right;top: 0px;}
.our-people .bg-images img{min-width: auto !important;min-height: auto !important;height: auto; top: -160px; right: -73px;}
.our-people--card{margin: 1.5rem 1rem;}
.our-people--card:hover{cursor:pointer;}
.our-people--card:hover .our-people--card__content{transition: ease all .5s; -webkit-box-shadow: 0 0px 8px rgb(0 0 0 / 50%); box-shadow: 0 0px 8px rgb(0 0 0 / 50%);transform: translateY(-5px) scale(1);}
.our-people--card:hover .our-people--card__thumb img{border: 2px solid #fff; transition: ease all 0.3s;-webkit-box-shadow: 0px 4px 2px rgb(0 0 0 / 20%); box-shadow: 0px 4px 2px rgb(0 0 0 / 20%);}
.our-people--card__thumb{margin-bottom: -4.5rem;position: relative; z-index: 1;}
.our-people--card__thumb img{width: 130px !important; height: 130px; margin-left: auto; margin-right: auto; margin-bottom: 1.5rem; border-radius: 100px; object-fit: cover;border: 2px solid #fff;transition: ease all 0.3s;}
.our-people--card__content{text-align: center;background: #efefef;padding-top: 4rem;transition: ease all .5s; -webkit-box-shadow: 0 0px 8px rgb(0 0 0 / 0%); box-shadow: 0 0px 8px rgb(0 0 0 / 0%);transform: translateY(0px) scale(1);padding-bottom: 1rem;}
.our-people--card__content h3{color: #18a790; font-size: 1.35rem;font-weight: 500;}
.our-people--card__content h4{color: #000; font-size: 1rem;font-weight: 400; margin-bottom: 0.5rem;min-height: 40px;}
.our-people--card__content p{padding: 0rem 1rem;height: 48px; overflow: hidden; display: block; display: -webkit-box; max-width: 100%; line-height: 17px; -webkit-line-clamp: 3; -webkit-box-orient: vertical; text-overflow: ellipsis; transition: ease all 0.3s;font-size: 12px;}
.our-people--card__content a{color: #0b6bb5; margin-top: 1.5rem; display: block;}
.our-people--card__content a:hover{color:#000;}
.campus-connect_block{text-align: center;background: rgb(255 255 255 / 90%); padding: 1.5rem;}
.campus-connect_block h3{font-size: 1.35rem;  color: #029075; font-weight: 600; margin-bottom: 1.5rem;min-height: 50px;}
.campus-connect_block p{height: 100px; overflow: hidden; display: block; display: -webkit-box; max-width: 100%; line-height: 17px; -webkit-line-clamp: 6; -webkit-box-orient: vertical; text-overflow: ellipsis;font-size: 12px;}
.campus-connect_block a{color: #0b6bb5 !important; margin-top: 1.5rem; display: block;}
.campus-connect_block:hover a{color:#000 !important;cursor:pointer;}
.campus-connect{position:relative;}
.campus-connect .bg-images img{object-fit: cover;}
.campus-connect h2{border-color: #fff; padding-left: 1.5rem; color: #fff; font-weight: 500;}
.campus-connect_block{cursor: pointer;transition: ease all .5s; -webkit-box-shadow: 0 0px 8px rgb(0 0 0 / 0%); box-shadow: 0 0px 8px rgb(0 0 0 / 0%);transform: translateY(0px) scale(1);}
.campus-connect_block:hover{transition: ease all .5s; -webkit-box-shadow: 0 0px 8px rgb(0 0 0 / 20%); box-shadow: 0 0px 8px rgb(0 0 0 / 20%);transform: translateY(-5px) scale(1);}
.cta_section{}
.cta_section h3{font-size: 1.5rem;}
.modal_popup{}
.modal_popup p{font-size: 14px; margin-bottom: 10px;}
.modal_popup h2{font-size: 1.5rem; font-weight: 600; margin-bottom: 1rem; border-bottom: 1px solid #f2f2f2; padding-bottom: 1rem; color: #18a790;}
.modal-body__desc > div{height: 98%; overflow-y: auto;}
.modal-body__desc ul li{font-size: 14px;}
.leadership-speak__carousel .col-lg-8 > div > div{height: 220px; overflow-y: auto; margin-bottom: 1.5rem;}
.leadership-speak__carousel .col-lg-8 > div > div p:last-child{margin-bottom:0px;}
.modal-body__desc::-webkit-scrollbar, .leadership-speak__carousel .col-lg-8 > div > div::-webkit-scrollbar {
  width: 6px;
}
.modal-body__desc::-webkit-scrollbar-track, .leadership-speak__carousel .col-lg-8 > div > div::-webkit-scrollbar-track {
  background: #ccc; 
}
.modal-body__desc::-webkit-scrollbar-thumb, .leadership-speak__carousel .col-lg-8 > div > div::-webkit-scrollbar-thumb {
  background: #848484;
  border-radius:3px;
}

.modal-body__desc h3{font-size: 1.35rem; font-weight: 600;color:#18A790;}
.modal-body__desc h4{font-size: 1rem; font-weight: 600; margin-bottom: 1.5rem;}
.modal-body__desc p{}
.heading{position: relative;}
		@media(min-width:992px){
			.career_banner--heading h1{position: absolute; transform: translateY(-50%); -webkit-transform: translateY(-50%); top: 50%;text-shadow:0px 0px 33px #fff;}
		}
		@media(max-width:991px){
			.career_banner--heading h1{margin: 1.5rem 0rem;font-size: 1.5rem; text-shadow: 0px 0px 0px transparent;}
			.career_banner{padding-top: 0px;}
			.career_banner .bg-images{position: relative;margin-bottom: 1.5rem;}
			.career_banner .bg-images img{width: 100%; min-height: 250px;}
			.notice_section{position: absolute; top: 30px; left: 0px; margin: 0rem 1rem;}
			.modal_popup .close{top: 0px; color: #000;}
		}
		@media (max-width: 576px){
			main {padding-top: 110px;}
		}

.directors-tile .card-body h4 { color: #1c9d96; font-size: 1.1rem; }
.card-text:last-child { min-height: 22px; margin-bottom: 0; color: #5a5a5a; font-size: .9rem; }

.investor_box{height: 100%;}
.section_outstanding{}
.section_outstanding ul{max-height: auto; overflow: auto; min-height: auto;}
.section_outstanding ul li{margin-bottom: 10px;}
.section_outstanding ul li em{margin-right: 10px;}
.section_outstanding ul li a{color: #000;}
.section_outstanding ul li a:hover{color: #18a790;}
.investor_box .share-details p span{float: none;}

.investor_box em{margin-right: 10px;}
.investor_box li a{color: #000;}
.investor_box li a:hover{color: #18a790;}

.section_outstanding ul::-webkit-scrollbar {
    width: 3px;
	background:#fff;
	border-radius: 4px;
}

.section_outstanding ul::-webkit-scrollbar-track {
	background:transparent;
}

.section_outstanding ul::-webkit-scrollbar-thumb {
    background: #f1f1f1;
    border-radius: 2px;
	width:6px;
}

.inv-downloads { background: #ec4b0d; color: #fff; position: relative; text-align: center; }
.boxzoom { transition: ease all .5s; transform: translateY(0) scale(1); }
.boxzoom:hover { transition: ease all .5s; transform: translateY(0) scale(1.01); -webkit-box-shadow: 0 14px 24px rgb(62 57 107 / 20%); box-shadow: 0 14px 24px rgb(62 57 107 / 20%); }
.inv-downloads .bg-images img { opacity: .2; }
.inv-downloads img { position: relative; margin-bottom: 10px; }
.inv-downloads p { position: relative; color: #fff; text-align: center; min-height: 60px; font-size: 1.2rem; }

.boxzoom .txt-xs{font-size: 14px !important;}

.investor_box .bg-white.border{min-height: 120px;}

.sustainability_tabs{}
.sustainability_tabs h2{text-align: center; color: #f26902; font-weight: 600; margin-bottom: 2.5rem;}
.sustainability_tabs .tab-content .tab-pane:nth-child(1) h3{color:#00b290;font-weight: 600;font-size: 1.25rem;margin-bottom: 0.5rem;}
.sustainability_tabs .tab-content .tab-pane:nth-child(2) h3{color:#ffbc2d;font-weight: 600;font-size: 1.25rem;margin-bottom: 0.5rem;}
.sustainability_tabs .tab-content .tab-pane:nth-child(3) h3{color:#94388d;font-weight: 600;font-size: 1.25rem;margin-bottom: 0.5rem;}
.sustainability_tabs .nav-tabs{border: 0px;}
.sustainability_tabs .nav-tabs li{
margin-left: 2rem;
}
.sustainability_tabs .nav-tabs li a{}
.sustainability_tabs .nav-tabs li:nth-child(1) a{
color: #fff;
background: #00b290;
padding: 1rem 1.5rem;
font-size: 1.25rem;
font-weight: 600;
border-top-left-radius: 22px;
border-top-right-radius: 22px;
border: 0px;
}
.sustainability_tabs .nav-tabs li:nth-child(2) a{
color: #fff;
background: #ffbc2d;
padding: 1rem 1.5rem;
font-size: 1.25rem;
font-weight: 600;
border-top-left-radius: 22px;
border-top-right-radius: 22px;
border: 0px;
}
.sustainability_tabs .nav-tabs li:nth-child(3) a{
color: #fff;
background: #94388d;
padding: 1rem 1.5rem;
font-size: 1.25rem;
font-weight: 600;
border-top-left-radius: 22px;
border-top-right-radius: 22px;
border: 0px;
}
.sustainability_tabs .tab-content{
position: relative;
background: #fff;
padding: 1.5rem;
}
.sustainability_tabs .nav-tabs li a.active{
box-shadow: 0px -4px 29px -13px rgb(0 0 0 / 38%);
}
.sustainability_tabs .tab-content p{margin-bottom:15px;}
.sustainability_tabs .tab-content p:last-child{margin-bottom:0px;}
.sustainability_tabs .nav-tabs li a:hover{background: #424242; transition: ease all 0.3s; box-shadow: 0px -4px 29px -13px rgb(0 0 0 / 38%);}


/* -------------------  Factory locator --------------------- */

.factory-location {
    margin-top: 25px;
  }
  .factory-location-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 25px;
  }
  .factory-location .sub-heading {
    width: 100%;
    margin-bottom: 15px;
  }
  .factory-location h3 {
    width: 100%;
    text-align: center;
    background: linear-gradient(
      to right,
      rgba(27, 159, 148, 1) 0%,
      rgba(49, 109, 179, 1) 100%);
    padding: 15px;
    font-size: 30px;
    color: #fff;
    border-radius: 0 20px 0 20px;
  }
  .location-list-inner {
    position: relative;
    padding-left: 20px;
  }
  .location-list-inner:before {
    content: "";
    width: 6px;
    height: 100%;
    background: #18a790;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
  }
  .factory-location .location-list {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 20px;
    width: calc(50% - 10px);
    display: flex;
    align-items: center;
  }
.location-info{
  text-align:center;
  background: linear-gradient( to right, rgba(27, 159, 148, 1) 0%, rgba(49, 109, 179, 1) 100% );
  border-radius: 24px;
  padding: 15px;
  opacity: 100%;
  }
  .Instruct{
  padding: 20px;
  text-align: left;
  }



 