@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap");
body {
  -webkit-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
}

.custom-container {
  width: 75%;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .custom-container {
    width: 91%;
  }
}

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

.fbold, footer .h4, .homeslider .brdtext {
  font-weight: 700;
}

.fsbold, .highletcol h5, .primarybtn, .colorbtn:hover, .colorbtn, .brdbtn:hover, .brdbtn {
  font-weight: 500;
}

.flight {
  font-weight: 300;
}

.fxlight {
  font-weight: 200 !important;
}

a {
  text-decoration: none;
}

.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

p {
  font-size: 15px;
  padding-bottom: 20px;
  line-height: 25px;
}
@media (max-width: 576px) {
  p {
    font-size: 14px;
    padding-bottom: 15px;
  }
}

.h3 {
  font-size: clamp(1.3rem, 0.7vw, 1vw);
}

.h5 {
  font-size: clamp(1rem, 0.5vw, 1vw);
}

.colorprimary {
  color: #00a2ff;
}

.bgprimary {
  background: #00a2ff;
}

#load {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9999;
  background: url("http://code.jquery.com/mobile/1.3.1/images/ajax-loader.gif") no-repeat center center rgba(0, 0, 0, 0.8);
}

.primarybtn, .colorbtn:hover, .colorbtn, .brdbtn:hover, .brdbtn {
  padding: 8px 15px;
  background: none;
  border-radius: 5px;
  text-align: center;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  font-size: 15px;
}
.primarybtn .icomoon, .colorbtn .icomoon, .brdbtn .icomoon {
  margin-left: 15px;
  display: inline-block;
}
@media (max-width: 576px) {
  .primarybtn, .colorbtn:hover, .colorbtn, .brdbtn:hover, .brdbtn {
    padding: 5px;
    font-size: 13px;
  }
}

.brdbtn {
  color: #00a2ff;
  border: 1px solid #00a2ff;
}
.brdbtn:hover {
  color: #fff;
  background: #00a2ff;
}

.colorbtn {
  color: #fff;
  background: #00a2ff;
  border: 1px solid transparent;
}
.colorbtn:hover {
  color: #00a2ff;
  border: 1px solid #00a2ff;
}

header {
  position: relative;
  z-index: 999;
}
header .top-header {
  background: #00a2ff;
  padding: 10px 0;
  color: #fff;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
header .top-header p {
  padding: 0;
  margin: 0;
  font-size: 14px;
}
header .top-header p a {
  color: #fff;
  padding-right: 15px;
}
header .top-header .header-social li {
  margin: 0 10px;
}
header .top-header .header-social li a {
  font-size: 17px;
  color: #fff;
}
@media (max-width: 576px) {
  header .navbar-brand img {
    width: 150px;
  }
}
header .nav-link {
  font-size: 15px;
  padding: 10px 15px !important;
  color: #fff !important;
}
header .nav-link:hover {
  color: #00a2ff;
}
header .activenav {
  font-size: 15px;
  display: block;
  padding: 10px 15px !important;
  color: #00a2ff;
  border-bottom: 2px solid #00a2ff;
}
@media (max-width: 768px) {
  header .activenav {
    border: None;
    background: #00a2ff;
    color: #fff;
  }
}
header .dropdown .navbar-nav .nav-link:hover {
  background: #00a2ff;
  color: #fff;
}
header .dropdown .navbar-nav .activesubnav {
  background: #00a2ff;
  color: #fff;
  display: block;
  padding: 10px;
}
header .navbar-toggler {
  padding: 15px;
}
header .navbar-toggler .navbar-toggler-icon {
  background: #00a2ff;
}
header .navbar-toggler .navbar-toggler-icon:before, header .navbar-toggler .navbar-toggler-icon:after {
  content: "";
  background: #00a2ff;
}
@media (max-width: 768px) {
  header .navbar-mobile .nav-item .nav-link {
    color: #000 !important;
  }
}

.homeslider {
  height: 80vh;
  position: relative;
}
@media (max-width: 992px) {
  .homeslider {
    height: auto;
  }
}
.homeslider:before {
  content: "";
  background-image: linear-gradient(to right, rgba(255, 0, 0, 0), black 80%);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 80vh;
  z-index: 10;
  opacity: 0.9;
}
@media (max-width: 768px) {
  .homeslider:before {
    height: auto;
  }
}
.homeslider .slider-article {
  width: 30%;
  position: absolute;
  top: 50%;
  right: 18%;
  margin-top: -5%;
  z-index: 99;
  text-align: left;
}
@media (max-width: 992px) {
  .homeslider .slider-article {
    width: 100%;
    left: 0;
    top: 35%;
    margin-top: 0;
    z-index: 10;
    padding-left: 2%;
    padding-top: 20px;
  }
}
.homeslider .slider-article .h1 {
  color: #fff;
}
@media (max-width: 768px) {
  .homeslider .slider-article .h1 {
    font-size: 18px;
  }
}
.homeslider .slider-article p {
  color: #fff;
}
.homeslider .slider-article .brdbtn {
  color: #fff;
  border-color: #fff;
}
.homeslider .brdtext {
  font-size: 90px;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke: 1px #00a2ff;
  -moz-text-stroke: 1px #00a2ff;
  -ms-text-stroke: 1px #00a2ff;
  -o-text-stroke: 1px #00a2ff;
  opacity: 0.2;
}
@media (max-width: 768px) {
  .homeslider .brdtext {
    display: none;
  }
}
.homeslider .bordertext1 {
  top: 5%;
  left: 5%;
}
.homeslider .bordertext2 {
  bottom: 5%;
  right: 5%;
}
.homeslider .swiper-slide {
  width: 100%;
  height: 80vh;
  background: linear-gradient(78.78deg, rgba(0, 0, 0, 0.37) 99.23%);
}
@media (max-width: 768px) {
  .homeslider .swiper-slide {
    height: auto;
  }
}
.homeslider .swiper-slide img {
  width: 100%;
  height: 80vh;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .homeslider .swiper-slide img {
    height: auto;
  }
}

.fixed-top-header {
  box-shadow: 0 3px 8px gray;
  -moz-box-shadow: 0 3px 8px gray;
  -webkit-box-shadow: 0 3px 8px gray;
  -ms-box-shadow: 0 3px 8px gray;
  z-index: 99;
  background: #004166;
  z-index: 999;
}
.fixed-top-header .top-header {
  margin-top: -46px;
}

footer {
  background: url(../img/footerbg.jpg) no-repeat 0 0;
  background-size: cover;
  position: relative;
  color: gray;
}
footer .table .icomoon {
  color: gray;
  font-size: 20px;
}
footer .h4 {
  color: gray;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  footer .h4 {
    padding-bottom: 10px;
    margin-bottom: 0;
    border-bottom: 1px solid #00a2ff;
  }
}
footer ul li {
  padding-bottom: 10px;
}
footer ul li .footerlink:hover {
  color: #00a2ff;
}
footer .activefooterlink {
  color: #00a2ff !important;
}
footer .top-footer {
  color: gray;
  padding-top: 75px;
}
@media (max-width: 768px) {
  footer .top-footer {
    padding-top: 15px;
  }
}
footer .top-footer p,
footer .top-footer a {
  color: gray;
  font-size: 14px;
}
footer:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  opacity: 0.8;
}
footer .bottom-footer {
  padding: 25px 0;
  border-top: 1px solid #fff;
}
@media (max-width: 576px) {
  footer .bottom-footer {
    padding: 10px 0;
  }
}
footer .container {
  position: relative;
  z-index: 10;
}
footer .container .footer-social a {
  width: 38px;
  height: 38px;
  background: #fff;
  text-align: center;
  color: #000;
  line-height: 39px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  border-radius: 50px;
}
footer .container .footer-social a:hover {
  background: #00a2ff;
  color: #fff;
}
footer .moveTop {
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  position: fixed;
  bottom: 11px;
  right: 25px;
  display: none;
  line-height: 40px;
  text-align: center;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  background: #00a2ff;
  z-index: 9999;
  text-decoration: none;
  border-radius: 50%;
}
footer .moveTop:hover {
  border-radius: 50%;
}
footer .moveTop .icomoon {
  color: #fff;
}

