/*.body .body-small {
    background-color: white;
}*/

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    #page-header-title {
        padding-top: 200px;
        padding-left: 40px;
        padding-bottom: 40px;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    #page-header-title {
        padding-top: 200px;
        padding-left: 40px;
        padding-bottom: 40px;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    #page-header-title {
        padding-top: 200px;
        padding-left: 50px;
        padding-bottom: 40px;
    }}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    #page-header-title {
        padding-top: 200px;
        padding-left: 100px;
        padding-bottom: 40px;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    #page-header-title {
        padding-top: 200px;
        padding-left: 100px;
        padding-bottom: 40px;
    }
}

#about-img {
    background: url('../img/Background/map-1.png');
}

.st0 {
    fill: none;
    stroke: #505050;
}
/*----------------------------------------------------------------------
   Process tab 
-----------------------------------------------------------------------*/
.text-center {
    text-align: center !important;
}

.justify-content-center {
    justify-content: center !important;
}

.d-flex {
    display: flex !important;
}

.features-tab .nav-item {
    font-size: 1.125rem;
    padding: 1.5rem;
}

.flex-fill {
    flex: 1 1 auto !important;
}

.features-tab .nav-item .nav-link.active {
    color: #DE45E6;
}

.features-tab .nav-item .nav-link {
    color: #252930;
    font-weight: bold;
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
}

.features-tab .nav-item .nav-link.active .icon {
    color: #DE45E6;
    font-weight: 900;
}

.features-tab .nav-item .icon {
    color: #9fa7b5;
    font-size: 6.75rem;
    font-weight: 900;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
    font-size: 24px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

.features-tab .nav-item .nav-link.active {
    color: #DE45E6;
}

.features-tab .nav-item .nav-link {
    color: #252930;
    font-weight: bold;
}



.pb-5, .py-5 {
    padding-bottom: 3rem !important;
}

.pt-5, .py-5 {
    padding-top: 3rem !important;
}

.fade {
    transition: opacity 0.15s linear;
}

.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15) !important;
}

.rounded {
    border-radius: .25rem !important;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

img {
    vertical-align: middle;
    border-style: none;
}

.tab-pane .title {
    font-size: 1.5rem;
}

.mb-3, .my-3 {
    margin-bottom: 1rem !important;
}


.mb-4, .my-4 {
    margin-bottom: 1.5rem !important;
}

.theme-check-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: #FFE6FB;
    border-radius: 50%;
    color: #DE45E6;
    padding-top: 2px;
    text-align: center;
    background-image: url('../../wwwroot/svg/checkmark.svg');
}

.mr-2, .mx-2 {
    margin-right: .5rem !important;
}

.features-tab .nav-item {
    font-size: 1.125rem;
    padding: 1.5rem
}

    .features-tab .nav-item .icon {
        color: #9fa7b5;
        font-size: 1.75rem
    }

    .features-tab .nav-item .nav-link {
        color: #252930;
        font-weight: bold
    }

        .features-tab .nav-item .nav-link.active {
            color: #4550E6
        }

            .features-tab .nav-item .nav-link.active .icon {
                color: #4550E6
            }

        .features-tab .nav-item .nav-link:hover {
            color: #DE45E6
        }

            .features-tab .nav-item .nav-link:hover .icon {
                color: #DE45E6
            }

.tab-pane .title {
    font-size: 1.5rem
}

.tab-pane .subtitle {
    font-size: 1rem;
    font-weight: 500
}

.features-columns-section .item {
    padding: 2rem;
    padding-left: 6rem;
    overflow-x: hidden;
    position: relative;
    height: 100%
}

.features-columns-section .icon-holder {
    font-size: 2rem;
    width: 100px;
    height: 100px;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    left: -15px;
    top: -15px;
    background: #FFE6FB;
    text-align: center
}

    .features-columns-section .icon-holder .icon {
        color: #DE45E6;
        padding-top: 35px
    }

.icon-holder {
    width: 60px;
    height: 60px;
    background: #f5f6fe;
    display: inline-block;
    border-radius: 50%;
    padding-top: 15px;
}

    .icon-holder .svg-inline--fa {
        color: #4550E6;
        font-size: 1.75rem;
    }

ml-auto, .mx-auto {
    margin-left: auto !important;
}

.mr-auto, .mx-auto {
    margin-right: auto !important;
}

.mb-3, .my-3 {
    margin-bottom: 1rem !important;
}




/*----------------------------------------------------------------------


    spinning card





-----------------------------------------------------------------------*/
.spinning-card-container {
    -webkit-perspective: 1500;
    perspective: 1500;
    width: 100%;
    position: relative
}

    .spinning-card-container .spinning-card {
        position: relative;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        width: 100%;
        -webkit-transition: -webkit-transform .7s ease;
        transition: -webkit-transform .7s ease;
        transition: transform .7s ease;
        transition: transform .7s ease,-webkit-transform .7s ease;
        -webkit-transform-origin: 20% 50%;
        transform-origin: 20% 50%;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d
    }

    .spinning-card-container .back, .spinning-card-container .front {
        position: absolute;
        top: 0;
        left: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        width: 100%
    }

    .spinning-card-container .back {
        -webkit-transform: rotateY(-180deg);
        transform: rotateY(-180deg)
    }

    .spinning-card-container:hover {
        z-index: 1
    }

        .spinning-card-container:hover .spinning-card {
            -webkit-transform: rotateY(-180deg) translate(-60%,0);
            transform: rotateY(-180deg) translate(-60%,0)
        }

            .spinning-card-container:hover .spinning-card.perspective {
                -webkit-transform: rotateY(-180deg) scale(1) translateZ(-50px) translate(60%,0);
                transform: rotateY(-180deg) scale(1) translateZ(-50px) translate(60%,0)
            }

    .spinning-card-container .back.bg-primary {
        -webkit-box-shadow: 0 52px 80px 0 rgba(0,68,255,.5);
        box-shadow: 0 52px 80px 0 rgba(0,68,255,.5)
    }

    .news-box:hover .spinning-card-container .back.news-front, .spinning-card-container .back.bg-dark, .spinning-card-container .news-box:hover .back.news-front {
        -webkit-box-shadow: 0 52px 80px 0 rgba(33,33,43,.5);
        box-shadow: 0 52px 80px 0 rgba(33,33,43,.5)
    }

    .spinning-card-container .back.bg-purple {
        -webkit-box-shadow: 0 52px 80px 0 rgba(120,25,255,.5);
        box-shadow: 0 52px 80px 0 rgba(120,25,255,.5)
    }

