
@import url('https://fonts.googleapis.com/css2?family=PT+Sans:wght@400;700&family=Poppins:wght@400;500;600;700;800&display=swap');

/* shortcut css */
p{
    text-align: justify;
}
.relative {
    position: relative;
}

.flex-column {
    display: flex;
    flex-direction: column;
}

.width-50 {
    width: 50%;
}

.flex {
    display: flex;
}

.flex-start {
    align-items: flex-start;
}

.align-center {
    display: flex;
    align-items: center;
    gap: 5px;
}
.justify-center{
    display: flex;
    justify-content: center;

}

.gap-10 {
    gap: 10px;
}

.gap-15 {
    gap: 15px;
}

.txt-center {
    text-align: center;
}

.mt-50 {
    margin-top: 50px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-5 {
    margin-top: 5px;
}

.mb-30 {
    margin-bottom: 30px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pt-25 {
    padding-top: 25px;
}

.mb-150 {
    margin-bottom: 150px;
}

/* shortcut css */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #000;
    font-family: 'PT Sans', sans-serif;
    line-height: 1.7em;
    font-size: 18px;
}

a {
    text-decoration: none;
    color: #000;
    cursor: pointer;

}

ul li {
    list-style: none;
}

.img-responsive {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.above-header {
    border-bottom: 2px solid #4675B7;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 99;
}

.above-header-wrapper {
    display: flex;
    gap: 80px;
    padding: 6px 0;


}

.above-header-wrapper a p {
    color: #454444;
}

header {
    margin-top: 50px;
}

.header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}

.nav {
    display: flex;
    gap: 50px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
}

.nav li a {
    position: relative;
    transition: all .5s ease-in-out;
}

.nav li .active {
    color: #0D55BA;
    position: relative;
}

.nav li .active::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: #0D55BA;
    left: 0;
    bottom: -5px;
    transition: all .5s ease-in-out;
}

.nav li a::after {
    position: absolute;
    content: '';
    width: 0;
    height: 1px;
    background: #0D55BA;
    left: 0;
    bottom: -5px;
    transition: all .5s ease-in-out;
}

.nav li a:hover {
    color: #0D55BA;
    transition: all .5s ease-in-out;
}

.nav li a:hover::after {
    width: 100%;
    transition: all .5s ease-in-out;
}

.dropdownmenu {
    position: absolute;
    top: 100%;
    min-width: 230px;
    padding: 10px 20px;
    background: #fff;
    list-style: none;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    margin-left: 10px;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
}

.dropdownmenu li {
    padding-bottom: 10px;

}

.dropdownmenu li a {
    font-size: 14px;
    line-height: 24px;
}

.nav li:hover .dropdownmenu {
    position: absolute;
    opacity: 1;
    top: 185%;
    z-index: 99;
    visibility: visible;
    transition: all 0.3s ease-in-out;
}

.nav li img {
    padding-left: 5px;
}

.dropdownmenu li {
    position: relative;
    border-bottom: 1px solid #F6F9FF;
}

.hero-header {
    background: linear-gradient(359.66deg, rgba(26, 157, 200, 0.12) 2.08%, rgba(255, 255, 255, 0) 99.67%);
    padding-bottom: 50px;

}

.hero-header-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    align-items: center;
}
.ndis {
    width: auto;
    height: auto;
    margin-bottom: 20px;
}

.hero-left-content h1 {
    font-family: Poppins;
    font-size: 60px;
    font-weight: 600;
    line-height: 80px;
    position: relative;
    margin-bottom: 100px;

}


.hero-left-content h1 span {
    color: #4675B7;
}

.primary-btn {
    background: #3CCAF8;
    border-radius: 4px;
    padding: 12px 20px;
    font-family: PT Sans;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    cursor: pointer;
    transition: all .5s ease-in-out;
}

.primary-btn:hover {
    background: #2D53A4;
    color: #fff;
    transition: all .5s ease-in-out;
}

