/*=============================================================================================================================
 									min-width: 1920px Start
 ==============================================================================================================================*/

@media screen and (min-width:1920px) {
    .navbar .navbar-collapse {
        width: 46.6%;
        right: 0;
        justify-content: center;
    }

    .hero-content .buttonmove {
        left: 100%;
    }
}

/*=============================================================================================================================
 									min-width: 1920px Start
 ==============================================================================================================================*/

/*=============================================================================================================================
 									max-width: 1200px Start
 ==============================================================================================================================*/

@media (max-width:1199px) {
    .navbar-toggler {
        border: 0 !important;
    }

    .navbar-toggler:focus,
    .navbar-toggler:active,
    .navbar-toggler-icon:focus {
        outline: none !important;
        box-shadow: none !important;
        border: 0 !important;
    }

    /* Lines of the Toggler */
    .toggler-icon {
        width: 30px;
        height: 3px;
        background-color: var(--main-color);
        display: block;
        transition: all 0.2s;
    }

    /* Adds Space between the lines */
    .middle-bar {
        margin: 5px auto;
    }

    /* State when navbar is opened (START) */
    .navbar-toggler .top-bar {
        transform: rotate(45deg);
        transform-origin: 10% 10%;
    }

    .navbar-toggler .middle-bar {
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .navbar-toggler .bottom-bar {
        transform: rotate(-45deg);
        transform-origin: 10% 90%;
    }

    /* State when navbar is opened (END) */

    /* State when navbar is collapsed (START) */
    .navbar-toggler.collapsed .top-bar {
        transform: rotate(0);
    }

    .navbar-toggler.collapsed .middle-bar {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .navbar-toggler.collapsed .bottom-bar {
        transform: rotate(0);
    }

    /* State when navbar is collapsed (END) */

    .navbar {
        position: absolute;
    }

    .navbar-toggler {
        margin-left: auto !important;
        margin-top: 10px;
        margin-bottom: 10px;
        border: none;
        z-index: 9;
    }

    .navbar .navbar-nav {
        background-color: #000000ad;
        right: 0;
        left: 0;
        text-align: center;
        padding: 16px 0;
        color: var(--white-color);
    }

    .navbar-nav {
        margin-top: 0;
    }

    .navbar .navbar-text {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
        position: absolute;
        width: 100%;
        top: 0;
    }

    .navbar .navbar-nav .nav-link {
        color: var(--white-color) !important;
        font-size: 18px;
    }

    .navbar .navbar-nav .nav-link:hover {
        color: var(--main-color) !important;
    }

    .about-img {
        margin-bottom: 30px;
    }
}

/*=============================================================================================================================
 									 max-width: 1200px End
 ==============================================================================================================================*/

/*=============================================================================================================================
 									 max-width: 1024px Start
 ==============================================================================================================================*/

@media (max-width:1024px) {
    .faq__number {
        font-size: 18px;
        width: 100px;
    }

    .about .about-p {
        font-size: 16px;
    }

    .contact .contact-btn {
        padding-bottom: 53px;
    }

    .faq__text p {
        font-size: 16px;
    }

    .par__heading p {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .section-spacing-2 {
        margin-top: 70px;
    }

    .faq__text h6 {
        line-height: 28px;
    }

    .logo-div h1 {
        font-size: 60px;
    }

    .par__heading h2 {
        font-size: 21px;
    }

    .owl-item .item .room_sec .label .info>div {
        opacity: 1;
    }

    .owl-item .item .room_sec .label p {
        font-size: 20px;
        line-height: 30px;
        color: var(--white-color);
    }

    .counts .image img {
        max-width: 70%;
    }

    .footer .footer-ul li a {
        font-size: 16px;
        line-height: 20px;
        padding-right: 30px;
    }

    .footer .icon i {
        font-size: 21px;
    }
}

/*=============================================================================================================================
 									 max-width: 1024px End
 ==============================================================================================================================*/

/*=============================================================================================================================
 									 max-width: 992px Start
 ==============================================================================================================================*/

@media (max-width:992px) {
    .section-spacing {
        margin-top: 80px;
    }

    .par__heading p {
        font-size: 20px;
    }

    .about .about-img img {
        border-radius: 10px;
    }

    .about .about-img-1 img {
        border-radius: 10px;
    }

    .about .about-img-2 img {
        border-radius: 10px;
    }

    .about .about-p {
        font-size: 16px;
    }

    .about .icon__text .icon img {
        width: 40px;
    }

    .about .icon__text .sec_text p {
        font-size: 16px;
    }

    .about .icon__text .sec_text h6 {
        font-size: 16px;
    }

    .loc__name {
        font-size: 20px;
    }

    .owl-item .item .room_sec .room_img img {
        border-radius: 10px;
    }

    .faq__text p {
        font-size: 16px;
    }

    .contact .form-control {
        font-size: 14px;
    }

    .owl-item .item .room_sec .label p {
        font-size: 20px;
    }

    .owl-item .item .room_sec .room_img::before {
        top: 9px;
    }
}

/*=============================================================================================================================
 									 max-width: 992px End
 ==============================================================================================================================*/

/*=============================================================================================================================
 									max-width: 991px Start
 ==============================================================================================================================*/

@media (max-width: 991px) {
    .buttonmove {
        top: 80%;
        left: 85%;
    }

    .par__name {
        text-align: center;
    }

    .par__name .par__1 {
        margin-bottom: 30px;
    }

    .about .about-img-2 {
        border-radius: 10px;
        margin-top: 16;
    }

    .vision-slider .testi-card .text {
        font-size: 18px;
    }

    .footer .footer-ul {
        margin-top: 20px;
    }

    .footer .icon {
        margin-top: 20px;
    }
}

/*=============================================================================================================================
 									max-width: 991px End
 ==============================================================================================================================*/

/*=============================================================================================================================
 									 max-width: 768px Start
 ==============================================================================================================================*/

@media (max-width: 768px) {

    .logo-div h1 {
        font-size: 70px;
    }

    .par__heading h2 {
        font-size: 20px;
    }

    .par__heading p {
        font-size: 16px;
    }

    .par__name .par__1 {
        margin: 15px 0px;
        text-align: center;
    }

    .par__name .par__2 {
        margin: 15px 0px;
        text-align: center;
    }

    .par__name .par__3 {
        text-align: center;
        margin: 15px 0px;
    }

    .par__name .par__4 {
        text-align: center;
        margin: 15px 0px;
    }

    .about-img img {
        border-radius: 10px;
    }

    .about-img-1 img {
        border-radius: 10px;
    }

    .about-img-2 img {
        border-radius: 10px;
        margin-top: 16px;
    }

    .owl-carousel .owl-nav .owl-prev,
    .owl-carousel .owl-nav .owl-next {
        left: 71% !important;
    }

    .footer .footer-ul li a {
        padding-right: 17px;
    }

    .section-spacing {
        margin-top: 50px;
    }

    .par__name .par__2 {
        margin: 25px 0px;
        text-align: center;
    }

    .par__heading h2 {
        font-size: 20px;
    }

    .par__heading p {
        font-size: 16px;
    }

    .mb-md-3 {
        margin-bottom: 16px !important;
        justify-content: center;
    }

    .about-img {
        margin-bottom: 40px;
    }

    .about__heading h6 {
        font-size: 20px;
        text-align: center !important;
    }

    .about__heading p {
        font-size: 16px;
        text-align: center !important;
    }

    .about-img {
        margin-bottom: 30px;
        margin: 30px 0px;
    }

    .faq__text p {
        font-size: 16px;
        line-height: 23px;
    }

    .faq .row {
        align-items: center;
    }

    .contact .contact-btn {
        padding-bottom: 25;
    }

    .pricing_main {
        margin-bottom: 30px;
    }

    .footer .footer_img {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .cont-mar {
        margin-top: 1rem!important;
    }

    .footer .icon i {
        font-size: 30px;
    }
}

/*=============================================================================================================================
 									 max-width: 768px End
 ==============================================================================================================================*/

/*=============================================================================================================================
 									 max-width: 767px Start
 ==============================================================================================================================*/

@media (max-width: 767px) {
    .hero__sec {
        position: relative;
    }

    .bx-viewport {
        height: 110px !important;
    }

    .toggler-icon {
        width: 30px;
        height: 3px;
        background-color: var(--white-color);
        display: block;
        transition: all 0.2s;
    }

    .hero__sec::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: 1;
    }

    .hero__sec .hero-content .main {
        height: 500px;
    }

    .logo-div {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%) !important;
        z-index: 9;
    }

    .logo-div h1 span {
        color: white;
    }

    .buttonmove {
        bottom: 20px;
        top: auto;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 9;
    }

    .counts .image img {
        max-width: 100%;
    }

    .portfolio-item {
        text-align: center;
    }
}

/*=============================================================================================================================
 									 max-width: 767px End
 ==============================================================================================================================*/


/*=============================================================================================================================
 									 max-width: 576px Start
 ==============================================================================================================================*/

@media (max-width: 576px) {
    .toggler-icon {
        width: 30px;
        height: 3px;
        background-color: var(--white-color);
        display: block;
        transition: all 0.2s;
    }

    .bx-viewport {
        height: 110px !important;
    }

    .hero__sec {
        position: relative;
    }

    .hero__sec::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: 1;
    }

    .hero__sec .hero-content .main {
        height: 500px;
    }

    .logo-div h1 span {
        color: white;
    }

    .loc__name {
        font-size: 17px;
        padding: 8px 42px;
    }

    .buttonmove {
        bottom: 20px;
        top: auto;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 9;
    }


    .par__name .par__1 {
        margin: 15px 0px;
        text-align: center;
    }

    .par__name .par__2 {
        margin: 15px 0px;
        text-align: center;
    }

    .par__name .par__3 {
        text-align: center;
        margin: 15px 0px;
    }

    .par__name .par__4 {
        text-align: center;
        margin: 15px 0px;
    }

    .about-img img {
        border-radius: 10px;
        margin-top: 16px;
    }

    .about-img-1 img {
        border-radius: 10px;
    }

    .about-img-2 img {
        border-radius: 10px;
    }

    .owl-item .item .room_sec .label p {
        font-size: 16px;
    }

    .about-img {
        margin-bottom: 30px;
    }

    .faq__text h6 {
        font-size: 16px;
    }

    .con-contant {
        margin-bottom: 14px;
    }
}

/*=============================================================================================================================
 									 max-width: 576px End
 ==============================================================================================================================*/

/*=============================================================================================================================
 									 max-width: 475px Start
 ==============================================================================================================================*/

@media (max-width: 475px) {

    .faq__number {
        font-size: 18px;
        width: 115px;
    }

    .owl-item .item .room_sec .label .info>div {
        opacity: 1;
    }

    .faq__text h6 {
        font-size: 16px;
    }

    .owl-carousel .owl-nav .owl-prev,
    .owl-carousel .owl-nav .owl-next {
        left: 62% !important;
    }

    .contact .contact-btn {
        padding-bottom: 28px;
    }

    .con-contant {
        margin-bottom: 10px;
    }

    .footer h2 {
        text-align: center;
    }

    .footer .icon {
        justify-content: center;
    }
}

/*=============================================================================================================================
 									 max-width: 475px End
 ==============================================================================================================================*/

/*=============================================================================================================================
 									 max-width: 420px Start
 ==============================================================================================================================*/

@media (max-width: 420px) {

    .about__heading p {
        font-size: 14px;
    }

    .par__heading p {
        font-size: 14px;
    }

    .con-contant {
        margin-bottom: 10px;
    }

    .logo-div h1 {
        font-size: 68px;
    }

    .owl-carousel .owl-nav .owl-prev,
    .owl-carousel .owl-nav .owl-next {
        left: 62% !important;
    }

    .controls {
        display: flex;
        flex-direction: column;
    }

}

/*=============================================================================================================================
 									 max-width: 420px End
 ==============================================================================================================================*/

/*=============================================================================================================================
 									 max-width: 375px Start
 ==============================================================================================================================*/

@media (max-width: 375px) {
    .contact .contact-btn {
        padding-bottom: 28px;
        padding-top: 7px;
    }

    .con-contant {
        margin-bottom: 7px;
    }

    .logo-div h1 {
        font-size: 60px;
    }

    .loc__name {
        font-size: 12px;
        padding: 2px 20px;
    }

    .owl-carousel .owl-nav .owl-prev,
    .owl-carousel .owl-nav .owl-next {
        left: 57% !important;
    }

    .footer .footer-ul li a {
        padding-right: 10px;
    }

    .faq__number {
        font-size: 18px;
        width: 160px;
    }
    .one,.two {
        height: 70px !important;
    }

    .par__heading h2 {
        font-size: 19px;
    }

    .pd img {
        width: 250px;
        height: 250px;
    }

}

/*=============================================================================================================================
 									 max-width: 375px End
 ==============================================================================================================================*/

/*=============================================================================================================================
 									 max-width: 320px Start
 ==============================================================================================================================*/

@media (max-width: 320px) {

    .faq__number {
        font-size: 18px;
        width: 160px;
    }

    .con-contant {
        margin-bottom: 7px;
    }

    .owl-carousel .owl-nav .owl-prev,
    .owl-carousel .owl-nav .owl-next {
        left: 48% !important;
    }
}

/*=============================================================================================================================
 									 max-width: 320px End
 ==============================================================================================================================*/