/*********************************** Font Family Roboto  ************************************/
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto/Roboto-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto/Roboto-Regular.ttf') format('truetype');;
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto/Roboto-Light.ttf') format('truetype');;
    font-weight: 300;
    font-style: normal;
}

* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    font-family: "Roboto";
}

a:hover {
    text-decoration: none;
}

li {
    list-style: none;
}



/***************************************************************************************************************************************
****************************************************************************************************************************************

                                                       Our Project Single Page START                                           

****************************************************************************************************************************************
*****************************************************************************************************************************************/

/********************* Heading of Project Page Start *************************/
.video-full {
    height: 500px;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.video-full video {
    position: absolute;
    width: 100%;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.Project-page-heading {
    text-align: center;
    margin-top: 20px;
    margin-bottom: -20px;
}

.Project-page-heading h1 {
    font-family: "Roboto";
    font-weight: 700;
    color: black;
    font-size: 50px;
    line-height: 72.8px;
    padding-top: 30px;
    padding-bottom: 10px;
    margin-bottom: 0px;
    text-align: center;
    margin-top: 25px;
}

/********************* Heading of Project Page End *************************/


/********************* Select of Project Page Start *************************/

ul.dropdown-menu.scrollable-menu.show {
    transform: translate(-44px, 35px) !important;
}

.Project-Page-select-category {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 30px;
}

.Project-Page-select-category span {
    font-size: 18px;
    color: black;
    cursor: pointer;
}

.Project-Page-select-category ul {
    padding: 10px;
}

.Project-Page-select-category .dropdown-item {
    padding: 5px;
    border-bottom: 1px solid #e4e1e1;
}

/************ Select  ScrollBar CSS ******************/

.scrollable-menu {
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
}

.scrollable-menu::-webkit-scrollbar {
    width: 5px;
}

.scrollable-menu::-webkit-scrollbar-track {
    background: gray;
    border-radius: 10px;
}

.scrollable-menu::-webkit-scrollbar-thumb {
    background: black;
    border-radius: 10px;
}

.Project-Page-select-category .dropdown-item.active,
.dropdown-item:active {
    color: unset;
    text-decoration: none;
    background-color: unset;
}

/********************* Select of Project Page End *************************/



/********************* Image of Project Page Start *************************/

#project_video .video-full {
    margin-top: 80px;
}


#news_banner {
    margin-top: 80px;
}

.Product-Page-Banner-Image {
    /* margin-top: 58px !important; */
    width: 100%;
    height: 500px;
    object-fit: cover;
    color: white;
    background-size: cover;
    background-position: center bottom;
    margin-bottom: 10px;
}
.news-Page-Banner-Image{
    width: 100%;
    height: 580px;
    object-fit: cover;
    color: white;
    background-size: cover;
    background-position: center bottom;
    margin-bottom: 10px;
}
.Product-Page-Banner-Heading {
    width: 100%;
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding-left: 40px;
    padding-bottom: 40px;
}

.Product-Page-Banner-Heading h2 {
    background: #00000047;
    padding: 2px 5px;
    font-size: 26px;
    text-transform: uppercase;
}

.Product-Page-Banner-Heading h5 {
    font-size: 20px;
    background: #00000047;
    padding: 2px 5px;
}

/********************* Image of Project Page Start *************************/
/***************************************************************************************************************************************
****************************************************************************************************************************************

                                                       Our Project Single Page END                                           

****************************************************************************************************************************************
*****************************************************************************************************************************************/
/********************** Our Project Header Bg Image Section START **********************/

.header-img {
    width: 100%;
    height: 480px;
    object-fit: cover;
}

/********************** Our Project Header Bg Image Section END **********************/

/********************** Our Project About Us Section START **********************/
#filter label {
    font-size: 18px;
}

.shortenedSelect {
    max-width: 160px;
}

select.shortenedSelect::-webkit-scrollbar {
    width: 10px;
}

select.shortenedSelect::-webkit-scrollbar-track {
    border: rgb(180, 180, 180);
    background-color: #ecebeb;
}

