* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Calibri", sans-serif;
}
.container {
  max-width: 80%;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
.row {
  display: flex;
  margin: 0 -15px;
  align-items: center;
  flex-wrap: wrap;
}
[class*="col-"] {
  padding: 0 15px;
}
.col-12 {
  width: 100%;
}
.col-11 {
  width: 91.66%;
}
.col-10 {
  width: 83.33%;
}
.col-9 {
  width: 75%;
}
.col-8 {
  width: 66.66%;
}
.col-7 {
  width: 58.33%;
}
.col-6 {
  width: 50%;
}
.col-5 {
  width: 41.66%;
}
.col-4 {
  width: 33.33%;
}
.col-3 {
  width: 25%;
}
.col-2 {
  width: 16.66%;
}
.col-1 {
  width: 8.33%;
}
ul {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  font-weight: 700;
}

h1 {
  font-size: 60px;
}
h2 {
  font-size: 32px;
}
h3 {
  font-size: 28px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 15px;
}
p {
  font-size: 18px;
  line-height: 1.2;
  text-align: justify;
}
a {
  text-decoration: none;
  font-size: 16px;
  line-height: 1.2;
  display: inline-block;
}
button {
  border: none;
  border-radius: 8px;
  padding: 8px 30px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  background: #000;
}
.section-btn a,
button {
  background: #1010d4;
  padding: 15px 40px;
  border-radius: 0px 0px 30px 0;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}
.map-text {
  background: #1010d4;
  padding: 15px 40px;
  border-radius: 0px 0px 135px 0;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
}

.section-btn a:hover,
button:hover {
  background: #131e33;
}
.services-page .section-btn a {
  background: #131e33;
}
.services-page .section-btn a:hover {
  background: #1010d4;
}
header {
 background-color: #1010d4;
    opacity: 0.9;
  background-size: cover;
  padding: 20px 0;
  z-index: 10;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
}
.header-content {
  display: flex;
  align-items: center;
  gap: 50px;
}
header a {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
}
.mobile-icon {
  width: 40px;
  height: 40px;
  flex-direction: column;
  justify-content: space-evenly;
  display: none;
}
.mobile-icon span {
  display: block;
  width: 100%;
  height: 3px;
  background: #1010d4;
  border-radius: 10px;
}
.main-menu ul {
  display: flex;
  gap: 50px;
  align-items: center;
  position: relative;
}

.sub-menu-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.sub-menu-wrapper img {
  transform: rotate(-90deg);
  width: 20px;
  transition: transform 0.3s;
}

ul.sub-menu {
  position: absolute;
  gap: 15px;
  flex-direction: column;
  align-items: flex-start;
  top: 100%;
  background-image: url(../images/header-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 15px;
  z-index: 9;
  display: none;
}
.sub-menu-wrapper:hover ul.sub-menu {
  display: flex;
}

.main-menu a {
  padding-left: 5px;
  border-left: 2px solid transparent;
}
.main-menu a.active {
  border-left: 2px solid #1010d4;
}
.main-menu a:hover {
  border-left: 2px solid #1010d4;
}
.main-menu .call-content {
  display: none;
}
.call-content a {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
  font-size: 30px;
}
/* img {
  box-shadow: 10px 10px;
  object-fit: cover;
  width: 100%;
  height: 100%;
} */

.banner {
  background-image: url(../images/banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  padding: 100px 0;
  color: #ffffff;
  height: 90vh;
  display: flex;
  align-items: flex-end;
}

.services-banner,
.about-banner {
  height: 450px !important;
}
.capital-force-img img {
  width: 100%;
}
.section-content {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.section-content .heading {
  display: flex;
  gap: 15px;
}
.section-content .heading h1 span {
  font-size: 48px;
  display: block;
}
.section-content .heading h1 {
  font-size: 72px;
  line-height: 1;
}
.explore-security-block .section-content {
  gap: 50px;
  padding-top: 0;
}
.explore-security-block .section-content .heading {
  justify-content: center;
  text-align: center;
}

.explore-security-block .section-content .heading h1,
.about-page .capital-force .heading h1 {
  color: #1010d4;
  font-weight: 600;
}

.explore-security-block .section-content .heading h1 span,
.about-page .capital-force .heading h1 span {
  color: #000;
}
.section-content h5 a {
  color: #1010d4;
}
.section-content p {
  color: #ffffff !important;
}
.capital-force-content p {
  color: #ffffff;
}

.capital-force {
  /* background-image: url(../images/capital-force-bg.png); */
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0;
}
.security-listing-wrapper {
  padding: 80px 0;
}
.security-listing-wrapper:nth-child(even) {
  background: #eee;
}
.security-listing-wrapper .row {
  align-items: normal;
  row-gap: 30px;
}
.security-listing-img {
  height: 100%;
}
.security-listing-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 0 100%;
}
.security-listing-wrapper:nth-child(even) .security-listing-img img {
  border-radius: 0 0 0 100%;
}
.security-listing-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.security-listing-content h1 {
  font-weight: 500;
}

.security-listing-content h2 {
  color: #d41010;
}
.intouch-block {
  background-image: url(../images/intouch-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0;
}
.form-group-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.intouch-block .section-content {
  max-width: 90%;
}
.intouch-block .section-content .heading h1 span {
  font-size: 36px;
  font-weight: 500;
  color: #000;
  display: block;
}
.comment-block .heading h1 span {
  font-size: 36px;
  font-weight: 500;
  color: #000000;
  display: block;
}
.comment-block .heading h1 {
  color: #000;
  text-align: center;
}

.intouch-block .section-content .heading h1 {
  color: #1010d4;
}

.intouch-block .capital-force-content p {
  max-width: 260px;
}
.mail-phone-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.mail-phone-wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.mail,
.phone {
  display: flex;
  flex-direction: column;
}

.mail a,
.phone a {
  font-size: 24px;
  font-weight: 500;
  color: gray;
}

.security-services {
  background-image: url(../images/glass-services-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0;
  color: #ffffff;
}
.map-block {
  background-image: url(../images/map-img-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  position: relative;
}
.iframe-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; /* Ensure it is behind other content */
}
.security-services .row {
  row-gap: 70px;
}
.security-services .heading {
  text-align: center;
  padding-bottom: 40px;
  color: #ffffff;
}
.security-card {
  background: #1010d4;
  border-radius: 0 0 30px 0;
  height: 325px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.security-img {
  background: #6b6bd0;
  width: 100px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0 0 30px 0;
  margin-top: -40px;
}

.security-img img {
  width: 65px;
  height: 65px;
}
.security-card .heading {
  text-align: left;
  padding: 0;
}
.security-content {
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.security-card .section-btn {
  text-align: right;
  padding: 2px;
}
.easy-steps-block {
  padding: 80px 0;
  text-align: center;
  background: #141b2b;
  color: #fff;
}

.easy-steps-block .row {
  row-gap: 70px;
}

.easy-steps-block .heading h1 {
  color: #1010d4;
}

.easy-steps-block .heading h2 {
  font-weight: 500;
}

.step-card {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.steps-count {
  font-size: 30px;
  font-weight: 700;
  color: #bcc3d3;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  border: 1px solid #bcc3d3;
}

.step-card-content {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 0 16px;
}

.step-card-content p {
  color: #bcc3d3;
  font-weight: 600;
  line-height: 1.5;
}
.security-content ul {
  color: #959593;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style: disc;
  padding-left: 25px;
  padding-top: 20px;
}

.vision-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.our-vision .row {
  align-items: normal;
}

.vision-img {
  height: 100%;
}

.our-vision .heading {
  padding-bottom: 0;
}

.our-vision .heading h1 {
  font-weight: 500;
}

.choose-block {
  background-image: url(../images/choose-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 80px 0;
}
.choose-block .row {
  row-gap: 20px;
}
.choose-block .heading h1 {
  font-weight: 500;
}
.choose-listing-wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.choose-listing {
  display: flex;
  gap: 15px;
  align-items: center;
}
.choose-img img {
  width: 150px;
  height: 120px;
  object-fit: cover;
  border-radius: 0 0 30px;
}
.choose-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.choose-block .heading p,
.choose-content h4 {
  color: #00217b;
  font-weight: 500;
}
.choose-content p {
  color: #989898;
}
.choose-form {
  background: #000072;
  padding: 40px 30px;
  box-shadow: 0 0 16px #ddd;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.choose-form h2 {
  padding-bottom: 20px;
  text-align: center;
  font-weight: 500;
}
.form-group {
  text-align: center;
}
.form-group input,
.form-group textarea {
  width: 100%;
  padding: 10px;
  font-size: 14px;
  border: 1px solid #c7c7c7;
  border-radius: 0 0 30px;
}
.comment-block {
  background: #1010d4;
}
.project-mind {
  background-image: url(../images/project-mind-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 80px 0;
  text-align: center;
  color: #fff;
}
.project-mind-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.our-clients {
  background-image: url(../images/client-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  padding: 80px 0;
}
.our-clients .heading {
  text-align: center;
}

.our-clients .row {
  row-gap: 30px;
}

.our-clients .heading h1,
.our-clients .heading p {
  font-weight: 500;
}

.our-clients .heading p {
  color: #d41010;
}

.client-card .client-content {
  background: #fff;
  padding: 30px;
  border-radius: 0 0 30px;
  box-shadow: 5px -5px #d4d4d4;
  height: 146px;
  position: relative;
}
.col-6:nth-child(even) .client-card .client-content {
  border-radius: 0 0 0 30px;
  box-shadow: -5px -5px #d4d4d4;
}
.client-content:after {
  content: "";
  display: inline-block;
  border-left: 20px solid #fff;
  border-right: 20px solid #fff;
  border-bottom: 30px solid #f4f4f4;
  position: absolute;
  bottom: 0;
  right: 15%;
}
.client-card h5 {
  color: #d41010;
  text-align: end;
  padding-right: 50px;
  padding-top: 15px;
}

.news-letter {
  background: #0e1625;
  color: #fff;
  padding: 40px 0;
}
.news-letter .row {
  row-gap: 30px;
}
.news-letter-form {
  display: flex;
  gap: 10px;
}
.news-letter-form input[type="text"] {
  width: 100%;
  padding: 10px;
  font-size: 14px;
  border-radius: 0 0 0 30px;
  background: #71767f;
  border: none;
}
.footer-top {
  background: #0e1625;
  color: #fff;
  padding: 80px 0;
  border-top: 1px solid #3b3b3b;
  border-bottom: 1px solid #3b3b3b;
}
.footer-top .row {
  align-items: flex-start;
}
.footer-menu h4 {
  color: #1093d4;
  padding-bottom: 10px;
}
.footer-logo {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}
.footer-top p {
  color: #8c8c8c;
  text-align: center;
}
.footer-menu ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-top a {
  color: #e7e7e7;
}
.footer-bottom {
  background: #1010d4;
  color: #e7e7e7;
  padding: 40px 0;
}
.footer-bottom-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-bottom-wrap p {
  font-weight: 500;
}
ul.social-links {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media (min-width: 1140px) {
  .project-mind-content h1 {
    font-size: 92px;
  }
  .sub-menu-wrapper:hover img {
    transform: rotate(90deg);
  }
}
@media (max-width: 1024px) {
  .container {
    max-width: 100%;
  }
  .col-9 {
    width: 100%;
  }
  .header-content {
    justify-content: space-between;
  }
  .mobile-icon {
    display: flex;
  }

  .main-menu > ul {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 100vh;
    background: #000;
    transform: translateX(100%);
    transition: transform 0.3s;
  }
  
    .sub-menu-wrapper {
    justify-content: space-between;
  }
  .sub-menu-show img {
    transform: rotate(90deg);
  }

  .sub-menu-show .sub-menu {
    position: static;
    width: 100%;
    display: flex;
  }
  ul.sub-menu li {
    padding: 0;
  }
  
  .main-menu ul.menu-show {
    display: block;
    transform: translateX(0);
  }
  .main-menu ul li {
    padding: 15px 25px;
  }

  .main-menu .call-content {
    display: flex;
  }
  .mobile-none {
    display: none;
  }
  .banner {
    height: 70vh;
  }
  .step-card-content {
    padding: 0;
  }
  .intouch-block .row {
    gap: 30px;
  }
  .intouch-block .section-content {
    max-width: 100%;
  }
  .map-block {
    height: 400px;
  }
  .map-block h1 {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .col-6,
  .col-8,
  .choose-block .col-4,
  .intouch-block .col-4 {
    width: 100%;
  }
  .col-4,
  .col-3,
  .comment-block .col-6,
  .map-block .col-6 {
    width: 50%;
  }
  .map-block h1 {
    font-size: 30px;
  }
  h3 {
    font-size: 22px;
  }
  .mail-phone-wrapper {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .capital-force-content {
    padding-top: 30px;
  }
  .about-page .capital-force-content {
    padding-top: 0;
  }
  .about-page .capital-force {
  }
  .explore-security-block .section-content,
  footer .row,
  .about-page .capital-force .row {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .col-4,
  .col-3,
  .comment-block .col-6,
  .map-block .col-6 {
    width: 100%;
  }
  h1 {
    font-size: 28px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 18px;
  }
  h4 {
    font-size: 20px;
  }
  h5 {
    font-size: 16px;
  }
  p {
    font-size: 16px;
  }
  .map-block h1 {
    font-size: 20px;
  }
  .easy-steps-block .heading h2 {
    font-size: 20px;
  }
  .easy-steps-block .row {
    row-gap: 30px;
  }
  .easy-steps-block .heading h1 {
    margin-bottom: 10px;
  }
  .banner {
    height: 90vh;
    justify-content: center;
    padding: 30px 0;
  }
  .banner .col-6 {
    width: 100%;
  }
  .security-listing-content {
    gap: 20px;
  }
  .section-content .heading h1 span {
    font-size: 32px;
    display: block;
  }
  .section-content .heading h1 {
    font-size: 40px;
  }

  .explore-security-block .section-content .heading h1 {
    font-size: 28px;
  }
  .explore-security-block .section-content .heading h1 span {
    font-size: 22px;
  }
  .section-content img {
    height: 120px;
  }
  .security-services,
  .capital-force,
  .choose-block,
  .project-mind,
  .our-clients,
  .news-letter,
  .footer-top,
  .security-listing-wrapper,
  .easy-steps-block {
    padding: 30px 0;
  }
  .security-services .heading {
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .choose-listing {
    flex-direction: column;
  }
  .choose-img {
    width: 100%;
  }
  .choose-img img {
    width: 100%;
    height: 200px;
  }
  .choose-form {
    padding: 20px;
  }
  .choose-form h2 {
    padding-bottom: 0;
  }
  .client-card .client-content {
    height: auto;
  }
  .client-card h5 {
    padding-right: 20px;
    padding-top: 10px;
  }
  .news-letter-form {
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .footer-bottom {
    padding: 15px 0;
  }
  ul.social-links {
    gap: 0;
  }
  .our-vision .row {
    align-items: normal;
    row-gap: 30px;
  }
  .our-vision .security-content {
    padding: 0;
  }
  .security-content ul {
    font-size: 16px;
    padding-left: 20px;
    padding-top: 10px;
  }
  .intouch-block .section-content .heading h1,
  .comment-block .heading h1 {
    font-size: 30px;
  }
  .intouch-block .section-content .heading h1 span,
  .comment-block .heading h1 span {
    font-size: 20px;
  }
  .mail-phone-content {
    gap: 10px;
  }
  .mail a,
  .phone a {
    font-size: 16px;
  }
  .map-block {
    height: 300px;
  }
}
