/*
Theme Name: Search Wrox
Theme URI: https://goyalinfotech.com
Author: Goyal IT Consultancy Pvt. Ltd.
Author URI:https://goyalinfotech.com/
Description: WordPress Custom theme
Tags: blog, theme
Version: 1.0
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Searchwrox
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/* Reset CSS */

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 0;
    left: 0;
    width: 100%;
    position: relative;
    left: 0;
    text-align: left;
    margin-top: 2rem;
}

.swiper-pagination-bullet {
    width: 2rem;
    height: 0.5rem;
    opacity: 0.4;
    background-size: cover;
    background-position: center;
    border-radius: 5px;
    margin: 0 5px;
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.swiper-pagination-bullet-active {
    opacity: 1;
}