@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');

.nevegation_style .owl-item.active .line {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 1s;
}
.nevegation_style .owl-nav, .nevegation_style .owl-nav {
    top: -26px;
    transform: translateY(-20px);
    opacity: 1;
    /*background: rgba(0, 0, 0, 0.5) !important;*/
    transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    width: 40px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 0;
    display: flex;
    right: 25px;
    margin: 0;
    align-items: center;
    justify-content: center;
}
/*.nevegation_style .owl-nav .owl-prev {
    left: 15px;
}

.nevegation_style .owl-nav .owl-next {
    right: 15px;
}*/

div.nevegation_style .owl-nav button {
    border-radius: 100% !important;
    display: flex !important;
    align-items: baseline;
    justify-content: center;
    font-size: 1.5rem !important;
    color: #7e7d7d !important;
}
button.owl-next {
    right: -15px;
    position: absolute;
}
.nevegation_style .owl-nav .owl-next:hover {
    background: none !important;
}

.nevegation_style .owl-nav .owl-prev:focus {
    outline: 0;
}
.nevegation_style .owl-nav .owl-prev:hover {
    /*background: #000 !important;*/
    background: none !important;
}
.nevegation_style .owl-nav .owl-next:focus {
    outline: 0;
}



/*Hero Slider css*/

.hero-slider .owl-nav .owl-prev {
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgba(0, 0, 0, 0.5) !important;
    width: 40px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    z-index: 99999;
    display: block;
    border-radius: 0;
    opacity: 0;
}
.hero-slider .owl-nav button {
    border-radius: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hero-slider .owl-nav .owl-prev span {
    font-size: 1.6875rem;
    color: #fff;
}
.hero-slider .owl-nav .owl-prev:focus {
    outline: 0;
}
.hero-slider .owl-nav .owl-prev:hover {
    background: #000 !important;
}
.hero-slider .owl-nav .owl-next {
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgba(0, 0, 0, 0.5) !important;
    width: 40px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 0;
    opacity: 0;
}
.hero-slider:hover .owl-nav .owl-prev,
.hero-slider:hover .owl-nav .owl-next {
    opacity: 1;
}
.hero-slider .owl-nav .owl-next span {
    font-size: 1.6875rem;
    color: #fff;
}
.hero-slider .owl-nav .owl-next:focus {
    outline: 0;
}
.hero-slider .owl-nav .owl-next:hover {
    background: #000 !important;
}

.hero-slider .owl-dots {
/*    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);*/
    position: absolute;
    bottom: -18px;
    right: -23px;
    transform: translateX(-50%);
}
.hero-slider .owl-dot {
    height: 8px;
    width: 8px;
    background: #602D8D !important;
    margin: 0 3px;
    border-radius: 100%;
    transition: all 0.3s ease;
}
.hero-slider .owl-dot.active {
    background: #CC3636 !important;
}

.header_bottom .slide-item {
    height: 321px;
    width: 100%;
    position: relative;
}

.header_bottom .slide-item img {
    width: 100%;
    height: 100%;
    object-fit: fill;
    object-position: center;
}


/*pagination css*/
.pagination {
    list-style: none!important;
    justify-content: center;
    margin: 30px 0 50px 0;
}
.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #70389C;
    border-color: #70389C;
}
.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.zoom-wrap {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}