/*********************************************************************
  Item Name: mobwe - Personal Portfolio Single Page HTML Template.
  Author: codextheme
  Copyright 2022-2023
  Author URI: https://www.templatemonster.com/authors/codextheme/
**********************************************************************/
/*** 01 TYPOGRAPHY ***/
/*** 02 HEADER ***/
/*** 03 INTRO  ***/
/*** 04 ABOUT ***/
/*** 05 COUNTER ***/
/*** 06 SERVICE ***/
/*** 07 PORTFOLIO ***/
/*** 08 SKILL ***/
/*** 09 PRICING ***/
/*** 10 TESTIMONIAL ***/
/*** 11 GET IN TOUCH ***/
/*** 12 BLOG ***/
/*** 13 FOOTER ***/
/*** 14 TAP TO TOP ***/
/*** 15 CUSTOMIZER ***/
/*******************
 01 TYPOGRAPHY START
********************/
body {
  font-size: 16px;
  font-weight: 500;
  font-family: "Rubik", sans-serif;
  color: #36100C;
  background-color: #ffffff;
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
  color: #E74C3C;
}
a:hover {
  color: #E74C3C;
}

h1, h2, h3, h4, h5, h6, p {
  -webkit-margin-after: 0;
          margin-block-end: 0;
}

ol, ul, dl {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

h1 {
  font-size: 48px;
  font-weight: 700;
}

h2 {
  font-size: 38px;
  font-weight: 800;
}

h3 {
  font-size: 32px;
  font-weight: 700;
}

h4 {
  font-size: 26px;
  font-weight: 700;
}

h5 {
  font-size: 22px;
  font-weight: 600;
}

h6 {
  font-size: 18px;
  font-weight: 600;
}

p {
  color: #A6B4C8;
  font-weight: 400;
}

.space-py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.space-pt-100 {
  padding-top: 100px;
}

.space-pb-100 {
  padding-bottom: 100px;
}

.space-arrow {
  padding-bottom: 120px;
}

.btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 10px 35px;
  border: 2px solid #E74C3C;
  background-color: #E74C3C;
  border-radius: 30px;
  position: relative;
  -webkit-animation: all 0.7s ease;
          animation: all 0.7s ease;
  z-index: 1;
  overflow: hidden;
}
.btn:hover {
  color: #ffffff;
}
.btn::before {
  background: #ffffff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.2;
  position: absolute;
  top: -50px;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
  z-index: -10;
}
.btn:hover::before {
  left: 120%;
  -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

.title {
  text-align: center;
  margin-bottom: 40px;
}
.title h6 {
  text-transform: uppercase;
  color: #E74C3C;
}
.title h3 {
  text-transform: capitalize;
}

.bg-primary {
  background-color: #E74C3C !important;
}

.bg-secondary {
  background-color: #2980B9 !important;
}

.bg-success {
  background-color: #16A085 !important;
}

.bg-info {
  background-color: #8E44AD !important;
}

.bg-warning {
  background-color: #FF9F1A !important;
}

.bg-danger {
  background-color: #6F1E51 !important;
}

.font-primary {
  color: #E74C3C !important;
}

.cdx-row {
  margin-bottom: -24px;
}
.cdx-row > div {
  margin-bottom: 24px;
}

.slide-arrow .slick-prev, .slide-arrow .slick-next {
  width: 45px;
  height: 45px;
  border: 2px solid #E74C3C;
  border-radius: 50%;
  z-index: 1;
  background-color: #ffffff;
}
.slide-arrow .slick-prev::before, .slide-arrow .slick-next::before {
  font-family: "FontAwesome";
  color: #E74C3C;
  opacity: 1;
}
.slide-arrow .slick-prev::before {
  content: "\f060";
}
.slide-arrow .slick-next::before {
  content: "\f061";
}

.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
  border-color: #E74C3C;
}

.cdx-tab {
  border-bottom: none;
}
.cdx-tab li a {
  background-color: rgba(231, 76, 60, 0.1);
  color: #E74C3C;
  padding: 8px 20px;
  border-radius: 30px;
  text-transform: capitalize;
  font-size: 14px;
  display: inline-block;
}
.cdx-tab li a.active {
  background-color: #E74C3C;
  color: #ffffff;
}
.cdx-tab li + li {
  margin-left: 15px;
}

