#big-menu{}

@-webkit-keyframes slideLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

@keyframes slideLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

@-webkit-keyframes slideRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes slideRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

html {
  font-size: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-behavior: smooth;
}

*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  list-style: none;
  list-style-type: none;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}



a,
button {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  cursor: pointer;
  border: none;
  outline: none;
  background: none;
  text-decoration: none;
}

@media only screen and (max-width: 768px) {
  a,
  button {
    cursor: default !important;
    border: none;
    outline: none;
  }
}

/*img,*/


.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}



.header-item-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.menu { margin-bottom: 0.75rem; margin-top: 0.75rem;}
.menu > ul > li { display: inline-block; line-height:50px; margin-left:0px; margin-right: 0px;}
.menu > ul > li > a {position: relative; font-family: inherit; font-size:13px; font-weight:500;letter-spacing: .5px; line-height:30px; padding:0.625rem 0.5rem; border: none; outline: none; color:var(--bs-white); text-transform: uppercase; text-rendering: optimizeLegibility; -webkit-transition: color 0.3s ease-in-out; -o-transition: color 0.3s ease-in-out; transition: color 0.3s ease-in-out;}
.menu > ul > li > a:hover, .menu > ul > li > a.active {color:var(--bs-primary);}
.menu > ul > li i { margin-left:0.5rem;}
.menu > ul > li .menu-subs {position: absolute; width: 100%; height: auto; margin-top:0; padding:1rem; border: none; outline: none; z-index: 500; opacity: 0; visibility: hidden; background:var(--bs-black); -webkit-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out;}
.menu > ul > li .menu-subs > ul > li { line-height: 1; }
.menu > ul > li .menu-subs > ul > li > a {display: inline-block; font-family: inherit; font-size:14px; font-weight:400; line-height:20px; width: 100%; padding:0.5rem 0; outline: none; color:var(--bs-white); text-transform: capitalize;
text-rendering: optimizeLegibility; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}

.menu > ul > li .menu-column-1 {min-width:200px; max-width: 250px;}
.menu > ul > li .menu-subs.menu-mega {left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%);}
.menu > ul > li .menu-subs.menu-mega > .list-item > ul > li {display: block; line-height: 1;}
.menu > ul > li .menu-subs.menu-mega > .list-item > ul > li > a {display: inline-block; font-family: inherit; font-size:14px; font-weight:400; line-height:20px; width: 100%; padding:0.5rem 0; border:none; outline: none; color:var(--bs-white); text-transform: capitalize; text-rendering: optimizeLegibility; -webkit-transition: color 0.3s ease-in-out; -o-transition: color 0.3s ease-in-out; transition: color 0.3s ease-in-out;}

.menu > ul > li .menu-subs.menu-column-5 {display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; max-width: 100%; width: 100%; padding:15px;}
.menu > ul > li .menu-subs.menu-column-5 > .list-item {-webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; padding: 0 1rem;}
.menu > ul > li .menu-subs.menu-column-5 > .list-item .title {font-family: inherit; font-size:15px; font-weight:700; line-height:20px; padding:0.5rem 0; border: none; outline: none; color:var(--bs-primary); text-transform: capitalize; text-rendering: optimizeLegibility; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}
.menu > ul > li .menu-subs.menu-column-5 > .list-item.text-center .title { text-align: center;}

.menu > ul > li .menu-subs.menu-column-5 > .list-item img.responsive {max-width: 100%; width: 100%; height: auto; margin-top:15px; -o-object-fit: cover; object-fit: cover; vertical-align: middle;}
.menu > ul > li .menu-subs.menu-mega > .list-item > ul > li > a:hover, .menu > ul > li .menu-subs > ul > li > a:hover {color: var(--bs-primary);}

@media only screen and ( min-width: 1299px) and (max-width: 2399px) {
 .menu > ul > li > a {font-size:12px; padding:0.625rem 7px;} 
}

