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

  font-family: "Open Sans", sans-serif;
   font-family: "DDT-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: "Open Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h4,
h6 {
    font-family: "DDT-Regular";
}

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: #E65E26;
    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(3px);
    z-index: -1;
}

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

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

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

.innerPage_marquee .mainBanner__marquee ul li a {
    font-size: 12px;
}
div#slider .mainBanner__marquee ul li a {
    font-size: 16px;
}
.section_padding {
    padding: 60px 0;
}

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

.topBar {
    padding: 19px 0 20px;
    background: #FFF;
    border-bottom: 1px solid #ddd;
}

.topBar p {
    font-family: "DDT-Regular";
    font-size: 16px;
    font-weight: 400;
    color: #777;
    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: "DDT-Regular";
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: #777;
}

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

.mainHeader {
    padding: 41px 0;
    background-color: #000;
}

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

.header__searchForm form input {
    border: none;
    background: none;
    font-family: "DDT-Regular";
    font-size: 16px;
    font-weight: 400;
    line-height: 20.8px;
    color: #777;
    padding: 17px 20px;
    width: 100%;
}

.header__searchForm form button {
    background: #E65E26;
    font-family: "DDT-Regular";
    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 {
    opacity: 0.7;
}

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

ul.header__shopLinks .header__shopLinks__icon span {
    width: 21px;
    height: 21px;
    background: #E65E26;
    position: absolute;
    right: -10px;
    top: -10px;
    color: #fff;
    border-radius: 100px;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
}
.navbar ul.dropdown-menu {
    background-color: #000000;
}
.navbar ul.dropdown-menu li {
    margin-bottom:5px;
}
.navbar ul.dropdown-menu li a{
    color: #fff;
    font-family: "DDT-Regular";
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    position: relative;
}
.navbar ul.dropdown-menu li a:hover{
    background-color:#E65E26;
}

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: "DDT-Regular";
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    color: #000;
    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: #E65E26;
}

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

.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: "DDT-Regular";
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.2em;
    color: #fff;
    margin: 0 0 13px;
}

.mainBanner__text h2 {
    font-family: "DDT-Regular";
    font-size: 60px;
    font-weight: 700;
    line-height: normal;
    color: #fff;
    margin: 0 0 10px;
}

.mainBanner__text p {
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 36px;
    color: #fff;
    margin: 0 0 40px;
}

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

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

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

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

.mainBanner__marquee ul li {
    font-family: "DDT-Regular";
    font-size: 24px;
    font-weight: 500;
    line-height: 31.2px;
    color: #fff;
    display: flex;
    flex-flow: nowrap;
    white-space: nowrap;
    align-items: center;
    gap: 30px;
}

.mainBanner__marquee ul li a > i.fa.fa-angle-double-right{
    font-size: 20px;
}
.mainBanner__marquee ul li a {
    font-family: "DDT-Bold";
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    padding: 10px 24px;
    border: 1px solid #fff;
    text-transform: uppercase;
    display: flex;
    white-space: nowrap;
    align-items: center;
    gap: 4px;
}

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

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

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



.sectionHeading {
    margin: 0 0 24px;
    font-family: "DDT-Bold";
    font-size: 40px;
    font-weight: 700;
    line-height: normal;
    color: #000;
    text-transform: uppercase;
}

.sectionSubHeadings {
    margin: 0 0 6px;
    font-family: "DDT-Regular";
    font-size: 24px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.2em;
    color: #E65E26;
    text-transform: uppercase;
}

.classesEvents__text .sectionSubHeadings{
    color: #fff !important;
}
.classesEvents__text p{
    color:#000 !important;
}
/*** tabs design css ****/
ul.nav.homeTabsNav {
    justify-content: end;
    gap: 40px;
    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: "DDT-Regular";
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    color: #777;
    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: #000;
}

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: "DDT-Regular";
    font-size: 18px;
    font-weight: 700;
    line-height: 23.4px;
    color: #fff;
    text-transform: uppercase;
    background: #E65E26;
    display: block;
    padding: 14px;
}

