@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body {
  font-family: "Poppins", serif !important;
  font-size: 0.95rem;
  overflow-x: hidden;
  color: #222;
}

.row {
  margin: 0px;
}

a {
  text-decoration: none !important;
  color: #222;
}

a:hover {
  color: #222;
}

.uppercase {
  text-transform: uppercase;
}

h1 {
  font-size: 2.9rem !important;
  margin-bottom: 20px;
}

h2 {
  font-size: 2.2rem !important;
}

h3 {
  font-size: 2rem !important;
}

h4 {
  font-size: 1.4rem !important;
}

h5 {
  font-size: 1rem !important;
}

h6 {
  font-size: 0.95rem !important;
}

.p-0 {
  padding: 0px;
}

p {
  margin-bottom: 10px;
  line-height: 30px !important;
}

.one-col li {
  width: 100%;
  list-style-image: url("../images/list-icon.png");
  line-height: 30px;
}

.two-col li {
  width: 50%;
  list-style-image: url("../images/white-list.png");
  float: left;
  font-weight: bold;
  line-height: 29px;
}
@media (max-width: 768px) {
  .two-col li {
    width: 100%;
  }
}

.three-col li {
  width: 25%;
  list-style-image: url("../images/black-list.png");
  float: left;
  line-height: 29px;
}
@media (max-width: 768px) {
  .three-col li {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .three-col li {
    width: 100%;
  }
}

.three-col + p {
  clear: both;
  margin-top: 15px;
}

.scrollup {
  position: fixed;
  bottom: 10px;
  right: 7px;
  display: none;
  text-indent: -9999px;
  background: url(../images/scroll.png);
  z-index: 99;
  padding: 38px;
  background-repeat: no-repeat;
}

body#bodynav-contact a#mynav8,
body#bodynav-area a#mynav7,
body#bodynav-gallery a#mynav6,
body#bodynav-5 a#mynav5,
body#bodynav-4 a#mynav4,
body#bodynav-3 a#mynav3,
body#bodynav-2 a#mynav2,
body#bodynav-1 a#mynav1,
body#home a#mynav0 {
  color: #cd3333 !important;
  border-radius: 20px;
}
@media (max-width: 1024px) {
  body#bodynav-contact a#mynav8,
  body#bodynav-area a#mynav7,
  body#bodynav-gallery a#mynav6,
  body#bodynav-5 a#mynav5,
  body#bodynav-4 a#mynav4,
  body#bodynav-3 a#mynav3,
  body#bodynav-2 a#mynav2,
  body#bodynav-1 a#mynav1,
  body#home a#mynav0 {
    color: unset !important;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1300px;
  }
}
/***************************************************/
/**************************Header******************/
.top-header-bar {
  height: 40px;
  background: #092a57;
}

