@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");
@import url("https://fonts.googleapis.com/css2?family=Rajdhani:wght@600;700&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: #003b70;
}

.background-primary {
  background: #003b70;
}

.font-lightprimary {
  color: #027fed;
}

.background-lightprimary {
  background: #027fed;
}

.font-darkprimary {
  color: #002f57;
}

.background-darkprimary {
  background: #002f57;
}

.font-secondary {
  color: #f48120;
}

.background-secondary {
  background: #f48120;
}

.font-darksecondary {
  color: #d96201;
}

.background-darksecondary {
  background: #d96201;
}

.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: #666;
}

.background-bodytext {
  background: #666;
}

.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: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.list-items li {
  font-size: clamp(0.8rem, 0.9vw, 0.9rem);
  line-height: 170%;
  color: #18191b;
  position: relative;
  padding: 0 0 15px 30px;
}
.list-items li:before {
  content: "";
  width: 10px;
  height: 10px;
  background: #f48120;
  position: absolute;
  left: 0;
  top: 9px;
  border-radius: 50%;
}

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

a {
  text-decoration: none;
  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;
}

p {
  font-size: clamp(0.8rem, 0.9vw, 0.9rem);
  line-height: 170%;
  color: #18191b;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Rajdhani", serif;
  font-weight: 700;
}

.section-margin {
  margin-top: 100px;
}
@media (max-width: 768px) {
  .section-margin {
    margin-top: 25px;
  }
}

.default-btn, .color-border-btn, .orange-btn, .color-btn {
  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;
  display: inline-block;
  border-radius: 5px;
}

.color-btn {
  background: #003b70;
  color: #fff;
}
.color-btn:hover {
  background: #00203d;
  color: #fff;
}
.color-btn:hover:after {
  left: 8px;
}

.orange-btn {
  background: #f48120;
  color: #000;
  color: #fff;
}
.orange-btn:hover {
  background: #d96201;
}

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

header .navbar-brand img {
  width: 175px;
}
@media (max-width: 768px) {
  header .navbar-brand img {
    width: 140px;
  }
}
@media (max-width: 992px) {
  header .nav-item .nav-link {
    display: block;
    background: #d6f1ff;
    width: 100%;
    padding: 10px 15px !important;
    margin-bottom: 10px;
  }
}
header .nav-item .activenav {
  display: block !important;
  color: #f48120 !important;
  padding: 20px 15px !important;
}
header .nav-item .activesubnav {
  display: block;
  background: #f48120;
  padding: 10px !important;
  color: #000;
}
header .dropdown ul .nav-item .nav-link:hover {
  background: #f48120;
  color: #fff;
}
header .navbar-toggler:focus {
  box-shadow: none;
}

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

