@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto+Serif:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&display=swap');
/*

   font-family: 'Pirulen';
   font-family: 'Forma DJR Micro Regular';
*/


/* 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: 'Forma DJR Micro Regular';
}

h1,
h2,
h3,
h4,
h5,
h4,
h6 {
      font-family: 'Pirulen';
}

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: #2f99e9;
    font-weight: 700;
}

.inner_page_banner {
    padding: 120px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 9;
}

.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: #0000005e;
    backdrop-filter: blur(0px);
    z-index: -1;
}

.pageHeading_text h1 {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 40px;
    margin-bottom: 0;
    font-family: 'Pirulen';
}

.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;
}

.section_padding {
    padding: 60px 0;
}

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

.form-control:focus{
    outline: none;
    box-shadow: unset;
    border-color: #FE0000 !important;
}

.topBar p {
    font-family: 'Forma DJR Micro Regular';
    font-size: 18px;
    font-weight: 400;
    color: #eee;
    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: 'Forma DJR Micro Regular';
    font-size: 18px;
    font-weight: 400;
    line-height: 20.8px;
    color: #eee;
}

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: #fff;
}

.mainHeader {
    padding: 20px 0;
}

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

.header__searchForm form input {
    border: none;
    background: none;
    font-family: 'Forma DJR Micro Regular';
    font-size: 16px;
    font-weight: 400;
    line-height: 20.8px;
    color:#ddd;
    padding: 17px 20px;
    width: 100%;
}

.header__searchForm form button {
    background: #2f99e9;
      font-family: 'Forma DJR Micro Bold';
    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: #2f99e9;
    position: absolute;
    right: -10px;
    top: -10px;
    color: #fff;
    border-radius: 100px;
    font-family: 'Forma DJR Micro Regular';
    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: 'Forma DJR Micro Medium';
    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:#2f99e9;
}

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: 'Forma DJR Micro Medium';
    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: #2f99e9;
}

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: #2f99e9;
}

.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: 'Forma DJR Micro Bold';
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.2em;
    color: #fff;
    margin: 0 0 13px;
}

.mainBanner__text h2 {
      font-family: 'Forma DJR Micro Bold';
    font-size: 60px;
    font-weight: 700;
    line-height: normal;
    color: #fff;
    margin: 0 0 10px;
}

.mainBanner__text p {
    font-family: 'Forma DJR Micro Regular';
    font-size: 20px;
    font-weight: 400;
    line-height: 36px;
    color: #fff;
    margin: 0 0 40px;
}

.base---cta {
    background: #FE0000;
    border: 1px solid #FE0000;
    font-family: 'Pirulen';
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    color: #fff;
    padding: 18px 40px;
    display: inline-block;
    text-transform: uppercase;
}
.base---cta.disable--cta,
.base---cta:hover,
.base---cta:focus,
.customInputButton:hover {
    background: none;
    color: #FE0000;
}
.disable--cta {
    opacity: 0.4;
    cursor: not-allowed !important;
}
.disable--cta *{
    cursor: not-allowed !important;
}
.noneBorder--cta {
    background: no-repeat;
    border: none;
    color: #2f99e9;
    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: #2f99e9;
    background: #fff;
    border-color: #fff;
}

.mainBanner__marquee {
    position: relative;
    left: 0;
    bottom: 0;
    z-index: 1;
    background: #2e2e2e;
    padding: 10px 0;
    width: 100%;
    overflow: hidden;
}

.mainBanner__marqueeInner {
    display: flex;
    width: fit-content;
    gap: 86px;
    animation: marqueeOne 40s linear infinite;
    /* position: absolute; */
}

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

.mainBanner__marquee ul li {
      font-family: 'Pirulen';
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    color: #fff;
    display: flex;
    flex-flow: nowrap;
    white-space: nowrap;
    align-items: center;
    gap: 30px;
}

.mainBanner__marquee ul li a {
      font-family: 'Pirulen';
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    padding: 12px 24px;
    border: 1px solid #FE0000;
    text-transform: uppercase;
    display: flex;
    white-space: nowrap;
    align-items: center;
    gap: 4px;
}

.mainBanner__marquee ul li a:hover {
    background: #fff;
    color: #FE0000;
}

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

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



.sectionHeading {
    margin: 0 0 24px;
      font-family: 'Pirulen';
    font-size: 30px;
    font-weight: 400;
    line-height: normal;
    color: #fff;
    text-transform: capitalize;
}

.sectionSubHeadings {
    margin: 0 0 6px;
      font-family: 'Pirulen';
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.2em;
    color: #FE0000;
    text-transform: uppercase;
}


