/*
Version: 1.0
Author: Symlink Technology
Author URI: https://www.symlinktech.com/.
*/

@media screen and (max-width: 1920px) {
}
@media screen and (max-width: 1580px) {

}
@media screen and (max-width: 1024px) {
	.gallery{
        width: 33.3%;
    }
    .nav-social li a {
        margin: 0 2px;
    }
    .nav-social {
        margin-left: 10px;
    }
}

@media screen and (max-width: 990px) {
	.gallery{
        width: 50%;
    }
    .nav-social {
        margin-left: 0;
        margin-top: 30px;
        margin-bottom: 30px;
        border-left: 0;
    }
    .about-bg-apply{
        display: none;
    }
    .col-15{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
    .sec-page-banner::before {
        background-position: -150px;
    }
    .sec-page-banner::before {
        padding: 95px 0;
    }
    .ftco-section {
        padding: 4em 0;
    }
}

@media screen and (max-width: 990px) and (orientation: landscape){
	
}

@media screen and (max-width: 767px) {
	
}
@media screen and (max-width: 480px) {
	.gallery {
        width: 50%;
    }
    .sec-activites .icon {
        width: 100px;
        margin: 0 auto;
    }
    .services h3 {
        text-align: center;
    }
    .services p {
        text-align: center;
    }
    .sec-page-banner .page-banner-wrap h1 {
        font-size: 48px;
    }
    .sec-home-about .img-about {
        width: 100%;
        border: 5px solid #f508fe;
        border-bottom: 0;
        border-right: 0;
        border-radius: 40px;
        border-bottom-right-radius: 0;
        box-shadow: 0px 3px 66px -24px rgba(0, 0, 0, 0.2);
    }
    .col-15{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .block-20 {
        height: 100px;
    }
    header .header-top-wrap {
        display: none;
    }
    .site-blocks-cover h1 {
        font-size: 45px;
        line-height: 45px;
    }
    .site-blocks-cover .btn-action {
        padding: 8px 20px;
    }
    .contact-modal .modal-content {
        flex-wrap: wrap;
    }
    .contact-modal .pull-left {
        width: 100%;
        min-height: auto;
    }

    .sec-page-banner .container {
        margin-top: 0;
    }
    .sec-page-banner::before {
        background-position: -276px;
        padding: 85px 0;
    }
    .gallery.img {
        height: 125px;
    }
    .sec-testimonial .testimonial-wrap p {
        font-size: 18px;
        text-align: center;
        line-height: 26px;
    }
    .sec-testimonial h2 {
        text-align: center;
    }
    .media-body {
        flex: none;
        width: 100%;
    }
    .staff .img {
        width: 140px;
        height: 140px;
        margin: 0 auto 30px;
    }
    .staff .info {
        width: calc(100%);
    }
    .staff .info h3 {
        padding-right: 0;
        text-align: center;
        display: block;
    }
    .page-champion .staff .text p {
        text-align: center;
    }
}













