@import url(/wp-content/themes/astra-child/assets/fonts/partner-in-work-font/styles.css);
@import url(/wp-content/themes/astra-child/assets/fonts/worksans-font/stylesheet.css);
@import url(/wp-content/themes/astra-child/assets/fonts/publicsans-font/stylesheet.css);


/* Shortcode CSS */

.update-listing-wrapper {
  padding: 2rem 0;
}

.update-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 40px;
}

.update-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.07);
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  padding: 5px;
  flex-direction: column;
  transition: 0.5s ease-out;
  transition: box-shadow 0.2s;
}

.update-card:hover {
  box-shadow: 0 4px 24px rgba(0,0,0,0.12);
  transform: scale(1.01);
  transition: 0.5s ease;
}
.update-card:hover .update-meta .update-readmore{
  transition: 0.5s ease;
}
.update-card:hover .update-meta .update-readmore:after{
  transform: rotate(360deg);
  transition: 0.5s ease;
}

.update-card-image {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
}

.update-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}



.update-excerpt {
  color: #444;
  font-size: 1rem;
  margin-bottom: 1.5rem;
  flex: 1;
}

.update-readmore {
  color: #2563eb;
  font-weight: 500;
  font-size: 1rem;
  text-decoration: underline;
  cursor: pointer;
}


/* Home Page Consultant slider CSS */
.consulting-partners-slider {
  display: flex;
  gap: 2rem;
  overflow-x: auto;
  padding: 2rem 0 1rem 0;
  scroll-snap-type: x mandatory;
}

.consulting-partners-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  /* gap: 2rem; */
  justify-items: center;
  align-items: start;
  gap: 30px;
}

.partner-card {
  background: #f8f7fd; 
  border-radius: 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}

.partner-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}



.partner-card-location {
  color: #888;
  font-size: 0.98rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.3em;
}

.partner-location-icon-wrapper {
  display: inline-flex;
  vertical-align: middle;
  margin-right: 0.2em;
}

.partner-location-icon {
  width: 1.1em;
  height: 1.1em;
  color: #888;
  vertical-align: middle;
}

/* Modal Styles */
.partner-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0; top: 0; right: 0; bottom: 0;
  background: rgba(30, 32, 38, 0.25);
  align-items: center;
  justify-content: center;
  height: 100vh;
    overflow-y: scroll;
    padding: 50px 0;
    align-items: flex-start;
}
.partner-modal .left_popup{
  width: 257px;
}
.partner-modal[style*="block"] {
  display: flex !important;
}

