.aboutvideo-section-main .meet-amplifinn-video.video-btn img {
  width: 50%;
}
.aboutvideo-section-main .video-section-parent .play-btn-circle {
  top: 50%;
}
.aboutvideo-section-main .video-section-parent {
  position: relative;
}
.aboutvideo-section-main .video-container {
  position: relative;
  margin-top: -100px;
}
.aboutvideo-section-main.video-section-parent
  .video-container
  .meet-amplifinn-video {
  position: relative;
  height: 100%;
  display: block;
  display: table;
  margin: 0px auto;
  max-width: 50%;
  background-image: url(../images/shadow.png);
  border-radius: 10px;
  background-size: 100% 100%;
  padding: 20px 20px 25px 20px;
}
.aboutvideo-section-main.video-section-parent
  .meet-amplifinn-video.video-btn
  img {
  width: 100%;
  border-radius: 10px;
  padding: 0px;
}
.about-headquarters .about-address-card {
  background: #fff;
  border-radius: 12px;
  padding: 40px;
  position: relative;
}
.about-headquarters .about-address-card:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: -3px;
  background: transparent
    linear-gradient(180deg, #21dbaa 0%, #00b4ef 29%, #0768dd 67%, #5f1ae5 100%);
  opacity: 0.1;
  filter: blur(15px);
  z-index: -1;
}
.align-start-about img.cflag-about {
  width: 55px;
  margin-right: 20px;
}
.align-start-about h4 {
  font-family: "NotoSansMedium" !important;
  font-size: 22px;
}
.about-headquarters p {
  font-size: 14px;
}
.address-block {
  /*border-right: 1px solid #70707038;*/
}
.address-block img {
  width: 28px;
  margin-right: 10px;
}
.address-block a {
  color: #002856;
}
.aboutvideo-section-main {
  position: relative;
  padding-top: 80px;
}
.team-cards .col-md-4:first-child .team-card {
  width: 88%;
}
.team-cards .col-md-4:nth-child(2) .team-card {
  width: 88%;
  margin: 0 auto;
}
.team-cards .col-md-4:last-child .team-card {
  width: 88%;
  margin-left: 12%;
}
.team-card:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  background: transparent
    linear-gradient(0deg, #21dbaa 0%, #00b4ef 29%, #0768dd 67%, #5f1ae5 100%);
  opacity: 0.1;
  filter: blur(15px);
  z-index: -1;
}
.team-card {
  position: relative;
}
.team-card-div {
  background: #fff;
  border-radius: 8px;
  padding: 10px;
}
.team-card .team-name {
  font-family: "NotoSansSemibold";
  margin-top: 24px;
  margin-bottom: 12px;
}
.team-card .team-desig {
  color: #bdbdbd;
  font-size: 14px;
  margin-bottom: 0;
}
.team-card-img {
  background: #e6e6e6;
  text-align: right;
}
.team-card-img img {
  width: 100%;
  margin-top: -30px;
}
.team-card .team-link {
  position: relative;
  top: 23px;
  color: #fff;
  background: #3d83d9;
  padding: 12px;
  border-radius: 50%;
  font-size: 22px;
}
.align-start-about:nth-child(2) .address-block {
  border-right: 0px solid !important;
}

