.desktop-none {
    display: none;
}
.navbar-toggler-icon {
    width: 30px;
    height: 30px;
}
.navbar-light .navbar-toggler {
    margin-left: 2px;
    outline: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    border-color: transparent;
}
 

.header.js-header.darkHeader.darkHeader-2 .navbar-light .navbar-toggler-icon {
    filter: inherit;
}
/* media query */
@media screen and (min-width: 992px) {
    .mobile-menu {
        display: none;
    }
    nav#accordion-menu {
        display: none;
    }
}
@media screen and (max-width: 1500px) {
    .container {
        max-width: 1240px;
    }
    .float-img {
        left: 0;
    }
    .member-img {
        position: absolute;
        right: 0px;
        bottom: 0;
    }
    .contact-form {
        max-width: 330px;
        padding: 30px;
        top: -20px;
        margin-left: inherit;
    }
}
@media screen and (max-width: 1300px) {
    .logo-box {
        height: 40px;
        overflow: hidden;
    }
    .navbar-light .navbar-nav .nav-link {
        font-size: 13px;
    }
    .search-container {
        margin-left: 15px;
        width: 253px;
    }
}
@media screen and (min-width: 1200px) {
}
@media screen and (max-width: 1200px) {
    .carousel-caption {
        left: 30px;
    }

    .float-img {
        width: 286px;
        position: absolute;
        left: 0px;
        height: 542px;
    }
    .member-img {
        display: none;
    }
}
@media screen and (max-width: 1024px) {
    .About-3.About-4 .AboutBox{

    padding: 2rem 2rem;
    }
    .row.align-items-center.no-gutters {
    align-items: unset !important;
}
}
@media screen and (max-width: 991px) {
    .OurTeamBox .OurTeamImages {
    width: 200px;
    height: 200px;
}
.Blog-Listing2 .blog-thumbnails .blog-thumbnail figcaption h3{
font-size: 26px;
}
.page-404{
flex-direction: column;
gap: 20px;
}
.page-404 .content-404{
width: 100%;
}
.page-404 .content-404 h2, .page-404 .content-404 .AboutContent p, .page-404 .content-404 h1 {
    text-align: center;
}

.page-404 .content-404 .theme-border-btn {
    margin: auto;
}
.banner-text h1 {
    font-size: 36px; 
    line-height: 1.5; 
}
	.About-3 .AboutBox{
margin-bottom: 30px;
	}
	.PricingBox .PricingGrid {
    padding: 20px 15px;
}
.PricingAmmount h3 {
    font-size: 36px;
}
.PricingContent h4 {
    font-size: 20px;
}
.PricingAmmount h3 span {
    font-size: 20px;
}
.PricingAmmount {
    border-bottom: solid 1px #D9D9D9;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
	.container.Articles-container{
padding-left:0px;	}
	section.ContactSection {
    padding-top: 80px !important;
}
.slider-caption {
    max-width: 100%;
}
.slider-caption h1{
font-size: 40px;
line-height: 1.2;
}
.slider-item {
    height: auto;
    padding: 5rem 2rem;
}
.AboutBox {
    padding-left: 0;
}
.AboutHeading h2 {
    font-size: 26px;
}
.CunterBox h5 {
    font-size: 50px;
}
.StripBox {
    padding: 0px 2rem;
}
.CounterSection {
    background: #242424;
    padding: 2rem 0px;
}
.blog-thumbnails .blog-thumbnail figcaption h3, .blog-feature figcaption h3, .container.Articles-container{
max-width: 100%;
}
    .foot-logo h6 {
        max-width: 100%;
    }
    .About-3 .AboutBox{
padding-left: 0px;
    }
    .OurTeamContent {
    padding: 20px 20px;
}
.OurTeamImages {
    width: 100%;
    height: auto;
    z-index: 2;
    aspect-ratio: 1;
}
.OurTeamContent h4 {
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    margin-bottom: 10px; 
}
    .section-heading h3 {
        font-size: 26px;
        line-height: 1.5;
    }
    .contact-RightSide {
        background: #fff;
        padding: 3rem 2rem;
        position: relative;
    }
    .contact-leftside {
        padding: 30px 30px;
    }
    .NewslettersSection {
        background: #121212;
        padding: 2rem 2rem;
        position: relative;
    }
    .newsletterContent {
        margin-bottom: 20px;
    }
    
    .mobile-menu {
        margin-left: 15px;
    }
    .search-container.desktop-none {
        width: 100%;
        margin: 0;
    }
    header,
    header.header.js-header.darkHeader.darkHeader-2,
    header.header.js-header.darkHeader {
        height: auto;
        padding-bottom: 10px;
    }
    nav.sidebar ul.navbar-nav a.nav-link {
        font-size: 16px;
        color: #000;
        padding: 15px 20px;
        display: block;
        border-top: solid 1px #e0e0e0;
        font-weight: 700;
    }
    .logo-wrap {
        padding: 15px 0px;
    }
    .overlay-body {
        display: none;
        position: fixed;
        background-color: rgb(0 0 0 / 38%);
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(5px);
        height: 100%;
        width: 100%;
        top: 0;
        z-index: 999;
    }
    nav.open.sidebar ~ .overlay-body {
        display: block !important;
    }

    nav.sidebar {
        overflow-y: auto;
        position: fixed;
        top: 0px;
        left: -100%;
        width: 100%;
        height: 100%;
        color: #fff;
        background-color: #fff;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        opacity: 0.9;
        z-index: 1002;
        background: #fff;
        max-width: 450px;
    }
    nav.open.sidebar {
        left: 0px;
        -webkit-box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.275);
        box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.275);
        opacity: 1;
    }
    nav.open.sidebar {
        max-width: 400px;
    }
    .mobile-none {
        display: none;
    }
    .desktop-none {
        display: block;
    }

    .carousel-caption {
        left: 15px;
        padding: 0;
    }
    .cont-item.email-phone {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
    }
    .cont-item.email-phone .c-icons:nth-child(1) {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .custom-padding {
        padding: 50px 0px;
    }
    .why-choose-sec .heading-pnel span {
        padding: 0;
    }
    .why-choose-sec .heading-pnel:after {
        display: none;
    }
    .why-box {
        margin-bottom: 20px;
    }
    .why-choose-sec:after {
        height: 150px;
    }
    .heading-pnel {
        margin-bottom: 20px;
    }
    .about-content h2 {
        font-size: 30px;
        font-weight: 700;
        line-height: 36px;
    }
    .about-content {
        padding-left: 0;
    }
    #services .owl-item.active + .active {
        transform: translatey(0px);
    }
    #services .owl-stage-outer {
        padding: 0;
    }
    .heading-pnel h2 {
        margin-bottom: 4px;
        font-size: 30px;
        font-weight: 700;
        line-height: 36px;
    }
    .heading-pnel span {
        margin-bottom: 0px;
    }
    section.counter-sec {
        padding-bottom: 60px;
        padding-top: 0;
    }
    .member-img {
        display: none;
    }
    .contact-form {
        margin-right: auto;
    }
    .contact-box {
        padding-top: 40px;
    }
    .float-img {
        width: 100%;
        position: relative;
        left: 0;
        height: auto;
        margin-bottom: 40px;
    }
    .globe-img {
        margin-bottom: 30px;
    }
    .test-box {
        position: relative;
        padding-left: 0;
    }
    .test-box figcaption p {
        font-size: 16px;
        font-weight: 500;
        line-height: 23px;
        letter-spacing: 0;
        text-align: left;
    }
    .cont-item .c-content h5 {
        font-size: 14px;
    }

    .contact-form {
        top: 0px;
        margin-top: 30px;
    }
    .contact-form:after,
    .contact-form:before {
        display: none;
    }
    .footer-title {
        margin-bottom: 10px;
        margin-top: 20px;
    }
    .why-box {
        padding-right: 40px;
    }
    .sidebar .contact-btn {
        margin-left: 0;
        gap: 10px;
        padding: 20px 15px;
        background: #f5f5f5;
        position: absolute;
        bottom: 0;
    }
    .sidebar .btn-border img {
        filter: invert(1);
    }
}
@media screen and (min-width: 767px) and (max-width: 991px) {
}

