body {
    margin: 0px;
    font-family: "Poppins", sans-serif;
}
 
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-thumb {
    background: #2f2d39;
    border-radius: 0px;
}
  

/* Logo Section */
main.logo-section {
    padding: 10px 0px;
    background-color: #fff;
    box-shadow: 1px 0px 4px #0006;
}

/* Close Logo Section */

 

.cntct-nm-tp {
    text-align: right;    font-size: 22px;
}
i.fa-solid.fa-phone {
    color: #ffffff;
    background: #d0312f;
    font-size: 17px;
    padding: 10px;
    border-radius: 50px;
    margin-right: 7px;
}
 
p {
    font-size: 16px;
    line-height: 30px;
    color: #535353;
}


/* Menu Section */

main.menu-section header.sticky-top {
    background: #003c80;
}

main.menu-section nav {
    padding: 0;
}

main.menu-section a {
    padding: 10px 18px !important;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
}

.nav-link:focus,
.nav-link:hover {
    color: #ffffff;
    background: #5377b0;
}

.toggle-button {
    display: none;
}

/* Close Menu Section */



/* Banner Section */

.banner-section h2 {
    text-align: left;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 35px;
    font-weight: 700;
    font-size: 40px;
    letter-spacing: 1px;
}
.carousel-control-next, .carousel-control-prev {
    width: 7%;
}
.bnr-cntnt-1 p {
    color: #fff;
    line-height: 28px;
}
.carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 20px;
    border: 0;
}
.bnr-cntnt {
    height: 100%;
}

.bnr-cntnt-1 {
    align-items: end;
    padding-right: 50px;
    display: grid;
    align-content: end;
}
.banner-section .container {
    padding: 50px 0;
    height: 100%;
}

.banner-section .carousel-caption {
    height: 100%;
    left: 0;
    right: 0;
    text-align: left;
}
.bnr-cntct {
    padding: 30px;
    background: #fff;
    height: 100%;
}
.bnr-cntct h3 {
    font-weight: 700;
    color: #000;
    font-size: 27px;
    text-transform: uppercase;
    margin-bottom: 30px;
}




.bnr-cntnt-2 {
    position: absolute;
    right: 7%;
    bottom: 50px;
    width: 27%;
    height: 80%;
}

.banner-section {
    position: relative;
}








section.hm-1 {
    padding: 60px 0;
    text-align: center;
}

.abt-sc-1 h2 {
    font-size: 45px;
    color: #cb2725;
    font-weight: 600;
}

.abt-sc-1 hr {
    margin: auto;
    width: 20%;
    margin-bottom: 20px;
    margin-top: 10px;
    height: 3px;
    background: #cb2826;
    opacity: 1;
}

.abt-sc-1 h3 {
    font-size: 20px;
    color: #000000;
    margin-bottom: 40px;
}

.hm-2a h2 {
    font-size: 45px;
    color: #cb2725;
    font-weight: 600;
    text-align: center;
    margin-bottom: 40px;
}
.hm-2b {
    text-align: center;
}
.hm-2b img {
    margin-bottom: 20px;
}

.hm-2b h3 {
    font-size: 27px;
    margin-bottom: 20px;
    color: #000;
}


section.hm-3 {
    background: #36348d;
    text-align: center;
    padding: 50px 0;
}
section.hm-3 h2 {
    font-size: 40px;
    color: #fff;
}
.imgs-prgrm{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}
.hm-3a {
    color: #fff;
    width: 12%;
}
.hm-3a img{
    margin-bottom: 10px;
}


section.hm-4 {
    padding: 20px 0;
    text-align: center;
}
.copyright {
    text-align: center;
    background: #000;
    padding: 20px 0;
}

.copyright h6 {
    margin: 0;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
}










/* Media Screens */

@media (max-width: 576px) {
    
    .cntct-nm-tp {
    text-align: right;
    font-size: 18px;
}
    .toggle-button {
        display: block;
    }
    .login-language-section a {
        padding: 4px 8px;
        line-height: 20px;
    }
    .container {
        max-width: 90%;
    }
    button.toggle-button label {
        display: none;
    }







}
.bnr-cntnt-1a{
    display: none;
}
section.hm-1-cntct-mbl {
    display: none;
}
.desk-banner{
    display: block;
}
.mob-banner {
    display: none;
}
.crtfctn-imgs  {
    justify-content: center;
}



@media (max-width: 767.9px) {
    .mob-banner {
        display: block;
    }
    .desk-banner{
        display: none;
    }
    .mob-banner  .bnr-cntnt-2 {
        position: inherit;
        width: auto;
        height: 100%;
    }
    .mob-banner  .bnr-cntct {
        padding: 30px;

        height: 100%;
    }
    .mbl-frm-1 {
        background: #e5e3e3;
    }
     .mob-banner .bnr-cntnt-1 {
        padding-right: 15px;
        display: block;
    }





    .bnr-cntnt-2 .bnr-cntct {
        display: block;
    }
    .bnr-cntnt-2 {
        position: absolute;
        right: 10%;
        bottom: 20px;
        width: auto;
        height: 80%;
        left: 10%;
    }
    section.hm-1-cntct-mbl {
        display: block;
    }
 .bnr-cntnt-1a{
    display: block;
 }
.hm-1-cntct-mbl{
    padding-top: 30px;
}
    .bnr-cntct1 {
        padding: 30px;
        background: #f1f1f1;
        height: 100%;

    }
    .bnr-cntct1 h3 {
        font-weight: 700;
        color: #000;
        font-size: 27px;
        text-transform: uppercase;
        margin-bottom: 30px;
    }




    .toggle-button {
        display: block;
    }
    img.img-fluid.logo-image {
        width: 125px;
        float: left;
    }
    button.navbar-toggler.toggle-button {
        float: right;
        margin-top: 15px;
    }
    p {
        font-size: 15px;
        line-height: 24px;
    }
    .bnr-cntnt-1 p {
        color: #fff;
        line-height: 22px;
    }
    .bnr-cntnt-1 {
        padding-right: 15px;
        display: none;
    }
    .banner-section h2 {
        line-height: 30px;
        font-size: 30px;
        letter-spacing: 0px;
    }
    section.hm-3 h2 {
        font-size: 30px;
    }
    .hm-3a h5 {
        font-size: 16px;
    }
    i.fa-solid.fa-phone {
        font-size: 12px;
        padding: 7px;
        margin-right: 5px;
    }
    .imgs-prgrm {
        margin-top: 20px;
    }
    .abt-sc-1 h3 {
        font-size: 16px;
        color: #0022a2;
        margin-bottom: 20px;
    }
    .hm-3a {
        color: #fff;
        width: 30%;
        margin-bottom: 20px;
    }
    .hm-3a img {
        margin-bottom: 0px;
    }
    .hm-2a h2 {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .abt-sc-1 h2 {
        font-size: 30px;
    }




}

@media (min-width: 768px) and (max-width: 992px) {
    .toggle-button {
        display: block;
    }
    
    
}

@media (min-width: 992px) and (max-width: 1200px) {
    .toggle-button {
        display:none;
    }
}

@media (min-width: 1201px) and (max-width: 1400px){

}



/* Close Media Screens */