@font-face {
    font-family: montserratlight;
    src: url(../fonts/montserrat-light.woff2) format("woff2"), url(../fonts/montserrat-light.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: montserratmedium;
    src: url(../fonts/montserrat-medium.woff2) format("woff2"), url(../fonts/montserrat-medium.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: montserratregular;
    src: url(../fonts/montserrat-regular.woff2) format("woff2"), url(../fonts/montserrat-regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: montserratsemibold;
    src: url(../fonts/montserrat-semibold.woff2) format("woff2"), url(../fonts/montserrat-semibold.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: montserratbold;
    src: url(../fonts/montserrat-bold.woff2) format("woff2"), url(../fonts/montserrat-bold.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
html {
    font-size: 62.5%;
}
body {
    font-family: montserratmedium, sans-serif;
    background: #fff;
    margin: 0;
    font-size: 1.8rem;
    line-height: 2.6rem;
    color: #181a1c;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -ms-overflow-style: scrollbar;
    overflow-x: hidden;
}
h1 {
    font-size: 3rem;
    font-weight: 400;
}
h2 {
    font-size: 3rem;
    font-weight: 400;
}
h3 {
    font-size: 1.8rem;
    font-weight: 400;
}
h4 {
    font-size: 1.375rem;
    font-weight: 400;
}
h5 {
    font-size: 1.125rem;
    font-weight: 400;
}
a,
a:focus {
    color: #100300;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    color: #000;
}
p a {
    text-decoration: none;
}
p a:hover {
    text-decoration: underline;
}
img {
    max-width: 100%;
}
button:focus,
input:focus,
textarea:focus {
    outline: 0;
    box-shadow: none;
}
textarea.form-control {
    height: auto;
}
.row-sm-padding {
    margin-left: -5px;
    margin-right: -5px;
}
.row-sm-padding > .col,
.row-sm-padding > [class*="col-"] {
    padding-left: 5px;
    padding-right: 5px;
}
.container-fluid {
    max-width: 1600px;
}
svg:not(:root) {
    overflow: hidden;
}
#scrollUp {
    bottom: 240px;
    right: 20px;
    width: 60px;
    height: 60px;
    position: fixed;
    z-index: 99999;
    display: none;
}
#scrollUp,
a#scrollUp {
    background: url(../images/got-to-top.png) no-repeat center;
}
.main-menu {
    -webkit-transition: background 0.3s ease-out;
    transition: background 0.3s ease-out;
    position: relative;
    -webkit-box-shadow: 2px 5px 5px 0 rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 2px 5px 5px 0 rgba(0, 0, 0, 0.18);
    box-shadow: 2px 5px 5px 0 rgba(0, 0, 0, 0.18);
}
.main-menu .navbar {
    margin: 0 auto;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 1.875rem 3.125rem;
    -webkit-transition: padding 0.3s ease-out;
    transition: padding 0.3s ease-out;
}
.navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}
.main-menu .navbar-brand img {
    max-width: 175px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}


@media only screen and (max-width:767px){
.navbar-nav.align-items-center {
    -ms-flex-align: start!important;
    align-items: start!important;
}
}
@media only screen and (min-width:1000px) and (max-width: 1600px){
.navbar-nav .btn-all{
    min-width: 130px;
    height: 40px;
    line-height: 40px;
}
}
@media only screen and (min-width:1500px) and (max-width: 1990px){
.scroll-fixed.main-menu .navbar-brand img{max-width: 150px!important;}
.scroll-fixed.main-menu .navbar {
    padding: 1rem 3rem!important;
}
}
.navbar-expand .navbar-toggler {
    display: none;
}
.main-menu .navbar-nav .nav-link {
    font-size: 1.8rem;
    color: #000;
    padding-right: 1.9rem;
    padding-left: 1.9rem;
    -webkit-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
}
.main-menu .navbar-nav .dropdown-toggle::after {
    border: none;
    width: 11px;
    height: 7px;
    background: url(../images/sprite.png) no-repeat 0 -119px;
    position: absolute;
    right: 0;
    top: 15px;
}
.main-menu.scroll-fixed .navbar-nav .nav-link {
    color: #fff;
}
.main-menu .navbar-nav .active.nav-link,
.main-menu .navbar-nav .nav-link:hover {
    color: #c32329;
}
.navbar-close {
    display: none;
}
.main-menu .navbar-collapse {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.main-menu .navbar-nav .nav-link {
    position: relative;
}
.main-menu .navbar-nav .nav-link:before {
    position: absolute;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    bottom: -1px;
    display: block;
    height: 2px;
    width: 0;
    content: "";
    background-color: #c3221d;
    left: 50%;
    transform: translate(-50%, 0);
}
.main-menu .navbar-nav .active.nav-link:before,
.main-menu .navbar-nav .nav-link:hover:before {
    opacity: 1;
    width: 32px;
}
.scroll-fixed {
    background-color: rgba(0, 0, 0, 0.85);
    position: fixed;
}
.navbar-logo.scroll-fixed {
    background-color: transparent;
}
.scroll-fixed.main-menu .navbar-brand img {
    max-width: 85px;
}
.scroll-fixed.main-menu .navbar {
    padding: 2rem 1rem;
}
.main-menu .navbar-nav .menu-dropdown.open a.nav-link {
    background: #050505;
}
.menu-dropdown .dropdown-menu {
    background: #050505;
    padding: 10px 5px;
    margin: -1px 0 0 0;
}
.menu-dropdown .dropdown-menu li a {
    color: #fff;
    padding: 5px 0;
    display: block;
    position: relative;
    padding-left: 15px !important;
    font-size: 1rem !important;
}
.menu-dropdown .dropdown-menu li a:before {
    position: absolute;
    left: 0;
    content: "";
    top: 50%;
    transform: translate(0, -50%);
    display: block;
    width: 12px;
    height: 12px;
    background: url(../images/nav-arrow.png) no-repeat;
}
.menu-dropdown .dropdown-menu li a:hover {
    color: #c32329;
}
.main-menu .navbar-nav .dropdown-menu .dropdown-item,
.main-menu .navbar-nav .menu-dropdown .dropdown-menu .nav-link {
    font-size: 1.8rem;
}
.main-menu .navbar-nav .dropdown-menu .dropdown-item {
    padding: 10px 30px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    min-width: 200px;
}
.main-menu .navbar-nav .dropdown-menu .dropdown-item:hover {
    color: #fff;
    background: #c33;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.main-menu .navbar-nav .dropdown-menu {
    padding: 0;
    border: none;
    padding-bottom: 20px;
    -webkit-box-shadow: 0 5px 8px 3px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0 5px 8px 3px rgba(0, 0, 0, 0.24);
    box-shadow: 0 5px 8px 3px rgba(0, 0, 0, 0.24);
}
.linkedIn {
    display: block;
    width: 50px;
    height: 50px;
    border: 2px solid #d2d4d7;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.linkedIn svg {
    width: 20px;
    height: 20px;
    fill: #0077b5;
}
.linkedIn:hover {
    background: #c33;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    border: 2px solid #c33;
}
.linkedIn:hover svg {
    fill: #fff;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.login-hld {
    display: block;
    min-width: 120px;
    font-size: 1.6rem;
    height: 50px;
    border: 2px solid #c33;
    text-align: center;
    font-family: montserratsemibold;
    color: #c33;
    text-transform: uppercase;
    line-height: 45px;
    margin-left: 10px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.login-hld:hover {
    color: #fff;
    background: #c33;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.inner-banner-hld,
.inner-banner-hld figure {
    position: relative;
}
.video-background-holder {
    position: relative;
    background-color: #000;
    min-height: 700px;
    width: 100%;
    overflow: hidden;
}
.video-background-holder video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.inner-banner-hld figure img {
    width: 100%;
    height: auto;
}
.inner-banner-hld.overlay:after {
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
    z-index: 1;
}
.inner-banner-hld h1 {
    font-size: 6rem;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    font-family: montserratregular;
    width: 100%;
}
.btn-all {
    min-width: 150px;
    height: 45px;
    text-align: center;
    text-transform: uppercase;
    line-height: auto;
    font-size: 1.6rem;
    display: inline-block;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    cursor: pointer;
}
.btn-red {
    background: #c32429;
    color: #fff;
    border: 1px solid #c32429;
}
.btn-red:focus,
.btn-red:hover {
    background: #fff;
    color: #c32429;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    border: 1px solid #c32429;
}
.btn-white {
    background: #fff;
    color: #c32429;
    border: 1px solid #fff;
}
.btn-white:hover {
    background: #c32429;
    color: #fff;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    border: 1px solid #c32429;
}
.color-red {
    color: #c32429;
}
.bg-red {
    background-color: #c32429;
}
.bg-gray {
    background: #f5f5f5;
}
.breadcrumb-hld {
    padding-top: 30px;
}
.breadcrumb-hld .breadcrumb {
    border-radius: 0;
    background: 0 0;
    font-size: 1.4rem;
    padding: 0;
    margin: 0;
}
.breadcrumb-hld .breadcrumb li a {
    color: #484a4d;
}
.breadcrumb-hld .breadcrumb li a:hover {
    color: #c32429;
}
.breadcrumb-hld .breadcrumb-item:not(:first-child) {
    position: relative;
    padding-left: 20px;
}
.breadcrumb-item + .breadcrumb-item::before {
    display: block;
    content: "";
    position: absolute;
    width: 7px;
    height: 11px;
    left: 8px;
    top: 8px;
    background: url(../images/sprite.png) no-repeat;
    background-position: left -57px;
}
.section-inner-padding {
    padding: 40px 0;/*60 0*/
}
.main-heading {
    position: relative;
    font-size: 4rem;
    padding-bottom: 20px;
    margin-bottom: 30px;
    font-family: montserratregular;
    line-height: 4rem;
}
.main-heading:after {
    position: absolute;
    width: 70px;
    height: 3px;
    background: #c32429;
    bottom: 0;
    left: 0;
    content: "";
}
.center-heading.main-heading:after {
    left: 50%;
    transform: translate(-50%, 0);
}
label {
    color: #181a1c;
    font-family: montserratsemibold;
    margin-bottom: 20px;
    line-height: 1.8rem;
}
::placeholder {
    font-size: 1.8rem;
    font-style: italic;
    color: #bdbdbd;
    font-family: montserratlight;
}
.form-group {
    margin-bottom: 40px;
}
.form-control,
select.form-control:not([size]):not([multiple]) {
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    height: 50px;
    background-color: #fff;
    padding: 0 20px;
    font-size: 1.8rem;
}
.form-control:focus {
    border-color: #fff;
    outline: 0;
    box-shadow: none;
}
select.form-control {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: url(../images/arrow-ddl.png) no-repeat scroll calc(100% - 13px) center;
}
.custom-upload {
    position: relative;
    width: 17%;
    height: 50px;
}
.custom-upload input[type="file"] {
    outline: 0;
    position: relative;
    text-align: right;
    -moz-opacity: 0;
    opacity: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: #fff;
}
.custom-upload .fake-file {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    margin: 0;
    z-index: 1;
    line-height: 100%;
}
.uploadbutton {
    position: absolute;
    top: 50%;
    right: 0;
    width: 24px;
    height: 24px;
    transform: translate(0, -50%);
    margin: 0 10px 0 0;
    background: url(../images/sprite.png) no-repeat scroll top left;
    border: none;
    outline: 0;
}
.fake-file input.form-control {
    text-overflow: ellipsis;
    margin-bottom: 0;
}
.form-control:disabled,
.form-control[readonly] {
    background: #fff;
}
.accordian-header a {
    color: #181a1c;
    padding: 30px;
    border-bottom: 1px solid #181a1c;
    display: block;
    width: 100%;
}
.accordian-header a h3 {
    font-size: 2.4rem;
    line-height: 3.4rem;
}
.accordian-header a[aria-expanded="true"] {
    border: none;
}
.accordian-body {
    padding: 0 30px;
    font-size: 1.8rem;
}
.fas {
    width: 24px;
    height: 24px;
    min-width: 24px;
    display: inline-block;
    background: url(../images/sprite.png);
    margin-left: auto;
}
.fas.fa-plus {
    background-position: left -554px;
}
.fas.fa-minus {
    background-position: left -612px;
}
.advisory-block {
    height: 100%;
}
.advisory-hld figure,
.leadership-block figure {
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 20px;
}
.advisory-hld figure img,
.leadership-block figure img {
   margin: 0 auto;
    display: block;
    width: 100%;
    max-width: 160px;
    border-radius: 10px;
}
.advisory-hld h3,
.leadership-block h3 {
    font-family: montserratsemibold;
    line-height: 2.5rem;
    text-align: center;
}
.advisory-hld span {
    font-size: 1.6rem;
    display: block;
    color: #484a4d;
}
.black-border {
    border: 1px solid #000;
    color: #000;
}
.leadership-block {
    margin-bottom: 40px;
}
.leadership-block h3 {
    font-size: 3.5rem;
    margin-bottom: 20px;
}
.leadership-block span {
    font-size: 2rem;
    display: block;
    color: #484a4d;
    margin-bottom: 25px;
}
.address-block figure {
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 20px;
    position: relative;
}
.address-block figure:after {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
    content: "";
    position: absolute;
}
.address-block figure img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.address-block figure figcaption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    width: 70%;
    z-index: 1;
    padding: 20px;
}
.address-block h3 {
    font-size: 2.4rem;
    position: relative;
    font-family: montserratsemibold;
    margin-bottom: 30px;
    padding-bottom: 15px;
}
.address-block h3:after {
    width: 40px;
    height: 3px;
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
    background: #c3221d;
}
.contact-form-hld textarea.form-control {
    min-height: 120px;
    padding: 20px;
}
.inner-medium-content {
    font-size: 2rem;
    line-height: 3rem;
}
.img-block {
    border-radius: 7px;
    overflow: hidden;
    margin: 0;
    text-align: right;
}
.img-block img {
    width: 100%;
}
.img-block.black-border {
    border: 2px solid #000;
}
.number-block {
    min-width: 64px;
    max-height: 64px;
    background: #181a1c;
    color: #fff;
    margin-right: 25px;
    text-align: center;
    line-height: 64px;
    font-size: 3.5rem;
}
.investments-house-hld .container {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.center-block {
    max-width: 310px;
    position: relative;
    bottom: 80px;
}
.house-content-block h3 {
    font-size: 2rem;
    font-family: montserratsemibold;
    padding-left: 15px;
    position: relative;
    display: inline;
}
.house-content-block h3:before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background: #c8362a;
    left: 0;
    top: 8px;
}
.house-content-block p {
    padding-left: 15px;
}
.counting-block.mb-lg-5 {
    margin-bottom: 6rem !important;
}
.number-content {
    position: relative;
    top: -6px;
    text-align: left;
    font-size: 1.8rem;
}
.mb-60 {
    margin-bottom: 60px;
}
.map-heading {
    font-size: 3rem;
    line-height: 4.5rem;
}
.black-strip-hld {
    background: #000;
    color: #fff;
    min-height: 160px;
}
.black-strip-hld h4 {
    margin-bottom: 0;
    font-size: 3.6rem;
    font-family: montserratbold;
}
.black-strip-hld p {
    color: #cdcdcd;
    margin-bottom: 0;
}
.black-strip-block {
    position: relative;
}
.black-strip-block:after {
    position: absolute;
    width: 1px;
    height: 100%;
    background: #2d2f31;
    right: 0;
    content: "";
    top: 0;
}
.our-project-block {
    border: 1px solid #181a1c;
    border-radius: 5px;
    padding: 30px;
    height: 100%;
}
.our-project-block > div {
    flex: 1 1 auto;
}
.our-project-block h3 {
    font-size: 2.4rem;
    color: #181a1c;
    margin: 0;
    line-height: 3rem;
    text-align: left;
}
.our-project-block h3 > span {
    display: block;
    font-size: 2rem;
    font-family: montserratregular;
    margin-top: 12px;
    margin-bottom: 0;
    line-height: 2rem;
}
.our-project-block span {
    font-size: 1.6rem;
    margin-top: 15px;
    margin-bottom: 25px;
    display: block;
    line-height: 2rem;
}
.our-project-block h4 {
    font-size: 1.8rem;
    color: #181a1c;
    margin: 0;
    line-height: 2.6rem;
    text-align: left;
}
.our-vision-hld {
    position: relative;
}
.our-vision-hld .design-bracket span {
    display: block;
    width: 36px;
    height: 78px;
    background: #bb280d;
    position: relative;
}
.our-vision-hld .design-bracket span:after {
    width: 78px;
    height: 36px;
    position: absolute;
    content: "";
    right: -88px;
    top: 0;
    background: #000;
}
.our-vision-hld .design-bracket.bottom-bracket span:after {
    right: 47px;
    top: auto;
    bottom: 0;
}
.our-vision-hld .number-content {
    top: 0;
}
.our-focus-hld {
    background: linear-gradient(to right, #181a1c 0, #181a1c 50%, #fff 50%, #fff 100%);
    color: #fff;
}
.our-focus-hld figure {
    width: 100%;
    height: 100%;
    background: url(../images/our-focus.png) no-repeat;
    min-height: 730px;
}
.pr-150 {
    padding-right: 150px;
}
.news-block-hld figure {
    margin: 0;
    border-radius: 5px;
    overflow: hidden;
}
.news-block-hld figure img {
    width: 100%;
}
.news-category {
    font-size: 1.6rem;
    color: #c3221d;
    margin-top: 18px;
    display: block;
}
.news-heading {
    font-size: 2rem;
    font-family: montserratsemibold;
    margin-top: 20px;
    margin-bottom: 25px;
    line-height: 2.6rem;
}
.news-date {
    color: #484a4d;
    font-size: 1.6rem;
}
.mt-40 {
    margin-top: 40px;
}
.news-date span {
    width: 17px;
    height: 17px;
    background: url(../images/sprite.png) no-repeat;
    background-position: left -186px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}
.pagination .page-link {
    padding: 10px 20px;
    color: #c32429;
    font-size: 1.6rem;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.pagination .page-link:focus,
.pagination .page-link:hover,
.pagination > .active > .page-link {
    color: #fff;
    background-color: #c32429;
    border-color: #c32429;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.heart-program-blcok .main-heading {
    font-family: montserratsemibold;
    font-size: 2.2rem;
    padding-bottom: 10px;
    margin-bottom: 15px;
    display: block;
    line-height: 3rem;
}
.heart-program-blcok .main-heading:after {
    width: 30px;
}
.heart-program-blcok {
    border-right: 1px solid #ddd;
}
.heart-program-blcok p,
.technology-hld .container .row:nth-child(5) > .col-lg-4:first-child .benefit-block p {
    text-align: left;
}
hr {
    margin-top: 60px;
    margin-bottom: 0;
}
.benefit-block {
    margin-bottom: 55px;
}
.benefit-block .heading {
    font-family: montserratsemibold;
    font-size: 2rem;
    line-height: 2.5rem;
    margin-bottom: 10px;
    display: block;
}
.benefit-block span:first-child {
    background: url(../images/sprite.png) no-repeat;
    background-position: center top;
    display: block;
    margin-bottom: 15px;
}
.benefit-block span.icon-rupee {
    width: 68px;
    height: 65px;
}
.benefit-block span.icon-leaf {
    width: 50px;
    height: 50px;
    background-position: center -130px;
}
.benefit-block span.icon-pilot {
    width: 52px;
    height: 56px;
    background-position: center -244px;
}
.benefit-block span.icon-mentorship {
    width: 52px;
    height: 56px;
    background-position: center -367px;
}
.benefit-block span.icon-market {
    width: 53px;
    height: 66px;
    background-position: center -484px;
}
.benefit-block span.icon-network {
    width: 55px;
    height: 55px;
    background-position: center -610px;
}
.bg-deep-gray {
    background: #191a1c;
}
.custome-carousel.owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 100%;
}
.custome-carousel.owl-theme .owl-nav {
    margin: 0;
}
.custome-carousel.owl-carousel .owl-nav button.owl-next:focus,
.custome-carousel.owl-carousel .owl-nav button.owl-prev:focus {
    border: none;
    outline: 0;
}
.custome-carousel.owl-carousel .owl-nav button.owl-next span,
.custome-carousel.owl-carousel .owl-nav button.owl-prev span {
    background: url(../images/sprite.png) no-repeat;
    background-position: -1px -304px;
    width: 52px;
    height: 52px;
    display: block;
    border: 2px solid #ebedee;
    border-radius: 50%;
    transition: background 0.5s;
}
.custome-carousel.owl-carousel .owl-nav button.owl-next span {
    background-position: -1px -421px;
}
.custome-carousel.owl-carousel .owl-nav button.owl-prev span:hover {
    border-color: #e31e24;
    background-position: -55px -304px;
    transition: background 0.5s;
}
.custome-carousel.owl-carousel .owl-nav button.owl-next span:hover {
    border-color: #e31e24;
    background-position: -55px -421px;
    transition: background 0.5s;
}
.owl-carousel.conference-slider .owl-nav button.owl-prev {
    float: left;
    margin-left: -60px;
}
.owl-carousel.conference-slider .owl-nav button.owl-next {
    float: right;
    margin-right: -60px;
}
.conference-hld .custome-carousel .item {
    opacity: 0.4;
    transition: 0.4s ease all;
    margin: 0;
    transform: scale(0.9);
    border-radius: 5px;
    overflow: hidden;
    filter: gray;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}
.conference-hld .custome-carousel .owl-item.active.center .item {
    opacity: 1;
    transform: scale(1.1);
    -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.2);
    -webkit-filter: grayscale(0);
    filter: none;
}
.conference-hld .custome-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1);
}
.conference-video-hld iframe {
    border-radius: 5px;
    overflow: hidden;
}
.impact-banner-sider {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    z-index: 2;
    overflow: hidden;
}
.impact-banner-sider h1 {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0, 0);
}
#impact-sider-hld {
    margin-top: 80px;
}
.impact-slider-block {
    font-size: 2rem;
    color: #fff;
    line-height: 3rem;
    font-family: montserratlight;
    text-align: left;
}
.is-active > .impact-slider-block {
    font-size: 3.5rem;
    line-height: 4rem;
    opacity: 100%;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}
.bold-font {
    font-family: montserratbold;
}
.impact-slider-block > span {
    background: url(../images/sprite.png) no-repeat;
    display: block;
    margin-bottom: 10px;
    width: 100px;
    height: 86px;
}
.impact-slider-block > span.icon-1 {
    background-position: left -708px;
}
.impact-slider-block > span.icon-2 {
    background-position: left -890px;
}
.impact-slider-block > span.icon-3 {
    background-position: left -1068px;
}
.impact-slider-block > span.icon-4 {
    background-position: left -1250px;
}
.impact-slider-block > span.icon-5 {
    background-position: left -1432px;
}
.impact-banner-sider .splide__slide {
    display: flex;
    align-items: flex-end;
}
.impact-banner-sider .splide__track {
    overflow: visible;
}
.opacity-50 {
    opacity: 50%;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}
.opacity-40 {
    opacity: 40%;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}
.opacity-30 {
    opacity: 30%;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}
.opacity-20 {
    opacity: 20%;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}
.opacity-10 {
    opacity: 10%;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}
.esg-block {
    font-family: montserratregular;
    font-size: 1.8rem;
    line-height: 2.5rem;
    color: #fff;
    text-transform: uppercase;
    padding: 25px 15px;
    text-align: center;
    min-height: 270px;
    margin-bottom: 25px;
}
.esg-block span {
    font-size: 4rem;
    font-family: montserratbold;
}
.esg-block span:last-child {
    background: url(../images/sprite.png) no-repeat;
    display: block;
    margin: 0 auto;
}
.esg-block p {
    flex: 1 1 auto;
}
.esg-block.block-1 {
    background-color: #e69b34;
}
.esg-block.block-1 span:last-child {
    background-position: -201px -777px;
    width: 103px;
    height: 78px;
}
.esg-block.block-2 {
    background-color: #b18939;
}
.esg-block.block-2 span:last-child {
    background-position: -198px -941px;
    width: 102px;
    height: 52px;
}
.esg-block.block-3 {
    background-color: #6ebbe0;
}
.esg-block.block-3 span:last-child {
    background-position: -221px -1074px;
    width: 61px;
    height: 84px;
}
.esg-block.block-4 {
    background-color: #8b2043;
}
.esg-block.block-4 span:last-child {
    background-position: -219px -1228px;
    width: 74px;
    height: 78px;
}
.esg-block.block-5 {
    background-color: #df692f;
}
.esg-block.block-5 span:last-child {
    background-position: -207px -1372px;
    width: 90px;
    height: 91px;
}
.esg-block + p {
    font-size: 1.6rem;
    text-align: left;
    line-height: 2.2rem;
}
.sustainable-block {
    min-height: 500px;
    border-radius: 7px;
    overflow: hidden;
    font-size: 1.6rem;
    position: relative;
    line-height: 2.2rem;
    background-size: cover;
    text-align: left;
}
.sustainable-block .sustainable-content {
    background: #fff;
    border-radius: 7px;
    padding: 25px 20px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
    width: calc(100% - 80px);
    padding-top: 90px;
    min-height: 400px;
}
.sustainable-icon {
    display: block;
    width: 120px;
    height: 120px;
    border: 7px solid #f5f5f5;
    margin: 0 auto;
    position: absolute;
    border-radius: 50%;
    left: 50%;
    top: -60px;
    transform: translate(-50%, 0);
    background: url(../images/sprite.png) no-repeat;
    background-color: #fff;
}
.sustainable-block .sustainable-content ul {
    padding: 0;
    margin: 0;
}
.sustainable-block .sustainable-content ul li {
    list-style: none;
    position: relative;
    padding-left: 15px;
    margin-bottom: 15px;
}
.sustainable-block .sustainable-content ul li:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    left: 0;
    top: 7px;
    background: #c4242a;
}
.sustainable-block.block-1 {
    background-image: url(../images/sustainable-1.jpg);
}
.sustainable-block.block-2 {
    background-image: url(../images/sustainable-2.jpg);
}
.sustainable-block.block-3 {
    background-image: url(../images/sustainable-3.jpg);
}
.sustainable-block.block-4 {
    background-image: url(../images/sustainable-4.jpg);
}
.sustainable-block.block-1 .sustainable-icon {
    background-position: -416px -761px;
}
.sustainable-block.block-2 .sustainable-icon {
    background-position: -416px -896px;
}
.sustainable-block.block-3 .sustainable-icon {
    background-position: -416px -1030px;
}
.sustainable-block.block-4 .sustainable-icon {
    background-position: -416px -1167px;
}
.policy-block {
    text-align: center;
    font-size: 2rem;
    color: #1f2022;
    border-right: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    min-height: 220px;
    padding: 30px;
    height: 100%;
}
.policy-block.block-4,
.policy-block.block-7 {
    border-right: 0;
}
.policy-block.block-5,
.policy-block.block-6,
.policy-block.block-7 {
    border-bottom: 0;
}
.policy-block span {
    display: block;
    margin: 0 auto;
    background: url(../images/sprite.png) no-repeat;
    margin-bottom: 25px;
}
.policy-block.block-1 span {
    width: 44px;
    height: 54px;
    background-position: -455px -1333px;
}
.policy-block.block-2 span {
    width: 46px;
    height: 64px;
    background-position: -452px -1461px;
}
.policy-block.block-3 span {
    width: 51px;
    height: 51px;
    background-position: -448px -1600px;
}
.policy-block.block-4 span {
    width: 39px;
    height: 53px;
    background-position: -459px -1732px;
}
.policy-block.block-5 span {
    width: 54px;
    height: 58px;
    background-position: -446px -1862px;
}
.policy-block.block-6 span {
    width: 55px;
    height: 55px;
    background-position: -444px -1998px;
}
.policy-block.block-7 span {
    width: 59px;
    height: 54px;
    background-position: -440px -2132px;
}
.affordable-glance-tab.nav-tabs .nav-link {
    font-size: 1.6rem;
    color: #181a1c;
    border: 2px solid #dfdfdf;
    margin-left: 10px;
    min-width: 100px;
    text-align: center;
    border-radius: 3px;
}
.affordable-glance-tab.nav-tabs .nav-link.active {
    color: #fff;
    background: #181a1c;
    border-color: #181a1c;
}
.glance-tab-hld .row {
    margin-right: -5px;
    margin-left: -5px;
}
.glance-tab-hld [class*="col-"] {
    padding-left: 5px;
    padding-right: 5px;
}
.glance-block {
    margin-bottom: 10px;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
    max-height: 200px;
}
.glance-block img {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
    display: block;
    position: relative;
    width: 100%;
}
.glance-block .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    padding: 10px;
}
.glance-block p {
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -o-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
    color: #fff;
    position: relative;
    padding-bottom: 15px;
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-family: montserratlight;
}
.glance-block p:after {
    width: 43px;
    height: 3px;
    background: #c32429;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    content: "";
}
.glance-block:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
.glance-block:hover .mask {
    opacity: 1;
}
.glance-block:hover .mask p {
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    transition-delay: 0.1s;
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100%;
    justify-content: center;
}
.glancemodal .modal-lg {
    max-width: 1000px;
}
.glancemodal .modal-content {
    border: 0;
    width: 100%;
}
.glancemodal .modal-body,
.glancemodal .modal-header {
    padding: 0;
    border: 0;
}
.glancemodal figure {
    margin: 0;
}
.glancemodal .modal-header .close {
    position: absolute;
    right: 8px;
    z-index: 1;
    padding: 0;
    margin: 0;
    top: 5px;
}
.glancemodal .modal-header .close span {
    font-size: 6.5rem;
    font-family: montserratlight;
    color: #fff;
    font-weight: 300;
    line-height: 5rem;
    text-shadow: none;
    cursor: pointer;
}
.glancemodal figure {
    position: relative;
}
.glancemodal figure figcaption {
    position: absolute;
    background: rgba(0, 0, 0, 0.8);
    bottom: 0;
    left: 0;
    color: #fff;
    font-family: montserratlight;
    font-size: 1.8rem;
    width: 100%;
    padding: 10px 20px;
}
.glancemodal figure figcaption:before {
    position: absolute;
    background: #c32429;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    content: "";
}
.modal-backdrop.show {
    opacity: 0.8;
}
.glancemodal figure figcaption span {
    display: block;
    font-family: montserratmedium;
}
footer .btn,
header .btn {
    padding: 6px 12px;
}
footer {
    background: #181a1c;
    color: #fff;
    margin-top: 100px;
}
footer .gray-bg-footer {
    background: #f2f4f8 !important;
}
footer .gray-bg-footer li a {
    color: #181a1c;
    font-size: 1rem;
    transition-duration: 0.2s;
}
footer li a {
    color: #fff;
    transition-duration: 0.2s;
    font-size: 1.6rem;
    line-height: 1.8rem;
}
footer li {
    line-height: 1.8rem;
}
footer a:focus,
footer a:hover {
    color: #c32429;
    text-decoration: none;
}
footer .copy {
    font-size: 12px;
    padding: 10px;
    border-top: 1px solid #2e3133;
}
.footer-middle {
    padding-top: 2em;
    color: #fff;
}
footer .footer-logo {
    max-width: 200px;
}
ul.rera-number {
    padding: 0;
    margin-top: 20px;
    font-size: 1.2rem;
    color: #6b6b6b;
    line-height: 1.8rem;
    margin-bottom: 0;
}
ul.rera-number li {
    list-style-position: inside;
}
.affordabl-rera-hld ul {
    padding: 0;
    margin: 0;
    margin-top: 5px;
}
.affordabl-rera-hld ul li {
    position: relative;
    padding: 0 20px;
    list-style: none;
    padding-left: 14px;
    font-size: 1.6rem;
    line-height: 1.8rem;
}
.affordabl-rera-hld ul li:last-child:after {
    display: none;
}
.affordabl-rera-hld ul li:after,
.affordabl-rera-hld ul li:before {
    position: absolute;
    width: 6px;
    height: 6px;
    background: red;
    left: 0;
    top: 6px;
    transform: translate(0, 0);
    content: "";
}
.affordabl-rera-hld ul li:after {
    right: 10px;
    left: auto;
    width: 1px;
    height: 60%;
    background: #fff;
    top: 50%;
    transform: translate(0, -50%);
}
   .liais{
        font-size: 2.4rem ;
    position: relative;
    font-family: montserratsemibold;
    margin-bottom: 0px !important;
    padding-bottom: 10px !important;
        
    }
    .advisor{
   font-size: 1.4rem;
    position: relative;
    font-family: montserratsemibold;
    margin-bottom: 25px;
    padding-bottom: 15px;
 
    }
    .contactDetail .advisor
    {
        margin-bottom: 10px; 
            padding-bottom: 8px;
    }
    
    .contactDetail
    {
        margin-bottom: 25px; 
    }
     .contactDetail .liais
    {
        padding-bottom: 0px!important; 
    }
    .userdetail{
        font-size:16px;
    }
    .contactDetail .advisor:after{
        left: 3%;
    }
    .advisor:after{
        width: 40px;
    height: 3px;
    display: block;
    content: "";
    position: absolute;
    left: 2%;
    bottom: 0;
    transform: translate(-50%,0);
    background: #c3221d;
    }
    .liais:after{
        display:none !important;
    }
