/* 
******* :: 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;
    }
    .footer-form {
        padding-left: 0px;
    }
}

@media(max-width: 767px) {
    .navbar-expand-lg>.nav-container {
        justify-content: space-between;
    }
    .navbar-brand img {
        width: 200px;
    }
}

@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: 50px;
    }
    .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: 40px 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: 25px;
    }
    .vertical_btn {
        font-size: 18px;
    }
    .welcome-form .form-group input,
    .welcome-form .form-group select {
        height: 55px;
    }
    .welcome-form form .form-group {
        margin-bottom: 14px;
    }
    .welcome-form .form-group input[type="submit"] {
        height: 55px;
    }
    .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;
    }
    .navbar,
    .navbar-brand {
        background: #fff;
        padding-bottom: 8px;
    }
    .welcome-area {
        margin-top: 30px;
    }
    .head-h1 {
        font-size: 30px;
    }
    .dream-head p {
        font-size: 18px;
    }
    .dream-box p {
        font-size: 22px;
    }
    .dream-box {
        padding: 50px 30px;
        margin-bottom: 30px;
        min-height: auto;
    }
    .dream-box .img {
        margin-right: 28px;
        flex: 0 0 25%;
    }
    .dream-area {
        padding-bottom: 20px;
    }
    .ser-img img {
        max-width: 250px;
        margin-bottom: 40px;
        display: none;
    }
    .ser-text p {
        font-size: 18px;
    }
    .pgm-box .inner {
        padding: 20px 28px 40px;
    }
    .pgm-box h3 {
        font-size: 22px;
    }
    .pgm-box p {
        font-size: 16px;
        margin-bottom: 28px;
    }
    .part-area {
        height: auto;
    }
    .part-head h1 {
        font-size: 30px;
        line-height: 1.1;
        margin-bottom: 65px;
    }
    .testi-text {
        margin-bottom: 20px;
    }
    .testi-slider .owl-dots {
        position: absolute;
        top: inherit;
        right: 0;
        left: 50%;
        bottom: -65px;
        transform: translate(-50%, -50%);
    }
    .item-testi {
        padding: 60px 30px;
    }
    .item-testi .img {
        left: 25px;
    }
    .item-testi .img img {
        max-width: 40px;
    }
    .contact-head h2 {
        font-size: 30px;
        margin-bottom: 50px;
    }
    .footer-area {
        padding: 0;
    }
    .footer-top-row {
        padding: 50px 0;
    }
    .pgm-box {
        margin: 0 0;
        margin-bottom: 40px;
        min-height: auto;
    }
    .ft-contact .call {
        display: block;
        margin-bottom: 4px;
    }
    .testi-btn {
        margin-top: 110px;
    }
    .banner-caption {
        max-width: 300px;
    }
    .banner-caption span {
        font-size: 15px;
    }
    .banner-caption h1 {
        font-size: 22px;
    }
}

@media(max-width: 991px) {
    .navbar .navbar-inner {
        position: relative;
        width: auto;
        right: 0;
        background: none;
        box-shadow: none;
    }
    .banner-head h1 {
        position: relative;
        margin-top: 220px;
    }
    .welcome-form {
        box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
    }
    .branding-area {
        padding-top: 120px;
    }
    .brand-head h1 {
        font-size: 30px;
    }
    .d-none-991 {
        display: none;
    }
    .latest-head h2::before {
        width: 60%;
    }
    .work-btn a {
        padding: 30px 35px;
    }
    .bottom-about {
        flex-wrap: wrap;
        flex-direction: column;
        align-items: flex-start !important;
    }
    .bottom-about .logo {
        flex: 0 0 22%;
        margin-bottom: 30px;
    }
    .bottom-about .content {
        flex: 0 0 46%;
        margin-bottom: 70px;
    }
    .bottom-about .about-btn a {
        padding: 30px 35px;
    }
    .about-area {
        padding-bottom: 90px;
    }
    .form-area-contact {
        padding: 30px 40px;
    }
    .copy-right {
        flex-wrap: wrap;
    }
    .copy-right .logo {
        margin-bottom: 10px;
    }
}

@media(max-width:767px) {
    .navbar-brand img {
        width: 145px;
    }
}

@media(max-width:575px) {
    .navbar-brand img {
        width: 90px;
    }
    .d-none-575 {
        display: none;
    }
    .banner-head h1 {
        font-size: 15px;
        line-height: 25px;
        margin: 0 10px;
        margin-top: 120px;
        left: 0;
    }
    .welcome-form {
        width: 350px;
        position: relative;
        z-index: 10;
    }
    .welcome-area {
        height: 300px;
        display: block !important;
        background-position: 10%;
    }
    .welcome-form .form-group input,
    .welcome-form .form-group select {
        font-size: 16px;
        height: 50px;
    }
    .branding-area {
        padding-top: 570px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .brand-head h1 {
        font-size: 20px;
        line-height: 36px;
        text-align: center;
        padding-top: 130px;
    }
    .brand-box {
        text-align: center;
        padding-right: 0;
    }
    .brand-box .text h3 {
        font-size: 16px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .brand-box-btn a {
        min-height: 65px;
        font-size: 15px;
        width: 70%;
        margin: 0 auto;
        padding: 20px 35px;
    }
    .brand-box-btn a img {
        max-width: 25px;
    }
    .brand-box-btn {
        min-height: auto;
        text-align: center;
    }
    .latest-works {
        padding-top: 0;
    }
    .latest-head h2 {
        font-size: 25px;
    }
    .latest-head h2::before {
        width: 35%;
    }
    .work-slider .owl-nav {
        left: 50%;
        background: transparent;
        transform: translate(-50%, -50%);
    }
    .work-slider .owl-nav button {
        height: 50px;
        width: 50px;
    }
    .work-slider .owl-nav button img {
        max-width: 20px;
    }
    .work-btn {
        position: relative;
        text-align: center;
        margin-top: 105px;
    }
    .work-btn::before {
        display: none;
    }
    .ml-50 {
        margin-left: 0px;
    }
    .mr-50 {
        margin-right: 0px;
    }
    .work-slider .item-box .name h3 {
        color: #000;
        font-weight: 500;
        font-size: 20px;
    }
    .work-btn a {
        padding: 20px 35px;
        font-size: 15px;
    }
    .work-btn a img {
        max-width: 25px;
    }
    .about-inner .big-para {
        color: #ffffffeb;
        font-weight: 400;
        line-height: 32px;
        font-size: 15px;
        margin-bottom: 65px;
        max-width: 1200px;
    }
    .bottom-about .logo img {
        max-width: 180px;
    }
    .bottom-about .content h1 {
        font-size: 30px;
        margin-bottom: 10px;
        margin-top: 10px
    }
    .bottom-about .content p {
        font-size: 15px;
        line-height: 18px;
    }
    .bottom-about .about-btn a {
        padding: 20px 35px;
        font-size: 15px;
    }
    .bottom-about .about-btn a img {
        max-width: 25px;
    }
    .client-head h2 {
        font-size: 25px;
    }
    .d-md-575 {
        display: none;
    }
    .d-md-block-575 {
        display: block;
    }
    .client-box-slider {
        border-top: none;
        border-bottom: none;
        min-height: 100px;
    }
    .client-box-slider-first {
        border-left: none;
    }
    .clients-slider .owl-nav {
        position: relative;
        top: 20px;
    }
    .clients-slider .owl-nav button {
        border: 1px solid #4e4e4e !important;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        margin-right: 8px;
    }
    .clients-slider .owl-nav button span {
        font-size: 25px;
        line-height: 25px;
    }
    .test-head h2 {
        font-size: 26px;
    }
    .item-testi .img {
        left: 0;
    }
    .item-testi .img img {
        max-width: 100px;
        height: 100px;
    }
    .item-testi .text p {
        line-height: 35px;
        font-size: 15px;
    }
    .item-testi .details h4 {
        font-size: 18px;
        font-weight: 500;
    }
    .faq-head h1 {
        font-size: 30px;
        font-weight: 600;
    }
    .faq-head p {
        display: none;
    }
    .faq-text a {
        font-size: 16px;
        padding: 20px 55px;
        border-radius: 10px;
    }
    .faq-accrodion .accrodion .accrodion-title {
        padding: 0px 38px 0 20px;
    }
    .faq-accrodion .accrodion .accrodion-title h4 {
        font-size: 16px;
    }
    .form-area-contact .form-title h2 {
        color: #fff;
        font-size: 26px;
        font-weight: 500;
    }
    .form-area-contact .ml-5,
    .form-area-contact .mx-5 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .copy-right .policy a {
        margin-left: 0 !important;
    }
    .faq-accrodion .accrodion .accrodion-title h4 {
        max-width: 230px;
    }
    .faq-accrodion .accrodion .accrodion-content .inner {
        padding: 0 24px;
        padding-top: 22px;
    }
    .heading h2 {
        font-size: 20px;
        padding-bottom: 12px;
        margin-bottom: 25px;
    }
    .heading h2:after {
        width: 205px;
    }
    .navbar-inner {
        padding-top: 0 !important;
    }
    .navbar-dark .navbar-brand img {
        width: 75px;
    }

    .bwc-nav-btn{
        display: none;
    }

    .brand-head h3 {
        font-size: 20px;
        text-align: center;
    }

    .brand-head h2{
        font-size: 25px;
    }

    .branding-area hr {
        margin-top: 50px;
        margin-bottom: 30px;
    }

    .latest-works {
        padding: 50px 0 70px;
    }

    .img-contact img {
        display: none;
    }
    .contact-section {
        padding: 55px 0 0px;
    }
    .bwc-google-review-section {
        padding-bottom: 0px;
    }
    .goole-comment-box {
        min-height: 100px;
    }
}