/*Main Css */

:root {
--primary: #000000;
--secondary: #333333;
--white: #fff;

--font-heading: 'Baskervville', serif;
--font-accent: 'Poppins', serif;
--font-body: 'Poppins', serif;
--icon: "Font Awesome 6 Pro", serif;
}

::selection {
background: var(--primary);
color: #fff;
text-shadow: none;
}

::-webkit-scrollbar {
width: 5px;
background-color: #f5f5f5;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
display: none;
}

::-webkit-scrollbar-track-piece {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
background-color: #fff;
}

::-webkit-scrollbar-thumb:vertical {
border-radius: 10px;
background-color: var(--primary);
}

/* Tabbing CSS */

[class^="box-"] {
display: none;
}

[class^="box-"].showfirst {
display: block;
}

body {
font-family: var(--font-body);
overflow-x: hidden;
font-size: 16px;
color: var(--body-color);
font-weight: 400;
line-height: 30px;
letter-spacing: 0em;
}

body.inner-header {
padding-top: 100px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
font-family: var(--font-heading);
display: block;
color: var(--secondary);
text-transform: capitalize;
}

h1 {
font-weight: 400;
font-size: 50px;
line-height: 100%;
letter-spacing: 1px;
text-transform: uppercase;
}

h2 {
color: #000000;
font-weight: 400;
font-size: 50px;
line-height: 100%;
letter-spacing: 1px;
text-transform: uppercase;
}

h2 span.text-bold {
font-weight: bold;
}

h4 {
font-size: 26px;
line-height: 1.12;
}

h6 {
font-size: 14px;
font-weight: 600;
line-height: 1.71;
letter-spacing: 0.84px;
}

.text-primary {
color: var(--primary) !important;
}

.text-secondary {
color: var(--secondary) !important;
}

.btn {
padding: 13px 28px;
text-transform: capitalize;
font-family: var(--font-body);
font-weight: 400;
font-size: 15px;
line-height: 100%;
letter-spacing: 0px;
text-transform: capitalize;
border-radius: 0px;
}

.btn:focus,
.btn:active:focus {
box-shadow: none;
}

.btn i {
font-size: 14px;
font-weight: 600;
}

.btn-primary {
background-color: var(--primary);
border: 1px solid var(--primary);
color: var(--white) !important;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
background-color: transparent;
border: 1px solid var(--primary);
color: var(--primary) !important;
}

.btn-white {
background-color: var(--white);
border: 1px solid var(--white);
color: var(--primary) !important;
}

.btn-white:hover,
.btn-white:active,
.btn-white:focus {
background-color: transparent;
border: 1px solid var(--white);
color: var(--white) !important;
}

.btn-primary-border {
background-color: transparent;
border: 1px solid var(--primary);
color: var(--primary) !important;
}

.btn-primary-border:hover,
.btn-primary-border:active,
.btn-primary-border:focus {
background-color: var(--primary);
border: 1px solid var(--primary);
color: var(--white) !important;
}

.btn-secondary {
background-color: var(--secondary);
border: 1px solid var(--secondary);
color: var(--white) !important;
}

.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus {
background-color: transparent;
border: 1px solid var(--secondary);
color: var(--secondary) !important;
}

.btn-dark {
background-color: var(--dark);
border: 1px solid var(--dark);
color: var(--white) !important;
}

.btn-dark:hover,
.btn-dark:active,
.btn-dark:focus {
background-color: transparent;
border: 1px solid var(--dark);
color: var(--dark) !important;
}

*:hover,
*:focus,
* {
outline: none !important;
}

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

a,
input[type="submit"] {
-webkit-transition: all 0.4s ease-In-out;
-moz-transition: all 0.4s ease-In-out;
-o-transition: all 0.4s ease-In-out;
transition: all 0.4s ease-In-out;
display: inline-block;
cursor: pointer;
text-decoration: none;
}

span {
display: inline-block;
}

textarea,
select,
input[type],
textarea,
select,
button {
font-family: var(--font-body);
font-weight: 400;
}

::-webkit-input-placeholder {
color: #a3a3a3;
font-weight: 400;
}

::-moz-placeholder {
color: #a3a3a3;
font-weight: 400;
}

:-ms-input-placeholder {
color: #a3a3a3;
font-weight: 400;
}

:-moz-placeholder {
color: #a3a3a3;
font-weight: 400;
}

::-moz-placeholder {
opacity: 1;
}

/* Padding Classes */
.pad-zero {
padding: 0px;
}

.pad-l-zero {
padding-left: 0px;
}

.pad-r-zero {
padding-right: 0px;
}

.ovr-hiddn {
overflow: hidden;
}

.overlay:after {
content: "";
position: fixed;
width: 100%;
height: 100%;
left: 0;
top: 0;
background: rgba(0, 0, 0, 0.6);
z-index: 1;
}

.overlay {
display: none;
}

.overlay.active {
display: block;
}

/* Custom Slick Css */
.slick-list {
margin: 0 -15px;
}

.slick-slide {
margin: 0 15px;
}

.slick-dots {
padding: 50px 0 0;
text-align: center;
}

.slick-dots li {
margin: 0 10px 0 0px;
width: auto;
display: inline-block;
vertical-align: middle;
overflow: hidden;
padding: 0px;
border: none;
}

.slick-dots li button:before,
.slick-dots li button:before {
color: #fff;
opacity: 1;
font-size: 20px;
}

.slick-dots li button {
height: 8px;
width: 30px;
border-radius: 100px;
padding: 0px;
background: #DDDDDD;
border: none;
cursor: pointer;
font-size: 0px;
padding: 0px;
-webkit-transition: all 0.4s ease-In-out;
-moz-transition: all 0.4s ease-In-out;
-o-transition: all 0.4s ease-In-out;
transition: all 0.4s ease-In-out;
box-sizing: border-box;
}

.slick-dots li.slick-active button {
background: #B6B9FC;
width: 55px;
}

/*header css*/

