* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:root {
  --primary-color: #001d2f;
  --second-color: #e49824;
  --thrid-color: #c44a14;
  --fourth-color: #fff;
  --black: #000;
}

@font-face {
  font-family: 'Fira Sans Extra Condensed', sans-serif;
  src: url(../font/FiraSansExtraCondensed-Medium.ttf);
}

@font-face {
  font-family: 'Fira Sans Extra Condensed', sans-serif;
  src: url(../font/FiraSansExtraCondensed-SemiBold.ttf);
}

@font-face {
  font-family: 'Fira Sans Extra Condensed', sans-serif;
  src: url(../font/FiraSansExtraCondensed-Bold.ttf);
}

@font-face {
  font-family: 'Poppins', sans-serif;
  src: url(../font/Poppins-Medium.ttf);
}

@font-face {
  font-family: 'Poppins', sans-serif;
  src: url(../font/Poppins-SemiBold.ttf);
}

@font-face {
  font-family: 'Poppins', sans-serif;
  src: url(../font/Poppins-Bold.ttf);
}

.topbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--primary-color);
}

.topbar .social-icon .bg-icon {
  margin: 6px;
}

.topbar .social-icon .bg-icon .fab {
  color: var(--fourth-color);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.topbar .social-icon .bg-icon .fab:hover {
  color: var(--second-color);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}

.topbar .follow-link {
  padding-right: 10px;
}

.topbar .follow-link a {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: var(--fourth-color);
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
}

.topbar .follow-link a:hover {
  color: var(--second-color);
}

.navbar-fixed {
  top: 0;
  z-index: 100;
  position: fixed;
  width: 100%;
}

.navbar {
  background-color: var(--fourth-color);
  -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
          box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.navbar .navbar-brand img {
  width: 170px;
}

.navbar .nav-item .nav-link {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: var(--black) !important;
  margin: 10px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.navbar .nav-item .nav-link:hover {
  background: linear-gradient(20deg, #e43603 0%, #e85a19 100%) !important;
  color: var(--fourth-color) !important;
  -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
          box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.navbar-light .navbar-nav .active > .nav-link {
  background: -webkit-gradient(linear, left bottom, left top, from(#e43603), to(#e85a19)) !important;
  background: linear-gradient(0deg, #e43603 0%, #e85a19 100%) !important;
  color: var(--fourth-color) !important;
  -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
          box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.bn632-hover {
  width: 160px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  cursor: pointer;
  margin: 20px;
  height: 45px;
  text-align: center;
  border: none;
  background-size: 300% 100%;
  border-radius: 50px;
  font-family: 'Poppins', sans-serif;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.bn632-hover:hover {
  background-position: 100% 0;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.bn632-hover:focus {
  outline: none;
}

.bn632-hover.bn19 {
  background-image: -webkit-gradient(linear, left top, right top, from(#f5ce62), color-stop(#e43603), color-stop(#fa7199), to(#e85a19));
  background-image: linear-gradient(to right, #f5ce62, #e43603, #fa7199, #e85a19);
  -webkit-box-shadow: 0 4px 15px 0 rgba(229, 66, 10, 0.75);
          box-shadow: 0 4px 15px 0 rgba(229, 66, 10, 0.75);
}

.carousel-inner .carousel-caption {
  position: absolute;
  left: 30%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.carousel-inner .carousel-caption h2 {
  font-family: 'Fira Sans Extra Condensed', sans-serif;
  font-size: 50px;
  font-weight: 600;
  text-align: left;
  line-height: 1.4;
}

.carousel-inner .carousel-caption p {
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  line-height: 1.8;
}

/* CSS */
.button-88 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: inherit;
  font-weight: 500;
  font-size: 14px;
  padding: 0.7em 1.4em 0.7em 1.1em;
  color: white;
  background: #ad5389;
  background: -webkit-gradient(linear, left bottom, left top, from(#e43603), to(#e85a19));
  background: linear-gradient(0deg, #e43603 0%, #e85a19 100%);
  border: none;
  -webkit-box-shadow: 0 0.7em 1.5em -0.5em #e85a19;
          box-shadow: 0 0.7em 1.5em -0.5em #e85a19;
  letter-spacing: 0.05em;
  border-radius: 20em;
  cursor: pointer;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  font-family: 'Poppins', sans-serif;
}

.button-88:hover {
  -webkit-box-shadow: 0 0.5em 1.5em -0.5em #e85a19;
          box-shadow: 0 0.5em 1.5em -0.5em #e85a19;
}

.button-88:active {
  -webkit-box-shadow: 0 0.3em 1em -0.5em #e85a19;
          box-shadow: 0 0.3em 1em -0.5em #e85a19;
}

.home-service {
  background-color: #f2f6fa;
}

.home-service h6 {
  font-family: 'Fira Sans Extra Condensed', sans-serif;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: var(--thrid-color);
}

.home-service h1 {
  font-size: 30px;
  text-align: center;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  color: var(--primary-color);
}

.home-service .card {
  border: none;
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
          box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  margin-bottom: 15px;
}

.home-service .card::before {
  content: "";
  position: absolute;
  left: 0;
  width: 4px;
  height: 68px;
  background-color: var(--thrid-color);
  bottom: 126px;
}

.home-service .card:hover {
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.home-service .card img {
  padding: 15px;
}

.home-service .card h5 {
  font-family: 'Fira Sans Extra Condensed', sans-serif;
  font-weight: 700;
  color: var(--primary-color);
}

.home-service .card p {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.home-service .card .btn-link {
  color: var(--thrid-color);
  font-size: 14px;
  cursor: pointer;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  text-decoration: none;
}

.home-service .card .btn-link:hover .fas {
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}

.home-service .new-card::after {
  content: "";
  position: absolute;
  top: 10%;
  left: 3%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--primary-color);
}

.home-service .new-card::before {
  content: "";
  position: absolute;
  top: 90%;
  left: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--thrid-color);
}

.home-about .home-about-info h6 {
  font-family: 'Fira Sans Extra Condensed', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: var(--thrid-color);
}

.home-about .home-about-info h1 {
  font-size: 30px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  color: var(--primary-color);
  text-transform: uppercase;
}

.home-about .home-about-info p {
  text-align: justify;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  font-family: 'Poppins', sans-serif;
}

.home-about .home-about-info .home-short h2 {
  font-size: 18px;
  font-weight: 600;
  font-family: 'Fira Sans Extra Condensed', sans-serif;
  color: var(--primary-color);
}

.home-about .home-about-info .home-short p {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.home-about .home-about-info .home-short .fas {
  color: var(--thrid-color);
  margin-bottom: 10px;
}

.home-about .home-about-img img {
  -webkit-animation: fly 10s linear infinite alternate;
          animation: fly 10s linear infinite alternate;
}

@-webkit-keyframes fly {
  from {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes fly {
  from {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

/* CSS */
.home-about-info .button-88 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: inherit;
  font-weight: 500;
  font-size: 14px;
  padding: 0.7em 1.4em 0.7em 1.1em;
  color: white;
  background: #ad5389;
  background: -webkit-gradient(linear, left bottom, left top, from(#e43603), to(#e85a19));
  background: linear-gradient(0deg, #e43603 0%, #e85a19 100%);
  border: none;
  -webkit-box-shadow: 0 0.7em 1.5em -0.5em #e85a19;
          box-shadow: 0 0.7em 1.5em -0.5em #e85a19;
  letter-spacing: 0.05em;
  border-radius: 20em;
  cursor: pointer;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 10px;
}

.home-about-info .button-88:hover {
  -webkit-box-shadow: 0 0.5em 1.5em -0.5em #e85a19;
          box-shadow: 0 0.5em 1.5em -0.5em #e85a19;
}

.home-about-info .button-88:active {
  -webkit-box-shadow: 0 0.3em 1em -0.5em #e85a19;
          box-shadow: 0 0.3em 1em -0.5em #e85a19;
}

.bg-color {
  background-image: url("../images/map.png");
  background-size: cover;
  background-position: center;
}

.home-why {
  background-color: var(--primary-color);
}

.home-why .why-info h6 {
  font-family: 'Fira Sans Extra Condensed', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: var(--thrid-color);
}

.home-why .why-info h1 {
  font-size: 30px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  color: var(--fourth-color);
  text-transform: uppercase;
}

.home-why .why-info p {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: var(--fourth-color);
}

.home-why .home-card .card {
  padding: 10px;
  margin-bottom: 10px;
}

.home-why .home-card .card img {
  width: 50px;
  margin-left: 20px;
}

.home-why .home-card .card h5 {
  font-family: 'Fira Sans Extra Condensed', sans-serif;
  font-weight: 600;
  color: var(--primary-color);
}

.home-why .home-card .card p {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.home-why .contact-info h2 {
  font-size: 24px;
  font-weight: 600;
  font-family: 'Fira Sans Extra Condensed', sans-serif;
  color: var(--fourth-color);
}

.home-why .contact-info p {
  font-size: 18px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
}

.why-info .button-88 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: inherit;
  font-weight: 500;
  font-size: 14px;
  padding: 0.7em 1.4em 0.7em 1.1em;
  color: white;
  background: #ad5389;
  background: -webkit-gradient(linear, left bottom, left top, from(#e43603), to(#e85a19));
  background: linear-gradient(0deg, #e43603 0%, #e85a19 100%);
  border: none;
  -webkit-box-shadow: 0 0.7em 1.5em -0.5em #e85a19;
          box-shadow: 0 0.7em 1.5em -0.5em #e85a19;
  letter-spacing: 0.05em;
  border-radius: 20em;
  cursor: pointer;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  font-family: 'Poppins', sans-serif;
}

.why-info .button-88:hover {
  -webkit-box-shadow: 0 0.5em 1.5em -0.5em #e85a19;
          box-shadow: 0 0.5em 1.5em -0.5em #e85a19;
}

.hwhy-info .button-88:active {
  -webkit-box-shadow: 0 0.3em 1em -0.5em #e85a19;
          box-shadow: 0 0.3em 1em -0.5em #e85a19;
}

.testimonials-home h6 {
  text-align: center;
  font-family: 'Fira Sans Extra Condensed', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: var(--thrid-color);
}

.testimonials-home h1 {
  color: var(--primary-color);
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  font-family: 'Poppins', sans-serif;
}

.testimonials-home .carousel .carousel-item {
  overflow: hidden;
  min-height: 120px;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
}

.testimonials-home .carousel .media img {
  width: 80px;
  height: 80px;
  display: block;
  border-radius: 50%;
}

.testimonials-home .carousel .testimonial {
  padding: 0 15px 0 60px;
  position: relative;
  line-height: 30px;
}

.testimonials-home .carousel .testimonial::before {
  content: "\201C";
  font-family: Arial, sans-serif;
  color: #e2e2e2;
  font-weight: bold;
  font-size: 68px;
  line-height: 54px;
  position: absolute;
  left: 15px;
  top: 0;
}

.testimonials-home .carousel .overview b {
  text-transform: uppercase;
  color: var(--thrid-color);
}

.testimonials-home .carousel .carousel-indicators {
  bottom: -40px;
}

.testimonials-home .carousel-indicators li,
.carousel-indicators li.active {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin: 1px 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.testimonials-home .carousel-indicators li {
  background: #e2e2e2;
  border: 4px solid #fff;
}

.testimonials-home .carousel-indicators li.active {
  color: #fff;
  background: var(--thrid-color);
  border: 5px double;
}

.our-process-home {
  background-color: var(--primary-color);
}

.our-process-home h6 {
  font-family: 'Fira Sans Extra Condensed', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: var(--thrid-color);
  text-align: center;
}

.our-process-home h1 {
  font-size: 30px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  color: var(--fourth-color);
  text-transform: uppercase;
  text-align: center;
}

.our-process-home .process-info {
  text-align: center;
}

.our-process-home .process-info img {
  width: 50px;
  margin-bottom: 10px;
}

.our-process-home .process-info h2 {
  color: var(--fourth-color);
  font-size: 24px;
  font-weight: 600;
  font-family: 'Fira Sans Extra Condensed', sans-serif;
}

.our-process-home .process-info p {
  color: var(--fourth-color);
  font-size: 14px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
}

.footer-section {
  background-color: var(--primary-color);
}

.footer-section .footer-address h2 {
  font-family: 'Fira Sans Extra Condensed', sans-serif;
  color: var(--fourth-color);
  font-size: 24px;
  font-weight: 600;
}

.footer-section .footer-address p {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: var(--fourth-color);
  cursor: pointer;
}

.footer-section .footer-address p:hover {
  color: var(--thrid-color) !important;
}

.footer-section .footer-services h2 {
  font-family: 'Fira Sans Extra Condensed', sans-serif;
  color: var(--fourth-color);
  font-size: 24px;
  font-weight: 600;
}

.footer-section .footer-services p {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: var(--fourth-color);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.footer-section .footer-services p:hover {
  letter-spacing: 1px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  color: var(--thrid-color) !important;
}

.footer-section .footer-services a {
  text-decoration: none;
}

.footer-section .footer-pages h2 {
  font-family: 'Fira Sans Extra Condensed', sans-serif;
  color: var(--fourth-color);
  font-size: 24px;
  font-weight: 600;
}

.footer-section .footer-pages p {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: var(--fourth-color);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.footer-section .footer-pages p:hover {
  letter-spacing: 1px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  color: var(--thrid-color) !important;
}

.footer-section .footer-pages a {
  text-decoration: none;
}

.footer-section .footer-social h2 {
  font-family: 'Fira Sans Extra Condensed', sans-serif;
  color: var(--fourth-color);
  font-size: 24px;
  font-weight: 600;
}

.footer-section .footer-social .fab {
  color: var(--fourth-color);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer-section .footer-social .fab:hover {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: var(--thrid-color);
}

.copyright {
  background-color: var(--primary-color);
  padding: 4px;
}

.copyright p {
  font-size: 14px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  color: var(--fourth-color);
  text-align: center;
}

/*----------------------------------------------breadcrums-section---------------------------------------*/
.breadcrums-about {
  background: url("../images/atl-breadcrums.jpg") center no-repeat;
  height: 150px;
}

.breadcrums-about .info-bread h1 {
  font-size: 24px;
  color: var(--fourth-color);
  font-weight: 600;
  text-align: center;
  font-family: 'Fira Sans Extra Condensed', sans-serif;
}

.breadcrums-services {
  background: url("../images/atl-breadcrums.jpg") center no-repeat;
  height: 150px;
}

.breadcrums-services .info-services h1 {
  font-size: 24px;
  color: var(--fourth-color);
  font-weight: 600;
  text-align: center;
  font-family: 'Fira Sans Extra Condensed', sans-serif;
}

.breadcrums-testimonials {
  background: url("../images/atl-breadcrums.jpg") center no-repeat;
  height: 150px;
}

.breadcrums-testimonials .info-testimonials h1 {
  font-size: 24px;
  color: var(--fourth-color);
  font-weight: 600;
  text-align: center;
  font-family: 'Fira Sans Extra Condensed', sans-serif;
}

.breadcrums-clients {
  background: url("../images/atl-breadcrums.jpg") center no-repeat;
  height: 150px;
}

.breadcrums-clients .info-clients h1 {
  font-size: 24px;
  color: var(--fourth-color);
  font-weight: 600;
  text-align: center;
  font-family: 'Fira Sans Extra Condensed', sans-serif;
}

.breadcrums-contact {
  background: url("../images/atl-breadcrums.jpg") center no-repeat;
  height: 150px;
}

.breadcrums-contact .info-contact h1 {
  font-size: 24px;
  color: var(--fourth-color);
  font-weight: 600;
  text-align: center;
  font-family: 'Fira Sans Extra Condensed', sans-serif;
}

/*------------------------------------------about.html--------------------------------------------------*/
.about-page-section .about-page-info h1 {
  font-size: 24px;
  color: var(--primary-color);
  font-weight: 600;
  font-family: 'Fira Sans Extra Condensed', sans-serif;
  text-transform: uppercase;
}

.about-page-section .about-page-info p {
  font-size: 14px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  text-align: justify;
  line-height: 30px;
}

.about-page-section .home-short h2 {
  font-size: 18px;
  font-weight: 600;
  font-family: 'Fira Sans Extra Condensed', sans-serif;
  color: var(--primary-color);
}

.about-page-section .home-short p {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
}

.about-page-section .home-short .fas {
  color: var(--thrid-color);
  margin-bottom: 10px;
}

/*----------------------------------------our-services.html--------------------------------------------*/
.services-page-section h1 {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  font-family: 'Fira Sans Extra Condensed', sans-serif;
}

.services-page-section .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.services-page-section .nav-link {
  background-color: var(--primary-color) !important;
  padding: 25px 30px;
  margin: 15px;
  font-family: 'Fira Sans Extra Condensed', sans-serif;
  font-weight: 600;
  color: var(--fourth-color);
  font-size: 24px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.services-page-section .nav-link:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#e43603), to(#e85a19)) !important;
  background: linear-gradient(0deg, #e43603 0%, #e85a19 100%) !important;
  color: var(--fourth-color);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.services-page-section .ocean-info p {
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  font-family: 'Poppins', sans-serif;
  text-align: justify;
}

.services-page-section .cargo-infoo p {
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  font-family: 'Poppins', sans-serif;
  text-align: justify;
}

.services-page-section .cour-infoo p {
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  font-family: 'Poppins', sans-serif;
  text-align: justify;
}

/*--------------------------------------contact.html--------------------------------------------------*/
.contact-pages-section .address-in h2 {
  font-size: 22px;
  font-weight: 600;
  font-family: 'Fira Sans Extra Condensed', sans-serif;
}

.contact-pages-section .address-in p {
  font-size: 14px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  line-height: 30px;
}

.contact-pages-section .address-in a {
  text-decoration: none;
}

.contact-pages-section .mobile-in h2 {
  font-size: 22px;
  font-weight: 600;
  font-family: 'Fira Sans Extra Condensed', sans-serif;
}

.contact-pages-section .mobile-in p {
  font-size: 14px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  line-height: 30px;
}

.contact-pages-section .mobile-in a {
  text-decoration: none;
  color: var(--black);
}

.contact-pages-section .email-in h2 {
  font-size: 22px;
  font-weight: 600;
  font-family: 'Fira Sans Extra Condensed', sans-serif;
}

.contact-pages-section .email-in p {
  font-size: 14px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  line-height: 30px;
}

.contact-pages-section .email-in a {
  text-decoration: none;
  color: var(--black);
}

.contact-pages-section .form {
  background-color: var(--thrid-color);
  padding: 15px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
          box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.contact-pages-section .form label {
  font-size: 14px;
  font-weight: 500;
  font-family: 'Fira Sans Extra Condensed', sans-serif;
  color: var(--fourth-color);
}

.contact-pages-section .form ::-webkit-input-placeholder {
  font-size: 14px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
}

.contact-pages-section .form :-ms-input-placeholder {
  font-size: 14px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
}

.contact-pages-section .form ::-ms-input-placeholder {
  font-size: 14px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
}

.contact-pages-section .form ::placeholder {
  font-size: 14px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
}

.contact-pages-section .form .btn {
  background-color: var(--primary-color);
  border: none;
  cursor: pointer;
  outline: none;
  font-family: 'Fira Sans Extra Condensed', sans-serif;
}

.map-section .first-map iframe {
  width: 100%;
  height: 400px;
  border: none;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 15px;
          box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 15px;
}

.map-section .second-map iframe {
  width: 100%;
  height: 400px;
  border: none;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 15px;
          box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 15px;
}

.whatsapp-chat {
  height: 55px;
  width: 55px;
}

#myBtn {
  position: fixed;
  bottom: 2px;
  right: 0;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: transparent;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn img {
  width: 34px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#myBtn img:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#myBtnn {
  position: fixed;
  bottom: 42px;
  right: 0px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: transparent;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtnn img {
  width: 35px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#myBtnn img:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/*-------------------------------------------thank-you.html---------------------------------------------*/
.thank-you-section {
  text-align: center;
  padding-top: 60px;
}

.thank-you-section .thankyou-logo img {
  width: 200px;
}

.thank-you-section .thankyou-text h1 {
  font-size: 30px;
  font-weight: 600;
  font-family: 'Fira Sans Extra Condensed', sans-serif;
  color: var(--primary-color);
}

.thank-you-section .thankyou-check .fas {
  font-size: 60px;
  color: var(--thrid-color);
}

.thank-you-section .thankyou-info p {
  font-family: 'Poppins', sans-serif;
}

.thank-you-section .thankyou-copy p {
  font-family: 'Poppins', sans-serif;
}

@media screen and (max-width: 1440px) {
  .topbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .topbar .follow-link {
    padding-right: 26px;
  }
}

@media screen and (max-width: 1200px) {
  .navbar .nav-item .nav-link {
    margin: 5px;
  }
  .topbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .topbar .social-icon .bg-icon {
    margin: 6px;
  }
  .topbar .follow-link {
    padding-right: 22px;
  }
  .carousel-inner .carousel-caption {
    position: absolute;
    left: 30%;
    top: 40%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .carousel-inner .carousel-caption h2 {
    font-size: 26px;
    text-align: left;
  }
  .carousel-inner .carousel-caption p {
    text-align: left;
    font-size: 14px;
  }
}

@media screen and (max-width: 1024px) {
  .navbar .nav-item .nav-link {
    margin: 5px;
  }
  .topbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .topbar .social-icon .bg-icon {
    margin: 6px;
  }
  .topbar .follow-link {
    padding-right: 20px;
  }
  .carousel-inner .carousel-caption {
    position: absolute;
    left: 30%;
    top: 40%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .carousel-inner .carousel-caption h2 {
    font-size: 26px;
    text-align: left;
  }
  .carousel-inner .carousel-caption p {
    text-align: left;
    font-size: 14px;
  }
  .button-88 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: inherit;
    font-weight: 500;
    font-size: 14px;
    padding: 0.7em 1.4em 0.7em 1.1em;
    color: white;
    background: #ad5389;
    background: -webkit-gradient(linear, left bottom, left top, from(#e43603), to(#e85a19));
    background: linear-gradient(0deg, #e43603 0%, #e85a19 100%);
    border: none;
    -webkit-box-shadow: 0 0.7em 1.5em -0.5em #e85a19;
            box-shadow: 0 0.7em 1.5em -0.5em #e85a19;
    letter-spacing: 0.05em;
    border-radius: 20em;
    cursor: pointer;
    -moz-user-select: none;
     -ms-user-select: none;
         user-select: none;
    -webkit-user-select: none;
    -ms-touch-action: manipulation;
        touch-action: manipulation;
    font-family: 'Poppins', sans-serif;
  }
}

@media screen and (max-width: 768px) {
  .topbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .topbar .social-icon .bg-icon {
    margin: 6px;
  }
  .topbar .follow-link {
    padding-right: 15px;
  }
  .carousel-inner .carousel-caption {
    position: absolute;
    left: 30%;
    top: 30%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .carousel-inner .carousel-caption h2 {
    font-size: 24px;
    text-align: left;
  }
  .carousel-inner .carousel-caption p {
    text-align: left;
    font-size: 14px;
  }
  .button-88 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: inherit;
    font-weight: 500;
    font-size: 10px;
    padding: 0.7em 1.4em 0.7em 1.1em;
    color: white;
    background: #ad5389;
    background: -webkit-gradient(linear, left bottom, left top, from(#e43603), to(#e85a19));
    background: linear-gradient(0deg, #e43603 0%, #e85a19 100%);
    border: none;
    -webkit-box-shadow: 0 0.7em 1.5em -0.5em #e85a19;
            box-shadow: 0 0.7em 1.5em -0.5em #e85a19;
    letter-spacing: 0.05em;
    border-radius: 20em;
    cursor: pointer;
    -moz-user-select: none;
     -ms-user-select: none;
         user-select: none;
    -webkit-user-select: none;
    -ms-touch-action: manipulation;
        touch-action: manipulation;
    font-family: 'Poppins', sans-serif;
  }
}

@media screen and (max-width: 600px) {
  .topbar {
    display: block;
  }
  .topbar .social-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .topbar .follow-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .carousel-inner .carousel-caption {
    position: absolute;
    left: 30%;
    top: 25%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .carousel-inner .carousel-caption h2 {
    font-size: 22px;
    text-align: left;
  }
  .carousel-inner .carousel-caption p {
    text-align: left;
    font-size: 11px;
  }
  .button-88 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: inherit;
    font-weight: 500;
    font-size: 10px;
    padding: 0.7em 1.4em 0.7em 1.1em;
    color: white;
    background: #ad5389;
    background: -webkit-gradient(linear, left bottom, left top, from(#e43603), to(#e85a19));
    background: linear-gradient(0deg, #e43603 0%, #e85a19 100%);
    border: none;
    -webkit-box-shadow: 0 0.7em 1.5em -0.5em #e85a19;
            box-shadow: 0 0.7em 1.5em -0.5em #e85a19;
    letter-spacing: 0.05em;
    border-radius: 20em;
    cursor: pointer;
    -moz-user-select: none;
     -ms-user-select: none;
         user-select: none;
    -webkit-user-select: none;
    -ms-touch-action: manipulation;
        touch-action: manipulation;
    font-family: 'Poppins', sans-serif;
  }
}

@media screen and (max-width: 500px) {
  .topbar {
    display: block;
  }
  .topbar .social-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .topbar .follow-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .carousel-inner .carousel-caption {
    position: absolute;
    left: 30%;
    top: 25%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .carousel-inner .carousel-caption h2 {
    font-size: 18px;
    text-align: left;
  }
  .carousel-inner .carousel-caption p {
    text-align: left;
    font-size: 9px;
  }
  .button-88 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: inherit;
    font-weight: 500;
    font-size: 10px;
    padding: 0.7em 1.4em 0.7em 1.1em;
    color: white;
    background: #ad5389;
    background: -webkit-gradient(linear, left bottom, left top, from(#e43603), to(#e85a19));
    background: linear-gradient(0deg, #e43603 0%, #e85a19 100%);
    border: none;
    -webkit-box-shadow: 0 0.7em 1.5em -0.5em #e85a19;
            box-shadow: 0 0.7em 1.5em -0.5em #e85a19;
    letter-spacing: 0.05em;
    border-radius: 20em;
    cursor: pointer;
    -moz-user-select: none;
     -ms-user-select: none;
         user-select: none;
    -webkit-user-select: none;
    -ms-touch-action: manipulation;
        touch-action: manipulation;
    font-family: 'Poppins', sans-serif;
  }
}

@media screen and (max-width: 425px) {
  .topbar {
    display: block;
  }
  .topbar .social-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .topbar .follow-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .carousel-inner .carousel-caption {
    position: absolute;
    left: 30%;
    top: 25%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .carousel-inner .carousel-caption h2 {
    font-size: 14px;
    text-align: left;
  }
  .carousel-inner .carousel-caption p {
    text-align: left;
    font-size: 6px;
  }
  .button-88 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: inherit;
    font-weight: 500;
    font-size: 10px;
    padding: 0.7em 1.4em 0.7em 1.1em;
    color: white;
    background: #ad5389;
    background: -webkit-gradient(linear, left bottom, left top, from(#e43603), to(#e85a19));
    background: linear-gradient(0deg, #e43603 0%, #e85a19 100%);
    border: none;
    -webkit-box-shadow: 0 0.7em 1.5em -0.5em #e85a19;
            box-shadow: 0 0.7em 1.5em -0.5em #e85a19;
    letter-spacing: 0.05em;
    border-radius: 20em;
    cursor: pointer;
    -moz-user-select: none;
     -ms-user-select: none;
         user-select: none;
    -webkit-user-select: none;
    -ms-touch-action: manipulation;
        touch-action: manipulation;
    font-family: 'Poppins', sans-serif;
  }
}

@media screen and (max-width: 375px) {
  .topbar {
    display: block;
  }
  .topbar .social-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .topbar .follow-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .carousel-inner .carousel-caption {
    position: absolute;
    left: 30%;
    top: 25%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .carousel-inner .carousel-caption h2 {
    font-size: 12px;
    text-align: left;
  }
  .carousel-inner .carousel-caption p {
    text-align: left;
    font-size: 5px;
  }
  .button-88 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: inherit;
    font-weight: 500;
    font-size: 10px;
    padding: 0.7em 1.4em 0.7em 1.1em;
    color: white;
    background: #ad5389;
    background: -webkit-gradient(linear, left bottom, left top, from(#e43603), to(#e85a19));
    background: linear-gradient(0deg, #e43603 0%, #e85a19 100%);
    border: none;
    -webkit-box-shadow: 0 0.7em 1.5em -0.5em #e85a19;
            box-shadow: 0 0.7em 1.5em -0.5em #e85a19;
    letter-spacing: 0.05em;
    border-radius: 20em;
    cursor: pointer;
    -moz-user-select: none;
     -ms-user-select: none;
         user-select: none;
    -webkit-user-select: none;
    -ms-touch-action: manipulation;
        touch-action: manipulation;
    font-family: 'Poppins', sans-serif;
  }
}

@media screen and (max-width: 320px) {
  .topbar {
    display: block;
  }
  .topbar .social-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .topbar .follow-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .carousel-inner .carousel-caption {
    position: absolute;
    left: 30%;
    top: 25%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .carousel-inner .carousel-caption h2 {
    font-size: 10px;
    text-align: left;
  }
  .carousel-inner .carousel-caption p {
    text-align: left;
    font-size: 4px;
  }
  .button-88 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: inherit;
    font-weight: 500;
    font-size: 10px;
    padding: 0.7em 1.4em 0.7em 1.1em;
    color: white;
    background: #ad5389;
    background: -webkit-gradient(linear, left bottom, left top, from(#e43603), to(#e85a19));
    background: linear-gradient(0deg, #e43603 0%, #e85a19 100%);
    border: none;
    -webkit-box-shadow: 0 0.7em 1.5em -0.5em #e85a19;
            box-shadow: 0 0.7em 1.5em -0.5em #e85a19;
    letter-spacing: 0.05em;
    border-radius: 20em;
    cursor: pointer;
    -moz-user-select: none;
     -ms-user-select: none;
         user-select: none;
    -webkit-user-select: none;
    -ms-touch-action: manipulation;
        touch-action: manipulation;
    font-family: 'Poppins', sans-serif;
  }
}
/*# sourceMappingURL=main.css.map */