.header-row {
  background-color: #ffffff;
  position: relative;
}
.header-row .header-con .logo-col {
  padding: 10px;
  align-self: end;
}
.header-row .header-con .logo-col img {
  width: 70%;
  position: relative;
  z-index: 99;
  background: #fff;
  padding: 10px 20px;
  margin-top: -50px;
}
@media (max-width: 1024px) {
  .header-row .header-con .logo-col img {
    width: 60%;
  }
}
@media (max-width: 576px) {
  .header-row .header-con .logo-col img {
    width: 70%;
    padding-top: 0px;
  }
}
@media (max-width: 1024px) {
  .header-row .header-con .logo-col {
    width: 100%;
    text-align: center;
  }
}
.header-row .header-con h4 {
  font-weight: 500;
  margin-bottom: 0px;
  font-size: 1.2rem !important;
}
.header-row .header-con h4 a {
  color: #222;
}
.header-row .header-con h4 a:hover {
  color: #092a57;
}
.header-row .contact-btn {
  align-self: center;
  text-align: end;
  padding: 0px;
}
@media (max-width: 1024px) {
  .header-row .contact-btn {
    text-align: center;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.header-row .contact-btn button {
  background-color: #cd3333;
  padding: 8px 30px;
  text-transform: uppercase;
  border-radius: 5%;
  border: none;
}
@media (max-width: 1024px) {
  .header-row .contact-btn button {
    padding: 10px 20px;
  }
}
.header-row .contact-btn button a {
  color: #000;
  font-weight: 600;
  font-size: 16px;
}
.header-row .contact-btn button:hover {
  border: none;
  background-color: #fff;
  color: #000;
  border-radius: 5%;
}
.header-row .contact-info-row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 60px;
  height: 100%;
}
@media (max-width: 1024px) {
  .header-row .contact-info-row {
    display: none;
  }
}
.header-row .contact-info-row .contact-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header-row .contact-info-row .contact-item img {
  width: 18px;
  height: auto;
}
.header-row .contact-info-row .contact-item span {
  font-size: 1.1rem;
  font-weight: 700;
  color: #092a57;
  text-transform: uppercase;
}
.header-row .contact-info-row .contact-item a {
  font-size: 1.1rem;
  font-weight: 700;
  color: #cd3333;
  text-decoration: none;
  transition: 0.3s;
}
.header-row .contact-info-row .contact-item a:hover {
  color: #092a57;
}
.header-row .contact-info-row .email-item a {
  color: #cd3333 !important;
  font-weight: 700;
}
.header-row .contact-info-row .email-item a:hover {
  color: #092a57;
}
@media (max-width: 1366px) {
  .header-row .contact-info-row {
    gap: 35px;
  }
  .header-row .contact-info-row .contact-item a,
  .header-row .contact-info-row .contact-item span {
    font-size: 1rem;
  }
}
@media (max-width: 1024px) {
  .header-row .contact-info-row {
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .header-row .contact-info-row {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
}

/**************************Header ends******************/
/***************Menu******************/
.header-wrapper {
  background: #092a57;
  position: relative;
  width: 100%;
  z-index: 5000 !important;
  padding-top: 0px;
}
@media (max-width: 1024px) {
  .header-wrapper {
    padding: 0px;
  }
}
.header-wrapper .menu-row .menu-con {
  position: relative;
  padding: 10px;
}
.header-wrapper .menu-row .menu-con .container-fluid {
  padding: 0px;
}
.header-wrapper .menu-row .menu-con .container-fluid .menu-col-nav {
  padding: 0px;
  overflow: visible !important;
}
@media (max-width: 1024px) {
  .header-wrapper .menu-row .menu-con {
    padding: 0px;
    background-color: #092a57;
  }
}
@media (max-width: 1024px) {
  .header-wrapper .menu-row .menu-con #sticky {
    width: 100%;
    left: 0px;
  }
}
.header-wrapper .menu-row .menu-con #sticky.stick {
  margin-top: 0 !important;
  position: sticky;
  top: 0;
  z-index: 10000;
  width: 100%;
  float: left;
  background: #092a57;
}
@media (max-width: 1024px) {
  .header-wrapper .menu-row .menu-con #sticky.stick {
    margin-top: 0 !important;
    position: fixed;
    top: 0;
    z-index: 10000;
    width: 100%;
    float: left;
    background: #092a57;
  }
}
.header-wrapper .menu-row .menu-con .res-cions {
  display: none;
}
@media (max-width: 1024px) {
  .header-wrapper .menu-row .menu-con .res-cions {
    display: block;
  }
}
.header-wrapper .menu-row .menu-con .res-cions .fa {
  font-size: 1.3rem;
  color: white;
}
.header-wrapper .menu-row .menu-con .res-cions .mobile-email {
  position: absolute;
  left: 47%;
  top: 7px;
}
.header-wrapper .menu-row .menu-con .res-cions .phone-icon-mobile {
  float: left !important;
  border: none !important;
}
.header-wrapper .menu-row .menu-con .res-cions .navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  float: right;
  margin: 6px;
}
.header-wrapper .menu-row .menu-con .res-cions .menubtn {
  border-color: #ffffff !important;
  font-size: 17px;
}
.header-wrapper .menu-row .menu-con .res-cions .menubtn .navbar-toggler-icon {
  width: 1em;
  height: 1em;
}
@media (max-width: 1024px) {
  .header-wrapper .menu-row .menu-con #myNavbar {
    display: none !important;
  }
}
.header-wrapper .menu-row .menu-con #myNavbar #main-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-evenly;
  width: 100%;
}
.header-wrapper .menu-row .menu-con #myNavbar #main-menu li {
  padding: 0px;
}
.header-wrapper .menu-row .menu-con #myNavbar #main-menu li a {
  color: #fff !important;
  text-transform: uppercase;
  padding: 5px 10px !important;
}
@media (max-width: 1366px) {
  .header-wrapper .menu-row .menu-con #myNavbar #main-menu li a {
    padding: 12px 30px;
  }
}
@media (max-width: 1260px) {
  .header-wrapper .menu-row .menu-con #myNavbar #main-menu li a {
    padding: 12px 10px;
  }
}
.header-wrapper .menu-row .menu-con #myNavbar #main-menu li a:hover {
  color: #cd3333;
  display: block !important;
  border-radius: 20px;
}
.header-wrapper .menu-row .menu-con #myNavbar .dropdown-menu {
  padding: 0px;
  min-width: 135px;
}
.header-wrapper .menu-row .menu-con #myNavbar .dropdown-menu li {
  background: #092a57;
}
.header-wrapper .menu-row .menu-con #myNavbar .dropdown-menu li a {
  color: #f9f7f8 !important;
  padding: 10px 10px !important;
}
.header-wrapper .menu-row .menu-con #myNavbar .dropdown-menu li:hover {
  background: #cd3333;
  display: block !important;
}

