@import url("../../cdn.jsdelivr.net/npm/bootstrap-icons%401.5.0/font/bootstrap-icons.css");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&amp;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, .subpage .subpageBody h5, .projectsTab ul li .projectltItem .projecItemDesc h2, .projectsTab .projectCard h6 {
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

.flight {
  font-weight: 300;
}

.fbold, .titleRow article h2, .subpage .subpageBody h3, .sectorRow .sectorCol h4, .projectsTab ul li .projectltItem .projectCount {
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}

.fblue {
  color: #0E4775;
}

.fblack {
  color: #000;
}

.fred {
  color: #CF4827;
}

.fwhite {
  color: #fff;
}

.bluebg {
  background: #0E4775;
  color: #fff;
}

.bluebg .h4 {
  font-size: clamp(1.2rem, 2.5vw, 2.5rem);
  line-height: 50px;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.link {
  background: #CF4827;
  padding: 8px 25px;
  border-radius: 50px;
  color: #fff;
  border: 1px 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;
  display: inline-block;
}

.link .icomoon {
  font-size: 12px;
  padding: 3px 0 0 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;
  position: relative;
}

.link:hover {
  background: #a4391f;
  color: #fff;
}

.link:hover .icomoon {
  margin-left: 5px;
}

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

.customContainer {
  width: 85%;
  margin: 0 auto;
}

@media (max-width: 992px) {
  .customContainer {
    width: 94%;
  }
}

.sticked {
  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;
  padding: 10px 0;
}

.sticked .topnav {
  margin-top: -50px;
  opacity: 0;
}

@media (max-width: 768px) {
  .sticked .topnav {
    margin-top: 0;
    opacity: 1;
  }
}

.sticked .navbar-collapse:before {
  opacity: 0;
}

.sticked .navbar-brand img {
  width: 150px !important;
}

header {
  background: #fff;
  top: 0;
}

@media (max-width: 768px) {
  header .navbar-nav {
    padding: 0 !important;
  }
  header .navbar-nav .container {
    height: 230px;
    overflow: auto;
  }
}

@media (max-width: 768px) {
  header .customContainer {
    width: 85%;
  }
}

header .topnav {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

header .topnav .nav-link {
  font-size: 13px;
}

@media (max-width: 768px) {
  header .topnav .nav-link {
    font-size: 15px;
  }
}

header .navsubItem {
  padding: 10px 5px;
  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;
  width: 100%;
  border-left: 5px solid transparent;
}

header .navsubItem .bi {
  font-size: 15px;
  color: #000;
}

header .navsubItem:hover {
  border-left: 5px solid #CF4827;
}

header .navsubItem:hover .navsubItemname {
  color: #CF4827;
}

header .navsubItem:hover .bi {
  color: #CF4827;
}

header .navsubItem .navsubItemname {
  color: #000;
}

header .dropdown .navbar-nav {
  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;
}

@media (max-width: 768px) {
  header .nav-item .active {
    background: #CF4827;
    color: #fff !important;
    width: 100%;
    display: block;
    padding: 12px !important;
  }
}

@media (max-width: 768px) {
  header .nav-link .caret {
    float: right;
    margin-top: 10px;
  }
}

@media (max-width: 768px) {
  header .socialNav {
    position: absolute;
    bottom: 10px;
    dislay: none;
  }
}

@media (max-width: 992px) {
  header .socialNav .socialIcon {
    display: inline-block;
    padding: 10px;
  }
  header .socialNav .socialIcon .icomoon {
    color: #000;
  }
}

@media (max-width: 768px) {
  header .nav-link {
    display: block !important;
    border-bottom: 1px solid #cccccc;
    padding: 12px !important;
  }
}

@media (max-width: 768px) {
  header .bsnav-mobile.in .navbar {
    display: block;
  }
}

header .navbar-toggler {
  top: 5px;
}

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

@media (max-width: 768px) {
  header {
    top: 0;
    padding-bottom: 15px;
  }
}

header .customContainer {
  position: relative;
}

header .customContainer .topnav {
  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 (max-width: 768px) {
  header .customContainer .topnav {
    padding-bottom: 0;
  }
}

header .customContainer .topnav .active {
  color: #CF4827;
  display: block;
  padding: 12px .5rem;
}

header .customContainer .navbar-collapse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

header .customContainer .navbar-collapse:before {
  content: '';
  width: 75%;
  height: 1px;
  background: #9d9d9d;
  position: absolute;
  right: 0;
  top: 50px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

@media (min-width: 768px) and (max-width: 992px) {
  header .customContainer .navbar-collapse:before {
    width: 65%;
  }
}

header .customContainer .navbar-collapse .socialNav {
  position: relative;
}

header .customContainer .navbar-collapse .socialNav:before {
  content: ' ';
  height: 25px;
  width: 1px;
  background: #9d9d9d;
  position: absolute;
  left: 0;
  top: 12px;
}

header .customContainer .navbar-collapse .socialNav a.socialIcon {
  padding: 12px 7px;
  display: inline-block;
}

header .customContainer .navbar-collapse .socialNav a.socialIcon:hover .icomoon {
  color: #CF4827;
}

header .customContainer .navbar-collapse .socialNav a.socialIcon .icomoon {
  font-size: 13px;
  color: #000;
}

@media (max-width: 992px) {
  header .customContainer .navbar-collapse .socialNav a.socialIcon .icomoon {
    font-size: 13px;
    color: #000;
  }
}

@media (max-width: 768px) {
  header .customContainer .navbar-collapse .bottomNav {
    padding-top: 0 !important;
  }
}

header .customContainer .navbar-collapse .bottomNav .nav-item .nav-link {
  color: #000;
}

header .customContainer .navbar-collapse .bottomNav .nav-item .nav-link:hover {
  color: #CF4827;
}

header .customContainer .navbar-collapse .bottomNav .nav-item .active {
  color: #CF4827;
  display: block;
  padding: 12px .5rem;
}

header .customContainer .navbar-brand img {
  width: 212px;
}

@media (max-width: 768px) {
  header .customContainer .navbar-brand img {
    width: 150px;
  }
}

.homeSlider {
  height: 100vh;
  width: 100%;
}

@media (max-width: 768px) {
  .homeSlider .slide {
    height: auto;
  }
}

@media (max-width: 768px) {
  .homeSlider {
    height: auto;
  }
}

@media (max-width: 768px) {
  .homeSlider .slide__title {
    min-width: 98%;
    left: 3px;
    padding: 6px;
    border-radius: 0;
  }
  .homeSlider .slide__title h3 {
    font-size: 20px;
    padding: 0;
    margin: 0;
  }
  .homeSlider .slide__title p {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .homeSlider .slide__title {
    min-width: 98%;
    left: 0;
  }
}

@media (max-width: 768px) {
  .homeSlider .slidenav {
    top: 70%;
  }
}

@media (max-width: 768px) {
  .homeSlider .slide__img-wrap {
    height: 50vh;
  }
}

.homeSlider .swiper-button-next:after {
  display: none;
}

.homeSlider .swiper-button-prev:after {
  display: none;
}

.homeSlider .slidenav__item {
  width: 48px;
  height: 48px;
  background: #CF4827;
  border-radius: 50%;
}

.homeSlider .slidenav__item .icomoon {
  color: #fff;
}

.homeSlider .swiper-button-next {
  right: 93%;
}

.homeSlider .swiper-button-prev {
  left: 25px;
}

@media (max-width: 768px) {
  .titleRow {
    padding-top: 10px;
  }
}

.titleRow article h2 {
  font-size: clamp(3rem, 7vw, 7rem);
  text-transform: uppercase;
  -webkit-text-stroke: 1px #e6e6e6;
  -webkit-text-fill-color: transparent;
  margin: 0;
  padding: 0;
}

@media (max-width: 768px) {
  .titleRow article h2 {
    display: none;
  }
}

.titleRow article h3 {
  font-size: clamp(1.5rem, 2vw, 2rem);
  margin-top: -70px;
}

@media (max-width: 768px) {
  .titleRow article h3 {
    margin-top: 0;
  }
}

.homeServices .serviceCol {
  height: 450px;
  overflow: hidden;
}

@media (max-width: 768px) {
  .homeServices .serviceCol {
    height: 260px;
  }
}

.homeServices .serviceCol img {
  height: 100%;
  object-fit: cover;
  -moz-object-fit: cover;
  -webkit-object-fit: cover;
  -ms-object-fit: cover;
  -o-object-fit: cover;
  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;
  width: 100%;
}

.homeServices .serviceCol article {
  background: black;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.983631)), to(rgba(119, 213, 252, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.983631) 0%, rgba(119, 213, 252, 0) 100%);
  min-height: 20px;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 25px;
}

.homeServices .serviceCol article p {
  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;
  opacity: 0;
  margin-bottom: -60px;
  min-height: 35px;
}

@media (max-width: 768px) {
  .homeServices .serviceCol article p {
    display: none;
  }
}

.homeServices .serviceCol article h4 {
  font-size: clamp(1rem, 1.5vw, 1.3rem);
}

.homeServices .serviceCol article h4:before {
  content: '';
  width: 50px;
  height: 4px;
  background: #CF4827;
  position: absolute;
  top: -20px;
  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;
}

.homeServices .serviceCol:hover img {
  -webkit-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
  opacity: 0.8;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.homeServices .serviceCol:hover p {
  display: block !important;
  opacity: 1;
  margin-bottom: 0;
}

.homeServices .serviceCol:hover h4:before {
  width: 65px;
}

.homeSectors .sectorsSlider {
  margin-top: 20px;
  padding-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.homeSectors .sectorsSlider .swiper-slide {
  height: 360px;
  padding: 25px;
  border: 1px solid #d9d9d9;
  width: 20%;
  margin-left: -1px;
  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 (max-width: 576px) {
  .homeSectors .sectorsSlider .swiper-slide {
    width: 100%;
    height: auto;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .homeSectors .sectorsSlider .swiper-slide {
    width: 50%;
    height: auto;
  }
}

@media (min-width: 992px) and (max-width: 1400px) {
  .homeSectors .sectorsSlider .swiper-slide {
    width: 33.3%;
    height: auto;
  }
}

.homeSectors .sectorsSlider .swiper-slide .icomoon {
  font-size: 60px;
}

.homeSectors .sectorsSlider .swiper-slide h4 {
  padding: 30px 0;
  position: relative;
}

.homeSectors .sectorsSlider .swiper-slide h4:after {
  content: '';
  width: 50px;
  height: 4px;
  background: #CF4827;
  position: absolute;
  bottom: 20px;
  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;
}

.homeSectors .sectorsSlider .swiper-slide a {
  font-size: 15px;
  color: #CF4827;
}

.homeSectors .sectorsSlider .swiper-slide a .icomoon {
  font-size: 13px;
}

.homeSectors .sectorsSlider .swiper-slide:hover {
  background: #CF4827;
  color: #fff;
}

.homeSectors .sectorsSlider .swiper-slide:hover .icomoon {
  color: #fff !important;
}

.homeSectors .sectorsSlider .swiper-slide:hover .icomoon span:before {
  color: #fff;
}

.homeSectors .sectorsSlider .swiper-slide:hover a {
  color: #fff;
}

.homeSectors .swiper-pagination-bullets {
  bottom: 0;
}

.homerecog {
  background: url(../img/recogbackground.jpg) no-repeat 0 0;
  background-size: cover;
  min-height: 300px;
  position: relative;
  margin: 35px 0 0 0;
  padding: 75px 0;
}

.homerecog:before {
  content: '';
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.8;
}

.recogDiv {
  text-align: center;
  border: 1px solid #d9d9d9;
  height: 137px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 768px) {
  .recogDiv {
    height: auto;
  }
}

.recogDiv img {
  width: auto;
}

@media (max-width: 768px) {
  .recogDiv img {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .recogDiv img {
    width: 100%;
  }
}

.blogSectiontitle {
  background: #CF4827;
  padding: 65px 0;
}

.blogSectiontitle .titleRow h2 {
  -webkit-text-stroke: 1px white;
  -webkit-text-fill-color: transparent;
  opacity: 0.2;
}

.blogSectiontitle .titleRow h3 {
  color: #fff;
}

.blogSectiontitle .titleRow p {
  color: #fff;
}

.blogSectiontitle .titleRow a.link {
  border: 1px solid #fff;
}

.blogSectiontitle .titleRow a.link:hover {
  border: 1px solid #CF4827;
}

.blogLabel {
  padding: 3px 7px;
  border-radius: 3px;
  border: 1px solid;
  font-size: 13px;
}

.blogItems {
  margin-top: -70px;
  margin-bottom: 20px;
}

.blogItems .blogItemcol {
  position: relative;
}

.blogItems .blogItemcol img {
  width: 100%;
  height: 707px;
  object-fit: cover;
  -moz-object-fit: cover;
  -webkit-object-fit: cover;
  -ms-object-fit: cover;
  -o-object-fit: cover;
}

@media (max-width: 576px) {
  .blogItems .blogItemcol img {
    height: auto;
  }
}

.blogItems .blogItemcol .firstBlogCol {
  padding: 30px;
  background: #0E4775;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
}

@media (max-width: 576px) {
  .blogItems .blogItemcol .firstBlogCol {
    width: 100%;
    position: relative;
  }
}

.blogItems .blogItemcol .firstBlogCol .blogLabel {
  border-color: #fff;
  color: #fff;
}

.blogItems .blogItemcol .firstBlogCol p {
  color: #fff;
}

.blogItems .blogItemcol .firstBlogCol a {
  color: #fff;
}

.blogItems .blogItemcol .firstBlogCol a .icomoon {
  font-size: 12px;
}

.blogRtcol img {
  height: 354px;
  object-fit: cover;
  -moz-object-fit: cover;
  -webkit-object-fit: cover;
  -ms-object-fit: cover;
  -o-object-fit: cover;
}

@media (max-width: 992px) {
  .blogRtcol img {
    display: none;
  }
}

.blogRtcol article {
  height: 354px;
  background: #fff;
  padding: 75px 20px;
  border: 1px solid #eee;
}

@media (max-width: 576px) {
  .blogRtcol article {
    height: auto;
    padding: 20px;
  }
}

.blogRtcol article p {
  font-size: 12px;
  color: #1d1d1d;
}

.blogRtcol article .blogLink {
  color: #CF4827;
}

footer {
  background: #FFF2EF;
}

footer .topfooter {
  padding: 50px 0;
}

footer .topfooter p {
  color: #000;
  padding-bottom: 5px;
  margin: 0;
  font-size: 14px;
}

footer .topfooter .firstCol ul {
  padding-right: 150px;
}

footer .topfooter ul li {
  margin-bottom: 15px;
}

footer .topfooter ul li a {
  font-size: 14px;
  color: #000;
}

footer .topfooter ul li a:hover {
  color: #CF4827;
}

footer .topfooter .footerSocial li {
  padding: 0 10px;
}

footer .topfooter .footerSocial li a {
  font-size: 18px;
}

footer .bottomFooter {
  background: #a4391f;
  color: #fff;
  padding: 15px 0;
}

footer .bottomFooter p {
  padding: 0;
  margin: 0;
}

footer .movetop {
  width: 45px;
  height: 45px;
  background: #fff;
  color: #0E4775;
  bottom: 45px;
  right: 10px;
  border-radius: 50%;
  text-align: center;
  line-height: 18px;
  position: fixed;
  border: 1px solid transparent;
  padding: 12px;
  display: none;
  z-index: 9999;
  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;
}

footer .movetop:hover {
  background-color: #000203;
  color: #fff;
  text-decoration: none;
}

footer .movetop:hover .icomoon {
  color: #fff;
}

footer .movetop .icomoon {
  font-size: 30px;
  color: #CF4827;
  position: relative;
  top: -5px;
  right: 4px;
}

.subpage {
  min-height: 800px;
}

.subpage .subpageHeader {
  padding: 8% 0 4% 0;
}

@media (max-width: 992px) {
  .subpage .subpageHeader {
    padding-top: 100px;
  }
}

.subpage .subpageHeader article {
  width: 60%;
}

@media (max-width: 992px) {
  .subpage .subpageHeader article {
    width: 98%;
  }
}

.subpage .subpageHeader article h1 {
  font-size: clamp(1.7rem, 2.5vw, 2.5rem);
  letter-spacing: -2px;
}

.subpage .subpageHeader article p {
  font-size: clamp(1rem, 1.2vw, 1.2rem);
}

.subpage .subpageHeader article .h5 {
  position: relative;
  font-size: clamp(1rem, 1vw, 1rem);
}

.subpage .subpageHeader article .h5:before {
  content: '';
  width: 40px;
  height: 3px;
  background: #CF4827;
  position: absolute;
  top: -10px;
  left: 0;
}

.subpage .subpageBody {
  padding-bottom: 50px;
}

.subpage .subpageBody h3 {
  font-size: clamp(1.6rem, 2vw, 2rem);
  letter-spacing: -2px;
}

.subpage .subpageBody h5 {
  font-size: 15px;
  color: #CF4827;
  letter-spacing: 3px;
  text-transform: uppercase;
}

@media (max-width: 992px) {
  .subpage .subpageBody h5 {
    padding-top: 10px;
  }
}

.subpage .subpageBody p {
  font-size: 16px;
  line-height: 30px;
  text-align: justify;
  padding-bottom: 18px;
}

@media (max-width: 576px) {
  .subpage .subpageBody p {
    font-size: 15px;
  }
}

.subpage .subpageBody .lspacing {
  letter-spacing: 3px;
}

.subpage .subpageBody .radiusImg {
  border-top-left-radius: 20%;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 20%;
}

.subpage .subpageBody .teamRow h3 {
  padding-bottom: 20px;
}

.subpage .subpageBody .listItems {
  padding: 12px 0;
}

.subpage .subpageBody .listItems li {
  font-size: 16px;
  position: relative;
  padding-left: 25px;
  margin-bottom: 18px;
}

.subpage .subpageBody .listItems li:before {
  content: '';
  width: 15px;
  height: 15px;
  background: #fff;
  border: 4px solid #000;
  position: absolute;
  top: 6px;
  left: 0;
  border-radius: 50%;
  padding: 3px;
}

.subpage .subpageBody .teamCol img {
  border-top-left-radius: 20%;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.subpage .subpageBody .teamCol article {
  width: 95%;
  background: #ebf5fd;
  top: -25px;
  position: relative;
}

.subpage .subpageBody .teamCol article p {
  font-size: 14px;
  color: #CF4827;
}

.subpage .subpageBody .readMoreLink {
  font-size: 15px;
  color: #000;
}

.subpage .subpageBody .readMoreLink .icomoon {
  font-size: 13px;
  color: #000;
}

.sectorRow .col-md-4 {
  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;
  background: #fef9f7;
}

.sectorRow .col-md-4:nth-child(even) .sectorCol {
  background: #f4fafe;
}

.sectorRow .col-md-4:hover {
  background: white;
}

.sectorRow .col-md-4:hover .sectorCol .readMoreLink {
  margin-top: -10px;
}

.sectorRow .sectorCol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px;
  border: 1px solid #e6e6e6;
  height: 380px;
  text-align: center;
  margin-left: -1px;
  margin-top: -1px;
  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;
}

.sectorRow .sectorCol .readMoreLink {
  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;
  position: relative;
}

.sectorRow .sectorCol .icomoon {
  font-size: 60px;
  margin: 0 auto;
}

.sectorRow .sectorCol p {
  text-align: center !important;
  color: #000;
}

.sectorRow .sectorCol h4 {
  font-size: clamp(1.2rem, 1.5vw, 1.5rem);
  padding: 15px 0;
  text-align: center !important;
  color: #000;
  position: relative;
}

.sectorRow .sectorCol h4:after {
  content: '';
  width: 50px;
  height: 3px;
  background: #CF4827;
  position: absolute;
  left: 50%;
  margin-left: -8%;
  bottom: -1px;
}

@media (max-width: 576px) {
  .divisionRow {
    margin-top: 20px;
  }
}

.divisionRow:nth-child(odd) .col-md-5 {
  -webkit-box-ordinal-group: 7 !important;
      -ms-flex-order: 6 !important;
          order: 6 !important;
}

@media (max-width: 576px) {
  .divisionRow:nth-child(odd) .col-md-5 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
}

.divisionCol {
  width: 100%;
  padding: 35px;
  text-align: center;
  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;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  height: 180px;
}

.divisionCol img {
  object-fit: cover;
  -moz-object-fit: cover;
  -webkit-object-fit: cover;
  -ms-object-fit: cover;
  -o-object-fit: cover;
  height: 105px;
}

@media (max-width: 768px) {
  .divisionCol img {
    height: auto;
    width: 100%;
  }
}

.whiteBox {
  background: #fff;
  padding: 20% 10%;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.sectionEnd {
  position: relative;
  width: 100%;
  padding: 75px 0;
}

.sectionEnd:before {
  content: '';
  width: 100%;
  background: #CF4827;
  position: absolute;
  top: 156px;
  right: 0;
  bottom: 0;
  z-index: -1;
  min-height: 450px;
  max-height: 450px;
  left: 0;
}

.orangeSection {
  color: #fff;
  position: relative;
}

.orangeSection article {
  position: relative;
  padding: 30px;
}

.orangeSection .link {
  border: 1px solid #fff;
}

.sectorDetailHeader {
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  min-height: 500px;
  margin-top: -50px;
}

.sectorDetailHeader .ltHeader {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 500px;
}

.sectorDetailHeader .ltHeader:before {
  content: '';
  background: #0e4775;
  background: -webkit-gradient(linear, left bottom, left top, from(#0e4775), to(#cf4827));
  background: linear-gradient(0deg, #0e4775 0%, #cf4827 100%);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0.6;
  min-height: 500px;
}

.sectorDetailHeader .ltHeader article {
  color: #fff;
  position: relative;
}

.sectorDetailHeader .ltHeader article .h1 {
  font-size: clamp(1.5rem, 3vw, 3rem);
}

.healthCareHeader {
  background-image: url(../img/healthcareheaderbg.jpg);
}

.redbox {
  padding: 5% 0;
  background: #CF4827;
  margin: 35px 0;
}

.iconDiv {
  width: 228px;
  height: 228px;
  border-radius: 50%;
  border: 1px solid #fff;
  margin: 0 auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.iconDiv .icomoon {
  font-size: 90px;
  color: #fff;
}

.leftList li, .rightList li {
  color: #fff;
  padding: 0 0 20px 15px;
  position: relative;
}

.leftList {
  text-align: right;
  position: relative;
}

@media (max-width: 992px) {
  .leftList {
    text-align: left;
  }
}

.leftList:before {
  content: '';
  width: 1px;
  height: 100%;
  background: #fff;
  position: absolute;
  top: -10px;
  bottom: 0;
  right: -23px;
}

@media (max-width: 992px) {
  .leftList:before {
    display: none;
  }
}

.leftList li {
  position: relative;
}

.leftList li:before {
  content: '';
  width: 15px;
  height: 15px;
  border-radius: 50px;
  border: 2px solid #fff;
  position: absolute;
  right: -30px;
  top: 6px;
  background: #CF4827;
}

@media (max-width: 992px) {
  .leftList li:before {
    display: none;
  }
}

.rightList {
  position: relative;
}

.rightList:before {
  content: '';
  width: 1px;
  height: 100%;
  background: #fff;
  position: absolute;
  top: -10px;
  bottom: 0;
  left: -23px;
}

@media (max-width: 992px) {
  .rightList:before {
    display: none;
  }
}

.rightList li {
  position: relative;
}

.rightList li:before {
  content: '';
  width: 15px;
  height: 15px;
  border-radius: 50px;
  border: 2px solid #fff;
  position: absolute;
  left: -30px;
  top: 6px;
  background: #CF4827;
}

@media (max-width: 992px) {
  .rightList li:before {
    display: none;
  }
}

.articleCol {
  position: relative;
}

.articleCol article {
  background: black;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.983631)), to(rgba(119, 213, 252, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.983631) 0%, rgba(119, 213, 252, 0) 100%);
  min-height: 30px;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
}

.articleCol article h6 {
  font-size: 17px !important;
  color: #fff;
  margin: 0;
  padding: 0;
  text-align: left;
  line-height: 30px;
}

.projectsTab {
  overflow: hidden;
}

.projectsTab ul {
  background: #f4fafe;
  height: 123vh;
}

.projectsTab ul li {
  background: none !important;
}

.projectsTab ul li .projectltItem .projecItemDesc {
  width: 80%;
  border-right: 1px solid #0E4775;
  padding-right: 15px;
}

.projectsTab ul li .projectltItem .projecItemDesc p {
  font-size: 13px;
  text-align: left;
  padding-bottom: 0;
  margin: 0;
  line-height: 23px;
}

.projectsTab ul li .projectltItem .projecItemDesc h2 {
  font-size: 17px;
  text-transform: uppercase;
}

.projectsTab ul li .projectltItem .projecItemDesc h2 .icomoon {
  font-size: 20px;
  margin-right: 10px;
}

.projectsTab ul li .projectltItem .projectCount {
  width: 15%;
  font-size: 25px;
  text-align: center;
  color: #CF4827;
  opacity: 0.5;
}

.projectsTab .projectCard {
  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;
}

.projectsTab .projectCard .badge {
  border-radius: 0;
  right: 0;
}

.projectsTab .projectCard h6 {
  font-size: 22px;
}

.projectsTab .projectCard .card-text {
  margin: 0;
}

.projectsTab .projectCard .card-text span {
  color: #666666;
  font-size: 14px;
  padding-right: 10px;
  border-right: 1px solid #666666;
  margin-right: 10px;
}

.projectsTab .projectCard .card-text span:last-child {
  border: none;
}

.projectsTab .resp-tab-active {
  background: #fff !important;
}

.projectsTab .resp-tab-active div.projectCount {
  opacity: 1;
}

.careeryGalleryRow {
  padding: 30px 0;
}

.careeryGalleryRow img {
  min-height: 412px;
  max-height: 412px;
  object-fit: cover;
  -moz-object-fit: cover;
  -webkit-object-fit: cover;
  -ms-object-fit: cover;
  -o-object-fit: cover;
  padding: 1px 0;
}

@media (max-width: 768px) {
  .careeryGalleryRow img {
    min-height: 220px;
    max-height: 220px;
  }
}

.formCareer {
  width: 75%;
}

.form-group {
  margin-bottom: 15px;
}

.form-group .form-control {
  height: 58px;
  border-radius: 0;
  border: 1px solid #b3b3b3;
}

.form-group .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-group ::-webkit-input-placeholder {
  font-size: 13px;
  color: #999999;
}

.form-group :-ms-input-placeholder {
  font-size: 13px;
  color: #999999;
}

.form-group ::-ms-input-placeholder {
  font-size: 13px;
  color: #999999;
}

.form-group ::placeholder {
  font-size: 13px;
  color: #999999;
}

.form-group .form-control[type="file"] {
  padding-top: 15px;
  font-size: 13px;
}

.form-group textarea {
  height: 150px !important;
}

.blogListItem {
  margin-bottom: 15px;
}

.blogListItem .card-title {
  text-transform: uppercase;
  font-size: clamp(1rem, 1.5vw, 1.5rem);
}

.blogListItem p.details {
  font-size: 13px;
  color: gray;
}

.blogListItem p.details span:after {
  content: '|';
  padding: 0 10px;
}

.blogListItem p.details span:last-child:after {
  content: '';
}

.blogListItem p {
  font-size: 14px;
  color: #4d4d4d;
  margin-bottom: 0;
}

.addresscolParent {
  background: #CF4827;
  color: #fff;
  height: 100%;
}

@media (max-width: 768px) {
  .addresscolParent {
    margin-top: 15px;
  }
}

.addresscolParent .addresscol {
  padding: 50px;
}

@media (max-width: 992px) {
  .addresscolParent .addresscol {
    padding: 15px;
    margin-top: 20px;
  }
}

.addresscolParent .addresscol table {
  width: 100%;
}

.addresscolParent .addresscol table td {
  padding: 10px;
  vertical-align: top;
}

.addresscolParent .addresscol table td .icomoon {
  font-size: 30px;
}

.addresscolParent .addresscol table td p {
  margin: 0;
  text-align: left !important;
}

.map {
  padding-top: 25px;
}

.divisionLogo {
  height: 70px;
}

.noDataAvailable {
  padding: 50px 0;
}

.noDataAvailable p {
  text-align: center !important;
}

/* PRELOADER CSS */
.page-loader {
  width: 100%;
  height: 100vh;
  position: absolute;
  background: #CF4827;
  z-index: 1000;
}

.page-loader .txt {
  color: #fff;
  text-align: center;
  top: 40%;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.3rem;
  font-weight: bold;
  line-height: 1.5;
}

/* SPINNER ANIMATION */
.spinner {
  position: relative;
  top: 35%;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}

@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
/*# sourceMappingURL=style.css.map */