.delay-03 {
    animation-delay: 0.3s;
}

/*==============BEGIN : HEADER==============*/
#slideImg .mn-wrapper {
    position: relative;
}
.banner-top .mn-wrapper {
    position: relative;
}
#slideImg .img-header {
    position: relative;
    cursor: pointer;
}

#slideImg .img-header.leftmove::before {
    content: " ";

    background: url(../images/line-header.png);
    background-repeat: no-repeat;
    background-size: 43%;
    background-position:
        top left,
        left bottom;


    width: 100%;
    height: 100%;
    position: absolute;
    padding-top: 130px;
    animation: leftmove 1s linear;
    -webkit-animation: leftmove 1s linear;

}





@-webkit-keyframes leftmove {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes leftmove {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

#slideImg .slogan {
    position: absolute;
    bottom: 205px;
    left: 0;
    opacity: 0;

    text-align: center;
}

#slideImg .border-slogan {
    height: 9px;
    width: 100px;
    background-color: #f8ae41;
    margin-bottom: 5px;
}

#slideImg .slogan .content {}

#slideImg .slogan .content p {
    padding: 0;
    margin: 0;
    color: white;
}

#slideImg .slogan .content p.small {
    text-shadow: 1px 1px 7px rgba(0, 0, 0, 0.3);
    font-size: 24px;
    font-weight: normal;
    text-align: left;
    letter-spacing: 3px;
}

#slideImg .slogan .content p.small-sub {
    margin-top: -5px;
    text-shadow: 1px 1px 13px black;
    font-size: 24px;
    font-weight: normal;
    text-align: left;
}

#slideImg .slogan .content p.small span {
    font-size: 50px;
    font-weight: 300;
}

#slideImg .slogan .content p.big {

    margin-top: -5px;
    font-size: 35px;
    font-weight: 500;

    text-shadow: 1px 1px 7px rgba(0, 0, 0, 0.3);
}

#slideImg .slogan .more {
    text-align: left;
    margin-top: 20px;
    position: relative;

}



#slideImg .slogan .more a {


    font-size: 16px;
    color: white;
    transition: 0.3s ease;
    border-bottom: 2px solid #c3bab0;

}

#slideImg .slogan .more a img {
    width: 35px;
    position: absolute;
    top: 10px;
    left: 115px;

}

#slideImg .slogan .more a:hover img {


    animation: leftright 1.3s linear infinite;


}

@-webkit-keyframes leftright {

    0%,
    100% {
        left: 110px;
    }

    50% {
        left: 130px;
    }
}
}

@keyframes leftright {

    0%,
    100% {
        left: 110px;
    }

    50% {
        left: 130px;
    }
}

#slideImg .scroll-down {
    position: absolute;

    left: 50%;
    transform: translate(-50%);
    bottom: -18px;

}

#slideImg a.btn {
    border: none;
    border-radius: 25px;
    color: white;
    padding-top: 10px;
    padding-left: 0px;
    width: 150px;
    height: 40px;
    background-color: #111111;

}

#slideImg a.btn::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f103";
    margin-left: 7px;
    position: absolute;
    -webkit-animation: updown 1.3s linear infinite;
    animation: updown 1.3s linear infinite;

}


@-webkit-keyframes updown {

    0%,
    100% {
        bottom: 33px;
    }

    50% {
        bottom: 40px;
    }
}

@keyframes updown {

    0%,
    100% {
        bottom: 33px;
    }

    50% {
        bottom: 40px;
    }
}

.mouse {

    position: absolute;
    bottom: 33px;
    left: -60px;
    -webkit-animation: updown 1.3s linear infinite;
    animation: updown 1.3s linear infinite;

}

.mouse img {}

.mouse i.fa-long-arrow-alt-left {
    position: absolute;
    top: -10px;
    left: -10px;
    -webkit-animation: leftright 1.3s linear infinite;
    animation: leftright 1.3s linear infinite;

}

.mouse i.fa-long-arrow-alt-right {
    position: absolute;
    top: -10px;
    right: -10px;
    -webkit-animation: rightleft 1.3s linear infinite;
    animation: rightleft 1.3s linear infinite;

}


