@import url('https://fonts.googleapis.com/css2?family=Abhaya+Libre:wght@400;600;700;800&family=Raleway:wght@400;500;900&display=swap');

html,
body {
    height: 100%;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html.lenis {
    height: auto;
}

.lenis.lenis-smooth {
    scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}

.lenis.lenis-stopped {
    overflow: hidden;
}

.lenis.lenis-scrolling iframe {
    pointer-events: none;
}

:root {
    --primary: #292563;
    --secondary: #F18021;
    --black: #1d262e;
    --white: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Abhaya Libre', serif;
}


.bg-blue {
    background-color: var(--primary) !important;
}

body {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    letter-spacing: .5px;
    color: #000 !important;
    font-weight: 500;
    /* padding-top: 90px; */
}

img {
    max-width: 100%;
}
/* .hero-anime {
    height: 100vh;
} */

.hero-logo {
    position: absolute;
    right: 0;
    left: 0;
    text-align: center;
    padding: 20px;
}

.hero-logo img {
    max-width: 10%;
}

.hero-anime video{
    width: 100%;
    height: 80%;
    margin-top: -100px;
}

  
  #sticky.stick {
    position: fixed;
    top: 0;
    z-index: 9;
    left: 0;
    right: 0;
  }

.navbar {
    padding: 0;
    background-color: #fff;
    border-bottom: 1px solid gainsboro;
}
.navbar-brand {
    width: 90px;
}

.navbar-nav .nav-link {
    font-size: 14px;
    padding: 0 10px 0 10px !important;
    text-transform: uppercase;
    letter-spacing: .5px;
    color: var(--primary);
    opacity: 1;
    font-weight: 500;
    position: relative;
}
.top-links {
    margin-bottom: 20px;
}
.top-links .nav-link {
    color: var(--secondary) !important;
    font-weight: 500;    
    text-transform: lowercase;
}

.navbar-light .navbar-nav .nav-link {
    color: initial;
}

.nav-link.active {
    color: var(--secondary) !important;
}

.navbar-nav .nav-link:hover {
    color: var(--secondary);
}

a[data-color="agro"]:hover {
    background-color: #25aa6b;
    color: #fff;
}

a[data-color="real-estate"]:hover {
    background-color: #13ace5;
    color: #fff;
}

a[data-color="healthcare"]:hover {
    background-color: #e64190;
    color: #fff;
}

a[data-color="trading"]:hover {
    background-color: #ef8120;
    color: #fff;
}

a[data-color="infrastructure"]:hover {
    background-color: #e8432d;
    color: #fff;
}

a[data-color="event"]:hover {
    background-color: #a62a88;
    color: #fff;
}

a[data-color="e-waste"]:hover {
    background-color: #8cbf46;
    color: #fff;
}

a[data-color="finance"]:hover {
    background-color: #fbd228;
    color: #fff;
}

.color-block[data-color="agro"] {
    background-color: #25aa6b;
    color: #fff;
}

.color-block[data-color="real-estate"] {
    background-color: #13ace5;
    color: #fff;
}

.color-block[data-color="healthcare"] {
    background-color: #e64190;
    color: #fff;
}

.color-block[data-color="trading"] {
    background-color: #ef8120;
    color: #fff;
}

.color-block[data-color="infrastructure"] {
    background-color: #e8432d;
    color: #fff;
}

.color-block[data-color="event"] {
    background-color: #a62a88;
    color: #fff;
}

.color-block[data-color="e-waste"] {
    background-color: #8cbf46;
    color: #fff;
}

.color-block[data-color="finance"] {
    background-color: #fbd228;
    color: #fff;
}



/* Content wrapper design starts **/

.hero-section {
    /* background: var(--primary); */
    position: relative;
    overflow-x: hidden;
    /* height: calc(100vh - 85px); */
}
.hero-section img {
    margin-top: -140px;  
}

#hero-slider {
    height: 100%;
}

#hero-slider .owl-stage-outer,
#hero-slider .owl-stage,
#hero-slider .owl-item {
    height: 100%;
}

.hero-section .owl-item .item {
    overflow: hidden;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-position: center center;
}

.hero-section .owl-item .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-section .owl-dots {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
}

.hero-section .owl-theme .owl-dots .owl-dot span {
    background: transparent !important;
    border: 1px solid #fff;
}

.hero-section .owl-theme .owl-dots .owl-dot.active span {
    background: #fff !important;
}