/* header {
-webkit-transition: all 0.4s ease-In-out;
-moz-transition: all 0.4s ease-In-out;
-o-transition: all 0.4s ease-In-out;
transition: all 0.4s ease-In-out;
position: fixed;
background: transparent;
z-index: 1;
left: 0;
right: 0;
top: 0;
}
header.sticky{
background: white;
box-shadow: 0px 4px 6px -1px rgb(0 0 0 / 10%), 0px 2px 4px -1px rgb(0 0 0 / 6%);
top: 0;
} */

.main-header {
width: 100%;
padding-top: 15px;
padding-bottom: 16px;
z-index: 999 !important;
}

/* .menuWrap {
display: flex;
align-items: center;
justify-content: center;
} */

.desktop-header .menuWrap {
display: flex;
align-items: center;
justify-content: end;
}

.logo {
display: block;
}

.logo img {
display: block;
}

/* Hamburger Menu */
.menu-Bar {
width: 30px;
height: 20px;
cursor: pointer;
position: absolute;
right: 15px;
top: 0;
bottom: 0px;
margin: auto;
z-index: 22;
display: none;
}

.menu-Bar span {
display: block;
height: 4px;
width: 100%;
background: var(--primary);
position: absolute;
transition: 0.6s all;
border-radius: 100px;
}

.menu-Bar span:nth-child(1) {
top: 0;
}

.menu-Bar span:nth-child(2) {
top: 8px;
transform-origin: left;
}

.menu-Bar span:nth-child(3) {
top: 16px;
}

.menu-Bar.open span:nth-child(1) {
transform: rotate(45deg);
top: 12px;
transform-origin: right-center;
}

.menu-Bar.open span:nth-child(2) {
width: 0;
opacity: 0;
}

.menu-Bar.open span:nth-child(3) {
transform: rotate(-45deg);
top: 12px;
transform-origin: right-center;
}

/* Menu Css */
.menu {
font-size: 0px;
display: inline-block;
vertical-align: middle;
}

.menu-callnow {
color: var(--primary) !important;
background: transparent;
}

.menu-callnow i {
color: var(--dark) !important;
line-height: 2;
}

.menu>li {
display: inline-block;
vertical-align: middle;
padding: 0px 40px 0 0px;
}

.menu>li>a {
display: block;
font-family: var(--font-body);
color: #343434;
font-weight: 600;
font-size: 18px;
line-height: 25.5px;
text-transform: capitalize;
}

.menu>li>a:hover {
color: #969696 !important;
}

.btn-header {
background: var(--primary);
color: white !important;
padding: 15px 20px;
border-radius: 8px;
font-weight: 400 !important;
}

.btn-header:hover {
transform: scale(1.03);
}

.menu>li :hover>a,
.menu>li.active>a {
color: var(--primary);
}

@keyframes scale-display {
0% {
opacity: 0;
transform: scale(0);
-webkit-transform: scale(0);
}

100% {
opacity: 1;
transform: scale(1);
-webkit-transform: scale(1);
}
}

@keyframes scale-display--reversed {
0% {
display: inline-flex;
opacity: 1;
transform: scale(1);
-webkit-transform: scale(1);
}

99% {
display: inline-flex;
opacity: 0;
transform: scale(0);
-webkit-transform: scale(0);
}

100% {
display: none;
opacity: 0;
transform: scale(0);
-webkit-transform: scale(0);
}
}

@keyframes btotreverse {
0% {
top: 75px;
opacity: 1;
}

100% {
top: 115px;
opacity: 0;
}
}

@keyframes btot {
0% {
top: 115px;
opacity: 0;
}

100% {
top: 40px;
opacity: 1;
}
}

/* Main Banner CSS */

/* Custom Slick Css */
.slick-list {
margin: 0 -15px;
}

.slick-slide {
margin: 0 15px;
}

.slick-dots {
padding: 50px 0 0;
text-align: center;
}

.slick-dots li {
margin: 0 10px 0 0px;
width: auto;
display: inline-block;
vertical-align: middle;
overflow: hidden;
padding: 0px;
border: none;
}

.slick-dots li button:before,
.slick-dots li button:before {
color: #fff;
opacity: 1;
font-size: 20px;
}

.slick-dots li button {
height: 8px;
width: 30px;
border-radius: 100px;
padding: 0px;
background: #DDDDDD;
border: none;
cursor: pointer;
font-size: 0px;
padding: 0px;
-webkit-transition: all 0.4s ease-In-out;
-moz-transition: all 0.4s ease-In-out;
-o-transition: all 0.4s ease-In-out;
transition: all 0.4s ease-In-out;
box-sizing: border-box;
}

.slick-dots li.slick-active button {
background: #B6B9FC;
width: 55px;
}

span.count {
font-family: var(--font-heading);
font-size: 64px;
line-height: 0.92;
letter-spacing: normal;
text-align: center;
color: var(--white);
font-weight: 500;
}

.counter span.text-white {
font-family: var(--font-heading);
font-size: 64px;
line-height: 0.92;
letter-spacing: normal;
text-align: center;
color: var(--white);
font-weight: 500;
}

.form-select,
.form-select:focus {
background: transparent;
border: 1px solid #626262;
border-radius: 24px;
padding: 8px 34px 8px 29px;
color: #ddd;
font-size: 13px;
margin-bottom: 18px;
color: var(--bg-light);
box-shadow: none;
}

.slick-center button.slick-prev.slick-arrow {
position: absolute;
top: 96%;
left: 50%;
font-size: 0px;
width: 30px;
height: 30px;
border: none;
background-color: transparent;
z-index: 0;
}

.slick-center button.slick-prev.slick-arrow::before {
content: "\f177";
font-size: 25px;
font-weight: 100;
color: var(--primary);
font-family: "Font Awesome 5 Pro";
}

.index-slider button.slick-next.slick-arrow {
position: absolute;
top: 92%;
right: 4%;
border: none;
background-color: transparent;
font-size: 0px;
width: 30px;
height: 30px;
z-index: 2;
}

.slick-center button.slick-next.slick-arrow {
position: absolute;
top: 96%;
right: 46%;
border: none;
background-color: transparent;
font-size: 0px;
width: 30px;
height: 30px;
z-index: 0;
}

