.navigation{
  padding-top:30px;
  padding-bottom:30px;
  position:absolute;
  top:0;
  width:100%;
  z-index:1;
}

.navbar-right{
  float:right;
  padding-right:10%;
}

.navbar-right a{
  text-decoration:none;
  padding:10px;
  color: #fff;
  font-family: Algerian;
  font-weight:900;
}

.navbar-right a:hover{
  text-decoration:underline;
}
.navbar-logo{
  padding-left:10%;
  font-family:Arial;
  font-size:30px;
  font-weight:bold;
  text-decoration:none;
  color:#fff; 
}

.navbar-left{
  padding-left:5%;
  font-family:Arial;
  font-size:25px;
  font-weight:1000;
  text-decoration:none;
  color:#fff; 
}

.faded {
  position: relative;
  width: 100%;
  height: 110vh;
  background: rgba(0, 0, 0, 0.6) url("images/image_1.jpg");
  background-size: cover;
}

.faded:before{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: inherit;
  content: ' ';
}

.faded1 {
  position: relative;
  width: 100%;
  height: 110vh;
  background: rgba(0, 0, 0, 0.6) url("images/image_gallery_tinted_image1.jpg");
  background-size: cover;
}

.faded1:before{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: inherit;
  content: ' ';
}

.container1{
  width: 100%;
  min-height: 100vh;
  justify-content: center;
  padding: 50px 8%;
} 

.gallery{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 30px;
}

.gallery img{
  width: 100%;
}

#announcement .container {
  position: relative;
  padding-top: 74px;
  text-align: center;
}

#announcement h2 {
  margin: 0;
  font-size: 60px;
  font-weight: 549;
  line-height: 64px;
  color: #fff;
  font-family: "agency fb", sans-serif;
}

#announcement h3 {
  color: white; /*rgba(255, 255, 255, 0.9) */
  margin: 10px 0 0 0;
  font-size: 24px;
}

#announcement .icon-box {
  padding: 30px 20px;
  transition: ease-in-out 0.3s;
  border: 1px solid white;
  height: 100%;
  text-align: center;
}

#announcement .icon-box i {
  font-size: 32px;
  line-height: 1;
  color: white;
}

#announcement .icon-box h3 {
  font-weight: 700;
  margin: 10px 0 0 0;
  padding: 0;
  line-height: 1;
  font-size: 20px;
  line-height: 26px;
}

#announcement .icon-box h3 a {
  color: white;
  transition: ease-in-out 0.3s;
}

#announcement .icon-box h3 a:hover {
  color: white;
}

#announcement .icon-box:hover {
  border-color: white;
}

@media (min-width: 1024px) {
  #announcement {
    background-attachment: auto;
    height: auto;
  }

  #tinted-image{
    height: 110vh;
  }
}

@media (max-width: 768px) {
  #announcement {
    height: auto;
  }

  #tinted-image{
    height: 130vh;
  } 

  #announcement h2 {
    font-size: 28px;
    line-height: 36px;

  }

  #announcement h3 {
    font-size: 20px;
    line-height: 24px;
  }
}

.portfolio-section {
  margin-top:50%;
}

.tagline-left{
  float:left;
  width:50%;
  text-align:center;
}

.tagline-right{
  float:right;
  width:50%;
  text-align:center;
}

.tagline-video{
  width:75%;
}

.tagline-right-text{
 position:absolute;
 margin-top:9%;
 text-align:center;
 margin-left:17%;
 font-family:Arial;
 color:#fff;
 width:290px;
 font-size:40px;
}

.tagline-left-text{
 position:absolute;
 margin-top:9%;
 text-align:center;
 margin-left:11%;
 font-family:Arial;
 color:#fff;
 width:375px;
 font-size:40px;
}


@media only screen and (min-width: 568px){

.cards-wrapper{
  display: flex;
}

.card{
  margin: 0 .5em;
  width: calc(100%/3);
}
}

@media only screen and (max-width: 567px) {
  .card:not(:first-child){
    display: none;
  } 
}

.image-wrapper{
  margin: 0 auto;
}

nav.black{
  background: #1A1A1A;
}

.tint {
  position: relative;
  width: 100%;
  height: 60vh;
  /* background: rgba(0, 0, 0, 0.6) url("images/image_1.jpg"); */
  background-size: cover;
}

.tint:before{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: inherit;
  content: ' ';
}

/*Styling for Video Testimonial Section */
.owl-carousel .item-video {
  height: 300px;  
}


/*End of Styling for Video Testimonial Section */


/* Styling for Services Section */
.services .icon-box {
  margin-bottom: 20px;
  text-align: center;
}

.services .icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 50%;
  transition: 0.5s;
  color: #a9a9a9; /*#3fbbc0 #00004F #dcdcdc*/
  overflow: hidden;
  box-shadow: 0px 0 25px rgba(0, 0, 0, 0.15);
}

.services .icon i {
  font-size: 36px;
  line-height: 0;
} 
/* End of Styling for Services Section */

/* Styling for Google Map */

.containermap {
  width: 100%;
}

/* End of styling for Google Map*/

/* Counts Section */

.counts {
  padding-bottom: 30px;
}

.counts .count-box {
  box-shadow: -10px -5px 40px 0 rgba(0, 0, 0, 0.1);
  padding: 30px;
  width: 100%;
  background-color: #36454F; /*#666666 #34282C #1A1A1A */
  color: white;
}

.counts .count-box i {
  display: block;
  font-size: 30px;
  color: white;/*#3fbbc0 #36454F white*/
  float: left;
}

.counts .count-box span {
  font-size: 42px;
  line-height: 24px;
  display: block;
  font-weight: 700;
  color: #555555;
  margin-left: 50px;
}

.counts .count-box p {
  padding: 30px 0 0 0;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}

.counts .count-box a {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  color: #7b7b7b;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  transition: ease-in-out 0.3s;
}


/*End of Counts Section */
