::-webkit-scrollbar {
    width: 6px;
    background-color: transparent
}

::-webkit-scrollbar-thumb {
    background-color: #1a27c9;
    border-radius: 20px
}

header .intro-heading-landing {
    margin-bottom: 10px;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-size: 38px;
    line-height: 1.42857143;
    letter-spacing: 7px;
    font-weight: 700
}

header .intro-text {
    /* color: #0cabe5 */
    /* color: #000; */
    color: #fff;
}

header .intro-lead-in-landing {
    /* width: 90%; */
    margin-bottom: 50px;
    font-size: 2.75rem;
    line-height: 40px;
    letter-spacing: 1px;
    font-weight: 300;
    margin-top: 50px;
    color: #ced2d6;
    font-family: 'Lato-Light', sans-serif;
}

.fa-design:before {
    content: "\f18c"
}

.fa-prototype:before {
    content: "\f18c"
}

.project-title-font {
    margin: 5px;
    /* font-family: avenir_regular, sans-serif; */
    font-size: 38px;
    font-weight: 300
}

aside {
    text-align: center;
    color: #000;
    /*background-attachment: scroll;
        background-position: center center;
        background-repeat: none;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover */
    background: linear-gradient(-45deg, #e7eaeb, #22bbf3);
    /* linear-gradient(-45deg,#e7eaeb,#c1e4f1);  */
    background-size: 400% 400%;
    animation: gradient 10s ease infinite;
}

.loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../img/header-bg.jpg);
    background-attachment: scroll;
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover
}

h1 {
    margin-bottom: 10px;
    /* text-transform: uppercase; */
    font-family: 'Lato', sans-serif;
    font-size: 11.5rem;
    line-height: 1.1em;
    letter-spacing: 0;
    font-weight: 700
}

.sec-cover-services-ios .col-left {
    padding-top: px
}

.sec-cover-services-ios h2 {
    font-size: 48px;
    line-height: 60px;
    color: #000;
    font-weight: 500
}

.sec-cover-services-ios p {
    font-size: 24px;
    line-height: 30px;
    color: #7b7b7b;
    font-weight: 300
}

.sec-cover-services {
    padding-top: 0;
    overflow: visible;
    background-repeat: no-repeat;
}

.sec-cover-services .col-inner-container {
    position: relative
}

.sec-cover-services .col-inner-container:before {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    background-color: #e7e7e7;
    left: 50%;
    display: none
}

.sec-cover-services .col-inner-container .row:not(:last-child) {
    position: relative
}

.sec-cover-services .col-inner-container .row:not(:last-child) .col-sm-6:nth-child(1n+2) {
    position: static
}

.sec-cover-services .col-inner-container .row:not(:last-child) .col-sm-6:nth-child(1n+2):before {
    content: '';
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #e7e7e7
}

.sec-cover-services .col-inner {
    padding-top: 25px;
    padding-bottom: 25px;
    min-height: 325px;
    position: relative
}

