
/* Reset default styles */
* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    text-decoration: none;
    white-space: normal;
    box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}


/* Universal box-sizing */
html {
    box-sizing: border-box;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

/* Base styles */
body {
    -webkit-font-smoothing: antialiased;
    line-height: normal;
    font-family: var(--bodyFontFamily);
}

h1,
h2,
h3,
h4,
h5,
h4,
h6 {
      font-family: var(--headingFontFamily);;
}

img {
    max-width: 100%;
    height: auto;
}

button {
    background: none;
    border: none;
    cursor: pointer;
}

a {
    color: inherit;
    text-decoration: none;
}

ul,
ol {
    list-style: none;
}

.bread_crumbs a {
    color: var(--baseBrandColor);
    font-weight: 700;
}

.inner_page_banner {
    padding: 80px 0;
    background-position:  center;
    /* background-position:  center top; */
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 9;
}
.courses .inner_page_banner{
    background-position:  0px -225px;
}

.inner_page_banner::before {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    /* background-color: #0000005e; */
    backdrop-filter: blur(0px);
    z-index: -1;
}
body.about-us .inner_page_banner::before {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    background-color: transparent;
    backdrop-filter: blur(0px);
    z-index: -1;
}

.pageHeading_text h1 {
    color: #fff;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 60px;
    font-style: normal;
    font-weight: 500;
    line-height: 66.7px;
    letter-spacing: -1.2px;
    text-transform: uppercase;
    font-family: var(--headingFontFamily);
}

.innerPage_marquee .mainBanner__marquee {
    position: unset;
    padding: 10px 0;
    margin-bottom: 0px;
}

.innerPage_marquee .mainBanner__marquee ul li {
    font-size: 16px;
    line-height: 24px;
}

.innerPage_marquee .mainBanner__marquee ul li a {
    font-size: 12px;
}
div#slider .mainBanner__marquee ul li {
    font-size: 24px;
    font-family: var(--subheadingFontFamily) !important;
    font-weight: 500;
    line-height:31.2px;;
    color: var(--whiteColor);
    display: flex;
    flex-flow: nowrap;
    white-space: nowrap;
    align-items: center;
    gap: 30px;
}
div#slider .mainBanner__marquee ul li strong {
    font-size: 24px;
    font-family: var(--subheadingFontFamily) !important;
}
div#slider .mainBanner__marquee ul li a {
    font-size: 16px;
    font-family: var(--bodyFontFamily) !important;
}
div#slider .mainBanner__marquee ul li u,
.innerPage_marquee .mainBanner__marquee ul li u{
    text-decoration: underline;
}
div#slider .mainBanner__marqueeInner .fa-angle-double-right:before{
    font-size: 24px !important;
}
div#slider .innerPage_marquee .mainBanner__marquee{
    padding: 28px 0 27px;
}
.section_padding {
    padding: 60px 0;
}

.mb-30 {
    margin-bottom: 30px;
}

.form-control:focus{
    outline: none;
    box-shadow: unset;
    border-color: var(--baseBrandColor) !important;
}

.topBar p {
    font-family: var(--bodyFontFamily);
    font-size: 16px;
    font-weight: 400;
    color: var(--whiteColor) !important;
    margin: 0px;        
}

ul.topBar__contactList {
    display: flex;
    align-items: center;
    justify-content: end;
    margin: 0;
    padding: 0;
}

ul.topBar__contactList li,
ul.topBar__contactList li a {
    font-family: var(--bodyFontFamily);
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    color: var(--whiteColor);
}

ul.topBar__contactList li::after {
    content: "|";
    padding: 0 30px;
}

ul.topBar__contactList li:last-child::after {
    display: none;
}

ul.topBar__contactList li a:hover {
    color: var(--baseBrandColor);
}

.mainHeader {
    padding: 20px 0;
}

.header__searchForm form {
    background: #F6F6F6;
    display: flex;
}

.header__searchForm form input {
    border: none;
    background: none;
    font-family: var(--subheadingFontFamily);
    font-size: 16px;
    font-weight: 400;
    line-height: 20.8px;
    color:#ddd;
    padding: 17px 20px;
    width: 100%;
}

.header__searchForm form button {
    background: var(--baseBrandColor);
    font-family: var(--subheadingFontFamily);
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    color: #fff;
    padding: 17px 35px;
    display: flex;
    align-items: center;
    gap: 6px;
    text-transform: uppercase;
}

.header__searchForm form button:hover {
    background: #000;
}

ul.header__shopLinks {
    display: flex;
    margin: 0;
    padding: 0;
    gap: 30px;
    justify-content: end;
}

ul.header__shopLinks .header__shopLinks__icon {
    position: relative;
}

ul.header__shopLinks .header__shopLinks__icon:hover {
    opacity: 0.8;
}
img.headerLogo__img {
    width: 200px;
}
ul.header__shopLinks .header__shopLinks__icon span {
    width: 21px;
    height: 21px;
    background: var(--baseBrandColor);
    position: absolute;
    right: -10px;
    top: -10px;
    color: #fff;
    border-radius: 100px;
    font-family: var(--bodyFontFamily);
    font-size: 12px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
}
.navbar ul.dropdown-menu {
    background-color: #454523;
}
.navbar ul.dropdown-menu li {
    margin-bottom:5px;
}
.navbar ul.dropdown-menu li a{
    color: #fff;
    font-family: var(--subheadingFontFamily);
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    color: #fff;
    position: relative;
}
.navbar ul.dropdown-menu li a:hover{
    background-color: var(--bodyFontFamily);
}

nav.navbar {
    padding: 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

nav.navbar.mainNavigation ul.navbar-nav {
    justify-content: space-between;
    width: 100%;
}

nav.navbar.mainNavigation ul.navbar-nav a.nav-link {
    font-family: var(--subheadingFontFamily);
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    color: #fff;
    padding: 30px 0;
    position: relative;
}

nav.navbar.mainNavigation ul.navbar-nav a.nav-link:hover,
nav.navbar.mainNavigation ul.navbar-nav .active a.nav-link {
    color: var(--baseBrandColor);
}

nav.navbar.mainNavigation ul.navbar-nav a.nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    top: -1px;
    width: 100%;
    height: 2px;
    background: none;
}

nav.navbar.mainNavigation ul.navbar-nav a.nav-link:hover::after,
nav.navbar.mainNavigation ul.navbar-nav .active a.nav-link::after {
    background: var(--baseBrandColor);
}

.mainBanner {
    position: relative;
}

.mainBanner::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 25.91%, rgba(0, 0, 0, 0.4) 56.29%);
}

.mainBanner img {
    width: 100%;
    display: block;
}


.mainBanner__text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    max-width: 822px;
    color: #fff;
    margin-top: -50px;
}

.mainBanner__text h4 {
    font-family: var(--subheadingFontFamily);
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.2em;
    color: #fff;
    margin: 0 0 13px;
}

.mainBanner__text h2 {
    font-family: var(--subheadingFontFamily);
    font-size: 60px;
    font-weight: 700;
    line-height: normal;
    color: #fff;
    margin: 0 0 10px;
}

.mainBanner__text p {
    font-family: var(--bodyFontFamily);
    font-size: 20px;
    font-weight: 400;
    line-height: 36px;
    color: #fff;
    margin: 0 0 40px;
}

.base---cta {
    background: var(--baseBrandColor);
    border: 1px solid var(--baseBrandColor);
    font-family: var(--bodyFontFamily);
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    color: var(--whiteColor);
    padding: 18px 40px;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: 7px;
}
.base---cta.disable--cta,
.base---cta:hover,
.customInputButton:hover {
    background: none;
    color: var(--baseBrandColor);
}
.disable--cta {
    opacity: 0.4;
    cursor: not-allowed !important;
}
.disable--cta *{
    cursor: not-allowed !important;
}
.noneBorder--cta {
    background: no-repeat;
    border: none;
    color: var(--baseBrandColor);
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.noneBorder--cta:hover{
    color: #fff;
}
.customInputButton{
    padding: 11px 20px;
}



.mainBanner__text a {
    padding: 20px 45px;
}

.mainBanner__text a:hover {
    color: var(--baseBrandColor);
    background: #fff;
    border-color: #fff;
}

.mainBanner__marquee {
    position: relative;
    left: 0;
    bottom: 0;
    z-index: 1;
    background: var(--secondaryBrandColor);
    padding: 10px 0;
    width: 100%;
    overflow: hidden;
}

.mainBanner__marqueeInner {
    display: flex;
    gap: 86px;
    animation: marqueeOne 14s linear infinite;
    /* position: absolute; */
}

.mainBanner__marquee ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-flow: nowrap;
    gap: 86px;
}

.mainBanner__marquee ul li > div{
    display: flex;
    align-items: center;
    width: max-content;
}
.mainBanner__marquee ul li strong ,.mainBanner__marquee ul li b {
    font-family: var(--subheadingFontFamily); 
}
.mainBanner__marquee ul li {
    font-family: var(--subheadingFontFamily);
    font-size: 22px;
    font-weight: 500;
    line-height: 31.2px;
    color: #fff;
    display: flex;
    flex-flow: nowrap;
    white-space: nowrap;
    align-items: center;
    gap: 30px;
}

.mainBanner__marquee ul li a {
    font-family: var(--bodyFontFamily);
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    padding: 12px 24px;
    border: 1px solid var(--baseBrandColor);
    text-transform: uppercase;
    display: flex;
    white-space: nowrap;
    align-items: center;
    gap: 4px;
}

.mainBanner__marquee ul li a:hover {
    background: #fff;
    color: var(--baseBrandColor);
}

@keyframes marqueeOne {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}



.sectionHeading {
    margin: 0 0 24px;
    font-family: var(--headingFontFamily);
    font-size: 40px;
    font-weight: 700;
    line-height: normal;
    color: var(--blackColor);
    text-transform: uppercase;
}

.sectionSubHeadings {
    margin: 0 0 6px;
    font-family: var(--subheadingFontFamily);
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.2em;
    color: var(--baseBrandColor);
    text-transform: uppercase;
}
.sectionBgBrand .sectionHeading{
    color: var(--whiteColor);
}

/*** tabs design css ****/
ul.nav.homeTabsNav {
    justify-content: end;
    gap: 36px;
    border-bottom: 2px solid #ddd;
    width: auto;
    display: inline-flex;
    margin: 0 auto 10px;
    margin-right: 0;
    float: right;
}

ul.nav.homeTabsNav li.nav-item a {
    font-family: var(--subheadingFontFamily);
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    color:#ddd;
    padding: 0 0 8px;
    text-transform: uppercase;
    position: relative;
}

ul.nav.homeTabsNav li.nav-item a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 2px;
    width: 0;
    background: #000;
    transition: all 0.2s;
}

ul.nav.homeTabsNav li.nav-item a:hover,
ul.nav.homeTabsNav li.nav-item a.active {
    color: #fff;
}

ul.nav.homeTabsNav li.nav-item a:hover::after,
ul.nav.homeTabsNav li.nav-item a.active::after {
    width: 100%;
}

/*** end : tabs design css ****/

.shopByCategories {
    padding: 80px 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: #E8E2C8;
    background-image: url('../images/shopCategory__bg.png')
}

.shopByCategories .sectionHeading {
    padding-bottom: 31px;
    margin-bottom: 30px;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: auto;
    background-image: url('../images/heading__bullet.png');
}

.shopByCategories .shopByCategories__block {
    padding: 0 15px;
}

.shopByCategories .shopByCategories__block a {
    background: #fff;
    text-align: center;
    display: block;
    padding: 20px;
}

.shopByCategories .shopByCategories__block img {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center center;
}

.shopByCategories .shopByCategories__block a span {
    font-family: var(--subheadingFontFamily);
    font-size: 18px;
    font-weight: 700;
    line-height: 23.4px;
    color: #fff;
    text-transform: uppercase;
    background: #06253c;
    display: block;
    padding: 14px;
}

#shopByCategories__owlCarousel .owl-nav button {
    width: 40px;
    height: 40px;
    background: var(--baseBrandColor);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -60px;
}

#shopByCategories__owlCarousel .owl-nav button.owl-next {
    left: auto;
    right: -60px;
}
.aboutPage_banner{
    background-attachment: fixed;
}
.inner_page_banner.aboutPage_banner::before{
    backdrop-filter: blur(0px);
}
.aboutUs {
    padding: 140px 0;
    background-color: #FFF;
}

.aboutUs__images {
    display: flex;
    gap: 30px;
    margin: 0;
    padding: 0;
}

.aboutUs__images img {
    max-width: calc(50% - 15px)!important;
}

.aboutUs p {
    font-family: var(--bodyFontFamily);
    font-size: 26px;
    font-weight: 400;
    line-height: 30px;
    color: var(--blackColor);
    margin: 0 0 24px;
}

.aboutUs p i {
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 34px;
    display: block;
}
#aboutus section.classesEvents .row{
    min-width: 100%;
}


.shopProducts {
    padding: 0 0 80px;
}
.shopProducts__block:hover .shopProducts__addToCart{
    background: var(--baseBrandColor);
    color: #fff;
}
.shopProducts__block__img {
    position: relative;
    background: #F6F6F6;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    aspect-ratio: 418/360;
}

.shopProducts__block__img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    margin: auto;
}

.shopProducts__block__fav {
    position: absolute;
    right: 20px;
    top: 20px;
}

.shopProducts__blockInfo {
    padding: 32px 0 30px;
}
.shopProducts__block {
    margin-bottom: 30px;
}
.shopProducts__brand {
    font-family: var(--subheadingFontFamily);
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    margin: 0 0 8px;
    color:#ddd;
}

.shopProducts__title {
    font-family: var(--subheadingFontFamily);
    font-size: 22px;
    font-weight: 700;
    line-height: normal;
    color: #fff;
    margin: 0;
    min-height: 62px;
}

.shopProducts__blockInfo__footer {
    display: flex;
    justify-content: space-between;
    margin-top: 32px;
    border-top: 1px solid #ddd;
    padding-top: 24px;
}

.shopProducts__price {
    margin: 0 0 0;
    font-family: var(--subheadingFontFamily);
    font-size: 22px;
    font-weight: 700;
    line-height: normal;
    color: #fff;
}

.shopProducts__rating {
    color: #FFC300;
    font-size: 16px;
}

.shopProducts__addToCart {
    margin-top: auto;
    margin-bottom: auto;
    border: 1px solid var(--baseBrandColor);
    font-family: var(--subheadingFontFamily);
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    color: var(--baseBrandColor);
    padding: 17px 28px;
    text-transform: uppercase;
}

.shopProducts__addToCart:hover {
    background: var(--baseBrandColor);
    color: #fff;
}

section.classesEvents {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: var(--colorDDD);
    /* background-image: url('https://s3-us-west-2.amazonaws.com/imgorchidpos/storefront/556/classes__and__event__bg.png'); */
}
section.classesEvents .row{
    display: flex;
    flex-wrap: wrap;
}

.classesEvents__img {
    padding: 0;
}

.classesEvents__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.classesEvents__text {
    padding-left: 34px;
    padding-right: calc((100% - 1320px) / 2);
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: auto;
    margin-bottom: auto;
}

.classesEvents__text p {
    font-family: var(--bodyFontFamily);
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: #555;
    margin-bottom: 16px;
}

.classesEvents__list {
    margin: 0 -15px;
    padding: 0 0 25px;
    display: flex;
    flex-flow: wrap;
}

.classesEvents__list li {
    gap: 16px;
    padding: 15px;
    display: flex;
    width: 50%;
}

.classesEvents__listImg img {
    min-width: 49px;
}

.classesEvents__listText h3 {
    font-family: var(--subheadingFontFamily);
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    color: var(--secondaryBrandColor);
    margin: 0 0 8px;
}

.classesEvents__listText p {
    font-family: var(--bodyFontFamily);
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 0;
    color: #555;
}

.calendar .fc .fc-button-primary{
    background-color: transparent;
}
.calendar .fc-h-event,
.calendar .fc .fc-button-primary.fc-button-active{
    background-color: var(--baseBrandColor);
    border-color: var(--baseBrandColor);
}
.calendar .fc-daygrid-event-dot{
    border-color: var(--baseBrandColor);
}
.calendar .fc .fc-button-primary{
    background-color: #fff;
    color:var(--baseBrandColor);
}
.calendar .fc .fc-list-event-dot{
    border-color: var(--baseBrandColor);
}
.past-events{
    margin-top: 80px;
}
.newsBlog {
    padding: 140px 0px;
}

.newsBlog__block {
    display: block;
}

.newsBlog__img img {
    width: 100%;
}

.newsBlog__info {
    padding: 32px 0 0;
}

.newsBlog__date {
      font-family: var(--subheadingFontFamily);
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    color:#ddd;
    margin: 0 0 8px;
    display: block;
}

.newsBlog__title {
      font-family: var(--subheadingFontFamily);
    font-size: 30px;
    font-weight: 600;
    line-height: normal;
    color: #fff;
    margin: 0 0 12px;
}

.newsBlog__info p {
    font-family: "Amiko", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
    color:#ddd;
    margin: 0 0 32px;
}

.newsBlog__arrowIcon {
    display: block;
}

.brandLogos {    
    border-top: 1px solid #dddddd;
    border-bottom: 2px solid #dddddd;
    margin: 0 !important;
}

.brandLogos__text {
    padding-top: 60px;
    padding-bottom: 40px;
    padding-left: calc((100vw - 1340px) / 2);
    background: var(--colorDDD);
}

.brandLogos__imgs {
    padding: 0;
}

.brandLogos__slider {
    overflow: hidden;
}

