







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */


























/* 1d. Buttons */













/* 1e. Forms */









































/* 1f. Tables */













/* 1g. Website header */








/* 1h. Website footer */








.content-wrapper {
  max-width: 1298px;
}

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 0px 1rem;
}

.dnd-section > .row-fluid {
  max-width: 1298px;
}

.content-wrapper {
  margin: 0 auto;
  padding: 0 1rem;
}

@media screen and (min-width: 1550px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 0;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}







html {
  font-size: 16px;
}

body {
  font-family: 'Plus Jakarta Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #323232;
  font-size: 16px;
  margin:0;
  line-height:1.6;
}

/* Paragraphs */

p {
  font-family: 'Plus Jakarta Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  line-height:1.6;

}

/* Anchors */

a {
  font-weight: normal; text-decoration: underline; font-family: 'Plus Jakarta Sans', sans-serif; font-style: normal;
  color: #009FDA;
  text-decoration: none !important;
  line-height:1.6;
}

a:hover,
a:focus {
  font-weight: normal; text-decoration: underline; font-family: 'Plus Jakarta Sans', sans-serif; font-style: normal;
  color: #0077b2;
}

a:active {
  font-weight: normal; text-decoration: underline; font-family: 'Plus Jakarta Sans', sans-serif; font-style: normal;
  color: #28c7ff;
}

/* Headings */

h1,
.h1 {
  font-weight: 800; text-decoration: none; font-family: 'Plus Jakarta Sans', serif; font-style: normal;
  color: #323232;
  font-size: 60px;
  text-transform: none;
  line-height:1.1;
}

h2,
.h2 {
  font-weight: 800; text-decoration: none; font-family: 'Plus Jakarta Sans', serif; font-style: normal;
  color: #323232;
  font-size: 40px;
  text-transform: none;
  line-height:1.3;
}

h3,
.h3 {
  font-weight: 800; text-decoration: none; font-family: 'Plus Jakarta Sans', serif; font-style: normal;
  color: #323232;
  font-size: 30px;
  text-transform: none;
  line-height:1.3;
}

h4,
.h4 {
  font-weight: normal; text-decoration: none; font-family: 'Plus Jakarta Sans', serif; font-style: normal;
  color: #323232;
  font-size: 24px;
  text-transform: none;
  line-height:1.3;
}

h5,
.h5 {
  font-weight: normal; text-decoration: none; font-family: 'Plus Jakarta Sans', serif; font-style: normal;
  color: #323232;
  font-size: 22px;
  text-transform: none;
  line-height:1.4;
}

h6,
.h6 {
  font-weight: normal; text-decoration: none; font-family: 'Plus Jakarta Sans', serif; font-style: normal;
  color: #323232;
  font-size: 18px;
  text-transform: none;
  line-height:1.4;
}
@media(max-width:991px) {
  h1,
  .h1 {
    font-size:53px;
  }
  h2,
  .h2 {
    font-size:36px;
  }
  h3,
  .h3 {
    font-size:26px;
  }
  h4,
  .h4{
    font-size:22px
  }
}
@media(max-width:767px) {
  h1,
  .h1 {
    font-size:41px;
  }
  h2,
  .h2 {
    font-size:32px;
  }
  h3,
  .h3 {
    font-size:22px;
  }
  h4,
  .h4{
    font-size:20px
  }
}

/* Blockquote */

blockquote {
  border-left-color: #F8164F;
}





button,
.button,
.hs-button,
.hs-blog-post-listing__post-button,
a.tc-btn-link {
  border: 1px solid #009FDA;

  padding-top: 19px;
padding-right: 30px;
padding-bottom: 19px;
padding-left: 30px;

  font-family: 'Plus Jakarta Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(0, 159, 218, 1.0)

;
  border-radius: 100px;
  color: #FFFFFF;
  font-size: 16px;
  text-transform: none;
  display:block;
  text-decoration: none;
  transition: all 0.5s ease;
  line-height:22px;
  display: flex;
  align-items: center;
  gap: 10px;  
  font-weight:800;
  animation: iconBounce 0.4s ease;
}
@keyframes iconBounce {
  0% { transform: translateX(0); }
  40% { transform: translateX(-6px); }
  60% { transform: translateX(-2px); }
  100% { transform: translateX(-6px); }
}

button:hover,
button:focus,
.button:hover,
.button:focus,
.hs-button:hover,
.hs-button:focus,
.hs-blog-post-listing__post-button:hover,
.hs-blog-post-listing__post-button:focus,
a.tc-btn-link:hover,
a.tc-btn-link:focus {
  border: 1px solid #F8164F;
;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  background-color: 

  
  
    
  


  rgba(248, 22, 79, 1.0)

;
  border-radius: 100px;
}

button:active,
.button:active,
.hs-button:active,
.hs-blog-post-listing__post-button:active,
a.tc-btn-link:active {
  font-family: 'Plus Jakarta Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: rgba(40, 199, 255, 1.0);
  border-color: #28c7ff;
}

.tc-button-content.secondary a.tc-btn-link {
  background-color:#F8164F !important;
  border-color:#F8164F !important;
}
/* .tc-button-content.secondary a.tc-btn-link:hover{
flex-direction: unset;
} */
.tc-button-content.white a.tc-btn-link {
  background-color:#ffffff !important;
  border-color:#ffffff !important;
  color:#323232 !important;
}

.tc-button-content.white a.tc-btn-link:hover{
  background-color:#323232 !important;
  border-color:#323232 !important;
  /*   flex-direction: unset; */
  color: #fff !important;
}
.tc-button-content.black a.tc-btn-link {
  background:#323232;
  border-color:#323232;
  color:#ffffff;
  transition: all .5s ease;
}
.tc-button-content.black a i svg {
  color:#ffffff;
}
.tc-button-content.black a.tc-btn-link:hover {
  background:#009FDA;
  border-color:#009FDA;
  /*   flex-direction: unset; */
}


a.tc-btn-link i,
a.tc-btn-link i svg {
  width:15px;;
  height:15px;
  display:block;
  fill: currentColor;
  transition: all 0.5s ease;
}
.tc-button-content {
  max-width:fit-content;
}
.tc-button-content.center {
  margin:auto;
}
.tc-button-content.right {
  margin:0 0 0 auto;
}
.tc-button-content.i-left a.tc-btn-link {
  flex-direction: row;
}
/* .tc-button-content.i-left a:hover.tc-btn-link {
flex-direction: row;
} */
.tc-button-content .tc-btn-link.link {
  padding: 0;
  background: transparent;
  border: 0;
  color: #323232;
}

.tc-button-content .tc-btn-link.link {
  position: relative;
  border: 0 !important;
  cursor: pointer !important;
  padding-bottom: 10px;
  text-transform: uppercase  !important;
  font-weight: 700;
}

.tc-button-content.primary .tc-btn-link.link{
  color:#009FDA !important;
  background: transparent !important;
}
.tc-button-content.secondary .tc-btn-link.link{
  color:#F8164F !important;
  background: transparent !important;
}
.tc-button-content.white .tc-btn-link.link{
  color:#fff !important;
  background: transparent !important;
}
.tc-button-content.black .tc-btn-link.link{
  color:#323233 !important;
  background: transparent !important;
}
.tc-button-content.black a.tc-btn-link.link i svg{
  color:#323233 !important;
}
.tc-button-content .tc-btn-link.link:before{
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  transition: all .5s ease;
}
.tc-button-content.primary .tc-btn-link.link:hover:before{
  background: #009FDA;
}
.tc-button-content.secondary .tc-btn-link.link:hover:before{
  background: #F8164F;
}
.tc-button-content.white .tc-btn-link.link:hover:before{
  background: #fff;
}
.tc-button-content.black .tc-btn-link.link:hover:before{
  background: #323233;
}




form,
.submitted-message {
  font-family: 'Plus Jakarta Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  border: 1px none #F8164F;
;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: 

  
  
    
  


  rgba(248, 22, 79, 1.0)

;
  padding: 0px;
;
}

/* Form title */

.form-title {
  border: 1px none #F8164F;
;
  padding-top: 0px;
padding-right: 0px;
padding-bottom: 30px;
padding-left: 0px;
;
  font-family: 'Plus Jakarta Sans'; font-style: normal; font-weight: 800; text-decoration: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  font-size: 30px;
  color: #323232;
  background-color: 

  
  
    
  


  rgba(248, 22, 79, 1.0)

;
}


/* Labels */

form label {
  color: #323232;
}

/* Help text */

form legend {
  color: #323232;
}

/* Inputs */

form input[type=text],
form input[type=search],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  border: 2px solid #D1D6DC;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #323232;
  border-radius: 3px;
}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: #323232;
}

::-moz-placeholder {
  color: #323232;
}

:-ms-input-placeholder {
  color: #323232;
}

::placeholder {
  color: #323232;
}

/* Inputs - date picker */

.hs-fieldtype-date .input .hs-dateinput:before {
  color: #323232;
}

.fn-date-picker td.is-selected .pika-button {
  background: #009FDA;
}

.fn-date-picker td .pika-button:hover {
  background-color: #009FDA !important;
}

.fn-date-picker td.is-today .pika-button {
  color: #009FDA;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  border: 1px none #009FDA;
;
  padding-top: 19px;
padding-right: 30px;
padding-bottom: 19px;
padding-left: 30px;
;
  font-family: 'Plus Jakarta Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #FFFFFF;
  font-size: 22px;
  background-color: 

  
  
    
  


  rgba(0, 159, 218, 1.0)

;
  border-radius: 100px;
  text-transform: none;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: 

  
  
    
  


  rgba(26, 51, 78, 1.0)

;
  color: #ffffff;
  border: 1px none #1a334e;
;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(40, 199, 255, 1.0);
  border-color: #28c7ff;
}





/* Table */

table {
  border: 1px solid #323232;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Table cells */

td,
th {
  border: 1px solid #323232;

  padding: 18px;

  color: #323232;
}

/* Table header */

thead th {
  background-color: 

  
  
    
  


  rgba(0, 159, 218, 1.0)

;
  color: #FFFFFF;
}

/* Table footer */

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #323232;
}





.header {
  background-color: 

  
  
    
  


  rgba(248, 22, 79, 1.0)

;
}

.menu__link,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: #323232;
  font-family: Plus Jakarta Sans;
}

.menu__child-toggle-icon {
  border-top-color: #323232;
}

.menu .menu__link:hover,
.menu .menu__link:focus,
.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li a:focus {
  color: #0a0a0a;
}

.menu__child-toggle-icon:hover,
.menu__child-toggle-icon:focus {
  border-top-color: #0a0a0a;
}

.menu .menu__link:active,
.header__language-switcher-label-current:active,
.header__language-switcher .lang_list_class li a:active {
  color: #5a5a5a;
}

.menu__child-toggle-icon:active {
  border-top-color: #5a5a5a;
}

.menu .menu__item--depth-1 > .menu__link--active-link:after {
  background-color: #323232;
}

@media (min-width: 767px) {
  .menu .menu__submenu,
  .header__language-switcher .lang_list_class {
    border: 2px solid #009FDA;

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

  .menu__submenu--level-2 > .menu__item:first-child:before {
    border: 2px solid #009FDA;

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }
}

.menu__submenu .menu__link,
.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus {
  color: #323232;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__language-switcher .lang_list_class:before {
  border-bottom-color: #009FDA;
}

.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus,
.header__language-switcher .lang_list_class li:hover,
.menu__submenu--level-2 > .menu__item:first-child:hover:before,
.menu__submenu--level-2 > .menu__item:first-child.focus:before {
  background-color: 

  
  
    
  


  rgba(248, 22, 79, 1.0)

;
}

.header__language-switcher .lang_list_class.first-active::after {
  border-bottom-color: 

  
  
    
  


  rgba(248, 22, 79, 1.0)

;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: Plus Jakarta Sans;
}

.header__language-switcher-label-current:after {
  border-top-color: #323232;
}

@media(max-width: 767px) {
  .header__navigation {
    background-color: 

  
  
    
  


  rgba(248, 22, 79, 1.0)

;
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: #323232;
  }
}





.footer {
  background-color: 

  
  
    
  


  rgba(248, 22, 79, 1.0)

;
}

/* Footer content */

.footer p,
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer label,
.footer span,
.footer li,
.footer img {
  color: #323232;
}





.blog-post,
.blog-header__inner,
.blog-related-posts {
  padding: 0px 0;
}

/* Blog post */

.blog-post__meta a {
  color: #323232;
}

.blog-post__tag-link {
  color: #323232;
}

.blog-post__tag-link:hover,
.blog-post__tag-link:focus {
  color: #0a0a0a;
}

.blog-post__tag-link:active {
  color: #5a5a5a;
}

/* Blog related posts */

.blog-related-posts__title-link,
.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus,
.blog-related-posts__title-link:active {
  font-weight: 800; text-decoration: none; font-family: 'Plus Jakarta Sans', serif; font-style: normal;
  text-transform: none;
}

.blog-related-posts__title-link {
  color: #323232;
}

.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus {
  color: #0a0a0a;
}

.blog-related-posts__title-link:active {
  color: #5a5a5a;
}


/*  */

/* Blog post */

.blog-post {
  margin: 0 auto;
  max-width: 960px;
}

.blog-post__meta {
  margin-bottom: 1.4rem;
}

.blog-post__meta a {
  text-decoration: underline;
}

.blog-post__timestamp {
  display: block;
}

.blog-post__tags svg {
  height: auto;
  margin-right: 0.35rem;
  width: 15px;
}

.blog-post__tag-link {
  font-size: 0.875rem;
}

/* Blog related posts */

.blog-related-posts {
  background-color: #F8FAFC;
}

.blog-related-posts h2 {
  text-align: center;
}

.blog-related-posts__list {
  display: flex;
  flex-wrap: wrap;
}

.blog-related-posts__post {
  flex: 0 0 100%;
  padding: 1rem;
}

@media screen and (min-width: 768px) {
  .blog-related-posts__post {
    flex: 0 0 calc(100% / 2);
  }
}

@media screen and (min-width: 1000px) {
  .blog-related-posts__post {
    flex: 0 0 calc(100% / 3);
  }
}

.blog-related-posts__image {
  height: auto;
  max-width: 100%;
}

.blog-related-posts__title {
  margin: 0.7rem 0;
}

/* Blog comments */

.blog-comments {
  margin: 0 auto;
  max-width: 680px;
}

.blog-comments .hs-submit {
  text-align: center;
}

.blog-comments .comment-reply-to {
  border: 0 none;
}

.blog-comments .comment-reply-to:hover,
.blog-comments .comment-reply-to:focus {
  background-color: transparent;
  text-decoration: underline;
}


/* Blog comments */

.blog-comments {
  margin-bottom: 0px;
}

#comments-listing .comment-reply-to {
  color: #009FDA;
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: #0077b2;
}

#comments-listing .comment-reply-to:active {
  color: #28c7ff;
}





.hs-search-results__title {
  font-weight: 800; text-decoration: none; font-family: 'Plus Jakarta Sans', serif; font-style: normal;
  color: #323232;
}





/* Blog listing */

.hs-blog-post-listing__post-title-link,
.hs-blog-post-listing__post-title-link:hover,
.hs-blog-post-listing__post-title-link:focus,
.hs-blog-post-listing__post-title-link:active {
  font-weight: 800; text-decoration: none; font-family: 'Plus Jakarta Sans', serif; font-style: normal;
  text-transform: none;
}

.hs-blog-post-listing__post-title-link {
  color: #323232;
}

.hs-blog-post-listing__post-title-link:hover,
.hs-blog-post-listing__post-title-link:focus {
  color: #0a0a0a;
}

.hs-blog-post-listing__post-title-link:active {
  color: #5a5a5a;
}


.hs-blog-post-listing__post-tag,
.hs-blog-post-listing__post-author-name {
  color: #323232;
}

/* Blog pagination */

.hs-pagination__link-text,
.hs-pagination__link--number {
  color: #323232;
}

.hs-pagination__link:hover .hs-pagination__link-text,
.hs-pagination__link:focus .hs-pagination__link-text,
.hs-pagination__link--number:hover,
.hs-pagination__link--number:focus {
  color: #0a0a0a;
}

.hs-pagination__link:active .hs-pagination__link-text,
.hs-pagination__link--number:active {
  color: #5a5a5a;
}

.hs-pagination__link-icon svg {
  fill: #323232;
}

/* Pricing card */

.card__price {
  font-weight: 800; text-decoration: none; font-family: 'Plus Jakarta Sans', serif; font-style: normal;
  color: #323232;
  font-size: 30px;
}

.card__body svg {
  fill: #009FDA;
}

/* Social follow */

.social-links__icon {
  background-color: #009FDA;
}

.social-links__icon:hover,
.social-links__icon:focus {
  background-color: #0077b2;
}

.social-links__icon:active {
  background-color: #28c7ff;
  font-weight: 800; text-decoration: none; font-family: 'Plus Jakarta Sans', serif; font-style: normal;
  color: #323232;
  font-size: 30px;
}

/* Content strat */

.content-wrapper {
  margin: 0 auto;
  padding: 0 1rem;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 1rem;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}

/* Content End */


/* System Page */
/* Error pages */

.error-page {
  padding: 10rem 0;
  position: relative;
  text-align: center;
}

.error-page:before {
  color: #F3F6F9;
  content: attr(data-error);
  font-size: 40vw;
  font-weight: bold;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: -1;
}

@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}

/* System pages */

.systems-page {
  margin: 0 auto;
  max-width: 700px;
  padding: 3rem 1.4rem;
}

.systems-page--search-results {
  max-width: 100%;
}

.systems-page .header {
  background-color: transparent;
  border-bottom: none;
  padding: 0;
}

.systems-page .success {
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  color: #4F7D24;
  display: inline-block;
  margin: 1.4rem 0;
  padding: 0.1rem 0.7rem;
  width: 100%;
}

.systems-page form input {
  max-width: 100%;
}

.systems-page form input[type='submit'] {
  margin: 0.7rem 0;
  display: block;
}

/* Search pages */

.hs-search-results__title {
  font-size: 1.25rem;
  margin-bottom: 0.35rem;
  text-decoration: underline;
}

.hs-search-results__title:hover {
  text-decoration: none;
}

.hs-search-results__description {
  padding-top: 0.7rem;
}

/* Password prompt */

.password-prompt input[type=password] {
  height: auto !important;
  margin-bottom: 1.4rem;
}

.systems-page #hs-login-widget-remember,
.systems-page #hs-login-widget-remember ~ label {
  display: inline-block;
  margin-bottom: 0.175rem;
}

.systems-page #hs_login_reset {
  display: block;
  margin-bottom: 0.7rem;
}

/* Backup unsubscribe */

.backup-unsubscribe #email-prefs-form div {
  padding-bottom: 0 !important;
}

.backup-unsubscribe input[type=email] {
  font-size: 0.875rem !important;
  margin-bottom: 1.4rem;
  padding: 0.7rem !important;
}

/* Subscription preferences */

#email-prefs-form .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

#email-prefs-form .item.disabled input:disabled {
  cursor: not-allowed;
}

/* Membership pages */

#hs-membership-form a[class*='show-password'] {
  font-size: 0.75rem;
}

/* Input error messages */

.form-input-validation-message ul.hs-error-msgs {
  padding-left: 0;
  margin: 0;
}

.form-input-validation-message ul.hs-error-msgs li {
  margin: 0;
}

/* System Page End*/ 

/* div {
color:;
}
h1 {
font-size:50px;
color:#009FDA;
}
.l {
color:#F8164F;
} */

/* Header Start */
.tc-header {
  overflow: visible !important;
  z-index:2 !important;
  position: fixed !important;
  top:0;
  width: -webkit-fill-available;
  margin:auto;
  transition: all .2s ease-in;
}
.tc-header .content-wrapper {
  max-width:100%;
  padding:0;
}
.tc-header.sticky {
  box-shadow: 0 1.88px 3.75px 0 #00000026;
}
.tc-header .tc-logo {
  line-height:0;
}
.tc-header .tc-logo a {
  display:block;
  line-height:0;
}
.tc-header .tc-main-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap:70px;
}

/* Menu */
.tc-header .tc-menu nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap:32px;
}
.tc-header .tc-menu ul li{
  position: relative;
}
.tc-header .tc-menu nav ul li a {
  display: block;
  padding: 0;
  color: #323232;
  font-size: 16px;
  line-height:24px;
  font-weight:700;
}
.tc-header .tc-menu nav ul li a:hover{
  color:#F8164F;
}

.tc-header .tc-menu ul>li ul.hs-menu-children-wrapper {
  display: none !important;
  left: -5px;
  opacity: 1;
  position: absolute;
  top: 24px;
  transition: all .5s ease;
  visibility: visible;
  width: max-content;
  z-index: 2;
  padding: 8px;
  background: #FFFFFF;
  border: 0.5px solid rgba(50, 50, 50, 0.1);
  box-shadow: 0px 6px 25px rgba(0, 0, 0, 0.08);
  border-radius: 7px;
}
.tc-header .tc-menu ul>li ul.hs-menu-children-wrapper>li ul{
  left: 124px;
  top: 0;
}
.tc-header .tc-main-header-desktop .tc-menu ul>li ul li a {
  padding:8px 13px !important;
  background:#fff;
  transition: all 0.5s ease;
  border-radius:7px;
}
.tc-header .tc-main-header-desktop .tc-menu ul>li ul li a:hover{
  background:#F8164F;
  color:#ffffff;
}
.tc-header .tc-menu ul>li:hover>ul.hs-menu-children-wrapper {
  display: block !important;
}
.tc-header .tc-main-header-desktop .tc-menu .hs-menu-wrapper>ul>li.hs-item-has-children {
  position: relative;
  display: flex;
  gap: 5px;
  flex-direction: row-reverse;
  position: relative;
  align-items:center;
}
.tc-header .tc-menu nav ul li>ul li a{
  position: relative;
  /*     padding: 0 20px 0 0; */
}
.tc-header .tc-menu li.hs-item-has-children>a{
  position: relative;
}
/* .tc-header .tc-menu li.hs-item-has-children>a:after {
box-shadow: inset -2px 2px 0 0;
content: "";
display: block;
height: 8px;
position: absolute;
right: -18px;
top: 6px;
-webkit-transform: rotate(135deg);
transform: rotate(135deg);
-webkit-transform-origin: 50% 50%;
transform-origin: 50% 50%;
width: 8px;
} */

.tc-header .tc-btn-box {
  display: flex;
  align-items: center;
  gap: 30px;
}
.tc-header .menu-toggle:hover{
  background: none;
}
.tc-header .menu-close {
  display: none;
  /*   position: absolute;
  top: 30px;
  right: 20px; */
  border: none;
  font-size: 30px;
  cursor: pointer;
  font-family: system-ui;
  font-weight:500;
}

.tc-header button#menuToggle ,
.tc-header .tc-button-mobile ,
.tc-header .tc-logo-mobile{
  display:none;
}
.tc-header button#menuToggle svg {
  width:25px;
  height:25px;
}
.tc-header .tc-icon-box {
  width:49px;
  height:49px;
  max-width:49px;
  display: flex;
  align-items: center;
  background: rgba(81, 98, 111, 0.1);
  border-radius:7px;
  align-items: center;
  justify-content: center;
}
.tc-header .tc-icon-box a {
  display:block;
}
.tc-header .tc-icon-box i,
.tc-header .tc-icon-box svg {
  color:#000;
  width:24px;
  height:24px;
  display:block;
}
.tc-header .tc-btn-box span {
  font-size:14px;
  line-height:20px;
  text-decoration:none;
  color: #F8164F;
}
.tc-header .tc-header-cta {
  white-space: nowrap;
}
.tc-header .tc-menu-mobile {
  display:none;
}
.tc-header .tc-main-header-desktop {
  align-items: center;
  display: flex;
  gap: 30px;
  justify-content: space-between;
  width:100%;
}
.tc-header .tc-logo-mobile-top {
  display:flex;
  align-items:center;
  gap:20px;
  justify-content: space-between;
  margin-bottom:40px;
}
@media (max-width:1300px) {
  .tc-header {
    padding-left:25px !important;
    padding-right:25px !important;
  }
}
@media (max-width:1200px) {
  .tc-header .tc-logo {
    max-width:130px;
  }
  .tc-header .tc-main-header {
    gap:30px;
  }
}
@media (max-width:1184px){
  .tc-header .tc-menu nav ul {
    gap:20px;
  }
}
@media (max-width:1100px) {
  .tc-header .tc-btn-box {
    gap:15px;
  }
  .tc-header .tc-menu nav ul {
    gap:20px;
  }
  .tc-header .tc-logo {
    max-width:110px;
  }
  .tc-header a.tc-btn-link {
    padding:12px;
    font-size:14px;
  }
}
@media (max-width:1032px) {
  .tc-header .tc-menu nav ul li a {
    font-size:14px;
  }
}
@media (max-width: 991px) {
  .tc-header .tc-menu-mobile {
    display:block;
  }
  .tc-header .menu-close ,
  .tc-header .menu-toggle {
    display: block;
    padding: 0;
    font-size: 40px !important;
    line-height:0 !important;
    border: none !important;  
    background: transparent !important;
    border: 0 !important;
    color: #33475b !important;
    width:30px !important;
    height:30px;
    max-width: 30px !important;
    justify-content: center;
  }
  .tc-header .tc-menu {
    position: fixed;
    background: #fff;
    top: 0 !important;
    right: -100%;
    height: 100vh;
    width: 100%;
    max-width: 260px;
    transition: all .2s ease-in;
    box-shadow: 0px 1.88px 3.75px 0px #00000026;
    padding: 40px 20px 20px;
  }
  .tc-header .tc-menu.active {
    right: 0;
    overflow: scroll;
  }
  .tc-header .tc-menu nav ul {
    display: block;
  }
  .tc-header .tc-menu ul>li{
    padding:0;
  }
  .tc-header .tc-menu nav ul li a{
    border-bottom: 1px solid #d9d9d9;
    padding: 10px 15px;
    position: relative;
  }
  .tc-header .tc-menu ul>li ul.hs-menu-children-wrapper {
    position: relative;
    width: 100% !important;
    top: 0;
    box-shadow: none;
    border: 0;
    padding: 0 0 0 15px important;
    transition: all .5s ease-in-out;
    max-height: 0;
    opacity: 0 !important;
    transition: max-height .2s ease-in;
    padding-left: 15px;
    z-index: -1;
    position: relative;
    visibility: hidden !important;
  }
  .tc-header .tc-menu ul>li.open>ul.hs-menu-children-wrapper {
    display: block !important;
    max-height: max-content;
    opacity: 1 !important;
    z-index: 0;
    visibility: visible !important;
  }
  .tc-header .tc-menu li.hs-item-has-children{
    padding:0;
  }

  .tc-header .tc-menu ul>li.open>ul.hs-menu-children-wrapper li {
    padding: 10px;
    border-bottom: 1px solid #d9d9d9;
  }
  .tc-header .tc-menu ul>li.open>ul.hs-menu-children-wrapper .hs-menu-depth-3:last-child{
    border-bottom: none;
    padding:10px 10px 0 10px; 
  }
  .tc-header .tc-menu ul li>ul li a{
    border:0;
    padding:0;
  }
  .tc-header .tc-menu ul>li ul.hs-menu-children-wrapper>li ul {
    left: 0;
    top: 0;
  }
  .tc-header .tc-menu .hs-menu-wrapper>ul>li.hs-item-has-children {
    padding: 0 0 0 18px;
  }
  .tc-header .tc-menu li.hs-item-has-children>a:after {
    transition: transform .2s ease-in;
    transform: rotate(135deg) translateY(-50%);
    top:15px;
    right: 8px;
  }
  .tc-header .tc-menu li.hs-item-has-children.open>a:after {
    transform: rotate(317deg) translateY(-50%);
    top: 50%;
  }
  .tc-header .tc-menu li.open ul li.hs-item-has-children{
    padding:0;
  }
  .tc-header .tc-menu li.open ul li.hs-item-has-children>a:after{
    top:8px;
  }
  .tc-header button#menuToggle {
    display: block;
  }
  .tc-header .tc-btn-box {
    display:none;
  }
  .tc-header .tc-logo-mobile{
    display:block;
  }
  .tc-header .tc-button-mobile {
    display:block;
    margin-top:30px;
  }
  .tc-header .tc-icon-box{
    margin-bottom:30px;
  }
  .tc-header .tc-menu-mobile ul li.hs-item-has-children .menu-arrow {
    color: #20aa4d;
    order: 2;
    padding: 10px;
    position: absolute;
    right: 15px;
    z-index: 9999;
  }
}
/* Header End */



/* System Page CSS Start */

/* 404 Page CSS Start */

