@media (min-width: 1400px) {
  .container-fluid {
    width: 1380px;
    max-width: 100%; } }
@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1160px; } }
@media (max-width: 1399px) {
  .container-fluid, .top-line .container-fluid, .projects-overview .container-fluid, .img-text .container-fluid, .team .container-fluid, .knowledge-three .container-fluid, .projects .container-fluid, .project-banner .container-fluid, .full-img figure, .two-img .container-fluid, .banner-slider figure {
    padding: 0 30px; }

  .projects-overview .content {
    grid-gap: 30px 40px; }

  .projects-overview .item {
    width: calc(33.33% - 27px); }

  .team .content {
    grid-gap: 30px 30px; }

  .team .item {
    width: calc(20% - 24px); } }
@media (max-width: 1199px) {
  .mt-90 {
    margin-top: 45px !important; }

  .mt-150 {
    margin-top: 75px !important; }

  .mb-150 {
    margin-bottom: 75px !important; }

  .mt-100 {
    margin-top: 50px !important; }

  .pt-100 {
    padding-top: 50px !important; }

  .pt-90 {
    padding-top: 45px !important; }

  .pt-150 {
    padding-top: 75px !important; }

  .home-banner figure img, .project-banner figure img {
    height: 450px; }

  .menu-bar {
    position: fixed;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    height: 70px;
    width: 100%;
    z-index: 9999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #fff;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.16);
    box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.16);
    padding: 0 20px;
    border-radius: 0; }
  .menu-bar .wrap-btn {
    width: 100%;
    position: relative;
    z-index: 99;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .menu-bar .wrap-btn > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100px;
    height: 40px;
    grid-gap: 10px;
    background: #fff;
    padding: 0;
    border: solid 1px #b5b5b5;
    border-radius: 20px; }
  .menu-bar .wrap-btn > a b {
    display: block;
    margin-top: 1px;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.81;
    letter-spacing: normal;
    text-align: left;
    color: #000; }
  .menu-bar .wrap-btn > a .wrap-link {
    background: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 40px;
    grid-gap: 10px;
    border-radius: 0;
    padding: 5px 15px; }
  .menu-bar .btn-border a {
    border: solid 1px #b5b5b5;
    border-radius: 20px;
    padding: 0 18px;
    font-weight: 400;
    color: #000;
    font-size: 12px;
    line-height: 38px;
    height: 40px;
    display: inline-block;
    text-align: center;
    top: 0; }
  .menu-bar .open-menu.is-active .wrap span:first-child {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 4px; }
  .menu-bar .open-menu.is-active .wrap span:nth-child(2) {
    opacity: 0; }
  .menu-bar .open-menu.is-active .wrap span:last-child {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: -4px; }

  .menu-responsive {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    max-height: 100vh;
    max-width: 100vw;
    -webkit-transform: scale(0) translate(-50%, 0);
    transform: scale(0) translate(-50%, 0);
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    background: rgba(255, 255, 255, 0.8);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left; }
  .menu-responsive .btn-wrap {
    grid-gap: 15px;
    margin-left: 20px;
    margin-bottom: 50px; }
  .menu-responsive .btn-wrap .btn-default {
    background: #000;
    color: #fff;
    border-color: #000; }
  .menu-responsive .btn-wrap .btn-border {
    background: #fff;
    color: #000; }
  .menu-responsive .mob-menu-wrap ul.mob-menu > li > a {
    font-size: 20px;
    width: 100%;
    display: block;
    line-height: 40px;
    position: relative;
    color: #0C2929;
    padding-right: 50px;
    text-align: center; }
  .menu-responsive .mob-menu-wrap ul.mob-menu > li > a span {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 40px; }
  .menu-responsive .mob-menu-wrap ul.mob-menu > li > a span:after {
    content: '\f054';
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    color: #0C2929;
    font-size: 18px;
    line-height: 1;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: all .4s ease;
    transition: all .4s ease; }
  .menu-responsive .mob-menu-wrap ul.mob-menu > li .sub-menu {
    display: none;
    padding: 0;
    position: relative;
    opacity: 1 !important;
    background: transparent !important;
    -webkit-transition: none;
    transition: none; }
  .menu-responsive .mob-menu-wrap ul.mob-menu > li .sub-menu a {
    font-size: 16px;
    width: 100%;
    display: block;
    line-height: 30px;
    position: relative;
    color: #0C2929; }
  .menu-responsive .mob-menu-wrap ul.mob-menu > li .sub-menu a i {
    position: relative;
    margin-right: 10px;
    color: #000; }
  .menu-responsive .mob-menu-wrap ul.mob-menu li a span.is-open:after {
    -webkit-transform: rotate(90deg) translate(-50%, 0);
    transform: rotate(90deg) translate(-50%, 0); }
  .menu-responsive .wrap {
    opacity: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    width: 500px;
    max-width: 100%;
    padding: 80px 20px 150px;
    margin: 0 auto; }
  .menu-responsive .logo-wrap {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 10;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin-top: 30px; }
  .menu-responsive .logo-wrap a {
    width: 100%; }
  .menu-responsive .logo-wrap a img {
    width: 100%; }

  .open-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .open-menu .wrap {
    display: block;
    width: 20px;
    height: 9px; }
  .open-menu .wrap span {
    display: block;
    width: 100%;
    height: 1px;
    background: #000;
    position: relative;
    -webkit-transition: all .4s ease;
    transition: all .4s ease; }
  .open-menu .wrap span + span {
    margin-top: 3px; }

  .menu-responsive.is-open {
    -webkit-transform: scale(1) translate(-50%, 0);
    transform: scale(1) translate(-50%, 0); }

  .menu-responsive .is-show {
    opacity: 1; }

  .menu-bar.is-open {
    background: rgba(255, 255, 255, 0.5) !important; }

  .top-menu {
    display: none !important; }

  .top-line .logo-wrap img {
    width: 100%; }

  .top-line .row {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }

  .top-line {
    padding: 10px 0; }

  .home-banner {
    padding-bottom: 50px; }

  .home-banner h2, .banner-img-title h1, .banner-img-title h1, .banner-img-title .title-h1, .block-404 .text h1, .project-banner h1, .contact-banner h1 {
    font-size: 32px; }

  .article-banner h1 {
    font-size: 25px; }

  .title-text .title {
    font-size: 36px; }

  .title-text {
    padding: 50px 0; }

  h2, .job .accordion-thumb h3, .location .item h3 {
    font-size: 22px; }

  .top-wrap {
    margin-bottom: 25px;
    padding-bottom: 20px; }

  .projects-overview .item figure {
    height: 220px; }

  .projects-overview {
    padding: 50px 0; }

  .img-text .text {
    padding-right: 5%;
    padding-bottom: 0; }

  .team .item figure {
    height: 200px; }

  .img-text-revers .text {
    padding-left: 5%; }

  footer {
    border-top: 2px solid #1c1c1c;
    padding-bottom: 100px;
    padding-top: 50px;
    margin-top: 40px; }

  .menu-bar .wrap-btn > a b, .menu-bar .btn-border a {
    text-transform: uppercase; }

  .img-text {
    padding: 50px 0; }

  .menu-responsive .mob-menu-wrap ul.mob-menu > li > a {
    padding: 0; }

  .banner-img-title figure img {
    height: 350px; }

  .theme-section .theme-menu li h3 {
    font-size: 26px; }

  .theme-section .theme-content figure img {
    min-width: calc(100% + 100px); }

  .theme-section .theme-menu li {
    padding: 30px 0; }

  .theme-section .theme-menu {
    padding-bottom: 10px; }

  .theme-section .theme-content figure {
    height: 520px; }

  .logo-section .content {
    grid-gap: 40px 0; }

  section, header, footer {
    margin-left: 15px;
    margin-right: 15px; }

  .knowledge-three .content {
    grid-gap: 20px 40px; }

  .projects .content {
    grid-gap: 40px; }
  .projects .content .item {
    width: calc(33.33% - 27px); }

  .projects.knowledge-three .content {
    grid-gap: 30px 40px; }

  .knowledge-three .item {
    width: calc(33.33% - 27px); }

  .knowledge-three .item figure, .projects .item figure {
    height: 220px; }

  .project-banner h1 span + span {
    margin-left: 45px; }

  .project-banner h1 span + span:after {
    top: 21px;
    left: -25px;
    width: 4px;
    height: 4px; }

  .text-quote .quote .text blockquote {
    font-size: 20px; }

  .two-img .img img {
    height: 500px; } }
@media (max-width: 991px) {
  .home-banner figure img, .project-banner figure img {
    height: 350px; }

  .two-img .img img {
    height: 400px; }

  section, header, footer {
    margin-left: 0;
    margin-right: 0; }

  .projects .cta-section .content {
    padding: 0; }

  .theme-section .theme-content figure img {
    min-width: 100%; }

  .home-banner .text .title-wrap {
    width: 100%;
    margin-bottom: 30px;
    text-align: center; }

  .home-banner h2 {
    text-align: center; }

  .home-banner p {
    text-align: center; }

  .home-banner .bottom-pagination-banner {
    position: relative;
    bottom: 0;
    right: 0;
    width: 100%; }

  .home-banner .bottom-pagination-banner .swiper-pagination {
    width: 100%;
    max-width: 100%; }

  .home-banner .bottom-pagination-banner .nav-wrap {
    display: none !important; }

  .title-text .title {
    font-size: 30px; }

  .title-text .title-wrap {
    padding: 0;
    margin-bottom: 20px; }

  .title-text .text > * {
    margin-bottom: 20px; }

  .projects-overview .content {
    grid-gap: 20px 15px; }

  .projects-overview .item {
    width: calc(33.33% - 10px); }

  .projects-overview .item figure {
    height: 200px; }

  .img-text figure {
    margin-bottom: 30px; }

  .img-text .text {
    padding: 0 5%; }

  .team .content {
    grid-gap: 20px 15px; }
  .team .content .item {
    width: calc(33.33% - 10px); }

  footer h3 {
    font-size: 22px; }

  .banner-img-title figure img {
    height: 300px; }

  .banner-img-title {
    text-align: center; }
  .banner-img-title .label, .banner-img-title h1 {
    text-align: center; }

  .banner-img-title .title {
    padding: 0 0 30px; }

  .item-two .item {
    width: 100%; }

  .item-two .content {
    grid-gap: 20px; }

  .banner-img-title .text {
    padding: 0; }

  .banner-img-title h1, .banner-img-title .title-h1, .block-404 .text h1 {
    text-align: center; }

  .more-about .content {
    grid-gap: 20px; }

  .more-about .item {
    width: calc(50% - 10px); }

  .knowledge-three .item figure, .projects .item figure {
    height: 190px; }

  .block-404 .text {
    text-align: center; }
  .block-404 .text p {
    text-align: center; }

  .block-404.img-text-revers .text {
    padding-left: 0;
    padding-right: 0; }

  .block-404 figure {
    padding-left: 0;
    padding-right: 0; }

  .block-404.img-text-revers figure {
    padding: 0; }

  .project-banner .label {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

  .project-banner h1, .project-banner .link-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

  .project-banner .text {
    margin-top: 30px;
    text-align: center; }
  .project-banner .text p {
    text-align: center; }

  .large-img figure {
    padding: 0 !important; }

  .article-banner h1 {
    text-align: center; }

  .article-banner .center {
    margin-top: 25px; }

  .contact-banner .text {
    padding: 0; }

  .location {
    padding: 50px 0; }

  .location .item {
    margin-bottom: 20px;
    padding-bottom: 20px; } }
@media (max-width: 767px) {
  .home-banner figure img, .project-banner figure img {
    height: 50vw; }

  .two-img .img img {
    height: 55vw; }

  .banner-img-title figure img {
    height: 40vw; }

  .cta-section .title-wrap {
    width: 100%;
    margin-bottom: 20px;
    text-align: center; }

  .cta-section .link-line-wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }

  .projects-overview .item {
    width: calc(50% - 8px); }

  footer .title-wrap {
    width: 100%;
    margin-bottom: 30px; }

  footer .right {
    width: 100%;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  footer .right ul {
    grid-gap: 10px 15px;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  footer .right ul li {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }

  footer h3 {
    text-align: center; }

  footer .link-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

  .cta-section h4 {
    text-align: center; }

  .projects-overview .item figure {
    height: 30vw; }

  .team .item figure {
    height: 40vw; }

  .theme-section .theme-content {
    display: none; }

  .theme-section .theme-menu {
    width: 100%;
    padding: 0; }

  .logo-section .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%; }

  .logo-section .content {
    grid-gap: 15px 0; }

  .knowledge-three .content {
    grid-gap: 20px; }
  .knowledge-three .content .item {
    width: calc(33.33% - 14px); }

  .projects .content {
    grid-gap: 20px; }
  .projects .content .item {
    width: calc(33.33% - 14px); }

  .projects.knowledge-three .content {
    grid-gap: 20px; }

  .team-full .tabs-menu {
    width: 100%;
    margin-top: 20px;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }

  .slider-img-text figure img {
    height: 400px; } }
@media (max-width: 575px) {
  .img-text .text p {
    font-size: 14px; }

  .container-fluid, .top-line .container-fluid, .projects-overview .container-fluid, .img-text .container-fluid, .team .container-fluid, .knowledge-three .container-fluid, .projects .container-fluid, .project-banner .container-fluid, .full-img figure, .two-img .container-fluid, .banner-slider figure {
    padding: 0 12px; }

  .team .content .item {
    width: calc(50% - 8px); }

  .logo-section .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%; }

  .logo-section {
    padding: 40px 0 20px; }

  .item-two .item figure {
    width: 100%;
    margin-bottom: 20px; }

  .item-two .item .text {
    width: 100%;
    padding: 0; }

  .item-two .item .text .link-wrap {
    position: relative;
    left: 0;
    bottom: 0;
    margin-top: 20px; }

  .item-two .line-bg {
    margin-top: 30px; }

  .title-text .title {
    font-size: 22px; }

  .home-banner h2, .banner-img-title h1, .banner-img-title h1, .banner-img-title .title-h1, .block-404 .text h1, .project-banner h1, .contact-banner h1 {
    font-size: 28px; }

  .article-banner h1 {
    font-size: 25px; }

  .theme-section .theme-menu li h3 {
    font-size: 22px; }

  .team-full .tabs-menu {
    grid-gap: 10px 15px; }

  .full-img img {
    height: 50vw; }

  .knowledge-three .content .item {
    width: 100%; }

  .more-about p {
    font-size: 14px; }

  .projects .content .item {
    width: 100%; }

  .projects .top-wrap {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }

  .projects .nice-select .list {
    left: 50%;
    right: inherit;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }

  .project-info ul li:nth-child(2n + 1) {
    width: 140px; }

  .project-info ul li:nth-child(2n) {
    width: calc(100% - 140px); }

  .slider-img-text figure img {
    height: 60vw; }

  .text-quote .quote .text {
    width: 100%;
    margin-top: 25px; }

  .share-section .bottom-links .left, .share-section .bottom-links .right {
    width: 100%;
    margin-bottom: 15px; }

  .share-section .bottom-links .soc {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-gap: 30px; }

  .projects.projects-3-item .top-wrap {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }

  .location .wrap ul {
    width: 100%; }

  .project-banner h1 span + span:after {
    top: 18px;
    left: -24px; } }

/*# sourceMappingURL=responsive.css.map */