/*  */









 

















:root{
  --primary_font:  Montserrat;
  --secondary_font:  Lato;
  --primary_color : rgba(255, 255, 255, 1.0);
  --secondary_color : rgba(255, 255, 255, 1.0);
  --accent_primary_color : rgba(15, 10, 30, 1.0);
  --accent_secondary_color : rgba(49, 82, 122, 1.0);
  --body_background_color : rgba(31, 50, 83, 1.0); 
  --dark-blue-color : #282B34; 
  --body_size :  18px;
  --h1_size :  64px;
  --h2_size :  40px;
  --h3_size :  32px;
  --h4_size :  24px;
  --h5_size :  20px;
  --h6_size :  16px;
  --InterFont: 'Inter', sans-serif;
  --poppinsFont: 'Poppins', sans-serif;
  --DarkBurgundy:#862024;
  --white_color:  #fff;
  --button_tertiary_color: rgba(134, 32, 36, 1.0);
  --button_tertiary_hover_color: rgba(0, 0, 0, 1.0);
}

h1 span,
.h1 span,h2 span,
.h2 span,h3 span,
.h3 span,h4 span,
.h4 span,h5 span,
.h5 span,h6 span,
.h6 span{
  background-color: var(--accent_secondary_color);
  color: var(--white_color);
  padding: 0px 10px;
  white-space: pre;
}

@media(max-width:991px){
  h1 span,
  .h1 span,h2 span,
  .h2 span,h3 span,
  .h3 span,h4 span,
  .h4 span,h5 span,
  .h5 span,h6 span,
  .h6 span{
    white-space: normal;
  }
}


@media (max-width: 575px){

  
  h1{
    font-size:32.0px;
  }
  

  
  h2{
    font-size:28.0px;
  }
  
}

.hs-button:active, .hs-button:hover, .tabber .media-col .form-wrap input.hs-button:active, .tabber .media-col .form-wrap input.hs-button:hover, form input[type=submit]:active, form input[type=submit]:hover {
  opacity: .7;
}
.contact-banner .form-row.hs-secondary .hs-button:focus, .contact-banner .form-row.hs-secondary .hs-button:hover, .contact-banner .form-row.hs-secondary input.hs-button:focus, .contact-banner .form-row.hs-secondary input.hs-button:hover, .form-row.secondary input[type=submit]:focus, .form-row.secondary input[type=submit]:hover, .hs-sec-btn:focus, .hs-sec-btn:hover, .landing-banner .form-row.hs-secondary .hs-button:focus, .landing-banner .form-row.hs-secondary .hs-button:hover, .landing-banner .form-row.hs-secondary input.hs-button:focus, .landing-banner .form-row.hs-secondary input.hs-button:hover, .systems-page .hs-search-results__next-page:focus, .systems-page .hs-search-results__next-page:hover, .systems-page .hs-search-results__prev-page:focus, .systems-page .hs-search-results__prev-page:hover {
  opacity: .7;
}

.accordion_wrap .acc-item .acctitle.activeaccord {
  pointer-events: none;
}

/* Header Styling  */
.primary-section.dragonborad-header .logo-section img {
  max-width: 189px;
  min-height: 70px;
}
.primary-section.dragonborad-header {
  padding-bottom: 20px;
  padding-top: 20px;
}
.primary-section.dragonborad-header {
  padding-bottom: 20px;
  padding-top: 20px;
}
.primary-section.dragonborad-header .nav ul>li>a {
  text-transform: uppercase;
}
.primary-section.dragonborad-header .button-section-container {
  align-items: center;
  gap: 35px;
}
.primary-section.dragonborad-header .right-section .btn-section a {
  text-transform: uppercase;
  font-weight: 700;
}
.primary-section.dragonborad-header .page-center {
  padding: 0;
}
.primary-section.dragonborad-header .nav ul>li>ul {
  min-width: 250px;
}
.primary-section.dragonborad-header .nav ul>li>ul>li>a {
  font-size: 14px;
  padding: 10px;
}
.primary-section.dragonborad-header .cst-humburger-icon .trigger{
  background: var(--white_color);
}
.primary-section.dragonborad-header .logo-section{
  padding: 0px 15px;
}
.footer.dragonboard-footer .flex_row {
  margin: 0 -10px;
  justify-content: space-between;
}
.footer.dragonboard-footer .ftr-copyright-sec {
  text-align: center;
}
.footer.dragonboard-footer .ftr-copyright-sec .footer-content span {
  font-size: 14px;
}
.footer.dragonboard-footer .ftr-copyright-sec .footer-content span:first-of-type {
  padding-right: 15px;
}
.footer.dragonboard-footer .ftr-copyright-sec .footer-content span:last-child {
  padding-left: 16px;
}

