/* 
Primary headings: #d4c49a (bright warm gold)
Italic accent words: #c0a87a (amber gold — same as carousel's PlayfairDisplay-Italic accents)
Body text: #948a78 (warm grey-brown)
Spaced-caps section labels: #7a6a4a (dark olive gold)
Client/footer names: #b0a080 (bronze). // subheading
Background: #030303 (near-black brown)
Border lines: #8a7a5a (muted gold) */

/* 
font-family: "Lora", serif;
font-family: "Playfair Display", serif;
font-family: "Poppins", sans-serif; 
*/


body,
html {
    font-family: "Poppins", sans-serif;
    color: #948a78;
    background-color: #030303;
}

.innerPage {
    background-color: #030303;
}

.innerPage .menuButton {
    border-color: #706349;
}

.innerPage .menuButton:after {
    background: #706349;
}

.innerPageHeader {
    font-family: "Playfair Display", serif;
    color: #d4c49a;
    font-size: 40px;
    margin-bottom: 40px;
    position: relative;
    font-weight: normal;
}

.innerPageHeader::before {
    content: "";
    width: 60px;
    height: 1px;
    background-color: #706349;
    position: absolute;
    left: 0;
    bottom: -30px;
}

.innerPageHeader span {
    font-family: "Playfair Display", serif;
    font-style: italic;
    color: #c0a87a;
}

#contactUs h3 {
    font-family: "Lora", serif;
    color: #b0a080;
    position: relative;
    padding-bottom: 20px;
    font-style: italic;
    font-size: 24px;
}

#contactUs h3::before {
    content: "";
    width: 60px;
    height: 1px;
    background-color: #706349;
    position: absolute;
    left: 0;
    bottom: 0px;
}

.btn-brown {
    font-family: "Poppins", sans-serif;
    background-color: #d4c49a;
    color: #030303;
    transition: all .2s;
}

.btn-brown:hover {
    background-color: #7a6a4a;
    color: #d4c49a;
    opacity: 1;
}

.btn-default {
    border: 1px #706349 solid;
    color: #948a78;
    font-family: "Poppins", sans-serif;
    font-weight: 400 !important;
    border-radius: 0;
    background-color: transparent;
    padding: 10px 20px;
    font-weight: 18px;
    font-size: 12px;
    letter-spacing: 1px;
}

.btn-default:hover {
    background: rgb(138, 122, 90, .4);
    color: #d4c49a;
    border-radius: 0;
    transform: scale(1);
    border: 1px #706349 solid;
}

.contactHolder {
    border: 1px #706349 solid;
}

.contactItems label a {
    color: #b0a080 !important;
    font-family: "Lora", serif;
    font-weight: normal;
}

.contactItems label {
    color: #b0a080;
    font-family: "Lora", serif;
    font-weight: normal;
}

.contactItems label a:hover {
    color: #d4c49a;
}

.mdInput {
    border: 1px #706349 solid;
    border-radius: 4px;
}

.mdInput input {
    font-family: "Poppins", sans-serif;
    color: #d4c49a;
}

input:-internal-autofill-selected {
    background-color: transparent !important;
}

.mdInput label {
    color: #7a6a4a;
    font-family: "Poppins", sans-serif;
    font-weight: normal;
    font-size: 15px;
}

.mdInput {
    line-height: 40px;
    margin-top: 25px;
}

.mdFocussed label,
.alwaysFocused label {
    top: -28px;
    font-size: 12px;
}

.contactItems span {
    border: 1px #706349 solid;
}

.contactItems span i {
    color: #7a6a4a;
    transition: all .2s;
}

.contactItems:hover span i {
    color: #b0a080;
}

.contactItemsInline {
    color: #7a6a4a;
    transition: all .2s;
}

.contactItemsInline span svg {
    fill: #7a6a4a;
    transition: all .2s;
}

.contactItemsInline:hover span svg {
    fill: #b0a080;
}

.contactItemsInline:hover span {
    background: transparent;
}

.innerPage .momInnerNewContentInner h1 {
    font-family: "Playfair Display", serif;
    color: #d4c49a;
    font-size: 40px;
    font-weight: normal;
    margin-bottom: 60px;
    position: relative;
}

.innerPage .momInnerNewContentInner h1::after {
    content: "";
    width: 60px;
    height: 1px;
    background-color: #706349;
    position: absolute;
    left: 0;
    bottom: -30px;
}

.innerPage .momInnerNewContentInner h1 span {
    font-family: "Lora", serif;
    color: #c0a87a;
    font-weight: normal;
    font-style: italic;
}

