/* 
Theme Name:		 Child twentytwentyone
Theme URI:		 http://childtheme-generator.com/
Description:	 Child twentytwentyone is a child theme of Twenty Twenty-One, created by ChildTheme-Generator.com
Author:			 Aliyan
Author URI:		 http://childtheme-generator.com/
Template:		 twentytwentyone
Version:		 1.0.0
Text Domain:	 child-twentytwentyone
*/


/*
    Add your custom styles here
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
section {
    margin: 0px !important;
}

a:hover, a:focus{
	text-decoration:none!important;
	background:transparent!important;
	color:inherit!important;
	outline: 0px solid transparent!important;
}
h1 {
    font-size: 60px!important;
    font-family: "Montserrat", sans-serif!important;
    line-height: 73px!important;
    font-weight: 800!important;
}
h2 {
    line-height: 56.07px!important;
    font-size: 46px!important;
    font-family: 'Montserrat'!important;
	text-transform: capitalize;
    font-weight: 700!important;
}
h3 {
	line-height: 28.2px!important;
    font-size: 24px!important;
    font-family: 'Montserrat'!important;
	text-transform: capitalize;
    font-weight: 700!important;
}
h4 {
    font-weight: 700!important;
    font-size: 18px!important;
    font-family: 'Montserrat'!important;
}
p {
    font-family: 'Montserrat'!important;
    line-height: 27px!important;
    font-size: 18px!important;
}
.banner-content .banner-btn a:focus {
    color: black !important;
}
.banner-btn a:focus {
    color: white !important;
}
.logo-div .site-logo img {
    width: 160px;
}
.custom-header-site-logo {
    width: 160px;
}
.custom-header-site-logo img {
    width: inherit;
}
.site-logo {
    display: none;
}
.darkHeader .site-logo {
    display: block;
	margin: 0px;
	padding: 0px !important;
}
.darkHeader .custom-header-site-logo {
    display: none;
}


.mobile-menu-m-div {
    display: none;
}
@keyframes hover {
	 50% {
		 transform: translateX(10px);
	}
}
 .offcanvas-menu > label {
	 top: 0px;
	 right: 0px;
	 position: relative;
	 width: 40px;
	 height: 40px;
	 cursor: pointer;
	 transition: 0.3s ease;
	 display: flex;
	 align-items: center;
	 z-index: 9999;
	 background: white;
    padding: 0px !important;
    margin: 0px;
}
.offcanvas-menu label span {
    top: 20px;
    left: 7px;
}
 .offcanvas-menu label span, .offcanvas-menu label span::before, .offcanvas-menu label span::after {
	 transition: background 0.3s, transform 0.3s;
}
 .offcanvas-menu label span, .offcanvas-menu label span::before, .offcanvas-menu label span::after {
	content: "";
    position: absolute;
    height: 2px;
    width: 25px;
    background: black;
}
 .offcanvas-menu label span::before {
	 transform: translateY(-5px);
}
 .offcanvas-menu label span::after {
	 transform: translateY(5px);
}
 .offcanvas-menu nav {
	 position: fixed;
	 height: 100%;
	 width: 350px;
	 left: -350px;
	 overflow: hidden;
	 background: #fff;
	 transition: 0.3s ease;
	 padding: 0px;
	 top: 0px;
    box-shadow: 0px 0px 5px #8080807d;
}
.side-head-logo-div a, .side-head-logo-div a .site-logo {
    margin: 0;
    padding: 0 !important;
}
.offcanvas-menu nav .side-head-logo-div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #535353;
    padding: 20px;
}
 .offcanvas-menu nav > div a {
	 font-weight: 500;
	 display: flex;
	 align-items: center;
}
/*  .offcanvas-menu nav > div a i {
	 font-size: 4rem;
	 background: linear-gradient(120deg, #49a4ed 30%, #3d00a9 110%);
	 -webkit-background-clip: text;
	 -webkit-text-fill-color: transparent;
} */
.mob-menu-listing {
    margin-top: 20px;
}
 .offcanvas-menu nav > div label {
	 width: 30px;
	 height: 30px;
	 display: flex !important;
	 align-items: center;
	 justify-content: center;
	 cursor: pointer;
	 transition: 0.3s ease;
	 position:relative;
}
 .offcanvas-menu nav ul#primary-menu-list.mob-menu-list {
    padding: 0 20px;
}
 .offcanvas-menu nav > div label span, .offcanvas-menu nav > div label span:before, .offcanvas-menu nav > div label span:after {
/* 	 background: #4d4d4d; */
	 background: #ffffff;
}
ul#primary-menu-list {
    list-style: none;
    padding: 0px;
}
.events-m-row:nth-child(even) img {
    aspect-ratio: 2 / 2;
}
/*  .offcanvas-menu nav > ul {
	 margin-top: 30px;
	 counter-reset: nav-link-count;
}
 .offcanvas-menu nav > ul li {
	 cursor: pointer;
	 padding: 10px 0;
	 transform: translateX(-30px);
	 opacity: 0;
	 transition: 0.4s ease;
	 counter-increment: nav-link-count;
}
 .offcanvas-menu nav > ul li a {
	 font-size: 2.5rem;
	 line-height: 1.5;
	 font-weight: 400;
	 color: #333;
	 display: block;
}
 .offcanvas-menu nav > ul li a::after {
	 content: " : " counter(nav-link-count);
}
 .offcanvas-menu nav > ul li:hover {
	 animation: hover 0.5s;
} */
 .offcanvas-menu input[type="checkbox"] {
	 display: none;
}
 .offcanvas-menu input[type="checkbox"]:checked ~ label {
	 opacity: 0;
	 pointer-events: none;
}
 .offcanvas-menu input[type="checkbox"]:checked ~ nav {
	 left: 0;
}
 .offcanvas-menu input[type="checkbox"]:checked ~ nav label span {
	 background: transparent;
}
 .offcanvas-menu input[type="checkbox"]:checked ~ nav label span:before {
	 transform: rotate(-45deg);
}
 .offcanvas-menu input[type="checkbox"]:checked ~ nav label span:after {
	 transform: rotate(45deg);
}
 .offcanvas-menu input[type="checkbox"]:checked ~ nav label span:before, .offcanvas-menu input[type="checkbox"]:checked ~ nav label span:after {
	 transition-delay: 0.2s;
}
 .offcanvas-menu input[type="checkbox"]:checked ~ nav ul li {
	 opacity: 1;
	 transform: translateX(0px);
}
/*  .offcanvas-menu input[type="checkbox"]:checked ~ nav ul li:nth-child(1) {
	 transition-delay: 0.1s;
}
 .offcanvas-menu input[type="checkbox"]:checked ~ nav ul li:nth-child(2) {
	 transition-delay: 0.2s;
}
 .offcanvas-menu input[type="checkbox"]:checked ~ nav ul li:nth-child(3) {
	 transition-delay: 0.3s;
}
 .offcanvas-menu input[type="checkbox"]:checked ~ nav ul li:nth-child(4) {
	 transition-delay: 0.4s;
}
 .offcanvas-menu input[type="checkbox"]:checked ~ nav ul li:nth-child(5) {
	 transition-delay: 0.5s;
}
 .offcanvas-menu input[type="checkbox"]:checked ~ nav ul li:nth-child(6) {
	 transition-delay: 0.6s;
}
 .offcanvas-menu input[type="checkbox"]:checked ~ nav ul li:nth-child(7) {
	 transition-delay: 0.7s;
} */

 







