@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&family=Playfair+Display:wght@600;700&display=swap');
:root {
    --white: #fff;
    --black: #000;
    --primary: #0d194b;
    --secondary: #d31d39;
}

html {
    scroll-behavior: smooth;
    height: 100%;
}

body {
    position: relative;
    background: #fff;
    overflow-x: hidden;
    height: 100%;
    font-family: "Poppins", sans-serif;
}

@media (min-width: 1700px) {
    .container {
        max-width: 1380px;
    }
}


/* How to add New font */


/* @font-face {
	font-family: "Font Name";
	src: url("../fonts/fontpath.ttf");
  } */

section {
    position: relative;
    padding: 6rem 0;
}

p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 2;
    color: #828282;
}

h1,
h2,
h3 {
    font-family: 'Playfair Display', serif;
}

h4,
h5,
h6 {
    color: #000;
}

.img-auto {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

a,
button {
    text-decoration: none !important;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a:hover,
button:hover {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

figure {
    margin: 0;
}


/* loader */

.preLoader {
    width: 100%;
    height: 100%;
    z-index: 1111;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.preLoader.black {
    background-color: var(--primary);
    z-index: 11113;
}

.preLoader.white {
    z-index: 11112;
    background-color: var(--theme-color);
}


/* loader */


/* btn css */

.themeBtn {
    background: var(--secondary);
    font-size: 1rem;
    color: var(--white);
    text-transform: uppercase;
    font-weight: 500;
    display: inline-block;
    padding: 1.04em 3em;
    border-radius: 50px;
    line-height: normal;
}

.themeBtn:hover {
    background: var(--primary);
    color: var(--white);
}

.themeBtn.borderBtn {
    background: transparent;
    border: 1px solid #fff;
    padding: 1.04em 2em;
}


/* btn css */


/* mouse animation css  */


/* .bounce-element {
	animation: bounce 0.9s infinite alternate;
	-webkit-animation: bounce 0.9s infinite alternate;
}
@keyframes bounce {
	from {
		transform: translateY(0px);
	}
	to {
		transform: translateY(-15px);
	}
}
@-webkit-keyframes bounce {
	from {
		transform: translateY(0px);
	}
	to {
		transform: translateY(-15px);
	}
}
.mouse {
	position: absolute;
	bottom: 1rem;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 11;
	text-align: center;
} */


/* mouse animation css  */


/* navigation css */

.navbar-nav {
    align-items: center;
    gap: 3rem;
}

.navbar-nav .nav-item .nav-link {
    font-size: 1rem;
    color: #000;
    text-transform: uppercase;
    font-weight: 500;
    padding: 0 0;
    display: inline-block;
}

.navbar-nav .nav-item .nav-link:hover {
    color: var(--secondary);
}

.an-navbar {
    background: var(--theme-color);
    /* padding: 7px 0; */
}


/* navigation css */


/* slider css */

.main-slider {
    height: 100vh;
}

img.img-fluid.bnrbttom {
    position: absolute;
    bottom: -24px;
}

.homeSlider.swiper-container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

.homeSlider.swiper-container .swiper-slide {
    overflow: hidden;
}

.homeSlider .swiper-pagination {
    bottom: 8rem;
    width: fit-content;
    left: 18rem;
}

.homeSlider .swiper-button-prev,
.homeSlider .swiper-button-next {
    width: 4.35rem;
    height: 4.35rem;
    font-size: 1rem;
    color: #fff;
    display: inline-grid;
    place-items: center;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.28);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}

.homeSlider .swiper-button-next {
    right: 1rem;
}

.homeSlider .swiper-button-prev {
    left: 1rem;
}

.homeSlider .swiper-button-next:hover,
.homeSlider .swiper-button-prev:hover {
    background: var(--white);
    color: var(--black);
}

.homeSlider .swiper-pagination-bullet {
    height: 12px;
    width: 12px;
    display: inline-block;
    margin: 0 0.5rem !important;
    opacity: 1;
    border: 1px solid var(--white);
    background: transparent;
}

.homeSlider .swiper-pagination-bullet-active {
    background: var(--white);
    position: relative;
}

.homeSlider .slide-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-position: bottom;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}

.main-slider h1 {
    margin: 0;
    color: var(--white);
    font-size: 90px;
    line-height: 1;
    font-weight: bold;
    text-transform: uppercase;
}

.main-slider p {
    color: var(--white);
    font-weight: 400;
    line-height: 2;
    margin-top: 1rem;
    font-size: 1rem;
}


/* slider css */

.main-slider h2 {
    font-family: 'Poppins';
    font-size: 30px;
    color: #fff;
    font-weight: 500;
}

.mainHead {
    font-size: 60px;
    font-weight: 600;
    text-transform: capitalize;
}

.serviceSection {
    padding: 6rem 0;
    /* height: 100vh; */
    background: url('../images/serviceBg.png') no-repeat;
    background-size: cover;
    /* clip-path: polygon(0% 0%, 100% 0, 100% 100%, 29% 85%, 0% 100%); */
    /* clip-path: polygon(0% 0%, 100% 0, 100% 100%, 29% 89%, 0 98%); */
    color: var(--white);
}

.serviceSection .btn.themeBtn.borderBtn {
    background: #fff;
}

.serviceSection .heading {
    color: var(--white);
    margin-bottom: 3rem;
}

.serviceSection .card {
    border: 0;
    cursor: pointer;
    transition: all 0.5s ease;
}

.serviceSection .card:hover {
    background-color: var(--primary);
}

.serviceSection .card .imgBox {
    position: relative;
}

.serviceSection .card .imgBox .mainImage {
    width: 100%;
    object-fit: cover;
    border-radius: 30px 0 30px 0;
}

.serviceSection .card .imgBox .iconBox {
    position: absolute;
    bottom: -30px;
    left: 51%;
    transform: translateX(-50%);
    width: 79px;
    height: 79px;
    background-color: var(--white);
    display: grid;
    place-items: center;
    border-radius: 100%;
    overflow: hidden;
    border: 1px solid #f3f3f3;
}

.serviceSection .card .imgBox .iconBox img {
    width: 30px;
    height: 30px;
    transition: all 0.3s ease;
}

.serviceSection .card:hover .imgBox .iconBox img {
    filter: brightness(100) invert(1);
}

.serviceSection .card .card-body {
    margin-top: 20px;
}

.serviceSection .card .card-body h4 {
    font-size: 26px;
    font-weight: bold;
    transition: all 0.5s ease;
}

.serviceSection .card .card-body p {
    font-size: 16px;
    font-weight: 500;
    transition: all 0.5s ease;
}

.serviceSection .card .card-body .themeBtn {
    font-size: 12px;
    font-weight: bold;
    border: 1px solid var(--secondary);
    color: var(--secondary);
}

.serviceSection .card:hover .card-body h4,
.serviceSection .card:hover .card-body p {
    color: var(--white);
}

.serviceSection .card:hover .card-body .themeBtn {
    background-color: var(--secondary);
    color: var(--white);
}

section.serviceSection .mainHead {
    color: #fff;
    margin-bottom: 2rem;
}

.smallHeading {
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
}

.card.aos-init.aos-animate {
    border-radius: 30px 0 30px 0;
}

.easywaySection .smallHeading {
    color: #000;
    font-size: 20px;
    font-weight: 500;
}

.easywaySection .imgBox {
    width: 240px;
    height: 240px;
    border-radius: 100%;
    display: grid;
    place-items: center;
    background-color: var(--white);
    box-shadow: 0px 13px 18px 0px rgba(120, 120, 120, 0.22);
    margin-bottom: 2rem;
    position: relative;
}

.easywaySection .card .imgBox {
    background-color: var(--primary);
}

.easywaySection .imgBox img {
    width: 112px;
    height: 112px;
    object-fit: contain;
    transition: 0.5s;
}

.easywaySection .imgBox .steps {
    content: '';
    position: absolute;
    top: 50%;
    left: -25px;
    width: 70px;
    height: 70px;
    background-color: var(--secondary);
    transform: translateY(-50%) rotate(45deg);
    display: grid;
    place-items: center;
}

.easywaySection .imgBox .steps span {
    transform: rotate(-45deg);
    font-size: 30px;
    color: var(--white);
}

.easywaySection .card h4 {
    font-weight: 600;
    margin-bottom: 0;
    font-size: 30px;
}

.easywaySection .card {
    cursor: pointer;
}

.easywaySection .mainHead {
    margin-bottom: 2rem;
}

.clientSection {
    padding: 5rem 0 16rem 0;
    background-color: #f3f3f3;
}

.clientSection .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    filter: grayscale(100%);
    transition: all 0.5 ease;
}

.clientSection .swiper-slide img {
    height: 90px;
}

.clientSection .swiper-slide:hover {
    filter: grayscale(0);
}

section.freeState {
    background-color: var(--primary);
    /* margin-top: -2rem; */
    z-index: -1;
}

.freeState .themeBtn:hover {
    border: 1px solid var(--secondary);
}

section.freeState .mainHead {
    color: #fff;
    font-size: 57px;
}


/* Footer Sec Css Start */

footer {
    background: url('../images/footerbg.png') no-repeat;
    position: relative;
    margin-top: -6.5rem;
    padding-top: 10rem;
}
.costom{
    margin-bottom:6.5rem;
    }

footer h3 {
    font-size: 18px;
    text-transform: capitalize;
    color: var(--white);
    margin-bottom: 2rem;
    font-weight: 400;
}

footer .links li a {
    font-size: 14px;
    color: var(--white);
    text-transform: capitalize;
}

footer ul li a:hover {
    color: #707070;
}

footer p {
    font-size: 1.125rem;
    color: var(--white);
    margin-top: 1rem;
}

.copyRight p {
    font-size: 1rem;
}

.socialLinks {
    display: flex;
    gap: 12px;
}

.socialLinks li a {
    background-color: var(--white);
    color: var(--black);
    width: 3rem;
    height: 3rem;
    display: grid;
    place-items: center;
    border-radius: 50px;
}

.socialLinks li a:hover {
    background-color: var(--primary);
    color: var(--white);
}

.copyRight {
    border-top: 1px solid #2E2E2E;
    margin-top: 2rem;
    padding-top: 1rem;
}

.footLogo {
    display: block;
    margin-bottom: 1rem;
}

ul.links li {
    margin-bottom: 7px;
}

.contactInfo p {
    font-size: 16px;
}

.newsLetter form input {
    width: 100%;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #fff;
    padding-bottom: 25px;
}

.newsLetter form input::placeholder {
    color: var(--white);
}

.newsLetter form {
    width: 100%;
    position: relative;
}

.newsLetter form button {
    background: transparent;
    border: 0;
    position: absolute;
    right: 0;
    top: 0px;
    color: var(--theme-color);
    font-size: 2rem;
}

ul.links a p {
    font-size: 14px;
}

ul.links a p span {
    color: var(--secondary);
    margin-right: 3px;
}

.socialLinks {
    display: flex;
    gap: 12px;
    /* margin-top: 1rem; */
    justify-content: end;
}

.socialLinks li a {
    background-color: var(--white);
    color: var(--black);
    width: 3rem;
    height: 3rem;
    display: grid;
    place-items: center;
    border-radius: 50px;
}

.socialLinks li a:hover {
    background-color: var(--secondary);
    color: var(--white);
}

ul.links2 a p span {
    color: var(--secondary);
    margin-right: 8px;
}

ul.links2 a p {
    font-size: 14px;
}


/* Footer Sec Css End */

.testimonialSec {
    background-color: var(--secondary);
    padding: 5rem 0 4rem;
    text-transform: uppercase;
}

.reviewCard {
    border-width: 1px;
    border-color: rgb(242, 242, 242);
    border-style: solid;
    border-radius: 10px;
    background-color: #fff;
    padding: 2rem 1.7rem;
}

.reviewCard .fas.fa-quote-left {
    display: table;
    color: #dcdcdc;
    font-size: 2.5rem;
    margin: 0 0 0.7rem;
}

.reviewCard span {
    color: #ffcc00;
}

.reviewCard p {
    text-transform: capitalize;
    color: #535353;
    font-size: 1rem;
    line-height: 2;
    font-weight: 400;
    margin: 0 0 2.5rem;
}

.reviewCard figure {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.reviewCard figure span {
    font-size: 20px;
    color: #092943;
    font-weight: 500;
}

.reviewSlider {
    padding: 3rem 0;
}

.testimonialSec .swiper-button-prev {
    border-radius: 50%;
    border: 1px solid #fff;
    width: 82px;
    height: 82px;
    left: -7rem;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.testimonialSec .swiper-button-prev:hover {
    background: var(--theme-color);
    color: var(--white);
}

.testimonialSec .swiper-button-prev:after {
    font-size: 1rem;
    color: #fff;
    font-weight: 800;
}

.testimonialSec .swiper-button-prev:hover:after {
    color: var(--white);
}

.testimonialSec .swiper-button-next {
    border-radius: 50%;
    border: 1px solid #fff;
    width: 82px;
    height: 82px;
    right: -7rem;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.testimonialSec .swiper-button-next:hover {
    background: var(--theme-color);
    color: var(--white);
}

.testimonialSec .swiper-button-next:after {
    font-size: 1rem;
    color: #fff;
    font-weight: 800;
}

.testimonialSec .swiper-button-next:hover:after {
    color: var(--white);
}

section.testimonialSec .mainHead {
    text-align: center;
    color: #fff;
}

section.testimonialSec h5 {
    font-size: 20px;
    text-align: center;
    color: #fff;
}

.aboutSection {
    position: relative;
    padding: 5rem 0 10rem;
}

.aboutSection figure .img2 {
    position: absolute;
    bottom: -7rem;
    left: -2rem;
}

.aboutSection figure:before {
    content: '';
    position: absolute;
    left: -35px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 3px dashed var(--primary);
    border-radius: 50%;
    width: 634px;
    height: 634px;
}

.year {
    position: absolute;
    top: 0rem;
    right: 4rem;
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    width: 155px;
    height: 155px;
}

.year span {
    font-weight: bold;
    font-size: 50px;
    color: #d31d39;
    display: grid;
    place-items: center;
}

.year span label {
    color: #000;
    font-size: 16px;
    text-align: center;
}

section.aboutSection h5 {
    font-size: 20px;
    font-weight: 500;
    color: var(--secondary);
}

a.btn.themeBtn {
    background-color: var(--primary);
}

.aboutSection .proimg figure:before {
    border: unset;
}

.proimg {
    display: flex;
}

.proimg figure {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.proimg figure p {
    display: none;
}

.professional h3 {
    font-size: 30px;
    margin-top: 1rem;
}

.proimg h6 {
    font-size: 18px;
    font-weight: 500;
}

.proimg {
    margin-top: 1rem;
    gap: 3rem;
}
.professional {
    margin-top: 2rem;
}
ul.socialLinks.toplink li a i:hover {
    color: var(--secondary);
}

ul.socialLinks.toplink {
    gap: 5px;
    justify-content: left;
}

ul.emaillink {
    display: flex;
}

ul.emaillink {
    gap: 2rem;
    justify-content: end;
}

ul.emaillink li a {
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.topbar {
    background: var(--primary);
    padding: 7px 0;
}

.topbar a {
    font-size: 18px;
    color: #fff;
}

.topbar p {
    font-size: 18px;
    margin: 0;
    text-align: right;
}

ul.socialLinks.toplink li a {
    background: unset;
    color: #fff;
}

ul.socialLinks.toplink {
    gap: 5px;
}

.bnlist {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bnlist ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    writing-mode: tb-rl;
}

.bnlist ul li {
    margin-top: 3rem;
}


/* blgosec css start */

section.blogSection .mainHead {
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 2rem;
}

.overlay h5 {
    font-size: 30px;
    text-align: center;
    color: #fff;
    font-family: 'Playfair Display';
}

.overlay p {
    font-size: 16px;
    text-align: center;
    color: #fff;
    width: 77%;
}

.overlay {
    text-align: center;
}

.overlay .themeBtn {
    color: #000;
    background: #fff;
}

section.blogSection h4 {
    font-size: 20px;
    text-align: center;
    color: var(--secondary);
}

section.blogSection {
    padding-bottom: 0;
}

.blogwrap figure {
    position: relative;
}

.blog-content {
    position: absolute;
    bottom: 12px;
}

.blog-content h3 {
    font-size: 30px;
    color: #fff;
    margin-left: 12px;
}

.blogwrap {
    position: relative;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 1;
    /* background: #2e334acf; */
    opacity: 0;
    background-color: rgb(2 7 30 / 77%);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.swiper-slide-next .overlay {
    opacity: 1;
}

.swiper-slide-next .blog-content {
    display: none;
}

.swiper-slide-next .blogwrap {
    transform: scale(1.2);
    z-index: 1;
}

.blogSlider {
    padding: 3.5rem 0;
    margin-bottom: -70px;
}


/* blgosec css end */


/* Blog Page css start */


/* .blog-card figure{
width: 110px;
	height: 125px;
} */

.blog-card {
    position: relative;
}

.blog-card span small {
    font-size: 1.625rem;
}

.blog-card figure span {
    color: white;
    position: absolute;
    text-align: center;
    background-color: #d31d39;
    padding: 0px 16px;
    left: 0px;
    top: 40%;
}

.blog-card span strong {
    display: block;
    font-size: 4rem;
}

.blog-card img {
    height: 100%;
    width: 100%;
}


/* blog page css end */


/* services page css start */

.service {
    position: relative;
    padding: 5rem 0 10rem;
}


/* services page css end */

.gallery-flex {
    display: flex;
}

.gallery-flex a img {
    height: 100%;
    width: 95%;
}

.about-second {
    /* margin-top: 30px !important; */
    position: relative;
    top: 100px;
}

.aboutTxt {
    list-style: disc;
    list-style-position: inside;
    color: #828282;
}

.aboutTxt li {
    margin-top: 10px;
}

.aboutSection .mainHead {
    line-height: 1;
}

.aboutSection .mainHead span {
    font-size: 1.375rem;
    display: block;
    margin-top: 1rem;
}

.bg-transparent {
    background: none;
}

.serviceSection.bg-transparent .mainHead {
    color: var(--black);
}

.privacysec {
    padding: 7rem 0 12rem 0;
}

ul.privcy-ul li {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.7;
    color: #828282;
    list-style: disc;
}

ul.link2 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 1rem;
}

ul.link2 li a {
    color: #fff;
}

.srvInner p {
    color: var(--black);
}
.innerPage {
    padding: 0;
}

.innerPage h2 {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    font-size: 5.625rem;
    color: var(--white);
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
}


















/* Wordpress Woocommerce CSS Start */



.form button {
  max-width: 80px;
}
#loom-companion-mv3 {
    display: none;
}
.ASD {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}










.container {
  padding: 0px !important;
}
.list-unstyled.links .nav-link {
  padding: 0px !important;
}
.hf-form.hf-form-179 .hf-fields-wrap .themeBtn {
  max-width: 165px !important;
}
section#block-8 h2 {
    background-color: #000;
    display: inline-block;
    padding: 1.5em;
    font-size: 1.125rem;
    color: #fff;
    text-transform: uppercase;
    line-height: 1;
    border: 1px solid #ebebeb;
    width: 100%;
    margin-bottom: 0;
}
section#block-8 {
    padding-top: 0;
}
.wpcr3_respond_1.wpcr3_in_content {
  display: none !important;
}
form .input-cont i {
  top: 8px !important;
}
.footerLinks .list-unstyled.links {
  display: contents !important;
}
.blogPagedetail h2 {
  color: #000 !important;
}
.single-product .col-md-12.col-xs-12.col-sm-12 h3 {
  display: none !important;
}
.single-product .woocommerce div.product div.images img {
  border: 2px solid #fff;
}
.single-product .summary.entry-summary .availability {
  color: #000 !important;
}
.single-product .summary.entry-summary .posted_in {
  color: #000 !important;
}
.details_tab_area.woocommerce-tabs #tab-title-additional_information {
  padding: 20px;
  background: #aeaeae !important;
}
.details_tab_area.woocommerce-tabs #tab-title-additional_information a {
  color: #000 !important;
}
#tab-additional_information .shop_attributes {
  color: #000 !important;
}
.productSec.wer {
  display: none !important;
}
.woocommerce table.shop_table {
  background: #a4a4a4 !important;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
	background: #a4a4a4 !important;
}



