/* 
******* :: INDEX OF RESPONSIVE CSS :: *******
:: 1.0 COMMON CSS
:: 2.0 HEADER AREA CSS
:: 3.0 WELCOME AREA CSS
****************************** */


/* ******************************
:: 1.0 COMMON CSS
****************************** */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ptb_180 {
        padding: 130px 0;
    }
    .ptb_150 {
        padding: 100px 0;
    }
    .ptb_100 {
        padding: 70px 0;
    }
}

@media (max-width: 991px) {
    .res-margin {
        margin-bottom: 45px;
    }
}

@media (max-width: 767px) {
    .inner-wrapper h1,
    .inner-wrapper h2 {
        font-size: 30px;
    }
    .ptb_180 {
        padding: 130px 0;
    }
    .ptb_150,
    .ptb_100 {
        padding: 50px 0;
    }
}

@media (max-width: 575px) {
    .inner-wrapper h1,
    .inner-wrapper h2 {
        font-size: 24px;
    }
    .avatar-lg {
        height: 4rem;
        width: 4rem;
    }
    .container-fluid {
        padding: 0 3%;
    }
    .ptb_180 {
        padding: 80px 0;
    }
}


/*SECTION HEADING*/

@media (max-width: 991px) {
    h1 {
        font-size: 3em;
    }
    h2 {
        font-size: 36px;
    }
    .section-heading {
        margin-bottom: 50px;
    }
}

@media (max-width: 767px) {
    h1 {
        font-size: 2.8em;
    }
    h2 {
        font-size: 30px;
        line-height: 1.4;
    }
}

@media (max-width: 575px) {
    h1 {
        font-size: 2em;
        line-height: 1.4;
    }
    h2 {
        font-size: 24px;
        line-height: 1.4;
    }
    h3 {
        font-size: 18px;
        line-height: 1.4;
    }
    p {
        line-height: 26px;
    }
    .headings>h2,
    .section-heading>h2 {
        line-height: 1.5;
    }
}


/* ******************************
:: 2.0 HEADER AREA CSS
****************************** */

@media (min-width: 992px) {
    .navbar .navbar-nav .nav-link {
        padding-top: 1.875rem;
        padding-bottom: 1.875rem;
    }
    .navbar-sticky-on .navbar-nav .nav-link {
        padding-top: 1.625rem;
        padding-bottom: 1.625rem;
    }
}