.meet-amplifinn-video .play-btn-circle {
  top: 50%;
}
.play-btn-circle {
  position: absolute;
  width: 150px;
  height: 150px;
  margin: 0 auto;
  top: 45%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.play-btn-circle .circle {
  width: 120px;
  height: 120px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  background-color: #5888de;
  margin: auto;
  transform: scale(0.7, 0.7);
}
.play-btn-circle .circle.pulse {
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
  background-color: rgba(88, 136, 222, 0.2);
}
.play-btn-circle svg {
  fill: #fff;
  stroke: #fff;
  stroke-linejoin: round;
  stroke-width: 5;
  transition: all 0.3s;
}
.grid-container {
  display: grid;
  grid-template-columns: auto auto auto auto auto auto;
  margin-top: 3em;
}
.grid-item {
  border-right: 2px solid #8080801c;
  border-bottom: 2px solid #8080801c;
  padding: 2em;
  text-align: center;
  position: relative;
}
.customers .grid-item:nth-child(6n) {
  border-right: 0px;
}
.grid-item img {
  max-height: 26px;
  width: auto;
  filter: grayscale(100%);
  transition: 0.3s ease-in;
}
.grid-item:hover img {
  filter: none !important;
  cursor: pointer;
  scale: 1.1;
}
/*.story-cards{
  background-size: 100% 100%;
  padding: 10px 50px 50px 50px;
}
.story-card{
  box-shadow: 0px 0px 10px #0000000D;
  background: #fff;
  padding: 8px;
  border-radius: 15px;
  transition: background 0.2s;
}
.story-card:hover{
  background: transparent linear-gradient(119deg, rgba(33, 219, 170,.3) 0%, rgba(0, 180, 239,.3) 29%, rgba(7, 104, 221,.3) 67%, rgba(95,26,229,.3) 100%);
}
.story-card-inner{
  padding: 15px;
  border: 2px solid #EBF2FF;
  border-radius: 15px;
  background: #fff;
}
.story-numbers-main .col-md-4:first-child .story-card{
  width: 88%;
}
.story-numbers-main .col-md-4:nth-child(2) .story-card{
  width: 88%;
  margin: 0 auto;
}
.story-numbers-main .col-md-4:last-child .story-card{
  width: 88%;
  margin-left: 12%;
}
.story-card-number{
  background: transparent linear-gradient(275deg, #804BFF 10%, #4269C6 70%, #3E67CC 0%, #21DBAA 150%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'GraphikBold';
  font-size: 60px;
  margin-bottom: 0;
}*/
#banner-hero {
  margin-top: 46px;
}

main > div.main_spy_indicator > nav {
  /* width: auto !important; */
}

/* main > div.main_spy_indicator > nav > div {
  width: auto;
} */

nav.inner-navigation.d-block.d-lg-block.d-none-nav {
  display: none !important;
}

.inner-navigation {
  background-color: #f6f6f6;
  /* background-color: #eef8ff; */
  margin-top: 25px !important;
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  justify-content: flex-start;
  padding: 0px 0px;
  position: fixed;
  /* position: sticky; */
  top: 0;
  z-index: 999;
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
}

/* main > div.main_spy_indicator > nav > div.spy_nav_container {
  width: 100%;
}
main > div.main_section_right {
  width: 100%;
} */

/* div.main_spy_indicator > nav > div > ul > li:nth-child(2) {
  margin-top: 55px;
}
div.main_spy_indicator > nav > div > ul > li:nth-child(2) > a {
  color: #1f75ff;
} */
/* .inner-navigation ul {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 46px;
} */

.inner-navigation ul li {
  /* margin: 0px 5px; */
  text-align: center;
  /* padding: 5px 10px; */
}

.inner-navigation ul li a {
  font-family: "NotoSansRegular";
  color: #001a56;
  font-size: 12px;
}

.inner-navigation ul li.active {
  background: #dfe7ef;
  border-bottom: 2px solid #0768dd;
  color: #0768dd;
}