.shopByCategories #shopByCategories__owlCarousel .owl-nav button {
    width: 40px;
    height: 40px;
    background: #000;
    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{
    background-color:transparent;
    backdrop-filter: blur(0px);
}
.aboutUs {
    padding: 140px 0;
}

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

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

.aboutUs p {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 36px;
    color: #777;
    margin: 0 0 24px;
}

.aboutUs p i {
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 34px;
    display: block;
}



.shopProducts {
    padding: 0 0 80px;
}

.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: "DDT-Regular";
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    margin: 0 0 8px;
    color: #777;
}

.shopProducts__title {
    font-family: "DDT-Regular";
    font-size: 22px;
    font-weight: 700;
    line-height: normal;
    color: #000;
    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: "DDT-Regular";
    font-size: 22px;
    font-weight: 700;
    line-height: normal;
    color: #000;
}

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

.shopProducts__addToCart {
    margin-top: auto;
    margin-bottom: auto;
    border: 1px solid #000000;
    font-family: "DDT-Regular";
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    color: #000000;
    padding: 17px 15px;
    text-transform: uppercase;
}

.shopProducts__addToCart:hover {
    background: #E65E26;
    border-color:  #E65E26;
    color: #fff;
}

section.classesEvents {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: #E9B51F;
    background-image: url(../images/classes__and__event__bg.png);
}



.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: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: #555;
}

.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: "DDT-Bold";
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    color: #FFF;
    margin: 0 0 8px;
}

.classesEvents__listText p {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 0;
    color: #555;
}

.calendar .fc .fc-button-primary{
    background-color: transparent;
}
.calendar .fc-h-event,
.calendar .fc .fc-button-primary.fc-button-active{
    background-color: #E65E26;
    border-color: #E65E26;
}
.calendar .fc-daygrid-event-dot{
    border-color: #E65E26;
}
.calendar .fc .fc-button-primary{
    background-color: #fff;
    color:#E65E26;
}
.calendar .fc .fc-list-event-dot{
    border-color: #E65E26;
}
.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: "DDT-Regular";
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    color: #777;
    margin: 0 0 8px;
    display: block;
}

.newsBlog__title {
    font-family: "DDT-Regular";
    font-size: 30px;
    font-weight: 600;
    line-height: normal;
    color: #000;
    margin: 0 0 12px;
}

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

.newsBlog__arrowIcon {
    display: block;
}

.brandLogos {
     border: 2px solid #DDD;
     padding-left: 0px;
     border-right: 0px ;
    
}

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

.brandLogos__imgs {
    padding: 0;
}

.brandLogos__slider {
    overflow: hidden; 
    display: flex; 
    align-items: center;
    height: 100%; 
}

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

.brandLogos__marqueeInner ul {
    display: flex;
    margin: 0;
    padding: 0;
    gap: 40px;
}

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



/********************** 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: #E65E26 !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: #777;
    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: #E8E2C8;
    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:#000000;
    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;
}
/************************================events page css ends ============*********/

.footerSection {
    padding: 50px 0 15px;
    background: #425464;
    color: #fff; 
}
.home-page .footerSection {  
    margin-top: -15px;
}

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

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

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

.footerTop label {
    font-family: "DDT-Regular";
    font-size: 16px;
    font-weight: 700;
    line-height: 20.8px;
    letter-spacing: 0.1em;
    color: #fff;
    margin-right: 50px;
    text-transform: uppercase;
}

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

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

.footerSocialIcons ul a:hover {
    background: #E65E26;
    color: #000;
}
.footerSocialIcons label{
    font-family: "Open Sans", serif;
    font-size: 16px;
    font-weight: normal;
    color: #212529;
    margin-bottom: 0;
}

.footerMiddle {
    padding: 0 0 30px;
}

.footer__newsletter {
    max-width: 538px;
}

.footer__newsletter {
    max-width: 538px;
}

.footer__newsletter h2 {
    font-family: "DDT-Regular";
    font-size: 30px;
    font-weight: 400;
    line-height: 46px;
    margin: 0 0 16px;
}

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

