@import url("https://fonts.googleapis.com/css2?family=Anek+Bangla:wght@100..800&display=swap");
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    /* font-family: "Poppins", serif; */
    /* font-family: "Mulish", serif; */
    font-family: "Anek Bangla", sans-serif;
}
body {
    /* background: #eff1f8 !important; */
    background: #fff !important;
}
a{
    text-decoration: none !important;
    /* font-family: "Source Sans 3", serif; */
}
.tbp1{padding: 20px; 0 20px 0;}
p, .f-ss3, span{
    text-decoration: none !important;
    /* font-family: "Source Sans 3", serif; */
}
h1, h2, h3, h4, h5, h6, .f-qs{
    /* font-family: "Quicksand", serif; */
}
.f-pn{
    font-family: "Pangolin", serif;
}
.bg-main{
    background: #f4eee5;
}
.bg-second{
    background: #eff5f6;
}
.color0{
    color: #000 !important;
}
.colorf{
    color: #fff !important;
}
.color3{
    color: #fa8b37  !important;
}
.color4{
    color: #333 !important;
}
.bg-fff{
    background: #fff !important;
}
.tbp{
    padding: 100px 0;
}
.tbm{
    margin: 100px 0;
}
.mt-10{
    margin-top: 10px !important;
}
.mt-20{
    margin-top: 20px !important;
}
.mt-30{
    margin-top: 30px !important;
}
.mt-40{
    margin-top: 40px !important;
}
.mt-50{
    margin-top: 50px !important;
}
.mr-10{
    margin-right: 10px !important;
}
.mr-20{
    margin-right: 20px !important;
}
.mr-30{
    margin-right: 30px !important;
}
.mr-40{
    margin-right: 40px !important;
}
.mr-50{
    margin-right: 50px !important;
}
.ml-10{
    margin-left: 10px !important;
}
.ml-20{
    margin-left: 20px !important;
}
.ml-30{
    margin-left: 30px !important;
}
.ml-40{
    margin-left: 40px !important;
}
.ml-50{
    margin-left: 50px !important;
}
.mb-10{
    margin-bottom: 10px !important;
}
.mb-20{
    margin-bottom: 20px !important;
}
.mb-30{
    margin-bottom: 30px !important;
}
.mb-40{
    margin-bottom: 40px !important;
}
.mb-50{
    margin-bottom: 50px !important;
}
img{
    width: 100%;
}

.tph-ic {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.tphr {
    display: flex;
    align-items: center;
}
.top-header {
    background: #3452AC;
    padding: 12px 0 12px;
}
.tphl a i {
    color: #fff;
    margin-right: 6px;
}
.tphl a {
    color: #fff;
}
.tphl {
    display: flex;
    align-items: center;
    gap: 16px;
}
.tphr-social a {
    color: #fff;
    margin-right: 16px;
    font-size: 18px;
}
.tphr-contact a {
    color: #fff;
}
.tphr-social {
    margin-right: 25px;
    padding-right: 10px;
    border-right: 1px solid #ffffffad;
}
ul.navbar-nav {
    margin: 0 0 0 auto;
}
.btn1 {
    background: #3452AC;
    color: #fff;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 5px 5px 5px 20px;
    border-radius: 50px;
}
.btn2 {
    background: #fff;
    color: #3452AC;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 5px 5px 5px 20px;
    border-radius: 50px;
    border: none;
}
.btn2 span {
    width: 40px;
    height: 40px;
    background: #3452AC;
    color: #fff;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    transform: rotate(-45deg);
}
.btn1:hover {
    background: #D5262D;
    transition: 0.5s;
}

.btn1 span {
    width: 40px;
    height: 40px;
    background: #fff;
    color: #3452AC;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    transform: rotate(-45deg);
}
.btn1:hover span {
    color: #D5262D;
    transform: rotate(0deg);
    transition: 0.8s;
}
li.nav-item {
    margin: 0 16px;
}
a.nav-link {
    padding: 20px 5px !important;
    text-transform: capitalize;
    font-weight: 500;
    color: #222;
    font-size: 18px;
}
.cus-container {
    width: 100%;
    max-width: calc(100% - 75px);
    margin-inline: auto;
}
.hbs-box img {
    border-radius: 40px;
}
.hbs-box {
    position: relative;
    z-index: 0;
    border-radius: 40px;
    margin: 0 10px;
}
.hbs-box:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #000000d1, #000000ab, #3452ac6e);
    border-radius: 40px;
    top: 0;
    left: 0;
}
.hbs-ci {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    max-width: 500px;
}
.main-tt h3 {
    font-size: 44px;
    font-weight: 600;
    color: #001041;
}
.main-tt h5 {
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.7px;
    font-size: 18px;
    padding-left: 20px;
    position: relative;
    z-index: 0;
    color: #D5262D;
    display: inline-block;
}
.main-tt h5:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background: #D5262D;
    border-radius: 50%;
    left: 0;
    top: 6px;
}

