@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,600;1,600&display=swap");
a {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

input[type=search]::-webkit-search-cancel-button {
  display: none;
}

.overlay-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.link-btn {
  color: #026AA6;
  padding: 0;
  position: relative;
}
.link-btn::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -25px;
  width: 7px;
  height: 11px;
  background: url("../images/blue-arrow.svg") no-repeat center center;
  background-size: 7px;
  margin: auto;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.link-btn:hover::after {
  right: -30px;
}

.btn {
  background: #073654B2;
  color: #fff;
  padding: 17px 31px;
  border: none;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.btn:hover {
  background: #073654;
}

.container-two {
  max-width: 1320px !important;
  width: 90% !important;
}

.fancybox-container {
  z-index: 999999 !important;
}

#main-header .container {
  max-width: 1440px !important;
}

#main-header .container {
  max-width: 100%;
}

.get-in-touch {
  padding: 50px 0 35px 0;
  position: relative;
  background: #094B7E;
  background: linear-gradient(52deg, rgb(9, 75, 126) 0%, rgb(2, 106, 164) 50%, rgb(43, 155, 204) 100%);
  overflow: hidden;
}
/* @media (max-width: 1479px) {
  .get-in-touch {
    padding: 115px 0 102px 0;
  }
}
@media (max-width: 1279px) {
  .get-in-touch {
    padding: 85px 0 62px 0;
  }
} */
@media (max-width: 1023px) {
  .get-in-touch {
    background: linear-gradient(
1deg, #2B9BCC 14.16%, #026AA4 56.76%, #094B7E 99.35%);
    color: #363D4A;
    padding: 0;
  }
}
.get-in-touch .git-tablet-image {
  display: none;
}
@media (max-width: 1023px) {
  .get-in-touch .git-tablet-image {
    display: block;
    width: 100%;
  }
}
@media (max-width: 639px) {
  .get-in-touch .git-tablet-image {
    display: none;
  }
}
.get-in-touch .git-tablet-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.get-in-touch .git-mobile-image {
  display: none;
}
@media (max-width: 639px) {
  .get-in-touch .git-mobile-image {
    display: none;
    width: 100%;
  }
}
.get-in-touch .git-mobile-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.get-in-touch .container {
  position: static;
}
@media (max-width: 1023px) {
  .get-in-touch .container {
    max-width: 100%;
    width: 100%;
  }
}
.get-in-touch .git-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.get-in-touch .git-flex .git-left {
/*   width: 47%; */
  padding: 0;
  color: #fff;
}
/* @media (max-width: 1279px) {
  .get-in-touch .git-flex .git-left {
    width: 55%;
  }
} */
@media (max-width:1023px) {
  .get-in-touch .git-flex .git-left {
    color: #363D4A;
    width: 100%;
    padding: 3rem;
  }
}

.get-in-touch .git-flex .git-left h4 {
	 color: #fff;
}
@media (max-width: 639px) {
  .get-in-touch .git-flex .git-left {
    padding: 3.3rem 1.4rem 2.4rem 1.4rem;
  }
}
.get-in-touch .git-flex .git-left h4 {
  font-size: 30px;
  font-weight: 700;
  padding: 0;
  margin-bottom: 18px;
}
@media (max-width: 1023px) {
  .get-in-touch .git-flex .git-left h4 {
    color: #fff;
  }
}
@media (max-width: 639px) {
  .get-in-touch .git-flex .git-left h4 {
    font-size: 29px;
  }
}
.get-in-touch .git-flex .git-left p {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 33px;
}
@media (max-width: 1023px) {
  .get-in-touch .git-flex .git-left p {
    color: #fff;
    margin-bottom: 18px;
  }
}
@media (max-width: 639px) {
  .get-in-touch .git-flex .git-left p {
    font-size: 16px;
  }
}
.get-in-touch .git-flex .git-right {
  width: auto;
  position: absolute;
  right: -20px;
  width: 54%;
  bottom: 0;
}
@media (max-width: 1479px) {
  .get-in-touch .git-flex .git-right {
    right: -360px;
    width: 68%;
  }
}
@media (max-width: 1279px) {
  .get-in-touch .git-flex .git-right {
    right: -320px;
    width: 75%;
  }
}
@media (max-width: 1023px) {
  .get-in-touch .git-flex .git-right {
    display: none;
  }
}
.get-in-touch .git-flex .git-right img {
  display: block;
}
.get-in-touch .git-form p {
  font-size: 12px !important;
}
.get-in-touch .custom-from {
  margin-bottom: 12px;
}
@media (max-width: 1023px) {
  .get-in-touch .custom-from {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 33px;
  }
}
.get-in-touch .custom-from input[type=email] {
  border-radius: 8px;
  background: #fff;
  padding: 5px;
  font-weight: 300;
  height: 43px;
  width: 285px;
  margin-right: 14px;
  font-size: 14px;
}
.get-in-touch .custom-from input[type=button] {
  background: #073654;
  border-radius: 21px;
  padding: 8px 30px;
  font-size: 16px;
  border: 2px solid #FBFCFD;
  text-align: center;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}
.get-in-touch .custom-from input[type=button]:hover {
  background: #000;
}

.site-footer {
  background: #094D74;
  background: -webkit-gradient(linear, left top, right top, from(rgb(9, 77, 116)), to(rgb(7, 54, 84)));
  background: linear-gradient(90deg, rgb(9, 77, 116) 0%, rgb(7, 54, 84) 100%);
  padding: 72px 0;
  color: #ffffff;
}
@media (max-width: 639px) {
  .site-footer .container {
    width: 88%;
  }
}
.site-footer .footer-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1023px) {
  .site-footer .footer-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.site-footer .footer-flex .footer-logo.desktop-logo {
  display: block;
}
@media (max-width: 1023px) {
  .site-footer .footer-flex .footer-logo.desktop-logo {
    display: none;
  }
}
.site-footer .footer-flex .footer-logo.mobile-logo {
  display: none;
}
@media (max-width: 1023px) {
  .site-footer .footer-flex .footer-logo.mobile-logo {
    display: block;
    margin-bottom: 3rem;
    text-align: center;
  }
}
.site-footer .footer-flex .footer-logo.mobile-logo img {
  max-width: 147px;
}
.site-footer .footer-flex .footer-left {
  width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1023px) {
  .site-footer .footer-flex .footer-left {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    text-align: center;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.site-footer .footer-flex .footer-left .footer-logo {
  width: 100%;
}
.site-footer .footer-flex .footer-left .footer-logo img {
  max-width: 145px;
  float: none;
}
.site-footer .footer-flex .footer-left .footer-contact-info {
  width: 100%;
  font-weight: 400;
}
@media (max-width: 1023px) {
  .site-footer .footer-flex .footer-left .footer-contact-info {
    margin-top: 3rem;
  }
}
.site-footer .footer-flex .footer-left .social-media {
  margin-bottom: 2rem;
}
@media (max-width: 1023px) {
  .site-footer .footer-flex .footer-left .social-media {
    margin-bottom: 1.5rem;
  }
}
.site-footer .footer-flex .footer-left .social-media ul {
  padding: 0;
  margin: 0;
}
.site-footer .footer-flex .footer-left .social-media ul li {
  display: inline-block;
  margin-right: 14px;
  list-style-type: none;
}
@media (max-width: 1023px) {
  .site-footer .footer-flex .footer-left .social-media ul li {
    margin: 0 7px;
  }
}
.site-footer .footer-flex .footer-left .social-media ul li:last-child {
  margin-bottom: 0;
}
.site-footer .footer-flex .footer-left .social-media ul li img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.site-footer .footer-flex .footer-left .social-media ul li:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.site-footer .footer-flex .footer-left .copyright {
  width: 100%;
}
.site-footer .footer-flex .footer-left .copyright p {
  font-size: 14px;
  margin-bottom: 24px;
}
@media (max-width: 1023px) {
  .site-footer .footer-flex .footer-left .copyright p {
    margin-bottom: 47px;
  }
}
.site-footer .footer-flex .footer-left .terms-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1023px) {
  .site-footer .footer-flex .footer-left .terms-link {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.site-footer .footer-flex .footer-left .terms-link a {
  color: #ffffff;
  margin-right: 2.8rem;
  font-size: 14px;
}
.site-footer .footer-flex .footer-left .terms-link a:hover {
  color: #00bfff;
}
.site-footer .footer-flex .footer-left .terms-link a:last-child {
  margin: 0;
}
.site-footer .footer-flex .footer-right {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(30%, 1fr));
  gap: 40px;
  color: #fff;
  width: calc(100% - 370px);
}
@media (max-width: 1023px) {
  .site-footer .footer-flex .footer-right {
    width: 100%;
    grid-template-columns: repeat(auto-fit, minmax(25%, 1fr));
  }
}
@media (max-width: 639px) {
  .site-footer .footer-flex .footer-right {
    grid-template-columns: repeat(auto-fit, minmax(43%, 1fr));
    grid-gap: 20px;
  }
}
.site-footer .footer-flex .footer-menu-cl h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 17px;
  border-bottom: 1px solid #4C98CC;
  padding-bottom: 12px;
  color: #ffffff !important;
}
.site-footer .footer-flex .ft-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 639px) {
  .site-footer .footer-flex .ft-menu ul {
    margin: 0 0 20px 0;
  }
}
.site-footer .footer-flex .ft-menu ul li {
  margin-bottom: 14px;
}
.site-footer .footer-flex .ft-menu ul li:last-child {
  margin-bottom: 0;
}
.site-footer .footer-flex .ft-menu ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
}
.site-footer .footer-flex .ft-menu ul li a:hover {
  color: #00bfff;
}