.slick-center button.slick-next.slick-arrow::before {
content: "\f178";
font-size: 25px;
font-weight: 100;
color: var(--primary);
font-family: "Font Awesome 5 Pro";
}

.index-slider button.slick-next.slick-arrow::before {
content: "\f178";
font-size: 25px;
font-weight: 100;
color: var(--primary);
font-family: "Font Awesome 5 Pro";
}

/* .slider-for img{
width: 100%;
object-fit: cover;
object-position: center;
height: 454px;
margin-bottom: 16px;
}

.slider-nav img{
height: 174px;
width: 100%;
object-fit: cover;
object-position: center;
} */

.slick-center img {
width: 100%;
height: 500px;
}

.slick-center .slick-list.draggable {
padding: 0 24% 0 !important;
}

.slick-center .slick-slide {
margin: 0 70px;
}

.slick-center .slick-current img {
position: relative;
top: -41px;
}

.sliderDiv {
background-size: cover;
height: 1200px;
width: 100%;
background-repeat: no-repeat;
}

.socail-icons {
display: flex;
}

ul.socail-icons li i {
color: #fff;
font-size: 18px;
font-weight: 300;

}

ul.socail-icons li {
margin-right: 10px;
}

a.logo {
font-size: 30px;
color: var(--white);
font-family: var(--font-heading);
}

/* inner pages */

.inner-banner {
display: flex;
justify-content: center;
align-items: center;
background: #000000;
text-align:
center;
min-height: 300px;
}

.inner-banner .content h1 {
font-weight: 400;
font-size: 50px;
line-height: 100%;
letter-spacing: 1px;
text-align: center;
text-transform: uppercase;
}

.inner-banner .content p {
padding-top: 7px;
max-width: 630px;
margin: auto;
font-weight: 400;
font-size: 16px;
line-height: 24px;
letter-spacing: 1px;
color: var(--white);
}

/* inner pages */

.footer-border {
height: 1px;
margin: 61.5px 83px 29px 177px;
background-color: rgba(255, 255, 255, 0.1);
margin-top: 60px;
}

ul.footer-social-icons {
display: flex;
justify-content: start;
align-items: center;
}

ul.footer-social li a {
font-size: 22px;
line-height: 1.5;
text-align: left;
color: var(--white);
margin-bottom: 15px;
}

ul.footer-social li a i {
color: var(--primary);
margin-right: 17px !important;

}

ul.footer-social li a:hover {
color: var(--primary);
}

ul.footer-social-icons li {
margin-right: 20px;
}

ul.footer-social-icons li a {
color: var(--white);
display: flex;
align-items: center;
justify-content:
center;
border-radius: 50%;
}

ul.footer-social-icons li a i {
font-size: 20px;
margin-top: 10px;
}

.menu-Bar a.logo {
font-size: 45px;
font-weight: 600;
font-stretch: normal;
font-style: normal;
line-height: 1.31;
letter-spacing: normal;
text-align: left;
color: #1dd3b0;
}

.menu>li>a:hover {
color: var(--primary);
}

ul.breadcrumb-menu {
display: block;
text-transform: uppercase;
}

ul.breadcrumb-menu li {
display: inline-block;
vertical-align: middle;
position: relative;
color: var(--primary);
font-size: 14px;
font-weight: 600;
line-height: 1.71;
letter-spacing: 0.84px;
}

ul.breadcrumb-menu li a {
color: var(--dark-light);
}

ul.breadcrumb-menu li+li {
margin-left: 0px;
}

ul#counter {
display: flex;
align-items: center;
gap: 7rem;
/* padding: 24px 36px; */
/* border-radius: 8px; */
/* box-shadow: 0 10px 33px 0 rgba(130, 130, 130, 0.2); */
/* background-color: #222; */
/* margin-top: -112px;*/
}

.counter-wrapper .counter {
display: flex;
align-items: center;
gap: 20px;
}

.counter-wrapper .counter span.count {
font-weight: 700;
font-size: 45px;
color: #000;
}

ul#counter li .counter>div {
font-weight: 600;
line-height: 1;
font-size: 38px;
color: #fff;
/* padding-bottom: 10px; */
flex-shrink: 0;
}

ul#counter li {
background-repeat: no-repeat;
background-position: center;
width: 100%;
text-align: center;
line-height: 28px;
display: flex;
align-items: center;
justify-content: center;
}

ul#counter li .counter span.text {
font-family: var(--font-body);
font-size: 14px;
line-height: 2;
letter-spacing: normal;
text-align: left;
color: var(--white);
font-weight: normal;
}

ul#counter li:nth-child(1) .counter>div {
color: #ec4e52;
}

ul#counter li:nth-child(2) .counter>div {
color: #ebd142;
}

ul#counter li:nth-child(3) .counter>div {
color: #62a488;
}

.counter span.text-dark {
font-weight: 600;
font-size: 30px;
}

/* ------- */

.index-slider-news button.slick-prev.slick-arrow {
position: absolute;
top: 23%;
left: -68px;
font-size: 0px;
width: 40px;
height: 40px;
border: 2px solid var(--primary);
background-color: transparent;
z-index: 2;
line-height: 0;
border-radius: 50%;
}

.index-slider-news button.slick-prev.slick-arrow::before {
content: "\f104";
font-size: 24px;
font-weight: 500;
color: var(--primary);
font-family: "Font Awesome 5 Pro";
display: flex;
align-items: center;
justify-content: center;
}

.index-slider-news button.slick-next.slick-arrow {
position: absolute;
top: 23%;
right: -70px;
border: none;
background-color: transparent;
font-size: 0px;
width: 40px;
height: 40px;
border: 2px solid var(--primary);
background-color: transparent;
background-color: transparent;
line-height: 0;
border-radius: 50%;
z-index: 2;
}

.index-slider-news button.slick-next.slick-arrow::before {
content: "\f105";
font-size: 24px;
font-weight: 500;
color: var(--primary);
font-family: "Font Awesome 5 Pro";
display: flex;
align-items: center;
justify-content: center;
}

.form-control {
border: 1px solid #D2D2D2;
margin-bottom: 20px;
border-radius: 0;
height: 35px;
}

