@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

a,
body {
  font-family: Montserrat, sans-serif !important;
}

h1,h2,h3,h4,h5,h6 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
  text-transform: none
}

h1 {
  font-size: 50px;
  letter-spacing: 0
}

h2 {
  font-size: 34px;
  font-weight: 700;  
}

h2,h3 {
  color: #000;
  font-family: Montserrat,sans-serif;
  font-style: normal;
  letter-spacing: 0;
  text-decoration: none
}

h3 {
  font-size: 32px;
  font-weight: 700;
  text-transform: none
}

h4 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  color: #599d3b;
}

h4,h5 {
  color: #599d3b;
  font-family: Montserrat,sans-serif;
  font-style: normal;
  text-decoration: none
}

h5 {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.18px
}

h5,h6 {
  text-transform: none
}
main span.tw-img,
main.body-container-wrapper img {
  border: 10px solid #599d3b;
}
h6 {
  color: #000;
  font-family: Montserrat,sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 4.8px;
  text-decoration: none
}
ul {}

c.tw-col-summary ul {
  flex-direction: column;
}
ul {}

.tw-col-summary ul {
  flex-direction: column;
  list-style:disc;
  padding-left: 20px;
}
body .tw-col-summary ul li {
  width: 100%;
  font-size: inherit;
  padding-left:0;
}
body .floating-nav ul li {
  margin-bottom: 3px;
  padding-bottom: 2px;
}
body .col-card-image {
  height: 90px !important;
  background-size: 79%;
  background-position: center;
  border: 1px solid #ddd;
  border-radius: 50%;
  width: 90px !important;
  margin: 0px auto;
  padding: 20px;
}
body .tw-col-summary ul {
  margin-bottom: 20px;  
}
.tw-col-summary ul li:before{
  display:none;
}
.our-journey-grp ul {
  background: #D2E4CA;
  padding: 20px 40px 20px !important;
}
}
button.splide__toggle {
  background: #000;
  border-color: #000;
}
.col-cards-container .col-card-item-holder .csl-card-items {
  background: #f9f9f9;
  padding: 9px;
}
.col-cards-container .col-card-item-holder .csl-card-items ul {
  text-align: left;
}


/* body .tw-col-summary ul li:before {
  background: url(https://143895410.fs1.hubspotusercontent-eu1.net/hubfs/143895410/mark.png);  
  top: 0px;
  height: 24px;
  top: 0;
  width: 22px;
  background-size: contain;
  background-repeat: no-repeat;
} */
body .tw-col-summary ul + p {
  margin-top: -11px;
  margin-bottom: 20px;
}
body.scroll-header .landing-header img.hs-image-widget {
  max-width: 70px !important;
}
body .landing-header img.hs-image-widget {
  transition: all ease 0.3s;
  display: table;
  margin: 0px auto;
}
body.scroll-header .landing-header .dnd-section {
  padding-bottom: 18px !important;
  padding-top: 10px !important;
}
header.landing-header:after{
  display:none;
}
.scroll-header header.landing-header:after {
  height: 110px;
}
body .custom-bookmark,
body .bookmark {
  position: relative;
  top: -10px;
  width: 100%;
  height: 1px;
}
.green-box{
  background:#599d3b;
  color:#fff;
  padding:10px;
}
.floating-nav ul li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
body .content-wrapper,
body  .dnd-section>.row-fluid {
  max-width: 1180px;
}
.floating-nav ul li a{
  display:block;
  padding:8px;
  border:1px solid transparent;
}

.tw-col-summary table {
  width: 100%;
  border: 0;
  margin-bottom:20px;
}
.tw-col-summary table td {
  border: 0;
}
.our-company-inner-item p {
  text-align: justify;
}
table tr:nth-child(odd) {
  background: #d2e4ca;
}
div#slider-one .slic-count {
  font-family: Montserrat, sans-serif !important;
  color: #000;
  font-weight: normal;
}


@media(max-width:1400px){
  body .content-wrapper, body .dnd-section>.row-fluid {
    max-width: 980px;
  }
  body .floating-nav ul li a {
    padding: 3px;
  }
  .floating-nav{
    border-radius:0;
  }
}

@media(max-width:1520px){
  body .content-wrapper, body .dnd-section>.row-fluid {
    max-width: 1030px;
  }
  body .custom-bookmark,
  body .bookmark {
    position: relative;
    top: -140px;
    height: 1px;
  }
}

@media(max-width:1380px){
  body .content-wrapper, body .dnd-section>.row-fluid {
    max-width: 1200px;
  }
  body .custom-bookmark,
  body .bookmark {
    position: relative;
    top: -140px;
    height: 1px;
  }
}


@media(max-width:767px){
  .floating-nav {
    display: none;
  }
  h1 {
    font-size: 40px;
  }
}



/* ---------------------------------------------------------
   GLOBAL PRINT SETTINGS
--------------------------------------------------------- */
@media print {

  /* Page Setup */
  @page {
    margin: 20mm;
  }

  /* Keep normal layout */
  body {
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
    background: #fff !important;
  }

  /* REMOVE ONLY UNWANTED AREAS */
  header,
  footer,
  nav,
  .no-print,
  .cookie-banner,
  .popup,
  .modal,
  .chat-widget,
  .hs-search-field {
    display: none !important;
  }

  /* KEEP ALL SPACING (important) */
  * {
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* DO NOT remove margin/padding globally */
  /* DO NOT set color: black globally */
  /* DO NOT collapse containers */

  /* Scale large sections so they fit */
  .section,
  .container,
  .wrapper,
  main {
    max-width: 100% !important;
  }

  /* Avoid page-breaks inside important blocks */
  section,
  article,
  .module,
  .row,
  .col,
  .content-block {
    break-inside: avoid;
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
    height: auto !important;
    page-break-inside: avoid;
  }

  /* Keep tables readable */
  table {
    border-collapse: collapse;
    width: 100%;
  }
}


@media print {
  [data-aos] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}