.innerPage .momInnerNewContentInner p {
    color: #948a78;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    line-height: 180%;
}

.momInnerNewContentInner a {
    font-family: "Poppins", sans-serif;
    background-color: #948a78;
    color: #030303;
    transition: all .2s;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 10px 20px;
}

.momInnerNewContentInner a:hover {
    background-color: #7a6a4a;
    color: #948a78;
    opacity: 1;
}

.navigateToVert {
    background-color: transparent;
    border: solid 1px #8a7a5a;
    color: #030303;
    transition: all .2s;
}

.navigateToVert:hover {
    background-color: #8a7a5a;
}

.navigateToVert span {
    font-family: "Poppins", sans-serif;
}

.navigateToVert span,
i {
    color: #d4c49a;
    transition: all .2s;
}

.fullModalClose {
    background: transparent;
    border: solid 1px #706349;
    border-radius: 0;
    background-color: #d4c49a;
    transition: all .2s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fullModalClose img {
    width: 24px;
    height: 24px;
    filter: invert(1);
}

.fullModalInner {
    background: #030303;
}

.fullModalHeader:after {
    background: -webkit-linear-gradient(top, transparent, #030303);
}

.modalTestiInner .modalAuthorText {
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    font-weight: normal;
    font-style: normal;
}

.modalTestiInnerAuth p {
    margin-bottom: 0;
    font-family: "Lora", serif;
    font-size: 24px;
    font-weight: normal;
    font-style: italic;
}

.modalTestiInnerAuth p span {
    margin-bottom: 0;
    font-family: "Lora", serif;
    font-size: 24px;
    font-weight: normal;
    font-style: italic;
}

.menuInner {
    position: absolute;
    top: 50px;
    right: 50px;
    bottom: 50px;
    left: 50px;
    background: rgba(30, 30, 27, .75);
    -webkit-box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.56);
}

.closeMenuInner {
    right: 0;
}

.closeMenuInner i {
    color: #d4c49a;
    font-size: 24px;
    font-weight: normal;
}

.menuInContentAnchors a {
    font-family: "Lora", serif;
    color: #c0a87a;
    transition: all .2s;
}

.menuInContentAnchors a:hover {
    color: #d4c49a;
}

.menuInContentAnchors .alegreya {
    font-size: 24px;
}

.menuInContentAnchors .alegreya {
    font-family: "Lora", serif;
    color: #c0a87a;
}

.menuInContentAnchors .alegreya:hover {
    color: #d4c49a;
}

.caret {
    border-color: #c0a87a transparent transparent transparent;
}

.menuInContentAnchors a.subMenu {
    color: #b0a080;
    font-family: "Poppins", sans-serif;
    line-height: 140%;
}

.menuBackgroundHome .menuInContentAnchors a {
    color: #d4c49a;
}

.menuBackgroundHome .menuInContentAnchors p {
    color: #d4c49a;
}

.menuBackgroundHome .menuInContentAnchors a.subMenu {
    color: #c0a87a;
}

.menuBackgroundHome .caret {
    border-color: #d4c49a transparent transparent transparent;
}

.contactModalInner {
    background: #030303;
}

.contactModalInner .contactHolder {
    border: 0;
}

.fullModal .modalTestiInner {
    background: #8a7a5a;
}

.customizeLongDWrap span {
    font-family: "Poppins", sans-serif;
    font-size: 15px !important;
    color: #948a78;
    font-weight: normal;
    font-size: 18px;
}

.customizeLongHolder .testimDesigWrap {
    font-family: "Lora", serif;
    font-style: italic;
    color: #c0a87a;
    font-size: 16px;
}

.offshoreTopImg::after {
    background: linear-gradient(360deg, #030303 30%, rgba(255, 208, 48, 0.1));
}

.SolFeaInnerMainSubHead {
    color: #948a78 !important;
    font-family: "Poppins", sans-serif !important;
    font-size: 15px !important;
    font-weight: normal !important;
}

.centerWrap {
    text-align: center;
    width: 100%;
}

.centerWrap h1 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.centerWrap h1::after {
    left: 50% !important;
    margin-left: -30px !important;
}

.OffshrTeamHeading {
    font-family: "Lora", serif;
    font-size: 40px;
    text-align: center;
    margin-bottom: 40px;
    font-weight: normal;
    color: #c0a87a;
}

.offShrTeamName {
    font-weight: normal;
    color: #c0a87a;
    font-family: "Lora", serif;
    font-style: italic;
    font-size: 18px;
}

.offShrTeamDesig {
    font-size: 14px;
    color: #948a78;
    font-family: "Poppins", sans-serif;
}

.SolFeaInner {
    background-color: transparent;
    border: solid 1px #706349;
    border-radius: 0px;
    background-image: none;
}

.solFeaDesc {
    color: #948a78 !important;
    line-height: 180% !important;
    font-size: 15px !important;
}

.solFeaHeader {
    color: #c0a87a;
    font-family: "Poppins", sans-serif;
    font-weight: normal;
    margin: 15px 0 20px;
    font-size: 18px;
}

.scrollIndicatorInModalBlack {
    background-color: #c0a87a;
    color: #030303;
}

.modal-content {
    background-color: #030303;
    border: 1px solid #706349;
}

.modal-footer {
    border-top: 1px solid #706349 !important;
}

.padAround15 h2 {
    color: #d4c49a;
    font-family: "Lora", serif;
    font-style: italic;
    font-weight: normal;
    font-size: 24px;
}

.padAround15 h4 {
    color: #c0a87a;
    font-family: "Poppins", sans-serif;
    font-weight: normal;
    margin-bottom: 40px;
    position: relative;
    font-size: 16px;
    line-height: 120%;
}

.padAround15 h4::before {
    content: "";
    width: 60px;
    height: 1px;
    background-color: #706349;
    position: absolute;
    left: 0;
    bottom: -20px;
}

.padAround15 p {
    color: #948a78;
    font-family: "Poppins", sans-serif;
    font-weight: normal;
    line-height: 180%;
    font-size: 14px;
}

.modalCloseBtn {
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px #706349 solid !important;
    border-radius: 0;
}

.modalCloseBtn img {
    width: 16px;
    height: 16px;
}

.modalCloseBtn:hover {
    background: rgb(138, 122, 90, .4);
}

.padAround15 {
    padding: 30px;
}


.asideItem h3 {
    font-family: "Playfair Display", serif;
    color: #c0a87a;
    font-size: 18px;
    font-style: italic;
}

.asideItem ul li a {
    font-family: "Poppins", sans-serif;
    color: #948a78;
}

.searchNews {
    background-color: transparent;
    color: #d4c49a;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    border: solid 1px #706349;
    border-radius: 0px;
}

.searchNews::placeholder {
    color: #7a6a4a;
}

.newsCard {
    color: #030303;
    border: solid 1px #706349;
    background-color: transparent;
    color: #948a78;
    border-radius: 0;
}

.newsCard h1 {
    margin-bottom: 20px;
    margin-top: 20px;
    color: #d4c49a;
    font-weight: normal;
    font-size: 24px;
}

.oldEngFont {
    font-family: "Lora", serif;
    font-style: italic;
}

.newsCard small {
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: normal;
}

.newsCard p {
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    line-height: 180%;
    margin-top: 10px;
}

.asideItem a {
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 300;
}

.border span {
    background: #706349;
}

.border span::before {
    background: #706349;
}

.border span::after {
    background: #706349;
}

.oldEngFont.darkHeader {
    font-family: "Playfair Display", serif;
    font-style: normal;
}

.bannerTag {
    text-align: center;
}

.bannerTag>label {
    background: transparent;
    color: #d4c49a;
    font-family: "Playfair Display", serif;
    font-size: 50px;
    line-height: 120%;
}

.bannerTag>label span {
    background: transparent;
    color: #c0a87a;
    font-family: "Playfair Display", serif;
    font-style: italic;
    font-size: 50px;
}

.btn-bordered {
    border: 1px #706349 solid;
    color: #d4c49a;
    font-family: "Poppins", sans-serif;
    font-weight: 400 !important;
    border-radius: 0;
}

.bannerInner .btn-bordered:hover,
.bannerInner .btn-bordered:focus,
.bannerInner .btn-bordered:active {
    background: rgb(138, 122, 90, .4);
    color: #d4c49a;
    border-radius: 0;
    transform: scale(1);
    border: 1px #706349 solid;
}

.letsInv {
    background-color: #030303;
}

.momInnerNewContentInner a {
    font-weight: normal;
}

.letsInvInner .alegreya {
    font-family: "Playfair Display", serif;
    font-style: normal;
    color: #d4c49a;
    font-size: 40px;
    margin-bottom: 30px;
    font-weight: normal;
}

.letsInvInner .alegreya span {
    font-family: "Playfair Display", serif;
    font-style: normal;
    color: #c0a87a;
    font-style: italic;
}

.letsInvInner p {
    opacity: 1;
}

.monInHead {
    font-size: 24px;
    font-family: "Lora", serif;
    color: #c0a87a;
    font-weight: normal;
    opacity: 1;
    margin-bottom: 40px;
    font-style: italic;
    position: relative;
}

.monInHead::after {
    content: "";
    width: 60px;
    height: 1px;
    background-color: #706349;
    position: absolute;
    left: 0;
    bottom: -20px;
}

.momInnerNewContentInner p {
    font-family: "Poppins", sans-serif;
    font-weight: normal;
    color: #948a78;
    font-size: 15px;
    line-height: 180%;
}

.detailedModalInner {
    background-color: #030303;
}

.detailedModalInner h1,
.detailedModalInner p {
    font-family: "Lora", serif;
    font-size: 24px;
    font-weight: normal;
    color: #c0a87a;
    margin-bottom: 0px;
    font-style: italic;
}

.detailedModalInner p {
    font-family: "Poppins", sans-serif;
    font-weight: normal;
    color: #948a78;
    font-size: 15px;
    margin-top: 0px;
    margin-bottom: 20px;
    line-height: 180%;
    font-style: normal;
}

.detailedModalInner p b {
    font-family: "Playfair Display", serif;
    font-weight: 500;
    color: #948a78;
    font-size: 15px;
    margin: 10px 0 20px;
    font-style: italic;
}

.owl-nav>div.owl-next {
    background: #948a78;
    color: #030303;
}

.owl-nav>div.owl-prev {
    background: #948a78;
    color: #030303;
}

.scrollIndicator {
    background-color: #706349;
}

.scrollIndicator i {
    color: #030303;
}

.bannerRippleCircle {
    background: #030303;
}

.careerItemHeader {
    background: #030303;
    color: #c0a87a;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
}

.careerItemHeader:after {
    border-color: #c0a87a transparent transparent transparent;
}

.careerItemContent li {
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    line-height: 140%;
    margin-bottom: 8px;
}

.careerItemContent li ul li {
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    line-height: 140%;
    list-style: disc;
    margin-bottom: 8px;
}

.careerItemContent li ul {
    margin-bottom: 25px;
    margin-top: 20px;
}

.careerItemContent .text-center {
    margin-top: 20px;
}



.mailYourCv {
    background: #c0a87a;
    color: #030303;
    padding: 6px 20px 7px;
    border: 1px #706349 solid;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
}

.mailYourCv:hover {
    background: #d4c49a;
}

.fs17 {
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    line-height: 180%;
}

.careerItemHolder {
    border: 1px #706349 solid;
}

.tabsRow {
    margin-top: 50px;
}

.careerItemContent {
    border-top: 0px;
}

.fullModal .modealTestiImage,
.testimonialRow .modealTestiImage {
    border: 2px #706349 solid;
}

.aboutContainer h1 {
    font-family: "Playfair Display", serif;
    color: #d4c49a;
    font-size: 40px;
    font-weight: normal;
}

.aboutContainer h1 span {
    font-family: "Playfair Display", serif;
    color: #c0a87a;
    font-style: italic;
}

.aboutTeamMemberinsideGround .teamMemberName {
    background-color: #d4c49a !important;
    font-size: 18px;
    color: #030303 !important;
    font-family: "Lora", serif;
    font-style: italic;
}


::-webkit-scrollbar {
    width: 10px !important;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #030303 !important;
    border-radius: 10px !important;
}

::-webkit-scrollbar-thumb {
    background: #c0a87a !important;
    border-radius: 10px !important;
}

::-webkit-scrollbar-thumb:hover {
    background: #c0a87a !important;
}


.letsInv::-webkit-scrollbar {
    width: 10px;
}

.letsInv::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #030303;
    border-radius: 10px;
}

.letsInv::-webkit-scrollbar-thumb {
    background: #c0a87a;
    border-radius: 10px;
}

.letsInv::-webkit-scrollbar-thumb:hover {
    background: #a88d5f;
}

.padAround15::-webkit-scrollbar {
    width: 10px;
}

.padAround15::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #030303;
    border-radius: 10px;
}

