/* ========== header ======== */

header a {
  color: #fff;
}

header nav a {
  color: #fff;
}

header .sticky .logo {
  display: flex;
}

header .sticky .logo img {
  width: 200px;
  border-radius: 0px;
}

header {
  position: absolute;
  width: 100%;
}

.top-header {
  padding: 10px 0px;

}

.top-header .social-details {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.top-header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top-header .call-details {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;

}

.top-header .call-details i {
  margin-right: 10px;
}

.bottom-header .menu-icon {
  display: none;
}

.bottom-header .container {
  display: flex;
  justify-content: space-between;
}

.bottom-header .logo {
  width: 30%;
}

.bottom-header img {
  width: 300px;
  border-radius: 10px;
}

.bottom-header .primary-menu {
  display: flex;
  align-items: center;
  width: 70%;
  justify-content: end;
}

.bottom-header nav ul {
  display: flex;
}

.bottom-header nav a {
  padding: 10px 15px;
  text-transform: uppercase;
  font-size: 16px;
}

.bottom-header .primary-btn a {
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 500;
}

/* ============== banner =========== */


.banner .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}

.banner img {
  width: 100%;
}

.banner h1 {
  color: #fff;
}

.banner .box {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 25%;
  padding: 20px 30px;
  align-items: center;
  border-right: 1px dashed yellow;
}

.banner .box img {
  width: 62px;
}

.banner .banner-feature {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.banner .banner-img {
  margin-bottom: -90px;
}

.banner img {
  width: 100%;
  max-width: 100% !important;
}

.banner .banner-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.banner .banner-content span {
  display: block;
}

.banner .banner-content h2 {
  color: #fff;
}

.banner {
  background: url(../upload/1.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
  padding: 250px 0px 0px;
}

.text-slide {
  padding: 80px 0px 0px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #b7b7b7;
  /* -webkit-font-family: poppins; */
}


.text-slide .big {
  font-size: 100px;
  line-height: normal;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

/* ======== about us =========== */

.about-us {
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.5)), url(../upload/bg-2.webp);
}

.about-main {
  display: flex;
  gap: 80px;
}

.about-us-img {
  width: 50%;
  display: flex;
  align-items: center;
}

.about-us-img img {
  border-radius: 10px;
}

.about-us-content {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: self-start;
}


/* =========== services ============ */


.services .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.services {
  background: url(../upload/map-location.webp);
  background-position: center;
  background-repeat: no-repeat;
}

.service-btn {
  color: #000;
}

.service-btn:hover {
  color: #d7b65d;
  text-decoration: underline;
}

.service-heading-content {
  width: 80%;
  margin: 0px auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.service-img {
  margin-top: 50px;
}

.service-items {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}

.services .primary-btn {
  margin-top: 30px;
}

.services .item-box:nth-child(2) {
  transform: translateY(-50px);
}

.services .item-box {
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  background-color: #ffffff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 1px 1px 20px #cccccc59;
  text-align: center;
}

.services .item-box img {
  width: 100px;
}


/* ========== cta ========== */

.cta {
  position: relative;
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../upload/promo_bg.webp) no-repeat fixed 0 0 / cover;
}

.cta .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cta-img {
  position: relative;
  z-index: 1;
  padding-top: 70px;
  padding-bottom: 50px;
  width: 40%;
}

.cta-img img {
  width: 80%;
}

.cta-img:before {
  position: absolute;
  background: #fff none repeat scroll 0 0;
  content: "";
  top: 0;
  right: 43%;
  width: 70px;
  height: 100%;
  -webkit-transform: skewX(45deg);
  transform: skewX(45deg);
  z-index: -1;
}

.cta-img:after {
  position: absolute;
  background: none 0px 0px repeat scroll rgb(135 134 133);
  content: "";
  top: 0;
  right: 55%;
  width: 2030px;
  height: 100%;
  -webkit-transform: skewX(45deg);
  transform: skewX(45deg);
  z-index: -1;
}

.cta-content {
  width: 60%;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: self-start;
  gap: 20px;
}

.cta-content h3 {
  color: #fff;
  line-height: 1.3;
  font-size: 34px;
}


/* ========== cta_2 ========== */
.cta_2 {
  padding: 60px 0px;
  position: relative;
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../upload/promo_bg.webp) no-repeat fixed 0 0 / cover;
}

.cta_2 .container {
  display: flex;
  justify-content: space-between;
}

.cta-content {
  width: 48%;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: self-start;
  gap: 20px;
}

.cta-content h3 {
  color: #fff;
  line-height: 1.5;
  font-size: 26px;
}


/* =========== why choose us ========== */
.choose-us {
  background: url(../upload/bg-4.webp);
  background-position: right bottom;
  background-repeat: no-repeat;
}

.choose-us-main {
  display: flex;
  gap: 40px;
  align-items: center;
}