@media (min-width:768px) {
    .row.row-cols-md-1 > * {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
        margin-top: 0 !important
    }
}




/* ----------------------------------------------------------------
     [ 01 Start Basic ]
-----------------------------------------------------------------*/


p {
    /*font-size: 14px;*/
    font-weight: 500;
    line-height: 1.6;
    word-spacing: 1px;
    margin: 0;
}

.content-description {
    /*margin: 0 0 12px;*/
    font-size: 13.5px;
    line-height: 1.43;
    text-align: left;
    color: rgba(50,50,50,.8);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

img {
    width: auto;
    height: auto;
}

/*span, a, a:hover {
    display: inline-block;
    text-decoration: none;
    color: inherit;
}*/


.about-us-page-hwd-section__heading:before {
    content: attr(data-number);
    position: absolute;
    bottom: -.375rem;
    left: -.125rem;
    color: #ffebee;
    font-size: 7.5rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -.0375rem;
    z-index: -1;
}

.about-us-page-hwd-section__heading {
    position: relative;
/*    padding-top: 4.6875rem;
*/}



/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .about-us-page-hwd-section__heading {
        font-family: 'altis-mojoregular',system-ui,sans-serif;
        font-size: calc(28px + (50 - 29) * ((100vw - 400px) / (1800 - 400)));
        color: rgba(16,7,39, 0.99);
        font-weight:600
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .about-us-page-hwd-section__heading {
        font-family: 'altis-mojoregular',system-ui,sans-serif;
        font-size: calc(34px + (50 - 29) * ((100vw - 400px) / (1800 - 400)));
        color: rgba(16,7,39, 0.99);
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .about-us-page-hwd-section__heading {
        font-family: 'altis-mojoregular',system-ui,sans-serif;
        font-size: calc(34px + (50 - 29) * ((100vw - 400px) / (1800 - 400)));
        color: rgba(16,7,39, 0.99);
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .about-us-page-hwd-section__heading {
        font-family: 'altis-mojoregular',system-ui,sans-serif;
        font-size: calc(34px + (50 - 29) * ((100vw - 400px) / (1800 - 400)));
        color: rgba(16,7,39, 0.99);
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .about-us-page-hwd-section__heading {
        font-family: 'altis-mojoregular',system-ui,sans-serif;
        font-size: calc(34px + (50 - 29) * ((100vw - 400px) / (1800 - 400)));
        color: rgba(16,7,39, 0.99);
    }
}
.se-tring {
    position: relative;
    margin-top: 90px;
}

    .se-tring span {
        position: absolute;
        width: 0;
        height: 0;
        top: 0;
    }

    .se-tring .left {
        border-bottom: 90px solid #fff;
        border-right: 30vw solid transparent;
        left: 0;
    }

    .se-tring .right {
        border-bottom: 90px solid #fff;
        border-left: 70vw solid transparent;
        right: 0;
    }

.se-tring-gray .left, .se-tring-gray .right {
    border-bottom: 90px solid #f3f7fb;
    /*#f4f5fe;*/
    /*#faf3ff*/
    /*#faf3ff;*/
}

.se-tring-rev .left {
    border-right: 90vw solid transparent;
}

.se-tring-rev .right {
    border-left: 30vw solid transparent;
}

.hide {
    display: none;
}

.section-padding {
    padding: 90px 0;
    
    

}

.section-head {
    margin-bottom: 80px;
}

    .section-head h6 {
        font-size: 11px;
        font-weight: 600;
        font-family: inherit;
        text-transform: uppercase;
        letter-spacing: 2px;
        word-spacing: 1px;
        display: inline-block;
        padding: 0 15px;
        position: relative;
    }

        .section-head h6:before, .section-head h6:after {
            content: '';
            width: 50px;
            height: 2px;
            background-color: #000;
            position: absolute;
            bottom: 3px;
        }

        .section-head h6:before {
            left: -50px;
        }

        .section-head h6:after {
            right: -50px;
        }

    .section-head h4 {
        font-size: 30px;
        font-weight: 800;
        letter-spacing: 4px;
        line-height: .7;
        position: relative;
        margin-bottom: 15px;
    }

.bg-gray {
    background:#DCE2F4
     /* #f4f5fe; */
    /*#f4f5fe;*/
    /*#faf3ff;*/
    /*#faf3ff;*/
    /*#f7f7f7*/
}


#step-1 {
    background: url('../img/services/bg-1.png') left top/35% no-repeat;
    -webkit-user-select: none;
    /*margin: auto;
    max-height: 35%;
    max-width: 35%;*/
    float: left;
}

#step {
    -webkit-user-select: none;
    margin: auto;
    max-height: 35%;
    max-width: 35%;
    float: left;
}


.o-hidden {
    overflow: hidden;
}

.position-re {
    position: relative;
}

.full-width {
    width: 100% !important;
}

.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-fixed {
    background-attachment: fixed;
}

.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.v-middle {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 15px;
    line-height: .7;
}

.owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 0 7px;
    border-radius: 50%;
    background: #ccc;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #000;
}

.cd-headline {
    font-size: 3rem;
    line-height: 1.2;
}

@media only screen and (min-width: 768px) {
    .cd-headline {
        font-size: 4.4rem;
        font-weight: 300;
    }
}

@media only screen and (min-width: 1170px) {
    .cd-headline {
        font-size: 6rem;
    }
}

.cd-words-wrapper {
    display: inline-block;
    position: relative;
    text-align: left;
}

    .cd-words-wrapper b {
        display: inline-block;
        position: absolute;
        white-space: nowrap;
        left: 0;
        top: 0;
    }

        .cd-words-wrapper b.is-visible {
            position: relative;
        }

.no-js .cd-words-wrapper b {
    opacity: 0;
}

    .no-js .cd-words-wrapper b.is-visible {
        opacity: 1;
    }

/*---------------------------------------------
                       header icons
                        ****
-----------------------------------------------*/

.header__icons--title {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 70px;
}

.header__icons {
    margin-top: 60px;
    padding-left: 70px;
    width: auto;
}

.color-muted {
    color: #898989;
}

.font-semi-bold, .font-semi-bold b, .font-semi-bold strong {
    font-weight: 600;
}

.label-1, .label-2 {
    font-size: 1rem !important;
    line-height: 1.25;
}

.header__ic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.col {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: .625rem 0;
    max-width: 100%;
    padding: 0 1rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.header__icon {
    float: left;
    margin: 0;
}

    .header__icon img {
        display: block;
        margin: 0 auto;
        max-width: 80%;
    }

.header__icons--title img {
    height: auto;
    margin: 0;
    /*padding-right: 20px;*/
}

.header__icons img {
    max-height: 40px;
    margin-right: 60px;
}

.mt-md-50 {
    margin-top: 60px;
}

.p0 {
    padding: 0 !important;
}

.col-full {
    min-width: 100%;
}


.page-container {
    margin-left: 30px;
}

.body-small .img-visibility {
    display: none;
}

/*.body-small {
    background-color: white;
}*/
/*-------------------------------------------------------------------*/
/*-----------------------------------------------------------------*/
/*.process__buttons, .row--gutter16 {
    margin-right: -1rem;
    margin-left: -1rem;
}*/
/*.process__buttons, .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}*/
.pt20 {
    padding-top: 1.25rem;
}

.clmn, .process__buttons li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin: .625rem 0;
    max-width: 100%;
    padding: 0 1rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.page-tile--slide {
    margin-bottom: 1.375rem;
}

.page-tile, .page-tile__container {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.page-tile {
    -webkit-transition: border-color .3s ease-in-out;
    -o-transition: border-color .3s ease-in-out;
    transition: border-color .3s ease-in-out;
}



.clmn, .process__buttons li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin: .625rem 0;
    max-width: 100%;
    padding: 0 1rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


.page-tile__container--no-border {
    background-color: transparent;
    border-color: transparent;
}

.page-tile__container {
    /* border: .0625rem solid #cccffa; */
    border-radius: .625rem;
    padding: 1.125rem 1.375rem;
    margin-bottom: .8125rem;
    background-color: #fff;
    /* height: 100%; */
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.page-tile, .page-tile__container {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.page-tile__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 100%;
}


.font-bold, .font-bold b, .font-bold strong {
    font-weight: 700;
}

.heading-5 {
    font-size: 1.5rem;
    line-height: 1.16666;
    letter-spacing: .0375rem;
}

.possibilities-tile__description {
    color: #000;
    padding-top: .5rem;
}

/*.color-default {
    color: #161616;
}

.font-default, .font-default b, .font-default strong {
    font-weight: 400;
}*/

.paragraph-3 {
    font-size: 1rem;
    line-height: 1.5;
}

.possibilities-tile--slide {
    margin-bottom: 1.375rem;
}

.possibilities-tile, .possibilities-tile__container {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.possibilities-tile {
    -webkit-transition: border-color .3s ease-in-out;
    -o-transition: border-color .3s ease-in-out;
    transition: border-color .3s ease-in-out;
}


.clmn, .process__buttons li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin: .625rem 0;
    max-width: 100%;
    padding: 0 1rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/*.process__buttons, .row--gutter16 {
    margin-right: -1rem;
    margin-left: -1rem;
}

.process__buttons, .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}*/

.pt20 {
    padding-top: 1.25rem;
}

.clmn, .process__buttons li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin: .625rem 0;
    max-width: 100%;
    padding: 0 1rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/*.process__buttons, .row--gutter16 {
    margin-right: -1rem;
    margin-left: -1rem;
}

.process__buttons, .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}*/

.possibilities-tile--slide {
    margin-bottom: 1.375rem;
}

.possibilities-tile, .possibilities-tile__container {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.possibilities-tile {
    -webkit-transition: border-color .3s ease-in-out;
    -o-transition: border-color .3s ease-in-out;
    transition: border-color .3s ease-in-out;
}


.clmn, .process__buttons li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin: .625rem 0;
    max-width: 100%;
    padding: 0 1rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.possibilities-tile__container img {
    height: 3rem;
    margin-bottom: 1.5rem;
}

.possibilities-tile__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 100%;
}

.color-primary {
    color: #000ee6;
}

.font-bold, .font-bold b, .font-bold strong {
    font-weight: 700;
}

.heading-5 {
    font-size: 1.5rem;
    line-height: 1.16666;
    letter-spacing: .0375rem;
}

.possibilities-tile__description {
    color: #000;
    padding-top: .5rem;
}

/*.color-default {
    color: #161616;
}*/

.font-default, .font-default b, .font-default strong {
    font-weight: 400;
    /* font-size: 60px; */
    font-weight: 500;
    /* line-height: 100px; */
    letter-spacing: -.04em;
}


.paragraph-3 {
    font-size: 1rem;
    line-height: 1.5;
}

.possibilities-tile__container--no-border {
    background-color: transparent;
    border-color: transparent;
}

.possibilities-tile__container {
    border: .0625rem solid #cccffa;
    border-radius: .625rem;
    padding: 1.125rem 1.375rem;
    margin-bottom: .8125rem;
    background-color: #fff;
    height: 100%;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.possibilities-tile, .possibilities-tile__container {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/*a {
    color: #161616;
    text-decoration: none;
}*/

.possibilities-tile--slide {
    margin-bottom: 1.375rem;
}

.possibilities-tile, .possibilities-tile__container {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.possibilities-tile {
    -webkit-transition: border-color .3s ease-in-out;
    -o-transition: border-color .3s ease-in-out;
    transition: border-color .3s ease-in-out;
}

@media screen and (min-width: 992px) {
    .col-lg-4 {
        max-width: 33.33333%;
    }
}

@media screen and (min-width: 600px) {
    .col-sm-6 {
        max-width: 50%;
    }
}

.clmn, .process__buttons li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin: .625rem 0;
    max-width: 100%;
    padding: 0 1rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}




/* -------------------------------- 
      xclip 
  -------------------------------- */
.cd-headline.clip span {
    display: inline-block;
    padding: .2em 0;
}

.cd-headline.clip .cd-words-wrapper {
    overflow: hidden;
    vertical-align: top;
}

    .cd-headline.clip .cd-words-wrapper::after {
        /* line */
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 2px;
        height: 100%;
        background-color: #aebcb9;
    }

.cd-headline.clip b {
    opacity: 0;
}

    .cd-headline.clip b.is-visible {
        opacity: 1;
    }




/* New Timeline style */
.vertical-container {
    /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
    width: 90%;
    /* max-width: 1170px; */
    margin: 0 auto;
}

    .vertical-container::after {
        /* clearfix */
        content: '';
        display: table;
        clear: both;
    }

#vertical-timeline {
    position: relative;
    padding: 0;
    margin-top: 2em;
    margin-bottom: 2em;
}

    #vertical-timeline::before {
        content: '';
        position: absolute;
        top: 0;
        left: 18px;
        height: 100%;
        width: 4px;
        background: #f1f1f1;
    }

.vertical-timeline-content .btn {
    float: right;
}

#vertical-timeline.light-timeline:before {
    background: #e7eaec;
}

.dark-timeline .vertical-timeline-content:before {
    border-color: transparent #f5f5f5 transparent transparent;
}

.dark-timeline.center-orientation .vertical-timeline-content:before {
    border-color: transparent transparent transparent #f5f5f5;
}

.dark-timeline .vertical-timeline-block:nth-child(2n) .vertical-timeline-content:before,
.dark-timeline.center-orientation .vertical-timeline-block:nth-child(2n) .vertical-timeline-content:before {
    border-color: transparent #f5f5f5 transparent transparent;
}

.dark-timeline .vertical-timeline-content,
.dark-timeline.center-orientation .vertical-timeline-content {
    background: #f5f5f5;
}

@media only screen and (min-width: 1170px) {
    /*  #vertical-timeline.center-orientation {
        margin-top: 3em;
        margin-bottom: 3em;
    }

        #vertical-timeline.center-orientation:before {
            left: 50%;
            margin-left: -2px;
        }*/



    .center-orientation.dark-timeline .vertical-timeline-content:before {
        border-color: transparent #f5f5f5 transparent transparent;
    }
}

@media only screen and (max-width: 1170px) {
    .center-orientation.dark-timeline .vertical-timeline-content:before {
        border-color: transparent #f5f5f5 transparent transparent;
    }
}

.vertical-timeline-block {
    position: relative;
    margin: 2em 0;
}

    .vertical-timeline-block:after {
        content: "";
        display: table;
        clear: both;
    }

    .vertical-timeline-block:first-child {
        margin-top: 0;
    }

    .vertical-timeline-block:last-child {
        margin-bottom: 0;
    }

@media only screen and (min-width: 1170px) {
    /*  .center-orientation .vertical-timeline-block {
        margin: 4em 0;
    }

        .center-orientation .vertical-timeline-block:first-child {
            margin-top: 0;
        }

        .center-orientation .vertical-timeline-block:last-child {
            margin-bottom: 0;
        }*/
}

.vertical-timeline-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 16px;
    border: 3px solid #f1f1f1;
    text-align: center;
}

    .vertical-timeline-icon i {
        display: block;
        width: 24px;
        height: 24px;
        position: relative;
        left: 50%;
        top: 50%;
        margin-left: -12px;
        margin-top: -9px;
    }

@media only screen and (min-width: 1170px) {
    /* .center-orientation .vertical-timeline-icon {
        width: 50px;
        height: 50px;
        left: 50%;
        margin-left: -25px;
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        font-size: 19px;
    }

        .center-orientation .vertical-timeline-icon i {
            margin-left: -12px;
            margin-top: -10px;
        }

    .center-orientation .cssanimations .vertical-timeline-icon.is-hidden {
        visibility: hidden;
    }*/
}

.vertical-timeline-content {
    position: relative;
    margin-left: 60px;
    background: white;
    border-radius: 0.25em;
/*    padding: 1em;
*/}

    .vertical-timeline-content:after {
        content: "";
        display: table;
        clear: both;
    }

    .vertical-timeline-content h2 {
        font-weight: 400;
        margin-top: 4px;
    }

    .vertical-timeline-content p {
        margin: 1em 0;
        line-height: 1.6;
    }

    .vertical-timeline-content .vertical-date {
        float: left;
        font-weight: 500;
    }

.vertical-date small {
    color: #1ab394;
    font-weight: 400;
}

.vertical-timeline-content::before {
    content: '';
    position: absolute;
    top: 16px;
    right: 100%;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    border-right: 7px solid white;
}

@media only screen and (min-width: 768px) {
    .vertical-timeline-content h2 {
        font-size: 18px;
    }

    .vertical-timeline-content p {
        /* font-size: 13px; */
    }
}

  

.client-detail .vertical-timeline-content p {
    margin: 0;
}

.client-detail .vertical-timeline-icon.gray-bg {
    /*color: #a7aaab;*/
}

section.timeline {
    padding-bottom: 30px;
}

body.rtls .timeline-item .date {
    text-align: left;
}

    body.rtls .timeline-item .date i {
        left: 0;
        right: auto;
    }

body.rtls .timeline-item .content {
    border-right: 1px solid #e7eaec;
    border-left: none;
}

body.rtls .center-orientation .vertical-timeline-icon i {
    margin-left: 0;
    margin-right: -12px;
}

body.rtls .vertical-timeline-icon i {
    right: 50%;
    left: auto;
    margin-left: auto;
    margin-right: -12px;
}

.light-skin .contact-box,
.light-skin .social-feed-box,
.light-skin .vertical-timeline-content {
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.1);
    border: none;
}

/* -------------------------------- 
      bounce animation 
  -------------------------------- */
@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

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

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

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

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

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

.bounce {
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}

/* ----------------------------------------------------------------
       [ End Basic ]
  -----------------------------------------------------------------*/

/* IE Custom Style */

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .header .svg {
        bottom: -40px !important;
    }

    .header .container {
        position: absolute;
        max-width: 100%;
        top: 50%;
        left: 0;
        -webkit-transform: translate(0%, -50%);
        -moz-transform: translate(0%, -50%);
        -ms-transform: translate(0%, -50%);
        -o-transform: translate(0%, -50%);
        transform: translate(0%, -50%);
    }
}

/*----------------------------------------------------------------------


-----------------------------------------------------------------------*/




.featured {
    margin-top: -180px;
    padding: 138px 0 80px;
    position: sticky;
}

@media (min-width:720px) {
    .featured {
        padding-top: 220px
    }
}

.featured.-no-margin {
    margin: 0
}

@media (min-width:720px) {
    .featured__items {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.featured__items > li {
    position: relative;
    z-index: 5
}

@media (max-width:719px) {
    .featured__items > li + li {
        margin-top: 60px
    }
}

@media (min-width:720px) {
    .featured__items > li {
        padding-right: 40px;
        width: 33.33333%
    }
}

.featured__items > li:first-child {
    z-index: 4
}

@media (min-width:720px) {
    .featured__items > li:first-child {
        -ms-flex-align: center;
        align-items: center;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        padding: 0 0 100px;
        width: 100%
    }
}

.featured__items > li:first-child .featured__title {
    font-size: 35px;
    line-height: 1.2;
    margin: 16px 0 25px
}

@media (min-width:480px) {
    .featured__items > li:first-child .featured__title {
        font-size: 50px
    }
}

@media (min-width:720px) {
    .featured__items > li:first-child .featured__content {
        width: 50%
    }
}

.featured__items > li:first-child .featured__author {
    padding-bottom: 0
}

    .featured__items > li:first-child .featured__author:before {
        display: none
    }

.featured__items .credit, .featured__items .credit li {
    display: block
}

    .featured__items .credit a {
        transition: box-shadow .1s cubic-bezier(0.895,.03,.685,.22);
        box-shadow: inset 0 -7px 0 0 rgba(255,255,255,.15);
        font-style: italic
    }

        .featured__items .credit a:hover {
            box-shadow: inset 0 -40px 0 0 rgba(255,255,255,.15)
        }

.featured__items .credit__author-delimiter, .featured__items .credit__author-title {
    line-height: 1.4;
    opacity: .65
}

.featured__content {
    position: relative;
    z-index: 5
}

.featured__categories {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .2em;
    line-height: 1;
    text-transform: uppercase
}

.featured__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25;
    margin: 22px 0 20px
}

    .featured__title a {
        display: block
    }

.featured__thumbnail {
    display: none
}

@media (min-width:720px) {
    .featured__thumbnail {
        display: block;
        position: relative;
        width: 50%
    }

        .featured__thumbnail img {
            border-radius: 50%;
            margin: 0 auto;
            max-height: 284px;
            max-width: 284px;
            position: relative;
            z-index: 3
        }
}

.featured__waves {
    height: 650px;
    left: 50%;
    margin: -325px 0 0 -325px;
    opacity: .15;
    position: absolute;
    top: 50%;
    width: 650px;
    z-index: 1
}

    .featured__waves:before {
        background-color: inherit;
        border-radius: 50%;
        content: '';
        height: 350px;
        left: 50%;
        margin: -175px 0 0 -175px;
        position: absolute;
        top: 50%;
        width: 350px;
        z-index: 2
    }

    .featured__waves svg {
        border-radius: 50%;
        height: 100%;
        width: 100%
    }

.featured__meta {
    font-size: 15px;
    padding-bottom: 28px
}

    .featured__meta:before {
        background: rgba(255,255,255,.3);
        bottom: 0;
        content: '';
        height: 4px;
        left: 0;
        position: absolute;
        width: 40px
    }



.related-articles {
    margin: 80px auto 0
}

@media (min-width:640px) {
    .related-articles {
        margin-top: 96px;
        max-width: 880px
    }
}

@media (min-width:1000px) {
    .related-articles {
        max-width: 864px
    }
}

.related-articles__title {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase
}

@media (min-width:640px) {
    .related-articles__title {
        margin-bottom: 32px
    }
}

@media (min-width:1000px) {
    .related-articles__items {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.related-article__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 24px;
    transition: all .25s ease;
    width: 100%
}

@media (min-width:640px) {
    .related-article__item {
        padding: 40px
    }
}

@media (min-width:1000px) {
    .related-article__item {
        display: block;
        padding: 32px;
        width: 33.33333%
    }
}

.related-article__image {
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 15px
}

    .related-article__image svg {
        background-color: #e4f4fa
    }

    .related-article__image img, .related-article__image svg {
        border-radius: 50%;
        display: block;
        width: 104px
    }

@media (min-width:1000px) {
    .related-article__image {
        margin: 0
    }

        .related-article__image img, .related-article__image svg {
            margin: 0 auto 30px;
            width: 140px
        }
}

.related-article__content {
    -ms-flex-order: -1;
    order: -1
}

@media (min-width:1000px) {
    .related-article__content {
        -ms-flex-order: 0;
        order: 0
    }
}

.related-article__byline {
    color: #848484;
    font-size: 14px;
    line-height: 1.8
}

    .related-article__byline a {
        transition: box-shadow .1s cubic-bezier(0.895,.03,.685,.22);
        box-shadow: inset 0 -7px 0 0 rgba(19,149,186,.15)
    }

        .related-article__byline a:hover {
            box-shadow: inset 0 -40px 0 0 rgba(19,149,186,.15)
        }

@media (min-width:480px) {
    .related-article__byline {
        font-size: 15px
    }
}

@media (min-width:640px) {
    .related-article__byline {
        line-height: 1.7
    }
}

.related-article__item:hover .related-article__byline {
    color: #fff
}

.related-article__title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 10px
}

.related-article__item:hover .related-article__title {
    border-color: transparent;
    color: #fff
}

@media (min-width:480px) {
    .related-article__title {
        font-size: 20px
    }
}

@media (min-width:1000px) {
    .related-article__title {
        border-top: 1px solid #ccc;
        border-width: 1px 0;
        padding-top: 26px
    }
}

.related-article__link {
    color: inherit;
    display: block
}

.related-services {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase
}

@media (min-width:720px) {
    .related-services {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: -20px
    }
}

.related-services > li {
    border-bottom: 1px solid #d3d3d3;
    padding: 15px 0
}

@media (min-width:720px) {
    .related-services > li {
        margin-left: 20px;
        width: calc(33.33333% - 20px)
    }
}

.related-services > li:nth-child(1) {
    border-top: 1px solid #d3d3d3
}

@media (min-width:720px) {
    .related-services > li:nth-child(2), .related-services > li:nth-child(3) {
        border-top: 1px solid #d3d3d3
    }
}


#article__item-1:hover {
    background-color: #1ab394;
}

#article__item-2:hover {
    background-color: #eaf30c;
}

