body {
    font-family: Montserrat, sans-serif;
    background: #FFF
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Merriweather, serif
}

.max-width-100 {
    max-width: 100%;
}

main {
    color: #000;
    overflow: hidden
}

a,
a:hover {
    text-decoration: none
}

.w-25 {
    width: 33.33% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.m-0 {
    margin: 0 !important
}

.m-0-a {
    margin: 0 auto !important
}

.m-l-10 {
    margin-left: 10px !important
}

.m-l-20 {
    margin-left: 20px !important
}

.m-l-30 {
    margin-left: 30px !important
}

.m-l-40 {
    margin-left: 40px !important
}

.m-l-50 {
    margin-left: 50px !important
}

.m-b-0 {
    margin-bottom: 0 !important
}

.m-b-5 {
    margin-bottom: 5px !important
}

.m-b-10 {
    margin-bottom: 10px !important
}

.m-b-20 {
    margin-bottom: 20px !important
}

.m-b-30 {
    margin-bottom: 30px !important
}

.m-b-40 {
    margin-bottom: 40px !important
}

.m-b-50 {
    margin-bottom: 50px !important
}

.m-t-0 {
    margin-top: 0 !important
}

.m-t-5 {
    margin-top: 5px !important
}

.m-t-10 {
    margin-top: 10px !important
}

.m-t-20 {
    margin-top: 20px !important
}

.m-t-30 {
    margin-top: 30px !important
}

.m-t-40 {
    margin-top: 40px !important
}

.m-t-50 {
    margin-top: 50px !important
}

.m-t-100 {
    margin-top: 100px !important;
}

.m-t-120 {
    margin-top: 120px !important;
}

.p-0 {
    padding: 0 !important
}

.p-10 {
    padding: 10px !important
}

.p-l-0 {
    padding-left: 0 !important
}

.p-l-10 {
    padding-left: 10px !important
}

.p-l-20 {
    padding-left: 20px !important
}

.p-l-30 {
    padding-left: 30px !important
}

.p-l-40 {
    padding-left: 40px !important
}

.p-l-50 {
    padding-left: 50px !important
}

.p-r-0 {
    padding-right: 0 !important
}

.p-r-10 {
    padding-right: 10px !important
}

.p-r-20 {
    padding-right: 20px !important
}

.p-r-30 {
    padding-right: 30px !important
}

.p-r-40 {
    padding-right: 40px !important
}

.p-r-50 {
    padding-right: 50px !important
}

.p-t-5 {
    padding-top: 5px !important
}

.p-t-10 {
    padding-top: 10px !important
}

.p-t-20 {
    padding-top: 20px !important
}

.p-t-30 {
    padding-top: 30px !important
}

.p-t-40 {
    padding-top: 40px !important
}

.p-t-50 {
    padding-top: 50px !important
}

.p-b-5 {
    padding-bottom: 5px !important
}

.p-b-10 {
    padding-bottom: 10px !important
}

.p-b-20 {
    padding-bottom: 20px !important
}

.p-b-30 {
    padding-bottom: 30px !important
}

.p-b-40 {
    padding-bottom: 40px !important
}

.p-b-50 {
    padding-bottom: 50px !important
}

.f-s-10 {
    font-size: 10px !important
}

.f-s-11 {
    font-size: 11px !important
}

.f-s-12 {
    font-size: 85% !important
}

.f-s-13 {
    font-size: 92% !important
}

.f-s-14 {
    font-size: 100% !important
}

.f-s-15 {
    font-size: 107% !important
}

.f-s-16 {
    font-size: 115% !important
}
.f-s-22{
    font-size: 22px !important;
}
.f-s-15px{
    font-size: 15px;
}
.f-w-600 {
    font-weight: 600 !important
}

.f-w-500 {
    font-weight: 500 !important;
}

.rounded-24px{
    border-radius: 24px !important;
}
.rounded-45px{
    border-radius: 45px !important;
}

.d-block {
    display: block !important
}

.t-c-orange {
    color: #ff8c0f !important
}

.t-c-blue {
    color: #00b4d8 !important
}

.bg-white {
    background-color: #fff
}

.bg-blue {
    background-color: rgb(0 5 27) !important;
    color: #fff !important
}

.bg-blue-button:hover {
    background-color: #2a2a2c !important;
}

.bg-GradientBlue {
    background: linear-gradient(20deg, #6256ff, rgba(98, 86, 255, .58), rgba(16, 16, 16, .6))
}

.b-1 {
    border: 1px solid #999 !important
}

.of-x-auto {
    overflow-x: auto
}

.of-x-hidden {
    overflow-x: hidden
}

.of-y-hidden {
    overflow-y: hidden
}

.of-hidden {
    overflow: hidden
}

.of-unset {
    overflow: unset
}

.owl-carousel {
    z-index: 0
}

.owl-next:focus,
.owl-prev:focus {
    outline: none;
}
/* .owl-carousel button.owl-dot */
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    height: 34px;
    width: 34px;
    border: 2px solid #00b4d8;
    border-radius: 50px;
    color: #a2e1ef;
    font-size: 26px;
    line-height: 1px
}
.owl-theme .owl-nav {
    text-align: right;
    margin-top: 0px;
}

.owl-carousel.owl-about-carousel {
    position: relative;
}

.owl-carousel.owl-about-carousel .owl-nav {
    position: absolute !important;
    right: 0;
    bottom: 15px;
}
::-webkit-scrollbar {
    width: 6px;
    height: 3px;
}

::-webkit-scrollbar-track {
    background: transparent
}

::-webkit-scrollbar-thumb {
    background: rgba(136, 136, 136, 0.19)
}

::-webkit-scrollbar-thumb:hover {
    background: #555
}


.loader-container {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    z-index: 9999;
    background-color: #0b0e1f
}

.loader {
    display: inline-block;
    width: 50px;
    height: 50px;
    position: relative;
    border: 4px solid #fff;
    top: 45%;
    left: 48%;
    animation: loader 2s infinite ease
}

.loader-inner {
    vertical-align: top;
    display: inline-block;
    width: 100%;
    background-color: #fff;
    animation: loader-inner 2s infinite ease-in
}

@keyframes loader {
    0% {
        transform: rotate(0)
    }

    25% {
        transform: rotate(180deg)
    }

    50% {
        transform: rotate(180deg)
    }

    75% {
        transform: rotate(360deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes loader-inner {
    0% {
        height: 0%
    }

    25% {
        height: 0%
    }

    50% {
        height: 100%
    }

    75% {
        height: 100%
    }

    100% {
        height: 0%
    }
}

.loading-text {
    color: #fff;
    font-size: 16px;
    margin-bottom: 0;
    text-align: center
}

.coming-soon .tilter__caption {
    top: 24%
}

.coming-soon .align-form-center {
    margin-left: 200px
}

.error-page .tilter__caption {
    top: 24%
}

.error-page .tilter__title {
    font-size: 9em
}

.site-content {
    max-width: 1100px;
    height: 100vh;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center
}

.site-content__headline {
    font-weight: 200;
    color: #fff;
    font-size: calc(2vw + 10px)
}

.TitleLink {
    font-weight: 900;
    background: rgba(255, 255, 255, .29);
    padding: 0 26px;
    color: #fff
}

.tilter__title a {
    color: #fff
}

.tilter__title a:hover {
    color: #ccc
}

.video-bg {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%
}

.video-header {
    min-height: calc(100vh + 0px);
    overflow: hidden;
    position: relative;
    z-index: -1
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    background-color: transparent;
    z-index: 0
}

.video-text {
    position: absolute;
    top: 56%;
    left: 16%;
    z-index: 0;
    color: #fff;
    font-family: Merriweather, serif
}

.video-text h1 {
    font-size: 4em;
    margin-bottom: 24px
}

.video-text a {
    color: #eee;
    transition: .4s !important;
    -webkit-transition: .4s !important;
    -moz-transition: .4s !important;
    -o-transition: .4s !important;
    font-family: Montserrat, sans-serif;
    font-size: 1.2em;
    letter-spacing: .15em;
    background: #00b4d8;
    padding: 3px 12px
}

.video-text a:hover {
    text-decoration: none;
    padding-left: 100px;
    color: #fff
}

.menu-icon {
    height: 30px;
    width: 30px;
    position: fixed;
    z-index: 2;
    right: 30px;
    top: 35px;
    cursor: pointer
}

.menu-icon__line {
    height: 2px;
    width: 30px;
    display: block;
    background-color: #fff;
    margin-bottom: 4px;
    transition: transform .2s ease, background-color .5s ease;
    box-shadow: 0 0 3px #000
}

.menu-icon__line-left {
    width: 15px;
    box-shadow: 0 0 3px #000
}

.menu-icon__line-right {
    width: 15px;
    float: right
}

.nav__content ul {
    list-style: none
}

.nav__list {
    padding: 0;
    margin: 0 auto;
    padding-right: 10px
}

.nav__list-item {
    position: relative;
    display: block;
    opacity: 0;
    transform: translate(0, 100%);
    transition-delay: .8s;
    margin: 0 auto;
    max-width: 500px
}

.nav__list-item:hover a {
    color: #aaa
}

.nav__list-item a {
    color: #333;
    position: relative
}

.nav__list-item a:hover {
    text-decoration: none
}

.nav__list-item a:hover:before {
    width: 100%
}

.nav-active .menu-icon__line {
    transform: translateX(0) rotate(-45deg)
}

.nav-active .menu-icon__line-left {
    transform: translateX(1px) rotate(45deg)
}

.nav-active .menu-icon__line-right {
    transform: translateX(-2px) rotate(45deg)
}

.nav-active .nav {
    visibility: visible
}

.nav-active .nav:after,
.nav-active .nav:before {
    transform: translateX(0) translateY(0)
}

.nav-active .nav:after {
    transition-delay: .1s
}

.nav-active .nav:before {
    transition-delay: 0s
}

.nav-active .nav__content {
    opacity: 1;
    visibility: visible
}

.nav-active .nav__list-item {
    opacity: 1;
    transform: translateX(0);
    transition: opacity .3s ease, transform .3s ease, color .3s ease
}

.nav-active .nav__list-item:nth-child(0) {
    transition-delay: .5s
}

.nav-active .nav__list-item:nth-child(1) {
    transition-delay: .6s
}

.nav-active .nav__list-item:nth-child(2) {
    transition-delay: .7s
}

.nav-active .nav__list-item:nth-child(3) {
    transition-delay: .8s
}

.nav-active .nav__list-item:nth-child(4) {
    transition-delay: .9s
}

.nav-active .nav__list-item:nth-child(5) {
    transition-delay: 1s
}

.nav-active .nav__list-item:nth-child(6) {
    transition-delay: 1.1s
}

.nav-active .nav__list-item:nth-child(7) {
    transition-delay: 1.2s
}

.nav-active .nav__list-item:nth-child(8) {
    transition-delay: 1.3s
}

.nav-active .nav__list-item:nth-child(9) {
    transition-delay: 1.4s
}

.nav-active .nav__list-item:nth-child(10) {
    transition-delay: 1.5s
}

.nav-active .nav__list-item:nth-child(11) {
    transition-delay: 1.6s
}

.nImagediv {
    display: none;
    max-width: 500px;
    max-height: 325px;
    margin: 70px 0;
    color: #fff
}

.nImagediv img {
    animation-delay: .6s
}

.nImagediv:before {
    content: "";
    width: 18%;
    height: 18%;
    background: #00b4d8;
    position: absolute;
    top: 30px;
    left: -30px;
    z-index: -1;
    -webkit-animation: scale-up-hor-left .6s cubic-bezier(.39, .575, .565, 1) both;
    animation: scale-up-hor-left .6s cubic-bezier(.39, .575, .565, 1) both
}

.nImagediv:after {
    content: "";
    width: 8%;
    height: 8%;
    background: #00b4d8;
    position: absolute;
    bottom: 45px;
    right: 120px;
    z-index: 1;
    -webkit-animation: scale-up-hor-left .6s cubic-bezier(.39, .575, .565, 1) both;
    animation: scale-up-hor-left .6s cubic-bezier(.39, .575, .565, 1) both;
    animation-delay: .6s
}

.dark-color {
    background-color: #333
}

.dark-text-color {
    color: #333 !important
}

.logo {
    font-size: 32px;
    position: fixed;
    z-index: 2;
    left: 20px;
    top: 20px;
    text-shadow: 0 0 3px #000;
    cursor: pointer
}

.logo a {
    color: #fff;
    text-decoration: none;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s
}

.socia-media-icon {
    position: absolute;
    bottom: 360px;
    left: -100px;
    margin-bottom: 0;
    transform: rotate(270deg)
}

.socia-media-icon a {
    display: inline-block;
    color: var(--primary-black-darkest);
    text-decoration: none;
    margin: 10px 15px;
    position: relative;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    font-size: 16px;
    transform: rotate(90deg)
}

.socia-media-icon a:hover {
    opacity: .9;
    top: -3px
}

.follow {
    color: var(--primary-black-darkest);
    font-size: 12px;
    font-weight: 600
}

.follow:after {
    content: " ";
    width: 50px;
    height: 2px;
    color: var(--primary-black-darkest);
    background-color: var(--primary-black-darkest);
    position: absolute;
    top: 22px;
    left: 66px
}

/* scroll to top start */
.scrollTop {
    cursor: pointer;
    position: fixed;
    right: 25px;
    bottom: 80px;
    padding: 8px;
    height: 60px;
    width: 60px;
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease-in-out 0s;
    z-index: 9999999;
    transform: translateY(15px);
}
.scrollTop.progress-wrap .progress-circle .background {
    stroke: var(--secondary-gray-dark); 
    stroke-width: 5;
    fill: none;
}
.scrollTop.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
  
.scrollTop.progress-wrap::after {
    position: absolute;
    font-family:  FontAwesome;
    font-weight: normal;
    content: '\f077';
    text-align: center;
    line-height: 57px;
    font-size: 18px;
    color: var(--primary-gray);
    left: 0;
    top: 0;
    height: 60px;
    width: 60px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
  
  
.scrollTop.progress-wrap:hover::after {
    opacity: 0;
}
  
.scrollTop.progress-wrap::before {
    position: absolute;
    font-family: FontAwesome;
    font-weight: 900;
    content: '\f077';
    text-align: center;
    line-height: 57px;
    font-size: 18px;
    opacity: 0;
    color: var(--primary-mid-gray);
    left: 0;
    top: 0;
    height: 60px;
    width: 60px;
    cursor: pointer;
    display: block;
    z-index: 2;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
  
.scrollTop.progress-wrap:hover::before {
    opacity: 1;
}


.scrollTop.progress-wrap .progress-circle .path {
    fill: none;
    stroke: var(--secondary-gray-darkest);
    stroke-width: 5;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

  /* scroll to top end */

.btn-no-radius {
    border-radius: 0
}

.checkbox-container {
    display: block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer
}

.checkbox-container .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: var(--primary-white);
    border: 1px solid #cecece
}

.checkbox-container input:checked~.checkmark {
    background-color: var(--primary-white);
    border: 1px solid
}

.checkbox-container .checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.checkbox-container input:checked~.checkmark:after {
    display: block
}

.checkbox-container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid var(--primary-black);
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.z-depth-1 {
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    transition: all .3s cubic-bezier(.25, .8, .25, 1);
    -webkit-transition: all .3s cubic-bezier(.25, .8, .25, 1)
}

.z-depth-1:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23)
}

.z-depth-2 {
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24)
}

.z-depth-2:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .23)
}

.z-depth-3 {
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24)
}