.slider-content {
    padding: 50px;
    color: #fff;
}

.slider-content h1 {
    font-size: 78px;
    font-weight: 800;
}

.slider-content p {
    font-size: 24px;
}

.in-section {
    padding: 80px 0;
}

.main-title {
    font-weight: 800;
    font-size: 48px;
    text-transform: capitalize;
    color: var(--primary);
    margin-top: 40px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.main-title span {
    position: relative;
    z-index: 1;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.main-title::before {
    content: attr(data-title);
    font-family: 'Raleway', sans-serif;
    position: absolute;
    z-index: 0;
    font-size: 85px;
    top: -50px;
    color: var(--primary);
    opacity: .05;
    text-transform: uppercase;
    font-weight: 900;
    bottom: 0;
    right: 0;
    left: 0;
}

.text-white::before {
    color: #fff;
}

.bg-texture {
    background-color: #fef8f3;
    background-image: url("https://www.transparenttextures.com/patterns/beige-paper.png");
    /* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
}

.about-section .nav-pills .nav-link {
    min-width: 200px;
    border: 1px solid var(--primary);
    color: var(--primary);
    font-weight: 500;
    border-radius: 0;
    margin-right: 5px;
}

.about-section .nav {
    justify-content: center;
}

.about-section .nav-pills .nav-link.active {
    background-color: var(--secondary);
    border-color: var(--secondary);
    color: var(--white) !important;
}

.about-section .tab-content {
    margin-top: 50px;
}

.about-content {
    padding-right: 50px;
}

.about-imgs {
    position: relative;
}

img.about-inner-img {
    position: absolute;
    width: 67%;
    left: 170px;
    top: 30%;
    border-left: 10px solid var(--primary);
}

img.about-outer-img {
    max-width: 75%;
}

.prj-outer-items .item {
    margin-bottom: 30px;
}
.pr-block {
    border: 1px solid gainsboro;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    height: 100%;
    background-color: #fff;
}

.pr-text {
    padding: 15px;
    text-align: center;
}

h2.pr-title {
    margin-bottom: 0px;
    font-size: 24px;
    font-weight: 600;
}
.pr-address {
    margin-bottom: 6px;
}
span.prj-caption {
    font-size: 12px;
    display: inline-block;
    background: rgb(41 37 99 / 9%);
    margin-bottom: 15px;
    padding: 4px;
    color: var(--primary);
}

.btn.btn-primary {
    background-color: var(--primary);
    border-color: var(--primary);
    border-radius: 0;
}

.btn.btn-primary:hover {
    background-color: var(--secondary);
    border-color: var(--secondary);
}

.btn.btn-secondary {
    background-color: var(--secondary);
    border-color: var(--secondary);
    border-radius: 0;
}

.btn.btn-secondary:hover {
    background-color: var(--primary);
    border-color: var(--primary);
    border-color: var(--secondary);
}
.leader-section {
    padding-bottom: 0;
}

/* .leader-img {
    width: 250px;
    height: 250px;
    border-radius: 500px;
    object-fit: cover;
} */

#pr-slider .owl-dot span,
#awards-slider .owl-dot span,
#tst-slider .owl-dot span {
    display: inline-block;
    margin: 0 auto;
    background-color: var(--secondary);
}

#pr-slider .owl-dot,
#awards-slider .owl-dot,
#tst-slider .owl-dot {
    border: 1px solid var(--secondary);
    border-radius: 50px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 18px;
    margin: 0 5px;
    transition: .5s;
}

#pr-slider .owl-dot.active,
#awards-slider .owl-dot.active,
#tst-slider .owl-dot.active {
    border-color: var(--primary);
    transform: scale(1.2);
    transition: .5s;
}

#pr-slider .owl-dot.active span,
#awards-slider .owl-dot.active span,
#tst-slider .owl-dot.active span {
    background: var(--primary);
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: transparent;
}

button.owl-next {
    position: absolute;
    top: 42%;
    right: -4%;
    background-color: transparent !important;
    transform: scale(1) translateX(0px);
    transition: .5s;
}

button.owl-next:hover {
    background: transparent;
    transform: scale(1.5) translateX(20px);
    transition: .5s;
}

button.owl-prev {
    position: absolute;
    top: 42%;
    left: -4%;
    transform: rotate(180deg) scale(1) translateX(0);
    transition: .5s;
}