main#main {
    padding: 0px;
}
.logo-div .site-logo {
    display: block;
}
header#masthead {
    padding: 15px 0px;
}
header#masthead  .site-branding {
    margin-top: 0px;
}
.site-logo img.custom-logo {
    width: 160px;
	max-width: 160px;
}
header#masthead {
    position: fixed;
    z-index: 3;
    width: 100%;
    background: transparent;
    max-width: 100%;
    border-bottom: 1px solid #747474;
    margin: auto;
	transition: 0.3s;
	box-shadow: 0px 3px 6px #00000029;
}
header.darkHeader {
/*     background: white !important; */
	background: #2f2f2f !important;
    border-bottom: 1px solid white !important;
	transition: 0.3s;
}

header#masthead .custom-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
	max-width: calc(100% - 200px);
}
.primary-navigation .primary-menu-container > ul > .menu-item > a {
    font-family: 'Montserrat';
    color: white;
    line-height: 19.5px;
    font-size: 16px;
    padding: 0px!important;
    margin-left: 30px;
	text-decoration: none;
}
.primary-navigation .primary-menu-container > ul > .menu-item > a:hover, .primary-navigation .primary-menu-container > ul > .menu-item > a:focus{
	color: white!important;
	padding: 0px!important;
}
header.darkHeader .primary-navigation .primary-menu-container > ul > .menu-item > a {
    font-family: 'Montserrat';
/*     color: #535353; */
	color: #fff;
    line-height: 19.5px;
    font-size: 16px;
    padding: 0px!important;
    margin-left: 30px;
	text-decoration: none;
}
header.darkHeader .primary-navigation .primary-menu-container > ul > .menu-item > a:hover, .primary-navigation .primary-menu-container > ul > .menu-item > a:focus{
	color: #535353!important;
	padding: 0px!important;
}
.primary-navigation .primary-menu-container > ul > .menu-item.current_page_item > a {
    font-weight: 700;
    border-bottom: 2px solid;
}
.primary-navigation > div > .menu-wrapper li:last-child a {
    border: 1px solid white;
    padding: 15px 25px !important;
    margin: 0px;
    font-weight: 600;
    margin-left: 30px;
	transition: 0.3s;
}
.primary-navigation > div > .menu-wrapper li:last-child a:hover, .primary-navigation > div > .menu-wrapper li:last-child a:focus {
    border: 1px solid white;
    padding: 15px 25px !important;
    margin: 0px;
    font-weight: 600;
    margin-left: 30px;
    background: white !important;
    color: #535353 !important;
	transition: 0.3s;
}
header#masthead .primary-navigation > div > .menu-wrapper {
    align-items: center;
}


header.darkHeader .primary-navigation > div > .menu-wrapper li:last-child a {
/*     border: 1px solid #535353; */
	border: 1px solid #fff;
    padding: 15px 25px !important;
    margin: 0px;
    font-weight: 600;
    margin-left: 30px;
/* 	color: #535353 !important; */
	color: #fff !important;
	transition: 0.3s;
}
header.darkHeader .primary-navigation > div > .menu-wrapper li:last-child a:hover {
    border: 1px solid #535353;
	border: 1px solid #fff;
    padding: 15px 25px !important;
    margin: 0px;
    font-weight: 600;
    margin-left: 30px;
/*     background: #535353 !important; */
    background: #fff !important;
	transition: 0.3s;
}