/*** 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: 'Forma DJR Micro Medium';
    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: 'Forma DJR Micro Bold';
    font-size: 18px;
    font-weight: 700;
    line-height: 23.4px;
    color: #fff;
    text-transform: uppercase;
    background: #06253c;
    display: block;
    padding: 14px;
}

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

.shopByCategories #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: 80px 0px 0px;
    background-color: #181818;
}

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


.aboutUs p {
    font-family: 'Forma DJR Micro Regular';
    font-size: 16px;
    font-weight: 500;
    line-height: 36px;
    color:#ddd;
    margin: 0 0 16px;
}

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


.shopProducts {
    padding: 0 0 80px;
}
.shopProducts__block:hover .shopProducts__addToCart{
    background: #2f99e9;
    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: 'Forma DJR Micro Bold';
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    margin: 0 0 8px;
    color:#ddd;
}

.shopProducts__title {
      font-family: 'Forma DJR Micro Bold';
    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: 'Forma DJR Micro Bold';
    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 #2f99e9;
      font-family: 'Forma DJR Micro Bold';
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    color: #2f99e9;
    padding: 17px 28px;
    text-transform: uppercase;
}

.shopProducts__addToCart:hover {
    background: #2f99e9;
    color: #fff;
}

section.classesEvents {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: #000;
}
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: 'Forma DJR Micro Regular';
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: #ddd;
}

.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: 'Pirulen';
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: #FE0000;
    margin: 0 0 8px;
}

.classesEvents__listText p {
    font-family: 'Forma DJR Micro Regular';
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 0;
    color: #ddd;
}

.calendar .fc .fc-button-primary{
    background-color: transparent;
}
.calendar .fc-h-event,
.calendar .fc .fc-button-primary.fc-button-active{
    background-color: #2f99e9;
    border-color: #2f99e9;
}
.calendar .fc-daygrid-event-dot{
    border-color: #2f99e9;
}
.calendar .fc .fc-button-primary{
    background-color: #fff;
    color:#2f99e9;
}
.calendar .fc .fc-list-event-dot{
    border-color: #2f99e9;
}
.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: 'Forma DJR Micro Medium';
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    color:#ddd;
    margin: 0 0 8px;
    display: block;
}

.newsBlog__title {
      font-family: 'Forma DJR Micro Bold';
    font-size: 30px;
    font-weight: 600;
    line-height: normal;
    color: #fff;
    margin: 0 0 12px;
}

.newsBlog__info p {
    font-family: 'Forma DJR Micro Regular';
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
    color:#ddd;
    margin: 0 0 32px;
}

.newsBlog__arrowIcon {
    display: block;
}







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

.brandLogos__imgs {
    padding: 0;
}

.brandLogos__slider {
    overflow: hidden;
}

.brandLogos__marqueeInner {
    display: flex;
    gap: 40px;
    animation: marqueeOne 40s linear infinite;
    width: fit-content;
}

.brandLogos__marqueeInner ul {
    display: flex;
    margin: 0;
    padding: 0;
    gap: 40px;
}
.brandLogos__marqueeInner ul li a{        
    height: 100%;
    display: inline-flex;
    align-items: center;
}

.brandLogos__marqueeInner ul img {
    width: 120px;
    min-width: 140px;
    height: auto;
    object-fit: contain;
}

.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: #2f99e9 !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: #2f99e9;
    border: 1px solid #2f99e9;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 15px;
}
.newsLetter_submit:hover{
    border: 1px solid #2f99e9;
    color: #2f99e9;
    background-color: transparent;

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

.footerSection {
    padding: 50px 0 15px;
    background: #000;
    color: #fff;
}

.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: 'Forma DJR Micro Regular';
    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: 'Forma DJR Micro Bold';
    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 #FE0000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footerSocialIcons ul a:hover {
    background: #FE0000;
}

.footerMiddle {
    padding: 0 0 30px;
}

.footer__newsletter {
    max-width: 538px;
}

.footer__newsletter {
    max-width: 538px;
}

.footer__newsletter h2 {
      font-family: 'Forma DJR Micro Bold';
    font-size: 30px;
    font-weight: 400;
    line-height: 46px;
    margin: 0 0 16px;
}

/* .footer__newsletter p {
    font-family: 'Forma DJR Micro Regular';
    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: 'Forma DJR Micro Regular';
    font-size: 16px;
    font-weight: normal;
    line-height: 36px;
    border: none;
}

.footer__newsletter button {
    font-family: 'Forma DJR Micro Bold';
    font-size: 16px;
    font-weight: 700;
    line-height: 36px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    background: #2f99e9;
    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: 'Forma DJR Micro Regular';
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
}

.footerNewsLetter__terms input[type="checkbox"] {
    background: #2f99e9;
    border: none;
    width: 20px;
}

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

.footerLinkBlock__heading {
      font-family: 'Forma DJR Micro Bold';
    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: 'Forma DJR Micro Regular';
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    color: #fff;
}

.footerLinkBlock ul li a {
    display: flex;
    align-items: center;
    font-family: 'Forma DJR Micro Regular';
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    color: #fff;
    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:7px;
}
.footerLinkBlock ul li a:hover::before{
    content:"\f05b";
    font-family: "FontAwesome";
    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: 'Forma DJR Micro Regular';
    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:#ddd;
    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: #000;
    padding: 20px;
    border-left: 5px solid #FE0000;
}

blockquote.blockquote p {
    color: #ddd;
}

footer.blockquote-footer {
    color: #ddd;
    font-family: 'Forma DJR Micro Regular';
    font-size: 16px;
    margin-top: -1.5rem;
    display: block;
    text-align: right;
}

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

}

.teamPage__img img {
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.teamPage__text {
    padding: 40px;
    padding-right: 55px;
    margin: auto;
}

.teamPage__text h2 {
    font-size: 32px;
    font-weight: bold;
    margin: 0 0 10px;
}

.teamPage__text h3 {
    margin: 0 0 20px;
    font-size: 22px;
    color: #ddd;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    padding-bottom: 24px;
}

.teamPage__text .footerSocialIcons {
    flex-direction: column;
    align-items: start;
    justify-content: start;    
    margin: 24px 0 0;
    padding: 24px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
}

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


/****==================================== 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: #2f99e9;
}

.shopProducts__block__fav__check input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    left: 4px;
    top: 5px;
    width: 12px;
    height: 7px;
    border-bottom: 2px solid #2f99e9;
    border-left: 2px solid #2f99e9;
    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: "Forma DJR Micro Regular";
}

.checkoutPage table tr th {
    color: #2f99e9;
    text-transform: uppercase;
      font-family: 'Forma DJR Micro Bold';
}

.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: #2f99e9;
}

.checkoutPage table tr td input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    left: 4px;
    top: 5px;
    width: 12px;
    height: 7px;
    border-bottom: 2px solid #2f99e9;
    border-left: 2px solid #2f99e9;
    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: #2f99e9;
    font-size: 18px;
    font-weight: bold;
}

.cartProduct--price {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    font-family: "Forma DJR Micro Bold" ;
}

.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: 'Forma DJR Micro Bold';
    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 #2f99e9;
      font-family: 'Forma DJR Micro Bold';
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    color: #2f99e9;
    padding: 9px 20px;
    text-transform: uppercase;
    display: inline-block;
}
.checkoutListing_btn a:hover {
    background: #2f99e9;
    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: #2f99e9;
}
.custom__profile__gender .radio-group label {
    margin-bottom: 0;
}
.custom__profile__fileUpload {
	background: #2f99e9;
	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: #2f99e9;
}
  
@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: "FontAwesome";
    position: absolute;
    right: 27px;
    border: 1px solid #2f99e9;
    padding:3px 5px;
    font-size:17px;
    color: #2f99e9;
    cursor: pointer;
}
.header_cartListing____btn a {
    background: #2f99e9;
    border: 1px solid #2f99e9;
      font-family: 'Forma DJR Micro Bold';
    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:#2f99e9;
}
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: "FontAwesome";
    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: #2f99e9;
}
.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: #2f99e9;
 }
.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: #2f99e9;
}

.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;
    font-size: 30px;
    font-weight: normal;
}

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

section.contact_us_Form_section {
    margin: 0px 0px 60px!important;
    background-color: #000;
    padding: 80px 0;
}

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

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

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

.custon_Contact_Form .form .form-control {
    padding: 6px 10px;
    font-size: 14px;
    border-radius: unset;
    color: #fff;
    font-family: 'Forma DJR Micro Regular';
}

.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: #2f99e9;
    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: #000;
    padding: 30px 20px;
    text-align: center;
    min-height: 195px;
}

.custom_Address_icon span {
    border: 1px solid #FE0000;
    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: #FE0000;
}

.custom_Address_icon span i {
    font-size: 25px;
    font-weight: 900;
}
.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: #ddd;
    display: block;
    line-height: 24px;
    overflow-wrap: anywhere;
}

@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: #2f99e9;
    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: #2f99e9;
    border-color: #2f99e9;
    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: #2f99e9 !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 #2f99e9;
    width: 100%;
    flex: 1;
}

.class_card .card-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    color: #2f99e9;
    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: 'Pirulen';
    font-size: 27px;
    font-weight: 400;
    line-height: 30px;
    color: #FE0000;
    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:#ddd;
}
.privacy_policy_page ul li,
.privacy_policy_page ol li {
    margin-bottom: 15px!important;
    color:#ddd;
    padding-left: 0px !important;
}
.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: 'Forma DJR Micro Bold';
    font-size: 16px;
    font-weight: 400;
    line-height: 20.8px;
    color:#ddd;
    padding: 15px 17px;
    width: 100%;
    border: 1px solid #2f99e9;
    border-radius: unset;
 }
 .custom_login_signinForm input.form-control:valid {
    background: #fff; 
  }
  .customInput{
    box-shadow:unset;
    border: 1px solid #2f99e9;
 } */
 .custom_login_signinForm button.btn.base---cta {
    width: 100%;
    border-radius: unset;
    border: 1px solid #2f99e9;
}
.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: 'Forma DJR Micro Regular';
    font-size: 16px;
    font-weight: 400;
    line-height: 20.8px;
    color:#ddd;
    padding: 15px 17px;
    width: 100%;
    border: 1px solid #2f99e9;
    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: 16px;
    }
    .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 #2f99e9;
    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 #2f99e9;
    border-bottom: 1px solid #2f99e9;
  }
  .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 #2f99e9;
        opacity: 0.6;
    }
      .singleProdct_thumbnail_slider  .thumbnails img:hover {
        transform: scale(1.05);
      }
      .singleProdct_thumbnail_slider .arrow {
      background-color: #2f99e9;
      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: #2f99e9;
      }
      .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 #2f99e9;
    padding: 6px 15px;
    margin-top: 15px;
}
.membership-card {
    padding:24px;
    background-color: #FFF9E1;
    height: 100%;
}
.membership-card img.membership-cardIcon{
    height: 50px;
    object-fit: contain;
}
.membership_benefits{
    margin: 30px 0 90px;
}
.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: #fff;
    margin-top: 15px;
}
/********************************** Membership page css end ***********************************/



