/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
:root{
  --white: #fff;
  --blue: #1E2941;
  --lightblue: #40588C;
  --red: #ff2832;
  --red2: #f00008;
  --gap: 15px;
  --gray: #f8f9fc;
  --lightgray: #EEF1F7;
  --darkgray: #B9C5DF;
  --radius: 8px;
  --slate: #738BBF;
}


html, body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  optional: font-smooth: always;
}


*{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}


body p {
  font-size: 16px;
  line-height: 24px;
}

h1{
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  letter-spacing: -0.95px;
}

h2, h3, h4, h5, h5, h6{
  font-weight: 600;
}

img{
  max-width: 100%;
  height: auto;
}
.container{
  width: min(1240px,100%);
  margin-inline: auto;
  padding-inline: var(--gap);
}
.flex{
  display: flex;
  flex-wrap: wrap;
}
.flex__gap{
  margin-inline: calc(var(--gap) * -1);
}
.flex__gap>*{
  padding-inline: var(--gap);
}
.flex__reverse{
  flex-direction: row-reverse;
}
.flex__aic{
  align-items: center;
}
.w-6{
  width: 50%;
}
.gray-bg{
  background-color: var(--gray);
}
.rounded-radius{
  border-radius: var(--radius);
}
.button.button-blue{
  background-color: var(--blue); 
  border-color: var(--blue); 
}
.button.button-blue:hover{
  background-color: var(--lightblue); 
  border-color: var(--lightblue); 
}
.button.button-outline {
  border-color: var(--darkgray);
  background: transparent;
  color: var(--blue);
}
.button.button-outline:hover {
  background-color: var(--lightgray); 
  border-color: var(--lightgray); 
  color: var(--blue);
}
button, .button, .hs-button, .hs-blog-post-listing__post-button {
  padding-bottom: 9.81px;
  padding-top: 9.81px; 
}
form {
  background-color: transparent;
}
.form-title{
  background-color: transparent;
}
.module-dark{
  background-color: var(--blue);
}
.module-dark,
.module-dark :is(.banner__content, .banner__heading)
{
  color: var(--white);
}
.module-light{
  background-color: var(--gray);
}
.module-light, .module-light :is(.banner__content, .banner__heading){
  color: var(--blue);
}
.banner {
  padding-top: 250px;
  padding-bottom: 80px;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.flex__right{
  flex-direction: row-reverse;
}
.banner__inner {
  width: min(960px,100%);
  margin-inline: auto;
}
.banner__logos {
  list-style: none;
  padding-left: 0;
  display: inline-flex;
  justify-content: center;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
}
.banner__logos li {
  background: #fff;
  padding: 5px 10px;
  border-radius: 12px;
  display: flex;
  height: 33px;
  align-items: center;
}
.banner__logos li img {
  vertical-align: middle;
}
.banner__media {
  margin-bottom: -250px;
  z-index: 1;
  position: relative;
  margin-top: 100px;
}
.banner__heading {  
  font-weight: 700;
  text-align: center;
}
.button_wrapper {
  padding-top: 50px;
}
.button:hover{
  text-decoration: none;
}
.caf {
  padding-top: 30px;
  padding-bottom: 10px;
  max-width: 1100px;
}
/* .caf__logos {
display: flex;
flex-wrap: wrap;
gap: 30px 65px;
justify-content: center;
list-style: none;
padding-left: 0;
margin-bottom: 0;
} */

.caf__cards {
  padding-top: 20px;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 30px;
  max-width: 1100px;
  width: 100%;
  margin-inline: auto;
}
.caf__heading {
  font-size: 23px;
  font-weight: 600;
  letter-spacing: -.2px;
  line-height: 28px;
  text-align: center;
  margin-bottom: 40px;
}
.caf__cards-category{
  display: inline-block;
  background-color: #EEF0F5;
  border-radius: 4px;
  padding: 3px 10px;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0%;
  margin-bottom: 21px;
  margin-top: 4px;
  color: rgba(0, 0, 0, 1);
}
.caf__cards-inner{
  background-color: var(--white);
  padding: 20px;
  border-radius: 16px;
}
.caf__cards__heading {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 28px;
  line-height: 33px;
  letter-spacing: -.95px;
}
.caf__cards-media{
  margin-bottom: 21px;
  height: 263px;
  overflow: hidden;
}
.caf__cards-media img{
  width: 100%;
  object-fit: cover;
  height: 100% !important;
  vertical-align: top;
  background-color: var(--blue);
}
.caf__cards-media{
  margin-bottom: 20px;
}
.caf__cards-content {
  color: rgba(115, 139, 191, 1);
  line-height: 24px;
  font-size: 16px;
}
.caf {
  overflow: hidden;
}
.caf__logos{
  padding-inline: 15px;
  margin-bottom: 0px;
}
.caf__logos .js-marquee {
  display: flex;
  align-items: center;
}
.caf__logos li {
  align-items: center;
  display: inline-flex !important;
  height: 50px;
  justify-content: center;
  width: auto;
  padding-inline: 42px;
}
.footer__main {
  padding-block: 64px 47px;
}
.footer__heading {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 16px;
}
.footer__content {
  font-size: 13px;
  font-weight: 400;
}
.footer__details{
  margin-bottom: 32px;
}
.footer__main a{
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
  line-height: 1.24;
}
.footer__inner {
  display: flex;
  flex-wrap: wrap;
  margin-inline: calc(var(--gap) * -1);
}
.footer__block {
  width: min(180px, 100%);
}
.footer__col {
  width: 25%;
  padding-inline: var(--gap);
}
.footer__inner ul{
  flex-direction: column;
}

.footer__inner ul li {
  line-height: 1;
}
.footer__inner ul li+li{
  margin-top: 16px;
}
.footer__block+.footer__block{
  margin-top: 32px;
}
.footer__logo{
  margin-bottom: 48px;
}
.footer__col:not(:first-child) {
  padding-top: 88px;
}
.button-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.footer__last  .button-wrapper {
  justify-content: flex-end;
}
.footer__bottom-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.footer__social {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  gap: 8px;
  padding-left: 0;
  margin-bottom: 0;
}
.footer__bottom {
  border-bottom: 1px solid #40588C;
  padding-bottom: 20px;
}
.copyright_text {
  color: var(--slate);
  font-size: 14px;
}
.footer__copyright-menu{
  margin-bottom: 15px;
}
.footer__copyright-menu ul{
  gap: 20px;
}
.footer__copyright-menu ul a{
  font-size: 14px;
}
.footer__copyright{
  padding-top: 20px;
}
.bm-section .bm {
  padding-top: 25px;
}
.bm__flex {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 20px;
}

.bm__inner {
  border-radius: var(--radius);
  overflow: hidden;
}

.bm__heading a {
  color: currentColor;
  text-decoration: none;
  font-weight: 600;
  font-size: 19px;
}

.bm__media {
  border-radius: var(--radius);
  vertical-align: top;
  height: 230px;
  width: 100%;
  object-fit: cover;
  margin-bottom: 5px;
  background-color: var(--blue);
  border-radius: 16px;
}
.bm__content {
  font-size: 16px;
  color: var(--slate);
}
.bm__heading {
  line-height: 1;
  margin-bottom: 12px;
}
.bm__post-date {
  color: var(--slate);
  font-size: 16px;
  padding-block: 10px;
  line-height: 1.75;
  letter-spacing: -0.2px;
}
.techtabs__tab-list{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-left: 0;
  list-style: none;
  gap: 16px;
}
.techtabs__tab-list li {
  border: 1px solid var(--darkgray);
  border-radius: 50px;
  font-size: 16px;
  line-height: 2;
  padding: 5px 16px;
  background: transparent;
  cursor: pointer;
  transition: all 300ms ease-in-out;
}
.techtabs__tab-list li.active {
  background: var(--lightgray);
  border-color: var(--lightgray);
}
.techtabs__logo-top {
  padding-top: 10px;
}
.techtabs__content {
  padding-top: 4px;
}
.tech__logo_lists{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding-left: 0;
  margin-bottom: 56px;
  padding-top: 7px;

}
.tech__logo {
  padding: 7px 12px;
  background: #fff;
  border-radius: 12px;
  display: inline-block;
}
.tech__logo img {
  vertical-align: top;
}
.techtabs__flex {
  display: flex;
  flex-wrap: wrap;
  padding-top: 40px;
  align-items: start;
  margin-inline: -20px;
}
.techtabs__title {
  letter-spacing: -0.2px;
}
.techtabs__col {
  width: 50%;
  padding-inline: 20px;
}
.techtabs__button {
  padding-top: 32px;
}
.techtabs__inner:not(.active){
  display: none
}

.scoh__content {
  margin-bottom: 32px;
  font-size: 16px;
}

.scoh__bottom-title {
  margin-bottom: 10px;
}

.scoh__top-content {
  margin-bottom: 24px;
}
.scoh__block{
  width: min(490px,100%);
}
.scoh__top-content h3 {
  letter-spacing: -0.2px;
  line-height: 1.18;
}
.flex__reverse .scoh__block {
  margin-left: auto;
}
.iwt-module__inner {
  display: flex;
  flex-wrap: wrap;
  margin-inline: calc(var(--gap) * -1);
  justify-content: center;
}
.iwt-module__col {
  padding-inline: var(--gap);
  width: 25%;
}
.iwt-module__block {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 16px;
  align-items: flex-start;
  background-color: var(--white);
  padding: 32px 24px;
  height: 100%;
  border-radius: 16px;
}
.iwt-module__media {
  background: var(--red2);
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  width: 100%;
}
.iwt-module__text {
  color: var(--slate);
  font-weight: 400;
}
.iwt-module__heading {
  line-height: 1;
  font-size: 28px;
  margin-bottom: 4px;
}
.ct__group {
  padding-top: 4px;
}
.ct__quote-flex {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 16px;
  align-items: center;
}
.ct__quote {
  padding-bottom: 60px;
  font-size: 16px;
}
.ct__author-details {
  font-size: 16px;
}
.ct__company {
  font-weight: 600;
}
.ct__group .slick-track {
  display: flex !important;
  flex-wrap: wrap;
}
.ct-block h2 {
  line-height: 1.24;
}
.ct__group .slick-slide>div {
  height: 100%;
}
.ct__inner {
  background: var(--white);
  border-radius: 16px;
  padding: 32px 24px;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  display: flex !important;
}
.ct__group{
  visibility: hidden;
}
.ct__group .slick-slide {
  margin: 0 20px;
  height: auto !important;
}
.ct__group .slick-list {
  margin: 0 -20px;
}
.ct-block {
  position: relative;
  overflow: hidden;
  max-width: 1204px;
  width: 100%;  
  margin-inline: auto;
}
.ct__group{
  position: relative;
}
.ct__group::before {
  left: 0;
}
.ct__group::before,
.ct__group::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 285px;
  z-index: 1;
}
.ct__group:after {
  left: auto;
  right: -130px;
  transform: rotate(180deg);
  background: url('https://techdinamics.com/hubfs/testimonials-shadow.png');
}
.ct__group:before {
  left: -130px;
  background: url('https://techdinamics.com/hubfs/testimonials-shadow.png');
}
.ct-block> h2 {
  margin-bottom: 60px;
}
.cta-block{
  background-color: var(--white);
  padding: 100px 20px;
  border-radius: 16px;
}
.cta__content {
  font-size: 16px;
  color: var(--slate);
  margin-bottom: 32px;
}
.cta__heading{
  margin-bottom: 24px;
}
.cta__block-content{
  width: min(720px,100%);
  margin-inline: auto;
}
.logos__media {
  background: var(--white);
  border-radius: 16px;
  display: grid;
  place-items: center;
  width: 96px;
  height: 96px;
  aspect-ratio: 1;
  box-shadow: 0px 4px 12px 1px rgba(185, 197, 223, 0.25);
  padding: 20px;
}