.z-depth-3:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22)
}

.hr {
    width: 80px;
    height: 2px;
    background-color: #212529;
    margin-top: 30px
}

.lead {
    border-left: 4px solid;
    padding-left: 30px;
    background: #eee;
    padding-top: 8px;
    padding-bottom: 8px
}

.lead-inverse {
    border-left: 6px solid #00b4d8;
    padding-left: 30px;
    background: rgba(70, 70, 70, .3);
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 1.25rem
}

.inner-header .tilter {
    max-height: 120px;
    margin-bottom: 50px
}

.inner-header .tilter__caption {
    top: 28%
}

.inner-header .tilter__title {
    font-size: 5em;
    font-family: Merriweather, serif;
    padding-left: 48px;
}

.inner-header .tilter__figure::before {
    width: 51%;
    left: 25%
}

.gray-bg {
    background-color: #0b0e20;
    color: #fff;
    border-top: 1px solid #1a1f3c
}

.footer-logo {
    margin-top: 6px
}

.footer-socia-media-icon {
    text-align: center
}

.footer-socia-media-icon a {
    border-radius: 50px;
    display: inline-block;
    color: #888;
    text-decoration: none;
    margin: 0 3px;
    position: relative;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    font-size: 16px;
    padding: 8px 18px;
    border: 1px solid;
    transition: .4s
}

