 .first-section {
    background-color: rgb(247, 247, 247);
}

h4 > a {
    color: #414247;
}

.link {
  color: #535353;
  text-decoration: underline;
}

.link::after {
    background: #d6a12f;
}

.img-hover-zoom {
    overflow: hidden; 
}

.img-hover-zoom img {
    transition: transform .8s ease;
}

.img-hover-zoom:hover img {
    transform: scale(1.05);
}

/* First section --------------------------------*/

.ftco-section {
  padding: 6em 0;
  position: relative;
  background-color: #f7f7f7;
}

.heading-section .subheading {
  font-weight: 400;
  font-size: 18px;
  display: block;
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #b3b3b3; }

.heading-section h2 {
  font-size: 31px;
  font-weight: 500; }
  @media (max-width: 767.98px) {
    .heading-section h2 {
      font-size: 28px; } 
    .ftco-section {
      padding-bottom: 3em;
    }
  }

.about-citation {
  font-size: 18px;
}

.heading-section.heading-section-with-line {
  position: relative; }
  .heading-section.heading-section-with-line:after {
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 1px;
    content: '';
    background: #d6a12f; }

.heading-section.heading-section-white .subheading {
  color: rgba(255, 255, 255, 0.7); }

.heading-section.heading-section-white h2 {
  font-size: 40px;
  color: #fff; }

.heading-section.heading-section-white p {
  color: rgba(255, 255, 255, 0.9); }

  .pr-md-5 {
    padding-right: 3rem !important;
  }

  .text-section-one {
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.8;
    font-weight: 300;
    text-align: justify;
    color: #666666;
  }
/* End First section --------------------------------*/

/* --------------------------Section Parallax-------------------------------------*/
  .parallax2 {
    width: 100%;
    height: 700px;
    background: url('../img/section-parallax.jpg');
    background-size: 100% 100%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    text-align: center;
    padding-top: 150px;
    font-size: 17px;
    font-family: 'DM Sans', sans-serif;
    color: white;
}

.parallax2 h3 {
    color: white;
}

/* --------------------------End Parallax-------------------------------------*/
.service-21 {
  height: calc(100vh - 100px);
  font-family: "Montserrat", sans-serif;
	color: #ffffff;
  font-weight: 300;
  display: flex;
  align-items: center;
}

.service-21 h3 {
  line-height: 43px;
  font-size: 40px;
}

.service-21 .badge {
	line-height: 14px;
}

.service-21 .badge-info {
	background: #188ef4;
}

.service-21 .op-8 {
 	opacity: 0.8;
}

.service-21.wrap-service21-box {
  background-size: cover;
  background-attachment: fixed;
  background-position: left center;
}

.service-21 .btn-info-gradiant {
		background: #188ef4;
    background: -webkit-linear-gradient(legacy-direction(to right), #188ef4 0%, #316ce8 100%);
    background: -webkit-gradient(linear, left top, right top, from(#188ef4), to(#316ce8));
    background: -webkit-linear-gradient(left, #188ef4 0%, #316ce8 100%);
    background: -o-linear-gradient(left, #188ef4 0%, #316ce8 100%);
    background: linear-gradient(to right, #188ef4 0%, #316ce8 100%);
}

.service-21 .btn-info-gradiant:hover {
		background: #316ce8;
    background: -webkit-linear-gradient(legacy-direction(to right), #316ce8 0%, #188ef4 100%);
    background: -webkit-gradient(linear, left top, right top, from(#316ce8), to(#188ef4));
    background: -webkit-linear-gradient(left, #316ce8 0%, #188ef4 100%);
    background: -o-linear-gradient(left, #316ce8 0%, #188ef4 100%);
    background: linear-gradient(to right, #316ce8 0%, #188ef4 100%);
}

.service-21 .btn-md {
    padding: 15px 45px;
    font-size: 16px;
}

/* --------------------------Section four-------------------------------------*/
.section-end-images {
  padding-top: 100px;
  padding-bottom: 150px;
}

.images-container-title {
  font-size: 20px;
  margin-bottom: 20px;
}

.images-container-title-second {
  font-size: 25px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-family: "Montserrat", sans-serif;
}

.col-imgTop {
  background-image: url('../img/section-img-1c.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 400px;
  width: 1140px;
  margin-bottom: 40px;
}

.col-imgBottom {
  background-image: url('../img/section-img-2.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  width: 500px;
  max-width: 49.8% !important;
  background-position: center;
}

.col-imgBottom2 {
  background-image: url('../img/section-img-3c.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  width: 500px;
  max-width: 49.8% !important;
  background-position: center;
}

.title--second {
  margin-top: 20px;
  padding-left: 0 !important;
}

.title--three {
  max-width: 49.8% !important;
}


/* --------------------------End Section four-------------------------------------*/
/* section share ---------------------------------------------------------- */

.section-share-rs {
  height: 200px;
  width: 100%;
  background-color: #f7f7f7;
  display: flex;
  justify-content: center;
  align-items: center;
}

.share-this-page-title {
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  color: #414247;
  font-weight: 600;
}

.section-share-rs div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.share--FB--img {
  margin-top: 10px;
  width: 120px;
  height: auto;
}
/*end section share ----------------------- */

@media (min-width: 1100px) {
    .col-custom {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 1700px) {
  .service-21 {
    height: 85vh;
  }
}

@media (max-width: 1500px) {
  .service-21 {
    height: 80vh;
  }
}

@media (max-width: 1300px) {
    .first-section-div-img {
        padding-top: 0;
        padding-bottom: 0;
    }

    .parallax2 {
        height: 80vh;
        background-size: cover;
    }

    .service-21 {
      height: 75vh;
    }
}

@media (max-width: 1200px) {
  .service-21 {
    height: 70vh;
  }

  .service-21 h3 {
    line-height: 33px;
    font-size: 30px;
  }
}


@media (max-width: 1100px) {
    .parallax2 {
        height: 55vh;
        background-position: top;
    }

    .service-21.wrap-service21-box {
      background-size: cover;
      background-attachment: inherit;
      background-position: inherit;
  }
}

@media (max-width: 992px) {
  .pr-md-5 {
    padding-right: 0 !important;
  }

  .service-21 {
    height: 60vh;
  }
}

@media (max-width: 768px) {
  .img-2 {
    height: 300px;
    margin-bottom: 40px; 
  }

  .section-end-images {
    padding-top: 60px;
    padding-bottom: 50px;
  }
}

@media (min-width: 768px) {
  .col-custom {
      flex: 0 0 100%;
      max-width: 85%;
  }
}

@media (max-width: 560px) {
    .content-lg {
        padding-top: 40px;
        padding-bottom: 10px;
    }

    .parallax2 {
        background-position: top;
        background-attachment: inherit;
    }

    .title--second {
      font-size: 15px;
      line-height: 1.5rem;
    }
    
    .title--three {
      font-size: 15px;
      line-height: 1.5rem;
    }

    .col-imgBottom {
      height: 330px;
    }
    
    .col-imgBottom2 {
      height: 330px;
    }
}