/********************************** Cart page css start ***********************************/
.cart_order_Item_row {
    border-bottom: 1px solid #2f99e9;
    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 #2f99e9;
    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 #2f99e9;
    width: 80%;
}
.cart_couponBox form.coupon_code button {
      font-family: 'Forma DJR Micro Bold';
    font-size: 18px;
    font-weight: 700;
    line-height: 23.4px;
    color: #fff;
    text-transform: uppercase;
    background: #2f99e9;
    display: inline-block;
    padding: 14px 0;
    width:30%;
    border: 1px solid #2f99e9;
}
.cart_couponBox form.coupon_code button:hover {
    background-color: transparent;
    border: 1px solid #2f99e9;
    color: #2f99e9;
}
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 #2f99e9;
    margin-top: 20px;
    margin-bottom: 50px;
    align-items: center;
    padding-top: 15px;
}
.cart_price_Total_Box {
    padding-left: 20px;
    border-left: 1px solid #2f99e9;
}
.proceed_checkout_txt {
    text-align: right;
}
.cart_price_Total_heading h3 {
    text-transform: uppercase;
    font-size: 20px;
    border-bottom: 1px solid #2f99e9;
    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;
}
@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: 'Forma DJR Micro Bold';
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    color: #2f99e9;
    margin-bottom: 10px;
}
.PersonCourses_heading h2 {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.coerses__innerCol {
    border: 1px solid #2f99e9;
    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: #2f99e9;
    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: #2f99e9;
    border-color: #2f99e9;
}
.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: #2f99e9;
    border-color: #2f99e9;
}
.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;
    }
    
}

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

    .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;
    }

    .mainBanner__marquee ul li {
        font-size: 18px;
        gap: 10px;
    }

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

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

    .shopByCategories #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;
    }

    .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 {
        border-right: none;
        border-bottom: 1px solid #ffffff33;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .footerSocialIcons {
        justify-content: start;
        align-items: 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;
        font-size: 14px;
    }

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

    .footerCopyRight p,
    .footerCopyRight li,
    .footerCopyRight a {
        font-size: 14px;
    }
    .Contact_form .dive_widgets button:not(.conForm .dive_widgets button){
        font-size: 14px;
        line-height: 13px;
    }
}

