@font-face {
    font-family: Adani-Regular;
    src: url(../webfonts/Adani-ExtraLight.woff) format('woff'), url(../webfonts/Adani-ExtraLight.ttf) format('truetype');
    font-weight: 200;
    font-style: normal
}

@font-face {
    font-family: Adani-Regular;
    src: url(../webfonts/Adani-Medium.woff) format('woff'), url(../webfonts/Adani-Medium.ttf) format('truetype');
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: Adani-Regular;
    src: url(../webfonts/Adani-Regular.woff) format('woff'), url(../webfonts/Adani-Regular.ttf) format('truetype');
    font-weight: 400;
    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: 400;
    font-style: normal
}

@font-face {
    font-family: Adani-Regular;
    src: url(../webfonts/Adani-Light.woff) format('woff'), url(../webfonts/Adani-Light.ttf) format('truetype');
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: Adani-Regular;
    src: url(../webfonts/Adani-Bold.woff) format('woff'), url(../webfonts/Adani-Bold.ttf) format('truetype');
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: Adani-Regular;
    src: url(../webfonts/Adani-SemiBold.woff) format('woff'), url(../webfonts/Adani-SemiBold.ttf) format('truetype');
    font-weight: 600;
    font-style: normal
}

body,
html {
    margin: 0;
    padding: 0;
    -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
}

article,
aside,
field,
figcaption,
figure,
footer,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
input,
label,
li,
nav,
p,
section,
textarea,
ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-weight: 400
}

a:link,
a:visited {
    text-decoration: none
}

.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;
	padding-top:6px;
}

.form-check-input {
    width: 16px;
    height: 16px;
    margin-top: 4px
}

select.form-control:not([size]):not([multiple]) {
    height: calc(1.8rem + 2px)
}

.col-form-label {
    padding-top: calc(.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:active,
.btn-primary:hover {
    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 .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 .1rem rgba(25, 114, 127, .7)
}

.btn-secondary {
    color: #fff;
    background-color: #525252;
    border-color: #525252
}

.btn-gray {
    transition: ease all .3s
}

.btn-gray:hover {
    background: #b5b5b5;
    color: #fff;
    transition: ease all .3s
}

.btn-purple {
    background: #913e86;
    color: #fff;
    border-color: #913e86
}

.btn-purple:active,
.btn-purple:focus,
.btn-purple:hover {
    background: #874298;
    color: #fff
}

.btnBordered {
    padding: .3rem 1.5rem;
    background: 0 0;
    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 .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: #f63 !important
}

.txt-teal {
    color: #1a727f !important
}

.txt-blue {
    color: #006db7 !important
}

.txt-purple {
    color: #8e278f !important
}

.txt-gray {
    color: #5b5b5b !important
}

.txt-white {
    color: #fff !important
}

.txt-l-gray {
    color: #9a9a9a !important
}

.helpText {
    font-size: .8rem;
    color: #969696
}

.required {
    color: #f42e2e
}

.txt-large {
    font-size: 1.2rem
}

hr {
    border-top: 1px solid #c7c7c7
}

.txt-xs {
    font-size: 14px
}

.txt-md {
    font-size: 22px !important
}

.txt-sm {
    font-size: 18px
}

.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
}

.half-bg {
    background: linear-gradient(to bottom, #ebebeb 50%, #fff 0)
}

.content p {
    padding-bottom: 1rem
}

.rotate90 {
    transform: rotate(90deg)
}

.sprite {
    display: inline-block;
    background: url(../images/icons-sprite-realty.png) no-repeat;
    vertical-align: middle
}

.facebook {
    width: 24px;
    height: 24px;
    background-position: -113px -4px
}

.twitter {
    width: 24px;
    height: 24px;
    background-position: -141px -4px
}

.g-plus {
    width: 24px;
    height: 24px;
    background-position: -170px -4px
}

.instagram {
    width: 24px;
    height: 24px;
    background-position: -113px -36px
}

.linkedIn {
    width: 24px;
    height: 24px;
    background-position: -169px -36px
}

.youTube {
    width: 24px;
    height: 24px;
    background-position: -141px -36px
}

.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 0
}

.headerSec {
    box-shadow: 0 1px 8px rgba(0, 0, 0, .4);
    position: relative;
    z-index: 999
}

.headerTopBar {
    background: #383838 !important;
    background: -moz-linear-gradient(left, #009f83 0, #1a727f 100%);
    background: -webkit-linear-gradient(left, #383838 0, #383838 100%);
    background: linear-gradient(to right, #383838 0, #383838 100%);
    color: #fff
}

.navPanel {
    margin: 0;
    background: #fff;
    width: 100%;
    padding: 0;
    transition: all .2s ease-in
}

.navbar {
    padding: .5rem 0
}

.topNav {
    margin: 0;
    padding: 7px 0 7px 0;
    font-size: .9rem
}

.topNav li {
    list-style: none;
    display: inline-block
}

.topNav li a {
    color: #fff
}

.topNav li>a:hover {
    text-decoration: none;
    opacity: .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: #137e80
}

.navbar-light .navbar-toggler {
    border: none;
    padding: .25rem .5rem
}

.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 .6rem;
    color: #fff
}

.topMenu li:first-child a {
    padding-left: 0
}

.btn.btn-menu {
    background: 0 0;
    padding: 0;
    font-size: 1.25rem;
    color: #3070b1
}

.topNavBtn {
    position: absolute;
    z-index: 9;
    top: 3px
}

.topMenu li.topSearchMenu {
    display: none
}

.topMenu .active a {
    color: #4a9dc0
}

.social-links {
    line-height: 1
}

.social-links li a {
    padding: 0 1px;
    display: block
}

.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-toggle::after {
    content: none
}

.dropdown-item {
    border-bottom: 1px solid #f63;
    padding: .5rem .5rem
}

.dropdown-menu>.dropdown-item:last-child {
    border-bottom: none
}

.desktop-none {
    display: none
}

.navbar-toggler span {
    font-size: 8px;
    color: #000
}

@media (min-width:992px) {
    .navbar-brand {
        padding-top: 0
    }
    .navbar-expand-lg {
        padding-top: 0;
        padding-bottom: 0
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        color: #000;
        font-size: 16px !important;
        padding-right: 20px
    }
    .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, .15);
        background: rgba(238, 238, 238, .9);
        padding: 15px 15px;
        border: none;
        top: 95%;
        border-radius: 0;
        width: 100%
    }
    .dropdown {
        position: static
    }
    .primaryMenu {
        position: relative;
        top: 7px
    }
    .dropdown-item {
        display: inline-block;
        width: auto;
        padding: 0 .7rem;
        border-bottom: none;
        border-right: 1px solid #737373;
        color: #000
    }
    .dropdown-menu .dropdown-item:last-child {
        border-right: none
    }
    .dropdown-item:focus,
    .dropdown-item:hover {
        background: 0 0;
        color: #007ea8
    }
}

footer {
    border-top: 2px solid #f5f5f5
}

.footerSec {
    background: #e5e5e5;
    color: #666
}

.contactPanel {
    height: 150px;
    position: relative;
    color: #fff
}

.contactPanel .container,
.contactPanel .container .row {
    height: 100%
}

.txt-lg {
    font-size: 1.75rem
}

.footerBtmPanel {
    background: #383838;
    color: #fff
}

.footerMenu li {
    list-style: none;
    display: inline-block
}

.footerMenu li a {
    color: #f3f3f3;
    padding: 0 .5rem 0 .5rem;
    font-size: .9rem;
    border-left: 1px solid #f3f3f3
}

.footerMenu li a:focus,
.footerMenu li a:hover {
    color: #00bfff
}

.footerMenu li:first-child a {
    border-left: none
}

.footerMenu li:last-child a {
    padding-right: 0
}

.footerMenu.menuSecondary li a {
    color: #f3f3f3;
    opacity: .5;
    border-left: none;
    padding: 0 .5rem;
    font-size: .8rem
}

.footerMenu.menuSecondary li:last-child a {
    padding-right: 0
}

.footerMenu.menuSecondary li a:hover {
    opacity: 1;
    color: #f63
}

.copyrightTxt {
    font-size: .8rem;
    color: #f3f3f3;
    opacity: .5;
    margin-top: 5px
}

.contentSection {
    text-align: left
}

.enquiryBtn {
    background: #8e278f;
    display: inline-block;
    color: #fff;
    padding: .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
}

.mainBanner {
    width: 100%;
    position: relative;
    overflow: hidden
}

.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, .7);
    color: #fff
}

.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
}

.nav-tabs {
    border-bottom: 0 solid #1a727f
}

.nav-tabs .nav-link {
    border: 1px solid #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    color: #000;
    padding: .5rem .5rem;
    background: #dedede;
    font-weight: 400;
    font-size: 14px;
    margin-right: 3px
}

.nav-tabs .nav-item {
    font-size: 12px
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #fff !important;
    border-color: #1a727f;
    background: -moz-linear-gradient(left, #1b9f94 0, #316db3 100%);
    background: -webkit-gradient(left top, right top, color-stop(0, #1b9f94), color-stop(100%, #316db3));
    background: -webkit-linear-gradient(left, #1b9f94 0, #316db3 100%);
    background: -o-linear-gradient(left, #1b9f94 0, #316db3 100%);
    background: -ms-linear-gradient(left, #1b9f94 0, #316db3 100%);
    background: linear-gradient(to right, #1b9f94 0, #316db3 100%)
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #1a727f
}

.noBorder {
    border: none
}

.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
}

.aboutUs {
    background: #fff url(../images/bg-about.png) center center no-repeat;
    background-size: cover;
    color: #464848
}

.mediaTile {
    margin: 30px 0
}

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: 0
}

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: #f63;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    position: absolute;
    left: 0;
    top: 9px;
    font-size: .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
}

.serviceTile {
    background: rgba(239, 239, 239, .3);
    padding: 2rem 1rem;
    margin: 1rem .5rem;
    display: table;
    border: 1px solid rgba(232, 232, 232, .3)
}

.serviceTile:hover {
    border: 1px solid #e8e8e8
}

.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: .5rem;
    color: #4b4b4b
}

.serviceBrief {
    font-size: .9rem;
    line-height: 1.3;
    color: #858585
}

.serviceBtn {
    font-size: 1rem;
    margin-bottom: 1rem
}

.owl-nav {
    position: absolute;
    top: 46%;
    margin-top: -33px;
    width: 100%
}

.mainBanner.myAccountBanner {
    height: auto;
    min-height: 150px;
    max-height: 550px
}

.myAccountBanner .bannerCnt {
    padding: 2rem 0
}

.myAccountBanner .manageAcBoxOuter {
    margin-top: 20px
}

.breadcrumbBar {
    font-size: .9rem
}

.breadcrumbBar li a {
    color: #303030
}

.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 {
    background: url(../images/bg-payments.png) no-repeat right center;
    background-size: cover;
    padding: 2rem 0;
    color: #fff;
    min-height: 75px
}

.billing .pageTitleBar {
    background-image: url(../images/bg-billing.png)
}

.solar .pageTitleBar {
    background-image: url(../images/bg-solar.png)
}

.account .pageTitleBar {
    background-image: url(../images/bg-account.png)
}

.quick-access .pageTitleBar {
    background-image: url(../images/bg-quick-access.png)
}

.regulatory .pageTitleBar {
    background-image: url(../images/bg-regulatory.png)
}

.tenders .pageTitleBar {
    background-image: url(../images/bg-tenders.png)
}

.faqPage .pageTitleBar {
    background-image: url(../images/bg-faq.png)
}

.breadcrumb {
    position: relative;
    display: block;
    margin-bottom: 0 !important
}

.breadcrumb .container {
    position: relative;
    display: block
}

.breadcrumb h1 {
    color: #fff;
    font-weight: 500;
    margin-bottom: 10px
}

.breadcrumb p {
    color: #fff
}

.breadcrumb a {
    color: #fff;
    transition: ease all .3s;
    text-decoration: none;
    text-transform: capitalize
}

.breadcrumb a:hover {
    text-decoration: underline !important;
    transition: ease all .3s;
    text-decoration: none
}

.breadcrumb ul {
    margin-bottom: 12rem
}

.breadcrumb ul li {
    display: inline-block;
    text-decoration: none
}

.breadcrumb ul li:nth-child(even) a:before {
    content: ">";
    position: relative;
    margin-right: 10px
}

.tile {
    background: #efefef;
    background: -moz-linear-gradient(top, #fff 0, #fefefe 2%, rgba(247, 247, 247, .31) 25%, rgba(244, 244, 244, .4) 35%, #d4d4d4 100%);
    background: -webkit-linear-gradient(top, #fff 0, #fefefe 2%, rgba(247, 247, 247, .31) 25%, rgba(244, 244, 244, .4) 35%, #d4d4d4 100%);
    background: linear-gradient(to bottom, #fff 0, #fefefe 2%, rgba(247, 247, 247, .31) 25%, rgba(244, 244, 244, .4) 35%, #d4d4d4 100%);
    border: 1px solid #e8e8e8;
    display: table;
    padding: .5rem 1rem;
    height: 100%;
    width: 100%;
    color: #4b4b4b
}

.tile:hover {
    border: 1px solid #d3d3d3;
    color: #f63
}

.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: #f63
}

#dismiss {
    text-align: right;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    padding: .25rem 1rem;
    background: rgba(0, 0, 0, .3);
    background: #eaeaea;
    color: #000
}

#dismiss:hover {
    background: rgba(0, 0, 0, .4);
    color: #fff
}

.sideNavBtn {
    float: right;
    margin-bottom: 1rem
}

.overlay,
.overlay-top {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    background: rgba(0, 0, 0, .7);
    z-index: 998;
    opacity: 0;
    transition: all .5s ease-in-out
}

.overlay-top.active,
.overlay.active {
    display: block;
    opacity: 1
}

.overlay-top {
    z-index: 99
}

#sideNav.active {
    left: 0
}

#sideNav ul li {
    border-bottom: 1px solid #fff
}

#sideNav ul li a {
    padding: .5rem .75rem;
    display: block;
    background: #f36f31;
    color: #fff;
    position: relative
}

#sideNav ul li a:hover {
    color: #fff;
    background: #f63
}

#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: .5rem;
    border: none;
    transform: translateY(-50%) rotate(0)
}

#sideNav ul li a[aria-expanded=true] {
    background: #f63
}

#sideNav ul li a[aria-expanded=true]::after {
    transform: translateY(-50%) rotate(90deg)
}

.faqItem {
    border: 1px solid #e8e8e8;
    background: #f7f7f7;
    margin-bottom: .5rem;
    padding: .75rem 1rem .75rem 3.2rem
}

.ques {
    color: #000;
    cursor: pointer;
    position: relative
}

.ans {
    color: #4e4a4a;
    font-size: .9rem;
    padding-top: .75rem
}

.ans a {
    color: #f63
}

.faqItem:hover .ques {
    color: #f63
}

.faqItem .ques::before {
    height: 24px;
    width: 24px;
    background: #f63;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    position: absolute;
    left: -2.2rem;
    top: 2px;
    font-size: .9rem;
    line-height: 1.75;
    content: '>'
}

.faqItem .ques[aria-expanded=true]::before {
    transform: rotate(90deg);
    background: #848484
}

.tableOuter {
    border: 1px solid #a2a2a2
}

.table .thead-light th {
    background-color: #e9e9e9
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, .05)
}

