@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=Jost:wght@400;500&family=Raleway&display=swap');

:root {
    --white: #fff;
    --black: #000;
    --primary: #ff0000;
    --secondary: #004086;
}

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: "Trajan Pro";
    src: url("../fonts/TrajanPro-Regular.ttf");
}

section {
    position: relative;
}

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

h1,
h2,
h3 {
    font-family: "Trajan Pro";
}

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


/* btn css */

.themeBtn {
    background: #004086;
    font-size: 1.125rem;
    color: var(--white);
    text-transform: uppercase;
    font-weight: 500;
    display: inline-block;
    padding: 0.8em 1.1em;
    /* border-radius: 7px; */
    line-height: normal;
}

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


/* btn css */


/* navigation css */

header {
    padding: 14px 8rem;
}

.navbar-nav {
    align-items: center;
    gap: 2em;
}

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


/* navigation css */


/* slider css */

.main-slider {
    height: 100vh;
}

.main-slider video {
    height: 100vh;
    width: 100%;
    object-fit: cover;
}

.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: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}

.main-slider h1 {
    margin: 0;
    color: var(--white);
    font-size: 5rem;
    line-height: 1;
    font-weight: 400;
    text-transform: uppercase;
    text-shadow: 5px 2px 3px black;
}

.main-slider p {
    color: var(--white);
    font-weight: 400;
    line-height: 1.2;
    margin-top: 1rem;
    font-size: 1.625rem;
    font-family: 'Raleway', sans-serif;
    text-shadow: 2px 2px 1px black;
}


/* slider css */

section#mainSlider .themeBtn {
    background: #004086;
    border: 2px solid #004086;
}

.mainHead {
    font-size: 2.5rem;
    font-weight: 400;
    text-transform: uppercase;
    color: #000;
}

.subHead {
    font-size: 1.25rem;
    font-weight: 400;
    text-transform: uppercase;
    color: #000;
}


/* aboutsec css start */

.aboutcntnt p {
    color: #828282;
    font-size: 1.125rem;
}

section.ServicesSec {
    background: #F2F2F2;
}


/* aboutsec css end */


/* prestonSection start */

section.prestonSection {
    padding: 5rem 0;
}

p.redline {
    border-left: 2px solid #FF0000;
    position: relative;
    padding-left: 2rem;
}

p.redline:before {
    position: absolute;
    content: "";
    width: 11px;
    height: 11px;
    background: #FF0000;
    border-radius: 50%;
    top: -6px;
    left: -6px;
}

p.redline:after {
    position: absolute;
    content: "";
    width: 11px;
    height: 11px;
    background: #FF0000;
    border-radius: 50%;
    bottom: -6px;
    left: -6px;
}


/* prestonSection end */

section.videosec figure img {
    position: relative;
}

section.videosec a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.videosec a i {
    background: #004086;
    color: #fff;
    width: 119px;
    height: 119px;
    place-items: center;
    display: grid;
    border-radius: 50%;
    font-size: 1.5rem;
}

.video-section .video {
    position: relative;
    text-align: center;
}

.video a:before {
    content: "";
    position: absolute;
    width: 139px;
    height: 139px;
    border-radius: 50%;
    border: 7px solid #0040864f;
    animation: playbutton 2s infinite alternate ease;
}

.video a:after {
    content: "";
    position: absolute;
    width: 156px;
    height: 155px;
    border-radius: 50%;
    border: 7px solid #00408640;
    animation: playbutton 1.95s infinite alternate ease;
}

@keyframes playbutton {
    0% {
        transform: scale(0.2);
    }
    100% {
        transform: scale(1);
    }
}

.latestNews {
    padding: 5rem 0;
}

.aboutcntnt.aboutnews h4 {
    font-size: 1.125rem;
    text-transform: uppercase;
    font-weight: 400;
}

.aboutcntnt.aboutnews .subHHead {
    font-size: 1.4375rem;
    margin-bottom: 2rem;
    margin-top: 1rem;
}

.row.align-items-center.backclr {
    background: #F2F2F2;
}

.aboutcntnt.aboutnews.abtbox {
    background: #ECF1F5;
    position: relative;
    height: 469px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
}