#slideImg .slick-arrow{
    width:20px;
    height:30px;
    background: none;
    border:none;
    position: absolute;
    top: 50%;
    font-size: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    color:#ffffff;
    text-shadow: 2px 3px 4px rgba(0,0,0,0.2);
}
#slideImg .slick-prev{
    left:30px;
}
#slideImg .slick-next{
    right:30px;
}
#slideImg .slick-arrow:before{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-size: 55px;
    line-height: 65px;
}
#slideImg .slick-prev:before{
    content: "\f104";
}
#slideImg .slick-next:before{
    content: "\f105";
}
#slideImg .slick-arrow:hover{
    color:#a91717;
}


/*==============END: HEADER==============*/
/*SLICK HOME*/



.slide-count-wrap {
    position: absolute;
    bottom: 25px;
    right: calc(13% + 110px);
    color: white;

}

.slide-count-wrap .current {
    font-size: 40px;
}

.slide-count-wrap .total {
    font-size: 20px;
}

.slick-dotted.slick-slider {
    margin-bottom: 00px;
}

/*DOTS*/
#slideImg .slick-dots {
    max-width: 1172px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: 10px;
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: inherit;

}

#slideImg .slick-dots li {
    width: 45px;
    height: 45px;
    border: 1px solid white;
    border-radius: 50%;
    background: transparent;
    transition: 0.3s ease;
    margin-right: 15px;

}

#slideImg .slick-dots li a {
    position: absolute;
    color: white;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
}

#slideImg li.slick-active {
    background: #f8ae41;
    border: 1px solid #f8ae41;

}

#slideImg li.slick-active a {
    color: white;
}

/*SLICK HOME*/

/*SLICK SERVICES*/
/* Arrows */

#services-slick .slick-prev,
#services-slick .slick-next {

    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    z-index: 9999;
    display: block;
    width: 50px;
    height: 60px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: rgba(0, 0, 0, 0.4);
}

#services-slick .slick-prev {
    left: 0px;





}

[dir='rtl'] #services-slick .slick-prev {
    right: 0px;
    left: auto;
}

#services-slick .slick-prev:before {
    content: url("../images/prev-sm.png");


}

[dir='rtl'] #services-slick .slick-prev:before {
    content: '\f054';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

#services-slick .slick-next {
    right: 0;

}

[dir='rtl'] #services-slick .slick-next {
    right: auto;
    left: 0px;
}

#services-slick .slick-next:before {
    content: url("../images/next-sm.png");
}

[dir='rtl'] #services-slick .slick-next:before {
    content: '\f053';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

/*SLICK SERVICES*/

/*SLICK GALLERY*/
/* Arrows */

#gallery-slick .slick-prev,
#gallery-slick .slick-next {

    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    z-index: 9999;
    display: block;
    width: 50px;
    height: 60px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: rgba(0, 0, 0, 0.4);
}

#gallery-slick .slick-prev {
    left: 0px;
}

[dir='rtl'] #gallery-slick .slick-prev {
    right: 0px;
    left: auto;
}

#gallery-slick .slick-prev:before {
    content: url("../images/prev-sm.png");


}

[dir='rtl'] #gallery-slick .slick-prev:before {
    content: '\f054';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

#gallery-slick .slick-next {
    right: 0;

}

[dir='rtl'] #gallery-slick .slick-next {
    right: auto;
    left: 0px;
}

#gallery-slick .slick-next:before {
    content: url("../images/next-sm.png");
}

[dir='rtl'] #gallery-slick .slick-next:before {
    content: '\f053';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
#gallery .wrap_gall{
    position: relative;
}

/*SLICK GALLERY*/


/*==============BEGIN: COOP==============*/
#coop {
    
    margin-top: 70px;
    padding-bottom: 50px;
}

.coop-row {
    margin-top: 40px;
	opacity: 0;
}

.coop-row .item {
    width: 230px;
    height: 150px;
    background: #464646;
    position: relative;
    cursor: pointer;
}

.coop-row .item img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: filter 0.2s ease;
	max-width: 198px;
}

.coop-row .item:hover img {
    -webkit-filter: initial;
    filter: initial;
}

.coop-row .slick-track {
    margin: 0 -5px;

}

.coop-row .slick-slide {

    padding: 0 5px;

}

/*SLICK COOP*/
/* Arrows */

