/*// responsive-style*/

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .carousel .carousel-control {
        top: 100%;
    }
    .layer h3 {
        top: 20%;
    }
    .layer p {
        top: 20%;
    }
    .nav-bar li a {
        padding: 10px;
    }
    .contact-sec {
        padding: 100px;
    }
}

@media screen and (min-width: 767px) and (max-width: 991px) {
    .carousel .carousel-control {
        top: 100%;
    }
    .layer h3 {
        top: 40%;
    }
    .layer p {
        top: 40%;
        line-height: 20px;
    }
    .layer {
        width: 98%;
        height: 98%;
    }
    .sticky-top .logo-img {
        top: 15px!important;
    }
}

@media screen and (min-width: 320px) and (max-width: 992px) {
    .sticky-top {
        background-color: rgba(0, 0, 0, 0.9);
    }
    .nav-bar {
        background-color: rgba(0, 0, 0, 0.9);
        border-radius: 5px;
    }
    label {
        margin: 20px 0 0;
    }
    #contact {
        padding-top: 50px!important;
    }
    .sec-pad-50 {
        padding: 20px 0;
    }
    .center-btnz {
        margin: 10px 0 40px;
    }
    .sec-pad-top-50 {
        padding-top: 0px;
    }
    .featuers-det {
        padding: 15px;
    }
    .sticky-top .logo-img {
        top: 15px;
        text-align: left;
        margin: 0;
        width: 200px;
        left: -13%;
        position: relative;
    }
    .carousel .carousel-control {
        top: 101%;
    }
    .offset-custom {
        margin-left: 0px;
    }
    .layer p {
        line-height: 20px;
    }
    h2 {
        font-size: 22px!important
    }
    p {
        font-size: 15px!important;
    }
    .btn-theme {
        padding: 13px;
    }
    .card-body {
        text-align: center
    }
    .border-box {
        text-align: center
    }
    .custom-width {
        max-width: 100%!important
    }
    .navbar-expand-lg .col-lg-3 {
        text-align: center
    }
    .sticky-top .col-lg-3 {
        position: fixed;
        z-index: 9999;
        top: 0;
    }
    .navbar-collapse {
        text-align: center;
        /*	background: rgba(206, 105, 1, 0.45);*/
        margin-top: 30px;
    }
    .navbar-toggler {
        width: 65px;
        z-index: 9999;
        left: 83%;
    }
    .sticky-top {
        padding: 15px;
    }
    .sticky-top .logo-img {
        margin: 0;
        top: 5px;
        position: relative;
    }
    .lower-foot .text-right {
        text-align: center!important;
    }
    .contact-sec {
        padding: 0;
    }
    .bg-img {
        background-color: rgba(0, 0, 0, 0.3);
        background-blend-mode: overlay;
    }
    .head-1 {
        text-align: center
    }
    .para-1 {
        text-align: center
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .home-newsletter .single .btn {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }
    .border-box p {
        padding: 10px;
    }
    .testimonials h2 {
        margin-top: 30px;
    }
    .sticky-top .logo-img {
        top: 15px;
        width: 200px;
        position: relative;
    }
    .sec-pad-180 {
        padding-top: 50px;
    }
    .contact-sec h2 {
        font-size: 22px;
    }
    .carousel {
        margin: 30px auto 0;
        padding: 0;
    }
    .right-img img {
        margin-top: 10px;
    }
    .head-1 {
        font-size: 38px!important;
        margin-top: 50px;
    }
    .sec-pad-80 {
        padding: 30px 0;
    }
    .left-btn {
        margin: 50px 0;
    }
    .center-btn {
        margin: 50px 0;
    }
    /*	.carousel-control i {	transform: rotate(180deg);}*/
    .pad-60 {
        padding: 20px;
    }
}

@media screen and (min-width: 320px) and (max-width: 500px) {
    .home-newsletter .single .form-control {
        font-size: 12px;
    }
    .home-newsletter .single .btn {
        font-size: 12px;
    }
    .sticky-top .logo-img {
        top: 10px;
        text-align: left;
        margin: 0;
        width: 65px;
        left: -100px;
        position: relative;
    }
    .mob-mrg-top {
        margin-top: 0px;
    }
    .mob-mrg-lft {
        padding-left: 0px;
    }
    .mobile-mrg-top {
        margin-top: 70px;
    }
}