.main-con p {
    font-size: 18px; 
    letter-spacing: 0.2px;
    line-height: 30px;
    margin-bottom: 12px;
    color: #111;
}
.hbs-box img {
    max-height: 740px;
    min-height: 740px;
    object-fit: cover;
}
.hbs-btn {
    display: flex;
    gap: 10px;
}
.hb-slider .slick-list{
    border-radius: 40px;
}
.main-ul ul li {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.2px;
    line-height: 30px;
    color: #111;
    margin-bottom: 10px;
    padding-left: 30px;
    position: relative;
    z-index: 0;
}
.main-ul ul {
    list-style: none;
    padding: 0;
}
.main-ul ul li:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(../../assets/img/arrow.png);
    left: 0;
    top: 5px;
    background-size: contain;
}
.habr-ic hr {
    margin: 40px 0 40px;
    color: #11111169;
}
.habl-ic {
    padding: 0 50px 50px 50px;
    position: relative;
    z-index: 0;
}
.hab2 {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #fff;
    padding: 20px 0 0 20px;
      border-radius: 20px;
}
.hab2 img {
    border-radius: 20px;
}
.hab1 img {
    border-radius: 30px;
}
.hsr-inner, .hpr-inner {
    background: #d8deef;
    border-radius: 40px;
}
.hsrc-box {
    background: #ffffff94;
    margin: 0 12px;
    border-radius: 20px;
    padding: 24px 24px;
    border: 1px solid #3452ac42;
}
.hsrc-box span img {
    max-width: 70px;
}
.hsrc-box span {
    margin-bottom: 16px;
    display: inline-block;
}
.hsrc-box h5 {
    font-size: 22px;
    font-weight: 600;
    color: #111;
 
}
.hsrc-box p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.hsrc-box a {
    width: 40px;
    height: 40px;
    background: #3452AC;
    color: #fff;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    transform: rotate(-45deg);
}
.mw-650{
    max-width: 650px;
}
.bir-40 img{
    border-radius: 40px;
}
.hwal-box {
    display: flex;
    gap: 20px;
    width: 100%;
    align-items: center;
}
.hwal-con {
    display: flex;
    gap: 20px;
    margin-top: 30px;
}
.albl span {
    background: #d8deef;
    width: 80px;
    height: 80px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    color: #3452AC;
    font-weight: 600;
    border-radius: 50%;
    padding: 10px;
    position: relative;
    z-index: 0;
}
.albr p {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 600;
}
.albl span:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px solid #3452ac85;
    border-radius: 50%;
    min-width: calc(100% + 16px);
    min-height: calc(100% + 16px);
}
.main-con p b {
    font-weight: 600;
}
.hwal-ic hr {
    margin: 40px 0 40px;
}
.hprc-box {
    margin: 0 14px;
    position: relative;
    z-index: 0;
}
.hprc-box img {
    border-radius: 40px;
    min-height: 500px;
    max-height: 500px;
    object-fit: cover;
}
.rcb-con {
    position: absolute;
    bottom: 20px;
    background: #0000006b;
    border-radius: 20px;
    padding: 24px 24px;
    width: 100%;
    max-width: calc(100% - 40px);
    left: 50%;
    transform: translateX(-50%);
    backdrop-filter: blur(10px);
}
.rcb-con p {
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #fff;
}
.rcb-con h5 {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 6px;
    line-height: 30px;
}
.hi-100{
    height: 100%;
}
.hi-100 img{
    height: 100%;
    object-fit: cover;
}

