:root {
    --color-primary: #337ab7 !important;
}
.bg-1 {
    background: #337ab7;
}
.top-header-bar{
    display: flex;
    justify-content: space-between; /* left phone, right icons */
    align-items: center;
    min-height: 50px;
}
.header-main-one .thumbnail a {
    padding: 20px 0 !important;
}
.background-service{
    padding:10px !important;
}
.top-header-bar .phone a{
    font-size: 18px;
    color: #fff;
    text-decoration: none;
}

.top-header-bar .phone i{
    margin-right: 8px;
}

.social-wrapper-one{
    display: flex;
    gap: 15px;
    align-items: center;
}

.swiper {
    height: 90% !important ;
}

.social-wrapper-one li{
    list-style: none;
}

.social-wrapper-one li a i {
    color: #fff;
    transition: 0.3s;
    font-size: 24px !important;
}
.social-wrapper-one li a:hover i {
    color: #000;
}
.main-header .nav-main ul li a:hover,
.main-header .nav-main ul li a:focus {
    color: #337ab7 !important; /* blue */
}
.main-header .nav-main ul li.active > a,
.main-header .nav-main ul li a.active {
    color: #337ab7 !important;
}
@media only screen and (max-width: 479px) {
    #menu-btn {
       background: #337ab7 !important; 
        margin-top: 15px !important;
    }
}
.side-bar button i {
    color: #fff;
    height: 20px;
    width: 20px;
    border-radius: 5px;
    background: var(--color-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -8px;
    margin-top: -3px;
}
.side-bar .close-icon-menu {
    position: absolute;
    top: 15px;
    right: 15px;
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
}
.progress-wrap svg path,
.progress-wrap.active svg path,
.progress-wrap.active-progress svg path {
    stroke: #337ab7 !important;
}

/* Circular images */
.circle-img img {
    width: 220px ;
    height: 220px !important;
    border-radius: 5%;
    object-fit: cover;
    margin: 15px auto;
}

/* Center alignment */
.service-details {
    text-align: center;
}
.service-one-inner .thumbnail img {
    max-width: 300px !important;
    min-width: 200px !important;
}
.custom-footer {
    background: #337ab7;
    color: #fff;
    padding: 50px 0;
    margin-top: 20px;
}

.custom-footer p,
.custom-footer a {
    color: #fff;
    font-size: 14px;
    line-height: 1.8;
}

.footer-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #fff;
    border-bottom: 2px solid #000;
    padding-bottom: 6px;
    display: inline-block;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 6px;
}

.footer-links a {
    text-decoration: none;
}

.footer-links a:hover {
    text-decoration: underline;
    color: #000;
}

.footer-heading {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #fff;
}

.footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: rgba(255,255,255,0.2);
    color: #fff;
    border-radius: 50%;
    margin-left: 8px;
    font-size: 16px;
}

.footer-social a:hover {
    background: #23527c;
}

/* Mobile spacing */
@media (max-width: 767px) {
    .footer-heading {
        margin-top: 20px;
    }
}
.section-subtitle {
    color: #337ab7;
    font-weight: 600;
    margin-bottom: 10px;
}

.disc {
    font-size: 15px;
    line-height: 1.8;
    color: #555;
    list-style: square !important;
}
.bg-about-sm-shape{
    padding-top: 30px;
}
.rts-title-area.service::after {
    content: "Facilities" !important;
    left: 50%;
    transform: translateX(-50%);

}
.rts-section-gapBottom {
    padding-bottom: 0px !important;
    padding-top: 50px;
    
}
.rts-section-gap1{
  padding-top: 20px;
  padding-bottom: 30px !important;
}
.rts-title-area::after{
    top: -15% !important;
}
.title1{
    color: #000;
}
.rts-title-area.team::after {
    content: "Gallery";
    left: 49%;
    transform: translateX(-50%);
    z-index: -1;
    height: 109px;
}
.bg-team {
    background-image: none;
    height: auto;
}
.rts-btn {
    padding: 10px !important;
    min-width: max-content;
    font-size: 14px !important;
    line-height: 21px;
    font-weight: 700;
    border-radius: 10px !important;
    transition: var(--transition);
}

@media (max-width: 767px) {
    .about-one-thumbnail .experience {
        width: 250px;
        height : 100px;
        bottom: -9% !important;
        padding: 10px 15px;           
        border-radius: 12px;
    }
    .about-one-thumbnail .experience .left {
        width: 30% !important;
    }
     .about-one-thumbnail .experience .right {
        width: 70% !important;
    }
    .about-one-thumbnail .experience .right, .left p {
        font-size: 12px !important;
    }
}


