.CSSgal {
	position: relative;
	overflow: hidden;
	height: 100%; /* Or set a fixed height */
}

/* SLIDER */

.CSSgal .slider {
	height: 100%;
	white-space: nowrap;
	font-size: 0;
	transition: 0.8s;
}

/* SLIDES */

.CSSgal .slider > * {
	font-size: 1rem;
	display: inline-block;
	white-space: normal;
	vertical-align: top;
	height: 100%;
	width: 100%;
	background: none 50% no-repeat;
	background-size: cover;
}

/* PREV/NEXT, CONTAINERS & ANCHORS */

.CSSgal .prevNext {
	position: absolute;
	z-index: 1;
	top: 50%;
	width: 100%;
	height: 0;
}

.CSSgal .prevNext > div+div {
	visibility: hidden; /* Hide all but first P/N container */
}

.CSSgal .prevNext a {
	background: #fff;
	position: absolute;
	width:       60px;
	height:      60px;
	line-height: 60px; /* If you want to place numbers */
	text-align: center;
	opacity: 0.7;
	-webkit-transition: 0.3s;
					transition: 0.3s;
	-webkit-transform: translateY(-50%);
					transform: translateY(-50%);
	left: 0;
}
.CSSgal .prevNext a:hover {
	opacity: 1;
}
.CSSgal .prevNext a+a {
	left: auto;
	right: 0;
}

/* NAVIGATION */

.CSSgal .bullets {
	position: absolute;
	z-index: 2;
	bottom: 0;
	padding: 10px 0;
	width: 100%;
	text-align: center;
}
.CSSgal .bullets > a {
	display: inline-block;
	width:       30px;
	height:      30px;
	line-height: 30px;
	text-decoration: none;
	text-align: center;
	background: rgba(255, 255, 255, 1);
	-webkit-transition: 0.3s;
					transition: 0.3s;
}
.CSSgal .bullets > a+a {
	background: rgba(255, 255, 255, 0.5); /* Dim all but first */
}
.CSSgal .bullets > a:hover {
	background: rgba(255, 255, 255, 0.7) !important;
}

/* NAVIGATION BUTTONS */
/* ALL: */
.CSSgal >s:target ~ .bullets >* {      background: rgba(255, 255, 255, 0.5);}
/* ACTIVE */
#s1:target ~ .bullets >*:nth-child(1) {background: rgba(255, 255, 255,   1);}
#s2:target ~ .bullets >*:nth-child(2) {background: rgba(255, 255, 255,   1);}
#s3:target ~ .bullets >*:nth-child(3) {background: rgba(255, 255, 255,   1);}
#s4:target ~ .bullets >*:nth-child(4) {background: rgba(255, 255, 255,   1);}
#s5:target ~ .bullets >*:nth-child(5) {background: rgba(255, 255, 255,   1);}
#s6:target ~ .bullets >*:nth-child(6) {background: rgba(255, 255, 255,   1);}
#s7:target ~ .bullets >*:nth-child(7) {background: rgba(255, 255, 255,   1);}
#s8:target ~ .bullets >*:nth-child(8) {background: rgba(255, 255, 255,   1);}
/* More slides? Add here more rules */

/* PREV/NEXT CONTAINERS VISIBILITY */
/* ALL: */
.CSSgal >s:target ~ .prevNext >* {      visibility: hidden;}
/* ACTIVE: */
#s1:target ~ .prevNext >*:nth-child(1) {visibility: visible;}
#s2:target ~ .prevNext >*:nth-child(2) {visibility: visible;}
#s3:target ~ .prevNext >*:nth-child(3) {visibility: visible;}
#s4:target ~ .prevNext >*:nth-child(4) {visibility: visible;}
#s5:target ~ .prevNext >*:nth-child(5) {visibility: visible;}
#s6:target ~ .prevNext >*:nth-child(6) {visibility: visible;}
#s7:target ~ .prevNext >*:nth-child(7) {visibility: visible;}
#s8:target ~ .prevNext >*:nth-child(8) {visibility: visible;}
/* More slides? Add here more rules */

/* SLIDER ANIMATION POSITIONS */

