@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body {
  font-family: "Poppins", sans-serif;
}

.home {
  background-image: url(../img/hero-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.home p {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 400;
}
.home p span {
  color: #EE6B22;
  font-size: 26px;
  font-weight: 700;
}
.home .card {
  border-radius: 10px;
  background: url(../img/form-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  border: none;
}
.home .card h5 {
  color: #000;
  font-size: 28px;
  font-weight: 700;
}
.home .card .btn-submit {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 600;
  border-radius: 5px;
  background: #1E1E1E;
  position: relative;
}
.home .card .btn-submit::before {
  position: absolute;
  content: url(../img/jcb.png);
  top: 6px;
  right: -33px;
}
.home .card .btn-submit:hover {
  background: #000;
}
.home .card .form-control:focus {
  box-shadow: none;
  border-color: #dee2e6;
}
.home .card .form-label {
  color: #454040;
  font-size: 16px;
  font-weight: 300;
}
.home .card .form-label span {
  color: #F00;
  font-size: 16px;
  font-weight: 700;
}

.vision {
  border-bottom: 1px solid #CDCACA;
  position: relative;
}
@media (max-width: 576px) {
  .vision {
    border-bottom: none;
  }
}
.vision .bor-right {
  border-right: 1px solid #CDCACA;
}
@media (max-width: 576px) {
  .vision .bor-right {
    border-right: none;
    border-bottom: 1px solid #CDCACA;
  }
}
.vision p {
  color: #1E1E1E;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.81px;
}
.vision .vis {
  position: absolute;
  color: rgba(11, 59, 119, 0.12);
  font-size: 150px;
  font-weight: 700;
  top: -40px;
  letter-spacing: 6.75px;
  z-index: -1;
}
@media (max-width: 576px) {
  .vision .vis {
    color: rgba(11, 59, 119, 0.12);
    font-size: 100px;
    font-weight: 700;
    top: 0px;
  }
}
.vision .vis span {
  color: rgba(0, 0, 0, 0.1);
  font-size: 100px;
  font-weight: 700;
}
@media (max-width: 576px) {
  .vision .vis span {
    color: rgba(0, 0, 0, 0.1);
    font-size: 70px;
    font-weight: 700;
  }
}
.vision .miss {
  position: absolute;
  color: rgba(11, 59, 119, 0.12);
  font-size: 150px;
  font-weight: 700;
  top: -40px;
  letter-spacing: 6.75px;
  z-index: -1;
}
@media (max-width: 576px) {
  .vision .miss {
    color: rgba(11, 59, 119, 0.12);
    font-size: 100px;
    font-weight: 700;
    top: 486px;
    right: 15px;
  }
}
.vision .miss span {
  color: rgba(0, 0, 0, 0.1);
  font-size: 100px;
  font-weight: 700;
}
@media (max-width: 576px) {
  .vision .miss span {
    color: rgba(0, 0, 0, 0.1);
    font-size: 70px;
    font-weight: 700;
  }
}

.whoWeAre {
  background-image: url(../img/who-we-before-img.png);
  background-repeat: no-repeat;
  background-position: right;
  background-position-y: inherit;
}
@media (max-width: 576px) {
  .whoWeAre {
    background-image: none;
  }
}
.whoWeAre h1 {
  color: #1E1E1E;
  font-size: 65px;
  font-weight: 700;
}
@media (max-width: 576px) {
  .whoWeAre h1 {
    color: #1E1E1E;
    font-size: 54px;
    font-weight: 700;
  }
}
.whoWeAre h1 span {
  color: #454040;
  font-size: 24px;
  font-weight: 300;
}
.whoWeAre p {
  color: #1E1E1E;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.81px;
}
.whoWeAre p span {
  color: #1E1E1E;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.81px;
}
.whoWeAre h5 {
  color: #0B3B77;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 1.08px;
}
.whoWeAre h6 {
  color: #000;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.81px;
}

.about {
  background: #0B3B77;
}
.about p {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.81px;
}
.about .card {
  border-radius: 5px;
  border: none;
}
.about .card p {
  color: #0B3B77;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.81px;
}

.why h1 {
  color: #1E1E1E;
  font-size: 65px;
  font-weight: 700;
}
@media (max-width: 576px) {
  .why h1 {
    color: #1E1E1E;
    font-size: 48px;
    font-weight: 700;
  }
}
.why h1 .span1 {
  color: #0B3B77;
  font-size: 65px;
  font-weight: 700;
}
@media (max-width: 576px) {
  .why h1 .span1 {
    color: #0B3B77;
    font-size: 48px;
    font-weight: 700;
  }
}
.why h1 .span2 {
  color: #454040;
  font-size: 24px;
  font-weight: 300;
}
.why p {
  color: #454040;
  font-size: 24px;
  font-weight: 300;
}

.right-img {
  background: #F2F2F2;
}
.right-img p {
  color: #000;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.81px;
}

.left-img p {
  color: #000;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.81px;
}

.products h1 {
  color: #0B3B77;
  font-size: 65px;
  font-weight: 700;
}
@media (max-width: 576px) {
  .products h1 {
    color: #0B3B77;
    font-size: 49px;
    font-weight: 700;
  }
}
.products h1 span {
  color: #454040;
  font-size: 24px;
  font-weight: 300;
}
.products .card {
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 250px;
  border-radius: 0px;
  border: none;
}
.products .card .card-header {
  background: rgba(11, 59, 119, 0.8);
  border-radius: 0px;
}
.products .card .card-header p {
  color: #FFFFFF;
  font-size: 28px;
  font-weight: 600;
}
.products .card-1 {
  background-image: url(../img/product-1.png);
}
.products .card-2 {
  background-image: url(../img/product-2.png);
}
.products .card-3 {
  background-image: url(../img/product-3.png);
}
.products .card-4 {
  background-image: url(../img/product-4.png);
}
.products .card-5 {
  background-image: url(../img/product-5.png);
}
.products .card-6 {
  background-image: url(../img/product-6.png);
}
.products .card-7 {
  background-image: url(../img/product-7.png);
}
.products .card-8 {
  background-image: url(../img/product-8.png);
}
.products .card-9 {
  background-image: url(../img/product-9.png);
}

.footer1 {
  border-top: 1px solid #CDCACA;
  border-bottom: 1px solid #CDCACA;
}
.footer1 p,
.footer1 a {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1.08px;
  text-decoration: none;
}
.footer1 p.text-blue,
.footer1 a.text-blue {
  color: #0B3B77;
}
@media (max-width: 576px) {
  .footer1 p,
  .footer1 a {
    color: #000;
    font-size: 18px;
    font-weight: 400;
  }
}
.footer1 .bg-location {
  background-image: url(../img/icons/icon-location.svg);
  background-repeat: no-repeat;
  background-position: left;
}
@media (max-width: 576px) {
  .footer1 .bg-location {
    background-image: none;
  }
}
.footer1 .bor-lr {
  border-right: 1px solid #CDCACA;
  border-left: 1px solid #CDCACA;
}
@media (max-width: 576px) {
  .footer1 .bor-lr {
    border-left: none;
    border-right: none;
  }
}
.footer1 .bg-call-mail {
  background-image: url(../img/icons/icon-call-email.svg);
  background-repeat: no-repeat;
  background-position: right;
}
@media (max-width: 576px) {
  .footer1 .bg-call-mail {
    background-image: none;
  }
}

.footer-2 p {
  color: #656363;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.72px;
}