a.navbar-brand img {
    width: 7rem;
}


.navbar-expand-md .navbar-nav {
    flex-direction: row !important;
    /* margin-left: 100px !important; */
}


.main-nav nav .navbar-nav .nav-item a {
    
font-size: 16px;
}


.abt-txt h2 {display: inline-flex;}

.abt-txt span {
    color: #070b3b;
    padding: 0 11px;
}

.abt-txt h2 {
    font-size: 32px;
    font-weight: 600;
}

.abt-txt p {
    text-align: justify;
    line-height: 30px;
    font-size: 16px;
}



.security-card img {
    width: 48px;
}



.abt-button a {
    background: #070b3b;
    color: #fff;
    padding: 11px 40px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
}

.abt-button {
    margin-top: 21px;
}

.bottom-card {
    margin-top: 14px;
}

.bottom-card a {
    background: #070b3b;
    color: #fff;
    padding: 5px 25px;
    border-radius: 5px;
}


.footer-logo img {
    width: 7rem;
    background: #fff;
    padding: 9px;
}

.top-contact.pl-20 {
    padding: 0 20px;
}


.footer-widget.find-us p{
    display: flex;
    align-items: center;
}



.footer-widget.find-us i{
    font-size: 20px;
    background: white;
    color: #070b3b;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    padding: 5px;
}




.footer-widget.find-us a{
   padding: 0 6px;
    font-size: 14px;
    color: #fff;
}


.section-title.text-center span {
    color: #070b3b;
    padding: 0 11px;
}

.section-title.pl-25
{
padding-left:25px;
}


.about-img-to img
{
border-radius:15px;
}


.tex-cleitnt
{
color:#fff !important;

}


.socail-links ul {
    display: flex;
    padding: 0;
}

.socail-links ul li {
    list-style: none;
    /* background: #fff; */
    /* width: 30px; */
    margin: 0 10px;
}

.socail-links ul li a {
    font-size: 18px;
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 8px 13px;
    color: #070b3b;
}

.socail-links {
    margin: 0;
    padding: 0;
}




.navbar-expand-md .navbar-collapse {
    display: flex!important;
    flex-basis: auto;
    justify-content: end;
}



.footer-widget.find-us {
    margin-left: 70px;
}

.footer-widget.pl-5 {
    margin-left: 70px;
}

.socail-links-footer-main {
    margin-left: 60px;
}



.navbar {
    --bs-navbar-padding-x: 0;
    --bs-navbar-padding-y: 0rem !important; 
    
}


.first-section .content-title h2 {
    font-size: 26px;
    color: black;
    font-weight: 800;
    text-align: left;
}
section.career .content-icon p.duty_c {
    text-align: left;
    font-size: 20px;
    margin-top: 15px;
    font-weight: 700;
}
section.career .content-icon  {
    text-align: left;}

    .creer-btn {
    display: grid;
    margin-top: 56px;
}

.btn1 {
   background: #3F51B5;
   padding: 7px 50px;
   margin: 11px;
   color: #f6f1f1;
   font-weight: 600;
   font-size: 15px;
   height: 42px;
   border: none;
}

.btn1 a {
    color: aliceblue;
    font-size: 17px;
    font-weight: 800;
}

.btn1:hover {
    color: #f6eaea;
    background: #F44336;
}


.btn2 {
    background: black;
    padding: 7px;
    margin: 11px;
    height: 41px;
}

.btn2 a {
    color: aliceblue;
    font-size: 15px;
    font-weight: 600;
    padding: 3px 38px;
}

.btn2:hover {
    color: #211e1e;
    background: #F44336;
}

section.career .first-section{border-bottom: 1px solid #000;}
div#bg {
    background: #efefef;
    padding: 15px 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    margin-bottom: 16px;
}
section.mb-150.cd_detail {
    padding-bottom: 50px;
}

.job-contant h2:hover:before {
    width: 200px;
    transition: 0.5s;
}
.job-contant h2:before {
    position: absolute;
    content: '';
    height: 5px;
    width: 130px;
    top: 45px;
    background: #3f51b5;
}
.job-contant h2 {
    position: relative;
    margin-bottom: 27px;
}
.job-contant {
    padding: 20px 25px;
    background: #f3f3f3;
    border-radius: 10px;
}


/* Popup background */
.popup{
    display:none;
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.5);
    justify-content:center;
    align-items:center;
    z-index: 999;
}

/* Popup box */
.popup-content{
    background:#f3f3f3;
    width:450px;
    padding:30px;
    position:relative;
    box-shadow:0 5px 20px rgba(0,0,0,0.3);
    position: relative;
    z-index: 999;
}

/* Close button */
.close{
    position:absolute;
    right:15px;
    top:10px;
    font-size:22px;
    cursor:pointer;
}

/* Form */
.popup-content h2{
    margin-bottom:15px;
    color:#2c4c9c;
}

.popup-content input{
    width:100%;
    padding:10px;
    margin:8px 0;
    border:1px solid #ccc;
}

.submit-btn{
    margin-top:10px;
    padding:12px;
    width:150px;
    background:#222;
    color:white;
    border:none;
    cursor:pointer;
}

.note{
    color:red;
    font-size:13px;
    margin-left:10px;
}