#s1:target ~ .slider {transform: translateX(   0%); -webkit-transform: translateX(   0%);}
#s2:target ~ .slider {transform: translateX(-100%); -webkit-transform: translateX(-100%);}
#s3:target ~ .slider {transform: translateX(-200%); -webkit-transform: translateX(-200%);}
#s4:target ~ .slider {transform: translateX(-300%); -webkit-transform: translateX(-300%);}
#s5:target ~ .slider {transform: translateX(-400%); -webkit-transform: translateX(-400%);}
#s6:target ~ .slider {transform: translateX(-500%); -webkit-transform: translateX(-500%);}
#s7:target ~ .slider {transform: translateX(-600%); -webkit-transform: translateX(-600%);}
#s8:target ~ .slider {transform: translateX(-700%); -webkit-transform: translateX(-700%);}
/* More slides? Add here more rules */


/* YOU'RE THE DESIGNER! 
   ____________________
   All above was mainly to get it working :)
   CSSgal CUSTOM STYLES / OVERRIDES HERE: */

.CSSgal{
	color: #fff;	
	text-align: center;
}
.CSSgal .slider h2 {
	margin-top: 40vh;
	font-weight: 200;
	letter-spacing: -0.06em;
	word-spacing: 0.2em;
	font-size: 3em;
	background-color: #00000085;
}
.slider p {
	background-color: #00000085;
}
.CSSgal a {
	border-radius: 50%;
	margin: 0 3px;
	color: rgba(0,0,0,0.8);
	text-decoration: none;
}
.prevNext i{
	padding-top:15px;
	font-size:30px;
}

.home_service{
	padding-top:100px;
	padding-bottom:100px;
}
.home_service h2{
	text-transform: UPPERCASE;
    text-align: center;
    color: #253a47;
    font-size: 43px;
    padding: 70px;
}
.home_service p{
	    text-align: center;
    color: #253a47;
    font-size: 26px;
    padding: 10px;
    padding-bottom: 50px;
}
.column_image {
float: left;
        width: 48%;
    padding: 10px;
    height: auto;
    padding-bottom: 200px;
}

/* Clear floats after the columns */
.row_image:after {
  content: "";
  display: table;
  clear: both;
}

.column_image img{
	      width: 93%;
    height: 400px;
    /* padding-top: 50px; */
    /* padding-bottom: 20px; */
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    transition: all 1s;;
}
.column_image img :hover{
	    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 50%), 0 6px 20px 0 rgb(0 0 0 / 50%)!IMPORTANT;
    cursor: pointer!IMPORTANT;
	
}