select.shortenedSelect::-webkit-scrollbar-thumb {
    /* background-color: #1a1e21; */
    background-color: #5e5d5d;
    border: 1px solid rgb(193, 193, 193);
    border-radius: 10px;
}

#filter select {
    font-size: 15px;
    width: 160px;
    outline: none;
    border-radius: 5px;
    border: 1px solid #1a1e21;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 3px 5px;

    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%231a1e21'><polygon points='20,0 80,0 50,40'/></svg>") no-repeat;
    background-size: 16px;
    background-position: calc(100% - 10px) 13px;
    background-repeat: no-repeat;
    padding-right: 30px;
}

#filter select option {
    font-size: 14px;
    /* width: 160px; */
    overflow: hidden;
}

div#filter input#reset,
div#filter button#search {
    box-shadow: none !important;
    border: 1px solid black;
}

div#filter input#reset:hover,
div#filter button#search:hover {
    background-color: #fff;
    color: black;
}

input#reset {
    display: none;
}

#reset {
    display: none;
    margin-right: 10px;
}

.filter_search_btn {
    display: flex;
}

.project-about {
    padding-top: 30px;
    padding-bottom: 30px;
}

div#news_about {
    padding-bottom: 0px !important;
}

.address h3 {
    font-size: 18px;
    font-weight: 600;
    font-family: 'Roboto';
}

.address p {
    font-size: 16px;
    letter-spacing: 1px;
}

.social-share-1 {
    padding-top: 40px;

}

#social-share-2 {
    padding-bottom: 0px !important;
}

.social-share-1 img {
    width: 35px;
}

.social-share-1 span {
    padding-right: 10px;
    font-size: 14px;
    letter-spacing: 1px;
}

.news-social {
    margin-top: -25px;
    display: flex;
    justify-content: flex-end;
}

.contact-info ul {
    padding-left: 0px;
}

.contact-info ul li {
    display: flex;
    justify-content: flex-start;
}

.contact-info ul li h4 {
    padding-right: 50px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    width: 85px;
}

.contact-info ul li p {
    font-size: 15px;
    margin-top: -1px;
}

div#map {
    filter: saturate(0);
}

.project-header {
    margin-top: 80px;
}

.project-header img {
    object-position: center bottom;
}

img.header-img.w-100 {
    object-fit: cover;
    height: 500px;
}

/********************** Our Project About Us Section END **********************/

/********************** Our Project Under Construction Section START **********************/
.our-sale {
    /* background: #9a9a9a; */
    background: #0B3D4C !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.our-sale p {
    padding: 25px;
    font-size: 27px;
    color: #fff;
    font-weight: lighter;
    text-align: center;
}

.map iframe {
    width: 100%;
    height: 415px;
    margin-bottom: -6px !important;
    filter: saturate(0);
}

.Under-construction {
    padding: 20px 20px 20px 0px;
    /* background: #9a9a9a; */
    background: #0B3D4C !important;
    color: #fff;
    min-height: 315px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Under-construction ul {
    padding-left: 13px;
    margin-bottom: 0px !important;
}

.Under-construction ul li {
    display: flex;
    justify-content: flex-start;
}

.Under-construction ul li h4 {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 10px 75px 10px 18px;
    width: 140px;
}

.Under-construction ul li p {
    font-size: 15px;
    margin-bottom: 0px;
    margin-top: 8px;
}

.recent-projects {
    padding-top: 15px;
    padding-bottom: 15px;
}

.project-details {
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 80px;
}

.project-details2 {
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 80px;
}

.recent-projects h3 {
    /* font-size: 25px; */
    font-size: 18px;
    font-family: 'Roboto';
    font-weight: 600;
    letter-spacing: 1px;
}

.recent-projects p {
    margin-top: 20px;
    font-size: 16px;
    text-align: justify;
    letter-spacing: 1px;
}

.recent-projects img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    /* object-position: center; */
    object-position: bottom;
}

.container.gallery {
    padding-top: 30px;
    padding-bottom: 20px;
}

.gallery .col-md-4 {
    display: none;
}

.gallery .btns {
    width: 120px;
    margin-left: auto;
    margin-right: -25px;
}

