/*shared*/

h1,
h2,
p {
    margin: 0;
    padding: 0;
    line-height: 1.5;
    max-width: 100vw;
}

.external {
    cursor: alias;
}

.clickable {
    cursor: pointer;
}

.invisible {
    visibility: hidden;
}

.hcs-plr-1 {
    padding: 0 1rem;
}

/**
            display prop classes
         */

.hcs-d-inline-block {
    display: inline-block;
}

.hcs-d-flex {
    display: -ms-flexbox;
    display: flex;
}


/**
            flex direction classes
         */

.hcs-flex-column {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.hcs-flex-row {
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
}

.hcs-flex-wrap {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}


/**
            flex content positioning
         */

.hcs-justify-content-between {
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.hcs-justify-content-center {
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.hcs-justify-content-around {
    -ms-justify-content: space-around;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}


/**
            flex content alignment
        */

.hcs-align-items-center {
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.hcs-align-self-stretch {
    -ms-align-self: stretch;
    -webkit-align-self: stretch;
    align-self: stretch;
}

.hcs-align-self-start {
    -ms-align-self: flex-start;
    -webkit-align-self: flex-start;
    align-self: flex-start;
}


/**
            text and item alignment classes
         */

.hcs-align-top {
    vertical-align: top;
}

.hcs-text-center {
    text-align: center;
}

.hcs-text-left {
    text-align: left;
}

.hcs-text-right {
    text-align: right;
}

.hcs-align-middle {
    vertical-align: middle;
}


/**
            padding, margin and size related classes
         */

.hcs-p-1 {
    padding: .25rem .25rem;
}

.hcs-p-2 {
    padding: .5rem .5rem;
}

.hcs-p-3 {
    padding: .75rem .75rem;
}

.hcs-pt-3 {
    padding-top: .75rem;
}

.hcs-ptb-2 {
    padding: 2rem 0;
}
.hcs-pb-2 {
    padding-bottom: 2rem;
}

.hcs-pt-4 {
    padding-top: 4rem;
}

.hcs-pb-0 {
    padding-bottom: 0;
}

.hcs-pt-0 {
    padding-top: 0;
}

.hcs-pl-0 {
    padding-left: 0;
}

.hcs-mt-5 {
    margin-top: 1.5rem;
}

.hcs-mw-60 {
    max-width: 61rem;
}

.hcs-h1 {
    font-size: 2.5rem
}

.hcs-h3 {
    font-size: 1.75rem;
}


/**
            sizes
        */

.hcs-f-20 {
    font-size: 20px;
}


/**
            media queries
         */

@media (min-width: 1200px) {
    .hcs-p-md-10 {
        padding: 2rem 12rem;
    }
    .hcs-plr-md-10 {
        padding: 0 12rem;
    }
    .hcs-plr-md-5 {
        padding: 0 5rem;
    }
}

@media (min-width:768px) {
    .hcs-text-md-center {
        text-align: center;
    }
    .hcs-text-md-right {
        text-align: right;
    }
    .hcs-align-items-md-end {
        -ms-align-items: flex-end;
        -webkit-align-items: flex-end;
        align-items: flex-end;
    }
    .hcs-align-items-md-start {
        -ms-align-items: flex-start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }
    .hcs-align-items-md-center {
        -ms-align-items: center;
        -webkit-align-items: center;
        align-items: center;
    }
    .hcs-justify-content-md-between {
        -ms-justify-content: space-between;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
    .hcs-justify-content-md-around {
        -ms-justify-content: space-around;
        -webkit-justify-content: space-around;
        justify-content: space-around;
    }
    .hcs-flex-md-row {
        -ms-flex-direction: row;
        -webkit-flex-direction: row;
        flex-direction: row;
    }
    .hcs-flex-md-row-reverse {
        -ms-flex-direction: row-reverse;
        -webkit-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    .hcs-align-self-md-end {
        -ms-align-self: flex-end;
        -webkit-align-self: flex-end;
        align-self: flex-end;
    }
    .hcs-flex-grow-md-1 {
        -ms-flex-grow: 1;
        -webkit-flex-grow: 1;
        flex-grow: 1;
    }
    .hcs-flex-shrink-md-3 {
        -ms-flex-shrink: 4;
        -webkit-flex-shrink: 4;
        flex-shrink: 4;
    }
    .hcs-flex-shrink-md-8 {
        -ms-flex-shrink: 8;
        -webkit-flex-shrink: 8;
        flex-shrink: 8;
    }
    .hcs-md-width-60 {
        min-width: 60%;
    }

    .hcs-app-description-adjust {
        margin-top: -800px;
    }
}

@media(max-width: 768px){
    
}


/*banner*/

.hcs-jumbotron {
    color: #fff;
    padding: 1rem;
    background: darkgreen url('./images/home-banner.png') no-repeat;
    background-size: 100vw;
    min-height: 25rem;
    margin-bottom: 2rem;
    animation: appearSlow 6s;
    animation-timing-function: cubic-bezier(.25, .1, .25, 1);
}

nav.hcs-navbar.hcs-navbar-inverse,
a.hcs-navbar-brand {
    color: white;
    background-color: transparent;
}

nav.hcs-navbar.hcs-navbar-inverse span.hcs-d-flex {
    vertical-align: top;
    font-size: x-large;
}

.hcs-jumbotron p.hcs-h4.hcs-text-center {
    -ms-flex-grow: 0.4;
    -webkit-flex-grow: 0.4;
    flex-grow: 0.4;
}

.hcs-banner-text {
    font-size: 3.2rem;
    line-height: 1.1;
    font-weight: 200;
    max-width: 48rem;
}

.hcs-middle-align {
    -ms-flex-grow: 0.6;
    -webkit-flex-grow: 0.6;
    flex-grow: 0.6;
}

.hcs-cnt-btn {
    border-radius: 6px 6px;
    padding: 4px;
    font-size: 1rem;
    max-height: 25px;
    background: transparent;
}

.hcs-cnt-btn:hover {
    background: #fff;
    color: darkslategray;
}

a:-webkit-any-link {
    color: inherit;
}


/**
                tab
            */

@media (max-width: 768px) {
    .hcs-banner-text {
        font-size: 2.8rem;
        line-height: 1;
    }
}


/**
                mobile
            */

@media (max-width:650px) {
    .hcs-jumbotron {
        background-size: 200vw;
    }
}

@keyframes appearSlow {
    from {
        opacity: 0.2;
        filter: blur(1px) brightness(0.2);
        -webkit-filter: blur(1px) brightness(0.2);
        -moz-filter: blur(1px) brightness(0.2);
        -o-filter: blur(1px) brightness(0.2);
        -ms-filter: blur(1px) brightness(0.2);
    }
    to {
        opacity: 1;
        filter: blur(0px) brightness(1);
        -webkit-filter: blur(0px) brightness(1);
        -moz-filter: blur(0px) brightness(1);
        -o-filter: blur(0px) brightness(1);
        -ms-filter: blur(0px) brightness(1);
    }
}


/*clients*/

.hcs-client-icon {
    opacity: 0.5;
    max-height: 5rem;
    padding: 0 0.5rem;
    max-width: 16rem;
}

.hcs-client-icon:hover {
    opacity: 1.0;
    transition: opacity .55s ease-in-out;
}

@media (min-width: 1050px){
    .hcs-justify-content-1050-around {
        -ms-justify-content: space-around;
        -webkit-justify-content: space-around;
        justify-content: space-around;
    }
}


/*wrapped para*/

.hcs-focus-fonts {
    font-size: 20px;
}

.hcs-display-5 {
    font-size: 2.8rem;
    line-height: 1.1;
    font-weight: 200;
}


/*portfolio*/

.hcs-app-image {
    padding: 8px;
    min-width: 320px;
    min-height: 568px;
}

.hcs-mw-60 {
    max-width: 61rem;
}

.hcs-app-description {
    font-size: 20px;
}

.hcs-heading {
    font-size: 36px;
    font-weight: 700;
}

@media(max-width: 700px) {
    .hcs-pt-4 {
        padding-top: 0;
    }
    /*.hcs-app-wrapper{
        -ms-flex-order: 2;
        order: 2;
    }
    .hcs-comapany-name-wrapper{
        -ms-flex-order: 1;
        order: 1;
    }
    .hcs-app-description-wrapper{
        -ms-flex-order: 3;
        order: 3;
    }*/
}

@media(min-width: 768px) {
    .hcs-shift-left-47 {
        margin-left: -47px;
    }

    /*.hcs-app-wrapper{
        -ms-flex-order: 0;
        order: 0;
    }
    .hcs-comapany-name-wrapper{
        -ms-flex-order: 0;
        order: 0;
    }
    .hcs-app-description-wrapper{
        -ms-flex-order: 0;
        order: 0;
    }*/
}

@media (max-width:650px) {
    .hcs-shift-left-47 {
        margin: 0;
    }
}

.hcs-app-container {
    position: relative;
}

.hcs-phone-container {
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    height: 300px;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    min-width: 320px;
    min-height: 568px;
}

.hcs-ios-app-image {
    width: 208px;
    height: 360px;
    z-index: 1000;
    left: 64px;
    top: 112px;
    position: absolute;
}

.hcs-android-app-image {
    width: 206px;
    height: 383px;
    z-index: 1000;
    left: 65px;
    top: 94px;
    position: absolute;
}


/*footer*/

.hcs-footer {
    padding: 8rem 2rem;
    font-family: 'Roboto', sans-serif;
}

.hcs-colored {
    background-color: #f3f4f5;
}

.hcs-inner-container {
    max-width: 25rem;
}

.hcs-f-20 {
    font-size: 20px;
}

.hcs-f-12 {
    font-size: 12px;
}

@media(max-width: 500px) {
    .hcs-footer {
        padding: 4rem 2rem;
    }
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style: none
}


/*carousel*/

.lSSlideWrapper,
.lSSlideWrapper .lSFade {
    position: relative
}

.lSSlideWrapper .lSSlide,
.lSSlideWrapper.usingCss .lSFade>* {
    -ms-transition-timing-function: inherit!important;
    -webkit-transition-timing-function: inherit!important;
    transition-timing-function: inherit!important;
    -ms-transition-duration: inherit!important;
    -webkit-transition-duration: inherit!important;
    transition-duration: inherit!important
}

.lSSlideOuter,
.lSSlideOuter .lSPager.lSGallery {
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none
}

.lSSlideOuter .lSPager.lSGallery:after,
.lSSlideWrapper>.lightSlider:after {
    clear: both
}

.lSSlideOuter {
    overflow: hidden;
    user-select: none
}

.lightSlider:after,
.lightSlider:before {
    content: " ";
    display: table
}

.lightSlider {
    overflow: hidden;
    margin: 0
}

.lSSlideWrapper {
    max-width: 100%;
    overflow: hidden
}

.lSSlideWrapper .lSSlide {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all 1s;
    -webkit-transition-property: -webkit-transform, height;
    -moz-transition-property: -moz-transform, height;
    transition-property: transform, height
}

.lSSlideWrapper .lSFade>* {
    position: absolute!important;
    top: 0;
    left: 0;
    z-index: 9;
    margin-right: 0;
    width: 100%
}

.lSSlideWrapper.usingCss .lSFade>* {
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.lSSlideWrapper .lSFade>.active {
    z-index: 10
}

.lSSlideWrapper.usingCss .lSFade>.active {
    opacity: 1
}

.lSSlideOuter .lSPager.lSpg {
    margin: 10px 0 0;
    padding: 0;
    text-align: center
}

.lSSlideOuter .lSPager.lSpg>li {
    cursor: pointer;
    display: inline-block;
    padding: 0 5px
}

.lSSlideOuter .lSPager.lSpg>li a {
    background-color: #222;
    border-radius: 30px;
    display: inline-block;
    height: 8px;
    overflow: hidden;
    text-indent: -999em;
    width: 8px;
    position: relative;
    z-index: 99;
    -webkit-transition: all .5s linear 0s;
    transition: all .5s linear 0s
}

.lSSlideOuter .lSPager.lSpg>li.active a,
.lSSlideOuter .lSPager.lSpg>li:hover a {
    background-color: #428bca
}

.lSSlideOuter .media {
    opacity: .8
}

.lSSlideOuter .media.active {
    opacity: 1
}

.lSSlideOuter .lSPager.lSGallery {
    list-style: none;
    padding-left: 0;
    margin: 0;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    user-select: none
}

.lSSlideOuter .lSPager.lSGallery li {
    overflow: hidden;
    -webkit-transition: border-radius .12s linear 0s .35s linear 0s;
    transition: border-radius .12s linear 0s .35s linear 0s
}

.lSSlideOuter .lSPager.lSGallery li.active,
.lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 5px
}

.lSSlideOuter .lSPager.lSGallery img {
    display: block;
    height: auto;
    max-width: 100%
}

.lSSlideOuter .lSPager.lSGallery:after,
.lSSlideOuter .lSPager.lSGallery:before {
    content: " ";
    display: table
}

.lSAction>a {
    width: 32px;
    display: block;
    top: 50%;
    height: 32px;
    background-image: url(../img/controls.png);
    cursor: pointer;
    position: absolute;
    z-index: 99;
    margin-top: -16px;
    opacity: .5;
    -webkit-transition: opacity .35s linear 0s;
    transition: opacity .35s linear 0s
}

.lSAction>a:hover {
    opacity: 1
}

.lSAction>.lSPrev {
    background-position: 0 0;
    left: 10px
}

.lSAction>.lSNext {
    background-position: -32px 0;
    right: 10px
}

.lSAction>a.disabled {
    pointer-events: none
}

.cS-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden
}

.lSSlideOuter.vertical {
    position: relative
}

.lSSlideOuter.vertical.noPager {
    padding-right: 0!important
}

.lSSlideOuter.vertical .lSGallery {
    position: absolute!important;
    right: 0;
    top: 0
}

.lSSlideOuter.vertical .lightSlider>* {
    width: 100%!important;
    max-width: none!important
}

.lSSlideOuter.vertical .lSAction>a {
    left: 50%;
    margin-left: -14px;
    margin-top: 0
}

.lSSlideOuter.vertical .lSAction>.lSNext {
    background-position: 31px -31px;
    bottom: 10px;
    top: auto
}

.lSSlideOuter.vertical .lSAction>.lSPrev {
    background-position: 0 -31px;
    bottom: auto;
    top: 10px
}

.lSSlideOuter.lSrtl {
    direction: rtl
}

.lSSlideOuter .lSPager,
.lSSlideOuter .lightSlider {
    padding-left: 0;
    list-style: none
}

.lSSlideOuter.lSrtl .lSPager,
.lSSlideOuter.lSrtl .lightSlider {
    padding-right: 0
}

.lSSlideOuter .lSGallery li,
.lSSlideOuter .lightSlider>* {
    float: left
}

.lSSlideOuter.lSrtl .lSGallery li,
.lSSlideOuter.lSrtl .lightSlider>* {
    float: right!important
}

@-webkit-keyframes rightEnd {
    0%,
    100% {
        left: 0
    }
    50% {
        left: -15px
    }
}

@keyframes rightEnd {
    0%,
    100% {
        left: 0
    }
    50% {
        left: -15px
    }
}

@-webkit-keyframes topEnd {
    0%,
    100% {
        top: 0
    }
    50% {
        top: -15px
    }
}

@keyframes topEnd {
    0%,
    100% {
        top: 0
    }
    50% {
        top: -15px
    }
}

@-webkit-keyframes leftEnd {
    0%,
    100% {
        left: 0
    }
    50% {
        left: 15px
    }
}

@keyframes leftEnd {
    0%,
    100% {
        left: 0
    }
    50% {
        left: 15px
    }
}

@-webkit-keyframes bottomEnd {
    0%,
    100% {
        bottom: 0
    }
    50% {
        bottom: -15px
    }
}

@keyframes bottomEnd {
    0%,
    100% {
        bottom: 0
    }
    50% {
        bottom: -15px
    }
}

.lSSlideOuter .rightEnd {
    -webkit-animation: rightEnd .3s;
    animation: rightEnd .3s;
    position: relative
}

.lSSlideOuter .leftEnd {
    -webkit-animation: leftEnd .3s;
    animation: leftEnd .3s;
    position: relative
}

.lSSlideOuter.vertical .rightEnd {
    -webkit-animation: topEnd .3s;
    animation: topEnd .3s;
    position: relative
}

.lSSlideOuter.vertical .leftEnd {
    -webkit-animation: bottomEnd .3s;
    animation: bottomEnd .3s;
    position: relative
}

.lSSlideOuter.lSrtl .rightEnd {
    -webkit-animation: leftEnd .3s;
    animation: leftEnd .3s;
    position: relative
}

.lSSlideOuter.lSrtl .leftEnd {
    -webkit-animation: rightEnd .3s;
    animation: rightEnd .3s;
    position: relative
}

.lightSlider.lsGrab>* {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.lightSlider.lsGrabbing>* {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing
}

.hcs-client-image {
    border-radius: 50%;
    max-width: 8rem;
    height: 8rem;
}

.hcs-testimonials {
    font-family: 'Roboto', sans-serif;
    font-size: 25px;
    font-weight: 200;
    line-height: 30px;
}

.hcs-designation {
    font-size: 17px;
    line-height: 1;
    color: #999999;
    font-weight: 300;
    margin-top: 25px;
}
@media(min-width: 835px) {
    ul#lightSlider {
        height: 20rem !important;
    }
}
@media(min-width: 710px) {
    ul#lightSlider {
        height: 22rem !important;
    }
}
@media(max-width: 709px) and (min-width: 451px) {
    ul#lightSlider {
        height: 25rem !important;
    }
}
@media(max-width: 450px) {
    ul#lightSlider {
        height: 25rem !important;
    }
}
@media(max-width: 400px) {
    ul#lightSlider {
        height: 27rem !important;
    }
}

@media(max-width: 440px) and (min-width: 375px) {
    ul#lightSlider {
        height: 28.5rem !important;
    }
}
@media(max-width: 380px) {
    ul#lightSlider {
        height: 30.5rem !important;
    }
}