/*****************Menu ends****************/
/****************Carousel**************/
@media (max-width: 1024px) {
  #carouselExampleControls {
    margin-top: 0px;
  }
}
#carouselExampleControls .carousel-inner .slider-bg {
  width: 100%;
  height: 740px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#carouselExampleControls .carousel-inner .slider-01 {
  background-image: url("../images/slider/Slider-01-machinary-transport.jpg");
}
#carouselExampleControls .carousel-inner .slider-02 {
  background-image: url("../images/slider/Slider-02-container.jpg");
}
#carouselExampleControls .carousel-inner .slider-03 {
  background-image: url("../images/slider/Slider-03-service.jpg");
}
#carouselExampleControls .carousel-inner .slider-04 {
  background-image: url("../images/slider/Slider-04-hiab.jpg");
}
#carouselExampleControls .carousel-inner .slider-05 {
  background-image: url("../images/slider/Slider-05-plant-hire.jpg");
}
#carouselExampleControls .carousel-inner .slider-06-contact {
  background-image: url("../images/slider/contact.jpg");
}
#carouselExampleControls .carousel-inner .banner-caption {
  position: absolute;
  top: 50%;
  left: 20%;
  width: auto;
  transform: translateY(-50%);
  z-index: 2;
}
#carouselExampleControls .carousel-inner .banner-caption .caption-box {
  max-width: 500px;
  background: #fff;
  padding: 30px;
  border-radius: 0px;
}
#carouselExampleControls .carousel-inner .banner-caption .caption-box h5 {
  color: #555;
  text-transform: uppercase;
  font-size: 1.3rem !important;
  margin-bottom: 10px;
}
#carouselExampleControls .carousel-inner .banner-caption .caption-box h2 {
  color: #092a57;
  font-weight: 700;
  font-size: 2.1rem !important;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  #carouselExampleControls .carousel-inner .banner-caption .caption-box h2 {
    font-size: 2rem !important;
  }
}
#carouselExampleControls .carousel-inner .banner-caption .caption-box p {
  font-size: 16px;
  line-height: 1.6;
  color: #555;
  margin-bottom: 12px;
}
#carouselExampleControls .carousel-inner .banner-caption .btn-submit {
  background: #cd3333;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.2rem;
  border-radius: 0px;
  padding: 8px 50px;
  margin-top: 10px;
}
@media (max-width: 1024px) {
  #carouselExampleControls .carousel-inner .banner-caption .btn-submit {
    display: none;
  }
}
#carouselExampleControls .carousel-inner .banner-caption .btn-submit a {
  color: #fff;
  font-size: 1rem;
}
#carouselExampleControls .carousel-inner .banner-caption .btn-submit a:hover {
  color: #ffffff !important;
}
#carouselExampleControls .carousel-inner .banner-caption .btn-submit:hover {
  background-color: #092a57;
  color: #ffffff !important;
}

@media (max-width: 1024px) {
  #carouselExampleControls .carousel-inner .slider-bg {
    height: 400px;
  }
  #carouselExampleControls .carousel-inner .slider-01 {
    background-image: url("../images/slider/mobile/slider-01.jpg");
  }
  #carouselExampleControls .carousel-inner .slider-02 {
    background-image: url("../images/slider/mobile/Slider-02-container.jpg");
  }
  #carouselExampleControls .carousel-inner .slider-03 {
    background-image: url("../images/slider/mobile/Slider-03-service.jpg");
  }
  #carouselExampleControls .carousel-inner .slider-04 {
    background-image: url("../images/slider/mobile/Slider-04-hiab.jpg");
  }
  #carouselExampleControls .carousel-inner .slider-05 {
    background-image: url("../images/slider/mobile/Slider-05-plant-hire.jpg");
  }
  #carouselExampleControls .carousel-inner .slider-06-contact {
    background-image: url("../images/slider/mobile/contact.jpg");
  }
  #carouselExampleControls .carousel-inner .banner-caption {
    display: none;
  }
}
@media (max-width: 576px) {
  #carouselExampleControls .carousel-inner .banner-caption {
    display: none;
  }
}
/***********quick-quote***************/
.quickquote-con {
  position: relative;
}
.quickquote-con .quickquote-wrapper {
  position: absolute;
  right: 0;
  top: -190px;
  width: 360px;
  z-index: 99;
}
.quickquote-con .quickquote-heading {
  margin-bottom: -5px;
}
.quickquote-con .quickquote-heading h2 {
  color: #fff;
  font-size: 3rem !important;
  font-weight: 600;
  line-height: 0.8;
  text-transform: uppercase;
  margin: 0;
}
.quickquote-con .quickquote-heading h2 span {
  display: block;
}
.quickquote-con .quickquote-row {
  background: #092a57;
}
.quickquote-con .quickquote-box {
  padding: 60px 35px 30px;
}
.quickquote-con .quickquote-box input,
.quickquote-con .quickquote-box textarea {
  width: 100%;
  border: none;
  background: #fff;
  padding: 16px;
  margin-bottom: 22px;
  text-transform: uppercase;
}
.quickquote-con .quickquote-box input {
  height: 54px;
}
.quickquote-con .quickquote-box textarea {
  height: 140px;
  resize: none;
}
.quickquote-con .btn-submit {
  width: 100%;
  height: 72px;
  border: none;
  background: #cd3333;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
}
.quickquote-con .btn-submit:hover {
  background: #cd3333;
}
@media (max-width: 1024px) {
  .quickquote-con {
    display: none;
  }
}

/*********quick-quote*********/
.responsive-quickquote {
  display: none;
  background: #092a57;
  color: #fff;
  text-align: center;
}
@media (max-width: 1024px) {
  .responsive-quickquote {
    display: block;
  }
}
.responsive-quickquote:hover {
  background: #cd3333;
}
.responsive-quickquote .responsive-quickquote-con {
  padding-top: 10px;
  padding-bottom: 10px;
}
.responsive-quickquote .responsive-quickquote-con a {
  color: #fff;
}
.responsive-quickquote .responsive-quickquote-con a h4 {
  margin-bottom: 0px;
}