.choose-content {
  width: 60%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.choose-img {
  width: 40%;
}

.choose-us-items {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.choose-us-items .box {
  width: 47%;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 10px;
  cursor: pointer;
}

.choose-us-items .box .icon i {
  padding: 20px;
  box-shadow: 0px 0px 20px #cccccc7d;
  border-radius: 50px;
  font-size: 20px;
  transition: all .2s linear;
}

.choose-us-items .box-content .choose-sub-title {
  font-size: 16px;
  text-transform: capitalize;
  font-weight: bold;
}

.choose-us-items .box-content p {
  font-size: 14px;
}

.choose-us-items .box:hover .icon i {
  background-color: #d7b65d;
  color: #000;
}


/* ============ testimonial =========== */

.testimonials {
  display: flex;
  background-color: #ededed;
}

.map {
  width: 50%;
}

.map iframe {
  display: flex;
  width: 100%;
  height: 100%;
  border: 0px;
}

h3 {
  font-size: 28px;
}

.main-testimonial {
  width: 50%;
}

.tesimonial-content {
  padding: 75px 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.testimonial-items {
  width: 75%;
  margin: 50px auto 0px;
}

.testimonial-items .item {
  text-align: center;
}

.testimonial-items .item img {
  width: 120px;
}

.google-img {
  display: contents;
  display: flex;
  align-items: center;
  justify-content: center;
}


/* =========== footer ============== */

footer {
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../upload/footer-bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  padding: 50px 10px 30px;
  color: #fff;
}

.footer-content ul {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-content i {
  margin-right: 10px;
}

footer h4 {
  color: #fff;
  font-size: 22px;
}

.footer-about {
  width: 30%;
}

.footer-about img {
  width: 350px;
}

.footer-about p {
  padding: 15px 0px;
}

footer a {
  color: #fff;
}


.copy-right {
  padding-top: 30px;
  border-top: 1px dotted #ccc;
  text-align: center;
  color: #fff;
  font-size: 14px;
}

.copy-right img {
  width: 100px;
}


/* ================= About us page ============= */


#about-page .inner-banner {
  background: url(../upload/1.webp);
}

#about-page .main-about-content {
  display: flex;
  align-items: center;
  gap: 40px;
}

#about-page .main-about-content .content-box {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#about-page .main-about-content .about-image {
  width: 50%;
}


/* ============ service page =========== */

#service-page .inner-banner {
  background: url(../upload/1.webp);
}

#service-page .service-main .container {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* Three columns by default */
  grid-template-rows: repeat(3, auto); /* Three rows */
  grid-gap: 40px;
}

#service-page .service-main .container .service-item {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  border-radius: 16px;
  border: 1px solid #ccc;
  box-shadow: 1px 1px 20px #cccccc69;
}

#service-page .service-main .container .service-item .item-img {
  overflow: hidden;
  border-radius: 7px;
  display: flex;
}

#service-page .service-main .container .service-item .item-img img {
  width: 100%;
  height: 235px;
  object-fit: cover;
  transition: all .2s linear;
  transform: scale(1.2);
}

#service-page .service-main .container .service-item:hover .item-img img {
  transform: scale(1);
}

#service-page .service-main .container .service-item .item-heading h4 {
  font-size: 22px;
}


/* =========== contact Us page ============== */

#contact-page .inner-banner {
  background: url(../upload/1.webp);
}

#contact-page .contact-main .container {
  display: flex;
  gap: 40px;
}

#contact-page .contact-main .container .contact-details {
  width: 50%;
}

#contact-page .contact-main .container .contact-details .details-items {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#contact-page .contact-main .container .contact-details .box {
  display: flex;
  gap: 20px;
  align-items: center;
}

#contact-page .contact-main .container .contact-details .box .icon i {
  padding: 20px;
  background-color: #d7b65d;
  border-radius: 50px;
}

#contact-page .contact-main .container .contact-details h5 {
  font-size: 18px;
}

#contact-page .contact-main .container .contact-details a {
  color: #000;
}

#contact-page .contact-main .container .contact-form {
  width: 50%;
}

#contact-page .contact-main .container .contact-form form {
  width: 500px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

#contact-page .contact-main .container .contact-form input,
#contact-page .contact-main .container .contact-form textarea {
  border-radius: 4px;
  border: 1px solid #919191;
  display: block;
  width: 100%;
  padding: 15px 15px;
}

#contact-page .contact-main .container .contact-form .box {
  display: flex;
  gap: 20px;
}

#contact-page .contact-main .container .contact-form input[type="submit"] {
  background-color: #000;
  width: 170px;
  height: 50px;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}

#contact-page .map {
  display: flex;
}

#contact-page .map iframe {
  width: 100%;
  height: 300px;
  border: 0;
}



/* ========= Book =========0 */


#book-page {
  background: url(../upload/1.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

#book-page .book-area.section-padding {
  padding-top: 0px;
}

#book-page .book-area .main-book {
  background-color: #ffffff9d;
  width: 60%;
  margin: 0px auto;
  padding: 40px;
  border-radius: 15px;
}

#book-page .book-area form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#book-page .book-area input,
#book-page .book-area textarea,
#book-page .book-area select {
  width: 100%;
  padding: 12px;
  border: 1px solid #ebebeb;
  border-radius: 4px;
  background-color: #ebebeb;
}

