
















  















:root{
  --slider-secondary-color:

  
  
    
  


  rgba(128, 172, 57, 0.68)

;
  --slider-primary-color:

  
  
    
  


  rgba(124, 170, 51, 1.0)

;
  --placeholder:#bfbfbf;
  --white-color:#fff;
  --black-color:#000;
  --btn-gree-color:#7caa41;
  --btn-sky-color:#027bc3;
  --light-grey-color:#F2F2F2;
  --primary-background-color:#0171BB;
  --primary-text-color:#0171BB ;
  --button-color-sec:rgba(125, 171, 65,1.0);
  --font-size-16: calc(15px*1.06666666667); 
  --primary-color:#0171BB;
  --grey: #333333;
  --var-blue: #2484c3;
}




@font-face { 
  font-family: "Font Awesome 5 Brands";
  src: url(//7747775.fs1.hubspotusercontent-na1.net/hubfs/7747775/raw_assets/public/SustainabilityRoundtable_December2024/fonts/fa-brands-400.eot) format("embedded-opentype"),
    url(//7747775.fs1.hubspotusercontent-na1.net/hubfs/7747775/raw_assets/public/SustainabilityRoundtable_December2024/fonts/fa-brands-400.woff2) format("woff2"), 
    url(//7747775.fs1.hubspotusercontent-na1.net/hubfs/7747775/raw_assets/public/SustainabilityRoundtable_December2024/fonts/fa-brands-400.woff) format("woff"),
    url(//7747775.fs1.hubspotusercontent-na1.net/hubfs/7747775/raw_assets/public/SustainabilityRoundtable_December2024/fonts/fa-brands-400.ttf) format("truetype"),
    url(//7747775.fs1.hubspotusercontent-na1.net/hubfs/7747775/raw_assets/public/SustainabilityRoundtable_December2024/fonts/fa-brands-400.svg) format("svg");
  font-style: normal; 
  font-weight: 400; 
  font-display: block; 
}

@font-face {
  font-family: "Font Awesome 5 Free"; 
  src: url(//7747775.fs1.hubspotusercontent-na1.net/hubfs/7747775/raw_assets/public/SustainabilityRoundtable_December2024/fonts/FontAwesome5Free-Solid.eot) format("embedded-opentype"),
    url(//7747775.fs1.hubspotusercontent-na1.net/hubfs/7747775/raw_assets/public/SustainabilityRoundtable_December2024/fonts/FontAwesome5Free-Solid.woff2) format("woff2"),
    url(//7747775.fs1.hubspotusercontent-na1.net/hubfs/7747775/raw_assets/public/SustainabilityRoundtable_December2024/fonts/FontAwesome5Free-Solid.woff) format("woff"),
    url(//7747775.fs1.hubspotusercontent-na1.net/hubfs/7747775/raw_assets/public/SustainabilityRoundtable_December2024/fonts/FontAwesome5Free-Solid.ttf) format("truetype"),
    url(//7747775.fs1.hubspotusercontent-na1.net/hubfs/7747775/raw_assets/public/SustainabilityRoundtable_December2024/fonts/FontAwesome5Free-Solid.svg) format("svg"); 
  font-style: normal;
  font-weight: 900; 
  font-display: block; 
}


@font-face {
  font-family: 'themify';
  src:url(//7747775.fs1.hubspotusercontent-na1.net/hubfs/7747775/raw_assets/public/SustainabilityRoundtable_December2024/fonts/themify.eot) format('embedded-opentype'),
    url(//7747775.fs1.hubspotusercontent-na1.net/hubfs/7747775/raw_assets/public/SustainabilityRoundtable_December2024/fonts/themify.woff) format('woff'),
    url(//7747775.fs1.hubspotusercontent-na1.net/hubfs/7747775/raw_assets/public/SustainabilityRoundtable_December2024/fonts/themify.woff2) format('woff2'),
    url(//7747775.fs1.hubspotusercontent-na1.net/hubfs/7747775/raw_assets/public/SustainabilityRoundtable_December2024/fonts/themify.ttf) format('truetype'),
    url(//7747775.fs1.hubspotusercontent-na1.net/hubfs/7747775/raw_assets/public/SustainabilityRoundtable_December2024/fonts/themify.svg) format('svg');
  font-weight: normal;
  font-style: normal;
}


.content-wrapper ,
.dnd-section > .row-fluid,
.page-center{
  
  max-width: 1140px;
  
}

@media (max-width: 1024px) {
  .content-wrapper ,
  .dnd-section > .row-fluid,
  .page-center {
    
    max-width: 1023.9999999942px;
    
  }
}

@media (max-width: 767px) {
  .content-wrapper ,
  .dnd-section > .row-fluid,
  .page-center {
    
    max-width: 766.9999999956001px;
    
  }
}


.body-container-wrapper ol:not([class]) {
  list-style: none;
  counter-reset: item;
  margin: 3% 7%;
  padding:0;
}

.body-container-wrapper ol:not([class]) li:not([class]) {
  counter-increment: item;
  margin-bottom: 20px;
  position: relative;
  padding-left: 40px;
  line-height: 1.4375;
  font-weight: 500;
  font-size: 16.00000000005px;
}
.body-container-wrapper ol:not([class]) li:not([class]):before {
  position: absolute;
  left: 0;
  content: counter(item);
  background: #0171BB;
  border-radius: 100%;
  color: var(--white-color);
  width: 25px;
  height: 25px;
  text-align: center;
  display: inline-block;
  padding: 2px;
}

.body-container-wrapper  ul:not([class]) {
  padding: 15px 15px 15px 45px;
  list-style: none;
  margin: 0px;
}

.body-container-wrapper  ul:not([class])>li:not([class]):before {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  left: -25px;
  top: 10px;
  background-image: url(//7747775.fs1.hubspotusercontent-na1.net/hubfs/7747775/raw_assets/public/SustainabilityRoundtable_December2024/images/tick.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.body-container-wrapper  ul:not([class])>li:not([class]) {
  padding: 10px 10px;
  position: relative;
  margin-bottom:0;
}

.custom-no-navigation .cm-header:not(.sticky_header_active_wrap) .primary-section {
  padding-top: 15px;
}

a{
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

a:has(h1,h2,h3,h4,h5,h6){
  text-decoration: none;
}

p {
  padding: 0px 0px 15px;
  margin:0;
}

h1,h2,h3,h4,h5,h6,.cnt-mid-sec h2{
  margin-bottom:20px;
}

@media (max-width: 767px) {
  h3 {
    line-height: 1.3;
  }
}


form .hs-form-field label:not(.hs-error-msg){
  font-size: calc(15px * 0.86666666666);
}

form label, form legend{
  display: block;
  float: none;
  width: auto;
  font-weight: 500;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
}


form input[type=email], 
form input[type=file],
form input[type=number], 
form input[type=password], 
form input[type=search], 
form input[type=tel], 
form input[type=text],
form select, 
form textarea,
.cnt-mid-sec form input:not(.hs-button), 
.cnt-mid-sec form textarea{
  padding: 0 15px;
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  height: 40px;
  font-size: calc(15px * 1.06666666667);
  font-weight: normal;
  line-height: 1.375;
}



.cnt-mid-sec form .hs-form-field>label{
  margin-bottom:4px;
}


.cnt-mid-sec form fieldset > div:not(:last-child) input {
  width: 90%;
}


form.hs-form fieldset.form-columns-1 .hs-input {
  width: 100%;
}

form fieldset>div:last-of-type .hs-input:not([type=checkbox]):not([type=radio]),
form fieldset>div:last-of-type .hs-input:not([type=checkbox]):not([type=radio]) {
  width: 100%;
  max-width: 100%;
}

form.hs-form  .hs-input::-webkit-input-placeholder {
  color: var(--placeholder);
}

form .hs-form-field {
  margin-bottom: 18px;
}
.cnt-mid-sec form .hs-form-field {
  margin-bottom: 18px;
}

form .hs-error-msgs.inputs-list {
  margin: 5px 0;
  width: 100%;
  padding-left: 0px;
}

form .hs-error-msgs.inputs-list>li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
  margin: 0;
}

form .hs-error-msgs.inputs-list label {
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  white-space: normal;
  font-weight: normal;
  margin: 0;
}

.contact_page_v1 form .hs-form-field textarea {
  height: auto;
  min-height: auto;
  padding: 10px 15px;
}


form .hs_submit .actions {
  margin-top: 18px;
  padding: 17px 0px;
  display:block;
}


.cm_nv_wrp .cm_nv_inner .custom,
.hs-button,
.tabber .media-col .form-wrap input.hs-button,
form input[type=submit]{
  font-size: calc(15px * 0.8);
  line-height: 1;
  display: inline-block;
  font-weight: 700;
  padding: 12px 24px;
  text-decoration:none;
}

.hs-trans-btn {
  padding: 12px 24px ;
  text-decoration:none;

}


.span2 .hs-button,
.span3 .hs-button,
.span4 .hs-button,
.span5 .hs-button,
.span6 .hs-button{
  padding:12px 24px;
  text-decoration:none;

}


.cnt-mid-sec form .hs_submit {
  margin-top: 0;
}

form  .hs-fieldtype-textarea .input{
  line-height: 0;
}

.hs-sec-btn{
  padding: 15px 30px;
  text-decoration:none;

}

.contact-banner .form-row.hs-secondary input.hs-button,
.contact-banner .form-row.hs-secondary .hs-button,
.landing-banner .form-row.hs-secondary input.hs-button,
.landing-banner .form-row.hs-secondary .hs-button,
.hs_service .widget-type-form .hs-button,
.form-row.secondary input[type="submit"],
.popup_modal_box.bg_primary .hs-button,
.systems-page .hs-search-results__next-page,
.systems-page .hs-search-results__prev-page {
  padding: 12px 24px;
  text-decoration:none;
}

@media (max-width: 767px) {
  .cm_pg_wrp .right-col .social-share a.custom,
  .cm_pg_wrp .left-col a.custom,
  .cm_nv_wrp .cm_nv_inner  .custom,
  form input[type=submit],
  .hs-button{
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 24px;
    padding-left: 24px;
  }

  .hs-trans-btn,
  .hs-sec-btn{
    padding: 15px 30px;
  }
}



/* page stying */

.cm-banner-lead.simple-banner {
  min-height: 150px;
}

.cm-banner-lead .top_sec>:last-child {
  margin-bottom: 0;
}

.cm-banner-lead h1{
  font-weight: 500;
}

.cm-banner-lead .banner-content-inner.col12 {
  padding-left: 15px;
  padding-right: 15px;
}

.cm_tm_wrp_v3 .top_content p {
  font-size: calc(15px *  1.46666666667);
  line-height:1.45454545455;
  font-weight: 600;
}

.banner-menu  {
  background-color: var(--primary-text-color);
  position: relative;
}

.banner-menu .page-center{
  padding: 10px 0px 10px 0px;
}

.span2 .hs-sec-btn,
.span3 .hs-sec-btn,
.span4 .hs-sec-btn,
.span5 .hs-sec-btn,
.span6 .hs-sec-btn{
  padding:15px 30px;
}
@media(min-width:992px){
  .cm-banner-lead.simple-banner {
    min-height: clamp(95px, 12vw, 145px);
  }
}

@media (min-width:1600px) and (max-width:1680px)  {
  .cm-banner-lead.simple-banner {
    min-height: clamp(95px, 12vw, 155px);
  }

}

@media(max-width:767px){
  .banner-menu .hs-menu-wrapper ul li a {
    font-size: calc(15px * 0.86666666666);
  }
}
/* End Page Styling */


/* child 1 css */


.hs-private.hs-private.hs-private .hs-non-ls-module-hover-overlay__global-group.hs-non-ls-module-hover-overlay__global-group.updated-editor-styles {
  height: 0px !important;
}
.cm-footer{
  line-height:1.53333333333;
  font-size: 15px;
}

.cm-footer .cm-footer-top .footer-menu ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: unset;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.cm-footer .cm-footer-top .footer-menu ul li {
  margin-right: 0px;
  position: relative;
  width: 33%;
  display: inline-block;
  text-align: left;
  margin:0;
}
.cm-footer .cm-footer-top .footer-menu ul li a {
  margin-bottom: 25px;
  font-weight: 300;
  padding: 0px 23px 0px 0px;
  display: flex;
  line-height: 1;
  justify-content: space-between;
  font-size: 14.0000000001px;
  text-decoration:none;
  align-items: center;
}
.cm-footer .cm-footer-top .type_advance_menu {
  padding: 0 10% 0 12%;
  border-left: 2px solid #016EB6;
  border-right: 2px solid #016EB6;
}
.cm-footer-top .col-section.num3 {
  padding: 0 0 0 25px;
}
.cm-footer-top .type_richtext .footer-content p{
  font-size: 15px;
}
.cm-footer-top .footer-social .tyicon {
  width: auto;
}
.cm-footer-top .footer-social .tyicon:last-child {
  width:50px;
  height:50px;
}
.cm-footer-top .footer-social {
  gap: 5px;
  padding: 0;
}
.cm-footer-top .cm-footer-address .footer-content p {
  font-weight: 300;
  line-height:1.53333333333;
}
.cm-footer-address .footer-heading h6 {
  line-height: 1;
  margin-bottom: 20px;
  padding-top: 10px;
}
.cm-footer .cm-footer-bottom .col-section.num1 {
  padding: 0 15px;
}
.cm-footer-bottom .footer-content p {
  font-weight: 600;
  font-size: 14.0000000001px;
  line-height:1.64285714286;
  padding-bottom:0;
}
.cm-footer-top .footer-content{
  font-size: 14.0000000001px;
  line-height:1.64285714286;
}
.cm-footer-top .cm-footer-address .tyicon:last-child a {
  border-radius: 50%;
  background-color: #0077b5;
}
.cm-footer-address .tyicon svg {
  width: auto;
}
.cm-bottom-pane .text_block h5 {
  margin: 0;
}
.cm-bottom-pane .text_block h5 strong {
  font-weight: 600;
}
.two-col-content.cm-bottom-pane .content-col .form_wrap {
  padding-top: 0;
}
.two-col-content.cm-bottom-pane .content-col .description {
  margin-bottom: 0;
}
.cm-amy-page .theme_center .rich_text h2 {
  margin-bottom: 30px;
  display: inline-block;
  font-size: 27.0px;
  font-weight: 600;
  line-height: 1.2;
}

.cm-bottom-pane .content-col.col6,
.cm-bottom-pane .media_column.col6{
  padding: 0;
}
.cm-amy-page .page-center.pdlr10.theme_center {   
  padding: 0 15px;
}
.cm-bottom-pane .col6 .description.aos-init.aos-animate {
  display: none;
}
.cm-bottom-pane .col6 .form_wrap.aos-init.aos-animate {
  padding: 0;
}
.cm-bottom-pane .form_wrap h3:empty {
  display: inline;
  margin-bottom: 0;
}
.child-theme .cm-bottom-pane .content_box {
  margin: 0;
}
.child-theme .cm-bottom-pane .flex_row.flex_center {
  align-items: start;
}

.cm-bottom-pane .text_block {
  max-width: 350px;
  margin: 0px auto;
}
.cm-bottom-pane .content_box {
  position:relative;
}
.cm-bottom-pane .text_block p{
  padding-bottom:15px;
  line-height:1.53333333333;
}
.cm-bottom-pane .flex_center .aos-animate {
  padding: 0;
}
.cm-bottom-pane .bottom_row .flex_row.flex_center {
  gap: 2em;
  row-gap: unset;
  display: flex;
  flex-wrap: nowrap ;
  padding: 0 15px;
}
.cm-bottom-pane .content_box:after { 
  position: absolute;
  content: '';
  width: 1px;
  height: 100%;
  top: 0;
  background-color: #f2f2f2;
  right: 8.5%;
}
.cm-bottom-pane form .hs_submit .actions {
  text-align: center;

}
.cm-bottom-pane form .hs_submit  .hs-button{
  font-size: 14.0000000001px;
  line-height:1;
}
.cm-amy-page .rich_text p {
  line-height: 1.53333333333;
}
.cm-about-purpose .cont-inner h2 {
  margin: 0 0 10px;
}
.cm-about-purpose .description.aos-init.aos-animate {
  margin: 0;
}
.cm-about-purpose .flex_row .col8 {
  padding: 10px;
}
.cm-about-purpose .flex_center .media_column.img-col.col4.aos-init.aos-animate {
  padding: 10px;
}
.child-theme .cm-about-purpose .flex_row.flex_center {
  align-items: flex-start;
  justify-content:unset;
}
.child-theme .cm-about-sr .mediaimg .single-img img {
  width: revert-layer;
}

.cm-about-sr .mediaimg .single-img {
  text-align: center;
}
.cm-about-sr .flex_top .cont-inner h4 {
  margin: 0;
}
.child-theme .cm-about-sr .flex_row.flex_top {
  row-gap: 0;
}
.cm-accor-icon .acc-item h4 {
  font-size: 19.00000000005px;
  font-weight: 700;
}
.child-theme .accordion_wrap.cm-accor-icon .acc-item {
  border-radius: 0;
}
.child-theme .accordion_wrap.cm-accor-icon .acc-item {
  border-width: 2px;
  border-color: #F7F7F7;
  border: 1px solid #F7F7F7;
  margin-bottom: 20px;
}
.child-theme .accordion_wrap.cm-accor-icon .acc-item .acctitle {
  border-radius:0;
  box-shadow:unset;
}
.child-theme .cm-about-sr .content-col .description {
  margin: 0;
}
.child-theme .accordion_wrap.cm-accor-icon .acc-item .acc-content {
  border-width: 2px;
  border-color: #F7F7F7;
  border: 1px solid #F7F7F7;
  border-top: 2px solid #F7F7F7;
  box-shadow:none;
}
.cm-amy-page .rich_text p span {
  text-decoration: underline;
}
.cm-amy-page .rich_text ul {
  padding-left:15px;
  margin-bottom:15px;
}

.cm-amy-page .rich_text ul li {
  margin: 0;
}
.cm_search_result_banner h3 {
  margin-bottom: 50px;
}
.cm_search_result_page .content-wrapper .systems-page {
  padding: 0;
}
.cm_search_result_page .systems-page h2.hs-search-results__title {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: .5rem;
}
.cm_search_result_page .systems-page p.hs-search-results__description {
  padding-top: 0;
}
.cm_search_result_page .systems-page .hs-search-results__content {
  margin-bottom: 50px;
}
.cm_search_result_page .systems-page .hs-search-results ul {
  gap: 0;
}
.cm_search_result_page .flex_row {
  margin: 0 -15px;
}
.cm_search_result_page .content-wrapper {
  padding: 0 15px;
}
.cm_search_result_page .search_wrapper {
  padding: 0 15px;
}
.cm_search_result_page .search_wrapper h3{ 
  line-height: 1.3;
}

.cnt-wit-bg-wrp.cm-simple-text .content_widget h2 {
  margin-bottom: 20px;
}

.child-theme .accordion_wrap.cm-accor-icon .acc-item.item-5 .custom:before {
  background-size: 12px;
  background-position: center;
}

@media (max-width: 1199px) {
  .cm-footer .cm-footer-top .type_advance_menu {
    padding:0; 
  }
}
@media (max-width: 991px) {
  .cm-footer .cm-footer-top .type_advance_menu {
    padding: 0;
  }
  .cm-footer-top .col-section.num3 {
    padding: 0;
  }

  .cm-footer .cm-footer-top .footer-menu ul li a {
    padding: 0;
    display: block;
  }
  .cm-footer .cm-footer-top .footer-menu ul li {
    display: block;
  }
  .cm-footer-top .cm-footer-address .footer-social-item:not(:first-child) {
    margin: 0;
  }

  .cm-footer-top .flex_row .col-section:not(:first-child) {
    padding-top: 0;
  }
  .cm-bottom-pane .content_box:after { 
    content:unset;
  }
}
@media (max-width: 767px) {
  .cm-amy-page .theme_center .rich_text h2{
    font-size: 21.0px;
  } 
  .cm-bottom-pane .bottom_row .flex_row.flex_center {
    flex-wrap:wrap;
    row-gap: 30px;
  }
  .child-theme .cm-about-purpose .flex_row.flex_center {
    row-gap: 0;
  }
  .child-theme .accordion_wrap.cm-accor-icon .acc-item .acc-content {
    padding:20px;
  }
  .cm-footer .cm-footer-top .footer-menu ul li{
    text-align:center;
  }

  .cm-about-purpose.two-col-content .mediaimg   .single-img {
    text-align: center;
  }
  .cm-news-list.cm-blog .blog-post__read-more>a{
    margin-bottom:10px;
  }
 
}











/* End child 1 css */


/* aj css */


@font-face { font-family: "Font Awesome 5 Free"; 
  src:  url(//7747775.fs1.hubspotusercontent-na1.net/hubfs/7747775/raw_assets/public/SustainabilityRoundtable_December2024/fonts/FontAwesome5Free-Solid.woff2) format("woff2"), 
    url(//7747775.fs1.hubspotusercontent-na1.net/hubfs/7747775/raw_assets/public/SustainabilityRoundtable_December2024/fonts/FontAwesome5Free-Solid.woff) format("woff"), 
    url(//7747775.fs1.hubspotusercontent-na1.net/hubfs/7747775/raw_assets/public/SustainabilityRoundtable_December2024/fonts/FontAwesome5Free-Solid.ttf) format("truetype"),
    font-style: normal; font-weight: 900; font-display: block;
}
a.hs-sec-btn {
  font-size:15px;  
  line-height: 1;
  font-weight:600;
}


/*-----------------------top-section-------------------*/
.hs_cos_wrapper_type_module > hr:only-child {
  height: auto;
}

.top-section-search-wrapper {
  padding: 0px 15px;
}

.top-section-search-wrapper .hs-search-field {
  width:auto;
  margin-left:auto;
}
.top-section-search-wrapper .hs-search-field__bar form {
  cursor: default;
}
.top-section-search-wrapper .button_wrapper {
  width:auto;
}
.top-section-search-wrapper form .hs-search-field__suggestions-container {
  position: absolute;
  right: 0;
  width:100%;
}
.top-section-search-wrapper form .hs-search-field__button.button-close-search{
  display:none;
}
.search-open .top-section-search-wrapper form .hs-search-field__button.button-open-search{
  display:none;
}

.search-open .top-section-search-wrapper form .hs-search-field__button.button-close-search{
  display:block;
}

.top-section-search-wrapper .button_wrapper {
  display: flex;
  gap: 10px;
}

.top-section-search-wrapper .top-section-content {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  gap:7px;
}
.cm-header.header .primary-container {
  min-height: 89.55px;
}

.top-section-search-wrapper .hs-search-field__bar {
  padding: 10px;
  position: relative;
  width: 100%;
  float:right;
  flex-wrap: wrap;
  align-content: flex-start;
}
.top-section-search-wrapper button.hs-search-field__button span>svg {
  display: none;
}
.cm-header .container-wrapper nav.header__menu>ul>li>a {
  text-transform: uppercase;
}

.top-section-search-wrapper button.hs-search-field__button span:before {
  content: "\f002";
  vertical-align: middle;
  font-family: "Font Awesome 5 Free";
  font-size:15px;   
  font-weight: 900;
  color: rgba(0, 114, 188,1.0);
}
.search-open .top-section-search-wrapper form .hs-search-field__suggestions-container{
  display:block;
}

.top-section-search-wrapper form .hs-search-field__suggestions-container{
  display:none;
}


.top-section-search-wrapper form.hs-search-field__form {
  border-right: 1px solid rgba(0, 114, 188,1.0);
  display: block;
  cursor: default;
  vertical-align: middle;
  text-align: right;
  position:relative;
}

.top-section-search-wrapper form  input.hs-search-field__input {
  padding: 0 calc(15px / 2);
  background-color: transparent;
  border: 0; 
  cursor: pointer;
  border-radius: 0;
  border-color:#6ec1e4;
  transition: all .5s;
  box-sizing: border-box;
  outline: none;
  height:36px;
  right:0;
  width:0;
}


.top-section-search-wrapper  button.hs-search-field__button {
  width: 15px;
  display: inline-block;
  box-sizing: content-box;
  padding: 10px;
  position: absolute;
  right: 0;
}

.top-section-search-wrapper .button_wrapper {
  padding: 10px;
  position: relative;
  align-content: flex-start;
}

.top-section-search-wrapper .button_wrapper a.hs-button {
  font-weight: 600;
  border-radius: 0px 0px 0px 0px;
  padding: 7px 15px 5px 15px;
  text-transform: uppercase;
  line-height: 1;
  font-size:15px;    
  border: none;
  width: auto;
  float: right;
}

.top-section-search-wrapper .button_wrapper .btn-section {
  width: 100%;
  float: right;
}

.search-open .top-section-search-wrapper form input.hs-search-field__input {
  width: 190px;
  border:1px solid #f2f2f2;
}



.body-container-wrapper .page-bg-cnt .rich_text ol:not([class])>li:not([class]) {
  font-size:15px;   
  font-weight:400;
  line-height:1.53333333333;
}

.page-bg-cnt .rich_text ol:not(:last-child)>li:last-child {
  padding-bottom:20px;
}
.page-bg-cnt .content_widget .btn_row {
  padding-left: 30px;
  margin: 0px;
}
.page-bg-cnt .content_widget .rich_text{
  padding-bottom:20px;
}
.page-bg-cnt .content_widget h3.title {
  padding-left: 30px;
}

.cm-footer-top .footer-social .tyicon:hover {
  opacity: .9;
}

.blog-feed.cm-hm-recent .recent-post-title a {
  line-height: 1.13;
}
/*-------------------end-top-section-------------------*/


.cm-header.header .sticky_header_active .primary-section {
  padding: 20px 0px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0,0.1);
}
.cm-header.header .primary-section {
  padding: 0px 0px 15.2px;
  transition: all .5s ease-in-out;
}


.cm-header.header .page-center {
  padding: 0px;
}

.cm-header.header .primary-section .container-wrapper {
  gap: 0px;
  position: relative;
  justify-content:flex-start;

}

.cm-header.header .primary-section .container-wrapper .logo-section {
  width: 24.649%;
  position: relative;
  min-height: 1px;
  display: flex;
}

.cm-header.header .primary-section .container-wrapper .nav.menuAdd {
  width: 75.017%;
  display: flex;
  position: relative;
  min-height: 1px;
  margin:0px;
}

.cm-header.header .container-wrapper .nav .header__menu {
  align-content: center;
  align-items: center;
  display: flex;
  position: relative;
  width: 100%;
  flex-wrap: wrap;
}

.cm-header .container-wrapper nav.header__menu>ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
  justify-content: flex-end;
  gap: 0;
}

.cm-header .container-wrapper nav.header__menu>ul>li {
  font-size: medium;
  position: relative;
}

.cm-header .container-wrapper nav.header__menu>ul>li>a {
  padding: 15px;
  font-weight: 900;
  line-height: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}


.cm-header nav.header__menu ul>li>a .child-trigger>svg {
  display: none;
}

.cm-header nav.header__menu ul>li>a .child-trigger:before {
  content: '';
  display: inline-block;
}

.cm-header nav.header__menu ul>li>a .child-trigger {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: 1;
}
.page-two-col .form_wrap form input.hs-button {
  font-size:16.00000000005px;    
  line-height: 1;
}

.cm-header.header nav.header__menu ul ul {
  position: absolute;
  margin-top: 7px;
  transition: all 300ms ease-out;
  width: 220px;
  top: 100%;
  padding: 30px 10px;
  min-width: 220px;
  box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.1);
}
.cm-header .header__menu--desktop>.header__menu-wrapper .header__menu-submenu, .header__menu--desktop>.header__menu-wrapper .header__menu-submenu--level-2{
  transform:none;
}

.cm-header .header__menu--desktop>.header__menu-wrapper .header__menu-item--has-submenu:hover>ul{
  transform:none;
}
.cm-header.header .nav>nav>ul .header__menu-item--depth-1 ul>li a{
  padding:11px 20px;
}

.cm-header.header nav.header__menu ul ul>li>a {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
  line-height: 1;
}

.cm-header .primary-section .right-section .cst-humburger-icon {
  margin-right: 18px;
  margin-left: auto;
  padding:10px 7.700px 7.700px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #494c4f;
}

.cm-header .primary-section .right-section .cst-humburger-icon:before {
  content: "\f039";
  font-size: 22.000000000020002px;
}

.cm-header .primary-section .right-section .cst-humburger-icon>.trigger {
  display: none;
}


.cm-header.header .nav .header__menu.header__menu--desktop>ul>li>.mobile-child-trigger{
  padding:10px;
}


.cm-header .container-wrapper nav.header__menu .mobile-child-trigger {
  padding: 10px;
}

.cm-header.header .nav .header__menu.header__menu--desktop>ul>li>.mobile-child-trigger, .cm-header.header .nav .header__menu.header__menu--desktop>ul>li>.mobile-child-trigger.child-open {
  padding: 10px;
  margin-left: 10px;
  border: 1px dotted transparent;
  font-size:13.99999999995px;   
  line-height: 1;
  width: auto;
  height: auto;
}
.cm-header.header .nav .header__menu.header__menu--desktop>ul>li>.mobile-child-trigger.child-open  {
  transform: rotate(180deg);
  border: 1px dotted rgba(124, 170, 51,1.0);
  color: rgba(124, 170, 51,1.0);
}

.cm-header.header .nav .header__menu.header__menu--desktop>ul>li.header__menu-item--has-submenu.child-open>a{
  color: rgba(124, 170, 51,1.0);
}

.cm-header.header .nav .header__menu.header__menu--desktop>ul>li>.mobile-child-trigger:before, .cm-header.header .nav .header__menu.header__menu--desktop>ul>li>.mobile-child-trigger.child-open:before {
  content: '';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size:13.99999999995px;
}
.cm-header.header .nav .header__menu.header__menu--desktop>ul>li.header__menu-item--has-submenu>.mobile-child-trigger, .cm-header.header .nav .header__menu.header__menu--desktop>ul>li.header__menu-item--has-submenu>.mobile-child-trigger.child-open{
  height:auto;
  position:absolute;
  right:20px;
}

.mobile-menu-open .cm-header .primary-section .right-section .cst-humburger-icon:before{
  content: "\f410";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}


.error_page .error-section {
  margin: 80px 0px;
}

.error_page .page-center {
  padding: 0px 15px;
}

.error_page .row {
  display: flex;
  margin: 0px -15px;
  align-items: center;
  flex-wrap: wrap;
}
.error_page .col-section {
  flex: 0 0 100%;
  max-width: 100%;
  text-align: center;
  padding: 0px 15px;
}



.error_page .error-heading h1 {
  padding-bottom: 50px;
  margin-bottom: .5rem;
  color: rgba(34, 34, 34,1.0);
}

.error_page .error-section .page-404 {
  padding-bottom: 80px;
}



.error_page .error-section .page-404 .error-content h2 {
  margin: 0px;
  color: rgba(34, 34, 34,1.0);
  font-weight: bold;
}

.error_page .error-section .page-404 .error-content p{
  padding-bottom: 15px;
  margin: 0px;
  font-size:15px;    
}

.page-bg-cnt .page-center {
  padding: 10px;
}

.page-bg-cnt .content_widget h2.title {
  margin-bottom: 20px;
}

.page-bg-cnt .rich_text {
  padding-left: 30px;
}

.page-bg-cnt .rich_text h4, .page-bg-cnt .rich_text h3 {
  padding-top: 20px;
}

.cm-card-cnt .top_content {
  padding: 10px;
  text-align: left;
}

.cm-card-cnt .top_content p {
  font-size:22.000000000049997px;     
  line-height: 1.4545454;
  font-weight: 600;
}

.cm-card-cnt .top_sec.noButton {
  margin: 0px;
  padding: 0px;
}
.cm-card-cnt .bottom_row .card_item {
  width: 42.661%;
  padding:0px;
  margin-left:-5px;
}

.cm-card-cnt .bottom_row .card_item .card_inner {
  border-radius: 4px;
  border-style: solid;
  border-color: #F2F2F2;
  box-shadow: 0px 0px 12px 0px #F2F2F2;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.cm-card-cnt .card_box .card_content {
  margin-bottom: 32px;
}

.cm-card-cnt .card_box .card_content h4 {
  margin: 0px;
}
.cm-card-cnt .card_box .card_content hr {
  background-color: #e4e4e4;
  margin-left:-15px;
  margin-top:6px;
  margin-right:-15px;
}

.cm-card-cnt .card_box .btn_row {
  margin: 0px;
}

.cm-card-cnt .card_box .btn_row a.hs-sec-btn {

  padding: 12.9999999999px 39.9999999999px ;
  font-weight: 600;
  font-size:15px;     
}


.page-two-col .top_sec {
  padding: 0px;
  margin: 0px;
  text-align: left;
}

.page-two-col .top_sec .content_widget h4.title {
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.page-two-col .top_sec .content_widget .top_content {
  margin-bottom: 20px;
  margin-left: 5%;
}

.page-two-col .top_sec .content_widget .top_content h5 {
  font-weight: 800;
  line-height:1;
}

.page-two-col .columns_rowo_wrap.bottom_row.right_media_image {
  padding-left: 5%;  

}

.page-two-col .right_media_image  .col10 {
  width: 79.803%;
}

.page-two-col .right_media_image .col2 {
  width: 20.196%;
}

.page-two-col .right_media_image .media_column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: flex-start;
}

.page-two-col .right_media_image .media_column .mediaimg {
  margin-bottom: 9px;
  width:100%;
  text-align:center;
}

.page-two-col .right_media_image .media_column .content_box {
  margin: 0px;
}

.page-two-col .right_media_image .media_column .content_box h6 {
  color: rgba(124, 170, 51,1.0);
  line-height:1;
}


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

.page-two-col.two-col-content .content-col .btn-items .btn_row{
  margin: 0px;
  justify-content:flex-end;
}

.cm-page-two.page-two-col .top_sec .content_widget h4.title {
  margin-left: 5%;
  text-align: center;
}

.cm-page-two.page-two-col .right_media_image .media_column .content_box h6 {
  color: rgba(1, 113, 187,1.0);
  line-height:1;
}

.cm-card-cnt .card_box .btn_row {
  margin-top: 20px;
}

.open-position .BambooHR-ATS-board a{
  color: rgba(34, 34, 34,1.0);
}
.page-two-col.two-col-content .content-col .form_wrap {
  padding-top: 0px;
}

.contact_page_v1 .cnt-mid-sec form .hs-submit input.hs-button{
  font-size:16.00000000005px;   
  line-height: 1;
  font-weight: 700;
}

.page-two-col .content-col .form_wrap h5 {
  font-weight: 800;
}

.page-two-col .content-col .form_wrap form {
  width: 100%;
  max-width: 350px;
  margin-left:42px;
}
.page-two-col .content-col .form_wrap form .actions {
  text-align: center;
}

.page-two-col .content-col .form_wrap form label strong {
  font-weight: 700;

}

.service-listing-page .hs-menu-flow-vertical ul {
  padding: 0px;
  margin: 0px;

}

.service-listing-page .hs-menu-flow-vertical ul>li:not(:last-child) {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f2f2f2;
}
.service-listing-page .hs-menu-flow-vertical ul>li:last-child{
  margin:0px; 
}

.service-listing-page .hs-menu-flow-vertical ul>li>a {
  text-decoration: none;
  font-size:13.99999999995px;   
  font-weight: 800;
}
.service-listing-page .hs-menu-flow-vertical ul>li>a:hover {
  color: rgba(124, 170, 51,1.0);
}

.page-two-col.two-col-content .flex_row {
  gap: 0px;
}
.page-two-col .content-col .btn_row a.hs-sec-btn {
  padding: 12.0px 24.0px ;
}


.top-section-search-wrapper form .hs-search-field__suggestions-container {
  width: 190px;
  text-align: left;
}
.top-section-search-wrapper form .hs-search-field__suggestions-container ul>li>a {
  text-decoration: none;
}

.top-section-search-wrapper form .hs-search-field__suggestions-container ul>li:last-child {
  margin: 0px;
}


.top-section-search-wrapper form .hs-search-field__suggestions a:hover{
  text-decoration: underline;
}


/*-----------------------preview-----------------*/
.servs-details-pg form button.hs-search-field__button {
  top: 25%;
}
.servs-details-pg form input.hs-input {
  width: 100%;
}

.system_page_layout form label {
  display: block;
} 

/*--------------------preview end---------*/


/*-----------------responsive----------------*/

@media only screen and (min-width:991px) and (max-width:1160px){
  .cm-header.header .primary-section .page-center {
    padding:0px 10px;
  }
  @media only screen and (min-width:576px) and (max-width:767px){
    .cm-bottom-pane .bottom_row .flex_row.flex_center{
      max-width:540px;
      margin:0 auto;
    }
  }


  .cm-header .container-wrapper nav.header__menu>ul>li>a{
    padding-left:10px;
    padding-right:10px;
  }

}



@media (max-width:1024px){

  .cm-header.header .primary-section .container-wrapper .logo-section{
    padding:0px 0px 0px 15px;

  }

}







@media (max-width:991px){
  .cm-header.header .primary-section .container-wrapper .logo-section img{
    padding-left:10px;
  }
  .cm-header.header .primary-section .container-wrapper{
    flex-direction:row;
  }
  .cm-header.header .primary-section .container-wrapper .nav.menuAdd {
    width: 100%;
    position: absolute;
    top: 100%;
  }

  .cm-header.header.header .nav .header__menu.header__menu--desktop {
    height: auto;
    min-height: auto;
  }
  .cm-header.header .primary-section .container-wrapper .nav.menuAdd{
    display:none;
    margin-top:15px;
  }
  .mobile-menu-open .cm-header.header .primary-section .container-wrapper.mobile-open .nav.menuAdd{
    display:flex;
    height:auto;   
  }


  .cm-header .primary-section .right-section {
    width: 75.017%;
  }

  .cm-header.header .nav .header__menu.header__menu--desktop>ul{
    padding:0px;
    margin:0px;
    flex-direction: column;
    width: 100%;
  }

  .cm-header .container-wrapper.mobile-open .top-section.mobile_section{
    display:none;
  }
  .cm-header.header .nav .header__menu.header__menu--desktop>ul>li>a{
    padding:11px 20px;
    font-weight:700;
  }

  .cm-header.header .primary-section .container-wrapper nav.header__menu ul>li {
    border: none;
    padding-bottom:1px;
  }

  .cm-header.header .nav .header__menu.header__menu--desktop>ul>li.header__menu-item--has-submenu>a{
    padding-right:20px;
  }
  .cm-header.header .container-wrapper nav.header__menu ul ul {
    width: 100%;
    position: relative;
    padding: 0px 10px;
    transition:none;
    box-shadow:none;
  }
  .cm-header.header .container-wrapper nav.header__menu ul>li ul {
    padding:0px 10px;
    transition:none;
  }

  .cm-header.header .nav>nav>ul .header__menu-item--depth-1 ul>li a{
    padding:11px 20px 11px 40px;
  }


  .cm-header.header .mobile-close-icon {
    display: none;
  }

  .cm-header.header .sticky_header_active .nav .header__menu.header__menu--desktop>ul {
    max-height: calc(100vh - 85px);
    overflow-y: auto;
  }
  .cm-header.header .nav .header__menu.header__menu--desktop>ul {
    max-height: calc(100vh - 121.44px);
    overflow-y: auto;
  }

  .cm-header.header .nav .header__menu.header__menu--desktop>ul {
    display: block;
    padding-top:1px;
  }



}



@media (max-width:800px){
  .cm-header.header .primary-section .container-wrapper .logo-section img{
    padding:0px;
  }
  .cm-header .primary-section .right-section .cst-humburger-icon{
    margin-right:15px;
    padding-top:7.700px;
  }



}


@media (max-width:767px){
  .cm-header.header .primary-section .container-wrapper .logo-section img{
    max-width:220px;
  }


  .top-section-search-wrapper .hs-search-field{
    max-width: calc(100% - 100px);
    width:auto;
  }
  .top-section-search-wrapper .button_wrapper{
    max-width: 100%;
    width:auto;
  }
  .top-section-search-wrapper{
    padding:0px;
  }
  .page-two-col.two-col-content .content-col .form_wrap h5{
    text-align:center;
  }

  .page-two-col .right_media_image .media_column .mediaimg{
    margin-bottom:9px;
  }

  .error_page .error-section .page-404 .error-content p{
    font-size:15px;    
  }
  .error_page .error-section .page-404 .error-content p>a {
    color: inherit;
    text-decoration: none;
  }

  .error_page .error-heading h1{
    font-size:26.999999999819998px;
  }
  .error_page .error-section .page-404 .error-content h2{
    font-size:24.0px;
  }
  .cm-card-cnt .bottom_row .card_item{
    width:100%;
  }

  .page-two-col .right_media_image  .col10 {
    width: 100%;
  }
  .cm-card-cnt .bottom_row .card_item {
    margin:0px;
  }

  .page-two-col .right_media_image .col2 {
    width:100%
  }
  .cm-page-two.page-two-col .right_media_image .media_column .content_box h6{
    text-align:center;
  }
  .page-two-col.two-col-content .content-col .form_wrap form {
    margin:0 auto;
  }
  .service-listing-page .hs-menu-flow-vertical ul {
    text-align:center;
  }
  .page-two-col .columns_rowo_wrap.bottom_row.right_media_image{
    padding-left:0px;
  } 
  .page-two-col .top_sec .content_widget .top_content{
    margin-right:0px;
    margin-left:0px;

  }
  .page-two-col.two-col-content .content-col .btn-items .btn_row{
    justify-content:center;
  }

  .page-two-col form .hs_submit .actions {
    text-align: center;
  }

  .page-two-col .media_column .text_block {
    text-align: center;
  }


  .page-two-col.center-align .content-col .form_wrap form {
    margin: 0 auto;
  }

  .page-two-col.center-align .content-col .form_wrap h5 {
    text-align: center;
  }

}


/*----------------------news- blog----------------*/

.cm-news-list.cm-blog .cm-category-section {
    padding-top: 80px;
}

.cm-news-list.cm-blog .cm-category-wrapper:before {
  background-color:#fff;
}
.cm-news-list.cm-blog .page-center .category-heading h2 {
    color: #0072BC;
    font-weight: bold;

}

.cm-news-list.cm-blog .post-filter p {
    color: #222;
}

.cm-news-list.cm-blog .post-filter a {
    color: #222;
    border-color: #dcdcdc;
}
.cm-news-list.cm-blog .post-filter a.active {
    background-color: #0072BC;
    color: #fff;
}


.cm-news-list.cm-blog .post-filter a.active {
    background-color: #0072BC;
    color: #fff;
}

.cm-news-list.cm-blog .post-filter a:hover {
    background-color: #0072BC;
    color: #fff;
    border: 1px solid #0072BC;
}


.cm-news-list.cm-blog .post-filter a.active {
    background-color: #0072BC;
    color: #fff;
}

.cm-news-list.cm-blog .post-filter a:hover {
    background-color: #0072BC;
    color: #fff;
    border: 1px solid #0072BC;
}

.cm-news-list.cm-blog .blog-wit-sidbr section.blog-index {
    padding: 0px;
}
.news-blog-post .news-post-container {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.news-blog-post .news-post-container .news-left-section {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.news-blog-post .news-post-container .news-right-section {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.news-blog-post .news-post-container {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.news-blog-post .news-post-container .news-left-section {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.news-blog-post .news-post-container .news-right-section {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.news-blog-post .news-post-container .news-left-section .left-img-sec {
    width: 100%;
    border: 1px solid #0171BB;
}

.news-blog-post .news-post-container .news-left-section .left-img-sec img {
   width: 100%;
}




.news-blog-post .post-body h3 {
    margin: 0;
    line-height: 1.3;
}

.news-blog-post .post-body h4 {
    font-weight: 900;
    line-height: 1.38095238095;
}


.news-blog-post.right-full .news-post-container .news-right-section {
    max-width: 100%;
    flex: 0 0 100%;
}
.cm-news-list.cm-blog .blog-post__read-more {
    margin: 0px;

}

.cm-news-list.cm-blog .blog-post__read-more>a {
    margin-top: 10px;

}


.news-blog-post .post-body .alignright{
      float: right;
    margin: 5px 0 20px 20px;
}
.news-blog-post .post-body .alignleft {
     float: left;
    margin: 5px 0 20px 20px;
}
.news-blog-post .post-body .aligncenter {
    display: block;
    margin: 5px auto 5px auto;
    float: none;
}

.cm-news-list.cm-blog .blog-pagination a.hs-button {
    font-weight: 400;
}
/*----------------------news blog ends--------*/
/* end aj css */





/* an css */


.cm-blog .page-center {
  padding-left: 15px;
  padding-right: 15px;
}
.cm-blog .banner-menu .page-center {
  padding-left: 0;
  padding-right: 0;
}

.cm-blog .row-space {
  padding-top: 40px;
  padding-bottom: 40px;
}

.cm-blog .page-center .category-heading h2 {
  margin: 0;
  color:var(--white-color);
  font-weight:700;
  line-height:1.2;
}

.cm-blog  .post-filter p {
  display: inline-block;
  color:#ffffff;
}



.cm-blog  .post-filter ul {
  display: flex;
  margin:0;
  padding:0;
  list-style:none;
}
.cm-blog .largeCard {
  display: flex;
}

.cm-blog .largeCard .blog-index__post-inner-card {
  flex: 0 0 50%;
  max-width: 50%;
  margin: 0 auto;
  background-color:var(--white-color);
  box-shadow: 0px 0px 5px 0px #e4e4e4;
  margin-bottom:15px;
}

.cm-category-section{
  padding-top: calc(80px  * 0.625);

}
.cm-category-wrapper{
  position:relative;
}
.cm-category-wrapper:before {
  content: "";
  height: 400px;
  width: 100%;
  position: absolute;
  background-color: #0171BB;
} 

.cm-category-container {
  position: relative;
}
.cm-blog .post-filter a{
  color: var(--white-color);
  padding: 3px 15px;
  min-width: 75px;
  margin: 0px 10px;
  text-decoration: none;
  line-height:1.5333333333333334;
  display: inline-block;
  text-align: center;
  border: 1px solid var(--white-color);
}
.cm-blog .post-filter a.active{
  color:#0072BC;
  background-color: var(--white-color);

}

.cm-blog .blog-wit-sidbr .post-btm {
  flex-wrap: wrap;
  display: flex;
  padding:0;
}

.cm-blog .blog-wit-sidbr .post-btm .meta_wrap{
  display: block;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom:0;
}

.cm-blog .blog-wit-sidbr .post-btm .meta_wrap>span{
  margin: 0px;
  color: #0171BB;
  text-transform: uppercase;
  font-size:15px;
  display:block;
  padding-bottom:15px;
}

.cm-blog .sidebar.blog-wit-sidbr h2.list-post-title,
.cm-blog .sidebar.blog-wit-sidbr h4.list-post-title{
  font-size: calc(30px * 0.56666666666);
  margin-bottom: 15px;
  display: inline-block;
  font-weight: 500;
  line-height:1.3529411764705883;
}
.cm-blog  h2.list-post-title a,
.cm-blog  h4.list-post-title a{
  color:#222222;
  text-decoration: none;
}


.cm-blog .blog-main-section{
  flex-wrap: wrap;
  display: flex;
}




.cm-blog .blog-wit-sidbr {
  margin-bottom: 80px;
}

.cm-blog .post-filter a:hover{
  cursor: pointer;
  background-color: var(--white-color);
  color: #0072BC;
}




.cm-blog .blog-wit-sidbr .blog-index__post-image.hs-featured-wrp{
  padding:0 15px 0 0;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.cm-blog .blog-wit-sidbr section.blog-index{
  padding:0 5%;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom:0;
}



.cm-blog .sidebar{
  overflow:visible;
}
.cm-blog  .first-post{
  margin-top: 15px;
}
.cm-blog  .sidebar.blog-wit-sidbr .blog-index .blog-index__post.largeCard .list-descrip,
.cm-blog  .blog-wit-sidbr .list-descrip{
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
  margin-bottom: 15px;
  max-width: 66.666667%;
  font-size: calc(15px * 0.93333333333);
  line-height: 1.6429;
  padding-left:15px;
}

.cm-blog  .blog-post__read-more{
  text-align:end;
  flex: 0 0 100%;
  max-width: 100%;
}

.cm-blog .blog-post__read-more a{
  padding: 6.9999999999px 24.9999999999px;
  color: #0171BB;
  border: 2px solid  #0171BB;
  background:transparent;
  font-size:calc(15px * 1.06666666667);
  line-height:1.375;
  font-weight:400;
}

.cm-blog .blog-post__read-more a:after {
  content: "";
  content: "\f101";
  margin-left: 7px;
  font-family: 'Font Awesome 5 Free';
  color: #0171BB;
  font-weight: 900;
}

.cm-blog .sidebar.blog-wit-sidbr .blog-index .blog-index__post.largeCard.col12{
  padding-bottom: calc(80px  * 0.8125);
  padding-left:30px;
  padding-right:30px;
  margin-bottom:0;
}

.cm-blog .blog-wit-sidbr section.blog-index article.bottom-post{
  padding-left:15px;
  padding-right:15px;
  margin-top: 15px;
  margin-bottom:15px;
}

.cm-blog .blog-pagination.text_center:has(a) {
  padding-top: 80px;
}

.cm-blog .blog-post__read-more a:hover {
  color: var(--button-color-sec);
  border: 2px solid var(--button-color-sec);
}
.cm-blog .blog-post__read-more a:hover:after{
  color: var(--button-color-sec);
}

.cm-blog .sidebar.blog-wit-sidbr .blog-index .blog-index__post.largeCard .blog-post__read-more{
  margin-top:10px;
}

.cm-hm-members .top_content h4{
  padding-bottom:70px;
}

.cm-blog .cm-post-btn{
  padding:30px;
}

.cm-contact .top_cnt h5{
  margin-bottom: 7.5px; 
  line-height: 1.2;
  color: var(--grey);
}

.cm-contact .top_cnt h4+h5{
  line-height:1.588235294117647;
  font-weight:800;
  margin-bottom:20px;

}

.contact_page_v1 .landing-banner.cm-hm-form{
  margin:0;
  max-width: 474px;
  margin: 0 auto;
}


.cm-section th{
  font-size:17px;
  text-transform: uppercase;
  line-height: 1.35294;
}

.service-listing-page .card_gallery.cm-hm-services .top_sec.noButton {
  margin-bottom: 15px;
}


strong{
  font-weight:600;
}

form strong{
  font-weight:700;
}

.cm-content-top-img.cnt-wit-tp-img-wrp h2.title:not(a[class]):not(input) {
  padding: 10px;
  margin-bottom: 0;
  color: #0171BB !important;

}

.cm-content-top-img.cnt-wit-tp-img-wrp .tp-img img{
  width: 1em;
  height: 1em;
  display: block;
}

.cm-content-top-img.cnt-wit-tp-img-wrp  .tp-img {
  display: inline-block;
  fill: #0171BB;
  color: #0171BB;
  border-color: #0171BB;
  font-size: 28px;
  border-radius: 50%;
  border: 3px solid #0171BB;
  padding: .5em;
  margin-bottom : 15px; 
}

.cm-content-top-img.cnt-wit-tp-img-wrp h5.col-title{
  margin-bottom:0;
  line-height:1.4705882352941178;
}

.cm-content-top-img .top_sec{
  margin-bottom: 30px;
}

.body-container-wrapper ul>li>ol:not([class]) {
  margin: 3% 4%;
}


.cm-content-top-img.cnt-wit-tp-img-wrp .flex-row{
  row-gap:28px;
  padding-top:10px;
}
.blog-post-wrapper .page-center{
  padding: 0 15px;
}

.blog-post-wrapper figure{
  float: right;
  margin: 5px 0 20px 20px;
}

.cm-blog-post-noSidebr .blog-comments {
  margin: 0 auto;
  max-width: 100%;
  padding-top: 40px;
}

.website_page .blog-feed.cm-fea-img-pos .bototm_btn .btn_item a{
  min-width: auto;
  padding:12px 24px
}


.blog-post-wrapper .post-date p{
  color:#0171BB;
  text-transform:uppercase;
}

.cm-blog-post-noSidebr .blog-comments form{
  margin:0;
}

.blog-post-wrapper .post-title{
  font-size:calc(30px * 0.9);
  margin-bottom:30px;
  line-height: 1.2;
  font-weight: 600;
}

.cm-blog h2.list-post-title a:hover, 
.cm-blog h4.list-post-title a:hover{
  text-decoration: underline ;
  color: #0171BB ;
}

.website_page .cm-hm-recent .top_sec.noButton{
  padding:0;
}

.website_page .blog-feed.cm-fea-img-pos .recent-post-item .item_inner{
  margin:0;
}



.service-listing-page .card_gallery.cm-hm-services .card_item.it1,
.service-listing-page .card_gallery.cm-hm-services .card_item.it2{
  border-width: 1px 0px 1px 1px;
  border-color: #F7F7F7;
  border-style: solid;
}
.service-listing-page .card_gallery.cm-hm-services .card_item.it2{
  border-width: 1px 1px 1px 0px;
}

.hs-custom-form>div>div:last-of-type .hs-input:not([type=checkbox]):not([type=radio]), 
.hs-custom-formfieldset>div:last-of-type .hs-input:not([type=checkbox]):not([type=radio]) {
  width: 100%;
  max-width: 100%;
}

.cm-blog .sidebar.blog-wit-sidbr .blog-index .blog-index__post.largeCard .no-image .list-descrip {
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 0;
}

.cm-blog .cm-bottom-pane .page-center {
  padding-left: 0;
  padding-right: 0;
}

.cm-hm-services .splide__slide img{
  vertical-align: baseline;
}

.cm-blog a{
  text-decoration: none;
}

.cm-blog .blog-wit-sidbr .no-image .list-descrip {
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 0;
}

.cm-blog .cm-bottom-pane .text_block {
  margin: 0;
}

.insights-blog-post-wrap .blog-post-wrapper.dnd_padd {
  padding-bottom: calc(80px  *0.375);
}

.cm-blog-post-noSidebr .post-title {
  color: #0171BB;
}
.cm-blog-post-noSidebr .post-body h1,
.cm-blog-post-noSidebr .post-body h2,
.cm-blog-post-noSidebr .post-body h3,
.cm-blog-post-noSidebr .post-body h4,
.cm-blog-post-noSidebr .post-body h5,
.cm-blog-post-noSidebr .post-body h6 {
  color: #222222;
}

.section.post-footer .comment-date {
  display: block;
  margin: 0 0 1rem;
  width: 100%;
}



.website_page .recent-post-item {
  margin: 5px 0;
}

.noImage .cm-feature-description {
  max-width:100%;
  flex: 0 0 100%;
}

.cm-blog .cm-banner-lead .banner-content-inner.col12 {
  padding: 0;
}

.body-container-wrapper .cm-nzcb ol:not([class]) li:not([class]) {
  font-size: 15px;
  font-weight: 400;
}

.body-container-wrapper .cm-nzcb ul:not([class])>li:not([class]){
  font-weight: 400;
}
.blog-feed.cm-fea-img-pos .feed-outer-wrp{
  justify-content:flex-start;
}

.page-bg-cnt .hs-sec-btn{
  padding:12px 24px;
}

.blog-wit-sidbr .blog-index__post-inner-card {
  box-shadow: 0px 0px 5px 0px #e4e4e4;
}

.without-sidebar .blog-index__post-inner-card.no-image {
  background: var(--white-color);
}


@media(min-width:1183px){
  .cm-nzcb.dnd_padd .page-center{
    padding:0;
  }
}

@media (min-width:768px) {
  
  .cm-news-list.cm-blog .blog-wit-sidbr section.blog-index article.bottom-post{
            flex: 0 0 50%;
        max-width: 50%;
  }
 
  
}


@media (min-width:992px){
  
.cm-news-list.cm-blog .blog-wit-sidbr section.blog-index article.bottom-post {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

  
}





@media (min-width: 768px) and (max-width: 1139px) {
  .cm-blog .hidden-desktop {
    display: none !important;
  }
}

@media(max-width:991px){
  table {
    overflow-y: scroll;
  }

}

@media(max-width:767px){

  .cm-blog .banner-menu .page-center {
    padding-left: 15px;
    padding-right: 15px;
  }

  .cm-blog .post-filter p,
  .cm-blog .post-filter ul{
    display:block;
    text-align:center;
  }

  .cm-blog .post-filter a{
    width:100%;
    margin:0;
    padding:7px 15px;
  }
  .cm-blog .largeCard .blog-index__post-inner-card{
    max-width: 100%;
    flex: 0 0 100%;
    margin:0;
  }
  .cm-blog .blog-wit-sidbr section.blog-index article.first-post{
    padding:15px;
  }

  .cm-blog .page-center {
    padding-left: 0;
    padding-right: 0;
  }
  .cm-blog .cm-category-section .page-center{
    padding:0 15px;
  }
  .cm-blog .blog-wit-sidbr section.blog-index{
    margin:0;
  }
  .cm-blog .cm-post-btn{
    padding:15px;
  }
  .cm-blog .blog-wit-sidbr .post-btm .meta_wrap>span{
    margin-top:15px;
  }
  .cm-contact.contact-details-wrap .top_cnt{
    margin-bottom:0;
  }


  .cm-blog .post-filter a{
    margin: 5px 0;
  }
  .cm-blog .blog-wit-sidbr .blog-index__post-image.hs-featured-wrp{
    max-width:100%;
    padding:0;
    flex:100%;
  }
  .cm-blog .blog-wit-sidbr .list-descrip, 
  .cm-blog .sidebar.blog-wit-sidbr .blog-index .blog-index__post.largeCard .list-descrip{
    padding: 20px 0px;
    max-width:100%;
    flex:100%;
  }
  .cm-blog-post-noSidebr .blog-comments .page-center {
    padding: 0 15px;
  }
  .cm-blog .blog-wit-sidbr .no-image .list-descrip {
    padding-top: 0;
  }
  .cm-blog .sidebar.blog-wit-sidbr .blog-index .blog-index__post.largeCard.col12{
    padding-left:15px;
    padding-right:15px;
  }
  .cm-blog .blog-wit-sidbr .post-btm img {
    width:100%;
  }

  .contact_page_v1 .landing-banner.cm-hm-form{
    max-width:100%;
    margin:0;
  }
  .cm-category-wrapper:before{
    height: 23%;
  }
  .cm-news-list.cm-blog .blog-wit-sidbr section.blog-index article.bottom-post{
            flex: 0 0 100%;
        max-width: 100%;
    width:100%;
  }
  .cm-news-list.cm-blog .blog-wit-sidbr .blog-index__post-image.hs-featured-wrp{
    max-width:fit-content;
  }
  .cm-news-list.cm-blog .cm-category-section{
    padding-top:40px;
  }
  
  .news-blog-post.blog-post-wrapper .post-date p {
    margin-top: 15px;
}
  .cm-news-list.cm-blog .blog-wit-sidbr {
    margin-bottom: 40px;
}
  .news-blog-post .news-post-container .news-left-section{
    flex:0 0 100%;
    max-width:100%;
  }
  .news-blog-post .news-post-container .news-right-section{
     flex:0 0 100%;
    max-width:100%;
  }
  .news-blog-post.blog-post-wrapper .post-title, .news-blog-post .post-body-container .post-body h2 {
    font-size: 21.0px;
}
  .news-blog-post .post-body h4{
    margin-bottom:7.500px;
  }
  
  
}




/* end an css */



/*  mk css */




.cm-summit-banner .banner-content-inner {
  padding-left: 0;
  padding-right: 0;
}

.cm-summit-banner .top_sec h1 {
  line-height: 1;
  font-weight: 800;
  margin-bottom: 36px;
}

.cm-summit-banner .top_sec h2 {
  margin-bottom: 36px;
  font-size: calc(30px * 0.96666666666 );
}

.cm-summit-banner .btn_row.oneButton {
  margin-top: 12px;
  display: inline-block;
}

.cnt-wit-bg-wrp.cm-summit-pane .btn_row .hs-sec-btn,
.cm-summit-banner .btn_row.oneButton a.hs-sec-btn {
  text-decoration: none;
  background-color: var( --btn-gree-color);
  font-size: 15px;
  padding:12px 24px;
  border-radius: 3px;
  line-height: 1;
  font-weight: 600;
}

.cnt-wit-bg-wrp.cm-summit-pane .btn_row a.hs-button,
.cm-summit-btn a.custom.theme {
  padding: 12px 76.00000000008px;
  text-decoration: none;
  font-size: 15px;
  line-height: 1;
  border-radius: 3px;
  display: inline-block;
  font-weight: 600;
  border: 0;
}

.cnt-wit-bg-wrp.cm-about-summit {
  padding-left: 0;
  padding-right: 0;
}

.cnt-wit-bg-wrp.cm-about-summit .full_width {
  padding-left: 0;
  padding-right: 0;
}

.cnt-wit-bg-wrp.cm-about-summit h2.title {
  margin-bottom: 20px;
}

.cnt-wit-bg-wrp.cm-about-summit .rich_text p {
  margin-bottom: 0;
  padding-bottom: 35px;
}

.cnt-wit-bg-wrp.cm-about-summit .rich_text p strong {
  font-weight: 600;
}

.cm-summit-btn2 .cm_nv_inner .btn_row {
  column-gap: 0;
  row-gap: 0;
}

.cm-summit-btn2 .cm_nv_inner .btn_row .btn_item {
  margin-top: 12px;
  margin-bottom: 20px;
}

.cm-summit-btn2 .cm_nv_inner .btn_row .btn_item.btn2 {
  margin-bottom: 0;
}

.cm-summit-btn2 .cm_nv_inner .btn_row .btn_item.btn2 a.custom {
  padding-left: 65px;
  padding-right: 65px;
}

.cm_team_wrp.cm-speaker-team .top_sec {
  padding-left: 0;
  padding-right: 0;
  text-align: left;
  margin-bottom: 20px;
}

.cm_team_wrp.cm-speaker-team .cm_team_card {
  padding-left: 0;
  padding-right: 0;
}

.cm_team_wrp.cm-speaker-team .cm_team_card_inner {
  padding: 10px;
}

.cm_team_wrp.cm-speaker-team .cm_team_image {
  margin-bottom: 19px;
}

.cm_team_wrp.cm-speaker-team .cm_team_cont h4 {
  margin-bottom: 3px;
}

.cm_team_wrp.cm-speaker-team .cm_team_cont .cm_team_text p {
  font-size: 15px;
  line-height: inherit;
  margin-bottom: 0px;
}

.cm_team_wrp.cm-speaker-team .cm_team_row {
  row-gap: 0;
}

.cm_team_wrp.cm-speaker-team .cm_team_cont .cm_team_text {
  margin-bottom: 20px;
  display: inline-block;
}

.cm_team_wrp.cm-speaker-team .cm_team_cont .cm_team_text p strong,
.cm_team_wrp.cm-speaker-team .cm_team_cont .cm_team_text p b {
  font-weight: 600;
}

.cm_team_wrp.cm-speaker-team .cm_team_card_inner .btn_row {
  margin-top: 0;
}

.logo_slider.cm-summit-logos .page-center {
  padding: 10px;
}

.logo_slider.cm-summit-logos.noDotsArrowsAdded .top_sec.noButton {
  padding: 0;
  margin-bottom: 40px;
}

.logo_slider.cm-summit-logos h2.title {
  text-align: left;
}

.logo_slider.cm-summit-logos .logos_row {
  margin-right: auto;
  margin-left: auto;
  position: relative;
  margin-bottom: 0;
}

.logo_slider.cm-summit-logos .logos_row .logo_item {
  width: 16.666%;
}

.logo_slider.cm-summit-logos .logos_row .logo_item .logo_inner {
  padding: 10px;
}

.cm_team_wrp.cm-speaker-team2 .cm_team_cont .cm_team_text {
  margin-bottom: 0;
}

.cnt-wit-bg-wrp.cm-summit-pane .btn_row a.hs-button {
  padding: 12px 64.99999999992px;
  background-color:var(--btn-sky-color);
}

.cnt-wit-bg-wrp.cm-summit-pane .btn_row a.hs-sec-btn {
  padding: 12px 76.00000000008px;
}

.cnt-wit-bg-wrp.cm-summit-pane .content_widget .btn_row {
  column-gap: 43.5px;
  margin-top: 0;
}

.cnt-wit-bg-wrp.cm-summit-pane .content_widget .btn_row .btn_item {
  margin-top: 12px;
}

.cnt-wit-bg-wrp.cm-summit-pane .page-center {
  padding: 10px;
  padding-top: 1px;
}

.cnt-wit-bg-wrp.cm-summit-pane .page-center h3.title {
  margin-bottom: 22px;
}


.two-col-content.cm-hotel-option {
  box-shadow: 0px 3px 6px #00000029;
}

.two-col-content.cm-hotel-option .content-col .description {
  margin-bottom: 20px;
  display: inline-block;
}

.two-col-content.cm-hotel-option .feature-wrapper {
  column-gap: 15px;
  margin: 0;
  margin-right: auto;
  margin-left: auto;
  margin-top: 17px;
}

.two-col-content.cm-hotel-option .feature-wrapper .featimggrp {
  flex: 0 0 23.3%;
  max-width: 23.3%;
  background-color: #F5F5F5;
  padding: 20px;
}

.two-col-content.cm-hotel-option .feature-wrapper .featimggrp h5.feat-title {
  font-size: 17;
  color: var(--black-color);
  line-height: 1;
  font-weight: 800;
}

.two-col-content.cm-hotel-option .feature-wrapper .feature-content {
  display: inline-block;
}

.two-col-content.cm-hotel-option .feature-wrapper .feature-content a {
  text-decoration: none;
  font-weight: 600;
}

.two-col-content.cm-hotel-option .feature-wrapper .feature-content p:first-child {
  margin-bottom: 20px;
}

.two-col-content.cm-transport-option .content-col .description {
  margin-bottom: 0;
}

.two-col-content.cm-transport-option .feature-wrapper .featimggrp {
  flex: 0 0 33.3%;
  max-width: 33.3%;
}

.two-col-content.cm-transport-option .feature-wrapper .feature-content {
  margin-top: 0;
}

.two-col-content.cm-transport-option .feature-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.two-col-content.cm-transport-option .feature-content ul li {
  list-style: none;
  padding:0;
  padding-left: 16px;
  position: relative;
  margin-bottom: 5px;
  color:var(--black-color);
  font-size: calc(15px * 0.93333333333);
  font-weight: 400;
  line-height: 1.64285714;
}

.two-col-content.cm-transport-option .feature-content ul li:before {
  content: " ";
  background: var(--btn-sky-color);
  width: 5px;
  height: 5px;
  border-radius: 113px;
  position: absolute;
  left: 0;
  top: 7px;
  background-repeat: no-repeat;
}

/* Home */

.simple-banner.cm-home-banner {
  width: 100%;
  height: 90vh;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: auto;
  padding: 0;
}

.simple-banner.cm-home-banner h1 {
  max-width: 940px;
  margin: 0px auto 20px;
}

.simple-banner.cm-home-banner h3 {
  color: #222222;
  line-height: 1.3em;
  margin-bottom: 0;
}

.simple-banner.cm-home-banner h3 strong {
  font-weight: 600;
  color:#222222 !important;
}

.simple-banner.cm-home-banner .top_sec {
  margin-bottom: 20px;
  display: inline-block;
}

.simple-banner.cm-home-banner .btn_row {
  margin: 40px 0px 20px 0px;
}

.simple-banner.cm-home-banner .btn_item a {
  border-radius: 3px 3px 3px 3px;
  padding: 15px 30px 15px 30px;
  font-weight: bold;
  min-width: 225px;
  border: 0;
  font-size: 15px;
  line-height: 1;
  font-weight: 600;
}

.simple-banner.cm-home-banner .btn_item a:hover {
  background-color: #7DAB41;
}

.simple-banner.cm-home-banner .banner-content-inner {
  padding: 10px;
}

.testimonials_sliderv3 .page-center {
  padding: 10px;
}


.card_gallery.cm-hm-services .card_item {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  display: flex;
  min-height: 1px;
}

.card_gallery.cm-hm-services .top_sec.noButton {
  padding: 10px;
  margin-bottom: 30px;
}

.card_gallery.cm-hm-services .top_sec.noButton h2.title {
  margin-bottom: 0;
}

.card_gallery.cm-hm-services .card_inner {
  border-radius: 0;
}

.card_gallery.cm-hm-services .icon_inner {
  padding: 15px;
  margin: 40px 0px 0px 0px;
}

.card_gallery.cm-hm-services .icon_box .icon_inner{
  width: 75px;
  height: 75px;
  margin-bottom: 20px;
}

.card_gallery.cm-hm-services .icon_inner img {
  width: 100% !important;
}

.card_gallery.cm-hm-services .card_content a {
  text-decoration: none;
}

.card_gallery.cm-hm-services .card_content hr {
  width: 80%;
  margin: 0 auto;
  height: 0;
  border-bottom: var( --light-grey-color) 1px solid;
  padding: 2px 0;
  margin-bottom: 20px;
  background: transparent;
}

.card_gallery.cm-hm-services .card_content hr+div {
  min-height: 190px;
}

.card_gallery.cm-hm-services .card_content p {
  width: 85%;
  padding-left: 10%;
  text-align: left;
}

.card_gallery.cm-hm-services .card_inner .card_box .btn_item a {
  border-radius: 3px 3px 3px 3px;
  padding:15px 30px;
  font-weight: 600;
  min-width: 225px;
  font-size: 15px;
  border: 0;
}

.card_gallery.cm-hm-services .card_content {
  margin-bottom: 20px;
}

.card_gallery.cm-hm-services .card_content + .btn_row {
  margin-top: 0;
  margin-bottom: 40px;
}

.card_gallery.cm-hm-services .card_item:nth-child(even):before {
  position: absolute;
  top: 10px;
  width: 1px;
  height: calc(100% - 20px);
  background-color: var( --light-grey-color);
  content: "";
  z-index: 2;
  left: 0;
}

.card_gallery.cm-hm-services .card_inner .card_box .btn_item a:hover {
  background-color: #7DAB41;
}

.card_gallery.cm-hm-services .icon_box .icon_inner:hover {
  background-color: #7CAA33;
}


.card_gallery.cm-hm-services .card_content h3 a:hover {
  color:#7CAA33;

}

.logo_slider.cm-hm-members .logo_item {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
  padding-right: 15px !important;
  padding-left: 15px !important;
  line-height: 23px;
}

.logo_slider.cm-hm-members .logo_item .logo_inner {
  padding: 15px 20px;
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
}

.logo_slider.cm-hm-members .logo_item .logo_inner img {
  height: auto;
  max-width: 100%;
  border: none;
  border-radius: 0;
  box-shadow: none;
  vertical-align: middle;
}

.logo_slider.cm-hm-members .page-center .bottom_row {
  padding: 10px;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 10px;
}

.logo_slider.cm-hm-members .page-center .logos_row {
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 0;
}

.logo_slider.cm-hm-members .title {
  padding-bottom: 50px;
}

.logo_slider.cm-hm-members .top_sec.noButton {
  margin-bottom: 0;
}

.logo_slider.cm-hm-members .slider_btn_footer {
  display: inline-block;
  width: 100%;
  padding-bottom: 10px;
}

.logo_slider.cm-hm-members .slider_btn_footer .btn_item a {
  padding:15px 30px;
  min-width: 225px;
  font-size: 15px;
  line-height: 1;
  font-weight: 600;
  border: 0;
}

.logo_slider.cm-hm-members .slider_btn_footer .btn_item a:hover {
  background-color: #7DAB41;
}


.blog-feed.cm-fea-img-pos .page-center {
  padding: 10px;
}

.blog-feed.cm-fea-img-pos .blogfeed-top-wrp {
  margin-bottom: 20px;
  padding-bottom: 30px;
}

.blog-feed.cm-fea-img-pos .blogfeed-top-wrp .top_sec.noButton {
  margin-bottom: 0;
}

.blog-feed.cm-fea-img-pos .blogfeed-top-wrp .title {
  margin-bottom: 0;
}

.blog-feed.cm-fea-img-pos  .recent-post-item {
  padding: 0 15px;
}

.blog-feed.cm-fea-img-pos .recent-post-item .item_inner {
  padding: 30px;
  margin: 0px 15px;
  box-shadow: none;
  background-color: transparent;
}

.blog-feed.cm-fea-img-pos .recent-post-item .item_inner {
  box-shadow: none;
  background-color : rgba(255, 255, 255,1.0);
  box-shadow: 0 0 5px 0 #e4e4e4;
}

.blog-feed.cm-fea-img-pos .feed-outer-wrp {
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 20px;
}

.blog-feed.cm-fea-img-pos .meta_wrap span.icon_img {
  display: none;
}

.blog-feed.cm-fea-img-pos .meta_wrap .item-date {
  margin: 0px;
  color: #0171BB;
  text-transform: uppercase;
  font-size: 15px;
  line-height: inherit;
  padding: 0px 0px 15px;
}

.blog-feed.cm-fea-img-pos .meta_wrap {
  margin-bottom: 0;
}

.blog-feed.cm-fea-img-pos .recent-post-title a {
  font-size: calc(15px * 1.33333333333);
  color: #222222;
  text-decoration: none;
  margin-bottom: 15px;
  display: inline-block;
  font-weight: 500;
}

.blog-feed.cm-fea-img-pos .recent-post-title {
  margin-bottom: 0;
}

.cm-feature-img {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}

.cm-feature-description {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
  float: left;
}

.blog-feed .recent-post-item .cm-feature-img img {
  height: auto;
  max-width: 100%;
  border: none;
  border-radius: 0;
  box-shadow: none;
  width:100%;
}

.blog-feed.cm-fea-img-pos .recent-post-item .read-more a {
  border: 2px solid #0171BB;
  text-decoration: none;
  display: inline-block;
  background: transparent;
  font-size: calc(15px * 1.06666666667);
  color: #0171BB;
  position: relative;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  text-align: center;
  padding: 7px 25px;
  margin-top: 10px;
  border-radius: 3px;
  box-shadow: none;
  text-decoration: none;
  line-height: 1.4375;
  font-weight: 400;
}

.blog-feed.cm-fea-img-pos .recent-post-item .post-btm {
  padding: 0;
  margin: 0 -15px;
}
.blog-feed.cm-fea-img-pos .recent-post-item .read-more {
  width: 100%;
  display: block;
  text-align: right;
  float: left;
}

.blog-feed.cm-fea-img-pos .meta_wrap,
.blog-feed.cm-fea-img-pos .recent-post-title,
.blog-feed.cm-fea-img-pos .recent-post-item .read-more{
  padding: 0 15px;
}

.blog-feed.cm-fea-img-pos .recent-post-item .read-more a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f101";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin-left: 7px;
}

.blog-feed.cm-fea-img-pos .recent-post-item .read-more a:hover {
  border-color: #7dab41;
  color: #7dab41;
}

.blog-feed.cm-fea-img-pos .bototm_btn {
  margin: 40px 0px 00px 0px;
  display: inline-block;
  width: 100%;
}

.blog-feed.cm-fea-img-pos .bototm_btn .btn_row {
  margin-top: 0;
}

.blog-feed.cm-fea-img-pos .bototm_btn .btn_item a {
  padding: 15px 30px 15px 30px;
  min-width: 225px;
  font-size: 15px;
  line-height: 1;
  font-weight: 600;
  border: 0;
}

.blog-feed.cm-fea-img-pos .bototm_btn .btn_item a:hover {
  background-color: #7DAB41;
}

.landing-banner.cm-hm-form {
  border: 1px solid #0171BB;
  border-radius: 3px;
  max-width: 460px;
  margin-left: 10%;
}

.landing-banner.cm-hm-form .landing-banner-row .col6 {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.landing-banner.cm-hm-form .landing-banner-row .bnr_heading {
  color: #000;
}

.landing-banner.cm-hm-form .cm-left-img {
  width: calc(26% - 15px);
  margin-right: 15px;
  display: inline-block;
  float: left;
}

.landing-banner.cm-hm-form .cm-right-cnt {
  width: calc(70% + 15px);
  float: left;
}

.landing-banner.cm-hm-form .landing-banner-row .col6 .form-section {
  max-width: 100%;
  width: 100%;
  padding: 0 !important;
  box-shadow: none;
}

.landing-banner.cm-hm-form .form-row .hs-form-field>label {
  font-weight: 500;
  margin-bottom: 4px;
}

.landing-banner.cm-hm-form form .hs_submit {
  margin-top: 0;
}

.landing-banner.cm-hm-form form .hs-form-field {
  margin-bottom: 0;
}

.landing-banner.cm-hm-form form .hs-submit input.hs-button {
  width: auto;
  display: inline-block;
  border-width: 1px;
  font-size:13.99999999995px;
  line-height:1;
}

.landing-banner.cm-hm-form form .hs-submit {
  text-align: center;
}

.landing-banner.cm-hm-form form .hs-form-field input {
  padding: 0 15px;
}

.landing-banner.cm-hm-form form .hs-form-field .hs-input::-webkit-input-placeholder {
  color: #bfbfbf;
}

.landing-banner.cm-hm-form  .form-row .hs-form-field>label {
  font-size: 12.9999999999px;
}

.logo_slider.noDotsArrowsAdded.cm-hm-members  .top_sec.noButton {
  margin-bottom: 0;
}

.cm-hm-invite {
  border-radius: 3px;
  max-width: 460px;
  float: left;
  margin-left: 5%;
}
.cnt-wit-bg-wrp.cm-hm-invite h2.title{
  margin-bottom: 20px;
}

.cnt-wit-bg-wrp.cm-hm-invite .rich_text p img {
  max-width: 200px;
  padding: 20px 0px;
}

.cnt-wit-bg-wrp.cm-hm-invite .rich_text p:has(img){
  padding: 0 0 20px;
  text-align:center;
}

.cnt-wit-bg-wrp.cm-hm-invite .rich_text{
  text-align:left;
}
.cnt-wit-bg-wrp.cm-hm-invite  .page-center.full_width{
  padding-left:0;
  padding-right:0;
}

.cnt-wit-bg-wrp.cm-hm-invite .btn_row  .hs-sec-btn {
  min-width: 225px;
}

.cm-bottom-pane form .hs-input {
  width: 100%;
}

.blog-feed.cm-fea-img-pos .recent-post-title a:hover {
  text-decoration: underline;
  color: #0171BB;
}


.cm-hm-form.landing-banner .form-row.hs-secondary .hs-button:hover{
  background-color: 

  
  
    
  


  rgba(1, 113, 187, 1.0)

;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: 

  
  
    
  


  rgba(1, 113, 187, 1.0)

;
}

.blog-feed.cm-fea-img-pos .recent-post-title a{
  line-height:1.35;
}

.blog-feed.cm-hm-recent .recent-post-title a{
  line-height:1.15;
}
.cm-blog .blog-post__read-more{
  margin-bottom:15px;
}

.custom-no-navigation .cm-header .container-wrapper{
  min-height:0;
}

.cm-blog .blog-pagination  a.hs-button{
  font-size:15px;
}
@media (max-width:1280px) {
  .simple-banner.cm-home-banner {
    height: 80vh;
  }
}

@media (max-width:1199px) {
  .landing-banner.cm-hm-form {
    margin-left: 5%;
  }
  .cm-hm-invite {
    margin-left: 10%;
    margin-right: 5%;
  }
  .blog-feed.cm-fea-img-pos .recent-post-item .item_inner {
    padding: 15px;
    margin:0;
  }
}
@media (max-width:1120px) {

  .two-col-content.cm-hotel-option .feature-wrapper .featimggrp {
    flex: 0 0 48%;
    max-width: 48%;
  }

}

@media (max-width:991px) {
  .landing-banner.cm-hm-form .cm-left-img {
    width: calc(24% - 15px);
  }
}

@media (max-height:550px) {
  .simple-banner .bottom-icon{
    margin-bottom:27px;
  }
  .simple-banner.cm-home-banner{
    padding-bottom: 20px;
  }
}
@media (max-width:767px) {

  .cm-summit-banner .top_sec h1,
  .cm-summit-banner .top_sec h2 {
    font-size: 34.99999999991px;
    line-height: 1.17142857;
  }

  .cm-summit-banner .top_sec h3 {
    font-size: 22.99999999986px;
    line-height: 1.3;
  }

  .cm_nv_wrp.cm-summit-btn .cm_nv_inner {
    padding-left: 0;
    padding-right: 0;
  }

  .logo_slider.cm-summit-logos .logos_row .logo_item {
    width: 100%;
  }

  .logo_slider.cm-summit-logos .logos_row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
  }

  .two-col-content.cm-hotel-option .feature-wrapper .featimggrp {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .two-col-content.cm-hotel-option .flex_row {
    row-gap: 0;
  }

  .cnt-wit-bg-wrp.cm-summit-pane .page-center {
    padding: 10px;
  }

  .cnt-wit-bg-wrp.cm-summit-pane .content_widget .btn_row {
    row-gap: 0;
  }

  .cnt-wit-bg-wrp.cm-summit-pane .page-center h3.title {
    margin-bottom: 30px;
  }

  .card_gallery.cm-hm-services .card_content p {
    width: 100%;
    padding-left: 0;
  }
  .card_gallery.cm-hm-services .bottom_row.notshadow .rowGap15 {
    row-gap: 0;
  }

  .logo_slider.cm-hm-members .logo_item {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .landing-banner.cm-hm-form {
    margin-left: 20px;
    margin-right: 20px;
    width:auto;

  }

  .landing-banner.cm-hm-form .cm-left-img {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  .landing-banner.cm-hm-form .cm-left-img img {
    width: 30%;
    margin: 0 auto;
  }

  .landing-banner.cm-hm-form .cm-right-cnt {
    width: 100%;
    margin: 20px 0 0px;
    text-align: center;
  }

  .landing-banner.cm-hm-form .left-content {
    margin-bottom: 0;
  }
  .cm-hm-invite {
    margin-left: 20px;
    margin-right: 20px;
    float:none;
  }
  .blog-feed.cm-fea-img-pos .recent-post-item .item_inner {
    margin: 15px 0px;
  }
  .blog-feed.cm-fea-img-pos .meta_wrap .item-date {
    margin-top: 15px;
  }
  .blog-feed.cm-fea-img-pos .cm-feature-img {
    max-width: 100%;
  }
  .blog-feed.cm-fea-img-pos  .cm-feature-description {
    max-width: 100%;
    padding: 0;
  }
  .blog-feed.cm-fea-img-pos .meta_wrap .item-date {
    margin-top: 15px;
  }

  .blog-feed.cm-fea-img-pos p.item_descr {
    padding: 15px 15px;
    margin-bottom: 0;
    font-size: calc(15px * 0.93333333333);
  }

  .blog-feed.cm-fea-img-pos .recent-post-item.col4 .read-more a {
    margin-bottom: 15px;
  }
  .blog-feed.cm-fea-img-pos .feed-outer-wrp {
    gap: 0;
  }
  .blog-feed.cm-fea-img-pos .recent-post-item .post-btm {
    padding: 0;
  }

  .blog-feed.cm-fea-img-pos  .recent-post-item.col4 .recent-post-title a{
    font-size: calc(15px * 1.13333333333);
  }

  .card_gallery.cm-hm-services .card_content hr+div {
    min-height: auto;
  }

  .cm-hm-services.card_gallery .card_item.text_center .btn_row {
    margin-top: auto;
  }

  .cm-hm-services.card_gallery .card_box {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .landing-banner.cm-hm-form,
  .cm-hm-invite{
    max-width: 100%;
  }

  .cm-blog .cm-banner-lead .banner-content-inner.col12 {
    padding: 0 15px;
  }
  .cm-card-cnt .top_content {
    padding-left: 0;
    padding-right: 0;
  }

  .page-two-col .top_sec .content_widget h4.title {
    padding: 0px 10px 20px;
  }
  .page-two-col .top_sec .content_widget .top_content {
    margin-left: 0;
    padding: 0 10px;
  }

  .cnt-wit-bg-wrp.cm-summit-pane .btn_row a.hs-button,
  .cm-summit-btn a.custom.theme {
    padding: 12px 24px;
  }

}
/* end mk css */


/* end mk css */