.aboutcntnt.aboutnews.abtbox .themeBtn {
    padding: 1rem 0;
    margin-top: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.aboutcntnt.aboutnews.abtbox h4 {
    /* padding-top: 7.8rem; */
    /* margin-left: 3rem; */
}

.aboutcntnt.aboutnews.abtbox .subHHead {
    /* margin-left: 2rem; */
    /* padding-left: 1rem; */
    margin: 0;
}

.aboutcntnt.aboutnews.abtbox.box2 {
    background: #fff;
}

.aboutcntnt.aboutnews.abtbox .themeBtn:hover {
    background: #FF0000;
    color: #fff;
}


/* helpsec css start*/

section.helpSection {
    background: #f00;
    padding: 4rem 0;
    background-image: linear-gradient(#f00, #004086);
}

.helpcntnt h4 {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
}

.helpcntnt h2 {
    font-size: 2.8125rem;
    text-transform: uppercase;
    color: #fff;
}

.helpcntnt {
    text-align: center;
}

.helpcntnt .themeBtn {
    background: #FF0000;
}


/* helpsec css end */


/* footer css star*/

.calFoter ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.calFoter ul li a {
    color: #000000;
}

footer {
    padding-top: 5rem;
    background: #F2F2F2;
}

.calFoter {
    padding-top: 7rem;
}

.copyRight p {
    margin: 0;
    font-size: 1.125rem;
    color: #000;
    text-align: center;
    border-top: 1px solid #707070;
    padding: 1.6rem 0;
}

.copyRight {
    margin-top: 3rem;
}

ul.list2 {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 3rem;
    margin-top: 2rem;
    margin-right: 3rem;
}

ul.list2 li a {
    font-size: 18px;
    color: #000;
}

ul.socialMedia li a {
    border: 1px solid #004086;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    background: #004086;
}

.socialMedia {
    display: flex;
    gap: 1.5rem;
    justify-content: end;
    margin-top: 2rem;
    align-items: baseline;
}

ul.socialMedia li:hover {
    background: #fff;
}

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

ul.socialMedia li:hover a {
    color: #004086;
    background: #fff;
}

ul.socialMedia li span {
    font-size: 1.125rem;
    color: #000;
}

footer h3 {
    font-size: 22px;
    margin-top: 2rem;
}

footer p {
    font-size: 15px;
    color: #000;
}

.newsLtrForm button {
    color: red;
    line-height: 1;
    text-align: center;
    font-size: 1.5rem;
    border: none;
    /* background-color: grey; */
    border-radius: 10px;
}

.newsLtrForm input {
    background-color: #fff;
    border: none;
    height: 100%;
    padding-left: 0.75rem;
    width: calc(100% - 60px);
    font-size: 14px;
    font-weight: 400;
    color: var(--black);
}

.newsLtrForm {
    height: 75px;
    opacity: 1;
    position: relative;
    left: -1rem;
}

.newsLtrForm i {
    position: absolute;
    right: 5rem;
    bottom: 1.5rem;
    transform: rotate(46deg);
}


/* footer css end */

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

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

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

.helpcntnt .themeBtn {
    transition: box-shadow 0.5s, background 0.5s;
}

.helpcntnt .themeBtn:hover {
    box-shadow: 0 0 0 1px var(--primary);
    background: transparent;
    color: #fff;
}

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

section#mainSlider .themeBtn:hover {
    background: #004086;
    border-color: #004086;
}


/* innerpages Start */

.innerBan .overlay {
    position: absolute;
    text-align: left;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
}

.innerBan h2 {
    font-size: 80px;
    color: var(--white);
    text-transform: uppercase;
    font-weight: bold;
    text-shadow: 5px 2px 3px black;
}

.innerBan {
    position: relative;
}

section.ServicesSec.serciesinner {
    background: #fff;
}

section.newsSectionInn {
    padding: 5rem 0;
}

.newscntnt h5 {
    font-weight: 400;
    font-size: 18px;
    color: #004086;
    margin-top: 1rem;
    text-transform: uppercase;
}

.newscntnt h2 {
    font-size: 25px;
    color: #000;
    margin-top: 2rem;
}

.newscntnt p {
    font-size: 18px;
}

.newswrap {
    margin-bottom: 4rem;
}

.contactBox {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.contactBox figure {
    background: #0A0EAF;
    width: 100px;
    height: 100px;
    display: grid;
    place-items: center;
    border-radius: 100%;
    box-shadow: 0 0 0px 10px rgb(10 14 175 / 43%);
}

.contactInformations {
    width: calc(100% - 120px);
}

.contactInformations a {
    color: var(--black);
}

.contactInformations h4 {
    font-size: 22px;
    text-transform: uppercase;
    line-height: 1;
    color: #000;
}

section.cntactForm {
    padding: 5rem 0;
}

.contactInformations span {
    color: #828282;
}

.contactInformations a {
    color: #828282;
}

.contact-section {
    padding: 3rem 0 6rem 0;
}

.contactForm .form-group .form-control {
    border-left: unset;
    border-radius: unset;
    border-right: unset;
    border-top: unset;
    border-bottom: 1px solid #707070;
    height: 60px;
    margin-bottom: 2.5rem;
    box-shadow: none !important;
}

.contactForm .form-group .form-control:focus {
    border-color: var(--primary);
}

.contact-section .heading-sm {
    font-size: 55px;
    margin-bottom: 2rem;
}

.contact-section .themeBtn {
    border: unset;
    background: var(--primary);
}

section.contact-section h5 {
    font-size: 18px;
    text-align: center;
}


/* Animations */


/* #cursor-follow {
    width: 15px;
    height: 15px;
    opacity: 0.75;
    background: var(--primary);
    border-radius: 100%;
    position: absolute;
    transition-duration: 50ms;
    transition-timing-function: linear;
    pointer-events: none;
    box-shadow: 0 0 25px 0 var(--primary);
    z-index: 1111;
} */

.helpSection {
    margin: auto;
    overflow: auto;
}

.overflow {
    overflow: hidden;
}

.reveal {
    visibility: hidden;
    position: relative;
    overflow: hidden;
}

.reveal img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transform-origin: left;
}

.preloader {
    position: fixed;
    inset: 0;
}

.preloader video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
}

