.header__social {
    margin-right: auto;
}
.bg-primary {
    background: #0F161F !important;
    color: white;
}
.header__social li a {
    color: white !important;
    font-size: 12pt;
    display: flex;
    align-items: center;
    gap: 10px;
}
.header__social li:last-child a {
    margin-right: 0;
}
.header__social li:first-child {
   
}
.header__social {
    align-items: center;
    gap: 20px;
}
.top-navbar {
    padding: 15px 0px;
}
.navbar-collapse {
    justify-content: center;
}
.navbar-brand img {
    height: 75px;
    object-fit: contain;
    min-width: 50px;
}
.menu-navbar {
    padding: 10px 0px;
}
.home-slider .item {
    border-radius: 28px;
}
.custom__btn {
    background: #285D84;
    border-radius: 4px;
    color: white !important;
    
}
.custom__btn p {
    padding: 10px 20px !important;
    font-weight: 400 !important;
    font-size: 10pt !important;
}
.menu-navbar .nav-link, .menu-navbar .nav-link:active, .menu-navbar .nav-link:focus, .menu-navbar .nav-link:hover {
    color: #030229 !important;
    font-size: 11pt !important;
    font-weight: 400 !important;
}
.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .210em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    color: #285D84;
}
.navbar-nav {
    gap: 20px;
}
.menu-navbar-left {
    align-items: center;
}
.menu-navbar-left a.quick-action {
    line-height: 1;
}
.menu-navbar-left a.quick-action:first-child {
    border-left: 1px solid #B7CCBA;
    padding-left: 10px;
}
.home-slider .item .item__content {
    width: 50%;
    background: rgba(255, 255, 255, 10%);
    padding: 35px 35px;
    text-align: right;
}
.custom__btn {
    border: none;
}
.home-slider .item .item__content span {
    color: white;
    margin-bottom: 25px;
    display: block;
}
.item__btns {
    display: flex
;
    gap: 20px;
    justify-content: right;
}
.home-slider .item .item__content .item__btns {
    margin-top: 40px;
}
.home-slider .item .item__content .custom__btn p {
    font-size: 11pt !important;
}
.home-slider .owl-nav, .reviews .owl-nav {
    width: 97%;
}
.service__item {
    display: flex;
    align-items: flex-start;
    background: #285D84;
    border-radius: 6px;
    padding: 28px 35px;
    gap: 20px;
    align-items: flex-start;
    height: calc(100% - 15px);
}
.service__item h3 {
    color: white;
    font-weight: bold;
    font-size: 14pt;
    line-height: 1.5;
    margin: 0;
}
.service__item p {
    color: white;
    font-weight: 400;
    font-size: 11pt;
}
.service__item img {
    height: 30px;
}
.service__item_style_2 {
    background: #E3E3E3;
}
.service__item_style_2 h3, .service__item_style_2 p {
    color: #285D84;
}
.about-left img.main {
    max-width: 400px;
    border-radius: 9px;
    position: relative;
    z-index: 11;
}
.about-left {
    text-align: left;
    position: relative;
}
.about-left .dots {
    position: absolute;
    top: 50px;
    right: 40px;
    height: 450px;
}
.about-right {
    display: flex;
    flex-direction: column;
    gap: 12px;
    position: relative;
    z-index: 9999;
}
.about-right span {
    color: #285D84;
    font-weight: bold;
}
.about-right h2 {
    color: #14466A;
    font-weight: bold;
    /* max-width: 300px; */
    line-height: 1.3;
}
.about-right p.desc {
    color: #5F5F5F;
    max-width: max-content
}
.vector {
    position: absolute;
    z-index: 1;
    right: -32%;
    height: 400px;
}
.container {
    position: relative;
}
.about-right ul li {
    color: #728383;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: bold;
    font-size: 11pt;
}
.about-right ul {
    display: flex;
    flex-direction: column;
    gap: 7px;
    margin: 10px 0px;
    margin-bottom: 25px;
}
.more a  {
    display: inline-block;
}
.more a p {
    font-size: 11pt !important;
}
.section-small-title {
    text-align: center;
    display: inline-block;
    position: relative;
    color: #285D84;
    font-size: 14pt;
    font-weight: 400;
    margin: 0;
}
.section-small-title::before,
.section-small-title::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 70%;
    height: 3px;
    background-color: #285D84; /* Adjust the color as needed */
}

.section-small-title::before {
    left: -100%;
}

