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

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-yellow {
  color: white;
  border: none;
  background: #dbaf1b;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.btn-yellow.focus, .btn-yellow:focus, .btn-yellow:hover, .btn-yellow.active, .btn-yellow:active {
  color: white;
  background-color: #013042;
}

.btn-skyblue {
  color: white;
  border: none;
  background: #7d9e95;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.btn-skyblue.focus, .btn-skyblue:focus, .btn-skyblue:hover, .btn-skyblue.active, .btn-skyblue:active {
  color: white;
  background-color: #013042;
}

.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: 990px) {
  [class*=section-] > .container-fluid, header > .container-fluid, footer > .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.sectionTitle {
  font-size: 30px;
  color: #022f42;
  text-transform: uppercase;
}
.sectionTitle > .title > em {
  text-transform: none;
}

@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: 0;
  background-color: #c9e4db;
  border-top: 4px solid #013042;
  -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: 9;
}
.header.headerFixed {
  box-shadow: 0 0 10px #d5d5d5;
}
.header .siteLogo {
  padding: 10px 0;
}
.header .siteLogo img {
  width: auto;
  height: 80px;
}
.header .excellenceLogo {
  padding: 7px 0;
}
.header .excellenceLogo img {
  width: auto;
  height: 80px;
}
.header .searchBox .dropdown-menu {
  margin: 0;
}
.header .searchBox .form-control {
  border-color: white;
  background: white url(../images/icon-search.png) no-repeat center left 5px;
  padding-left: 28px;
}
.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: 768px) and (max-width: 990px) {
  .header .siteLogo img {
    height: 50px;
  }
  .header .excellenceLogo img {
    height: 50px;
  }
  .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;
  }
  .header > container-fluid {
    padding: 0;
  }
  .header .navbar {
    padding: 0;
    position: inherit;
  }
  .header .navbar-collapse {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background-color: white;
    box-shadow: 0 0 10px #d5d5d5;
  }
  .header .nav-link {
    border-top: 1px solid #f5f5f5;
    padding: 8px 12px;
    font-size: 14px;
  }
  .header .dropdown-menu {
    background-color: #f1f1f1;
    padding: 0;
    margin: 0 10px 10px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .header .dropdown-menu > a {
    margin: 10px;
    padding: 5px;
  }
  .header .dropdown-menu .dropdown-item {
    padding: 6px 12px;
  }
  .header .dropdown-menu .dropdown-item + .dropdown-item {
    border-top: 1px dashed #d5d5d5;
  }
}
@media (max-width: 767px) {
  .header {
    padding: 10px 0;
  }
  .header .siteLogo {
    padding: 0;
  }
  .header .siteLogo img {
    width: auto;
    height: 40px;
  }
  .header .excellenceLogo {
    padding: 0;
  }
  .header .excellenceLogo img {
    width: auto;
    height: 40px;
  }
  .header .navbar-collapse {
    max-height: 70vh;
    overflow-y: auto;
  }
  .header .dropdown-menu {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .header .dropdown-menu > a {
    margin: 1px 0;
    border-top: 1px solid #d5d5d5;
  }
  .header .dropdown-menu > a:first-child {
    border-top: none;
  }
  .header .socialLinks .links {
    width: 110px;
  }
  .header .socialLinks .link {
    width: 26px;
    height: 26px;
    line-height: 26px;
  }
}

@media (min-width: 992px) {
  .mainNavigation .navbar-nav {
    margin-top: 4px;
  }
  .mainNavigation .navbar-nav > li {
    position: relative;
  }
  .mainNavigation .navbar-nav > li:first-child {
    margin-left: 0;
  }
  .mainNavigation .navbar-nav > li:hover .nav-link {
    color: white;
  }
  .mainNavigation .navbar-nav > li:hover .dropdown-menu {
    display: block;
  }
  .mainNavigation .navbar-nav > li .dropdown-menu {
    border-radius: 0;
    margin: 0;
    border-top: none;
  }
  .mainNavigation .navbar-nav > li .dropdown-menu::before {
    content: "";
    position: absolute;
    right: 6px;
    top: -14px;
    border: 8px solid transparent;
    border-bottom-color: white;
    display: none;
  }
  .mainNavigation .navbar-nav > li .dropdown-menu > a {
    display: block;
    padding: 7px 12px;
    border-top: 1px solid #d5d5d5;
    color: #013042;
    line-height: 22px;
  }
  .mainNavigation .navbar-nav > li .dropdown-menu > a:hover {
    background-color: #dbaf1b;
    color: white;
  }
  .mainNavigation .navbar-nav > li .dropdown-menu > a:first-child {
    border-top: none;
  }
  .mainNavigation .nav-item {
    margin-left: 10px;
  }
  .mainNavigation .nav-link {
    color: black;
    font-size: 15px;
    text-transform: uppercase;
    position: relative;
    padding: 0 8px 14px !important;
  }
  .mainNavigation .nav-item.active > .nav-link,
.mainNavigation .nav-item:hover > .nav-link {
    background-color: #dbaf1b;
    color: white;
  }
  .mainNavigation .nav-item.active > .nav-link::before,
.mainNavigation .nav-item:hover > .nav-link::before {
    display: none;
  }
  .mainNavigation .nav-link {
    font-weight: 400;
  }
  .mainNavigation .dropdown-menu {
    padding: 0;
  }
  .mainNavigation .dropdown-item {
    color: #7d9e95;
  }
  .mainNavigation .dropdown-item + .dropdown-item {
    border-top: 1px solid #f5f5f5;
  }
  .mainNavigation .dropdown-item:hover {
    color: #7d9e95;
  }
  .mainNavigation .dropdown-item:active {
    background-color: transparent;
  }
  .mainNavigation .nav-item:hover > .nav-link::before {
    width: -moz-calc(100% - 14px);
    width: -webkit-calc(100% - 14px);
    width: calc(100% - 14px);
  }
  .mainNavigation .dropdown {
    padding: 0;
  }
  .mainNavigation .dropdown:hover > .dropdown-menu {
    display: block;
    margin: 0;
  }
}

.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;
  margin-top: 104px;
}
.section-mainCarousel .bannerDesc {
  width: auto;
  left: 0;
  padding: 30px;
  background-color: rgba(0, 0, 0, 0.3);
  min-width: 80%;
}
.section-mainCarousel .bannerDesc.bgNone {
  background-color: transparent;
}
.section-mainCarousel .bannerDesc .subTitle,
.section-mainCarousel .bannerDesc .title {
  font-size: 40px;
  line-height: 46px;
  white-space: nowrap;
  text-transform: uppercase;
  color: white;
}
.section-mainCarousel .item .bannerDesc {
  padding-left: 80px;
}
.section-mainCarousel #mainCarousel .owl-nav {
  margin: 0;
  width: 100%;
  float: left;
}
.section-mainCarousel #mainCarousel .owl-nav .owl-prev,
.section-mainCarousel #mainCarousel .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70%;
  margin: 0;
  transform: translateY(-50%);
}
.section-mainCarousel #mainCarousel .owl-nav .owl-prev:hover,
.section-mainCarousel #mainCarousel .owl-nav .owl-next:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
.section-mainCarousel #mainCarousel .owl-nav .owl-prev:hover span,
.section-mainCarousel #mainCarousel .owl-nav .owl-next:hover span {
  color: rgba(255, 255, 255, 0.8);
}
.section-mainCarousel #mainCarousel .owl-nav .owl-prev span,
.section-mainCarousel #mainCarousel .owl-nav .owl-next span {
  font-size: 90px;
  position: absolute;
  color: rgba(255, 255, 255, 0.5);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -55%);
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 100;
}
.section-mainCarousel #mainCarousel .owl-nav .owl-prev {
  left: 15px;
}
.section-mainCarousel #mainCarousel .owl-nav .owl-next {
  right: 15px;
}
@media (max-width: 990px) {
  .section-mainCarousel {
    margin-top: 87px;
  }
  .section-mainCarousel .bannerDesc {
    padding: 20px;
  }
  .section-mainCarousel .bannerDesc .subTitle,
.section-mainCarousel .bannerDesc .title {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .section-mainCarousel {
    margin-top: 0;
  }
  .section-mainCarousel .bannerDesc {
    padding: 10px;
    left: 10px;
    right: 10px;
  }
  .section-mainCarousel .bannerDesc .subTitle,
.section-mainCarousel .bannerDesc .title {
    font-size: 12px;
    line-height: 18px;
  }
  .section-mainCarousel .item .bannerDesc {
    padding-left: 10px;
  }
}
.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 {
  border-top: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
}
.section-stats .card {
  background-color: transparent;
  border: none;
}
.section-stats .card + .card {
  border-left: 1px solid #d5d5d5;
}
.section-stats .card-body {
  background-color: white;
  border-radius: 0;
  padding: 50px 25px;
}
.section-stats .card-body span {
  display: block;
  text-align: center;
}
.section-stats .card-body span.stat {
  font-size: 36px;
  color: #013042;
  font-weight: bold;
}
.section-stats .card-body span.stat i {
  font-style: normal;
}
.section-stats .card-body span.statTitle {
  font-size: 28px;
  color: #dbaf1b;
}
.section-stats .card-body span.statTitle small {
  font-size: 14px;
  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-body {
    background-color: rgba(0, 0, 0, 0.02);
    position: relative;
    padding: 20px 15px;
  }
  .section-stats .card-body::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-body span.stat {
    font-size: 20px;
  }
  .section-stats .card-body span.statTitle {
    font-size: 16px;
  }
}
.section-services {
  position: relative;
}
.section-services .title {
  color: white;
  position: absolute;
  left: 50px;
  top: 30px;
  font-size: 36px;
  z-index: 1;
}
.section-services .block {
  position: relative;
}
.section-services .block::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0);
}
.section-services .block .blockContent {
  position: absolute;
  left: 30px;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.section-services .block .blockTitle {
  font-size: 32px;
  font-weight: 400;
  color: white;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .section-services .title {
    left: 50%;
    transform: translateX(-50%);
    top: 12px;
  }
  .section-services .block .blockTitle {
    line-height: 36px;
  }
}
.section-ourClients {
  padding: 30px 0 70px;
}
.section-ourClients .title {
  font-size: 40px;
  color: #022f42;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 30px;
}
.section-ourClients .owl-item {
  padding: 0 1px;
}
.section-ourClients .item {
  border: 1px solid #d5d5d5;
}
.section-ourClients #ourClientsCarousel .owl-nav {
  margin: 0;
  width: 100%;
  float: left;
}
.section-ourClients #ourClientsCarousel .owl-nav .owl-prev,
.section-ourClients #ourClientsCarousel .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70%;
  margin: -16px 0 0;
}
.section-ourClients #ourClientsCarousel .owl-nav .owl-prev span,
.section-ourClients #ourClientsCarousel .owl-nav .owl-next span {
  font-size: 60px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -55%);
}
.section-ourClients #ourClientsCarousel .owl-nav .owl-prev {
  left: -35px;
}
.section-ourClients #ourClientsCarousel .owl-nav .owl-next {
  right: -35px;
}
@media (max-width: 990px) {
  .section-ourClients {
    padding: 40px 0;
  }
  .section-ourClients .title {
    font-size: 24px;
  }
}
.section-clientSpeaks {
  padding: 50px 0;
  background: url(../images/section-banner-1.jpg) no-repeat center/cover;
}
.section-clientSpeaks .title {
  font-size: 40px;
  color: #022f42;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 30px;
}
.section-clientSpeaks p {
  font-weight: 400;
}
.section-clientSpeaks p:not(.speaksBy) {
  font-size: 18px;
}
.section-clientSpeaks #clientSpeaksCarousel .owl-stage,
.section-clientSpeaks #clientSpeaksCarousel .owl-stage .owl-item,
.section-clientSpeaks #clientSpeaksCarousel .owl-stage .owl-item .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.section-clientSpeaks #clientSpeaksCarousel .owl-nav {
  margin: 0;
  width: 100%;
  float: left;
}
.section-clientSpeaks #clientSpeaksCarousel .owl-nav .owl-prev,
.section-clientSpeaks #clientSpeaksCarousel .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  width: 84px;
  height: 44px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70%;
  margin-top: -64px;
}
.section-clientSpeaks #clientSpeaksCarousel .owl-nav .owl-prev span,
.section-clientSpeaks #clientSpeaksCarousel .owl-nav .owl-next span {
  opacity: 0;
}
.section-clientSpeaks #clientSpeaksCarousel .owl-nav .owl-prev {
  background-image: url(../images/icon-long-arrow-left.png);
  left: 0;
}
.section-clientSpeaks #clientSpeaksCarousel .owl-nav .owl-next {
  background-image: url(../images/icon-long-arrow-right.png);
  right: 0;
}
@media (max-width: 990px) {
  .section-clientSpeaks {
    padding: 40px 0;
  }
  .section-clientSpeaks .title {
    font-size: 24px;
  }
}
.section-connect .connectBox {
  background-color: #013042;
  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: #022f42;
  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: #dbaf1b;
  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 .title .fa.fa-envelope {
  font-size: 18px;
  margin-top: 8px;
  vertical-align: top;
}
.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: #013042;
  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: 40px;
  color: #022f42;
}
.section-content p {
  text-align: justify;
  line-height: 26px;
}
.section-content.welcomeText.blue {
  color: #1951aa;
}
.section-content.welcomeText.blue .title {
  color: #1951aa;
}
.section-content.welcomeText p {
  font-size: 18px;
}
.section-ourVision {
  background-color: #013042;
  padding: 30px 0;
  color: white;
}
.section-ourVision .title {
  font-size: 30px;
  text-transform: uppercase;
  margin: 0 0 20px;
}
.section-ourVision p {
  font-size: 28px;
  line-height: 34px;
  color: white;
}
@media (max-width: 990px) {
  .section-ourVision p {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .section-ourVision .title {
    font-size: 20px;
    margin: 0 0 10px;
  }
  .section-ourVision p {
    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: 30px;
  text-transform: uppercase;
  margin: 0 0 20px;
}
.section-ourMission p {
  font-size: 28px;
  line-height: 34px;
  margin: 0;
  color: white;
}
@media (max-width: 990px) {
  .section-ourMission .content {
    height: 70%;
    padding: 20px;
  }
  .section-ourMission .title {
    margin-bottom: 10px;
  }
  .section-ourMission p {
    font-size: 18px;
    line-height: 28px;
  }
}
@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-ourStory {
  padding: 30px 0 80px;
  background: #c9e4db;
}
.section-ourStory .title {
  font-size: 40px;
  color: #022f42;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 30px;
}
.section-ourStory .ourStoryList {
  margin: 0 -3px;
  padding: 30px 0 0;
  list-style: none;
}
.section-ourStory .ourStoryList > li {
  padding: 0 3px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 14.28%;
  -moz-box-flex: 1;
  -moz-flex: 1 1 14.28%;
  -ms-flex: 1 1 14.28%;
  flex: 1 1 14.28%;
  max-width: 14.28%;
  text-align: center;
  color: white;
}
.section-ourStory .ourStoryList > li > .storyBlock {
  position: relative;
  box-shadow: 0 0 8px #777;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.section-ourStory .ourStoryList > li > .storyBlock:hover {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  -o-transform: translateY(8px);
  transform: translateY(8px);
  box-shadow: none;
}
.section-ourStory .ourStoryList > li:nth-child(2) > .storyBlock {
  top: -50px;
}
.section-ourStory .ourStoryList > li:nth-child(3) > .storyBlock {
  top: -10px;
}
.section-ourStory .ourStoryList > li:nth-child(4) > .storyBlock {
  top: -40px;
}
.section-ourStory .ourStoryList > li:nth-child(5) > .storyBlock {
  top: 40px;
}
.section-ourStory .ourStoryList > li:nth-child(6) > .storyBlock {
  top: -40px;
}
.section-ourStory .ourStoryList > li .storyYear {
  font-size: 30px;
  font-weight: 500;
}
.section-ourStory .ourStoryList > li .storyDesc {
  font-size: 2vw;
}
.section-ourStory .ourStoryList > li .storyImage {
  width: 100%;
  overflow: hidden;
  height: 290px;
}
.section-ourStory .ourStoryList > li .storyImage img {
  width: auto;
  height: 100%;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .section-ourStory {
    padding: 20px 0 30px;
  }
  .section-ourStory .title {
    margin: 0;
  }
  .section-ourStory .ourStoryList > li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 25%;
    -moz-box-flex: 1;
    -moz-flex: 1 1 25%;
    -ms-flex: 1 1 25%;
    flex: 1 1 25%;
    max-width: 25%;
    margin-bottom: 15px;
  }
  .section-ourStory .ourStoryList > li > .storyBlock {
    top: 0 !important;
  }
}
.section-callToAction {
  padding: 15px 50px;
  text-align: center;
  font-size: 60px;
  background-color: #013042;
  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: #013042;
  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: #013042;
  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: #013042;
}
.section-contactPage address a {
  color: #919191;
}
.section-contactPage address a:hover {
  color: #013042;
}
.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: #013042;
  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: #013042;
  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-team {
  margin: 0 0 50px;
}
.section-team .teamTitle {
  font-size: 40px;
  color: #022f42;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 30px;
}
.section-team .block {
  width: 100%;
  position: relative;
  margin: 0 0 30px;
}
.section-team .block .card {
  width: 100%;
  color: white;
}
.section-team .block .front > img {
  background: url("../images/team-no-image.jpg") no-repeat center/auto 100%;
  border: none;
}
.section-team .block .front p {
  line-height: 20px;
}
.section-team .block .front p strong {
  font-weight: normal;
  margin: 0 0 5px;
}
.section-team .block .back {
  background-color: #013042;
  color: white;
  padding: 8px 12px;
}
.section-team .block .back .title {
  font-size: 18px;
  font-weight: 500;
}
.section-team .block .back p {
  font-size: 14px;
  line-height: 18px;
}
.section-team .block .back p strong {
  font-weight: 600;
}
.section-team .block .back .blockList span {
  display: block;
  padding-left: 20px;
  position: relative;
}
.section-team .block .back .blockList span + span {
  margin-top: 4px;
}
.section-team .block .back .blockList span::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: white;
  position: absolute;
  left: 0;
  top: 6px;
}
.section-team .block .btnKnowMore {
  position: absolute;
  left: 50%;
  top: 100%;
  height: 30px;
  padding: 0 14px;
  line-height: 30px;
  white-space: nowrap;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (min-width: 992px) {
  .section-team .block .card {
    transition: transform 1s;
    transform-style: preserve-3d;
    border-width: 6px 2px 2px 2px;
    border-color: #7d9e95;
    background-color: #7d9e95;
  }
  .section-team .block .front, .section-team .block .back {
    backface-visibility: hidden;
  }
  .section-team .block .back {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    transform: rotateY(180deg);
  }
  .section-team .block:hover .card {
    transform: rotateY(180deg);
    transition: transform 0.5s;
    border-color: #013042;
  }
}
@media (max-width: 990px) {
  .section-team .block .front p {
    display: none;
  }
  .section-team .block .back {
    height: 230px;
  }
  .section-team .block .back .title {
    font-size: 18px;
  }
  .section-team .block .back p {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 767px) {
  .section-team .block .back {
    height: auto;
  }
  .section-team .block .back .title {
    font-size: 26px;
  }
}
.section-team .row [class*=col-] {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .section-team .row {
    margin-left: -7px;
    margin-right: -7px;
  }
  .section-team .row [class*=col-] {
    margin-bottom: 0;
    margin-top: 30px;
    padding: 0 7px 14px;
  }
  .section-team .row [class*=col-]:first-child {
    margin-top: 0;
  }
}
.section-gallery {
  margin: 0 0 50px;
}
.section-gallery .teamTitle {
  font-size: 40px;
  color: #022f42;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 30px;
}
.section-gallery .block {
  position: relative;
  overflow: hidden;
}
.section-gallery .block .back {
  background-color: #013042;
  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;
  }
}
.section-toggleBlock {
  padding: 40px 0;
  overflow: hidden;
}
.section-toggleBlock .row > [class*=col-] {
  margin-bottom: 30px;
  padding-top: 35px;
  padding-bottom: 35px;
}
.section-toggleBlock .card {
  background-color: transparent;
  border-color: #013042;
  margin: 0 20px;
  color: #013042;
}
.section-toggleBlock .card .icon img {
  width: 110px;
  padding: 5px;
  background-color: #013042;
}
.section-toggleBlock .card .title {
  font-weight: bold;
}
.section-toggleBlock .cover .card {
  border-color: rgba(255, 255, 255, 0.55);
  color: white;
}
.section-toggleBlock .cover .card .icon img {
  background-color: white;
}
.section-toggleBlock .cover:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 800px;
  background-color: #013042;
}
.section-toggleBlock .cover.left:before {
  right: 0;
}
.section-toggleBlock .cover.right:before {
  left: 0;
}
.section-coreValues {
  padding: 30px 0;
  background: #c9e4db;
}
.section-ourCredentials {
  padding: 40px 0;
  background-color: #013042;
}
.section-ourCredentials .sectionTitle .title {
  color: white;
}
.section-ourEmpanelment {
  padding: 40px 0;
}
.section-ourEmpanelment .row > [class*=col-] {
  margin-bottom: 30px;
}
.section-ourEmpanelment .card {
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.35);
}
.section-ourEmpanelment .cardIcon {
  width: 200px;
  max-width: 200px;
}
.section-ourEmpanelment .cardIcon img {
  height: auto;
}
.section-cardAccordion .cardAccordion > .card + .card {
  margin-top: 15px;
}
.section-cardAccordion .cardAccordion > .card:nth-child(odd) .card-header a {
  background-color: #c9e4db;
}
.section-cardAccordion .cardAccordion > .card:nth-child(even) .card-header a {
  background-color: rgba(201, 228, 219, 0.4);
}
.section-cardAccordion .cardAccordion > .card .card-header {
  font-size: 18px;
  font-weight: 500;
  padding: 0;
}
.section-cardAccordion .cardAccordion > .card .card-header a {
  display: block;
  color: #013042;
  padding: 0.75rem 50px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .section-cardAccordion .cardAccordion > .card .card-header a {
    padding: 8px 15px;
  }
}
.section-cardAccordion .cardAccordion > .card .card-header a[aria-expanded=true] {
  background-color: #c9e4db;
  color: white;
}
.section-cardAccordion .cardAccordion > .card .card-header a[aria-expanded=true] span {
  color: white;
}
.section-cardAccordion .cardAccordion > .card .card-header a span {
  font-size: 28px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}
