@font-face {
    font-family: 'Adani-ExtraLight';
    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-Medium';
    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-Light';
    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-Bold';
    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-SemiBold';
    src: url('../webfonts/Adani-SemiBold.woff') format('woff'), url('../webfonts/Adani-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

html, body {
	overflow-x: hidden;
    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: #ebebeb;
}

main {
    padding-top: 60px;
}

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 {
    color: #fff;
    background-color: #1a727f;
    border-color: #1a727f;
}

    .btn-primary:hover, .btn-primary:active {
        background-color: #009f83;
        border-color: #009f83;
    }

    .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #009f83;
        border-color: #009f83;
    }

    .btn-primary.focus, .btn-primary:focus {
        box-shadow: 0 0 0 0.1rem rgba(25,114,127,.7);
    }

    .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 !important;
}

.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;
}

.bg-black {
    background-color: #000 !important;
}

    .bg-black > .bg-images img {
        opacity: 0.2;
    }

.bg-white-09 {
    background: rgba(255, 255, 255, 0.9);
}

.logo-white {
    filter: invert(100%) sepia(100%) saturate(159%) hue-rotate(-520deg) brightness(193%) contrast(123%);
}

.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;
    width: 100%;
    padding: 0px 0px;
    transition: all 0.1s ease-in;
    z-index: 9999;
	box-shadow: 0px 1px 8px rgba(0,0,0,0.4);
}

.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: 2px;
}

.btn-menu span {
    width: 20px;
    height: 2px;
    background: #000;
    margin: 4px;
    display: block;
}

.topNavBtn {
    position: absolute;
    z-index: 9;
    top: 3px;
	text-align:right;
}

.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-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

    .sticky-header .navbar-brand {
        padding: 0px;
        transition: ease all 0.5s;
    }

    .navbar-expand-lg {
        padding-top: 0;
    }

        .navbar-expand-lg .navbar-nav .nav-link.active {
            color: #1378be;
        }

        .navbar-expand-lg .navbar-nav .nav-link {
            transition: ease all 0.5s;
            font-size: 14px;
            color: #000;
            padding: 1.5rem 0rem;
        }

            .navbar-expand-lg .navbar-nav .nav-link:hover {
                color: #1378be;
                transition: ease all 0.3s
            }

        .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: 97%;
        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: 10px 0px 0px 0px;
        border-bottom: none;
        color: #000;
    }

    .dropdown-menu .dropdown-item:last-child {
        border-right: none;
    }

    .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: #383838;
    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: 500;
}



/* Tabs */
.nav-tabs {
    border-bottom: 0px solid #1a727f;
}

    .nav-tabs .nav-link {
		font-size: 1.15rem;
        color: #909090;
        padding: 0.5rem;
		line-height: 30px;
    }

    .nav-tabs .nav-item {
        margin-right: 5px;
		    position: relative;
    }

        .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
            color: #000 !Important;background: transparent;border:0px solid #08b17f;}
.nav-tabs .nav-link.active:after{content:""; display:block; position:relative;width: 100%;height: 3px;margin-left: auto;margin-right: auto;background: #08b17f;margin-top: 8px;}
    .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
        border-color: transparent;
    }

.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;
}

.bootstrape-nav {
    position: absolute;
    top: 45%;
    width: 100%;
    -webkit-transform: translate(0%, 45%);
    transform: translate(0%, 45%);
}

.bootstrape-carousel .bootstrape-nav button.bootstrape-prev {
    float: left;
    background: #000;
    border-radius: 0px 25px 25px 0px;
    width: 204%;
    height: 50px;
}

/*Updated css 4-06-2024*/
.my-class.bootstrape-carousel .bootstrape-nav button.bootstrape-prev {
    float: left;
    background: #000;
    border-radius: 0px 25px 25px 0px;
    width: 50% !important;
    height: 50px;
	Left: 50%;
}

.bootstrape-carousel .bootstrape-nav button.bootstrape-next {
    float: right;
    background: #000;
    border-radius: 25px 0px 0px 25px;
    width: 50px;
    height: 50px;
}

/*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: #383838;
    font-weight: 400;
}

    .breadcrumb li a:hover {
        color: #1378be;
    }

    .breadcrumb li a:after {
        content: '>';
        padding: 0 5px
    }

.breadcrumb li:last-child a:after {
    content: none;
}

.breadcrumb li {
    color: #1378be;
    font-size: 18px;
    font-weight: 500;
}

.pageContent {
    
}

.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: #eaeaea;
}

    #dismiss:hover {
        background: #eaeaea;
        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 {
    }

    .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;
}
footer{    border-top: 1px solid #f1f1f1;}
.bg-gray {
    background: #ebebeb;
}

.energy-navigation {
    background-color: #efefef
}

    .energy-navigation .bootstrape-nav {
        top: -55px;
        z-index: 9;
        position: relative;
        display: block !important;
        width: 93%;
        margin-left: auto;
        margin-right: auto;
    }
/*.energy-navigation .bootstrape-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 .bootstrape-theme .bootstrape-dots .bootstrape-dot.active span, .bootstrape-theme .bootstrape-dots .bootstrape-dot:hover span {
    background: #0b6bb5;
}

.user-testimonials .bootstrape-theme .bootstrape-dots .bootstrape-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: #0091c1;
    line-height: 40px;
    text-align: left;
    font-weight: 500;
}

    .footerPanel2 h5 a {
        color: #007ea8;
        line-height: 40px;
        font-size: 1.25rem
    }

.footerPanel2 ul {
    min-height: 50px;
}

.footerPanel2 li {
    display: block;
    text-align: left;
    line-height: 25px;
}


    .footerPanel2 a:hover {
        color: #1a727e
    }

.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 .bootstrape-nav {
}

#gallery .bootstrape-next {
    right: -8px;
    position: relative;
}

    #gallery .bootstrape-next span {
        display: none
    }

#gallery .bootstrape-prev {
    position: relative;
    left: -8px;
}

    #gallery .bootstrape-prev span {
        display: none
    }

#gallery button.close {
    position: absolute;
    right: 0px;
    top: -35px;
    font-size: 40px;
}

#gallery .modal-body {
    padding: 5px;
}

#gallery .bootstrape-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;
}

    #other-ventures h5 {
        text-align: center;
        margin-top: 20px;
        font-size: 1.25rem;
    }

    #other-ventures .bootstrape-dots {
        padding: 20px 0px 0px 0px;
    }

    #other-ventures .bootstrape-dot span {
        border-radius: 0px;
    }

    #other-ventures .bootstrape-dots .active span {
        background: #0b6bb5
    }

    #other-ventures .bootstrape-dots span:hover {
        background: #0b6bb5
    }

    #other-ventures img {
        width: auto;
        margin: auto;
    }
/*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: 110px;
        opacity: 0.9;
        width: 100%;
    }

    #sustanibility h3 {
        font-size: 1.4rem;
        margin-bottom: 15px;
        font-weight: 500;
    }

    #sustanibility p {
        font-size: 1rem;
    }

    #sustanibility .item {
        position: relative;
        max-height: 400px;
    }

    #sustanibility .bootstrape-nav {
    }

        #sustanibility .bootstrape-nav .bootstrape-prev {
            margin-left: 0px;
            line-height: 0px;
        }

        #sustanibility .bootstrape-nav button:focus {
            outline: 0;
        }

        #sustanibility .bootstrape-nav .bootstrape-prev:hover, #sustanibility .bootstrape-nav .bootstrape-next:hover {
        }

        #sustanibility .bootstrape-nav .bootstrape-next {
            margin-right: 0px;
            line-height: 0px;
        }

        #sustanibility .bootstrape-nav .bootstrape-prev span {
            font-size: 3rem;
            color: #fff;
            line-height: 50px;
        }

        #sustanibility .bootstrape-nav .bootstrape-next span {
            font-size: 3rem;
            color: #fff;
            line-height: 50px;
        }

    #sustanibility .bootstrape-item {
        overflow: hidden;
    }

.sus-tile:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    box-shadow: 0px 0px 142px 142px #000;
    bottom: 0px;
    height: 0px;
}

.sus-tile {
}

/*Business Box*/
.business-box {
    transition: ease-in all 0.5s;
}

    .business-box > div {
        padding: 30px 0px;
        min-height: 220px;
    }

    .business-box .business-content {
        width: 180px;
        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;
        }

        .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: 80px;
        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: 1rem;
    text-align: center;
    color: #7e7e7e;
}



.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: #dcb1a3;
}

    .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: 140px;
    margin-bottom: 10px;
}

    .business-thumb img {
        width: 100%;
    }

.business-title {
    color: #1378be;
    padding: 10px 10px;
    font-size: 0.9rem;
}

    .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;
}


.inner-carousel .slideitem {
    position: relative
}

.inner-carousel {
    background-color: #000;
}

    .inner-carousel .item img {
        opacity: 0.7;
    }

.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 .bootstrape-prev span {
    color: #fff;
    font-size: 40px;
    line-height: 55px;
}

#other-ventures .bootstrape-next span {
    color: #fff;
    font-size: 40px;
    line-height: 55px;
}

