@import url("https://fonts.googleapis.com/css2?family=Work+Sans:wght@200;300;400;600;700&display=swap");
body {
  font-family: 'Work Sans', sans-serif;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-size: 16px;
  line-height: 27px;
  font-weight: 400;
  letter-spacing: -0.5px;
}

:root {
  --animate-duration: 2s;
  --animate-delay: 0.4s;
}

ul, li {
  list-style: none;
}

a:hover {
  text-decoration: none;
}

.fexlight {
  font-family: 'Mont Demo';
  font-weight: 200;
}

.fbold, .title, .title-col h5, .home-slider .cust-container .banner-article h1, .whatvoffer .service-col h3, .industry-sectors .industry-col article .h4, .recent-blogs .blogcard .card-title, .subpage .subpage-header h1, .subpage .subpage-body .list-items li .abbr {
  font-family: 'Mont';
  font-weight: bold;
}

.fexbold {
  font-family: 'Mont Demo';
  font-weight: 800;
}

.cust-container, .home-slider .cust-container .banner-article {
  width: 90%;
  margin: 0 auto;
}

.lspacing, .home-slider .cust-container .banner-article h1 {
  letter-spacing: -2px;
}

@media (min-width: 320px) and (max-width: 575px) {
  .lspacing, .home-slider .cust-container .banner-article h1 {
    letter-spacing: 0;
  }
}

.lspacingadd {
  letter-spacing: 3px;
}

@media (min-width: 320px) and (max-width: 575px) {
  .lspacingadd {
    letter-spacing: 0;
  }
}

.fblue {
  color: #2C56B2;
}

.bottom-line, .home-slider .cust-container .banner-article h1:before {
  content: '';
  width: 100px;
  height: 1px;
  position: absolute;
  top: inherit;
  right: inherit;
  bottom: -25px;
  left: 50%;
  margin-left: -50px;
}

#more {
  display: none;
}

.bordlink {
  padding: 10px 25px;
  border: 1px solid #000000;
  text-align: center;
  display: inline-block;
  color: #000000;
  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;
}

.bordlink:hover {
  background: #2C56B2;
  color: #ffffff;
  border: 1px solid #2C56B2;
}

.bordlink:focus {
  border: none;
  outline: none;
}

.title {
  font-size: 37px;
  letter-spacing: -2px;
}

.title-col h5 {
  font-size: 16px;
  color: #2C56B2;
  letter-spacing: 2px;
  position: relative;
  text-transform: uppercase;
}

.title-col h5:before {
  content: '';
  width: 50px;
  height: 1px;
  position: absolute;
  top: -6px;
  right: inherit;
  bottom: inherit;
  left: 0;
  background: #2C56B2;
}

.title-col h2 {
  font-size: 34px;
  letter-spacing: -2px;
}

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

header .container {
  background: #ffffff;
  margin: 10px auto 0 auto;
  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;
  padding: 5px 10px;
}

header .container .navbar-brand img {
  width: 160px;
}