.preloader.primary {
    background-color: var(--white);
    z-index: 50;
}

.preloader.white {
    background-color: var(--primary);
    z-index: 40;
}

.preloader.secondary {
    background-color: var(--secondary);
    z-index: 30;
}

.preloader.black {
    background-color: var(--black);
    z-index: 20;
}

.prestonSection img {
    animation-duration: 7s;
    animation-iteration-count: infinite;
    animation-delay: 1s;
    animation-timing-function: ease-in-out;
}

.aimg1 {
    animation: rotate-first;
}

.aimg2 {
    animation: rotate-second;
}

.aimg3 {
    animation: rotate-third;
}

.aimg4 {
    animation: rotate-fourth;
}

@keyframes rotate-first {
    0% {
        transform: translate(0, 0)
    }
    25% {
        transform: translate(100%, 0)
    }
    50% {
        transform: translate(100%, 100%)
    }
    75% {
        transform: translate(0, 100%)
    }
}

@keyframes rotate-second {
    0% {
        transform: translate(0, 0)
    }
    25% {
        transform: translate(0, 100%)
    }
    50% {
        transform: translate(-100%, 100%)
    }
    75% {
        transform: translate(-100%, 0)
    }
}

@keyframes rotate-third {
    0% {
        transform: translate(0, 0)
    }
    25% {
        transform: translate(0, -100%)
    }
    50% {
        transform: translate(100%, -100%)
    }
    75% {
        transform: translate(100%, 0)
    }
}

@keyframes rotate-fourth {
    0% {
        transform: translate(0, 0)
    }
    25% {
        transform: translate(-100%, 0)
    }
    50% {
        transform: translate(-100%, -100%)
    }
    75% {
        transform: translate(0, -100%)
    }
}

.navbar-brand img {
    width: 300px;
}

.innerBan video {
    height: 630px;
    width: 100%;
    object-fit: cover;
}

/*.spotlightSect:before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    background: #fff;*/
/*    width: 100%;*/
/*    height: 60%;*/
/*    top: 2rem;*/
/*}*/

.spotlightContent h4 {
    color: #fff;
}

.spotlightContent p {
    color: #fff;
    line-height: 1.2;
}

.spotBox h3 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}

.spotBox ul li {
    color: #fff;
    font-weight: 500;
}

.spotBox ul li + li {
    padding-top: 5px;
}

.spotBtn {
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
}

.spotBox ul {
    padding-bottom: 10px;
}

.spotBox {
    background: #f00;
    box-shadow: 0 3px 10px rgb(0 0 0 / 22%);
    padding: 1.5rem 1rem 1rem 2rem;
    min-height: 207px;
}

