body{
  margin: 0;
  font-family: Poppins, sans-serif;
}

.fs-14{
  font-size: 14px;
}
.fs-16{
  font-size: 16px;
}
.fs-20{
  font-size: 20px;
}
.fs-21{
  font-size: 21px;
}
.fs-24{
  font-size: 24px;
}
.fs-28{
  font-size: 28px;
}
.fs-30{
  font-size: 30px;
}
.fs-36{
  font-size: 36px;
}
.fs-64{
  font-size: 64px;
}
.fs-132{
  font-size: 132px;
}
.fw-400{
  font-weight: 400;
}
.we-500{
  font-weight: 500;
}
.fw-600{
  font-weight: 600;
}
.lh-14{
  line-height: 14px;
}
.lh-24{
  line-height: 24px;
}
.lh-25{
  line-height: 25px;
}
.lh-29{
  line-height: 29px;
}
.lh-34{
  line-height: 34px;
}
.lh-83{
  line-height: 83px;
}
.lh-172{
  line-height: 172px;
}
.lh-54{
  line-height: 54px;
}
.col-banner{
  color: #dee3e4;
}
.banner-btn-col{
  color: #20c997;
}
.service-date-bg{
  background-color: #20c997;
}
.head-color{
  color: rgba(255, 255, 255, 0.5)!important;
}
.head-bg-color{
  color: #6c757d!important ;
}
.counter-color{
  color: rgba(255, 255, 255, 0.5)!important;
}
.service-color{
  background-color: #343a40!important;
}
.bg-dark{
  background-color: #212529!important;
}
.bg-dark-head{
  background-color: #111418!important;
}
.portfolio-menu-text{
  color: #ddd;
}
.portfolio-img-box-text{
  color: rgba(255, 255, 255, 0.5);
}
.text-opacity{
  opacity: 0.1 !important;
}
.w-80{
  width: 80%;
}
.w-70{
  width: 70%;
}
.w-40{
  width: 40%;
}
.w-30{
  width: 30%;
}

.margin-auto{
  margin: 0 auto;
}

.overlay{
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #111418;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}



.col-img:hover .portfolio-col-img {
  visibility: visible;
  opacity: 1;
}

.portfolio-col-img{
  visibility: hidden;
  opacity: 0;
}




.service-icon-bg{
  height: 70px;
  width: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.banner-bg{
    background-image: url(../img/intro-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-color{
    background-color: rgba(0, 0, 0, 0.727);
}


/*

xclip 

-------------------------------- */
.cd-headline.clip span {
  display: inline-block;
  padding: .2em 0;
}
.cd-headline.clip .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}
.cd-headline.clip .cd-words-wrapper::after {
  /* line */
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background-color: #aebcb9;
}
.cd-headline.clip b {
  opacity: 0;
}
.cd-headline.clip b.is-visible {
  opacity: 1;
}

.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}
.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}
.cd-words-wrapper b.is-visible {
  position: relative;
}
.no-js .cd-words-wrapper b {
  opacity: 0;
}
.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}





/* counter */

.col-md-4 {
  text-align: center;
  padding-bottom: 50px;
  border-right: 1px dashed black;
}

.col-md-4:last-child {
  border-right: 0px solid black;
}

.counter {
  animation-duration: 1s;
  animation-delay: 0s;
}

i {
  font-size: 20px !Important;
}

@media (max-width: 991px) {
  .col-md-4 {
    border-right: 0px dashed black;
    border-bottom: 1px dashed black;
    width: 50%;
    margin: auto auto;
  }
  
  .col-md-4:last-child {
    border-bottom: 0px dashed black;
  }
}


/* end counter */


/* loading bar */

#myBar-1-1 {
  width: 65%;
  height: 10px;
  background-color: #04AA6D;
  text-align: center; /* To center it horizontally (if you want) */
  line-height: 30px; /* To center it vertically */
  color: white;
  border-top-left-radius: 35px;
  border-bottom-left-radius: 35px;
  
}
#myProgress-1-1 {
  background-color: #111418;
  border-radius: 35px;
}


#myBar-1-2 {
  width: 80%;
  height: 10px;
  background-color: #04AA6D;
  text-align: center; /* To center it horizontally (if you want) */
  line-height: 30px; /* To center it vertically */
  color: white;
  border-top-left-radius: 35px;
  border-bottom-left-radius: 35px;
}
#myProgress-1-2 {
  background-color: #111418;
  border-radius: 35px;
}


#myBar-1-3 {
  width: 60%;
  height: 10px;
  background-color: #04AA6D;
  text-align: center; /* To center it horizontally (if you want) */
  line-height: 30px; /* To center it vertically */
  color: white;
  border-top-left-radius: 35px;
  border-bottom-left-radius: 35px;
}
#myProgress-1-3 {
  background-color: #111418;
  border-radius: 35px;
}


#myBar-2-1 {
  width: 95%;
  height: 10px;
  background-color: #04AA6D;
  text-align: center; /* To center it horizontally (if you want) */
  line-height: 30px; /* To center it vertically */
  color: white;
  border-top-left-radius: 35px;
  border-bottom-left-radius: 35px;
}
#myProgress-2-1 {
  background-color: #111418;
  border-radius: 35px;
}


#myBar-2-2 {
  width: 70%;
  height: 10px;
  background-color: #04AA6D;
  text-align: center; /* To center it horizontally (if you want) */
  line-height: 30px; /* To center it vertically */
  color: white;
  border-top-left-radius: 35px;
  border-bottom-left-radius: 35px;
}
#myProgress-2-2 {
  background-color: #111418;
  border-radius: 35px;
}


#myBar-2-3 {
  width: 99%;
  height: 10px;
  background-color: #04AA6D;
  text-align: center; /* To center it horizontally (if you want) */
  line-height: 30px; /* To center it vertically */
  color: white;
  border-top-left-radius: 35px;
  border-bottom-left-radius: 35px;
}
#myProgress-2-3 {
  background-color: #111418;
  border-radius: 35px;
}