div#slider .mainBanner__marquee ul li {
    font-size: 24px;
    font-weight: 500;
    line-height: 31.2px;
    color: #FFF;
    display: flex;
    flex-flow: nowrap;
    white-space: nowrap;
    align-items: center;
    gap: 30px;
}

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

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

.footer__newsletter button {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 36px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    background: #E65E26;
    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: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
}

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

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

@media screen and (min-width: 1281px) {
    .footerLinkBlock {
        margin: 0 auto;
    }
}

.footerLinkBlock__heading {
    font-family: "DDT-Regular";
    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: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    color: #fff;
}

.footerLinkBlock ul li a {
    display: flex;
    align-items: center;
    font-family: "Open Sans", sans-serif;
    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:10px;
}
.footerLinkBlock ul li a:hover::before{
    content:"\f05b";
    font-family: "FontAwesome";
    font-weight: 400;
    height: 15px;
    width: 15px;
    background-color: transparent;
    border: unset;
    top:3px;
    left: -5px;
}


.footerCopyRight {
    border-top: 1px solid #ffffff70;
    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: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}

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

.footerCopyRight ul li:last-child::after {
    display: none;
}
ul.InformationBox li {
    margin: 0 0 22px;
}
.footerContactInfo {
    margin-top: 30px;
}
.footerContactInfo ul li {
    margin: 0 0 10px;
}
.footerContactInfo ul li a:before {
    display: none;
}
.footerContactInfo ul li a {
    padding: 0;
}




/******+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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: #777;
}
.singleProduct__DescritionWarn {
    padding-bottom: 8px;
    color: #ffd600;
    font-size: 18px;
}
.bread_crumbs {
    background: #f5f5f5;
    padding: 20px 0;
    display: none;
}

blockquote.blockquote {
    background: #F5F5F5;
    padding: 20px;
    border-left: 5px solid #e65e26;
}

 

.About-last-para ul.aboutBulletPoint {
    list-style-type: disc; /* Adds disc bullets */
    color: #777;
    font-family: "Open Sans" , sans-serif;
    font-size: 16px; 
    line-height: 30px !important;
    padding-left: 20px;
    margin-bottom: 2.5rem !important; 
    margin-top: 2rem !important;
}

.About-last-para .aboutBulletPoint li {
    margin: 7px 0px !important;
     
}

blockquote.blockquote p {
    color: #444;
}

footer.blockquote-footer {
    color: #000;
    font-size: 80%;
    margin-top: 10px;
    display: block;
    text-align: right;
    font-family: "Open Sans";
    font-size: 16px;
}

/****==================================== team page ====================================*****/
.team_section{
    padding-top:5px;
}
.teamPageblock {
    border: 1px solid #ddd;
    margin-bottom: 40px;

}
.teamPageblock p{
    color:#777
}

.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;
    color: #212529;
}

.teamPage__text h3 {
    margin: 0 0 20px;
    font-size: 22px;
    color: #555;
    border-bottom: 1px solid #ddd;
    padding-bottom: 24px;
}

.teamPage__text .footerSocialIcons {
    align-items: flex-start;
    justify-content: start;
    margin: 24px 0 0;
    padding: 24px 0 0;
    border-top: 1px solid #ddd;
    flex-direction: column;
    
}

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

.shopProducts__block__fav__check input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    left: 4px;
    top: 5px;
    width: 12px;
    height: 7px;
    border-bottom: 2px solid #E65E26;
    border-left: 2px solid #E65E26;
    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: #777;
    font-family: "Open Sans", sans-serif;
}

.checkoutPage table tr th {
    color: #000000;
    text-transform: uppercase;
}

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

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

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

.cartProduct--title {
    margin: 0 0 4px;
    color: #000000;
    font-size: 20px;
    font-weight: bold;
}

.cartProduct--price {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    font-family: "Open Sans", sans-serif;
}

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