/*********quick-quote*********/
.responsive-our-services {
  display: none;
  background: #cd3333;
  color: #fff;
  text-align: center;
}
@media (max-width: 1024px) {
  .responsive-our-services {
    display: block;
  }
}
.responsive-our-services:hover {
  background: #092a57;
}
.responsive-our-services .responsive-our-services-con {
  padding-top: 10px;
  padding-bottom: 10px;
}
.responsive-our-services .responsive-our-services-con a {
  color: #fff;
}
.responsive-our-services .responsive-our-services-con a h4 {
  margin-bottom: 0px;
}

/**welcome-section**/
.welcome-row-section {
  background: #f4f9ff;
  position: relative;
  overflow: visible;
}
.welcome-row-section .welcome-con {
  padding: 0px 20px;
  position: relative;
}
@media (max-width: 1024px) {
  .welcome-row-section .welcome-con {
    padding: 40px 10px;
  }
}
.welcome-row-section .welcome-content {
  padding-top: 50px;
}
@media (max-width: 1024px) {
  .welcome-row-section .welcome-content {
    padding-top: 0px;
  }
}
.welcome-row-section .welcome-content h5 {
  color: #555;
  text-transform: uppercase;
  font-size: 1.3rem !important;
  margin-bottom: 10px;
}
.welcome-row-section .welcome-content h2 {
  color: #092a57;
  font-weight: 700;
  font-size: 2.5rem !important;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .welcome-row-section .welcome-content h2 {
    font-size: 2rem !important;
  }
}
.welcome-row-section .welcome-content p {
  color: #666;
  line-height: 1.9;
  margin-bottom: 15px;
}
.welcome-row-section .welcome-content .btn-submit {
  background: #cd3333;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.2rem;
  border-radius: 0px;
  padding: 8px 50px;
}
.welcome-row-section .welcome-content .btn-submit a {
  color: #fff;
  font-size: 1rem;
}
.welcome-row-section .welcome-content .btn-submit a:hover {
  color: #ffffff !important;
}
.welcome-row-section .welcome-content .btn-submit:hover {
  background-color: #092a57;
  color: #ffffff !important;
}
.welcome-row-section .welcome-img {
  align-self: center;
  padding-top: 100px;
}
.welcome-row-section .welcome-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1024px) {
  .welcome-row-section .welcome-img {
    padding-top: 30px;
  }
  .welcome-row-section .welcome-img img {
    height: auto;
  }
}
.welcome-row-section .quickquote-column {
  position: relative;
}

