body{
	margin: 0;
	padding: 0;
	overflow-x: clip;
    font-family: 'Aeonik';
}
body,a,span,input,textarea,p,li{
	font-family: 'Aeonik';
}
body h1,h2,h3,h4,h5,h6{
    font-family: 'Season Serif-TRIAL';
}
ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
a{
	text-decoration: none;
    color: #000;
}
h1 {
    font-weight: 400;
    font-size: 46px;
    line-height: 1.2;
    margin: 0;
    color: #000;
    max-width: 590px;
    text-transform: capitalize;
}
h2{
	font-weight: 400;
	font-size: 40px;
	line-height: 1.2em;
	margin: 0;
	color: #000;
    text-transform: capitalize;
}
p{
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #000;
}
*{
    box-sizing: border-box;
}
.container{
	max-width: 1550px;
	margin: 0 auto;
	padding: 0 50px;
}
.topbar_sec {
    padding: 13px 0;
    background: #F4DA54;
}
.topleftin {
    display: flex;
    align-items: center;
    gap: 7px;
}
.topleftin {
    display: flex;
    align-items: center;
    gap: 7px;
}
.topleftinfo span {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    line-height: 1;
    display: inline-block;
}
.topleftinfo .abovetext {
    display: block;
    font-size: 14px;
}
.topbar_wrap {
    display: grid;
    grid-template-columns: 200px 1fr auto;
    gap: 40px;
    align-items: center;
}
.topbar_wrap ul {
    display: flex;
    align-items: center;
    gap: 40px;
    justify-content: center;
}
.topbar_wrap li {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
    color: #000;
}
.topcenter li:not(:last-child):after {
    content: '|';
    position: absolute;
    right: -23px;
    top: -2px;
}
.topcenter li {
    position: relative;
}
.topbar_wrap li a:hover {
    color: #fff;
}
.header_main {
    padding: 28px 0 28px;
}
.header_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header_logo img {
    display: block;
    max-width: 100%;
}
.header_nav ul {
    display: flex;
    align-items: center;
    gap: 38px;
    justify-content: center;
}
.header_nav ul a {
    font-size: 16px;
    font-weight: 400;
    line-height: 1em;
    color: #000;
    text-transform: capitalize;
}
.header_nav ul a:hover, 
.footer_item ul a:hover, 
.copyright_content ul li a:hover{
    color: #F4DA54;
}
.header_right {
    width: 20%;
}
.searchwrap {
    display: flex;
    align-items: center;
    gap: 6px;
    border-bottom: 1px solid #BEB0B0;
    padding-bottom: 4px;
}
.searchbtn {
    background: transparent;
    border: none;
    padding: 0;
    line-height: 1;
    cursor: pointer;
}
.searchwrap input {
    padding: 0;
    border: none;
    outline: none;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Aeonik';
    color: #000;
    line-height: 1.2;
    width: 100%;
    background: transparent;
}
.searchwrap input::placeholder{
    color: #000;
    font-style: italic;
}
.cart_bubble {
    width: 26px;
    height: 26px;
    background: #79070F;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.navbarsec {
    padding: 24px 0;
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
}
.marqueesec {
    padding: 11px 0;
    background: #EFEEE6;
    border-top: 1px solid #F4DA54;
    border-bottom: 1px solid #F4DA54;
}
.marqueeslide {
    display: flex !important;
    align-items: center;
    gap: 7px;
}
.marqtext p{
    margin: 0;
    font-size: 16px;
}
.marqueeslider .slick-slide {
    margin: 0 32px;
}
.marqicon {
    display: flex;
}
.our_services_wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

/*footer*/

