body {
    margin: 0;
    font-family: "Inter", sans-serif;
    padding: 0;
    font-optical-sizing: auto;
    font-style: normal;
}

a, p, span, strong, ul, li {
    font-family: "Inter", sans-serif;
}

.second_header {
    position: relative;
}

body ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.main_heading {
    font-size: clamp(16px, 7vw, 36px);
    line-height: calc(clamp(16px, 5vw + 2rem, 36px) * 1.2);
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Google Sans", sans-serif;
    font-weight: normal;
    letter-spacing: 0;
}

h1 {
    letter-spacing: -0.6px;
}
.current-menu-item a {
    color: #ea6e51 !important;
}

/*Header css*/
.container {
    margin: 0 auto;
    padding: 0 18vw;
    filter: none;
}

.topheader {
    background: linear-gradient(135deg, #f1967d 0, #d14b2b 20%, #fd8c70 100%);
    padding: 12px 0;
    position: relative;
}

.topheader .wrap_secs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 160px;
}

.topheader .wrap_secs ul {
    display: flex;
}

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

.topheader .wrap_secs ul li a {
    text-decoration: none;
    font-weight: 400;
    font-size: 13px;
    color: #fff;
    letter-spacing: 0.3px;
    display: flex;
    align-items: center;
    font-family: "Google Sans", sans-serif;
    font-weight: 500;
}

.topheader .wrap_secs ul li a img {
    margin-right: 8px;
    filter: invert(1);
}

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

.wrap_secondheader .logosec {
    margin-top: -37px;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    width: 113px;
    background: #fff;
    padding: 30px 10px 20px 10px;
    border-bottom: 4px solid #de5835;
    transition: 0.5s ease-in-out;
}

.logosec img {
    width: 70px;
}

.wrap_secondheader .navigation_sec {
    display: flex;
    justify-content: space-between;
    width: calc(100% - 158px);
    align-items: center;
}

.wrap_secondheader .navigation_sec .btns_sec {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 30px;
}

.wrap_secondheader .navigation_sec .navbar {
    width: 67.4%;
}

.wrap_secondheader .navigation_sec .navbar .togglermobile {
    display: none;
}

.wrap_secondheader .navigation_sec .navbar ul {
    display: flex;
    justify-content: space-between;
}

.wrap_secondheader .navigation_sec .navbar ul li a {
    text-decoration: none;
    font-size: 15px;
    padding: 0;
    color: #fff;
    letter-spacing: 0.8px;
    font-family: "Google Sans", sans-serif !important;
    font-weight: 300 !important;
}

.wrap_secondheader .navigation_sec .navbar ul li a.active {
    color: #e7512e;
}

.header {
    transition: all 0.3s ease-in-out;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    padding-bottom: 15px;
    z-index: 999;
    padding-top: 0;
}

.stickyheader {
    position: fixed;
    top: 0;
    width: 100%;
    background: #ffffff !important;
    z-index: 9999;
    padding-bottom: 0;
    height: 114px;
    border-bottom: 1px solid #cccccc2b;
}

.bannersection {
    max-width: 100%;
    margin: 0 auto;
    height: 840px;
    overflow: hidden;
    position: relative;
}

.bannersection video {
    width: 100%;
    /* Make video responsive */
    height: auto;
    /* Maintain aspect ratio */
}

.bannersection .banner_cnt {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0px;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    background: #000;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgb(0 0 0) 39%, rgb(0 0 0 / 0%) 100%);
    padding-top: 13rem;
    padding-bottom: 140px;
}

.bannersection .banner_cnt .wrap_bannersec {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}

.bannersection .banner_cnt .wrap_bannersec .txtbannersec {
    width: calc(100% - 215px);
    display: flex;
    flex-flow: column;
    align-items: center;
    text-align: center;
}

.bannersection .banner_cnt .wrap_bannersec h1 {
    font-family: "Google Sans", sans-serif;
    font-size: 75px;
    color: #fff;
    line-height: 75px;
    margin-top: 0;
    font-weight: 600;
    margin-bottom: 0;
    letter-spacing: -2.3px;
}

.bannersection .banner_cnt .wrap_bannersec .awards_sec {
    width: 161px;
    position: relative;
    padding: 25px;
    margin-bottom: 70px;
}

.bannersection .icon_shape {
    display: flex;
    flex-flow: column;
    position: absolute;
    bottom: -30px;
    width: 11%;
}

.bannersection .icon_shape img {
    width: 100%;
}

.btn_emplyee {
    display: flex;
    flex-flow: column;
}

.btn_emplyee a {
    padding: 8px 0px;
    text-decoration: none;
    color: #fff;
    letter-spacing: 0.4px;
    font-size: 15px;
    display: flex;
    align-items: center;
    margin-right: 15px;
    white-space: nowrap;
    font-family: "Inter", sans-serif;
}

.btn_emplyee a img {
    margin-right: 10px;
    margin-top: -1px;
}

.btn_mains a {
    /* padding: 8px 0px; */
    text-decoration: none;
    color: #fff;
    font-weight: normal;
    display: flex;
    align-items: center;
    background: #de5836;
    padding: 12px 18px !important;
    font-size: 17px;
    transition: 0.5s ease-in-out;
    letter-spacing: 0;
    white-space: nowrap;
    border-radius: 0 9px;
    font-family: "Google Sans", sans-serif;
    font-weight: 400;
    letter-spacing: 0.3px;
    border: 2px solid #DE5836;
}

.btn_mains a img {
    margin-left: 9px;
    transition: 0.5s ease-in-out;
}

.btn_mains a:hover {
    background: #676767;
    color: #ffffff;
    border-color: #676767;
}

.btn_mains a:hover img {
    margin-left: 13px;
    filter: invert(1);
}

.bannersection .banner_cnt .wrap_bannersec .awards_sec:before, .bannersection .banner_cnt .wrap_bannersec .awards_sec:after {
    content: '';
    width: 25px;
    height: 25px;
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
}

.bannersection .banner_cnt .wrap_bannersec .awards_sec:after {
    bottom: 0;
    top: inherit;
    left: inherit;
    right: 0;
    border-left: none;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    border-top: none;
}

.bannersection .banner_cnt .wrap_bannersec .awards_sec h3 {
    color: #fff;
    margin: 8px 0 0 0px;
    font-family: "Google Sans", sans-serif;
    font-weight: normal;
    font-size: 20px;
}

.bannersection .banner_cnt .wrap_bannersec .awards_sec p {
    color: #fff;
    margin-top: 6px;
    margin-bottom: 0;
    font-family: "Google Sans", sans-serif;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.3px;
}

.abtwelimg {
    display: flex;
    flex-flow: column;
    align-items: center;
    margin-top: -2rem;
}

.abtwelimg img {
    width: 100%;
}

