.carousel-item {
    height: 90vh;
    min-height: 350px;
    background: no-repeat scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-transition: 0.6s ease-in-out left;
    -moz-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
  }
  
  @media (max-width: 768px) {
    .carousel-item{
        height:50vh !important;
    }
  }

  @media (max-width: 768px) {
    .aboutimg img{
          height:50vh !important;
    }
  }
  
  @media (max-width: 768px) {
    .aboutimg1 img{
          height:35vh !important;
    }
  }
  
  @media (max-width: 768px) {
    .mobile-sectors{
          padding-top: 1px!important;
          padding-bottom: 1px!important;
    }
  }
  
  .bg-light{
    background-color: transparent !important;
  }

.nav-colored { background-color:#333333 !important; }
.nav-transparent { background-color:none !important;}

/* .carousel-inner > .carousel-item {
    -webkit-transition: 0.6s ease-in-out left;
    -moz-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
 
} */

.nav-link{
    color: #ffffff !important;
    font-weight: 600;
}

.navbar-expand-lg .navbar-nav .nav-link{
  padding-right: 0px;
  padding-left: 1rem;
}

.display-4{
  font-weight: 600 !important;
  font-size: 3.3rem !important;
}

.sub-main-head{
  font-size :2.3rem !important;
  font-weight: 600 !important;
}
.sub-main-head span{
color: #F6C506
}

.display-4 span{
  color: #F6C506;
}

.index-page-crousel-heding{
  padding-bottom: 5rem;

}

.lead{
  font-size: 1.2rem;
  font-weight: 500 !important;
}

.lead span{
  color: #F6C506;
}

.dropdown-menu{
  left: 15px;
  background-color: #333333;
}


.dropdown-item{
  color: #ffffff;
}

.dropdown-item:focus, .dropdown-item:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #F6C506;
}

.headerbox{
  background: #ffffff;
  position: relative;
  bottom: 90px;
  padding: 18px 15px;
  border-radius: 18px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  display: inline-flex;
}

@media (max-width: 768px) {
.headerbox{
    margin-bottom: 15px;
    right: -25px;
    top: -20px;
}
}


.headerbox:hover{
  background: #F6C506;
  color: #333;
  
}

.homenum{
  font-weight: 700;
}

.headerbox p{
  font-weight: 500;
  font-size: 20px;
}

.leader-member{
  background-color: #d8d6d6;
}

.leader-member-box{
  background: #212121;
  box-shadow: 3px 2px 14px 0px #898989;
  padding: 50px 35px;
}

.leader-member-box-main{
  position: relative;
  right: 115px;
  top:35px;
}

@media (max-width: 768px) {
  .leader-member-box-main {
    right: 0px;
    top:35px;
  }
}

.leader-member-box h2{
  font-size: 1.5rem;
  color: #F6C506;
  
}

.leader-member-box p{
  color: #f9f9f9;
}

.homeservices{
  background: #212121;
}

.homeservices h1 {
  color: #F6C506;
  size: 33px;
}

.homeservices h2 {
  color: #ffffff;
  font-size: 45px;
}

.card{
  border: none;
  text-align: center;
  transition: transform 600ms ease-out;


}

.card-body{
  background: #FAFAFA;
  /* border-radius: 10px; */
  /* box-shadow: 1px 1px 4px 1px black; */
}

.card-body p{
  font-size: 14px;
  color: #868686;
}

.card-body .btn{
  padding: .250rem .75rem !important;
  font-size: 14px !important;
  font-weight: 500 !important;

}
.card:hover{
  transform: scale(1.05);
}

footer{
  background: #212121;
}

footer .btn{
  padding: .250rem .75rem !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}

footer h3{
  color: #F6C506;
  font-size: 22px;
}

footer .border-left{
  color: #ffffff;
}

footer .border-left ul li{
  list-style-type: none;
}

footer .border-left ul li a{
  color: #ffffff;
}

footer .border-left ul li a:hover{
  color: #F6C506;
  text-decoration: none;
}

footer p {
  margin-bottom: 8px;
  font-size: 14px !important;
}

footer .border-left p {
  font-weight: 400;
  font-size: 15px;
}

footer p a{
  color: #ffffff;
  font-weight: 500;
  font-size: 15px;
}

footer p a:hover{
  text-decoration: none;
  color: #F6C506;
}

.footer-social a{
  padding-right: 15px;
}

.footer-form form input{
  width: 100%;
  padding: 8px ;
  margin-bottom: 25px;
}