@media screen and (max-width: 991px) {
    .menuToggler button.navbar-toggler {
        border: none;
        outline: none;
        box-shadow: none;
        background: #2f99e9;
        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 #shopByCategories__owlCarousel .owl-nav button {
        left: 0;
    }

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

    .mainBanner__marquee {
        padding: 8px 0;
    }

    .mainBanner__marquee ul {
        gap: 30px;
    }

    .mainBanner__marquee ul li {
        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;
    }

    .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;
    }
}
.profile-container .user_container .user_rightside_container .user_row h2,.user_container h2, .user_container .h2 {
    font-weight: 400 !important;
}
/* 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: 40px !important;
        font-weight: 700;
    }
    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;
        flex: 1;
    }
    .blog-search .search-sub{
        min-height: 40px;
    }
    .Contact_form .dive_widgets button:not(.conForm .dive_widgets button) {
        width: 25%;
        background: #FE0000;
        border: 1px solid #FE0000;        
        border-radius: 0px; 
        font-size: 14px;
        font-weight: 400;
        line-height: 16px;
        color: #fff;
        padding: 12px 15px;
        display: inline-block;
        text-transform: uppercase;
    }
    .servicesPage__text{
        padding: 15px;
    }
}
.col-md-6.col-sm-12.col-xs-12.classesEvents__img .CMS-pages-image {
    display: flex;
    height: 100%;
}
.contact-us .col-md-6.col-sm-12.col-xs-12.classesEvents__img .CMS-pages-image {
    height: auto;
}
.classesEvents__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.row.Event-Center {
    display: flex;
}
div#footer2 li  {
    padding: 0 0 10px !important;
}
div#footer2 li a {
    padding-left: 0 !important;
}
.custom_Privacy_Policy_contacttext_inner.privacy_inner_section_m_top a {
    color: #ddd;
}

/* 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:48px;
}
.blog-section article figure img{
    width: 100%;
}

@media (max-width:767px) {

    .blog-section article figure.nopadding,
    .blog-section article div.caption{
        width: 100% !important;
        min-width: 100% !important;
    } 
    .blog-section article {
        flex-direction:column;
    }
    /* .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 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;
    }
}
@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;
    } 
    .blog-section article div.caption{
        width: 100% !important;
        padding: 0 10px;
    }
    .blog-section article div.caption{
        padding-left: 20px;
    }    
    body.blog.event .blog-section article div.caption{
        padding: 24px 24px 24px 36px;
    }    
    .Contact_form .form.widelabel > form > .formrow:nth-child(9) {
  width: 55%;
}
 
  .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: -24px;
}
.shop-bc {
    margin-bottom: 40px;
}
}

.blog-section article div.caption .date{
    font-family: 'Pirulen';
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    color: #FFF !important;
}
.blog-section article div.caption .description{
    color:#ddd!important;
    font-size: 16px;
    line-height: 30px;
    font-family: 'Forma DJR Micro Regular';
}

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

.blog-section article div.caption .blog-title{
    font-size: 20px;
    font-weight: 500;
}
.blog-section article div.caption .description .readmore{
    font-size: 14px;
    /* padding: 16px 30px; */
    display: block;
    /* background: #FE0000;
    border: 1px solid #FE0000; */
    font-family: 'Pirulen';
    font-weight: 400;
    line-height: normal;
    color: #fff;    
    text-transform: uppercase;
    width: fit-content;
    margin-top: 5px;
}
.blog-section article div.caption .description .readmore:hover{
    /* background: #fff;
    color: #FE0000; */
}
body.blog.event .blog-section article div.caption .description .readmore{
    font-size: 14px;
    padding: 16px 30px;
    display: block;
    background: #FE0000;
    border: 1px solid #FE0000;  
    font-family: 'Pirulen';
    font-weight: 400;
    line-height: normal;
    color: #fff;    
    text-transform: uppercase;
    width: fit-content;
    margin-top: 5px;
}
body.blog.event .blog-section article div.caption .description .readmore:hover{
    background: transparent;
    color: #FE0000;
}
body.blog.event .blog-section article div.caption .description .readmore::after {
    content: '\f101';
    font-family: 'FontAwesome';
    position: relative;
    left: 6px;
    top: 1px;
    font-size: 18px;
}
.classesEvents .Event-Center .classesEvents__img{
    padding: 0 !important;
    
   }
   
