/*custom-slider*/
#custom-slider{background-color:#999999; width:100%;}
#custom-slider ul.tp-revslider-mainul{padding:0; margin:0;}
.layout {
    position: relative;
    overflow: hidden;
	width:100%;
}
.tp-bgimg.defaultimg{width:100%; display:block;}

.main {
    position: relative;
    overflow: hidden;
    min-height: 420px;
}
.arrow-left {
    left: 150px;
}
.arrow-left, .arrow-right {
    position: absolute;
    z-index: 4;
    color: #fff;
	position: absolute;
	top: 46%;
	z-index: 999;
	background: none;
	font-size: 26px;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    display: none !important;
}
.arrow-right {
    right: inherit;
	left: 320px;
}
.rev_slider_wrapper {
    width: 100%;
}
.rev_slider_wrapper {
    position: relative;
    z-index: 0;
}
.rev_slider {
    color: #fff;
    min-height: 420px;
}
.rev_slider {
    position: relative;
    overflow: visible;
}
.arrow-left::before {
    background: url(../images/arrow-prev.png) 0 0 no-repeat;
    background-size: auto;
    background-size: 1.3em 1em;
    margin-right: .82em;
}
.arrow-left::before, .arrow-right::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 1.3em;
    height: 1em;
    opacity: .25;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.arrow-left::after {
    content: 'Prev';
}
.arrow-left::after, .arrow-right::before {

    display: inline-block;
    vertical-align: middle;
    background-color: transparent;
    font-family: oswald,sans-serif;
    font-size: 1em;
    line-height: 1;
    letter-spacing: .32em;
    text-transform: uppercase;
    color: #fff;
}
.arrow-right::before {
    content: 'Next';
}
.arrow-right::after {
    background: url(../images/arrow-nxt.png) 0 0 no-repeat;
    background-size: auto;
    background-size: 1.3em 1em;
    margin-left: .72em;
}
#custom-slider .btn-primary {

    font-style: initial;
    margin-top: 40px;

}
#custom-slider .div-text p {

    color: #FFFFFF;
    font-size: 22px;
    line-height: 36px;
    font-style: italic;

}

/********* [ 05/07/2019 ] *********/
.tp-tabs, .tp-thumbs, .tp-bullets {
    position: absolute;
    display: block;
    z-index: 20;
    top: 90% !important;
	left: 50% !important;
	visibility: visible !important;
	opacity: inherit !important;
}
.tp-bullet.selected, .tp-bullet:hover {
    background: #fff;
}
.tp-bullet {
    width: 12px;
    height: 12px;
    position: relative;
    float: left;
    background: #fff;
    background: rgba(255,255,255,.3);
    cursor: pointer;
}



@media (max-width: 767px) {
.arrow-left, .arrow-right{top:inherit; bottom:20px;}
.arrow-left{left:20px;}
.arrow-right{right:20px; left:inherit;}
.arrow-left::after, .arrow-right::before{font-size:16px;}
}