.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: "Open Sans", sans-serif;
    font-weight: bold;
    font-size: 18px;
    color: #000;
    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;
}
.blogsingle_page_bannerImg {
    margin-top: 60px;
}
.checkoutListing_btn a {
    margin-top: auto;
    margin-bottom: auto;
    border: 1px solid #E65E26;
    font-family: "DDT-Regular";
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    color: #E65E26;
    padding: 9px 20px;
    text-transform: uppercase;
    display: inline-block;
}
.checkoutListing_btn a:hover {
    background: #E65E26;
    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: #555;
    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: #E65E26;
}
.custom__profile__gender .radio-group label {
    margin-bottom: 0;
}
.custom__profile__fileUpload {
	background: #E65E26;
	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: #E65E26;
}
  
@media screen and (max-width:767px) {
    .custom__profile__image{
        border-right: unset;
        border-bottom: 1px solid #ddd;
        padding-bottom: 30px;
    }
    .custom__profile__image img {
        width: 100px;
        height: 100px;
    }
}
/******************************* Profile page css end *************************************/


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

ul.header_cartListing__li__block.dropdown-menu {
    min-width: 350px;
    left: auto !important;
    right: -70px !important;
    transform: none !important;
    top: 53px !important;
    padding: 20px;
}
.header_cartListing____img {
    width: 70px;
    object-fit: cover;
    margin-right: 20px;
}
.header_cartListing____Box {
    display: flex;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    margin-bottom: 25px;
}
ul.header_cartListing__li__block .header_cartListing____Box:last-child {
    border-bottom: revert-layer;
    padding: 0;
}
.header_cartListing____Box .header_cartListing____text h4.cartProduct--title {
    font-size: 16px;
}
.header_cartListing____Box .header_cartListing____text h5.cartProduct--price {
    font-size: 14px;
}
.header_cartListing____Box:after {
    content: "\f00d";
    font-weight: 900;
    font-family: "Font Awesome 6 free";
    position: absolute;
    right: 27px;
    border: 1px solid #E65E26;
    padding:3px 5px;
    font-size:17px;
    color: #E65E26;
    cursor: pointer;
}
.header_cartListing____btn a {
    background: #E65E26;
    border: 1px solid #E65E26;
    font-family: "DDT-Regular";
    font-size: 15px;
    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:#E65E26;
}
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: #000;
    margin: 0;
}

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

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

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

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

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

.custom_product_inner_listBox li .dropdown-item {
    font-size: 16px;
    color: #4d4d4d;
    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: #4d4d4d;
}

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

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: #000;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
}

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

.custom_Switch_btn input#flexSwitchCheckChecked {
    width: 70px;
    height: 25px;
    margin: 0;
    background-color: #E65E26;
    border-color: #E65E26;
}

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

.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-family: 'DDT-Bold';
    font-size: 40px;
    font-weight: 700;
    line-height: normal;
    color: #000;
}

.custon_Contact_Form p {
    margin-bottom: 0px;
    line-height: 30px;
}

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

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

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

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

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

.custon_Contact_Form .form .form-control {
   padding: 0px 11px ;
    height: 48px;
    color: #212529;
  }

.custon_Contact_Form .form select.form-select {
    padding: 0px 11px;
    font-size: 14px;
    border-radius: unset;
    margin: 0;
    height: 48px;
}
.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: #E65E26;
    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: #F6F6F6;
    padding: 30px 20px;
    text-align: center;
    min-height:220px;
    margin : 14px 0px;
    margin-top: 0;
}

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

.custom_Address_icon span i {
    font-size: 25px;
}
.custom_Address_Box h4 {
    margin: 20px 0 6px;
    font-size: 24px;
}
.custom_Address_Box h4 a {
    color: #555 !important;
    font-size: 24px;
}
.custom_Address_Box p, .custom_Address_Box a {
    margin-bottom: 0;
    font-size: 16px;
    color: #777;
    display: block;
    line-height: normal;
}
.custom_Address_icon span i {
    font-size: 25px;
    font-weight: 900;
}
.custom_Address_Box p{
    line-height: 30px;
    
}
.custom_Address_icon span i.fa.fa-phone, .custom_Address_icon span i.fa.fa-map-marker {
    font-size: 30px;
}