.section-cardAccordion .cardList {
  margin: 0 -10px;
  padding: 0;
  list-style: none;
}
.section-cardAccordion .cardList > li {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 20%;
  -moz-box-flex: 1;
  -moz-flex: 1 1 20%;
  -ms-flex: 1 1 20%;
  flex: 1 1 20%;
  max-width: 20%;
  padding: 20px 10px 0;
}
.section-cardAccordion .cardList .card-body {
  background-color: #c9e4db;
  color: #013042;
}
.section-cardAccordion .cardList .card-body a {
  color: #013042;
}
.section-cardAccordion .cardList .thumb {
  width: 100%;
  padding: 90% 0 0;
  overflow: hidden;
  height: 0;
  background: white;
  position: relative;
  margin: 0 0 10px;
}
.section-cardAccordion .cardList .thumb > img {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 100%;
  max-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .section-cardAccordion .cardList > li {
    -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%;
    padding: 10px 10px 0;
  }
}
.section-projectCards .projectCards {
  margin-left: -7px;
  margin-right: -7px;
}
.section-projectCards .projectCards > [class*=col-] {
  padding: 7px;
}
.section-projectCards .card {
  text-align: center;
}
.section-projectCards .card a {
  color: white;
  height: 50px;
  line-height: 20px;
  text-transform: uppercase;
  cursor: default;
}
.section-projectCards .card.red {
  background-color: #de312d;
}
.section-projectCards .card.orange {
  background-color: #ff6f18;
}
.section-projectCards .card.yellow {
  background-color: #ec9d11;
}
.section-projectCards .card.purple {
  background-color: #9d00e4;
}
.section-projectCards .card.blue {
  background-color: #2400e4;
}
.section-projectCards .card.lightBlue {
  background-color: #3867ff;
}
.section-projectCards .card-header {
  padding: 0;
  border: none;
  color: white;
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
}
.section-projectCards .card-title {
  margin: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 60px;
}
.section-projectCards .card-body .count {
  display: inline-block;
  font-size: 80px;
  font-weight: 600;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: white;
}
.section-projectCards .card-footer {
  border: none;
  padding: 0;
}
.section-projectCards .card-footer a {
  display: block;
  font-style: italic;
  color: white;
  padding: 10px;
  }
