@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #111;
}

/* NAV */
.bg-light {
    background: #f5f5f5 !important;
    padding: 20px;
}

.bg-dark {
    background: #111 !important;
    padding: 20px;
}

.bg-grey {
    background: #333 !important;
    padding: 20px;
    color: #fff;
}

#topnav ul {
    text-align: center;
    text-transform: uppercase;
}

.navbar-dark .navbar-nav .nav-link {
    color: #888;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: #fff;
}

.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .show > .nav-link {
    color: #fff;
}

.navbar-toggler {
    padding: 10px;
    font-size: 1.2rem;
    border: none;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .7rem;
    padding-left: .7rem;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #888;
}

.topbar {
    font-size: 17px;
    color: #fff;
    width: 100%;
    float: left;
    padding: 15px;
    background: #000;
    text-align: right;
    letter-spacing: 1px;
}

.topbar a {
    color: #fff;
    text-decoration: none;
    padding-left: 5px;
    padding-right: 5px;
}

.topbar a:hover {
    color: #fff;
    text-decoration: none;
}

.topbar a .fa-whatsapp {
    color: #25d366;
}

.bodycontent h3 {
    margin-top: 20px;
}

/* CAROUSEL */
.carousel-caption h5 {
    font-size: 44px;
    font-weight: 600;
}

.carousel-caption {
    bottom: auto;
    top: 50%;
    left: 20%;
    right: 20%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
}

@media (min-width: 640px) and (max-width: 992px) {
    .carousel-caption h5 {
        font-size: 30px;
    }
}

@media (min-width: 320px) and (max-width: 640px) {
    .carousel-caption h5 {
        font-size: 22px;
    }

    #topnav ul {
        text-align: left;
    }
}

@media (max-width: 991px) {
    #topnav ul {
        text-align: left;
    }
}

/* BOXES */
.box_area {
    display: block;
    margin: 0;
    padding-top: 0px;
    padding-right: 0;
    padding-bottom: 60px;
    padding-left: 0;
}

.box_area.small {
    padding: 75px 0;
}

.box_area.tiny {
    padding: 40px 0;
}

.box_area.nospace {
    padding: 0 !important;
}

.box_area .images {
    position: relative;
}

.box_area .images:after {
    display: block;
    content: ' ';
    width: auto;
    height: auto;
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    background: rgba(0, 0, 0, 0.4);
    z-index: 5;
}

.box_area .text {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    color: #fff;
    z-index: 10;
}

.box_area h2 {
    color: #fff;
    font-size: 35px;
    font-weight: 600;
}

.box_area h3 {
    color: #fff;
    font-size: 22px;
}

