.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

body {
  font-family: "Roboto", sans-serif;
  margin: 0;
}

h1 {
  margin: 0;
}

.content-service {
  display: none;
  width: 100%;
}

.home-page .header-nav {
  top: 0;
  position: fixed;
  width: 100%;
  background: #fff;
  padding-top: 18px;
  padding-bottom: 20px;
  border-bottom: 1px solid #E0E0E0;
  z-index: 1;
}
.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;
  color: #333333;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
}
.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/abouthead.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 394px;
  text-transform: capitalize;
}
.wrapper .about-wrapper .about-head {
  font-style: normal;
  font-weight: 500;
  font-size: 48px;
  line-height: 120.02%;
  color: #FFFFFF;
  padding: 264px 193px 88px 0px;
  margin-top: 85px;
}

.triend-year-wrapper .main-year {
  display: flex;
  justify-content: space-around;
  padding-top: 95px;
  padding-bottom: 137px;
}
.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;
  margin: 0;
}
.triend-year-wrapper .main-year .year-wrapper .year-image {
  width: 100%;
}

.ship-wrapper .shipment-wrapper {
  display: flex;
  justify-content: space-between;
  background-image: url(../assets/conectingmap.png);
  background-repeat: no-repeat;
}
.ship-wrapper .shipment-wrapper .sub-ship-wrapper {
  width: 40%;
}
.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;
  padding-bottom: 50px;
}
.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;
}

.triend-content {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
  font-size: 24px;
  line-height: 40px;
  max-width: 600px;
  color: #4F4F4F;
  margin: 0;
}

.service-wrapper {
  padding: 91px 150px 102px 150px;
}
.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 .shipimage .sub-shpimage {
  display: block;
  width: 100%;
  height: auto;
}
.service-wrapper .service-provoder .time-card {
  background: #F2F2F2;
  padding: 19px 38px;
  height: 100%;
}
.service-wrapper .service-provoder .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 .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: 48px;
  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;
}

.image-wrapper {
  background-color: #D6304C;
  padding: 100px;
}
.image-wrapper .sub-wrapper {
  background-image: url(../assets/google.svg);
  mix-blend-mode: color-burn;
  background-repeat: no-repeat;
}

.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 .footer-address p {
  margin-top: 20px;
}
.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 .sub-privacy-policy {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.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: 60px;
}
.gallery-wrapper .container {
  max-width: 1140px;
}
.gallery-wrapper .container .sub-gallery-wrapper {
  display: flex;
  justify-content: space-around;
}
.gallery-wrapper .container .sub-gallery-wrapper .gallery-image {
  display: block;
  width: 100%;
  height: auto;
}

.contacts-wrapper {
  margin-top: 144px;
}
.contacts-wrapper .container {
  max-width: 1080px;
  margin: auto;
}
.contacts-wrapper .container .contact-heading {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 48px;
  line-height: 119.02%;
  color: #333333;
  width: 80%;
}
.contacts-wrapper .container #getContactus .label {
  line-height: 30px;
}
.contacts-wrapper .container #getContactus .form-control {
  width: 100%;
  height: 42px;
  background: #F5F5F5;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  margin-bottom: 5px;
  font-size: 18px;
}
.contacts-wrapper .container #getContactus .address {
  width: 100%;
  height: 124px;
  background: #F5F5F5;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
}
.contacts-wrapper .container #getContactus #submitButton {
  background: #D6304C;
  border-radius: 7px;
  width: 100%;
  color: #ffffff;
  border: none;
  padding: 14px;
  font-weight: 600;
  font-size: 17px;
  font-family: "Roboto";
}
.contacts-wrapper .container #getContactus .form-group {
  position: relative;
  margin-bottom: 25px;
}
.contacts-wrapper .container #getContactus .form-group label.errormessage {
  color: red;
  font-size: 12px;
  left: 0;
  position: absolute;
}

