@import url('https://fonts.googleapis.com/css2?family=Unbounded:wght@200..900&display=swap');


body,
html {
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

.offcanvas.show:not(.hiding),
.offcanvas.showing {
    height: 100vh;
}

.navbar-expand-lg .offcanvas {
    flex-grow: 0;
}

.bg_hero {
    width: 100%;
    height: 100vh;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.custom-navbar.sticky_navbar{
    background-color: #fff;
    transition: all 0.5s ease-in-out;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;

}

.custom-navbar .bgblur {
    padding: 10px;
    backdrop-filter: blur(6px);
    border: 1px solid #ffffffa1;
    border-radius: 20px;
}

.removeblur .bgblur {
    backdrop-filter: none;
}
.nav-link:hover,
.nav-link {
    color: #3e4095;
    font-weight: 500;
}

.custom-navbar.sticky_navbar .nav-link {
    color: #3e4095;
}


.custom-navbar {
    width: 100%;
    background: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    transition: all 0.5s ease-in-out;
}
.custom-navbar.sticky_navbar .bgblur {
    padding: 0;
}

.custom-navbar.sticky_navbar .bgblur img {
    width: 70px;
}

.nav-item {
    margin-right: 30px;
}

.bg_hero .contentbody {
    padding-top: 250px;
}

.bg_hero .content h3 {
    color: white;
    font-size: 60px;
    font-family: "Unbounded", serif;
    margin-bottom: 40px;
}

.bg_hero .content p {
    color: #fff;
    font-size: 20px;
}

.space {
    padding: 40px 0;
}

.aboutus ul {
    padding: 0;
    list-style: none;
}

.aboutus ul li {
    overflow: hidden;
    margin: 40px 0;
    position: relative;
}

.aboutus ul li span {
    position: absolute;
    font-size: 55px;
    font-weight: bold;
    right: 10px;
    font-family: 'Unbounded';
    color: #eaeaeaab;
}

.aboutus h3 {
    color: #3e4095;
    font-size: 40px;
    font-family: "Unbounded", serif;
    line-height: 70px;
    margin-bottom: 20px;
}

.aboutus .pointsss {
    transition: 0.5s;
    height: 100%;
    padding: 20px;
    border: 1px solid #bfbfbf6b;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.aboutus .pointsss h5 {
    width: 50%;
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
}

.aboutus .pointsss:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    transform: scale(1.01) translate(0px, -5px);
    transition: 0.5s;
}

.headlines {
    margin-bottom: 40px;
}

.headlines h3 {
    color: #3e4095;
    font-size: 40px;
    font-family: "Unbounded", serif;
    line-height: 52px;
}

.headlines span {
    color: #000000;
    display: inline-block;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 5px;
    position: relative;
    border: 1px solid #d8d8d8;
    border-radius: 50px;
    line-height: 1;
    padding: 10px 14px 10px 30px;
}

.headlines span:before {
    position: absolute;
    content: "";
    left: 14px;
    top: 14px;
    background-color: #ffcc00;
    height: 8px;
    width: 8px;
    border-radius: 100%;
    animation: rt-opacity 1.5sease infinite;
}

.servicesbox {
    background-color: #3e409517;
    border-radius: 10px;
}

.servicesbox:hover {
    cursor: url(../img/icon/arrows.png), auto;
}

.ourservices .owl-nav {
    display: none;
}

.servicesbox .content {
    height: 600px;
    padding: 60px 75px 90px;
    border-radius: 0 10px 10px 0;
}

.servicesbox img {
    object-fit: cover;
    height: 600px;
    border-radius: 10px 0 0 10px;
}

.servicesbox .content h3 {
    font-size: 80px;
    line-height: 1.1;
    display: inline-block;
    position: relative;
    color: transparent;
    transition: 0.5s;
    cursor: pointer;
    text-decoration: none;
    -webkit-text-stroke: 1px #000000;
    transition: all .5 scubic-bezier(.17, .67, .32, .87);
    margin-bottom: 3rem;
}

.servicesbox .content h3:hover {
    transition: 0.5s;
    color: #3e4095;
}

.servicesbox .content p {
    line-height: 30px;
}

.features_list {
    padding: 0;
    list-style: none;
}

.features_list li {
    background-color: #f7f7f7;
    height: 100%;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 10px;
    /* border: 1px solid #3e4095; */
}

.features_list p {
    margin: 0;
}

.features_list h3 {
    margin-bottom: 6px;
    font-size: 18px;
}

.whatweoffers {
    position: relative;
    overflow: hidden;
    background: linear-gradient(0deg, #ffcc00 50%, transparent 50%);
    padding: 2%;
}

.whatweoffers::after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 50%;
    background: url("../img/about/map.svg");
    background-position: bottom;
    background-size: cover;
    height: 100%;
    width: 100%;
}

.whatweoffers .whatweofferssbox {
    cursor: pointer;
    padding: 30px;
}

.whatweoffers .whatweofferssbox .images img {
    width: 100%;
    height: 100%;
}

.whatweoffers .whatweofferssbox .images {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.whatweoffers .whatweofferssbox .images .content {
    position: absolute;
    bottom: 10%;
    background: white;
    left: 10%;
    right: 10%;
    padding: 10px;
    text-align: center;
    border-radius: 10px;
    transition: 0.5s;
}

.whatweoffers .whatweofferssbox:hover .content {
    background: #3e4095;
    color: #fff;
}

.whatweoffers .whatweofferssbox .content h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
}

.whatweoffers .owl-nav {
    display: flex;
    justify-content: center;
    gap: 50px;
}

.whatweoffers .owl-nav button {
    border: 1px solid #000000 !important;
    height: 60px;
    width: 60px;
    display: grid;
    background-color: #ffcc00 !important;
    border-radius: 100%;
    z-index: 1;
    margin-top: 0;
    position: relative;
    font-size: 40px !important;
    line-height: 47px !important;
}

.faqbox .accordion-item {
    border: 1px solid #e5e5e5;
    position: relative;
    border-radius: 5px;
    margin-bottom: 10px;
}
.accordion-flush>.accordion-item:last-child,
.faqbox .accordion-flush>.accordion-item:first-child {
    border: 1px solid #e5e5e5;
}

.faqbox .accordion-button:focus {
    box-shadow: none;
}

.faqbox .accordion-header button {
    font-size: 18px;
    font-weight: 600;
}

.faqbox .accordion-button:not(.collapsed) {
    background-color: #ffcc00 !important;
}

.faqbox .accordion-button::after {
    content: "v";
    background-color: #ffcc00;
    height: 60px;
    width: 60px;
    display: grid;
    place-content: center;
    border-radius: 5px;
    background-image: none;
}

.accordion-button:not(.collapsed)::after {
    background-color: #fff;
}

.breadcrumbbox {
    color: white;
    background: url(../img/about/breadcrumbbox.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 1px solid #d6d6d6;
    text-align: center;
    padding: 250px 0 50px 0;
}

.breadcrumbbox h3 {
    font-size: 40px;
}

.mission_vision {
    display: grid;
    place-content: center;
    height: 100%;
}

.mission_vision img {
    width: 100%;
}

.mission_vision h3 {
    font-size: 20px;
    font-weight: bold;
}

.mission_vision .content {
    padding: 20px;
}

.Features_bg {
    background: url("../img/about/service-1.png");
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
}

.Perfect_Team img {
    height: 100%;
    width: 100%;
    object-fit: cover;

}

.service-item {
    border-radius: 10px 10px 10px 10px;
    padding: 45px 20px 45px 20px;
    text-align: center;
    position: relative;
    z-index: 1;
    height: 100%;
    transition: 0.5s;
    background-color: #fff;
}

.service-item:hover {
    background-color: #ffcc00;
    box-shadow: 7px 7px rgba(0, 0, 0, .2);
    transform: translateY(5px);
    transition: 0.5s;
}


.ourallianceslide img {
    width: 100px;
    height: 100px;
    object-fit: contain;
}

.ourallianceslide .owl-nav {
    display: none;
}

.contactusbox form label {
    color: #000;
    font-size: 14px;
    font-weight: 500;
}





.btn-custombtn {
    transition: 0.5s;
    width: 100%;
    background: #3e4095;
    font-weight: bold;
    color: #fff;
}

.btn-custombtn:hover {
    transition: 0.5s;
    background: #ffcc00;
    color: #000;
    box-shadow: 7px 7px rgba(0, 0, 0, .2);
}





.contactheader {
    padding-left: 50px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap: 20px;
}

.contactheader i {
    color: #000;
    height: 45px;
    width: 45px;
    min-width: 45px;
    border-radius: 100%;
    background-color: #ffcc00;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    animation: phone-ring-anim 2.5s infinite ease-in-out;
}

.contactheader h3 {
    font-size: 20px;
    font-weight: 700;
    display: block;
    transition: all .3s ease-in-out;
    color: #3e4095;
}

.contactheader p {
    color: #3e4095;
    font-size: 14px;
    padding-right: 8px;
    display: block;
    margin: 0;
}

.custom-navbar.sticky_navbar .contactheader h3,
.custom-navbar.sticky_navbar .contactheader p {
    color: #000;
}

@keyframes phone-ring-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        transform: rotate(0) scale(1) skew(1deg);
    }
}