#other-ventures a {
    color: #000;
    font-size: 13px;
}

    #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;
}
/*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;
		padding: 1rem 0rem;
    }

    .sticky-header .navbar-brand img {
        width: 100px;
        transition: ease all 0.5s;
    }

.navPanel .navbar-brand img {transition: ease all 0.5s;width: 110px;top: 8px;position: relative;
}

/*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;
    }

.inner-carousel .bootstrape-item .item video {
    min-width: 100%;
    min-height: 100%;
}

.inner-carousel .bootstrape-item .item > img {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    z-index: -1;
    top: 0%;
}

.inner-carousel, .inner-carousel .item, .inner-carousel .item img {
    max-height: 350px;
    overflow: hidden;
}

.fixed-img {
    position: fixed !important;
    top: 0;
    z-index: 0;
}

.topMenu {
    margin: 0;
    padding: 0px 0 0px 0;
    font-size: 0.9rem;
}



    .topMenu li a {
        color: #353535;
        font-size: 13px;
    }

    .topMenu li > a:hover {
        text-decoration: none;
        opacity: 0.8;
    }

.searchIcon {
    padding: 12px 0px;
}

    .searchIcon i {
        color: #474747;
    }

.ft-policy-links {
    display: inline-block;
}

.ft-social {
    display: inline;
    position: relative;
    top: 10px;
}

.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: #019fd4;
            transition: ease all 0.3s;
        }

        .ft-social li a {
            color: #007ea8;
            padding: 5px 5px;
            font-size: 20px;
        }

/*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: 500;
}


.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 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%) !important;
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(27,159,148,1)), color-stop(100%, rgba(49,109,179,1))) !important;
    background: -webkit-linear-gradient(left, rgba(27,159,148,1) 0%, rgba(49,109,179,1) 100%) !important;
    background: -o-linear-gradient(left, rgba(27,159,148,1) 0%, rgba(49,109,179,1) 100%) !important;
    background: -ms-linear-gradient(left, rgba(27,159,148,1) 0%, rgba(49,109,179,1) 100%) !important;
    background: linear-gradient(to right, rgba(27,159,148,1) 0%, rgba(49,109,179,1) 100%) !important;
    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%) !important;
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(47,111,176,1)), color-stop(100%, rgba(93,177,136,1))) !important;
        background: -webkit-linear-gradient(left, rgba(47,111,176,1) 0%, rgba(93,177,136,1) 100%) !important;
        background: -o-linear-gradient(left, rgba(47,111,176,1) 0%, rgba(93,177,136,1) 100%) !important;
        background: -ms-linear-gradient(left, rgba(47,111,176,1) 0%, rgba(93,177,136,1) 100%) !important;
        background: linear-gradient(to right, rgba(47,111,176,1) 0%, rgba(93,177,136,1) 100%) !important;
        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 {
    position: relative;
}

    .border-l:before {
        width: 5px;
        height: 100%;
        left: 0px;
        content: "";
        position: absolute;
        background: rgba(27,159,148,1);
    }

.border-l-white {
    border-left: 5px solid #fff;
}

.top-submenu {
    display: flex;
}



.sticky-header .navbar-brand img {
    width: 100px;
    transition: ease all 0.3s;
    top: 12px;
    position: relative;
}

.sticky-header .mainmenu {
    height: 100%;
    padding: 5px 0px;
}

#sustanibility .bootstrape-item img {
    transform: scale(1.0);
    transition: ease all 1s;
}

#sustanibility .bootstrape-item .item:hover img {
    transform: scale(1.1);
    transition: ease all 1s;
}

.nav-bg-gray {
    background: #f8f8f8;
}

.btn-menu i {
    color: #1d9a96;
}

.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 #fff;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    left: -22px;
    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: 50%;
        left: 50%;
        color: #fff;
        font-size: 35px;
        cursor: pointer;
		-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;}
.video-content a {
    color: #1b9e95;
    font-size: 12px;
}

.video .modal-content {
}

.video button.close {
    position: absolute;
    right: 0px;
    top: -30px;
    font-size: 25px;
    color: #fff;
    opacity: 1;
    outline: 0;
    font-weight: 400;
    background: transparent;
    border: 0;
    margin-top: -5px;
    margin-right: -5px;
}

.video .modal-body {
    padding: 5px;
}
#big .bootstrape-dots{display:none;}

.home-video-thumb{width: 390px;position: absolute;bottom: 5px;right: 10px;}
.home-video-thumb .bootstrape-item .item img{border: 2px solid #fff;}


/*Home Video Thumb Carousel*/
.home-video-thumb .bootstrape-dots{padding: 20px 0px 0px 0px;}
.home-video-thumb .bootstrape-dot span{border-radius: 0px;}
.home-video-thumb .bootstrape-dots .active span{background:#006db7}
.home-video-thumb .bootstrape-dots span:hover{background:#006db7}
.home-video-thumb .bootstrape-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 .bootstrape-prev span{font-size: 30px;color: #000;}
.home-video-thumb .bootstrape-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 .bootstrape-next span{font-size: 30px;color: #000;}
.home-video-thumb .bootstrape-nav{position: absolute;top: 55%;}

.video-content {background: #fff;}
.video-content h3{font-size:1.4rem;min-height: 60px;}
.video-content p{font-size: 14px;}

.video-main {
    position: relative;
}

.home-video-thumb {
    width: 390px;
    position: absolute;
    bottom: 0px;
    right: 10px;
}

    .home-video-thumb .bootstrape-item .item img {
        border: 2px solid #fff;
    }

    .home-video-thumb .gallery-item img {
        width: 210px !important;
        border: 2px solid #fff;
    }

/*Transmission*/
.stats-description strong{}
.stats:hover .stats-description{}
.stats-icon {
    text-align: center;
    margin-bottom: 0px;
}

.stats-description {
    text-align: center;
    color: #0e6db6 !important;
    font-weight: 600;
    font-size: 1.9rem !important;
	line-height: 30px;
}

    .stats-description span {
        display: block;
        font-size: 1rem;
        font-weight: 400;
        color: #6d6d6d;
    }

.stats{text-align: center;transition: ease all 0.3s;} 
.stats img{margin-bottom: 0px;}
.stats p{text-align:center;color: #18A790;font-weight: 600;font-size: 1.2rem;line-height: 22px;}
.stats p span{display: block;color: #636363;font-size: 14px;}
.stats p span b{font-weight: 600;font-size: 1rem;}
.stats p i{text-decoration: none;font-style: normal;font-size: 12px;color: #252525;}
.stats p:nth-child(3){line-height: 14px;font-size: 12px;margin-bottom: 15px;}

.txt-xs {
    font-size: 14px !important;
}

.txt-sm {
    font-size: 16px;
}

.txt-md {
    font-size: 20px;
}

.blog-block {
    position: relative;
    overflow: hidden;
}

    .blog-block h3 {
        position: relative;
        z-index: 9;
    }

    .blog-block p {
        bottom: 50px;
        width: 100%;
        left: 0px;
        font-size: 1.3rem;
        color: #fff;
        z-index: 1;
        font-weight: 400;
    }

    .blog-block:after {
        content: "";
        display: block;
        position: absolute;
        box-shadow: 0px 0px 99px 58px #000;
        width: 100%;
        bottom: 0px;
        left: 0px;
        z-index: 0;
    }

.case-study .bootstrape-stage-outer, .case-study .bootstrape-stage-outer .bootstrape-stage, .case-study .bootstrape-stage-outer .bootstrape-stage .bootstrape-item {
    height: 100% !important;
}

.case-study {
    min-height: 300px;
}

    .case-study .bootstrape-nav button.bootstrape-prev {
        background: none;
        color: #fff;
    }

    .case-study .bootstrape-nav button.bootstrape-next {
        background: none;
        color: #fff;
    }

    .case-study .bootstrape-nav {
        width: 120px;
        position: absolute;
        height: 50px;
        right: 10px;
        top: 80%;
    }

/*Radio BTN*/
.radio, .radio-2 {
    margin: 0.5rem;
    position: relative;
}

    .radio label, .radio-2 label {
        position: relative;
        padding-left: 30px;
        font-weight: 400;
        font-size: 1rem;
    }

    .radio input[type="radio"] {
        position: absolute;
        opacity: 0;
    }

        .radio input[type="radio"] + .radio-label:before {
            content: '';
            background: #f4f4f4;
            border-radius: 100%;
            border: 1px solid #b4b4b4;
            display: inline-block;
            width: 0.8em;
            height: 0.8em;
            position: absolute;
            top: -0.2em;
            margin-right: 1em;
            vertical-align: top;
            cursor: pointer;
            text-align: center;
            transition: all 250ms ease;
            left: -5px;
            top: 3px;
        }

        .radio input[type="radio"]:checked + .radio-label:before {
            background-color: #7b2e00;
        }

        .radio input[type="radio"]:focus + .radio-label:before {
            outline: none;
            border-color: #3197EE;
        }

        .radio input[type="radio"]:disabled + .radio-label:before {
            box-shadow: inset 0 0 0 4px #f4f4f4;
            border-color: #b4b4b4;
            background: #b4b4b4;
        }

        .radio input[type="radio"] + .radio-label:empty:before {
            margin-right: 0;
        }

.sectionheading {
    font-size: 1.5rem;
    margin-bottom: 20px;
    font-weight: 600;
}

.map-descriptions select {
    height: calc(1.80rem + 10px) !important;
    margin-top: 10px;
    border: 0px;
}

.map-selection-label > div{
    position: relative;
    background: #fff;
    box-shadow: 0px 0px 16px -11px #000;
}

    .map-selection-label > div:before {
        content: "\f0d9";
        display: block;
        position: absolute;
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        color: #fff;
        left: -11px;
        font-size: 2rem;
        top: -8px;
    }

    .map-selection-label p {
        font-size: 14px;
    }

        .map-selection-label p a {
            color: #000;
        }

            .map-selection-label p a:hover {
                text-decoration: underline;
            }

.m-investor-icon {
    margin-bottom: 10px;
}

    .m-investor-icon img {
        margin-bottom: 1rem;
    }

.m-investor-desc {
}

    .m-investor-desc p {
        color: #fff;
        text-align: center;
        font-size: 1.1rem;
        padding: 0rem 3rem;
        margin-bottom: 2rem;
        line-height: 22px;
    }

        .m-investor-desc p a {
            color: #fff;
        }

            .m-investor-desc p a:hover {
                color: #d4d4d4;
            }

.dot-active:hover circle {
    stroke-width: 1;
    r: 3.5;
    stroke: red;
}

.banner-content {
    position: absolute;
    width: 100%;
    text-align: center;
    z-index: 9;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

    .banner-content h2 {
        font-size: 2.5rem;
        color: #fff;
        font-weight: 600;
        margin-bottom: 10px;
        text-shadow: 0px 0px 35px #000;
    }

    .banner-content p {
        font-size: 1.6rem;
        color: #fff;
        text-shadow: 0px 0px 13px #000;
    }

.mainSlider {
	    overflow: hidden;
    position: relative;
    display: block;
    min-height: 300px;
}

.breadcrumb-banner {
    position: relative;
    display: block;
    padding: 80px 0px;
    background-color: #000;
	    color: #fff;
		    z-index: 9;
}

    .breadcrumb-banner h1 {
        color: #fff;
        width: 61%;
        text-shadow: 0px 0px 5px #000;
        margin-bottom: 0px;
        font-size: 2.3rem;
    }
.breadcrumb-banner p {
	    color: #fff;
		width: 50%;
}
    .breadcrumb-banner ul {
        margin-bottom: 12rem;
    }

        .breadcrumb-banner ul li {
            display: inline-block;
            color: #fff;
        }

            .breadcrumb-banner ul li a {
                color: #fff;
            }

            .breadcrumb-banner ul li:nth-child(odd):after {
                content: ">";
                position: relative;
                top: 2px;
                margin: 0px 5px;
            }
.breadcrumb-banner ul li:nth-child(even):after {
                content: ">";
                position: relative;
                top: 2px;
                margin: 0px 5px;
            }

    .breadcrumb-banner .bg-images img {opacity: 0.9;min-height: 520px;}

.subheading {
    font-weight: 500;
    font-size: 1.2rem;
}

.achievements-icon {
    text-align: center;
}

    .achievements-icon img {
    }

.achievements-desc {
    text-align: center;
    transition: ease all 0.5s;
}

    .achievements-desc h4 {
        font-size: 1.2rem;
    }

    .achievements-desc p {
        opacity: 0;
        transition: ease all 1s;
        font-size: 12px;
    }

.achievements {
    background: rgba(0, 0, 0, 0);
    transition: ease all 2s;
}

    .achievements:hover {
        background: #fff;
        transition: ease all 1s;
        box-shadow: 0 14px 24px rgba(62,57,107,.2);
    }

        .achievements:hover .achievements-desc p {
            opacity: 1;
            transition: ease all 1s;
            display: block;
            height: auto
        }

.trans-stats {
    background-color: #fff !important;
    position: relative;
    display: block;
    min-height: 170px;
    background-image: url(../images/stats-pattern.png);
}

    .trans-stats img {
        position: absolute;
        right: 0px;
        bottom: 0px;
    }

    .trans-stats h3 {
        margin-top: 40px;
        font-weight: 600;
        font-size: 1.2rem;
        position: relative;
    }
.trans-stats p i{    font-size: 12px;
    font-style: normal;
    position: relative;
    top: -8px;}
    .trans-stats p {
		font-size: 13px;
        font-weight: 400;
        position: relative;
    }

    .trans-stats span {
        float: right;
        font-size: 2rem;
        position: relative;
    }

        .trans-stats span i {
            position: relative;
            top: -10px;
        }

.block-img {
}

    .block-img img {
        min-height: 250px;
    }

.block-desc {
    padding: 15px 15px;
    background: #fff;
    min-height: 80px;
}

    .block-desc h3 {
        font-size: 1.2rem;
        line-height: 25px;
    }

        .block-desc h3 a {
            color: #000;
        }

            .block-desc h3 a:hover {
                color: #007ea8;
            }

.blog-8, .blog-4 {
	height: 100%;
    position: relative;
    display: block;
    padding: 200px 20px 50px 20px;
    transition: ease all 0.5s;
}

    .blog-8:hover .bg-images img, .blog-4:hover .bg-images img {
        opacity: 0.6;
        -webkit-transform: translateY(0px) scale(1.05);
        -moz-transform: translateY(0px) scale(1.05);
        -ms-transform: translateY(0px) scale(1.05);
        -o-transform: translateY(0px) scale(1.05);
        transform: translateY(0px) scale(1.05);
        transition: ease all 0.3s;
        left: 0px;
        top: 0px;
    }

    .blog-8 a, .blog-4 a {
        color: #fff;
        transition: ease all 0.3s;
    }

        .blog-8 a:hover, .blog-4 a:hover {
            color: #fff;
            text-decoration: underline;
            transition: ease all 0.3s;
        }

    .blog-8 .bg-images img, .blog-4 .bg-images img {
        opacity: 0.4;
        -webkit-transform: translateY(0px) scale(1.00);
        -moz-transform: translateY(0px) scale(1.00);
        -ms-transform: translateY(0px) scale(1.00);
        -o-transform: translateY(0px) scale(1.00);
        transform: translateY(0px) scale(1.00);
        transition: ease all 0.3s;
    }

    .blog-8 h3 {
        width: 50%;
    }

    .blog-8 h3, .blog-4 h3 {
        min-height: 50px;
        overflow: hidden;
        font-size: 1.3rem;
        color: #fff;
        position: relative;
        display: block;
    }

    .blog-4 .bg-images img {
    }

.tooltip-blog-desc {
    position: relative;
}

    .tooltip-blog-desc:before {
        content: "";
        display: block;
        position: absolute;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-bottom: 22px solid #ffffff;
        -ms-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        left: -20px;
        top: 10px;
    }

.arrow {
    cursor: pointer;
    display: inline-block;
}

    .arrow i {
        background: #fff;
        padding: 10px 12px;
        border-radius: 100%;
        box-shadow: 0px 1px 1px #b1b1b1;
    }

.availTable {
    font-size: 11px;
    text-align: left;
    color: #474c4e;
    min-height: 300px;
}

.availTable tr:nth-child(odd) {
    background-color: #fff;
}

.availTable th {
	    color: #000;
    border-bottom: 1px solid #fff;
    padding: 7px;
    font-weight: 500;
}

.availTable tr:nth-child(even) {
    background-color: #e6e4e4;
}

.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, .bg-op-image {
    background: rgba(27,159,148,1) !important;
    color: #fff !important;
    background: -moz-linear-gradient(left, rgba(27,159,148,1) 0%, rgba(49,109,179,1) 100%) !important;
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(27,159,148,1)), color-stop(100%, rgba(49,109,179,1))) !important;
    background: -webkit-linear-gradient(left, rgba(27,159,148,1) 0%, rgba(49,109,179,1) 100%) !important;
    background: -o-linear-gradient(left, rgba(27,159,148,1) 0%, rgba(49,109,179,1) 100%) !important;
    background: -ms-linear-gradient(left, rgba(27,159,148,1) 0%, rgba(49,109,179,1) 100%) !important;
    background: linear-gradient(to right, rgba(27,159,148,1) 0%, rgba(49,109,179,1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b9f94', endColorstr='#316db3', GradientType=1 ) !important;
}

.terms-link {
}

    .terms-link li {
    }

        .terms-link li:after {
            content: "|";
            position: relative;
            margin: 0px 10px;
        }

        .terms-link li:nth-child(3):after {
            display: none;
        }

.stats .stats-icon {
    -webkit-transform: translateY(0px) scale(0.90);
    -moz-transform: translateY(0px) scale(0.90);
    -ms-transform: translateY(0px) scale(0.90);
    -o-transform: translateY(0px) scale(0.90);
    transform: translateY(0px) scale(0.90);
    transition: ease all 0.3s;
}

.trans-stats, .classification-tab .item .col-sm-12, .m-investor img {
    -webkit-transform: translateY(0px) scale(1);
    -moz-transform: translateY(0px) scale(1);
    -ms-transform: translateY(0px) scale(1);
    -o-transform: translateY(0px) scale(1);
    transform: translateY(0px) scale(1);
    transition: ease all 0.3s;
}

    .stats:hover .stats-icon, .trans-stats:hover, .classification-tab .item .col-sm-12:hover, .m-investor:hover img {
        -webkit-transform: translateY(0px) scale(1.05);
        -moz-transform: translateY(0px) scale(1.05);
        -ms-transform: translateY(0px) scale(1.05);
        -o-transform: translateY(0px) scale(1.05);
        transform: translateY(0px) scale(1.05);
        transition: ease all 0.3s;
		    margin-bottom: 0px;
    }

.radio label:before, .radio-2 label:before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    background: #fff;
    z-index: 999;
    left: 0px;
    border-radius: 100px;
    top: 2px;
}

.radio label:nth-child(1):before {
    background: #000;
	    height: 2px;
    top: 12px;
}

.breadcrumb-sub {
    position: absolute;
    width: 100%;
    padding: .75rem 0rem;
    z-index: 2;
    padding-top: 50px;
}

    .breadcrumb-sub ul {
        margin-bottom: 100px;
    }

        .breadcrumb-sub ul li {
            display: inline-block;
        }

            .breadcrumb-sub ul li a {
                color: #fff;
            }

            .breadcrumb-sub ul li:nth-child(odd):after {
                content: ">";
                position: relative;
                color: #fff;
                padding: 0px 5px;
            }

    .breadcrumb-sub h1 {
        color: #fff;
        width: 61%;
        text-shadow: 0px 0px 5px #000;
        font-size: 2.3rem;
    }

    .breadcrumb-sub p {
        color: #fff;
    }

.h-blocks-parent {
    position: relative;
    display: block;
    background: #08b17f;
}
.h-blocks-img{overflow: hidden;min-height: 350px;}
.h-blocks-img img{}
    .h-blocks-parent > .bg-images img {
        opacity: 0.1;
    }

.h-blocks {
	    margin-bottom: 0px;
	    position: relative;
	    /* background: #000; */
	    transition: ease all 0.5s;
	    height: 100%;
}

    .h-blocks img {
		max-height: 350px;
        opacity: 1;
        transition: ease all 0.5s;
		    -webkit-transform: translate(-28%, 0%);
    transform: translate(-28%, 0%);
    min-width: 800px;
    }

    .h-blocks:hover {
        transition: ease all 0.6s;
        transform: translateY(-5px) scale(1.0);
        -webkit-box-shadow: 0 14px 24px rgba(62,57,107,.0);
        box-shadow: 0 14px 24px rgba(62,57,107,.0);
    }

        .h-blocks:hover img {
            opacity: 0.8;
            transition: ease all 0.5s;
          }



    .h-blocks-inner h3 {
        color: #08b17f;
        margin-bottom: 0px !important;
        min-height: 40px;
        text-align:center;
        transition:ease all 0.3s;
        margin: 0px 0px;
		font-weight: 400;
		font-size: 1.5rem;
    }
    .h-blocks-inner p{transition:ease all 0.3s;color:#000;}
    
    .h-blocks p:nth-child(2) {
    margin-bottom: 10px;
	color: #000;
    overflow: hidden;
	font-size: 12px;
    text-align: center;
    }

.h-blocks-btn {
    color: #fff;
    font-weight: bold;
}

.ul-inv-community {
}

    .ul-inv-community li {
        position: relative;
        padding-left: 25px;
    }

        .ul-inv-community li:before {
            content: "\f15c";
            font-family: 'Font Awesome 5 Free';
            font-weight: 400;
            position: absolute;
            left: 0px;
        }

    .ul-inv-community a {
        color: #000;
        font-size: 18px;
    }

        .ul-inv-community a:hover {
        }

.btn-gray {
    background: rgba(235,233,249,1);
    background: -moz-linear-gradient(top, rgba(235,233,249,1) 0%, rgba(209,209,209,1) 76%, rgba(171,171,171,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(235,233,249,1)), color-stop(76%, rgba(209,209,209,1)), color-stop(100%, rgba(171,171,171,1)));
    background: -webkit-linear-gradient(top, rgba(235,233,249,1) 0%, rgba(209,209,209,1) 76%, rgba(171,171,171,1) 100%);
    background: -o-linear-gradient(top, rgba(235,233,249,1) 0%, rgba(209,209,209,1) 76%, rgba(171,171,171,1) 100%);
    background: -ms-linear-gradient(top, rgba(235,233,249,1) 0%, rgba(209,209,209,1) 76%, rgba(171,171,171,1) 100%);
    background: linear-gradient(to bottom, rgba(235,233,249,1) 0%, rgba(209,209,209,1) 76%, rgba(171,171,171,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebe9f9', endColorstr='#ababab', GradientType=0 );
    border: 0px;
    transition: ease all 0.3s;
}

    .btn-gray:hover {
        background: #ccc;
        color: #fff;
        transition: ease all 0.1s;
    }

.video-block {
    position: relative;
    background: #000;
    cursor: pointer;
}

    .video-block img {
        opacity: 1;
    }

        .video-block img:hover {
            opacity: 1;
        }

    .video-block: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-block:hover:before {
        font-size: 45px;
        transition: ease all 0.5s;
        color: #fff;
        border-color: #fff;
        padding: 9px 23px;
    }


/*Responsive Iframe*/
.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%;
    }


.zoomicon {
    transform: translateY(0px) scale(1.0);
    transition: ease all 0.6s;
    overflow: hidden;
}

    .zoomicon img {
        transform: translateY(0px) scale(0.8);
        transition: ease all 0.6s;
        overflow: hidden;
    }

    .zoomicon p {
        transform: translateY(0px) scale(0.95);
        transition: ease all 0.6s;
        overflow: hidden;
		font-size: 1.2rem;
    }

    .zoomicon:hover img {
        transform: translateY(0px) scale(0.6);
        transition: ease all 0.6s;
    }

    .zoomicon:hover p {
        transition: ease all 0.6s;
        overflow: hidden;
        color: #000;
    }
.zoomicon:hover i {color: #000;position: relative;top: 1px;}
    .zoomicon:hover span {
        color: #000;
    }

    .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: #fff;
        transition: ease all 0.2s;
        transform: translateY(-5px) scale(1.0);
    }

        .zoomicon:hover img {
            
        }

.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);
    }


.sus-main {
    background: #000;
    overflow: hidden;
}

    .sus-main: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 );
    }

    .sus-main h3 {
        position: relative;
        padding-left: 0px;
    }



    /* .sus-main:hover h3:before { */
        /* top: 0px; */
        /* transition: ease all 0.5s; */
    /* } */

.row-animate {
}

    .row-animate img {
        transition: ease all 0.5s;
		 height: 360px !important;
    }

    .row-animate:hover img {
        opacity: 0.4;
    }

    .row-animate:hover .tooltip-blog-img {
        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.5s;
    }

    .row-animate h3:before {
        content: "";
        display: block;
        position: absolute;
        height: 100%;
        width: 5px;
        background: #0092c5;
        left: 15px;
        top: 244%;
    }

    .row-animate:hover h3:before {
        top: 0px;
        transition: ease all 0.5s;
    }

    .row-animate:hover h3 {
        color: #007ea8;
        transition: ease all 0.3s;
    }

    .row-animate h3 {
        position: relative;
        padding-left: 35px !important;
        color: #000;
        transition: ease all 0.3s;
        overflow: hidden;
    }

h2 {
    font-size: 22px;
}

.ul-financials {
}

    .ul-financials li {
        padding-left: 40px;
        position: relative;
        margin-bottom: 15px;
    }

    .ul-financials i {
        color: #fff;
        position: absolute;
        left: 6px;
        top: 6px;
    }

    .ul-financials img {
        position: absolute;
        bottom: 0px;
        left: 0px;
        opacity: 0.2;
        width: 100%;
    }

.a-white {
    color: #fff;
}

    .a-white:hover {
        text-decoration: underline;
        color: #fff;
    }

#chart {
    width: 300px;
    height: 145px;
    margin: 30px 0;
    display: block;
}

    #chart #numbers {
        width: 50px;
        height: 100%;
        margin: 0;
        padding: 0;
        display: inline-block;
        float: left;
		margin-top: 10px;
    }

        #chart #numbers li {
            text-align: right;
            padding-right: 1em;
            list-style: none;
            height: 29px;
            position: relative;
            bottom: 30px;
        }

            #chart #numbers li:last-child {
                height: 30px;
            }

            #chart #numbers li span {
                color: rgba(0, 0, 0, 0.45);
                position: absolute;
                bottom: 0;
                font-size: 10px;
                right: 10px;
            }

    #chart #bars {
        display: inline-block;
        width: 180px;
        height: 145px;
        padding: 0;
        margin: 0;
        border-left: 1px solid #000;
        border-bottom: 1px solid #000;
        position: relative;
    }

        #chart #bars li {
            display: inline-block;
            width: 40px;
            height: 144px;
            margin: 0;
            text-align: center;
            position: relative;
        }

        #chart #bars:hover div {
            transition: ease all 0.5s;
            opacity: 0.8
        }

        #chart #bars li:nth-child(odd) .bar {
            background: #1c9e95;
        }

        #chart #bars li:nth-child(even) .bar {
            background: #306eb2;
        }

        #chart #bars li .bar {
            display: block;
            width: 25px;
            margin-left: 10px;
            position: absolute;
            bottom: 0;
            height: 0;
            -webkit-transition: height 1s ease-in-out;
            -moz-transition: height 1s ease-in-out;
            -o-transition: height 1s ease-in-out;
            transition: height 1s ease-in-out;
        }

            #chart #bars li .bar:hover {
                cursor: pointer;
            }

        #chart #bars li i, #chart #bars li em {position: absolute; left: 0px; top: -15px; font-style: normal; font-size: 10px;}

        #chart #bars li .bar:hover:before {
            color: transparent;
            content: attr(data-percentage) '%';
            position: relative;
            bottom: 20px;
        }