@keyframes modalIn {
  from { transform: translateY(40px) scale(0.97); opacity: 0; }
  to { transform: none; opacity: 1; }
}
.partner-modal-content {
  background: #fff;
  border-radius: 24px;
  max-width: 856px;
  padding: 30px 10px 30px 25px;
  position: relative;
  box-shadow: 0 8px 32px rgba(0,0,0,0.18);
  animation: modalIn 0.2s cubic-bezier(.4,2,.6,1) 1;
  display: flex;
  border-radius: 40px;
  gap: 30px;
}
.partner-modal-close:hover {
  color: #222;
}
.partner-modal-img {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 1.2rem auto;
  /* background: #f5f5f5; */
  display: flex;
  align-items: center;
  justify-content: center;
}
.partner-modal-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.partner-modal-name {
  font-size: 1.3rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0.2rem;
}
.partner-modal-job {
  font-size: 1rem;
  text-align: center;
  margin-bottom: 1.2rem;
}
.partner-modal-location {
  color: #666;
  font-size: 1rem;
  text-align: center;
  margin-bottom: 1.2rem;
}
.partner-modal-about,
.partner-modal-experience,
.partner-modal-credentials,
.partner-modal-core-skills {
  margin-bottom: 1.1rem;
  font-size: 1.01rem;
}
.partner-modal-credentials ul {
  margin: 0.3rem 0 0 1.1rem;
  padding: 0;
}
.partner-modal-core-skills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.banner_img{
  position: absolute;
  right: 0;
  width: 895px;
  height: 652px;
  bottom: 0;
}
.page_sub_title{
  background: linear-gradient(104.98deg, #FFF2EE 0%, #EEF1FF 100%), #FFFFFF;
}
.page_main_title span{
  color: #5271FF;
}
.banner_right_img::after {
  content: '';
  background: url(/wp-content/uploads/2025/07/banner-img.png);
  position: absolute;
  right: -133px;
  width: 783px;
  height: 647px;
  bottom: 0;
  border-radius: 0 0 40px 0;
}
.btn_right_arrow{
  width: max-content !important;
}
.service_column .btn_right_arrow,
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button{ 
  width: max-content !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.approch_img1:after {
  content: '';
  width: 149px;
  height: 223px;
  position: absolute;
  border-radius: 30px;
  background: #5271FF;
  right: 54px;
  top: 104px;
  z-index: 0;
}
.approch_img1 img{
  z-index: 1;
  position: relative;
}

.approch_img2 img{
  position: relative;
  z-index: 2;
}
.approch_img2:after {
  content: '';
  width: 222px;
  height: 249px;
  position: absolute;
  border-radius: 30px 0 30px 270px;
  left: -240px;
  background: #FF7C59;
  top: 60px;
} 
.arrow_listing .elementor-icon-list-items{
  margin-left: 0;
  margin-bottom: 6px;
}
.arrow_listing .elementor-icon-list-items .elementor-icon-list-item{
  width: 50%;
  margin-left: 0 !important;
  margin-right:0 !important;
  margin-bottom: 6px;
} 
.arrow_listing ul.elementor-icon-list-items {
  margin: 0 !important;
}

body .gradient_bg_circle:before {
  content: '';
  position: absolute;
  width: 471px;
  height: 471px;
  left: auto;
  top: 0;
  background: #5271FF;
  opacity: 0.1;
  filter: blur(50px);
  z-index: 1 !important;
  right: 0;
}
body .gradient_bg_circle::after{
  content: '';
  position: absolute;
  width: 471px;
  height: 471px;
  left: 50%;
  bottom: -200px;
  background: #5271FF;
  opacity: 0.1;
  filter: blur(50px);
  z-index: -1;
}
.partner-card-name{
  font-family: 'Public Sans';
  font-weight: 500;
  font-size: 18px;
  line-height: 17px;
  text-align: center;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #333333;
}
.partner-card-location{
  font-family: 'Public Sans';
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #333333;
}

.partner-card-location i.icon.icon-location {
  font-size: 20px;
  color: #000000;
}
.partner-card-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  border-radius: 30px !important;
}
.partner-card-img {
  position: relative;
  padding: 77.5% 52%;
}

.consulting-partners-slider .owl-stage .owl-item:nth-child(odd) .partner-card{
  padding: 10px;
  background: #FFF2EE80;
}
.consulting-partners-slider .owl-stage .owl-item:nth-child(even) .partner-card{
  padding: 10px;
  background: #EEF1FF80;
}

.consulting-partners-slider .owl-nav,
.learning-slider .owl-nav {
  position: absolute;
  right: 50px;
  top: 0px;
  margin-top: 0;
  z-index: 11;
  display: inline-flex !important;
}

.learning-slider .owl-nav{
  top: -100px;
}

.consulting-partners-slider .owl-carousel .owl-stage-outer {
  overflow-x: hidden;
  overflow-y: visible;
}
.consulting-partners-slider{
  padding-top: 100px;
  margin-top: -73px;
}
span.prev, span.next {
  font-size: 19px;
}
button.owl-prev,
button.owl-next {
  width: 50px;
  height: 50px;
  border: 1px solid #D2D2D2 !important;
  border-radius: 50% !important;
}
button.owl-next{
  margin-left: 30px !important;
}
/* .approach_section_main{
  position: sticky;
  top: 100px;
}


} */

.approach_section{
  position: sticky !important;
  top: 410px; 
}

.approach_title {
  position: sticky !important;
  top: 220px;
}
.tools_column{
position:relative;
}
body .tools_column:after {
  content: "";
  background-image: url(../images/arrow-right.svg);
  position: absolute;
  width: 24px;
  height: 24px;
  right: 15px;
  bottom: 14px;
  z-index: 111;
  filter: brightness(8) invert(9);
  background-size: 24px;
  transition: 0.5s ease;
}
.partner-card-img {
  margin-bottom: 20px;
}

.client_slider .elementor-swiper-button.elementor-swiper-button-prev {
  right: 70px !important;
  top: -80px !important;
  left: auto !important;
  width: 50px;
  height: 50px;
  border: 1px solid #d2d2d2;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.client_slider .elementor-swiper-button.elementor-swiper-button-next{
  right: 0px !important;
  top: -80px !important;
  left: auto !important;
  width: 50px;
  height: 50px;
  border: 1px solid #d2d2d2;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.client_slider .elementor-swiper-button.elementor-swiper-button-prev svg,
.client_slider .elementor-swiper-button.elementor-swiper-button-next svg{
  fill: hsl(0deg 0% 0% / 90%) !important;
  width: 16px !important;
}

.update-card-image {
  position: relative;
  border-radius: 12px;
  padding: 30% 32.1%;
}
.update-card-image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
span.update-date {
  font-family: 'Public Sans';
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #666666;
  background: #FFF8F6;
  padding: 4px 12px;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 12px;
  display: inline-block;
}
.update-listing-wrapper .update-title {
  font-family: 'Work Sans';
  font-weight: 600;
  font-size: 20px;
  line-height: 23px;
  color: #333333;
}
.update-listing-wrapper .update-card-content a{
  text-decoration: none;
}
.update-listing-wrapper p.update-excerpt {
  font-family: 'Public Sans';
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #666666;
}
.update-listing-wrapper .update-meta a .update-readmore {
  font-family: 'Public Sans';
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
  color: #333333;
}
.update-listing-wrapper .update-meta a{
  text-decoration: none;
}

.view-more-btn {
  padding: 15.5px 50px 15.5px 20px;
  gap: 6px;
  background: #5271FF;
  border-radius: 15px;
  font-family: 'Public Sans';
  font-weight: 800;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0;
  color: #FFFFFF;
  text-decoration: none !important;
  display: inline-block;
  margin: 50px auto !important;
  position: relative;
}
.view-more-btn:after{
  content: "";
  background-image: url(../images/arrow-right.svg);
  position: absolute;
  width: 24px;
  height: 24px;
  right: 15px;
  bottom: 13px;
  z-index: 111;
  filter: brightness(8) invert(9);
  background-size: 24px;
  transition: 0.5s ease;
}
.view-more-btn:hover{
  color: #ffffff;
}
.view-more-btn:after:hover{
  transform: rotate(360deg);
  transform: 0.5s ease;
}
.btn_right_arrow.orange {
  position: relative;
}

.update-card-button-wrapper {
	text-align: center;
}

.btn_right_arrow.orange:after{
  background-image: url(../images/arrow-orange.svg);
  filter: none;
}

.update-card-content{
  padding: 15px 7px;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.update-listing-wrapper  .update-meta a{
  text-decoration: none !important;
}
.update-listing-wrapper  .update-readmore:after {
  content: '';
  background-image: url(../images/purple-arrow.svg);
  position: absolute;
  right: -22px;
  width: 17px;
  height: 17px;
  background-repeat: no-repeat;
  top: 1px;
}
.update-readmore{
  position: relative;
}
.update-card-link{
  text-decoration: none;
}

/* Contact Form CSS */

.cf7-error-msg {
  color: red !important;
  font-size: 13px !important;
  margin-top: 4px !important;
}


/*  header css start */
.site-header-primary-section-right .ast-custom-button{
  position: relative;
}
.site-header-primary-section-right .ast-custom-button:after,
.btn_right_arrow:after,
.card_link:after {
  content: "";
  background-image: url(../images/arrow-right.svg);
  position: absolute;
  width: 24px;
  height: 24px;
  right: 15px;
  top: 12px;
  z-index: 111;
  filter: brightness(8) invert(9);
  background-size: 24px;
  transition: 0.5s ease;
}
.site-header-primary-section-right .ast-custom-button:hover:after,
.btn_right_arrow:hover:after {
  transform: rotate(360deg);
  transition: 0.5s ease;
}
.site-header-primary-section-right .ast-custom-button:hover{
  opacity: 0.8;
}
.banner_title span{
  color: #5271FF;
}
.site-header .ast-primary-header-bar{
  background: transparent;
}
.site-header{
  position: fixed;
  width: 100%;
}
.site-header .main-header-bar-navigation {
  padding: 0;
  border-radius: 23px !important;
  overflow: hidden;
} 
.site-header .ast-builder-menu .main-navigation>ul {
  padding: 0 10px;
}
.banner_title span.icon.icon-lines {
  position: absolute;
  top: -23px;
  margin-left: -17px;
}
.darkHeader {
  background: #ffffff;
}
footer div {
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
.widget-title, .footer_title {
  font-family: 'Work Sans';
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  text-align: start;
  color: #5271FF;
  margin-bottom: 20px;
}
footer .menu-item a {
  font-family: 'Work Sans';
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
}
footer .menu-item {
  margin-bottom: 11px;
}
.social_media_mail a {
  font-family: 'Work Sans';
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
}
.social_media_mail a i {
  border: 1px solid #5271FF;
  padding: 4px 5px;
  border-radius: 11px;
  font-size: 22px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}
.mail_link {
  display: flex;
  align-items: center;
  gap: 12px;
}
.social_media {
  display: flex;
  gap: 8px;
}
.social_links {
  width: 42px;
  height: 42px;
  color: #ffffff;
  border: 1px solid #5271FF;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 14px;
}
.social_links i{
  display: inline-flex;
}
.site-footer-below-section-1{
  display: flex;
  justify-content: space-between;

}
ul#menu-copyrightmenu {
  display: flex;
  width: max-content;
  gap: 20px;
}
ul#menu-copyrightmenu li:nth-child(1):after {
  content: "|";
  width: 1px;
  height: 15px;
  position: absolute;
  right: -10px;
  z-index: 111;
  background: #ffffff;
  top: 5px;
}
ul#menu-copyrightmenu li {
  margin-bottom: 0;
  position: relative;
}


.ast-footer-copyright p {
  font-family: 'Work Sans';
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  margin-bottom: 0 !important;
}
.ast-footer-copyright {
  margin-bottom: 0;
}
.site-footer .site-below-footer-wrap{
  padding: 0;
}
.ast-builder-footer-grid-columns.site-primary-footer-inner-wrap.ast-builder-grid-row{
  display: flex;
flex-wrap: wrap;

}
.site-footer-primary-section-1,
.site-footer-primary-section-3,
.site-footer-primary-section-4{
  width: 25%;
}
.site-footer-primary-section-1{
  width: 22%;
}
.site-primary-footer-wrap {
  padding-top: 85px;
  padding-bottom: 90px;
}
.social_media_mail {
  margin-bottom: 26px;
}
.site-primary-footer-wrap {
  padding-top: 100px;
  padding-bottom: 85px;
}
.approach_section_main{
  overflow-x: hidden;
}
.approach_section_main:after {
  content: '';
  background: url("../images/pt-bg.png");
  width: 1280px;
  height: 624px;
  position: absolute;
  top: 0px;
  background-repeat: no-repeat;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
}
.approach_section_main.active:after{
  position: fixed;
  top: 120px;
}
.approach_section_main.active.last-col-top:after {
  position: absolute;
  bottom: -50px !important;
  content: '';
  top: auto;
}
.site-footer-below-section-1 span {
  color: #5271ff;
}
.menu-toggle:focus,
.menu-toggle-close:focus{
  outline: none;
}
.site-footer-primary-section-1 p{
  display: flex;
  justify-content: flex-start;
}
.site-footer-primary-section-1 {
  padding-top: 105px;
  width: 22.5%;
}
.site-footer-primary-section-2{
  width: 21.5%;
}
.site-footer-primary-section-3 {
  width: 21.2%;
}
.site-footer-primary-section-4 {
  width: 23.05%;
}
.right_popup {
  width: calc(100% - 298px);
  /* margin-left: 30px; */
}
.partner-modal-img {
  position: relative;
  padding: 64% 43.4%;
  margin: 0;
} 
.partner-modal-img {
  position: relative;
  padding: 64% 50.4%;
  margin: 0;
  border-radius: 30px;
}
.img_name .partner-modal-name {
  font-family: 'Public Sans';
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
  text-align: center;
  color: #333333;
  flex: none;
  margin-bottom: 0;
  margin-top: 18px;
  display: inline-flex;
  border-bottom: 0;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  padding-bottom: 0 !important;
  height: max-content;
}
.partner-modal-img img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  border-radius: 10px !important;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}
.img_name {
  background: #FFF2EE80;
  border-radius: 30px;
  padding: 10px 16px;
  position: relative;
}
.partner-modal-social-media {
  position: absolute;
  right: 19px;
  top: 19px;
}
.partner-linkedin-link svg{
  display: none;
}
.partner-linkedin-link:after{
  content: '';
  background: url(../images/linkedin-icon.svg);
  position: absolute;
  right: 0px;
  top: 0px;
  width: 40px;
  height: 40px;
}
.partner-modal-job {
  font-family: 'Public Sans';
  margin-top: 10px;
  font-size: 16px;
}
.partner-modal-location {
  font-family: 'Public Sans';
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0%;
  color: #333333;
}
.partner-modal-location .partner-location-icon-wrapper svg{
  display: none;
}
.partner-modal-location .partner-location-icon-wrapper{
  position: relative;
}
.partner-modal-location .partner-location-icon-wrapper:after {
  content: '';
  background-image: url(../images/location-iconn.svg);
  position: absolute;
  width: 40px;
  background-repeat: no-repeat;
  height: 40px;
  top: -11px;
  left: -19px;
}
.partner-modal-job{
  margin-bottom: 6px;
}
.partner-modal-name{
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 35px;
  line-height: 41px;
  color: #333333; 
}
h2.partner-modal-name {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px 0px 20px;
  gap: 10px;
  font-size: 35px;
  width: 96%;
  border-bottom: 1px solid #D2D2D2;
}
.partner-modal-about strong,
.partner-modal-experience strong,
.partner-modal-credentials strong,
.partner-modal-core-skills strong{
  font-family: 'Work Sans' !important;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 10px;
  line-height: 23px;
  color: #333333 !important;
  padding-bottom: 0;
  display: inline-block;
}
.partner-modal-about,
.partner-modal-experience,
.partner-modal-credentials,
.partner-modal-core-skills {
  font-family: 'Public Sans' !important;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #666666;
}

