/* poppins-sans-regular - latin */
@font-face {
  font-family: "poppins-custom";
  font-style: normal;
  font-weight: 300;
  src: url("../../fonts/poppins-v24-latin/poppins-v24-latin-300.woff2")
    format("woff2");
}

/* poppins-sans-500 - latin */
@font-face {
  font-family: "poppins-custom";
  font-style: normal;
  font-weight: 500;
  src: url("../../fonts/poppins-v24-latin/poppins-v24-latin-500.woff2")
    format("woff2");
}

/* poppins-sans-600 - latin */
@font-face {
  font-family: "poppins-custom";
  font-style: normal;
  font-weight: 600;
  src: url("../../fonts/poppins-v24-latin/poppins-v24-latin-600.woff2")
    format("woff2");
}

/* poppins-sans-700 - latin */
@font-face {
  font-family: "poppins-custom";
  font-style: normal;
  font-weight: 700;
  src: url("../../fonts/poppins-v24-latin/poppins-v24-latin-700.woff2")
    format("woff2");
}

:root {
  --primary: #0f4c5c;
  --primary-light: #63a49e;
  --secondary: #0f3d42;
  --text: #111827;
  --links: #2a7f85;
  --hover: #0f3d42;
  --bg : #F9FAFB;
}

::selection {

background: #0b3945; 
  color: #fff;
}
::-moz-selection {
background: #0b3945; 
color: #fff;
}

*,
::after,
::before {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

span.kt-btn-inner-text {
  font-family: "poppins-custom";
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  /* cursor: pointer; */
}

html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: "poppins-custom";
  font-size: 16px;
  font-weight: 300;
}

body {
  background: var(--bg);
}

.font-400 {
  font-weight: 400;
}

.font-500 {
  font-weight: 500;
}

.font-600 {
  font-weight: 600;
}

.font-700 {
  font-weight: 700;
}

.alignfull {
  max-width: 100vw;
}

.alignwide {
  max-width: 1350px;
  margin: auto;
}
.kb-row-layout-wrap.wp-block-kadence-rowlayout > .kt-row-column-wrap {
  padding-left: 0px;
  padding-right: 0px;
}
#content > .kb-row-layout-wrap {
  padding: 0px 15px;
}
div#header .header-desk > .kb-row-layout-wrap {
  padding: 0px 15px;
}
.kt-inside-inner-col h2:not(:first-of-type) {
  padding-top: 20px;
}

span.inner-h {
  display: inline-block;
}

p {
  font-size: 16px;
  line-height: 26px;
  color: var(--text);
  margin: 15px 0px;
}

.kt-svg-icon-list-item-wrap {
  font-size: 15px;
  line-height: 25px;
}

h1,
h3,
h4,
h5 {
  font-family: "poppins-custom";
  margin-bottom: 0px;
  margin-top: 0px;
  color: var(--primary);
  font-weight: 700;
}

h1 {
  font-size: 48px;
  line-height: 58px;
}

h2 {
  font-size: 26px;
  line-height: 36px;
  font-weight: 700;
  color: var(--primary);
}

h3 {
  font-size: 21px;
  line-height: 31px;
}
h4 {
  font-size: 20px;
  line-height: 30px;
}
h5 {
  font-size: 19px;
  line-height: 29px;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  color: var(--text);
  font-family: "poppins-custom";
  transition: 0.4s all ease-in-out;
}

a {
  color: var(--links);
  font-weight: 400;
  text-decoration: none;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease, opacity 0.25s ease;
}
/* Consistent, lightweight hover for plain links (buttons & specifically-styled
   links keep their own hover via higher specificity). PageSpeed-friendly:
   only paint-affecting properties transition, never "all". */
a:hover { color: var(--hover, #0f3d42); }

u {
  text-decoration: none !important;
}

strong {
  font-weight: 600;
}
button {
  font-family: "poppins-custom" !important;
}
.mobile-hide {
  display: block;
}
.bg-none-l .kt-inside-inner-col {
  background-color: transparent !important;
}
.desk-hide {
  display: none;
}
#content > .kb-row-layout-wrap.n-pad {
  padding: unset;
}

/* THIS CSS FOR STRUCTURE WIDTH INCLUDING LAPTOP AND LARGE SCREEN  */

.alignfull > .kt-row-column-wrap {
  max-width: 1400px !important;
  margin: 0 auto !important;
  /* background: red; */
}

.alignnone > .kt-row-column-wrap {
    max-width: 1500px;
    margin: 0 auto;
    /* background: red; */
}

@media only screen and (max-width: 1430px) and (min-width: 1200px) {
  .alignfull > .kt-row-column-wrap {
    max-width: 1220px !important;
    margin: 0 auto !important;
  }

  p {
  font-size: 14px;
  line-height: 24px;
}
}

/* LAPTOP AND LARGE SCREEN CSS ENDS  */

@media only screen and (max-width: 1430px) {
  h1 {
    font-size: 36px;
    line-height: 46px;
  }

  h2 {
    font-size: 26px;
    line-height: 36px;
  }

  h3 {
    font-size: 20px;
    line-height: 30px;
  }
  h4 {
    font-size: 17px;
    line-height: 27px;
  }
  h5 {
    font-size: 16px;
    line-height: 26px;
  }
  p {
    font-size: 15px;
    line-height: 25px;
    margin: 10px 0px;
  }

  span.kt-btn-inner-text {
    font-size: 14px;
    line-height: 24px;
  }

  .laptop-hide {
    display: none !important;
  }
}

@media only screen and (max-width: 1024px) {
  h1 {
    font-size: 36px;
    line-height: 46px;
  }

  h2 {
    font-size: 26px;
    line-height: 36px;
  }

  h3 {
    font-size: 22px;
    line-height: 32px;
  }
  h4 {
    font-size: 21px;
    line-height: 31px;
  }
  h5 {
    font-size: 20px;
    line-height: 30px;
  }
  p {
    font-size: 15px;
    line-height: 25px;
    margin: 10px 0px;
  }
}

@media only screen and (max-width: 766px) {
  h1 {
    font-size: 28px;
    line-height: 38px;
  }
  h2 {
    font-size: 22px;
    line-height: 32px;
  }
  h3 {
    font-size: 19px;
    line-height: 29px;
  }
  h4,
  h5 {
    font-size: 17px;
    line-height: 27px;
  }
  p {
    font-size: 15px;
    line-height: 25px;
  }
  .kt-svg-icon-list-item-wrap {
    font-size: 15px;
    line-height: 25px;
  }
  .mobile-hide {
    display: none;
  }
  .desk-hide {
    display: block;
  }
}

/* theme end */