.searchBox .btn {
    margin-left: 10px
}

.searchItem {
    background: #f7f7f7;
    border: 1px solid #e4e4e4;
    padding: 1rem;
    margin-bottom: 10px
}

.searchItem p {
    margin: .25rem 0
}

.searchItem h5 {
    font-size: 1.1rem
}

.searchItem a {
    color: #f63;
    word-break: break-word
}

.searchItem .downloadDoc {
    padding-left: 10px;
    padding-top: 3px;
    display: inline-block
}

@media (min-width:992px) {
    .navTile a {
        border-right: 1px solid rgba(226, 226, 226, .2)
    }
    .navTile:first-child {
        margin-left: -15px
    }
    .navTile a:hover {
        background: rgba(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
    }
}

.required {
    color: red
}

.pay_box {
    margin: 10px 15px;
    box-shadow: 0 0 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
}

.pagination .active {
    background: #e9ecef;
    color: #000 !important
}

.pagination .active a {
    color: #000
}

.pagination .end a,
.pagination .start a {
    color: #000
}

.pagination a {
    color: #000
}

.table-white {
    color: #000;
    background-color: #fff
}

.table-white td,
.table-white th,
.table-white thead th {
    border-color: #fff
}

.tablexoverflow {
    margin: 10px 0 30px 0;
    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 {
    margin: 1rem .5rem;
    display: table-cell;
    text-align: center;
    text-align: -webkit-center;
    min-width: 128px;
    color: #a9a9a9
}

.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]:focus {
    outline: 0 !important
}

.form-inner-box {
    padding: 1rem
}

.form-inner-box .col-form-label,
.form-inner-box span {
    font-size: 12px
}

.bg-white {
    background: #fff
}

.bg-gray {
    background: #ebebeb
}

.energy-navigation {
    background-color: #efefef
}

.energy-navigation .owl-nav {
    top: -55px;
    z-index: 9;
    position: relative;
    display: block !important;
    width: 93%;
    margin-left: auto;
    margin-right: auto
}

.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: 0 25px 0 0
}

.mar-bt-10 {
    margin-bottom: 10px
}

.txt-example {
    color: #5d5c5c
}

.contact-querybox {
    padding: .5rem
}

.querytab .nav-tabs .nav-item.show .nav-link,
.querytab .nav-tabs .nav-link.active {
    background: #fff;
    color: #000 !important;
    font-size: 19px;
    border: 0;
    border-bottom: 5px solid #f63 !important
}

.querytab .nav-tabs .nav-link {
    background: #fff;
    color: #838080;
    font-size: 19px;
    border: 0
}

.our-centers-box {
    background-color: #8b8787;
    margin: 0 0 20px 0;
    padding: 1.5rem .5rem;
    color: #fff;
    line-height: 35px
}

.list-bullet-style li {
    list-style-type: disc;
    margin-left: 20px
}

.table-border {
    margin-bottom: 0 !important
}

.table-border td,
.table-border th {
    border-top: 0 solid #dee2e6;
    border-right: 1px solid #dee2e6
}

.table-border tbody {
    border-top: 0 solid #dee2e6 !important
}

.noborder {
    border: 0 !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
}

.user-testimonials {
    padding: 50px 0
}

.user-testimonials h3 {
    font-weight: 700;
    text-align: center;
    line-height: 50px;
    margin-bottom: 0;
    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 h5 {
    line-height: 40px;
    margin-top: 20px;
    font-weight: 700;
    color: #009f83
}

.owl-theme .owl-dots .owl-dot:hover span,
.user-testimonials .owl-theme .owl-dots .owl-dot.active span {
    background: #009f83
}

.user-testimonials .owl-theme .owl-dots .owl-dot span {
    border-radius: 0;
    width: 16px;
    height: 16px
}

.events {
    background-image: url(../images/bg-events.jpg);
    padding: 50px 0;
    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 0 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 {
    background-image: url(../images/bg-philosophy.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 590px;
    padding: 50px 0
}

.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 {
    background-image: url(../images/bg-news.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0
}

.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
}

.footerPanel2 h5 {
    color: #007ea8;
    line-height: 40px;
    text-align: left
}

.footerPanel2 h5 a {
    color: #007ea8;
    line-height: 40px;
    font-size: 1.25rem
}

.footerPanel2 ul {
    min-height: 50px
}

.footerPanel2 li {
    display: block;
    text-align: left
}

.footerPanel2 a {
    color: #606060;
    font-size: 14px
}

.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 .owl-next {
    right: -8px;
    position: relative
}

#gallery .owl-next span {
    display: none
}

#gallery .owl-prev {
    position: relative;
    left: -8px
}

#gallery .owl-prev span {
    display: none
}

#gallery button.close {
    position: absolute;
    right: 0;
    top: -35px;
    font-size: 40px
}

#gallery .modal-body {
    padding: 5px
}

#gallery .owl-dots {
    display: none
}

#gallery .thumbnails-wrapper {
    margin-top: 5px
}

#video .modal-body {
    padding: 5px
}

#video button.close {
    position: absolute;
    right: 0;
    top: -35px;
    font-size: 40px
}

#other-ventures {
    padding: 15px 0 0 0;
    position: relative
}

#other-ventures h5 {
    text-align: center;
    line-height: 60px;
    font-size: 1.25rem
}

#other-ventures .owl-dots {
    padding: 20px 0 0 0
}

#other-ventures .owl-dot span {
    border-radius: 0
}

#other-ventures .owl-dots .active span {
    background: #006db7
}

#other-ventures .owl-dots span:hover {
    background: #006db7
}

#other-ventures .owl-prev {
    position: absolute;
    left: -20px
}

#other-ventures .owl-prev span {
    font-size: 30px;
    color: #000;
    padding: 1px 14px;
    background: #fff;
    border-radius: 100%;
    box-shadow: 0 1px 3px -1px #000
}

#other-ventures .owl-next {
    position: absolute;
    right: -20px
}

#other-ventures .owl-next span {
    font-size: 30px;
    color: #000;
    padding: 1px 14px;
    background: #fff;
    border-radius: 100%;
    box-shadow: 0 1px 3px -1px #000
}

#other-ventures .owl-nav {
    position: absolute;
    top: 25%
}

.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
}

.bg-white {
    background-color: #fff
}

.impact-stories {
    background-image: url(../images/bg-impact-stories.jpg);
    padding: 4rem 0
}

.impact-stories p {
    font-size: 1.31rem;
    text-align: center;
    color: #7e7e7e
}

.txt-overlay {
    background-color: #f04c23;
    color: #fff;
    padding: 10px 15px;
    position: relative;
    top: -100px
}