.banner-sect {
    position: relative;
}
.banner-bg-img {
/*     background: url(/wp-content/uploads/2024/03/bg-1.png); */
    min-height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.custom-container {
    max-width: calc(1440px - 160px);
    margin: auto;
    width: 100%;
    padding: 0px;
}
body.page-id-35 .section.banner-sect.hm-page .banner-content {
    max-width: 725px;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.banner-content {
    max-width: 725px;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
/* .banner-content {
    display: flex;
    flex-direction: column;
    height: 900px;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 420px;
} */
.banner-info {
    position: absolute;
    bottom: 20px;
	padding: 0 20px;
}
.banner-wrap {
    text-align: center;
    color: #fff;
}
.banner-wrap p {
    font-size: 14px !important;
}
.banner-content h1 {
    color: white;
    margin-bottom: 20px;
}
span.divider {
    border: 4px solid white;
    content: '';
    width: 50px;
    display: block;
    margin-bottom: 40px;
}


/* .banner-btn{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
} */

.banner-btn a {
    display: block;
    line-height: 21.94px;
    font-size: 18px;
    font-family: 'Montserrat';
    text-decoration: none;
    color: #fff;
    border: 1px solid #fff;
    text-align: center;
    position: relative;
    transition: all .35s;
    width: fit-content;
    padding: 15px 25px 15px 25px;
    min-width: 180px;
}

.banner-btn a span{
  position: relative;
  z-index: 2;
}
.events-m-row:nth-child(2) .banner-btn a {
    display: none;
}
.banner-btn a:after{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #fff;
  transition: all .35s;
}

.banner-btn a:hover{
  color: #000;
}

.banner-btn a:hover:after{
  width: 100%;
}
.banner-text {
    position: absolute;
    bottom: 30px;
    text-align: center;
    width: 100%;
    max-width: 80%;
	transform: translateX(-50%);
    left: 50%;
}
.banner-text p {
	color: #fff;
}
.wwd-col:nth-child(2), .wwd-col:nth-child(3) {
    background: #2F2F2F;
    transition: 0.3s;
    color: white;
}
.wwd-col:nth-child(2) .col-content p, .wwd-col:nth-child(3) .col-content p {
    color: white;
}
.contact-card .wwd-col:nth-child(3) {
    background: #fff;
    transition: 0.3s;
    color: #2F2F2F;
}
.contact-card .wwd-col:nth-child(3) .col-content p {
    color: #2f2f2f;
}
.contact-card .wwd-col {
    width: 32%;
}
.head-row {
    text-align: center;
    max-width: 780px;
    margin: auto;
    width: 100%;
	margin-bottom: 50px;
}
.head-row h2 {
    color: #000000;
    margin-bottom: 10px;
}
.wwd-m-row {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    grid-gap: 20px;
    width: 100%;
    max-width: 80%;
    margin: 0 auto;
}
.wwd-col {
    background: white;
    border-radius: 20px;
    padding: 40px 20px;
    text-align: center;
    width: 48%;
    transition: 0.3s;
}
.wwd-sect {
    background: #F8F8F8;
    padding: 70px 0px;
}
.col-content h3 {
    line-height: 38.5px;
    font-size: 24px;
    font-weight: 700;
    font-family: 'Montserrat';
    margin: 0px;
    margin-bottom: 10px;
}
.col-content p {
    color: #535353;
    margin: 0px;
}
.col-content img {
    margin-bottom: 25px;
    width: 70px;
}
/* .wwd-col:hover {
    background: #2F2F2F;
    transition: 0.3s;
} */
/* .wwd-col:hover .col-content h3{
    color: #fff;
}
.wwd-col:hover .col-content p{
    color: #fff;
} */
.events-m-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    align-content: center;
    background-position: right bottom;
    background-repeat: no-repeat;
}
.events-m-row:nth-child(3) {
	background: url(/wp-content/uploads/2024/03/Vector-1-2.png);
    background-position: right bottom;
    background-repeat: no-repeat;
	background-size:contain;
}
.events-m-row:nth-child(3) .events-cont-col:before {
    z-index: -1;
    content: '';
    position: absolute;
    top: -8.8px;
    left: 0px;
    transform: rotate(180deg);
	background:transparent;
}
.events-col-img {
    width: 100%;
}
.events-col-img img {
    width: 100%;
    aspect-ratio: 3 / 2;
    object-fit: cover;
}
.events-cont-col {
    width: 100%;
    background: url(/wp-content/uploads/2024/03/pattern-2-1.png);
    height: 100%;
    vertical-align: middle;
    align-items: center;
    align-content: center;
    display: flex;
    flex-wrap: wrap;
	position:relative;
}
.event-contents {
    background: #2F2F2F;
    width: 655px;
    padding: 70px 35px;
    margin-left: -40px;
}
.event-contents h2 {
    color: white;
    margin-bottom: 30px;
	direction: ltr;
}
.events-m-row:nth-child(even) {
    grid-auto-flow: dense;
    direction: rtl;
}
.brand-sect {
    background: #F8F8F8;
    padding: 70px 0px;
}
.brand-title-div {
    width: 870px;
    margin-bottom: 30px;
}
.brand-logo-div {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 15px;
	flex-wrap: wrap;
}
.brand-logo {
    width: 70%;
    text-align: center;
    display: block;
    margin: auto;
}
.brand-logo-slider {
	display:flex;
}
.brand-logo img {
    width: 100%;
}
.slick-slider {
	width: 100%;
}
.slick-slide {
    width: 320px !important;
}
.contact-m-div {
    background: #FFFFFF;
    border-radius: 25px;
    box-shadow: 0px 4px 60px 0px #0000001A;
    padding: 20px;
	z-index: 1;
    position: relative;
}
.contact-sect {
    background: #F8F8F8;
}
.contact-r-div {
    width: 53.9%;
}
.contact-l-div {
    background: url(/wp-content/uploads/2024/03/image-1.png);
    min-height: 630px;
    border-radius: 18px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    padding: 90px 80px;
    width: 42%;
    display: flex;
    align-items: center;
}
.contact-m-row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    grid-gap: 50px;
}
.contact-form-div h2 {
    margin-bottom: 15px;
}
.c-form {
    margin-top: 30px;
}
.c-form input.input-c-form, .c-form textarea.input-c-form {
    background: #F9F9F9;
    border: 1px solid #DEDEDE;
    display: block;
    width: 100%;
    margin-bottom: 10px;
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 400;
    line-height: 34px;
    padding: 10px 20px;
}
.c-form input.wpcf7-form-control.wpcf7-submit.has-spinner, .c-form input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
       width: 100%;
    display: block;
    background: radial-gradient(circle, rgb(235 235 235) -120%, rgb(80 80 80 / 134%) 70%);
    padding: 10px 20px;
    background-color: transparent !important;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Montserrat';
	border:0px;
	color:white;
}
.contact-l-content h3 {
    margin-bottom: 15px;
}
ul.contact-li {
    padding: 0px;
    margin: 0px;
    list-style: none;
    margin-top: 60px;
}
ul.contact-li li a span{
	line-height: 10px;
}
ul.contact-li li a {
    font-size: 14px;
    line-height: 10px;
    font-family: 'Montserrat';
    color: white;
    list-style: none;
    text-decoration: none;
}
ul.contact-li li {
    margin-bottom: 20px;
	line-height: 10px;
}
ul.contact-li li a span {
    margin-right: 20px;
}
ul.contact-li li a span img {
    margin-left: -60px;
    margin-right: 15px;
    width: 100%;
    max-width: 40px;
}
ul.contact-li li {
    padding-left: 60px;
}
.test-sect {
    background: #2F2F2F;
    padding: 80px 0px 140px;
	position: relative;
}
.test-m-div {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 30px;
	flex-wrap: wrap;
}
.test-logo-div {
    width: 12%;
}
.test-cont-div {
    width: 85%;
}
.test-cont h3 {
    color: white;
    margin-bottom: 25px;
}
.test-cont p {
    color: #B9B9B9;
    margin-bottom: 15px;
}
.test-cont {
    max-width: 760px;
}
.arrow-div {
    width: fit-content;
    position: absolute;
    bottom: 0px;
    right: 230px;
}
.arrow-div img {
    width: 220px;
}
.events-m-row:nth-child(even) .event-contents {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    max-width: 635px;
    padding-right: 80px;
	margin-right: -40px;
}
/* .events-m-row:nth-child(even) .events-cont-col {
    background: #2f2f2f;
} */