/* Accordian */

.accordion-list {
position: relative;
}

.accordion-list li {
padding: 0px 0px 22px 2px;
cursor: pointer;
width: 100%;
margin: 0 auto;
border-bottom: 0;
background: white;
box-shadow: none;
border-radius: 0px;
margin-bottom: 0rem;
}

ul.accordion-list li span {
display: flex;
position: relative;
}

.accordion-list li h3 {
color: var(--secondary);
display: flex;
align-items: center;
font-size: 16px;
font-weight: 700;
line-height: 30px;
margin-right: 14px;
}

.accordion-list li.active h3 {
color: var(--primary);
font-size: 20px;

}

ul.accordion-list li h3:after {
content: "\f078";
font-family: "Font Awesome 5 Pro";
position: absolute;
right: 0;
right: 0;
color: var(--secondary);
transition: all 0.3s ease-in-out;
font-size: 14px;
font-weight: 900;
top: 0;
}

.accordion-list li.active h4::after {
color: #9CA3AF;
content: "\f077";
}

ul.accordion-list li.active h3:after {
content: "\f077";
color: var(--primary);
}

.answer p {
margin-top: 16px;
color: #555555;
font-size: 16px;
font-weight: 400;
line-height: 30px;
}

/* Accordian */

/* Subscription */

.subscribe {
/* height: 58px; */
margin-top: 18px;
position: relative;
}

/*.subscribe button.btn-subscribe {
text-transform: uppercase;
display: inline-block;
height: 58px;
border-radius: 0;
border: none;
position: absolute;
right: 0;
top: 0;
bottom: 0;
 padding: 0 35px; 
font-size: 13px;
font-weight: 600;
line-height: 1.23;
text-align: center;
color: var(--primary);
border-radius: 10px;
font-family: Poppins;
font-weight: 700;
font-size: 14px;
line-height: 22px;
letter-spacing: 0px;
text-transform: capitalize;
min-width: 130px;
}



.subscribe input.form-control {
border: none;
 width: 100%;
padding: 8px 13px;
height: 58px;
margin: 0;
display: inline-block;
color: var(--secondary);
background-color: transparent;
padding-right: 9.5rem;
background: #F1F1F133;
border-radius: 10px;
color: var(--white);
}

*/

.gjs-cell input[type="submit"].btn-subscribe {
text-transform: uppercase;
display: inline-block;
height: 58px;
border-radius: 0;
border: none;
position: absolute;
right: 0;
top: 0;
bottom: 0;
/* padding: 0 35px; */
font-size: 13px;
font-weight: 600;
line-height: 1.23;
text-align: center;
color: var(--primary);
border-radius: 10px;
font-family: Poppins;
font-weight: 700;
font-size: 14px;
line-height: 22px;
letter-spacing: 0px;
text-transform: capitalize;
min-width: 130px;
}

.gjs-cell .es-name.form-control {
border: none;
/* width: 100%; */
padding: 8px 13px;
height: 58px;
margin: 0;
display: inline-block;
color: var(--secondary);
background-color: transparent;
padding-right: 9.5rem;
background: #F1F1F133;
border-radius: 10px;
color: var(--white);
}

/* Subscription */

.sec-pad {
padding-top: 100px;
padding-bottom: 100px;
}

/* topbar */

.top-bar {
padding: 15px 0;
background: var(--primary);
}

.top-social-icons {
display: inline-flex;
justify-content: end;
gap: 14px;
align-items: center;
margin-left: 28px;
}

.top-contact-info {
display: flex;
gap: 22px;
}

.top-contact-info li {
display: flex;
gap: 10px;
align-items: baseline;
}

.top-contact-info li a {
color: var(--white);
}

.top-social-icons li a i {
color: #000000;
font-size: 20px;
}

/* topbar */

/* contact page */

.contactIconBg li {
display: flex;
align-items: center;
gap: 15px;
margin-bottom: 20px;
}

.contactIconBg .icon {
width: 50px;
height: 50px;
border-radius: 100%;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
color: var(--white);
background-color: var(--primary);
}

/* contact page */

.related-slider span.arr-left {
top: 35%;
position: absolute;
left: -2%;
font-size: 26px;
color: var(--secondary);
cursor: pointer;
}

.related-slider span.arr-right {
top: 35%;
position: absolute;
right: -2%;
font-size: 26px;
color: var(--secondary);
cursor: pointer;
}

footer {
background: #111111;
}

footer .border-top {
border-top: 1px solid #808080 !important;
}

.f-logo {
font-size: 30px;
text-align: left;
color: var(--white);
font-family: var(--font-heading);
line-height: normal;
}

.f-logo:hover {
color: var(--white);
}

.f-logo-content {
margin-top: 12px;
color: var(--white);
font-weight: 400;
font-size: 16px;
line-height: 30px;
letter-spacing:
0px;
}

.f-menu {
margin-top: 20px;
}

.f-menu .f-icon-box {
display: flex;
align-items: baseline;
gap: 10px;
margin-bottom: 15px;
}

.f-menu .f-icon-box a,
.f-menu .f-icon-box p {
color: var(--white);
font-weight: 400;
font-size: 16px;
line-height: 23px;
letter-spacing: 0px;
}

.f-menu .f-icon-box i {
color: var(--white);
}

ul.f-menu li a {
color: var(--white);
margin-bottom: 9px;
font-weight: 400;
font-size: 16px;
line-height:
22px;
letter-spacing: 0px;
text-transform: capitalize;
}

ul.f-menu li a:hover {
opacity: .6;
}

ul.f-menu li a i {
font-size: 12px;
margin-right: 2px;
}

.footer-content {
padding-top: 70px;
padding-bottom: 60px;
}

footer h6 {
font-family: var(--font-heading);
color: var(--white);
position: relative;
font-weight: 400;
font-size:
22px;
line-height: 29px;
letter-spacing: 0px;
}

.copyright {
padding-top: 20px;
padding-bottom: 25px;
border-top: 1px solid #A9A9A9;
}

.copyright p {
font-family: var(--font-body);
font-weight: 400;
font-size: 15px;
line-height: 28px;
letter-spacing: 0px;
}