.section-small-title::after {
    right: -100%;
}
.section-label {
    text-align: center;
    margin-bottom: 25px;
}
.partner__item {
    background: transparent;
    padding: 20px 10px;
    padding-bottom: 0;
}
.section-label h3 {
    color: #285D84;
    font-weight: bold;
    margin-top: 10px;
}
.section-label p {
    margin: 0;
    color: #39385A;
    font-weight: 400;
    max-width: 500px;
    margin: 0 auto;
    font-size: 11pt;
    line-height: 1.4;
}
.load__more a {
    display: inline-block;
    border-radius: 4px;
}
.load__more {
    text-align: center;
}
.load__more a p {
    font-size: 12pt !important;
    padding: 10px 30px !important;
}
.project__item {
    border-radius: 10px;
    border: none;
}
.project__item .project__image {
    border-radius: 0;
    background: transparent;
}
.project__item .project__image img {
    border-radius: 10px
}
.project__item .project__content h2 {
    background: white;
    text-align: right;
    color: #2A2A2A;
    font-weight: bold;
    padding-bottom: 0px;
    font-size: 15pt;
    height: 63px;
}
.project__description {
    color: #5A5A5A;
    background: white;
    font-weight: 400;
}
.project__item .project__content p {
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 400;
    font-size: 11pt;
}
.project__progress {
    
}
.project__progress_holder {
    background: #FAFAFA;
    margin: 0px 15px;
    border-radius: 12px;
    padding: 22px 5px;
    padding-bottom: 0;
    margin-bottom: 10px;
 
}
.project__item .project__content {
    background: transparent;
}
.project__requirements {
    background: transparent;
}
.project__requirements li {
    color: #757575;
}
.progress-bar {
  
    background: #285D84;
}
.progress {
    height: 7px;
}
.project__progress p {
    padding: 0;
    background: transparent;
    color: #302C51 !important;
    font-weight: bold !important;
    font-size: 9pt !important;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 !important;
    margin: 0 !important;
    top: -10px;
}
.project__progress {
    position: relative;
}
.project__requirements li:first-child {
    justify-content: right;
}
.project__requirements li:last-child {
    justify-content: left;
}
.project__requirements li {
    gap:3px;
    font-weight: 600;
}
.project__progress {
    padding: 12px 15px;
    padding-bottom: 0;
}
.btn-primary, .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background: white !important;
    color: #285D84 !important;
    border: 2px solid #285D84 !important;
    border-radius: 12px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-weight: bold;
}
/* .project__item .btn-primary:hover {
    background: #285D84 !important;
    color: white !important;
}
.project__item .btn-primary:hover svg {
    color: white !important;

} */
a.bg-primary:focus, a.bg-primary:hover {
    background: #285D84!important;
    color: white !important;
}
.progress {
    background: #EBEDED;
}
.counters-bg {
    background: url(../images/counters.png);
    background-size: cover;
    border-radius: 8px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.stat__item {
    background: transparent;
    padding: 30px 0px;
    gap: 10px;
}
.stat__item img {
    position: static;
    height: 50px;
    margin-bottom: 10px;

}
.stat__item i {
    color: #285D84;
    font-size: 25pt;
    margin-bottom: 10px;

}
.stat__item h3 {
    color: #285D84;
    font-weight: bold;
    margin: 0px 0px;
    font-size: 25pt;
    line-height: 1;
    margin-bottom: 10px;
}
.stat__item span {
    color: #4A6F8A;
    font-weight: bold;
    display: block;
    line-height: 1;
}
.mb-25 {
    margin-bottom: 25px;
}
.section-label-right {
    text-align: right;
}
.section-label-right .section-small-title::before {
    height: 0;
    width: 0;
    display: none;
}
.section-label-right .section-small-title::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 18%;
    height: 3px;
    background-color: #285D84;
    right: 0;
}
.section-label-right .section-small-title {
    padding-right: 45px;
}
.review__item__content ul li {
    color: #FFC601;
}
.review__item__content ul  {
    margin-bottom: 10px;
}
.review__item__content h3 {
    color: #285D84;
    font-weight: bold;
    margin-top: 15px;
}
.review__item__content p {
    margin:0;
    color: #383838;
    font-weight: 400;
    height:45px;
    overflow:hidden;
}
.review__item .review__item__content {
    padding: 25px 25px;
    border-radius: 0;
    box-shadow: rgba(99, 99, 99, 0.1) 0px 2px 8px 0px;

}
.review__item {
    border-radius: 0;
    margin: 6px;
    padding-top: 30px;
}
.review__item .user-image {
    position: absolute;
    left: 15px;
    top: -28px;
    border: 7px solid #F9FBFD;
    border-radius: 50%;
}
.review__item .user-image img {
    height: 60px;
    width:60px;
    object-fit: cover;
    border-radius: 50%;
}
.image__item img {
    height:200px;
    width: 100%;
    object-fit: cover;
}
.review__item .user-image svg {
    position: absolute;
    left: -6px;
    top: -8px;
    width: 25px;
}
.image__item {
    background: white;
    padding: 10px;
    box-shadow: rgba(99, 99, 99, 0.1) 0px 2px 8px 0px;
    margin: 5px;
    text-align: center;
}
.image__item p {
    margin: 0;
    color: #999999;
    font-weight: 400;
    margin-top: 10px;
}
.pr-25 {
    padding-right: 25px !important;
}
.pt-100 {
    padding-top: 55px !important;
}
.news-overlayer {
    position: absolute;
    top: 82px;
    right: 0;
}
.news__item {
    box-shadow: rgba(99, 99, 99, 0.1) 0px 2px 8px 0px;
    margin: 5px;
    background: white;
}
.news__item h3 {
    color: #285D84;
    font-weight: bold;
    padding: 20px 15px;
    padding-bottom: 10px;
    font-size: 13pt;
    height: 72px;
    overflow: hidden;
}
.news__item .news__item_image img {
    width: 100%;
}
.news__item .news__item_image {
    position: relative;
}
.news__item p {
    padding: 10px 15px;
    color: #ADADAD;
    border-top:  1px solid rgba(217, 217, 217, 43%);
    font-weight: bold;
    font-size: 10pt;
}
.news__item .news__item_image span {
    background: #FFDA0F;
    color: #285D84;
    border-radius: 25px;
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 11pt;
    padding: 3px 15px;
}
.video__item {
    position: relative;
    padding: 0px;
    border-radius: 12px;
}
.video__item  svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 50px;
    z-index: 9999;
    cursor: pointer;
}
.video__item span {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right:0;
    background: rgba(0,0,0,0.30);
    border-radius: 12px;
}
.video__item img {
height: 300px;
object-fit: cover;
}
.swiper-slide-active .video__item span {
    transform: scale(1.15);
}
.video__item p {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 10px;
    margin: 0;
    color: white;
    font-weight: 400;
    display: none;
    font-size: 11pt;
    padding: 0px 10px;
}
.swiper-slide-active .video__item p {
    display: block;
}
.swiper-slide {
    opacity: 1 !important;
}
footer {
    background: url('../images/footer_bg.png');
    background-size: cover;
}
.footer__column iframe {
    border-radius: 12px;
}
.footer__column ul.links li a {
    color: #FFFFFF;
    font-weight: 400;
    font-size: 11pt;
}
.footer__column ul.links li {
    width: 33.3333333333%;
    flex: unset;
    padding: 4px 10px;
}
.footer__column ul.links {
    gap: 0;
}
.footer__column p {
    color: white;
    font-weight: 400;
    text-align: justify;
}
footer .header__social li a {
    background: #103854;
    padding: 7px;

    border-radius: 50%;
    display: flex
;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
}
footer .header__social li a svg {
    width: 12px;
    color: white;
    fill: white;
}
footer .header__social {
    align-items: center;
}
.footer__rights {
    background: #103854;
}
.footer__rights a {
    color: rgba(255, 255, 255, 40%);
    font-weight: 400;
}
.footer__rights p {
    font-weight: 400;
}
.white-svg {
    width: 15px;
    color: white;
    fill: white;
}
.navbar-nav {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}
.navbar-light .navbar-nav .nav-link i {
    color:#285D84 !important;
    margin-left: 5px;
}
.dropdown-item i {
    color:#285D84 !important;
    margin-left: 5px;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #285D84;
    color: white;
}
.service__item i {
    color: white;
    font-size: 19pt;
}
.service__item {
    margin-bottom: 15px;
}
#exampleModal iframe {
    width: 100%;
    border: none;
    min-height: 300px;
}
.footer__column h6 {
    color: white !important;
}
.footer__column ul li {
    color: white;
}
.footer__column img.certificate {
    width: 100%;
    margin-bottom: 15px;
}
@media screen and (max-width:991px) {
    .home-slider .item .item__content {
        width: 85%;
        background: rgba(16, 49, 73, 88%);
        padding: 35px 35px;
        text-align: right;
        right: 15px;
    }
    .service__item {
        margin-bottom: 15px;
    }
    .about-right {
        margin-bottom: 25px;
    }
    .about-left img.main {
        width: 100%;
    }
    .counters-bg {
       background-size: 100%;
    }
    .stat__item {
        margin-bottom: 0 !important;
    }
    .stat__item {
        background: transparent;
        padding: 25px 0px;
    }
    .section-label h3 {
        font-size: 18pt;
    }
    .home-slider .owl-nav button i, .reviews .owl-nav button i {
        color: #14466A;
    }
    .footer__rights p {
        text-align: center;
        margin-bottom: 10px;
    }
    .menu-navbar-left {
        display: none;
    }
    .navbar-light .navbar-toggler {
        margin-right: auto;
    }
    .navbar-nav {
        gap: 0;
    }
    .header__social li:first-child a {
        font-size: 9.5pt !important;
    }
}
.news__item .news__item_image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}