.Cargo #bars:before {
    content: "INR in cr.";
    display: block;
    position: absolute;
    top: -20px;
    left: -4px;
    font-size: 10px;
}

.Revenue #bars:after {
    content: "INR in cr.";
    display: block;
    position: absolute;
    top: -20px;
    left: -4px;
    font-size: 10px;
}

.PAT #bars:after {
    content: "INR in cr.";
    display: block;
    position: absolute;
    top: -20px;
    left: -4px;
    font-size: 10px;
}

#chart #bars li span {
    color: rgba(0, 0, 0, 0.45);
    width: 100%;
    position: absolute;
    bottom: -2em;
    left: 0px;
    text-align: center;
    font-size: 11px;
}

.investor-chart h3 {
    text-align: left;
    color: #000;
    font-size: 1.3rem;
    margin-bottom: 40px;
}

.investor-ratios .bg-images img {
    opacity: 0.2;
}

.investor-ratios p {
    text-align: center;
    font-size: 1.5rem;
}

    .investor-ratios p span {
        display: block;
        font-size: 2.5rem;
    }

#address-tab-container {
    background: #fff;
    padding: 2rem 2rem;
}

/*Media Section*/
.ul-media-section {
    padding-left: 30px;
}

    .ul-media-section li {
		width: 100% !important;
    text-align: left !important;
        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/Ports/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;
        }