@media only screen and (min-width: 1300px) {
    .container {
        width: 1280px;
        max-width: 1280px;
    }
    body {
        text-align: justify;
    }
}
@media only screen and (min-width: 1000px) and (max-width: 1198px) {
    .main-menu .navbar {
        padding: 1.25rem 1.875rem;
    }
    .main-menu .navbar-nav .nav-link {
        padding-right: 0;
        font-size: 1.5rem;
        padding-left: 1.7rem;
    }
    .main-menu .navbar-brand img {
        max-width: 100px;
    }
    .main-menu .navbar-nav .dropdown-toggle::after {
        right: -12px;
        top: 13px;
    }
    .linkedIn {
        width: 35px;
        height: 35px;
    }
    .login-hld {
        min-width: 70px;
        height: 35px;
        line-height: 32px;
        margin-left: 5px;
    }
    .pr-150 {
        padding: 30px;
    }
    .our-focus-hld figure {
        min-height: auto;
        background-size: 130%;
    }
    #impact-sider-hld {
        margin-top: 0;
    }
    .is-active > .impact-slider-block {
        font-size: 2rem;
        line-height: 3rem;
    }
    .esg-hld .row:last-child > div:last-child {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
        margin-top: 1.5rem;
    }
    .sustainable-block .sustainable-content {
        width: 90%;
        padding: 10px;
        padding-top: 70px;
        min-height: 428px;
    }
    .sustainable-block .sustainable-content ul li {
        margin-bottom: 8px;
    }
    .owl-carousel.conference-slider .owl-nav button.owl-prev {
        margin-left: -40px;
    }
    .owl-carousel.conference-slider .owl-nav button.owl-next {
        margin-right: -40px;
    }
    .video-background-holder {
        min-height: 373px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .main-menu .navbar {
        padding: 1.25rem 1.875rem;
    }
    .main-menu .navbar-nav .nav-link {
        padding-right: 1rem;
        font-size: 1.6rem;
        padding-left: 2.8rem;
    }
    .main-menu .navbar-brand img {
        max-width: 100px;
    }
    .main-menu .navbar-nav .dropdown-toggle::after {
        right: -5px;
        top: 13px;
    }
    .linkedIn {
        width: 35px;
        height: 35px;
    }
    .login-hld {
        min-width: 100px;
        height: 35px;
        line-height: 32px;
        margin-left: 10px;
    }
    .sustainable-block .sustainable-content {
        width: 90%;
    }
    .video-background-holder {
        min-height: 498px;
    }
}
@media only screen and (max-width: 1023px) {
    .navbar-expand .navbar-nav .dropdown-menu {
        position: relative;
        left: 0;
        background: #1a1918;
        display: block;
        border-radius: 0;
        padding-bottom: 0;
        margin-bottom: 10px;
    }
    .main-menu .navbar-nav .dropdown-menu .dropdown-item {
        color: #fff;
        font-family: montserratregular;
    }
    .main-menu .navbar .navbar-collapse .navbar-nav {
        overflow-x: hidden;
    }
    .menu-dropdown .dropdown-menu li a {
        padding: 15px 0;
    }
    .push-menu-body {
        overflow: hidden;
    }
    .main-menu .navbar .navbar-logo {
        z-index: 999;
        width: 100%;
        top: 0;
        right: 0;
        left: 0;
        padding: 0.75rem 1rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-transition: background 0.3s ease-out;
        transition: background 0.3s ease-out;
    }
    .main-menu .navbar-expand .navbar-toggler {
        display: block;
        padding: 0;
    }
    .main-menu .navbar-expand .navbar-toggler svg,
    .navbar-close svg {
        width: 30px;
        height: 30px;
    }
    .main-menu .navbar-expand .navbar-toggler path,
    .navbar-close path {
        fill: #c32329;
    }
    .navbar-close {
        width: 45px;
        height: 45px;
        position: absolute;
        right: 0;
        top: 0;
        display: block;
        padding: 10px 5px;
        z-index: 9;
    }
    .main-menu .navbar .navbar-collapse {
        padding: 20px;
        height: 100%;
        z-index: 1020;
        position: fixed;
        right: 0;
        width: 300px;
        top: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.95);
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        pointer-events: none;
        will-change: transform;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        -webkit-transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
        transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    }
    .main-menu .navbar .navbar-collapse .navbar-nav {
        max-height: 100%;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    .main-menu .navbar-nav .nav-link {
        font-size: 1.8rem;
        padding: 0.9375rem 1.2rem;
        color: #fff;
        padding-left: 0;
    }
    .main-menu .navbar-nav .active.nav-link:before,
    .main-menu .navbar-nav .nav-link:hover:before {
        left: 0;
        transform: translate(0, 0);
    }
    .main-menu .navbar-expand.push-menu-visible .navbar-collapse {
        pointer-events: all;
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        padding-top: 40px;
    }
    .backdrop {
        animation-duration: 1s;
        animation-fill-mode: both;
        animation-name: fadeIn;
        background: rgba(0, 0, 0, 0.6);
        z-index: 1000;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
    .scroll-fixed.navbar-logo {
        background-color: rgba(0, 0, 0, 0.85);
    }
    .scroll-fixed.navbar-logo .navbar-brand img {
        max-width: 57px;
    }
    .main-menu .navbar {
        padding: 0.5rem 1rem;
    }
    .menu-social-hld .login-hld {
        display: none;
    }
    .login-hld {
        min-width: 30px;
        width: 30px;
        height: 30px;
        border: none;
        margin-left: 0;
        margin-right: 15px;
    }
    .login-hld svg {
        width: 100%;
        height: 100%;
        fill: #c33;
    }
    .login-hld:hover {
        background: 0 0;
    }
    .pr-150 {
        padding: 30px;
    }
    .mt-40 {
        margin-top: 20px;
    }
    .inner-banner-hld h1 {
        font-size: 4rem;
    }
    .news-heading {
        min-height: auto;
        margin-bottom: 20px;
    }
    .counting-block.mb-lg-5 {
        margin-bottom: 1rem !important;
    }
    .breadcrumb-hld {
        padding-top: 20px;
    }
    .impact-banner-sider .splide__track {
        overflow: hidden;
    }
    .impact-banner-sider {
        position: relative;
        background: #000;
    }
    #impact-sider-hld {
        margin-top: 0;
        margin-bottom: 20px;
        padding: 0 20px;
    }
    .is-active > .impact-slider-block {
        font-size: 3rem;
        line-height: 3.5rem;
    }
    .inner-banner-hld .impact-banner-sider h1 {
        padding-bottom: 0;
    }
    .house-content-block h3 {
        display: block;
    }
    hr {
        margin-top: 10px;
    }
    .esg-block {
        margin-bottom: 15px;
        font-size: 1.6rem;
        line-height: 2.2rem;
    }
    .sustainable-block .sustainable-content {
        min-height: 388px;
    }
    .video-background-holder {
        min-height: 283px;
    }
    .our-vision-hld .design-bracket span {
        width: 20px;
        height: 50px;
    }
    .our-vision-hld .design-bracket span:after {
        width: 50px;
        height: 20px;
        right: -60px;
    }
    .our-vision-hld .design-bracket.bottom-bracket span:after {
        right: 30px;
    }
    .owl-carousel.conference-slider .owl-nav {
        display: none;
    }
    .conference-hld .custome-carousel .owl-item.active.center .item {
        transform: scale(1);
        -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
    }
    .benefit-block {
        text-align: left;
    }
    #scrollUp,
    a#scrollUp {
        display: none !important;
    }
    .our-project-block {
        padding: 20px;
    }
    .our-project-block span {
        margin-bottom: 15px;
        margin-top: 15px;
    }
    .address-block p {
        font-size: 1.6rem;
        line-height: 2.1rem;
        margin: 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .main-menu .navbar-brand img {
        max-width: 100px;
    }
    .section-inner-padding {
        padding: 40px 0;
    }
    .main-heading {
        margin-bottom: 20px;
        font-size: 3.8rem;
        line-height: 3.8rem;
    }
    .black-strip-hld h4 {
        font-size: 3rem;
    }
    .our-focus-hld {
        background: 0 0;
    }
    .pr-150 {
        background: #181a1c;
    }
    .our-focus-hld figure {
        min-height: auto;
        background: 0 0;
    }
    .benefit-block {
        margin-bottom: 15px;
        padding-right: 30px;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .benefit-block span:first-child {
        margin-bottom: 10px;
    }
    .heart-program-blcok {
        padding-right: 15px;
    }
    .policy-block.block-3,
    .policy-block.block-6 {
        border-right: 0;
    }
    .policy-block.block-4,
    .policy-block.block-5 {
        border-bottom: 1px solid #dfdfdf;
        border-right: 1px solid #dfdfdf;
    }
    .policy-block.block-6 {
        border-bottom: 1px solid #dfdfdf;
    }
    .affordable-glance-tab.nav-tabs .nav-link {
        margin-left: 5px;
    }
}
@media only screen and (max-width: 767px) {
    .main-menu .navbar-brand img {
        max-width: 90px;
    }
    .main-menu .navbar {
        padding: 0;
    }
    .main-menu .navbar .navbar-collapse {
        width: 270px;
        padding: 20px;
    }
    .main-menu .navbar .navbar-logo {
        padding: 1rem 1.5rem;
        width: 100%;
        position: relative;
    }
    .main-menu .navbar .navbar-logo.scroll-fixed {
        position: fixed;
    }
    .inner-banner-hld h1 {
        font-size: 2.4rem;
    }
    .inner-banner-hld figure:after {
        display: none;
    }
    .section-inner-padding {
        padding: 30px 0;
    }
    .main-heading {
        margin-bottom: 25px;
        font-size: 2.8rem;
        padding-bottom: 15px;
        line-height: 2.8rem;
    }
    .form-group {
        margin-bottom: 20px;
    }
    label {
        margin-bottom: 10px;
        line-height: 2.4rem;
    }
    .accordian-header a {
        padding: 20px;
    }
    .accordian-body {
        padding: 0 20px;
    }
    .accordian-header a h3 {
        font-size: 2rem;
        line-height: 3rem;
    }
    .leadership-block {
        margin-bottom: 20px;
    }
    .leadership-block h3 {
        font-size: 2.5rem;
        margin-bottom: 5px;
    }
    .leadership-block span {
        font-size: 1.8rem;
        margin-bottom: 15px;
    }
    .advisory-hld figure,
    .leadership-block figure {
        margin-bottom: 10px;
    }
    .address-block figure figcaption {
        width: 100%;
    }
    .inner-medium-content {
        font-size: 1.8rem;
        line-height: 2.5rem;
    }
    .mb-60 {
        margin-bottom: 30px;
    }
    .map-heading {
        font-size: 2rem;
        line-height: 3rem;
    }
    .black-strip-hld h4 {
        font-size: 3rem;
    }
    .black-strip-block:after {
        display: none;
    }
    .black-strip-block {
        border-bottom: 1px solid #2d2f31;
    }
    .our-focus-hld {
        background: 0 0;
    }
    .pr-150 {
        background: #181a1c;
    }
    .our-focus-hld figure {
        min-height: auto;
        background: 0 0;
    }
    .investments-house-hld .container {
        position: relative;
    }
    .investments-house-hld {
        min-height: 580px;
        position: relative;
        background-size: 100%;
    }
    .center-block {
        max-width: auto;
        bottom: 0;
    }
    .heart-program-blcok {
        padding-right: 0;
        border-bottom: 1px solid #ddd;
        border-right: 0;
        margin-bottom: 10px;
    }
    .benefit-block {
        padding-right: 0;
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
        margin-bottom: 15px;
    }
    .heart-program-blcok .main-heading {
        font-size: 2rem;
        margin-bottom: 10px;
    }
    .sustainable-block .sustainable-content {
        min-height: auto;
    }
    .policy-block {
        min-height: 100%;
        font-size: 1.6rem;
        line-height: 2.4rem;
        padding: 20px 10px;
    }
    .policy-block p {
        margin-bottom: 0;
    }
    .policy-block.block-2,
    .policy-block.block-6 {
        border-right: 0;
    }
    .policy-block.block-5,
    .policy-block.block-6 {
        border-bottom: 1px solid #dfdfdf;
    }
    .affordable-glance-tab.nav-tabs li:first-child .nav-link {
        margin: 0;
    }
    .conference-slider.custome-carousel.owl-theme .owl-nav {
        margin: 0;
        display: none;
    }
    .video-background-holder {
        min-height: 208px;
    }
    .video-background-holder.inner-banner-hld h1 {
        background: 0 0;
    }
    .center-heading.main-heading:after {
        left: 0;
        transform: translate(0, 0);
    }
    .glancemodal figure figcaption {
        font-size: 1.4rem;
        padding: 5px 15px;
        line-height: 2rem;
    }
    .address-block h3 {
        margin-bottom: 15px;
        padding-bottom: 10px;
    }
    .affordabl-rera-hld ul li {
        font-size: 1.4rem;
        line-height: 1.8rem;
        width: 49%;
        display: inline-block;
        vertical-align: top;
        margin-bottom: 5px;
        padding: 0 5px;
        list-style: none;
        padding-left: 13px;
    }
    .affordabl-rera-hld ul li:after {
        display: none;
    }
    /*ourimpact mobile css*/
    
    
   
    .sustainableSection .para {
    text-align: left !important;
    }
    
    .sustainableSection .impact-img1 {
    width: 100%!important;
    border-radius: 5px;
}
   .sustainableSection .plDiv {
    padding-left: 15px;
}
     .sustainableSection .prDiv {
    padding-right: 15px;
}
   .sustainableSection .verSep {
    width: 1px;
    height: 180px;
    background: #DFDFDF;
    display: none;
} 
   .SepMob {
       display:block!important;
       border-bottom: 1px solid #DFDFDF;
       width: 100%;
   } 

   .sustainableSection .title {
    margin-bottom: 8%;
    padding-top: 2rem!important;
}
    .sustainableSection .sdgouter img:last-child {
        padding-left: 0px;
    }
    .cusHeight {
    height: unset!important;
}
    
 
}


.login-btn .nav-link{
    padding: 3px 20px!important;
}
.login-btn{
        border: 2px solid #d2d4d7;
}

.login-btn a .main-menu .navbar-nav .active a:before, .main-menu .navbar-nav .nav-link:hover:before {
    opacity: 1;
    width: 0;
}
.login-btn a {
    color: #c32329 !important;
    transition: .8s all;
}

.login-btn a:hover {
    background: #c32329 !important;
    color: #fff!important; 
}
.esg-hld {
   position: relative;
}
.esg-hld .mt-40 h3 {
    font-weight: 600;
    padding: 14px 0;
    font-size: 20px;
    font-family: montserratregular;
}
.esg-hld .mt-40 .main-heading {
    position: relative;
    font-size: 20px;
    padding-bottom: 20px;
    margin-bottom: 7px;
    font-family: montserratregular;
    line-height: 25px;
    margin-top: 10px;
    font-weight: 600;
}
.esg-hld .mt-40 ul {
    list-style-type: none;
        padding: 0;
    margin: 0;
}

.esg-hld .mt-40 li {
    border-bottom: 1px solid #c32429;
    padding: 5px 0;
    font-size: 16px;
}
.esg-hld .mt-40 li:last-child {
  border: none;
}
.esg-hld .mt-40 img{
    border-radius: 5px;
}
.pdfSec {
    /*padding: 3% 0;*/
}
.pdfSec .advisory-block {
    height: 100%;
    text-align: center;
    padding: 15px 20px 15px;
    display: block !important;
    box-shadow: 0px 0px 10px #cccccc73;
    background: #fff;
    border-radius: 0;
}
.pdfSec .advisory-block span {
    margin-top: 10px;
    color: #181a1c;
    font-family: montserratmedium, sans-serif;
    font-size: 1.8rem;
    line-height: 2.6rem;
}
.pdfSec .accordion .advisory-block .mt-auto {
    margin-top: 10px !important;
}
.pdfSec .btn-all {
    min-width: 145px;
    height: 45px;
    line-height: 45px;
}
.pdfSec p {
    text-align: center;
    padding-top: 3%;
}
.pdfSec .hlink {
    color: #c3221d;
    font-weight: 600;
    text-transform: capitalize;
}

.sustainableSection .innerHeading{
    margin-bottom: 3rem;
}
.sustainableSection .innerHeading:after {
    position: absolute;
    width: 70px;
    height: 3px;
    background: #c32429;
    top: 40px;
    left: 15px;
    content: "";
}
.sustainableSection .subHeading{
    font-size: 18px;
    margin-top: 2rem;
}
.sustainableSection h3 {
    margin-bottom:20px;
    font-size: 20px;
}
.sustainableSection .para{
    color: #181A1C;
    text-align: left;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    margin: 0rem 0 3rem 0;
}
.sustainableSection p {
    color: #6B6B6B;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 22px;
}
.sustainableSection .title {
     margin-bottom: 8%;
     margin-top: 2rem;
}
.sustainableSection .impact-img1 {
   width: 100%;
    height: 275px;
}
.sustainableSection .afImg{
    height: 323px!important;
    object-fit: cover;
}
.sustainableSection .verSep {
    width: 1px;
    height: 180px;
    background: #DFDFDF;
}
.SepMob {
       display:none;
}
.sustainableSection .sdgouter {
    display: flex;
}
.sustainableSection .sdgouter .col-md-4 {
  padding-right: 0;
}
.sustainableSection .sdgouter .col-md-3 {
  padding-right: 0;
}
/*.sustainableSection .sdgouter img {*/
/*    padding: 10px 0 0 10px;*/
/*}*/
/*.sustainableSection .sdgouter img:first-child {*/
/*    padding: 10px 0 0 0;*/
/*}*/
.bgWhite {
    border-radius: 0 5px 5px 0;
    background:#f5f5f5;
    padding: 30px;
}
.cusHeight {
    border-radius: 0 5px 5px 0;
    background: #f5f5f5;
    padding: 30px;
    height: 275px;
}

.cusHeight img {
    width:100px;
}

.prDiv {
    padding-right: 0px;
}
.plDiv {
    padding-left: 0px;
}
.mlDiv {
    margin-left: -12px;
}


   .team-container {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      gap: 30px;
      text-align: center;
      max-width: 1200px;
      margin: auto;
     
    }

    .team-member img {
      width: 100%;
      max-width: 160px;
      border-radius: 10px;
      cursor: pointer;
      margin-bottom: 20px;
    }

    .team-member h4 {
      margin: 10px 0 5px;
      font-size: 16px;
       cursor: pointer;
    }

    .team-member p {
      font-size: 14px;
      color: #555;
      font-style: italic;
      padding: 0 10px;
       cursor: pointer;
       min-height: 12vh;
    }
    
    .modal {
        position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    overflow: visible!important;
    }
    .modal-dialog{
        max-width: 1000px;
    }

.modal-title {
    font-size: 20px;
    font-weight: 600;
}
.modal-header p {
    font-size: 16px;
    color: #606060;
    margin: 0;
}
.modal-header .close {
    font-size: 35px;
}
.modal-body p {
    font-size: 16px;
    color: #000;
}
.modal-header .close {
    font-size: 35px;
    cursor: pointer;
}

    @media (max-width: 992px) {
      .team-container {
        grid-template-columns: repeat(2, 1fr);
      }
   
    }

    @media (max-width: 600px) {
      .team-container {
        grid-template-columns: 1fr;
      }
    }

@media only screen and (min-width: 300px) and (max-width: 767px) {
   .team-member p {
    min-height: auto;
}
.modal {
    position: fixed;
    width: 100%;
    top: 35%;
    left: 50%;
    
}
.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 15px;
    overflow-y: scroll;
    height: 60vh;
}
}
 