.mainBanner {
height: 750px;
width: 100%;
display: flex;
align-items: center;
background-size: cover
!important;
background-repeat: no-repeat !important;
background-position: top !important;
position: relative;
z-index:
1;
background: #000;
}

.hero-content p.para {}

.hero-content .btn-white {
margin-top: 30px;
}

section.about .content p.para {}

section.about .content .btn-primary {}

a.callUs {
color: #343434;
font-weight: 600;
font-size:18px;
line-height: 25.5px;
text-transform: capitalize;
}

a.callUs:hover {
transform: scale(1.1);
}

.hero-content p {
padding: 8px 0 46px;
font-weight: 400;
font-size: 16px;
line-height: 30px;
letter-spacing: 1px;
}

.hero-img {
position: absolute;
top: 0;
right: 0;
}

.hero-content {
max-width: 500px;
}

.heroSlide span.arr-left,
.heroSlide span.arr-right {
top: 44%;
position: absolute;
font-size: 36px;
color: #F44336;
cursor: pointer;
/* height: 48px; */
/* width: 48px; */
/* background-color: var(--white); */
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
z-index: 2;
}

.heroSlide span.arr-right {
right: 1%;
}

.heroSlide span.arr-left {
left: 1%;
}

.heroSlide .slick-dots li button {
height: 8px;
width: 8px;
background: #fff;
}

.heroSlide .slick-dots li.slick-active button {
width: 12px;
height: 12px;
background: #000;
border: 1px solid #fff;
}

section.calltoaction {
padding-top: 70px;
padding-bottom: 80px;
}

section.calltoaction .content .btn-primary {
padding: 16px 32px;
}

section.renting {
padding-top: 54px;
padding-bottom: 54px;
background: #111111;
}

section.renting .top-sec {
padding-bottom: 36px;
}

section.renting .top-sec h2 {
color: #fff;
}

.renting-card {
text-align: center;
}

.renting-card:hover .icon img {
transform: scale(1.2);
}

.renting-card h6 {
padding: 21px 0 11px;
color: #FFFFFF;
font-weight: 400;
font-size: 30px;
line-height: 100%;
letter-spacing: 1px;
text-transform: capitalize;
}

.renting-card .icon {
margin: auto;
display: flex;
justify-content: center;
}

.renting-card .icon img {
display: block;
transition: all .5s ease-in;
}

.renting-card p {
color: #FFFFFF;
font-weight: 400;
font-size: 14px;
line-height: 24px;
letter-spacing: 1px;
max-width: 265px;
}

section.timeless .top-sec {
padding-bottom: 30px;
}

.timeless-card .timelessImg img {
display: block;
transform: scale(1);
transition: all .5s ease-in-out;
width: 100%;
}

.timeless-card:hover .timelessImg img {
transform: scale(1.15);
}

.timeless-card .timelessImg {
margin-bottom: 30px;
overflow: hidden;
}

.timeless-card {
background: #000;
}

.timeless-card .btn-primary {
background: #fff;
color: #000 !important;
margin: 0 20px 25px 0px;
}

.timeless-card h3 {
color: #ffffff;
font-weight: 400;
font-size: 30px;
line-height: 100%;
letter-spacing: 1px;
text-transform:
uppercase;
padding: 0px 35px 18px;
}

.timeless-card p {padding: 8px 0 0;/* color: #333333; */color: #fff;font-weight: 400;font-size: 16px;line-height:
24px;letter-spacing: 1px;max-width: 495px;padding: 0px 0px 22px 36px;}

section.rise {
padding-top: 30px;
}

section.rise .top-sec {
padding-bottom: 45px;
}

.riseImg img {
display: block;
width: 100%;
transition: all .5s ease-in-out;
}

.riseImg {
overflow: hidden;
}

.rise-card {
text-align: center;
line-height: 0;
position: relative;
transition: all .5s ease-in-out;
background: #000;
padding-bottom: 20px;
}

.rise-card:hover .riseImg img {
transform: scale(1.15);
}

.rise-card span {
padding: 15px 0 14px;
/* color: #222222; */
color: #fff;
font-weight: 400;
font-size: 16px;
line-height: 24px;
}

a.riseImg {
width: 100%;
overflow: hidden;
transform: scale(1);
}

.rise-card h5 {
/* color: #222222; */
color: #fff;
font-weight: 400;
font-size: 28px;
line-height: 33.6px;
text-transform: capitalize;
}

.risingSld span.arr-left,
.risingSld span.arr-right {
top: 37%;
position: absolute;
font-size: 36px;
color: #000;
cursor: pointer;
/* height: 48px; */
/* width: 48px; */
/* background-color: var(--white); */
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
z-index: 2;
}

.risingSld span.arr-right {
right: -5%;
}

.risingSld span.arr-left {
left: -5%;
}

.risingSld .slick-dots li button {
height: 8px;
width: 8px;
background: #fff;
}

.risingSld .slick-dots li.slick-active button {
width: 12px;
height: 12px;
background: #000;
border: 1px solid #fff;
}

section.looks {
background: #000;
}

section.looks .top-sec {
padding-bottom: 30px;
}

section.looks .top-sec h2 {
color: #fff;
}

.looksImg img {
display: block;
transition: all .5s ease-in-out;
}

.looks-card {
width: 100%;
position: relative;
transition: all .5s ease-in-out;
}

.looks-card:hover {
transform: translateY(-10px);
}

.looks-card:hover .looksImg img{
   filter: brightness(.7);
 }

.looks-card:hover h6 {
text-decoration: underline;
}

.looks-card h6 {
padding: 15px 0 8px;
font-weight: 400;
font-size: 20px;
line-height: 33.6px;
text-transform: capitalize;
color: var(--white);
}

.looks-card p {
font-weight: 400;
font-size: 16px;
line-height: 24px;
letter-spacing: 1px;
color: var(--white);
}


.momentImgWrap{
    overflow: hidden;
    margin: 34px 0 0;
}



