/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

* {
    /*font-family: 'Quicksand', sans-serif !important;*/
}
header,
.container-md,
html,
section,
body,
#header-wrap,
#footer,
#copyrights,
.sub-menu-container,
.menu-link div
{
    font-family: 'Quicksand', sans-serif !important;
    background-color: #000;
    color: #cecece;
}

.font-quicksand {
    font-family: 'Quicksand', sans-serif !important;

}

.main-link {
    color: #868686;
    text-decoration: none;
    /*text-shadow: 2px 2px #000;*/
}

#copyrights {
    padding-top: 100px;
}

.main-link:hover {
    color: #fff;
}

.hotels {

}

.hospitality {
}

.residential {
}

.residential:hover {
}

.commercial {
}

.main-category {
    border: 0.5px #fff solid;
    margin: 10px;
    height: 150px;
    transition: .3s ease-in-out;

}

.main-category:hover {
    background: #7e553e;
    box-shadow: 0 1px 1px rgba(0,0,0,0.12),
    0 2px 2px rgba(0,0,0,0.12),
    0 4px 4px rgba(0,0,0,0.12),
    0 8px 8px rgba(0,0,0,0.12),
    0 16px 16px rgba(0,0,0,0.12);
}

.category-title {
    font-family: 'Quicksand', sans-serif !important;
    color: #fff;
}

.fa-chevron-down {
    margin-left: 3px;
    width: 9px !important;
}

#footer {
    margin: 0 !important;
}



.contact-title {
    font-family: 'Quicksand', sans-serif !important;
    text-decoration: underline;
    color: #ffffff;
    font-weight: bolder;
    margin-bottom: 5px;
}


.loading {
    position: relative;
    left: 250%;
    width: 30%;
}



#exampleModal .modal-content,
#exampleModal2 .modal-content {
  background: transparent;
  border: none;
}

#photos {
  /* Prevent vertical gaps */
  line-height: 0;

  -webkit-column-count: 5;
  -webkit-column-gap:   10px;
  -moz-column-count:    5;
  -moz-column-gap:      10px;
  column-count:         5;
  column-gap:           10px;
}

#photos img {
  /* Just in case there are inline attributes */
    margin: 5px;
  width: 100% !important;
  height: auto !important;
}

.hovereffect {
    overflow: hidden;
}

.project-gallery-img {
    transition: .3s;
    overflow: hidden;
}

.hovereffect:hover img {
    opacity: .6;
    transform: scale(1.02);
}


.project-item {
    margin: 20px 0 20px;
}

.project-subcategory {
    text-transform: capitalize;
}

#img-load {
    display: none !important;
}

.service-wrapper {
    /*position: relative;*/
}

.service-box {
    position: absolute ;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    z-index: 1;

}

.service-box {
    width: 100%;
}

.service-box .service-item {
    height: 200px;
    margin: 0;
    display: flex;
    align-items: center;
    /*border: 1px #fff solid;*/
    justify-content: center;
    background: #000;
    transition: .4s;
}
.service-box .service-item a {
    color: #fff;
}

.service-box .service-item:hover a {
    transform: scale(1.15);
}

.service-box .service-item:hover {
    cursor: pointer;
}
.service-box .middle-item {
    height: 250px;
}

.category-link {
    font-size: 25px;
    transition: .4s ease-in-out;
}

.category-link:hover {
    transform: scale(1.15);
}

.service-item:nth-child(1) {
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.service-item:nth-child(2) {
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.service-item:nth-child(3) {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

/*#footer {*/
/*    padding-top: 200px;*/
/*}*/

#wrapper {
    background: #000;
}

.service-box h4 {
    transition: .2s ease-in-out;
}

.service-box:hover h4 {
    transform: scale(1.15);
}

.phone-block {
    display: none;
}

@media screen and (min-width: 1440px) {
    .nav-container {
        padding: 0 10% 0 10%;
    }
}

@media screen and (max-width: 900px) {
    .contact .col-sm-4 {
        margin-top: 0 !important;
        margin-bottom: 10px;
        padding: 10px;
        border-bottom: 1px #fff solid;
    }
    .contact-title,
    .contact .col-md-2,
    .contact-content
    {
        margin: 10px;
        text-align: left !important;
    }
    .contact-title {
        display: inline-block;
    }
    .contact-content {
        display: block;
    }
    .card {
        margin-top: 15px;
    }
    .loading {
        position: relative;
        left: 220%;
        width: 80%;
    }
    .pc-slider {
        display: none !important;
    }
    .phone-block {
        display: block;
    }
}
@media screen and (max-width: 600px) {
    .flag-img {
        margin: 15px;
    }
}

/*LOADER*/

#loading {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /*opacity: 0.7;*/
  background-color: #000;
  z-index: 999;
}

#loading-image {
  z-index: 100;
}
