@import url('https://fonts.googleapis.com/css?family=Poppins:400,600,700|Roboto:300,400,500,700');
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}


/*bootstrap  system*/

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (max-width: 640px) {
    .container {
       width:100% !important; max-width:100% !important; padding:0px 15px !important;
    }
    .author-quote {max-width:100% !important; width:100% !important;}
    .author-quote .author-details {padding-left:20px;}
    .author-quote .author-social {padding-left:15px;}
}
@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

.order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
}

.order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
}

.offset-1 {
    margin-left: 8.333333%;
}

.offset-2 {
    margin-left: 16.666667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.333333%;
}

.offset-5 {
    margin-left: 41.666667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.333333%;
}

.offset-8 {
    margin-left: 66.666667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.333333%;
}

.offset-11 {
    margin-left: 91.666667%;
}

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.333333%;
    }
    .offset-sm-2 {
        margin-left: 16.666667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.333333%;
    }
    .offset-sm-5 {
        margin-left: 41.666667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.333333%;
    }
    .offset-sm-8 {
        margin-left: 66.666667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.333333%;
    }
    .offset-sm-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.333333%;
    }
    .offset-md-2 {
        margin-left: 16.666667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.333333%;
    }
    .offset-md-5 {
        margin-left: 41.666667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.333333%;
    }
    .offset-md-8 {
        margin-left: 66.666667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.333333%;
    }
    .offset-md-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.333333%;
    }
    .offset-lg-2 {
        margin-left: 16.666667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.333333%;
    }
    .offset-lg-5 {
        margin-left: 41.666667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.333333%;
    }
    .offset-lg-8 {
        margin-left: 66.666667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.333333%;
    }
    .offset-lg-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.333333%;
    }
    .offset-xl-2 {
        margin-left: 16.666667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.333333%;
    }
    .offset-xl-5 {
        margin-left: 41.666667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.333333%;
    }
    .offset-xl-8 {
        margin-left: 66.666667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.333333%;
    }
    .offset-xl-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-md-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

/*bootstrap system*/

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

nav ul,
ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
}

a,
a:link,
a:visited,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
}


/* change colours to suit your needs */

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}


/* change colours to suit your needs */

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* change border colour to suit your needs */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/*default start*/

body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    background: #FFF;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #333C48;
    overflow-x: hidden;
}

img {
    max-width: 100%;
}

.clearfix:after,
.clearfix:before {
    display: table;
    content: " "
}

.clearfix:after {
    clear: both
}

.body-hidden {
    overflow: hidden;
}

.nav-left-overlay {
    position: fixed;
    right: 0px;
    height: 100%;
    opacity: 0;
    transition: .5s all;
    width: 0;
}

.sprite {
    background-image: url("../images/sprite.png");
    background-repeat: no-repeat;
}


/*svg icons*/

.icon {
    width: 25px;
    height: 25px;
    display: inline-block;
    background-repeat:no-repeat !important;
}
.icon.reload-captcha {background: url(../images/svg/rotate.svg);}

.icon.wave {
    background: url(../images/svg/wave.svg);
}
.icon.mail {
    background: url(../images/svg/mail.svg);
}
.icon.mail-white {
    background: url(../images/svg/mail-white.svg);
}
.icon.phone {
    background: url(../images/svg/phone.svg);
}
.icon.phone-white {
    background: url(../images/svg/phone-white.svg);
}
.icon.screwdriver {
    background: url(../images/svg/screwdriver-electric.svg);
}
.icon.search {
    background: url(../images/svg/search.svg);
}

.icon.information {
    background: url(../images/svg/information.svg);
}

.icon.rss {
    background: url(../images/svg/rss.svg);
}

.icon.binary {
    background: url(../images/svg/binary.svg)
}

.icon.chat-bubbles {
    background: url(../images/svg/chat-bubbles.svg)
}

.icon.feather-pen {
    background: url(../images/svg/feather-pen.svg)
}

.icon.magic-wand {
    background: url(../images/svg/magic-wand.svg)
}

.icon.megaphone {
    background: url(../images/svg/megaphone.svg)
}
.icon.link-building {
    background: url(../images/svg/arrow-merge.svg)
}
.icon.seo-tracking {
    background: url(../images/svg/poll.svg)
}
.icon.tap {
    background: url(../images/svg/tap.svg)
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.nb {
    border: 0 !important;
}

.img-full {
    width: 100%;
}

.wfull {
    float: left;
    width: 100%;
    position: relative;
}

.lnk-default {
    color: #9109bf;
    text-decoration: underline !important;
}

.btn-text-link {
    position: relative;
    text-transform: uppercase;
    color: #6E6E76;
    font-size: 12px;
    /* border-top: 1px solid transparent;border-bottom: 1px solid transparent; */
    display: inline-block;
    padding: 7px 0px 6px 0px;
    transition: 2s;
    -webkit-transition: 2s;
    display: inline;
}

.btn-text-link:hover:after {
    width: 100%;
}

.btn-text-link:after {
    display: block;
    content: '';
    background:#b75ee3;
   
    transition: .3s all;
    width:0;
    height:2px;
}

.btn-text-link:after {
    position: absolute;
    top: 100%;
    left: 0;
   
}

.btn-text-link:before {
    position: absolute;
    bottom: 24px;
    left: 0;
    width: 100%;
}
.middle-section .page-intro_paragraph a {color: #9109bf;}
input[type=button] {
    font-family: 'Poppins', sans-serif;
}

.btn {
    font-family: 'Poppins', sans-serif;
    white-space: nowrap;
    position: relative;
}

.btn-primary {
    background: #ffbe2b;
    border-radius: 50px;
    font-size: 18px;
    letter-spacing: 1.8px;
    height: 50px;
    padding: 0px 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    position: relative;
    outline: none;
    border: 0px;
    cursor: pointer;
}

.btn-primary .icon {
    margin-right: 10px;
}

.btn-ripple {
    position: relative;
    overflow: hidden
}

.btn-ripple:after {
    content: "";
    background: rgba(255, 255, 255, 0.5);
    display: block;
    position: absolute;
    border-radius: 50%;
    padding-top: 240%;
    padding-left: 240%;
    margin-bottom: 0%;
    margin-left: 0%;
    opacity: 0;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}

.btn-ripple:active:after {
    padding-top: 0;
    padding-left: 0;
    margin-top: 0;
    margin-left: 0;
    opacity: 1;
    transition: 0s
}

.btn-outline-purple {
    /* background: #fff; */
    background: linear-gradient(to right, #9800bc 50%, white 50%);
    background-size: 400% 100%;
    background-position: right bottom;
    transition: all .8s ease-out;
    color: #9800bc;
    border: 2px solid #9800bc;
    border-radius: 50px;
    font-size: 15px;
    letter-spacing: 1.8px;
    height: 50px;
    padding: 0px 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
}

.btn-outline-purple:hover {
    color: #fff;
    background-position: left bottom;
}

.btn-arrow-cf {
    border-radius: 50%;
    width: 38px;
    height: 38px;
    display: inline-block;
    background: #e6e6e6 url(../images/svg/arrow-right.svg) center center no-repeat;
    background-size: 70% 70%;
}

.btn-c-w {
    color: #fff;
    white-space: nowrap;
    font-size: 15px;
    letter-spacing: 1.8px;
    height: 50px;
    padding: 0px 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-weight: 600;
}

.whalf {
    float: left;
    width: 50%;
}

.fs36 {
    font-size: 36px!important;
}

.fs30 {
    font-size: 30px!important;
}

.fs24 {
    font-size: 24px!important;
}

.fs16 {
    font-size: 16px!important;
}

.mt20 {
    margin-top: 20px;
}

.mt70 {
    margin-top: 70px;
}

.mt15 {
    margin-top: 15px;
}

.mt10 {
    margin-top: 10px;
}

.mt5 {
    margin-top: 5px;
}

.mt0 {
    margin-top: 0;
}

.mb0 {
    margin-bottom: 0 !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.pt20 {
    padding-top: 20px;
}

.pt15 {
    padding-top: 15px;
}

.pt10 {
    padding-top: 10px;
}

.pt5 {
    padding-top: 5px;
}

.color-red {
    color: red;
}

.color-violet {
    color: #b75ee3;
}

.fs11 {
    font-size: 11px;
}

.posrel {
    position: relative;
}

.divider {
    height: 1px;
    overflow: hidden;
    background: #dee6f1;
    width: 100%;
    clear: both;
    float: left;
    margin: 60px 0px;
}

.divider-2 {
    height: 1px;
    background: #dee6f1;
    margin: 20px 0px 20px 0px
}

.clearb {
    width: 100%;
    clear: both;
    float: left;
}

.card-columns {
       display: flex;
    flex-flow: column wrap;
    width: 100%;
    height: auto;
    margin-top: 50px;
}

@media screen and (min-width:481px) and (max-width:767px) {
   
}

@media screen and (min-width:320px) and (max-width:480px) {
    .table-responsive {
    box-shadow: 0px 0px 3px rgba(0,0,0,.3);
    }
}


/*default end*/

.outer-header.hidden-fixed .container-fx {
    transition: .5s all;
    top: -80px;
    left: 0px;
    width: 100%;
    position: fixed;
}

.outer-header.fixed .container-fx {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    background: linear-gradient(45deg, rgba(152, 0, 188, 1) 0%, rgba(91, 66, 208, 1) 100%);
    z-index: 1000;
    transition: .5s all;
    /*box-shadow: 0px 1px 14px -1px rgba(152, 0, 188, 1);*/
}

.header {
    float: left;
    width: 100%;
}

.header .flag-hiring,
.skin-white .outer-header.fixed .flag-hiring {
    background: #fff;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    display: inline-block;
    font-size: 12px;
    padding: 5px 10px;
    margin-left: 10px;
    position: absolute;
    top: 7px;
}

.header .flag-hiring a,
.skin-white .outer-header.fixed .flag-hiring a {
    color: #5b3f6c;
}

.skin-white .header .flag-hiring a {
    color: #fff;
}

.skin-white .header .flag-hiring {
    background: #a62ec8;
}

.header .flag-hiring:before,
.skin-white .outer-header.fixed .flag-hiring:before {
    content: '';
    position: absolute;
    background: url(../images/hi-flag-arrow.png) no-repeat;
    width: 10px;
    height: 9px;
    left: -3px;
    bottom: -4px;
}

.skin-white .header .flag-hiring:before {
    background: url(../images/hi-flag-arrow-reverse.png) no-repeat;
}

.site-header {
    position: absolute;
    width: 100%;
    z-index: 9999;
}

.navbar {
    float: left;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
}
.quick-contact {    display: flex;
    justify-content:flex-end;
    align-items: center;
    padding-top: 10px;
    border-bottom: 1px solid rgba(255,255,255,.15);
    padding-bottom: 8px;}
.quick-contact .number a {color:#fff;display: flex;
    justify-content: center;
    align-items: center;}
    .quick-contact .icon.phone-white {margin-right:5px; background-size: 16px;
    width: 16px;
    height: 16px;}
.quick-contact .btn-primary {
    margin-left:15px;
    font-size: 12px;
    letter-spacing: 1.8px;
    height: 30px;
    padding: 0px 20px;
}
.after-qc {padding:5px 0px;}
.after-qc .logo {}
@media screen and (min-width: 768px){
.after-qc .nav-links li:hover .submenu {
    top: 85px;
   
}
.after-qc .nav-links li .d-arrow:after {
    top: -11px;
   
}
.mobileview {display:none;}

}
@media screen and (max-width: 767px){
.after-qc.navbar {
    padding: 10px 0px;
}
.after-qc .nav-icon {margin: 8px 0px 0 0px;}
.quick-contact {display:none;}
.mobileview.quick-contact {display:inline-flex; border: 0px;
    position: absolute;
    right: 70px; top:4px;}
    .quick-contact .icon.phone-white {
   
    background-size: 100%;
    width: 24px;
    height: 24px;
}
}

.logo {
   width: 107px;
    margin-top: 0px;
    float: left;
    background: url(../images/logo.png) no-repeat scroll 0 0;
    height: 36px;
    position: relative;
    z-index: 9999;
    background-size: cover !important;
}

.outer-header {
    position: relative;
}

.nav-links {
    float: right;
    margin-top: 0px;
    margin-left: 0;
}

.nav-links li {
    float: left;
    margin: 0 12px;
    padding: 10px 0px;
}

.nav-links li:last-child {
    margin-right: 0px;
}

.nav-links li a {
    color: #FFF;
    font-family: 'Poppins', sans-serif;
    position: relative;
    font-size: 16px;
}

.nav-links .submenu {
    background: #fff;
    width: 100%;
    padding: 10px;
    margin-top: 10px;
    left: 0px;
}

.nav-links .submenu .service-icon {
    display: none;
}

.nav-links .submenu li {
    display: block;
    padding: 5px 0px;
    width: 100%;
    font-size: 12px;
}

.nav-links .submenu li a {
    color: #666666;
    font-size: 14px;
}
.submenu .service-list .title  {
   margin:0px 12px;
   padding: 5px 0px;
    font-size: 16px;
    font-weight: 600;
}
.submenu .service-list .title a {
    color: #5b3f6c;
    font-size: 16px;
    font-weight: 600;
}

@media screen and (min-width:768px) {
    .nav-links .submenu ul {
        margin-top: 8px;
            margin-bottom: 20px;
    float: left;
    width: 100%;
    }
    .nav-links .submenu {
        position: absolute;
        visibility: hidden;
        opacity: 0;
        top: 90px;
        box-shadow: -3px 2px 21px rgba(0, 0, 0, .5);
        transition: .5s all;
        -webkit-transition: .5s all;
        -moz-transition: .5s all;
        -ms-transition: .5s all;
        -o-transition: .5s all;
    }
    .nav-links li:hover .submenu {
        left: 0px;
        top: 40px;
        opacity: 1;
        visibility: visible;
    }
    .nav-links li .d-arrow:after {
        top: -6px;
        left: 0px;
        transition: .3s all;
        width: 0;
        height: 2px;
        content: '';
        position: absolute;
        background: #fff;
        z-index: 2;
        -webkit-transition: .3s all;
        -moz-transition: .3s all;
        -ms-transition: .3s all;
        -o-transition: .3s all;
    }
    .nav-links li:hover .d-arrow:after {
        width: 100%;
        height: 2px;
    }
    .xs-btn-more {
        display: none
    }
}

@media screen and (max-width:767px) {
    .navContainer {
        overflow: hidden;
    }
    .submenu .container {
        background: #fff;
    }
    .nav-links .submenu {
        position: absolute;
        left: -320px;
        right: auto;
        transition: .3s ease-out;
        -webkit-transition: .3s ease-out;
        -moz-transition: .3s ease-out;
        -ms-transition: .3s ease-out;
        -o-transition: .3s ease-out;
        width: 300px;
        visibility: hidden;
        overflow: hidden;
    }
    .nav-links .submenu.open {
        position: fixed;
        left: 20px;
        top: 40px;
        height: 100%;
        z-index: 1;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        padding-bottom: 100px;
        overflow-y: auto;
        visibility: visible;
    }
    .nav-links .submenu::-webkit-scrollbar {
        width: 0px;
    }
    .nav-links .submenu::-webkit-scrollbar-track-piece {
        background-color: transparent;
    }
    .nav-links .submenu,
    .nav-links .submenu .container {
        padding: 0px;
    }
    .submenu .service-list {
        display: block;
        margin-bottom: 0px;
    }
    .submenu .service-list>div {
        clear: both;
        float: left;
    }
    .submenu .service-list .title {
        margin-top: 0px;
        display: block;
        margin: 0px;
        padding: 5px 0px;
        font-weight:600;
    }
    .submenu .service-list .title a {
        color: #5b3f6c !important;
        font-size: 16px;
        font-weight: 600;
        display: block;
        padding: 0px 0px;
        height: 40px;
        line-height: 40px;
    }
    .xs-btn-more {
        position: absolute;
        right: 0px;
        color: #5b3f6c !important;
        width: 40px;
        height: 40px;
        line-height: 40px;
        top: 0px;
    }
    .submenu.open .xs-btn-more {
        right: inherit;
        left: 0px;
        display: block;
        position: relative;
        top: 10px;
    }
    .nav-links .submenu li a {
  
    padding-left: 13px;
    
}
    .nav-links .submenu ul li a:before {
        content: '\f105';
        position: absolute;
        width: 0px;
        height: 0px;
        font-family: FontAwesome;
        left: 2px;
    }
    .nav-links .submenu ul {
        clear: both;
    }
    .nav-links .submenu li {
        display: block;
        padding: 5px 0px;
        width: 100%;
        font-size: 12px;
        margin: 0px;
    }
    .nav-links>li {
        position: relative;
    }
    .nav-links>li>a {
        color: #000 !important;
        font-size: 16px;
        display: block;
        padding-left: 20px;
        height: 40px;
        line-height: 40px;
    }
    .nav-links li {
        width: 100%;
        margin: 0px;
        padding: 0px;
    }
    .nav-links {
        margin: 0;
        z-index: 5;
        position: fixed;
        padding: 70px 0px 10px 0px;
        width: 320px;
        margin-left: 0px;
        height: 100%;
        overflow-y: hidden;
        overflow-x: hidden;
        overflow-x: auto;
        overflow-y: hidden;
        padding-bottom: 100px;
        transition: .3s ease-out;
        -webkit-transition: .3s ease-out;
        -moz-transition: .3s ease-out;
        -ms-transition: .3s ease-out;
        -o-transition: .3s ease-out;
    }
    .nav-links.slide {
        margin-left: -320px;
    }
    .nav-links .submenu li a {display: block;line-height: 1.5;}
    .scrollStop {
        width: 100%;
        height: 100%;
        overflow: hidden;
    }
    .scrollStop:before {
        content: "";
        width: 100%;
        height: 100%;
        position: fixed;
        background: rgba(0, 0, 0, .5);
        z-index: 99;
        transition: .3s all;
    }
    .scrollStop .nav-left-overlay {
        width: 100%;
        z-index: 1;
    }
    .navContainer {
        width: 320px;
        position: fixed;
        left: -100%;
        z-index: 99;
        top: 0px;
        height: 100%;
        padding: 0px 0 0 0;
        transition: all .5s ease;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        background: #fff;
        box-shadow: 5px 6px 15px rgba(0, 0, 0, .5)
    }
    body.scrollStop .nav-icon.open span {
        background: #fff;
    }
    .navbar>.logo {
        transition: all .5s ease;
    }
    body.scrollStop .navbar .logo {
        background: url("../images/black-logo.png") no-repeat scroll !important;
        background-size: 100% auto!important;
    }
    body.scrollStop .navContainer {
        left: 0px;
    }
    .skin-white .fixed .nav-icon span {
        background: #fff
    }
}

.site-links {
    float: right;
}

.site-links li {
    float: left;
}

.site-links li a,
.site-links li span {
    display: block;
    color: #FFF;
}

.site-links li.tel-no a {
    display: none;
}

.site-links li.tel-no a,
.site-links li.tel-no span {
    line-height: 33px;
    margin-right: 20px;
}

.site-links li.tel-no a .fa,
.site-links li.tel-no span .fa {
    margin-right: 4px;
}

.site-links li.project-btn a {
    padding: 11px 13px;
    text-transform: uppercase;
    background: #F9A623;
    border-radius: 5px;
    font-size: 11px;
    font-weight: 700;
}


/*navigation icon styling*/

.nav-icon {
    width: 34px;
    height: 23px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    float: left;
    z-index: 1;
    margin: 13px 15px 0 0px;
    display: none;
}

.nav-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 50%;
    background: #ffffff;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.nav-icon span:nth-child(even) {
    left: 50%;
    border-radius: 0 9px 9px 0;
}

.nav-icon span:nth-child(odd) {
    left: 0px;
    border-radius: 9px 0 0 9px;
}

.nav-icon span:nth-child(1),
.nav-icon span:nth-child(2) {
    top: 0px;
}

.nav-icon span:nth-child(3),
.nav-icon span:nth-child(4) {
    top: 10px;
}

.nav-icon span:nth-child(5),
.nav-icon span:nth-child(6) {
    top: 20px;
}

.nav-icon.open span:nth-child(1),
.nav-icon.open span:nth-child(6) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.nav-icon.open span:nth-child(2),
.nav-icon.open span:nth-child(5) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.nav-icon.open span:nth-child(1) {
    left: 3px;
    top: 7px;
}

.nav-icon.open span:nth-child(2) {
    left: calc(50% - 1px);
    top: 7px;
}

.nav-icon.open span:nth-child(3) {
    opacity: 0;
}

.nav-icon.open span:nth-child(4) {
    opacity: 0;
}

.nav-icon.open span:nth-child(5) {
    left: 4px;
    top: 19px;
}

.nav-icon.open span:nth-child(6) {
    left: calc(50% - 1px);
    top: 19px;
}


/*header*/

.headmast {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 100vh;
    background: url(../images/hero-bg-ovals.svg) no-repeat center bottom;
}

.headmast .container {
    max-width: 850px;
    margin:0px;
}

.skin-purple.headmast {
    /*height: 60vh*/
}

@media screen and (min-width:1400px) {
    .headmast {
        background-size: cover;
    }
}
@media screen and (min-width:996px) {
    .skin-purple.headmast {
        min-height:45vh;
        max-height:60vh;
    }
}
@media screen and (min-height:800px){
    .headmast.home {height:80vh}
}
@media screen and (max-width:767px) {
    .skin-purple.headmast {
       /* min-height:60vh;
        max-height:80vh;*/
    }
}
.headmast_bg_effect {
    height: 96vh;
    background: -moz-linear-gradient(45deg, rgba(152, 0, 188, 1) 0%, rgba(91, 66, 208, 1) 100%);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(152, 0, 188, 1)), color-stop(100%, rgba(91, 66, 208, 1)));
    background: -webkit-linear-gradient(45deg, rgba(152, 0, 188, 1) 0%, rgba(91, 66, 208, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(152, 0, 188, 1) 0%, rgba(91, 66, 208, 1) 100%);
    background: -ms-linear-gradient(45deg, rgba(152, 0, 188, 1) 0%, rgba(91, 66, 208, 1) 100%);
    background: linear-gradient(45deg, rgba(152, 0, 188, 1) 0%, rgba(91, 66, 208, 1) 100%);
    filter: ;
    progid: DXImageTransform.Microsoft.gradient(startColorstr='#5B42D0', endColorstr='#9800BC', GradientType=1);
    -webkit-filter: ;
}

.svg-bg {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100vh;
}

#svg-bg {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
}

#masked img {
    opacity: .4;
}