.momentImg {
/* margin: 34px 0 0; */
-webkit-animation: zoomeffect 20s infinite;
-moz-animation: zoomeffect 20s infinite;
animation: zoomeffect 20s infinite;
}
  
@keyframes zoomeffect{
0%{
background-position:center;
transform:scale(1,1);
}
 
100%{
background-position:center;
transform:scale(1.15,1.15);
}
}

.momentImg img {
display: block;
}

section.reviews .content h3 {
color: #222222;
font-family: var(--font-body);
font-weight: 700;
font-size: 50px;
line-height: 100%;
letter-spacing: 1px;
text-transform: uppercase;
}

section.reviews .content h3 span {
font-family: var(--font-heading);
font-weight: 400;
font-size: 50px;
line-height: 100%;
letter-spacing: 1px;
text-transform: capitalize;
}

section.reviews .content .rating {
padding: 3px 0 27px;
}

section.reviews .content .rating i {
color: #FEC80D;
}

section.reviews .content p {
color: #222222;
font-weight: 700;
font-size: 30px;
line-height: 100%;
letter-spacing: 1px;
}

section.reviews .content span.s1 {
color: #666666;
font-weight: 500;
font-style: italic;
font-size: 30px;
line-height: 100%;
letter-spacing: 1px;
max-width: 840px;
margin-top: 25px;
}

section.popular .top-sec {
padding-bottom: 21px;
}

.popular-card {
width: 100%;
position: relative;
transition: all .5s ease-in-out;
}

.popularImg img {
display: block;
}

.popular-card h6 {
padding: 12px 0 0;
color: #222;
font-weight: 400;
font-size: 20px;
line-height: 33.6px;
text-transform: capitalize;
}

.popular-card p {
font-weight: 400;
font-size: 16px;
line-height: 24px;
letter-spacing: 1px;
color: #333333;
}

.popular-card:hover {
transform: translateY(-10px);
}

.popular-card:hover h6 {
text-decoration: underline;
}

.subscribe input.form-control::placeholder {
color: #A9A9A9;
font-weight: 400;
font-size: 15px;
line-height: 23px;
letter-spacing: 0px;
}

section.popular-inner .popular-card {
margin-bottom: 50px;
}

section.popular-inner {
padding-bottom: 0;
}

.timeless-inner .timeless-card {
margin-bottom: 70px;
}

.timeless-inner .timeless-card .btn-primary {
font-size: 14px;
}

section.timeless-inner {
padding-bottom: 0;
}

section.sec2 {
padding: 54px 0;
}

section.sec2 p {
color: #000000;
font-weight: 400;
font-size: 24px;
line-height: 120%;
letter-spacing: 1px;
}

.maps {
font-size: 0;
}

.map iframe {
width: 100%;
height: 580px;
}

section.contact {
padding: 150px 0 100px;
}

form.formLocation {
margin-bottom: 55px;
}

form.formLocation .form-control {
height: 55px;
border: 2px solid #000000;
margin-bottom: 30px;
}

form.formLocation input.btn-primary {
height: 55px;
}

section.contact .desc {
display: flex;
align-items: center;
gap: 14px;
margin-bottom: 30px;
}

section.contact .desc .icon {
background: #000000;
border-radius: 5px;
height: 50px;
width: 50px;
color: #fff;
display: flex;
align-items: center;
justify-content: center;
}

section.contact .desc p,
section.contact .desc a {
color: #000000;
font-weight: 400;
font-size: 16px;
line-height: 23px;
letter-spacing: 0px;
max-width: 300px;
}

section.contact .desc .icon i {
font-size: 21px;
}

form.formLocation .form-control::placeholder {
color: #000000;
font-weight: 400;
font-size: 15px;
line-height: 100%;
letter-spacing: 0px;
text-transform: capitalize;
}

.slider-for img {
width: 100%;
margin-bottom: 9px;
}

.slider-nav img {
height: 174px;
width: 100%;
object-fit: cover;
object-position: top;
padding: 5px;
padding-right: 10px;
}

.slick-center img {
width: 100%;
height: 500px;
object-fit: cover;
}

section.productsDetials {
padding-top: 80px;
padding-bottom: 90px;
}

.slider-nav .slick-slide {
margin: 0 3px;
}

.productDetialsTxt {
text-align: center;
}

.ratingWraping {
display: flex;
justify-content: center;
color: #A8862D;
gap: 15px;
}

.ratingWraping .rating i {
font-size: 14px;
}

.productDetialsTxt h3 {
padding: 17px 0 15px;
color: #2A2723;
font-weight: 400;
font-size: 28.27px;
line-height: 36px;
letter-spacing: 0.72px;
}

.productDetialsTxt p.txt {
color: #2A2723;
font-weight: 400;
font-size: 14.8px;
line-height: 18.2px;
}

.productDetialsTxt p.txt2 {
padding-top: 17px;
}

.productDetialsTxt p.txt2 {
padding-top: 15px;
font-weight: 400;
font-size: 12.91px;
line-height: 18.2px;
color: #2A2723;
}

.productDetialsTxt p.txt2 a {
color: #000;
text-decoration: underline;
font-weight: 500;
}

.productDetialsTxt .btns {
margin: 15px 0;
}

.productDetialsTxt .btns a {
width: 49%;
border: 1px solid #8E8C8A;
padding: 14px 0;
border-radius: 8px;
color: #1C1915;
font-weight: 400;
font-size: 13px;
line-height: 15.6px;
letter-spacing: 1.68px;
text-transform: uppercase;
}

.productDetialsTxt .btns a.btn2 {
background: #F1EBE6;
}

.productDetialsTxt p.txt3 {
font-weight: 400;
font-size: 14.06px;
line-height: 18px;
margin: 30px 0 0;
}

.productDetialsTxt p.txt3 strong {
font-weight: 600;
}

.productDetialsTxt p.txt3 img {
display: inline-block;
}

.productDetialsTxt p.txt3 a {
color: #2A2723;
font-weight: 400;
font-size: 15.06px;
line-height: 18px;
text-align: center;
vertical-align: middle;
text-decoration: underline;
width: 100%;
margin-top: 12px;
}

.shopPay {
display: flex;
align-items: end;
gap: 2px;
justify-content: center;
}

