@import url(https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500&family=Poppins:wght@300;400;500;600;700;800&display=swap);

body,
html {
    overflow-x: hidden;
}

.main-navigate,
body,
header {
    position: relative;
}
.header-h4{
        font-size: 2.3rem;
}
.sliderItem h4,
body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Poppins, sans-serif;
}

html {
    font-size: 16px;
}

body {
    background: #f7f9f8;
}
.ul-blog{
    list-style: disc;
    padding-left: 3%;
}
:root {
    --white: #ffffff;
    --black: #000;
    --gary-color: #727272;
    --lightgary-color: #b2b9bd;
    --theme-color: #0b244c;
    --primary-color: #326fa7;
}

h1 {
    font-size: 85px;
    font-weight: 700;
}

h2,
p {
    font-weight: 500;
}

p {
    font-size: 18px;
    line-height: 1.7;
    color: #313131;
    margin: 18px 0;
}

.heading h2,
h2 {
    font-size: 3.75rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
}

.img-auto {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.copy-sec p,
figure,
ul {
    margin: 0;
}

a,
button {
    text-decoration: none !important;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

a:hover,
button:hover {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

ul {
    padding: 0;
    list-style: none;
}

.heading h2 {
    color: var(--primary-color);
    font-weight: 600;
}

header {
    margin: auto;
    z-index: 11;
    left: 0;
    top: 0;
    right: 0;
    padding-bottom: 0;
    width: 100%;
}

.navbar-nav {
    align-items: center;
    width: 100%;
    justify-content: start;
    padding-left: 1rem;
}

.navbar-nav .nav-item .nav-link:after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background: #4a98ec;
    transition: width 0.3s;
}

.navbar-brand {
    width: 240px;
}

.custom-slider img,
.demo,
.demo img,
.navbar-nav .nav-item .nav-link:hover:after,
.swiper-wrapper img {
    width: 100%;
}

.main-navigate {
    margin: 0;
    padding: 9px 0 0;
    width: 100%;
    z-index: 1;
}

.sliderItem {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    padding-top: 0;
    text-align: left;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bannner-main,
.custom-slider,
.slider-content,
.text-body .text-holder {
    position: relative;
}

.custom-slider .carousel-indicators {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 5%;
    position: absolute;
    top: 0;
    right: -270px;
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: auto;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

.custom-slider .carousel-indicators li {
    height: 0;
    width: unset;
    font-size: 12px;
    color: var(--white);
    position: relative;
    z-index: 111;
    text-indent: inherit;
    margin: 11px 0;
    opacity: 1;
    display: flex;
    align-items: center;
    font-weight: 700;
    justify-content: center;
    border: none;
}

.custom-slider .carousel-indicators li.active,
.swiper-container.slider-thumbnail .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
    opacity: 1;
}

.custom-slider .carousel-indicators li:before {
    content: "";
    height: 5px;
    width: 20px !important;
    background-color: #ccc !important;
    position: absolute;
    left: 0;
    transition: 0.5s ease-in-out;
}

.btn,
.calendar-dates li.active::before,
.footersocial ul li a i:hover {
    background: var(--primary-color);
}

.custom-slider .carousel-indicators li.active span {
    font-size: 20px;
    margin: 0 0 0 43px;
    color: #fff;
}

.custom-slider .carousel-indicators li span {
    opacity: 0;
}

.custom-slider .carousel-indicators li.active:before {
    width: 50px !important;
    background: #fff !important;
}

.slider-content h3 {
    color: #fff;
    line-height: 61px;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 3.817rem;
    text-shadow: 2px 2px 4px #000;
}

.sliderItem h4,
.sliderItem p {
    text-shadow: 1px 1px 3px #000;
    color: #fff;
}

.sliderItem h4 {
    font-size: 31px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 70px;
    margin-bottom: 0;
}

.banner-overlay h1,
.contact-info h4,
.use h4 {
    text-transform: uppercase;
}

.sliderItem p {
    font-size: 18px;
}

.main-navigate .d-flex {
    padding: 15px 20px;
    margin-top: 10px;
    align-items: center;
    justify-content: space-around;
}

.main-navigate .row {
    align-items: center;
}

.main-navigate nav {
    padding: 4px 0;
    background: #000;
    margin-top: 9px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    padding-right: 25px;
    padding-bottom: 4px;
    padding-top: 4px;
}

.main-navigate nav img {
    width: 87%;
}

.btn {
    padding: 14px 50px;
    color: #fff;
    outline: 0;
    border: none;
    border-radius: 33px;
    transition: 0.5s;
    font-weight: 500;
}

#preload #logo_preload,
.Exclusive_Custom {
    background-repeat: no-repeat;
    background-position: center;
}

.trans-btn {
    background-color: transparent;
    border: 1px solid #fff;
}

.btn:hover {
    background-color: #000;
    color: #fff;
    border: none;
}

.blog_cardx:hover h4,
.blog_cardx:hover p,
.blog_cardx:hover span,
.calendar-dates li.active,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #fff;
}

.header-btn {
    position: relative;
    left: 30px;
}

.text-body .text-holder h3 span {
    font-weight: 400;
    padding-left: 15px;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #4a98ec;
}

.curosuel-nav {
    position: absolute;
    bottom: 71px;
    width: 100%;
    left: -52rem;
    right: auto;
    margin: auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-slider .carousel-control-prev {
    left: auto;
    right: 70px;
    width: 175px;
    height: 70px;
    background-color: #fff;
    opacity: 1;
    color: #666;
    justify-content: left;
}

.custom-slider .carousel-control-next {
    left: auto;
    right: 44px;
    width: 91px;
    height: 70px;
    background-color: #fff;
    opacity: 1;
    color: #666;
}

.curosuel-nav i {
    font-size: 40px;
}

.exclusive-sec .col-lg-3 {
    flex: 0 0 22%;
    max-width: 22%;
}

.custom-slider .carousel-control-prev i {
    margin-left: 50px;
    color: #0082ca;
}

.Exclusive_Custom {
    padding: 6rem 0;
    background-image: url(../images/riflebanner.webp);
    background-size: cover;
    width: 100%;
}

.Exclusive_Custom .primary-heading h2 {
    color: var(--white);
}

.Exclusive_Custom_cardx {
    background: #fff;
    padding: 5rem 1rem 7rem;
    border-radius: 20px;
    transition: 0.4s;
    position: relative;
    height: 443px;
}

.Exclusive_Custom_cardx:hover {
    box-shadow: 0 0 20px #ccc;
    transform: scale(1.02);
}

.Exclusive_Custom_cardx .heart i {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 20px;
    color: var(--primary-color);
    transition: 1s;
}

.Exclusive_Custom_cardx article h5 {
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 14px;
}

.Exclusive_Custom_cardx:hover .heart i {
    color: #58addb;
}

.Exclusive_Custom_cardx article {
    margin-top: 45px;
    padding-left: 10px;
}

.Exclusive_Custom_cardx article h4 {
    font-size: 19px;
    line-height: 30px;
    color: var(--primary-color);
}

.Exclusive_Custom .row .col-lg-3,
.Manufacture_sec .row .col-lg-3,
.blogs_section .col-lg-4,
.training_sec .col-lg-3 {
    margin-bottom: 30px;
}

.Exclusive_Custom_cardx figure {
    margin: auto;
    text-align: center;
}

.Exclusive_Custom_cardx article h6,
.Manufacture_sec .primary-heading h2,
.profile-sec h3 {
    color: var(--primary-color);
}

.Manufacture_sec,
.blogs_section,
.dealers_secs,
.product_card_sec,
.profile-sec,
.testimonial-sec,
.training_sec {
    padding: 6rem 0;
}

.Manufacture_cardx figure {
    border: 1px solid #ccc;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 400px;
    border-radius: 15px;
    background-color: #fff;
    transition: 0.5s;
}

.Manufacture_cardx:hover figure {
    transform: scale(1.05);
    box-shadow: 0 0 10px #ccc;
}

.Manufacture_cardx figure img {
    width: 80%;
}

footer.footer-sec {
    padding: 6rem 0 1.3rem;
}

footer.footer-sec .container {
    max-width: 1140px;
}

.footernav ul li a {
    color: #000;
    transition: 0.5s;
    display: inline-block;
}

.footernav ul li a:hover {
    color: var(--primary-color);
    transform: translateX(10px);
}

.footernav ul li {
    padding-bottom: 15px;
}

.footeraddres ul li a i {
    color: #326fa7;
    /*font-size: 30px;*/
        font-size: 26px;
    margin-right: 18px;
}

.footeraddres ul li a {
    color: #000;
    display: flex;
        align-items: center;
}

.footeraddres ul li {
    padding-bottom: 20px;
}

.footeraddres ul li a i.fa-map-marker-alt {
    left: 22px;
}

.footeraddres ul li a p {
    margin: 0;
    padding-left: 55px;
}

.footerlogo a img {
    width: 220px;
}

.copy-sec {
    border-top: 1px solid #ccc;
    padding-top: 25px;
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
}

.footersocial ul {
    margin-left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    margin-top: 0;
}

.footersocial ul li {
    display: inline-block;
    padding-right: 2px;
}

.footersocial ul li a i:hover {
    color: #fff;
    border: 1px solid #fff;
}

.footerlogo {
    text-align: center;
}

.footersocial ul li a i {
    height: 50px;
    width: 50px;
    background-color: #000;
    color: #fff;
    border-radius: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    border: 1px solid #fff;
    transition: 0.5s;
}

#preload {
    position: fixed;
    background-color: #fff;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
}

#preload #logo_preload {
    position: absolute;
    width: 300px;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    background-image: url("../images/logo.webp");
    height: 100%;
    background-size: contain;
}

#preload #logo_preload #mask {
    position: absolute;
    background: 0 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bannner-main img,
.fancybox-content img {
    width: 100% !important;
}

.bannner-main .text-holder {
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: start;
    justify-content: center;
    padding-left: 12rem;
    flex-direction: column;
}

.dealers-edite h1 {
    font-size: 3.025rem !important;
    position: relative;
    top: -31%;
    left: -5%;
}
.dealers-edite3 h1 {
    font-size: 3.025rem !important;
    position: relative;
    top: -39%;
    left: -6%;
}
.huw-edit h1{
        position: relative;
    top: -37%;
    left: -9.8%;
    font-size: 2.525rem !important;
    font-size: 2rem !important;
}
.avail-edit h1 {
   position: relative;
    top: -36%;
    left: -9.8%;
    font-size: 2.525rem !important;
}
.blue-edite h1 {
    font-size: 3.025rem !important;
    position: relative;
    top: -36%;
    left: -8%;
}
.avail-edit h1:before {

    width: 214px !important;
    height: 81px !important;
    right: -32px !important;
    top: -25px !important;
}
.avai-option-banner p{

    position: relative;
    top: -41%;
    left: -9%;
    font-size: 20px !important;
}
.avai-option-banner  h1 {
    position: relative;
    top: -37%;
    left: -9.8%;
    font-size: 2.525rem !important;
}

.avail-edit p {
    position: relative;
    top: -38%;
    left: -9%;
    font-size: 20px !important;
}
.edit-350 h1 {
       position: relative;
    top: -30%;
    left: -5%;
    font-size: 2.525rem !important;
}
.edit-350 h6{
      position: relative;
    top: -30%;
    left: -5%;
    font-size: 20px !important; 
}
.lrme-bg h1:before {
   
  width: 243px !important;
    height: 88px !important;
    right: -24px !important;
    top: -22px !important;
}
.bannner-main h1:before {
    content: "";
    position: absolute;
    background: none;
        /*background: url(../images/circle.webp) center/cover no-repeat;*/
    width: 205px;
    height: 75px;
    right: -15px;
    top: -15px;
}

.banner-overlay h1 {
    font-size: 3.325rem;
    font-weight: 400;
    position: relative;
    z-index: 1;
    color: #030303 !important;
    text-shadow: 2px 2px 5px #ebe5e5;
}

.banner-overlay p {
    font-size: 22px;
    color: var(--primary-color);
}

.training_sec figure img {
    border-radius: 20px;
}

.calendar-container {
    background: #fff;
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
    height: 531px;
}

.calendar-container section {
    display: flex;
    align-items: center;
    padding: 25px 30px 10px;
    justify-content: space-between;
}

section .calendar-navigation {
    display: flex;
    gap: 1rem;
}

section .calendar-navigation span {
    height: 39px;
    width: 39px;
    margin: 0 1px;
    cursor: pointer;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
    user-select: none;
    color: #aeabab;
    font-size: 1.9rem;
}

.calendar-navigation span:last-child {
    margin-right: -10px;
}

section .calendar-navigation span:hover {
    background: #f2f2f2;
}

section .calendar-current-date {
    font-weight: 500;
    font-size: 1.45rem;
}

.calendar-body {
    padding: 20px;
}

.calendar-body ul {
    list-style: none;
    flex-wrap: wrap;
    display: flex;
    text-align: center;
}

.calendar-body .calendar-dates {
    margin-bottom: 20px;
}

.calendar-body li {
    width: calc(100% / 7);
    font-size: 1.07rem;
    color: #414141;
}

.calendar-body .calendar-weekdays li {
    cursor: default;
    font-weight: 500;
}

.calendar-body .calendar-dates li {
    margin-top: 30px;
    position: relative;
    z-index: 1;
    cursor: pointer;
}

.calendar-dates li.inactive {
    color: #aaa;
}

.calendar-dates li::before {
    position: absolute;
    content: "";
    z-index: -1;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.calendar-dates li:not(.active):hover::before {
    background: #e4e1e1;
}

.calendar_sec {
    padding-bottom: 4rem;
}

.image_testi_center img {
    display: table;
    width: 84%;
    margin: -7rem auto 0;
    border-radius: 20px;
    box-shadow: 0 0 20px #ccc;
}

.testimonial-item article {
    text-align: center;
    padding: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
    margin-bottom: 40px;
    border-radius: 15px;
    position: relative;
}

.testimonial-item p {
    font-size: 16px;
    text-align: center;
}

.testimonial-item article:before {
    content: "";
    background: url(../images/acret.webp) center/cover no-repeat;
    position: absolute;
    width: 65px;
    height: 40px;
    bottom: -39px;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 1;
    z-index: -1;
}

.testimonial-item h4 {
    text-align: center;
    margin-top: 25px;
}

.testimonial-item {
    position: relative;
    margin-top: 5rem;
    margin-bottom: 5rem;
}

/*.hldr-two {*/
/*    background: #00000061;*/
/*}*/

.dealer_Card figure svg {
    width: 40px;
    height: 65px;
    margin-bottom: 20px;
}

.dealer_Card {
    text-align: center;
    padding: 50px;
    border-radius: 25px;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.5);
    height: 434px;
    transition: 0.5s;
}

.dealer_Card:hover {
    transform: scale(1.06);
    background-color: #fff;
}

.blog_cardx:hover,
.contact-add,
.use:hover,
section.num {
    background-color: #000;
}

.dealer_Card article p {
    color: #7a7a7a;
    font-size: 15px;
}
.dealer_Card article a{
       color: #7a7a7a; 
}
.Peak-Series {
    padding: 5rem 0;
}

.Peak-Series .primary-heading h2,
.profile-sec h1 {
    color: var(--primary-color);
    font-size: 2.5rem;
}

.av_op_sec .col-lg-2 {
    flex: 0 0 20%;
    max-width: 20%;
    margin-bottom: 30px;
}

.contact-info,
.iconic {
    align-items: center;
    display: flex;
}

.av_op_sec .container {
    max-width: 1600px;
}

section.num {
    padding-bottom: 97px;
}

.contact-add {
    padding: 6rem 0;
}

.contact-info {
    text-align: center;
    flex-direction: column;
}

.iconic {
    width: 214px;
    height: 214px;
    background-color: #39b24a;
    color: #fff;
    justify-content: center;
    border-radius: 100%;
}

.contact-info h4 {
    margin-top: 40px;
    font-size: 25px;
    font-weight: 500;
    color: #fff;
}

.contact-info a {
    font-size: 17px;
    color: #fff;
    display: inline-block;
    margin-top: 17px;
}

.use {
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    box-shadow:
        0 4px 8px 0 rgba(0, 0, 0, 0.2),
        0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-color: #366ea4;
    padding-top: 58px;
    padding-bottom: 58px;
    border-radius: 12px;
    cursor: pointer;
}

.use h4 {
    font-weight: 500;
    color: #fff;
    font-size: 25px;
}

.use a {
    font-size: 17px;
    color: #fff;
    display: inline-block;
    margin-top: 13px;
}

.iconic i {
    font-size: 5rem;
}

.use:hover {
    border: 1px solid #fff;
    transition: 0.5s;
}

.blog_cardx {
    border-radius: 25px;
    padding: 15px 15px 34px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    background-color: #fff;
    transition: 0.6s;
    height: 600px;
}

.blog_cardx figure img {
    width: 100%;
    height: 290px;
    object-fit: cover;
    border-radius: 19px;
}

.blog_cardx article h4 {
    font-size: 20px;
    padding-top: 15px;
    color: #54595f;
    letter-spacing: -1px;
}

.blog_cardx article span {
    color: #adadad;
    font-size: 14px;
    line-height: 1.3em;
}

.blog_cardx article p {
    color: #777;
    font-size: 14px;
    line-height: 1.5em;
}

.blog_cardx article .btn {
    padding: 13px 34px;
    color: #fff;
    font-size: 13px;
}

.blog_cardx article .btn:hover {
    background-color: #fff;
    color: #000;
}

.blog_details_sec {
    padding: 4rem 0;
}

.blog_detail_content figure img {
    width: 100%;
    height: 650px;
    border-radius: 20px;
    margin-bottom: 20px;
    object-fit: cover;
}

.blog_detail_content {
    background: #fff;
    padding: 1rem;
    border-radius: 20px;
    box-shadow: 0 0 10px #ccc;
}

.blog_detail_content article h2 {
    font-size: 37px;
    font-weight: 700;
}

.blog_detail_content article p {
    font-size: 15px;
}

.blog_detail_content article ul li {
    color: #7a7a7a;
    font-weight: 600;
    font-size: 15px;
}

.blog_detail_content article h3 {
    font-weight: 600;
    font-size: 27px;
}

.card {
    background-color: #fff;
    padding: 14px;
    border: none;
    box-shadow: 0 0 10px #ccc;
}

#lightSlide li {
    display: block;
    margin-right: 6px;
    cursor: pointer;
}

