.card-header-custom{
    background-color: #2b9082;
  }
  
  .bg-netcore {
    background-color: #795cbd!important;
  }
  
  
  .bg-angular {
    background-color: #db3d15!important;
  }
  
  .bg-nodejs {
    background-color: #15db50!important;
  }
  
  .bg-laravel {
    background-color: #ffa774!important;
  }
  
  
  .bg-cshap {
    background-color: #c48acf!important;
  }
  
  
  .bg-java {
    background-color: orange!important;
  }
  
  .bg-python {
    background-color: yellow!important;
  }
  
  .bg-R {
    background-color: #95d1ec!important;
  }
  
  .bg-matlab {
    background-color: #632907!important;
  }
  
  
  .bg-php {
    background-color: #6371eb!important;
  }
  
  
  .bg-django {
    background-color: #1d6423!important;
  }
  
  
  .bg-reactjs {
    background-color: #72e7e7!important;
  }
  
  .bg-postgresql {
    background-color: #88bbe6!important;
  }
  
  .bg-mysql {
    background-color: rgb(236, 190, 104)!important;
  }
  
  
  .bg-mongodb {
    background-color: rgb(108, 236, 104)!important;
  }
  
  
  .bg-firebase {
    background-color: rgb(226, 224, 83)!important;
  }
  
  
  .bg-flutter {
    background-color: cyan!important;
  }
  
  .ptext8{
    font-family: 'Arial';
    -webkit-text-size-adjust: none;
    font-size: 8px
  }
  
  .ptext9{
    font-family: 'Arial';
    -webkit-text-size-adjust: none;
    font-size: 9px
  }
  


  /* . footer */

  ul {
    margin: 0px;
    padding: 0px;
  }
  .footer-section {
  background: #151414;
  position: relative;
  }
  .footer-cta {
  border-bottom: 1px solid #373636;
  }
  .single-cta i {
  color: #ff5e14;
  font-size: 30px;
  float: left;
  margin-top: 8px;
  }
  .cta-text {
  padding-left: 15px;
  display: inline-block;
  }
  .cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
  }
  .cta-text span {
  color: #757575;
  font-size: 15px;
  }
  .footer-content {
  position: relative;
  z-index: 2;
  }
  .footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
  }
  .footer-logo {
  margin-bottom: 30px;
  }
  .footer-logo img {
    max-width: 200px;
  }
  .footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
      color: #7e7e7e;
  line-height: 28px;
  }
  .footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
  }
  .footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
  }
  .footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
  }
  .facebook-bg{
  background: #3B5998;
  }
  .twitter-bg{
  background: #55ACEE;
  }
  .google-bg{
  background: #DD4B39;
  }
  .footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
  }
  .footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #ff5e14;
  }
  .footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 12px;
  }
  .footer-widget ul li a:hover{
  color: #ff5e14;
  }
  .footer-widget ul li a {
  color: #878787;
  text-transform: capitalize;
  }
  .subscribe-form {
  position: relative;
  overflow: hidden;
  }
  .subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2E2E2E;
  border: 1px solid #2E2E2E;
  color: #fff;
  }
  .subscribe-form button {
    position: absolute;
    right: 0;
    background: #ff5e14;
    padding: 13px 20px;
    border: 1px solid #ff5e14;
    top: 0;
  }
  .subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
  }
  .copyright-area{
  background: #202020;
  padding: 25px 0;
  }
  .copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #878787;
  }
  .copyright-text p a{
  color: #ff5e14;
  }
  .footer-menu li {
  display: inline-block;
  margin-left: 20px;
  }
  .footer-menu li:hover a{
  color: #ff5e14;
  }
  .footer-menu li a {
  font-size: 14px;
  color: #878787;
  }
  
  







/*--------------- Experience area  -------------*/

.ptext{
  font-family: 'Arial';
  -webkit-text-size-adjust: none;
  font-size: 11px
}

