:root {
    --skyBlue: #12c2e9;
    --purple: #c471ed;
}

body {
    color: #fff;
    background: #111215;
    line-height: 1.5;
    font-weight: 400;
    overflow-x: hidden !important;
    font-family: 'Poppins', sans-serif;
}

a {
    text-decoration: none !important;
}

.location {
    background: rgba(18, 194, 233, 1);
    width: 150px;
    height: 80px;
    color: #fff;
    border-radius: 4px;
    padding: 15px;
    text-align: center;
}

.row {
    display: flex;
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    padding: 15px;
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    padding: 15px;
}

.link-btn {
    background: rgba(0, 0, 0, .5) !important;
    border-radius: 4px;
    color: #fff !important;
    font-weight: bold;
    display: block;
    width: 70px;
    height: 70px;
    padding: 15px;
    text-align: center;
}

.contact-icons-wrapper {
    /* width: 500px; */
    text-align: center;
}

.contact-icons {
    width: 40px;
    margin: auto;
}

.upwork-icon path {
    fill: #6CD441;
}

.whatapp-icon path {
    fill: #00d959;
}

.email-icon path {
    fill: var(--skyBlue);
}

.call-icon path {
    fill: var(--purple);
}

.btn-icon {
    background: transparent !important;
    border: none;
    outline: none;
    width: 100%;
}

.review-btn-wrapper {
    width: 150px;
    height: 50px;
}

.btn-wrapper {
    width: 60px;
    height: 60px;
}

.pre-next-icons path {
    fill: rgba(255, 255, 255, .7);
}

.pre-next-icons:hover path {
    fill: #fff;
}

.btn-purple path {
    fill: rgba(196, 113, 237, .8);
}

.btn-purple:hover path {
    fill: rgba(196, 113, 237, 1);
}

.w-500px {
    width: 500px;
}

.w-200px {
    width: 200px;
}

.w-300px {
    width: 300px;
}

.w-100px {
    width: 100px;
}

.text-center {
    text-align: center;
}

.black-bg-opac {
    background: rgba(0, 0, 0, 1);
    padding: 15px;
}

.blue-bg-opac {
    background: rgba(18, 194, 233, 1);
    padding: 15px;
}
.blue-bg{
    background:var(--skyBlue) !important;
}
.name,
.designation {
    line-height: 120%;
    margin: 0;
}

.name {
    color: var(--skyBlue)
}

.service-info {
    font-size: 2rem;
    line-height: 140%;
    color: #fff;
    width: 800px;
}

.d-none {
    display: none;
}

.img-icon {
    width: 100%;
}

.text-review {
    background: #000;
    padding: 30px;
    width: 1000px;
    height: 450px;
}

.text-review h3,
.text-review h6 {
    margin: 0;
}

.text-review img {
    width: 300px;
}

.text-review h3 {
    font-size: 45px;
}

.text-review h6 {
    font-size: 30px;
}

.text-review p {
    font-size: 35px;
}
.p-30px{
    padding: 30px;
}

#skillWrapper .skillTitle {
    font-size: 3rem;
    color: #fff;
    width: 150px;
    height: 50px;
    text-align: center;
    word-break: keep-all;
    white-space: pre-wrap;
    /* margin-top: 10px; */
    margin: 0px auto 0 auto;
}

.label {
    background: rgba(0, 0, 0, 1);
    color: #fff;
    width: 300px;
    /* height: 100px; */
    text-align: center;
    padding: 15px;
}
.label small{
    font-size: 24px;
}
.work-content {
    width: 250px;
    color: #fff;
    min-height: 200px;
}

.a-enter-ar,
.a-enter-vr{
    position: fixed !important;
}