.hero-banner {
  background: #FFFFFF;
  background: linear-gradient(150deg, rgb(255, 255, 255) 0%, rgb(244, 249, 252) 67%, rgb(234, 243, 249) 99%);
  padding: 56px 0 73px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .hero-banner {
    padding: 43px 0 73px 0;
  }
}
@media (max-width: 639px) {
  .hero-banner {
    padding: 43px 0 43px 0;
  }
}
.hero-banner.with-feature-resource {
  min-height: 610px;
}
.hero-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/bg-pattern.png") no-repeat center top;
  z-index: 0;
  background-size: 100%;
}
.hero-banner::after {
  background: #2B9BCC;
  background: linear-gradient(150deg, rgb(43, 155, 204) 0%, rgb(2, 106, 164) 62%, rgb(9, 75, 126) 100%);
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  content: "";
}
.hero-banner .container {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .hero-banner .container {
    width: 93%;
    max-width: 500px;
  }
}
@media (max-width: 639px) {
  .hero-banner .container {
    width: 90%;
  }
}
.hero-banner .heading-with-search {
  text-align: center;
}
.hero-banner .heading-with-search h1 {
  font-size: 56px;
  font-weight: 400;
  background: #026AA4;
  background: -webkit-gradient(linear, left top, right bottom, from(#026AA4), color-stop(50%, #0FA58F), to(#37DDD2));
  background: linear-gradient(to bottom right, #026AA4 0%, #0FA58F 50%, #37DDD2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 27px;
}
@media (max-width: 1023px) {
  .hero-banner .heading-with-search h1 {
    font-size: 40px;
    margin-bottom: 31px;
  }
}
@media (max-width: 639px) {
  .hero-banner .heading-with-search h1 {
    margin-bottom: 11px;
  }
}
.hero-banner .heading-with-search .search-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hero-banner .heading-with-search .search-container .search-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  width: 100%;
  max-width: 700px;
}
@media (max-width: 767px) {
  .hero-banner .heading-with-search .search-container .search-bar {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 31px;
  }
}
@media (max-width: 639px) {
  .hero-banner .heading-with-search .search-container .search-bar {
    max-width: 392px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.hero-banner .heading-with-search .search-container .search-bar .search-input-wrapper {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 15px;
  height: 40px;
  border-radius: 999px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) padding-box, -webkit-gradient(linear, left top, right top, from(#40c9ff), to(#0ba360)) border-box;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #40c9ff, #0ba360) border-box;
  /* border */
  border: 1px solid transparent;
}
@media (max-width: 767px) {
  .hero-banner .heading-with-search .search-container .search-bar .search-input-wrapper {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 100%;
  }
}
.hero-banner .heading-with-search .search-container .search-bar .search-input-wrapper input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: none;
  outline: none;
  background: transparent;
  font-size: 14px;
  color: #363D4A;
  padding-left: 10px;
  font-weight: 300;
  line-height: 20px;
}
.hero-banner .heading-with-search .search-container .search-bar .search-input-wrapper input::-webkit-input-placeholder {
  color: #014F81;
}
.hero-banner .heading-with-search .search-container .search-bar .search-input-wrapper input::-moz-placeholder {
  color: #014F81;
}
.hero-banner .heading-with-search .search-container .search-bar .search-input-wrapper input:-ms-input-placeholder {
  color: #014F81;
}
.hero-banner .heading-with-search .search-container .search-bar .search-input-wrapper input::-ms-input-placeholder {
  color: #014F81;
}
.hero-banner .heading-with-search .search-container .search-bar .search-input-wrapper input::placeholder {
  color: #014F81;
}
.hero-banner .heading-with-search .search-container .search-bar .search-input-wrapper .search-icon {
  color: #40c9ff;
  font-size: 18px;
}
.hero-banner .heading-with-search .search-container .search-bar .search-input-wrapper .search-icon img {
  display: block;
}
.hero-banner .heading-with-search .search-container .search-bar .search-input-wrapper .clear-icon {
  position: absolute;
  right: 15px;
  font-size: 18px;
  cursor: pointer;
  color: #999;
  display: none;
}
.hero-banner .heading-with-search .search-container .search-bar .search-input-wrapper .clear-icon:hover {
  color: #333;
}
.hero-banner .heading-with-search .search-container .search-bar .search-button {
  background: #073654B2;
  color: #fff;
  padding: 12px 31px;
  border: none;
  border-radius: 999px;
  font-size: 16px;
	line-height:17px;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.hero-banner .heading-with-search .search-container .search-bar .search-button:hover {
  background: #073654;
}

.label {
  font-size: 14px;
  color: #014F81;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  display: block;
  margin-bottom: 15px;
  font-family: "Roboto";
}
@media (max-width: 1023px) {
  .label {
    margin-bottom: 5px;
  }
}

.tagcl {
  border: 1px solid #B0FFE2;
  padding: 5px 8px 5px 31px;
  font-size: 13px;
  font-weight: 600;
  color: #B0FFE2;
  display: inline-block;
  margin: 0 3px 0 0;
  background-repeat: no-repeat;
  background-position: center left 9px;
  background-size: 14px;
}
.tagcl.dark-icon {
  border: 1px solid #148A8E;
  color: #148A8E;
}
.tagcl.press-tag {
  background-image: url(../images/press-release.svg);
}
.tagcl.article-tag {
  background-image: url(../images/press-release.svg);
}
.tagcl.webinar-tag {
  background-image: url(../images/webinar.svg);
}
.tagcl.ebook-tag {
  background-image: url(../images/ebook.svg);
}
.tagcl.video-tag {
  background-image: url(../images/play.svg);
}
.tagcl.casestudy-tag {
  background-image: url(../images/case-study.svg);
}
.tagcl.paper-tag {
  background-image: url(../images/paper.svg);
}
@media (min-width:1024px) and (max-width:1190px){
.hero-feature-resource {
  max-width: 920.4px !important;
}
}
.hero-feature-resource {
  background: #206A94;
  background: linear-gradient(150deg, rgb(32, 106, 148) 0%, rgb(7, 54, 84) 67%, rgb(9, 15, 27) 99%);
  padding: 3rem;
  color: #ffffff;
  border-radius: 8px;
  max-width: 1190px;
  margin: -19rem auto 0 auto;
  position: relative;
}
@media (min-width:768px) and (max-width: 1023px) {
  .hero-feature-resource {
    padding: 31px;
    width: 92%;
    max-width: 614.4px;
    background: linear-gradient(291.5deg, #090F1B 0.56%, #073654 35.04%, #206A94 93.16%);
  }
}

@media (max-width: 767px) {
  .hero-feature-resource {
    padding: 31px;
    width: 92%;
    max-width: 454px;
    background: linear-gradient(291.5deg, #090F1B 0.56%, #073654 35.04%, #206A94 93.16%);
  }
}
@media (max-width: 767px) {
  .hero-feature-resource {
    margin: -21.2rem auto 0 auto;
  }
}
@media (max-width: 639px) {
  .hero-feature-resource {
    margin: -20rem auto 0 auto;
    padding: 15px;
    width: 92%;
    max-width: 388px;
  }
}
.hero-feature-resource .feature-resource {
  overflow: hidden;
}
.hero-feature-resource .feature-resource-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1023px) {
  .hero-feature-resource .feature-resource-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.hero-feature-resource .feature-resource-box .feature-resource-image {
  width: 50%;
  min-height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1023px) {
  .hero-feature-resource .feature-resource-box .feature-resource-image {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .hero-feature-resource .feature-resource-box .feature-resource-image {
    min-height: 200px;
  }
}
.hero-feature-resource .feature-resource-box .feature-resource-image img {
  border-radius: 8px;
  max-height: 300px;
}
.hero-feature-resource .feature-resource-box .feature-resource-text {
  width: 50%;
  padding: 47px 30px 30px 30px;
}
@media (max-width: 1023px) {
  .hero-feature-resource .feature-resource-box .feature-resource-text {
    width: 100%;
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .hero-feature-resource .feature-resource-box .feature-resource-text {
    padding: 19px 0px;
  }
}
.hero-feature-resource .feature-resource-box .feature-resource-text .tagcl {
  padding: 5px 8px 3px 24px;
  background-position: center left 7px;
}
.hero-feature-resource .feature-resource-box .feature-resource-text .mobile-text {
  display: none;
}
@media (max-width: 1023px) {
  .hero-feature-resource .feature-resource-box .feature-resource-text .mobile-text {
    display: block;
    margin-bottom: 24px;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
.hero-feature-resource .feature-resource-box .feature-resource-text .mobile-btn {
  display: none;
}
@media (max-width: 1023px) {
  .hero-feature-resource .feature-resource-box .feature-resource-text .mobile-btn {
    display: block;
    margin-top: 34px;
  }
}
.hero-feature-resource .feature-resource-box .feature-resource-text .mobile-btn .link-btn {
  color: #B1D2E8;
}
.hero-feature-resource .feature-resource-box .feature-resource-text .mobile-btn .link-btn:after {
  background: url(../images/light-blue-arrow.svg) no-repeat center center;
}
.hero-feature-resource .feature-resource-box .feature-resource-text .resource-info {
  width: 100%;
  margin-bottom: 20px;
  grid-gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1023px) {
  .hero-feature-resource .feature-resource-box .feature-resource-text .resource-info {
    margin-bottom: 14px;
  }
}
.hero-feature-resource .feature-resource-box .feature-resource-text .resource-info > span {
  position: relative;
  padding-right: 15px;
}
.hero-feature-resource .feature-resource-box .feature-resource-text .resource-info > span::after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 3px;
  height: 3px;
  border-radius: 10px;
  background: #ffffff;
}
.hero-feature-resource .feature-resource-box .feature-resource-text .resource-info > span:last-child {
  padding-right: 0;
}
.hero-feature-resource .feature-resource-box .feature-resource-text .resource-info > span:last-child::after {
  display: none;
}
.hero-feature-resource .feature-resource-box .feature-resource-text .resource-info > span a {
  color: #7BFFEC;
  font-weight: 500;
  text-decoration: none;
}
.hero-feature-resource .feature-resource-box .feature-resource-text .resource-info .rs-info > span {
  position: relative;
  padding-right: 15px;
}
@media (max-width: 1023px) {
  .hero-feature-resource .feature-resource-box .feature-resource-text .resource-info .rs-info > span {
    padding-right: 7px;
  }
}
.hero-feature-resource .feature-resource-box .feature-resource-text .resource-info .rs-info > span::after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 3px;
  height: 3px;
  border-radius: 10px;
  background: #ffffff;
}
.hero-feature-resource .feature-resource-box .feature-resource-text .resource-info .rs-info > span:last-child {
  padding-right: 0;
}
.hero-feature-resource .feature-resource-box .feature-resource-text .resource-info .rs-info > span:last-child::after {
  display: none;
}
.hero-feature-resource .feature-resource-box .feature-resource-text .resource-info .rs-info > span a {
  color: #ffffff;
  text-decoration: none;
}
.hero-feature-resource .feature-resource-box .feature-resource-text h2 {
  color: #fff;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 23px;
  padding-bottom: 0;
}
@media (max-width: 1023px) {
  .hero-feature-resource .feature-resource-box .feature-resource-text h2 {
    margin-bottom: 8px;
  }
}
@media (max-width: 767px) {
  .hero-feature-resource .feature-resource-box .feature-resource-text h2 {
    font-size: 20px;
  }
}
.hero-feature-resource .feature-resource-box .feature-resource-text h2 a {
  color: #fff;
}
.hero-feature-resource .swiper-pagination {
  position: relative;
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-gap: 9px;
}
@media (max-width: 767px) {
  .hero-feature-resource .swiper-pagination {
    margin-top: 0;
    margin-bottom: 1.5rem;
  }
}
.hero-feature-resource .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border: 2px solid #ffffff;
  background: transparent;
}
.hero-feature-resource .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ffffff;
}
.hero-feature-resource .swiper-button-next, .hero-feature-resource .swiper-button-prev {
  top: 50%;
  width: 14px;
  height: 23px;
  background-size: 15px;
}
@media (max-width: 639px) {
  .hero-feature-resource .swiper-button-next, .hero-feature-resource .swiper-button-prev {
    display: none;
  }
}
.hero-feature-resource .swiper-button-next {
  right: -47px;
  background-image: url("../images/right-arrow.svg");
}
@media (max-width: 639px) {
  .hero-feature-resource .swiper-button-next {
    right: -28px;
  }
}
.hero-feature-resource .swiper-button-prev {
  left: -47px;
  background-image: url("../images/left-arrow.svg");
}
@media (max-width: 639px) {
  .hero-feature-resource .swiper-button-prev {
    left: -28px;
  }
}

.resource-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 15px;
  color: #363D4A;
}
@media (max-width: 639px) {
  .resource-author {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.resource-author .resource-author-photo {
  background: #8585F8;
  background: linear-gradient(150deg, rgb(133, 133, 248) 0%, rgb(40, 125, 136) 67%);
  padding: 2px;
  border-radius: 50%;
}
.resource-author img {
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.filter-results {
  padding: 48px 0 85px 0;
  width: 100%;
}
@media (max-width: 1023px) {
  .filter-results {
    padding: 32px 0 85px 0;
  }
}
@media (max-width: 1023px) {
  .filter-results .filter-btn-container {
    width: 100% !important;
  }
}
.filter-results__heading {
  padding: 0 0 70px 0;
  text-align: center;
}
@media (max-width: 1023px) {
  .filter-results__heading {
    padding-left: 25px;
    padding-bottom: 36px;
  }
}
@media (max-width: 639px) {
  .filter-results__heading {
    padding-left: 25px;
  }
}
.filter-results__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-gap: 16px;
  margin-top: 35px;
}
@media (max-width: 1023px) {
  .filter-results__buttons {
    overflow: scroll;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
.filter-results__buttons button {
  background: #D9E0E7;
  font-size: 14px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 4px;
  border: 0;
  padding: 8px 14px;
  cursor: pointer;
  color: #333;
}
.filter-results__buttons button:hover, .filter-results__buttons button.active {
  background: #363D4A;
  color: #ffffff;
}
@media (max-width: 1023px) {
  .filter-results__buttons button {
    white-space: nowrap;
  }
}
.filter-results__list {
  color: #fff;
  width: 100%;
}

.resources-block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-gap: 20px;
  margin-bottom: 20px;
}
.resources-block:hover .resources-image img {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}
.resources-block .resources-image {
  width: 100%;
  position: relative;
  padding: 0;
  overflow: hidden;
  border-radius: 8px;
}
.resources-block .resources-image:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background: rgba(0, 0, 0, 0);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgb(0, 0, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
}
.resources-block .resources-image .play-btn {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/play-white.svg) center center no-repeat;
  background-color: rgba(0, 0, 0, 0.3);
  background-size: 53px;
  z-index: 1;
}
.resources-block .resources-image .overlay-info {
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 100%;
  left: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 28px 16px 18px;
  color: #ffffff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.resources-block .resources-image .overlay-info span {
  font-size: 12px;
  font-style: italic;
  font-weight: 600;
}
/* .resources-block .resources-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  top: 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  display: block;
  height: 250px;
} */


.resources-block .resources-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  top: 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  display: block;
  height: auto !important; 
}


@media (max-width: 639px) {
  .resources-block .resources-image img {
    height: 105px;
  }
}
.resources-block .resources-image .spotlight {
  background: #22A9CB;
  background: linear-gradient(135deg, rgb(34, 169, 203) 0%, rgb(2, 111, 181) 100%);
  color: #ffffff;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  padding: 15px 20px 15px 61px;
  font-size: 20px;
  font-weight: bold;
  z-index: 1;
}
@media (max-width: 639px) {
  .resources-block .resources-image .spotlight {
    padding: 9px 20px 5px 28px;
    font-size: 10px;
  }
}
.resources-block .resources-image .spotlight:after {
  content: "";
  position: absolute;
  left: 16px;
  bottom: 0;
  margin: auto;
  top: 0;
  width: 24px;
  height: 24px;
  background: url(../images/star.svg) no-repeat center center;
}
@media (max-width: 639px) {
  .resources-block .resources-image .spotlight:after {
    width: 12px;
    height: 11px;
    background-size: 12px;
    left: 8px;
  }
}
.resources-block h3 {
  font-size: 20px;
  color: #363D4A;
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-bottom: 0;
  margin-bottom: 6px;
}
.resources-block p {
  color: #363D4A;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.load-more-active .msrItems:after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 368px;
  background: #FBFCFD;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(251, 252, 253, 0)), to(rgb(255, 255, 255)));
  background: linear-gradient(180deg, rgba(251, 252, 253, 0) 0%, rgb(255, 255, 255) 100%);
}

.load-more-btn {
  width: 100%;
  text-align: center;
  margin-top: 35px;
}
.load-more-btn a.btn.disabled {
  display: none !important;
}

.search-results-page {
  padding: 21px 0 85px 0;
}

.custom-breadcrumb {
  margin-bottom: 15px;
}
@media (max-width: 1023px) {
  .custom-breadcrumb {
    margin-bottom: 30px;
  }
}
.custom-breadcrumb a {
  position: relative;
  font-weight: 500;
  color: #212529;
  padding-right: 24px;
  margin-right: 15px;
}
.custom-breadcrumb a:hover {
  color: #026AA6;
}
.custom-breadcrumb a:after {
  background: url(../images/black-arrow.svg) center center no-repeat;
  width: 8px;
  height: 13px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  margin: auto;
}
.custom-breadcrumb span {
  color: #363D4A;
}

.results-for {
  font-size: 24px;
  font-weight: 500;
  color: #777B7F;
  margin-bottom: 60px;
}
@media (max-width: 639px) {
  .results-for {
    font-size: 16px;
    margin-bottom: 50px;
  }
}
.results-for b {
  font-size: 30px;
  color: #363D4A;
  margin-right: 13px;
  font-weight: 700;
}
@media (max-width: 639px) {
  .results-for b {
    font-size: 16px;
    margin-right: 5px;
  }
}

.msrItems {
  overflow: hidden;
  grid-gap: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 639px) {
  .msrItems {
    grid-gap: 15px;
  }
}
.msrItems::after {
  content: "";
  display: block;
  clear: both;
}
.msrItems .msrItem {
  float: left;
  width: 31.2%;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 1;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
@media (max-width: 1279px) {
  .msrItems .msrItem {
    width: 31%;
  }
}
@media (max-width: 1023px) {
  .msrItems .msrItem {
    width: 47%;
  }
}
@media (max-width: 639px) {
  .msrItems .msrItem {
    width: 100%;
  }
}
.msrItems .msrItem.msrItem-hidden {
  opacity: 0;
}

@media (max-width: 639px) {
  .filter-results__list .msrItems .msrItem {
    width: 47%;
    margin-bottom: 10px;
  }
}
@media (max-width: 639px) {
  .filter-results__list .resources-block .resources-image .overlay-info {
    display: none;
  }
}
@media (max-width: 639px) {
  .filter-results__list .resources-block .resources-image:after {
    display: none;
  }
}
@media (max-width: 639px) {
  .filter-results__list .resources-block .resources-bt-heading h3 {
    font-size: 14px;
    color: #000;
    -webkit-line-clamp: none;
  }
}
@media (max-width: 639px) {
  .filter-results__list .resources-block .resources-bt-heading p {
    display: none;
  }
}
@media (max-width: 639px) {
  .filter-results__list .resources-block .read-article {
    display: none;
  }
}
.filter-results__list .mobile-tag {
  display: none;
  margin-top: 14px;
}
@media (max-width: 639px) {
  .filter-results__list .mobile-tag {
    display: block;
  }
}

.news-hero-banner {
  width: 100%;
  text-align: center;
  min-height: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom: 39px;
  overflow: unset;
}
.news-hero-banner::before {
  background: url(https://archsysstage.wpengine.com/wp-content/uploads/2025/08/Large.png) no-repeat center top;
    background-size: cover;
}
@media (max-width: 767px) {
  .news-hero-banner::before {
    background-position: center top -55px;
  }
}
@media (max-width: 767px) {
  .news-hero-banner {
    min-height: 96px;
    padding: 30px 0px;
  }
}
.news-hero-banner .hero-icon-main {
  position: absolute;
  bottom: -39px;
  left: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .news-hero-banner .hero-icon-main {
    bottom: -17px;
    left: 0;
  }
}
.news-hero-banner .hero-icon-main .container {
  max-width: 1440px;
  width: 100%;
  padding: 0 32px;
}
@media (max-width: 767px) {
  .news-hero-banner .hero-icon-main .container {
    padding: 0;
    width: 91%;
  }
}
.news-hero-banner span.hero-icon {
  width: 78px;
  height: 78px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid #094B7E;
  border-radius: 100%;
  z-index: 1;
  background-color: #ffffff;
  left: 30px;
  position: relative;
	left:0px;
}
@media (max-width: 767px) {
  .news-hero-banner span.hero-icon {
    width: 38px;
    height: 38px;
    border-width: 1px;
  }
}
.news-hero-banner span.hero-icon img {
  max-height: 36px;
}
@media (max-width: 767px) {
  .news-hero-banner span.hero-icon img {
    max-height: 19px;
  }
}
.news-hero-banner h2{
	text-align: left;
  color: #363D4A;
  font-weight: 400;
  font-size: 40px;
line-height:42px;
  padding: 16px 0 0;
}
.news-hero-banner h1 {
  text-align: left;
  color: #363D4A;
  font-weight: bold;
  font-size: 36px;
	line-height:42px;
  padding: 16px 0 0;
}
@media (max-width: 767px) {
  .news-hero-banner h1 {
    font-size: 30px;
    padding: 0;
	text-align:center;
  }
.news-hero-banner h2 {
    font-size: 30px;
    padding: 0;
	text-align:center;
  }
}

.news-two-col__section {
  width: 100%;
  padding: 70px 0px 110px;
}
@media (max-width: 767px) {
  .news-two-col__section {
    padding: 51px 0px 52px;
  }
}
.news-two-col__section .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  max-width: 1440px;
}
@media (max-width: 767px) {
  .news-two-col__section .container {
    width: 91%;
  }
}
.news-two-col__section h2 {
  font-size: 30px;
  color: #000000;
  font-weight: bold;
}
.news-two-col__section label {
  font-size: 16px;
  color: #777B7F;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  margin-bottom: 14px;
}
.news-two-col__section h3 {
  font-size: 20px;
  font-weight: 500;
  color: #333333;
}
@media (max-width: 767px) {
  .news-two-col__section h3 {
    line-height: 1.55em;
  }
}
.news-two-col__section h3 a {
  color: inherit;
}
.news-two-col__section h3 a:hover {
  color: #2B9BCC;
}
.news-two-col__section .custom-breadcrumb {
  margin-top: -2rem;
}
.news-two-col__block {
  width: 45%;
  padding-right: 0;
  position: relative; 
  padding-top: 25px;
}
.news-two-col__block::before {
  position: absolute;
  content: "";
  top: 80px;
  bottom: 100px;
  width: 1px;
  background-color: #363D4A;
  right: -58px;
}
@media (max-width: 1023px) {
  .news-two-col__block::before {
    display: none;
  }
}
.news-two-col__block:last-child::before {
  display: none;
}
@media (max-width: 1023px) {
  .news-two-col__block {
    width: 100%;
    padding-bottom: 64px;
    margin-bottom: 58px;
    border-bottom: 1px solid #363D4A;
	padding-top: 5px; 
  }
  .news-two-col__block:last-child {
    padding: 0;
    border: 0;
    margin: 0;
  }
}
.news-two-col__block .load-more-btn {
  width: 100%;
  margin-top: 50px;
  text-align: center;
}
@media (max-width: 767px) {
  .news-two-col__block .load-more-btn {
    margin-top: 45px;
  }
}
.news-two-col__block .load-more-btn .btn {
  background-color: rgba(7, 54, 84, 0.7);
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  min-width: 150px;
  padding: 16px 20px;
  display: inline-block;
  border-radius: 100px;
}
.news-two-col__block .load-more-btn .btn:hover {
  background-color: #2B9BCC;
}
.news-two-col__box {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .news-two-col__box {
    margin-top: 23px;
    margin-bottom: 0;
  }
}

.recent-article__section {
  background-color: #F5F7F9;
  width: 100%;
  padding: 64px 0px 70px 0px;
}
@media (max-width: 767px) {
  .recent-article__section {
    padding: 19px 0px 20px 0px;
  }
}
.recent-article__section .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1440px;
}
@media (max-width: 767px) {
  .recent-article__section .container {
    width: 91%;
  }
}
.recent-article__section .recent-article-box {
  width: 100%;
}
.recent-article__section .recent-article-box .recent-article-image {
  width: 100%;
  height: 150px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  overflow: hidden;
}
.recent-article__section .recent-article-box .recent-article-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.recent-article__section .recent-article-box .spotlight {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 21px 26px;
  background-color: #f5f5f5;
  border-radius: 0 0 12px 12px;
  margin-bottom: 22px;
}
@media (max-width: 1279px) {
  .recent-article__section .recent-article-box .spotlight {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .recent-article__section .recent-article-box .spotlight {
    padding: 22px 26px;
    margin-bottom: 25px;
  }
}
.recent-article__section .recent-article-box .spotlight span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 40px;
  text-align: center;
}
.recent-article__section .recent-article-box .spotlight h3 {
  margin: 0;
  width: calc(100% - 70px);
  font-size: 20px;
  color: #000000;
  font-weight: bold;
  padding: 0;
}
.recent-article__section .recent-article-content {
  width: 100%;
  color: #000000;
}
.recent-article__section .recent-article-content .r-a-top {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 11px;
  font-size: 14px;
}
.recent-article__section .recent-article-content .r-a-top .tag {
  width: auto;
  padding: 4px 7px;
  background-color: #fff;
  border: 1px solid #B0FFE2;
  color: #B0FFE2;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 600;
}
.recent-article__section .recent-article-content .r-a-top .tag.dark-icon {
  border: 1px solid #148A8E;
  color: #148A8E;
}
.recent-article__section .recent-article-content h2 {
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  line-height: 1.3;
}
.recent-article__section .recent-article-content h2 a {
  color: #000000;
}
.recent-article__section .recent-article-content h2 a:hover {
  color: #2B9BCC;
}
.recent-article__section .recent-article-content a.read-more-btn {
  width: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 18px 0 0;
  color: #026AA6;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.recent-article__section .recent-article-content a.read-more-btn::after {
  content: "";
  width: 8px;
  height: 12px;
  background-image: url("../images/right-angle.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 18px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
  left: 0;
}
.recent-article__section .recent-article-content a.read-more-btn:hover::after {
  left: 7px;
}
.recent-article__section .recent-title {
  width: 100%;
  color: #ffffff;
  background: #22A9CB;
  background: linear-gradient(144deg, rgb(34, 169, 203) 0%, rgb(2, 111, 181) 100%);
  padding: 13px 16px 14px 16px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  margin: 0 0 37px;
}
.recent-article__section .recent-title h2 {
  font-size: 20px;
  color: #ffffff !important;
  font-weight: bold;
  padding: 0;
  margin: 0;
}
.recent-article__left {
  width: 38.33%;
}
@media (max-width: 1279px) {
  .recent-article__left {
    width: 43%;
  }
}
@media (max-width: 1023px) {
  .recent-article__left {
    width: 100%;
    margin-bottom: 33px;
  }
}
@media (max-width: 767px) {
  .recent-article__left {
    margin-bottom: 36px;
  }
}
.recent-article__right {
  width: 58.8%;
}
@media (max-width: 1279px) {
  .recent-article__right {
    width: 53%;
  }
}
@media (max-width: 1023px) {
  .recent-article__right {
    width: 100%;
  }
}
.recent-article__right .recent-article-content {
  padding-bottom: 30px;
  margin-bottom: 29px;
  border-bottom: 1px solid #D9D9D9;
}
.recent-article__right .recent-article-content:last-child {
  border: 0;
}

.page-template-template-news .get-in-touch {
  display: none;
}

.single-hero-banner {
  padding-bottom: 64px;
}
@media (max-width: 767px) {
  .single-hero-banner {
    padding: 42px 0px;
  }
}
.single-hero-banner::before {
/*   background: url(../images/bg-pattern2.svg) no-repeat center top;
  background-size: cover; */
background: linear-gradient(279.21deg, #F6E7F0 -0.2%, #E3F1FF 97.88%),
linear-gradient(0deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)),
radial-gradient(37.92% 128.87% at -1.46% -2.48%, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;

}
.single-hero-banner .hero-icon-main .container {
  max-width: 1440px !important;
  padding: 0 32px !important;
}
@media (max-width: 639px) {
  .single-hero-banner .hero-icon-main .container {
    padding: 0 !important;
  }
}
.single-hero-banner .container {
  padding: 0 !important;
  max-width: 1440px !important;
  width: 80%;
}
.single-hero-banner .container:before {
  display: none;
}
.single-hero-banner .single-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
}
@media (max-width: 1023px) {
  .single-hero-banner .single-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 0;
  }
}
.single-hero-banner .single-flex .single-left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1023px) {
  .single-hero-banner .single-flex .single-left {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
.single-hero-banner .single-flex .single-left h1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 17px;
  text-align: left;
  padding-top: 10px;
}

@media (max-width: 768px) {
  .single-hero-banner .single-flex .single-left h1 {
    padding-top: 30px;
  }
}

@media (max-width: 767px) {
  .single-hero-banner .single-flex .single-left h1 {
    font-size: 30px;
	padding-top: 30px;  
  }
}
.single-hero-banner .single-flex .single-left h1 span {
  display: block;
  font-weight: 400;
  color: #666;
  margin-bottom: 16px;
}
@media (max-width: 1023px) {
  .single-hero-banner .single-flex .single-left h1 span {
    font-size: 30px;
  }
}
.single-hero-banner .single-flex .single-left .resource-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-bottom: 26px;
}
.single-hero-banner .single-flex .single-left .resource-author .resource-author-photo {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  overflow: hidden;
}
.single-hero-banner .single-flex .single-left .resource-author .resource-author-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-hero-banner .single-flex .single-left .dt-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 28px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 639px) {
  .single-hero-banner .single-flex .single-left .dt-info {
    font-size: 14px;
  }
}
.single-hero-banner .single-flex .single-left .dt-info .dt-post_tags {
  max-width: 300px;
}
@media (max-width: 639px) {
  .single-hero-banner .single-flex .single-left .dt-info .dt-post_tags {
    max-width: 42%;
  }
}
.single-hero-banner .single-flex .single-left .dt-info > span {
  position: relative;
}
.single-hero-banner .single-flex .single-left .dt-info > span:after {
  position: absolute;
  content: "";
  right: -16px;
  top: 12px;
  margin: auto;
  width: 3px;
  height: 3px;
  border-radius: 10px;
  background: #000000;
}
.single-hero-banner .single-flex .single-left .dt-info > span:last-child:after {
  display: none;
}
.single-hero-banner .single-flex .single-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 44%;
}
@media (max-width: 1023px) {
  .single-hero-banner .single-flex .single-right {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    max-width: 100%;
    width: 100%;
  }
}
.single-hero-banner .single-flex .single-right img {
  width: 100%;
  height: 347px;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .single-hero-banner .single-flex .single-right img {
    height: 218px;
  }
}
@media (max-width: 900px) {
  .single-hero-banner .single-flex .single-right {
    max-width: 100%;
  }
}

.single-post-middle {
  padding-bottom: 9rem;
  padding-top: 40px;
}
@media (max-width: 767px) {
  .single-post-middle {
    padding-bottom: 0;
  }
}
.single-post-middle .container {
  padding: 0 !important;
  max-width: 1440px !important;
  width: 80%;
}
.single-post-middle .container:before {
  display: none;
}
.single-post-middle .custom-breadcrumb {
  margin-bottom: 33px;
}
.single-post-middle p:empty {
  display: none;
}
.single-post-middle #left-area {
  width: 59.3%;
  padding-right: 0 !important;
}
.single-post-middle #left-area p, .single-post-middle #left-area p:not(.has-background):last-of-type {
  color: #363D4A;
  padding-bottom: 26px;
}
.single-post-middle #left-area h2 {
  color: #363D4A;
  font-weight: bold;
  font-size: 30px;
  padding: 0 0 20px 0;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .single-post-middle #left-area h2 {
    padding: 0 0 10px 0;
    line-height: 1.2;
  }
}
.single-post-middle #left-area .wp-caption {
  margin: 0;
  background: none;
  border: 0;
  padding: 0;
}
.single-post-middle #left-area .wp-caption p.wp-caption-text {
  font-size: 14px;
  text-align: left;
}
.single-post-middle #left-area .wp-caption.alignright {
  margin-left: 30px;
}
@media (max-width: 767px) {
  .single-post-middle #left-area .wp-caption.alignright {
    margin-left: 0;
    width: 100% !important;
    display: inline-block !important;
    float: none;
    text-align: left;
  }
}
.single-post-middle #left-area.et_pb_module.et_pb_video {
  max-width: 437px;
  margin: 0 auto;
  height: 246px;
  border-radius: 12px;
  overflow: hidden;
}
.single-post-middle #left-area .et_pb_module.et_pb_video .et_pb_video_play:before {
  font-size: 0;
  background: url(../images/play-icon-black.svg) center center no-repeat;
  width: 88px;
  height: 88px;
  position: absolute;
}
@media (max-width: 767px) {
  .single-post-middle #left-area .et_pb_module.et_pb_video .et_pb_video_play:before {
    width: 68px;
    height: 68px;
  }
}
.single-post-middle #left-area .et_pb_module.et_pb_video .et_pb_video_box {
  height: 100%;
}
.single-post-middle #left-area .et_pb_module.et_pb_video .et_pb_video_box video {
  height: 100% !important;
}
.single-post-middle #left-area .et_pb_column .et_pb_module {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .single-post-middle #left-area .et_pb_gallery_grid .et_pb_gallery_items {
    grid-gap: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .single-post-middle #left-area .et_pb_column .et_pb_grid_item {
    margin: 0 !important;
    width: 48%;
  }
}
.single-post-middle #sidebar {
  width: 40.7%;
}
.single-post-middle #sidebar .et_pb_widget > p {
  padding: 0;
}
.single-post-middle #sidebar .recent-case-studies {
  margin-bottom: 5rem;
}
.single-post-middle #sidebar .recent-article__section {
  background: none;
  padding: 0;
  width: 100%;
}
.single-post-middle #sidebar .recent-article__section .tag img {
  height: 12px;
}
.single-post-middle #sidebar .recent-article__section .r-a-top label {
  color: #363d4a;
  font-weight: 400;
}
.single-post-middle #sidebar .recent-article__section .recent-article-content h2 a {
  color: #363d4a;
}
.single-post-middle #sidebar .recent-article__section .recent-article-content p {
  color: #363d4a;
}
.single-post-middle #sidebar .recent-article__section .recent-article-content .read-more-btn {
  color: #026AA6;
}
.single-post-middle .et_post_meta_wrapper {
  display: none;
}
.single-post-middle .et_pb_section {
  padding: 0 !important;
}
.single-post-middle .post {
  padding-bottom: 0;
  margin-bottom: 0;
}