.footer-socia-media-icon a:hover {
    color: #999
}

.copyright {
    margin-top: 10px;
    float: right
}

.portfolio .tilter {
    height: auto;
    margin: 30px 0 0
}

.workPage {
    max-height: 700px;
    background-position: 0 -70px;
    margin-top: 50px;
}

.workPage .tilter {
    margin: 0
}

.workPage .tilter__caption {
    top: 10%
}

.workPage .tilter__title {
    font-size: 2.75rem;
    font-weight: bolder;
    text-align: left;
    line-height: 1.25;
    padding-left: 20px;
    position: absolute;
    /* right: -100px; */
    bottom: 150px;
    width: 860px;
    /* text-align: right */
    left: -17px;
}

.about-heading {
    font-size: 44px;
    font-weight: 800;
    line-height: normal
}


.blog-title {
    color: #333;
    transition: .3s
}

.blog-title:focus,
.blog-title:hover {
    color: #6d6d6d;
    text-decoration: none
}

.blog-socia-media-icon a {
    display: inline-block;
    color: #aaa;
    text-decoration: none;
    margin: 0 3px;
    position: relative;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    font-size: 16px;
    padding: 8px 18px;
    border: 1px solid;
    transition: .4s
}

.blog-socia-media-icon a:hover {
    color: #333
}

.comment-form .form-control {
    border-radius: 1px;
    background: 0 0;
    color: #fff
}

.comment-form .form-control:focus {
    border-color: #eee;
    box-shadow: 0 0 0 .2rem rgba(173, 173, 173, .25)
}

.content.portfolio-single {
    /* background-image: url(../img/portfolio-1.jpg) */
}

.portfolio-single.inner-header .tilter {
    max-height: 520px;
    height: 700px
}

.portfolio-single.inner-header .tilter__caption {
    top: 18%
}

.portfolio-single.inner-header .tilter__figure::before {
    height: 35%
}

.next-previous {
    transition: .4s;
    color: #00b4d8
}

.next-previous:hover {
    background-color: #00b4d8;
    color: #fff;
    text-decoration: none
}

#filter {
    text-align: center;
    margin: 0 auto
}

#filter p {
    display: none
}

#filter ul li {
    display: inline-block
}

#filter ul li a {
    font-weight: 400;
    display: block;
    border: 1px solid #b8b8b8;
    line-height: 35px;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: .8em;
    transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out
}

#filter ul li a:hover {
    background: #e5e5e5;
    text-decoration: none
}

#filter ul li a.select {
    background: #333;
    border-color: #fff;
    color: #fff
}

#grid {
    width: 1140px;
    max-width: 100%;
    margin: 30px auto;
    position: relative;
    transition: height .3s ease-in-out;
    -o-transition: height .3s ease-in-out;
    -ms-transition: height .3s ease-in-out;
    -moz-transition: height .3s ease-in-out;
    -webkit-transition: height .3s ease-in-out
}

#grid .element {
    border: 1px solid #b8b8b8;
    position: absolute;
    text-align: center;
    background: #eaeaea;
    transition: top .3s ease-in-out, left .3s ease-in-out;
    -o-transition: top .3s ease-in-out, left .3s ease-in-out;
    -ms-transition: top .3s ease-in-out, left .3s ease-in-out;
    -moz-transition: top .3s ease-in-out, left .3s ease-in-out;
    -webkit-transition: top .3s ease-in-out, left .3s ease-in-out
}

#grid .element a {
    display: flex;
    width: 100%;
    height: 100%
}

#grid .element .grid-content {
    opacity: 0;
    margin: auto;
    background-color: rgba(98, 98, 98, .7);
    width: 100%;
    height: 100%;
    color: #545454;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: .4s
}

#grid .element:hover .grid-content {
    opacity: 1
}

#grid .element p {
    font-size: 1em;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 300;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #eee
}

#grid .element span {
    font-style: italic;
    font-size: .9em
}

.made_by {
    color: #545454;
    font-size: .9em;
    font-style: italic;
    font-weight: 300;
    transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out
}

.made_by:hover {
    color: #3498db
}

.contact-icon-style {
    opacity: .15;
    top: 0;
    right: 70px;
    font-size: 200px
}

.big-heading {
    font-size: 6em;
    font-weight: bolder;
    color: #ccc;
    margin: 0 0 1em 0;
    line-height: 1
}

