
/*.slidearea {
    padding-right: 60px;
    position: relative;
}*/
@media only screen and (max-width: 575px) {
    .slidearea {
        padding-left: 0px;
    }
}
@media only screen and (max-width: 991px) {
    .slidearea.bannerside {
        padding-left: 0;
    }
    .slidearea.bannerside .side-contact-info {
        display: none;
    }
}
.slidearea .side-contact-info {
    position: absolute;
    right: 0;
    width: 60px;
    height: 100%;
    top: 0;
}
@media only screen and (max-width: 575px) {
    .slidearea .side-contact-info {
        width: 35px;
    }
}
.slidearea .side-contact-info ul {
    writing-mode: tb-rl;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.slidearea .side-contact-info ul li {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    color: #212529;
    font-size: 14px;
    padding: 20px 0;
}
.slidearea .side-contact-info ul li img{
    width: 20px;
}
.slidearea .side-contact-info ul li:first-child {
    border-bottom: 1px solid #acacac;
}
.slidearea .side-contact-info ul li img {
    color: var(--primary);
    margin: 0px 0px 15px 0px;
    transform: rotate(90deg);
}
.slidearea .side-contact-info ul li:hover a{
    color: #cc1a31;
}
/* Silder One */
.silder-one {
    position: relative;
}
.silder-one .silder-content {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 80px;
    height: 100%;
    display: flex;
    align-items: center;
    width: 100%;
}
@media only screen and (max-width: 991px) {
    .silder-one .silder-content {
        padding: 40px;
    }
}
@media only screen and (max-width: 575px) {
    .silder-one .silder-content {
        padding: 30px;
    }
}
.silder-one .silder-content .title {
    font-size: 60px;
    line-height: 1;
    margin-bottom: 15px;
    color: #fff;
    font-weight: 700;
}
.silder-one .silder-content .title span {
    font-weight: 300;
}
/*@media only screen and (max-width: 1680px) {
    .silder-one .silder-content .title {
        font-size: 120px;
    }
}
@media only screen and (max-width: 1400px) {
    .silder-one .silder-content .title {
        font-size: 70px;
    }
}*/
@media only screen and (max-width: 767px) {
    .silder-one .silder-content .title {
        font-size: 60px;
        line-height: 1.2;
    }
}
@media only screen and (max-width: 575px) {
    .silder-one .silder-content .title {
        font-size: 45px;
        line-height: 1.2;
    }
}
.silder-one .silder-content .sub-title {
    font-weight: 600;
    margin-bottom: 10px;
    color: #fff;
    letter-spacing: 2px;
    font-size: 15px;
}
.silder-one .silder-content .title-small {
    margin-bottom: 40px;
    font-size: 25px;
    line-height: 1.2;
    color: #fff;
    font-weight: 400;
    font-family: 'Poppins';
}
@media only screen and (max-width: 1680px) {
    .silder-one .silder-content .title-small {
    font-size: 16px;
    font-family: 'Poppins';
    }
}
@media only screen and (max-width: 1400px) {
    .silder-one .silder-content .title-small {
    font-size: 20px;
    margin-top: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .silder-one .silder-content .title-small {
        font-size: 20px;
        margin-bottom: 20px;
        line-height: 1.2;
    }
}
@media only screen and (max-width: 575px) {
    .silder-one .silder-content .title-small {
        font-size: 13px;
        line-height: 1.3;
    }
}
.silder-one .silder-content .overlay-slide {
    position: absolute;
    left: 20%;
    height: 40%;
    width: 20%;
    z-index: -1;
    background: transparent;
    border: 15px solid #0179bf;
    top: 30%;
}
.silder-one .silder-img {
    overflow: hidden;
    height: calc(100vh - 110px);
}
.silder-one .silder-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.silder-one .slider-one-pagination {
    background: linear-gradient(43deg, #173073,#25a7df,#0062ad);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: auto;
    display: flex;
    align-items: center;
    padding: 15px 30px;
}
@media only screen and (max-width: 575px) {
    .silder-one .slider-one-pagination {
        padding: 15px 35px;
    }
}
.silder-one .slider-one-pagination .swiper-pagination-bullet {
    width: auto;
    height: auto;
    border-radius: 0;
    background: transparent;
    opacity: 0.2;
    margin: 0 8px;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}
.silder-one .slider-one-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    color: var(--primary);
}
.silder-one .slider-one-pagination .swiper-pagination {
    margin: 0 10px;
}
.swiper-pagination,
.btn-next,
.btn-prev {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: auto;
    height: auto;
    color: #fff;
    font-family: var(--font-family-title);
    margin: auto;
    font-size: 15px;
    letter-spacing: 2px;
    z-index: 1;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
    display: inline-block;
}
.swiper-pagination:after,
.btn-next:after,
.btn-prev:after {
    content: none;
}
.swiper-pagination i,
.btn-next i,
.btn-prev i {
    position: absolute;
    font-size: 40px;
    top: -7px;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
    color: var(--primary);
    z-index: -1;
}