.testimonial-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 36px;
  padding: 43px 0 20px 0;
  border-top: 1px solid #e0e0e0;
}
@media (max-width: 767px) {
  .testimonial-card {
    gap: 16px;
  }
}
.testimonial-card .testimonial-image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 148px;
  height: 148px;
  border-radius: 50%;
  overflow: hidden;
  background: #8585f8;
  background: linear-gradient(150deg, rgb(133, 133, 248) 0%, rgb(40, 125, 136) 67%);
  padding: 6px;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .testimonial-card .testimonial-image {
    width: 32px;
    height: 32px;
    padding: 2px;
  }
}
.testimonial-card .testimonial-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.testimonial-card .testimonial-content {
  max-width: 450px;
}
.testimonial-card .testimonial-content h4 {
  margin: 0 0 4px 0;
  font-size: 16px;
  color: #363D4A;
  font-weight: 700;
}
.testimonial-card .testimonial-content h4 span {
  font-weight: 400;
  color: #4a4a4a;
}
@media (max-width: 767px) {
  .testimonial-card .testimonial-content p {
    margin-left: -50px;
    margin-top: 10px;
  }
}

.et_pb_gallery .et_pb_gallery_item {
  width: 30% !important;
  margin-right: 3% !important;
  margin-bottom: 3% !important;
}

