@font-face {
  font-family: "Roboto";
  font-weight: normal;
  font-style: normal;
  src: url("./vendor/fonts/Roboto/Roboto-Regular.ttf");
}

@font-face {
  font-family: "Saira Semi Condensed";
  font-weight: normal;
  font-style: normal;
  src: url("./vendor/fonts/Saira_Semi_Condensed/SairaSemiCondensed-Regular.ttf");
}

html {
  overflow: -moz-scrollbars-vertical;
  overflow-y: scroll;
}

body {
  font-family: "Roboto", sans-serif;
  padding-right: 0px !important;
}

body.modal-open {
  overflow: visible;
}

p {
  margin-bottom: 0.6rem;
}

.txt-title-1 {
  font-family: "Saira Semi Condensed", sans-serif;
  margin-bottom: 0.6rem;
  font-weight: bold;
  color: #004e8c;
  font-size: 1.4rem;
}

.txt-title-1:not(:first-child) {
  margin-top: 1.5rem;
}

.txt-title-2 {
  font-family: "Saira Semi Condensed", sans-serif;
  margin-bottom: 0.4rem;
  font-weight: bold;
  color: #004e8c;
  font-size: 1.1rem;
}

small {
  display: inline-block;
  font-size: 80%;
  line-height: 1.5;
}

.cursor-pointer {
  cursor: pointer;
}

.words-together {
  white-space: nowrap;
}

*:focus,
.btn:active {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.inner-content ul,
.main-content-wrapper ol,
.main-content-wrapper ul {
  margin: 0px;
  margin-left: -1rem;
}

.inner-content ul li,
.main-content-wrapper ol li,
.main-content-wrapper ul li {
  font-weight: normal;
}

/* nav-bar start */
.navbar-brand {
  width: 70px;
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
  font-size: 2rem;
  border: 0px;
}

@media (min-width: 1200px) {
  .navbar-brand {
    width: 90px;
  }
}

/* nav-bar end */
.ISO {
  font-size: 1.8rem;  /*1.8rem;*/
  font-weight: 500;
  font-family: "Saira Semi Condensed", sans-serif;
}

@media (max-width: 575.98px) {
  .navbar-light .navbar-toggler {
    font-size: 1.8rem;
  }
}

@media (max-width: 992px) {
  .ISO {
    font-size: 1.2rem;
  }
  small {
    font-size: 60%;
  }
  .navbar-brand {
    width: 50px;
  }
}

/* header styles */
.main_menu .dropdown-menu a:hover {
  background-color: #c81f25;
  color: white;
}

.main_menu .main-menu-item ul li .nav-link {
  color: #505050;
  font-size: 1rem;
  padding: 0 9px;
  text-transform: capitalize;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main_menu .navbar-nav .show > .nav-link {
  color: #c81f25;
  font-weight: 500;
}

.main_menu .nav-link:last-child {
  padding-right: 0px !important;
}

@media (min-width: 1200px) {
  .main_menu .main-menu-item ul li .nav-link {
    padding: 0 12px;
  }
}

.main_menu-wrapper .navbar-nav .show .dropdown-toggle::after {
  content: "\f068";
}

.main_menu-wrapper .dropdown-toggle::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f067";
  display: inline-block;
  font-size: 9px;
  margin-left: 8px;
}

.responsivetabs-more .fas {
  color: #c81f25;
}

.responsivetabs-more a {
  text-decoration: none;
}

@keyframes slideIn {
  0% {
    -webkit-transform: translateY(1rem);
            transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0rem);
            transform: translateY(0rem);
    opacity: 1;
  }
  0% {
    -webkit-transform: translateY(1rem);
            transform: translateY(1rem);
    opacity: 0;
  }
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }
  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
  }
}

.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}

@media (min-width: 992px) {
  .animate {
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
  }
  .dropdown-menu {
    overflow: hidden;
    border-bottom-left-radius: 0rem;
    border-bottom-right-radius: 0rem;
    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem;
    border-top: 0px;
  }
  .dropdown-shadow {
    -webkit-box-shadow: 11px 10px 50px -23px rgba(0, 0, 0, 0.75);
    box-shadow: 11px 10px 50px -23px rgba(0, 0, 0, 0.75);
  }
}

