/*
Theme Name: Gridx Child
Theme URI: http://wordpressriverthemes.com/gridx/
Template: gridx
Author: WordPressRiver
Author URI: https://themeforest.net/user/wordpressriver
Description: Gridx-Personal Portfolio WordPress Template. Is the best design for Business 2023.
Tags: agency,clean,cv,designer,developer,freelancer,modern,one page portfolio.
Version: 4.0.1.1707913990
Updated: 2024-02-14 12:33:10

*/

.elementor-container a {
    color: var(--primary_color) !important;
}

.about-area {
    padding-top: 2em !important;
}

/* Single Post Style */


h1, h2, h3, h4, h5, h6 {
    color: #fff;
}

.proj-header1 {
    padding-top: 120px;
  }
  
  .proj-header1 .bg-img {
    width: 100%;
    height: 70vh;
  }

  .proj-header1 .bg-img img {
    height: 100%;
    max-width: 100%;
    width: 100%;
    object-fit: cover;
  }
  

.proj-header2 {
    min-height: 90vh;
  }
  

/* Features & list & tabs & accordin
-----------------------------------------------------------------*/
.list-arrow li .icon {
    width: 15px;
    margin-right: 10px;
  }
  
  .dot-list li {
    position: relative;
    padding-left: 15px;
  }
  
  .dot-list li:before {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    background: #fff;
  }
  
  .text-dark .dot-list li:before {
    background: #1d1d1d;
  }
  
  .skills .skill-item .skill-progress {
    height: 10px;
    position: relative;
  }
  
  .skills .skill-item .skill-progress .progres {
    position: absolute;
    height: 100%;
    width: 0;
    top: 0;
    left: 0;
    background-color: #55e6a5;
    -webkit-transition: all 1.5s;
    -o-transition: all 1.5s;
    transition: all 1.5s;
  }
  
  .skills .skill-item .skill-progress .progres:after {
    content: attr(data-value);
    position: absolute;
    top: -5px;
    right: -50px;
  }
  
  .skills .resume-exp .box-items {
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: #1d1d1d;
  }
  
  .skills .resume-exp .box-items:after {
    content: '';
    position: absolute;
    bottom: -30px;
    left: -30px;
    background-image: url(../imgs/patterns/dots2.png);
    background-repeat: repeat;
    background-size: 10px;
    width: 200px;
    height: 200px;
    opacity: .7;
    z-index: -1;
  }
  
  .skills .resume-exp .box-items .item {
    padding: 25px;
    position: relative;
  }
  
  .skills .resume-exp .box-items .item .num {
    position: absolute;
    top: 0;
    left: 0;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 0 50px 50px 50px;
    background: #55e6a5;
    color: #1d1d1d;
    font-size: 17px;
    font-weight: 500;
  }
  
  .skills .resume-exp .box-items .item .num small {
    font-size: 12px;
    margin-left: -3px;
  }
  
  .skills .resume-exp .box-items .item:nth-of-type(1), .skills .resume-exp .box-items .item:nth-of-type(2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  
  .skills .resume-exp .box-items .item:nth-of-type(1), .skills .resume-exp .box-items .item:nth-of-type(3) {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
  }
  
  .accordion.bord .title {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  
  .accordion.bord .title:after {
    left: auto;
    right: 20px;
  }
  
  .accordion.bord .title .ico {
    left: auto;
    right: 25px;
  }
  
  .accordion .title {
    padding: 10px 0 10px 0;
    cursor: pointer;
    position: relative;
  }
  
  .accordion .title .ico {
    position: absolute;
    top: 50%;
    left: 20px;
    width: 15px;
    height: 1px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #999;
  }
  
  .accordion .accordion-info {
    display: none;
    margin-top: 15px;
  }
  
  .accordion .accordion-info .spac {
    margin-top: 30px;
    padding-left: 30px;
  }
  
  .accordion .accordion-info .spac h6 {
    position: relative;
  }
  
  .accordion .accordion-info .spac h6:after {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #999;
    position: absolute;
    top: 3px;
    left: -15px;
  }
  
  .accordion .active {
    display: block;
  }
  
  .accordion .active .title .ico:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1px;
    height: 15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #999;
  }
  
  #tabs-fade .tab-content,
  #tabs .tab-content {
    display: none;
  }
  
  #tabs-fade .tab-content.current,
  #tabs .tab-content.current {
    display: block;
  }
  
  .approach-carso .swiper-wrapper {
    width: auto;
  }
  
  .approach-carso .swiper-slide {
    padding: 70px 50px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 250px;
    margin-left: -7px;
    margin-right: -7px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
  }
  
  .approach-carso .swiper-slide:hover {
    border-color: #f08f74;
  }
  
  .approach-carso .item .stroke {
    color: transparent;
    -webkit-text-stroke: 1px #fff;
    font-weight: 800;
    line-height: 1;
  }
  


