@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .overlay-banner h1 {
        font-size: 40px;
        line-height: 45px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .overlay-banner h1 {
        font-size: 30px;
        line-height: 35px;
    }
    .hero-banner > img {
        width: 100%;
        height: 500px;
        object-fit: cover;
		text-align: center;
		margin-top: 10px;
    }
    .our-solutions:before,
    .our-solutions:after,
    .our-services:after,
    .our-services:before{
        display: none;
    }
    .our-services h2,
    .our-solutions h2,
    .get-started h2,
    .footer-top h2,
    .about-us h2 {
        font-size: 34px;
        line-height: 40px;
    }
    .footer-area{
        text-align: center;
    }
    .footer-area .text-end {
        text-align: center !important;
    }
    .copyright-text{
        margin: 0 0 15px;
    }
    .page-banner h1 {
        font-size: 35px;
        line-height: 40px;
    }
    .page-banner > img {
        width: 100%;
        height: 300px;
        object-fit: cover;
    }
}

@media only screen and (max-width: 767px) {
    .footer-area{
        text-align: center;
    }
    .footer-area .text-end {
        text-align: center !important;
    }
    .copyright-text{
        margin: 0 0 15px;
    }
    .our-solutions:before,
    .our-solutions:after,
    .our-services:after,
    .our-services:before{
        display: none;
    }
    .get-started,
    .footer-top{
        padding: 60px 0;
    }
    .our-services h2,
    .our-solutions h2,
    .get-started h2,
    .footer-top h2,
    .about-us h2 {
        font-size: 30px;
        line-height: 35px;
    }
    .about-us .container {
        padding-top: 0;
        padding-bottom: 0;
        background: #fff;
    }
    .our-services,
    .about-us {
        padding: 60px 0;
    }
    .overlay-banner h1 {
        font-size: 30px;
        line-height: 40px;
    }
    .overlay-banner h6 {
        font-size: 15px;
        line-height: 22px;
        margin: 0 0 10px;
    }
    .logo {
        max-width: 185px;
        height: auto;
    }
    .floating-nav {
        margin: 0px 0 0 0;
        cursor: pointer;
        max-width: 80px;
    }
    .overlay-banner{
        position: relative;
        font-size: 18px;
        line-height: 28px;
        padding: 30px 0;
    }
    .bd-bttm,
    .bd-rht{
        border: 0;
    }
    .service-item{
        border-bottom: 1px solid rgba(211, 211, 211, 1) !important;
    }
    .solution-item{
        -webkit-box-shadow: 12px 1px 14px 0 rgba(0, 0, 0, 0.07);
        box-shadow: 12px 1px 14px 0 rgba(0, 0, 0, 0.07);
    }
    .our-solutions {
        padding: 60px 0 30px 0;
    }
    ul.sicons {
        margin: 15px 0 0 10px;
    }
    .page-banner h1 {
        font-size: 28px;
        line-height: 35px;
    }
    .page-banner > img {
        height: 300px;
        object-fit: cover;
    }
    .navbar-nav1 li.c-bttn{
        display: none !important;
    }
    ul.navbar-nav1 li a {
        padding: 4px 0 12px 14px;
    }
    .right-sticky-nav {
        width: 350px;
        right: -355px;
    }
    ul.navbar-nav li a {
        padding: 12px 15px 12px 28px;
        font-size: 17px;
        line-height: 24px;
        background-position: right 15px center;
    }
    ul.navbar-nav li > a{
        background-size: 22px auto;
    }
    
}

@media only screen and (max-width: 575px) {
    .header-bottom .container{
        padding-left: 0;
        padding-right: 0;
    }
}