.section-projectList .projectList [class*=col-] {
  padding-bottom: 30px;
}
.section-projectList .projectList .col-12:last-child {
  display: none !important;
}
.section-projectList table tr td {
  padding: 5px 10px;
  vertical-align: top;
  font-size: 14px;
  line-height: 18px;
}
.section-projectList table tr td:first-child {
  font-weight: 500;
  white-space: nowrap;
}
.section-projectList .red .card {
  background-color: rgba(222, 49, 45, 0.2);
}
.section-projectList .red .card td:first-child {
  color: #de312d;
}
.section-projectList .orange .card {
  background-color: rgba(255, 111, 24, 0.2);
}
.section-projectList .orange .card td:first-child {
  color: #ff6f18;
}
.section-projectList .yellow .card {
  background-color: rgba(236, 157, 17, 0.2);
}
.section-projectList .yellow .card td:first-child {
  color: #ec9d11;
}
.section-projectList .purple .card {
  background-color: rgba(157, 0, 228, 0.2);
}
.section-projectList .purple .card td:first-child {
  color: #9d00e4;
}
.section-projectList .blue .card {
  background-color: rgba(36, 0, 228, 0.2);
}
.section-projectList .blue .card td:first-child {
  color: #2400e4;
}
.section-projectList .lightBlue .card {
  background-color: rgba(56, 103, 255, 0.2);
}
.section-projectList .lightBlue .card td:first-child {
  color: #3867ff;
}
@media (max-width: 767px) {
  .section-projectList table {
    display: block;
  }
  .section-projectList table tr {
    display: block;
  }
  .section-projectList table tr ~ tr {
    padding-top: 10px;
  }
  .section-projectList table tr td {
    display: inline-block;
    padding: 2px;
  }
  .section-projectList table tr td:last-child {
    display: block;
    padding-top: 0;
  }
}
.section-quotes.theme2 .container-fluid {
  background-color: rgba(219, 175, 27, 0.05);
}
.section-quotes.theme2 p {
  color: #dbaf1b;
}
.section-quotes.theme2 .quote-start:before {
  background-image: url(../images/quote-start-t2.png);
}
.section-quotes.theme2 .quote-close:before {
  background-image: url(../images/quote-close-t2.png);
}
.section-quotes .container-fluid {
  border: 12px solid #013042;
}
.section-quotes .row {
  position: relative;
}
.section-quotes .row > *:first-child::before {
  content: "";
  position: absolute;
  left: 100%;
  top: 20%;
  bottom: 20%;
  background-color: #013042;
  z-index: 1;
  margin-left: -6px;
  width: 12px;
}
.section-quotes p {
  font-size: 38px;
  line-height: 42px;
  color: #013042;
  z-index: 1;
}
.section-quotes [class*=quote-] {
  display: inline-block;
  width: 24px;
  position: relative;
}
.section-quotes .quote-start:before, .section-quotes .quote-close:before {
  content: "";
  position: absolute;
  left: 0;
  width: 24px;
  height: 50px;
}
.section-quotes .quote-start:before {
  bottom: 30px;
  background: url(../images/quote-start.png) no-repeat center bottom/100% auto;
}
.section-quotes .quote-close:before {
  top: 30px;
  background: url(../images/quote-close.png) no-repeat center top/100% auto;
}
@media (max-width: 767px) {
  .section-quotes .row > *:first-child::before {
    left: auto;
    top: 100%;
    bottom: auto;
    left: 20%;
    right: 20%;
    margin: -6px 0 0;
    width: auto;
    height: 12px;
  }
  .section-quotes p {
    font-size: 24px;
    line-height: 32px;
  }
  .section-quotes .quote-start:before, .section-quotes .quote-close:before {
    width: 15px;
    height: 32px;
  }
  .section-quotes .quote-start:before {
    bottom: 20px;
  }
  .section-quotes .quote-close:before {
    top: 20px;
  }
}
.section-contentBlock.theme2 .blockContent {
  background-color: #7d9e95;
  color: white;
}
.section-contentBlock.marketResearch {
  background-color: #d4e9e2;
}
.section-contentBlock.marketResearch .title {
  display: block;
  text-align: center;
  font-size: 26px;
  font-weight: 500;
}
.section-contentBlock.marketResearch .title span {
  display: inline-block;
  line-height: 42px;
  border-bottom: 2px solid #b8d3ca;
}
.section-contentBlock.marketResearch .blockContent > .row:nth-child(1) {
  background-color: #033040;
}
.section-contentBlock.marketResearch .blockContent > .row:nth-child(2) {
  background-color: #065976;
}
.section-contentBlock.marketResearch .blockContent > .row:nth-child(3) {
  background-color: #09779e;
}
.section-contentBlock.marketResearch .blockContent > .row:nth-child(4) {
  background-color: #0c95c5;
}
.section-contentBlock.marketResearch .blockContent > .row:nth-child(5) {
  background-color: #5497af;
}
.section-contentBlock.marketResearch .iconBlock {
  background-color: white;
}
.section-contentBlock.marketResearch .iconBlock .icon {
  width: 100px;
}
@media (max-width: 767px) {
  .section-contentBlock.marketResearch .blockList {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    padding: 15px 0;
  }
}
.section-contentBlock .blockContent {
  color: #013042;
}
.section-contentBlock .blockContent .title {
  display: block;
  text-align: center;
  font-size: 26px;
  font-weight: 500;
}
.section-contentBlock .blockContent .title span {
  display: inline-block;
  line-height: 42px;
  border-bottom: 2px solid #b8d3ca;
}
.section-contentBlock .blockContent p {
  text-align: justify;
}
.section-contentBlock .shadesList {
  padding: 0;
  list-style: none;
}
.section-contentBlock .shadesList > li {
  padding: 20px;
  color: white;
  font-size: 20px;
  position: relative;
}
.section-contentBlock .shadesList > li .bull {
  font-size: 36px;
  line-height: 28px;
  padding-right: 16px;
}
.section-contentBlock .shadesList > li:nth-child(1) {
  background-color: #55588f;
}
.section-contentBlock .shadesList > li:nth-child(2) {
  background-color: #4e5187;
}
.section-contentBlock .shadesList > li:nth-child(3) {
  background-color: #4e5186;
}
.section-contentBlock .shadesList > li:nth-child(4) {
  background-color: #46497c;
}
.section-contentBlock .shadesList > li:nth-child(5) {
  background-color: #4c4f7f;
}
.section-contentBlock .shadesList > li:nth-child(6) {
  background-color: #3f4273;
}
.section-contentBlock .blockList .icon {
  max-width: 130px;
}
.section-contentBlock .blockList p {
  color: white;
  font-size: 20px;
  margin: 0;
  text-align: left;
}
.section-chessBoard .chessBoardRow:nth-child(even) [class*=col-] {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -moz-order: 0;
  -ms-flex-order: 0;
  order: 0;
}
.section-chessBoard .chessBoardRow:nth-child(even) [class*=col-]:first-child {
  order: 1;
}
.section-chessBoard .chessBoardRow:nth-child(1) {
  background-color: #033040;
}
.section-chessBoard .chessBoardRow:nth-child(2) {
  background-color: #065976;
}
.section-chessBoard .chessBoardRow:nth-child(3) {
  background-color: #09779e;
}
.section-chessBoard .chessBoardRow:nth-child(4) {
  background-color: #0c95c5;
}
.section-chessBoard .chessBoardRow:nth-child(5) {
  background-color: #5497af;
}
.section-chessBoard .chessBoardRow:nth-child(6) {
  background-color: #2bade3;
}
.section-chessBoard .chessBoardRow .imgFit {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-chessBoard .boardContent {
  color: white;
}
.section-chessBoard .boardContentList {
  margin: 0 0 0 16px;
  padding: 0;
}
.section-chessBoard .boardContentList > li {
  padding-left: 10px;
}
@media (max-width: 767px) {
  .section-chessBoard.socialResearch .chessBoardRow:nth-child(even) [class*=col-] {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .section-chessBoard.socialResearch .chessBoardRow:nth-child(even) [class*=col-]:first-child {
    order: 1;
  }
}

.bannerDesc {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-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: 40px;
  line-height: 60px;
  color: black;
}
.bannerDesc .title {
  font-size: 66px;
  line-height: 120px;
  color: black;
  font-weight: 600;
}
.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;
  }
}