#coop .slick-prev,
#coop .slick-next {

    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    z-index: 9999;
    display: block;
    width: 50px;
    height: 60px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: rgba(0, 0, 0, 0.4);
}

#coop .slick-prev {
    left: -95px;

}

[dir='rtl'] #coop .slick-prev {
    right: 0px;
    left: auto;
}

#coop .slick-prev:before {
    content: url("../images/prev-sm.png");


}

[dir='rtl'] #coop .slick-prev:before {
    content: '\f054';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

#coop .slick-next {
    right: -95px;

}

[dir='rtl'] #coop .slick-next {
    right: auto;
    left: 0px;
}

#coop .slick-next:before {
    content: url("../images/next-sm.png");
}

[dir='rtl'] #coop .slick-next:before {
    content: '\f053';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

/*SLICK COOP*/
/*==============END: COOP==============*/
@media only screen and (max-width:1380px) {
   #coop .slick-next {
    right: -18px;

}
	#coop .slick-prev {
    left: -20px;

}
}
@media only screen and (max-width:1300px) {
    .mouse {
        display: none;
    }
}

@media only screen and (max-width:1200px) {
    .home-header .slogan {
        position: absolute;
        bottom: 140px;
        left: 0px;
        opacity: 0;
        text-align: center;

    }

    .home-header .slick-dots {
        margin-left: 20px;
    }
}

@media only screen and (max-width:950px) {



    /*HOME SLOGAN*/
    #slideImg .slogan .content p.small {

        font-size: 18px;
        font-weight: normal;
        text-align: left;
        letter-spacing: 3px;
        line-height: 33px;
    }

    #slideImg .slogan .content p.small span {
        font-size: 40px;
        font-weight: 300;
        line-height: 33px;
    }

    #slideImg .slogan .content p.small-sub {
        margin-top: 0px;
        line-height: 33px;
        font-size: 18px;

    }

    #slideImg .slogan .content p.big {
        margin-top: -5px;
        font-size: 26px;
        line-height: 33px;

    }

    #slideImg .border-slogan {
        height: 9px;
        width: 100px;
        background-color: #f8ae41;
        margin-bottom: 15px;
    }

    #slideImg .slick-dots li {

        margin-right: 10px;
    }

    /*HOME SLOGAN*/

}

@media only screen and (max-width:768px) {
    #slideImg .slogan {
  
    text-align: left;
}
    #slideImg .img-header img {
        width: auto;
        max-height: 540px;
        max-width: none !important;
    }

    #slideImg .img-header.leftmove::before {
        content: " ";

        background: url(../images/line-header-sm.png);
        background-repeat: no-repeat;
        background-size: 340px;

        background-position: left;
       
      
        position: absolute;
        
      
    }
}

@media only screen and (max-width:480px) {
/*    SLICK SERVICES*/
    #services-slick .slick-prev, #services-slick .slick-next {
  
    width: 30px;
    height: 40px;
   
}
    #services-slick .slick-next:before {
    content: url(../images/next-sm-480.png);
}
    #services-slick .slick-prev:before {
    content: url(../images/prev-sm-480.png);
}
/*    SLICK SERVICES*/

/*    SLICK GALLERY*/
    #gallery-slick .slick-prev, #gallery-slick .slick-next {
  
    width: 30px;
    height: 40px;
   
}
    #gallery-slick .slick-next:before {
    content: url(../images/next-sm-480.png);
}
    #gallery-slick .slick-prev:before {
    content: url(../images/prev-sm-480.png);
}
/*    SLICK GALLERY*/

	/*	COOP*/
	#coop { 
		margin-top: 30px;
	}
	.coop-row .item {
		height: 110px;
	}
	.coop-row .item img {
   
	max-width: 130px;
		
}
	#coop .slick-prev, #coop .slick-next {
  
    width: 30px;
    height: 37px;
    
}
	#coop .slick-next:before {
		position: absolute;
    content: url(../images/next-sm.png);
	transform: scale(0.6);
		top: 3px;
		left: 8px;
}
	#coop .slick-prev:before {
		position: absolute;
    content: url(../images/prev-sm.png);
	transform: scale(0.6);
		top: 3px;
		right: 8px;
}
	.coop-row .slick-track {
    margin: 0 0px;
}
	/*	COOP*/
}

@media only screen and (max-width:330px) {
  
}