/******************************/
h1.hero-h1 {
    font-weight: 500;
}

h1.hero-h1 b {
    color: #fe0000;
    font-weight: 500;
}

.page-banner {
    position: relative;
    height: auto;
    padding-bottom: 40px;
    padding-top: 36px;
    margin-top: 0;
    z-index: 1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 440px;
}

.page-banner:after {
    content: "";
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background: rgba(0, 0, 0, 0) linear-gradient(90deg, var(--unnamed-color-112369) 0%, rgba(84, 84, 254, 0.8) 33%, rgba(84, 84, 254, 0.8) 74%, rgba(84, 84, 254, 0.6039215686) 100%) 0% 0% no-repeat padding-box;
    background: rgba(0, 0, 0, 0) linear-gradient(90deg, #5454fe 0%, rgba(84, 84, 254, 0.8) 33%, rgba(84, 84, 254, 0.8) 74%, rgba(84, 84, 254, 0.6039215686) 100%) 0% 0% no-repeat padding-box;
    z-index: -1;
}

.page-banner .breadcrumb-wrap {
    margin-bottom: 90px;
    margin-top: 45px;
    color: #fff;
}
.page-banner .breadcrumb-wrap svg path{
    fill: #fff;
}
.page-banner .breadcrumb-wrap .breadcrumb-item {
    color: #fff;
    font-weight: normal;
    opacity: 0.5;
    text-decoration: none;
    padding-right: 10px;
    line-height: 28px;
}

.page-banner .breadcrumb-wrap .breadcrumb-item.current {
    opacity: 1;
    padding-left: 10px;
}

.breadcrumb-wrap {
    margin-bottom: 15px;
    margin-top: 7px;
    color: #fff;
    display: flex;
    align-items: center;
}
.breadcrumb-wrap svg path{
    fill: #fe0000;
}
.breadcrumb-wrap .breadcrumb-item {
    color: #0d6efd;
    font-weight: normal;
    opacity: 0.5;
    text-decoration: none;
    padding-right: 10px;
    line-height: 28px;
}

.breadcrumb-wrap .breadcrumb-item.current {
    opacity: 1;
    padding-left: 10px;
}

.page-banner .text-wrap {
    color: #fff;
    z-index: 9;
    position: relative;
    max-width: 776px;
}

.page-banner .text-wrap h1 {
    font-size: 72px;
    color: #fff;
    margin-bottom: 11px;
}

.page-banner .text-wrap .p-lead {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 0;
}

@media screen and (max-width: 575px) {
    .page-banner {
        min-height: 360px;
        padding-bottom: 60px;
    }

    .page-banner .breadcrumb-wrap {
        margin-bottom: 40px;
    }

    .page-banner .text-wrap {
        text-align: center;
    }

    .page-banner .text-wrap h1 {
        font-size: 64px;
        line-height: 64px;
    }

    .page-banner .text-wrap .p-lead {
        font-size: 18px;
        line-height: 27px;
    }
}

.about-us .about-us-description {
    background-color: #f5f5f5;
}

.about-us .about-us-description .description-content .description-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.about-us .about-us-description .description-content .description-row .description-col {
    width: 48.9%;
}

.about-us .about-us-description .description-content .description-row .description-col .description-image-mask {
    overflow: hidden;
    width: 97%;
}

.about-us .about-us-description .description-content .description-row .description-col .description-image-mask .description-image {
    position: relative;
    left: -70px;
    max-width: 715px;
}

@media screen and (max-width: 912px) {
    .about-us .about-us-description .description-content .description-row {
        flex-direction: column;
    }

    .about-us .about-us-description .description-content .description-row .text-col {
        order: -1;
    }

    .about-us .about-us-description .description-content .description-row .text-col .description-heading {
        text-align: center;
    }
}

/*******************************************************/
.homepage .about-us-description {
    background-color: #fff;
}

.homepage .about-us-description .description-content .description-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.homepage .about-us-description .description-content .description-row .description-col {
    width: 48.9%;
}

.homepage .about-us-description .description-content .description-row .description-col .description-image-mask {
    overflow: hidden;
    width: 97%;
}

.homepage .about-us-description .description-content .description-row .description-col .description-image-mask .description-image {
    position: relative;
    border: 1px solid #dbdbdb;
}

.homepage .about-us-description.director-messages .description-content .description-row .description-col .description-image-mask .description-image {
        max-height: 375px;
        width: auto;
        margin-left: auto;
        margin-right: auto;
        display: block;
}

.homepage .about-us-description .description-content .description-row .description-col .description-image-mask .ceo-position {
    text-align: center;
    margin-top: 20px;
}

.homepage .about-us-description .description-content .description-row .description-col .description-image-mask .ceo-position span{
    display: block;
    text-align: center;
}

.homepage .about-us-description .description-content .description-row .description-col .description-image-mask .ceo-position span.name{
    display: block;
    font-size: 22px;
    font-weight: 600;
    color: #fe0000;
}

.homepage .about-us-description .description-content .description-row .description-col .description-image-mask .ceo-position span.position{
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #2d0abd;
    font-style: italic;
}


@media screen and (max-width: 912px) {
    .homepage .about-us-description .description-content .description-row {
        flex-direction: column;
    }

    .homepage .about-us-description .description-content .description-row .text-col {
        order: -1;
    }

    .homepage .about-us-description .description-content .description-row .text-col .description-heading {
        text-align: center;
    }
}
/*******************************************************/

/******************************/
.our-clients-page .our-clients-section {
    background-color: #fff;
}

.our-clients-page .our-clients-section .image-wrap {
    margin: 0 0 30px 0;
}

.btn {}

.btn {
    padding: 8px 22px;
    background-color: #000;
    border-radius: 2px;
    color: #fff;
    font-size: 18px;
    letter-spacing: 1.6px;
    font-weight: bold;
    border: 1px solid #000;
}

.btn.red-button {
    background-color: #fe0000;
    color: #fff;
    border: 1px solid #fe0000;
    transition: all 1s;
}

.red-button:hover {
    background-color: #fff;
    color: #fe0000;
}

.btn.blue-button {
    background-color: #0104fe;
    color: #fff;
    border: 1px solid #0104fe;
    transition: all 1s;
}

.blue-button:hover {
    background-color: #fff;
    color: #0104fe;
}

img {
    max-width: 100%;
}

.navbar {
    border-bottom: 5px solid #fe0000;
}

.featured-projects {
    background-color: #3A3A3A;
}

.featured-projects .text-wrap h3 {
    color: #fff;
    font-size: 42px;
    margin-bottom: 30px;
}

.featured-projects .text-wrap h6 {
    color: #fff;
    letter-spacing: 1.6px;
}

.featured-projects .text-wrap .client {
    color: #fff;
    font-size: 20px;
}

.featured-projects .project-slide .row {
    align-items: center;
}

.slick-dots li button {
    width: 10px;
    height: 10px;
    border: 1px solid #ffffff;
    border-radius: 50%;
}

.slick-dots li {
    width: 10px;
    height: 10px;
}

.slick-dots {
    bottom: -35px;
}

.slick-dots li.slick-active button {
    background-color: #0000fe;
}

.card .header {
    background-color: #3a3a3a;
    padding: 10px 15px;
}

.card {
    margin-bottom: 30px;
}

.card .header h3 {
    margin-bottom: 0;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 1px;
}

.card .card-body h3 {
    margin-bottom: 20px;
    font-size: 24px;
}

.filter-bar {
    display: flex;
    margin-bottom: 40px;
    justify-content: space-between;
}

.filter-bar h2 {}

.filter-wrap {
    display: flex;
    align-items: center;
}

button#filterproject,
button#filterprojecttype {
    background: 0 0;
    border: 1px solid #fe0000;
    border-radius: 3px;
    font-size: 18px;
    color: #fe0000;
    display: flex;
    align-items: center;
    line-height: 20px;
    letter-spacing: .65px;
    padding: 10px 23px 11px;
    letter-spacing: 1.6px;
    margin-right: 20px;
}

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