.blockprtner {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.partners_lsts .owl-stage {
    display: flex;
}

.stickyheader .logosec {
    padding-top: 5px;
    padding-bottom: 12px;
}

.txtbannersec h1 span, .title_sec h2 span {
    background: linear-gradient(135deg, #f1967d 0, #ff4d22 20%, #fd8c70 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.txtbannersec p {
    color: #fff;
    font-family: "Google Sans", sans-serif;
}

.wrap_welcsec {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.leftwelsec {
    width: calc(100% - 50%);
    display: flex;
    flex-flow: column;
    align-items: flex-start;
}

.rightwelsec {
    width: 36%;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 27px;
    padding: 95px 45px 65px 45px;
    margin-top: -170px;
    position: relative;
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%, 0 7%);
    border-radius: 60px 120px 3px 124px;
    background: linear-gradient(135deg, #686868 0%, #4a4a4a 50%, #4e4e4e 100%);
}

.blocks_awrds {
    display: flex;
    flex-flow: column;
    align-items: center;
    text-align: center;
    gap: 0;
}

.blocks_awrds h3 {
    font-size: 25px;
    margin: 20px 0;
    font-weight: normal;
    letter-spacing: -3px;
    margin-bottom: 0;
    color: #fff;
}

.blocks_awrds p {
    margin: 0;
    font-size: 15px;
    font-family: "Inter", sans-serif;
    padding-right: 0;
    line-height: 21px;
    color: #fff;
    font-weight: 400;
    opacity: .9;
    margin-top: 9px;
    letter-spacing: 0.4px;
}

.leftwelsec h3 {
    margin: 0;
    font-weight: normal;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0px;
}

.leftwelsec h2 {
    margin: 6px 0px 17px -3px !important;
    font-size: 4.4vw;
    letter-spacing: -3px;
    line-height: 64px;
    font-family: "Google Sans", sans-serif;
    font-weight: 600;
}

.leftwelsec p {
    margin-top: 0;
}

.leftwelsec p {
    font-size: 17.3px;
    line-height: 27px;
    letter-spacing: 0.4px;
}

.partners_lsts {
    border-bottom: 1px solid #cccccc7a;
    padding-bottom: 20px;
    padding-top: 20px;
}

.welcome_sections {
    padding: 130px 0;
}

.leftwelsec .btn_mains a {
    font-family: "Google Sans", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.9px;
    font-size: 14px;
    padding: 17px 23px;
}

.coreexpertise {
    display: flex;
    flex-flow: column;
    background: url('../images/bgservices.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 140px 0;
    background-position: 0 160px;
    position: relative;
}

section.coreexpertise.services_modern::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000000c2;
    opacity: 1;
}

section.coreexpertise.services_modern .title_sec h2, section.coreexpertise.services_modern .title_sec p {
    color: #fefefe;
}

section.coreexpertise.services_modern .title_sec p {
}

section.coreexpertise.services_modern .wrap_core_expertise {
    gap: 24px;
}

section.coreexpertise.services_modern .block_expertise {
    box-shadow: 0 12px 35px rgba(9, 22, 48, 0.08);
    border-radius: 14px;
    padding: 30px 30px 60px 30px;
    overflow: hidden;
    background: linear-gradient(145deg, rgba(50, 50, 50, 0.9) 0%, rgba(40, 40, 40, 0.8) 50%, rgba(222, 88, 53, 0.15) 100% );
    backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

section.coreexpertise.services_modern .block_expertise:first-child, section.coreexpertise.services_modern .block_expertise:nth-child(5) {
    /* background: #fff; */
}

section.coreexpertise.services_modern .block_expertise h3 {
    color: #ff987e;
    margin: 25px 0 10px;
    font-size: 24px;
}

section.coreexpertise.services_modern .block_expertise p {
    color: #d9c2b9d1;
    font-family: "Inter", sans-serif;
    margin: 0;
    font-weight: 300;
}

section.coreexpertise.services_modern .block_expertise:hover {
    background: #e0552633;
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(9, 22, 48, 0.12);
}

section.coreexpertise.services_modern .service_media {
    width: 100%;
    height: 170px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #ffffff1a;
}

section.coreexpertise.services_modern .service_media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.block_expertise {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    background: #ffffff14;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(3px);
    border: 1px solid #ffffff14;
    padding: 50px 33px;
    transition: 0.5s ease-in-out;
}

.wrap_core_expertise {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 5px;
}

.block_expertise:first-child {
    background: #e7512eb8;
}

.block_expertise:nth-child(5) {
    background: #ffffff42;
}

.block_expertise h3 {
    margin: 30px 0 10px 0px;
    font-size: 26px;
    color: #fff;
    font-weight: normal;
}

.block_expertise p {
    color: #fff;
    font-size: 17px;
    line-height: 24px;
    letter-spacing: 0.3px;
    font-family: "Google Sans", sans-serif;
}

.block_expertise a {
    font-size: 15px;
    color: #fff;
    font-family: "Google Sans", sans-serif;
    font-weight: 600;
    text-decoration: none;
}

.block_expertise:hover {
    background: #ffffff26;
}

.title_sec {
    display: flex;
    flex-flow: column;
    margin-bottom: 60px;
    align-items: center;
    justify-content: center;
    position: relative;
    width: fit-content;
    padding: 0 14%;
}

.title_sec h2 {
    margin: 0;
    font-size: 60px;
    text-align: center;
    color: #fff;
    font-weight: 500;
    letter-spacing: -2px;
    line-height: 47px;
}

.title_sec p {
    color: #000000;
    text-align: center;
    padding: 0 9%;
    font-family: "Inter", sans-serif;
    letter-spacing: 0.2px;
    font-size: 18px;
    line-height: 30px;
    margin-top: 20px;
    font-weight: 300 !important;
    opacity: .8;
}

.icon_blocks {
    width: 83px;
    display: flex;
    flex-flow: column;
    height: 70px;
    align-items: flex-start;
}

.icon_blocks img {
    width: 100%;
    height: 70px;
}

.wrapcommitment {
    display: flex;
    flex-flow: row wrap;
    margin-top: 110px;
}

.wrapcommitment .img_comitment {
    width: 435px;
    display: flex;
    flex-flow: column;
    position: relative;
    box-shadow: 0 0 63px rgb(0 0 0 / 17%);
    border-radius: 75px;
}

.wrapcommitment .img_comitment img {
    width: 100%;
}

.verticalsliders {
    width: calc(100% - 385px) !important;
    margin-left: -50px;
    border-radius: 25px 0 25px 0;
    overflow: hidden;
    margin-top: -70px;
}

.title_sec .cnt_sec_heds {
    width: calc(100% - 40%);
}

.title_sec .buttonsec {
}

.title_sec .cnt_sec_heds h2 {
    color: #000;
    text-align: left;
}

.title_sec .cnt_sec_heds p {
    color: #000;
    letter-spacing: 0.2px;
    line-height: 25px;
    text-align: left;
    padding: 0 10% 0 0;
}

section.commitments {
    position: relative;
    padding: 140px 0 0px 0;
}

.verticalsliders {
}

.verticalblocks {
    display: flex;
    flex-flow: column;
    position: relative;
    height: 100%;
}

.wrapcommitment .img_comitment>img:last-child {
    height: 590px;
    object-fit: cover;
    border-radius: 50px 0 30px 0;
}

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

.verticalblocks .vertical_cntblck {
    position: absolute;
    bottom: 0;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.6923144257703081) 39%, rgba(0,0,0,0) 100%);
    padding: 30% 10% 10% 10%;
}

.verticalblocks .vertical_cntblck h3 {
    margin: 0;
    color: #fff;
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 1px;
}

.verticalblocks .vertical_cntblck h2 {
    margin: 10px 0 10px 0;
    color: #fff;
    font-weight: normal;
    font-size: 2.1vw;
    padding-right: 30%;
    line-height: 2.5rem;
}

.verticalblocks .vertical_cntblck p {
    color: #fff;
    font-size: 17px;
    margin-top: 6px;
    letter-spacing: 0.5px;
    font-family: "Google Sans", sans-serif;
    line-height: 24px;
}

.verticalblocks .vertical_cntblck .btn_mains a img {
    width: auto !important;
}

.img_comitment.ourreach_cnts {
    padding-left: 13.1vw;
    width: calc(616px - 13.1vw) !important;
    padding-right: 0;
    margin-top: 15px;
    position: relative;
    padding-top: 40px;
    padding-bottom: 4%;
    background-repeat: no-repeat;
    background-size: cover;
}

.img_comitment.ourreach_cnts h3 {
    color: #fff;
    font-size: 65px;
    margin: 0;
    font-weight: normal;
    color: #000;
    line-height: 56px;
    letter-spacing: -2px;
}

.img_comitment.ourreach_cnts:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.6923144257703081) 91%, rgba(255,255,255,0) 100%);
    right: 0;
    top: 0;
}

.img_comitment.ourreach_cnts h3, .img_comitment.ourreach_cnts p, .img_comitment.ourreach_cnts .blcks_stats {
    position: relative;
    z-index: 1;
}

.img_comitment.ourreach_cnts p {
    font-size: 18px;
    letter-spacing: 0.5px;
}

.blcks_stats {
    background: #00000096;
    padding: 40px 30px 40px 30px;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(3px);
    overflow: hidden;
}

.blcks_stats h4 {
    color: #fff;
    font-weight: normal;
    margin: 0;
}

.blcks_stats h2 {
    color: #fff;
    font-weight: normal;
    margin: 4px 0;
    font-family: "Google Sans", sans-serif;
    font-weight: 600;
    font-size: 38px;
}

.blcks_stats p {
    color: #fff;
    margin: 0;
    font-size: 15px !important;
}

.blcks_stats hr {
    margin: 16px 0;
    opacity: 0.1;
}

.carouselverticlslider button.owl-dot {
    width: 15px;
    height: 15px;
    background: #ffffff61;
    border-radius: 50%;
    margin-right: 6px;
}

.carouselverticlslider .owl-dots {
    position: absolute;
    bottom: 30px;
    right: 30px;
}

.carouselverticlslider button.owl-dot.active {
    background: #f06b46;
    opacity: 1;
}

.ourmapsimg {
    display: flex;
    flex-flow: column;
    width: 74%;
    padding: 0 0 40px 0;
    align-items: center;
}

.wrapcommitment:last-child {
}

.ourmapsimg img {
    width: 91%;
}

section.ourprojects {
    position: relative;
}

