body {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
}

nav {
  z-index: 2;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: #EFEFEF;
}

.nav-wrapper {
  width: 78%;
  margin: auto;
  padding: 10px 0;
}

.nav-info-wrapper {
  padding-left: 40px;
}

.nav-info-section {
  background-color: #54595E;
  padding: 10px 0;
}

.nav-info-section a {
  text-decoration: none;
  color: white;
}

.nav-social-media ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.nav-social-media ul li {
  background-color: #AEA6A6;
  height: 30px;
  width: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 10px;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.nav-social-media ul li:hover {
  background-color: black;
}

.nav-menu ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin: 0;
  padding: 0;
}

.nav-menu ul li {
  margin-left: 30px;
}

.nav-menu ul li a {
  text-decoration: none;
  color: black;
}

.nav-menu ul li a:hover {
  color: #828589;
}

.nav-mob {
  display: none;
}

footer {
  background-color: #E7E7E7;
}

.footer-wrapper {
  width: 78%;
  margin: auto;
  padding: 15px 0;
}

.footer-wrapper h4 {
  color: #042348;
  font-weight: 300;
}

.footer-info-section ul {
  list-style: none;
  line-height: 2.5;
  padding: 0;
}

.footer-info-section ul a {
  text-decoration: none;
  color: black;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  font-weight: 300;
}

.footer-info-section ul a:hover {
  color: #7A7A7A;
}

.footer-info-section ul a i {
  padding-right: 20px;
  font-size: 20px;
}

.footer-social-icon ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}

.footer-social-icon ul li {
  height: 40px;
  width: 40px;
  background-color: #042348;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.footer-social-icon ul li:hover {
  background-color: #63686C;
}

.footer-social-icon ul li a {
  color: white;
  font-size: 20px;
}

.footer-menu ul {
  padding: 0;
  list-style: none;
  line-height: 2;
}

.footer-menu ul a {
  text-decoration: none;
  color: black;
  font-weight: 300;
}

.footer-menu ul a:hover {
  color: #7A7A7A;
}

.footer-menu ul a:hover i {
  color: #7A7A7A;
}

.footer-menu ul a i {
  color: #042348;
  padding-right: 10px;
}

.footer-division ul {
  padding: 0;
  list-style: none;
  line-height: 2;
}

.footer-division ul a {
  color: black;
  text-decoration: none;
  font-weight: 300;
}

.footer-division ul a:hover {
  color: #7A7A7A;
}

.swiper {
  width: 100%;
  height: 450px;
}

.swiper img {
  width: 100%;
}

.home-body-1-wrapper {
  background-color: #7A7A7A;
  color: white;
}

.home-body-1 {
  width: 78%;
  margin: auto;
  padding: 10px 0;
}

.home-body-1 h1 {
  margin: 0;
  font-size: 30px;
  font-weight: 300;
}

.card-border {
  border-left: 2px solid white;
  border-right: 2px solid white;
}

.home-body-2 {
  width: 78%;
  margin: auto;
}

.home-card-1 {
  background-color: #7A7A7A;
  margin-top: 2px;
  padding: 10px;
  color: white;
}

.home-card-1 h2 {
  font-weight: 400;
  font-size: 20px;
  margin: 20px 0;
}

.home-card-1 p {
  line-height: 1.5;
  text-align: justify;
  font-weight: 100;
  font-size: 15px;
}

.home-card-1 img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.home-card-1 img:hover {
  -webkit-transform: scale(0.9, 0.9);
          transform: scale(0.9, 0.9);
}

.home-card-2-wrapper {
  background-color: #F5F5F5;
}

.home-card-2 {
  padding: 10px;
}

.home-card-2 h2 {
  font-weight: 400;
  font-size: 20px;
  margin: 20px 0;
  color: #042348;
}

.home-card-2 p {
  line-height: 1.5;
  text-align: justify;
  font-weight: 100;
  color: #454E5E;
  font-size: 15px;
}

.home-card-2 img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.home-card-2 img:hover {
  -webkit-transform: scale(0.9, 0.9);
          transform: scale(0.9, 0.9);
}

.service-body-wrapper {
  background-color: #54595E;
}

.service-body {
  width: 78%;
  margin: auto;
  padding: 10px 0;
}

.service-body h1 {
  color: white;
  margin: 0;
}