.padAround15::-webkit-scrollbar-thumb {
    background: #c0a87a;
    border-radius: 10px;
}

.padAround15::-webkit-scrollbar-thumb:hover {
    background: #c0a87a;
}

.closeLetsInvOuter {
    position: absolute;
    right: 16px;
    top: 10px;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    z-index: 10;
    color: #c0a87a;
    opacity: .7;
    background-color: #d4c49a;
    border-radius: 50%;
    transition: all .2s;
}

.menuButton:after {
    background: #d4c49a;
}

.menuButton {
    border-color: #d4c49a;
}

.bannerVideo {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.bannerVideo::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    inset: 0;
}

/* .banOverlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    inset: 0;
} */

.bannerVideo video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: middle;
    object-position: center;
}

.thumbnail {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 50;
    opacity: 1;
    transition: opacity 1s ease;
    border: 0px;
    outline: none;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    filter: brightness(0.5);
}

.thumbnail.hide {
    opacity: 0;
    pointer-events: none;
}


.banner.home {
    position: relative;
    overflow: hidden;
}

.fade-item {
    opacity: 0;
    transition:
        opacity .8s ease,
        transform .8s ease;
}

.item-1,
.item-6 {
    transform: none;
}

.item-1.show,
.item-6.show {
    opacity: 1;
}

