@media(max-width:1600px) {
    .navbar {
        padding: 3px 0;
    }
    .logo img{
        width:24%
    }
    .navbar-brand img {
        max-width: 87px;
        width: 59px;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 16px;
        padding-right: 25px;
        padding-left: 25px;
    }
    .stellarnav > ul > li > a{
        font-size: 16px;
        padding-right: 25px;
        padding-left: 25px;
    }
    .about {
        padding: 110px 0;
    }

    p {
        font-size: 13px;
    }

    .container {
        max-width: 95%;
    }

    .serivcesheading h5 {
        font-size: 15px;
    }

    .image h2 {
        font-size: 48px;
    }

    .headings h2 {
        font-size: 48px;
        font-weight: 700;
        line-height: 48px;
    }

    .headings p {
        font-size: 18px;
        font-weight: 400;
        line-height: 30px;
    }

    .customBtn a {
        margin-top: 10px;
        font-size: 16px;
        padding: 15px 0;
        width: 150px;
    }

    .about .headings {
        padding-top: 28px;
    }

    .about .headings h2 {
        margin-bottom: 25px;
    }

    .about-img img {
        object-fit: cover;
        margin-right: 25px;
    }

    .services {
        padding: 60px 0 55px 0;
    }

    .serivcesheading h5 {
        margin-bottom: 10px;
    }

    .services .headings h2 {
        padding-bottom: 28px;
    }

    .serviceBox .icons img {
        max-width: 55px;
        margin-bottom: 14px;
    }

    .serviceBox {
        padding: 30px 24px 30px 23px;
        background-color: #FFF2E4;
        border-radius: 15px;
        min-height: 255px;
    }

    .industries {
        padding: 60px 0;
    }

    .indBox .serivcesheading {
        padding: 18px 20px 17px 21px;
    }

    .industries .headings h2 {
        padding-bottom: 29px;
    }

    .serivcesheading p {
        margin-bottom: 10px;
    }

    .serivcesheading a {
        font-size: 13px;
    }

    .serivcesheading a span {
        font-size: 9px;
    }
    #banner .owl-prev,#banner .owl-next{
        height: 35px;
        width: 35px;
    }
    #banner .owl-prev:before,#banner .owl-next:before{
        font-size: 21px;
    }
    .menus .links a {
        color: #BCBCBC;
        font-size: 14px;
        font-weight: 400;
        line-height: 25px;
    }

    .address p {
        font-size: 14px;
        font-weight: 400;
        line-height: 30px;
    }

    .slider .slider-box p {
        font-size: 18px;
        line-height: 24px;
    }

    .slider {
        padding: 70px 0;
    }

    .slider .headings p {
        margin: 40px 0;
    }

    .floatingBtn a {
        font-size: 31px;
        font-weight: 600;
        padding: 20px 29px;
    }
    .floatingBtn a img{
        width: 34px;
    }
    footer{
        background-color: #121212;
        padding: 50px 0 0 0;
    }
    .footerBtom{
        margin-top: 40px;
    }
    .btom .left p, .btom .right p{
        font-size: 13px;
        font-weight: 400;
    }
    .menus h5 {
        font-size: 19px;
        font-weight: 600;
        line-height: 30px;
    }
}


@media(max-width:1280px) {

    /* .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 16px;
        padding-right: 13px;
        padding-left: 13px;
    } */
    .headings h2 {
        font-size: 44px;
        font-weight: 700;
        line-height: 40px;
    }

    .image h2 {
        font-size: 45px;
    }

    .headings p {
        font-size: 18px;
        font-weight: 400;
    }

    .customBtn a {
        font-size: 18px;
    }

    .slider .slider-box p {
        font-size: 16px;
        line-height: 24px;
    }

    .slider {
        position: relative;
    }
    
    .slider .container .owlslider {
        top: 42%;
    }

}