@media (min-width: 320px) and (max-width: 575px) {
  header .container .navbar-brand img {
    width: 140px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  header .container .navbar-brand img {
    width: 140px;
  }
}

header .container .nav-item .active {
  padding: 10px;
  display: block;
  background: #2C56B2;
  color: #ffffff !important;
}

@media (min-width: 320px) and (max-width: 575px) {
  header .container .nav-item .active {
    background: #2C56B2;
    color: #ffffff !important;
  }
}

header .container .nav-item .active .caret {
  border-top-color: #ffffff;
}

header .container .nav-link:hover {
  background: #2C56B2;
  color: #ffffff !important;
}

header .container li.dropdown .nav-link {
  font-size: 16px;
}

header .container li.dropdown .nav-link:hover {
  background: #2C56B2;
  color: #ffffff !important;
}

.home-slider {
  background: #2C56B2;
  width: 100%;
  position: relative;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.home-slider .banimg {
  text-align: center;
}

@media (min-width: 768px) and (max-width: 990px) {
  .home-slider .banimg img {
    width: 400px;
    margin: 0 auto;
  }
}

@media (min-width: 320px) and (max-width: 575px) {
  .home-slider {
    padding-top: 100px;
    height: auto;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .home-slider {
    padding-top: 100px;
    height: auto;
  }
}

.home-slider:before {
  content: '';
  width: 400px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: inherit;
  height: 100vh;
  background: url(../img/banner-right.svg) no-repeat 0 0;
  opacity: 0.5;
}

@media (min-width: 320px) and (max-width: 575px) {
  .home-slider:before {
    display: none;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .home-slider:before {
    display: none;
  }
}

.home-slider:after {
  content: '';
  width: 400px;
  position: absolute;
  top: 0;
  right: inherit;
  bottom: 0;
  left: 0;
  height: 100vh;
  background: url(../img/banner-left.svg) no-repeat 0 0;
  opacity: 0.5;
}

@media (min-width: 320px) and (max-width: 575px) {
  .home-slider:after {
    display: none;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .home-slider:after {
    display: none;
  }
}

.home-slider .bordlink {
  border-color: #ffffff;
  color: #ffffff;
}

.home-slider .bordlink:hover {
  background: #ffffff;
  color: #2C56B2;
}

.home-slider .bordlink:focus {
  background: #ffffff;
  color: #2C56B2;
}

.home-slider .cust-container, .home-slider .cust-container .banner-article {
  position: relative;
  z-index: 10;
}

.home-slider .cust-container .banner-article, .home-slider .cust-container .banner-article .banner-article {
  text-align: center;
}

@media (min-width: 320px) and (max-width: 575px) {
  .home-slider .cust-container .banner-article, .home-slider .cust-container .banner-article .banner-article {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.home-slider .cust-container .banner-article h1 {
  font-size: 34px;
  color: #ffffff;
  position: relative;
  margin-bottom: 50px;
  min-height: 90px;
}

@media (min-width: 320px) and (max-width: 575px) {
  .home-slider .cust-container .banner-article h1 {
    font-size: 27px;
    min-height: 90px;
    margin-bottom: 20px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .home-slider .cust-container .banner-article h1 {
    font-size: 27px;
    min-height: 90px;
    margin-bottom: 20px;
  }
}

.home-slider .cust-container .banner-article h1:before {
  background: #ffffff;
}

@media (min-width: 320px) and (max-width: 575px) {
  .home-slider .cust-container .banner-article h1:before {
    display: none;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .home-slider .cust-container .banner-article h1:before {
    display: none;
  }
}

.home-slider .cust-container p, .home-slider .cust-container .banner-article p {
  font-size: 16px;
  color: #ffffff;
}

@media (min-width: 320px) and (max-width: 575px) {
  .home-slider .cust-container p, .home-slider .cust-container .banner-article p {
    font-size: 15px;
    line-height: 26px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .home-slider .cust-container p, .home-slider .cust-container .banner-article p {
    font-size: 15px;
    line-height: 26px;
  }
}

.about-home {
  padding: 100px 0;
}

.whatvoffer {
  background: #EEF3FF;
  padding: 75px 0;
}

.whatvoffer .service-col {
  background: #ffffff;
  box-shadow: 0 2px 4px #C4C4C4;
  -moz-box-shadow: 0 2px 4px #C4C4C4;
  -webkit-box-shadow: 0 2px 4px #948d8d;
  -ms-box-shadow: 0 2px 4px #C4C4C4;
  -o-box-shadow: 0 2px 4px #C4C4C4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 460px;
  max-height: 460px;
  border-radius: 25px;
  padding: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (min-width: 320px) and (max-width: 575px) {
  .whatvoffer .service-col {
    margin-bottom: 15px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .whatvoffer .service-col {
    margin-bottom: 15px;
  }
}

.whatvoffer .service-col .icomoon {
  font-size: 80px;
  color: #2C56B2;
}

@media (min-width: 768px) and (max-width: 990px) {
  .whatvoffer .service-col .icomoon {
    font-size: 64px;
  }
}

.whatvoffer .service-col h3 {
  font-size: 32px;
  color: #000000;
  letter-spacing: -2px;
  margin: 50px 0 15px 0;
  position: relative;
}

@media (min-width: 768px) and (max-width: 990px) {
  .whatvoffer .service-col h3 {
    font-size: 27px;
  }
}

.whatvoffer .service-col h3:before {
  content: '';
  width: 50px;
  height: 1px;
  background: #2C56B2;
  position: absolute;
  top: -10px;
  right: inherit;
  bottom: inherit;
  left: 50%;
  margin-left: -25px;
}

.whatvoffer .service-col p {
  text-align: center;
}

.industry-sectors {
  padding: 75px 0;
}

.industry-sectors .industry-col {
  height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

@media (min-width: 320px) and (max-width: 575px) {
  .industry-sectors .industry-col {
    height: auto;
    padding: 20px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .industry-sectors .industry-col {
    margin-bottom: 10px;
    height: auto;
    padding: 20px;
  }
}

.industry-sectors .industry-col article {
  padding: 10px;
}

.industry-sectors .industry-col article .icomoon {
  font-size: 80px;
}

.industry-sectors .industry-col article .h4 {
  font-size: 23px;
  letter-spacing: -1px;
  padding: 30px 0 0 0;
}

.industry-sectors .industry-col article p {
  font-size: 16px;
}

.industry-sectors .industry-col:nth-child(odd) {
  background: #EEF3FF;
}

.industry-sectors .industry-col:nth-child(odd) .icomoon {
  color: #2C56B2;
}

.industry-sectors .industry-col:nth-child(odd) .h4 {
  color: #2C56B2;
}

.industry-sectors .industry-col:nth-child(even) {
  background: #2C56B2;
}

.industry-sectors .industry-col:nth-child(even) .icomoon {
  color: #ffffff;
}

.industry-sectors .industry-col:nth-child(even) .h4 {
  color: #ffffff;
}

.industry-sectors .industry-col:nth-child(even) p {
  color: #ffffff;
}

.recent-blogs {
  padding: 0 0 75px 0;
}

.recent-blogs .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;
  background: #ffffff;
  border: none;
}

@media (min-width: 320px) and (max-width: 575px) {
  .recent-blogs .blogcard {
    margin-bottom: 15px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .recent-blogs .blogcard {
    margin-bottom: 15px;
  }
}

.recent-blogs .blogcard .card-title {
  font-size: 17px;
}

.recent-blogs .blogcard .card-title a {
  color: #000000;
}

.recent-blogs .blogcard .card-title a:hover {
  color: #2C56B2;
}

.recent-blogs .blogcard .card-body {
  height: 120px;
}

.recent-blogs .blogcard p {
  color: rgba(0, 0, 0, 0.5);
}

footer .top-footer {
  background: #2C56B2;
  padding: 50px 0;
  color: #ffffff;
}

footer .top-footer p {
  font-size: 16px;
  line-height: 25px;
  padding: 0;
  margin: 0;
}

@media (min-width: 320px) and (max-width: 575px) {
  footer ul {
    margin: 0;
    padding: 0;
  }
}

footer ul li {
  padding-bottom: 10px;
}

footer ul li a {
  font-size: 16px;
  color: #ffffff;
}

footer ul li a:hover {
  color: #ffffff;
  text-decoration: underline;
}

footer .footer-social a {
  width: 40px;
  height: 40px;
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  border: 1px solid #ffffff;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  line-height: 45px;
}

footer .footer-social a:hover {
  background: #ffffff;
}

footer .footer-social a:hover .icomoon {
  color: #2C56B2;
}

footer .footer-social a .icomoon {
  font-size: 21px;
  color: #ffffff;
}

footer .bottom-footer {
  background: #224289;
  padding: 20px 0;
}

footer .bottom-footer p {
  color: #ffffff;
  padding: 0;
  margin: 0;
}

footer .movetop {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 8px;
  right: 15px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 53px;
  display: none;
  background: #2C56B2;
  z-index: 999;
  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;
}

footer .movetop:hover {
  background: #2C56B2;
}

footer .movetop .icomoon {
  font-size: 22px;
  color: #ffffff;
}

footer .whatsappConnect {
  width: 50px;
  position: fixed;
  bottom: 75px;
  right: 25px;
  z-index: 999;
  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;
}

footer .whatsappConnect img {
  width: 65px;
}

.subpage p {
  font-size: 16px;
  text-align: justify;
}

.subpage .subpage-header {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FFEFF5), to(#D6FFFC));
  background-image: linear-gradient(#FFEFF5, #D6FFFC);
  -moz-background-image: linear-gradient(#FFEFF5, #D6FFFC);
  -webkit-background-image: -webkit-gradient(linear, left top, left bottom, from(#FFEFF5), to(#D6FFFC));
  -webkit-background-image: linear-gradient(#FFEFF5, #D6FFFC);
  -ms-background-image: linear-gradient(#FFEFF5, #D6FFFC);
  -o-background-image: linear-gradient(#FFEFF5, #D6FFFC);
  min-height: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 320px) and (max-width: 575px) {
  .subpage .subpage-header {
    min-height: 190px;
  }
}

.subpage .subpage-header h1 {
  font-size: 48px;
  color: #2C56B2;
  padding-top: 50px;
}

@media (min-width: 320px) and (max-width: 575px) {
  .subpage .subpage-header h1 {
    font-size: 32px;
    padding-top: 60px;
  }
}

.subpage .subpage-body {
  min-height: 500px;
  padding: 50px 0;
}

.subpage .subpage-body .list-items {
  padding: 0;
  margin: 0;
}

.subpage .subpage-body .list-items li {
  padding-bottom: 15px;
  font-size: 16px;
  line-height: 24px;
}

.subpage .subpage-body .list-items li .abbr {
  width: 30px;
  height: 30px;
  background: #2C56B2;
  color: #ffffff;
  display: inline-block;
  margin-right: 5px;
  text-align: center;
  line-height: 30px;
  font-size: 21px;
  border-radius: 50%;
  text-transform: uppercase;
}

.form-control {
  border-radius: 0;
}

::-webkit-input-placeholder {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.2);
}

:-ms-input-placeholder {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.2);
}

::-ms-input-placeholder {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.2);
}

::placeholder {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.2);
}

@media (min-width: 320px) and (max-width: 575px) {
  .text-danger {
    font-size: 15px;
  }
}

.list-items-new li {
  font-size: 16px;
  padding-bottom: 15px;
  position: relative;
  padding-left: 25px;
}

.list-items-new li:before {
  content: '';
  width: 10px;
  height: 10px;
  background: #2C56B2;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  right: inherit;
  bottom: inherit;
  left: 0;
}

.nk-cookie-banner {
  background: #1d3875;
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 999;
  border-radius: 0px;
  padding: 20px;
  display: none;
  color: #ffffff;
}

.nk-cookie-banner p {
  font-size: 14px;
}

.simple-list-items {
  padding-left: 0;
}

.simple-list-items li {
  padding-bottom: 15px;
  list-style-type: disc;
  list-style-position: inside;
}

.ser-col {
  padding: 25px;
}

.blogDetailArticle {
  padding-top: 25px;
}

.teamrow {
  padding: 15px 0;
}

.teamrow .teamPic {
  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;
}

.teamrow h2 small {
  font-size: 16px;
}

.teamrow .teamDesc {
  background: #2C56B2;
  padding: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media (min-width: 320px) and (max-width: 575px) {
  .teamrow .teamDesc {
    display: block;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .teamrow .teamDesc {
    display: block;
  }
}

.teamrow .teamDesc span.teamspan {
  color: #ffffff;
}

@media (min-width: 320px) and (max-width: 575px) {
  .teamrow .teamDesc span.teamspan {
    width: 100%;
    display: block;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .teamrow .teamDesc span.teamspan {
    display: block;
    width: 100%;
  }
}

.teamrow .teamDesc span.teamspan .icomoon {
  float: left;
  padding: 5px 5px 0 0;
}

.icon-registered {
  font-size: 12px;
}
/*# sourceMappingURL=style.css.map */