
body{

    font-family: "Montserrat", sans-serif;

}
.main-header {
    position: fixed;
}
.main-header.fixed-header:before {

    top: 120px;
}

.our-work-body  .main-header .header-upper {
     background: transparent;//#8C040C;
}
.our-work-body  .main-header.fixed-header .header-upper {
    background: #8C040C;
}
.fixed-header .main-menu .navigation > li {
    padding-top: 50px;
    padding-bottom: 45px;
}
.main-header .main-box .logo-box .logo img {
    height: 70px;
    margin-top: 20px;
    float: right;
    margin-left: 15px;
}
.main-menu .navigation > li:last-child{
    border-right: 1px solid rgba(255, 255, 255, 0.50);
}
.regions-banner {
    width: 100%;
}

.regions-top-bar {
    height: 20px;
    background-color: #a00010; /* red top line */
    box-shadow: 0 4px 8px rgba(0,0,0,0.25); /* shadow below */
}
 .main-box .logo-box{
     width: 22%;
}
/* Background image area */
.regions-image {
    position: relative;
    height: 260px;                /* adjust height as needed */
    background: url('../images/dubai.jpg') center center no-repeat;
    background-size: cover;
    min-height: 50vh;
}
.our-work-body .about-section .image-col .image img {
    width: 144%;
    max-width: 144%;
    margin-left: -22%;
}
.our-work-body .about-section  .auto-container{
    width: 72%;
}
.our-work-body  .about-section .text-col{
    z-index: 9;
}
/* Centered text */
.regions-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-tabs .tab-buttons{
    padding-left: 20px;
}
.regions-overlay h2 {
    color: #fff;
    font-size: 50px;
    font-weight: 900;
    /*letter-spacing: 0.12em;*/
    text-transform: capitalize;
    text-align: center;
    margin: 0 0 5px;
}
/* Section base */
.stakeholders-section {
    background-color: #ffffff;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, sans-serif;
}


.stakeholders-section h2 {
    font-weight: 500;
    font-size: 50px;
}
.stakeholder-tab-content.active{
    min-height: 22vh;
}
.stakeholders-section{
    padding-bottom: 77px!important;
}
/* Left side */
.stakeholders-image {
    object-fit: cover;
    width: 140% !important;
    max-width: 140%;
    margin-left: -40%;
    margin-top: 36px;
}
#stakeholders-1,
#stakeholders-2,
#stakeholders-3,
#stakeholders-4 {
    display: none; /* hidden by default — JS will show the right one */
}
.stakeholders-text {
    font-size: 0.95rem;
    line-height: 1.7;
    color: #4a4a4a;
    margin-top: 40px !important;
}

/* Right side layout */
.stakeholders-right {
    position: relative;
}

.stakeholders-divider {
    position: absolute;
    left: 0;
    top: 20px;
    bottom: 0;
    width: 1px;
    background-color: #d4d4d4;
    height: calc(100% - 55px);
}
.sectors-carousel .cat-block {
    padding: 0 12px;
}

.sectors-carousel .inner-box {
    position: relative;
    min-height: 260px;
    border-radius: 14px;
    overflow: hidden;
}

.sectors-carousel .image-layer {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
}

.sectors-carousel .over-layer {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.35);
}

.sectors-carousel .cat-title {
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 18px;
    z-index: 2;
}

.sectors-carousel .cat-title h3 a {
    color: #fff;
    text-decoration: none;
}

.sectors-carousel .carousel-indicators {
    position: static;
    margin-top: 12px;
}

li:has(a[href="services.html"]) {
    display: none;
}
/* Move content a bit away from the divider */
.stakeholders-tabs {
    padding-left: 12px;
}

/* Tab buttons */
.stakeholder-tab-btn {
    display: block;
    width: 100%;
    border-bottom: 0px solid #000;
    background-color: #ffffff;
    padding: 0.7rem 1rem;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-align: center;
    /*margin-bottom: 0.75rem;*/
    transition: background-color 0.2s ease, color 0.2s ease;
}