.hero-right-top {
    display: grid;
    grid-template-columns: 0.55fr 1fr 1.5fr;
    gap: 15px;
    padding-bottom: 15px;
}

.sky-blue-box {
    background: #1A9DC8;
    width: 35px;
    height: 35px;
    justify-self: end;
    align-self: end;
}

.right-top-second-content {
    width: 100%;
    height: 230px;
    align-self: end;
}

.right-top-last-content {
    height: 320px;
}

.hero-right-bottom {
    display: grid;
    grid-template-columns: 1fr 2.5fr 2fr;
    gap: 15px;
}

.right-bottom-first-content {
    height: 110px;
}

.right-bottom-second-content {
    display: grid;
    grid-template-columns: 1fr;
}

.blue-box {
    background: #4675B7;
    width: 35px;
    height: 35px;
    justify-self: end;
    align-self: end;
}

.about-wrapper {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 35px;
}

.about-left {
    display: grid;
    grid-template-columns: 0.1fr 1fr;
    gap: 5px;
    height: 400px;
}

.about-img {
    border-top-right-radius: 50px;
    overflow: hidden;
}

.about-left .sky-blue-box {
    justify-self: end;
    align-self: end;
}

h2 {
    font-family: Poppins;
    font-size: 48px;
    font-weight: 600;
    line-height: 64px;
    color: #0D55BA;

}

.about-right p {
    font-family: PT Sans;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
}

.about-right a {
    color: #0D55BA;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;

}
.why-choose p{
    font-size: 22px;
    font-family: Poppins;
    line-height: 36px;
    

}
.services-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    width: 80%;
    margin: 0 auto;
    padding-bottom: 80px;
}

.service-card {
    position: relative;
    width: 100%;
    height: 600px;
    background: linear-gradient(1.06deg, #000000 0.97%, rgba(0, 0, 0, 0.59) 46.17%, rgba(255, 255, 255, 0) 99.2%);
    border-radius: 5px;
    overflow: hidden;
    transition: all .5s ease-in-out;

}

.service-card:hover .service-img {
    transform: scale(1.1);
    transition: all .5s ease-in-out;
}

.service-card:hover h4::after {
    width: 40%;
    transition: all .5s ease-in-out;
}

.service-card:hover .align-center img {
    transform: translateX(15px);
    transition: all .5s ease-in-out;
}

.service-card .align-center img {
    transition: all .5s ease-in-out;
}

.service-img {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    transition: all .5s ease-in-out;
}

.service-detail {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    padding: 35px;
}

.service-detail h4 {
    font-family: Poppins;
    font-size: 24px;
    font-weight: 600;
    line-height: 38px;
    color: #fff;
    position: relative;

}

.service-detail h4::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    height: 2px;
    width: 25%;
    background: #fff;
    transition: all .5s ease-in-out;
}

.service-section .flex {
    justify-content: flex-end;
    padding-right: 120px;
}

.service-section .primary-btn {
    padding: 12px 35px;
}


footer {
    background: #020114;
    padding: 50px;
    padding-bottom: 0;
}

.footer-wrapper {
    display: flex;
    justify-content: space-between;

    gap: 50px;
    border-bottom: 0.5px solid #FFFFFF;
    padding-bottom: 30px;
}

.header-wrapper .logo-holder {
    width: 250px;
    height: 100px;
}
.footer-wrapper .logo-holder {
    width: 250px;
    height: 100px;
}

.quicklinks-wrapper {
    display: flex;
    gap: 120px;
    color: #fff;
}

.quicklinks h4 {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 600;
    line-height: 27px;
    position: relative;
}

.quicklinks h4::after {
    position: absolute;
    content: '';
    width: 100%;
    left: 0;
    bottom: -5px;
    height: 1px;
    background: #fff;
}

.quicklinks ul li {
    padding-bottom: 10px;
    gap: 10px;
}

.quicklinks ul li a {
    color: #fff;
    font-family: PT Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;

}

.quicklinks ul li img {
    width: 24px;
    height: 24px;
}