.footer.dragonboard-footer .footer-content p:first-of-type {
  margin-bottom: 23px;
  font-weight: 700;
}
.footer.dragonboard-footer .ftr-logo-sec .ftr-cnt p {
  margin: 0;
  font-size: var(--body_size);
  line-height: 1.55;
  font-weight: 400;
}
.footer.dragonboard-footer .footer-content p {
  margin-bottom: 10px;
  font-size: var(--h6_size);
  line-height: 1.5;
}
.footer.dragonboard-footer .col-section.ftr-menusec ul>li {
  margin-bottom: 20px;
}
.footer a:not([class]):hover {
  opacity: .5;
}
footer.footer.dragonboard-footer .footer-section {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px){
  .footer.dragonboard-footer .ftr-logo-sec .ftr-cnt {
    max-width: 260px;
  }
}
@media (max-width: 1080px) and (min-width: 991px){
  .primary-section.dragonborad-header .logo-section {
    padding: 0;
  }
}
@media (max-width: 1250px){
  .primary-section.dragonborad-header{
    padding-left: 20px;
    padding-right: 20px;
  }
  .primary-section.dragonborad-header .button-section-container {
    gap: 20px;
  }
  .primary-section.dragonborad-header .nav ul>li>a {
    font-size: 12px;
  }
  .primary-section.dragonborad-header .right-section .btn-section a {
    font-size: 12px;
  }
  .primary-section.dragonborad-header .nav ul {
    gap: 25px;
  }
  .primary-section.dragonborad-header .nav ul {
    gap: 12px;
  }
}
@media (max-width: 1080px){
  .primary-section.dragonborad-header .button-section-container {
    gap: 10px;
  }
  .primary-section.dragonborad-header .nav ul {
    gap: 10px;
  }
}
@media (max-width: 991px){
  .primary-section.dragonborad-header .nav .header__menu.header__menu--desktop> ul>li>.mobile-child-trigger{
    top: -7px;
  }
  .primary-section.dragonborad-header .nav .header__menu.header__menu--desktop> ul{
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 6rem;
  }
  .footer.footer.dragonboard-footer .ftr_topSec .page-center .col-section {
    width: 50% !important;
    padding-bottom: 40px;
  }
  footer.footer.dragonboard-footer .footer-section.ftr-copyright-sec {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px){
  .footer.footer.dragonboard-footer .ftr_topSec .page-center .col-section {
    width: 100% !important;
    padding-top: 0;
    padding-bottom: 20px;
  }
  /*   .footer.dragonboard-footer .col-section.ftr-menusec ul>li {
  margin: 0;
} */
  footer.footer.dragonboard-footer .footer-section {
    padding-top: 50px;
  }
  footer.footer.dragonboard-footer .footer-section.ftr-copyright-sec {
    padding-bottom: 50px;
    padding-top: 20px;
  }
}




.shape_bg_primary svg path{
  fill: var(--accent_primary_color)
}

.shape_bg_secondary svg path{
  fill: var(--accent_secondary_color)
}


.top_sec {
  margin-bottom: 40px;
}


.simple-banner .top_sec .bnr_heading {
  margin-bottom: 30px;
}

.sec_subheading,
.testimonials_sliderv2.layout_two .text_box,
.simple-banner .top_sec .bnr_subheading{
  font-size: 21.9984px;
  line-height: 1.5454;
  font-style: normal;
  font-weight: 500;
}


@media(max-width: 767px){
  .sec_subheading,
  .simple-banner .top_sec .bnr_subheading{
    font-size: 18.0px;
  }

  .simple-banner .btn_row {
    margin-top: 20px;
  }
}

.hs-button {
  text-transform: uppercase;
}


a.hs-tertiary-btn span.arrww_icon {
  transition: 0.3s ease;
}

a.hs-tertiary-btn:hover span.arrww_icon {
  transform: translateX(4px);
}

.ovrLay_type_gradient.gradient1 .bg_el.overlay_bg{
  background-image: linear-gradient(101.08deg, rgba(0, 0, 0, 0.8) 41.58%, rgba(0, 0, 0, 0) 77.04%);
  background-color: transparent !important;
}

.ovrLay_type_gradient.gradient2 .bg_el.overlay_bg{
  background-image: linear-gradient(101.08deg,rgba(0, 0, 0, 0) 41.58% , rgba(0, 0, 0, 0.8) 77.04%);
  background-color: transparent !important;
}
@media(max-width: 991px){
  .ovrLay_type_gradient.gradient1 .bg_el.overlay_bg{
    background-image: linear-gradient(101.08deg, rgba(0, 0, 0, 0.8) 41.58%, rgba(0, 0, 0, 0) 100%);
  }

  .ovrLay_type_gradient.gradient2 .bg_el.overlay_bg{
    background-image: linear-gradient(101.08deg,rgba(0, 0, 0, 0) 0% , rgba(0, 0, 0, 0.8) 100%);
  }
}

.hs-tertiary-btn{
  font-family: var(--primary_font);
}

.hs-tertiary-btn, .hs-button, .hs-sec-btn {
  font-weight: 600;
}

.cm_topTabber.tabber .media-col .tab-content .img-wrap img {
  border-radius: 0;
}


.bg_el {
  pointer-events: none;
}

/* home banner */

.simple-banner.cm_home_banner .btn_row {
  column-gap: 30px;
  row-gap: 20px;
}

.simple-banner.cm_home_banner .btn_row .btn_item.index2 {
  margin-left: 0;
}


@media(min-width: 992px){
  .cm_home_banner .banner-content-inner {
    padding-right: 55px;
  }
}

.simple-banner .btn_row {
  margin-top: 44px;
}

/*  */

.two-col-content.cm_altContent .content-col .description {
  margin-bottom: 20px;
}


.feat-wrap.cm_features_cards {}

.feat-wrap.cm_features_cards .feat-item-wrp.top .featitem .outer_wrap {
  row-gap: 20px;
}

.feat-wrap.cm_features_cards  .feat-item-wrp .right-content h4 {
  margin-bottom: 20px;
}

.feat-wrap.cm_features_cards .feat-item-wrp.small_icon .left-media img {
  max-width: 50px;
}

.feat-wrap.cm_features_cards .feat-item-wrp .right-content > *:last-child {
  margin-bottom: 0;
}

.feat-wrap.cm_features_cards .feat-item-wrp {
  align-items: unset;
}

.feat-wrap.cm_features_cards .feat-item-wrp .featitem .outer_wrap {
  height: 100%;
}

a.hs-tertiary-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-transform: uppercase;
}