.scale-up-hor-right {
    -webkit-animation: scale-up-hor-right .6s cubic-bezier(.39, .575, .565, 1) both;
    animation: scale-up-hor-right .6s cubic-bezier(.39, .575, .565, 1) both
}

.scale-up-hor-left {
    -webkit-animation: scale-up-hor-left .6s cubic-bezier(.39, .575, .565, 1) both;
    animation: scale-up-hor-left .6s cubic-bezier(.39, .575, .565, 1) both
}

.scale-up-ver-bottom {
    -webkit-animation: scale-up-ver-bottom .6s cubic-bezier(.39, .575, .565, 1) both;
    animation: scale-up-ver-bottom .6s cubic-bezier(.39, .575, .565, 1) both
}

.scale-up-ver-top {
    -webkit-animation: scale-up-ver-top .6s cubic-bezier(.39, .575, .565, 1) both;
    animation: scale-up-ver-top .6s cubic-bezier(.39, .575, .565, 1) both
}

@-webkit-keyframes scale-up-hor-left {
    0% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0
    }

    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0
    }
}

@keyframes scale-up-hor-left {
    0% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0
    }

    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0
    }
}

@-webkit-keyframes scale-up-hor-right {
    0% {
        -webkit-transform: scaleX(.4);
        transform: scaleX(.4);
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%
    }

    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%
    }
}

@keyframes scale-up-hor-right {
    0% {
        -webkit-transform: scaleX(.4);
        transform: scaleX(.4);
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%
    }

    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%
    }
}

@-webkit-keyframes scale-up-ver-bottom {
    0% {
        -webkit-transform: scaleY(.4);
        transform: scaleY(.4);
        -webkit-transform-origin: 0 100%;
        transform-origin: 0 100%
    }

    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: 0 100%;
        transform-origin: 0 100%
    }
}

@keyframes scale-up-ver-bottom {
    0% {
        -webkit-transform: scaleY(.4);
        transform: scaleY(.4);
        -webkit-transform-origin: 0 100%;
        transform-origin: 0 100%
    }

    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: 0 100%;
        transform-origin: 0 100%
    }
}

@-webkit-keyframes scale-up-ver-top {
    0% {
        -webkit-transform: scaleY(.4);
        transform: scaleY(.4);
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0
    }

    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0
    }
}

@keyframes scale-up-ver-top {
    0% {
        -webkit-transform: scaleY(.4);
        transform: scaleY(.4);
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0
    }

    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0
    }
}

.slide-right {
    -webkit-animation: slide-right .5s cubic-bezier(.25, .46, .45, .94) both;
    animation: slide-right .5s cubic-bezier(.25, .46, .45, .94) both
}

@-webkit-keyframes slide-right {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -webkit-transform: translateX(100px);
        transform: translateX(100px)
    }
}

@keyframes slide-right {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -webkit-transform: translateX(100px);
        transform: translateX(100px)
    }
}

.tilter--1 .tilter__figure::before {
    border: none
}

.query-form .group {
    position: relative;
    margin-bottom: 5px
}

.query-form input,
.query-form textarea {
    font-size: 18px;
    padding: 10px 10px 10px 5px;
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #fff;
    background: 0 0;
    color: #fff
}

.query-form input:focus,
.query-form textarea:focus {
    outline: 0
}

.query-form label {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 10px;
    transition: .2s ease all;
    -moz-transition: .2s ease all;
    -webkit-transition: .2s ease all
}

.query-form input:focus~label,
.query-form input:valid~label,
.query-form input.has-value~label,
.query-form textarea:focus~label,
.query-form textarea:valid~label {
    top: -20px;
    font-size: 14px;
    color: #ddd
}

.query-form .bar {
    position: relative;
    display: block;
    width: 100%
}

.query-form .bar:after,
.query-form .bar:before {
    content: '';
    height: 2px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: #5264ae;
    transition: .2s ease all;
    -moz-transition: .2s ease all;
    -webkit-transition: .2s ease all
}

.query-form .bar:before {
    left: 50%
}

.query-form .bar:after {
    right: 50%
}

.query-form input:focus~.bar:after,
.query-form input:focus~.bar:before,
.query-form textarea:focus~.bar:after,
.query-form textarea:focus~.bar:before {
    width: 50%
}

.query-form .highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: .5
}

.query-form input:focus~.highlight {
    -webkit-animation: inputHighlighter .3s ease;
    -moz-animation: inputHighlighter .3s ease;
    animation: inputHighlighter .3s ease
}

@-webkit-keyframes inputHighlighter {
    from {
        background: #5264ae
    }

    to {
        width: 0;
        background: 0 0
    }
}

@-moz-keyframes inputHighlighter {
    from {
        background: #5264ae
    }

    to {
        width: 0;
        background: 0 0
    }
}

@keyframes inputHighlighter {
    from {
        background: #5264ae
    }

    to {
        width: 0;
        background: 0 0
    }
}

.service-box {
    padding: 3rem;
    background-color: #00b4d8;
    margin-bottom: 1.5rem;
    color: #fff;
    transition: .4s
}

.service-box i {
    font-size: 4.6rem;
    color: #fff;
    transition: .4s
}

.service-box h2 {
    font-size: 2.8rem
}

.service-box:hover i {
    color: #00b4d8
}

.service-box:active,
.service-box:focus,
.service-box:hover {
    background-color: #fff;
    color: #00b4d8
}

.rocket-icon-wrapper {
    position: absolute;
    top: 50%;
    transform: rotate(45deg)
}

.rocket-icon-wrapper div {
    animation-duration: 3.6s
}

.backToPortfolio {
    position: absolute;
    left: 65px;
    padding: .45rem .75rem;
    border-radius: 50%;
    background: #00b4d8;
    z-index: 1;
    top: 16%;
    color: #fff
}

.backToPortfolio:hover {
    background: #1299b4;
    color: #fff
}

body.nav-active .backToPortfolio {
    z-index: 0
}

.scrollDownArrow {
    position: absolute;
    right: -30px;
    z-index: 0;
    top: 75%
}

.scrollDownArrow img {
    max-width: 40px
}

.video-link-text .tilter__title {
    position: absolute;
    top: 18%;
    left: 16%;
    z-index: 0;
    color: #fff;
    max-width: 700px
}

.projectDetailCarousal .owl-carousel .owl-nav button.owl-next,
.projectDetailCarousal .owl-carousel .owl-nav button.owl-prev,
.projectDetailCarousal .owl-carousel button.owl-dot {
    background-color: transparent;
    height: 0;
    margin: 0 10px
}

.projectDetailCarousal .owl-theme .owl-dots .owl-dot span {
    border-radius: 0;
    width: 50px;
    height: 6px
}

.projectDetailCarousal .owl-theme .owl-dots .owl-dot.active span {
    background-color: #00b4d8
}

.clientLink {
    color: #999
}

.tooltip-inner {
    max-width: 350px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #00b4d8;
    border-radius: .25rem;
    font-size: 1.4rem
}

.tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before,
.tooltip.bs-tooltip-top .arrow::before {
    margin-left: -3px;
    content: "";
    border-width: 5px 5px 0;
    border-top-color: #00b4d8
}

.glowLamp {
    position: absolute;
    max-width: 185px;
    left: 116px;
    top: 131px
}