/* BOXES */
.img1 {
    background-image: url(../images/box-01.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.img2 {
    background-image: url(../images/box-02.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.img3 {
    background-image: url(../images/box-03.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.mainboxes h2 {
    font-weight: 600;
    font-size: 35px;
}

.gallery img {
    object-fit: cover;
    width: 380px;
    height: 380px;
}

.img-hover-zoom {
    height: 100%;
    /* [1.1] Set it as per your need */
    overflow: hidden;
    /* [1.2] Hide the overflowing of child elements */
}

.img-hover-zoom img {
    transition: transform .5s ease;
}

.img-hover-zoom:hover img {
    transform: scale(1.5);
}

/* CONTENT */
.white {
    padding: 50px 0;
}

.white h1 {
    font-size: 35px;
    font-weight: 600;
    text-transform: uppercase;
}

.white h2 {
    font-size: 23px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.white h3 {
    font-size: 20px;
}

.white a {
    color: #bd0d22;
    text-decoration: none;
}

.white a:hover {
    color: #053d70;
    text-decoration: none;
}

.lightgrey {
    padding: 50px;
    background-color: #f5f5f5;
}

.lightgrey h1 {
    font-size: 35px;
    font-weight: 600;
}

.borderline {
    position: relative;
    width: 20%;
    height: 3px;
    background-color: #bd0d22;
}

.page-item.active .page-link {
    background-color: #333;
    border-color: #333;
}

.btn-primary {
    background: #053d70;
    color: #fff !important;
    border: solid 1px #053d70;
    transition: all .5sease-in-out;
    -webkit-transition: all .5sease-in-out;
}

.btn-primary:hover {
    background: #d5384b;
    color: #fff !important;
    border: solid 1px #d5384b;
    transition: all .5sease-in-out;
    -webkit-transition: all .5sease-in-out;
}

/* FOOTER */
.footer {
    background-color: #111;
    padding: 60px;
    color: #fff;
    font-size: 15px;
}

.footer h2 {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
}

.footer a {
    color: #888;
    text-decoration: none;
}

.footer a:hover {
    color: #fff;
    text-decoration: none;
}

.base_links {
    text-align: center;
    color: #e47a23;
}

.base_links a {
    color: #888;
    padding-left: 5px;
    padding-right: 5px;
    transition: all .5sease-in-out;
    -webkit-transition: all .5sease-in-out;
    text-transform: uppercase;
    font-size: 12px;
}

.base_links a:hover {
    color: #fff;
    text-decoration: none;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}

.scroller {
    height: 45px;
    overflow: auto;
    display: block;
    margin-top: 20px;
}

.contact-hours {
    position: relative;
    display: inline-block;
    zoom: 1;
    * display: inline;
    vertical-align: top;
    width: 100%;
    margin: 0 0 10px;
    padding: 0;
    list-style: none;
    line-height: 24px;
}

.contact-hours .active {
    color: #bd0d22;
    font-weight: 700;
}

.contact-hours ul li {
    width: 100%;
    font-size: 12px;
}

.contact-hours span {
    width: 50%;
    float: left;
}

.gold {
    color: #f7c821;
}

/* REVIEWS */
.pink {
    background: #053d70;
    background: -moz-linear-gradient(-45deg, #053d70 0%, #d5384b 100%);
    background: -webkit-linear-gradient(-45deg, #053d70 0%, #d5384b 100%);
    background: linear-gradient(135deg, #053d70 0%, #d5384b 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#053d70', endColorstr='#d5384b', GradientType=1);
    padding: 60px;
    color: #fff;
}

.reviews {
    text-align: center;
}

.reviews .carousel-item {
    min-height: 110px;
}

.reviews p {
    font-style: italic;
    font-size: 16px;
}

.reviews h5 {
    font-size: 20px;
    color: #fff !important;
}

.reviews h6 {
    font-size: 13px;
    color: #eee;
}

.reviews .carousel-control-prev {
    left: -100px;
}

.reviews .carousel-control-next {
    right: -100px;
}

.reviews .carousel-indicators {
    margin-top: 30px;
    margin-bottom: 0px;
    position: inherit !important;
}

.reviews .carousel-indicators li {
    background-color: #eee;
}

.reviews .carousel-indicators .active {
    background-color: #fff;
}

@media (min-width: 320px) and (max-width: 640px) {
    .reviews .carousel-inner .carousel-item p {
        font-size: 14px;
    }

    .reviews .carousel-control-prev {
        left: -40px;
    }

    .reviews .carousel-control-next {
        right: -40px;
    }
}

#vegasSliderInner {
    position: absolute;
    /*background: rgba(0,0,0,0.6);*/
    padding: 20px;
    top: 200px;
}

#slideshow .vegas-content-scrollable {
    overflow: hidden;
}

.caption {
    /*background: rgba(0,0,0,0.1);*/
    padding: 20px;
}

#slideshow .slidespacer {
    height: 500px;
}

#slideshow .captionwrap {
    margin-top: 60px;
}

#slideshow .captionwrap h1 {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
}

#slideshow .captionwrap h3 {
    color: #fff;
    font-size: 30px;
    text-transform: capitalize;
}

/* PARALLAX */
.parallax {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
}

.parallax > .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.parallax h1 {
    color: #FFF;
    font-size: 40px;
    font-weight: 400;
    letter-spacing: -1px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
}

.parallax h2 {
    color: #FFF;
    font-size: 25px;
    font-weight: 400;
    letter-spacing: -1px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
}

.parallax p {
    color: #FFF;
}

@media all and (max-width:768px) {
    .parallax {
        background-attachment: unset;
        background-size: 100%;
        padding-top: 55px;
        padding-bottom: 55px;
    }
}

.required {
    color: #F00;
}

/*#recent-projects .carousel .img {
  max-height: 300px !important;
  min-width: 100%;
  max-width: 100%;
  object-fit: cover;
  object-position: center;
}*/
.grey {
    background: #ccc;
    padding-left: 50px;
    padding-right: 50px;
}