.banner-section:before {
    content: '';
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    z-index: 0;
}

.banner-section h1 {
    color: #fff;
    margin: 0;
}

.banner-section {
    position: relative;
    padding: 100px 0;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
}

.about-page .qse-section {
    padding: 60px 0;
    background-color: #f7f7f7;
}

.about-page .qse-section ul {
    column-count: 2;
    column-gap: 82px;
    margin-bottom: 40px;
    margin-top: 40px;
    padding-left: 0;
}

.about-page .qse-section ul li {
    -webkit-column-break-inside: avoid;
    break-inside: avoid-column;
    page-break-inside: avoid;
}

.two-col-section {
    padding-bottom: 60px;
    background-color: #f5f7f9;
}

.two-col-section .two-col-row {
    display: flex;
    margin-left: -27px;
    margin-right: -27px;
    align-items: center;
}

.two-col-section .two-col-row .text-col {
    width: 55%;
}

.two-col-section .two-col-row .two-col-col {
    padding-left: 27px;
    padding-right: 27px;
}

.two-col-section .two-col-row .image-col {
    width: 45%;
}

.two-col-section .text-wrap .primary-btn {
    margin-top: 15px;
}

.two-col-section .image-wrap img {
    border-radius: 10px;
}


/*********************************/
.services-row {
    justify-content: center;
    margin-bottom: -30px;
}