@media screen and (max-width: 767px) {
    .OurTeamBox { 
    flex-direction: column;
}
.banner-text h1 {
    font-size: 30px; 
    line-height: 1.5; 
}
.OurTeamBox .OurTeamContent { 
    width: 100%; 
}
    .OurTeamBox .OurTeamImages {
    width: 200px;
    height: 200px;
}
     .box-mobile-order-2{
        order:2;
     }
     .box-mobile-order-1{
        order:1;
     }
	.PricingBox .PricingGrid{
		width: 100%;
	}
	.PricingBox .PricingGrid.PremiumPricing {
    transform: unset;
}
.PricingBox{
	margin: 0px;
}
.slider-item {
    height: auto;
    padding: 5rem 1rem;
}
    nav.open.sidebar {
        max-width: 80% !important;
    }
    .OurClientsHeading {
    margin-bottom: 20px;
}
.AboutBox.LeftAboutBox{
margin-bottom: 30px;
}
.AboutImage2{
gap: 0;
}
.StripBoxImage{
display: none;
}
.AboutImage2 img {
    width: 48%;
    object-fit: cover;
}
.section-view{
display: none;
}
.section-heading h3 {
    font-size: 22px;
    line-height: 1.5;
}
.row.align-items-center.mb-4 {
    margin-bottom: 0 !important;
}
    .custom-padding {
        padding: 40px 0px;
    }
    .footer-item {
        padding-bottom: 20px;
        margin-bottom: 10px;
        border-bottom: solid 1px #ffffff70;
    }
    .footer-item.newsltr {
        margin: 0;
        padding: 0;
        border: none;
    }
}
@media screen and (min-width: 574px) and (max-width: 767px) {
}
@media screen and (max-width: 574px) {
    .heading-pnel h2 {
        font-size: 26px;
    }
    .link-btn {
        font-size: 13px;
    }
    .contact-form {
        padding: 20px;
    }
    .CunterBox p {
    font-size: 10px;
}
.CunterBox h5 {
    font-size: 40px;
    line-height: 1;
}
.CounterSection{
padding-bottom: 0px;
}
.blog-thumbnails .blog-thumbnail{
flex-direction: column;
}
.blog-thumbnails .blog-thumbnail figcaption {
    width: 100%;
}
.blog-thumbnails .blog-thumbnail figure {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
}
.blog-thumbnails .blog-thumbnail figure img{
    width: 100%; 
}
.heading-pnel.mb-md-3{
margin-bottom: 0px;
}
.OurTeamContent {
    padding: 20px 15px;
}
.OurTeamContent h4 {
    font-size: 18px;
    font-weight: 500;
}
.contact-RightSide{
    padding: 2rem 20px;
}
.TetimonialsContent p {
    font-size: 18px;
}
.NewslettersSection {
    background: #121212;
    padding: 2rem 20px;
    position: relative;
}
.from-Newsletters .form-group button{
width: 120px;
}
.from-Newsletters .form-group .form-control {
    border: none;
    padding-left: 20px;
    width: calc(100% - 120px);
}
}
@media screen and (max-width: 490px) {
}
@media screen and (max-width: 420px) {
}




/**************New Page*******************/

@media only screen and (max-width:991px){

.business-grow .inner p br{display: none;}

.text-box.right, .text-box.left {
    padding: 25px;
}
.why-choose.zig-zag .image-box {
    height: 100%;
}

}

@media only screen and (max-width:767px){
.why-choose .image-box img{border-radius: 15px 15px 0 0;}
.why-choose  .service-card{ border-radius:0 0 15px 15px}
.why-choose .row {
    margin-bottom: 0;
}
.AboutList {
    margin-bottom: 0;
}
.why-choose .image-box {
    border-radius: 15px 15px 0 0;
}
.why-choose .service-card p:last-child{margin-bottom: 0}
.why-choose .service-card{margin-bottom: 30px}
.why-choose.zig-zag .service-card {
    height: auto;
}
.industries [class*="col-"]{margin-bottom: 30px}
}