body {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 100;
  color: #474747;
}
@media (max-width: 767px) {
  body {
    padding-top: 92px;
  }
}

a {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
a:hover {
  text-decoration: none;
}
a[disabled] {
  pointer-events: none;
  cursor: default;
}

.btn-theme {
  color: white;
  border: none;
  background: #004196 url(../images/btn-bg.jpg) no-repeat center/cover;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.btn-theme.focus, .btn-theme:focus, .btn-theme:hover, .btn-theme.active, .btn-theme:active {
  color: white;
  background-position: center left 100px;
}

.text-green {
  color: #33af65;
}

.text-blue {
  color: #004196;
}

.bgBlue {
  background-color: #004196;
}

.bgGreen {
  background-color: #33af65;
}

.bgGreen2 {
  background-color: #053f1c;
}
.bgGreen2.rgb {
  background-color: rgba(5, 63, 28, 0.9);
}

.bgImage1 {
  background-image: url(../images/section-bg-1.jpg);
}

.bgImage2 {
  background-image: url(../images/section-bg-2.jpg);
}

.bgImage3 {
  background-image: url(../images/section-bg-3.jpg);
}

.bgImage4 {
  background-image: url(../images/section-bg-4.jpg);
}

.bgImage5 {
  background-image: url(../images/section-bg-5.jpg);
}

[class*=section-] {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

[class*=section-] > .container-fluid, header > .container-fluid, footer > .container-fluid {
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 767px) {
  [class*=section-] > .container-fluid, header > .container-fluid, footer > .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.sectionTitle {
  font-size: 30px;
  color: #004196;
  text-transform: uppercase;
}
.sectionTitle.text-green {
  color: #33af65;
}

@media (max-width: 767px) {
  .mobScrollNone {
    overflow: hidden;
  }
}
.pageLoader {
  z-index: 9999;
  position: fixed;
  padding: 0;
  margin: 0;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  cursor: wait;
  display: none;
  background: url(../images/ajax-loader-new.gif) no-repeat center center;
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  margin: 0;
  padding: 12px 0;
  background-color: transparent;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  z-index: 9999;
}
.header.headerFixed {
  background-color: white;
  box-shadow: 0 0 10px #d5d5d5;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.header .siteLogo {
  max-width: 350px;
}
.header .siteLogo img {
  width: 100%;
  height: auto;
}
.header .navbar {
  padding-left: 4%;
}
.header .nav-item {
  margin-left: 20px;
}
.header .nav-link {
  color: #004196;
  font-size: 16px;
  text-transform: uppercase;
  position: relative;
  padding: 10px 0 !important;
}
.header .socialLinks {
  max-width: 300px;
}
.header .socialLinks .links {
  max-width: 130px;
}
.header .socialLinks .link {
  width: 32px;
  height: 32px;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 2px;
  color: white;
  text-align: center;
  line-height: 32px;
}
@media (min-width: 992px) {
  .header .nav-link {
    font-weight: 400;
  }
  .header .nav-link::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    background: url(../images/btn-bg.jpg) no-repeat center/cover;
    height: 4px;
    -webkit-transition: width 0.3s linear;
    -moz-transition: width 0.3s linear;
    -o-transition: width 0.3s linear;
    transition: width 0.3s linear;
  }
  .header .nav-link.active::before {
    width: 100%;
  }
  .header .dropdown-menu {
    padding: 0;
  }
  .header .dropdown-item {
    color: #004196;
  }
  .header .dropdown-item + .dropdown-item {
    border-top: 1px solid #f5f5f5;
  }
  .header .dropdown-item:hover {
    color: #33af65;
  }
  .header .dropdown-item:active {
    background-color: transparent;
  }
  .header .nav-item:hover > .nav-link::before {
    width: 100%;
  }
  .header .dropdown {
    padding: 0;
  }
  .header .dropdown:hover > .dropdown-menu {
    display: block;
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 990px) {
  .header .navbar {
    padding: 10px 0 0;
    width: 100%;
  }
  .header .nav-link {
    font-size: 14px;
  }
  .header .socialLinks .links {
    max-width: 130px;
    width: 120px;
  }
}
@media (max-width: 990px) {
  .header {
    padding: 12px 0 1px;
  }
}
@media (max-width: 767px) {
  .header {
    padding: 12px 0 9px;
    background-color: white;
  }
  .header .siteLogo {
    max-width: initial;
    width: 100%;
    text-align: center;
    padding: 0 0 5px;
    margin: 0 0 5px;
    border-bottom: 1px solid #f5f5f5;
  }
  .header .siteLogo img {
    width: 200px;
  }
  .header .navbar {
    padding: 0;
    position: initial;
  }
  .header .navbar-collapse {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background-color: white;
  }
  .header .nav-link {
    border-top: 1px solid #f5f5f5;
    padding: 8px 12px;
    font-size: 14px;
  }
  .header .dropdown-menu {
    border-left: none;
    border-right: none;
    background-color: #f1f1f1;
    padding: 0;
  }
  .header .dropdown-menu .dropdown-item {
    padding: 6px 12px;
  }
  .header .dropdown-menu .dropdown-item + .dropdown-item {
    border-top: 1px dashed #d5d5d5;
  }
  .header .socialLinks .links {
    width: 110px;
  }
  .header .socialLinks .link {
    width: 26px;
    height: 26px;
    line-height: 26px;
  }
}

.section-pageTitle {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
}
.section-pageTitle .container {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.section-pageTitle .title {
  margin: 0;
  padding: 0;
  font-size: 70px;
  color: white;
  font-family: "Daniela";
  text-align: right;
}
@media (max-width: 767px) {
  .section-pageTitle .title {
    font-size: 32px;
  }
}
.section-ourPromise {
  background-color: #004196;
  padding: 70px 0 80px;
}
.section-ourPromise .title {
  font-size: 48px;
  color: #35af65;
  text-align: center;
  margin: 0 0 30px;
}
.section-ourPromise p {
  margin: 0;
  font-size: 24px;
  line-height: 30px;
  color: white;
  font-weight: 100;
}
@media (max-width: 990px) {
  .section-ourPromise {
    padding: 40px 0 50px;
  }
  .section-ourPromise .title {
    font-size: 28px;
    margin: 0 0 15px;
  }
  .section-ourPromise p {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .section-ourPromise {
    padding: 15px 0 25px;
  }
  .section-ourPromise .promises [class*=col-] + [class*=col-] {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
}
.section-mainCarousel {
  position: relative;
}
.section-mainCarousel .bannerDesc {
  left: 50px;
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.6);
}
.section-mainCarousel .bannerDesc.ourOffeings {
  background-color: transparent;
  padding: 0;
  right: 50px;
  left: auto;
  max-width: inherit;
  text-align: right;
}
.section-mainCarousel .bannerDesc.ourOffeings .subTitle {
  font-size: 32px;
  line-height: 46px;
}
.section-mainCarousel .bannerDesc.whoWeAre {
  background-color: transparent;
  padding: 0;
}
.section-mainCarousel .bannerDesc.whoWeAre .subTitle {
  font-size: 32px;
  line-height: 46px;
}
.section-mainCarousel .bannerDesc.projects {
  background-color: transparent;
  padding: 0;
}
.section-mainCarousel .bannerDesc.projects .subTitle {
  font-size: 32px;
  line-height: 46px;
}
.section-mainCarousel .bannerDesc .clrWhiteShadow {
  color: white;
  text-shadow: 0 0 4px black;
}
@media (max-width: 767px) {
  .section-mainCarousel .bannerDesc {
    padding: 12px;
    left: 15px;
    max-width: 60%;
  }
}
.section-carousel .item1 .bannerDesc .subTitle {
  font-size: 31px;
  line-height: 52px;
}
.section-carousel .item1 .bannerDesc .title {
  font-size: 92px;
  line-height: 90px;
}
.section-carousel .item2 .bannerDesc .subTitle {
  font-size: 52px;
  line-height: 62px;
}
.section-carousel .item2 .bannerDesc .title {
  font-size: 99px;
  line-height: 100px;
}
.section-carousel .item3 .bannerDesc .subTitle {
  font-size: 29px;
  line-height: 32px;
}
.section-carousel .item3 .bannerDesc .title {
  font-size: 113px;
  line-height: 120px;
}
.section-stats {
  background: url(../images/section-banner-1.jpg) no-repeat center bottom/100% auto;
  border-top: 1px solid #d5d5d5;
}
.section-stats .card {
  background-color: transparent;
  border: none;
}
.section-stats .card + .card {
  border-left: 1px solid #d5d5d5;
}
.section-stats .card-header {
  background-color: white;
  border-radius: 0;
  padding: 120px 15px;
}
.section-stats .card-header span {
  display: block;
  text-align: center;
}
.section-stats .card-header span.stat {
  font-family: "Conter Ultra";
  font-size: 36px;
  white-space: nowrap;
  color: #474747;
}
.section-stats .card-header span.stat i {
  font-style: normal;
}
.section-stats .card-header span.statTitle {
  font-size: 28px;
  color: #004196;
  white-space: nowrap;
}
.section-stats .card-body {
  min-height: 500px;
  text-align: center;
  font-size: 38px;
  line-height: 42px;
  border-radius: 0;
  color: white;
  position: relative;
}
.section-stats .card-body span {
  position: absolute;
  left: 30px;
  top: 30px;
  text-transform: uppercase;
}
.section-stats .card-body p {
  font-weight: 100;
}
@media (max-width: 990px) {
  .section-stats {
    background: none;
  }
  .section-stats .card {
    background-color: transparent;
    border: none;
    margin: 0;
  }
  .section-stats .card + .card {
    border-left: none;
  }
  .section-stats .card-header {
    background-color: rgba(0, 0, 0, 0.02);
    position: relative;
    padding: 20px 15px;
  }
  .section-stats .card-header::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    border: 16px solid transparent;
    border-top-color: #fafafa;
    margin-left: -16px;
    margin-top: -1px;
    z-index: 1;
  }
  .section-stats .card-header span.stat {
    font-size: 20px;
  }
  .section-stats .card-header span.statTitle {
    font-size: 16px;
  }
  .section-stats .card-body {
    min-height: auto;
    font-size: 18px;
    background-color: rgba(0, 0, 0, 0.1);
    line-height: 26px;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    color: black;
  }
  .section-stats .card-body span {
    position: static;
    left: auto;
    top: auto;
  }
  .section-stats .card-body p {
    margin: 0;
  }
}
.section-namah .title {
  position: absolute;
  left: 0;
  top: 10%;
  right: 0;
  color: #33af65;
  font-size: 40px;
  text-align: center;
}
.section-namah .title.text-blue {
  color: #004196;
}
.section-namah .namahBox {
  background-color: #35af65;
  color: white;
  padding: 50px 80px;
  font-size: 40px;
}
.section-namah .namahBox .namahLogo img {
  max-width: 200px;
}
.section-namah .namahBox p {
  line-height: 40px;
  font-size: 32px;
  font-style: italic;
  font-weight: 100;
}
@media (max-width: 990px) {
  .section-namah .title {
    font-size: 30px;
    top: 8%;
  }
  .section-namah .namahBox {
    padding: 30px;
    font-size: 30px;
  }
  .section-namah .namahBox .namahLogo img {
    max-width: 100px;
  }
  .section-namah .namahBox p {
    line-height: 28px;
    font-size: 20px;
  }
}
.section-equalBlock {
  color: white;
}
.section-equalBlock.bgWhite {
  background-color: white;
  color: #004196;
}
.section-equalBlock.bgBlue {
  background-color: #004196;
}
.section-equalBlock.bgGreen {
  background-color: #33af65;
}
.section-equalBlock.bgGreenLight {
  background-color: #c2e7d0;
  color: #33af65;
}
.section-equalBlock.bgGreenLight .arrowLeft::before {
  background-color: #c2e7d0;
}
.section-equalBlock.bgTeal {
  background-color: #e6fffb;
  color: #004196;
}
.section-equalBlock.bgGray {
  background-color: #cccccc;
  color: #004196;
}
.section-equalBlock.bgGrayLight {
  background-color: #ededed;
  color: #004196;
}
.section-equalBlock.bgWhatWeDeliver {
  background-image: url(../images/section-banner-13.jpg);
  background-position: center top 70px;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.section-equalBlock .arrowLeft {
  position: relative;
}
.section-equalBlock .arrowLeft::before {
  content: "";
  position: absolute;
  left: -75px;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 150px;
  clip-path: polygon(50% 0%, 0% 50%, 50% 100%);
}
.section-equalBlock .title {
  font-size: 32px;
}
.section-equalBlock p {
  line-height: 30px;
  font-size: 24px;
  font-weight: 100;
}
.section-equalBlock .list {
  margin: 0 0 0 22px;
  padding: 0;
}
.section-equalBlock .list > li {
  margin: 15px 0 0;
  line-height: 34px;
  font-size: 24px;
  font-weight: 400;
}
.section-equalBlock .list > li:first-child {
  margin-top: 0;
}
@media (max-width: 990px) {
  .section-equalBlock .title {
    font-size: 26px;
  }
  .section-equalBlock p {
    line-height: 24px;
    font-size: 20px;
  }
}
.section-equalBlock2 {
  background-position: center;
  background-size: cover;
}
.section-equalBlock2.bgBlue .block {
  background-color: rgba(0, 65, 150, 0.6);
  color: white;
}
.section-equalBlock2.bgGreen .block {
  background-color: rgba(255, 255, 255, 0.6);
  color: #33af65;
}
.section-equalBlock2 .block {
  padding: 30px;
  margin: 50px 0;
}
.section-equalBlock2 .title {
  font-size: 30px;
}
.section-equalBlock2 p {
  line-height: 30px;
  font-size: 22px;
  font-weight: 100;
}
@media (max-width: 990px) {
  .section-equalBlock2 .title {
    font-size: 26px;
  }
  .section-equalBlock2 p {
    line-height: 16px;
    font-size: 20px;
  }
}
.section-equalBlock3 {
  color: white;
}
.section-equalBlock3 .block {
  padding: 50px;
}
.section-equalBlock3 .title {
  font-size: 30px;
}
.section-equalBlock3 p {
  line-height: 30px;
  font-size: 22px;
  font-weight: 100;
}
@media (max-width: 990px) {
  .section-equalBlock3 .title {
    font-size: 26px;
  }
  .section-equalBlock3 p {
    line-height: 16px;
    font-size: 20px;
  }
}
.section-ourClients {
  padding: 100px 0 120px;
}
.section-ourClients .title {
  font-size: 40px;
  color: #35af65;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 30px;
}
.section-ourClients .item {
  border: 1px solid #d5d5d5;
  margin-right: 1px;
}
.section-ourClients .item img {
  width: 100%;
  height: auto;
}
@media (max-width: 990px) {
  .section-ourClients {
    padding: 40px 0;
  }
  .section-ourClients .title {
    font-size: 24px;
  }
}
.section-connect .connectBox {
  background-color: #14284b;
  color: white;
  padding: 30px 50px;
}
.section-connect .title {
  font-size: 38px;
  line-height: 46px;
  margin: 0 0 20px;
}
.section-connect p {
  line-height: 32px;
  font-size: 28px;
  margin: 0 0 20px;
  font-weight: 100;
}
.section-connect .socialLinks {
  text-align: left;
}
.section-connect .socialLinks a {
  width: 52px;
  height: 52px;
  background-color: white;
  border-radius: 4px;
  color: #14284b;
  text-align: center;
  line-height: 52px;
  display: inline-block;
  font-size: 36px;
}
.section-connect .socialLinks a + a {
  margin-left: 12px;
}
@media (max-width: 990px) {
  .section-connect .connectBox {
    padding: 10px 20px;
  }
  .section-connect .title {
    font-size: 20px;
    line-height: 30px;
  }
  .section-connect p {
    line-height: 22px;
    font-size: 16px;
    margin: 0 0 10px;
  }
  .section-connect .socialLinks a {
    width: 32px;
    height: 32px;
    font-size: 18px;
    line-height: 32px;
  }
}
.section-contactInfo {
  background: #35af65;
  color: white;
  font-size: 24px;
  padding: 30px 0;
}
.section-contactInfo .title {
  text-transform: uppercase;
  margin: 0 0 15px;
}
.section-contactInfo .title .fa {
  width: 20px;
}
.section-contactInfo p {
  font-size: 22px;
  line-height: 28px;
  margin: 0;
  font-weight: 100;
  padding-left: 34px;
}
@media (max-width: 990px) {
  .section-contactInfo {
    font-size: 16px;
    padding: 20px 15px;
  }
  .section-contactInfo .title {
    margin: 0 0 7px;
  }
  .section-contactInfo p {
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .section-contactInfo .row [class*=col-] + [class*=col-] {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
}
.section-keywords {
  padding: 30px 0;
}
.section-keywords .title {
  font-size: 30px;
  color: #004196;
  text-transform: uppercase;
  text-align: center;
}
.section-keywords p {
  text-align: justify;
  line-height: 26px;
}
.section-keywords p .highlight {
  font-size: 20px;
  font-weight: 400;
}
.section-content {
  padding: 30px 0;
}
.section-content .title {
  font-size: 30px;
  color: #757575;
}
.section-content p {
  text-align: justify;
  line-height: 26px;
}
.section-ourVision {
  background-color: #004196;
  padding: 30px 0;
  color: white;
}
.section-ourVision .title {
  font-size: 26px;
  text-transform: uppercase;
  margin: 0 0 20px;
}
.section-ourVision p {
  font-size: 24px;
  line-height: 30px;
  color: white;
}
@media (max-width: 767px) {
  .section-ourVision .title {
    font-size: 20px;
    margin: 0 0 10px;
  }
  .section-ourVision p {
    font-size: 18px;
    line-height: 24px;
  }
}
.section-ourMission {
  padding: 0;
  color: white;
  position: relative;
}
.section-ourMission img {
  width: 70%;
}
.section-ourMission .content {
  height: 50%;
  padding: 40px 45px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.section-ourMission .title {
  font-size: 26px;
  text-transform: uppercase;
  margin: 0 0 20px;
}
.section-ourMission p {
  font-size: 24px;
  line-height: 30px;
  margin: 0;
  color: white;
}
@media (max-width: 990px) {
  .section-ourMission .content {
    height: 70%;
  }
}
@media (max-width: 767px) {
  .section-ourMission img {
    width: 100%;
  }
  .section-ourMission .content {
    height: auto;
    padding: 30px;
    position: relative;
    right: auto;
    top: auto;
    width: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
  .section-ourMission .title {
    font-size: 20px;
    margin: 0 0 10px;
  }
  .section-ourMission p {
    font-size: 18px;
    line-height: 24px;
  }
}
.section-callToAction {
  padding: 15px 50px;
  text-align: center;
  font-size: 60px;
  background-color: #004196;
  color: white;
}
.section-callToAction p {
  margin: 0;
}
@media (max-width: 990px) {
  .section-callToAction {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .section-callToAction {
    font-size: 24px;
  }
}
.section-contentCards {
  padding: 70px 0 100px;
  background-color: #e5e4e4;
}
.section-contentCards .card {
  border: none;
  background-color: transparent;
  border-radius: 0;
}
.section-contentCards .card-header {
  border: none;
  background-color: transparent;
  color: #004196;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 400;
}
.section-contentCards .card-body {
  background-color: white;
}
.section-contentCards .card-body p {
  margin: 0;
  font-size: 20px;
  color: #004196;
  text-align: justify;
}
.section-contentCards.style2 {
  background: #021d32;
  background: -moz-linear-gradient(top, #021d32 1%, #024d89 100%);
  background: -webkit-linear-gradient(top, #021d32 1%, #024d89 100%);
  background: linear-gradient(to bottom, #021d32 1%, #024d89 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#021d32", endColorstr="#024d89",GradientType=0 );
}
.section-contentCards.style2 .card-header {
  color: white;
}
.section-contentCards.style2 .card-body {
  border-radius: 8px;
}
.section-contentCards.style2 .card-body p {
  color: black;
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 990px) {
  .section-contentCards .card-header {
    padding-left: 0;
    padding-right: 0;
  }
  .section-contentCards [class*=col-] + [class*=col-] {
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .section-contentCards {
    padding: 20px 0 30px;
  }
}
.section-contactPage {
  padding: 180px 0 100px;
}
.section-contactPage address {
  font-size: 24px;
  line-height: 32px;
  color: #919191;
}
.section-contactPage address ~ address {
  margin-top: 30px;
}
.section-contactPage address .title {
  display: block;
  font-size: 30px;
  font-weight: 400;
  color: #004196;
}
.section-contactPage address a {
  color: #919191;
}
.section-contactPage address a:hover {
  color: #33af65;
}
.section-contactPage address a span {
  color: transparent;
}
@media (max-width: 990px) {
  .section-contactPage {
    padding: 130px 0 70px;
  }
  .section-contactPage address ~ address {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .section-contactPage {
    padding: 15px 0;
  }
  .section-contactPage address {
    font-size: 18px;
    line-height: 22px;
  }
  .section-contactPage address:first-child {
    width: 100%;
  }
  .section-contactPage address .title {
    font-size: 20px;
  }
  .section-contactPage iframe {
    height: 250px;
  }
}
.section-pageBanner {
  margin: 100px 0 50px;
  overflow: hidden;
  position: relative;
}
.section-pageBanner img {
  width: 100%;
}
.section-pageBanner .title {
  margin: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #004196;
  font-family: "Conter Ultra";
  font-size: 120px;
}
@media (max-width: 990px) {
  .section-pageBanner {
    margin: 110px 0 30px;
  }
  .section-pageBanner .title {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .section-pageBanner {
    margin: 0 0 20px;
  }
  .section-pageBanner .title {
    font-size: 52px;
  }
}
.section-uploadResume {
  background-color: #e7e7e7;
  padding: 30px 0;
}
.section-uploadResume .form-control {
  background-color: transparent;
}
.section-uploadResume .fldcol-fullname .col:nth-child(1) .form-control {
  border-right: none;
}
.section-uploadResume .fldcol-fullname .col:nth-child(2) .form-control {
  border-right: none;
  border-left: none;
}
.section-uploadResume .fldcol-fullname .col:nth-child(3) .form-control {
  border-left: none;
}
.section-uploadResume .fldcol-mobile .form-control:first-child {
  width: 50px;
  text-align: center;
  border-right: none;
}
.section-uploadResume .fldcol-date .form-control {
  width: 150px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../images/icon-drop-down.png) no-repeat center right 10px/auto 50%;
}
.section-clientGrid {
  margin-bottom: 50px;
}
.section-clientGrid .row {
  border-left: 1px solid #d5d5d5;
  border-top: 1px solid #d5d5d5;
}
.section-clientGrid .row > div {
  border: 1px solid #d5d5d5;
  border-left: none;
  border-top: none;
}
.section-clientGrid .clientLogo {
  width: 100%;
  height: 0;
  display: block;
  overflow: hidden;
  padding: 100% 0 0;
  position: relative;
  float: left;
}
.section-clientGrid .clientLogo img {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 95%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.section-clientRole {
  margin-bottom: 50px;
}
.section-clientRole .gridRow {
  border-left: 1px solid #d5d5d5;
  border-top: 1px solid #d5d5d5;
}
.section-clientRole .gridRow > div {
  border: 1px solid #d5d5d5;
  border-left: none;
  border-top: none;
}
.section-clientRole .block span {
  font-size: 36px;
  text-align: center;
  color: #004196;
  font-weight: 400;
}
.section-clientRole .block span + span {
  border-left: 1px solid #d5d5d5;
}
@media (min-width: 768px) and (max-width: 990px) {
  .section-clientRole .gridRow > [class*=col-]:nth-child(even) .block {
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
@media (max-width: 767px) {
  .section-clientRole .gridRow {
    border: none;
  }
  .section-clientRole .gridRow > div {
    border: 1px solid #d5d5d5;
  }
  .section-clientRole .gridRow > div:not(:first-child) {
    border-top: none;
  }
  .section-clientRole .block .title {
    position: relative;
  }
  .section-clientRole .block .title::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    border: 24px solid transparent;
    border-top-color: white;
    margin-left: -24px;
    z-index: 1;
  }
}
.section-gallery {
  margin: 0 0 50px;
}
.section-gallery .block {
  position: relative;
  overflow: hidden;
}
.section-gallery .block .back {
  background-color: #33af65;
  color: white;
  padding: 20px;
  font-weight: 400;
}
.section-gallery .block .back .title {
  font-size: 34px;
}
.section-gallery .block .back p {
  font-size: 20px;
  line-height: 22px;
}
@media (min-width: 992px) {
  .section-gallery .block .card {
    transition: transform 1s;
    transform-style: preserve-3d;
  }
  .section-gallery .block .front, .section-gallery .block .back {
    backface-visibility: hidden;
  }
  .section-gallery .block .back {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    transform: rotateY(180deg);
  }
  .section-gallery .block:hover .card {
    transform: rotateY(180deg);
    transition: transform 0.5s;
  }
}
@media (max-width: 990px) {
  .section-gallery .block .back {
    height: 230px;
  }
  .section-gallery .block .back .title {
    font-size: 28px;
  }
  .section-gallery .block .back p {
    font-size: 16px;
    line-height: 18px;
  }
}
.section-gallery .row [class*=col-] {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .section-gallery .back {
    height: auto;
  }
  .section-gallery .back .title {
    font-size: 26px;
  }
  .section-gallery .row {
    margin-left: -7px;
    margin-right: -7px;
  }
  .section-gallery .row [class*=col-] {
    margin-bottom: 0;
    padding: 0 7px 14px;
  }
}

.bannerDesc {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 50%;
  padding: 50px;
}
.bannerDesc.bgLight {
  background-color: rgba(255, 255, 255, 0.3);
  padding: 30px;
}
.bannerDesc.left {
  left: 0;
}
.bannerDesc.right {
  right: 0;
}
.bannerDesc .subTitle {
  font-size: 51px;
  line-height: 60px;
  color: #004196;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: "Conter Condensed";
}
.bannerDesc .title {
  font-size: 106px;
  line-height: 120px;
  color: #004196;
  text-transform: uppercase;
  font-family: "Conter Ultra";
  white-space: nowrap;
}
.bannerDesc .title span {
  color: #33af65;
}
.bannerDesc p {
  font-size: 16px;
  text-align: justify;
  font-weight: 400;
}
@media (max-width: 990px) {
  .bannerDesc {
    padding: 0;
  }
  .bannerDesc.left {
    left: 30px;
  }
  .bannerDesc.right {
    right: 30px;
  }
  .bannerDesc .subTitle {
    font-size: 18px;
    white-space: normal;
  }
  .bannerDesc .title {
    font-size: 32px;
    letter-spacing: 1px;
    white-space: normal;
  }
  .bannerDesc p {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .bannerDesc.left {
    left: 15px;
  }
  .bannerDesc.right {
    right: 15px;
  }
  .bannerDesc .subTitle {
    font-size: 12px;
  }
  .bannerDesc .title {
    font-size: 18px;
  }
  .bannerDesc p {
    font-size: 11px;
    line-height: 14px;
    display: none;
  }
}

.footer {
  width: 100%;
  float: left;
  background-color: #212121;
  padding: 25px 0 0;
  color: white;
}
.footer .footerLogo {
  display: block;
  max-width: 250px;
}
.footer .title {
  display: block;
  color: #33af65;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.footer .title .fa {
  width: 11px;
  color: white;
  font-size: 18px;
}
.footer .phoneNo span {
  color: transparent;
}
.footer .footerLinks {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer .footerLinks > li {
  margin: 2px 0 0;
  padding: 0;
}
.footer .footerLinks > li:first-child {
  margin-top: 0;
}
.footer .footerLinks > li > a {
  display: inline-block;
  color: white;
  text-transform: uppercase;
}
.footer hr {
  border-top-color: rgba(255, 255, 255, 0.1);
  border-top-style: dashed;
}
.footer .copyrightText {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #9c9c9c;
  border-top: 5px solid #666666;
}
.footer .copyrightText p {
  text-align: center;
  margin: 0;
  font-size: 16px;
  color: black;
}
@media (max-width: 990px) {
  .footer .footerLinks {
    list-style: none;
    margin: 0 -7px;
    padding: 0;
  }
  .footer .footerLinks > li {
    margin: 2px 0 0;
    padding: 0 7px;
  }
  .footer .footerLinks > li:first-child {
    margin-top: 2px;
  }
}
@media (max-width: 767px) {
  .footer .footerLinks {
    margin: 0 -5px;
  }
  .footer .footerLinks > li {
    padding: 0 5px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 50%;
    -moz-box-flex: 1;
    -moz-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: 50%;
    font-size: 15px;
  }
}

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