.item-4,
.item-5 {
    transform: translateY(30px);
}

.item-4.show,
.item-5.show {
    opacity: 1;
    transform: translateY(0);
}

.replayBtn {
    width: initial;
    padding: 7px 20px;
    border: solid 1px #706349;
    font-size: 12px;
    color: #c0a87a;
    font-style: italic;
    font-family: "Lora", serif;
    position: absolute;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
    transition: all .2s;
    z-index: 10;
    background-color: rgba(138, 122, 90, .4);
}

.replayBtn:hover {
    background-color: rgba(138, 122, 90, .7);
}

.bannerLabel {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    padding-top: 500px;
}

.momInnerNewContentInner a {
    border: 1px #706349 solid !important;
    color: #d4c49a;
    font-family: "Poppins", sans-serif;
    font-weight: 400 !important;
    border-radius: 0;
    padding: 10px 20px;
    height: initial;
    line-height: initial;
    transition: all .2s;
    letter-spacing: 1px;
    background-color: transparent;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 300 !important;
    text-transform: uppercase;
}

.momInnerNewContentInner a:hover {
    background: rgb(138, 122, 90, .4);
    color: #d4c49a;
    border-radius: 0;
    transform: scale(1);
    border: 1px #706349 solid;
}

.closeLetsInvOuter {
    position: absolute;
    right: 20px;
    top: 10px;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    z-index: 10;
    color: #c0a87a;
    opacity: .7;
    background-color: transparent;
    border-radius: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px #706349 solid;

}