.spotlightSect {
    padding: 0rem 0;
}
.spotlightSect .advc_serv_v1 .service-overlay-box {
  min-height: 243px;
}
.spotlightContent {
    padding-bottom: 1rem;
}

.videoBox h3 {
    font-size: 2rem;
    line-height: 1.4;
    color: var(--white);
}

.videoBox h3 span {
    display: block;
    font-size: 1.2rem;
}

.videoBox ul li a {
    font-size: 20px;
    color: var(--white);
}

.videoBox p {
    color: var(--white);
}

.videoBox ul {
    display: block;
    /*flex-flow: column wrap;*/
    margin: 0;
    max-height: 100px;
    gap: 14px 0rem;
    margin-bottom: 1.5rem;
}
.videoBox ul li::before {
  content: "\2022";
  color: red;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.videosect video {
    width: 100%;
    display: flex;
}

.videosect {
    background: var(--secondary);
}

.businessSect figure {
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
}

.businessSect figure img {
    border-radius: 10px;
}

.businessSect figure video {
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    height: 400px;
}

.businessSect {
    padding-top: 5rem;
}

.videoBox .themeBtn {
    background: var(--white);
    color: var(--secondary);
}

.videoBox .themeBtn:hover {
    background: var(--primary);
    color: #fff;
}


section.counsutlngSec {
    padding: 5rem 0;
}

.counstcntnt h2 {
    font-size: 50px;
    font-weight: 600;
}

.counstcntnt .themeBtn {
    border-radius: 27px;
}
.newsCard {
    display: flex;
    align-items: center;
    background: #ecf1f5;
}

.newsCard figure.reveal {
    flex-shrink: 0;
}
.aboutcntnt.aboutnews.abtbox div {
    padding: 0 2rem;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 1rem;
    margin-top: -2rem;
}



.btncontact {
    margin-top: 3rem;
    margin-left: 17rem;
}

header.entry-header {
    display: none;
}

footer.entry-footer {
    display: none;
}

.detail h5 {
    font-size: 26px;
    margin-top: 24px;
}
.container {
  padding: 0px;
}
.list-unstyled.links .nav-link {
  padding: 0px;
}
.hf-form.hf-form-179 .hf-fields-wrap .themeBtn {
  max-width: 165px;
}
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;
}
form .input-cont i {
  top: 8px;
}
.footerLinks .list-unstyled.links {
  display: contents;
}
.blogPagedetail h2 {
  color: #000;
}
.single-product .col-md-12.col-xs-12.col-sm-12 h3 {
  display: none;
}
.single-product .woocommerce div.product div.images img {
  border: 2px solid #fff;
}
.single-product .summary.entry-summary .availability {
  color: #000;
}
.single-product .summary.entry-summary .posted_in {
  color: #fff;
}
.details_tab_area.woocommerce-tabs #tab-title-additional_information {
  padding: 20px;
  background: #aeaeae;
}
.details_tab_area.woocommerce-tabs #tab-title-additional_information a {
  color: #000;
}
#tab-additional_information .shop_attributes {
  color: #000;
}
.productSec.wer {
  display: none;
}
.woocommerce table.shop_table {
  background: transparent;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
  background: #a4a4a4;
}



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

h1.notfoundHad {
    font-size: 200px;
    color: #004086;
}
.page-title {
  color: #fff;
}
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;
    color: #006b17;
}
#secondary {
  display: none;
}
.single-post h3 {
  font-size: 17px;
}
.search .wapper.ert.container {
  padding-top: 80px;
  padding-bottom: 80px;
}
.search .wapper.ert.container .search-title {
  text-align: center;
  margin-bottom: 70px;
}
.search .wapper.ert.container h3 a {
  color: #000;
}
.search .wapper.ert.container .h-readmore {
  margin-bottom: 50px;
  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;
}




.woocommerce-message .button.wc-forward {
      background: #ff0000;
    color: #fff !important;
}

.woocommerce-message .button.wc-forward:hover {
      background: #0a0eaf;
    color: #fff !important;
}
.table-responsive.cart_table.woocommerce-cart-form .button {
  background: #662d91;
  color: #fff;
}
.wc-proceed-to-checkout .checkout-button.button.alt.wc-forward {
  background: #662d91;
}
#place_order {
  background: #662d91;
}
.woocommerce .woocommerce-breadcrumb {
  display: none;
}