#article__item-3:hover {
    background-color: #f80d2d;
}
/* ----------------------------------------------------------------
       [ 02 Start Theme-dark ]
  -----------------------------------------------------------------*/
body.theme-dark {
    color: #fff;
    background: #0C0C0C;
}

    body.theme-dark .bg-gray {
        background: #111;
    }

    body.theme-dark .se-tring .left, body.theme-dark .se-tring .right {
        border-bottom: 100px solid #0C0C0C;
    }

    body.theme-dark .se-tring-gray .left, body.theme-dark .se-tring-gray .right {
        border-bottom: 100px solid #111;
    }

    body.theme-dark .section-head h6:before, body.theme-dark .section-head h6:after {
        background-color: #eee;
    }

    body.theme-dark .nav-scroll {
        background: #222;
    }

        body.theme-dark .nav-scroll .icon-bar {
            color: #fff;
        }

        body.theme-dark .nav-scroll .navbar-nav .nav-link {
            color: #fff;
        }

            body.theme-dark .nav-scroll .navbar-nav .nav-link:after {
                background: #fff;
            }

        body.theme-dark .nav-scroll .logo {
            padding: 15px 0;
            color: #fff;
        }

            body.theme-dark .nav-scroll .logo:hover {
                color: #fff;
            }

    body.theme-dark .header .svg svg {
        fill: #0C0C0C;
    }

    body.theme-dark .hero .author-img:after {
        border-color: #151515;
    }

    /*body.theme-dark .hero .skills .skills-progress {
        background: #444;
    }*/

    body.theme-dark .hero .skills .skills-progress span {
        background: #fff;
    }

    body.theme-dark .portfolio .filtering .active {
        background: #222;
    }

    body.theme-dark .portfolio .item-img-overlay {
        background: #0C0C0C;
        color: #eee;
    }

    body.theme-dark .blog .more {
        color: #eee;
    }

        body.theme-dark .blog .more:hover {
            color: #fff;
        }

    body.theme-dark .contact input, body.theme-dark .contact textarea {
        background: #151515;
        color: #fff;
    }

    body.theme-dark .contact .info span {
        color: #666;
    }