.closeLetsInvOuter img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.closeLetsInvOuter:hover {
    background: rgb(138, 122, 90, .4);
}

.bannerInner .btn-bordered {
    border: 1px #706349 solid !important;
    color: #d4c49a;
    font-family: "Poppins", sans-serif;
    font-weight: 400 !important;
    border-radius: 0;
    padding: 15px 25px !important;
    height: initial;
    line-height: initial;
    transition: all .2s;
    letter-spacing: 1px;
    background-color: transparent;
    font-size: 14px;
    font-weight: 300 !important;
    letter-spacing: 1px;
    background: rgb(138, 122, 90, .4);
}

.bannerInner .btn-bordered:focus {
    outline: none;
    box-shadow: none;
    line-height: initial;
    height: initial;
}

.bannerInner .btn-bordered:hover {
    outline: none;
    box-shadow: none;
    line-height: initial !important;
    height: initial;
    background: rgb(138, 122, 90, .7) !important;
}

.btn-bordered {
    border: 1px #706349 solid !important;
    color: #d4c49a;
    font-family: "Poppins", sans-serif;
    font-weight: 400 !important;
    border-radius: 0;
    padding: 0 40px;
    height: 50px;
    line-height: 50px;
    transition: all .2s;
    letter-spacing: 1px;
    background-color: transparent;
    font-size: 16px;
    font-weight: 300 !important;
}

.bannerInner .btn-bordered:hover {
    background: rgb(138, 122, 90, .4);
    color: #d4c49a;
    border-radius: 0;
    transform: scale(1);
    border: 1px #706349 solid;
    line-height: 50px;
}

.btn-bordered:hover {
    background: rgb(138, 122, 90, .4);
    color: #d4c49a;
    border-radius: 0;
    transform: scale(1);
    border: 1px #706349 solid;
}

.momInnerNewContent {
    margin-bottom: 80px;
}