.brandLogos__marqueeInner {
    display: flex;
    gap: 40px;
    animation: marqueeOne 20s linear infinite;
}

.brandLogos__marqueeInner ul {
    display: flex;
    margin: 0;
    padding: 0;
    gap: 40px;
    align-items: center;
}

.brandLogos__marqueeInner ul img {
    width: 120px;
    min-width: 140px;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0px 0px 1px #0000007d);
}
.partner-logo .brandLogos__marqueeInner ul img{
    filter: none;
}
.footer_head_opening_content ul li {
    margin: 0 0 22px !important;
}

/********************** instagra section design *********/
.instagram_section {
    overflow: hidden;
    /* padding-top: 60px; */
    margin-top: 60px;
}
.instagram_section .insta_item {
    position: relative;
}
.instagram_section .insta_item::before{
    content: '';
    left: 0;
    top:0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #0000005e;
    display: none;;
}
.instagram_section .insta_item:hover::before{
    display: block;
}
.instagram_section .owl-stage .insta_item img{
    aspect-ratio: 1;
    object-fit:  cover;
}


.instagram_section .insta_item .insta_caption{
    position: absolute;
    left: 0;
    top:0;
    height: 100%;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 12px;
    padding: 15px;
    display: none;
}
.instagram_section .insta_item:hover .insta_caption{
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.instagram_section .owl-nav button{
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    transition: 0.3s all ease;
    background-color: var(--baseBrandColor) !important;
    height: 40px;
    width: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.instagram_section .owl-nav button.owl-prev{
    left: -50px;
}
.instagram_section .owl-nav button.owl-next{
    right: -50px;
}
.instagram_section:hover .owl-nav button.owl-prev{
    left: 30px;
}
.instagram_section:hover .owl-nav button.owl-next{
    right: 30px;
}

.innerPagesHolder  .instagram_section {
    margin-top: 20px;
}
.socialPageHeading__holder{
    margin-bottom: 30px;
}
.innerPagesHolder .instagram_section .insta_item {
    padding: 0 5px;
}
.innerPagesHolder .instagram_section .insta_item .insta_caption {
    position: static;
    color:#ddd;
    display: block;
    font-size: 14px;
    text-align: left;
    border: 1px solid #ddd;
    border-top: 0;
    background: #f5f5f5;
}
.innerPagesHolder .instagram_section .insta_item .insta_caption.innerPage__caption {
    display: flex;
    align-items: start;
    gap: 16px;
    border-top: 1px solid #ddd;
}
.innerPage__caption img{
    width: 32px;
    max-width: 32px;
    height: 32px;
    max-height: 32px;
    object-fit: contain;
}
.innerPage__captionAdmin {
    display: block;
    margin: 0 0 5px;
    font-size: 14px;
    font-style: italic;
    color: #999;
}
.innerPage__captionAdmin::before {
    content: "—";
    margin-right: 4px;
}
.twitter_section .innerPage__caption img{
    padding: 10px;
    border-radius: 200px;
    object-fit: contain;
    background: #1C9BE9;
}
.twitter_section .innerPage__caption img{
    padding: 10px;
    border-radius: 200px;
    object-fit: contain;
    background: #1C9BE9;
    width: 40px;
    max-width: 40px;
    height: 40px;
    max-height: 40px;
}

.innerPagesHolder .instagram_section .insta_item  .innerPage__caption.innerPage__captionInsta {
    flex-flow: column-reverse;
    gap: 5px;
}

.innerPagesHolder .instagram_section .insta_item .innerPage__caption.innerPage__captionInsta p {
    font-size: 14px;
    line-height: normal;
}
.innerPagesHolder .instagram_section .insta_item  .innerPage__caption.innerPage__captionInsta img {
    max-width: 24px;
    height: 24px;
    margin-left: auto;
    margin-top: -32px;
}
@media screen and (max-width: 767px) {
    .socialPageHeading__holder{
        margin-bottom: 10px;
    }
    .innerPagesHolder  .instagram_section {
        margin-top: 00px;
        padding-top: 40px;
    }
    .innerPagesHolder .instagram_section .insta_item {
        padding: 0px;
    }
}
/************ end : instagram section ***********/
/************************================events page css starts============*********/
.events_wrapper{
    background-color: #ede8d2;
    margin-bottom: 30px;
}
.event_details {
    padding: 24px;
}
ul.nav.homeTabsNav.navTabsCenter{
    margin-right: auto;
    float: unset;
    justify-content: center;
    margin-bottom: 30px;
}

ul.events_dateVenueList {
    padding-left: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
ul.events_dateVenueList li{
    margin-right:15px;
    display:inline-flex;
    align-items:center;
    white-space:nowrap;
    margin-bottom: 10px;
    
}
ul.events_dateVenueList li i{
    color:#b9a444;
    margin-right:5px
}
ul.events_dateVenueList li:last-child{
    margin-right:0;
}
.events_wrapper .base---cta{
    font-size: 14px;
    padding: 16px 30px;
}

.bidder_imageBlock{
    margin-bottom: 60px;
}
.eventsPage .custom_Gallery .custom_Gallery_imgBox img.img-fluid{
    height: auto;
    aspect-ratio: 1;
}
.events_newsletter_block{
    padding: 30px 15px;
    border: 1px solid #454523;
}
.newsLetter_submit{
    background: var(--baseBrandColor);
    border: 1px solid var(--baseBrandColor);
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 15px;
}
.newsLetter_submit:hover{
    border: 1px solid var(--baseBrandColor);
    color: var(--baseBrandColor);
    background-color: transparent;

}
/************************================events page css ends ============*********/

.footerSection {
    padding: 50px 0 15px;
    background: var(--secondaryBrandColor);
    color: var(--whiteColor);
}

.footerTop {
    border-bottom: 1px solid #FFFFFF33;
    padding-bottom: 66px;
}

.footerTop>.row>div:first-child,
.footerMiddle>.row>div:first-child {
    border-right: 1px solid #ffffff33;
}

.footerTop p {
    margin: 0;
    font-family: "Amiko", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 21.79px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    display: flex;
}

.footerTop label {
      font-family: var(--subheadingFontFamily);
    font-size: 16px;
    font-weight: 700;
    line-height: 20.8px;
    letter-spacing: 0.1em;
    color: #fff;
    margin-right: 50px;
    text-transform: uppercase;
}
.footerSocialIcons {
    margin-top: 20px;
}

.footerSocialIcons ul {
    gap: 20px;
    margin: 0;
    padding: 0;
}

.footerSocialIcons ul a {
    width: 48px;
    height: 48px;
    border-radius: 4px;
    border: 1px solid var(--baseBrandColor);
    display: flex;
    align-items: center;
    justify-content: center;
}

.footerSocialIcons ul a:hover {
    background: var(--baseBrandColor);
}

.footerMiddle {
    padding: 0 0 30px;
}

.footer__newsletter {
    max-width: 538px;
}

.footer__newsletter {
    max-width: 538px;
}

.footer__newsletter h2 {
      font-family: var(--subheadingFontFamily);
    font-size: 30px;
    font-weight: 400;
    line-height: 46px;
    margin: 0 0 16px;
}

.footer__newsletter p {
    font-family: "Amiko", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    margin: 0 0 24px;
}

.footer__newsletter form {
    border-radius: 4px;
    background: #fff;
    display: flex;
    overflow: hidden;
}

.footer__newsletter form input {
    width: 100%;
    padding: 0 10px;
    font-family: "Amiko", sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 36px;
    border: none;
}

.footer__newsletter button {
    font-family: var(--subheadingFontFamily);
    font-size: 16px;
    font-weight: 700;
    line-height: 36px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    background: var(--baseBrandColor);
    padding: 16px 32px;
    border-radius: 4px;
    color: #fff;
    text-transform: uppercase;
}

.footerNewsLetter__terms {
    margin: 20px 0 0;
}

.footerNewsLetter__terms label {
    display: flex;
    gap: 15px;
    font-family: "Amiko", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
}

.footerNewsLetter__terms input[type="checkbox"] {
    background: var(--baseBrandColor);
    border: none;
    width: 20px;
}

.footerLinkHolder {
    display: flex;
    justify-content: space-around;
    flex-flow: wrap;
}

.footerLinkBlock__heading {
    font-family: var(--headingFontFamily);
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin: 0 0 30px;
}

.footerLinkBlock ul {
    margin: 0;
    padding: 0;
}

.footerLinkBlock ul li {
    margin: 0 0 22px;
    font-family: var(--bodyFontFamily);
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    color: var(--whiteColor);
}

.footerLinkBlock ul li a {
    display: flex;
    align-items: center;
    font-family: var(--bodyFontFamily);
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    color: var(--whiteColor);
    position: relative;
    transition: 0.3s all ease;
    padding-left: 15px;
}

/* .footerLinkBlock ul li a::before {
    content: "—";
    margin-right: 10px;
} */
.footerLinkBlock ul li a::before {
    content: "";
    margin-right: 10px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    border: 1px solid #fff;
    background-color: #fff;
    transition: 0.3s all ease;
    position: absolute;
    left: 0;
    top:10px;
}
.footerLinkBlock ul li a:hover::before{
    content:"\f05b";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    height: 15px;
    width: 15px;
    background-color: transparent;
    border: unset;
    top:3px;
    left: -5px;
}


.footerCopyRight {
    border-top: 1px solid #ffffff33;
    padding-top: 15px;
}

.footerCopyRight ul {
    margin: 0 0;
    padding: 0;
    display: flex;
    flex-flow: wrap;
    justify-content: end;
}

.footerCopyRight p,
.footerCopyRight li,
.footerCopyRight a {
    font-family: var(--bodyFontFamily);
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}

.footerCopyRight ul li::after {
    content: "|";
    padding: 0 20px;
}

.footerCopyRight ul li:last-child::after {
    display: none;
}




/******+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Inner pages design Start 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ***/
.innerPagesHolder {
    padding: 80px 0px;
}

.mt-40 {
    margin-top: 40px;
}

.mb-40 {
    margin-bottom: 40px;
}

.innerPagesHolder p:not(.shopProducts__price) {
    font-size: 16px;
    line-height: 30px;
    color: var(--textColor777);
    margin-bottom: 16px;
}
.singleProduct__DescritionWarn {
    padding-bottom: 8px;
    color: #ffd600;
    font-size: 18px;
}
.bread_crumbs {
    background: #f5f5f5;
    padding: 20px 0;
    display: none;
}

blockquote.blockquote {
    background: #f5f5f5;
    padding: 20px;
    border-left: 5px solid var(--baseBrandColor);
}

blockquote.blockquote p {
    color: #444 !important;
}

footer.blockquote-footer {
    color: #000;
    font-size: 16px;
    margin-top: -1.5rem;
    display: block;
    text-align: right;
}

/****==================================== team page ====================================*****/
.team_section{
    padding-top: 80px;
}
.teamPageblock {
    background-color: #FFF;
    border: 0px solid #ddd;
    margin-bottom: 40px;

}
#aboutus .text-left.cmsInnerContent{
    margin-bottom: 0px;
}

/* new css */
.mb-4 {
    margin-bottom: 24px !important;
}
.mb-0{
    margin-bottom: 0px !important;
}
.teamPage__text p {
    font-size: 16px;
    line-height: 30px;
    color: #eee;
}
.footerSocialIcons label{
    font-weight: 300;
    color: #eee;
    font-size: 16px;
    margin-bottom: 0;
}

.row.team_row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
section.team_section .team_row>div {
    margin-bottom: 24px;
}
.team_card {
    position: relative;
    transform-style: preserve-3d;
    transition: transform 0.6s;
}
.team_card:hover {
    transform: rotateY(180deg);
}
.team_card_front, .team_card_back {
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
}
.team_card_back {
    transform: rotateY(180deg);
    position: absolute;
    top: 0px;
    left: 0px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: start;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(221, 221, 221);
    border-image: initial;
    padding: 15px;
    overflow-y: auto;
}
.teamPage__img img {
    height: 100%;
    object-fit: cover;
    object-position: top center;
}
section.team_section .teamPage__text {
    padding: 15px 0;
    margin: auto;
}
section.team_section .teamPage__text h2 {
    font-size: 24px;    
    margin: 0 0 10px;
}
section.team_section .teamPage__text h3{
    font-size: 17px;    
    margin: 0 0 20px;
    color: #555;
    font-family: var(--subheadingFontFamily);
}
section.team_section .teamPage__text h2, section.team_section .teamPage__text h3 {
    text-align: left;
}
section.team_section .team_card_back> p {    
    line-height: 27px;
    font-size: 13px;
}
/****==================================== end : team page ====================================*****/

/****==================================== start : Our partners ====================================*****/
.partner-logo {
    padding: 60px 0;
    background-color: var(--colorDDD);
}
.partner-logo .brandLogos__text {
    background: transparent;
    padding: 0px !important;    
}
.partner-logo .brandLogos__text .sectionHeading{
    text-align: center;
}
.about-us .innerPagesHolder {
    padding-bottom: 0;
}
.partner-logo .brandLogos__marqueeInner ul img{
    width: 162px;
    min-width: 162px;
}
  
/****==================================== end : Our partners ====================================*****/

/****==================================== start : Wishlist page ====================================*****/
.shopProducts__block__fav__remove {
    position: absolute;
    right: 20px;
    top: 64px;
    align-items: center;
    display: flex;
    gap: 10px;
    cursor: pointer;
}
.shopProducts__block__fav__remove p {
    margin: 0;
    color: #c00;
    transform: translateX(30px);
    opacity: 0;
    transition: all 0.2s;
}
.shopProducts__block__fav__remove svg {
    width: 24px;
    height: auto;
}
.shopProducts__block__fav__remove:hover svg * {
    stroke: #c00;
}
.shopProducts__block__fav__remove:hover p {
    transform: translateX(0px);
    opacity: 1;
}

.shopProducts__block__fav.fav-active svg,
.shopProducts__block__fav.fav-active svg * {
    fill: #ff768e;
}

.shopProducts__block__fav__check {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.shopProducts__block__fav__check input[type="checkbox"]::before {
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    border: 1px solid #000;
    opacity: 1;
    background: #fff;
    border-radius: 2px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
}

.shopProducts__block__fav__check input[type="checkbox"]:checked::before {
    border-color: var(--baseBrandColor);
}

.shopProducts__block__fav__check input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    left: 4px;
    top: 5px;
    width: 12px;
    height: 7px;
    border-bottom: 2px solid var(--baseBrandColor);
    border-left: 2px solid var(--baseBrandColor);
    z-index: 1;
    transform: rotate(-45deg);
    cursor: pointer;
}
/****==================================== end  : Wishlist page ====================================*****/


/****==================================== start  : cart page ====================================*****/
.checkoutPage table tr {
    border-bottom: 1px solid #ddd;
}

.checkoutPage table thead tr {
    border-top: 1px solid #ddd;
}

.checkoutPage table tr th,
.checkoutPage table tr td {
    padding: 20px 10px;
    font-size: 18px;
    color:#ddd;
    font-family: var(--bodyFontFamily);
}

.checkoutPage table tr th {
    color: var(--baseBrandColor);
    text-transform: uppercase;
      font-family: var(--subheadingFontFamily);
}

.checkoutPage table tr td input[type="checkbox"] {
    position: relative;
}

.checkoutPage table tr td input[type="checkbox"]::before {
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    border: 1px solid #000;
    opacity: 1;
    background: #fff;
    border-radius: 2px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
}

.checkoutPage table tr td input[type="checkbox"]:checked::before {
    border-color: var(--baseBrandColor);
}

.checkoutPage table tr td input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    left: 4px;
    top: 5px;
    width: 12px;
    height: 7px;
    border-bottom: 2px solid var(--baseBrandColor);
    border-left: 2px solid var(--baseBrandColor);
    z-index: 1;
    transform: rotate(-45deg);
    cursor: pointer;
}

.cartProduct {
    display: flex;
    gap: 16px;
    align-items: start;
}

.cartProduct__img {
    width: 80px;
    padding: 5px;
    height: auto;
    display: flex;
    align-items: start;
    background-color: #fff;
}

.cartProduct--brand {
    margin: 0;
    font-size: 14px;
    color:#ddd;
}

.cartProduct--title {
    margin: 0 0 4px;
    color: var(--baseBrandColor);
    font-size: 18px;
    font-weight: bold;
}

.cartProduct--price {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    font-family: var(--bodyFontFamily);
}

.cartProduct--quantity {
    width: 90px;
    border: 1px solid #ddd;
    padding: 10px;
    color:#ddd;
}

.cartTotal {
    display: flex;
    margin-left: auto;
    justify-content: end;
    width: 100%;
    max-width: 510px;
    padding: 20px;
    background: #f6f6f6;
    border: 1px solid #ddd;
    margin-top: 30px;
}

.cartTotal__subTotal {
    display: flex;
    gap: 40px;
      font-family: var(--subheadingFontFamily);
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    padding: 0;
    margin: 0;
}

.cartTotal__subTotal li {
    display: flex;
    gap: 40px;
}

.pageBottomButtons {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 40px;
}

.pageBottomButtons.right {
    justify-content: end;
}

/****==================================== end  : cart page ====================================*****/

/***================================ Checkout page css start=====================================***/
.checkout_form_section label {
    display: block;
    margin: 10px 0 5px;
}
.checkout_form_section input, select {
    width: 100%;
    padding: 11px 15px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: unset;
    font-size: 14px;
}
.checkout_form_section .form-section {
    margin-bottom: 40px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
}
.address_city_imput {
    width: 33%;
}
.checkout_form_section .form-section:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.checkout_form_section .form-section h3 {
    margin-bottom: 15px;
    font-size: 20px;
}
.shipping__address_box {
    display: flex;
    justify-content: space-between;
    gap: 15px;
}
.shipping__address_input {
    width: 50%;
}
ul.checkoutListing {
    padding: 20px 0;
    margin: 0;
}
.checkoutListing__li__block {
    display: flex;
    gap: 16px;
    padding-bottom: 20px;
    margin-bottom: 0;
    border-bottom: 1px solid #ddd;
    flex-flow: wrap;
}
.checkoutListing__img {
    width: 60px;
    height: auto;
}
.checkoutListing__text {
    width: 55%;
}
.innerPagesHolder.blogsingle_page {
    padding-top: 0;
}
.checkoutListing_btn a {
    margin-top: auto;
    margin-bottom: auto;
    border: 1px solid var(--baseBrandColor);
      font-family: var(--subheadingFontFamily);
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    color: var(--baseBrandColor);
    padding: 9px 20px;
    text-transform: uppercase;
    display: inline-block;
}
.checkoutListing_btn a:hover {
    background: var(--baseBrandColor);
    color: #fff;
}
.custom__quantity.products_slider_arrow {
    justify-content: end;
    gap: 20px;
}
.custom__quantity.products_slider_arrow span {
    padding: 9px 20px;
}
.custom__quantity.products_slider_arrow span i {
    font-size: 20px;
}
@media screen and (max-width:767px){
    .shipping__address_box {
        display: flow;
    }
    .shipping__address_input {
        width: 100%;
    }
    .address_city_imput {
        width: 100%;
    }
}
/*******************************checkout page css end *************************************/


/******************************* Profile page css start *************************************/

.custom__profile__page {
    display: flex;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 800px;
    padding: 20px;
    margin: 0 auto;
}

.custom__profile__image {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #ddd;
    padding: 20px;
}

.custom__profile__image img {
    width: 150px !important;
    height: 150px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 15px;
}

.custom__profile__form {
    flex: 2;
    padding: 20px;
}
.custom__profile__image input#profile-pic {
    width: 100%;
}
.custom__profile__image label {
    margin-bottom: 25px;
}
.custom__profile__form .form-group {
    margin-bottom: 20px;
}
.custom__profile__form label {
    display: block;
    color: #ddd;
    margin-bottom: 7px;
}