.tc-404-section {
  margin:103px 0 0 ;
  height: calc(100vh - 103px);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.tc-404-section:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100vh;
  background-image: url(https://341945322.fs1.hubspotusercontent-na3.net/hubfs/341945322/raw_assets/public/truvo-theme/images/404-bg-img.png);
  background-size: cover;   
  background-position: 100%;
  background-repeat: no-repeat;
  top: -103px;
  z-index: -1;
}
.tc-404-section .tc-404-content {
  text-align:center;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.tc-404-section .tc-404-content h2{
  margin:0;
  line-height:70px;
}
.tc-404-section .tc-404-content .tc-button {
  margin:0 ;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:15px 24px;
  flex-wrap:wrap;
}
.tc-404-section .tc-404-content h1 {
  margin:0;
}
.tc-404-section .tc-404-bottom-content p{
  margin:20px auto;
  max-width:635px;
  text-align:center;
  font-size:20px;
  line-height:30px;
}
@media(max-width:991px) {
  .tc-404-section {
    margin:72px 0 0 ;
    height: calc(100vh - 72px);
  }
  .tc-404-section .tc-404-content h2{
    line-height: unset !important;
  }
  .tc-404-section .tc-404-bottom-content p{
    font-size:18px;
    line-height:28px;
  }
  .tc-404-section .tc-404-img img {
    width: 100%;
    height: 100%;
    max-width: 350px;
  }
}
@media(max-width:767px) {
  .tc-404-section .tc-404-bottom-content p{
    font-size:16px;
    line-height:26px;
  }
  .tc-404-section .tc-404-content {
    gap: 30px;
  }
  .tc-404-section .tc-404-img img {
    max-width: 250px;
  }
}

/* 404 Page CSS End */

/* comman Page CSS Start */
.tc-error-hero-section,
.tc-backup-unsubscribe-hero,
.tc-password-hero ,
.tc-search-hero,
.tc-preference-hero ,
.tc-confirmation-hero {
  margin:103px 0 0;
  padding:100px 0 ;
  background-color:#323232;
}

.tc-search-result{
  margin:103px 0 0;
  padding:100px 0 ;
}

/* comman Page CSS End */


.tc-error-hero-section h1 ,
.tc-backup-unsubscribe-hero h1,

.tc-password-hero h1,
.tc-search-hero h1,
.tc-preference-hero h1 ,
.tc-confirmation-hero h1 {
  margin:0;
  word-break: break-word;
  color:#fff;
  text-align:center;
}
.tc-preference-hero p {
  color:#fff;
  text-align:center;
}
.tc-backup-unsubscribe-form h3, 
.tc-preference-form h2 {
  margin:0;
  word-break: break-word;
}
.tc-error-section,
.tc-backup-unsubscribe-form ,
.tc-password-form,
.tc-preference-form,
.tc-confirmation-form,
.tc-membership{
  padding:100px 0;
  background-color:#fff;
}
.tc-error-section .error-page {
  padding:0;
}
.tc-error-section .error-page:before {
  content:none;
}
.tc-error-section .tc-error-content h2 ,
.tc-error-section .tc-error-content p ,
.tc-backup-unsubscribe-form h1,
.tc-membership h1,
.tc-membership p ,
.tc-password-form p {
  margin:0 0 20px;
} 
.tc-backup-unsubscribe-form ,
.tc-error-section .tc-error-content {
  text-align:center;
}
.systems-page {
  padding:0;
  max-width:100%;
}
.tc-backup-unsubscribe-form .page-header,
.tc-preference-form .systems-page form .page-header h1, 
.tc-preference-form .systems-page form .email-prefs .header ,
.tc-confirmation-form .page-header h2,
.tc-confirmation-form .page-header h1 {
  display:none;
}
.tc-membership .form-container ul {
  list-style: none;
}
.tc-membership .systems-page {
  padding: 0;
  text-align: center;
  max-width: 100%;
}
.tc-membership .form-container,
.tc-password-form .systems-page {
  margin: 47px auto 0;
  max-width: 400px;
  text-align: left;
}
.tc-password-form .systems-page {
  margin:auto;
}
.tc-membership .form-container form,
.tc-password-form form ,
.tc-preference-form form {
  background-color:transparent;
  border: 0 !important;
}
.tc-membership form label {
  font-size: 16px;
  line-height: 26px;
  font-weight: 800;
  color: #323232;
}
.tc-membership form label.hs-error-msg {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #323232;
}
.tc-membership .form-container form .hs-form-field label,
.tc-password-form form label {
  margin: 0 0 10px;
  display:inline-block;
}
.tc-membership .form-container form .hs-form-field input,
.tc-password-form form input[type="password"] {
  border-radius: 5px;
  border: 1px solid hsl(from #323232 h s l / .2);
  background: transparent;
  padding: 16px 20px;
  margin: 0 0 0px;
  max-width: 100%;
  width: -webkit-fill-available;
  outline:0!important;
  font-size: 16px;
  line-height: 26px;
  font-family: Plus Jakarta Sans, serif;
}
.tc-membership .form-container form .hs-form-field a {
  margin: 6px 0  !important;
  float: right;
}
#hs-membership-passwordless-auth-form p{
  margin:0 0 30px !important;
}
#hs-membership-form label#hs-register-widget-checkbox-consent ,
label#hs-passwordless-auth-checkbox-consent {
  display: flex !important;
}
form#hs-membership-form .hs-form-field p{
  margin:0 0 20px !important;
}
.tc-membership .tc-bottom-text{
  margin:0 auto;
}

.tc-membership .form-container form .hs-form-field input:hover,
.tc-password-form form input[type="password"]:hover {
  background-color: transparent;
  border: 1px solid #F8164F;
  border-width: 1px !important;
}
.tc-membership .form-container form .hs-form-field input:focus ,
.tc-password-form form input[type="password"]:focus {
  border:1px solid #F8164F;  
}
.tc-membership .form-container form .hs-form-field input[type="checkbox"] {
  float: left;
  width: 18px;
  height: 18px;
  margin: 4px 5px 4px 0;
}
.tc-membership .form-container form .hs-form-field input[type="checkbox"]+label {
  float: inherit;
  margin: 0 !important;
}
.tc-membership .form-container form .hs-form-field {
  margin: 0 0 20px;
}
.tc-membership .form-container form div > a {
  margin: -10px 0 29px !important;
}

.tc-membership .form-container form .hs_submit {
  width: fit-content;
  margin: 0 auto 44px;
}

.systems-page form input[type=submit]{
  background-color: #009FDA !important;
  border-color: #009FDA !important;
  border: 1px solid #009FDA;
  border-radius: 10000px;
  color: #fff;
  display: block;
  font-weight: 800;
  padding: 17px 30px;
  text-transform: uppercase;
  font-size:16px;
  line-height:26px;
  cursor: pointer;
}
.systems-page form input[type=submit]:hover{
  background-color: #F8164F !important;
  border-color: #F8164F !important;
  border: 1px solid #F8164F;
}
.tc-membership.tc-membership-login .form-container form .hs_submit {
  margin: 0;
  width: fit-content;
}

.tc-membership .systems-page p ,
.tc-password-form form input[type=sutcit],
.tc-preference-hero p,
.tc-preference-form form input[type=sutcit] {
  margin: 15px 0 0;
}
.tc-preference-form .systems-page {
  max-width: 640px;
  padding: 0;
}
.tc-preference-form form .email-prefs .item {
  cursor: pointer;
  margin: 0 0 20px;
  padding-bottom: 1px;
  position: relative;
}
.tc-preference-form form .item .item-inner {
  border-radius: 10px;
  border: 1px solid rgba(244, 246, 250, 0.93);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
  padding: 30px 50px;
}
.tc-preference-form form .item .checkbox-row, 
.tc-preference-form form .subscribe-options p {
  padding-left: 55px;
}
.tc-preference-form form .item .item-inner p {
  margin: 10px 0 0 55px;
}
.tc-preference-form form .item .fakelabel input,
.tc-preference-form form .subscribe-options p input {
  position: absolute;
  left: 51px;
  top: 50%;
  transform: translateY(-50%);
  width: 23px;
  height: 23px;
  border: 0;
  z-index: 1;
  opacity: 0;
}
.tc-preference-form form .item .fakelabel span,
.tc-preference-form form .subscribe-options p span {
  cursor: pointer;
  display: inline-block;
  font-size: 19px;
  font-weight: 700;
  margin: 0 !important;
  padding-left: 0;
}
.tc-preference-form form .checkbox-row span.fakelabel [type=checkbox]+span:before, 
.tc-preference-form form .checkbox-row span.fakelabel [type=checkbox]:checked+span:after, 
.tc-preference-form form .subscribe-options p label [type=checkbox]+span:before, 
.tc-preference-form form .subscribe-options p label [type=checkbox]:checked+span:after {
  border-radius: 5px;
  background: #F4DDFF;
  content: "";
  width: 25px;
  height: 25px;
  left: 50px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tc-preference-form form .checkbox-row span.fakelabel [type=checkbox]:checked+span:after, 
.tc-preference-form form .subscribe-options p label [type=checkbox]:checked+span:after {
  background-color: #F8164F;
  height: 10px;
  left: 7px;
  width: 10px;
  border-radius: 50%;
}
.tc-preference-form form .checkbox-row span.fakelabel [type=checkbox]:checked+span:after, 
.tc-preference-form form .checkbox-row span.fakelabel [type=checkbox]:not(:checked)+span:after {
  left: 57px;
}
.tc-preference-form form .subscribe-options p {
  position: relative;
}
.tc-preference-form form .subscribe-options p input,
.tc-preference-form form .subscribe-options p label [type=checkbox]+span:before {
  left: 0;
}
.tc-preference-form form .page-header {
  margin: 0 0 37px;
}
#hs-subscriptions-unsubscribe-survey-options label ,
.tc-preference-form form label {
  display: flex;
  gap: 8px !important;
}
.tc-preference-form form input{
  margin:0 !important;
}
#hs-subscriptions-unsubscribe-survey-fieldset {
  padding: 0 !important;
  text-align: left !important;
}
.tc-confirmation-form .systems-page .success {
  background-color:transparent;
  border: none;
  color: #111E40;
  margin: 0px 0 0;
  padding: 0;
  width: auto;
  font-size: 30px;
  line-height: 40px;
}
.tc-confirmation-form button.hs-button {
  margin: 30px 0 0 !important;
}
.tc-confirmation-form form#hs-subscriptions-unsubscribe-survey{
  background-color: transparent;
  max-width: 500px;
  margin: auto;
  padding: 30px 0 0 0;
}
.tc-confirmation-form .systems-page {
  text-align:center;
}

/* Search page Start css */
.tc-search-result p.hs-search-results__message{
  padding:0 0 30px;
  margin:0;

}
.tc-search-result .hs-search-results__content h2{
  font-size: 36px;
  line-height: 46px;
  color:#323232;
  text-decoration: none;
  margin:0 0 10px;
}
.tc-search-result .hs-search-results__content h2:hover{
  color:#F8164F;
}
.tc-search-result .hs-search-results__content p{
  font-size: 16px;
  line-height: 26px;
  color:#323232;
  margin:0px;
  padding:0;
}
.tc-search-result nav.hs-search-results__pagination{
  padding:80px 0 0;
}
.hs-search-results__pagination__link--number{
  background: #323232;
  color: #fff;
}
.tc-search-result nav.hs-search-results__pagination .hs-search-results__pagination__link--active {
  background: #F8164F;
  color: #fff;
}
.tc-search-result nav.hs-search-results__pagination .hs-search-results__pagination__link-text {
  color:#323232;
}
.hs-search-results__pagination__link-icon svg {
  fill: #323232 !important;
}

/* Preference Form  Start Css */
.tc-preference-form input[type=checkbox]{
  background: transparent;
  border:1px solid #323232;
  opacity: 1 !important;
  margin: 0 !important;
}
.tc-preference-form input.hs-button{
  margin: 50px 0 !important;
}
.tc-preference-form .subscribe-options p{
  padding:0 0 0 40px!important;
}
/* Preference Form End Css  */

/* Email Subscriptions Start Css */

.success{
  margin:0;
}


/* Email Subscriptions End Css */



@media(max-width:991px) {
  .tc-search-result .hs-search-results__content h2{
    font-size: 30px;
    line-height: 40px;
  }
}

@media(max-width:767px) {
  .hs-search-results__pagination__link--last , 
  .hs-search-results__pagination__link--next ,
  .hs-search-results__pagination__link--first, 
  .hs-search-results__pagination__link--prev {
    margin: 0 !important;
  }
  .hs-search-results__pagination__link--number {
    padding: 3px 5px !important;
  }
  .tc-search-result .hs-search-results__content h2{
    font-size: 24px;
    line-height: 34px;
  }
  .tc-search-result .hs-search-results__listing{
    gap:30px !important;
  }
  .tc-preference-form input.hs-button{
    margin: 30px 0 !important;
  }
}
/* Search page End css */



@media(max-width:991px) {
  .tc-error-hero-section,
  .tc-backup-unsubscribe-hero,
  .tc-search-hero,
  .tc-search-result ,
  .tc-preference-hero,
  .tc-confirmation-hero {
    margin:72px 0 0;
    padding:80px 0 ;
  }
  .tc-error-section,
  .tc-backup-unsubscribe-form,
  .tc-membership,
  .tc-preference-form ,
  .tc-confirmation-form {
    padding:80px 0;
  }
}
@media(max-width:767px) {
  .tc-error-hero-section,
  .tc-backup-unsubscribe-hero,
  .tc-search-hero,
  .tc-preference-hero,
  .tc-confirmation-hero , 
  .tc-error-section,
  .tc-backup-unsubscribe-form,
  .tc-membership ,
  .tc-search-result,
  .tc-preference-form ,
  .tc-confirmation-form {
    padding:60px 0;
  }
  .tc-preference-form form .item .checkbox-row {
    position:relative;
  }
  .tc-preference-form form .item .item-inner {
    padding: 15px;
  }
  .tc-preference-form form .item .checkbox-row,
  .tc-preference-form form .subscribe-options p {
    padding-left: 40px;
  }
  .tc-preference-form form .item .fakelabel input,
  .tc-preference-form form .subscribe-options p input, 
  .tc-preference-form form .checkbox-row span.fakelabel [type=checkbox]+span:before, 
  .tc-preference-form form .subscribe-options p label [type=checkbox]+span:before {
    left: 0;
  }
  .tc-preference-form form .item .item-inner p {
    margin-left: 0;
  }
  .tc-preference-form form .checkbox-row span.fakelabel [type=checkbox]:checked+span:after,
  .tc-preference-form form .checkbox-row span.fakelabel [type=checkbox]:not(:checked)+span:after {
    left: 7px;
  }
}
/* System Page CSS End */


/* Logo CSS Start  */

.tc-logo .tc-logo-heading{
  margin:0 0 60px 0;
}
.tc-logo .tc-logo-heading h2{
  margin:0;
  text-align:center;
}
.tc-logo .tc-logo-heading h2 span{
  color:#F8164F;
}
.tc-logo .tc-logo-heading p{
  margin:30px 0 0 0; 
  text-align:center;
}
.tc-logo .container {
  max-width: 1298px;
  margin: auto;
}
.tc-logo .full-width{
  max-width: 100%;
  margin: auto;
  padding:0 14px;
}
.tc-logo .tc-logo-slider ul li .tc-logo-box {
  background: #fff;
  border-radius: 7px;
  box-shadow: 0 0 35px rgba(0, 0, 0, .08);
  height: -webkit-fill-available;
  margin: 37px 0;
  padding: 10px 15px 9px;
  width: 100%;
  max-height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tc-logo .tc-logo-slider ul li .tc-logo-box img {
  height: 100% !important;
  max-width: 100% !important;
  object-fit: contain;
  width: revert-layer;
  display: flex;
  align-items: center;
}
.tc-logo .tc-logo-slider ul.splide__pagination{
  position: initial !important;
  background: #fff;
  border: 1px solid rgb(50 50 50 / 20%);
  border-radius: 100px;
  margin: 86px auto 0;
  width: 100%;
  max-width: fit-content;
  padding:10px ;
  display: flex;
  gap: 10px;
}
.tc-logo .tc-logo-slider ul.splide__pagination li{
  line-height: 0;
}
.tc-logo  ul.splide__pagination:before{
  content: "";
  position: absolute;
  height: 0.5px;
  width:100% !important;
  background: rgb(50 50 50 / 20%)!important;
  z-index: -1;
}
.tc-logo .splide__pagination__page:hover{
  border:0px !important;
}
.tc-logo .splide__pagination__page{
  background: #323232 !important;
  opacity: 1 !important;
  width:10px !important;
  height:10px !important;
  margin:0 !important;
  border-radius: 100px !important;
}
.tc-logo .splide__pagination__page.is-active {
  background: #009FDA !important;
  transform: none !important;
  width:30px !important;
  z-index: 1;
}
.tc-logo .tc-logo-cta {
  margin-top: 50px;
}
@media(max-width:991px){
  .tc-logo .tc-logo-heading {
    margin: 0 0 40px;
  }
  .tc-logo .tc-logo-slider ul.splide__pagination{
    margin: 65px auto 0;
  }
  .tc-logo .tc-logo-slider ul li .tc-logo-box{
    width:auto;
  }
}

@media(max-width:767px){
  .tc-logo .tc-logo-heading {
    margin: 0 0 30px;
  }
  .tc-logo .tc-logo-slider ul.splide__pagination{
    margin: 30px auto 0;
  }
  .tc-logo .tc-logo-slider ul li .tc-logo-box{
    margin: 20px 0;
    width:auto;
  }
}
/* Logo Css End  */



/* Blog Index Css Start  */
.tc-latest-blog-listing {
  padding:47px 0 110px;
}
.tc-latest-blog-listing .tc-latest-blog-heading {
  margin:0 0 60px;
  text-align:center;
}
.tc-latest-blog-listing .tc-latest-blog-heading h2 {
  margin:0;
  text-align:center;
}
.tc-latest-blog-listing .tc-latest-blog-heading h2 span {
  color:#F8164F;
}
.tc-latest-blog-listing .tc-latest-blog-Content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.tc-latest-blog-listing .tc-latest-blog-Content .tc-latest-blog-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  gap: 20px;
  background: #FFFFFF;
  border: 1px solid rgba(0, 159, 218, 0.2);
  box-shadow: 0px 20px 47px rgba(50, 50, 50, 0.05);
  border-radius: 7px;
}
.tc-latest-blog-listing .tc-latest-blog-Content .tc-latest-blog-card .tc-latest-blog-img {
  line-height:0;
  width: 100%;
}
.tc-latest-blog-listing .tc-latest-blog-Content .tc-latest-blog-card .tc-latest-blog-img a {
  line-height:0;
  display:block;
}
.tc-latest-blog-listing .tc-latest-blog-Content .tc-latest-blog-card .tc-latest-blog-img a img {
  max-width: 100%;
  width: 100%;
}
.tc-latest-blog-listing .tc-latest-blog-Content .tc-latest-blog-card .tc-latest-blog-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 10px;
  gap: 20px;
}
.tc-latest-blog-listing .tc-latest-blog-Content .tc-latest-blog-card .tc-latest-blog-details .tc-latest-blog-categories ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.tc-latest-blog-listing .tc-latest-blog-Content .tc-latest-blog-card .tc-latest-blog-details .tc-latest-blog-categories ul li {
  background: rgba(50, 50, 50, 0.1);
  border-radius: 7px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 5px 15px;
  gap: 10px;
}
.tc-latest-blog-listing .tc-latest-blog-Content .tc-latest-blog-card .tc-latest-blog-details .tc-latest-blog-categories ul li a {
  color: #323232;
  font-size: 14px;
  line-height: 24px;
}
.tc-latest-blog-listing .tc-latest-blog-Content .tc-latest-blog-card .tc-latest-blog-details .tc-latest-blog-discription h4 ,
.tc-latest-blog-listing .tc-latest-blog-Content .tc-latest-blog-card .tc-latest-blog-details .tc-latest-blog-discription h4 a{
  font-weight: 800;
  margin: 0;
  color:#323232;
  font-size: 24px;
  line-height: 34px;
}
.tc-latest-blog-listing .tc-latest-blog-Content .tc-latest-blog-card .tc-latest-blog-details .tc-latest-blog-discription h2 ,
.tc-latest-blog-listing .tc-latest-blog-Content .tc-latest-blog-card .tc-latest-blog-details .tc-latest-blog-discription h3 ,
.tc-latest-blog-listing .tc-latest-blog-Content .tc-latest-blog-card .tc-latest-blog-details .tc-latest-blog-discription p{
  margin:20px 0 0;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}