.service {
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
    box-shadow: 0px 7px 13px #00000029;
    margin: 0 auto;
    margin-bottom: 30px;
    overflow: hidden;
    height: 300px;
    width: 583px;
    transition: all 0.3s ease;
}

.service-mask {
    background: rgba(17, 35, 105, 0.45);
    background-position-y: 0px;
    background-repeat: no-repeat;
    background-size: 100%;
    border-radius: 10px;
    height: 100%;
    width: 100%;
    transition: all 0.3s ease;
}

.service-text {
    color: #fff;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    padding: 10px;
    margin: 0 auto;
    text-align: center;
    width: 453px;
    transition: all 0.3s ease;
}

.service-title {
    color: #fff;
    text-shadow: 0px 0px 30px #11236980;
    transition: all 0.3s ease;
}

.service-description {
    font-weight: 400;
    height: 0px;
    margin-bottom: 0;
    opacity: 0;
    transition: all 0.3s ease;
}

@media screen and (max-width: 1200px) {
    .service {
        height: initial;
        min-height: 254.37px;
        width: 300px;
    }

    .service-mask,
    .service-text {
        height: 100%;
        min-height: 254.37px;
    }

    .service-mask {
        background-image: none;
    }

    .service-text {
        width: 226.5px;
    }
}

.service.has-hover-effect {
    transition: all 0.3s ease;
    height: initial;
    min-height: 300px;
}

.service.has-hover-effect .service-mask,
.service.has-hover-effect .service-text {
    height: 100%;
    min-height: 300px;
    transition: all 0.3s ease;
}

.service.has-hover-effect {
    transition: all 0.3s ease;
}

.service.has-hover-effect:hover .service-mask {
    background: #112369CB;
    background-position-x: -64px;
    background-repeat: no-repeat;
    background-size: 115%;
    opacity: 1;
}

@media screen and (max-width: 1200px) {
    .service.has-hover-effect:hover .service-mask {
        background-image: none;
    }
}

@media screen and (max-width: 767px) {
    .service.has-hover-effect:hover .service-mask {
        background-position-x: -32px;
    }
}

.service.has-hover-effect:hover .service-title {
    color: red;
}

.service.has-hover-effect:hover .service-description {
    height: 355px;
    opacity: 1;
}

@media screen and (max-width: 1200px) {
    .service.has-hover-effect:hover .service-description {
        height: auto;
        opacity: 1;
    }
}

@media screen and (max-width: 1200px) {
    .service.has-hover-effect {
        height: initial;
        min-height: 154.37px;
        width: 300px;
    }

    .service.has-hover-effect .service-mask,
    .service.has-hover-effect .service-text {
        height: 100%;
        padding: 20px 0;
        min-height: 154.37px;
    }

    .service.has-hover-effect .service-description {
        height: auto;
        opacity: 1;
    }

    .service.has-hover-effect .service-mask {
        background: #112369CB;
        background-image: none;
        opacity: 1;
    }

    .service.has-hover-effect .service-title {
        color: red;
    }
}

@media screen and (max-width: 767px) {
    .service.has-hover-effect .service-mask {
        background-position-x: -32px;
    }
}

/*********************************/
/*********************************/
.copy-cta-progress-tracker-section {
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
}

.copy-cta-progress-tracker-section .one {
    position: absolute;
    top: 250px;
}

.copy-cta-progress-tracker-section .two {
    position: absolute;
    top: 500px;
}

