/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

.navbar {
    padding: 8px 0 12px 0;
}

.navbar-nav{
    margin-top: 2px !important;
}
.job-sec .job {
gap: 0;
}
.job-sec .img {
margin-right: 38px;
}

.burger-menu.navbar-toggler  {
border-radius: 0;
height: auto;
}

.modal-btn {
	text-transform: uppercase
}


.swiper-wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.swiper-slide {
    max-height: 400px;
}

.swiper-slide img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.swiper-slide.swiper-slide-active {
    max-height: initial;

}
.swiper-slide.swiper-slide-active img {
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
}


.swiper-slide.swiper-slide-active img {
    height: auto;
}

.invalid .wpcf7-not-valid {
    outline: 1px solid red;
}

.surface-sec .small-title {
    text-transform: uppercase;
}

.footer .footer-content ul {
    margin-bottom: 0;
}

.footer-bottom {
    margin-top: 38px;
}
.footer .footer-content a:hover span{
	color: #000;
}
.footer .footer-content a:hover{
	color: #fff;
}

.job-sec .job-wrapper {

}

.project-surface {
    margin-bottom: 48px;
}

.load-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.load-more {
    margin-top: 35px;
    max-width: 400px;
    width: 100%;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 8px;
    background-color: #FEE834;
    border: 0;
    font-size: 15px;
    font-weight: bold;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    text-transform: uppercase;
}

.load-more.noContent {
    display: none;
}

.load-more:hover {
    background-color: #7F7F7F;
    color: white;
}


.project-surface .col {
    display: none;
}

.surface-sec .small-title {
    top: 0;
}

.surface-sec .row {
    row-gap: 40px;
}

.project-surface .row {
    margin: 0 -20px;
    row-gap: 40px;
}

.project-surface .col {
    padding: 0 20px;
}

.info-sec .row {
    margin-bottom: 33px;
}

.info-sec .row:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}

.info-sec .row:nth-child(2n) .inner {
    max-width: 572px;
    width: 100%;
}

.post_links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 64px;
    margin-top: 24px;
}

.post_links a {
    max-width: 350px;
    width: 100%;
    height: 40px;
    padding: 8px;
    font-weight: bold;
    font-size: 16px;
    color: #000;
    background-color: #FEE834;
    border: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.form-send {
    display: none;
    max-width: 500px;
    width: 100%;
    margin: 0 auto 50px;
}

.form-send.show {
    display: block;
}

.form-send .container-small {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 24px;
}

.form-send img {
    width: 64px;
}
.footer .footer-content .socials {
 gap: 0;
 
}
footer .footer-content .socials a {
	margin-right: 12px;
}
.modal {
 padding: 20px 40px !important;
 z-index: 999999;
}
.modal-dialog {
z-index: 99999;
}

@media(max-width: 1220px) { 
.swiper-btns,
.footer .partners {
gap: 0;
}
.footer .partners > div:not(:last-child){
	margin-right: 40px;
    margin-top: 24px;
    
}


.swiper-button-prev {
margin-right: 36px;
}
}

.footer {
    padding: 0 56px;
}

@media(max-width: 1560px) {
.job-sec .job-wrapper {
justify-content: space-between;
}
.job-sec .job {
width: 46%;
}
}

@media(max-width: 1200px) {
    .job-sec .img {
        max-width: 150px;
    }

    .swiper-slide {
        max-height: 300px;
    }
    
   .footer {
    padding: 0 24px;
	}
}

@media(max-width: 1044px) {
    .cards-sec .cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
     grid-gap: 40px;
     gap: 40px;
    }
    .cards-sec .cards>* {
    width: 100%;
    }
}

@media(max-width: 1025px) {
    .job-sec .job-wrapper {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -ms-flex-pack: distribute;
            justify-content: space-between;
            gap: 0;
    }
    .job-sec .job {
    	display: grid;
    }
    
    .job-sec .img {
	margin-right: 0;
    margin-bottom: 18px;
}
    
	.job-sec .job:not(:last-child) {
    	margin-bottom: 40px;
    }
    
    .job-sec .job .info {
        max-width: 500px;
    }
    
    .surface-sec .row {
 grid-row-gap: 40px;
 display: grid;
 grid-template-columns: 1fr 1fr;
}
.surface-sec .row > * {
	width: 100%;
    }

    
}

@media(max-width: 1000px) {
    .swiper-slide.swiper-slide-active img {
        height: 100%;
    }

    .swiper-slide.swiper-slide-active {
        max-height: 400px;
    }
}

@media(max-width: 992px) {
.footer .footer-content .footer-bottom{
	display: grid;
    grid-row-gap: 16px;
    gap: 16px;
}
.footer .footer-content .footer-bottom > *{
justify-content: center;
text-align: center;
}
   .footer {
    padding: 0 12px;
	}
}

@media(max-width: 768px) {
    .surface-sec .row {
 grid-template-columns: 1fr;
}
.job-sec .modal-content {
	padding: 40px;
}
.cards-sec .icon {
margin-bottom: 40px;
}
    .post_links a {
        max-width: 300px;
    }

    .img-collection {
        margin-bottom: 50px;
    }

    .swiper-btns {
        margin-top: 24px;
    }
    .swiper-slide {
    max-height: 400px;
    height: 400px !important;
}
.swiper-slide.swiper-slide-active {
    max-height: 400px;
    height: 400px !important;
}

}

@media(max-width: 670px) {
    .post_links {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 24px;
    }

}


@media(max-width: 556px) {

    .job-sec .job {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
                width: 100%;
    }

    .job-sec .job .info {
        text-align: center;
    }
    
    .job-sec .job .img {
    	margin-bottom: 18px;
        margin-right: auto;
        margin-left: auto;
    }
        .swiper-slide {
    max-height: 300px;
    height: 300px !important;
}
.swiper-slide.swiper-slide-active {
    max-height: 300px;
    height: 300px !important;
}

    .cards-sec .cards { 
    grid-template-columns: 1fr;
    }

}

.form-wrapper input, .form-wrapper textarea {
text-transform: initial
}

.default-sec {
	margin: 50px 0;
}


main.main {
	display: flex;
    min-height: 100vh;
    flex-direction: column;
}
section  {
flex: 1 0 auto;
}

footer{
	flex: 0 0 auto;
}