.test-slider button.owl-next, button.owl-prev {
    background: #00000026 !important;
    width: 50px;
    height: 50px !important;
    font-size: 16px !important;
    text-align: center;
    line-height: 50px !important;
    color: white!important;
	margin-right: 10px!important;
}
.test-slider .owl-nav {
    width: fit-content;
    position: absolute;
    bottom: -20px;
    left: 26%;
    transform: translate(-50%, 0%);
}
footer#colophon {
    padding-bottom: 0px;
    background: #2F2F2F;
    margin: 0px;
    max-width: 100%;
	margin-top: -365px;
    padding-top: 365px;
}
.footer-bg {
    margin: 0px!important;
    border-bottom: 1px solid #4E4E4E;
    background-image: url(/wp-content/uploads/2024/03/Vector-1-1.png);
    background-position: 100% 100%;
    background-repeat: no-repeat;
/*     background-size: cover; */
    padding-bottom: 100px;
	padding-top: 100px;
}
.footer-m-row {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    grid-gap: 40px;
}
.logo-div {
    width: 50%;
    padding-right: 0px;
}
.footer-detail {
    width: 100%;
}
p.hero-quote__text {
	margin-bottom: 20px;
	color: #fff;
}
p.hero-quote__cta {
	color: #fff;
}
.menu-div {
    width: 5%;
}
.menu-div.sale {
    width: 12%;
}
.blog-div {
    width: 19%;
}
.social-div {
    width: 19%;
}
.logo-cont .site-name {
    margin-bottom: 0px;
    text-align: center;
}
.footer-detail p {
    font-size: 14px ! Important;
    line-height: 22.18px !important;
    font-weight: 400;
    font-family: 'Montserrat' !important;
    color: #B9B9B9;
    margin-bottom: 20px;
}
ul.cont-foot {
    padding: 0;
    list-style: none;
}
ul.cont-foot li {
    margin-bottom: 10px;
	text-align: center;
}
ul.cont-foot li a {
    color: #B9B9B9;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Montserrat';
    line-height: 15px !important;
}
.footer-m-row h4 {
    color: white;
    margin-bottom: 25px;
}
.footer-menu ul, nav.footer-navigation, .sales-cont-menu ul, .foot-blog-list ul{
    padding: 0px;
	margin: 0px;
    display: block;
	list-style:none;
}
.footer-menu .footer-navigation-wrapper li a, .sales-cont-menu li a, .foot-blog-list ul li a, .policies-div ul li a {
    display: block;
    margin: 0;
    padding: 0px;
    color: #B9B9B9 !important;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
}
.footer-menu .footer-navigation-wrapper li, .sales-cont-menu li{
    width: fit-content;
    display: block;
    line-height: 30.17px;
}
.foot-blog-list ul li {
    width: fit-content;
    display: block;
	margin-bottom: 15px;
    line-height: 21px;
}
.sales-cont-menu ul li a img {
    padding-right: 10px;
    position: relative;
    top: -2px;
}
.footer-credit {
    margin: 0px!important;
    padding: 15px 0px;
}
.footer-credit-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-credit-div {
    width: 100%;
    text-align: center;
}
.hero-quote__inner {
    background: url(/wp-content/uploads/2024/03/image-1.png);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 55px;
}
section.hero-quote {
    background: #f8f8f8;
    padding: 20px 0px 80px;
	text-align: center;
}
.cred-cont p {
    font-size: 14px !important;
    font-weight: 400;
    line-height: 17.07px;
    color: #9A9A9A;
}
.policies-div ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    list-style: none;
    grid-gap: 25px;
}
.policies-div ul li {
    position:relative;
}
.policies-div ul li:after {
    content: '';
    width: 2px;
    height: 13px;
    color: #9A9A9A;
    background: #9A9A9A;
    position: absolute;
    right: -13px;
    top: 7px;
}
.policies-div ul li:last-child:after {
    content: unset;
}
.social-menu ul {
    padding: 0;
    list-style: none;
    display: flex;
    grid-gap: 15px;
    align-items: center;
}
.social-menu ul li img {
    width: 18px;
}

