@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap");
.fsbold, .jobcol h4, .industrycol h4, .customForm label, .services-home .service-col .rt-service h4, .sliderHOme .home-swiper .swiper-slide .txt-brd h2, header .container .dropdown .nav-item .activesubnav, header .container .nav-item .active, header .container .nav-item .nav-link, .bluebrdlink, .whitebrdlink, .articleSection h3 {
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

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

.pageHeader, .pageHeaderSub, .subpageMain .about-header {
  background: url(../img/about-headerbg.jpg) no-repeat 0 0;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-direction: column;
}
.pageHeader:before, .pageHeaderSub:before, .subpageMain .about-header:before {
  content: "";
  background-color: #21D4FD;
  background-image: linear-gradient(19deg, #21D4FD 0%, #B721FF 100%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.9;
}
.pageHeader .articleSection, .pageHeaderSub .articleSection, .subpageMain .about-header .articleSection {
  position: relative;
  z-index: 10;
  text-align: center;
  color: #fff;
  padding-top: 130px;
}
@media (min-width: 320px) and (max-width: 575px) {
  .pageHeader .articleSection, .pageHeaderSub .articleSection, .subpageMain .about-header .articleSection {
    padding-top: 60px;
    padding-bottom: 20px;
  }
}

.lightbluebox {
  background: #f5faff;
  padding: 75px 0;
}

.fbold, .highletcol .h3, .articleSection h5, .articleSection h4, .articleSection h2 {
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}

.flight, .sliderHOme .home-swiper .swiper-slide article p {
  font-weight: 300;
  font-family: "Poppins", sans-serif;
}

.fwhite {
  color: #fff !important;
}

.fblue {
  color: #014D98;
}

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

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;
  background: #fcfeff;
}

.articleSection h3 {
  font-size: clamp(15px, 3vw, 20px);
  color: #014D98;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.articleSection h2 {
  font-size: clamp(28px, 4vw, 50px);
  color: #000;
  letter-spacing: -1px;
}
.articleSection P {
  font-size: clamp(15px, 2vw, 15px);
  line-height: 28px;
  margin-bottom: 20px;
}
.articleSection h4 {
  font-size: clamp(20px, 3vw, 35px);
  color: #000;
  letter-spacing: -1px;
}
.articleSection h5 {
  font-size: clamp(15px, 2.5vw, 20px);
  color: #000;
  letter-spacing: -1px;
  line-height: 30px;
}

.cust-container {
  width: 80%;
  margin: 0 auto;
}
@media (min-width: 320px) and (max-width: 575px) {
  .cust-container {
    width: 100%;
  }
}

.whitebrdlink {
  background: transparent;
  padding: 7px 15px;
  color: #fff;
  text-transform: uppercase;
  font-size: 17px;
  border: 1px solid #fff;
  display: inline-block;
}
@media (min-width: 320px) and (max-width: 575px) {
  .whitebrdlink {
    padding: 3px 10px;
    font-size: 13px;
  }
}
.whitebrdlink .icomoon {
  font-size: 15px;
  position: relative;
  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;
}
.whitebrdlink:hover {
  background: #014D98;
  color: #fff;
}
.whitebrdlink:hover .icomoon {
  right: -3px;
  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;
}

.bluebrdlink {
  background: transparent;
  padding: 7px 15px;
  color: #014D98;
  text-transform: uppercase;
  font-size: 17px;
  border: 1px solid #014D98;
  display: inline-block;
}
.bluebrdlink .icomoon {
  font-size: 15px;
  position: relative;
  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;
}
.bluebrdlink:hover {
  background: #014D98;
  color: #fff;
  border: 1px solid #014D98;
}
.bluebrdlink:hover .icomoon {
  right: -3px;
  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;
}

.sticked .container {
  margin-top: 0;
  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;
}

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

@media (min-width: 320px) and (max-width: 575px) {
  header .activesubnav {
    background: #fff;
    color: #014D98;
    text-transform: uppercase;
    display: block;
    padding-left: 10px;
    font-size: 14px;
  }
}
header .container {
  background: #fff;
  margin-top: 20px;
  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) {
  header .container {
    margin-top: 0;
  }
}
header .container .navbar-brand img {
  width: 230px;
}
@media (min-width: 320px) and (max-width: 575px) {
  header .container .navbar-brand img {
    width: 180px;
  }
}
header .container .nav-item .caret {
  border-top: solid 5px #000;
}
header .container .nav-item .active {
  padding: 10px;
  display: block;
  color: #014D98;
  text-transform: uppercase;
  font-size: 13px;
}
@media (min-width: 320px) and (max-width: 575px) {
  header .container .nav-item .active {
    padding-left: 0;
  }
}
header .container .dropdown .nav-item .activesubnav {
  background: #014D98;
  color: #fff;
  display: block;
  padding: 10px;
}

.swiper-slide {
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.sliderHOme {
  background: #014D98;
  background: linear-gradient(0deg, rgb(1, 77, 152) 0%, rgb(1, 77, 152) 100%);
  height: 100vh;
  position: relative;
  overflow: hidden;
}
@media (min-width: 320px) and (max-width: 575px) {
  .sliderHOme {
    padding-top: 10px;
  }
}
.sliderHOme:before {
  content: "";
  background: url(../img/slider-circles.svg) no-repeat 0 0;
  width: 282px;
  height: 282px;
  position: absolute;
  top: -130px;
  right: inherit;
  bottom: inherit;
  left: -130px;
}
@media (min-width: 320px) and (max-width: 575px) {
  .sliderHOme:before {
    display: none;
  }
}
.sliderHOme:after {
  content: "";
  background: url(../img/slider-left-node.svg) no-repeat 0 0;
  width: 785px;
  height: 530px;
  position: absolute;
  top: inherit;
  right: inherit;
  bottom: 0;
  left: 0;
  opacity: 0.4;
}
@media (min-width: 320px) and (max-width: 575px) {
  .sliderHOme:after {
    display: none;
  }
}
.sliderHOme .home-swiper {
  overflow: hidden;
}
.sliderHOme .home-swiper .sliderimg {
  width: 90%;
}
@media (min-width: 320px) and (max-width: 575px) {
  .sliderHOme .home-swiper .sliderimg {
    width: 90%;
    margin-top: 30px;
  }
}
.sliderHOme .home-swiper .swiper-slide {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}
.sliderHOme .home-swiper .swiper-slide .txt-brd {
  position: absolute;
  top: inherit;
  right: inherit;
  bottom: 0;
  left: 2%;
  opacity: 0.2;
  animation-delay: 1s;
}
.sliderHOme .home-swiper .swiper-slide .txt-brd h2 {
  font-size: clamp(20px, 15vw, 120px);
  letter-spacing: -2px;
  font-weight: 700;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  mix-blend-mode: difference;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  text-align: center;
  opacity: 0.2;
}
@media (min-width: 768px) and (max-width: 990px) {
  .sliderHOme .home-swiper .swiper-slide .txt-brd h2 {
    font-size: 6em;
  }
}
@media (min-width: 320px) and (max-width: 575px) {
  .sliderHOme .home-swiper .swiper-slide article {
    padding: 10px 0 0 25px;
  }
}
.sliderHOme .home-swiper .swiper-slide article h2 {
  font-size: clamp(25px, 4.2vw, 70px);
  color: #fff;
  letter-spacing: -1px;
  position: relative;
}
.sliderHOme .home-swiper .swiper-slide article h2:before {
  content: "";
  width: 25px;
  height: 3px;
  background: #fff;
  position: absolute;
  top: -10px;
  right: inherit;
  bottom: inherit;
  left: 5px;
}
.sliderHOme .home-swiper .swiper-slide article h2:after {
  content: "";
  width: 50px;
  height: 3px;
  background: #fff;
  position: absolute;
  top: -10px;
  right: inherit;
  bottom: inherit;
  left: 35px;
}
.sliderHOme .home-swiper .swiper-slide article p {
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 25px;
  animation-delay: 0.5s;
}
@media (min-width: 320px) and (max-width: 575px) {
  .sliderHOme .home-swiper .swiper-slide article p {
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 20px;
  }
}
.sliderHOme .home-swiper .swiper-slide article a {
  animation-delay: 0.8s;
}
.sliderHOme .swiper-button-next {
  top: 95%;
  color: #fff;
  text-transform: uppercase;
  right: 35px;
}
@media (min-width: 320px) and (max-width: 575px) {
  .sliderHOme .swiper-button-next {
    top: 90%;
  }
}
.sliderHOme .swiper-button-next:after {
  content: "";
}
.sliderHOme .swiper-button-prev {
  top: 95%;
  color: #fff;
  left: inherit;
  right: 90px;
  text-transform: uppercase;
}
@media (min-width: 320px) and (max-width: 575px) {
  .sliderHOme .swiper-button-prev {
    top: 90%;
  }
}
.sliderHOme .swiper-button-prev:after {
  content: "";
}

.about-intro {
  background: #f5faff;
  padding: 100px 0;
  position: relative;
}
.about-intro .transtitle {
  position: absolute;
  top: 10%;
  right: 0;
  bottom: inherit;
  left: inherit;
  color: #9accfe;
}
.about-intro .transtitle img {
  width: 80%;
}

.services-home .service-col {
  display: flex;
}
.services-home .service-col div {
  width: 50%;
}
.services-home .service-col .lt-service img {
  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;
}
@media (min-width: 320px) and (max-width: 575px) {
  .services-home .service-col .lt-service img {
    min-height: 178px;
  }
}
.services-home .service-col .lt-service img:hover {
  opacity: 0.7;
}
.services-home .service-col .rt-service {
  position: relative;
  text-align: center;
  padding: 20px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-direction: column;
  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;
}
.services-home .service-col .rt-service:before {
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  pointer-events: none;
  border-width: 20px;
}
@media (min-width: 320px) and (max-width: 575px) {
  .services-home .service-col .rt-service:before {
    display: none;
  }
}
.services-home .service-col .rt-service:hover {
  background: #014D98 !important;
  color: #fff;
}
.services-home .service-col .rt-service:hover:before {
  display: none;
}
.services-home .service-col .rt-service:hover h4 a {
  color: #fff;
}
.services-home .service-col .rt-service:hover .icomoon {
  color: #fff;
}
.services-home .service-col .rt-service h4 {
  font-size: clamp(20px, 3vw, 28px);
  padding: 10px 0;
}
.services-home .service-col .rt-service h4 a {
  color: #000;
}
@media (min-width: 320px) and (max-width: 575px) {
  .services-home .service-col .rt-service h4 a {
    font-size: 14px;
  }
}
.services-home .service-col .rt-service P {
  font-size: clamp(15px, 1vw, 17px);
  line-height: 28px;
}
.services-home .service-col .rt-service .icomoon {
  font-size: 60px;
  color: #000;
}
.services-home .service-col:nth-child(1) .rt-service {
  background: #FFD5CD;
}
.services-home .service-col:nth-child(1) .rt-service:before {
  border-right-color: #FFD5CD;
  position: absolute;
  top: 48%;
  right: inherit;
  bottom: inherit;
  left: -37px;
}
.services-home .service-col:nth-child(2) .rt-service {
  background: #F8EFD4;
}
.services-home .service-col:nth-child(2) .rt-service:before {
  border-right-color: #F8EFD4;
  position: absolute;
  top: 48%;
  right: inherit;
  bottom: inherit;
  left: -37px;
}
.services-home .service-col:nth-child(3) {
  flex-direction: row-reverse;
}
.services-home .service-col:nth-child(3) .rt-service {
  background: #D9ECF2;
}
.services-home .service-col:nth-child(3) .rt-service:before {
  border-left-color: #D9ECF2;
  position: absolute;
  top: 48%;
  right: -37px;
  bottom: inherit;
  left: inherit;
}
.services-home .service-col:nth-child(4) {
  flex-direction: row-reverse;
}
.services-home .service-col:nth-child(4) .rt-service {
  background: #F8E1F4;
}
.services-home .service-col:nth-child(4) .rt-service:before {
  border-left-color: #F8E1F4;
  position: absolute;
  top: 48%;
  right: -37px;
  bottom: inherit;
  left: inherit;
}
.services-home .service-col:nth-child(5) .rt-service {
  background: #E7DEC8;
}
.services-home .service-col:nth-child(5) .rt-service:before {
  border-right-color: #E7DEC8;
  position: absolute;
  top: 48%;
  right: inherit;
  bottom: inherit;
  left: -37px;
}
.services-home .service-col:nth-child(6) .rt-service {
  background: #F4F4F4;
}
.services-home .service-col:nth-child(6) .rt-service:before {
  border-right-color: #F4F4F4;
  position: absolute;
  top: 48%;
  right: inherit;
  bottom: inherit;
  left: -37px;
}
.services-home .service-col:nth-child(7) {
  flex-direction: row-reverse;
}
.services-home .service-col:nth-child(7) .rt-service {
  background: #F9FCC4;
}
.services-home .service-col:nth-child(7) .rt-service:before {
  border-left-color: #F9FCC4;
  position: absolute;
  top: 48%;
  right: -37px;
  bottom: inherit;
  left: inherit;
}
.services-home .service-col:nth-child(8) {
  flex-direction: row-reverse;
}
.services-home .service-col:nth-child(8) .rt-service {
  background: #DDF3F5;
}
.services-home .service-col:nth-child(8) .rt-service:before {
  border-left-color: #DDF3F5;
  position: absolute;
  top: 48%;
  right: -37px;
  bottom: inherit;
  left: inherit;
}
@media (min-width: 320px) and (max-width: 575px) {
  .services-home .service-col:nth-child(2) {
    flex-direction: row-reverse;
  }
  .services-home .service-col:nth-child(3) {
    flex-direction: inherit;
  }
  .services-home .service-col:nth-child(6) {
    flex-direction: row-reverse;
  }
  .services-home .service-col:nth-child(7) {
    flex-direction: inherit;
  }
}

.blueSection {
  background: #014D98;
  padding: 100px 0;
}
.blueSection .h2 {
  color: #fff;
}
.blueSection P {
  color: #fff;
}

.highletcol {
  padding-right: 15px;
}
.highletcol .h3 {
  font-size: clamp(30px, 5vw, 70px);
}
.highletcol p {
  font-size: clamp(15px, 2.5vw, 18px);
  padding-right: 25px;
}

.ourExpertise {
  background: #e6f2ff;
  padding: 100px 0;
}

.newsBlogs {
  padding: 100px 0;
}

.careers .articleSection {
  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: -200px auto 0 auto;
  width: 75%;
  position: relative;
  padding: 50px;
  text-align: center;
}
@media (min-width: 320px) and (max-width: 575px) {
  .careers .articleSection {
    width: 100%;
    padding: 15px 25px;
  }
}

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

footer {
  position: relative;
}
footer .top-footer {
  background: #014D98;
  padding: 50px;
  color: #fff;
}
@media (min-width: 320px) and (max-width: 575px) {
  footer .top-footer {
    padding: 25px;
  }
}
footer .top-footer .activefooternav {
  text-decoration: underline;
}
footer .top-footer a, footer .top-footer .footernavLink {
  font-size: 13px;
  color: #fff;
  padding-bottom: 10px;
  display: inline-block;
}
footer .top-footer a:hover, footer .top-footer .footernavLink:hover {
  text-decoration: underline;
}
footer .top-footer p {
  padding-bottom: 5px;
  font-size: 13px;
}
@media (min-width: 320px) and (max-width: 575px) {
  footer .top-footer ul {
    padding-top: 15px;
    border-top: 1px solid #fff;
    margin-top: 15px;
  }
}
footer .top-footer li a {
  text-transform: uppercase;
}
footer .bottom-footer {
  background: #013365;
  padding: 20px 0;
  color: #fff;
  font-size: 13px;
}
footer .bottom-footer .footer-social a {
  font-size: 17px;
  color: #fff;
  display: inline-block;
  margin: 0 10px;
}
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: #014D98;
}
footer .moveTop:hover {
  border-radius: 50%;
}
footer .moveTop .icomoon {
  color: #fff;
}

.heightcol {
  min-height: 400px;
}

.mtopdiv {
  margin-top: -50px;
}
.mtopdiv .mtoparticle {
  padding-top: 100px;
}

.subpageMain {
  min-height: 800px;
}
.subpageMain p {
  font-size: 15px;
  padding-bottom: 20px;
  text-align: justify;
  line-height: 27px;
}
.subpageMain .whiteshadowbox {
  background: #fff;
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-direction: column;
  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;
}
.subpageMain .about-header {
  min-height: 500px;
}
@media (min-width: 320px) and (max-width: 575px) {
  .subpageMain .about-header {
    min-height: 250px;
  }
}
.subpageMain .values .col-md-6 .articleSection, .subpageMain .values .col-md-4 .articleSection {
  height: 400px;
  border: 1px solid #000;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 30px;
}
@media (min-width: 320px) and (max-width: 575px) {
  .subpageMain .values .col-md-6 .articleSection, .subpageMain .values .col-md-4 .articleSection {
    height: auto;
  }
}
.subpageMain .values .col-md-6 .articleSection img, .subpageMain .values .col-md-4 .articleSection img {
  width: 100px;
  margin-bottom: 25px;
}

.pageHeaderSub {
  min-height: 200px;
}
@media (min-width: 320px) and (max-width: 575px) {
  .pageHeaderSub {
    min-height: 210px;
    padding-top: 50px;
  }
}

.subpageBody {
  padding: 50px 0;
}
.subpageBody p {
  margin-bottom: 0;
}

.customForm {
  background: #f0f7ff;
  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 #014D98;
}
.customForm label {
  font-size: 13px;
  padding-bottom: 0;
  margin-bottom: 2px;
}
.customForm .form-control {
  background: none;
  border: 1px solid #cce6ff;
  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 #0280fd;
  outline: none;
  box-shadow: none;
}

.rtContact {
  background: #014D98;
  min-height: 500px;
  padding: 30px;
}
.rtContact .table {
  color: #fff;
}

.techcol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-direction: column;
  flex-direction: row;
  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;
  justify-content: left;
  margin-bottom: 10px;
  font-size: 15px;
}
.techcol .icomoon {
  font-size: 35px;
  margin-right: 10px;
}
.techcol span {
  font-size: 20px;
}