.office-wrapper .sub-office-wrapper {
  display: flex;
  justify-content: space-between;
  padding-top: 145px;
  padding-bottom: 107px;
}
.office-wrapper .sub-office-wrapper .heading-office {
  width: 550px;
}
.office-wrapper .sub-office-wrapper .heading-office .office-header {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 39px;
  color: #000000;
  padding-bottom: 17px;
}
.office-wrapper .sub-office-wrapper .heading-office span {
  height: 1px;
  width: 100%;
  display: flex;
  background-color: #000000;
}
.office-wrapper .sub-office-wrapper .heading-office .sub-office-header {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
}
.office-wrapper .sub-office-wrapper .heading-office .office-content {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
  margin: 0px;
}
.office-wrapper .sub-office-wrapper .heading-office .border-content {
  border-bottom: 1px solid #40404E;
  padding-bottom: 59px;
  margin: 0px;
}

.active {
  color: #D6304C !important;
  border-bottom: 3px solid #D6304C !important;
  padding-bottom: 32px;
}

.offcanvas {
  background-color: #ffffff !important;
  z-index: 1111111 !important;
}

.offcanvas-body .side-leftnav li {
  list-style-type: none;
  padding-top: 30px;
}
.offcanvas-body .side-leftnav li a {
  text-decoration: none;
  color: #333333;
}

.mobile-header {
  display: flex;
  align-items: center;
  padding: 8px 12px;
  border-bottom: 1px solid;
  top: 0;
}
.mobile-header .mobile-logo {
  width: 100%;
  display: flex;
  justify-content: center;
}