a.hs-tertiary-btn svg {
  display: block;
}


.btn_item.index2 {
  margin-left: 20px;
}


.cmshape_img {
  width: 100%;
}

.cmshape_img svg {
  width: 100%;
  height: auto;
  display: block;
}

.cmshape_img.top_shape {
  margin-bottom: -1px;
}


/*  */

.tabber.cm_topTabber .tab-title-item h6.tab-title {
  font-weight: 500;
  font-size: var(--h5_size);
  line-height: 1.5;
}

.tabber.cm_topTabber .tab-title-item .cont {
  font-weight: 400;
  font-size: var(--body_size);
  line-height: 1.555555;
}

.tabber.cm_topTabber .content-col.desktopHide {
  gap: 20px;
}

/*  testimonial slide v2 layout two */

.cm_bottom_pane.cnt-wit-bg-wrp h2.title {
  margin-bottom: 30px;
}

.cm_bottom_pane.cnt-wit-bg-wrp .btn_row {
  margin-top: 30px;
}

/*  */

.counter-section.cm_statsSec .item .count-wrap {
  font-style: normal;
  font-weight: 700;
  font-size: 48.0px;
  line-height: 1;
  text-align: center;
  letter-spacing: -1px;
  margin-bottom: 15px;
}

.counter-section.cm_statsSec .item .desc {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 500;
  font-size: 21.99984px;
  line-height: 1.545;
  color: var(--dark-blue-color);
}
.counter-section .item .count-wrap span {
  padding: 0;
  background: transparent;
}