.gallery .btn {
    float: right;
    /* border: 1px solid black; */
    margin-bottom: 15px;
    color: #000;
    text-decoration: underline;
}

/* Gallery */
.gallery h4 {
    width: 80%;
    text-align: center;
    /* font-size: 24px; */
    font-size: 18px;
    font-family: 'Roboto';
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 0px;
    margin-top: 15px;
}

/******************************************************************************************************/
/****************************************                     *****************************************/
/**************************************** News Page CSS Start *****************************************/
/****************************************                     *****************************************/
/******************************************************************************************************/
.news-page .Product-Page-Banner-Image {
    margin-top: 0px !important;
}

#project-page .Product-Page-Banner-Image {
    margin-top: 0px !important;
}



/******************************************* Footer Fix in Bottom  ************************************/

div#all_projects {
    min-height: calc(100vh - 75px - 95px);
}

.container.news-page {
    min-height: calc(100vh - 75px - 95px);
}

.container.news-page p.text-center,
#all_projects p.text-center {
    margin-top: 50px;
    font-size: 30px;
}

.filter_search_btn .icons {
    display: none;
}

.icons button {
    border: unset;
    background: unset;
    outline: unset;
    padding: 5px !important;
    margin-top : 4px !important;
}

/******************************************************************************************************/
/*****************************************                   ******************************************/
/***************************************** News Page CSS END ******************************************/
/*****************************************                   ******************************************/
/******************************************************************************************************/

.modal {
    top: 12%;
}

.video-modal .modal-body {
    padding: 0;
}

.video-modal .modal-body iframe {
    border: 0 none;
    margin: 0 0 -6px;
}

.video-modal .modal-content {
    border-radius: 0;
}

.video-modal .close {
    background-color: #000000 !important;
    border: 2px solid #ffffff !important;
    border-radius: 13px;
    color: white;
    font-size: 20px;
    height: 26px;
    opacity: 1;
    position: absolute;
    right: -13px;
    text-shadow: none;
    top: -13px;
    width: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* button */
img.header-img.w-100,
.project-header {
    position: relative;
}

.popup-youtube {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.popup-youtube i {
    position: relative;
    color: #201f20;
    font-size: 70px;
    /* background: rgb(77, 75, 75); */
    border-radius: 50%;
    height: 70px;
    width: 70px;
    line-height: 70px;
    z-index: 2;
    cursor: pointer;
}


/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 502;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 503;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    height: 100%;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 505;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #cccccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 504;
}

.mfp-preloader a {
    color: #cccccc;
}

.mfp-preloader a:hover {
    color: white;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    padding: 0;
    z-index: 506;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: white;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: white;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #cccccc;
    font-size: 12px;
    line-height: 18px;
}

.mfp-arrow {
    position: absolute;
    top: 0;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: solid transparent;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
    opacity: 0.8;
    border-top-width: 12px;
    border-bottom-width: 12px;
    top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
    border-top-width: 20px;
    border-bottom-width: 20px;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
    border-right: 12px solid black;
    left: 5px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
    border-right: 20px solid white;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
    border-left: 12px solid black;
    left: 3px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
    border-left: 20px solid white;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    top: -3px;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black;
}

.mfp-iframe-holder .mfp-close {
    top: -43px;
}

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.mfp-figure {
    line-height: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-break: break-word;
    padding-right: 36px;
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {

    /**
     * Remove all paddings around the image on small screen
     */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    /* The shadow behind the image */
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }
}

@media all and (max-width: 800px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.mfp-ie7 .mfp-img {
    padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
    padding: 0;
}

.mfp-ie7 .mfp-content {
    padding-top: 44px;
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}

@media (min-width: 992px) {

    .modal-lg,
    .modal-xl {
        max-width: 1000px;
    }
}

@media screen and (max-width: 767px) {
    .popup-youtube i {
        font-size: 40px;
        height: 40px;
        width: 40px;
        line-height: 40px;
    }

    .gallery .btns {
        margin-right: 0px;
        text-align: center;
        width: 100%;
    }
}

#all_projects .Project-Page-select-category {
    max-width: 970px;
    margin: auto;
}