.home-swiper .swiper-slide {
  height: auto;
  position: relative;
}
.home-swiper .swiper-slide:before {
  content: "";
  background-image: linear-gradient(25deg, #3849e3, #9f62b3, #d28082, #f8a147);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.5;
}
.home-swiper .swiper-slide article {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 1;
}
.home-swiper .swiper-slide article .sliderTitle {
  font-size: clamp(1.5rem, 5vw, 5rem);
  text-shadow: 0 2px 2px #363636;
}
.home-swiper .swiper-pagination-bullet {
  background: #fff;
}

.home-services {
  background: url(../img/service-bg.jpg) no-repeat top center;
  padding-top: 120px;
}
@media (max-width: 768px) {
  .home-services {
    padding-top: 25px;
  }
}
.home-services .services-swiper {
  padding-top: 50px;
}
.home-services .services-swiper .swiper-slide {
  padding: 0 15px;
}
.home-services .services-swiper .swiper-slide article {
  padding: 50px;
  min-height: 340px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .home-services .services-swiper .swiper-slide article {
    min-height: 210px;
  }
}
.home-services .services-swiper .swiper-slide article a:hover {
  background: #f48120;
  color: #fff;
}

.highlets .icon {
  width: 120px;
  height: 120px;
  background: #f48120;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 25px;
  min-width: 120px;
}
.highlets .icon .icomoon {
  font-size: 75px;
  color: #fff;
}
.highlets article p {
  font-size: 18px;
  font-weight: 600;
}

.dreamcol {
  border: 5px solid #f48120;
  color: #fff;
}
.dreamcol h2 {
  font-size: clamp(1.3rem, 3vw, 3rem);
}

footer {
  background: #000;
}
footer .links {
  margin-bottom: 20px;
}
footer .links a {
  padding: 0 10px;
  display: inline-block;
  color: #fff;
}
footer .links a:hover {
  text-decoration: underline;
}
footer .social a {
  width: 37px;
  height: 37px;
  background: #fff;
  border-radius: 50%;
  display: inline-block;
  margin: 0 5px;
  line-height: 38px;
  color: #000;
}
footer .social a:hover {
  background: #f48120;
}
footer .social a:hover span {
  color: #fff;
}
footer .moveTop {
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 11px;
  right: 25px;
  display: inline-block;
  line-height: 56px;
  text-align: center;
  display: none;
  background: #f48120;
  z-index: 9999;
  text-decoration: none;
  border-radius: 50%;
  box-shadow: 0 0 2px #363636;
  -moz-box-shadow: 0 0 2px #363636;
  -webkit-box-shadow: 0 0 2px #363636;
  -ms-box-shadow: 0 0 2px #363636;
}
footer .moveTop .icomoon {
  font-size: 30px;
}
footer .moveTop:hover {
  border-radius: 50%;
}
footer .moveTop .icomoon {
  color: #fff;
}

.subPageMain .subPageHeader {
  background-image: linear-gradient(50deg, #003b70, #f48120);
  min-height: 150px;
  padding: 100px 0;
  color: #fff;
}
@media (max-width: 768px) {
  .subPageMain .subPageHeader {
    padding: 50px 0;
  }
}
.subPageMain .subPageHeader .mainTitle {
  font-size: clamp(2rem, 3vw, 3rem);
}
.subPageMain .subPageMain {
  min-height: 500px;
  padding: 5% 0;
}
.subPageMain .subPageMain p {
  color: #666;
  font-size: clamp(0.8rem, 0.9vw, 0.9rem);
  line-height: 170%;
}
.subPageMain .subPageMain .sectionTitle {
  font-size: clamp(1rem, 2.5vw, 2.5rem);
}
.subPageMain .subPageMain .company-image .aboutimg02 {
  position: absolute;
  bottom: -75px;
  right: 75px;
}
@media (max-width: 992px) {
  .subPageMain .subPageMain .company-image .aboutimg02 {
    display: none;
  }
}
@media (max-width: 992px) {
  .subPageMain .subPageMain .company-image .aboutimg01 {
    position: relative;
    width: 100%;
  }
}
.subPageMain .subPageMain .starts {
  position: absolute;
  top: 0;
  left: 0;
  right: 75px;
  text-align: right;
  z-index: 2;
}
@media (max-width: 768px) {
  .subPageMain .subPageMain .starts {
    position: relative;
  }
}
.subPageMain .subPageMain .starts .year {
  font-size: clamp(4rem, 8vw, 8rem);
  margin: 0;
  padding: 0;
  line-height: 7rem;
}
.subPageMain .subPageMain .team-row {
  padding-top: 150px;
}
@media (max-width: 768px) {
  .subPageMain .subPageMain .team-row {
    padding-top: 50px;
  }
}
.subPageMain .whychooseus {
  background: #003b70;
  padding: 150px 0;
}
.subPageMain .whychooseus p {
  color: #fff;
}
.subPageMain .team-img {
  overflow: hidden;
}
.subPageMain .team-img img {
  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;
}
.subPageMain .team-img img:hover {
  transform: scale(1.1, 1.1);
}

.client-col figure {
  overflow: hidden;
}
.client-col:hover img {
  transform: scale(1.1);
  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;
}

.contactDetailsRow {
  padding-bottom: 75px;
}
.contactDetailsRow .contactCol {
  border: 1px solid #ccc;
  min-height: 350px;
}
@media (max-width: 992px) {
  .contactDetailsRow .contactCol {
    min-height: auto;
    margin-bottom: 15px;
  }
}
.contactDetailsRow .contactCol .icomoon {
  font-size: 60px;
  color: #003b70;
}/*# sourceMappingURL=style.css.map */