/* Home: Gallery block separation */
section.ourprojects.home_gallery {
    margin-top: -110px;
    padding: 210px 0 150px 0;
    backdrop-filter: blur(96px);
    background: linear-gradient(1deg, #fff7ef 0, #fff7ef 20%, #ffffff2e 100%);
}

section.news_events.home_blogs {
    background: #fff;
    padding-top: 140px;
}

.ourprojects .title_sec h2, .ourprojects .title_sec p {
    color: #000;
    /* text-align: left !important; */
    padding: 0;
    width: 100%;
}

.title_sec {
    margin-bottom: 40px;
}

.ourprojects .title_sec p {
    /* padding-right: 36%; */
}

.blocksproject {
    display: flex;
    flex-flow: column;
    position: relative;
}

.blocksproject .imgproject {
    display: flex;
    flex-flow: column;
    height: 506px;
    overflow: hidden;
}

.blocksproject .imgproject img {
    width: 100%;
    height: 100%;
    display: block;
    transition: 0.5s ease-in-out;
    filter: grayscale(1);
}

.blocksproject:hover .imgproject img {
    transform: scale(1.1);
}

.cnt_prjcts {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    bottom: 0;
    background: #000000b5;
    padding: 12% 11%;
}

.cnt_prjcts .btn_mains img {
    width: auto !important;
    margin-top: 0;
}

.cnt_prjcts .btn_mains {
    margin-top: auto;
}

.cnt_prjcts h3 {
    color: #fff;
    margin: 0;
    font-weight: normal;
    font-size: 31px;
    line-height: 34px;
    letter-spacing: -0.5px;
}

.cnt_prjcts p {
    color: #fff;
    font-size: 19px;
    display: flex;
    flex-flow: column;
}

.wrap_projects .owl-stage-outer .center .blocksproject img {
    filter: none;
}

.wrap_projects .owl-stage-outer .center .blocksproject .cnt_prjcts {
    background: #00000047;
}

.wrap_projects .owl-stage-outer .center .blocksproject .cnt_prjcts .btn_mains a {
    background: #d65d3c;
    border-color: #d65d3c;
}

.cnt_prjcts .btn_mains a {
    background: none;
    border: 1px solid #fff;
}

.cnt_prjcts .btn_mains a:hover {
    background: #dedede !important;
    color: #000 !important;
    border-color: #dedede !important;
}

@keyframes rotateAnimation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.rotating img {
    animation: rotateAnimation 22s linear infinite;
}

.title_sec h2 span {
    color: #ffffff;
    font-family: "Google Sans", sans-serif;
}

.newslist {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 0;
    margin-top: 35px;
}

.block_news {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    padding: 0 35px;
}

.block_news .newsimgsec img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 13px 0 13px 0;
    object-position: center center;
}

.block_news h5 {
    margin: 20px 0 0 0;
    font-size: 20px;
    font-family: "Google Sans", sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 24px;
    letter-spacing: 0px;
    color: #585858;
}

.block_news .btn_newsblck img {
    width: auto;
}