/**whychoose-row**/
.whychoose-row-section {
  background-color: #092a57;
}
@media (max-width: 1024px) {
  .whychoose-row-section {
    margin-top: 0px;
  }
}
.whychoose-row-section .whychoose-con {
  padding: 60px 0px 60px 0px;
}
@media (max-width: 1024px) {
  .whychoose-row-section .whychoose-con {
    padding: 30px 20px 30px 20px;
    background-image: none !important;
  }
}
@media (max-width: 768px) {
  .whychoose-row-section .whychoose-con {
    padding: 30px 20px 30px 20px;
    width: 100% !important;
  }
}
.whychoose-row-section .whychoose-con .whychoose-heading {
  text-align: center;
}
@media (max-width: 1024px) {
  .whychoose-row-section .whychoose-con .whychoose-heading {
    width: 100% !important;
    text-align: left;
  }
}
.whychoose-row-section .whychoose-con .whychoose-heading h5 {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.3rem !important;
  margin-bottom: 10px;
}
.whychoose-row-section .whychoose-con .whychoose-heading h2 {
  color: #fff;
  font-weight: 600;
  font-size: 2.5rem !important;
  text-transform: uppercase;
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  .whychoose-row-section .whychoose-con .whychoose-heading h2 {
    text-align: left;
    font-size: 1.8rem !important;
  }
}
.whychoose-row-section .whychoose-con .whychoose-heading p {
  color: #fff;
}
.whychoose-row-section .whychoose-con .whychoose-content {
  background-color: #fff;
  color: #000 !important;
  padding: 40px 30px 40px 30px;
}
@media (max-width: 1024px) {
  .whychoose-row-section .whychoose-con .whychoose-content {
    padding: 30px 10px 50px 10px;
  }
}
.whychoose-row-section .whychoose-con .whychoose-content .btn-submit {
  background: #cd3333;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.2rem;
  border-radius: 0px;
  padding: 8px 50px;
}
.whychoose-row-section .whychoose-con .whychoose-content .btn-submit a {
  color: #fff;
  font-size: 1rem;
}
.whychoose-row-section .whychoose-con .whychoose-content .btn-submit:hover {
  background-color: #092a57;
  color: #ffffff !important;
}
.whychoose-row-section .whychoose-con .whychoose-image-wrap {
  padding: 0px;
  position: relative;
  display: inline-block;
}
.whychoose-row-section .whychoose-con .whychoose-image-wrap img {
  width: 100%;
}
.whychoose-row-section .whychoose-con .whychoose-image-wrap .whychoose-logos {
  position: absolute;
  bottom: 25px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0 16px;
  box-sizing: border-box;
  gap: 20px;
}
.whychoose-row-section .whychoose-con .whychoose-image-wrap .whychoose-logos .whychoose-logo-badge {
  background: #fff;
  border-radius: 6px;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.whychoose-row-section .whychoose-con .whychoose-image-wrap .whychoose-logos .whychoose-logo-badge img {
  max-height: 45px;
  width: auto;
  display: block;
}
@media (max-width: 1024px) {
  .whychoose-row-section .whychoose-con .whychoose-image-wrap .whychoose-logos .whychoose-logo-badge img {
    max-height: 28px;
  }
}
@media (max-width: 1024px) {
  .whychoose-row-section .whychoose-logos {
    bottom: 8px;
    padding: 0 8px;
  }
  .whychoose-row-section .whychoose-logo-badge {
    padding: 6px 10px;
  }
}

/****service-tab****/
.service-tab .service-tab-con {
  padding: 60px 0px;
}
@media (max-width: 1024px) {
  .service-tab .service-tab-con {
    padding: 30px 10px;
  }
}
.service-tab .service-tab-con .tab-heading {
  text-align: center;
}
@media (max-width: 1024px) {
  .service-tab .service-tab-con .tab-heading {
    text-align: left;
  }
}
.service-tab .service-tab-con .tab-heading h5 {
  color: #555;
  text-transform: uppercase;
  font-size: 1.3rem !important;
  margin-bottom: 10px;
}
.service-tab .service-tab-con .tab-heading h3 {
  color: #092a57;
  font-weight: 600;
  font-size: 2.5rem !important;
  text-transform: uppercase;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  .service-tab .service-tab-con .tab-heading h3 {
    text-align: left;
    font-size: 1.8rem !important;
  }
}
@media (max-width: 576px) {
  .service-tab .service-tab-con .tab-wrap {
    margin-bottom: 20px;
  }
}
.service-tab .service-tab-con .tab-wrap .tab-description {
  color: #000;
  padding: 10px;
  margin-top: -5px;
  border-radius: 8px;
}
@media (max-width: 576px) {
  .service-tab .service-tab-con .tab-wrap .tab-description {
    height: auto;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.service-tab .service-tab-con .tab-wrap .tab-description h4 {
  font-size: 1.2rem !important;
  font-weight: 600;
  text-transform: uppercase;
  color: #092a57;
}
@media (max-width: 576px) {
  .service-tab .service-tab-con .tab-wrap .tab-description h4 {
    font-size: 1.3rem !important;
  }
}
.service-tab .service-tab-con .tab-wrap .tab-description h4:hover {
  font-weight: 500;
  color: #cd3333;
}
.service-tab .service-tab-con .tab-wrap .tab-img {
  width: 100%;
  margin-top: 10px;
  padding: 10px;
  z-index: 10;
  position: relative;
}
@media (max-width: 1024px) {
  .service-tab .service-tab-con .tab-wrap .tab-img {
    padding: 0px;
  }
}

/*****tesimonial-section****/
.testimonial-section {
  overflow: hidden;
}
.testimonial-section .testimonial-bg {
  display: flex;
  position: relative;
  min-height: 700px;
}
.testimonial-section .testimonial-content {
  width: 100%;
  padding: 70px 20px 20px 20px;
  position: relative;
  z-index: 2;
}
.testimonial-section .testimonial-heading span {
  display: block;
  color: #4d5c73;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.testimonial-section .testimonial-heading h2 {
  color: #092a57;
  font-size: 2.5rem !important;
  font-weight: 700;
  margin-bottom: 50px;
}
.testimonial-section .testimonial-box {
  background: #092a57;
  color: #fff;
  padding: 50px;
  width: 435px;
  /* OVERLAP IMAGE */
  position: relative;
  z-index: 5;
}
.testimonial-section .testimonial-box p {
  color: #fff;
  font-size: 14px;
  line-height: 1.9;
  font-style: italic;
}
.testimonial-section .testimonial-box p:last-child {
  margin-bottom: 0;
}
.testimonial-section .testimonial-box:after {
  content: "";
  position: absolute;
  left: 45px;
  bottom: -15px;
  border-width: 15px 15px 0;
  border-style: solid;
  border-color: #092a57 transparent transparent;
}
.testimonial-section .testimonial-box .star img {
  width: 110px;
  padding: 10px 0;
}
.testimonial-section .testimonial-author {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 40px;
}
.testimonial-section .testimonial-author .quote-icon {
  width: 70px;
  height: 70px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.testimonial-section .testimonial-author .quote-icon i {
  color: #d83434;
  font-size: 2.3rem;
}
.testimonial-section .testimonial-author .author-details h4 {
  margin-bottom: 5px;
  color: #092a57;
  font-weight: 700;
}
.testimonial-section .testimonial-author .author-details span {
  color: #666;
  font-style: italic;
}
.testimonial-section .testimonial-image {
  position: absolute;
  right: 0;
  top: 0;
  width: 45%;
  height: 100%;
}
.testimonial-section .testimonial-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonial-section {
  /* This creates the overlap */
}
.testimonial-section .testimonial-box {
  margin-right: -250px;
}
@media (max-width: 1024px) {
  .testimonial-section .testimonial-bg {
    display: block;
  }
  .testimonial-section .testimonial-content {
    width: 100%;
    padding: 0px;
  }
  .testimonial-section .testimonial-image {
    position: relative;
    width: 100%;
    height: 500px;
  }
  .testimonial-section .testimonial-box {
    width: 100%;
    margin-right: 0;
  }
  .testimonial-section .testimonial-box p {
    font-size: 1.2rem;
  }
}
@media (max-width: 576px) {
  .testimonial-section .testimonial-heading h2 {
    font-size: 2rem !important;
  }
  .testimonial-section .testimonial-box {
    padding: 30px;
  }
  .testimonial-section .testimonial-box p {
    font-size: 1rem;
    line-height: 1.8;
  }
}

/**********************home-contact-section****************/
.home-contact-section {
  background: #cd3333;
  color: #fff;
}
.home-contact-section .home-contact-con {
  padding: 60px 0px;
  text-align: center;
}
@media (max-width: 1024px) {
  .home-contact-section .home-contact-con {
    padding: 30px 20px;
  }
}
.home-contact-section .home-contact-con h3 {
  color: #fff;
  font-weight: 600;
  font-size: 1.5rem !important;
  text-transform: uppercase;
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  .home-contact-section .home-contact-con h3 {
    text-align: center;
  }
}
.home-contact-section .home-contact-con p {
  color: #fff;
}
@media (max-width: 1024px) {
  .home-contact-section .home-contact-con p {
    text-align: justify;
  }
}
.home-contact-section .home-contact-con .btn-submit {
  background: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.2rem;
  border-radius: 0px;
  padding: 8px 50px;
}
.home-contact-section .home-contact-con .btn-submit a {
  color: #cd3333;
  font-size: 1rem;
}
.home-contact-section .home-contact-con .btn-submit a:hover {
  color: #ffffff !important;
}
.home-contact-section .home-contact-con .btn-submit:hover {
  background-color: #092a57;
  color: #ffffff !important;
}

/**transport-section**/
.transport-section {
  background: #eaf3ff;
}
.transport-section .transport-content {
  padding-top: 70px;
  padding-left: 20px;
}
.transport-section .transport-content h2 {
  color: #092a57;
  font-weight: 700;
  font-size: 2rem !important;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.transport-section .transport-content img {
  width: 100%;
}
.transport-section .transport-content .transport-item {
  margin-bottom: 0px;
  padding-top: 10px;
}
.transport-section .transport-content .transport-item h4 {
  color: #111;
  font-size: 1.3rem !important;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.transport-section .transport-content .transport-item p {
  color: #333;
  margin-bottom: 0;
}
@media (max-width: 1366px) {
  .transport-section .transport-content {
    padding-left: 30px;
  }
  .transport-section .transport-content h2 {
    font-size: 2.5rem !important;
  }
  .transport-section .transport-content .transport-item h4 {
    font-size: 1.5rem !important;
  }
}
@media (max-width: 1024px) {
  .transport-section {
    padding: 70px 0;
  }
  .transport-section .transport-content {
    padding-left: 0;
    margin-top: 0px;
  }
  .transport-section .transport-content h2 {
    font-size: 2.2rem !important;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .transport-section .transport-content h2 {
    font-size: 2rem !important;
  }
  .transport-section .transport-content .transport-item h4 {
    font-size: 1.3rem !important;
  }
  .transport-section .transport-content .transport-item p {
    font-size: 1rem;
  }
}
@media (max-width: 576px) {
  .transport-section {
    padding: 50px 0;
  }
  .transport-section .transport-content h2 {
    font-size: 1.8rem !important;
  }
}

/************************Footer top**************************/
.footer-top-row {
  background-color: #ffffff !important;
  color: #1e1d1d !important;
}
.footer-top-row a {
  color: #1e1d1d !important;
}
.footer-top-row a:hover {
  color: #092a57 !important;
}
.footer-top-row h4 {
  text-transform: uppercase;
  font-size: 20px !important;
  margin-bottom: 20px !important;
  color: #404d5f;
  font-weight: 500;
}
.footer-top-row .footer-top-con {
  padding-top: 60px;
  padding-bottom: 40px;
}
@media (max-width: 576px) {
  .footer-top-row .footer-top-con {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
  }
}
@media (max-width: 1024px) {
  .footer-top-row .footer-top-con .footer-menu {
    display: none;
  }
}
.footer-top-row .footer-top-con .footer-menu ul {
  padding-left: 0px !important;
  margin: 0;
}
@media (max-width: 576px) {
  .footer-top-row .footer-top-con .footer-menu ul {
    padding-left: 0px;
  }
}
.footer-top-row .footer-top-con .footer-menu ul li {
  list-style: none;
  line-height: 30px;
}
@media (max-width: 576px) {
  .footer-top-row .footer-top-con .footer-menu ul li {
    list-style: none;
  }
}
.footer-top-row .footer-top-con .footer-menu ul li a {
  text-transform: uppercase !important;
  color: #333333 !important;
}
.footer-top-row .footer-top-con .footer-menu ul li a:hover {
  color: #cd3333 !important;
}
@media (max-width: 576px) {
  .footer-top-row .footer-top-con .footer-contact {
    margin-bottom: 20px;
  }
}
.footer-top-row .footer-top-con .footer-contact h4 {
  text-transform: uppercase;
  font-size: 20px !important;
  margin-bottom: 20px !important;
  color: #404d5f;
}
.footer-top-row .footer-top-con .footer-contact h5 {
  color: #333333 !important;
  font-size: 1rem !important;
  font-weight: normal !important;
}
.footer-top-row .footer-top-con .footer-contact h5:hover {
  color: #cd3333 !important;
}
.footer-top-row .footer-top-con .footer-contact h5 a {
  color: #333333;
  font-weight: normal !important;
}
.footer-top-row .footer-top-con .footer-contact h5 a:hover {
  color: #cd3333 !important;
}
.footer-top-row .footer-top-con .footer-contact h6 {
  margin-bottom: 0px;
  font-weight: normal !important;
}
.footer-top-row .footer-top-con .footer-contact h6 a:hover {
  color: #cd3333 !important;
}
.footer-top-row .footer-top-con .footer-contact .contact-column {
  display: flex;
  margin-top: 10px;
}
@media (max-width: 576px) {
  .footer-top-row .footer-top-con .footer-contact .contact-column {
    justify-content: center;
  }
}
.footer-top-row .footer-top-con .footer-contact .contact-column .icon-item {
  padding-right: 20px;
}
.footer-top-row .footer-top-con .footer-contact .contact-column .footer-item {
  align-self: center;
}
@media (max-width: 440px) {
  .footer-top-row .footer-top-con .footer-map {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media (max-width: 1024px) {
  .footer-top-row .footer-top-con .footer-map {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
.footer-top-row .footer-top-con .footer-map h4 {
  text-transform: uppercase;
  font-size: 20px !important;
  margin-bottom: 20px !important;
  color: #404d5f;
  font-weight: 500;
}
.footer-top-row .footer-top-con .footer-map iframe {
  height: 200px !important;
  width: 300px !important;
  border-radius: 12px;
}
@media (max-width: 1199px) {
  .footer-top-row .footer-top-con .footer-map iframe {
    width: 300px;
    height: 170px;
  }
}
@media (max-width: 992px) {
  .footer-top-row .footer-top-con .footer-map iframe {
    width: 100%;
  }
}
.footer-top-row .footer-top-con .footer-map .foot-copyright p {
  font-size: 13px !important;
}
.footer-top-row .footer-top-con .footer-menu-responsive {
  display: none;
}
@media (max-width: 1024px) {
  .footer-top-row .footer-top-con .footer-menu-responsive {
    display: block;
  }
}
.footer-top-row .footer-top-con .footer-menu-responsive ul {
  padding-left: 0px !important;
  margin: 0;
}
@media (max-width: 576px) {
  .footer-top-row .footer-top-con .footer-menu-responsive ul {
    padding-left: 0px;
  }
}
.footer-top-row .footer-top-con .footer-menu-responsive ul li {
  list-style: none;
  line-height: 30px;
}
@media (max-width: 576px) {
  .footer-top-row .footer-top-con .footer-menu-responsive ul li {
    list-style: none;
  }
}
.footer-top-row .footer-top-con .footer-menu-responsive ul li a {
  text-transform: uppercase !important;
  color: #333333 !important;
}
.footer-top-row .footer-top-con .footer-menu-responsive ul li a:hover {
  color: #cd3333 !important;
}
@media (max-width: 768px) {
  .footer-top-row #order3 {
    -webkit-order: 3;
  }
  .footer-top-row #order2 {
    -webkit-order: 2;
  }
  .footer-top-row #order1 {
    -webkit-order: 1;
  }
  .footer-top-row {
    /* Standard syntax */
  }
  .footer-top-row #order1 {
    order: 1;
  }
  .footer-top-row #order2 {
    order: 2;
  }
  .footer-top-row #order3 {
    order: 3;
  }
}

/************************Footer top ends**************************/
.page-container {
  padding-top: 30px;
}
.page-container h3 {
  color: #092a57;
}
.page-container p {
  text-align: left;
}
.page-container p a:hover {
  color: #cd3333;
}
.page-container .page-img img {
  width: 100%;
  padding: 5px;
  border-radius: 15px;
  margin-bottom: 20px;
}

/*********************gallery***********************/
.gallery-con .gallery-heading {
  padding-left: 4px !important;
  padding-right: 1px !important;
}
.gallery-con .gallery-heading h4 {
  background: #092a57;
  text-align: center;
  padding: 14px;
  font-weight: 900;
  color: #fff;
  font-size: 1.4rem !important;
}
.gallery-con .gallery {
  list-style-type: none;
  padding-left: 0px !important;
  overflow: hidden;
  width: 100%;
  padding: 0px;
  margin: 0%;
  margin-left: 0px !important;
}
.gallery-con .gallery li {
  padding: 5px;
  float: left;
  width: 20%;
  position: relative;
  height: 200px;
  overflow: hidden;
  list-style-image: none !important;
}
@media (max-width: 768px) {
  .gallery-con .gallery li {
    width: 100% !important;
    height: auto !important;
    margin: 0px;
  }
}
.gallery-con .gallery li a {
  position: absolute;
  bottom: 0px;
  padding: 5px 0px;
}
.gallery-con .gallery li img {
  width: 100%;
  height: auto !important;
  border-radius: 8px;
}
.gallery-con .gallery .gallery-pc {
  display: block;
  visibility: visible;
}
@media (max-width: 1024px) {
  .gallery-con .gallery .gallery-pc {
    display: none;
  }
}
.gallery-con .gallery .gallery-mobile {
  display: none !important;
}
@media (max-width: 1024px) {
  .gallery-con .gallery .gallery-mobile {
    display: block !important;
  }
}

/********************gallery ends***********************/
#bodynav-area .area-con iframe {
  width: 100%;
  height: 585px;
}
@media (max-width: 576px) {
  #bodynav-area .area-con iframe {
    margin-bottom: 20px;
  }
}
#bodynav-area .area-con .area-col h5 {
  text-align: center;
}
#bodynav-area .area-con .area-col ul {
  padding-left: 20px;
}
#bodynav-area .area-con .area-col ul li {
  width: 100%;
  list-style-image: url(../images/bullets.jpg);
  line-height: 30px;
  background: #ededed;
  margin-bottom: 10px;
  padding-left: 10px;
}

