.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

body {
  font-family: "Roboto", sans-serif;
  margin: 0;
}

h1 {
  margin: 0;
}

.home-page .header-nav {
  top: 0;
  position: fixed;
  width: 100%;
  background: #fff;
  padding-top: 18px;
  padding-bottom: 20px;
  border-bottom: 1px solid #E0E0E0;
}
.home-page .header-nav .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home-page .header-nav .container .nav-links ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  margin: 0;
}
.home-page .header-nav .container .nav-links ul li {
  padding: 0px 50px;
}
.home-page .header-nav .container .nav-links ul li a {
  text-decoration: none;
}
.home-page .header-nav .container .about-us {
  color: black;
}
.home-page .header-nav .container .gallery {
  color: black;
}
.home-page .header-nav .container .nav-contact .head-cta {
  padding: 9px 32px;
  text-decoration: none;
  color: #FFFFFF;
  background-color: #D6304C;
  border-radius: 4px;
}

.wrapper .about-wrapper {
  border-bottom: 1px solid #E0E0E0;
  background-image: url(../assets/banner-background.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  text-transform: capitalize;
  margin-top: 86px;
  height: 658px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.wrapper .about-wrapper .one-step {
  font-family: "Roboto";
  font-weight: 500;
  font-size: 64px;
  text-align: center;
  color: white;
  width: 60%;
}
.wrapper .about-wrapper .navigating-comp {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 32px;
  line-height: 145.52%;
  color: #FFFFFF;
  text-align: center;
  margin: 0;
  padding-top: 24px;
}
.wrapper .about-wrapper .about-head {
  font-weight: 500;
  font-size: 48px;
  line-height: 120.02%;
  color: #FFFFFF;
  padding: 264px 193px 88px 194px;
  margin-top: 85px;
}

.triend-year-wrapper .main-year {
  display: flex;
  justify-content: space-between;
  padding-top: 95px;
  padding-bottom: 95px;
}
.triend-year-wrapper .main-year .year-wrapper .triend-content {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
  font-size: 24px;
  line-height: 40px;
  max-width: 600px;
  color: #4F4F4F;
}

.ship-wrapper .shipment-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  margin-top: 50px;
  padding-bottom: 40px;
  width: 93%;
}
.ship-wrapper .shipment-wrapper .choose-heading {
  color: #D6304C;
  font-family: "Roboto";
  font-size: 36px;
  font-weight: 700;
  padding-bottom: 32px;
}
.ship-wrapper .shipment-wrapper .choose-head {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #4F4F4F;
}
.ship-wrapper .shipment-wrapper .choose-content {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #333333;
}
.ship-wrapper .shipment-wrapper .sub-ship-wrapper {
  width: 40%;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  padding-top: 10%;
}
.ship-wrapper .shipment-wrapper .sub-ship-wrapper .time-head {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 43px;
  color: #D6304C;
}
.ship-wrapper .shipment-wrapper .sub-ship-wrapper .time-sub-head {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 131.02%;
  color: #4F4F4F;
}
.ship-wrapper .shipment-wrapper .sub-ship-wrapper .time-content {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #333333;
}

.shipment-wrapperone {
  display: flex;
}

.service-wrapper .service-head {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 43px;
  text-align: center;
  color: #D6304C;
}
.service-wrapper .service-provoder {
  display: flex;
  justify-content: center;
  margin-top: 39px;
  gap: 20px;
  overflow: hidden;
}
.service-wrapper .service-provoder .card {
  width: 463px;
}
.service-wrapper .service-provoder .card .shipimage {
  width: 463px;
  height: 369px;
}
.service-wrapper .service-provoder .card .time-card {
  background: #F2F2F2;
  padding: 19px 38px;
}
.service-wrapper .service-provoder .card .time-card .time-sub-head {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 131.02%;
  color: #4F4F4F;
  margin: 0;
}
.service-wrapper .service-provoder .card .time-card .time-sub-content {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #4F4F4F;
}

.contact-wrapper {
  background-color: #D6304C;
  height: 345px;
}
.contact-wrapper .marin-wrapper {
  background-image: url(../assets/google.svg);
  background-repeat: no-repeat;
  height: 400px;
  position: absolute;
  mix-blend-mode: color-burn;
  right: 0;
  width: 550px;
  display: flex;
}
.contact-wrapper .sub-marin-wrapper {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.contact-wrapper .sub-marin-wrapper .contact-head {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 35px;
  line-height: 117.02%;
  color: #FFFFFF;
  text-align: center;
  padding-bottom: 39px;
  max-width: 800px;
  padding-top: 71px;
}
.contact-wrapper .sub-marin-wrapper .contact-cta {
  text-decoration: none;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 134.02%;
  padding: 14px 55px;
  background: #FFFFFF;
  border-radius: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #4F4F4F;
  text-align: center;
}

.footer-wrapper {
  background-color: #ECECEC;
}
.footer-wrapper .sub-footer-wrapper {
  display: flex;
  justify-content: space-between;
  padding-top: 44px;
  padding-bottom: 59px;
}
.footer-wrapper .sub-footer-wrapper .footer-address {
  width: 37%;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #4F4F4F;
}
.footer-wrapper .sub-footer-wrapper .sub-footer-address {
  display: flex;
  width: 96%;
  justify-content: space-evenly;
}
.footer-wrapper .sub-footer-wrapper ul {
  list-style-type: none;
}
.footer-wrapper .sub-footer-wrapper ul li {
  padding-top: 10px;
}
.footer-wrapper .sub-footer-wrapper ul li a {
  text-decoration: none;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #4F4F4F;
}

.footer-privacy-policy {
  background-color: #333333;
}
.footer-privacy-policy .privacy-policy {
  display: flex;
  justify-content: space-between;
  padding-top: 35px;
  padding-bottom: 36px;
}
.footer-privacy-policy .privacy-policy span {
  color: #FFFFFF;
}
.footer-privacy-policy .privacy-policy span a {
  color: #FFFFFF;
}

.gallery-wrapper {
  padding-top: 86px;
  padding-bottom: 197px;
  margin-top: 40px;
}
.gallery-wrapper .sub-gallery-wrapper {
  display: flex;
  justify-content: space-between;
}

.text-tride {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #4F4F4F;
}

.service-provide-text {
  background-image: url(../assets/redbackground.png);
  padding: 100px;
}
.service-provide-text .sub-service-provide {
  display: flex;
}
.service-provide-text .trident-super {
  width: 66%;
  color: #FFFFFF;
}
.service-provide-text .head-border {
  border-bottom: 1px solid #FFFFFF;
  display: flex;
  justify-content: space-between;
  width: 60%;
  margin: 0;
  padding: 38px 10px 28px 10px;
  font-family: "Roboto";
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  color: #FFFFFF;
}
.service-provide-text .head-border:hover {
  background: rgba(0, 0, 0, 0.1);
}
.service-provide-text .head-border-logic {
  display: flex;
  justify-content: space-between;
  width: 60%;
  margin: 0;
  padding: 28px 10px;
  font-family: "Roboto";
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  color: #FFFFFF;
}
.service-provide-text .head-border-logic:hover {
  background: rgba(0, 0, 0, 0.1);
}
.service-provide-text .head-continer {
  padding-bottom: 26px;
  display: flex;
  justify-content: space-between;
  width: 60%;
}
.service-provide-text .global-pro {
  color: #FFFFFF;
}
.service-provide-text .develop-stratagic {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 20px;
  margin: 0;
  width: 645px;
}

.active {
  color: #D6304C !important;
  border-bottom: 3px solid #D6304C !important;
  padding-bottom: 32px;
}

.aboutusheading {
  display: flex;
  justify-content: space-evenly;
  margin-top: 50px;
  margin-bottom: 50px;
}

.tex-section {
  width: 517px;
  padding-top: 10%;
}

.image-section {
  width: 517px;
}

.heading-us {
  color: #D6304C;
  padding-bottom: 32px;
}

@media (min-width: 320px) and (max-width: 480px) {
  .sub-ship-wrapper {
    width: 100% !important;
  }
  .sub-service-provide {
    flex-direction: column;
  }
  .about-wrapper {
    padding: 0% !important;
  }
  .wrapper .about-wrapper .one-step {
    height: 231px;
    font-family: "Roboto";
    font-weight: 500;
    font-size: 40px;
    text-align: center;
  }
  .aboutus-office {
    width: 100%;
  }
  .image-section {
    width: 100%;
  }
  .service-provide-text {
    padding: 0%;
  }
  .develop-stratagic {
    width: 100% !important;
  }
  .trident-super {
    width: 100% !important;
  }
  .aboutusheading {
    display: block;
  }
  .logo-image {
    padding: 20px 18px;
  }
  .one-stepsol {
    padding: 40px 19px 19px 25px;
  }
  .nav-complex {
    width: 100%;
  }
  .madeasy-tradent {
    padding: 25px 17px;
    font-family: "Roboto";
    font-weight: 400;
    font-size: 20px;
    color: #444444;
  }
  .global-service {
    background: #D6304C;
    width: 100%;
  }
  .we-serveglo {
    font-family: "Roboto";
    font-weight: 700;
    font-size: 36px;
    line-height: 43px;
    color: #FFFFFF;
  }
  .over-tride {
    font-family: "Roboto";
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: #F2F2F2;
  }
  .head-borderop {
    font-family: "Roboto";
    font-weight: 600;
    font-size: 20px;
    line-height: 23px;
    border-bottom: 1px solid;
    color: #FFFFFF;
  }
  .choose-headab {
    color: #D6304C;
    font-family: "Roboto";
    font-weight: 700;
    font-size: 36px;
    line-height: 43px;
    padding-left: 18px;
  }
  .republic-tride {
    font-family: "Roboto";
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #4F4F4F;
    padding-left: 18px;
  }
  .global-service {
    padding: 48px 18px;
  }
  .res-clockimg {
    width: 100%;
  }
  .choose-headab {
    font-family: "Roboto";
    font-weight: 700;
    font-size: 32px;
    line-height: 43px;
    color: #D6304C;
    padding: 25px 18px;
  }
  .choose-heading {
    font-family: "Roboto";
    font-weight: 700;
    font-size: 32px;
    line-height: 43px;
    color: #D6304C;
    padding: 25px 18px;
  }
  .republic-text {
    font-family: "Roboto";
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #4F4F4F;
    padding-left: 18px;
    padding-right: 18px;
  }
  .republic-textdev {
    color: #FFFFFF;
  }
  .global-service {
    color: #FFFFFF;
  }
  .logo-image {
    text-align: center;
  }
  .menu-baricons {
    display: flex;
  }
  .tridelog {
    padding-left: 50%;
  }
  #menuToggle {
    padding-top: 30px;
    padding-left: 30px;
  }
  #menu {
    background: #D6304C;
    height: 100%;
    width: 474px;
  }
  .wheel-clockcap {
    width: 100%;
  }
  .head-bordertop {
    border-bottom: 1px solid #F2F2F2;
  }
  .head-bordertop {
    padding-bottom: 30px;
  }
  .head-border {
    padding-top: 30px;
  }
  .sub-footer-wrapper {
    flex-direction: column;
    padding: 24px 0px 24px 0px !important;
  }
  .sub-footer-address {
    justify-content: space-between !important;
  }
  .privacy-policy {
    flex-direction: column;
  }
  .footer-address {
    width: 100% !important;
    padding: 20px;
  }
  .manage-service {
    padding-top: 20px;
  }
  .footer-privacy-policy .privacy-policy {
    padding: 20px 16px;
    text-align: center;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .republic-text {
    font-family: "Roboto";
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #FFFFFF !important;
    padding-left: 18px;
    padding-right: 18px;
  }
  .choose-heading {
    font-family: "Roboto";
    font-weight: 700;
    font-size: 36px;
    line-height: 43px;
    color: #D6304C;
    padding-left: 18px;
  }
  .one-stepsol {
    padding: 18px;
  }
  .madeasy-tradent {
    font-family: "Roboto";
    font-weight: 400;
    padding: 20px;
    font-size: 20px;
    line-height: 145.52%;
    color: #444444;
  }
  .global-service {
    display: none;
  }
  .sub-footer-wrapper {
    display: block;
  }
  .footer-address {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .nav-complex {
    width: 100%;
  }
  .reach-out {
    width: 100%;
  }
  .reach-out {
    width: 100%;
  }
  .wheel-clockcap {
    width: 100%;
  }
  .republic-text {
    font-family: "Roboto";
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    padding-left: 18px;
    padding-right: 18px;
  }
  .choose-heading {
    font-family: "Roboto";
    font-weight: 700;
    font-size: 36px;
    line-height: 43px;
    color: #D6304C;
    padding-left: 18px;
  }
  .one-stepsol {
    padding: 18px;
  }
  .madeasy-tradent {
    font-family: "Roboto";
    font-weight: 400;
    padding: 20px;
    font-size: 20px;
    line-height: 145.52%;
    color: #444444;
  }
  .global-service {
    display: none;
  }
  .sub-footer-wrapper {
    display: block;
  }
  .footer-address {
    width: 100%;
  }
}
.mobile-header {
  display: flex;
  align-items: center;
  padding: 15px 15px;
  position: fixed;
  width: 100%;
  background: #fff;
  z-index: 1111;
  top: 0;
}
.mobile-header .mobile-logo {
  width: 100%;
  display: flex;
  justify-content: center;
}

.image-complexity {
  width: 100%;
  margin-top: 80px;
}

.wheel-clockcap {
  width: 100%;
}

.side-leftnav {
  list-style: none;
  padding: 0;
}

.offcanvas {
  background-color: #FFFFFF !important;
  z-index: 111111 !important;
}

.offcanvas-body .side-leftnav li {
  list-style-type: none;
  padding-top: 30px;
}
.offcanvas-body .side-leftnav li a {
  text-decoration: none;
  color: #333333;
}

.anchor-redirect {
  text-decoration: none;
}/*# sourceMappingURL=style.css.map */