.et_pb_grid_item.et_pb_gallery_item.first_in_row {
  clear: none;
}

.breadcrumb-block {
  width: 100%;
  margin: 0 0 38px;
}
@media (max-width: 1023px) {
  .breadcrumb-block {
    margin: 0 0 80px;
  }
}
.breadcrumb-block ul {
  padding: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 40px;
}
.breadcrumb-block ul li {
  padding: 0;
}
.breadcrumb-block ul li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #212529;
}

.p-h-section {
  width: 100%;
  padding: 30px 0 50px;
  text-align: left;
}
@media (max-width: 1023px) {
  .p-h-section {
    padding: 40px 0 70px;
  }
}
.p-h-section::before {
background: linear-gradient(279.21deg, #F6E7F0 -0.2%, #E3F1FF 97.88%),
linear-gradient(0deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)),
radial-gradient(37.92% 128.87% at -1.46% -2.48%, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;


/*   background-image: url("../images/podcast-hero-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; */
}
@media (max-width: 1023px) {
  .p-h-section:after {
    display: none !important;
  }
}
@media (max-width: 1023px) {
  .p-h-section .hero-icon {
    display: none !important;
  }
}
.p-h-section .hero-icon-main .container {
  max-width: 1440px;
  padding: 0 32px;
}
.p-h-section .container {
  max-width: 1440px;
}
@media (max-width: 1279px) {
  .p-h-section .container {
    width: 93%;
  }
}
@media (max-width: 767px) {
  .p-h-section .container {
    width: 91%;
  }
}
.p-h-section .p-h-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-h-section .p-h-lhs {
  width: 49%;
display: flex;
    flex-direction: column;
    padding-top:18px;
}
@media (max-width: 1023px) {
  .p-h-section .p-h-lhs {
    width: 100%;
  }
}

.p-h-lhs h1 span {
	display: block;
    font-weight: 700;
    color: #363D4A;
    margin-bottom: 16px;
}

.p-h-section .p-h-lhs h1 {
  padding: 0 0 24px;
  text-align: left;
  color: #363D4A;
font-weight:400;	
}
@media (max-width: 1023px) {
  .p-h-section .p-h-lhs h1 {
    font-size: 30px;
    line-height: normal;
    padding: 0 0 25px;
  }
}
.p-h-section .p-h-lhs .resources-block {
  display: none;
}
@media (max-width: 1023px) {
  .p-h-section .p-h-lhs .resources-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 28px;
  }
}
.p-h-section .p-h-lhs .resources-block img {
  height: 311px;
}
@media (max-width: 639px) {
  .p-h-section .p-h-lhs .resources-block img {
    height: 218px;
  }
}
.p-h-section .p-h-lhs .read-more-btn {
  background: none;
  padding: 0 20px 0 0;
  color: #0073aa;
  font-weight: 500;
  font-size: 16px;
  position: relative;
  border: 0;
  margin-bottom: 24px;
}
.p-h-section .p-h-lhs .read-more-btn:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../images/down-arrow.svg) center center no-repeat;
  width: 13px;
  height: 13px;
}
.p-h-section .p-h-info {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #363D4A;
  width: 100%;
}
@media (max-width: 639px) {
  .p-h-section .p-h-info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-h-section .p-h-info.second-info {
  display: none;
}
.p-h-section .p-h-info > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-right: 13px;
  margin-right: 13px;
  position: relative;
}
@media (max-width: 639px) {
  .p-h-section .p-h-info > span {
    margin-bottom: 8px;
  }
}
.p-h-section .p-h-info > span::before {
  position: absolute;
  content: "•";
  color: #363D4A;
  right: -2px;
}
.p-h-section .p-h-info > span:last-child {
  padding: 0;
  margin: 0;
}
.p-h-section .p-h-info > span:last-child::before {
  display: none;
}
.p-h-section .p-h-content {
  width: 100%;
  color: #000000;
  padding: 5px 0 0;
  margin-bottom: 5px;
}
.p-h-section .p-h-content p {
  margin: 0;
  padding: 0 0 26px 0;
  width: 99%;
}
.p-h-section .p-h-content p:not(.has-background):last-of-type {
  margin-bottom: 12px;
}
.p-h-section .p-h-rhs {
  width: 48.6%;
}
@media (max-width: 1023px) {
  .p-h-section .p-h-rhs {
    width: 100%;
  }
}
.p-h-section .p-h-rhs .resources-block {
  margin: 0 0 24px;
}
.p-h-section .p-h-rhs .resources-block .resources-image {
  width: 100%;
}
.p-h-section .p-h-rhs .resources-block .resources-image img {
  height: 311px;
}
@media (max-width: 639px) {
  .p-h-section .p-h-rhs .resources-block .resources-image img {
    height: 218px;
  }
}
@media (max-width: 1023px) {
  .p-h-section .p-h-rhs .resources-block {
    display: none;
  }
}
.p-h-section .p-h-text {
  width: 100%;
  color: #000000;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  margin: 0 0 24px;
  position: relative;
}
.p-h-section .p-h-text::before, .p-h-section .p-h-text::after {
  position: absolute;
  content: "";
  background-color: #5B5E61;
  height: 1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50%;
}
.p-h-section .p-h-text span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0px 15px;
  background: #f8eff8;
  z-index: 1;
  position: relative;
}
.p-h-section .p-h-text::before {
  left: 0;
}
.p-h-section .p-h-text::after {
  right: 0;
}
.p-h-section .p-h-text h4 {
  padding: 0;
  margin: 0;
}
.p-h-section .p-h-pl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content:center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -8px;
}
.p-h-section .p-h-pl > div {
  padding: 0 8px;
  width: 25%;
}
.p-h-section .p-h-pl .pl-box {
  text-align: center;
}
.p-h-section .p-h-pl .pl-box img {
  max-height: 32px;
  margin-bottom: 16px;
}
.p-h-section .p-h-pl .pl-box span {
  display: block;
  width: 100%;
  text-align: center;
  font-weight: 600;
  color: #4E4E4E;
  font-size: 14px;
  line-height: normal;
}