.copyright {
    padding: 10px 0;
    font-family: PT Sans;
    font-size: 12px;
    font-weight: 400;
    line-height: 40px;
    color: #fff;
}

.copyright a {
    color: #3CCAF8;
}

.ham-icon {
    display: none;
}

.mobile-menu-contents {
    display: none;
}
.ndis-img .img-responsive{
    width: 100%!important;
    height: auto;

}
.ndis-img{
    width: auto;
}
/* about page start */
.about-page-section {
    position: relative;
    margin-top: 50px;
}

.about-page-left {
    width: 45%;
    padding-top: 100px;
    position: relative;
}



.about-page-left h3 {
    font-family: Poppins;
    font-size: 36px;
    font-weight: 700;
    line-height: 48px;
    color: #0D55BA;
}

.about-page-left p {
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;

}

.about-page-left p span {
    color: #1A9DC8;
    font-weight: 700;
}

.about-page-right {
    position: absolute;
    right: 0;
    top: 0;

}

.about-page-mask-holder {
    position: relative;

}

.about-page-mask {
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 20% 100%, 0 40%);
    height: 550px;
    position: relative;

}

.blue-overlay {
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(358.55deg, #000000 -4.62%, rgba(45, 83, 164, 0.57) 39.53%, rgba(60, 202, 248, 0) 99.76%);
    width: 100%;
    height: 100%;
}

.about-text {
    position: absolute;
    left: 55%;
    bottom: 10%;
    transform: translateX(-50%);
    width: 65%;
}

.about-text p {
    font-family: PT Sans;
    font-size: 20px;
    font-weight: 700;
    line-height: 27px;
    color: #fff;
    text-align: center;
}

.about-border {
    position: absolute;
    left: 45px;
    bottom: -15px;
    z-index: 11;
    height: 350px;
    width: 3px;
    background: #3CCAF8;
    transform: rotate(338deg);
}

.about-border1 {
    position: absolute;
    top: -30px;
    right: 0;
    z-index: 11;
    height: 3px;
    width: 550px;
    background: #3CCAF8;

}

.mission-section {
    background: #7F7F7F14;

    position: relative;
}

.mission-wrapper {
    display: flex;
    justify-content: center;
    gap: 100px;
    padding: 130px;
}

.mission-wrapper a {
    position: relative;
    z-index: 5;
}

.mission-box {
    filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.5));

}

.mission-hex {
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    width: 370px;
    height: 330px;
    background: #3CCAF8;
    padding: 15px 60px;
    text-align: center;

}

.mission-inf {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 980px;
    height: 440px;

}

.mission-hex h6 {
    font-size: 20px;
    font-weight: 700;
    line-height: 27px;
    color: #2F2D2D;
    text-decoration: underline;
    text-decoration-color: #2F2D2D;
}

.mission-hex ul li {

    font-size: 14px;
    font-weight: 700;
    line-height: 19px;
    padding-bottom: 15px;
    list-style: decimal;
    list-style-position: inside;
    color: #2F2D2D;

}

.blue {
    background: #3A6FB9 !important;
}

.blue h6 {
    color: #fff;
    text-decoration-color: #fff;
}

.blue ul li {
    color: #fff;
}

.about-page-wrapper-bottom .about-page-left {
    margin-left: auto;
}

.about-page-wrapper-bottom .about-page-mask {
    clip-path: polygon(85% 0, 100% 30%, 82% 100%, 0 100%, 0 0);
    height: 500px;

}

.about-page-wrapper-bottom .about-page-right {
    left: 0;
    right: auto;
}

.mission-section {
    overflow: hidden;
}

.pagination {
    padding-top: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.pagination a {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ADB0B4;
}

.pagination .active {
    background: #4675B7;
    width: 15px;
    height: 15px;
}

#page2 {
    display: none;
}

.single-service-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;

    overflow: hidden;
}

.single-service-left {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-self: self-end;
}

.single-service-left h2 {
    font-family: Poppins;
    font-size: 43px;
    font-weight: 600;
    line-height: 68px;
    text-decoration: underline;
    text-decoration-color: #0D55BA;
}