.tc-latest-blog-listing .tc-latest-blog-Content .tc-latest-blog-card .tc-latest-blog-details .tc-button-content {
  max-width: 100%;
  width:100%;
}
.tc-latest-blog-listing .tc-latest-blog-Content .tc-latest-blog-card .tc-latest-blog-details .tc-button-content.i-left a.tc-btn-link {
  justify-content: center;
}
.tc-latest-blog-listing .blog-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 60px 0 0;
}
.tc-latest-blog-listing .blog-pagination .next-page ,
.tc-latest-blog-listing .blog-pagination .prev-page ,
.tc-latest-blog-listing .blog-pagination a.page-num {
  display: flex;
  border: 1px solid hsl(from #323232 h s l / 0.5);
  height: 62px;
  width: 62px;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  color: #000;
  font-weight: 600;
}
/* .tc-latest-blog-listing .blog-pagination a.blog-pagination__link.blog-pagination__prev-link.blog-pagination__prev-link--disabled ,
.tc-latest-blog-listing .blog-pagination a.blog-pagination__link.blog-pagination__next-link.blog-pagination__next-link--disabled {
border: 1px solid hsl(from #2d2d2d h s l / 0.2);
} */
.tc-latest-blog-listing .blog-pagination .next-page svg{
  transform: rotate(136deg);
}
.tc-latest-blog-listing .blog-pagination .prev-page svg {
  transform: rotate(30deg);
}
.tc-latest-blog-listing .blog-pagination a.blog-pagination__link.blog-pagination__number-link {
  font-weight: 600;
  color: #323232;
}
.tc-latest-blog-listing .blog-pagination a.page-num.active {
  border: 1px solid #009FDA;
  background: #009FDA;
  color: #fff;
}
.tc-latest-blog-listing .tc-latest-blog-filter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 0;
  margin: 0 0 30px;
}
.tc-latest-blog-listing .tc-latest-blog-filter .tc-latest-blog-filter-left {
  width:100%;
}
.tc-latest-blog-listing .tc-latest-blog-filter .tc-latest-blog-filter-right {
  display:flex;
  align-items:center;
  gap:13px;
  width:100%;
  max-width:300px;
}
.tc-latest-blog-listing .tc-latest-blog-filter .tc-latest-blog-filter-left .tc-latest-blog-filter-category p ,
.tc-latest-blog-listing .tc-latest-blog-filter .tc-latest-blog-filter-right .tc-latest-blog-filter-short p {
  margin:0;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color:#000;
  font-family: 'Plus Jakarta Sans';
}
.tc-latest-blog-listing .tc-latest-blog-filter .tc-latest-blog-filter-left .tc-latest-blog-category-dropdown ,
.tc-latest-blog-listing .tc-latest-blog-filter .tc-latest-blog-filter-right .tc-latest-blog-short-dropdown {
  background: rgba(50, 50, 50, 0.05);
  border-radius: 7px;
  padding: 10px 15px;
}
.tc-latest-blog-listing .tc-latest-blog-filter .tc-latest-blog-filter-left .tc-latest-blog-category-dropdown select#category ,
.tc-latest-blog-listing .tc-latest-blog-filter .tc-latest-blog-filter-right .tc-latest-blog-short-dropdown select#short,
.tc-latest-blog-listing .tc-latest-blog-filter .tc-latest-blog-filter-right .tc-latest-blog-short-dropdown select#tag{
  border: none;
  background: transparent;
  outline: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px !important;
  font-family: 'Plus Jakarta Sans';
}
.tc-latest-blog-listing .tc-latest-blog {
  display: flex;
  gap: 30px;
  padding: 10px;
  background: #323232;
  border: 1px solid rgba(0, 159, 218, 0.2);
  box-shadow: 0px 20px 47px rgba(50, 50, 50, 0.05);
  border-radius: 7px;
  margin: 0 0 60px;
}
.tc-latest-blog-listing .tc-latest-blog .tc-latest-blog-details-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 19px;
  padding: 10px;
}
.tc-latest-blog-listing .tc-latest-blog .tc-latest-blog-details-box .tc-latest-blog-info {
  display: flex;
  flex-direction: column;
  gap: 19px;
  border-bottom: 1px solid hsl(from #fff h s l / 0.2);
}
.tc-latest-blog-listing .tc-latest-blog .tc-latest-blog-details-box .tc-latest-blog-info .tc-latest-blog-categories ul {
  display: flex;
  gap: 10px;
  list-style-type: none;
  margin:0;
  padding:0;
}
.tc-latest-blog-listing .tc-latest-blog .tc-latest-blog-details-box .tc-latest-blog-info .tc-latest-blog-categories ul li {
  background: hsl(from #fff h s l / 0.1);
  border-radius: 7px;
  padding: 5px 15px;
  line-height:24px;
}
.tc-latest-blog-listing .tc-latest-blog .tc-latest-blog-details-box .tc-latest-blog-info .tc-latest-blog-categories ul li a {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #FFFFFF;
}
.tc-latest-blog-listing .tc-latest-blog .tc-latest-blog-details-box .tc-latest-blog-info .tc-latest-blog-discription h4 ,
.tc-latest-blog-listing .tc-latest-blog .tc-latest-blog-details-box .tc-latest-blog-info .tc-latest-blog-discription h4 a{
  color: #fff;
  font-size: 24px;
  font-weight: 800;
  line-height: 34px;
  margin: 0;
}
.tc-latest-blog-listing .tc-latest-blog .tc-latest-blog-details-box .tc-latest-blog-info .tc-latest-blog-discription p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  margin: 19px 0;
  color:#fff;
}
.tc-latest-blog-listing .tc-latest-blog .tc-latest-blog-img {
  line-height:0;
}
.tc-latest-blog-listing .tc-latest-blog .tc-latest-blog-img a {
  line-height:0;
  display:block;
  height:100%;
  width:100%;
}
.tc-latest-blog-listing .tc-latest-blog .tc-latest-blog-img a img {
  min-width: 624px;
  height: 349px;
}
.tc-latest-blog-listing .tc-latest-blog .tc-button-content.white a.tc-btn-link:hover {
  background-color: #009FDA !important;
  border: 1px solid #009FDA !important;
}
/* abc */

.tc-latest-blog-filter .tc-latest-blog-filter-left .tc-blog-search input{
  font-size: 16px;
  outline: 0 !important;
  background: transparent;
  border: 1px solid hsl(from #323232 h s l / .2);
  border-radius: 5px;
  padding: 16px 20px;
  width: 100%;
  max-width: -webkit-fill-available;
}
.tc-latest-blog-filter .tc-latest-blog-filter-left .tc-blog-search input:focus-visible {
  border: 1px solid #000 !important;
  outline: none;
}
@media (max-width:991px){
  .tc-latest-blog-listing {
    padding:0 0 80px;
  }
  .tc-latest-blog-listing .tc-latest-blog-heading {
    margin: 0 0 50px;
  }
  .tc-latest-blog-listing .tc-latest-blog {
    margin: 0 0 50px;
    flex-direction: column;
  }
  .tc-latest-blog-listing .tc-latest-blog .tc-latest-blog-img a img
  {
    min-width: 100%;
    height: 349px;
  }
  .tc-latest-blog-listing .tc-latest-blog-Content {
    grid-template-columns: repeat(2, 1fr);
  }
  .tc-latest-blog-listing .blog-pagination .next-page ,
  .tc-latest-blog-listing .blog-pagination .prev-page ,
  .tc-latest-blog-listing .blog-pagination a.page-num {
    height: 50px;
    width: 50px;
  }
  .tc-latest-blog-listing .tc-latest-blog-filter {
    flex-wrap:wrap;
  }
}
@media (max-width:767px){
  .tc-latest-blog-listing {
    padding:0 0 60px;
  }
  .tc-latest-blog-listing .tc-latest-blog-heading {
    margin: 0 0 30px;
  }
  .tc-latest-blog-listing .tc-latest-blog {
    margin: 0 0 30px;
  }
  .tc-latest-blog-listing .tc-latest-blog .tc-latest-blog-img a img {
    min-width: auto;
    width: 100%;
    height: auto;
  }
  .tc-latest-blog-listing .tc-latest-blog-Content {
    grid-template-columns: repeat(1, 1fr);
  }
  .tc-latest-blog-listing .blog-pagination {
    flex-wrap: wrap;
    gap: 10px;
  }
  .tc-latest-blog-listing .blog-pagination .next-page ,
  .tc-latest-blog-listing .blog-pagination .prev-page ,
  .tc-latest-blog-listing .blog-pagination a.page-num {
    height: 40px;
    width: 40px;
  }
}
@media (max-width:650px){
  .tc-latest-blog-listing .tc-latest-blog-filter {
    flex-direction: column;
    align-items: flex-start;
  } 
  .tc-latest-blog-listing .tc-latest-blog-filter .tc-latest-blog-filter-left, .tc-latest-blog-listing .tc-latest-blog-filter .tc-latest-blog-filter-right {
    width: 100%;
  }
  .tc-latest-blog-listing .tc-latest-blog-filter .tc-latest-blog-filter-left .tc-latest-blog-category-dropdown, 
  .tc-latest-blog-listing .tc-latest-blog-filter .tc-latest-blog-filter-right .tc-latest-blog-short-dropdown ,
  .tc-latest-blog-listing .tc-latest-blog-filter .tc-latest-blog-filter-left .tc-latest-blog-category-dropdown select#category, 
  .tc-latest-blog-listing .tc-latest-blog-filter .tc-latest-blog-filter-right .tc-latest-blog-short-dropdown select#short,
  .tc-latest-blog-listing .tc-latest-blog-filter .tc-latest-blog-filter-right .tc-latest-blog-short-dropdown select#tag{
    width: -webkit-fill-available;
  } 
}
@media (max-width:450px) {
  .tc-latest-blog-listing .tc-latest-blog-filter .tc-latest-blog-filter-left, .tc-latest-blog-listing .tc-latest-blog-filter .tc-latest-blog-filter-right
  {
    flex-direction: column;
    align-items: flex-start;
  }
}
/* Blog Index Css End  */

/* Blog Post Css Start  */
.tc-blog-post .tc-blog-post-banner-hero {
  position: relative;
  overflow: visible;
  z-index: 1;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-top: 103px;
  background-image: url(https://hub.truvo.ca/hubfs/hero-img-1.png);
  background-size: cover;
  background-position: center center;
  background-color: #F3FBFE;    
}
.tc-blog-post .tc-blog-post-content {
  padding:110px 0;   
}
.tc-blog-post .tc-blog-post-content .tc-blog-post-content-box {
  display:flex;
  gap:30px;
}
.tc-blog-post .tc-blog-post-content .tc-blog-post-content-box .tc-blog-post-content-box-left {
  width:65.87%;	    
}
.tc-blog-post .tc-blog-post-content .tc-blog-post-content-box .tc-blog-post-content-box-right {
  width:31.80%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.tc-blog-post .tc-blog-post-content .tc-blog-post-content-box .tc-blog-post-content-box-left .tc-blog-post-list {
  display:flex;
  align-items:center;
  gap:15px;
  flex-wrap: wrap;
  margin:0 0 20px;
}
.tc-blog-post .tc-blog-post-content .tc-blog-post-content-box .tc-blog-post-content-box-left .tc-blog-featured-image img {
  width:100%;
}
.tc-blog-post .tc-blog-post-content .tc-blog-post-content-box .tc-blog-post-content-box-left .tc-blog-post-list .tc-blog-post-tags ul {
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap: wrap;
  list-style-type:none;
  padding:0 0 0 15px;
  margin:0;  
}
.tc-blog-post .tc-blog-post-content .tc-blog-post-content-box .tc-blog-post-content-box-left .tc-blog-post-list .tc-blog-post-tags ul li a{
  padding: 5px 15px;
  background: hsl(from #323232 h s l / 0.1);
  border-radius: 7px;
  color:#323232;
  display:block;
}
.tc-blog-post .tc-blog-post-content .tc-blog-post-content-box .tc-blog-post-content-box-left .tc-blog-post-list .tc-blog-post-by ,
.tc-blog-post .tc-blog-post-content .tc-blog-post-content-box .tc-blog-post-content-box-left .tc-blog-post-list .tc-blog-post-date {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
}
.tc-blog-post .tc-blog-post-content .tc-blog-post-content-box .tc-blog-post-content-box-left .tc-blog-post-list .tc-blog-post-date {
  padding-left:15px;
}
.tc-blog-post .tc-blog-post-content .tc-blog-post-content-box .tc-blog-post-content-box-left a {
  display:flex;;
}
.tc-blog-post .tc-blog-post-content .tc-blog-post-content-box .tc-blog-post-content-box-left p a {
  display: inline-block;
}
.tc-blog-post .tc-blog-post-content .tc-blog-post-content-box .tc-blog-post-content-box-left a img {
  width:100%;
  height:100%;
  max-width:100%;
  object-fit: cover;
  margin:30px 0;
}
.tc-blog-post .tc-blog-post-content .tc-blog-post-content-box .tc-blog-post-content-box-right .tc-blog-search {
  background: #FFFFFF;
  border: 1px solid hsl(from #323232 h s l / 0.1);
  border-radius: 7px;
  padding:28px;
}
.tc-blog-post .tc-blog-post-content .tc-blog-post-content-box .tc-blog-post-content-box-right .tc-blog-search button.tc-blog-search-btn {
  background: transparent;
  color: #323232;
  border: none;
  padding: 0;
}
.tc-blog-post .tc-blog-post-content .tc-blog-post-content-box .tc-blog-post-content-box-right .tc-blog-search .tc-blog-search-box form input {
  display: flex;
  gap: 10px;
  align-items: center;
  border: 1px solid hsl(from #323232 h s l / 0.2);
  border-radius: 5px;
  padding: 14px 20px;
  justify-content: space-between;
}
.tc-blog-post .tc-blog-post-content .tc-blog-post-content-box .tc-blog-post-content-box-right .tc-blog-search .tc-blog-search-box form {
  background: transparent;
}
.tc-blog-post .tc-blog-post-content .tc-blog-post-content-box .tc-blog-post-content-box-right .tc-blog-search .tc-blog-search-box input.tc-blog-search-input {
  border: none;
  outline: none;
  font-size: 14px;
  line-height: 24px;
  font-family: 'Roboto';
}
.tc-blog-post .tc-blog-post-content .tc-blog-post-content-box .tc-blog-post-content-box-right .tc-blog-search .tc-blog-search-box form button {
  padding: 0;
  background: transparent;
  border: 0;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}
.tc-blog-post .tc-blog-post-content .tc-blog-post-content-box .tc-blog-post-content-box-right .tc-blog-search .tc-blog-search-box form button svg {
  height: 16px;
  color: #323232;
  fill: currentColor;
}
.tc-blog-post .tc-blog-post-content .tc-blog-post-content-box .tc-blog-post-content-box-right .tc-blog-search .tc-blog-search-box input::placeholder {
  color:hsl(from #323232 h s l / 0.5); 
}
.tc-blog-post .tc-blog-post-content .tc-blog-post-content-box .tc-blog-post-content-box-right .tc-blog-categories ,
.tc-blog-post .tc-blog-post-content .tc-blog-post-content-box .tc-blog-post-content-box-right .tc-blog-tags ,
.tc-blog-post .tc-blog-post-content .tc-blog-post-content-box .tc-blog-post-content-box-right .tc-blog-related ,
.tc-blog-post .tc-blog-post-content .tc-blog-post-content-box .tc-blog-post-content-box-right .tc-blog-services {
  background: #FFFFFF;
  border: 1px solid hsl(from #323232 h s l / 0.2);
  border-radius: 7px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px;
  gap: 20px;
}
.tc-blog-post .tc-blog-post-content .tc-blog-post-content-box .tc-blog-post-content-box-right .tc-blog-categories .tc-blog-heading ,
.tc-blog-post .tc-blog-post-content .tc-blog-post-content-box .tc-blog-post-content-box-right .tc-blog-tags .tc-blog-heading ,
.tc-blog-post .tc-blog-post-content .tc-blog-post-content-box .tc-blog-post-content-box-right .tc-blog-related .tc-blog-heading ,
.tc-blog-post .tc-blog-post-content .tc-blog-post-content-box .tc-blog-post-content-box-right .tc-blog-services .tc-blog-heading {
  font-size:20px;
  line-height:30px;
  font-weight: 700;
  margin: 0;
  padding: 0 0 12px;
  position: relative;
}
.tc-blog-post .tc-blog-post-content .tc-blog-post-content-box .tc-blog-post-content-box-right .tc-blog-categories .tc-blog-heading::after ,
.tc-blog-post .tc-blog-post-content .tc-blog-post-content-box .tc-blog-post-content-box-right .tc-blog-tags .tc-blog-heading::after ,
.tc-blog-post .tc-blog-post-content .tc-blog-post-content-box .tc-blog-post-content-box-right .tc-blog-related .tc-blog-heading::after ,
.tc-blog-post .tc-blog-post-content .tc-blog-post-content-box .tc-blog-post-content-box-right .tc-blog-services .tc-blog-heading::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 2px;
  left: 0;
  bottom: 0;
  right: 0;
  background: #009FDA;
}
.tc-blog-post .tc-blog-post-content .tc-blog-post-content-box .tc-blog-post-content-box-right .tc-blog-categories .tc-blog-category-list ,
.tc-blog-post .tc-blog-post-content .tc-blog-post-content-box .tc-blog-post-content-box-right .tc-blog-related .tc-blog-related-list ,
.tc-blog-post .tc-blog-post-content .tc-blog-post-content-box .tc-blog-post-content-box-right .tc-blog-services .tc-blog-service-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: -webkit-fill-available;
}
.tc-blog-post .tc-blog-post-content .tc-blog-post-content-box .tc-blog-post-content-box-right .tc-blog-categories .tc-blog-category-list .tc-blog-category-item a ,
.tc-blog-post .tc-blog-post-content .tc-blog-post-content-box .tc-blog-post-content-box-right .tc-blog-services .tc-blog-service-item a {
  display: block;
  padding: 15px;
  border-bottom: 1px solid hsl(from #323232 h s l / 0.1);
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  color: #323232;
  transition: all 0.5s ease;
}
.tc-blog-post .tc-blog-post-content .tc-blog-post-content-box .tc-blog-post-content-box-right .tc-blog-categories .tc-blog-category-list .tc-blog-category-item a:hover ,
.tc-blog-post .tc-blog-post-content .tc-blog-post-content-box .tc-blog-post-content-box-right .tc-blog-services .tc-blog-service-item a:hover {
  background: rgba(0, 159, 218, 0.1);
  border-radius: 7px;
  border-bottom:1px solid rgba(0, 159, 218, 0.1);
  color:#009FDA;
}
.tc-blog-post .tc-blog-post-content .tc-blog-post-content-box .tc-blog-post-content-box-right .tc-blog-tags .tc-blog-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.tc-blog-post .tc-blog-post-content .tc-blog-post-content-box .tc-blog-post-content-box-right .tc-blog-tags .tc-blog-tag-list .tc-blog-tag a {
  padding: 4px 10px;
  border: 1px solid hsl(from #323232 h s l / 0.1);
  border-radius: 7px;
  display:block;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #323232;
  transition: all 0.5s ease;
}
.tc-blog-post .tc-blog-post-content .tc-blog-post-content-box .tc-blog-post-content-box-right .tc-blog-tags .tc-blog-tag-list .tc-blog-tag a:hover {
  background: rgba(0, 159, 218, 0.1);
  border-radius: 7px;
  border-color:rgba(0, 159, 218, 0.1);
  color:#009FDA;
}
.tc-blog-post .tc-blog-post-content .tc-blog-post-content-box .tc-blog-post-content-box-right .tc-blog-related .tc-blog-related-list .tc-blog-related-item a {
  padding: 15px;
  display:block;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  color: #323232;
}
.tc-blog-post .tc-blog-post-content-body .hs_cos_wrapper_meta_field {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.tc-blog-post .tc-blog-post-content-body .hs_cos_wrapper_meta_field h3 , 
.tc-blog-post .tc-blog-post-content-body .hs_cos_wrapper_meta_field h4 {
  margin:10px 0 0;
}
.tc-blog-post .tc-blog-post-content-body .hs_cos_wrapper_meta_field p {
  margin:0;
  font-size:18px;
  line-height:28px;
}
.tc-blog-post .tc-blog-post-content-body ul {
  margin:0;
  display: flex;
  flex-direction: column;
  gap: 0px;
  padding-left: 20px;
}
.tc-blog-post .tc-blog-post-content-body h2 {
  margin:0;
}
.tc-blog-post .tc-blog-post-content-body ul.ul {
  margin:0;
  list-style-type:none;ok, 
  display: flex;
  flex-direction: column;
  gap: 0px;
}
.tc-blog-post .tc-blog-post-content-body .hs_cos_wrapper_meta_field ol {
  margin:0;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 0px;
}
.tc-blog-post .tc-blog-post-content-body .hs_cos_wrapper_meta_field h4 {
  font-weight: 700;
}
.tc-blog-post .tc-blog-post-content-body .hs_cos_wrapper_meta_field ul.ul li {
  display:flex;
  gap:10px;
  align-items:center;
}
.tc-blog-post .tc-blog-post-content-body .hs_cos_wrapper_meta_field ul li svg {
  width: 100%;
  height: 14px;
  max-width: 14px;
}
.tc-blog-post .tc-blog-post-content-body h3,
.tc-blog-post .tc-blog-post-content-body h4,
.tc-blog-post .tc-blog-post-content-body h5,
.tc-blog-post .tc-blog-post-content-body h6{
  margin:0;
  font-weight:600;
}
.tc-blog-post .tc-blog-post-content-body .hs_cos_wrapper_meta_field .tc-blog-post-list-grid {
  display:grid;
  grid-template-columns: repeat(2, 1fr);
}
.tc-blog-post .hs_cos_wrapper_type_module .tc-cta .content-wrapper {
  padding:0;
}
.tc-blog-post .tc-blog-post-article{
  display: flex;
  align-items: center;
  padding: 19px 20px 19px 0px;
  gap: 15px;
  border-width: 1px 0px;
  border-style: solid;
  border-color: rgba(50, 50, 50, 0.2);
  flex-wrap: wrap;
  margin:30px 0 0 0;
}
.tc-blog-post .tc-blog-post-article .tc-blog-post-text p {
  margin:0;
}
.tc-blog-post .tc-blog-post-article ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
  gap: 10px;
}
.tc-blog-post .tc-blog-post-article ul li a {
  background: rgba(50, 50, 50, 0.1);
  border-radius: 7px;
  width: 49px;
  height: 49px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;
}
.tc-blog-post .tc-blog-post-article ul li a:hover {
  background:#009FDA;
}
.tc-blog-post .tc-blog-post-article ul li a:hover svg path {
  fill:#fff;
}
.tc-blog-post .tc-blog-post-date:before ,
.tc-blog-post .tc-blog-post-tags ul:before {
  background: #009FDA;
  border-radius: 50%;
  content: "";
  height: 7px;
  width: 7px;
  position: absolute;
  left: 0px;
}
.tc-blog-post .tc-blog-post-tags {
  position: relative;
}
@media(max-width:991px){
  .tc-blog-post .tc-blog-post-content .tc-blog-post-content-box {
    flex-direction: column;
  }
  .tc-blog-post .tc-blog-post-content .tc-blog-post-content-box .tc-blog-post-content-box-left {
    width:100%;	    
  }
  .tc-blog-post .tc-blog-post-content .tc-blog-post-content-box .tc-blog-post-content-box-right {
    width:100%;
  }
  .tc-blog-post .tc-blog-post-content {
    padding:80px 0;   
  }
}
@media(max-width:767px){
  .tc-blog-post .tc-blog-post-content {
    padding:60px 0;   
  }
  .tc-blog-post .tc-blog-post-content .tc-blog-post-content-box .tc-blog-post-content-box-right .tc-blog-categories,
  .tc-blog-post .tc-blog-post-content .tc-blog-post-content-box .tc-blog-post-content-box-right .tc-blog-related, 
  .tc-blog-post .tc-blog-post-content .tc-blog-post-content-box .tc-blog-post-content-box-right .tc-blog-services,
  .tc-blog-post .tc-blog-post-content .tc-blog-post-content-box .tc-blog-post-content-box-right .tc-blog-tags {
    padding:15px;
  }
  .tc-blog-post .tc-blog-post-content-body .hs_cos_wrapper_meta_field .tc-blog-post-list-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .tc-blog-post .tc-blog-post-date:before ,
  .tc-blog-post .tc-blog-post-tags ul:before {
    content: none !important;
    background: none !important;
  }
}
/* Blog Post Css End  */
/* Hero Start */
.tc-hero-banner .tc-hero-banner-inner .tc-hero-banner-content{
  display: grid;
  grid-template-columns: 1fr repeat(12, 100px) 1fr;
  grid-auto-rows: auto;
  grid-gap: 10px;
  align-items: center;
}
.tc-hero-banner .full-width {
  padding:0 16px;
}
.tc-hero-banner .tc-hero-banner-inner .tc-hero-banner-content .tc-hero-banner-left{
  grid-column: 2 / 9;
}
.tc-hero-banner .tc-hero-banner-inner .tc-hero-banner-content .tc-hero-banner-left .tc-hero-banner-heading{
  margin:0 0 30px;
}
.tc-hero-banner .tc-hero-banner-inner .tc-hero-banner-content .tc-hero-banner-left .tc-hero-banner-heading h1{
  margin:0;
}
.tc-hero-banner .tc-hero-banner-inner .tc-hero-banner-content .tc-hero-banner-left .tc-hero-banner-heading h1 span{
  color:#F8164F;
}
.tc-hero-banner .tc-hero-banner-inner .tc-hero-banner-content .tc-hero-banner-left .tc-hero-banner-heading p{
  font-size:24px;
  line-height:34px;
  font-weight:400;
  margin:30px 0 0;
}
.tc-hero-banner .tc-hero-banner-inner .tc-hero-banner-content .tc-hero-banner-right{
  grid-column: 9 / 16;
  display: block;
  line-height:0;
}
/* selecte column-1 css */
.tc-hero-banner .tc-hero-banner-inner .tc-hero-banner-content.column-1{
  display:flex;
  flex-direction: column;
  gap:30px;
  align-items:center;
  justify-content:center;
}
.tc-hero-banner .tc-hero-banner-inner .tc-hero-banner-content.column-1 .tc-hero-banner-left .tc-hero-banner-heading h1 {
  margin:0;
  text-align:center;
}
.tc-hero-banner .tc-hero-banner-inner .tc-hero-banner-content.column-1 .tc-hero-banner-left .tc-hero-banner-heading h1 span {
  color:#F8164F;
}
.tc-hero-banner .tc-hero-banner-inner .tc-hero-banner-content.column-1 .tc-hero-banner-left .tc-hero-banner-heading p{
  font-size:24px;
  line-height:34px;
  font-weight:400;
  margin:30px 0 0;
  text-align:center;
}

/* ************************ */

.tc-hero-banner-platforms-list {
  margin: auto;
  position: relative;
  top: -70px;
  z-index: 999999;
}
.tc-hero-banner-platforms-list .tc-hero-banner-platforms-list-box{
  background: #fff;
  border: 1px solid rgba(81, 98, 111, .2);
  border-radius: 7px;
  padding: 30px;
  text-align: center;
  overflow: hidden;
}
.tc-hero-banner-platforms-list .tc-hero-banner-platforms-list-box h6 {
  margin:0;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}
.tc-hero-banner-platforms-list .tc-hero-banner-platforms-list-box ul {
  padding:0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px;
  margin:30px 0 0 20px;
  gap: 20px;
}
.tc-hero-banner-platforms-list .tc-hero-banner-platforms-list-box ul li {
  cursor: pointer;
  list-style: none;
  box-shadow: 0px 0px 35px rgba(50, 50, 50, 0.07);
  border-radius: 7px;
  overflow: hidden;
}
.tc-hero-banner-platforms-list .tc-hero-banner-platforms-list-box ul li a {
  display: block;
  line-height: 0;
}
.tc-hero-banner-platforms-list .tc-hero-banner-platforms-list-box ul li p{
  font-family: Manrope !important;
  font-weight: 800;
  font-size: 24px;
  line-height: 34px;
  margin:0;
  color:#51626F;
}

/* ************************ */

.tc-hero-banner-platforms-list-box .tc-hero-banner-platforms-box {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.tc-hero-banner-platforms-list-box .tc-hero-banner-platforms-box .tc-hero-banner-logos-track {
  display: flex;
  align-items: center;
  width: max-content;  
  animation: scroll-logos 50s linear infinite;
  will-change: transform;
  transform: translate3d(0,0,0);
}
.tc-hero-banner-platforms-list-box .tc-hero-banner-platforms-box ul li img {
  width: 100%;
  height: 100%;
  min-width: 250px;
}
@keyframes scroll-logos {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/*
@keyframes Platformslist {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
*/

/* ******* */
.tc-hero-banner-email {
  position: relative;
  top: -63px;
  z-index: 1;
  left: 0;
  right: 0;
}
.tc-hero-banner-email .tc-hero-banner-email-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 30px;
  gap: 30px;
  background: #FFFFFF;
  box-shadow: 0px 0px 26px rgba(50, 50, 50, 0.05);
  border-radius: 7px;
}
.tc-hero-banner-email .tc-hero-banner-email-content .tc-hero-banner-email-text h5 {
  margin:0;
  font-weight: 800;
  font-size: 20px;
  line-height: 30px;
  max-width: 625.86px;
}
.tc-hero-banner-email .tc-hero-banner-email-content .tc-hero-banner-email-form {
  width: 100%;
  max-width: 582.14px;
}
.tc-hero-banner-email .tc-hero-banner-email-content .tc-hero-banner-email-form .hs_cos_wrapper_type_form h3 {
  display:none;
}
.tc-hero-banner-email .hsfc-Form .hsfc-Step .hsfc-Step__Content {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0 !important;
  width: 100%;
  max-width: 100%;
}
.tc-hero-banner-email .hsfc-Form .hsfc-Step .hsfc-Step__Content .hsfc-Row {
  max-width:388px;
}
.tc-hero-banner-email .hsfc-Form .hsfc-Step .hsfc-Step__Content .hsfc-Row ,
.tc-hero-banner-email .hsfc-Form .hsfc-Step .hsfc-Step__Content .hsfc-NavigationRow ,
.tc-hero-banner-email .hsfc-Form .hsfc-Step .hsfc-Step__Content .hsfc-NavigationRow .hsfc-NavigationRow__Alerts {
  margin:0!important;
}
.tc-hero-banner-email .hsfc-Form .hsfc-Step .hsfc-Step__Content .hsfc-NavigationRow .hsfc-NavigationRow__Alerts ,
.tc-hero-banner-email .hsfc-Form .hsfc-Step .hsfc-Step__Content .hsfc-Row .hsfc-EmailField label {
  display:none;
}
.tc-hero-banner-email .hsfc-Form .hsfc-Step .hsfc-Step__Content .hsfc-Row .hsfc-EmailField .hsfc-TextInput {
  padding: 17px 20px;
  background: #FFFFFF;
  border: 1px solid rgba(50, 50, 50, 0.2);
  border-radius: 100px 0px 0px 100px;
  outline:none;
  font-size: 16px;
  line-height: 26px;
}
.tc-hero-banner-email .hsfc-Form .hsfc-Step .hsfc-Step__Content .hsfc-Row .hsfc-EmailField .hsfc-TextInput:hover ,
.tc-hero-banner-email .hsfc-Form .hsfc-Step .hsfc-Step__Content .hsfc-Row .hsfc-EmailField .hsfc-TextInput:focus{
  box-shadow:none;
}
.tc-hero-banner-email .hsfc-Form .hsfc-Step .hsfc-Step__Content .hsfc-NavigationRow .hsfc-NavigationRow__Buttons .hsfc-Button {
  padding: 20px 30px;
  background: #F8164F;
  border-radius: 0px 10000px 10000px 0px;
  white-space: nowrap;
}

.tc-hero-banner-email .hsfc-Form .hsfc-Step .hsfc-Step__Content .hsfc-Row .hsfc-EmailField .hsfc-ErrorAlert {
  font-size:14px;
} 
@media (max-width: 1400px) and (min-width: 992px) {
  .tc-hero-banner .tc-hero-banner-inner .tc-hero-banner-content {
    grid-template-columns: repeat(12, 1fr); 
    grid-gap: 20px;
  }
  .tc-hero-banner .tc-hero-banner-inner .tc-hero-banner-content .tc-hero-banner-left {
    grid-column: 1 / 7; 
  }
  .tc-hero-banner .tc-hero-banner-inner .tc-hero-banner-content .tc-hero-banner-right {
    grid-column: 7 / -1; 
  }
}
@media (max-width: 991px) {
  .tc-hero-banner .full-width{
    padding:0 16px;
  }
  .tc-hero-banner .tc-hero-banner-inner .tc-hero-banner-content {
    display:flex;
    flex-direction: column;
    grid-gap: 20px;
  }
  .tc-hero-banner-platforms-list .tc-hero-banner-platforms-list-box ul li p{
    font-size: 20px;
    line-height: 30px;
  }
  .tc-hero-banner-email .tc-hero-banner-email-content {
    flex-direction: column;
  }
  .tc-hero-banner-email .tc-hero-banner-email-content .tc-hero-banner-email-form {
    max-width: 100%;
  }
  .tc-hero-banner-email .hsfc-Form .hsfc-Step .hsfc-Step__Content .hsfc-Row {
    max-width:100%;
  }
  .tc-hero-banner-platforms-list .tc-hero-banner-platforms-list-box ul {
    flex-wrap:wrap;
  }
  .tc-hero-banner-platforms-list {
    top: -45px;
  }
}
@media (max-width: 767px) {
  .tc-hero-banner-platforms-list .tc-hero-banner-platforms-list-box ul li p{
    font-size: 16px;
    line-height: 26px;
  }
  .tc-hero-banner-email .tc-hero-banner-email-content {
    padding:20px;
  }
  .tc-hero-banner-email .hsfc-Form .hsfc-Step .hsfc-Step__Content .hsfc-NavigationRow .hsfc-NavigationRow__Buttons .hsfc-Button {
    padding:20px;
  }
  .tc-hero-banner-platforms-list {
    top: -30px;
  }
}
/* Layout 2 */
.tc-hero-banner.layout-2 {

}
.tc-hero-banner.layout-2 .tc-hero-banner-content {
  display:block;
}
.tc-hero-banner.layout-2 .tc-hero-banner-inner .tc-hero-banner-content .tc-hero-banner-left {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(2, 1fr);
}
.tc-hero-banner.layout-2 .tc-hero-banner-inner .tc-hero-banner-content .tc-hero-banner-left .tc-hero-banner-content p {
  font-size:24px;
  line-height:34px;
  color:#323232;
  margin:0;
}
.tc-hero-banner.layout-2 .tc-hero-banner-inner .tc-hero-banner-content .tc-hero-banner-left .tc-hero-banner-content p span {
  color:#F8164F;
  font-weight:700;
}
.tc-content-form .form-title {
  display:none;
}
.tc-hero-banner.layout-2 .tc-hero-banner-right {
  padding:30px;
  background: #FFFFFF;
  border: 1px solid rgba(50, 50, 50, 0.2);
  border-radius: 7px;
  margin:70px 0  0;
  margin-bottom:-367px;  
}
.tc-hero-banner.layout-2 .tc-hero-banner-right h3 {
  margin:0 0 30px 0;
  text-align:center;
  padding:0 0 20px 0;
  border-bottom: 1px solid rgba(50, 50, 50, 0.2);
}
.tc-content-form form input {
  border:1px solid hsl(from #232323 h s l / 10%);
  padding:20px !important;
  border-radius:5px !important; 
  background:#fff !important;
  font-family: 'Plus Jakarta Sans';
  transition: all 0.5s ease;
}
.tc-content-form form input:focus {
  box-shadow: none !important;
  border-color:#F8164F;
}
.tc-content-form form label {
  font-weight:700;
  font-size:16px !important;
  line-height:26px !important;
  color:#232323 !important;
  margin:0 0 10px 0;
  display:block;
}
.tc-content-form form input::placeholder {
  font-size:16px;
  line-height:26px;
  color:#232323;
  font-weight:400;
  font-family: 'Plus Jakarta Sans';
}
.tc-content-form .hsfc-Step__Content {
  padding:0 !important;
}
.tc-content-form .hsfc-NavigationRow__Buttons {
  justify-content: flex-start !important;
}
.tc-content-form button {
  align-items: center !important;
  background-color: #F8164F !important;
  border: 2px solid #F8164F !important;
  border-radius: 100px !important;
  color: #fff !important;
  font-size: 16px !important;
  line-height: 22px !important;
  padding: 18px 30px !important;
  transition: all .5s ease !important;
  width: 100% !important;
  transform: scale(1) !important;
  max-width:fit-content;
  display: flex !important;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
}
.tc-content-form button:before {
  content:'\279C';
  order:2;
}
.tc-content-form .hsfc-ErrorAlert {
  font-size:12px !important;
  line-height:22px;
}
@media (max-width:991px) {
  .tc-hero-banner.layout-2 .tc-hero-banner-inner .tc-hero-banner-content .tc-hero-banner-left {
    grid-template-columns: repeat(1, 1fr);
  }
  .tc-hero-banner.layout-2 .tc-hero-banner-right {
    margin:60px 0 0;
  }
}
@media (max-width:767px) {
  .tc-hero-banner.layout-2 .tc-hero-banner-right {
    margin:50px 0 0;
  }
}

/* Hero End */
/* Content Start */
.tc-content.tc-content-wave {
  position: relative;
  overflow: hidden;  
}
.tc-content.tc-content-wave:after {
  clip-path: ellipse(100% 100% at 50% 100%);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background:#F3FBFE;
}
.tc-content .tc-content-heading {
  margin:0 0 60px 0;
  text-align:center;
}
.tc-content .tc-content-heading h2 {
  margin:0;
}
.tc-content .tc-content-heading h2 span {
  color:#F8164F;
}
.tc-content .tc-content-heading p {
  margin:30px 0 0;
  font-size:20px;
  line-height:30px;
}
.tc-content .tc-content-cta {
  margin:50px 0 0 0;
}
.tc-content .tc-content-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.tc-content .tc-content-content.column-1 {
  grid-template-columns: repeat(1, 1fr);
}
.tc-content .tc-content-content.column-3 {
  grid-template-columns: repeat(3, 1fr);
}
.tc-content .tc-content-content.column-4 {
  grid-template-columns: repeat(4, 1fr);
}
.tc-content .tc-content-content.column-5 {
  grid-template-columns: repeat(5, 1fr);
}
.tc-content .tc-content-content .tc-content-info {
  background: #FFFFFF;
  border-radius: 7px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
  gap: 26px;
  transition: all .5s ease;
}
.tc-content .tc-content-content .tc-content-info:hover {
  box-shadow: 0px 0px 35px rgba(50, 50, 50, 0.08);
  opacity:1;
}
.tc-content .tc-content-content .tc-content-info .tc-content-box {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  gap: 10px;
  border-radius: 7px;
  width: -webkit-fill-available;
  transition: all .5s ease;
}
.tc-content .tc-content-content .tc-content-info .tc-content-box .tc-content-icon i,
.tc-content .tc-content-content .tc-content-info .tc-content-box .tc-content-icon i svg {
  height:40px;
  width:40px;
  display:block;
  fill: currentColor;
}
.tc-content .tc-content-content .tc-content-info .tc-content-box .tc-content-title h3 {
  margin:0;
  color:#fff;
}
.tc-content .tc-content-content .tc-content-info .tc-content-list ul {
  margin:0;
  padding:0;
  list-style-type:none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap:26px;
}
.tc-content .tc-content-content .tc-content-info .tc-content-list ul li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.tc-content .tc-content-content .tc-content-info .tc-content-list ul li i,
.tc-content .tc-content-content .tc-content-info .tc-content-list ul li i svg {
  height:18px;
  width:18px;
  display:block;
  padding: 4px 0 0;
  fill: currentColor;
}
.tc-content .tc-content-content .tc-content-info .tc-content-list ul li p {
  margin:0;
  font-size:20px;
  line-height:30px;
}
@media (max-width:1200px) {
  .tc-content .tc-content-content.column-4,
  .tc-content .tc-content-content.column-5{
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width:991px) {
  .tc-content .tc-content-heading {
    margin:0 0 45px 0;
  }
  .tc-content .tc-content-cta {
    margin:40px 0 0 0;
  }
  .tc-content .tc-content-content {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media (max-width:767px) {
  .tc-content .tc-content-heading {
    margin:0 0 30px 0;
  }
  .tc-content .tc-content-cta {
    margin:30px 0 0 0;
  }
  .tc-content .tc-content-content {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .tc-content .tc-content-content .tc-content-info .tc-content-list ul {
    gap:15px;
  }
  .tc-content .tc-content-content .tc-content-info .tc-content-list ul li p {
    font-size:16px;
    line-height:26px;
  }
}
/* Layout 2 */
.tc-content .tc-content-content.layout-2 .tc-content-info {
  background: #FFFFFF;
  border: 1px solid rgba(0, 159, 218, 0.2);
  border-radius: 7px;
  opacity: 1;
  transition: all 0.5s ease;
}
.tc-content .tc-content-content.layout-2 .tc-content-info .tc-content-box {
  padding:0;
}
.tc-content .tc-content-content.layout-2 .tc-content-info h3 {
  margin:0;
  position: relative;
  padding: 0 0 20px 0;
  color:#323232;
  transition: all 0.5s ease;
}
.tc-content .tc-content-content.layout-2 .tc-content-info h3:before {
  content:'';
  content: "";
  background: #323232;
  width: 40px;
  height: 2px;
  position: absolute;
  bottom: 0;
  transition: all 0.5s ease;
}
.tc-content .tc-content-content.layout-2 .tc-content-info p {
  margin:20px 0 0;
  transition: all 0.5s ease;
}
.tc-content .tc-content-content.layout-2 .tc-content-info:hover {
  background:#009FDA;
  border-color:#009FDA;
}
.tc-content .tc-content-content.layout-2 .tc-content-info:hover h3:before {
  background:#fff;
}
.tc-content .tc-content-content.layout-2 .tc-content-info:hover h3 ,
.tc-content .tc-content-content.layout-2 .tc-content-info:hover p {
  color:#ffff;
}
/* Layout 3 */
.tc-content .tc-content-content.layout-3 .tc-content-heading {
  margin:0;
  text-align:left;
  width:92%;
}
.tc-content .tc-content-content.layout-3 .tc-content-info-list {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(2, 1fr);
}
.tc-content .tc-content-content.layout-3 .tc-content-info-list .tc-content-boxs {
  padding:20px;
  background: #FFFFFF;
  border: 1px solid rgba(0, 159, 218, 0.2);
  border-radius: 7px;
  text-align:center;
  transition: all 0.5s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tc-content .tc-content-content.layout-3 .tc-content-info-list .tc-content-boxs h4 {
  font-weight:700;
  color:#232323;
  margin:0;
  transition: all 0.5s ease;
}
.tc-content .tc-content-content.layout-3 .tc-content-info-list .tc-content-boxs h4 a {
  font-weight:700;
  color:#232323;
}
.tc-content .tc-content-content.layout-3 .tc-content-info-list .tc-content-boxs:hover {
  background:#009FDA;
  border-color:#009FDA;
}
.tc-content .tc-content-content.layout-3 .tc-content-info-list .tc-content-boxs:hover h4 {
  color:#ffffff;
}
.tc-content .tc-content-content.layout-3 .tc-content-info-list .tc-content-boxs:hover h4 a {
  color:#ffffff;
}
@media (max-width:991px) {
  .tc-content .tc-content-content.layout-3 .tc-content-heading {
    max-width:100%;
  }
  .tc-content .tc-content-content.layout-3 {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}
@media (max-width:767px) {
  .tc-content .tc-content-content.layout-3 .tc-content-info-list {
    grid-template-columns: repeat(1, 1fr);
    gap:20px;
  }
}
/* Layout 4 */
.tc-content .tc-content-content.layout-4 {
  display:block;
  padding:30px;
  background: #FFFFFF;
  border-top: 3px solid #009FDA;
  box-shadow: 0px 0px 35px rgba(50, 50, 50, 0.05);
  border-radius: 7px;
  max-width:1075px;
  margin:auto;
}
.tc-content .tc-content-content.layout-4 .tc-content-heading h2,
.tc-content .tc-content-content.layout-4 .tc-content-heading h3{
  margin:0;
}
@media (max-width:767px) {
  .tc-content .tc-content-content.layout-4 {
    padding:20px;
  }
}
/* Content End */
/* Content Split strat */
.tc-content-split.tc-content-split-wave:after {
  background: #f3fbfe;
  clip-path: ellipse(100% 100% at 50% 100%);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.tc-content-split .tc-common-heading-border-bottom {
  padding-bottom:30px;
  border-bottom: 1px solid rgba(81, 98, 111, 0.2);
}
.tc-content-split .tc-content-split-heading {
  margin:0 0 30px;
}
.tc-content-split .tc-content-split-heading h2 {
  margin:0;
}
.tc-content-split .tc-content-split-inner .tc-content-split-content {
  display:flex;
  gap: 30px;
  z-index: 9999;
  position: relative;
  align-items: center;
}
.tc-content-split .tc-content-split-inner .tc-content-split-content.top {
  align-items: flex-start;
}
.tc-content-split .tc-content-split-inner .tc-content-split-content.bottom {
  align-items:end;
}
.tc-content-split .tc-content-split-inner .tc-content-split-content.flip .tc-content-split-left{
  order:2;
}
.tc-content-split .tc-content-split-inner .tc-content-split-content.width-40 .tc-content-split-left,
.tc-content-split .tc-content-split-inner .tc-content-split-content.width-60 .tc-content-split-right{
  width:40%;
}
.tc-content-split .tc-content-split-inner .tc-content-split-content.width-40 .tc-content-split-right,
.tc-content-split .tc-content-split-inner .tc-content-split-content.width-60 .tc-content-split-left{
  width:60%;
}
.tc-content-split .tc-content-split-inner .tc-content-split-content.width-45 .tc-content-split-left,
.tc-content-split .tc-content-split-inner .tc-content-split-content.width-55 .tc-content-split-right{
  width:45%;
}
.tc-content-split .tc-content-split-inner .tc-content-split-content.width-45 .tc-content-split-right,
.tc-content-split .tc-content-split-inner .tc-content-split-content.width-55 .tc-content-split-left {
  width:55%;
}
.tc-content-split .tc-content-split-inner .tc-content-split-content.width-50 .tc-content-split-left,
.tc-content-split .tc-content-split-inner .tc-content-split-content.width-50 .tc-content-split-right {
  width:50%;
}
/* content-split left css */
.tc-content-split .tc-content-split-inner .tc-content-split-content .tc-content-split-left,
.tc-content-split .tc-content-split-inner .tc-content-split-content .tc-content-split-left .tc-content-split-img {
  display: flex;
  align-items:center;
  justify-content:center;
  width: 100%;           
  height: 100%;                  
  border-radius: 10px; 
}
.tc-content-split .tc-content-split-inner .tc-content-split-content .tc-content-split-left .tc-content-split-img-zoom img {
  width: 90%;
  height: 100%;
  object-fit: cover;   
  transition: transform 0.6s ease;
  transform: scale(1);    
}
.tc-content-split .tc-content-split-inner .tc-content-split-content .tc-content-split-left .tc-content-split-img-zoom:hover img {
  transform: scale(1.1);    
}
/* content-split right css */
.tc-content-split-right {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.tc-content-split .tc-content-split-inner .tc-content-split-content .tc-content-split-right .tc-content-split-heading h5 {
  margin:0;
  font-weight:600;
  font-size:20px;
  line-height:30px;
}
.tc-content-split .tc-content-split-inner .tc-content-split-content .tc-content-split-right .tc-content-split-heading h2 {
  margin:0;
}
.tc-content-split .tc-content-split-inner .tc-content-split-content .tc-content-split-right .tc-content-split-heading h2 span {
  color: #F8164F;
}
.tc-content-split .tc-content-split-inner .tc-content-split-heading p,
.tc-content-split .tc-content-split-inner .tc-content-split-content .tc-content-split-right .tc-content-split-heading p {
  margin:30px 0 0;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
}
.tc-content-split .tc-content-split-inner .tc-content-split-content .tc-content-split-right .tc-content-split-list {
  padding: 20px;
  border-radius: 5px;
}
.tc-content-split .tc-content-split-inner .tc-content-split-content .tc-content-split-right .tc-content-split-list ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px 30px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.tc-content-split .tc-content-split-inner .tc-content-split-content .tc-content-split-right .tc-content-split-list ul li {
  display:flex;
  gap:10px;
}
.tc-content-split .tc-content-split-inner .tc-content-split-content .tc-content-split-right .tc-content-split-list ul li p {
  margin:0;
  font-weight:800;
}
.tc-content-split .tc-content-split-inner .tc-content-split-content .tc-content-split-right .tc-content-split-list ul li i,
.tc-content-split .tc-content-split-inner .tc-content-split-content .tc-content-split-right .tc-content-split-list ul li i svg {
  height:30px;
  width:20px;
  color:#F8164F;
  fill: currentColor;
}
/* Content split Layout 2 */
.tc-content-split .tc-content-split-inner .tc-content-split-content.layout-2 .tc-content-split-right .tc-content-split-list {
  border:none;
  padding:0;
  display:flex;
  align-items:center;
  gap:30px;
}
.tc-content-split .tc-content-split-inner .tc-content-split-content.layout-2 .tc-content-split-right .tc-content-split-list .tc-content-split-list-text {
  padding:63px 30px 30px;
  gap: 30px;
  border-radius: 7px;
  position: relative;
}
.tc-content-split .tc-content-split-inner .tc-content-split-content.layout-2 .tc-content-split-right .tc-content-split-list .tc-content-split-list-text::before {
  content:"";
  position: absolute;
  background-color: red;
  top: 15%;
  height: 3px;
  width: 40px;
}
.tc-content-split .tc-content-split-inner .tc-content-split-content.layout-2 .tc-content-split-right .tc-content-split-list .tc-content-split-list-text h4 {
  margin:0;
  font-weight:700;
}
.tc-content-split .tc-content-split-inner .tc-content-split-content.layout-2 .tc-content-split-right .tc-content-split-list .tc-content-split-list-text p {
  margin:16px 0 0;
}
@media (max-width:991px){
  .tc-content-split .tc-content-split-inner .tc-content-split-content {
    display:flex;
    flex-direction: column;
  }
  .tc-content-split .tc-content-split-inner .tc-content-split-content .tc-content-split-left,
  .tc-content-split .tc-content-split-inner .tc-content-split-content .tc-content-split-right {
    width: -webkit-fill-available !important;
  }
  .tc-content-split.tc-content-split-wave:after {
    clip-path: ellipse(146% 100% at 50% 100%);
  }
}
@media (max-width:767px){
  .tc-content-split .tc-content-split-inner .tc-content-split-content .tc-content-split-right .tc-content-split-list ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .tc-content-split.tc-content-split-wave:after {
    clip-path:ellipse(205% 100% at 50% 100%);
  }
  .tc-content-split .tc-content-split-inner .tc-content-split-content .tc-content-split-left,
  .tc-content-split .tc-content-split-inner .tc-content-split-content .tc-content-split-left .tc-content-split-img {         
    overflow: visible;        
  }
  .tc-content-split .tc-content-split-inner .tc-content-split-content.layout-2 .tc-content-split-right .tc-content-split-list {
    flex-direction: column;
  }
}
/* Content Split End */

/* Privacuy Policy start */
.tc-privacy-policy h3 {
  color:#009FDA;
  margin:20px 0 0;
}
.tc-privacy-policy h3:first-child {
  margin: 0;
}
.tc-privacy-policy p {
  margin:10px 0 0;
  color:#51626F;
}
.tc-privacy-policy ul {
  color: #51626F;
}
/* Privacuy Policy End */

/* Blog start */
.tc-blog .tc-blog-heading {
  margin:0 0 60px;
  text-align:center;
}
.tc-blog .tc-blog-heading h2 {
  margin:0;
}
.tc-blog .tc-blog-heading p {
  margin:30px 0 0;
  font-size: 20px;
  line-height: 30px;
}
.tc-blog .tc-blog-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.tc-blog .tc-blog-content .tc-blog-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  gap: 20px;
  background: #FFFFFF;
  border: 1px solid rgba(0, 159, 218, 0.2);
  box-shadow: 0px 20px 47px rgba(50, 50, 50, 0.05);
  border-radius: 7px;
}
.tc-blog .tc-blog-content .tc-blog-card .tc-blog-img {
  line-height:0;
  width: 100%;
}
.tc-blog .tc-blog-content .tc-blog-card .tc-blog-img a {
  line-height:0;
  display:block;
}
.tc-blog .tc-blog-content .tc-blog-card .tc-blog-img a img {
  max-width: 100%;
  width: 100%;
}
.tc-blog .tc-blog-content .tc-blog-card .tc-blog-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 10px;
  gap: 20px;
  flex: 1;
}
.tc-blog .tc-blog-content .tc-blog-card .tc-blog-details .tc-blog-categories ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.tc-blog .tc-blog-content .tc-blog-card .tc-blog-categories ul li {
  background: rgba(50, 50, 50, 0.1);
  border-radius: 7px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 5px 15px;
  gap: 10px;
}
.tc-blog .tc-blog-content .tc-blog-card .tc-blog-details .tc-blog-categories ul li a {
  color: #323232;
  font-size: 14px;
  line-height: 24px;
}
.tc-blog .tc-blog-content .tc-blog-card .tc-blog-details .tc-blog-discription {
  flex:1;
}
.tc-blog .tc-blog-content .tc-blog-card .tc-blog-details .tc-blog-discription h4 ,
.tc-blog .tc-blog-content .tc-blog-card .tc-blog-details .tc-blog-discription h4 a{
  font-weight: 800;
  margin: 0;
  color:#323232;
  font-size: 24px;
  line-height: 34px;
}
.tc-blog .tc-blog-content .tc-blog-card .tc-blog-details .tc-blog-discription p{
  margin:20px 0 0;
  font-size: 16px;
  line-height: 26px;
}
.tc-blog .tc-blog-content .tc-blog-card .tc-blog-details .tc-button-content {
  max-width: 100%;
  width:100%;
}
.tc-blog .tc-blog-content .tc-blog-card .tc-blog-details .tc-button-content.i-left a.tc-btn-link {
  justify-content: center;
  text-transform: uppercase;
}
@media (max-width:991px){
  .tc-blog .tc-blog-heading {
    margin: 0 0 50px;
  }
  .tc-blog .tc-blog-content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width:767px){
  .tc-blog .tc-blog-heading {
    margin: 0 0 30px;
  }
  .tc-blog .tc-blog-content {
    grid-template-columns: repeat(1, 1fr);
  }
}
/* Blog end */
/* Content start */
.tc-content .tc-content-content.layout-5 .tc-content-info {
  background: #FFFFFF;
  border: 1px solid rgba(0, 159, 218, 0.2);
  border-radius: 7px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px;
  gap: 30px;
  opacity: 1 !important;
  transition:all 0.5s ease;
}
.tc-content .tc-content-content.layout-5 .tc-content-info:hover {
  box-shadow:none;
  border: 1px solid #009FDA;
}
.tc-content .tc-content-content.layout-5 .tc-content-info .tc-content-box {
  background: rgba(0, 159, 218, 0.1)!important;
}
.tc-content .tc-content-content.layout-5 .tc-content-info:hover .tc-content-box {
  background: #009FDA !important;
}
.tc-content .tc-content-content.layout-5 .tc-content-info .tc-content-box .tc-content-title h3 {
  color: #323232;
}
.tc-content .tc-content-content.layout-5 .tc-content-info:hover .tc-content-box .tc-content-title h3 {
  color:#fff;
}
.tc-content .tc-content-content.layout-5 .tc-content-info .tc-content-list ul li p {
  font-size:16px;
  line-height:26px;
}
.tc-content .tc-content-content.layout-5 .tc-content-info .tc-content-list ul li i, 
.tc-content .tc-content-content.layout-5 .tc-content-info .tc-content-list ul li i svg {
  padding:2px 0 0;
}
.tc-content.tc-content-approach .tc-content-content .tc-content-info {
  opacity: 1;
  background: #FFFFFF;
  border: 1px solid #009FDA;
  border-radius: 7px;
  padding: 40px;
  gap: 30px;
}
.tc-content.tc-content-approach .tc-content-content .tc-content-info:hover {
  box-shadow: none;
}
.tc-content.tc-content-approach .tc-content-content .tc-content-info .tc-content-box .tc-content-title h3 {
  color:#323232;
}
.tc-content.tc-content-opacity-1 .tc-content-content .tc-content-info {
  opacity: 1;
  background: #FFFFFF;
  box-shadow: 0px 0px 25px rgba(50, 50, 50, 0.05);
  border-radius: 7px;
  padding: 40px;
}
.tc-content.tc-content-opacity-1 .tc-content-content .tc-content-list h4 {
  margin:0 0 20px;
  color:#F8164F;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
}
.tc-content.tc-content-opacity-1 .tc-content-info .tc-content-list ul li p {
  margin: 0;
  font-size: 16px;
  line-height: 26px;
}
.tc-content.tc-content-opacity-1 .tc-content-content .tc-content-info .tc-content-list ul li i,
.tc-content.tc-content-opacity-1.tc-content-content .tc-content-info .tc-content-list ul li i svg {
  padding: 2px 0 0;
}
.tc-content.tc-content-opacity-1 .tc-content-content .tc-content-info .tc-content-list ul {
  gap:15px;
}
.tc-content.tc-content-opacity-1 .tc-content-content .tc-content-info .tc-content-box .tc-content-title h3 {
  margin: 0;
  color: #323232;
}
.tc-content .tc-content-content.layout-6{
  gap:0;
}
.tc-content .tc-content-content.layout-6 .tc-content-info:nth-child(1) {
  border-color:hsl(from #323232 h s l / 0.2);
  border-width: 1px 0 1px 1px;
  border-style: solid;
  border-radius: 7px 0 0 7px;
}
.tc-content .tc-content-content.layout-6 .tc-content-info:nth-child(2) {
  border-color:hsl(from #323232 h s l / 0.2);
  border-style: solid;
  border-radius: 0;
  border-width: 1px;
}
.tc-content .tc-content-content.layout-6 .tc-content-info:nth-child(3) {
  border-color:hsl(from #323232 h s l / 0.2);
  border-style: solid;
  border-radius: 0 7px 7px 0;
  border-width: 1px 1px 1px 0px;
}
.tc-content .tc-content-content.layout-6 .tc-content-info .tc-content-box{
  padding: 0;
}
.tc-content .tc-content-content.layout-6 .tc-content-info .tc-content-box .tc-content-title h3 {
  margin:0;
  color:#323232;
  padding:0 0 20px;
}
.tc-content .tc-content-content.layout-6 .tc-content-info .tc-content-box .tc-content-title p {
  margin:20px 0 0;
  color:#323232;
}
.tc-content .tc-content-content.layout-6 .tc-content-info .tc-content-box .tc-content-title hr {
  margin: 0;
  border-color: hsl(from #323232 h s l / 0.2);
  border-top: 0;
  border-width: 2px;
}
.tc-content .tc-content-content.layout-6 .tc-content-info:hover {
  box-shadow:none;
  background:#F3FBFE;
}

@media(max-width:991px){
  .tc-content .tc-content-content.layout-5 .tc-content-info {
    padding:30px;
  }
  .tc-content.tc-content-approach .tc-content-content .tc-content-info {
    padding:30px;
  }
  .tc-content .tc-content-content.layout-6 .tc-content-info:nth-child(1) {
    border-radius: 7px 0 0 0px;
    border-width: 1px 0 0 1px;
  }
  .tc-content .tc-content-content.layout-6 .tc-content-info:nth-child(2)
  {
    border-radius: 0 7px 7px 0;
  }
  .tc-content .tc-content-content.layout-6 .tc-content-info:nth-child(3) {
    border-width: 1px;
    border-radius: 0 0 7px 7px;
  }
}
@media(max-width:767px){
  .tc-content .tc-content-content.layout-5 .tc-content-info {
    padding:20px;
  }
  .tc-content.tc-content-approach .tc-content-content .tc-content-info {
    padding:20px;
  }
  .tc-content .tc-content-content.layout-6 .tc-content-info:first-child{
    border-radius: 7px 7px 0 0;
    border-width: 1px 1px 0 1px;
  }
  .tc-content .tc-content-content.layout-6 .tc-content-info:nth-child(2){
    border-radius: 0;
  }
  .tc-content .tc-content-content.layout-6 .tc-content-info:nth-child(3) {
    border-radius: 0 0 7px 7px;
    border-width: 0 1px 1px 1px;
  }
}
/* contact end */
/* Content split start */
.tc-content-split .tc-content-split-inner .tc-content-split-content.layout-3 .tc-content-split-left {
  padding:40px;
  border-radius:5px;
  background:#fff;  
  height: -webkit-fill-available;
}
.tc-content-split .tc-content-split-inner .tc-content-split-content.layout-3 .tc-content-split-right {
  background:#fff;
  padding:30px;
  height: -webkit-fill-available;
  border-radius:7px;
}
.tc-content-split .tc-content-split-inner .tc-content-split-content.layout-3 .tc-content-split-right .tc-content-split-list i,
.tc-content-split .tc-content-split-inner .tc-content-split-content.layout-3 .tc-content-split-right .tc-content-split-list i svg {
  color: #F8164F;
  height: 15px;
  width: 15px;
  fill: currentColor;
  display: block;
  padding: 2px 0 0;
}
.tc-content-split .tc-content-split-inner .tc-content-split-content.layout-3 .tc-content-split-right .tc-content-split-list .tc-content-split-list-text {
  display:flex;
  gap:10px;
}
.tc-content-split .tc-content-split-inner .tc-content-split-content.layout-3 .tc-content-split-right .tc-content-split-list {
  padding:0;
  display: flex;
  flex-direction: column;
  gap: 15px
}
.tc-content-split .tc-content-split-inner .tc-content-split-content.layout-3 .tc-content-split-right .tc-content-split-list .tc-content-split-list-text p { 
  margin:0;
  font-size:16px;
  line-height:26px;
}
.tc-content-split .tc-content-split-inner .tc-content-split-content.layout-3 .tc-content-split-heading-box h3 {
  margin:0;
}
.tc-content-split .tc-content-split-inner .tc-content-split-content .tc-content-split-right .tc-content-split-heading h3 {
  margin:30px 0 0;
}
.tc-content-split .tc-content-split-inner .tc-content-split-content.layout-3 .tc-content-split-heading-box p {
  margin:30px 0 0;
}
/* Content split end */
/* Cta start */
.tc-cta .tc-cta-content.layout-1 .tc-cta-content-box {
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 83px 60px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
.tc-cta .tc-cta-content.layout-1 .tc-cta-heading {
  max-width: 50%;
}
.tc-cta .tc-cta-content-box h2{
  margin:0;
  color:#fff;
}
.tc-cta .tc-cta-content-box p{
  margin:20px 0 0 0;
  color:#fff;
}
.tc-cta .tc-cta-cta .tc-button-content {
  margin: 50px auto 0;
}
/* cta layout 2 */
.tc-cta .tc-cta-content.layout-2 .tc-cta-content-box {
  border-radius: 10px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap:60px;
  align-items: center;
  padding:60px!important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
.tc-cta .tc-cta-content.layout-2 .tc-cta-content-box.column-1 {
  grid-template-columns: repeat(1, 1fr);
  text-align: center;
} 
.tc-cta .tc-cta-content.layout-2 .tc-cta-content-box .tc-cta-content-heading .tc-cta-heading {
  margin:0 0 20px;
}
.tc-cta .tc-cta-content.layout-2 .tc-cta-content-box .tc-cta-List ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap:15px;
  list-style-type:none;
  margin: 0;
  padding: 0;
}
.tc-cta .tc-cta-content.layout-2 .tc-cta-content-box .tc-cta-List ul li {
  background: #fff;
  border-radius: 7px;
  padding: 15px;
  transform: scale(0.9);
  transition: all 0.5s ease;
}
.tc-cta .tc-cta-content.layout-2 .tc-cta-content-box .tc-cta-List ul li:hover {
  background: #F3FBFE;
  transform: scale(1);
}
.tc-cta .tc-cta-content.layout-2 .tc-cta-content-box .tc-cta-List ul li p {
  margin:0;
  color:#51626F;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}
@media(max-width:991px){
  .tc-cta .tc-cta-content-box{
    padding: 60px;
  }
  .tc-cta .tc-cta-content.layout-2 .tc-cta-content-box {
    gap:45px;
    padding:30px!important;
    grid-template-columns: repeat(1, 1fr);
  }
  .tc-cta .tc-cta-cta .tc-button-content {
    margin: 40px auto 0;
  }
}

@media(max-width:767px){
  .tc-cta .tc-cta-content-box{ 
    display: flex;
    padding: 40px 30px !important;
    flex-direction: column;
    gap: 30px;
    text-align: center;
  }
  .tc-cta .tc-cta-heading {
    max-width: 100% !important;
  }
  .tc-cta .tc-cta-content.layout-2 .tc-cta-content-box {
    gap:30px;
    padding:20px!important;
    text-align:start;
  }
  .tc-cta .tc-cta-content.layout-2 .tc-cta-content-box .tc-cta-List ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .tc-cta .tc-cta-cta .tc-button-content {
    margin: 30px auto 0;
  }
}
/* Cta End */

/* Faqs start */
.tc-faqs .content-wrapper {
  max-width: 1077px;
}
.tc-faqs .tc-faqs-heading {
  margin:0 0 60px;
  text-align:center;
}
.tc-faqs .tc-faqs-heading h2 {
  margin:0;
}
.tc-faqs .tc-faqs-heading p {
  margin:30px 0 0;
}
.tc-faqs .tc-faqs-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  transition: all 0.5s ease;
}
.tc-faqs .tc-faqs-content .tc-faqs-item {
  background: #FFFFFF;
  border: 1px solid rgba(50, 50, 50, 0.2);
  border-radius: 7px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 19px;
  gap: 20px;
  transition: all 0.5s ease;
}
.tc-faqs .tc-faqs-content .tc-faqs-item input {
  opacity: 0;
  position: absolute;
  z-index: -1;
  margin:0;
}
.tc-faqs .tc-faqs-content .tc-faqs-item label {
  align-items: center;
  cursor: pointer;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  position: relative;
  width: 100%;
  max-width: 100%;
}
.tc-faqs .tc-faqs-content .tc-faqs-item label h4 {
  font-weight: 600;
  margin:0;
}
.tc-faqs .tc-faqs-content .tc-faqs-item label .tc-faqs-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border-radius: 100px;
  background: rgba(50, 50, 50, 0.1);
}
.tc-faqs .tc-faqs-content .tc-faqs-item label .tc-faqs-icon svg {
  width: 24px;
  height: 24px;
  display: block;
  transform: rotate(-45deg);
  transition: all 0.5s ease;
}
.tc-faqs .tc-faqs-content .tc-faqs-item .tc-faqs-item-content p {
  margin:0;
}
.tc-faqs .tc-faqs-content .tc-faqs-item input:checked ~ .tc-faqs-item-content {
  max-height: 500px; 
  opacity: 1;
}
.tc-faqs .tc-faqs-content .tc-faqs-item input:checked + label .tc-faqs-icon {
  background:#009FDA;
}
.tc-faqs .tc-faqs-content .tc-faqs-item input:checked + label .tc-faqs-icon svg {
  transform: rotate(45deg); 
  color:#fff;
  fill:currentColor;
}
.tc-faqs .tc-faqs-cta {
  margin:50px 0 0;
}
@media(max-width:991px){
  .tc-faqs .tc-faqs-content .tc-faqs-item label .tc-faqs-icon svg {
    width: 22px;
    height: 22px;
  }
  .tc-faqs .tc-faqs-heading {
    margin:0 0 45px;
  }
  .tc-faqs .tc-faqs-cta {
    margin:40px 0 0;
  }
}
@media(max-width:767px){
  .tc-faqs .tc-faqs-content .tc-faqs-item label .tc-faqs-icon svg {
    width: 20px;
    height: 20px;
  }
  .tc-faqs .tc-faqs-heading {
    margin:0 0 30px;
  }
  .tc-faqs .tc-faqs-cta {
    margin:30px 0 0;
  }
}
/* Faqs End */
/* Footer Start */
.tc-footer .tc-footer-main{
  display:flex;
  gap:60px;
  margin: 0px 0 0px 0;
  padding-bottom:70px;
}
.tc-footer .tc-footer-main .tc-footer-left{
  width:100%;
  max-width:20%;
}
.tc-footer .tc-footer-main .tc-footer-left .tc-footer-logo{
  margin: 0 0 30px;
}

.tc-footer .tc-footer-main .tc-footer-left .tc-footer-content p{
  color:#fff;
  margin: 0;
}
.tc-footer .tc-footer-main .tc-footer-right{
  width: 100%;
  max-width: 75%;
  gap: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);    
  justify-content: space-between;
}
.tc-footer .tc-footer-main h5{
  font-size:20px;
  line-height:30px;
  font-weight:800;
  color:#fff;
  margin:0 0 20px 0;
}
.tc-footer .tc-footer-main p{
  color:#fff !important;
  margin:0 0 22px 0;
  font-weight:400;
}
.tc-footer .tc-footer-main .tc-footer-right .tc-footer-list ul{
  display:flex;
  flex-direction: column;
  gap: 10px;
  padding:0;
  margin:0 0 10px 0;
}
.tc-footer .tc-footer-main .tc-footer-right .tc-footer-list li{
  list-style:none;
}
.tc-footer .tc-footer-main .tc-footer-left .tc-footer-logo-box a ,
.tc-footer .tc-footer-right .tc-footer-list ul li a {
  color:#fff;
  transition: all .5s ease;
  cursor: pointer;
}
.tc-footer h3.form-title{
  display:none;
}
.tc-footer .tc-footer-subscribe-box{
  width:46%;
}
.tc-footer .tc-footer-subscribe-box form label{
  display:none;
}
.tc-footer .tc-footer-subscribe-box h2{
  color:#fff;
  margin:0;
}
.tc-footer-subscribe-box form .hsfc-Step__Content {
  display: flex;   
  flex-direction: column;
  gap: 22px;
  padding: 0 !important;
}
.tc-footer-subscribe-box .hsfc-Step__Content div{
  display:block;
  margin:0;
}
.tc-footer .tc-footer-subscribe-box form button {
  width: 100% !important;
  min-width: 176px !important;
  background-color: #F8164F !important;
  color: #fff !important;
  align-items: center !important;
  border: 2px solid #F8164F !important;
  border-radius: 100px !important;
  font-size: 16px !important;
  line-height: 22px !important;
  padding: 18px 30px!important;
  transition: all .5s ease !important;
}
.tc-footer .tc-footer-subscribe-box form button:hover{
  transform: none !important;
}
.tc-footer .tc-footer-subscribe-box form input {
  border: 2px solid rgb(255 255 255 / 20%);
  border-radius: 100px;
  background: transparent;
  color:#fff;
  outline: 0 !important;
  padding: 20px;
  width: -webkit-fill-available;
}
.tc-footer .tc-footer-subscribe-box form input:focus{
  box-shadow:none;
}
.tc-footer .tc-footer-subscribe-box form .hsfc-ErrorAlert {
  font-size: 12px;
  line-height: 0;
}

.tc-footer .tc-footer-subscribe-box form input::placeholder {
  color: #fff !important;
}

.tc-footer .tc-footer-bootom-box{
  display: flex;
  justify-content: space-between;
  padding:12px 0;
}
.tc-footer .tc-footer-bootom {
  border-top: 1px solid rgb(255 255 255 / 20%);
}
.tc-footer .tc-footer-bootom-box p a ,
.tc-footer .tc-footer-bootom-box p{
  margin:0;
  color:#fff;
}

.tc-footer .tc-footer-bootom .tc-footer-right{
  display:flex;
  gap:22px;
}
.tc-footer .tc-footer-bootom .tc-footer-right a{
  color: #fff;
}

@media(max-width:991px){
  .tc-footer .tc-footer-main .tc-footer-right{
    grid-template-columns: repeat(2, 1fr);
  }
}

@media(max-width:991px){
  .tc-footer .tc-footer-main{
    display:block;
    padding-bottom: 80px;
  }
  .tc-footer .tc-footer-main .tc-footer-left {
    max-width: 100%;
    margin-bottom: 30px;
  }
  .tc-footer .tc-footer-main .tc-footer-right {
    width: 100%;
    max-width: 100%;
    gap:30px;
    grid-template-columns: repeat(3, 1fr);
    justify-content: space-between;
  }
  .tc-footer .tc-footer-subscribe-box {
    width: 80%;
  }
  .tc-footer .tc-footer-main .tc-footer-right .tc-footer-list {
    width: auto;
  }
  .tc-footer .tc-footer-logo img {
    width: 100% !important;
    max-width: 200px !important;
  }
}
@media(max-width:767px){
  .tc-footer .tc-footer-main{
    padding-bottom:60px;
  }
  .tc-footer .tc-footer-main .tc-footer-right{
    grid-template-columns: repeat(1, 1fr);
  }
  .tc-footer .tc-footer-main .tc-footer-right .tc-footer-list ul {
    gap: 15px;
  }
  .tc-footer .tc-footer-main .tc-footer-right{
    gap:20px;
  }
  .tc-footer .tc-footer-main .tc-footer-right  h5{
    margin: 0 0 20px;
  }
  .tc-footer .tc-footer-subscribe-box {
    width: 100%;
  }
  .tc-footer .tc-footer-bootom-box{
    display:block;
    text-align: center;
  }
  .tc-footer .tc-footer-bootom .tc-footer-right {
    justify-content: center;
    margin-top: 10px;
  }

}
@media(max-width:500px){
  .tc-footer .tc-footer-main .tc-footer-right .tc-footer-list {
    width:auto;
  }
}
/* Footer End */
/* Form Start */
.tc-form .content-wrapper {
  max-width:1720px;
}
.tc-form .tc-form-main-box {
  display:flex;
  gap: 126px;
}
.tc-form .tc-form-main-box .tc-form-left-box {
  width:30%;
}
.tc-form .tc-form-main-box .tc-form-left-box .tc-form-info-card{
  background-color:#F3FBFE;
  padding:30px;
}
.tc-form .tc-form-main-box .tc-form-left-box h2{
  margin:0;
}
.tc-form .tc-form-main-box .tc-form-left-box p{
  margin:30px 0 0 0;
}
.tc-form .tc-form-main-box .tc-form-left-box h6{
  font-size:20px;
  line-height:30px;
  margin:0;
  font-weight: 700;
}
.tc-form .tc-form-main-box .tc-form-right-box {
  background: #fff;
  border: 1px solid rgba(50, 50, 50, .2);
  border-radius: 7px;
  padding: 40px;
  width: 70%;
  max-width: -webkit-fill-available;
}
.tc-form .tc-form-main-box .tc-form-left-box .tc-form-list {
  margin:30px 0 0 0;
}
.tc-form .tc-form-main-box .tc-form-left-box .tc-form-list ul{
  background-color:#fff;
  padding:20px;
  display: flex;
  flex-direction:Column;
  gap:15px;
  margin:20px 0 0 0;
}
.tc-form .tc-form-main-box .tc-form-left-box .tc-form-list ul li{
  list-style:none;
  display:flex;
  align-items:center;
  gap:10px;
  font-weight: 600;
}
.tc-form .tc-form-main-box .tc-form-left-box .tc-form-list ul li i ,
.tc-form .tc-form-main-box .tc-form-left-box .tc-form-list ul li svg {
  display: block;
  width: 15px;
  height: 15px;
  color:#F8164F;
  fill:#F8164F;
}
.tc-form .tc-form-main-box .tc-form-left-box  .tc-form-cta{
  margin:30px 0 0 0;
}

.tc-form .tc-form-main-box .tc-form-right-box form .hsfc-Step__Content{
  padding:0 !important;
}
.tc-form .tc-form-main-box .tc-form-right-box h3.form-title{
  display: none !important;
}
.tc-form .tc-form-main-box .tc-form-right-box h3{
  padding:0 0 21px 0;
  border-bottom: 1px solid rgba(50, 50, 50, 0.2);
  margin:0;
}
.tc-form .tc-form-main-box .tc-form-right-box form{
  margin:60px 0 0 0;
}
.tc-form .tc-form-main-box .tc-form-right-box form label{
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  gap:10px;
  font-family: Plus Jakarta Sans, serif;
  color:#323232;
}
.tc-form .tc-form-main-box .tc-form-right-box form input[type="tel"] ,
.tc-form .tc-form-main-box .tc-form-right-box form input[type="email"] ,
.tc-form .tc-form-main-box .tc-form-right-box form input[type="text"],
.tc-form .tc-form-main-box .tc-form-right-box form textarea{
  padding: 16px 20px;
  border: 1px solid hsl(from #323232 h s l / 0.2);
  border-radius: 5px;
  background: transparent;
}
.tc-form .tc-form-main-box .tc-form-right-box form .hsfc-PhoneInput__FlagAndCaret {
  background-color: transparent !important;
  border-color:hsl(from #323232 h s l / 0.2) !important;
  border-width: 1px 0 1px 1px !important;
}
.tc-form .tc-form-main-box .tc-form-right-box form .hsfc-PhoneInput input {
  border-radius: 0 5px 5px 0;
}

.tc-form .tc-form-main-box .hsfc-Row:nth-child(3) .hsfc-CheckboxFieldGroup .hsfc-CheckboxFieldGroup__Options {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.tc-form .tc-form-main-box .hsfc-Row:nth-child(3) .hsfc-CheckboxFieldGroup .hsfc-CheckboxFieldGroup__Options > div {
  margin:0;
  background: #FFFFFF;
  border: 1px solid rgba(50, 50, 50, 0.2);
  border-radius: 7px;
  padding: 20px;
}
.tc-form .tc-form-main-box .hsfc-Row:nth-child(3) 
.hsfc-CheckboxFieldGroup .hsfc-CheckboxFieldGroup__Options .hsfc-FieldLabel span > span {
  font-size:20px;
  line-height:30px;
}
.tc-form .tc-form-main-box .hsfc-Row:nth-child(3) 
.hsfc-CheckboxFieldGroup .hsfc-CheckboxFieldGroup__Options .hsfc-FieldLabel span > span > span {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
.tc-form .tc-form-main-box .hsfc-Row:nth-child(3) .hsfc-CheckboxFieldGroup .hsfc-CheckboxFieldGroup__Options label {
  align-items: baseline; 
  font-size: 16px;
  font-weight: 700;
  gap: 10px;
  line-height: 26px;
}
.tc-form .tc-form-main-box .hsfc-Row:nth-child(4) .hsfc-CheckboxFieldGroup .hsfc-CheckboxFieldGroup__Options ,
.tc-form .tc-form-main-box .hsfc-Row:nth-child(5) .hsfc-CheckboxFieldGroup .hsfc-CheckboxFieldGroup__Options {
  display:flex;
  gap:20px;
  align-items:center;
  flex-wrap:wrap;
}
.tc-form .tc-form-main-box .hsfc-Row:nth-child(4) .hsfc-CheckboxFieldGroup .hsfc-CheckboxFieldGroup__Options > div ,
.tc-form .tc-form-main-box .hsfc-Row:nth-child(5) .hsfc-CheckboxFieldGroup .hsfc-CheckboxFieldGroup__Options > div {
  margin:0;
  padding: 10px;
  gap: 7px;
  background: rgba(0, 159, 218, 0.05);
  border-radius: 5px;
}
.tc-form .tc-form-main-box .hsfc-Row:nth-child(4) 
.hsfc-CheckboxFieldGroup .hsfc-CheckboxFieldGroup__Options .hsfc-FieldLabel span > span ,
.tc-form .tc-form-main-box .hsfc-Row:nth-child(5) 
.hsfc-CheckboxFieldGroup .hsfc-CheckboxFieldGroup__Options .hsfc-FieldLabel span > span {
  font-size:14px;
  line-height:24px;
  font-weight:400;
}
.tc-form .tc-form-main-box input[type="checkbox"] {
  background: #fff;
  flex-shrink: unset;
  border: 1px solid rgba(50, 50, 50, 0.2);
  border-radius: 5px;
  outline: none;
  box-shadow: none;
}
.tc-form .tc-form-main-box .hsfc-NavigationRow .hsfc-NavigationRow__Buttons {
  justify-content:flex-start;
}
.tc-form .tc-form-main-box .hsfc-NavigationRow .hsfc-NavigationRow__Buttons .hsfc-Button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 30px;
  gap: 8px;
  background:#F8164F;
  border-radius: 10000px;
  color: #fff;
  font-weight: bold;
  position: relative;
  text-transform: uppercase;
}
.tc-form .tc-form-main-box .hsfc-NavigationRow .hsfc-NavigationRow__Buttons .hsfc-Button::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='white' stroke-width='2' viewBox='0 0 24 24'><path d='M5 12h14M13 5l7 7-7 7'/></svg>") no-repeat center;
  background-size: contain;
  order:2;
}
.tc-form .tc-form-main-box .hsfc-TextInput {
  border-width:none
}
.tc-form .tc-form-main-box .hsfc-TextInput:hover {
  box-shadow: none;
}
.tc-form .tc-form-main-box .hsfc-TextInput:focus-visible,
.tc-form .tc-form-main-box textarea:focus-visible{
  outline: none; 
  border: 1px solid red !important;
}
.tc-form .tc-form-main-box .hsfc-TextInput:focus {
  box-shadow: none; 
}
.tc-form .tc-form-main-box .hsfc-Row:nth-child(3) .hsfc-CheckboxFieldGroup .hsfc-CheckboxFieldGroup__Options>div:has(input:checked) {
  background-color: #F3FBFE;
}
.tc-form .tc-form-main-box input[type="checkbox"]:checked {
  border:1px solid #009FDA;
  background:#F3FBFE;
}
.tc-form .tc-form-main-box input[type="checkbox"]:checked:after {
  background:#009FDA;
}
.hsfc-Row .hsfc-CheckboxFieldGroup > label {
  margin:0 0 20px !important;
}
.hsfc-Row {
  margin:0 0 30px;
}
.hsfc-Row:nth-child(6) .hsfc-CheckboxField label {
  font-weight: 400 !important;
} 
.hsfc-Row .hsfc-ErrorAlert ,
.hsfc-NavigationRow .hsfc-ErrorAlert {
  font-size:12px !important;
  line-height:22px;
  font-family: Plus Jakarta Sans, serif !important;
}
@media (max-width:991px) {
  .tc-form .tc-form-main-box {
    flex-wrap:wrap;
    gap:50px;
  }
  .tc-form .tc-form-main-box .tc-form-left-box ,
  .tc-form .tc-form-main-box .tc-form-right-box {
    width:100%;
  }
}
@media (max-width:767px) {
  .tc-form .tc-form-main-box .hsfc-Row:nth-child(3) .hsfc-CheckboxFieldGroup .hsfc-CheckboxFieldGroup__Options {
    grid-template-columns: repeat(1, 1fr);
  }
  .tc-form .tc-form-main-box .tc-form-right-box {
    padding:20px;
  }
}
/* Form End */
/* Hero start */
.tc-down-button {
  bottom: 0;
  height: 69px;
  left: 12%;
  max-width: 271px;
  position: absolute;
  top: auto;
  z-index: 1;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.tc-down-button a {
  line-height: 0;
  height: 100%;
  width: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
}
.tc-down-button a i ,
.tc-down-button a i svg {
  width:20px;
  height:20px;
}
.tc-hero-banner-Security {
  position: relative;
  bottom: 55px;
  z-index: 9;
  margin: 0 15px 0;
}
.tc-hero-banner-Security .tc-hero-banner-clearances {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap:wrap;
  justify-content: center;
  box-shadow: 0px 0px 25px rgba(50, 50, 50, 0.07);
  background: #FFFFFF;
  padding: 20px;
  width: fit-content;
  margin: auto;
}
.tc-hero-banner-Security .tc-hero-banner-clearances i,
.tc-hero-banner-Security .tc-hero-banner-clearances i svg {
  width: 40px;
  height: 40px;
  display:block;
  color:#FFCB2B;
  fill: currentColor;
}
.tc-hero-banner-Security .tc-hero-banner-clearances img {
  height: 50px !important;
  width: 90px;
}
.tc-hero-banner-Security .tc-hero-banner-clearances h5 {
  margin:0;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #323232;
  text-align:center;
}
@media (max-width:767px){
  .tc-hero-banner-Security {
    bottom: 35px;
  }
}
/* Hero End */
/* Icon Box Start */
.tc-icon-box .tc-icon-box-title {
  margin:0 0 60px;
}
.tc-icon-box .tc-icon-box-title .tc-icon-box-heading {
  margin:0 0 30px;
  text-align:center;
}
.tc-icon-box  .tc-icon-box-title  .tc-icon-box-heading h2 {
  margin:0 auto;
  max-width:70%;
}
.tc-icon-box .tc-icon-box-title  .tc-icon-box-heading h2 span{
  color:#F8164F;
}
.tc-icon-box .tc-icon-box-title  .tc-icon-box-heading p {
  margin:30px auto 0;
  max-width:794px;
  font-size:20px;
  line-height:30px;
}
.tc-icon-box .tc-icon-box-title .tc-icon-box-cta {
  display:flex;
  align-items:center;
  justify-content:center;
}
/* selecte columns */
.tc-icon-box .tc-icon-box-content {
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:30px;
}
.tc-icon-box .tc-icon-box-content.column-2 {
  grid-template-columns: repeat(2, 1fr);
}
.tc-icon-box .tc-icon-box-content.column-4 {
  grid-template-columns: repeat(4, 1fr);
}
.tc-icon-box .tc-icon-box-content.column-5 {
  grid-template-columns: repeat(5, 1fr);
}

.tc-icon-box .tc-icon-box-content .tc-icon-box-card {
  display:flex;
  gap:30px;
  align-items:start;
  flex-direction: column;
  background: #FFFFFF;
  box-shadow: 0px 20px 47px rgba(50, 50, 50, 0.05);
  border-radius: 7px;
  padding:30px;
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease;
}
.tc-icon-box .tc-icon-box-content .tc-icon-box-card.center {
  align-items:center;
  justify-content:center;
  text-align:center;
}
.tc-icon-box .tc-icon-box-content .tc-icon-box-card.right {
  align-items:end;
  text-align:end;
}
.tc-icon-box .tc-icon-box-content .tc-icon-box-card.tc-icon-box-card-border {
  border: 1px solid;
}
.tc-icon-box .tc-icon-box-content .tc-icon-box-card .tc-icon-box-discription h3 {
  margin:0;
  transition: all 0.5s ease;
}
.tc-icon-box .tc-icon-box-content .tc-icon-box-card .tc-icon-box-discription p{
  margin:20px 0 0;
  transition: all 0.5s ease;
}
.tc-icon-box .tc-icon-box-content .tc-icon-box-card .tc-icon-box-icon-image-box .tc-icon-box-image img {
  width: 100%;
  height: 150px !important;
  object-fit: cover;
  border-radius: 7px;
}
.tc-icon-box.tc-services-Compliance-icon-box .tc-icon-box-content .tc-icon-box-card .tc-icon-box-icon-image-box .tc-icon-box-image img{
  height: auto !important;
}
.tc-icon-box .tc-icon-box-content .tc-icon-box-card .tc-icon-box-icon-image-box .tc-icon-box-image i,
.tc-icon-box .tc-icon-box-content .tc-icon-box-card .tc-icon-box-icon-image-box .tc-icon-box-image i svg {
  height:54px;
  width:54px;
  display:block;
  transition: all 0.5s ease;
  fill: currentColor;
}
.tc-icon-box .tc-icon-box-content .tc-icon-box-card .tc-icon-box-discription {
  flex: 1;
}
/* layout 2 */
.tc-icon-box .tc-icon-box-heading.layout-2 {
  margin:0 0 60px;
  text-align:center;
}
.tc-icon-box .tc-icon-box-heading.layout-2 h2 {
  color:#fff;
  margin:0;
}
.tc-icon-box .tc-icon-box-heading.layout-2 p {
  color:#fff;
  font-size:20px;
  line-height:30px;
  margin:20px 0 0;
}
.tc-icon-box .tc-icon-box-content.layout-2 .tc-icon-box-card .tc-icon-box-icon-image-box .tc-icon-box-image {
  height:100px;
  width:100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.tc-icon-box .tc-icon-box-content.layout-2 .tc-icon-box-card:hover .tc-icon-box-icon-image-box .tc-icon-box-image {
  background: hsl(from #fff h s l / 0.1) !important;
}
.tc-icon-box .tc-icon-box-content.layout-2 .tc-icon-box-card:hover .tc-icon-box-icon-image-box .tc-icon-box-image i,
.tc-icon-box .tc-icon-box-content.layout-2 .tc-icon-box-card:hover .tc-icon-box-icon-image-box .tc-icon-box-image i svg {
  color:#fff;
}
.tc-icon-box .tc-icon-box-content.layout-2 .tc-icon-box-card .tc-icon-box-icon-image-box .tc-icon-box-image i,
.tc-icon-box .tc-icon-box-content.layout-2 .tc-icon-box-card .tc-icon-box-icon-image-box .tc-icon-box-image i svg {
  height:54px;
  width:54px;
  display:block;
  fill: currentColor;
  transition: all 0.5s ease;
}
.tc-icon-box .tc-icon-box-content.layout-2 .tc-icon-box-card:hover .tc-icon-box-discription h4 {
  color:#fff;
}
.tc-icon-box .tc-icon-box-content.layout-2 .tc-icon-box-card .tc-icon-box-discription h4 {
  margin:0;
  font-weight: 800;
}
.tc-icon-box .tc-icon-box-content.layout-2 .tc-icon-box-card .tc-icon-box-discription p {
  font-size:20px;
  line-height:30px;
}
.tc-icon-box .tc-icon-box-content.layout-2 .tc-icon-box-card:hover{
  background:#009FDA;
  color:#fff;
}
.tc-icon-box .tc-icon-box-content.layout-2 .tc-icon-box-card.tc-icon-hover-box-before::before {
  content: "";
  position: absolute;
  top: -50px;   
  right: -30px; 
  width: 155px;
  height: 155px;
  border-radius: 50%;
  background: hsl(from #DBF1F9 h s l );
  z-index: -1;
  box-shadow:0 0 0 40px hsl(from #E6F5FB h s l),    0 0 0 80px hsl(from #F2FAFD h s l );
  transition: all 0.5s ease;
}
.tc-icon-box .tc-icon-box-content.layout-2 .tc-icon-box-card.tc-icon-hover-box-before:hover::before {
  transform: scale(1.1);
  background: hsl(from #fff h s l / 0.3);
  box-shadow:0 0 0 40px hsl(from #fff h s l / 0.1), 0 0 0 80px hsl(from #fff h s l / .1);
}
.tc-icon-box .tc-icon-box-content.layout-2 .tc-icon-box-card {
  position: relative;
  z-index: 1;
}
.tc-icon-box .tc-icon-box-content.layout-2 .tc-icon-box-card:hover .tc-icon-box-cta .tc-button-content .tc-btn-link.link ,
.tc-icon-box .tc-icon-box-content.layout-2 .tc-icon-box-card:hover .tc-icon-box-cta .tc-button-content a.tc-btn-link i ,
.tc-icon-box .tc-icon-box-content.layout-2 .tc-icon-box-card:hover .tc-icon-box-cta .tc-button-content a.tc-btn-link svg{
  color: #fff !important;
}
.tc-icon-box .tc-icon-box-content.layout-2 .tc-icon-box-card .tc-icon-box-cta .tc-button-content.black .tc-btn-link.link:hover:before {
  background:#fff;
}
/* layout 3 */
.tc-icon-box-content.layout-3{
  background-color:#F3FBFE; 
  border: 1px solid hsl(from #323232 h s l / 0.1);
  border-radius:7px;
  gap:0;
  padding: 30px;
}
.tc-icon-box .tc-icon-box-content.layout-3 .tc-icon-box-card{
  border-radius:0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
  z-index:1;
}
.tc-icon-box .tc-icon-box-content.layout-3 .tc-icon-box-card:nth-child(2)::before {
  content: "";
  top: -30px;
  left: 0;
  right:0;
  position: absolute;
  bottom: -30px;
  opacity: 0.2;
  border-right:1px solid #232323;
  border-left:1px solid #232323;
  z-index:-1;
}
.tc-icon-box .tc-icon-box-content.layout-3 .tc-icon-box-icon-image-box .tc-icon-box-image {
  width:71px;
  height:71px;
  background:#fff;
  border-radius:50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;
}
.tc-icon-box .tc-icon-box-content.layout-3 .tc-icon-box-icon-image-box .tc-icon-box-image img {
  height: auto !important;
  width: 49px;
  transition: all 0.5s ease;
}
.tc-icon-box .tc-icon-box-content.layout-3 .tc-icon-box-icon-image-box:hover .tc-icon-box-image  {
  background:#009FDA;
}
.tc-icon-box .tc-icon-box-content.layout-3 .tc-icon-box-icon-image-box:hover .tc-icon-box-image img {
  filter: grayscale(100%) brightness(500%);
}
@media (max-width:991px) {
  .tc-icon-box .tc-icon-box-content {
    grid-template-columns: repeat(2, 1fr);
  }
  .tc-icon-box .tc-icon-box-content.layout-2 .tc-icon-box-card .tc-icon-box-icon-image-box .tc-icon-box-image {
    width:90px;
    height:90px;
  }
  .tc-icon-box .tc-icon-box-content.layout-2 .tc-icon-box-card .tc-icon-box-icon-image-box .tc-icon-box-image i,
  .tc-icon-box .tc-icon-box-content.layout-2 .tc-icon-box-card .tc-icon-box-icon-image-box .tc-icon-box-image i svg {
    height: 50px;
    width: 50px;
  }
  .tc-icon-box .tc-icon-box-title {
    margin:0 0 50px;
  }
  .tc-icon-box .tc-icon-box-content.layout-3 {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .tc-icon-box .tc-icon-box-content.layout-3 .tc-icon-box-card:nth-child(2):before {
    border-top: 1px solid #232323;
    border-bottom: 1px solid #232323;
    border-left:0;
    border-right:0;
    top:0;
    bottom:0;
    left:-30px;
    right:-30px;
  }
  .tc-icon-box .tc-icon-box-content.layout-3 .tc-icon-box-card {
    gap:20px;
  }
}
@media (max-width:767px) {
  .tc-icon-box .tc-icon-box-content {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .tc-icon-box .tc-icon-box-content .tc-icon-box-card {
    padding:15px;
  }
  .tc-icon-box .tc-icon-box-content.layout-3 .tc-icon-box-card {
    border-right: 0;
  }
  .tc-icon-box .tc-icon-box-content.layout-2 .tc-icon-box-card .tc-icon-box-icon-image-box .tc-icon-box-image {
    width:80px;
    height:80px;
  }
  .tc-icon-box .tc-icon-box-content.layout-2 .tc-icon-box-card .tc-icon-box-icon-image-box .tc-icon-box-image i,
  .tc-icon-box .tc-icon-box-content.layout-2 .tc-icon-box-card .tc-icon-box-icon-image-box .tc-icon-box-image i svg {
    height: 46px;
    width: 46px;
  }
  .tc-icon-box .tc-icon-box-title {
    margin:0 0 40px;
  }
  .tc-icon-box-content.layout-3 {
    padding:20px;
  }
}
/* Layout 4 */
.tc-icon-box .tc-icon-box-heading.layout-4 ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  text-align: left;
  gap:30px;
}
.tc-icon-box .tc-icon-box-heading.layout-4 ul li {
  width:50%;
}
.tc-icon-box .tc-icon-box-heading.layout-4 ul li h2 {
  width: 100%;
  margin: 0;
}
.tc-icon-box .tc-icon-box-heading.layout-4 ul li p {
  margin:0;
}
.tc-icon-box .tc-icon-box-content.layout-4 .tc-icon-box-card {
  background:#F3FBFE;
}
.tc-icon-box .tc-icon-box-content.layout-4 .tc-icon-box-card .tc-icon-box-image {
  width:80px;
  height: 80px;
  background: #d8f1f8;
  clip-path: polygon(
    50% 0%,  
    100% 25%, 
    100% 75%, 
    50% 100%, 
    0% 75%,   
    0% 25%  
  );
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;
}
.tc-icon-box .tc-icon-box-content.layout-4 .tc-icon-box-card .tc-icon-box-image img {
  height:auto !important;
  width:49px;
  transition: all 0.5s ease;
}
.tc-icon-box .tc-icon-box-content.layout-4 .tc-icon-box-card:hover .tc-icon-box-image {
  background:#009FDA;
}
.tc-icon-box .tc-icon-box-content.layout-4 .tc-icon-box-card:hover .tc-icon-box-image img {
  filter: grayscale(100%) brightness(500%);
}
@media (max-width:991px) {
  .tc-icon-box .tc-icon-box-heading.layout-4 ul {
    flex-direction: column;
  }
  .tc-icon-box .tc-icon-box-content.layout-4 .tc-icon-box-card:nth-child(1),
  .tc-icon-box .tc-icon-box-content.layout-4 .tc-icon-box-card:nth-child(4) {
    margin:0;
  }
  .tc-icon-box .tc-icon-box-heading.layout-4 ul li {
    width:100%;
  }
}

/* Layoyt 5 */
.tc-icon-box .tc-icon-box-content.layout-5 .tc-icon-box-card {
  background: #FFFFFF;
  border: 1px solid rgba(0, 159, 218, 0.2);
  border-radius: 7px;
  transition: all 0.5s ease;
  overflow: visible;
  margin-top:41px;
}
.tc-icon-box .tc-icon-box-content.layout-5 .tc-icon-box-card .tc-icon-box-icon-image-box {
  margin: -71px auto 0;
  width:71px;
  height:71px;
  border-radius:50%;
  background: #FFFFFF;
  border: 1px solid rgba(0, 159, 218, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;
}
.tc-icon-box .tc-icon-box-content.layout-5 .tc-icon-box-card:hover {
  box-shadow: 2px 4px 38px rgba(0, 0, 0, 0.08);
  border-color:#fff;
}
.tc-icon-box .tc-icon-box-content.layout-5 .tc-icon-box-card:hover .tc-icon-box-icon-image-box {
  background:#009FDA;  
}
.tc-icon-box .tc-icon-box-content.layout-5 .tc-icon-box-card .tc-icon-box-icon-image-box img {
  height:auto !important;
  width:49px;
  transition: all 0.5s ease;
}
.tc-icon-box .tc-icon-box-content.layout-5 .tc-icon-box-card:hover .tc-icon-box-icon-image-box  img {
  filter: grayscale(100%) brightness(500%);
}
/* Layout-6 */
.tc-icon-box .tc-icon-box-content.column-1 {
  grid-template-columns: repeat(1, 1fr);
}
.tc-icon-box .tc-icon-box-content.layout-6 {
  max-width:1077px;
  margin:auto;
}
.tc-icon-box .tc-icon-box-content.layout-6 .tc-icon-box-card {
  background: #F3FBFE;
  border: 1px solid #F8164F;
  border-radius: 7px;
  flex-direction: row;
}
.tc-icon-box .tc-icon-box-content.layout-6 .tc-icon-box-card .tc-icon-box-icon-image-box {
  background: rgba(0, 159, 218, .1);
  border-radius: 7px;
  max-width: 105px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tc-icon-box .tc-icon-box-content.layout-6 .tc-icon-box-card .tc-icon-box-image img {
  height:auto !important;
}
.tc-icon-box-content.tc-icon-box-slider {
  display:block !important; 
}
.tc-icon-box-content.tc-icon-box-slider .slick-track {
  display: flex;
  gap: 30px;
  margin:0 0 50px;
}
.tc-icon-box .tc-icon-box-slider.tc-icon-box-content .tc-icon-box-card.tc-icon-box-card-border {
  height: -webkit-fill-available;
}
.tc-icon-box .tc-icon-box-slider .slick-dots {
  display:flex;
  align-items:center;
  gap:10px;
  margin:0;
  padding:0;
  list-style:none;
  justify-content: center;
}
.tc-icon-box .tc-icon-box-slider .slick-dots li button {
  padding:0;
  font-size:0;
  width:10px;
  height:10px;
  background:#323232;
  border-radius:100px;
  border:0;
  transition: all 0.5s ease;
}
.tc-icon-box .tc-icon-box-slider .slick-dots li.slick-active button {
  width:30px;
  background:#009FDA;
}
@media (max-width:767px){
  .tc-icon-box-content.tc-icon-box-slider .slick-track {
    gap:12px;
  }
}
/* Icon Box End */
/* partner Logo start */
.tc-partner-logo .full-width {
  margin: 0 50px;
}
.tc-partner-logo .tc-partner-logo-heading {
  margin: 0 0 60px;
  text-align:center;
}
.tc-partner-logo .tc-partner-logo-heading h2 {
  margin:0;
}
.tc-partner-logo .tc-partner-logo-heading p {
  margin:30px 0 0;
  font-size: 20px;
  line-height: 30px;
}
.tc-partner-logo .tc-partner-logo-content.layout-1 {
  padding:60px 60px 30px;
  background: #F3FBFE;
  border-radius: 7px;
  position: relative;
  z-index: 1;
}
.tc-partner-logo .tc-partner-logo-content .tc-oartner-logo-title h3 {
  margin:0;
  padding:20px;
  color: #F8164F;
}
.tc-partner-logo .partner-logo-slider {
  overflow:hidden;
}
.tc-partner-logo .tc-partner-logo-content.layout-1 .tc-partner-logo-card {
  display:flex;
  gap:30px;
  height:auto;
}
.tc-partner-logo .tc-partner-logo-content.layout-1 .tc-partner-logo-card .tc-partner-logo-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
  gap: 20px;
  text-align:center;
  background: #FFFFFF;
  box-shadow: 0px 0px 35px rgba(50, 50, 50, 0.07);
  border-radius: 7px;
  width:100%;
}
.tc-partner-logo .tc-partner-logo-content.layout-1 .tc-partner-logo-card .tc-partner-logo-box .tc-partner-logo-discription-box {
  display: flex;
  flex-direction: column;
  gap:20px;
  height: -webkit-fill-available;
}
.tc-partner-logo .tc-partner-logo-content.layout-1 .tc-partner-logo-card .tc-partner-logo-box .tc-partner-logo-img {
  border-radius: 8px;
  overflow: hidden;
  min-height: 140px;
}
.tc-partner-logo .tc-partner-logo-content .tc-partner-logo-card .tc-partner-logo-box .tc-partner-logo-discription-box .tc-partner-logo-name h4 {
  margin:0;
  color: #F8164F;
  font-weight: 800;
  height:100%;
}
.tc-partner-logo .tc-partner-logo-content .tc-partner-logo-card .tc-partner-logo-box .tc-partner-logo-discription-box .tc-partner-logo-discription p {
  margin:0;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  height:100%;
}

/* partner-logo slider */
.tc-partner-logo .slick-track {
  display: flex;
  gap: 30px;
}
.partner-logo-slider .slick-list {
  overflow:visible;
  margin: 30px 0 0;
}
.partner-logo-slider .slick-slide img{
  width: 100%;
  max-width: 130px !important;
}
.tc-partner-logo .slick-slider ul.slick-dots {
  background: #fff;
  border: 1px solid rgba(50, 50, 50, .2);
  border-radius: 100px;
  display: flex;
  gap: 10px;
  margin: 86px auto 0;
  max-width: fit-content;
  padding: 10px;
  position: static !important;
  width: 100%;
  list-style-type:none;
  align-items:center;
}
.tc-partner-logo ul.slick-dots:before {
  background: rgba(50, 50, 50, .2) !important;
  content: "";
  height: .5px;
  position: absolute;
  width: 100% !important;
  z-index:-1;
  left: 0;
  right: 0;
}
.tc-partner-logo .slick-slider ul.slick-dots {
  line-height: 0;
}
.tc-partner-logo ul li{
  background: #323232 !important;
  border-radius: 100px !important;
  height: 10px !important;
  margin: 0 !important;
  opacity: 1 !important;
  width: 10px !important;
  font-size:0;
  padding: 0;
}
.tc-partner-logo ul .slick-active{
  background: #009FDA !important;
  border-radius: 100px !important;
  font-size: 0;
  height: 10px !important;
  margin: 0 !important;
  opacity: 1 !important;
  padding: 0;
  width: 28px !important;
}
.tc-partner-logo ul li button {
  display: none;
}
/* Logo Layout 2 */
.tc-partner-logo .tc-partner-logo-content.layout-2 .tc-partner-logo-content-box {
  align-items: center;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  justify-content: center;
  line-height: 0;
}
.tc-partner-logo .tc-partner-logo-content.layout-2 .tc-partner-logo-content-box.column-2 {
  grid-template-columns: repeat(2, 1fr);
}
.tc-partner-logo .tc-partner-logo-content.layout-2 .tc-partner-logo-content-box.column-3 {
  grid-template-columns: repeat(3, 1fr);
}
.tc-partner-logo .tc-partner-logo-content.layout-2 .tc-partner-logo-content-box.column-5 {
  grid-template-columns: repeat(5, 1fr);
}
.tc-partner-logo .tc-partner-logo-content.layout-2 .tc-partner-logo-card {
  max-width: 412px;
}
.tc-partner-logo-content.layout-3 {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(4, 1fr);
  justify-content: center;
}
.tc-partner-logo-content.layout-3 .tc-partner-logo-card {
  align-items: center;
  border-radius: 7px;
  box-shadow: 0 0 35px rgba(50, 50, 50, .07);
  display: flex;
  justify-content: center;
  padding: 30px;
  height: -webkit-fill-available;
}
.tc-partner-logo-content.layout-3 .tc-partner-logo-card-box {
  max-width: 352px;
  width: 100%;
}
.tc-partner-logo-content.layout-3 .tc-partner-logo-card .tc-partner-logo-box {
  display: flex;
  gap: 20px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  height: -webkit-fill-available;
}
.tc-partner-logo-content.layout-3 .tc-partner-logo-card .tc-partner-logo-box .tc-partner-logo-img {
  transform: scale(.9);
  transition: all .5s ease;
  height: -webkit-fill-available;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tc-partner-logo-content.layout-3 .tc-partner-logo-card:hover .tc-partner-logo-box .tc-partner-logo-img {
  transform: scale(1);
}
.tc-partner-logo-content.layout-3 .tc-partner-logo-card .tc-partner-logo-name h4 {
  color:#fff !important;
  text-align: center;
}
/* .tc-partner-logo.tc-partner-logo-img-after .tc-partner-logo-content.layout-3:after {
content: "";
position: absolute;
width: 100%;
height: 100%;
background-repeat: no-repeat;
top: 29%;
max-width: 175px;
right: 17%;
} */
.tc-partner-logo-content-box {
  display: flex;
  width: 100%;
  position: relative;
  white-space: nowrap;
  width:100%;
  gap:30px;
}
.tc-partner-logo-content.layout-3.slider .tc-partner-logo-card-box {
  min-width:352px;
}
.tc-partner-logo-content.layout-3.slider {
  display: inline-flex;
  flex-shrink: 0;
  white-space: nowrap;
  animation: partnerMarquee 35s linear infinite;
}
@keyframes partnerMarquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
/* partner Logo Slider Start */
.tc-partner-logo .tc-partner-logo-content-main-box {
  display: flex;
  width: 100%;
  position: relative;
  white-space: nowrap;
  width: 100%;
  gap: 30px;
  justify-content: center;
}
.tc-partner-logo .tc-partner-logo-content.layout-2.slider .tc-partner-logo-content-box {
  display:flex;
}
.tc-partner-logo .tc-partner-logo-content.layout-2.slider {
  display: inline-flex;
  flex-shrink: 0;
  white-space: nowrap;
  animation: PartnerLogo 35s linear infinite;
}
@keyframes PartnerLogo {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@media (max-width:991px){
  .tc-partner-logo .tc-partner-logo-content {
    padding:30px;
  }
  .tc-partner-logo .tc-partner-logo-content.layout-1 {
    padding:55px 55px 30px;
  }
  .tc-partner-logo .full-width {
    margin: 0 40px;
  }
  .tc-partner-logo .slick-track {
    gap:10px;
  }
  .tc-partner-logo .tc-partner-logo-content.layout-2 .tc-partner-logo-content-box.column-5,
  .tc-partner-logo .tc-partner-logo-content.layout-2 .tc-partner-logo-content-box {
    grid-template-columns: repeat(3, 1fr);
  }
  .tc-partner-logo .tc-partner-logo-content.layout-2 .tc-partner-logo-content-box.column-3 {
    grid-template-columns: repeat(2, 1fr);
  }
  .tc-partner-logo-content.layout-3 {
    grid-template-columns: repeat(2, 1fr);
  }
  .tc-partner-logo.tc-partner-logo-img-after .tc-partner-logo-content.layout-3:after {
    right: 10%;
    top: 20%;
  }
}
@media (max-width:767px){
  .tc-partner-logo .tc-partner-logo-content {
    padding:10px;
  }
  .tc-partner-logo .tc-partner-logo-content.layout-1 {
    padding:20px 20px 20px;
  }
  .tc-partner-logo .full-width {
    margin: 0 10px;
  }
  .tc-partner-logo .tc-partner-logo-content.layout-1 .tc-partner-logo-card .tc-partner-logo-box {
    padding:20px;
    /* Removed problematic height properties */
    height: auto;
    min-height: unset;
  }
  .tc-partner-logo .tc-partner-logo-content.layout-1 .tc-partner-logo-card .tc-partner-logo-box .tc-partner-logo-discription-box {
    height: auto;
    min-height: unset;
  }
  .tc-partner-logo .tc-partner-logo-content.layout-1 .tc-partner-logo-card .tc-partner-logo-box .tc-partner-logo-img {
    min-height: unset; /* Remove fixed min-height for mobile to let image dictate size */
    height: auto;
    display: block;
  }
  .tc-partner-logo .tc-partner-logo-content .tc-partner-logo-card .tc-partner-logo-box .tc-partner-logo-discription-box .tc-partner-logo-name h4,
  .tc-partner-logo .tc-partner-logo-content .tc-partner-logo-card .tc-partner-logo-box .tc-partner-logo-discription-box .tc-partner-logo-discription p {
    height: auto;
    min-height: unset;
  }

  .tc-partner-logo .tc-partner-logo-content.layout-2 .tc-partner-logo-content-box.column-5,
  .tc-partner-logo .tc-partner-logo-content.layout-2 .tc-partner-logo-content-box.column-3,
  .tc-partner-logo .tc-partner-logo-content.layout-2 .tc-partner-logo-content-box.column-2,
  .tc-partner-logo .tc-partner-logo-content.layout-2 .tc-partner-logo-content-box {
    grid-template-columns: repeat(1, 1fr);
  }
  .tc-partner-logo-content.layout-3 {
    grid-template-columns: repeat(1, 1fr);
  }
  .tc-partner-logo.tc-partner-logo-img-after .tc-partner-logo-content.layout-3:after {
    content:none;
  }
  .tc-partner-logo-content.layout-3 .tc-partner-logo-card {
    height: -webkit-fill-available;
    min-height: unset;
  }
  .tc-partner-logo-content.layout-3 .tc-partner-logo-card .tc-partner-logo-box {
    height: auto;
    min-height: unset;
  }
  .tc-partner-logo-content.layout-3 .tc-partner-logo-card .tc-partner-logo-box .tc-partner-logo-img {
    height: auto;
    min-height: unset;
  }
  .tc-partner-logo-content.layout-3.slider .tc-partner-logo-card-box {
    min-width:250px;
  }
}
/* partner logo End */
/* partner Ship start */
.tc-partnership-bg {
  background-image: url(https://hub.truvo.ca/hubfs/Arrow-1.png);
  background-size: inherit;
  background-repeat: no-repeat;
  background-position: 74% 18%;
}
.tc-partnership .tc-partnership-inner .tc-partnership-heading {
  margin:0 0 60px;
}
.tc-partnership .tc-partnership-inner .tc-partnership-heading h2 {
  margin:0;
  text-align:center;
}
.tc-partnership .tc-partnership-inner .tc-partnership-heading p {
  margin: 30px auto 0;
  text-align: center;
  max-width: 915px;
  font-size:20px;
  line-height:30px;
}
.tc-partnership .tc-partnership-inner .tc-partnership-content ,
.tc-partnership .tc-partnership-inner .tc-partnership-content.layout-2{
  display:grid;
  grid-template-columns: repeat(2, 1fr);
  gap:30px;
  align-items:center;
}
.tc-partnership .tc-partnership-inner .tc-partnership-content.flip .tc-partnership-left{
  order:2;
}
.tc-partnership .tc-partnership-inner .tc-partnership-content .tc-partnership-right ,
.tc-partnership .tc-partnership-inner .tc-partnership-content.layout-2 .tc-partnership-right{
  display: flex;
  gap: 20px;
  flex-direction: column;
}
.tc-partnership .tc-partnership-inner .tc-partnership-content .tc-partnership-right .tc-partnership-list{
  padding:30px;
  background:#F3FBFE;
  border-radius:7px;
}
.tc-partnership .tc-partnership-inner .tc-partnership-content .tc-partnership-right .tc-partnership-list .tc-partnership-list-content{
  display:flex;
  gap:10px;
  align-items:center;
} 
.tc-partnership .tc-partnership-inner .tc-partnership-content .tc-partnership-right .tc-partnership-list .tc-partnership-list-content .tc-partnership-icon i {
  color: #F8164F;
}
.tc-partnership .tc-partnership-inner .tc-partnership-content .tc-partnership-right .tc-partnership-list .tc-partnership-list-content .tc-partnership-icon i,
.tc-partnership .tc-partnership-inner .tc-partnership-content .tc-partnership-right .tc-partnership-list .tc-partnership-list-content .tc-partnership-icon i svg {
  display: block;
  height: 20px;
  width: 20px;
  fill: currentColor;
}
.tc-partnership .tc-partnership-inner .tc-partnership-content .tc-partnership-right .tc-partnership-list .tc-partnership-list-content .tc-partnership-title h4 {
  margin:0;
  font-weight:800;
}
.tc-partnership .tc-partnership-inner .tc-partnership-content .tc-partnership-right .tc-partnership-list .tc-partnership-list-description p {
  margin:10px 0 0;
}
.tc-partnership .tc-partnership-cta {
  margin:60px 0 0;
}
/* layout 2 */

.tc-partnership .tc-partnership-inner .tc-partnership-content.layout-2 .tc-partnership-right .tc-partnership-list {
  padding:20px;
  background: #FFFFFF;
  box-shadow: 0px 6px 36px rgba(50, 50, 50, 0.05);
  border-radius: 7px;
}
.tc-partnership .tc-partnership-inner .tc-partnership-content.layout-2 .tc-partnership-right .tc-partnership-list .tc-partnership-list-content {
  display:flex;
  gap:20px;
  align-items:start;
}
.tc-partnership .tc-partnership-inner .tc-partnership-content.layout-2 .tc-partnership-right .tc-partnership-list .tc-partnership-list-content .tc-partnership-icon {
  height:60px;
  min-width:60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius:50%;
}
.tc-partnership .tc-partnership-inner .tc-partnership-content.layout-2 .tc-partnership-right .tc-partnership-list .tc-partnership-list-content .tc-partnership-icon i,
.tc-partnership .tc-partnership-inner .tc-partnership-content.layout-2 .tc-partnership-right .tc-partnership-list .tc-partnership-list-content .tc-partnership-icon i svg {
  height: 30px;
  width: 30px;
  display:block;
}
.tc-partnership .tc-partnership-inner .tc-partnership-content.layout-2 .tc-partnership-right .tc-partnership-list .tc-partnership-list-description h4{
  margin:0;
  font-weight:700;
}
.tc-partnership .tc-partnership-inner .tc-partnership-content.layout-2 .tc-partnership-right .tc-partnership-list .tc-partnership-list-description p {
  margin:10px 0 0;
}
.tc-partnership.programsolution .tc-partnership-inner .tc-partnership-content.layout-2 .tc-partnership-right .tc-partnership-list {
  padding: 0;
  background: none;
  box-shadow: none;
}
.tc-partnership.programsolution .tc-partnership-inner .tc-partnership-content.layout-2 .tc-partnership-right .tc-partnership-list .tc-partnership-list-description h3 {
  margin:0;
}
.tc-partnership.programsolution .tc-partnership-inner .tc-partnership-content.layout-2 .tc-partnership-right .tc-partnership-list .tc-partnership-list-description p {
  margin:20px 0 0;
  font-size:20px;
  line-height:30px;
}
.tc-partnership.programsolution .tc-partnership-inner .tc-partnership-content .tc-partnership-right, .tc-partnership .tc-partnership-inner .tc-partnership-content.layout-2 .tc-partnership-right {
  gap:60px;
}

@media (max-width:991px) {
  .tc-partnership .tc-partnership-inner .tc-partnership-content,
  .tc-partnership .tc-partnership-inner .tc-partnership-content.layout-2{
    grid-template-columns: repeat(1, 1fr);
  }
  .tc-partnership .tc-partnership-inner .tc-partnership-heading {
    margin:0 0 50px;
  }
  .tc-partnership .tc-partnership-cta {
    margin:50px 0 0;
  }
  .tc-partnership.programsolution .tc-partnership-inner .tc-partnership-content .tc-partnership-right, .tc-partnership .tc-partnership-inner .tc-partnership-content.layout-2 .tc-partnership-right {
    gap:40px;
  }
}
@media (max-width:767px) {
  .tc-partnership .tc-partnership-inner .tc-partnership-content .tc-partnership-right .tc-partnership-list {
    padding:20px;
  }
  .tc-partnership .tc-partnership-inner .tc-partnership-content.layout-2 .tc-partnership-right .tc-partnership-list .tc-partnership-list-content {
    display:flex;
    flex-direction:column;
  }
  .tc-partnership .tc-partnership-inner .tc-partnership-heading {
    margin:0 0 40px;
  }
  .tc-partnership .tc-partnership-cta {
    margin:40px 0 0;
  }
  .tc-partnership.programsolution .tc-partnership-inner .tc-partnership-content .tc-partnership-right, .tc-partnership .tc-partnership-inner .tc-partnership-content.layout-2 .tc-partnership-right {
    gap:30px;
  }
}
/* partnership End */
/* pricing Start */
.tc-pricing-tab .content-wrapper {
  max-width: 1418px;
}
.tc-pricing-tab .tc-pricing-tab-heading {
  margin: 0 auto 60px;
  text-align: center;
  max-width: 833px;
}
.tc-pricing-tab .tc-pricing-tab-heading h2 {
  margin:0;
}
.tc-pricing-tab .tc-pricing-tab-heading p {
  margin:30px 0 0;
  font-size:20px;
  line-height:30px;
}
.tc-pricing-tab .tc-pricing-tab-content {
  display:flex;
  flex-direction:column;
  gap:60px;
}
.tc-pricing-tab .tc-pricing-tab-content .tc-pricing-tab-list {
  border: 1px solid rgba(50, 50, 50, 0.2);
  border-radius: 100px;
  display: flex;
  align-items: center;
  padding: 8px 15px;
  gap: 10px;
  margin: auto;
}
.tc-pricing-tab .tc-pricing-tab-content .tc-pricing-tab-list ul {
  list-style-type:none;
  margin:0;
  padding:0;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.tc-pricing-tab .tc-pricing-tab-content .tc-pricing-tab-list ul li {
  padding:0; 
}
.tc-pricing-tab .tc-pricing-tab-content .tc-pricing-tab-list ul li a{
  font-weight: 800;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #323232;
  display:block;
  border-radius: 50px;
  padding: 15px 20px; 
  background: transparent;
  transition: all 0.5s ease;
}
.tc-pricing-tab .tc-pricing-tab-list ul li a:hover,
.tc-pricing-tab .tc-pricing-tab-list ul li a.active {
  background-color: #F8164F;
  color: #fff !important;
}
.tc-pricing-tab .tc-pricing-tab-content .tc-pricing-tab-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px;
  gap: 30px;
  background: #F3FBFE;
  border-radius: 7px;
}
.tc-pricing-tab .tc-pricing-tab-content .tc-pricing-tab-card .tc-prices-tab-card-heading {
  text-align:center;
  max-width: 855px;
}
.tc-pricing-tab .tc-pricing-tab-content .tc-pricing-tab-card .tc-prices-tab-card-heading h3 {
  margin:0;
}
.tc-pricing-tab .tc-pricing-tab-content .tc-pricing-tab-card .tc-prices-tab-card-heading p {
  margin:30px 0 0;
}
.tc-pricing-tab .tc-pricing-tab-content .tc-pricing-tab-card .tc-pricing-tab-mainbox.column-1 {
  grid-template-columns: repeat(1, 1fr);
}
.tc-pricing-tab .tc-pricing-tab-content .tc-pricing-tab-card .tc-pricing-tab-mainbox {
  background: #FFFFFF;
  box-shadow: 0px 6px 35px rgba(50, 50, 50, 0.05);
  border-radius: 7px;
  padding: 30px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  width: -webkit-fill-available;
}
.tc-pricing-tab .tc-pricing-tab-content .tc-pricing-tab-card .tc-pricing-tab-mainbox .tc-pricing-tab-left {
  display: flex;
  flex-direction: column;
  gap:20px;
}
.tc-pricing-tab .tc-pricing-tab-content .tc-pricing-tab-card .tc-pricing-tab-mainbox .tc-pricing-tab-left .tc-pricing-tab-step {
  padding: 10px 20px;
  text-align:center;
  background: hsl(from #F8164F h s l / 0.2);
  border-radius: 7px;
  width:fit-content;
}
.tc-pricing-tab .tc-pricing-tab-content .tc-pricing-tab-card .tc-pricing-tab-mainbox .tc-pricing-tab-left .tc-pricing-tab-step h4 {
  margin:0;
  font-weight: 800;
  color: #F8164F;
  line-height:34px;
}
.tc-pricing-tab .tc-pricing-tab-content .tc-pricing-tab-card .tc-pricing-tab-mainbox .tc-pricing-tab-left .tc-pricing-tab-discription h4 {
  margin:0;
  font-weight: 800;
}
.tc-pricing-tab .tc-pricing-tab-content .tc-pricing-tab-card .tc-pricing-tab-mainbox .tc-pricing-tab-left .tc-pricing-tab-discription p {
  margin:20px  0 0;
}
.tc-pricing-tab .tc-pricing-tab-content .tc-pricing-tab-card .tc-pricing-tab-mainbox .tc-pricing-tab-right {
  display: flex;
  flex-direction: column;
  gap:20px;
}
.tc-pricing-tab .tc-pricing-tab-content .tc-pricing-tab-card .tc-pricing-tab-mainbox .tc-pricing-tab-right .tc-pricing-tab-box {
  display: flex;
  gap:30px;
}
.tc-pricing-tab .tc-pricing-tab-content .tc-pricing-tab-card .tc-pricing-tab-mainbox .tc-pricing-tab-right .tc-pricing-tab-title h5 {
  margin:0;
  font-weight: 800;
  font-size: 20px;
  line-height: 30px;
}
.tc-pricing-tab .tc-pricing-tab-content .tc-pricing-tab-card .tc-pricing-tab-mainbox .tc-pricing-tab-right .tc-pricing-tab-title h5 span {
  color:#F8164F;
}
.tc-pricing-tab .tc-pricing-tab-content .tc-pricing-tab-card .tc-pricing-tab-mainbox .tc-pricing-tab-right .tc-pricing-tab-box .tc-pricing-tab-List-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px;
  gap: 20px;
  border-width: 1px;
  border-style: solid;
  border-radius: 5px;
  width: 100%;
}
.tc-pricing-tab .tc-pricing-tab-content .tc-pricing-tab-card .tc-pricing-tab-mainbox .tc-pricing-tab-right .tc-pricing-tab-box .tc-pricing-tab-List-box .tc-pricing-tab-List-title h4 {
  margin:0;
  font-weight:800
}
.tc-pricing-tab .tc-pricing-tab-content .tc-pricing-tab-card .tc-pricing-tab-mainbox .tc-pricing-tab-right .tc-pricing-tab-box .tc-pricing-tab-List-box .tc-pricing-tab-List-title.tc-pricing-tab-list-title-before {
  position: relative;
  padding: 0 0 12px;
}
.tc-pricing-tab .tc-pricing-tab-content .tc-pricing-tab-card .tc-pricing-tab-mainbox .tc-pricing-tab-right .tc-pricing-tab-box .tc-pricing-tab-List-box .tc-pricing-tab-list-title-before::before {
  content:"";
  position: absolute;
  height: 2px;
  width: 30px;
  background: #F8164F;
  bottom: -2px;
}
.tc-pricing-tab .tc-pricing-tab-content .tc-pricing-tab-card .tc-pricing-tab-mainbox .tc-pricing-tab-right .tc-pricing-tab-box .tc-pricing-tab-List-box .tc-pricing-tab-List-title h6 {
  margin:0;
  font-weight:800;
  font-size: 16px;
  line-height: 26px;
}
.tc-pricing-tab .tc-pricing-tab-content .tc-pricing-tab-card .tc-pricing-tab-mainbox .tc-pricing-tab-right .tc-pricing-tab-box .tc-pricing-tab-List-box .tc-pricing-tab-list-item ul {
  margin:0;
  padding:0;
  list-style-type:none;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.tc-pricing-tab .tc-pricing-tab-content .tc-pricing-tab-card .tc-pricing-tab-mainbox .tc-pricing-tab-right .tc-pricing-tab-box .tc-pricing-tab-List-box .tc-pricing-tab-list-item ul li {
  display:flex;
  gap:10px;
  align-items:center;
}
.tc-pricing-tab .tc-pricing-tab-content .tc-pricing-tab-card .tc-pricing-tab-mainbox .tc-pricing-tab-right .tc-pricing-tab-box .tc-pricing-tab-List-box .tc-pricing-tab-list-item ul li p {
  margin:0;
}
.tc-pricing-tab .tc-pricing-tab-content .tc-pricing-tab-card .tc-pricing-tab-mainbox .tc-pricing-tab-right .tc-pricing-tab-box .tc-pricing-tab-List-box .tc-pricing-tab-list-item ul li i,
.tc-pricing-tab .tc-pricing-tab-content .tc-pricing-tab-card .tc-pricing-tab-mainbox .tc-pricing-tab-right .tc-pricing-tab-box .tc-pricing-tab-List-box .tc-pricing-tab-list-item ul li i svg {
  display:block;
  height:20px;
  width:20px;
  color:#F8164F;
  fill: currentColor;
}
.tc-pricing-tab .tc-pricing-tab-content .tc-pricing-tab-card .tc-pricing-tab-mainbox .tc-pricing-tab-program {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.tc-pricing-tab .tc-pricing-tab-content .tc-pricing-tab-card .tc-pricing-tab-mainbox .tc-pricing-tab-program .tc-pricing-tab-program-title h5 {
  margin:0;
  font-weight:800;
  font-size: 20px;
  line-height: 30px;
}
.tc-pricing-tab .tc-pricing-tab-content .tc-pricing-tab-card .tc-pricing-tab-mainbox .tc-pricing-tab-program .tc-pricing-tab-program-title h5 span {
  color:#F8164F;
}
.tc-pricing-tab .tc-pricing-tab-content .tc-pricing-tab-card .tc-pricing-tab-mainbox .tc-pricing-tab-program ul {
  margin:0;
  padding:0;
  list-style-type:none;
  display:flex;
  gap:30px;
}
.tc-pricing-tab .tc-pricing-tab-content .tc-pricing-tab-card .tc-pricing-tab-mainbox .tc-pricing-tab-program ul li {
  background: #F3FBFE;
  border: 1px solid rgba(50, 50, 50, 0.1);
  border-radius: 7px;
  padding: 20px;
  text-align:center;
  width: -webkit-fill-available;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tc-pricing-tab .tc-pricing-tab-content .tc-pricing-tab-card .tc-pricing-tab-mainbox .tc-pricing-tab-program ul li h6 {
  margin:0;
  font-weight: 800;
  font-size: 16px;
  line-height: 26px;
}
@media (max-width:991px){
  .tc-pricing-tab .tc-pricing-tab-content .tc-pricing-tab-card .tc-pricing-tab-mainbox {
    grid-template-columns: repeat(1, 1fr);
  }
  .tc-pricing-tab .tc-pricing-tab-content .tc-pricing-tab-card .tc-pricing-tab-mainbox .tc-pricing-tab-right .tc-pricing-tab-box {
    flex-wrap:wrap;
  }
  .tc-pricing-tab .tc-pricing-tab-content .tc-pricing-tab-card {
    padding:40px;
  }
  .tc-pricing-tab .tc-pricing-tab-content .tc-pricing-tab-card .tc-pricing-tab-mainbox .tc-pricing-tab-program ul {
    flex-wrap:wrap;
  }
  .tc-pricing-tab .tc-pricing-tab-content .tc-pricing-tab-list {
    border-radius: 70px;
  }
}
@media (max-width:767px){
  .tc-pricing-tab .tc-pricing-tab-content .tc-pricing-tab-card {
    padding:12px;
  }
  .tc-pricing-tab .tc-pricing-tab-content .tc-pricing-tab-card .tc-pricing-tab-mainbox {
    padding:20px;
  }
  .tc-pricing-tab .tc-pricing-tab-content .tc-pricing-tab-card .tc-pricing-tab-mainbox .tc-pricing-tab-right .tc-pricing-tab-box .tc-pricing-tab-List-box {
    padding:20px;
  }
  .tc-pricing-tab .tc-pricing-tab-content .tc-pricing-tab-list ul li a {
    font-size: 16px;
    line-height: 26px;
    display: block;
  }
  .tc-pricing-tab .tc-pricing-tab-content .tc-pricing-tab-list {
    border-radius: 30px;
    width: -webkit-fill-available;
    justify-content: center;
  }
  .tc-pricing-tab .tc-pricing-tab-content .tc-pricing-tab-list ul {
    flex-direction: column;
    width: -webkit-fill-available;
  }
  .tc-pricing-tab .tc-pricing-tab-content .tc-pricing-tab-list ,
  .tc-pricing-tab-list ul li a.active {
    padding:10px;
  }
  .tc-pricing-tab .tc-pricing-tab-content .tc-pricing-tab-list ul li {
    width: -webkit-fill-available;
  }
}
/* pricing End */
/* program Start */
.tc-program {
  background:#f3fbfe;
  clip-path: polygon(0% 0%, 100% 10%, 100% 100%, 0% 100%);
}
.tc-program .tc-program-inner .tc-program-heading {
  padding:0 0 60px;
}
.tc-program .tc-program-inner .tc-program-heading h2 {
  margin:0;
  text-align:center;
}
.tc-program .tc-program-inner .tc-program-heading h2 span {
  color:#F8164F;
}
.tc-program .tc-program-inner .tc-program-heading p {
  margin:30px auto 0;
  text-align:center;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  max-width:837px;
}
.tc-program .tc-program-inner .tc-program-content.column-2{
  grid-template-columns: repeat(2, 1fr);
}
.tc-program .tc-program-inner .tc-program-content {
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:30px;
}
.tc-program .tc-program-inner .tc-program-content.column-4{
  grid-template-columns: repeat(4, 1fr);
}
.tc-program .tc-program-inner .tc-program-content .tc-program-card {
  padding:40px;
  background:#fff;
  border-radius:10px;
  box-shadow: 0px 6px 36px rgba(50, 50, 50, 0.05);
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.tc-program .tc-program-inner .tc-program-content .tc-program-card .tc-program-icon-box {
  display:flex;
  justify-content: space-between;
}
.tc-program .tc-program-inner .tc-program-content .tc-program-card .tc-program-icon-box .tc-program-icon img
{
  display: block;
  height: 50px !important;
  position: absolute;
  top: 30%;
  width: 50px;
  left:0px;
} 
.tc-program .tc-program-inner .tc-program-content .tc-program-card .tc-program-icon-box .tc-program-icon {
  position: relative;
  width: 100%;
  background: #fde9ef;
  max-width: 70px;
  height: 70px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  border-radius: 50%;
}
.tc-program .tc-program-inner .tc-program-content .tc-program-card .tc-program-icon-box .tc-program-number {
  background:#F8164F;
  border-radius:50%;
  height:48px;
  max-width: 48px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tc-program .tc-program-inner .tc-program-content .tc-program-card .tc-program-icon-box .tc-program-number p {
  margin:0;
  color:#fff;
  font-weight:700;
}
.tc-program .tc-program-inner .tc-program-content .tc-program-card .tc-program-card-content {
  margin:20px 0 0;
}
.tc-program .tc-program-inner .tc-program-content .tc-program-card .tc-program-card-content h4 {
  margin:0;
  font-weight:800;
}
.tc-program .tc-program-inner .tc-program-content .tc-program-card .tc-program-card-content p {
  font-size:20px;
  line-height:30px;
  margin:20px 0 0;
}

@media (max-width:991px) {
  .tc-program .tc-program-inner .tc-program-content {
    grid-template-columns: repeat(2, 1fr);
  }
  .tc-program {
    clip-path: polygon(0% 0%, 100% 5%, 100% 100%, 0% 100%);
  }
}
@media (max-width:767px) {
  .tc-program .tc-program-inner .tc-program-content {
    grid-template-columns: repeat(1, 1fr);
  }
  .tc-program {
    clip-path: polygon(0% 0%, 100% 2%, 100% 100%, 0% 100%);
  }
  .tc-program .tc-program-inner .tc-program-content .tc-program-card {
    padding:20px;
  }
}
/* program End */
/* security Start */
.tc-security .tc-security-heading {
  margin:0 0 60px;
  text-align:center;
}
.tc-security .tc-security-heading h2 {
  margin:0;
}
.tc-security .tc-security-heading p {
  margin:30px auto 0 ;
  font-size:20px;
  line-height:30px;
  max-width:750px;
}
.tc-security .tc-security-cta-box {
  margin:60px 0 0 ;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
.tc-security .tc-security-content-inner{
  display:grid;
  grid-template-columns: repeat(2, 1fr);
  gap:30px;
}
.tc-security .tc-security-box {
  background: #fff;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0px 0px 35px rgba(50, 50, 50, 0.05);
  display:flex;
  flex-direction: column;
  gap:30px;
  justify-content: space-between;
  transition: all .5s ease;
  position: relative;
  overflow:hidden;
}
.tc-security .tc-security-box .tc-security-box-icon {
  display:flex;
  gap:20px;
  height:100%;
}
.tc-security .tc-security-box .tc-security-box-icon .tc-security-icon{
  background: hsl(from #009FDA h s l / 0.1);
  height: 50px;
  max-width: 50px;
  width:100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all .5s ease;
}
.tc-security .tc-security-box .tc-security-box-icon .tc-security-icon i,
.tc-security .tc-security-box .tc-security-box-icon .tc-security-icon i svg {
  height:28px;
  width:28px;
  color:#009FDA;
  fill: currentColor;
  transition: all .5s ease;
}
.tc-security .tc-security-box .tc-security-box-icon .tc-security-content{
  display:flex;
  gap:20px;
  flex-direction: column;
  justify-content: space-between;
}
.tc-security .tc-security-box .tc-security-box-icon .tc-security-content .tc-security-description h3 {
  margin:0;
  transition: all .5s ease;
}
.tc-security .tc-security-box .tc-security-box-icon .tc-security-content .tc-security-description p {
  margin:20px 0 0;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  transition: all .5s ease;
}
.tc-security .tc-security-box .tc-security-list {
  display:flex;
  gap:15px;
  flex-direction: column;
  padding: 31px 0 0;
  border-top: 1px solid hsl(from #323232 h s l / .2);
}
.tc-security .tc-security-box .tc-security-list h6 {
  font-size:20px;
  line-height:30px;
  font-weight:700;
  margin:0;
}
.tc-security .tc-security-box .tc-security-list ul {
  list-style-type:none;
  margin:0;
  padding:0;
  display:flex;
  gap:15px;
  flex-wrap: wrap;
}
.tc-security .tc-security-box .tc-security-list ul li {
  background: hsl(from #323232 h s l / .1);
  padding: 7px 15px;
  border-radius: 40px;
  color: #323232;
  transition: all 0.5s ease;
}
.tc-security .tc-security-box .tc-security-list ul li:hover {
  background:#323232;
}
.tc-security .tc-security-box .tc-security-list ul li a{
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  color: #323232;
}
.tc-security .tc-security-box .tc-security-list ul li:hover a {
  color:#fff;
}

/* layout 2 css */
.tc-security .tc-security-content.layout-2 .tc-security-heading {
  margin:0 0 50px;
  text-align:start;
}
.tc-security .tc-security-content.layout-2 .tc-security-cta-box {
  justify-content: flex-start;
  margin: 50px 0 0;
}
.tc-security .tc-security-content.layout-2 .tc-security-box {
  border-radius: 7px;
  border: 1px solid rgba(0, 159, 218, 0.2);
  box-shadow: 0px 20px 47px rgba(50, 50, 50, 0.05);
}
.tc-security .tc-security-content.layout-2 .tc-security-box:hover {
  background:#009FDA;
  color:#fff;
  overflow: hidden;
}
.tc-security .tc-security-content.layout-2 .tc-security-box .tc-security-box-icon {
  flex-direction: column;
}
.tc-security .tc-security-content.layout-2 .tc-security-box .tc-security-box-icon .tc-security-content {
  gap:30px;
}
.tc-security .tc-security-content.layout-2 .tc-security-box .tc-security-box-icon .tc-security-icon {
  max-width: 100px;
  height: 100px;
  background: hsl(from #323232 h s l / .1);
}
.tc-security .tc-security-content.layout-2 .tc-security-box:hover .tc-security-box-icon .tc-security-icon {
  background: hsl(from #fff h s l / .1);
}
.tc-security .tc-security-content.layout-2 .tc-security-box .tc-security-box-icon .tc-security-icon i, 
.tc-security .tc-security-content.layout-2 .tc-security-box .tc-security-box-icon .tc-security-icon i svg {
  color: #323232;
  height: 45px;
  width: 45px;
  fill: currentColor;
}
.tc-security .tc-security-content.layout-2 .tc-security-box:hover .tc-security-box-icon .tc-security-icon i, 
.tc-security .tc-security-content.layout-2 .tc-security-box:hover .tc-security-box-icon .tc-security-icon i svg {
  color: #fff;
}
.tc-security .tc-security-content.layout-2 .tc-security-box:hover .tc-security-box-icon .tc-security-content .tc-security-description h3 {
  color:#fff;
}
.tc-security .tc-security-content.layout-2 .tc-security-box:hover .tc-button-content.black a.tc-btn-link {
  color: #fff !important;
  text-decoration: none !important;
}
.tc-security .tc-security-content.layout-2 .tc-security-box:hover .tc-button-content.black a.tc-btn-link.link i svg {
  color: #ffffff !important;
}
.tc-security .tc-security-content.layout-2 .tc-security-box:hover .tc-button-content .tc-btn-link.link:before{
  background:transparent!important;
}
.tc-security .tc-security-content.layout-2 .tc-security-box::before {
  content: "";
  position: absolute;
  top: -50px;   
  right: -30px; 
  width: 155px;
  height: 155px;
  border-radius: 50%;
  background: hsl(from #fff h s l / 0.3);
  z-index: 0;
  box-shadow:0 0 0 40px hsl(from #fff h s l / 0.1),    0 0 0 80px hsl(from #fff h s l / .1);
  transition: all 0.5s ease;
}
.tc-security .tc-security-content.layout-2 .tc-security-box:hover::before {
  transform: scale(1.1);
}
.tc-security .tc-security-content.layout-2 .tc-security-box * {
  position: relative;
  z-index: 1;
}

.tc-security-content.layout-3 .tc-security-heading {
  text-align:start;
}
.tc-security-content.layout-3 .tc-security-heading .hs_cos_wrapper_type_inline_rich_text {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap:30px;
  align-items:center;
}
.tc-security-content.layout-3 .tc-security-heading p {
  max-width:100%;
  margin:0;
}
.tc-security-content.layout-3.dark .tc-security-heading h2 ,
.tc-security-content.layout-3.dark .tc-security-heading p {
  color:#fff;
}
.tc-security-content.layout-3.light .tc-security-content-inner .tc-security-box {
  background: #FFFFFF!important;
  border: 1px solid #F8164F;
  border-radius: 7px!important;
  padding: 50px!important;
  box-shadow:none;
  position: relative;
  overflow: visible;
  transition: all 0.5s ease;
}
.tc-security-content.layout-3.light .tc-security-content-inner .tc-security-box:hover ,
.tc-security-content.layout-3.dark .tc-security-content-inner .tc-security-box:hover {
  border: 1px solid #009FDA;
}
.tc-security-content.layout-3.dark .tc-security-content-inner .tc-security-box {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 7px;
  padding: 50px!important;
  box-shadow:none;
  position: relative;
  overflow: visible;
  transition: all 0.5s ease;
}
.tc-security-content.layout-3 .tc-security-content-inner .tc-security-box .tc-security-description .hs_cos_wrapper_type_inline_rich_text {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.tc-security-content.layout-3 .tc-security-content-inner .tc-security-box .tc-security-description h3 {
  margin:0;
}
.tc-security-content.layout-3 .tc-security-content-inner .tc-security-box .tc-security-description p {
  margin:0;
}
.tc-security-content.layout-3.dark .tc-security-content-inner .tc-security-box .tc-security-description h3 ,
.tc-security-content.layout-3.dark .tc-security-content-inner .tc-security-box .tc-security-description p {
  color:#fff;
}
.tc-security-content.layout-3.light .tc-security-content-inner .tc-security-box .tc-security-description hr {
  margin: 0;
  border:none;
  border-top: 1px solid #F8164F;
  height: 0;
}
.tc-security-content.layout-3.dark .tc-security-content-inner .tc-security-box .tc-security-description hr {
  border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
  margin: 0;
  border:none;
  height: 0;
}
.tc-security-content.layout-3.light .tc-security-content-inner .tc-security-box:hover  .tc-security-description hr ,
.tc-security-content.layout-3.dark .tc-security-content-inner .tc-security-box:hover .tc-security-description hr{
  border-top: 1px solid #009FDA !important;
}
.tc-security-content.layout-3.light .tc-security-content-inner .tc-security-box .tc-security-advantage {
  background: #009FDA;
  border: 1px solid #FFFFFF;
  border-radius: 100px;
  padding: 10px 20px;
  width: fit-content;
  position: absolute;
  top: -25px;
  right: 7%;
  opacity: 0;
  transition: all 0.5s ease;
}
.tc-security-content.layout-3.dark .tc-security-content-inner .tc-security-box .tc-security-advantage {
  background: #323232;
  border: 1px solid #009FDA;
  border-radius: 100px;
  padding: 10px 20px;
  width: fit-content;
  position: absolute;
  top: -25px;
  right: 7%;
  opacity: 0;
  transition: all 0.5s ease;
}
.tc-security-content.layout-3.light .tc-security-content-inner .tc-security-box:hover .tc-security-advantage ,
.tc-security-content.layout-3.dark .tc-security-content-inner .tc-security-box:hover .tc-security-advantage {
  opacity: 1;
}
.tc-security-content.layout-3.light .tc-security-content-inner .tc-security-box .tc-security-advantage p {
  margin:0;
  color:#fff;
  text-align:center;
  font-weight: 800;
}
.tc-security-content.layout-3.dark .tc-security-content-inner .tc-security-box .tc-security-advantage p {
  margin:0;
  color:#009FDA;
  text-align:center;
  font-weight: 800;
}
@media (max-width:991px) {
  .tc-security .tc-security-heading {
    margin:0 0 50px;
  }
  .tc-security .tc-security-cta-box {
    margin:50px 0 0 ;
  }
  .tc-security .tc-security-content-inner {
    grid-template-columns: repeat(1, 1fr);
  }
  .tc-security .tc-security-content.layout-2 .tc-security-box .tc-security-box-icon .tc-security-icon {
    width:90px;
    height:90px;
  }
  .tc-security .tc-security-content.layout-2 .tc-security-box .tc-security-box-icon .tc-security-icon i,
  .tc-security .tc-security-content.layout-2 .tc-security-box .tc-security-box-icon .tc-security-icon i svg {
    width:40px;
    height:40px;
  }
}
@media (max-width:767px) {
  .tc-security .tc-security-heading {
    margin:0 0 40px;
  }
  .tc-security .tc-security-cta-box {
    margin:40px 0 0 ;
  }
  .tc-security .tc-security-box {
    padding: 20px;
  }
  .tc-security .tc-security-box .tc-security-box-icon {
    flex-wrap:wrap;
  }
  .tc-security .tc-security-content.layout-2 .tc-security-box .tc-security-box-icon .tc-security-icon {
    width:80px;
    height:80px;
  }
  .tc-security .tc-security-content.layout-2 .tc-security-box .tc-security-box-icon .tc-security-icon i,
  .tc-security .tc-security-content.layout-2 .tc-security-box .tc-security-box-icon .tc-security-icon i svg {
    width:36px;
    height:36px;
  }
  .tc-security-content.layout-3 .tc-security-heading .hs_cos_wrapper_type_inline_rich_text {
    grid-template-columns: repeat(1, 1fr);
  }
  .tc-security-content.layout-3.light .tc-security-content-inner .tc-security-box {
    padding: 25px !important;
  }
}
/* security End */
/* Step box start */
.tc-step-box-wave-shape {
  position: relative;
  background: #f0fbff !important;
  clip-path: ellipse(160% 100% at 50% 100%);
}
.tc-step-box .tc-step-box-heading {
  margin:0 0 60px;
  text-align:center;
}
.tc-step-box .tc-step-box-heading h2 {
  margin:0;
}
.tc-step-box .tc-step-box-heading h2 span{
  color:#F8164F;
}
.tc-step-box .tc-step-box-heading p {
  margin:30px auto 0;
  font-size:20px;
  line-height:30px;
  max-width:58%;
}
.tc-step-box .tc-step-box-box {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, 1fr);
}
.tc-step-box .tc-step-box-box .tc-step-box-card {
  background: transparent;
  border: 1px dashed #009FDA;
  border-radius: 100%;
  text-align: center;
  padding:60px 66px;
  transition: all .5s ease;
}
.tc-step-box .tc-step-box-box .tc-step-box-card h5 {
  color:#009FDA;
  margin:0;
  font-weight: 800;
  font-size: 40px;
  line-height: 50px;
  margin: 0 0 30px 0;
}
.tc-step-box .tc-step-box-box .tc-step-box-card h3 {
  color:#323232;
  margin: 0 0 20px 0;
}
.tc-step-box .tc-step-box-box .tc-step-box-card p {
  color:#323232;
  margin:0;
}
.tc-step-box .tc-step-box-content.layout-1 .tc-step-box-box .tc-step-box-card:hover{
  background:#009FDA;
}
.tc-step-box .tc-step-box-content.layout-1 .tc-step-box-box .tc-step-box-card:hover p ,
.tc-step-box .tc-step-box-content.layout-1 .tc-step-box-box .tc-step-box-card:hover h3 ,
.tc-step-box .tc-step-box-content.layout-1 .tc-step-box-box .tc-step-box-card:hover h5 {
  color:#fff;
}
.tc-step-box .tc-step-box-cta {
  margin-top: 50px;
}

.tc-step-box-content.layout-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap:30px;
}
.tc-step-box-content.layout-2.column-2 {
  grid-template-columns: repeat(2, 1fr);
}
.tc-step-box-content.layout-2.column-3 {
  grid-template-columns: repeat(3, 1fr);
}
.tc-step-box-content.layout-2.column-5 {
  grid-template-columns: repeat(5, 1fr);
}
.tc-step-box .tc-step-box-content.layout-2 .tc-step-box-card {
  text-align: left;
  transition: all .5s ease;
  background: #FFFFFF;
  border: 1px solid rgba(50, 50, 50, 0.1);
  border-radius: 7px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px;
  gap: 30px;
}
.tc-step-box .tc-step-box-content.layout-2  .tc-step-box-card:hover {
  background: #009FDA;
  border: 1px solid #009FDA;
  color:#fff;
}
.tc-step-box .tc-step-box-content.layout-2 .tc-step-box-card h6 { 
  color: #009FDA;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin:0;
}
.tc-step-box .tc-step-box-content.layout-2  .tc-step-box-card h3 {
  margin:0 0 10px 0;
}
.tc-step-box .tc-step-box-content.layout-2  .tc-step-box-card p {
  margin:15px 0 0;
}
.tc-step-box .tc-step-box-content.layout-2  .tc-step-box-card:hover h6,
.tc-step-box .tc-step-box-content.layout-2  .tc-step-box-card:hover h3 {
  color:#fff;
}

.tc-step-box-content.layout-3 {
  display: flex;
  gap: 82px;
}
.tc-step-box-content.layout-3 .tc-step-box-left {
  width: 40%;
}
.tc-step-box-content.layout-3 .tc-step-box-right {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.tc-step-box-content.layout-3 .tc-step-box-right .tc-step-box-card {
  background: #FFFFFF;
  border: 1px solid rgba(50, 50, 50, 0.1);
  border-radius: 7px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px;
  gap: 30px;
  transition:all 0.5s ease;
}
.tc-step-box-content.layout-3 .tc-step-box-right .tc-step-box-card:hover {
  border: 1px solid #009FDA;
}
.tc-step-box-content.layout-3 .tc-step-box-right .tc-step-box-card .tc-step-box-card-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 30px;
}
.tc-step-box-content.layout-3 .tc-step-box-right .tc-step-box-card .tc-step-box-card-title .tc-step-box-card-number {
  background: rgba(0, 159, 218, 0.1);
  border-radius: 7px;
  padding: 20px 11px;
}
.tc-step-box-content.layout-3 .tc-step-box-right .tc-step-box-card:hover .tc-step-box-card-title .tc-step-box-card-number {
  background:#009FDA;
}
.tc-step-box-content.layout-3 .tc-step-box-right .tc-step-box-card .tc-step-box-card-title .tc-step-box-card-number h3 {
  margin: 0;
  color:#009FDA;
}
.tc-step-box-content.layout-3 .tc-step-box-right .tc-step-box-card:hover .tc-step-box-card-title .tc-step-box-card-number h3 {
  color: #fff;
}
.tc-step-box-content.layout-3 .tc-step-box-right .tc-step-box-card .tc-step-box-card-title h3 {
  margin:0;
}
.tc-step-box-content.layout-3 .tc-step-box-right .tc-step-box-card .tc-step-box-card-discription p {
  margin:0;
}
.tc-step-box-content.layout-3 .tc-step-box-right .tc-step-box-card .tc-step-box-card-discription .tc-step-box-cta {
  margin: 15px 0 0;
}
.tc-step-box-content.layout-3 .tc-step-box-right .tc-step-box-card .tc-step-box-card-discription .tc-step-box-cta .tc-button-content.black .tc-btn-link.link {
  color:#009FDA !important;
}
.tc-step-box-content.layout-3 .tc-step-box-right .tc-step-box-card .tc-step-box-card-discription 
.tc-step-box-cta .tc-button-content.black .tc-btn-link.link:hover:before {
  background:#009FDA !important;
}
.tc-step-box-content.layout-3 .tc-step-box-left .tc-step-box-heading {
  margin:0 0 46px;
  text-align:start;
}
.tc-step-box-content.layout-3 .tc-step-box-left .tc-step-box-heading h2 span {
  color:#F8164F;
}
.tc-step-box-content.layout-3 .tc-step-box-left .tc-step-box-heading p {
  max-width:100%;
  margin:30px 0 0;
}

.tc-step-box-content.layout-4 .tc-step-box-box .tc-step-box-card {
  padding: 32px !important;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  border: 1px solid #f3f4f6;
  border-radius: 12px;
  text-align:start;
  display: flex;
  flex-direction: column;
  transition: all 0.5s ease;
}
.tc-step-box-content.layout-4 .tc-step-box-box .tc-step-box-card:hover {
  transform: translateY(-8px);
}
.tc-step-box-content.layout-4 .tc-step-box-box .tc-step-box-card .tc-step-box-title {
  display: flex;
  gap: 16px;
  align-items: center;
  margin: 0 0 16px;
}
.tc-step-box-content.layout-4 .tc-step-box-box .tc-step-box-card .tc-step-box-title h4 {
  margin:0;
  font-weight:700;
}
.tc-step-box-content.layout-4 .tc-step-box-box .tc-step-box-card .tc-step-box-title .tc-step-box-icon {
  height: 48px;
  width: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tc-step-box-content.layout-4 .tc-step-box-box .tc-step-box-card .tc-step-box-title .tc-step-box-icon i ,
.tc-step-box-content.layout-4 .tc-step-box-box .tc-step-box-card .tc-step-box-title .tc-step-box-icon i svg {
  height:18px;
  width:18px;
  display:block;
  fill: currentColor;
}
.tc-step-box-content.layout-4 .tc-step-box-box .tc-step-box-card .tc-step-box-discription {
  margin: 0 0 24px;
}
.tc-step-box-content.layout-4 .tc-step-box-box .tc-step-box-card ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1;
}
.tc-step-box-content.layout-4 .tc-step-box-box .tc-step-box-card ul li {
  display: flex;
  gap:12px;
  align-items: flex-start;
}
.tc-step-box-content.layout-4 .tc-step-box-box .tc-step-box-card ul li i,
.tc-step-box-content.layout-4 .tc-step-box-box .tc-step-box-card ul li i svg {
  height:16px;
  width:16px;
  display:block;
  fill: currentColor;
  margin: 3px 0 0;
}
.tc-step-box-content.layout-4 .tc-step-box-box .tc-step-box-card ul li p {
  margin:0;
}
.tc-step-box-content.layout-4 .tc-step-box-box .tc-step-box-card .tc-step-box-milestones {
  padding: 24px 0 0;
  margin: 31px 0 0;
  border-top: 1px solid;
  border-color: #e5e7eb;
}
.tc-step-box-content.layout-4 .tc-step-box-box .tc-step-box-card .tc-step-box-milestones h6 {
  margin: 0 0 8px;
  color: #6b7280;
  font-weight: 600;
  font-size:14px;
  line-height:20px;
}
.tc-grc-platform-step-box .tc-step-box-content.layout-4 .tc-step-box-box .tc-step-box-card .tc-step-box-milestones ul {
  gap: 12px;
}
.tc-step-box.tc-grc-platform-step-box .tc-step-box-content.layout-3 .tc-step-box-right .tc-step-box-card {
  background: transparent;
  align-items: flex-start;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid rgba(50, 50, 50, .1);
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 0 0 30px;
  transition: all .5s 
    ease;
}

@media(max-width:1380px){
  .tc-step-box .tc-step-box-content .tc-step-box-box {
    grid-template-columns: repeat(2, 1fr);
    max-width: 900px;
    margin: auto;
  }
  .tc-step-box .tc-step-box-content.layout-2 .tc-step-box-box {
    max-width: 100%;
    margin: auto;
  }
  .tc-step-box-content.layout-3 {
    gap:65px;
  }

}
@media(max-width:1200px){
  .tc-step-box-content.layout-2 {
    grid-template-columns: repeat(3, 1fr)!important;
  }
  .tc-step-box-content.layout-3 {
    gap:50px;
  }
}
@media(max-width:991px){
  .tc-step-box .tc-step-box-heading {
    margin: 0 0 40px;
  }
  .tc-step-box .tc-step-box-cta {
    margin-top: 30px;
  }
  .tc-step-box-content.layout-2 {
    grid-template-columns: repeat(2, 1fr)!important;
  }
  .tc-step-box-content.layout-3 {
    gap:30px;
    flex-direction: column;
  }
  .tc-step-box-content.layout-3 .tc-step-box-left ,
  .tc-step-box-content.layout-3 .tc-step-box-right {
    width: 100%;
  }
  .tc-step-box-wave-shape {
    clip-path: ellipse(245% 100% at 50% 100%);
  }
}
@media(max-width:767px){
  .tc-step-box .tc-step-box-heading {
    margin: 0 0 30px;
  }
  .tc-step-box .tc-step-box-heading p {
    max-width: 100%;
  }
  .tc-step-box .tc-step-box-box {
    grid-template-columns: repeat(1, 1fr) !important;
    max-width: 500px;
    margin: auto;
  }
  .tc-step-box .tc-step-box-cta {
    margin-top: 20px;
  }
  .tc-step-box .tc-step-box-content.layout-2 .tc-step-box-card {
    gap: 15px;
    padding: 20px;
  }
  .tc-step-box .tc-step-box-content.layout-2  .tc-step-box-box {
    grid-template-columns: repeat(1, 1fr);
  }
  .tc-step-box-content.layout-2 {
    grid-template-columns: repeat(1, 1fr)!important;
  }
  .tc-step-box-content.layout-3 .tc-step-box-right .tc-step-box-card {
    gap:20px;
    padding: 20px;
  }
  .tc-step-box-content.layout-3 .tc-step-box-right .tc-step-box-card .tc-step-box-card-title {
    gap:20px;
  }
  .tc-step-box-wave-shape {
    clip-path: ellipse(325% 100% at 50% 100%);
  }
}
@media(max-width:500px){
  .tc-step-box .tc-step-box-box .tc-step-box-card {
    padding: 60px 30px;  
  }
  .tc-step-box .tc-step-box-content.layout-2 .tc-step-box-card h5 {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    padding: 10px;
  }
  .tc-step-box-content.layout-3 .tc-step-box-right .tc-step-box-card .tc-step-box-card-title {
    flex-wrap:wrap;
  }
}
/* Step Box End */
/* Team Start */
.tc-team .tc-team-heading{
  margin:0 0 60px;
  text-align:center;
}
.tc-team .tc-team-heading h2 {
  margin:0;
}
.tc-team .tc-team-heading p {
  margin:30px 0 0;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
}
.tc-team .tc-team-content {
  display:grid;
  grid-template-columns: repeat(2, 1fr);
  gap:30px;
}
.tc-team .tc-team-content.column-3 {
  grid-template-columns: repeat(3, 1fr);
}
.tc-team .tc-team-content.column-4 {
  grid-template-columns: repeat(4, 1fr);
}
.tc-team .tc-team-content .tc-team-card {
  display:flex;
  align-items:center;
  flex-direction: column;
  gap:30px;
  padding:30px;
  background: #FFFFFF;
  border: 1px solid rgba(0, 159, 218, 0.2);
  box-shadow: 0px 20px 47px rgba(50, 50, 50, 0.05);
  border-radius: 7px;
}
.tc-team .tc-team-content .tc-team-card .tc-team-img {
  line-height:0;
}
.tc-team .tc-team-content .tc-team-card .tc-team-details {
  display:flex;
  align-items:center;
  flex-direction: column;
  text-align:center;
  padding:0 30px;
}
.tc-team .tc-team-content .tc-team-card .tc-team-details .tc-team-name h3 {
  margin:0;
  font-weight:800;
}
.tc-team .tc-team-content .tc-team-card .tc-team-details .tc-team-position p {
  margin:10px 0 0;
  padding:0 0 0 20px;
  border-left: 1px solid #F8164F;
  white-space: nowrap;
}
.tc-team .tc-team-content .tc-team-card .tc-team-details .tc-team-description,
.tc-team .tc-team-content .tc-team-card .tc-team-details .tc-team-social-icon {
  margin:30px 0 0;
}
.tc-team .tc-team-content .tc-team-card .tc-team-details .tc-team-description p {
  margin:0;
}
.tc-team .tc-team-content .tc-team-card .tc-team-details .tc-team-description p span {
  font-weight:700;
}
.tc-team .tc-team-content .tc-team-card .tc-team-details .tc-team-social-icon i ,
.tc-team .tc-team-content .tc-team-card .tc-team-details .tc-team-social-icon i svg {
  height:49px;
  width:49px;
  display:block;
  color:#009FDA;
  fill: currentColor;
} 
.tc-team .tc-team-img {
  width: 100%;      
  height: 100%;      
  overflow: hidden;  
  border-radius: 50%; 
  display: flex;
  justify-content: center;
  align-items: center;
}
.tc-team .tc-team-img img {
  width: 100%;
  height: 100%;
  max-width:300px!important;
  object-fit: cover; 
  border-radius: 50%; 
  display: block;
}
/* Layout 2 */
.tc-team .tc-team-content.layout-2 {
  display:grid;
  grid-template-columns: repeat(2, 1fr);
  gap:30px;
}
.tc-team .tc-team-content.layout-2 .tc-team-content-box{
  display:grid;
  grid-template-columns: repeat(2, 1fr);
  gap:30px;
}
.tc-team .tc-team-content.layout-2 .tc-team-content-box .tc-team-card {
  background: #F3FBFE;
  border: 1px solid rgba(0, 159, 218, 0.2);
}
.tc-team .tc-team-content.layout-2 .tc-team-content-box .tc-team-card .tc-team-details .tc-team-name h5 {
  font-size: 20px;
  line-height: 30px;
  margin:0;
  font-weight:800;
}
.tc-team .tc-team-content.layout-2 .tc-team-business {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.tc-team .tc-team-content.layout-2 .tc-team-business .tc-team-business-ditails {
  padding: 20px;
  background: #FFFFFF;
  border: 1px solid rgba(0, 159, 218, 0.2);
  border-radius: 7px;
  transition: all 0.5s ease;
  max-width: -webkit-fill-available;
  width: 100%;
}
.tc-team .tc-team-content.layout-2 .tc-team-business .tc-team-business-ditails:hover {
  background: #F3FBFE;
  border: 1px solid #009FDA;
}
.tc-team .tc-team-content.layout-2 .tc-team-business .tc-team-business-ditails h3 {
  margin:0;
}
.tc-team .tc-team-content.layout-2 .tc-team-business .tc-team-business-ditails p {
  margin:10px 0 0;
  font-size: 20px;
  line-height: 30px;
}
@media (max-width:1200px) {
  .tc-team .tc-team-content.column-4 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width:991px) {
  .tc-team .tc-team-content {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .tc-team .tc-team-content.layout-2 {
    grid-template-columns: repeat(1, 1fr)!important;
  }
  .tc-team .tc-team-img img {
    max-width:300px!important;
  }
  .tc-team .tc-team-content .tc-team-card .tc-team-details {
    padding:0;
  }
}
@media (max-width:767px){
  .tc-team .tc-team-content {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .tc-team .tc-team-content .tc-team-card {
    padding:20px;
  }
  .tc-team .tc-team-content .tc-team-card .tc-team-details {
    padding:0;
  }
  .tc-team .tc-team-content.layout-2 .tc-team-content-box{
    grid-template-columns: repeat(1, 1fr);
  }
  .tc-team .tc-team-img img {
    max-width:200px!important;
  }
}
/* Team End */
/* testimonial Start */
.tc-testimonial .tc-testimonial-heading{
  margin:0 0 60px 0;
}
.tc-testimonial .tc-testimonial-heading h2{
  margin: 0 auto;
  text-align: center;
  text-wrap: balance;
  max-width: 60%;
}
.tc-testimonial .tc-testimonial-heading h2 span{
  color:#F8164F;
}
.tc-testimonial .tc-testimonial-heading p{
  margin:30px 0 0 0; 
  text-align:center;
}

.tc-testimonial .container.layout-2,
.tc-testimonial .container {
  max-width: 1240px;
  margin: auto;
}
.tc-testimonial .full-width{
  max-width: 100%;
  margin: auto;
  padding:0 14px;
}

.tc-testimonial .tc-testimonial-card{
  display:flex;
  flex-direction: column;
  gap: 24px;
  padding:30px;
  background:#fff;
  box-shadow: 2px 0px 48px rgba(0, 0, 0, 0.05);
  border-radius: 16px;
}
.tc-testimonial .tc-testimonial-card .tc-testimonial-stars-box{
  background-color: hsl(from #009FDA h s l / .1);
  border-radius: 7px;
  display: flex;
  gap: 10px;
  justify-content: center;
  width: 100%;
  max-width: fit-content;
  margin: auto;
  padding: 10px;
}
.tc-testimonial .tc-testimonial-card .tc-testimonial-stars-box i, 
.tc-testimonial .tc-testimonial-card .tc-testimonial-stars-box i svg {
  display: block;
  height: 15px;
  width: 15px;
  color:#009FDA;
  fill: currentColor;
}
.tc-testimonial .tc-testimonial-card .tc-testimonial-content-box p{
  margin:0;
  font-size:20px;
  line-height:30px;
  font-weight:500;
  text-align:center;
}
.tc-testimonial .tc-testimonial-grid.grid .tc-testimonial-card .tc-testimonial-content-box p {
  font-size: 24px;
  line-height: 34px;
  max-width:1052px;
  margin:auto;

}
.tc-testimonial .tc-testimonial-card .tc-testimonial-info-box {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
}
.tc-testimonial .tc-testimonial-card .tc-testimonial-info-box .tc-testimonial-author-details h6 {
  margin:0;
  font-weight: 800;
  font-size: 20px;
  line-height: 30px;
}
.tc-testimonial .tc-testimonial-card .tc-testimonial-info-box .tc-testimonial-author-details p {
  margin:0;
}
.tc-testimonial .slick-track {
  display: flex;
  gap: 42px;
  margin: 48px auto;
}
.tc-testimonial .layout-1 .slick-list {
  margin:0 -300px;
}
.tc-testimonial .slick-slider ul.slick-dots {
  background: #fff;
  border: 1px solid rgba(50, 50, 50, .2);
  border-radius: 100px;
  display: flex;
  gap: 10px;
  margin: 86px auto 0;
  max-width: fit-content;
  padding: 10px;
  position: static !important;
  width: 100%;
  list-style-type:none;
  align-items:center;
  cursor: pointer;
}
.tc-testimonial ul.slick-dots:before {
  background: rgba(50, 50, 50, .2) !important;
  content: "";
  height: .5px;
  position: absolute;
  width: 100% !important;
  z-index: -1;
  left: 0;
  right: 0;
}
.tc-testimonial .slick-slider ul.slick-dots {
  line-height: 0;
}
.tc-testimonial ul li{
  background: #323232 !important;
  border-radius: 100px !important;
  height: 10px !important;
  margin: 0 !important;
  opacity: 1 !important;
  width: 10px !important;
  font-size:0;
  padding: 0;
}
.tc-testimonial ul .slick-active{
  background: #009FDA !important;
  border-radius: 100px !important;
  font-size: 0;
  height: 10px !important;
  margin: 0 !important;
  opacity: 1 !important;
  padding: 0;
  width: 28px !important;
}
.tc-testimonial ul li button {
  display: none;
}
.tc-testimonial .tc-testimonial-cta {
  margin-top: 50px;
}

@media(max-width:991px){
  .tc-testimonial .tc-testimonial-heading {
    margin: 0 0 40px;
  }
  .tc-testimonial .tc-testimonial-heading h2{
    max-width: 80%;
  }
  .tc-testimonial .slick-slider ul.slick-dots{
    margin:50px auto 0;
  }
  .tc-testimonial .tc-testimonial-cta {
    margin-top: 40px;
  }
}

/* Layout 2 */
.tc-testimonial .layout-2 .tc-testimonial-heading h2 {
  margin: 0 auto;
  text-align: center;
  max-width:100%;
}
.tc-testimonial .tc-testimonial-box{
  display:flex;
  flex-direction: column;
  align-items:center;
  padding:60px;
  background:#fff;
  box-shadow: 0px 0px 35px rgba(50, 50, 50, 0.05);
  border-radius: 7px;
  align-items: center;
  gap: 30px;
}
.tc-testimonial .tc-testimonial-box i,
.tc-testimonial .tc-testimonial-box i svg {
  display:block;
  width: 74.25px;
  height: 60px;
  color:#009FDA;
  fill: currentColor;
}
.tc-testimonial .tc-testimonial-box h3 {
  margin:0;
  font-weight: 500;
  text-align:center;
  max-width: 1076px;
}

.tc-testimonial .tc-testimonial-box .tc-testimonial-details h5{
  margin:0;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  text-align:center;
  color:#F8164F;
}
.tc-testimonial .tc-testimonial-box .tc-testimonial-details p {
  margin:15px 0 0;
  color: #323232;
  text-align:center;

}
@media (max-width:1200px) {
  .tc-testimonial .layout-1 .slick-list {
    margin: 0;  
  }
}
@media(max-width:991px){
  .tc-testimonial .container.layout-2,
  .tc-testimonial .container {
    padding: 0px 16px;
  }
  .tc-testimonial .tc-testimonial-box {
    padding:50px;
  }
}
@media(max-width:767px){
  .tc-testimonial .tc-testimonial-heading {
    margin: 0 0 20px;
  }
  .tc-testimonial .tc-testimonial-heading h2{
    max-width: 100%;
  }
  .tc-testimonial .slick-slider ul.slick-dots{
    margin:30px auto 0;
  }
  .tc-testimonial .tc-testimonial-cta {
    margin-top: 30px;
  }
  .tc-testimonial .container.layout-2,
  .tc-testimonial .container {
    padding: 0px 16px;
  }
  .tc-testimonial .tc-testimonial-box {
    padding:30px;
  }
  .tc-testimonial .slick-track {
    gap:10px;  
  }
}
/* testimonial End */
/* vertical Start */
.tc-vertical-tab .tc-vertical-tab-heading {
  margin: 0 0 60px;
  text-align: center;
}
.tc-vertical-tab .tc-vertical-tab-heading h2 {
  margin: 0;
}
.tc-vertical-tab .tc-vertical-tab-heading p {
  font-size: 20px;
  line-height: 30px;
  margin: 30px auto 0;
}
.tc-vertical-tab .tc-vertical-tab-cta {
  margin-top: 50px;
}
.tc-vertical-tab .tc-vertical-tab-item {
  display: flex;
  align-items: center;
  position: relative; 
}
.tc-vertical-tab .tc-vertical-tab-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0; 
  height: 100%; 
  border-left: 2px dashed #009FDA;  
  background-color: transparent; 
  z-index: 1;
}
.tc-vertical-tab .tc-vertical-tab-item .tc-vertical-tab-img {
  flex: 0 0 50%;
  max-width: 50%;
  text-align: right; 
}
.tc-vertical-tab .tc-vertical-tab-item .tc-vertical-tab-img img {
  max-width: 80%; 
  height: auto;
  border-radius: 8px; 
  margin:0 126px 60px 0 ;
  opacity: 0;
  transition: all 0.5s ease;
  transform: translateY(40px);
}
.tc-vertical-tab .tc-vertical-tab-item .tc-sticky-images img.active {
  opacity: 1;
  transform: translateY(0);
  position: sticky;
}
.tc-vertical-tab .tc-vertical-tab-item .tc-vertical-tab-content {
  max-width: 50%;
  padding-left: 80px; 
  position: relative;
  z-index: 2; 
}
.tc-vertical-tab .tc-vertical-tab-item .tc-vertical-tab-dot {
  position: absolute;
  left: -7px; 
  top: 0;
  width: 15px;
  height: 15px;
  background-color: #007bff;
  border-radius: 50%;
  z-index: 3; 
}
.tc-vertical-tab .tc-vertical-tab-item .tc-vertical-tab-dot span{
  border-radius: 100%;
  height: 40px;
  left: calc(50% - 20px);
  opacity: .1;
  position: absolute;
  top: calc(50% - 20px);
  transform: scale(0);
  transform-origin: center;
  transition: all .4s ease-in-out;
  width: 40px;
}
.tc-vertical-tab .tc-vertical-tab-item .tc-vertical-tab-dot span{
  transform: scale(0.8);
}
.tc-vertical-tab .tc-vertical-tab-item .tc-vertical-tab-content h3 {
  margin:0 0 30px 0;
}
.tc-vertical-tab .tc-vertical-tab-item .tc-vertical-tab-content p {
  margin:0 0 30px 0;
}
.tc-vertical-tab .tc-vertical-tab-item .tc-vertical-tab-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tc-vertical-tab .tc-vertical-tab-item .tc-vertical-tab-content li {
  margin-bottom: 10px;
  position: relative;
  display:flex;
  gap:10px;
}
.tc-vertical-tab .tc-vertical-tab-item .tc-vertical-tab-content li p {
  margin:0;
}
.tc-vertical-tab .tc-vertical-tab-item .tc-vertical-tab-content li i ,
.tc-vertical-tab .tc-vertical-tab-item .tc-vertical-tab-content li i svg {
  display:block;
  height:20px;
  width:20px;
  color:#F8164F;
  fill: currentColor;
  padding:2px 0 0;
}
@media (max-width:991px) {
  .tc-vertical-tab .tc-vertical-tab-item .tc-vertical-tab-dot {
    display: none;
  }
  .tc-vertical-tab .tc-vertical-tab-item {
    flex-direction: column;
  }
  .tc-vertical-tab .tc-vertical-tab-item .tc-vertical-tab-img {
    max-width: 100%;
  }
  .tc-vertical-tab .tc-vertical-tab-item .tc-vertical-tab-content
  {
    max-width: 100%;
    padding-left: 0;
  }
  .tc-vertical-tab .tc-vertical-tab-item:before {
    display:none;
  }
  .tc-vertical-tab .tc-vertical-tab-item .tc-vertical-tab-img img {
    margin: 20px 0;
    opacity: 1;
    transform: none;
    max-width: 100%;
  }
  .tc-vertical-tab .tc-vertical-tab-item .tc-sticky-images img.active {
    transform: none;
  }
}
@media (max-width: 768px) {
  .tc-vertical-tab-img,
  .tc-vertical-tab-content {
    max-width: 100%;
    text-align: left;
  }
  .tc-vertical-tab-img img {
    max-width: 100%;
  }
  .tc-vertical-tab-dot {
    left: -20px;
    top: 5px;
  }
  .tc-vertical-tab-content h3 {
    margin-top: 5px;
  }
}
/* vertical End */
/* webinars Start */
.tc-webinars .tc-webinars-heading {
  margin:0 0 60px;
  text-align:center;
}
.tc-webinars .tc-webinars-heading h2 {
  margin:0;
}
.tc-webinars .tc-webinars-heading p {
  margin:30px 0 0;
}
.tc-webinars .tc-webinars-tab-list {
  margin: 0 0 30px;
}
.tc-webinars .tc-webinars-tab-list ul {
  display:flex;
  gap: 20px;
  align-items:center;
  justify-content:center;
  flex-wrap: wrap;
  margin:0;
  padding:0;
  list-style-type:none;
}
.tc-webinars .tc-webinars-tab-list ul li a {
  border-radius: 10000px;
  padding: 20px 30px;
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
  display: block;
  background-color: transparent!important;
  border-color: #F8164F !important;
  color: #F8164F;
  border: 1px solid;
}
.tc-webinars .tc-webinars-tab-list ul li a:hover,
.tc-webinars .tc-webinars-tab-list ul li a.active {
  background-color: #F8164F !important;
  border-color: #F8164F !important;
  color: #fff;
}
.tc-webinars .tc-webinars-content .tc-webinars-card-box {
  display:flex;
  flex-direction: column;
  gap:30px;
  align-items:center;
  justify-content:center;
  max-width: 856px;
  margin: auto;
}
.tc-webinars .tc-webinars-content .tc-webinars-card-box .tc-webinars-card {
  background: #F3FBFE;
  border: 1px solid rgba(50, 50, 50, 0.2);
  border-radius: 7px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px 30px 30px;
  gap: 20px;
  position: relative;
}
.tc-webinars .tc-webinars-content .tc-webinars-card-box .tc-webinars-card .tc-webinars-details {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  padding:0 0 20px;
  border-bottom:1px solid hsl(from #323232 h s l / 0.2);
}
.tc-webinars .tc-webinars-content .tc-webinars-card-box .tc-webinars-card .tc-webinars-details .tc-webinars-box-heading h3 {
  margin:0;
}
.tc-webinars .tc-webinars-content .tc-webinars-card-box .tc-webinars-card .tc-webinars-details .tc-webinars-box-heading p {
  margin:20px 0 0;
}
.tc-webinars .tc-webinars-content .tc-webinars-card-box .tc-webinars-card .tc-webinars-details .tc-webinars-list ul {
  margin:0;
  padding:0;
  list-style-type:none;
  display: flex;
  gap: 30px;
}
.tc-webinars .tc-webinars-content .tc-webinars-card-box .tc-webinars-card .tc-webinars-details .tc-webinars-list ul li {
  display: flex;
  align-items: center;
  gap: 5px;
}
.tc-webinars .tc-webinars-content .tc-webinars-card-box .tc-webinars-card .tc-webinars-details .tc-webinars-list ul li i ,
.tc-webinars .tc-webinars-content .tc-webinars-card-box .tc-webinars-card .tc-webinars-details .tc-webinars-list ul li i svg {
  display:block;
  height:18px;
  width:18px;
  fill: currentColor;
  color: #F8164F;
}
.tc-webinars .tc-webinars-content .tc-webinars-card-box .tc-webinars-card .tc-webinars-Demand {
  background: rgba(50, 50, 50, 0.1);
  border-radius: 0px 6px 0px 7px;
  padding: 7px 15px;
  position: absolute;
  top: 0;
  right: 0;
}
.tc-webinars .tc-webinars-content .tc-webinars-card-box .tc-webinars-card .tc-webinars-Demand p {
  margin:0;
  font-weight: 700;
}
@media(max-width:991px){
  .tc-webinars .tc-webinars-heading {
    margin:0 0 45px;
  }
}
@media(max-width:767px){
  .tc-webinars .tc-webinars-heading {
    margin:0 0 30px;
  }
  .tc-webinars .tc-webinars-content .tc-webinars-card-box {
    max-width:100%;
    width:100%;
  }
  .tc-webinars .tc-webinars-content .tc-webinars-card-box .tc-webinars-card .tc-webinars-details .tc-webinars-list ul {
    flex-wrap:wrap;
    gap:15px;
  }
  .tc-webinars .tc-webinars-content .tc-webinars-card-box .tc-webinars-card {
    padding:43px 20px 30px;
  }
  .tc-webinars .tc-webinars-content .tc-webinars-card-box .tc-webinars-card .tc-webinars-details .tc-webinars-box-heading {
    margin:10px 0 0;
  }
}
/* webinars End */
/* Srevices Css Start */
.tc-services .tc-services-content {
  display:flex;
  gap:30px;
}
.tc-services .tc-services-content .tc-services-left {
  max-width:45%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
}
.tc-services .tc-services-content .tc-services-left .tc-services-heading {
  margin:0 0 30px;
}
.tc-services .tc-services-content .tc-services-left .tc-services-heading h2 {
  margin:0;
}
.tc-services .tc-services-content .tc-services-left .tc-services-heading p {
  margin:30px 0 0;
  font-size:20px;
  line-height:30px;
}
.tc-services .tc-services-content .tc-services-right {
  display:flex;
  gap:30px;
  flex-direction: column;
  max-width:55%;
}
.tc-services .tc-services-content .tc-services-right .tc-services-card {
  display: flex;
  padding: 30px;
  gap: 20px;
  background: #FFFFFF;
  border: 1px solid rgba(0, 159, 218, 0.2);
  border-radius: 7px;
}
.tc-services .tc-services-content .tc-services-right .tc-services-card:hover {
  box-shadow: 0px 20px 47px rgba(50, 50, 50, 0.05);
}
.tc-services .tc-services-content .tc-services-right .tc-services-card .tc-services-icon-box .tc-services-icon i,
.tc-services .tc-services-content .tc-services-right .tc-services-card .tc-services-icon-box .tc-services-icon i svg {
  height:45px;
  width:45px;
  display:block;
  color:#009FDA;
  fill:currentColor;
}
.tc-services .tc-services-content .tc-services-right .tc-services-card .tc-services-icon-box .tc-services-icon {
  height:70px;
  width:70px;
  background:hsl(from #009FDA h s l / 0.1);
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
}
.tc-services .tc-services-content .tc-services-right .tc-services-card .tc-services-icon-box .tc-services-image {
  width:70px;
  line-height:0;
}
.tc-services .tc-services-content .tc-services-right .tc-services-card-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.tc-services .tc-services-content .tc-services-right .tc-services-card-content .tc-services-card-heding h3 ,
.tc-services .tc-services-content .tc-services-right .tc-services-card-content .tc-services-card-heding h4 {
  margin:0;
  font-weight:700;
}
.tc-services .tc-services-content .tc-services-right .tc-services-card-content .tc-services-card-heding p {
  margin:20px 0 0;
  font-size:20px;
  line-height:30px;
}

.tc-services-content.layout-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap:30px;
}
.tc-services-content.layout-2 .tc-services-left ,
.tc-services-content.layout-2 .tc-services-right {
  max-width:100%;
}
.tc-services-content.layout-2 .tc-services-right .tc-services-card {
  background: #FFFFFF;
  border: 1px solid rgba(50, 50, 50, 0.1);
  border-radius: 7px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
  gap: 30px;
  transition: all 0.5s ease;
}
.tc-services-content.layout-2 .tc-services-right .tc-services-card:hover {
  border: 1px solid #009FDA;
  box-shadow: 0px 0px 35px -8px rgba(50, 50, 50, 0.05);
}
.tc-services-content.layout-2 .tc-services-right .tc-services-card .tc-services-icon-box {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}
.tc-services-content.layout-2 .tc-services-right .tc-services-card .tc-services-icon-box .tc-services-image {
  width:60px;
  height:60px;
}
.tc-services-content.layout-2 .tc-services-right .tc-services-card .tc-services-icon-box .tc-services-card-title h3 {
  margin:0;
}
.tc-services-content.layout-2 .tc-services-right .tc-services-card hr {
  border: none;
  border-top: 1px solid rgba(50, 50, 50, .1);
  height: 0;
  margin: 0;
  width: 100%;
}
.tc-services-content.layout-2 .tc-services-right .tc-services-card:hover hr {
  border-top: 1px solid #009FDA;
}
.tc-services-content.layout-2 .tc-services-right .tc-services-card .tc-services-card-content p {
  margin:0;
  font-size:20px;
  line-height:30px;
}

.tc-services-content.layout-3 {
  justify-content: space-between;
  align-items: flex-start;
}
.tc-services-contact-form {
  display: flex;
  flex-direction: column;
  gap: 30px;
  background: #FFFFFF;
  box-shadow: 0px 20px 47px rgba(50, 50, 50, 0.05);
  border-radius: 7px;
  padding: 40px;
}
.tc-services-contact-form .tc-services-contact-form-Heading {
  padding:0 0 20px;
  border-bottom:1px solid hsl(from #323232 h s l / 0.1);
}
.tc-services-contact-form .tc-services-contact-form-Heading h3 {
  margin:0;
}
.tc-services-contact-form .hs_cos_wrapper .form-title {
  display:none;
}
.tc-services-contact-form form .hsfc-Step__Content {
  padding:0 !important;
}
.tc-services-contact-form form .hsfc-Row .hsfc-PhoneField Label ,
.tc-services-contact-form form .hsfc-Row .hsfc-TextareaField Label ,
.tc-services-contact-form form .hsfc-Row .hsfc-EmailField Label ,
.tc-services-contact-form form .hsfc-Row .hsfc-TextField Label {
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  font-family: 'Plus Jakarta Sans';
}
.tc-services-contact-form form .hsfc-Row .hsfc-PhoneField input ,
.tc-services-contact-form form .hsfc-Row .hsfc-TextareaField textarea ,
.tc-services-contact-form form .hsfc-Row .hsfc-EmailField input ,
.tc-services-contact-form form .hsfc-Row .hsfc-TextField input {
  background-color: #FFFFFF;
  padding: 16px 20px;
  border: 1px solid rgba(50, 50, 50, 0.2);
  border-radius: 5px;
}
.hsfc-CheckboxInput:focus ,
.hsfc-TextareaInput:focus ,
.hsfc-TextInput:focus {
  box-shadow:none!important;
  border:1px solid #F8164F!important;
  outline:none;
}
.hsfc-CheckboxInput:hover ,
.hsfc-TextareaInput:hover ,
.hsfc-TextInput:hover {
  box-shadow:none!important;
  outline:none;
}
.hsfc-PhoneInput__FlagAndCaret:hover {
  border:1px solid #F8164F!important;
  filter: none!important;
}
[type=checkbox]:checked {
  background-color: hsl(from #F8164F h s l / 5%) !important;
  border:1px solid #F8164F!important;
}
[type=checkbox]:checked:after {
  background: #F8164F!important;
}
.tc-services-contact-form form .hsfc-Row .hsfc-PhoneField .hsfc-PhoneInput__FlagAndCaret {
  background-color: #FFFFFF;
  border: 1px solid rgba(50, 50, 50, 0.2);
  border-radius: 5px;
}
.tc-services-contact-form form .hsfc-Row  .hsfc-CheckboxField label {
  font-family: 'Plus Jakarta Sans';
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color:#323232;
}
.tc-services-contact-form form .hsfc-Row  .hsfc-CheckboxField input {
  background-color: #FFFFFF;
  border: 1px solid rgba(50, 50, 50, 0.2);
  border-radius: 5px;
}
.tc-services-contact-form form .hsfc-NavigationRow .hsfc-NavigationRow__Alerts {
  margin-bottom:0 !important;
}
.tc-services-contact-form form .hsfc-ErrorAlert {
  font-size:14px !important;
}
.tc-services-contact-form form .hsfc-NavigationRow .hsfc-NavigationRow__Buttons {
  float:left;
}
.tc-services-contact-form form .hsfc-NavigationRow .hsfc-NavigationRow__Buttons button {
  padding: 20px 30px;
  background: #F8164F;
  border-radius: 10000px;
  transition: none;
  transform: none;
}

@media (max-width:991px) {
  .tc-services .tc-services-content {
    flex-direction: column;
  }
  .tc-services .tc-services-content .tc-services-left {
    max-width:100%;
  }
  .tc-services .tc-services-content .tc-services-right {
    max-width:100%;
  }
  .tc-services-content.layout-2 {
    grid-template-columns: repeat(1, 1fr);
  }
  .tc-services-contact-form {
    padding:35px;
  }
}
@media (max-width:767px) {
  .tc-services .tc-services-content .tc-services-right .tc-services-card {
    padding: 15px;
    flex-direction: column;
  }
  .tc-services-content.layout-2 .tc-services-right .tc-services-card .tc-services-icon-box {
    gap: 15px;
  }
  .tc-services-content.layout-2 .tc-services-right .tc-services-card {
    gap:10px;
  }
  .tc-services-contact-form {
    padding:20px;
  }
}
/* Layout 4 Css start */
.tc-services .tc-services-content.layout-4 {
  display:block;
}
.tc-services .tc-services-content.layout-4 .tc-services-right,
.tc-services .tc-services-content.layout-4 .tc-services-left{
  max-width:100%;
}
.tc-services .tc-services-content.layout-4 .tc-services-right {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width:991px) {
  .tc-services .tc-services-content.layout-4 .tc-services-right {
    grid-template-columns: repeat(1, 1fr);
  }
}



/* ========================================
   CUSTOM HOVER EFFECTS - Problem/Solution Boxes
   VERSION: 1.08 - Feb 8, 2026 1:22 PM
   SCOPED to .problem-solution-boxes only
   ======================================== */

/* Remove inner borders */
.problem-solution-boxes .tc-content-box,
.problem-solution-boxes .tc-content-box *,
.problem-solution-boxes .tc-content-box > div {
  border: none !important;
  outline: none !important;
}

/* Apply transition and shadow to the OUTER container (blue border) */
.problem-solution-boxes .tc-content-info {
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

/* CRITICAL: Remove any transform from inner elements */
.problem-solution-boxes .tc-content-box {
  transform: none !important;
}

/* Hover effect - lift ONLY the outer container */
.problem-solution-boxes .tc-content-info:hover {
  transform: translateY(-8px) !important;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
}

/* Prevent background color changes on main containers only */
.problem-solution-boxes .tc-content-info:hover {
  background-color: transparent !important;
}

.problem-solution-boxes .tc-content-info:hover .tc-content-box {
  background-color: transparent !important;
  transform: none !important;
}

/* CRITICAL: Preserve ALL inline background styles (red circles, arrows, etc.) */
.problem-solution-boxes .tc-content-info:hover span[style*="background"],
.problem-solution-boxes .tc-content-info:hover div[style*="background"] {
  background: inherit !important;
  background-color: inherit !important;
}


/* layout 4 Css End */
/* Services Css End */