.inner-navigation ul li.active a {
  /* background: transparent
    linear-gradient(90deg, #9764f7 0%, #7c47f7 40%, #4622d3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
  color: #1f75fe;
}
#progressBar {
  background: transparent
    linear-gradient(90deg, #9764f7 0%, #7c47f7 40%, #4622d3 100%);
  width: 0%;
  position: fixed;
  top: 70px;
  height: 4px;
  z-index: 999;
}

@media screen and (min-width: 1400px) {
  .about-hq-right img {
    float: right;
    border-radius: 8px;
  }
}

@media only screen and (max-width: 991px) {
  .team-cards .col-md-4:first-child .team-card {
    width: 95%;
  }
  .team-cards .col-md-4:nth-child(2) .team-card {
    width: 95%;
  }
  .team-cards .col-md-4:last-child .team-card {
    width: 95%;
    margin-left: 5%;
  }
  .about-headquarters .about-address-card {
    padding: 22px;
  }
  .align-start-about h4 {
    font-size: 18px;
  }
  .align-start-about img.cflag-about {
    width: 45px;
  }
  .about-headquarters p {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .about-hq-right {
    display: none;
  }
  .aboutvideo-section-main.video-section-parent
    .video-container
    .meet-amplfinn-video {
    max-width: 80%;
  }
  .align-start-about {
    margin-bottom: 20px;
  }
  .team-cards [class*="col-md"] .team-card,
  .story-numbers-main [class*="col-md"] .story-card {
    width: 100% !important;
    margin-left: 0 !important;
  }
  #statistics .stats-container {
    padding: 0;
  }
  #statistics .stats-container .stats-block {
    height: 150px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 575px) {
  .about-hq-right {
    display: none;
  }
  .aboutvideo-section-main.video-section-parent
    .video-container
    .meet-amplifinn-video {
    max-width: 100%;
  }
  #our-leadership .team-cards .col-md-3 {
    flex: 0 0 auto;
    width: 50%;
  }
  .align-start-about {
    margin-bottom: 20px;
  }
}
.blue-text {
  color: #001a56 !important;
}
.video-banner-text .videobanner-maintitle {
  /* text-align: center; */
  text-align: left;
  color: #fff;
  /* color: #001A56; */
  font-size: 38px;
  line-height: 1.2;
  margin-top: -40px;
  font-family: "NotoSansRegular" !important;
}

.videobanner-maintitle.about_us_text {
  text-align: center;
  padding: 10px;
}

div#text-container {
  /* text-align: center; */
  position: absolute;
  bottom: 100px;
  left: 100px;
  text-align: left;
  color: #fff;
  /* color: #001A56; */
  font-size: 52px;
  line-height: 1.2;
  margin-top: -40px;
  font-family: "NotoSansRegular" !important;
}

.video-banner {
  min-height: calc(100vh - 0px);
  position: relative;
  overflow: hidden;
  display: grid;
  align-items: center;
  vertical-align: middle;
}

.video-banner video {
  position: absolute;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

.video-banner-text {
  position: relative;
  z-index: 2;
}

.video-banner-text .videobanner-subtitle {
  text-align: center;
  color: #fff;
  font-size: 32px;
  /* font-family: 'LexendLight'; */
}

.videobanner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 1;
}

/*Expert Opinion*/
.expertopinion p.head-label {
  float: left;
  width: 100%;
  text-align: left;
}
.expertopinion h2.head-title {
  float: left;
  width: 100%;
  text-align: left;
}
.head-title-about-us {
  line-height: 2rem;
}
.expertopinion p.head-subtitle {
  float: left;
  width: 100%;
  text-align: left;
  margin: 1em 0em 3em;
}
.expertopinion .section-left {
  float: left;
  width: 35%;
  padding-right: 2.5%;
}
.expertopinion .section-right {
  float: right;
  width: 65%;
}
.exp-opi-cont {
  display: block;
  text-align: left;
  padding: 2em;
}
.exp-opi-items {
  position: relative;
  margin-bottom: 20px;
  min-height: 425px;
  border-radius: 10px;
  display: table;
  box-shadow: 0px 0px 15px rgba(95, 30, 190, 0.26);
  background-size: cover;
  background-position: bottom right;
  background-repeat-x: no-repeat;
  border-radius: 8px;
  background-repeat-y: no-repeat;
}
.expert-opinion-slider .owl-item {
  padding: 0.5em;
}
.exp-opi-logo {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-left: 2em;
  width: -webkit-fill-available;
}
.exp-opi-logo img {
  width: 50% !important;
  margin: 2em 0;
  text-align: left;
  max-height: 100px;
}
.exp-opi-cont img {
  padding-bottom: 0.5em;
}
.exp-opi-comment {
  color: #fff;
  font-size: 15px !important;
}
.dark-text.exp-opi-cont p.exp-opi-comment {
  color: #001a56 !important;
}
.expertopinion .dark-text.exp-opi-cont p.image-dark {
  background: url("/wp-content/themes/gathr-plus/assets/img/icons/quote-black.svg")
    no-repeat;
  background-position: left;
}
.expertopinion .dark-text.exp-opi-cont p.image-dark img {
  z-index: -1;
  position: relative;
}
.exp-opi-cont p.image-dark img {
  width: auto;
}