/*******************
 02 HEADER START
********************/
header {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #ffffff;
  z-index: 9;
  position: relative;
}
header .header-contain {
  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;
}
header .codex-brand img {
  width: 150px;
  height: auto;
}
header .menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .menu-list a {
  color: #36100C;
}
header .menu-list > li {
  position: relative;
  padding: 10px 0;
}
header .menu-list > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 18px;
}
header .menu-list > li > a i {
  font-weight: 600;
  margin-left: 10px;
}
header .menu-list > li + li {
  margin-left: 40px;
}
header .menu-list > li:hover > a {
  color: #E74C3C;
}
header .menu-list > li:hover .submenu-list {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
header .menu-list li {
  text-transform: capitalize;
}
header .menu-list li .submenu-list {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 140px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px 0 rgba(54, 16, 12, 0.1);
          box-shadow: 0 0 10px 0 rgba(54, 16, 12, 0.1);
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
header .menu-list li .submenu-list a {
  padding: 10px 20px;
  display: block;
  width: 100%;
}
header .menu-list li .submenu-list li:hover a {
  background-color: #E74C3C;
  color: #ffffff;
}
header .menu-list li .submenu-list li + li {
  border-top: 1px solid #E5E5E5;
}
header .btn {
  padding: 6px 25px;
  font-size: 14px;
}
header .menu-action {
  margin-left: 20px;
  display: none;
  position: relative;
}
header .menu-action i {
  font-size: 24px;
}
header .menu-action .close-menu {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 3;
  color: #ffffff;
}
header.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  -webkit-animation: fadeInDown 0.5s ease;
          animation: fadeInDown 0.5s ease;
  -webkit-box-shadow: 0 0 10px 0 rgba(54, 16, 12, 0.1);
          box-shadow: 0 0 10px 0 rgba(54, 16, 12, 0.1);
}

/*******************
 03 INTRO START
********************/
.intro {
  height: calc(100vh - 87px);
  background-color: rgba(231, 76, 60, 0.03);
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.intro .img-wrap {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.intro .img-wrap img {
  width: 75%;
  height: auto;
}
.intro .img-wrap .puls-efect {
  position: absolute;
  top: 35%;
  left: 0;
  right: 0;
  z-index: -1;
}
.intro .img-wrap .puls-efect li {
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.intro .intro-contain {
  height: calc(100vh - 87px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.intro .intro-contain h1 {
  font-size: 85px;
}
.intro .intro-contain h3 {
  font-size: 55px;
}
.intro .intro-contain h4 {
  font-size: 30px;
  margin-top: 5px;
}
.intro .intro-contain p {
  font-size: 18px;
  margin-top: 25px;
  line-height: 1.6;
}
.intro .intro-contain .btn {
  margin-top: 35px;
}
.intro .shap-list li {
  position: absolute;
  z-index: -1;
}
.intro .shap-list li:first-child, .intro .shap-list li:nth-child(2), .intro .shap-list li:nth-child(3) {
  width: 25px;
  height: 25px;
  border-radius: 50%;
}
.intro .shap-list li:first-child {
  top: 20%;
  left: 33%;
  background-color: #8E44AD;
  animation: move3 20s infinite alternate-reverse;
}
.intro .shap-list li:nth-child(2) {
  bottom: 25%;
  left: 0%;
  background-color: #2980B9;
  -webkit-animation: move3 18s infinite alternate;
          animation: move3 18s infinite alternate;
}
.intro .shap-list li:nth-child(3) {
  top: 28%;
  right: 7%;
  background-color: #E74C3C;
  -webkit-animation: move3 24s infinite alternate;
          animation: move3 24s infinite alternate;
}
.intro .shap-list li:nth-child(4) {
  top: 18%;
  left: 14%;
  -webkit-animation: move4 6s infinite alternate;
          animation: move4 6s infinite alternate;
}
.intro .shap-list li:nth-child(4) i {
  color: #E74C3C;
}
.intro .shap-list li:nth-child(5) {
  top: 8%;
  right: 25%;
  animation: move4 5s infinite alternate-reverse;
}
.intro .shap-list li:nth-child(5) i {
  color: #2980B9;
}
.intro .shap-list li:nth-child(6) {
  bottom: 12%;
  right: 13%;
  -webkit-animation: move4 4s infinite alternate;
          animation: move4 4s infinite alternate;
}
.intro .shap-list li:nth-child(6) i {
  color: #16A085;
}
.intro .shap-list li:nth-child(7) {
  bottom: 12%;
  left: 24%;
  animation: move4 5s infinite alternate-reverse;
}
.intro .shap-list li:nth-child(7) i {
  color: #8E44AD;
}
.intro .shap-list li:nth-child(8), .intro .shap-list li:nth-child(9), .intro .shap-list li:nth-child(10) {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 18px solid #E74C3C;
}
.intro .shap-list li:nth-child(8) {
  top: 30%;
  left: 45%;
  -webkit-animation: move5 10s infinite alternate;
          animation: move5 10s infinite alternate;
}
.intro .shap-list li:nth-child(9) {
  bottom: 20%;
  left: 50%;
  border-bottom: 18px solid #16A085;
  -webkit-animation: move5 8s infinite alternate;
          animation: move5 8s infinite alternate;
}
.intro .shap-list li:nth-child(10) {
  bottom: 35%;
  right: 10%;
  border-bottom: 18px solid #8E44AD;
  -webkit-animation: move5 12s infinite alternate;
          animation: move5 12s infinite alternate;
}
.intro .shap-list li:nth-child(11) {
  top: 4%;
  left: 0;
  animation: move2 25s infinite alternate-reverse;
}
.intro .shap-list li:nth-child(12) {
  top: 40%;
  right: 0%;
  -webkit-animation: move2 28s infinite alternate;
          animation: move2 28s infinite alternate;
}
.intro .shap-list li:nth-child(13) {
  bottom: -5%;
  left: 6%;
  -webkit-animation: move2 30s infinite alternate;
          animation: move2 30s infinite alternate;
}
.intro .shap-list li:nth-child(14) {
  bottom: 23%;
  right: 20%;
  animation: move2 24s infinite alternate-reverse;
}
.intro .cdxwater {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

.puls-efect li {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #E74C3C;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  opacity: 0.3;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-animation: anipuls1 4s linear infinite;
          animation: anipuls1 4s linear infinite;
}
.puls-efect li:nth-child(2) {
  -webkit-animation: anipuls2 4s linear infinite;
          animation: anipuls2 4s linear infinite;
}
.puls-efect li:nth-child(3) {
  -webkit-animation: anipuls3 4s linear infinite;
          animation: anipuls3 4s linear infinite;
}

@-webkit-keyframes move2 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes move2 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes move3 {
  0% {
    -webkit-transform: rotate(0deg) translateX(0px);
            transform: rotate(0deg) translateX(0px);
  }
  100% {
    -webkit-transform: rotate(360deg) translateX(100px);
            transform: rotate(360deg) translateX(100px);
  }
}
@keyframes move3 {
  0% {
    -webkit-transform: rotate(0deg) translateX(0px);
            transform: rotate(0deg) translateX(0px);
  }
  100% {
    -webkit-transform: rotate(360deg) translateX(100px);
            transform: rotate(360deg) translateX(100px);
  }
}
@-webkit-keyframes move4 {
  0% {
    -webkit-transform: rotate(0deg) scale(0);
            transform: rotate(0deg) scale(0);
  }
  100% {
    -webkit-transform: rotate(45deg) scale(1.02);
            transform: rotate(45deg) scale(1.02);
  }
}
@keyframes move4 {
  0% {
    -webkit-transform: rotate(0deg) scale(0);
            transform: rotate(0deg) scale(0);
  }
  100% {
    -webkit-transform: rotate(45deg) scale(1.02);
            transform: rotate(45deg) scale(1.02);
  }
}
@-webkit-keyframes move5 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
@keyframes move5 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
@-webkit-keyframes anipuls1 {
  0% {
    -webkit-transform: scale(5.5);
            transform: scale(5.5);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: scale(8.5);
            transform: scale(8.5);
    opacity: 0;
  }
}
@keyframes anipuls1 {
  0% {
    -webkit-transform: scale(5.5);
            transform: scale(5.5);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: scale(8.5);
            transform: scale(8.5);
    opacity: 0;
  }
}
@-webkit-keyframes anipuls2 {
  0% {
    -webkit-transform: scale(3.5);
            transform: scale(3.5);
  }
  100% {
    -webkit-transform: scale(5.5);
            transform: scale(5.5);
  }
}
@keyframes anipuls2 {
  0% {
    -webkit-transform: scale(3.5);
            transform: scale(3.5);
  }
  100% {
    -webkit-transform: scale(5.5);
            transform: scale(5.5);
  }
}
@-webkit-keyframes anipuls3 {
  0% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(3.5);
            transform: scale(3.5);
  }
}
@keyframes anipuls3 {
  0% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(3.5);
            transform: scale(3.5);
  }
}
/*******************
 04 ABOUT START
********************/
.about .img-wrap {
  background-color: rgba(231, 76, 60, 0.1);
  border-radius: 10px;
  overflow: hidden;
}
.about .about-contain .btn {
  margin-top: 30px;
}
.about .cdx-tab {
  margin-bottom: 30px;
}
.about .about-intro p {
  text-transform: capitalize;
}
.about .about-intro .info-list {
  margin-top: 15px;
}
.about .about-intro .info-list li {
  text-transform: capitalize;
  color: #A6B4C8;
  font-weight: 400;
}
.about .about-intro .info-list li > span {
  color: #36100C;
  min-width: 115px;
  display: inline-block;
  margin-right: 15px;
  font-weight: 500;
}
.about .about-intro .info-list li > span span {
  float: right;
}
.about .about-intro .info-list li + li {
  margin-top: 5px;
}
.about .deucation-grid {
  -webkit-box-shadow: 0 0 10px 0 rgba(54, 16, 12, 0.1);
          box-shadow: 0 0 10px 0 rgba(54, 16, 12, 0.1);
  border-left: 5px solid #E74C3C;
  padding: 20px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}
.about .deucation-grid h6 {
  margin-bottom: 5px;
  text-transform: uppercase;
}
.about .deucation-grid span {
  color: #E74C3C;
}
.about .deucation-grid p {
  font-size: 14px;
  margin-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.progress-group {
  margin-bottom: 30px;
}
.progress-group h6 {
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 14px;
}
.progress-group h6 span {
  float: right;
}
.progress-group .progress {
  background-color: rgba(231, 76, 60, 0.1);
  height: 10px;
}
.progress-group .progress-bar {
  background-color: #E74C3C;
}

/*******************
 05 COUNTER START
********************/
.codex-counter {
  padding-top: 80px;
}
.codex-counter .count-grid {
  text-align: center;
  padding: 30px 10px;
  -webkit-box-shadow: 0 0 10px 0 rgba(54, 16, 12, 0.1);
          box-shadow: 0 0 10px 0 rgba(54, 16, 12, 0.1);
  border-radius: 10px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.codex-counter .count-grid .count-detail {
  margin-top: 20px;
}
.codex-counter .count-grid .count-detail h5 {
  color: #A6B4C8;
}
.codex-counter .count-grid:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 0 30px 0 rgba(54, 16, 12, 0.1);
          box-shadow: 0 0 30px 0 rgba(54, 16, 12, 0.1);
}

/*******************
 06 SERVICE START
********************/
.codex-services .service-grid {
  text-align: center;
  padding: 30px;
  -webkit-box-shadow: 0 0 10px 0 rgba(54, 16, 12, 0.1);
          box-shadow: 0 0 10px 0 rgba(54, 16, 12, 0.1);
  border-radius: 10px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.codex-services .service-grid .icon-wrap {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.codex-services .service-grid h4 {
  margin-bottom: 5px;
}
.codex-services .service-grid p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.codex-services .service-grid:hover {
  -webkit-box-shadow: 0 0 30px 0 rgba(54, 16, 12, 0.1);
          box-shadow: 0 0 30px 0 rgba(54, 16, 12, 0.1);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

/*******************
 07 PORTFOLIO START
********************/
.portfolio .tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
}
.portfolio .tab-list li a {
  display: block;
  font-size: 16px;
  text-transform: capitalize;
  border-radius: 30px;
  padding: 10px 22px;
  background-color: rgba(231, 76, 60, 0.1);
}
.portfolio .tab-list li + li {
  margin-left: 20px;
}
.portfolio .tab-list li.active a {
  background-color: #E74C3C;
  color: #ffffff;
}
.portfolio .portfolio-grid {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.portfolio .portfolio-grid .work-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: grid;
  place-content: center;
  background-color: rgba(54, 16, 12, 0.8);
  color: #ffffff;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 1;
  font-size: 38px;
}
.portfolio .portfolio-grid img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.portfolio .portfolio-grid:hover .work-link {
  opacity: 1;
}
.portfolio .portfolio-grid:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/*******************
 08 SKILL START
********************/
.skill-wrap {
  position: relative;
  border-radius: 50%;
  width: 100%;
  height: 490px;
}
.skill-wrap .skillicon-lists li {
  position: absolute;
}
.skill-wrap .skillicon-lists li a {
  border-radius: 50%;
  border: 5px solid rgba(231, 76, 60, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 170px;
  height: 170px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.skill-wrap .skillicon-lists li a.active {
  border-color: #E74C3C;
}
.skill-wrap .skillicon-lists li img {
  width: auto;
  height: 45%;
}
.skill-wrap .skillicon-lists li:first-child {
  top: 50%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.skill-wrap .skillicon-lists li:nth-child(2) {
  top: 50%;
  left: 0;
  margin-right: -50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.skill-wrap .skillicon-lists li:nth-child(3) {
  bottom: 0;
  left: 17%;
}
.skill-wrap .skillicon-lists li:nth-child(4) {
  bottom: 0;
  left: 51%;
}
.skill-wrap .skillicon-lists li:nth-child(5) {
  top: 50%;
  right: 0;
  margin-left: -50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.skill-wrap .skillicon-lists li:nth-child(6) {
  top: 0;
  left: 50%;
}
.skill-wrap .skillicon-lists li:nth-child(7) {
  top: 0;
  left: 16%;
}

.skill-detail {
  position: relative;
}
.skill-detail h2 {
  margin-bottom: 10px;
  text-transform: capitalize;
}
.skill-detail h5 {
  color: #A6B4C8;
  margin-bottom: 20px;
}
.skill-detail .skillicon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0.08;
  z-index: 1;
}
.skill-detail .cdxprogress {
  margin-top: 80px;
  height: 35px;
}
.skill-detail .cdxprogress .countbar {
  background-color: #E74C3C;
  height: 35px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  position: relative;
}
.skill-detail .cdxprogress .countbar h3 {
  position: absolute;
  right: -19px;
  top: -55px;
  color: #ffffff;
  background-color: #E74C3C;
  padding: 8px 20px;
  font-size: 14px;
  border-radius: 5px;
}
.skill-detail .cdxprogress .countbar h3::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 11px solid #E74C3C;
}
.skill-detail .cdxprogress .barline {
  height: 35px;
  background-color: rgba(231, 76, 60, 0.08);
  border-radius: 10px;
}

/***********************
 09 PRICING START
************************/
.prcing .prcing-grid {
  -webkit-box-shadow: 0 0 10px 0 rgba(54, 16, 12, 0.1);
          box-shadow: 0 0 10px 0 rgba(54, 16, 12, 0.1);
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.prcing .prcing-grid .price-header {
  text-align: center;
  padding-top: 35px;
  padding-bottom: 35px;
  background-color: #E74C3C;
}
.prcing .prcing-grid .price-header .icon-wrap {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ffffff;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.prcing .prcing-grid .price-header h6, .prcing .prcing-grid .price-header h4 {
  color: #ffffff;
}
.prcing .prcing-grid .price-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 30px;
  padding-bottom: 35px;
}
.prcing .prcing-grid .price-body ul li {
  font-size: 18px;
}
.prcing .prcing-grid .price-body ul li i {
  margin-right: 10px;
}
.prcing .prcing-grid .price-body ul li + li {
  margin-top: 5px;
}
.prcing .prcing-grid .price-body .btn {
  margin-top: 20px;
  width: 100%;
}
.prcing .prcing-grid:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 0 30px 0 rgba(54, 16, 12, 0.1);
          box-shadow: 0 0 30px 0 rgba(54, 16, 12, 0.1);
}

/***********************
 10 TESTIMONIAL START
************************/
.testimonial .testimonial-contain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 0 10px 0 rgba(54, 16, 12, 0.1);
          box-shadow: 0 0 10px 0 rgba(54, 16, 12, 0.1);
  padding: 30px;
  border-radius: 10px;
  margin: 10px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.testimonial .testimonial-contain .testimonial-detail h6 {
  color: #E74C3C;
  margin-bottom: 15px;
}
.testimonial .testimonial-contain .testimonial-detail .rating-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}
.testimonial .testimonial-contain .testimonial-detail .rating-list li i {
  color: #FF9F1A;
  font-size: 40px;
}
.testimonial .testimonial-contain .testimonial-detail .rating-list li + li {
  margin-left: 10px;
}
.testimonial .slick-prev, .testimonial .slick-next {
  bottom: 15px;
  top: unset;
}
.testimonial .slick-prev {
  right: 100px;
  left: unset;
}
.testimonial .slick-next {
  right: 45px;
}
.testimonial .shap i {
  font-size: 210px;
  color: rgba(231, 76, 60, 0.08);
  position: absolute;
}
.testimonial .shap i:first-child {
  top: 30px;
  left: 30%;
}
.testimonial .shap i:nth-child(2) {
  bottom: 30px;
  right: 5%;
}

/***********************
 11 GET IN TOUCH START
************************/
.get-touch .contact-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}
.get-touch .contact-list li {
  -webkit-box-shadow: 0 0 10px 0 rgba(54, 16, 12, 0.1);
          box-shadow: 0 0 10px 0 rgba(54, 16, 12, 0.1);
  border-radius: 10px;
  padding: 30px;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.get-touch .contact-list li:hover {
  -webkit-box-shadow: 0 0 30px 0 rgba(54, 16, 12, 0.1);
          box-shadow: 0 0 30px 0 rgba(54, 16, 12, 0.1);
}
.get-touch .contact-list li .list-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.get-touch .contact-list li .icon-wrap {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.get-touch .contact-list li .detail-wrap {
  margin-left: 20px;
}
.get-touch .contact-list li + li {
  margin-left: 24px;
}
.get-touch form {
  padding: 30px;
  -webkit-box-shadow: 0 0 10px 0 rgba(54, 16, 12, 0.1);
          box-shadow: 0 0 10px 0 rgba(54, 16, 12, 0.1);
  border-radius: 10px;
}
.get-touch .form-group {
  margin-bottom: 24px;
}
.get-touch .form-group > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.get-touch .form-group > div .form-control:nth-child(2) {
  margin-left: 24px;
}
.get-touch .form-group .form-control {
  border-color: #E5E5E5;
  padding: 12px 18px;
  border-radius: 5px;
}
.get-touch .form-group .form-control::-webkit-input-placeholder {
  color: #A6B4C8;
  text-transform: capitalize;
}
.get-touch .form-group .form-control::-moz-placeholder {
  color: #A6B4C8;
  text-transform: capitalize;
}
.get-touch .form-group .form-control:-ms-input-placeholder {
  color: #A6B4C8;
  text-transform: capitalize;
}
.get-touch .form-group .form-control::-ms-input-placeholder {
  color: #A6B4C8;
  text-transform: capitalize;
}
.get-touch .form-group .form-control::placeholder {
  color: #A6B4C8;
  text-transform: capitalize;
}
.get-touch .form-group .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.get-touch .form-group textarea {
  height: 177px;
}
.get-touch .form-group .btn {
  margin-top: 10px;
}

/*******************
 12 BLOG START
********************/
.blog .blog-grid {
  -webkit-box-shadow: 0 0 10px 0 rgba(54, 16, 12, 0.1);
          box-shadow: 0 0 10px 0 rgba(54, 16, 12, 0.1);
  border-radius: 10px;
  margin: 8px 12px;
  overflow: hidden;
}
.blog .blog-grid .img-wrap img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.blog .blog-grid .blog-detail {
  padding: 25px;
}
.blog .blog-grid .blog-detail .blog-date {
  color: #A6B4C8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.blog .blog-grid .blog-detail .blog-date img {
  margin-right: 10px;
}
.blog .blog-grid .blog-detail h6 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 5px;
}
.blog .blog-grid:hover .img-wrap img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.effect1 .img-wrap, .effect1 .icon-wrap {
  position: relative;
  overflow: hidden;
}
.effect1 .img-wrap::before, .effect1 .icon-wrap::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
}
.effect1:hover .img-wrap::before, .effect1:hover .icon-wrap::before {
  -webkit-animation: effect1 1s;
          animation: effect1 1s;
}
.effect1.inverce-color .img-wrap::before, .effect1.inverce-color .icon-wrap::before {
  background-color: rgba(231, 76, 60, 0.2);
}

@-webkit-keyframes effect1 {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

@keyframes effect1 {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
/*******************
 13 FOOTER START
********************/
footer {
  background-color: #36100C;
}
footer .footer-grid h4 {
  color: #ffffff;
  margin-bottom: 20px;
  text-transform: uppercase;
}
footer .footer-grid p {
  color: #ffffff;
  padding-right: 80px;
}
footer .footer-grid .social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px;
}
footer .footer-grid .social-list li a {
  width: 35px;
  height: 35px;
  color: #36100C;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ffffff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
footer .footer-grid .social-list li a i {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
footer .footer-grid .social-list li a:hover {
  background-color: #E74C3C;
}
footer .footer-grid .social-list li a:hover i {
  color: #ffffff;
}
footer .footer-grid .social-list li + li {
  margin-left: 15px;
}
footer .footer-grid .link-list li {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
footer .footer-grid .link-list li a {
  font-weight: 400;
  color: #ffffff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
footer .footer-grid .link-list li a i {
  margin-right: 12px;
  font-size: 20px;
}
footer .footer-grid .link-list li + li {
  margin-top: 10px;
}
footer .footer-grid .link-list li:hover {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
footer .footer-grid .link-list li:hover a {
  color: #E74C3C;
}
footer .footer-grid .insta-list {
  margin-left: -5px;
}
footer .footer-grid .insta-list li {
  display: inline-block;
  margin-left: 5px;
  margin-top: 8px;
}
footer .footer-grid .insta-list li a {
  overflow: hidden;
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 10px;
  display: inline-block;
}
footer .footer-grid .insta-list li a::before {
  content: "\f16d";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(54, 16, 12, 0.8);
  display: grid;
  place-content: center;
  color: #ffffff;
  font-family: "FontAwesome";
  font-size: 30px;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
footer .footer-grid .insta-list li a img {
  width: 100%;
  height: 100%;
}
footer .footer-grid .insta-list li a:hover::before {
  opacity: 1;
}

/**************
 14 TAP TOP START
***************/
/*tap top*/
.taptoscroll-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 3;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateY(150px);
          transform: translateY(150px);
  opacity: 0;
  visibility: hidden;
}
.taptoscroll-top img {
  width: auto;
  height: 70px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.taptoscroll-top.show {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
  -webkit-animation: welcomemove 2s infinite alternate;
          animation: welcomemove 2s infinite alternate;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.taptoscroll-top:hover {
  -webkit-transform: scale(1.2) translateY(-30px);
          transform: scale(1.2) translateY(-30px);
}

@-webkit-keyframes welcomemove {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes welcomemove {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
/***********************
 15 DOCUMANTATION START
************************/
.dock-header {
  -webkit-box-shadow: 0 0 10px 0 rgba(54, 16, 12, 0.1);
          box-shadow: 0 0 10px 0 rgba(54, 16, 12, 0.1);
}

.custom-container {
  width: calc(100% - 320px);
  margin-left: auto;
  padding-left: 50px;
  padding-right: 50px;
}

.cdx-sidebar {
  position: fixed;
  top: 0;
  left: 0;
  width: 320px;
  height: 100vh;
  background-color: #ffffff;
  z-index: 2;
  -webkit-box-shadow: 0 0 30px 0 rgba(54, 16, 12, 0.1);
          box-shadow: 0 0 30px 0 rgba(54, 16, 12, 0.1);
  z-index: 10;
}
.cdx-sidebar .codex-brand {
  padding: 30px;
  border-bottom: 1px solid #E5E5E5;
}
.cdx-sidebar .codex-brand img {
  width: 140px;
  height: auto;
}
.cdx-sidebar .menu-list {
  margin-top: 40px;
  padding-left: 30px;
  padding-right: 30px;
}
.cdx-sidebar .menu-list li {
  text-transform: capitalize;
}
.cdx-sidebar .menu-list li a {
  font-size: 20px;
  color: #36100C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cdx-sidebar .menu-list li a svg {
  width: auto;
  height: 24px;
  margin-right: 15px;
}
.cdx-sidebar .menu-list li a i {
  margin-right: 10px;
}
.cdx-sidebar .menu-list li + li {
  margin-top: 10px;
}

.dock-body .telink {
  color: #E74C3C !important;
}
.dock-body .dock-title {
  text-transform: uppercase;
  border: 1px solid #E5E5E5;
  background-color: #E5E5E5;
  padding: 30px;
  border-radius: 10px;
  background-color: #36100C;
  color: #ffffff;
}
.dock-body .featuer-list {
  padding-left: 20px;
}
.dock-body .featuer-list li {
  list-style: square;
  font-size: 16px;
  color: #A6B4C8;
  text-transform: capitalize;
  font-weight: 500;
}
.dock-body .featuer-list li .telink {
  color: #E74C3C;
}
.dock-body .featuer-list li a {
  color: #A6B4C8;
}
.dock-body .featuer-list li + li {
  margin-top: 10px;
}
.dock-body .featuer-list li .command-list {
  padding-left: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.dock-body .featuer-list li .command-list li {
  text-transform: lowercase;
  list-style: auto;
}
.dock-body .folder-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 20px;
}
.dock-body .folder-list li a i {
  color: #E74C3C;
  margin-right: 10px;
  min-width: 20px;
}
.dock-body .folder-list li ul {
  margin-left: 25px;
}
.dock-body .folder-list li ul li a {
  font-size: 18px;
}
.dock-body .wtree {
  position: relative;
}
.dock-body .wtree li {
  position: relative;
  list-style-type: none;
  margin: 10px 0 10px 10px;
}
.dock-body .wtree li:before {
  content: " ";
  position: absolute;
  top: 0px;
  left: -25px;
  border-left: 1px solid #A6B4C8;
  border-bottom: 1px solid #A6B4C8;
  width: 15px;
  height: 15px;
}
.dock-body .wtree li:after {
  position: absolute;
  content: " ";
  top: 14px;
  left: -25px;
  border-left: 1px solid #A6B4C8;
  width: 15px;
  height: 100%;
}
.dock-body .wtree li:last-child:after {
  display: none;
}
.dock-body .card {
  border: none;
  background-color: transparent;
}
.dock-body .card .card-body {
  margin-top: 30px;
  background-color: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 30px 0 rgba(54, 16, 12, 0.1);
          box-shadow: 0 0 30px 0 rgba(54, 16, 12, 0.1);
  padding: 30px;
}

/************************
 15 CUSTOMIZER START
***********************/
.customizer {
  position: fixed;
  top: 45%;
  right: 0;
  z-index: 5;
}
.customizer ul li {
  display: block;
  background-color: #ffffff;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  position: relative;
}
.customizer ul li > div {
  -webkit-box-shadow: 0 0 10px 0 rgba(54, 16, 12, 0.1);
          box-shadow: 0 0 10px 0 rgba(54, 16, 12, 0.1);
}
.customizer ul li svg {
  width: 25px;
  height: 25px;
  fill: #E74C3C;
}
.customizer ul li .toggle-color {
  padding: 15px;
}
.customizer ul li .pick-color {
  background-color: #ffffff;
  padding: 25px;
  width: 225px;
  position: absolute;
  top: 0;
  right: -225px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.customizer ul li .pick-color .close-colorpick {
  position: absolute;
  top: -20px;
  left: -20px;
  width: 40px;
  height: 40px;
  background-color: #fdf3f2;
  border-radius: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.customizer ul li .pick-color .close-colorpick i {
  font-size: 22px;
  color: #E74C3C;
}
.customizer ul li .pick-color h5 {
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}
.customizer ul li .pick-color .color-list {
  margin-left: -10px;
}
.customizer ul li .pick-color .color-list li {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  background-color: #e74c3c;
  display: inline-block;
  margin-left: 10px;
}
.customizer ul li .pick-color .color-list li:nth-child(2) {
  background-color: #e67e22;
}
.customizer ul li .pick-color .color-list li:nth-child(3) {
  background-color: #8e44ad;
}
.customizer ul li .pick-color .color-list li:nth-child(4) {
  background-color: #3B3B98;
}
.customizer ul li .pick-color .color-list li:nth-child(5) {
  background-color: #1abc9c;
}
.customizer ul li .pick-color .color-list li:nth-child(6) {
  background-color: #3498db;
}
.customizer ul li .pick-color.open {
  right: 0;
  visibility: visible;
  opacity: 1;
}

@media screen and (max-width: 1399px) {
  .space-py-100 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .space-pt-100 {
    padding-top: 80px;
  }
  .space-pb-100 {
    padding-bottom: 80px;
  }
  .intro .img-wrap .puls-efect li {
    width: 60px;
    height: 60px;
  }
  .intro .intro-contain h3 {
    font-size: 45px;
  }
  .intro .intro-contain h1 {
    font-size: 75px;
  }
  .skill-wrap {
    height: 410px;
  }
  .skill-wrap .skillicon-lists li a {
    width: 145px;
    height: 145px;
  }
  .get-touch .contact-list .icon-wrap {
    width: 70px;
    height: 70px;
  }
  footer .footer-grid .insta-list li a {
    width: 70px;
    height: 70px;
  }
}
@media screen and (max-width: 1199px) {
  .space-py-100 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .space-pt-100 {
    padding-top: 60px;
  }
  .space-pb-100 {
    padding-bottom: 60px;
  }
  .btn {
    padding: 8px 30px;
  }
  .intro .img-wrap img {
    width: 85%;
  }
  .intro .intro-contain h3 {
    font-size: 40px;
  }
  .intro .intro-contain h1 {
    font-size: 65px;
  }
  .intro .intro-contain p {
    font-size: 16px;
    margin-top: 20px;
  }
  .intro .intro-contain .btn {
    margin-top: 30px;
  }
  .about .about-contain .btn {
    margin-top: 20px;
  }
  .codex-counter {
    padding-top: 40px;
  }
  .codex-counter .count-grid .icon-wrap img {
    width: auto;
    height: 60px;
  }
  .slide-arrow .slick-prev, .slide-arrow .slick-next {
    width: 38px;
    height: 38px;
  }
  .slide-arrow .slick-prev::before, .slide-arrow .slick-next::before {
    font-size: 16px;
  }
  .prcing .prcing-grid .price-body {
    padding-top: 25px;
    padding-bottom: 30px;
  }
  .blog .slide-arrow .slick-prev {
    left: -10px;
  }
  .blog .slide-arrow .slick-next {
    right: -10px;
  }
  .codex-services .service-grid {
    padding: 25px;
  }
  .codex-services .service-grid .icon-wrap {
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
  }
  .codex-services .service-grid .icon-wrap img {
    height: 30px;
  }
  .skill-detail .cdxprogress .barline {
    height: 30px;
  }
  .skill-detail .cdxprogress .countbar {
    height: 30px;
  }
  .skill-wrap {
    height: 345px;
  }
  .skill-wrap .skillicon-lists li a {
    width: 120px;
    height: 120px;
  }
  .get-touch .form-group textarea {
    height: 130px;
  }
  .get-touch .contact-list li .icon-wrap {
    width: 70px;
    height: 70px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
  }
  .get-touch .contact-list li .icon-wrap img {
    width: auto;
    height: 30px;
  }
  .get-touch .contact-list li .detail-wrap {
    margin-left: unset;
  }
  .get-touch .contact-list li .list-grid {
    display: block;
    text-align: center;
  }
  .testimonial .testimonial-contain .testimonial-detail .rating-list li i {
    font-size: 30px;
  }
  footer .footer-grid p {
    padding-right: unset;
  }
  footer .footer-grid .insta-list li a {
    width: 57px;
    height: 57px;
  }
}
@media screen and (max-width: 991px) {
  h1 {
    font-size: 38px;
  }
  h2 {
    font-size: 32px;
  }
  .dock-body h4 {
    font-size: 22px;
  }
  .dock-body .dock-title {
    padding: 20px;
  }
  .dock-body .dock-title h4 {
    font-size: 22px;
  }
  .dock-body .card .card-body {
    padding: 20px;
  }
  .cdx-sidebar {
    inset-inline-start: -320px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .cdx-sidebar > div {
    background-color: #ffffff;
    z-index: 9;
    position: relative;
    top: 0;
    height: 100vh;
  }
  .cdx-sidebar .cdx-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0;
    visibility: hidden;
  }
  .cdx-sidebar .codex-brand {
    padding: 22px 30px;
  }
  .cdx-sidebar .codex-brand img {
    width: 135px;
  }
  .cdx-sidebar.active {
    inset-inline-start: 0;
  }
  .cdx-sidebar.active .cdx-overlay {
    visibility: visible;
    opacity: 0.7;
  }
  .custom-container {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }
  header {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  header .codex-brand img {
    width: 135px;
  }
  header .menu-list {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(54, 16, 12, 0.9);
    display: block;
    padding-top: 50px;
    padding-bottom: 50px;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
  }
  header .menu-list.open {
    opacity: 1;
    visibility: visible;
  }
  header .menu-list.open ~ div > .menu-action .open-menu {
    opacity: 0;
    visibility: hidden;
  }
  header .menu-list.open ~ div > .menu-action .close-menu {
    opacity: 1;
    visibility: visible;
  }
  header .menu-list li {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  header .menu-list li a {
    font-size: 20px;
    color: #ffffff;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
  header .menu-list li a i {
    margin-left: auto;
    font-size: 24px;
  }
  header .menu-list li + li {
    margin-left: unset;
  }
  header .menu-list li .submenu-list {
    padding-left: 15px;
    padding-top: 8px;
  }
  header .menu-list li .submenu-list li a {
    font-size: 16px;
  }
  header .btn {
    margin-left: unset;
  }
  header .menu-action {
    display: block;
  }
  .intro {
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .intro .img-wrap img {
    width: 50%;
  }
  .intro .img-wrap .puls-efect {
    top: 25%;
  }
  .intro .img-wrap .puls-efect li {
    width: 50px;
    height: 50px;
  }
  .intro .intro-row {
    height: auto;
  }
  .intro .intro-row > div:nth-child(2) {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .intro .intro-contain {
    height: auto;
    margin-top: 25px;
  }
  .intro .intro-contain h3 {
    font-size: 35px;
  }
  .intro .intro-contain h1 {
    font-size: 52px;
  }
  .intro .intro-contain h4 {
    font-size: 25px;
  }
  .intro .intro-contain p {
    margin-top: 15px;
  }
  .intro .intro-contain .btn {
    margin-top: 20px;
  }
  .intro .shap-list li:first-child {
    top: 26%;
    left: 10%;
  }
  .intro .shap-list li:first-child, .intro .shap-list li:nth-child(2), .intro .shap-list li:nth-child(3) {
    width: 20px;
    height: 20px;
  }
  .intro .shap-list li:nth-child(11) img, .intro .shap-list li:nth-child(12) img, .intro .shap-list li:nth-child(13) img, .intro .shap-list li:nth-child(14) img {
    width: auto;
    height: 80px;
  }
  .intro .shap-list li:nth-child(2) {
    bottom: 80%;
  }
  .intro .shap-list li:nth-child(12) {
    top: 5%;
  }
  .intro .shap-list li:nth-child(14) {
    bottom: 50%;
    right: 10%;
  }
  .about .img-wrap {
    margin-bottom: 30px;
    width: 70%;
  }
  .codex-counter .count-grid .icon-wrap img {
    height: 55px;
  }
  .codex-counter .count-grid .count-detail {
    margin-top: 10px;
  }
  .skill-detail .skillicon {
    width: auto;
    height: 200px;
  }
  .testimonial .slick-prev {
    left: 25%;
    right: unset;
  }
  .testimonial .slick-next {
    right: 25%;
  }
  .testimonial .slick-prev, .testimonial .slick-next {
    top: 25%;
  }
  .testimonial .shap i:first-child {
    left: 5%;
  }
  .testimonial .testimonial-contain .img-wrap {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  .testimonial .testimonial-contain .img-wrap img {
    width: auto;
    height: 150px;
  }
  .testimonial .testimonial-contain .testimonial-detail {
    text-align: center;
  }
  .testimonial .testimonial-contain .testimonial-detail h6 {
    margin-bottom: 10px;
  }
  .testimonial .testimonial-contain .testimonial-detail .rating-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 15px;
  }
  .get-touch .contact-list li {
    padding: 25px 18px;
  }
  .get-touch .contact-list li .detail-wrap br {
    display: none;
  }
  .get-touch .form-group {
    margin-bottom: 20px;
  }
  .get-touch .form-group > div .form-control:nth-child(2) {
    margin-left: 20px;
  }
  .get-touch form {
    padding: 25px;
  }
  .skill-wrap {
    height: 310px;
  }
  .skill-wrap .skillicon-lists li a {
    width: 105px;
    height: 105px;
  }
  .skill-detail .cdxprogress {
    margin-top: 65px;
    height: 20px;
  }
  .skill-detail .cdxprogress .barline {
    height: 20px;
  }
  .skill-detail .cdxprogress .countbar {
    height: 20px;
  }
  .skill-detail .cdxprogress .countbar h3 {
    padding: 7px 15px;
    font-size: 12px;
    top: -45px;
  }
  .footer-row {
    margin-bottom: -24px;
  }
  .footer-row > div {
    margin-bottom: 24px;
    width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  footer .footer-grid h6 {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .intro {
    height: auto;
    padding: 60px 0;
  }
  .intro .img-wrap {
    margin-bottom: 30px;
  }
  .intro .img-wrap .puls-efect li {
    width: 50px;
    height: 50px;
  }
  .intro .intro-contain h3 {
    font-size: 35px;
  }
  .intro .intro-contain h1 {
    font-size: 45px;
  }
  .intro .intro-row {
    height: auto;
  }
  .intro .intro-row > div:nth-child(2) {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .intro .shap-list li:first-child {
    top: 0;
    left: 16%;
  }
  .intro .shap-list li:nth-child(2) {
    bottom: 80%;
    left: 50%;
  }
  .intro .shap-list li:nth-child(3) {
    top: 35%;
    right: 20%;
  }
  .intro .shap-list li:nth-child(4) {
    top: 5%;
    left: 6%;
  }
  .intro .shap-list li:nth-child(5) {
    top: 5%;
    right: 10%;
  }
  .intro .shap-list li:nth-child(6) {
    bottom: 51%;
    right: 5%;
  }
  .intro .shap-list li:nth-child(7) {
    bottom: 52%;
  }
  .intro .shap-list li:nth-child(11), .intro .shap-list li:nth-child(12), .intro .shap-list li:nth-child(13), .intro .shap-list li:nth-child(14) {
    display: none;
  }
  .intro .shap-list li:nth-child(9) {
    bottom: 50%;
  }
  .intro .shap-list li:nth-child(10) {
    bottom: 58%;
    right: 31%;
  }
  .intro .shap-list li:nth-child(12) {
    top: 46%;
    right: 58%;
  }
  .intro .shap-list li:nth-child(14) {
    bottom: 53%;
    right: 81%;
  }
  .about .cdx-tab {
    margin-bottom: 20px;
  }
  .about .img-wrap {
    margin-bottom: 30px;
  }
  .about .about-intro .info-list {
    margin-top: 10px;
  }
  .portfolio .tab-list {
    display: block;
    text-align: center;
    margin-bottom: 20px;
  }
  .portfolio .tab-list li {
    display: inline-block;
    margin-bottom: 10px;
  }
  .portfolio .tab-list li + li {
    margin-left: 10px;
  }
  .skill-wrap {
    width: 340px;
    margin-bottom: 30px;
  }
  .get-touch .img-wrap {
    margin-bottom: 30px;
  }
  .get-touch .img-wrap img {
    width: 80%;
    height: auto;
  }
  .get-touch .contact-list {
    display: block;
  }
  .get-touch .contact-list li + li {
    margin-left: unset;
    margin-top: 24px;
  }
  .slide-arrow .slick-prev::before, .slide-arrow .slick-next::before {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
  .testimonial .slick-prev, .testimonial .slick-next {
    top: 15%;
  }
  .testimonial .slick-prev {
    left: 15%;
  }
  .testimonial .slick-next {
    right: 15%;
  }
  .testimonial .testimonial-contain .img-wrap {
    margin-bottom: 10px;
  }
  .testimonial .testimonial-contain .img-wrap img {
    height: 100px;
  }
}
@media screen and (max-width: 575px) {
  .slide-arrow .slick-prev, .slide-arrow .slick-next {
    width: 32px;
    height: 32px;
  }
  .slide-arrow .slick-prev:before, .slide-arrow .slick-next:before {
    font-size: 12px;
  }
  .btn {
    padding: 5px 20px;
    font-size: 14px;
  }
  .space-py-100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .space-pt-100 {
    padding-top: 50px;
  }
  .space-pb-100 {
    padding-bottom: 50px;
  }
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 26px;
  }
  h4 {
    font-size: 22px;
  }
  h5 {
    font-size: 20px;
  }
  h6 {
    font-size: 16px;
  }
  .cdx-tab {
    display: block;
    text-align: center;
  }
  .cdx-tab li {
    margin-bottom: 10px;
    display: inline-block;
  }
  .cdx-tab li a {
    font-size: 12px;
    padding: 7px 15px;
  }
  .cdx-tab li + li {
    margin-left: 10px;
  }
  .progress-group {
    margin-bottom: 20px;
  }
  .progress-group .progress {
    height: 5px;
  }
  .title {
    margin-bottom: 20px;
  }
  header {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  header .codex-brand img {
    width: 100px;
  }
  header .btn {
    font-size: 12px;
    padding: 5px 20px;
  }
  .about .cdx-tab {
    margin-bottom: 10px;
  }
  .about .img-wrap {
    width: 100%;
  }
  .about .about-intro .info-list li > span {
    min-width: 95px;
  }
  .intro .img-wrap .puls-efect li {
    width: 30px;
    height: 30px;
  }
  .intro .intro-contain h3 {
    font-size: 28px;
  }
  .intro .intro-contain h1 {
    font-size: 40px;
  }
  .intro .intro-contain h4 {
    font-size: 25px;
  }
  .intro .shap-list li:first-child, .intro .shap-list li:nth-child(2), .intro .shap-list li:nth-child(3) {
    width: 15px;
    height: 15px;
  }
  .intro .shap-list li:nth-child(6) {
    bottom: 65%;
  }
  .intro .shap-list li:nth-child(7) {
    bottom: 80%;
  }
  .intro .shap-list li:nth-child(9) {
    bottom: 90%;
  }
  .intro .shap-list li:nth-child(8), .intro .shap-list li:nth-child(9), .intro .shap-list li:nth-child(10) {
    display: none;
  }
  .skill-wrap {
    width: 280px;
    height: 275px;
  }
  .skill-wrap .skillicon-lists li a {
    width: 90px;
    height: 90px;
  }
  .skill-detail h5 {
    margin-bottom: 10px;
  }
  .skill-detail .cdxprogress {
    margin-top: 50px;
  }
  .portfolio .tab-list {
    margin-bottom: 15px;
  }
  .portfolio .tab-list li {
    margin-bottom: 5px;
  }
  .portfolio .tab-list li a {
    font-size: 12px;
    padding: 7px 15px;
  }
  .testimonial .testimonial-contain {
    padding: 15px;
  }
  .testimonial .testimonial-contain .testimonial-detail .rating-list {
    margin-top: 10px;
  }
  .testimonial .testimonial-contain .testimonial-detail .rating-list li i {
    font-size: 24px;
  }
  .testimonial .testimonial-contain .testimonial-detail .rating-list li + li {
    margin-left: 5px;
  }
  .testimonial .shap i {
    font-size: 150px;
  }
  .testimonial .shap i:nth-child(2) {
    bottom: 55px;
    right: 35px;
  }
  .get-touch form {
    padding: 20px;
  }
  .get-touch .form-group {
    margin-bottom: 15px;
  }
  .get-touch .form-group .btn {
    margin-top: unset;
  }
  .get-touch .form-group .form-control {
    padding: 10px 13px;
  }
  .get-touch .form-group > div .form-control:nth-child(2) {
    margin-left: 15px;
  }
  .blog .slide-arrow .slick-next {
    right: 0;
  }
  .blog .slide-arrow .slick-prev {
    left: 0;
  }
  .blog .blog-grid .blog-detail {
    padding: 20px;
  }
  .footer-row {
    margin-bottom: -30px;
  }
  .footer-row > div {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 30px;
  }
}