@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

body {
    /* font-family: "Manrope", sans-serif; */
    font-family: "DM Sans", sans-serif;
    font-optical-sizing: auto;

}



.VCenter {
    display: flex;
    justify-content: center;
}

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

.PaddingBottom80 {
    padding-bottom: 60px;
}

.PaddingTop80 {
    padding-top: 60px;
}

header {
    padding: 0 50px;
    border-bottom: 1px solid #efefef;
}

img {
    max-width: 100%;
}

/* navbar  */
nav {}

.navRight {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
}

.navRightSecond {
    display: flex;
    align-items: center;
    height: 100%;
}

.navRightSecond ul {
    display: flex;
    margin-right: 30px;
    margin-bottom: 0;
    list-style: none;
}

.navrightFirst {
    /* margin-right: 150px; */
}

.navrightFirst p {
    color: #A8A8A8;
    font-size: 15px;
    margin-bottom: 0;
    font-weight: 500;
}

.navrightFirst a {
    color: #000;
    font-size: 15px;
    font-weight: 500;
    text-decoration-line: underline;
}

.navRightSecond ul li {
    margin-right: 20px;
}

.navRightSecond ul li a {
    text-decoration: none;
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
}

.navRightSecond ul li a.active {
    border-bottom: 3px solid black;
}

.contactBtnHead {
    background-color: #000;
    color: white;
    padding: 7px 15px;
    margin-left: 20px;
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
}

/* hamburger  */
.MobileBurger {
    cursor: pointer;
}

.MobileBurger span {
    width: 50px;
    height: 2px;
    background-color: black;
    border-radius: 5px;
    display: flex;
}

.MobileBurger span:first-child {
    margin-bottom: 12px;
}

.fixedLogo {
    display: none;
}

.fixedHeader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: white;
  
    z-index: 999;
}

/* .fixedHeader .LogoNormal,
.fixedHeader .hideInFixed {
    display: none;
} */

.fixedHeader .fixedLogo {
    display: none;
}

/* ham menu  */
.HamMenu {
    /* display: none; */
    position: fixed;
    height: 100vh;
    top: 0;
    z-index: 99;
    background-color: #000;
    width: 100%;
    z-index: 9999;
    overflow-y: auto;
    right: 0;
    transform: translateX(120%);
    transition-duration: .5s;
}

.HamMenu.show {

    transform: translateX(0%);
    transform: scale(1);
}

.HamLinks {
    background-color: white;
    height: 100vh;
}

.HamLinks ul {
    list-style: none;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 100px 60px;
}

.HamLinks ul li {
    display: flex;
}

.HamLinks ul li span {
    color: #A8A8A8;
    font-size: 20px;
    margin-right: 15px;
    font-weight: 700;
    letter-spacing: 0.2px;
}

.HamLinks ul li a {
    color: #000;
    font-size: 46px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.776px;
    text-decoration: none;
    border-bottom: 2px solid transparent;
}

.HamLinks ul li a.active {
    border-bottom: 2px solid black;
}

.HamLinks ul li:hover a {
    border-bottom: 2px solid black;
}

.HamRight {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 100px 60px 0;
}

.HamRight h2 {
    color: #FFF;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 0.528px;
    margin-bottom: 50px;
}

.HamRight .HamLoctaion {
    width: 50%;
    margin-bottom: 40px;
}

.HamRight .HamLoctaion h6 {
    color: #8080809e;
    font-size: 18px;
    font-weight: 400;
}