.footer-bottom p{
  font-size: 15px;
  font-weight: 600;
}

.aboutimg img{
  height: 90vh;
  width: 100%;
}

.about-img-head{
background: url(images/about-img.jpg);
background-size: 1350px;
}

.constuction-img-head{
  background: url(images/construction-img.jpg);
background-size: 1350px;
}

.owner-img-head{
  background: url(images/Owner-Representative.jpg);
background-size: 1350px;
}

.interior-img-head{
  background: url(images/interior-img1.jpg);
background-size: 1350px;
}

.supply-img-head{
  background: url(images/Supply-Chain.jpg);
background-size: 1350px;
}


.client-img-head{
  background: url(images/partners1.jpg);
background-size: 1350px;
}

.commercial-img-head{
  background: url(images/projects/commercial.jpg);
background-size: 1350px;
}

.educational-img-head{
  background: url(images/projects/educational.jpg);
  background-size: 1350px;
}

.embssy-img-head{
  background: url(images/projects/embassy.jpg);
  background-size: 1350px;
}

.hsptlty-img-head{
  background: url(images/projects/hospitality.jpg);
  background-size: 1350px;
}

.industrial-img-head{
  background: url(images/projects/industrial.jpg);
  background-size: 1350px;
}

.ministry-img-head{
  background: url(images/projects/ministry.jpg);
  background-size: 1350px;
}

.residential-img-head{
  background: url(images/projects/residential.jpg);
  background-size: 1350px;
}

.contact-img-head{
  background: url(images/contact-us.jpg);
  background-size: 1350px;
}

.contact-img-text{
  padding-top: 250px;
  padding-bottom: 100px;
  font-weight: 800;
  text-align: right;
  font-size: 4.3rem;
  line-height: 1.2;

}


.bredoverlay{
  background: rgba(0, 0, 0, 0.5);
}

.bredoverlay1{
  background: rgba(0, 0, 0, 0.3);
}

.about-img-text{
  padding-top: 425px;
    padding-bottom: 55px;
    color: #fff;
    text-align: center;
    font-size: 1.3rem;
}


.headerboxnumber{
  padding-left:40px;
}

.headerboxnumber h1{
  font-weight: 700;
}

.headerboximg{
  padding-left:95px;
}

.aboutimg1 img{
  height:100%;
  width:100%;
}


.about-head{
padding: 25px 0;
margin: auto;
background: #e6e6e6;
position: relative;
bottom: 55px;
border-radius: 18px;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
      
}

.about:hover{
  background: #F6C506;
  color: #333;
}

#belowabout{
  background-color: F6C506;
}

.about-text {
  font-size: 18px;
}

.about-line hr{
  border: 4px solid #F6C506;
  width: 8rem;
  border-radius: 5px;
  margin-top:-20px;
}

.about-line1 hr{
  border: 4px solid #F6C506;
  width: 8rem;
  border-radius: 5px;
}

.about-num {
  padding: 15px 0;
  border-radius: 36px;
}

.about-num .ab-line{
  border-right: #212121 solid 2px ;
  border-start-end-radius: 5px;
}

/* .about-after-header{
  background-image: url(./images/about-blur-img.jpg);
  background-size: cover;

} */

/* Slider */
.slick-slide {
  margin: 0px 20px;
}

.logo-carousel {
  overflow: inherit;
}

.slick-slide img {
  width: 100%;
}

.slick-track::before,
.slick-track::after {
  display: table;
  content: '';
}

.slick-track::after {
  clear: both;
}