.productDetialsTxt p.txt4 a {
color: #2A2723;
font-weight: 400;
font-size: 15.06px;
line-height: 18px;
text-align: center;
vertical-align: middle;
text-decoration: underline;
width: 100%;
margin-top: 12px;
}

.outfit {
background: #F1EBE6;
border-radius: 5px;
padding: 21px;
margin: 30px 0 0;
}

.outfit .txt span {
color: #8E8C8A;
}

.outfit .txt {
text-align: start;
font-family: Poppins;
font-weight: 400;
font-size: 15px;
line-height: 19px;
letter-spacing: 1.4px;
vertical-align: middle;
text-transform: uppercase;
}

a.btn-started {
color: #816178;
font-weight: 400;
font-size: 14px;
line-height: 13px;
letter-spacing: 1.4px;
text-align: center;
vertical-align: middle;
text-transform: uppercase;
display: flex;
align-items: baseline;
gap: 3px;
}

.tabs1 {
margin-top: 8px;
}

.accordion {
text-align: left;
}

.at-tab {
display: none;
/* border-bottom: 1px solid #dddddd; */
border-top: none;
background-color: transparent;
}

.at-title {
cursor: pointer;
background-color: transparent;
position: relative;
transition: background-color 0.3s ease;
}

/* .at-title:hover {
background-color: #e0e0e0;
} */

.at-title:after {
content: "\f067";
font-family: "Font Awesome 5 Pro";
position: absolute;
top: 30%;
transform: translateY(-50%);
right: 10px;
color: #CCCCCC;
transition: all 0.3s ease-in-out;
font-size: 16px;
font-weight: 700;
}

.at-title.active:after {
content: "\f068";
}

.at-item {
border-radius: 5px;
margin-bottom: 15px;
}

.at-title h2 {
font-family: var(--font-heading);
display: flex;
align-items: center;
padding: 3px 1px 0px 2px;
background-color: transparent;
color: #6A6A6A;
font-size: 18px;
font-weight: 400;
line-height: 29.99px;
}

.multiTabs {
border: 1px solid #C6C1BB;
border-radius: 5px;
padding: 15px;
margin: 40px 0 50px;
}

.lensDesc h6 {
font-weight: 600;
font-size: 15.02px;
line-height: 20px;
color: #2A2723;
}

.lensDesc p {
color: #8E8C8A;
font-weight: 400;
font-size: 13px;
line-height: 15.6px;
letter-spacing: 1.68px;
text-transform: uppercase;
margin-top: 3px;
}

.filterSelection {
margin: 17px 0 0;
}

.filterSelection p {
color: #2A2723;
font-weight: 400;
font-size: 14px;
line-height: 13px;
letter-spacing:
1.4px;
text-transform: uppercase;
margin-bottom: 10px;
}

.filterSelection ul {
display: inline-block;
}

.filterSelection ul li {
display: inline-block;
margin-right: 6px;
}

.filterSelection ul li a {
border: 1px solid #8E8C8A;
padding: 7px 12px;
border-radius: 4px;
font-weight: 400;
font-size: 13.23px;
line-height: 18.2px;
color: #1C1915;
}

.addCart {
margin: 40px 0 0;
}

.multiTabs2 {
border-top: 1px solid #C6C1BB;
padding-top: 20px;
margin-top: 20px;
}

.multiTabs2 .at-tab p {
font-size: 13px;
}

.multiTabs2 .at-tab ul li {
font-size: 13px;
}

.multiTabs2 .at-tab ul {
list-style: disc;
margin-left: 20px;
}

.mainBanner3 {
background: transparent;
height: 280px;
align-items: end;
padding-bottom: 40px;
}

.mainBanner3 .hero-content {
text-align: center;
max-width: 100%;
}

.mainBanner3 .hero-content h1 {
color: #000 !important;
font-size: 100px;
}

.mainBanner3 .hero-content p {
color: #000 !important;
max-width: 600px;
margin: auto;
}

section.custom {}

section.custom .top-sec {}

section.custom .top-sec p {
padding: 9px 0 35px;
font-weight: 400;
font-size: 20px;
line-height: 30px;
letter-spacing: 1px;
color: #333333;
}

.customImg {}

.customImg h4 {
padding: 76px 0 40px;
font-weight: 400;
font-size: 30px;
line-height: 100%;
letter-spacing: 1px;
text-transform: uppercase;
}

ul.customList li {
font-weight: 400;
font-size: 16px;
line-height: 26px;
letter-spacing: 1px;
text-align: center;
}

ul.customList {
/* text-align: center; */
margin-bottom: 38px;
}

.customImg p {
font-weight: 400;
font-size: 16px;
line-height: 24px;
letter-spacing: 1px;
text-align: center;
}

.customImg p strong {
font-weight: 700;
}

.customImg .btn {
margin: 30px 0 0;
}

section.tailored {
background: #111111;
padding: 70px 0;
}

section.tailored .top-sec {
text-align: center;
padding: 0 0 50px;
}

section.tailored .top-sec h2 {
color: #fff;
}

section.tailored .top-sec p {
color: #fff;
font-weight: 400;
font-size: 18px;
line-height: 30px;
letter-spacing: 1px;
margin: 10px 0 0;
}

section.tailored .txt h6 {
color: #fff;
font-weight: 400;
font-size: 30px;
line-height: 100%;
letter-spacing: 1px;
text-transform: capitalize;
padding: 0 0 23px;
}

section.tailored .txt p {
padding: 12px 0 0;
color: #FFFFFF;
font-weight: 400;
font-size: 16px;
line-height: 24px;
letter-spacing: 1px;
}

.border1 {
border-right: 1px dashed #fff;
height: 36vh;
}

.sec1Img img {
display: block;
}

/* Menu Dropdown CSS */

.has-child {
position: relative;
z-index: 2;
}

.dropdown {
position: absolute;
background: white;
/* padding: 1rem; */
border-radius: 0px;
top: 121%;
/* min-width: 190px; */
box-shadow: 0 10px 20px rgb(0 0 0 / 10%), 0 6px 6px rgb(0 0 0 / 10%);
display: none;
text-align: start;
right: 0;
left: 0;
border-radius: 8px;
z-index: 9;
margin: auto;
min-width: 210px;
/* right: -50px; */

}

