@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');

body {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #0c0c0c;
    font-style: normal;
}
 body {
    margin-bottom: 0px !important;
}
p,
li,
a,
button,
span,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
}

.img {
    max-width: 100%;
    transition: all 0.3s ease-out 0s;
}
 

a,
.button {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

    a:focus,
    .btn:focus,
    .button:focus {
        text-decoration: none;
        outline: none;
        box-shadow: none;
    } 

    button:focus,
    input:focus,
    input:focus,
    textarea,
    textarea:focus {
        outline: 0;
    }

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    color: #2c2c2c;
    margin-top: 0px;
    font-style: normal;
    
}

h1,
h2,
h3 {
    font-family: 'Poppins', sans-serif;
    margin-top: 0px;
}

    h1 a,
    h2 a,
    h3 a,
    h4 a,
    h5 a,
    h6 a {
        color: inherit;
    }

h1 {
    font-size: 50px;
    font-weight: 700;
}

h2 {
    font-size: 35px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

ul {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none;
}

 

hr {
    border-bottom: 1px solid #eceff8;
    border-top: 0 none;
    margin: 30px 0;
    padding: 0;
}

a, div {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
 
*::-moz-selection {
    background: #d6b161;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #444;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #444;
    color: #fff;
    text-shadow: none;
}

*::-moz-placeholder {
    color: #161616;
    font-size: 14px;
    opacity: 1;
}

*::placeholder {
    color: #161616;
    font-size: 14px;
    opacity: 1;
}
 
.wp-smart-loader {
    text-indent: -12345px;
}
 
 
 
 /*--------------------------------------------------------------
 * Theme Css Start
 *--------------------------------------------------------------
 */
 #contact-form4 .wpcf7-form-control {
    width: 100%;
    height: 48px;
    border-radius: 0px;
   border: none !IMPORTANT;
    padding: 10px;
}
#contact-form4 .wpcf7-form-control:placeholder {
    color: #161616;
    font-size: 11px !IMPORTANT; 
    opacity: 1;
}
#contact-form4 .wpcf7-submit {
    border: none !IMPORTANT;
    background: #ffb602;
    color: #fff;
    font-weight: 600;    cursor: pointer;
}
#contact-form4 .wpcf7-submit:hover{background: #fff;
    color: #ffb602;}
    .po-r-z {
    position: relative;
    z-index: 9;
}
.ser-bg:after {
    content: "";
    position: absolute;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: center;
    top: 0;
    bottom: 0;
    Left: 0px;
    right: 0px;
    background-color: #FFFFFF00;
    border-style: solid;
    border-width: 4px 0px 4px 4px;
    border-color: #ffb602;
}
.inner-icon {
    width: 65px !important;
    height: 65px;
    margin: 0 auto;
    margin-bottom: 40px !important;
    border-radius: 100%;
    background-color: #0a5c5c;
    line-height: 65px;
    position: relative;
}
.inner-icon:before {
    content: "";
    left: 25px;
    bottom: -8px;
    content: "";
    position: absolute;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #0a5c5c;
}
.inner-icon img {
    width: 35px;
}
.before-l:before {
    top: 50%;
    left: 0;
    right: 0;
    width: 95%;
    content: "";
    margin: 0 auto;
    position: absolute;
    border: 2px dashed #dbdbdb;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
     
}
.star-rating {
  float: right;
  overflow: hidden;
  position: relative;
  height: 1.1em;
  line-height: 1.2;
  font-size: 0.9em;
  width: 5.6em;
}
.star-rating::before {
  content: "\f005\f005\f005\f005\f005";
  color: #d3ced2;
  font-family: "Font Awesome 5 Free";
  font-weight: 500;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
 .star-rating span::before {
  content: "\f005\f005\f005\f005\f005";
  font-family: "Font Awesome 5 Free";
  font-weight: 500;
  color: #ffb602;
  top: 0;
  position: absolute;
  left: 0;
}
 .star-rating {
  float: none;
  margin-top: 5px;
  margin-bottom: 20px;
  overflow: visible;
}
.star-rating span:before {
  color: #ffb602;
}
.tm-sc-testimonials .author-text,
.tm-sc-testimonials .name,
.tm-sc-testimonials .job-position {
  transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .tm-sc-testimonials .author-text,
.tm-sc-testimonials .name,
.tm-sc-testimonials .job-position {
    transition: none;
  }
}
.star-rating span:before {
  transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.star-rating span:before {
    transition: none;
  }
}

.owl-carousel .type-testimonials {
  box-shadow: none;
}

.testimonial-block-one {
  position: relative;
  overflow: hidden;
  margin-bottom: 50px;
}
.testimonial-block-one .inner-box {
  position: relative;
  padding-bottom: 28px;
  padding-top: 25px;
}
.testimonial-block-one .inner-box:hover .content-box .icon {
  color: #fff;
  background-color:#ffb602;
}
.testimonial-block-one .inner-box:hover .content-box .icon:after {
  border-bottom-color:#df6325;
}
.testimonial-block-one .inner-box:hover .content-box .info-box {
  background-color: #0a5c5c;
}
.testimonial-block-one .inner-box:hover .content-box .info-box .name,
.testimonial-block-one .inner-box:hover .content-box .info-box .job-position {
  color: #fff;
}
.testimonial-block-one .content-box {
  position: relative;
  background-color: #fff;
  padding: 45px 40px 10px;
  border: 1px solid #eee;
}
.testimonial-block-one .content-box .icon {
  position: absolute;
  right: 40px;
  top: -25px;
  width: 95px;
  height: 95px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0a5c5c;
  font-size: 54px;
  color: #fff;
  transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .testimonial-block-one .content-box .icon {
    transition: none;
  }
}
@media (max-width: 575.98px) {
  .testimonial-block-one .content-box .icon {
    right: 20px;
    top: -10px;
    width: 60px;
    height: 60px;
    font-size: 24px;
  }
}
.testimonial-block-one .content-box .icon:after {
  position: absolute;
  left: 100%;
  top: 0;
  border-right: 20px solid transparent;
  border-bottom: 25px solid #0b3554;
  content: "";
  transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .testimonial-block-one .content-box .icon:after {
    transition: none;
  }
}
@media (max-width: 575.98px) {
  .testimonial-block-one .content-box .icon:after {
    border-right: 10px solid transparent;
    border-bottom: 10px solid #a81017;
  }
}
.testimonial-block-one .content-box .reason {
  display: block;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  color: #000;
  letter-spacing: -0.01em;
  margin-bottom: 2px;
}
.testimonial-block-one .content-box .rating {
  font-size: 14px;
  color: #f9b524;
}
.testimonial-block-one .content-box .rating i {
  margin-right: 7px;
}
.testimonial-block-one .content-box .author-text {
  position: relative;
    font-size: 16px;
    line-height: 29px;
    color: #393939;
    margin-top: 20px;
    margin-bottom: 30px;
        display: -webkit-box !important;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
}
@media (max-width: 991.98px) {
  .testimonial-block-one .content-box .author-text {
    font-size: 18px;
    line-height: 28px;
  }
}
.testimonial-block-one .info-box {
  position: relative;
  padding-left: 90px;
  background-color: #ffb602;
  min-height: 74px;
  border-radius: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: -37px;
  transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .testimonial-block-one .info-box {
    transition: none;
  }
}
.testimonial-block-one .info-box .thumb {
  position: absolute;
  left: 3px;
  top: 3px;
  height: 68px;
  width: 68px;
  border-radius: 50%;
  border: 4px solid #fff;
  overflow: hidden;
}
.testimonial-block-one .info-box .name {
  margin-top: -4px;
  margin-bottom: 5px;color: #fff ;
}
.testimonial-block-one .info-box .job-position {
  display: block;
  font-size: 14px;
  line-height: 1em;
  font-weight: 500;
  color: #fff ;
  margin-bottom: 0px;
  transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .testimonial-block-one .info-box .job-position {
    transition: none;
  }
}


.blog-inner {
    /* box-shadow: 0 0 10px 5px rgb(0 0 0 / .03); */
    background: #fff;
    margin: 10px 2px 10px 2px!important;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(238, 238, 238);
}
.post-details-outer {
    margin-left: 0;
    padding: 28px 35px 37px;
    box-shadow: none;
    margin-top: 0;
    margin-right: 0;
}
.post-thumb {
    position: relative;
}
.post-date:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #ffb602;
    top: 0;
    z-index: -1;
    transform: skewX(-43deg);
    -webkit-transform: skewX(-17deg);
    -moz-transform: skewX(-43deg);
    -ms-transform: skewX(-43deg);
    -o-transform: skewX(-43deg);
    transition: all .3s;
}
.post-date {
    color: #181818;
    position: absolute;
    left: 39px;
    bottom: 0;
    display: inline-block;
    text-align: center;
    padding: 11px 19px 11px;
    font-size: 14px;
    line-height: 1;
    z-index: 2;
    letter-spacing: 1px;
    border-radius: 0;
    font-weight: 500;
}
.post-author a {
    font-size: 14px;
    color: #ffb602;
    margin-bottom: 13px;
    display: block;
}
.post-title-head {
    transform: scale(1);
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 25px 0px;
    margin-bottom: 25px;
    font-size: 20px;
    line-height: 28px;border-bottom: dashed 2px #eaeaea;
    position: relative;
}
.post-title-head a {
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
}
.post-title-head:before {
    content: "";
    width: 50px;
    height: 6px;
    background-color: #ffb602;
    position: absolute;
    bottom: -4px;
    transform: skewX(-43deg);
    -webkit-transform: skewX(-43deg);
    -moz-transform: skewX(-43deg);
    -ms-transform: skewX(-43deg);
    -o-transform: skewX(-43deg);
    transition: all .3s;
}
.post-excerpt p {
    font-size: 14px;
    font-weight: normal;
    color: #4e4e4e;display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
}
.post-more .read-more {
    text-transform: uppercase;
     color: #ffb602;
     
    padding: 0px 0px 0px 0px;
    font-size: 14px;
    line-height: 1em;
   
}
.blog-inner:hover .post-title-head a {
    color: #ffb602;
}
.blog-inner:hover .post-title-head:before {
    width: 70px;
    transition: all .3s;
}
.list-i img {
    width: 40px;
}
.list-i .elementor-image-box-img {
    background: #0a5c5c;
    width: 65px !important;
    height: 65px !IMPORTANT;
    line-height: 65px;
    border-radius: 50%;
    display: inline-block;
    min-width: 65px !important;
    max-width: 65px;
    text-align: center;
}
.be-l{position: relative;}
.be-l:before {
    content: "";
    width: 2px;
    height: 62%;
    background: #0a5c5c;
    position: absolute;
    left: 41px;
    top: 20px;
}