.masked-element {
    mask-image: url(../images/headmast.jpg);
    -webkit-mask-image: url(../images/headmast.jpg);
    -webkit-mask-size: 100% 100vh;
    mask-size: 100% 100vh;
    mask-mode: alpha;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
}

.headmast_description {
    max-width: 900px;
    text-align: center;
    color: #fff;
    z-index: 3;
    position: relative;
}

.headmast_description .section_title,
.headmast_description h1 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 1.2;
    margin-top: 10px;
    margin-bottom: 15px;
}

.headmast_description .section_content,
.headmast_description p{
    font-size: 20px;
    line-height: 32px;
    font-weight: 300;
    padding: 0px;
}
.headmast_description h2 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    padding: 0px;
}
.headmast.home .headmast_description .section_content {
    margin-top: 50px !important;
}

.headmast .headmast_description p {
    color:#fff;
}

.headmast_description .section_action {
    margin-top: 50px !important;
}

.headmast .container.container-work {
    height: auto;
}

.headmast_description .headmast-image-outer {
    /*margin-top: 95px;*/
}

.headmast-bottom-image {
    margin-top: 20px;
    margin-bottom: -80px;
}

.circle-bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}

.circle-bg>div {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: absolute;
    background-color: rgba(255, 255, 255, .17);
    transition: 1s all;
    -webkit-transition: 1s all;
    -moz-transition: 1s all;
    -ms-transition: 1s all;
    -o-transition: 1s all;
    width: 0px;
    height: 0px;
}

.circle-bg.active>.circle-bg_1 {
    left: -15%;
    top: -30%;
    transition-delay: 2.3s;
}

.circle-bg.active>.circle-bg_2 {
    right: -15%;
    top: -30%;
    transition-delay: 1.5s;
}

.circle-bg.active>.circle-bg_3 {
    left: 0px;
    right: 0px;
    bottom: 50px;
    margin: auto;
    transition-delay: 1.8s;
}

.circle-bg.active>.circle-bg_4 {
    right: 0;
    margin: auto;
    bottom: -40%;
    left: 0;
    transition-delay: 2.5s;
}

@media screen and (orientation:landscape) and (max-width:767px) {
    .headmast_description .headmast-image-outer {
        /*margin-top: 60px !important;*/
    }
    .headmast .container {
        height: auto !important;
    }
}

@media screen and (min-width:768px) {
    .headmast_description .headmast-image-outer {
        /*margin-top: 95px;*/
    }
}

@media all and (max-width:767px) {
    .background-img {
        height: 100%;
        background-size: auto 100%;
    }
    
    .headmast_description {
        max-width: 100%;
    }
    .headmast_description h1 {
        font-size: 2em;

    }
    .headmast_description p {
        font-size: 1.3em;
    }
    .headmast_description .headmast-image-outer {
        /* margin-top: 180px;*/
    }
    .headmast.skin-white {
        padding-top: 53px;
    }
    .headmast.skin-white .container {
        height: 25vh;
    }
   
}

@media all and (min-width:769px) {
    
}

@media all and (min-width:768px) and (max-width:768px) {
    
}
@media all and (min-width:768px) and (max-width:996px) {
    .headmast {height:60vh}
    .headmast.home {height:100vh !important;}
    
}
@media all and (min-width:768px) {
    .headmast .container {
        display: flex;
        justify-content: center;
        align-items: center;
        /*height: 75vh;*/
    }
    .headmast.skin-white {
        padding-top: 53px;
    }
    .headmast.skin-white .container {
        height: 25vh;
    }
    .headmast.home .container {
        height: 95vh;
    }
    .headmast.home .circle-bg {
        height: 95vh;
    }
    .headmast .circle-bg {
        height: 75vh;
    }
    .headmast_description h1 {
        font-size: 36px;
    }
    .headmast_description p {
        font-size: 18px;
    }
    .headmast .header .tags a {
        margin: 0px 5px;
    }
    .work_info {
        margin: 120px auto 70px auto;
    }
}


/*page-title*/

.page-title {
    font-size: 28px;
    color: #303133;
    font-weight: 600;
    line-height: 1.4;
    margin-top: 40px;
    margin-bottom: 35px;
}


/*page-title*/


/*
.agency-bg {
    background: url('../images/agency-headmast-bg.png') no-repeat center bottom;
    background-size: 100% auto;
}
*/


/*agency*/


/*component*/

.client-list .item {
    width: 200px;
    height: 100px;
    margin-bottom: 10px;
}

.hp-articles {
    padding: 60px 0px;
}

.component_article article:nth-child(even) {
    background: #edf2fa;
}

.component_article_row {
    align-items: stretch;
    padding: 80px 0px;
}

.component_article_row-image {
    text-align: center;
}

.component_article_row-content h2 {
    font-size: 32px;
    color: #5b3f6c;
    margin-bottom: 30px;
    line-height: 1.4;
}

.component_article_row-content h5 {
    font-size: 20px;
    color: #678091;
    font-weight: 400;
    line-height: 1.4;
}

.component_article_row-content-links {
    margin-top: 30px;
    font-size: 16px;
    line-height: 1.4;
}

.component_article_row-content-links a {
    color: #666666;
    position: relative;
}

.component_article_row-content-links a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #666666;
    display: inline-block;
    margin: 0px 8px 0px 8px;
    top: -2px;
    position: relative;
}

.component_article_row-content-links a:last-child:after {
    display: none;
}

.list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 10px;
    clear: both;
    float: left;
    width: 100%;
    max-width: 1000px;
    align-items: stretch;
}

.list .last-full {
    width: 100% !important;
    border-bottom: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.work_section-content-points h5 {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 600;
}

ul.list.col-3 li {
    width: 31.33%;
    margin-right: 2%;
}

ul.list.col-2 {
    justify-content: space-between;
}

ul.list.col-2 li {
    width: 48%;
}

ul.list.mt {
    margin-top: 50px;
}

ul.list li {
    margin-bottom: 10px;
    font-size: 15px;
    justify-content: center;
    color: #828282;
    line-height: 1.4;
    position: relative;
}

ul.list li span {
    display: block;
    /*border-bottom: 1px solid #dee6f1;*/
    padding-bottom: 20px;
    padding-left: 25px;
    height: 100%;
}

ul.list li span .fa {
    color: #b75ee3;
    margin-right: 5px;
    position: absolute;
    left: 0px;
    top: 3px;
}

.list.list-grid li span {
    padding-left: 25px;
}

.list.list-grid li .fa {
    left: 15px;
}

.list.list-grid li {}
.listing-heading {font-size:16px; margin-bottom:10px; font-weight:600; display:block; width:100%;clear:both;float:left;}
@media screen and (min-width:768px) {
    .nb-sm {
        border: 0px !important;
    }
}

@media screen and (max-width:767px) {
    .nb-x {
        border: 0px !important;
    }
}

.read_these {
    padding: 20px;
    border: 1px solid #dee6f1;
}

.read_these .read_these-title {
    color: #3e4650;
    font-weight: bold;
    font-style: normal;
    margin-bottom: 10px;
}

.read_these .read_these-content p {
    font-style: italic;
    color: #6e6e76;
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 10px;
}

.read_these .read_these-content p img {
    vertical-align: middle;
}


/*headmast>home*/


/*
.home-bg .banner-bottom-image {
    width: 100%;
    text-align: center;
    margin-bottom: -90px;
    display: block;
    margin-top: 40px;
}

.home-bg .banner {
    padding-bottom: 0px;
}
*/


/*home*/

.exabyte {
    position: absolute;
    left: 0;
    bottom: 12px;
    font-weight: 700;
    font-style: italic;
    font-size: 14px;
    line-height: 24px;
    color: #FFF;
}

.outer-footer {
    float: left;
    width: 100%;
    padding-top: 60px;
    background: -moz-linear-gradient(45deg, rgba(152, 0, 188, 1) 0%, rgba(91, 66, 208, 1) 100%);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(152, 0, 188, 1)), color-stop(100%, rgba(91, 66, 208, 1)));
    background: -webkit-linear-gradient(45deg, rgba(152, 0, 188, 1) 0%, rgba(91, 66, 208, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(152, 0, 188, 1) 0%, rgba(91, 66, 208, 1) 100%);
    background: -ms-linear-gradient(45deg, rgba(152, 0, 188, 1) 0%, rgba(91, 66, 208, 1) 100%);
    background: linear-gradient(45deg, rgba(152, 0, 188, 1) 0%, rgba(91, 66, 208, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#5B42D0', endColorstr='#9800BC', GradientType=1);
    margin-top:50px;
}

.footer {
    float: left;
    width: 100%;
    padding-bottom: 20px;
}
@media screen and (max-width:767px){
    .outer-footer {padding-top:10px;}
}
.bannerAnimationcontainer {
    position: relative;
    width: 100%;
    float: left;
}


/*homepage*/

@media screen and (min-width:768px) {
    .headmast_bg_effect {
        border-bottom-left-radius: 50% 90%;
        border-bottom-right-radius: 70% 100%;
        width: 120%;
        left: -10%;
        position: relative;
        height: 98vh;
        z-index: 5;
    }
    .headmast_bg_effect:after {
        content: '';
        border-bottom-left-radius: 55% 120%;
        border-bottom-right-radius: 85% 140%;
        width: 110%;
        left: -5%;
        position: absolute;
        height: 102vh;
        z-index: 1;
        background: -moz-linear-gradient(45deg, rgba(152, 0, 188, 1) 0%, rgba(91, 66, 208, 1) 100%);
        background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(152, 0, 188, 1)), color-stop(100%, rgba(91, 66, 208, 1)));
        background: -webkit-linear-gradient(45deg, rgba(152, 0, 188, 1) 0%, rgba(91, 66, 208, 1) 100%);
        background: -o-linear-gradient(45deg, rgba(152, 0, 188, 1) 0%, rgba(91, 66, 208, 1) 100%);
        background: -ms-linear-gradient(45deg, rgba(152, 0, 188, 1) 0%, rgba(91, 66, 208, 1) 100%);
        background: linear-gradient(45deg, rgba(152, 0, 188, 1) 0%, rgba(91, 66, 208, 1) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#5B42D0', endColorstr='#9800BC', GradientType=1);
        opacity: .5;
        z-index: 1;
    }
    .justify-content-center {
        justify-content: center;
    }
}

@media screen and (max-width:768px) {
    .headmast,
    .our_recent_work.section_block {
        background: -moz-linear-gradient(45deg, rgba(152, 0, 188, 1) 0%, rgba(91, 66, 208, 1) 100%);
        background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(152, 0, 188, 1)), color-stop(100%, rgba(91, 66, 208, 1)));
        background: -webkit-linear-gradient(45deg, rgba(152, 0, 188, 1) 0%, rgba(91, 66, 208, 1) 100%);
        background: -o-linear-gradient(45deg, rgba(152, 0, 188, 1) 0%, rgba(91, 66, 208, 1) 100%);
        background: -ms-linear-gradient(45deg, rgba(152, 0, 188, 1) 0%, rgba(91, 66, 208, 1) 100%);
        background: linear-gradient(45deg, rgba(152, 0, 188, 1) 0%, rgba(91, 66, 208, 1) 100%);
        filter: ;
        progid: DXImageTransform.Microsoft.gradient(startColorstr='#5B42D0', endColorstr='#9800BC', GradientType=1);
        -webkit-filter: ;
    }
}

@media screen and (max-width:767px) {
    .btn-primary {
        font-size: 1em;
    }
    .headmast {
        padding: 100px 0px 50px 0px;
        height: auto;
    }
    .headmast_inner {
        padding: 0px 50px;
    }
    .headermast_outer .section_title, .headmast_description .section_title {
        font-size: 2em;
        line-height: 1.4;
    }
    .headmast_inner .section_content, .headmast .headmast_description p {
       /* font-size: 1em;*/
        line-height: 1.4;
    }
    
    .section_block {
        margin-bottom: 50px !important;
    }
    .section_header .title {
        margin-top: 50px !important;
    }
    .our_recent_work {
        padding-top: 50px !important;
    }
    .services_list-wrapper .service_list-item {
        margin-bottom: 40px;
    }
    .services_list-wrapper .service_list-item .title {
        font-size: 1.5em;
    }
    .services_list-wrapper .service_list-item .content {
        font-size: 1em;
        margin-top: 20px;
    }
    .section_block .section_header .title_small {
        font-size: 1.2em;
        font-weight: 400;
    }
    .section_block .section_header .title {
        font-size: 1.6em;
        font-weight: 500;
    }
    .section_block.latest-posts article figure {
        height: auto;
    }
    .section_block.latest-posts .blog_snippet {
        padding: 20px 20px 40px 20px;
    }
    .section_block.latest-posts .article-footer {
        left: 20px;
    }
    .section_block.latest-posts .article-footer .readmore {
        padding: 15px 0px;
    }
    .howto_snippet {
        display: block !important;
    }
    .howto_snippet .left {
        padding-right: 0px !important;
    }
    .start_project .project-container h5 {
        font-size: 1.5em;
        line-height: 1.5;
    }
    .project-container h5 a {
        display: block;
    }
    .our_recent_work .card-columns .card .hover-content .title {
        font-size: 1em !important;
    }
    .howtos .text-left{text-align:center;}
}

.services_list-wrapper {
    margin-top: 80px;
    margin-bottom: 80px;
}

.service_list-item {
    text-align: center;
    margin-bottom: 70px;
}