/* ----------------------------------------------------------------
       [ End Theme-dark ]
  -----------------------------------------------------------------*/
/* ----------------------------------------------------------------
       [ 03 Start Buttons ]
  -----------------------------------------------------------------*/
.butn {
    padding: 10px 30px;
    border: 1px solid #eee;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    position: relative;
    margin: 30px 2px 0;
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

    .butn:after {
        content: '';
        width: 0;
        height: 100%;
        position: absolute;
        bottom: 0;
        left: 100%;
        z-index: 1;
        background: #fff;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .butn:hover {
        border-color: #fff;
    }

        .butn:hover:after {
            width: 100%;
            left: 0;
            -webkit-transition: width 0.3s ease;
            transition: width 0.3s ease;
        }

        .butn:hover span {
            color: #1c1c1c;
        }

    .butn span {
        position: relative;
        z-index: 2;
    }

.butn-bg {
    background: #1c1c1c;
    border-color: #1c1c1c;
    color: #fff;
}

.butn-bord:after {
    background: #1c1c1c;
}

.butn-bord:hover {
    border-color: #1c1c1c;
}

    .butn-bord:hover span {
        color: #fff;
    }

/* ----------------------------------------------------------------
       [ End Buttons ]
  -----------------------------------------------------------------*/
/* ----------------------------------------------------------------
       [ 04 Start Navbar ]
  -----------------------------------------------------------------*/
/*.navbar {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: transparent;
    z-index: 9;
    min-height: 80px;
}

    .navbar .icon-bar {
        color: #fff;
    }

    .navbar .navbar-nav .nav-link {
        font-size: 13px;
        font-weight: 600;
        color: #eee;
        letter-spacing: .5px;
        margin: 15px 5px;
        -webkit-transition: all .5s;
        transition: all .5s;
        position: relative;
    }

        .navbar .navbar-nav .nav-link:after {
            content: '';
            width: 80%;
            height: 2px;
            background: #fff;
            position: absolute;
            left: 10%;
            bottom: -10px;
            opacity: 0;
            -webkit-transition: all .5s;
            transition: all .5s;
        }

    .navbar .navbar-nav .active:after {
        bottom: 0;
        opacity: 1;
    }

.nav-scroll {
    background: #fff;
    border-bottom: 1px solid rgba(12, 12, 12, 0.04);
    padding: 0;
    position: fixed;
    top: -100px;
    left: 0;
    width: 100%;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
}

    .nav-scroll .icon-bar {
        color: #222;
    }

    .nav-scroll .navbar-nav .nav-link {
        color: #222;
    }

        .nav-scroll .navbar-nav .nav-link:after {
            background: #222;
        }

    .nav-scroll .logo {
        padding: 15px 0;
        color: #111;
    }

        .nav-scroll .logo:hover {
            color: #111;
        }

.logo {
    padding: 15px 0;
    width: 100px;
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 1px;
}

    .logo:hover {
        color: #fff;
    }


/*-----------------------------------------------------*/


.dropdown {
    float: left;
    overflow: hidden;
}

    .dropdown .dropbtn {
        font-size: 17px;
        border: none;
        outline: none;
        color: white;
        padding: 14px 16px;
        background-color: inherit;
        font-family: inherit;
        margin: 0;
    }

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .dropdown-content a {
        float: none;
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        text-align: left;
    }

.topnav a:hover, .dropdown:hover .dropbtn {
    background-color: #555;
    color: white;
}

.dropdown-content a:hover {
    background-color: #ddd;
    color: black;
}

.dropdown:hover .dropdown-content {
    display: block;
}

@media screen and (max-width: 600px) {
    .topnav a:not(:first-child), .dropdown .dropbtn {
        display: none;
    }

    .topnav a.icon {
        float: right;
        display: block;
    }
}

@media screen and (max-width: 600px) {
    .topnav.responsive {
        position: relative;
    }

        .topnav.responsive .icon {
            position: absolute;
            right: 0;
            top: 0;
        }

        .topnav.responsive a {
            float: none;
            display: block;
            text-align: left;
        }

        .topnav.responsive .dropdown {
            float: none;
        }

        .topnav.responsive .dropdown-content {
            position: relative;
        }

        .topnav.responsive .dropdown .dropbtn {
            display: block;
            width: 100%;
            text-align: left;
        }
}


.navbar .navbar-nav .nav-item.active .nav-menu-drop {
    display: block;
}

.navbar .navbar-nav .nav-item .nav-menu-drop {
    background-color: #ffffff;
    display: none;
    position: absolute;
    width: 100%;
    top: 78px;
    left: 0;
    -webkit-box-shadow: 0 10px 12px rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 12px rgba(0, 0, 0, 0.05);
}


.navbar .navbar-nav .nav-item .nav-menu-drop {
    overflow: hidden;
    padding: 64px 0 88px;
}

    .navbar .navbar-nav .nav-item .nav-menu-drop ul {
        max-width: 1300px;
        margin: 0 auto;
        width: 92%;
        overflow: hidden;
    }

ul, li {
    list-style: none;
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


.navbar .navbar-nav .nav-item .nav-menu-drop li {
    float: left;
    width: 34.616%;
}

.navbar .navbar-nav li .nav-second-level {
    background: center;
    background-color: white;
}
/* ----------------------------------------------------------------
       [ End Navbar ]
  -----------------------------------------------------------------*/
/* ----------------------------------------------------------------
       [ 05 Start Header ]
  -----------------------------------------------------------------*/
.header {
    min-height: 105vh;
    overflow: hidden;
    position: relative;
}

    .header .caption .o-hidden {
        display: inline-block;
    }

    .header .caption h1 {
        font-size: 55px;
        font-weight: 800;
    }

    .header .arrow {
        position: absolute;
        bottom: 8vh;
        left: 0;
        width: 100%;
        text-align: center;
        z-index: 4;
    }

        .header .arrow img {
            width: 40px;
            cursor: pointer;
        }

    .header .svg {
        position: absolute;
        bottom: -10px;
        left: 0;
        width: 100%;
        z-index: 3;
    }

        .header .svg svg {
            fill: #fff;
            width: 101%;
        }

/* ----------------------------------------------------------------
       [ End Header ]
  -----------------------------------------------------------------*/
/* ----------------------------------------------------------------
       [ 06 Start Hero ]
  -----------------------------------------------------------------*/
.hero .author-img {
    position: relative;
}

    .hero .author-img:after {
        content: '';
        width: 100%;
        height: 100%;
        border: 10px dashed #f7f7f7;
        position: absolute;
        top: 30px;
        right: -30px;
        z-index: -1;
    }

    .hero .author-img img {
        -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    }

.hero .content {
    padding-left: 50px;
}

    .hero .content h4 {
        margin-bottom: 10px;
    }

    .hero .content span {
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: 500;
        font-size: 13px;
        color: #666;
        margin-bottom: 20px;
    }

    .hero .content p {
        margin-bottom: 10px;
    }

        .hero .content p:last-child {
            margin-bottom: 0;
        }

.hero .skills .skill-item {
    margin-bottom: 30px;
}

    .hero .skills .skill-item:last-child {
        margin-bottom: 0;
    }

.hero .skills h6 {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

    .hero .skills h6 span {
        margin-bottom: 0;
        float: right;
        font-size: 10px;
    }

.hero .skills .skills-progress {
    height: 3px;
    width: 100%;
    background: #f7f7f7;
    border-radius: 10px;
    position: relative;
}

    .hero .skills .skills-progress span {
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 100%;
        background: #000;
        border-radius: 10px;
        -webkit-transition: all 1s;
        transition: all 1s;
    }

/* ----------------------------------------------------------------
       [ End Hero ]
  -----------------------------------------------------------------*/
/* ----------------------------------------------------------------
       [ 07 Start Services ]
  -----------------------------------------------------------------*/
.services .item {
    text-align: center;
    padding: 30px 10px;
}

    .services .item .icon {
        font-size: 40px;
        margin-bottom: 25px;
    }

    .services .item h6 {
        font-size: 17px;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .services .item p {
        font-weight: 500;
    }

/* ----------------------------------------------------------------
       [ End Services ]
  -----------------------------------------------------------------*/
/* ----------------------------------------------------------------
       [ 08 Start Portfolio ]
  -----------------------------------------------------------------*/
.portfolio {
    overflow: hidden;
}

    .portfolio .filtering span {
        padding: 9px 25px;
        margin: 0 5px;
        border-radius: 30px;
        font-weight: 600;
        font-size: 12px;
        text-transform: uppercase;
        border: 1px dashed #555;
        cursor: pointer;
    }

    .portfolio .filtering .active {
        background: #1c1c1c;
        color: #fff;
        -webkit-box-shadow: 0px 10px 30px -4px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 10px 30px -4px rgba(0, 0, 0, 0.2);
    }

    .portfolio .items {
        margin-top: 30px;
    }

    .portfolio .item-img {
        position: relative;
        overflow: hidden;
    }

        .portfolio .item-img:hover .item-img-overlay {
            opacity: 1;
        }

        .portfolio .item-img:hover h6, .portfolio .item-img:hover p {
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }

        .portfolio .item-img h6 {
            font-weight: 600;
            position: relative;
            margin-bottom: 5px;
            -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
            -webkit-transition: all .5s;
            transition: all .5s;
        }

        .portfolio .item-img p {
            -webkit-transform: translateY(10px);
            transform: translateY(10px);
            -webkit-transition: all .5s;
            transition: all .5s;
        }

        .portfolio .item-img .item-img-overlay {
            position: absolute;
            top: 5px;
            left: 5px;
            right: 5px;
            bottom: 5px;
            background: white;
            color: #35424C;
            opacity: 0;
            -webkit-transition: all .5s;
            transition: all .5s;
            z-index: 2;
        }

        .portfolio .item-img a {
            font-size: 30px;
            position: absolute;
            bottom: 15px;
            right: 15px;
        }

/* ----------------------------------------------------------------
       [ End Portfolio ]
  -----------------------------------------------------------------*/
/* ----------------------------------------------------------------
       [ 9 Start Blog ]
  -----------------------------------------------------------------*/
.blog .item .post-img {
    margin-bottom: 30px;
    overflow: hidden;
}

    .blog .item .post-img:hover img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    .blog .item .post-img img {
        -webkit-transition: all .5s;
        transition: all .5s;
    }

.blog .item span {
    font-size: 11px;
    font-weight: 500;
    color: #777;
    margin-right: 10px;
    margin-bottom: 15px;
}

    .blog .item span:last-child {
        margin-right: 0;
    }

.blog .item h5 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}

.blog .item .more {
    margin-top: 15px;
    font-size: 12px;
    font-weight: 700;
    color: #444;
    position: relative;
}

    .blog .item .more:hover {
        color: #000;
    }

        .blog .item .more:hover i {
            right: -15px;
        }

    .blog .item .more i {
        position: absolute;
        right: -10px;
        top: 3px;
        -webkit-transition: all .3s;
        transition: all .3s;
    }

/* ----------------------------------------------------------------
       [ End Blog ]
  -----------------------------------------------------------------*/
/* ----------------------------------------------------------------
       [ 10 Start Contact ]
  -----------------------------------------------------------------*/
.contact .form input, .contact .form textarea {
    width: 100%;
    padding: 10px;
    border: 0;
    background: #f7f7f7;
    border-radius: 5px;
}

.contact .form textarea {
    height: 160px;
    max-height: 160px;
    max-width: 100%;
}

.contact .form .info {
    float: left;
    margin-top: 10px;
}

    .contact .form .info span {
        color: #444;
        font-size: 12px;
        font-weight: 500;
        margin-right: 30px;
    }

        .contact .form .info span:last-child {
            margin-right: 0;
        }

.contact .form .butn {
    float: right;
    overflow: hidden;
    cursor: pointer;
    margin: 0;
}

    .contact .form .butn:hover {
        border-color: #000;
    }

.contact .form .form-group {
    position: relative;
}

.contact .form .help-block li {
    color: #ce7373;
    font-size: 11px;
    font-weight: 500;
    position: absolute;
    top: 10px;
    right: 10px;
}

/* ----------------------------------------------------------------
       [ End Contact ]
  -----------------------------------------------------------------*/
/* ----------------------------------------------------------------
       [ 11 Start Footer ]
  -----------------------------------------------------------------*/
footer {
    padding: 80px 0;
}

    footer .social a {
        color: #777;
        font-size: 18px;
        margin: 15px 15px;
    }

    footer p {
        color: #999;
        font-weight: 400;
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 2px;
    }

/* ----------------------------------------------------------------
       [ End Footer ]
  -----------------------------------------------------------------*/
/* ----------------------------------------------------------------
        [ 12 Responsive ]
  -----------------------------------------------------------------*/
@media screen and (max-width: 991px) {
    .mb-md50 {
        margin-bottom: 50px;
    }

    .mb-md30 {
        margin-bottom: 30px;
    }

    .mb-md0 {
        margin-bottom: 0;
    }

    .bg-fixed {
        background-attachment: scroll !important;
    }

    .navbar {
        padding-left: 15px;
    }

        .navbar .navbar-collapse {
            max-height: 340px;
            overflow: auto;
            background: #111;
            text-align: center;
            padding: 10px 0;
        }

        .navbar .nav-link {
            margin: 10px auto !important;
        }

    .nav-scroll .navbar-collapse .nav-link {
        color: #fff !important;
    }

    .header {
        background-attachment: scroll !important;
        background-position: 50% 0% !important;
    }

        .header .caption h4 {
            font-size: 30px;
        }

        .header .caption h1 {
            font-size: 45px;
            line-height: 1.4;
        }

    .hero .author-img {
        margin-bottom: 80px;
    }

    .hero .content {
        padding-left: 0;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 767px) {
    .mb-sm50 {
        margin-bottom: 50px;
    }

    .mb-sm30 {
        margin-bottom: 30px;
    }

    .section-head h4 {
        font-size: 20px;
    }

    .header .caption h1 {
        font-size: 25px;
    }

    .portfolio .filtering span {
        margin-bottom: 10px;
    }

    .blog .item .content h5 {
        line-height: 1.4;
    }

    .contact .form {
        text-align: center;
    }

        .contact .form .info {
            text-align: center;
            display: block;
            width: 100%;
        }

            .contact .form .info span {
                display: block;
                margin-bottom: 15px;
                margin-right: 0;
            }

        .contact .form .butn {
            margin-bottom: 10px;
            float: none;
            text-align: center;
        }

    footer .social a {
        margin: 15px 5px;
        font-size: 16px;
    }

    footer p {
        line-height: 1.8;
    }
}

/*# sourceMappingURL=style.css.map */