.btn-gradient {
    background: #1b9f94 !important;
    color: #fff !important;
    background: -moz-linear-gradient(left, #1b9f94 0, #316db3 100%) !important;
    background: -webkit-gradient(left top, right top, color-stop(0, #1b9f94), color-stop(100%, #316db3)) !important;
    background: -webkit-linear-gradient(left, #1b9f94 0, #316db3 100%) !important;
    background: -o-linear-gradient(left, #1b9f94 0, #316db3 100%) !important;
    background: -ms-linear-gradient(left, #1b9f94 0, #316db3 100%) !important;
    background: linear-gradient(to right, #1b9f94 0, #316db3 100%) !important;
    transition: ease all .3s
}

.btn-gradient:active,
.btn-gradient:focus,
.btn-gradient:hover {
    background: #2f6fb0;
    background: -moz-linear-gradient(left, #2f6fb0 0, #5db188 100%);
    background: -webkit-gradient(left top, right top, color-stop(0, #2f6fb0), color-stop(100%, #5db188));
    background: -webkit-linear-gradient(left, #2f6fb0 0, #5db188 100%);
    background: -o-linear-gradient(left, #2f6fb0 0, #5db188 100%);
    background: -ms-linear-gradient(left, #2f6fb0 0, #5db188 100%);
    background: linear-gradient(to right, #2f6fb0 0, #5db188 100%) !important;
    transition: ease all .3s;
    color: #fff
}

.bannerContent {
    position: absolute;
    z-index: 2;
    color: #fff;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}

.bannerContent>div {
    position: relative;
    top: 35%;
    transform: translateY(-35%)
}

.bannerContent h1 {
    font-size: 4rem;
    line-height: 1;
    color: #fff;
    text-shadow: 0 0 40px #000
}

.bannerContent h1 span {
    display: block;
    font-weight: 700
}

.btn-tracking {
    line-height: 37px;
    color: #000
}

.btn-tracking:hover {
    color: #000;
    transition: ease all .3s
}

.container-tracking-form {
    background: rgba(255, 255, 255, .6392156862745098);
    padding: 15px 15px
}

.banner-news {
    min-height: 130px;
    padding-top: 50px
}

.banner-news p {
    border-left: 5px solid #fff;
    padding-left: 15px;
    color: #fff
}

.stop-main {
    position: absolute;
    right: 0;
    z-index: 99;
    width: 100%;
    text-align: right;
    margin-top: -60px
}

.stop {
    border: 2px solid #fff;
    padding: 5px 10px;
    border-radius: 100%;
    cursor: pointer;
    background: 0 0;
    outline: 0
}

.stop i {
    color: #fff
}

.banner-news .owl-nav {
    position: absolute;
    width: auto;
    top: 0;
    margin-top: 0
}

.banner-news .owl-nav button {
    outline: 0
}

.banner-news .owl-stage-outer {
    position: relative;
    top: 60px
}

.banner-news .owl-prev span {
    background: #fff;
    font-size: 25px;
    padding: 0 8px;
    border: 1px solid #ccc
}

.banner-news .owl-next span {
    background: #fff;
    font-size: 25px;
    padding: 0 8px;
    border: 1px solid #ccc
}

.banner-news .owl-next span:hover,
.banner-news .owl-prev span:hover {
    color: #000;
    background: rgba(255, 255, 255, .72)
}

.border-l {
    border-left: 5px solid #18a790;
    padding-left: 25px
}

.stats {
    text-align: center;
    transition: ease all .3s
}

.stats img {
    margin-bottom: 15px
}

.stats p {
    text-align: center;
    color: #18a790;
    font-weight: 600;
    font-size: 1.2rem
}

.stats p span {
    display: block;
    color: #636363;
    font-size: 14px;
    font-weight: 500
}

.topMenu {
    margin: 0;
    padding: 0;
    font-size: .8rem
}

.topMenu li {
    padding: 10px 5px 10px 8px;
    list-style: none;
    display: inline-block
}

.topMenu li a {
    color: #353535;
    text-transform: capitalize
}

.topMenu li>a:hover {
    text-decoration: none;
    color: #1b9e94
}

.searchIcon {
    padding: 12px 0
}

.searchIcon i {
    color: #000
}

.container-tr-btn {
    line-height: 32px
}

.container-tr-btn a {
    color: #353535;
    font-size: 12px
}

.main {
    padding-top: 75px;
    overflow: hidden
}

.news-updates {
    padding-left: 38px;
    position: relative
}

.news-updates li {
    margin-bottom: 15px;
    font-size: 14px
}

.news-updates li:before {
    background-image: url(../../images/ports/news-icon.png);
    content: "";
    display: block;
    position: absolute;
    width: 35px;
    height: 30px;
    left: 0;
    background-repeat: no-repeat
}

.news-updates li a {
    color: #000;
}
.newsupdate .news-updates li a {
	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
}

.box-shadow {
    box-shadow: 0 0 11px -8px #000
}

.section-heading {
    font-size: 1.2em;
    margin-bottom: 20px;
    font-weight: 500
}

.ceo {
    color: #fff
}

.ceo span {
    display: block;
    font-size: 12px;
    margin-top: 2px
}

.ceo-img {
    overflow: hidden;
    background: #fff;
    position: relative;
    min-height: 320px
}

.sectionheading {
    font-size: 1.5rem;
    margin-bottom: 20px;
    font-weight: 600
}

.map-section {
    overflow: hidden
}

svg {
    width: 100%;
    height: 100%;
    display: block;
    height: auto;
    max-width: 100%
}

.subline {
    color: #768191;
    font-weight: 400
}

.map-logistics {
    position: relative;
    height: 30vw
}

.map-logistics .map-marker-info {
    width: 20rem
}

.map {
    position: relative;
    height: 54vw
}

.map-logistics .map-marker a .sp-left-align {
    left: -40px !important
}

.map-logistics .map-marker a span {
    position: absolute;
    z-index: 0;
    color: #000;
    text-indent: initial;
    top: -5px;
    left: 10px;
    font-size: 12px
}

.map-marker h2 a {
    text-indent: 0;
    height: auto;
    border: 0;
    width: 100%;
    background: 0 0;
    cursor: pointer
}

.map-marker h2 a span {
    display: block;
    margin-left: 0
}

.map-logistics .map-marker-info {
    transform: translate(5%, -14px);
    top: 100%
}

.map-logistics .map-marker-info-inner {
    border-radius: 0;
    padding-bottom: 10px;
    cursor: auto
}

.map-logistics .map-marker-info-inner:after {
    top: 4px;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    border-top: 1em solid rgba(255, 255, 255, .72);
    left: -17px
}

.map-logistics .map-marker a {
    background: #020475;
    border: 1px solid #fff
}

.map-markers {
    list-style: none;
    margin: 0;
    padding: 0
}

.map-marker {
    position: absolute;
    cursor: pointer
}

.map-marker:hover .map-marker-info {
    display: block
}

.map-marker a {
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #aa3b98;
    border-radius: 50%;
    height: .5em;
    display: block;
    text-indent: -9999px;
    width: .5em
}

.map-marker-mundra {
    left: 30.8%;
    top: 52.9%
}

.map-marker-ganga {

    left: 55.4%;
    top: 43%;
}

.map-marker-dahej-port-logistics {
    left: 41%;
    top: 20%
}

.map-marker-dahej-port-logistics:after {
    animation-delay: 3s
}

.map-marker-dhamra-port-logistics {
    left: 61.4%;
    top: 22%
}

.map-marker-dhamra-port-logistics:after {
    animation-delay: 3s
}

.map-marker-ennore-logistics {
    left: 51%;
    top: 76%
}

.map-marker-ennore-logistics:after {
    animation-delay: 3s
}

.map-marker-hazira-port-logistics {
    left: 41%;
    top: 23%
}

.map-marker-hazira-port-logistics:after {
    animation-delay: 3s
}

.map-marker-kattupalli-port-logistics {
    left: 51.6%;
    top: 71%
}

.map-marker-kattupalli-port-logistics:after {
    animation-delay: 3s
}

.map-marker-murmugao-terminal-logistics {
    left: 44%;
    top: 71%
}

.map-marker-murmugao-terminal-logistics:after {
    animation-delay: 3s
}

.map-marker-tuna-terminal-logistics {
    left: 37%;
    top: 13%
}

.map-marker-tuna-terminal-logistics:after {
    animation-delay: 3s
}

.map-marker-vizag-terminal-logistics {
    left: 55%;
    top: 45%
}

.map-marker-vizag-terminal-logistics:after {
    animation-delay: 3s
}

.map-marker-vizhinjam-port-logistics {
    left: 47%;
    top: 95%
}

.map-marker-vizhinjam-port-logistics:after {
    animation-delay: 3s
}

.map-marker-tuna {
    left: 31.4%;
    top: 53.2%
}

.map-marker-tuna:after {
    animation-delay: 3s
}

.map-marker-dahej {
    left: 36.6%;
    top: 57%
}

.map-marker-dahej:after {
    animation-delay: 5s
}

.map-marker-hazira {
    left: 36.5%;
    top: 59%
}

.map-marker-Murmugao {
    left: 39.2%;
    top: 75%
}

.map-marker-Murmugao:after {
    animation-delay: 3s
}

.map-marker-Vizhinjam {
    left: 43.8%;
    top: 92.3%
}

.map-marker-Vizhinjam:after {
    animation-delay: 5s
}

.map-marker-Ennore {
    left: 48.5%;
    top: 80%
}

.map-marker-Ennore:after {
    animation-delay: 5s
}

.map-marker-Kattupalli {
    left: 48.5%;
    top: 78.8%
}

.map-marker-Kattupalli:after {
    animation-delay: 5s
}

.map-marker-Vizag {
    left: 51%;
    top: 68%
}

.map-marker-Vizag:after {
    animation-delay: 5s
}

.map-marker-Dhamra {
    left: 57.2%;
    top: 56%
}

.map-marker-Dhamra:after {
    animation-delay: 5s
}

.map-marker-kilaraipur {
    left: 44%;
    top: 12%
}

.map-marker-kilaraipur:after {
    animation-delay: 3s
}

.map-marker-loni {
    left: 47.7%;
    top: 19%
}

.map-marker-loni:after {
    animation-delay: 3s
}

.map-marker-bawal {
    left: 43%;
    top: 29%
}

.map-marker-bawal:after {
    animation-delay: 3s
}

.map-marker-patli {
    left: 47%;
    top: 22%
}

.map-marker-patli:after {
    animation-delay: 3s
}

.map-marker-kanech {
    left: 44.4%;
    top: 10%
}

.map-marker-kanech:after {
    animation-delay: 3s
}

.map-marker-kanech-home {
    left: 41%;
    top: 33%
}

.map-marker-kanech-home:after {
    animation-delay: 3s
}

.map-marker-Kishangarh-home {
    left: 40%;
    top: 42%
}

.map-marker-Kishangarh-home:after {
    animation-delay: 3s
}

.map-marker-Patli-home {
    left: 41%;
    top: 36%
}

.map-marker-Patli-home:after {
    animation-delay: 3s
}

.map-marker-Wardha-home {
    left: 44%;
    top: 53%
}

.map-marker-Wardha-home:after {
    animation-delay: 3s
}

.map-marker-kishangarh {
    left: 42.5%;
    top: 26%
}

.map-marker-kishangarh:after {
    animation-delay: 3s
}

.map-marker-Kilaraipur-home {
    left: 40.4%;
    top: 34%
}

.map-marker-Kilaraipur-home:after {
    animation-delay: 3s
}

.map-marker-kanpur {
    left: 52.4%;
    top: 34%
}

.map-marker-kanpur:after {
    animation-delay: 3s
}

.map-marker-mundra-logistics {
    left: 36.4%;
    top: 13%
}
.map-marker-digi-logistics{
    left: 41.9%; top: 50%;}

.map-marker-mundra-logistics1 {
    left: 35.2%;
    top: 40%;
}

.map-marker-mundra-logistics:after {
    animation-delay: 3s
}

.map-marker-hazira-logistics {
    left: 40.8%;
    top: 61%
}

.map-marker-hazira-logistics:after {
    animation-delay: 3s
}

.map-marker-pipavav {
    left: 39.4%;
    top: 50%;
}

.map-marker-pipavav:after {
    animation-delay: 3s
}

.map-marker-mumbai {
    left: 41%;
    top: 74%
}

.map-marker-mumbai:after {
    animation-delay: 3s
}

.map-marker-wardha {
    left: 50%;
    top: 66%
}

.map-marker-wardha:after {
    animation-delay: 3s
}

.map-marker-info {
    display: none;
    left: 50%;
    position: absolute;
    bottom: 0;
    transform: translate(-50%, -1em);
    width: 13em;
    z-index: 999
}

.map-marker-info header {
    border-radius: .5em .5em 0 0;
    color: #000;
    padding: .5em .5em
}

.map-marker-info main {
    border-radius: 0 0 .5em .5em;
    color: #7e7e7e;
    padding: 0 .5em .1em .5em
}

.map-marker-info main ul {
    padding-left: 20px
}

.map-marker-info main ul li {
    list-style-type: disc;
    color: #000
}

.map-marker-info h2 {
    margin-bottom: 0;
    font-size: 16px
}

.map-marker-info h2 span {
    margin-left: 10px;
    font-size: 14px;
    color: #444
}

.map-marker-info-inner {
    border-radius: .5em;
    box-shadow: 0 0 .25em rgba(0, 0, 0, .28);
    font-size: .875em;
    background: rgba(255, 255, 255, .9)
}

.map-marker-info-inner:after {
    border-left: .75em solid transparent;
    border-right: .75em solid transparent;
    border-top: 1em solid rgba(255, 255, 255, .9);
    content: '';
    height: 0;
    left: 50%;
    position: absolute;
    top: 100%;
    transform: translateX(-50%);
    width: 0
}

.map-marker-info-inner p a {
    background: #aa3b98;
    border: 0;
    font-size: 12px;
    text-indent: 0;
    border-radius: 0;
    width: fit-content;
    height: fit-content;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px
}

.map-marker-info-inner p a:hover {
    background: #252525;
    transition: ease all .3s
}

.map-marker-info-inner p a:active {
    background: #252525;
    transition: ease all .3s
}

.animate {
    animation-duration: 1s;
    animation-fill-mode: both
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 99%);
        transform: translate3d(0, 100%, 99%)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounce-in {
    0%,
    100%,
    20%,
    40%,
    60%,
    80% {
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
    20% {
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        transform: scale3d(.97, .97, .97)
    }
    100% {
        opacity: 1;
        transform: scale3d(1, 1, 1)
    }
}

.animate-bounce-in {
    animation-duration: .4s;
    animation-name: fadeInUp
}

@keyframes pop {
    0% {
        transform: scale(0)
    }
    8% {
        opacity: .4
    }
    10% {
        opacity: 0;
        transform: scale(1)
    }
}

.map-logistics .map-marker-info {
    background: rgba(255, 255, 255, .9)
}

.map-logistics .map-marker-info table {
    color: #000
}

.map-logistics .map-marker-info table td {
    font-size: 12px;
    padding: 2px 10px
}

.animate-pop {
    animation-duration: 1s;
    animation-name: pop
}

#map-accordion .panel .panel-title {
    padding: 5px 10px;
    position: relative;
    display: block
}

#map-accordion .panel .panel-title a {
    color: #fff;
    font-size: 16px;
    line-height: 30px
}

#map-accordion .panel-heading {
    background: #1b9f94;
    color: #fff;
    background: -moz-linear-gradient(left, #1b9f94 0, #316db3 100%);
    background: -webkit-gradient(left top, right top, color-stop(0, #1b9f94), color-stop(100%, #316db3));
    background: -webkit-linear-gradient(left, #1b9f94 0, #316db3 100%);
    background: -o-linear-gradient(left, #1b9f94 0, #316db3 100%);
    background: -ms-linear-gradient(left, #1b9f94 0, #316db3 100%);
    background: linear-gradient(to right, #1b9f94 0, #316db3 100%)
}

#map-accordion .panel {
    margin-bottom: 15px
}

#map-accordion .panel-body {
    padding: 10px 10px;
    background: #fff
}

#map-accordion .panel-heading .accordion-toggle::after {
    font-family: 'Font Awesome 5 Free';
    content: '\f0d7';
    float: left;
    color: #fff;
    font-weight: 900;
    transform: rotate(0);
    transition: all .2s ease-in;
    position: absolute;
    right: 15px
}

#map-accordion .panel-heading .accordion-toggle.collapsed::after {
    color: #fff;
    transform: rotate(-90deg);
    transition: all .2s ease-in
}

.map-active a {
    background: #aa3b98;
    border-color: #aa3b98
}

.map-active .map-marker-info {
    display: block
}

.ul-ports li {
    font-size: 16px;
    line-height: 30px
}

.ft-policy-links {
    display: inline-block
}

.ft-social {
    display: inline;
    position: relative;
    top: 10px
}

.ft-social li {
    display: inline-block;
    text-align: center;
    width: 15%
}

.ft-social li:hover a {
    color: #019fd4;
    transition: ease all .3s
}

.ft-social li a {
    color: #007ea8;
    padding: 5px 5px
}

.footerPanel2 .form-control {
    background: #f6f6f6;
    border: 0
}

#other-ventures img {
    width: auto;
    margin-left: auto;
    margin-right: auto
}

#business-stats img {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    height: 62px
}

.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 rgba(255, 255, 255, .6);
    padding: 9px 20px;
    border-radius: 100%;
    color: rgba(255, 255, 255, .6);
    font-size: 35px;
    cursor: pointer;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: ease all .5s
}

.video-section:hover:before {
    font-size: 45px;
    transition: ease all .5s;
    color: #fff;
    border-color: #fff;
    padding: 9px 23px
}

.video-content a {
    color: #1b9e95;
    font-size: 12px
}

.video button.close {
    position: absolute;
    right: 0;
    top: -30px;
    font-size: 25px;
    color: #fff;
    opacity: 1;
    outline: 0;
    font-weight: 400
}

.video .modal-body {
    padding: 5px
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none
}

#home-video-block .owl-prev {
    left: -20px;
    position: absolute;
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    box-shadow: 0 1px 2px 0 #000;
    margin: 0;
    outline: 0
}

#home-video-block .owl-next:hover,
#home-video-block .owl-prev:hover {
    color: #969696
}

#home-video-block .owl-next {
    right: 0;
    position: absolute;
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    box-shadow: 0 1px 2px 0 #000;
    margin: 0;
    outline: 0
}

.video-content {
    background: #fff
}

.video-content h3 {
    font-size: 1.5rem;
    margin-bottom: 20px
}

.video-main {
    position: relative
}

.home-video-thumb {
    width: 390px;
    position: absolute;
    bottom: 5px;
    right: 10px
}

.home-video-thumb .owl-item .item img {
    border: 2px solid #fff
}

.home-video-thumb .owl-dots {
    padding: 20px 0 0 0
}

.home-video-thumb .owl-dot span {
    border-radius: 0
}

.home-video-thumb .owl-dots .active span {
    background: #006db7
}

.home-video-thumb .owl-dots span:hover {
    background: #006db7
}

.home-video-thumb .owl-prev {
    position: absolute;
    left: 0;
    background: #fff !important;
    width: 45px;
    border-radius: 100%;
    outline: 0;
    box-shadow: 0 1px 1px #b1b1b1;
    left: -21px
}

.home-video-thumb .owl-prev span {
    font-size: 30px;
    color: #000
}

.home-video-thumb .owl-next {
    position: absolute;
    right: 0;
    background: #fff !important;
    width: 45px;
    border-radius: 100%;
    outline: 0;
    box-shadow: 0 1px 1px #b1b1b1;
    right: -21px
}

.home-video-thumb .owl-next span {
    font-size: 30px;
    color: #000
}

.home-video-thumb .owl-nav {
    position: absolute;
    top: 55%
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%
}

.embed-container embed,
.embed-container iframe,
.embed-container object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.homeslider .owl-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
}

.homeslider .owl-item .item .promo-container {
    position: absolute;
    top: 0;
    height: 600px
}

.homeslider .owl-item .item .promo-container h2 {
    color: #fff
}

.homeslider .owl-item .item .promo-container .promo {
    height: 200px;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    height: 600px;
    padding: 40px
}

.homeslider .owl-nav {
    display: none
}

#back-to-top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: 0;
    background-color: rgba(0, 0, 0, .1607843137254902);
    color: #fff;
    cursor: pointer;
    padding: 15px;
    border-radius: 37px;
    font-size: 18px;
    transition: ease-in all .2s
}

#back-to-top:hover {
    transition: ease-in all .2s;
    background-color: rgba(0, 0, 0, .7)
}

#circle-pause {
    transition: stroke-dashoffset .3s ease-in;
    stroke-dashoffset: 0;
    fill: none
}

#circle-pause.play {
    stroke-dashoffset: 314
}

.box-block {
    background: #fff;
    border: 1px solid #eaeaea
}

.box-block p a {
    color: #1aa393;
    font-size: 14px;
    transition: ease all .2s
}

.box-block p a:hover {
    color: #306eb2;
    transition: ease all .2s;
    text-decoration: underline
}

.ul-media-section {
    padding-left: 30px
}

.ul-media-section li {
    font-size: 13px;
    margin-bottom: 10px;
    list-style-type: disc
}

.ul-media-section li p a {
    color: #000
}

.ul-media-section li p span {
    display: block;
    color: #9a9a9a;
    font-size: 12px
}

.ul-media-section a {
    color: #000
}

.ul-media-section a:hover {
    color: #306eb2;
    text-decoration: underline
}

.ul-policies-section {
    position: relative;
    padding-left: 38px
}

.ul-policies-section a {
    color: #000
}

.ul-policies-section a:hover {
    color: #007ea8
}

.ul-policies-section li {
    margin-bottom: 10px
}

.ul-policies-section li:before {
    content: "\f15c";
    display: block;
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    left: 0
}

.ul-policies-section li span {
    display: block;
    color: #9a9a9a;
    font-size: 12px
}

.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: 0;
    background-repeat: no-repeat
}

.ul-media-contacts li {
    margin: 30px 0
}

.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
}

.box-block .btn-border {
    border: 2px solid #1d9c96;
    color: #1d9c96 !important;
    transition: ease all .3s
}

.box-block .btn-border:hover {
    background: #1d9c96;
    transition: ease all .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
}

.designation span {
    display: block;
    font-weight: 100
}

.exe-speech {
    position: relative;
    overflow: hidden
}

.exe-speech img {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
    transform: scale(1.1)
}

.watch-video {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 1
}

.watch-video a {
    color: #78bfbb;
    transition: ease all .3s
}

.watch-video a:hover {
    color: #1aa294;
    transition: ease all .3s
}

.watch-video a i {
    font-size: 25px;
    position: relative;
    top: 4px
}

.bg-image {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 0;
    background: #000
}

.bg-image img {
    border-radius: 0;
    min-height: 100%;
    min-width: 100%;
    position: relative;
    opacity: .6
}

.blog-thumb {
    margin-bottom: 15px
}

.blog-main h2 {
    line-height: 20px;
    margin-bottom: 10px
}

.blog-main h2 a {
    font-size: 1.2rem;
    color: #000;
    transition: ease all .3s
}

.blog-main h2 a:hover {
    color: #78bfbb;
    transition: ease all .3s
}

.blog-main p {
    height: 65px;
    overflow: hidden
}

.blog-main p a {
    font-size: 14px;
    color: #9a9a9a;
    transition: ease all .3s
}

.blog-main p a:hover {
    color: #78bfbb;
    transition: ease all .3s
}

.slide-main {
    position: relative;
    overflow: hidden;
    min-height: 400px
}

.slide-main:after {
    display: block;
    position: absolute;
    content: "";
    width: 100%;
    bottom: 0;
    box-shadow: 0 0 130px 100px #000
}

.slide-cont {
    position: absolute;
    width: 100%;
    top: 0;
    display: block;
    z-index: 1
}

.slide-cont>p {
    font-size: 24px;
    margin-top: 14rem;
    color: #fff
}

.slide-readmore {
    color: #fff;
    margin-top: 0 !important;
    font-size: 14px !important;
    text-align: right
}

.slide-readmore a {
    color: #fff
}

.ft-com-links img {
    width: 45px;
    margin-right: 15px
}

.ft-com-links p {
    display: inline-block
}

.ft-com-links p a {
    color: #656565;
    font-size: 1.2rem;
    font-weight: 700
}

.chairman-img {
    position: absolute;
    bottom: -25px;
    right: 0
}

.overflow-hidden {
    overflow: hidden
}

.bg-gradient {
    background: #1b9f94;
    color: #fff;
    background: -moz-linear-gradient(left, #1b9f94 0, #316db3 100%);
    background: -webkit-gradient(left top, right top, color-stop(0, #1b9f94), color-stop(100%, #316db3));
    background: -webkit-linear-gradient(left, #1b9f94 0, #316db3 100%);
    background: -o-linear-gradient(left, #1b9f94 0, #316db3 100%);
    background: -ms-linear-gradient(left, #1b9f94 0, #316db3 100%);
    background: linear-gradient(to right, #1b9f94 0, #316db3 100%)
}

.bg-gradient .bg-images img {
    opacity: .2
}

.CTA h2 {
    font-size: 26px
}

.CTA h2 span {
    float: right
}

.btn-w-border {
    border: 2px solid #fff;
    color: #fff !important;
    transition: ease all .3s
}

.btn-w-border:active,
.btn-w-border:focus,
.btn-w-border:hover {
    background: #fff;
    color: #000 !important;
    transition: ease all .3s
}

.chairman-box a {
    color: #fff
}

.chairman-box a:hover {
    color: #78bfbb
}

.chairman-box {
    overflow: hidden;
    position: relative
}

#business-stats {
    padding: 15px 0 0 0;
    position: relative
}

#business-stats h5 {
    text-align: center;
    line-height: 60px;
    font-size: 1.25rem
}

#business-stats .owl-dots {
    padding: 20px 0 0 0
}

#business-stats .owl-dot span {
    border-radius: 0
}

#business-stats .owl-dots .active span {
    background: #006db7
}

#business-stats .owl-dots span:hover {
    background: #006db7
}

#business-stats .owl-prev {
    position: absolute;
    left: 0;
    background: #fff;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    outline: 0;
    box-shadow: 0 1px 1px #b1b1b1
}

#business-stats .owl-prev span {
    font-size: 30px;
    color: #000
}

#business-stats .owl-next {
    position: absolute;
    right: 0;
    background: #fff;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    outline: 0;
    box-shadow: 0 1px 1px #b1b1b1
}

#business-stats .owl-next span {
    font-size: 30px;
    color: #000
}