button.owl-prev:hover {
    transform: scale(1.5) rotate(180deg) translateX(20px);
    transition: .5s;
}

span.floating-badge {
    background: var(--secondary);
    padding: 10px 5px;
    color: #fff;
    position: absolute;
    z-index: 8;
    left: 0px;
    top: 0px;
    /* transform: rotate(90deg); */
    writing-mode: vertical-rl;
    text-orientation: mixed;
}
span.floating-badge-commercial {
    position: absolute;
    top: 10px;
    font-size: 12px;
    background: var(--secondary);
    color: #fff;
    padding: 5px 10px;
    border-radius: 50px;
    right: 10px;
}
.ongoing-badge {
    background-color: #e8432d !important;
}
.inp-block input,
.inp-block input[type="file"] {
    width: 100%;
    border: none;
    margin-bottom: 15px;
    padding: 15px;
    color: #000;
    font-weight: 500;
    outline: none;
}

.inp-block textarea {
    width: 100%;
    border: none;
    margin-bottom: 15px;
    padding: 15px;
    color: #000;
    border-radius: 2px;
    background-color: #fff;
    outline: none;
}

.career-section textarea {
    height: 185px;
}

.inp-block input::placeholder,
.inp-block textarea::placeholder {
    color: #000;
}

.career-section .inp-block input {
    background-color: #fff;
}

.career-section {
    padding-bottom: 0 !important;
}

.career-section .form-inner {
    /* border: 2px solid var(--secondary); */
    padding: 40px;
    background-color: var(--primary);
}

.btn-submit {
    padding: 10px 50px;
    text-transform: capitalize;
    font-weight: 400;
    letter-spacing: .3px;
    width: 100%;
}

ul.address-list {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    flex-direction: column;
    margin-bottom: 30px;
}

ul.address-list li a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
    text-decoration: none;
    color: #000;
}

ul.address-list li a img {
    width: 16px;
}

.contact-section {
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-attachment: fixed;
}


