﻿@media (max-width: 1439px) {
    .section-about-content {
        min-height: 600px;
    }
}

@media (max-width: 1200px) {
    header .navbar-nav .nav-item .nav-link {
        font-size: 14px;
    }
}

@media (max-width: 1024px) {
    header .top-header .nav .nav-item .nav-link {
        font-size: 12px;
    }

    header .navbar-brand img {
        width: 150px;
    }

    header .navbar-nav .nav-item .nav-link {
        padding-left: .3rem;
        padding-right: .3rem;
        font-size: 13px;
    }

    footer .footer-contact {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    header .top-header .nav.social {
        display: none;
    }

    footer {
        padding: 20px 0;
    }

    .gp-main-about .about-box-wrapper .box-item .head .title {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    header .top-header .nav.links .nav-item .nav-link img {
        height: 22px;
    }

    header .top-header .nav.langs .nav-item .nav-link {
        height: 22px;
        width: 22px;
    }

    .gp-page-header .page-header-content h1 {
        font-size: 24px;
    }

    .gp-page-content {
        padding: 50px 0;
    }

    .copyright {
        text-align: center;
    }

        .copyright .copy {
            margin-bottom: 10px;
        }

    .news-container {
        margin-top: 0 !important;
        margin-bottom: 15px;
    }

    .section-project-detail-buttons .buttons-item {
        float: none !important;
        display: block;
        margin: 0 auto 20px auto;
    }

    .section-news .news-photo{
        margin-bottom:40px;
    }

    .team-items .team-item{
        margin-bottom:40px;
    }
}

@media (max-width: 675px) {
    header .top-header .nav.links .nav-item {
        padding-left: 10px;
        padding-right: 10px;
    }

        header .top-header .nav.links .nav-item .nav-link img {
            margin-right: 0;
        }

        header .top-header .nav.links .nav-item .nav-link span {
            display: none;
        }
}

@media (max-width: 575px) {
    header .navbar-search .nav .nav-item .nav-link img {
        width: 42px;
    }

    .section-contact .contact-item img {
        margin-bottom: 25px;
    }

    .section-blog .left .content a {
        word-break: break-word;
    }

    #AwardProjects .owl-nav {
        position: absolute;
        bottom: 5px;
        width: 100%;
    }

        #AwardProjects .owl-nav button.owl-prev {
            margin-right: 0;
        }

        #AwardProjects .owl-nav button.owl-next {
            margin-left: 25px;
        }

        #AwardProjects .owl-nav button img {
            width: 30px;
        }

    .section-project-detail-buttons .buttons-item {
        width: 100%;
    }

    .section-project-detail-images {
        position: relative;
        width: 100%;
        height: 50vh !important;
    }

        .section-project-detail-images .project-detail-img {
            height: 50vh !important;
        }

    .section-about .tab-list {
        text-align: center;
    }

    .sidenav-wrapper {
        min-width: 80%;
    }

    .section-slider .slider-item .slider-box {
        left: 50%;
        transform: translateX(-50%);
    }

    .section-project img {
        width: 100%;
    }

    footer, footer .copyright-text {
        text-align: center;
    }

        footer .right, footer .social-buttons {
            text-align: center;
            margin-top: 30px;
        }

        footer .copyright-text{
            display:none;
        }

        footer .right img{
            width:45px;
        }
}