.footer_sec {
    background: #000;
    padding: 70px 0 0;
    position: relative;
}
.footer_wrapper {
    display: flex;
    gap: 50px;
}
.footer_item.footer-logo {
    width: 35%;
}
.footer_nav {
    width: 20%;
}
.footer_item.contact-item{
    width: 20%;
}
.social_items {
    display: flex;
    align-items: center;
    gap: 11px;
}
.footer_item.newsletter .social_items a:hover svg path{
    fill: #000;
}
.social_items li a {
    background: transparent;
    border: 1px solid #F4DA54;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: ease 0.3s;
}
.social_items li a svg, 
.contact_icon svg {
    width: 23px;
    height: 23px;
    transition: ease 0.3s;
}
.social_items li a svg path {
    fill: #F4DA54;
}
.social_items li a:hover {
    transform: scale(1.2);
    background: #F4DA54;
}
.footer_item.contact-item ul {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}
.footer_item.contact-item li {
    display: flex;
    align-items: center;
    gap: 14px;
    font-weight: 500;
    color: #fff;
    font-size: 16px;
    line-height: 21px;
}
.footer_logo {
    margin: 0 0 35px;
}
.footer_item span {
    font-weight: 400;
    font-size: 24px;
    line-height: 1em;
    color: #fff;
    margin: 0 0 18px;
    display: inline-block;
    text-transform: uppercase;
    font-family: 'Season Serif-TRIAL';
}
.footerlogosec .container {
    display: flex;
    align-items: center;
    gap: 50px;
}
.footerlogosec .container p {
    color: #fff;
    max-width: 945px;
}
.footer_item.newsletter span {
    margin: 0 0 21px;
    font-size: 20px;
}
.footer_nav ul {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}
.footer_item ul a {
    font-weight: 500;
    color: #fff;
    font-size: 16px;
    line-height: 1.3;
}
.footerlogosec {
    border-top: 1px solid #FFFFFF26;
    padding: 40px 0 58px;
    margin-top: 66px;
}
.footer_logos_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 80px 0 30px;
    gap: 50px;
    max-width: 980px;
    margin: auto;
}
.logos_item img {
    height: 70px;
    object-fit: contain;
}
.copyright_content ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}
.copyright_content {
    padding: 20px 0;
    border-top: 1px solid #2C2C2C;
}
.copyright_content ul li, 
.copyright_content ul li a {
    font-size: 16px;
    line-height: 21px;
    color: #fff;
    font-weight: 500;
}
.copyright_content ul li{
    position: relative;
}
.copyright_content ul li:not(:last-child):after {
    content: '|';
    position: absolute;
    right: -20px;
    color: #fff;
    top: 50%;
    transform: translateY(-50%);
}


/*Home*/