/* Loader */
.pace {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99999999999999;
    position: fixed;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 400px;
    border: 0px;
    height: 1px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.05);
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.pace .pace-progress {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    max-width: 300px;
    position: fixed;
    z-index: 99999999999999;
    display: block;
    position: absolute;
    top: 0;
    right: 100%;
    height: 100%;
    width: 100%;
    background: #12c2e9;
    background: -webkit-gradient(linear, left top, right top, from(#12c2e9), to(#c471ed));
    background: -webkit-linear-gradient(left, #12c2e9, #c471ed);
    background: -o-linear-gradient(left, #12c2e9, #c471ed);
    background: linear-gradient(to right, #12c2e9, #c471ed);
}

.pace.pace-inactive {
    width: 100vw;
    opacity: 0;
}

.pace.pace-inactive .pace-progress {
    max-width: 100vw;
}
#preloader {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: fixed;
    z-index: 9999999;
}

#preloader:after,
#preloader:before {
    content: '';
    position: fixed;
    left: 0;
    height: 50%;
    width: 100%;
    background: #252531;
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

#preloader:before {
    top: 0;
}

#preloader:after {
    bottom: 0;
}

#preloader.isdone {
    visibility: hidden;
    -webkit-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    transition-delay: 1.5s;
}


 #preloader.isdone:after,
 #preloader.isdone:before {
     height: 0;
     -webkit-transition: all 0.7s cubic-bezier(1, 0, 0.55, 1);
     -o-transition: all 0.7s cubic-bezier(1, 0, 0.55, 1);
     transition: all 0.7s cubic-bezier(1, 0, 0.55, 1);
     -webkit-transition-delay: 1s;
     -o-transition-delay: 1s;
     transition-delay: 1s;
 }

 .loading {
     position: fixed;
     left: 50%;
     top: calc(50% - 40px);
     -webkit-transform: translateX(-50%) translateY(-50%);
     -ms-transform: translateX(-50%) translateY(-50%);
     transform: translateX(-50%) translateY(-50%);
     font-weight: 300;
     font-size: 13px;
     text-transform: uppercase;
     letter-spacing: 12px;
     z-index: 9999999999;
 }

 @media screen and (max-width: 767px) {
     .loading {
         letter-spacing: 6px;
     }
 }

 .loading.isdone {
     top: 50%;
     opacity: 0;
     -webkit-transition: all .8s;
     -o-transition: all .8s;
     transition: all .8s;
     -webkit-transition-delay: .5s;
     -o-transition-delay: .5s;
     transition-delay: .5s;
 }

 .loading span {
     -webkit-animation: loading 1.4s infinite alternate;
     animation: loading 1.4s infinite alternate;
 }

 .loading span:nth-child(1) {
     -webkit-animation-delay: 0s;
     animation-delay: 0s;
 }

 .loading span:nth-child(2) {
     -webkit-animation-delay: 0.1s;
     animation-delay: 0.1s;
 }

 .loading span:nth-child(3) {
     -webkit-animation-delay: 0.2s;
     animation-delay: 0.2s;
 }

 .loading span:nth-child(4) {
     -webkit-animation-delay: 0.3s;
     animation-delay: 0.3s;
 }

 .loading span:nth-child(5) {
     -webkit-animation-delay: 0.4s;
     animation-delay: 0.4s;
 }

 .loading span:nth-child(6) {
     -webkit-animation-delay: 0.5s;
     animation-delay: 0.5s;
 }

 .loading span:nth-child(7) {
     -webkit-animation-delay: 0.6s;
     animation-delay: 0.6s;
 }

 @-webkit-keyframes loading {
     0% {
         opacity: 1;
     }

     100% {
         opacity: 0;
     }
 }

 @keyframes loading {
     0% {
         opacity: 1;
     }

     100% {
         opacity: 0;
     }
 }

 .btn-show-info-wrapper {
     text-align: center;
 }

 .btn-show-info {
     width: 50px;
     height: 50px;
     padding: 15px;
     border:none;
     outline: none;
     box-shadow: none;
     display: block;
     /* padding-top: 10px; */
 }

 .btn-info {
     background: #12c2e9;
     border-radius: 50%;
 }

 .btn-danger {
     background: red;
 }