.btn-brown {
    border: 1px #706349 solid !important;
    color: #948a78;
    font-family: "Poppins", sans-serif;
    font-weight: 400 !important;
    border-radius: 0;
    padding: 10px 20px;
    height: initial;
    line-height: initial;
    transition: all .2s;
    letter-spacing: 1px;
    background-color: transparent;
    font-size: 12px;
    font-weight: 300 !important;
}

.btn-brown:hover {
    background: rgb(138, 122, 90, .4);
    color: #948a78;
    border-radius: 0;
    transform: scale(1);
    border: 1px #706349 solid;
}

.scrollIndicator {
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
}

.scrollIndicator img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}


.scrollIndicatorInModal {
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
}

.scrollIndicatorInModal img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.closeContactModal {
    border: solid 1px #706349;
    height: 35px;
    width: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.closeContactModal img {
    width: 16px;
    height: 16px;
    object-fit: contain;
}

.momInDescWrap {
    margin-bottom: 30px;
}

.closeMenuInner {
    border: solid 1px #706349;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 20px;
    right: 20px;
    transition: all .2s;
}

.closeMenuInner:hover {
    background: rgb(138, 122, 90, .4);
}

.closeMenuInner img {
    width: 16px;
    height: 16px;
    object-fit: contain;
}

.menuInContentAnchors a {
    margin-top: 30px;
    margin-bottom: 0px;
}

.menuInContentAnchors p {
    margin-top: 30px;
    margin-bottom: 0px;
}

.menuInContentAnchors a.subMenu {
    margin-top: 10px;
    margin-bottom: 0px;
}

.centerHeading {
    display: inline-flex;
    width: initial;
    margin-bottom: 60px;
}

.centerHeading::before {
    left: 50%;
    transform: translateX(-50%);
    bottom: -30px;
}

.bulletingPara::before {
    background-color: #958a78;
}

.mdInput input,
.mdInput textarea,
.mdInput select {
    display: block;
    width: 100%;
    border: none;
    outline: none;
    height: 40px;
    padding: 0;
    line-height: 40px;
    position: relative;
    z-index: 2;
    background: none;
    font-size: 15px;
    font-family: "Alice";
    border: 1px #000000 solid;
    text-indent: 10px;
    border-radius: 4px;
}

.mdInput input::placeholder {
    font-size: 15px;
}

.mdInput textarea {
    font-family: "Poppins", sans-serif;
    color: #d4c49a;
    height: 80px;
}

.offshoreBnrHeading {
    color: #030303;
    color: #d4c49a;
    border-radius: 5px;
    font-family: "Playfair Display", serif;
    font-weight: normal;
    padding: 0px;
    margin: 0px;
    background-color: transparent;
}

.offshoreBnrHeading span {
    font-style: italic;
    color: #c0a87a;
    font-weight: normal !important;
    font-family: "Playfair Display", serif;
}

.aliceSm {
    font-size: 24px !important;
}






















@media (max-width:992px) {
    .innerPageHeader {
        font-size: 30px;
    }

    .innerPage .momInnerNewContentInner h1 {
        font-size: 30px;
    }

    .letsInvInner .alegreya {
        font-size: 40px;
    }

    .innerPage .momInnerNewContentInner p {
        font-size: 15px;
    }

    .aboutContainer h1 {
        font-size: 40px;
    }

    .bannerTag>label {
        font-size: 40px;
    }

    .bannerTag>label span {
        font-size: 40px;
    }

}

@media screen and (max-width: 768px) {
    .navigateToVert {
        height: 50px;
        min-width: 50px;
        line-height: 43px;
        cursor: pointer;
        background-color: transparent;
        color: #948a78;
        border: solid 1px #8a7a5a;
    }
}

@media (max-width:600px) {
    .innerPageHeader {
        font-size: 30px;
        margin-bottom: 40px;
    }

    .innerPageHeader::before {
        bottom: -20px;
    }

    .innerPage .momInnerNewContentInner h1 {
        font-size: 30px;
    }

    .letsInvInner .alegreya {
        font-size: 30px;
    }

    .monInHead {
        font-size: 24px;
    }

    .careerItemHeader {
        font-size: 20px;
    }

    .aboutContainer h1 {
        font-size: 30px;
    }

    .bannerTag>label {
        font-size: 30px;
    }

    .bannerTag>label span {
        font-size: 30px;
    }

    .btn-bordered {
        padding: 0 20px !important;
        height: 45px;
        line-height: 45px;
        font-size: 16px;
    }

    .padAround15 {
        padding: 15px;
    }

    .momInnerNewContentInner p {
        font-size: 15px;
    }

    .homeBannerInner .btn-block {
        padding-top: 150px;
    }

    .bannerInner .btn-block {
        min-height: 100svh;
        position: relative;
        padding-bottom: 70px;
    }

    .contactModal {
        overflow: initial;
    }

    .menuInContentAnchors a {
        margin-top: 15px;
        margin-bottom: 0px;
    }

    .menuInContentAnchors p {
        margin-top: 15px;
        margin-bottom: 0px;
    }

    .menuInContentAnchors a.subMenu {
        margin-top: 5px;
        margin-bottom: 0px;
    }

    .menuInner {
        right: 20px;
        left: 20px;
    }

    #contactUs h3 {
        font-size: 20px;
    }

    .newsCard p {
        font-size: 16px;
    }

    .bannerLabel {
        padding-top: 250px;
    }

    .modalTestiInnerAuth p {
        font-size: 20px;
    }

    .modalTestiInnerAuth p span {
        font-size: 20px;
    }
}