#business-stats .owl-nav {
    position: absolute;
    top: 25%
}

.stats {
    transition: ease all .3s
}

.stats:hover img {
    transform: translateY(px) scale(1.03);
    transition: ease all .3s
}

.zoom-img {
    overflow: hidden;
    transition: ease all .3s;
    transform: translateY(0) scale(1)
}

.zoom-img img {
    transition: ease all .3s
}

.zoom-img:hover img {
    transition: ease all .3s;
    transform: translateY(0) scale(1.03)
}

.opacity {
    opacity: .1
}

.slider-content>div {
    position: absolute;
    width: 100%;
    bottom: 0
}

.slider-content .container {
    background: rgba(0, 0, 0, .3215686274509804);
    padding: 3rem 3rem
}

.slider-content p {
    border-left: 3px solid #fff;
    padding-left: 15px;
    color: #fff;
    font-size: 24px
}

.breadcrumb-slider {
    position: relative
}

#about-banner .owl-dots {
    padding: 20px 0 0 0
}

#about-banner .owl-dot span {
    border-radius: 0
}

#about-banner .owl-dots .active span {
    background: #006db7
}

#about-banner .owl-dots span:hover {
    background: #006db7
}

#about-banner .owl-prev {
    position: absolute;
    left: -27px;
    background: #fff;
    width: 45px;
    border-radius: 100%;
    outline: 0;
    box-shadow: 0 1px 1px #b1b1b1;
    height: 45px;
    top: 10px
}

#about-banner .owl-prev span {
    font-size: 30px;
    color: #000
}

#about-banner .owl-next {
    position: absolute;
    right: -27px;
    background: #fff;
    width: 45px;
    border-radius: 100%;
    outline: 0;
    box-shadow: 0 1px 1px #b1b1b1;
    height: 45px;
    top: 10px
}

#about-banner .owl-next span {
    font-size: 30px;
    color: #000
}

#about-banner .owl-nav {
    position: relative;
    bottom: 100px;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0
}

#about-banner .owl-nav .owl-next:hover,
#about-banner .owl-nav .owl-prev:hover {
    color: #000
}

.breadcrumb-sl-inner {
    position: absolute;
    width: 100%;
    z-index: 9;
    top: 30px
}

.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: 0 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: 0 0 25px #000;
    text-transform: capitalize
}

.heading {
    border-left: 5px solid #18a790;
    font-size: 22px
}

.heading-w {
    border-left: 5px solid #fff;
    font-size: 22px
}

.arrow .fa {
    background: #fff;
    padding: 10px 12px;
    border-radius: 100%;
    box-shadow: 0 1px 1px #b1b1b1
}

.loadMore em,
.loadMore i {
    transition: ease all .5s;
    transform: translateY(0) scale(1);
    background: #fff;
    padding: 10px 11px;
    border-radius: 100%
}

.loadMore:hover em,
.loadMore:hover i {
    transition: ease all .5s;
    transform: translateY(0) scale(1.3)
}

.single-slide .owl-dots {
    padding: 20px 0 0 0
}

.single-slide .owl-dot span {
    border-radius: 0
}

.single-slide .owl-dots .active span {
    background: #006db7
}

.single-slide .owl-dots span:hover {
    background: #006db7
}

.single-slide .owl-prev {
    position: absolute;
    left: -27px;
    background: #fff !important;
    width: 45px;
    border-radius: 100% !important;
    outline: 0;
    box-shadow: 0 1px 1px #b1b1b1;
    height: 45px
}

.single-slide .owl-prev span {
    font-size: 30px;
    color: #000
}

.single-slide .owl-next {
    position: absolute;
    right: -27px;
    background: #fff !important;
    width: 45px;
    border-radius: 100% !important;
    outline: 0;
    box-shadow: 0 1px 1px #b1b1b1;
    height: 45px
}

.single-slide .owl-next span {
    font-size: 30px;
    color: #000
}

.single-slide .owl-nav {
    position: absolute;
    width: 100px;
    top: 50%;
    margin-left: 6rem
}

.single-slide .owl-nav .owl-next:hover,
.single-slide .owl-nav .owl-prev:hover {
    color: #000 !important
}

.single-slide .item {
    position: relative
}

.signature {
    font-weight: 400;
    font-size: 1.3rem
}

@font-face {
    font-family: 'Celine Dion Handwriting';
    font-style: normal;
    font-weight: 400;
    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
}

.awards {
    background: #fff;
    padding: 10px 8px;
    min-height: 93px;
    border: 1px solid #e6e6e6
}

.awards ul {
    position: relative
}

.awards ul:before {
    background: url(../../images/ports/award-icon.png);
    content: "";
    display: inline-block;
    position: absolute;
    width: 50px;
    height: 50px;
    left: 0;
    top: 15px
}

.awards li {
    font-size: 14px;
    padding-left: 60px;
    padding-top: 9px;
    padding-bottom: 15px
}

.timeline-carousel img {
    width: auto !important;
    border-radius: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    border: 5px solid #e6e6e6
}

.timeline-carousel .year {
    text-align: center;
    color: #18a790;
    font-weight: 700
}

.timeline-carousel .desc {
    text-align: center;
    padding: 10px 15px
}

.timeline-carousel:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 5px;
    background: #e6e6e6;
    top: 96px
}

.vertical-middle {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    position: absolute;
    top: 38%
}

.breadcrumb-inner {
    margin-top: 30px
}

.breadcrumb-inner ul li {
    display: inline-block
}

.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: 99;
    border: 1px solid #000
}

.timeline ul li div {
    position: relative;
    bottom: 0;
    width: 400px;
    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: 0
}

.timeline ul li:nth-child(even) div {
    left: -420px
}

.timeline ul li:nth-child(even) div::before {
    right: -30px;
    top: 45px;
    width: 100%;
    border-bottom: 1px solid #000;
    border-top: 0
}

time {
    display: block;
    font-size: 1.2rem;
    font-weight: 700;
    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
    }
}

@media screen and (max-width:991px) {
    .timeline ul li {
        margin-left: 20px;
        min-height: 230px
    }
    .timeline ul li:nth-child(even) div {
        left: 45px
    }
    .timeline ul li:nth-child(even) div::before {
        left: -40px
    }
}

.timeline-block p {
    width: 56%;
    float: left;
    position: relative;
    font-size: 14px
}

.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
}

.timeline li:nth-child(even) .timeline-block img {
    border: 8px solid #f7f7f7;
    border-radius: 100%;
    position: absolute;
    top: -50px;
    left: -50px;
    width: 190px
}

.timeline li:nth-child(even) .timeline-block p {
    float: right
}

.timeline li:nth-child(even) .timeline-block time {
    text-align: right
}

.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%
}

.blog-div {
    position: relative;
    display: block;
    padding-top: 175px;
    padding-bottom: 70px
}

.blog-div p {
    color: #fff
}

.ul-media-btm-sidebar {
    position: relative;
    padding-left: 65px !important;
    padding: 3rem 0
}

.ul-media-btm-sidebar img {
    width: 40px;
    margin-right: 15px
}

.ul-media-btm-sidebar li {
    line-height: 5rem
}

.ul-media-btm-sidebar li i {
    position: absolute;
    left: 15px
}

.ul-media-btm-sidebar li a {
    color: #656565;
    font-size: 1.2rem;
    font-weight: 400
}

.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 h1 {
    margin-top: 20px;
    text-transform: capitalize;
    margin-bottom: 10px
}

.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 .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: .2
}

.m-video:after {
    content: "";
    display: block;
    position: absolute;
    background: url(../images/video-icon.png) !important
}

.btn-gradient option {
    background: #316eb3
}

.btn-white {
    color: #fff !important;
    transition: ease all .3s
}

.btn-white:hover {
    color: #fff !important;
    transition: ease all .3s;
    text-decoration: underline
}

.txt-l-gray {
    color: #cacaca !important
}

.cman-news li p {
    height: 43px;
    overflow: hidden;
    margin-bottom: 1px
}

.cman-news span {
    color: #8a8888
}

.twitter-feeds {
    max-height: 698px;
    overflow-y: scroll
}

.padd-box {
    padding: 0;
    border: 10px solid #ebebeb
}

.c-header {
    background: #fff
}

.career-footer {
    background: #000
}

.c-header .navbar-collapse .nav-link {
    color: #000 !important;
    padding: 0 1.2rem
}

.c-header .navbar-collapse .nav-link:hover {
    color: #0d78ae !important
}

.video-wrapper {
    position: relative
}

.video-wrapper>video {
    width: 100%;
    vertical-align: middle
}

.video-wrapper>video.has-media-controls-hidden::-webkit-media-controls {
    display: none
}

.video-overlay-play-button {
    box-sizing: border-box;
    width: 70px;
    height: 70px;
    position: absolute;
    top: 49%;
    left: 49%;
    display: block;
    opacity: .95;
    cursor: pointer;
    transition: opacity 150ms
}

.video-overlay-play-button:hover {
    opacity: 1
}

.video-overlay-play-button.is-hidden {
    display: none
}

.career-banner {
    position: relative
}

.career-banner .breadcrumb-sublayout-ul {
    margin-bottom: 50px
}

.career-banner a {
    color: #fff
}

.career-banner a:hover {
    color: #efefef
}

.career-banner li:before {
    color: #fff
}

.career-banner h1,
.career-banner p {
    color: #fff
}

.career-banner .c-breadcrumb {
    position: absolute;
    z-index: 9;
    width: 100%;
    top: 100px
}

.vision-carousel {
    position: relative
}

.v-container {
    position: relative
}

.v-container .v-container-inner {
    position: relative;
    display: block;
    padding: 105px 30px 10px 30px;
    color: #fff
}

.vision-carousel .owl-nav {
    bottom: 50px;
    width: 100px;
    position: relative;
    margin-left: auto
}

.vision-carousel .owl-nav .owl-next i,
.vision-carousel .owl-nav .owl-prev i {
    color: #fff
}

.min-100 {
    min-height: 100px
}

.video-b i {
    position: absolute;
    top: 40%;
    left: 40%;
    z-index: 9
}

.video-b img {
    cursor: pointer
}

.c-address {
    margin-bottom: 30px
}

.c-address h4 {
    font-size: 1.4rem;
    margin-bottom: 10px
}

.c-address h4 span {
    display: block
}

.c-address a {
    color: #097eaa;
    transition: ease all .3s
}

.c-address a:hover {
    color: #000;
    transition: ease all .3s
}

#address-tab-container {
    background: #fff;
    padding: 2rem 2rem
}

#address-tab-container select {
    font-size: 1.2rem;
    padding: 10px 10px;
    height: auto;
    color: #000
}

#address-tab .nav-item {
    min-width: 20%;
    text-align: center
}

#news-tab {
    border-bottom: 0 !important
}

#news-tab .nav-item {
    min-width: 33.333%;
    text-align: center
}

.contact-form {
    background: #fff
}

.contact-form .form-group {
    margin-bottom: 0
}

.contact-form .btn-primary {
    color: #000;
    background-color: #dcdcdc;
    border-color: #dcdcdc;
    transition: ease all .5s;
    font-weight: 600
}

.contact-form .btn-primary:active,
.contact-form .btn-primary:focus,
.contact-form .btn-primary:hover {
    background: #000 !important;
    color: #fff !important;
    box-shadow: 0 0 0 .1rem rgba(25, 114, 127, 0) !important
}

.has-search .form-control {
    padding-right: 2.375rem;
    background: #e6e6e6;
    max-width: 300px;
    float: right
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
    right: 15px;
    top: -3px
}

.b-block span {
    position: relative;
    background: rgba(255, 255, 255, .62);
    padding: 5px 10px;
    z-index: 9
}

.b-block p {
    margin-top: 150px
}

.b-block p a {
    color: #f8f8f8;
    font-size: 1.2rem
}

.b-block p a:hover {
    color: #0f76b0
}

.b-block-2 span {
    position: relative;
    background: rgba(255, 255, 255, .62);
    padding: 5px 10px
}

.b-block-2 p {
    margin-bottom: 170px
}

.b-block-2 p a {
    color: #f8f8f8;
    font-size: 1.2rem
}

.b-block-2 p a:hover {
    color: #0f76b0
}

.blog-c-column p {
    margin-top: 80px;
    font-size: 1.3rem
}

.blog-c-column p a {
    color: #000
}

.blog-c-column p a:hover {
    color: #1c9d96
}

.blog-c-column:before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 22px solid #fff;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    left: -16px
}