/******contact-us********/
.contact-con {
  padding-bottom: 40px;
}
.contact-con .contact-address h4 {
  margin-bottom: 20px;
}
.contact-con .contact-address p {
  font-size: 18px !important;
  font-weight: 550;
}
.contact-con .btn-submit {
  background: #092a57;
  color: #fff;
  padding: 7px 25px 7px 25px;
  text-transform: uppercase;
}
.contact-con .btn-submit:hover {
  background: #000;
}
.contact-con .contact-form {
  background: linear-gradient(180deg, #ccc 0%, white 100%);
  padding: 40px;
  text-align: center;
}
.contact-con .contact-form h4 {
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
}
.contact-con .contact-form input, .contact-con .contact-form textarea, .contact-con .contact-form select {
  width: 100%;
  margin-bottom: 10px;
  height: 40px;
  border: 1px solid #ccc !important;
  padding-left: 10px;
}
.contact-con .contact-form textarea {
  height: 80px;
}
.contact-con .privacy-page h4 {
  margin-top: 20px;
  font-size: 1.2rem !important;
  font-weight: bold;
}

.no-banner {
  padding-top: 40px;
  padding-bottom: 0px;
}

/******modal*****/
.modal {
  z-index: 5000;
}
.modal .modal-dialog {
  max-width: 50%;
  margin-top: 15%;
}
@media (max-width: 576px) {
  .modal .modal-dialog {
    max-width: 100%;
  }
}
.modal .modal-dialog p {
  text-align: justify;
}
.modal .modal-dialog .modal-header, .modal .modal-dialog .modal-footer .close-btn {
  background: #092a57;
  color: #fff;
  padding: 9px;
  text-align: center;
}
.modal .modal-dialog .modal-header .btn-close, .modal .modal-dialog .modal-footer .close-btn .btn-close {
  color: #fff;
  text-decoration: none;
  opacity: 1;
  background: none;
  font-size: 1.8rem;
  height: auto;
  float: right;
  padding: 0px 5px;
}
.modal .modal-dialog .modal-content {
  text-align: center;
}
@media (max-width: 576px) {
  .modal .modal-dialog .modal-content .modal-body h4 {
    font-size: 1.1rem !important;
  }
}
.modal .modal-dialog .modal-content .modal-body ul {
  padding-left: 0px;
}
.modal .modal-dialog .modal-content .modal-body ul .dropdown-toggle::after {
  display: none;
}
@media (max-width: 1024px) {
  .modal .modal-dialog .modal-content .modal-body ul .caret {
    display: none !important;
  }
}
.modal .modal-dialog .modal-content .modal-body ul li {
  list-style: none;
  border-bottom: #ccc thin solid;
  line-height: 30px;
}
.modal .modal-dialog .modal-content .modal-body ul li:last-child {
  border-bottom: none;
}
.modal .modal-dialog .modal-content .modal-body ul li a {
  color: #222;
}
.modal .modal-dialog .modal-content .modal-body ul .dropdown-menu {
  width: 100%;
  display: block;
  position: relative;
  text-align: center;
  border-left: none;
  border-right: none;
  border-bottom: none;
}
.modal .modal-dialog .modal-footer {
  justify-content: center;
}
.modal .modal-dialog .modal-footer .close-btn:hover {
  background: #cd3333;
}

#more .modal-dialog {
  max-width: 63%;
}
@media (max-width: 576px) {
  #more .modal-dialog {
    max-width: 93%;
  }
}