.teamPageblock.Personal-details .row {
    display: flex;
    flex-wrap: wrap;
}
.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: 100% !important;
}
.text-end {
    text-align: right !important;
}
body .footer-item h6{
    font-family: 'Forma DJR Micro Bold'!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: 18px !important;
}
div#slider .mainBanner__marquee ul li {
    font-size: 16px;
    font-family: 'Pirulen' !important;
    font-weight: 400;
    line-height: 31.2px;
    color: #fff;
    display: flex;
    flex-flow: nowrap;
    white-space: nowrap;
    align-items: center;
    gap: 30px;
}
div#slider .mainBanner__marquee ul li a {
    font-size: 16px;
    font-family: 'Pirulen' !important;
}
div#slider .mainBanner__marqueeInner .fa-angle-double-right:before{
    font-size: 21px !important;
}
div#slider .innerPage_marquee .mainBanner__marquee{
    padding: 28px 0 27px;
}
.newsBlog #latest_blog_lists h2::before {
    content: "INDUSTRY ";
    /* font-weight: bold; */
    position: absolute;
    top: -35px;
    margin: 0 0 6px;
    font-family: 'Forma DJR Micro Medium';
    font-size: 24px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.2em;
    color: #2f99e9;
    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;
}
.contact-us #main-content .main li{
    padding: 8px 16px!important;
}
.custom_Address_Box h4 a {
    color: #fff !important;
    font-size: 24px;
}
input#UserCaptcha {
    padding: 8px;
    border: 1px solid #ccc;
    background-color: #565656;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control{
    background-color: transparent;
}
body.profile label{
    color: #ddd;
    font-weight: 500;
    font-size: 16px;
    font-family: "Forma DJR Micro Medium";
}
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;
}
.custom_Address_Box {
    background-color: #000;
    padding: 30px 20px;
    text-align: center;
    min-height: 220px;
    margin: 14px 0px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
section.CMS-Pages.custom_Address_section .CMS-pages-content.rm{
    height: 91%;
}
.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: 1px;
    left: -5px;
}
.shop-bc {
    padding: 20px 10px !important;
    margin-bottom: 20px;
}
.user-row.text-center button.btn.btn-primary.sub_btn {
    padding: 3px 10px!important;
    border-radius: 0;
    background: #FE0000 !important;
}
.user-row.text-center button.btn.btn-primary.sub_btn:hover{
    background: #FFF !important;
    color: #FE0000 !important;
    border: 1px solid #FE0000;
}
body.blog .shop-bc{
    margin-left: 5%;
}
ol.breadcrumb li span, ol.breadcrumb li strong, ol.breadcrumb li a {
    color: #FE0000 !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 {
    /* width: 15%; */
    /* margin: 10px; */
    display: block;
    /* min-width: 150px; */
}
#home section.product-wrapper.productsGroup-home.Home-ProGroups .productBorder{
    /* min-width: 100%; */
}
section.product-wrapper.productsGroup-home.Home-ProGroups .productBorder.chkProductID > div:first-child {
    display: block;
    background: #fff;
    height: 151px !important;
}
.about_tab .nav-pills {
    justify-content: space-between;
    border-bottom: 2px solid #333;
    margin-bottom: 30px;
    padding-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: 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;
}
.nav-link {
    display: block;
    font-family: 'FontAwesome';
    padding: 8px 16px;
    text-decoration: none;
    background: 0 0;
    border: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    border-radius: 6px;
}
.about_tab .nav-item .nav-link {
    color: #000;
    font-family: 'Forma DJR Micro Regular';
    font-weight: 400;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    text-align: center;
}
.about_tab .nav-item .nav-link.active, .about_tab .nav-item .nav-link:hover {
    background-color: transparent;
    color: #fff;
    border-width: 1px 1px 0 1px;
    border-color: #000;
    position: relative;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    background-color: #333;
}
.about_steps .about_tab .nav-item .nav-link {
    color: #7f7f7f;
}
.about_steps .about_tab .nav-item.active .nav-link, .about_steps .about_tab .nav-item .nav-link:hover {
    color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    background-color: #333;
}
.about_steps .about_tab .nav-item .nav-link svg {
    fill: #7f7f7f;
}
.about_steps .about_tab .nav-item.active .nav-link svg,  .about_tab .nav-item .nav-link:hover svg {
    fill: #fff;
}