.sec-cover-services .cover-services-list:hover {
    box-shadow: 0 4px 12px 0 hsla(0, 0%, 9%, .21);
    background: rgba(12, 171, 229, .05);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.sec-cover-services .cover-services-list:hover .col-services-list {
    margin-top: 21px;
    -webkit-transition: margin-top .2s linear;
    transition: margin-top .2s linear
}

.sec-cover-services .cover-services-list:hover .col-services-title p {
    margin-top: 16px;
    -webkit-transition: margin-top .2s linear;
    transition: margin-top .2s linear
}

.sec-cover-services .cover-services-list:hover .col-services-apply .btn {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.sec-cover-services h2 {
    color: #000;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 500
}

.sec-cover-services p {
    font-size: 16px;
    color: #5f5f5f;
    line-height: 24px
}

.sec-cover-services .col-services-title p {
    margin-top: 20px
}

.col-services-list,
.sec-cover-services .col-services-title p {
    padding-left: 40px;
    padding-right: 40px;
    -webkit-transition: margin-top .2s linear;
    transition: margin-top .2s linear
}

.col-services-list {
    margin-top: 52px
}

.col-services-list ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    font-size: 0
}

.col-services-list li {
    position: relative;
    padding-left: 20px;
    display: inline-block;
    vertical-align: top;
    width: 33%
}

.col-services-list li:before {
    content: "";
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #e93973;
    position: absolute;
    left: 0;
    top: 6px
}

.col-services-list p {
    line-height: 20px
}

.cover-services-list:hover p {
    line-height: 20px
}

.col-services-apply {
    position: relative;
    padding-top: 30px
}

.col-services-apply .btn {
    position: absolute;
    bottom: -15px;
    left: 50%;
    margin-left: -86px;
    opacity: 0;
    visibility: hidden;
    min-width: 173px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.sec-cover-services-work {
    background: url(../img/services-work.png) no-repeat;
    background-size: contain;
    background-position: 50%
}

.sec-cover-services-work:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: hsla(0, 0%, 97%, .6)
}

.sec-cover-services-work .col-xs-6 {
    position: relative;
    z-index: 2
}

.help-block {
    color: #fbde3f;
}

.hover-insta figure img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.hover-insta figure:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.card {
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2); */
    transition: .3s;
    padding-top: 30px;
    /* padding-bottom: 20px */
    /* padding-bottom: 100px; */
    padding-top: 20px;
    background-color: #fff;
}

.card:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2)
}

.bg-lg {
    position: absolute;
    right: -211px;
    bottom: 30px;
    background-image: url(../img/desktop.png);
    width: 641px;
    height: 806px;
    background-repeat: no-repeat
}

.bg-xl {
    position: absolute;
    right: -267px;
    bottom: 30px;
    background-image: url(../img/desktopHD.png);
    width: 809px;
    height: 1015px;
    background-repeat: no-repeat
}

.bg-md {
    position: absolute;
    right: -177px;
    bottom: 30px;
    background-image: url(../img/tablet.png);
    width: 536px;
    height: 673px;
    background-repeat: no-repeat
}

.bg-sm {
    position: absolute;
    right: -100px;
    bottom: 30px;
    background-image: url(../img/mobile.png);
    width: 302px;
    height: 376px;
    background-repeat: no-repeat
}

.bg-xs {
    position: absolute;
    right: -100px;
    bottom: 30px;
    background-image: url(../img/mobile.png);
    width: 302px;
    height: 376px;
    background-repeat: no-repeat
}

#services {
    padding-top: 20rem;
    padding-bottom: 50px;
    background-image: linear-gradient(180deg, #efefef, #fff);
    color: #0d0e0e;

}

.services-link {
    text-decoration: none;
    color: #333 !important
}

.custom-nav {
    /* box-shadow: -3px 1px .5px .5px rgba(52, 53, 53, 0.9);
    -webkit-transition: box-shadow .2s;
    transition: box-shadow .2s;
    background-color: #fff */
}

.txt-rotate {
    font-size: 20px
}

.drone-showcase {
    background-color: #fff;
    padding-top: 120px;
    padding-bottom: 100px
}

#drone_container video {
    position: relative;
    width: 100%;
    height: 510px
}

.drone-text-container {
    padding-top: 60px;
    padding-left: 0
}

.drone-text-container .text-muted {
    font-size: 30px;
    color: #000
}

.see_all_btn {
    padding-top: 20px
}

.orai-showcase {
    background: no-repeat center;
    padding-top: 80px;
    padding-bottom: 80px
}

#tv_container {
    background: no-repeat top center transparent;
    width: 240px;
    height: 490px;
    position: relative
}

#tv_container video {
    position: relative;
    top: 40px;
    left: 1px;
    width: 210px;
    height: 410px
}

.orai-text-container {
    text-align: right;
    padding-top: 100px;
    padding-right: 100px
}

.insta-container {
    padding: 0 30px 0 50px
}

