html,
body {
  font-family: "Poppins";
  letter-spacing: 0.06rem;
}

.default-theme-color {
  background-color: #23a0af;
}

.default-dark-color {
  background-color: #262527;
}

.language-text {
  text-decoration: none;
  color: #23a0af;
  font-family: "Poppins";
  font-weight: 300;
}

a.language-text:hover {
  color: white;
}

.cover-image {
  height: 680px;
  width: 100%;
  object-fit: cover;
  object-position: 0% 100%;
}

.cover-image-object-position-50-50 {
  object-position: 50% 50%;
}

.cover-image-object-position-25-75 {
  object-position: 25% 75%;
}

.cover-image-object-position-0-100 {
  object-position: 0% 100%;
}

.title {
  font-family: "Ralaway";
  font-size: 4rem;
  font-weight: 500;
  letter-spacing: 4px;
  color: aliceblue;
}

.sub-title {
  font-size: 1.3rem;
  font-family: "Poppins";
  color: #262527;
  letter-spacing: 3px;
}

.intro-text {
  font-family: "Poppins";
  font-size: 1rem;
  color: grey;
  font-weight: 300;
  line-height: 2;
}

hr {
  width: 80%;
}

footer {
  font-family: "Poppins";
  font-weight: 250;
  font-size: smaller;
}

.last-col {
  text-align: left;
}

.copyright {
  font-family: "Poppins";
  font-size: small;
}

.contact-header {
  background-image: url("../images/cover4.jpg");
  background-color: #cccccc;
  height: 400px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.about-header {
  background-image: url("../images/cover5.jpg");
  background-color: #cccccc;
  height: 400px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.service-header {
  background-image: url("../images/cover6.jpg");
  background-color: #cccccc;
  height: 400px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* NavBar*/

.home a#home {
  color: #23a0af;
}

.about a#about {
  color: #23a0af;
  font-weight: bold;
  border-bottom: 3px solid #23a0af;
}

.service a#service {
  color: #23a0af;
  font-weight: bold;
  border-bottom: 3px solid #23a0af;
}

.contact a#contact {
  color: #23a0af;
  font-weight: bold;
  border-bottom: 3px solid #23a0af;
}

.about-img {
  width: 450px;
}

/*photogallery*/
.photo-gallery {
  color: #313437;
  background-color: #fff;
}

.photo-gallery p {
  color: #7d8285;
}

.photo-gallery h2 {
  font-weight: bold;
  margin-bottom: 40px;
  padding-top: 40px;
  color: inherit;
}

/*image gallery css */

.row,
.column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Create four equal columns that floats next to eachother */
.column {
  float: left;
  width: 25%;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

.thumb {
  width: 100%;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: black;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  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(255, 255, 255, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/*image gallery css ends*/

/*video gallery*/

body {
  background-color: #f9f9fa;
}

.flex {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

@media (max-width: 991.98px) {
  .padding {
    padding: 1.5rem;
  }
}

@media (max-width: 767.98px) {
  .padding {
    padding: 1rem;
  }
}

.padding {
  padding: 5rem;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #d2d2dc;
  border-radius: 0;
}

.card .card-body {
  padding: 1.25rem 1.75rem;
}

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card .card-title {
  color: #000000;
  margin-bottom: 0.625rem;
  text-transform: capitalize;
  font-size: 0.875rem;
  font-weight: 500;
}

p {
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
  line-height: 1.5rem;
}

.lightGallery {
  width: 100%;
  margin: 0;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.lightGallery .image-tile {
  position: relative;
  margin-bottom: 30px;
  margin-right: 10px;
}

.lightGallery .image-tile .demo-gallery-poster {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.lightGallery .image-tile .demo-gallery-poster img {
  display: block;
  margin: auto;
  width: 40%;
  max-width: 60px;
  min-width: 20px;
  margin-top: 80px;
}

@media (max-width: 767px) {
  .photo-gallery h2 {
    margin-bottom: 25px;
    padding-top: 25px;
    font-size: 24px;
  }
}

.photo-gallery .intro {
  font-size: 16px;
  max-width: 500px;
  margin: 0 auto 40px;
}

.photo-gallery .intro p {
  margin-bottom: 0;
}

.photo-gallery .photos {
  padding-bottom: 20px;
}

.photo-gallery .item {
  padding-bottom: 30px;
}
/*end new gallery*/

/* Media Queries*/
@media only screen and (max-width: 992px) {
  .title {
    font-family: "Ralaway";
    font-weight: 500;
    letter-spacing: 4px;
    font-size: 2.5rem;
    color: aliceblue;
  }

  .header {
    height: 300px;
  }

  .about-header {
    height: 300px;
  }

  .service-header {
    height: 300px;
  }

  .intro-text {
    font-size: 1rem;
  }

  .last-col {
    text-align: left;
  }
}

@media only screen and (max-width: 600px) {
  .cover-image {
    height: 280px;
  }

  .title {
    font-family: "Ralaway";
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 2rem;
    color: aliceblue;
  }

  .sub-title {
    font-size: 0.9rem;
    letter-spacing: 1px;
  }

  .header {
    height: 300px;
  }

  .about-header {
    height: 300px;
  }

  .service-header {
    height: 300px;
  }

  .intro-text {
    font-size: 1rem;
  }

  .last-col {
    text-align: left;
  }

  .company-name {
    font-size: 0.8rem;
  }

  footer {
    padding-left: 20px;
  }

  .language-text {
    font-size: medium;
  }
}