.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: #333;
}
.about_tab ul li.nav-item a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -24px;
    height: 2px;
    width: 0;
    background: #000;
    transition: all 0.2s;
}
.about_tab ul li.nav-item.active a::after, .about_tab ul li.nav-item a:hover::after {
    width: 100%;
    background: #FE0000;
}
.about_steps .about_tab ul li.nav-item.active a::after, .about_tab ul li.nav-item a:hover::after {
    background: #FE0000;
}
#aboutFeature::before ,#aboutFeature::after{
    display: none;
}
.about_steps {
    background-color: #000;
    padding: 60px 0;
}
.about_tab .tab-pane {
    text-align: center;
    color: #fff;
}
.tab-content>.tab-pane {
    display: none;
}
.tab-content>.active {
    display: block;
}
@media (min-width: 992px) and (max-width: 1230px) {
    section.product-wrapper.productsGroup-home.Home-ProGroups .row.no-margin.row-border.shop6-col.isotopeFix > div {
        /* width: 31%; */
        /* margin: 10px; */
        /* min-width: 178px; */
    }
    .aboutUs__images{
        /* margin-right: 25px; */
    }
    .services .aboutUs__images{
        margin-right: 0px;
    }

}
@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.product-wrapper.productsGroup-home.Home-ProGroups .row.no-margin.row-border.shop6-col.isotopeFix > div {
        /* width: 31%; */
        /* margin: 10px; */
        /* min-width: 178px; */
    }


}
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: 10px;
}
.innerPagesHolder section.CMS-Pages.Double-img .CMS-pages-image.aboutUs__images img{
    width: auto !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: #DDD;
    font-family: "Forma DJR Banner";
    letter-spacing: 0.50px;
}
.CMS-Pages.contact_us_Form_section .CMS-pages-image,
.CMS-Pages.contact_us_Form_section .CMS-pages-image iframe{
    height: calc(100% - 6px);
}
#notfound .blog-search .search-input{
    width: 100% !important;
}
.notfound .blog-search .productSearch_btn.search-sub{
    padding: 0;
    right: 10px;
    top: -5px;
}
.blog-section article:nth-child(even) {
    flex-direction: row-reverse;
}
body.blog.event .blog-section article:nth-child(even) {
    flex-direction: row;
}
.blog-section article{
    background: #181818!important;
}
body.blog.event .blog-section article{
    background: #555 !important;     
}

.innerPagesHolder .team_section {
    padding-bottom: 40px;
    padding-top: 80px;
}
.row.team_row{
    display: flex;
    flex-wrap: wrap;
}
.team_card {
    position: relative;
    transform-style: preserve-3d;
    transition: transform 0.6s;
}
.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: center;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(221, 221, 221);
    border-image: initial;
    padding: 15px;
    background: #181818;
}
.team_card:hover {
    transform: rotateY(180deg);
}
section.team_section .teamPage__text h2{
    font-size: 20px;
    font-weight: normal;
    margin: 0 0 10px;
}
section.team_section .teamPage__text h3{
    font-size: 16px;
    margin: 0 0 20px;
    padding: 0px;
    border: none;

}
section.team_section .teamPage__text h2,section.team_section .teamPage__text h3{
    text-align: left;
}
section.team_section .teamPage__text{
    padding: 15px 0!important;
    margin: auto!important;
}
section.team_section .team_card_back> p {
    font-size: 15px !important;
    line-height: 27px;
}
section.team_section .team_row>div {
    margin-bottom: 24px;
}
.partner-logo .brandLogos__text .sectionSubHeadings{
    margin: 0 0 24px;
    font-family: 'Pirulen';
    text-align: center;
    font-size: 40px;
    color:#fff!important;
    text-transform: none;
    letter-spacing: 0;  
}
.partner-logo .brandLogos__text {
    background: transparent;
    padding: 0px!important;
}
.partner-logo{
    background: #333;
    padding: 60px 0;
}
.about-us .TopCMSContainer{
    padding: 0px;
}
.about-us .text-left.cmsInnerContent{
    margin: 0px!important;
}
.productDetailsPage .product-images-wrapper .flex-active-slide{
    padding: 16px;
    border: 4px solid #FE0000;
    background:#fff;
}
.courseDetailsPage .product-images-wrapper .flex-active-slide img{
    border: 4px solid #FE0000;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.login_form h3{
    margin-bottom: 10px;
}
div.profile-container div.user_container h2{
    color:#fff!important;
}
.jconfirm-buttons .btn.btn-warning{
    background: #000;
    color: #fff;
}
.jconfirm-buttons .btn.btn-warning:hover{
    border: 1px solid #FE0000;
}
.hederLogo{
    text-align: center;
}
.hederLogo img{
    /* width: 150px!important;
    height: 150px!important; */
    width: 470px;
}
.product-page .all-products .text-right{
    color: #fff!important;
}
.about_steps .tab-pane h3{
    font-size: 26px;
    margin-bottom: 8px;
}
.bannerText a.shop-btn:hover{
    background: #fff!important;
    border-color: #fff!important;
    color: #FE0000!important;
}
#home .aboutUs{
    padding: 140px 0px;
}
.login_form center b {
    color: #fff;
}
.wrap.pull-right a > button:hover,button.btn.btn-warning.btn-lg:hover,button#apply_coupon:hover,button.btn.btn-success.btn-bg.pull-right.return_to_cart:hover,.return_to_cart:hover,#content #abovetext button.btn.btn-primary.btn-bg.pull-right.proceed_pay:hover,.proceed_pay:hover{
    color:#FE0000!important;
    background: none!important;
}
table.table.table-cart tr td{
    padding: 20px 10px;
}
table.table.table-cart tr{
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}
.wrap.pull-right.pd-10 table.table.table-cart tr{
    border: none;
}
    
