/* 
    h1,h2,h3,h4,h5, h6 {
        color: #000;
    }
    a,
    a:hover,
    a:focus,
    a:active {
        text-decoration: none;
        outline: none;
    }

    a,
    a:active,
    a:focus {
        color: #6f6f6f;
        text-decoration: none;
        transition-timing-function: ease-in-out;
        -ms-transition-timing-function: ease-in-out;
        -moz-transition-timing-function: ease-in-out;
        -webkit-transition-timing-function: ease-in-out;
        -o-transition-timing-function: ease-in-out;
        transition-duration: .2s;
        -ms-transition-duration: .2s;
        -moz-transition-duration: .2s;
        -webkit-transition-duration: .2s;
        -o-transition-duration: .2s;
    }

    ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    img {
    max-width: 100%;
    height: auto;
    }
    section {
        padding: 60px 0;

    }

    .sec-title{
    position:relative;
    z-index: 1;
    margin-bottom:60px;
    }

    .sec-title .title{
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 24px;
    color: #426b1f;
    font-weight: 500;
    margin-bottom: 15px;
    }

    .sec-title h2{
    position: relative;
    display: block;
    font-size:40px;
    line-height: 1.28em;
    color: #056586;
    font-weight: 600;
    padding-bottom:18px;
    }

    .sec-title h2:before{
    position:absolute;
    content:'';
    left:0px;
    bottom:0px;
    width:50px;
    height:3px;
    background-color:#d1d2d6;
    }

    .text{
    position: relative;
    font-size: 16px;
    line-height: 26px;
    color: #050505;
    font-weight: 400;
    margin-top: -8%;
    text-align: justify;
    }

    .sec-title.light h2{
    color: #ffffff;
    }

    .sec-title.text-center h2:before{
    left:50%;
    margin-left: -25px;
    }

    .list-style-one{
    position:relative;
    }

    .list-style-one li{
    position:relative;
    font-size:16px;
    line-height:26px;
    color: #222222;
    font-weight:400;
    padding-left:35px;
    margin-bottom: 12px;
    }

    .list-style-one li:before {
    content: "\f058";
    position: absolute;
    left: 0;
    top: 0px;
    display: block;
    font-size: 18px;
    padding: 0px;
    color: #002949;
    font-weight: 600;
    -moz-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1.6;
    font-family: "Font Awesome 5 Free";
    }

    .list-style-one li a:hover{
    color: #44bce2;
    }

    .btn-style-one{
    position: relative;
    display: inline-block;
    font-size: 17px;
    line-height: 30px;
    color: #ffffff;
    padding: 10px 30px;
    font-weight: 600;
    overflow: hidden;
    letter-spacing: 0.02em;
    background-color: #002949;
    }

    .btn-style-one:hover{
    background-color: #121720;
    color: #ffffff;
    }
    .about-section{
    position: relative;
    padding: 120px 0 70px;
    }

    .about-section .sec-title{
    margin-bottom: 45px;
    }

    .about-section .content-column{
    position: relative;
    margin-bottom: 50px;
    }

    .about-section .content-column .inner-column{
    position: relative;
    padding-left: 30px;
    }

    .about-section .text{
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 26px;
    color: #000000;
    font-weight: 400;
    }

    .about-section .list-style-one{
    margin-bottom: 45px;
    }

    .about-section .btn-box{
    position: relative;
    }

    .about-section .btn-box a{
    padding: 15px 50px;
    }

    .about-section .image-column{
    position: relative;
    }

    .about-section .image-column .text-layer{
    position: absolute;
    right: -110px;
    top: 50%;
    font-size: 325px;
    line-height: 1em;
    color: #ffffff;
    margin-top: -175px;
    font-weight: 500;
    }

    .about-section .image-column .inner-column{
    position: relative;
    padding-left: 120px;
    padding-bottom: 125px;
    }

    .about-section .image-column .inner-column:before{
    position: absolute;
    left: -75px;
    top: 65px;
    height: 520px;
    width: 520px;
    background-image:url(https://i.ibb.co/fxJ1jtC/about-circle-1.png);
    content: "";
    }

    .about-section .image-column .image-1{
    position: relative;
    }

    .about-section .image-column .image-2{
    position: absolute;
    left: 0;
    bottom: 0;
    }

    .about-section .image-column .image-2 img,
    .about-section .image-column .image-1 img{
    box-shadow: 0 30px 50px rgba(8,13,62,.15);
    }

    .about-section .image-column .video-link{
    position: absolute;
    left: 70px;
    top: 170px;
    }

    .about-section .image-column .video-link .link{
    position: relative;
    display: block;
    font-size: 22px;
    color: #191e34;
    font-weight: 400;
    text-align: center;
    height: 100px;
    width: 100px;
    line-height: 100px;
    background-color: #ffffff;
    border-radius: 50%;
    box-shadow: 0 30px 50px rgba(8,13,62,.15);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    }

    .about-section .image-column .video-link .link:hover{
    background-color: #191e34;
    color: #fff;
    }

    @media only screen and (min-width: 200px) and (max-width: 500px) {

      .sec-title h2{
        font-size: 25px;
      }
      
      .bolder{
        font-size: 12px;
      }

    } */

    body {
      background: #f8f9fa;
      font-family: 'Segoe UI', Arial, sans-serif;
    }
    .about-section {
      padding: 60px 0;
      background: #fff;
      border-radius: 18px;
      box-shadow: 0 4px 24px rgba(0,0,0,0.07);
      margin-top: 10px;
      margin-bottom: 10px;
    }
    .sec-title .title {
      color: #426b1f;
      font-weight: 700;
      letter-spacing: 1px;
      text-transform: uppercase;
      font-size: 1.1rem;
    }
    .sec-title h2 {
      font-size: 2.1rem;
      font-weight: 800;
      margin-bottom: 18px;
      color: #222;
    }
    .list-style-one {
      list-style: none;
      padding-left: 0;
    }
    .list-style-one li {
      position: relative;
      padding-left: 28px;
      margin-bottom: 8px;
      font-weight: 500;
      color: #426b1f;
    }
    .list-style-one li:before {
      content: "✔";
      position: absolute;
      left: 0;
      color: #426b1f;
      font-weight: bold;
    }
    .btn-style-one {
      background: linear-gradient(90deg, #426b1f 0%, #6bbf59 100%);
      color: #fff !important;
      border: none;
      border-radius: 30px;
      padding: 10px 32px;
      font-weight: 600;
      transition: background 0.3s;
      box-shadow: 0 2px 8px rgba(66,107,31,0.12);
      text-decoration: none;
    }
    .btn-style-one:hover {
      background: linear-gradient(90deg, #6bbf59 0%, #426b1f 100%);
      color: #fff;
    }
    .image-column .inner-column {
      display: flex;
      flex-direction: column;
      gap: 18px;
      align-items: center;
    }
    .image-column img {
      border-radius: 16px;
      box-shadow: 0 2px 12px rgba(66,107,31,0.08);
      width: 100%;
      max-width: 350px;
      object-fit: cover;
    }
    @media (max-width: 991px) {
      .about-section {
        padding: 32px 0;
      }
      .image-column img {
        max-width: 100%;
      }
    }