@media screen and (max-width: 767px) {
    .contact_us_Form_section .custon_Contact_Form {
        padding-right: 15px;
        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: #777;
    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: #E65E26;
    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: #777;
}
.custom_pagination ul li.custom_pagination_number.active,
.custom_pagination ul li.custom_pagination_number:hover {
    background-color: #E65E26;
    border-color: #E65E26;
    color: #fff;
}


/*********************************** Blog page css end *********************************/



/********************************** FAQ page css start ******************************************/
.accordion-button:not(.collapsed) {
    background-color: #E65E26;
    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;
}

/********************************** 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 #000000;
    width: 100%;
    flex: 1;
}

.class_card .card-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    color: #000000;
    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: #E8E2C8;
    border-radius:0;
    display: flex;
    flex-direction: column;
    padding: 20px;
}

.class_card .card-text {
    color: #555;
    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: "DDT-Regular";
    font-size: 27px;
    font-weight: 700;
    line-height: 30px;
    color: #000000;
    margin: 0 0 8px;
}
.privacy_policy_page ol,
.privacy_policy_page ul {
    list-style: disc;
    margin-left: 30px;
}
.privacy_policy_page ul li a,
.privacy_policy_page ol li a {
    font-size: 16px;
    line-height: 21px;
    color: #777;
}
.privacy_policy_page ul li,
.privacy_policy_page ol li {
    margin-bottom: 15px !important;
    color: #777;
}
.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;
    }
    .Contact_form .dive_widgets button:not(.conForm .dive_widgets button){ 
        font-size: 14px;        
      }
      .Contact_form .dive_widgets button:not(.conForm .dive_widgets button)::after{
        font-size: 17px;
    }
}
/************************************ 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: "DDT-Regular";
    font-size: 16px;
    font-weight: 400;
    line-height: 20.8px;
    color: #777;
    padding: 15px 17px;
    width: 100%;
    border: 1px solid #fe002d;
    border-radius: unset;
 }
 .custom_login_signinForm input.form-control:valid {
    background: #fff; 
  }
  .customInput{
    box-shadow:unset;
    border: 1px solid #fe002d;
 } */
 .custom_login_signinForm button.btn.base---cta {
    width: 100%;
    border-radius: unset;
    border: 1px solid #E65E26;
}
.custom_login_signinForm button.btn.base---cta:hover {
    background: #fff;
}
.custom_loginSigninpage label.form-label {
    font-size: 16px;
    line-height: 30px;
    color: #777;
    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: "DDT-Regular";
    font-size: 16px;
    font-weight: 400;
    line-height: 20.8px;
    color: #777;
    padding: 15px 17px;
    width: 100%;
    border: 1px solid #E65E26;
    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;
}

.col-md-6.col-sm-12.col-xs-12.classesEvents__img .CMS-pages-image ,
.col-md-6.col-sm-6.col-xs-12.classesEvents__img .CMS-pages-image {
    display: flex;
    height: 100%;
}
.classesEvents__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.row.Event-Center {
    display: flex;
}
div#footer2 li  {
    padding: 0 0 10px !important;
}
div#footer2 li a {
    padding-left: 0 !important;
}

@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: #000;
}
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: #000;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 5px;
  }

  .custom_WriteReview_Form p {
    margin-bottom: 35px;
    font-size: 16px;
    color: #000;
    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: #000;
    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: #000;
  }

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

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

  .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 #E65E26;
    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: 1px solid #E65E26;
  }
  .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: #000;
        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 #E65E26;
        opacity: 0.6;
    }
      .singleProdct_thumbnail_slider  .thumbnails img:hover {
        transform: scale(1.05);
      }
      .singleProdct_thumbnail_slider .arrow {
      background-color: #E65E26;
      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: #E65E26;
      }
      .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: #000;
}
.course_detail_navtabs_txt ol {
    list-style: decimal;
    color: #000;
}
.course_detail_navtabs_txt ul {
    list-style: disc;
    color: #000;
}
.course_detail_navtabs_txt ul li {
    font-size: 16px;
    line-height: 30px;
    color: #777;
}
.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 #E65E26;
    padding: 6px 15px;
    margin-top: 15px;
}
.membership-card {
    padding:24px;
    background-color: #E8E2C8;
    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: #000;
    margin-top: 15px;
}
/********************************** Membership page css end ***********************************/