.modalDesc {
  display: none;
  margin: 0;
  padding: 28px 30px;
}
.modalDesc .tmThumb img {
  width: 100px;
}

#modal-team .modal-dialog, #modal-credential .modal-dialog {
  max-width: 700px;
}
#modal-team .modal-content, #modal-credential .modal-content {
  background-color: #dbe9f9;
}
#modal-team .modal-body, #modal-credential .modal-body {
  margin: 0;
  padding: 0;
}
#modal-team .modal-body .close, #modal-credential .modal-body .close {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  border-radius: 0 0 0 20px;
  background-color: white;
  z-index: 1;
  text-shadow: none;
  padding: 0 0 3px 2px;
  opacity: 1;
  color: #555;
}
#modal-team .modal-body .contentWrapper, #modal-credential .modal-body .contentWrapper {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
  max-height: 380px;
  overflow-y: auto;
}
#modal-team .modalDesc, #modal-credential .modalDesc {
  display: block;
  position: relative;
}
#modal-team .modalDesc::before, #modal-team .modalDesc::after, #modal-credential .modalDesc::before, #modal-credential .modalDesc::after {
  content: "";
  position: absolute;
}
#modal-team .modalDesc::before, #modal-credential .modalDesc::before {
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  border: 2px solid white;
}
#modal-team .modalDesc::after, #modal-credential .modalDesc::after {
  top: 11px;
  right: 11px;
  bottom: 11px;
  left: 11px;
  border: 1px solid #515151;
  display: none;
}