.customInput     {
    width: 100%;
    padding: 11px 15px;
    border: 1px solid #ccc;
    border-radius: unset;
    font-size: 16px;
}

.custom__profile__form input[type="file"] {
    border: none;
}

.custom__profile__form button {
    width: 100%;
}
.custom__profile__gender h4{
    font-size:25px;
    margin-top:20px;
}
.custom__profile__gender .radio-item {
    display: flex;
    gap: 8px;
    align-items: center;
}
.custom__profile__gender .radio-group {
    display: flex;
    gap: 15px;
}
.custom__profile__gender .radio-item input {
    accent-color: var(--baseBrandColor);
}
.custom__profile__gender .radio-group label {
    margin-bottom: 0;
}
.custom__profile__fileUpload {
	background: var(--baseBrandColor);
	color: #fff;
	font-size: 1em;
	font-weight:700;
	padding: 13px 0;
	position: relative;
	text-align: center;
	width: 150px;
}
.custom__profile__fileUpload input.upload {
    position: absolute;
    top: 50%;
    left: 50%;
    cursor: pointer !important;
    opacity: 0;
    width: 150px;
    height: 104px;
    z-index: 99;
    transform: translate(-50%, -50%);
}
.custom__profile__Date_of_Birth input[type="date"] {
    padding: 10px;
    font-size: 16px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    background-color: #ffffff;
    color: #333333;
    outline: none;
    transition: border-color 0.3s;
}
.custom__profile__Date_of_Birth input[type="date"]:focus {
    border-color: var(--baseBrandColor);
}
  
@media screen and (max-width:767px) {
    .custom__profile__image{
        border-right: unset;
        border-bottom: 1px solid #ddd;
        padding-bottom: 30px;
    }
    .custom__profile__image img {
        width: 100px;
        height: 100px;
    }
}
/******************************* Profile page css end *************************************/


/************************** Header-cart-dropdown css start *********************************/

ul.header_cartListing__li__block.dropdown-menu {
    min-width: 350px;
    left: auto !important;
    right: -70px !important;
    transform: none !important;
    top: 53px !important;
    padding: 20px;
}
.header_cartListing____img {
    width: 70px;
    object-fit: cover;
    margin-right: 20px;
}
.header_cartListing____Box {
    display: flex;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    margin-bottom: 25px;
}
ul.header_cartListing__li__block .header_cartListing____Box:last-child {
    border-bottom: revert-layer;
    padding: 0;
}
.header_cartListing____Box .header_cartListing____text h4.cartProduct--title {
    font-size: 16px;
}
.header_cartListing____Box .header_cartListing____text h5.cartProduct--price {
    font-size: 14px;
}
.header_cartListing____Box:after {
    content: "\f00d";
    font-weight: 900;
    font-family: "Font Awesome 6 free";
    position: absolute;
    right: 27px;
    border: 1px solid var(--baseBrandColor);
    padding:3px 5px;
    font-size:17px;
    color: var(--baseBrandColor);
    cursor: pointer;
}
.header_cartListing____btn a {
    background: var(--baseBrandColor);
    border: 1px solid var(--baseBrandColor);
      font-family: var(--subheadingFontFamily);
    font-size: 12px;
    font-weight: 700;
    line-height: normal;
    color: #fff;
    padding: 11px 0;
    display: inline-block;
    text-transform: uppercase;
    width: 145px;
    max-width: 100%;
    text-align: center;
}
.header_cartListing____btn a:hover{
     background: transparent;
    color:var(--baseBrandColor);
}
a.header__shopLinks__icon.dropdown-toggle:after {
    content: unset;
}
/************************** Header-cart-dropdown css end*********************************/

/******************************* Gallery page css start *************************************/
.custom_Gallery .custom_Gallery_imgBox img.img-fluid {
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: 0.6s all ease;
  }
  .custom_Gallery .custom_Gallery_imgBox img.img-fluid:hover{
    -ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari 3-8 */
    transform: scale(1.1); 
}
  .custom_Gallery #exampleLightbox .modal-dialog {
  max-width: 800px !important;
  }
  .custom_Gallery #exampleLightbox .modal-dialog .modal-content{
    border-radius: unset;
  }
  .custom_Gallery #exampleLightbox .modal-dialog .modal-content .modal-body{
    padding: 5px;
  }
  .custom_Gallery #exampleLightbox .modal-dialog .modal-content .modal-body img{
    width: 90%;
  }
  .custom_Gallery #exampleLightbox .modal-dialog .carousel-control-next, 
  .custom_Gallery #exampleLightbox .modal-dialog .carousel-control-prev{
    width: 5%;
  }
  @media screen and (max-width:767px) {
    .custom_Gallery .custom_Gallery_imgBox img.img-fluid{
      height: 200px;
    }
  }
/******************************* Gallery page css end *************************************/

/******************************* shop page css start *************************************/
.custom_product_cat_txt {
    padding: 10px 0;
}

.custom_product_cat_txt h3 {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin: 0;
}

.custom_product_listBox {
    margin: 30px 0;
    padding: 20px 15px;
    border: 1px solid #ededed;
}

h4.custom_product_cat_listBox {
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 20px;
    border-bottom: 1px solid #ededed;
    position: relative;
    white-space: normal;
}

h4.custom_product_cat_listBox:after {
    content: "\f107";
    font-weight: 900;
    font-family: "Font Awesome 6 free";
    position: absolute;
    right: 0;
    top: 2px;
    border: unset;
}

h4.custom_product_cat_listBox.show::after {
    transform: rotate(182deg);
}

ul.custom_product_inner_listBox {
    width: 100%;
    border: unset;
    border-radius: unset;
    position: unset !important;
    max-height: 175px;
    overflow: auto;
    padding: 0;
    transform: unset !important;
}

.custom_product_inner_listBox li .dropdown-item {
    font-size: 16px;
    color: #ddd;
    white-space: break-spaces;
    padding: 5px 0;
}

.custom_product_inner_listBox li .dropdown-item.active,
.custom_product_inner_listBox li .dropdown-item:active,
.custom_product_inner_listBox li .dropdown-item:focus,
.custom_product_inner_listBox li .dropdown-item:hover {
    background-color: unset !important;
    color: #ddd;
}

ul.custom_Firearms_List li {
    list-style: disc;
    font-size: 13px;
    color: #ddd;
}

ul.custom_Firearms_List {
    padding-left: 40px
}

.custom_Clear_Filter_btn a.shopProducts__addToCart {
    width: 100%;
    display: inline-block;
    text-align: center;
}

.custom_product_Category_Box .custom_product_listBox:last-child {
    margin-bottom: 0;
}

.custom_productSorting {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
    margin: 15px 0;
}

.custom_productSorting_txt p {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
}

.custom_Switch_btn.form-check.form-switch {
    padding: 0;
}