.sales-cont-menu {
    margin-top: 50px;
}
span.dropdown-icon.close {
    color: black;
    z-index: 9999;
}
.menu-button-container #primary-mobile-menu .dropdown-icon.open .svg-icon {
    position: relative;
    top: 0px;
    margin: 0px;
}
.menu-button-container #primary-mobile-menu {
    background: white!important;
    width: 55px!important;
    justify-content: center;
    padding: 10px 15px!important;
}
.test-logo-div img {
    width: 150px!important;
    height: 150px;
    border-radius: 50%;
}
.c-form textarea.input-c-form {
    height: 150px !important;
}
.events-cont-col:before {
    z-index: -1;
    content: '';
    position: absolute;
    top: -8.8px;
    left: 0px;
    transform: rotate(180deg);
    background: url(/wp-content/uploads/2024/03/Vector-1-2.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: -webkit-fill-available;
    background-position: 100%;
}

/* Gallery */
.about-us .banner-bg-img {
    min-height: 550px;
}
.page-template-Gallery footer#colophon {
    margin-top: 0px;
    padding-top: 0px;
}
.tab-header {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 20px;
    margin-bottom: 25px;
    margin-top: 25px;
	flex-wrap: wrap;
	padding: 0 20px;
}
.tabs .tab-header > div {
    cursor: pointer;
    transition: color 300ms ease-in-out;
    color: rgba(0, 0, 0, .5);
    text-transform: capitalize;
    letter-spacing: 0px;
    font-size: 15px;
    font-family: 'Montserrat';
    font-weight: 600;
}
.tabs .tab-header > div.active {
    color: black;
    font-weight: 600;
}
.tabs .tab-body{
    position: relative;
}
.tabs .tab-body > div{
    width: 100%;
    padding: 20px;
	display:none;
}
.tabs .tab-body > div.active{
	display:block;
    transition: top 0ms ease-in-out 0ms,
                opacity 500ms ease-in-out 0ms;
}
.top-head {
    max-width: 750px;
    margin: auto;
    text-align: center;
    padding-top: 60px;
/*     padding-bottom: 25px; */
}
.top-head h2 {
    margin-bottom: 0px;
}
.main-din-img-gall {
    position: relative;
    width: 100%;
}
.main-din-img-gall .gall-cont-div {
    width: fit-content;
    margin-left: 0px;
    margin-bottom: 35px;
/*     position: absolute; */
    bottom: 0px;
    left: 0px;
    display: none;
    padding: 0px 40px;
}
.main-din-img-gall h4.gall-item-tit {
    font-size: 28px!important;
    line-height: 30px;
    font-weight: 700!important;
    margin-bottom: 0px;
    text-align: left;
    font-family: 'Montserrat'!important;
	color:white;
	animation: 1s slide-right;
	display: block;
    width: 100%;
}
.main-din-img-gall p.item-cat {
    font-family: 'Montserrat'!important;
    font-weight: 600!important;
    font-style: normal;
    font-size: 18px!important;
    line-height: 35px;
	color:white;
	animation: 1s slide-left;
	display: block;
    width: 100%;
}
.main-din-img-gall:hover .gall-cont-div {
    display: none;
	z-index: 3;
}
.main-din-img-gall:hover  .img-div-gall:before {
    content: '';
    background: rgba(0, 0, 0, .5);
    z-index: 1;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0;
    height: 100%;
	animation: fadeIn ease 0.5s;
}
.gall-img-m-div.grid::after {
  content: "";
  display: block;
  clear: both;
}
.img-div-gall {
    position: relative;
}
.page-template-Gallery span.divider {
    width: 190px;
}
.breadcrumbs {
    color: white;
	display: none;
}
.breadcrumbs p a, .breadcrumbs p {
    color: white;
    text-decoration: none;
    font-size: 16px!important;
    font-family: 'Montserrat'!important;
    letter-spacing: 0px;
}
p.item-cat span.cat-bet-arr:last-child {
    display: none;
}
.gall-img-m-div.active {
    display: grid !important;
    grid-template-columns: repeat(2, 2fr) repeat(2, minmax(0, 1fr));
    grid-auto-rows: auto;
    grid-gap: 0px;
	padding: 0px !important;
}
.img-div-gall img {
    width: 100%;
    height: auto;
}
/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */

