/********** Template CSS **********/
:root {
    --primary: #FFE468;
    --secondary: #8CC641;
    --light: #F2F2F2;
    --dark: #272630;
}

a{color:#8CC641;}
a:hover{color:#000;}

/*******************************************

	start floating label form

*******************************************/
.checkout-input{ opacity:1;} /*bifa termeni si conditii label vizibil*/
.field--wrapper {position:relative; margin-bottom:20px;}
.floating { position:absolute; top:-13px; left:0; font-size:12px; color:#ccc; transition: all 0.1s linear;opacity:0; font-weight:500;}
label.on {color:#000;}
label.show {top:-20px;opacity:1; color:#000;}
/*******************************************
	end floating label form
*******************************************/	

/*webevolution styles*/
.text-primary{cursor:pointer}
.descriere_home{ text-align:justify !important}
.descriere_footer{ padding-top:20px; text-align:justify}

.image_sectiuni{ max-width:100%}

.proiect_detalii{ float:left}
.leader-img img { border: 2px dotted #f1f1f1; border-radius: 5px; transition: all 500ms ease-out; padding: 10px; max-width: 100%;}
.leader-img {margin-top: 0px;text-align: center;}

.nwl{height:20px;display:block; color:#FD5D14; font-size:13px}
.display_error{color:#ff0000;}

/*photo gallery product*/
.photo-gallery { color:#313437;background-color:#fff;}
.photo-gallery .photos { padding-bottom:10px;}
.photo-gallery .item { padding-bottom:15px;}
.photo-gallery .img-fluid{ max-height:250px;}
/*end photo gallery product*/

/**localization**/
.localization-full{ display:block; height:65px; clear:both; border-bottom:2px dotted #f1f1f1; width:100%; margin:0px auto 10px auto;}
.localization{display:block;height:65px;line-height:65px; clear:both; width:100%; margin:0 auto; position:relative;}
.localization p , .localization a{display:inline; font-size:18px; color:#000;padding:0 2px; font-weight:400;}
.localization a:first-child{ color:#000; font-size:18px; padding-left:0px;}
.localization a:last-child{background:none; font-weight:600;}
.localization .rq{ display:none;}
.localization .sep-this{ display:inline-block;  }
/**end localization**/
/**fisiere pdf**/
.download-fields{ display:block; height:auto; position:relative; border-radius:3px; -webkit-border-radius:3px;; -moz-border-radius:3px; margin:0 0px 15px 0px; border:1px solid #eee; }
.download-item{display:block; height:60px;  position:relative; line-height:60px; padding:0; background:#fff;} 
.download-item .name-field-down{font-size:16px;  color:#383838; padding-left:20px; line-height:60px;}
.download-item .button-details{ display:inline-block; height:45px; color:#fff; background:#8CC641 /*url(resources/ico-download-btn.png ) 12px center no-repeat*/ ; font-style:normal; position:relative;float:right; margin:8px 8px 0 0; line-height:45px; padding:0 14px 0 14px; border-radius:2px; -webkit-border-radius:2px; -moz-border-radius:2px; transition:all linear 160ms;}
.download-item .button-details:hover,.download-item .button-details-viz:hover{ background-color:#8CC641;}
.download-item:last-child{ border:none;}
/**end fisiere pdf**/

/*pagination*/
.sep-this{ color:#f1f1f1;}

.paginationss{margin-top:20px;margin-bottom:20px;}
.paginationss ul {margin: 0px; padding: 0px;}
.paginationss ul li { display: inline-block; margin-right: 3px;}
.paginationss ul li:hover a, .paginationss ul li.active a {background: #FD5D14;color: #fff;}
.paginationss ul li a {background: #f6f6f6 none repeat scroll 0 0;color: #3f3f3f;display: table-cell;font-size: 15px;font-weight: 500; height: 40px;text-align: center; transition: all 0.3s ease 0s;vertical-align: middle;width: 40px;}

.paginationss ul li a i {color: #3f3f3f;font-size: 22px;}
.paginationss ul li a:hover i {color: #fff;}

/*end pagination*/

/*******************************************
	start floating label form
*******************************************/
.checkout-input{ opacity:1;} /*bifa termeni si conditii label vizibil*/
.field--wrapper {position:relative; margin-bottom:20px;}
.floating { position:absolute; top:-13px; left:0; font-size:12px; color:#ccc; transition: all 0.1s linear;opacity:0; font-weight:500;}
label.on {color:#00bac4;}
label.show {top:-20px;opacity:1; color:#00bac4;}
/*******************************************
	end floating label form
*/

.testimonial, .contact-form{ z-index:999; position:relative;}
#map_canvas{ height:800px !important;}

/*end pagination*/

.pt-6 {
    padding-top: 90px;
}

.pb-6 {
    padding-bottom: 90px;
}

.py-6 {
    padding-top: 90px;
    padding-bottom: 90px;
}

.btn {
    position: relative;
    font-weight: 600;
    text-transform: uppercase;
    transition: .5s;
}

.btn::after {
    position: absolute;
    content: "";
    width: 0;
    height: 5px;
    bottom: -1px;
    left: 50%;
    background: var(--primary);
    transition: .5s;
}

.btn.btn-primary::after {
    background: var(--dark);
}


.btn:hover::after,
.btn.active::after {
    width: 50%;
    left: 25%;
}

.btn-primary {
    color: #000000;
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}

.btn-lg-square {
    width: 46px;
    height: 46px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 5%;
    bottom: 11%;
    /*margin-left: -22px;*/
    border-radius: 0;
    z-index: 99;
}

/*.bg-dark-radial {
    background-image: -webkit-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) 1px, transparent 1px, transparent 100%);
    background-image: -moz-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) 1px, transparent 1px, transparent 100%);
    background-image: -ms-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) 1px, transparent 1px, transparent 100%);
    background-image: -o-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) 1px, transparent 1px, transparent 100%);
    background-image: repeating-radial-gradient(center center, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) 1px, transparent 1px, transparent 100%);
    background-size: 3px 3px;
}

.bg-light-radial {
    background-image: -webkit-repeating-radial-gradient(center center, rgba(256, 256, 256, 0.2), rgba(256, 256, 256, 0.2) 1px, transparent 1px, transparent 100%);
    background-image: -moz-repeating-radial-gradient(center center, rgba(256, 256, 256, 0.2), rgba(256, 256, 256, 0.2) 1px, transparent 1px, transparent 100%);
    background-image: -ms-repeating-radial-gradient(center center, rgba(256, 256, 256, 0.2), rgba(256, 256, 256, 0.2) 1px, transparent 1px, transparent 100%);
    background-image: -o-repeating-radial-gradient(center center, rgba(256, 256, 256, 0.2), rgba(256, 256, 256, 0.2) 1px, transparent 1px, transparent 100%);
    background-image: repeating-radial-gradient(center center, rgba(256, 256, 256, 0.2), rgba(256, 256, 256, 0.2) 1px, transparent 1px, transparent 100%);
    background-size: 3px 3px;
}*/

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}

.btn-lg-square {
    width: 46px;
    height: 46px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

.navbar-dark .navbar-nav .nav-link {
    position: relative;
    margin-left: 30px;
    padding: 35px 0;
    font-size: 18px;
    color: var(--light);
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-dark .navbar-nav .nav-link {
    padding: 20px 0;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (min-width: 992px) {
    .navbar-dark .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 5px;
        bottom: 0;
        left: 50%;
        background: var(--primary);
        transition: .5s;
    }

    .navbar-dark .navbar-nav .nav-link:hover::before,
    .navbar-dark .navbar-nav .nav-link.active::before {
        width: 100%;
        left: 0;
    }
}

@media (max-width: 991.98px) {
    .navbar-dark .navbar-nav .nav-link  {
        margin-left: 0;
        padding: 10px 0;
    }
}

.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	/*background: rgba(4, 15, 40, .3);*/
    /*background: rgba(4, 15, 40, .7);*/
    z-index: 1;
}

@media (max-width: 576px) {
    .carousel-caption h4 {
        font-size: 18px;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size: 30px;
        font-weight: 600 !important;
    }
}

.page-header {
    height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(rgba(4, 15, 40, .7), rgba(4, 15, 40, .7)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.service-item .service-icon {
    margin-top: -50px;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}

.service-item .service-icon i {
    transition: .2s;
}

.service-item:hover .service-icon i {
    font-size: 40px;
}

.portfolio-item {
    margin-bottom: 60px;
}

.portfolio-title {

    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 120px;
    padding: 0 30px;
    right: 30px;
    left: 30px;
    bottom: -60px;
    background: #FFFFFF;
    z-index: 3;
}

.portfolio-btn {
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 50%;
    margin-top: -60px;
    margin-left: -60px;
    font-size: 120px;
    line-height: 0;
    transition: .1s;
    transition-delay: .3s;
    z-index: 2;
    opacity: 0;
}

.portfolio-item:hover .portfolio-btn {
    opacity: 1;
}

.portfolio-box::before,
.portfolio-box::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    transition: .5s;
    z-index: 1;
    /*background: rgba(4, 15, 40, .7);*/
	 background: rgba(255, 228, 104, .8);
}

.portfolio-box::before {
    left: 0;
}

.portfolio-box::after {
    right: 0;
}

.portfolio-item:hover .portfolio-box::before {
    left: 0;
    width: 50%;
}

.portfolio-item:hover .portfolio-box::after {
    right: 0;
    width: 50%;
}

@media (min-width: 992px) {
    .testimonial,
    .contact-form {
        margin-left: -90px;
    }
}

@media (min-width: 992px) {
    .footer::after {
        position: absolute;
        content: "";
        width: 1px;
        height: 100%;
        top: 0;
        left: 50%;
        background: var(--primary)
    }
}

.footer-shape::before {
    position: absolute;
    content: "";
    width: 80px;
    height: 100%;
    top: 0;
    left: -40px;
    background: var(--primary);
    transform: skew(40deg);
}

@media (max-width: 768px)
{
	.carousel-caption h1{ font-size:18px}
	.carousel-caption p{ display:none}
	
	.localization{ line-height:25px; height:35px}
	.localization-full{ height:35px}
    .localization p, .localization a{ font-size:16px}
}
@media (max-width: 576px)
{
.navbar-brand img{max-width:70%;}

.display-6{ font-size:19px;}
h4, .h4 {font-size:19px;}
.border-end{ border-right:none !important;}
}
@media (max-width: 399px)
{
.navbar-brand{ margin-right:0;max-width:70%;}
.navbar-brand img{}
.carousel-caption h1{ font-size:14px}
.btn-primary{ font-size:14px}
}
@media (max-width: 1551px)
{
.portfolio-title span { font-size:13px}
}