/* end header animation styles */
.carousel-item-1 {
  background-size: cover;
  background-position: center center;
  background-image: url(../images/carousel/ml_ai_data-3.jpg);
  /*background-image: url(../images/carousel/carousel-2.png);*/
}

@media (min-width: 800px) {
.punchline{
  font-style: italic;
  padding-top: 100px;
  padding-right: 5px;
}
}

@media (max-width: 900px) {
  .carousel-item-1 {
    background-position: center center;
    background-image: url(../images/carousel/ml_ai_data-small-3.jpg);
    /*background-image: url(../images/carousel/carousel-small-2.png);  */
  }

  .punchline{
    font-style: italic;
    padding-top: 10px;
  }
}

.carousel-item-2 {
  background-size: cover;
  background-position: top left;
  background-image: url(../images/carousel/carousel-2.png);
  /*background-image: url(../images/carousel/carousel-1_wide.jpg);*/
}

.carousel-item-3 {
  background-size: cover;
  background-position: center center;
  /* background-image: url(../images/carousel/carousel-1_wide.jpg); */
  background-image: url(../images/carousel/ml_ai_data-3.jpg);
}

@media (max-width: 800px) {
  .carousel-item-2 {
    background-position: top left;
    /*background-image: url(../images/carousel/ml_ai_data-small-3.jpg);*/
    background-image: url(../images/carousel/carousel-small-2.png);
  }  
  .carousel-item-3 {
    background-position: center center;
    /* background-image: url(../images/carousel/carousel-1_small.jpg); */
    background-image: url(../images/carousel/ml_ai_data-small-3.jpg);
  }
}


.footer-wrapper {
  position: fixed !important;
  bottom: 0px;
  color: white;
}

.footer-wrapper .footer-top {
  background-color: rgba(0, 0, 0, 0.8);
}

.footer-wrapper .footer-bottom {
  background-color: black;
}

.footer-wrapper .footer-bottom a {
  text-decoration: none;
  color: #a1a1a1;
}

.dropdown-menu a {
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
  background-color: white;
}

.dropdown-item {
  padding: 0.5rem 1.5rem;
  position: relative;
}

.dropdown-menu {
  padding: 0px;
  border: 0px;
}

.slick-list,
.slick-track {
  height: 100%;
}

.slick-prev {
  left: 25px;
  z-index: 10;
}

.slick-next {
  right: 50px;
  z-index: 10;
}

.slick-dots {
  bottom: 85px;
}

.slick-prev:before,
.slick-next:before {
  font-size: 3rem;
}

.vertical-design-el {
  width: 10px;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #c81f25;
  z-index: 1;
}

.vertical-design-el-thin {
  width: 5px;
}

.horizontal-design-el {
  height: 4px;
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background-color: #c81f25;
  z-index: 1;
}

.dropdown-menu .vertical-design-el {
  width: 5px;
}

.preloader {
  top: 0px;
  left: 0px;
  z-index: 2;
}

.preloader svg {
  width: 100px;
  height: 100px;
  margin: 20px;
  display: inline-block;
}

.grey-box {
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 10px 20px 10px 30px;
  color: white;
  position: relative;
}

.grey-box h3 {
  font-family: "Saira Semi Condensed", sans-serif;
}

.grey-box .btn {
  padding: 0.175rem 0.5rem;
}

.grey-box .fas {
  font-size: 1.2rem;
}

.grey-box a {
  text-decoration: none;
  color: white;
}

.header-inner-page {
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
  width: 100%;
  min-height: 300px;
  position: relative;
}

.header-inner-page.header-inner-primeMovers {
  background-image: url("../images/headers/primeMovers.jpg");
}

.header-inner-page.header-inner-ourFocus {
  background-image: url("../images/headers/ourFocus.jpg");
  height: 180px;
  min-height: 180px;
}

.header-inner-page.header-inner-ourFocus .grey-box {
  background-color: rgba(0, 0, 0, 0.8);
}