@media(max-width:992px) {
    body{
        overflow-x: hidden;
    }
    .navbar-expand-lg .navbar-nav .nav-link{
        padding-left: 0;
        color: #fff;
    }
    .nav-link.active::after{
        display: none;
    }
    .slider .headings p {
        margin: 40px 40px 40px 0;
    }
    .navbar-expand-lg .navbar-nav .nav-link:hover {
        color: #A67C52;
    }
    .nav-link::after{
        left: 0;
    }
    .nav-link:hover::after {
        width: 0%;
    }
    li#menu-item-75 {
        display: flex;
        justify-content: space-between;
        border-bottom: 1px solid #FFF;
        width: 100%;
        margin: 0;
    }
    li#menu-item-75.open {
        display: block; 
    }
    .stellarnav.light > ul > li:nth-child(4) > a::before{
        display: none;
    }
    .stellarnav.light .menu-toggle span.bars span {
        background: #A67C52;
    }
    .stellarnav.light a.dd-toggle .icon-plus:after, .stellarnav.light a.dd-toggle .icon-plus:before {
        border-color: #FFF;
    }
    .stellarnav.mobile.light ul{
        background-color: #A67C52;
    }
    .stellarnav.mobile.light li a{
        color:white;
        border-bottom: 0.2px solid #FFF;
    }
    .logo img {
        width: 50%;
    }
    .stellarnav.light .icon-close:after, .stellarnav.light .icon-close:before {
        border-color: #A67C52;
    }
    .stellarnav.mobile.right>ul{
        background-color: #121212;
    }
    .stellarnav.light a:hover::after, .stellarnav.light li a:hover::after{
        width: 0;
    }
    .navbar-nav {
        flex-direction: column;
        background: #191616;
        padding: 12px;
        border-radius: 6px;
        position: absolute;
        z-index: 999;
        width: 286px;
        right: 0px;
    }
    .nav-link {
        font-size: 16px; 
        text-align: left; 
        padding: 12px 0px; 
    }
    .container {
        max-width: 74%;
    }
    ul.navbar-nav li {
        margin-bottom: 3px;
        border-bottom: 1px solid #424242;
    }
    /* .floatingBtn {
        right: 120px;
    } */
    .slider {
        overflow-x: hidden;
    }
    .floatingBtn a {
        font-size: 1.6rem;
        font-weight: 600;
        padding: 20px 29px;
    }
    .floatingBtn a img {
        width: 1.5rem;
    }

    .about-img img,.about-img{
        margin-right: 0;
    }

    .image h2 {
        font-size: 40px;
    }

    .slider .container .owlslider {
        top: 40%;
    }

    .slider{
        height: auto;
    }

    .moreBtn{
        position: relative;
    }

    .slider .container .owlslider{
        position: relative;
        height: auto;
    }

    .about,
    .slider {
        padding: 87px 0;
    }

    footer .col {
        margin-bottom: 20px;
    }

    .navbar-toggler {
        border: 1px solid #A67C52;
    }
    .dropdown-menu {
        display: none;
        opacity: 0;
        visibility: hidden;
        transform: translateY(-20px);
        transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
    }

    .nav-item.dropdown:focus-within .dropdown-menu,
    .nav-item.dropdown:active .dropdown-menu,
    .nav-item.dropdown:hover .dropdown-menu {
        display: block;
        opacity: 1;
        visibility: visible;
        transform: translateY(0); 
    }

    
    .navbar-collapse {
        flex-direction: column;
    }

    .nav-link {
        text-align: left;
        padding: 10px 15px;
    }

    .hamburger-bar {
        background-color: #333; 
    }
    .menus {
        margin-top: 20px;
    }
    p {
        font-size: 18px;
    }
    .serivcesheading a{
        font-size: 18px;
    }
    .serivcesheading h5{
        font-size: 18px;
    }
    .whiteLogo img {
        max-width: 60%;
        width: 15%;
    }
    .hero-content-upper {
        padding-top: 10%;
    }
    .addresscard-icon{
        height: 40px;
        width: 40px;
    }
    .addresscard-icon img{
        width: 20px;
    }
    .addresscard{
        min-height: 221px;
    }
    .addresscard h5{
        font-size: 20px;
    }
    .addresscard p,.quoteform-card h6,.servicetext p,.servicetext-section p,.projectcard h6,.projects-section p{
        font-size: 15px;
        line-height: 22px;
    }
    .quoteform-card h3{
        font-size: 32px;
    }
    .aboutimg03,.serviceimg,.projectcard-img{
        height: 200px;
    }
    .projectcard {
        min-height: 260px;
    }
    .servicetext p{
        margin-bottom: 20px;
    }
    .about, .slider,.services,.industries {
        padding: 30px 0;
    }
    .servicetext-section, .projects-section, .aboutcard-section {
        padding: 30px 0;
    }
}

@media(max-width:769px){
    .slider {
        overflow-x: hidden !important;
    }
    .headings h2 {
        font-size: 2.3rem;
        font-weight: 700;
        line-height: 40px;
    }
    .quoteform .form-control{
        margin-bottom: 16px;
    }
    #banner img {
        height: 70vh;
        width: 100%;
        object-fit: cover;
    }
    .logo img {
        width: 95%;
    }
    
}


@media(max-width:670px) {
    .addresscard{
        margin: 10px 0;
    }
    .hero-content-upper {
        padding-top: 20%;
    }
    #banner img {
        height: 40vh;
        width: 100%;
        object-fit: cover;
    }
    .getintouch-img{
        margin-bottom: 20px;
    }
    .reveal{
        max-width: 200px;
    }
}