.wcur-ic {
    display: flex;
    gap: 24px;
}
.wcur-box {
    background: #3452ac2e;
    border-radius: 20px;
    padding: 30px 30px;
    width: 100%;
}
.wcur-box img {
    max-width: 80px;
}
.wcur-box span {
    margin-bottom: 50px;
    display: inline-block;
}
.wcur-box h5 {
    font-size: 22px;
    font-weight: 600;
    color: #111;
}
.wcur-box p {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0.2px;
    line-height: 30px;
    color: #111;
}
.wcu-ic hr {
    margin: 70px 0 70px;
    color: #999999bd;
}
.wcu-number {
    display: flex;
}
.cun-box {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-right: 30px;
    padding-right: 30px;
    width: 100%;
    border-right: 1px solid #99999957;
}
.cun-box:last-child {
    margin-right: 0px;
    padding-right: 0px;
    border-right: none;
}
.unbl img {
    max-width: 66px;
}
.unbr h5 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 0;
}
.unbr p {
    margin: 0;
    font-weight: 500;
    font-size: 18px;
    color: #333;
}
.hcl-box {
    margin: 0 14px;
    background: #fff;
    border-radius: 20px;
}
.hcl-box img {
    max-height: 130px;
    min-height: 130px;
    border-radius: 20px;
    object-fit: contain;
}
.hcl-slider .slick-list {
    margin: 0 -14px !important;
}
.ftc-box {
    display: flex;
    column-gap: 16px;
    align-items: flex-start;
    margin-bottom: 20px;
}

.ftc-tt h5 {
    padding: 0px 0 0px 70px;
    font-size: 24px;
    font-weight: 700;
    position: relative;
    margin-bottom: 28px;
    color: #fff;
    display: inline-block;
}

.ftc-tt h5:before {
    content: "";
    height: 1px;
    width: 55px;
    position: absolute;
    left: 0;
    bottom: 8px;
    background: #fff;
}

.ftc-tt h5:after {
    position: absolute;
    content: "";
    height: 4px;
    width: 35px;
    background: #fff;
    left: 0px;
    bottom: 12px;
}

.ftc-bl span {
    background: #fff;
    color: #122C89;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    border-radius: 5px;
    font-size: 18px;
}
.ftc-bl span i{
    color: #122C89;
}

.ftc-br h5 {
    margin-bottom: 6px;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    /* font-family: "Roboto Slab", serif; */
    letter-spacing: 0.4px;
}

.ftc-br p a {
    color: #fff;
}

.ftc-br p {
    margin: 0;
    color: #fff;
    line-height: 30px;
    font-size: 17px;
}

.ftc-br p a:hover {
    color: #a0c328;
}

.ftc-ul ul li {
    position: relative;
    margin: 0 0 10px;
    line-height: 1.8em;
    color: #111;
    /* padding-left: 32px; */
    font-size: 16px;
    letter-spacing: 0.4px;
}

.ftc-ul ul li a {
    color: #fff;
    font-weight: 400;
}

.ftc-ul ul li a:hover {
    color: #a0c328;
}

.ftc-ul ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ftc-ul ul li:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    /*background: url(../../assets/img/point2.png);*/
    left: 0;
    background-repeat: no-repeat;
    top: 6px;
    background-size: 18px;
    max-width: 20px;
}

.ftc-logo {
    max-width: 300px;
    margin-bottom: 16px;
}
.ftc-logo img{
    filter: brightness(0) invert(1);
}

.ftc-con p {
    color: #fff;
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.3px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 300;
}
.ftc-ic2 {
    margin-left: 70px;
}

.ftc-social span {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 0.3px;
}

.ftc-social a {
    background: #f5eff5;
    color: #122C89;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    border-radius: 100%;
    font-size: 18px;
}
.ftc-social a i{
    color: #122C89;
}

.ftc-social {
    display: flex;
    column-gap: 14px;
    align-items: center;
}