/* mq */
@media (max-width:1400px) {
    .blog-section article figure img {
        max-height: 300px;
    }
}
@media (min-width:1401px) {
    
    .aboutUs__images{
        margin-right: 30px;
    }
    .services .aboutUs__images{
        margin-right: 0px;
    }
    .CMS-Pages.contact_us_Form_section .CMS-pages-image,
    .CMS-Pages.contact_us_Form_section .CMS-pages-image iframe{
    height: calc(100% - 6px);
}
}
@media (max-width:1320px) {
    #head .navbar-default .navbar-nav>li>a{
        font-size: 14px;
    }
}
@media (max-width:1200px) {
    .blog-section article figure img{
        max-height: 250px;
    }
}
@media (max-width:1024px) {
    .fa-angle-double-right:before{
        font-size: 18px;
    }
}
@media (max-width:991px) {
    .blog-section article figure img{
        max-height: 250px;
    }
}
@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 .dive_widgets button:not(.conForm .dive_widgets button){
        width:min-content;
        position: relative;
        top: 0px; 
        right: -5px !important;
        padding: 12px 20px!important;
        font-size: 14px;
      }
    .Contact_form .form.widelabel > form > .formrow:nth-child(9){
        width: 55%;
    }
    .aboutUs__images{
        /* margin-right: 15px; */
    }
    .services .aboutUs__images{
        margin-right: 0px;
    }
    section.team_section .team_card_back> p{
        font-size: 11px !important;
        line-height: normal !important;
      }
      .custom_Address_Box h4{
        font-size: 20px;
      }
}
@media (max-width:767px) {
    .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: 300px;
    }
    .about_steps .about_tab {
        display: flex;
    }
    .about_tab .nav-pills {
        padding-bottom: 0;
        /* padding-right: 14px; */
        margin-bottom: 0 !important;
        margin-right: 10px!important;
        min-width: 100px;
        display: block;
        border-bottom: unset;
        border-right: 2px solid #f5f5f5;
    }
    .about_tab .nav-pills .nav-item {
        margin-left: 0;
        margin-bottom: 5px;
    }
    .about_tab .nav-item .nav-link {
        font-size: 13px;
        padding: 8px 5px;
        width: 83px;
        text-align: center;
    }
    .about_tab ul li.nav-item a::after {
        width: 2px;
        height: 0;
        bottom: auto;
        left: auto;
        right: -17px;
    }
    .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.active a::after, .about_tab ul li.nav-item a:hover::after {
        height: 100%;
        width: 2px;
    }
    .about_tab .tab-content {
        padding: 15px 0;
    }
    section.about_steps ul.nav-pills li.nav-item{
        padding: 0px!important;
    }
    .partner-logo .brandLogos__text .sectionSubHeadings{
        font-weight: 24px;
    }
    .about_steps .tab-pane h3{
        font-size: 18px;
        margin-bottom: 8px;
    }
    .blog-section article:nth-child(even),body.blog.event .blog-section article:nth-child(even) {
        flex-direction: column;
    }
    
    .about_steps  .tab-content>.tab-pane p{
        font-size: 13px;
        line-height: 1.5;
    }
    .about_tab #aboutFeature.nav-pills .nav-item {
        margin-left: 0;
        margin-bottom: 5px;
        padding: 0 !important;
    }
}
@media (max-width:567px) {
    .blog-section {
        padding: 40px 15px 80px 15px;
    }
}
@media (max-width:425px) {
    .blog-section article figure img{
        max-height: 207px;
    }
}
@media (max-width:390px) {
    .blog-section article figure img{
        max-height: 190px;
    }
}
@media (max-width:360px) {
    .blog-section article figure img{
        max-height: 166px;
    }
}
@media (max-width:1025px) {
    .partner-logo .brandLogos__text .sectionSubHeadings{
        font-weight: 30px;
    }
}
@media (min-width:1441px) {
    .row.proView{
        max-width: 100% !important;
    }
}
 
@media (min-width:1500px) {
    #wall2 #slider .owl-stage-outer .container{
        display: flex;
        /* justify-content: end; */
    }
    .bannerText{
        position: relative;
        transform: none;
        top: 0;
        right: 0;
    }
    
}
@media screen and (max-width: 1320px) {
    div#slider .innerPage_marquee .mainBanner__marquee {
        padding: 20px 0px;
    }
    div#slider .mainBanner__marquee ul li{
      font-size: 16px;
      gap: 10px;
      font-weight: 400;
    }
}

@media screen and (max-width: 576px) {
    .classesEvents__img {
        padding: 0px 15px;
    }
    /* .p-0{
        padding: 0px;
    } */
    .about_steps .container div{
        padding: 0px;
    }
    .about_steps .container p{
        padding: 0px 15px;
    }
    .CMS-Pages.aboutUs.Double-img .col-md-12.mt-40.mb-40{
        padding: 0px;
    }
    section.team_section{
        padding-left: 15px;
        padding-right: 15px;
    }
    section.CMS-Pages.aboutUs.Double-img{
        padding: 80px 15px 0 15px;
    }
}