.partner-modal-credentials ul li {
  margin-bottom: 8px;
  font-family: 'Public Sans';
  font-size: 16px;
  font-weight: 400;
}

.partner-modal-credentials ul {
  padding-left: 0;
  list-style: none;
}
.partner-modal-credentials ul li{
  position: relative;
}
.partner-modal-credentials ul li:before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 10px;
  background: #666666;
  position: absolute;
  left: -15px;
  top: 8px;
}
.partner-modal-core-skills strong {
  display: block;
  width: 100%;
}
.partner-skill {
  padding: 10px;
  background: #EBEBEB;
  border-radius: 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #666666;
  font-family: 'Public Sans';
  display: inline-block;
  margin-bottom: 10px;
}
.partner-modal-close {
  position: absolute;
  right: 18px;
  top: 18px;
  font-size: 33px;
  color: #333333;
  width: 36px;
  height: 36px;
  border: 1px solid #D2D2D2;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
}
/* .approach_section_main {
  overflow-x: hidden !important;
} */
.page_title span{
  color: #5271FF;
}
.menu-link:focus{
  outline: none;
}
.about_banner span.icon.icon-lines:before {
  font-size: 70px;
  margin-left: -20px;
}
.consulting-partners-grid .partner-card{
  width: 100%;
  padding: 10px;
}
.consulting-partners-grid .partner-card-img{
  padding: 60% 50%;
  position: relative;
}
.consulting-partners-grid .partner-card-location{
  padding-bottom: 0x;
}
.consulting-partners-grid .partner-card.item:nth-child(odd) {
 
  background: #EEF1FF80;
}
.consulting-partners-grid .partner-card.item:nth-child(even){
 background: #FFF2EE80;
}