.single-service-left .left-img {
    height: 100%;
    width: 100%;
}

.single-service-right {
    height: 99%;
}

.single-service-p {
    font-family: PT Sans;
    font-size: 24px;
    font-weight: 400;
    line-height: 40px;
}

.contact-wrapper {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 150px;
    margin-top: 50px;
}

.contact-left h2 {

    font-size: 32px;
    font-weight: 700;
    line-height: 43px;
    text-decoration: underline;
    text-decoration-color: #0D55BA;
}

.contact-form {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
}

.form-controller {
    outline: none;
    border: 1px solid #464545;
    padding: 16px 12px;
    font-family: Poppins;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: #464545;
}

textarea {
    resize: none;
    font-family: Poppins;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: #464545;
    height: 130px;

}

.contact-form button {
    outline: none;
    border: none;
    cursor: pointer;
}

.contact-right {
    padding: 50px 25px;
    background: #0D55BA;
    position: relative;
}

.contact-right h4 {
    color: #fff;

    font-size: 32px;
    font-weight: 700;
    line-height: 43px;
    text-decoration: underline;
    text-decoration-color: #fff;
    padding-left: 30px;

}

.contact-right-wrapper {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.contact-right a p {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;

}

.contact-right-box {
    position: absolute;
    top: 15px;
    right: 0;
    width: 300px;
    height: 600px;
    background: #3CCAF84F;
    z-index: 0;
    display: none;
}

.responsive-map iframe {
    width: 100%;
    height: 600px;

}

.reg-sec h5 {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    color: #4675B7;
    position: relative;
    padding-bottom: 8px;
    margin-bottom: 50px;
}

.reg-sec h5::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #4675B7;
}

.reg-sec ul {
    display: grid;
    grid-template-columns: 1fr 2fr;
    column-gap: 100px;
    row-gap: 25px;

}

.reg-sec ul li {
    font-family: Poppins;
    font-size: 20px;
    font-style: italic;
    font-weight: 500;
    line-height: 30px;
    position: relative;
    padding-left: 30px;

}

.reg-sec ul li::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 5px;
    background-image: url('/static/images/reg-list.svg');
    width: 18px;
    height: 18px;
}

.feedback-wrapper {
    padding-top: 10px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.feedback-wrapper h2 {
    text-decoration: underline;

    font-size: 32px;
    font-weight: 600;
    line-height: 43px;

}

.career-wrapper {
    display: flex;
    flex-direction: column;
    gap: 100px;
    padding-bottom: 50px;
}

.career-wrapper h4 {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 500;
    line-height: 27px;
    color: #0D55BA;
    position: relative;
    margin-bottom: 50px;

}

.career-wrapper h4::after {
    width: 100%;
    height: 1px;
    background: #2D53A4;
    content: '';
    position: absolute;
    bottom: -15px;
    left: 0;
}

.career-top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    padding-bottom: 40px;
}

label {
    display: flex;
}

label span {
    color: #FF0000;
}

label p {
    font-family: Poppins;
    font-size: 11px;
    font-weight: 400;
    color: #4B4A4A;
    padding-left: 8px;
}

.career-bottom {
    display: grid;
    grid-template-columns: 1fr 1fr 2.1fr;
    gap: 25px;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    background-image: url('/static/images/calendar.svg');
    background-size: cover;
    width: 16px;
    height: 16px;
    opacity: 0.8;
    cursor: pointer;
}

.file-input {
    position: relative;
    cursor: pointer;
}

.file-input::after {
    background-image: url('/static/images/file-upload.svg');
    background-size: cover;
    width: 16px;
    height: 16px;
    opacity: 0.8;
    position: absolute;
    content: '';
    right: 20px;


}

.file-input::-webkit-file-upload-button {
    display: none;
}

.career-wrapper label {
    font-family: Poppins;
    font-size: 14px;

}