.ct-left-block {
    padding: 50px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.ct-left-block .main-title {
    margin-top: 0;
    font-size: 34px;
}

.ct-right-block {
    padding-right: 0;
}

.contact-form .inp-block input,
.contact-form .inp-block textarea {
    border: 1px solid #b5b5b5;
}

.contact-form textarea {
    height: 100px;
}

footer {
    padding-top: 50px;
    color: var(--white);
}

.footer-building-img {
    padding: 70px;
    background-size: contain;
    background-repeat: repeat-x;
    background-position: bottom center;
    filter: invert(1) brightness(1.5);
}

footer .copyright {
    padding: 30px 15px 15px;
    border-top: 1px solid #413b91;
    margin: 30px 0;
}

footer .copyright p {
    color: #fff;
    margin: 0;
}

.media-block {
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
    height: initial;
    text-decoration: none;
}


.media-block p {
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: var(--primary);
    text-decoration: none;
    margin-top: 10px;
}

.breadcrumb-item a {
    color: var(--black);
    font-weight: 500;
    text-decoration: none;
}

.breadcrumb-item.active {
    color: var(--primary);
    font-weight: 700;
}

.text-block {
    margin-bottom: 30px;
}

.in-banner-block {
    height: 350px;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    transition: .3s;
}

h4.ft-title {
    margin-bottom: 15px;
}

.ft-widget ul {
    padding: 0;
    list-style: none;
    padding-left: 2px;
}

.ft-widget ul li a {
    color: #fff;
    text-decoration: none;
    margin-bottom: 5px;
    display: block;
    transition: .3s;
}

.ft-widget ul li a:hover {
    color: var(--secondary);
    transition: .3s;
}

.ft-form input {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid gainsboro;
    padding: 10px 0px;
    outline: none;
    color: #fff;
    transition: .3s;
}

.ft-form input::placeholder {
    color: #fff;
    transition: .3s;
}

.ft-form input:focus::placeholder {
    color: var(--secondary);
    transition: .3s;
}

.ft-form input:focus {
    transition: border .3s;
    border-color: var(--secondary);
}

.ft-form button {
    margin-top: 15px;
    padding: 0;
    outline: none;
}

.ft-form button:focus {
    box-shadow: none;
}

.ft-form button img {
    width: 50px;
}

.ft-address-list {
    color: #fff;
    text-decoration: none;
    line-height: 2;
}

.ct-half-bg {
    height: 550px;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    margin-bottom: -250px;
}

.scroll-img {
    height: 100%;
    overflow: hidden;
    background-color: var(--primary);
    color: #fff;
    padding: 60px 30px;
    box-shadow: 0 13px 26px 0 rgba(0, 0, 0, .09);
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

.award-block {
    border: 1px solid #F5EAE0;
    padding: 15px;
    margin-bottom: 30px;
}

/* .award-img {
    background: whitesmoke;
    padding: 10px;
    margin-bottom: 30px;
    margin-top: 45px;
}

.award-img img {    
    margin: -75px auto 0;
} */

.award-title {
    font-size: 22px;
    color: var(--primary);
    font-weight: 600;
    letter-spacing: 0px;
    margin-top: 30px;
}

.award-text {
    min-height: 130px;
}
.usp-row:first-of-type {
    margin-top: 70px;
    margin-bottom: 50px;
}

.usp-ico {
    width: 90px;
    margin: 0 auto 20px auto;
    padding: 20px;
    border-radius: 50px;
    background: rgb(241 128 33 / 19%);
    border: 2px solid var(--secondary);
}
.usp-ico img{
    filter: invert(1);
}

.usp-text h4{
    font-size: 18px;
}

.tst-item {
    margin-bottom: 30px;
}

.tst-content {
    margin-bottom: 30px;
    font-size: 20px;
}

.tst-author-img {
    width: 80px;
    margin: 20px auto;
}
.tst-prj-name {
    font-weight: 700;
    color: var(--secondary);
}

/* New Values section */
.color-block {
    width: 50px;
    height: 50px;
    display: inline-block;
    border-radius: 100px;
    background: gainsboro;
    transition: .5s;
}
.value-title {
    font-weight: 700;
    margin: 30px 0 15px;
    position: relative;
    z-index: 1;
    transition: .3s;
}
.value-block {
    display: inline-block;
    width: 100%;
    background: #ffffff80;
    padding: 30px;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 30px;
    text-decoration: none;
    color: #000;
}
.value-block .value-title {
    margin-bottom: 5px;
}
.value-block .value-link {
    color: #000;
    padding: 0;
    text-decoration: none;
    font-weight: 500;
    border: none;
    transition: .3s;
    box-shadow: none;
}
.value-block:hover .color-block{
    transform: scale(15.5);
    transition: .5s;
}
.value-block:hover .value-title{
    transform: translateY(-25px);
    transition: .3s;
    color: #fff;
}
.value-block:hover .value-link{
    transform: translateY(-25px);
    transition: .3s;
    color: #fff;
}

.cred-section .col {
    padding: 0;
}
.crd-block {
    color: #fff;
    border-right: 1px solid #5e5b85;
    text-align: center;
}

.crd-block.no-border {
    border: none !important;
}
.crd-block p{
    margin: 0;
    text-transform: capitalize;
}
.crd-block h1{
    font-size: 46px;
    font-weight: 900;
    text-transform: capitalize;
}

.social-icons ul {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 0;
}

.social-icons ul li a {
    width: 40px;
    height: 40px;
    background: #534f91;
    border-radius: 50px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s;
}
.social-icons ul li a:hover {
    background-color: var(--secondary);
    transition: .3s;
}
.social-icons ul li a img{
    max-width: 22px;
}

.prj-nav-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 60px auto;
}
.prj-nav-menu button.btn-default {
    border-radius: 0;
    font-size: 18px;
    border: none;
    box-shadow: none;
    border-right: 1px solid gainsboro;
    padding: 6px 25px;
}
.prj-nav-menu button.btn-default:hover {
    background-color: var(--secondary);
    color: #fff;
}
.prj-nav-menu button.btn-default:last-of-type {
    border-right: none;
}
.prj-nav-menu .filter-button.active {
    background: var(--primary);
    color: #fff;
}
.pr-img {
    height: 300px;
    overflow: hidden;
    position: relative;
}
.pr-img img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    transition: .5s;
}
/* .pr-block:hover .pr-img img{
    transform: scale(1.1);
    transition: 1s;
} */

.hero-inner {
    height: 350px;
    background-size: cover;
    background-position: center center;
}

