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

*:before,
*:after {
  box-sizing: border-box;
}

html {
  box-sizing: border-box;
  font-size: 62.5%;
  font-weight: 500;
}
@media (max-width: 991px) {
  html {
    font-size: 55%;
  }
}

html,
body {
  overflow-x: hidden;
}

p,
li,
a {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 3rem;
}

.sec-head {
  font-size: 4rem;
  font-weight: 400;
  padding-bottom: 2rem;
  margin-bottom: 5rem;
  position: relative;
}
@media (max-width: 991px) {
  .sec-head {
    font-size: 3rem;
    font-weight: 600;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .sec-head {
    font-size: 2.4rem;
  }
}
.sec-head::before {
  content: "";
  position: absolute;
  width: 4rem;
  height: 0.8rem;
  bottom: 0;
  left: 0;
  background-color: #0b255b;
}

.list li {
  padding-left: 4rem;
  position: relative;
}
.list li::before {
  content: url("../images/icon/tick.png");
  position: absolute;
  left: 0;
  top: 8px;
}
.list li:not(:last-child) {
  margin-bottom: 1.6rem;
}

.scroll-top {
  width: 4rem;
  height: 3.5rem;
  background: #0b255b;
  color: #fff;
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 5px;
  display: none;
  transition: 0.5s ease;
}
.scroll-top .fa {
  font-size: 2rem;
}

.modal.show .modal-dialog {
  transform: translateY(-50%) !important;
  top: 40% !important;
}

.navbar {
  background: #ffffff;
  padding: 2rem 0;
  transition: 0.5s;
}
.navbar.scrolled {
  box-shadow: 0 8px 6px -6px #0b255b;
  padding: 1rem 0;
}
.navbar.scrolled .navbar-brand {
  font-size: 2rem;
}
.navbar.scrolled .nav-item .nav-link {
  font-size: 1.6rem;
}
@media (max-width: 1200px) {
  .navbar.scrolled .nav-item .nav-link {
    font-size: 1.4rem;
  }
}
@media (max-width: 991px) {
  .navbar.scrolled .nav-item .nav-link {
    padding: 1rem 0;
    border-top: 1px solid #e9eef6;
  }
}
.navbar .navbar-brand {
  font-size: 2.6rem;
  font-weight: 800;
  color: #0b255b;
  text-transform: uppercase;
  line-height: 1;
  transition: 0.5s;
}
.navbar .nav-item {
  margin-left: 2.5rem;
}
@media (max-width: 1200px) {
  .navbar .nav-item {
    margin-left: 1.5rem;
  }
}
@media (max-width: 991px) {
  .navbar .nav-item {
    margin-left: 0;
  }
}
.navbar .nav-item .nav-link {
  font-size: 1.6rem;
  font-weight: 500;
  text-transform: capitalize;
  color: #292828;
  line-height: 1;
  padding: 0;
  transition: background-color 0.5s;
}
.navbar .nav-item .nav-link.active {
  color: #249ab8;
}
@media (max-width: 1200px) {
  .navbar .nav-item .nav-link {
    font-size: 1.4rem;
  }
}
@media (max-width: 991px) {
  .navbar .nav-item .nav-link {
    padding: 1rem 0;
    border-top: 1px solid #e9eef6;
  }
}
.navbar .navbar-toggler {
  font-size: 2rem;
  border: none !important;
}
.navbar .navbar-toggler:focus {
  box-shadow: none;
}

.banner {
  margin-top: 7.2rem;
  position: relative;
}
@media (max-width: 991px) {
  .banner {
    margin-top: 8rem;
  }
}
.banner .banner-caption {
  position: absolute;
  bottom: 30%;
  margin-left: 4rem;
}
@media (max-width: 767px) {
  .banner .banner-caption {
    margin-left: 0;
    bottom: 0;
    background: #249ab8;
    padding: 1rem 1rem;
    position: static;
  }
}
.banner .banner-caption p {
  font-size: 3rem;
  color: #ffffff;
  text-shadow: 3px 0 5px #000000;
  line-height: 4.5rem;
  position: relative;
  z-index: 1;
}
@media all and (max-width: 767px) and (min-width: 576px) {
  .banner .banner-caption p {
    max-width: 540px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .banner .banner-caption p {
    font-size: 2rem;
    line-height: 3.2rem;
    text-shadow: none;
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .banner .banner-caption p {
    font-size: 1.7rem;
    line-height: 3rem;
  }
}
@media (min-width: 768px) {
  .banner .banner-caption p::before {
    content: url(../images/banner/banner-circle.png);
    position: absolute;
    top: -65%;
    left: -8%;
    z-index: -1;
  }
}
@media (max-width: 767px) {
  .banner .banner-caption p br {
    display: none;
  }
}
@media (max-width: 767px) {
  .banner .container {
    max-width: 100%;
    padding: 0;
    margin: 0;
  }
}

.about__info {
  padding: 5rem 4rem;
  background-color: #e9eef6;
  position: relative;
}
@media (max-width: 1200px) {
  .about__info {
    padding: 4rem;
  }
}
@media (max-width: 767px) {
  .about__info {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .about__info {
    margin-bottom: 10rem;
  }
}
@media (min-width: 992px) {
  .about__info::after {
    content: "";
    position: absolute;
    width: 30rem;
    height: 125%;
    background-color: #249ab8;
    right: -10%;
    top: -12%;
    z-index: -1;
  }
}
.about__info p {
  color: #282727;
}

@media (min-width: 1200px) {
  .speciality {
    margin-top: 8rem;
  }
}
.speciality__left {
  position: relative;
}
.speciality__left img {
  float: right;
}
.speciality .speciality-heading {
  background-color: #249ab8;
  color: #ffffff;
  width: 21.2rem;
  height: 21.2rem;
  position: absolute;
  top: -8.5rem;
  left: 0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1200px) {
  .speciality .speciality-heading {
    left: -1rem;
  }
}
@media (max-width: 991px) {
  .speciality .speciality-heading {
    display: none;
  }
}
.speciality .speciality-heading .sec-head {
  font-size: 3rem;
}
.speciality .speciality-heading .sec-head::before {
  width: 5.5rem;
  height: 5.5rem;
  border-radius: 50%;
  bottom: auto;
  top: -68%;
  left: -35px;
}
.speciality__box {
  text-align: center;
  box-shadow: 2px 8px 40px rgba(33, 68, 141, 0.15);
  padding: 3rem;
  border-top: 1.5rem solid #0b255b;
}
@media (min-width: 768px) {
  .speciality__box {
    height: 100%;
  }
}
.speciality__box .title {
  font-size: 2.4rem;
  font-weight: 600;
  color: #1b1717;
  margin-bottom: 1.5rem;
}

.solution {
  margin: 10rem 0 4rem;
}
@media (max-width: 1200px) {
  .solution {
    margin: 4rem 0;
  }
}
.solution__info-box {
  background-color: #0b255b;
  color: #ffffff;
  padding: 4rem 9rem 7rem 15rem;
  position: relative;
}
@media (max-width: 1200px) {
  .solution__info-box {
    padding: 4rem;
  }
}
@media (max-width: 991px) {
  .solution__info-box {
    padding: 3rem;
  }
}
@media (min-width: 1200px) {
  .solution__info-box::before {
    content: url("../images/solution-img.jpg");
    position: absolute;
    top: -8%;
    left: -51%;
  }
}
.solution__info-box .sec-head {
  font-size: 3rem;
  font-weight: 600;
}

.inventory {
  margin: 6rem 0;
}
@media (max-width: 767px) {
  .inventory {
    margin: 4rem 0;
  }
}
.inventory__box {
  padding: 4rem 8rem;
  box-shadow: 2px 8px 40px rgba(33, 68, 141, 0.15);
}
@media (max-width: 991px) {
  .inventory__box {
    padding: 3rem;
  }
}
.inventory h3 {
  font-size: 3rem;
  font-weight: 600;
}

.philosophy {
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .philosophy {
    margin: 0;
  }
}
.philosophy__card {
  box-shadow: 2px 8px 40px rgba(33, 68, 141, 0.15);
  border-radius: 5px;
  padding: 3rem 2.5rem;
  min-height: 32rem;
  margin-top: 2rem;
  transition: 0.5s;
}
.philosophy__card.vision-card {
  min-height: inherit !important;
}
@media (max-width: 1200px) {
  .philosophy__card {
    padding: 3rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .philosophy__card {
    min-height: inherit;
    margin-top: 0;
  }
}
.philosophy__card:hover {
  box-shadow: 2px 8px 40px rgba(33, 68, 141, 0.4);
}
.philosophy__card .card-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-left: 2.5rem;
  margin-bottom: 1rem;
  position: relative;
}
.philosophy__card .card-header::before {
  content: "";
  width: 5rem;
  height: 5rem;
  background-color: #a7d7e3;
  border-radius: 50%;
  position: absolute;
  top: -15px;
  left: 0;
  z-index: -1;
}
@media (max-width: 1200px) {
  .philosophy__card .card-header img {
    height: 5rem;
  }
}
.philosophy__card .card-header .cart-title {
  font-size: 2.4rem;
  font-weight: 600;
  color: #292828;
  padding-left: 4rem;
}
@media (max-width: 1200px) {
  .philosophy__card .card-header .cart-title {
    padding-left: 1rem;
  }
}
.philosophy #philosophyCarousel .carousel-inner {
  padding: 1rem 4rem 2rem;
}
.philosophy #philosophyCarousel .carousel-control {
  height: inherit;
  width: inherit;
}
.philosophy #philosophyCarousel .carousel-control-next,
.philosophy #philosophyCarousel .carousel-control-prev {
  align-items: flex-end;
  bottom: 14%;
  opacity: 1;
}
.philosophy #philosophyCarousel .carousel-control-next {
  left: -45px;
  right: auto;
}
.philosophy #philosophyCarousel .carousel-control-prev {
  left: -90px;
}