#divnImageContact {
    min-height: 325px
}

.ownai-testimonial-img {
    max-width: 130px
}

.portfolio-wrapper .product__img {
    color: #fff
}

.portfolio-wrapper .details__description i {
    color: #fff
}

.bg-light {
    background-color: #f0f3f5 !important
}

.project-card h2 {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: Montserrat;
    margin-bottom: 32px
}

a {
    color: #00b4d8
}

a:hover {
    color: #0598b6
}

.bg-new-blue-light {
    background-color: #0598b6
}

.bg-light-blue {
    background-color: #ecfcff !important;
}

@-webkit-keyframes bounceRight {

    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    40% {
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px)
    }

    60% {
        -webkit-transform: translateX(-15px);
        transform: translateX(-15px)
    }
}

@-moz-keyframes bounceRight {

    0%,
    100%,
    20%,
    50%,
    80% {
        transform: translateX(0)
    }

    40% {
        transform: translateX(-30px)
    }

    60% {
        transform: translateX(-15px)
    }
}

@keyframes bounceRight {

    0%,
    100%,
    20%,
    50%,
    80% {
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    40% {
        -ms-transform: translateX(-30px);
        transform: translateX(-30px)
    }

    60% {
        -ms-transform: translateX(-15px);
        transform: translateX(-15px)
    }
}

.ownai-contact-arrow {
    -webkit-animation: bounceRight 2s infinite;
    animation: bounceRight 2s infinite
}

header .ownai-service-nav.nav::after,
header .ownai-service-nav.nav::before {
    content: unset;
    position: unset;
    width: unset;
    height: unset;
    background: unset;
    z-index: unset;
    transition: unset;
    transform: unset
}

header .nav__content .ownai-servicessss {
    min-height: 325px
}

header .nav__content .ownai-service-nav.nav .nav-link {
    color: #fff;
    font-size: 22px
}

header .nav__content .ownai-service-nav.nav .nav-link.active {
    color: #00b4d8;
    border-radius: 0;
    background-color: #fff
}

.ownai-nav-detail-list .list-group-item {
    border: 0;
    background: unset;
    font-size: 15px;
    padding-bottom: 0
}

.shadow {
    box-shadow: 0 1px 15px rgb(0 0 0 / 25%), 0 1px 6px rgb(0 0 0 / 4%)
}

.ownai-blue-support-box {
    width: 100px;
    height: 12px;
    left: -16px;
    background-color: #fff;
    animation: scale-up-hor-left 1.75s cubic-bezier(.39, .575, .565, 1) both infinite;
    animation-delay: .05s;
    display: inline-block;
    vertical-align: inherit
}

.ownai-i-header-img {
    position: relative;
    max-width: 700px
}

.ownai-i-header-img::before {
    content: "";
    position: absolute;
    background-color: #00b4d8;
    height: 200px;
    width: 300px;
    left: -20px;
    bottom: -20px;
    z-index: -1;
    -webkit-animation: scale-up-hor-left .6s cubic-bezier(.39, .575, .565, 1) both;
    animation: scale-up-hor-left .6s cubic-bezier(.39, .575, .565, 1) both
}

.ownai-i-header-image {
    position: relative;
    max-width: 700px
}

.ownai-features-bg {
    background-image: url(../img/login_bg1.webp);
    background-repeat: no-repeat;
    max-width: 100%;
    height: 620px;
    background-size: cover
}

.ownai-features-bg.deliveryist {
    background-image: url(../img/delivery_mock_1.webp);
    overflow: hidden;
    height: 810px;
    max-height: 100%
}

.ownai-features-bg .mock1 {
    position: absolute;
    left: -350px;
    bottom: -100px;
    max-width: 750px
}

.ownai-techspec-bg .mock2 {
    max-width: 380px;
    position: absolute;
    left: 140px
}

.ownai-techspec-bg .mock3 {
    max-width: 380px;
    position: absolute;
    left: 280px;
    top: 90px
}

.ownai-techspec-bg .mock {
    max-width: 380px;
    position: absolute;
    left: 280px;
    top: 90px
}

.ownai-features-bg .list-group-item,
.ownai-techspec-bg .list-group-item {
    background-color: transparent;
    border-color: transparent;
    padding-left: 0
}

.ownai-carousal-icon::after {
    content: "";
    position: absolute;
    width: 48px;
    height: 48px;
    background-color: #00b4d8;
    left: -13px;
    top: 0;
    z-index: -1;
    opacity: .5;
    border-radius: 50px
}

.ownai-mockup-bg {
    background-color: #00b4d8;
    overflow: hidden;
    height: 100vh
}

.ownai-mockup-bg .mock1 {
    position: absolute;
    top: 20px;
    z-index: 0
}

.ownai-mockup-bg .mock2 {
    position: absolute;
    top: 105px;
    left: 150px;
    z-index: 2
}

.ownai-mockup-bg .mock3 {
    position: absolute;
    top: 100px;
    left: 300px;
    z-index: 4
}

.ownai-mockup-bg .mock4 {
    position: absolute;
    top: 150px;
    left: 450px;
    z-index: 4
}

.ownai-techDetail-bg {
    background-image: url(../img/login_bg.webp);
    background-repeat: no-repeat;
    max-width: 100%;
    height: 620px;
    background-size: cover
}

.ownai-techDetail-bg.deliveryist {
    background-image: url(../img/delivery_mock_2.webp);
    background-position: bottom
}

.ownai-techDetail-bg.deliveryist .card {
    position: relative
}

.ownai-techDetail-bg.deliveryist .card::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 136px;
    background-color: #000b35;
    left: -40px;
    mix-blend-mode: difference
}

.ownai-techDetail-bg.deliveryist .list-group-item {
    background-color: unset;
    font-size: 15px;
    color: #000b35;
    border: none;
    font-weight: 600
}

.ownai-blue-support-box {
    width: 100px;
    height: 12px;
    left: -16px;
    background-color: #fff;
    animation: scale-up-hor-left 1.75s cubic-bezier(.39, .575, .565, 1) both infinite;
    animation-delay: .05s;
    display: inline-block;
    vertical-align: inherit
}

.service-div-height {
    height: 100vh;
}

.blog-details p {
    font-size: 19px;
    line-height: 1.75;
    margin-bottom: 1.75rem;
}

.blog-details .img-source-link {
    font-size: 14px;
}

@media (max-width:767px) {
    .video-overlay {
        min-height: 60%
    }

    .ownai-features-bg,
    .ownai-techspec-bg {
        overflow: hidden
    }
}

.ownai-half-cir.one,
.ownai-half-cir.two {
    position: absolute;
    right: 0;
    top: 0;
    min-width: 270px;
    max-width: 270px
}

.ownai-half-cir.one {
    left: 0;
    top: -220px;
    min-width: unset;
    max-width: 110px;
    transform: rotate(180deg)
}

.ownai-deliveryist-techspec {
    overflow: auto
}

.ownai-features-bg.best_mng {
    background-image: url(../img/bm_orgnl.webp);
    height: 100vh;
    overflow: hidden
}

.ownai-features-bg.best_mng .mock12 {
    position: absolute;
    right: -70px;
    max-width: 570px;
    margin-top: 40px
}

