* {
    font-family: "Nexa", sans-serif;
}

.carousel-control-prev-icon {
    display: none;
}
.carousel-control-next-icon {
    display: none;
}

.carousel-caption {
    bottom: 11rem;
    color: #fff;
}

.carousel-caption p {
    color: #fff !important;
}

.carousel-item img {
    width: 100%;
    filter: brightness(60%);
}

.carousel-item {
    height: 650px; /* Adjust the height as needed */
    transition: transform 0.5s ease-in-out;
}

/* Use media queries to adjust the height for different screen sizes */
@media (max-width: 768px) {
    .carousel-item {
        position: relative;
        display: block;
        height: 400px; /* Adjust the height for smaller screens */
    }
    .carousel-item img {
        height: 400px;
    }

    .carousel-caption {
        bottom: 7rem !important;
        color: #fff;
    }
    .carousel-caption span {
        font-size: 20px;
        font-weight: 600 !important;
    }

    .carousel-caption p {
        font-size: 20px !important;
    }
}

@media only screen and (min-width: 320px) and (max-width: 425px) {
    .carousel-item img {
        height: 260px;
    }

    .carousel-caption {
        bottom: 8.25rem !important;
        color: #fff;
        justify-items: center;
    }

    #carouselExampleFade {
        height: 230px !important;
    }
}

