/* carousel navigation styles */
.sw-nav,
.n-hover:hover .sw-nav {
    display: block;
    position: absolute;
    left: 20px;
    top: 50%;
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 15px rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    margin-top: -25px;
    z-index: 10;
    cursor: pointer;
    text-align: center;
    opacity: 1;
    outline: none;
    transition: all 0.1s ease-in-out;
    box-shadow: none;
}
.sw-nav.next,
.n-hover:hover .sw-nav.next {
    right: 20px;
    left: auto;
    opacity: 1;
}

.sw-nav:hover,
.n-hover:hover .sw-nav:hover {
    background: rgba(0, 0, 0, 0.7);
}
.n-hover .sw-nav {
    left: 0;
    right: auto;
    opacity: 0;
}
.n-hover .sw-nav.next {
    right: 0;
    left: auto;
    opacity: 0;
}
.sw-pgn,
.p-hover:hover .sw-pgn {
    margin-top: 15px;
    display: block;
    text-align: center;
    z-index: 10;
    transition: all 0.1s ease-in-out;
    opacity: 1;
}
.sw-pgn-bullets {
    margin-top: -40px;
    position: absolute;
    width: 1090px;
    margin-left: 100px;
    margin-right: 100px;
}
.sw-pgn-bullet {
    display: inline-block;
    width: 16px;
    height: 4px;
    background: #d4d4d4;
    margin: 0 3px;
    outline: none;
    cursor: pointer;
}
.sw-pgn-bullet.active {
    width: 48px;
    background: #2b65a6;
}
.p-hover .sw-pgn {
    bottom: 0;
    opacity: 0;
}
.cb .cb-wrapper .hidden {
    display: none;
}
/* home slider navigation buttons */
.home-slider .sw-nav,
.home-slider.n-hover:hover .sw-nav {
    top: auto;
    bottom: 15px;
    width: 56px;
    height: 56px;
}
.home-slider .sw-nav:before {
    margin-top: 23px;
}
.sw-nav.prev,
.sw-nav.next {
    width: 48px;
    height: 48px;
    padding: 16px;
    top: 88%;
    border: 1px solid #2b65a6;
    border-radius: 0;
    background: transparent;
    color: #2b65a6;
}

.sw-nav.prev::before,
.sw-nav.next::before {
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.sw-nav.next::after {
    font-family: "Font Awesome 6 Sharp";
    content: "\f105";
}

.sw-nav.prev::after {
    font-family: "Font Awesome 6 Sharp";
    content: "\f104";
}

.sw-nav.next {
    right: 20px;
}
/* home slider texts */
.home-slider .custom-html {
    display: block;
    top: 0;
    left: 0;
    padding: 5%;
    text-align: center;
    color: #fff;
    font-size: 1.3em;
}
.home-slider .custom-html p {
    max-width: 350px;
    line-height: 1.5;
    color: #fff;
}
.home-slider .custom-html .btn {
    text-transform: uppercase;
    color: #555;
    background: #fff;
}
.home-slider .custom-html h2 {
    font-size: 2.1em;
    color: #fff;
    margin: 0;
    padding: 0;
}
.home-slider {
    margin-bottom: 10px;
}
.home-slider img {
    width: 100%;
}

.banner-text-box {
    position: absolute;
    padding: 24px;
    background: rgba(23, 23, 23, 0.8);
    top: 56px;
    bottom: 56px;
    left: 48px;
    right: 48px;
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    text-align: center;
}

.banner-text-box p {
    margin-bottom: 16px;
}

.footer-brands {
    display: flex;
    justify-content: space-between;
}

.footer-brands .cb-item-content .cb-img {
    margin: 32.5px;
    max-height: 131px;
    max-width: 131px;
}

.contact-info-block h3 {
    margin-bottom: 12px;
}

.contact-info-block h3:not(:first-child) {
    margin-top: 24px;
}

.contact-info-block p {
    margin-bottom: 8px;
}

@media screen and (max-width: 1919px) {
    .sw-pgn-bullets {
        margin-top: -40px;
        position: absolute;
        width: 802px;
    }
}

@media screen and (max-width: 1535px) {
    .sw-pgn-bullets {
        margin-top: -40px;
        position: absolute;
        width: 658px;
    }
}

@media screen and (max-width: 1279px) {
    .sw-pgn-bullets {
        margin-top: -40px;
        position: absolute;
        width: 490px;
    }
}

@media screen and (max-width: 1023px) {
    .sw-pgn-bullets {
        margin-top: -40px;
        position: absolute;
        width: 490px;
    }
}

@media (max-width: 991px) {
    .home-slider .custom-html {
        padding: 10% 5%;
    }
    .home-slider .custom-html h2 {
        font-size: 1.5em;
    }
    .home-slider .custom-html p {
        display: none;
    }
}

@media screen and (max-width: 785px) {
    .sw-pgn-bullets {
        display: none;
    }
    .sw-nav {
        display: none;
    }
}

@media (max-width: 767px) {
    .home-slider .sw-nav {
        display: none;
    }
}

/* @media screen and (max-width: 639px) {
	.sw-pgn-bullets {
		margin-top: -40px;
		position: absolute;
		width: 376px;
	}
}

@media screen and (max-width: 359px) {
	.sw-pgn-bullets {
		margin-top: -40px;
		position: absolute;
		width: 376px;
	}
} */
