* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", "sans-serif";
}

/* .....Consultation form btn..... */

.pop-btn {
  display: none;
  position: fixed;
  bottom: 25px;
  right: 20px;
  z-index: 20;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  align-content: center;
  text-align: center;
  background-color: #27baff;
  transition: all 0.5s ease;
}

.pop-btn img {
  width: 28px;
}

.pop-btn:hover {
  background-color: #00aeff !important;
}

/* .....header css..... */
header {
  background-color: #b8e8ff;
  border-bottom: 1px solid #000;
}

.header-logo img {
  width: 60px;
}

.header ul.navbar-nav-scroll li a {
  color: #000;
  font-weight: 500;
}

.header .mini-drop {
  top: 60px;
}
.header-contact a {
  color: #000;
  padding-left: 6px;
}
.header .icons-images-main {
  width: 10%;
  font-size: 20px;
}
.header .icons-images-main a {
  color: #000;
  padding-left: 16px;
}
.header a:hover {
  color: #00aeff !important;
  background-color: transparent;
}
p.text-dark.pt-3.logo-heading {
  font-size: 25px;
  font-weight: 600;
}
.header .nav-link.active {
  color: #00aeff !important;
}

/*.....Hero-section.....*/

/*.....Carousel-portion.....*/

.home-hero {
  position: relative;
}

.home-hero-slide {
  height: 90vh;
  position: relative;
}

.home-hero-slide video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-hero-slide .slide-video-overlay {
  content: " ";
  position: absolute;
  z-index: 1;
  inset: 0;
  background-color: #000000a1;
}

.home-hero-slide .video-overlay-content {
  display: flex;
  flex-direction: column;
  gap: 5px;
  position: absolute;
  z-index: 5;
  top: 25%;
  left: 5%;
  width: 50%;
}

.home-hero-slide .video-overlay-content h6 {
  position: relative;
  color: #fff;
  font-size: 18px;
}

.home-hero-slide .video-overlay-content h6::before {
  content: "";
  position: absolute;
  background: #fff;
  width: 50%;
  height: 0.8px;
  top: 11px;
  left: 133px;
}

.home-hero-slide .video-overlay-content h1 {
  color: #fff;
  font-size: 80px;
}

.home-hero-slide .video-overlay-content p {
  color: #fff;
  font-size: 20px;
}

.home-hero-slide .slide-button {
  width: 180px;
  background: #00aeff;
  padding: 15px;
  border-radius: 12px;
  text-align: center;
  margin-top: 25px;
}

.home-hero-slide .slide-button a {
  color: #fff;
  text-decoration: none;
}

.home-hero .carousel-control-prev {
  justify-content: left;
  left: 20px;
}

.home-hero .carousel-control-next {
  justify-content: right;
  right: 20px;
}

/*.....Consultation-form-portion.....*/

.form-container {
  width: 400px;
  padding: 25px;
  position: absolute;
  z-index: 20;
  bottom: 50%;
  right: 72px;
  transform: translate(0%, 50%);
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 12px;
}

.label-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.consultation-form .label-container label {
  margin-bottom: 0.5rem;
  color: #ffffff;
  font-size: 16px;
}

.consultation-form h6 {
  font-size: 22px;
  margin-bottom: 20px;
  color: #ffffff;
  text-align: center;
}

.message .textarea {
  min-height: 75px;
}

.consultation-form .submit-form button {
  background: #00aeff;
  padding: 10px 20px;
  border-radius: 12px;
  text-align: center;
  border: 0;
  color: #fff;
}

/*...../Hero-home.....*/

/* ...............about........... */

.about {
  background: url(../img/Home/bg.png);
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
}

.about-heading {
  font-size: 40px;
  margin: 40px 0;
  text-align: center;
}

.project-section {
  background: url(../img/Home/bg.png);
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
}

.about-card {
  display: flex;
  flex-direction: column;
  padding: 25px;
  min-height: 230px;
  border-radius: 20px;
  justify-content: center;
  gap: 10px;
  background: #b8e8ff;
}