.about-img-block article {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 285px;
}
.about-img-block article .icomoon {
  font-size: 60px;
  color: #fff;
}
.about-img-block article h4 {
  color: #fff;
}

.home-services {
  background: url(../img/servicebg.jpg) no-repeat 0 0;
  min-height: 500px;
  width: 100%;
  padding: 75px 0;
}
@media (max-width: 576px) {
  .home-services {
    background: none;
    padding: 15px 0;
  }
}
.home-services h3 {
  color: #fff;
}
@media (max-width: 576px) {
  .home-services h3 {
    color: #00a2ff;
  }
}
.home-services .servicecol article {
  background: #fff;
}
.home-services .servicecol article a {
  color: #fff;
}

.highletcol {
  margin-bottom: 15px;
  background: #e6f6ff;
}
.highletcol .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  background: #002033;
  width: 102;
  height: 122px;
}
.highletcol .icon .icomoon {
  font-size: 60px;
  color: #fff;
}
.highletcol h5 {
  font-size: 18px;
  padding-left: 15px;
}

.ourstrengths {
  background: #002033;
  color: #fff;
}
.ourstrengths article {
  color: #fff;
}

.list-items li {
  padding-bottom: 20px;
}

.subpage-main .subpage-header {
  background: url(../img/bg-subpage-header.jpg) no-repeat 0 0;
  background-size: cover;
  min-height: 250px;
  position: relative;
  padding-top: 120px;
}
@media (max-width: 576px) {
  .subpage-main .subpage-header {
    min-height: 150px;
    padding-top: 60px;
  }
}
.subpage-main .subpage-header:before {
  content: "";
  background: #005180;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0.8;
}
.subpage-main .subpage-header .container {
  position: relative;
  z-index: 10;
  color: #fff;
}
.subpage-main .subpage-header .container .h1 {
  color: #fff;
  padding: 0;
  margin: 0;
}
.subpage-main .subpage-header .container p {
  padding: 0;
  margin: 0;
}
.subpage-main .subpage-body {
  padding: 100px 0;
  min-height: 500px;
}
@media (max-width: 768px) {
  .subpage-main .subpage-body {
    padding: 25px 0;
  }
}
.subpage-main .subpage-body .list-items2 li {
  font-size: 15px;
  padding-bottom: 15px;
  list-style-type: disc;
  padding-left: 5px;
  margin-left: 15px;
}

.is-invalid {
  font-size: 12px;
  color: #dc3545;
}/*# sourceMappingURL=style.css.map */