#lightSlide img {
    display: block;
    height: auto;
    width: 100%;
}

.lSSlideOuter .lightSlider {
    height: 449px !important;
}

.lSAction>a {
    filter: brightness(0) saturate(100%) invert(0%) sepia(2%) saturate(5%) hue-rotate(312deg) brightness(98%) contrast(100%);
}

.green {
    color: #39b24a;
}

.prdct_Card_details h2 {
    font-size: 38px;
    color: #000;
    margin-bottom: 20px;
    font-weight: 700;
}

.prdct_Card_details {
    padding-left: 2rem;
}

.prdct_Card_details h4 {
    font-size: 22px;
    font-weight: 600;
}

.prdct_Card_details h5 {
    color: #828282;
    font-weight: 700;
    font-size: 17px;
    margin-top: 13px;
}

.mini-images {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.mini-images div {
    flex: 0 0 20%;
    max-width: 20%;
    text-align: center;
    margin-bottom: 20px;
}

.mini-images div img {
    border: 1px solid #000;
    border-radius: 10px;
    transition: 0.5s;
}

.mini-images div img:hover {
    box-shadow: 0 0 5px #585858;
}

.primary_hd {
    font-weight: 700;
}

.mini-images h4 {
    font-size: 15px;
    margin-top: 12px;
}

.lightt {
    font-weight: 300;
}

.description_secs .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #000 !important;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
    font-size: 20px;
    font-weight: 700;
}