.grid-sizer,
.grid-item {
  width: 33.333%;
}

.grid-item {
  float: left;
}

.grid-item img {
  display: block;
  width: 100%;
}








/* C Page */
.c-paeg-sect .wwd-col:nth-child(2) a {
    color: white;
    margin-top: 30px;
    display: block;
}
.c-paeg-sect .wwd-col a {
    display: block;
	max-width: 300px;
    margin: auto;
	margin-top: 30px;
}
.contact-l-div.c-page {
    padding: 0px;
    display: block;
}

.model-img{
    cursor:pointer;
}

.modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 80%);
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}
.modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 0px;
    width: fit-content;
    border-radius: 0px;
}
.close-btn {
    width: 60px;
    height: 60px;
    background: white;
    text-align: center;
    line-height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    float: right;
    position: relative;
    top: 20px;
    right: 20px;
}
.close-btn .close-button {
    background-color: white;
    font-size: 35px;
    width: 100%;
    cursor: pointer;
    border-radius: 50%;
    height: 60px;
}
.close-btn .close-button:hover {
    background-color: white;
}
.show-modal {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
    z-index: 3;
}









@keyframes slide-right {
  from {
    margin-left: -100%;
  }
  to {
    margin-left: 0%;
  }
}
@keyframes slide-left {
  from {
    margin-left: 3%;
  }
  to {
    margin-left: 0%;
  }
}
@keyframes fadeIn{
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}
@keyframes fadeOut{
  0% {
    opacity:1;
  }
  100% {
    opacity:0;
  }
}
@media only screen and (min-width:1023px) and (max-width:1440px) {
	.banner-text {
		max-width: 88%;
	}
}

/* WHO WE ARE CSS START */

.our-story {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
}

/* .our-story::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 20px,
            rgba(200, 200, 200, 0.03) 20px,
            rgba(200, 200, 200, 0.03) 40px
        ),
        repeating-linear-gradient(
            -45deg,
            transparent,
            transparent 20px,
            rgba(200, 200, 200, 0.02) 20px,
            rgba(200, 200, 200, 0.02) 40px
        );
    pointer-events: none;
    z-index: 0;
} */

.container {
    max-width: 1200px;
    width: 100%;
    position: relative;
    z-index: 1;
}

.story-content {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 60px;
    align-items: start;
}

.story-left {
    position: relative;
}

.story-title {
/*     font-size: 3.5rem;
    font-weight: 700;
    color: #2a2a2a; */
/*     text-transform: uppercase; */
/*     letter-spacing: 2px;
    margin-bottom: 15px;
    line-height: 1.1; */
}

.accent-line {
    width: 60px;
    height: 4px;
    background-color: #d4af37;
    margin-bottom: 20px;
}

.tagline {
    font-size: 0.9rem;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    line-height: 1.5;
}

.story-right {
    padding-top: 10px;
}

.story-text {
    font-size: 1rem;
    color: #333;
    line-height: 1.8;
    font-weight: 400;
}

/* Responsive Design */
@media (max-width: 968px) {
    .story-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .story-title {
        font-size: 2.8rem;
    }
    
    .story-right {
        padding-top: 0;
    }
}

@media (max-width: 640px) {
    .our-story {
        padding: 40px 20px;
    }
    
    .story-title {
        font-size: 2.2rem;
        letter-spacing: 1px;
    }
    
    .tagline {
        font-size: 0.85rem;
    }
    
    .story-text {
        font-size: 0.95rem;
    }
    
    .accent-line {
        width: 50px;
        height: 3px;
    }
}

@media (max-width: 480px) {
    .story-title {
        font-size: 1.8rem;
    }
    
    .tagline {
        font-size: 0.75rem;
    }
    
    .story-text {
        font-size: 0.9rem;
        line-height: 1.7;
    }
}

