/*START: MAIN */
.main-div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 350px;
    flex-shrink: 0;
    
}

.main-text {
    color: var(--black-color);
    text-align: center;
    font-size: 3.4375rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 100px;
    
}

/*END: MAIN */

  /* WHY-US STYLE */
  .why-us{
    background-color: var(--primary-Color);
    color: var(--bg-white);
    padding-top: 100px;
    padding-bottom: 50px;
  }

  .why-us p{
    font-size: 30px;
  }
  .why-us h5{
    color: var(--secondary-color);
}
.profile-section {
   background-color: var(--tab-bk);
}
.profile-section h5{
    color: var(--secondary-color);
}

.text-name {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}



/* statement-area */
.statement-area{
    background-color: var(--tab-bk);
}
.statement-area__btn{
    background-color: var(--bg-white);
    border: none;
    padding: 10px 30px;
    color: var(--primary-Color);
}
.statement-area__btn:hover,
.statement-area__btn.active,
.nav-link
{
    background-color: var(--primary-Color);
    color: var(--bg-white) !important;
}
.nav-tabs .nav-link {
    margin: 0 5px;
    border: var(--bs-nav-tabs-border-width) solid transparent;
    border-top-left-radius:0;
    border-top-right-radius: 0;
    border-bottom: none ;
  }
.nav-link.active{
    background-color: var(--bg-white);
    border: none;
    padding: 10px 30px;
    color: var(--primary-Color) !important;
}
/*START: table*/

.table{
    --bs-table-bg:unset;
    text-align: center;
   
}
thead, tbody, tfoot, tr, td, th{
    border-bottom: 2px solid #000;
}
.table > thead th {
    background-color: var(--primary-Color) !important;
    color:var(--bg-white) !important;
}

.tab-content{
    background-color: var(--tab-bk);
}


#table-ind tr:last-child{
    border-bottom: 0px solid;
    background-color: var(--secondary-color);
}
#table-ind td.last-row{
    color: white;
}
#table-ind th.last-row{   
    color: white;
}
.chat-div img{
    width: 800px;
    height: 400px;
    object-fit: contain;
    margin-bottom: 50px;
}
.chat-div-half img{
    width: 100%;
    height: 100%;
    display: block;
}


/* MOBILE VIEW */
@media (width<=1180px) {
    .sudan-land-img-4{
        display: none;
    }
    .sudan-land-img-3{
        position:static;
    }
    .main-text {
        font-size: 2.0rem;
        font-weight: 700;
    }
    .text-color {
        font-size: 2.0rem;
        font-weight: 700;
    }
    
    
}
@media (width<=800px) {
    
    .sudan-land-img-3 {
        position: static;
        right: 280px;
    }
    .sudan-land-img-4{
        position: static;
    }
}
@media (width<=768px) {
.sudan-land-img-1,.sudan-land-img-2,.sudan-land-img-3{
    display: none;
}
.main-div{
    justify-content: center;
}
.main-text{
    margin-top: 0px;
}
}
@media (width<=600px) {
    .profile-section {
        margin-bottom: 50px;
    }
    .container-fluid {
        margin-top: 80px;
        
    }
    .footer-info-div {
        margin-bottom: 40px;
    }
    .main-text {
        padding-top: 10px;
        text-align: center; 
        width: 100%; 
        justify-content: center;
    }
    .banner-card{
        padding: 10px 
    }
    
    .footer--top{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 500px;
        margin: 10px 10px;
        top: -120px;
    }
    .footer--items{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .there-to-serve {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    /*sidebar*/
    #wrapper.toggled #sidebar {
        margin-left: 0; 
        width: 250px;
    }

    #content {
        margin-right: 250px; 
    }
}
@media (width<=550px) {
    .main-div{
        height: 200px;
    }
    .main-text {
        font-size: 1.5rem;
        font-weight: 700;
    }
    .text-color {
        font-size: 1.5rem;
        font-weight: 700;
    }
    
}
@media (width<=430px) {
    .tab-content {
        padding-left: 1px ;
    }
    .nav-link{
        width: 300px;
        
    }
    .nav-item {
        margin-bottom: 5px;
    }
    .table{
        font-size: 0.5rem;
       
    }
.footer--top{
    width: 300px;
}

.main-text {
        font-size: 1.5rem;
        font-weight: 200;
    }
    .text-color {
        font-size: 1.0rem;
        font-weight: 700;
    }
    h2 {
        font-size: 20px;
        font-weight: 700;
        line-height: 59.52px;
    }
    .why-us p {
        font-size: 15px;
    }
    .our-area p {
        font-size: 15px;
    }
    .discover-us p {
        font-size: 15px;
    }
    .main-div{
        height: 150px;
    }
    h6, .h6 {
        font-size: 0.7rem;
    }
    
}