footer {
    background: #001041;
    padding-top: 100px;
    position: relative;
    z-index: 0;
}

.ft-btm {
    display: flex;
    justify-content: space-between;
    background: #00000045;
    padding: 30px 50px 20px;
    margin-top: 50px;
    border-radius: 10px 10px 0 0;
}

.ft-btm p {
    font-weight: 500;
    margin-bottom: 0;
    color: #fff;
    /* font-family: "Roboto Slab", serif; */
    letter-spacing: 0.4px;
}

.ft-btm p a {
    color: #fff;
}
.sticky{
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff;
    z-index: 999;
    box-shadow: 0 0 20px #00000020;
}
.hbs-ci .main-con p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.rg-30{
    row-gap: 30px;
}
ul.dropdown-menu {
    border: none;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    padding: 0 0;
    border-radius: 18px;
}

a.dropdown-item {
    padding: 10px 20px;
    border-bottom: 1px solid #00000024;
}
ul.dropdown-menu li:last-child a.dropdown-item {
    border-bottom: none;
} 
.dropdown-item.active, .dropdown-item:active {
    background-color: #3452AC !important;
}
ul.dropdown-menu li:first-child a.dropdown-item {
    border-radius: 18px 18px 0 0;
}
ul.dropdown-menu li:last-child a.dropdown-item {
    border-radius:  0 0 18px 18px;
}
@media(min-width:992px){
    li.dropdown:hover .dropdown-menu {
    display: block;
}

}
section.i-banner {
    background: url(../../assets/img/i-banner.webp);
    padding: 70px 0;
    background-size: 600px;
    background-position: center center;
    position: relative;
    z-index: 1;
}
section.i-banner:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0000009c;
    left: 0;
    top: 0;
    z-index: -1;
}
.ibn-ic {
    text-align: center;
    color: #fff;
}
.ibn-ic h4 {
    font-size: 52px;
    font-weight: 600;
    margin-bottom: 0;
    letter-spacing: 0.5px;
}
.ibn-ic p {
    margin-bottom: 0;
    display: inline-flex;
    background: #3452AC;
    position: absolute;
    bottom: -22px;
    left: 50%;
    transform: translateX(-50%);
    padding: 12px 28px;
    gap: 10px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.8px;
    border-radius: 6px;
    font-size: 17px;
}
.ibn-ic p a{
    color: #fff;
}
.ibn-ic p:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #3452AC;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 80%;
}
.ibn-ic p:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #3452AC;
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 60%;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show, .nav-link:focus, .nav-link:hover {
    color: #3452AC !important;
}
.mab-ic {
    background: #d8deef;
    border-radius: 40px 40px 0 0;
}
 .ptd-ic {
    background: #d8deef;
    border-radius: 40px;
}
.mab-slider {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
    justify-content: center;
}
.mab-box {
    background: #fff;
    padding: 20px 20px;
    border-radius: 20px;
    width: 100%;
    max-width: 31%;
}
.mab-box {
    background: #fff;
    padding: 20px 14px;
    border-radius: 20px;
    width: 100%;
    max-width: 31%;
}
.mab-box p {
    margin: 12px 0 0;
    text-align: center;
    font-weight: 600;
    color: #111;
}
.mab-imb img {
    max-height: 100px;
    min-height: 100px;
    object-fit: contain;
}
.qus-ic {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
}
.qus-box {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    padding: 20px 20px;
    text-align: center;
    width: 100%;
    max-width: 18%;
    border-radius: 20px;
    background: #fff;
}
.qus-box:hover {
    background: #e2e7f3;
    transition: 0.5s;
}
.qus-bi {
    width: 100px;
    height: 100px;
    display: inline-flex;
    background: #e2e7f3;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}
.qus-box:hover .qus-bi {
    background: #fff;
    transition: 0.5s;
}
.qus-bi img {
    max-width: 56px;
}
.qus-bc p {
    margin: 12px 0 0 0;
    font-size: 18px;
    font-weight: 600;
    color: #222;
}
.srs-ic {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
}
.srs-box {
    width: 100%;
    max-width: 48%;
    /* background: #fff;
    padding: 20px 20px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px; */
    text-align: center;
    position: relative;
    z-index: 0;
}
.rsb-txt h5 {
    /* position: relative;
    z-index: 0; */
    margin: 0px 0 0;
    /* padding-top: 20px; */
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}
 .rsb-txt {
    position: absolute;
    bottom: 20px;
    background: #0000006b;
    border-radius: 20px;
    padding: 24px 24px;
    width: 100%;
    max-width: calc(100% - 40px);
    left: 50%;
    transform: translateX(-50%);
    backdrop-filter: blur(10px);
}
.rsb-img img {
    height: 100%;
    min-height: 400px;
    max-height: 400px;
    border-radius: 30px;
}
.rsb-img {
    border-radius: 30px;
    overflow: hidden;
}
.srs-box:hover .rsb-img img {
    transform: scale(1.1);
    transition: 1s ease-in-out;
}
.pt-200 {
    padding-top: 200px !important;
}
.m-contact {
    position: relative;
    background: url(../../assets/img/earth.png);
    background-repeat: no-repeat;
    background-size: 660px;
    background-position: center left;
    z-index: 0;
    /* background-color: #fff0e9; */
}
.m-contact:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    max-width: 55%;
    background: #eff1f8;
    right: 0;
    bottom: 0;
    z-index: -1;
    max-height: calc(100% - 100px);
    border-radius: 70px 0 0 0;
}
.hcnl-ic {
    background: #3452AC;
    padding: 50px 50px;
}
.hcnr-ic .ftc-br h5 {
    margin-bottom: 6px;
    font-size: 20px;
    color: #1a1818;
}
.hcnr-ic .ftc-br p, .hcnr-ic .ftc-br a {
    color: #1a1818;
}
.hcnr-ic .ftc-bl span {
    width: 52px;
    height: 52px;
    font-size: 20px;
}
.hcnr-ic .ftc-box {
    column-gap: 20px;
    margin-bottom: 30px;
}
.hcnl-form .form-control {
    background: #fff;
    font-size: 16px;
    line-height: 24px;
    color: #0d1525;
    height: auto;
    padding: 15px 20px;
    resize: none;
    min-width: 100%;
    border-radius: 0px;
}
.form-row {
    display: flex;
    column-gap: 24px;
}
.form-group {
    margin-bottom: 24px;
    width: 100%;
}
.pdt-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
    justify-content: center;
}
.pdt-box {
    background: #fff;
    border-radius: 8px;
    padding: 18px 20px;
    text-align: center;
}
.pdt-box h5 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #222;
}
.pdt-box:hover {
    background: #3452AC;
    transition: 0.5s;
}
.pdt-box:hover h5{
    color: #fff;
    transition: 0.5s;
}
.crs-ic {
    display: flex;
    gap: 24px;
    justify-content: center;
}
.fancybox-custom .fancybox-skin {
            box-shadow: 0 0 50px #222;
        }

        .mg-box {
            width: 100%;
            max-width: 31%;
            position: relative;
           box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
        }

        a.fancybox-buttons {
            position: absolute;
            width: 100%;
            height: 100%;
            background: #000000d4;
            display: flex;
            justify-content: center;
            align-items: center;
            color: #fff;
            font-size: 30px;
            opacity: 0;
        }

        .mg-box .fancy-box:hover a.fancybox-buttons {
            opacity: 1;
            transition: 0.8s ease-in-out;
        }

        a.fancybox-buttons:before {
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            border: 3px solid #35fd1a1c;
            max-width: calc(100% - 75%);
            max-height: calc(100% - 75%);
        }

        .mg-box .fancy-box:hover a.fancybox-buttons:before {
            border: 3px solid #fff;
            max-width: calc(100% - 30px);
            max-height: calc(100% - 30px);
            transition: 2s;
        }
        .pds-ic {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
    justify-content: center;
}
.pds-ic .mg-box img {
    max-height: 300px;
    min-height: 300px;
    object-fit: cover;
}
/* .pds-ic .mg-box {
    
} */
 .of-containe{
    object-fit: contain !important;
 }