.services-archive .service-thumbnail .service-icon img {
  width: auto;
  max-height: 10rem;
}

.header nav ul #menu-item-1900 a:hover {
  color: #9E9E9E;
}

.password-form {
  margin: 23.75rem 0 10rem;
  text-align: center;
}

.password-form label {
  flex: 0 0 100%;
  font-size: 1.7rem;
  font-family: "Mulish", sans-serif;
}

.password-form input {
  font-size: 1.7rem;
  color: #293077;
  font-family: "Mulish", sans-serif;
  border: 1px solid #293077;
}

.password-form input[type=password] {
  margin: 0 0 1.5rem;
  border-radius: 6px;
  padding: 1.9rem 2.5rem;
}

.password-form input[type=submit] {
  background-color: white;
  display: inline-block;
  padding: 2.25rem 3rem;
  cursor: pointer;
  transition: all ease-in-out .2s;
  font-weight: 700;
  border-radius: 100px;
  min-width: 20rem;
}

.password-form input[type=submit]:hover {
  background-color: #293077;
  color: white;
}

.banner-video {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}

.aligncenter {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.alignright {
  position: relative;
  left: 100%;
  transform: translateX(-100%);
  text-align: right;
}

.wp-block-quote {
  max-width: 635px;
  margin: 0 auto;
  padding: 6rem 0 0;
  position: relative;
}

.gutenberg h3, .gutenberg h4, .gutenberg h5, .gutenberg h6 {
  color: #9E9E9E;
}

.wp-block-quote h3, .wp-block-quote h4, .wp-block-quote h5, .wp-block-quote h6 {
  color: #383837;
  margin: 0 0 1rem;
}

.wp-block-quote h3 {
  font-size: 2rem;
}

.wp-block-quote p {
  color: #AAAAAA;
  font-size: 2rem;
}

.wp-block-quote::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 37px;
  height: 32px;
  background-image: url('./assets/images/quote.svg');
  opacity: .1;
}

.wp-block-quote cite {
  color: #9E9E9E;
  font-size: 1.5rem;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.is-type-video {
  max-width: 635px;
}

.is-type-video .wp-block-embed__wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}

.gutenberg a, .wysiwyg a {
  text-decoration: underline;
}

.gutenberg iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.sbi_header_text {
  display: flex;
}

footer #sb_instagram .sb_instagram_header .sbi_header_link .sbi_header_text h3 {
  margin-left: auto!important;
}

.process-content--inner .video {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}

.process-content--inner .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.header nav ul li.menu-item-has-children .sub-menu li .sub-menu li {
  margin-top: 1rem;
}

.header nav ul li.menu-item-has-children .sub-menu li .sub-menu li a {
  font-size: 1.4rem;
  font-weight: 400;
}

.testimonial-section.testimonials-slider .flickity-button:before {
  width: 28px;
  background-repeat: no-repeat;
}
.banner:after {
	background: linear-gradient(11deg, #293077 10%, rgba(0, 0, 0, 0) 60%);
}
@media only screen and (max-width: 1800px) {
	.banner:after {
		background: linear-gradient(15deg, #293077 5%, rgba(0, 0, 0, 0) 60%);
	}
}
@media only screen and (max-width: 1024px) {
  .wp-block-spacer {
    height: 6rem!important;
  }
}
footer {
  padding-top: 0;
}

/*19-07-2023*/
.page-template-page-about .values .col-right .value p {
      margin-left: 10px;  
}
.page-template-page-about .values .col-right .value {
      justify-content: flex-start;
}

.team .team-member.active .team_modal {
  display: flex;
  align-items: center;
  justify-content: center;
}

.team_modal {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99;
    display: none;
    z-index: 9999;
}

.team_modal .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    background: #fff;
    padding: 40px 20px;
    max-width: calc( 100% - 60px );
    width: 100%;
    z-index: 6;
    position: relative;
}

.team_modal .wrapper .team_img {
    width: 30%;
    padding: 0 20px;
}

.team_modal .wrapper .team_text {
    width: 70%;
    padding: 0 20px;
}

.team_modal:before {
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    z-index: 0;
    position: fixed;
    opacity: 0.6;
}

.team_text_wrap {}

.team_text_wrap h4.secondary-font {
    font-weight: 600;
    margin: 0 0 15px;
}

.team_text_wrap h5 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 20px;
}

.team_modal .wrapper .team_img .social ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 15px;
    justify-content: center;
    margin-top: 20px;
}

.team_modal .wrapper .team_img img {
    width: 100%;
    height: auto;
}

.open_modal .team-member {
    transform: none !important;
    transition: none !important;
        opacity: 1;
}

.close_btn a {
    width: 35px;
    height: 35px;
    background: lightgrey;
    position: absolute;
    right: 15px;
    top: 15px;
}







@media only screen and (max-width: 991px) {

  .team .team-member.active .team_modal .team_img {
    width: 100%;
    margin-bottom: 20px;
}
.team_text_wrap h4.secondary-font {
    font-weight: 600;
    margin: 0 0 15px;
    font-size: 24px;
}

.team .team-member.active .team_modal .team_text {
    width: 100%;
}

.team_modal .wrapper {
    padding: 20px 0px;

}

body.open_modal {
overflow: hidden;
    max-height: 100%;
    height: 100vh;
}

body.open_modal .team_modal {
    max-height: 100%;
    overflow: auto;
    justify-content: flex-start;
    margin: 20px 0;
        align-items: flex-start !important;
}
[data-aos^=fade][data-aos^=fade] {
    opacity: 1;
}
}


.header::after {
  display: none;
}

footer .footer-top {
  background: #293077;
  border-top: 1px solid rgba(184, 184, 184, 0.3);
}

footer .footer-bottom {
  background: #293077;
}

.services-archive .service-thumbnail {
  padding: 18% 2rem 4rem;
}

.services-archive .service-thumbnail img {
  transition: all ease-in-out .5s;
}

.services-archive .service-thumbnail:hover img {
  transform: scale(1.05);
}

.service-thumbnail-inner {
  z-index: 2;
}

.services-archive .service-thumbnail h3 {
  margin: 0 0 2rem;
}

.service-thumbnail:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.4);
  z-index: 1;
}
.gfield--type-honeypot {
  display: none;
}
.col .button {
  margin-top: 4rem;
}
.services-archive .button {
  margin-top: 10rem;
}
.banner-video {
  max-width: 100%;
  object-fit: cover;
}
.team .team-member .img-container span {
  text-shadow: 0px 0px 7px rgb(0 0 0 / 50%);
}

@media only screen and (max-width: 1024px) {
  .services-archive .button {
    margin-top: 5rem;
  }
}
@media only screen and (max-width: 768px) {
  .team .team-member {
    transform: translateZ(0);
  }
}
@media only screen and (max-width: 550px) {
  .services-archive .services-slider .flickity-viewport .flickity-slider .service-thumbnail .service-thumbnail-inner {
    background: transparent!important;
  }
}