.custom_Switch_btn input.form-check-input {
    width: 70px;
    height: 25px;
    margin: 0;
    background-color: transparent;
    border-color: var(--baseBrandColor);
}
.custom_Switch_btn.form-switch input.form-check-input {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23dedede'/%3e%3c/svg%3e");
}
.custom_Switch_btn.form-switch input.form-check-input:checked {
   background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom_Switch_btn.form-switch  input.form-check-input:checked {
    background-color: var(--baseBrandColor);
 }
.custom_Switch_btn .form-check-input:focus {
    box-shadow: unset;
}

.custom_productPackage {
    display: flex;
    align-items: center;
    gap: 30px;
}

.custom_Filter_Price {
    margin-top: 70px;
}

.custom_Filter_Price h3 {
    margin-bottom: 10px;
    text-transform: uppercase;
}

.custom_Filter_Price .form input.form-control {
    border-color: #ededed;
    font-size: 16px;
    padding: 10px;
}

.custom_Filter_Price .form input.form-control::placeholder {
    font-size: 16px;
}

.custom_Filter_Price .form .form-control:focus {
    box-shadow: unset;
    outline: unset;
    border-color: #ededed;
}

.custom_Filter_Price .form button.shopProducts__addToCart {
    width: 100%;
    margin-top: 15px;
}

ul.custom_product_inner_listBox::-webkit-scrollbar {
    width: 5px;
    background-color: transparent;
}

ul.custom_product_inner_listBox::-webkit-scrollbar-thumb {
    width: 5px;
    background-color: var(--baseBrandColor);
}

.custom_product_cat_listBox.custom_product_cat_after_none:after {
    content: unset !important;
}

@media screen and (max-width: 767px) {
    .custom_Filter_Price {
        margin: 50px 0 70px;
    }
}

/******************************* shop page css end *************************************/




/******************************** Contact page css start ********************************/
.contactPage {
    padding-top: 0;
}
.custom_Contact_heading_txt {
    margin-top: 50px;
    text-align: center;
}

.custon_Contact_Form h2.sectionHeading {
    margin: 0;
}

.custon_Contact_Form p {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 30px;
    color: #777777;
}

section.contact_us_Form_section {
    margin: 0px 0px 60px!important;
    background-color: var(--lightBrandColor);
    padding: 80px 0;
}

.contact_us_Form_section .custon_Contact_Form {
    padding-right: 20px;
}

.contact_us_Form_section .contant_map {
    padding-left: 20px;
}

.contact_us_Form_section .contant_map iframe {
    width: 100%;
}

.custon_Contact_Form .form .form-control {
    color: #212529;
    font-size: 14px;
    border-radius: unset;    
}

.custon_Contact_Form .form select.form-select {
    padding: 15px 11px;
    font-size: 14px;
    border-radius: unset;
    margin: 0;
}
.custom_Fome_SUbmit {
    margin-top: 24px;
}
.custon_Contact_Form .form .form-control:focus,
.custon_Contact_Form .form .form-select:focus {
    box-shadow: unset;
    border-color: unset;
}

.custon_Contact_Form .form .form-control::placeholder {
    font-size: 14px;
}

.custom_Fome_SUbmit {
    text-align: right;
}

.custom_Fome_SUbmit button:hover {
    background-color: var(--baseBrandColor);
    color: #fff;
}

.custom_Address_contact ul {
    padding: 0;
    margin: 0;
}

.custom_Address_contact ul li a {
    font-size: 16px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.custom_Address_Box {
    background-color: var(--colorDDD);
    padding: 30px 20px;
    text-align: center;
    min-height: 195px;
}

.custom_Address_icon span {
    border: 1px solid var(--baseBrandColor);
    border-radius: 50%;
    vertical-align: middle;
    display: inline-flex;
    width: 60px;
    background-color: #fff;
    height: 60px;
    align-items: center;
    justify-content: center;
    padding: 5px;
    color: var(--baseBrandColor);
}

.custom_Address_icon span i {
    font-size: 25px;
}
.custom_Address_Box h4 {
    margin: 20px 0 6px;
    font-size: 24px;
}
.custom_Address_Box p, .custom_Address_Box a {
    margin-bottom: 0;
    font-size: 16px;
    color: #555;
    display: block;
    line-height: normal;    
}
section.custom_Address_section{
    padding-bottom: 80px;
}
section.custom_Address_section .row{
    display: flex;
    flex-wrap: wrap;
}
section.custom_Address_section .row > div{
    padding: 0 12px;
    margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
    .contact_us_Form_section .custon_Contact_Form {
        padding-right: 0;
        margin-bottom: 40px;
    }

    .contact_us_Form_section .contant_map {
        padding-left: 0;
    }

    .custom_Address_contact {
        margin-bottom: 30px;
    }
}

/******************************** Contact page css end ********************************/




/*********************************** Blog page css start *********************************/
.innerPagesHolder .newsBlog__title {
    font-size: 24px;
}
.custom_pagination ul {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    gap: 16px;
}
.custom_pagination ul li{
    font-size: 16px;
    color:#ddd;
    cursor: pointer;
}
.custom_pagination ul li:last-child {
    margin-right: 0;
}
.custom_pagination ul li.first_last_box {
    border: 1px solid #ddd;
    padding: 9px 25px;
}
.custom_pagination ul li.first_last_box:hover {
    background-color: var(--baseBrandColor);
    color: #fff;
}
.custom_pagination ul li.custom_pagination_number {
    border: 1px solid #ddd;
    padding: 5px;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color:#ddd;
}
.custom_pagination ul li.custom_pagination_number.active,
.custom_pagination ul li.custom_pagination_number:hover {
    background-color: var(--baseBrandColor);
    border-color: var(--baseBrandColor);
    color: #fff;
}
.blog_search_block{
    display: flex;
    gap:15px;
    border-radius: 8px;
}

.blog_search_block .search-btn,
.blog_search_block .search-btn:hover,
.blog_search_block .search-btn:active,
.blog_search_block .search-btn:focus{
    background-color: var(--baseBrandColor) !important;
    color: #fff !important;
}
/*********************************** Blog page css end *********************************/



/********************************** FAQ page css start ******************************************/
.accordion-button:not(.collapsed) {
    background-color: #46441E;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}

button.accordion-button {
    font-size: 20px;
    font-weight: 500;
    background-color: #F6F6F6;

}

.accordion .accordion-item {
    margin-bottom: 15px;
    border: 1px solid #dee2e6;
}

.accordion-button:focus {
    box-shadow: unset;
}

.accordion-item:first-of-type>.accordion-header .accordion-button,
.accordion-item:first-of-type,
.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed,
.accordion-item:last-of-type {
    border-radius: unset !important;
}

.accordion-button:not(.collapsed)::after {
    filter: invert(1) brightness(100);
    opacity: 1;
}

section.custom_Faq.section_padding .accordion {
    max-width: 1024px;
    margin: 0 auto;
}

.accordion-body {
    font-size: 16px;
}
@media screen and (min-width:768px) {
     /* Smooth transition */
     .custom_Faq  .accordion-item {
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    /* Popout effect when hovered (will be controlled via JS) */
    .popout {
        transform: scale(1.15); /* Enlarged effect */
        box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.3);
        z-index: 10;
        position: relative;
    }
}

/********************************** FAQ page css end ******************************************/


/*********========================================== courses page css *******************/
.eventCoursesPage {
    padding-top: 20px;
    padding-bottom: 20px;
}
.eventCoursesPage .sectionHeading {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.class_card {
    border-radius: 0px;
    border: 1px solid var(--baseBrandColor);
    width: 100%;
    flex: 1;
}

.class_card .card-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    color: var(--baseBrandColor);
    margin: 0 0 8px;
}

.class_card img {
    aspect-ratio: 1.6;
    object-fit: cover;
    width: 100%;
    border-radius: 0;
}

.class_card .card-body {
    background-color: #FFF9E1;
    border-radius:0;
    display: flex;
    flex-direction: column;
    padding: 20px;
}

.class_card .card-text {
    color: #ddd;
    font-size: 15px;
}

.base---cta.btn-sm {
    font-size: 14px;
    padding: 12px 20px;
}

.courses_col {
    display: flex;
}

.class_card a.base---cta {
    margin-top: auto;
    max-width: fit-content;
}

/*********========================================== courses page css ends*******************/

/************************************ Privacy Policy page css start ********************************************/
.privacy_inner_section_m_top {
    margin-top: 50px;
}
.privacy_policy_page h3 {
      font-family: var(--headingFontFamily);
    font-size: 27px;
    font-weight: 700;
    line-height: 30px;
    color: var(--secondaryBrandColor);
    margin: 0 0 8px;
}
.privacy_policy_page ol,
.privacy_policy_page ul {
    list-style: disc;
    margin-left: 30px;
}
.privacy_policy_page ul li a,
.privacy_policy_page ol li a {
    font-size: 16px;
    line-height: 21px;
    color: #777;;
}
.privacy_policy_page ul li,
.privacy_policy_page ol li {
    margin-bottom: 15px!important;
    color:#777;
    font-size: 16px;
}
.privacy_policy_page ul li:last-child,
.privacy_policy_page ol li:last-child {
    margin-bottom: 0;
}
@media screen and (max-width: 1023px) {
    .privacy_policy_page h3{
        font-size: 20px;
    }
    
}
/************************************ Privacy Policy page css end ********************************************/



/************************************ Terms Service page css start ********************************************/

/************************************ Terms Service page css end ********************************************/


/************************************ Signin page css start ********************************************/
.custom_login_signinForm {
    background-color: #E8E2C8;
    padding: 40px 30px;
    max-width: 550px;
    margin: 0 auto;
}
/* .custom_login_signinForm input.form-control{
    background: #fff;
      font-family: var(--subheadingFontFamily);
    font-size: 16px;
    font-weight: 400;
    line-height: 20.8px;
    color:#ddd;
    padding: 15px 17px;
    width: 100%;
    border: 1px solid var(--baseBrandColor);
    border-radius: unset;
 }
 .custom_login_signinForm input.form-control:valid {
    background: #fff; 
  }
  .customInput{
    box-shadow:unset;
    border: 1px solid var(--baseBrandColor);
 } */
 .custom_login_signinForm button.btn.base---cta {
    width: 100%;
    border-radius: unset;
    border: 1px solid var(--baseBrandColor);
}
.custom_login_signinForm button.btn.base---cta:hover {
    background: #fff;
}
.custom_loginSigninpage label.form-label {
    font-size: 16px;
    line-height: 30px;
    color:#ddd;
    margin-bottom: 0;
}
.custom_loginSigninpage p.custom_NotRegistered {
    margin-bottom: 0;
}
.custom_login_signinForm input.form-control::placeholder{
    font-size:16px;
}
.create_account_signin .modal-header {
    padding: 20px 10px;
}
.create_account_signin button.btn-close {
    margin-left: 0;
}
.create_account_signin .modal-header h5 {
    text-align: center;
    margin: 0 auto;
    font-size: 25px;
    font-weight: 700;
}
.create_account_signin .modal-body {
    padding: 20px;
}
.create_account_signin input {
    background: #fff !important;
      font-family: var(--subheadingFontFamily);
    font-size: 16px;
    font-weight: 400;
    line-height: 20.8px;
    color:#ddd;
    padding: 15px 17px;
    width: 100%;
    border: 1px solid var(--baseBrandColor);
    border-radius: unset;
}
.create_account_signin .btn-close:focus{
    box-shadow: unset;
}
.create_account_signin .base---cta{
    width: 100%;
    text-align: center;
}
.create_account_signin .base---cta:hover {
    text-decoration: none;
}
.custom_forgot_Password {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.custom_loginSigninpage a:hover {
    text-decoration: underline;
}
@media screen and (max-width: 1023px) {
    .custom_login_signinForm button.btn.base---cta{
        padding: 15px 14px;
        font-size: 14px;
    }
    .custom_login_signinForm{
        padding: 40px 30px;
    }
}
/************************************ Signin page css end ********************************************/



/****************************** classes-single page css start ********************************/
.course_detail_navtabs ul.nav.homeTabsNav {
    justify-content: start;
    width: 100%;
    padding-top: 7px;
    margin-bottom: 60px;
  }

  .course_detail_navtabs {
    margin-top: 70px;
  }

  .custom_WriteReview_heading h3 {
    padding-bottom: 15px;
    border-bottom: 1px solid #000;
  }

  .custom_WriteReview_Form_col {
    background-color: #E8E2C8;
    padding: 20px;
  }
  .commentListing__li__block {
    display: flex;
    gap: 16px;
    margin-bottom: 0;
    border-bottom: 1px solid #ddd;
    flex-flow: wrap;
}
.commentListing__img {
    width: 60px;
    height: auto;
}
.commentListing__img img {
    width: 60px;
    height: 60px;
    border-radius: 100px;
}
.commentListing__text {
    width: calc(100% - 76px);
}
ul.commentListing__reply {
    margin: 10px 0;
    padding: 0;
    display: flex;
    gap: 20px;
    font-size: 14px;
    color: #fff;
}
ul.commentListing__reply li::after {
    content: "|";
    padding-left: 20px;
}
ul.commentListing__reply li:first-child::after,
ul.commentListing__reply li:last-child::after {
    display:none
}
ul.commentListing {
    padding: 20px 0;
    margin: 0;
}
ul.commentListing ul.commentListing {
    padding-left: 20px;
}
.commentListing__text h4 {
    text-transform: capitalize;
    margin-bottom: 0;
    font-size: 20px;
}
.custom_WriteReview_box {
    padding-left: 20px;
}
.commentListing__text p {
    margin: 0;
}
  form.custom_WriteReview_Form {
    margin-top: 40px;
  }

  .custom_WriteReview_Form label.form-label {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 5px;
  }

  .custom_WriteReview_Form p {
    margin-bottom: 35px;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
  }

  .custom_WriteReview_Form .form-control {
    padding: 11px;
    font-size: 14px;
    border-radius: unset;
  }

  .custom_WriteReview_Form .form-control:focus {
    border-color: unset;
    box-shadow: unset;
  }

  .custom_FirearmSafety_txtCol h5 {
    color: #fff;
    font-size: 20px;
  }
  .course_price_Box {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding:20px 0 10px;
    margin-bottom:20px
}
  .custom_FirearmSafety_txtCol p {
    margin: 0;
    color: #fff;
  }

  .custom_FirearmSafety_txtCol h3.course_price {
    color: #fff;
  }

  .custom_FirearmSafety_txtCol p.product_availability {
    margin: 13px 0;
    color: #fff;
  }

  .custom_FirearmSafety_txtCol p.product_availability span.in_stock {
    font-weight: 700;
  }

  .custom_FirearmSafety_txtCol p.course {
    margin-bottom: 25px;
  }

  .custom__quantity {
    margin-bottom: 25px;
    display: flex;
    justify-content: start;
    flex-flow: wrap;
    gap: 18px;
  }
  .custom__quantity__holder{
    display: flex;
  }

  .custom__quantity span {
    border: 1px solid var(--baseBrandColor);
    font-size: 30px;
    width: 40px;
    justify-content: center;
    display: flex;
    align-items: center;
    cursor: pointer;
  }

  .custom__quantity input.custom_qty-field {
    max-width: 70px;
    padding: 9px 0;
    text-align: center;
    border-top: 1px solid var(--baseBrandColor);
    border-bottom: 1px solid var(--baseBrandColor);
  }
  .description_inner_section_box {
    margin-top: 70px;
    }
    #singleProduct__owlCarousel {
        background-color: #E8E2C8;
        padding: 20px 0;
    }
    #singleProduct__owlCarousel .owl-nav {
        width: 100%;
    }
    #singleProduct__owlCarousel .owl-nav button {
        background-color: #fff;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 40px;
        height: 40px;
    }
    #singleProduct__owlCarousel .owl-nav button.owl-next 
    {
        right: 10px;
    }
    #singleProduct__owlCarousel .owl-nav button.owl-prev {
        left: 10px;
    }
    .singleProdct_thumbnail_slider {
        display: flex;
        align-items: center;
        margin-bottom: 20px;
        width: 100%;
        position: relative;
        background-color: #E8E2C8;
        padding: 30px 0 20px;
      }
      .singleProdct_thumbnail_slider .thumbnails {
        display: flex;
        list-style: none;
        padding: 0;
        margin: 0;
        overflow-x: scroll;
        scroll-behavior: smooth;
        scrollbar-width: none;
        /* Hide scrollbar for Firefox */
        -ms-overflow-style: none;
        /* Hide scrollbar for IE 10+ */
      }
      .singleProdct_thumbnail_slider  .thumbnails::-webkit-scrollbar {
        display: none;
        /* Hide scrollbar for Chrome, Safari, and Opera */
      }
      .singleProdct_thumbnail_slider  .thumbnails li {
        margin: 0 10px;
        flex-shrink: 0;
      }
      .singleProdct_thumbnail_slider  .thumbnails img {
      width: 100px;
      height: 50px;
      object-fit: cover;
      border: 2px solid transparent;
      border-radius: unset;
      cursor: pointer;
      transition: transform 0.3s ease, border-color 0.3s ease;
      }
      .singleProdct_thumbnail_slider .thumbnails img.thumb.active {
        border: 2px solid var(--baseBrandColor);
        opacity: 0.6;
    }
      .singleProdct_thumbnail_slider  .thumbnails img:hover {
        transform: scale(1.05);
      }
      .singleProdct_thumbnail_slider .arrow {
      background-color: var(--baseBrandColor);
      color: #fff;
      border: none;
      padding: 10px 15px;
      cursor: pointer;
      font-size: 18px;
      margin: 0 10px;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
      z-index: 1;
      }
      .singleProdct_thumbnail_slider .arrow:hover {
        background-color: var(--baseBrandColor);
      }
      .singleProdct_active-image {
        display: flex;
        justify-content: center;
        align-items: center;
        max-width: 100%;
        position: relative;
      }
      .singleProdct_active-image img {
        width: 100%;
        height: 300px;
        object-fit: cover;
        max-height: 400px;
        border-radius: unset;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
      }

  @media screen and (max-width: 767px) {
    .custom_WriteReview_Form_col {
      margin-bottom: 40px;
    }

    .course_detail_navtabs ul.nav.homeTabsNav li.nav-item a {
      font-size: 16px;
    }

    .custom_FirearmSafety_txtCol {
      margin-top: 40px;
    }
    .custom_WriteReview_box {
        padding-left: 0;
    }
  }
  @media screen and (max-width:354px) {
    .custom__quantity input.custom_qty-field {
        max-width: 50px;
    }
    .custom__quantity span{
        flex: 0 0 30px;
    }
    
  }
/****************************** classes-single page css end ********************************/

/********************************** Membership page css start ***********************************/
.course_detail_navtabs_txt p strong {
    color: #fff;
}
.course_detail_navtabs_txt ol {
    list-style: decimal;
    color: #fff;
}
.course_detail_navtabs_txt ul {
    list-style: disc;
    color: #fff;
}
.course_detail_navtabs_txt ul li {
    font-size: 16px;
    line-height: 30px;
    color:#ddd;
}
.course_detail_navtabs_txt .plist h5 {
    font-size:20px;
    color:#000;
}
.specification_inner_txt h5,
.specification_inner_txt p{
    font-size: 16px !important;
    margin: 0;
}
.specification_inner_txt {
    display: flex;
    align-items: center;
    gap: 30px;
    border: 1px solid var(--baseBrandColor);
    padding: 6px 15px;
    margin-top: 15px;
}
.membership-card {
    padding:24px;
    background-color: var(--colorDDD);
    height: 100%;
}
.membership-card img.membership-cardIcon{
    height: 50px;
    object-fit: contain;
}
.membership_benefits{
    margin: 30px 0 90px;
}
.membership_benefits .row{
    display: flex;
    flex-wrap: wrap;
}
.membership_benefits .row > div{
    padding: 0 12px;
}
.membership-card p{
    font-size: 16px;
}
.membership-card p:last-of-type{
    margin-bottom: 0;
}
.membership_class_heading{
    font-size:20px;
    font-weight:700;
    color: var(--blackColor);
    margin-top: 15px;
    margin-bottom: 8px;
    font-family: var(--headingFontFamily);
}

.servicePricingTable .row.align-items-end > div.row{
    padding: 0 12px;
}
.servicePricingTable .row.align-items-end + div.row{
    display: flex;
}
.customPaddingSection-8 {
    padding-top: 80px;
    padding-bottom: 80px;
    background: var(--secondaryBrandColor);
}
.sectionBgBrand .row.servicePricingContent{
    display: flex;
    flex-wrap: wrap;
}
.sectionBgBrand .row.servicePricingContent>div{
    padding: 0 12px;
}
.servicePricingTable__block {
    border: 1px solid var(--baseBrandColor);
    padding: 0 30px 30px;
    height: 100%;
    display: flex;
    flex-flow: column;
    background-color: var(--whiteColor);
}
.servicePricingTable__block h3 {
    background: var(--baseBrandColor);
    padding: 16px 30px;
    color: #fff;
    margin: 0 -30px;
    box-shadow: 0px 20px 8px 0 rgba(0, 0, 0, 0.08);
    font-size: 30px;
}
.servicePricingTable__block h4 {
    font-family: var(--bodyFontFamily);
    font-size: 40px;
    font-weight: bold;
    margin: 0;
    /* border-bottom: 1px solid var(--colorDDD); */
    padding: 16px 0px;
    color: var(--baseBrandColor);
}
.servicePricingTable__block h4 label {
    font-size: 60%;
    font-weight: normal;
    margin-right: 10px;
    color: var(--textColor777);
}
.servicePricingTable__block h4 span {
    font-size: 40%;
    font-weight: normal;
    color: var(--textColor777);
}
.servicePricingTable__block h5 {
    font-size: 16px !important;
    text-transform: uppercase;
    background: var(--secondaryBrandColor);
    padding: 14px 30px;
    margin: 0 -30px 0px;
    color: var(--whiteColor);
    font-family: var(--subheadingFontFamily);
}
.servicePricingTable__block ul {
    padding: 20px 0px;
    margin: 0;
}
.servicePricingTable__block li {
    padding: 0 0 16px;
    font-size: 16px;
    color: var(--textColor777);
    position: relative;
}
.servicePricingTable__block li i {
    margin-right: 10px;
}
.servicePricingTable__block a.base---cta {
    padding: 12px;
    margin: auto 0 0;
    width: 100%;
    text-align: center;
    justify-content: center;
}   
/********************************** Membership page css end ***********************************/



/********************************** Cart page css start ***********************************/
.cart_order_Item_row {
    border-bottom: 1px solid var(--baseBrandColor);
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.cart_order_Item img {
    width: 60px;
    height: auto;
    object-fit: cover;
}
.cart_order_Item {
    display: flex;
    align-items: self-start;
    gap: 15px;
}
.cart_order_Item p {
    margin: 0;
}
.cart_price_checkbox {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    cursor: pointer;
    font-size: 16px;
    color: #ddd;
}
.cart_price_checkbox input[type="checkbox"] {
    display: none;
}
.cart_price_checkbox span {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
}
.cart_price_checkbox span:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 17px;
    height: 17px;
    background: #fff;
    border: 2px solid var(--baseBrandColor);
    border-radius: 100px;
    box-sizing: border-box;
    transition: 0.3s ease;
}
.cart_price_checkbox input[type="checkbox"]:checked + span:before {
    background: #fff;
    border-color: #fff;
}
.cart_price_checkbox span:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 5px;
    width: 7px;
    height: 7px;
    background: #000;
    border-radius: 100px;
    transform: scale(0);
    transition: transform 0.3s ease;
}
.cart_price_checkbox input[type="checkbox"]:checked + span:after {
    transform: scale(1);
}
.cart_order_price_Row {
    display: flex;
    justify-content: center;
    align-items: self-start;
    gap: 15px;
}
.cart_order_price_Row .custom__quantity {
    width: 33%;
    justify-content: center;
}
.cart_order_price_Row .custom__quantity span {
    flex: 0 0 30px;
    height: 40px;
    font-size: 25px;
}
.cart_order_price_Row .custom__quantity input.custom_qty-field {
    max-width: 50px;
    height: 40px;
}
.cart_order_priceBox {
    width: 33%;
}
.cart_tiem_price {
    width: 33%;
}
.cart_tiem_price h5 {
    margin: 0;
    font-size: 20px;
}
.cart_tiem_price p {
    margin: 0;
    margin-left: 16px;
}
.cart_couponBox form.coupon_code input[type="text"] {
    border-bottom: 1px solid var(--baseBrandColor);
    width: 80%;
}
.cart_couponBox form.coupon_code button {
      font-family: var(--subheadingFontFamily);
    font-size: 18px;
    font-weight: 700;
    line-height: 23.4px;
    color: #fff;
    text-transform: uppercase;
    background: var(--baseBrandColor);
    display: inline-block;
    padding: 14px 0;
    width:30%;
    border: 1px solid var(--baseBrandColor);
}
.cart_couponBox form.coupon_code button:hover {
    background-color: transparent;
    border: 1px solid var(--baseBrandColor);
    color: var(--baseBrandColor);
}
form.coupon_code {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 10px;
}
.cart_price_Total {
    display: flex;
    justify-content: space-between;
}
.cart_Total_txt {
    display: flex;
    justify-content: space-between;
    border-top: 2px solid var(--baseBrandColor);
    margin-top: 20px;
    margin-bottom: 50px;
    align-items: center;
    padding-top: 15px;
}
.cart_price_Total_Box {
    padding-left: 20px;
    border-left: 1px solid var(--baseBrandColor);
}
.proceed_checkout_txt {
    text-align: right;
}
.cart_price_Total_heading h3 {
    text-transform: uppercase;
    font-size: 20px;
    border-bottom: 1px solid var(--baseBrandColor);
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.cart_price_Total p {
    margin:10px;
}
.cart_price_Total p strong {
    color: #fff;
}
.cart_Total_txt p {
    color: #000 !important;
    text-transform: capitalize;
}
.proceed_checkout_txt p {
    margin-top: 20px;
    color: #000 !important;
    text-transform: uppercase;
}
@media screen and (max-width:767px) {
    .cart_price_Total_Box {
        padding-left: unset;
        border-left: unset;
        margin-top: 50px;
    }
    .cart_couponBox form.coupon_code input[type="text"]{
        width: 65%;
    }
    .cart_order_price_Row{
        gap:30px;
        margin-top: 30px;
    }
}
/********************************** Cart page css end ***********************************/


/********************************** Single page css start ***********************************/
.services__singleBanner img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}
.Prodctsingle_page .singleProdct_active-image img{
    object-fit: contain;
}
.coursessingle_page .singleProdct_active-image img {
    box-shadow: unset;
}
.blogsingle_page_bannerImg img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}
.blogsingle_page__txt h2.sectionHeading {
    margin-top: 60px;
}
.related_blog_Posts {
    margin-top: 70px;
}