/********************************** Cart page css start ***********************************/
.cart_order_Item_row {
    border-bottom: 1px solid #E65E26;
    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: #555;
}
.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 #E65E26;
    border-radius: 100px;
    box-sizing: border-box;
    transition: 0.3s ease;
}
.cart_price_checkbox input[type="checkbox"]:checked + span:before {
    background: #fff;
    border-color: #000;
}
.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 #E65E26;
    width: 80%;
}
.cart_couponBox form.coupon_code button {
    font-family: "DDT-Regular";
    font-size: 18px;
    font-weight: 700;
    line-height: 23.4px;
    color: #fff;
    text-transform: uppercase;
    background: #E65E26;
    display: inline-block;
    padding: 14px 0;
    width:30%;
    border: 1px solid #E65E26;
}
.cart_couponBox form.coupon_code button:hover {
    background-color: transparent;
    border: 1px solid #E65E26;
    color: #E65E26;
}
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 #E65E26;
    margin-top: 20px;
    margin-bottom: 50px;
    align-items: center;
    padding-top: 15px;
}
.cart_price_Total_Box {
    padding-left: 20px;
    border-left: 1px solid #E65E26;
}
.proceed_checkout_txt {
    text-align: right;
}
.cart_price_Total_heading h3 {
    text-transform: uppercase;
    font-size: 20px;
    border-bottom: 1px solid #E65E26;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.cart_price_Total p {
    margin:10px;
}
.cart_price_Total p strong {
    color: #000;
}
.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;
    }
    .sectionHeading,div#homeshop h2{
        font-size: 40px;
    }
   
    .header_cartListing____btn a{
        font-size: 13px;
    }
    .home-page .innerPage_marquee .mainBanner__marquee{
        padding: 20px 0px !important;
      }
}
/************* 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: "DDT-Regular";
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    color: #000000;
    margin-bottom: 10px;
}
.PersonCourses_heading h2 {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.coerses__innerCol {
    border: 1px solid #000000;
    flex: 1;
}
.shopProducts__block,
.custom__Hover__Animations{
 position: relative;
 background-color: #fff;
 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:#000;
    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)
}

.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: #E8E2C8;
    border-color: #E8E2C8;
    color: #000000;
}
.calendar_page a.fc-event .fc-event-main{
    color: #000000;
}
.calendar_page .fc-daygrid-event-dot {
    border-color: #000000;
}
.calendar_page button.fc-button-primary,
.calendar_page button.fc-button-primary:hover,
.calendar_page button.fc-button-primary:not(:disabled):active{
    background-color: #E65E26;
    border-color: #E65E26;
}
.calendar_page button.fc-today-button.fc-button.fc-button-primary {
    text-transform: capitalize;
}
.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;
    }
    body.blog.event .blog-section article figure img {
        max-height: 300px !important;
    }
}

@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;
    }
    
    div#slider .mainBanner__marquee ul li,
    .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: 15px;
    }
    a.insta_view_all{
        font-size: 16px !important;
    }
}

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

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

    .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 {
        /* width: calc(50% - 10px); */
    }

    .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: 17px;
    }

    .shopProducts__addToCart {
        padding: 11px 10px;
        font-size: 13px;
    }
    .shopProducts__rating {
        font-size: 11px;
    }
    .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 #ffffff70;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .footerSocialIcons {
        justify-content: start;
        align-items: flex-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;
    }
}

@media screen and (max-width: 991px) {
    .menuToggler button.navbar-toggler {
        border: none;
        outline: none;
        box-shadow: none;
        background: #E65E26;
        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 #ffffff70;
    }
    ul.header_cartListing__li__block.dropdown-menu {
        left: -100px !important;
        right: auto !important;
    }
    a.insta_view_all{
        float: left !important;
        margin-top: 0 !important;
        margin-bottom: 30px !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;
    }

    .home-page .innerPage_marquee .mainBanner__marquee,
    .mainBanner__marquee{
        padding: 8px 0;
    }

    .mainBanner__marquee ul {
        gap: 30px;
    }
    
    div#slider .mainBanner__marquee ul li,
    .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: center;
        padding: 0;
        margin-top: 5px;
    }

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

}

