body {
    background: white;
}
.bg-primary1
{
    background: black;
    border-top: 3px ridge #a0a0b4;

}
p.firstp.afterdes {
    margin-bottom: 20px;
}
a:hover {
    text-decoration: none;
}

a {
    color: black;
}
a:hover {
    color: rgb(129, 129, 129);
}

header .navbar li a.menu-item {
    text-shadow: 0px 0px 3px #333;
}
header {
    position: absolute;
    width: 100%;
    z-index: 2;
}

header a {
    color: white;
}
header .container.header {
    position: relative;
    z-index: 100;
}
header .navbar {
    padding-bottom: 0;
    border: 1px solid white;
    border-left: none;
    border-right: none;
}

header .navbar a.menu-item {
    color: white;
    transition: all 0.2s ease-in;
    font-weight: 600;
}

header .navbar a.logo {
    color: white !important;
    font-family: 'Arial';
}


header .navbar a.menu-item:hover {
    color: black;
}

header .navbar a.menu-item:hover:after {
    border-top: 5px solid black;
    border-right: 5px solid black;
}
            
header .navbar a.menu-item:after {
    content: "";
    transition: all 0.2s ease-in;
    display: block;
    border-top: 5px solid transparent;
    border-right: 5px solid transparent;
    width: 7px;
    height: 7px;
    transform: rotate(-45deg);
    position: absolute;
    bottom: -13px;
    overflow: hidden;
    border-bottom: 5px solid transparent;
    border-left: 5px solid transparent;
    position: relative;
    left: 44%;
}

            
header .navbar li.active a.menu-item {
    color: black;
}

header .navbar li.active a.menu-item:after {
    border-top: 5px solid black;
    border-right: 5px solid black;
}

header i.fa.fa-facebook, header i.fa.fa-instagram {
    border-radius: 50%;
    /*border: 1px solid white;*/
    width: 26px;
    height: 25px;
    text-align: center;
    padding-top: 4px;
    padding-right: 1px;
    transition: all 0.2s ease-in;

}
header i.fa.fa-facebook:hover, header i.fa.fa-instagram:hover {
    background: white;
    color: black;
}

header i.fa.fa-navicon {
    color: white;
}

header .logo {
    background: black;
    padding: 6px 20px;
    border-radius: 3px;
    border: 1px solid white;
    font-weight: 600;
}


.carousel-inner {
    max-height: calc(70vh + 200px);
}

.carousel-inner img {
    max-height: 70vh;
    border-radius: 3px;
}

ol.carousel-indicators {
    bottom: 200px;
}

.maindes {
    text-align: center;
    color: black;
    font-size: 1rem;
}

.afterdes {
    text-align: center;
}

.main.fa {
    color: #fff;
    font-size: 24px;

}

i.fa.fa-envelope-o.main {
    font-size: 21px;
}
.main.fa {
    top: 3px;
    position: relative;
}

.afterdes.col a {
    margin-right:15px;
}
table  {
    width: 50%;
    margin: 0 auto;
}

table tr {
    text-align: center;
}

.row .thirdp a, .row .fourthp a {
/*    width: 290px !important;
*/    display: inline-block;
    padding-left: 10px;
}

.afterdes a:last-child {
    text-align: left;
}
.afterdes a:first-child {
    text-align: right;
}

.row .thirdp {

    margin-bottom: 0;
}

.spacer {
    height: 60px;
    display: block;
}


#carouselExampleIndicators .carousel-item:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.3);
    width: 100%;
        height: calc(100% - 166px);
 }

footer  {
    background: black;
    height: 60px;
}

footer .container {
    line-height: 60px;
}

.bg-backg{
    background-image: url(../../assets/images/contact.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    top: 6px;
    position: relative;
}

p.afterdes {
    margin-bottom: 0;
}


iframe {
    top: 6px;
    position: relative;
}

footer a {
    color: white;
}
footer a:hover {
    color: #f52459;
}

footer ul li {
    float: left;
    /*margin-bottom: 10px;*/
    list-style-type: none
}

.primcol {
    color: black;
}

img.banner {
    text-align: center;
    margin: 0 auto;
    max-width: 100%;
    display: block;
    margin: 0 auto 0 auto;
}

.modal-body {
    background: #101010;
}


.afterdes {
    line-height: 30px;
    width: 100%;
}
.afterdes.font-weight-bold {
    padding: 20px 0;
}

#contact h3, #contact .afterdes {
    margin-bottom: 0;
    background: black;
    line-height: 40px;
    font-weight: 400;
    font-size: 18px;
}


.main.fa {
    color: #a0a0b4;
}

header .navbar li.active a.menu-item {
    color: #a0a0b4;
}

header .navbar li.active a.menu-item:after {
    border-top: 5px solid #a0a0b4;
    border-right: 5px solid #a0a0b4;
}
header .navbar a.menu-item:hover {
    color: #a0a0b4;
}
header .navbar a.menu-item:hover:after {
    border-top: 5px solid #a0a0b4;
    border-right: 5px solid #a0a0b4;
}

.maindes {
    color: black;
    font-size: 30px;
    margin: auto;
    text-align: center;
    padding: 30px 40px;
    width: 100%;
    max-width: 1370px;
    border-bottom: 4px double #a0a0b4;
    font-weight: 400;
    margin-bottom: 15px;
}

