/**!------------------------------------------------------
	Extra large devices ( large desktops, 1200px and up )
--------------------------------------------------------**/
@media (min-width: 992px) and (max-width: 1200px) {

}
@media (min-width: 1367px) {
    .consulting-area::after {
        background-size: cover;
    }
}
@media (max-width: 1200px) {
    .slider-area h2 {
        font-size: 48px;
    }
    .slider-area .carousel-caption {
        top: 30%;
    }
    .consulting-area::after {
        clip-path: polygon(40% 0, 100% 0, 100% 100%, 40% 100%);
    }
}
@media (max-width: 991px) {
    .navbar-brand img{
        max-width: 125px;
    }
    .main-menu .navbar-nav li a {
        font-size: 15px;
        padding: 5px 6px;
    }
    .footer-menu {
        margin-bottom: 30px;
    }
    .header-top ul {
        text-align: center;
    }
    .slider-area .carousel-caption p {
        font-size: 18px;
        line-height: inherit;
    }
    .slider-area .carousel-caption a{
        margin-top: 0;
    }
    .slider-area .carousel-indicators {
        padding-bottom: 20px;
    }

    .offer-item {
        padding: 20px 10px;
    }
    .consulting-content p {
        padding-right: 0;
    }
    .consulting-image img {
        max-height: 250px;
    }
    .offer-area .heading h2 {
        font-size: 4vw;
    }
    .footer-menu {
        display: block;
        padding-right: 0;
    }
    .footer-sub-menu li {
        margin-left: 15px;
    }
    .project-title h3 {
        font-size: 24px;
    }
    .contact-info h3 {
        font-size: 20px;
    }




}
/**!--------------------------------------
	Large devices (desktops, 992px and up)
----------------------------------------**/
@media (min-width: 768px) and (max-width: 991.98px) {

}
@media (min-width: 768px) {
    .news-area > .container > .row > * {
        padding-right: calc(var(--bs-gutter-x) * .8);
        padding-left: calc(var(--bs-gutter-x) * .8);
    }
}
@media (max-width: 767px) {

    .main-menu .navbar-nav {
        text-align: right;
        display: block;
        padding: 0;
    }
    .main-menu nav.navbar .navbar-collapse {
        width: 100%;
        position: absolute;
        top: 45px;
        padding: 10px 30px 10px;
        background: #db4149;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
    }
    .main-menu .navbar-nav {
        border: none;
        border-radius: 0;
    }
    .main-menu .navbar-nav li a {
        font-size: 15px;
        padding: 5px 0;
        color: #ffffff;
    }
    .main-menu .navbar-nav li a:hover, .main-menu .navbar-nav li a.active {
        color: #fff;
        border-radius: 0;
        background: transparent;
    }
    .main-menu .navbar-toggler {
        box-shadow: none;
        border: none;
        outline: none;
    }
    .navbar-toggler i {
        font-size: 26px;
        color: #fff;
    }
    .main-menu .navbar-nav .dropdown-menu li {
        text-align: right;
    }
    .slider-area .carousel-caption p {
        font-size: 16px;
    }
    .slider-area .carousel-caption a {
        padding: 8px 25px;
    }
    .contact-form {
        padding-bottom: 50px;
    }
    .contact-info-area {
        padding-left: 0;
    }
    .consulting-image img {
        max-height: inherit;
        position: relative;
    }
    .consulting-area::after {
        clip-path: polygon(0 57.2%, 100% 57.2%, 100% 100%, 0% 100%);
    }
    .news-item img {
        width: 100%;
    }
    .profile-image {
        padding-right: 0;
        margin-bottom: 30px;
    }
    .banner-content h2 {
        font-size: 32px;
    }
    .banner-area {
        padding: 150px 0 25px;
    }
    .contact-form h3 {
        font-size: 26px;
    }
    .news-subtitle h4 {
        font-size: 15px;
    }
    .news-content h3 {
        font-size: 20px;
    }
    .related-area .heading h2 {
        font-size: 26px;
    }
    .product-top-content h3 {
        font-size: 24px;
    }
    .action-image {
        height: auto;
    }
    .action-image img {
        height: auto;
        object-fit: inherit;
    }
    .product-heading h3 {
        font-size: 22px;
    }
    .product-heading h4 {
        font-size: 18px;
    }
    .product-top-content h4 {
        font-size: 18px;
    }


}
/**!---------------------------------------------
	Small devices (landscape phones, 576px and up)
-------------------------------------------------*/
@media (min-width: 576px) and (max-width: 767.98px) {

}
@media (max-width: 639px) {
    .consulting-area::after {
        clip-path: polygon(0 57.8%, 100% 57.8%, 100% 100%, 0% 100%);
    }

}
@media (max-width: 575px) {
    .slider-area .carousel-caption h2 {
        font-size: 24px;
        border: none;
        padding-left: 0;
        margin-bottom: 5px;
    }
    .slider-area .carousel-caption p {
        font-size: 15px;
        padding-left: 0;
    }
    .slider-area .carousel-caption a {
        margin-left: 0;
    }
    .slider-area .carousel-caption {
        top: 30%;
    }
    .slider-area .carousel-item img {
        min-height: 330px;
    }
    .slider-area .carousel-control-next, .slider-area .carousel-control-prev {
        width: 10%;
    }
    .slider-area .carousel-caption {
        right: 10%;
        left: 10%;
    }
    .header-top li {
        padding-left: 10px;
    }
    .consulting-area::after {
        display: none;
    }
    .consulting-area > .container {
        padding: 0;
    }
    .consulting-area .row > .col-md-7{
        background: url("../../assets/images/about-bg.jpg") no-repeat bottom center / cover;
    }
    .consulting-area .consulting-image {
        padding: 0 20px;
    }
    .consulting-area .consulting-content{
        padding: 30px;
    }
    .heading h2, .offer-area .heading h2, .profile-content h2,.news-area .heading h2 {
        font-size: 24px;
    }
    .project-title h3 {
        font-size: 18px;
    }
    .project-title p {
        font-size: 13px;
    }
    .job-content h3, .job-content h4 {
        font-size: 24px;
    }
    .pagination-area .page-link {
        margin: 0 5px;
    }
    .product-content {
        min-height: inherit;
    }
    .product-heading h3 {
        font-size: 20px;
    }
    .product-heading h4 {
        font-size: 16px;
    }
    .product-top-content h3 {
        font-size: 24px;
    }
    .product-network-banner .banner-content h2,
    .product-airborne-banner .banner-content h2 {
        font-size: 30px;
    }

    
}
/**!------------------------------------------------------
	Extra small devices (portrait phones, less than 576px)
--------------------------------------------------------**/
@media only screen and (min-width: 400px) and (max-width: 575.98px) {
}
@media (max-width: 479px) {
    .header-top li {
        padding-left: 6px;
    }
    .product-heading h3 {
        font-size: 18px;
    }
    .product-top-content h4 {
        font-size: 16px;
    }
    .product-heading h4 {
        font-size: 15px;
    }
    .product-top-content h3 {
        font-size: 18px;
    }
    .product-network-banner .banner-content h2,
    .product-airborne-banner .banner-content h2 {
        font-size: 24px;
    }

}