.contactusbox form {
    border: 1px solid rgba(0, 0, 0, .2);
    box-shadow: 7px 7px rgba(0, 0, 0, .2);
    border-radius: 10px;
    padding: 20px;
}

.contactusbox form input {
    font-size: 14px;
}

.contactinfo {
    transition: 0.5s;
    border-radius: 10px;
    box-shadow: 7px 7px rgba(0, 0, 0, .2);
    border: 1px solid rgba(0, 0, 0, .2);
    height: 100%;
    padding: 20px;
}

.contactinfo:hover {
    background-color: #FFFCEE;
    transform: translateY(-5px);
    transition: 0.5s;
}

.contactusbox .contactinfo h3 {
    color: #3e4095;
    font-size: 18px;
    font-weight: bold;
}

.contactusbox .contactinfo ul {
    list-style: none;
    padding: 0;
}

.contactusbox .contactinfo ul li {
    margin-bottom: 10px;
}

.contactusbox .contactinfo ul li a i {
    color: #ffcc00;
    margin-right: 10px;
}

.contactusbox .contactinfo ul li a {

    color: #000;
}


footer.footer {
    background-color: #030549;
    padding: 100px 0 10px 0;
}

.footer_about {
    padding-right: 20px;
}

.footer_about img {
    width: 100px;
    border: 1px solid white;
    border-radius: 50%;
    margin-bottom: 10px;
}