.block_news .btn_newsblck {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.block_news:nth-child(2) {
    border-left: 1px solid #cccccc40;
    border-right: 1px solid #cccccc40;
}

.block_news .btn_newsblck .postdate_sec p {
    margin: 0;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    opacity: .8;
}

.block_news:last-child>img {
    display: none;
}

section.news_events {
    padding: 140px 0;
    position: relative;
}

.titleprt h4 {
    margin: 0;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.titleprt h3 {
    margin: 0;
    font-size: 60px;
    color: #000;
    font-weight: normal;
    letter-spacing: -2px;
}

.titleprt h3 span {
    color: #d65d3c;
    font-family: "Google Sans", sans-serif;
}

.block_news .newsimgsec {
    display: flex;
    flex-flow: column;
    width: 100%;
    height: 220px;
    overflow: hidden;
}

.block_news:last-child .newsimgsec {
    /* display: none; */
}

.block_news:first-child {
    padding-left: 0;
}

.wrap_projects .owl-item.active.center + .owl-item .cnt_prjcts h3 {
    padding-right: 25%;
}

.wrapreachcnts {
    display: flex;
    flex-flow: row wrap;
    padding: 100px 0 60px 0;
    border-bottom: 1px solid #ccc;
    margin-bottom: 100px;
    position: relative;
}

.wrapreachcnts .verticalsliders {
    width: 70%;
}

.wrapreachcnts .ourreach_cnts {
    width: 26%;
}

.wrapreachcnts .nepalmapsec {
    display: flex;
    flex-flow: column;
    width: 70%;
}

.ourreach_cnts h3 {
    margin: 0;
    font-size: 65px;
    letter-spacing: -3px;
}

.ourreach_cnts p {
    margin-top: 10px;
    font-size: 18px;
    margin-bottom: 30px;
}

section.ctasections {
    background: url(../images/trustedbybg.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 300px 0 110px 0;
    background-size: cover;
    margin-top: -210px;
    position: relative;
}

.wrap_trustedby {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
}

.lefttrustbysec {
    width: calc(100% - 459px - 8%);
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    color: #fff;
    padding-right: 8%;
}

.getconnectedsec {
    display: flex;
    flex-flow: column;
    width: 329px;
    align-items: flex-start;
}

.getconnectedsec h3 {
    font-size: 35px;
    line-height: 40px;
    font-weight: 500;
    color: #fff;
    margin: 0;
}

.getconnectedsec p {
    color: #fff;
    font-size: 15px;
    letter-spacing: 0.1px;
}

.getconnectedsec strong {
    color: #fff;
    font-weight: normal;
    margin-bottom: 20px;
    font-family: "Google Sans", sans-serif;
    font-weight: 600;
    font-size: 22px;
}

ul.cntdetails {
    display: flex !important;
    ; flex-flow: column !important;
    gap: 9px !important;
    margin-bottom: 30px !important;
    list-style: none !important;
}

ul.cntdetails li a {
    color: #fff;
    text-decoration: none;
    font-size: 19px;
    display: flex;
    letter-spacing: 0.6px;
}

ul.cntdetails li a img {
    margin-right: 8px;
    width: 15px;
    filter: invert(1);
}

.lefttrustbysec h3 {
    margin: 0;
    font-size: 46px;
    line-height: 52px;
}

.lefttrustbysec p {
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 40px;
    font-weight: 300;
    letter-spacing: 0.3px;
}

.lefttrustbysec .btn_mains a {
    font-size: 21px;
    padding: 16px 29px;
    background: none;
    color: #fff;
    font-family: "Google Sans", sans-serif;
    font-weight: 600;
    letter-spacing: -1px;
}

.lefttrustbysec .btn_mains a img {
    width: 34px;
}

.block_footer h3 {
    font-size: 14px;
    margin: 0;
    letter-spacing: 0.4px;
    margin-bottom: 10px;
}

.block_footer ul {
    display: flex;
    flex-flow: column;
    list-style-type: disc;
    padding: 0;
    margin: 0;
    list-style-position: inside;
    gap: 3px;
}

.block_footer ul li::marker {
    color: 6C6C6C;
}

.block_footer ul li a {
    color: #505050;
    text-decoration: none;
    font-size: 15px;
    letter-spacing: 0;
}

footer#mainfooter {
    position: relative;
    padding: 0;
}

.contactUs ul {
    list-style: none;
}

.contactUs ul li a {
    color: #000;
    font-family: "Google Sans", sans-serif;
    font-weight: 600;
    font-size: 16px;
    display: flex;
    letter-spacing: 0.2px;
}

.contactUs ul li a img {
    margin-right: 14px;
}

.contactUs p {
    font-size: 16px;
    margin-top: 0;
}

.contactUs {
    display: flex;
    flex-flow: column;
    margin-top: 30px;
}

.block_footer {
    /* display: flex; */
    /* flex-flow: column; */
    /* align-items: flex-start; */
}

.wrap_footer {
    display: block;
    padding-bottom: 0;
}

.block_footer.abt_img {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.block_footer.abt_img .imgabt {
    width: 100%;
    background: transparent;
    border-radius: 8px;
    display: flex;
    flex-flow: column;
    align-items: stretch;
    justify-content: center;
    padding: 0;
}

.block_footer.abt_img .imgabt img, .block_footer.abt_img .imgabt iframe {
    width: 100%;
    border-radius: 8px;
}

.block_footer.abt_img .imgabt iframe {
    min-height: 450px;
    border: 0;
    display: block;
    margin: 0;
    padding: 0;
}

/* Footer simplified: map-only column */
.lowerfooter {
    background-repeat: no-repeat;
    padding: 55px 0 55px 0;
    background-size: 68%;
    background-color: #ffffff;
    background-position: right bottom;
}

.wraplowfoter {
    display: flex;
    flex-flow: column;
}

.getreadysecs {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
}

.getreadysecs h4 {
    font-size: 30px;
    color: #3b3b3b;
    font-family: "Google Sans", sans-serif;
    letter-spacing: 0.8px;
    line-height: 34px;
    margin-bottom: 40px;
    margin-top: 0;
}

.copyrightsecs {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    margin-top: 6px;
}

.copyrightsecs p {
    margin-top: 0;
    color: #fff;
    opacity: .8;
}

.copyrightsecs ul.socialmedia {
    display: flex;
    gap: 4px;
    margin-bottom: 20px;
}

.copyrightsecs ul.socialmedia li {
    margin-right: 25px;
}

.copyrightsecs ul li a {
    color: #fff;
    opacity: 0.5;
    text-decoration: none;
    font-size: 14px;
}

.copyrightsecs ul.socialmedia li a {
    opacity: 1;
}

.copyrightsecs ul {
    display: flex;
    gap: 16px;
}

section.aboutsections {
    position: relative;
    overflow: hidden;
}

.innerpage_banners {
    < section class="coreexpertise services_modern"> <div class="container"> <div class="title_sec"> <h2>Complete Construction and Logistics Support <span>Services</span></h2> <p>We provide reliable brick manufacturing and delivery for contractors, builders, and homeowners across Rautahat and surrounding regions.</p> </div> <div class="wrap_core_expertise"> <div class="block_expertise wow FadeInUp" data-wow-duration="1s" data-wow-delay="0.2s" data-wow-offset="10" style="visibility: visible; animation-duration: 1s; animation-delay: 0.2s; animation-name: fadeInUp;"> <div class="service_media"> <img src="assets/images/service_1.jpg" alt="Delivery service by Kharel Itta Udhyog"> </div> <h3>Delivery Service</h3> <p>Timely and dependable brick delivery to keep your construction work running without delays.</p> </div> <div class="block_expertise wow FadeInUp" data-wow-duration="1s" data-wow-delay="0.3s" data-wow-offset="10" style="visibility: visible; animation-duration: 1s; animation-delay: 0.3s; animation-name: fadeInUp;"> <div class="service_media"> <img src="assets/images/service_2.jpg" alt="Truck and tractor rental support"> </div> <h3>Truck &amp; Tractor Rent</h3> <p>Flexible truck and tractor rental support for transport, loading, and site movement requirements.</p> </div> <div class="block_expertise wow FadeInUp" data-wow-duration="1s" data-wow-delay="0.4s" data-wow-offset="10" style="visibility: visible; animation-duration: 1s; animation-delay: 0.4s; animation-name: fadeInUp;"> <div class="service_media"> <img src="assets/images/service_3.jpg" alt="Construction and logistics support service"> </div> <h3>Relevant Support Services</h3> <p>Additional practical support for contractors and builders, including coordination and supply assistance.</p> </div> </div> <div class="button_lsts btn_mains"> <a href="company.php">Explore Our Services<img src="assets/images/icon_arrow.svg" alt=""></a> <a href="company.php">Get Started </a> </div> </div> </section>; < section class="coreexpertise services_modern"> <div class="container"> <div class="title_sec"> <h2>Complete Construction and Logistics Support <span>Services</span></h2> <p>We provide reliable brick manufacturing and delivery for contractors, builders, and homeowners across Rautahat and surrounding regions.</p> </div> <div class="wrap_core_expertise"> <div class="block_expertise wow FadeInUp" data-wow-duration="1s" data-wow-delay="0.2s" data-wow-offset="10" style="visibility: visible; animation-duration: 1s; animation-delay: 0.2s; animation-name: fadeInUp;"> <div class="service_media"> <img src="assets/images/service_1.jpg" alt="Delivery service by Kharel Itta Udhyog"> </div> <h3>Delivery Service</h3> <p>Timely and dependable brick delivery to keep your construction work running without delays.</p> </div> <div class="block_expertise wow FadeInUp" data-wow-duration="1s" data-wow-delay="0.3s" data-wow-offset="10" style="visibility: visible; animation-duration: 1s; animation-delay: 0.3s; animation-name: fadeInUp;"> <div class="service_media"> <img src="assets/images/service_2.jpg" alt="Truck and tractor rental support"> </div> <h3>Truck &amp; Tractor Rent</h3> <p>Flexible truck and tractor rental support for transport, loading, and site movement requirements.</p> </div> <div class="block_expertise wow FadeInUp" data-wow-duration="1s" data-wow-delay="0.4s" data-wow-offset="10" style="visibility: visible; animation-duration: 1s; animation-delay: 0.4s; animation-name: fadeInUp;"> <div class="service_media"> <img src="assets/images/service_3.jpg" alt="Construction and logistics support service"> </div> <h3>Relevant Support Services</h3> <p>Additional practical support for contractors and builders, including coordination and supply assistance.</p> </div> </div> <div class="button_lsts btn_mains"> <a href="company.php">Explore Our Services<img src="assets/images/icon_arrow.svg" alt=""></a> <a href="company.php">Get Started </a> </div> </div> </section>; background: url(../images/bgservices.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 140px 0 0 0;
    position: relative;
    background-attachment: fixed;
}

.wrap_insidebanner {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    position: relative;
}

.wrap_insidebanner h1 {
    font-size: 53px;
    color: #fff;
    margin: 0;
    line-height: 58px;
}

.wrap_insidebanner strong {
    color: #fff;
    font-size: 19px;
    font-family: "Google Sans", sans-serif;
    font-weight: normal;
    letter-spacing: 0px;
    margin-top: 15px;
}

.txt_abtstartsec {
    display: flex;
    flex-flow: column;
    width: 80%;
    padding: 110px 0 40px 0;
    margin: 0 auto;
}

.txt_abtstartsec h2 {
    font-size: 40px;
    margin: 0 0 20px 0;
    line-height: 44px;
    letter-spacing: -0.4px;
    text-align: center;
    font-weight: 600;
}

.txt_abtstartsec h2 span {
    color: #de5836;
    font-family: "Google Sans", sans-serif;
}

.txt_abtstartsec p {
    margin-top: 0;
    font-size: 16.5px;
    line-height: 24px;
    letter-spacing: 0;
    text-align: center;
    font-weight: normal;
    opacity: .8;
}

.block_boardmember {
    display: flex;
    flex-flow: column;
}

.wrap_boardmember {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 40px;
}

.block_boardmember:first-child {
    grid-column: span 3;
    display: flex;
    flex-flow: row wrap;
    background: #f06b46;
    align-items: center;
    margin-top: 0;
}

.block_boardmember:first-child .image_boardmem {
    display: flex;
    flex-flow: column;
    position: relative;
    width: 26%;
    margin-top: -30px;
    position: relative;
    z-index: 999;
}

.image_boardmem img {
    margin-top: 0;
    transition: 0.5s ease-in-out;
    width: 100%;
    height: 370px;
    object-fit: cover;
    object-position: 0;
}

.block_boardmember:first-child .boardmemcnt {
    width: calc(100% - 27% - 100px);
    padding-left: 50px;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.boardmemcnt {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    padding-top: 31px;
}

.block_boardmember:first-child .boardmemcnt h2 {
    margin: 0;
    font-size: 34px;
    color: #fff;
    letter-spacing: -1.6px;
}

.block_boardmember:first-child .boardmemcnt span {
    color: #fff;
    font-size: 22px;
    font-family: "Google Sans", sans-serif;
    font-weight: 600;
}

.boardmemcnt h2 {
    margin: 0 0 0 0;
    font-w=s: ;
    letter-spacing: 0;
    font-size: 25px;
    letter-spacing: -0.5px;
}

.boardmemcnt span {
    background: #e7512e1c;
    padding: 6px 13px;
    color: #E7512E;
    margin-top: 11px;
}

.image_boardmem {
    display: flex;
    flex-flow: column;
}

.block_boardmember:first-child .boardmemcnt span {
    padding: 0;
}

.block_boardmember:first-child .boardmemcnt p {
    color: #fff;
    font-size: 18px;
}

.block_boardmember:first-child .boardmemcnt .board_quote {
    display: flex;
    flex-flow: column;
    position: relative;
    padding-left: 70px;
    font-size: 21px;
    color: #fff;
    font-family: "Google Sans", sans-serif;
    font-weight: 600;
    margin-top: 25px;
}

.boardmemcnt .board_quote::before {
    content: '';
    width: 35px;
    height: 35px;
    background: url(../images/icon_quote.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 6px;
}

.block_boardmember:first-child .boardmemcnt span:before {
    content: '-';
    margin-right: 10px;
}

.boardmemcnt .board_quote {
    display: none;
}

.boardmemcnt p {
    font-size: 16px;
    line-height: 24px;
    font-family: "Google Sans", sans-serif;
    letter-spacing: 0.2px;
}

section.boards_ofdirectors {
    padding-bottom: 100px;
}

ul.submenu {
    position: absolute;
    top: 0;
    display: flex;
    flex-flow: column;
}

.wrap_secondheader .navigation_sec .navbar ul li {
    position: relative;
    display: flex;
}

.wrap_secondheader .navigation_sec .navbar ul li ul {
    width: 220px;
    background: #FFF;
    top: 0;
    transition: 0.5s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.wrap_secondheader .navigation_sec .navbar ul li ul li a {
    color: #000;
    padding: 12px 23px;
    letter-spacing: 0;
    /* font-family: "Google Sans", sans-serif; */
    transition: 0.5s ease-in-out;
    font-size: 14px;
    letter-spacing: 0.4px;
    border-top: 1px solid #cccccc66;
}

.wrap_secondheader .navigation_sec .navbar ul li ul li {
    display: flex;
    flex-flow: column;
}

.wrap_secondheader .navigation_sec .navbar ul li:hover ul {
    opacity: 1;
    visibility: visible;
    top: 28px;
}

.blockboards {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}

.blockboards:nth-child(2) {
    flex-flow: row-reverse;
}

.blockboards .imagefrombrds {
    display: flex;
    flex-flow: column;
    position: relative;
    width: 31%;
}

.blockboards .cntfrmbrds {
    width: calc(100% - 41%);
}

.blockboards .cntfrmbrds h5, .blockboards .cntfrmbrds h3 {
    margin: 0;
}

.blockboards .cntfrmbrds h3 {
    font-size: 36px;
    margin-top: 5px;
    color: #f06b46;
}

.blockboards .cntfrmbrds h5 {
    font-size: 18px;
    letter-spacing: 0.7px;
    margin-bottom: 7px;
}

.cntfrmbrds .board_quote {
    display: flex;
    flex-flow: column;
    position: relative;
    padding-left: 70px;
    font-size: 19px;
    color: #000;
    font-family: "Google Sans", sans-serif;
    font-weight: 600;
    margin-top: 25px;
}

.cntfrmbrds .board_quote:before {
    content: '';
    width: 35px;
    height: 35px;
    background: url(../images/icon_quote.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 6px;
    filter: invert(1);
}

.blockboards .imagefrombrds span {
    bottom: 13px;
    left: 14px;
    font-family: "Google Sans", sans-serif;
    font-size: 16px;
    color: #fff;
    border-radius: 0 8px 0 8px;
    text-align: center;
    color: #0d1535;
    margin-top: 9px;
}

.wrapboards {
    display: flex;
    flex-flow: column;
    gap: 15px;
    margin-bottom: 10px;
}

section.fromboards {
    background: #f2fbfd;
    padding: 80px 0;
    background-image: url(../images/patterndhaka.jpg);
    position: relative;
}

.blocksnumbersSecs {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 20px;
}

.blocksnumbersSecs .blocks_awrds p {
    font-size: 18px;
    padding-right: 0;
}

.blocksnumbersSecs .blocks_awrds .icon {
    height: 70px;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
}

.blocksnumbersSecs .blocks_awrds .icon img {
    /* width: 100%; */
    height: 100%;
}

.blacktxt.board_quote {
    display: flex;
    flex-flow: column;
    position: relative;
    padding-left: 70px;
    font-size: 19px;
    color: #000;
    font-family: "Google Sans", sans-serif;
    font-weight: 600;
    margin-top: 25px;
}

.blacktxt.board_quote:before {
    content: '';
    width: 35px;
    height: 35px;
    background: url(../images/icon_quote.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 6px;
    filter: invert(1);
}

.rightwelsec.welcomeimg {
    width: 44%;
    display: flex;
    flex-flow: column;
}

.rightwelsec.welcomeimg img {
    width: 100%;
    height: 520px;
    object-fit: cover;
}

section.welcome_sections.cmpanyseca {
    padding: 140px 0;
    background: linear-gradient(1deg, #ffffff 0%, #fff2df 50%, #fff6e9 100%);
    padding-bottom: 160px;
    margin-top: 140px;
}

.wrap_core_expertise.ourphilo {
    grid-template-columns: repeat(2,1fr);
    gap: 0;
}

.wrap_core_expertise.ourphilo .icon_blocks img {
    /* filter: invert(1); */
}

section.aboutsections.ourphilosecs {
    padding-top: 100px;
}

.listsmissvsi {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    margin-bottom: 70px;
    margin-top: 0;
}

.blocks_missvis {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    background: #deab362e;
    padding: 40px 40px;
}

.blocks_missvis:first-child {
    background: #f4f7fa;
}

.blocks_missvis h3 {
    margin: 0;
    font-size: 35px;
}

.blocks_missvis p {
    margin-top: 10px;
    font-size: 17px;
    letter-spacing: 0.2px;
    line-height: 24px;
}

section.coreexpertise.corephilos {
    background: url('../images/missionvisionbg.jpg');
    margin-top: 60px;
    padding-top: 80px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}

section.coreexpertise.corephilos .title_sec h2 {
    color: #000;
}

section.coreexpertise.corephilos .title_sec p {
    color: #000;
}

.wrap_core_expertise.ourphilo .block_expertise {
    background: #ffffff2e;
    padding-bottom: 20px;
    padding-top: 35px;
    display: flex;
    flex-flow: column;
    align-items: center;
    text-align: center;
    border: 1px solid #ffffff52;
}

.wrap_core_expertise.ourphilo .block_expertise h3, .wrap_core_expertise.ourphilo .block_expertise p {
    color: #000;
}

.wrap_core_expertise.ourphilo .block_expertise h3 {
    margin-top: 30px;
    margin-bottom: 0;
}

.leftrightsec_imgtxt {
    display: flex;
    flex-flow: row wrap;
    background: #f1f1f1;
    padding: 55px;
    margin-top: 60px;
    align-items: center;
    justify-content: space-between;
}

.leftrightsec_imgtxt .imgsecs {
    width: 340px;
}

.leftrightsec_imgtxt .imgsecs img {
    width: 100%;
}

.leftrightsec_imgtxt p {
    width: calc(100% - 400px);
    margin: 0;
    font-size: 16px;
    padding-left: 0;
    text-align: left;
}

.txt_abtstartsec.ourtemssec {
    width: 100%;
}

.wrap_equips {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 21px;
}

.wrap_equips .blocksequips {
    background: #fff;
    display: flex;
    flex-flow: column;
    align-items: center;
    padding: 10px 10px;
    text-align: center;
    transition: 0.5s ease-in-out;
    border: 1px solid #9595952e;
}

section.ourequips {
    padding: 60px 0;
    background: #f7faff;
}

.wrap_equips .blocksequips h4 {
    margin: 0;
    font-size: 16px;
    margin-top: 7px;
    font-family: "Google Sans", sans-serif;
    font-weight: 600;
    opacity: .8;
}

.wrap_equips .blocksequips .imgequip {
    height: 74px;
}

.wrap_equips .blocksequips .imgequip {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}

.wrap_equips .blocksequips h3 {
    font-size: 15px;
    margin-top: 3px;
    color: #3a3a3a;
    font-family: "Inter", sans-serif;
    font=fa: ;
}

.wrap_equips .blocksequips:hover {
    background: #fff5ed;
}

section.pdfviewer {
    padding: 100px 0;
    background: #f1f1f1;
}

section.pdfviewer embed {
    width: 100%;
    height: 811px;
}

.tabs {
    display: flex;
    cursor: pointer;
}

.tab {
    margin-right: 15px;
    padding: 14px 35px;
    border-radius: 5px;
    background: #ffffff;
    font-family: "Google Sans", sans-serif;
    font-weight: normal;
    font-size: 15px;
    letter-spacing: 0.2px;
    box-shadow: 0 0 13px rgba(0,0,0,0.1);
}

.tab.active {
    background: #de5836;
    color: white;
}

.tab-content {
    display: none;
    margin-top: 10px;
}

.wrap_tabs_prjcs {
    display: flex;
    flex-flow: column;
}

.wrap_tabs_prjcs .imgprjcts {
    border-radius: 10px;
    display: flex;
    flex-flow: column;
}

.wrap_tabs_prjcs .imgprjcts img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wrap_tabs_prjcs .txtprjwrap {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    margin-top: 12px;
}

.projectsTabs {
    padding-bottom: 80px;
    background: #f1f4fd85;
    padding-top: 80px;
}

.txtprjwrap h2 {
    font-size: 16px;
    margin: 0 0 8px 0;
    color: #464646;
}

.txtprjwrap h3 {
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0px;
    font-family: "Google Sans", sans-serif;
    font-weight: 600;
    margin-bottom: 20px;
}

.txtprjwrap strong {
    font-weight: normal;
    background: #ffffff;
    padding: 9px 19px;
    color: #010101;
    font-family: "Google Sans", sans-serif;
    font-size: 14px;
    letter-spacing: 0.4px;
    border-radius: 3px;
    font-weight: normal;
    border: 1px solid #6a6a6a14;
}

.wrap_tabs_prjcs .txtprjwrap ul {
    list-style-type: disc;
    list-style-position: inside;
    margin-bottom: 30px;
    display: flex;
    flex-flow: column;
    gap: 11px;
}

.wrap_tabs_prjcs .txtprjwrap ul li {
    font-family: "Google Sans", sans-serif;
    font-weight: 600;
}

.wrap_tabs_prjcs .txtprjwrap ul li::marker {
    color: #de5836;
}

.wrap_tabs_prjcs .txtprjwrap ul li {
    color: #de5836;
    font-size: 15px;
}

.wrap_tabs_prjcs .txtprjwrap p {
    font-size: 16px;
    letter-spacing: 0.3px;
    line-height: 22px;
    font-family: "Inter", sans-serif;
    margin-top: 9px;
}

.nopadbtn {
    padding-bottom: 0
}

.projectdtls .wrap_tabs_prjcs {
    margin-top: 0;
    background: #fff;
    padding: 45px;
}

section.projectdtls {
    background: #f1f1f1;
    padding: 60px 0;
    margin-top: 40px;
}

.wrap_verticals {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4px;
}

.blockverticals {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    background: #ffffff4a;
    padding: 20px 20px;
    position: relative;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.blockverticals .icon {
    width: 50px;
    height: 50px;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}

.blockverticals .icon img {
    width: 100%;
}

section.verticals {
    padding: 80px 0;
    background: url(../images/trustedbybg.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.blockverticals h3 {
    margin: 10px 0 14px 0;
    font-size: 22px;
    color: #ffffff;
}

.blockverticals .btn_mains {
    margin-top: auto;
}

.blockverticals ul {
    margin-bottom: 20px;
}

.blockverticals ul {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    list-style-type: disc;
    list-style-position: inside;
    font-size: 15px;
    gap: 5px;
    letter-spacing: 0.1px;
    width: 100%;
    color: #ffffff;
}

.blockverticals ul li::marker {
    margin-right: 3px !important;
    text-indent: 20px;
    font-size: 11px;
    color: #fffffff2;
}

.blockverticals .icon img {
    filter: invert(1);
    opacity: .8;
}

.blockverticals:nth-child(2) .btn_mains a, .blockverticals:nth-child(3) .btn_mains a, .blockverticals:nth-child(6) .btn_mains a, .blockverticals:nth-child(7) .btn_mains a {
    background: #de5836;
}

.ourvertsinglwrp {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 70px;
}

.ourvertsinglwrp .lstcompniesvrt {
    width: 26%;
    background: #f1f1f1;
    margin-top: 6%;
    position: sticky;
    -webkit-position: sticky;
    top: 90px;
    padding: 25px 0px;
}

.imgvrtl {
    display: flex;
    flex-flow: column;
    margin-bottom: 35px;
}

.imgvrtl img {
    width: 100%;
    /* height: 560px; */
    object-fit: cover;
    object-position: top;
    border-radius: 45px 0 45px 0;
    box-shadow: 0 0 23px rgba(0,0,0,0.1);
}

.ourvertsinglwrp .lstcompniesvrt ul li a {
    text-decoration: none;
    padding: 10px 30px 10px 49px;
    color: #000;
    transition: 0.5s ease-in-out;
    font-family: "Google Sans", sans-serif;
    font-weight: 600;
    font-size: 15px;
}

.ourvertsinglwrp .lstcompniesvrt ul {
    display: flex;
    flex-flow: column;
    gap: 0;
}

.ourvertsinglwrp .lstcompniesvrt ul li::marker {
}

.ourvertsinglwrp .lstcompniesvrt h3 {
    font-size: 20px;
    padding-left: 30px;
    margin-top: 0;
    margin-bottom: 10px;
}

.ourvertsinglwrp .lstcompniesvrt ul li:nth-child(2) a, .ourvertsinglwrp .lstcompniesvrt ul li a:hover {
    background: #de5836;
    color: #fff;
}

.ourvertsinglwrp .lstcompniesvrt ul li {
    display: flex;
    flex-flow: column;
    position: relative;
}

.ourvertsinglwrp .lstcompniesvrt ul li:before {
    content: '';
    width: 15px;
    height: 15px;
    position: absolute;
    left: 20px;
    background: red;
    top: 11px;
    background: url('../images/iconarrowlong.svg');
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.5;
}

.ourvertsinglwrp .lstcompniesvrt ul li:nth-child(2)::before, .ourvertsinglwrp .lstcompniesvrt ul li:hover::before {
    filter: invert(1);
    opacity: 1;
}

.ourvertsinglwrp .txt_abtstartsec {
    width: 69%;
    margin: 0;
}

.wrap_secondheader .navigation_sec .navbar ul li ul li a:hover {
    background: #de5836;
    color: #fff;
}

.pressrelease .newsimgsec {
    display: block !important;
}

.pressrelease .block_news:nth-child(3n+3) {
    padding-right: 0;
}

.textsinglenews h2 {
    font-size: 33px;
    line-height: 41px;
    letter-spacing: 0;
    margin-bottom: 30px;
}

.wrap_carrers {
}

.block_carrers {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 50px;
    background: #f1f1f1;
    padding: 40px;
    margin-top: 35px;
}

.block_carrers h3 {
    margin: 0;
    font-size: 20px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    text-align: left;
    align-items: center;
    background: #fff;
}

.block_carrers h3 span {
    width: 25px;
    height: 25px;
    margin-right: 26px;
    background: #de5836;
    padding: 15px;
}

.block_carrers h3 a {
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    text-transform: uppercase;
    font-family: "Google Sans", sans-serif;
    font-weight: 600;
    color: #000;
    text-decoration: none;
    letter-spacing: 1px;
    margin-right: 18px;
    transition: 0.5s ease-in-out;
}

.block_carrers h3 a img {
    width: 23px;
    height: 19px;
    margin-left: 10px;
}

section.carrers h2 {
    font-size: 60px;
    margin: 0;
}

section.carrers p {
    font-size: 20px;
    margin: 11px 0 0 0px;
}

.block_carrers h3 span img {
    filter: invert(1);
}

.block_carrers h3 a:hover {
    color: red;
}

section.carrers {
    padding: 100px 0;
    position: relative;
}

.lstcompniesvrt.requirementjob ul li {
    padding: 0px 40px 0 50px;
    margin-bottom: 16px;
}

.lstcompniesvrt.requirementjob ul li:before {
    top: 3px;
}

.lstcompniesvrt.requirementjob {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
}

.lstcompniesvrt.requirementjob .btn_mains {
    margin-left: 49px;
    margin-top: 10px;
}

section.ouroffices .blcks_stats ul {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    list-style-type: disc;
    list-style-position: inside;
    margin: 16px 7px;
    border-bottom: 1px solid #ffffff24;
    padding-bottom: 16px;
    gap: 7px;
}

section.ouroffices .blcks_stats ul li {
    color: #ffffffcf;
}

section.ouroffices .blcks_stats ul:last-child {
    border: none;
    margin: 10px 0 0 0;
    padding: 0;
}

section.ouroffices .blcks_stats {
    background: none;
    padding: 0;
}

section.ouroffices .blcks_stats h4 {
    opacity: .9;
}

.ouroffices .wrapreachcnts .ourmapsimg {
    width: 100%;
}

.ouroffices .wrapreachcnts .ourreach_cnts {
    width: 100%;
}

section.ouroffices .blcks_stats h3 {
    font-size: 40px;
    margin-bottom: 15px;
    letter-spacing: 0;
    text-align: center;
}

section.ouroffices .wrapreachcnts {
    border: none;
    padding-bottom: 0;
    align-items: center;
    padding-top: 0;
}

.blockverticals .board_quote.blacktxt {
    padding-left: 55px;
    padding-top: 35px;
    font-family: "Google Sans", sans-serif;
    font-weight: 600;
    padding-bottom: 40px;
    font-size: 17px;
}

.reviewdtls {
    display: flex;
    border-top: 1px dashed #cccccc8c;
    width: 100%;
    margin-top: auto;
    justify-content: space-between;
    padding: 13px 0 0 0px;
}

.reviewdtls span {
    font-family: "Google Sans", sans-serif;
    color: #ffffff;
    letter-spacing: 0.4px;
    background: #d65d3c;
    padding: 5px 21px;
}

.reviewdtls strong {
    font-weight: normal;
    font-family: "Google Sans", sans-serif;
    color: #fff;
}

.wrap_clientssecs {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 35px;
    align-items: center;
    justify-content: center;
}

.wrap_clientssecs .blockprtner a img {
    width: 100%;
    height: 100px;
    object-fit: contain !important;
}

section.clientssec {
    background: #f1f1f1;
    padding: 64px 0;
}

.wrap_clientssecs .blockprtner {
    background: #fff;
    padding: 7px 0;
    height: auto;
}

.wrap_clientssecs .blockprtner p {
    margin: 20px 0 0 2px;
    font-size: 15px;
    font-family: "Inter", sans-serif;
}

.fielwraps {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    padding: 0;
    gap: 19px;
}

form {
    width: 100%;
}

.fieldsforms {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
}

.fieldsforms:nth-child(5), .fieldsforms:nth-child(6) {
    grid-column: span 2;
}

.fieldsforms input, .fieldsforms textarea {
    width: 100%;
    height: 62px;
    background: #fff;
    font-family: "Inter", sans-serif;
    padding: 20px 20px;
    border-radius: 8px;
    border: 2px solid #cccccc6e;
}

.fieldsforms textarea {
    height: 200px;
}

.fieldsforms img {
    width: auto;
}

.fieldsforms .btn_mains {
    margin-top: 20px;
}

section.contactuspg iframe {
    width: 100%;
    min-height: 450px;
    border: 0;
    display: block;
    margin: 0;
    padding: 0;
}

/* Full-width map before footer */
section.fullwidth_map {
    margin: 0;
    padding: 0;
    width: 100%;
}

section.fullwidth_map iframe {
    width: 100%;
    height: 450px;
    border: 0;
    display: block;
    margin: 0;
    padding: 0;
}

.innerpage_banners:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #0418428f;
}

.header:before {
    content: '';
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.6923144257703081) 39%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 210px;
    transition: 0.5s ease-in-out;
}

.header.stickyheader::before {
    opacity: 0;
    visibility: hidden;
}

.leftwelsec .btn_mains {
    margin-top: 25px;
}

.leftwelsec h2 span {
    color: #de5836;
    font-family: "Google Sans", sans-serif;
}

.cmpanyseca .leftwelsec h2 {
    font-size: 55px;
    letter-spacing: -2px;
    line-height: 54px;
}

.cmpanyseca .leftwelsec {
    padding-right: 1%;
    padding-bottom: 60px;
}

section.coreexpertise.corephilos:before {
    content: '';
    width: 100%;
    height: 100%;
    background: #ffffffb3;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.blockboards .imagefrombrds img {
    border-radius: 10px;
}

.wrap_equips .blocksequips img {
    width: 83%;
}

.wrap_tabs_prjcs .imgprjcts img {
    border-radius: 5px;
}

section.verticals+.ctasections {
    display: none;
}

.ourvertsinglwrp h2 {
    text-align: left;
    font-size: 27px;
    letter-spacing: -0.4px;
    line-height: 33px;
}

.ourvertsinglwrp p {
    text-align: left;
}

.ourverticalspage .innerpage_banners {
}

.testimonials .board_quote.blacktxt {
    color: #fff;
    padding-left: 50px;
    font-family: "Inter", sans-serif;
    letter-spacing: 0.2px;
    line-height: 24px;
}

.rightwelsec .blocks_awrds {
    align-items: flex-start;
    text-align: left;
}

.abtwelimg .container {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}

.ourphilo .block_expertise:nth-child(1) {
    background: #6efb6e45;
}

.ourphilo .block_expertise:nth-child(2) {
    background: #60b4ff30;
}

.ourphilo .block_expertise:nth-child(3) {
    background: #f9ff5940;
}

.ourphilo .block_expertise:nth-child(4) {
    background: #ff67673b;
}

section.fromboards:before {
    content: '';
    width: 100%;
    height: 96%;
    background: #fff;
    position: absolute;
    top: 30px;
    bottom: 50px;
}

section.fromboards .container {
    position: relative;
    z-index: 1;
}

.testimonials .blacktxt.board_quote:before {
    filter: invert(0);
}

.blocsk_albums {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 35px;
}

.main_almb {
    display: flex;
    flex-flow: column;
}

.main_almb span img {
    width: 100%;
    border-radius: 4px;
    transition: 0.5s ease-in-out;
    height: 450px;
    object-fit: cover;
}

.main_almb span:hover img {
    transform: scale(1.1);
}

.main_almb span {
    display: flex;
    flex-flow: column;
    overflow: hidden;
    border-radius: 8px;
}

.main_almb strong {
    font-weight: normal;
    font-size: 21px;
    text-decoration: none;
    font-family: "Google Sans", sans-serif;
    font-weight: 600;
    letter-spacing: -0.8px;
    color: #000;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

section.gallery_cnt {
    padding: 120px 0;
}

section.gallery_cnt.gallery_page_section + section.gallery_cnt.gallery_page_section {
    padding-top: 10px;
}

/*Gallery Lightbox Custom*/
.gallery_cnt .gallery img, .gallery_cnt .gallery video {
    width: 100%;
    height: 100%;
    cursor: pointer;
    object-fit: cover;
}

.lightbox-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.9);
    display: none;
    z-index: 9999999999;
    transition: all 0.5s ease;
    overflox-y: hidden !important;
}

.lightbox-content img, .lightbox-content video {
    max-width: 90%;
    max-height: 80vh;
}

.lightbox-content video {
    outline: none;
}

.lightbox-overlay .close-btn, .lightbox-overlay .next-btn, .lightbox-overlay .prev-btn {
    position: absolute;
    color: white;
    font-size: 40px;
    cursor: pointer;
    user-select: none;
    font-family: "Inter", sans-serif;
}

.lightbox-overlay .close-btn {
    top: 10px;
    right: 40px;
}

.lightbox-overlay .next-btn {
    top: 50%;
    right: 40px;
    transform: translateY(-50%);
}

.lightbox-overlay .prev-btn {
    top: 50%;
    left: 40px;
    transform: translateY(-50%);
}

.gallery_lightbox_wrap {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    overflow: hidden !important;
}

.next-btn, .prev-btn {
    background: #ff7100;
    width: 45px;
    height: 45px;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    font-size: 18px !important;
}

body.lightbox_gallerybodymain {
    height: 100vh;
    overflow: hidden;
}

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

.gallery_backbtn a {
    background: #f1f1f1;
    padding: 9px 20px;
    text-decoration: none;
    font-family: "Google Sans", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    font-size: 13px;
    margin-right: 20px;
}

.gallery_lightbox_sec .gallery_wrap {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 3px;
}

.gallery_lightbox_sec .gallery_wrap .gallery_item {
    display: flex;
    flex-flow: column;
    overflow: hidden;
}

.gallery_lightbox_sec .gallery_wrap .gallery_item video, .gallery_lightbox_sec .gallery_wrap .gallery_item img {
    width: 100%;
    height: 295px;
    object-fit: cover;
    transition: 0.5s ease-in-out;
}

.gallery_lightbox_sec .gallery_wrap .gallery_item:hover video, .gallery_lightbox_sec .gallery_wrap .gallery_item:hover img {
    transform: scale(1.2);
    filter: grayscale(1);
    cursor: pointer;
}

.wrap_offices_lst {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 3px;
}

.wrap_offices_lst .block_ofices {
    display: flex;
    flex-flow: column;
    background: #f1f1f1;
    padding: 21px 20px;
}

.wrap_offices_lst .block_ofices h4 {
    color: #000;
}

.wrap_offices_lst .block_ofices h4 ul li {
    color: #000;
}

.wrap_offices_lst .block_ofices ul li {
    color: #000 !important;
}

.wrap_offices_lst .block_ofices:last-child {
    grid-column: 1 / -1;
}

.wrap_offices_lst .block_ofices:last-child ul {
    grid-template-columns: repeat(4,1fr);
}

.ouroffices .wrapreachcnts .ourreach_cnts.contactuse {
    background: #353535;
    width: 330px;
    padding: 29px 20px;
    border-radius: 10px;
}

.wrapreachcnts.contactpgwrp .ourmapsimg {
    width: calc(100% - 400px);
}

.wrapreachcnts.contactpgwrp {
    align-items: flex-start !important;
    justify-content: space-between;
    padding: 80px 0 0px 0 !important;
}

.wrapreachcnts.contactpgwrp .ourmapsimg h3 {
    text-align: left;
    width: 100%;
    font-size: 30px;
    margin-top: 0;
    font-weight: 600;
    letter-spacing: -0.3px;
}

.list_projects {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 45px;
    margin-top: 35px;
}

.wrap_tabs_prjcs .imgprjcts h3 {
    margin-top: 0;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0px;
    font-family: "Google Sans", sans-serif;
    font-weight: 600;
    margin-bottom: 10px;
}

.wrap_tabs_prjcs .imgprjcts strong {
    margin-bottom: 17px;
    color: #de5836;
}

.wrap_tabs_prjcs .imgprjcts img {
    height: 220px;
    object-fit: cover;
}

.imgprjcts.gallery_lightbox_sec .gallery_wrap {
    gap: 1px;
    grid-template-columns: repeat(4,1fr);
}

.imgprjcts.gallery_lightbox_sec .gallery_wrap img {
    border-radius: 0;
}

.wrap_awards {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 32px;
    margin-bottom: 80px;
}

.blockawards {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    padding: 15px;
    background: #f1f1f1;
}

.blockawards img {
    width: 100%;
    height: 210px;
    object-fit: cover;
}

.blockawards h2 {
    font-size: 22px;
    margin-bottom: 0;
    letter-spacing: 0.2px;
}

.wrap_secondheader .navigation_sec .navbar ul li span.dropdwn_togles {
    width: 12px;
    margin-left: 4px;
    transition: 0.2s ease-in-out;
    margin-top: 6px;
    height: 12px;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}

.wrap_secondheader .navigation_sec .navbar ul li:hover span {
    border-color: #ff8e6e;
    transform: rotate(178deg);
}

.wrap_secondheader .navigation_sec .navbar ul li span.dropdwn_togles img {
    width: 100% !important;
}

.rightwelsec .blocks_awrds .icon img {
    filter: invert(1);
    opacity: .8;
}

.stickyheader .navigation_sec .navbar ul li a {
    color: #525252 !important;
}

.button_lsts.btn_mains {
    display: flex;
    gap: 9px;
    margin-top: 20px;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: 60px;
}

.button_lsts.btn_mains a:last-child {
    border: 2px solid #de5836;
    background: none;
    color: #f67b5b;
}

.button_lsts.btn_mains a:last-child:hover {
    background: #fff;
    border-color: #fff;
    color: #de5835;
}

.title_sec.sidebyside {
    flex-flow: row;
    justify-content: space-between;
    padding: 0;
    width: 100%;
}

/* ===== TRUE MASONRY GALLERY ===== */
.masonary-gallery *, .masonary-gallery *::before, .masonary-gallery *::after {
    box-sizing: border-box;
}

.masonary-gallery {
    columns: 4;
    column-gap: 2px;
    width: 100%;
    padding: 0;
    margin: 0;
}

@media (max-width: 900px) {
    .masonary-gallery {
        columns: 2;
    }
}

@media (max-width: 520px) {
    .masonary-gallery {
        columns: 1;
    }
}

.masonary-gallery .gallery_item {
    break-inside: avoid;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    margin-bottom: 2px;
    display: block;
    overflow: hidden;
    border-radius: 0;
    position: relative;
    cursor: pointer;
}

/* ÃƒÂ¢Ã…Â¡Ã‚Â ÃƒÂ¯Ã‚Â¸Ã‚Â THE KEY RULE ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â height must be auto, never fixed */
.masonary-gallery .gallery_item img {
    width: 100% !important;
    height: auto !important;
    min-height: unset !important;
    max-height: unset !important;
    display: block !important;
    object-fit: unset !important;
    border-radius: 0;
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1), filter 0.4s ease;
}

.masonary-gallery .gallery_item:hover img {
    transform: scale(1.05);
    filter: brightness(0.82);
}

.masonary-gallery .gallery_item::after {
    content: '';
    position: absolute;
    inset: 0;
    background: transparent;
    border-radius: 10px;
    transition: background 0.35s ease;
    pointer-events: none;
}

.masonary-gallery .gallery_item:hover::after {
    background: rgba(0, 0, 0, 0.1);
}

.verticalsliders .slideImgs {
    height: 100%;
}

.btn_mains a:hover img {
    filter: none;
}

.stickyheader .second_header .btn_mains a {
    background: none;
    border-color: #606060;
    color: #606060;
}

.stickyheader .second_header .btn_mains a img {
    filter: invert(1);
}

.stickyheader .second_header .btn_mains a:hover {
    background: #676767;
    color: #ffffff;
    border-color: #676767;
}

.stickyheader .second_header .btn_mains a:hover img {
    filter: invert(0) !important;
}

section.fullwidth_map {
    margin-top: 0;
    position: relative;
    margin-top: -90px;
    z-index: 1;
}

.mapwrape iframe {
    border-radius: 24px;
    box-shadow: 0 0 33px rgb(0 0 0 / 16%);
}

.mapwrape {
    display: flex;
    flex-flow: column;
    padding-top: 90px;
    margin-top: 0;
}

section.ctasections:before {
    content: '';
    width: 100%;
    background: #434343c7;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    backdrop-filter: blur(7px);
}

.ul-footer-top-wrapper.wow.animate__fadeInUp {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.single-column {
    display: flex;
    flex-flow: column;
}

.single-column .ul-footer-widget {
    display: flex;
    flex-flow: column;
    margin-bottom: 30px;
}

.single-column .ul-footer-widget h3 {
    font-size: 15px;
    font-weight: 700;
    color: #de5835;
}

.single-column .ul-footer-widget .ul-footer-widget-links {
    display: flex;
    flex-flow: column;
    gap: 14px;
}

.single-column .ul-footer-widget:last-child {
    margin-bottom: 0;
}

.single-column .ul-footer-widget a {
    color: #000000c4;
    font-size: 14px;
    text-transform: none;
    text-decoration: none;
}

.single-column .ul-footer-widget a:hover {
    color: #d14c2c;
}

.ul-footer-about {
    width: 370px;
    display: flex;
    flex-flow: column;
}

.ul-footer-about img {
    width: 180px;
}

.ul-footer-about p {
    color: #000000c4;
    font-size: 14px;
    text-transform: none;
    text-decoration: none;
    line-height: 22px;
}

.aboutsections .blocks_awrds h3, .aboutsections .blocks_awrds p {
    color: #000;
}

section.welcome_sections.cmpanyseca .rightwelsec.welcomeimg {
    padding: 0;
    background: none;
}

section.welcome_sections.cmpanyseca .rightwelsec.welcomeimg img {
    height: 100%;
    object-fit: cover;
}

section.coreexpertise.services_modern.servicespage {
    padding: 100px 0 210px 0;
    background: linear-gradient(1deg, #ffffff 0%, #fff2df 50%, #fff6e9 100%);
    padding-bottom: 160px;
    margin-top: 50px;
}

section.coreexpertise.services_modern.servicespage:before {
    display: none;
}

section.coreexpertise.services_modern.servicespage .title_sec p {
    color: #000;
}

section.coreexpertise.services_modern.servicespage .title_sec h2 {
    color: #000;
}

section.coreexpertise.services_modern.servicespage .block_expertise {
    background: #fff;
}

section.coreexpertise.services_modern.servicespage .block_expertise h3, section.coreexpertise.services_modern.servicespage .block_expertise p {
    color: #000;
}

.gallery_cnt .titleprt {
    font-size: 15px;
}

.gallery_cnt .titleprt h3 {
    font-size: 35px;
    letter-spacing: -0.8px;
    font-weight: 600;
    margin-bottom: 40px;
}

.block_news .btn_newsblck .btn_mains a {
    padding: 0 !important;
    background: none;
    border: none;
    color: #0a0909;
}

.block_news .btn_newsblck .btn_mains a img {
    filter: invert(1);
}

.wrap_secondheader .navigation_sec .btn_mains a {
    background: no-repeat;
    border-color: #fff;
}
.breadcrumbsecs {
    background: #ffffff0a;
    padding: 17px 0px;
    margin-top: 70px;
    backdrop-filter: blur(6px);
    border-top: 1px solid #ffffff12;
}

.breadbar ul {
    display: flex;
    color: #fff;
}

.breadbar ul li:after {
    content: '>';
    margin: 0 20px;
}

.breadbar ul li:last-child:after {
    display: none;
}

.breadbar ul li a {
    color: #ff8d04;
    text-decoration: none;
}

.breadbar ul li {
    font-family: "Google Sans", sans-serif;
}

.breadbar ul li a,.breadbar ul li span {
    font-family: "Google Sans", sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    font-size: 13px;
}