/*
    code by Iatek LLC 2018 - CC 2.0 License - Attribution required
    code customized by Azmind.com
*/
@media (min-width: 768px) and (max-width: 991px) {
  /* Show 4th slide on md if col-md-4*/
  .carousel-inner .active.col-md-4.carousel-item + .carousel-item + .carousel-item + .carousel-item {
      position: absolute;
      top: 0;
      right: -33.3333%;  /*change this with javascript in the future*/
      z-index: -1;
      display: block;
      visibility: visible;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  /* Show 3rd slide on sm if col-sm-6*/
  .carousel-inner .active.col-sm-6.carousel-item + .carousel-item + .carousel-item {
      position: absolute;
      top: 0;
      right: -50%;  /*change this with javascript in the future*/
      z-index: -1;
      display: block;
      visibility: visible;
  }
}
@media (min-width: 576px) {
  .carousel-item {
      margin-right: 0;
  }
  /* show 2 items */
  .carousel-inner .active + .carousel-item {
      display: block;
  }
  .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
  .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item {
      transition: none;
  }
  .carousel-inner .carousel-item-next {
      position: relative;
      transform: translate3d(0, 0, 0);
  }
  /* left or forward direction */
  .active.carousel-item-left + .carousel-item-next.carousel-item-left,
  .carousel-item-next.carousel-item-left + .carousel-item,
  .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item {
      position: relative;
      transform: translate3d(-100%, 0, 0);
      visibility: visible;
  }
  /* farthest right hidden item must be also positioned for animations */
  .carousel-inner .carousel-item-prev.carousel-item-right {
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
      display: block;
      visibility: visible;
  }
  /* right or prev direction */
  .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
  .carousel-item-prev.carousel-item-right + .carousel-item,
  .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item {
      position: relative;
      transform: translate3d(100%, 0, 0);
      visibility: visible;
      display: block;
      visibility: visible;
  }
}
/* MD */
@media (min-width: 768px) {
  /* show 3rd of 3 item slide */
  .carousel-inner .active + .carousel-item + .carousel-item {
      display: block;
  }
  .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item {
      transition: none;
  }
  .carousel-inner .carousel-item-next {
      position: relative;
      transform: translate3d(0, 0, 0);
  }
  /* left or forward direction */
  .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item {
      position: relative;
      transform: translate3d(-100%, 0, 0);
      visibility: visible;
  }
  /* right or prev direction */
  .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item {
      position: relative;
      transform: translate3d(100%, 0, 0);
      visibility: visible;
      display: block;
      visibility: visible;
  }
}
/* LG */
@media (min-width: 991px) {
  .carousel{
    position:relative;
    padding-bottom: 100px;
  }

  /* show 4th item */
  .carousel-inner .active + .carousel-item + .carousel-item + .carousel-item {
      display: block;
  }
  .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item {
      transition: none;
  }
  /* Show 5th slide on lg if col-lg-3 */
  .carousel-inner .active.col-lg-3.carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
      position: absolute;
      top: 0;
      right: -25%;  /*change this with javascript in the future*/
      z-index: -1;
      display: block;
      visibility: visible;
  }
  /* left or forward direction */
  .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
      position: relative;
      transform: translate3d(-100%, 0, 0);
      visibility: visible;
  }
  /* right or prev direction //t - previous slide direction last item animation fix */
  .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
      position: relative;
      transform: translate3d(100%, 0, 0);
      visibility: visible;
      display: block;
      visibility: visible;
  }
}


/*--------------- Experience area ends -------------*/




/*--------------- project area  -------------*/



.custom-wrapper{
  margin: 10px auto;
  max-width: 1100px;
  padding: 10px;
}

.custom-wrapper div{
  display: flex;
  justify-content: center;
}



div .items{
  display: flex;
  max-width: 720px;
  width: 100%;
  justify-content: space-between;
}


div .items .item{
  padding: 7px 10px; /*space in between words */
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  color: #f6f8fa; /*115f94*/
  border-radius: 50px;
  border: 2px solid #7a917b; /*0f7e15*/
  transition: all 0.3s ease;
}

div .items .active,
div .items .item:hover{
  color: #fff;
  background:#0f7e15;
}

.project{
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}


.project .image{
  width: calc(100% / 4);
  padding: 7px;
}

.project .image.hide{
  display: none;
}


@keyframes animate{
  0%{
    transform: scale(0.5);
  }
  100%{
    transform: scale(1);
  }
}


.project .image.show{
  animation: animate 0.4s ease;
}

.project .image span{
  width: 100%;
  overflow: hidden;
}

.project .image img{
  width: 100%;
  vertical-align: middle;
  transition: all 0.3s ease;
}

.project .image:hover img{
  transform: scale(1.1);
}


.preview-box.show{
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, -50%) scale(1);
  transition: all 0.3s ease;
}

.preview-box{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  background: rgb(78, 95, 95);
  max-width: 700px;
  width: 100%;
  z-index: 5;
  opacity: 0;
  pointer-events: none;
  border-radius: 3px;
  padding: 0 5px 5px 5px;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
}

.preview-box .details{
  padding: 13px 15px 13px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.preview-box .details .title{
  display: flex;
  font-size: 18px;
  font-weight: 400;
}


.details .title p{
  font-weight: 500;
  margin-left: 5px;
}


.details .icon{
  color: #007bff;
  font-style: 22px;
  cursor: pointer;
}


.shadow{
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  display: none;
  background: rgba(0,0,0,0.4);
}



.shadow.show{
  display: block;
}



.preview-box .image-box{
  width: 100%;
  display: flex;
}

.image-box img{
  width: 100%;
  border-radius: 0 0 3px 3px;
}


@media(max-width: 1000px){
  .project .image{
    padding: 7px;
    width: calc(100% / 3);
  }
}


@media(max-width: 800px){
  .project .image{
    padding: 7px;
    width: calc(100% / 2);
  }
}


@media(max-width: 700px){
  div .items{
    max-width: 600px;
  }

  div .items .item{
    padding: 7px 5px;
  }
}


@media(max-width: 600px){
  /* .custom-wrapper{
    margin: 30px auto;
  } */
  div .items{
    flex-wrap: wrap;
    justify-content: center;
  }
  div .items .item{
    margin: 5px;
  }
  .project .image{
    width: 100%;
  }
}



/*--------------- project area ends -------------*/





.contact-image {
  height:170px;
  width:100%;
  background-size:cover;
}