.inv-downloads {
	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 );
    position: relative;
    text-align: center;
}

    .inv-downloads .bg-images img {
        opacity: 0.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;
    }

.black-bg .single-carousel button{color:#fff !important;}

.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);
    }
#c-map-parent img{padding: 5px;}

#drpdwnControl .item .col-lg-4{transition:ease all 0.5s;}
#drpdwnControl .item .col-lg-4:hover .block-img, #drpdwnControl .item .col-lg-4:hover .block-desc{transition:ease all 0.5s;background:#fff;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);}
#drpdwnControl .item .col-lg-4:hover h3{color: #007bff;}

.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;}
.contact-form {
    background: #fff;
}

.stats{text-align: center;transition: ease all 0.3s;} 
.stats img{margin-bottom: 0px;}
.stats p{text-align:center;color: #18A790;font-weight: 600;font-size: 1.2rem;line-height: 22px;margin-bottom: 2px;}
.stats p span{display: block;color: #636363;font-size: 18px;}
.stats .stats-description:nth-child(1){}
.stats .stats-description:nth-child(2) span{font-weight: 300;}
.stats .stats-description:nth-child(3) span{font-size: 14px;}
.stats p span b{font-weight: 600;font-size: 1rem;}
.stats p i{text-decoration: none;font-style: normal;font-size: 12px;color: #252525;}
.stats p:nth-child(3){line-height: 14px;font-size: 12px;margin-bottom: 15px;}

#about-banner .bootstrape-dots{padding: 20px 0px 0px 0px;}
#about-banner .bootstrape-dot span{border-radius: 0px;}
#about-banner .bootstrape-dots .active span{background:#006db7}
#about-banner .bootstrape-dots span:hover{background:#006db7}
#about-banner .bootstrape-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 .bootstrape-prev span{font-size: 30px;color: #000;}
#about-banner .bootstrape-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 .bootstrape-next span{font-size: 30px;color: #000;}
#about-banner .bootstrape-nav{position: relative;bottom: 100px;max-width: 1140px;margin-left: auto;margin-right: auto;margin-top: 0px;}
#about-banner .bootstrape-nav .bootstrape-prev:hover, #about-banner .bootstrape-nav .bootstrape-next:hover{color:#000;}
.breadcrumb-sl-inner{position: absolute;width: 100%;z-index: 9;top: 30px;}
.breadcrumb-sl-inner ul{margin-bottom:10px;}
.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;}
.breadcrumb-sl-inner h1{color:#fff;font-size: 1.5rem;}

.breadcrumb-slider {position: relative;}
/*About Slider*/
.slider-content{background: #000;}
.slider-content img{opacity: 0.9;}
.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: 40vw;}

.arrow{    display: block;}
.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);}

.single-slide .bootstrape-dots{padding: 20px 0px 0px 0px;}
.single-slide .bootstrape-dot span{border-radius: 0px;}
.single-slide .bootstrape-dots .active span{background:#006db7}
.single-slide .bootstrape-dots span:hover{background:#006db7}
.single-slide .bootstrape-prev{position: absolute;left: -27px;background: #fff !important;width: 45px;border-radius: 100% !important; outline:0;box-shadow: 0px 1px 1px #b1b1b1;height: 45px;}
.single-slide .bootstrape-prev span{font-size: 30px;color: #000;}
.single-slide .bootstrape-next{position: absolute;right: -27px;background: #fff !important;width: 45px;border-radius: 100% !important;outline:0;box-shadow: 0px 1px 1px #b1b1b1;height: 45px;}
.single-slide .bootstrape-next span{font-size: 30px;color: #000;}
.single-slide .bootstrape-nav{position: absolute;width: 100px;top: 50%;margin-left: 6rem;}
.single-slide .bootstrape-nav .bootstrape-prev:hover, .single-slide .bootstrape-nav .bootstrape-next:hover{color:#000 !important;}
.single-slide .item{position:relative;}

.ul-financials{}
.ul-financials li{padding-left: 40px;position:relative;margin-bottom: 15px;}
.ul-financials i, .ul-financials em{color:#fff;position: absolute;left: 6px;top: 6px;}
.ul-financials img{position: absolute;bottom: 0px;left: 0px;opacity: 0.2;width: 100%;}

.investor-btm-block{text-align:center;}
.investor-btm-block a{color:#000;font-size: 1.2rem;}
.investor-btm-block a:hover{color: #007ea8;}
.investor-btm-block img{width: 80px !important;margin-left: auto;margin-right: auto;margin-bottom: 20px;}

.ul-bullets{padding-left: 40px;}
.ul-bullets li{list-style-type: circle;}

.FIlings{min-height: 300px;}

.ul-reports{}
.ul-reports li{padding-left: 30px;}
.ul-reports em{position: absolute;left: 16px;top: 3px;}
.ul-reports a{color: #000;}
.ul-reports a:hover{color: #5d5d5d;}

.single-carousel{}
.single-carousel .bootstrape-nav{position: relative;width: 100%;right: 0px;top: 90%;height: 30px; margin-bottom:1%;}
.single-carousel .bootstrape-nav .bootstrape-prev{bottom: 0px;position: absolute;right: 15px;margin: 5px;background: transparent !important;color: #000;}
.single-carousel .bootstrape-nav .bootstrape-next{bottom: 0px;position: absolute;right: 0px;margin-right: 0px!important;margin: 5px;background: transparent !important;color: #000;}
.single-carousel .bootstrape-nav .bootstrape-prev i:hover, .single-carousel .bootstrape-nav .bootstrape-next i:hover{
    color: #ccc;
    transition: ease all 0.3s;
}
.ul-download-icon{padding-left: 38px;position: relative;}
.ul-download-icon li{font-size: 13px;margin-bottom: 10px;position:relative;}
.ul-download-icon li:before{content:"\f019";position:absolute;font-family: 'Font Awesome 5 Free';font-weight: 600;margin-right: 10px;left: -25px;top: 0px;}
.ul-download-icon li a{color:#000;}
.ul-download-icon li a:hover{color:#007ea8;}

.black-bg{background:#000;}
.black-bg img{opacity: 0.2;}

.lk-white{padding-left: 30px;}
.lk-white li{position:relative;}
.lk-white em{color:#fff;position: absolute;left: 15px;top: 3px;}
.lk-white a{color:#fff;}
.lk-white a:hover{opacity:0.8;}

.single-carousel .bootstrape-nav .bootstrape-next:hover, .single-carousel .bootstrape-nav .bootstrape-prev:hover{color:#000;}

.corporate-a a{color:#fff !important;}
.corporate-a a:hover{color:#c3c3c3 !important;}
.corporate-a p span{color:#dedede !important;} 

.shareholding-pattern p{margin-bottom: 10px;}
.shareholding-pattern i{margin-right: 10px;color: #1c9d96;}
.shareholding-pattern a{color:#000;font-size: 14px;}
.shareholding-pattern a:hover{opacity:0.8}

.padd-box{padding: 0px;border: 10px solid #ebebeb;}

.accordion-tabs{}
.accordion-tabs .card-header{background: #fff !important;}
.accordion-tabs .bg-white{border-bottom:1px solid #dfdfdf;}
.accordion-tabs .card-header a{position:relative;display:block;}
.accordion-tabs .card-header a:after{content:"\f107"; position:absolute;font-family: 'Font Awesome 5 Free';font-weight: 900;transition:ease all 0.3s;right: 0px;-ms-transform: rotate(0deg);-webkit-transform: rotate(0deg);transform: rotate(0deg);}
.accordion-tabs .card-header a.collapsed:after{content:"\f107"; position:absolute;font-family: 'Font Awesome 5 Free';font-weight: 900;-ms-transform: rotate(-90deg);-webkit-transform: rotate(-90deg);transform: rotate(-90deg);}

.investor-faq .card-header{background: #fff;color: #000;cursor: pointer;border-bottom: 0px solid rgba(0,0,0,.125);}
.investor-faq .card-body{background: #fff;padding:0px}
.investor-faq .card-body ul{margin-bottom: 20px;padding-left: 20px;}
.investor-faq .card-body ul li{list-style-type: initial;}
.accordion .card-header:after {
    font-family: 'FontAwesome';
    content: "\f068";
    float: right;
                font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}
.accordion .card-header.collapsed:after {
    content: "\f067";
                font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.b-o-director{height: 225px;overflow: hidden;}
.b-o-director img{width: 100%;}
.b-o-director .card-body{min-height:110px;}

.directors-tile .card-body{min-height:110px;}

.UpcomingEvents{min-height: 300px;}

.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;
}

.directors-tile .card-body h4{color: #1c9d96;    font-size: 1.1rem;}

.sus-main .bg-images img{opacity: 1;left: 50%;top: 50%;-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%);}
.sustainability-block h3{color: #fff;font-size: 1.6rem;}
.sustainability-block h3 a{color: #fff;}
.sustainability-block h3 a:hover{color: #c3c3c3;}
.sustainability-block p{margin-top: 3rem;color: #fff;min-height: 72px;width:70%;position:relative;}
.sustainability-block p:before{content:""; display:block; position:absolute; left:-20px; height:100%; width:5px; background:#fff;bottom:-250px;transition:ease all 0.5s;}

.sustainability-block:hover p:before{bottom:0px;transition:ease all 0.5s;}

.sustainability-block{overflow: hidden;}

.sustainability-block{position: relative;display: block;}
.sus-main{background:#000;}
.sus-main: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 );
}
.sus-main .bg-images img{opacity: 0.5;left: 50%;top: 50%;-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%);}
.sustainability-block h3{color: #fff;font-size: 1.6rem;}
.sustainability-block h3 a{color: #fff;}
.sustainability-block h3 a:hover{color: #c3c3c3;}
.sustainability-block p{margin-top: 3rem;color: #fff;min-height: 72px;width:70%;position:relative;}
.sustainability-block p:before{content:""; display:block; position:absolute; left:-20px; height:100%; width:5px; background:#fff;bottom:-500px;transition:ease all 0.5s;}
.sus-main:hover .bg-images {transform: translateY(0px) scale(1.1);transition: ease all 0.6s;overflow: hidden;}
.bg-images {transform: translateY(0px) scale(1.0);transition: ease all 0.6s;}
.sustainability-block:hover p:before{bottom:0px;transition:ease all 0.5s;}
.sus-report{position:relative;display: block;}
.sus-r-title{font-size: 1.4rem;font-weight: 300;margin-bottom: 2rem;}
.sus-r-title span{display: block;font-weight: 600;}
.sus-btn{width: 100%;bottom: 20px;left: 0px;font-size: 12px;margin-top: 10px;}
.sus-btn a{color:#fff;}
.sus-btn a:hover{color:#fff;text-decoration:underline;}

.ceo{color:#fff;}
.ceo span{display: block;font-size: 12px;margin-top: 2px;}
.ceo-img{overflow: hidden;background: #fff;}

/*Other Ventures Carousel*/
#other-ventures{padding: 15px 0px 0px 0px;position:relative;}
#other-ventures h5{text-align: center;line-height: 60px;font-size: 1.25rem;}
#other-ventures .bootstrape-dots{padding: 20px 0px 0px 0px;}
#other-ventures .bootstrape-dot span{border-radius: 0px;}
#other-ventures .bootstrape-dots .active span{background:#006db7}
#other-ventures .bootstrape-dots span:hover{background:#006db7}
#other-ventures .bootstrape-prev{position: absolute;left:-40px;background: transparent;}
#other-ventures .bootstrape-prev span{font-size: 30px;color: #000;padding: 1px 14px;background: #fff;border-radius: 100%;box-shadow: 0px 1px 3px -1px #000;}
#other-ventures .bootstrape-next{position: absolute;right:-40px;background: transparent;}
#other-ventures .bootstrape-next span{font-size: 30px;color: #000;padding: 1px 14px;background: #fff;border-radius: 100%;box-shadow: 0px 1px 3px -1px #000;}
#other-ventures .bootstrape-nav{position: absolute;top: 30%;}
#other-ventures .bootstrape-nav i:hover, #other-ventures .bootstrape-nav button:hover{color:#000 !important; opacity:0.8;}

.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;}

.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;}
.chairman-box a{color:#fff;}
.chairman-box a:hover{color:#78bfbb;}
.chairman-box{overflow: hidden;position: relative;}

.CTA h2{font-size: 26px;}
.CTA h2 span{float: right;}

.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;}
.designation{position: relative;font-size: 16px;font-weight: 600;z-index: 1;}

.tab-content .block-img {
    height: 250px;
    overflow: hidden;
}
/*Timeline Caousel*/
.timeline-carousel{margin-top: 2rem;}
.timeline-carousel img{width: 200px !important;height: 200px;border-radius: 100%;margin-left: auto;margin-right: auto;margin-bottom: 15px;border: 5px solid #E6E6E6;display: none !important;}
.timeline-carousel .item > div{transition: ease all 0.5s;transform: translateY(0px) scale(1.00);padding: 15px 0px;}
.timeline-carousel .item > div:hover{transition: ease all 0.5s;transform: translateY(-5px) scale(1.05);background:#fff;}
.timeline-carousel .item > div:hover .year{color: #2f6fb1;}

.timeline-carousel .year{
    text-align: center;
    color: #18A790;
    font-weight: 500;
    font-size: 3rem;
}
.timeline-carousel .desc{
    text-align: center;
    padding: 10px 60px;
}
.timeline-carousel:before{content:"";display:block;position:absolute;width:100%;height: 5px;background: #E6E6E6;top: 96px;display: none !important;}
.vertical-middle {-webkit-transform: translate(0%, 0%);transform: translate(0%, 0%);position: absolute;top: 38%;}

.timeline ul li {
  list-style-type: none;
  position: relative;
  width: 2px;
  margin: 0 auto;
  padding-top: 50px;
  background: #000;
}

.timeline ul li::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 80px;
  transform: translateX(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;background: #fff !important;
  background: inherit;z-index: 9;border: 1px solid #000;
}

.timeline ul li div {
  position: relative;
  bottom: 0;
  width: 250px;
  padding: 15px;
}

.timeline ul li div::before {
  content: '';
  position: absolute;
  bottom: 7px;
  width: 0;
  height: 0;
  border-style: solid;
}

.timeline ul li:nth-child(odd) div {
  left: 20px;
}

.timeline ul li:nth-child(odd) div::before {
                left: -30px;
    top: 45px;
    width: 100%;
    border-bottom: 1px solid #000;
    border-top: 0px;
}

.timeline ul li:nth-child(even) div {
  left: -270px;
}

.timeline ul li:nth-child(even) div::before {
  right: -10px;
      top: 45px;
    width: 100%;
    border-bottom: 1px solid #000;
    border-top: 0px;
}

time {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 8px;
}

.timeline ul li::after {
  transition: background .5s ease-in-out;
}

.timeline ul li.in-view::after {
  background: #fff;
}

.timeline ul li div {
  visibility: hidden;
  opacity: 0;
  transition: all .5s ease-in-out;
}

.timeline ul li:nth-child(odd) div {
  transform: translate3d(200px, 0, 0);
}

.timeline ul li:nth-child(even) div {
  transform: translate3d(-200px, 0, 0);
}

.timeline ul li.in-view div {
  transform: none;
  visibility: visible;
  opacity: 1;
}


@media screen and (max-width: 900px) {
  .timeline ul li div {
    width: 250px;
  }
.timeline ul li:nth-child(even) div {
    left: -289px;
    /*250+45-6*/
  }
}

@media screen and (max-width: 991px) {
  .timeline ul li {
    margin-left: 20px;
                min-height: 150px;
  }
  .timeline ul li div {
    /*width: calc(100vw - 91px);*/
  }
  .timeline ul li:nth-child(even) div {
    left: 22px;
  }
  .timeline ul li:nth-child(even) div::before {
    left: -30px;
  }
}
.timeline-block p:before{content:""; position:absolute;width: 5px;height: 5px;background: #000;border-radius: 100%;top: 8px;left: -10px;}
.timeline-block:before{}
.timeline-block p{width: 100%;float: left;position: relative;font-size: 14px;}
.timeline-block img:nth-child(odd){}
.timeline-block time{color:#18A790; font-weight:500;}
.timeline li:nth-child(odd) .timeline-block img{border: 8px solid #F7F7F7;border-radius: 100%;position: absolute;top: -50px;right: -50px;width: 190px;height: 190px;display: none;}
.timeline li:nth-child(even) .timeline-block img{border: 8px solid #F7F7F7;border-radius: 100%;position: absolute;top: -50px;left: -50px;width: 190px;height: 190px;display: none;}
.timeline li:nth-child(odd) .timeline-block p{}
.timeline li:nth-child(even) .timeline-block p{float: right;padding-left: 15px;}
.timeline li:nth-child(even) .timeline-block time{text-align: right;}
.timeline li:nth-child(even) .timeline-block p:before{left: 0px;}

.sus-main:hover .bg-images img{opacity:0.4;}

#pop-gallery .bootstrape-nav{top: 43%;-webkit-transform: translate(0%, 50%);transform: translate(0%, 50%);width: 100%;text-align:right;}
	#pop-gallery .bootstrape-nav .bootstrape-prev{position: absolute;left: 0px;margin: 0px !important;width: auto;height: auto;}
	#pop-gallery .bootstrape-nav .bootstrape-next{margin: 0px !important;width: auto;height: auto;position: absolute;right: 0px;}
	#pop-gallery .bootstrape-nav i{background: #fff;padding: 10px 10px;}

.ul-bullets{padding-left: 20px;}
.ul-bullets li{list-style-type: disc;}
.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;}

@media(min-width:30px) and (max-width:767px){
.ProjectAssetsMap { width:100% !important; }
.ProjectAssetsDataInner { position:absolute ;top:50%; left:50%; transform:translateX(-50%) translateY(-50%); color: #fff; background-color: rgba(100,100,100,0.95) !important; max-width: 180px !important; min-height: 217px  !important; box-shadow: 0px 0px 13px black;}
.ProjectAssetsDataInner h3{color: #fff !important;font-size: 14px;}
.ProjectAssetsDataInner p{color: #fff !important;font-size: 11px; line-height: 19px !important;}
.ProjectAssetsDataInner .close_icon {
    display: block !important;
}
}

.indiaMap a.active circle {
    fill: red !important;
    stroke-dashoffset: 0;
    stroke-dasharray: 700;
    stroke-width: 1;
}

.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,0.5) !important;
    stroke-dashoffset: 0;
    stroke-dasharray: 700;
    stroke-width: 1;
}

.indiaMap a{
   cursor: pointer;
}

.IndiaMapBg{
background: url("/wps/wcm/connect/www.adanitransmission.com-25182/8453eda3-1b86-495f-a266-41b8a810562b/bgMap.jpg?MOD=AJPERES&amp;CACHEID=8453eda3-1b86-495f-a266-41b8a810562b") top center no-repeat;
    background-size: cover;
}

.ProjectAssetsData{
}

.ProjectAssetsDataInner {
    background-color: rgba(255, 255, 255, 0.48);
    width: 100%;
    min-height: 215px;
	margin-bottom: 40px;
	border: 2px solid #fff;
}

.ProjectAssetsDataInner h3 {
    color: #000;
	font-size: 1.3rem;
    text-shadow: 1px 1px rgba(255,255,255,0.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;
    background: url("/wps/wcm/connect/www.adanitransmission.com-25182/3db5bb3f-6dd0-421f-83e8-130e263e454b/cancel.png?MOD=AJPERES&amp;CACHEID=3db5bb3f-6dd0-421f-83e8-130e263e454b") no-repeat;
    position: absolute;
    right: 2px;
    top: 4px;
    height: 20px;
    width: 20px;
    cursor: pointer;
}
#boxes #dialog {
    height: auto;
    padding: 10px;
    background-color: #ffffff;
    font-family: Adani Light;
    font-size: 9pt;
    transform: translateY(-50%) translateX(-50%);
    top: 50% !important;
    left: 50% !important;
    max-width: 700px;
    width: 95%;
    overflow-y: initial !important;
	position:fixed;
	border-radius: 5px;
}


@media(max-width:991px){
    #boxes #dialog {
        height: 400px;
        overflow-y: auto !important;
        width: 90%;
        max-width: 500px;
    }   
}




div#boxes {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    overflow: hidden;
	color:#000;
	 background: rgba(0,0,0,0.70);
}

div#boxes, div#boxes * { box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box;}

.infrastructure-block{}
.infrastructure-block .bootstrape-nav{top: 0%;-webkit-transform: translate(0%, 0%);transform: translate(0%, 0%);width: 100px;right: 0px;margin-top: -50px;}
.infrastructure-block .bootstrape-nav button{background:transparent !important;}
.infrastructure-block .bootstrape-nav button i{font-size: 1.4rem;color: #8a8a8a;}
.indiaMap{height: 470px;}

.homeslider img{width:100%;height: 44vw;object-fit: cover;}
.homeslider .bootstrape-item .item video {min-width: 100%;min-height: 100%;position: absolute;z-index: 0;left: 0%;top: -15%;-webkit-transform: translate(0%, -15%);transform: translate(0%, -15%);height:61vw;    object-fit: cover;}
.homeslider .bootstrape-item .item .promo-container {
  position: absolute;
  top: 0;
  height: 600px;
}
.homeslider .bootstrape-item .item{display: block;float: left;width: 100%;position: relative;height: 44vw;overflow: hidden;} 
.homeslider .bootstrape-item .item .promo-container h2 {
  color: white;
}
.homeslider .bootstrape-item .item .promo-container .promo {
  height: 200px;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  height: 600px;
  padding: 40px;
}
.homeslider .bootstrape-nav {
  display: none;
}
.homeslider .bootstrape-dots .bootstrape-dot span{background: #fff;border-radius: 0px;}
.homeslider .bootstrape-dots .bootstrape-dot.active span, .bootstrape-theme .bootstrape-dots .bootstrape-dot:hover span{background: #18a790;}
.homeslider .bootstrape-dots{position:absolute;;left: 50%;top: 95%;-webkit-transform: translate(-50%, -95%);transform: translate(-50%, -95%);margin-top:6px !Important;}
.border-left{border-left: 5px solid #18A790 !important;}

.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%;-webkit-transform: translate(0%, -50%);transform: translate(0%, -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 p a{color:#fff;}
.clusterbased-park p a:hover{color:#fff;text-decoration:underline;}
.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%;}

.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;
  }
}

.table-t{color:#fff;}

.radio-2 label:before{border: 2px solid #050853;content:"";}

.CorporateCalendar{height: 250px;overflow: auto;font-size: 13px;}
.CorporateCalendar::-webkit-scrollbar {
  width: 6px;
}
.CorporateCalendar::-webkit-scrollbar-track {
  background: transparent; 
}
.CorporateCalendar::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius:3px;
}

.indiaMap2{height:400px !important;}
/* .sus-btn span{float: right;} */

.homecounter{}
.homecounter .stats:nth-child(1){}
.homecounter .stats:nth-child(2) .text-center span{width: 160px;margin-left: auto;margin-right: auto;position:relative;}
.homecounter .stats:nth-child(3) .text-center span{width: 160px;margin-left: auto;margin-right: auto;position:relative;}
.homecounter .stats:nth-child(4) .text-center span{width: 160px;margin-left: auto;margin-right: auto;position:relative;}
.homecounter .stats:nth-child(1) .text-center span:after{content:"+"; position:absolute;}
.homecounter .stats:nth-child(2) .text-center span:after{content:"+"; position:absolute;}
.homecounter .stats:nth-child(3) .text-center span:after{content:"% "; position:absolute;}
.homecounter .stats:nth-child(4) .text-center span:after{content:"+"; position:absolute;}

.aboutcounter .col-6:nth-child(1) p.stats-description{width: 160px;margin-left: auto;margin-right: auto;position:relative;}
.aboutcounter .col-6:nth-child(2) p.stats-description{width: 160px;margin-left: auto;margin-right: auto;position:relative;}
.aboutcounter .col-6:nth-child(3) p.stats-description{width: 160px;margin-left: auto;margin-right: auto;position:relative;}
.aboutcounter .col-6:nth-child(4) p.stats-description{width: 160px;margin-left: auto;margin-right: auto;position:relative;}
.aboutcounter .col-6:nth-child(5) p.stats-description{width: 160px;margin-left: auto;margin-right: auto;position:relative;}
.aboutcounter .col-6:nth-child(6) p.stats-description{width: 160px;margin-left: auto;margin-right: auto;position:relative;}
.aboutcounter .col-6:nth-child(7) p.stats-description{width: 160px;margin-left: auto;margin-right: auto;position:relative;}
.aboutcounter .col-6:nth-child(8) p.stats-description{width: 160px;margin-left: auto;margin-right: auto;position:relative;}
.aboutcounter .col-6:nth-child(1) p.stats-description:after{}
.aboutcounter .col-6:nth-child(2) p.stats-description:after{}
.aboutcounter .col-6:nth-child(3) p.stats-description:after{}
.aboutcounter .col-6:nth-child(4) p.stats-description:after{content:"+"; position:absolute;}
.aboutcounter .col-6:nth-child(5) p.stats-description:after{content:"+"; position:absolute;}
.aboutcounter .col-6:nth-child(6) p.stats-description:after{content:"+"; position:absolute;}
.aboutcounter .col-6:nth-child(7) p.stats-description:after{content:"+"; position:absolute;}
.aboutcounter .col-6:nth-child(8) p.stats-description:after{}

.aboutcounter .stats p span{margin-bottom: 7px;}

.powertrans .md-6:nth-child(1) .trans-stats h3{width: 160px;}
.powertrans .md-6:nth-child(2) .trans-stats h3{width: 160px;}
.powertrans .md-6:nth-child(3) .trans-stats h3{width: 160px;}
.powertrans .md-6:nth-child(4) .trans-stats h3{width: 160px;}
.powertrans .md-6:nth-child(5) .trans-stats h3{width: 160px;}
.powertrans .md-6:nth-child(6) .trans-stats h3{width: 160px;}
.powertrans .md-6:nth-child(7) .trans-stats h3{width: 160px;}
.powertrans .md-6:nth-child(8) .trans-stats h3{width: 160px;}

.powertrans .md-6:nth-child(1) .trans-stats h3:after{content:""; position:absolute;}
.powertrans .md-6:nth-child(2) .trans-stats h3:after{content:""; position:absolute;}
.powertrans .md-6:nth-child(3) .trans-stats h3:after{content:""; position:absolute;}
.powertrans .md-6:nth-child(4) .trans-stats h3:after{content:""; position:absolute;}
.powertrans .md-6:nth-child(5) .trans-stats h3:after{content:"+ Ckm"; position:absolute;}
.powertrans .md-6:nth-child(6) .trans-stats h3:after{content:"+ MVA"; position:absolute;}
.powertrans .md-6:nth-child(7) .trans-stats h3:after{content:"%"; position:absolute;}
.powertrans .md-6:nth-child(8) .trans-stats h3:after{content:""; position:absolute;}

.powerd .col-lg-3:nth-child(1) h3{width: 160px;}
.powerd .col-lg-3:nth-child(2) h3{width: 160px;}
.powerd .col-lg-3:nth-child(3) h3{width: 160px;}
.powerd .col-lg-3:nth-child(4) h3{width: 160px;}
.powerd .col-lg-3:nth-child(1) h3:after{content:"Sq.Km."; position:absolute;}
.powerd .col-lg-3:nth-child(2) h3:after{content:"+"; position:absolute;}
.powerd .col-lg-3:nth-child(3) h3:after{content:"%"; position:absolute;}
.powerd .col-lg-3:nth-child(4) h3:after{content:"%"; position:absolute;}

.megamenu h5 a{color: #18a790;font-size: 1.25rem;}

.investor-ratios .col-lg-4 p{transform: translateY(0px) scale(1.0);transition: ease all 0.6s;padding: 10px 0px;}
.investor-ratios .col-lg-4:hover p{transform: translateY(-5px) scale(1.1);transition: ease all 0.6s;background:#fff;color:#306fb2;}
.btn-gradient option {background: #1d9a96;}

.tbl-sys-avail{background: #fff;}
.desktop-none.bg-gray{display:none !important;}

.topMenu li {
    padding: 10px 5px 10px 8px;
    list-style: none;
    display: inline-block;
}

.aeml-overview{    padding-bottom: 2rem;}
.aeml-overview > .bg-images img{position: fixed;top: 0px;}
.z-index {
    z-index: 1;
}

.sidebar-item .social-share.make-me-sticky .fa-twitter{color:#55acee;}
.sidebar-item .social-share.make-me-sticky .fa-facebook-square{color: #3a559f;}
.sidebar-item .social-share.make-me-sticky .fa-linkedin{color: #0077b7;}
.sidebar-item .social-share.make-me-sticky .fa-envelope{color: #07a2f5;}

/*Social Share*/
.social-share a{color:#313131;font-size: 1.5rem;}
.social-share a:hover{color: #4e4e4e;cursor:pointer;}
.social-share i{}
.sidebar-section {
  position: absolute;
  height: 100%;
  width: 100%;
}

.sidebar-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Position the items */
}

.make-me-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  padding: 0 15px;
}

.media-release-box: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;}
.scroll-socialmedia {
    height: 400px;
    overflow: scroll;
    overflow-x: hidden;
}
.scroll-socialmedia::-webkit-scrollbar {
  width: 6px;
}
.scroll-socialmedia::-webkit-scrollbar-track {
  background: transparent; 
}
.scroll-socialmedia::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius:3px;
}
.invtab li{width: 50%;text-align: center;}

.bootleggers .item img{}

.aeml-overview p{color: #fff;}
.aeml-overview i{color:#000;}
.d-list{display:list-item !important;}

.bg-op-image .bg-images img{opacity:0.3;}

.investor-faq .card{border: 0px solid rgba(0,0,0,.125);}
.investor-faq .card-body{background: #f5f5f5;border:1px solid #ccc;}

.sitemap-block ul{}
	.sitemap-block ul li{}
	.sitemap-block ul li a{color: #000;font-size: 12px;}
	.sitemap-block ul li a:hover{color: #1c9d96;}
	.sitemap-block h4{margin-bottom: 10px;}
	.sitemap-block h4 a{font-size: 1.3rem;color: #18a790;}
	.sitemap-block h4 a:hover{color: #007bff;}

.font-style-normal{font-style:normal;}
.menu-overlay{opacity:1;display:block;background: transparent;}

.zoombox{transition: ease all 0.5s;transform: translateY(0px) scale(1.00);}
.zoombox:hover{transition: ease all 0.5s;transform: translateY(0px) scale(1.02);-webkit-box-shadow: 0 14px 24px rgba(62,57,107,.2);box-shadow: 0 14px 24px rgba(62,57,107,.2);}

.overlay-hidden{overlay:hidden;}

.g-heading{color: #08b17f;font-weight: 600;}

.business-nav li{width: 24%;text-align: center;}

.business-section{position: relative;background: #fff;}
.business-section .bg-images, .business-section .bg-images img{position: fixed;top: 0px;object-fit: cover;}
.b-icon{text-align: center;}
.b-content{text-align:center;}
.b-content p{font-size: 1.3rem;padding: 0px 60px;}
.b-content p span{font-size: 1rem;}
.b-content p:nth-child(1){line-height: 30px;font-weight: 500;margin-bottom: 0.5rem;}
.b-content p:nth-child(2){line-height: 21px;padding: 0px 20px;}
.b-content p a{color:#0e6db6 !important;}
.zoomicon:hover .b-content p a{color:#0e6db6 !important;}

.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;}
.news-updates li a{color:#000; display: -webkit-box; max-width: 100%; line-height: 21px; -webkit-line-clamp: 3; -webkit-box-orient: vertical; text-overflow: ellipsis; overflow: hidden;}
.news-updates li a:hover{color: #006db7;text-decoration:underline;}

.zoomin, .zoomin img{transform: translateY(0px) scale(1.0);transition: ease all 0.3s;overflow:hidden;}
.zoomin:hover img{transform: translateY(0px) scale(1.03);transition: ease all 0.3s;}

#firstsection{overflow: hidden;}
#firstsection .bg-images img{opacity: 0.5;min-height: 800px;}
.hand-img{position: absolute;bottom: -75px;}
.hand-img img{width: 90%;}
.heading-w {border-left: 5px solid #fff;font-size: 22px;}
.business-tab{position: relative;}

.viewall{cursor:pointer;font-size: 14px;margin-top: 6px;color: #316fb2;}
.viewall:hover{opacity:0.8}

.invtabs li{width: 49%;text-align: center;}
.invtabs .nav-item  .nav-link.active{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 );color: #fff !important;padding: 0px 10px;font-size: 1.3rem;text-align: center;line-height: 40px;border: 0px solid #fff;}
.invtabs .nav-item  .nav-link{color: #000 !important;padding: 0px 10px;font-size: 1.3rem;text-align: center;line-height: 40px;border: 1px solid #fff;border-bottom: 0px;}
.invtab li{width: auto;text-align: center;}
.invtab .nav-item  .nav-link{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 );color: #fff !important;padding: 0px 10px;font-size: 1.3rem;text-align: center;line-height: 40px;}
.invtab select{height: 40px !important;}
.invtab .nav-item .nav-link.active:after, .invtabs .nav-item .nav-link.active:after{height:0px !important; content:"";margin-top: 0px;}
.invtab .nav-item .nav-link, .invtab .nav-item .nav-link.active{height:0px !important;margin-top: 0px;}

#btn-mbusiness option{color:#fff;}
.single-item .bootstrape-nav{top: 40%;display:none;}
.single-item .bootstrape-nav button{background: transparent !important;}
.single-item .bootstrape-nav button i{background: #fff;padding: 10px 13px;border-radius: 100px;}
.single-item .bootstrape-nav button i:hover{opacity:0.8;}

.spv-ratings{margin-bottom: 2rem;}
.spv-ratings .card-header{background: #fff;cursor: pointer;}
.spv-ratings .card-header a{}

.megamenu hr{width: 100%;}
.megamenu .row{width:100%;}

.media-release{}
.media-release p{
    text-align: left !important;
    margin: 0px 0px 5px 0px !important;
}
.media-release ul{
    padding-left: 30px;
}
.media-release li{
    list-style-type: disc;
    margin-bottom: 5px;
}
.media-release ol li {
    list-style-type: decimal;
    margin-bottom: 5px;
}
.media-release table{
    width: 100% !important;
    margin: 10px 0px 10px 0px !important;
}
.media-release table td{padding: 10px 10px !important;}

/* index1 page css END*/
/* my-css */
/* section2 image and text */
p.text-heding {
    top: 0px;
    left: 0px;
    width: 211px;
    height: 38px;
    text-align: left;
    font: normal normal 600 30px/49px Adani;
    letter-spacing: 0px;
    color: #0D67CA;
    margin-top: 20px;
    font-family: 'Adani-Regular';
}

p.text-heding1 {
    top: 40px;
    left: 0px;
    width: 332px;
    height: 50px;
    text-align: left;
    font: normal normal 600 40px/49px Adani;
    letter-spacing: 0px;
    color: #0D67CA;
    font-family: 'Adani-Regular';
}

p.text-heding2 {
    font-size: 13px;
    margin-top: 20px;
    font-size: 16px;
    font-family: 'Adani-Regular';
}


img.d-block.w-100.text-image {
    margin-top: 33px;
}

@media only screen and (max-width:740px) and (min-width:360px) {
    img.d-block.w-100.text-image {
        width: 100% !important;
    }
}

.row.mb-3.content {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    opacity: 1;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.four.col-md-2 {
    margin: 10px;
}

p.text-heding-cso {
    top: 0px;
    left: 0px;
    text-align: left;
    font: normal normal 600 42px/49px Adani;
    color: #0D67CA;
    margin-bottom: 3%;
    font-family: 'Adani-Regular';
}

img.d-block.w-100.image-cso {
    width: 370px !important;
    opacity: 1;
    border-radius: 10px;
}

@media only screen and (max-width:740px) and (min-width:360px) {
    img.d-block.w-100.image-cso {
        margin-top: 30px;
        width: 330px !important;
        border-radius: 10px;
    }
}

span.quote-icon {
    padding: 10px;
    border: 1px solid #0D67CA;
    border-radius: 100%;
    background-color: #0D67CA;
}

i.fa.fa-quote-left.quote-icon {
    color: #fff;
}

.item1 {
    margin-top: 35px;
}

p.text-heding2-cso {
    
    width:93%
}

/* .mt-5 { */
    /* margin-top: 1rem !important; */
    /* border-bottom: 1px solid !important; */
    /* width: 82px !important; */
/* } */

.mt-5 a.txt-sm {
    color: #000 !important;
}

h2.text-cso {
    margin-top: 30px;
    font-weight:500;
}

h4.text-cso1 {
    font-size: 16px;
font-weight:500;
}

h1.ESG-text {
    text-align: left;
    font: normal normal 600 40px/49px Adani;
    letter-spacing: 0px;
    color: #0D67CA;
    opacity: 1;
    margin-bottom: 25px;
    font-family: 'Adani-Regular';
}

.ESG-head-E {
    height: 322px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 16px;
    opacity: 1;
    margin-bottom: 20px;
}

.ESG-head-S {
    height: 322px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 16px;
    opacity: 1;
}

.ESG-head-G {
    height: 322px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 16px;
    opacity: 1;
}

p.ESG-E {
    text-align: left;
    font: normal normal 500 84px/49px Adani;
    letter-spacing: 0px;
    color: #F2F2F2;
    opacity: 1;
    padding: 20px;
    font-family: 'Adani-Regular';
}

p.text-h-E {
    width: 195px;
    height: 38px;
    text-align: left;
    font: normal normal 600 22px/49px Adani;
    letter-spacing: 0px;
    color: #3C7A0D;
    opacity: 1;
    margin-top: -57px;
    margin-left: 28px;
    font-family: 'Adani-Regular';
}

p.text-h-S {
    width: 195px;
    height: 38px;
    text-align: left;
    font: normal normal 600 22px/49px Adani;
    letter-spacing: 0px;
    color: #D29F11;
    opacity: 1;
    margin-top: -57px;
    margin-left: 28px;
    font-family: 'Adani-Regular';
}

p.text-h-G {
    width: 195px;
    height: 38px;
    text-align: left;
    font: normal normal 600 22px/49px Adani;
    letter-spacing: 0px;
    color: #5F2F91;
    opacity: 1;
    margin-top: -57px;
    margin-left: 28px;
    font-family: 'Adani-Regular';
}
img.bg-img-E {
    padding: 20px;
    width: 82px;
    height: 82px;
    opacity: 1;
}

.E-img {
    margin-top: -2rem;
    float: right;
    margin-right: 29px;
    background: linear-gradient(white, white) padding-box, linear-gradient(to right, #1C84A6, #386BB2, #7356A3, #903B94, #C54961) border-box;
    border-radius: 50em;
    border: 2px solid transparent;
}

ul.list-E {
    margin-top: 4rem;
    text-align: left;
	overflow-y: auto;
     height: 170px;
    letter-spacing: 0px;
    color: #070707;
    opacity: 1;
    font-size: 14px;
    margin-left: 28px;
    line-height: 2.5rem;
}

.col-lg-12.bg-image {
    height: 420px;
    background-size: cover;
    background-repeat: no-repeat !important;
}

@media only screen and (max-width:740px) and (min-width:360px) {
    p.bg-img-text {
        height: 36px !important;
        text-align: left !important;
        font: normal normal 600 14px/49px Adani !important;
        letter-spacing: 0px !important;
        color: #FFFFFF;
        margin-top: 0px !important;
        margin-left: 0px !important;
        font-family: 'Adani-Regular';
    }

    .col-lg-12.bg-image {
        height: 131px !important;
        background-size: contain !important;
        background-repeat: no-repeat !important;
    }

    p.bg-img-content {
        text-align: left;
        font: normal normal normal 14px/25px Adani !important;
        line-height: 12px !important;
        color: #FFFFFF;
        opacity: 1;
        width: 100% !important;
        margin-left: 0px !important;
        font-family: 'Adani-Regular';
        margin-bottom: 14px;
    }
}

p.bg-img-text {
    height: 63px;
    text-align: left;
    font: normal normal 600 29px/49px Adani;
    letter-spacing: 0px;
    color: #FFFFFF;
    width: 100%;
    margin-left: 45px;
    font-family: 'Adani-Regular';
}

p.bg-img-content {
    width: 400px;
    text-align: left;
    font: normal normal normal 15px/25px Adani;
    color: #FFFFFF;
    opacity: 1;
    margin-left: 45px;
    font-family: 'Adani-Regular';
}

a.txt-sm.bg-text {
    color: #fff !important;
}

.mt-5.bg-text {
    border-bottom: 1px solid #fff !important;
    width: 82px !important;
    margin-left: 45px;
}

.bg-image-1 {
    height: 100%;
    position: relative;
    background-size: cover !important;
    padding-bottom: 2rem;
}

p.bg-ESG-text {
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    margin: 50px 0px 10px 0px;
    font-size: 25px;
}

a.bg-ESG-read, a.bg-ESG-read:hover {
    color: #fff;
}

p.bg-ESG-content {
    font-family: 'Adani-Regular';
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    width: 100%;
    margin-bottom: 20px;
}


@media only screen and (max-width:740px) and (min-width:360px) {
    .bootstrape-carousel .bootstrape-nav button.bootstrape-prev {
		
        /* left: 14rem !important; */

    }

    .bootstrape-carousel .bootstrape-nav button.bootstrape-next {

        right: 1rem !important;

    }

    .bg-banner {
        height: 135px !important;
    }

    p.bg-ESG-content {
        font: normal normal normal 14px/33px Adani;
        letter-spacing: 0px;
        color: #FFFFFF;
        opacity: 1;
        padding-top: 40px;
        width: 88%;
        margin-left: 30px;
		font-family: 'Adani-Regular';
    }


    p.bg-ESG-text {
        height: 14px;
        text-align: left;
        font: normal normal 600 22px/41px Adani;
        letter-spacing: 0px;
        color: #FFFFFF;
        opacity: 1;
        padding-top: 15px;
        margin-left: 30px;
    }


    input#fxb_3d39bc0e-acd7-4914-a076-05e30425192e_Fields_9e2d6f45-40ef-459f-8590-18b13e76ee6c__Value {
        width: 13rem !important;
    }

    .testimonials {
        padding-top: 0px !important;

    }

    input.btn.btn-success.btn-send.pt-2.btn-block {
        width: 200px !important;
        margin-left: 0rem !important;
    }

    .ESG-head-E {
        margin-bottom: 20px !important;
    }

    .ESG-head-S {
        margin-bottom: 20px !important;
    }

    .ESG-head-G {
        margin-bottom: 20px !important;
    }
}

h2.text-Our {
    text-align: left;
    font: normal normal 600 33px/49px Adani;
    letter-spacing: 0px;
    color: #0D67CA;
    opacity: 1;
    font-family: 'Adani-Regular';
}

div#customers-testimonials {
    margin-top: 47px;
}

.testimonials {
    background-color: #fff;
    position: relative;
    padding-top: 80px;

}

.bg {
    position: relative;
    background-image: linear-gradient(#fff 55%, #EBF7FE 40%);
}

.bootstrape-carousel .bootstrape-nav [class*='bootstrape-'] {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.bootstrape-carousel .bootstrape-nav [class*='bootstrape-'].disabled:hover {
    background-color: #D6D6D6;
}

.bootstrape-carousel {
    position: relative;
}

.bootstrape-carousel .bootstrape-next,
.bootstrape-carousel .bootstrape-prev {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    position: absolute;
    top: 30%;
    font-size: 20px;
    color: #fff;
    border: 1px solid #ddd;
    text-align: center;
}

.bootstrape-carousel .bootstrape-prev {
    left: -70px;
}

.bootstrape-carousel .bootstrape-next {
    right: -70px;
}

/* .bootstrape-carousel .bootstrape-nav button.bootstrape-prev { */
    /* border-radius: 39px !important; */
    /* width: 35px !important; */
    /* height: 35px !important; */
    /* border: 1px solid #000 !important; */
    /* left: 60rem; */
    /* top: -14rem; */
    /* background: none !important; */
/* } */

/* .bootstrape-carousel .bootstrape-nav button.bootstrape-next { */
    /* border-radius: 39px !important; */
    /* width: 35px !important; */
    /* height: 35px !important; */
    /* border: 1px solid #000 !important; */
    /* top: -14rem !important; */
    /* right: 4rem; */
    /* background: none !important; */
/* } */

.item-details {
    margin-top: 11px;
    font: normal normal 600 20px/29px Adani;
    letter-spacing: 0px;
    color: #3F3F3F;
    opacity: 1;
    text-align: center;
}

/* form css */
.form-control {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #707070;
    border-radius: 14px;
    opacity: 0.55;
    height: 54px;
}

input.btn.btn-success.btn-send.pt-2.btn-block {
    width: 334px;
    height: 55px;
    background: #0D67CA 0% 0% no-repeat padding-box;
    border-radius: 36px;
    opacity: 1;
    margin-left: 22rem;
    margin-top: 2rem;
}

@media (min-width: 768px) {
input.btn.btn-success.btn-send.pt-2.btn-block {
    margin-left: 8rem;
}
}
.card {
    border: 1px solid #707070;
    border-radius: 29px;
}
    .card.directors-card {
        border-radius: 5px;
    } 
.card-radius{
    border-left: 2px solid #cac6c6;
    border-right: 2px solid #cac6c6; 
	border-radius: unset;
	position: relative;
}
.card-radius::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 9px; /* Adjust the height to control the thickness of the border */
    background: linear-gradient(90deg, #1C84A6 0%, #386BB2 24%, #7356A3 50%, #903B94 76%, #C54961 100%);
}

.col-md-12 p.tc-end {
    text-align: center;
    margin-top: 2rem;
}

input#fxb_3d39bc0e-acd7-4914-a076-05e30425192e_Fields_9e2d6f45-40ef-459f-8590-18b13e76ee6c__Value {
    width: 30rem;
}

.form-group.check {
    text-align: center;
    font-size: 13px;
}

.bg-banner {
    position: relative;
    height: 575px;
    background: transparent linear-gradient(90deg, #1C84A6 0%, #386BB2 24%, #7356A3 50%, #903B94 76%, #C54961 100%) 0% 0% no-repeat padding-box;
}

.E-bg-image {
    background-size: unset;
    position: relative;
    background-repeat: no-repeat;
    background-position: bottom;
}
/* index1 page css END*/

/*Social page*/
.custom-grid-social {
    margin-top: 3em;
    margin-bottom: 3em;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center; 
}

.image-container-social {
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.image-container-social h5{
    color: aliceblue;
    margin-top: 3em;
    margin-left: 20px;
}
.image-container-social p{
    color: aliceblue;
    margin-top: 2em;
    margin-left: 20px;
}
.image-container-social h4{
    color: aliceblue;
    margin-left: 20px;
    font-weight: 500;
}
.body-text{
width:50%;
margin-bottom:5rem;
}

/* Communities page*/
.girl-image{
    background-size: cover;
    max-width: 94%;
}
.num-text {
    display: flex;
    color: #fff;
}
.num-text-num{
    margin-right: 1em;
}
.num-text-text p{
    margin-bottom: 0em;
}
.million {
    border: 3px solid #d29f11;
    background-color: #d29f11;
}
.million-left{
    margin-right: 5%;
}
.million-right{
    margin-right: 3%;
}
.big-grid-box{
    box-shadow: 2px 2px 5px #c5c4c4;
}
.two-grid{
    margin-left: 4%;
}
.mission-vision-bg{
   background-size: cover;
   background-repeat: no-repeat;
   width: 100%;
   height: 100%;
}
@media (max-width: 767px) {
    .col.million {
        width: 100%; 
        margin-bottom: 20px; 
    }
    .three-box{
        margin-right: 0em !important;
    }
    .read-div {
        margin-left: 30px;
    }
	p.bg-ESG-content{
		font-family: 'Adani-Regular';
	}
	 .carousel-button-container{
		top:50% !important;
	}
	p.title-climate-green {
		
		font: normal normal 600 30px/38px Adani;
    
	}

}
.read-div {
    position: absolute;
    bottom: 2rem;
}

/* Goals and Target Management Section */
h3.Goals-E-item-management {
    text-align: left;
    font-family: 'Adani-Regular';
    letter-spacing: 0px;
    color: #38782A;
    opacity: 1;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
}

h3.Goals-S-item-management {
    text-align: left;
    font-family: 'Adani-Regular';
    letter-spacing: 0px;
    color: #d29f11;
    opacity: 1;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
}

h3.Goals-G-item-management {
    text-align: left;
    font-family: 'Adani-Regular';
    letter-spacing: 0px;
    color: #5f2f91;
    opacity: 1;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
}

img.image-goals-management {
    width: 70%;
    height: 100%;
}
.col-management {
    background: #67BC48;
    color: #FFFFFF;
    vertical-align: middle;
    padding: 10px;
    border-radius: 14px;
}

.col-management-social {
    background: #d29f11;
    color: #FFFFFF;
    vertical-align: middle;
    padding: 10px;
    border-radius: 14px;
}

.col-management-Governance {
    background: #5f2f91;
    color: #FFFFFF;
    vertical-align: middle;
    padding: 10px;
    border-radius: 14px;
}

.action-A-management {
    height: 100%;
}
ul.action-list-management {
    margin-top: 1rem;
    text-align: left;
    font-size: 14px;
    margin-left: 28px;
    margin-bottom: 18px;
}
 .space-management{
margin-top:8%;
}

/*=====New Perfomance Highlight */
.cool-box {
    display: flex;
    flex-direction: column;
    padding: 30px 0px 0px 0px;
}
.cool-flex-box {
    display: flex;
}
@media (max-width: 768px) {
    .cool-box {
        flex-wrap: wrap;
        display: block;
        margin: 5% 20%;
        align-items: center;
        justify-content: center;
    }

    .cool-flex-box {
        display: block;
    }
}
.show-link-highlights {
    text-decoration: none !important;
    position: relative;
}

/* ============= */
/* Initially hide the hr-highlight element */
.hr-highlight {
    display: none;
}

/* Style for the active tab hr-highlight element */
.show-link-highlights.active .hr-highlight {
    display: block;
    margin-top: 30px; /* Adjust the margin-top to position it correctly */
    border: 2px solid #0D67CA;
}

.heading-bottom{
	margin-bottom:5% !important;
}
.try-box {
    border-radius: 10%;
    border-color: #00000029;
    border-width: 0px;
    border-style: solid;
    box-shadow: 0px 0px 9px 0px #00000029;
    display: flex; 
    align-items: start; 
    justify-content: center; 
	background-color: white;
}
.try-content {
    text-align: center; 
}

    .try-content p {
        min-height: 100px;
    }

.show-green, .show-green:hover{
	color:#3C7A0D;
	font-family: 'Adani-SemiBold';
}

.show-yellow, .show-yellow:hover{
	color:#D29F11;
	font-family: 'Adani-SemiBold';
}

.show-color, .show-color:hover{
	color:#5F2F91;
	font-family: 'Adani-SemiBold';
}
.Highlight-bg-image {
    padding-bottom: 5rem;
    background-size: contain;
    position: relative;
    background-repeat: no-repeat;
    background-position: bottom;
}
.img-performance{
	margin-top:2px;
	margin-bottom:10%;
	min-height:68px;

}
.height--img-performance {
    max-height: 52px;
}

/* =========Home Banner========= */


/* Style for video elements */
video.videoBanner {
    width: 100%;
    height: 100%;
}

/* Style to hide mobile video on larger screens */
@media (min-width: 768px) {
    video.mob-video {
        display: none;
    }
	img.mob-img {
        display: none;
    }
}
@media (max-width: 767px) {
    img.mob-img {
        display: block;
    }
	img.desk-img{
		width:100%;
	}
}
.home-prev-button{
	position:absolute;
}
.home-next-button{
	position:absolute;
}
.home-carousel-slide{
	position:static !important;
	height: 100%;
	
}
.bg-banner-home{
	height: 655px;
}

/* ==========home esg disclosure section=========== */
.relative-image-content {
    padding: 40px 20px 0px 20px;
}

.read-goals-line, .read-goals-line:hover {
    margin-left: 45px;
    color: #fff;
}

.responsibility-text {
    line-height: 1;
}

@media (max-width: 768px) {
    .body-text {
        width: 80%;
    }

    .read-goals-line {
        margin-left: 0;
    }
}

.bg-relative-image {
    transition: transform 0.3s;
}

    .bg-relative-image:hover {
        transform: scale(1.1);
    }
.drop-submit {
    position: relative;
    left: 50%;
    transform: translate(-50%, 10px);
}

.btn-read1, .btn-read1:hover {
    color: #fff;
    background-color: #0D67CA;
    border-color: #0D67CA;
    border-radius: 20px;
}

h5.social-yellow {
    color: #D29F11 !important;
}

h5.environment-green {
    color: #548235 !important;
}

.partner-bg-img {
    position: relative;
    background-position: bottom;
}
.mob-img, .mob-video {
    display: none;
}

@media (max-width: 767px) {
    .carousel-inner, .carousel-item, .carousel-item {
        height: 100%;
    }

    .bg-banner-home {
        min-height: 60vh;
    }

    .desk-img, .desk-video {
        display: none;
    }

    .mob-img {
        display: block;
        height: 100% !important;
    }

    .mob-video {
        display: block;
        min-height: 60vh;
    }
}



/* ==========Updated New Changes =========== */
.policy-bullets {
    color: #000;
}

.policy-bullets:hover {
    color: #0d67ca;
}

p.title-climate {
    line-height: 35px;
}





/*  Banner text */

.carousel-button-container {
    position: absolute;
    top: 61%;
    left: 10%;
    z-index: 1;
}

.carousel-button-container h5 {
    color: white;
    font-size: 40px;
}

 

i.fa.fa-quote-left.quote-icon,
i.fa.fa-quote-right.quote-icon {
    color: #fff;
}

.sustainability-businesses-slider-next:focus {
  outline: none !important;
 
}

/*  31-05-2024 */

.about-use-new-carousel-class.bootstrape-nav.bootstrape-prev
{
    width: -webkit-fill-available !important;
    left: 50px !important;
}

/*  06-09-2024 */

.OurGroupWebsiteNewClass .bootstrape-carousel .bootstrape-nav button.bootstrape-prev {

    width: auto !Important;

}

.OurGroupWebsiteNewClass .bootstrape-nav {

    left: 8px !important;

}
 
/*  06-09-2024 */


.form-group select {
    appearance: auto;
}

.readMoreDisplay {
    display: block !important;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 700px !important;
    }
}
.d-none.d-block{display:block !important}
/* common.css */

#btn-mrelease {
    background: -webkit-linear-gradient(left, rgba(47, 111, 176, 1) 0%, rgba(93, 177, 136, 1) 100%);
    transition: ease all 0.3s;
    color: #fff;
}