@media only screen and (min-width: 993px) {
.menu > ul > li.menu-item-has-children:hover .menu-subs { margin-top:1px; opacity: 1; visibility: visible;}
}

.menu-mobile-header,
.menu-mobile-trigger {
  display: none;
}

@media only screen and (max-width: 992px) {
  .header-item-center {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  
  .wrapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
.menu-mobile-trigger { position: relative; display: block; cursor: pointer; width:auto; height: 15px; border: none; outline: none; margin-left:0px; background: none; -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: 0.35s ease-in-out; -o-transition: 0.35s ease-in-out; transition: 0.35s ease-in-out;}
.menu-mobile-trigger span {display: block; position: absolute; width: 100%;height: 2px; left: 0; border: none; outline: none;
opacity: 1; border-radius: 5px; background:var(--bs-white); -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: 0.25s ease-in-out; -o-transition: 0.25s ease-in-out; transition: 0.25s ease-in-out;}
.menu-mobile-trigger span:nth-child(1) {top: 0;}
.menu-mobile-trigger span:nth-child(2), .menu-mobile-trigger span:nth-child(3) {top:10px;}
.menu-mobile-trigger span:nth-child(4) {top:15px;}

.menu { margin-bottom:0; margin-top:0;}
    
.menu { position: fixed; top: 0; left: 0; width:300px; height: 100%; z-index: 1099; overflow: hidden; background:var(--bs-black); -webkit-transform: translate(-100%); -ms-transform: translate(-100%); transform: translate(-100%); -webkit-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out;}
.menu.active {-webkit-transform: translate(0%); -ms-transform: translate(0%); transform: translate(0%);}
.menu > ul > li {display: block; line-height: 1; margin: 0;}
.menu > ul > li > a {display: block; line-height:50px; height: 50px; padding: 0 3.75rem 0 1rem; border-bottom: 1px solid rgba(255, 255, 255, 0.1);}
.menu > ul > li > a i.ion {position: absolute; font-size:20px; line-height:50px; top: 0; right: 0; width: 50px; height: 50px; text-align: center; -webkit-transform: rotate(-90deg); -ms-transform: rotate(-90deg); transform: rotate(-90deg);}
.menu .menu-mobile-header {position: relative; position: -webkit-sticky; position: sticky; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; top: 0; height: 50px; z-index: 501; border-bottom: 1px solid rgba(0, 0, 0, 0.1);
background:var(--bs-black);}
.menu .menu-mobile-header .menu-mobile-arrow {display: none; font-size: 20px; line-height: 50px; width: 50px; height: 50px; cursor: pointer; border-right: 1px solid rgba(0, 0, 0, 0.1); color:var(--bs-white); text-align: center;}
.menu .menu-mobile-header.active .menu-mobile-arrow {display: block;}
.menu .menu-mobile-header .menu-mobile-title {font-family: inherit; font-size: 14px; font-weight:500; line-height: inherit; color: var(--bs-white); text-transform: capitalize; text-rendering: optimizeLegibility;}
.menu .menu-mobile-header .menu-mobile-close { font-size: 30px; line-height: 50px; cursor: pointer; width: 50px; height: 50px; border-left: 1px solid rgba(0, 0, 0, 0.1); color:var(--bs-white); text-align: center;}
.menu .menu-section {height: 100%; overflow-y: auto; overflow-x: hidden;}
.menu > ul > li .menu-subs {position: absolute; display: none; top: 0; left: 0; max-width: none; min-width: auto; width: 100%; height: 100%; margin: 0; padding: 15px; padding-top:60px; opacity: 1; overflow-y: auto; visibility: visible; -webkit-transform: translateX(0%); -ms-transform: translateX(0%); transform: translateX(0%); -webkit-box-shadow: none; box-shadow: none;}
.menu > ul > li .menu-subs.menu-mega {position: absolute; display: none; top: 0; left: 0; max-width: none; min-width: auto; width: 100%; height: 100%; margin: 0; padding:15px; padding-top: 60px; opacity: 1; overflow-y: auto; visibility: visible; -webkit-transform: translateX(0%); -ms-transform: translateX(0%); transform: translateX(0%); -webkit-box-shadow: none; box-shadow: none;}
.menu > ul > li .menu-subs.active {display: block;}
.menu > ul > li .menu-subs.menu-column-5 > .list-item {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
padding: 0px;
}
.menu > ul > li .menu-subs.menu-column-5 > .list-item img.responsive {
margin-top: 0;
}
.menu > ul > li .menu-subs.menu-column-5 > .list-item.text-center .title {
margin-bottom: 15px;
}
.menu > ul > li .menu-subs.menu-column-5 > .list-item.text-center:last-child .title {
margin-bottom: 0px;
}
.menu > ul > li .menu-subs > ul > li > a {
display: block;
}
.menu > ul > li .menu-subs.menu-mega > .list-item > ul {
margin-bottom: 15px;
}
.menu > ul > li .menu-subs.menu-mega > .list-item > ul > li > a {
display: block;
}
.overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1098;
opacity: 0;
visibility: hidden;
background: rgba(0, 0, 0, 0.55);
-webkit-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
  .overlay.active {
    opacity: 1;
    visibility: visible;
  }


.skill {
  position: relative;
  min-height: 50px;
  margin-bottom: 15px;
}

.skill > p {
  margin: 0;
  padding: 0;
  font-size: 16px;
  margin-bottom: 5px;
}

.skill-bar {
  width: 100%;
  height: 15px;
  background: #000;
  position: relative;
}
.skill-bar span {
  position: absolute;
  right: 0;
  bottom: 17px;
  font-size: 16px;
}
span.sbar {
  border-radius: 0 10px 10px 0;
  height: 100%;
  background: #ffae00;
  width: 0;
  bottom: 0;
  position: absolute;
  left: 0;
  transition: all .5s;
}
.barActive .skill1 > span.sbar{
  width: 95%;
}
.barActive .skill2 > span.sbar{
  width: 85%;
}

.barActive .skill3 > span.sbar{
  width: 75%;
}

.barActive .skill4 > span.sbar{
  width: 65%;
}

.barActive .skill5 > span.sbar{
  width: 85%;
}

.barActive .skill6 > span.sbar{
  width: 90%;
}
.skill:hover span.sbar{
  /*height: 4px;*/
}

.progress-pie-chart {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background-color: #E5E5E5;
  position: relative;
}
.progress-pie-chart.gt-50 {
  background-color: #ffae00;
}

.ppc-progress {
  content: "";
  position: absolute;
  border-radius: 50%;
  left: calc(50% - 70px);
  top: calc(50% - 70px);
  width: 140px;
  height: 140px;
}
.ppc-progress .ppc-progress-fill {
  content: "";
  position: absolute;
  border-radius: 50%;
  left: calc(50% - 70px);
  top: calc(50% - 70px);
  width: 140px;
  height: 140px;
  clip: rect(0, 100px, 200px, 0);
  background: #ffae00;
  transform: rotate(60deg);
}
.gt-50 .ppc-progress {
  clip: rect(0, 70px, 140px, 0);
}
.gt-50 .ppc-progress .ppc-progress-fill {
  clip: rect(0, 140px, 140px, 49px);
  background: #1b1e21;
}

.ppc-percents {
  content: "";
  position: absolute;
  border-radius: 50%;
  left: calc(50% - 80px/2);
  top: calc(50% - 80px/2);
  width: 80px;
  height: 80px;
  background: #fff;
  text-align: center;
  display: table;
}
.ppc-percents span {
  display: block;
  font-size: 1.6em;
  font-weight: bold;
  color: #ffae00;
}

.pcc-percents-wrapper {
  display: table-cell;
  vertical-align: middle;
}


.progress-pie-chart {
  margin: 50px auto 0;
}