@media (max-width: 991px) {
    .main:before {
        content: "";
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 0;
        background: #fff;
        z-index: 3;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: .3s;
        transition: .3s;
    }
    [data-theme=dark] .main:before {
        background: #01081f;
    }
    .canvas-open {
        overflow: hidden;
    }
    .canvas-open .main:before {
        width: 100%;
        opacity: .95;
        visibility: visible;
    }
    /* .navbar {
        padding-top: 0.625rem;
        padding-bottom: 0.625rem;
    } */
    .navbar.active {
        display: block;
    }
    .navbar.active .navbar-inner {
        right: 0;
    }
    .navbar .navbar-inner {
        right: -100%;
        -webkit-transition: right 0.3s 0.2s;
        transition: right 0.3s 0.2s;
    }
    .navbar .nav-link {
        border-bottom: 1px solid #eee;
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }
    [data-theme=dark] .navbar .nav-link {
        border-bottom: 1px solid #1E2745;
    }
    .navbar.navbar-dark .nav-link {
        color: #54565a;
    }
    [data-theme=dark] .navbar.navbar-dark .nav-link {
        color: #f6f8f9;
    }
    .navbar.navbar-dark .nav-link:hover,
    .navbar.navbar-dark .nav-link:focus,
    .navbar.navbar-dark .nav-link.active,
    .navbar.navbar-dark .nav-link.current-menu-item {
        color: #2c2e30;
    }
    [data-theme=dark] .navbar.navbar-dark .nav-link {
        color: #e7eaee;
    }
    [data-theme=dark] .navbar.navbar-dark .nav-link:hover {
        background: #01081f;
    }
    .navbar-inner {
        position: fixed;
        top: 0;
        bottom: 0;
        width: 20rem;
        padding-top: 2.5rem;
        background-color: #fff;
        -webkit-box-shadow: 0 0.5rem 1.875rem rgba(0, 0, 0, 0.15);
        box-shadow: 0 0.5rem 1.875rem rgba(0, 0, 0, 0.15);
        border-radius: 0;
        overflow-y: auto;
        z-index: 1050;
    }
    [data-theme=dark] .navbar-inner {
        background: #151c32;
    }
    .navbar-inner .dropdown-menu:before {
        content: none;
    }
    .navbar-inner .dropdown-menu {
        border: medium none;
        background: none;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        float: none;
        margin: 0;
        padding-top: 0;
        position: static;
    }
    [data-theme=dark] .navbar-inner .dropdown-menu .dropdown-item {
        color: #f6f8f9;
    }
    [data-theme=dark] .navbar-inner .dropdown-menu .dropdown-item:hover {
        background: #01081f;
    }
    .nav-open .main-wrapper {
        -webkit-transform: translate3d(-150px, 0, 0);
        transform: translate3d(-150px, 0, 0);
    }
    /*MOBILE NAVBAR TOGGLER*/
    .navbar-toggler {
        position: absolute !important;
        top: auto;
        right: 0;
        bottom: auto;
        left: auto;
        border: none;
        height: 100%;
        width: 3.75rem;
        background-image: none;
        border-radius: 0;
        z-index: 1;
        display: inline-block;
    }
    .navbar-inner .navbar-toggler {
        position: absolute;
        height: 2.5rem;
        top: 0;
    }
    .navbar-toggler-icon {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        margin: auto;
        background-image: none !important;
    }
    .navbar-toggler-icon,
    .navbar-toggler-icon:before,
    .navbar-toggler-icon:after {
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
    }
    .navbar-toggler-icon {
        height: 3px;
        width: 50%;
        background: #7e8085;
        display: inline-block;
    }
    .navbar-dark .navbar-toggler-icon {
        background: #fff;
    }
    .navbar-sticky-on .navbar-toggler-icon {
        background: #7e8085;
    }
    .navbar-dark .navbar-toggler-icon.active:before,
    .navbar-dark .navbar-toggler-icon.active:after {
        background: #7e8085;
    }
    .navbar-toggler-icon:before,
    .navbar-toggler-icon:after {
        content: "";
        background: #7e8085;
        left: 0;
        height: 100%;
        width: 100%;
        position: absolute;
    }
    .navbar-dark .navbar-toggler-icon:before,
    .navbar-dark .navbar-toggler-icon:after {
        background: #fff;
    }
    .navbar-sticky-on .navbar-toggler-icon:before,
    .navbar-sticky-on .navbar-toggler-icon:after {
        background: #7e8085;
    }
    .navbar-toggler-icon::before {
        top: -0.625rem;
    }
    .navbar-toggler-icon::after {
        top: 0.625rem;
    }
    .navbar-toggler-icon.active {
        background-color: transparent;
        -webkit-transform: scale(0.85) rotate(270deg);
        transform: scale(0.85) rotate(270deg);
    }
    .navbar-toggler-icon.active:before {
        top: 0;
        -webkit-transform: scale(0.65) rotate(45deg);
        transform: scale(0.65) rotate(45deg);
    }
    .navbar-toggler-icon.active:after {
        top: 0;
        -webkit-transform: scale(0.65) rotate(-45deg);
        transform: scale(0.65) rotate(-45deg);
    }
    .navbar-dark .navbar-brand .navbar-brand-regular {
        max-width: initial;
    }
}

@media (max-width: 767px) {
    .homepage-1 .navbar-dark .navbar-toggler-icon {
        background: #7e8085;
    }
    .homepage-1 .navbar-dark .navbar-toggler-icon:before,
    .homepage-1 .navbar-dark .navbar-toggler-icon:after {
        background: #7e8085;
    }
    .homepage-1 .navbar-dark .navbar-toggler-icon.active {
        background-color: transparent;
    }
}