/********************************** Single page css start ***********************************/


/************* zoom effect start ****/
@media screen and (min-width: 1024px) {
    .singleProdct_active-image {
        position: relative;
        background: #fff;
    }
    div#zoomContainer {
        background-color: #fff;
        aspect-ratio: 1000/500;
        background-size: 200% auto;
        background-repeat: no-repeat;
        position: absolute;
        width: 100%;
        right: calc(-100% - 20px);
        top: 40%;
        border: 1px solid #ddd;
        background-position: 0% 0%;
        display: none;
        transform: scale(0);
        transition: transform 0.3s ease;
    }
}
/************* end : zoom effect start ****/

/********************************** Services page css start ***********************************/

.servicesPage__img img {
    height: 100%;
    object-fit: cover;
    object-position: top center;
    width: 100%;
}
.servicesPage__text {
    padding: 40px;
    padding-right: 55px;
    margin: auto;
}
.servicesPage__text h2 {
    margin-bottom: 10px;
}
.servicesPage__text a.base---cta {
    margin-top: 20px;
}
.servicesPage__text a.base---cta:focus{
    color: var(--baseBrandColor);
}
@media screen and (min-width:768px) {
    .servicesPage .teamPageblock:nth-child(2n) > .row{
        flex-flow: row-reverse;
    }
}

/*********************************** Services page css end *************************************/



/*********************************** Courses page css start *************************************/
.coerses__ColBox{
    display:flex
}
.coerses__innerCol img {
    aspect-ratio: 1.6;
    object-fit: cover;
    width: 100%;
    border-radius: 0;
}
.coerses__txtBox h3 {
      font-family: var(--subheadingFontFamily);
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    color: var(--baseBrandColor);
    margin-bottom: 10px;
}
.PersonCourses_heading h2 {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.coerses__innerCol {
    border: 1px solid var(--baseBrandColor);
    flex: 1;
}
.shopProducts__block,
.custom__Hover__Animations{
 position: relative;
 background-color: #000;
 padding: 8px 8px 0px;
}
.custom__Hover__Animations::before,
.custom__Hover__Animations::after,
.shopProducts__block::before,
.shopProducts__block::after{
    content:"";
    position:absolute;
    width:0;
    height:0;
    background-color:#fff;
    z-index: -1;
    transition:1s all ease;
}
.custom__Hover__Animations:before,
.shopProducts__block::before{
    top:-2px;
    left:-2px;
}
.custom__Hover__Animations:after,
.shopProducts__block::after{
    right:-2px;
    bottom:-2px;
}
.custom__Hover__Animations:hover::before,
.custom__Hover__Animations:hover::after,
.shopProducts__block:hover::before,
.shopProducts__block:hover::after{
    width:calc(100% + 4px);
    height:calc(100% + 4px);
}
.servicesPage .teamPageblock .row{
    display: flex;
    flex-wrap: wrap;
}
.custom__Hover__Animations:hover .shopProducts__addToCart{
    background: var(--baseBrandColor);
    color: #fff;
}
.coerses__innerCol .coerses__txtBox {
    padding: 20px;
    display: flex;
    flex-direction: column;
}
.coerses__txtBox{
    flex: 0 0 auto;
}
.coerses__txtBox a.base---cta {
    width: 100%;
    margin-top: auto;
    text-align: center;
    padding: 12px 0;
}
.services_online_Course {
    margin-top: 50px;
}
/*********************************** Courses page css end *************************************/

/********************** calendar page css start ***************************/

.calendar_page a.fc-event {
    background: var(--baseBrandColor);
    border-color: var(--baseBrandColor);
}
.calendar_page .fc-daygrid-event-dot {
    border-color: #fff;
}
.calendar_page button.fc-button-primary,
.calendar_page button.fc-button-primary:hover,
.calendar_page button.fc-button-primary:not(:disabled):active{
    background-color: var(--baseBrandColor);
    border-color: var(--baseBrandColor);
}
.calendar_page button.fc-button-primary:focus,
.calendar_page button.fc-button-primary:not(:disabled):active:focus{
    box-shadow: unset;
}
/********************** calendar page css end ***************************/

/***** responsive design ******/
@media screen and (max-width: 1400px) {
    .classesEvents__text {
        padding-right: 15px;
    }
    .brandLogos__text {
        padding-left: 15px;
    }
    .shopByCategories .shopByCategories__block a span{
        font-size: 16px;
    }
    ul.nav.homeTabsNav{
        gap: 30px;
    }
    ul.nav.homeTabsNav li.nav-item a{
        font-size: 18px;
    }
    .partner-logo .brandLogos__marqueeInner ul img{
        width: 157px;
        min-width: 157px;
    }
}

@media screen and (max-width: 1320px) {
    .partner-logo .brandLogos__marqueeInner ul img{
        width: 248px;
        min-width: 248px;
    }
    .topBar p,
    ul.topBar__contactList li,
    ul.topBar__contactList li a {
        font-size: 14px;
    }

    ul.topBar__contactList li::after {
        padding: 0 20px;
    }

    nav.navbar.mainNavigation ul.navbar-nav a.nav-link {
        font-size: 14px;
    }

    .mainBanner__text h4 {
        margin: 0 0;
    }

    .mainBanner__text h2 {
        font-size: 40px;
    }

    .mainBanner__text p {
        font-size: 16px;
        line-height: 24px;
        margin: 0 0 16px;
    }

    .mainBanner__text a {
        padding: 16px 24px;
        font-size: 16px;
    }

    .mainBanner__marquee {
        padding: 20px 0;
    }
    div#slider .innerPage_marquee .mainBanner__marquee{
        padding: 20px 0;
    }
    .mainBanner__marquee ul li ,
    .mainBanner__marquee ul li strong,
    .mainBanner__marquee ul li b{
        font-size: 22px;
        gap: 10px;
    }
    div#slider .mainBanner__marquee ul li,
    div#slider .mainBanner__marquee ul li strong,
    div#slider .mainBanner__marquee ul li b{
        font-size: 20px;
        gap: 10px;
    }

    .mainBanner__marquee ul li a {
        font-size: 18px;
        padding: 8px 14px;
    }
    div#slider .mainBanner__marquee ul li a{
        font-size: 18px;
        padding: 8px 14px;
    }

    #shopByCategories__owlCarousel .owl-nav button {
        left: -30px;
    }

    #shopByCategories__owlCarousel .owl-nav button.owl-next {
        right: -30px;
    }

    .base---cta {
        padding: 14px 28px;
        font-size: 16px;
    }

    ul.nav.homeTabsNav {
        gap: 24px;
    }

    ul.nav.homeTabsNav li.nav-item a {
        font-size: 16px;
    }
}

@media screen and (max-width: 1023px) {
    .topBar {
        padding: 12px 0px;
    }

    ul.topBar__contactList {
        justify-content: center;
        margin-top: 10px;
    }

    .topBar p,
    ul.topBar__contactList li,
    ul.topBar__contactList li a {
        text-align: center;
    }

    .mainHeader {
        padding: 20px 0;
    }

    img.headerLogo__img {
        max-width: 200px;
    }

    .header__searchForm form input {
        padding: 12px;
        font-size: 14px;
    }

    .header__searchForm form button {
        padding: 12px 18px;
        font-size: 16px;
    }

    ul.header__shopLinks {
        justify-content: start;
        margin-top: 22px;
        gap: 16px;
    }

    ul.header__shopLinks img {
        max-height: 32px;
        width: auto;
    }

    .menuToggler {
        padding-top: 20px;
        justify-content: end;
    }

    .menuToggler .navbar {
        justify-content: end;
    }

    .mainBanner img {
        min-height: 360px;
        object-fit: cover;
        object-position: right center;
    }

    .mainBanner__text {
        margin-top: -25px;
        padding-right: 15px;
    }

    .mainBanner__text h4 {
        font-size: 16px;
    }

    .mainBanner__text h2 {
        font-size: 32px;
    }

    .mainBanner__text p {
        font-size: 14px;
        line-height: 20px;
        margin: 0 0 10px;
    }

    .mainBanner__text a {
        font-size: 14px;
        padding: 10px 20px;
    }

    .mainBanner__marquee {
        padding: 12px 0;
        position: relative;
        z-index: 1;
    }
    div#slider .innerPage_marquee .mainBanner__marquee{
        padding: 12px 0;
    }

    .mainBanner__marquee ul {
        gap: 40px;
    }

    .shopByCategories,
    .aboutUs,
    .newsBlog {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .sectionHeading {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .sectionSubHeadings {
        font-size: 16px;
        margin: 0;
    }

    .base---cta {
        padding: 12px 20px;
        font-size: 14px;
    }

    .shopByCategories .sectionHeading {
        margin-bottom: 24px;
        background-size: 40px;
        padding-bottom: 20px;
    }

    .shopByCategories .shopByCategories__block {
        padding: 0 10px;
    }

    .shopByCategories .shopByCategories__block a {
        padding: 10px;
    }

    .shopByCategories .shopByCategories__block a span {
        font-size: 14px;
        padding: 10px;
        line-height: normal;
    }

    .aboutUs__images {
        gap: 20px;
    }

    .aboutUs__images img {
        max-width: calc(50% - 10px) !important;
    }

    .aboutUs p,
    .aboutUs p i,
    .newsBlog__info p {
        font-size: 14px;
        line-height: 26px;
        margin: 0 0 16px;
    }

    ul.nav.homeTabsNav {
        float: none;
        margin-top: 20px;
    }

    .shopProducts__brand {
        font-size: 16px;
    }

    .shopProducts__title,
    .shopProducts__price {
        font-size: 20px;
    }

    .shopProducts__addToCart {
        padding: 12px 20px;
        font-size: 14px;
    }

    .classesEvents__text {
        padding: 30px 15px;
    }

    .newsBlog__date {
        font-size: 16px;
        margin: 0;
    }

    .newsBlog__title {
        font-size: 20px;
    }

    .newsBlog__arrowIcon svg {
        height: 30px;
        width: auto;
    }

    .footerTop {
        padding-bottom: 40px;
    }

    .footerTop>.row>div:first-child,
    .footerMiddle>.row>div:first-child {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .footerSocialIcons {
        justify-content: start;        
    }

    .footerTop label {
        margin-right: 20px;
        min-width: 120px;
    }

    .footerSocialIcons ul {
        gap: 10px;
    }

    .footerSocialIcons ul a {
        width: 38px;
        height: 38px;
        font-size: 14px;
    }

    .footer__newsletter {
        max-width: 100%;
        margin-bottom: 20px;
    }

    .footer__newsletter h2 {
        line-height: normal;
        font-size: 24px;
        margin: 0 0 6px;
    }

    .footer__newsletter p {
        font-size: 14px;
        line-height: 24px;
        margin: 0 0 10px;
    }

    .footer__newsletter form input {
        font-size: 14px;
        line-height: normal;
    }

    .footer__newsletter button {
        font-size: 14px;
        line-height: normal;
        padding: 12px 14px;
    }

    .classesEvents__text {
        padding: 30px 15px;
        max-width: 720px;
        margin-left: auto;
        margin-right: auto;
    }

    .footerNewsLetter__terms label {
        gap: 10px;
        font-size: 14px;
    }

    .footerNewsLetter__terms input[type="checkbox"] {
        width: 16px;
        height: auto;
    }

    .footerLinkHolder {
        justify-content: space-between;
    }

    .footerLinkBlock__heading {
        margin: 0 0 20px;
    }

    .footerLinkBlock ul li {
        margin: 0 0 14px !important;
        font-size: 14px;
    }

    .footerLinkBlock ul li a {
        font-size: 14px;
    }

    .footerCopyRight p,
    .footerCopyRight li,
    .footerCopyRight a {
        font-size: 14px;
    }
    body .footer-item h4{
        margin: 0 0 20px;
    }
    .blog-section article div.caption .description .readmore{
        padding: 12px 20px;
        font-size: 14px;
    }
}

@media screen and (max-width: 991px) {
    .menuToggler button.navbar-toggler {
        border: none;
        outline: none;
        box-shadow: none;
        background: var(--baseBrandColor);
        border-radius: 0px;
        padding: 0;
        color: #fff;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .menuToggler button.navbar-toggler span.navbar-toggler-icon {
        width: 30px;
        height: 2px;
        background: #fff;
        position: relative;
    }

    .menuToggler button.navbar-toggler span.navbar-toggler-icon::before,
    .menuToggler button.navbar-toggler span.navbar-toggler-icon::after {
        content: "";
        position: absolute;
        top: -8px;
        height: 2px;
        width: 100%;
        left: 0;
        background: #fff;
    }

    .menuToggler button.navbar-toggler span.navbar-toggler-icon::after {
        top: auto;
        bottom: -8px;
    }

    .menuToggler button.navbar-toggler span.navbar-toggler-icon,
    .menuToggler button.navbar-toggler span.navbar-toggler-icon::before,
    .menuToggler button.navbar-toggler span.navbar-toggler-icon::after {
        transform: none;
        transition: all 0.2s;
        transform-origin: 6px 4px;
    }

    .menuToggler button.navbar-toggler[aria-expanded="true"] span.navbar-toggler-icon {
        background: none;
    }

    .menuToggler button.navbar-toggler[aria-expanded="true"] span.navbar-toggler-icon::before {
        transform: rotate(45deg);
    }

    .menuToggler button.navbar-toggler[aria-expanded="true"] span.navbar-toggler-icon::after {
        transform: rotate(-45deg);
        transform-origin: 4px -4px;
    }

    div#customNavBar {
        position: absolute;
        top: 100%;
        z-index: 999;
        background: #000;
        width: 100%;
        left: 0;
    }

    nav.navbar.mainNavigation ul.navbar-nav a.nav-link {
        color: #fff;
        padding: 14px 24px;
        border-top: 1px solid #ffffff33;
    }
    ul.header_cartListing__li__block.dropdown-menu {
        left: -100px !important;
        right: auto !important;
    }
}

@media screen and (min-width: 768px) {
    .contact_us_Form_section .contant_map,
    .contact_us_Form_section .contant_map iframe{
        height: 100%;
    }
    .custom_blog_Post> .row:nth-child(2n) {
        flex-flow:row-reverse;
    }
}

@media screen and (max-width: 767px) {
    ul.topBar__contactList {
        display: block;
    }

    ul.topBar__contactList li::after {
        display: none;
    }

    .headerLogo {
        display: block;
        text-align: center;
        margin: 0 0 16px;
    }

    .header__searchForm form input,
    .header__searchForm form button {
        padding: 10px 12px;
        font-size: 14px;
        line-height: normal;
    }

    .mainBanner__text h4 {
        font-size: 14px;
    }

    .mainBanner__text h2 {
        font-size: 30px;
        margin: 0;
    }

    #shopByCategories__owlCarousel .owl-nav button {
        left: 0;
    }

    #shopByCategories__owlCarousel .owl-nav button.owl-next {
        right: 0;
    }

    .mainBanner__marquee {
        padding: 8px 0;
    }

    div#slider .innerPage_marquee .mainBanner__marquee{
        padding: 8px 0;
    }

    .mainBanner__marquee ul {
        gap: 30px;
    }

    .mainBanner__marquee ul li ,
    .mainBanner__marquee ul li strong ,
    .mainBanner__marquee ul li  b{ 
        
        gap: 10px;
    }
    div#slider .mainBanner__marquee ul li,
    div#slider .mainBanner__marquee ul li strong,
    div#slider .mainBanner__marquee ul li b{ 
        font-size: 16px ;
        gap: 10px;
    }

    .sectionHeading {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .aboutUs__images {
        margin-bottom: 24px;
    }

    ul.nav.homeTabsNav {
        gap: 16px;
    }

    ul.nav.homeTabsNav li.nav-item a {
        font-size: 12px;
        padding: 0 0 4px;
        white-space: nowrap;
    }

    .shopProducts__blockInfo {
        padding: 16px 0 30px;
    }

    .shopProducts__blockInfo__footer {
        margin-top: 24px;
        padding-top: 20px;
    }

    .classesEvents__list li {
        width: 100%;
        padding: 10px 15px;
    }

    .newsBlog__info {
        padding: 16px 0 0;
    }
    
    .brandLogos__text {
        text-align: center;
        padding: 20px;
        width: 100%;
    }

    .brandLogos__marqueeInner ul img {
        width: 80px;
        min-width: 100px;
    }

    .footerTop p {
        font-size: 14px;
    }

    .footerTop label {
        font-size: 14px;
        margin-right: 10px;
        min-width: 100px;
    }

    .footerSocialIcons ul {
        gap: 8px;
        flex-flow: wrap;
    }

    .footerLinkHolder {
        flex-flow: column;
        gap: 30px;
    }

    .footerLinkBlock__heading {
        margin: 0 0 10px;
    }

    .footerCopyRight ul {
        justify-content: start;
        padding: 0;
        margin-top: 10px;
    }

    .footerCopyRight ul li::after {
        padding: 0 16px;
    }
    .header_cartListing____img {
        width: 60px;
        object-fit: cover;
        margin-right: 16px;
    }
    ul.header_cartListing__li__block.dropdown-menu {
        min-width: 305px;
        padding: 15px;
    }
    .header_cartListing____Box .header_cartListing____text p{
        font-size: 14px;
    }
    .header_cartListing____btn a{
        font-size: 12px;
    }
    .servicesPage .teamPageblock:nth-child(2n)>.row {
        flex-flow: row-reverse;
    }
}
/* new css */