/*  */


.tabber.cm_topTabber .content-col {
  display: flex;
  gap: 0;
  column-gap: 0;
}

.tabber.cm_topTabber .tab-title-item {
  padding: 0;
  text-align: left;
  box-shadow: none;
  border-radius: 0;
  padding: 20px;
  margin: 0;
  flex-shrink: 0;
  flex: 1 1 100%;
  margin-bottom: 0 !important;
}

.tabber.cm_topTabber .full_column .media-col {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 0;
}

.tabber.cm_topTabber .flex_row.meedia_right .full-content-col {
  order: 1;
  padding-right: 50px;
}

.tabber.cm_topTabber .flex_row.meedia_right .media_wrapper {
  order: 2;
}

.tabber.cm_topTabber .flex_row.meedia_left .full-content-col {
  padding-left: 50px;
}

.tabber.cm_topTabber .flex_row {
  align-items: center;
}
.footer.dragonboard-footer .ftr_btn_item a {
  font-size: var(--h6_size);
  text-transform: uppercase;
  padding: 9px 15px;
}
@media(max-width: 767px){
  .tabber.cm_topTabber .flex_row.meedia_right .full-content-col {
    order: 2;
    padding-right: 0;
    margin-top: 20px;
  } 

  .tabber.cm_topTabber .content-col {
    flex-direction: column;
  }
}





/* Light Theme */



.body-wrapper .primary-section.dragonborad-header div.hideDark ,
.body-wrapper footer.footer.dragonboard-footer .footer-section .footer-image .hideDark  {
  display: none;
}

body.th_light {
  background-color: var(--white_color);
}

body.th_light .body-wrapper .primary-section.dragonborad-header {
  background-color: var(--white_color);
}



body.th_light .body-wrapper .primary-section.dragonborad-header .logo-section > div.hideLight {
  display: none;
}

body.th_light .body-wrapper .primary-section.dragonborad-header .logo-section > div.hideDark {
  display: block;
}

body.th_light .body-wrapper .primary-section.dragonborad-header {
  padding-bottom: 10px;
  padding-top: 10px;
}

body.th_light .body-wrapper .primary-section.dragonborad-header .right-section .btn-section a {
  border-radius: 5px;
}

body.th_light .body-wrapper footer.footer.dragonboard-footer .footer-section {
  background-color: #F4F6FA;
}


body.th_light .body-wrapper footer.footer.dragonboard-footer .footer-section .footer-image .hideLight {
  display: none;
}

body.th_light .body-wrapper footer.footer.dragonboard-footer .footer-section .footer-image .hideDark {
  display: block;
}

body.th_light .body-wrapper footer.footer.dragonboard-footer .footer-section .footer-content,
body.th_light .body-wrapper footer.footer.dragonboard-footer  {
  color: var(--primary_color);
}

body.th_light .body-wrapper footer.footer.dragonboard-footer a:not([class]) {
  color: var(--primary_color);
}

body.th_light .body-wrapper .primary-section.dragonborad-header .cst-humburger-icon .trigger{
  background-color: var(--primary_color);
}