.blog-c-column-left:before {
    right: -15px;
    left: auto;
    z-index: 99;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.shareholding-pattern p {
    margin-bottom: 10px
}

.shareholding-pattern i {
    margin-right: 10px;
    color: #1c9d96
}

.shareholding-pattern a {
    color: #000;
    font-size: 14px
}

.single-carousel .owl-nav {
    position: absolute;
    width: 60px;
    right: 0;
    top: 90%;
    height: 30px
}

.single-carousel .owl-nav .owl-prev {
    bottom: 0;
    position: absolute;
    right: 15px;
    margin: 5px
}

.single-carousel .owl-nav .owl-next {
    bottom: 0;
    position: absolute;
    right: 0;
    margin-right: 0 !important;
    margin: 5px
}

.single-carousel .owl-nav .owl-next i:hover,
.single-carousel .owl-nav .owl-prev i:hover {
    color: #ccc;
    transition: ease all .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: 0
}

.ul-download-icon li a {
    color: #000
}

.ul-download-icon li a:hover {
    color: #007ea8
}

.sustainability-block {
    position: relative;
    display: block
}

.sus-main {
    background: #000
}

.sus-main:hover {
    background: -moz-linear-gradient(left, #1b9f94 0, #316db3 100%);
    background: -webkit-gradient(left top, right top, color-stop(0, #1b9f94), color-stop(100%, #316db3));
    background: -webkit-linear-gradient(left, #1b9f94 0, #316db3 100%);
    background: -o-linear-gradient(left, #1b9f94 0, #316db3 100%);
    background: -ms-linear-gradient(left, #1b9f94 0, #316db3 100%);
    background: linear-gradient(to right, #1b9f94 0, #316db3 100%)
}

.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 .5s
}

.sustainability-block:hover p:before {
    bottom: 0;
    transition: ease all .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: 0
}

.sus-btn a {
    color: #fff
}

.sus-btn a:hover {
    color: #fff;
    text-decoration: underline
}

.ul-policy {
    padding-left: 75px;
    background: #fff
}

.ul-policy li {
    position: relative
}

.ul-policy li a {
    color: #000
}

.ul-policy li a:hover {
    color: #007ea8
}

.ul-policy li:before {
    background: url(../images/policy-icon.png);
    content: "";
    display: block;
    position: absolute;
    width: 35px;
    height: 35px;
    left: -50px
}

.ul-policy i {
    position: relative;
    left: -35px
}

.ul-policy img {
    width: 40px
}

.social-share a {
    color: #313131;
    font-size: 1.5rem
}

.social-share a:hover {
    color: #4e4e4e;
    cursor: pointer
}

.sidebar-section {
    position: absolute;
    height: 100%;
    width: 100%
}

.sidebar-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.make-me-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    padding: 0 15px
}

.case-study .bg-images img {
    opacity: .2
}

.case-study p {
    font-size: 1.3rem;
    font-weight: 300
}

.case-study a {
    font-size: 1rem;
    color: #fff;
    font-weight: 400;
    position: absolute;
    bottom: 20px
}

.case-study a:hover {
    color: #e6e6e6
}

.ul-financials li {
    padding-left: 40px;
    position: relative;
    margin-bottom: 15px
}

.ul-financials em,
.ul-financials i {
    color: #fff;
    position: absolute;
    left: 6px;
    top: 6px
}

.ul-financials img {
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: .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
}

.exe-speech-container i {
    position: absolute;
    top: 40%;
    left: 43%
}

.exec-sp-desc h2 {
    font-size: 1.5rem
}

.exec-sp-desc p {
    font-size: 1.2rem
}

.exec-sp-desc p span {
    display: block
}

.exec-sp-desc:before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 22px solid #fff;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    left: -16px
}

.exe-sp-square-block {
    height: 280px !important
}

.exec-sp-d-left:before {
    right: -18px !important;
    left: auto;
    z-index: 9;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.exec-sp-sidebar:before {
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
    top: -16px;
    left: 20px
}

.table-no-borders,
.table-no-borders td,
.table-no-borders th,
.table-no-borders thead th {
    border: 0 !important
}

.table-no-borders th {
    font-weight: 600
}

.border-btm {
    border-bottom: 1px solid #d8d8d8 !important
}

.font-weight-500 {
    font-weight: 500
}

.black-bg {
    background: #000
}

.black-bg .bg-images img {
    opacity: .2
}

.lk-white {
    color: #fff
}

.lk-white a {
    color: #fff
}

.lk-white a:hover {
    color: #ccc
}

.ul-ana-meet {
    margin: 30px 0
}

.ul-ana-meet li {
    margin-bottom: 10px
}

.ul-ana-meet a {
    color: #5b5b5b
}

.ul-ana-meet a:hover {
    color: #000
}

.ul-inv-presentation li {
    margin-bottom: 15px
}

.ul-inv-presentation li a {
    color: #000
}

.ul-inv-presentation li a:hover {
    color: #5d5d5d
}

.ul-reports a {
    color: #000
}

.ul-reports a:hover {
    color: #5d5d5d
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%
}

.embed-container embed,
.embed-container iframe,
.embed-container object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.apsez-mundra {
    background: linear-gradient(to left, #dedede 50%, #8bc5eb 0)
}

.ul-bullets {
    padding-left: 20px
}

.ul-bullets li {
    list-style-type: disc
}

.clusterbased-park>div {
    background: rgba(0, 0, 0, .7607843137254902);
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px 0;
    color: #fff
}

.clusterbased-park a img {
    height: 220px;
    margin-bottom: 10px;
    width: 100%;
	object-fit: cover;
}

.cta-ind-landing p {
    cursor: pointer
}

.cta-ind-landing p:hover {
    color: #007ea8
}

.cta-ind-landing img {
    width: 80px;
    margin-bottom: 15px;
    cursor: pointer
}

.port-img {
    max-height: 300px;
    overflow: hidden
}

.port-img img {
    width: 100%
}

.port-desc {
    position: relative
}

.port-desc:before {
    display: inline-block;
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 22px solid #fff;
    top: -20px
}

.port-desc>div {
    margin-top: 20px
}

.port-desc h2 {
    margin-bottom: 15px;
    font-size: 1.4rem;
    min-height: 50px
}

.ul-port-filters {
    position: relative;
    top: 5px
}

.ul-port-filters li {
    display: inline-block
}

.ul-port-filters li:nth-child(2) button:before {
    content: "\f111";
    display: inline-block;
    position: relative;
    font-family: 'Font Awesome 5 Free';
    font-weight: 800;
    color: #000;
    margin: 0 15px;
    font-size: 10px;
    top: -2px
}

.ul-port-filters li:nth-child(2) button:after {
    content: "\f111";
    display: inline-block;
    position: relative;
    font-family: 'Font Awesome 5 Free';
    font-weight: 800;
    color: #000;
    margin: 0 15px;
    font-size: 10px;
    top: -2px
}

.ul-port-filters li button {
    color: #a0a0a0;
    background: 0 0;
    border: 0
}

.ul-port-filters li button.active {
    color: #000
}

.ul-port-filters li button:focus,
.ul-port-filters li button:hover {
    outline: 0
}

.btn-filter {
    display: inline-block;
    position: relative
}

.btn-filter ul li {
    padding: 5px 10px
}

.btn-filter ul li a {
    color: #000 !important;
    transition: ease all .3s;
    font-size: 14px
}

.btn-filter ul li a.active,
.btn-filter ul li a:hover {
    color: #1c9d95 !important;
    transition: ease all .3s;
    cursor: pointer
}

.filter {
    border-top: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
    background: #ddd
}

.column {
    display: none
}

.show {
    display: block
}

.btn-filter .dropdown-menu {
    position: absolute;
    display: none
}

.btn-filter .dropdown-menu.show {
    display: block !important;
    background: #eee
}

.ul-circle {
    padding-left: 20px
}

.ul-circle li {
    list-style-type: circle
}

.dredging-fleet {
    background: rgba(255, 255, 255, .81)
}

.border-left {
    border-left: 5px solid #18a790 !important
}

.social-icons li {
    display: inline-block
}

.social-icons li a {
    color: #000;
    font-size: 2rem
}

.social-icons li a:hover {
    color: #2f71b1;
    transition: ease all .3s
}

.q-links {
    -webkit-transform: translateY(0) scale(1);
    -moz-transform: translateY(0) scale(1);
    -ms-transform: translateY(0) scale(1);
    -o-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
    -webkit-box-shadow: 0 14px 24px rgba(62, 57, 107, 0);
    box-shadow: 0 14px 24px rgba(62, 57, 107, 0);
    transition: ease all .5s
}

.q-links: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);
    transition: ease all .5s
}

.q-links p {
    font-size: 13px;
    min-height: 60px
}

.q-links i {
    font-size: 1rem
}

.q-links p:nth-child(2) {
    min-height: auto
}

.tariff-block:hover {
    box-shadow: 0 14px 24px rgba(62, 57, 107, .2);
    transition: ease all .3s
}

.tariff-block:hover p {
    color: #0b6eb7
}

.tariff-block p {
    min-height: 70px;
    font-size: 16px;
    color: #18a790
}

.tariff-block img {
    margin-bottom: 10px;
    max-width: 80px
}

.tariff-block a {
    color: #000;
    font-size: 14px;
    word-break: break-all
}

.tariff-block a:hover {
    color: #484848
}

.txt-sus p {
    font-size: 2rem;
    font-weight: 700
}

.txt-sus p span {
    font-size: 22px;
    font-weight: 300;
    display: block
}

.bg-d-blue {
    background: #0f3c5d
}

.bg-d {
    background: #000
}

.bg-d .bg-images img {
    opacity: .3
}

.bg-d-green {
    background: #107363
}

.login-form .form-group input {
    border: 0;
    padding: 10px 10px
}

.btn-black {
    color: #000
}

.btn-black {
    color: #8c8c8c
}

#ana-coverage .nav-item {
    width: 50%
}

.tab-scroll {
    height: 500px;
    overflow-y: auto
}

.tab-scroll::-webkit-scrollbar {
    width: 6px
}

.tab-scroll::-webkit-scrollbar-track {
    background: 0 0
}

.tab-scroll::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 3px
}

.grievance-login-form .form-control,
.marine-due-calc .form-control,
.req-form .form-control {
    height: calc(1.8rem + 11px) !important;
    border: 0;
    background: #f8f8f8
}

.marine-due-calc .form-check-label,
.marine-due-calc select,
.req-form select {
    font-size: 15px
}

.marine-due-calc .form-control::-webkit-input-placeholder {
    font-size: 13px
}

.marine-due-calc .form-control:-ms-input-placeholder {
    font-size: 13px
}

.marine-due-calc .form-control::placeholder {
    font-size: 13px
}

.page-item.active .page-link,
.page-link:hover {
    background: #1b9f94 !important;
    color: #fff !important;
    background: -moz-linear-gradient(left, #1b9f94 0, #316db3 100%) !important;
    background: -webkit-gradient(left top, right top, color-stop(0, #1b9f94), color-stop(100%, #316db3)) !important;
    background: -webkit-linear-gradient(left, #1b9f94 0, #316db3 100%) !important;
    background: -o-linear-gradient(left, #1b9f94 0, #316db3 100%) !important;
    background: -ms-linear-gradient(left, #1b9f94 0, #316db3 100%) !important;
    background: linear-gradient(to right, #1b9f94 0, #316db3 100%) !important;
    transition: ease all .3s
}

.nav-pills .nav-item .active,
.nav-pills .nav-item .nav-link:hover {
    background: #1b9f94 !important;
    color: #fff !important;
    background: -moz-linear-gradient(left, #1b9f94 0, #316db3 100%) !important;
    background: -webkit-gradient(left top, right top, color-stop(0, #1b9f94), color-stop(100%, #316db3)) !important;
    background: -webkit-linear-gradient(left, #1b9f94 0, #316db3 100%) !important;
    background: -o-linear-gradient(left, #1b9f94 0, #316db3 100%) !important;
    background: -ms-linear-gradient(left, #1b9f94 0, #316db3 100%) !important;
    background: linear-gradient(to right, #1b9f94 0, #316db3 100%) !important;
    transition: ease all .3s
}

.nav-pills .nav-item .nav-link {
    padding: 10px 10px;
    border-radius: 0;
    margin-bottom: 10px;
    transition: ease all .3s;
    background: #fff;
    color: #000;
    font-size: 12px
}

#Ve-berth .nav-item .active:before,
#v-berth .nav-item .active:before,
#va-berth .nav-item .active:before,
#vs-berth .nav-item .active:before {
    content: "";
    display: block;
    position: absolute;
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(-90deg);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 22px solid #1c9c95;
    right: -14px
}

#V-Tab table,
#Ve-Tab table,
#va-Tab table,
#vs-Tab table {
    font-size: 12px
}

.corp-ann .form-control {
    height: calc(1.8rem + 11px) !important
}

.corporate-ann-block p span {
    text-decoration: underline;
    font-size: 14px;
    color: #848484
}

.corporate-ann-block p a {
    color: #000
}

.corporate-ann-block p a:hover {
    color: #585858
}

.investor-faq .card-header {
    background: #fff;
    color: #000;
    cursor: pointer;
    border-bottom: 0 solid rgba(0, 0, 0, .125)
}

.investor-faq .card-body {
    background: #fff;
    padding: 0
}

.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
}

.investor-faq .card {
    border: 0
}

.grievance-login-form a {
    position: relative;
    top: 3px;
    color: #000
}

.grievance-login-form a:hover {
    text-decoration: underline;
    transition: ease all .3s
}

.red {
    background: #c04
}

.yellow {
    color: #000;
    background: #f5e000
}

.blue {
    background: #079
}

.colors {
    padding: 2em;
    color: #fff;
    display: none
}

.corporate-a a {
    color: #fff !important
}

.corporate-a a:hover {
    color: #c3c3c3 !important
}

.corporate-a p span {
    color: #dedede !important
}

.bg-center {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.b-o-director {
    height: 225px;
    overflow: hidden
}

.b-o-director img {
    width: 100%
}

.b-o-director .card-body {
    min-height: 110px
}

.port-desc .ul-circle {
    min-height: 120px
}

.home-video-thumb .gallery-item img {
    width: 210px !important;
    border: 2px solid #fff;
    transition: ease all .3s
}

.home-video-thumb .gallery-item img:hover {
    transform: translateY(-4px) scale(1.01);
    transition: ease all .3s
}

.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 .3s
}

.ft-social li a {
    color: #007ea8;
    padding: 5px 5px;
    font-size: 18px
}

.homeslider .owl-nav {
    position: absolute;
    display: block;
    max-width: 1140px;
    text-align: left;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    top: 85%;
    left: 50%;
    -webkit-transform: translate(-50%, -85%);
    transform: translate(-50%, -85%)
}

.homeslider .owl-nav button i {
    background: #fff !important;
    font-size: 14px;
    padding: 5px 8px !important;
    border: 1px solid #ccc
}

.homeslider .owl-nav button i:hover {
    color: #000
}

.sitemap-link {
    color: #fff;
    text-align: left;
    cursor: pointer
}

.sitemap-link a:hover {
    color: #fff
}

.sitemap-link i {
    float: right;
    position: relative;
    top: 5px
}

.terms-link li:after {
    content: "|";
    position: relative;
    margin: 0 10px
}

.terms-link li:nth-child(3):after {
    display: none
}

.clusterbased-park p a {
    color: #fff
}

.clusterbased-park p a:hover {
    color: #fff;
    text-decoration: underline
}

#map-accordion select {
    color: #fff
}

#map-accordion select option {
    color: #000
}

.portdeshmap li:hover .map-marker-info {
    display: block
}

.homeslider .owl-item .item {
    display: block;
    float: left;
    width: 100%;
    position: relative;
    height: 44vw;
    overflow: hidden
}

.map-marker-Pipavav {
    left: 34.5%;
    top: 58.8%
}

.map-marker-Pipavav:after {
    animation-delay: 3s
}

.map-marker-Mumbai {
    left: 37.9%;
    top: 67%
}

.map-marker-Mumbai:after {
    animation-delay: 3s
}

.map-marker-Kilaraipur {
    left: 44%;
    top: 12%
}

.map-marker-Kilaraipur:after {
    animation-delay: 3s
}

.map-marker-Loni {
    left: 47.7%;
    top: 19%
}

.map-marker-Loni:after {
    animation-delay: 3s
}

.map-marker-Bawal {
    left: 41.5%;
    top: 50.5%
}

.map-marker-Bawal:after {
    animation-delay: 3s
}

.map-marker-Patli {
    left: 47%;
    top: 22%
}

.map-marker-Patli:after {
    animation-delay: 3s
}

.map-marker-Kishangarh {
    left: 42.5%;
    top: 26%
}

.map-marker-Kishangarh:after {
    animation-delay: 3s
}

.map-marker-Kanpur {
    left: 44.5%;
    top: 52%
}

.map-marker-Kanpur:after {
    animation-delay: 3s
}

.map-marker-Wardha {
    left: 48.7%;
    top: 67%
}

.map-marker-Wardha:after {
    animation-delay: 3s
}

.zoomin,
.zoomin img {
    transform: translateY(0) scale(1);
    transition: ease all .3s;
    overflow: hidden
}

.zoomin:hover img {
    transform: translateY(0) scale(1.03);
    transition: ease all .3s
}

.sus-main,
.sus-main .bg-images {
    transform: translateY(0) scale(1);
    transition: ease all .6s;
    overflow: hidden
}

.sus-main:hover .sustainability-block {
    transform: translateY(0) scale(1.05);
    transition: ease all .6s
}

.sus-main:hover .bg-images {
    transform: translateY(0) scale(1.1);
    transition: ease all .6s;
    overflow: hidden
}

.sus-main img {
    transition: ease all .6s
}

.sus-main:hover .bg-images img {
    opacity: .4;
    transition: ease all .6s
}

.zoomicon {
    transform: translateY(0) scale(1);
    transition: ease all .6s;
    overflow: hidden
}

.zoomicon img {
    transform: translateY(0) scale(.8);
    transition: ease all .6s;
    overflow: hidden
}

.zoomicon p {
    transform: translateY(0) scale(.95);
    transition: ease all .6s;
    overflow: hidden
}

.zoomicon:hover img {
    transform: translateY(0) scale(1.1);
    transition: ease all .6s
}

.zoomicon:hover p {
    transform: translateY(0) scale(1.1);
    transition: ease all .6s;
    overflow: hidden;
    font-size: 1.2rem
}

.zoomicon:hover {
    background: #fff;
    transition: ease all .5s;
    -webkit-box-shadow: 0 14px 24px rgba(62, 57, 107, .2);
    box-shadow: 0 14px 24px rgba(62, 57, 107, .2)
}

.eq-blocks {
    min-height: 225px;
    transition: ease all .5s
}

.eq-blocks p:nth-child(1) {
    font-weight: 600;
    margin-bottom: 5px
}

.eq-blocks: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);
    transition: ease all .5s
}

.vertical-fourth {
    position: absolute;
    width: 100%;
    top: 20%
}

#about-banner {
    background: #000
}

#about-banner,
#about-banner .item,
#about-banner .item img {
    min-height: 400px;
    height: 42vw
}

#about-banner .item img {
    opacity: .9
}

.footerPanel2 .ft-logo {
    border-left: 1px solid #dee2e6 !important
}

#V-Tab,
#V-Tab .tab-pane,
#V-Tab .tab-pane>div {
    height: 100% !important
}

#va-Tab,
#va-Tab .tab-pane,
#va-Tab .tab-pane>div {
    height: 100% !important
}

#Ve-Tab,
#Ve-Tab .tab-pane,
#Ve-Tab .tab-pane>div {
    height: 100% !important
}

#Vs-Tab .tab-pane>div,
#vs-Tab,
#vs-Tab .tab-pane {
    height: 100% !important
}

#V-Tab,
#Ve-Tab,
#va-Tab,
#vs-Tab {
    text-align: center;
    font-size: 20px
}

.c-tracking form {
    border: 0 !important;
    background: #fff;
    padding: 0 !important
}

.dataTables_filter,
.dataTables_length {
    margin-bottom: 10px
}

.dataTables_info,
.dataTables_paginate.paging_two_button {
    margin-top: 10px
}

.dataTables_filter,
.dataTables_info,
.dataTables_length,
.dataTables_paginate {
    font-size: 14px
}

..sustainability-h,
.sustainability-v {
    overflow: hidden
}

.ceo-img: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)
}