.career-wrapper select {
    padding-right: 20px;
    appearance: none;
    background-image: url('/static/images/down-arrow.svg');
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) center;
    cursor: pointer;
}

.career-2 .career-top {
    padding-bottom: 40px;
    border-bottom: 1px solid #464545;
}

.career-2 .btn-flex {
    justify-content: flex-end;
}

.career-3 .career-top {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    width: 50%;
}

.primary-submit-btn {
    padding: 12px 50px;
    color: #fff;
    background: #0D55BA;
    font-family: Poppins;
    font-size: 20px;
    font-weight: 500;
    border-radius: 4px;
    border: none;
    outline: none;
    cursor: pointer;
}

.mission-page-section ul {
    width: 65%;
}

.mission-page-section {
    margin-top: 75px;
    margin-bottom: 150px;
    overflow-x: clip;
}

.mission-page-section ul li {
    font-family: PT Sans;
    font-size: 30px;
    font-weight: 700;
    line-height: 46px;
    padding-bottom: 30px;
    position: relative;
    padding-left: 45px;
}

.mission-page-section ul li::before {
    content: '';
    position: absolute;
    left: 0;
    background-image: url('/static/images/mission-page.svg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 30px;
    height: 30px;
    top: 10px;


}

.mission-img-wrapper {
    position: absolute;
    right: -65px;
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    gap: 10px;
    top: 0;
    width: 35%;
    transform: rotate(-15deg);
}

.mission-img1 {
    height: 400px;
}

.mission-img2 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;

}

.mission-img2-img1 {
    height: 210px;
}

.mission-img2-img2 {
    height: 180px;
}


.vision-list li::before {
    background-image: url('/static/images/vision-page.svg') !important;

}

.breadcrumbs {
    display: flex;
    gap: 3px;
    padding-bottom: 25px;
}

.breadcrumbs a {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;


}

.breadcrumbs .current-page {
    color: #0D55BA;
}

.testimonial-card {
    padding: 35px 15px;
    border: 1px solid #3CCAF8;
    border-radius: 5px;
}

.testimonial-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
}

.testimonial-heading h5 {

    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: #0D55BA;
}

.testimonial-heading p {
    font-family: Poppins;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: #515151;
}

.testimonial-card p {

    font-size: 14px;
    font-weight: 400;
    line-height: 22px;

}

.testimonial-card {
    position: relative;
    background: #fff;
    transition: all .5s ease-in-out;
    cursor: pointer;
}

.testimonial-card:hover {
    background: #3CCAF836;
    transition: all .5s ease-in-out;
}

.testimonial-card::before {
    content: "“";
    position: absolute;
    left: 10px;
    top: -10px;
    font-size: 70px;
    line-height: 60px;
    color: #3CCAF8;
    transition: all .5s ease-in-out;
}

.testimonial-card:hover::before {
    color: #0D55BA;
    transition: all .5s ease-in-out;
}

.splide__track {
    padding-top: 20px;

}

.splide__pagination__page.is-active {
    background: #4675B7;
    opacity: 1;
    transform: scale(1.4);
    z-index: 1;
}

/* about page end */
@media (max-width:1270px) {
    .container {
        width: 90%;
    }

    .nav {
        gap: 30px;

    }

    .about-page-mask {

        height: 560px;
        width: 450px;
        overflow: hidden;
    }

    .about-border {

        left: 30px;
        bottom: -8px;

        transform: rotate(345deg);
    }

    .about-page-left h3 {

        font-size: 28px;

    }

    .about-page-left {

        padding-top: 10px;

    }

    .about-page-section {
        margin-top: 0;
        margin-bottom: 220px;
    }

    .single-service-left h2 {

        font-size: 36px;

    }

    .about-border1 {
        top: -20px;

        width: 380px;

    }
}

