
body {
    font-family: "Poppins", sans-serif !important;
    font-weight: 400;
    margin: 0;
}
.poppins-thin {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: normal;
  }
  
  .poppins-extralight {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    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;
  }
  
  .poppins-extrabold {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: normal;
  }
  
  .poppins-black {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: normal;
  }
  
  .poppins-thin-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: italic;
  }
  
  .poppins-extralight-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: italic;
  }
  
  .poppins-light-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: italic;
  }
  
  .poppins-regular-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: italic;
  }
  
  .poppins-medium-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: italic;
  }
  
  .poppins-semibold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: italic;
  }
  
  .poppins-bold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: italic;
  }
  
  .poppins-extrabold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: italic;
  }
  
  .poppins-black-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: italic;
  }
  


.header-main {
    background: linear-gradient(#fff, #ddd);
}
:root {
    --blur-c: #1561AC;
    --orange-c: #FF6E35;
}
.blue-c {
    color: #1561AC;
}
.orange-c {
    color: #FF6E35;
}
.active-new {
  color: var(--orange-c)!important;
}
.padding-py-80 {
    padding: 80px 0;
}
.section-title {
    font-size: 32px;
    font-weight: 700;
}
.section-sub-title {
    font-size: 22px;
}
.header-main {
    background: linear-gradient(#fff, #EFEFEF);
}
#mynavbar a.nav-link {
    color: #1762ac;
    font-size: 1.1rem;
    margin-right: 15px;
}
#mynavbar a.nav-link:hover {
    color: var(--orange-c);
}
.box-card {
    display: flex;
    flex-direction: row;
    margin-top: -60px;
}
.box-card > .one-box {
    background-color: #1561AC;
    color: white;
    text-align: center;
    flex-grow: 1;
    min-height: 275px;
    width: 100%;
    padding:  50px 30px 20px;
    z-index: 9;
}
.box-card > .two-box {
    background-color: #2A7ED0;
    color: white;
    text-align: center;
    flex-grow: 1;
    min-height: 275px;
    width: 100%;
    padding:  50px 30px 20px;
    z-index: 9;
}
@media (max-width:768px){
    .box-card {
        flex-direction: column;
        margin-top: -30px;
    } 
    .welcome-img {
        flex-direction: column;
    } 
    .footer-bottom {
      flex-direction: column;
      display: block!important;
  }

}
.welcome-img  {
    flex-direction: row;
    display: flex;
    gap: 30px;
}


.footer-section {
    background-color: #084179;
    color: white;
    padding: 40px 0;
}

.footer-section .social-icons a img {
    width: 40px;
    margin: 0 10px;
    transition: transform 0.3s ease;
}

.footer-section .social-icons a img:hover {
    transform: scale(1.1);
}

.footer-menu a {
    color: white;
    text-decoration: none;
    font-size: 16px;
    padding: 0 15px;
}

.footer-menu a:hover {
    text-decoration: underline;
}
.footer-bottom-main {
  background-color: #1561AC;
}
.footer-bottom {
    flex-direction: row;
    color: white;
    line-height: 4;
    color: #dae9f7;
    display: flex;
    justify-content: space-between;
}

.lt-blue-bg {
    background-color: #e5f2ff;
}
.product-card {
    border: solid 1px #f1f1f1;
    padding: 1rem;
    border-radius: 15px;
    margin-bottom: 1rem;

    transition: 0.4s;
}
.product-card:hover {
    transform: scale(1.05);    
    transition: 0.4s;
    box-shadow: 2px 5px 15px #00000040;
}
.product-card img {
    width: 100%;

}

.mail-icon {
    background-color: #cbe5ff;
    color: var(--blur-c);
    font-size: 3rem;
    width: 70px;
    height: 70px;
    border-radius: 70px;
    justify-content: center;
    align-items: center;
    display: flex;
    margin: 0 auto;
}