.industrycol {
  min-height: 300px;
  background: #fff;
  border: 1px solid #d9d9d9;
  padding: 30px;
  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: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-direction: column;
  margin-top: -1px;
  margin-left: -1px;
}
@media (min-width: 320px) and (max-width: 575px) {
  .industrycol {
    min-height: 165px;
  }
}
.industrycol h4 {
  font-size: 15px;
  line-height: 22px;
  color: #000;
  padding-top: 25px;
  text-align: center;
}
.industrycol .icomoon {
  font-size: 45px;
}
.industrycol:hover {
  background: #014D98;
  color: #fff;
}
.industrycol:hover h4 {
  color: #fff;
}

.jobcol {
  min-height: 400px;
  background: #fff;
  border: 1px solid #d9d9d9;
  padding: 30px;
  margin-bottom: 20px;
  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) {
  .jobcol {
    min-height: 160px;
  }
}
.jobcol:hover {
  box-shadow: none;
  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;
}
.jobcol h4 {
  font-size: 23px;
  line-height: 30px;
  color: #000;
  padding-bottom: 25px;
}
.jobcol p.jobintro {
  text-align: left;
  color: #333333;
  font-size: 14px;
  padding-bottom: 5px;
  height: 220px;
}
.jobcol .link {
  margin-top: 8px;
  float: right;
  margin-left: 10px;
  color: #014D98;
}
.jobcol .link .icomoon {
  margin-top: 8px;
  float: right;
  margin-left: 10px;
}

.list-items {
  margin: 15px 0 15px 20px;
}
.list-items li {
  list-style-type: disc;
  font-size: 15px;
  line-height: 25px;
}
.list-items .list-items2 {
  padding-left: 30px;
}

.icondiv .icon {
  width: 75px;
  height: 75px;
  background: #014D98;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-direction: column;
  margin: 10px auto;
  border-radius: 50%;
}
.icondiv .icon .icomoon {
  font-size: 30px;
  color: #fff;
}

.customTab span {
  font-size: 15px;
}
.customTab .resp-tab-content {
  min-height: 600px;
}
.customTab .resp-tabs-list {
  margin-top: 0 !important;
}
.customTab .resp-tabs-list li {
  background: #999999;
}
.customTab .resp-tabs-container {
  border-radius: 0;
}

.text-danger {
  font-size: 13px;
}

/*# sourceMappingURL=style.css.map */
