@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
.font-extralight {
  font-weight: 200;
}

.font-light {
  font-weight: 300;
}

.font-regular {
  font-weight: 400;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.font-extrabold {
  font-weight: 800;
}

.font-black {
  color: #000;
}

.background-black {
  background: #000;
}

.font-white {
  color: #fff;
}

.background-white {
  background: #fff;
}

.font-red {
  color: #aa0607;
}

.background-red {
  background: #aa0607;
}

.font-gray {
  color: #363636;
}

.background-gray {
  background: #363636;
}

.font-darkgray {
  color: #18191b;
}

.background-darkgray {
  background: #18191b;
}

.font-primary {
  color: #021c8c;
}

.background-primary {
  background: #021c8c;
}

.font-lightprimary {
  color: #1268f5;
}

.background-lightprimary {
  background: #1268f5;
}

.font-darkprimary {
  color: #124e91;
}

.background-darkprimary {
  background: #124e91;
}

.font-lightgray {
  color: #e7eefa;
}

.background-lightgray {
  background: #e7eefa;
}

.font-lightgradient {
  color: linear-gradient(270deg, #e9defa 0%, rgba(251, 252, 219, 0.5) 100%);
}

.background-lightgradient {
  background: linear-gradient(270deg, #e9defa 0%, rgba(251, 252, 219, 0.5) 100%);
}

.font-bodytext {
  color: #777777;
}

.background-bodytext {
  background: #777777;
}

.font-lightblue {
  color: #d6f1ff;
}

.background-lightblue {
  background: #d6f1ff;
}

body {
  -webkit-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  margin: 0;
  padding: 0;
  font-family: "Lato", sans-serif;
  font-size: 15px;
  font-weight: 400;
}

ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

p {
  font-size: clamp(0.9rem, 1.1vw, 1.1rem);
  line-height: 170%;
  letter-spacing: 0.01rem;
  color: #363636;
}

.custom-container {
  width: 80%;
  margin: 0 auto;
}

.section-title {
  font-size: clamp(1.2rem, 1.5vw, 1.5rem);
}

.home-section {
  padding: 3rem 0;
}

.list-items li {
  position: relative;
  padding: 0 0 10px 25px;
  font-size: 17px;
}
.list-items li:before {
  content: "\e91b";
  font-family: "icomoon" !important;
  position: absolute;
  left: 0;
  top: 1px;
  border-radius: 50px;
  color: #021c8c;
}

.default-btn, .color-border-btn, .color-btn {
  font-size: 16px;
  text-align: center;
  padding: 10px 30px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  position: relative;
  text-transform: uppercase;
  display: inline-block;
}
.default-btn:after, .color-border-btn:after, .color-btn:after {
  content: "\e91b";
  font-family: "icomoon" !important;
  font-size: 12px;
  position: relative;
  left: 5px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.color-btn {
  background: #021c8c;
  color: #fff;
}
.color-btn:hover {
  background: #01125a;
  color: #fff;
}
.color-btn:hover:after {
  left: 8px;
}

.color-border-btn {
  background: #fff;
  color: #000;
  border: 1px solid #000;
}
.color-border-btn:hover {
  background: #021c8c;
  color: #fff;
}

.fixed-top-nav {
  background-color: white;
  box-shadow: 2px 2px 10px #363636;
  -moz-box-shadow: 2px 2px 10px #363636;
  -webkit-box-shadow: 2px 2px 10px #363636;
  -ms-box-shadow: 2px 2px 10px #363636;
  padding: 2px 0;
}
.fixed-top-nav .navbar-brand img {
  width: 300px;
}
@media (max-width: 768px) {
  .fixed-top-nav .navbar-brand img {
    width: 240px;
  }
}

header {
  padding: 0;
  background-color: rgba(255, 255, 255, 0.9);
}
header .navbar-brand img {
  width: 300px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
@media (max-width: 768px) {
  header .navbar-brand img {
    width: 240px;
  }
}
header .bsnav {
  background: none;
}
header .bsnav .nav-item .nav-link {
  text-transform: uppercase;
  padding: 20px 10px;
  font-weight: 700;
  font-size: 15px;
}
@media (max-width: 1400px) {
  header .bsnav .nav-item .nav-link {
    font-size: 13.5px;
  }
}
header .bsnav .nav-item .activenav {
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  padding: 20px 10px;
  font-size: 15px;
}
header .bsnav .dropdown .navbar-nav {
  background: #021c8c;
}
header .bsnav .dropdown .navbar-nav .nav-link {
  color: #fff;
  padding: 15px 20px !important;
}
header .bsnav .dropdown .navbar-nav .nav-link:hover {
  background: #1268f5;
}
header .bsnav .dropdown .navbar-nav .activesubnav {
  background: #1268f5;
  display: block;
  padding: 15px 20px !important;
  text-transform: uppercase;
  color: #fff;
}
header .bsnav .navbar-toggler:focus {
  box-shadow: none;
}
header .right-nav {
  padding-top: 10px;
}
header .right-nav .contact-num {
  padding: 0 !important;
  margin: 0;
}
header .right-nav .contact-num .phone-icon {
  width: 45px;
  height: 45px;
  border: 2px solid #021c8c;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
}
header .right-nav .contact-num .phone-icon .icomoon {
  font-size: 25px;
  color: #021c8c;
}

.bsnav-mobile .navbar-nav .nav-item {
  margin-bottom: 5px;
}
.bsnav-mobile .navbar-nav .nav-item .nav-link {
  display: block;
  padding: 8px 10px;
  background: #d6f1ff;
}
.bsnav-mobile .navbar-nav .nav-item .activenav {
  display: block;
  padding: 8px 10px;
  background: #021c8c;
  color: #fff;
}
.bsnav-mobile .navbar-nav .nav-item .activesubnav {
  display: block;
  padding: 8px 10px;
  background: #021c8c;
  color: #fff;
}
.bsnav-mobile .dropdown ul {
  margin-left: 15px;
}

.home-video-section {
  width: 100%;
  height: 100%;
  min-height: 97vh;
  position: relative;
}
.home-video-section .home-swiper .swiper-slide img {
  height: 100vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-video-section .overlay {
  z-index: 99;
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
}
.home-video-section .overlay .logoexp {
  width: 130px;
}
.home-video-section .overlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.home-video-section .overlay .container-fluid {
  position: relative;
  z-index: 999;
}
.home-video-section .overlay .container-fluid article {
  position: relative;
}
.home-video-section .overlay .container-fluid article:before {
  content: "";
  width: 38%;
  height: 65%;
  border-top: 15px solid white;
  border-right: 15px solid white;
  border-bottom: 15px solid white;
  position: absolute;
  bottom: 70px;
  right: 0;
  opacity: 0.5;
  display: none;
}
.home-video-section .overlay .container-fluid article:after {
  content: "";
  width: 38%;
  height: 65%;
  border-top: 15px solid white;
  border-left: 15px solid white;
  border-bottom: 15px solid white;
  position: absolute;
  bottom: 70px;
  left: 0;
  opacity: 0.5;
  display: none;
}
.home-video-section .overlay .container-fluid article .certified-logo {
  position: relative;
  z-index: 999;
  margin: 15px auto;
  display: flex;
}
.home-video-section .overlay .container-fluid article .certified-logo img {
  width: 100px;
}
.home-video-section .overlay .container-fluid article h1 {
  font-size: clamp(1rem, 1.5vw, 1.5rem);
  text-shadow: 2px 2px 2px #363636;
}
.home-video-section .overlay .container-fluid article p {
  color: #fff;
  font-size: clamp(1rem, 1.2vw, 1.2rem);
  padding: 0 0 25px 0;
}
.home-video-section .overlay .container-fluid article .color-btn {
  position: relative;
  z-index: 99;
}

.popular-services .service-col {
  margin: 2rem 0;
  display: flex;
}
.popular-services .service-col .icon {
  min-width: 100px;
  height: 100px;
  background-color: #d6f1ff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .popular-services .service-col .icon {
    min-width: 75px;
    height: 75px;
  }
}
.popular-services .service-col .icon:before {
  content: "";
  width: 50px;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #1268f5;
}
.popular-services .service-col .icon img {
  width: 75px;
}
@media (max-width: 768px) {
  .popular-services .service-col .icon img {
    width: 50px;
  }
}
.popular-services .service-col article {
  padding-left: 15px;
  align-self: center;
}
.popular-services .service-col article h3 {
  font-size: clamp(1.1rem, 1.3vw, 1.3rem);
  font-weight: 800;
  color: #021c8c;
}

.clientlogo {
  margin-bottom: 10px;
}

.welcome-section {
  background-color: #d6f1ff;
}
.welcome-section .welcomeimg {
  position: relative;
  height: 100%;
}
.welcome-section .welcomeimg:before {
  content: "";
  width: 155px;
  height: 270px;
  position: absolute;
  left: -10px;
  bottom: -20px;
  background: #021c8c;
  display: none;
}
@media (max-width: 996px) {
  .welcome-section .welcomeimg:before {
    display: none;
  }
}
.welcome-section .welcomeimg:after {
  content: "";
  width: 155px;
  height: 270px;
  position: absolute;
  right: -10px;
  top: -20px;
  background: #1268f5;
  display: none;
}
@media (max-width: 996px) {
  .welcome-section .welcomeimg:after {
    display: none;
  }
}
.welcome-section .welcomeimg img {
  position: relative;
  z-index: 99;
}
@media (max-width: 996px) {
  .welcome-section .welcomeimg img {
    display: none;
  }
}
.welcome-section h2 {
  font-size: clamp(2.4rem, 2.2vw, 2.2rem);
}
.welcome-section .highlets {
  padding-top: 4rem;
}
.welcome-section .highlets .col {
  border-left: 3px solid #021c8c;
  padding-left: 20px;
}
.welcome-section .highlets .col h3 {
  font-size: clamp(1.5rem, 4vw, 4rem);
  font-weight: 800;
  padding-bottom: 0;
  margin-bottom: 0;
}
.welcome-section .highlets .col h3 span {
  font-size: 25px;
}
.welcome-section .highlets .col p {
  color: #363636;
}

.recent-projects .project-col {
  position: relative;
}
.recent-projects .project-col .desc {
  background: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, #003167 100%);
  padding: 2rem 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
}
.recent-projects .project-col .desc h4 {
  font-size: clamp(1.3rem, 1.5vw, 1.5rem);
}

.popular-clients .swiper-wrapper .swiper-slide img {
  width: 90%;
}

footer {
  background: #124e91;
  padding: 4rem 0;
}
footer .footer-logo img {
  width: 250px;
}
footer .movetop {
  background: #fff;
  color: #021c8c;
  bottom: 45px;
  right: 10px;
  border-radius: 50px;
  text-align: center;
  line-height: 18px;
  position: fixed;
  border: 1px solid transparent;
  padding: 8px;
  position: fixed;
  right: 0;
  bottom: 25px;
  z-index: 9999;
  box-shadow: 2px 2px 10px #363636;
  -moz-box-shadow: 2px 2px 10px #363636;
  -webkit-box-shadow: 2px 2px 10px #363636;
  -ms-box-shadow: 2px 2px 10px #363636;
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
footer .movetop:hover {
  background-color: #021c8c;
  text-decoration: none;
}
footer .movetop:hover .icomoon {
  color: #fff;
}
footer .movetop .icomoon {
  font-size: 21px;
  color: #021c8c;
}
footer .footer-social {
  text-align: right;
}
@media (max-width: 768px) {
  footer .footer-social {
    text-align: left;
    margin-top: 25px;
  }
}
footer .footer-social a {
  width: 38px;
  height: 38px;
  background: #fff;
  display: inline-block;
  text-align: center;
  line-height: 42px;
  border-radius: 5px;
}
footer .footer-social a .icomoon {
  font-size: 20px;
}

.subpage {
  min-height: 800px;
}
.subpage .subpage-header {
  background: url(../img/subpage-header-bg.jpg) no-repeat 0 0;
  width: 100%;
  background-size: cover;
  min-height: 400px;
  position: relative;
}
@media (max-width: 768px) {
  .subpage .subpage-header {
    min-height: 250px;
  }
}
.subpage .subpage-header:before {
  content: "";
  background-image: linear-gradient(to right, #1268f5, rgba(94, 231, 223, 0));
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.5;
}
.subpage .subpage-header article {
  width: 50%;
  padding-top: 12rem;
  color: #fff;
  position: relative;
  z-index: 9;
}
@media (max-width: 768px) {
  .subpage .subpage-header article {
    padding-top: 8rem;
    width: 100%;
  }
}
.subpage .subpage-header article h1 {
  font-size: clamp(2rem, 3.5vw, 3.5rem);
}
.subpage .subpage-main {
  padding: 2rem 0;
}
.subpage .subpage-main .breadcrumb {
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .subpage .subpage-main .breadcrumb {
    margin-bottom: 2rem;
  }
}
.subpage .subpage-main h2 {
  font-size: clamp(1.4rem, 2.3vw, 2.3rem);
  font-weight: 700;
}
.subpage .subpage-main h3 {
  font-size: clamp(1.2rem, 1.8vw, 1.8rem);
  font-weight: 700;
}
.subpage p {
  line-height: 180%;
  font-size: 17px;
}

.grid-gallery {
  min-height: 500px;
}
.grid-gallery .item {
  margin-bottom: 1.5rem;
}
.grid-gallery .item .image {
  height: 220px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.contactDetailsRow {
  padding-bottom: 75px;
}
.contactDetailsRow .contactCol {
  border: 1px solid #ccc;
  min-height: 350px;
}
@media (max-width: 996px) {
  .contactDetailsRow .contactCol {
    min-height: auto;
  }
}
.contactDetailsRow .contactCol .icomoon {
  font-size: 60px;
  color: #021c8c;
}

.contactForm {
  width: 100%;
}
.contactForm .brdlink {
  background: #021c8c;
  color: #fff;
}

.success-message {
  background-color: #d4edda;
  color: #155724;
  padding: 10px;
  margin-bottom: 20px;
  border-radius: 4px;
  display: none;
}

.error {
  color: red;
  font-size: 0.9em;
  margin-top: 5px;
}

.contactForm .form-group {
  margin-bottom: 20px;
}
.contactForm .form-group .form-control {
  border-radius: 0;
}
.contactForm textarea {
  min-height: 110px;
}

#load {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9999;
  background: url("../img/ripples.gif") no-repeat center center rgba(0, 0, 0, 0.2);
}/*# sourceMappingURL=style.css.map */