html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike,, sub, sup, tt, var,
, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
table {
  border-collapse: collapse;
}

caption {
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}
/*fonts*/

html,body{
    scroll-behavior: smooth;
}

img{
  display: block;
  max-width: 100%;
}

.fira-sans-thin {
  font-family: "Fira Sans", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.fira-sans-extralight {
  font-family: "Fira Sans", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.fira-sans-light {
  font-family: "Fira Sans", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.fira-sans-regular {
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.fira-sans-medium {
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.fira-sans-semibold {
  font-family: "Fira Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.fira-sans-bold {
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.fira-sans-extrabold {
  font-family: "Fira Sans", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.fira-sans-black {
  font-family: "Fira Sans", sans-serif;
  font-weight: 900;
  font-style: normal;
}
.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}


@font-face {
    font-family: 'filson_problack';
    src: url('../fonts/filsonproblack-webfont.woff2') format('woff2'),
         url('../fonts/filsonproblack-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'filson_probold';
    src: url('../fonts/filsonprobold-webfont.woff2') format('woff2'),
         url('../fonts/filsonprobold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'filson_probook';
    src: url('../fonts/filsonprobook-webfont.woff2') format('woff2'),
         url('../fonts/filsonprobook-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'filson_proheavy';
    src: url('../fonts/filsonproheavy-webfont.woff2') format('woff2'),
         url('../fonts/filsonproheavy-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'filson_prolight';
    src: url('../fonts/filsonprolight-webfont.woff2') format('woff2'),
         url('../fonts/filsonprolight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'filson_promedium';
    src: url('../fonts/filsonpromedium-webfont.woff2') format('woff2'),
         url('../fonts/filsonpromedium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'filson_proregular';
    src: url('../fonts/filsonproregular-webfont.woff2') format('woff2'),
         url('../fonts/filsonproregular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'filson_prothin';
    src: url('../fonts/filsonprothin-webfont.woff2') format('woff2'),
         url('../fonts/filsonprothin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


body{
  font-family: "Fira Sans", sans-serif;
}
img{
  width: 100%;
  display: block;
}
.section-1{
  width: 100%;

}
.section-1 header{
  width: 100%;
  min-height: 72px;
  border-radius: 0 0 25px 25px;
  background-color: #071C35;
}
.section-1 header a { 
  font-family: "Poppins", sans-serif;
  font-size: 36px; 
}
.section-1 header a img{
    width: auto;
    height: 50px;
    margin: 5px 0;
}
.hero-section{
  min-height: 550px;
  background-image: url(../images/hero-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius:24px;
  padding: 40px;
  position: relative;
  overflow: hidden;
}
.hero-cnt{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, #00000040 24%);
  padding: 40px;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  height: 100%;
}
.hero-section p{
  font-family: 'filson_proregular';
  font-size: 36px;
  letter-spacing: 1px;
  line-height: 46px;
}
.l-article-t{
  height: 380px;
  position: relative;
}
.l-article-section h2,.p-article-section h2{
  color:#071C35;
  font-family: 'filson_probold';
  font-weight: 500;
}
.l-article-t::after{
  content: '';
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, #00000025 24%);
  padding: 40px;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  height: 100%;
}
.card-img-overlay{
  z-index: 999;
   height: 100%;
}
.section-2{
  background-color: #071C35;
}
.section-4{
  background-color: #F2C19C;
}
.section-2 h2,.section-4 h2{
  font-family: 'filson_proregular';
  font-size: 32px;
  letter-spacing: 0.6px;
}
.card-body p{
  font-size: 20px;
  line-height: 26px;
}
a.btn {
    background: #F2C19C;
    color: #000;
    min-height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 136px;
    font-size: 14px;
}
.section-2 .card-body a.btn,.section-4 .card-body a.btn {
    position: absolute;
    left: 0;
    right: 0;
    min-height: 40px;
    bottom: -20px;
    margin: 0 auto;
    max-width: 136px;
    font-size: 16px;
}
.section-4 .card-body a.btn{
  background-color: #071C35;
  color: #fff;
}
.articles-block a.btn{
  background-color: #071C35;
  color: #fff;
  position: static;
   max-width: 136px;
}
.card-img-top{
  height: 180px;
}
.section-2 .card-img-top ,.section-4 .card-img-top{
  height: 205px;
}

.footer-section footer{
  background-color: #071C35;
  color: #fff;
  border-radius: 25px 25px 0 0;
}
.website-content{
font-family: "Poppins", sans-serif;
font-size: 16px;
}
.section-3 {
    background-color: #f5f5f5;
}
.l-articles,.p-articles{
  background-color: #fff;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
}
.sticky-top-lg {
    position: sticky;
    top: 20px; /* Adjust this value as needed for desired spacing from the top */
  }

  .about-section {
    margin-bottom: 160px;
  }
  .about-section .articles-block,.sticky-top-lg{
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
  }
  .row > [class*="col-lg-"]:only-child {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (max-width: 1199px) {
p{
  font-size: 14px;
}
.l-article-section .col-8,.articles-block .col-8{
  padding: 0 8px !important; 
}
a.btn,.section-2 .card-body a.btn, .section-4 .card-body a.btn,.articles-block a.btn {
    min-height: 36px;
    max-width: 116px;
    font-size: 12px;
}
.l-article-t {
    height: 330px;
}
.l-article-t .card-img-overlay{
  padding: 16px !important;
}
.card-text:last-child {
    margin-bottom: 0;
    font-size: 16px !important;
}
.l-article-section h2, .p-article-section h2 {
    font-size: 26px;
    margin-bottom: 18px !important;
}
.card-img-top {
    height: 144px;
}
.section-2 .card-img-top, .section-4 .card-img-top {
    height: 172px;
    border-radius: 8px !important;
}
.card-body p,.card-title {
    font-size: 16px !important;
    line-height: 22px;
}
footer .fs-6{
  font-size: 14px !important;
}
.gap-4 {
    gap: 1rem !important;
}
.section-1 header a {
    font-size: 28px;
}
.hero-section p {
    font-size: 28px;
    line-height: 36px;
}
.section-2 h2, .section-4 h2 {
    font-size: 28px !important;
    margin-bottom: 28px !important;
}
.section-1 header a img{
      width: auto;
    }
}
@media (max-width: 991px) {
  .section-1 header a {
      font-size: 26px;
  }
  .section-1 header{
    min-height: 54px;
  }
  .hero-section {
    min-height: 360px;
  }
  .hero-section p {
      font-size: 24px;
      line-height: 32px;
  }
  .section-2 .card-img-top, .section-4 .card-img-top {
      height: 132px;
  }
  .section-2 .card,.section-4 .card{
    padding: 10px !important;
    border-radius: 8px !important;
  }
  .section-2 .card .card-body,.section-4 .card .card-body{
    padding: 12px 0 !important;
  }
  .card-body p, .card-title {
      font-size: 14px !important;
      line-height: 20px;
  }
 .p-article-section .card-img-top,.about-section .card-img-top {
      height: 240px;
      border-radius: 16px !important;
  }
  .articles-block .col-4 img{
    height: 100px !important;
  }
  .sticky-top-lg {
      position: static;
      top: auto;
    }
}
@media (max-width: 767px) {
  .container {
    padding: 0 20px;
}
  .hero-cnt {
    padding: 24px;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, #00000035 24%);
  }
  .hero-section p {
        font-size: 32px;
        line-height: 46px;
    }
  .hero-section {
      min-height: 390px;
      border-radius:20px;
  }
  .section-1 header {
      border-radius: 0 0 20px 20px;
  }
  .section-2 {
      padding: 40px 0 !important;
  }
  .section-2 .card-img-top, .section-4 .card-img-top {
        height: 178px;
    }
    .card-body p, .card-title {
        font-size: 16px !important;
        line-height: 24px;
    }
    .section-2 .col-md-4,.section-4 .col-md-4{
      margin-bottom: 24px;
    }
    a.btn, .section-2 .card-body a.btn, .section-4 .card-body a.btn, .articles-block a.btn {
        min-height: 36px;
        max-width: 120px;
        font-size: 12px;
    }
    .card-text:last-child{
      font-size: 20px !important;
    }
    .p-article-section .card-img-top {
        height: 190px;
    }
    .section-1 header a img{
      width: auto;
        margin: 8px 0;
    }
    .l-article-section .fw-bold.mb-3,.articles-block .fw-bold.mb-3 {
        margin-bottom: 6px !important;
        line-height: 18px;
    }
    
}