.ownai-features-bg.best_mng .mock13 {
    position: absolute;
    right: -70px;
    max-width: 240px
}

.ownai-techDetail-bg.bm_mng {
    background-image: unset;
    background-color: #00b4d8;
    height: 100vh;
    overflow: hidden
}

.ownai-techDetail-bg.bm_mng .mock1_1 {
    position: absolute;
    left: 0
}

.ownai-techDetail-bg.bm_mng .mock1_2 {
    position: absolute;
    left: 100px;
    top: 50px
}

.ownai-techDetail-bg.bm_mng .mock1_3 {
    position: absolute;
    left: 200px;
    top: 100px
}

.ownai-techDetail-bg.bm_mng .mock2_1 {
    position: absolute;
    right: 0;
    max-width: 330px
}

.ownai-techDetail-bg.bm_mng .mock2_2 {
    position: absolute;
    right: 160px;
    top: 60px;
    max-width: 330px
}

.ownai-deliveryist-techspec.bm_mng {
    background-image: url(../img/bm_girl.webp);
    background-size: cover;
    height: 100vh
}

.ownai-deliveryist-techspec.bm_mng .list-group-item {
    background-color: transparent;
    border: none;
    color: #0b0e20;
    font-weight: 600
}

@media(max-width:567px) {
    .workPage {
        max-height: 230px;
        background-image: none !important;
    }

    .ownai-features-bg .mock1 {
        display: none
    }

    .ownai-blue-support-box,
    .ownai-contact-arrow {
        display: none !important
    }

    .portfolio-single.inner-header .tilter {
        max-height: 180px;
    }

    .pbx-mobile-img {
        max-width: 120px !important
    }

    .portfolio-wrapper .product__img {
        top: 0
    }

    .ownai-techDetail-bg.bm_mng .mock2_2 {
        top: 240px;
        width: 180px
    }

    .ownai-techDetail-bg.bm_mng .mock2_1 {
        width: 180px;
        top: 220px
    }
}

.owl-carousel .owl-item img {
    border-radius: 100px
}

.ownai-cldext-features {
    background-color: #fff
}

.ownai-purple-circle {
    background-color: #fff;
    border: 5px solid #b06df5;
    height: 78px;
    width: 78px;
    border-radius: 50px;
    position: absolute;
    right: 52px;
    bottom: 140px;
    animation: ripple_shadow_violet 2s linear infinite
}

.ownai-cldext-features .list-group-item {
    color: #555;
    border: 0;
    padding: 6px 0 6px 12px
}

@keyframes ripple_shadow_violet {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(185, 126, 246, .2), 0 0 0 20px rgba(185, 126, 245, .2), 0 0 0 40px rgba(185, 126, 246, .2);
        box-shadow: 0 0 0 0 rgba(185, 126, 246, .2), 0 0 0 20px rgba(185, 126, 246, .2), 0 0 0 40px rgba(185, 126, 246, .2)
    }

    100% {
        -webkit-box-shadow: 0 0 0 20px rgba(185, 126, 246, .2), 0 0 0 40px rgba(185, 126, 246, .2), 0 0 0 60px rgba(185, 126, 246, 0);
        box-shadow: 0 0 0 20px rgba(185, 126, 246, .2), 0 0 0 40px rgba(185, 126, 246, .2), 0 0 0 60px rgba(185, 126, 246, 0)
    }
}

.ownai-pbx-techspec {
    overflow: hidden;
    position: relative
}

.ownai-dot {
    position: absolute;
    height: 16px;
    width: 16px;
    background-color: #90ecff;
    border-radius: 50px
}

.ownai-line {
    position: absolute;
    height: 3px;
    background-color: #90ecff
}

.dotArrow1 {
    right: 60px;
    top: 80px;
    position: absolute
}

.dotArrow1 .ownai-dot {
    left: 0
}

.dotArrow1 .ownai-line {
    left: 10px;
    top: 7px;
    width: 122px
}

.dotArrow1 h3 {
    position: absolute;
    left: 160px;
    top: -10px;
    color: #90ecff;
    max-width: 110px;
}

.dotArrow2 {
    left: 60px;
    top: 420px;
    position: absolute
}

.dotArrow2 .ownai-dot {
    left: 0
}

.dotArrow2 .ownai-line {
    right: 0;
    top: 7px;
    width: 122px
}

.dotArrow2 h3 {
    position: absolute;
    left: -240px;
    top: -10px;
    color: #90ecff;
    max-width: 110px
}

.dotArrow3 {
    right: 60px;
    top: 800px;
    position: absolute
}

.dotArrow3 .ownai-dot {
    left: 0
}

.dotArrow3 .ownai-line {
    left: 10px;
    top: 7px;
    width: 122px
}

.dotArrow3 h3 {
    position: absolute;
    left: 160px;
    top: -10px;
    color: #90ecff
}

.dotArrow4 {
    left: 60px;
    top: 1300px;
    position: absolute
}

.dotArrow4 .ownai-dot {
    left: 0
}

.dotArrow4 .ownai-line {
    right: 0;
    top: 7px;
    width: 122px
}

.dotArrow4 h3 {
    position: absolute;
    left: -240px;
    top: -10px;
    color: #90ecff;
    max-width: 110px
}

.dotArrow5 {
    right: 60px;
    top: 1600px;
    position: absolute
}

.dotArrow5 .ownai-dot {
    left: 0
}

.dotArrow5 .ownai-line {
    left: 10px;
    top: 7px;
    width: 122px
}

.dotArrow5 h3 {
    position: absolute;
    left: 160px;
    top: -10px;
    color: #90ecff
}

.dotArrow6 {
    left: 60px;
    top: 2200px;
    position: absolute
}

.dotArrow6 .ownai-dot {
    left: 0
}

.dotArrow6 .ownai-line {
    right: 0;
    top: 7px;
    width: 122px
}

.dotArrow6 h3 {
    position: absolute;
    left: -240px;
    top: -10px;
    color: #90ecff;
    max-width: 110px
}

.dotArrow7 {
    right: 60px;
    top: 2350px;
    position: absolute
}

.dotArrow7 .ownai-dot {
    left: 0
}

.dotArrow7 .ownai-line {
    left: 10px;
    top: 7px;
    width: 122px
}

.dotArrow7 h3 {
    position: absolute;
    left: 160px;
    top: -10px;
    color: #90ecff
}

.dotArrow8 {
    left: 60px;
    top: 2900px;
    position: absolute
}

.dotArrow8 .ownai-dot {
    left: 0
}

.dotArrow8 .ownai-line {
    right: 0;
    top: 7px;
    width: 122px
}

.dotArrow8 h3 {
    position: absolute;
    left: -240px;
    top: -10px;
    color: #90ecff;
    max-width: 110px
}

.comet-color {
    height: 120px;
    width: 120px;
    border-radius: 24px
}

.comet-color-1 {
    background-color: #2154cf
}

.comet-color-2 {
    background-color: #d9edf7
}

.comet-color-3 {
    background-color: #1e2726;
    border: 3px solid #fff
}

.comet-color-4 {
    background-color: #fff
}

.thrindix-color-1 {
    background-color: #ee900b;
}