@media (min-width: 992px) {
  body.th_light .body-wrapper .primary-section.dragonborad-header .nav > nav > ul .header__menu-item--depth-1>a {
    color: var(--primary_color);
  }

  body.th_light .body-wrapper .primary-section.dragonborad-header .nav > nav > ul .header__menu-item--depth-1>a svg path {
    fill: var(--primary_color);
  }



  body.th_light .body-wrapper .primary-section.dragonborad-header .right-section .btn-section .hs-sec-btn {
    color: var(--DarkBurgundy);
    border-color: var(--DarkBurgundy);
  }

}






/*--------- About Page ---------*/



.two-col-content.twoColContent .content-col .description {
  margin: 0;
}

.two-col-content.twoColContent .content-col .description h2 {
  margin-bottom: 20px;
}

.two-col-content.twoColContent .content-col .description p {
  line-height: 2;
  margin: 0;
}


.feat-wrap.featuredCard .feat-item-wrp.top .featitem .outer_wrap {
  row-gap: 20px;
  height: 100%;
}

.feat-wrap.featuredCard .icon-wrap {
  max-width: 32px;
  margin: 0 auto;
}

.feat-wrap.featuredCard .feat-item-wrp.small_icon .left-media svg {
  max-width: 100%;
}



.feat-wrap.featuredCard .feat-item-wrp .right-content p {
  font-size: var(--h6_size);
  margin-bottom: 0;
  line-height:2;
}

.feat-wrap.featuredCard .feat-item-wrp {
  align-items: unset;
  justify-content:start;
  gap: 0;
}


.cnt-wit-bg-wrp.stepTopSec h2.title {
  margin-bottom: 25px;
}

.cnt-wit-bg-wrp.stepTopSec .rich_text {
  margin-bottom: 25px;
  line-height: 2;
}



.feat-wrap.stepCard .icon-wrap {
  max-width: 50px;
  margin: 0 auto;
  background-color: #3E35F1;
  height: 50px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color:var(--white_color);
  padding: 10px;
}



.feat-wrap.stepCard .feat-item-wrp .left-media .icon-wrap span {
  color: var(--white_color);!important;
  font-weight: 700;
}

.feat-wrap.stepCard .feat-item-wrp .left-media {
  margin-bottom: 33px;
}

.feat-wrap.stepCard .feat-item-wrp.top .featitem .outer_wrap {
  row-gap: 0;
}

.feat-wrap.stepCard .feat-item-wrp .right-content h5 {
  margin-bottom: 33px;
}






@media (min-width: 768px) {
  .feat-wrap.featuredCard .feat-item-wrp .right-content p {
    margin: 0 0 33px;

  }
}


@media (min-width: 992px) {
  .feat-wrap.featuredCard .featitem:not(:nth-child(3n)) {
    border-right: 1px solid #D9D9D9;
  }

  .feat-wrap.featuredCard .featitem:not(:nth-child(1),:nth-child(2),:nth-child(3)) {
    border-top: 1px solid #D9D9D9;
  }

}

@media (max-width: 991px) and (min-width: 768px) {
  .feat-wrap.featuredCard .featitem:not(:nth-child(2n)) {
    border-right: 1px solid #D9D9D9;
  }

  .feat-wrap.featuredCard .featitem:not(:nth-child(1),:nth-child(2)) {
    border-top: 1px solid #D9D9D9;
  }

}



@media (max-width: 767px){
  .feat-wrap.featuredCard .featitem:not(:last-child) {
    border-bottom: 1px solid #D9D9D9;
  }

}


.cnt-wit-bg-wrp.bottomPane h2.title,
.cnt-wit-bg-wrp.bottomPane .content_widget .rich_text h2{
  margin-bottom: 30px;
}

.cnt-wit-bg-wrp.bottomPane .content_widget .rich_text {
  margin-bottom: 30px;
}

.simple-banner.mainBanner  {
  min-height: auto;
}
.simple-banner.mainBanner h1 {
  margin-bottom: 20px;
}
.simple-banner.mainBanner .conent_widget p {
  font-size: 22px;
  font-weight: 500;
}

.simple-banner.mainBanner .btn_row {
  margin-top: 20px;
}