.about-card-icon {
  font-size: 40px;
}

.about-card-icon i {
  color: #000;
}

.about-card-heading {
  color: #00aeff;
  font-size: 20px;
}

.about-card-desc {
  font-size: 16px;
  color: #000;
  display: flex;
  margin: 0;
}

.about-card-desc span {
  margin-right: 4px;
  font-weight: 500;
}

.about-people-desc span {
  color: #00aeff;
}

/* ........our belief */
.our-belief {
  background: url("../img/Home/our-blief.png");
  background-color: #000;
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding: 40px;
  margin-top: 40px;
}

.our-belief-text {
  border: 1px solid #fff;
  padding: 20px 0px;
  border-left: 0;
  border-right: 0;
  width: 90%;
}

.our-belief-text h6 {
  font-size: 40px;
  color: #fff;
  margin: 20px 0px;
}

.our-belief-text p {
  font-size: 16px;
  color: #fff;
}

.belief-box-container {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  justify-content: space-between;
}

.belief-box-container .belief-content {
  width: 33%;
}

.belief-content span {
  font-size: 40px;
  color: #00aeff;
}

.belief-content h6 {
  font-size: 20px;
  color: #fff;
}

.belief-content p {
  font-size: 16px;
  color: #fff;
}

/* .....project..... */
.our-project-text {
  border: 1px solid #00aeff;
  padding: 20px 0px;
  border-left: 0;
  border-right: 0;
  width: 90%;
}
.destination-card {
  height: 400px;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  transition: transform 0.3s ease;
  cursor: pointer;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}
.hero-section {
  min-height: 80vh;
  display: flex;
  align-items: center;
}
.card-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
}
.place-name {
  color: #fff !important;
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 5px;
}
.our-project-text h6 {
  font-size: 40px;
  color: #000;
  margin: 20px 0px;
}
.our-project-text p {
  font-size: 18px;
  color: #000;
}
.project-section {
  padding: 40px 0px;
}
/* .....next-destination..... */
.bg-green {
  background-color: #00aeff;
  padding: 40px;
}

.upcoming-project-image img {
  object-fit: cover;
  height: 250px;
  border-radius: 12px;
}

.upcoming-content h6 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #fff;
}
.upcoming-content p {
  font-size: 60px;
  line-height: 80px;
  margin-bottom: 20px;
  color: #fff;
}
.upcoming-content span {
  font-size: 24px;
  color: #fff;
  font-weight: 500;
}
/* .......testimonails */