#callUs .modal-body .col-md-12 h4 {
  border-bottom: 1px solid #ccc;
  line-height: 50px;
}
#callUs .modal-body .col-md-12:last-child h4 {
  border-bottom: none;
}

.f-nav {
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999 !important;
  transition: all 0.6s;
  position: fixed !important;
}
@media (max-width: 1024px) {
  .f-nav {
    left: unset;
    top: unset;
    width: unset;
    z-index: unset;
    transition: unset;
    position: unset !important;
  }
}

.featured-services-section {
  background: #092a57;
  padding: 20px 25px;
  border: none;
}
@media (max-width: 1024px) {
  .featured-services-section {
    display: none;
  }
}
.featured-services-section .featured-services-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.featured-services-section .services-item {
  display: flex;
  align-items: left;
  gap: 4px;
  flex: 1;
  padding: 0px;
  position: relative;
}
.featured-services-section .services-item .services-icon {
  flex-shrink: 0;
}
.featured-services-section .services-item .services-icon img {
  width: 28px;
  height: 28px;
  -o-object-fit: contain;
     object-fit: contain;
}
.featured-services-section .services-item .services-content {
  text-align: left;
}
.featured-services-section .services-item .services-content h4 {
  color: #fff;
  font-size: 12px !important;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 2px;
}
.featured-services-section .services-item .services-content p {
  color: rgba(255, 255, 255, 0.75);
  font-size: 12px;
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  .featured-services-section-con .featured-services-row {
    flex-direction: column;
    align-items: flex-start;
  }
  .featured-services-section-con .services-item {
    width: 100%;
    padding: 12px 0;
  }
}/*# sourceMappingURL=style.css.map */