.sustainability-v:before {
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-bottom: 22px solid #fff;
    position: absolute;
    display: block;
    content: "";
    top: -15px;
    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)
}

.invester-tiles {
    min-height: 100px
}

.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
}

.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(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: 2s;
    -moz-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s
}

.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
    }
}

.board-tile {
    width: 19.6%;
    display: inline-block;
    margin-bottom: 10px;
    padding-top: 1rem;
    padding-bottom: 1rem
}

.board-tile .card-body .card-title {
    font-size: 1.1rem
}

.board-tile .card-body .card-text {
    min-height: 50px
}

.map-marker-info ul {
    padding-left: 20px
}

.map-marker-info ul li {
    list-style-type: circle
}

.ul-reports li {
    position: relative;
    padding-left: 20px
}

.ul-reports li i {
    position: absolute;
    left: 0;
    top: 3px
}

#other-ventures a {
    color: #000
}

#other-ventures a:hover {
    color: #444;
    text-decoration: underline
}

.map-port-page a span {
    color: #000 !important
}

#chart {
    width: 650px;
    height: 145px;
    margin: 30px auto 0;
    display: block
}

#chart #numbers {
    width: 50px;
    height: 100%;
    margin: 0;
    padding: 0;
    display: inline-block;
    float: left
}

#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, .45);
    position: absolute;
    bottom: 0;
    font-size: 10px;
    right: 10px
}

#chart #bars {
    display: inline-block;
    width: 250px;
    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: 33px;
    height: 144px;
    margin: 0;
    text-align: center;
    position: relative
}

#chart #bars:hover div {
    transition: ease all .5s;
    opacity: .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 {
    position: absolute;
    left: 0;
    top: -12px;
    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: "MMT";
    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, .45);
    width: 100%;
    position: absolute;
    bottom: -2em;
    left: 3px;
    text-align: center;
    font-size: 10px
}

.directors-tile .card-body {
    min-height: 110px
}

.tabs-section .owl-nav {
    width: 100px;
    right: 0;
    top: 33px;
    text-align: right
}

.tabs-section .owl-nav .owl-prev i {
    background: #1b9e95;
    color: #fff;
    padding: 10px 10px;
    border-radius: 5px 0 0 5px
}

.tabs-section .owl-nav .owl-next i {
    background: #1b9e95;
    color: #fff;
    padding: 10px 10px;
    border-radius: 0 5px 5px 0
}

.img-thumb {
    overflow: hidden;
    height: 200px;
    background: #ebebeb;
    box-shadow: 0 2px 13px -6px #2d2d2d;
    transition: ease all .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 .3s
}

.img-thumb img {
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    padding: 0 20px
}

.img-thumb:hover img {
    opacity: .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: 0 0 3px 0 rgba(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%)
}

.scroll-socialmedia {
    height: 500px;
    overflow: scroll;
    overflow-x: hidden
}

.homeslider .owl-dots {
    position: absolute;
    left: 50%;
    top: 95%;
    -webkit-transform: translate(-50%, -95%);
    transform: translate(-50%, -95%);
    margin-top: 6px !important
}

.chairman-box:hover .readmore {
    text-decoration: underline
}

.homeslider .owl-dots .owl-dot span {
    background: #fff;
    border-radius: 0
}

.homeslider .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #18a790
}

.boxzoom {
    transition: ease all .5s;
    transform: translateY(0) scale(1)
}

.boxzoom:hover {
    transition: ease all .5s;
    transform: translateY(0) scale(1.01);
    -webkit-box-shadow: 0 14px 24px rgba(62, 57, 107, .2);
    box-shadow: 0 14px 24px rgba(62, 57, 107, .2)
}

.ports-parent>div {
    transition: ease all .5s;
    transform: translateY(0) scale(1)
}

.ports-parent:hover>div {
    -webkit-transform: translateY(-4px) scale(1.01);
    -moz-transform: translateY(-4px) scale(1.01);
    -ms-transform: translateY(-4px) scale(1.01);
    -o-transform: translateY(-4px) scale(1.01);
    transform: translateY(-4px) scale(1.01);
    -webkit-box-shadow: 0 14px 24px rgba(62, 57, 107, .1);
    box-shadow: 0 14px 24px rgba(62, 57, 107, .1)
}

.bootstrap-datetimepicker-widget {
    z-index: 10
}

#back-to-top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: 0;
    background-color: rgba(0, 0, 0, .1607843137254902);
    color: #fff;
    cursor: pointer;
    padding: 15px;
    border-radius: 37px;
    font-size: 18px;
    transition: ease-in all .2s
}

#back-to-top:hover {
    transition: ease-in all .2s;
    background-color: rgba(0, 0, 0, .7)
}

.desktop-none {
    display: none
}

.nav-up {
    top: -40px
}

.nav-down {
    position: fixed;
    transition: top .2s ease-in-out;
    width: 100%;
    z-index: 999
}

.sticky-header {
    box-shadow: 0 1px 8px rgba(0, 0, 0, .4);
    position: fixed;
    top: 0;
    z-index: 99;
    background: #fff
}

.sticky-header .nav-item .nav-link {
    transition: ease padding .3s
}

.sticky-header .navbar-brand img {
    width: 100px;
    transition: ease all .5s
}

.navPanel .navbar-brand img {
    transition: ease all .5s;
    width: auto
}

.sticky-header.navPanel .navbar-brand img {
    transition: ease all .5s
}

.sticky-header #topMenu {
    display: none;
    transition: ease all .3s
}

.sticky-header .navbar-brand img {
    width: 160px;
    transition: ease all .3s;
    top: 0;
    position: relative
}

.sticky-header .mainmenu {
    height: 100%;
    padding: 5px 0
}

#pop-gallery .owl-nav {
    top: 51%;
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%);
    width: 100%;
    text-align: right
}

#pop-gallery .owl-nav .owl-prev {
    position: absolute;
    left: 0;
    margin: 0 !important;
    width: auto;
    height: auto
}

#pop-gallery .owl-nav .owl-next {
    margin: 0 !important;
    width: auto;
    height: auto;
    position: absolute;
    right: 0
}

#pop-gallery .owl-nav i {
    background: #fff;
    padding: 10px 10px
}

.stats .zoomicon {
    transform: translateY(0) scale(1);
    transition: ease all .6s;
    overflow: hidden;
    background: #ebebeb
}

.stats .zoomicon img {
    transform: translateY(0) scale(.8);
    transition: ease all .6s;
    overflow: hidden
}

.stats .zoomicon p {
    transform: translateY(0) scale(.95);
    transition: ease all .6s;
    overflow: hidden
}

.stats .zoomicon:hover img {
    transform: translateY(0) scale(1.1);
    transition: ease all .6s
}

.stats .zoomicon:hover p {
    transform: translateY(0) scale(1.1);
    transition: ease all .6s;
    overflow: hidden;
    font-size: 1.2rem;
    color: #fff
}

.stats .zoomicon:hover span {
    color: #fff
}

.stats .zoomicon:hover {
    transition: ease all .5s;
    -webkit-box-shadow: 0 14px 24px rgba(62, 57, 107, .2);
    box-shadow: 0 14px 24px rgba(62, 57, 107, .2);
    background: #316eb3;
    background: -moz-linear-gradient(45deg, #316eb3 0, #1aa393 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0, #316eb3), color-stop(100%, #1aa393));
    background: -webkit-linear-gradient(45deg, #316eb3 0, #1aa393 100%);
    background: -o-linear-gradient(45deg, #316eb3 0, #1aa393 100%);
    background: -ms-linear-gradient(45deg, #316eb3 0, #1aa393 100%);
    background: linear-gradient(45deg, #316eb3 0, #1aa393 100%);
    transition: ease all .6s;
    transform: translateY(-10px) scale(1)
}

.stats .zoomicon:hover img {
    -webkit-filter: invert(40%) grayscale(100%) brightness(40%) sepia(100%) hue-rotate(-50deg) saturate(400%) contrast(2);
    filter: grayscale(100%) brightness(155%) sepia(178%) hue-rotate(0) saturate(93%) contrast(1)
}

.arrow-c .owl-nav,
.arrow-carousel .owl-nav {
    top: 46%;
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%);
    width: 100%;
    text-align: right
}

.arrow-c .owl-nav .owl-prev,
.arrow-carousel .owl-nav .owl-prev {
    position: absolute;
    left: -15px;
    margin: 0 !important;
    width: auto;
    height: auto
}

.arrow-c .owl-nav .owl-next,
.arrow-carousel .owl-nav .owl-next {
    margin: 0 !important;
    width: auto;
    height: auto;
    position: absolute;
    right: -15px
}

.arrow-c .owl-nav i,
.arrow-carousel .owl-nav i {
    background: #fff;
    padding: 10px 10px;
    border-radius: 100%
}

.arrow-c .owl-nav button i:hover,
.arrow-carousel .owl-nav button i:hover {
    color: #000
}

.black-bg .owl-nav i {
    color: #fff !important
}

.h-45 {
    height: 45% !important
}

.legends ul {
    position: absolute;
    z-index: 9
}

.legends ul {
    width: 250px;
    background: rgba(255, 255, 255, .7);
    margin-right: 15px;
    right: 0;
    top: 20px
}

.legends ul li {
    position: relative;
    padding-left: 25px;
    padding-top: 5px;
    padding-bottom: 5px
}

.legends ul li:nth-child(1):before {
    content: "";
    position: absolute;
    background: #020475;
    border: 1px solid #fff;
    height: 10px;
    width: 10px;
    border-radius: 100px;
    top: 12px;
    left: 8px
}

.legends ul li:nth-child(2):before {
    content: "";
    position: absolute;
    background: #ef0adb;
    border: 1px solid #fff;
    height: 10px;
    width: 10px;
    border-radius: 100px;
    top: 12px;
    left: 8px
}

@media(min-width:768px) {
    .tab-pane .card-header {
        display: none
    }
    .nav-tabs {
        display: flex
    }
    .card {
        border: none
    }
    .card .card-header {
        display: none
    }
    .card .collapse {
        display: block
    }
}

@media(max-width:767px) {
    .nav-tabs {
        display: none !important
    }
    .tab-content>.tab-pane {
        display: block !important;
        opacity: 1
    }
}

.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 .3s;
    right: 0;
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.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)
}

.l-map .portdeshmap li:nth-child(1) a {
    background: #020475;
    border: 1px solid #fff
}

.l-map .portdeshmap li:nth-child(2) a {
    background: #020475;
    border: 1px solid #fff
}

.l-map .portdeshmap li:nth-child(3) a {
    background: #020475;
    border: 1px solid #fff
}

.l-map .portdeshmap li:nth-child(4) a {
    background: #020475;
    border: 1px solid #fff
}

.l-map .portdeshmap li:nth-child(5) a {
    background: #020475;
    border: 1px solid #fff
}

.l-map .portdeshmap li:nth-child(6) a {
    background: #020475;
    border: 1px solid #fff
}
.l-map .portdeshmap li:nth-child(7) a {
    background: #020475;
    border: 1px solid #fff
}

#accordion .card .card-header {
    display: block
}

.investor-faq .collapse:not(.show) {
    display: none
}

.dropdown:hover .dropdown-menu {
    display: block !important;
    left: -15px
}

.megamenu h5 {
    color: #18a790
}

.navbar .nav-item {
    padding: 10px 0
}

.tab-pane.active.show .collapse {
    display: block
}

.arrow-c .owl-stage,
.arrow-c .owl-stage .owl-item,
.arrow-c .owl-stage .owl-item .item,
.arrow-c .owl-stage .owl-item .item img,
.arrow-c .owl-stage-outer {
    height: 100%
}

.Investorcalender {
    height: 355px;
    overflow-y: auto;
    padding-right: 15px
}

.Investorcalender::-webkit-scrollbar {
    width: 6px
}

.Investorcalender::-webkit-scrollbar-track {
    background: 0 0
}

.Investorcalender::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 3px
}