.partner-modal .partner-modal-img{
  padding: 77% 51.4%;
}
.banner_shadow{
position: relative;
}
.banner_shadow:before{
  content: '';
  position: absolute;
  width: 471px;
  height: 471px;
  left: -170px;
  bottom: -160px;
  background: #5271FF;
  opacity: 0.06;
  filter: blur(50px);
  transform: matrix(0, 1, 1, 0, 0, 0);
  }
.banner_shadow:after {
    content: '';
    position: absolute;
    width: 471px;
    height: 471px;
    left: auto;
    bottom: -160px;
    background: #5271FF;
    opacity: 0.1;
    filter: blur(50px);
    transform: matrix(0, 1, 1, 0, 0, 0);
    right: 0;
    bottom: -210px;
}
body .banner_shadow:before{
    content: '';
    position: absolute;
    left: 0;
    width: 471px;
    height: 471px;
    left: -170px;
    bottom: -160px;
    background: #5271FF;
    opacity: 0.06;
    filter: blur(50px);
    transform: matrix(0, 1, 1, 0, 0, 0);
}
.download_pdf svg {
  height: 28px;
  width: 26px !important;
}
.right_section_training{
  position: sticky !important;
  top: 120px;
  align-self: flex-start !important;
}

.download_pdf .elementor-button-text{
  display: flex;
  align-items: center;
}
.my-slider-card .slider_upside img {
  width: 68px;
}
.my-slider-card {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 25px;
  gap: 30px;
  background: #FFFFFF;
  border: 1px solid #C4C4C4;
  border-radius: 20px;
}
.box_icon {
  display: flex;
}