.testimonial-section {
  background: url("../img/test-image.jpeg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.testimonial-section .carousel-item {
  height: 60vh;
}
.content-overlay {
  width: 100%;
  height: 60vh;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px 10%;
}
.testimonial-slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.testimonial-title {
  font-size: 40px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 0.5rem;
}
.testimonial-quote {
  font-size: 18px;
  color: #ffffff;
  max-width: 800px;
  line-height: 25px;
  font-weight: 300;
}
.client-name {
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 0;
}
.client-title {
  font-size: 16px;
  color: #fff;
  margin-top: 0;
}
.client-photo {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid rgba(255, 255, 255, 0.8);
}

/* ..........our contact */
.Iframe-container iframe {
  width: 100%;
  height: 400px;
  border: 0;
}

.contact-text h6 {
  font-size: 40px;
  margin: 0px 0px 20px;
}
.contact-text p {
  font-size: 18px;
}
.map-icon i {
  font-size: 18px;
  margin-right: 12px;
  color: #00aeff;
}
.map-icon p {
  font-size: 18px;
  margin-bottom: 5px;
}

/* .....footer..... */
footer {
  background-color: #000;
  padding: 40px;
  margin-top: 40px;
}

.footer-logo-container,
.footer-links,
.footer-contact {
  color: #fff;
}

.footer-links {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-images {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 60%;
}

.footer-links h6 {
  font-size: 25px;
  margin-bottom: 20px;
}
.footer-contact h6 {
  font-size: 25px;
  margin-bottom: 20px;
}
.footer-links ul li {
  margin-bottom: 5px;
}
.footer-links ul li a {
  color: #fff;
  text-decoration: none;
}
.footer-image-container img {
  border-radius: 10px;
  width: 30%;
  height: 40%;
  margin: 0px 5px 8px 0px;
  object-fit: fill;
}
.copy-right {
  background: #fff;
  text-align: center;
  padding: 12px;
  border-radius: 10px;
  font-size: 18px;
  width: 100%;
  margin: 20px auto 0px;
}
.footer-logo a img {
  width: 50px;
  margin-right: 12px;
}
.footer-logo {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

/*   home responsive css upto 1200px */
@media (max-width: 1199.98px) {
  /*......Hero-section.....*/

  .home-hero-slide .video-overlay-content {
    left: 60px;
  }

  .home-hero-slide .video-overlay-content h6 {
    font-size: 18px;
  }

  .home-hero-slide .video-overlay-content h6::before {
    left: 120px;
    width: 28%;
  }

  .home-hero-slide .video-overlay-content h1 {
    font-size: 54px;
  }
  .home-hero-slide .video-overlay-content p {
    font-size: 16px;
  }

  .home-hero-slide .slide-button {
    margin-top: 30px;
  }

  /*.....About-section.....*/

  .about-card {
    min-height: 240px;
    height: auto;
    padding: 20px;
  }

  .about-heading {
    font-size: 36px;
  }

  /*.....Consultation-form.....*/
  .form-container {
    right: 60px;
    display: block;
    width: 350px;
    padding: 15px 20px;
  }

  .label-container {
    gap: 10px;
  }

  .consultation-form .label-container label {
    font-size: 16px;
  }

  /*.....Belief-section.....*/

  .our-belief-text h6 {
    font-size: 36px;
  }

  .belief-box-container {
    margin-bottom: 14px;
  }

  .our-belief-text p {
    font-size: 16px;
  }

  .belief-content h6 {
    font-size: 20px;
  }

  /*.....Our-project.....*/

  .our-project-text h6 {
    font-size: 36px;
  }

  .our-project-text p {
    font-size: 16px;
  }

  .place-name {
    font-size: 20px;
  }

  /*.....Next-destination.....*/

  .upcoming-content h6 {
    font-size: 20px;
  }

  .upcoming-content p {
    font-size: 48px;
    line-height: 1.2;
  }

  .upcoming-content span {
    font-size: 20px;
  }

  /*.....Testimonial-section*/
  .testimonial-section .carousel-item,
  .testimonial-slide .content-overlay {
    height: 85vh;
    max-height: 400px;
  }

  .testimonial-title {
    font-size: 36px;
  }

  .testimonial-quote {
    font-size: 16px;
  }

  .client-name {
    font-size: 20px;
  }

  .client-title {
    font-size: 16px;
  }

  /*.....Our-contacts.....*/
  .contact-text h6 {
    font-size: 36px;
  }

  .contact-text p,
  .map-icon p,
  .map-icon i {
    font-size: 16px;
  }
}

/*.....Responsive-css upto 992px */

@media (max-width: 991.98px) {
  .pop-btn {
    display: block;
  }
  /*.....Hero-section..... */
  /* .....banner-section..... */
  .home-hero-slide {
    height: 85vh;
    max-height: 500px;
    object-fit: cover;
  }

  .home-hero-slide .video-overlay-content {
    width: 60%;
    top: 50%;
    left: 7%;
    transform: translate(0%, -50%);
    text-align: left;
  }

  .home-hero-slide .video-overlay-content h6 {
    font-size: 22px;
  }
  .home-hero-slide .video-overlay-content h1 {
    font-size: 60px;
  }
  .home-hero-slide .video-overlay-content p {
    font-size: 18px;
  }
  .home-hero-slide .video-overlay-content h6::before {
    display: block;
    width: 30%;
    left: 150px;
  }

  .home-hero .carousel-control-prev {
    left: 10px;
  }

  .home-hero .carousel-control-next {
    right: 10px;
  }

  .home-hero-slide .slide-button {
    width: 120px;
    padding: 12px;
    margin-top: 24px;
  }

  /*.....consultation-form.....*/

  .consultation-form {
    padding: 20px;
  }

  .form-container {
    width: 100%;
    transform: translate(0);
    display: none;
    position: fixed;
    overflow-y: scroll;
    inset: 0;
    z-index: 25;
    background-color: #000000;
    align-content: center;
    padding: 50px 0px;
  }

  .form-container::-webkit-scrollbar-thumb {
    background-color: #00aeff;
  }
  .form-container::-webkit-scrollbar {
    width: 5px;
  }
  .form-container::-webkit-scrollbar-track {
    background-color: #000000;
  }

  .consultation-form {
    display: block;
    position: static;
    background-color: rgba(255, 255, 255, 0.2);
    transform: translate(0);
    width: 85%;
    max-width: 400px;
    margin: auto;
    border-radius: 12px;
  }

  .remove-form-btn {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: rgb(255, 0, 0);
    align-content: center;
    text-align: center;
    margin-left: auto;
    border: 0;
  }

  /*.....About-section.....*/
  .about-card-container {
    display: flex;
    flex-direction: row;
    gap: 16px;
    margin: 8px;
  }

  .about-card {
    justify-content: flex-start;
    height: auto;
    padding: 20px;
    width: 50%;
    margin: 0 !important;
  }

  /*.....Our-belief.....*/
  .our-belief {
    padding: 20px;
  }

  .belief-box-container {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 10px;
    padding-top: 16px;
    justify-content: space-between;
  }

  .belief-box-container .belief-content {
    width: 100%;
  }

  .belief-content p {
    margin: 0;
    padding-top: 0;
  }

  /*.....Project-section..... */
  .destination-card {
    height: 320px;
  }
  /* .....next-destination..... */
  .bg-green {
    padding: 10px 0px;
  }
  .upcoming-content p {
    font-size: 42px;
    line-height: 58px;
    margin-bottom: 12px;
  }
  .upcoming-content h6 {
    font-size: 24px;
    margin-bottom: 12px;
    margin-top: 12px;
  }
  .destination-main {
    padding: 22px 0px;
  }

  /* .....testimonial..... */

  .testimonial-section .carousel-item,
  .testimonial-slide .content-overlay {
    height: 85vh;
    max-height: 340px;
  }

  .content-overlay {
    padding: 20px 10%;
  }

  .testimonial-title {
    font-size: 32px;
  }

  .testimonial-quote {
    font-size: 16px;
  }
  .client-name {
    font-size: 20px;
  }

  .client-title {
    font-size: 16px;
  }

  .client-info p {
    margin: 0 !important;
  }

  /*.....Our-contacts.....*/
  .Iframe-container iframe {
    height: 320px;
  }

  .contact-text p {
    font-size: 16px;
  }

  .map-icon p {
    font-size: 16px;
  }
}

/* .....Responsive-css upto 768px..... */
@media (max-width: 767.98px) {
  /* .....Hero-section..... */
  .home-hero-slide {
    height: 85vh;
    max-height: 400px;
    object-fit: cover;
  }

  .home-hero-slide .video-overlay-content {
    width: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: left;
  }

  .home-hero-slide .video-overlay-content h6 {
    font-size: 18px;
  }
  .home-hero-slide .video-overlay-content h1 {
    font-size: 48px;
  }
  .home-hero-slide .video-overlay-content p {
    font-size: 16px;
  }
  .home-hero-slide .video-overlay-content h6::before {
    display: none;
    width: 25%;
    height: 1px;
    left: 120px;
  }

  .home-hero .carousel-control-prev {
    left: 5px;
  }

  .home-hero .carousel-control-next {
    right: 5px;
  }

  .home-hero-slide .slide-button {
    width: 120px;
    padding: 12px;
    margin-top: 24px;
  }

  /*.....consultation-form.....*/

  .form-container .textarea {
    min-height: 100px;
  }

  /* .....about-section..... */
  .about-card-container {
    display: flex;
    flex-direction: row;
  }
  .about-card {
    width: 100%;
    text-align: left;
    padding: 20px;
    height: auto;
    justify-content: flex-start;
  }

  .about-heading {
    font-size: 32px;
    margin: 30px 0;
  }

  .about-card-heading {
    font-size: 22px;
    margin: 10px 0;
  }
  .about-card-desc {
    font-size: 16px;
  }

  .about-people img {
    max-width: 250px;
    display: block;
    margin-inline: auto;
    object-fit: cover;
    border-radius: 12px;
  }

  .about-people p {
    padding-left: 10px;
  }

  .about-card-icon {
    margin-bottom: 0;
  }

  /* .....contact..... */

  .contact-us .container {
    margin: 0;
    max-width: unset;
  }

  .right-content-text {
    padding-inline: 20px;
  }

  .right-content-text .contact-text,
  .right-content-text .map-icon {
    text-align: left;
  }
  .contact-text h6 {
    font-size: 36px;
    margin-block: 20px 15px;
  }
  .contact-text p {
    font-size: 16px;
  }
  .map-icon p,
  .map-icon p i {
    font-size: 16px;
  }

  .Iframe-container iframe {
    height: 320px;
  }

  .Iframe-container {
    padding: 0px;
    margin: 0;
  }

  /* .....our-belief-section..... */
  .our-belief-text {
    text-align: left;
    width: 100%;
    padding: 10px 0px;
  }

  .belief-content span {
    font-size: 36px;
  }

  .our-belief-text h6 {
    font-size: 36px;
    margin: 20px 0px;
  }
  .our-belief-text p {
    font-size: 16px;
  }
  .our-belief {
    padding: 40px 0px;
  }

  .belief-content h6 {
    font-size: 20px;
  }

  .belief-content {
    text-align: left;
  }

  /* .....project..... */
  .project-section {
    padding: 0px;
    margin: 48px 0px;
  }
  .project-section .destination-card {
    height: 250px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .our-project-text {
    padding: 20px 0;
    margin-bottom: 20px;
    width: 100%;
    text-align: left;
  }
  .our-project-text h6 {
    font-size: 36px;
    margin: 0px 0px 12px 0;
  }
  .our-project-text p {
    font-size: 16px;
    margin: 0;
  }

  .place-name {
    font-size: 16px;
  }
  /* .....next-destination..... */
  .bg-green {
    padding: 10px 0px;
  }
  .upcoming-content p {
    font-size: 36px;
    line-height: 1.4;
    margin-bottom: 12px;
  }
  .upcoming-content h6 {
    font-size: 16px;
    margin-bottom: 12px;
    margin-top: 12px;
  }

  .upcoming-content span {
    font-size: 16px;
  }

  .destination-main {
    padding: 4px 0;
  }

  /* .....testimonial..... */

  .testimonial-section .carousel-item,
  .testimonial-slide .content-overlay {
    height: 85vh;
    max-height: 350px;
  }

  .testimonial-section .carousel-control-prev {
    justify-content: left;
    left: 15px;
  }
  .testimonial-section .carousel-control-next {
    justify-content: right;
    right: 15px;
  }

  .content-overlay {
    padding: 20px 10%;
  }

  .testimonial-title {
    font-size: 32px;
  }

  .testimonial-quote {
    font-size: 16px;
  }
  .client-name {
    font-size: 20px;
  }

  .client-title {
    font-size: 16px;
  }

  .client-info p {
    margin: 0 !important;
  }
  /* .....footer..... */
  .footer {
    padding: 0;
  }
  footer {
    padding: 32px 16px;
    margin-top: 0;
  }
  .footer-links {
    align-items: normal;
  }
  .footer-links ul {
    margin-left: 20px;
  }
  .footer-logo h5 {
    font-size: 24px;
  }
  .footer-links h6 {
    font-size: 24px;
    margin-bottom: 18px;
  }
  .footer-contact h6 {
    font-size: 25px;
  }
  .footer-images {
    width: 80%;
  }
  .copy-right {
    font-size: 14px;
  }
}

/* .....Responsive-css upto 576px..... */
@media (max-width: 576px) {
  /*.....Hero-section.....*/
  .home-hero-slide {
    height: 50vh;
    object-fit: cover;
  }

  .home-hero-slide .video-overlay-content {
    align-items: start;
    gap: 2px;
  }

  .home-hero-slide .video-overlay-content h6 {
    font-size: 16px;
  }

  .home-hero-slide .video-overlay-content h1 {
    font-size: 36px;
  }

  .home-hero-slide .video-overlay-content p {
    font-size: 14px;
  }

  .home-hero-slide .slide-button {
    width: fit-content;
    padding: 10px 16px;
    margin-top: 0;
  }

  .home-hero .carousel-control-prev {
    left: 0;
  }

  .home-hero .carousel-control-next {
    right: 0;
  }

  /*.....consultation-form.....*/
  .consultation-form .textarea {
    min-height: 70px;
  }

  .consultation-form h6 {
    font-size: 18px;
  }

  .consultation-form label {
    font-size: 14px;
  }

  .home-hero .carousel-indicators {
    margin-bottom: 10px;
  }

  /*.....About-section.....*/

  .about-card-container {
    display: flex;
    flex-direction: column;
  }

  .about-card {
    padding: 14px;
    min-height: 200px;
    height: auto;
  }

  .about-people img {
    max-width: 250px;
    height: fit-content;
    object-fit: cover;
  }

  .about-heading {
    font-size: 26px;
  }

  .about-people p {
    padding-inline: 10px;
    font-size: 14px;
  }

  .about-card-icon {
    font-size: 36px;
    margin-bottom: 0;
  }

  .about-card-heading {
    font-size: 18px;
  }
  .about-card-desc {
    font-size: 14px;
  }

  /*.....Our-belief.....*/

  .our-belief-text {
    padding: 0px 0px 20px 0px;
  }

  .our-belief-text h6 {
    margin: 20px 0px;
    font-size: 26px;
  }

  .our-belief-text p {
    font-size: 14px;
    margin-bottom: 0;
  }

  .belief-content span {
    font-size: 26px;
  }

  .belief-content h6 {
    font-size: 18px;
    margin: 4px 0px;
  }

  .belief-content p {
    font-size: 14px;
  }

  /*.....Project-section.....*/
  .our-project-text h6 {
    font-size: 26px;
  }

  .our-project-text p {
    font-size: 14px;
  }

  .project-section .destination-card {
    height: 200px;
    background-position: 100% 40%;
  }

  .place-name {
    font-size: 18px;
  }

  /*.....upcoming-events.....*/

  .upcoming-content h6 {
    font-size: 16px;
  }

  .upcoming-content p {
    font-size: 26px;
    line-height: 1;
  }

  .upcoming-content span {
    font-size: 14px;
  }

  /*.....Testimonials.....*/

  .testimonial-section .carousel-item,
  .testimonial-slide .content-overlay {
    height: 58vh;
    max-height: 380px;
  }

  .testimonial-title {
    font-size: 26px;
    text-align: left !important;
    color: #fff;
  }

  .testimonial-quote {
    font-size: 14px;
  }

  .client-name {
    font-size: 16px;
    color: #fff;
  }

  .client-info p {
    font-size: 14px;
  }

  .testimonial-section .carousel-control-prev {
    justify-content: left;
    left: 5px;
  }
  .testimonial-section .carousel-control-next {
    justify-content: right;
    right: 5px;
  }

  /*.....Contact-section.....*/

  .Iframe-container {
    padding: 0px;
  }

  .Iframe-container iframe {
    width: 100%;
    height: 320px;
    border: 0;
  }

  .contact-text h6 {
    margin: 10px 0px;
    font-size: 26px;
  }

  .contact-text p {
    font-size: 14px;
    margin-bottom: 0;
  }

  .map-icon {
    padding: 10px 0px !important;
  }

  .map-icon p {
    font-size: 14px;
  }

  .map-icon p i {
    font-size: 14px;
  }
}