.footer_about h3 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 20px;
    font-family: "Unbounded", serif;
    font-weight: bold;
}





footer.footer .important_link {
    padding: 0 0 0 20px;
}


footer.footer .important_link h3 {
    color: #fff;
    margin-bottom: 50px;
    font-size: 20px;
    font-family: "Unbounded", serif;
    font-weight: bold;
}

footer.footer .important_link ul {
    list-style: none;
    padding: 0;
}

footer.footer .important_link ul li {
    cursor: pointer;
    margin-bottom: 16px;
    transition: 0.5s;
}

footer.footer .important_link ul li a {

    color: #fff;
    font-size: 16px;
    font-weight: 500;
    transition: 0.5s;
}

footer.footer .important_link ul li:hover {
    transform: translateX(10px);
    transition: 0.5s;
}

footer.footer .important_link ul li a:hover {
    color: #ffcc00;
    transition: 0.5s;
}

footer.footer .important_link h5 {
    margin-top: 26px;
    font-size: 16px;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 0;
}

footer.footer .important_link a {
    color: #B0B0B0;
}
.tracking h3 {
    color: #030549;
}.tracking .card-body {
    padding: 50px;
}.tracking label {
    color: #030549;
    font-weight: 600;
    width: 100%;
    margin-bottom: 10px;
}
    .submit_btn {
    color: #fff;
    background: #030549;
    width: 100%;
    border-radius: 8px;
}

.submit_btn:hover{
    color: #000;
    background: #ffcc00;
}
.tracking input {
    width: 100%;
    padding: 6px 10px;
    color: #000;
    background: transparent;
    border: 1px solid #000;
    height: 40px;
    border-radius: 8px;
}
#bottom-top-button {
    display: inline-block;
    background-color: #ff9800;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
  }
  #bottom-top-button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    line-height: 50px;
    color: #fff;
  }
  #bottom-top-button:hover {
    cursor: pointer;
    background-color: #333;
  }
  #bottom-top-button:active {
    background-color: #555;
  }
  #bottom-top-button.show {
    opacity: 1;
    visibility: visible;
  }
  @media (min-width: 500px) {
  
    #bottom-top-button {
      margin: 30px;
    }
  }
















@media (max-width:1080px) {
    .footer_about img {
        width: 60px;
    }

    .footer_about h3 {
        margin-bottom: 10px;
        font-size: 14px;
    }

    .nav-item {
        margin-right: 16px;
    }

    .contactheader h3 {
        font-size: 18px;
    }

    .contactheader {
        padding-left: 40px;
        gap: 12px;
    }

    .servicesbox .content h3 {
        font-size: 50px;
    }

    .mission_vision h3 {
        font-size: 18px;
        font-weight: bold;
        line-height: 24px;
    }

    .breadcrumbbox {
        padding: 150px 0 10px 0;
    }

    .breadcrumbbox h3 {
        font-size: 20px;
    }
}


@media (max-width:991px) {
    .headlines h3 {
        font-size: 26px;
        line-height: 34px;
    }

    .servicesbox img {
        height: auto;
    }

    .servicesbox .content {
        height: auto;
    }

    .servicesbox .content h3 {
        color: #000;
        font-size: 30px;
        margin-bottom: 1.5rem;
    }

    .navbar-toggler {
        background-color: #fff;
    }
}

@media (max-width:768px) {
    .contactheader {
        justify-content: start;
    }
}