.banner-img img {
    width: 100%;
    display: block;
}
.banner_content p {
    max-width: 586px;
    margin: 16px 0 0;
}
.hero_banner_sec {
    background: #F4F3EC;
}
.banner_wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 56px;
}
.banner_content {
    max-width: 750px;
    margin-left: auto;
    padding-left: 50px;
}
.banner_slider .slick-slide div {
    display: block !important;
}
.banner_btn {
    margin-top: 36px;
    display: flex;
    align-items: center;
    gap: 16px;
}
.banner_btn.btn_wrap a {
    padding: 18px 28px;
}
.btn_wrap a, 
.submit_btn input {
    padding: 18px 36px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    background: #F4DA54;
    border-radius: 100px;
    line-height: 1em;
    color: #000;
    border: none;
    transition: ease 0.3s;
    display: inline-flex;
    align-items: center;
    gap: 12px;
}
.btn_wrap a.secondarybtn {
    background: #000000;
    color: #F4DA54;
}
.btn_wrap a:hover {
    background: #000;
    color: #F4DA54;
}
.btn_wrap a:hover path{
    fill: #F4DA54;
}
.btn_wrap a.secondarybtn:hover{
    background: #F4DA54;
    color: #000;
}
.btn_wrap a.secondarybtn:hover path{
    fill: #000;
}
.slick-arrow {
    position: absolute;
    z-index: 1;
    font-size: 0;
    border-radius: 50%;
    outline: none;
    padding: 0;
    border: 1px solid #A19C9C;
    width: 55px;
    height: 55px;
    cursor: pointer;
    right: -45px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
}
.slick-arrow:before {
    content: '';
    border-top: 2px solid #A19C9C;
    border-right: 2px solid #A19C9C;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    left: 0;
    right: 8px;
    margin: auto;
}
.slick-prev{
  right: auto;
  left: -45px;
}
.slick-prev{
  transform: translateY(-50%) rotate(180deg);
}
.banner_slider .slick-arrow.slick-prev {
    left: 10px;
    right: auto;
}
.banner_slider .slick-arrow {
    left: auto;
    right: 10px;
    border-color: #fff;
    background: transparent;
}
.banner_slider .slick-arrow:before{
    border-color: #fff;
}
.slick-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 37px;
    margin: auto;
    display: flex;
    justify-content: center;
    gap: 18px;
    align-items: flex-end;
}
.slick-dots li {
    display: flex;
    align-items: center;
    justify-content: center;
}
.slick-dots li button {
    width: 2px;
    height: 14px;
    font-size: 0;
    border: none;
    outline: none;
    padding: 0;
    background: #fff;
    border-radius: 50%;
    opacity: 0.6;
    transition: ease 0.3s;
}
.slick-dots li.slick-active button {
    opacity: 1;
    height: 25px;
}
.viewall-btn {
    text-align: center;
    margin-top: 55px;
}
.our_services_sec {
    padding: 56px 0 70px;
    background: #FDFBF3;
}
.our_services_sec .title_wrap {
    max-width: 900px;
    margin: 0 auto 43px;
}
.our_services_sec .title_wrap p{
    max-width: 100%;
}
.feature_prosec .title_wrap p {
    margin-top: 7px;
}
.title_wrap {
    text-align: center;
    margin: 0 0 44px;
}
.title_wrap p {
    max-width: 591px;
    margin: auto;
}
.service_img {
    position: relative;
    overflow: hidden;
}
.our_services_wrap .slick-slide {
    padding: 0 22px;
}
.our_services_wrap .slick-arrow {
    top: 45%;
}
.our_services_inner {
    position: relative;
        border: 1px solid #F4DA54;
    border-radius: 0;
    background: #fff;
    padding: 22px;
}
.service_title p {
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
}
.service_content_inner {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 13px 0px 0px;
    width: 100%;
}
.service_title h4 {
    margin: 0;
    color: #000;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    font-family: 'Aeonik';
    text-transform: capitalize;
}
.our_services_inner:hover img {
    transform: scale(1);
     transition: ease 0.5s;
}
.service_img img {
    width: 100%;
    display: block;
    transition: ease 0.8s;
    height: 100%;
}
.our_services_inner:hover .service_img img {
    transform: scale(1.1);
}
.service_category {
    position: absolute;
    top: 22px;
    left: 25px;
    display: flex;
    align-items: center;
    background: #FFFFFFB2;
    border-radius: 20px;
    padding: 5px 18px 5px 10px;
    gap: 7px;
    backdrop-filter: blur(64px);
}
.cate_title h6 {
    margin: 0;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    color: #000;
}
.cate_icon img {
    transform: inherit !important;
}
.season_salesec {
    background: linear-gradient(to right, #BD2732, #F94956, #BD2732);
    padding: 25px 0;
}
.season_salewrap h4 {
    margin: 0;
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 1em;
    text-transform: uppercase;
}
.season_salewrap h4 a {
    color: #fff;
    border-bottom: 2px solid #fff;
    margin-left: 20px;
}
.feature_prosec {
    margin: 50px 0;
}
.feature_prosec .title_wrap {
    margin: 0 0 37px;
}
.slick-list.draggable {
    padding: 2px 0;
}
.slick-track {
    display: flex !important;
}
.slick-track .slick-slide {
    height: auto;
}
.slick-track .slick-slide >div {
    height: 100%;
}
.feat_proitem {
    height: 100%;
}
.feat_pro_grid .slick-list {
    margin: 0 -14px;
}
.feat_pro_grid .slick-slide {
    padding: 0 14px;
}
.feat_proitem_inner {
    background: #fff;
    border: 1px solid #F4DA54;
    border-radius: 0;
    padding: 12px 22px 28px;
    text-align: center;
    height: 100%;
}
.feat_img {
    margin: 0 0 12px;
    position: relative;
    padding-bottom: 100%;
}
.feat_img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    object-fit: contain;
}
.stars {
    display: flex;
    align-items: center;
    gap: 3px;
}
.pro_rating {
    display: flex;
    align-items: center;
    gap: 3px;
    margin: 0 0 10px;
    justify-content: center;
}
.pro_rating span {
    color: #6E6E6E;
    font-size: 16px;
    line-height: 1em;
    font-weight: 500;
}
.pro_title {
    margin: 0 0 20px;
}
.pro_title h5 {
    margin: 0;
    font-size: 16px;
    line-height: 1.2em;
    font-weight: 400;
    font-family: 'Aeonik';
}