.expertopinion p.head-label {
  float: left;
  width: 100%;
  text-align: left;
}
.expertopinion h2.head-title {
  float: left;
  width: 100%;
  text-align: left;
}
.expertopinion p.head-subtitle {
  float: left;
  width: 100%;
  text-align: left;
  margin: 1em 0em 3em;
}

@media screen and (min-width: 1400px) {
  .exp-opi-items {
    margin-bottom: 20px;
    min-height: 475px;
  }
}
@media screen and (max-width: 767px) {
  .expertopinion .section-left {
    width: 100%;
  }

  .exp-opi-items {
    position: relative;
    margin-bottom: 20px;
    min-height: 500px;
  }
  .expertopinion p.head-label,
  .expertopinion h2.head-title,
  .expertopinion p.head-subtitle {
    float: left;
    width: 100%;
    text-align: center;
  }
  .expertopinion .section-right {
    width: 100%;
  }
  .expertopinion a.btn-tertiary-blue-sm {
    display: none;
  }
}

/*Expert Opinion Ends*/

.stats-block {
  background: #ffffff 0% 0% no-repeat padding-box;
  /*box-shadow: 0px 3px 30px #0000000D;*/
  border-radius: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  height: 210px;
  width: 100%;
  margin: 0px auto;
  text-align: center;
  position: relative;
  transition: all 0.5s ease;
  padding: 15px;
}

.stats-container {
  /*background-image: url(../img/grid.svg);*/
  background-size: 100% 100%;
  padding: 50px 50px;
}
.stats-block > div {
  z-index: 1;
}
.stats-block:after {
  content: "";
  position: absolute;
  width: 75%;
  height: 80%;
  /*border: 1px solid #EBF2FF;*/
  border-radius: 22px;
  transition: all 0.5s ease;
}

.stats-block:hover:after {
  content: "";
  position: absolute;
  width: 85%;
  height: 90%;
  border-radius: 10px; /*1*/
  /*border: 10px solid transparent;*/ /*2*/
  /*background: linear-gradient(45deg,#21DBAA 0%,#00B4EF 29%,#0768DD 67%, #5F1AE5 100%) border-box;
  -webkit-mask:
     linear-gradient(#fff 0 0) padding-box, 
     linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0.29;*/
  box-shadow: 0px 0px 30px rgba(95, 30, 190, 0.26);
  filter: blur(0px);
}

.stats-block p {
  color: #002856;
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 0px;
  width: 185px;
}

.stats-block h3 {
  /* background: transparent linear-gradient(275deg, #804BFF 10%, #4269C6 70%, #3E67CC 0%, #21DBAA 150%); */
  background: transparent
    linear-gradient(275deg, #6d40ff 10%, #3e67cc 70%, #21dbaa 150%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 72px;
  /* font-family: 'LexendLight'; */
}

.blur-bg {
  /* margin-top: -100px; */
  background-color: rgb(255 255 255 / 62%);
  backdrop-filter: blur(1px);
  border-radius: 8px;
}

/* modal popup */
#imagePopup .modal-body {
  padding: 20px;
  text-align: center;
  min-height: 500px;
}
.modal {
  z-index: 99999;
  background: rgba(0, 0, 0, 40%);
}
.close {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  border: 0px solid;
  position: absolute;
  top: 6px;
  right: 6px;
  z-index: 999;
  background: #fff;
  color: #0c186a;
  padding: 7px;
  border-radius: 50%;
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
  display: block;
  content: "";
}
/* modal popup */
