@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

.ubuntu-light {
    font-family: "Ubuntu", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.ubuntu-regular {
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.ubuntu-medium {
    font-family: "Ubuntu", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.ubuntu-bold {
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.ubuntu-light-italic {
    font-family: "Ubuntu", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.ubuntu-regular-italic {
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.ubuntu-medium-italic {
    font-family: "Ubuntu", sans-serif;
    font-weight: 500;
    font-style: italic;
}

.ubuntu-bold-italic {
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    font-style: italic;
}


.hero {
    background: rgb(0, 64, 193);
    background: linear-gradient(336deg, rgba(0, 64, 193, 1) 0%, rgba(0, 11, 43, 1) 100%);
}

.top-header {
    position: fixed;
    width: 100%;
    top: 30px;
    z-index: 9999;
}

.navbar {
    padding: 0px 5px !important;
    background-color: white;
    border-radius: 160px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px !important;
}

.callto-action a {
    text-decoration: none;
    background-color: rgb(2, 2, 83);
    font-weight: 600;
    padding: 18px 15px;
    border-radius: 50px;
    color: white;
    font-size: 14px;
}

.navbar-brand img {

    width: 70px;
    margin-left: -10px;
    border-radius: 50%;
}

.nav-item {
    margin-left: 20px;
    font-weight: 600;
}

.hero {
    padding-bottom: 130px;
    padding-top: 150px;
    border-radius: 0px 0px 17% 17%;
}

.item {
    background-color: white !important;
    padding: 10px;


    object-fit: contain !important;
    border-radius: 20px;
}

.item img {
    border-radius: 30px !important;
    width: 100% !important;
    height: 460px !important;
    object-fit: contain !important;
}



.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    background-color: white !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
}

.hero form {
    background-color: white;
    padding: 30px;
    border-radius: 20px;
    height: 460px !important;
}

.hero form input {
    height: 50px !important;
    outline: none !important;
    box-shadow: none !important;
}

.hero form label {
    font-weight: 700;
    margin: 5px;
}

.hero form button {
    width: 100%;
    height: 50px;
    background-color: rgb(5, 0, 92) !important;
    border: none !important;
    color: white;
    border-radius: 5px !important;
}

.top-heading {
    text-align: center;
    color: white;
}

.actionto-whatapp {
    text-decoration: none;
    color: white;
    background-color: #25D366;
    padding: 10px 20px;
    border-radius: 5px;
}

.service-container {

    padding: 130px 0px;


}

.service-section {

    padding: 40px 0px;
    background-color: #f9f9f9;
}


.service-detail-container p{
    text-align: left !important;
}

.service-detail-container h1 {
    text-align: left !important;
}

.service-detail-container h2{
    text-align: left !important;
}



.service-detail-container h3{
    text-align: left !important;
}


.service-detail-container h4{
    text-align: left !important;
}


.service-detail-container h5{
    text-align: left !important;
}
.service-detail-container h6{
    text-align: left !important;
}
.service-detail-container small{
    text-align: left !important;
}
.service-detail-container div{
    text-align: left !important;
}


.service-detail-container span{
    text-align: left !important;
}




.service-heading {
    text-align: center;
}



.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #333;
}

.section-subtitle {
    font-size: 1.2rem;
    color: #666;
    margin-top: 10px;
}

/* Service Box */
.service-box {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    min-height: 130px;
    position: relative;
    gap: 15px;
    margin-top: 10px;
}

.service-text {
    width: 70%;
}

.service-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}

.service-box h3 {
    color: black;
}

.service-box p {
    color: black;
    font-weight: 300;
}

.service-box img {
    width: 100px;

}

.icon-style {
    font-size: 2.2rem;
    margin-right: 15px;
    flex-shrink: 0;
}

/* Titles & Descriptions */
.service-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 5px;
    color: #222;
}

.service-description {
    font-size: 1rem;
    color: #555;
}

.service-image img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.service-box a {
    text-decoration: none;
    font-weight: 600;
}



footer {

    background: rgb(0, 64, 193);
    background: linear-gradient(336deg, rgba(0, 64, 193, 1) 0%, rgba(0, 11, 43, 1) 100%);
    color: rgba(255, 255, 255, 0.765);
}

.review-section {
    padding: 60px 0px;
    position: relative;
}


.review-image {
    width: 100%;
    height: 380px;
    padding: 20px;

    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
    border-radius: 30px 0px 30px 0px;
    margin-top: 30px;
}

.google {
    width: 100px;

}

.review-img1 img {
    width: 140px;
    margin-left: 100px;
    background-color: rgb(213, 240, 255);
    padding: 10px;
    border-radius: 50%;
    transform: rotate(-25deg);

}

.phone-section {
    display: none;
    padding: 60px 0px;
}

.faq-section {
    position: relative;
    height: 860px;

}

.faq-container {
    background: rgb(0, 64, 193);
    background: linear-gradient(336deg, rgba(0, 64, 193, 1) 0%, rgba(0, 11, 43, 1) 100%);
    padding: 80px 0px;
    height: 860px;
    padding-top: 30px;
}

.faq-bg {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
}

.accordion-button {
    box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
    box-shadow: none !important;
    background-color: transparent !important;
}

.accordion-button {
    box-shadow: none !important;
    font-weight: 700;
}

.accordion {
    background-color: transparent !important;
}

.about-section {
    padding: 60px 0px;
}

.main-btn {
    background-color: #032B87;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    color: white;
    border: none;
}

.nav-link {
    position: relative;
    padding-bottom: 5px;
    transition: color 0.3s;
}

.career {
    position: relative;
}

.career span {
    background-color: red;
    padding: 3px 30px;
    border-radius: 2px;
    color: white;
    font-size: 10px;
    position: absolute;
    top: -20px;
    left: 30px;
}

.nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 3px;
    background-color: #05005C;
    /* Change to your preferred color */
    transition: width 0.4s ease-in-out;
}

.nav-link:hover::after,
.nav-link.active-link::after {
    width: 100%;

}




.blog-section {
  padding-top: 60px;
  
}

.blog-section2{
  padding: 60px 0px;
}
.blog-box {
  background-color: white;
  padding: 10px;
  border-radius: 20px;
  height: 390px;

}

.blog-box h6 {
  font-weight: 600;
}

.blog-image img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 20px;

}