@media screen and (max-width: 767px) {
    .newsBlog .latest-blogs-list-ul {
        display: flex;
        flex-wrap: wrap;
    }
}
@media screen and (min-width: 768px) {
    .profile-container .user_container .user_rightside_container .user_row h2,.user_container h2, .user_container .h2 {
        text-align: left;
        font-size: 26px !important;
        font-weight: 400 !important;
    }
    div#secondary.widget-area .widget h3{
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 575px) {
    .mainHeader {
        padding: 10px 0;
    }
    .headerLogoCol {
        align-items: center;
    }
    ul.header__shopLinks {
        justify-content: start;
    }
    .menuToggler .navbar {
        padding: 0!important;
    }
    .FooterNewsLetter.newsletter.innerNewsletter .newsletter {
        padding: 0 !important;
    }
    .lb-nav {
        position: absolute;
        top: 4px;
        left: 24px;
        height: 95%;
        width: 84%;
        z-index: 10;
    }
    
    .header-top.primary .blog-search .search-input {
        min-height: 40px;        
    }
    .blog-search .search-sub{
        min-height: 40px;
    }
    .servicesPage__text{
        padding: 15px;
    }
    div.serviceLandingPage > section{
        padding-left: 15px;
        padding-right: 15px;
    }
}
.col-md-6.col-sm-12.col-xs-12.classesEvents__img .CMS-pages-image {
    display: flex;
    height: 100%;
}
.classesEvents__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.row.Event-Center {
    display: flex;
}
div#footer2 li a {
    padding-left: 0 !important;
}
.custom_Privacy_Policy_contacttext_inner.privacy_inner_section_m_top a {
    color: #777;
}

/* blog */
.blog-section .article {
    display: flex;
}
.blog-section article figure.nopadding,
.blog-section article figure.caption{
    min-width: 50% !important;
}
/* .blog-section article:nth-child(even) {
    flex-direction: row-reverse;
} */
.blog-section article {
    margin-bottom:3rem;
}
.blog-section article figure img{
    width: 100%;
}
body.blog.event .blog-section article {
    background: var(--colorDDD) !important;
}
@media (max-width:767px) {

    .blog-section article figure.nopadding,
    .blog-section article div.caption{
        width: 100% !important;
        min-width: 100% !important;
    } 
    .blog-section article ,.blog-section article:nth-child(even):not(.blog.event .blog-section article){
        flex-direction:column !important;
    }
    /* .blog-section article:nth-child(even) {
        flex-direction: column-reverse;
    } */
    .FooterNewsLetter.newsletter.innerNewsletter .newsletter,.FooterNewsLetter.newsletter.innerNewsletter {
        padding: 0 !important;
    }
    .footerSocialIcons {
        justify-content: start;
        align-items: start;
        margin-left: -8px!important;
    }
}
@media (max-width:767px) {
    .blog-section article figure,
    .blog-section article div.caption{
        min-width: 100% !important;
    } 
    .blog-section article div.caption{
        padding: 0px;
    }
    body.blog.event .blog-section article div.caption{
        padding: 24px 15px;
    }
    .footerCopyRight > .row {
        display: flex;
        justify-content: space-between !important;
        align-items: center;
    }
    .footerCopyRight > .row::before,.footerCopyRight > .row::after{
        display: none;
    }
    section.footerSection .container {
        padding: 0 10px;
    }
    section.CMS-Pages.contact_us_Form_section h5 {
        font-size: 18px!important;
        font-weight: 500;
        margin-top: 30px !important;
        margin-bottom: 8px !important;
    }
    #aboutus .text-left.cmsInnerContent{
        margin-bottom: 0;
    }
    .aboutus .innerPagesHolder{
        padding-bottom: 0;
    }
    section.social-media .socialmediaHeading{
        font-size: 32px;
        margin-bottom: 10px;
    }
}
@media (min-width:768px) {    
    .blog-section article figure{
        width: 100% !important;
        padding: 0;
    }
    body.blog.event .blog-section article figure {
        width: 50% !important;
        padding: 0;
    }
    body.blog.event .blog-section article div.caption {
        padding: 24px 24px 24px 36px;
    } 
    .blog-section article div.caption{
        width: 100% !important;
        padding: 0 10px;
    }
    .blog-section article div.caption {
        padding-left: 20px;
    }
    .Contact_form .form.widelabel > form > .formrow:nth-child(9) {
  width: 65%;
}
.Contact_form .dive_widgets button:not(.conForm .dive_widgets button){
    position: relative;
    top: 10px;
  }
  .footerCopyRight > .row {
    display: flex;
    justify-content: space-between !important;
    align-items: center;
}
.footerCopyRight > .row::before,.footerCopyRight > .row::after{
    display: none;
}
.footerSection {
    padding: 50px 0 15px;
}
.navSearch .blog-search {
    margin-bottom: 0;
    top: -29px;
}
.shop-bc {
    margin-bottom: 40px;
}
.brandLogos .row.align-items-center{
    flex-wrap: nowrap;
}
}
.blog-section article div.caption{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.blog-section article div.caption .author{
    display: none;
}
.blog-section article div.caption .info .fa{
    display: none;
    color: var(--baseBrandColor);
}
.blog-section article div.caption .date{
    font-family: var(--subheadingFontFamily);
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    color: var(--textColor777) !important;
}
body.blog.event .blog-section article div.caption .date{
    font-family: var(--bodyFontFamily);
    font-size: 16px;    
    color: #212529 !important;
}
.blog-section article div.caption .description{
    color: var(--textColor777) !important;
    font-size: 16px;
    line-height: 30px;
    font-family: var(--bodyFontFamily);
}

.blog-section article figure img {
    width: 100%;
    max-height: 350px;
}

.blog-section article div.caption .blog-title{
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 12px 0;
}
body.blog.event .blog-section article div.caption .blog-title{
    font-size: 28px;
    margin: 0 0 12px 0;
    color: #212529;
}
body.blog.event .blog-section article div.caption .info .fa{
    display: inline-block;
}
.blog-section article div.caption .description .readmore{
    font-size: 14px;
    padding: 16px 30px;
    display: block;
    background: var(--baseBrandColor);
    border: 1px solid var(--baseBrandColor);
    font-family: var(--bodyFontFamily);
    font-weight: 700;
    line-height: normal;
    color: #fff;    
    text-transform: uppercase;
    width: fit-content;
    margin-top: 32px;
}
.blog-section article div.caption .description .readmore:hover{
    background: transparent;
    color: var(--baseBrandColor);
}
body.blog.event .blog-section article div.caption .description .readmore{
    margin-top: 26px;
}
.classesEvents .Event-Center .classesEvents__img{
    padding: 0 !important;
    
   }
   
.teamPageblock.Personal-details .row {
    display: flex;
    flex-wrap: wrap;
}
.teamPageblock.Personal-details .teamPage__img{
    padding: 0 12px;
}
.col-xs-12.col-sm-6.col-md-6.col-lg-6.logo-div{
    display: flex;
    flex-direction: column;
    align-items: center;
}
section.footer-widget .container, footer.footer .container {
    padding: 0 15px;
    width: 100%;
    /* min-width: 100%; */
}
section.CMS-Pages.aboutUs.Double-img .col-md-6.col-sm-12.col-xs-12.classesEvents__img .CMS-pages-image{
    height: auto!important;
}
.text-end {
    text-align: right !important;
}
body .footer-item h6{
    font-family: var(--subheadingFontFamily)!important;
    font-size:  20px;
    color:#282828;
    margin-bottom: 8px;
}
div#social ul li{
    margin: 0 0 5px;
}
form#part_search_form {
    display: flex;
}
.mainBanner__marqueeInner .fa-angle-double-right:before{
    font-size: 24px !important;
    position: relative;
    top: 1px ;
    font-weight: 500;
}
.newsBlog #latest_blog_lists h2::before {
    content: "INDUSTRY ";
    /* font-weight: bold; */
    position: absolute;
    top: -35px;
    margin: 0 0 6px;
    font-family: var(--subheadingFontFamily);
    font-size: 24px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.2em;
    color: var(--baseBrandColor);
    text-transform: uppercase;
}
.footer_head_contact_content p{
    line-height: normal;
}

