@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700&display=swap');





@media screen and (max-width: 1700px) {
 .container-page {
        max-width: 1380px;
    }
}
@media screen and (max-width: 1440px) {
    .container-page {
        max-width: 1180px;
    }
    .we-are-text {
        padding-left: 0px;
    }
    #main-menu li a {
        padding: 11px 14px;
    }
    .social-media a:first-child {
        margin-right: 1px;
    }
    .social-media a:last-child {
        margin-left: 1px;
    }

}
@media screen and (max-width: 1200px) {
    .container-page,
    footer.site-footer .container-page  {
        max-width: 994px;
    }
    .section-contact.text {
        padding-right: 0;
    }
    .section-title.right {
        font-size: 30px;
        line-height: 35px;
    }
    .section-contact.map iframe {
        height: 37vw;
    }
    .call-action p span{
        display: none;
    }
    .call-action {
        margin-right: 15px;
    }




}

@media screen and (max-width: 1024px) {
    .container-page,
    footer.site-footer .container-page {
        max-width: 961px;
    }
    footer.site-footer .container-page {
        grid-template: 1fr / 30% 65% 5%;
    }

    #wrapper-navbar {
        position: relative;
        padding-top: 5px;
    }

}


@media screen and (max-width: 991px) {
  #wrapper-navbar  .navbar-light .navbar-toggler {
          border-color: transparent;
          text-align: right;
        }
        #main-menu li a {
            text-align: right;
        }

.custom-logo-link
        {
            padding-left: .75rem;
        }
      .header-info  {
            padding-right: .75rem;
        }
    .container-page,
    footer.site-footer .container-page {
        max-width: initial;
    }
    .portfolio-box-header {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .portfolio-box-header h3.section-title:after {
        left: 50%;
        transform: translateX(-50%);
    }

.sort-list li {
    font-size: 14px;
}

.section-contact.map {
    padding-left: 20px;
    width: 50%;
}
.section-contact.text {
    width: 50%;
    padding-left: 0px;
    padding-right: 20px;
}
.we-are-text,
.we-are-img {
    width: 100%;
}
.we-are-img p {
    position: relative;
    top: initial;
    right: initial;
    transform: none;
    max-width: 100%;
}
.we-are-text h3.section-title{
text-align: center;
}
.we-are-text h3.section-title:after {
  transform: translateX(-50%);
    left: 50%;
}
.see-offer {
          margin: 0 auto;
}
.we-are-text p{
    text-align: justify;
}

#wrapper-navbar .navbar-brand {
    margin-right: 0rem;

}

button.navbar-toggler,
#navbarNavDropdown{
    order: 3;
    width: auto;
}


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


    .section-contact.map {
        padding-left: 0px;
        width: 100%;
    }
    .section-contact.text {
        width: 100%;
        padding-right: 0px;
    }
    h3.section-title.right br {
        display: none;
    }

    section.fullscreen {
        min-height: auto;
        padding: 25px 0;
    }
    .we-are-text h3.section-title {
        font-size: 30px;
        line-height: 30px;
    }


    footer.site-footer .container-page {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    .media_image-2.footer-box{
        width: 100%;
        text-align: center;
    }
    h3.section-title {
        font-size: 35px;
    }
    .portfolio-elemens {
        columns: 2;
        column-gap: 8px;
        -moz-column-gap: 8px;
        -webkit-column-gap: 8px;
    }

    .portfolio-elemens .show-hide:nth-child(n) {
        height: 15vw;
        margin-bottom: 8px;
   }
   .portfolio-elemens .show-hide.big-image {
        max-height: 75vw;
       min-height: 75vw;
   }

    }

    @media screen and (max-width:640px) {

        footer.site-footer section:nth-child(2)>div p {
             font-size: 14px;
             margin-right: 10px;
        }
        .section-title.right {
            text-align: center;
        }

        .section-title.right:after {
            right: inherit;
            left: inherit;
            left: 50%;
            transform: translateX(-50%);
        }
        .section-contact.text p {
            text-align: center;
        }
    }

@media screen and (max-width:425px) {
   .widget_text.widget.custom_html-3.footer-box{
       width: 100%;
   }

    footer.site-footer section:nth-child(2)>div {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    #wrapper-navbar .navbar-brand {
        width: 50%;
    }

    .header-info {
         justify-content: flex-end;
    }
}
@media screen and (max-width:320px) {
    .we-are-text h3.section-title,
    .section-title.right {
        font-size: 20px;
        line-height: 25px;
    }
    h3.section-title {
        font-size: 25px;
    }


    .section-description p {
        font-size: 17px;
        line-height: 25px;
    }
    .sort-list li {
        font-size: 12px;
    }
    #wrapper-navbar   .navbar-toggler {
        padding: .25rem .3rem;
    }
    .custom-logo-link {
        padding-left: .3rem;
    }
    .header-info {
        padding-right: 0.3rem;
    }
    .call-action img {
        margin-left: 5px;
        margin-right: 5px;
    }
}

@-webkit-keyframes fadeInLeft {
    0% {
       opacity: 0;
       -webkit-transform: translateX(-10px);
    }
    100% {
       opacity: 1;
       -webkit-transform: translateX(0px);
    }
 }

 @keyframes fadeInLeft {
    0% {
       opacity: 0;
       transform: translateX(-10px);
    }
    100% {
       opacity: 1;
       transform: translateX(0px);
    }
 }

@-webkit-keyframes fadeOutLeft {
    0% {
       opacity: 1;
       -webkit-transform: translateX(0);
    }
    100% {
       opacity: 0;
       -webkit-transform: translateX(-20px);
    }
 }

 @keyframes fadeOutLeft {
    0% {
       opacity: 1;
       transform: translateX(0);
    }
    100% {
       opacity: 0;
       transform: translateX(-20px);
    }
 }

 @-webkit-keyframes fadeOutzLeft {
    0% {
       opacity: 0;
          transform: translateX(-10px);
    }
    100% {
       opacity: 1;
          transform: translateX(-82px);
    }
 }

 @keyframes fadeOutzLeft {
    0% {
       opacity: 0;
          transform: translateX(-10px);
    }
    100% {
       opacity: 1;
          transform: translateX(-82px);
    }
 }