.insta-container img {
    height: 9.5rem;
    width: auto;
    /* max-height: 390px */
}

.blog-container {
    padding: 0 50px 0 30px
}

.card {
    height: 80rem;
    margin-top: 100px;
    background: linear-gradient(180deg,#fff,hsla(0,0%,100%,0));
}

.connect-to-discuss-btn {
    background-color: #0cabe5 !important;
    color: #fdfeff;
    border-color: #0cabe5;
    border-radius: 25px;
    padding: 12px 30px;
    text-transform: uppercase;
    /* font-family: avenir_regular, sans-serif; */
    font-size: 13px;
    font-weight: 700
}

.connect-to-discuss-btn:hover {
    border-color: #0b99cd;
    color: #fff;
    background-color: #0b99cd !important
}

#header-hand-md {
    position: absolute;
    top: 180px;
    right: 0;
    width: 500px;
    height: 700px;
    background: no-repeat 100px 0
}

#header-hand-sm {
    position: absolute;
    top: 170px;
    right: 0;
    width: 500px;
    height: 700px;
    background: no-repeat 150px 0
}

.horizontal-line {
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    width: 60%;
    height: 1px;
    background-color: #ccc
}

#tv_container {
    background: no-repeat top left transparent;
    width: 240px;
    height: 490px;
    position: relative
}

#tv_container video {
    position: absolute;
    top: 40px;
    left: 17px
}

#nyaaya-showcase {
    background-color: #fff;
    padding-top: 80px;
    padding-bottom: 0
}

.showcase-desc {
    padding-top: 50px;
    font-size: 30px;
    color: #000
}

#loop-showcase {
    background-color: #fff;
    padding-top: 50px;
    padding-bottom: 100px
}

.portfolio-hover {
    background-color: rgba(6, 6, 6, .5) !important
}

#portfolio {
    padding-top: 100px
}

#quote2 .text-muted {
    padding-top: 100px;
    padding-bottom: 10px;
    color: #fff;
    margin-bottom: 70px;
    /* font-family: avenir_ultralight, sans-serif; */
    font-size: 24px;
    line-height: 1.42857143;
    letter-spacing: 1px;
    font-weight: 400
}

.portfolio-caption div {
    font-size: 18px
}

.photogrid {
    padding-bottom: 75px;
    padding-left: 0 !important;
    padding-right: 0 !important
}

.photogrid img {
    width: 100%
}

#instafeed {
    padding-bottom: 100px;
    padding-top: 20px;
    background-color: #fff
}

#blogfeed {
    background-color: #fff;
    padding-top: 20px
}

#team {
    padding-top: 100px
}

#quote1 .text-muted {
    padding-top: 70px;
    padding-bottom: 10px;
    color: #fff;
    margin-bottom: 70px;
    /* font-family: avenir_ultralight, sans-serif; */
    font-size: 24px;
    line-height: 1.42857143;
    letter-spacing: 1px;
    font-weight: 400
}

#about {
    padding-top: 100px;
    background-color: #13182c
}

.about-us p {
    margin-bottom: 70px;
    /* font-family: avenir_ultralight, sans-serif; */
    font-size: 20px;
    line-height: 1.42857143;
    letter-spacing: 1px;
    font-weight: 400;
    color: #fff
}

.contact-text1,
.contact-text2 {
    margin-bottom: 70px;
    /* font-family: avenir_ultralight, sans-serif; */
    font-size: 20px;
    line-height: 1.42857143;
    letter-spacing: 1px;
    font-weight: 400;
    color: #fff
}

.contact-modal-text1 {
    font-size: 18px;
    text-align: left;
    padding-top: 15px
}

.contact-modal-text2 {
    font-size: 20px;
    padding-top: 40px;
    padding-bottom: 20px;
    text-align: left
}

.contact-modal-text3 {
    font-size: 20px;
    padding-top: 30px;
    padding-bottom: 20px;
    text-align: left
}