.l-map .map-marker.map-marker-kanech a span {
    left: -45px;
    top: -7px
}

.table-fixed-h tbody {
    display: block;
    height: 280px;
    overflow: auto
}

.table-fixed-h tbody tr,
.table-fixed-h thead {
    display: table;
    width: 100%;
    table-layout: fixed
}

.table-fixed-h thead {
    width: calc(100% - 1em)
}

.table-fixed-h a {
    word-break: break-word
}

.topMenu li h5 a {
    color: #1c9d96
}

.topMenu li h5 a:hover {
    color: #000
}

.map-port-page .map-marker-info-inner {
    display: none
}

.table-fixed-h thead th:nth-child(1) {
    min-width: 100px
}

.table-fixed-h thead th:nth-child(2) {
    min-width: 100px
}

.table-fixed-h thead th:nth-child(3) {
    min-width: 100px
}

.table-fixed-h thead th:nth-child(4) {
    min-width: 100px
}

.table-fixed-h thead th:nth-child(5) {
    min-width: 100px
}

.ceo-img img {
    position: absolute;
    bottom: 0
}

.account-form h2 {
    color: #1b9e96;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem !important
}

.account-form h3 {
    color: #000;
    font-size: 1.25rem;
    margin-bottom: 1rem !important
}

.account-form label {
    font-size: 14px;
    margin-bottom: 5px;
    margin-top: 5px
}

.account-form table thead th {
    background: #026eaf;
    color: #fff;
    font-weight: 400;
    font-size: 1.2rem;
    min-width: 200px
}

.account-form table tbody p {
    padding: 10px 15px
}

.account-form table tbody tr td {
    padding: 0
}

.account-form table tbody .form-group {
    margin-bottom: 0
}

.account-form table tbody .form-group .form-control {
    border: 0;
    padding: 10px 15px
}

.account-form select {
    height: calc(1.8rem + 5px) !important
}

.account-form .form-group {
    margin-bottom: 0
}

.account-form .form-control {
    padding: 5px 10px
}

.account-form input::placeholder {
    color: #9e9e9e
}

.account-form input:-ms-input-placeholder {
    color: #9e9e9e
}

.account-form input::-ms-input-placeholder {
    color: #9e9e9e
}

.form-check-input {
    margin-top: 8px
}

.other_certification-add_field_button,
.quality_certification-add_field_button {
    background: 0 0;
    border: 0;
    color: #026eaf
}

.other_certification-add_field_button:hover,
.quality_certification-add_field_button:hover {
    color: #000;
    cursor: pointer
}

.other_certification-remove_field:after,
.quality_certification-remove_field:after {
    content: "X";
    position: absolute;
    top: 0;
    right: 25px;
    line-height: 33px;
    color: #ccc
}

.is-required:after {
    content: "*";
    color: red;
    margin-left: 2px;
    font-size: 16px
}

/*Responsive*/

@media (max-width:1399px) {
    /* .homeslider .owl-item .item video { */
        /* top: -22%; */
        /* -webkit-transform: translate(0, -22%); */
        /* transform: translate(0, -22%) */
    /* } */
    .homeslider .owl-item .item {
        height: 44vw
    }
}

@media (max-width:1199px) {
    .home-video-thumb {
        display: none
    }
    .topMenu {
        font-size: 12px
    }
    .footerMenu li {
        margin: 3px 0
    }
    .footerMenu li a {
        opacity: 1
    }
    .homepage .bannerImg {
        background-position: 20% top
    }
    .nav-tabs .nav-item {
        margin: 0;
        padding: 3px 3px 0 0
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        color: #000;
        font-size: 14px;
        margin-bottom: 10px
    }
    .slide-readmore {
        text-align: left;
        padding-top: 10px
    }
    .board-tile {
        width: 32.5%
    }
}

@media (min-width:1199px) and (max-width:991px) {
    .b-o-director {
        height: 190px
    }
}

@media (min-width:992px) and (max-width:1024px) {
    .navTile a {
        padding-right: 0;
        font-size: .8rem
    }
    .homepage .bannerImg {
        background-position: 20% top
    }
    .homepage .bannerImg img {
        transform: translateX(-42%) translateY(-50%)
    }
    .serviceTile .serviceIcon img {
        width: 65px;
        max-height: none
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .footerPanel2 h5 {
        font-weight: 500;
        font-size: 16px
    }
    .footerPanel2 h5 a {
        font-size: 16px
    }
    .homepage .bannerImg {
        background-position: 14% top
    }
    .homepage .bannerImg img {
        transform: translateX(-35%) translateY(-48%)
    }
    .serviceTile .serviceDetails,
    .serviceTile .serviceIcon {
        display: block
    }
    .serviceTile .serviceDetails {
        padding-left: 0;
        padding-top: .5rem
    }
}

@media (min-width:576px) and (max-width:991.98px) {
    .linkTxt {
        font-size: 1rem;
        padding-bottom: 10px
    }
}

@media (min-width:992px) {
    .topMenu .dropdown:hover .dropdown-menu {
        left: 0 !important;
        background: #eee
    }
    .navbar .megamenu-li:hover .dropdown-menu {
        display: block
    }
    .sticky-header .top-submenu {
        display: none
    }
    #big .owl-dots {
        display: none
    }
    .select-option {
        position: relative;
        top: -5px
    }
    .fluid-banner {
        position: absolute;
        width: 100%;
        display: block;
        bottom: 0;
        z-index: 99;
        background: rgba(255, 255, 255, .45)
    }
    .vertical-fourth {
        position: absolute;
        top: 20%
    }
    .vertical-middle {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        position: absolute;
        top: 38%
    }
    .vision {
        max-width: 555px;
        margin-left: auto;
        position: relative
    }
    .vision p {
        max-width: 400px
    }
    .homeslider {
        min-height: 400px
    }
    .map-above-content {
        position: absolute;
        width: 100%;
        margin-top: 6rem
    }
    .map-above-content .col-md-12,
    .map-above-content .col-md-4,
    .map-above-content .col-md-6 {
        z-index: 9
    }
    .nav-bg-blue {
        background-color: #f8f8f8 !important
    }
    .navbar-nav .nav-item .nav-link:hover {
        color: #18a790;
        transition: ease all .3s
    }
    .blog {
        max-width: 535px;
        margin-left: auto
    }
    .slide-cont {
        max-width: 558px
    }
}

@media (max-width:991px) {
    .ceo-img img {
        height: auto !important;
        width: auto !important
    }
    .megamenu h5 {
        font-size: 18px;
        padding-left: 7px
    }
    #topMenu .dropdown:after {
        content: "\f105";
        position: absolute;
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        right: 20px;
        top: 13px;
        z-index: 9999;
        font-size: 20px;
        transition: ease all .3s;
        width: 20px;
        text-align: center
    }
    #topMenu .dropdown.active:after {
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        transition: ease all .3s
    }
    .topMenu .dropdown.active .dropdown-menu {
        display: block !important;
        position: relative;
        left: 0;
        margin-left: 0;
        width: 100%;
        margin-bottom: 0;
        background: #f7f7f7;
        padding: 15px 10px
    }
    .topMenu .dropdown.active {
        padding: 10px 0 0 0
    }
    .topMenu .dropdown .dropdown-menu {
        display: none !important
    }
    #topMenu .dropdown .dropdown-menu.megamenu:after {
        content: ""
    }
    .topMenu .dropdown .dropdown-menu a {
        border-bottom: 0
    }
    .topMenu .dropdown .dropdown-menu .container-fluid {
        padding: 0 !important
    }
    .topMenu .dropdown .dropdown-menu .col-md-6 {
        padding-left: 0;
        padding-right: 0
    }
    .legends {
        display: none
    }
    .map-logistics {
        display: none
    }
    .map-logistics .map-marker a span {
        display: none
    }
    .homeslider .owl-dots {
        width: 100%;
        text-align: center;
        bottom: -20px
    }
    #big .owl-dots {
        display: block;
        text-align: right
    }
    #pop-gallery .owl-nav {
        top: 50%;
        -webkit-transform: translate(0, 50%);
        transform: translate(0, 50%);
        width: 100%;
        text-align: right
    }
    #pop-gallery .owl-nav .owl-prev {
        position: absolute;
        left: 0;
        margin: 0 !important;
        width: auto;
        height: auto
    }
    #pop-gallery .owl-nav .owl-next {
        margin: 0 !important;
        width: auto;
        height: auto;
        position: absolute;
        right: 0
    }
    #pop-gallery .owl-nav i {
        background: #fff;
        padding: 10px 10px
    }
    #about-banner,
    #about-banner .item,
    #about-banner .item img {
        min-height: auto
    }
    .newsupdate {
        padding-bottom: 1.5rem
    }
    .slider-content>div .container {
        padding: 1rem 1rem
    }
    .slider-content p {
        font-size: 18px
    }
    .b-o-director {
        height: 180px
    }
    .BOD .w-50 {
        width: 100% !important
    }
    .half-bg {
        background: linear-gradient(to bottom, #fff 50%, #fff 0)
    }
    .four-item .owl-nav {
        top: 90%;
        text-align: right
    }
    .four-item .owl-nav .owl-next i,
    .four-item .owl-nav .owl-prev i {
        background: #fff;
        padding: 5px 5px
    }
    .board-tile {
        width: 32.5%
    }
    .ceo-img:before {
        -ms-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        right: 98%;
        top: 15px
    }
    .sustainability-v:before {
        -ms-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        right: 98%;
        top: 15px
    }
    #about-banner {
        min-height: 320px
    }
    .vision {
        padding-left: 3rem !important;
        position: relative;
        margin-bottom: 4rem;
        display: block
    }
    main {
        padding-top: 100px !important;
    }
    #about-banner .owl-nav {
        max-width: 960px
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        color: #fff;
        font-size: 14px;
        margin-bottom: 10px
    }
    .exec-sp-sidebar:before {
        left: 20px;
        top: -20px;
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    .blog-c-column-left:before {
        top: auto !important;
        bottom: -9px;
        -ms-transform: rotate(57deg) !important;
        -webkit-transform: rotate(57deg) !important;
        transform: rotate(57deg) !important
    }
    .blog-c-column:before {
        top: -14px;
        left: 20px;
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    .c-header .navbar {
        position: relative;
        margin-top: 0
    }
    .c-header .navbar-brand {
        position: relative;
        display: block;
        z-index: 9999
    }
    .c-header .navbar-collapse {
        position: relative !important
    }
    .media-release-box:after {
        display: none !important
    }
    .timeline li:nth-child(odd) .timeline-block img {
        right: -75px
    }
    .timeline li:nth-child(even) .timeline-block img {
        right: 0;
        left: auto
    }
    .timeline li:nth-child(odd) .timeline-block p {
        width: 70%
    }
    .timeline li:nth-child(even) .timeline-block p {
        width: 70%;
        float: left
    }
    .timeline li:nth-child(even) .timeline-block time {
        text-align: left
    }
    .homeslider {
        min-height: 250px;
        object-fit: cover;
    }
    .exe-speech img {
        display: none
    }
    .fluid-banner {
        position: inherit;
        background: rgba(255, 255, 255, .8);
        position: absolute;
        width: 100%;
        bottom: 0
    }
    .banner-news {
        min-height: 60px;
        padding-top: 15px
    }
    .banner-news p {
        border-left: 5px solid #1c9d95;
        padding-left: 15px;
        color: #1c9d95
    }
    .stop-main {
        display: none
    }
    .stop {
        border: 2px solid #1c9d95
    }
    .stop i {
        color: #1c9d95
    }
    .CTA h2 {
        margin-bottom: 20px;
        text-align: center
    }
    .CTA h2 span {
        width: 100%;
        text-align: center;
        margin-top: 10px
    }
    .ft-com-links p a {
        font-size: 16px
    }
    .ft-com-links img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px
    }
    .home-video-thumb {
        display: none !important
    }
    .map {
        display: none
    }
    .map-above-content {
        padding: 3rem 0 0 0
    }
    .searchIcon {
        padding: 25px 0
    }
    .topNavBtn {
        padding: 20px 0;
        position: relative
    }
    .sticky-header .topNavBtn {
        padding: 15px 0
    }
    .desktop-none {
        display: block
    }
    .mobile-none {
        display: none
    }
    .news {
        margin-top: 20px
    }
    .accService {
        font-size: .8rem
    }
    .dropdown-menu {
        display: none !important;
        padding: 0;
        border-radius: 0;
        border: 1px solid rgba(0, 0, 0, .1);
        margin-left: 1rem;
        font-size: .9rem
    }
    .dropdown-item {
        padding: .25rem .75rem
    }
    .navbar-light .navbar-nav .nav-link {
        color: #000
    }
    #topMenu {
        width: 270px;
        position: fixed;
        top: 0;
        right: 0;
        height: 100vh;
        overflow-y: auto;
        z-index: 999;
        color: #306eb2;
        transition: all .3s;
        margin-right: -270px !important;
        background: #fff
    }
    #topMenu.active {
        margin-right: 0 !important;
        display: block;
        padding-left: 0 !important
    }
    .topMenu li {
        border-bottom: 1px solid #eae9e9;
        padding-left: 0;
        padding-right: 0;
        position: relative;
        width: 100%
    }
    .topMenu li a {
        padding: .5rem 1rem;
        display: block;
        color: #306eb2;
        position: relative;
        border-right: none;
        font-size: 14px
    }
    .topMenu li a:hover {
        color: #fff
    }
    .topMenu li:first-child a {
        padding-left: 1rem;
        display: inline-block
    }
    .topMenu li a:focus,
    .topMenu li a:hover {
        color: #18a790;
        background: 0 0
    }
    .primaryMenu {
        border-top: 3px solid #f63
    }
    .primaryMenu li {
        background: #eee;
        border-bottom: 1px solid #d3d3d3
    }
    .primaryMenu li a.nav-link {
        padding: .3rem 1rem
    }
    .dropdown-menu {
        background: 0 0;
        border: none;
        margin-left: 1.5rem
    }
    .dropdown-item {
        border-bottom: 1px solid #d3d3d3
    }
    .dropdown-item:focus,
    .dropdown-item:hover {
        color: #fff;
        text-decoration: none;
        background-color: #f63
    }
    .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 {
        background: #1a727f;
        color: #fff
    }
    .navbar {
        padding: 0;
        position: fixed;
        width: 100%;
        left: 0;
        margin-top: 37px;
        margin-left: 0 !important
    }
    .navbar .navbar-collapse {
        background: #1c9e95;
        position: fixed;
        width: 100%
    }
    .navbar .navbar-collapse ul {
        padding: 10px 20px
    }
}