.footer {
  border-bottom: 10px solid #013042;
  background-color: #ede9ea;
}
.footer .footerBox {
  padding-top: 20px;
  padding-bottom: 15px;
}
.footer .title {
  display: block;
  text-transform: uppercase;
  color: black;
  font-weight: 700;
}
.footer .footerNavList {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer .footerNavList > li {
  margin: 0;
  padding: 0;
}
.footer .footerNavList > li:not(:first-child) {
  margin-left: 15px;
}
.footer .footerNavList > li > a {
  text-transform: uppercase;
  padding: 5px 0;
  display: block;
  color: black;
}
.footer .footerNavList > li > a:hover {
  color: #35af65;
}
@media (max-width: 990px) {
  .footer .footerBox {
    padding: 15px 20px;
  }
  .footer .footerNavList {
    margin: 0 -7px;
  }
  .footer .footerNavList > li {
    padding: 0 7px;
  }
  .footer .footerNavList > li:not(:first-child) {
    margin-left: 0;
  }
  .footer .footerNavList > li > a {
    font-size: 14px;
  }
}

.credential-bg-red {
  background-color: #c73232;
  color: white;
}
.credential-bg-yellow {
  background-color: #dbb425;
  color: black;
}
.credential-bg-blue {
  background-color: #3936a6;
  color: white;
}
.credential-bg-skyblue {
  background-color: #2fbfc7;
  color: black;
}

.applyNowForm label {
  font-weight: 500;
}
.applyNowForm .form-control {
  border-width: 2px;
}

.contentList {
  margin: 0 0 0 16px;
  padding: 0;
}
.contentList > li {
  padding-left: 10px;
}
.contentList.number {
  list-style: decimal;
}
.contentList.alphabet {
  list-style: lower-alpha;
}

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