.feature_prosec .viewall-btn {
    margin-top: 44px;
}


/*contact page*/

.hero_banner_sec.contact .banner_content p {
    max-width: 592px;
    margin: auto;
}
.get_in_touch_sec {
    padding: 68px 0 80px;
}
.get_in_touch_grid {
    display: flex;
    flex-wrap: wrap;
    margin-left: -120px;
}
.get_in_touch_left, 
.get_in_touch_right {
    width: 50%;
    padding-left: 120px;
}
.get_in_touch_sec .title_wrap {
    text-align: left;
    margin: 0 0 28px;
}
.get_in_touch_sec .title_wrap p {
    margin: 0px 0 0;
    max-width: 658px;
}
.get_in_touch_right .title_wrap p {
    max-width: 526px;
}
.contact_form_item p{
    margin: 0;
}
.contact_form_item input, 
.contact_form_item textarea {
    background: transparent;
    outline: none;
    padding: 16px 21px;
    width: 100%;
    border: 1px solid #BCBCBC;
    color: #0D0D0D;
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
    font-family: 'Gellix';
    border-radius: 8px;
}
.contact_form_item input::placeholder, 
.contact_form_item textarea::placeholder {
    color: #0D0D0D;
     font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}
.contact_form_grid {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    row-gap: 15px;
}
.contact_form_item {
    width: 50%;
    padding-left: 15px;
}
.contact_form_item:last-child {
    width: 100%;
}
.contact_form_item textarea {
    height: 99px;
}
.submit_btn {
    margin-top: 15px;
}
.submit_btn input {
    margin-left: 0;
    background: #BD2732;
    border-color: #BD2732;
    color: #fff;
    text-align: center;
    cursor: pointer;
}
.submit_btn input:hover {
    background: transparent;
    border-color: #BD2732;
    color: #BD2732;
}
.get_in_touch_right_inner .contact-item li {
    display: flex;
    align-items: center;
    gap: 20px;
}
.get_in_touch_right_inner .contact-item ul {
    row-gap: 30px;
    display: flex;
    flex-direction: column;
}
.get_in_touch_right_inner .contact-item li a {
    color: #000;
}
.get_in_touch_right_inner .contact-item li a:hover {
    color: #BD2732;
}
.get_in_touch_right_inner .contact-item h4{
    font-size: 22px;
    margin: 0px 0 6px;
    line-height: 1.2em;
    font-weight: 700;
    color: #000;
}
.get_in_touch_right_inner .contact-item li .contact_icon {
    width: 60px;
    height: 60px;
}
.get_in_touch_right_inner .contact-item li .contact_icon svg {
    width: 31px;
    height: 31px;
}

/*Blog page*/