.logos__inner {
  display: flex;
  /*   margin-inline: -12px; */
}
.logos__slide{
  padding-inline: 10px;
  padding-bottom: 24px;
}
.logos-block {
  display: grid;
  overflow: hidden;
  column-gap: 24px;
}
/* .js-marquee+.js-marquee{
padding-left: 24px;
} */
.logos-module{
  position: relative;
}
.logos-module:after, .logos-module:before {
  background: linear-gradient(270deg, hsla(0, 0%, 100%, 0) -43.16%, #f8f9fc 50.18%);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 50px;
  z-index: 1;
}
.logos-module:after {
  left: auto;
  right: -15px;
  transform: rotate(180deg);
}
.logos-module:before{
  left: -15px;
}
.cwb__button-wrapper {
  padding-top: 24px;
}
.cwb__heading {
  margin-bottom: 10px;
}
.hs-blog-listing .header__language-switcher {
  display: none;
}
.blog-pagination .blog-pagination__link {
  display: inline-flex;
  align-items: center;
  color: #1a334e;
}
.blog-pagination a.blog-pagination__link img {
  top: 1px !important;
  filter: grayscale(1);
}

.cta-blk-container {
  padding-block: 104px 120px;
}


@media screen and (max-width: 991px){
  .iwt-module__col{
    width: 50%;
    margin-bottom: calc(var(--gap) * 2);
  }
  .caf__logos{
    gap: 30px;
  }
  .button_wrapper{
    padding-top: 28px;
  }
  .banner{
    padding-top: 100px;
  }
  .ct-block:after, .ct-block:before{
    display: none;
  }
  .ct-block>h2 {
    margin-bottom: 30px;
  }
  .cta-block{
    padding-block: 40px;
  }
  .header-dark .header__column .toggle-right .toggle-menu {
    color: #1e2941;
  }
}
@media screen and (max-width: 767px){
  .caf__logos li {
    width: 165px;
    padding-inline: 15px;
  }
  .svs-cols .caf__cards-content{
    padding-bottom: 10px !important;
  }
  .svs-cols .caf__cards {
    padding-top: 30px;
  }
  .svs-cols .caf__cards {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .ft-view .ft-view__rw {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .banner__content p br {
    display: none;
  }
  .bm__flex {
    gap: 34px;
  }
  .cwb {
    padding-top: 40px;
  }
  .iwt-module__block {
    height: 100%;
    padding: 30px 24px;
  }
  .cwb__subheading{
    padding-top: 15px;
    padding-bottom: 10px;
  }
  .ct-block {
    padding-top: 20px;
  }
  .ct-block .ct__group::before, .ct-block .ct__group::after{
    display: none;
  }
  .iwt-module__text {
    font-size: 19px;
    line-height: 25px;
    letter-spacing: -0.2px;
    padding-top: 5px;
  }
  .iwt-module__col {
    margin-bottom: 20px;
  }
  .tech__logo img {
    max-height: 23px;
  }
  .tech__logo {
    align-items: center;
    border-radius: 12px;
    display: inline-flex;
    height: 32px;
    padding: 3px 6px;
    width: auto;
    justify-content: center;
  }
  .techtabs__col:last-child {
    padding-top: 40px;
  }
  .techtabs__content {
    padding-top: 8px;
  }
  .caf__cards,
  .bm__flex{
    grid-template-columns: auto;
  }
  .iwt-module__col{
    width: 100%;
  }
  .techtabs__col,
  .w-6{
    width: 100%;
  }
  .tech__logo_lists {
    flex-direction: column;
    align-items: center;
    margin-bottom: 2px;
  }
  .ct-block:after, .ct-block:before{
    display: none;
  }
  .banner__media{
    margin-bottom: -150px;
    margin-top: 60px;
  }
  .scoh__inner .w-6:last-child {
    margin-top: 40px;
  }
  .footer__col {
    width: 50%;
  }
  .footer__block {
    margin-inline: auto;
    width: 100%;
  }
  .footer__col:not(:first-child){
    padding-top: 0;
  }
  .footer__col:first-child {
    width: 100%;
  }
  .footer__col.footer__last {
    width: 100%;
    padding-top: 40px;
  }
  .footer__last .button-wrapper {
    justify-content: flex-start;
  }
  .footer__bottom-flex {
    flex-direction: column-reverse;
    gap: 20px;
    align-items: flex-start;
  }
  .footer__bottom {
    padding-top: 40px;
  }
  .footer__copyright-menu ul {
    flex-direction: row !important;
  }
  .footer__logo {
    max-width: 200px;
    width: 100%;
  }
  .footer__main{
    padding-block: 48px;
  }
  .footer__bottom-right,
  .footer__desktop .footer__details {
    display: none;
  }
  .footer__mobile,
  .footer__mobile .footer__social {
    margin-bottom: 32px;
  }
  .footer__col.footer__last {
    display: none;
  }
  .caf__cards {
    padding-top: 60px;
  }
  .logos-module:after, .logos-module:before{
    display: none;
  }
  .logos-module {
    padding-top: 22px;
  }
  .bm__col {
    padding-bottom: 8px;
  }
  .footer__content p {
    font-size: 13px;
    line-height: 19px;
  }
  .footer__bottom .button-wrapper .button {
    width: 137px;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
  }
  .cwb__inner .cwb__heading span {
    display: block;
  }
  .cwb__content span {
    display: block;
    padding-block: 18px 10px;
  }
  .cwb__inner .cwb__subheading{
    padding-inline: 10px;
  }
  .caf__cards-category {
    padding: 3px 8px;
  }
  .scoh .container {
    padding-inline: 5px;
  }
  .scoh .flex {
    flex-direction: column-reverse;
  }
  .scoh__top-content {
    padding-top: 30px;
  }
  .scoh__bottom-title {
    font-weight: 600;
    font-size: 19px;
    line-height: 28px;
  }
  .scoh {
    overflow: hidden;
  }
  .cta-block .button {
    padding-inline: 25px;
  }
  .techtabs .container {
    padding-inline: 5px;
    overflow: hidden;
  }
  .bm-section .container {
    padding-inline: 5px;
  }
  .logos__slide {
    padding-bottom: 20px;
  }
  .ft-view__feature {
    padding-bottom: 40px;
    padding-top: 10px;
  }
}
@media screen and (min-width: 768px){
  .footer__last .button-wrapper .button {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    padding-inline: 24px;
  }
  .footer__mobile{
    display: none; 
  }
}

@media screen and (max-width: 479px){
  .caf__logos li {
    display: inline;
  }
  .ft-view__rw .omr-exam_col > div {
    line-height: 1.2;
    padding: 4px 8px;
  }
  .ft-view__feature {
    padding-top: 15px;
  }
  .caf__logos {
    gap: 25px;
  }
}