.item.my-slider-card p {
  font-family: 'Public Sans';
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #333333;
  margin-top: 20px;
}

.profile_img {
  border: 2.57px solid #5271FF;
  border-radius: 50%;
  overflow: hidden;
  width: 51.43px;
  height: 51.43px;
}
.profile_content .profile_name {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #5271FF;
  margin-top: 0;
  margin-bottom: 4px;
}
.profile_dis{
  margin: 0 !important;
}
.profile_content{
  margin-left: 20px;
}
.owl-theme .owl-dots .owl-dot{
  box-shadow: none;
}
.owl-theme .owl-dots .owl-dot span {
  box-sizing: border-box;
  width: 15px !important;
  height: 15px !important;
  background: #F1F1FC !important;
  border: 0.75px solid #666666;
  margin: 0 3px;
}

.owl-theme .owl-dots .owl-dot.active span{
  background: #5271FF !important;
  border: 0.75px solid #5271FF !important;
} 


.owl-carousel .my-slider-card{
  gap: 0;
}
.slider_video{
  position: relative;
}
.slider_video img {
  border-radius: 20px !important;
}
 .video_icon{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50% , -50%);
}
.video_icon .pause_icon{
  display: none !important;
}



.resources_slider .owl-prev,
.learning-series-section .owl-prev{
  font-size: 0;
  background: url(../images/left_arrow.svg) !important;
  background-repeat: no-repeat !important;
  width: 50px;
  height: 50px;
  background-position: center center !important;
}

.resources_slider .owl-next,
.learning-series-section .owl-next{
  font-size: 0;
  background: url(../images/right_arrow.svg) !important;
  background-repeat: no-repeat !important;
  width: 50px;
  height: 50px;
  background-position: center center !important;
}
.resources_slider .owl-prev span, .resources_slider .owl-next span{
  font-size: 0;
}

.resources_slider button.owl-next {
  margin-left: 20px !important;
}

.resources_slider .owl-nav {
  position: absolute;
  right: 0;
  top: -99px;
}
/* .resources_columns .tools_column{
  background-repeat: ;
} */


.update-listing-wrapper .pagination{
  margin-top: 40px;
}
.page-numbers{
  width: 32px;
  height: 32px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #FFFFFF;
  border: 1px solid #F1F1F1;
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #333333;
  text-decoration: none !important;
}
.page-numbers.current{
  background: #5271FF;
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #FFFFFF;
}
.next.page-numbers{
  font-size: 0;
}
.next.page-numbers:after{
  content: '';
  background: url('../images/right-double-arrow.svg') no-repeat;
  width: 32px;
  height: 32px;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
}
.prev.page-numbers:after{
  content: '';
  background: url('../images/left-double-arrow.svg') no-repeat;
  width: 32px;
  height: 32px;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
}
.prev.page-numbers,
.next.page-numbers{
  font-size: 0;
  position: relative;
}