.HamRight .HamLoctaion p {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

.HamRight .HamLoctaion div {
    display: flex;
}

.HamRight .HamLoctaion div a {
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    margin-right: 20px;
    text-decoration-line: underline;
}

.HamRight .HamMail {
    display: flex;
    margin-top: 100px;
}

.HamRight .HamMail .MailBox:first-child {
    margin-right: 80px;
}

.HamRight .HamMail .MailBox h5 {
    color: #FFF;
    font-size: 22px;
    font-weight: 200;
}

.HamRight .HamMail .MailBox a {
    color: #FFF;
    font-size: 26px;
    font-weight: 500;
    text-decoration-line: underline;
}

.HamRight .hamCopyRight {
    padding-top: 20px;
    border-top: 1px solid #8080809e;
    text-align: end;
    margin-top: 20px;
}

.HamRight .hamCopyRight p {
    color: #8080809e;
    font-size: 16px;
    font-weight: 400;
}

.HamRight .hamCopyRight p a {
    color: #8080809e;
    text-decoration: none;
}

.HamRight .hamCopyRight p:hover a {
    color: white;
}

.HamClose {
    position: absolute;
    color: #ffffff;
    font-size: 60px;
    right: 20px;
    top: 9px;
    line-height: 1;
    font-weight: 100;
    cursor: pointer;
}

/* common  */
.commonPadding {
    padding-left: 50px;
    padding-right: 50px;
}

.CustomTitles {
    display: flex;
}

.CustomTitles h2 {
    color: #000;
    font-size: 55px;
    font-weight: 400;
    letter-spacing: 2px;
    font-style: italic;

}

.CustomTitles h2 span {
    color: #000;
    font-size: 45px;
    ;
    font-weight: 500;
}

.CustomTitles span {
    color: #A8A8A8;
    font-size: 17.25px;
    font-weight: 400;
}

.VideoBanner {
    width: 100%;
    height: 75vh;
    overflow: hidden;
}

.VideoBanner video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* about section */

.MainTitle {
    color: #000;
    font-size: 55px;
    font-weight: 400;
    letter-spacing: 2px;
}

.abtCont {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.24px;
}

/* process section  */
.ProcessCard {
    height: 100%;
    width: 100%;
    position: relative;

}

.processGrid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

/* .ProcessColumn {
    width: 20%;
    flex: 0 0 auto;
    padding: 0 12px;
} */

.ProceesBg {
    width: 100%;
    height: 100%;
}

.processDtl {
    padding: 15px;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    background: #F1F1F1;
    transition-duration: 1s;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
}

.ProcessCard .prcDtlHead {}

.ProcessCard .prcDtlHead span {
    color: #000;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
    display: flex;
}

.ProcessCard .prcDtlHead h5 {
    color: #000;
    font-size: 18px;
    font-weight: 600;
}

.ProcessCard .prcDtlFoot {}

.ProcessCard .prcDtlFoot img {
    margin-bottom: 20px;
    transition-duration: 1s;
}

.ProcessCard .prcDtlFoot p {
    color: #787878;
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 21.809px;
    /* 146.667% */
    margin-bottom: 0;

    overflow: hidden;
    line-height: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.ProcessCard .prcDtlFoot p.showfull {
    display: block;
}

.ProcessCard .prcDtlFoot .reedButton {
    cursor: pointer;
    padding-top: 15px;
}

.ProcessCard .prcDtlFoot .reedButton:hover {
    color: white;
}

.ProcessColumn:hover .processDtl {
    background: linear-gradient(45deg, black, transparent);
    transition-duration: 1s;
}

.ProcessColumn:hover .prcDtlFoot img {
    transform: translateX(-200px);
    transition-duration: 1s;
}

.ProcessColumn:hover .prcDtlFoot p,
.ProcessColumn:hover .prcDtlHead h5,
.ProcessColumn:hover .prcDtlHead span {
    color: white;
}

/* TeaM section  */
.TeamCard {
    padding: 8px;
    background-color: #F1F1F1;
}

.TeamImage img {
    width: 100%;
    filter: grayscale(1);
    height: 230px;
    object-fit: cover;
}

.TeamCard:hover .TeamImage img {
    filter: grayscale(0);
}

.TeamCont {
    margin-top: 5px;
    padding-bottom: 6px;
    padding-top: 6px;
}

.TeamCont h4 {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    letter-spacing: 0.2px;
}

.TeamCont p {
    color: #000;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.32px;
    margin-bottom: 0;
}

.TeamScroller {
    margin-top: 50px;
    display: flex;
    justify-content: center;
}

.TeamScroller .swiper-scrollbar {
    width: 50%;
    position: inherit;
    cursor: pointer;
}

/* contact Section  */
.contactBg {
    background: url(../images/other/contactBg.png);
    padding: 60px 30px;
}

.contactTitle {
    color: #FFF;
    font-size: 58px;
    font-weight: 300;
    line-height: 65px;
    letter-spacing: -0.979px;
}

.contactForm {
    background: #000;
    padding: 50px 40px;
    height: 100%;
}

.contactForm h5 {
    color: #FFF;
    font-size: 51px;
    letter-spacing: 2px;
    font-weight: 400;
    margin-bottom: 15px;
}
.contactForm h4{
    color: #FFF;
    font-size: 51px;
    letter-spacing: 2px;
    font-weight: 400;
    margin-bottom: 15px;
}
.spaceInput {
    margin-bottom: 20px;
}

.spaceInput .SpInput {
    color: #737070;
    font-size: 13.782px;
    font-weight: 500;
    width: 100%;
    min-height: 45px;
    border: none;
    border-bottom: 0.919px solid #737070;
    background-color: transparent;
}
.spaceInput select{
    color: #737070;
    font-size: 13.782px;
    font-weight: 500;
    width: 100%;
    border: none;
    border-bottom: 0.919px solid #737070;
    background-color: transparent;
    padding: 8px 0px;
}
.spaceInput textarea {
    color: #737070;
    font-size: 13.782px;
    font-weight: 500;
    width: 100%;
    border: none;
    border-bottom: 0.919px solid #737070;
    background-color: transparent;
}

.FromButton button {
    background: #000;
    color: #FFF;
    font-size: 17px;
    font-weight: 500;
    padding: 15px 35px;
    border: 1.2px solid #fff;
}

.FromButton button svg {
    margin-left: 12px;
}

.iti {
    width: 100%;
}

.iti--separate-dial-code .iti__selected-dial-code {
    color: #737070;
}

.spaceInput .SpInput:focus-visible,
.spaceInput textarea:focus-visible {
    border: none;
    border-bottom: 0.919px solid #fff;
    outline: none;
}

footer {
    background-color: #000;
    padding: 50px 50px 0 50px;
}

.socialLink {}

.socialLink ul {
    display: flex;
    padding-left: 0;
}

.socialLink ul li {
    display: flex;
    margin-right: 20px;
}

.socialLink ul li a {
    display: flex;
    color: #FFF;
    font-size: 24px;
    font-weight: 300;
    text-decoration: none;
    opacity: .6;
    align-items: center;
}

.socialLink ul li a:hover {
    opacity: 1;
    text-decoration: underline;
}

.QuickLinks ul {
    padding-left: 0;
    list-style: none;
    margin-top: 75px;
}

.QuickLinks ul li {
    margin-bottom: 25px;
}

.QuickLinks ul li a {
    color: #FFF;
    font-size: 27px;
    font-weight: 400;
    text-decoration: none;
    opacity: .6;
}

.QuickLinks ul li a:hover {
    color: white;
    text-decoration: underline;
}

.FooterRiggtTop {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.FooterRiggtTop span {
    color: #FFF;
    font-family: Manrope;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.FooterRiggtTop a {
    color: #FFF;
    font-family: Manrope;
    font-size: 31px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
    letter-spacing: 1px;
}

.footerLocation {
    width: 50%;
}

.footerLocation .nav-tabs {
    border: none;
}

.footerLocation .nav-tabs .nav-link {
    color: #4C4C4C;
    font-size: 20px;
    font-weight: 400;
}

.footerLocation .nav-tabs .nav-link.active {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid white;
    color: white;
}

.footerLocation .tab-content p {
    color: #FFF;
    font-family: Manrope;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.footerLocation .tab-content>.tab-pane {
    padding: 20px 0;
}

.footerLocation .tab-content ul {
    list-style: none;
    padding-left: 0;
}

.footerLocation .tab-content ul li {
    color: #FFF;
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 400;
}

.footerLocation .tab-content ul li a {
    color: #FFF;
    text-decoration: none;
}

.footerLocation .nav-tabs .nav-link:focus,
.footerLocation .nav-tabs .nav-link:hover {
    border: none;
    border-bottom: 1px solid white;
}

.footerlog {
    height: 100%;
    display: flex;
    align-items: flex-end;
}

.footerlog a {
    display: flex;
}

.copyRight {
    border-top: 1px solid #333333;
    display: flex;
    padding: 20px 0;
    justify-content: space-between;
}

.copyRight p,
.copyRight p a {
    margin-bottom: 0;
    text-decoration: none;
    color: #fff6;
    font-size: 15px;
    font-weight: 400;
}

.stickyButton {
    position: fixed;
    right: -12px;
    bottom: 50px;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    align-content: center;
    transform: rotate(270deg);
    z-index: 999;
}
.stickyButton button{
    background-color: transparent;
    color: white;
    padding: 13px 10px;
    border: transparent;
    font-size: 16.384px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    z-index: 9;
    margin-right: 10px;
}



.stickyButton svg {
    margin-left: 6px;
    transform: rotate(90deg);
}
.stickyButton2 img{
    width: 40px;
    transform: rotate(101deg);
}

.footerlog img {
    width: 39%;
}

.iti .iti__selected-dial-code {
    margin-left: 4px;
    color: #737070;
}

/* projectSlider  */
.ProjectSlide {
    position: relative;
    overflow: hidden;

}

.ProjectSlide img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}

.ProjectContent {
    /* position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background: linear-gradient(0deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.45) 100%);
    padding: 60px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end; */

    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    /* height: 100%; */
    background: linear-gradient(90deg, rgb(0 0 0 / 65%) 0%, rgb(0 0 0 / 0%) 100%);
    padding: 28px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
}

.ProjectContent h6 {
    font-size: 28px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 7px;
}

.ProjectContent p {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.417px;
    margin-bottom: 0;
}

.swiper-button-next,
.swiper-button-prev {
    color: #ffffff69;
}

.projectSwiper .swiper-scrollbar {
    position: initial !important;
    width: 200px;
    cursor: pointer;
    margin: 20px 60px;
}

.swiper-scrollbar-drag {
    background-color: #000;

}

.ConterArea {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #84848461;
    margin-top: 20px;
    padding-top: 20px;

}

.CounterDetail {
    width: 40%;
}

.CounterDetail h4 {
    color: #000;
    font-size: 30px;
    font-weight: 400;
    line-height: 158.599%;
    /* 50.752px */
    letter-spacing: 0.32px;
}

.CounterDetail p {
    color: #ABABAB;
    font-size: 20px;
    font-weight: 400;
    line-height: 158.599%;
    letter-spacing: 1.05px;
}

.CounterCount {
    color: #a89165;
    font-family: Manrope;
    font-size: 156px;
    font-style: normal;
    font-weight: 200;
    line-height: 1;
    letter-spacing: -8.998px;
    text-transform: uppercase;
}

.ConterArea:last-child {
    border-bottom: 1px solid #84848461;
    padding-bottom: 20px;
}

.ProjTabs {
    display: flex;
    justify-content: end;
}

.ProjTabs .ProjTab {
    border: none;
    color: #A8A8A8;
    font-size: 27px;
    font-weight: 400;
    background-color: transparent;
    letter-spacing: 0.28px;
    margin-left: 10px;
}

.ProjTabs .ProjTab.active {
    border-bottom: 1px solid black;
    color: black;
}

.SelectProjArea img {
    width: 100%;
    height: 570px;
    object-fit: cover;
}

.SelectProjArea .selectProjContent {
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
}

.SelectProjArea .selectProjContent h5 {
    color: #A8A8A8;
    font-family: Manrope;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.2px;
    margin-bottom: 5px;
}

.SelectProjArea .selectProjContent h5 strong {
    color: #000;
    font-weight: 500;
}

.SelectProjArea .selectProjContent p {
    color: #A8A8A8;
    font-family: Manrope;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.215px;
}

.SelectProjArea .selectProjContent p strong {
    color: #000;
    font-weight: 500;

}

.linkText {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.2px;
    text-decoration-line: underline;
}

.testimonialCard {
    display: flex;
    padding: 0px 100px;
}

.testiimage {
    width: 250px;
    display: contents;
}

.testiimage img {
    width: 250px;
    height: 270px;
    flex-shrink: 0;
    object-fit: cover;
}

.testiContent {
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.testiContent h4 {
    color: #000;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
    /* 126.667% */
    letter-spacing: 0.3px;
}

.testiContent h6 {
    color: #A8A8A8;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.16px;
    margin-bottom: 15px;
}

.testiContent p {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    overflow: hidden;
    line-height: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.testiContent .testiPara.showfull {
    display: block;
}

.testiContent .reedButton {
    color: #A8A8A8;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0.2px;
    text-decoration-line: underline;
    cursor: pointer;
    letter-spacing: 1px;
    padding-top: 20px;
}

.scrollBr {
    margin-top: 50px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.scrollBr .swiper-scrollbar {
    position: initial !important;
    width: 60%;
}

.TestimonilSwiper {
    position: relative;
    
}

.TestimonilSwiper .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
    opacity: .9;
}
.TestimonilSwiper .swiper-button-next, .swiper-button-prev{
    color: #0e0e0e69;
}

.TestimonilSwiper .coma {
    position: absolute;
    right: 0;
    top: 0;
}

.ContactArea {
    position: absolute;
    right: 80px;
    padding: 0;
    bottom: 65px;
}

/* project page  */
.projectImageList {
    text-decoration: none;
    position: relative;
    overflow: hidden;
    display: flex;
}
.projectImageList .ProjImg{
    transition: 1s;
    height: 570px;
    object-fit: cover;
    width: 100%;

}
.projectImageList .ProjImg:hover {
    transform: scale(1.1);
    transition: 1s;
}

/* .projectImageList .hoverImage {
    display: none;
} */

.ProjListCont {
    background-color: #000000d9;

    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 20px;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    transform: translateY(100%);
}

.ProjListCont h5 {

    color: #FFF;
    font-family: Manrope;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.2px;
    padding-bottom: 10px;
}

.ProjListCont h5 span {
    color: #A8A8A8;
}

.ProjListCont h6 {
    color: #FFF;
    font-family: Manrope;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.215px;
}

.ProjListCont h6 span {
    color: #A8A8A8;
}

/* .projectImageList:hover .ProjImg {
    display: none;
}

.projectImageList:hover .hoverImage {
    display: block;
} */

.projectImageList:hover .ProjListCont {
    transform: translateY(0%);
    transition-duration: .5s;
}

.backButton {
    padding: 7px 15px;
    background: #F2F2F2;
    color: #000;
    font-family: Manrope;
    font-size: 16px;
    text-decoration: none;
    font-weight: 400;
}

.backButton svg {
    margin-right: 5px;
}

.ProjectdtList {
    display: flex;
}

.ProjectdtList div {
    color: #2D2D2D;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0.215px;
    margin-right: 15px;
    border-right: 1px solid #A8A8A8;
    padding-right: 20px;
}

.ProjectdtList div span {
    color: #A8A8A8;
}

.ProjectdtList div:last-child {
    border-right: none;
}


.head_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.alsoCkeout_sec img {

    height: 500px;
    object-fit: cover;
    width: 100%;

}

.abt_sec p {
    color: var(--Labels-Primary, #000);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 158.599%;
    /* 34.892px */
    letter-spacing: 0.22px;
    width: 60%;
    padding-top: 15px;
}

.abt_sec h3 {
    color: var(--Labels-Primary, #000);
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.abt_sec img {
    padding-top: 25px;
    padding-bottom: 25px;

}

/* .client_slider_sec h3 {
    color: var(--Labels-Primary, #000);
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
} */

.client_row_flex {
    display: flex;
}

.client-col {

    margin: 0px 21px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 130px;
}
.client-col img{
    width: 140px;

    transform: scale(0.8);
    transition: 1s;
}


.client-col img:hover {
    filter: grayscale(0);
    transform: scale(1);
    transition: 1s;


} 

.count_abt h2 {
    color: #a89165;
    text-align: center;
    font-size: 200px;
    font-style: normal;
    font-weight: 200;

    /* 128.506% */
    letter-spacing: 5.25px;
    text-transform: uppercase;
}

.count_abt p {
    color: var(--Labels-Primary, #000);
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.32px;
    text-align: center;
}

.accordion-item {
    color: var(--bs-accordion-color);
    background-color: var(--bs-accordion-bg);
    border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
    border-right: 0px !important;
    border-left: 0px;
    padding: 25px 0px;
}

.accordion-button {
    font-size: 63px;
    color: #717171;
}

.accordion-button:not(.collapsed) {
    background-color: inherit !important;
    box-shadow: inherit !important;
    color: #a89165;
}

.accordion-button:focus {

    box-shadow: inherit !important;
}

.accordion-item:first-of-type>.accordion-header .accordion-button {
    padding-bottom: 0px;
}

.accordion-body {
    color: var(--Labels-Primary, #000);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 158.599%;
    /* 34.892px */
    letter-spacing: 0.22px;
}

.accordion-button::after {
    background-image: url(../images/about/plus.svg);
}

.accordion-button:not(.collapsed)::after {
    background-image: url(../images/about/minus.svg);

}

.accordion {
    padding-top: 90px;
}

.man_behind_flex {
    display: flex;
    align-items: center;
}

.man_behind_flex .TeamImage img {
    height: auto;
}

.flex_grid_1 {
    width: 16%;
}

.flex_grid_2 {
    width: 56%;
}

.flex_grid_2 p {
    color: var(--Labels-Primary, #000);

    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 158.599%;
    /* 45.291px */
    letter-spacing: 0.286px;
    padding: 0px 20px;
}

.flex_grid_3 .TeamCont h4 {
    font-size: 22.486px;
    font-weight: 700;
}

.flex_grid_3 .TeamCont p {
    font-size: 17px;
}

.flex_grid_3 .TeamCont {
    padding: 10px;
}

.MainTitle2 {
    color: #000;
    font-size: 55px;
    font-weight: 400;
    letter-spacing: 2px;
}

.abts-team p {
    color: #ABABAB;
    font-size: 18px;
    font-weight: 400;
    line-height: 158.599%;
    /* 31.72px */
    letter-spacing: 0.2px;
}

.accord-bt .contactBtnHead {
    margin-left: 0px;
}

.career_Sec h3 {
    color: var(--Labels-Primary, #000);
    font-size: 60px;
    font-weight: 400;
    letter-spacing: 3px;
}

.career_Sec {
    padding-top: 40px;
}

.career_Sec p {
    color: var(--Labels-Primary, #000);
    font-size: 20px;
    font-weight: 400;
    line-height: 158.599%;
    /* 34.892px */
    letter-spacing: 0.22px;
    width: 50%;
    padding-top: 25px;
}

.career_Sec h5 {
    color: var(--Labels-Primary, #000);
    font-size: 33px;
    font-weight: 500;
}

.career-box {
    border: 1px solid #D0D0D0;
    background: #F6F6F6;
    padding: 30px;
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
}

.career-box h5 {
    color: var(--Labels-Primary, #000);
    font-size: 25px;
    font-weight: 600;
}

.career-box h6 {
    color: #A8A8A8;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.18px;
    padding-top: 10px;
}

.career-box h6 span {
    color: #2D2D2D;
}

.career-box ul li {
    list-style: disc;
    color: var(--Labels-Primary, #000);
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-top: 13px;

    letter-spacing: 0.16px;
}

.career-box ul {
    padding-left: 12px;
}

.career_apply:hover {
    border: 1px solid #000;
    background: #000;
    width: 100%;
    color: white;
    padding: 16px;
    margin-top: 40px;

}

.career_apply {
    border: 1px solid #000000;
    background: #00000000;
    width: 100%;
    color: rgb(0, 0, 0);
    padding: 16px;
    margin-top: 40px;
    font-size: 18px;
    font-weight: 600;
}

.career-accordian {
    padding-top: 95px;
}

.career-accordian h3 {
    color: var(--Labels-Primary, #000);
    font-size: 60px;
    font-weight: 400;
}

.career-accordian .accordion-button {
    font-size: 20px;
    font-weight: 700;

}

.career-accordian .accordion-body {
    font-size: 17px;
}

.career-accordian .accordion-item {
    border-top: 0px;
    padding: 0px 0px;
}

.career-accordian .accordion-item:first-of-type>.accordion-header .accordion-button {
    padding-bottom: 16px;
}

.contact_page .MainTitle {
    font-size: 60px;
}

.contact_page .ContactArea {
    bottom: 170px;
}

.copyRight a:hover {
    color: white;
}







.privacy_policy_sec h3 {
    color: var(--Labels-Primary, #000);
    font-size: 60px;
    font-weight: 400;
}


.privacy_policy_sec h1 {
    font-size: 24px;
    margin-bottom: 20px;
}


.privacy_policy_sec h2 {
    font-size: 22px;
    margin-top: 20px;
    font-weight: 700;
}

.privacy_policy_sec p,
ul {
    margin-bottom: 10px;
}

.privacy_policy_sec ul {
    list-style-type: disc;
    margin-left: 20px;
}

.privacy_policy_sec .contact-info {
    margin-top: 20px;
}

.privacy_policy_sec p {
    color: var(--Labels-Primary, #000);
    font-size: 20px;
    font-weight: 400;
    line-height: 158.599%;
    /* 34.892px */
    letter-spacing: 0.22px;
    padding-top: 15px;
}

.privacy_policy_sec li {
    color: var(--Labels-Primary, #000);
    font-size: 20px;
    font-weight: 400;
    line-height: 158.599%;
    /* 34.892px */
    letter-spacing: 0.22px;
    list-style: disc;
}

.counter_sec .abtCont {
    color: #000;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0.24px;
    line-height: 30px;
    padding-bottom: 20px;
    padding-top: 22px;
}

.service_Sec h3 {
    color: var(--Labels-Primary, #000);
    font-size: 55px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.service_Sec p {
    color: var(--Labels-Primary, #000);
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 158.599%;
    /* 34.892px */
    letter-spacing: 0.22px;

}
.service_Sec_p p{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
            line-clamp: 2; 
    -webkit-box-orient: vertical;
}

.service_Sec h5 {
    color: var(--Labels-Primary, #000);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-top: 20px;
}

.service_Sec p {
    color: var(--Labels-Primary, #000);
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px;
    /* 150% */
    letter-spacing: 0.18px;
    padding-top: 10px;

}

.service_Sec button {
    background: #a89165;
    border: #000;
    color: white;
    padding: 7px 20px;
    font-size: 18px;
    margin-top: 20px;
}

.footer_blog h5 {
    color: var(--Backgrounds-Primary, #FFF);
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.blog_head {
    display: flex;
    justify-content: space-between;
}

.blog_head a {
    color: #4C4C4C;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
}
.footer_blog_box a{
    text-decoration: none;
}
.footer_blog_box p {
    color: #999;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-top: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
            line-clamp: 2; 
    -webkit-box-orient: vertical;
}

.footer_blog_box:hover p {
    color: white
}

.footer_blog_box img {
    height: 150px;
    object-fit: cover;
}

.locate_us h3 {
    color: var(--Backgrounds-Primary, #FFF);
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.locate_us h6 {
    color: var(--Backgrounds-Primary, #FFF);
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-decoration-line: underline;
    
}

.locate_Flex p {
    color: var(--Backgrounds-Primary, #FFF);
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-top: 10px;
}
.locate_Flex p a{
    color: white;
    text-decoration: none;
}


.locate_Flex button {
    border: 1px solid var(--Backgrounds-Primary, #FFF);
    background: #000;
    color: white;
    width: 100%;
    padding: 10px;
    margin-top: 20px;
}
.locate_Flex button img{
    width: 29px;
}
.locate_Flex h4 {
    color: var(--Backgrounds-Primary, #FFF);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-top: 10px;
    text-align: center;
}

.service_det_sec h3{
    color: var(--Labels-Primary, #000);
    font-size: 45px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: normal;
}
.service_det_sec p{
    color: var(--Labels-Primary, #000);
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 158.599%; /* 34.892px */
letter-spacing: 0.22px;

padding-top: 20px;
}



.file-input{
    border: 1px solid grey;
    padding: 8px;
    position: relative;
    margin-top: 30px;
}

.file-input label{
    background: black;
    color: gray;
    position: absolute;
    top: -10px;
    left: 14px;
    padding: 4px 10px;
    font-size: 11px;
}

.file-input input{
    padding-top: 10px;
    border-bottom: 0px  !important;
}

.career_modal h4{
    font-size: 30px;
    color: white;
    padding-bottom: 20px;

}

.career_modal .contactForm{
    padding-top: 20px;
    border: 1px solid white;
}
.modal-body{
    padding: 0px;
}
.service_det_p{
    color: var(--Labels-Primary, #000);
padding-top: 20px;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 158.599%; /* 34.892px */
letter-spacing: 0.22px;
}
.related_blog h4{
    background: #F2F2F2;
    padding: 8px 20px;
    width: fit-content;
}

.related_blog h5{
    color: var(--Labels-Primary, #000);
font-size: 20px;
font-weight: 700;
padding-top: 15px;
}
.related_blog p{
    color: var(--Labels-Primary, #000);
font-size: 16px;
font-weight: 400;
line-height: 27px; /* 150% */
letter-spacing: 0.18px;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 2; /* number of lines to show */
        line-clamp: 2; 
-webkit-box-orient: vertical;
}
.related_blog button{
    color: #A8A8A8;
    font-size:17px;
    font-style: normal;
    font-weight: 400;
    line-height: 158.599%; /* 31.72px */
    letter-spacing: 0.2px;
    text-decoration-line: underline;
    background-color: transparent;
    border: 0;
}

.modal-content{
    background-color: transparent;
    border: 0;
}
.car-close{
    border: 0;
    background: transparent;
    color: white;
    font-size: 70px;
    padding: 0;
    margin: 1px;
    position: absolute;
    right: 0;
    margin-bottom: 20px;
    font-weight: 100;
}
.modal.show .modal-dialog{
    margin-top: 80px;
}

.main-pt{
    padding-top: 40px;
}

.blog_listSec p{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
            line-clamp: 2; 
    -webkit-box-orient: vertical;
}
.col-3-pt{
    padding-top: 150px;
}
.blog_det_img img{
    height: 706px;
    object-fit: cover;
}

.service_det_sec h5{
    font-size: 26px;
    padding-top: 11px;
}

.career_head h2{
    color: var(--Labels-Primary, #000);
    font-size: 51px;
    font-weight: 400;
    letter-spacing: 3px;
}

.career_head img{
    height: 100%;
    object-fit: cover;
}
.career_head{
    height: 100%;

}
.career_head p{
    color: var(--Labels-Primary, #000);
    font-size: 20px;
    font-weight: 400;
    line-height: 158.599%;
    letter-spacing: 0.22px;
width: 100%;
    padding-top: 25px;
}
.career_Static .contactForm{
    padding-bottom: 0px;
}
.custom_Span_Font{
   color: #a89165 !important;
   font-size: 55px !important;
   font-weight: 400 !important;
   letter-spacing: 2px !important;
}

.fancybox-slide .fancybox-image-wrap{
    height: auto !important;
    
    width: auto !important;
}

.HamRight .hamCopyRight{
    display: flex;
    justify-content: space-between;
}




.justify-center{
    justify-content: center;
}
.LogoNormal{
    height: 38px;
}
.soundButton{
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 20px;                                                    
}
.soundButton i{
    color: white;
    cursor: pointer;
}
.service_det_sec p a{
    font-weight: 500;
    color: #000;
}
#more {display: none;}
#myBtn {
    background: black;
    color: #fff;
    padding: 10px 15px;
    border: 0;
    cursor: pointer;
  }