@media (min-width: 320px) and (max-width: 480px) {
  .show-xs {
    display: inline;
  }
  .show-lg {
    display: none;
  }
  .triend-year-wrapper .main-year {
    flex-direction: column;
    padding: 50px 0px !important;
  }
  .ship-wrapper .shipment-wrapper {
    flex-direction: column;
  }
  .contact-wrapper .marin-wrapper {
    padding: 10px !important;
  }
  .footer-wrapper .sub-footer-wrapper {
    flex-direction: column;
    padding: 24px 0px 24px 0px !important;
  }
  .sub-ship-wrapper {
    width: 100% !important;
  }
  .timeaone-image {
    width: 100%;
  }
  .about-head {
    padding: 70px !important;
    text-align: center;
    margin-top: 0px !important;
  }
  .service-provoder {
    flex-direction: column;
  }
  .card {
    width: 100% !important;
  }
  .service-wrapper {
    padding: 30px;
  }
  .time-card {
    padding: 10px !important;
  }
  .contact-head {
    font-size: 20px !important;
  }
  .footer-address {
    width: 100% !important;
  }
  .footer-address p {
    margin-bottom: 0px !important;
  }
  .privacy-policy {
    flex-direction: column;
  }
  .footer-wrapper .sub-footer-wrapper ul {
    padding: 0px;
  }
  .sub-gallery-wrapper {
    flex-direction: column;
  }
  .contact-heading {
    width: 100% !important;
    font-size: 32px !important;
  }
  .sub-office-wrapper {
    flex-direction: column;
  }
  .heading-office {
    width: 300px !important;
  }
  .sub-office-wrapper {
    padding: 20px 0px 20px 0px !important;
  }
  .main-contact {
    flex-direction: column;
    gap: 0px !important;
  }
  .sub-footer-address {
    justify-content: space-between !important;
    display: none !important;
  }
  .triend-content {
    padding-top: 30px;
  }
  .contacts-wrapper {
    margin-top: 80px !important;
  }
  .mobile-header {
    border-bottom: 1px solid #E0E0E0;
  }
  .gallery-wrapper {
    margin-top: 58px !important;
    padding-bottom: 50px !important;
    padding-top: 50px !important;
  }
  .about-wrapper {
    background-image: url(../assets/aboutmobile.png) !important;
    width: 376px !important;
    height: 200px !important;
    margin-top: 58px;
  }
  .time-head {
    padding-bottom: 24px !important;
  }
  #menuToggle a {
    text-decoration: none;
    color: #232323;
    transition: color 0.3s ease;
  }
  #menuToggle a:hover {
    color: tomato;
  }
  #menuToggle input {
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: -7px;
    left: -5px;
    cursor: pointer;
    opacity: 0;
    /* hide this */
    z-index: 2;
    /* and place it over the hamburger */
    -webkit-touch-callout: none;
  }
  /*
  * Just a quick hamburger
  */
  #menuToggle span {
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;
    background: #cdcdcd;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
  }
  #menuToggle span:first-child {
    transform-origin: 0% 0%;
  }
  #menuToggle span:nth-last-child(2) {
    transform-origin: 0% 100%;
  }
  /* 
  * Transform all the slices of hamburger
  * into a crossmark.
  */
  #menuToggle input:checked ~ span {
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -1px);
    background: #232323;
  }
  /*
  * But let's hide the middle one.
  */
  #menuToggle input:checked ~ span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
  }
  /*
  * Ohyeah and the last one should go the other direction
  */
  #menuToggle input:checked ~ span:nth-last-child(2) {
    transform: rotate(-45deg) translate(0, -1px);
  }
  /*
  * Make this absolute positioned
  * at the top left of the screen
  */
  #menu {
    position: absolute;
    width: 300px;
    margin: -100px 0 0 -50px;
    padding: 50px;
    padding-top: 125px;
    background: #ededed;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    /* to stop flickering of text in safari */
    transform-origin: 0% 0%;
    transform: translate(-100%, 0);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  }
  #menu li {
    padding: 10px 0;
    font-size: 22px;
  }
  /*
  * And let's slide it in from the left
  */
  #menuToggle input:checked ~ ul {
    transform: none;
  }
  .mobile-footer {
    text-align: center;
    font-size: 11px !important;
    display: flex;
    flex-direction: column;
    line-height: 18px;
  }
  .privacy-policy {
    padding: 20px 16px !important;
  }
  .content-service {
    display: block !important;
  }
  .timeaone-image {
    display: none;
  }
  .mobile-header {
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 1111;
  }
  #form {
    margin-top: 60px !important;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .show-xs {
    display: inline;
  }
  .show-lg {
    display: none;
  }
  .triend-year-wrapper .main-year {
    flex-direction: column;
  }
  .ship-wrapper .shipment-wrapper {
    flex-direction: column;
  }
  .ship-wrapper .shipment-wrapper .sub-ship-wrapper {
    width: 100%;
  }
  .service-provoder {
    flex-direction: column;
  }
  .contact-head {
    padding: 10px !important;
  }
  .marin-wrapper {
    padding: 10px !important;
  }
  .service-wrapper {
    padding: 30px;
  }
  .sub-office-wrapper {
    flex-direction: column;
  }
  .contact-heading {
    width: 100% !important;
  }
  .heading-office {
    width: 444px !important;
  }
  .privacy-policy {
    flex-direction: column;
  }
  .main-contact {
    flex-direction: column;
    gap: 0px !important;
  }
  .home-page .header-nav .container .nav-links ul li {
    padding: 0px 15px !important;
  }
  .gallery-wrapper .container .sub-gallery-wrapper {
    gap: 25px !important;
  }
  .year-wrapper {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .show-xs {
    display: none;
  }
  .show-lg {
    display: inline;
  }
  .service-wrapper {
    padding: 30px;
  }
  .marin-wrapper {
    padding: 60px !important;
  }
  .year-image {
    width: 100%;
  }
  .contact-heading {
    width: 100% !important;
  }
  .heading-office {
    width: 340px !important;
  }
  .home-page .header-nav .container .nav-links ul li {
    padding: 0px 30px !important;
  }
  .gallery-wrapper .container .sub-gallery-wrapper {
    gap: 25px !important;
  }
  .gallery-wrapper {
    margin-top: 0px !important;
    padding-bottom: 50px !important;
  }
  .mobile-header {
    border-bottom: 1px solid #E0E0E0;
  }
  .about-head {
    margin-top: 0px !important;
  }
  .contacts-wrapper {
    margin-top: 40px;
  }
  .year-wrapper {
    display: block;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .show-xs {
    display: none;
  }
  .show-lg {
    display: inline;
  }
  .contact-heading {
    width: 100% !important;
  }
  .heading-office {
    width: 475px !important;
  }
  .year-wrapper {
    display: block;
  }
}
@media (min-width: 1281px) {
  .show-xs {
    display: none;
  }
  .show-lg {
    display: inline;
  }
}
.toastMsg {
  position: fixed;
  bottom: calc(100% - 123px);
  z-index: 1030;
  right: 6px;
}

.toastSubmit {
  display: flex;
  justify-content: center;
}

#toastClsBtn {
  margin: 7px !important;
}/*# sourceMappingURL=about.css.map */