@media only screen and (min-width: 1400px) and (max-width: 4000px) {}







@media screen and (min-width: 1600px) {}

@media screen and (min-width: 1900px) {}





@media only screen and (max-width: 1400px) {}

@media only screen and (max-width: 1200px) {
    .hero-caption h1 {
        font-size: 36px;
    }

    .heading h2,
    h2 {
        font-size: 32px;
    }

    h3 {
        font-size: 28px;
    }

    h4 {
        font-size: 24px;
    }

    .header .menu>ul>li {
        display: inline-block;
        line-height: 4rem;
        margin-left: 18px;
        /* font-size: 16px; */
    }
    .header .menu>ul>li>a {

        font-size: 16px;
    }
    .hero-section .banner-section img {
        height: 750px;
    }

    .header .item-left {
        flex: 0 0 20%;
    }

    .header .item-center {
        flex: 0 0 55%;
    }

    .header .item-right {
        flex: 0 0 25%;
    }

    .grecaptcha-badge {
        z-index: 5;
    }
}

@media only screen and (max-width: 991px) {
    .header .item-right {
        flex: 0 0 45%;
    }

    .hero-caption h1 {
        font-size: 32px;
    }

    .contact-bg-section .heading .fs-1,
    .form-title,
    .heading h2,
    h2 {
        font-size: 28px;
    }

    h3 {
        font-size: 26px;
    }

    .hero-caption h3,
    h4 {
        font-size: 22px;
    }

    .custom-btn {
        font-size: 16px;
        padding: 8px 25px;
    }

    #home-scroll-down {
        width: 70px;
        height: 70px;
    }

    .fs-18 {
        font-size: 16px;
    }

    .about-section .col-lg-5.order-1.order-lg-1,
    .exploration-section .graphic-image-wrapper,
    .about-section .graphic-image-wrapper,
    .environment-section .graphic-image-wrapper {
        width: 50%;
        margin: 0 auto 2rem;
    }

    .about-section .col-lg-7.order-2.order-lg-2,
    .about-section .col-lg-5.order-1.order-lg-1,
    .exploration-section .col-lg-6.order-2.order-lg-1,
    .about-section .col-lg-6.order-2.order-lg-2,
    .environment-section .col-lg-6.order-2.order-lg-1 {
        text-align: center;
    }

    .graphics-02 {
        right: 15px;
    }

    .header-item .menu-main li {
        width: 100%;
    }

    .map-section .seht {
        height: 450px;
    }

    .top-section .top-contact-details {
        display: flex;
    }

    .header .logo a img {
        max-width: 120px;
        height: auto;
    }
    .footer-logo {
        display: block;
        text-align: center;
    }
    .footer-logo img{
        max-width: 150px;

    }

    .footer-bottom-wrapper .sub-title-btn-inner {
        font-size: 14px;
        /* width: 225px; */

    }
    .footer-bottom-wrapper .sub-title-btn-inner.vistdd{
        width: 205px;

    }

    .bottom-contact-details .footer-bottom-wrapper.p-4 {
        padding: 12px !important;
    }

    .bottom-contact-details .footer-bottom-wrapper {
        width: 100%;
        gap: 10px;

    }

    .content-icon-btn .icon-btn i svg {
        width: 40px;
        height: 40px;
    }

    .header .menu>ul>li {
        display: inline-block;
        line-height: 4rem;
        margin-left: 0;
    }

    #top-bar.top-section {
        display: none;
    }

    .gallery-section.padding-50 {
        padding-bottom: 30px;
    }

    ul.footer-menu-section li {
        padding: 0 8px;
    }
   header.header{
    position: fixed;
    top: 0;
    box-shadow: 0 2px 8px #666;
   }
}

@media only screen and (max-width: 767px) {

    .about-section .col-lg-5.order-1.order-lg-1,
    .exploration-section .graphic-image-wrapper,
    .about-section .graphic-image-wrapper,
    .environment-section .graphic-image-wrapper {
        width: 100%;
        margin: unset;
        margin-bottom: 1rem;
    }

    .contact-form .graphics-pencil,
    .contact-form .graphics-line,
    .about-section .graphics.graphics-02 img,
    .exploration-section .graphics.graphics-02 img,
    .about-section .graphics.graphics-02 img,
    .environment-section .graphics.graphics-02 img,
    .welcome-section .graphics.graphics-01 img {
        width: 110px;
        display: none;

    }

    .graphics-01 {
        right: 25px;
    }

    .graphics-02 {
        top: -55px;
    }

    .accordion__question {
        font-size: 16px;
    }

    .header .item-right {
        flex: 1 0 45%;
    }

    .header .logo a img {
        max-width: 125px;
        height: auto;
    }

    #home-scroll-down {
        width: 55px;
        height: 55px;
    }

    .contact-form {
        padding: 25px;
    }

    .graphics-pencil {
        right: 7px;
    }

    .bottom-contact-details .d-flex.align-items-center {
        align-items: start !important;
    }

    .bottom-contact-details .footer-bottom-wrapper {
        width: 100%;
        gap: 20px;
    }
    .footer-bottom-wrapper .sub-title-btn-inner.vistdd{
        width: 100%;

    }
    .footer-logo img {
        width: 150px;
        display: block;
        margin: 0 auto .85rem;
    }
    .text-end.footer-copy-text {
        text-align: center !important;
        margin-top: .5rem;
        margin-bottom: .5rem;
    }
}

@media only screen and (max-width: 567px) {
    .padding-50 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .custom-btn {
    min-height: 40px;
    }
    .hero-caption h1 {
        font-size: 26px;
    }
    .contact-bg-section .fs-1
    .contact-bg-section .heading .fs-1,
    .form-title,
    .heading h2,
    h2 {
        font-size: 24px;
    }

    .heading h5,
    .hero-caption h3,
    h4 {
        font-size: 18px;
    }

    .fs-5 {
        font-size: 16px;
    }

    .accordion__question {
        font-size: 15px;
        line-height: 20px;
    }

    .faq-section .accordion__header.p-3 {
        padding: .5rem !important;
    }

    .graphics-line {
        right: 40px;
        top: 0;
    }

    .banner-section:after,
    .banner-section:before {
        border-radius: 100% 0 0 100% / 45% 100% 0 0;
    }

    .banner-section:before {
        z-index: 2;
        bottom: 0;
        height: 230px;
    }

    #home-scroll-down {
        bottom: 180px;
    }



    ul.footer-menu-section li {
        margin-bottom: .35rem;
        margin-top: .35rem;
        font-size: 15px;
    }



    .footer .text-center.mt-4 {
        margin-top: 0 !important;
    }

    .gallery-section.padding-50 {
        padding-bottom: 20px;
    }

    .content-icon-btn .icon-btn i svg {
        width: 30px;
        height: 30px;
    }

    .welcome-section {
        margin-top: -135px;
    }

    ul.list-inline li {

        padding: 0 12px;

        text-transform: uppercase;
        letter-spacing: normal;
        margin-top: .5rem;

    }
    .heading.text-center.mb-5{
        margin-bottom: 1rem !important;
    }
    ul.footer-menu-section li {
        padding: 0px 5px;
    }
    .wpcf7-response-output {
        color: #fff;
        width: 100%;
    }
    .header .menu>ul>li>a{
        font-size: 15px;
    }
    .overlay-bg {
        position: relative;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 1;
        background-color: rgba(42, 153, 69, 0.6);}
}