/* *-*-*-*-*-*-*-*-*-*- Contact Page *-*-*-*-*-*-*-*-* */
.motorcycle-repair-contact-page .contact-page-row{
  box-shadow: 0px 3px 6px #00000029;
}
.motorcycle-repair-contact-page .contact-page-row label{
  display: inline-block;
  font: normal normal 600 22px/15px 'Rajdhani', monospace;;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
}
.motorcycle-repair-contact-page .contact-page-row input[type="text"]::placeholder,
.motorcycle-repair-contact-page .contact-page-row input[type="email"]::placeholder,
.motorcycle-repair-contact-page .contact-page-row textarea::placeholder{
  font: normal normal 400 15px/26px 'Inter', sans-serif;
  letter-spacing: 0px;
  color: #000000 !important;
}
.motorcycle-repair-contact-page .contact-page-row textarea{
  height: 150px;
}
.motorcycle-repair-contact-page .contact-page-row input[type="text"],
.motorcycle-repair-contact-page .contact-page-row input[type="email"],
.motorcycle-repair-contact-page .contact-page-row textarea{
  margin-top: 5px;
}
.motorcycle-repair-contact-page .contact-page-row input[type="submit"]{
  font: normal normal 500 20px/26px 'Inter', sans-serif;
  letter-spacing: 0px;
  color: #FFFFFF;
  background-color: #F00000;
  border-radius: 6px;
  padding: 12px 30px;
  margin-top: 15px;
}
.motorcycle-repair-contact-page .contact-page-mail,
.motorcycle-repair-contact-page .contact-page-call{
  margin: 10px 0px;
}
.motorcycle-repair-contact-page.container{
  margin: 3% auto;
  padding: 3% 0;
}
/* *-*-*-*-*-*-*-*-*-*- Faq's Page *-*-*-*-*-*-*-*-* */
.motorcycle-repair-faq-page.container{
  margin: 5% auto;
}
.motorcycle-repair-faq-page .faq-question{
  box-shadow: inset -2px -2px 2px #F00000, -1px 1px 3px #F00000;
  margin-bottom: 20px;
}
.motorcycle-repair-faq-page .faq-question .question .stk-hover-parent {
    box-shadow: unset;
}
.motorcycle-repair-faq-page .faq-question.stk--is-open h4{
  color: #F00000;
}
/* *-*-*-*-*-*-*-*-*-*- Banner *-*-*-*-*-*-*-*-* */
.banner-section .banner-content h2,
.banner-section .breadcrumds h2,
.banner-section .breadcrumds h3{
  font-family: 'Rajdhani', monospace;
}
.banner-section{
  width: 100%;
  margin-top: -90px;
  z-index: 1;
}
.banner-section .wp-block-cover{
  align-items: flex-end;
  padding: 0;
}
/* .banner-section .banner-content{
  margin: 58px 0;
} */
/* *-*-*-*-*-*-*-*-*-*- 404 Page *-*-*-*-*-*-*-*-* */
.page-404 .error_img{
  text-align: center;
}
/* *-*-*-*-*-*-*-*-*-*- Single Blog Page *-*-*-*-*-*-*-*-* */
.single-blog-page.wp-block-group{
  margin-bottom: 5%;
}
.single-blog-page .single-post-image{
  padding: 0 !important;
}
.single-blog-page .single-post-image img{
  height: 600px;
  border-radius: 0 !important;
}
.single-blog-page .post-info{
  margin-top: -100px;
  position: relative;
  z-index: 1;
  top: 0px;
}
.post-info .post-author{
  align-items: center;
}
.admin-col .post-author img{
  border-radius: 50px;
}
.post-info .post-author .wp-block-post-author__name,
.post-info .post-date-col time{
  font: normal normal 500 20px/25px 'Inter', sans-serif;
  letter-spacing: 0px;
  text-transform: capitalize;
}
.post-info .post-author .wp-block-post-author__name{
  color: #1A093F;
}
.post-info .post-date-col{
  display: flex;
  align-items: center;
}
.post-info .post-date-col time{
  color: #BFBFBF;
}
.single-blog-page .post-info .post-content P{
  font: normal normal 400 20px/40px 'Inter', sans-serif;
  letter-spacing: 0px;
  color: #242424;
  margin: 0;
}
.single-blog-page .post-info .post-form{
  width: 60%;
  margin: 5% auto 0% auto;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 10px;
  padding: 50px;
}
.single-blog-page  .post-form form{
  display: flex;
  flex-wrap: wrap;
}
.single-blog-page  .post-form form p{
  width: 100%;
}
.single-blog-page  .post-form form p.comment-notes,
.single-blog-page  .post-form form p.comment-form-url,
.single-blog-page  .post-form form p span{
  display: none;
}
.single-blog-page  .post-form form p.comment-form-author{
  order: 1;
}
.single-blog-page  .post-form form p.comment-form-email{
  order: 2;
}
.single-blog-page  .post-form form p.comment-form-comment{
  order: 3;
}
.single-blog-page  .post-form form p.comment-form-cookies-consent{
  order: 4;
}
.single-blog-page  .post-form form p.form-submit{
  order: 5;
}
.single-blog-page  .post-form h3.comment-reply-title{
  font: normal normal 600 36px/60px 'Rajdhani', monospace;
  letter-spacing: 0px;
  color: #000000;
  margin-bottom: 15px;
}
.single-blog-page  .post-form form p label[for="author"],
.single-blog-page  .post-form form p label[for="email"],
.single-blog-page  .post-form form p label[for="comment"]{
  font: normal normal 600 20px/26px 'Inter', sans-serif;
  letter-spacing: 0px;
  color: #000000;
}
.single-blog-page  .post-form form input[type="text"],
.single-blog-page  .post-form form input[type="email"],
.single-blog-page  .post-form form textarea{
  border: 1px solid #1212124D;
  border-radius: 5px;
}
.single-blog-page  .post-form form input[type="checkbox"]{
  width: 18px;
  height: 20px;
  margin-right: 5px;
}
.single-blog-page  .post-form form .comment-form-cookies-consent label{
  font: normal normal 500 16px/30px 'Inter', sans-serif;
  letter-spacing: 0px;
  color: #242424;
}
.single-blog-page  .post-form form input[type="submit"]{
  background-color: #F00000;
  border-radius: 0px;
  font: normal normal 500 18px/20px 'Inter', sans-serif;
  letter-spacing: 0px;
  color: #FFFFFF;
}
.single-blog-page .post-comment{
  background: #F0000030;
  border-radius: 10px;
  width: 60%;
  margin: 7% auto 0% auto;
}
.single-blog-page .post-comment h2, .single-blog-page .post-comment ol {
  padding: 25px;
}
.single-blog-page  .post-comment .comment-awaiting-moderation {
  display: none;
}
.single-blog-page  .post-comment .wp-block-comment-content P{
  margin: 0;
}
.single-blog-page  .post-comment .wp-block-avatar img{
  border-radius: 50px !important;
}
.single-blog-page  .post-comment .wp-block-comment-author-name{
  font: normal normal 600 23px/40px 'Inter', sans-serif !important;
  letter-spacing: 0px;
  color: #242424;
}
.single-blog-page  .post-comment .wp-block-comment-content p{
  font: normal normal normal 16px/25px 'Inter', sans-serif;
  letter-spacing: 0px;
  color: #242424;
  margin-bottom: 20px;
}
.single-blog-page  .post-comment .wp-block-comment-reply-link a{
  font: normal normal 500 18px/25px 'Inter', sans-serif;
  letter-spacing: 0px;
  color: #242424;
  text-decoration: none;
}
.pagination .wp-block-post-navigation-link a{
  display: flex;
  flex-wrap: wrap;
  text-decoration: none;
}
.pagination .wp-block-post-navigation-link span{
  width: 100%;
}
.pagination .wp-block-post-navigation-link span.post-navigation-link__label{
  font: normal normal 400 20px/40px 'Inter', sans-serif;
  letter-spacing: 0px;
  color: #A1A1A1;
}
.pagination .wp-block-post-navigation-link span.post-navigation-link__title{
  font: normal normal 500 18px/30px 'Inter', sans-serif;
  letter-spacing: 0px;
  color: #242424;
}
.blog-inner-image .blog-left-img img,
.blog-inner-image .blog-right-img img{
  width: 100%;
  height: 100%;
}
.more-info h3{
  font: normal normal 600 25px/50px 'Rajdhani', monospace;
  letter-spacing: 0px;
  padding: 25px 0;
  margin: 0;
}
.more-info .blog-inner-image{
  margin: 35px 0px;
}
.post-info .category-social-icon{
  margin: 30px 0px 0px 0px;
  align-items: center !important;
  border-bottom: 1px solid #BCBCBC;
  padding-bottom: 40px;
}
.post-info .blog-category ul{
  padding: 0;
  display: flex;
}
.post-info .blog-category ul li:nth-child(3){
  margin-right: 0px;
}
.post-info .blog-category ul li{
  list-style-type: none;
  margin-right: 15px;
}
.post-info .blog-category ul li a{
  text-decoration: none;
  font: normal normal normal 18px/25px 'Inter', sans-serif;
  letter-spacing: 0px;
  color: #242424;
  padding: 10px;
  border: 1px solid #BCBCBC;
  border-radius: 5px;
}
.single-post .breadcrumds{
  display: none;
}
/* *-*-*-*-*-*-*-*-*-*- Search Page *-*-*-*-*-*-*-*-* */
.search .search-page{
  margin-top: 60px;
}
.search .search-page .wp-block-query-title{
  font: normal normal 600 45px/45px Rajdhani !important;
  letter-spacing: -1px;
  color: #000000 !important;
}
.search .search-page form button[type="submit"]{
  background-color: #F00000;
  font: normal normal 400 20px/20px Inter;
  letter-spacing: 0px;
  color: #FFFFFF;
}
.search-page .result ul li{
  max-width: 30%;
  display: inline-block;
  margin: 0 10px;
}
.result .wp-block-group .wp-block-columns h2 a{
  font: normal normal 600 22px/30px 'Rajdhani', monospace;
  letter-spacing: 0px;
  color: #000000;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 10px 0;
}
.result .wp-block-group .wp-block-post-excerpt p{
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font: normal normal 400 16px/25px Inter;
  letter-spacing: 0px;
  color: #000000;
}
.result .wp-block-group .wp-block-columns h2 a:hover{
  color: #F00000;
}
.result .wp-block-query-pagination-numbers{
  background: #F00000;
  padding: 10px;
}
.result .wp-block-query-pagination-numbers a.page-numbers{
  padding: 0px 20px;
  color: #fff;
  text-decoration: none;
}
.result .wp-block-query-pagination-numbers .current{
  padding: 10px 15px;
  background: #fff;
}
.result .wp-block-query-pagination-previous,
.result .wp-block-query-pagination-next{
  color: #F00000;
  text-decoration: none;
  font: normal normal normal 20px/25px 'Inter', sans-serif;
}
.result .is-arrow-arrow{
  font-size: 30px;
  margin: 0px;
}
.motorcycle-repair-pro-archive-right .search label,
.archive .archive_sec .wp-block-heading,
.archive .category_sec .wp-block-heading{
  font: normal normal 600 25px/25px 'Rajdhani', monospace;
  color: #000000;
  margin-bottom: 15px;
}
.search .search-page .wp-block-post-featured-image{
  height: 350px;
  width: 100%;
}
.search .search-page .wp-block-post-featured-image a,
.search .search-page .wp-block-post-featured-image a img{
  height: 100%;
  width: 100%;
}
/* *-*-*-*-*-*-*-*-*-*- Category Page *-*-*-*-*-*-*-*-* */
.archive .search_sec form{
  position: relative;
}
.archive .search_sec form button[type="submit"]{
  position: absolute;
  right: 0;
  margin: 0;
  padding: 0;
  height: 50px;
  width: 50px;
}
.archive .search_sec form button svg{
  font-size: 25px;
  transform: rotateY(180deg);
}
.archive .post .wp-block-post-excerpt p.wp-block-post-excerpt__excerpt{
  font: normal normal 400 16px/25px 'Inter', sans-serif;
  letter-spacing: 0px;
  color: #000;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.archive .post h2{
  padding: 0 !important;
}
.archive .post h2 a{
  font: normal normal 700 20px/25px 'Rajdhani', monospace;
  letter-spacing: 0px;
  color: #000;
  text-decoration: none;
  margin: 10px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.archive .post .wp-block-group time,
.archive .post .wp-block-group .wp-block-post-author__content p,
.archive .post .wp-block-group .taxonomy-category a{
  font: normal normal 600 16px/25px 'Inter', sans-serif;
  letter-spacing: 0px;
  color: #000;
  text-decoration: none;
}
.archive ul.wp-block-post-template li{

  display: inline-block;
}
/* .archive ul.wp-block-post-template li:nth-child(odd){
  margin-right: 20px;
} */
.archive ul.wp-block-post-template li .wp-block-post-excerpt__more-link{
  font: normal normal 500 16px/25px 'Inter', sans-serif;
  letter-spacing: 0.4px;
  color: #FFFFFF;
  background-color: #F00000;
  padding: 8px 10px;
  margin-top: 10px;
  text-decoration: none;
  &:hover {
    background-color: #000;
    color: #F00000;
  }
}
.archive ul.wp-block-post-template li .yith-wcwl-add-to-wishlist {
    display: none;
}
.post-type-archive-product .wc-block-components-product-button button {
    font-family: 'Rubik';
    font-size: 16px !important;
  background-color: #F00000 !important;
  border-color: #000 !important;
  &:hover {
    background-color: #000 !important;
    color: #F00000 !important;
  }
}
.post-type-archive-product .products-block-post-template del, .post-type-archive-product .products-block-post-template ins {
    font-family: 'Rubik';
}

.post-type-archive-product .products-block-post-template ins {
    background-color: #F0000036;
}
.post-type-archive-product .products-block-post-template h3 a {
    text-decoration: unset;
    font-family: 'Rajdhani';
    font-size: 30px;
  &:hover {
    color: #F00000;
  }
}

.archive .search_sec,
.archive .archive_sec,
.archive .category_sec{
  box-shadow: 0px 0px 10px 0px #e4e4e4;
}
.archive .archive_sec ul li,
.archive .category_sec ul li{
  list-style: none;
  position: relative;
}
.archive .archive_sec ul li:after,
.archive .category_sec ul li:after {
  content: '\f0de';
  position: absolute;
  left: -22px;
  top: -2px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 20px;
  transform: rotate(90deg);
}
.archive .archive_sec ul li a,
.archive .category_sec ul li a{
  text-decoration: none;
}
/* *-*-*-*-*-*-*-*-*-*- About Us Page *-*-*-*-*-*-*-*-* */
.motorcycle_repair_pro_about_us_page .motorcycle_repair_project_sec{
  margin-top: 50px;
}
/* *-*-*-*-*-*-*-*-*-*- Blogs Page *-*-*-*-*-*-*-*-* */
.motorcycle_repair_pro_blog_page.container{
  margin: 5% auto;
}
.motorcycle_repair_pro_blog_page .gutentor-post-title a{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.motorcycle_repair_pro_blog_page .gutentor-post-desc{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.motorcycle_repair_pro_blog_page .gutentor-post-image-box{
  height: 450px;
  width: 100%;
}
.motorcycle_repair_pro_blog_page .gutentor-image-thumb,
.motorcycle_repair_pro_blog_page .gutentor-image-thumb img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.motorcycle_repair_pro_blog_page .gutentor-post-item{
  position: relative;
  border-style: solid;
  border-width: 0 1px 1px 1px;
  border-color: #9c9c9c;
  margin: 15px 0 15px 0;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 15px 15px 15px 15px;
  box-shadow: 0 1px 6px 1px rgba(0, 0, 0, 0.16);
}
.motorcycle_repair_pro_blog_page .gutentor-entry-meta-primary{
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  background-color: #F00000;
  padding: 10px 16px;
  color: white
}
.motorcycle_repair_pro_blog_page .gutentor-entry-meta-secondary .author  i{
  color: #F00000 !important;
  margin-right: 10px !important;
  font-size: 15px !important;
}
.motorcycle_repair_pro_blog_page .gutentor-post-item .gutentor-post-button {
  clip-path: polygon( 7.634% 0%,92.366% 0%,92.366% 0%,92.664% 0.019%,92.961% 0.073%,93.257% 0.163%,93.552% 0.287%,93.845% 0.443%,94.136% 0.63%,94.424% 0.847%,94.709% 1.093%,94.99% 1.367%,95.267% 1.667%,95.267% 1.667%,95.54% 1.992%,95.808% 2.342%,96.071% 2.717%,96.33% 3.117%,96.584% 3.542%,96.834% 3.992%,97.079% 4.467%,97.319% 4.967%,97.555% 5.492%,97.786% 6.042%,97.786% 6.042%,97.988% 6.673%,98.18% 7.317%,98.363% 7.973%,98.537% 8.642%,98.702% 9.323%,98.858% 10.017%,99.005% 10.723%,99.142% 11.442%,99.27% 12.173%,99.389% 12.917%,99.389% 12.917%,99.499% 13.673%,99.599% 14.44%,99.69% 15.217%,99.769% 16.003%,99.838% 16.797%,99.895% 17.597%,99.94% 18.401%,99.973% 19.21%,99.993% 20.021%,100% 20.833%,95.42% 79.167%,95.42% 79.167%,95.413% 79.979%,95.393% 80.79%,95.36% 81.599%,95.315% 82.403%,95.258% 83.203%,95.189% 83.997%,95.109% 84.783%,95.019% 85.56%,94.919% 86.327%,94.809% 87.083%,94.809% 87.083%,94.69% 87.827%,94.562% 88.558%,94.424% 89.277%,94.278% 89.983%,94.122% 90.677%,93.957% 91.358%,93.783% 92.027%,93.6% 92.683%,93.408% 93.327%,93.206% 93.958%,93.206% 93.958%,92.975% 94.508%,92.739% 95.033%,92.498% 95.533%,92.253% 96.008%,92.004% 96.458%,91.75% 96.883%,91.491% 97.283%,91.227% 97.658%,90.96% 98.008%,90.687% 98.333%,90.687% 98.333%,90.41% 98.633%,90.129% 98.907%,89.844% 99.153%,89.556% 99.37%,89.265% 99.557%,88.972% 99.713%,88.677% 99.837%,88.381% 99.927%,88.084% 99.981%,87.786% 100%,7.634% 100%,7.634% 100%,7.336% 99.981%,7.039% 99.927%,6.743% 99.837%,6.448% 99.713%,6.155% 99.557%,5.864% 99.37%,5.576% 99.153%,5.291% 98.907%,5.01% 98.633%,4.733% 98.333%,4.733% 98.333%,4.46% 98.008%,4.192% 97.658%,3.929% 97.283%,3.67% 96.883%,3.416% 96.458%,3.166% 96.008%,2.921% 95.533%,2.681% 95.033%,2.445% 94.508%,2.214% 93.958%,2.214% 93.958%,2.012% 93.327%,1.82% 92.683%,1.637% 92.027%,1.463% 91.358%,1.298% 90.677%,1.142% 89.983%,0.995% 89.277%,0.858% 88.558%,0.73% 87.827%,0.611% 87.083%,0.611% 87.083%,0.501% 86.327%,0.401% 85.56%,0.31% 84.783%,0.231% 83.997%,0.162% 83.203%,0.105% 82.403%,0.06% 81.599%,0.027% 80.79%,0.007% 79.979%,0% 79.167%,0% 20.833%,0% 20.833%,0.007% 20.021%,0.027% 19.21%,0.06% 18.401%,0.105% 17.597%,0.162% 16.797%,0.231% 16.003%,0.31% 15.217%,0.401% 14.44%,0.501% 13.673%,0.611% 12.917%,0.611% 12.917%,0.73% 12.173%,0.858% 11.442%,0.995% 10.723%,1.142% 10.017%,1.298% 9.323%,1.463% 8.642%,1.637% 7.973%,1.82% 7.317%,2.012% 6.673%,2.214% 6.042%,2.214% 6.042%,2.445% 5.492%,2.681% 4.967%,2.921% 4.467%,3.166% 3.992%,3.416% 3.542%,3.67% 3.117%,3.929% 2.717%,4.192% 2.342%,4.46% 1.992%,4.733% 1.667%,4.733% 1.667%,5.01% 1.367%,5.291% 1.093%,5.576% 0.847%,5.864% 0.63%,6.155% 0.443%,6.448% 0.287%,6.743% 0.163%,7.039% 0.073%,7.336% 0.019%,7.634% 0% );
  margin: 15px 15px 15px 15px;
  padding: 13px 20px 13px 20px;
  font-size: 18px;
  color: white;
  background-color: black;
}
.motorcycle_repair_pro_blog_page .gutentor-post-item .gutentor-post-button:hover {
  background-color: #F00000;
}

/* *-*-*-*-*-*-*-*-*-*- Services Page *-*-*-*-*-*-*-*-* */
.motorcycle_repair_pro_service_page.container{
  margin: 5% auto;
}
.motorcycle_repair_pro_service_page .gutentor-post-image-box{
  height: 400px;
}
.motorcycle_repair_pro_service_page .gutentor-image-thumb,
.motorcycle_repair_pro_service_page .gutentor-post-image-box img{
  height: 100%;
  width: 100%;
}
.motorcycle_repair_pro_service_page .gutentor-post .gutentor-post-desc{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

/* *-*-*-*-*-*-*-*-*-*- Single Service Page *-*-*-*-*-*-*-*-* */
.single-services .service_post-info {
    margin: 80px auto 70px auto;
}
.service_post-info .wp-block-post-featured-image{
  background-color: #000;
}
.service_post-info .wp-block-post-featured-image img{
  opacity: 0.7;
}
.service_post-info .post_title{
  font: normal normal 600 35px/45px 'Rajdhani', monospace;
  letter-spacing: 0px;
  color: #000000;
  margin: 20px 0;
}
.service_post-info .info_para_one{
  margin-bottom: 30px;
}
.service_post-info .service_main_content p,
.service_post-info .service_info .info_para_one,
.service_post-info .service_info .info_para_two,
.service_content .server_extra p{
  font: normal normal 400 18px/30px Inter;
  letter-spacing: 0px;
  color: #000000;
}
.service_post-info .service_info{
  margin-top: 30px;
}
.service_content .info{
  display: flex;
  align-items: center;
}
.service_content .server_extra h3{
  font: normal normal 500 30px/35px 'Rajdhani', monospace;
  letter-spacing: 0px;
  color: #000000;
  margin: 20px 0;
}
/* *-*-*-*-*-*-*-*-*-*- Single Team Page *-*-*-*-*-*-*-*-* */
.single-teams .team_row{
  margin: 80px auto 60px auto;
}
.single-teams .team_content{
  padding: 40px 0px 0px 50px;
}
.single-teams .team_title{
  font: normal normal 600 45px/45px Rajdhani;
  letter-spacing: 0px;
  color: #000000;
}
.single-teams .top_content p{
  letter-spacing: 0px;
  color: #000000;
  font: normal normal 500 20px/50px Inter;
}
#team_content .main_content p{
  font: normal normal 400 16px/27px Inter;
  letter-spacing: 0px;
  color: #777777;
}
#team_content .member_skill h4{
  font: normal normal 600 23px/35px Inter;
  color: #000000;
  letter-spacing: 1px;
}
#team_content .member_skill ul{
  list-style: none;
}
#team_content .member_skill ul li{
  font: normal normal 500 18px/30px Rajdhani;
  letter-spacing: 0px;
  color: #000000;
  position: relative;
}
#team_content .member_skill ul li:after {
  content: '\f046';
  position: absolute;
  left: -30px;
  top: 0;
  color: #F00000;
  font-size: 18px;
  font-family: FontAwesome;
  font-weight: 900;
}
/* *-*-*-*-*-*-*-*-*-*- Single Project Page *-*-*-*-*-*-*-*-* */
.single-projects .breadcrumds,
.single-teams .breadcrumds{
  display: none;
}
.single-projects .single_project.container{
  margin: 80px auto 50px auto;
}
.single_project .post_img{
  height: 450px;
  width: 100%;
  background-color: #000;
}
.single_project .post_img img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  opacity: 0.9;
}
.single_project .post_title{
  font: normal normal 600 35px/45px 'Rajdhani', monospace;
  letter-spacing: -0.5px;
  margin: 20px 0;
}
.single_project .main_content p,
.single_project .para_one,
.single_project .para_two{
  font: normal normal 400 18px/30px 'Inter', sans-serif;
  letter-spacing: 0px;
}
.single_project .para_one,
.single_project .para_two{
  color: #777777;
}
.single_project .other_info h5{
  font: normal normal 600 30px/35px 'Rajdhani', monospace;
  letter-spacing: -1px;
  color: #000000;
  margin: 20px 0;
}
.single_project .project_service,
.single_project .project_team{
  box-shadow: 0px 2px 5px 1px #F00000;
}
.single_project .stk-block-heading h2{
  position: relative;
}
.single_project .stk-block-heading h2:after {
  content: '';
  position: absolute;
  left: 2px;
  width: 42px;
  bottom: -10px;
  height: 3px;
  background: #fff;
}
.yith-wcwl-add-to-wishlist-button {
	font-size: 0;
}