@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&family=Ubuntu:wght@700&display=swap');
 @import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css"); 

.bg-dark-header{
    background-color:#0D316B !important;
    position: fixed !important;
    transition: all .5s ease-in-out;
}
* {
    margin: 0;
    padding: 0;
}

.bg-dark-blue{
    background-color: #0D316B;
}
.select2-container{
    width: 130px !important;
    margin-top: 6px !important;
}
.active{
display: block;
background: linear-gradient(to bottom, #3f81fe 0%, #7441eb 100%);
/* border-bottom: #4e6de8 solid 2px; */
padding-bottom: -10px;;
}
h1,
h2,
h3,
h4,
h5,
h6{
    font-family: 'Ubuntu', sans-serif !important;
    font-weight: 600;
}

p{
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400 !important;
}

body {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400 !important;
}

.bg-img {
    /*background-image: url(../img/BG-IMAGE.png);*/
    background-image: url(../img/BG-IMAGE.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}

/* .bg-img::before{
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: #415369;
    opacity: 65%;
} */

.navbar-nav .nav-item{
    padding: 0px 10px !important;
}
.navbar-nav .nav-item .nav-link{
    color: #ffffff !important;
    font-size: 15px;
}

.flag-img{
    width: 40px;
}


.logo {
    width: 300px;
}

.navbar{
    z-index: 999 !important;
}


.header_text{
    position: relative;
    z-index: 2;
    color: #ffffff;
}



.header_container{
    padding-top: 15% ;
}


.btn {
    --bs-btn-padding-x: 2.75rem !important;
    border-radius: 0 !important;
}



/* main */

section{
    margin-top: 2rem;
    margin-bottom: 2rem;
}

main h1,
h2,
h3,
h4,
h5,
h6,
p{
    color: #0D316B;
}


.features .card {
    border: none;
    box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, .2);
}

.features .card .card-body i{
    font-size: 3rem;
}


.card-text{
    font-size: 13px !important;
}

.bg-light-dark{
    background-color: #f2f2f2;
}

.text-width{
    max-width: 400px;
}

.subscribe{
    text-decoration: none;
}

.subscribe h4{
    color: blue;
}

.ul li{
    line-height: 2;
}
.ul2 li{
    line-height: 2;
}

.ul li{
    list-style:  none;
}

.ul li::before{
    content: "✓";
    color: orange;
    padding-right: 5px;
}


.ul2 li::marker{
    color: orange;
}

.testimonial-user{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    margin: auto;
    margin-top: 1.5rem;
}

.testimonial-user img{
    width: 100%;
    height: 100%;
}


.swiper-button-next,
.swiper-button-prev{
    color: #ffffff;
}


.form-control {
    padding: 0.975rem 0.75rem !important;
    border: 1px solid #000000 !important;
    border-radius: 0 !important;
}

input:focus{
    box-shadow: none !important;
}
textarea:focus{
    box-shadow: none !important;
}

.btn-secondary{
    background-color: #0D316B !important;
    color: #ffffff !important;
    border: 1px solid #0D316B !important;
}
.btn-secondary:hover{
    background-color: #ffffff !important;
    color: #0D316B !important;
    border: 1px solid #0D316B !important;
}


footer .social{
    display: flex;
}
footer .social li{
    padding-right: 2rem;
    font-size: 25px;
    color: #ffffff;
}
footer .social li a{
    color: #ffffff;
}

footer ul{
    padding: 0;
}

footer ul li{
    list-style-type: none;
    color: #ffffff;
    line-height: 2;
}