.shop_attributes td,
.shop_attributes th {
    border-top: 0;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
    margin: 0;
    line-height: 1.5;
}

.description_secs .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    font-size: 20px;
    font-weight: 700;
    background: 0 0;
    color: #5e5d5d;
}

.shop_attributes {
    border: 0;
    border-top: 1px dotted rgba(0, 0, 0, 0.1);
    margin-bottom: 1.618em;
    width: 100%;
}

.shop_attributes th {
    width: 150px;
    font-weight: 700;
    padding: 8px;
}

.shop_attributes td p {
    margin: 0;
    padding: 8px 0;
    font-size: 16px;
}

.description_secs .tab-content p {
    font-size: 16px;
}

.shop_attributes td {
    font-style: italic;
    padding: 0;
}

.form-rev input,
.form-rev textarea {
    margin-bottom: 15px;
    background-color: transparent;
}

table.shop_attributes tr:nth-child(2n) td,
table.shop_attributes tr:nth-child(2n) th {
    background: rgba(0, 0, 0, 0.025);
}

.swiper-container {
    width: 100%;
    max-width: 940px;
}

.swiper-container.slider {
    height: 50vh;
    background: #fff;
    box-shadow: 0 0 10px #ccc;
}

.swiper-container.slider-thumbnail {
    height: 20vh;
}

.swiper-container.slider-thumbnail .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 100%;
    opacity: 0.5;
    overflow: hidden;
}

[data-fancybox="gallery"] {
    display: block !important;
}

.slider-thumbnail img {
    height: 115px;
    object-fit: cover;
    object-position: center;
}

.stars-rating span i {
    color: #fdbd34;
}

.form-rev label {
    display: block;
}

.form-rev textarea {
    width: 80%;
    height: 100px;
}

.form-rev input {
    width: 27%;
    border: 1px solid #000;
}

.form-rev button {
    display: block;
    margin-top: 15px;
}

.footer-logo-image {
    width: "100%";
    height: "100%";
}

.blog-banner .text-holder {
   
    padding-left: 5rem;
   
    padding-bottom: 15rem ;
}

.bannner-main {
    position: relative;
    padding-bottom: 70px;
    /*background: #e8e8e8;*/
}