/* WHO WE ARE CSS END */
@media only screen and (min-width:1220px) and (max-width:1400px) {
	h1 {
		font-size: 45px !important;
		line-height: 60px !important;
	}
	h2 {
		line-height: 50.07px !important;
		font-size: 40px !important;
	}
	h3 {
		line-height: 25.2px !important;
		font-size: 22px !important;
	}
	h4 {
		font-size: 16px !important;
	}
	p {
		line-height: 24px !important;
		font-size: 16px !important;
	}
	.custom-container {
		max-width: calc(100% - 80px);
	}
	.primary-navigation .primary-menu-container {
		margin-right: 0px!important;
		margin-left: 0px!important;
	}
	.wwd-sect {
		padding: 50px 0px;
	}
	.wwd-m-row {
		grid-gap: 15px;
	}
	.col-content img {
		width: 50px;
	}
	.test-m-div {
		grid-gap: 20px;
	}
	.test-logo-div {
		width: 15%;
	}
	.test-cont-div {
		width: 83%;
	}
	.arrow-div img {
		width: 170px;
	}
	.arrow-div {
		right: 150px;
	}
	.test-slider .owl-nav {
		left: 22%;
	}
	.test-sect {
		padding: 60px 0px 100px;
	}
	.brand-logo-div {
		grid-gap: 10px;
	}
	.contact-m-row {
		grid-gap: 32px;
	}
	.contact-r-div {
		width: 52%;
	}
	.contact-l-div {
		padding: 60px 50px;
		width: 45%;
	}
	.footer-m-row {
		grid-gap: 33px;
	}
	.footer-bg {
		padding-bottom: 50px;
		padding-top: 60px;
	}
	.event-contents {
		width: 545px;
		padding: 40px 40px;
	}
}
@media only screen and (min-width:1024px) and (max-width:1200px) {
	.custom-container {
		padding: 0px 20px;
	}
	.brand-logo {
		width: 18%;
	}
	.contact-m-row {
		grid-gap: 39px;
	}
	.test-logo-div {
		width: 15%;
	}
	.test-cont-div {
		width: 78%;
	}
	.footer-m-row {
		grid-gap: 32px;
	}
	.event-contents {
		width: 500px;
		padding: 35px 35px;
	}
}
@media (max-width: 1024px) {
	.brand-logo-slider .slick-track {
		display: flex !important;
		flex-wrap: nowrap !important;
	}
/* 	.banner-content {
		height: 720px;
		padding-top: 370px;
		padding-left: 18px;
	}
 */
	.brand-logo-slider .slick-slide {
		width: auto !important;
		display: flex !important;
		justify-content: center;
		align-items: center;
	}
}
@media only screen and (min-width:768px) and (max-width:1024px) {

	h1 {
		font-size: 45px !important;
		line-height: 55px !important;
	}
	h2 {
		line-height: 49.07px !important;
		font-size: 40px !important;
	}
	p {
		line-height: 25px !important;
		font-size: 16px !important;
	}
	.mobile-menu-m-div {
		display: block;
	}
	.head-row {
		margin-bottom: 35px;
	}
	ul#primary-menu-list > .menu-item > a {
		margin-left: 0px;
		color: initial;
	}
	header .primary-navigation .primary-menu-container > ul.mob-menu-list > .menu-item > a {
		color: #535353 !important;
	}
	nav#site-navigation .primary-menu-container {
		display: none;
	}
	nav#site-navigation .mobile-menu-m-div .mob-menu-listing .primary-menu-container {
		display: block;
		margin-left: 0;
		margin-right: 0px;
	}
	header.darkHeader .primary-navigation .primary-menu-container > ul > .menu-item > a {
		margin-bottom: 15px;
	}
	header .primary-navigation .primary-menu-container > ul > .menu-item > a {
		color: #535353;
		margin-bottom: 15px;
	}
/* 	.primary-menu-container {
		display: none;
	} */
	header#masthead .custom-container {
		padding: 0px 20px;
		max-width: calc(100% - 30px);
	}
	.custom-container {
		padding: 0px 20px;
	}
	.wwd-sect {
		background: #F8F8F8;
		padding: 50px 0px;
	}
	.wwd-col {
		width: 48%;
	}
	.wwd-m-row {
		justify-content: flex-start;
	}
	section.wwd-sect.c-paeg-sect.contact-card .wwd-m-row {
		max-width: 100%;
	}
	section.wwd-sect.c-paeg-sect.contact-card .wwd-col {
		width: 31%;
		padding: 20px 15px;
	}
	.events-m-row {
		display: flex;
		flex-wrap: wrap;
		margin: 0px 20px;
    	margin-bottom: 20px;
	}
	.event-contents {
		width: 100%;
		padding: 50px 35px;
		margin-left: 0px;
	}
	.events-m-row:nth-child(even) .event-contents {
		max-width: 100%;
		padding-right: 50px;
		margin-right: 0;
	}
	section.event-sect {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.test-logo-div {
		width: 21%;
	}
	.test-m-div {
		display: flex;
		align-items: center;
		justify-content: flex-start;
	}
	.arrow-div {
		right: 90px;
	}
	.arrow-div img {
		width: 160px;
	}
	.brand-title-div {
		width: 710px;
		margin-bottom: 30px;
	}
	.brand-logo {
		width: 31%;
	}
	.brand-logo {
		width: 50%;
		margin: inherit;
	}
	section.hero-quote {
		padding: 10px 0px 50px;
	}
	.brand-sect {
		padding: 50px 0px;
	}
	.contact-l-div {
		min-height: 330px;
		padding: 40px 60px;
		width: 100%;
	}
	ul.contact-li {
		margin-top: 40px;
	}
	ul.contact-li li:last-child {
		margin-bottom: 0px;
	}
	.contact-r-div {
		width: 100%;
	}
	.contact-m-row {
		grid-gap: 30px;
	}
	.logo-div {
		width: 100%;
		padding-right: 0px;
	}
	.footer-bg {
		padding-bottom: 40px;
		padding-top: 35px;
	}
	.footer-m-row {
		grid-gap: 30px;
	}
	.menu-div {
		width: 20%;
	}
	.menu-div.sale {
		width: 75%;
	}
	.blog-div {
		width: 50%;
	}
	.social-div {
		width: 45%;
	}
	.test-slider .owl-nav {
		left: 8%;
		transform: translate(-50%, 0%);
		display: block !important;
	}
}

@media only screen and (max-width:768px) {
	.wwd-m-row {
		max-width: 100%;
	}
	.hero-quote__inner {
		padding: 30px;
	}
/* 	.banner-content {
		height: 700px;
		padding-top: 370px;
	} */
}