.service-body-img {
  height: 300px;
  background-image: url(../images/dryclean.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.home-body-3 {
  width: 78%;
  margin: auto;
}

.home-body-3 h2 {
  color: #042348;
  font-weight: 400;
  position: relative;
  margin-bottom: 60px;
}

.home-body-3 h2::after {
  position: absolute;
  content: '';
  border-bottom: 4px solid #54595E;
  bottom: -8px;
  left: 0;
  width: 50px;
}

.home-body-3 p {
  text-align: justify;
  font-size: 15px;
}

.home-card-3 {
  background-color: #E7E7E7;
  padding: 120px 57px;
}

.home-card-4 {
  background-color: #F5F5F5;
  padding: 40px;
}

.home-body-4 {
  width: 78%;
  margin: a;
}

.footer-end {
  width: 78%;
  margin: auto;
  color: #1B3B62;
  font-weight: 400;
}

.aa {
  text-align: end;
}

.about-body {
  width: 78%;
  margin: auto;
  padding: 80px;
  color: #042348;
}

.cooperate-body {
  width: 78%;
  margin: auto;
}

.cooperate-body p {
  font-weight: 300;
  text-align: justify;
}

.carrer-body {
  width: 78%;
  margin: auto;
}

.carrer-form {
  -webkit-animation-name: carrer-form;
          animation-name: carrer-form;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}

.carrer-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-animation-name: carrer-text;
          animation-name: carrer-text;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}

.carrer-text p {
  text-align: justify;
}

@-webkit-keyframes carrer-text {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@keyframes carrer-text {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@-webkit-keyframes carrer-form {
  0% {
    -webkit-transform: translateX(800px);
            transform: translateX(800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@keyframes carrer-form {
  0% {
    -webkit-transform: translateX(800px);
            transform: translateX(800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.carrer-form input {
  width: 100%;
  background-color: #FAFAFA;
  border: 1px solid #d8d5d5;
  padding: 5px 10px;
}

.carrer-form input[type="file"] {
  font-size: 13px;
}

.carrer-form ::-webkit-input-placeholder {
  font-size: 14px;
  font-weight: 300;
}

.carrer-form :-ms-input-placeholder {
  font-size: 14px;
  font-weight: 300;
}

.carrer-form ::-ms-input-placeholder {
  font-size: 14px;
  font-weight: 300;
}

.carrer-form ::placeholder {
  font-size: 14px;
  font-weight: 300;
}

.carrer-form button {
  border: none;
  background-color: #4B4F58;
  color: white;
  padding: 5PX 15PX;
}

.contact-body {
  width: 78%;
  margin: 40px auto;
  -webkit-animation-name: contact-body;
          animation-name: contact-body;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}

.contact-body h3 {
  background-color: #54595E;
  color: white;
  margin: 0;
  padding: 10px 5px;
  font-size: 18px;
  font-weight: 300;
}

@-webkit-keyframes contact-body {
  0% {
    -webkit-transform: translateX(-1400px);
            transform: translateX(-1400px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@keyframes contact-body {
  0% {
    -webkit-transform: translateX(-1400px);
            transform: translateX(-1400px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.address {
  background-color: #E7E7E7;
  border-right: 5px solid white;
  padding: 0;
}

.address-icon ul {
  padding: 0;
  list-style: none;
  font-size: 30px;
}

.address-icon li {
  height: 50px;
  width: 50px;
  border: #042348 1px solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 15px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.address-icon li:hover {
  border: 1px solid #FE6700;
}

.address-icon li:hover a {
  color: #FE6700;
}

.address-icon a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #042348;
}

.contact-details ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.contact-details li {
  height: 50px;
  width: 100%;
  margin: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.contact-details li span {
  font-size: 13px;
  color: #4B4F58;
}

.contact-social-icon ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact-social-icon ul li {
  height: 40px;
  width: 40px;
  background-color: #042348;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 15px;
}

.contact-social-icon ul li a {
  color: white;
  font-size: 25px;
}

.contact-form {
  background-color: #E7E7E7;
  border-left: 5px solid white;
  border-right: 5px solid white;
  padding: 0;
}

.contact-form p {
  font-size: 13px;
  font-weight: 300;
  padding: 10px;
}

.contact-form button {
  border: none;
  background-color: #4B4F58;
  color: white;
  padding: 5PX 15PX;
  margin: 20px 10px;
}

.contact-form-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 10px;
  margin-top: 20px;
}

.contact-form-fields sup {
  color: red;
  font-size: 18px;
}

.contact-form-fields input {
  height: 40px;
}

.contact-location {
  border-left: 5px solid white;
  padding: 0;
}

@media (max-width: 768px) {
  .carrer-body {
    width: 100%;
  }
  .nav-info-section {
    display: none;
  }
  .nav-menu {
    display: none;
  }
  .mob-nav-menu {
    left: 30px;
  }
  .about-body {
    width: 100%;
    padding: 80px 30px;
  }
  .carrer-form {
    margin-top: 30px;
  }
  .address {
    border-right: none;
    padding: 0;
  }
  .contact-form {
    border-right: none;
    border-left: none;
    margin: 30px 0;
    padding: 0;
  }
  .contact-location {
    border-left: none;
    padding: 0;
  }
  .footer-end {
    width: 78%;
    font-size: 10px;
  }
  .aa {
    margin-top: 10px;
    text-align: left;
  }
  .contact-details {
    padding: 0;
  }
}

@media (max-width: 1023px) {
  .nav-mob {
    display: block;
  }
  .logo {
    margin: 20px 0;
    text-align: center;
  }
  #open-btn {
    border: none;
  }
  #close-btn {
    display: none;
  }
  .mob-nav-menu {
    background-color: white;
    width: 90%;
    position: fixed;
    margin-top: 15px;
    padding: 10px 0;
    display: none;
  }
  .mob-nav-menu ul {
    list-style: none;
    line-height: 2;
    padding: 0;
    margin: 0;
  }
  .mob-nav-menu ul li {
    padding: 5px;
    border-bottom: 1px solid black;
  }
  .mob-nav-menu ul li a {
    text-decoration: none;
    color: black;
  }
  .nav-mob-btn {
    text-align: center;
  }
  .footer-contact,
  .footer-menu {
    margin: 30px 0;
  }
  .swiper {
    height: 180px;
  }
  .card-border {
    border-left: none;
    border-right: none;
  }
  .home-body-2 {
    width: 100%;
  }
  .home-body-3 {
    width: 100%;
  }
  .home-card-3 {
    padding: 100px 30px;
  }
  .home-card-4 {
    padding: 57px 30px;
  }
  .contact-body {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .nav-wrapper {
    width: 90%;
  }
  .nav-menu {
    display: none;
  }
  .nav-info-section a {
    font-size: 12px;
  }
  .mob-nav-menu {
    left: 50px;
  }
  .nav-info-wrapper {
    padding-left: 0px;
  }
  .footer-end {
    width: 95%;
    font-size: 13px;
  }
}
/*# sourceMappingURL=index.css.map */