.align-items-center {
    align-items: center !important;
}

.d-flex {
    display: flex !important;
}
.justify-content-between {
    justify-content: space-between !important;
}
.navigation .dropdown-menu>li>div>a {
    padding: 5px 20px;
    text-transform: capitalize;
}

.dropdown-menu>li>div>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333;
    white-space: nowrap;
}
.navigation .dropdown-menu>li>a.dropdown-toggle:focus, .navigation .dropdown-menu>li>a.dropdown-toggle:hover {
    background-color: #1d9095;
}




h4 {
    font-size: 40px;
    font-weight: 700;
    color: #1e1e1e;
    padding-bottom: 25px;
    padding-top: 20px;
    text-transform: capitalize;
    font-family: Poppins, sans-serif;
}
h4 span {
    font-size: 13px;
    font-weight: 300;
    color: #666;
    text-transform: capitalize;
}


.new-right-box ul{
    margin-left: 20px!important;
}
 
.new-right-box ul li::before {
    content: ""!important;
    display: inline-block!important;
    position: absolute!important;
    top: 8px!important;
    left: 0!important;
    background: url(../../assets/images/diamond.png) top center no-repeat !important;
    height: 15px!important;
    width: 25px!important;
}
 

.new-right-box ul li {
    color: #ffffff!important;
    font-size: 16px!important;
    font-weight: 400!important; 
    margin-bottom: 5px!important;
    position: relative!important;
    padding-left: 35px!important;
    line-height: 28px!important; 
    width: 100%!important;
    display: inline-block!important;
}
.new-right-box ul li a {
    color: #ffffff!important;  
}

.new-right-box ul li a:hover { 
    text-decoration: underline !important;
}

.new-right-box.twoside ul li { 
    max-width: 50%!important;
    width: 100%!important; 
}

.about-middle h2{
    
    font-size: 40px;
    font-weight: 700;
    color: #1e1e1e;
    padding-bottom: 25px;
    padding-top: 20px;
    text-transform: capitalize;
    font-family: Poppins, sans-serif;
    
}

.about-middle h2 span {
    font-size: 13px;
    font-weight: 300;
    color: #666;
    text-transform: capitalize;
}


.about-middle img{
    max-width:100%;
}



.content-area ul{
    margin-left: 20px;
}
 
.content-area ul li::before {
    content: ""!important;
    display: inline-block!important;
    position: absolute!important;
    top: 8px!important;
    left: 0;
    background: url(../../assets/images/diamond.png) top center no-repeat!important;
    height: 15px!important;
    width: 25px!important;
}

.content-area ul li {
    color: #333!important;
    font-size: 15px!important;
    font-weight: 400!important; 
    margin-bottom: 5px!important;
    position: relative!important;
    padding-left: 35px!important;
    line-height: 28px!important; 
}
/*.new-right-box p {*/
/*    text-align: left;*/
/*    font-style: normal;*/
/*}*/

.webp .banner5 { 
    background-size: cover !important;
}
.news-box .about-middle p { 
    max-height: 165px;
    overflow: hidden;
}
.main-div img{
    max-width:100%;
}

.scope span, .scope-box h4 {
    color: #fff;
    padding-bottom: 15px;
    padding-top: 0;
}
.testi h4, .testi p, .testi span {
    color: #fff;
}


.footer .border-right::after {
    height: 100%;
    height: calc(100% + 50px);
    top: -25px;
    right: 0;
}


@media (max-width: 800px) {
    
.nav>li>a {
    padding: 10px 4px;
}



     
}



@media screen and (max-width: 767px){
h4 {
    padding-bottom: 10px;
}

 
.bring-top h4, .bring-top h4 span {
    color: #fff;
}


}



.our-team{
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    padding: 10px;
}

.our-team h3{
    margin-bottom: 15px;
    font-weight: 800;
}
    

.our-team .member img {
    height: 200px;
    width: 200px;
    display:block;
    object-fit: cover;
    margin: auto;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}
    
.member h4 {
    font-weight: 400;
    font-size: 17px;
    padding: 0px;
    margin: 5px 0px 2px 0px;
    text-align:center;
}
.member p {
    font-size: 13px;
    line-height: 16px;
    color: #9c9c9c;
    text-align:center;
}