.lb-nav a.lb-prev,.lb-nav a.lb-next{
    margin-left: -20px;
    background: #212529 !important;
    width: 30px;
    opacity: 1;
}
.lb-nav a.lb-next{
    margin-right: -20px;
}
.lb-nav a.lb-next:after{
    right: -11px;
}
.lb-nav a.lb-prev:before{
    left: -9px;
}
section.CMS-Pages.contact_us_Form_section h5{
    font-size: 20px;
    font-weight: 500;
    margin-top: 30px!important;
    margin-bottom: 8px!important;
}
.privacy-policy .sectionHeading a:hover,.terms-service .sectionHeading a:hover{
    color: #000;
}
.custom_Address_Box h4 a {
    color: var(--blackColor) !important;
    font-size: 24px;
}
input#UserCaptcha {
    padding: 8px;
    border: 1px solid #ccc;
    background-color: #000;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control{
    background-color: transparent;
}
body.profile label{
    color: #FFF;
    font-weight: 500;
    font-size: 16px;
    font-family: var(--bodyFontFamily);
}
.user_row .form-control{
    color: var(--whiteColor);
}
body.profile .user-row.text-center button.btn.btn-primary.sub_btn {
    padding: 2px 10px!important;
    border-radius: 0;
}
div#custom_form_div_holder_\$uuid{
    margin: 0;
}
.dive_widgets:not(.conForm .dive_widgets){
    padding: 0!important;
}
.CMS-pages-content{
    height: 100%;
}
.custom_Address_Box {
    background-color: var(--colorDDD);
    padding: 30px 20px;
    text-align: center;        
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.shopPage_contant p{
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #ddd;
}
.footerLinkBlock ul li a:hover::before {
    content: "\f05b"; /* Unicode remains the same */
    font-family: "FontAwesome"; /* Use FontAwesome instead of Font Awesome 6 Free */
    font-weight: normal; /* FA4 does not use font-weight 900 */
    height: 15px;
    width: 15px;
    background-color: transparent;
    border: unset;
    top: 3px;
    left: -5px;
}
.shop-bc {
    padding: 20px 10px !important;
    margin-bottom: 20px;
}
#address_modal .btn-danger,
.user-row.text-center button.btn.btn-primary.sub_btn {
    padding: 8px 10px!important;
    border-radius: 0;
    background: var(--baseBrandColor) !important;
    font-family: var(--headingFontFamily);
    font-size: 18px;
    text-transform: uppercase;
    border-radius: 6px;
}
.user-row.text-center button.btn.btn-primary.sub_btn:hover{
    background: #FFF !important;
    color: var(--baseBrandColor) !important;
    border: 1px solid var(--baseBrandColor);
}
body.blog .shop-bc{
    margin-left: 5%;
}
ol.breadcrumb li span, ol.breadcrumb li strong, ol.breadcrumb li a {
    color: var(--baseBrandColor) !important;
    font-weight: 700;
}
ul.ftr-btm-ul li {
    margin: 8px;
}
section.product-wrapper.productsGroup-home.Home-ProGroups .productBorder.chkProductID > div:first-child {
    display: block;
    background: #fff;
}
section.product-wrapper.productsGroup-home.Home-ProGroups .row.no-margin.row-border.shop6-col {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
}
section.product-wrapper.productsGroup-home.Home-ProGroups .row.no-margin.row-border.shop6-col.isotopeFix > div {    
    display: block;
}
section.product-wrapper.productsGroup-home.Home-ProGroups .productBorder.chkProductID > div:first-child {
    display: block;
    background: #fff;
    height: auto !important;
}
@media (min-width: 992px) and (max-width: 1230px) {

}
@media screen and (min-width: 768px) and (max-width:991px) {
    section.CMS-Pages.teamPageblock.custom__Hover__Animations .aboutUs__images img {
        width: calc(100% - 50px)!important;
    }
}
@media (min-width: 550px) and (max-width: 991px) {


}
section.newsBlog .container{
    min-width: 100%;
}
div#filter_sf {
    height: 50px;
    display: flex;
    align-items: center;
}
.innerPagesHolder section.CMS-Pages.Double-img .CMS-pages-image.aboutUs__images{
    padding: 0 10px;
}
.innerPagesHolder section.CMS-Pages.Double-img .CMS-pages-image.aboutUs__images img{
    width: auto !important;
}
.footerSocialIcons ul a:hover{
    border: none!important;
}
@media (max-width:1399px) {
    .innerPagesHolder section.CMS-Pages.Double-img .CMS-pages-image.aboutUs__images{
        height: auto!important;
    }
    
}
.Event-Center .CMS-pages-content p,
.About-last-para .CMS-pages-content p,
.team_section .teamPageblock.Personal-details p{
    color: var(--textColor777);
    font-family: var(--bodyFontFamily);
}
.CMS-Pages.contact_us_Form_section .CMS-pages-image,
.CMS-Pages.contact_us_Form_section .CMS-pages-image iframe{
    height: 100%;
}
#notfound .blog-search .search-input{
    width: 100% !important;
    background-color: #292929;
    color: #fff;
}
.notfound .blog-search .productSearch_btn.search-sub{
    position: absolute;
    padding: 9px;
    right: 0px;
    top: 0px;
    color: #000;
    height: auto;
}
.innerPagesHolder.servicesPage section.CMS-Pages.teamPageblock .col-md-8.col-sm-7.col-xs-12{
    padding: 0;
}
.innerPagesHolder.servicesPage section.CMS-Pages.teamPageblock .col-md-4.col-sm-5.col-xs-12{
padding: 0 12px;
}
section.social-media {
    padding: 80px 0px;
}
section.social-media .socialSubheadings {
    margin: 0 0 6px;
    font-family: var(--subheadingFontFamily);
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.2em;
    color: var(--baseBrandColor);
    text-transform: uppercase;
}
section.social-media .socialmediaHeading {
    margin: 0 0 24px;
    font-family: var(--headingFontFamily);
    font-size: 40px;
    font-weight: 700;
    line-height: normal;
    color: var(--blackColor);
    text-transform: uppercase;
    margin-bottom: 30px;
}
.cms-page-instagram-feed{
    overflow: hidden;
}
.cms-page-instagram-feed .owl-carousel .owl-stage-outer {
    min-height: 490px;
    transition: height 0.3s ease-in-out;
}
.cms-page-instagram-feed .owl-carousel .owl-item {
    display: flex;
    justify-content: center;
    align-items: center;
}
.cms-page-instagram-feed .cms-instagram-post{
    padding: 0 5px;
}
.cms-page-instagram-feed .cms-instagram-post::after{
    content: '';
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #0000005e;
    opacity: 0;
}
.cms-page-instagram-feed .cms-instagram-post:hover::after{
    opacity: 1;
}
.cms-page-instagram-feed .cms-instagram-post .cms-insta-content{
    padding: 15px;
    background: #f5f5f5;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 250px;
    border: 1px solid #dddddd;
}
.cms-page-instagram-feed .cms-instagram-post .cms-insta-content .cms-inta-caption{
    font-size: 14px;
    color: #777777;
    margin-bottom: 15px;
    line-height: normal;
}
.cms-page-instagram-feed .cms-instagram-post .cms-insta-content .cms-insta-footer{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cms-page-instagram-feed .cms-instagram-post .cms-insta-content .cms-insta-username{
    margin: 0 0 5px;
    font-size: 14px;
    font-style: italic;
    color: #999;
}
.cms-page-instagram-feed .cms-instagram-post .cms-insta-content .cms-insta-username::before{
    content: "-";
    display: inline-block;
    transform: scaleX(3);
    padding-right: 3px;
}
.cms-page-instagram-feed .cms-instagram-post .cms-insta-content .cmsinsta-image{
    width: 24px;
}
.cms-page-instagram-feed .owl-nav > div{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s all ease;
    background-color: var(--baseBrandColor) !important;
    height: 40px;
    width: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.cms-page-instagram-feed .owl-nav .owl-prev {
    left: -50px;
}
.cms-page-instagram-feed:hover .owl-nav .owl-prev {
    left: 30px;
}
.cms-page-instagram-feed .owl-nav .owl-next {
    right: -50px;
}
.cms-page-instagram-feed:hover .owl-nav .owl-next {
    right: 30px;
}
.about_steps {
    background-color: var(--colorDDD);
    padding: 60px 0;
}
.about_tab .nav-pills {
    justify-content: space-between;
    border-bottom: 2px solid #f5f5f5;
    margin-bottom: 30px;
    padding-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.about_tab .nav-pills::before,
.about_tab .nav-pills::after{
    display: none;
}
.about_tab .nav-pills .nav-item {
    margin-left: 15px;
}
.about_tab .nav-pills .nav-item:first-child {
    margin-left: 0 !important;
    padding-left: 0 !important;
}
.about_tab .nav-item .nav-link {
    color: #000;
    font-family: var(--bodyFontFamily);
    font-weight: 700;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}
.about_steps .about_tab .nav-item .nav-link {
    color: #000;
}
.about_steps .about_tab .nav-item .nav-link svg {
    fill: #000;
    width: 48px;
}
.about_tab ul li.nav-item a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -23px;
    height: 2px;
    width: 0;
    background: #000;
    transition: all 0.2s;
}
.about_tab .nav-item.active .nav-link::before, .about_tab .nav-item .nav-link:hover::before {
    content: "\f0d7";
    font-weight: 900;
    font-family: "FontAwesome";
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 28px;
}
.about_tab .nav-item.active .nav-link::before, .about_tab .nav-item .nav-link:hover::before {
    color: var(--secondaryBrandColor);
}
.about_steps .about_tab .nav-item.active .nav-link, .about_steps .about_tab .nav-item .nav-link:hover{
    color: var(--whiteColor);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    background-color: var(--secondaryBrandColor);
}
.about_steps .about_tab .nav-item.active .nav-link svg, .about_tab .nav-item .nav-link:hover svg{
    fill: #fff;
}
.about_tab ul li.nav-item.active a::after, .about_tab ul li.nav-item a:hover::after{
    width: 100%;
    background: var(--baseBrandColor);
}
.about_steps .about_tab ul li.nav-item.active a::after, .about_tab ul li.nav-item a:hover::after{
    background: var(--secondaryBrandColor);
}
.about_tab .tab-pane {
    text-align: center;
    color: #fff;
}
.about_steps .tab-pane h3 {
    font-size: 28px;
    margin-top: 30px;
    margin-bottom: 8px;
}
#instagramFeed{
    margin-bottom: -3px;
}
.blog-section article div.caption .description .readmore{
        font-size: 16px;
    }
.Contact_form div.simple_security {
    display: inline-block;
}
.manage_address .icons_action {
    display: flex;
    align-items: center;    
    white-space: nowrap;
}
section.com-service{
    padding: 80px 20px;
    background: linear-gradient(100deg, #F6F6F6 49.76%, #0000B8 49.77%);
}
section.com-service .row,
section.our-courses .row,
section.about-us .row{
    display: flex;
    gap: 30px;
}
section.com-service .row::before,
section.com-service .row::after,
section.our-courses .row::before,
section.our-courses .row::after,
section.about-us .row::before,
section.about-us .row::after,
section.services .row::before,
section.services .row::after{
    display: none;
}
section.our-courses .row > div,
section.about-us .row > div{
    padding: 0;
}
section.com-service .text-con,
section.our-courses .text-con,
section.about-us .text-con{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 15px;
    height: 100%;
    gap: 10px;
}
section.com-service .img-con,
section.our-courses .img-con,
section.about-us .img-con{
    padding: 15px;
}
section.com-service .img-con img,
section.our-courses .img-con img,
section.about-us .img-con img{
    object-fit: cover;
}
section.com-service .text-con h2,
section.our-courses .text-con h2,
section.about-us .text-con h2,
section.about-contact .text-con h2{
    color: var(--blackColor);
    font-family: var(--bodyFontFamilyExtraBold);
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: 54px;
    text-transform: uppercase;
}
section.about-us .text-con h3{
    color: var(--blackColor);
    font-family: var(--bodyFontFamilyExtraBold);
    font-size: 28px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 15px;
}
section.com-service .text-con p,
section.our-courses .text-con p,
section.about-us .text-con p,
section.about-contact .text-con p{
    color: var(--blackColor);
    font-family: var(--bodyFontFamily);
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin: 0;
}
section.com-service .text-con p{
    padding-bottom: 10px;
}
section.about-contact .text-con p{
    padding-bottom: 10px;
    max-width: 520px;
    margin: auto;
}
section.our-courses .text-con p,
section.about-us .text-con p,
section.about-contact .text-con p{
    font-size: 18px;
    line-height: 26px;
}
section.com-service .text-con a,
section.our-courses .text-con a,
section.about-us .text-con a,
section.about-contact .text-con a{
    padding: 16px 40px;
    border-radius: 6px;
    background: var(--blackColor);
    border: 1px solid var(--blackColor);
    color: var(--whiteColor);
    font-family: var(--bodyFontFamily);
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: 28px;
    text-transform: uppercase;
    display: inline-block;
}
section.our-courses{
    padding: 80px 15px;
    background: var(--Primary-Dark, #000);
}
section.our-courses .img-con img{
    border: 6px solid var(--baseBrandColor);
}
section.our-courses .text-con h4{
    color: var(--whiteColor);
    font-family: var(--bodyFontFamily);
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}
section.our-courses .text-con .line{
    width: 111.413px;
    height: 1px;
    background: #FFF;
}
section.our-courses .text-con h2,
section.our-courses .text-con p{
    color: var(--whiteColor);
}
section.our-courses .text-con a,
section.about-contact .text-con a{
    color: var(--whiteColor);
    background: var(--baseBrandColor);
    border: 1px solid var(--baseBrandColor);
}
section.about-us{
    padding: 80px 15px;
}
section.about-us div.pb-15,
section.about-contact .pb-15{
    padding-bottom: 15px;
}
section.about-contact{
    padding: 23px 0px 23px 0px;
    background: #DEE2E6;
}
section.about-contact .text-con{
    text-align: center;
}
section.services{
    padding-bottom: 60px;
}
section.services h2{
    color: var(--blackColor);
    text-align: left;
    font-family: var(--bodyFontFamilyExtraBold);
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: 54px;
    text-transform: uppercase;
    width: 100%;
}
section.services .row{
    display: flex;
    flex-wrap: nowrap;
    column-gap: 32px;
    margin: 0;
}
section.services .row > div{
    padding: 0;
}
section.services .container-box{
    border-radius: 12px;
    border: 1px solid #DEE2E6;
    background: #FFF;
    height: 100%;
}
section.services .container-box .container-body{
    padding: 24px;
}
section.services .container-box .container-body ul{
    list-style: disc;
    padding-left: 10px;
}
section.services .container-box h2{
    border-bottom: 1px solid var(--baseBrandColor);
    background: var(--baseBrandColor);
    color: var(--whiteColor);
    font-family: 'Inter';
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 16px 24px;
    text-transform: capitalize;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}
section.services .container-box p,
section.services .container-box li{
    color: #68717A;
    font-family: var(--bodyFontFamily);
    font-size: 18px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}
.faq-sec h2{
    color: var(--blackColor);
    text-align: left;
    font-family: var(--bodyFontFamilyExtraBold);
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: 54px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
section.com-service .text-con a:hover,
section.our-courses .text-con a:hover,
section.about-us .text-con a:hover,
section.about-contact .text-con a:hover{
    color: var(--baseBrandColor);
    background: var(--whiteColor);
    border: 1px solid var(--baseBrandColor);
}
section.about-us .text-con h3{
    font-size: 24px;
}

/* 3 GUN RANGE SERVICE PAGE CSS */
/* 3 GUN RANGE SERVICE PAGE CSS */


.innerPagesHolder.servicePage{
    padding-bottom: 0;
}
.innerPagesHolder.servicePage{
    background: #000;
}
.innerPagesHolder section.available_Service{
    padding: 40px 0;
}
.innerPagesHolder .available_Service .row{
    display: flex;
    flex-wrap: wrap;
}

.innerPagesHolder .available_Service .sectionHeading{
    font-family: var(--headingFontFamily);
    font-weight: 700;
    font-size: 60px;
    line-height: 60px;
    letter-spacing: -3px !important;
    margin-bottom: 10px;
}
.innerPagesHolder .available_Service .sectionSubHeadings{
    font-family: var(--headingFontFamily); 
    font-weight: 700;
    font-size: 32px;
    line-height: 34px;
    letter-spacing: normal !important;
    vertical-align: middle; 
    color: var(--whiteColor);  
}

.innerPagesHolder .available_Service p,
.innerPagesHolder .available_Service p > b{ 
    font-family: var(--Montserrat-sans-serif); 
    font-size: 16px;
    line-height: 26px;
    color: var(--whiteColor) !important;
    margin-bottom: 30px;  
}

.innerPagesHolder .available_Service .base---cta{
    font-family: var(--headingFontFamily); 
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0px;  
    border-radius: 6px;
    color: var(--baseBrandColor);
    background: var(--whiteColor);
    border: 1px solid transparent; 
    width: fit-content;
}
.innerPagesHolder .available_Service.Service-1 p,
.innerPagesHolder .available_Service.Service-1 p > b{ 
    font-family: var(--headingFontFamily);  
}
.innerPagesHolder .available_Service.Service-1 img{ 
    border-radius: 5px;
}

.innerPagesHolder .available_Service .base---cta:focus,
.innerPagesHolder .available_Service .base---cta:active,
.innerPagesHolder .available_Service .base---cta:hover{
    background: var(--baseBrandColor); 
    color: var(--whiteColor);
    border: 1px solid var(--whiteColor);
}

.innerPagesHolder .available_Service.Service-1 .base---cta{
    background: var(--baseBrandColor); 
    color: var(--whiteColor);
    border: 1px solid transparent;
}
.innerPagesHolder .available_Service.Service-1 .base---cta:focus,
.innerPagesHolder .available_Service.Service-1 .base---cta:active,
.innerPagesHolder .available_Service.Service-1 .base---cta:hover{
    background: var(--whiteColor); 
    color: var(--baseBrandColor);
    border: 1px solid transparent;
}

.innerPagesHolder .available_Service.Service-2 p:has(b){
    margin-bottom: 0px;
} 

.innerPagesHolder .available_Service.contact_Service .row div{
    padding: 0;
}
.innerPagesHolder .available_Service.contact_Service .row{
    background: var(--baseBrandColor);
    padding: 10px;
}
.innerPagesHolder .available_Service.contact_Service .service-content{
    display: flex;
    flex-direction: column;
    align-items: flex-start; 
    justify-content: center;
    padding-left: 40px !important;
}

.innerPagesHolder .available_Service.contact_Service.Service-4 .service-content{
    padding-right: 20px !important; 
}
.innerPagesHolder .available_Service.Service-2 .base---cta:focus,
.innerPagesHolder .available_Service.Service-2 .base---cta:hover{
    border: 1px solid transparent;
}
.innerPagesHolder .available_Service.Service-2 .col-xs-12.col-sm-6.img{
    padding: 0;
    background: var(--secondaryBrandColor);
    
}
.innerPagesHolder .available_Service.Service-2 p{
    margin-bottom: 17px;
}
.innerPagesHolder .available_Service.Service-2 .col-xs-12.col-sm-6 .service-img,
.innerPagesHolder .available_Service.Service-2 .col-xs-12.col-sm-6 {
    display: flex;
    flex-direction: column;
    padding: 40px;
    row-gap: 10px;
    padding-bottom: auto;
}
.innerPagesHolder .available_Service.Service-2 .col-xs-12.col-sm-6 .service-img{
    padding-bottom:0 ;
}
/* 3 GUN RANGE SERVICE PAGE CSS */
/* 3 GUN RANGE SERVICE PAGE CSS */


/* mq */
@media (min-width:1200px) {
        
}
@media (max-width:1400px) {
    .blog-section article figure img {
        max-height: 300px;
    }
    .asked-content .panel.panel-default.hover-effect {
    transform: scale(1.05);
    }
}
@media (max-width:1200px) {
    .blog-section article figure img{
        max-height: 250px;
    }
    .partner-logo .brandLogos__marqueeInner ul img{
        width: 224px;
        min-width: 224px;
    }
    .innerPagesHolder .available_Service .sectionHeading{
        font-size: 42px;
    }

    .innerPagesHolder .available_Service .sectionSubHeadings{
        font-size: 26px;
    }
}
@media screen and (max-width: 1169px){
    .servicePricingTable__block h3 {
        padding: 10px 20px;
        font-size: 20px;
        margin: 0 -20px;
    }
    .servicePricingTable__block h4 {
        font-size: 34px;
    }
    .servicePricingTable__block h5 {
        font-size: 14px;
        margin: 0 -20px;
        padding: 10px 20px;
    }
    .servicePricingTable__block li {
        font-size: 14px;
    }
    .servicePricingTable__block {
        padding: 0 20px 20px;
    }
}
@media (max-width:1024px) {
    .courses .inner_page_banner{
        background-position: center;
    }
    .partner-logo .brandLogos__marqueeInner ul img{
        width: 188px;
        min-width: 188px;
    }
    section.social-media .socialSubheadings {
        font-size: 20px;
        margin: 0;
    }
    section.social-media .socialmediaHeading{
        font-size: 30px;
        margin-bottom: 10px;
    }
    .blog-section article div.caption .blog-title{
        font-size: 24px;
        margin: 0;
    }
    .blog-section article div.caption .date{
        font-size: 16px;
    }
    .blog-section article div.caption .description{
        font-size: 14px;
        line-height: 26px;
    }
    .blog-section article div.caption .description .readmore{
        margin-top: 16px;
    }
}
@media (max-width:991px) {
    section.com-service .img-con{
        background-color: #0000B8;
    }
    section.com-service .row, section.our-courses .row, section.about-us .row{
        gap: 0;
    }
    .bannerText{
        width: 90%;
    }
    section.services .row{
        flex-wrap: wrap;
        row-gap: 20px;
        column-gap: 0;
    }
    section.com-service{
        background: #F6F6F6;
    }
    section.com-service .row{
        flex-direction: column-reverse;
    }
    section.our-courses .row,
    section.about-us .row{
        flex-wrap: wrap;
    }
    section.com-service,
    section.our-courses{
        padding: 80px 0px;
    }
    .partner-logo .brandLogos__marqueeInner ul img{
        width: 232px;
        min-width: 232px;
    }
    .blog-section article figure img{
        max-height: 250px;
    }
    .footerTop>.row>div:first-child,
    .footerMiddle>.row>div:first-child{
        border-right: none;
        border-bottom: 1px solid #ffffff33;
    }
    #aboutus section.classesEvents{
        margin-left: -15px !important;
        margin-right: -15px !important;
    }
    .servicePricingTable__col {
        margin-bottom: 20px;
    }
    .membership_benefits .row > div{
        margin-bottom: 20px;
    }
}
@media (max-width:600px) {
    section.CMS-Pages.contact_us_Form_section .row,
    section.CMS-Pages.custom_Address_section .row{
        margin: 0;
    }
}
@media (min-width:768px) and (max-width:991px) {
    .Contact_form .form.widelabel > form > .formrow:nth-child(9){
        width: 55%;
    }
}
@media (max-width:767px) {
    .partner-logo .brandLogos__marqueeInner ul img{
        width: 176px;
        min-width: 176px;
    }
    .CMS-Pages.contact_us_Form_section .CMS-pages-image{
        height: 450px;
    }
    .CMS-Pages.contact_us_Form_section .classesEvents__img{
        padding: 10px;
    }
    .blog-section article figure img{
        max-height: 430px;
    }
    .about_steps .about_tab {
        display: flex;
    }
    .about_tab .nav-pills {
        padding-bottom: 0;
        padding-right: 15px;
        margin-bottom: 0 !important;
        margin-right: 10px !important;
        min-width: 100px;
        display: block;
        border-bottom: unset;
        border-right: 2px solid #f5f5f5;
    }
    .about_tab #aboutFeature.nav-pills .nav-item {
        margin-left: 0;
        margin-bottom: 5px;
        padding: 0 !important;
    }
    .about_tab .nav-item .nav-link {
        font-size: 13px;
        padding: 8px 5px;
        width: 83px;
        text-align: center;
    }
    .about_tab .nav-item .nav-link svg {
        width: 24px;
        height: 24px;
        max-width: 100%;
    }
    .about_tab .nav-item.active .nav-link::before, .about_tab .nav-item .nav-link:hover::before {
        content: '\f0da';
        bottom: auto;
        top: 50%;
        left: auto;
        transform: translateY(-50%);
        right: -10px;
    }
    .about_tab ul li.nav-item a::after {
        width: 2px;
        height: 0;
        bottom: auto;
        left: auto;
        right: -17px;
    }
    .about_tab ul li.nav-item.active a::after, .about_tab ul li.nav-item a:hover::after {
        height: 100%;
        width: 2px;
    }
    .about_steps .tab-pane h3 {
        font-size: 18px;
        margin-bottom: 8px;
        margin-top: 0;
    }
    .about_tab .tab-content .tab-pane p {
        font-size: 13px !important;
        line-height: 1.5;
    }
    .classesEvents__listText h3{
        font-size: 20px;
    }
    .gallery-filter.dark li {
        margin-right: 5px !important;
        width: 47%;
    }
    .gallery-filter>ul>li:nth-child(odd){
        border-right: 0px;
    }
    .notfound .blog-search .productSearch_btn.search-sub{
        height: 50px;
    }
}
@media (max-width:575px) {
    .blog-section {
        padding: 40px 15px 80px 15px;
    }
}
@media (max-width:567px) {
    .blog-section article figure img{
        max-height: 400px;
    }
}
@media (max-width:425px) {
    .blog-section article figure img{
        max-height: 205px;
    }
    .event .blog-section article figure img{
        max-height: 285px;
    }
    .partner-logo .brandLogos__marqueeInner ul img{
        width: 94px;
        min-width: 94px;
    }
     .gallery-filter.dark li {  
        margin-right: 0px !important; 
        width: 100%;
    }
}

/* blog */
.blog-section article:nth-child(even):not(.blog.event .blog-section article) {
    flex-direction: row-reverse;
}
div#card_pay label.error,.login_form label.error,
.checkout.payment label.error {
    color: red !important;
}
#filtered_products div.amount span.amount {
    margin: 0 !important;
    padding: 0 !important;
    border: none;
}

del span.current-price , del span.amount {
  text-decoration: line-through!important;
}

@media (min-width:1320px){
    .mainBanner__marqueeInner .fa-angle-double-right:before{
        font-size: 17px !important;
        top: 0;
    }
    .profile-container .user_container .user_rightside_container .user_row h2,.user_container h2, .user_container .h2 {
        font-size: 32px !important;
    }
}


.our-services .TopCMSContainer {
    padding: 0px;
}

div.serviceLandingPage{
    padding-bottom: 0px;
}
.singleServiceSection .row {
    display: flex;
    flex-wrap: wrap;
}
 
.servicePricingTable__block {
    border: 1px solid var(--baseBrandColor);
    padding: 0 30px 30px;
    height: 100%;
    display: flex;
    flex-flow: column;
}

.servicePricingTable__block h3 {
    background: var(--baseBrandColor);
    padding: 16px 30px;
    color: #fff;
    margin: 0 -30px;
    box-shadow: 0px 20px 8px 0 rgba(0, 0, 0, 0.08);
    font-size: 30px;
}

.servicePricingTable__block h4 {
    font-family: var(--bodyFontFamily);
    font-size: 40px;
    font-weight: bold;
    margin: 0;
    /* border-bottom: 1px solid var(--colorDDD); */
    padding: 16px 0px;
    color: var(--baseBrandColor);
}

.servicePricingTable__block h4 label {
    font-size: 60%;
    font-weight: normal;
    margin-right: 10px;
    color: var(--textColor777);
}

.servicePricingTable__block h4 span {
    font-size: 40%;
    font-weight: normal;
    color: var(--textColor777);
}

.servicePricingTable__block h5 {
    font-size: 18px;
    text-transform: uppercase;
    background: var(--lightBrandColor);
    padding: 14px 30px;
    margin: 0 -30px 0px;
    color: var(--blackColor);
}

.servicePricingTable__block ul {
    padding: 20px 0px;
    margin: 0;
}

.servicePricingTable__block li {
    padding: 0 0 16px;
    font-size: 18px;
    color: var(--textColor777);
    position: relative;
}

.servicePricingTable__block li:last-child {
    padding-bottom: 0;
}

.servicePricingTable__block li i {
    margin-right: 10px;
}

.servicePricingTable__block a.base---cta {
    padding: 12px;
    margin: auto 0 0;
    width: 100%;
    text-align: center;
}

.service__servicesNav {
    padding-top: 120px;
    padding-bottom: 0px;
}

.singleServiceSection {
    padding-top: 80px;
    padding-bottom: 80px;
}

.singleServiceSection h3 {
    color: var(--blackColor);
    border-bottom: 1px solid var(--blackColor);
    margin: 0px 0 20px;
    padding: 20px 0 10px;
    font-size: 26px;
}

.singleServiceSection_priceList {
    display: flex;
    flex-flow: wrap;
    margin: 0;
    padding: 0;
    gap: 20px;
}

.singleServiceSection_priceList li {
    width: calc(50% - 10px);
    color: var(--textColor777);
    font-size: 18px;
    display: flex;
    flex-flow: column;
}

.singleServiceSection_priceList__heading {
    cursor: pointer;
    display: flex;
    white-space: nowrap;
    gap: 8px;
}

span.pricingDots {
    width: 100%;
    border-bottom: 1px dotted;
}

.singleServiceSection_priceList__des {
    display: none;
}

.innerPagesHolder .singleServiceSection_priceList__des p:not(#custom) {
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
}

.singleServiceSection__slider .owl-dots {
    position: absolute;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(4px);
    z-index: 999;
    padding: 5px 10px;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    border-radius: 100px;
}

.singleServiceSection__slider .owl-dots button.owl-dot {
    width: 8px;
    height: 8px;
    background: #00000020;
    border-radius: 100px;
}

.singleServiceSection__slider .owl-dots button.owl-dot.active {
    background: var(--baseBrandColor);
}

.singleServiceSection__item img {
    aspect-ratio: 0.9;
    object-fit: cover;
}



.our-services .sectionBgBrand .sectionHeading{
    color: var(--blackColor);
}
section.serviceFormFill {
    padding: 40px;
    background: var(--baseBrandColor);
    border-radius: 16px;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
    color: #fff;
    position: relative;
    overflow: hidden;
}

section.serviceFormFill::before,
section.serviceFormFill::after {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    /* border: 1px dashed #b1337540; */
    background: #ffffff40;
    border-radius: 50%;
    top: -14%;
    right: -5%;
    z-index: 0;
}

section.serviceFormFill::after {
    top: -32%;
    right: 2%;
}

section.serviceFormFill .row {
    display: flex;
    flex-wrap: wrap;
    align-items: end;
}

section.serviceFormFill .row {
    align-items: end;
}

section.serviceFormFill .sectionHeading,
section.serviceFormFill .sectionSubHeadings {
    color: #fff;
}

section.serviceFormFill p:not(#shopProducts__price) {
    color: #fff !important;
}

section.serviceFormFill ul {
    list-style: none;
    display: flex;
    flex-flow: column;
    padding: 0;
    margin: 0;
    font-size: 17px;
    gap: 16px;
}

section.serviceFormFill ul li {
    display: flex;
    align-items: center;
    gap: 8px;
}

section.serviceFormFill .base---cta {
    margin-left: auto;
    float: right;
    margin-top: auto;
    background: #fff;
    color: var(--baseBrandColor);
}

section.serviceFormFill .base---cta:hover {
    background: var(--blackColor);
    color: var(--colorWhite);
}



.serviceGalleryGrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(8, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}
.serviceGalleryGrid > div {
    display: flex;
}
.serviceGalleryGrid img {
    display: block;
    width: 100%;
    min-height: 100%;
    object-fit: cover;
}

.serviceGalleryGrid__div1 {
    grid-area: 1 / 1 / 3 / 2;
}

.serviceGalleryGrid__div2 {
    grid-area: 3 / 1 / 7 / 2;
}

.serviceGalleryGrid__div3 {
    grid-area: 7 / 1 / 9 / 2;
}

.serviceGalleryGrid__div4 {
    grid-area: 1 / 2 / 5 / 3;
}

.serviceGalleryGrid__div5 {
    grid-area: 5 / 2 / 9 / 3;
}

.serviceGalleryGrid__div6 {
    grid-area: 1 / 3 / 3 / 4;
}

.serviceGalleryGrid__div7 {
    grid-area: 3 / 3 / 7 / 4;
}

.serviceGalleryGrid__div8 {
    grid-area: 7 / 3 / 9 / 4;
}



.serviceGallery,
.testimonialSection {
    padding-bottom: 80px;
}

.testimonialSlider__items {
    border: 1px solid var(--colorDDD);
    padding: 24px;
}

span.testimonilaStarts {
    display: flex;
    margin: 0 0 10px;
    color: #ffbf00;
    font-size: 18px;
    gap: 2px;
}

.innerPagesHolder .testimonialSlider__items p:not(.shopProducts__price) {
    font-size: 15px;
    line-height: 24px;
}

.testimonialSlider__items__Info {
    display: flex;
    gap: 20px;
    border-top: 1px solid var(--colorDDD);
    padding-top: 20px;
    align-items: center;
    position: relative;
}

.testimonial__icon svg {
    position: absolute;
    left: 20px;
    top: 30px;
    width: 40px;
    height: auto;
    opacity: 1;
}

.testimonial__icon svg * {
    fill: var(--baseBrandColor);
    opacity: 1;
}

.testimonialSlider__itemsText {
    padding-left: 50px;
    padding-bottom: 10px;
    position: relative;
}

.testimonialSlider .testimonialSlider__items__Info img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 100px;
}

