/* -------------------------------------- */
/* -------------------------------------- */
/* *************** */
/* 
Table of Content

1. Banner Start



*/
/* *************** */
/* -------------------------------------- */
/* -------------------------------------- */

:root {
  --bs-primary-color: #004a53;
  --bs-secondary-color: #2fb9c6;
  --bs-gray-bg: #dee0d1;
}

/* 1. Banner Start */

.banner-hero {
  width: 100%;
  height: 85vh;
  overflow: hidden;
  position: relative;
}

/* .banner-hero .row.h-100 {
  align-items: center;
} */

/* .about-asms {
  width: 90%;
} */

/* .banner-hero::after {
    content: '';
    position: absolute;
    background-color: black;
    opacity: 0.7;
    width: 100%;
    height: 100%;
    top: 0;
}*/

/* .banner-hero::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("../images/banner-img-01.png");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  right: -50px;
} */

.banner-content {
  position: relative;
  z-index: 10;
  display: flex;
  margin-bottom: 30px;
  align-items: flex-start;
  gap: 20px;
}

.banner-content img {
  width: 85%;
}

.banner-img {
  display: none;
}

.banner-content p {
  color: tomato;
  font-size: 22px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 900;
}

.banner-content h1 {
  color: var(--bs-primary-color);
  font-weight: 900;
  font-size: 2.8rem;
  margin-bottom: 10px;
  /* text-transform: uppercase; */
}

.about-asms h2 {
  font-size: 30px;
}

.banner-btn {
  background-color: var(--bs-secondary-color);
  padding: 15px 25px;
  color: #fff;
  width: fit-content;
  margin-top: 30px;
  display: block;
}

/* 1. Banner End */

/* 2. About Us Start */

.home-client-img {
  display: flex;
  justify-content: center;
}

.home-client-img img {
  max-width: 19%;
    width: 100%;
}

.home-client-img::-webkit-scrollbar {
  width: 0 !important;
}

