@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
html{
  scroll-behavior: smooth;
}
body{
  font-family: 'Poppins', sans-serif !important;
  color: #292d7d !important;
}
p:last-child{
  margin-bottom: 0px;
}
.bg-cover {
  background-size: cover !important;
}
.bg-video-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}
video {
  min-width: 100%;
  min-height: 90vh;
  z-index: 1;
}
.overlay {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000000;
  opacity: 0.4;
  z-index: 2;
}
.overlaybox {
  text-align: center;
  color: #fff;
  position: absolute;
  top: 50%;
  /* bottom: 0; */
  left: 50%;
  /* right: 0; */
  margin: auto;
  z-index: 3;
  max-width: 750px;
  width: 100%;
  height: auto;
  transform: translate(-50%, -50%);
  background-image: url(../images/banner-border.png);
  background-repeat: no-repeat;
  background-size: contain;
  padding: 40px 20px 35px;
  min-height: 200px;
}
.overlaybox h4 {
  font-size: 50px;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 0;
}
.overlaybox small {
  display: block;
  margin-bottom: 25px;
  margin-top: 11px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 400;
}
.navigation-width {
  width: calc(100% - 200px);
}
header .nav-link {
  color: #ffffff;
  font-size: 13px;
}
.homelink a{
  font-size: 0px !important;
}
.aboutbox,
.mapbox {
  box-shadow: 0 0 6px 2px rgba(0,0,0,0.2);
  margin-top: -55px;
  position: relative;
  background-color: #ffffff;
  z-index: 99;
  padding: 0 15px;
  border-radius: 0 0 10px 10px;
  padding-top: 30px;
}
.mapbox {
  padding-top: 15px;
  padding-bottom: 10px;
  border-radius: 0;
}
.actualnav .nav-link {
  text-transform: uppercase;
  border-radius: 100px;
  position: relative;
  overflow: hidden;
}
.homelink a img {
    width: 17px;
}
.actualnav .active .nav-link {
  background-color: #2C4092;
  border-radius: 100px;
  color: #ffffff;
}
.actualnav .nav-link::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #2c4092;
  z-index: -1;
  transform-origin: center;
  transform: scale(0);
  transition: 0.2s ease all 0s;
}
.actualnav .nav-link:hover::before{
  transform: scale(1.5);  
}
.top-nav li:not(:last-child) a.nav-link {
  border: 1px solid #2c4092;
}
.top-nav li a.nav-link {
  margin-left: 20px;
  padding: 6px 15px;
}
.fa-phone.rotate {
  transform-origin: center;
  transform: rotate(90deg);
  margin-right: 6px;
}
a.nav-link.EnquireNow {
  background-color: #E52233;
  border: 1px solid #E52233;
  display: inline-block;
  color: #ffffff;
} 
.actualnav .dropdown-toggle::after {
  border-top-color: red;
}
.onlinemeet {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  background-image: url(../images/online-meeting.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 30px 0;
}
.bg_gradient::after {
  content: "";
  background: #336699;
  background-image: -moz-linear-gradient(left, #336699 59%, #336699 59%, #ff1d25 100%);
  background-image: -webkit-linear-gradient(left, #336699 59%,#336699 59%,#ff1d25 100%);
  background-image: linear-gradient(to right, #336699 59%,#336699 59%,#ff1d25 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#336699', endColorstr='#ff1d25',GradientType=1 );
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.75;
}
.bg_gradient_invert::after {
  content: "";
  background: #336699;
  background-image: -moz-linear-gradient(left, #336699 59%, #336699 59%, #ff1d25 100%);
  background-image: -webkit-linear-gradient(left, #336699 59%,#336699 59%,#ff1d25 100%);
  background-image: linear-gradient(to right, #336699 59%,#336699 59%,#ff1d25 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#336699', endColorstr='#ff1d25',GradientType=1 );
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.75;
  transform-origin: center;
  transform: rotate(180deg);
}
.video-play-button {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 16px;
  height: 15px;
  /* background: #fa183d; */
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}
.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 12px solid #1A1A1A;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 40px;
  height: 40px;
  background: #FEFEFE;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 40px;
  height: 40px;
  background: #FEFEFE;
  border-radius: 50%;
  transition: all 200ms;
}
p {
  font-size: 14px;
}
.video-play-button:hover:after {
  background-color: darken(#FEFEFE, 10%);
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.btn-theme {
  border: 1px solid #E52232;
  border-radius: 0;
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  padding: 4px 30px;
  text-transform: capitalize;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 9;
  background-color: transparent;
}
.btn-theme::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  width: 51%;
  height: 100%;
  background-color: #E52232;
  top: 0;
  z-index: -1;
  transition: 0.2s ease all 0s;
}
.btn-theme::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 51%;
  height: 100%;
  background-color: #E52232;
  top: 0;
  z-index: -1;
  transition: 0.2s ease all 0s;
}
.btn-theme:hover::before,
.btn-theme:hover::after {
  width: 0;
}
.btn-theme:hover {
  color: #E52232;
}
.onlinemeet h3 {
  position: relative;
  z-index: 999;
  color: #ffffff;
  font-size: 45px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
}
.about_us {
  padding-bottom: 90px;
  background-image: url(../images/aboutbg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.bgboxes {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.bigboxes {
  padding: 93px 100px;
  position: relative;
  z-index: 99;
  color: #ffffff;
}
.bigboxes p {
  font-size: 13px;
}
.bigboxes::after {
  background-color: #333333;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.63;
  z-index: -1;
}
.innovation {
  background-image: url("../images/innovation.jpg");
}
.AwardsAndRecomm {
  background-image: url("../images/awards-recognition.jpg");
}
.projects .owl-item.active.center .item {
  width: 500px;
}
.projects .owl-item.active.center + .active .item, .projects .owl-item .item {
    width: calc(100% - 500px);
}
.qc {
  box-shadow: 0 0 8px 1px rgba(0,0,0,0.3);
  padding: 60px;
  background-color: #ffffff;
  position: relative;
  z-index: 99;
  bottom: -70px;
}
.parallaxbox {
  padding: 170px 0 120px;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-image: url(../images/infrastructure.jpg);
  background-size: cover;
  background-position: bottom;
  position: relative;
}
.parallaxbox::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.87);
}
.infra .row {
  color: #ffffff;
  position: relative;
  z-index: 99;
}
.caption_counter::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: -10px;
  width: 40px;
  height: 1px;
  background-color: #3364FF;
  transform: translateX(-50%);
}
.caption_counter {
  display: block;
  color: #3364FF;
  font-weight: 600;
  position: relative;
}
.texter {
  display: block;
  margin-bottom: 20px;
  text-transform: uppercase;
  margin-top: 5px;
  font-weight: 400;
}
.counter {
  font-size: 30px;
  font-weight: 600;
}
a.floating-btn {
  float: left;
}
.ctaboxes .col-md-6 {
  padding: 35px 20px 20px;
} 
.ctaboxes h3 {
  position: relative;
  z-index: 99;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 35px;
}
.VirtualVisit {
  background-image: url(../images/virtualvisit.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-right: 2px solid #E52234;
}
.BecomeVendor {
  background-image: url(../images/becom-vendor.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-left: 2px solid #E52234;
}
.clientsbox {
  background-color: #F4F4F4;
}
.VirtualVisit a.btn {
  margin-right: 20px;
}
.BecomeVendor a.btn {
  margin-left: 20px;
}
footer {
  border-top: 5px solid #2C4092;
  background-color: #EFEFEF;
  padding: 70px 0 0;
}
.bottom-foot {
  background-color: #ffffff;
  padding: 25px 0;
  margin-top: 40px;
}
.sitemap,
.sociallinks {
  padding: 0;
  list-style: none;
}
.latestnews {
  padding: 70px 0;
}
.blogcont figure {
    border-radius: 10px;
    position: relative;
}
.blogcont figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(255,255,255,0.70);
  padding: 7px 10px;
}
.blogcont figcaption p{
  font-size: 13px;
}
.blogcont .date {
  position: absolute;
  right: 6px;
  top: -8px;
  color: #ffffff;
  font-size: 18px;
  background-color: #3364FF;
  line-height: 1;
  text-align: center;
  padding: 10px;
  font-weight: bold;
  font-size: 20px;
}
.blogcont .month {
  color: #000000;
  display: block;
  font-size: 15px;
  font-weight: 600;
}
.blogcont small {
  font-size: 13px;
  display: block;
  font-weight: bold;
  line-height: normal;
}
.sociallinks i.fab {
  color: #333333;
}
.sociallinks {
  display: flex;
  margin-top: 20px;
}
.sociallinks li:not(:last-child) {
  margin-right: 20px;
}
.sitemap a {
  color: #292d7d;
  margin-bottom: 6px;
  display: block;
}
.aboutbox h2 {
  font-weight: 600;
  color: #42539E;
}
.aboutbox h2 span {
  color: #E52233;
}
.swiper-container .swiper-wrapper {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.swiper-container .swiper-slide {
  width: 80%;
  height: 259px;
}
.swiper-container .swiper-slide img {
  height: 259px;
  object-fit: cover;
  object-position: left;
}
.swiper-container .swiper-slide-next img {
  object-fit: cover;
  object-position: left;
}
@media screen and (min-width: 768px) {
  .swiper-container .swiper-slide {
    width: 240px;
  }
  .swiper-container .swiper-slide-active {
    width: 500px;
    height: 259px;
  }
}
.swiper-container .swiper-slide figcaption {
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: rgba(255,255,255,0.7);
  padding: 17px;
}
.swiper-container .swiper-slide figcaption h3 {
  margin-bottom: 0px;
  font-size: 19px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
}
.swiper-container .swiper-slide-active figcaption {
  max-width: 390px;
  text-align: left;
  overflow: hidden;
}
.swiper-container .swiper-slide-active figcaption h3 {
  text-align: left;
}
.swiper-container .swiper-slide figcaption p {
  opacity: 0;
  height: 0;
  transition: 0.2s ease all 0s;
  transition-delay: 0.2s;
}
.swiper-container .swiper-slide-active figcaption p {
  opacity: 1;
  height: 30px;
}
.consised_header nav {
  background-color: white;
  box-shadow: 0 0 6px 2px rgba(0,0,0,0.2);
}
header.consised_header .nav-link {
    color: #292d7d;
}
header.consised_header .nav-link:hover{
    color: #ffffff;  
}
header.consised_header a.navbar-brand {
    width: 120px;
}
header.consised_header a.navbar-brand img{
    width: 100%;
}
header.consised_header .top-nav {
    display: none;
}
.carousel_arrows {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    cursor: pointer;
}
.carousel_arrows img {
    width: 37px;
    margin-left: 20px;
}

.mapcont{
  width: 100%;
  height: 480px;
}
.innerpage .bg-video-wrap {
  height: 450px;
}
.innerpage video {
  top: -170px;
  position: relative;
}
.innerpage .theme-breadcrumb {
  position: absolute;
  left: 50%;
  bottom: -13px;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: auto;
}
.innerpage .theme-breadcrumb i.fa {
    padding-left: 15px;
    padding-right: 15px;
}
.theme-breadcrumb a {
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
}
.consised_header .homelink:not(.active) img {
    filter: invert(1);
}
.contactbox{
  padding: 50px 0;
  background-image: url(../images/contact-us-map.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left top;
}
.formbox{
  box-shadow: 0px 0px 30px 0px rgba(0,0,0,.1);
  margin: 0 -15px;
  padding: 50px 50px;
  background-color: #ffffff;
  position: relative;
  z-index: 9;
}    
.form-group i {
  color: #b7b7b7;
  font-size: 15px;
  position: absolute;
  right: 20px;
  top: 44px;
}
.form-group .form-control {
  padding-right: 40px;
}
.head {
    padding: 18px 30px 16px;
    background-color: #d83030;
    border-radius: 10px 10px 0 0;
    text-align: center;
    color: #fff;
    font-size: 21px;
}
ul.details {
    padding: 0;
    list-style: none;
    margin: 0;
}
.details li:not(:last-child) {
    border-bottom: 1px solid #e7e7e7;
}
ul.details li {
  display: flex;
  align-items: start;
  padding: 25px 20px 19px;
}
.addressbox {
  box-shadow: 0px 0px 30px 0px rgba(0,0,0,.1);
}
.detailsbox strong {
  color: #010b39;
  font-size: 15px;
  font-weight: 600;
  margin-top: -8px;
  margin-bottom: 5px;
}
.detailsbox p {
  font-size: 12px;
}
span.icon-hold {
  background-color: #ffffff;
  box-shadow: 0px 0px 26px 0px rgba(0,0,0,.08);
  margin-right: 23px;
  font-size: 23px;
  height: 65px;
  width: 70px;
  border-radius: 100%;
  text-align: center;
  line-height: 66px;
  color: #e52232;
}
.detailsbox {
  width: calc(100% - 70px);
}
.dropdown:hover>.dropdown-menu {
  display: block;
}

/*----------------------------------------*\
|    expander CSS only below this point    |
\*----------------------------------------*/

div.expander {
  position: relative;
  overflow: hidden;
  max-height: 144px; /* starting height - best to use a multiple of line-height */
  transition: max-height 0.5s ease-in-out;
  -moz-transition: max-height 0.5s ease-in-out;
  -webkit-transition: max-height 0.5s ease-in-out;
  margin-bottom: 15px;
  cursor: pointer;
}

div.expander:before { /* this applies a faded gradient to the bottom of the expanding content when closed */
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(#f9fbfb73 10%, #F9FBFB); /* match this colour with the colour of the background */
  transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
}
div.expander.expanded:before { /* hides the gradient when expanded */
  opacity: 0;
}

@media only screen and (min-width: 480px) {
  /* adusts the max-height of the 'closed' expander for 480px+ */
  div.expander {
    max-height: 96px;
  }
}

@media only screen and (min-width: 720px) {
  /* adusts the max-height of the 'closed' expander for 720px+ */
  div.expander {
    max-height: 90px;
  }
}
.FaqRow {
  counter-reset: faq-counter;
}
.answerCounter {
  counter-reset: faq-a-counter;  
}

.QuestionBox{padding-left:50px}

.FaqRow .QuestionBox h4::before {
  counter-increment: faq-counter;
  content: "Q. " counter(faq-counter);
  vertical-align: middle;
  border-radius: 100%;
  text-align: center;
  z-index: 99;
  color: #e91e20;
  font-size: 25px;
  text-transform: uppercase;
  position: absolute;
  left: 11px;
  top: 0;
}
.answerCounter .faqParent::before {
  counter-increment: faq-a-counter;
  content: "A. " counter(faq-counter);
  display: inline-block;
  vertical-align: middle;
  border-radius: 100%;
  text-align: center;
  z-index: 99;
  position: relative;
  color: #41448c;
  font-size: 25px;
  text-transform: uppercase;
  position: absolute;
  left: 0px;
  top: -5px;
}
.faqParent {
  position: relative;padding-left: 53px;
}

.careers .categories-item {
  border: 1px solid #dfe9eb;
  background: #ffffff;
  overflow: hidden;
  padding: 15px 25px 45px 24px;
  display: block;
  color: #505050;
  border-radius: 5px;
  display: flex;
  align-items: center;
  position: relative;
}
.careers .categories-item .icon-part {
  float: left;
  margin-right: 25px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 100%;
  background: rgb(234 34 36 / 0.2);
  text-align: center;
  transition: all 0.3s ease;
}
.careers .categories-item .content-part .title {
  color: #111111;
  margin-bottom: 0;
  transition: all 0.3s ease;
  font-size: 17px;
  display: block;
  text-transform: unset;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.content-part .courses {
  font-size: 12px;
  display: block;
  font-weight: 500;
}
.content-part {
    width: 190px;
}
.mb-30 {
  margin-bottom: 30px;
}
.careers .categories-item:hover {
  background: #202577;
  color: #ffffff;
  border-color: #202577;
  text-decoration: none;
}
.careers .categories-item:hover .icon-part {
  background: #ffffff;
}
.careers .categories-item:hover .content-part .title {
  color: #ffffff;
}
.buttonbox {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: space-around;
  /* background-color: red; */
}
.buttonbox a:not(:last-child) {
  border-right: 1px solid #8588d0;
}
.buttonbox a {
  width: 50%;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  background-color: #3d4088;
  padding: 7px 0;
  color: #ffffff;
}
.careers .categories-item:hover a {
  background-color: #ffffff;
  color: #202577;
}
.careersparallax h3 {
  color: #ffffff;
  position: relative;
  z-index: 99;
}
.parallaxbox.careersparallax {
  padding: 60px 0;
  background-image: url(../images/careers.jpg);
}
.parallaxbox.careersparallax::after {
  opacity: 0.5;
}
.file-input {
  display: inline-block;
  text-align: left;
  background: #fff;
  width: 100%;
  position: relative;
  border: 1px solid #ced4da;
  border-radius: .25rem;
}

.file-input > [type='file'] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 10;
  cursor: pointer;
}

.file-input > .button {
  display: inline-block;
  cursor: pointer;
  background: #eee;
  padding: 6px 10px;
  border-radius: 2px;
}

.file-input:hover > .button {
  background: dodgerblue;
  color: white;
}

.file-input > .label {
  color: #333;
  white-space: nowrap;
  opacity: .3;
  width: calc(100% - 86px);
  margin-bottom: 0;padding-left: 9px;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
}

.file-input.-chosen > .label {
  opacity: 1;
}
.consised_header .homelink:hover img {
  filter: invert(0) !important;
}
.bod {
  padding: 0;
  list-style: none;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.bod li:hover .image {
  padding: 10px;
}
.bod .image {
  max-width: 200px;
  display: block;
  position: relative;
  overflow: hidden;
  transition: 0.2s ease all 0s;
}
.bod .image img {
  width: 100%;
}
.bodname .designation {
  display: block;
}
.bodname::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #212578;
  z-index: -1;
  transition: 0.2s ease all 0s;
}
.bod li:hover .bodname::after{
  width: 100%;
}
.bod li:hover .bodname {
  color: #ffffff;
}
.bodname {
  padding: 9px;
  display: block;
  position: relative;
}
.bod li {
  margin-bottom: 30px;
  cursor: pointer;
  transition: 0.2s ease all 0s;
  margin: 15px 25px;
}
.bod li:hover {
  transform: scale(1.05);
  box-shadow: 0 0 10px -2px rgba(0,0,0,0.5);
}
.teamdata {
  font-size: 14px;
  font-weight: 300;
}
.memberimg {
  margin: -16px;
}
.teamdata .modal-title {
  margin-bottom: 15px;
  text-transform: uppercase;
}
.teamdata .modal-title .designation {
  text-transform: capitalize;
  display: block;
  font-weight: 300;
}

.portfolio-wrap {
  width: 100%;
  height: 259px;
  overflow: hidden;
  position: relative;
  display: block;
}
.portfolio-wrap:hover img {
  transform: scale(1.2) rotate(10deg);
}
.portfolio-wrap img {
  height: 259px;
  transition: 0.2s ease all 0s;
}
.portfolio-wrap figcaption {
  width: 65%;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: rgba(255,255,255,0.7);
  padding: 17px;
  color: #292d7d;
  transition: 0.2s ease all 0s;
}
.portfolio-wrap figcaption h3 {
  margin-bottom: 0px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: left;
}
.portfolio-wrap figcaption p {
  font-size: 13px;
  line-height: 1.2;
  text-align: justify;
  margin-top: 10px;
}
.portfolio-wrap figcaption h3 small {
  display: block;
  text-transform: capitalize;
}
ul#portfolio-flters {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin-bottom: 40px;
}
ul#portfolio-flters li {
  padding: 4px 15px;
  border-right: 1px solid #2c4092;
  color: #2c4092;
  /* margin: 0 9px; */
  position: relative;
  z-index: 99;
  cursor: pointer;
}
ul#portfolio-flters li:last-child{
  border-right: none;
}
li.filter-active {
    font-weight: bold;
}
.portfolio-wrap:hover figcaption {
    padding-bottom: 30px;
    background-color: rgba(63, 67, 138,0.85);
    color: #ffffff;
}
.portfolio-wrap figcaption .read {
  display: block;
  text-align: right;
  margin-bottom: -10px;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  color: #ffffff;
  position: absolute;
  right: 10px;
  bottom: -20px;
  transition: 0.2s ease all 0s;
  transition-delay: 0.1s;
}
.portfolio-wrap:hover figcaption .read {
  bottom: 16px;
}
.projectarrows {
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}
.projectarrows li:nth-child(2){
  margin-left: 20px;
  margin-right: 20px;
}
.projectarrows li {
  margin: 7px;
}
.projectarrows a {
  font-size: 20px;
  color: #d6d6d6;
}
.projectdata strong {
  display: block;
}
.counter_icon img {
  width: 100%;
}
.counter_icon {
  display: inline-block;
  width: 90px;
  margin: 0 auto;
}
.usp-box .counter_withtext {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  width: 130px;
}
.usp-box .counter_withtext .texter {
  margin-bottom: 0;
  margin-top: -5px;
  font-size: 12px;
}
.usp-box .caption_counter {
  margin-top: 20px;
  color: #292d7d;
}
.overlaycont {
  display: flex;
  position: absolute;
  left: 0;
  bottom: -100%;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  background-color: rgba(233, 30, 34, 0.7);
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 500;
  transition: 0.2s ease all 0s;
}
.bod li:hover .overlaycont {
  bottom: 0;
}
.ProjectContent {
  background-color: #222678;
  color: #ffffff;
  font-size: 13px;
}
.ProjectContent .col-md-12 {
  margin-top: 7px;
  margin-bottom: 7px;
  font-weight: 200;
}
.ProjectContent strong {
  text-transform: uppercase;
  font-weight: 600;
}
.clients-logo-box img:hover {
  filter: grayscale(0);
  transform: scale(1.15);
}
.clients-logo-box img {
  transition: 0.2s ease all 0s;
  filter: grayscale(1);
}
.clients-logo-box .col-md-3:not(:last-child) {
  border-right: 1px solid #cccccc;
}
/*.vendorform fieldset .form-row {
    margin-bottom: 15px;
}*/
.vendorform fieldset {
  border: 1px groove #ddd !important;
  padding: 0 1.4em 1.4em 1.4em !important;
  margin: 0 0 1.5em 0 !important;
  -webkit-box-shadow:  0px 0px 0px 0px #000;
          box-shadow:  0px 0px 0px 0px #000;
}
.vendorform legend {
  font-size: 1.2em !important;
  font-weight: bold !important;
  text-align: left !important;
  width:auto;
  padding:0 10px;
  border-bottom:none;
}
.datafilled {
  position: relative;
}
.collapser {
  display: none;
  position: absolute;
  right: 10px;
  top: 15px;
  font-size: 25px;
  cursor: pointer;
}

.navbar-toggler-icon {
    display: block;
    width: 25px;
    height: 2px;
    background: #fff;
    margin-bottom: 5px;
}

.modal-content .close{    align-self: flex-end;}

.navbar-toggler{background: #2c4092 !important;
    height: 40px;}

.navbar-toggler span:last-child{margin-bottom: 0px;}

body,html{overflow-x: hidden;}


.form-group label {
    font-size: 15px;
}


.imageThumb {
  /* border: 2px solid; */
  /* padding: 1px; */
  cursor: pointer;
  width: 100%;
  object-fit: revert;
  height: 100%;
}
.pip {
  display: inline-block;
  margin: 10px 10px 0 0;
  width: 200px;
  height: 150px;
  overflow: hidden;
  position: relative;
}
.remove {
  position: absolute;
  right: 8px;
  top: 7px;
  background-color: transparent;
  border: none;
  color: red;
  font-size: 20px;
}
.file-upload{display:block;text-align:center;font-size: 12px;}
.file-upload .file-select{display:block;border: 2px solid #dce4ec;color: #34495e;cursor:pointer;height:40px;line-height:40px;text-align:left;background:#FFFFFF;overflow:hidden;position:relative;}
.file-upload .file-select .file-select-button{background:#dce4ec;padding:0 10px;display:inline-block;height:40px;line-height:40px;}
.file-upload .file-select .file-select-name{line-height:40px;display:inline-block;padding:0 10px;}
.file-upload .file-select:hover{border-color:#34495e;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
.file-upload .file-select:hover .file-select-button{background:#34495e;color:#FFFFFF;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
.file-upload.active .file-select{border-color:#3fa46a;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
.file-upload.active .file-select .file-select-button{background:#3fa46a;color:#FFFFFF;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
.file-upload .file-select input[type=file]{z-index:100;cursor:pointer;position:absolute;height:100%;width:100%;top:0;left:0;opacity:0;filter:alpha(opacity=0);}
.file-upload .file-select.file-select-disabled{opacity:0.65;}
.file-upload .file-select.file-select-disabled:hover{cursor:default;display:block;border: 2px solid #dce4ec;color: #34495e;cursor:pointer;height:40px;line-height:40px;margin-top:5px;text-align:left;background:#FFFFFF;overflow:hidden;position:relative;}
.file-upload .file-select.file-select-disabled:hover .file-select-button{background:#dce4ec;color:#666666;padding:0 10px;display:inline-block;height:40px;line-height:40px;}
.file-upload .file-select.file-select-disabled:hover .file-select-name{line-height:40px;display:inline-block;padding:0 10px;}


.homepageoverlay {
  margin: 15px !important;
  margin-bottom: 40px !important;
}








/* REMOVE CSS TO ENABLE FAQ LINK */
a.nav-link[href='faqs.html'],
a.nav-link[href='careers.html'],
a.nav-link[href='news.html'] {
  display: none;
}
footer .col-md-5 > p {
  display: none;
}