.tm-sc-projects .cat-list {
  list-style: none;
  margin: 0;
}
.tm-sc-projects .cat-list li {
  display: inline;
  color: #aaa;
  margin-right: 7px;
  font-size: 13px;
}
.tm-sc-projects .cat-list li a {
  color: #aaa;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .tm-sc-projects .cat-list li a {
    transition: none;
  }
}
.tm-sc-projects .cat-list li:last-child span {
  display: none;
}

.projects-current-theme1 {
  position: relative;
  margin-bottom: 40px;
}
.projects-current-theme1 .inner-box {
  position: relative;
  padding-bottom: 50px;
}
.projects-current-theme1 .inner-box:hover .image-box .image:before {
  height: 100%;
}
.projects-current-theme1 .inner-box:hover .image-box .image a img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.projects-current-theme1 .inner-box:hover .content-box {
    border-bottom: 5px solid #0a5c5c;
}
.projects-current-theme1 .inner-box:hover .icon-l {
  background-color: #0a5c5c;
  color: #fff;
}
.projects-current-theme1 .image-box {
  position: relative;
  overflow: hidden;
  transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .projects-current-theme1 .image-box {
    transition: none;
  }
}
.projects-current-theme1 .image-box .image {
  position: relative;
  margin-bottom: 0px;
}
.projects-current-theme1 .image-box .image::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(transparent, #ffb602);
  content: "";
  transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .projects-current-theme1 .image-box .image::before {
    transition: none;
  }
}
.projects-current-theme1 .image-box .image a {
  display: block;
  width: 100%;
}
.projects-current-theme1 .image-box .image img {
  transition: all 300ms ease;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (prefers-reduced-motion: reduce) {
  .projects-current-theme1 .image-box .image img {
    transition: none;
  }
}
.projects-current-theme1 .content-box {
  position: absolute;
  right: 0;
  left: 35px;
  bottom: 0;
  padding: 30px 20px 25px;
  background-color: #fff;
  z-index: 3;
  border-bottom: 5px solid #ffb602;
}
@media (max-width: 575.98px) {
  .projects-current-theme1 .content-box {
    left: 0;
  }
}
.projects-current-theme1 .content-box .title {
  margin-top: 0;
  margin-bottom: 0;font-size: 17px;
}
.projects-current-theme1 .content-box .title a:hover {
  color: #ffb602;
}
.projects-current-theme1 .content-box .cat-list li {
  color: #ffb602;
}
.projects-current-theme1 .content-box .cat-list li a {
  font-size: 14px;
  font-weight: 400;
  color: #ffb602;
}
.projects-current-theme1 .content-box .icon-l {
  position: absolute;
  right: 0px;
  bottom: 0;
  height: 65px;
  width: 65px;
  font-size: 17px;
  color: #fff;
  background-color: #ffb602;
  display: flex;
  align-items: center;
  justify-content: center;
}
.projects-current-theme1 .content-box .icon-l i:before {
  position: relative;
  display: block;
  font-weight: 200;
  -webkit-transform: rotate(35deg);
  -moz-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  transform: rotate(35deg);
}
@media (max-width: 991.98px) {
  .projects-current-theme1 .content-box .icon-l {
    right: 10px;
    height: 45px;
    width: 50px;
  }
}
.sub-banner {
    padding: 14% 0% 14% 0%;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.breadcrumb-link span {
    color: #fff;
    
}
.currentm {
    width: 200px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
   
    margin-left: 10px;
}
.breadcrumb-link a {
    color: #ffb602;
    position: relative;
     
}
.sub-banner h1 {
    font-family: "Poppins", Sans-serif;
    font-size: 50px;
    font-weight: 600;
    color: #fff;
}
.breadcrumb-link a:after {
    content: "\e606\e606";
    font-family: Simple-Line-Icons;
    font-size: 10px;
    letter-spacing: 0px !IMPORTANT;
    color: #ffb602;
}
.breadcrumb-link {
    display: flex;font-weight: 600;
}
.sub-banner:before {
    content: "";
    position: absolute; 
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0; 
    background-color: transparent;
    background-image: linear-gradient(126deg, #0a5c5c 37%, #FFFFFF00 31%);
    opacity: 0.6;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
        height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    
}
 .curve-text svg {
        position: absolute;
    left: -58px;
    top: -50px;
}

.curve-text svg {
    fill: #fff;
    height: 170px;
    width: 170px;
    overflow: inherit;
    animation: spinner 20s infinite linear;
    text-shadow: 1px 1px #000000;
}

.curve-text svg path {
    fill: none;
}

.curve-text svg text {
    fill: #fff;
    letter-spacing: 4px;
}


.spiner-animation {
    -webkit-animation: spinner 20s infinite linear;
    animation: spinner 20s infinite linear;
}

/*Preloader Spiner Animation */
@-webkit-keyframes spinner {
    to {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}

@keyframes spinner {
    to {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}
.text-p h2 {
    font-size: 84px;
    color: transparent !IMPORTANT;
    -webkit-text-stroke: 1px #fff;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1;
    
}
.cont-form input {
    width: 100%;
    height: 49px;
    padding: 10px;
    border: 1px solid #d3d3d3;
    border-radius: 0px;
}
.cont-form textarea {
    width: 100%;
    height: 180px;
    padding: 10px;
    border: 1px solid #d3d3d3;
    border-radius: 0px;
}
.cont-form .wpcf7-submit {
    background: #ffb602;
    border: 1px solid #ffb602;
    color: #fff;
    font-size: 18px;
    font-weight: 500;cursor: pointer;
}
.cont-form .wpcf7-submit:hover {
    background: #1a1818;
    border: 1px solid #1a1818;
    color: #fff;
}
.pd-13{padding: 0% 13% 0% 13%;}
.new-blog h5.min-line {
    font-size: 35px;
    text-align: left;
    padding-top: 3em;
    margin-left: 10px;
    line-height: 52px;
    border-bottom: dashed 2px #eaeaea;
    position: relative;
    transform: scale(1);
    padding-bottom: 25px;
}
.new-blog h5.min-line:before {
    content: "";
    width: 50px;
    height: 6px;
    background-color: #ffb602;
    position: absolute;
    bottom: -4px;
    transform: skewX(-43deg);
    -webkit-transform: skewX(-43deg);
    -moz-transform: skewX(-43deg);
    -ms-transform: skewX(-43deg);
    -o-transform: skewX(-43deg);
    transition: all .3s;
}
.det-auth {
    background: #ffb602;
    /* position: absolute; */
    margin-top: -20px;
    padding: 30px;
}
.det-auth span {
    color: #fff;
    margin-bottom: 9px;
    display: block;
    text-transform: uppercase;font-size: 14px;
}
.over-h {
    overflow: hidden;
}

.service-carousel .owl-nav {
    position: absolute;
    top: -7em;
    right: 3em;
}
.service-carousel .owl-nav button {
    height: 55px!important;
    width: 55px!important;
    font-size: 24px!important;
    line-height: 55px !IMPORTANT;
    border-color: #ffb602 !IMPORTANT;
    border: 1px solid #ffb602 !IMPORTANT;
    margin-left: 20px;
    border-radius: 50%;
    color: #ffb602 !IMPORTANT;
}
.service-carousel .owl-nav button:hover{background: #ffb602 !important; border: 1px solid #ffb602 !IMPORTANT;color: #fff !IMPORTANT;}
.goals-carousel .owl-nav {
    position: inherit;
    top: inherit;
    right: 0;
    margin-top: 0px;
    text-align: center;margin-top: 0px;
}
.goals-carousel .owl-nav button {
    height: 55px!important;
    width: 55px!important;
    font-size: 24px!important;
    line-height: 55px !IMPORTANT;
    border-color: #ffb602 !IMPORTANT;
    border: 1px solid #ffb602 !IMPORTANT;
    margin-left: 20px;
    border-radius: 50%;
    color: #ffb602 !IMPORTANT;
}
.goals-carousel .owl-nav button:hover{background: #ffb602 !important; border: 1px solid #ffb602 !IMPORTANT;color: #fff !IMPORTANT;}
.client .owl-nav {
    position: inherit;
    top: inherit;
    right: 0;
    margin-top: 0px;
    text-align: center;margin-top: 0px;
}
.client .owl-nav button {
    height: 55px!important;
    width: 55px!important;
    font-size: 24px!important;
    line-height: 55px !IMPORTANT;
    border-color: #ffb602 !IMPORTANT;
    border: 1px solid #ffb602 !IMPORTANT;
    margin-left: 20px;
    border-radius: 50%;
        color: #ffffff !IMPORTANT;
    background: #ffb602 !important;
}
.client .owl-nav button:hover{background: #fff !important; border: 1px solid #ffb602 !IMPORTANT;color: #ffb602 !IMPORTANT;}
.woocommerce ul.products.columns-4 li.product {
    border: 1px solid #c0bdbd;padding: 10px;
   }
.woocommerce ul.products.columns-4 .woocommerce-loop-product__title {
    color: #000;
    display: -webkit-box!important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
    padding-bottom: 0px !IMPORTANT;
    margin-bottom: 10px !important;
}
.woocommerce ul.products.columns-4 .tinvwl_add_to_wishlist_button {
    display: none;
}
.woocommerce ul.products.columns-4 li.product .button {
    margin-top: 2px;
    margin-bottom: 15px;
}
.woocommerce ul.products.columns-4 li.product {
    background: #fff;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    float: left;
    margin: 0 1.2% 0.992em 0;
    padding: 0;
    position: relative;
    width: 23.8%;
    margin-left: 0;
}
.woocommerce .star-rating::before {
     color: #ffb102;
    
}
.woocommerce ul.products li.product .price del {
    color: #565656 !important;
    opacity: 1;
}
.woocommerce ul.products.columns-4 li.product .button {
    margin-top: 2px;
    margin-bottom: 0;
    background: #ffb602;
    color: #fff;
    font-weight: 500;
}
.woocommerce ul.products.columns-4 li.product .button:hover{background: #000;
    color: #fff;
}
.woocommerce ul.products li.product .onsale {
    width: 51px;
    height: 30px;
    border-radius: 3px;
    padding: 5px !important;
    line-height: 20px;
    display: inline-block;
    float: left;
    min-height: 30px;
    background: #ffb602;
    color: #fff;
    font-weight: 500;
    font-size: 13px;
    right: 10px;
    top: 10px;
}
span.woocommerce-Price-amount.amount {
    color: #000;
}

.bg-gy {
    padding-top: 2em;
    border-top: 1px solid #d5d4d4;
}
.min-text-b {
    color: #ffb602 !IMPORTANT;
}
.woocommerce .woocommerce-breadcrumb {
    margin-bottom: 2em;
}
.img-border {
    border: 1px solid #c0bdbd;
}

.new1 {
    width: 73%;
    margin-left: 20px !IMPORTANT;
    background-color: #191919 !important;
    border-color: #191919 !IMPORTANT;
    color: rgba(255,255,255,1);
    border-radius: 50px !IMPORTANT;
    padding: 10px !important;
    height: 50px !IMPORTANT;
    min-height: 50px;font-weight: 500;
}
.woocommerce span.onsale {
    width: 45px !IMPORTANT;
    height: 45px;
    font-size: 12px;
    font-weight: normal;
    background: #ffb602;
}
.woocommerce-Tabs-panel p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #3e3e3e;
    margin-bottom: 25px;
}
.new1:hover {
    background-color: #ffb602 !important;
    border-color: #ffb602 !IMPORTANT;
    color: #fff !important;
}
.woocommerce .quantity .qty {
    width: 3.631em;
    text-align: center;
    height: 50px;
    border-radius: 5px;
}

.img-no-dis-ser .woocommerce-product-gallery__trigger {
    display: none;
}
.woocommerce .star-rating span::before{ display: none;}

.woocommerce .star-rating {
    font-size: 14px;
    width: 10.4em;
}
.woocommerce-Reviews-title {
    font-size: 19px;
    margin-bottom: 20px;
}
.review-f-new .submit {
    background-color: #ffb602 !important;
    color: #fff !IMPORTANT;
    font-weight: 500 !IMPORTANT;
    padding: 15px 30px !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    list-style: none;
    padding: 0;
    margin: 10px 0;
    overflow: hidden;
    position: relative;
    /* font-size: 0; */
    text-align: center;
    margin-top: 3em !important;
    display: inline-block;
    width: 100%;
    margin-bottom: 2em;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #fff;
    z-index: 2;
    border-bottom-color: #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    position: absolute;
    content: " ";
    width: calc(100% - 50px);
    bottom: 0;
    left: 0px;
    border-width: 0 0 1px;
    border-style: solid;
    z-index: 1;
    border-bottom: 1px solid #d3ced2;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 0;
    background-color: transparent !important;
    border-radius: 0;
    margin: 0;
    padding: 0 25px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::after{display:none}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transform: scaleX(0);
    border-width: 0 0 2px;
    border-style: solid;
    transition: transform 300ms ease;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:after {
    transform: scaleX(1);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:after{    border-color: rgba(25,25,25,1);}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-size: 22px;
    display: inline-block;
    padding: 0.5em 0;
    font-weight: 500;
    color:#7e7d7d !IMPORTANT;
    text-decoration: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: #000 !IMPORTANT;
}
.no-dis-sing{display: none;}
.bg-gy {
    padding-bottom: 4em;
}

.min-con-wish .tinv-wraper {
    display: none;
}
input#coupon_code {
    width: 150px;
}
.coupon button.wp-element-button {
    background: #f98e10 !important;
    color: #fff !IMPORTANT;
    font-weight: 400;
}
tr.woocommerce-cart-form__cart-item.cart_item .product-name a {
    color: #000 !IMPORTANT;
}

.woocommerce-billing-fields {
    padding: 25px;
    border: rgba(230,230,230,1);
    border: 1px solid rgba(230,230,230,1);
    margin-bottom: 25px;
}
 .woocommerce form .form-row input.input-text {
    width: 100%;
    padding: 10px;
    height: 46px;
    color: #000;
}
 

.form-row-wide .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa !important;
    border-radius: 4px;
    width: 100%;
    padding: 10px;
    height: 46px;
    color: #000;
}

.col-md-4 .woocommerce table.shop_table td {
    font-size: 13px;
    font-weight: 500;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
    float: left;
    margin-right: 1em;
    color: rgba(25,25,25,1);
    background: rgb(249 142 16) !important;
    border: none !IMPORTANT;
}
button.woocommerce-Button.woocommerce-button.button.wp-element-button.woocommerce-form-register__submit {
    color: rgba(25,25,25,1);
    background: rgb(249 142 16) !important;
    border: none !IMPORTANT;
}
span.woocommerce-input-wrapper {
    width: 100%;
}
table thead th {
    padding-top: 0.8em;
    padding-bottom: 0.8em;
    font-size: .8em;
    text-transform: uppercase;
    letter-spacing: .1em;
}
table td, table th {
    border: 0;
    padding: 0.5em 1em;
    border-inline-end: 1px solid #dedede;
}
table td:last-child, table th:last-child {
    border-inline-end-width: 0;
}
.tab-icon .elementkit-nav-link {
    width: 100px;
    padding: 10px !important;
}
.tab-icon .elementskit-tab-title {
    font-weight: 500;
    font-size: 14px;
    margin-top: 5px;
}
.checkout-button {
    font-weight: normal !important;
    background: #7c58d3 !important;
}
.woocommerce form .form-row label {
    line-height: 2;
    font-weight: normal;
    font-size: 14px;
}
.woocommerce table.shop_table td {
    font-size: 14px;
}
.woocommerce table.shop_table tfoot th {
    font-size: 14px;
    font-weight: 500 !important;
}
.woocommerce table.shop_table tfoot td {
    font-size: 14px;
    font-weight: 500 !important;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
     background: #7c58d3;
    
    font-weight: normal;
}
.woocommerce-form__label-for-checkbox span {
    font-size: 17px;
}
h1.entry-title {
    font-size: 26px;
}
.woocommerce ul.products li.product .star-rating {
    display: none;
}
.wpcf7-response-output {
    font-size: 13px;
    background: #d5ffc8c7;
    margin: 0px !important;
    color: #3a3a3a;
}

.ekit-wid-con .ekit-form form input:not([type=submit]):not([type=checkbox]):not([type=radio]) {
    padding: 15px !IMPORTANT;
}
.ekit-form form textarea{
    padding: 15px !IMPORTANT;
}





