.top-client h3 {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.about-img {
  position: relative;
}

.about-img p {
  content: "";
  position: absolute;
  bottom: 0;
  right: 2rem;
  background-color: var(--bs-secondary-color);
  color: #fff;
  font-size: 35px;
  font-weight: 900;
  padding: 30px;
  max-width: 350px;
}

.title-top {
  color: var(--bs-secondary-color);
  font-size: 18px;
  margin-bottom: 10px;
}

.about-us-section h2 {
  margin-bottom: 25px;
  font-weight: 900;
  word-spacing: 6px;
}

.sec-tq {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

/* 2. About Us End */

/* 3. Services Start */

.services {
  background-image: url("../images/dotted-map.png");
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
}

.service-points {
  display: flex;
  flex-wrap: wrap;
}

.left-column .d-flex {
  align-items: center;
  gap: 20px;
  margin-bottom: 70px;
}

.left-column .service-content {
}

.service-content h3 {
  font-size: 20px;
  font-weight: 600;
}

.service-content p {
  color: #797c7f;
  width: 90%;
}

.left-column .service-content p {
  margin-left: auto;
}

.service-img i {
  font-size: 30px;
}

.service-img {
  width: 80px;
  height: 80px;
  padding: 10px;
  border: 2px solid var(--bs-secondary-color);
}

.service-img:hover {
  background-color: var(--bs-secondary-color);
}

.right-column .d-flex {
  align-items: center;
  gap: 20px;
  margin-bottom: 70px;
  flex-direction: row-reverse;
}

.right-column .service-content {
  text-align: start;
}

.location {
  padding-bottom: 10px;
}

.location h2 {
  text-align: center;
  font-size: 25px;
  font-weight: 900;
  margin-bottom: 20px;
}

.location ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 60px;
  gap: 20px;
}

.location ul li {
  background-color: #2fb9c6;
  padding: 10px 20px;
  width: 11rem;
  text-align: center;
  color: #fff;
}

.location ul li i {
  margin-right: 1px;
}

/* 3. Services End */

/* 4. Contact us Start */

.contact-form {
  padding-top: 30px;
  padding-bottom: 60px;
}

.contact-form .container {
  background-color: #004a53;
  justify-content: center;
  padding: 40px 0;
}

.contact-form .container h2 {
  color: #fff;
  text-align: center;
  margin-bottom: 25px;
}

.contact-form form label {
  color: #fff;
}

.contact-form form .form-control {
  padding: 12px;
  border-radius: 0;
}

.contact-form textarea {
  resize: none;
  height: 200px;
}

.form-btn {
  margin-top: 20px;
}

.form-btn button {
  background-color: var(--bs-secondary-color);
  color: #000;
  text-align: center;
  padding: 12px;
  width: 100%;
}

/* 4. Contact us End */

/* 5. Why Choose Us Start */

.why-choose-us .wcu {
  text-align: center;
}

.why-choose-us .wcu h3 {
  font-size: 22px;
  font-weight: 700;
  color: var(--bs-secondary-color);
}

.why-choose-us .wcu img {
  width: 80px;
  margin-bottom: 10px;
}

/* 5. Why Choose Us End */

/* -------------------------------------------- */

/* Responsive Start */

@media only screen and (max-width: 1090px) {
  .banner-content h1 {
    font-size: 1.3rem;
  }

  .banner-content p {
    font-size: 17px;
  }

  .banner-hero::before {
    right: -6%;
    top: -5%;
  }

  .banner-hero .row.h-100 {
    align-items: flex-start;
    margin-top: 20px;
  }
}

@media only screen and (max-width: 980px) {
  .banner-hero::before {
    content: '';
    background-image: url("../images/mobile-banner-img-03.png");
    background-position: center bottom;
    background-size: cover;
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
  }

  .banner-content img {
    margin: 0 auto;
    width: 90%;
  }

  .banner-desktop-img {
    display: none;
  }

  .top-client {
    margin-top: 10px;
  }

  /* .banner-img {
    display: block;
  } */

  .banner-hero {
    height: 75vh;
  }

  .banner-content a {
    margin: 0 auto;
  }

  .about-us-section .row {
    flex-direction: column-reverse;
    gap: 30px;
  }

  .left-column .d-flex {
    flex-direction: row-reverse;
  }

  .left-column .service-content {
    text-align: start;
  }

  .left-column .service-content p {
    width: 100%;
  }

  .service-points {
    display: flex;
    /* flex-wrap: wrap; */
    flex-direction: column;
    align-items: flex-start;
  }

  .right-column {
    margin-top: 70px;
  }

  .contact-form .container {
    padding: 40px;
  }
}

@media only screen and (max-width: 850px) {
  .banner-hero {
    height: 80vh;
  }

  .location {
    margin: 0 20px;
  }

  .service-content p {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .banner-hero {
    height: 95vh;
  }
}

@media only screen and (max-width: 550px) {
  .banner-hero {
    height: 117vh;
  }
  .banner-content h1 {
    font-size: 1.3rem;
  }

  .top-client h3 {
    text-align: center;
    margin-top: 15px;
  }

  .home-client-img img {
    max-width: 35%;
  }

  .text-color {
    font-size: 16px;
  }

  .banner-content {
    margin-top: 20px;
  }

  .about-us-section {
    text-align: center;
  }

  .why-choose-us .wcu {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 475px) {
  .banner-content {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
  }

  .about-asms {
    text-align: center;
  }

  .sec-tq {
    font-size: 1.1rem;
  }

  .banner-hero {
    height: 100vh;
  }

  .banner-btn {
    margin-right: auto;
    margin-left: auto;
  }

  .banner-content h1 {
    text-align: center;
  }

  .banner-content p {
    text-align: center;
  }

  .service-points .d-flex {
    align-items: center;
  }

  .service-img {
    width: auto;
    height: auto;
  }

  .about-img p {
    font-size: 22px;
    max-width: 250px;
    right: 0;
  }

  .contact-form .container {
    padding: 40px 20px;
  }

  h2 {
    font-size: 1.8rem;
  }
}

/* Responsive End */

/* ============================================== */
/* ============================================== */
/* ----------- About Us ----------- */

.sub-pg-banner {
  height: 100%;
  position: relative;
  overflow: hidden;
  padding: 30px 0;
}

.sub-pg-banner::before {
  content: "";
  position: absolute;
  background-image: url("../images/about-asms-security-guards.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  top: 0;
}

.sub-pg-banner::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #999999;
  left: 0;
  opacity: 0.7;
  top: 0;
}

.sub-pg-banner .container {
  position: relative;
  z-index: 99;
}

.sub-pg-banner-content {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.sub-pg-banner-content img {
  width: 23%;
}

.sub-pg-banner-logo {
  margin-left: 20px;
}

.tag-line {
  color: tomato;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

.logo-name {
  font-size: 1.6rem;
  font-weight: 800;
  text-transform: uppercase;
  color: #004a53;
  letter-spacing: 2px;
}

.page-title h1 {
  font-size: 3.5rem;
  color: #000;
  font-weight: 700;
}

.abt-asms {
  display: flex;
  flex-wrap: wrap;
}

.about-img {
  display: flex;
  align-items: center;
  justify-content: center;
}

.mission-section {
  margin: 30px 0;
}

.mission-section .container {
  background-color: #dee1d2;
  padding: 30px;
}

.mission-section .mission {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.mission h3 {
  font-size: 30px;
  font-weight: 700;
  color: #004a53;
}

.mission p {
  color: #393939;
}

@media only screen and (max-width: 980px) {
  .abt-asms {
    gap: 20px;
  }

  .about-img {
    width: 100%;
  }

  .why-choose-us .row {
    flex-direction: column-reverse;
    gap: 20px;
  }
}

@media only screen and (max-width: 560px) {
  .sub-pg-banner-content {
    flex-direction: column;
    text-align: center;
  }

  .page-title h1 {
    font-size: 2.2rem;
  }

  .sub-pg-banner-content .logo-name {
    font-size: 1.2rem;
  }

  .sub-pg-banner-content .tag-line {
    font-size: 1rem;
  }

  .abt-asms {
    text-align: center;
  }

  .why-choose-us h2 {
    text-align: center;
  }
}

/* ----------- About Us ----------- */
/* ============================================== */
/* ============================================== */

/* ============================================== */
/* ============================================== */
/* ----------- Security Service ----------- */

.security-service-section {
  margin: 30px;
}

.security-service-section .container {
  background-color: #dee1d2;
  padding: 30px;
  text-align: center;
}

.security-service {
  max-width: 1100px;
  margin: 0 auto;
}

.security-service p {
  color: #393939;
}

.service-point {
  padding: 15px 15px 0;
  text-align: center;
  background-color: #d4e9eb;
  margin-bottom: 20px;
}

.service-point h4 {
  padding: 20px 10px;
  font-size: 20px;
  font-weight: 600;
  color: #004a53;
  margin: 0;
}

@media only screen and (max-width: 450px) {
  .security-service-section {
    margin: 30px 5px;
  }

  .security-service-section .container {
    padding: 10px;
  }
}

/* ----------- Security Service ----------- */
/* ============================================== */
/* ============================================== */

/* ============================================== */
/* ============================================== */
/* ----------- Facility Management ----------- */

.sub-pg-banner.facility-management::before {
  content: "";
  position: absolute;
  background-image: url("../images/fm-banner.jpg") !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  top: 0;
}

/* ----------- Facility Management ----------- */
/* ============================================== */
/* ============================================== */

/* ============================================== */
/* ============================================== */
/* ----------- Contact Us Page ----------- */

.contact-form form label {
  color: #222222;
  font-weight: 600;
}

.cont-pg .form-control {
  background-color: #f3f3f3;
}

.cont-pg .container {
  background-color: transparent !important;
}

.cont-pg h2 {
  color: var(--bs-primary-color) !important;
}

/* ----------- Contact Us Page ----------- */
/* ============================================== */
/* ============================================== */

/* ============================================== */
/* ============================================== */
/* ----------- Client Page ----------- */

.client-imgs {
  display: grid;
  grid-template-columns: auto auto auto auto auto;
}

.client-imgs img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 2rem;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 980px) {
  .client-imgs {
    grid-template-columns: auto auto auto;
  }
}

/* ----------- Client Page ----------- */
/* ============================================== */
/* ============================================== */

/* ============================================== */
/* ============================================== */
/* ----------- Contact Page ----------- */

.contact-location {
  background-color: #efefef;
  padding: 20px;
  height: 100%;
}

.contact-location h3 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
}



/* ----------- Contact Page ----------- */
/* ============================================== */
/* ============================================== */

