.sec1 ul{
	list-style-type: none;
	display: flex;
    justify-content: start;
    padding: 0;
    padding-top: 50px;
}
.sec1 .slick-dots button{
	text-indent: -9999px;
    height: 10px;
    width: 10px;
    border-radius: 5px;
    border: none;
    padding: 0;
    margin-right: 8px;
    background-color: #8D8D8D;
}
.sec1 .fa-arrow-left {
    position: absolute;
    bottom: 0;
    font-size: 20px;
    border: 1px solid #000;
    color: #000;
    border-radius: 50%;
    height: 43px;
    padding-left: 11px;
    width: 43px;
    padding-top: 10px;
    right: 60px;
}
.sec1 .fa-arrow-right {
    position: absolute;
    bottom: 0;
    font-size: 20px;
    border: 1px solid #000;
    border-radius: 50%;
    height: 43px;
    padding-left: 11px;
    width: 43px;
    padding-top: 10px;
    right: 0px;
    color: #000;
}

/*Video-slider*/

/*.slick-slide img {
    width: 550px;
}*/
.sec2 ul{
    list-style-type: none;
    display: flex;
    justify-content: start;
    padding: 0;
    padding-top: 50px;
    /*margin-left: 50px;*/
}
.sec2 .slick-dots button{
    text-indent: -9999px;
    height: 10px;
    width: 10px;
    border-radius: 5px;
    border: none;
    padding: 0;
    margin-right: 8px;
    background-color: #8D8D8D;
}
.sec2 .fa-arrow-left {
    position: absolute;
    bottom: 0;
    font-size: 20px;
    border: 1px solid #000;
    color: #000;
    border-radius: 50%;
    height: 43px;
    padding-left: 11px;
    width: 43px;
    padding-top: 10px;
    right: 60px;
}
.sec2 .fa-arrow-right {
    position: absolute;
    bottom: 0;
    font-size: 20px;
    border: 1px solid #000;
    border-radius: 50%;
    height: 43px;
    padding-left: 11px;
    width: 43px;
    padding-top: 10px;
    right: 0px;
    color: #000;
}