.solutions {
  background-image: url("../images/solutions/bg-solutions-wave.png");
  background-repeat: no-repeat;
  background-position: top 67% center;
}
@media (max-width: 767px) {
  .solutions {
    background-size: cover;
  }
}
.solutions .card {
  text-align: center;
  height: 95%;
  margin-bottom: 3rem;
  box-shadow: 2px 8px 40px rgba(33, 68, 141, 0.15);
  border: 2px solid transparent;
  transition: 0.3s;
}
@media (max-width: 575px) {
  .solutions .card {
    height: inherit;
  }
}
@media (min-width: 768px) {
  .solutions .card:hover {
    border: 2px dashed #0b255b;
    box-shadow: none;
  }
}
.solutions .card .card-img-top {
  padding: 0 4rem 0;
  margin-top: -6rem;
}
@media (max-width: 767px) {
  .solutions .card .card-img-top {
    margin-top: 0;
    padding: 0;
    height: 35rem;
  }
}
.solutions .card .card-body {
  padding: 0 3rem 3rem;
}
@media (max-width: 767px) {
  .solutions .card .card-body {
    padding: 0 2rem 1rem;
  }
}
.solutions .card .card-title {
  font-size: 2.4rem;
  font-weight: 600;
  margin: 1.5rem 0;
}
@media (min-width: 768px) {
  .solutions__holder {
    margin-top: 8rem;
  }
}
@media (min-width: 768px) {
  .solutions__holder div[class*=col-] {
    margin-bottom: 8rem;
  }
}

