@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap");
body {
  font-family: "Poppins", sans-serif;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0;
  font-weight: 400;
}

.fsbold, .customForm label, .proCol article h4, .mainSubpage .subPageHeader article .breadcrumb .breadcrumb-item.active, footer h3, .clientTestimonials .leftTestimonial .testimonialsDiv .swiper-slide article h4, header .active {
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

.flight, .mainSubpage .subPageHeader article h1 {
  font-weight: 300;
}

.fbold, .proCol span, .numberText h3, .numberText h2, .mainSubpage .subPageHeader article h1 span, .topProjects .projectCol .article h4, .topProjects .projectCol figure span, .strongDiv .strongItems .strongcol article h4, .strongDiv .strongItems .strongcol .count, .homeServices .homeServicecol a.link, .sectionTitle h2, .sectionTitle h5, .mainSlider .swiper-slide article .h2, .mainSlider .swiper-slide article h4 {
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}

.fblue, .topProjects .projectCol .article h4 {
  color: #001e92;
}

.fyellow {
  color: #fcbf1e;
}

.fwhite {
  color: #fff;
}

.bluebtn {
  background: #001e92;
  padding: 10px 25px;
  border-radius: 25px;
  color: #fff;
  display: inline-block;
  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;
  border: 1px solid transparent;
}
.bluebtn:hover {
  background: #fff;
  border: 1px solid #001e92;
  color: #001e92;
}
.bluebtn:focus {
  outline: none;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

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

.swiper-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.container-custom {
  width: 82%;
  margin: 0 auto;
}
@media (min-width: 320px) and (max-width: 575px) {
  .container-custom {
    width: 91%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .container-custom {
    width: 90%;
  }
}
@media (min-width: 768px) and (max-width: 990px) {
  .container-custom {
    width: 90%;
  }
}

.bsnav-sticky {
  z-index: 9999;
}

header {
  top: 20px;
  background: #001e92;
  position: relative;
}
@media (min-width: 320px) and (max-width: 575px) {
  header {
    background: #fff;
    top: 0;
    padding: 10px 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  header {
    background: #fff;
    top: 0;
  }
}
@media (min-width: 768px) and (max-width: 990px) {
  header {
    background: #fff;
    top: 0;
    padding: 10px 0;
  }
}
header .active {
  display: block;
  padding: 20px 15px;
  color: #fcbf1e !important;
  text-transform: uppercase;
}
@media (min-width: 320px) and (max-width: 575px) {
  header .active {
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 990px) {
  header .active {
    padding: 0;
  }
}
header .active i.caret {
  border-top: 5px solid #fcbf1e !important;
}
header .active span {
  display: block;
  position: relative;
  border-left: 3px solid #fcbf1e;
  padding-left: 3px;
}
@media (min-width: 320px) and (max-width: 575px) {
  header .active span {
    border: none;
  }
}
header .active span:before {
  content: "";
  width: 25px;
  height: 3px;
  background: #fcbf1e;
  position: absolute;
  top: 0;
  right: inherit;
  bottom: inherit;
  left: 0;
}
@media (min-width: 320px) and (max-width: 575px) {
  header .active span:before {
    display: none;
  }
}
header .active span:after {
  content: "";
  width: 25px;
  height: 3px;
  background: #fcbf1e;
  position: absolute;
  top: inherit;
  right: inherit;
  bottom: 0;
  left: 0;
}
@media (min-width: 320px) and (max-width: 575px) {
  header .active span:after {
    display: none;
  }
}
header .navbar-brand {
  position: absolute;
  top: 0;
  right: inherit;
  bottom: inherit;
  left: 0;
}
@media (min-width: 320px) and (max-width: 575px) {
  header .navbar-brand {
    position: relative;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  header .navbar-brand {
    position: relative;
  }
}
@media (min-width: 768px) and (max-width: 990px) {
  header .navbar-brand {
    position: relative;
  }
}
header .navbar-brand img {
  position: relative;
}
@media (min-width: 320px) and (max-width: 575px) {
  header .navbar-brand img {
    width: 100px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  header .navbar-brand img {
    width: 100px;
  }
}
@media (min-width: 768px) and (max-width: 990px) {
  header .navbar-brand img {
    width: 120px;
  }
}
header .navbar-brand:before {
  content: "";
  background: #fff;
  width: 440px;
  height: 124px;
  border-bottom: 2px solid #fcbf1e;
  position: absolute;
  top: -30px;
  right: inherit;
  bottom: inherit;
  left: -195%;
  transform: skewX(20deg);
  -moz-transform: skewX(20deg);
  -webkit-transform: skewX(20deg);
  -ms-transform: skewX(20deg);
  -o-transform: skewX(20deg);
}
@media (min-width: 320px) and (max-width: 575px) {
  header .navbar-brand:before {
    background: none;
    border: none;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  header .navbar-brand:before {
    background: none;
    border: none;
  }
}
@media (min-width: 768px) and (max-width: 990px) {
  header .navbar-brand:before {
    background: none;
    border: none;
  }
}
header .bsnav {
  background: none;
}
header .bsnav .nav-item .nav-link {
  color: #fff;
  text-transform: uppercase;
}
header .bsnav .nav-item .nav-link:hover {
  color: #fcbf1e;
}
header .bsnav .nav-item .caret {
  border-top: 5px solid #fff;
}
header .bsnav .dropdown .navbar-nav {
  background: #fcbf1e;
}
header .bsnav .dropdown .navbar-nav .nav-link {
  color: #000;
}
header .bsnav .dropdown .navbar-nav .nav-link:hover {
  background: #001e92;
  color: #fff;
}
header .bsnav .dropdown .navbar-nav .activesubnav {
  background: #001e92;
  color: #fff;
  display: block;
  padding: 10px 15px;
}
@media (min-width: 320px) and (max-width: 575px) {
  header .headerSocial {
    flex-direction: row !important;
  }
}
@media (min-width: 320px) and (max-width: 575px) {
  header .headerSocial .nav-item {
    width: 30px;
  }
}
header .headerSocial .icomoon {
  color: #fff;
}
@media (min-width: 320px) and (max-width: 575px) {
  header .headerSocial .icomoon {
    color: #001e92;
  }
}
header .headerSocial .icomoon:hover {
  color: #fcbf1e;
}

.mainSlider {
  height: 100vh;
}
@media (min-width: 320px) and (max-width: 575px) {
  .mainSlider {
    height: auto;
  }
}
.mainSlider .swiper-slide {
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 320px) and (max-width: 575px) {
  .mainSlider .swiper-slide {
    height: 60vh;
  }
}
.mainSlider .swiper-slide:before {
  content: "";
  background-image: linear-gradient(to right, #001e92, #fcbf1e);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.2;
  z-index: 0;
}
.mainSlider .swiper-slide article {
  width: 50%;
  text-shadow: 0 1px 2px #000;
  color: #fff;
  position: relative;
  left: 5%;
  top: 20%;
}
@media (min-width: 320px) and (max-width: 575px) {
  .mainSlider .swiper-slide article {
    width: 96%;
    top: 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .mainSlider .swiper-slide article {
    width: 96%;
  }
}
@media (min-width: 768px) and (max-width: 990px) {
  .mainSlider .swiper-slide article {
    width: 85%;
  }
}
.mainSlider .swiper-slide article:before {
  content: "";
  width: 65%;
  height: 180%;
  border: 15px solid #fcbf1e;
  position: absolute;
  top: -40%;
  right: inherit;
  bottom: 0;
  left: -10%;
  z-index: 0;
}
@media (min-width: 320px) and (max-width: 575px) {
  .mainSlider .swiper-slide article:before {
    display: none;
    top: 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .mainSlider .swiper-slide article:before {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 990px) {
  .mainSlider .swiper-slide article:before {
    width: 95%;
  }
}
.mainSlider .swiper-slide article h4 {
  font-size: clamp(1rem, 2.5vw, 1.6rem);
  letter-spacing: 3px;
  position: relative;
}
.mainSlider .swiper-slide article .h2 {
  font-size: clamp(2rem, 4vw, 3.5rem);
  position: relative;
}
.mainSlider .swiper-slide article p {
  font-size: clamp(1.2rem, 1vw, 1.2rem);
  line-height: 30px;
  position: relative;
  text-align: justify;
  display: none;
}
@media (min-width: 320px) and (max-width: 575px) {
  .mainSlider .swiper-slide article p {
    text-align: left;
  }
}
.mainSlider .swiper-slide[name=slide01] {
  background: url(../img/slider01.jpg);
}
.mainSlider .swiper-slide[name=slide02] {
  background: url(../img/slider02.jpg);
}
.mainSlider .swiper-slide[name=slide03] {
  background: url(../img/slider03.jpg);
}
.mainSlider .swiper-slide[name=slide04] {
  background: url(../img/slider04.jpg);
}
.mainSlider .swiper-pagination-bullet {
  background: none;
  border: 5px solid #fff;
  opacity: 1;
  width: 20px;
  height: 20px;
  box-shadow: 0 2px 4px #c4c4c4;
  -moz-box-shadow: 0 2px 4px #c4c4c4;
  -webkit-box-shadow: 0 2px 4px #948d8d;
  -ms-box-shadow: 0 2px 4px #c4c4c4;
  -o-box-shadow: 0 2px 4px #c4c4c4;
}
.mainSlider .swiper-pagination-bullet-active {
  border: 5px solid #fcbf1e;
}

.aboutHome {
  background: url(../img/ourstory.jpg) no-repeat 0 0;
  width: 100%;
  min-height: 600px;
  max-height: 720px;
  background-size: cover;
  position: relative;
}
.aboutHome .abouttitleImg {
  width: 110px;
  height: auto;
  position: absolute;
  top: 15%;
  right: inherit;
  bottom: inherit;
  left: 10px;
  z-index: 99;
}
@media (min-width: 320px) and (max-width: 575px) {
  .aboutHome .abouttitleImg {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .aboutHome .abouttitleImg {
    display: none;
  }
}
.aboutHome .leftAbout {
  position: relative;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-height: 600px;
  max-height: 720px;
  background: #fcbf1e;
}
.aboutHome .leftAbout p {
  font-size: 16px;
  line-height: 30px;
  text-align: justify;
}
@media (min-width: 320px) and (max-width: 575px) {
  .aboutHome .leftAbout p {
    text-align: left;
  }
}
.aboutHome .leftAbout .sectionTitle {
  position: relative;
  z-index: 99;
  padding-left: 15%;
  padding-right: 10%;
}
@media (min-width: 320px) and (max-width: 575px) {
  .aboutHome .leftAbout .sectionTitle {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.aboutHome .leftAbout:before {
  content: "";
  background: url(../img/aboutrans.png) no-repeat center center;
  position: absolute;
  top: inherit;
  right: 0;
  bottom: inherit;
  left: inherit;
  width: 450px;
  height: 600px;
  z-index: 10;
}
@media (min-width: 320px) and (max-width: 575px) {
  .aboutHome .leftAbout:before {
    width: 100%;
  }
}

.sectionTitle h5 {
  font-size: clamp(1rem, 2.5vw, 1rem);
  letter-spacing: 3px;
  position: relative;
  text-transform: uppercase;
}
.sectionTitle h2 {
  font-size: clamp(2rem, 4vw, 2rem);
  position: relative;
  text-transform: uppercase;
}

.homeServices {
  background: #dfe5ff;
  padding: 100px 0;
}
@media (min-width: 320px) and (max-width: 575px) {
  .homeServices {
    padding: 40px 0;
  }
}
.homeServices .homeServicecol {
  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;
}
.homeServices .homeServicecol:hover .link div {
  background: #001e92;
}
.homeServices .homeServicecol:hover .link div .icomoon {
  color: #fff;
}
@media (min-width: 320px) and (max-width: 575px) {
  .homeServices .homeServicecol {
    margin-bottom: 15px;
  }
}
.homeServices .homeServicecol a.link {
  display: block;
  font-size: 15px;
  text-transform: uppercase;
  color: #001e92;
  background: #fff;
}
.homeServices .homeServicecol a.link span {
  padding: 11px 0 11px 10px;
}
.homeServices .homeServicecol a.link div {
  background: #fcbf1e;
  height: 100%;
  display: inline-block;
  padding: 12px 15px;
}
.homeServices .homeServicecol a.link div span.icomoon {
  padding: 0;
}
.homeServices .homeServicecol:hover {
  box-shadow: 0 2px 4px #c4c4c4;
  -moz-box-shadow: 0 2px 4px #c4c4c4;
  -webkit-box-shadow: 0 2px 4px #948d8d;
  -ms-box-shadow: 0 2px 4px #c4c4c4;
  -o-box-shadow: 0 2px 4px #c4c4c4;
}

.strongDiv .strongTop {
  background: url(../img/strongbg.jpg) no-repeat 0 0;
  position: relative;
  background-size: cover;
  height: 474px;
  padding: 100px 0;
}
@media (min-width: 320px) and (max-width: 575px) {
  .strongDiv .strongTop {
    padding: 40px 0;
  }
}
.strongDiv .strongTop .sectionTitle h5 {
  color: #fcbf1e;
}
.strongDiv .strongTop .sectionTitle h2 {
  color: #fff;
}
.strongDiv .strongTop .sectionTitle p {
  color: #fff;
}
.strongDiv .strongTop:before {
  content: "";
  background: #001e92;
  opacity: 0.9;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.strongDiv .strongItems {
  margin-top: -200px;
  padding-bottom: 100px;
}
.strongDiv .strongItems .strongcol {
  background: #fff;
  border-top: 10px solid #fcbf1e;
  width: 100%;
  height: 320px;
  box-shadow: 0 2px 4px #c4c4c4;
  -moz-box-shadow: 0 2px 4px #c4c4c4;
  -webkit-box-shadow: 0 2px 4px #948d8d;
  -ms-box-shadow: 0 2px 4px #c4c4c4;
  -o-box-shadow: 0 2px 4px #c4c4c4;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 25px;
  box-sizing: border-box;
}
.strongDiv .strongItems .strongcol .stongIcon {
  width: 104px;
  margin-top: -35px;
}
.strongDiv .strongItems .strongcol .count {
  font-size: clamp(2rem, 6vw, 6rem);
  opacity: 0.2;
}
.strongDiv .strongItems .strongcol article {
  padding-top: 50px;
  text-align: center;
}
.strongDiv .strongItems .strongcol article h4 {
  font-size: 20px;
  color: #001e92;
  padding-bottom: 10px;
}

.topProjects {
  background: url(../img/projectsBg.jpg) no-repeat 0 0;
  background-size: cover;
  min-height: 650px;
  padding: 100px 0;
}
@media (min-width: 320px) and (max-width: 575px) {
  .topProjects .resp-tab-active {
    color: #fff;
    background: none !important;
  }
}
.topProjects .swiper-button-next:after,
.topProjects .swiper-button-prev:after {
  font-size: 20px;
  font-weight: bold;
}
.topProjects .swiper-button-next,
.topProjects .swiper-button-prev {
  background: #fcbf1e;
}
.topProjects .resp-tabs-list {
  text-align: center;
  margin-bottom: 25px;
}
.topProjects .resp-tabs-list li {
  float: none;
  text-transform: uppercase;
  background: none !important;
  border: 1px solid #fff;
  color: #fff;
  padding: 13px 15px !important;
}
.topProjects .resp-tabs-list .resp-tab-active {
  border: 1px solid #fcbf1e !important;
  margin-bottom: 0;
  padding: 13px 15px !important;
}
.topProjects .resp-tabs-container {
  background: none;
}
.topProjects .resp-tabs-container .resp-tab-content {
  border: none;
}
@media (min-width: 320px) and (max-width: 575px) {
  .topProjects {
    padding: 40px 0;
  }
}
.topProjects .sectionTitle {
  padding-bottom: 30px;
}
@media (min-width: 320px) and (max-width: 575px) {
  .topProjects .sectionTitle {
    padding-left: 10px;
  }
}
.topProjects .projectCol figure {
  margin: 0;
  position: relative;
}
.topProjects .projectCol figure span {
  background: #fcbf1e;
  padding: 5px;
  font-size: 12px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: inherit;
  left: inherit;
  text-transform: uppercase;
}
.topProjects .projectCol figure img {
  height: 400px;
  object-fit: cover;
  -moz-object-fit: cover;
  -webkit-object-fit: cover;
  -ms-object-fit: cover;
  -o-object-fit: cover;
}
@media (min-width: 768px) and (max-width: 990px) {
  .topProjects .projectCol figure img {
    height: 300px;
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  .topProjects .projectCol figure img {
    height: 350px;
  }
}
.topProjects .projectCol .article {
  background: #fff;
  padding: 15px;
}
.topProjects .projectCol .article h4 {
  font-size: clamp(1rem, 2vw, 1rem);
}

.clientTestimonials {
  background: #fcbf1e;
  min-height: 550px;
  max-height: 700px;
  position: relative;
  display: none;
}
.clientTestimonials .clientTitle {
  width: 110px;
  height: auto;
  position: absolute;
  top: 15%;
  right: 10px;
  bottom: inherit;
  left: inherit;
  z-index: 99;
}
@media (min-width: 320px) and (max-width: 575px) {
  .clientTestimonials .clientTitle {
    display: none;
  }
}
.clientTestimonials .leftTestimonial {
  background: url(../img/testbg.jpg) no-repeat 0 0;
  min-height: 550px;
  max-height: 700px;
  position: relative;
}
.clientTestimonials .leftTestimonial:before {
  content: "";
  background: #3d0044;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.4;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.clientTestimonials .leftTestimonial .testimonialsDiv {
  padding: 10%;
}
.clientTestimonials .leftTestimonial .testimonialsDiv .swiper-slide {
  text-align: center;
}
.clientTestimonials .leftTestimonial .testimonialsDiv .swiper-slide img.avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 3px solid #fff;
}
.clientTestimonials .leftTestimonial .testimonialsDiv .swiper-slide article {
  padding: 35px 0 80px 0;
}
.clientTestimonials .leftTestimonial .testimonialsDiv .swiper-slide article h4 {
  font-size: 19px;
  color: #fff;
}
.clientTestimonials .leftTestimonial .testimonialsDiv .swiper-pagination-bullet {
  opacity: 1;
  width: 30px;
  height: 4px;
  background: #fff;
  border-radius: 0;
  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;
}
.clientTestimonials .leftTestimonial .testimonialsDiv .swiper-pagination-bullet:focus {
  outline: none;
}
.clientTestimonials .leftTestimonial .testimonialsDiv .swiper-pagination-bullet-active {
  background: #fcbf1e;
  width: 50px;
}
.clientTestimonials .testRight {
  width: 60%;
  min-height: 550px;
  padding: 5%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0 auto;
}
.clientTestimonials .testRight .sectionTitle {
  padding-bottom: 35%;
  text-align: center;
}
.clientTestimonials .testRight .icomoon {
  font-size: clamp(10rem, 8vw, 10rem);
  color: #001e92;
}

footer {
  color: #dfe5ff;
}
footer h3 {
  font-size: 23px;
  color: #fcbf1e;
  text-transform: uppercase;
  padding-bottom: 20px;
}
footer .topFooter {
  background: #00092c;
  padding: 50px 0;
  font-size: 14px;
}
footer .topFooter .footerSocial {
  padding-top: 25px;
  padding-left: 0;
  justify-content: flex-start;
}
footer .topFooter .footerSocial a {
  width: 50px;
  height: 50px;
  text-align: center;
  display: inline-block;
  text-align: center;
  border: 1px solid #fcbf1e;
  line-height: 34px;
  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;
  margin-right: 10px;
}
footer .topFooter .footerSocial a:hover {
  background: #fcbf1e;
  color: #001e92;
  border: 1px solid #001e92;
}
footer .topFooter .footerSocial a:hover .icomoon {
  color: #001e92;
}
footer .topFooter .footerSocial a .icomoon {
  color: #fcbf1e;
}
footer .topFooter .contactcol p {
  padding-bottom: 20px;
}
footer .topFooter ul.footerLinks li a {
  color: #dfe5ff;
  padding: 7px 0;
  border-bottom: 1px solid #fff;
  display: block;
  text-decoration: none;
}
footer .topFooter ul.footerLinks li a:hover {
  color: #fcbf1e;
}
footer .footerBottom {
  background: #fcbf1e;
  padding: 25px 0;
  text-align: center;
  color: #000;
}
footer .moveTop {
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  position: fixed;
  bottom: 55px;
  right: 25px;
  display: inline-block;
  line-height: 40px;
  text-align: center;
  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;
  display: none;
  background: #001e92;
  z-index: 9999;
}
footer .moveTop:hover {
  border-radius: 50%;
}
footer .moveTop .icomoon {
  color: #fff;
}

.mainSubpage {
  min-height: 800px;
}
.mainSubpage .subPageHeader {
  background: url(../img/subpageHeader.jpg) no-repeat 0 0;
  background-size: cover;
  min-height: 350px;
  padding-top: 190px;
}
@media (min-width: 320px) and (max-width: 575px) {
  .mainSubpage .subPageHeader {
    padding-top: 110px;
    min-height: 185px;
  }
}
.mainSubpage .subPageHeader article {
  position: relative;
  z-index: 999;
  width: 50%;
}
@media (min-width: 320px) and (max-width: 575px) {
  .mainSubpage .subPageHeader article {
    width: 100%;
    padding-left: 10px;
    padding-bottom: 10px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .mainSubpage .subPageHeader article {
    width: 100%;
    padding-bottom: 10px;
  }
}
.mainSubpage .subPageHeader article:before {
  content: "";
  background: #fff;
  width: 160%;
  height: 128px;
  position: absolute;
  top: -25px;
  right: inherit;
  bottom: 0;
  left: -100%;
  z-index: 0;
  transform: skewX(20deg);
  -moz-transform: skewX(20deg);
  -webkit-transform: skewX(20deg);
  -ms-transform: skewX(20deg);
  -o-transform: skewX(20deg);
  border-bottom: 5px solid #001e92;
}
@media (min-width: 320px) and (max-width: 575px) {
  .mainSubpage .subPageHeader article:before {
    width: 100%;
    position: absolute;
    top: -25px;
    right: inherit;
    bottom: 0;
    left: 0;
    border: none;
    transform: skew(0);
    height: auto;
    background: none;
    background: #fff;
  }
}
@media (min-width: 768px) and (max-width: 990px) {
  .mainSubpage .subPageHeader article:before {
    width: 200%;
  }
}
.mainSubpage .subPageHeader article h1 {
  font-size: clamp(2rem, 3.5vw, 2rem);
  color: #001e92;
  text-transform: uppercase;
  letter-spacing: -2px;
  position: relative;
}
.mainSubpage .subPageHeader article .breadcrumb {
  position: relative;
  background: none;
  width: 50%;
  padding-left: 0;
  padding-top: 0;
}
@media (min-width: 320px) and (max-width: 575px) {
  .mainSubpage .subPageHeader article .breadcrumb {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 990px) {
  .mainSubpage .subPageHeader article .breadcrumb {
    width: 100%;
  }
}
.mainSubpage .subPageHeader article .breadcrumb .breadcrumb-item:before {
  content: "\f101";
  font-family: "icomoon" !important;
}
.mainSubpage .subPageHeader article .breadcrumb .breadcrumb-item:first-child:before {
  content: "";
}
.mainSubpage .subPageHeader article .breadcrumb .breadcrumb-item a {
  color: #000;
}
.mainSubpage .subPageHeader article .breadcrumb .breadcrumb-item:first-child a {
  padding-left: 0;
}
.mainSubpage .subPageHeader article .breadcrumb .breadcrumb-item.active {
  color: #001e92;
}
.mainSubpage .subPageBody {
  min-height: 800px;
  padding: 50px 0;
  color: #1a1a1a;
  background: #eef1ff url(../img/pointbg.png) repeat 0 0;
}
.mainSubpage .subPageBody p {
  font-size: 15px;
  text-align: justify;
  padding-bottom: 15px;
  line-height: 30px;
}
.mainSubpage .subPageBody .borderImg {
  border-top: 15px solid #fcbf1e;
  border-left: 15px solid #fcbf1e;
}
@media (min-width: 320px) and (max-width: 575px) {
  .mainSubpage .subPageBody .borderImg {
    border: none;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .mainSubpage .subPageBody .borderImg {
    border: none;
  }
}

.numberText {
  border-left: 5px solid #fcbf1e;
  padding: 0 0 0 15px;
}
.numberText h2 {
  font-size: 105px;
  color: #fcbf1e;
}
.numberText h3 {
  font-size: 30px;
  line-height: 35px;
}

.teamPic {
  position: relative;
}
.teamPic .director-image-title {
  background-color: #001e92;
  letter-spacing: -0.6px;
  color: #fff;
  text-align: center;
  padding: 10px 30px;
  position: absolute;
  top: inherit;
  right: inherit;
  bottom: 0;
  left: 0;
}

.blockquote {
  padding: 15px 20px;
  background-color: #f6f6f6;
  margin: 0 0 20px;
  border-left: 5px solid #fcbf1e;
  font-style: italic;
}

.blueCard {
  background: #000e46;
  padding: 30px;
  border-left: 10px solid #fcbf1e;
}
@media (min-width: 320px) and (max-width: 575px) {
  .blueCard {
    border: none;
  }
}
.blueCard p {
  color: #fff;
}

.our-story-pic img {
  max-width: 100%;
  height: auto;
}

.ltCol .blueCard {
  margin-left: 150px;
}
@media (min-width: 320px) and (max-width: 575px) {
  .ltCol .blueCard {
    margin-left: 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .ltCol .blueCard {
    margin-left: 0;
  }
}
.ltCol .our-story-pic-block {
  position: relative;
}
.ltCol .our-story-pic-block:before {
  content: "";
  position: absolute;
  top: 50px;
  right: -60px;
  bottom: inherit;
  left: inherit;
  width: 60px;
  height: 5px;
  background: #001e92;
}
@media (min-width: 320px) and (max-width: 575px) {
  .ltCol .our-story-pic-block:before {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .ltCol .our-story-pic-block:before {
    display: none;
  }
}
.ltCol .our-story-pic-block:after {
  content: "";
  position: absolute;
  top: 40px;
  right: -84px;
  bottom: inherit;
  left: inherit;
  width: 25px;
  height: 25px;
  background: #fcbf1e;
  border-radius: 50%;
}
@media (min-width: 320px) and (max-width: 575px) {
  .ltCol .our-story-pic-block:after {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .ltCol .our-story-pic-block:after {
    display: none;
  }
}

.rtCol .blueCard {
  margin-right: 150px;
}
@media (min-width: 320px) and (max-width: 575px) {
  .rtCol .blueCard {
    margin-right: 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .rtCol .blueCard {
    margin-right: 0;
  }
}
.rtCol .our-story-pic-block {
  position: relative;
}
.rtCol .our-story-pic-block:before {
  content: "";
  position: absolute;
  top: 50px;
  right: inherit;
  bottom: inherit;
  left: -60px;
  width: 60px;
  height: 5px;
  background: #001e92;
}
.rtCol .our-story-pic-block:after {
  content: "";
  position: absolute;
  top: 40px;
  right: inherit;
  bottom: inherit;
  left: -84px;
  width: 25px;
  height: 25px;
  background: #fcbf1e;
  border-radius: 50%;
}

h3 {
  line-height: 40px;
}

.servicesSection {
  background: #fff;
  padding: 50px 0;
}

.tags {
  background: #001e92;
  padding: 5px 0;
}
@media (min-width: 320px) and (max-width: 575px) {
  .tags {
    display: none;
  }
}
.tags span {
  padding: 0 20px;
  border-right: 1px solid #fcbf1e;
  color: #fff;
}

.serviceCol {
  position: relative;
}
.serviceCol article {
  background: #fcbf1e;
  padding: 20px;
  width: 95%;
  margin: -150px auto 0 auto;
  position: relative;
  z-index: 99;
}
@media (min-width: 320px) and (max-width: 575px) {
  .serviceCol article {
    width: auto;
    padding: 10px;
    position: relative;
    margin: -25px auto 0 auto;
  }
}
@media (min-width: 768px) and (max-width: 990px) {
  .serviceCol article {
    width: auto;
    position: relative;
  }
}

.proCol {
  background: #fff;
  box-shadow: 0 2px 4px #c4c4c4;
  -moz-box-shadow: 0 2px 4px #c4c4c4;
  -webkit-box-shadow: 0 2px 4px #948d8d;
  -ms-box-shadow: 0 2px 4px #c4c4c4;
  -o-box-shadow: 0 2px 4px #c4c4c4;
  margin-bottom: 15px;
  position: relative;
}
.proCol span {
  background: #fcbf1e;
  padding: 5px;
  font-size: 12px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: inherit;
  left: inherit;
  text-transform: uppercase;
}
.proCol:hover h4:before {
  display: block;
}
.proCol:hover p {
  display: block;
}
.proCol:hover a {
  display: block;
}
.proCol article {
  background: #001e92;
  padding: 20px;
  position: absolute;
  top: inherit;
  right: 0;
  bottom: 0;
  left: 0;
  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;
}
.proCol article h4 {
  text-transform: uppercase;
  color: #fff;
  position: relative;
  font-size: 18px;
  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;
}
.proCol article h4:before {
  content: "";
  width: 25px;
  height: 3px;
  background: #fcbf1e;
  position: absolute;
  top: inherit;
  right: inherit;
  bottom: -20px;
  left: 0;
  display: none;
  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;
}
.proCol article p {
  font-size: 13px !important;
  line-height: 22px !important;
  color: #fff;
  text-align: left !important;
  padding: 25px 0;
  display: none;
  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;
}
.proCol article a {
  display: none;
  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;
}
.proCol article a:hover {
  color: #fff;
}

.blogcard {
  box-shadow: 0 2px 4px #c4c4c4;
  -moz-box-shadow: 0 2px 4px #c4c4c4;
  -webkit-box-shadow: 0 2px 4px #948d8d;
  -ms-box-shadow: 0 2px 4px #c4c4c4;
  -o-box-shadow: 0 2px 4px #c4c4c4;
  margin-bottom: 25px;
}
.blogcard .card-body h6 {
  min-height: 70px;
  max-height: 70px;
  line-height: 25px;
  padding-top: 10px;
}
.blogcard .card-body h6 a {
  color: #000;
}
.blogcard .card-body h6 a:hover {
  color: #001e92;
}

.customForm {
  background: #e9edff;
  padding: 6px 12px;
  border-radius: 5px;
  border: 2px solid transparent;
  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;
}
@media (min-width: 320px) and (max-width: 575px) {
  .customForm {
    margin-bottom: 0;
  }
}
.customForm:hover {
  border: 2px solid #001e92;
}
.customForm label {
  font-size: 13px;
  padding-bottom: 0;
  margin-bottom: 2px;
}
.customForm .form-control {
  background: none;
  border: 1px solid #c5d1ff;
  border-radius: 0;
  height: 40px;
  font-size: 14px;
  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;
}
.customForm .form-control:focus {
  border: 1px solid #0033f8;
  outline: none;
  box-shadow: none;
}

.address p {
  padding-bottom: 0;
}

.googleMap {
  margin-top: 25px;
}

@media (min-width: 320px) and (max-width: 575px) {
  .teamrow {
    padding: 25px 0;
  }
}/*# sourceMappingURL=style.css.map */