.thrindix-color-2 {
    background-color: #003a62;
}

.thrindix-color-3 {
    background-color: #777777;
}

.thrindix-color-4 {
    background-color: #ffffff;
}

.pyramid-color-1 {
    background-color: #009640
}

.pyramid-color-2 {
    background-color: #016da8
}

.pyramid-color-3 {
    background-color: #211e3b
}

.backToBlogList {
    position: absolute;
    /* left: 430px; */
    top: 92px;
    border: 2px solid;
    border-radius: 50%;
    padding: 6px 9px 5px 7px;
    font-size: 9px
}

.ownai-features-bg.indigu_plp {
    height: 100vh;
    overflow: hidden
}

.ownai-deliveryist-techspec.indigu_plp {
    background-image: url(../img/young-successful-businessman-correcting-tie.jpg);
    background-size: cover;
    height: 100vh
}

.ownai-deliveryist-techspec.indigu_plp .list-group-item {
    background-color: transparent;
    border: none;
    color: #fff;
    font-weight: 600
}

@media(max-width:567px) {
    .workPage {
        max-height: 230px
    }

    .ownai-features-bg .mock1 {
        display: none
    }
}

@media (max-width:768px) {
    .tilter__title {
        font-size: 2em
    }

    .portfolio .tilter__title {
        font-size: 2em
    }

    .footer-socia-media-icon {
        text-align: left !important;
        margin: 16px 0
    }

    .copyright {
        margin-top: 0;
        float: none
    }

    .about-heading {
        font-size: 34px
    }

    #filter {
        width: 100%
    }

    .big-heading {
        font-size: 4em
    }

    .backToPortfolio {
        top: 51%;
        left: 15px;
    }

    .video-link-text .tilter__title {
        top: 40%
    }

    .scrollDownArrow {
        display: none
    }

    .glowLamp {
        display: none
    }
}

@media (max-width:767px) {
    .backToBlogList {
        left: 10px
    }

    .about-heading {
        font-size: 24px
    }

    .inner-header .tilter__title {
        font-size: 3em;
        padding-left: 65px !important;
    }

    .nav__list-item a {
        padding: 6px 30px
    }

    .coming-soon .align-form-center {
        margin-left: 0
    }

    .slide__title {
        font-size: 36px
    }

    .nImagediv {
        display: none
    }

    .workPage .tilter__title {
        font-size: 1.5rem;
        right: 50px;
        bottom: 200px;
        max-width: 320px !important;
    }

    .video-link-text .tilter__title {
        top: 20%
    }

    .socia-media-icon {
        left: -130px
    }

    .video-text {
        top: 70%
    }

    .tilter.tilter--1 h2 {
        font-size: 22px;
        padding-left: 22px !important;
    }

    .portfolio-single.inner-header .tilter {
        max-height: 180px !important;
    }

    .backToPortfolio {
        top: 36% !important;
    }
    
    .owl-carousel.owl-trainerlite-carousel .owl-nav button.owl-next,
    .owl-carousel.owl-trainerlite-carousel .owl-nav button.owl-prev,
    .owl-carousel.owl-trainerlite-carousel button.owl-dot,
    .owl-carousel.owl-printshop-carousel .owl-nav button.owl-next,
    .owl-carousel.owl-printshop-carousel .owl-nav button.owl-prev,
    .owl-carousel.owl-printshop-carousel button.owl-dot,
    .owl-carousel.owl-maximum-carousel .owl-nav button.owl-next,
    .owl-carousel.owl-maximum-carousel .owl-nav button.owl-prev,
    .owl-carousel.owl-maximum-carousel button.owl-dot {
        width: 23px !important;
        height: 24px !important;
    }

    .owl-carousel.owl-trainerlite-carousel .owl-prev,
    .owl-carousel.owl-trainerlite-carousel .owl-next,
    .owl-carousel.owl-printshop-carousel .owl-prev,
    .owl-carousel.owl-printshop-carousel .owl-next,
    .owl-carousel.owl-maximum-carousel .owl-prev,
    .owl-carousel.owl-maximum-carousel .owl-next {
        top: 30% !important;
    }
}

@media screen and (max-width:960px) {
    #filter p {
        display: block;
        cursor: pointer;
        font-weight: 300;
        display: block;
        border: 1px solid #b8b8b8;
        line-height: 35px;
        color: #888;
        text-transform: uppercase;
        letter-spacing: 3px;
        font-size: .8em
    }

    #filter ul {
        display: none
    }

    #filter ul li {
        display: block;
        width: 100% !important;
        margin-left: 0 !important
    }

    #filter ul li a {
        border-top: none
    }

    #filter ul li a.select {
        border-color: #b8b8b8
    }

    #grid {
        width: 100%;
        margin: 15px auto
    }

    .workPage .tilter__title {
        text-shadow: none !important;
    }

    .workPage {
        background-image: none !important;
        padding-left: 15px;
    }

    /* for social media icon */
    /* .blog-details{
        padding-left: 15px;
    } */
    .scrollDownArrow {
        display: none;
    }

    .backToPortfolio {
        top: 51%;
        left: 14px;
    }

    .portfolio-single.inner-header .tilter {
        max-height: 320px;
    }

    .ownai-i-header-img {
        max-width: none;
    }

    .tilter.tilter--1 h2 {
        padding-left: 35px;
    }

    .inner-header .tilter__title {
        padding-left: 80px;
    }

    .owl-carousel.owl-trainerlite-carousel .owl-prev,
    .owl-carousel.owl-trainerlite-carousel .owl-next,
    .owl-carousel.owl-printshop-carousel .owl-prev,
    .owl-carousel.owl-printshop-carousel .owl-next,
    .owl-carousel.owl-maximum-carousel .owl-prev,
    .owl-carousel.owl-maximum-carousel .owl-next {
        top: 33% !important;
    }
}

@media screen and (max-width:1024px) {
    .workPage {
        background-image: none !important;
    }

    .workPage .tilter__title {
        max-width: 680px
    }

    .owl-carousel.owl-about-carousel .owl-nav {
        bottom: -48px;
    }
}

@media screen and (min-width:1269.98px) and (max-width: 1440px) {
    .workPage .tilter__title {
        max-width: 750px
    }

    .owl-carousel.owl-about-carousel .owl-nav {
        bottom: 25px;
    }


}

@media screen and (max-width:320.98px) {
    .workPage .tilter__title {
        max-width: 250px !important;
        font-size: 20px;
    }

    .backToBlogList {
        top: 109px !important;
    }

    .backToPortfolio {
        top: 33% !important;
    }

    .tilter.tilter--1 h2 {
        font-size: 20px !important;
        line-height: 27px;
    }

    .inner-header .tilter__title {
        font-size: 2rem !important;
    }

    .ownai-i-header-img::before {
        height: 140px;
        width: 300px;
        left: -106px;
        bottom: -20px;
    }
}

/* for maximum, trainer lite & prinstshop work page carousel */
.owl-trainerlite-carousel .owl-item.active,
.owl-printshop-carousel .owl-item.active,
.owl-maximum-carousel .owl-item.active {
    z-index: 1;
}