/ 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;
}
nav.woocommerce-MyAccount-navigation ul li.is-active a {
  color: #fff; 
  cursor: default;
}
nav.woocommerce-MyAccount-navigation ul li {
  padding: 8px 20px;
  background: #000;
  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;
}
.woocommerce-MyAccount-navigation-link a {
  color: #fff;
}
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;
  padding-bottom: 80px;
}
.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%;
}
.woocommerce-account .u-column1.col-1, .woocommerce-account .u-column2.col-2 {
  width: 100%;
  max-width: 48%;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
  border: 5px solid #000;
  box-shadow: 0px 0px 30px -2px #f25a29;
}
.single-product .woocommerce-breadcrumb a {
  color: #a24234;
}
.single-product .woocommerce-breadcrumb {
  color: #a24234;
}
.single-product .woocommerce-product-details__short-description p {
  font-size: 15px;
  margin-top: 20px;
}
.woocommerce div.product form.cart div.quantity {
  float: none;
}
.btn-warning {
  color: #fff;
  background-color: #a24234;
  border-color: #006b17;
  padding: 20px;
  max-width: 200px;
  width: 100%;
}
.product_meta .posted_in a {
  color: #fff;
}
.posted_in {
  pointer-events: none;
}
.details_tab_area.woocommerce-tabs #tab-title-description {
  padding: 20px;
  background: #662d91;
}
.details_tab_area.woocommerce-tabs #tab-title-description a {
  color: #fff;
}
.details_tab_area.woocommerce-tabs #tab-title-reviews {
  padding: 20px;
  background: #0a0eaf;
}
.details_tab_area.woocommerce-tabs #tab-title-reviews a {
  color: #fff;
}
.details_tab_area.woocommerce-tabs #descrpt-sing {
  padding-left: 0px;
  padding-top: 20px;
}
.details_tab_area.woocommerce-tabs #tab-title-reviews, #tab-reviews {
  padding-top: 20px;
}
#tab-reviews #submit {
  display: inline-block;
  position: relative;
  overflow: hidden;
  font-size: 1.125rem;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1;
  z-index: 1;
  border-radius: 50px;
  color: var(--white);
  background-color: #2f528f;
  padding: 0.8em 1.25em;
  transition: all 0.5s ease;
}
.woocommerce-cart #primary {
  padding-top: 80px;
  padding-bottom: 80px;
}
.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%;
}
.coupon.couponarea {
  margin-bottom: 20px;
  margin-top: 10px;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{
    display: inline-block;
  position: relative;
  overflow: hidden;
  font-size: 1.125rem;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1;
  z-index: 1;
  border-radius: 50px;
  color: var(--white);
  background: #662d91;
  padding: 0.8em 1.25em;
  transition: all 0.5s ease;
}
.coupon.couponarea #coupon_code {
  margin-bottom: 15px;
  border-radius: 40px;
}
.cart_item a {
  color: #000;
}
.actions .button {
  max-width: 510px;
}
.btn-warning {
  color: #fff;
  background: #ff0000;
  border-color: #fff;
  padding: 20px;
} 



.container.result_cntt {
    display: none;
}

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

section.related.products {
    display: none;
}

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

.woocommerce #review_form #respond .form-submit input {
    color: #fff;
    background: red;
}

.woocommerce-notices-wrapper {
    margin-top: 4rem;
}
.pro_detail h3 {
    font-size: 16px;
    margin-top: 20px;
}
.sec11 {
    margin-left: -81px;
}

.sec12 {
    margin-left: -118px;
}

.imgRadius img {
    border-radius: 22px;
    width: 100%;
        margin-left: -14px;
}


.iconone {
    width: 250px;
    height: 250px;
    background: #f2f2f27a;
    box-shadow: 0 20px 50px rgb(0 0 0 / 6%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.8rem;
    transition: all 0.5s ease;
}


.icontwo {
    width: 250px;
    height: 250px;
    background: #f2f2f27a;
    box-shadow: 0 20px 50px rgb(0 0 0 / 6%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.8rem;
    transition: all 0.5s ease;
}


.iconthree {
    width: 250px;
    height: 250px;
    background: #f2f2f27a;
    box-shadow: 0 20px 50px rgb(0 0 0 / 6%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.8rem;
    transition: all 0.5s ease;
}