﻿body {
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

.a:hover {
    color: orangered;
}

.arch,
.arch td {
    background-color: lightgray;
    color: black;
}

.HOT,
.HOT td {
    background-color: #f3b4b4;
    /* color: yellow; */
}

.COLD,
.COLD td {
    background-color: rgb(255, 255, 169);
    /* color: red; */
}

.ELECTRICAL,
.ELECTRICAL td {
    background-color: rgb(197, 255, 197);
}

.upper {
    text-transform: uppercase;
}

.copyright {
    font-size: 1.2vw !important;
}

.right_logo img {
    width: auto;
    height:100px;
}

.text-blue {
    color: #1118ff !important;
}

.brdicn img {
    filter: invert(1);
}

header img {
   
    object-fit: contain;
    height:100px!important;
}

.bpdas {
    display: flex;
    justify-content: center;
    min-height: 100vh;
    padding: 60px 0 !important;
}

.bord_inner {
    padding: 30px 25px;
}


.pagi ul {
    display: flex;
    list-style: none;
    justify-content: center;
    gap: 5px;
    width: 100%;
    margin-top: 30px;
}



.pagi a {
    text-decoration: none;
    padding: 10px 20px;
    /* background: #e7e7e7; */
    border-radius: 4px;
    color: #000;
    border: 1px solid #ddd;
    cursor: pointer;
}

.pagi li:nth-child(2) a,
.pagi li:nth-last-child(2) a {
    background: #dcdef8 !important;
}

li.ng-scope.active a {
    background: var(--bs-primary) !important;
    color: #fff;
}


.right_logo {
    text-align: right;
}

.inhdr {
    background: #a4aaff;
    padding-block: 10px;
    margin-inline: 0;
}


#myCanvas {
    position: relative;
    top: 0;
    left: 0;
    pointer-events: none;
    max-width: 100% !important;
    height: auto;
    /* width: 100% !important; */
}


.mapinfo {
    border-radius: 10px;
}

.img_maping img {
    position: relative;
    width: 1010px;
    height: 819px;
}

.img_maping {
    min-height: auto;
    position: relative;
    border-radius: 10px;
    border-radius: 0px;
    border: 2px solid #0000001f;
}

.archicons img {
    width: 30px;
}

.w-60 {
    width: 70%;
}


.mapbox {
    padding: 20px 0 30px !important;
}

.inhdr img {
    height: 100px;
}

.sound img {
    width: 40px;
    height: 40px;
    background: #fff;
    padding: 10px;
    border-radius: 50%;
    cursor: pointer;
}

.pntl {
    background: var(--bs-primary);
    color: #fff;
    padding-block: .2vw;
    text-align: center;
    border-radius: 10px 10px 0 0;
    margin: 0;
}

.right_logo img {
    width: 60px !important;
}

.left_logo img {
    width: 140px !important;
}

header, body header.bg-white {
    padding-block: 0 !important;
}

.phorow a {
    position: absolute;
    right: 20px;
    top: 20px;
    background: #ffffff;
    padding: 8px;
    border-radius: 5px;
}

.phorow .card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.phorow .card {
    height: 230px;
    overflow: hidden;
}

#vdeocarousel .carousel-indicators button {
    opacity: 1 !important;
}



.thumbs img {
    cursor: pointer;
    border: 2px solid transparent;
    border-radius: 6px;
    width: 90px;
    height: 60px;
}
    .thumbs img.active {
      border-color: #0d6efd;
    }
    .thumbs {
      gap: 10px;
    }
    .ratio iframe {
      border-radius: 10px;
    }


@media (min-width: 1920px) {

    .ttlwrap h2, .ttlwrap h5, h3 {
        font-size: 2vw !important;
        font-weight: bold;
    }

    .scrinfo .fs-6, .scrinfo span, .scrinfo h5, .scrinfo li, .scrinfo .small, .scrinfo p {
        font-size: 1.4vw !important;
    }
}

@media (max-width: 1919px) {

    .fixed-bottom {
        position: relative !important;
    }
}



@media (min-width: 1200px) {
    .gx-xxl-5 {
        --bs-gutter-x: 4rem;
    }

    .container {
        max-width: calc(100% - 80px) !important;
    }
}

@media (min-width: 1411px) {

    .pntl {
        width: 100%;
    }
}