.custom_Privacy_Policy_contacttext_inner.privacy_inner_section_m_top a {
    color: #777;
}

/* blog */
.blog-section .article {
    display: flex;
}
.blog-section article figure.nopadding,
.blog-section article figure.caption{
    min-width: 50% !important;
}
.blog-section article:nth-child(even) {
    flex-direction: row-reverse;
}
.blog-section article {
    display: flex;
    align-items: center;
    margin-bottom:3rem;
}
.blog-section article figure img{
    width: 100%;
}

/* blog event */
body.blog.event .blog-section article{
    align-items: flex-start;
    background: #f6f6f6;
}
body.blog.event .blog-section article:nth-child(even){
    flex-direction: row;
}
.blog-section article div.caption .description .readmore{
    display: block;
    margin-top: 15px;
}
body.blog.event .blog-section article div.caption .description .readmore{
    font-size: 14px;
    padding: 16px 30px;
    display: block;
    background: #E65E26;
    border: 1px solid #E65E26;  
    font-family: 'DDT-Bold';
    font-weight: 700;
    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,
.blog-section article div.caption .description .readmore:hover{
    background: transparent;
    color: #E65E26;
}
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;
}

@media (max-width:1200px) {
    .blog-section article { 
        margin-bottom:0;
    }
    body.blog.event .blog-section article { 
        /* margin-bottom:0; */
    }
    body.blog.event .blog-section article figure img {
        max-height: 250px !important;
    }
}
@media (min-width:768px) and (max-width:991px) {
    .Contact_form .dive_widgets button:not(.conForm .dive_widgets button){
        width: 27%;
        position: relative;
        top: 10px;
        /* right: -48px !important; */
        padding: 8px !important;
        font-size: 14px;
      }
      .Contact_form .dive_widgets button:not(.conForm .dive_widgets button)::after{
        left: 0;
        top:-8px;
      }
}

@media (max-width:767px) {
    .blog-section article figure.nopadding,
    .blog-section article div.caption{
        width: 100% !important;
        min-width: 100% !important;
    } 
    .blog-section article ,body.blog.event .blog-section article{
        flex-direction:column;
    }
    .blog-section article:nth-child(even),body.blog.event .blog-section article:nth-child(even) {
        flex-direction: column ;
    }
}
@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 .col-md-6.Footer-text ,
    .footerCopyRight ul {
        justify-content: center;
    }
}
@media (min-width:768px) {
    body.blog.event .blog-section article figure,.blog-section article figure,
    .blog-section article div.caption{
        width: 50% !important;
    } 
    body.blog.event .blog-section article div.caption{
        width: 100% !important;
    } 
    .Contact_form .form.widelabel > form > .formrow:nth-child(9) {
  width: 65%;
}
body.blog.event .blog-section article div.caption{
    padding: 24px 24px 24px 48px !important;
}
.home-page .innerPage_marquee .mainBanner__marquee{
    padding: 12px 0px;
  }
  .contact_us_Form_section .col-md-6.col-sm-6.col-xs-12.classesEvents__img .CMS-pages-image iframe{
    height: calc(100% - 12px) !important;
}
.CMS-Pages.contact_us_Form_section .col-md-6.col-sm-6.col-xs-12.classesEvents__img .CMS-pages-image{
    width: 108%;
}
.about .Double-img .col-md-6.col-sm-6.col-xs-12.classesEvents__img{
    padding-right: 9px !important;
}
}
@media (min-width:992px) {
    .Contact_form .dive_widgets button:not(.conForm .dive_widgets button){
        position: relative;
        top: 25px;
        right: 0px;
        width: fit-content;
    }
}
@media (min-width:1320px) {
    .home-page .innerPage_marquee .mainBanner__marquee{
        padding: 28px 0 27px !important;
      }
}

