.slider{
    height: 85vh;
    position: relative;

    width: 100%;
    background: #000000; /* darckblue */
}

.myslide{
	height: 100%;
	display: none;
	overflow: hidden;
    background-color: #000000;
    z-index: 11111;
    justify-content: center;

}

.myslide.fade{
    background-color: #000000;
    justify-content: center;
}

.prev, .next{
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	font-size: 50px;
	padding: 15px;
	cursor: pointer;
	color: rgb(179, 0, 0);
	transition: 0.1s;
	user-select: none;
}
.prev:hover, .next:hover{
	color: #c40000; /* blue */
}
.next{
	right: 10;
}
.dotsbox{
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	bottom: 20px;
	cursor: pointer;
}
.dot{
	display: inline-block;
	width: 15px;
	height: 15px;
	border: 3px solid #fff;
	border-radius: 50%;
	margin: 0 10px;
	cursor: pointer;
}
/* /2 */

/* javascript */
.active, .dot:hover{
	border-color: #c20b0b; /* blue */
}
/* /javascript */

/* muslide add fade */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: 0.8}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: 0.8}
  to {opacity: 1}
}
/* /muslide add fade */

/* 3 */
.txt{
	position: absolute;
	color: #fff;
	letter-spacing: 1.8px;
	line-height: 30px;
    width: 100%;
	top: 38%;
    left: 5%;
	-webkit-animation-name: posi;
  	-webkit-animation-duration: 2s;
  	animation-name: posi;
  	animation-duration: 2s;
	z-index: 1;
    background-color: #00000000;

}

.txt a{
    background-color: rgb(1 19 30);
    border-radius: 5px;
    color: #e2e2e2;
    padding: 15px;
    text-align: center;

}

/*@-webkit-keyframes posi {
  from {left: 29%;}
  to {left: 29%;}
}*/


/*@keyframes posi {
  from {left: 29%;}
  to {left: 29%;}
}*/

.txt h1{
    color: #ffffff;
    font-size: 40px;
    text-transform: uppercase;
    border-radius: 10px;
    margin-bottom: 10px;
    font-weight: 600;
}

.txt h1 b{
    color: rgb(167, 167, 167);
}

.txt a{
    background-color: rgb(1 19 30);
    border-radius: 5px;
    color: #e2e2e2;
    padding: 15px;
    font-size: 13px;
}
.txt a:hover{
    background-color: rgb(1, 29, 46);
    border-radius: 5px;
    color: #e2e2e2;
    padding: 15px;
    font-size: 13px;
}

.txt .c{
    background-color: rgb(255, 255, 255);
    color: rgb(1 19 30);
    border-radius: 5px;
}

.txt a:hover{
    background-color: rgb(1 19 30);
    color: rgb(255, 255, 255);
     border-radius: 5px;   
}

.txt p{
	font-weight: bold;
	font-size: 20px;
}
/* /3 */

/* 4 */
.slider img{
	transform: scale(1.5, 1.5);
	-webkit-animation-name: zoomin;
  	-webkit-animation-duration: 40s;
  	animation-name: zoomin;
  	animation-duration: 40s;
    height: 100%;
    background-color: #000000;
}
@-webkit-keyframes zoomin {
  from {transform: scale(1, 1);}
  to {transform: scale(1.5, 1.5);}
}


@keyframes zoomin {
  from {transform: scale(1, 1);}
  to {transform: scale(1.5, 1.5);}
}
/* /4 */



/* 5 */
@media screen and (max-width: 800px){
	.myslide{
		height: 500px;
	}
	.txt{
		letter-spacing: 2px;
		line-height: 25px;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-animation-name: posi2;
		-webkit-animation-duration: 2s;
		animation-name: posi2;
		animation-duration: 2s;
	}

	@-webkit-keyframes posi2 {
	  from {top: 35%;}
	  to {top: 50%;}
	}


	@keyframes posi2 {
	  from {top: 35%;}
	  to {top: 50%;}
	}

	.txt h1{
		font-size: 40px;
	}
	.txt p{
		font-size: 13px;
	}

    .slider{
        height: 60vh;
        display: flex;
        flex-flow: column;
        justify-content: center;
    }
    
    .myslide{
        height: auto;
    }

    .myslide{
        background-color: #000000;
    }

}
/* /5 */

/* 6 */
@media screen and (max-width: 520px){
	.txt h1{
		font-size: 30px;
		margin-bottom: 20px;
	}
	.sign{
		margin-right: 20px;
	}
	.sign a{
		font-size: 12px;
	}
}