@media (max-width:767px) {
    main {
    padding-top: 100px!important;
}
    .sticky-header .mainmenu {
        padding: 0
    }
    .ceo-img {
        min-height: 340px
    }
    .port-img {
        
    }
    .vertical-fourth {
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }
    .vision {
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }
    .footerPanel2 a {
        font-size: 10px
    }
    .terms-link li:after {
        margin: 0 5px
    }
    #other-ventures .owl-nav {
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        top: 44%
    }
    #other-ventures .owl-prev {
        left: 0;
        height: 0;
        width: 0;
        top: -20px
    }
    #other-ventures .owl-next {
        right: 40px;
        height: 0;
        width: 0;
        top: -20px
    }
    #other-ventures .owl-nav i:before {
        background: #fff;
        padding: 5px 10px;
        border-radius: 100px
    }
    #other-ventures .owl-nav button:hover i {
        color: #000
    }
    #other-ventures .owl-prev span {
        padding: 3px 15px;
        background: 0 0;
        box-shadow: 0 0 0 0 transparent;
        font-size: 3rem
    }
    #other-ventures .owl-next span {
        padding: 3px 15px;
        background: 0 0;
        box-shadow: 0 0 0 0 transparent;
        font-size: 3rem
    }
    .tabs-section .owl-nav {
        right: 12px
    }
    .tabs-section .owl-nav button {
        width: 30px !important
    }
    .single-carousel .owl-nav {
        right: 10px
    }
    .single-carousel .owl-nav i {
        background: #fff;
        padding: 5px 6px
    }
    #recaptcha1 {
        transform: scale(.9);
        -webkit-transform: scale(.9)
    }
    .b-o-director {
        height: 250px
    }
    .scroll-down {
        display: block
    }
    .scroll-down span {
        width: 1.5rem;
        height: 1.5rem
    }
    .sustainability-block p {
        width: 100%
    }
    .sustainability-block p:after {
        content: "\f061";
        display: block;
        position: absolute;
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        left: 0;
        border: 1px solid #fff;
        padding: 1px 6px;
        border-radius: 100%;
        background: rgba(0, 0, 0, .45098039215686275)
    }
    .board-tile {
        width: 49.5%
    }
    .sustainability-h:before,
    .sustainability-v:before {
        -ms-transform: rotate(-90deg);
        -webkit-transform: rotate(0);
        transform: rotate(0);
        left: 80%;
        top: -22px
    }
    .ceo-img:before {
        -ms-transform: rotate(-90deg);
        -webkit-transform: rotate(0);
        transform: rotate(0);
        left: 80%;
        top: -22px;
        border-bottom: 22px solid #e1dddc
    }
    #about-banner,
    #about-banner .item,
    #about-banner .item img {
        height: 65vw;
        min-height: auto
    }
    #about-banner .item img {
        width: 130%
    }
    .homeslider .owl-item .item video {
        top: -4%;
        -webkit-transform: translate(0, -4%);
        transform: translate(0, -4%);
        height: 56vw
    }
    .footerPanel2 .border-left.ft-logo {
        border-left: 0 solid #fff !important
    }
    .BOD .w-50 {
        width: 100% !important
    }
    .slider-content .container {
        background: rgba(0, 0, 0, .3215686274509804);
        padding: 1rem 1rem !important
    }
    .slider-content .container p {
        color: #fff;
        border-left: 3px solid #fff
    }
    #about-banner .owl-nav {
        max-width: 720px
    }
    .ft-social {
        display: block
    }
    .exec-sp-desc:before {
        top: -14px;
        left: 20px;
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    .chairman-img {
        position: relative;
        width: 40%
    }
    .slide-main img {
        min-width: 555px
    }
    .slide-cont>p {
        margin-top: 3rem
    }
    .quick-links {
        display: none
    }
    .topNav li.topSearch {
        display: none
    }
    .topMenu li.topSearchMenu {
        display: block
    }
    .homeslider, .homeslider .owl-item .item, .homeslider .owl-item .item img, .homeslider .owl-item .item video{height: 80vh;top: 0%;-webkit-transform: translate(0%, 0%);transform: translate(0%, 0%);object-fit: cover;}
    .helpPanel {
        padding: 30px 0 0 0
    }
    .helpLinks {
        height: auto;
        margin-bottom: 1rem
    }
    .adaniLogoFooter {
        margin: 1rem 0;
        display: inline-block;
        opacity: 1
    }
    .communityTile {
        background-blend-mode: overlay
    }
    .communityTile .tileCnt {
        width: 50%
    }
    .listIcon {
        padding-right: 0
    }
    .listIcon img {
        max-width: 50px
    }
    .serviceTile {
        padding: 1rem
    }
    .serviceTile .serviceIcon {
        height: 50px
    }
    .serviceTile .serviceIcon img {
        width: auto;
        max-height: 50px
    }
    .serviceTile .serviceDetails,
    .serviceTile .serviceIcon {
        display: block
    }
    .serviceTile .serviceDetails {
        padding-left: 0;
        padding-top: .5rem
    }
    .myAccountBanner .bannerCnt {
        padding: 1rem 0;
        background: rgba(255, 255, 255, .85)
    }
    .accSerTile {
        padding: .75rem 0
    }
    .adaniLogoFooter {
        margin: .5rem 0
    }
    .tile {
        height: auto;
        margin: .5rem 0
    }
    .appLink {
        margin: .5rem 0
    }
    .payBillBox {
        width: 100%
    }
    .nav-tabs .nav-item {
        margin: 0;
        padding: 3px 3px 0 0
    }
    .nav-tabs .nav-link {
        font-size: .8rem
    }
    #sideNav {
        width: 250px;
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        overflow-y: auto;
        z-index: 999;
        color: #fff;
        transition: all .3s;
        margin-left: -250px;
        background: #f36f31
    }
    #sideNav.active {
        margin-left: 0
    }
    #mainContent {
        width: 100%
    }
    .contactPanel {
        height: 220px
    }
}

@media (max-width:576px) {
    #address-tab .nav-item {display: block !important;
    width: 100% !important;}
	.b-o-director {
        height: auto
    }
    .fluid-banner {
        position: inherit;
        background: rgba(255, 255, 255, 0)
    }
    .banner-news {
        min-height: 60px;
        padding-top: 15px
    }
    #about-banner .owl-nav {
        max-width: 540px
    }
    .enquiryBtn {
        display: none
    }
    .navbar-brand img {
        max-width: 180px
    }
    .row.navTilesWrapper {
        display: block
    }
    .col.navTile {
        width: 100%;
        border-bottom: 1px solid rgba(226, 226, 226, .2)
    }
    .navTile a:hover {
        background: rgba(0, 0, 0, .2)
    }
    .customerCare .phoneIcon {
        display: none
    }
    .navPanel>.container {
        padding: 0
    }
    .navbar-light .navbar-brand {
        padding-left: 15px
    }
    .navbar-light .navbar-toggler {
        margin-right: 15px
    }
    .homeslider, .homeslider .owl-item .item, .homeslider .owl-item .item img, .homeslider .owl-item .item video{height: 80vh;}
}

@media (max-width:480px) {
    .homeslider, .homeslider .owl-item .item, .homeslider .owl-item .item img, .homeslider .owl-item .item video{height: 86vh;}
    .download-links {
        margin-left: 0
    }
    .download-links img {
        max-height: 15px
    }
    .download-links li a {
        padding-left: 2px
    }
    .social-links {
        margin-right: 3px
    }
    .social-links li a {
        padding: 0
    }
    .quick-links li a {
        padding: 0 3px
    }
    .communityTile .tileCnt {
        width: 100%
    }
    .serviceTile .serviceIcon {
        display: table-cell;
        vertical-align: top;
        height: 75px;
        overflow: hidden
    }
    .serviceTile .serviceDetails {
        display: table-cell;
        vertical-align: middle;
        padding-left: 1rem;
        padding-top: 0
    }
    .owl-carousel .owl-nav button.owl-next,
    .owl-carousel .owl-nav button.owl-prev {
        background-size: 50%;
        width: 15px;
        height: 33px
    }
    .owl-carousel .owl-nav button.owl-prev {
        margin-left: -10px
    }
    .owl-carousel .owl-nav button.owl-next {
        margin-right: -15px
    }
    .nav-tabs .nav-item {
        width: 100%
    }
}

@media (max-width:340px) {
    .quick-links {
        margin-right: 2px
    }
}

.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;
}

@media (max-width: 340px) {
   .homeslider, .homeslider .owl-item .item, .homeslider .owl-item .item img, .homeslider .owl-item .item video{height: 86vh;}
}


.homeslider .owl-item .item>img {min-width: 100%;min-height: 100%;position: absolute;z-index: -1;top: -10%;opacity: 1;object-fit: cover;}

@media (max-width: 991px){
.nav-tabs#address-tab{display: block !important; margin-top: 1rem;}
#address-tab .nav-item { width: 32%; text-align: center; display: inline-block; }
#address-tab .nav-item a{font-size: 12px;}
#address-tab-container .tab-pane{display:none !important;}
#address-tab-container .tab-pane.show.active{display:block !important;}
}

.map-marker-Malur {
    left: 49.2%;
    top: 92%
}

.map-marker-Malur:after {
    animation-delay: 3s
}

.map-marker-Malur-home {
    left: 45%;
    top: 80%
}

.map-marker-Malur-home:after {
    animation-delay: 3s
}


.search_block{}
.search_block > div{position:relative;}
.search_block button{
    position: absolute;
    top: 0px;
    right: 0px;
    background: transparent;
    border: 0px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    height: 34px;
    width: 40px;
    color: #a5a5a5;
}
.search_block button:hover{color:#000;}

.captcha-container > div{transform: scale(0.8);width: 100%;transform-origin: left;}
.enq_mail{margin-top: 1rem;font-size: 24px;}
.enq_mail span{width: 30px; text-align: center; height: 30px; display: inline-block; border: 2px solid #1c9c96; border-radius: 100px;position:relative;top: 6px;}
.enq_mail span:before{content: "\f0e0"; top: 50%; transform: translate(-50%, -50%); position: absolute; left: 50%;color:#1c9c96;font-size: 14px; font-weight: 500;}
.enq_mail a{font-weight: 500;}
.map-marker-krishna-logistics{left: 51.8%; top: 64%;}

.map-marker-Dighi{left: 37.6%; top: 71%;}
.map-marker-Gangavaram{left: 51.5%; top: 67%;display:none;}
.map-marker-Krishnapatnam{left: 48.5%; top: 77.8%;}

/* For Loader on Page by Ketan*/
.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
}

    .loader p {
        display: block;
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        left: 0;
        transform: translate(-50%, -50%);
        font-size: 16px;
        color: #fff;
    }

    .loader span {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        transform: translate(-50%, -50%);
        border: 3px solid transparent;
        border-radius: 50%;
        animation: loader-spin linear infinite;
        animation-delay: -10s;
    }

        .loader span:nth-child(1) {
            width: 110px;
            height: 110px;
            animation-duration: 2s;
            border-bottom-color: #000;
            border-right-color: #000;
        }

        .loader span:nth-child(2) {
            width: 90px;
            height: 90px;
            animation-duration: 1s;
            border-bottom-color: #292929;
            border-right-color: #292929;
        }

        .loader span:nth-child(3) {
            width: 110px;
            height: 110px;
            animation-duration: 2s;
            border-bottom-color: #fff;
            border-right-color: #fff;
        }

        .loader span:nth-child(4) {
            width: 130px;
            height: 130px;
            animation-duration: 3s;
            border-bottom-color: #777777;
            border-right-color: #777777;
        }

        .loader span:nth-child(5) {
            width: 150px;
            height: 150px;
            animation-duration: 8s;
        }

        .loader span:nth-child(6) {
            width: 160px;
            height: 160px;
            animation-duration: 9.5s;
        }

@-moz-keyframes loader-spin {
    0% {
        transform: translate(-50%, -50%) rotateZ(45deg);
    }

    100% {
        transform: translate(-50%, -50%) rotateZ(405deg);
    }
}

@-webkit-keyframes loader-spin {
    0% {
        transform: translate(-50%, -50%) rotateZ(45deg);
    }

    100% {
        transform: translate(-50%, -50%) rotateZ(405deg);
    }
}

@-o-keyframes loader-spin {
    0% {
        transform: translate(-50%, -50%) rotateZ(45deg);
    }

    100% {
        transform: translate(-50%, -50%) rotateZ(405deg);
    }
}

@keyframes loader-spin {
    0% {
        transform: translate(-50%, -50%) rotateZ(45deg);
    }

    100% {
        transform: translate(-50%, -50%) rotateZ(405deg);
    }
}

.loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: rgb(0 0 0 / 33%);
}

/* For Loader on Page End by Ketan*/    


.l-map .map-marker.map-marker-Valvada a span {
    left: -45px;
    top: -7px
}

.map-marker-Tumb {
    left: 41%;
    top: 53%;
}

    .map-marker-Tumb :after {
        animation-delay: 3s
    }

.map-marker-Taloja {
    left: 41%;
    top: 59%;
}

    .map-marker-Taloja:after {
        animation-delay: 3s
    }

.map-marker-Nagpur {
    left: 50%;
    top: 51%;
}

    .map-marker-Nagpur:after {
        animation-delay: 3s
    }

.map-marker-Valvada {
    left: 41%;
    top: 52%;
}

    .map-marker-Valvada :after {
        animation-delay: 3s
    }

/*Financial Subsidiary Company css*/
.image-background-ports-investor {
    position: relative;
    background: url('../../-/media/Project/Ports/Group 54.png') no-repeat center center;
    background-size: cover;
    height: 100%;
    overflow: hidden;
}

    .image-background-ports-investor::before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        /* background: rgba(0, 0, 0, 0.5);  */
        z-index: 1;
    }

    .image-background-ports-investor .content-ports-investor {
        position: absolute;
        bottom: 55px;
        left: 35px;
        z-index: 2;
        color: white;
    }

    .image-background-ports-investor h3 {
        margin: 0;
        font-size: 24px;
    }

    .image-background-ports-investor .btn {
        margin-top: 10px;
    }

    .image-background-ports-investor .ports-investor-button {
        border-radius: 20px;
        padding: 5px 25px;
        display: inline-flex;
        align-items: center;
    }

    .image-background-ports-investor svg {
        margin-top: 5px !important;
		width: 17px;
    }

    .new-heading-financial{
        visibility: hidden !important;
    }

    @media (max-width: 768px) {
        .image-background-ports-investor {
            height: 400px !important;
        }
    }
    
.dt-layout-row:first-child{
	display: flex;
    justify-content: space-around;
    margin-bottom: 25px;
}
    