@media(max-width:1100px) {
    .services-wrapper {
        width: 100%;
    }

    .service-section .flex {

        padding-right: 0;
    }

    .quicklinks-wrapper {

        gap: 60px;

    }

    .hero-left-content h1 {
        font-size: 36px;

        line-height: 58px;

        margin-bottom: 70px;
    }

    .about-page-left p {
        font-size: 18px;
        line-height: 30px;
    }

    .mission-inf {

        width: 916px;
        height: 410px;
    }

    .single-service-left h2 {

        font-size: 28px;

        line-height: 60px;

    }

    .single-service-p {

        font-size: 20px;

        line-height: 34px;
    }

    .contact-wrapper {
        grid-template-columns: 1.2fr 1fr;
        gap: 70px;

    }

    .contact-right h4 {

        font-size: 25px;

        line-height: 40px;

    }

    .contact-right a p {

        font-size: 18px;

        line-height: 32px;
    }

    .contact-right-wrapper {

        gap: 25px;
    }

    .contact-right {
        padding: 40px 20px;

    }

    .pb-70 {
        padding-bottom: 50px;
       
    }

    .reg-sec ul li {

        font-size: 18px;

    }

    .reg-sec ul {
        grid-template-columns: 1fr 1fr;

    }

    h2 {

        font-size: 35px;

    }

    .mission-img-wrapper {

        width: 40%;

    }

    .mission-page-section ul {
        width: 60%;
    }

    .mission-page-section {
        margin-bottom: 90px;

    }

    .mission-page-section ul li {

        font-size: 25px;

        padding-bottom: 20px;

    }
}

@media (max-width:880px) {
    .hero-header-wrapper {

        grid-template-columns: 1fr 1.4fr;

    }

    .right-top-second-content {

        height: 170px;

    }

    .right-top-last-content {
        height: 250px;
    }

    .right-bottom-first-content {
        height: 70px;
    }

    .logo-holder {
        width: 160px;
    }

    .nav li a {
        font-size: 15px;
    }

    .nav {

        gap: 20px;

    }

    .primary-btn {

        padding: 10px 18px;

        font-size: 18px;

    }

    .mb-150 {
        margin-bottom: 75px;
    }

    .about-left {

        height: 350px;
    }

    h2 {

        font-size: 32px;

        line-height: 45px;

    }

    .pb-30 {
        padding-bottom: 22px !important;
    }

    .about-right p {

        font-size: 18px;

        line-height: 28px;
    }

    .pb-70 {
        padding-bottom: 45px;
    }

    .service-detail h4 {

        font-size: 20px;

        line-height: 35px;

    }

    body {
        line-height: 1.6em;
        font-size: 16px;
    }

    .service-detail {
        padding: 25px;
    }

    .service-card {

        height: 475px;

    }

    .services-wrapper {
        gap: 20px;
        padding-bottom: 50px;
    }

    .mission-hex {

        width: 290px;
        height: 260px;

    }

    .mission-inf {
        width: 700px;
        height: 315px;
    }

    .mission-wrapper {

        gap: 60px;

    }

    .mission-hex h6 {
        font-size: 16px;

        line-height: 20px;

    }

    .mission-hex .pb-20 {
        padding-bottom: 12px;
    }

    .mission-hex ul li {
        font-size: 12px;

        line-height: 15px;
        padding-bottom: 8px;

    }

    .about-page-mask {
        height: 550px;
        width: 400px;

        margin-top: 40px;
    }

    .about-border {
        left: 22px;

        transform: rotate(346deg);
    }

    .about-page-left h3 {
        font-size: 22px;
    }

    .pb-30 {
        padding-bottom: 20px;
    }

    .about-page-left p {
        font-size: 16px;
        line-height: 25px;
    }

    .about-page-mask {
        height: 420px;
        width: 385px;
        margin-top: 40px;
    }

    .about-border {

        left: 25px;
        bottom: -8px;

        height: 265px;

        transform: rotate(343deg);
    }

    .about-page-wrapper-bottom .about-page-mask {
        clip-path: polygon(85% 0, 100% 30%, 82% 100%, 0 100%, 0 0);
        height: 390px;
        width: 385px;
        margin-top: 0;
    }

    .mission-wrapper {
        display: flex;


        padding: 130px 0px;
        flex-direction: column;
        align-items: center;
    }

    .mission-inf img {
        transform: rotate(90deg);
    }

    .mission-hex {
        width: 270px;
        height: 290px;
        padding: 30px;
        clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    }

    .single-service-left h2 {
        font-size: 25px;
        line-height: 40px;
    }

    .single-service-right {
        height: 98.5%;
    }

    .single-service-p {
        font-size: 18px;
        line-height: 30px;
    }

    .contact-wrapper {
        grid-template-columns: 1fr 1fr;
        gap: 50px;
    }

    .contact-left h2 {
        font-size: 28px;

    }

    .pb-50 {
        padding-bottom: 40px;
    }

    .contact-form {
        gap: 25px;
    }

    .reg-sec ul {

        column-gap: 30px;
        row-gap: 20px;
    }

    .contact-right-box {

        width: 200px;
        height: 550px;

    }

    .responsive-map {
        padding-top: 50px;
    }

    .responsive-map iframe {
        width: 100%;
        height: 400px;
    }

    .reg-sec ul li {
        font-size: 16px;
    }

    .feedback-wrapper h2 {

        font-size: 25px;

        line-height: 40px;
    }

    .feedback-wrapper {
        padding-top: 20px;

        grid-template-columns: 1.2fr 1fr;
        gap: 30px;

    }

    .footer-wrapper .logo-holder {
        width: 200px;
        height: 84px;
    }

    footer {

        padding: 50px 0;

    }

    .mission-page-section ul li {
        font-size: 18px;
        padding-bottom: 20px;
        line-height: 32px;
        padding-left: 40px;
    }

    .mission-page-section ul li::before {
        width: 25px;
        height: 25px;
        top: 5px;
    }

    .mission-img1 {
        height: 320px;
    }

    .mission-img2-img1 {
        height: 160px;
    }

    .mission-img2-img2 {
        height: 150px;
    }

    .mission-img-wrapper {
        right: -55px;
        grid-template-columns: 1fr 1fr;
        width: 45%;
    }

    .about-border1 {
        top: -15px;
        width: 325px;
    }

    .about-page-section {
        margin-bottom: 120px;
    }
}