/* ******************************
:: 3.0 WELCOME AREA TO Start CSS
****************************** */

@media(max-width: 1200px) {
    .testimonial-area .item {
        background-image: url(../img/testimonials/testi-bg.png);
        background-size: contain;
        background-position: center;
    }
}

@media(max-width: 991px) {
    .about-img {
        margin-left: 0px;
        margin-top: 0px;
        padding-top: 20px;
    }
    .about-img img {
        width: 100%;
    }
    .testi-bx-content {
        flex-direction: column;
    }
    .testi-bx-content p {
        padding-right: 0px;
    }
    .testi-profile {
        display: none !important;
    }
    .welcome-form-wrap {
        padding: 50px 0 !important;
    }
    .welcome-form-wrap,
    .footer-form-right {
        display: flex !important;
        justify-content: center;
    }
    .testionials-area h3 {
        padding: 0 100px;
    }
}

@media(max-width: 767px) {
    .navbar-expand-lg>.nav-container {
        justify-content: space-between;
    }
    .navbar-brand img {
        width: 200px;
    }
    .testimonial {
        margin-top: 40px;
        padding: 50px;
        min-height: 450px;
    }
}

@media(min-width: 575px) {
    .btn-below-575 {
        display: none;
    }
}

@media(max-width: 575px) {
    .nav-common .owl-carousel .owl-nav button span {
        font-size: 50px !important;
    }
    .common-btn1 a {
        padding: 15px 50px;
        font-size: 18px;
    }
    #letter5 select,
    #letter5 input {
        height: 55px;
    }
    .pp-left {
        height: auto;
    }
    .popupleft-content h3 {
        font-size: 18px;
    }
    .popupleft-content p {
        font-size: 14px;
    }
    .btn-abv-575 {
        display: none;
    }
    .testi-bx-content p {
        font-size: 13px;
    }
    .product-box {
        display: flex !important;
        flex-direction: column;
        margin-left: 0px;
    }
    .pt-head-text {
        font-size: 18px;
    }
    .pt-bx-left {
        display: flex;
        justify-content: center;
    }
    .pt-bx-img-slider {
        margin: 0;
        margin-top: -50px;
    }
    .pt-bx-right {
        padding: 0 50px;
    }
    .pt-bx-right h3 {
        padding-top: 20px;
    }
    .pt-bx-right ul {
        width: auto;
    }
    .about-area {
        margin-top: 0;
    }
    .about-cont p {
        font-size: 16px;
    }
    .pt-head-text {
        padding: 20px 0 20px 0;
        line-height: 28px;
    }
    .testi-bx-content {
        padding: 0 10px;
    }
    .testi-bx-content {
        min-height: 250px;
    }
    .testi-slider .item .quote-img {
        width: 30px;
        height: 28px;
    }
    .common-head span {
        font-size: 14px;
    }
    .testimonial-area h3 {
        font-size: 28px;
    }
    .footer-area {
        padding: 1px 0 0;
    }
    .foot-cta-area {
        padding: 0px 30px;
    }
    .foot-cta-area h4 {
        font-size: 20px;
    }
    .foot-cta-area .cta-btn a {
        font-size: 28px;
    }
    .foot-cta-area .cta-btn span {
        font-size: 20px;
    }
    .foot-cta-area .cta-btn {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .foot-text {
        font-size: 15px;
        text-align: center;
        padding: 20px 0;
    }
    .foot-social li a {
        font-size: 18px;
    }
    .foot-logo img {
        max-width: 230px;
        margin-bottom: 40px;
    }
    .ft-contact {
        padding-left: 0px;
    }
    .copy-right p,
    .copy-right a {
        font-size: 13px;
    }
    .copy-right {
        margin-top: 0px;
        padding-bottom: 20px;
    }
    .form-title h2 {
        font-size: 26px;
        color: #fff;
        font-weight: 500;
    }
    .vertical_btn {
        font-size: 15px;
        right: -35px;
        padding: 7px 14px 7px;
    }
    .call_iconbtn {
        width: 45px;
        height: 45px;
        font-size: 17px;
    }
    .whatsapp_icon {
        font-size: 22px;
        width: 45px;
        height: 45px;
    }
    .welcome-form .form-group input,
    .welcome-form .form-group select {
        height: 45px;
    }
    .welcome-form form .form-group {
        margin-bottom: 14px;
    }
    .welcome-form .form-group input[type="submit"] {
        height: 48px;
        padding: 0;
    }
    .welcome-form form .form-group-btn {
        margin: 15px 0 0;
    }
    .product-area {
        padding: 20px 0;
    }
    .product-area h2 {
        font-size: 30px;
    }
    .pt-bx-right h3 {
        font-size: 21px;
    }
    .pt-bx-right ul li {
        font-size: 18px;
    }
    .pt-bx-right p {
        font-size: 18px;
    }
    .about-area h2 {
        font-size: 26px;
    }
    .about-cont p {
        font-size: 14px;
        line-height: 28px;
    }
    .about-cont {
        padding: 0;
    }
    .about-img p {
        padding: 0 20px;
        padding-bottom: 50px;
        font-size: 18px;
        line-height: 28px;
    }
    .testimonial-area .testi-block {
        margin: 0 10px;
        padding: 0 20px;
        min-height: auto;
        line-height: 28px;
    }
    .testi-slider {
        padding: 20px 0;
    }
    .testi-name h4 {
        font-size: 18px;
    }
    .testi-name p {
        font-size: 12px;
    }
    .video-slider {
        width: 100%;
        height: auto;
    }
    .footer-form-left {
        padding: 50px !important;
    }
    .footer-form h3 {
        font-size: 24px;
        padding: 40px 0 20px;
    }
    .footer-form {
        padding-bottom: 30px;
        margin-bottom: 50px;
    }
    .navbar,
    .navbar-brand {
        /* background: transparent; */
        padding-bottom: 15px;
    }
}