.error404 .page-title {
  color: #000 !important;
}
/* 404 Page */
.page-content.notfoundPg {
    text-align: center;
}

h1.notfoundHad {
    font-size: 200px;
    color: #d31d39 !important;
}
.page-title {
  color: #fff !important;
}
input.search-field {
    border: 2px solid #006b17;
    height: 50px;
    width: 299px;
}

input.search-submit {
    height: 51px;
    background: #006b17;
    border: 2px solid #006b17;
    width: 133px;
}

.page-content.notfoundPg {
    margin-bottom: 70px;
}

.notfoundPg .search-form .search-submit:hover, .notfoundPg .search-form .search-submit:focus {
    background: #006b17 !important;
    color: #006b17;
}
#secondary {
  display: none !important;
}
.single-post h3 {
  font-size: 17px !important;
}
.search .wapper.ert.container {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}
.search .wapper.ert.container .search-title {
  text-align: center !important;
  margin-bottom: 70px !important;
}
.search .wapper.ert.container h3 a {
  color: #000 !important;
}
.search .wapper.ert.container .h-readmore {
  margin-bottom: 50px !important;
  color: var(--white);
  font-size: 1.125rem;
  font-weight: 500;
  background-color: #000;
  border: 1px solid var(--theme-color);
  padding: 0.75em 2em;
  min-width: 150px;
  margin: 0.5rem 0;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  display: inline-block;
}
.search .wapper.ert.container .h-readmore a{
	color: #fff !important;
}