@media(min-width:768px){
  .simple-banner.mainBanner .conent_widget p {
    max-width: 75%;
    margin: 0 auto;
  }
}




/* CSS V2 */



.two-col-content.cm-banner-col .flex_row {
  gap: 0;
}
.two-col-content.cm-banner-col .content-col .description {
  margin-bottom: 0;
}
.two-col-content.cm-banner-col .description h1 {
  margin-bottom: 20px;
}
.two-col-content.cm-banner-col .description p {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 20px;
}
.two-col-content.cm-banner-col .btn-items {
  margin-top: 10px;
  display: inline-block;
}
.two-col-content.cm-banner-col .btn-items .btn_row {
  margin: 0;
}
.two-col-content.cm-banner-col .media_column .mediaimg {
  max-width: 520px;
  height: 349px;
}
.cnt-wit-tp-img-wrp.cm-img-cards .top_sec h2.title {
  margin-bottom: 25px;
}
.cnt-wit-tp-img-wrp.cm-img-cards .top_sec .flex_row {
  flex-direction: column;
}
.cnt-wit-tp-img-wrp.cm-img-cards .top_sec .flex_row .btn_row_wrap {
  justify-content: start;
}
.cnt-wit-tp-img-wrp.cm-img-cards .content_widget {
  padding: 0;
}
.cnt-wit-tp-img-wrp.cm-img-cards .btn_row_wrap {
  padding: 0;
}
.cnt-wit-tp-img-wrp.cm-img-cards .btn_row_wrap .btn_row {
  margin-top: 25px;
}
.cnt-wit-tp-img-wrp.cm-img-cards .top_sec p {
  font-size: 22px;
  line-height: 1.5;
}
.cnt-wit-tp-img-wrp.cm-img-cards .top_sec h2.title {
  margin-bottom: 25px;
}
.cnt-wit-tp-img-wrp.cm-img-cards .top_sec .flex_row {
  flex-direction: column;
}
.cnt-wit-tp-img-wrp.cm-img-cards .top_sec .flex_row .btn_row_wrap {
  justify-content: start;
}
.cnt-wit-tp-img-wrp.cm-img-cards .content_widget {
  padding: 0;
}
.cnt-wit-tp-img-wrp.cm-img-cards .btn_row_wrap {
  padding: 0;
}
.cnt-wit-tp-img-wrp.cm-img-cards .btn_row_wrap .btn_row {
  margin-top: 25px;
}
.cnt-wit-tp-img-wrp.cm-img-cards .top_sec p {
  font-size: 22px;
  line-height: 1.5;
}


.cnt-wit-tp-img-wrp.cm-img-cards .bottom_row .flex_row {
  margin: 0 -10px;
  row-gap: 20px;
}

.cnt-wit-tp-img-wrp.cm-img-cards .bottom_row .inner_spacing {
  height: 100%;
}

.cnt-wit-tp-img-wrp.cm-img-cards .bottom_row .tp-img img {
  width: 100%;
  border-radius: 6px 6px 0 0;
  max-height: 239px;
  object-fit: cover;
}
.cnt-wit-tp-img-wrp.cm-img-cards .bottom_row .tp-img {
  margin: 0;
}
.cnt-wit-tp-img-wrp.cm-img-cards .bottom_row .tp-img-cnt {
  padding: 5px 30px 25px 30px;
}
.cnt-wit-tp-img-wrp.cm-img-cards .bottom_row .tp-img-cnt .col-title {
  margin: 0;
}
.cnt-wit-tp-img-wrp.cm-img-cards .btn_row_wrap {
  width: 100%;
}
.cnt-wit-tp-img-wrp.cm-img-cards_alt .top_sec .flex_row {
  align-items: center;
  flex-direction: row;
}
.cnt-wit-tp-img-wrp.cm-img-cards_alt .top_sec .flex_row .btn_row_wrap {
  width: 25%;
  justify-content: end;
}
.cnt-wit-tp-img-wrp.cm-img-cards_alt .top_sec .flex_row .content_widget {
  width: 75%;
}
.cnt-wit-tp-img-wrp.cm-img-cards_alt .top_sec .flex_row h2.title {
  margin: 0;
}
.cnt-wit-tp-img-wrp.cm-img-cards_alt .top_sec {
  margin: 0;
  padding-bottom: 100px;
}
.container-fluid.bottom-dnd-area .widget-type-cell {
  margin-bottom: -1px;
}
.cnt-wit-tp-img-wrp.cm-img-cards_alt .bottom_row .tp-img-cnt {
  padding: 40px 35px;
}