.services_list-wrapper .service_title {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.services_list-wrapper .service_title a {
    display: flex;
    align-items: center;
}

.services_list-wrapper .service_icon {
    border-radius: 35px;
    background: #9800bc;
    width: 70px;
    height: 70px;
    transition: .5s all;
    -webkit-transition: .5s all;
    display: flex;
    align-items: center;
    justify-content: left;
    overflow: hidden;
    position: relative;
}

.services_list-wrapper .service_icon .icon {
    margin-left: 25px;
}

.services_list-wrapper .service_icon .text {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    white-space: nowrap;
    position: absolute;
    left: 72px;
    width: auto;
    -webkit-transition: .5s all;
}

.services_list-wrapper .service_list-item:hover .service_title .service_icon {
    width:100%;
}

.services_list-wrapper .service_list-item:hover .text {
    left: 60px;
}

.service_list-item .title {
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    color: #303133;
    line-height: 36px;
}

.service_list-item .title a {
    color: #303133;
}

.service_list-item .content {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #828282;
    line-height: 28px;
    margin-top: 44px;
}

.section_block {
    margin-bottom: 150px;
    clear: both;
    float: left;
    width: 100%;
}

.section_header {
    max-width: 800px;
    text-align: center;
    margin: 0px auto !important;
}

.section_header .title_small {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #39363d;
}

.section_header .title {
    font-size: 30px;
    font-weight: 600;
    color: #39363d;
    margin-top: 80px;
    margin-bottom: 60px;
    line-height: 1.5;
}

.content_meta .name {
    text-transform: uppercase;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.content_meta .date {
    display: flex;
    align-items: center;
}

.content_meta .text {
    margin-left: 10px;
}

.our_recent_work {
    
    background: url(../images/case-study-bg.svg) no-repeat center top;
    padding: 150px 0px 100px 0px;
    background-size: 100% auto;
}
.our-work .our_recent_work {background:none !important; padding-top:0px;}
.our_recent_work .section_header .title_small,
.our_recent_work .section_header .title {
    color: #fff;
}
.our_recent_work .grid {width:100%;}

@media screen and (min-width:769px){
    .our_recent_work .grid .grid-item {
       width:33%;
    }
}
@media screen and (min-width:481px) and (max-width:768px){
    .our_recent_work .grid .grid-item {
       width:50%;
    }
}
@media screen and (min-width:320px) and (max-width:480px){
    .our_recent_work .grid .grid-item {
       width:100%;
    }
}
.our_recent_work .grid .grid-item-inner { border-radius: 3px;
    box-shadow: 0px 0px 7px 1px rgba(0,0,0,.2);
    overflow: hidden;  margin:10px; position:relative;}
.our_recent_work .grid .grid-item {position:relative;}
.our_recent_work .grid .grid-item .work-img {
    width: 100%;
    margin-bottom: -3px;
}

.our_recent_work .grid .grid-item .hover-content {
    position: absolute;
    top: 0px;
   left:0;
    width: 100%;
    height: 100%;
    background: rgba(152, 0, 188, .9);
    justify-content: center;
    align-items: center;
    display: flex;
    opacity: 0;
    transition: .2s ease-in-out;
}
.our_recent_work .grid .grid-item .hover-content .client_logo img{
   max-width:150px;
   min-width:100px;
}
.our_recent_work .grid .grid-item .hover-content .inner {
    width: 80%;
    margin: 0px auto;
    text-align: center;
}

.our_recent_work .grid .grid-item .hover-content .title {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    margin: 10px 0px;
    line-height: 1.5;
}

.our_recent_work .card-columns .card .hover-content .btn .icon {
    margin-right: 5px;
}

.our_recent_work .grid .grid-item:hover .hover-content {
    opacity: 1;
   
}

.our_recent_work .card-columns .card:hover .hover-content img {
    width: auto;
    margin-bottom: 20px;
}

.our_recent_work .card-columns .card .hover-content .btn:hover {
    color: #fff;
}

.latest-posts {
    text-align: center;
}

.latest-posts .row>div {
    margin-bottom: 30px;
}

.latest-posts a {
    border: 1px solid #edf2fa;
    text-align: left;
    height: 100%;
    position: relative;
    display:block;
    transition:.3s all;
}
.latest-posts a:hover {
    box-shadow: 0 0 20px 0 #7b7b7b;
}
.latest-posts a:hover .btn-text-link:after{
    width:100%;
}

.latest-posts article figure {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.latest-posts article figure img {
    width: 100%;
}

.latest-posts .blog_snippet {
    padding: 30px;
}

.latest-posts .blog_snippet .content_meta {
    width: 100%;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    color: #39363d;
}

.latest-posts article .post-title {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #39363d;
    margin-top: 20px;
    line-height: 1.5;
    margin-bottom: 10px;
}

.latest-posts .post-title a {
    color: #39363d;
}

.latest-posts p {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #828282;
    margin-bottom: 13px;
    line-height: 1.6;
}

.latest-posts .article-footer {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #828282;
    text-transform: uppercase;
}

.latest-posts .article-footer {
    position: absolute;
    bottom: 20px;
    left: 30px
}

.howtos {}
.howto-img-placeholder {display: flex;
    justify-content: center;
    align-items: center;
    height: 100%; box-shadow: 0px 9px 13px 6px rgba(0, 0, 0, .2); max-width:450px;}
.howto-img-placeholder img{width:100%;}
.howtos figure img {
   
    max-width:445px;
}

.howtos .howtos-post article:nth-child(1) {
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.howto_snippet {
    display: flex;
    align-items: center;
}

.howto_snippet .left {
    padding-right: 40px;
}

.howto_snippet .left .title {
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 20px;line-height:1.7;
    cursor:pointer;
}

.howto_snippet .left p {
    font-size: 15px;
    font-weight: 400;
    color: #828282;
    line-height: 1.6;
}

.howtos .btn-outline-purple {
    min-width: 300px;
    margin-top: 30px;
}

.partners .row>div {
    text-align: center;
}
.partners.section_block {margin-bottom:50px !important;}


/*homepage end*/


/*career*/

.job-list .job {
    padding-bottom: 30px;
    border-bottom: 1px solid #e0e7f2;
    padding-top: 30px;
    transition: .5s ease;
}

.job-list .job:hover {
    background: #edf2fa;
    transition: .5s ease;
    padding-left: 20px;
    cursor: pointer;
}

.job-list .job:last-child {
    border: 0px;
}

.job-list .job_name {
    font-size: 24px;
    color: #3e4650;
    font-weight: 600;
    line-height: 1.4;
}

.job-list .job_meta,
.job_info_meta {
    color: #666666;
    margin-top: 10px;
}

.job-list .job_meta span,
.job_info_meta span {
    padding: 0px 5px;
}

.job-detail {
    max-width: 750px !important;
    width: 100%;
    margin: 0px auto 50px auto;
}

.job_info {
    text-align: center;
    padding: 50px 0px;
}

.job_info_name {
    font-size: 28px;
    color: #5b3f6c;
    font-weight: 600;
    line-height: 1.4;
}

.job_intro {
    font-size: 18px;
    color: #678091;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 20px;
    margin-top: 70px;
}

.job-detail h5 {
    font-size: 18px;
    color: #3e4650;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 20px;
    margin-top: 45px;
}

.job-detail ul li {
    font-size: 15px;
    color: #6e6e76;
    font-weight: 400;
     line-height: 1.6;
    list-style: disc;
    margin-left: 20px;
    margin-bottom: 10px;
}

.job-detail p {
    font-size: 15px;
    color: #6e6e76;
    line-height: 1.6;
    margin-bottom:15px;
}


.job_share {
    margin-top: 30px;
    border-top: 1px solid #dee6f1;
    padding-top: 40px;
    font-weight: 400;
}

.job_share span {
    margin-right: 10px;
}

.job_share a {
    border-radius: 50%;
    width: 36px;
    height: 36px;
    border: 1px solid #dee6f1;
    display: inline-block;
    line-height: 33px;
    text-align: center;
    font-size: 20px;
    color: #3e4650;
    margin: 0px 5px;
    transition: .5s ease;
}

.job_share a:hover {
    background: #9109bf;
}

.job_share a:hover i {
    color: #fff;
}


/*work*/


/*
.headmast_client .page-hm {
    background: none;
}

.page-our-work .banner {
    padding-bottom: 0px !important;
}

.page-our-work .banner-bottom-image {
    margin-bottom: -90px;
    margin-top: 20px;
    float: left;
    display: block;
    width: 100%;
    text-align: center;
}
*/

.page_intro_2 {
    margin: 50px 0px;
    display: flex;
    align-items: center;
}

.page_intro_2-title {
    max-width: 300px;
    width: 100%;
}

.page_intro_2-content {
    padding-left: 50px;
}

.page_intro_2-content p {
    font-size: 16px;
    color: #678091;
    font-weight: 400;
    line-height: 1.5;
    max-width: 740px;
    width: 100%;
    margin: 0px auto;
    margin-top: 30px;
}

.page-intro {
    margin-top:70px;
    margin-bottom:70px;
}

.page-intro-lm {
    margin-top: 140px;
}

.page-intro .page-intro_title,
.page_intro_2-title, .service_section-intro h2 {
    font-size: 28px;
    color: #303133;
    font-weight: 600;
    line-height: 1.5;
}

.page-intro p, .service_section-intro .intro-paragraph {
    font-size: 16px;
    color: #828282;
    font-weight: 400;
    line-height: 1.5;
    width: 100%;
    margin-top: 15px;
}

.page-intro_paragraph p {
    font-size: 16px;
    color: #696969;
    font-weight: 400;
    line-height: 1.4;
    width: 100%;
    margin-top: 30px;
}

.our-work {
    padding: 0px;margin-top:50px;
}

.pg-work {
    margin-top: 0px;
}

.pg-work .work_item {
    position: relative;
    overflow: hidden;
}

.pg-work .work_desc,
.pg-work .work_cn_d {
    width: 80%;
}

.pg-work .work_t {
    font-size: 24px;
}

@media screen and (max-width:767px) {
   
    .pg-work {
        margin-bottom: 40px;
    }
    .our-work {
        margin-top: 20px;
    }
}


/*page headmast color for work*/

.workdetail_hbg-cigna {
    background-image: -moz-linear-gradient( 135deg, rgb(26, 153, 230) 0%, rgb(0, 73, 134) 100%);
    background-image: -webkit-linear-gradient( 135deg, rgb(26, 153, 230) 0%, rgb(0, 73, 134) 100%);
    background-image: -ms-linear-gradient( 135deg, rgb(26, 153, 230) 0%, rgb(0, 73, 134) 100%);
}

.work_info {
    display: flex;
    align-items: center;
    display: -webkit-flex;
    -webkit-align-items: center;
    justify-content: center;
    width: 90%;
}

.work_info .work_info-left {
    border-right: 1px solid #dfdfdf;
    margin-right: 70px;
    flex: 1;
}

.work_info .work_info-left h2 {
    font-size: 32px;
    color: #5b3f6c;
    font-weight: 600;
    line-height: 1.4;
    max-width: 85%;
}

.work_info .work_info-left p {
    max-width: 85%;
    font-size: 18px;
    color: #678091;
    font-weight: 500;
    line-height: 1.4;
    margin-top: 15px;
}

.work_info .work_info-right {
    color: #292929;
    font-weight: 500;
    flex-basis: 30%;
}

.work_info .work_info-right .work_info-row {
    display: flex;
    margin: 15px auto;
}

.work_info .work_info-right .work_info-row>div {
    padding-right: 20px;
}

.work_info .work_info-right .work_info-row p {
    color: #6e6e76;
}

.work_info .work_info-right .work_info-row .work_info-right-text {
    font-size: 16px;
    color: #6e6e76;
    font-weight: 600;
    margin-top: 6px;
    line-height: 1.4;
}

.bg-gray-1 {
    background: #edf2fa
}

.section_header {
    text-align: center;
    margin: 70px 0px;
}

.section_content {
    padding: 0px 0px 70px 0px;
}

.section_content.bg-gray-1 {
    padding: 70px 0px;
}

.section_content .section_content-h5 {
    font-size: 18px;
    margin-top: 50px;
    margin-bottom: 20px;
    font-weight: 600;
}

.section_content p {
    font-size: 15px;
    color: #6e6e76;
    font-weight: 500;
    line-height: 1.5;
    text-align: left;
    margin-bottom: 20px;
}

.section_content .list li {
    width: 100%;
}

.section_header .section_header-title {
    font-size: 32px;
    color: #5b3f6c;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 20px;
}

.section_header p {
    font-size: 20px;
    color: #678091;
    font-weight: 500;
    line-height: 1.4;
    max-width: 700px;
    width: 100%;
    margin: 0px auto;
}

.section_content-figure-center {
    text-align: center;
}

.work_section-enabling {
    padding-bottom: 70px;
}

.work_section-end-result {
    border-top: 1px solid #edf2fa
}

.work_section-screenshot {
    margin-top: 70px;
    background: #edf2fa;
    width: 100%;
    padding: 70px 0px;
}

.work_section-end-result figure img {
    box-shadow: 0px 0px 20px 9px rgba(217, 219, 221, .3);
}

.section_content-slider img {
    box-shadow: 0px 0px 20px 9px rgba(217, 219, 221, .7);
    margin: 0px auto;
}

.section_content-slider .slick-slide {
    padding-top: 20px;
    padding-bottom: 20px;
    opacity: .5;
}

.section_content-slider .slick-slide.slick-current {
    opacity: 1;
}

.responsive-layouts {
    display: flex;
    justify-content: center;
    padding-bottom: 50px;
}

.responsive-layouts figure {
    margin-left: 30px;
    margin-right: 30px;
    transition: .3s all;
    transform: perspective(500px) translate3d(10px, 0, 10px);
    -webkit-transform: perspective(500px) translate3d(10px, 0, 10px);
    -moz-transform: perspective(500px) translate3d(10px, 0, 10px);
    -ms-transform: perspective(500px) translate3d(10px, 0, 10px);
    -o-transform: perspective(500px) translate3d(10px, 0, 10px);
}

.responsive-layouts figure img {
    box-shadow: none;
}

.responsive-layouts figure:last-child {
    padding-right: 20px;
}

.responsive-layouts figure:nth-child(even) img {
    margin-top: 50px;
}

.responsive-layouts figure:nth-child(even) img {
    margin-top: 50px;
}

.responsive-layouts figure {
    transition: .3s all;
    transform: perspective(500px) translate3d(10px, 0, 10px);
    cursor: arrow;
}

.responsive-layouts figure:hover {
    transform: perspective(100px) translate3d(10px, 0px, 0px);
}

.responsive-layouts figure {
    margin-left: 20px;
    margin-right: 20px;
}


/*products*/

.component_article.our_products .hps_cont1 {
    margin-top: 30px;
}

.component_article.our_products article:nth-child(even) {
    background: #fff
}

.component_article.our_products .btn-primary {
    margin-top: 40px;
}


/*contact*/

.query_form .frm-row {
    display: flex;
    /*justify-content: space-around;*/
}

.query_form .frm-row .field {
    position: relative;
    margin-bottom: 35px;
    margin-bottom: 35px;
}

.query_form .frm-row .label {
    color: #999;
    font-size: 14px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    top: 10px;
    left:15px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}
.query_form .file-upload {margin-top:30px; color:#999 !important;}
.query_form .frm-row .field .input-field {
    font-size: 16px;
    padding: 10px 10px 10px 0px;
    display: block;
    width: 300px;
    border: none;
    border-bottom: 1px solid #e0e7f2;
    color: #9109bf;
    width: 100%;
    font-family:'Roboto', sans-serif !important;
}
.query_form .select.input-field {margin-top:24px;}
.query_form .frm-row label.error {
    border-bottom: none !important;
    position: absolute;
    bottom: -18px;
    color: red;
    font-size: 12px !important;
}

.query_form .label.active {
    top: -10px;
    font-size: 12px !important;
    color: #678091;
}

.query_form .bar {
    position: relative;
    display: block;
    width: 100%;
}

.query_form .bar:before,
.query_form .bar:after {
    content: '';
    height: 1px;
    width: 0;
    bottom: 0px;
    position: absolute;
    background: #8911c1;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.query_form .bar:before {
    left: 50%;
}

.query_form .bar:after {
    right: 50%;
}

.query_form .input-field:focus~.bar:before,
.query_form .input-field:focus~.bar:after {
    width: 50%;
}

.query_form .highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}

.query_form .input-field:focus~.highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}

.address-box {
    background: #edf2fa;
    padding-bottom: 50px;
    padding-top: 30px;
    margin-bottom:-50px;
   
}

.address-box_wrapper {
   
  display:flex;
   margin-top:80px;
}

.address-box_wrapper .address-box_address {
    width: 100%;
    background: #fff;
    margin: 0px 10px;
    display: block;
    
    padding:20px;
    border-radius: 5px;
   
}

.address-box_wrapper .address  {
    min-height:140px;
}
.address-box_wrapper .address p {
    margin-bottom: 20px;
}

.address-box_wrapper .address-box_address figure {
    text-align: center;
    width: 100%;
}

.address-box_wrapper .address-box_address h5 {
    font-size: 18px;
    color: #303133;
    font-weight: 600;
    line-height: 1.4;
    margin-top: 10px;
    margin-bottom: 10px;
}

.address-box_wrapper .address-box_address p {
    font-size: 15px;
    color: #828282;
    font-weight: 400;
    line-height: 1.4;
}

.address-box_contactinfo {
    margin: 8px 0px;
}

.address-box_contactinfo a {
        color: #303133;
    display: flex;
    align-items: center;
}

.address-box_contactinfo .icon {
    margin-right: 15px;
}


/* ANIMATIONS ================ */

@-webkit-keyframes inputHighlighter {
    from {
        background: #5264AE;
    }
    to {
        width: 0;
        background: transparent;
    }
}

@-moz-keyframes inputHighlighter {
    from {
        background: #5264AE;
    }
    to {
        width: 0;
        background: transparent;
    }
}

@keyframes inputHighlighter {
    from {
        background: #5264AE;
    }
    to {
        width: 0;
        background: transparent;
    }
}


/*start a project*/

.start_project_wrapper {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    visibility: hidden;
    opacity: 0;
    transition: all 0.8s;
    background: #fff;
}

.start_project_wrapper.open {
    visibility: visible;
    opacity: 1;
}

.form_wrapper {
    color: #fff;
    background: #fff;
    position: fixed;
    border-radius: 3px;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    /*top: 50%;
    left: 50%;
    transform: translateX(100%) translateY(-50%);
    */
    transition: 0.3s ease-in-out;
    overflow: auto;
}

.start_project_wrapper.open .form_wrapper {
    /*transform: translateX(-50%) translateY(-50%);*/
}

.start_project_wrapper .query_form {
    max-width: 800px;
    margin: 0px auto;
    width: 100%;
    padding: 0px 20px;
}

.start_project_wrapper .query_form label {
    font-size: 14px !important;
}

.start_project_wrapper .query_form .input-field {
    font-size: 18px !important;
}

.start_project_close {
    position: fixed;
    top: 10px;
    right: 20px;
}





/*start a project*/


/*agency*/

.agency_team {
    max-width: 600px;
    margin: 0px auto 0px auto;
    text-align: center;
    width: 100%;
    padding: 60px 0px;
    clear: both;
}

.agency_team h4 {
    font-size: 28px;
    color: #333C48;
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: 15px;
}

.agency_team p {
    color: #6E6E76;
    line-height: 1.5;
    font-weight: 400;
    font-size: 18px;
}

.agency_team p a {
    margin-top: 50px;
}


/*agency*/


/* .footer-heading{font-size: 15px;color: #6E6E76;font-weight: 400;margin-bottom: 20px;} */


/* .business-links{float: left;}
.business-links h3{font-size: 15px;font-family: 'latosemibold';}
.business-links p{margin:5px 0 18px;}
.business-links p a{font-size: 16px;color: #6E6E76;} */

.testimonials {
    float: left;
    width: 100%;
    border: 1px solid #dee6f1;
    border-radius: 7px;
    padding: 32px 55px 29px 32px;
}

.testi-left {
    float: left;
    width: 20%;
    text-align: center;
}

.testi-left span {
    display: inline-block;
    border-radius: 50%;
}

.testi-left span img {
    display: block;
    border-radius: 50%;
}

.testi-left h4 {
    font-weight: 700;
    color: #6E6E76;
    margin-bottom: 5px;
    margin-top: 7px;
}

.testi-left p {
    font-size: 12px;
    color: #6E6E76;
    margin-bottom: 13px;
    margin-top:10px;
}

.testi-right {
    float: left;
    position: relative;
    width: 80%;
    padding-left: 8.3%;
    margin-top: 7px;
}

.testi-right p {
    font-size: 16px;
    color: #6E6E76;
    line-height: 28px;
}

.testi-right p .fa {
    position: absolute;
    margin-left: -40px;
    top: -6px;
}

.why-important {
    float: left;
    width: 100%;
}

.why-important h2 {
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 15px;
}

.why-important p {
    font-size: 15px;
    color: #6E6E76;
    line-height: 24px;
}


/*service page*/

.service-list-outer {
    margin-bottom: 100px;
}

.client-list-outer-inner {
    margin-top: 100px;
}

.service-list .service-icon {
    background-image: url(../images/sprite.png);
    background-repeat: no-repeat;
    text-indent: -99999px;
    display: block;
    width: 76px;
    height: 56px;
    margin: 0px auto;
}

.service-list .organic-search {
    background-position: -36px -242px;
}

.service-list .pay-per {
    background-position: -112px -242px;
}

.service-list .email {
    background-position: -190px -242px;
}

.service-list .social {
    background-position: -266px -242px;
}

.service-list .ux-design {
    background-position: -496px -242px;
}

.service-list .development {
    background-position: -336px -242px;
}

.service-list .creative {
    background-position: -36px -374px;
}

.service-list .analytics {
    background-position: -412px -241px;
}

.service-list .content {
    background-position: -109px -373px;
}

.service-list .service-hover .organic-search {
    background-position: -36px -308px;
}

.service-list .service-hover .pay-per {
    background-position: -112px -308px;
}

.service-list .service-hover .email {
    background-position: -190px -308px;
}

.service-list .service-hover .social {
    background-position: -266px -308px;
}

.service-list .service-hover .ux-design {
    background-position: -496px -308px;
}

.service-list .service-hover .development {
    background-position: -336px -308px;
}

.service-list .service-hover .creative {
    background-position: -36px -438px;
}

.service-list .service-hover .analytics {
    background-position: -412px -308px;
}

.service-list .service-hover .content {
    background-position: -109px -438px;
}

.service-list-child {
    position: relative;
    text-align: center;
    min-height: 280px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.service-list h5 {
    font-size: 22px;
    font-weight: 400;
    margin-top: 16px;
    padding: 0px 10px;
}

.service-default h5 {
    color: #5b3f6c;
}

.service-hover {
    opacity: 0;
    background: #a100f3;
    position: absolute;
    width: 100%;
    height: 100%;
    transform: scale(.1);
    -webkit-transform: scale(.1);
    -moz-transform: scale(.1);
    -ms-transform: scale(.1);
    -o-transform: scale(.1);
    transition: .6s ease-in-out;
    -webkit-transition: .6s ease-in-out;
    -moz-transition: .6s ease-in-out;
    -ms-transition: .6s ease-in-out;
    -o-transition: .6s ease-in-out;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-self: center;
    align-items: center;
}

.service-hover h5 {
    margin-bottom: 10px;
    margin-top: 10px;
}

.service-hover h5 a {
    color: #fff;
}

.service-hover ul li {
    margin: 7px 0px;
}

.service-hover ul li a {
    color: #fff;
    font-size: 14px;
    padding: 5px 0px;
}

.service-list .service-list-child:hover .service-hover {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.service_sub_list {
    margin-top: 50px;
    justify-content: center;
    margin-bottom: 60px;
}

.service_sub_list ul>li {
    margin-bottom: 25px;
}

.service_sub_list ul>li article figure {
    width: 100%;
    height: 200px;
    background: #ECF1F7;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service_sub_list ul>li article figure a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 200px;
}

.service_sub_list ul>li article figure .fa {
    color: #b75ee3;
    font-size: 60px;
}

.service_sub_list ul>li article figure .fa.small {
    font-size: 18px;
    position: relative;
    left: -16px;
    top: 22px;
    background: rgba(255, 255, 255, .8);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.service_sub_list ul>li article {
    border-radius: 5px;
    width: 100%;
    position: relative;
}

.service_sub_list .title {
    font-size: 18px;
    color: #303133;
    margin-bottom: 4px;
    font-weight: 600;
}

.service_sub_list p {
    font-size: 15px;
    color: #6E6E76;
    line-height: 1.4;
    margin-top: 10px;
}

.service_sub_list ul>li p:last-child {
    margin-top: 20px;
}

.our_ethos {
    margin-top: 30px;
    position: relative;
}

.our_ethos:before {
    content: '';
    position: absolute;
    left: 17%;
    top: -31px;
    width: 495px;
    height: 495px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 10px solid rgba(237, 242, 250, 1);
}

.slider-article {
    position: relative;
    overflow: hidden;
    height: 300px;
}

.our_ethos article {
    padding-left: 20px;
    transition: .8s all;
    -webkit-transition: .8s all;
    -moz-transition: .8s all;
    -ms-transition: .8s all;
    -o-transition: .8s all;
    position: absolute;
    height: 100%;
    opacity: 0;
    top: 100%;
}

.our_ethos article.active {
    opacity: 1;
    top: 0;
}

.our_ethos article h5 {
    font-size: 22px;
    color: #6E6E76;
    line-height: 1.4;
    margin-bottom: 10px;
    font-weight: 600;
}

.our_ethos article p {
    font-size: 16px;
    color: #6E6E76;
    line-height: 1.4;
}

.our_ethos article p .btn-arrow {
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    background: rgba(161, 0, 243, 1);
    color: #fff;
    padding: 0px 57px 0px 32px;
    position: relative;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
    transition: .3s all;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -ms-transition: .3s all;
    -o-transition: .3s all;
}

.our_ethos article p .btn-arrow:hover {
    background: rgba(138, 1, 207, 1);
}

.our_ethos article p .btn-arrow span {
    position: absolute;
    right: 0px;
    top: 0px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    width: 40px;
    height: 40px;
    background: rgba(138, 1, 207, 1);
    text-align: center;
}

.slider-dots {
    margin-top: 20px;
}

.slider-dots ul li {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    width: 8px;
    height: 8px;
    background: #5c41d0;
    margin: 0px auto 10px auto;
    cursor: pointer;
    position: relative;
    transition: .2s ease-out;
    -webkit-transition: .2s ease-out;
    -moz-transition: .2s ease-out;
    -ms-transition: .2s ease-out;
    -o-transition: .2s ease-out;
}

.slider-dots ul li.active {
    width: 25px;
    height: 25px;
}

.slider-dots ul:before {
    content: '';
    position: absolute;
    height: 300px;
    width: 1px;
    background: #edf2fa;
    margin: auto;
    left: 0;
    right: 0;
}

@media screen and (max-width:767px) {
    .service-list-outer {
        margin-bottom: 30px;
    }
    .our_ethos article {
        padding-left: 0px;
    }
    .our_ethos:before {
        width: 295px;
        height: 295px;
    }
    .slider-dots ul:before {
        height: 1px !important;
        width: 80% !important;
        background: #edf2fa;
        margin: auto;
        left: 0;
        right: 0;
    }
    .slider-dots ul {
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .slider-dots ul li {
        display: inline-block;
        margin: 0 10px
    }
    .our_ethos article {
        padding: 20px;
        left: 0;
    }
}

.how-do-wedo {
    float: left;
    width: 100%;
}

.wedo-left {
    padding-right: 100px;
}

.wedo-left h2 {
    font-size: 28px;
    font-weight: 400;
    color: #333C48;
}

.wedo-left p {
    border-bottom: 1px solid #dee6f1;
    padding-bottom: 63px;
    font-size: 15px;
    padding-top: 9px;
    color: #6E6E76;
    line-height: 24px;
}

.wedo-left p:last-child {
    border-bottom: none;
    padding-bottom: 0;
    padding-top: 23px;
}

.service_section-intro h2 {
   
    margin-bottom: 15px;
}

.service_section-intro .intro-paragraph {
    /*font-size: 18px;
    color: #678091;
    font-weight: 400;
    line-height: 1.4;
    margin-top: 10px;*/
}

.service_section-intro p {
    font-size: 15px;
    color: #6E6E76;
    line-height: 1.8;
}

.service-detail {
    margin-top: 70px;
}

.service-detail .page-intro {
    margin-top: 0px;
}

@media screen and (max-width:767px) {
   .service-detail {
        margin-top: 30px;
   }
}
.service-detail .testimonials {
    margin-bottom: 80px;
    margin-top: 80px;
}

.service-detail .section-tpm {
    margin-top: 50px;
}

.services-row-grid.mt {
    margin-top: 50px;
}

.services-row-grid,
.full-row-grid {
    display: flex;
    clear: both;
    float: left;
    width: 100%;
}

.services-row-grid .desk-padding-r {
    padding-right: 50px;
}

.services-row-grid .col-0,
.full-row-grid .col-0 {
    flex: none
}

.services-row-grid .col-1,
.full-row-grid .col-1 {
    flex: 1
}

.services-row-grid .col-2,
.full-row-grid .col-2 {
    flex: 2
}

.services-row-grid .col-3,
.full-row-grid .col-3 {
    flex: 3
}

.services-row-grid .col-4,
.full-row-grid .col-4 {
    flex: 4
}

.key-services {
    width: 100%;
    margin-top: 3px;
}

.key-services.mt {
    margin-top: 50px;
}

.key-services.white li {
    margin-bottom: 10px;
    background: #fff;
    border-radius: 0px;
    float: left;
    width: 100%;
    padding: 23px 0px 20px 50px;
    position: relative;
    border-top: 1px solid #dee6f1;
}

.key-services li:last-child {
    margin-bottom: 0px;
}

.key-services.white li span {
    left: 0px;
}

.key-services li {
    margin-bottom: 26px;
    background: #ECF1F7;
    border-radius: 5px;
    float: left;
    width: 100%;
    padding: 23px 25px 20px 66px;
    position: relative;
}

.key-services li span {
    position: absolute;
    left: 17px;
    width: 38px;
    text-align: center;
    top: 18px;
}

.key-services li h3 {
    font-size: 15px;
    color: #333C48;
     font-weight: 600;
        font-family: 'Poppins', sans-serif;
    margin-bottom: 4px;
}

.key-services li p {
    font-size: 15px;
    color: #828282;
    line-height: 1.4;
        margin-top: 10px;
}

.thumb-circle-row {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: -50px;
}

.thumb-circle-row>figure {
    margin: 0px 20px 50px 20px;
}

.thumb-circle-row>figure img {
    border-radius: 50%;
    border: 5px solid #dee6f1;
    width: 250px;
    height: 250px;
}


/*
.mob-wedo-left {
    float: left;
    width: 40%;
}

.mob-wedo-left li {
    float: left;
    width: 100%;
    padding: 18px 25px 18px 45px;
    position: relative;
    border-top: 1px solid #dee6f1;
}

.mob-wedo-left li span {
    position: absolute;
    left: -5px;
    width: 39px;
    text-align: center;
}

.mob-wedo-left li h3 {
    font-size: 15px;
    color: #333C48;
    font-family: 'latosemibold';
    margin-bottom: 7px;
}

.mob-wedo-left li p {
    font-size: 14px;
    color: #6E6E76;
    line-height: 23px;
}

.browser-img {
    float: right;
    width: 55%;
}

.mob-wedo-left2 {
    float: left;
    width: 35%;
    margin-left: 5%;
}
*/

.mob-wedo-left2 li {
    float: left;
    width: 100%;
    padding: 18px 25px 18px 45px;
    position: relative;
    border-top: 1px solid #dee6f1;
}

.mob-wedo-left2 li span {
    position: absolute;
    left: -5px;
    width: 39px;
    text-align: center;
}

.mob-wedo-left2 li h3 {
    font-size: 15px;
    color: #333C48;
     font-weight: 600;
        font-family: 'Poppins', sans-serif;
    margin-bottom: 7px;
}

.mob-wedo-left2 li p {
    font-size: 14px;
    color: #6E6E76;
    line-height: 23px;
}

.browser-img2 {
    float: left;
    width: 60%;
}

.firebase {
    background-position: -166px 0;
    width: 24px;
    height: 36px;
    display: block;
}

.tiles-sec {
    float: left;
    width: 100%;
    /*margin-bottom: -60px;*/
}

.tiles-sec ul {
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: left;
}

.tiles-sec ul li {
    padding-bottom: 60px;
}

.tiles-sec ul li span {
    display: block;
    margin-bottom: 25px;
}

.tiles-sec ul li span .fa {
    font-size: 30px;
}

.tiles-sec ul li h3 {
    font-size: 15px;
    margin-bottom: 15px;
    color: #303133;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    line-height: 1.5;
}

.tiles-sec ul li p {
    color:#828282;
    line-height: 1.5;
}

.tiles-sec ul li.list-read-more {
    width: 66.666666%;
    border: 1px solid #dee6f1;
    padding: 30px 0 0 30px;
    border-radius: 4px;
}

.tiles-sec ul li.list-read-more em {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 2px;
}

.tiles-sec ul li.list-read-more em.sel {
    width: 91px;
    height: 18px;
    background-position: 0 -45px;
}

.tiles-sec ul li.list-read-more em.sem {
    width: 79px;
    height: 14px;
    background-position: 0 -83px;
}

.tiles-sec .grow-1 {
    flex-grow: 1
}

.tiles-sec ul li.list-read-more em.gplus {
    width: 18px;
    height: 19px;
    background-position: -2px -118px;
}

.tiles-sec ul li.list-read-more p {
    font-size: 15px;
    font-style: italic;
}

.what-you-get {
    float: left;
    width: 100%;
}

.what-you-get .wfull {
    margin-bottom: 0px;
}

.what-you-get .wfull {
    display: flex;
    justify-content: space-between;
}

.what-you-get-box h2 {
    font-size: 28px;
    color: #333C48;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 15px;
}

.what-you-get-box p {
    font-size: 15px;
    color: #6e6e76;
    font-weight: 500;
    line-height: 1.4;
    margin-top: 15px;
}

.know-your-team {
    float: left;
    width: 100%;
}

.know-team-top {
    padding: 0px 0 117px;
    margin: 0 auto;
    width: 100%;
    max-width: 82%;
    text-align: center;
}

.know-team-top p {
    font-size: 18px;
    color: #828282;
    line-height: 1.5;
    margin-top: 15px;
}

.know-team-bottom {
    display: inline-block;
    width: 100%;
    /* padding-bottom: 151px; */
}

.total-numbers {
    display: inline-block;
    width: 33%;
    text-align: center;
    vertical-align: bottom;
}

.total-numbers p {
    font-weight: 600;
    color: #6E6E76;
    margin-top: 10px;
    font-family: 'Poppins', sans-serif;
    line-height:1.5;
    padding:0px 20px;
    margin-bottom: 30px;
}

.total-numbers div {
    font-weight: 300;
}

.total-numbers div.number1 {
    font-size: 90px;
}

.total-numbers div.number2 {
    font-size: 155px;
}

.text-gradient {
    color:#857adf;
    /*background: linear-gradient(to right, #bc6ee5 0%, #857adf 100%);*/
    /*filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#bc6ee5, endColorstr=#857adf);
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
}

.request-box_inner {
    float: right;
    width: 90%;
    border-radius: 5px;
    box-shadow: 1px 1px 16px 0px rgba(0, 0, 0, 0.1);
    margin-left: 3.4%;
    margin-top: 15px;
    margin-bottom: 15px;
    position: relative;
    display: block;
  
    align-items: center;
    padding: 15px;
}

.request-box_inner .icon {
    flex-basis: 90px;
    text-align: center;
    display:none;
}

.request-box_text {
    padding-right: 10px;
}

.request-box_inner p {
    font-size: 14px;
}

.notify-bell {}

.request-box h4 {
  
    font-size: 16px;
    font-weight: 700;
    color: #39363d;
}

.request-box p {
    color: #6E6E76;
    margin-top: 6px;
    line-height: 1.4;
}
.request-box_btn {margin-top:10px;}
.request-box a {
    font-size: 12px;
    font-weight: 700;
    background: #b75ee3;
    padding: 12px 15px;
    text-transform: uppercase;
    border-radius: 5px;
    color: #fff;
    margin: 0;
    display: inline-block;
}

.get-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    clear: both;
}

.get-links li {
    padding: 0px 10px;
    margin-bottom: 15px;
    flex: 33.33%;
    padding-right: 5%;
    margin-bottom: 15px;
}

.get-links li span {
    display: block;
    border-bottom: 1px solid #dee6f1;
    color: #333C48;
    padding-bottom: 15px;
    font-family: 'latosemibold';
}

.get-links li span .fa {
    color: #b75ee3;
    margin-right: 5px;
}

.get-links li span.bb-none {
    border-bottom: none;
}

.logos {
    float: left;
    width: 100%;
    border-top: 1px solid #dfdfdf;
    padding-top: 10px;
    margin-bottom: -50px;
}
@media screen and (min-width:768px){
 .logos {
    border-top: 1px solid #dfdfdf;
    padding-top: 10px;
 }   
}


.logos .logo-item {
   
    height: 95px;
    display: table;
    text-align:center;
}

.logos .logo-item figure {
   
    display:inline-block;
    text-align:center;
}
.logos .logo-item figure img {
   
opacity:.7;
transition:.3s all;
}
.logos .logo-item figure:hover img {
   
opacity:1;
}


.top-footer {
    float: left;
    width: 100%;
    position: relative;
    padding: 0px;
}

.footer-menu-links {
    display: block;
    margin-bottom: 30px;
}

.footer-menu-links>.title {
    font-size: 16px;
    color: #fff;
    padding-right: 15px;
    font-family:'Poppins', sans-serif;font-weight:600;
}

.footer-menu-links li {
    display: block;
    margin-top: 15px;
    padding-right: 15px;
}

.footer-menu-links li a {
    display: block;
    font-size: 13px;
    color: #fff;
}

.newsletterContainer {
    margin-bottom: 20px;
}

.newsletterContainer .title {
    font-size: 15px;
    color: #fff;
    margin-bottom: 15px;
    padding-right: 15px;
}

.newsletterContainer p,
.newsletterContainer p a {
    color: #fff;
    font-size: 13px;
    line-height: 16px;
}

.newsletterContainer p a {
    text-decoration: underline;
}

.newsletterform {
    margin-top: 25px;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}
.newsletterform .alert {line-height: 1.5;
    background: #fff;
    border-radius: 3px;
    padding: 8px; color:#9800bc;}
.newsletterform input[type="text"] {
    width: 100%;
    border: 0px;
    height: 38px;
    padding: 3px 10px;
    font-size: 12px;
    color: #6f8797;
}

.newsletterform input[type="submit"] {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 60px;
    height: 100%;
    border: none;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    background: #ffbe2b;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
}

.footer-social-links {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 10px;
}

.footer-social-links>h3 {
    font-size: 15px;
    color: #fff;
    margin-bottom: 7px;
    padding-right: 15px;
}

.footer-menu-links .title-m {
    display: none;
}

.footer-social-links ul {
    list-style: none;
}

.footer-social-links ul li {
    color: #9a9a9a;
    font-size: 0px;
    display: inline-block;
    padding-right: 5px;
}

.footer-social-links ul li a {
    color: #9a9a9a;
    font-size: 12px;
    line-height: 16px;
}

.bottom-footer {
    text-align: left;
    float: left;
    width: 100%;
    color: #fff;
    font-size: 12px;
    line-height: 1.5;
}

.bottom-footer a {
    color: #fff;
    font-size: 12px;
}

.footer-bottom-links {
    float: right;
}

.footer-bottom-links li {
    float: left;
    margin: 0 3px;
}

.footer-bottom-links li a {
    font-size: 12px;
    color: #333C48;
}

/*work*/
@media screen and (min-width:1369px){
    .work.headmast {min-height:80vh !important;}

}
@media screen and (min-width:768px) and (max-width:1368px){
    .work.headmast {max-height:100vh !important;}

}
@media screen and (min-width:768px){
    
    .work.headmast .container {max-width:1200px !important; justify-content: space-between !important;}
    
    .work.headmast .headmast_description { max-width:60%;}
    .work.middle-section .full-row  {margin-top:50px; margin-bottom:50px; }
    .work.middle-section figure.full-row  {text-align:center;}
}
@media screen and (max-width:767px){
    .work.headmast {}
.work.headmast .headmast_description { max-width:100%; margin-bottom:15px;}
.work.middle-section .full-row  {margin-top:20px; margin-bottom:10px;}
.work.middle-section .page-intro {
margin-top: 20px;
    margin-bottom: 20px;
}
.work.middle-section .page-intro p {
    font-size: 1em;
}
.work.middle-section .page-intro .page-intro_title {
    font-size: 1.5em;
}
.work-header {top:10px;}
.work-header   .col-8 img {height:70px;}
}
.back_link {color:#fff; font-family:'Poppins', sans-serif; font-weight:600; font-size:16px;     float: right;
    margin-top: 12px;}
.work-header {    position: absolute;top: 20px; left: 0px;z-index: 1;width: 100%; z-index:10; padding-bottom: 20px;}


.work.headmast .container {max-width:1200px !important; align-items: flex-start; }
.work.headmast .headmast_description {text-align:left;}
.work.headmast .services-links .title {font-size:16px; color:#fff; text-transform:uppercase; margin-bottom:20px; }
.work.headmast .services-links ul li  {margin-bottom:10px; }
.work.headmast .services-links ul li a {font-size:14px; color:#fff; text-transform:uppercase;  text-decoration:underline;}
.work.middle-section .page-intro {
margin-right: -15px;
    margin-left: -15px;
}
.work.middle-section {
    display: block !important;
}

.work.middle-section .full-row img {max-width:100%;}
.next_casestudy .next_link{font-size:16px; text-transform:uppercase; color:#39363d; font-family:'Poppins',sans-serif; font-weight:600;}
@media screen and (max-width:767px){
 

}
/*start a project*/

.start_project .container {
    padding: 0px !important;
    height: 150px;
    align-items: center;
    justify-content: center;
    display: flex;
    text-align: center;
}

.project-container {
    padding: 0px 10px;
    width: 100%;
    position: relative;
    background: -moz-linear-gradient(45deg, rgba(152, 0, 188, 1) 0%, rgba(91, 66, 208, 1) 100%);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(152, 0, 188, 1)), color-stop(100%, rgba(91, 66, 208, 1)));
    background: -webkit-linear-gradient(45deg, rgba(152, 0, 188, 1) 0%, rgba(91, 66, 208, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(152, 0, 188, 1) 0%, rgba(91, 66, 208, 1) 100%);
    background: -ms-linear-gradient(45deg, rgba(152, 0, 188, 1) 0%, rgba(91, 66, 208, 1) 100%);
    background: linear-gradient(45deg, rgba(152, 0, 188, 1) 0%, rgba(91, 66, 208, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#5B42D0', endColorstr='#9800BC', GradientType=1);
}

.project-container h5 {
    font-size: 32px;
    color: #fff;
    font-weight: 400;
}

.project-container h5 a {
    color: #fff;
    font-weight: bold;
}
.sp_wrapper {    bottom: -50px;
    position: relative;}
.sp_wrapper .start_project {margin-bottom:0px;}
.sp_wrapper .project-container {background:#edf2fa !important}
.sp_wrapper .project-container h5, .sp_wrapper .project-container h5 a {
    
    color: #3e4650;
    
}

.scroller {
    float: left;
    width: 42%;
    margin-left: 7%;
    overflow: hidden;
    padding: 26px 0px 20px 20px;
}

.timeline {
    float: left;
    width: 100%;
    background: url('../images/ellipsis.png') no-repeat scroll 0 0;
    padding-left: 3px;
}

.timeline ul {
    float: left;
    width: 100%;
    padding-left: 18px;
    position: relative;
    height: 274px;
}

.timeline ul li {
    float: left;
    width: 90%;
    margin-bottom: 14px;
    position: relative;
    margin-top: 0;
}

.timeline ul li a {
    background: #FFF;
    border-radius: 15px;
}

.timeline ul li:nth-child(1) {
    animation: movetop .3s;
}

.timeline ul li:nth-child(2) {
    animation: movetop .6s;
    margin-bottom: 36px;
}

.timeline ul li:nth-child(3) {
    animation: movetop .9s;
}

.timeline ul li:nth-child(1) a {
    margin-top: 0px;
    transition: all .5s;
    opacity: .6;
}

.timeline ul li:nth-child(2) a {
    animation: active .9s steps(20) forwards;
    margin-top: 5px;
    margin-bottom: 15px;
    left: 20px;
}

.timeline ul li:nth-child(3) a {
    transition: all .5s;
    margin-top: 0px;
    opacity: .6;
}

@-webkit-keyframes movetop {
    0% {
        top: 100px;
    }
    100% {
        top: 0;
    }
}

@-webkit-keyframes active {
    0% {
        transform: scale(1);
        transform-origin: left bottom;
        opacity: .6;
    }
    100% {
        transform: scale(1.1);
        transform-origin: left bottom;
        opacity: 1;
    }
}

.timeline ul li a {
    display: block;
    padding: 13px 22px 18px 18px;
}

.timeline ul li a .left-square {
    float: left;
    border-radius: 5px;
    background: #6524b1;
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.timeline ul li a .time-head {
    font-size: 12px;
    color: #3D4550;
    font-weight: 700;
    margin-bottom: 9px;
    display: block;
    font-family: 'latosemibold';
}

.timeline ul li a .time-line {
    height: 6px;
    border-radius: 3px;
    background: #e1e9f2;
    display: block;
    margin-left: 30px;
    margin-top: 4px;
}

.timeline ul li em {
    position: absolute;
    background-color: #fff;
    left: -25px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    top: 28%;
}

.up-arrow {
    background-position: -587px -1px;
}

.tick-sign {
    background-position: -586px -53px;
}

.down-arrow {
    background-position: -586px -94px;
}

.expand1 {
    -webkit-animation-delay: 0.7s;
    -moz-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

.expand2 {
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    animation-delay: 12s;
}

.expand3 {
    -webkit-animation-delay: 26s;
    -moz-animation-delay: 26s;
    animation-delay: 26s;
}


/*local search page styling starts*/

.bb-top {
    border-top: 1px solid #dee6f1;
}

.circle-images {
    float: left;
    width: 100%;
    margin-bottom: 70px;
}

.circle-images li {
    float: left;
    width: 33.333333%;
    text-align: center;
}

.circle-images li span {
    display: inline-block;
    border-radius: 100%;
    border: 5px solid #dee6f1;
}

.circle-images li span img {
    display: block;
    border-radius: 100%;
}

.org-sprite {
    background-image: url("../images/organisation-sprite.png");
    background-repeat: no-repeat;
}

.partner-logo {
    float: left;
    width: 100%;
    margin-top: 50px;
}

.partner-logo li {
    float: left;
    width: 33.333333%;
    margin-bottom: 28px;
}

.partner-logo li span {
    display: block;
    width: 106px;
    height: 39px;
}

.partner-logo li .partner-logo1 {
    background-position: 0 0;
}

.partner-logo li .partner-logo2 {
    background-position: -130px 0;
}

.partner-logo li .partner-logo3 {
    background-position: -254px 0;
}

.partner-logo li .partner-logo4 {
    background-position: 0 -70px;
}

.partner-logo li .partner-logo5 {
    background-position: -110px -70px;
}


/*local search page styling ends*/


/* faq page styling starts */

.faq-box {
    padding-bottom: 150px;
    float: left;
    width: 100%;
}

.faq-heading {
    font-size: 32px;
    font-weight: 400;
    color: #3D4550;
    margin: 86px 0 50px;
}

.faq-heading .fa {
    margin-right: 9px;
}

.faq-left {}

.accordion-outer {
    padding: 26px 30px 0px 30px;
    border-radius: 2px;
    box-shadow: -1.879px 0.684px 5px 0px rgba(0, 0, 0, 0.1);
}

.accordion-outer h2 {
    font-size: 15px;
    color: #333C48;
    font-weight: 400;
    margin-bottom: 30px;
    font-family: 'latosemibold';
}

.accordion-outer h2 .fa {
    margin-right: 6px;
}

.faq-quesans {
    float: left;
    width: 100%;
}

.faq-quesans li {
    margin-bottom: 30px;
    padding: 29px 20px 24px 46px;
    position: relative;
    border-radius: 2px;
    box-shadow: -1.879px 0.684px 5px 0px rgba(0, 0, 0, 0.1);
}

.faq-quesans li span {
    position: absolute;
    left: 5px;
    width: 39px;
    text-align: center;
}

.faq-quesans li h3 {
    font-size: 15px;
    color: #333C48;
    margin-bottom: 3px;
    font-family: 'latosemibold';
}

.faq-quesans li p {
    font-size: 15px;
    color: #6E6E76;
    line-height: 24px;
}

.accordion h3 {
    font-size: 15px;
    color: #333C48;
    font-weight: 400;
    cursor: pointer;
    padding: 20px 0;
    border-top: 1px solid #dee6f1;
    font-family: 'latosemibold';
}

.accordion h3 .fa {
    float: right;
}

.accordion h3 .fa-caret-down {
    display: none;
}

.accordion h3.active .fa-caret-right {
    display: none;
}

.accordion h3.active .fa-caret-down {
    display: block;
}

.accordion div {
    display: none;
    padding-bottom: 30px;
    line-height: 23px;
}


/* .accordion div.active{display: block;} */

.accordion div strong {
    font-weight: 700;
}


/* faq page styling ends */

.middle-section {
    float: left;
    width: 100%;
}

.middle-section.home .container {
    max-width: 1200px;
}

.middle-section .container {
   /* max-width: 996px;*/
}


/* blog home page styling starts */

.blog-nav {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 10
}

.blog-nav .container {
    height: auto !important;
}

.blog-nav-btn {
    position: absolute;
    left: 50%;
    top: -21px;
    width: 41px;
    height: 41px;
    border-radius: 100px;
    background-color: #bd6ee5;
    background-image: url('../images/sprite.png');
    background-repeat: no-repeat;
    z-index: 11;
    border: 1px solid #bd6ee5;
    background-position: -218px 4px;
    margin: -1px 0 0 -20px;
}

.blog-nav-btn.active {
    background-color: #FFF;
    background-position: -264px 3px;
}

.blog-nav-overlay {
    display: none;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 2;
    width: 100%;
}

.blog-navigation {
    float: left;
    width: 100%;
    display: none;
}

.blog-navigation-list {
    float: left;
    width: 100%;
    margin-top: 46px;
    padding-bottom: 40px;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}

.blog-navigation li {
    float: left;
    width: 33.333333%;
    padding: 0 0 0 53px;
}

.blog-navigation li a span {
    display: block;
    color: #6E6E76;
    font-size: 16px;
}

.blog-navigation li a small {
    display: block;
    font-size: 14px;
    color: #8879E0;
    line-height: 129%;
}

.blog-navigation li a hr {
    width: 20px;
    height: 2px;
    border-width: 2px;
    border-color: #bd6ee5;
    display: inline-block;
}

.blog-list-sec {
    float: left;
    width: 100%;
    padding-bottom: 87px;
}


/* .blog-list{float: left;width: 100%;column-count:2; column-gap:27px;margin-top: 49px;} */

.blog-list {
    float: left;
    width: 100%;
    margin-top: 49px;
}


/* .blog-list li{float: left;width: 100%;break-inside: avoid; margin-bottom: 31px;text-align: center;} */

.blog-list li:hover .btn-text-link:after,
.blog-list li:hover .btn-text-link:before,
.btn-text-link:hover:before {
    transform: scaleX(1);
}

.blog-list li {
    float: left;
    width: 30%;
    margin-bottom: 31px;
    text-align: left;
    padding-top: 0px;
    border: 1px solid #edf2fa;
}
/*.blog-list li:hover .btn-text-link:after {width:100%;}*/
.blog-list li h3 {
    font-size: 22px;
    margin-top: 15px;
    line-height: 27px;
}

.blog-list li h3 a {
    color: #333C48;
}

.border-icon,
.loader {
    opacity: 0;
}

.loader {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.loader img,
.border-icon img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}


/* .border-icon{position: absolute;left: 18px; top: 17px; width:calc(100% - 36px); height: 90%;height:calc(100% - 31px);border: 1px solid #fff;} */

.border-icon {
    position: absolute;
    left: 18px;
    top: 17px;
    width: calc(100% - 36px);
    height: 90%;
    height: calc(100% - 31px);
    /* border: 1px solid #fff; */
}

.border-icon .fa-file-text-o {
    color: #fff;
    font-size: 42px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -18px 0 0 -21px;
}

.blog-img-holder {
    display: block;
    position: relative;
    overflow: hidden;
}

.blog-img-holder>a {
    display: inline-block;
    position: relative;
    background: #DCDCDC;
}

.blog-img-holder img {
    display: block;
    transition: .3s all;
}

.blog-tile-link {
    font-size: 12px;
    color: #6E6E76;
    margin-top: 10px;
    line-height: 18px;
}

.blog-tile-link a {
    color: #b75ee3;
}

.blog-date {
    font-size: 11px;
    margin-top: 18px;
    color: #838383;
}

.blog-date a {
    color: #838383;
}

.blog-tile-txt {
    font-size: 14px;
    margin-top: 18px;
    line-height: 24px;
    margin-bottom: 24px;
    color: #6E6E76;
}

.blog-tile-txt p {
    color: #6E6E76;
}


/* h1 { position:relative;color: #666;display:inline-block; margin:0;text-transform:uppercase;text-align:center;line-height:1.2em; } */


/*.black-overlay {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .35);
        opacity: 0;
    }*/

.bodyoverlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    display: none;
    z-index: 50
}

.blog-list li p.wfull {
    margin-bottom: 20px;
    text-align:left;
        font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #828282;
    text-transform: uppercase;
}
.blog-list li:after {content:''; width:0; height:3px; background:#b75ee3;position: absolute;
    bottom: 0px; transition:.3s all;}
.blog-list li:hover:after {width:100%;}

.blog-content-sec {
    padding: 0 20px;
}

.blog-list li:hover {
    box-shadow: 0 0 20px 0 #7b7b7b;
    transition: .2s;
}


.blog-list li:hover img {
    transform: scale(1.2);
}


/* .blog-list li:hover .blog-read-more{color: #b75ee3;border-top: 1px solid #b75ee3;border-bottom: 1px solid #b75ee3;transition: .5s;} */

.pagination {
    
    width: 100%;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
    justify-content:center;
    align-items:center;
}

.pagination {
    display: flex;
        flex-wrap: wrap;
}

.pagination li {
   
   
   
    border: 1px solid #eaeaea;
    margin: 0 4px 4px;
}



.pagination li:hover,
.pagination li.active {
    border-color: #b75ee3;
    
}
.pagination li.active span, .pagination li:hover a {
   color:#b75ee3 !important;
    
}
.pagination li.disabled {
    border-color: #eaeaea !important;
    
}

.pagination li a, .pagination li span {
   
    width: 100%;
   
    padding: 12px 15px;
    color: #A3A3A3;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination li:hover a,
.pagination li.active a {
    color: #747474;
}

.pagination li a span {
    display: table-cell;
    vertical-align: middle;
}

.overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .35);
    display: none;
}

.border-icon {
    transition: 2s;
    -webkit-transition: 2s;
    display: none;
}

.border-icon::before,
.border-icon::after {
    width: 100%;
    height: 100%;
    z-index: 3;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(0);
    -webkit-transition: .3s;
    transition: .3s;
}

.border-icon::before {
    border-bottom: 1px solid #FFF;
    border-left: 1px solid #FFF;
    transform-origin: 0 100%;
}

.border-icon::after {
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
    transform-origin: 100% 0%;
}


/* .border-icon:hover::after, .border-icon:hover::before {-webkit-transform: scale(1); } */

.blog-list li:hover .border-icon::after,
.blog-list li:hover .border-icon::before {
    transform: scale(1);
}


/* blog home page styling ends */


/* blog detail page starts here */

.blog-detail-header-top {
    margin: 68px auto 89px;
    width: 100%;
    max-width: 564px;
    float: none !important;
}

.tags a {
    border: 1px solid #fff;
    display: inline-block;
    font-size: 11px;
    color: #fff;
    padding: 0 11px 0 11px;
    line-height: 23px;
    text-transform: uppercase;
    transition: .3s all ease-in;
}

.tags a:hover {
    background: #fff;
    color: #9109bf
}

.blog-detail-header-top h1 {
    font-size: 30px;
    font-family: 'latosemibold';
    color: #FFF;
    line-height: 37px;
    margin-top: 24px;
}

.headmast_description hr {
    width: 40px;
    height: 1px;
    border-color: #FFF;
    display: inline-block;
    margin: 0px 0 25px 0;
}

.headmast_description ul {
    width: 100%;
    text-align: center;
}

.headmast_description ul li {
    display: inline-block;
    vertical-align: top;
    padding: 0 10px 0 12px;
    border-right: 1px solid #fff;
}

.headmast_description ul li:last-child {
    border-right: none;
}

.headmast_description ul li p {
    font-size: 14px;
    color: #FFF;
    text-transform: uppercase;
}

.blog-detail-wrapper {
    margin: 50px auto 0;
    width: 100%;
    max-width: 811px;
}
.blog-detail-wrapper .start_project {margin-bottom:0px;}
.blog-detail-wrapper .start_project .container {min-height:80px; height:auto;}
.blog-detail-wrapper .project-container h5 {font-size:26px;}
.blog-detail-sec {
    float: left;
    width: 100%;
}

.blog-detail-sec h2 {
    font-size: 24px;
    line-height: 34px;
    color: #333C48;
    font-weight: 700;
    margin-bottom: 13px;
}

.blog-detail-sec h3 {
    font-size: 22px;
    line-height: 34px;
    color: #333C48;
    font-weight: 700;
    margin-top: 8px;
    margin-bottom: 12px;
}

.blog-detail-sec h4 {
    font-size: 20px;
    line-height: 34px;
    color: #333C48;
    font-weight: 700;
}

.blog-detail-sec h5 {
    font-size: 18px;
    line-height: 34px;
    color: #333C48;
    font-weight: 700;
}

.blog-detail-sec h6 {
    font-size: 22px;
    line-height: 32px;
    color: #333C48;
    margin: 0 0 34px 0;
}

.blog-detail-sec span {
    display: block;
    text-align: center;
    margin-bottom: 31px;
}

.blog-detail-sec p img {
    display: block;
    margin: 0 auto;
    height: auto !important;
}

.blog-detail-sec p {
    font-size: 15px;
    line-height: 2;
    color: #6e6e76;
    margin-bottom: 20px;
}

.blog-detail-sec a {
    color: #b75ee3;
    text-decoration: underline;
}

.blog-detail-sec ol {
    list-style: decimal;
    list-style-position: inside;
    padding: 5px 0 22px 29px;
}

.blog-detail-sec ol li {
    font-size: 15px;
    line-height: 26px;
    color: #6e6e76;
    line-height: 2;
}

.blog-detail-sec ul {
    list-style: disc;
    list-style-position: outside;
    padding: 0px 0 22px 29px;
    margin-top: 0px;
}
.blog-detail-sec ul ul, .blog-detail-sec ul ol{
    padding: 10px 0 0px 29px;
    
}

.blog-detail-sec ul li {
    font-size: 15px;
    line-height: 26px;
    color: #6e6e76;
    line-height: 1.6;
    margin-bottom:15px;
}

.blog-detail-sec table {
    border-radius: 3px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.15);
}

.blog-detail-sec table tr {
    border-bottom: 1px solid #dbdbdb;
    text-align: left;
}

.blog-detail-sec table strong {
    font-size: 14px;
    font-weight: 700;
    color: #333c48;
}

.blog-detail-sec table th {
    padding: 9px 0 9px 18px;
    line-height: 16px;
}

.blog-detail-sec table td {
    font-size: 14px;
    color: #6E6E76;
    padding: 10px 0 10px 18px;
    line-height: 21px;
}

.blog-detail-sec table li {
    list-style: disc;
}

.blog-detail-sec blockquote {
    border-radius: 3px;
    border: 1px solid #dee6f1;
    margin: 53px 0 50px 0;
    display: block;
    position: relative;
    padding-bottom: 31px;
}

.blog-detail-sec blockquote p {
    font-size: 16px;
    color: #6E6E76;
    margin: 0;
    padding: 40px 20px 0 64px;
    line-height: 27px;
}

.blog-detail-sec blockquote em {
    position: absolute;
    left: 25px;
    top: 33px;
}

.blog-detail-sec blockquote span {
    text-align: left;
    font-size: 14px;
    color: #6E6E76;
    margin: 8px 0 0 65px;
}

.social-list {
    width: 36px;
}

.social-list ul {
    float: left;
    width: 100%;
}

.social-list ul li {
    display: table;
    height: 36px;
    width: 36px;
    margin-bottom: 12px;
    transition: .3s all;
}

.social-list ul li a {
    display: table-cell;
    border: 1px solid #dcdcdc;
    border-radius: 100px;
    text-align: center;
    vertical-align: middle;
    transition: .3s all;
    transform: scale(.9);
}

.social-list ul li a .fa {
    color: #3D4550;
    font-size: 20px!important;
    transition: .3s all;
}

.social-list ul li:hover a {
    background: #b75ee3;
    border-color: #b75ee3;
    transform: scale(1.05);
}

.social-list ul li:hover a .fa {
    color: #fff;
}

.comments {
    text-align: center;
}

.comments a {
    background-color: #b75ee3;
    background-position: -314px 11px;
    display: inline-block;
    width: 36px;
    height: 36px;
    border-radius: 100px;
}

.comments span {
    display: block;
    font-size: 18px;
    color: #3E4650;
    margin-top: 9px;
}

.comments p {
    font-size: 12px;
    color: #3E4650;
    margin-top: 9px;
}

.might-like {
    float: left;
    width: 100%;
}

.might-like h3 {
    font-size: 16px;
    color: #333C48;
    font-weight: 700;
    padding: 30px 0 0;
}

.blog-prev-next {
    float: left;
    width: 100%;
    padding: 40px 0 50px;
    border-bottom: 1px solid #DBDBDB;
    border-top: 1px solid #DBDBDB;
    margin-top: 40px;
}

.blog-prev-next ul {
    display: block;
}

.blog-prev-next ul li:first-child {
    float: left;
    width: 40%;
}

.blog-prev-next ul li:first-child .fa {
    margin-right: 10px;
}

.blog-prev-next ul li:last-child {
    float: right;
    width: 40%;
}

.blog-prev-next ul li:last-child .fa {
    margin-left: 10px;
}

.blog-prev-next ul li a {
    font-size: 14px;
    color: #6E6E76;
    line-height: 26px;
    text-transform: uppercase;
}

.blog-prev-next ul li a .fa {
    display: inline-block;
    vertical-align: bottom;
    line-height: 100%;
}

.blog-prev-next ul li p {
    font-size: 18px;
    font-weight: 700;
    color: #333C48;
    line-height: 24px;
    margin-top: 6px;
}

.about-author {
    float: left;
    width: 100%;
}

.author-quote-sec {
    float: left;
    width: 100%;
    margin-top: 20px;
    border-top: 0px solid #dbdbdb;
}

.author-quote {
    float: left;
    width: 100%;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    position: relative;
    margin-top: 32px;
}

.author-quote>.row:first-child {
    align-items: center
}

.author-img {
    border-radius: 100px;
    border: 1px solid #dbdbdb;
    padding: 2px;
    width: 69px;
    height: 69px;
    display: inline-block;
    margin: 15px;
}

.author-img img {
    border-radius: 100px;
    display: block;
}

.author-box {
    padding: 20px 40px 25px 135px;
    float: left;
    width: 100%;
}

.author-top {
    float: right;
}

.author-details {
    float: left;
}

.author-details li {
    float: left;
    border-right: 2px solid #333c48;
    margin-right: 8px;
    padding-right: 8px;
    font-size: 16px;
    font-weight: 700;
    color: #333C48;
}

.author-details li:last-child {
    border-right: none;
}

.author-social {
    float: right;
    width: 110px;
}

.author-social li {
    display: table;
    height: 30px;
    width: 30px;
    margin: 0 3px;
    float: left;
}

.author-social li a {
    display: table-cell;
    border: 1px solid #dcdcdc;
    border-radius: 100px;
    text-align: center;
    vertical-align: middle;
}

.author-social li a .fa {
    color: #3D4550;
    font-size: 15px!important;
}

.author-social li:hover a {
    background: #b75ee3;
    border-color: #b75ee3;
}

.author-social li:hover a .fa {
    color: #fff;
}

.author-bottom {
    border-top: 0px solid #dbdbdb;
    padding-bottom: 20px;
}

.author-bottom p {
    font-size: 14px;
    color: #6E6E76;
    line-height: 24px;
    margin-top: 12px;
}

.author-bottom a {
    font-size: 14px;
    color: #b75ee3;
    line-height: 28px;
    text-decoration: underline;
    margin-top: 10px;
    display: inline-block;
}


/* blog detail page starts ends */


/* comments and write comments section */

.comment-write {
    position: fixed;
    right: 0;
    top: 0;
    width: 450px;
    height: 100%;
    background: #fff;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 99999;
    margin-right: -450px;
    transition: .5s;
    
   
}

.comment-write-show {
    margin-right: 0;
}

.comment-tabs {
    float: left;
    width: 100%;
    border-bottom: 1px solid #dbdbdb;
}

.comment-tabs ul {
    padding-left: 20px;
}

.comment-tabs ul li {
    display: inline-block;
    vertical-align: middle;
}

.comment-tabs ul li a {
    display: block;
    color: #49505A;
    font-size: 14px;
    font-family: 'latosemibold';
    border-bottom: 3px solid transparent;
    padding: 15px 10px;
}

.comment-tabs ul li a em {
    display: inline-block;
    width: 24px;
    height: 21px;
    vertical-align: middle;
}

.comment-tabs ul li a em.comment-ico {
    background-position: -367px 0;
}

.comment-tabs ul li a em.write-ico {
    background-position: -425px 0;
}

.comment-tabs ul li a span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.comment-tabs ul li a.active,
.comment-tabs ul li a:hover {
    color: #333c48;
    border-color: #b75ee3;
}

.comment-tabs ul li a.active em.comment-ico,
.comment-tabs ul li a:hover em.comment-ico {
    background-position: -367px -37px;
}

.comment-tabs ul li a.active em.write-ico,
.comment-tabs ul li a:hover em.write-ico {
    background-position: -425px -37px;
}

.comment-tab-data {
    float: left;
    width: 100%;
}

.comment-tab-data-comments {
    float: left;
    width: 100%;
    padding: 20px;
}

.comment-tab-data-comments ul {
    float: left;
    width: 100%;
}

.comment-tab-data-comments ul li {
    float: left;
    width: 100%;
    padding: 19px 0;
    border-bottom: 1px solid #dbdbdb;
}

.comment-tab-data-comments ul li ul {
    float: left;
    width: 100%;
    padding-top: 0;
    padding-left: 25px;
    border-top: 1px solid #dbdbdb;
    margin-top: 20px;
    border-top: 1px solid #dbdbdb;
}

.comment-tab-data-comments ul li ul li {
    float: left;
    width: 100%;
    padding: 19px 0;
    border-bottom: 1px solid #dbdbdb;
}

.comment-tab-data-comments ul li ul ul {
    padding-left: 0;
}

.comment-tab-data-comments ul li ul ul li:last-child {
    border-bottom: none;
}

.comment-tab-data-comments ul li ul li:last-child {
    padding-bottom: 0;
}

.comment-tab-data-comments ul li ul li:last-child {
    border-bottom: none;
}
.get-intouch {margin-top:30px; cursor:pointer;}
.get-intouch .git{  background-color: #b75ee3;
    display: flex;
    width: 36px;
    height: 36px;
    border-radius: 100px;
    align-items: center;
    justify-content: center;margin-bottom: 8px;
}
 .get-intouch .git .icon{  background-color: #b75ee3;
   background-size: 80%;
    background-position: center;
}
      
    
.auth-name-dura {
    float: left;
    width: 100%;
}

.auth-name-dura h3 {
    float: left;
    font-weight: 700;
    font-size: 14px;
    color: #333C48;
}

.auth-name-dura span {
    float: right;
    font-weight: 700;
    font-size: 12px;
    color: #333C48;
}

.comment-txt {
    display: inline-block;
    width: 100%;
    color: #6E6E76;
    line-height: 20px;
    font-size: 13px;
    margin-top: 15px;
}

.reply-btn {
    display: inline-block;
    color: #6E6E76;
    line-height: 20px;
    font-size: 12px;
    margin-top: 12px;
}

.comment-tab-data-comments .comments-form {
    float: left;
    width: 100%;
    margin-top: 26px;
    display: none;
}

.comment-tab-data-comments .comments-form h3 {
    font-weight: 700;
    font-size: 14px;
    color: #333c48;
    float: left;
    margin-right: 12px;
}

.comment-tab-data-comments .comments-form a {
    color: #6E6E76;
    line-height: 16px;
    font-size: 12px;
}

.comment-tab-data-comments .comments-form ul {
    margin-top: 12px;
    float: left;
    width: 100%;
    border: 1px solid #dbdbdb;
    padding: 10px 15px 25px;
}

.comment-tab-data-comments .comments-form ul li {
    margin-top: 14px;
    float: left;
    width: 100%;
    padding: 0;
    border-bottom: none;
}

.comment-tab-data-comments .comments-form ul li input[type="text"],
.comment-tab-data-comments .comments-form ul li input[type="email"] {
    background: #fff;
    width: 100%;
    border: none;
    border-bottom: 1px solid #dbdbdb;
    height: 35px;
    font-family: 'latosemibold';
    color: #333C48;
    font-size: 14px;
}

.comment-tab-data-comments .comments-form ul li textarea {
    background: #fff;
    width: 100%;
    border: none;
    border-bottom: 1px solid #dbdbdb;
    height: 100px;
    font-family: 'latosemibold';
    color: #333C48;
    font-size: 14px;
}

.comment-tab-data-comments .comments-form ul li button {
    background: #fff;
    width: 131px;
    border: 1px solid #dbdbdb;
    height: 36px;
    font-size: 12px;
    font-family: 'latosemibold';
    color: #686768;
    cursor: pointer;
}

.comment-tab-data-comments .comments-form ul li button:hover {
    background: #b75ee3;
    border: 1px solid #b75ee3;
    color: #fff;
}

.comment-tab-data-write {
    display: none;
    float: left;
    width: 100%;
}

.write-form {
    float: left;
    width: 100%;
}
#write_comment {margin-top:30px;}
#write_comment .frm-row .field{padding: 0px 0px; width:100%;}

.write-form ul {
    margin-top: 12px;
    float: left;
    width: 100%;
}

.write-form ul li {
    margin-top: 14px;
    float: left;
    width: 100%;
}

.write-form ul li label {
    font-size: 12px;
    color: #6E6E76;
}

.write-form ul li input[type="email"],
.write-form ul li input[type="text"] {
    background: #fff;
    width: 100%;
    border: none;
    border-bottom: 1px solid #dbdbdb;
    height: 35px;
    font-size: 14px;
    color: #333c48;
    font-weight: 700;
}

.write-form ul li textarea {
    background: #fff;
    width: 100%;
    border: none;
    border-bottom: 1px solid #dbdbdb;
    height: 100px;
    font-size: 14px;
    color: #333c48;
    font-weight: 700;
}

.write-form ul li button {
    background: #fff;
    width: 131px;
    border: 1px solid #dbdbdb;
    height: 36px;
    font-size: 12px;
    font-family: 'latosemibold';
    color: #686768;
    cursor: pointer;
}

.write-form ul li button:hover {
    background: #b75ee3;
    border: 1px solid #b75ee3;
    color: #fff;
}


/* comments and write comments section */


/* blog how to page */

.blog-how-ask-box {
    float: left;
    width: 100%;
    margin: 50px 0 0 0;
}

.how-ask-box {
    max-width: 450px;
    width: 100%;
    border-radius: 5px;
    box-shadow: -1.879px 0.684px 5px 0px rgba(0, 0, 0, 0.1);
    margin: 10px auto 0px auto;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.how-ask-box div:first-child {
    flex: 3 0 0;
    padding-right: 20px;
}

.how-ask-box div:last-child {
    flex: 1 0 0;
}

.how-ask-box h4 {
    float: left;
    font-size: 16px;
    font-weight: 600;
    color: #303133;
    margin-top: 0;
    font-family:'Poppins', sans-serif;
}

.how-ask-box p {
    float: left;
    color: #6E6E76;
    margin-top: 6px;
    clear: left;
}

.blog-detail-header-top .reqest-btn {
    float: right;
    font-size: 12px;
    font-weight: 700;
    background: #b75ee3;
    padding: 9px 0 9px 0;
    text-transform: uppercase;
    border-radius: 5px;
    color: #fff;
    margin: 0;
    position: absolute;
    right: 10%;
    bottom: 10%;
    width: 89px;
    text-align: center;
}

.aside-slide {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    max-width: 450px;
    padding: 0px;
    margin: 0 auto;
    background: #FFF;
    z-index: 99999;
    margin-right: -450px;
    transition: .5s;
    padding-top:50px !important;
}

.aside-slide.open {
    margin-right: 0px;
}
.ur-ques-content .query_form .field{padding: 0px 0px !important;width: 100%;}



.aside-slide h3 {
    font-size: 18px;
    color: #303133;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 10px;
}



.aside-slide .form-wrapper {
    padding:0px 20px 20px 20px;
}
.aside-slide .form-wrapper .frm-row .field label {
    left:0px;
}

.ur-ques-content {
    float: left;
    width: 100%;
    /*padding-top: 0px !important;*/
}

.ur-ques-content .query_form {
    padding-top: 10px;
    display: block;
    float: left;
    width: 100%;
}

.aside-slide .form-wrapper textarea {
    height: 100px;
}

.close-your-question {
    position: absolute;
    right: 19px;
    top: 19px;
    font-size: 24px;
    color: #3E4650;
}


/* blog how to page */


/* blog author page starts */

.blog-author-top {
    float: left;
    width: 100%;
    padding: 65px 0 87px 0;
}

.blog-author-quote {
    float: left;
    width: 100%;
    position: relative;
}

.blog-author-img {
    border-radius: 100px;
    border: 1px solid #dbdbdb;
    padding: 2px;
    width: 69px;
    height: 69px;
    display: inline-block;
    margin-top: 2px;
}

.blog-author-img img {
    border-radius: 100px;
    display: block;
}

.blog-author-box {
    padding: 7px 0px 0 0;
    float: left;
    width: 100%;
}

.author-left {
    float: left;
    width: 160px;
    margin: 0 0 0 9.5%;
    padding: 0 4% 0 0;
    border-right: 1px solid #fff;
}

.blog-author-details {
    float: left;
    margin-top: 15px;
    width: 100%;
}

.blog-author-details li {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 8px;
}

.blog-author-social {
    display: inline-block;
    width: 115px;
    clear: left;
    margin: 8px 0 20px 0;
}

.blog-author-social li {
    display: table;
    height: 30px;
    width: 30px;
    margin: 0 4px;
    border-right: 0px !important;
    float: none;
}

.blog-author-social li a {
    display: inline-block;
    border: 1px solid #dcdcdc;
    border-radius: 100px;
    text-align: center;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.blog-author-social li a .fa {
    color: #fff;
    font-size: 16px!important;
}

.blog-author-social li:hover a {
    background: #b75ee3;
    border-color: #b75ee3;
}

.blog-author-social li:hover a .fa {
    color: #fff;
}

.author-right {
    float: left;
    width: 74%;
}

.author-right p {
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    margin-top: 41px;
    text-align: left;
    padding: 0 57px 0 37px;
}


/* blog author page ends */


/*static other pages start*/

.skin-white.headmast h1 {
    font-size: 32px;
    font-weight: 400;
    color: #3D4550;
    margin: 0px;
}

.middle-section.static {
    margin-top: 0px;
}

.static-other {
    margin: 0px auto 0;
    width: 100%;
    max-width: 800px;
}

.static-other h2 {
    font-size: 24px;
    line-height: 34px;
    color: #303133;
    font-weight: 700;
    margin-bottom: 13px;
}

.static-other h3 {
    font-size: 22px;
    line-height: 34px;
    color: #303133;
    font-weight: 500;
    margin-top: 8px;
    margin-bottom: 12px;
}

.static-other h4 {
    font-size: 20px;
    line-height: 34px;
    color: #303133;
    font-weight: 400;
}

.static-other h5 {
    font-size: 18px;
    line-height: 34px;
    color: #333C48;
    font-weight: 400;
}

.static-other h6 {
    font-size: 22px;
    line-height: 32px;
    color: #333C48;
    margin: 0 0 20px 0;
}

.static-other p img {
    display: block;
    margin: 0 auto;
}

.static-other p {
    font-size: 15px;
    line-height: 26px;
    color: #6e6e76;
    margin-bottom: 20px;
}

.static-other p a {
    color: #b75ee3;
    text-decoration: underline;
}

.static-other ol {
    list-style: decimal;
    list-style-position: inside;
    padding: 5px 0 22px 29px;
}

.static-other ul {
    list-style: disc;
    list-style-position: outside;
    padding: 5px 0 22px 29px;
}

.static-other li {
    font-size: 15px;
    line-height: 26px;
    color: #6e6e76;
}


/*static other pages end*/

.form-message {
    /*float: left;*/
    width: 100%;
    /*margin: 20px 0 12px 0;*/
    margin: 10px 0 20px 0;
    border: 1px solid #dbdbdb;
    padding: 15px;
}

.form-message.error {
    border-color: red
}

.form-message.error p {
    color: red;
}


/* agency page code */

.pos-rel {
    position: relative;
}

.spacerTb {
    padding-bottom: 100px;
    padding-top: 65px;
}

.txtContainerbox {
    position: relative;
    width: 100%;
    float: left;
    font-size: 16px;
    color: #6E6E76;
    line-height: 1.5;
    padding-left: 340px;
}

.txtContainerbox span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 340px;
    height: 100%;
    font-size: 32px;
    line-height: 1.2;
    font-weight: 600;
}

.txtContainerbox span i,
.txtContainerbox span em {
    font-style: normal;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    position: absolute;
    top: 50%;
    color: #5b3f6c;
}

.centerContainer {
    max-width: 880px;
    margin: 0px auto;
    width: 100%;
}

.teamBoxcontainer h4 {
    color: #333c48;
    font-size: 28px;
    padding: 65px 15px;
    text-align: center;
}

.teamBoxcontainer>.pos-rel {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.team-box-container {
    position: relative;
    margin-bottom: 30px;
}

.team-box-inner {
    position: relative;
    width: 100%;
    float: left;
    overflow: hidden;
    height: 395px;
}

.teamMember {
    float: left;
    width: 100%;
    padding: 10px 15px;
    text-align: center;
    color: #fff;
    position: absolute;
    bottom: 0px;
    z-index: 5;
}

.teamCenterimg video {
    width: 588px;
    height: 660px;
    margin-left: -62%;
    margin-top: -50%;
}

.teamMember p {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 5px;
}

.teamMember span {
    font-size: 14px;
}

.teamCenterimg {
    display: block;
    font-size: 0px;
    text-align: center;
    z-index: 5;
    position: relative;
}

.teamCenterimg img {
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.colInnerdata {
    width: 50%;
    float: left;
    padding: 0px 15px;
}

.containerboxteam {
    padding: 35px 30px 15px;
    border: 1px solid #dee6f1;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    min-height: 250px;
}

.containerboxteam h6 {
    font-size: 22px;
    color: #333c48;
    margin-bottom: 15px;
}

.containerboxteam p {
    color: #678091;
    line-height: 1.6;
    margin-bottom: 30px;
}

.containerboxteam .desc {
    min-height: 85px;
}

.containerboxteam a {
    color: #9109bf
}

.spacerTop {
    margin-top: 60px;
}

.teamDatacontainer {
    position: absolute;
    top: 100%;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #5b42d0;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    z-index: 10;
    overflow: hidden;
}

.teamDetails {
    padding: 15px 15px 50px;
    color: #fff;
    line-height: 1.4;
}

.teamDetails h6 {
    font-size: 20px;
}

.teamDetails span,
.teamDetails p {
    display: block;
    margin-bottom: 10px;
    font-size: 15px;
}

.socialLinks {
    position: absolute;
    bottom: 15px;
    left: 0px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.socialLinks ul {
    display: block;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.socialLinks li {
    display: inline-block;
    font-size: 0px;
}

.socialLinks li a {
    background: #fff;
    width: 30px;
    height: 30px;
    display: block;
    font-size: 16px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    margin-right: 5px;
    text-align: center;
    line-height: 28px;
}

.socialLinks li a i {
    color: #5b42d0;
}

.team-box-container:hover {
    z-index: 10;
}

.team-box-container:hover .teamDatacontainer {
    top: 0px;
}


/* agency page code */

.fr {
    float: right;
}

.overflow-hidden {
    overflow: hidden;
}

textarea.error {
    border-color: red!important;
}

input[type="text"].error, input[type="email"].error {
    border-color: red!important;
}

@-webkit-keyframes expand1 {
    0% {
        top: -200px
    }
    100% {
        top: 0px
    }
}

@-webkit-keyframes expand2 {
    0% {
        top: -200px
    }
    100% {
        top: 30%
    }
}

@-webkit-keyframes expand3 {
    0% {
        top: -200px
    }
    100% {
        top: 70%
    }
}

.sr .hero,
.sr .intro,
.sr .demo .block {
    visibility: hidden;
}

@media all and (min-width:769px) {
    /*.headmast .header_top {
        padding: 65px 0 68px 0;
    }*/
}

@media all and (min-width:768px) {
    .p-lr-0 {
        padding-left: 0px;
        padding-right: 0px;
    }
    .footer-menu-links ul {
        display: block !important;
    }
    .social-list.fixed,
    .comments.fixed {
        position: fixed;
        top: 116px;
    }
    .get-intouch.fixed {
        position: fixed;
        top: 166px;
    }
    .query_form .frm-row .field {
        padding: 0px 15px;
    }
}

@media all and (max-width:768px) and (min-width:768px) {
    .request-box_inner {
        display: block;
        text-align: center;
    }
    .request-box_inner .icon {
        text-align: center;
    }
    .request-box .request-box_text h4 {
        padding-right: 0px;
    }
    .request-box .request-box_text p {
        margin-left: 0px;
        padding-right: 0px;
    }
    .request-box_btn {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

@media screen and (min-width:768px) and (max-width:1023px) {
    .footer-menu-links li a {
        line-height: 1.2;
    }
    .project-container p {
        font-size: 26px;
    }
}

@media all and (max-width: 1040px) {
    .comments {
        position: relative;
        right: auto;
        top: auto;
        float: right;
        text-align: center;
    }
    .social-list {
        position: relative;
        left: auto;
        top: auto;
        float: left;
        width: auto;
    }
    .social-list ul li {
        float: left;
        margin-right: 3px;
    }
    .blog-detail-sec {
        margin-top: 10px;
    }
}

@media all and (max-width: 1024px) {
    
    .container {
        
        width: 90%;
        padding: 0 18px;
        max-width: 90%;
    }
    .site-links li.tel-no span {
        display: none;
    }
    .site-links li.tel-no a {
        display: block;
    }
    .env-address {
        margin-right: 0;
    }
}

@media all and (max-width: 992px) {
    /*home*/
    .hp-work .hp-work_desc {
        width: 80%;
    }
    .hp-work .work_t {
        font-size: 20px;
    }
    .hp-work .hp-work_item:hover .work_t {
        font-size: 24px;
    }
    /*home*/
    /*contact*/
    .address-box_wrapper {margin-top:20px;}
    .address-box_wrapper .address  {
    min-height:160px;
}
    .address-box_wrapper .address-box_address {
        width: 100%;
        background: #fff;
        margin: 0px 10px;
        display: flex;
        flex-flow: column;
        padding: 0px;
    }
    /*contact*/
    .site-links li.tel-no a,
    .site-links li.tel-no span {
        margin-right: 10px;
    }
    .site-links li.tel-no span {
        display: none;
    }
    .site-links li.tel-no a {
        display: block;
    }
    .timeline ul li.middle {
        margin-left: 15px;
    }
    .what-you-get-box h2 {
        font-size: 22px;
    }
    .request-box h4 {
        float: none;
        padding-right: 111px;
        line-height: 21px;
    }
    .request-box p {
        float: none;
        margin-left: 55px;
        padding-right: 84px;
        line-height: 21px;
    }
    .testimonials {
        padding: 2%;
    }
    .testi-left {
        width: 20%;
    }
    .testi-right {
        padding-left: 6%;
    }
    .total-numbers div.number2 {
        font-size: 140px;
    }
    .circle-images li {
        padding: 0 15px;
    }
    .get-links {
        margin-top: 20px;
        float: left;
        width: 100%;
    }
    .get-links li {
        padding-right: 2%;
        flex: 100%;
    }
    .blog-content-sec {
        padding: 0 15px;
    }
    .pagination {
        margin: 40px 0;
    }
    .blog-list li {
        width: 48.2%;
    }
    .blog-navigation li {
        padding: 0 15px;
    }
    .author-left {
        margin: 0 0 0 4%;
    }
    .author-right p {
        margin-top: 4%;
        padding: 0 15px;
    }
    .how-ask-box {
        width: 80%;
    }
    .your-question {
        padding: 35px 30px 20px 30px;
    }
    /*work*/
    .work_info .work_info-left {
        font-size: 24px;
        margin-right: 50px;
    }
    .work_info .work_info-left {
        flex: 3;
    }
    .work_info .work_info-right {
        flex: 2;
    }
    .work_info .work_info-left p {
        max-width: 90%;
    }
    .work_section .work_section-head-title {
        font-size: 26px;
    }
}

@media all and (max-width: 767px) {
    .browser-img,
    .mob-wedo-left,
    .browser-img2,
    .mob-wedo-left2,
    .tiles-sec ul li.list-read-more,
    .total-numbers,
    .wedo-left,
    .key-services,
    .testi-left,
    .request-box,
    .banner-left,
    .scroller,
    .what-you-get-box {
        width: 100%;
    }
    .middle-section {
        padding-bottom: 10px;
    }
    /*home*/
    .component_article_row {
        padding: 40px 0px;
    }
    .component_article_row img {
        width: 60%;
    }
    .hps_cont1 {
        margin-top: 50px
    }
    .component_article_row .component_article_row-content h2,
    .hp-clients .title,
    .hp-agency .title {
        font-size: 22px;
    }
    .component_article_row .component_article_row-content h5,
    .hp-clients p,
    .hp-agency p {
        font-size: 16px;
    }
    .hps_cont2 .hp-services {
        padding-top: 20px;
    }
    .component_article_row .component_article_row-content {
        text-align: center;
    }
    .component_article_row .component_article_row-image img {
        margin-bottom: 20px;
    }
    .component_article_row .component_article_row-content-links {
        font-size: 14px;
    }
    .divider {
        height: 1px;
        margin: 40px 0px;
    }
    .hp-clients {
        margin-top: 50px;
    }
    .hp-articles_list,
    .work,
    .client-list,
    .service-list {
        display: flex;
        flex-wrap: nowrap !important;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        justify-content: left !important;
        align-items: left !important;
    }
    .service-list {
        margin-bottom: 20px;
    }
    .hp-articles_item {
        margin-right: 10px;
        flex: 0 0 83.333333%;
    }
    .hp-clients .item {
        margin-right: 10px;
        flex: 0 0 33.333333%;
    }
    .work .work_desc {
        width: 80%;
    }
    .work .work_t {
        font-size: 4vh
    }
    .hp-agency {
        padding-top: 80px;
    }
    /*home*/
    /*agency*/
    .teamBoxcontainer .pos-rel {
        position: relative;
        display: flex;
        flex-wrap: nowrap !important;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        justify-content: left !important;
        align-items: left !important;
    }
    .teamBoxcontainer .pos-rel .team-box-container {
        flex: 0 0 auto !important;
    }
    /*agency*/
    /*jobs*/
    .job-list {
        padding-bottom: 30px;
    }
    .job_share {
        text-align: center;
    }
    .job_share span {
        display: block;
        margin-bottom: 10px;
    }
    /*jobs*/
    /*contact*/
    .query_form .frm-row {
            display: block;
    clear: both;
    }
    .query_form .frm-row .field {
        width: 100%;
        float:left;
        
    }
    .query_form .frm-row label.error {left:15px;}
    .address-box_wrapper {
        margin-top:0px;
        position: relative;
        display: block;
        /*flex-wrap: nowrap !important;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        justify-content: left !important;
        align-items: left !important;*/
    }
    .address-box_wrapper .address-box_address {
        padding:0px;
        width: 100%;
        margin-right: 0px;
        margin-left: 0px;
         margin-top:20px;
    }
    .address-box_wrapper .address {min-height:auto;}
    /*contact*/
    /*work*/
    .page-intro-lm {
        margin-top: 70px;
    }
    .page-intro .page-intro_title {
        font-size: 22px;
    }
    .page-intro p {
        font-size: 16px;
    }
    
    .work_section {
        margin-top: 50px;
    }
    .work_info {
        display: block;
        margin-top: 100px;
        text-align: center;
        margin-bottom: 0px;
        width: 100%;
    }
    .work_section-article-grey {
        display: block;
    }
    .work_section .work_section-head-content {
        width: 80%;
    }
    /* .work_info .work_info-right .work_info-row {
                display: block;
            } */
    .work_info .work_info-right .work_info-row {
        justify-content: space-around;
    }
    .work_info .work_info-right .work_info-row>div {
        padding-right: 20px;
        margin-bottom: 20px;
    }
    .work_info .work_info-left {
        border: 0px;
        font-size: 18px;
        margin-bottom: 10px;
        border-bottom: 1px solid #dfdfdf;
        padding-bottom: 20px;
        width: 90%;
        margin: 0px auto 10px;
    }
    .work_info .work_info-left h2 {
        max-width: 100%;
        font-size: 22px;
    }
    .work_info .work_info-left p {
        max-width: 100%;
        font-size: 16px;
    }
    .work_section-screenshot {
        padding: 20px 0px;
    }
    .work_section-content-article {
        display: block;
    }
    .section_header .section_header-title {
        font-size: 22px;
    }
    .section_header .section_header-content {
        font-size: 16px;
    }
    ul.list {
        width: 100%;
    }
    .list li:last-child {
        margin-bottom: 0px;
    }
    .list li:last-child span {
        border-bottom: 0px;
        padding-bottom: 0px;
    }
    ul.list.col-3 li,
    ul.list.col-2 li {
        width: 100%;
        margin-right: 0px;
    }
    .work_info .work_info-right {
        width: 100%;
        flex: none;
        display: flex;
    }
    .section_content .section_content-h5 {
        margin-top: 20px;
    }
    .responsive-layouts {
        display: flex;
        flex-wrap: nowrap !important;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        justify-content: left !important;
        align-items: left !important;
    }
    .responsive-layouts figure {
        flex: 0 0 auto !important;
        width: 35%;
        margin-right: 0px;
    }
    .responsive-layouts figure:last-child {
        padding-right: 20px;
    }
    .work_section-end-result {
        margin-bottom: 50px;
    }
    /*work*/
    /*our_products*/
    .component_article.our_products .hps_cont1 {
        margin-top: 0px;
    }
    /*our_products*/
    .request-box,
    .scroller,
    .mob-wedo-left2 {
        margin-left: 0;
    }
    .browser-img2,
    .mob-wedo-left2 {
        margin-top: 20px;
    }
    .header_col {
        display: block;
        text-align: center;
        padding-top: 0px;
    }
    .header_left {
        width: 100%;
    }
    .header_left .bottom-align {
        position: relative;
        bottom: 0px;
        margin: 10px auto;
    }
    .header_right {
        width: 100%;
        text-align: center;
    }
    .header_right img {
        width: 70%;
    }
    .services-row-grid .desk-padding-r {
        padding-right: 0px;
    }
    .wedo-left {
        padding-right: 0px;
    }
    .what-you-get {
        padding-bottom: 0px !important;
    }
    .services-row-grid.mt {
        margin-top: 20px;
    }
    .what-you-get .wfull {
        margin-bottom: 0px;
        display: block;
    }
    .what-you-get-box {
        text-align: center;
        margin-bottom: 15px;
    }
    .request-box_inner {
        display: block;
        margin-left: 0px;
        width: 100%;
        float: left;
    }
    .services-row-grid {
        display: block
    }
    .service-list-outer {
        background: none !important;
    }
    .service-list-child {
        background: rgba(0, 0, 0, .05);
        margin-right: 10px;
    }
    .tiles-sec {
        margin-bottom: -30px
    }
    .tiles-sec ul li {
        width: 50%;
        padding-bottom: 0px;
        margin-bottom: 30px;
    }
    .tiles-sec ul li.list-read-more {
        padding: 30px
    }
    .tiles-sec ul li.list-read-more p {
        margin: 11px 0;
    }
    .thumb-circle-row {
        justify-content: center;
        margin-bottom: -10px;
    }
    .thumb-circle-row>figure {
        margin: 0px 10px 10px 10px;
        width: 44%;
    }
    .thumb-circle-row>figure img {
        width: 100%;
        height: 100%;
    }
    .testi-right {
        width: 90%;
        margin-left: 10%;
        padding: 0;
    }
    .top-footer {
        padding: 20px 0 20px !important;
    }
    .footer {
        padding: 0px 0 20px 0px !important;
    }
    .get-links {
        margin-top: 30px;
    }
    .get-links li {
        width: 50%;
        padding-right: 3%;
    }
    .know-team-top {
        max-width: 100%;
        padding-bottom: 30px;
    }
    .faq-box,
    .know-team-bottom {
        padding-bottom: 40px;
    }
    .logos ul li {
        width: 50%;
    }
    .logos ul li:nth-child(2n) {
        border-right: none;
    }
    .get-links li span.bb-none {
        border-bottom: 1px solid #dee6f1;
    }
    .get-links li:last-child a.bb-none {
        border-bottom: none;
    }
    .env-address h3,
    .env-address p {
        font-size: 13px;
    }
    /*   .footer-menu-links{margin-left: 4%;} */
    .mob-wedo-left,
    .circle-images {
        margin: 25px 0;
    }
    .circle-images li {
        width: 100%;
        padding: 15px;
    }
    .nav-icon {
        display: block;
        float: right;
        margin: 4px 0px 0 0px;
        z-index: 9999;
    }
    .header {
        position: relative;
    }
    .site-links li.project-btn a {
        padding: 11px 8px;
    }
    .site-links {
        float: left;
        margin: 0 0 0 9px;
    }
    .accordion-outer,
    .faq-left {
        width: 100%;
    }
    .service_section-intro {
        margin-bottom: 30px;
    }
    .service_section-intro h2 {
        font-size: 26px;
    }
    .tiles-sec ul {
        padding: 0px 0 0 0;
    }
    .tiles-sec ul li h3 {
        display: inline-block;
        vertical-align: middle;
        margin-left: 10px;
    }
    .tiles-sec ul li span {
        display: inline-block;
    }
    ul.list li {
        margin-bottom: 15px;
    }
    ul.list li span {
        padding-bottom: 15px;
    }
    .wedo-left p {
        padding-bottom: 40px;
    }
    .know-your-team {
        margin-top: 0;
    }
    hr.mt70 {
        margin-top: 10px;
    }
    .faq-heading {
        margin: 70px 0 40px 0px;
        font-size: 26px;
    }
    .blog-list {
        column-gap: 15px;
    }
    /* .blog-navigation{column-gap:10px; } */
    .blog-navigation li {
        padding: 0 5px;
    }
    .blog-navigation li a span {
        font-size: 15px;
    }
    .blog-list li h3 {
        font-size: 18px;
    }
    .blog-tile-link {
        line-height: 18px;
    }
    .blog-list li {
        width: 47.7%;
    }
    .author-left {
        margin: 0;
        padding: 0 1% 0 0;
    }
    .author-right {
        width: 70%
    }
    .author-right p {
        margin-top: 4%;
    }
    .how-ask-box {
        width: 95%;
    }
    .your-question {
        width: 94%;
    }
    .footer-menu-links {
        width: 100%;
        margin-bottom: 20px;
    }
    .newsletterContainer {
        width: 100%;
    }
    .newsletterContainer>h3,
    .footer-social-links>h3 {
        font-size: 20px;
        padding-right: 0px;
    }
    .sp_section .container {
        padding: 0px !important;
    }
    .project-container {
        padding: 40px 10px;
        width: 100%;
        position: relative;
        top: 0px !important;
        margin-top: -10px;
        background: -moz-linear-gradient(45deg, rgba(152, 0, 188, 1) 0%, rgba(91, 66, 208, 1) 100%);
        background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(152, 0, 188, 1)), color-stop(100%, rgba(91, 66, 208, 1)));
        background: -webkit-linear-gradient(45deg, rgba(152, 0, 188, 1) 0%, rgba(91, 66, 208, 1) 100%);
        background: -o-linear-gradient(45deg, rgba(152, 0, 188, 1) 0%, rgba(91, 66, 208, 1) 100%);
        background: -ms-linear-gradient(45deg, rgba(152, 0, 188, 1) 0%, rgba(91, 66, 208, 1) 100%);
        background: linear-gradient(45deg, rgba(152, 0, 188, 1) 0%, rgba(91, 66, 208, 1) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#5B42D0', endColorstr='#9800BC', GradientType=1);
        clear:both; float:left;
    }
    .start_project .container {height:auto;}
    .sp_wrapper .start_project {margin-bottom:0px !important;}
    .project-container p {
        font-size: 26px;
        color: #fff;
    }
    .project-container p a {
        color: #fff;
    }
    .footer-menu-links>.title {
        display: none;
    }
    .footer-menu-links .title-m {
        font-size: 16px;
        color: #fff;
        display: block;
        padding-right: 0px;
        font-weight:600;
    }
    .footer-menu-links .title-m.arrowslide i {
        transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
    }
    .footer-menu-links .title-m i {
        text-align: right;
        float: right;
        transition: all .2s ease;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
    }
    .footer-menu-links ul {
        display: none;
    }
    .newsletterContainer p,
    .newsletterContainer p a {
        font-size: 14px;
        line-height: 1.5;
    }
    .newsletterform input[type="text"] {
        font-size: 14px;
    }
    .newsletterform input[type="submit"] {
        font-size: 12px;
    }
    .footer-social-links ul li a {
        font-size: 14px;
        line-height: 1.5;
    }
    .footer-social-links ul li {
        padding-right: 10px;
    }
    .footer-menu-links li {
        margin-top: 12px;
    }
    .footer-menu-links li a {
        font-size: 14px;
    }
    .txtContainerbox {
        padding-left: 0px;
    }
    .txtContainerbox span {
        position: relative;
        width: 100%;
        height: auto;
        font-size: 28px;
        line-height: 1.2;
        margin-bottom: 20px;
    }
    .txtContainerbox span i {
        font-style: normal;
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        position: relative;
        top: 0px;
        color: #3d4550;
    }
    .colInnerdata {
        width: 100%;
        margin-bottom: 25px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .containerboxteam {
        min-height: 10px;
        padding: 25px 15px 25px;
    }
    .author-top {
        float: left;
        margin-top: 10px;
    }
    .comments span,
    .comments p {
        display: none;
    }
    .social-list.fixed,
    .comments.fixed {
        position: fixed;
        bottom: 0px;
        z-index: 10;
        height:50px;
        background: #fff;
        padding: 5px 10px;
        transition: .5s all;
    }
    .social-list.fixed {
        width: 100%;
        border-top: 1px solid rgba(0, 0, 0, .2);
        left: 0px;
    }
    .social-list.fixed ul li {
        margin-bottom: 0px;
    }
    .comments.fixed {
        bottom: -2px;
        right: 157px;
    }
    .get-intouch.fixed {
            position: fixed;
    bottom: 0px;
    z-index: 10;
    height: 50px;
    padding: 5px 10px;
    transition: .5s all;
    right: 113px;
    }
    .get-intouch {margin-top:0px;}
    .get-intouch .txt {display:none;}
}

@media all and (max-width: 600px) {
    .blog-list {
        column-gap: 0;
        column-count: 1;
    }
    /* .blog-navigation{column-count: 2;} */
    .blog-list li {
        width: 100%;
    }
    .blog-navigation li {
        width: 50%;
    }
    .author-box {
        padding: 20px 3% 25px 20%;
    }
    .author-img {
        left: 3%;
    }
    .blog-prev-next ul li:first-child,
    .blog-prev-next ul li:last-child {
        width: 49%;
    }
    .blog-prev-next ul li p {
        font-size: 15px;
    }
    .blog-detail-sec blockquote p {
        padding: 40px 15px 0 50px;
    }
    .blog-detail-sec blockquote span {
        margin: 8px 0 0 50px;
    }
    .blog-detail-sec blockquote em {
        left: 10px;
    }
    .blog-list-sec {
        padding-bottom: 20px;
    }
    .table-responsive {
        width: 100%;
        overflow-y: hidden;
        overflow-x: auto;
    }
    .table-responsive table {
        width: 100%;
        max-width: 100%;
    }
     .table-responsive table td {
     
        white-space: nowrap;
        width: auto;
    }
    .author-left {
        width: 100%;
        padding: 0;
        border: none;
    }
    .blog-author-social {
        float: left;
        width: 100%;
        text-align: center;
    }
    .blog-author-social li {
        display: inline-block;
        float: none;
    }
    .blog-author-social li a {
        display: block;
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
    .ur-ques-content ul li.whalf,
    .how-ask-box,
    .author-right {
        width: 100%;
    }
    .author-right p {
        padding: 0;
    }
    .your-question {
        padding: 35px 15px 20px 15px
    }
    .ur-ques-content ul li a,
    .ur-ques-content ul li button {
        margin-top: 10px;
    }
}

@media all and (max-width: 479px) {
    .env-address,
    .business-links,
    .logos ul li,
    .get-links li,
    .tiles-sec ul li {
        width: 100%;
    }
    .logos ul li {
        border-right: none;
    }
    .made-in-india {
        float: none;
        display: block;
    }
    .flags {
        margin-left: 0;
        margin-top: 15px;
    }
    .footer-bottom-links {
        float: none;
        display: inline-block;
        margin-top: 15px;
    }
    /* .footer-menu-links{margin:15px 0 35px 0;} */
    .key-services li {
        padding: 25px 15px 25px 50px;
    }
    .key-services li span {
        left: 5px;
    }
    .testi-right p .fa {
        position: absolute;
        left: 12px;
        top: 3px;
        font-size: 20px!important;
    }
    .request-box {
        text-align: center;
    }
    .notify-bell {
        float: none;
        display: inline-block;
    }
    .request-box a {
        margin: 10px 0 0 -38px;
        position: relative;
        left: 50%;
        top: auto;
        float: left;
        width: 76px;
    }
    .request-box h4 {
        float: left;
        width: 100%;
        text-align: center;
    }
    .request-box p {
        float: left;
        margin-left: 0;
        padding: 0 10px;
        text-align: center;
        width: 100%;
    }
    .faq-heading {
        font-size: 19px;
    }
    .accordion-outer {
        padding: 30px 15px 0 15px;
    }
    .faq-quesans li {
        padding: 30px 15px 30px 50px;
    }
    .request-box h4 {
        padding-right: 0;
    }
    .blog-navigation-list li a span {
        font-size: 13px;
    }
    .blog-navigation-list li a small {
        font-size: 12px;
    }
    .pagination ul li {
        margin: 0 1px;
    }
    .blog-prev-next ul li p {
        font-size: 14px;
    }
    .author-box {
        padding: 100px 15px 25px 15px;
    }
    .author-details {
        width: 100%;
    }
    .author-details li {
        float: none;
        display: inline-block;
        vertical-align: middle;
    }
    .author-social {
        margin: 33px auto 0;
        float: none;
    }
    .comment-write {
        width: 100%;
        margin-right: -100%;
    }
    .comment-write-show {
        margin-right: 0;
    }
    .comment-tabs ul li a {
        padding: 0 10px;
    }
    /* .comment-tab-data-comments > ul > li > ul,.comment-tabs ul{padding-left: 15px;} */
    .comment-tabs ul {
        padding-left: 15px;
    }
    .comment-tab-data {
        padding: 0 15px;
    }
    .how-ask-box {
        padding: 15px;
        text-align: center;
        display: block;
    }
    .how-ask-box p,
    .how-ask-box h4 {
        float: none;
    }
    .how-ask-box p {
        margin: 6px 0;
        line-height: 18px;
    }
    .how-ask-box a {
        position: relative;
        right: auto;
        top: auto;
        float: none;
        display: inline-block;
        
    }
}

.author-details li {
    display: inline-block;
    vertical-align: middle;
}

.author-social {
    margin: 0px auto 0;
}

.comment-write {
    width: 100%;
    margin-right: -100%;
}

.comment-write-show {
    margin-right: 0;
}

.comment-tabs ul li a {
    padding: 10px 10px;
}


/* .comment-tab-data-comments > ul > li > ul,.comment-tabs ul{padding-left: 15px;} */

.comment-tabs ul {
    padding-left: 15px;
}

.comment-tab-data {
    padding: 0 15px;
}

.how-ask-box {
    padding: 15px;
    text-align: center;
    display: block;
}

.how-ask-box p,
.how-ask-box h4 {
    float: none;
}

.how-ask-box p {
    margin: 6px 0;
    line-height: 18px;
}

.how-ask-box a {
    position: relative;
    right: auto;
    top: auto;
    float: none;
    display: inline-block;line-height:50px;
}
/*job apply*/
.alert[role="alert"]{
    position: relative;
    margin-bottom: 15px;
    border: 1px solid red;
    padding: 15px;
}
.alert[role="alert"] p{
    color:red;
    line-height:1.5;
}
.alert-success {
    border-color:green !important;
}
.alert-success p {
    color:green !important;
}
.close{
    background: #fff url(../images/svg/cancel.svg) no-repeat;
    width: 40px;
    height: 41px;
    border: 0px;
    top: 10px;
    right: 0px;
    position: absolute;
    background-size: 50%; opacity:.5;
    transition:.3s all;
    cursor:pointer;
}
.close:hover{
     opacity:.8;
}
.alert[role="alert"] .close span{
    display:none;
}
.thankyou {background:none;}
.thankyou .headmast_description .section_title {color:#9800bc;}
.thankyou .headmast_description .section_content {color: #828282; }
.thankyou .headmast_description .contact {display:flex; margin-top:50px; justify-content: center;}
.thankyou .headmast_description .contact p {margin:0px 10px;}
@media all and (max-width: 479px) {
    .thankyou .headmast_description .contact {display:block; margin-top:50px; }
    .address-box_contactinfo a {margin-bottom: 20px;justify-content: center;}
    .thankyou .headmast_description .section_title {font-size:2em !important;}
    .thankyou .headmast_description p {font-size:1.2em;}
}

/* cookie style  */
.cc_container{
    max-width: 300px;
    position: fixed;
    bottom: 11px;
    left: 11px;
    z-index:8 ;
    height: 132px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    padding: 0px !important;
    background: #fff !important;
} 
.cc_container p.cc_message{
    color: #000;
    margin: 0;
    font-weight: 400;
    line-height: 18px;
    padding: 20px 23px; 
    box-sizing: border-box; 
    font-family: 'Roboto', sans-serif;
    font-size: 14px;   
}
.cc_container a.cc_more_info, .cc_container a.cc_more_info:hover{color:#000 !important;font-weight:500;text-decoration: underline;font-family: 'Roboto', sans-serif;}
.cc_container a.cc_btn, .cc_container .cc_btn:hover, .cc_container .cc_btn:active{
    background: #ffbe2b !important;
    text-decoration: none;
    display: block;
    color: #000;
    height: 38px;
    box-sizing: border-box;
    position: absolute;
    bottom: 0px;
    width: 100%;
    display: block;
    max-width: 100%;
    left: 0px;
    border-radius: 0px;
    line-height: 24px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    margin-left:0; 
    font-weight: 500;
}
/* cookie style */

/* editor style */
img.oc-img-bordered{border:solid 1px #CCC;box-sizing:content-box;}
/* editor style */

.height43{height:43px;}
form .sup-sign-star sup{
 vertical-align: super;
    font-size: smaller;   
}
.quick-submit-wrapper {
    background: #fff; padding:15px; box-shadow: 0px 0px 9px 5px rgba(0,0,0,.05);}
    
.quick-submit {margin-top:15px;   }
.quick-submit-wrapper h4 {font-size:18px; margin-bottom:10px; line-height:1.5}
.quick-submit .request-box_text {margin-bottom:15px}
.quick-submit .input{width:100%; height:44px; border:0px; font-size:15px; padding:15px 10px; margin-bottom:8px; background: rgba(0,0,0,.05);}
.quick-submit .submit-query {font-size: 14px;
    height: 45px;
    line-height: 45px;
    padding: 0px 30px;
    font-weight: 500;
    background: #ffbe2b;
    border-radius: 50px;
    color: #fff;
    border: 0px;
    text-transform: uppercase; display:inline-block;}
.quick-submit label.error {font-size:12px; color:red;    margin-bottom: 6px;
    display: inline-block;}
  
    @media screen and (min-width:768px){
        .full-row-form .quick-submit-wrapper {padding:25px !important;}
        .full-row-form .quick-submit-inner h4 {margin-bottom:10px;}
        .full-row-form .quick-submit-inner p {margin-bottom:15px;}
        .full-row-form .quick-submit .row {display:flex}
        .full-row-form .col-12{width:33%; max-width:33%}
    }
    @media screen and (max-width:767px){
        .quick-submit-wrapper {padding:25px}
        .quick-submit {display:block;}
        .quick-submit-inner h4 {margin-bottom:10px;}
        .quick-submit-inner p {margin-bottom:10px;}
        .quick-submit .row {display:block;}
    }
.full-row-form .quick-submit-wrapper {padding:25px !important;}
.full-row-form .quick-submit-inner h4 {margin-bottom:10px;}
.full-row-form .quick-submit-inner p {margin-bottom:15px;}
.footer-form {margin-bottom:-50px;margin-top: 50px;background: rgba(0,0,0,.02);}
.footer-form .quick-submit-wrapper {box-shadow:none; background:none}