body {
  font-family: 'Open Sans', sans-serif;
  background-color: #f7f9fc;
  color: #333;
  margin: 0;
  padding: 0;
}



.header-logo h1 {
    color: #1A237E;
    font-size: 30px;
    font-weight: 700;
}
.header-menu a {
    background: #3B6E1C;
    color: #fff !important;
    background-color: #1A237E;
    border-radius: 1.5rem;
    padding: 12px 28px;
    font-size: 16px;
    text-decoration: none;
}
section.header {
    padding: 20px 0px;
    border-bottom: 1px solid #ccc !important;
}

.header-menu{
display: flex;
    justify-content: end;
    gap: 20px;
  }
section.banner-section {
    background-image: url(/img/banner-2.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0px;
}


section.footer-section {
    width: 100%;
    margin: 0px 0 0;
    padding: 54px 0 33px;
    background: #202020;
}
section.footer-section ul{
    display: flex;
    gap: 20px;
}
ul.social-panel {
    display: flex !important;
    gap: 20px;
}
section.footer-section a {
    padding: 0;
    color: #ababab;
    width: 100%;
    font: 400 14px 'Open Sans', sans-serif;
    text-decoration: none;
}
section.footer-section li{
    list-style: none;
}
.bottom-footer{
    width: 100%;
    margin: 0;
    padding: 17px 0;
    background: #121212;
    text-align: center;
    color: #a7a7a7;
}



section.home-banner {
    background-image: url(/img/hero_bg_blue.avif);
    background-repeat: no-repeat;
    background-size: cover;
    padding:80px !important;
}

section.home-banner p, section.home-banner ul li  {
    color: #fff;
    padding: 0px;
    font-size: 16px;
}
section.home-banner ul li{
    list-style: none;
}
section.home-banner ul {
    line-height: 1rem;
}

section.home-banner a.btn {
    color: #1A237E !important;
    background-color: #fff;
    border-radius: 1.5rem;
    padding: 12px 28px;
    font-size: 16px;
    text-decoration: none;
    font-weight: 600;
    margin-top: 40px;
}
section.middle-section h2 {
    font-size: 32px;
    color: #212529;
    text-align: center;
}


section.middle-section {
    padding-top: 70px;
    padding-bottom: 70px;
}

section.middle-section h3 {
    font-size: 22px;
    font-weight: 600;
    color: #2f3a4a;
}
section.middle-section  p {
    color: #6d7580;
    font-size: 17px;
}

.custom-box {
    display: flex;
    align-items: start;
    gap: 30px;
    padding: 26px;
}


.box-icon i {
    color: #1A237E;
    background: #1a237e38;
    padding: 10px;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
}


section.bottom-section h2 {
    font-size: 32px;
    color: #212529;
    text-align: center;
}

section.bottom-section h3 {
    font-size: 22px;
    font-weight: 600;
    color: #2f3a4a;
}
section.bottom-section p {
    color: #6d7580;
    font-size: 17px;
}
section.bottom-section .col-md-6{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
}



.middle-section h2 {
    font-size: 32px;
    color: #212529;
    text-align: center;
}


.middle-section .col-md-12 p {
    text-align: center;
    color: #6d7580;
    font-size: 17px;
}
.middle-section  p {
 
    color: #6d7580;
    font-size: 17px;
}

.middle-section h3 {
    font-size: 22px;
    font-weight: 600;
    color: #2f3a4a;
}

.card-box {
    padding: 30px;
    box-shadow: 0px 0px 4px #ccccccf2;
    border-radius: 6px;
    width: 32% !important;
    text-align: center;
}
section.middle-section .row{
    display: flex;
    justify-content: space-between;
}


section.middle-section  svg {
    color: #1A237E;
    background: #1a237e38;
    padding: 10px;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
}












@media(max-width:767px){
   
section.footer-section ul {
    flex-wrap: wrap;
    justify-content: center;
    padding:0px;
}
section.footer-section .col-md-6.d-flex.justify-content-end{
    justify-content: center !important;
    padding-top:20px;
}
.header-logo h1 {
    font-size: 20px;
    text-align: center;
    padding-bottom: 19px;
}
.header-menu a {
    padding: 5px 16px;
    font-size: 16px;
  
}
.header-menu {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.card-box {
   
    width: 100% !important;
}
section.middle-section .row {

    flex-wrap: wrap;
    
    padding: 18px;
    gap: 20px;
}
.bottom-section  img{
    width:100%;
}
section.home-banner {
    padding: 20px !important;
}
section.home-banner ul {
    line-height: 2rem;
    padding:0px;
}
.custom-box {
    padding: 0px;
}
section.bottom-section .col-md-6 {


    padding: 12px !important;
}
section.middle-section {
    padding-top: 0px;
    padding-bottom: 0px;
}

}