.hero-inner-content {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0000009b;
    color: #fff;
}
.hero-inner-content  h1{
    font-size: 92px;
    text-transform: uppercase;    
}
.tab-block {
    margin: 50px 0;
}
.tab-block .nav-pills .nav-link {
    background-color: var(--primary);
    border-radius: 0;
    color: #fff;
}
.tab-block .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: var(--secondary);
    color: #fff !important;
}
.tab-block .tab-content {
    padding: 20px;
    background-color: whitesmoke;
}
.tab-block .tab-content p:last-of-type {
    margin-bottom: 0;
}
.inp-section {
    padding: 80px 0;
}
.inp-section .main-title {
    margin-top: 0;
}

.job-list-group {
    margin-top: 20px;
}
.job-list-group li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    padding: 10px 10px 10px 20px;
}
.job-list-group li:last-of-type {
    margin-bottom: 0;
}
.job-title {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
}
.job-title span {
    font-family: 'Abhaya Libre', sans-serif !important;
    text-transform: uppercase;
    font-weight: bold;
    color: var(--secondary);
    font-size: 18px;
}
.disclaimer-page h3 {
    font-weight: 700;
    margin-bottom: 10px;
}
.disclaimer-page p{
    margin-bottom: 30px;
}

.fixed-btn {
    position: fixed;
    top: 40%;
    transform: translateY(-40%) rotate(-90deg);
    right: -75px;
    background: var(--secondary);
    color: #fff;
    padding: 10px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 12px;
    border: none;
    cursor: pointer;
}
.enq-form {
    padding: 0;
    position: relative;
}
.enq-form button.btn-close {
    opacity: 1;
    background-color: #fff;
    padding: 10px;
    border-radius: 50px;
    position: absolute;
    right: -15px;
    top: -15px;
    z-index: 2;
    border: 1px solid gainsboro;
}
.enq-form .main-title {
    margin-bottom: 0;
}
.modal-body hr {
    margin: 30px 0;
}
.many-more-text {
    text-align: right;
    padding-right: 46px;
    color: #292563;
    font-weight: 700;
}
.no-cursor {
    cursor: inherit;
}

ul.add-list {
    margin: 0;
}

ul.add-list li {
    margin-bottom: 10px;
}

ul.add-list li:last-of-type {
    margin-bottom: 0;
}

ul.add-list li a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

ul.add-list li a img {width: 20px;}

.ipa-input input,
.ipa-input select {
    width: 100%;
    padding: 10px 0;
    border: none;
    border-bottom: 1px solid var(--primary);
    outline: none;
    margin-bottom: 20px;
}

.apply-form input[type="submit"] {
    background-color: var(--secondary);
    border: none;
    border-radius: 0;
    padding: 5px 10px;
    color: var(--white);
}
.apply-form .apply-btn {
    text-align: right;
}
.attach-btn {
    margin-top: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}
.modal-body p{
    text-align: justify;
}
@media screen and (max-width: 768px){
    .hero-anime {
        height: 350px;
    }
    .hero-logo img {
        max-width: 20%;
    }
    .hero-anime video {
        width: 100%;
        height: 110%;
        margin-top: 50px;
    }
    .navbar-brand{
        width: 70px;
    }
    .navbar-collapse {
        padding: 20px 0;
        border-top: 1px solid gainsboro;
    }
    .navbar-nav {
        gap: 10px;
    }
    .navbar-toggler:focus {
        box-shadow: 0 0 0 0.02rem;
    }
    .hero-anime {
        height: initial;
    }
    .about-content {
        padding-right: 15px;
    }
    .main-title::before {
        font-size: 40px;
        top: -25px;
    }
    .main-title span {
        word-wrap: break-word;
        font-size: 30px;
        letter-spacing: 1px;
        line-height: 0;
    }
    .cred-section {
        padding: 0;
    }
    .crd-block {
        color: #fff;
        border-bottom: 1px solid #5e5b85;
        border-right: none;
        text-align: center;
        padding: 50px;
    }
    .leader-section {
        padding-bottom: 80px;
    }
    .leader-img {
        margin-bottom: 50px;
        border-bottom: 1px solid gainsboro;
    }
    button.owl-prev,
    button.owl-next {
        display: none !important;
    }
    .footer-form {
        background: #4e3656;
        padding: 20px;
    }
    .fixed-btn {
        right: 0;
        transform: translateY(-40%) rotate(0deg);
    }
    .fixed-btn span {       
        display: none;
    }
    .ft-widget {
        padding-bottom: 15px;
    }
    .hero-anime img {
        margin-top: 0px;
    }
    .tab-block ul{
        gap: 10px;
    }
}