/*================================ 
    #RESPONSIVE CSS 
====================================*/


/* Tablet Layout: 768px.*/

@media only screen and (min-width: 768px) and (max-width: 991px) {
    /*Banner */
    .banner-area.top-transparent .content {
        margin-top: -50px;
    }
    /* About */
    .about-area .thumb-img {
        text-align: center;
    }
    .about-area .thumb-img img {
        border-radius: inherit;
    }
    .about-area .thumb-img .video a {
        position: absolute;
        bottom: auto;
        top: 50%;
        right: auto;
        left: auto;
        transform: translateX(-50%) translateY(-50%);
        left: 50%;
    }
    .about-area .info {
        padding-left: 15px;
    }
    .about-area .thumb {
        margin-bottom: 30px;
    }
    .about-area .info.box .col-md-8 {
        margin-top: 35px;
    }
    /* Vision */
    .vision-area h3 {
        margin-bottom: 60px;
    }
    /* Approche */
    .approche-area .approche-grids>.grid {
        width: 50%;
        padding: 35px 30px;
    }
    .approche-area .approche-grids>.grid:nth-child(1),
    .approche-area .approche-grids>.grid:nth-child(4),
    .approche-area .approche-grids>.grid:nth-child(5) {
        background-color: #fff;
    }
    .approche-area .approche-grids>.grid:nth-child(2),
    .approche-area .approche-grids>.grid:nth-child(3),
    .approche-area .approche-grids>.grid:nth-child(6) {
        background-color: rgba(0, 158, 229, 0.2);
    }
    /* Service > sidebar */
    .services-area .sidebar {
        display: none;
    }
    .news-area .sidebar {
        display: none;
    }
    /* Services */
    .services-area .services-items.services-carousel .owl-nav .owl-prev,
    .services-area .services-items.services-carousel .owl-nav .owl-next {
        font-size: 24px;
        left: -40px;
    }
    .services-area .services-items.services-carousel .owl-nav .owl-next {
        right: -40px;
        left: auto;
    }
    /* Team */
    .team-area .team-members.team-carousel .owl-nav .owl-prev,
    .team-area .team-members.team-carousel .owl-nav .owl-next {
        font-size: 24px;
        left: -40px;
    }
    .team-area .team-members.team-carousel .owl-nav .owl-next {
        right: -40px;
        left: auto;
    }
    /* Why Us */
    .why-us-area .achivements {
        margin-top: 30px;
    }
    .chose-us-area .info-box {
        padding-right: 15px;
    }
    .theme-shape::after {
        display: none;
    }
    .chose-us-area .thumb {
        margin-top: 40px;
    }
    .chose-us-area.reverse .thumb {
        margin-top: 0;
        margin-bottom: 40px;
    }
    .chose-us-area.reverse .info-box {
        padding-left: 15px;
    }
    /* Testimonials */
    .testimonials-area .testimonial-items.testimonial-carousel .owl-nav .owl-prev,
    .testimonials-area .testimonial-items.testimonial-carousel .owl-nav .owl-next {
        font-size: 24px;
        left: -40px;
    }
    .testimonials-area .testimonial-items.testimonial-carousel .owl-nav .owl-next {
        right: -40px;
        left: auto;
    }
    /* Blog */
    .blog-area.left-sidebar .blog-content,
    .blog-area.right-sidebar .blog-content {
        float: none;
    }
    .blog-area .sidebar {
        margin-bottom: -10px;
        margin-top: 50px;
    }
    .blog-area.left-sidebar .sidebar {
        padding-right: 15px;
    }
    .blog-area.right-sidebar .sidebar {
        padding-left: 15px;
    }
    .contact-area .contact-forms {
        /* padding-right: 15px; */
        margin-top: 30px;
    }
    .contact-area .contact-box {
        padding: 50px 30px;
    }
    /* Footer */
    footer .equal-height {
        margin-top: 50px;
    }
    footer .equal-height:first-child,
    footer .equal-height:nth-child(2) {
        margin-top: 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1023px) {
    /*Hamburger */
    nav.navbar.bootsnav .navbar-toggle {
        margin-top: 18px;
        margin-right: 12px;
    }
}


/* Mobile Layout: 320px. */

@media only screen and (max-width: 767px) {
    /* Heading */
    h1 {
        font-size: 30px;
    }
    h2 {
        font-size: 26px;
    }
    h3 {
        font-size: 20px;
    }
    h4 {
        font-size: 18px;
        line-height: 1.4;
    }
    h5 {
        font-size: 16px;
        line-height: 1.4;
    }
    h6 {
        font-size: 14px;
        line-height: 1.4;
    }
    .default-padding {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .padding-xl {
        padding-bottom: 50px;
        padding-top: 50px;
    }
    .default-padding.bottom-less {
        padding-bottom: 20px;
        padding-top: 50px;
    }
    .default-padding-bottom {
        padding-bottom: 50px;
    }
    .default-padding-top {
        padding-top: 50px;
    }
    .default-padding.bottom-30 {
        padding-bottom: 0;
        padding-top: 50px;
    }
    .default-padding.bottom-20 {
        padding-bottom: 20px;
        padding-top: 50px;
    }
    .site-heading {
        margin-bottom: 30px;
    }
    .carousel-shadow.default-padding {
        padding-bottom: 35px;
    }
    .breadcrumb-area {
        padding: 100px 0;
    }
    .breadcrumb-area h1 {
        font-size: 36px;
    }
    .breadcrumb-area .breadcrumb {
        position: inherit;
        bottom: 0;
        left: inherit;
        margin-top: 20px;
        background: transparent;
        transform: inherit;
    }
    .breadcrumb-area .breadcrumb a,
    .breadcrumb-area .breadcrumb li {
        color: #ffffff;
    }
    .breadcrumb-area .breadcrumb::after {
        background: #000000;
    }
    /* Topbar */
    .top-bar-area,
    .attr-nav .quote-btn {
        display: none;
    }
    /* Banner Area */
    .banner-area .content h2 {
        font-size: 36px;
        line-height: 1.2;
    }
    .banner-area.text-large .content h1 {
        font-size: 36px;
        line-height: 1.2;
        margin-bottom: 10px;
    }
    .banner-area .text-center .content p,
    .banner-area.text-center .content p {
        padding: 0;
    }
    body,
    .banner-area,
    .banner-area div {
        height: auto;
    }
    .banner-area .content {
        overflow: hidden;
        padding: 50px 0;
    }
    .banner-area.top-transparent .content {
        padding-top: 110px;
    }
    .banner-area .fixed-address {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        z-index: 9;
        height: auto;
        color: #ffffff;
        font-family: 'Montserrat', sans-serif;
        display: none;
    }
    .theme-shape::after {
        display: none;
    }
    /* Vision */
    .vision-area .thumb-img {
        display: none;
    }
    /* Vision */
    .vision-area h3,
    .vision-area h4 {
        font-size: 14px;
    }
    .vision-area h3 {
        margin-bottom: 30px;
    }
    /* Approche */
    .approche-area .approche-grids>.grid {
        width: 100%;
        float: none;
        padding: 25px 20px;
    }
    /* Service > sidebar */
    .services-area .sidebar {
        display: none;
    }
    .news-area .sidebar {
        display: none;
    }
    /* About */
    .about-area .thumb-img {
        text-align: center;
    }
    .about-area .thumb-img img {
        border-radius: inherit;
    }
    .about-area .thumb-img .video a {
        position: absolute;
        bottom: auto;
        top: 50%;
        right: auto;
        left: auto;
        transform: translateX(-50%) translateY(-50%);
        left: 50%;
    }
    .about-area .info {
        padding-left: 15px;
    }
    .about-area .info ul {
        text-align: left;
    }
    .about-area .thumb {
        margin-bottom: 30px;
    }
    .about-area .info h2 strong {
        font-size: 26px;
    }
    .about-area .info h2 {
        line-height: 1.5;
        font-size: 20px;
        margin-top: 0;
    }
    .about-area ul li {
        width: 100%;
        font-size: 14px;
    }
    .about-area ul li:nth-child(2) {
        margin-top: 15px;
    }
    .about-area .info.box .col-md-8 {
        margin-top: 30px;
    }
    .about-area .features .item {
        width: 100%;
        padding-right: 0;
        margin-bottom: 30px;
        display: block;
    }
    .about-area .features .item:last-child {
        margin-bottom: 0;
    }
    .about-area .features {
        overflow: hidden;
        text-align: center;
    }
    .about-area .features .item .info {
        padding-left: 0;
    }
    .about-area .features .item i {
        margin-bottom: 30px;
    }
    /* Services */
    .services-area .services-items.services-carousel .owl-nav {
        display: none;
    }
    /* Testimonials */
    .testimonial-items .item {
        display: block;
        text-align: center;
    }
    .testimonial-items .item .info {
        padding-left: 0;
        margin-top: 30px;
    }
    .testimonials-area .testimonial-items.testimonial-carousel .owl-nav {
        display: none;
    }
    .testimonial-items .item .thumb img {
        max-width: 400px;
        margin: auto;
    }
    /* Team */
    .team-area .team-members.team-carousel .owl-nav {
        display: none;
    }
    .apropos-area .morebtn.right {
        position: relative;
        left: 10px;
    }
    /* Contact */
    .faq-area {
        padding-right: 15px;
    }
    .contact-area .contact-forms {
        padding-right: 15px;
        margin-top: 30px;
    }
    .contact-area .contact-box {
        padding: 50px 30px;
    }
    /* A propos > header */
    .header-area.apropos .single-item {
        margin-bottom: 40px;
    }
    .header-area.apropos .single-item::before {
        background: #fff none repeat scroll 0 0;
        bottom: -20px;
        content: "";
        height: 1px;
        left: 50%;
        margin-left: -20px;
        position: absolute;
        width: 40px;
        opacity: 0.5;
    }
    .header-area.apropos .single-item:last-child {
        margin-bottom: 0px;
    }
    .header-area.apropos .single-item:last-child::before {
        display: none;
    }
    /* Maps */
    .google-maps iframe {
        height: 350px;
    }
    /* Error Page */
    .error-page-area .error-box h1 {
        font-size: 120px;
        line-height: 100px;
    }
    .error-page-area .row {
        display: block;
    }
    .error-page-area .thumb {
        margin-bottom: 50px;
        text-align: center;
    }
    .error-page-area .error-box {
        padding-left: 15px;
        text-align: center;
    }
    /* Footer */
    footer .equal-height {
        display: block;
        margin-bottom: 50px;
    }
    footer .equal-height:last-child {
        margin-bottom: 0;
    }
    footer .footer-bottom {
        text-align: center;
        margin: 0;
        margin-bottom: -20px;
    }
    .news-area .allarchives {
        max-width: none;
        padding: 20px 20px 5px;
        margin-top: -20px;
        margin-bottom: 40px;
    }
}


/* Wide Mobile Layout: 480px. */

@media only screen and (min-width: 480px) and (max-width: 767px) {
    /* About */
    .about-area ul li {
        width: 50%;
    }
    .about-area ul li:nth-child(2) {
        margin-top: 0;
    }
}


/* Max Wide Mobile Layout: 600px. */

@media only screen and (min-width: 600px) and (max-width: 767px) {
    /* Blog */
    .comments-list .commen-item .content,
    .comments-list .commen-item .avatar {
        display: table-cell;
        text-align: left;
        width: auto;
        vertical-align: top;
    }
    .comments-list .commen-item .content {
        padding-left: 15px;
    }
}


/* Custom Wide Layout: 650px. */

@media only screen and (min-width: 650px) and (max-width: 767px) {
    .about-area .features .item {
        width: 50%;
        padding-right: 30px;
        margin-bottom: 0;
        display: flex;
        text-align: left;
    }
    .about-area .features .item:last-child {
        padding-right: 0;
    }
    .about-area .features .item .info {
        padding-left: 20px;
    }
}


/* landscape tablet & Desktop Layout: +1023px. */

@media only screen and (min-width: 1024px) {
    .hamburger {
        display: none;
    }
}