.stakeholder-tab-btn.active,
.stakeholder-tab-btn:hover {
    border-bottom: 1px solid #000;
    /*background-color: #000;*/
    /*color: #fff;*/
}
.stakeholders-text{
    font-size: 21px;
    line-height: 1.2;
    color: #000000;
    font-weight: 300;
}
.stakeholder-tab {
    border: 1px solid #000;
    margin-bottom: 20px;
}
/* Tab content box */
.stakeholder-tab-content-wrapper {
    /*border: 1px solid #000;*/
    padding: 1.25rem 1.5rem;
    font-size:21px;
    line-height: 1.2;
    color: #000000;

    font-weight: 300;
}
.stakeholder-tab-content.active{
    padding: 30px 35px;
}

/* Only one visible at a time */
.stakeholder-tab-content {
    display: none;
}

.stakeholder-tab-content.active {
    display: block;
}



.main-header .header-upper{
    background: #8C040C;
}
.btn-style-two:hover .btn-box {
    border-color: #8C040C;
    color: #8C040C;
}
/*.main-header .header-upper .contact-btn:hover:after,*/
.fixed-header .header-upper .contact-btn:after {

    background: #010101;
}
.main-header .header-upper .contact-btn:hover:after, .fixed-header .header-upper .contact-btn:after {
    background: #010101;
}
.main-header .header-upper .contact-btn:hover .btn-box, .fixed-header .header-upper .contact-btn .btn-box {
    background: #010101;
    color: #fff;
}
.main-menu .navigation > li > a .st{
    font-size: 16px;
    line-height: 18px;
    opacity: 0.85;
}
.main-menu .navigation > li{
    padding: 80px 30px 45px 25px;
}
.main-header:before {
    content: '';
    position: absolute;
    left: 0;
    top: 150px;
    height: 15px;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 1);
    border-bottom: 1px solid rgba(255, 255, 255, 1);
    z-index: 9;
}
.main-menu .navigation > li > a:before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: -38px;
    display: block;
    width: 10px;
    height: 3px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.80);
    transition: all 300ms
    ease;
    z-index: 1;
}
.main-menu .navigation > li{
    border-left: 1px solid rgba(255, 255, 255, 0.50);
}
.banner-section .slide-item h1 .lower-big {
    padding-left: 0px;
    font-size: 150px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
}
.bg-layer img{
    margin-top: 150px;
}
.banner-section .slide-item .bg-layer{
    background: #8C040C;
}
.banner-section .slide-item .content-box{
    padding: 340px 0px 284px;
}
.cat-title h3{
    font-size: 30px;
}
.banner-section .slide-item h1 .upper-big {

    font-size: 148px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
}
.main-header:before {
    content: '';
    position: absolute;
    left: 0;
    top: 150px;
    height: 15px;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.71);
    border-bottom: 1px solid rgba(255, 255, 255, 0.71);
    z-index: 9;
}
.main-header .header-upper .contact-btn{
    font-size: 20px;
}
.main-footer  {
    font-family: "Montserrat", sans-serif;
}
.main-footer .info-col {
    padding-right: 45px;
    padding-top: 50px;
}
.footer-widget.links-widget,.footer-widget.info-widget {
    padding-top: 50px;
}
.footer-widget.info-widget li{
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 0px;
}
.main-footer .info li {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0px;
}
.main-footer h5{
    margin-bottom: 10px;
}
.footer-logo img {

    padding-right: 30px;
}
.banner-section .slide-item h1{
    padding-left: 250px;
}
/* ================================
   ARROWS ANIMATION (FULL VERSION)
   ================================ */

/* Wrapper to hold arrows */
.arrows-layer img.arrows-2 {
    position: absolute;
    bottom: 0;
    right: 0;
}
.arrows-layer {
    position: absolute;
    inset: 0;
    width: 38%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    z-index: 3;
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;         /* above background */
}

/* Base arrow style */
.arrow {
    position: absolute;
    opacity: 0;
    transform-origin: center;
    will-change: transform, opacity;
}

/* ----------------------------
   TOP ARROW (slides from top)
   ---------------------------- */
.arrow-top {
    top: 11px;
    right: -5%;
    width: 60%;
    animation: arrowTopIn 1.4s
    ease-out forwards;
}