.margin-0 {
    margin: 0
}

.padding-0 {
    padding: 0
}

.intro-text {
    text-align: left
}

.intro-lead-in-landing {
    color: #fff;
    font-family: 'Lato', sans-serif
}

.insta-tweet {
    padding-top: 0;
    background-color: #f7f7f7
}

.color-white {
    color: #fff
}

#contact {
    padding-top: 100px
}

.made-in-blore {
    padding: 10px;
    margin-top: 100px;
    text-align: center;
    color: #fff
}

.made-in-blore i {
    color: red
}

.footer {
    background-image: linear-gradient(44deg, #000 56%, #2e2f30);
    /* background-color: #0d0e0e; */
    color:#fff;
}

.copy-right {
    padding: 15px
}

.portfolio-modal-content {
    background-color: #000;
    color: #fff
}

.height-150 {
    height: 150px !important
}

.send-msg-btn {
    background-color: #fff;
    color: #0cabe5
}

.margin-top-30 {
    margin-top: 30px
}

.margin-top-20 {
    margin-top: 20px
}

.project-title-font {
    margin: 10px
}

.project-title-font img {
    margin: 10px
}

.local-buzzr-text1 {
    font-size: 18px;
    font-style: italic
}

.learn-from-map-text1,
.oratio-text1,
.saypay-text1 {
    font-size: 18px
}

.buildmlearn-text2,
.learn-from-map-text2,
.oratio-text2,
.saypay-text2 {
    text-align: justify;
    text-justify: inter-word
}

.pipe {
    font-family: 'Lato', sans-serif
}

/* @media only screen and (min-width:1410px) {
    .insta-container img {
        width: 100%;
        max-height: 253px
    }
} */

@media only screen and (min-width:1200px) and (max-width:1599px) {
    #header-hand-lg {
        position: absolute;
        top: 120px;
        right: 0;
        width: 650px;
        height: 900px;
        background: url(../img/header/desktop.png) no-repeat 170px 0
    }
}

@media only screen and (min-width:1600px) {
    #header-hand-lg {
        position: absolute;
        top: 120px;
        right: 0;
        width: 700px;
        height: 900px;
        background: url(../img/header/desktopHD.png) no-repeat 170px 0
    }
}

@media only screen and (max-width:790px) {
    #services {
        padding-top: 50px
    }
}

@media only screen and (min-width:406px) and (max-width:650px) {
    .header-head-xs {
        position: absolute;
        top: 150px;
        right: 0;
        width: 400px;
        height: 700px;
        background: no-repeat 200px 0
    }
}

@media only screen and (min-width:406px) and (max-width:767px) {
    .header-head-xs {
        position: absolute;
        top: 150px;
        right: 0;
        width: 430px;
        height: 700px;
        background: no-repeat 200px 0
    }

    .insta-container img {
        width: 75%
    }

    .insta-container div {
        text-align: center
    }

    .insta-container div p {
        font-size: 20px
    }
}

@media only screen and (max-width:405px) {
    .header-head-xs {
        position: absolute;
        background: no-repeat 200px 0;
        background-size: 200px;
        top: 200px;
        right: 0;
        width: 350px;
        height: 400px
    }

    #services {
        padding-top: 5px
    }
}

@media only screen and (min-width:1px) and (max-width:767px) {
    .navbar-collapse.collapse {
        display: none !important
    }

    .navbar-collapse.collapse.in {
        display: block !important
    }

    .navbar-header .collapse,
    .navbar-toggle {
        display: block !important
    }

    .navbar-header {
        float: none
    }

    .navbar-collapse {
        background-color: #fff !important;
    }
}