.cnt-wit-tp-img-wrp.cm-img-cards_alt .bottom_row .tp-img-cnt .tp-img-cnt-inner {
  margin-top: 20px;
}
.cnt-wit-tp-img-wrp.cm-img-cards_alt .bottom_row .tp-img-cnt .col-btn-grp {
  margin-top: 10px;
}
.cnt-wit-tp-img-wrp.cm-img-cards_alt .bottom_row .tp-img-cnt .col-btn-grp .btn_row {
  margin: 0;
}
.cnt-wit-tp-img-wrp.cm-img-cards_alt .bottom_row .tp-img-cnt .col-btn-grp a {
  padding-left: 0;
}
.cnt-wit-tp-img-wrp.cm-img-cards.cm-img-cards_alt .bottom_row .tp-img img {
  border-radius: 0;
}
.two-col-content.cm-contact-section .flex_row .form_wrap {
  padding: 0;
}
.two-col-content.cm-contact-section .form_wrap .form-title {
  margin: 0;
}
.two-col-content.cm-contact-section .form_wrap .hsfc-Step__Content {
  padding: 0;
}
.two-col-content.cm-contact-section .form_wrap .hsfc-Step__Content .hsfc-Row {
  gap: 20px;
}
.two-col-content.cm-contact-section .flex_row {
  gap: 50px;
}
.two-col-content.cm-contact-section .content_box {
  margin: 0;
}
.two-col-content.cm-contact-section .content_box .text_block h2,
.two-col-content.cm-contact-section .content_box .text_block h1{
  margin-bottom: 40px;
}

.two-col-content.cm-contact-section .content_box .text_block h1 + p {
  font-size: 22px;
  font-weight: 500;
}

/* .two-col-content.cm-contact-section .content_box .text_block p {
line-height: 2;
} */
.two-col-content.cm-contact-section .content_box .text_block h5 {
  margin-bottom: 10px;
}
.two-col-content.cm-contact-section .content_box .text_block ul>li {
  margin-bottom: 12px;
}
.two-col-content.cm-contact-section .content_box .text_block ul>li strong {
  font-weight: 700;
}

.two-col-content.cm-contact-section .content-col .description {
  margin: 0;
}

.cnt-wit-bg-wrp.cm-legal-content h2 {
  margin-bottom: 26px !important;
  text-transform: uppercase;
}
.cnt-wit-bg-wrp.cm-legal-content .rich_text > p:not(:last-child) {
  margin-bottom: 24px;
}
.cnt-wit-bg-wrp.cm-legal-content p {
  font-size: var(--h6_size);
  line-height: 2;
  text-align: left;
}

.cnt-wit-bg-wrp.cm-legal-content .rich_text ul > li p {
  margin: 0;
}

.cnt-wit-bg-wrp.cm-legal-content p:last-child {
  margin: 0;
}

.two-col-content.cnt-secv2 .content_box .text_block ul {
  list-style: disc;
  padding-left: 30px;
}
.servs-details-pg .left-dnd-area .hs-search-field form {
  padding-bottom: 0 !important;
  margin-bottom: 20px;
}

.servs-details-pg .left-dnd-area .hs-search-field form button.hs-search-field__button svg path {
  fill: currentColor;
}
.cnt-wit-tp-img-wrp .inner_spacing.img_as_bg .tp-img img {
  display: none;
}

.cnt-wit-tp-img-wrp .inner_spacing.img_as_bg .tp-img .card_bg_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.cnt-wit-tp-img-wrp .inner_spacing.img_as_bg {
  position: relative;
}