/*investments page css*/

.fundData {
			list-style: none;
			list-style-position: outside;
			padding: 0;
		}

		.fundData li {
			text-indent: -40px;
			padding-left: 50px;
		}

		.fundsImg {
			height: 688px;
			object-fit: cover;
		}

		@media (max-width:768px) {
			.fundData li {
				text-indent: -23px;
				padding-left: 22px;
			}

			.fundsImg {
				height: auto;
				object-fit: cover;
			}
		}


.our-project-block {
    .btn-all {
        min-width: 150px;
    height: unset!important;
    padding: 10px;
    }
}


/*news-room*/
.news-block-hld {
      .btn-all {
        min-width: 150px;
    height: unset!important;
    padding: 10px;
    }
}

/*our-impact*/


	.esg-block img {
			width: 36%;
		}

		.esg-block {
			font-family: montserratregular;
			font-size: 1.8rem;
			line-height: 2.5rem;
			color: #000;
			text-transform: uppercase;
			padding: 0;
			text-align: left;
			min-height: 125px;
			margin-bottom: 5px;
		}

		.esg-block .py-4>b {
			font-size: 25px;
			color: #703d1e;
			margin-right: 5px;
		}

		.esg-block.block-1,
		.esg-block.block-2,
		.esg-block.block-3,
		.esg-block.block-4,
		.esg-block.block-5 {
			background-color: #ffffff;
		}

		.esg-block p {
			text-transform: capitalize;
			flex: 1 1 auto;
			font-size: 16px;
			font-weight: 600;
			padding-bottom: 5px !important;
		}

		.esg-block+p {
			font-size: 1.4rem;
			text-align: left;
			line-height: 2rem;
		}

  /*site map*/

    	.site-head{
		font-size: 30px;
    margin-bottom: 15px;
    color: #e11f25;
	}
	.siteul{
		padding-left: 15px;
	}
	.siteul li{
		margin-bottom: 10px;
	}
	.siteul li a:hover{
		color: #e11f25;
	}
	.py-50{
	    padding-top: 50px;
		padding-bottom: 50px;
	}	