.testimonialSlider__items__Info h4 {
    font-size: 20px;
    font-weight: bold;
    margin: 0;
}

.testimonialSlider__items__Info h4 span {
    display: block;
    font-family: var(--bodyFontFamily);
    font-size: 18px;
    font-weight: normal;
    color: #777;
    margin: 6px 0 0;
}

.customPaddingSection-8{
    padding-top: 80px;
    padding-bottom: 80px;
}
@media screen and (min-width: 1024px) {
.singleServiceSection .sectionSubHeadings{
    font-size: 20px;
}
.singleServiceSection .sectionHeading {
    font-size: 32px;
}
}
@media screen and (max-width: 1300px) {
    .singleServiceSection__slider, .testimonialSlider  {
        overflow: hidden;
    }
}

@media screen and (max-width: 1169px) {

.servicePricingTable__block {
    padding: 0 20px 20px;
}
.servicePricingTable__block h3 {
    padding: 10px 20px;
    font-size: 20px;
    margin: 0 -20px;
}
.servicePricingTable__block h4 {
    font-size: 34px;
}
.servicePricingTable__block h5 {
    font-size: 16px;
    margin: 0 -20px;
    padding: 10px 20px;
}
.servicePricingTable__block li {
    font-size: 16px;
}
}
@media screen and (max-width: 991px) {
    .servicePricingTable__col {
        margin-bottom: 20px;
    }
    .service__servicesNav{
        padding-top: 60px;
    }
    .singleServiceSection{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .serviceGallery, .testimonialSection {
        padding-bottom: 40px;
    }
    ul.nav.homeTabsNav {
        justify-content: start;
    }
    .singleServiceSection .sectionSubHeadings{
        margin-top: 30px;
    }
    section.serviceFormFill {
        padding: 30px;
    }
    .singleServiceSection h3 {
        font-size: 22px;
        margin-top: 0;
        padding-top: 10px;
    }
    .customPaddingSection-8{
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .servicePricingTable .row.align-items-end + div.row{
        flex-direction: column;
    }
}

@media screen and (max-width: 767px) {
section.com-service .text-con h2, section.our-courses .text-con h2, section.about-us .text-con h2, section.about-contact .text-con h2,
section.services h2, .faq-sec h2{
    font-size: 32px;
    line-height: normal;
}
section.com-service .text-con p, section.our-courses .text-con p, section.about-us .text-con p, section.about-contact .text-con p{
    font-size: 20px;
    line-height: normal;
}
section.com-service .text-con a, section.our-courses .text-con a, section.about-us .text-con a, section.about-contact .text-con a{
    padding: 10px 20px;
    font-size: 16px;
}
section.our-courses .text-con h4{
    font-size: 22px;
}
section.about-contact .text-con{
    padding: 0 15px;
}
.newsletter{
    gap: 15px;
}
.newsletter .signup{
    gap: 15px;
}
section.services{
    padding-left: 15px;
    padding-right: 15px;
}
.faq-sec{
    padding: 80px 30px;
}
.singleServiceSection_priceList li {
    width: 100%;
}
section.serviceFormFill {
    padding: 15px;
}
section.serviceFormFill .base---cta {
    float: none;
    margin-top: 20px;
}
section.serviceFormFill ul {
    gap: 8px;
}
section.serviceFormFill ul li {
    font-size: 12px;
}
.serviceGalleryGrid {
    gap: 5px;
}

.singleServiceSection h3 {
    font-size: 22px;
    margin-top: 0;
    padding-top: 10px;
}

section.serviceFormFill .base---cta {
    float: none;
    margin-top: 20px;
}

section.serviceFormFill ul li {
    font-size: 12px;
}

section.serviceFormFill ul {
    gap: 8px;
}

.serviceGalleryGrid {
    gap: 8px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(6, 1fr);
    }
    
    .serviceGalleryGrid__div1 { grid-area: 1 / 1 / 2 / 2; }
    .serviceGalleryGrid__div2 { grid-area: 2 / 1 / 4 / 2; }
    .serviceGalleryGrid__div3 { grid-area: 4 / 1 / 5 / 2; }
    .serviceGalleryGrid__div4 { grid-area: 1 / 2 / 3 / 3; }
    .serviceGalleryGrid__div5 { grid-area: 3 / 2 / 5 / 3; }
    .serviceGalleryGrid__div6 { grid-area: 5 / 1 / 6 / 2; }
    .serviceGalleryGrid__div7 { grid-area: 5 / 2 / 6 / 3; }
    .serviceGalleryGrid__div8 { grid-area: 6 / 1 / 7 / 3; }

.testimonialSlider__items {
    padding: 16px;
}

.testimonial__icon svg {
    left: 10px;
    top: 20px;
    width: 30px;
}

.testimonialSlider__itemsText {
    padding-left: 35px;
    padding-bottom: 10px;
}

.innerPagesHolder .testimonialSlider__items p:not(.shopProducts__price) {
    font-size: 16px;
    line-height: 23px;
}
.testimonialSlider__items__Info {
    gap: 12px;
    padding-top: 10px;
}
.testimonialSlider__items__Info h4 {
    font-size: 18px;
}
.testimonialSlider__items__Info h4 span {
    font-size: 16px;
    margin-top: 2px;
}

.customPaddingSection-8{
    padding-top: 40px;
    padding-bottom: 40px;
}


    .innerPagesHolder .available_Service.Service-1 img{
        padding: 15px 0;
    }
    .innerPagesHolder section.available_Service{
        padding: 15px !important;
    }
    .innerPagesHolder .servicesPage{
        padding: 40px 15px !important;
    }

    .innerPagesHolder .available_Service .sectionHeading{
        font-size: 32px;
        line-height: normal;
    }
    .innerPagesHolder .available_Service .sectionSubHeadings{
        font-size: 22px; 
        line-height: normal;
    }
    .innerPagesHolder .available_Service.Service-2 .col-xs-12.col-sm-6 .service-img, .innerPagesHolder .available_Service.Service-2 .col-xs-12.col-sm-6{
        padding: 20px;
    }

    .innerPagesHolder .available_Service .base---cta{
        font-size: 14px;
    }
    .innerPagesHolder .available_Service.contact_Service .service-content{
        padding: 15px !important;
    }

}


.service__servicesNav ul.nav.homeTabsNav li{
    padding: 0px 25px !important ;
}

.service__servicesNav ul.nav.homeTabsNav li:last-child{
    padding-right: 0 !important;
}
.service__servicesNav ul.nav.homeTabsNav li:first-child{
    padding-left: 0 !important;
}
.service__servicesNav ul.nav.homeTabsNav li.nav-item a::after {
    background: var(--baseBrandColor);
}
.service__servicesNav ul.nav.homeTabsNav{
    justify-content: space-between;
    gap: 0px;
}
.our-services .singleServiceSection#serviceSectionOne{
    padding-top: 0px !important;
}
.our-services .singleServiceSection#serviceSectionTwo{
    background: var(--lightBrandColor);
}



  

.singleServiceSection__item img {
    aspect-ratio: 0.9;
    object-fit: cover;
}
.serviceSignleFormFill {
    margin-bottom: 80px;
}
section.serviceFormFill {
    /* margin-bottom: 80px; */
    padding: 40px;
    background: var(--baseBrandColor);
}

section.serviceFormFill .base---cta { 
    background: #fff;
    color: var(--baseBrandColor);
}

section.serviceFormFill .base---cta:hover {
    background: var(--blackColor);
    color: var(--colorWhite) !important;
}
 

.testimonialSlider__items__Info { 
    border-top: 1px solid var(--colorDDD); 
}
 

.testimonial__icon svg * {
    fill: var(--baseBrandColor);
    opacity: 1;
}
 
.testimonialSlider__items__Info h4 span { 
    font-family: var(--bodyFontFamily); 
    color: var(--whiteColor); 
}



/* testimonial slider */

#testimonialSlider .owl-nav > div{
    width: 40px;
    height: 40px;
    background: var(--baseBrandColor);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 50%;
    transform: translateY(-50%); 
    opacity: 0; 
    left: -50px;
    transition: 0.2s ease-in-out;
  }
  #testimonialSlider .owl-nav .owl-next{
     left: auto;
     right: -50px;
  }
  
  #testimonialSlider:hover .owl-nav .owl-prev,#testimonialSlider:hover .owl-nav .owl-next {
    opacity: 1;
 }
 #testimonialSlider:hover .owl-nav .owl-prev{
  left: 25px;
 }
 #testimonialSlider:hover .owl-nav .owl-next {
  right: 25px;
 }
 
  #testimonialSlider.owl-carousel .owl-stage-outer {
    height: auto !important;
  }
  #testimonialSlider.owl-carousel .owl-item {
    transition: height 0.3s ease-in-out;
  }

 /* dots */
 .slick-dots li.slick-active button:before {
    color: var(--baseBrandColor) !important;
}

ul.slick-dots {
    position: relative;
    background-color: var(--colorDDD);
    border-radius: 100px;
    width: fit-content;
    justify-content: center;
    z-index: 9999;
    top: -45px;
    left: 45%;
    padding-left:2px;
}

.slick-dots li button:before,
.slick-dots li.slick button:before ,
.slick-dots li.slick-active button:before {
    font-size: 10px;
}

.slick-dots li{
    width: 10px;
    height: 19px;
}
.services #main-content .main section.serviceFormFill ul li{
    display: flex !important;
}
section.serviceFormFill ul li{
    padding-left: 0px  !important;
}
section.serviceFormFill ul li i.fa{
    font-size: 17px;
}

@media (min-width:1500px) {
    .courses .inner_page_banner{
        background-position: center bottom;
    }
}
@media (max-width:575px) {
    .bannerText{
        width: 100%;
    }
.service__servicesNav ul.nav.homeTabsNav li{
        padding: 0px 12px!important;
    }

    .service__servicesNav ul.nav.homeTabsNav{
        justify-content: flex-start;
        min-width: fit-content;
    }
}

.no-records-found{
     color: var(--whiteColor);
}