.butn-circle {
    width: 160px;
    height: 160px;
    position: relative;
    overflow: hidden;
  }
  
  .butn-circle:hover span {
    color: #000;
  }
  
  .butn-circle:hover:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  
  .butn-circle:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #0d6efd;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
  }
  
  .butn-circle.sml {
    width: 130px;
    height: 130px;
  }
  
  .butn-circle.sml span {
    text-transform: capitalize;
    letter-spacing: 0;
  }
  
  .butn-circle.colorbg-2:after {
    background: #f08f74;
  }
  
  .butn-circle.colorbg-3:after {
    background: #55e6a5;
  }
  
  .butn-circle span {
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 2;
    position: relative;
    z-index: 2;
  }
  
  .butn-circle .circle-star {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  
  .circle-button {
    position: relative;
    display: inline-block;
  }
  
  .circle-button.in-bord:after {
    content: '';
    position: absolute;
    top: 55px;
    left: 55px;
    right: 55px;
    bottom: 55px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
  }
  
  .circle-button.in-bord:before {
    content: '';
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
  }
  
  .circle-button .rotate-circle svg {
    width: 210px;
    fill: #fff;
  }
  
  .circle-button .arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-20px) translateY(-20px);
    -ms-transform: translateX(-20px) translateY(-20px);
    transform: translateX(-20px) translateY(-20px);
    display: inline-block;
    width: 0;
    height: 0;
  }
  
  .circle-button .arrow svg {
    width: 40px;
    height: 40px;
  }
  
  .circle-button .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
  
  .circle-button .in-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
  
  .circle-button.no-animate .rotate-circle {
    -webkit-animation: none;
    animation: none;
  }
  
  .crv-butn-vid .vid {
    min-width: 120px;
    padding-left: 15px;
    padding-right: 40px;
    height: 50px;
    border: 1px solid #eee;
    border-radius: 30px;
    position: relative;
  }
  
  .crv-butn-vid .vid .text {
    line-height: 50px;
  }
  
  .crv-butn-vid .vid .icon {
    position: absolute;
    top: 2px;
    right: 2px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    text-align: center;
    line-height: 48px;
  }
  
  .rotate-circle {
    -webkit-animation-name: rotateCircle;
    animation-name: rotateCircle;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  
  @-webkit-keyframes rotateCircle {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  
  @keyframes rotateCircle {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }

  .credential-sidebar-wrap .img-box img {
    filter: grayscale(1);
  }

  .credential-area .credential-sidebar .img-box {
    background: linear-gradient(90deg, #f5f7ff29 -15%, #c2ebff00 58%, #eaf8ff29 97%);
  }


  .call-action-img .sec-bg-img.bg-img {

      /* z-index: -5; */
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      max-height: 250px;
      overflow: hidden;
  }


  .portfolio .row.masonry .d-flex {
    flex-wrap: wrap;
  }



/* Homepage Main box CTA */

#homepage-box__box1 .about-btn {
	display: none !important;
}