body{
    font-family: 'Montserrat', sans-serif;
    background-color: #f5f5f5;
    font-size: 14px;
    font-weight: 500;
    color: #263747;
    overflow-x: hidden;
}
.calculator-page{
    background-color: #263747;
    min-height: 100vh;
    overflow: hidden;
}
.calculator-header{
    z-index: 100;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #16202d;
    padding: 10px 15px;
}
.calculator-header .contact-head {
    line-height: 1.3;
}
.calculator-header .contact-head a{
    color: #fff;
    text-decoration: none;
    display: block;
}
.calculator-header .contact-head .phone-call{
    font-size: 32px;
    font-weight: 900;
}
.calculator-header .contact-head .solmodel3d{
    text-align: center;
    text-decoration: underline;
    letter-spacing: 2px;
}
.calculator{
    display: flex;
    justify-content: center;
}
.calculator-main{
    width: 100%;
    position: relative;
}
.background{
    width: 100%;
    height: auto;
    background-color: #7a7a7a;
}
.background img{
    width: 100%;
    height: auto;
}
.house-item{
    position: absolute;
    top: 0;
    width: 100%;
    height: auto;
}
.house-item img{
    width: 100%;
    height: auto;
}


.calculator-side{
    width: 20%;
    height: 90vh;
    overflow-y: scroll;
    padding: 15px 25px;
    color: #fff;
}
.calculator-side::-webkit-scrollbar {
    display: none;
}
.calculator-side::-webkit-scrollbar-track {
    display: none;
}
.calculator-side::-webkit-scrollbar-thumb {
    display: none;
}
.cside-item{
    margin-bottom: 25px;
}
.cside-item input{
    background-color: transparent!important;
    border: 1px solid rgba(204, 204, 204, 0.5);
    color: #fff!important;
    height: 40px;
    border-radius: 0;
}
.cside-item select{
    background-color: transparent!important;
    border: 1px solid rgba(204, 204, 204, 0.5);
    color: #fff!important;
    height: 40px;
    border-radius: 0;
}
.cside-item option{
    background-color: #263747;
    color: #fff!important;
}
.cside-item h6{
    margin-bottom: 5px;
}
.cside-item input[type=color] {
    padding: 0 3px;
    cursor: pointer;
}

.cside-item button{
    width: 100%;
    margin: 0;
    box-shadow: none;
}
.calculator-result ul{
    margin: 0;
    padding: 0;
}
.calculator-result ul li{
    list-style-type: none;
    border-bottom: 1px dashed #ccc;
    padding: 5px 0;
}
.calculator-result ul li span{
    float: right;
}
.calculator-result small{
    margin-top: 10px;
    line-height: 1;
}
.calculator-result small a{
    color: #fff;
    text-decoration: underline;
}












.container{
    max-width: 1460px;
}
.corange{
    color: #239ed9;
}
.title {
    font-weight: 900;
    color: #263747;
    text-align: center;
}