.pr-pd-section {
  width: 100%;
  position: relative;
  z-index: 0;
  padding: 70px 0 70px;
  margin-top: -38px;
}
@media (max-width: 1023px) {
  .pr-pd-section {
    padding: 67px 0 70px;
  }
}
.pr-pd-section::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/bg-pattern.svg) no-repeat center top;
  background-size: cover;
  z-index: -1;
}
@media (max-width: 1023px) {
  .pr-pd-section::before {
    display: none;
  }
}
.pr-pd-section .container {
  max-width: 1440px;
}
@media (max-width: 1279px) {
  .pr-pd-section .container {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .pr-pd-section .container {
    width: 90%;
  }
}
.pr-pd-section .title {
  width: 100%;
  text-align: center;
  margin: 0 0 63px;
}
@media (max-width: 1023px) {
  .pr-pd-section .title {
    margin: 0 0 37px;
  }
}
.pr-pd-section .title label {
  font-size: 20px;
  color: #000000;
  display: block;
  margin: 0 0 25px;
}
.pr-pd-section .title h2 {
  font-size: 30px;
  color: #000000;
  font-weight: bold;
}
.pr-pd-section .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
/*   margin: 0 -16px; */
}
.pr-pd-section .row > div {
  padding: 0 16px;
  width: 33.33%;
  flex: 0 0 auto !important;
}