@media only screen and (min-width:320px) and (max-width:767px){
	section.banner-sect.hm-page .banner-content {
		top: 26%;
		padding: 0 20px;
		max-width: 100%;
		left: 0px;
	}
	.banner-text p {
		color: #fff;
		font-size: 16px !important;
	}
	section.banner-sect.hm-page .banner-content h1 {
		font-size: 32px !important;
	}
	h1 {
		font-size: 35px !important;
		line-height: 43px !important;
	}
	h2 {
		line-height: 43.07px !important;
		font-size: 30px !important;
	}
	.grid-sizer, .grid-item {
		width: 100%;
	}
	.mobile-menu-m-div {
		display: block;
	}
	nav#site-navigation .primary-menu-container {
		display: none;
	}
	nav#site-navigation .mobile-menu-m-div .mob-menu-listing .primary-menu-container {
		display: block;
		margin-left: 0;
		margin-right: 0px;
	}
	ul#primary-menu-list > .menu-item > a {
		margin-left: 0px;
		color: initial;
	}
	section.banner-sect.about-us .banner-content h1 
	{
		text-align: left;
	}
	.banner-content h1 {
		text-align: center;
	}
	span.divider {
		border: 3px solid white;
/* 		margin: auto; */
		margin-bottom: 40px;
	}
	.banner-btn a {
		margin: auto;
		padding: 11px 15px 11px 15px;
		min-width: 140px;
	}
	.wwd-sect {
		padding: 40px 0px;
	}
	section.banner-sect.about-us .banner-content {
		left: 0;
		padding-left: 20px;
	}
	section.banner-sect.hm-page .banner-bg-img {
		min-height: 500px;
	}
	.banner-bg-img {
		min-height: 550px !important;
	}
	.wwd-col {
		border-radius: 20px;
		width: 100%;
	}
	.contact-card .wwd-col {
		width: 100%;
	}
	.wwd-col:nth-child(3) {
		order: 4;
	}
	.events-m-row:nth-child(even) .event-contents {
		max-width: 100%;
	}
	.events-m-row {
		display: flex;
		grid-template-columns: unset;
		flex-wrap: wrap;
		margin-bottom: 20px;
		margin-left: 20px;
		margin-right: 20px;
	}
	.event-contents {
		width: 100%;
		padding: 50px 20px;
		margin-left: 0px;
		text-align: left;
	}
	.event-contents .banner-btn {
		text-align: left;
		float: left;
	}
	.brand-title-div {
		width: 100%;
		margin-bottom: 30px;
		text-align: center;
	}
	.brand-logo {
		width: 65%;
	}
	.brand-sect {
		padding: 40px 0px;
	}
	section.hero-quote {
		padding: 20px 0px 50px;
	}
	ul.contact-li {
		margin-top: 30px;
	}
	ul.contact-li li:last-child {
		margin-bottom: 0px;
	}
	.contact-l-div {
		min-height: 330px;
		padding: 40px 20px;
		width: 100%;
	}
	.contact-m-div {
		padding: 15px;
	}
	.contact-m-row {
		grid-gap: 20px;
/* 		flex-direction: column-reverse; */
	}
	.contact-r-div {
		width: 100%;
	}
	.cont-foot li {
		text-decoration: none;
		font-size: 14px;
		font-weight: 400;
		font-family: 'Montserrat';
		line-height: 15px !important;
		color: #b0b0b0;
	}
	.logo-cont {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
	.test-sect {
		background: #2F2F2F;
		padding: 50px 0px 90px;
		position: relative;
	}
	.test-m-div {
		grid-gap: 30px;
	}
	.test-logo-div {
		width: 50%;
	}
	.test-cont-div {
		width: 100%;
		text-align: center;
	}
	.test-slider .owl-nav {
		bottom: -50px;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.arrow-div img {
		width: 90px;
	}
	.arrow-div {
		right: 40px;
	}
	footer#colophon {
		margin-top: 0px;
		padding-top: 0px;
		padding: 0px 15px;
	}
	.logo-div {
		width: 100%;
		padding-right: 0px;
	}
	.footer-bg {
		padding-bottom: 50px;
		padding-top: 40px;
		background-position: bottom;
    	background-size: contain;
	}
	.menu-div {
		width: 42%;
	}
	.menu-div.sale {
		width: 50%;
	}
	.footer-m-row {
	   grid-gap: 20px;
	}
	.blog-div {
		width: 100%;
		margin-top: 15px;
	}
	.social-div {
		width: 100%;
	}
	.footer-credit-row {
		display: block;
		text-align: center;
	}
	.footer-credit-div {
		margin-bottom: 10px;
	}
	ul.cont-foot li a img {
		padding-right: 10px;
	}
	section.event-sect {
		padding-top: 20px;
	}
	section.contact-sect {
		padding-bottom: 50px;
	}
	.custom-container {
		max-width: calc(100% - 30px)!important;
	}
/* 	.banner-content {
		max-width: 100%;
		width: 100%;
		position: absolute;
		top: 50%;
		transform: translate(-50%, -50%);
		left: 50%;
	} */
/* 	.banner-content {
		height: 310px;
		padding-top: 210px;
	} */
	.site-header .site-logo, .menu-button-container, .primary-navigation {
		position: unset !important;
	}
	header#masthead {
		top: 0px;
	}
	.primary-navigation .primary-menu-container > ul > .menu-item > a {
		width: fit-content;
		margin-bottom: 15px;
		margin-left: 0px;
		color: black;
	}
	.primary-navigation > div > .menu-wrapper li:last-child a {
		border: 0px solid white;
		padding: 0px 0px !important;
		margin: 0px;
		font-weight: 600;
		margin-left: 0px;
		transition: 0.3s;
		font-weight: 400;
	}
	.events-cont-col:before {
    content: '';
}
	.breadcrumbs {
    color: white;
    text-align: center;
}
	.contact-l-div.c-page iframe {
    height: 425px;
}
}
section#block-7 a {
    color: #B9B9B9 !important;
}



