.leftside_home_service h3{
	text-align: center;
    color: #253a47;
    font-size: 26px;
    padding: 10px;
    padding-bottom: 50px;
}
.leftside_home_service{
	display:inline-block;
	width:50%;
	margin-top:50px;
	float:left;
}
.rightside_home_service{
	display:inline-block;
	width:45%;
	margin-top:50px;
	height:500px;
	background-image:url(../images/casa-acoperis-liner-ecomet.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	transition:all 1s;
}
.rightside_home_service:hover{
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.5);
	cursor:pointer;
}
.leftside_home_service .border1{
	margin-left:45%;
}
.leftside_home_service h5{
	text-align:center;
	font-size:19px;
	line-height:30px;
	padding:70px;
}
.container_home{
	display: flex;
	
}
.leftside_home_service  h1{
		text-align:center;
	font-size:19px;
	line-height:25px;
}
@media screen and (max-width: 1025px){
	.panel{
		position:static !IMPORTANT;
	}
	
	.column_image {
    float: left;
    width: 91%;
    padding: 10px;
    height: auto;
    
	    text-align: center;
}
.accordions{
	width:90% !IMPORTANT;
}
	.leftside_home_service{
		width:100%;
		float:left;
	}
	.leftside_home_service h5{
		padding:10px;
	}
	.rightside_home_service{
		width:90%;
		float:left;
		margin-left:5%;
	}
		.leftside_home_service2{
		width:100% !IMPORTANT;
		float:left !IMPORTANT;
	}
	.leftside_home_service2 h5{
		padding:10px !IMPORTANT;
	}
	.rightside_home_service2{
		width:90% !IMPORTANT;
		float:left !IMPORTANT;
		margin-left:5% !IMPORTANT;
	}
	
	.rightside_home_service3{
		width:90% !IMPORTANT;
		float:left !IMPORTANT;
		margin-left:5% !IMPORTANT;
	}
	
	
	.container_home{
		display:inline-block !IMPORTANT;
	}
	.left_banner{
		display:none !IMPORTANT;
	}
	.right_banner{
		width:100% !IMPORTANT;
	}
	.right_banner a{
		margin-left:30% !IMPORTANT;
	}
.panel h3{
	display:none !IMPORTANT;
}
.testimonial-container{
	width:80% !IMPORTANT;
}
.item_stats{
	width:90% !IMPORTANT;
	margin-left: 5% !IMPORTANT;
	display:block !IMPORTANT;
	height:max-content !IMPORTANT;
}
}
.home_banner{
	width:100%;
	height:max-content;
}
.left_banner{
	width:38%;
	float:left;
	display:inline-block;
	height:500px;
    background: rgb(0,0,0);
    background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(255,0,0,1) 100%, rgba(232,255,0,1) 100%);
	border-right:10px solid black;
}
.image_banner{
		background-image:url(../images/favpng_handyman-home-repair-vector-graphics-clip-art-illustration.png);
	background-size:cover;
	width:100%;
	height:100%;
}
.right_banner{
	width:60%;
	float:right;
	display:inline-block;
	height:300px;
			background-image:url(../images/4.jpg);
	background-size:cover;
	background-attachment:fixed;
	padding-top:200px;
}
.container_banner{
	display:flex;
}
.right_banner a{
	text-align:center;
	padding:20px;
	border:1px solid #253a47;
	color:#253a47;
	font-size:25px;
	margin-left:45%;
	margin-top:20%;
	text-decoration:none;
	transition:all 1s;
}
.right_banner a:hover{
	    background: #8E0E00;
    background: -webkit-linear-gradient(to right, #1F1C18, #8E0E00);
    background: linear-gradient(to right, #1F1C18, #253a47);
	color:white;
}

.leftside_home_service2 h3{
	text-align: center;
    color: #253a47;
    font-size: 26px;
    padding: 10px;
    padding-bottom: 50px;
}
.leftside_home_service2{
	display:inline-block;
	width:50%;
	margin-top:50px;
	float:right;
}
.rightside_home_service2{
	display:inline-block;
	width:45%;
	margin-top:50px;
	height:500px;
	background-image:url(../images/construction-services-2.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	transition:all 1s;
	float:left;
}
.rightside_home_service2:hover{
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.5);
	cursor:pointer;
}

.rightside_home_service3{
	display:inline-block;
	width:45%;
	margin-top:50px;
	height:500px;
	background-image:url(../images/construction-services-3.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	transition:all 1s;
	float:left;
}
.rightside_home_service3:hover{
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.5);
	cursor:pointer;
}


.leftside_home_service2 .border1{
	margin-left:45%;
}
.leftside_home_service2 h5{
	text-align:center;
	font-size:19px;
	line-height:30px;
	padding:70px;
}
.despartitor{
	width:100%;
	height:100px;
background: rgb(0,0,0);
   background: linear-gradient(
90deg
, rgba(0,0,0,1) 0%, #253a47 100%, rgba(232,255,0,1) 100%);
}

.accordions {
    font-family: arial;
    width: 50%;
    margin: 60px auto;
}

.accordion-item {
    background-color: #f9f9f9;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.accordion-item .accordion-title {
    cursor: pointer;
    padding: 20px;
    transition: all 0.4s;
    border-radius: 5px 5px 0 0;
}

.accordion-item .accordion-title.active-title {
        background: rgb(0,0,0);
   background: linear-gradient(
90deg
, rgba(0,0,0,1) 0%, #253a47 100%, rgba(232,255,0,1) 100%);
    color: #fff;
}

.accordion-item .accordion-title h2 {
    margin: 0;
    font-size: 18px;
    display: flex;
    justify-content: space-between;
}

.accordion-item .accordion-title i.fa-chevron-down {
    transform: rotate(0);
    transition: 0.4s;
}

.accordion-item .accordion-title i.fa-chevron-down.chevron-top {
    transform: rotate(-180deg);
}

.accordion-item .accordion-content {
    display: none;
    line-height: 1.7;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 0 0 5px 5px;
}

.accordion-item .accordion-content.active {
    display: block;
}

.accordion-item .accordion-content p {
    margin: 0;
}
.home_service2{
	padding-top:100px;
	padding-bottom:100px;
}
.home_service2 h5{
	text-transform: UPPERCASE;
    text-align: center;
    color: #253a47;
    font-size: 43px;
    padding: 70px;
}
.home_service2 h6{
	    text-align: center;
    color: #253a47;
    font-size: 26px;
    padding: 10px;
    padding-bottom: 50px;
}

.container_port {
  display: flex;
  justify-content: center;
  align-items: center;
}

.panel {
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
  height: 80vh;
  border-radius: 25px;
  color: #fff;
  cursor: pointer;
  flex: 0.5;
  margin: 10px;
  position: relative;
  transition: all 700ms ease-in;
}

.panel h3 {
  font-size: 24px;
  position: absolute;
  bottom: 30px;
  left: 40px;
  margin: 0;
  opacity: 0;
  transition: all 700ms ease-in-out;
}

.panel.active {
  flex-grow: 6;
}

.panel.active h3 {
  opacity: 1;
  background-color: #000000b3;
    padding: 10px;
}

@media screen and (max-width: 480px) {
  .container {
    width: 100vw;
  }

  .panel:nth-of-type(4),
  .panel:nth-of-type(5) {
    display: none;
  }
}
.portofoliu h5{
	    text-transform: UPPERCASE;
    text-align: center;
    color: #253a47;
    font-size: 43px;
    padding: 70px;
}
.portofoliu p{
	text-align:center;
	color: #253a47;
	padding:50px;
	font-size:20px;
}
.portofoliu a{
	text-decoration:none;
	color: #253a47;
	
}

.stats{
	padding-top:100px;
	padding-bottom:100px;
	background: rgb(0,0,0);
   background: linear-gradient(
90deg
, rgba(0,0,0,1) 0%, #253a47 100%, rgba(232,255,0,1) 100%);
	width:100%;
}
.item_stats{
	width:33%;
	height:max-content;
	display:inline-block;
}
.item_stats h2{
	padding:20px;
	font-size: 60px;
	font-weight:bold;
	color:white;
	text-align:center;
}
.item_stats p{
	padding:20px;
	color:white;
	text-align:center;
	font-size:50px;
}
.item_stats h3{
	padding:20px;
	color:white;
	text-align:center;
	font-size:17px;
}
	
	.testimonial-container {
  	background: rgb(0,0,0);
    background: linear-gradient(
90deg
, rgba(0,0,0,1) 0%, #253a47 100%, rgba(232,255,0,1) 100%);
  color: #fff;
  border-radius: 15px;
  margin: 20px auto;
  padding: 50px 80px;
  max-width: 768px;
  position: relative;
}

.fa-quote {
  color: rgba(255, 255, 255, 0.3);
  font-size: 28px;
  position: absolute;
  top: 70px;
}

.fa-quote-left {
  left: 40px;
}

.fa-quote-right {
  right: 40px;
}

.testimonial {
  line-height: 28px;
  text-align: justify;
  padding-top:30px;
  padding-bottom:30px;
}

.user {
  display: flex;
  align-items: center;
  justify-content: center;
}

.user .user-image {
  border-radius: 50%;
  height: 75px;
  width: 75px;
  object-fit: cover;
}

.user .user-details {
  margin-left: 10px;
}

.user .username {
  margin: 0;
}

.user .role {
  font-weight: normal;
  margin: 10px 0;
}

.progress-bar {
  background-color: #fff;
  height: 4px;
  width: 100%;
  transform-origin: left;
  animation: grow 10s linear infinite;
}

@keyframes grow {
  0% {
    transform: scaleX(0);
  }
}

@media (max-width: 768px) {
  .testimonial-container {
    padding: 20px 30px;
  }

  .fa-quote {
    display: none;
  }
}

.reviews{
	padding-top:100px;
	padding-bottom:100px;
}