@media (max-width: 600px) {
    .footbalBg {
        width: 100%;
        opacity: 1;
        margin-left: 4px;
    }

    .menuInContentAnchors .alegreya {
        font-size: 20px;
    }

    .menuInContentAnchors {
        text-align: center;
    }
}

@media (max-width: 768px) {
    .aboutContainer h1 {
        padding-left: 0px;
    }
}

@media (max-width: 1199px) {
    .aboutContainer h1 {
        padding-left: 0px;
    }
}

@media screen and (max-width: 576px) {
    .offshoreBannerInner {
        padding-top: 280px !important;
    }

    .momInnerNewContent {
        margin-bottom: 0px;
    }
}

@media screen and (max-width: 768px) {
    .offshoreTopImg {
        height: 340px;
    }
}

@media screen and (max-width: 576px) {
    .momInDescWrap {
        max-height: initial;
        overflow: initial;
    }

    .careerItemContent {
        padding: 0 10px 30px;
    }
}



@media screen and (max-width: 1080px) {
    .bannerLabel {
        padding-top: 80%;
    }

    .bannerVideo::before {
        background-color: rgba(0, 0, 0, .6);
    }
}

@media screen and (max-width: 992px) {
    .bannerLabel {
        padding-top: 65%;
    }
}

@media screen and (max-width: 992px) {
    .bannerLabel {
        padding-top: 45%;
    }
}


/* body:not(.dl-done)::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 99998;
    background: #030303;
} */
/* 
.loaderWrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    inset: 0;
    background: #030303;
    opacity: 1;
    transition: all .2s;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
}

.loaderWrapper .loaderCont {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 0px;
}

.loaderWrapper .loaderCont .logoImg {
    height: 140px;
    margin-bottom: 30px;
    width: initial;
}

.loaderWrapper .loaderCont .text {
    height: 140px;
    width: initial;
    font-size: 20px;
    color: #706349;
    font-weight: 400;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    line-height: 100%;
    margin: 0;
    height: initial;
    padding: 0;
    font-style: italic;
    padding-top: 10px;
    text-align: right;
    width: 100%;
    max-width: 900px;
    font-family: "Poppins", sans-serif;
}

.loaderWrapper .loaderCont .text i {
    font-style: italic;
    opacity: 0;
    animation: loaderDots 1.4s infinite;
}

.loaderWrapper .loaderCont .text i:nth-child(2) {
    animation-delay: .2s;
}

.loaderWrapper .loaderCont .text i:nth-child(3) {
    animation-delay: .4s;
}

.largeText {
    font-size: 134px;
    font-family: "Playfair Display", serif !important;
    font-weight: bold;
    color: #706349;
    text-transform: uppercase;
    text-align: center;
    line-height: 120px;
    margin: 0;
}

.largeText span {
    font-size: 160px;
    display: block;
    font-family: "Playfair Display", serif !important;
    font-weight: bold;
    color: #706349;
    text-transform: uppercase;
    text-align: center;
}

@keyframes loaderDots {
    0% {
        opacity: 0;
    }

    25% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
} */



/* HTML: <div class="loader"></div> */

.loaderWrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    inset: 0;
    background: #030303;
    opacity: 1;
    transition: all .2s;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999;

    transition: opacity 0.6s ease,
        visibility 0.6s ease;
}

.loaderWrapper.hide {
    opacity: 0;
    visibility: hidden;
}

.loaderWrapper .loaderCont {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 30px;
}

.loaderWrapper .loaderCont .logoImg {
    height: 140px;
    margin-bottom: 30px;
    width: initial;
}

