/*
2.Team
============================*/
.team-1 {
  padding: 60px 0;
}
.team-1 .single-box {
  -webkit-box-shadow: 0px 0px 35px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 35px 10px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  padding: 30px 30px 25px;
}
.team-1 .single-box .part-img {
  min-height: 100px;
  background: #f45905;
  border-radius: 50%;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}
.team-1 .single-box .part-img .social {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 33, 91, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.team-1 .single-box .part-img .social a {
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 39px;
  background: var(--quaternary-color);
  border-radius: 50%;
  color: var(--tertiary_color);
  font-size: 16px;
  margin: 0 5px;
}
.team-1 .single-box .part-img .social a:hover, .team .single-box .part-img .social a:focus {
  background: #f45905;
  color: #F6F6F6;
}
.team-1 .single-box .part-txt {
  text-align: center;
  padding-top: 30px;
  border-top: 2px solid rgba(0, 0, 0, 0.03);
}
.team-1 .single-box .part-txt a {
  font-size: 25px;
  line-height: 100%;
  font-weight: 700;
  color: var(--tertiary_color);
  margin-bottom: 12px;
}
.team-1 .single-box .part-txt p {
  font-size: 18px;
  line-height: 100%;
  font-weight: 500;
  color: var(--tertiary_color);
  margin-bottom: 0;
}
.team-1 .single-box:hover .part-img .social, .team-1.single-box:focus .part-img .social {
  opacity: 1;
}
.team-1 .single-box:hover .part-img .social a:nth-child(1),.team-1 .single-box:focus .part-img .social a:nth-child(1) {
  -webkit-animation: left 0.15s ease-in-out;
          animation: left 0.15s ease-in-out;
}
.team-1 .single-box:hover .part-img .social a:nth-child(2), .team-1 .single-box:focus .part-img .social a:nth-child(2) {
  -webkit-animation: left 0.3s ease-in-out;
          animation: left 0.3s ease-in-out;
}
.team-1 .single-box:hover .part-img .social a:nth-child(3), .team-1 .single-box:focus .part-img .social a:nth-child(3) {
  -webkit-animation: left 0.45s ease-in-out;
          animation: left 0.45s ease-in-out;
}
.team-1 .single-box:hover .part-img .social a:nth-child(4), .team-1.single-box:focus .part-img .social a:nth-child(4) {
  -webkit-animation: left 0.6s ease-in-out;
          animation: left 0.6s ease-in-out;
}


.team-3 .single-box {
  overflow: hidden;
}
.team-3 .single-box .part-img {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.team-3 .single-box .part-img .social {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 33, 91, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.team-3 .single-box .part-img .social a {
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 39px;
  background: var(--quaternary-color);
  border-radius: 50%;
  color: var(--tertiary_color);
  font-size: 16px;
  margin: 0 5px;
}
.team-3 .single-box .part-img .social a:hover, .team-3 .single-box .part-img .social a:focus {
  background: #f45905;
  color: #F6F6F6;
}
.team-3 .single-box .part-txt {
  background: var(--secondary-color);
  border-radius: 10px;
  text-align: center;
  padding: 30px 0 25px;
  margin: -50px 20px 0;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 2;
}
.team-3 .single-box .part-txt a,
.team-3 .single-box .part-txt h4 {
  font-size: 25px;
  line-height: 100%;
  font-weight: 700;
  color: var(--quaternary-color);
  margin-bottom: 12px;
}
.team-3 .single-box .part-txt p {
  font-size: 18px;
  line-height: 100%;
  color: var(--quaternary-color);
  margin-bottom: 0;
}
.team-3 .single-box:hover .part-img .social, .team-3 .single-box:focus .part-img .social {
  opacity: 1;
}
.team-3 .single-box:hover .part-img .social a:nth-child(1), .team-3 .single-box:focus .part-img .social a:nth-child(1) {
  -webkit-animation: bottom 0.15s ease-in-out;
          animation: bottom 0.15s ease-in-out;
}
.team-3 .single-box:hover .part-img .social a:nth-child(2), .team-3 .single-box:focus .part-img .social a:nth-child(2) {
  -webkit-animation: bottom 0.3s ease-in-out;
          animation: bottom 0.3s ease-in-out;
}
.team-3 .single-box:hover .part-img .social a:nth-child(3), .team-3 .single-box:focus .part-img .social a:nth-child(3) {
  -webkit-animation: bottom 0.45s ease-in-out;
          animation: bottom 0.45s ease-in-out;
}
.team-3 .single-box:hover .part-img .social a:nth-child(4), .team-3 .single-box:focus .part-img .social a:nth-child(4) {
  -webkit-animation: bottom 0.6s ease-in-out;
          animation: bottom 0.6s ease-in-out;
}

@-webkit-keyframes left {
  0% {
    -webkit-transform: translateX(80px);
            transform: translateX(80px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@keyframes left {
  0% {
    -webkit-transform: translateX(80px);
            transform: translateX(80px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@-webkit-keyframes bottom {
  0% {
    -webkit-transform: translateY(-200px);
            transform: translateY(-200px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes bottom {
  0% {
    -webkit-transform: translateY(-200px);
            transform: translateY(-200px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}




#accordion.consted-faq .card {
  border: 0;
  margin-bottom: 30px;
}
#accordion.consted-faq .card:last-child {
  margin-bottom: 0;
}
#accordion.consted-faq .card .card-header {
  background: transparent;
  border: 0;
  padding: 0;
}
#accordion.consted-faq .card .card-header h5 {
  line-height: 70px;
}
#accordion.consted-faq .card .card-header h5 button {
  background: var(--tertiary_color);
  text-align: left;
  padding: 0 30px;
  width: 100%;
  height: 70px;
  font-size: 20px;
  border: 0;
  border-radius: 35px;
  height: 70px;
  font-weight: 600;
  color: var(--quaternary-color);
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
#accordion.consted-faq .card .card-header h5 button:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 50%;
  height: 150%;
  background: #f45905;
  -webkit-transform: skewY(-15deg);
          transform: skewY(-15deg);
  z-index: -1;
}
#accordion.consted-faq .card .card-header h5 button.collapsed {
  background: rgba(0, 0, 0, 0.03);
  color: var(--tertiary_color);
}
#accordion.consted-faq .card .card-header h5 button.collapsed:after {
  background: transparent;
}
#accordion.consted-faq .card .card-header h5 button.collapsed span {
  background: transparent;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
#accordion.consted-faq .card .card-header h5 button span {
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 58px;
  background: var(--quaternary-color);
  border-radius: 50%;
  color: var(--tertiary_color);
  font-size: 30px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#accordion.consted-faq .card .card-body {
  padding: 24px 25px 21px 30px;
  margin-left: 35px;
  position: relative;
}
#accordion.consted-faq .card .card-body:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: var(--tertiary_color);
}
#accordion.consted-faq .card .card-body p {
  font-size: 16px;
  line-height: 26px;
  color: #808080;
  margin-bottom: 0;
}


.pricing-table.single-box {
  -webkit-box-shadow: 0px 0px 35px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 35px 10px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 2;
}
.pricing-table.single-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: -webkit-gradient(linear, right top, left top, from(var(--tertiary_color)), to(#4d2e69));
  background: linear-gradient(to left, var(--tertiary_color), #4d2e69);
  z-index: -1;
}
.pricing-table.single-box:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: -webkit-gradient(linear, left top, right top, from(var(--tertiary_color)), to(#4d2e69));
  background: linear-gradient(to right, var(--tertiary_color), #4d2e69);
  z-index: -1;
}
.pricing-table.single-box .top {
  border-bottom: 2px solid rgba(0, 0, 0, 0.05);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0;
}
.pricing-table.single-box .top .gap {
	 width: 100px;
  height: 100px;
  display:block;
}
.pricing-table.single-box .top .part-icon {
  width: 100px;
  height: 100px;
  background: -webkit-gradient(linear, left top, right top, from(var(--tertiary_color)), to(#4d2e69));
  background: linear-gradient(to right, var(--tertiary_color), #4d2e69);
  background: #f45905;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px;
  margin-bottom: 30px;
  font-size:36px;
  color:var(--quaternary-color);
}
.pricing-table.single-box .top .txt {
  text-align: center;
}
.pricing-table.single-box .top .txt p {
  font-size: 18px;
  line-height: 100%;
  font-weight: 500;
  color: #2d2d2d;
  margin-top: -1px;
  margin-bottom: 17px;
}
.pricing-table.single-box .top .txt h3 {
  font-size: 45px;
  line-height: 100%;
  font-weight: 600;
  color: var(--tertiary_color);
  margin-bottom: -18px;
}
.pricing-table.single-box .top .txt h3 span {
  font-size: 20px;
  font-weight: 500;
}
.pricing-table.single-box .bottom ul {
  padding: 22px 0 18px;
  margin-bottom: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pricing-table.single-box .bottom ul li {
  font-size: 16px;
  line-height: 31px;
  font-weight: 500;
  color: #2d2d2d;
}
.pricing-table.single-box .bottom .part-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 2px solid rgba(0, 0, 0, 0.05);
  padding: 30px 0;
}
.pricing-table.single-box .bottom .part-btn .def-btn {
  background: -webkit-gradient(linear, right top, left top, from(var(--tertiary_color)), to(#4d2e69));
  background: linear-gradient(to left, var(--tertiary_color), #4d2e69);
  border-color: var(--quaternary-color);
  color:var(--quaternary-color);
}
.pricing-table.single-box:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}


.pricing-table-2.single-box {
  background: rgba(77, 46, 105, 0.05);
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.pricing-table-2.single-box .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0;
}
.pricing-table-2.single-box .top .part-icon {
  width: 100px;
  height: 100px;
  background: -webkit-gradient(linear, right top, left top, from(var(--tertiary_color)), to(#4d2e69));
  background: linear-gradient(to left, var(--tertiary_color), #4d2e69);
  border: 2px solid var(--quaternary-color);
  border-radius: 50%;
  padding: 25px;
  margin-bottom: 30px;
  font-size:38px;
  color:var(--quaternary-color);
  text-align:center;
}
.pricing-table-2.single-box .top .txt {
  text-align: center;
}
.pricing-table-2.single-box .top .txt p {
  font-size: 18px;
  line-height: 100%;
  font-weight: 500;
  color: #2d2d2d;
  margin-top: -1px;
  margin-bottom: 17px;
}
.pricing-table-2.single-box .top .txt h3 {
  font-size: 45px;
  line-height: 100%;
  font-weight: 500;
  color: #2d2d2d;
  margin-bottom: -18px;
}
.pricing-table-2.single-box .top .txt h3 span {
  font-size: 20px;
}
.pricing-table-2.single-box .bottom {
  border-top: 2px solid rgba(45, 45, 45, 0.1);
}
.pricing-table-2.single-box .bottom ul {
  padding: 22px 0 18px;
  margin-bottom: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pricing-table-2.single-box .bottom ul li {
  font-size: 16px;
  line-height: 31px;
  font-weight: 500;
  color: #2d2d2d;
}
.pricing-table-2.single-box .bottom .part-btn{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, right top, left top, from(var(--tertiary_color)), to(#4d2e69));
  background: linear-gradient(to left, var(--tertiary_color), #4d2e69);
  padding: 30px 0;
  color:var(--quaternary-color);
   
}
.pricing-table-2.single-box .bottom .part-btn .def-btn{
	border:none!important;
}
.pricing-table-2.single-box .bottom .part-btn .def-btn:hover {
  background: #f45905;
 
}
.pricing-table-2.single-box:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.ata-section-title{
  margin: 0px auto;
}
.ata-section-title.left{
  text-align: left;
  margin-left: 0px;
}
.ata-section-title.right{
  text-align: right;
  margin-right: 0px;
}
.ata-section-title.ata_heading_style_2 h2[data-bigletter], .ata-section-title.ata_heading_style_2 .be-heading[data-bigletter] {
	position: relative;
}
.ata-section-title.ata_heading_style_2 h2[data-bigletter]:before, .ata-section-title.ata_heading_style_2 .be-heading[data-bigletter]:before {
	content: attr(data-bigletter);
	font-size: 0.8em;
	opacity: .08;
	position: absolute;
	top: -0.5em;
	left: 0px;
	right: 0px;
	text-align: inherit;
	text-transform: uppercase;
	color:inherit;
}
.ata-section-title .be-heading {
	margin-bottom: 20px;
}
.ata-section-title .be-heading span.slim-text{
	font-weight:normal!important;	
}
.ata-section-title .be-heading .theme-color{
	color: var(--secondary-color);
}
.ata-section-title .fs-subheading {
	display:block;
	font-size:90%;
}
.ata_heading_style_4{
  position: relative;
}

.ata_heading_style_4 .be-heading span{
  color: #e5eaf3;
  margin: 0px 10px;
  font-size: inherit;
  display: inline-block;
}
/*--------------------------------*/
/*  5.Our Services
/*--------------------------------*/  
.joyas-intro-showcase .image-captions-item{
  position:relative;
  display:block;
  margin:20px 0px;
  padding-right:35px;
  padding-bottom:35px;
}
.joyas-intro-showcase .image-captions-item .caption-text{
  position:absolute;
  right:0px;
  bottom:0px;
  max-width:65%;
  color:#FFF;
  padding:30px;
  z-index:9;
  -webkit-border-top-right-radius: 8px;
  -moz-border-top-right-radius: 8px;
  border-top-right-radius: 8px;
  -webkit-border-top-left-radius: 8px;
  -moz-border-top-left-radius: 8px;
  border-top-left-radius: 8px;
  background:var(--secondary-color);
}
.joyas-intro-showcase .image-captions-item img{
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all 0.3s ease;
}
.joyas-intro-showcase .image-captions-item:hover img{
  -webkit-transform: translateY(-7px);
  -moz-transform: translateY(-7px);
  transform: translateY(-7px);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  filter: grayscale(0%);
  transition: all 0.5s ease;
}
.joyas-intro-showcase .image-captions-item .caption-text,
.joyas-intro-showcase .image-captions-item img{
  border-radius: 8px;
}
.joyas-intro-showcase .image-captions-item::after,
.joyas-intro-showcase .image-captions-item .caption-text::after {
  background: #fff none repeat scroll 0 0;
  bottom:-15px;
  content: "";
  height: 40px;
  left: 0;
  right: 0px;
  position: absolute;
  transform: skewY(-5deg);
  -webkit-transform: skewY(-5deg);
  -moz-transform: skewY(-5deg);
  -ms-transform: skewY(-5deg);
  -o-transform: skewY(-5deg);
  width: 100%;
  z-index: 9;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-bottom-right-radius: 8px;
  border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-bottom-left-radius: 8px;
  border-bottom-left-radius: 8px;
  z-index:1;
  background:inherit;
  
}
.joyas-intro-showcase .desc-wrap{
  padding-bottom: 10px;
}
.read_more_link {
  display: flex;
}
.read_more_link span{
  transition: all 0.3s ease-in-out;
}
.read_more_link i{
  margin-left: 5px;
  transition: all 0.3s ease-in-out;
}
.read_more_link:hover i,
.read_more_link:focus i{
  margin-left: 10px;
}
.read_more_link:hover span,
.read_more_link:focus span{
  margin-left: 5px;
}
/*
* -------------------------------------------------------------
*    07.Gallery
* -------------------------------------------------------------
*/
.gallery-item{
  text-align: center;
  padding: 15px 0px;
}
.gallery-item a.gallery-image{
  position: relative;
  display: inline-block;
  text-decoration:none;
}
.gallery-item a.gallery-image i{
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 40px;
  transform: translate(-20px,-100px);
  color: #fff;
  z-index: 99;
  transition: all 0.4s ease 0s;
  opacity: 0;
  
}
.gallery-item a.gallery-image:before{
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background: rgba(0,0,0,0.5);
  z-index: 9;
  transition: all 0.4s ease 0s;
  opacity: 0;
}
.gallery-item a.gallery-image:hover i,
.gallery-item a.gallery-image:focus i{
  transform: translate(-20px,-20px);
  opacity: 1;
}
.gallery-item a.gallery-image:hover:before,
.gallery-item a.gallery-image:focus:before{
  opacity: 1;
}

/* -----------------------------
4. Work Process
-------------------------------- */
.bc-work-process .project-icon {
  background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
  border: 1px solid var(--secondary-color);
  border-radius: 50%;
  height: 136px;
  line-height: 176px;
  width: 135px;
  position: relative;
  margin: auto;
  transition: all 0.3s ease 0s;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.bc-work-process{
  position: relative;
}
.bc-work-process .desc{
  padding: 0px 10px;
  display: block; 
  text-align: center;
  line-height: 24px;
}

.bc-work-process:hover .project-icon {
  background: var(--secondary-color);
  border: 1px solid transparent;
}
.bc-work-process .project-icon.img,
.bc-work-process:hover .project-icon.img{
  border: 3px solid #fff !important;
}
.bc-work-process:before {
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0),
        var(--secondary-color),
        rgba(0, 0, 0, 0)
    );
    background-size: 200% 100%;
    content: "";
    height: 2px; /* Slightly thicker line for better visibility */
    position: absolute;
    right: -18%;
    top: 68px;
    width: 40%;
    z-index: 1;
}

.bc-work-process:after {
    content: "";
    position: absolute;
    right: -18%; /* Align arrow with the line */
    top: 65px; /* Position arrow tip */
    width: 8px;
    height: 8px;
    border-right: 2px solid var(--secondary-color);
    border-top: 2px solid var(--secondary-color);
    transform: rotate(45deg);
    z-index: 2;
    transition: all 0.4s ease-in-out; /* Animation for arrow */
}

.bc-work-process:last-child:before,
.bc-work-process:last-child:after{
    display: none!important
}
.bc-work-process:hover  .project-icon i,
.bc-work-process:hover .project-icon svg {
  color: var(--quaternary-color);
  fill:var(--quaternary-color)!important;
}
@media screen and (max-width: 600px) {
  .work-process.d-flex{
    display: block!important;
  }
  .bc-work-process{
    display: block;
    margin-bottom: 20px;
  }
  .bc-work-process:before,
  .bc-work-process:after{
    display: none!important;
  }
}
.project-icon i,
.project-icon svg {
  color: var(--secondary-color);
  font-size: 60px;
}
.project-icon svg {
  height: 1em;
  overflow: visible;
  vertical-align: -.125em;
  fill:var(--secondary-color)!important;
}
.project-icon .number {
  background:var(--secondary-color);
  border: 1px solid var(--secondary-color);
  border-radius: 50%;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  height: 50px;
  left: -10px;
  line-height: 44px;
  margin: 0;
  position: absolute;
  top: -10px;
  width: 50px;
  transition: all 0.3s ease 0s;
}
.bc-work-process:hover .number{
  background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
  color: var(--secondary-color);
}
.bc-work-process .block_title{
  display:block;
  margin-top: 30px;
  text-transform: capitalize;
  color: var(--heading-color);
}
.bc-work-process .text{
  display: block;
  padding: 5px 10px 0px 10px;
}
.bc-work-process.color_mode .project-icon i {
  color:var(--secondary-color);
}
.bc-work-process.transparent .project-icon {
  border: 1px solid #fff;
}
.bc-work-process.transparent .project-icon:hover{
  border: 1px solid transparent;
}
.bc-work-process.color_mode:hover .project-icon i {
  color:#FFF; 
}
.bc-work-process.transparent h5{
  color: var(--quaternary-color);
  text-transform:uppercase; 
}

/*
* -------------------------------------------------------------
*    9. skills
* -------------------------------------------------------------
*/
.bc-skills-progress{
    overflow: hidden;
    margin-bottom: 30px;
}
.bc-skills-progress .progress {
    background: #ddd none repeat scroll 0 0;
    position: relative;
    overflow: visible;
    margin: 35px 0 50px 0;
    box-shadow: none;
    border-radius: 0;
    height: 10px;
}
.bc-skills-progress .progress-bar {
    background: #333 none repeat scroll 0 0;
    box-shadow: none;
  animation: cssAnimation 0s 0.9s forwards;
  opacity: 0;
}
@keyframes cssAnimation {
  to   { opacity: 0 }
}
.bc-skills-progress .progress .lead {
    left: 0;
    top: -25px;
    color: #333;
    font-size: 12px;
    font-weight: 700;
    position: absolute;
    text-transform: uppercase;
}
.bc-skills-progress .progress-bar > p {
    float: right;
    font-size: 12px;
    font-weight: 700;
    margin-right: -16px;
    margin-top: -25px;
    position: relative;
    color: #333;
}

/*------------------------------
    Time Line
------------------------------*/
ul.pcr-vcard-time-line,
ul.pcr-vcard-time-line-style2 {
  display: block;
  position: relative;
  margin: 0px;
  padding: 0px;
}

ul.pcr-vcard-time-line:before,
ul.pcr-vcard-time-line-style2:before {
  content: "";
  position: absolute;
  top: 25px;
  left: 18px;
  bottom: 0px;
  height: auto;
  width: 2px;
  border-radius: 4px;
  background: rgb(215, 228, 237);
  left: 50%;
  margin-left: -2px;
  background: -moz-radial-gradient(top, ellipse cover, rgba(197, 202, 213, 0.7) 0%, rgba(255, 255, 255, 0) 90%);
  background: -webkit-radial-gradient(top, ellipse cover, rgba(197, 202, 213, 0.7) 0%, rgba(255, 255, 255, 0) 90%);
  background: radial-gradient(ellipse at top, rgba(197, 202, 213, 0.7) 0%, rgba(255, 255, 255, 0) 90%);
}
ul.pcr-vcard-time-line-style2:before {
  background: rgb(215, 228, 237);
  left: 100px;
}
ul.pcr-vcard-time-line li,
ul.pcr-vcard-time-line-style2 li {
  list-style: none;
  display: block;
  margin-bottom: 30px;
  clear: both;
  position: relative;
}
ul.pcr-vcard-time-line-style2 li{
  padding: 00px 30px;
  padding-left: 130px;
  
}
ul.pcr-vcard-time-line li:last-child,
ul.pcr-vcard-time-line-style2 li:last-child {
  margin-bottom: 0px;
}
ul.pcr-vcard-time-line li .item-period,
ul.pcr-vcard-time-line-style2 li .item-period{
  position: absolute;
  display: inline-block;
  padding: 3px 10px;
  color: #fff;
  background-color: #666;
  border-radius: 3px;
  top: 18px;
  left: 50%;
  margin-left: 30px;
}
ul.pcr-vcard-time-line-style2 li .item-period{
  left: -30px;
  margin-left: 0px;
}
ul.pcr-vcard-time-line li .item-period:after{
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(102, 102, 102, 0);
  border-right-color: #666;
  border-width: 6px;
  margin-top: -6px;
}
ul.pcr-vcard-time-line-style2 li .item-period:after{
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(102, 102, 102, 0);
  border-left-color: #666;
  border-width: 6px;
  margin-top: -6px;
}
ul.pcr-vcard-time-line li .half-box,
ul.pcr-vcard-time-line-style2 li .half-box {
  width: 48%;
  position: relative;
  background-color: #f0f4f7;
  padding: 15px 20px;
  border-radius: 4px;
}
ul.pcr-vcard-time-line li .half-box p:last-child,
ul.pcr-vcard-time-line-style2 li .half-box p:last-child{
  padding-bottom: 0px;
  margin-bottom: 0px;
}
ul.pcr-vcard-time-line-style2 li .half-box {
  width: 100%;
}
ul.pcr-vcard-time-line li::before,
ul.pcr-vcard-time-line-style2 li:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 12px;
  background-color: var(--secondary-color);
  top: 25px;
  right: 50%;
  margin-right: -6px;
  -webkit-box-shadow: 0 0 0 5px rgba(var(--secondary-color-rgb),0.3);
  box-shadow: 0 0 0 5px rgba(var(--secondary-color-rgb),0.3);
}

ul.pcr-vcard-time-line-style2 li:before {
  right: auto;
  left: 93px;
}
ul.pcr-vcard-time-line li:nth-child(odd) .half-box {
  float: left;
}
ul.pcr-vcard-time-line li:nth-child(odd) .half-box:after {
  left: 100%;
  top: 30px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(240, 244, 247, 0);
  border-left-color: #f0f4f7;
  border-width: 10px;
  margin-top: -10px;
}
ul.pcr-vcard-time-line li:nth-child(even) .half-box {
  float: right;
}
ul.pcr-vcard-time-line li:nth-child(even) .half-box:after,
ul.pcr-vcard-time-line-style2 li .half-box:after {
  right: 100%;
  top: 30px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(240, 244, 247, 0);
  border-right-color: #f0f4f7;
  border-width: 10px;
  margin-top: -10px;
}
ul.pcr-vcard-time-line li:nth-child(even) .item-period {
  left: auto;
  right: 50%;
  margin-right: 20px;
}
ul.pcr-vcard-time-line li:nth-child(even) .item-period:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(102, 102, 102, 0);
  border-left-color: #666;
  border-width: 6px;
  margin-top: -6px;
}
ul.pcr-vcard-time-line li .clear {
  clear: both;
}
ul.pcr-vcard-time-line li h5 {
  margin-bottom: 0px;
  text-transform: capitalize;
  letter-spacing: 0.5px;
}
ul.pcr-vcard-time-line li .item-small {
  display: inline-block;
  font-size: 14px;
  line-height: 1.2em;
  color: #9e9e9e;
  margin-bottom: 10px;
}
.time-period {
  display: none;
}

ul.pcr-vcard-time-line h6,
ul.pcr-vcard-time-line-style2 h6{
  font-weight: normal;
}


@media screen and (max-width:620px) {
    ul.pcr-vcard-time-line {
      padding-left: 15px;
    }
    ul.pcr-vcard-time-line:before {
      left: 0px;
    }
    ul.pcr-vcard-time-line li::before {
      right: auto;
      left: -21px;
      margin: 0px;
    }
    ul.pcr-vcard-time-line li .half-box {
      width: 95%;
      margin-left: 5%;
      float: none;
      display: block;
    }
    ul.pcr-vcard-time-line li .half-box:after, 
    ul.pcr-vcard-time-line li:nth-child(odd) .half-box:after {
      left: auto;
      right: 100%;
      top: 30px;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(240, 244, 247, 0);
      border-right-color: #f0f4f7;
      border-width: 10px;
      margin-top: -10px;
    }
    ul.pcr-vcard-time-line .time-period {
      display: inline-block;
      font-size: 12px;
      line-height: 1.2em;
      color: #2eca7f;
      margin-bottom: 8px;
    }
    ul.pcr-vcard-time-line .item-small {
      display: inline-block;
      font-size: 12px;
      line-height: 1.2em;
      color: #9e9e9e;
      margin-left: 5px;
      margin-bottom: 8px;
      padding-left: 8px;
      border-left: 1px solid #e0e0e0;
    }
    ul.pcr-vcard-time-line .item-period {
      display: none;
    }

}

/* -----------------------------
3. Icon List style
-------------------------------- */
ul.bc-icon-list{
  margin:0px;
  padding:0px;  
}
ul.bc-icon-list li{
  padding-left:100px;
  display:block;
  list-style:none;
  position:relative;
  padding-bottom:30px;
}
ul.bc-icon-list li span.icon{
  position:absolute;
  left:0px;
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-color: #ffa211 #ffa211 #092b3c;
  border-image: none;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  color: #12212f;
  float: left;
  font-size: 30px;
  height: 65px;
  margin: 12px;
  text-align: center;
  line-height: 60px;
  width: 65px;
  border: 1px solid var(--secondary-color);
  -webkit-transition: all 0.36s ease-in-out 0s;
    transition: all 0.36s ease-in-out 0s;
    margin: 0px;
}
ul.bc-icon-list li:hover span.icon {
  box-shadow: 5px 5px 0 0 var( --secondary-color );
}
ul.bc-icon-list.round li span.icon{
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  border-radius:50%;  
}
ul.bc-icon-list.round i{
  display:block;
  text-align:center;
  line-height: 60px;
}
ul.bc-icon-list.simple_icon li{
  padding-left: 70px;
}
ul.bc-icon-list.simple_icon span.icon{
  border: none;
  box-shadow:0px 0px 0px 0px #888888!important;
  margin-top: 0px;
  padding-top: 0px;
  line-height: 0px
}
ul.bc-icon-list.simple_icon span.icon i{
  line-height: 30px;
}

.help-banner-wrap {
  display: flex;
  align-items: stretch;
  overflow: hidden;
}
.help-banner-wrap .text-wrap{
  background: var(--secondary-color);
  color: #fff;
  padding: 40px 30px;
  width: 45%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  position: relative;
}
.help-banner-wrap .text-wrap:after {
    content: "";
    position: absolute;
    right:-40px;
    width:80px;
    height: 100%;
    top: 0px;
    bottom: 0px;
    -webkit-transform: skewX(-25.5deg);
    -ms-transform: skewX(-25.5deg);
    transform: skewX(-25.5deg);
    background:inherit;
}
.help-banner-wrap .text-wrap i{
   font-size: 60px;
}
.help-banner-wrap p {
  margin: 0;
}
.roofing-right {
  width: 60%;
  background-size: cover;
  background-position: center;
}