.copy-cta-progress-tracker-section .section-header {
    max-width: 1050px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
    text-align: center;
}

.copy-cta-progress-tracker-section .section-header p {
    margin-top: 20px;
    color: #fff;
}

.copy-cta-progress-tracker-section .section-header h2 {
    margin-bottom: 0;
    color: #fff;
}

.copy-cta-progress-tracker-section .prgress-row {
    display: flex;
    margin-left: -48px;
    margin-right: -48px;
}

.copy-cta-progress-tracker-section .progress-col {
    padding-left: 48px;
    padding-right: 48px;
}

.copy-cta-progress-tracker-section .progress-col.image-col {
    width: 47%;
}

.copy-cta-progress-tracker-section .progress-col.tab-col {
    width: 53%;
}

.copy-cta-progress-tracker-section .copy-progress-tracker-bg-img {
    background-position: center;
    background-size: cover;
    display: grid;
    place-content: center;
    position: relative;
    padding-top: 80px;
    padding-bottom: 60px;
    background: transparent linear-gradient(167deg, #0104fe 0%, #9d1c1c 100%) 0% 0% no-repeat padding-box;
}

.copy-cta-progress-tracker-section .copy-progress-tracker-bg-img::after {
    content: "";
    position: absolute;
    width: 330px;
    height: 250px;
    background-size: contain;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
}

.copy-cta-progress-tracker-section .image-wrap {
    position: relative;
    height: 100%;
    width: 100%;
}

.copy-cta-progress-tracker-section .tab-image {
    position: absolute;
    top: 100px;
    height: auto;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.copy-cta-progress-tracker-section .tab-content.tab-image {
    opacity: 0;
    display: block;
    transition: all 300ms ease;
}

.copy-cta-progress-tracker-section .tab-content.tab-image.img-active {
    opacity: 1;
}

.copy-cta-progress-tracker-section .tab-wrap {
    position: relative;
    padding: 0 0 0 30px;
}

.copy-cta-progress-tracker-section .tab-wrap:before {
    position: absolute;
    top: -10px;
    left: -10px;
    content: "";
    display: block;
    width: 229px;
    height: 140px;
}

.copy-cta-progress-tracker-section .tab-wrap .tab {
    position: relative;
    padding-left: 70px;
    padding-bottom: 25px;
}

.copy-cta-progress-tracker-section .tab-wrap .tab .dot {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    display: block;
    position: absolute;
    background-color: #8ab2c1;
    left: 17px;
    top: 5px;
    cursor: pointer;
    z-index: 10;
}

.copy-cta-progress-tracker-section .tab-wrap .tab .dot::before {
    content: '';
    height: 29px;
    width: 29px;
    border-radius: 50%;
    display: block;
    background-color: #29abe2 4D;
    left: -5px;
    top: -5px;
    position: absolute;
    display: none;
}

.copy-cta-progress-tracker-section .tab-wrap .tab .line {
    background-image: url('http://pixels360stg.wpengine.com/wp-content/uploads/2023/08/dotted-border-line.png');
    width: 2px;
    height: calc(100%);
    left: 24px;
    top: 26px;
    display: block;
    position: absolute;
}

.copy-cta-progress-tracker-section .tab-wrap .tab h4.title {
    opacity: 0.4;
    transition: all 300ms ease;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    cursor: pointer;
    color: #f4f8fa;
}

.copy-cta-progress-tracker-section .tab-wrap .tab .tab-content {
    overflow: hidden;
    display: none;
}

.copy-cta-progress-tracker-section .tab-wrap .tab .tab-content .title-bar {
    align-items: center;
    margin-bottom: 10px;
    margin-top: 0;
}

.copy-cta-progress-tracker-section .tab-wrap .tab .tab-content .btn {
    margin-top: 20px;
}

.copy-cta-progress-tracker-section .tab-wrap .tab .tab-content .title-bar h3.title {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    margin-left: 5px;
    margin-bottom: 0;
    color: #f4f8fa;
}

.copy-cta-progress-tracker-section .tab-wrap .tab .tab-content p {
    margin-bottom: 0;
    font-size: 22px;
    line-height: 34px;
    margin-left: 5px;
    color: #f4f8fa;
}

.copy-cta-progress-tracker-section .tab-wrap .tab .tab-content .locus-btn {
    margin-top: 25px;
}

.copy-cta-progress-tracker-section .tab-wrap .tab:first-child.active .dot {
    top: 27px;
}

.copy-cta-progress-tracker-section .tab-wrap .tab.active h4.title {
    opacity: 0;
    height: 0;
    margin-bottom: 0;
}

.copy-cta-progress-tracker-section .tab-wrap .tab.active .tab-content .title-bar h3.title {
    color: #fff;
}

.copy-cta-progress-tracker-section .tab-wrap .tab.active .tab-content p {
    color: #fff;
}

.copy-cta-progress-tracker-section .tab-wrap .tab.active .dot {
    top: 8px;
    background-color: #fff;
    z-index: 10;
}

.copy-cta-progress-tracker-section .tab-wrap .tab.active .dot::before {
    content: '';
    height: 35px;
    width: 35px;
    border-radius: 50%;
    display: block;
    border: 1px solid #f4f8fa;
    background-color: transparent;
    left: -10px;
    top: -10px;
    position: absolute;
}

.copy-cta-progress-tracker-section .tab-wrap .tab.active .dot::after {
    content: '';
    height: 51px;
    width: 51px;
    border-radius: 50%;
    display: block;
    border: 1px solid #f4f8fa 80;
    background-color: transparent;
    left: -18px;
    top: -18px;
    position: absolute;
}

.copy-cta-progress-tracker-section .tab-wrap .tab.tab-done .line {
    background-image: none;
    width: 2px;
    background-color: #b0e1f3;
    height: calc(100% + 15px);
    left: 24px;
    top: 10px;
    display: block;
    position: absolute;
    z-index: 9;
}

.copy-cta-progress-tracker-section .tab-wrap .tab.semiactive h4.title {
    opacity: 0.7;
}

.copy-cta-progress-tracker-section .tab-wrap .tab.semiactive .dot {
    background-color: #b0e1f3;
}

.copy-cta-progress-tracker-section .tab-wrap .tab:last-child {
    padding-bottom: 0;
}

.copy-cta-progress-tracker-section .tab-wrap .tab:last-child .line {
    display: none;
}

.copy-cta-progress-tracker-section .tab-wrap .tab:last-child .tab-content p {
    margin-bottom: 0;
}

@media (max-width: 1199px) {
    .copy-cta-progress-tracker-section .copy-progress-tracker-bg-img {
        padding-top: 70px;
    }

    .copy-cta-progress-tracker-section .prgress-row {
        flex-direction: column;
        margin-left: -15px;
        margin-right: -15px;
    }

    .copy-cta-progress-tracker-section .progress-col.image-col {
        width: 100%;
        margin-bottom: 50px;
    }

    .copy-cta-progress-tracker-section .progress-col.tab-col {
        width: 100%;
    }

    .copy-cta-progress-tracker-section .image-wrap {
        height: 400px;
    }

    .copy-cta-progress-tracker-section .image-wrap .tab-image {
        height: 400px;
        object-position: center;
    }

    .copy-cta-progress-tracker-section .tab-wrap .tab h4.title,
    .copy-cta-progress-tracker-section .tab-wrap .tab .title.h4 {
        font-size: 34px;
    }

    .copy-cta-progress-tracker-section .tab-wrap .tab .tab-content .title-bar h3.title,
    .copy-cta-progress-tracker-section .tab-wrap .tab .tab-content .title-bar .h3.title {
        font-size: 42px;
    }

    .copy-cta-progress-tracker-section .tab-wrap .tab .tab-content p {
        font-size: 18px;
        line-height: 28px;
    }
}

@media (max-width: 767px) {

    .copy-cta-progress-tracker-section .tab-wrap .tab h4.title,
    .copy-cta-progress-tracker-section .tab-wrap .tab .title.h4 {
        font-size: 28px;
    }

    .copy-cta-progress-tracker-section .tab-wrap .tab .tab-content .title-bar h3.title,
    .copy-cta-progress-tracker-section .tab-wrap .tab .tab-content .title-bar .h3.title {
        font-size: 34px;
    }

    .copy-cta-progress-tracker-section .tab-wrap .tab .tab-content p {
        font-size: 16px;
        line-height: 26px;
    }
}

/*********************************/

