/* 1920  */
@media only screen and (min-width: 1600px){
    body, p, .btn {
        font-size: 14px;
    }
    .container {
        max-width: 1440px;
    }
    .banner-text h1 {
        font-size: 60px;
    }
    .banner-text p {
        font-size: 15px;
    }
    .btn {
        height: 42px;
        line-height: 42px;
    }


    .about-text h6, .section-heading h6, .testimonials h6 {
        font-size: 14px;
    }
    .about-text h2, .section-heading h2 {
        font-size: 46px;
    }
    .whyus-box {
        padding: 50px 24px 40px;
    }
    .why-row{
        margin: 0 -6px;
    }
    .why-row [class*="col-"]{
        padding: 0 6px;
    }
    .blog-text a.blog-title {
        font-size: 26px;
    }
    .review p {
        font-size: 18px;
    }
    .client-name {
        font-size: 26px;
    }
    .form-control {
        height: 42px !important;
        font-size: 14px;
    }
}

@media only screen and (min-width: 1366px) and (max-width: 1599px){
    .container{
        max-width: 86%;
    }
}

/* 992  */
@media only screen and (max-width: 1199px){
    .navbar {
        padding: 4px 16px;
    }
    .navbar-nav .nav-item .nav-link {
        padding: 24px 0px;
    }
    .banner-img {
        padding-top: 60%;
    }
    .banner-text h1 {
        font-size: 40px;
        margin-bottom: 12px;
    }
    .banner-text h4 {
        font-size: 24px;
        margin-bottom: 4px;
    }
    .banner-text {
        max-width: 46%;
    }
    .banner-text p {
        font-size: 13px;
    }
    .stat-box h4 {
        font-size: 24px;
    }
    .about-text h2, .section-heading h2 {
        font-size: 36px;
    }
    .about-img {
        padding-top: 136%;
    }
    .serv-text .serv-title, .project-text .serv-title {
        font-size: 20px;
    }
    .mission .about-img {
        padding-top: 110%;
    }
    .sec-space {
        padding: 84px 0;
    }
    .blog-date li{
        flex-shrink: 0;
    }
    .support .about-img {
        padding-top: 75%;
    }
    .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
        left: -24px;
    }
    .owl-carousel .owl-nav button.owl-next {
        left: auto;
        right: -24px;
    }
    .ft-flex{
        row-gap: 20px;
    }
}

/* 768  */
@media only screen and (max-width: 991px){
    .navbar {
        padding: 0;
    }
    .navbar-nav .nav-item .nav-link {
        padding: 8px 4px;
    }
    .navbar-collapse{
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #f5f5f5;
        z-index: 999999;
    }
    .navbar-toggler-icon .bi{
        color: var(--darkgreen);
    }
    .navbar-toggler{
        padding: 0;
        margin-left: 4px;
        font-size: 2rem;
    }
    .navbar-toggler:hover, .navbar-toggler:focus{
         border: none;
         outline: none;
    }
    .navbar-toggler-icon {
        height: auto;
    }
    .navbar .menu-item {
        padding: 10px 20px;
        margin: 0;
    }
    .navbar .menu-item.active{
        background: #dbdbdb;
    }
    .navbar-brand img {
        height: 62px;
    }
    .nav-text{
        margin-left: auto;
        margin-right: 12px;
    }
    .navbar-light .navbar-toggler-icon {
        background-image: none !important;
    }
    .banner-img {
        padding-top: 70%;
    }
    .banner-text {
        max-width: 64%;
    }
    .banner-text h1 {
        font-size: 34px;
    }
    .banner-text h4 {
        font-size: 18px;
    }
    .banner-slider .owl-dots {
        left: 5%;
    }
    .btn {
        height: 42px;
        line-height: 42px;
    }
    .about-text h2, .section-heading h2 {
        font-size: 30px;
    }
    .about-text h2 {
        padding-left: 12px;
        margin-bottom: 12px;
    }
    .about-text h4 {
        font-size: 16px;
    }
    .stat-bar {
        padding: 20px 0px;
    }
    .stat-icon{
        display: none;
    }
    .stat-icon img {
        height: 46px;
        width: 46px;
        margin-right: 12px;
    }
    .stat-column li p {
        font-size: 13px;
        line-height: 1.2;
        font-weight: 600;
    }
    .about-img {
        border-radius: 20px;
    }
    .ab-home .about-img {
        border-radius: 20px 120px 20px 20px;
    }
    .row{
        row-gap: 24px;
    }
    .section-heading {
        max-width: 84%;
        margin-bottom: 24px;
    }
    .why-row{
        row-gap: 8px;
    }
    .sec-space {
        padding: 60px 0;
    }
    .mission.ab-home::before {
        top: auto;
        bottom: 0;
    }
    .projects .about-text{
        flex-direction: column;
    }
    .projects .about-text h2 {
        max-width: 100%;
        flex: 0 0 100%;
        margin-bottom: 8px;
    }
    .project-box .service-img {
        padding-top: 75%;
    }
    .pro-flex .bi {
        font-size: 36px;
    }
    .projects .project-box .desc{
        display: none;
    }
    .pro-flex {
        padding: 12px 0 0;
    }
    .badge {
        font-size: 12px;
        font-weight: 400;
        padding: 10px 16px;
    }
    .blog-box {
        padding: 12px;
    }
    .blog-title {
        font-size: 20px;
    }
    .blog-btn::before {
        width: 75%;
    }
    .main-footer {
        padding-top: 60px;
    }
    .myFooter .border-right{
        border-right: none !important ;
        border-bottom: 1px solid var(--blue);
        padding-bottom: 20px;
    }
    .main-footer h3 {
        margin-bottom: 14px;
    }
    .owl-carousel .owl-dots {
        margin-top: 18px;
    }
    .myFooter hr {
        margin: 28px 0;
    }
    .copyright {
        flex-direction: column;
        row-gap: 12px;
    }

    .contact .about-img {
        padding-top: 62%;
    }
    .product-row{
        margin: 0 -8px;
        row-gap: 16px;
    }
    .product-row [class*="col-"]{
        padding: 0 8px;
    }
    .serv-text {
        padding: 14px;
    }
    .inner-banner h2 {
        font-size: 32px;
    }
    .mission-1 .about-img {
        padding-top: 70%;
    }
	.make-me-sticky .about-img {
		padding-top: 75vh;
	}
}

