/* Font Import Start */
@font-face {
    font-family: 'Cairo';
    src: url('font/Cairo-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cairo';
    src: url('font/Cairo-ExtraBold.ttf') format('truetype');
    font-weight: bolder;
    font-style: normal;
}

@font-face {
    font-family: 'Cairo';
    src: url('font/Cairo-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Cairo';
    src: url('font/Cairo-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cairo';
    src: url('font/Cairo-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cairo';
    src: url('font/Cairo-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cairo';
    src: url('font/Cairo-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cairo';
    src: url('font/Cairo-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Cairo';
    src: url('font/Axiforma-Black.otf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Axiforma';
    src: url('font/Axiforma-ExtraBold.otf') format('truetype');
    font-weight: bolder;
    font-style: normal;
}

@font-face {
    font-family: 'Axiforma';
    src: url('font/Axiforma-Bold.otf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Axiforma';
    src: url('font/Axiforma-SemiBold.otf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Axiforma';
    src: url('font/Axiforma-Medium.otf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Axiforma';
    src: url('font/Axiforma-Regular.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Axiforma';
    src: url('font/Axiforma-Light.otf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Axiforma';
    src: url('font/Axiforma-ExtraLight.otf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
/* Font Import End */
/******************** Loader Start *******************/
.loader {
    position: fixed;
    height: 100vh;
    width: 100%;
    display: block;
    z-index: 9999;
    background-color: #02438D;
}
.loader-img {
    right: calc(50vw - 100px);
    position: absolute;
    top: calc(50vh - 100px );
    display: inline-block;
    width: 200px;
}
.loader-img img {
    width: 100%;
}
/******************** Loader End *******************/
* {
    font-family: Cairo !important;
}
.force-english {
    font-family: 'Axiforma' !important;
}
/******************** Header Start *******************/

.navigation-bar-wrapper {
    padding: 0px !important;
}
.concrete-logo {
    background: #02438D;
    padding: 17px 45px !important;
}
.concrete-nav-list {
    margin-right: auto;
}
.concrete-nav-list {
    padding-left: 25px;
}
.concrete-nav-list li {
    margin: 5px 25px;
}
a.nav-link-active::after {
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    background: #02438D;
    position: relative;
    right: 0px;
    top: 3px;
}
.concrete-nav-list a {
    font-size: 16px;
    font-weight: 500;
    color: #02438D !important;
}
.arabic-link {
    font-family: Axiforma !important;
    font-weight: 600 !important;
}

/********************* Header End ********************/

/******************************** Home Page Start ***************************/
/************* Hero Section Start ************/
.hero-section {
    background-image: url("images/home-hero-banner-ar.png");
    background-size: cover;
    width: 100%;
    height: 550px;
    background-repeat: no-repeat;
}

.concrete-back-head-img img {
    position: absolute;
}
.hero-text {
    color: #02438D;
    background-image: url('images/concrete.png');
    background-repeat: no-repeat;
    margin-top: 150px;
    background-size: 45%;
    background-position-x: right;
}
.concrete-hero-heading {
    font-style: normal;
    font-weight: 700;
    font-size: 64px;
    /* margin-right: 20px; */
}
.hero-sub-heading {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
}
.concrete-hero-text {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
}
/************* Hero Section End ************/
/************* About Section Start ************/
/* About Before Section Start */
.about-before-section {
    background: #02438D;
    color: #ffffff;
    padding: 20px 0px;
}
/* .about-status-img {
    position: absolute;
} */
.about-exp-status-wrap {
    border: 0px solid;
    transition: 1s;
}
.exp-year-main-wrapper, .exp-pound-main-wrapper, .exp-project-main-wrapper {
    background-image: url('images/38.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: 200px;
    width: 100%;
    display: flex;
    align-items: center;
    margin-right: 75px;
}
.exp-pound-main-wrapper {
    background-image: url('images/1.png');
    background-position-x: 300px;
}
.exp-project-main-wrapper {
    background-image: url('images/600.png');
    background-position-x: 130px;
}
.exp-year {
    font-size: 58px;
    font-weight: 500;
    padding-right: 60px;
}
.exp-year-wrapper {
    padding-right: 10px;
}
.exp-light-text {
    font-style: normal;
    font-size: 14px;
}
.exp-bold-text {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 20px;
}

.billion-pound {
    font-size: 58px;
    font-weight: 500;
    padding-right: 28px;
}
.pound-wrapper {
    display: flex;
    align-items: center;
    padding-right: 7px;
}
.pound-bold-text {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
}
.pound-light-text {
    font-size: 12px;
    line-height: 15px;
    padding-right: 10px;
}

.project-light-txt {
    font-style: normal;
    font-size: 14px;
    line-height: 15px;
}
.project-status {
    font-size: 58px;
    font-weight: 500;
    padding-right: 7px;
}
.project-bold-txt {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    padding-right: 10px;
}
/* About Before Section End */
/* .about-txt-img {
    position: absolute;
} */
.about-main-section {
    background-image: url('images/about-section-img.png');
    height: 500px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: right;
    background-color: #F5F5F7;
}
.aboutUs-image {
    width: 94%;
}
.about-heading {
    background-image: url('images/About us.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: right;
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    color: #02438D;
}
.about-describe {
    color: #565969;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
}
.about-read-button {
    background: #02438D !important;
    color: #ffffff !important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 18px !important;
    float: left;
}

/************* About Section End ************/
/************* Contract Section Start **************/
.contract-section {
    background: #02438D;
    padding: 45px 0px 95px 0px;
}
.contract-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    margin-bottom: 40px;
}
/* .contract-back-head-img img {
    padding-right: 70px;
    position: absolute;
    top: 0px;
} */
.contact-heading {
    font-style: normal;
    background-image: url('images/Projects.png');
    background-repeat: no-repeat;
    background-size: contain;
    font-weight: 500;
    font-size: 48px;
    color: #ffffff;
    padding-right: 70px;
}
.view-contract {
    margin-right: auto;
    margin-left: 25px;
}
.view-contract a {
    color: #ffffff;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    text-decoration: none;
}
.view-contract span {
    /* background: #EE1D24; */
    padding: 0px 6px 4px 6px;
    /* border-radius: 2px; */
}
    /* Carousel css start */
.slide-control-next {
    background: #EE1D24;
    padding: 3px 14px;
    border: 1px solid #EE1D24;
    border-radius: 2px;
    color: #ffffff;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 19px;
    margin: 10px 0px;
}
.slide-control-prev {
    background: #013F85;
    padding: 3px 14px;
    border: 1px solid #013F85;
    border-radius: 2px;
    color: #ffffff;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 19px;
}
.contract-p-img img {
    width: 100%;
}
.contract-p-type {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    color: #FFFFFF;
    margin-top: 18px;
}
.contract-p-heading {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 33px;
    color: #FFFFFF;
}
.contract-p-txt {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 142.4%;
    color: #FFFFFF;
}
    /* Carousel css end */

/************* Contract Section End **************/
/************* Technology Section Start **************/
.technology-section {
    background: #F5F5F7;
    padding: 90px 0px;
}
.technology-heading {
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 54px;
    color: #02438D;
    margin-top: 36px;
}
.technology-wrapper {
    padding-left: 40px;
    margin-top: 30px;
}
.tech-title {
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    color: #565969;
    margin-top: 20px;
}
.tech-head {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 130%;
    color: #02438D;
}
.tech-txt {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 142.4%;
    color: #565969;
    margin-top: 15px;
}
.technology-read-button {
    font-style: normal !important;
    font-weight: bold !important;
    font-size: 18px !important;
    line-height: 30px !important;
    text-decoration-line: underline !important;
    color: #02438D !important;
    float: left;
}
/************* Technology Section End **************/
/************* Development Section Start **************/
.development-section {
    padding: 90px 0px;
}
.develop-right-wrap {
    margin: 40px 0px;
}
.vai-back-head-img img {
    position: absolute;
}
.develop-heading {
    
    background-image: url('images/VAI.png');
    background-repeat: no-repeat;
    background-position-x: right;
    background-size: auto;
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 79px;
    color: #02438D;
    margin-bottom: 10px;
}
.develop-txt {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    color: #565969;
    margin-bottom: 10px;
}
.develop-link a {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 29px;
    color: #02438D;
    text-decoration: none;
}
/************* Development Section End **************/
/************* Map Section Start **************/
.map-section {
    /* height: 500px; */
    padding: 60px 0px;
    background: #F5F5F7;
}
/* .map-above-layer {
    background: #02438D;
    height: 330px;
    opacity: 0.6;
    position: relative;
    bottom: 338px;
} */
/* .aberella-map {
    width: 100%;
} */
.map-wrapper {
    background-image: url("images/map-image.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 465px;
}
.conatact-info-row {
    padding-top: 80px;
}
.contact-info-wrapper {
    /* padding-top: 95px; */
    padding-right: 45px;
}
.contact-info-list {
    list-style: none;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 160%;
    margin-top: 15px;
}
.locate-txt-span {
    padding-right: 10px;
}
.locate-txt-span-1 {
    padding-right: 26px;
}
.home-address {
    position: relative;
    top: 80px;
    right: 10px;
}
.home-address img {
    width: 60%;
}
.home-address-txt {
    position: absolute;
    top: 17%;
    right: 23%;
    font-size: 14px;
    font-weight: 600;
    color: #2C4146;
}
.add-box-head {
    font-size: 20px;
    font-weight: 700;
}
.map-address-heading {
    font-size: 45px;
    font-weight: 700;
    color: #ffffff;
    padding-right: 113px;
    line-height: 25px;
}
.map-address-heading span {
    font-size: 20px;
    font-weight: 400;
}
/* .map-direction {
    position: absolute;
    width: 65%;
    bottom: 260px;
    left: 53px;
} */
/* .map-direction {
    position: absolute;
    width: 50%;
    right: 17px;
    bottom: 255px;
} */
/************* Map Section End **************/

/*********************************** Home Page End **************************************/

/*********************************** About Page Start **************************************/
.About-hero-section {
    background-image: url("images/about-hero-banner.png");
    background-size: cover;
    width: 100%;
    height: 500px;
    background-repeat: no-repeat;
}
.about-hero-text {
    color: #02438D;
    background-image: url('images/About us.png');
    background-repeat: no-repeat;
    background-size: 35%;
    background-position-x: right;
    margin-top: 150px;
}
.about-hero-heading {
    font-style: normal;
    font-weight: 700;
    font-size: 64px;
    line-height: 105px;
    color: #02438D;
    margin-top: 10px;
    margin-right: 35px;
}
.about-before-sec {
    background: #ffffff;
    color: #02438D;
    padding: 20px 0px;
}
.exp-year-pg-main-wrapper, .exp-pound-pg-main-wrapper, .exp-project-pg-main-wrapper {
    background-image: url('images/38-b.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: right;
    margin: auto;
    width: 100%;
    display: flex;
    align-items: center;
    margin-right: 70px;
}
.exp-pound-pg-main-wrapper {
    background-image: url('images/1-b.png');
}
.exp-project-pg-main-wrapper {
    background-image: url('images/600-b.png');
}
.about-pg-main-section {
    padding: 30px 0px;
}
.about-p-wrap {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 244.4%;
    color: #02438D;
}
span.abt-spn {
    font-weight: 500;
}

/* about technology section start */
.about-technology-section {
    padding: 60px 0px;
}
.abt-technology-heading {
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 54px;
    color: #02438D;
}
.abt-technology-wrapper {
    padding-left: 40px;
    margin-top: 30px;
}
.abt-tech-title {
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    color: #565969;
    margin-top: 20px;
}
.abt-tech-head {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 112%;
    color: #02438D;
}
.abt-tech-txt {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 142.4%;
    color: #565969;
    margin-top: 15px;
}
/* about technology section end */

/* sector section start */
.sector-heading {
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 54px;
    color: #02438D;
}
.sector-second-row {
    margin-top: 60px !important;
    margin-bottom: 65px;
}
/* sector section end */
/* company value section start */
.company-value-section {
    background: #02438D;
    padding: 30px 0px 65px 0px;
}
.sector-img {
    min-height: 80px;
}
.company-value-wrapper {
    background-image: url('images/Company-Values.png');
    background-repeat: no-repeat;
    background-position-x: right;
    padding-bottom: 40px;
}
/* .com-val-back-head-img img {
    position: absolute;
    top: 0px;
} */
.com-val-heading {
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    color: #ffffff;
}
.company-val-second-row {
    margin-top: 20px;
}
.value-third-wrapper p {
    font-weight: 300;
}
.value-third-wrapper a, .value-third-wrapper a:hover {
    color: #ffffff;
    text-decoration: none;
}
.tarancparacy-wrap {
    display: inline-flex;
}
.value-img img {
    width: 100%;
}
.value-wrapper {
    width: 65%;
    margin: 30px;
    margin-left: 120px;
}
.value-title {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 45px;
    /* letter-spacing: 7.5px; */
    color: #FFFFFF;
    opacity: 0.3;
}
.transparany-tab {
    display: none;
}
.value-third-wrapper a.active {
    font-weight: bold;
}
.transprency-head {
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 29px;
    color: #FFFFFF;
}
.value-txt {
    padding: 0px;
    margin-top: 15px;
}
.value-txt p {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 220.9%;
    color: #FFFFFF;
}
.value-third-wrapper p {
    font-style: normal;
    font-size: 18px;
    line-height: 28px;
    color: #FFFFFF;
}
/* company value section end */

/* client key section start */
.key-client-section {
    padding: 40px 0px;
}
.key-client-heading {
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 54px;
    color: #02438D;
}
.key-second-row {
    margin: 40px 0px !important;
}
.key-client-img img {
    width: 100%;
}
.key-title {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 142.4%;
    color: #02438D;
}
/* client key section end */
/* health and safety key section Start */
.health-section {
    padding: 60px 0px;
}
.health-right-wrap {
    margin: 40px 0px;
}
.health-heading {
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 79px;
    color: #02438D;
    margin-bottom: 10px;
}
.health-txt {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    color: #565969;
    margin-bottom: 10px;
}
.health-steps {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 29px;
    color: #02438D;
}
/* health and safety key section end */

/* Board Member section start */
.board-member-section {
    padding: 55px 0px;
    margin-bottom: 150px;
}
.member-img {
    min-height: 270px;
    text-align: center;
}
.member-heading {
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 54px;
    color: #02438D;
}
.member-sec-row {
    margin: 50px 0px !important;
}
.member-name {
    text-align: center;
}
.member-name h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 39px;
    color: #02438D;
    margin: 0px;
    text-align: center;
}
.member-name span {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #02438D;
}
.member-txt {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 142.4%;
    color: #02438D;
    margin-top: 12px;
}
.member-description {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 142.4%;
    color: #565969;
}
/* Board Member section end */
/*********************************** About Page End ***************************************/

/*********************************** Project Page Start ***************************************/

/* testing section start */
.craousel-main-row {
    overflow: hidden;
}
.carousel-wrapper {
    width: 100%;
}
.carousel-btn-wrapper {
    margin-right: 95px;
}
.project-col-wrapper {
    position: relative;
    width: 387px;
    margin: auto;
}
.project-img {
    display: block;
    width: 100%;
    background: rgb(0, 0, 0, 0.4);
}
.project-overlay-main {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    color: #ffffff;
    padding: 21px;
    opacity: 1;
    transition: 0.25s;  
}
.project-overlay-main:hover > .project-title {
    opacity: 0;
}
.project-overlay-main:hover > .project-place {
    opacity: 0;
}
.project-overlay-main:hover > .project-year {
    opacity: 0;
}
.project-overlay:hover > .project-overlay-description {
    line-height: 215.4%;
}
.project-title {
    font-style: normal !important;
    font-weight: 700 !important;
    font-size: 21px !important;
    transition: 0.25s;
}
.project-t-line {
    height: 2px;
    width: 50px;
    background: #ffffff;
    margin: 20px 0px 5px 0px;
    transition: 0.25s;
}
.project-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgb(2, 67, 141, 0.7);
    color: #ffffff;
    padding: 20px;
    opacity: 0;
    transition: 0.25s;
}
.project-overlay > * {
    transform: translateY(100%);
    transition: 0.25s;
}
.project-overlay:hover {
    opacity: 1;
}
.project-overlay:hover > * {
    transform: translateY(0);
    transition: 0.25s;
}
.project-overlay-title {
    font-style: normal;
    font-weight: 700;
    font-size: 21px;
}
.project-overlay-description {
    /* font-family: Axiforma; */
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    margin-top: 25px;
}
.project-overlay-readmore {
    float: left;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 23px;
    color: #FFFFFF;
    text-decoration: none;
}
.project-overlay-readmore::after {
    content: '>';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 23px;
    color: #FFFFFF;
    background: #FF2E4D;
    padding: 0px 8px 2px 8px;
    border-radius: 3px;
}
/* testing section end */

.project-section {
    background: #F5F5F7;
    padding: 40px 0px 135px 0px;
}
.home-project {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    color: #02438D;
}
.project-heading {
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 54px;
    color: #02438D;
}
.pro-catagory-wrapper {
    display: inline-flex;
}
.project-type {
    margin: 15px;
    padding: 5px;
}
.pro-active {
    border-bottom: 3px solid;
    color: #02438D;
}
.pro-active a {
    font-weight: 600 !important;
}
.project-type a {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    text-align: center;
    color: #02438D;
    text-decoration: none;
}
.project-main-wrapper {
    background: rgba(0, 0, 0);
}
.project-wrapper {
    background-image: url("images/project1.png");
    padding: 15px;
    background-repeat: no-repeat;
}
/* .project-img {
    width: 100%;
    background: #000000;
} */
.project-inner-wrapper {
    padding: 14px;
}
.project-title {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    color: #ffffff;
}
.pro-underline {
    height: 3px;
    width: 50px;
    background: #ffffff;
    margin: 13px 0px;
}
.project-place {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
}
.project-year {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 23px;
    color: #ffffffff;
    transform: rotate(180deg);
    -webkit-writing-mode: vertical-rl;
    position: relative;
    top: 245px;
}
.project-detail p {
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 140%;
    color: #FFFFFF;
}
.load-project-wrapper {
    text-align: center;
    margin-top: 50px;
}
.load-project-btn {
    width: 100%;
    background: #EE1D24 !important;
    font-style: normal !important;
    font-weight: 700 !important;
    font-size: 18px !important;
    line-height: 30px !important;
    color: #FFFFFF !important;
    margin-right: 20px !important;
}
/*********************************** Project Page End ***************************************/
/*********************************** Project Detail Page Start ***************************************/
.project-dtl-section {
    background-color: #F5F5F7;
}
.project-dtl-hero-heading {
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 65px;
    color: #FFFFFF;
    margin-top: 130px;
}
.pro-detail-second-sec {
    background: #F5F5F7;
    padding: 60px 0px;
}
.project-dtl-header {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    color: #02438D;
    padding: 20px 0px;
    text-align: right;
}

.project-detail-hero-section {
    /* background-image: url("images/project-detail-wrapper.png"); */
    width: 100%;
    height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #02438D;
}
.cairo-hero {
    background-image: url("images/cairoProBanner.jpg");
}
.shorouk-hero {
    background-image: url("images/shrouqProBanner.jpg");
}
.orchidia-hero {
    background-image: url("images/orchidiaProBanner.jpg");
}
.ringroad-hero {
    background-image: url("images/ring-road.png");
}
.mansheya-hero {
    background-image: url("images/mansheyaProBanner.jpg");
}
/* .get-project-hero {
    background-image: url("images/get-project.png");
}
.al-alamein-hero {
    background-image: url("images/al-alamein.png");
}
.vai-project-hero {
    background-image: url("images/vai-project.png");
} */
/* ************************** */
.mansheya-hero {
    background-image: url("images/mansheya-mall.png");
}
.Gardenia-hero {
    background-image: url("images/Gardenia-Zahraa.jpg");
}
.el-awsaty-project-hero {
    background-image: url("images/elAwsatyRingRoadProBanner.jpg");
}
.awsaty-train-hero {
    background-image: url("images/elAwsatyRingRoadTrainProBanner.jpg");
}
.pedestrian-bridge-project-hero {
    background-image: url("images/pedestrianBridgeProBanner.jpg");
}
.get-project-hero {
    background-image: url("images/get-project.jpg");
}
.el-salam-project-hero {
    background-image: url("images/elSalamNorth.jpg");
}
.embala-pedestrian-project-hero {
    background-image: url("images/embabaProBanner.jpg");
}
.military-hangars-project-hero {
    background-image: url("images/militaryHangerProBanner.jpg");
}
.mahager-project-hero {
    background-image: url("images/mahagerProBanner.jpg");
}
.mehwar-ganoub-hero {
    background-image: url("images/mehwarGnoubProBanner.jpg");
}
.mehwar-almosheir-hero {
    background-image: url("images/mehwerAlmosheirProBanner.jpg");
}
.pedestrian-olympic-hero {
    background-image: url("images/pedestrainOlympicProBanner.jpg");
}
.pedestrian-tahwra-hero {
    background-image: url("images/pedestrianAlthawraProBanner.jpg");
}
.pedestrian-jozeif-hero {
    background-image: url("images/pedestrianJozeifTetoProBanner.jpg");
}
.pedestrian-suez-hero {
    background-image: url("images/pedestrian-suez-hero.jpg");
}
.vai-project-hero {
    background-image: url("images/vai-project.png");
}
/* ************************** */
.project-description {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 210%;
    color: #565969;
}
.pro-detail-wrap {
    padding: 15px 15px;
}
.pro-dtl-title {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    margin: 10px 0px;
    color: #02438D;
}
.pro-dtl-dtail {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 156.4%;
    color: #02438D;
    margin: 10px 0px;
}
.pro-dtl-dtail span {
    font-weight: 300;
    color: #565969;
}
.pro-dtl-carousel-control {
    margin-right: auto !important;
    /* padding-left: 65px; */
}
.next-pro-btn {
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 18.8571px !important;
    line-height: 30px !important;
    color: #02438D !important;
    border: 2px solid !important;
}
.project-thumb-link {
    cursor: pointer;
}
.modal-close {
    position: absolute;
    background-color: rgb(255 255 255 / 90%);
    height: 20px;
    width: 20px;
    top: -6px;
    right: -5px;
    border-radius: 20px;
    padding: 0px 3px;
}
.pro-pop-img {
    width: 100%;
}
/*********************************** Project Detail Page End ***************************************/

/*********************************** Contact Us Detail Page Start ***************************************/
.contact-hero-section {
    /* background-image: url("images/contact-hero-banner.png"); */
    background-image: url("images/get-project.jpg");
    background-size: cover;
    width: 100%;
    height: 500px;
    background-repeat: no-repeat;
}
.contact-hero-text {
    color: #02438D;
    background-image: url('images/Contact Us-white-ar.png');
    background-repeat: no-repeat;
    background-position-x: right;
    margin-top: 150px;
}
.contact-hero-heading {
    font-style: normal;
    font-weight: 700;
    font-size: 64px;
    line-height: 105px;
    color: #ffffff;
    margin-top: 10px;
    margin-right: 35px;
}
.contact-seccond-section {
    background: #F5F5F7;
    padding: 60px 0px;
}
.contact-pg-info-wrapper {
    padding: 15px 0px;
    background: #ffffff;
}
.contact-pg-info-list {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    color: #565969;
    list-style: none;
}
.contact-pg-info-list li {
    margin: 5px 0px;
}
.form-heading-wrapper {
    background-image: url("images/Get in touch.png");
    background-repeat: no-repeat;
    background-position-x: center;
    padding: 15px;
    padding-bottom: 40px;
    margin-bottom: 15px;
}
.form-send-btn {
    float: right;
    background: #02438D !important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 18px !important;
    color: #FFFFFF !important;
    width: 100px;
    border: none !important;
    border-radius: 1px !important;
    margin-top: 10px;
}
.get-in-touch {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    color: #FF2E4D;
    margin-bottom: 10px;
    /* letter-spacing: 5.5px; */
}
.have-question {
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 35px;
    color: #02438D;
}
.frm-row-wrapper {
    margin-top: 50px;
}
.contact-from-wrapper {
    background: #ffffff;
    padding: 20px 25px;
}
.form-input-field {
    background: #F5F5F7 !important;
    border: none !important;
    border-radius: 2px !important;
    margin: 6.5px 0px !important;
}
.contact-address-row-wrapper {
    background: #ffffff;
    margin: 25px 1px !important;
    padding-right: 65px;
}
.get-location-wrapper {
    padding: 20px 0px;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    color: #565969;
}
.contact-pg-map-wrapper iframe {
    width: 100%;
}


/*********************************** Contact Us Detail Page End ***************************************/
/*********************************** Career Page Start ***************************************/
.career-hero-section {
    background-image: url("images/career-hero-img.png");
    background-size: cover;
    width: 100%;
    height: 500px;
    background-repeat: no-repeat;
}
.career-hero-text {
    color: #ffffff;
    background-image: url('images/Careers.png');
    background-repeat: no-repeat;
    background-position-x: right;
    margin-top: 150px;
}
.career-hero-heading {
    font-style: normal;
    font-weight: 700;
    font-size: 64px;
    line-height: 105px;
    color: #ffffff;
    margin-top: 10px;
    margin-right: 35px;
}
.career-work-col {
    background: #ffffff !important;
    padding: 60px !important;
    position: relative !important;
    bottom: 145px !important;
}
.work-concrete-heading {
    /* font-family: Axiforma; */
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 79px;
    color: #02438D;
}
.work-concrete-text {
    /* font-family: Axiforma; */
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 228.4%;
    color: #565969;
}
.career-seccond-section {
    background: #F5F5F7;
    padding: 60px 0px;
    padding-bottom: 115px;
}
.job-apply-heading {
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 59px;
    color: #02438D;
    margin-bottom: 25px;
}
.career-from-wrapper {
    background: #ffffff;
    padding: 30px;
}
.upload-label {
    width: 100%;
    margin: 15px 0px;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 142.4%;
    color: #565969;
}
input#upload-cv {
    display: none;
}
.add-file-btn-wrapper {
    display: flex;
    align-items: center;
}
.add-file-format {
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    color: #565969;
    padding-right: 15px;
}
label.custom-file-upload {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    color: #02438D;
    border: 1px solid;
    border-radius: 3px;
    padding: 8px 25px;
    background: #F3F8FF;
    cursor: pointer;
}
.career-form-input-field {
    border: 1.5px solid #e1e1e1 !important;
    border-left: none !important;
    border-radius: 0px !important;
    margin: 6.5px 0px !important;
}
.career-form-send-btn {
    float: left;
    background: #02438D !important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 18px !important;
    color: #FFFFFF !important;
    width: 245px;
    border: none !important;
    border-radius: 1px !important;
    margin-top: 25px;
}
/*********************************** Career Page End ***************************************/

/************************************ Footer Start *************************************/
.footer {
    background: #02438D;
    padding-top: 35px;
    padding-bottom: 25px;
}
.footer-sub-wrapper {
    padding: 20px 0px;
}
.footer-links a {
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    margin: 5px 5px;
    letter-spacing: 1px;
    text-decoration: none;
}
.footer-links a:hover {
    color: #ffffff !important;
}
.footer-links a::after {
    content: '|';
    padding-right: 20px;
    color: #FF2E4D;
}
.contact-info {
    display: flex;
    align-items: center;
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1px;
    direction: ltr;
}
.footer-mail {
    margin: auto 20px;
}
.footer-mail a {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1px;
}
.footer-mail a:hover {
    color: #ffffff !important;
}
.f-mail-img, .f-phone-img {
    margin-right: 10px;
}
/******************************************* Footer End ***********************************/

/************************************ Media Query CSS Start *******************************/
@media only screen and (min-width: 1450px) {
    .about-main-section {
        background-size: inherit;
    }
}
@media only screen and (max-width: 1200px) {
    /* index page start */
    .hero-section {
        height: auto;
    }
    .develop-left-wrap img {
        width: 100%;
    }
    .contact-info-wrapper {
        padding-top: 80px;
        padding-right: 35px;
    }
    .home-address {
        position: relative;
        top: 98px;
        left: 140px;
    }
    .home-address-txt {
        position: absolute;
        top: 24px;
        left: 113px;
        font-size: 10px;
    }
    /* index page end */

}
@media only screen and (max-width: 990px) {
    /* index page start */
    .hero-text {
        margin: 65px 0px;
    }
    .contact-info-list {
        line-height: 175%;
    }
    .map-wrapper {
        background: #02438D;
        height: auto;
    }
    .conatact-info-row {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .home-address, .home-address-txt {
        display: none;
    }
    .contact-info-wrapper {
        text-align: center;
        padding: 0;
    }
    /* index page end */
}
@media only screen and (min-width: 769px) {
    .only-mobile {
        display: none !important;
    }
    /* projects detail page start */
    .pro-dtl-r-wrapper {
        background: #ffffff;
        position: relative !important;
        right: 85px;
        top: -110px;
    }
    .pro-detail-second-sec {
        min-height: 460px;
    }
    /* projects detail page end */
}
@media only screen and (max-width: 769px) {
    /* index page start */
    .hero-text {
        margin: auto;
    }
    .aboutUs-image {
        width: 100%;
    }
    .about-right-wrapper {
        margin-top: 25px;
    }
    .about-exp-status-wrap {
        border: 2px solid;
        margin: 2px;
        border-radius: 3px;
    }
    .exp-year-main-wrapper, .exp-pound-main-wrapper, .exp-project-main-wrapper {
        background: none;
        width: 50%;
    }
    .exp-year {
        padding: 0px;
    }
    .about-main-section {
        background: none;
        height: auto;
    }
    .contact-heading {
        font-size: 35px;
        padding-right: 0px;
    }
    .view-contract a {
        font-size: 18px;
    }
    .carousel-wrapper {
        width: 100%;
    }
    .cs-contract-1 {
        margin: 20px 15px;
    }
    .technology-section {
        padding: 35px 0px;
    }
    .technology-heading {
        font-size: 35px;
        line-height: 35px;
    }
    .only-desktop {
        display: none !important;
    }
    .technology-wrapper {
        margin-top: 30px;
        text-align: center;
    }
    .development-section {
        padding: 60px 0px 0px 0px;
    }
    /* index page end */

    /* About page start */

    .exp-year-pg-main-wrapper, .exp-pound-pg-main-wrapper, .exp-project-pg-main-wrapper {
        background: none;
        width: 50%;
    }
    .abt-technology-heading {
        font-size: 35px;
        line-height: 35px;
    }
    .abt-technology-wrapper {
        margin-top: 30px;
        text-align: center;
    }
    .company-value-wrapper {
        background-size: contain;
    }
    .company-value-section {
        padding: 30px 0px 25px 0px;
    }
    .company-val-second-row {
        margin-top: 20px;
        text-align: center;
    }
    .value-third-wrapper {
        text-align: left;
    }
    /* .value-img img {
        width: 60%;
    } */
    .value-wrapper {
        margin-top: 17px;
    }
    .value-txt {
        padding: 0px;
    }
    .key-second-row {
        margin: 15px 0px;
    }
    .key-client-img img {
        width: 60%;
    }
    .health-section {
        padding: 20px 0px;
    }
    .health-right-wrap {
        margin: 15px 0px;
    }
    .board-member-section {
        padding: 25px 0px;
    }
    .member-sec-row {
        margin: 30px 0px;
        text-align: center;
    }
    .member-wrapper {
        margin-top: 30px;
    }
    /* About page end */

    /* Projects Detail page start */
    .pro-dtl-r-wrapper {
        background: #ffffff;
    }
    /* Projects Detail page end */

    /* Career page start */
    .career-work-col {
        padding: 40px !important;
        bottom: 0px !important;
    }
    .work-concrete-heading {
        font-size: 37px;
        line-height: normal;
        margin-bottom: 7px;
    }
    .work-concrete-text {
        font-size: 19px;
        line-height: 147%;
    }
    .job-apply-heading {
        margin-bottom: 20px;
        margin-top: 20px;
        padding-right: 35px;
    }
    /* Career page end */

    /* Contact Us page start */
    .contact-pg-info-wrapper {
        margin: 20px 0px;
    }
    /* Contact Us page end */
    
    /* footer page start */
    .footer-sub-wrapper {
        padding: 20px 0px;
        text-align: center;
    }
    .contact-info {
        width: 80%;
        margin: auto;
    }
    .f-item-p {
        padding: 10px 0px;
    }
    /* footer page end */

}
@media only screen and (min-width: 480px) {
    * {
        text-align: right;

    }
}
@media only screen and (max-width: 480px) {
    /* header page start */
    .concrete-logo {
        width: 25%;
    }
    .navbar-light .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.8%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
    }
    /* header page end */

    /* index page start */
    .navigation-bar-wrapper {
        background: #02438D;
    }
    .concrete-nav-list a {
        color: #FFFFFF !important;
    }
    .hero-section {
        background-size: cover;
        height: 250px;
        text-align: center;
    }
    .concrete-hero-heading {
        font-size: 50px;
        margin-right: 0px;
        margin-top: 30px;
    }
    .hero-text {
        background-size: 100%;
    }
    .hero-sub-heading {
        margin: 0px;
        font-size: 22px;
    }
    .concrete-hero-text {
        margin: 0px;
        font-size: 18px;
    }
    .exp-year-main-wrapper, .exp-pound-main-wrapper, .exp-project-main-wrapper {
        width: 70%;
    }
    .about-section {
        text-align: center;
    }
    .about-heading {
        font-size: 35px;
    }
    .about-right-wrapper {
        text-align: center;
    }
    .about-describe {
        font-size: 15px;
    }
    .about-read-button {
        float: none;
    }
    .contract-section {
        padding: 20px 0px;
        text-align: center;
    }
    .contact-heading {
        font-size: 26px;
        text-align: center;
        width: 100%;
    }
    .view-contract {
        margin: auto;
    }
    .carousel-btn-wrapper {
        margin: 0px;
    }
    .contract-p-type {
        text-align: center;
    }
    .contract-p-heading {
        text-align: center;
    }
    .contract-p-txt {
        text-align: center;
    }
    .view-contract a {
        font-size: 10px;
    }
    .view-contract span {
        padding: 0px 4px 3px 4px;
    }
    .technology-wrapper {
        padding: 0px;
    }
    .technology-read-button {
        width: 100%;
    }
    .technology-heading {
        text-align: center;
    }
    .development-section {
        padding-top: 30px;
        padding-bottom: 0px;
    }
    .develop-heading {
        font-size: 35px;
        line-height: normal;
    }
    .develop-txt {
        font-size: 15px;
    }
    .map-wrapper {
        /* background-image: url('images/map-image-mobile.png'); */
        /* background-size: 100%; */
        background: #02438D;
    }
    .contact-info-wrapper {
        text-align: right;
    }
    .map-address-heading {
        padding-right: 0px;
        text-align: center;
        padding-top: 15px;
        line-height: 0.8;
    }
    /* index page end */

    /* About page start */
    .About-hero-section {
        height: 170px;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .about-hero-text {
        background-size: contain;
        margin-top: 0px;
    }
    .about-hero-heading {
        font-size: 35px;
        line-height: normal;
        padding: 40px 33px;
        margin: 0px;
        text-align: center;
    }
    .exp-year-pg-main-wrapper, .exp-pound-pg-main-wrapper, .exp-project-pg-main-wrapper {
        width: 70%;
    }
    .about-main-section {
        padding: 10px 0px;
    }
    .about-p-wrap {
        line-height: 175%;
    }
    .about-technology-section {
        padding: 20px 0px;
        text-align: center;
    }
    .abt-technology-wrapper {
        padding: 0px;
    }
    .sector-heading {
        font-size: 35px;
        line-height: 30px;
        text-align: center;
    }
    .sector-second-row {
        margin: 25px 0px;
    }
    .tarancparacy-wrap {
        display: flex;
        flex-wrap: wrap;
    }
    .value-img {
        margin: auto;
    }
    .value-wrapper {
        width: 100%;
        text-align: center;
        margin: 0px;
    }
    .com-val-heading {
        font-size: 35px;
        text-align: center;
    }
    .conmpany-value-wrapper {
        background-size: 90%;
    }
    .key-client-section {
        padding: 10px 0px;
    }
    .key-client-heading {
        font-size: 35px;
        line-height: normal;
        text-align: center;
    }
    .health-section {
        text-align: center;
    }
    .health-heading {
        font-size: 35px;
        line-height: normal;
    }
    .health-txt {
        font-size: 16px;
    }
    .health-steps {
        font-size: 16px;
    }
    .board-member-section {
        text-align: center;
        margin-bottom: 0px;
    }
    .member-heading {
        font-size: 35px;
        line-height: normal;
    }
    .member-description {
        font-size: 15px;
        line-height: normal;
    }
    /* About page end */

    /* Project page start */
    .project-section {
        padding-bottom: 0px;
        text-align: right;
    }
    .load-project-btn {
        margin: 0px !important;
    }
    .project-col-wrapper {
        width: auto;
    }
    .project-type {
        margin: 10px;
        padding: 3px;
    }
    .project-type a {
        font-size: 12px;
    }
    .project-overlay:hover > .project-overlay-description {
        line-height: 160.4%;
    }
    .project-year {
        top: 300px;
    }
    /* Project page end */

    /* Project detail page start */
    .project-detail-hero-section {
        height: auto;
        background-size: cover;
    }
    .project-dtl-hero-heading {
        font-size: 35px;
        line-height: normal;
        margin-top: 80px;
        margin-bottom: 80px;
        text-align: center;
    }
    .pro-detail-second-sec {
        padding: 25px 0px;
        text-align: center;
    }
    .pro-dtl-r-wrapper {
        text-align: right;
    }
    .project-description {
        font-size: 18px;
        line-height: normal;
    }
    .pro-dtl-carousel-control {
        padding-left: 0px;
        margin: auto;
    }
    .technology-section {
        padding: 20px 0px;
        text-align: center;
    }
    /* Project detail page end */

    /* Career page start */
    .career-seccond-section {
        padding: 0px 0px;
        text-align: center;
    }
    .career-hero-section {
        height: 167px;
        background-size: cover;
        text-align: center;
    }
    .career-hero-text {
        background-size: contain;
        margin-top: 0px;
    }
    .career-hero-heading {
        font-size: 30px;
        line-height: normal;
        margin: auto;
        padding: 30px 0px;
    }
    .work-concrete-heading {
        font-size: 30px;
    }
    .career-work-col {
        padding: 10px !important;
    }
    .work-concrete-text {
        font-size: 16px;
        line-height: 131%;
    }
    .career-from-wrapper {
        padding: 10px;
    }
    .job-apply-heading {
        font-size: 30px;
        margin-bottom: 8px;
        margin-top: 15px;
        padding: 0px;
    }
    .upload-label {
        font-size: 16px;
    }
    label.custom-file-upload {
        font-size: 13px;
    }
    .add-file-format {
        text-align: right;
        font-size: 12px;
    }
    .career-form-send-btn {
        width: 100%;
    }
    /* Career page end */

    /* Contact Us page start */
    .contact-seccond-section {
        padding: 30px 0px;
    }
    .contact-hero-section {
        height: 167px;
        background-size: cover;
    }
    .contact-hero-text {
        background-size: contain;
        margin-top: 23px;
        padding: 28px;
    }
    .contact-hero-heading {
        font-size: 30px;
        line-height: normal;
        margin: 0px;
        text-align: center;
    }
    .contact-pg-info-wrapper {
        text-align: right;
    }
    .form-heading-wrapper {
        background-size: contain;
    }
    .get-in-touch {
        font-size: 11px;
        line-height: 4px;
    }
    .have-question {
        font-size: 30px;
    }
    /* Contact Us page end */

    /* footer page start */
    .contact-info {
        width: 90%;
    }
    /* footer page end */

}
@media only screen and (max-width: 455px) {
    /* footer page start */
    .contact-info {
        display: block;
    }
    .footer-links a {
        font-size: 12px;
        font-weight: 400;
    }
    /* footer page end */
    /* Project page start */
    .project-year {
        top: 215px;
    }
    /* Project page end */
}
@media only screen and (max-width: 365px) {
    /* Project page start */
    .project-type {
        margin: 8px;
        padding: 2px;
    }
    .project-type a {
        font-size: 10px;
    }
    .project-year {
        top: 165px;
    }
    /* Project page end */
}
@media only screen and (max-width: 320px) {
    /* index page start */
    .exp-year-main-wrapper, .exp-pound-main-wrapper, .exp-project-main-wrapper {
        margin: 0px;
    }
    .exp-year {
        padding-right: 0px;
    }
    .billion-pound {
        padding-right: 0px;
    }
    .contact-info-wrapper {
        padding: 0px;
    }
    .contact-info-list {
        padding-right: 15px;
    }
    /* index page end */
    
    /* About page start */
    .member-img img {
        width: 100%;
    }
    /* About page end */

    /* Contact Us page start */
    .contact-hero-section {
        background-size: cover;
    }
    .contact-pg-info-list {
        font-size: 15px;
        line-height: 27px;
    }
    .form-input-field {
        font-size: 12px !important;
    }
    /* Contact Us page end */

    /* Career page start */
    .career-form-input-field {
        font-size: 13px !important;
    }
    /* Career page end */

    /* footer page start */
    .footer-links a {
        font-size: 14px;
        margin: 5px 4px;
    }
    .footer-links a::after {
        padding-right: 4px;
    }
    .contact-info {
        display: block;
    }
    .footer-mail {
        margin: auto 0px;
    }
    /* footer page end */

}
/************************************ Media Query CSS End *******************************/
