/**!------------------------------------------------------
	Extra large devices ( large desktops, 1200px and up )
--------------------------------------------------------**/
@media (min-width: 992px) and (max-width: 1200px) {}
@media (max-width: 1200px) {
    .feature-item:hover .feature-content {
        top: 65%;
    }
    .reason-item.brochure h3 {
        font-size: 24px;
    }
    .reason-item.brochure h3 span {
        font-size: 24px;
    }
    .overview-content h5 {
        font-size: 20px;
    }
    .overview-content h3 {
        font-size: 36px;
    }
}
@media (max-width: 991px) {
    .slider-area .carousel-caption h2 span {
        font-size: 42px;
    }
    .slider-area .carousel-caption h2 {
        font-size: 32px;
    }
    .slider-area .carousel-caption p {
        font-size: 18px;
    }
    .heading h4 {
        font-size: 20px;
    }
    .heading h2 {
        font-size: 36px;
    }
    .welcome-content h2 {
        font-size: 30px;
    }
    .profile-content h3 {
        font-size: 26px;
    }
    .profile-content h5 {
        font-size: 16px;
    }
    .feature-content h3 {
        font-size: 16px;
        margin-bottom: 0;
    }
    .feature-content {
        padding: 5px 15px 20px;
    }
    .feature-content p {
        font-size: 14px;
    }
    .feature-content hr {
        margin: 10px 0 15px auto;
    }
    .tour-content h3 {
        font-size: 32px;
    }
    .tour-content h4 {
        font-size: 26px;
    }
    .banner-title h2 {
        font-size: 40px;
    }
    .banner-title h5{
        font-size: 30px;
    }
    .header-info li a.invest-btn {
        padding: 8px 20px;
    }
    .header-info li a {
        font-size: 16px;
    }
}
/**!--------------------------------------
	Large devices (desktops, 992px and up)
----------------------------------------**/
@media (min-width: 768px) and (max-width: 991.98px) {
    .slider-area .carousel-caption {
        bottom: 20%;
    }
}
@media (max-width: 767px) {
    .slider-area .carousel-caption h2 span {
        font-size: 36px;
    }
    .slider-area .carousel-caption h2 {
        font-size: 24px;
    }
    .slider-area .carousel-indicators{
        margin-bottom: 5px;
    }
    .header-info li{
        display: none;
    }
    .header-info li:last-of-type{
        display: block;
    }
    .header-info li .offcanvas-btn{
        display: block;
    }
    .main-menu {
        display: none;
    }
    .investment-area img.curve-left-bottom {
        max-height: 140px;
    }
    .banner-area {
        padding: 200px 0 50px;
    }
    .banner-title h2 {
        font-size: 36px;
    }
    .banner-title h5{
        font-size: 24px;
    }
    .slider-area .carousel-item img {
        min-height: 400px;
        object-fit: cover;
    }
    .welcome-content {
        padding-right: 0;
        padding-bottom: 20px;
    }
    .welcome-content h4 {
        font-size: 18px;
    }
    .welcome-content h2 {
        font-size: 26px;
    }
    .heading h4 {
        font-size: 18px;
    }
    .heading h2 {
        font-size: 32px;
    }
    .feature-content p {
        font-size: 14px;
    }
    .tour-image img {
        margin-bottom: 20px;
    }
    .reason-item.brochure h3 {
        font-size: 24px;
    }
    .overview-content h5 {
        font-size: 18px;
    }
    .overview-content h3 {
        font-size: 30px;
    }
    .vision-content h3, .mission-content h3{
        font-size: 30px;
    }
    .mission-item h4 {
        font-size: 22px;
    }
    .project-content h3 {
        font-size: 18px;
    }
    .project-content hr {
        margin: 10px 0;
    }
    .contact-detail {
        padding-bottom: 30px;
    }
    .profile-area img.curve-left-top, .leadership-area img.curve-left-top {
        max-height: 150px;
    }
    .container, .container-sm {
        padding-right: calc(var(--bs-gutter-x) * 1.2);
        padding-left: calc(var(--bs-gutter-x) * 1.2);
    }
}
/**!---------------------------------------------
	Small devices (landscape phones, 576px and up)
-------------------------------------------------*/
@media (min-width: 576px) and (max-width: 767.98px) {}
@media (max-width: 639px) {
    .feature-content p {
        font-size: 15px;
    }
}
@media (max-width: 575px) {
    .header-logo-area .row > div:first-of-type{
        max-width: 60%;
    }
    .header-logo-area .row > div:last-of-type{
        max-width: 40%;
    }
    .investment-area img.curve-left-bottom {
        max-height: 120px;
    }
    .registration-area img.curve-left-top {
        max-height: 85px;
    }
    .slider-area .carousel-caption {
        bottom: 20%;
    }
    .slider-area .carousel-caption h2 span {
        font-size: 32px;
    }
    .slider-area .carousel-caption h2 {
        font-size: 20px;
    }
    .slider-area .carousel-caption p {
        font-size: 16px;
    }
    .form-area label {
        text-align: left;
    }
    .banner-title h2 {
        font-size: 30px;
    }
    .slider-area .carousel-item > .slide-desktop{
        display: none;
    }
    .slider-area .carousel-item > .slide-mobile{
        display: block;
    }
    .tour-content h3, .tour-content h4 {
        font-size: 24px;
    }
    .btn-primary {
        font-size: 14px;
        padding: 6px 20px;
    }
    .heading h4 {
        font-size: 16px;
    }
    .heading h2 {
        font-size: 30px;
    }
    .reason-item.brochure {
        max-width: 230px;
        margin: 0 auto;
    }
    .profile-content h3 {
        font-size: 22px;
    }
}
/**!------------------------------------------------------
	Extra small devices (portrait phones, less than 576px)
--------------------------------------------------------**/
@media only screen and (min-width: 479px) and (max-width: 575.98px) {}
@media (max-width: 479px) {
    .investment-area img.curve-left-bottom {
        max-height: 70px;
    }
    .banner-title h2 {
        font-size: 26px;
    }
    .banner-title h5 {
        font-size: 22px;
    }
    .heading h4 {
        font-size: 15px;
    }
    .heading h2 {
        font-size: 26px;
    }
}