.cnt-wit-tp-img-wrp .inner_spacing.img_as_bg .tp-img-cnt {
  position: relative;
  z-index: 1;
}
.cnt-wit-bg-wrp.bottomPane .content_widget .rich_text {
  font-weight: 500;
}
.footer .hs-menu-wrapper {
  font-size: 16px;
}
.footer .hs-menu-wrapper>ul >li>a {
  font-weight: 700;
}

.footer .hs-menu-wrapper>ul >li>ul {
  margin-top: 23px;
}

.footer .hs-menu-wrapper>ul ul li {
  margin-bottom: 10px;
}
@media (min-width: 768px){
  .two-col-content.cm-contact-section .content_box .text_block h2 {
    font-size: 38px;
    line-height: 2.17;
  }
}

@media (max-width: 1300px){
  .two-col-content.cm-banner-col .page-center {
    padding: 0 10px;
  }
}
@media (max-width: 991px){
  .two-col-content.cm-banner-col .content-col, .two-col-content.cm-banner-col .media_column {
    padding: 0 15px;
    width: 100%;
  }
  .two-col-content.cm-banner-col .flex_row {
    margin: 0;
    gap: 50px;
  }
  .two-col-content.cm-banner-col .media_column .mediaimg {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  .two-col-content.cm-banner-col .page-center {
    padding: 0;
  }
  .two-col-content.cm-contact-section .form_wrap .hsfc-Step__Content .hsfc-Row {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }

  .cnt-wit-tp-img-wrp.cm-img-cards_alt .top_sec .flex_row .btn_row_wrap,
  .cnt-wit-tp-img-wrp.cm-img-cards_alt .top_sec .flex_row .content_widget {
    width: 100%;
    justify-content: start;
  }

  .cnt-wit-tp-img-wrp.cm-img-cards_alt .top_sec {
    padding-bottom: 50px;
  }
  .header .top-section .cst-inner-wrapper .btn-section a {
    font-size: 14px;
    padding: 14px 20px;
  }
  .cnt-wit-tp-img-wrp.cm-img-cards .top_sec .flex_row {
    align-items: center;
  }

  .cnt-wit-tp-img-wrp.cm-img-cards .top_sec .flex_row .content_widget {
    text-align: center;
  }

  .cnt-wit-tp-img-wrp.cm-img-cards .top_sec .flex_row .btn_row_wrap {
    justify-content: center;
  }
}

@media (max-width: 991px) and (min-width: 768px){
  .header .top-section.mobile_section .cst-inner-wrapper {
    max-width: 50%;
    margin: 0 auto;
  }
  .two-col-content.cm-contact-section .flex_row {
    flex-direction: column;
    align-items: center;
  }

  .two-col-content.cm-contact-section .flex_row .col5 {
    width: 50%;
  }

  .two-col-content.cm-contact-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (max-width: 767px){
  .two-col-content.cm-contact-section .content_box .text_block h2 {
    line-height: normal;
    margin-bottom: 20px;
  }
  .two-col-content.cm-banner-col .btn-items .btn_item.index2 {
    margin: 0;
  }
  .two-col-content.cm-banner-col .btn-items .btn_row {
    gap: 20px;
  }
  .cnt-wit-tp-img-wrp.cm-img-cards .top_sec .content_widget {
    text-align: left;
  }
}

.blog-sidebar .hs_cos_wrapper_type_post_filter>.block ul>li>a:after {
  color: #fff;
}


.two-col-content.cm-contact-section .form_wrap [data-hsfc-id=Renderer] .hsfc-DropdownInput>input {
  padding-right: 50px;
}

.two-col-content.cm-contact-section .form_wrap [data-hsfc-id=Renderer] .hsfc-DropdownOptions__List li {
  color: #212d3a !important;
}

.two-col-content.cm-contact-section .form_wrap [data-hsfc-id=Renderer] .hsfc-DropdownOptions__Search {
  padding: 0;
}