#book-page .book-area label {
  display: block;
  font-weight: 600;
  margin-bottom: 10px;
}

#book-page .book-area .two-box {
  display: flex;
  gap: 20px;
}

#book-page .book-area .two-box > div {
  width: 50%;
}

#book-page .book-area textarea {
  resize: none;
}

#book-page .book-area input[type="submit"] {
  width: 170px;
  padding: 15px 0px;
  background: #000;
  color: #fff;
  font-size: 18px;
  border: none;
}

/* ========== fleet page ======== */

#fleet-page {
  background: url(../upload/1.webp);
}

#fleet-page .main-fleet {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* Three columns by default */
  grid-template-rows: repeat(3, auto); /* Three rows */
  grid-gap: 30px;
}

#fleet-page .item {
  text-align: center;
  box-shadow: 0px 0px 20px #cccccc8a;
  border-radius: 10px;
}

#fleet-page .item .item-img {
  overflow: hidden;
  display: flex;
  border-radius: 10px 10px 0px 0px;
}

#fleet-page .item .item-img img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: all .2s linear;
}

#fleet-page .item .item-content {
  padding: 20px 30px 30px;
}

#fleet-page .item:hover img {
  transform: scale(1.1);
}

/* ========= service Area ============= */

#serviceArea-page .inner-banner {
  background: url(../upload/1.webp);
}

#serviceArea-page .servicearea-main {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* Three columns by default */
  grid-template-rows: repeat(3, auto); /* Three rows */
  grid-gap: 20px;
}

#serviceArea-page .servicearea-main .item a {
  padding: 15px 20px;
  text-align: center;
  background-color: #d7b65d;
  color: #000;
  display: block;
}


.seo-none {
  display: none;
}

.seo-footer li {
  list-style-type: circle;
  width: 90%;
}

.seo-footer li a {
  color: #d7b65d;
}

.seo-service-content {
  display: flex;
  align-content: space-between;
  margin: 30px 0px;
  gap: 30px;
}

.seo-service-content div {
  box-shadow: 1px 1px 4px 1px #b7b7b7;
  padding: 20px;
  border-radius: 5px;
}

.seo-service-content h3 {
  font-size: 20px;
  padding-bottom: 20px;
  line-height: 30px;
}

.seo-service-content p {
  font-size: 16px;
}

.page_wrapper {
  padding: 80px 0px;
}

.news-block {
  background-color: #f9f9f9;
  padding: 20px;
  margin: 20px;
  width: 46%;
  box-shadow: 1px 1px 5px 2px #ccc;
}

.inner-box {
  background-color: #f9f9f9;
  padding: 20px;
  margin: 0px 20px;
  width: 67%;
  box-shadow: 1px 1px 5px 2px #ccc;
}

.inner_blog_box {
  background-color: #f9f9f9;
  padding: 20px;
  margin: 0px 20px;
  width: 65%;
  box-shadow: 1px 1px 5px 2px #ccc;
}

.sidebar-side {
  width: 30%;
}

.content-box h4 a {
  font-size: 23px;
  color: #000;
}

.content-box h4 {
  font-size: 23px;
  color: #000;
  margin-bottom: 10px;
}

.blog_image {
  margin-right: 20px;
}

.content-box {
  padding: 10px 0px;
}

.post-date {
  color: #000;
  margin: 10px 0px;
}

.sidebar-title h3 {
  font-size: 28px;
  color: #000;
  border-bottom: 1px solid #0000002e;
  margin-bottom: 26px;
  padding-bottom: 3px;
}

.news-post {
  box-shadow: 1px 1px 6px 2px #c9c9c9;
  padding: 10px;
  background-color: #f0f0f0;
  margin-bottom: 20px;
}

.news-post h6 a {
  font-size: 14px;
  line-height: normal;
  color: #000;
  margin-bottom: 7px;
}

.news-post a {
  color: #d7b65d;
}

.blog_details h5 {
  color: #000;
  margin: 15px 0px;
  font-size: 21px;
}

.content-side {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
}

.inner-blog-page {
  display: flex;
}

.hide {
  display: none;
}

.content-box h3 {
  font-size: 26px;
  color: #d7b65d;
  font-weight: 600;
  line-height: normal;
}

.blog-inner-content h3 {
  font-size: 26px;
  color: #000;
  margin: 10px 0px;
}

.blog-inner-content h5 {
  font-size: 23px;
  color: #000;
  margin: 20px 0px;
}

.blog-inner-content ul li {
  color: #000;
  margin: 13px 0px;
}

.seo-heading {
  display: none;
}


.suspend-sec {
  position: fixed;
  top: 175px;
  z-index: 999;
  background: #fff;
  width: 100%;
  padding: 20px 30px;
  text-align:center;
}

.content-sec-suspend h2{ color:red; font-size:25px;}
.content-sec-suspend p{ color:#000;}
.logo-sec img{ width:16%;}