/*** Global :: start ***/
body,
.icon-blob span,
.icon-blob h3,
.icon-blob p,
.icon-blob .step {
    font-family: "Outfit", sans-serif;
}

::-moz-selection {
    background: #903a94;
    color: var(--color-white);
}
::selection {
    background: #903a94;
    color: var(--color-white);
}
.bg-default ::-moz-selection {
    background: var(--color-white);
    color: #606060;
}
body{
	background: #fff;
	font-size: 0.85rem;
    color: var(--color-gray);
    line-height: 1.4rem;
}
.content-wrapper{
    overflow: hidden;
    width: 100%;
    position: relative;
}
.icon-blob:after {
    font-family: 'pixosys' !important;
}

.overflow-bottom{
	margin-bottom: -3rem;
}

.inner {
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.inner.sm{
	padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

h1, h2, h3, h4, h5, h6{
	color: var(--color-dark);
    font-family: "Outfit", sans-serif;
    font-weight: 600;
}
.lead {
    font-size: 0.9rem;
    line-height: 1.4rem;
}
.btn{
    font-family: "Outfit", sans-serif;
    padding: 0.9rem 1rem 0.8rem;
    font-size: 0.75rem;
    border-radius: 0.5rem;
}

.display-5{
    font-size: 1rem;
}

.section-title{
    font-weight: 600;
	line-height: 2rem;
}

.title-color{
    color: var(--color-default);
    letter-spacing: 1px;
    font-size: 0.9rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
}
.page-title{
    color: var(--color-white);
    font-weight: 600;
}
.page-title-wrapper .lead{
    color: var(--color-white);
    margin: 0;
}
.page-title-wrapper.shape-bg {
	position: relative;
    overflow: hidden;
    background: var(--color-default);
}
.page-title-wrapper .pixel-shape {
    position: absolute;
    top: 76px;
    bottom: 0;
    height: calc(100% - 76px);
    pointer-events: none;
}
.page-title-wrapper .pixel-shape.left {
    left: 0;
}
.page-title-wrapper .pixel-shape.right {
    right: 0;
}
/* .page-title-wrapper.shape-bg::after {
	content: ' ';
    transform: translateX(53%) translateY(-150px) rotate(-17deg) !important;
    transform-origin: bottom left !important;
    overflow: hidden !important;
    border-bottom-left-radius: 120px !important;
    background: rgba(var(--rgb-default), 0.085);
    height: 600px;
    width: 1000px;
    display: block;
    position: absolute;
    bottom: -55%;
    right: 31%;
    pointer-events: none;
} */
.page-title-wrapper.shape-bg .inner {
    padding-top: 7rem;
    padding-bottom: 3rem;
}

body .form-control.grey {
    background: #f3f4f7 !important;
    box-shadow: none !important;
    border: 1px solid #f3f4f7;
}
body .form-control.grey:focus {
    border: 1px solid #ddd;
}
blockquote.icon:before{
    color: rgba(var(--rgb-default), 0.6);
    line-height: 1;
}
.wrapper{
    position: relative;
}
.owl-carousel .owl-dots{
    margin-top: 1rem;
}
.cta-block .display-2{
    font-weight: 600;
}

.item-detailed .hover-icon-first, .item-detailed .hover-icon-second,
.owl-carousel .item figure .item-link{
    color: #fff;
    background: rgba(0, 0, 0, 0.75);
}
.item-detailed .hover-icon-first:hover, .item-detailed .hover-icon-second:hover,
.owl-carousel .item figure .item-link:hover{
    color: #fff;
    background: rgba(0, 0, 0, 1);
}
.item-detailed .hover-icon-first:after, .item-detailed .hover-icon-first:before, .item-detailed .hover-icon-second:after, .item-detailed .hover-icon-second:before{
    background: var(--color-dark)5;
    color: #fff;
}

.tp-caption.tp-hidden-caption, .tp-forcenotvisible, .tp-hide-revslider, .tp-parallax-wrap.tp-hidden-caption{
    visibility: visible!important;
    display: block!important;
}

.google-map{
    background: #eee;
    height: 400px;
}
.google-map iframe{
    width: 100%;
    height: 400px;
}
img.shape-lg {
    position: absolute;
    top: 200px;
    left: 0;
    height: 220px;
    opacity: 0.28;
    pointer-events: none;
    -webkit-animation:spin 20s linear infinite;
    -moz-animation:spin 20s linear infinite;
    animation:spin 20s linear infinite;
}
img.shape-md {
    position: absolute;
    top: 400px;
    right: 0;
    height: 130px;
    opacity: 0.35;
    pointer-events: none;
    -webkit-animation:spin 15s linear infinite;
    -moz-animation:spin 15s linear infinite;
    animation:spin 15s linear infinite;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
.custom-icon-blob .icon-blob {
    transition: 0.4s;
}
.col-md-6:hover .icon.icon-blob,
.col-md-6:hover .icon.icon-blob {
    transform: scale(1.15);
    transition: 0.4s;
}
.btn.disabled, .btn:disabled {
    cursor: not-allowed;
}

.powered-by{
    display: none;
}

.text-default{
    color:var(--color-default);
}
.text-secondary{
    color:var(--color-secondary);
}
/*** Global :: end ***/

/*** Header :: Start ***/
.navbar-brand img.logo {
    height: 52px;
}
.navbar-nav .nav-link{
    font-family: "Outfit", sans-serif;
}
.navbar-nav .nav-item.active .nav-link{
    color: #903a94;
    font-weight: 600;
    position: relative;
}
.navbar-nav .nav-item.active .nav-link:after{
    content: ' ';
    background: #903a94;
    height: 4px;
    width: 60px;
    left: 0;
    right: 0;
    position: absolute;
    top: 0;
    margin: auto;
    border-radius: 8px;
}
footer .footer-logo{
    height: 55px;
    width: auto;
    max-width: 100%;
}
footer .widget-title{
    color: #fff !important;
}
footer.inverse-text:not(.blockquote-footer) *{
    color: #ddd;
}
.navbar.fixed.banner--stick, .navbar.shadow:not(.fixed):not(.banner--stick) {
    box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
}
.navbar.absolute{
    background: var(--color-white);
}
.navbar.transparent .navbar-nav .nav-link{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
/*** Header :: Start ***/

/*** About Us :: Start ***/
.plus:after{
	content: "+";
}
.percentage:after{
	content: "%";
}
.counter h3{
	font-size: 1.75rem;
    font-weight: 700;
}
.technologies .owl-item img{
    width: 70%;
}
/*** About Us :: End ***/

/*** Portfolio :: Start ***/
.isotope-filter ul li a.active {
    border: 2px solid var(--color-default);
}
.isotope-filter ul li a{
    padding: 0.5rem 0.9rem 0.45rem;
    font-size: 0.75rem;
}
.grid-view h2.post-title{
    font-size: 0.95rem;
    line-height: 1.2rem;
    margin: 0 0 5px;
}
.grid:not(.boxed) .tiles .row .item-detailed{
    margin: 0 0 25px;
}
.portfolio-wrap .col-6{
    padding-right: 10px;
    padding-left: 10px;
}

.portfolio-block .project-title{
    margin-bottom: 0.25rem;
}
.portfolio-block .meta{
    letter-spacing: 1px;
}

.portfolio-block figure{
    position: relative;
}
.project-link-wrap{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    align-items: center;
    justify-content: center;
    flex-direction: column;
    display: none;
    transition: 0.4s;
}
.portfolio-block:hover .project-link-wrap{
    display: flex;
    transition-duration: 0.4s;
}
.portfolio-block{
    transition-duration: 0.4s;
}
/*** Portfolio :: End ***/

/* Top rated :: start ***/
.top-rated {
    position: relative;
    margin: 0 0 20px;
    text-align: center;
}
.top-rated img {
    height: 100px;
    margin-bottom: 30px;
}
/* .top-rated .container {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
} */
.top-rated-desc h5 {
    font-size: 28px;
    line-height: 1.4;
    text-transform: capitalize;
    font-weight: 600;
    margin: 0 0 20px;
}
.btn.upwork-btn {
    font-size: 15px;
    padding: 9px 12px 7px;
    height: auto;
    line-height: 1.2;
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: .5px;
    background: #37a000;
    border-color: #37a000;
}
.top-rated img.top-rated-lg {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: auto;
    max-height: 70%;
    max-width: 215px;
    opacity: .2;
    pointer-events: none;
}
/*** Top rated :: End ***/

.testimonials-section blockquote p{
    font-weight: 400;
    margin: 0 0 0.75rem;
}
.testimonials-section .ratings-block{
    margin: 0 0 25px;
    display: flex;
    align-items: center;
}
.testimonials-section .ratings-block i{
    font-size: 22px;
    line-height: 22px;
    color: #14a800;
    width: 26px;
    display: block;
}
.testimonials-section .ratings-block span{
    font-size: 18px;
    line-height: 22px;
    color: var(--color-dark);
    margin-left: 5px;
}
.testimonials-section blockquote{
   margin-bottom: 2.5rem;
   padding-top: 3rem;
}

.testimonials-section .testimonials-inner-wrapper blockquote{
    border-bottom: 1px solid rgba(var(--rgb-black), 0.10);
    margin-bottom: 2rem;
    padding-bottom: 2rem;
}

.testimonials-section blockquote p{
    font-size: 1rem;
}
.testimonials-section .blockquote-details{
    margin: 0;
}

/*** career :: start ***/
.career-block{
    display: block;
    border: 1px solid #ddd;
    padding: 25px;
    border-radius: 10px;
    margin: 0 0 30px;
}
.career-block img{
    height: 80px;
    margin: 0 0 20px;
}
/*** career :: end ***/

/*** Respinsive :: start ***/
@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

@media (max-width: 1024px) {
    .inner {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
    .space140 {
        height: 5rem!important;
    }
    figure.image-block {
        text-align: center;
    }
    figure.image-block img {
        max-width: 80%;
    }
    .page-title-wrapper.shape-bg {
        overflow: hidden;
    }
    .page-title-wrapper.shape-bg::after{
        bottom: -48%;
        right: 0;
    }
    /* footer .logo-wrap{
        margin: 0 0 30px;
    } */
}
@media (min-width: 992px){
    .navbar .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }
}
@media (max-width: 991px) {
    .navbar-nav .nav-item.active .nav-link{
        color: #fff;
    }
    .navbar-nav .nav-link{
        color: #ddd;
        padding-top: 0.8rem;
        padding-bottom: 0.8rem;
    }
    .navbar-nav .nav-item.active .nav-link:after {
        background: #fff;
        height: 40px;
        width: 5px;
        left: -30px;
        right: auto;
        top: 0;
        bottom: 0;
    }
    .process-wrapper.line [class*="col-"]:before, .process-wrapper.line [class*="col-"]:after{
        display: none;
    }
    .navbar.fixed .navbar-brand{
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
    .page-title-wrapper.shape-bg .inner {
        padding-top: 7.5rem;
    }
    .page-title-wrapper.shape-bg::after {
        bottom: -55%;
    }
    img.shape-lg{
        top: 220px;
        height: 130px;
    }
    img.shape-md{
        top: 400px;
    }
}
@media (min-width: 768px) {
    .social-nav{
        display: none;
    }
}
@media (max-width: 767px) {
    .top-rated .container {
        display: block;
        text-align: center;
    }
    .top-rated img {
        height: 90px;
        margin: 0 0 20px;
    }
    .top-rated-desc h5 {
        font-size: 22px;
        line-height: 1.4;
        margin: 0 0 15px;
    }
    .top-rated img.top-rated-lg {
        opacity: .1;
        top: 10%;
        max-width: 275px;
    }
    body, li, address{
        line-height: 1.3rem;
    }
    img.shape-lg{
        top: 120px;
        height: 100px;
    }
    img.shape-md{
        top: 340px;
        height: 80px;
    }
    .display-5{
        font-size: 0.95rem;
    }
    .inner {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
    .technologies .owl-item img{
        width: 100%;
    }
    .hide-mobile{
        display: none;
    }
    .navbar-brand img.logo{
        height: 45px;
    }
    .offcanvas-header img{
        height: 48px;
    }
    .social-nav {
        margin: 30px 0 0;
        padding: 30px 0 0;
        display: flex;
        border-top: 1px solid rgba(255,255,255,0.2);
    }
    .social-nav li.social-item {
        list-style-type: none;
        padding: 0;
        margin-right: 40px;
    }
    .social-nav li.social-item a{
        font-size: 20px;
        color: #fff;
    }
    .page-title-wrapper.shape-bg .inner{
        padding-top: 7rem;
    }
    .page-title-wrapper.shape-bg::after{
        height: 400px;
        width: 600px;
        bottom: -55%;
        right: -11%;
    }
    .page-title{
        font-size: 1.75rem;
        line-height: 2.4rem;
    }
    .page-title-wrapper .pixel-shape.left {
        left: -16%;
    }
    .page-title-wrapper .pixel-shape.right {
        right: -16%;
    }
    figure.image-block {
        text-align: center;
    }
    figure.image-block img {
        max-width: 85%;
    }
    .display-1 {
        font-size: 1.75rem;
        line-height: 2.2rem;
    }
    .display-2 {
        font-size: 1.4rem;
        line-height: 1.8rem;
    }
    .display-3 {
        font-size: 1rem;
        line-height: 1.5rem;
    }
    .display-4 {
        font-size: 0.75rem;
        line-height: 1.25rem;
    }
    .section-title{
        font-size: 1.2rem;
        line-height: 1.6rem;
    }
    .title-color{
        font-size: 0.8rem;
        margin-bottom: 0.5rem;
    }
    .cta-block .p-50{
        padding: 1.75rem 1.5rem!important;
    }
    .cta-block .display-2{
        font-size: 1.25rem;
        font-weight: 600;
        line-height: 1.75rem;
    }
    .custom-icon-blob.row>[class*="col-"] {
        margin-bottom: 20px;
    }
    .custom-icon-blob .icon-blob {
        position: absolute;
        left: 15px;
        top: 0;
        width: 3rem;
        height: 3rem;
    }
    .custom-icon-blob .icon-blob:after{
        font-size: 3rem;
    }
    .custom-icon-blob h5,
    .custom-icon-blob p{
        padding-left: 4rem;
        text-align: left;
    }
    .custom-icon-blob p{
        margin: 0 0 5px;
    }
    .statistic-counter .icon img {
        width: 2.5rem;
        height: 2.5rem;
    }
    .statistic-counter h3{
        font-size: 1.5rem;
    }
    .counter p{
        font-size: 1rem;
    }
    footer .pt-80{
        padding-top: 2rem!important;
    }
    .grid-view h2.post-title{
        font-size: 0.75rem;
        line-height: 1rem;
    }
    .grid-view .meta{
        line-height: 0.9rem;
    }
    .career-block{
        margin: 0;
    }
    .career-cta {
        padding: 20px !important;
    }
    .career-cta h3{
        font-size: 1rem;
        line-height: 1.5rem;
    }
    .career-block img{
        height: 70px;
        margin: 0 0 15px;
    }
}
@media (max-width: 380px) {
    .custom-icon-blob {
        font-size: 0.70rem;
    }
    .page-title{
        font-size: 1.6rem;
        line-height: 2.0rem;
    }
    .grid-view h2.post-title{
        font-size: 0.65rem;
        line-height: 0.85rem;
    }
    .grid-view .meta{
        line-height: 0.8rem;
        font-size: .55rem;
    }
}
/*** Respinsive :: end ***/