.why-us {
  background-image: url("../images/bg-why-us-wave.png");
  background-repeat: no-repeat;
  background-position: top 100% right;
}
@media (max-width: 767px) {
  .why-us {
    background: none;
  }
}
.why-us__feature {
  padding: 3rem 4.5rem;
  box-shadow: 2px 8px 40px rgba(33, 68, 141, 0.15);
  border-radius: 10px;
  min-height: 21rem;
  background-color: #ffffff;
  margin-top: 4rem;
  transition: 0.5s;
}
@media (max-width: 1200px) {
  .why-us__feature {
    min-height: 25rem;
    margin-top: 3rem;
  }
}
@media (max-width: 991px) {
  .why-us__feature {
    min-height: 27.5rem;
    margin-top: 3rem;
  }
}
@media (max-width: 767px) {
  .why-us__feature {
    min-height: inherit;
  }
}
.why-us__feature:hover {
  transform: translateY(-10px);
  box-shadow: 2px 8px 40px rgba(33, 68, 141, 0.4);
}
.why-us__feature.active {
  background-color: #249ab8;
  margin-top: 11rem;
}
@media (max-width: 767px) {
  .why-us__feature.active {
    margin-top: 3rem;
  }
}
.why-us__feature .feature-name {
  font-size: 2.4rem;
  font-weight: 600;
  color: #292828;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  position: relative;
}
@media (max-width: 991px) {
  .why-us__feature .feature-name {
    font-size: 2rem;
  }
}
.why-us__feature .feature-name::before {
  content: url("../images/icon/triangle-right.png");
  position: absolute;
  top: -10px;
  left: -4.5rem;
}
.why-us__feature .feature-name::after {
  content: "";
  width: 85%;
  height: 2px;
  background-color: #d1d1d1;
  position: absolute;
  bottom: 0;
  left: 0;
}