.header-inner-page.header-inner-ourStory {
  background-image: url("../images/headers/ourStory.jpg");
  height: 180px;
  min-height: 180px;
}

.header-inner-page.header-inner-ourStory .grey-box {
  background-color: rgba(0, 0, 0, 0.8);
}

.header-inner-page.header-inner-pm {
  background-image: url("../images/headers/pm.jpg");
  min-height: 240px;
}

.header-inner-page.header-inner-pm .grey-box {
  background-color: rgba(0, 0, 0, 0.6);
}

.header-inner-page.header-inner-tp {
  background-image: url("../images/headers/tp.jpg");
  min-height: 240px;
}

.header-inner-page.header-inner-tp .grey-box {
  background-color: rgba(0, 0, 0, 0.6);
}

.header-inner-page.header-inner-product {
  /*background-image: url("../images/headers/product.jpg");*/
  background-image: url("../images/headers/tp.jpg");
  background-position: center center;
  min-height: 240px;
}

.header-inner-page.header-inner-product .grey-box {
  background-color: rgba(0, 0, 0, 0.6);
}

.header-inner-page.header-inner-solutions {
  background-image: url("../images/headers/solutions_2.jpg");
  min-height: 240px;
}

.header-inner-page.header-inner-solutions .grey-box {
  background-color: rgba(0, 0, 0, 0.6);
}

.header-inner-page.header-inner-contactUs {
  background-image: url("../images/headers/contactUs.jpg");
  background-position: right center;
  min-height: 240px;
}

.header-inner-page.header-inner-contactUs .grey-box {
  background-color: rgba(0, 0, 0, 0.6);
}

/* prime movers */
.grid-img {
  overflow: hidden;
  width: 119px;
  height: 145px;
}

.img-1,
.img-2,
.img-4,
.img6 {
  width: 119px;
  height: 92px;
}

.img3,
.img5,
.img7,
.img9,
.img10,
.img11,
.img12,
.img13,
.img14,
.img15 {
  width: 119px;
  height: 92px;
}

.img8 {
  width: 119px;
  height: 92px;
}

/* end prime movers */
/* isotope */
/* ---- grid ---- */
.grid {
  background: #ffffff;
  max-width: 1200px;
}