@media only screen and (max-width:767px) {
    #drone_container_video {
        width: 100%;
        height: auto
    }

    .drone-showcase {
        background-color: #fff;
        padding-top: 10px;
        padding-bottom: 100px
    }

    .drone-text-container {
        padding-top: 30px;
        padding-left: 0
    }

    .orai-showcase {
        background: repeat-y center;
        padding-top: 80px;
        padding-bottom: 80px
    }

    .orai-text-container {
        text-align: center;
        padding: 10px
    }

    .drone-text-container {
        padding-top: 10px;
        text-align: center
    }

    .drone-text-container .text-muted {
        font-size: 30px;
        color: #000
    }

    #blogfeed {
        margin-top: 20px
    }

    .blog-container,
    .insta-container {
        padding: 0 10px 0 10px
    }

    .card {
        height: auto
    }

    .intro-lead-in-landing {
        font-size: 16px;
        color: #5f5f5f;
        /* font-family: avenir_light, sans-serif */
    }

    .orai a {
        background-color: #369bc5 !important
    }

    .showcase-desc {
        padding-top: 0;
        font-size: 25px;
        text-align: center !important
    }

    .showcase-btn {
        text-align: center !important
    }

    .intro-text .mobile-apps-done-right {
        letter-spacing: 1px;
        font-size: 5rem;
    }

    .txt-rotate {
        font-size: 16px
    }

    .btn-xl {
        margin-bottom: 5px
    }

    
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .card {
        height: 612px
    }

    .intro-text .mobile-apps-done-right {
        letter-spacing: 2px;
        font-size: 28px
    }
}

@media only screen and (min-width:1200px) and (max-width:1294px) {
    .card {
        height: 400px
    }
}

@media only screen and (min-width:992px) and (max-width:1031px) {
    .insta-container img {
        width: 75%;
        height: 50%
    }

    .card {
        height: 500px
    }

    .insta-container div {
        text-align: center
    }

    .intro-text .mobile-apps-done-right {
        letter-spacing: 5px;
        font-size: 35px
    }
}

@media only screen and (min-width:1032px) and (max-width:1199px) {
    .insta-container img {
        width: 75%;
        height: 50%
    }

    .card {
        height: 550px
    }

    .insta-container div {
        text-align: center
    }

    .intro-text .mobile-apps-done-right {
        letter-spacing: 5px;
        font-size: 35px
    }
}

@media only screen and (max-width:360px) {
    .connect-to-discuss-btn {
        background-color: #00a3e8 !important;
        color: #fdfeff;
        border-color: #0cabe5;
        border-radius: 25px;
        padding: 12px 25px;
        text-transform: uppercase;
        /* font-family: avenir_regular, sans-serif; */
        font-size: 11px;
        font-weight: 700
    }
}

.header-container {
    /* background-color: #1C1C1D; */
    /* background-image: linear-gradient(44deg,#000 150%,#2e2f30); */
    /* background: linear-gradient(-45deg,#e7eaeb,#22bbf3); */
    /* linear-gradient(-45deg,#e7eaeb,#c1e4f1);  */
    /* background-size: 400% 400%; */
    /* animation: gradient 10s ease infinite; */
    /* clip-path: polygon(0 18%, 100% 10%, 100% 81%, 0 100%); */
    padding-top: 5em;
}


@media (max-width:767px) {
    /* .header-container { 
        clip-path: polygon(0 10%, 100% 10%, 100% 95%, 0 100%);
    } */
}



@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.blob {
    position: fixed;
    top: 0;
    left: 0;
    fill: #fff;
    width: 50vmax;
    z-index: -1;
    animation: move 20s ease-in-out infinite;
    transform-origin: 50% 50%;
}

@keyframes move {
    0% {
        transform: scale(1) translate(10px, -30px);
    }

    38% {
        transform: scale(0.8, 1) translate(80vw, 30vh) rotate(160deg);
    }

    /* /* 40%  { transform: scale(0.8, 1) translate(80vw, 30vh) rotate(160deg); }
    78%  { transform: scale(1.3) translate(0vw, 50vh) rotate(-20deg); }
    80%  { transform: scale(1.3) translate(0vw, 50vh) rotate(-20deg); } */
    100% {
        transform: scale(1) translate(10px, -30px);
    }
}