.dated {
  display: flex;
  gap: 20px;
  font-size: 14px;
  color: rgb(0, 74, 114);
}







.service-heading {
    margin-top: 50px;
    margin-bottom: 50px;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #333;
}

.section-subtitle {
    font-size: 1.2rem;
    color: #666;
    margin-top: 10px;
}

.container {
    max-width: 1200px;
    margin: auto;
}

.row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.col-lg-3,
.col-lg-2 {
    padding: 20px;
}

.col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.col-lg-2 {
    flex: 0 0 16.66%;
    max-width: 16.66%;
}

.icon-box {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 15px;
    padding: 20px 0;
}

.icon-box img {
    width: 110px;
    padding: 5px;
    border-radius: 3px;
}

.icon-box2 img {
    width: 110px;
    padding: 5px;
    border-radius: 3px;
}

.icon-box2 {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 15px;
    padding: 20px 0;
}

.icon-style {
    font-size: 3%;
    color: orangered;
    min-width: 40px;
}

.icon-text {
    font-size: 1rem;
    font-weight: 500;
    color: #333;
    margin: 0;
}

.text-box {
    margin-bottom: 30px;
}

.text-box h6 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #05005C;
    margin-bottom: 5px;
}

.text-box p {
    font-size: 0.95rem;
    color: #555;
    margin: 0;
}

.point {
    background-color: #05005C;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 3px solid #bbb9db;
    color: white;
    font-size: 29px;
    margin: auto;
}

.line {
    height: 100px;
    width: 2px;
    background-color: orangered;
    margin: 20px auto;
}




@media (max-width: 992px) {

    .col-lg-3,
    .col-lg-2 {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .row {
        flex-direction: column;
        align-items: center;
    }

    .icon-box {
        justify-content: center;
        text-align: center;
        flex-direction: column;
    }
}

.contact-form {
    /* From https://css.glass */
    background: rgba(255, 255, 255, 0.137);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10.7px);
    -webkit-backdrop-filter: blur(10.7px);
}

.contact-section {
    margin-top: 40px;
    background: rgb(0, 64, 193);
    background: linear-gradient(336deg, rgba(0, 64, 193, 1) 0%, rgba(0, 11, 43, 1) 100%);
}

.contact-box {

    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding: 80px 20px;

}

.contact-section form {

    padding: 30px;
    border-radius: 20px;

}


.contact-section h3 {
    color: rgba(255, 255, 255, 0.536);
}

.contact-section form input {
    height: 50px !important;
    outline: none !important;
    box-shadow: none !important;
}

.contact-section form label {
    font-weight: 700;
    margin: 5px;
    color: rgba(255, 255, 255, 0.703);
}

.contact-btn {
    width: 100%;
    height: 50px;
    background-color: white !important;
    border: none !important;

    font-weight: 600;
    border-radius: 5px !important;
}