body.blog.event .blog-section article div.caption{
    padding: 24px;
}
body.blog.event .blog-section article div.caption .date{
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    color: #212529 !important;
}
.blog-section article div.caption .date{
    font-family: "DDT-Regular";
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    color: #777 !important;
}
.blog-section article div.caption .author{
    display: none;
}
 
.blog-section article figure:not(body.blog.event .blog-section article figure){
    padding: 0 9px ;
}
.blog-section article div.caption:not(body.blog.event){
    display: flex;
    flex-direction: column;
}

.blog-section article div.caption .info:not(body.blog.event .blog-section article div.caption .info){
    order: 1;
}
.blog-section article div.caption > a:not(body.blog.event .blog-section article div.caption > a){
    order: 2;
} 
.blog-section article div.caption .description:not(body.blog.event .blog-section article div.caption > a){
    order: 3;
    color:#777 !important;
}

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

.blog-section article div.caption .blog-title{
    font-size: 24px; 
    font-family: 'DDT-Bold'; 
    font-weight: 600;
    margin: 0;
    height: 62px;
    font-size: 24px;
}
body.blog.event .blog-section article div.caption .blog-title{
    font-size: 24px; 
    font-family: 'DDT-Regular'; 
    font-weight: 400;
    margin: 0 0 8px;
    height: fit-content;
}

.classesEvents .Event-Center .classesEvents__img{
    padding: 0 !important;
    
   }
   
.teamPageblock.Personal-details .row {
    display: flex;
    flex-wrap: wrap;
}

section.CMS-Pages.Double-img .aboutUs__images img {
    /* width: calc(50% - 10px)!important; */
  }
  
  @media (max-width:768px){
    .Double-img .sectionSubHeadings{
        margin-top: 15px !important;
    }
    .contact_us_Form_section .form {
        margin-bottom: auto !important;
    }
  }
  @media (max-width: 767px) {
      .blog-section article figure img {
          max-height: 430px !important;
      }
      .footerSocialIcons {
        margin-top: 0px;
      }
  }
  @media (max-width: 567px) {
    .blog-section article figure img {
        max-height: 400px !important;
    }
}
  @media (max-width: 425px) {
    .blog-section article figure img {
        max-height: 230px !important;
    }
}

.brandLogos .sectionHeading {
    margin: 0;
}

.CMS-Pages.custom_Address_section .row{
    display: flex;
    flex-wrap: wrap;
}
.custon_Contact_Form .form .form-control::placeholder,.Contact_form .dive_widgets input:not(.conForm .dive_widgets input)::placeholder{
    color: #777 !important;
  }
  
  .Contact_form .form.widelabel > form > .formrow:nth-child(8) textarea {
    border-radius: 0px;
    background: #FFFFFF;
}

  

a.insta_view_all{
    font-family: 'DDT-Regular';
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    color: #777;
    padding: 0 0 8px;
    text-transform: uppercase;
    position: relative;
    border-bottom: 3px solid #ddd;
    width: auto;
    display: inline-flex;
    margin:39px auto 0px;
    margin-right: 0;
    float: right;
}
a.insta_view_all::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    height: 3px;
    width: 0%;
    background: #000;
    transition: width 0.3s ease;
}

a.insta_view_all:hover::after {
    width: 100%;
}

a.insta_view_all:hover {
    color: #000;
}

@media (max-width:1320px){
    a.insta_view_all{ 
        font-size: 16px;
}
}
.Contact_form .form.widelabel > form > .formrow:nth-child(9) + div.simple_security {
    display: inline-block;
    width: 98%;
}

@media (min-width:769px){
    
    .Contact_form .dive_widgets:not(.conForm .dive_widgets) {
        padding: 0;
    }
}
@media (min-width:1200px){
    .Contact_form .dive_widgets button:not(.conForm .dive_widgets button){
        position: relative;
        top: 10px;
        /* right: -37px !important; */
      }
      .CMS-Pages.contact_us_Form_section .col-md-6.col-sm-6.col-xs-12.classesEvents__img .CMS-pages-image{
        width: 104.5% !important;
    }
      }