.owl-trainerlite-carousel .active .item,
.owl-printshop-carousel .active .item,
.owl-maximum-carousel .active .item {
    opacity: 1 !important;
}

.owl-trainerlite-carousel .active .item img,
.owl-printshop-carousel .active .item img,
.owl-maximum-carousel .active .item img {
    width: 90% !important;
    margin-top: 0 !important;
    /* transform: skewY(180deg) !important; */
}

.owl-carousel.owl-trainerlite-carousel .owl-prev,
.owl-carousel.owl-printshop-carousel .owl-prev,
.owl-carousel.owl-maximum-carousel .owl-prev {
    position: absolute;
    top: 40%;
    left: 2%;
    display: block !important;
}

.owl-carousel.owl-trainerlite-carousel .owl-next,
.owl-carousel.owl-printshop-carousel .owl-next,
.owl-carousel.owl-maximum-carousel .owl-next {
    position: absolute;
    top: 40%;
    right: 2%;
    display: block !important;
}

/*  from demo.css */
.content {
    display: flex;
    /* background-image: url(../../../img/homeBG1.jpg); */
    background-size: cover;
    background-repeat: no-repeat;
    /* position: relative; */
    background-position: center;
}

@media screen and (max-width: 55.625em) {
    .content {
        height: auto;
    }
}


/* from component.css file */
.tilter {
    display: block;
    position: relative;
    width: 100%;
    height: 360px;
    margin: 100px 0;
    color: #333;
    perspective: 1000px
}

.tilter:focus,
.tilter:hover {
    color: #333;
    outline: 0
}

.tilter__figure,
.tilter__image {
    margin: 0;
    width: 100%;
    height: 100%;
    display: block
}

.tilter__figure>* {
    transform: translateZ(0)
}

.smooth .tilter__caption,
.smooth .tilter__deco--lines,
.smooth .tilter__deco--overlay,
.smooth .tilter__deco--shine div,
.smooth .tilter__figure {
    transition: transform .2s ease-out
}

__figure {
    position: relative
}

.tilter__figure::before {
    content: '';
    position: absolute;
    width: 90%;
    height: 90%;
    top: 5%;
    left: 5%
}

.tilter__deco {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.tilter__deco--overlay {
    background-image: linear-gradient(45deg, rgba(226, 60, 99, .4), rgba(145, 58, 252, .4), rgba(16, 11, 192, .4))
}

.tilter__deco--shine div {
    position: absolute;
    width: 200%;
    height: 200%;
    top: -50%;
    left: -50%;
    background-image: linear-gradient(45deg, rgba(0, 0, 0, .5) 0, rgba(255, 255, 255, .1) 50%, transparent 100%)
}

.tilter__deco--lines {
    fill: none;
    stroke: #fff;
    stroke-width: 1.5px
}

.tilter__caption {
    position: absolute;
    bottom: 0;
    top: 25%;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 850px;
    text-align: center;
    margin: 0 auto
}

.tilter__title {
    margin: 0;
    font-weight: 200;
    font-size: 3.4em;
    line-height: 1.5;
    font-family: Merriweather, serif
}

.tilter__description {
    margin: 2em 0 0 0;
    font-size: .85em;
    letter-spacing: .15em
}

.tilter--1 .tilter__figure::before {
    border: 1px solid #fff
}

.tilter--1 .tilter__description {
    font-size: 1.2em;
    margin: 3em 0 0 0;
    font-weight: 100
}

.tilter--1 .tilter__link {
    text-decoration: none;
    color: #fff;
    font-size: 1em;
    position: relative;
    transition: .5s
}

.tilter--1 .tilter__link:after {
    content: ">>";
    position: absolute;
    padding-left: .2em
}

.tilter--1 .tilter__link:hover {
    padding-left: .9em
}

.tilter--2,
.tilter--2:focus,
.tilter--2:hover {
    color: #2e27ad
}

.tilter--2 .tilter__deco--overlay {
    background-image: linear-gradient(45deg, rgba(245, 239, 40, .6), rgba(164, 22, 169, .6))
}

.tilter--2 .tilter__deco--lines {
    stroke: #2e27ad;
    stroke-width: 4px
}

.tilter--3 .tilter__deco--overlay {
    background-image: linear-gradient(45deg, rgba(205, 81, 220, .6), rgba(41, 94, 230, .5))
}

.tilter--3 .tilter__caption {
    padding: 2em;
    text-align: right;
    text-shadow: .1em .8em 1em rgba(0, 0, 0, .35)
}

.tilter--4 .tilter__deco--overlay {
    background-image: linear-gradient(20deg, #6256ff, rgba(98, 86, 255, .58), rgba(16, 16, 16, .6))
}

@media screen and (min-width:30em) {
    .tilter--4 .tilter__deco--lines {
        transform: scale3d(.8, .8, 1);
        transition: transform .4s
    }

    .tilter--4:hover .tilter__deco--lines {
        transform: scale3d(1, 1, 1)
    }

    .tilter--4 .tilter__description,
    .tilter--4 .tilter__title {
        transform: translate3d(0, 80px, 0);
        opacity: 0;
        transition: transform .4s, opacity .4s
    }

    .tilter--4:hover .tilter__description {
        transition-delay: .1s
    }

    .tilter--4:hover .tilter__description,
    .tilter--4:hover .tilter__title {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.tilter--5 .tilter__deco--lines path {
    stroke-dasharray: 1270;
    stroke-dashoffset: 1270;
    transition: stroke-dashoffset .7s
}

.tilter--5:hover .tilter__deco--lines path {
    stroke-dashoffset: 0
}

.tilter--5 .tilter__figure::before {
    box-shadow: none
}

.tilter--6,
.tilter--6:focus,
.tilter--6:hover {
    color: #2e27ad
}

.tilter--6 .tilter__deco--overlay {
    background-image: linear-gradient(45deg, rgba(46, 39, 173, .2), rgba(255, 186, 59, .58))
}

.tilter--6 .tilter__deco--lines {
    stroke: #2e27ad;
    stroke-width: 6px;
    top: -50px;
    left: -50px
}

.tilter--6 .tilter__caption {
    padding: 0 4em 5.5em 1em
}

.tilter--6 .tilter__figure::before {
    box-shadow: none
}

.tilter--7 .tilter__deco--overlay {
    background-image: linear-gradient(45deg, rgba(93, 203, 106, .48), rgba(59, 239, 255, .58))
}

.tilter--7 .tilter__deco--lines {
    stroke-width: 20px;
    transform: scale3d(.9, .9, 1);
    opacity: 0;
    transition: transform .3s, opacity .3s
}

.tilter--7:hover .tilter__deco--lines {
    opacity: 1;
    transform: scale3d(1, 1, 1)
}

.tilter--7 .tilter__figure::before {
    box-shadow: none
}

.tilter--8 {
    perspective: none
}

.tilter--8 .tilter__figure {
    transform-style: flat
}

.tilter--8 .tilter__deco--lines {
    stroke: #9255ae;
    stroke-width: 6px;
    mix-blend-mode: color-burn
}

.tilter--8 .tilter__caption {
    color: #9255ae;
    mix-blend-mode: color-burn
}

.tilter--8 .tilter__figure::before {
    box-shadow: none
}