.projects {
  margin: 7.5rem 0;
}
@media (max-width: 767px) {
  .projects {
    margin: 4rem 0;
  }
}
.projects .sec-head::before {
  left: 50%;
  transform: translateX(-50%);
}
.projects .projectBox {
  background: #fff;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-top: 2rem;
}
.projects .projectBox:hover .overlay {
  transform: scale(1);
  transition: 1s;
}
@media (max-width: 767px) {
  .projects .projectBox {
    margin-top: 0;
  }
}
.projects .projectBox img {
  width: 100%;
  transition: 1.5s;
}
@media (max-width: 767px) {
  .projects .projectBox img {
    height: 35rem;
  }
}
.projects .projectBox .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border: 10px solid transparent;
  transform: scale(0);
  transition: 1s;
  background-color: rgba(11, 37, 91, 0.6);
}
.projects .projectBox .text {
  font-size: 1.7rem;
  font-weight: 600;
  color: #263a52;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  padding: 0 3rem;
  width: 100%;
}
@media (max-width: 991px) {
  .projects .projectBox .text {
    padding: 0 1.5rem;
  }
}
.projects .projectBox .text .project-name {
  font-size: 2.4rem;
  font-weight: 600;
  border-bottom: 1px solid #879cb8;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 991px) {
  .projects .projectBox .text .project-name {
    font-size: 1.8rem;
  }
}
.projects .projectBox .text .project-loc {
  font-size: 1.6rem;
}
@media (max-width: 991px) {
  .projects .projectBox .text .project-loc {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}

.contact-details {
  height: 95%;
}
@media (max-width: 767px) {
  .contact-details {
    height: inherit;
    padding: 2rem;
    box-shadow: 2px 8px 40px rgba(33, 68, 141, 0.15);
  }
}
.contact-details.border-right {
  border-right: 2px solid #999999;
}
@media (max-width: 767px) {
  .contact-details.border-right {
    border: none;
    margin-bottom: 2rem;
  }
}
.contact-details h5 {
  font-size: 2.2rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #292828;
  margin: 2rem 0 1rem;
}
.contact-details a {
  color: inherit;
  text-decoration: none;
  transition: 0.5s;
}
.contact-details a:hover {
  text-decoration: underline;
}

.disclaimer {
  margin: 6rem 0;
}
@media (max-width: 767px) {
  .disclaimer {
    margin: 4rem 0;
  }
}

footer {
  background-image: url("../images/bg-footer.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 9rem 0 3rem;
}
@media (max-width: 575px) {
  footer {
    background-color: #0b255b;
    padding: 3rem 0;
  }
}
footer .form-control {
  border-radius: 0;
  height: 4rem;
  box-shadow: 0px 0px 5px rgba(33, 68, 141, 0.25);
  border: none;
  color: #292828;
  font-size: 1.6rem;
  padding-left: 2rem;
}
footer .form-group {
  margin-bottom: 2.5rem;
}
footer #message {
  height: 12rem;
  padding: 2rem 0 0 2rem;
}
footer .btn-submit {
  background-color: #249ab8;
  color: #ffffff;
  font-size: 2rem;
  text-transform: uppercase;
  padding: 1rem 4rem;
  border: none;
  transition: 0.5s;
}

.form-control::-webkit-input-placeholder {
  color: #292828;
}/*# sourceMappingURL=style.css.map */