@media (max-width: 1023px) {
  .pr-pd-section .row > div {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .pr-pd-section .row > div {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .pr-pd-section .resources-block {
    margin-bottom: 38px;
    grid-gap: 26px;
  }
}
.pr-pd-section .resources-block .resources-image {
  height: 260px;
}
@media (max-width: 1023px) {
  .pr-pd-section .resources-block .resources-image {
    height: 282px;
  }
}
.pr-pd-section .resources-block .resources-image > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero-feature-resource.podcast-feature-resource {
  margin: 67px 0 0;
  background: #637088;
  background: linear-gradient(127deg, rgb(99, 112, 136) 0%, rgb(38, 43, 52) 100%);
}
@media (max-width: 1023px) {
  .hero-feature-resource.podcast-feature-resource {
    margin: 24px auto 0 auto;
    background: linear-gradient(291.5deg, #090F1B 0.56%, #073654 35.04%, #206A94 93.16%);
  }
}
.hero-feature-resource.podcast-feature-resource .swiper-button-next, .hero-feature-resource.podcast-feature-resource .swiper-button-prev {
  display: block;
}

.expandable-content {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-transition: max-height 1.2s ease;
  transition: max-height 1.2s ease;
  max-height: 12em;
  position: relative;
}
@media (max-width: 1023px) {
  .expandable-content {
    max-height: 6.9em;
  }
}
@media (max-width: 639px) {
  .expandable-content {
    max-height: 13em;
  }
}
.expandable-content.expanded {
  -webkit-line-clamp: unset;
  max-height: 2000px;
  -webkit-transition: max-height 1.2s ease;
  transition: max-height 1.2s ease;
}

@media (min-width:640px) and (max-width:980px){
	.single-hero-banner .single-flex .single-right img{max-width:600px;float: left;}
	.resources-block .resources-image{max-width:600px;}
}