/* @keyframes slide {
0% {
height: 0;
}

100% {
height: auto;
}
} */

.dropdown ul li a {
font-size: 15px;
line-height: 26px;
color: var(--primary);
padding: 5px 24px;
position: relative;
display: block;
}

ul.dropdown li a {
font-size: 15px;
line-height: 26px;
color: var(--primary);
padding: 5px 24px;
position: relative;
display: block;
}

/* .dropdown ul li a::before {
position: absolute;
content: "\f054";
height: 2px;
width: 2px;
left: 8px;
top: 6px;
font-family: "Font Awesome 5 Pro";
font-size: 13px;
} */

/*.dropdown ul li a:hover {
background-color: var(--primary);
border-radius: 5px;
color: var(--white);
}

.dropdown ul li:hover a::before {
left: 12px;
}

.dropdown ul li {
border-bottom: 0 !important;
}

*/

ul.dropdown li a:hover {
background-color: var(--primary);
border-radius: 5px;
color: var(--white);
}


ul.dropdown li:hover a::before {
left: 12px;
}

ul.dropdown li {
border-bottom: 0 !important;
}

.menu>li>a i {
font-size: 13px;
}

.dropdown li:not(:last-child) {
border-bottom: 1px solid #ddd;
}

.chev.rotate {
transform: rotate(180deg);
}

.chev {
transition: .5s ease;
}

section.rise .top-sec p.p1 {
font-weight: 500;
font-size: 20px;
padding: 20px 0 15px;
text-transform: uppercase;
font-style: italic;
}

section.rise .top-sec p.p2 {
max-width: 1260px;
margin: auto;
}

.main-header .topRight {
display: flex;
justify-content: end;
align-items: center;
}

.hoursBanner {
min-height: 750px;
background-size: cover !important;
background-repeat: no-repeat !important;
background-position: left !important;
}

section.hourSec .content .desc {
margin-bottom: 22px;
}

section.hourSec .content .desc h3 {
font-size: 34px;
}

section.hourSec .content .desc p {
margin: 12px 0 0;
max-width: 500px;
}

section.hourSec .content .desc p+p {
margin-top: 5px;
}

.mainBanner2 {
overflow: hidden;
}

section.sec5 .content {/* text-align: center; */}

section.sec5 .content {max-width: 1100px;margin: auto;}

section.sec5 .content span {
font-size: 20px;
margin-top: 20px;
font-weight: 500;
}

section.sec5 .content p {margin-top: 15px;font-size: 18px;}

.mainBanner2 .hero-img {
width: 60%;
/* height: 100%; */
}

.mainBanner2 .hero-img img {
background-size: cover !important;
height: 750px;
width: 100%;
}

section.sec5 .abtImgs img {
height: 750px;
width: 100%;
object-fit: cover;
object-position: top;
}


.reviewImg img{
    animation: mover 1s infinite alternate;
}

@keyframes mover {
    0% {
    transform: translateY(0);
    }
    
    100% {
    transform: translateY(-10px);
    }
    }
    
    
    
 .flex-viewport img {
    height: 800px !important;
    object-fit: cover;
    object-position: top;
}

.flex-control-nav img {
    height: 200px !important;
    object-fit: cover;
    object-position: top;
}

.woocommerce-page div.product div.images {
    width: 50%;
}

.woocommerce-page div.product div.summary {
    width: 50%;
    background: #444;
    padding: 35px;
}

.woocommerce div.product .product_title {
    color: #fff !important;
    letter-spacing: 0px !important;
    max-width: 500px;
    font-weight: 600 !important;
    font-size: 28px;
}

span.woocommerce-Price-amount.amount bdi {
    color: #ececec !important;
}

.woocommerce .product_meta > span {
    color: #e3e3e3;
}

.woocommerce .product_meta > span a {
    color: #e9e9e9;
    text-decoration: underline !important; 
}

.woocommerce div.product p.price del bdi {
    /* color: #fff !important; */
    /* opacity: 1; */
    text-decoration: line-through !important; 
}
 
 
  .woocommerce span.onsale {
    min-width: auto;
    min-height: auto;
    height: 50px !important;
    width: 50px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    left: -15px;
    top: -15px;
}

woocommerce-product-details__short-description h3.productView-title {
    color: #fff !important;
}

h3.productView-title {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin-top: 30px;
    font-family: var(--font-body) !important;
} 

.woocommerce-product-details__short-description h1.productView-title {
    color: #fff;
    font-size: 24px;
    margin: 12px 0 18px;
    font-family: var(--font-body) !important;
}

.woocommerce-product-details__short-description p {
    color: #fff;
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 10px;
}
    
    
    
span.woocommerce-Price-amount.amount bdi {
    font-size: 18px;
    margin-top: 15px;
}    
    
    
    
    
    .sec1ContactForm {padding-block: 6rem;position: relative;z-index: 1;}

.sec1ContactForm .overlay1 {
    position: absolute;
    inset: 0;
    background: hwb(0deg 0% 100% / 65%);
    z-index: 1;
}

.sec1ContactForm .form {
    position: relative;
    z-index: 2;
}

.sec1ContactForm .form h1 {
    text-align: center;
    margin-block-end: 2.5rem;
    color: #fff;
}

.sec1ContactForm .form input {
    background: transparent;
    border: 0;
    border-bottom: 2px solid #fff;
    color: #fff;
    height: 50px;
    padding: 2px;
	margin-bottom: 1.5rem;
}

.sec1ContactForm .form input::placeholder {
    color: hwb(0deg 100% 0% / 60%);
}

.sec1ContactForm .form .btn-primary {
    background: #fff;
    color: #000 !important;
    min-width: 210px !important;
    margin: auto;
    display: flex;
    justify-content: center;
    margin-top: 1.5rem;
}
   

.sec1ContactForm .form  .wpcf7-form-control-wrap { 
    width: 100%;
}
    
    
    
    
    
    