.btn-fatade{
    border-color: #239ed9;
     border-radius: 0;
     color: #fff;
     font-weight: 700;
     padding: 8px 20px;
     margin-left: 15px;
     background-color: #239ed9;
}
.pull-right{
    float: right;
}
.btn-inverse{
    background-color: #e63e4f;
    color: #fff;
}
.btn-inverse:hover{
    background-color: #339be6;
    color: #fff;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}
/*
** Navigation
*/
.navigation{
    position: fixed;
    width: 100%;
    z-index: 11;
}
.navbar-brand{
    width: 250px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.logo{
    width: 180px;
}
.navbar {
    padding: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}
.navbar-light .navbar-nav .nav-link {
    color: #263747;
    font-weight: 700;
    padding: 0;
    margin: .5rem 1rem;
    margin-right: 30px;
    position: relative;
}
.navbar-light .navbar-nav .nav-link:hover:before {
    content: "";
    position: absolute;
    height: 5px;
    width: 100%;
    bottom: 3px;
    left: 0;
    z-index: -1;
    background:
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: top center, bottom center;
}
.navbar-light .navbar-nav .active:before {
    content: "";
    position: absolute;
    height: 5px;
    width: 100%;
    bottom: 3px;
    left: 0;
    z-index: -1;
    background: ;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: top center, bottom center;
}
.navbar-light .navbar-nav .noline:before {
    content: none!important;
}
.lang-img{
    width: 19px;
}
.snavigation{
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
.snavigation .navbar-light .navbar-nav .nav-link {
    color: #263747;
}
.snavigation .logo{
    animation: logoBlockScrolled 0.2s;
    animation-timing-function: linear;
    animation-delay: 0.2s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    -webkit-animation: logoBlockScrolled 0.2s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0.2s;
    -webkit-animation-fill-mode: forwards;
}
.mnavigation{
    background-color: #fff;
    box-shadow: 0 0 10px rgba(55, 55, 55, 0.3);
}
.mnavigation .navbar-light .navbar-nav .nav-link {
    color: #263747;
}
.mnavigation .logo{
    animation: logoBlockScrolled 0.2s;
    animation-timing-function: linear;
    animation-delay: 0.2s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    -webkit-animation: logoBlockScrolled 0.2s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0.2s;
    -webkit-animation-fill-mode: forwards;
}
@keyframes logoBlockScrolled {
    0% {
        width: 180px;
    }
    100% {
        width: 130px;
    }
}
.top-tel {
    line-height: 0.9;
}
.top-tel a{
    font-weight: 900;
    font-size: 30px;
    color: #263747!important;
    margin-right: 25px;
    text-decoration: none!important;
    position: relative;
    letter-spacing: 1px;
}

.top-tel img {
    -webkit-animation: pulse 2s ease-in;
    -moz-animation: pulse 2s ease-in;
    animation: pulse 0.4s ease-in;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.top-tel img{
    width: 25px;
}
.snavigation .top-tel span{
    display: none;
}
.calculator-link{
    background-color: #263747;
    padding: 5px 15px;
    color: #fff!important;
    text-decoration: none!important;
    margin-right: 25px;
    font-weight: 600;
}
.solapel-link{
    color: #263747;
    cursor: pointer;
    border-bottom: 1px solid #263747;
    font-size: 12px;
    margin-left: 28px;
}
/*
** Slider
*/
.slider{
    height: 100vh;
    position: relative;
}

.slider .slider-features{
    padding-top: 100px;
    height: 100vh;
    display: flex;
    align-items: flex-end;
}
.slider .slider-features .btn-start-project{
    border-radius: 0;
    border-color: #e63e4f;
    color: #fff;
    font-weight: 700;
    padding: 8px 20px;
    margin-left: 15px;
    background-color: #e63e4f;
}
.btn-start-project{
    border-radius: 0;
    border-color: #e63e4f;
    color: #fff;
    font-weight: 700;
    padding: 8px 20px;
    margin-left: 15px;
    background-color: #e63e4f;
}

.btn-start-project:hover{
    border-color: #e63e4f;
    background-color: #339be6;
}

.btn .btn-warning .btn-start-project{

    border-color: #e63e4f;
    background-color: #e63e4f;
}
}
.slider .slider-count{
    margin-left: 15px;
    color: #239ed9;
    margin-bottom: 100px;
    font-size: 18px;
    font-weight: 700;
    display: inline-flex;
    margin-right: 70px;
    width: 100px;
}
.slider .slider-count .sactive{
    font-size: 32px;
    color: #263747;
}

.slider .slider-navs{
    display: inline-flex;
}
.slider .slider-navs div{
    font-size: 32px;
    padding: 0px 7px;
    cursor: pointer;
    font-weight: 700;
    user-select: none;
    color: #239ed9;
}
.snav-inactive{
    color: #263747!important;
    cursor: default!important;
}
.slider .slider-title {
    padding: 40px 0px;
}
.slider .slider-title:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 3px;
    background-color: rgb(35 158 217 / 87%);
}
.slider .slider-title h1{
    font-weight: 900;
    text-align: center;
    color: #263747;
    font-size: 50px;
}
.slider .slider-title h4{
    font-weight: 700;
    text-align: center;
    color: #fff;
}
.slider-images{
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
    width: 100%;
    height: 100vh;
    z-index: -1;

}
slider-mob{
    display: none!important;
}
.s-play-button-item{
    display: none;
}
.s-play-button{
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 400px;
}
.s-play-button a{
    color: #239ed9;
    font-weight: 700;
    text-decoration: none;
}
.s-play-button .s-play-button-item img{
    width: 100px;
    animation: pulse_sol 2s infinite;
    border-radius: 50%;
}
.model_3d_item{
    display: none;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    border: 3px solid #239ed9;
    object-fit: cover;
}
.s-video-item{
    display: none;
}

#sliderVideo .modal-body{
    padding: 0;
    background: transparent;
}
#aboutVideo .modal-body{
    padding: 0;
    background: transparent;
}
.slider-img-item{
    display: none;
}
.slider-text-item{
    display: none;
}
/*
** Home about
*/
.home-about{
    padding-top: 100px;
    padding-bottom: 70px;
}
.about-cards{
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
.about-card{
    width: 23%;
    margin-top: 75px;
    background-color: #fff;
    box-shadow: 0 0 25px 5px #eeeeee;
    color: #263747;
    transition: all .3s ease-in-out;
}
.about-card:hover{
    transform: scale(1.04);
    box-shadow: 0 0 25px 5px #dbdbdb;
}
.about-card img{
    width: 100%;
}
.about-card h1{
    font-weight: 900;
    font-size: 24px;
}
.about-card h3{
    font-size: 18px;
}
.acard-text{
    padding: 25px;
}
.habout-numbers h1{
    font-weight: 900;
    margin-bottom: 0;
    font-size: 62px;
    text-shadow: 0 0 10px #ccc;
}
.habout-numbers p{
    font-weight: 700;
}
/*
** Portofolio
*/
.home-portofolio .owl-carousel{
    margin-top: 50px;
    background-color: #263747;
}
.carusel-item{
    position: relative;
}
.carusel-item a{
    color: #fff;
    text-decoration: none;
}
.home-portofolio .owl-carousel img{
    cursor: pointer;
    width: 100%;
    height: 600px;
    object-fit: cover;
    opacity: 0.3;
    transition: all .3s ease-in-out;
}
.home-portofolio .owl-carousel img:hover{
    opacity: 1;
}
.home-portofolio .owl-nav{
    display: none;
}
.home-portofolio .owl-dots{
    display: none;
}
.portofolio-more{
    position: absolute;
    bottom: 50px;
    width: 100%;
    text-align: center;
    display: none;
}
.portofolio-more .circle{
    margin-right: auto;
    margin-left: auto;
    width: 50px;
    height: 50px;
    background-color: #239ed9;
    border-radius: 50%;
    font-size: 32px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.portofoliu-detail-page{
    margin-top: 70px;
}
.ps-mini{
    margin-top: 20px;
}
.ps-mini .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 90px;
    object-fit: cover;
}
.portofoliu-ba{
    padding: 0;
    margin-top: 0px;
    margin-bottom: 100px;
}
/*
** After before
*/
#slider{
    width: 100%;
}
.after-before{
    position: relative;
    padding-top: 50px;
}
.after-before img{
    width: 100%;
}
.after-before .slider-title{
    font-size: 142px;
    font-weight: 900;
    text-align: center;
    color: #b4b6b6;
}
.after-before .beer-slider{
    margin-top: -58px;
    box-shadow: 0 0 50px 10px rgba(0, 0, 0, 0.2);
}
.beer-handle {
    background: rgb(35 158 217 / 87%);
    color: #fff;
}
.safter{
    position: absolute;
    top: 44%;
    left: -154px;
    z-index: 9;
    font-size: 32px;
    font-weight: 700;
    cursor: pointer;
    color: #fff;
    transform: rotate(-90deg);
}
.sbefore{
    position: absolute;
    top: 44%;
    right: -110px;
    z-index: 9;
    font-size: 32px;
    font-weight: 700;
    cursor: pointer;
    color: #fff;
    transform: rotate(-90deg);
}
.yellow-line{
    width: 100%;
    height: 250px;
    position: absolute;
    top: 49%;
    background-color: #239ed9;
    z-index: -1;
}
/*
** Why we
*/
.why-we{
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
}
.why-we .row{
    position: relative;
}
.ww-line{
    margin-top: 100px;
    background-color: #fff;
    padding: 25px;
    box-shadow: 0 0 50px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-between;
}
.ww-right {
    text-align: right;
}
.ww-left{
    text-align: left;
}
.ww-line div{
    position: relative;
}
.ww-line h4{
    font-weight: 900;
}
.ww-line h6{
    font-weight: 700;
    margin-bottom: 0;
}
.ww-img{
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    top: 1%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ww-img img{
    width: 500px;
    height: 500px;
    border-radius: 50%;
    object-fit: cover;
}
.ww-check-tright{
    position: absolute;
    top: 110px;
    right: 10px;
}
.ww-check-tright img{
    width: 75px;
    height: 75px;
}
.ww-check-bright{
    position: absolute;
    bottom: 110px;
    right: 10px;
}
.ww-check-bright img{
    width: 75px;
    height: 75px;
}
.ww-check-tleft{
    position: absolute;
    top: 110px;
    left: 10px;
}
.ww-check-tleft img{
    width: 75px;
    height: 75px;
}
.ww-check-bleft{
    position: absolute;
    bottom: 110px;
    left: 10px;
}
.ww-check-bleft img{
    width: 75px;
    height: 75px;
}
.why-we .btn-fatade{
    margin-top: 150px;
    padding-left: 50px;
    padding-right: 50px;
}



/*
** Testimonials
*/
.testimonials{
    padding-top: 70px;
    padding-bottom: 70px;
    position: relative;
}
.testimonials .yellow-line{
    position: absolute;
    top: 36%;
    background-color: rgb(35 158 217 / 87%);
    width: 60%;
    height: 289px;
    z-index: -1;
}
.testimonial-img{
    position: absolute;
    top: 20%;
    right: 0;
    width: 55%;
    z-index: -2;
}
.testimonial-img img{
    width: 100%;
    height: 600px;
    object-fit: cover;
}
.testimonial-img-item{
    display: none;
}
.t-author-item{
    display: none;
}
.t-author{
    margin-top: 100px;
}
.t-author h4{
    font-weight: 900;
}
.t-author h6{
    font-weight: 700;
}
.t-author-img{
    margin-top: 50px;
}
.t-circle-img{
    border: 1px solid #239ed9;
    border-radius: 50%;
    display: none;
}
.t-author-img img{
    width: 300px;
    height: 300px;
    object-fit: cover;
    border-radius: 50%;
}
.t-author-text{
    padding-top: 100px;
}
.t-author-text-item{
    display: none;
}
.t-author-text{
    font-weight: 700;
    color: #fff;
    font-size: 15px;
}
.t-controls{
    margin-top: 100px;
}
.t-navs{
    display: inline-flex;
    color: #239ed9;
}
.t-navs div{
    font-size: 32px;
    padding: 0px 7px;
    cursor: pointer;
    font-weight: 700;
    user-select: none;
}
.tnav-inactive{
    color: #263747;
    cursor: default!important;
}
.t-count{
    margin-left: 15px;
    color: #239ed9;
    margin-bottom: 100px;
    font-size: 18px;
    font-weight: 700;
    display: inline-flex;
    margin-right: 100px;
}
.t-count div{
    width: 100px;
}
.t-count .tactive{
    font-size: 32px;
    color: #263747;
}
.t-play-button-item{
    display: none;
}
.t-play-button{
    margin-top: 50px;
    display: flex;
    align-items: center;
}
.t-play-button a{
    margin-left: auto;
    color: #239ed9;
    font-weight: 700;
    text-decoration: none;
}
.t-play-button img{
    width: 100px;
    animation: pulse_sol 2s infinite;
    border-radius: 50%;
}
.t-video-item{
    display: none;
}

#recenziiVideo .modal-body{
    padding: 0;
    background: transparent;
}
@keyframes pulse_sol {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 127, 8, 0.41);
        box-shadow: 0 0 0 0 rgba(255, 127, 8, 0.41);
    }
    70% {
        -moz-box-shadow: 0 0 0 20px rgba(123, 81, 157, 0);
        box-shadow: 0 0 0 20px rgba(123, 81, 157, 0)
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(123, 81, 157, 0);
        box-shadow: 0 0 0 0 rgba(123, 81, 157, 0)
    }
}
/*
** News
*/
.news{
    padding-bottom: 50px;
}
.news a{
    color: #263747;
    text-decoration: none;
}
.news-page{
    padding-bottom: 100px;
}
.news-page a{
    color: #263747;
    text-decoration: none;
}
.card-news{
    margin-top: 75px;
    background-color: #fff;
    box-shadow: 0 0 30px 5px #ccc;
}
.card-news img{
    height: 255px;
    width: 100%;
    object-fit: cover;
}
.card-news-text{
    padding: 15px;
}
.card-news-text h5{
    font-weight: 900;
    font-size: 14px;
}
.card-news-text p{
    margin-bottom: 0;
    font-weight: 600;
    font-size: 12px;
}
.news .btn-fatade{
    margin-top: 75px;
    color: #fff!important;
}
.news-detail-page{
    margin-top: 70px;
    margin-bottom: 120px;
}
.nwd-card{
    background-color: #fff;
    box-shadow: 0 0 50px 10px #ebebeb;
}
.nwd-card-text{
    padding: 15px 35px;
}
.share-article{
    padding: 15px;
}
.share-article h6{
    margin-bottom: 0;
}
/*
** Footer contacts
*/
.footer-contacts{
    padding-top: 70px;
    position: relative;
}
.footer-contacts .yellow-line{
    background-color: rgb(35 158 217 / 87%);
    position: absolute;
    top: 285px;
    left: 0;
    width: 55%;
    height: 255px;
    z-index: 1;
}
.fc-address{
    margin-top: 50px;
}
.fc-form{
    padding: 40px 15px;
    margin-top: 50px;
    z-index: 3;
}
.fc-form:before{
    content: "";
    position: absolute;
    height: 100%;
    width: 95%;
    bottom: 0;
    z-index: -1;
    background-color: rgb(35 158 217 / 87%);
}
.fc-form h2{
    font-weight: 900;
    color: #fff;
    margin-bottom: 0;
}
.fc-form input{
    border-radius: 0;
    margin-top: 20px;
    height: 60px;
    color: #263747;
    font-weight: 700;
}
.fc-form input::placeholder{
    color: rgba(38, 55, 71, 0.7);
    font-weight: 700;
}
.fc-form button{
    margin-top: 20px;
    font-weight: 700;
    border-radius: 0;
    width: 100%;
    height: 60px;
}
.fc-form button:hover{
    color: #ffffff;
}
.fc-connection{
    margin-top: 50px;
}
.fc-connection a{
    color: #263747;
    text-decoration: none;
}
.fc-connection .fc-tel{
    font-weight: 900;
}
#map{
    width: 50%;
    height: 570px;
    position: absolute;
    bottom: 0;
    right: 0;
}
.habout-text {
    font-size: 18px;
}
/*
** Footer
*/
.footer{
    background-color: #263747;
    padding-top: 50px;
    padding-bottom: 50px;
}
.footer .logo-footer img{
    width: 200px;
}
.footer-nav ul{
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.footer-nav ul li{
    margin-bottom: 15px;
    list-style-type: none;
    display: inline-block;
    margin-right: 30px;
}
.footer-nav a{
    color: #fff;
    font-weight: 500;
    font-size: 16px;
}
.footer h4 a{
    color: #fff;
    font-weight: 900;
    text-decoration: none;
}
.footer .footer-social{
    margin-top: 15px;
    text-align: center;
}
/*
** Copyright
*/
.copyright{
    background-color: #1e1e1e;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    color: #fff;
    font-weight: 500;
}

/**********************
***********************
***********************
***********************
***********************
******************Pages
***********************
***********************
***********************
***********************
*/
.page-head{
    background-image: url(../images/page-head.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 300px;
    display: flex;
    align-items: center;
}
.head-separator{
    width: 100%;
    height: 60px;
}




/*
** About
*/
.about-page{
    padding-top: 50px;
    padding-bottom: 50px;
}
.about-page a{
    color: #263747;
    text-decoration: none;
}
.about-page .habout-numbers{
    margin-top: 80px;
}
.about-page .habout-numbers h1{
    font-size: 72px;
}
.about-page .habout-numbers p{
    font-weight: 700;
}
.about-page .about-img{
    width: 100%;
    margin-bottom: 15px;
}
.about-page .play-btn{
    margin-top: 100px;
}
.about-page .play-btn img{
    width: 70px;
    border-radius: 50%;
    box-shadow: 0 0 20px 5px rgba(55, 55, 55, 0.2);
}

/*
** Why we
*/
.ww{
    padding-top: 70px;
    padding-bottom: 70px;
    background-image: url(../images/ww.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}
.ww .title{
    color: #fff;
}
.ww .ww-title{
    font-weight: 900;
}
.ww .ww-title span{
    color: #e60004;
}
.ww .ww-title a{
    float: right;
    padding-left: 25px;
    padding-right: 25px;
}
.ww .ww-avantaj{
    margin-top: 50px;
}
.ww .ww-avantaj img{
    margin-top: -7px;
    height: 70px;
    float: left;
    margin-right: 25px;
}
.ww .ww-avantaj h3{
    margin-top: 7px;
    font-weight: 700;
    margin-bottom: 0;
}
.ww .ww-avantaj h5{
    font-weight: 500;
    margin-bottom: 0;
}
.ww .ww-avantaj-check{
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: left;
}
.ww .ww-avantaj-check img{
    width: 50px;
    margin-right: 30px;
}
.ww .ww-avantaj-check h5{
    font-weight: 700;
    margin-bottom: 0;
}
/*
**Members
*/
.members{
    padding-top: 50px;
    padding-bottom: 50px;
}
.member-card{
    margin-top: 15px;
    margin-bottom: 15px;
    background-color: #fff;
    box-shadow: 0 0 20px 10px rgba(204, 204, 204, 0.2);
}
.member-card img{
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.member-card h3{
    font-weight: 900;
    font-size: 18px;
}
.member-card h6{
    font-weight: 700;
    margin-bottom: 0;
}
.member-text{
    padding: 25px;
}
.members .owl-prev{
    background: transparent!important;
    padding: 0px!important;
    outline: none!important;
    position: absolute;
    top: 39%;
    left: -20px;
}
.members .owl-next{
    background: transparent!important;
    padding: 0px!important;
    outline: none!important;
    position: absolute;
    top: 39%;
    right: -20px;
}


/*
** Partners
*/
.partners{
    padding-top: 50px;
    padding-bottom: 50px;
}
.partners .partners-item{
    width: 100%;
    margin-top: 25px;
}


/*
** Services page
*/
.services-page{
    padding-top: 50px;
    padding-bottom: 50px;
}
.services-row {
    margin-top: 120px;
    margin-bottom: 120px;
}
.services-row .btn-fatade{
    margin-top: 100px;
}
.services-card{
    background-color: #fff;
    box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.05);
    color: #263747;
    cursor: pointer;
    transition: all .3s ease-in-out;
}
.services-card-text{
    padding: 25px;
}
.services-card img{
    width: 100%;
}
.services-card h1{
    font-weight: 900;
}
.service-num{
    position: absolute;
    top: -60px;
    left: -65px;
    font-size: 200px;
    line-height: 1;
    z-index: -1;
    color: #8a8a8a;
}

/*
** Portofoliu page
*/
.portofoliu-page{
    padding-top: 70px;
    padding-bottom: 70px;
}
.portofoliu-nav ul{
    margin: 0;
    padding: 0;
}
.portofoliu-nav ul li{
    list-style-type: none;
    display: inline-block;
    margin-right: 55px;
}
.portofoliu-nav ul li a{
    color: #263747;
    font-size: 18px;
    text-decoration: none;
}
.portofoliu-nav ul li a:hover{
    border-bottom: 1px solid #263747;
}
.portofoliu-nav .pactive{
    border-bottom: 1px solid #263747!important;
    font-weight: 700;
}
.portofolio-list{
    margin-top: 20px;
    display: flex;
}
.portofoliu-item{
    margin-top: 30px;
    background-color: #263747;
    position: relative;
}
.portofoliu-item .portofolio-more{
    color: #fff;
    font-weight: 700;
}
.portofoliu-item a{
    opacity: 0.5;
    transition: all .3s ease-in-out;
    z-index: 9;
}
.portofoliu-item a:hover{
    opacity: 1;
}
.portofoliu-item img{
    width: 100%;
    height: 400px;
    object-fit: cover;
}
/*
** Contacts
*/

.text-contact{
    display: flex;
    align-items: center;
}
.text-contact h1{
    color: #239ed9;
    font-size: 45px;
    font-weight: 900;
}
.text-contact h6{
    color: #ffffff;
    font-size: 28px;
}
.text-contact span{
    color: #ffffff;
}
.contacts-page{
    position: relative;
    padding-top: 20px;
    padding-bottom: 70px;
}
.contacts-page .yellow-line{
    top: 29%;
    width: 60%;
    z-index: 2;
}
.contacts-page #map{
    bottom: 0px;
    height: 630px;
}
#startProject .modal-body{
    padding: 0;
}
#solApel .modal-body{
    padding: 0;
}
#solModeling .modal-body{
    padding: 0;
}
.sp-title{
    background-color: #263747;
    color: #fff;
    padding: 15px;
    font-size: 27px;
}
.sp-title span{
    float: right;
    font-weight: 700;
    font-size: 42px;
    line-height: 1;
    cursor: pointer;
    user-select: none;
}
.sp-body{
    padding: 15px;
}
.sp-body label{
    margin-bottom: 0;
    font-size: 12px;
}
.sp-body .btn-fatade{
    margin: 0;
    margin-top: 20px;
}
.thaks-page{
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    background-image: url(../images/thanks.png);
    background-size: cover;
    background-position: center;
}
.thanks-card{
    width: 800px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    padding: 15px;
    margin-right: auto;
    margin-left: auto;
}
.loader-box{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    display: none;
}
.loader, .loader:after {
 border-radius: 50%;
 width: 10em;
 height: 10em;
}
.home-bg-video{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100vh;
    object-fit: cover;
z-index: 1;
}
.loader {
    margin: 60px auto;
    font-size: 10px;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(255, 255, 255, 0.2);
    border-right: 1.1em solid rgba(255, 255, 255, 0.2);
    border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
    border-left: 1.1em solid #ffffff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