/* contact */ 
section.CMS-Pages.custom_Address_section .row {
    display: flex;
    flex-wrap: wrap;
  }
  
  section.CMS-Pages.custom_Address_section .col-md-4.col-sm-12.col-xs-12 {
    display: flex;
  }
  
 .CMS-Pages.custom_Address_section .col-md-4.col-sm-12.col-xs-12  .CMS-pages-content.rm{
    flex: 1;
    display: flex;
    flex-direction: column;
  }
  .CMS-Pages.custom_Address_section .col-md-4.col-sm-12.col-xs-12  .CMS-pages-content.rm .custom_Address_Box {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  
  .aboutUs__images img {
    width: calc(50% - 15px) !important;
}
form.login-form .input>label{
    font-family: 'Forma DJR Micro Bold' !important;
    font-size: 16px;
    font-weight: 400;
    color: #ddd !important;
}
.create_account .login_form h3{
    margin-bottom: 30px;
}



/* Home Page hear from our customer */
 
section.testimonialSection.homePage_testimonial {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #181818;
}
.homePage_testimonial .testimonialSlider__items {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    margin: 0 15px;
}
.testimonialSlider__items {
    border: 1px solid #FFF;
    padding: 24px;
}
.testimonial__icon svg {
position: absolute;
left: 30px;
top: 30px;
width: 40px;
height: auto;
opacity: 1;
}
.testimonial__icon svg * {
fill: #FE0000;
opacity: 1;
}
.testimonialSlider__itemsText {
padding-left: 50px;
padding-bottom: 10px;
position: relative;
} 
span.testimonilaStarts {
display: flex;
margin: 0 0 10px;
color: #ffbf00;
font-size: 16px;
gap: 2px;
}
.homePage_testimonial .testimonialSlider__itemsText p {
font-size: 15px;
line-height: 24px;
color: #FFF;
}

.testimonialSlider__items__Info {
display: flex;
gap: 20px;
border-top: 1px solid #DDD;
padding-top: 20px;
align-items: center;
position: relative;
}
.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 {
color: #FFF;
font-size: 18px;
margin: 0;
font-family: 'Pirulen';
} 

.testimonialSlider__items__Info h4 span {
display: block;
font-family: "Forma DJR Micro Regular";
font-size: 16px;
font-weight: normal;
color: #FFF;
margin: 6px 0 0;
text-align: left;
}

@media screen and (max-width: 767px) {
    .testimonial__icon svg {
        left: 20px;
        top: 20px;
        width: 30px;
    }
    .testimonialSlider__items__Info h4 {
        font-size: 18px;
    }
    .testimonialSlider__items__Info h4 span {
        font-size: 14px;
        margin-top: 2px;
    }      
    .testimonialSlider__items {
        padding: 16px;
    }
    .testimonialSlider__itemsText {
        padding-left: 35px;
        padding-bottom: 10px;
    }
    .testimonialSection .container{
        margin: 0 4px;
    }
    div#slider .innerPage_marquee .mainBanner__marquee {
        padding: 8px 0px;
    }
}
@media screen and (max-width: 991px) {
     .testimonialSection {
        padding-bottom: 40px !important;
    }
    .about .TopCMSContainer{
        padding: 0px;
    }
}

@media screen and (max-width: 767px) {
  section.CMS-Pages.aboutUs.Double-img .sectionSubHeadings{
        margin-top: 20px;
    }
    .about .About-last-para{
        margin-left: 15px !important;
        margin-right: 15px !important;
    }
    .about_steps{
        padding: 60px 15px;
    }
    .Contact_form .dive_widgets button:not(.conForm .dive_widgets button){
        width: fit-content !important;
    }
}

.services .innerPagesHolder.servicesPage .CMS-pages-image.aboutUs__images {
    padding: 0px 17px 2px;
}
@media (min-width:768px) and (max-width: 1024px) {
    div#slider .innerPage_marquee .mainBanner__marquee {
        padding: 10px 0px;
    }
}

@media (min-width:768px) and (max-width:1199px) {
    .CMS-Pages.contact_us_Form_section .CMS-pages-image iframe{
        width: 107%;
    }
}
@media (min-width:1200px) {
    .CMS-Pages.contact_us_Form_section .CMS-pages-image iframe{
        width: 104% !important;
    }
    .Contact_form .dive_widgets button:not(.conForm .dive_widgets button){
        position: relative;
        top: 0px;
        /* right: -37px !important; */
      }
}
@media (min-width:992px)and (max-width:1320px) {
    .Contact_form .dive_widgets button:not(.conForm .dive_widgets button){
        padding: 14px 28px;
        position: relative;
        top: 20px;
        right: 0px;
        width: auto;
        line-height: 16px;
    }
}
@media (min-width:1024px)and (max-width:1199px){
    .Contact_form .dive_widgets button:not(.conForm .dive_widgets button){
       top: 0px;
    }
}

@media (min-width:1321px) {
    .Contact_form .dive_widgets button:not(.conForm .dive_widgets button) {        
        padding: 18px 40px;
        position: relative;
        top: 8px;
        right: 0px;
        width: auto
    }
}
.Contact_form .form{        
    margin-bottom: 0;
}

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

.CMS-Pages.aboutUs.Double-img .p-0{
    padding-left: 12px;
    padding-right: 12px;
}
@media (min-width: 1199px) and (max-width: 1399px){
    ul.nav.navbar-nav.navbarRight{
        gap: 15px!important;
        justify-content: space-between!important;
        flex-wrap:nowrap!important;
    }
        #head .navbar-default .navbar-nav>li>a {
        font-size: 13px;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
    ul.nav.navbar-nav.navbarRight{
        gap: 10px!important;
        justify-content: space-between!important;
        flex-wrap:nowrap!important;
    }
    #head .navbar-default .navbar-nav>li>a{
        padding: 15px 0;
        font-size: 11px!important;
    }
    .navbar-nav ul.dropdown-menu.sub-menu.sm-nowrap > li > a{
         font-size: 11px!important;
    }
    .navbar-default>.container {
        max-width: 100%!important;
    }

}
@media (min-width: 768px) and (max-width: 991px){
    #head .navbar-default .navbar-nav>li>a {
        padding: 15px 0;
        font-size: 8px!important;
    }
     .navbar-nav ul.dropdown-menu.sub-menu.sm-nowrap > li > a{
        font-size: 8px!important;
    }
    
}