.loader {
    width: 80px;
    aspect-ratio: 1;
    display: grid;
    border: 4px solid #0000;
    border-radius: 50%;
    border-right-color: #706349;
    animation: l15 2s infinite linear;
}

.loader::before,
.loader::after {
    content: "";
    grid-area: 1/1;
    margin: 2px;
    border: inherit;
    border-radius: 50%;
    animation: l15 2s infinite;
}

.loader::after {
    margin: 8px;
    animation-duration: 3s;
}

@keyframes l15 {
    100% {
        transform: rotate(1turn)
    }
}

.navigateToVert {
    top: 70%;
}

@media screen and (max-width: 768px) {
    .navigateToVert {
        background-color: #030303;
    }
}

.fullModalUniv {
    background-image: url('../images/theme/uni-case.webp');
}

@media screen and (max-width: 768px) {
    .fullModalUniv {
        background-size: contain !important;
    }

    .imgContModal {
        background-size: contain !important;
    }
}

.fullModalrealest {
    background-image: url("../images/theme/real-estate.webp");
}

.FullModalChem {
    background-image: url("../images/theme/chemical-case.webp");
}

@media screen and (max-width: 768px) {
    .momInnerNewContentInner {
        min-height: auto !important;
        padding: 10px 0;
    }

    .FullModalChem {
        background-image: url("../images/theme/chemical-case.webp") !important;
    }

    .fullModalrealest {
        background-size: cover !important;
        background-position: left !important;
        height: 50vh !important;
        width: 100%;
    }

    .FullModalChem {
        background-size: cover !important;
        background-position: left !important;
        height: 50vh !important;
        width: 100%;
    }
}

@media (max-width: 600px) {
    .innerPage .momInnerNewContentInner h1 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .innerPage .momInnerNewContentInner h1::after {
        bottom: -10px;
    }
}

@media (max-width: 992px) {
    .innerPage .momInnerNewContentInner p {
        font-size: 13px;
        line-height: 140%;
    }
}

/* modal */
.modalinfo {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

.modalinfo.active {
    display: flex;
}

.overlaybody {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
}

.modal-box {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 800px;
    height: 90svh;
    margin: 0% auto;
    overflow: auto;
    padding: 8px 0 8px 8px;
    background-color: #706349;
}

.modal-img {
    width: 100%;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 20px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    border: solid 1px #8a7a5a;
    z-index: 3;
}

.close-btn img {
    width: 20px;
    height: 20px;
}

@media (max-width:700px) {
    .modal-box {
        width: 95%;
        height: 80svh;
    }

}

.detailedModalClose img {
    width: 20px;
    height: 20px;
}

@media (max-width:600px) {
    .owl-nav>div {
        top: 50%;
        height: 50px;
        margin-top: 0px;
        width: 30px;
        line-height: 50px;
    }
}

/* .rowFlexCenter {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
}

.rowFlexCenter .col-sm-4 {
    width: 100%;
} */

.navigateToVert {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .fullModalUniv {
        background-size: cover !important;
        background-position: left !important;
        height: 50vh !important;
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .imgContModal {
        background-size: cover !important;
        background-position: left !important;
        height: 50vh !important;
        width: 100%;
    }
}

@media screen and (max-width: 600px) {

    .testiPaperBharatia {
        position: relative;
        /* background-color: #ccc; */
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 20px;
        box-sizing: border-box;
        padding: 0 20px;
        padding-bottom: 30px;
        background-image: url("../images/theme/testim_global_frame.webp");
        background-size: cover;
    }

    .testiPaperBharatia::before {
        content: "";
        width: 30px;
        height: 30px;
        background-image: url('../images/theme/button.png');
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        top: 20px;
        left: 20px;
    }

    .testiPaperBharatia::after {
        content: "";
        width: 30px;
        height: 30px;
        background-image: url('../images/theme/button.png');
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        top: 20px;
        right: 20px;
    }

    .testiPaperImg {
        position: absolute;
    }


    .testiPaper>img {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        display: none;
    }

    .testiPaper div {
        position: relative;
        bottom: initial;
        top: initial;
    }

    .customizeLongHolder {
        position: relative;
        top: initial !important;
        bottom: initial !important;
        left: initial !important;
        right: initial !important;
    }

    .customizeLongHolder .testimDesigWrap {
        max-height: initial;
    }

    .testimUsrImgWrap {
        top: initial !important;
        padding-top: 30px;
    }

    .customizeLongDWrap {
        height: initial;
        max-height: initial;
    }
}