.blog_sec {
    padding: 60px 0;
}
.blog_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 30px;
    row-gap: 80px;
}
.blog_img {
    border-radius: 10px;
    overflow: hidden;
}
.blog_img img {
    width: 100%;
    display: block;
}
.blog_item_content {
    padding: 23px 0 0;
}
.date span {
    background: #BD273233;
    border-radius: 200px;
    font-size: 14px;
    line-height: 26px;
    color: #BD2732;
    padding: 2px 10px;
    font-weight: 500;
    display: inline-block;
}
.blog_title h3 {
    margin: 0 0 4px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2em;
    color: #000;
}
.blog_title {
    margin: 18px 0 0;
}
.blog_title p {
    margin: 0;
}
.read_more a {
    display: inline-block;
    font-size: 16px;
    color: #BD2732;
    text-transform: uppercase;
    font-weight: 700;
    border-bottom: 2px solid #BD2732;
    line-height: 1.2em;
}
.read_more {
    margin: 38px 0 0;
}

/*category*/

.banner_slider .slick-list.draggable {
    padding: 0;
}
.category_pro_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 19px;
    width: 80%;
    padding-left: 52px;
}
.cate_aside_filter {
    width: 20%;
    padding-left: 52px;
}
.breadcrumbs_sec {
    border-bottom: 1px solid #D9D9D9;
}
.breadcrumbs_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.breadcrumbs_list ul {
    display: flex;
    align-items: center;
    gap: 24px;
}
.breadcrumbs_list a, 
.breadcrumbs_list span {
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
    display: flex;
}
.sort_by {
    display: flex;
    align-items: center;
}
.sort_by span {
    display: inline-block;
    border-right: 1px solid #D9D9D9;
    padding-right: 15px;
    margin-right: 21px;
    height: 100%;
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
    color: #000;
    padding-top: 10px;
    padding-bottom: 10px;
}
.sort_by_filter select {
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
    color: #000;
    border: none;
    background: transparent;
    appearance: none;
    font-family: 'Gellix';
    padding-right: 90px;
    cursor: pointer;
    outline: none;
    background-image: url(../images/down-arrow.png);
    background-size: 13px;
    background-position: center right 10px;
    background-repeat: no-repeat;
}
.filter_header h3 {
    margin: 0;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1em;
    color: #000;
    font-weight: 700;
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 5px;
    position: relative;
}
.filter_header {
    margin: 0 0 10px;
}
.filter_header h3:before {
    content: '';
    background: #BD2732;
    height: 1px;
    width: 98px;
    position: absolute;
    bottom: -1px;
    left: 0;
}
.filter_title {
    font-size: 16px;
    line-height: 40px;
    font-weight: 600;
    color: #000;
    display: block;
    position: relative;
    cursor: pointer;
    transition: ease 0.3s;
}
.catefilter:after {
    content: '';
    background-image: url(../images/down-arrow.png);
    background-size: 13px;
    background-position: center right;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    width: 13px;
    height: 13px;
    top: 13px;
    transform: rotate(0deg);
    transition: all 0.3s;
}
.filteritem_inner.show .catefilter:after {
    transform: rotate(180deg);
}
.filteritem_inner ul {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}
.category .filteritem_inner ul{
    display: none;
    border-left: 2px solid #BD2732;
    padding-left: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.category .filteritem_inner.show ul {
    display: flex;
}
.filteritem_inner ul a {
    font-size: 16px;
    line-height: 1em;
    font-weight: 400;
}
.filter_item:not(:last-child) {
    margin: 0 0 25px;
}
.checkbox_item label {
    position: relative;
    cursor: pointer;
}
.checkbox_item li {
    position: relative;
    width: fit-content;
}
.filteritem_inner input {
    padding: 0;
    cursor: pointer;
    position: absolute;
    opacity: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    margin: 0;
}
.checkbox_item label:before {
    content: '';
    -webkit-appearance: none;
    background-color: #D9D9D900;
    border: 1px solid #A19C9C;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 7px;
    border-radius: 3px;
    top: -4px;
}
.filteritem_inner input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    left: 8px;
    width: 5px;
    height: 10px;
    border: solid #BD2732;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/*about page*/

.about .banner_content h2 {
    color: #fff;
    max-width: 420px;
    margin: auto;
}
.about .banner_wrapper:before {
    opacity: 0;
}
.our_storysec {
    margin: 38px 0 58px;
}
.our_storyheader {
    text-align: center;
    margin: 0 0 45px;
}
.our_storyheader p {
    max-width: 1070px;
    margin: auto;
}
.our_storywrap {
    display: flex;
    flex-wrap: wrap;
    border-radius: 20px;
    overflow: hidden;
}
.our_story_left, 
.our_story_right {
    width: 50%;
}
.our_story_right_inner {
    background: #BD2732;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px 67px;
    background-image: url(../images/ourstorybg.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.our_story_right_inner h2, 
.our_story_right_inner p {
    color: #fff;
}
.our_story_right_inner p {
    margin: 0 0 22px;
}
.our_story_right_inner p:last-child {
    margin: 0px;
}
.our_story_right_inner .btn_wrap a {
    background: #fff;
    color: #BD2732;
    text-align: center;
}
.our_story_right_inner .btn_wrap a:hover {
    background: transparent;
    color: #fff;
    border-color: #fff;
}
.our_story_right_inner .btn_wrap {
    margin-top: 36px;
}
.our_story_img {
    height: 100%;
}
.our_story_img img {
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
}
.our_commitmentsec {
    margin: 57px 0 68px;
}
.commitment_icons_wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 66px;
}
.commitment_icons_item {
    text-align: center;
}
.commit_content h3 {
    font-size: 20px;
    margin: 0 0 2px;
    line-height: 1.2em;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
}
.commit_content {
    padding-top: 22px;
}
.commit_content p {
    margin: 0;
}
.why_choose {
    background: #F4F4F4;
    padding: 65px 0;
    margin: 0;
}
.why_choose .our_story_right_inner {
    background: none;
    padding: 0;
}
.why_choose .our_story_right_inner h2, 
.why_choose .our_story_right_inner p{
    color: #000;
}
.why_choose .our_story_right_inner p {
    margin: 0;
    max-width: 564px;
}
.why_choose .our_story_right_inner .btn_wrap a {
    background: #BD2732;
    color: #fff;
}
.why_choose .our_story_right_inner .btn_wrap a:hover {
    background: transparent;
    color: #BD2732;
}
.why_choose .our_story_img img {
    border-radius: 20px;
}
.why_choose .our_storywrap {
    margin-left: -100px;
}
.why_choose .our_story_left, 
.why_choose .our_story_right {
    padding-left: 100px;
}
.workshop_img {
    position: relative;
}
.workshop_img:before {
    content: '';
    background: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0.6;
}
.workshop_img img {
    width: 100%;
    display: block;
}
.workshop_sec {
    position: relative;
}
.workshop_content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center;
}
.workshop_content .container {
    width: 100%;
}
.workshop_content h2 {
    color: #fff;
    max-width: 580px;
    margin: auto auto 20px;
}
.workshop_content .btn_wrap a {
    max-width: 350px;
    background: #fff;
    color: #BD2732;
    padding: 17px 25px;
}
.workshop_content .btn_wrap a:hover {
    background: transparent;
    color: #fff;
    border-color: #fff;
}

/*responsive*/


@media(max-width: 1450px){
.container {
    padding: 0 30px;
}
.banner_content {
    padding-left: 30px;
}
.header_nav ul {
    gap: 25px;
}
.btn_wrap a, .submit_btn input {
    padding: 18px 28px;
}
.footer_item span {
    font-size: 20px;
}
}

@media(max-width: 1300px){
    .header_nav ul {
    gap: 18px;
}
.header_nav ul a {
    font-size: 14px;
}
}