.footer-background {
    background-color: transparent;
    background-image: linear-gradient(180deg, #565da9 0%, #0711d0 100%);
}
.footer-head {
    color: white !important;
    margin-bottom: 20px !important;
    font-weight: 500;
    font-size: 20px;
    font-family: "Nexa", Sans-serif;
}
.footer-email {
    font-size: small;
}
.footer-links li a {
    font-size: 13px;
    font-weight: 100;
}
.copyright_part span {
    font-weight: 100;
    font-size: 13px;
}

.footer-card-up {
    position: relative;
}
.footer-card-up .card-footer {
    margin-bottom: -4rem;
    background-color: #3bb0e2;
}

.footer-card-up .card-footer h3 {
    font-family: "Nexa", Sans-serif;
    font-size: 19px;
    line-height: 28px;
    font-weight: 700;
}
.footer-card-up .card-footer span {
    font-size: inherit;
    text-align: inherit;
    line-height: inherit;
    color: white;
}
.letsTalk {
    background-color: #6ec1e4;
}
.letsTalk:hover {
    background-color: #23a8e1;
}
.GetStarted {
    background-color: #07d078;
}
.GetStarted:hover {
    background-color: #61ce70;
}
.section2 .container .row {
    font-family: "Nexa", Sans-serif;
}
.section2half-1 {
    text-align: justify;
}
.section2half-2 .sec2Card1 {
    width: 100%;
    height: 420px;
    background-color: transparent;
    background-image: linear-gradient(180deg, #0875f7 0%, #58bbe6 100%);
}
.section2half-2 .sec2Card2 {
    width: 100%;
    height: 420px;
    background-color: transparent;
    background-image: linear-gradient(180deg, #07d078 0%, #85d28c 100%);
}
.section3Text {
    text-align: justify;
    font-family: "Nexa", Sans-serif;
}

@media only screen and (min-width: 2560px) and (max-width: 2560px) {
    .service-card {
        height: 450px !important;
    }
    .section2half-1 p {
        font-size: 26px !important;
    }
    .section2half-1 h3 {
        font-size: 28px !important;
    }

    .appMan {
        font-size: 26px !important;
    }

    .section2half-2 .sec2Card1 {
        height: 600px !important;
    }
    .section2half-2 .sec2Card2 {
        height: 600px !important;
    }

    .sec2Card1 h2 {
        font-size: 28px !important;
    }

    .sec2Card2 h2 {
        font-size: 28px !important;
    }

    .sec2Card1 h1 {
        font-size: 60px !important;
    }
    .sec2Card2 h1 {
        font-size: 60px !important;
    }

    .section3Text p {
        font-size: 26px !important;
    }

    .single_our_depertment p {
        font-size: 26px !important;
    }

    .news_heading .description {
        font-size: 26px !important;
        height: 150px !important;
    }

    .articlescard p {
        font-size: 24px !important;
    }

    .newscard p {
        font-size: 24px !important;
    }

    .uniBottam p {
        font-size: 26px !important;
    }

    .uniBottam h4 {
        font-size: 28px !important;
    }

    .uniBottam a {
        font-size: 26px !important;
    }
}

.uniBottam p {
    font-size: 20px;
}
.uniBottam h4 {
    font-size: 22px;
}
.uniBottam a {
    font-size: 18px;
}
.articlescard p {
    font-size: 18px;
}

.newscard p {
    font-size: 18px;
}

.news_heading .description {
    font-size: 20px;
    height: 75px;
}

.single_our_depertment p {
    font-size: 18px;
}
.section3Text p {
    font-size: 18px;
}

.sec2Card1 h2 {
    font-size: 22px;
}
.sec2Card2 h2 {
    font-size: 22px;
}

.sec2Card1 h1 {
    font-size: 22px;
}
.sec2Card2 h1 {
    font-size: 22px;
}

.section2half-1 p {
    font-size: 18px;
}

.section2half-1 h3 {
    font-size: 20px;
}

.section3Text h2 {
    font-size: 35px;
}
.section3Text h3 {
    font-size: 28px;
    text-align: left;
    word-spacing: 3px;
    color: #114a54;
}
.section3Text h5 {
    font-size: 25px;
    text-align: left;
    word-spacing: 3px;
    color: #114a54;
}

@media only screen and (max-width: 768px) {
    .footer-card-up .card-footer {
        margin-bottom: -2rem;
    }
}

/*  Contact use */

.card-heading {
    font-size: "25px";
    font-family: "Nexa", Sans-serif;
}
.card-paragraph {
    font-size: 16px;
    font-family: "Nexa", Sans-serif;
}
.Address-headeing {
    font-weight: 600 !important;
    font-family: "Nexa", Sans-serif;
}

input,
select,
textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
}

input[type="submit"] {
    background-color: #04aa6d;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

input[type="submit"]:hover {
    background-color: #45a049;
}

.form-container1 {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
}
.nice-select {
    width: 232px !important;
}

/* Faqs */

.faq-heading {
    font-family: "Nexa", Sans-serif;
    font-weight: 400;
    font-size: 19px;
    --webkit-transition: text-indent 0.2s;
    text-indent: 20px;
    color: #333;
}

.faq-text {
    font-family: "Nexa", Sans-serif;
    font-weight: 400;
    color: #919191;
    width: 95%;
    padding-left: 20px;
    margin-bottom: 30px;
}

.faq {
    width: 100%;
    margin: 0 auto;
    background: white;
    border-radius: 4px;
    position: relative;
    border: 1px solid #e1e1e1;
}
.faq label {
    display: block;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    height: 50px;
    padding-top: 1px;

    background-color: #fafafa;
    border-bottom: 1px solid #e1e1e1;
}

.faq input[type="checkbox"] {
    display: none;
}

.faq .faq-arrow {
    width: 5px;
    height: 5px;
    transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    transition: transform 0.8s, -webkit-transform 0.8s;
    --webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    border-top: 2px solid rgba(0, 0, 0, 0.33);
    border-right: 2px solid rgba(0, 0, 0, 0.33);
    float: right;
    position: relative;
    top: -30px;
    right: 27px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.faq input[type="checkbox"]:checked + label > .faq-arrow {
    transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    transition: transform 0.8s, -webkit-transform 0.8s;
    --webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.faq input[type="checkbox"]:checked + label {
    display: block;
    background: rgba(255, 255, 255, 255) !important;
    color: #4f7351;
    height: 120px;
    transition: height 0.8s;
    --webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.faq input[type="checkbox"]:not(:checked) + label {
    display: block;
    transition: height 0.8s;
    height: 40px;
    --webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

::-webkit-scrollbar {
    display: none;
}

.about-g-btn1 {
    color: #4499ff;
    background-color: white;
}
.about-g-btn1:hover {
    color: white;
    background-color: #0d6efd;
    border: solid 1px white;
}
.about-g-btn2 {
    background-color: #4499ff;
}
.about-g-btn2:hover {
    background-color: #0d6efd;
}

.card-heading-1 {
    font-family: "Nexa", Sans-serif;
    color: #114a54;
    font-size: 45px;
    font-weight: 700;
    font-style: normal;
    line-height: 56px;
    letter-spacing: 0px;
    word-spacing: 1px;
}

.partnerSec1 .card-paragraph {
    color: #102264;
    font-weight: 500;
    font-family: "Nexa", Sans-serif;
    text-align: justify;
}

.partnerSec2 p b {
    color: #102264;
    font-weight: 600;
}
.partnerSec1 p b {
    color: #102264;
    font-weight: 600;
}
.partnerSec2 .card-paragraph {
    color: #102264;
    font-size: 20px !important;
    font-weight: 500;
    line-height: 25px;
    font-family: "Nexa", Sans-serif;
}
.partnerSec2 ul li {
    list-style-type: disc;
    font-weight: 500;
}

/* multiple image slider */

.slick-dots {
    text-align: center;
    margin: 0 0 10px 0;
    padding: 0;
}
.slick-dots li {
    display: inline-block;
    margin-left: 4px;
    margin-right: 4px;
}
.slick-dots .slick-active button {
    background-color: black;
}

.slick-dots button {
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    background-color: #999;
    border: none;
    width: 15px;
    height: 15px;
    border-radius: 50%;
}
.slick-dots button:hover {
    background-color: black;
}

/* Custom Arrow */
.prev {
    color: #999;
    position: absolute;
    top: 38%;
    left: -2em;
    font-size: 1.5em;
}
.prev:hover {
    cursor: pointer;
    color: black;
}

.next {
    color: #999;
    position: absolute;
    top: 38%;
    right: -2em;
    font-size: 1.5em;
}
.next:hover {
    cursor: pointer;
    color: black;
}

@media screen and (max-width: 800px) {
    .next {
        display: none !important;
    }
}

/* Abouts us Sections */

/* Style for the vision card section */

.vision-section {
    background-image: linear-gradient(#07d078, rgba(7, 208, 120, 0.5)),
        url("../img/homefinal/vission-image.jpg"); /* Replace 'vision-image.jpg' with your vision background image */
    background-size: cover;
    background-position: center;
    background-color: #23a8e1; /* Light blue background color */
    color: #fff; /* Text color */
}

.mission-section {
    background-image: linear-gradient(#23a8e1, rgb(35, 168, 225, 0.5)),
        url("../img/homefinal/mission-image.jpg"); /* Replace 'mission-image.jpg' with your mission background image */
    background-size: cover;
    background-position: center;
    background-color: #07d078; /* Light green background color */
    color: #fff; /* Text color */
}

/* review slider */

.testimonial-bubble {
    position: relative;
    background-color: #23a8e1;
    border-radius: 10px 10px 0 0;
    padding: 18px;
    text-align: center;
    /* box-shadow: 0 0 10px 0 #555; */
    margin: 15px;
}

.testimonial-bubble:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    border-style: solid;
    border-width: 20px 20px 0 20px;
    border-color: #23a8e1 transparent transparent transparent;
}

.testimonial-text {
    margin-bottom: 20px;
}

.testimonial-rating {
    font-size: 20px;
    color: #999;
    margin-bottom: 20px;
}

.checked {
    color: #ffd700;
}

.testimonial-author {
    align-items: center;
}

.testimonial-author img {
    border-radius: 50%;
    margin-bottom: 10px;
    width: 70px;
    height: 70px;
}

.testimonial-author h3 {
    font-size: 20px;
}

.testimonial-author p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 0;
}

.social-media i {
    font-size: 30px;
    color: dimgrey;
}

.social-media i:hover {
    color: #04aa6d;
}

.social-media-footer a i {
    color: #fff;
}
.social-media-footer a i:hover {
    color: #04aa6d;
}
.slick-prev {
    display: none !important;
}
.slick-next {
    display: none !important;
}
#subNavbar {
    z-index: 999;
    top: 0px;
    width: 100%;
    right: 0px;
}
.scrolltop {
    background-color: #015f6b;
}
#subNavbar ul {
    font-size: 12px;
    font-weight: 600;
    font-family: "Nexa", Sans-serif;
}
#subNavbar ul li:hover {
    font-size: 13px;
    font-weight: 600;
    font-family: "Nexa", Sans-serif;
    border-bottom: solid 1px white;
}

.newscard {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}

.service-card {
    height: 350px;
}

.our_depertment .single_our_depertment p a {
    color: #0070fa;
}
.our_depertment .single_our_depertment p a:hover {
    color: #04aa6d;
}

.terms {
    background-color: #3bb0e2;
}
.terms-header h3 {
    color: white;
    text-align: center;
    font-size: 45px;
    font-weight: 600;
}

.term-list {
    font-size: 20px;
    margin-bottom: 8px;
    text-align: justify;
    color: black;
}

.newscard:hover {
    background-image: linear-gradient(180deg, #0875f7 0%, #58bbe6 100%);
    color: white;
    transform: scale(1.05);
    box-shadow: rgba(0, 0, 0, 0.4);
}
.newscard:hover p {
    color: whitesmoke !important;
}
.newscard:hover h4 {
    color: whitesmoke !important;
}
.newscard:active {
    transform: scale(1.05);
    box-shadow: rgba(0, 0, 0, 0.4);
}

.articlescard {
    box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em,
        rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
    overflow: hidden;
}

.articlescard img {
    width: 100%;
    transition: 0.5s all ease-in-out;
}

.articlescard:hover img {
    transform: scale(1.05);
}

.required:after {
    content: " *";
    color: red;
}

.check ul {
    list-style: none;
}

.check ul li:before {
    content: "✓";
    font-weight: 800;
    padding: 0px 10px 0px 0px;
    color: #002060;
    font-size: 23px;
}
.checks ul li:before {
    content: "✓";
    font-weight: 800;
    padding: 0px 10px 0px 0px;
    color: white;
    font-size: 23px;
}

.valueDes {
    text-align: justify;
    font-size: 18px;
    font-family: "Nexa", Sans-serif;
    color: #454547;
    line-height: 28px;
}

.valueHead {
    font-size: 25px;
    font-family: "Nexa", Sans-serif;
    font-weight: 500;
    letter-spacing: 3px;
}

.valueBox {
    width: 100%;
    border-radius: 20px !important;
}

@media only screen and (min-width: 1440px) and (max-width: 2560px) {
    .valueBox {
        width: 380px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1024px) {
    .valueBox {
        width: 310px;
    }
}

.valueBox:hover {
    box-shadow: 5px 5px 3px 4px #114a54;
}

.about_us_img img {
    border-radius: 15px;
}

@media only screen and (min-width: 1024px) and (max-width: 1024px) {
    .about_us_img img {
        height: 400px;
    }
}

.cardUni {
    position: relative;
    width: 100%;
    border-radius: 25px;
    /* background: url("https://www.montereyairport.com/sites/main/files/main-images/camera_lense_0.jpeg"); */
    background-position: center;
    background-size: cover;
}

.cardshadow:hover {
    width: auto;
    height: auto;
    /* border: 2px solid black; */
    border-radius: 28px 26px 25px 0px;
    box-shadow: 4px 8px 14px 0px #204466;
}

.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #e0e3e3;
    opacity: 0.3;
    overflow: hidden;
    width: 0;
    height: 100%;
    transition: 0.5s ease;
    border-radius: 25px;
}

.cardUni:hover .overlay {
    width: 100%;
}
.uniBottam {
    position: absolute;
    bottom: 0;
    padding: 13px 0px;
    width: 100%;
    text-align: center;
    background-color: #204466;
    color: white;
    font-size: 16px;
    border-radius: 35px 0px 25px 0px;
}
.uniLink {
    color: white;
}

.uniLink:hover {
    color: #84d18b;
}

.appMan {
    font-size: 18px;
    font-family: Nexa, sans-serif;
    text-align: justify;
    word-spacing: 2px;
    letter-spacing: 0.5px;
}