.slick-track {
  padding: 1rem 0;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  background: url(https://raw.githubusercontent.com/solodev/infinite-logo-carousel/master/images/arrow.svg?sanitize=true) center no-repeat;
  color: #fff;
  filter: invert(77%) sepia(32%) saturate(1%) hue-rotate(344deg) brightness(105%) contrast(103%);
  border: none;
  width: 2rem;
  height: 1.5rem;
  text-indent: -10000px;
  margin-top: -16px;
  z-index: 99;
}

.slick-arrow.slick-next {
  right: -40px;
  transform: rotate(180deg);
}

.slick-arrow.slick-prev {
  left: -40px;
}

/* Media Queries */

@media (max-width: 768px) {
  .slick-arrow {
    width: 1rem;
    height: 1rem;
  }
}

/* JsFiddle Example only/don't use */
.logo-carousel {
  margin-top: 32px;
}

.clients-row{
  overflow: hidden;
}

.clientlogo-section h1{
  text-transform: uppercase;
  color: #212121;
  font-weight: 700;
}


/* Contact Us */

.contact-head{
  padding:105px 0 0 0;
}

.client-head{
  padding:20px 0 0 0;
}


.linehr{
  background-color:#F6C506 ;
  height:10px;
  border-radius:5em;
}

.address1{
 font-size: 19px;
 padding-right: 90px;
}

.whatwedohead{
  font-family: verdana;
 font-size:123%;
 position: absolute;
 color:#000000;
 top:22em;
 padding-right: 9em;
 padding-left: 9em;
}

/*About Us*/

.aboutservices h1 {
  color: #F6C506;
  size: 33px;
}

.about-img3{
  width: 447px;
  height: 593px;
}

.about-jumbo-clr{
  background-color: #f6c506;
}

.jumbotron{
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 3px;
    padding-right: 3px;
    /* box-shadow: 2px 2px 1px 1px black; */
}

.imgabout{
  margin-top: 10px;
  height: 68px;

  margin-left: auto;
  margin-right: auto;
  display: block;
  
}
.customerimg{
  padding-top: 17px;
}

.sector-project-section{
  padding: 20px 0 0 0 ;
}

.sectorContainer {
  position: relative;

}

.sectorContainer image {
  display: block;
  width: 100%;
  height: auto;
}

.sectorOverlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #DCDCDC;
}

.sectorContainer:hover .sectorOverlay {
  opacity: 0.2;
}

.sectorText {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.projects-main-card{
  margin-bottom: 55px;
}


.container.gallery-container {
  background-color: #fff;
  color: #35373a;
  min-height: 100vh;
  padding: 30px 50px;
}

.gallery-container h1 {
  text-align: center;
  margin-top: 50px;
  font-family: 'Droid Sans', sans-serif;
  font-weight: bold;
}

.gallery-container p.page-description {
  text-align: center;
  margin: 25px auto;
  font-size: 18px;
  color: #999;
}

.tz-gallery {
  padding: 40px;
}

/* Override bootstrap column paddings */
.tz-gallery .row > div {
  padding: 2px;
}

.tz-gallery .lightbox img {
  width: 100%;
  border-radius: 0;
  position: relative;
}

.tz-gallery .lightbox:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -13px;
  margin-left: -13px;
  opacity: 0;
  color: #fff;
  font-size: 26px;
  font-family: 'Glyphicons Halflings';
  content: '\e003';
  pointer-events: none;
  z-index: 9000;
  transition: 0.4s;
}


.tz-gallery .lightbox:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(46, 132, 206, 0.7);
  content: '';
  transition: 0.4s;
}

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
  opacity: 1;
}

.baguetteBox-button {
  background-color: transparent !important;
}

.heading-projects{
  color: #1A1919;
}

.afterheaderbox{
  background-color: #d8d6d6;
}

.imgmainindex{
  box-shadow: 3px 2px 14px 0px #898989;
}
.headeralign{
  padding-right: 68px;
}





/*  */

/* CSS FOR MODAL IN PROJECTS */

.container11 {
  position: relative;
}

/* Hide the images by default */
.mySlides {
  display: none;
}


/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */
.caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.column {
  float: left;
  width: 16.66%;
}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}


.project-modal-img{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.modal-header
{
  padding:8px !important;
}

.modal_css
{
  padding:10px;
}

.padding_css
{
  padding-left:0px;
  padding-right:0px;
}

.slider_images_list
{
  padding-left:15px;
}
.modal-body.bg-dark
{
  font-family: 'Source Sans Pro', sans-serif;
}
.modal-title{
  padding-left: 18.1em;
}
.modal_css{
 background-color: #F6C506;
}
/*  */



/* Ipack */
.demo_1 {
  opacity: 0.6;
}

.active,
.demo_1:hover {
  opacity: 1;
}
.mySlides1 {
  display: none;
}


/* Oasis -Club */

.demo_2 {
  opacity: 0.6;
}

.active,
.demo_2:hover {
  opacity: 1;
}
.mySlides2 {
  display: none;
}

/* Shuibha Industrial */

.demo_3 {
  opacity: 0.6;
}

.active,
.demo_3:hover {
  opacity: 1;
}
.mySlides3 {
  display: none;
}

.demo_4 {
  opacity: 0.6;
}

.active,
.demo_4:hover {
  opacity: 1;
}
.mySlides4 {
  display: none;
}