/* 576  */
@media only screen and (max-width: 767px){
    .banner-img {
        padding-top: 75%;
    }
    .banner-img::before {
        background: linear-gradient(92deg, #000000d1, #0000008a);
    }
    .banner-wrap {
        top: 36%;
    }
    .banner-text {
        max-width:  86%;
        padding-left: 16px;
        border-left: 1px solid var(--yellow);
    }
    .banner-text h1 {
        font-size: 32px;
    }
    .about-img {
        padding-top: 68% !important;
    }
    .ab-home::before {
        width: 100%;
        height: 40%;
    }
    .stat-icon{
        display: block;
    }
    .projects .project-box .desc {
        display: -webkit-box !important;
    }
    .stat-bar {
        padding: 32px 0px;
        position: static !important;
        background: var(--dark-grey);
    }
    .stat-box h4 {
        font-weight: 500;
        font-size: 20px;
    }
    .stat-box p {
        color: #ffffff68;
    }
    .about-text h2, .section-heading h2 {
        font-size: 28px;
    }
    .quote {
        margin-bottom: 20px;
    }
    .blog-img {
        padding-top: 68%;
    }
    .blog-btn::before {
        width: 68%;
    }
    .owl-carousel .owl-dots {
        margin-top: 8px;
    }

    .inner-banner h2 {
        font-size: 28px;
    }
    .banner_area_text_box.text-center {
        max-width: 84%;
    }

    .mission-1 .row{
        flex-direction: column-reverse;
    }
    .values{
        padding-top: 0;
    }
    .value-img {
        position: static;
        height: 400px;
        width: 100%;
    }
    .mask1 {
        -webkit-mask-image: none;
        mask-image: none;
    }
    .values::before {
        display: none;
    }
    .team-text {
        padding: 12px;
    }
    .team-box:hover .team-text {
        padding: 22px;
    }
    .corp-list li h5 {
        font-size: 13px;
    }
    .myFooter .contact-list li {
        margin-bottom: 0px;
    }
}

/* 480  */
@media only screen and (max-width: 575px){
    .btn {
        height: 36px;
        line-height: 36px;
        font-size: 12px;
        padding: 0px 14px;
    }
    .banner-text h1 {
        font-size: 28px;
        margin-bottom: 4px;
        font-weight: 600;
    }
    .banner-text h4 {
        font-size: 14px;
        margin-bottom: 2px;
    }
    .banner-wrapper {
        top: 40%;
    }
    .ab-home::before {
        height: 28%;
    }
    .footer-logo img {
        height: 96px;
    }
    .section-heading{
        max-width: 100%;
        margin-bottom: 24px;
    }

    .inner-banner {
        padding: 48px 0;
    }
    .inner-banner h2 {
        font-size: 24px;
        margin-bottom: 0;
    }

    .team-text {
        padding: 18px;
        height: 18%;
    }
}

/* 360  */
@media only screen and (max-width: 479px){
    .banner-img {
        padding-top: 100%;
    }
    .banner-text{
        max-width: 100%;
    }
    .banner-text h1 {
        font-size: 24px;
    }
    .banner-text p {
        font-size: 12px;
        font-weight: 300;
    }
    .banner-wrapper {
        top: 32%;
    }
    .about-text h2, .section-heading h2 {
        font-size: 20px;
    }
    .stat-icon{
        display: none;
    }
    .about-text h2, .section-heading h2 {
        font-size: 24px;
    }
    .service .d-flex {
        flex-direction: column;
        align-items: flex-start;
    }
    .service .about-text h2 {
        margin-bottom: 12px;
    }
    .desc {
        -webkit-line-clamp: 2;
    }
    .project-text {
        margin-right: 12px;
    }
    .review p {
        font-size: 14px;
    }
    .email-subscribers {
        flex-direction: column;
        row-gap: 8px;
    }
    .main-footer h3 {
        margin-bottom: 12px;
        font-size: 18px;
    }
    .footer-logo img {
        height: 68px;
    }

    .mission-box {
        flex-direction: column;
        padding: 28px 24px;
    }
}