@media(max-width: 576px) {
    .headings h2 {
        font-size: 30px;
    }

    .industries .headings h2,
    .services .headings h2 {
        padding-bottom: 30px;
    }

    .slider .headings p {
        margin: 30px 20px 30px 0;
    }

    /* .slider .container .owlslider{
        top:54%;
    } */
    .floatingBtn a {
        font-size: 14px;
        font-weight: 600;
        padding: 14px;
    }
    .btom{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .image h2 {
        font-size: 30px;
    }
    .hero-content-upper h2{
        font-size: 30px;
    }
    p{
        font-size: 13px;
    }
    .aboutimg03 img,.serviceimg img,.getintouch-img img{
        height: 190px;
    }
    .aboutimg03,.serviceimg,.getintouch-img{
        height: auto;
    }
    .serviceimg,.getintouch-img{
        margin-bottom: 20px;
    }
    .servicetext p,.servicetext-section p{
        padding: 0;
    }
    .slider .headings p,.slider .slider-box p,.headings p,.servicetext p,.servicetext-section p,.projects-section p{
        font-size: 13px;
        line-height: 20px;
    }
    .about, .slider,.services,.industries {
        padding: 20px 0;
    }
    .about .headings h2{
        margin-bottom: 10px;
    }
    .btom .left p, .btom .right p {
        font-size: 13px;
        font-weight: 400;
        line-height: 20px;
        padding-top: 0px;
        margin: 0;
    }
    .btom{
        padding: 12px 0;
    }
    .btom .left p{
        padding-top: 12px;
    }
    .btom .left p{
        padding-top: 0px;
    }
    .addresscard h5{
        font-size: 20px;
    }
    .headings p{
        line-height: 20px;
    }
    .serivcesheading p{
        line-height: 20px;
    }
    /* .slider {
        min-height: 89vh;
    } */

    /* .floatingBtn {
        right: 37px;
    } */
    .quoteform-card h3{
        font-size: 30px;
    }
    .container {
        width: 89%;
    }
    .servicetext-section,.projects-section,.aboutcard-section,.contactustop-section,.getintouch-secti{
        padding: 20px 0;
    }
    .projects-section p{
        margin: 0 0 20px 0;
    }
}

@media(max-width:400px) {
    .container-fluid{
        padding: 0 20px;
    }
    .headings h2,.quoteform-card h3 {
        font-size: 24px;
    }
    .industries .headings h2, .services .headings h2 {
        padding-bottom: 20px;
    }
    .slider .headings p {
        margin: 20px 20px 30px 0;
    }
    .hero-content-upper {
        padding-top: 25%;
    }
    .addresscard p, .quoteform-card h6, .servicetext p, .servicetext-section p, .projectcard h6, .projects-section p {
        font-size: 13px;
        line-height: 20px;
    }
    #banner img {
        height: 35vh;
        width: 100%;
        object-fit: cover;
    }
    .image h2,.hero-content-upper h2 {
        font-size: 20px;
    }
    #banner .owl-next{
        height: 30px;
        width: 30px;
    }
    #banner .owl-prev{
        height: 30px;
        width: 30px;
    }
    #banner .owl-next:before,#banner .owl-prev:before{
        font-size: 18px;
    }
    .breadcumb #overlay{
        height: 200px;
    }
    .breadcumb img{
        height: 200px;
    }
}












/* #banner.input-wrapper {
  display: block;
  font-family: monospace;
  font-size: 125%;
  width: 50%;
}
#banner.input-wrapper > input,
#banner.input-wrapper > .placeholder {
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: none;
}
#banner.input-wrapper > .placeholder {
  pointer-events: none;
}
#banner.input-wrapper > .placeholder::before {
  content: "​";
  content: "​"/"How many roads must a man walk down before you call him a man?";
  alt: "How many roads must a man walk down before you call him a man?";
  white-space: break-spaces;
  will-change: content;
  -webkit-animation: typed-0 26.88s linear 1s infinite forwards;
          animation: typed-0 26.88s linear 1s infinite forwards;
}
#banner.input-wrapper > .placeholder::after {
  content: "​";
  position: relative;
  display: inline-block;
  padding-right: 2px;
  border-right: 2px solid currentColor;
  white-space: nowrap;
  -webkit-animation: typed-0-caret 0.75s linear 1s infinite forwards;
          animation: typed-0-caret 0.75s linear 1s infinite forwards;
}
@-webkit-keyframes typed-0 {
  0%, 0.247015873% {
    content: "​H";
    content: "​H"/"How many roads must a man walk down before you call him a man?";
    alt: "How many roads must a man walk down before you call him a man?";
  }
  0.248015873%, 0.495031746% {
    content: "​Ho";
    content: "​Ho"/"How many roads must a man walk down before you call him a man?";
    alt: "How many roads must a man walk down before you call him a man?";
  }
  
}
@-webkit-keyframes typed-0-caret {
  75% {
    border-color: transparent;
  }
}
@keyframes typed-0-caret {
  75% {
    border-color: transparent;
  }
}
#banner.input-wrapper > input:focus + .placeholder, .input-wrapper > input:active + .placeholder {
  display: none;
} */