/* Animation Top */
@keyframes arrowTopIn {
    0% {
        opacity: 0;
        transform: translateY(-250px) scale(1.05);
    }
    60% {
        opacity: 1;
        transform: translateY(20px) scale(1);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* -------------------------------
   BOTTOM ARROW (slides from bottom)
   ------------------------------- */

.arrow-bottom {
    bottom: 150px;
    left: 9.3%;
    width: 36%;
    animation: arrowBottomIn 1.4s
    ease-out forwards;
    animation-delay: 0.25s;
}
/* Animation Bottom */
@keyframes arrowBottomIn {
    0% {
        opacity: 0;
        transform: translateY(250px) scale(1.05);
    }
    60% {
        opacity: 1;
        transform: translateY(-20px) scale(1);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.about-section .fact-block .count-outer {

    width: 118px;
    height: 120px;
}
.about-section .fact-block .fact-count {

    padding: 22px 20px;
    font-size: 50px;
}
.about-section .fact-block h4 {

    text-transform: uppercase;
}
.count-box.f-40{
    font-size: 36px;
    /*padding: 21px 16px*/
}
.about-section .fact-block .inner-box{
    padding-left: 160px;
}
.about-section .text-col h1{
    font-size: 50px;
}
.about-section  h4{
    font-size: 22px;
    font-weight: 600;
}
.about-section p{
    font-size: 24px;
    font-weight: 300;
}
.sponsors-section .image{
    /*border: 1px solid #000;*/
    /*border-radius: 50%;*/
}
.sponsor-block {
    padding: 35px;
}

.sponsors-section .image img {
    width: 100%;
    border-radius: 50%;
    border:1px solid #000;
    border-radius: 50%;

}

.industry-section {
    display: none;
}
/* Positioning the custom arrow */
.brand-next-arrow {
    position: absolute;
    right: -50px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.brand-next-arrow img {
    width: 32px;
    height: auto;
}

.about-two {
    position: relative;
    background: #BFBEBE;
}
.about-two {

    padding: 80px 0px 60px;
}
.about-two .sec-title .subtitle {


    margin-bottom: 0px;
}
.about-body .banner-section .slide-item h1 {
    padding-left: 320px;


}
.about-body  .about-section .text-col .inner{
    padding-top: 15px;
}
.about-section .image-col .image:after{
    opacity: 0;
}
.about-body  .pos-body{
    padding-right: 50px;
}
.geographic.about-section h4.subtitle{

    width: 60%;
    margin: 0 auto;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    color: #000000;
    margin-bottom: 80px;
    letter-spacing: 1px;

}
.geographic .fact-block .inner-box {
    padding-left: 150px;

}
.geographic .fact-block h4{
    text-align: left;
}

.about-tabs .tab-buttons .tab-btn:before{
    border-bottom: 1px solid rgba(0, 0, 0, 1.0);
}
.about-two .text-col .inner{
    border: 0px solid rgba(255, 255, 255, 0.20);
}
.about-tabs .tab-buttons .tab-btn{
    color:#000;
    font-weight: 500;
    font-size: 24px;
}
.about-tabs .tab .text p
{
    color:#000;
}
.about-two .about-tabs .tab .text {
    min-height: 320px;
}
.about-two .image-col .image {
    display: none;
}
.subscribe-section .content-box {
    padding: 65px 0px 70px 0px;
}
.image-col .image.active {
    display: block;
}

.about-tabs .tab-buttons,.about-tabs .tab-buttons:after{
    border-bottom: 0px solid rgba(255, 255, 255, 0.20);
}
.about-tabs {
    position: relative;
    border: 2px solid #000;
}
.sec-title.centered {
    text-align: center;
    margin: 0 auto 20px;
}
.f-img {
    position: absolute;
    left: 10px;
    bottom: 66px;
    z-index: 99;
}
.industry-section {
    padding: 0px 0 80px;
}
.about-section {
    position: relative;
    padding: 90px 0px 90px;
}
.industry-text h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.industry-text p {
    font-size: 24px;
    line-height: 36px;
    font-weight: 300;
}

.industry-image img {
    width: 78%;
    height: auto;
    display: block;
    border-radius: 4px;
    object-fit: cover;
    margin: 0 auto;
}

.project-cats .cat-block .cat-title h3{
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
}


/* Optional: Mobile responsive adjustments */
.main-header .nav-toggler button img{
    filter: grayscale(1);
}
.left-slide-icon {
    position: absolute;
    bottom: 0;
    width: 25%;
}
.left-slide-icon img{
    width: 100%;
}
.sectors-icons {
    background-color: #ffffff;
    padding-top: 120px;
    padding-bottom: 100px;
}

.sector-item {
    gap: 12px; /* space between icon and text */
    margin-bottom: 30px;
}

.sector-icon {
    width: 68px;
    height: 68px;
    object-fit: contain;
    flex-shrink: 0;
}

.sector-text {
    margin-top: 10px;
    font-size: 20px;
    line-height: 1.1;
    color: #222;
}

.regions-overlay.light h2{
    color: #000;
}
.regions-overlay.upper h2{
    text-transform: uppercase;
}
.stakeholder-tab-content {
    display: none;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.85s ease;
}

.stakeholder-tab-content.active {
    display: block;
    opacity: 1;
    transform: translateY(0);
}
.contact-body .banner-section .slide-item h1 .lower-big,
.our-work-body .banner-section .slide-item h1 .lower-big,
.services-body .banner-section .slide-item h1 .lower-big{
    font-weight: 500;
}
.contact-body .banner-section .slide-item h1 .upper-big,
.our-work-body .banner-section .slide-item h1 .upper-big,
.services-body .banner-section .slide-item h1 .upper-big{
    font-weight: 700;
}
.contact-body  .left-slide-icon {
    position: absolute;
    bottom: -40px;
    width: 100%;
    z-index: 99;
}
.contact-form {
    width: 65%;
    margin: 0 auto;
}
form .theme-btn.btn-style-two{
    background: #010101;
    color: #fff;
}
form .theme-btn.btn-style-two span{
    color: #fff;
}
form .social-links{
    margin-top: 20px;
}
form .social-links li {
    position: relative;
    float: left;
    margin-right: 25px;
}
form .social-links li .icon img {
    /*max-height: 50px;*/
    width: 56px;
}
form  .form-group.text-left {
    font-size: 38px;
    font-weight: 300;
    float: left;
    margin-top: 30px;
}
form .form-group.text-right {
    float: right;
    margin-top: 40px;
}
.services-body .left-slide-icon {
    position: absolute;
    top: 184px;
    width: 30%;
    margin-left: 0%;
}
.services-body  .about-section .text-col .inner {
    padding-top: 185px;
    padding-bottom: 185px;
}
.services-body  .about-section{
background: url('../images/net-man.png')  right  no-repeat;
    background-size: contain;
    background-position: calc(100% - 80px) 10%;
}
.services-body .about-section.geographic {
    background: transparent;
}
.services-body .about-section.geographic .text-col .inner {
    padding-top: 35px;
    padding-bottom: 35px;
}
.services-body .about-section.geographic .auto-container {
    width: 75%;
}

.about-tabs {

    min-height: 500px;
}
.about-two .subtitle img{
    width:280px;
}
.footer-widget.info-widget li {
    font-weight: 600;
}
.main-footer .social-links{
    opacity: 0;
}
.main-footer .f-bottom {
    position: relative;
    font-size: 20px;
    background: #010101;
    color: #fff;
}
.main-footer .f-bottom  .copyright a
{
    color: #fff;
}
.main-footer .f-bottom .copyright{

    color: #fff;
}
@media only screen and (min-width: 1900px){
    .geographic.about-section h4.subtitle{
        margin-bottom: 100px;
    }
    .main-footer .social-links li .icon img {
        max-height: 50px;
    }
    .about-tabs {

        min-height: 500px;
    }
    .about-two .subtitle img{
width:300px;
    }
}
@media only screen and (max-width: 1600px) {
    .regions-image {
        min-height: 44vh;
    }
    .about-two .subtitle img{
        width:225px;
    }
    .about-tabs {

        min-height: 490px;
    }
    .about-tabs {
        position: relative;
        border: 2px solid #000;
        min-height: 488px;
    }
    .stakeholders-image {
        object-fit: cover;
        width: 125% !important;
        max-width: 125%;
        margin-left: -25%;
        margin-top: 36px;
    }
    .about-body .banner-section .slide-item h1 {
        padding-left: 400px;
    }
    .cat-title h3 {
        font-size: 26px;
    }
    .services-body .about-section.geographic .auto-container {
        width: 82%;
    }
    .main-menu .navigation > li {
        width: 200px;
    }
    .main-box .logo-box{
        width: 26%;
    }
    .auto-container {
        position: static;
        max-width: 1440px;
    }
    .banner-section .slide-item h1 .lower-big,.banner-section .slide-item h1 .upper-big {
        font-size: 130px;
    }
    .arrows-layer {

        width: 40%;
    }
    .banner-section .slide-item .content-box {
        padding: 350px 0px 250px;
    }
    .arrow-bottom {
        bottom: 166px;
        left: 5.3%;
        width: 36%;
    }
}

@media only screen and (max-width: 1400px) {
    .stakeholders-image {
        object-fit: cover;
        width: 115% !important;
        max-width: 115%;
        margin-left: -15%;
        margin-top: 35px;
    }
    .about-two .subtitle img{
        width:200px;
    }
    .about-tabs {

        min-height: 415px;
    }
    .services-body .about-section.geographic .auto-container {
        width: 80%;
    }
    .services-body  .about-section .text-col .inner {
        padding-top: 140px;
        padding-bottom: 140px;
    }
    .services-body  .about-section{
        background: url('../images/net-man.png')  right  no-repeat;
        background-size: contain;
        background-position: calc(100% - 40px) 10%;
    }
    .main-header .main-box .logo-box .logo img{
        margin-top: 32px;
    }
    .main-box .logo-box {
        width: 20%;
    }
    .geographic.about-section h4 {

        font-weight: 600;
        font-size: 18px;
        line-height: 26px;
    }
    .regions-overlay h2 {

        font-size: 40px;
        font-weight: 900;
    }
    .banner-section .slide-item h1 .lower-big,.banner-section .slide-item h1 .upper-big {
        font-size: 100px;
    }
    .main-header .main-box .logo-box .logo img {
        height: 50px;

    }
    .banner-section .slide-item h1{
        padding-left: 200px;
    }
    .banner-section .slide-item .content-box{
        padding: 300px 0px 280px;
    }
    .main-footer .social-links li .icon img {
        max-height: 46px;
    }
    .main-menu .navigation > li > a .st{
        font-size: 14px;

    }
    .our-work-body .about-section .image-col .image img {
        width: 144%;
        max-width: 144%;
        margin-left: -36%;
        margin-top: 17%;
    }
    .left-slide-icon {

        width: 28%;
    }
    .arrows-layer {

        width: 40%;
    }
    .geographic.about-section h4.subtitle{
        font-size: 20px;
        line-height: 30px;
    }

    .sponsors-section .image img {
        width: 85%;
    }
    .about-two .about-tabs .tab .text {
        min-height: 280px;
    }

    .about-tabs .tab .text p{
        margin-bottom: 15px;
    }
    .sec-title h2{
        font-size: 48px;
    }
    .about-section p {
        font-size: 20px;

    }
    .count-box.f-40 {
        font-size: 30px;
    }
    .about-section .fact-block .fact-count{
        font-size: 36px;
    }
    .about-section .fact-block .inner-box{
        min-height: 140px;
    }
    .about-section h4 {
        font-size: 18px;
    }
    .industry-text p{
        font-size: 20px;
        line-height: 28px;

    }
    .project-cats .cat-block .cat-title h3{
        font-size: 20px;
    }
    .f-img img{
        width: 80%;
    }
    .about-tabs .tabs-content {
        position: relative;
        padding: 36px 45px 15px;
    }
    .about-tabs .tab .text {
        font-size: 20px;
        line-height: 1;
    }
    .main-menu .navigation > li {
        width: 180px;
    }
    .main-menu .navigation > li > a{
        font-size: 18px;
    }
    .main-header .header-upper .contact-btn {
        font-size: 18px;
    }
    .main-header .header-upper .contact-btn .btn-box{
        padding: 20px 0 18px 20px;
        line-height: 32px;
    }
    .header-upper     .auto-container {
        width: 94%;
        margin: 0 auto;
    }
    .auto-container {

        max-width: 90%;
        width: 90%;
        margin: 0 auto;
    }
    .arrow-top {
        top: 20px;
        right: -7%;
        width: 66%;
    }
    .arrow-bottom {
        bottom: 170px;
        left: 1.3%;
        width: 40%;}
    .banner-section .slide-item h1 .lower-big, .banner-section .slide-item h1 .upper-big {
        font-size: 105px;
    }
}
@media only screen and (max-width: 1366px){
    .regions-image {


        min-height: 60vh;
    }
    .about-tabs {

        min-height: 405px;
    }
    .main-header .header-upper .links-box {
        display: block;
    }
    .main-box .logo-box {
        width: 16%;
    }
    .main-header .header-upper .contact-btn {
        font-size: 16px;
    }
}
@media only screen and (max-width: 1280px){
    /*body .main-header .header-upper .links-box {*/
        /*display: block !important;*/
    /*}*/
    .services-body  .about-section .text-col .inner {
        padding-top: 85px;
        padding-bottom: 85px;
    }
    .services-body  .about-section{
        background: url('../images/net-man.png')  right  no-repeat;
        background-size: contain;
        background-position: calc(100% - 20px) 10%;
    }
    .stakeholders-image {
        object-fit: cover;
        width: 115% !important;
        max-width: 115%;
        margin-left: -15%;
        margin-top: 35px;
    }
    /*.services-body  .about-section .text-col .inner {*/
        /*padding-top: 140px;*/
        /*padding-bottom: 140px;*/
    /*}*/
    .stakeholders-image {
        object-fit: cover;
        width: 100% !important;
        max-width: 100%;
        margin-left: 0%;
        margin-top: 35px;
    }
    .our-work-body .about-section .image-col .image img {
        width: 144%;
        max-width: 144%;
        margin-left: -30%;
        margin-top: 22%;
    }
    .banner-section .slide-item h1 .lower-big, .banner-section .slide-item h1 .upper-big {
        font-size: 100px;
    }
    .main-header .main-box .logo-box .logo img{
        margin-top: 26px;
    }
    .main-header .header-upper .contact-btn {
        font-size: 14px;
    }
}
@media only screen and (max-width: 1200px)
{
    .main-box .logo-box {
        width: 50%;
    }
    .main-header .header-upper .links-box {
        display: none;
    }
    /*.main-header .header-upper .links-box {*/
        /*display: none !important;*/
    /*}*/
    .our-work-body .about-section .image-col .image img {
        width: 120%;
        max-width: 120%;
        margin-left: 10%;
        margin-top: -12%;
    }
    .geographic.about-section h4 {

        font-weight: 600;
        font-size: 18px;
        line-height: 26px;
    }
    .about-section .fact-block .fact-count {
        font-size: 32px;
    }
    .about-section .fact-block .fact-count {
        padding: 15px 10px;
        font-size: 50px;
    }
    .about-section .fact-block .count-outer {
        width: 100px;
        height: 110px;
    }
}
/* Responsive tweaks */
@media (max-width: 991.98px) {
    .stakeholders-tabs {
        padding-left: 0;
    }
    .contact-form {
        width: 86%;
        margin: 0 auto;
    }
    form .social-links li .icon img {
        /*max-height: 50px;*/
        width: 38px;
    }
    form  .form-group.text-right {
        float: left;
    }
    form  .form-group.text-left {
        font-size: 28px;
        font-weight: 300;
        float: left;
        margin-top: 30px;
    }
    .services-body .about-section .text-col .inner {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .services-body .about-section {
        background: transparent;
    }
    .stakeholders-divider {
        display: none;
    }
}
@media (max-width: 768px) {
    .hidden-bar .links-box .link .theme-btn {

        max-width: 220px;
    }

    .about-body .about-section p,.stakeholder-tab-content.active {
        font-size: 14px;
    }
    .subscribe-section .text-col h2 {
        font-size: 40px;
    }
    .sectors-icons {
        background-color: #ffffff;
        padding-top: 70px;
        padding-bottom: 6px;
    }
    .our-work-body .about-section .auto-container {
        width: 88%;
    }
    .stakeholder-tab-btn{
        font-size: 18px;
    }
    .stakeholders-text {
        font-size: 16px;
    }
    .sector-text {
        font-size: 12px;
    }
    .arrows-layer {
        width: 60%;
    }
    .side-menu li span{
        display: none;
    }
    .hidden-bar{
        border-right: 4px solid #8C040C;
    }
    .hidden-bar .nav-logo-box {
        position: relative;
        padding: 10px 25px 20px;
        margin-bottom: 10px;
        margin-top: -20px;
        background: #8C040C;
    }

    .hidden-bar .side-menu ul li a:hover, .hidden-bar .side-menu ul > li.current > a, .hidden-bar .side-menu ul > li > ul > li.current > a {
        color: #8C040C;
    }
    .left-slide-icon {
        position: absolute;
        bottom: 0;
        width: 50%;
    }
    .main-footer h5{
        font-size: 18px;
        line-height: 22px;
    }
    .about-section p {
        font-size: 16px;
    }
    .main-footer .info li {
        font-size: 16px;
        line-height: 20px;

    }
    .about-body .banner-section .slide-item h1 {
        padding-left: 20px;
    }
    .about-section .text-col h1 {
        font-size: 38px;
    }
    .about-body .pos-body {
        padding-right: 10px;
    }
    .about-section .fact-block .count-outer{
        position: absolute;
    }
     .about-section .fact-block  h4{
    padding-left: 120px;
    padding-top: 40px;
}
    .subscribe-section .content-box {
        padding: 65px 0px 0px 0px;
    }
    .about-section .fact-block{
        margin-bottom: 25px;
    }
    .geographic.about-section h4.subtitle {
        width: 100%;
    }
    .geographic.about-section h4.subtitle {
        font-size: 16px;
        line-height: 20px;
    }
    .main-header:before{
        display: none;
    }
    .about-two .sec-title h2 {
        font-size: 28px;
    }
    .sec-title h2 {
        font-size: 32px;
    }
    .about-tabs .tab-buttons .tab-btn{
        font-size: 18px;
    }
    .banner-section .slide-item h1 .lower-big, .banner-section .slide-item h1 .upper-big {
        font-size: 40px;
    }
    .f-img {

        bottom: 15px;
    }
    .brand-next-arrow {

        right: 0px;
       }
    .industry-image img {
        width: 100%;}

    .industry-text h3 {
        font-size: 16px;
        line-height: 20px;
    }
    .industry-text p {
        font-size: 14px;
        line-height: 18px;
    }
    .regions-overlay h2 {
        font-size: 28px;
        font-weight: 900;
    }
    .sponsors-section .carousel-box {
        position: relative;
        padding-right: 50px;
        width: 80%;
        margin: 0 auto;
    }
    .f-img img {
        width: 35%;
    }
    .about-tabs .tabs-content {
        position: relative;
        padding: 32px 20px 15px;
    }
    .about-tabs .tab .text p {
        font-size: 14px;
        line-height: 18px;
    }
    .about-section .fact-block .inner-box {
        padding-left: 20px;
    }
    .banner-section .slide-item h1 {
        padding-left: 50px;
    }
    .industry-text {
        padding-right: 40px;
    }
    .arrow-top {
        width: 65%;
        right: 0;
    }
    .arrow-bottom {
        width: 80%;
        left: -10%;
    }

    .project-cats .cat-block {
        position: relative;
         border-right: 0px solid #010101;
    }
    #sectorsCarousel .carousel-item {
        padding: 20px;
    }
    .sectors-carousel .inner-box {
        position: relative;
        min-height: 240px;
        border-radius: 0px;
        overflow: hidden;
        border: 0px;
    }
    .carousel-control-next, .carousel-control-prev{
        width: 10%;
    }
    .sectorsCarousel .industry-section{
        display: block!important;
    }
    .industry-section {
        padding: 15px ;
        margin-top: 30px;
    }
    .outer-section{
        display: none;
    }
    .project-cats .cat-block .over-layer {
        bottom: 300px;
    }
    .project-cats .cat-block .cat-title h3 a {
        color: #ffffff;
    }
   #sectorsCarousel  .carousel-item.active .cat-block{
padding: 0px!important;
    }
    #sectorsCarousel  .carousel-item.active .industry-section{
        padding: 35px!important;
}

    #sectorsCarousel  .carousel-item.active .industry-text {
        padding-right: 10px;
    }
    #sectorsCarousel .carousel-item.active  {
        padding: 0px;
    }
}