
/* 1. Theme default css */
@import url('https://fonts.googleapis.com/css2?family=Prompt:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
html, body {
    font-family: 'Prompt', sans-serif;
	font-weight: normal;
	font-style: normal;
}
img{
	max-width: 100%;
}
.mb-30{
    margin-bottom: 30px;
}
.mb-20{
    margin-bottom: 20px;
}
.Zindex_1{
    z-index: 1;
}
.bwdads-slider-common .bwd_single_slider {
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /* height: 100%;
    display: flex;
    align-items: center;*/
    z-index: 1;
    position: relative;
}
.bwdads-slider-common .bwd_content-wrap {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bwdads-slider-common .bwd_main-title{
    font-size: 35px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: capitalize;
}
.bwdads-slider-common .bwd_sub-title {
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: 300;
    line-height: 1;
    text-transform: uppercase;
    z-index: 1;
    margin-top: 15px;
}
.bwdads-slider-common .bwd_sub-desc {
    font-weight: 300;
    font-size: 14px;
    margin-top: 15px;
}
.bwdads-slider-common .bwd_sub-title,
.bwdads-slider-common .bwd_main-title,
.bwdads-slider-common .bwd_sub-desc,
.bwdads-slider-common .bwd_slide_button {
    color: #fff;
}
.bwdads-slider-common .bwd_slide_button {
    margin-top: 15px;
}


.bwdads-slider-common .bwd_main-content {
    width: 60%;
}
.bwdads-slider-common .bwd-slider-image {
    width: 40%;
}
.bwdads-slider-common .bwd-img-wrap {
    width: 350px;
    display: inline-block;
}

/* sliderDesign_1 css */
.bwd_sliderDesign_1 .bwd_single_slider {
    background-image: url(../image/bwd-slider.jpg);
}
.bwd_sliderDesign_1 .bwd_single_slider::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: -1;
}
.bwd_sliderDesign_1 .bwd_slide_button .bwd_link_btn {
    position: relative;
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 10px 20px;
    transition: all 0.5s linear;
    border-radius: 6px;
    overflow: hidden;
    z-index: 1;
}
.bwd_sliderDesign_1 .bwd_slide_button .bwd_link_btn.bwd-button1 {
    background: #ee3364;
    color: #fff;
}
.bwd_sliderDesign_1 .bwd_slide_button .bwd_link_btn.bwd-button1:hover {
    color: #ee3364;
    background: #fff;
}
.bwd_sliderDesign_1 .bwd_slide_button .bwd_link_btn.bwd-button2 {
    color: #ee3364;
    background: #fff;
}
.bwd_sliderDesign_1 .bwd_slide_button .bwd_link_btn.bwd-button2:hover {
    background: #ee3364;
    color: #fff;
}





/* swiper ------------------------------------------------------------------*/
.bwdads-swiper-wrapper {
    height: 600px;
}
.bwdads-swiper-scrollbar-drag {
    background: #fff;
}
.bwdads-swiper-button-next .bwdads-swiper-next, .bwdads-swiper-button-prev .bwdads-swiper-prev {
    top: 50%;
    position: absolute;
    color: #fff;
    width: 50px;
    height: 50px;
    background: #f5f5f536;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 1;
    z-index: 9;
    cursor: pointer;
    transform: translate(0, -50%);
    transition: all .4s ease-in-out;
}
.bwdads-swiper-button-next .bwdads-swiper-next:hover, .bwdads-swiper-button-prev .bwdads-swiper-prev:hover {
    color: #080d1c;
    background: #fff;
}
.bwdads-swiper-button-prev .bwdads-swiper-prev {
    left: 10px;
}
.bwdads-swiper-button-next .bwdads-swiper-next {
    right: 10px;
}

/* dots */
.bwdads-swiper-pagination .bwdads-swiper-pagination-bullet {
    background: #f5f5f536;
    opacity: 1;
    border-radius: 100%;
    width: 23px;
    height: 23px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: #fff;
    line-height: 1;
    margin: 0;
    position: relative;
}
.bwdads-swiper-pagination .bwdads-swiper-pagination-bullet.bwdads-swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
}
.bwdads-swiper-pagination.bwdads-swiper-pagination-bullets .bwdads-swiper-pagination-bullet:not(:last-child) {
    margin-right: 10px;
}

.bwdads-swiper-pagination-progressbar .bwdads-swiper-pagination-progressbar-fill {
    background: #007aff;
}

/* fraction */
.bwdads-swiper-pagination-fraction {
    display: flex;
    align-items: center;
    justify-content: center;
}
.bwdads-swiper-pagination-fraction span {
    background: #F5F5F540;
    color: #fff;
    font-size: 17px;
    line-height: 1;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* vertically */
.bwdads-swiper-pagination-vertical.bwdads-swiper-pagination.bwdads-swiper-pagination-bullets .bwdads-swiper-pagination-bullet {
    margin-right: 0;
}
.bwdads-swiper-pagination-vertical.bwdads-swiper-pagination.bwdads-swiper-pagination-bullets .bwdads-swiper-pagination-bullet:not(:last-child) {
    margin-bottom: 10px;
}




/* xs devices */
@media (max-width: 767px){

    .bwdads-slider-common .bwd_main-content {
        width: 100%;
    }
    .bwdads-slider-common .bwd-slider-image {
        width: 100%;
    }
    .bwdads-slider-common .bwd_content-wrap {
        flex-direction: column;
    }
    .bwdads-slider-common .bwd-img-wrap {
        width: 235px;
    }

}