@media (max-width:620px) {
    .hero-header-wrapper {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .hero-right-content {
        grid-row: 1;
    }

    .right-top-second-content {
        height: 140px;
    }

    .right-top-last-content {
        height: 200px;
    }

    .right-bottom-second-content {
        gap: 5px;
    }

    .hero-left-content h1 {
        font-size: 28px;
        line-height: 45px;
        margin-bottom: 60px;
    }

    .about-wrapper {
        display: grid;
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .pb-30 {
        padding-bottom: 18px !important;
    }

    h2 {
        font-size: 26px;
        line-height: 40px;
    }

    .mb-150 {
        margin-bottom: 60px;
    }

    .pb-50 {
        padding-bottom: 30px;
    }

    .pb-70 {
        padding-bottom: 35px;
    }

    .services-wrapper {
        grid-template-columns: 1fr;
        gap: 20px;

    }

    .footer-wrapper {
        display: flex;
        justify-content: normal;
        flex-direction: column;
    }

    .quicklinks-wrapper {
        display: flex;
        flex-direction: column;
        gap: 40px;
    }

    footer {
        background: #020114;
        padding: 30px 0;
        padding-bottom: 0;
    }

    .hero-left-content h1::after {

        bottom: -15px;

    }

    .above-header-wrapper {

        gap: 40px;
        padding: 10px 0;
    }

    .above-header-wrapper a p {
        font-size: 15px;
    }

    .quicklinks h4::after {

        width: 32%;

        bottom: -4px;

    }

    .mobile-menu-contents {
        display: block;
        padding: 20px;
        background: #fff;

        position: fixed;
        left: -250px;
        opacity: 0;
        top: 0;
        /* overflow: hidden; */
        visibility: hidden;
        transition: all 0.3s ease-in-out;
        height: 100%;
        width: 100%;
        box-shadow: 0 14px 32px rgb(0 0 0 / 10%);
        overflow-y: scroll;
        z-index: 99999;
    }

    .mobile-menu-contents.active {
        visibility: visible;
        opacity: 1;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

    .ham-icon {
        display: block;
        width: 25px;
    }

    .nav {
        display: none;
    }

    .logo-holder {
        width: 150px;
    }

    .menu-header-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-bottom: 20px;
    }

    .cross-icon {
        width: 25px;
    }

    .header-contents {
        padding-bottom: 15px;
        padding-left: 15px;

        position: relative;
    }

    .header-contents img {
        padding-right: 20px;
    }

    .header-contents a {
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
        font-size: 16px;
    }

    .accordian {
        display: block !important;
        position: absolute;
        top: 0;
        left: 30%;
    }


    .accordian.active {
        display: block !important;
    }




    .acc-content {
        display: none;
        margin: 0 1rem;
        padding-left: 1rem;
        padding-top: 20px;
        overflow: hidden;

        font-size: 18px;
        font-weight: 600;
        /* border-bottom: 1px solid #ccc; */
    }

    .acc-content a {
        font-family: 'Poppins', sans-serif;
        font-size: 15px;
        font-weight: 400;

    }

    .about-page-left {
        width: 100%;
        padding-top: 455px;

    }

    .about-page-mask {
        margin-top: 0;
        width: 360px;
    }

    .about-page-left h3 {

        line-height: 36px;

    }

    .about-page-wrapper-bottom .about-page-mask {

        height: 410px;

    }

    .single-service-wrapper {

        grid-template-columns: 1fr;
        gap: 20px;

    }

    .contact-wrapper {
        grid-template-columns: 1fr;
        gap: 80px;
        margin-top: 0;
    }

    .contact-right-box {

        bottom: -30px;

        width: 220px;
        height: 400px;
        background: #3CCAF84F;
        z-index: 0;
        top: auto;
    }

    .reg-sec ul {
        grid-template-columns: 1fr;
    }

    .feedback-wrapper {
        padding-top: 0px;
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .career-top {

        grid-template-columns: 1fr;
        gap: 20px;
        padding-bottom: 30px;
    }

    .career-bottom {

        grid-template-columns: 1fr;
        gap: 20px;
    }

    .career-wrapper {

        gap: 60px;
        padding-bottom: 35px;
    }

    .career-3 .career-top {


        width: 100%;
    }

    .career-wrapper {
        padding-bottom: 20px;
    }

    .primary-submit-btn {
        padding: 12px 35px;

        font-size: 16px;

    }

    .primary-btn {

        font-size: 16px;
    }

    .mission-page-section ul {
        width: 100%;
    }

    .mission-img-wrapper {
        position: static;
        width: 100%;
        transform: rotate(0deg);
        padding-top: 20px;
    }

    .mission-page-section {
        margin-top: 0;
        margin-bottom: 60px;
        overflow-x: clip;
    }

    .mission-page-section ul li {
        padding-bottom: 15px;
        line-height: 30px;

    }

    .mission-img1 {
        height: 280px;
    }

    .mission-img2-img1 {
        height: 150px;
    }

    .mission-img2-img2 {
        height: 120px;
    }

    .pt-25 {
        padding-top: 15px;
    }

    .hero-left-content h1 {

        margin-bottom: 30px;
    }

    .about-border1 {
        top: -15px;
        width: 300px;
    }

    .about-page-section {
        margin-top: 20px;
    }
}
/*
     FILE ARCHIVED ON 08:41:22 Mar 12, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 07:52:06 Apr 18, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.71
  exclusion.robots: 0.066
  exclusion.robots.policy: 0.052
  esindex: 0.01
  cdx.remote: 5.693
  LoadShardBlock: 144.786 (3)
  PetaboxLoader3.datanode: 71.368 (4)
  PetaboxLoader3.resolve: 119.941 (3)
  load_resource: 133.798
*/