header i.fa.fa-phone, header i.fa.fa-envelope,header i.fa.fa-mobile {
    color: #eee;
}
ul.justcent {
    margin: 0 auto;
}
.navbar.scrolled {
    position: fixed;
    top: 0;
    margin: 0 !important;
    background: rgba(17, 17, 17, 0.9);
    left: 0;
    transition: all 0.3s ease-in;
}

#contact .afterdes.col a {
    margin-right: 0;
}
span.desktop {
    padding-left: 10px;
}

div#carousel-with-lb {
    padding-top: 3rem;
    padding-bottom: 3rem;
    /*background: #a0a0b4;*/
    top: 15px;
    position: relative;
}

#carousel-with-lb.gallery ol.carousel-indicators {
    bottom: 0;
}

#carousel-with-lb.gallery .carousel-indicators li {
    background-color: #a0a0b4;
}    

div#carousel-with-lb .carousel-inner img {
    
    height: 200px;
    width: 100%;
}
.banner-bg {
    background-image: url(../../assets/images/banner.jpg);
    position: relative;
    top: 15px;
        background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 -600px;
    background-blend-mode: color-burn; 
    background-color: #a0a0b4;
}

figure {
    max-height: 290px;
    overflow: hidden;
}

#contact .contacth3 {
    font-size:  25px;
}


header .navbar.scrolled li.active a.menu-item {
    color: #a9a9a9;
}

header .navbar.scrolled li.active a.menu-item:after {
    color: #a9a9a9;
    
}



figure.col-md-4 {
    flex: 0 0 33%;
    max-width: 33%;
    padding: 0;
    margin: 0;
}

.controls-top .fa {
    font-family: FontAwesome;
    font-weight: 100 !important;
    font-style: normal;
    color: black;
    border: 1px solid gainsboro;
    font-size: 20px;
    padding: 7px;
}

.controls-top .btn-secondary {
    color: black;
    background-color: white;
    border-color: white;
}

.controls-top {
    margin-bottom: 20px;
}

.btn-secondary.focus, .btn-secondary:focus {
    box-shadow: none !important;
        background: transparent;
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
}

.carousel-inner img {
    max-height: 70vh;
    border-radius: 3px;
    object-fit: contain;
    object-fit: cover;
    object-position:  0 100%;

}

.carousel-inner .carousel-item:first-child img {
    max-height: 70vh;
    border-radius: 3px;
    object-fit: contain;
    object-fit: cover;
    object-position: 0 70%;
    height: 70vh;
}


.carousel-inner .carousel-item:nth-child(3) img {
    max-height: 70vh;
    border-radius: 3px;
    object-fit: contain;
    object-fit: cover;
    object-position: center center;
    height: 70vh;
}

figure.col-md-4 {
    flex: 0 0 33%;
    max-width: 33%;
    padding: 0;
    margin: 0;
}

figure.col-md-3 {
    flex: 0 0 24%;
    max-width: 24%;
    padding: 0;
    margin: 0;
}

 .controls-top .fa {

   font-family: FontAwesome;
       font-weight: 300 !important;
       font-style: normal;
       color: #000001;
       border: 1px solid gainsboro;
       font-size: 20px;
       padding: 5px 5px;
}

.controls-top .btn-secondary {
    color: black;
    background-color: white;
    border-color: white;
}

.controls-top {
    margin-bottom: 20px;
}

.btn-secondary.focus, .btn-secondary:focus {
    box-shadow: none !important;
        background: transparent;
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
}

div#contact .row {
    display: block !important;
}


@media (max-width: 991px) {
    nav.navbar.navbar-expand-lg.sticky-top.col.my-3 {
        padding-bottom: 10px;
    }

    button.navbar-toggler {
        top: 4px;
        position: relative;
    }

    nav.navbar.navbar-expand-lg.sticky-top.col.my-3 {
        background: rgba(17, 17, 17, 0.9);
    }

    #carouselExampleIndicators .carousel-item:after {
        height: calc(100% - 260px);
    }

    .afterdes a:first-child, .afterdes a:last-child
    {
        text-align: center;
    }
    span.desktop {
        display: none;
    }
    div#contact .row {
    display: block;
}
footer.container-fluid {
    height: auto;
}

footer .container {
    line-height: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
}
}


@media (max-width: 768px) {
    figure.col-md-4 {
        flex: 100%;
        max-width: 100%;
        padding-bottom: 10px;
        margin: 0;
    }
    
    .container-fluid.banner-bg iframe {
        max-width: 100%;
    }
    
    a.navbar-brand.d-lg-none.logo {
    font-size: 12px;
}
}
@media (max-width: 768px) {
    .carousel-inner img {
        height: 50vh !important; /* Ensures all images have the same height on mobile */
        max-height: 50vh !important;
        object-fit: cover; /* Keeps aspect ratio without distortion */
        object-position: center center; /* Centers image content */
    }

    .carousel-inner .carousel-item {
        min-height: 50vh !important; /* Ensures consistency across slides */
    }

    .carousel-inner .carousel-item:first-child img,
    .carousel-inner .carousel-item:nth-child(3) img {
        height: 50vh !important; /* Forces same height for all slides */
        object-position: center center !important; /* Ensures alignment */
    }
}