/* clear fix */
.grid:after {
  content: "";
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */
.grid-item {
  float: left;
  border: 0px solid #333;
}

.grid-item-content {
  display: none;
}

.grid-item:hover {
  background: #8cf;
  cursor: pointer;
}

.grid-item.show {
  width: 100%;
  padding: 10px;
  max-width: 550px;
  background: #f5f5f5;
  border: 1px solid #aaaaaa;
  margin: 5px;
}

.grid-item.show .grid-img {
  margin: 0px 15px 10px 0px;
}

.grid-item.show .grid-item-content {
  display: block;
}

/* end isotope */
.ourFocus-content h6 {
  font-weight: bold;
}

.card,
.shadow {
  -webkit-box-shadow: 6px 6px 24px -4px #cfcfcf;
  box-shadow: 6px 6px 24px -4px #cfcfcf;
}

.common-tabs-wrapper .dropdown.show {
  padding-left: 0px !important;
}

.client-list-wrapper .nav-tabs .nav-link,
.common-tabs-wrapper .nav-tabs .nav-link {
  border: 0px;
}

.client-list-wrapper .nav-item a:link,
.common-tabs-wrapper .nav-item a:link {
  color: #212529;
}

.client-list-wrapper .dropdown.show,
.common-tabs-wrapper .dropdown.show {
  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;
  padding-left: 10px;
}

.client-list-wrapper .dropdown.show .dropdown-menu.show,
.common-tabs-wrapper .dropdown.show .dropdown-menu.show {
  border-color: #dee2e6 #dee2e6 #fff;
  -webkit-box-shadow: 6px 6px 24px -4px #cfcfcf;
  box-shadow: 6px 6px 24px -4px #cfcfcf;
}

.client-list-wrapper .nav-link.active,
.common-tabs-wrapper .nav-link.active {
  border-bottom: 4px solid #c81f25;
}

.client-list-wrapper .client-info.selected,
.common-tabs-wrapper .client-info.selected {
  color: #c81f25;
}

.client-list-wrapper .nav-link.active,
.common-tabs-wrapper .nav-link.active {
  font-weight: 800;
}

.clients-item-wrapper {
  border: 1px solid #dee2e6;
  border-bottom: 4px solid #c81f25;
}

.clients-item-wrapper a {
  text-decoration: none;
  color: inherit;
}

.tooltipster-base .tooltipster-box {
  -webkit-box-shadow: 6px 6px 24px -4px #cfcfcf;
  box-shadow: 6px 6px 24px -4px #cfcfcf;
  border: 0px;
  border: 1px solid #c81f25;
  background-color: white;
  padding: 10px;
}

.tooltipster-base .tooltipster-content {
  color: #212529;
  line-height: 1.4;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
  left: -1px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
  border-right-color: #c81f25;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #c81f25;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #c81f25;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #c81f25;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
  border-right-color: #c81f25;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
  border-left-color: #c81f25;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #c81f25;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #c81f25;
}

.carousel-control-next .fa-chevron-right,
.carousel-control-prev .fa-chevron-left {
  color: black;
  font-size: 1.5rem;
}

.modal-body .img-title {
  font-size: 1.4rem;
  padding-bottom: 16px !important;
}

.img-zoom-icon {
  cursor: pointer;
}

.modal-close-btn {
  top: 0px;
  right: 0px;
  font-size: 2rem;
  z-index: 1;
}

.header-nav .nav-link.active {
  color: #c81f25 !important;
}

.list-horzontal-wrappper li {
  float: left;
  margin-right: 2rem;
  margin-left: 1rem;
}

.gMap-wrapper {
  border: 1px solid #dee2e6;
  -webkit-box-shadow: 6px 6px 24px -4px #cfcfcf;
  box-shadow: 6px 6px 24px -4px #cfcfcf;
}

.main-content-wrapper {
  margin-bottom: 1rem;
}

.custom-container {
  margin: 15px;
  background-color: red;
}

.custom-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.custom-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.orange-column {
  background-color: orange;
  height: 100px;
}

.blue-column {
  background-color: blue;
  height: 100px;
}

.green-column {
  background-color: green;
  height: 100px;
}

.custom-double-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

@media screen and (min-width: 800px) {
  .custom-column {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .custom-double-column {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
  }
}

.zoom-img {
  cursor: pointer;
}

.zoom-img::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00e";
  position: absolute;
  right: 40px;
  top: 10px;
  color: white;
  font-size: 1.4rem;
  display: inline-block;
}

.accordion .btn-link {
  color: inherit;
  font-weight: bold;
  padding: 0.375rem 0rem;
  width: 100%;
  text-align: left;
  text-decoration: none;
}

.accordion .card {
  border: 0px;
}

.accordion .card-header {
  border-bottom: 0px;
}

.accordion .vertical-design-el {
  width: 5px;
}

.accordion .btn-link:after {
  font-family: 'Font Awesome 5 Free';
  content: "\f068";
  float: right;
}

.accordion .btn-link.collapsed:after {
  font-family: 'Font Awesome 5 Free';
  content: "\f067";
  float: right;
}

@media screen and (max-width: 1024px) {
  .slick-arrow {
    top: 50%;
  }
  .slick-prev:before, .slick-next:before {
    font-size: 2.5rem;
  }
  .slick-next {
    right: 25px;
  }
  .slick-prev {
    left: 5px;
  }
}

@media screen and (max-width: 500px) {
  .slick-arrow {
    top: 55%;
  }
  .slick-prev:before, .slick-next:before {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 321px) {
  .slick-arrow {
    top: 70%;
  }
  .slick-prev:before, .slick-next:before {
    font-size: 2rem;
  }
}

.content-margin {
  margin-bottom: 100px !important;
}

@media screen and (max-width: 575.98px) {
  .content-margin {
    margin-bottom: 160px !important;
  }
}

@media screen and (max-width: 767.98px) {
  .content-margin {
    margin-bottom: 160px !important;
  }
}

.text-wrap {
  white-space: nowrap !important;
}
/*# sourceMappingURL=styles.css.map */