.adress-box {
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 20px 25px;
    width: 80%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.adress-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.adress-box h3 {
    color: #0077cc;
    font-size: 20px;
    margin-bottom: 10px;
}

.adress-box p {
    font-size: 16px;
    color: #333;
    margin: 6px 0;
}

.adress-box strong {
    color: #000;
}


.staff-section {
    padding-bottom: 40px;
}

.staff-img-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.staff-img-wrapper img {
    width: 100%;
    display: block;
    transition: transform 0.4s ease;
}

.staff-img-wrapper:hover img {
    transform: scale(1.1);
}

.staff-overlay {
    position: absolute;
    padding: 20px;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.65);
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.staff-img-wrapper:hover .staff-overlay {
    opacity: 1;
}

.staff-name {
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.know-more-btn {
    background: #fff;
    color: #000;
    padding: 8px 16px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: background 0.3s ease;
}

.know-more-btn:hover {
    background: #f0f0f0;
}

.service-whatapp {
    background-color: #25D366;
    padding: 3px 7px;
    border-radius: 50%;
    color: white;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.service-call {
    background-color: darkblue;
    padding: 3px 7px;
    border-radius: 50%;
    color: white;
    position: absolute;
    bottom: 10px;
    right: 40px;

}

.job-section {
    padding-bottom: 40px;
    ;
}

.job-posting {
    background: rgb(0, 64, 193);
    background: linear-gradient(336deg, rgba(0, 64, 193, 1) 0%, rgba(0, 11, 43, 1) 100%);
    color: white;
    padding: 20px;
    border-radius: 20px;
    margin-top: 20px;
    ;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

.job-detail-container {
    display: grid;
    grid-template-columns: 40% 60%;
    gap: 10px;
    padding: 20px;
    border-radius: 10px;

}

.recent-jb {
    padding: 100px 0px;
}

.sidebar {
    background-color: white;
    padding: 10px;
    border-radius: 10px;

}

.job-header {
    background-color: white;
    padding: 20px;
    border-radius: 10px;
}

.sidebar ul {
    list-style: none;
}

.sidebar li {
    background-color: white;
    padding: 4px 10px;
    border-radius: 5px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.sidebar a {
    text-decoration: none;
    color: darkblue;

}

.recent-job {
    background-color: darkblue;
    padding: 10px 20px;
    border-radius: 60px;
    list-style: none;
    margin: 10px;
}

.recent-job a {
    text-decoration: none;
    color: white;
}

.job-form input,
.job-form select {
    width: 100%;
    margin-bottom: 5px;
    padding: 10px;
    height: 55px;
    border: none;
    border-radius: 5px;
    outline: none;
    font-size: 16px;
}

.job-form textarea {
    width: 100%;
    margin-bottom: 5px;
    padding: 10px;
    height: 105px;
    border: none;
    border-radius: 5px;
    outline: none;
    font-size: 16px;
}

.fun-facts{
    background: rgb(0, 64, 193);
    background: linear-gradient(336deg, rgba(0, 64, 193, 1) 0%, rgba(0, 11, 43, 1) 100%);
    padding: 60px 0px;
}
.single-fun {
text-align: center;
padding: 20px;
}

.counter {
font-size: 2.5rem;
font-weight: bold;
color: white; /* Bootstrap primary color */
}

.contact-container {
    background: rgb(0, 64, 193);
    background: linear-gradient(336deg, rgba(0, 64, 193, 1) 0%, rgba(0, 11, 43, 1) 100%);
    border-radius: 10px;
    padding: 30px;
    backdrop-filter: blur(5px);
}

.contact-box {

    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
}

.contact-form2 input,
.contact-form2 select,
.contact-form2 textarea {
    width: 100%;
    margin-bottom: 15px;
    padding: 10px;
    height: 55px;
    border: none;
    border-radius: 5px;
    outline: none;
    font-size: 16px;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
    background-color: #ffffff;
    color: #000;
}

.sub-btn {
    background-color: white;
    color: rgb(0, 64, 193);
    border: none;
    padding: 10px 30px;
    border-radius: 5px;
    transition: background 0.3s ease;
}


.map-container iframe {
    width: 100%;
    height: 450px;
    border: none;
    border-radius: 10px;
}
.contact-section-main{
    padding: 100px 0px;
}


.contact-box2{
    background-color: rgba(255, 255, 255, 0.178);
    text-align: center;
    padding: 10px;
    min-height: 130px;
    color: white;
    border-radius: 190px;
}

.service-detail-container {
    max-width: 80%;
    margin: auto;
    padding: 40px 20px;
    display: grid;
    gap: 60px;
    grid-template-columns: 70% 30%;
}
.service-header {
    text-align: center;
}
.service-header h1 {
    font-size: 28px;
    font-weight: bold;
    color: #333;
}
.service-meta {
    font-size: 14px;
    color: #777;
    margin-bottom: 20px;
}
.service-meta i {
    margin-right: 5px;
}
.service-content img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 20px;
}

.sidebar {
    margin-top: 50px;
    padding: 20px;
    background: #f9f9f9;
    border-radius: 10px;
}
.sidebar h3 {
    font-size: 20px;
    color: #222;
    margin-bottom: 15px;
}
.sidebar ul {
    list-style: none;
    padding: 0;
}
.sidebar ul li {
    margin-bottom: 10px;
}
.sidebar ul li a {
    text-decoration: none;
    transition: 0.3s;
    color: rgb(121, 121, 121);
}
.sidebar ul li a:hover {
    text-decoration: underline;
}
.recent-service {
    background-color: #f0eeee;
    padding: 10px 20px;
    border-radius: 5px;
}
.service-contents img{
    height: 500px;
}

   .error-border {
        border: 1px solid red;
    }

    .spinner-border {
        display: inline-block;
        width: 1rem;
        height: 1rem;
        vertical-align: text-bottom;
        border: 0.15em solid currentColor;
        border-right-color: transparent;
        border-radius: 50%;
        animation: spinner-border .75s linear infinite;
    }

    @keyframes spinner-border {
        100% {
            transform: rotate(360deg);
        }
    }

    .d-none {
        display: none !important;
    }

    .me-2 {
        margin-right: 0.5rem;
    }
    
    
    .myalert-box{
        background-color: white;
        padding: 15px 20px;
        position: fixed;
        bottom: 30px;
        right: 30px;
        color: darkblue;
        font-weight: 700;
        border-radius: 120px;
        box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
        
    }
@media screen and (max-width:576px) {
    .job-detail-container{
        display: block;
        padding: 0px;
    }
    .recent-jb{
        padding: 0px ;

    }

    .recent-job{
        text-align: center;
    }

    .top-header {
        position: fixed;
        width: 100%;
        top: 0px;
        z-index: 9999;
    }

    .service-detail-container {
        display: block !important;
        padding: 4px !important;
        max-width: 100% !important;

    }

    .service-contents img {
        width: 100%;
        height: auto !important;
    }

    .service-contents p {
        text-align: left !important;
    }

    .service-contents span {
        text-align: left !important;
    }

    .service-contents h1 {
        text-align: left !important;
    }

    .service-contents h2 {
        text-align: left !important;
    }

    .service-contents h3 {
        text-align: left !important;
    }

    .service-contents h5 {
        text-align: left !important;
    }

    .service-contents h6 {
        text-align: left !important;
    }

    .service-contents li {
        text-align: left !important;
    }

    .career span {
        background-color: red;
        padding: 3px 30px;
        border-radius: 2px;
        color: white;
        font-size: 10px;
        position: absolute;
        top: 9px;
        left: 180px !important;
    }

    .breadcrumb {
        padding: 100px 20px !important;
    }

    .service-text {
        width: 100%;
    }

    .navbar {
        padding: 0px !important;
        background-color: white;
        width: 100% !important;
        border-radius: 10px;
        box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px !important;
    }

    .top-heading {
        padding: 10px;
    }

    .hero {
        padding-top: 100px;
        border-radius: 0px;
        padding-bottom: 30px;
    }

    .hero h2 {
        text-align: center;
    }

    .item {
        margin-top: 40px;
        height: 400px !important;
    }

    .item img {
        height: 360px !important;
        margin-top: 30px !important;
    }

    .service-section {

        padding: 50px 0px;
        background-color: #f9f9f9;
    }

    .service-heading {
        margin-top: 0px !important;
    }

    .service-box {
        flex-wrap: wrap !important;
        text-align: center;
        justify-content: center;
    }

    .review-image {
        padding: 0px;
    }

    .contact-box2 {
        margin-top: 20px;
    }

    .contact-container {
        padding: 5px !important;
        background: transparent !important;
    }

    .contact-section-main {
        padding: 0px !important;
        margin-bottom: 30px;
        background: rgb(0, 64, 193);
        background: linear-gradient(336deg, rgba(0, 64, 193, 1) 0%, rgba(0, 11, 43, 1) 100%);
    }

    .service-image {
        margin: auto;
    }

    .adress-box {
        width: 100% !important;
    }

    .contact-box {
        padding: 0px !important;
        margin-bottom: 30px;
    }

    .contact-section form {
        padding: 10px !important;
    }

    .google {}

    .icon-link {
        text-align: center;
    }

    .faq-container {
        height: auto !important;
    }

    .faq-section {
        height: auto !important;
    }

    .faq-bg {
        opacity: 1%;
    }

    .point {
        display: none !important;
    }

    .line {
        display: none;
    }

    .icon-box2 {
        margin: auto;
    }

    .step-desk {
        display: none;
    }

    .phone-section {
        display: block;
    }

    .section-title {
        font-size: 26px !important;
    }

    .review-image {
        height: 370px !important;
    }

    .about-section {
        padding: 30px 0px !important;
    }

    .callto-action {
        display: none;
    }
}


@media screen and (max-width:820px) {
    body {
        background-color: orangered;
    }

    .hero {
        border-radius: 0px !important;
    }

    .navbar {
        border-radius: 10px;
    }


}