:root {

  --internetever-gray: #757a7b;
  --internetever-gray-rgb: 117, 122, 123;
  --internetever-white: #ffffff;
  --internetever-white-rgb: 255, 255, 255;
  --internetever-base: #2ADEC0;
  --internetever-base-rgb: 249, 190, 23;
  --internetever-black: #04171a;
  --internetever-black-rgb: 4, 23, 26;
  --internetever-primary: #7952b3;
  --internetever-primary-rgb: 245, 243, 238;
  --internetever-bdr-color: #e0dcd3;
  --internetever-bdr-color-rgb: 224, 220, 211;

}


.services-page {
    position: relative;
    display: block;
    padding: 50px 0 0;
}
.services-one__list {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.services-one__list li {
    position: relative;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 30px;
}
.services-one__single {
    position: relative;
    display: block;
}
.services-one__content {
    position: relative;
    display: block;
    /* background-color: var(--internetever-primary); */
    background-color: var(--internetever-primary);
    padding: 40px 40px 58px;
    overflow: hidden;
    z-index: 1;
}
.services-one__content:before {
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    content: "";
    /* background-color: var(--internetever-black); */
    background-color: var(--internetever-primary);
    transform: scaleX(0.7) rotateX(20deg);
    opacity: 0;
    transition: all 0.4s linear;
    z-index: -1;
}
.services-one__shape-1 {
    position: absolute;
    top: 0;
    left: 0;
}
.services-one__shape-1 img {
    width: auto;
    mix-blend-mode: luminosity;
    transform: translateX(-200px);
    opacity: 0;
}
.services-one__icon {
    position: relative;
    display: inline-block;
}
.services-one__icon span {
    position: relative;
    display: inline-block;
    font-size: 64px;
    color: var(--internetever-base);
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.services-one__title {
    font-size: 22px;
    font-weight: 600;
    line-height: 26px;
    margin-top: 19px;
    position: relative;
    display: block;
    z-index: 2;
}
.services-one__title a {
    color: var(--internetever-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    text-transform: uppercase;
}
.services-one__single:hover .services-one__shape-1 img {
    transform: translateX(0px);
    transition: all 1000ms ease;
    transition-delay: 300ms;
    opacity: .20;
}


.section-title {
    position: relative;
    display: block;
    margin-top: -9px;
    margin-bottom: 46px;
}
.section-title__title {
    margin: 0;
    color: var(--internetever-primary);
    font-size: 50px;
    line-height: 60px;
    font-weight: 600;
    margin-top: 4px;
    text-transform: uppercase;
}
/*--------------------------------------------------------------
# Project One
--------------------------------------------------------------*/
.project-one {
  position: relative;
  display: block;
  padding: 50px 0 50px;
}

.project-one .container {
  max-width: 1600px;
}

.project-one__carousel {
  position: relative;
  display: block;
}

.project-one__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.project-one__img-box {
  position: relative;
  display: block;
  z-index: 1;
}

.project-one__img-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /*background-image: -moz-linear-gradient(90deg, rgb(249, 190, 23) 0%, rgba(4, 23, 26, 0) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(249, 190, 23) 0%, rgba(4, 23, 26, 0) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(249, 190, 23) 0%, rgba(4, 23, 26, 0) 100%);*/
  background-image: -moz-linear-gradient(90deg, rgb(0, 0, 23) 0%, rgba(4, 23, 26, 0) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(0, 0, 23) 0%, rgba(4, 23, 26, 0) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(0, 0, 23) 0%, rgba(4, 23, 26, 0) 100%);
  background-repeat: no-repeat;
  background-position: bottom left;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  z-index: 2;
}

.project-one__single:hover .project-one__img-box::before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

/*.project-one__img-box::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 20px;
  background-color: var(--internetever-white);
  transform: translateY(100%);
  transition: all 500ms ease;
  z-index: 2;
}*/

.project-one__single:hover .project-one__img-box::after {
  transform: translateY(0);
}

.project-one__img {
  position: relative;
  display: block;
  z-index: 1;
}

.project-one__img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /*background-color: var(--internetever-black);*/
  z-index: -1;
}

.project-one__img img {
  width: 100%;
  mix-blend-mode: luminosity;
}

.project-one__content {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 80px;
  transition: all 500ms ease;
  z-index: 5;
}

.project-one__single:hover .project-one__content {
  bottom: 0;
}

.project-one__tag {
  position: relative;
  display: inline-block;
  background-color: var(--internetever-base);
  padding: 7px 40px 8px;
  padding-right: 29px;
  z-index: 3;
}

.project-one__tag::before {
  content: "";
  position: absolute;
  top: 0;
  right: -12px;
  border-top: 20px solid transparent;
  border-left: 12px solid var(--internetever-base);
  border-bottom: 20px solid transparent;
}

.project-one__tag p {
  font-size: 15px;
  font-weight: 600;
  line-height: 25px;
  color: var(--internetever-black);
}

.project-one__title-box {
  position: relative;
  display: block;
  max-width: 272px;
  width: 100%;
  padding: 27px 40px 27px;
  background-color: var(--internetever-white);
  transition: all 500ms ease;
  z-index: 3;
}

.project-one__single:hover .project-one__title-box {
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
}

.project-one__title {
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
  text-transform: uppercase;
}

.project-one__title a {
  color: var(--internetever-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.project-one__title a:hover {
  color: var(--internetever-base);
}

.project-one__arrow-box {
  position: absolute;
  top: 30px;
  right: 30px;
  transform: scale(0);
  transition: all 500ms ease;
  z-index: 3;
}

.project-one__single:hover .project-one__arrow-box {
  transform: scale(1);
}

.project-one__arrow {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 53px;
  font-size: 16px;
  color: var(--internetever-white);
  border-radius: 50%;
  background-color: rgba(var(--internetever-white-rgb), .10);
  transition: all 500ms ease;
}

.project-one__arrow:hover {
  background-color: rgba(var(--internetever-white-rgb), 1);
  color: var(--internetever-black);
}

.thm-owl__carousel--range__input {
  max-width: 356px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
}

.thm-owl__carousel--range__input .irs-min,
.thm-owl__carousel--range__input .irs-single,
.thm-owl__carousel--range__input .irs-max {
  visibility: hidden !important;
}

.thm-owl__carousel--range__input .irs--flat .irs-line {
  height: 3px;
  background-color: var(--internetever-primary);
  border-radius: 0;
}

.thm-owl__carousel--range__input .irs--flat .irs-bar {
  border-radius: 0px;
  background-image: -moz-linear-gradient(0deg, rgb(4, 23, 26) 0%, rgb(249, 190, 23) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(4, 23, 26) 0%, rgb(249, 190, 23) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(4, 23, 26) 0%, rgb(249, 190, 23) 100%);
  height: 3px;
}

.thm-owl__carousel--range__input .irs--flat .irs-handle {
  width: 17px;
  height: 17px;
  background-color: var(--internetever-base);
  border-radius: 50%;
  border: 0;
  top: 17px;
}

.thm-owl__carousel--range__input .irs--flat .irs-handle>i:first-child {
  display: none;
}

.project-one__carousel.owl-carousel .owl-stage-outer {
  overflow: visible;
}

.project-one__carousel.owl-carousel .owl-item {
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease, visibility 500ms ease;
}

.project-one__carousel.owl-carousel .owl-item.active {
  opacity: 1;
  visibility: visible;
}


/*--------------------------------------------------------------
# Blog One
--------------------------------------------------------------*/
.blog-one {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  z-index: 1;
  
}

.blog-one__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.blog-one__img-box {
  position: relative;
  display: block;
}

.blog-one__img {
  position: relative;
  display: block;
  background-color: var(--internetever-black);
  overflow: hidden;
  z-index: 1;
}

.blog-one__img img {
  width: 100%;
  mix-blend-mode: luminosity;
  transition: all 500ms ease;
  transform: scale(1);
}

.blog-one__single:hover .blog-one__img img {
  transform: scale(1.05);
}

.blog-one__img>a {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(var(--internetever-black-rgb), 0.3);
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  color: var(--thm-base);
  transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-30%);
}

.blog-one__img>a>span {
  position: relative;
}

.blog-one__img>a>span::before {
  content: '';
  width: 20px;
  height: 2px;
  background-color: var(--internetever-base);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 500ms ease;
}

.blog-one__img>a>span::after {
  content: '';
  transition: all 500ms ease;
  width: 2px;
  height: 20px;
  background-color: var(--internetever-base);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-one__img>a:hover>span::before,
.blog-one__img>a:hover>span::after {
  background-color: var(--internetever-white);
}

.blog-one__single:hover .blog-one__img>a {
  visibility: visible;
  transform: translateY(0%);
  opacity: 1;
}

.blog-one__date-box {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  z-index: 2;
}

.blog-one__date-box span {
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  background-color: var(--internetever-base);
  padding: 13px 12px 13px;
  color: var(--internetever-black);
}

.blog-one__date-box p {
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  color: var(--internetever-white);
  background-color: var(--internetever-black);
  padding: 13px 20px 13px;
}

.blog-one__content {
  position: relative;
  display: block;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  padding: 25px 35px 30px;
}

.blog-one__user {
  position: relative;
  display: flex;
  align-items: center;
}

.blog-one__user-img {
  position: relative;
  display: block;
  width: 32px;
  background-color: var(--internetever-black);
  border-radius: 50%;
}

.blog-one__user-img::before {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  border: 2px solid var(--internetever-base);
  border-radius: 50%;
}

.blog-one__user-img img {
  width: 100%;
  border-radius: 50%;
  mix-blend-mode: luminosity;
}

.blog-one__user-text {
  margin-left: 14px;
}

.blog-one__user-text p {
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
}

.blog-one__title {
  font-size: 22px;
  font-weight: 600;
  line-height: 27px;
  margin-top: 17px;
  margin-bottom: 5px;
}

.blog-one__title a {
  color: #0070bf;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-one__title a:hover {
  color: var(--internetever-base);
}

.blog-one__comment-and-btn-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 0 14px;
  background-color: #f5f3ee;
  padding-left: 20px;
  margin-top: 20px;
}

.blog-one__comment {
  position: relative;
  display: block;
}

.blog-one__comment p {
  font-size: 12px;
  font-weight: 500;
}

.blog-one__comment p>span {
  font-size: 12px;
  color: var(--internetever-base);
  margin-right: 2px;
}

.blog-one__btn-box {
  position: relative;
  display: inline-block;
}

.blog-one__btn {
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 12px 20px 12px;
  padding-left: 40px;
  color: var(--internetever-gray);
  background-color: #f5f3ee;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-one__btn:hover {
  color: var(--internetever-white);
  background-color: var(--internetever-black);
}

.blog-one__btn::before {
  content: "";
  position: absolute;
  top: -7px;
  left: 0;
  bottom: -6px;
  border-top: 17px solid transparent;
  border-left: 20px solid #f5f3ee;
  border-bottom: 22px solid transparent;
  z-index: 1;
}

.blog-one__btn::after {
  content: "";
  position: absolute;
  top: -8px;
  left: 0;
  bottom: -7px;
  border-top: 18px solid transparent;
  border-left: 21px solid #d2d4d0;
  border-bottom: 23px solid transparent;
}

.blog-one__btn>span {
  font-size: 9px;
  color: var(--internetever-gray);
  top: -1px;
  position: relative;
  margin-left: 10px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-one__btn:hover span {
  color: var(--internetever-base);
}