.pagination{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.page-numbers:focus{
  outline: none;
}

.form-group label{
  font-family: 'Public Sans';
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #333333;
  margin-bottom: 10px;
}
.form-group input {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 13px 20px !important;
  gap: 10px;
  background: #FFFFFF;
  border-radius: 22px;
  border: 0;
  height: auto;
  margin-top: 10px;
  font-family: 'Public Sans';
  color: #666666;
}
.form-group input:focus{
  outline: none;
  border: none;
}
.form-row {
  display: flex;
  gap: 30px;
}

.form-group textarea{
  padding: 13px 20px !important;
  background: #FFFFFF;
  border-radius: 22px;
  border: 0;
  margin-top: 10px;
  min-height: 140px;
  font-family: 'Public Sans';
}

.form-group .wpcf7-submit {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 17px 50px 17px 26px!important;
  gap: 6px;
  color: #ffffff;
  background-color: #5271FF;
  border-radius: 15px;
  background-image: url(../images/arrow-right-white.svg);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center right 25px;
}
.form-group.half p{
  margin-bottom: 0;
}

.form-group .wpcf7-submit:hover{
  background-color: #344dbd;
}

.elementor-icon-box-title a:hover,
.elementor-icon-box-title a:focus,
.elementor-icon-box-title a{
  text-decoration: none !important;
}
/* 
.single-post.ast-narrow-container .site-content > .ast-container {
  max-width: 100%;
  padding: 0;
  display: inline-block !important;
} */

.single-post.ast-narrow-container .site-content > .ast-container {
  width: 100%;
  display: block;
  padding: 0;
  max-width: 100%;
}

.blog_banner {
  height: 540px;
  padding-top: 118px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: linear-gradient(104.98deg, #EEF1FF 0%, #FFF2EE 100%);
  border-radius: 0px 0px 40px 40px;
}

.blog_container {
  max-width: 1130px;
  margin: 0 auto;
  width: 100%;
  padding: 0 15px;
}
.back-btn a {
  font-family: 'Work Sans';
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  color: #333333;
}
.blog_container .post-title {
  width: 877.61px;
  font-family: 'Work Sans';
  font-weight: 800;
  font-size: 50px;
  line-height: 54px;
  text-align: center;
  color: #333333;
  margin: 18px auto;
}

  .post-meta {
    justify-content: center;
    display: flex;
    margin: 30px auto;
}
.post-meta span {
  padding: 4px 12px;
  background: #FFF8F6;
  border-radius: 100px;
  font-family: 'Public Sans';
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #666666;
}
.single .featured-image {
  margin: -177px auto 0;
  max-width: 846px;
  border-radius: 22px !important;
  border: 10px solid #ffffff;
  position: relative;
  padding: 11% 15%;
}
.single .featured-image img {
  border-radius: 22px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.single{
  background: #ffffff;
}
.menu-toggle:focus,
.menu-toggle-close:focus{
  outline: none;
}

.video_img > div{
  max-height: 307px;
}
body.open-popup {
  overflow: hidden;
}

.wpcf7 .wpcf7-not-valid-tip{
  display: none !important;
}

/* ========================================= */

.learning-series-section {
  margin: 40px 0;
}
.learning-series-section h2 {
  font-size: 24px;
  margin-bottom: 20px;
  text-align: left;
}
.learning-series-section .highlight {
  color: #2a4dff;
  font-weight: 700;
}
.learning-series-section .owl-carousel .card {
  background: #fff;
  border-radius: 15px;
  padding: 4px;
  box-shadow: 0px 2px 12px 0px #1717171F;
  transition: all 0.3s ease;
  text-align: left;
}
.learning-series-section .owl-carousel .card img{
  border-radius: 12px;
}
.learning-series-section .owl-carousel .card:hover {
  transform: translateY(-5px);
}
.learning-series-section .owl-stage {
  padding-bottom: 15px;
}
.learning-series-section .card-header .tag {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  color: #555;
  background: #f1f5f9;
  border-radius: 6px;
  padding: 4px 8px;
  margin-bottom: 10px;
}
.learning-series-section .card a {
  font-family: 'Public Sans';
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #333333;
  text-decoration: none;
}

.learning-series-section .card_title{
  font-family: 'Work Sans';
  font-weight: 600;
  font-size: 20px;
  line-height: 23px;
  color: #333333;
  margin-bottom: 8px;
}
.learning-series-section .card_text{
  font-family: 'Public Sans';
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 25px;
  color: #666666;
}
.learning-series-section .card_link{
  font-family: 'Public Sans';
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  position: relative;
  color: #333333;
}
.learning-series-section .card_content {
  padding: 30px 30px 15px;
}
.learning-series-section .card_date{
  font-family: 'Public Sans';
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #666666;
  padding: 4px 12px;
  background: #FFF8F6;
  border-radius: 100px;
  display: inline-block;
  margin-bottom: 16px;
}
.learning-series-section .card_link:after {
  right: -30px;
  top: 0;
  background-image: url(../images/purple-arrow.svg);
  filter: none;
  width: 19px;
  height: 19px;
  background-size: contain;
}

.card-header img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.card-header {
  position: relative;
  padding: 28.6% 10%;
  overflow: hidden;
  border-radius: 16px;
}
.tribe_events-template-default .site-content {
  padding-top: 100px;
}
span.tribe-event-date-start {
  font-family: 'Public Sans';
}

.tribe_events {
  padding: 0 !important;
  font-family: 'Public Sans';
}

.tribe-link-view-attendee {
  padding-top: 50px;
}
form#tribe-tickets__tickets-form,
.tribe-events-event-meta.primary {
  width: 100%;
  max-width: 100%;
}
.tribe-tickets__tickets-form{
  border: 1px solid #cdcdcd;
  border-radius: 15px;
}
li.tribe-events-meta-item {
  display: flex;
  gap: 10px;
  font-family: 'Public Sans';
}
.tribe-events-event-meta .tribe-events-meta-item{
  font-family: 'Public Sans';
}
h1.tribe-events-single-event-title {
  font-family: "Work Sans", Sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 53px;
  color: #000000;
}

.tribe-events-single-event-description.tribe-events-content p {
  margin-bottom: 0;
  font-family: 'Public Sans';
  font-weight: 500;
}

.tribe-events-schedule ,
form#tribe-tickets__tickets-form{
  background-color: initial;
  border: 1px solid #cdcdcd;
  padding: 10px 15px;
  border-radius: 10px;
  background: #cdcdcd52;
}

li.tribe-events-nav-previous a, li.tribe-events-nav-previous a span {
  color: #000000 !important;
  font-family: 'Public Sans';
}

.tribe-common-h4.tribe-tickets__tickets-item-quantity {
  border: 1px solid #cdcdcd;
  padding: 0 15px;
  border-radius: 5px;
}
.event-tickets .tribe-tickets__tickets-item-quantity-remove{
  color: #000000;

}
.single-tribe_events{
  font-family: 'Public Sans' !important;
}

.event-tickets .tribe-tickets__tickets-item {
  padding: 10px !important;
  border-radius: 10px;
}
article.post-1307 {
  padding-top: 70px;
}

.event-tickets .tribe-tickets__commerce-checkout, .tribe-common .tribe-tickets__commerce-checkout {
  max-width: 600px;
  position: relative;
  width: 100%;
  border: 1px solid #cdcdcd;
  padding: 20px;
  border-radius: 10px;
  background: #cdcdcd29;
  margin: 0 auto 50px;
}

a.tribe-common-anchor-alt.tribe-tickets__commerce-checkout-header-link-back-to-event {
  text-decoration: none;
  color: #000 !important;
  text-transform: capitalize;
  border-bottom: 1px solid #cdcdcd;
}
button.tec-tickets-commerce-checkout-cart__coupons-add-link {
  color: #000000 !important;
}
.page-id-1308 .content-area.primary{
    margin-top: 140px !important;
    margin-bottom: 60px;
}
.page-id-1308 .tribe-tickets__commerce-order-header-title, 
.page-id-1308 h3.tribe-common-h2.tribe-tickets__commerce-order-header-title {
  /* border: 1px solid #5271ff; */
  display: block;
  background: #5272ff0d;
  padding: 10px;
  border-radius: 10px;
  font-size: 22px;
  font-family: 'Public Sans';
  display: block;
  text-align: center;
}
.page-id-1308 .entry-header .entry-title {
  margin-bottom: 0;
  padding: 12px 15px;
  border-radius: 12px !important;
  overflow: hidden;
  border: 1px solid #cdcdcd;
  font-size: 22px;
  text-align: center;
  background: #cdcdcd29;
  color: green;
}

.tribe-common-b1.tribe-tickets__commerce-order-description,
.event-tickets .tribe-tickets__commerce-order-details,
.tribe-common-h4,
.event-tickets .tribe-common-h4  {
  font-family: 'public sans';
}

.tribe-common-b1.tribe-tickets__commerce-order-details {
  /* margin-top: 0; */
  border: 1px solid #cdcdcd;
  padding: 7px 20px;
  border-radius: 10px;
}

.tribe-tickets__commerce-order-details-row div {
  font-family: 'Public Sans';
  padding-bottom: 10px !important;
}


.tribe-tickets__commerce-order-details-row:not(last-child) div{
  border-bottom: 1px solid #cdcdcd69;
}

.tribe-tickets__commerce-order-details-row:last-child div{
  border-bottom: 0;
}

.event-tickets .tec-tickets__attendees-list-item:last-child, .tribe-common .tec-tickets__attendees-list-item:last-child {
  border-bottom: 1px solid var(--tec-color-border-secondary);
  border-radius: 10px;
  font-weight: 500;
}

.tec-tickets__attendees-list-item-attendee-details-ticket{
  font-family: 'Public Sans';
}

.tribe-common .tribe-common-anchor-alt{
  border-bottom: 0;
  text-decoration: none;
  font-family: 16px;
  color: #000000;
}

.tribe-common-b2.tribe-tickets__commerce-order-footer-links a {
  text-decoration: none;
  color: #000000 !important;
  text-transform: capitalize;
  font-family: 'Public Sans';
}

.event-tickets .tribe-tickets__commerce-order{
  margin: 0 auto;
}
.tribe-common-b2.tribe-tickets__commerce-order-footer-links {
  text-align: center;
}
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button {
  width: max-content !important;
  margin-left: auto !important;
  margin-right: auto !important;
  font-family: 'Public Sans';
  font-size: 16px;
  border-radius: 10px;
  padding: 10px 15px;
  color: #5271ff;
  border-color: #5271ff;
}

.event-tickets .tribe-tickets__tickets-buy.tribe-common-c-btn,
.tribe-common button.tribe-common-c-btn{
  background-color: #5271ff;
  font-family: 'Public Sans';
  border-radius: 12px;
}

.event-tickets .tribe-tickets__tickets-buy.tribe-common-c-btn:hover{
  border-radius: 12px;
}

.entry .entry-content .event-tickets .tribe-tickets__form input[type=number].tribe-tickets__tickets-item-quantity-number-input:focus,
.event-tickets .tribe-tickets__form input[type=number].tribe-tickets__tickets-item-quantity-number-input:focus{
  border: none;
  box-shadow: none;
 }

 .content_box .elementor-top-section .mycont1{
    padding: 40px 0 40px 0;
 }

@media only screen and (max-width:1440px){
  .banner_right_img::after {
    right: -80px;
  }
}

@media only screen and (max-width:991px){
  .blog_container .post-title{
    max-width: 100%;
  }
 .main-navigation a.menu-link {
    font-size: 14px !important;
}
}


@media only screen and (max-width:767px){
  body .gradient_bg_circle::after {
    display: none;
}
.banner_right_img::after{
  display: none;
}
.ast-builder-footer-grid-columns.site-primary-footer-inner-wrap.ast-builder-grid-row{
padding: 0 15px;
}
.site-footer-primary-section-1 ,
.site-footer-primary-section-4,
.site-footer-primary-section-2,
.site-footer-primary-section-3 {
  width: 100%;
}
 
footer .menu-item a{
  font-size: 14px;
}
footer .menu-item{
  margin-bottom: 5px;
}
.site-primary-footer-wrap {
  padding-top: 50px;
  padding-bottom: 25px;
}
.site-footer-primary-section-1 p img {
  width: 140px;
  margin-bottom: 10px;
}
.site-footer-primary-section-1 p {
  display: flex;
}
.approch_img1:after,
.approch_img2:after{
  display: none;
}
.arrow_listing .elementor-icon-list-items .elementor-icon-list-item{
  width: 100%;
}
.consulting-partners-slider{
  margin-top: 0;
}
.consulting-partners-slider .owl-nav,
.learning-slider .owl-nav{
  position: static;
  right: 0;
  top: 0px;
  margin-top: 0;
  z-index: 11;
}
.site-footer-primary-section-1 {
  padding-top: 0;
}
.partner-modal-content{
  max-width: 100%;
  flex-wrap: wrap;
}
.right_popup {
  width: max-content;
  margin-left: 0px;
}
.approach_section_main:after{
  width: max-content;
}
.owl-carousel.owl-drag .owl-item {
  text-align: center;
  display: flex;
  justify-content: center;
  width: 100%;
}
.consulting-partners-slider .owl-nav,
.learning-slider .owl-nav{
  margin-top: 10px;
}
body .gradient_bg_circle:before,
.approach_section_main:after{
  display: none;
}
body .gradient_bg_circle::after{
  display: none;
}
ul#menu-copyrightmenu {
  display: flex;
  width: max-content;
  gap: 20px;
  justify-content: center;
  margin: 0 auto;
}
.site-below-footer-wrap[data-section="section-below-footer-builder"]{
  margin-top: -1px;
  padding-top: 10px;
  padding-bottom: 5px;
  
}
.client_slider .elementor-swiper-button.elementor-swiper-button-prev,
.client_slider .elementor-swiper-button.elementor-swiper-button-next {
display: none !important;
}
span.icon.icon-lines:before{
  margin-left: -7px;
}
.approach_title {
  position: sticky !important;
  top: 100px;
}
.approach_section {
  position: sticky !important;
  top: 275px;
}
div#partner-modal > div {
  /* height: calc(100vh - 0px); */
  /* overflow-y: auto; */
  width: calc(100% - 30px);
  justify-content: center;
}
.ast-menu-toggle:focus{
  outline: none;
}
.resources_slider .owl-prev,
.resources_slider .owl-next{
  width: 40px;
  height: 40px;
}
.owl-carousel .owl-nav button.owl-next {
  margin-left: 10px !important;
}

.form-row{
  flex-wrap: wrap;
}
.form-row .form-group.half{
  width: 100%;
}
.banner_shadow:after{
  display: none;
}
}
@media (max-width: 600px) {
  .consulting-partners-slider {
    gap: 1rem;
    padding: 1rem 0 0.5rem 0;
  }
  /* .partner-card {
    min-width: 170px;
    max-width: 180px;
    padding: 1.2rem 0.5rem 1rem 0.5rem;
  } */
  .single .featured-image {
    margin: -97px auto 0;
    padding: 30% 15%;
}
.single-post.ast-narrow-container .site-content > .ast-container{
  padding: 0 15px;
}
.partner-card{
  width: 100%;
}

} 