.woocommerce-message .button.wc-forward {
  background: #2f528f !important;
}
.table-responsive.cart_table.woocommerce-cart-form .button {
  background: #2f528f !important;
}
.wc-proceed-to-checkout .checkout-button.button.alt.wc-forward {
  background: #2f528f !important;
}
#place_order {
  background: #2f528f !important;
}
.woocommerce .woocommerce-breadcrumb {
  display: none !important;
}




/ All Wocommerce Css /
@media only screen and (min-width: 769px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 22%;
  }
  .woocommerce-account .woocommerce-MyAccount-content { 
    width: 75%;
  }
}
/ Style WC Account Endpoint Links /
nav.woocommerce-MyAccount-navigation ul {
  list-style-type: none;
  padding-left: 0;
  max-width:200px;
  font-size: 17px;
  line-height: 26px;
}
nav.woocommerce-MyAccount-navigation ul li {
  padding: 8px 20px;
  background-color: rgba(0,0,0,0.05);
  border-bottom: 1px solid rgba(0,0,0,0.05);
}
nav.woocommerce-MyAccount-navigation ul li.is-active {
  background: #f25a29 !important;
}
nav.woocommerce-MyAccount-navigation ul li.is-active a {
  color: #fff !important; 
  cursor: default;
}
nav.woocommerce-MyAccount-navigation ul li {
	padding: 8px 20px;
	background: #000 !important;
	border-bottom: 2px solid #fff;
}
nav.woocommerce-MyAccount-navigation ul li.is-active:after {
  content: "";
  height: 0;
  width: 0;
  border-top: 20px solid transparent;
  border-left: 14px solid rgba(0,0,0,0.1);
  border-bottom: 20px solid transparent;
  float: right;
  margin-right: -34px;
  margin-top: -7px;
}
nav.woocommerce-MyAccount-navigation ul li:not(.is-active):hover {
  background: #f25a29 !important;
}
.woocommerce-MyAccount-navigation-link a {
  color: #fff !important;
}
nav.woocommerce-MyAccount-navigation ul li:not(.is-active):hover:after { 
  content: "";
  height: 0;
  width: 0;
  border-top: 20px solid transparent;
  border-left: 14px solid rgba(0,0,0,0.07);
  border-bottom: 20px solid transparent;
  float: right;
  margin-right: -34px;
  margin-top: -7px;
}
.woocommerce-account #primary {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}
.u-columns.woocommerce-Addresses.col2-set.addresses .col-1, .u-columns.woocommerce-Addresses.col2-set.addresses .col-2 {
    max-width: 100%;
    width: 48%;
}
.woocommerce-form-row label {
  width: 100% !important;
}
.woocommerce-account .u-column1.col-1, .woocommerce-account .u-column2.col-2 {
  width: 100% !important;
  max-width: 48% !important;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
  border: 5px solid #000 !important;
  box-shadow: 0px 0px 30px -2px #f25a29 !important;
}
.single-product .woocommerce-breadcrumb a {
  color: #a24234 !important;
}
.single-product .woocommerce-breadcrumb {
  color: #a24234 !important;
}
.single-product .woocommerce-product-details__short-description p {
  font-size: 15px !important;
  margin-top: 20px !important;
}
.woocommerce div.product form.cart div.quantity {
  float: none !important;
}
.btn-warning {
  color: #fff;
  background-color: #a24234;
  border-color: #006b17;
  padding: 20px;
  max-width: 200px;
  width: 100% !important;
  margin-top: 40px;
}
.product_meta .posted_in a {
  color: #000 !important;
}
.posted_in {
  pointer-events: none !important;
}
.details_tab_area.woocommerce-tabs #tab-title-description {
  padding: 20px;
  background: #000 !important;
}
.details_tab_area.woocommerce-tabs #tab-title-description a {
  color: #fff !important;
}
.details_tab_area.woocommerce-tabs #tab-title-reviews {
  padding: 20px;
  background: #2f528f !important;
}
.details_tab_area.woocommerce-tabs #tab-title-reviews a {
  color: #fff !important;
}
.details_tab_area.woocommerce-tabs #descrpt-sing {
  padding-left: 0px !important;
  padding-top: 20px !important;
}
.details_tab_area.woocommerce-tabs #tab-title-reviews, #tab-reviews {
  padding-top: 20px !important;
}
#tab-reviews #submit {
  display: inline-block !important;
  position: relative !important;
  overflow: hidden !important;
  font-size: 1.125rem !important;
  text-transform: uppercase;
  font-weight: 500 !important;
  line-height: 1 !important;
  z-index: 1;
  border-radius: 50px !important;
  color: var(--white) !important;
  background-color: #2f528f !important;
  padding: 0.8em 1.25em !important;
  transition: all 0.5s ease !important;
}
.woocommerce-cart #primary {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}
.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
  width: 100% !important;
}
.coupon.couponarea {
  margin-bottom: 20px;
  margin-top: 10px;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{
    display: inline-block !important;
  position: relative !important;
  overflow: hidden !important;
  font-size: 1.125rem !important;
  text-transform: uppercase;
  font-weight: 500 !important;
  line-height: 1 !important;
  z-index: 1;
  border-radius: 50px !important;
  color: var(--white) !important;
  background: #2f528f !important;
  padding: 0.8em 1.25em !important;
  transition: all 0.5s ease !important;
}
.coupon.couponarea #coupon_code {
  margin-bottom: 15px !important;
  border-radius: 40px !important;
}
.cart_item a {
  color: #fff !important;
}
.actions .button {
  max-width: 510px !important;
}
.btn-warning {
  color: #fff !important;
  background: #2f528f !important;
  border-color: #fff !important;
  padding: 20px !important;
} 



.container.result_cntt {
    display: none;
}

div#shp-filtr {
    position: absolute;
    top: -50px;
    right: 20px;
}

/* Wordpress Woocommerce CSS End */

#wpcf7-f5-p401-o1 label,
#wpcf7-f5-p401-o1 .wpcf7-form-control.wpcf7-textarea,
#wpcf7-f5-p401-o1 input{
        width: 100%;
    }
.reviewCard{
    margin-bottom:1rem;}
    
   .gally .card.aos-init.aos-animate{
       overflow:hidden;       
    margin-bottom: 2rem;
        }