@media(max-width: 991px) {
    .map-area .map-img {
        position: absolute;
        width: 460px;
        right: 0;
        bottom: 122px;
        bottom: 20px;
    }
    .bg-overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(241, 255, 241, 0.7);
    }
    .assist-area {
        background-position: top center;
        background-size: cover;
        padding: 0 15px;
    }
    .welcome-area,
    .welcome-area .right-side,
    .welcome-area .left-side {
        height: auto;
    }
    .welcome-area {
        background-position: -56px 530px;
    }
    .welcome-form {
        margin-left: 0px;
    }
}

@media(max-width:767px) {
    .navbar-brand img {
        width: 145px;
    }
    .testionials-area h3 {
        padding: 0 50px;
    }
}

@media(max-width:575px) {
    .navbar-brand img {
        width: 150px;
    }
    .navbar-inner {
        padding-top: 0 !important;
    }
    .welcome-form-wrap {
        padding: 10px 15px !important;
    }
    .welcome-area .row {
        display: block !important;
    }
    .welcome-area {
        height: auto;
    }
    .welcome-area {
        /* background-position: -48px 423px; */
        /* background-image: none; */
        margin-top: 52px;
        background: url(../img/flight.jpg);
        height: auto;
        background-color: transparent;
        background-size: cover;
        background-position: 30%;
        background-repeat: no-repeat;
    }
    .common-form input:focus,
    .common-form textarea:focus,
    .common-form select:focus {
        background-color: #fff;
    }
    .welcome-area-op {
        background-color: #000;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        opacity: 0.5;
    }
    .welcome-form::before {
        background-image: none;
    }
    .welcome-form {
        width: auto;
        margin-top: 0;
    }
    .left-side {
        height: 335px;
    }
    .right-side {
        height: auto;
    }
    .about-area {
        background-image: none;
        height: auto;
    }
    .about-text h1 {
        font-size: 30px;
    }
    .about-cont {
        font-size: 17px;
    }
    .testi-btn {
        margin-top: 125px;
        text-align: center;
    }
    .testi-slider .owl-dots {
        position: absolute;
        right: inherit;
        bottom: auto;
        text-align: center;
        position: relative;
        top: -40px;
    }
    .ft-logo-area {
        padding-left: 50px;
    }
    .call-list {
        display: flex;
        flex-direction: column;
    }
    .call-list span {
        display: none;
    }
    .call-list .second-li,
    .call-list .third-li {
        padding-left: 0;
    }
    .welcome-form2 {
        padding: 55px 10px;
    }
    .bg-ft-right {
        order: 2;
    }
    .bg-ft-left {
        order: 1;
    }
    .navbar-sticky-on {
        background-color: #00846f;
    }
    .tank-left {
        height: 320px;
        margin-top: 45px;
    }
    .banner-head {
        margin: 0 32px;
        margin-top: 100px;
    }
    .banner-head h1 {
        font-size: 21px;
    }
    .order-2-575 {
        order: 2;
    }
    .order-1-575 {
        order: 1;
    }
    .testi-head h1 {
        font-size: 30px;
    }
    .item-testi .inner {
        flex-direction: column;
    }
    .item-testi .img {
        position: absolute;
        top: 18px;
    }
    .item-testi .img img {
        width: 100px;
        height: 100px;
        border-radius: 50%;
    }
    .item-testi .name img {
        width: 30px;
        height: auto;
        margin-top: 22px;
        margin-bottom: 20px;
    }
    .ft-logo-area,
    .ft-form-area {
        padding: 40px 40px;
    }
    .ft-form-area {
        padding: 40px 20px;
    }
    .about-text {
        padding-right: 30px;
    }
    .ft-logo-area .logo img {
        max-width: 160px;
    }
    .pp-left::before {
        border-top-right-radius: 8px;
        border-bottom-left-radius: 0px;
    }
    .modal-content {
        border-bottom-left-radius: 8px;
        border-top-right-radius: 0px;
    }
    .map-area .map-img {
        width: 329px;
    }
    .map-area .map-img {
        bottom: 12px;
    }
    .banner-bg-img {
        display: block !important;
        margin-top: 25px;
    }
    .banner-bg-img img {
        max-width: 200px;
    }
    .form-title2 h2 {
        color: #000;
    }
    .d-none-575{
        display: none;
    }
    .d-block-575{
        display: block !important;
    }
    .top-call a{
        color: #00846f;
    background: #fff;
    padding: 8px 12px;
    font-weight: 500;
    border-radius: 5px;
    }
    .call-btn-mob{
        position: fixed;
        bottom: 0;
        width: 100%;
        display: flex !important;
        z-index: 9999;
    }
    
    .call-btn-mob .whatsapp-mob{
        text-align: center;
    font-weight: 500;
    color: #fff;
    background: #34ba48;
    border: 1px solid #34ba48;
    letter-spacing: 1px;
    transition: all .3s ease;
    display: inline;
    border-radius: 0;
    font-size: 15px;
    flex: 0 0 50%;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    padding: 7px 0;
    }
    
    .call-btn-mob .call-mob{
        text-align: center;
    font-weight: 500;
    color: #fff;
    background: #318fb5;
    border: 1px solid #318fb5;
    letter-spacing: 1px;
    transition: all .3s ease;
    display: inline;
    border-radius: 0;
    font-size: 15px;
    flex: 0 0 50%;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    padding: 7px 0;
    }
    .call-btn-mob .whatsapp-mob svg,
    .call-btn-mob .call-mob svg{
        font-size: 22px;
    }
    .footer-copyright .py-3{
        padding-bottom: 50px !important;
    }
}

@media(max-width:440px) {
    .map-area .map-img {
        width: 230px;
    }
}

@media (max-width: 991px) {
    .footer-image{
        padding-bottom: 50px;
        padding-top:0px !important;
    }
}