/*slide*/

.videoslide-item { height: 650px; }

@media (min-width: 1400px) {
    .videoslide-item { height: 750px; }
}

.videoslide-item .background {
    height: 100%;
}

/*.videoslide-item .background img {
    object-fit: cover;
    height: 100%;
}*/

.videoslide-pro-text { padding-top: 150px; }

.content-image-div {
    position: absolute;
    right: 8%;
    top: 50%;
    transform: translateY(-50%);
}

@media (min-width: 1400px) {
    .content-image-div .content-image { max-width: 650px; max-height: 650px; }
}
    
.content-div span.subtitle {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    display: block;
    margin-bottom: 5px;
}

.content-div span.title {
    font-size: 72px;
    line-height: 1.1;
    font-weight: 500;
}

.videoslide-item:before {
    content: "";
    position: absolute;
    background-image: linear-gradient(45deg, #eef2f5, #d5d7da);
    width: 80%;
    height: 100%;
    left: 0;
    top: 0;
}

.content-div span.title strong {
    color: #fd8f21;
}

.content-div {
    /* width: 45% !important; */
    letter-spacing: 0.5px;
    position: relative;
}

.content-div p {
    width: 45% !important; 
}

.content-div p.content {
    line-height: 1.3;
    font-size: 22px;
    color: #5d5d5d;
}

.content-div a.videoslide-btn {
    margin-top: 20px;
}


.slick-prev, .slick-next {
    z-index: 1;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    border: 1px solid #000;
    opacity: 0.2;
    transition: 0.5s;
}

.slick-prev:hover, .slick-next:hover {
    opacity: 1;
}

.slick-prev:before, .slick-next:before {
    color: #000000;
    font-size: 32px;
    font-weight: 300;
    line-height: 50px;
}

.slick-prev:before {
    content: "<";
    font-family: Poppins, sans-serif;
}

.slick-next:before {
    content: ">";
    font-family: Poppins, sans-serif;
}

.slick-prev {
    right: 5%;
    transform: none;
    left: unset;
    bottom: 80px;
    top: unset;
}

.slick-next {
    right: 5%;
    transform: none;
    left: unset;
    bottom: 20px;
    top: unset;
}

@media (max-width: 1399px) {
    .content-div span.title { font-size: 62px; }
}

@media (max-width: 991px) {
    .videoslide-pro-text {padding-top: 100px;display: block;}
    .videoslide-item { height: 550px; }
    .content-div span.title { font-size: 42px; }
    .content-div p.content { font-size: 20px; }
    .content-image-div { right: 0; }
    .content-image-div .content-image { max-width: 400px; max-height: 400px; }
}

@media (max-width: 767px) {
    .content-image-div {left: 0;right: 0;margin: auto;top: unset;bottom: -300px;transform: none;}
    .content-image-div .content-image {margin: auto;width: 100%;height: 100%;max-width: 300px;max-height: 300px;}
    .videoslide-item:before {width: 100%;height: 75%;}
    .videoslide-item {height: 650px;}
    .content-div {text-align: center;}
    .content-div p { width: 100% !important; }
    .content-div p.content { font-size: 16px;}
    .content-div span.title {font-size: 32px;}
    .content-div a.videoslide-btn { margin-top: 10px; }
    .slick-next { bottom: 100px; }
    .slick-prev { right: unset; left: 5%; bottom: 100px; }
}

/*end of slide*/




.home-series .sppb-carousel-extended-team-wrap {
    border-radius: 0 !important;
    flex-direction: row-reverse;
    background-image: linear-gradient(0deg, #eee 90%, #fff 90%);
    align-items: flex-end;
    padding: 0px 25px 20px;
}

.home-series .sppb-carousel-extended-team-img {
    margin: 0;
    display: block;
    width: 100%;
    transform: translateX(50px);
}

.home-series .sppb-carousel-extended-team-name {
    margin: 0;
    font-size: 32px;
    line-height: 1.1;
}

.home-series .sppb-carousel-extended-team-designation {
    margin-bottom: 0 !important;
}

.home-series .sppb-carousel-extended-team-name a {
    color: #353230;
}

.home-series .sppb-carousel-extended-team-wrap:hover .sppb-carousel-extended-team-name a {
    color: #fd8f21;
}

@media (min-width: 768px) {
  .home-series {  margin-right: -300px; }
}

@media (max-width: 767px) {
    .home-series .sppb-carousel-extended-team-img { transform: none; }
    .home-series .sppb-carousel-extended-team-wrap { padding-right: 0; }
    .home-series .sppb-carousel-extended-team-name { font-size: 26px; }
}