.title{
    padding: 20px 50px;

}

.title .box{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.title .box i{
    color: red;
    font-size: 20px;
    margin-right: 10px;
}

.title .box h1{
    font-size: 20px;
}

.title p{
    color: rgb(46, 46, 46);
    font-size: 12px;
}

.des{
    padding: 0px 100px 50px 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: rgb(236, 236, 236);
}

.des button{
    width: 100%;
    text-align: center;
    margin-top: 30px;
    background-color: transparent;
}

.des button a{
    background-color: red;
    color: #e2e2e2;
    padding: 12px 20px;
    font-size: 13px;
}

.des button a:hover{
    background-color: rgb(255, 255, 255);
    color: #ff0000;
    border: 1px solid #ff0000;
}

.des .box{
    width: 30%;
}

.des .box .but{
    display: flex;
    justify-content: space-between;
    padding: 0px 5px;
    margin-bottom: -32px;
    padding-top: 35px;
    position: relative;
    z-index: 11;
}

.des .box .price{
    padding: 6px;
    margin-top: -42px;
    position: relative;
    z-index: 11;
    background-color: #000000bd;
}

.des .box .price p{
    color: white;
    font-size: 14px;
}

.des .box .but p{
    padding: 5px;
    background-color: red;
    border-radius: 5px;
    color: white;
    font-size: 12px;
}

.des .box .but .des{
    background-color: rgba(12, 38, 87, 0);
}

.des .box .but .ven{
    background-color: rgb(104, 59, 0);
}

.des .box .zoom{
    overflow: hidden;
}
.des .box img{
    width: 100%;
    height: 250px;
    display: block;
    cursor: pointer;
}

.des .box .zoom img{
    transform: scale(1);
    transition: 0.3s ease-in-out;
}

.des .box .zoom:hover img{
    transform: scale(1.2);
}

.des .box h1{
    color: black;
    font-size: 17px;
}

.des .box .icons{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 10px;
    align-items: center;
}

.des .box .icons .icon{
    width: 30%;
    display: flex;
    align-items: center;
}

.des .box .icons .icon i,p{
    color: #4e4e4e;
    font-size: 12px;
    padding-right: 7px;
}



.sectioni{
    height: 100vh; 
    background-image: url(images/background.jpg);
    background-size: cover;
    background-attachment: fixed;
}

.sectioni .fundoi{
    height: 100%;
    width: 100%;
    background-color: #000000ad;
    padding: 10px 60px;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}

.sectioni .fundoi .text{
    width: 65%;
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.sectioni .fundoi .img{
    width: 35%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

.sectioni h1{
    color: rgb(255, 255, 255);
    font-size: 38px;
    margin-bottom: 20px;
    animation: moveBanner 1s 0.5s forwards ;
}

.sectioni p {
    color: rgb(235, 235, 235);
    font-size: 18px;
    font-weight: 250;
    margin-bottom: 25px;
    animation: moveBanner 1s 0.7s forwards ;
}

.sectioni button{
    font-weight: 200;
    color: white;
    text-transform: uppercase;
    letter-spacing: .1rem;
    background-color: #002060;
    background: #002060; 
    background: -webkit-linear-gradient(to right, #002060, #001031);  
    background: linear-gradient(to right, #002060, #000c25);
    padding: 13px 28px;
    border-radius: 5px;
    animation: moveBanner 1s 0.9s forwards ;
    transition: all 0.6s;
}

@keyframes moveBanner{
    0%{
        transform: translateY(10rem) rotateY(-30deg);
    }

    100%{
        transform: translateY(0) rotateY(0);
        opacity: 1;
    }

}

@media (max-width:991px){
    .sectioni{
         height: auto;
    }

    .sectioni .fundoi{
        padding: 100px 10px;  
    }

    .sectioni .fundoi .text{
        width: 90%;
        display: flex;
        flex-flow: column;
        justify-content: center;
    }
}

@media (max-width:500px){

    .sectioni{
        height: auto; 
        background-image: url(images/who.jpg);
        background-size: contain;
        background-attachment: fixed;
    }


    .sectioni h1{
        color: rgb(255, 255, 255);
        font-size: 28px;
        margin-bottom: 10px;
        animation: moveBanner 1s 0.5s forwards ;
    }

    .sectioni p {
        color: rgb(235, 235, 235);
        font-size: 18px;
        font-weight: 250;
        margin-bottom: 25px;
        animation: moveBanner 1s 0.7s forwards ;
    }

}

.sectionii{ 
    background-image: url(images/fundo11.jpg);
    background-size: contain;
    background-attachment: fixed;
}

.sectionii .fundoii{
    height: 100%;
    width: 100%;
    background-color: #ffffffe3;
    padding: 0px 30px;
}





.sectionii .fundoii .boxtext{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}



.sectionii .fundoii .boxtext .text{
    width: 50%;
    padding: 0 60px 0 0;
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.sectionii .fundoii .boxtext .text h1{
    color: #000000;
    font-size: 28px;
    font-weight: bold;
}

.sectionii .fundoii .boxtext .text p{
    
    color: rgb(44, 44, 44);
    font-size: 17px;
    line-height: 30px;
    text-align: justify;
}

.sectionii .fundoii .boxtext .text  b{
    font-weight: bold;
    color: rgb(44, 44, 44);
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
    padding-top: 30px;
}

.sectionii .fundoii .boxtext .text s{
    font-weight: bold;
}

.sectionii .fundoii .boxtext .slidebox {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sectionii .slidebox .carrossel{
    overflow: hidden;
    height: 400px;
    width: 650px;
}

.sectionii .slidebox .container{
    display: flex;
    transition: transform 0.5s ease-in-out;
    transform : translateX(0);
}

.sectionii .slidebox img{
    object-fit: cover;
    height: 400px;
    width: 650px;
}

.services{
    display: flex;
    flex-wrap: wrap;
    padding: 50px 0;
    justify-content: center;
}



.services .bac{
    background-image: url(/files/images/dayso-SpcebOKT0Pk-unsplash.jpg);
    background-size: contain;
    background-attachment: fixed;
    background-position: center;
    width: 30%;
    border-radius: 15px;
    margin: 0 10px;
}

.services .bac1{
    background-image: url(/files/images/dayso-SpcebOKT0Pk-unsplash.jpg);
    background-size: contain;
    background-attachment: fixed;
    background-position: center;
    width: 30%;
    border-radius: 15px;
    margin: 0 10px;
}

.services .bac2{
    background-image: url(/files/images/dayso-SpcebOKT0Pk-unsplash.jpg);
    background-size: contain;
    background-attachment: fixed;
    background-position: center;
    width: 30%;
    border-radius: 15px;
    margin: 0 10px;
}

.services .box1{
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    text-align: center;
    align-items: center;
    background-color: #00000062;
    padding: 103px 3px;
    border-radius: 15px;
}

.services .box1:hover{
    background-color: #001031c2;
    border-radius: 25px;
}

.services .box1:hover i{                                  
    color: #002060;
}

.services .box1 h1{
    color: #ffffff;
    padding-bottom: 4px;
    font-size: 17px !important;
}

.services .box1:hover h1{
    color: #ffffff;

}

@media (max-width:991px){
    .slidebox{
        display: none;
    }

    .carrossel{
        display: none;
    }

    .services{
        display: flex;
        flex-flow: column;
    }

    .services .bac{
        width: 100%;
        margin: 5px;
    }

    .services .bac1{
        width: 100%;
        margin: 5px;
    }

    .services .bac2{
        width: 100%;
        margin: 5px;
    }
}


/*2*/

.services .box2{
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    text-align: center;
    align-items: center;
    background-color: #00000062;
    padding: 103px 3px;
    border-radius: 15px;
}

.services .box2:hover{
    background-color: #030d21c2;
    padding: 103px 3px;
    border-radius: 25px;
}


.services .box2 h1{
    color: #ffffff;
    padding-bottom: 4px;
    font-size: 17px !important;
}

.services .box2:hover h1{
    color: #ffffff;
}

.services .box2 a{
    width: 40%;
    font-weight: 200;
    color: white;
    text-transform: uppercase;
    letter-spacing: .1rem;
    background-color: #fe741b;
    padding: 13px 28px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    opacity: 0;
    animation: moveBanner 1s 0.9s forwards ;
    transition: all 0.6s;
}

.services .box2 a:hover{
    background: -webkit-linear-gradient(to right, #010e27, #002060);  
    background: linear-gradient(to right, #010e27, #002060);
    transition: all 0.6s;
}

/*3*/

.services .box3{
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    text-align: center;
    align-items: center;
    background-color: #00000062;
    padding: 103px 3px;
    border-radius: 15px;
}

.services .box3:hover{
    background-color: #030d21c2;
    padding: 103px 3px;
    border-radius: 25px;
}

.services .box3 h1{
    color: #ffffff;
    padding-bottom: 4px;
    font-size: 17px !important;
}



.services .box3:hover h1{
    color: #ffffff;
}

.services .box3 a{
    width: 40%;
    font-weight: 200;
    color: white;
    text-transform: uppercase;
    letter-spacing: .1rem;
    background-color: #fe741b;
    padding: 13px 28px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    opacity: 0;
    animation: moveBanner 1s 0.9s forwards ;
    transition: all 0.6s;
}

.services .box3 a:hover{
    background: -webkit-linear-gradient(to right, #010e27, #002060);  
    background: linear-gradient(to right, #010e27, #002060);
    transition: all 0.6s;
}

@media (max-width:991px){
    .sectionii .fundoii{
        height: auto;
        width: auto;
        background-color: #ffffffe3;
        padding: 10px 25px;
    }

    .sectionii .fundoii .boxtext .text{
        width: 100%;
        padding: 1px;
    }

    .sectionii .fundoii .boxtext .img{
        margin: 1px;
        width: 100%;
        height: 400px;
        border: 3px solid #ffffff;
    }

    .services{
        display: flex;
    }

    .services .box1{
        width: 100%;
    } 

    .services .box1:hover{
        padding: 33px 3px 30px 3px;
    }

    .services .box2{
        width: 100%;
    } 

    .services .box2:hover{
        padding: 33px 3px 30px 3px;
    }

    .services .box3{
        width: 100%;
    } 

    .services .box3:hover{
        padding: 33px 3px 30px 3px;
    }
}


/*Section 3*/


.sectioniii{ 
    background-image: url(images/services.jpg);
    background-size: contain;
    background-attachment: fixed;
}

.sectioniii .fundoiii{
    height: 100%;
    width: 100%;
    background-color: #1d1d1d;
    padding: 50px 60px 50px 60px;
    display: flex;
    flex-flow: column;
}

.sectioniii .fundoiii .list{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.sectioniii .fundoiii .list .boxtxt1{
    width: 33%;
    text-align: left;
    padding-right: 15px;
}

.sectioniii .fundoiii .list .boxtxt1 h1{
    color: #e2e2e2;
    font-size: 20px;
    padding-bottom: 10px;
}

.sectioniii .fundoiii .list .boxtxt1 p{
    color: #ffffff;
    font-size: 14px;
    padding-bottom: 6px;
}

@media (max-width:991px){
    .sectioniii .fundoiii{
        padding: 10px 25px;
    }

    .sectioniii .fundoiii .list{
        display: flex;
        flex-flow: column;
    }

    .sectioniii .fundoiii .list .boxtxt1{
        width: 100%;
        text-align: left;
        padding-right: 1px;
    }
}


.sectioniv{ 
    height: auto;
    background-image: url(images/services.jpg);
    background-size: contain;
    background-attachment: fixed;
}

.sectioniv .fundoiv{
    height: 100%;
    width: 100%;
    background-color: #001031;
    padding: 20px 30px;
    display: flex;
    flex-flow: column;
}

.sectioniv .fundoiv h1{
    color: #ffffff;
    font-size: 23px;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 10px;
}

.flex{
    width: 100%;
    height: 100%;
    display: flex;
}

.flex .img{
    width: 55%;
}

.sectioniv .fundoiv img{
    width: 100%;
    height: 100%;
}

.flex .text{
    display: flex;
    flex-flow: column;
    width: 45%;
    padding: 1px 20px;
    justify-content: center;
}

.flex .text p{
    color: white;
    font-size: 23px;
    padding-bottom: 15px;
}


@media (max-width:991px){
    .flex{
        display: flex;
        flex-flow: column;
    }

    .flex .img{
        width: 100%;
    }

    .flex .text{
        width: 100%;
    }
}

.sectioniv{
    display: flex;
    flex-flow: column;
    padding: 0px 50px 50px 50px;
    background-color: white;
    box-shadow: inset 0px -1px 6px 0px rgb(0 0 0 / 39%);
}

.sectioniv .text{
    display: flex;
    flex-flow: column;
    justify-content: center;
    text-align: center;
    padding-bottom: 10px;
}

.sectioniv .cat{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.sectioniv .cat .box{
    display: flex;
    width: 24%;
    margin: 5px 5px;
    height: 410px;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: linear-gradient(#ffffff00, #ffffff00), url(/files/images/norco/01.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    transition: all 0.3s;
}

.sectioniv .cat .box:hover{
    background: linear-gradient(rgb(1, 19, 30), #00000065), url(/files/images/norco/01.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;

}

.sectioniv .cat .box:nth-child(2){
    background: linear-gradient(#ffffff00, #ffffff00), url(/files/images/norco/02.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

.sectioniv .cat .box:nth-child(2):hover{
    background: linear-gradient(rgb(1 19 30), #00000065), url(/files/images/norco/02.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

.sectioniv .cat .box:nth-child(3){
    background: linear-gradient(#ffffff00, #ffffff00), url(/files/images/norco/03.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

.sectioniv .cat .box:nth-child(3):hover{
    background: linear-gradient(rgb(1 19 30), #00000065), url(/files/images/norco/03.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

.sectioniv .cat .box:nth-child(4){
    background: linear-gradient(#ffffff00, #ffffff00), url(/files/images/norco/04.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

.sectioniv .cat .box:nth-child(4):hover{
    background: linear-gradient(rgb(1 19 30), #00000065), url(/files/images/norco/04.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

.sectioniv .cat .box:nth-child(5){
    background: linear-gradient(#ffffff00, #ffffff00), url(/files/images/norco/05.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

.sectioniv .cat .box:nth-child(5):hover{
    background: linear-gradient(rgb(1 19 30), #00000065), url(/files/images/norco/05.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

.sectioniv .cat .box:nth-child(6){
    background: linear-gradient(#ffffff00, #ffffff00), url(/files/images/norco/06.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

.sectioniv .cat .box:nth-child(6):hover{
    background: linear-gradient(rgb(1 19 30), #00000065), url(/files/images/norco/06.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

.sectioniv .cat .box:nth-child(7){
    background: linear-gradient(#ffffff00, #ffffff00), url(/files/images/norco/07.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

.sectioniv .cat .box:nth-child(7):hover{
    background: linear-gradient(rgb(1 19 30), #00000065), url(/files/images/norco/07.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

.sectioniv .cat .box:nth-child(8){
    background: linear-gradient(#ffffff00, #ffffff00), url(/files/images/norco/08.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

.sectioniv .cat .box:nth-child(8):hover{
    background: linear-gradient(rgb(1 19 30), #00000065), url(/files/images/norco/08.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

.sectioniv .cat .box:nth-child(9){
    background: linear-gradient(#ffffff00, #ffffff00), url(/files/images/norco/09.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

.sectioniv .cat .box:nth-child(9):hover{
    background: linear-gradient(rgb(1 19 30), #00000065), url(/files/images/norco/09.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

.sectioniv .cat .box:nth-child(10){
    background: linear-gradient(#ffffff00, #ffffff00), url(/files/images/norco/10.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

.sectioniv .cat .box:nth-child(10):hover{
    background: linear-gradient(rgb(1 19 30), #00000065), url(/files/images/norco/10.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

.sectioniv .cat .box:nth-child(11){
    background: linear-gradient(#ffffff00, #ffffff00), url(/files/images/norco/11.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

.sectioniv .cat .box:nth-child(11):hover{
    background: linear-gradient(rgb(1 19 30), #00000065), url(/files/images/norco/11.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

.sectioniv .cat .box:nth-child(12){
    background: linear-gradient(#ffffff00, #ffffff00), url(/files/images/norco/12.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

.sectioniv .cat .box:nth-child(12):hover{
    background: linear-gradient(rgb(1 19 30), #00000065), url(/files/images/norco/12.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

.sectioniv .cat .box:nth-child(13){
    background: linear-gradient(#ffffff00, #ffffff00), url(/files/images/norco/13.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

.sectioniv .cat .box:nth-child(13):hover{
    background: linear-gradient(rgb(1 19 30), #00000065), url(/files/images/norco/13.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

.sectioniv .cat .box:nth-child(14){
    background: linear-gradient(#ffffff00, #ffffff00), url(/files/images/norco/14.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

.sectioniv .cat .box:nth-child(14):hover{
    background: linear-gradient(rgb(1 19 30), #00000065), url(/files/images/norco/14.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

.sectioniv .cat .box:hover a{
    display: block;
}


.sectioniv .cat .box a{
    background-color: rgb(1 19 30);
    color: #ffffff;
    padding: 10px;
    font-size: 13px;
    display: none;
    border-radius: 5px;
    flex-wrap: wrap;
    box-shadow: 0px -1px 6px 0px rgb(0 0 0 / 39%);
}

.sectioniv .cat .box a:hover{
    background-color: rgb(63, 2, 2);
}

.sectioniv .cat .box a i{
    display: flex;
    flex-flow: column;
    color: rgb(255, 255, 255);
}