
@import url("xstyles.css");

a.whatsapp-icon {     position: fixed;     max-width: 130px;     bottom: 2%;     left: 10px;     z-index: 1; }body{
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #000;
}

.subsidiary-col {
    text-align: center;
    padding: 7px 0;
    background: #424251;
    margin-top: 22px;
}


span.txt_360 {
    max-width: 180px;
    display: inline-block;
}
@font-face {
    font-family: 'Proxima Nova';
    src: url(../fonts/ProximaNova-Light.woff2) format('woff2'), url(../fonts/ProximaNova-Light.woff) format('woff');
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: 'Proxima Nova';
    src: url(../fonts/proximanova-regular/proximanova-regular-webfont.eot);
    src: url(../fonts/proximanova-regular/proximanova-regular-webfont.woff) format("woff"), url(../fonts/proximanova-regular/proximanova-regular-webfont.ttf) format("truetype"), url(../fonts/proximanova-regular/proximanova-regular-webfont.svg) format("svg");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: 'Proxima Nova';
    src: url(../fonts/ProximaNova-Semibold.woff2) format('woff2'), url(../fonts/ProximaNova-Semibold.woff) format('woff');
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: 'Proxima Nova';
    src: url(../fonts/proximanova-bold/proximanova-bold-webfont.eot);
    src: url(../fonts/proximanova-bold/proximanova-bold-webfont.woff) format("woff"), url(../fonts/proximanova-bold/proximanova-bold-webfont.ttf) format("truetype"), url(../fonts/proximanova-bold/proximanova-bold-webfont.svg) format("svg");
    font-weight: 700;
    font-style: normal
}

* {
    margin: 0;
    outline: 0;
    padding: 0
}

body {
    line-height: 20px;
    font-family: Proxima Nova, "Helvetica Neue", Helvetica, sans-serif;
    font-family: Proxima Nova !important;
    font-size: 13px;
    margin: 0;
    padding: 0;
}

::selection {
    background: #5e78ff;
    color: #fff;
    text-shadow: none
}

.desktop-hide {
    display: none!important
}

.mobile-hide {
    display: block!important
}

a {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    outline: 0!important
}

li,
ol,
ul {
    list-style: none!important;
    list-style-position: inside!important;
    padding: 0;
    margin: 0
}

a {
    color: #ccc;
    text-decoration: none!important
}

a:hover {
    color: #000
}

p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 20px;
    color: #323f4b
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 16px;
    font-weight: 400;
    font-family: Proxima Nova
}

img {
    border: none;
    max-width: 100%;
    border: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Proxima Nova
}

.modal {
    text-align: center
}

header {
    display: block;
    /* background: #f2f2f2; */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}

ul#nav {
    float: right;
    margin-top: 0;
}

ul#nav li {
    display: inline-block;
    margin-left: 16px;
    position: static;
}

ul#nav li a {
    font-weight: 400;
    color: #282828;
    padding: 19px 0;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .6px;
    font-size: 14px;
}

ul#nav li.special a {
    background: rgba(251, 100, 100, 1);
    background: -moz-linear-gradient(top, rgba(251, 100, 100, 1) 0, rgba(224, 62, 62, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0, rgba(251, 100, 100, 1)), color-stop(100%, rgba(224, 62, 62, 1)));
    background: -webkit-linear-gradient(top, rgba(251, 100, 100, 1) 0, rgba(224, 62, 62, 1) 100%);
    background: -o-linear-gradient(top, rgba(251, 100, 100, 1) 0, rgba(224, 62, 62, 1) 100%);
    background: -ms-linear-gradient(top, rgba(251, 100, 100, 1) 0, rgba(224, 62, 62, 1) 100%);
    background: linear-gradient(to bottom, rgba(251, 100, 100, 1) 0, rgba(224, 62, 62, 1) 100%);
    border-radius: 3px;
    position: relative;
    font-weight: 400;
    color: #fff!important;
    font-size: 13px;
    padding: 11px 18px;
    top: 7px;
}

ul#nav li:hover>a {
    background-color: transparent
}
ul#nav li:hover .megamenu.unactive ,
.megamenu.unactive {
    display: none;
}
 

.megamenu {
    position: fixed;
    left: 0;
    width: 100%;
    box-shadow: 0 25px 40px #46567c2e;
    z-index: 99;
    background-color: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    height: 0;
    opacity: 0;
    overflow: hidden;
    /*top: 81px;*/
    top: 77px;
    display: none;
}

ul#nav .megamenu li {
    margin: 5px 0 12px 0;
    width: 33.3%;
    float: left;
    min-height: 70px;
    position: relative
}

.megamenu li {
    position: relative;
    float: left
}

.megamenu img {
    position: absolute;
    left: 0;
    top: 13px
}

ul#nav .megamenu li a {
    padding-left: 55px;
    float: left
}

ul#nav .megamenu li a strong {
    display: block;
    font-size: 15px;
    font-weight: 600;
    font-family: proxima nova;
    letter-spacing: 0
}

ul#nav .megamenu li:hover a {
    border-color: #efefef
}

ul#nav .megamenu li small {
    font-size: 14px;
    color: #8a8a8a;
    font-weight: 600;
    display: block;
    margin: 3px 0;
    text-transform: none
}

ul#nav .megamenu li:hover>a strong {
    color: #fb6464
}

ul#nav li:hover .megamenu {
    opacity: 1;
    height: auto;
    padding: 37px 0 28px;
    display: block;
}

.ico-nav {
    background-image: url(../images/sprite-nav-icon.png);
    height: 40px;
    width: 50px;
    position: absolute;
    left: 0;
    background-position: 187px 85px
}

i.ico-nav.ico-iot {
    background-position: 185px 185px
}

i.ico-nav.ico-vr {
    background-position: -150px 183px
}

i.ico-nav.ico-block {
    background-position: -367px 183px
}

i.ico-nav.ico-ai {
    background-position: -151px 87px
}

i.ico-nav.ico-chatbot {
    background-position: -54px 183px
}

i.ico-nav.ico-bi {
    background-position: -54px 87px
}

.head {
    margin: 10px 0;
}

nav.navbar {
    margin-bottom: 0
}

section.banner.section {
    background-color: #e9e9e9;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e9e9e9));
    background: -webkit-linear-gradient(top, #e9e9e9, #fff);
    background: -moz-linear-gradient(top, #e9e9e9, #fff);
    background: -ms-linear-gradient(top, #e9e9e9, #fff);
    background: -o-linear-gradient(top, #e9e9e9, #fff)
}

#homebanner .caption {
    width: 100%;
    overflow: hidden;
    padding-top: 7em;
    display: flex;
    justify-content: center;
    align-items: center
}

img.homebanner-thumb {
    max-width: unset;
    width: 100%!important;
}

#homebanner h1 {
    font-size: 45px;
    font-weight: 300;
    color: #000;
    margin-top: 0;
    /* font-size: 3.1vw; */
    letter-spacing: -1.2px;
    line-height: 1.2;
}

#homebanner h4 {
    font-size: 29px;
    color: #272727;
    font-weight: 300;
    line-height: 1.4;
    display: table;
    margin: 23px 0 39px;
    letter-spacing: 2px;
}

ul.btns li {
    display: inline-block;
    margin-right: 28px
}

#homebanner ul.btns {
    display: table
}

a.btn-default {
    font-size: 16px;
    background-color: #565761;
    border-radius: 3px;
    border: 0;
    color: #fff;
    text-shadow: none;
    box-shadow: none;
    padding: 24px 30px;
    text-transform: uppercase
}

ul.btns li:hover a {
    background-color: #3c3c3c;
    color: #fff
}

a:hover {
    text-decoration: none
}

ul.btns li a {
    display: block;
    text-align: center;
    padding: 20px 0;
    font-size: 16px;
}

#homebanner .row {
    display: flex;
    justify-content: center;
    align-items: center
}

div#homebanner {
    display: flex;
    justify-content: center;
    align-items: center
}

a.btn-default.colored {
    background-color: #fb6464;
}

.media-container {
    width: 43vw;
    margin-left: 0;
    transform: translate(0);
    position: relative;
    -webkit-transform-origin: right center;
    transform-origin: right center;
    margin-bottom: -30px;
    right: 0;
    /* top: 130px; */
}

ul#nav li.special a:hover {
    background-color: #565761
}

section.clients li {
    display: inline-block;
    width: 15%;
    height: 80px;
    align-items: center;
    text-align: center;
    padding: 11px;
    margin: 7px;
    background: #f4f4f4;
}
section.clients li img {
    /* width: 100%; */
}

section.clients {
    text-align: center;
    position: relative;
    padding: 8em 0 2em
}

section.clients h2 {
    margin-bottom: 1.8em;
    position: relative;
    font-size: 33px;
}

h2 {
    font-size: 30px;
    font-weight: 300;
    line-height: normal;
    color: #000;
    font-size: 1.9vw;
}

section.client-work {
    background-color: #f3f3f3;
    padding: 13em 0 10em;
    overflow: hidden;
    position: relative
}

section.client-work:before {
    content: "";
    width: 100%;
    height: 0;
    border-top: 7vw solid #fff;
    border-right: 100vw solid transparent;
    position: absolute;
    top: 0
}

.mobile-container {
    position: relative;
    display: table
}

img.videocontent {
    position: absolute;
    right: 70px;
    max-width: 315px;
    top: 133px
}

article.homepros.section h4 {
    font-size: 26px;
    font-weight: 600;
    color: #000;
    margin-bottom: 30px;
    font-size: 1.6vw
}

img.logo-mini {
    margin: 30px 0;
    display: table;
    width: unset!important
}

article.homepros.section h2 {
    font-size: 50px;
    margin-top: 60px;
    font-size: 3.2vw
}

article.homepros.section p {
    font-size: 23px;
    font-weight: 300;
    font-size: 1.5vw
}

article.homepros.section ul li {
    display: inline-block;
    margin-right: 12px
}

article.homepros.section ul {
    display: table;
    margin: 35px 0
}

section.wedo ul {
    display: block;
    margin-top: 30px;
    float: left;
    width: 100%
}

section.wedo li {
    display: inline-block;
    width: 12.6%;
    position: relative;
    float: left;
    margin: 0 .8%
}

section.wedo li i {
    background-color: #fff;
    width: 100%;
    height: 148px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    border: 1px solid #ebebf5;
    position: relative;
    border-radius: 3px
}

section.wedo:before {
    content: "";
    height: 0;
    border-top: 7vw solid #fff;
    border-right: 98vw solid transparent;
    position: absolute;
    top: 0
}

section.wedo:after {
    content: "";
    width: 99%;
    height: 0;
    border-bottom: 7vw solid #fff;
    border-right: 98vw solid transparent;
    position: absolute;
    bottom: 0
}

section.wedo li strong {
    font-size: 17px;
    font-weight: 400;
    font-family: proxima nova;
    color: #000;
    line-height: 1.3;
}

.ico-wedo {
    background-image: url(../images/sprite-whatwedo.png);
    width: 55px;
    height: 64px;
    display: table;
    background-position: 281px 316px
}

span.ico-wedo.icon-wedo-chatbot {
    background-position: -50px 91px
}

span.ico-wedo.icon-wedo-block {
    background-position: 291px 284px
}

span.ico-wedo.icon-wedo-bi {
    background-position: 120px 283px
}

span.ico-wedo.icon-wedo-ai {
    background-position: 129px 397px;
    width: 75px
}

span.ico-wedo.icon-wedo-vr {
    background-position: 294px 191px;
    width: 61px
}

span.ico-wedo.icon-wedo-iot {
    background-position: 126px 191px;
    width: 65px
}

span.ico-wedo.icon-wedo-app {
    background-position: 281px 394px
}

section.colored {
    background-color: #f3f3f3;
    padding: 15em 0 23em;
    position: relative
}

section.wedo * {
    text-align: center
}

section.wedo h2 {
    font-size: 45px;
    margin-bottom: 28px;
}

section.wedo p {
    font-weight: 300;
    font-size: 20px;
    padding: 0 70px;
}

span.vlign {
    position: absolute;
    left: 50%;
    height: 170px;
    width: 1.4px;
    background-color: #fb6464;
    bottom: 0;
    z-index: 999;
}

span.vlign:after {
    background-color: #fb6464;
    width: 8px;
    height: 8px;
    position: absolute;
    bottom: 0;
    left: -4px;
    content: "";
    border-radius: 50px
}

section.homepros.section h2 {
    text-align: center;
    font-size: 45px;
    letter-spacing: -1.3px;
}

section.homepros.section {
    padding: 9em 0 5em;
    position: relative
}

div#homepros img {
    width: unset;
    margin: 0 auto;
}

div#homepros img.videocontent {
    left: 58px;
    width: 68%;
    top: 108px
}

div#homepros .btn {
    text-align: center;
    display: table;
    margin: 15px auto
}

div#homepros .hbtn li {
    margin: 15px 0
}

div#homepros h5 {
    font-size: 35px;
    font-weight: 300;
    color: #000;
    margin-bottom: 20px;
    margin-top: 9vw;
}

div#homepros p {
    font-size: 22px;
    font-weight: 300;
    color: #000;
    font-weight: 300;
    font-size: 19px;
    line-height: 1.5
}

div#homepros img.logo-mini {
    margin-top: 11em;
    max-width: 140px
}

section.testimonials {
    padding: 16vw 0;
    background-image: url(../images/testim-bg.png);
    text-align: center;
    position: relative;
    z-index: 2;
    background-position: center;
    background-size: cover;
    margin-top: -14em;
}

section.testimonials p {
    font-size: 46px;
    font-weight: 300;
    color: #fff;
    line-height: 1.3;
}

section.testimonials h6 {
    font-size: 24px;
    color: #fff;
    font-weight: 300;
    margin-top: 50px
}

body.homepage section.reviews {
    margin-top: 0;
    padding-top: 20em
}

section.reviews {
    text-align: center;
    padding: 15em 0 21em;
    position: relative;
    clear: both
}

section.reviews h2 {
    font-size: 48px;
    margin-bottom: 20px;
    text-transform: capitalize;
}

section.reviews h6 {
    line-height: 1.4;
    margin-bottom: 60px;
    font-weight: 300;
    font-size: 23px;
}

section.reviews .owl-item img {
    width: unset!important;
    display: table;
    margin: 0 auto 15px
}

section.reviews .owl-item p {
    font-weight: 300;
    color: #000;
    font-size: 19px;
    margin-bottom: 30px;
    line-height: 1.6;
}

section.reviews .owl-item .box {
    padding: 0 12px
}

section.reviews .owl-item .box strong {
    font-size: 22px;
    font-weight: 500;
    color: #000;
    display: block;
    margin-bottom: 5px;
    padding-top: 5px;
}

section.reviews .owl-item .box span {
    color: #fb6464;
    font-size: 19px;
    font-weight: 300;
    display: block;
}

section.reviews .owl-item .box img {
    margin-bottom: 35px
}

section.reviews.colored:after {
    content: "";
    width: 100%;
    height: 0;
    border-bottom: 7vw solid #fff;
    border-right: 98vw solid transparent;
    position: absolute;
    bottom: 0;
    left: 0
}

section.bottom-contact label {
    width: 100%;
    display: block;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 6px;
}

section.bottom-contact input,
section.bottom-contact textarea {
    width: 100%;
    padding: 15px 13px;
    margin-bottom: 20.5px;
    border: 1px solid #e7e7f1;
    border-radius: 3px;
    font-size: 13px
}

section.bottom-contact textarea {
    resize: none;
    height: 242px
}

section.bottom-contact label.fornewsletter {
    width: 70%;
    float: left;
    padding-left: 22px;
    position: relative;
    line-height: 1.3;
    margin-top: 26px;
    font-size: 16px
}

section.bottom-contact button {
    border: 0;
    font-size: 22px;
    font-weight: 500;
    color: #fff!important;
    padding: 8px 30px;
    margin: 0;
    background-color: transparent;
    float: right;
    clear: none;
    margin: 0;
    background-color: #fb6464;
    margin-top: 20px
}

.contact-details h5 {
    font-size: 18px;
    font-weight: 700;
    position: relative;
    margin-top: 0
}

.contact-details h5 span {
    position: relative
}

.contact-details small {
    font-size: 14px;
    color: #a7a7a7;
    margin-bottom: 22px;
    display: block;
    margin-top: 18px;
    line-height: 1.5
}

.contact-details li {
    position: relative;
    padding-left: 40px;
    font-size: 17px;
    color: #000;
    margin-bottom: 20px;
    line-height: 1.5
}

.contact-details li img {
    position: absolute;
    left: 0
}

.contact-details li a {
    color: #000
}

.contacts-ico {
    width: 30px;
    height: 30px;
    background-image: url(../images/sprite-generic.png);
    position: absolute;
    background-position: 117px -156px;
    left: 0
}

i.contacts-ico.co-ico-email {
    background-position: 47px 43px
}

i.contacts-ico.co-ico-phone {
    background-position: 47px 102px
}

label.fornewsletter input {
    width: unset;
    position: absolute;
    left: 0
}

section.bottom-contact {
    padding: 8.4vw 0 6vw 0
}

section.bottom-contact h2 {
    text-align: center;
    font-size: 47px;
    margin-bottom: 20px;
    letter-spacing: -1.6px;
}

section.bottom-contact h6 {
    text-align: center;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: .3px;
    margin-bottom: 90px;
    font-size: 19px;
}

footer {
    background-color: #f4f6f8;
    position: relative;
    z-index: 1;
    padding: 14em 0 4em
}

footer .container .footnav li {
    width: 33%;
    float: left
}

footer .container .footnav li a {
    color: #000;
    font-size: 14px;
    display: block;
    padding: 7px 0;
    font-weight: 500;
    position: relative;
    padding-left: 39px;
    z-index: 1
}

footer .container .full li {
    width: 100%
}

footer h4 {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    position: relative;
    display: table
}

footer .container .footnav li a:before {
    content: "\f178";
    font-family: fontawesome;
    position: absolute;
    left: 0;
    font-size: 12px;
    font-weight: 300
}

.bbb-logo {
    text-align: center;
    margin: 80px 0 0 0;
    border-top: 1px solid #e5e8eb
}

.bbb-logo img {
    position: relative;
    bottom: 22px;
    max-width: 100px
}

ul.bottom-links {
    display: table;
    margin: 38px auto 0
}

ul.bottom-links li {
    display: inline-block;
    position: relative
}

ul.bottom-links li a {
    color: #000;
    margin: 0 10px;
    font-size: 14px
}

ul.bottom-links li:after {
    content: "";
    width: 2px;
    height: 10px;
    position: absolute;
    background-color: #000;
    top: 6px
}

ul.bottom-links li:last-child:after {
    display: none
}

ul.socials {
    display: table;
    margin: 0 auto
}

ul.socials li {
    display: inline-block;
    float: left;
    margin: 20px 20px 0
}

.contact-details h5 {
    font-size: 18px;
    font-weight: 500;
    position: relative;
    margin-top: 0
}

.ico-social {
    background-image: url(../images/sprite-generic.png);
    width: 40px;
    height: 40px;
    display: table;
    background-position: -20px -91px
}

i.ico-social.ico-social-tw {
    background-position: -90px -22px
}

i.ico-social.ico-social-insta {
    background-position: -20px -21px
}

ul.social-logos li {
    display: inline-block;
    margin-right: 0px
}

ul.social-logos li img {
    max-height: 28px;
}

ul.social-logos {
    margin: 14px 0
}

ul.bottom-links li:first-child:after {
    display: none
}

footer h6 {
    font-size: 14px;
    color: #000;
    line-height: 1.7;
    letter-spacing: -.1px
}

.row-bottom {
    margin-top: 30px
}

footer:before {
    content: "";
    width: 100%;
    height: 0;
    border-top: 7vw solid #fff;
    border-left: 98vw solid transparent;
    position: absolute;
    top: 0;
    left: 0
}

section.homepros.section .vlign {
    bottom: -15em
}

section.wedo span.vlign {
    bottom: -5em
}

.clients span.vlign {
    bottom: -14em
}

section.reviews .vlign {
    bottom: 0;
}

section.wedo p {
    line-height: 1.5
}

.bthree img.homebanner-thumb {
    max-width: 84%
}

.bfour img.homebanner-thumb {
    max-width: 90%
}

.homepros a.btn-default {
    /* margin-top: 30px; */
    /* display: table; */
}

.homepros a.btn-default {
    margin-top: 19px;
    display: inline-block;
}

.banner-inn {
    display: block;
    clear: both;
    position: relative;
    background-size: cover;
    background-position: center;
    margin-bottom: 4.492vw
}

.caption-inn {
    text-align: center;
    padding: 9vw 0;
    /* text-shadow: #00000091 0 1px 1px */
    background-color: #000000a6;
}

.caption-inn h1 {
    font-size: 50px;
    font-weight: 300;
    color: #fff;
    font-size: 3.1vw
}

.inpage header {
    position: static
}

section.ourmission {
    background-color: #fff;
    padding: 3em 0 5em;
    position: relative
}

section.ourmission h2 small {
    color: #fb6464;
    font-size: 26px;
    display: block;
    font-weight: 300;
    display: block;
    margin-bottom: 18px
}

.ourmission .owl-item {
    padding: 0
}

div#ourmission {
    position: relative;
    margin: -30px 0 50px 0
}

div#ourmission .owl-nav {
    position: absolute;
    bottom: -20px;
    width: 100%
}

div#ourmission .owl-nav span {
    font-size: 0;
    font-weight: 300;
    color: #c1c4c9;
    background-image: url(../images/proirity-prev.png);
    width: 55px;
    height: 30px;
    display: block;
    background-repeat: no-repeat
}

div#ourmission .owl-nav button.owl-next {
    margin-left: 20px
}

div#ourmission h5 {
    font-size: 30px;
    color: #000;
    margin-top: 24px;
    font-weight: 300;
    margin-bottom: 30px
}

div#ourmission p {
    font-size: 19px;
    font-weight: 300;
    color: #000
}

section.our-core {
    color: #fff;
    padding: 80px 0;
    position: relative
}

section.its-time {
    text-align: center;
    display: block;
    padding: 16em 0;
    background-color: #f3f3f3;
    position: relative
}

section.its-time h2 strong {
    font-size: 100px;
    font-weight: 800
}

section.our-core h3 {
    font-size: 50px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 40px;
    margin-top: 0;
    margin-top: 60px
}

section.our-core h3 strong {
    color: #afb4c0;
    font-size: 100px;
    font-weight: 900
}

section.our-core h6 {
    font-size: 19px;
    color: #000;
    line-height: 1.4;
    font-weight: 300
}

section.our-core li {
    float: left;
    width: 50%;
    padding: 0 20px 20px;
    border-right: 1px solid #e5e6e9;
    text-align: right;
    border-bottom: 1px solid #e5e6e9
}

section.our-core li span {
    display: block
}

section.our-core li:nth-child(even) {
    text-align: left;
    border-right: 0
}

section.our-core li:nth-child(3),
section.our-core li:nth-child(4) {
    border-bottom: 0;
    padding-top: 30px;
    padding-bottom: 0
}

section.our-core h4 {
    color: #000;
    font-size: 30px;
    font-weight: 300;
    margin-top: 0
}

section.our-core li span {
    font-size: 16px;
    color: #000;
    padding: 7px 0;
    font-weight: 400
}

section.untiring img {
    max-width: unset;
    float: right
}

section.untiring {
    padding: 14em 0
}

section.untiring h2 {
    font-size: 35px;
    margin-bottom: 30px;
    margin-top: 60px;
}

section.untiring h2 strong {
    font-weight: 900;
    font-size: 100px
}

section.untiring p {
    line-height: 1.6;
    margin-bottom: 30px;
    font-size: 19px;
    font-weight: 300;
}

section.our-principle h4 {
    font-size: 34px;
    font-weight: 800;
    margin-bottom: 30px;
    color: #000
}

section.our-principle .box {
    padding-left: 80px;
    padding-bottom: 30px;
    position: relative;
    margin-bottom: 80px
}

section.our-principle .box strong {
    position: absolute;
    left: 0;
    color: #afb4c0;
    font-size: 100px;
    line-height: .9;
    font-weight: 300
}

section.our-principle .box:after {
    width: 0px;
    height: 6px;
    background-color: #fb6464;
    position: absolute;
    bottom: 0;
    content: "";
    left: 70px
}

section.our-principle .box h5 {
    font-size: 38px;
    font-weight: 300;
    color: #000;
}

section.our-principle .box p {
    color: #35383f;
    font-size: 18px;
    font-weight: 400;
}

div#ourmission .owl-nav .owl-next span {
    background-image: url(../images/proirity-next.png)
}

#ourmission h2 {
    font-weight: 300;
    font-size: 50px;
    margin-bottom: 0
}

.inpage h2 {
    font-size: 44px;
}

section.its-time h2 {
    margin-top: 0;
    margin-bottom: 25px
}

section.its-time h6 {
    font-size: 19px;
    line-height: 1.3;
    font-size: 19px;
    margin-bottom: 25px
}

section.its-time p {
    font-size: 20px;
    color: #000;
    font-weight: 300;
    font-size: 19px
}

.colored-ba {
    position: relative;
    background-color: #f3f3f3
}

.colored-ba:before {
    content: "";
    height: 0;
    border-top: 7vw solid #fff;
    border-right: 98vw solid transparent;
    position: absolute;
    top: 0;
    left: 0
}

.colored-ba:after {
    content: "";
    height: 0;
    border-bottom: 7vw solid #fff;
    border-right: 98vw solid transparent;
    position: absolute;
    bottom: 0;
    left: 0
}

section.our-core h2 {
    margin-top: 2em
}

section.our-principle h2 {
    text-align: center;
    margin-bottom: 1em
}

section.our-principle {
    padding: 8em 0;
    position: relative
}

.ourmission span.vlign {
    bottom: -14em
}

.our-core span.vlign {
    bottom: -14em
}

section.banner-inn:after {
    content: "";
    height: 0;
    border-bottom: 5vw solid #fff;
    border-right: 98vw solid transparent;
    position: absolute;
    bottom: -3px;
    left: 0;
    z-index: 9
}
.serv-inn section.banner-inn:after{
	display:none
}


body.who-we section.reviews.colored:before {
    content: "";
    width: 100%;
    height: 0;
    border-top: 7vw solid #fff;
    border-right: 98vw solid transparent;
    position: absolute;
    top: 0;
    left: 0
}

.inpage .head {
    margin: 0;
    padding: 0;
}

section.case-study {
    background-color: #fff;
    width: 100%;
    display: block;
    margin-top: 50px;
    overflow:hidden;
    clear: both;
    position: relative
}

.cs-content p {
    color: #888886;
    font-weight: 300;
    font-size: 20px;
}

.cs-thumb {
    overflow: hidden;
    position: relative
    
}

section.case-study ul li:hover .cs-thumb img {
    /* transform: scale(1.4) rotate(-10deg) */
}

.cs-thumb img {
    transition: .4s linear 0s;
    width: 100%
}

body.ourwork header {
    background-color: transparent
}

section.case-study ul {
    width: 96%;
    display: block;
    margin: 0 auto
}

section.case-study ul li {
    width: 49.2%;
    position: relative;
    overflow: hidden;
    margin: 20px 0;
    border-radius: 2px;
    transition: .3s linear 0s;
    display: inline-block;
    float: left;
    clear: left;
    border: 1px solid transparent
}

section.case-study ul li:nth-child(even) {
    float: right;
    clear: right
}

.cs-content h5 {
    color: #000;
    display: block;
    padding: 10px 0 17px;
    position: relative;
    font-weight: 300;
    font-size: 1.1vw
}

    .cs-content h5:after {
        content: "";
        width: 80px;
        height: 2px;
        background-color: #fb6565;
        position: absolute;
        bottom: 0;
        left: 0px
    }

.cs-content .btn {
    position: absolute;
    right: -400px;
    transition: .5s all 0s;
    margin-top: 0;
    top: 10px;
    font-size: 1.4em
}

.cs-content h3 {
    font-weight: 300;
    color: #000;
    font-size: 40px;
}

.cs-bn-main {
    position: relative;
    padding: 0 40px 20px
}

section.case-study ul li:hover {
    background-color: #f6f7f8;
    box-shadow: 0 0 20px #0000001f;
    border-color: #fff
}

.cs-content {
    padding: 0 20px;
    position: relative
}

.caption-inn h2, .caption-inn h1 {
    color: #fff; 
    font-weight: 300;
    font-size: 50px;  
    line-height: 51px;
}

.caption-inn h2 strong {
    display: block;
    font-weight: 500
}

span.coming-soon {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000000bf;
    z-index: 99;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-size: 50px;
    color: #ffff;
    font-weight: 800
}

section.case-study .btn {
    display: table;
    margin: 0 auto 30px;
    background-color: #fb6565;
    font-weight: 300;
    color: #fff
}

section.case-study ul li:hover a.btn.btn-cs {
    /* right: 20px */
}

section.case-study ul li a.btn.btn-cs{
right: 20px 
}

body.ourwork section.reviews.colored {
    margin-top: 0
}

body.ourwork section.reviews.colored:before {
    content: "";
    width: 100%;
    height: 0;
    border-top: 7vw solid #fff;
    border-right: 98vw solid transparent;
    position: absolute;
    top: 0;
    left: 0
}

section.case-study .vlign {
    bottom: -14em
}

section.talk-us img {
    max-width: unset;
    float: right;
    width: 53.9vw;
    padding-right: 60px
}

section.talk-us h2 {
    text-align: left;
    margin-top: -15px;
    margin-bottom: 20px
}

section.talk-us h6 {
    text-align: left;
    font-size: 23px;
    line-height: 1.3;
    color: #000;
    font-size: 19px;
    margin-bottom: 24px
}

section.talk-us li {
    display: inline-block;
    float: left;
    margin-right: 16px;
}

section.talk-us li a.btn {
    font-size: 20px;
    margin-bottom: 0;
    margin-top: 42px;
    background-color: #fb6464;
    font-weight: 300;
    padding: 12px 40px;
    color: #fff;
}

section.talk-us h2 small {
    color: #fb6464;
    display: block;
    font-size: 36px;
    font-weight: 300;
    margin-top: 20px;
    margin-bottom: 8px;
}

section.contactmain-details h4 {
    font-size: 40px;
    color: #484848;
    font-weight: 300;
    margin-top: 40px;
}

section.contactmain-details small {
    display: block;
    color: #484848;
    margin-bottom: 16px;
    line-height: 1.4;
    font-weight: 300;
    font-size: 19px;
}

section.contactmain-details li,
section.contactmain-details li a {
    font-size: 16px;
    display: block;
    color: #484848;
    margin: 3px 0;
    font-weight: 300;
    font-size: 19px
}

section.contactmain-details ul.inline li {
    display: inline-block;
    position: relative;
    padding-right: 10px
}

section.contactmain-details ul.inline li:after {
    content: "/";
    float: left;
    position: absolute;
    top: 3px;
    right: 0;
    font-weight: 700
}

section.contactmain-details ul.inline li:last-child:after {
    display: none
}

.contactmain-details .box {
    padding-bottom: 20px
}

section.contact-map iframe {
    width: 100%
}

section.hire-us label {
    width: 100%;
    display: block;
    margin-bottom: 14px;
    font-size: 18px;
    color: #000;
    font-weight: 400
}

section.hire-us input,
section.hire-us textarea {
    margin-bottom: 27px;
    width: 100%;
    padding: 15px 15px;
    font-size: 14px;
    border-radius: 4px;
    border: 1px solid #c2cad1
}

section.hire-us input[type=checkbox] {
    width: unset;
    margin-right: 7px;
    margin-bottom: 0
}

section.hire-us li {
    display: inline-block;
    width: 33%;
    margin: 11px 0;
    font-size: 14px;
    color: #5d5d5d
}

.hire-us input[type=file]~label {
    position: absolute;
    top: 17px;
    right: 0;
    width: 69%;
    font-size: 15px
}

section.hire-us textarea {
    height: 120px;
    resize: none
}

section.hire-us button {
    float: right
}

section.hire-us label.condition-check {
    float: left;
    width: 77%;
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 10px
}

section.hire-us {
    margin: 50px 0;
    display: block;
    clear: both;
    padding: 8em 0 0
}

section.contactmain-details ul.inline li a {
    color: #4267b2
}

section.contactmain-details ul.inline li:nth-child(2) a {
    color: #50afe7
}

section.hire-us h2~h6 {
    margin-top: 24px;
    margin-bottom: 60px;
    text-align: center;
    font-size: 22px;
    line-height: 1.4;
    font-weight: 300;
    font-size: 19px
}

.fly-box {
    position: relative
}

.fly-box {
    -webkit-transition: -webkit-transform .7s ease;
    transition: -webkit-transform .7s ease;
    transition: transform .7s ease;
    transition: transform .7s ease, -webkit-transform .7s ease
}

.fly-box:first-child {
    top: 110px;
    -webkit-transition: -webkit-transform 1s ease;
    transition: -webkit-transform 1s ease;
    transition: transform 1s ease;
    transition: transform 1s ease, -webkit-transform 1s ease
}

.fly-box:nth-child(2) {
    top: 50px;
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease
}

.fly-box:nth-child(3) {
    top: 120px;
    -webkit-transition: -webkit-transform .9s ease;
    transition: -webkit-transform .9s ease;
    transition: transform .9s ease;
    transition: transform .9s ease, -webkit-transform .9s ease;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

section.talk-us {
    padding: 5em 0 8em;
    background-color: #fff;
    position: relative
}

section.talk-us p {
    font-size: 19px;
    color: #000;
    font-weight: 300;
    font-size: 19px;
    margin-bottom: 0
}

section.talk-us li:last-child a {
    background-color: #565761
}

body.contact-us .banner-inn span.vlign {
    top: 25em
}

.col-md-3.fly-box img {
    width: 100%
}

section.contactmain-details {
    margin: 0 auto;
    clear: both;
    display: block;
    position: relative;
    float: left;
    width: 100%;
    padding: 23vw 3vw 2vw
}

section.hire-us h2 {
    text-align: center
}

section.hire-us button {
    background-color: #fb6464;
    color: #fff !important;
    padding: 10px 20px;
    font-size: 22px;
    font-weight: 300;
    padding: 10px 40px
}

.talk-us span.vlign {
    bottom: -15em
}

.ourprocess-inner .tabs li {
    font-size: 22px;
    font-weight: 800;
    width: 22%;
    padding: 20px 45px 20px 24px;
    line-height: 1.2;
    position: relative;
    border-bottom: 2px solid #dbdfe6;
    margin-right: 2.4%
}

.ourprocess-inner .tabs li.tab-link:before {
    content: "";
    width: 0;
    height: 25px;
    position: absolute;
    left: 0;
    background-color: #fb6464;
    top: 23px
}

.ourprocess-inner .tabs li.tab-link.current {
    background-color: transparent
}

.ourprocess-inner .tabs li:last-child {
    margin-right: 0
}

.ourprocess-inner .tab-content {
    margin-top: 20px;
    background-color: transparent
}

.ourprocess-inner h3 {
    color: #000;
    font-size: 50px;
    font-weight: 800;
    margin-bottom: 30px;
    margin-top: 120px
}

.ourprocess-inner p {
    color: #484848;
    line-height: 1.5;
    margin-bottom: 30px;
    font-weight: 300;
    font-size: 19px;
}

section.propose-solution {
    margin: 50px 0;
    position: relative;
    padding: 3vw 0 7vw
}

section.propose-solution p {
    margin-bottom: 20px;
    font-size: 23px;
    font-weight: 300;
    font-size: 19px
}

section.propose-solution h2 {
    margin-bottom: 20px
}

section.propose-solution h4 {
    font-weight: 300;
    font-size: 30px;
    color: #000;
    margin-top: 40px;
    margin-bottom: 32px;
    border-bottom: 1px dashed #b9b9b9;
    padding-bottom: 22px
}

section.propose-solution .box img {
    position: absolute;
    left: 0
}

section.propose-solution .box strong {
    font-size: 20px;
    font-weight: 300;
    color: #000;
    width: 100%;
    display: block;
    line-height: 1.5
}

section.propose-solution .box {
    display: block;
    padding-left: 65px;
    position: relative;
    margin-bottom: 25px;
    border-bottom: 1px dashed #b9b9b9;
    padding-bottom: 25px
}

.prop-bottom .in {
    border-bottom: 8px solid #dbdfe6;
    padding: 13px 25px;
    position: relative
}

.prop-bottom .in:before {
    content: "";
    width: 3px;
    height: 50px;
    position: absolute;
    left: 0;
    background-color: #fb6464;
    top: 27px
}

.prop-bottom .in h5 {
    font-size: 30px;
    font-weight: 300;
    color: #000;
    transition: .3s linear 0s
}

.prop-bottom .in h6 {
    font-size: 21px;
    color: #000;
    font-weight: 300;
    font-size: 19px
}

.prop-bottom {
    display: block;
    margin-top: 40px;
    float: left;
    width: 100%
}

section.build-product h2 {
    margin-bottom: 50px
}

.bp-head img {
    clear: both;
    display: block
}

.bp-head strong {
    font-size: 28px;
    margin-top: 30px;
    display: block;
    margin-bottom: 20px;
    color: #000;
    font-weight: 300;
    line-height: 1.3;
    position: absolute;
    bottom: 0
}

.bp-head {
    border-bottom: 2px solid #dbdfe6;
    margin-bottom: 30px;
    min-height: 165px;
    position: relative
}

section.build-product li {
    font-size: 20px;
    display: block;
    padding-top: 50px;
    position: relative;
    margin-bottom: 30px;
    color: #4e5054
}

section.build-product li:before {
    content: "";
    font-family: fontawesome;
    position: absolute;
    top: 0;
    font-weight: 300;
    color: #333;
    background-image: url(../images/down-arrow.png);
    width: 20px;
    height: 60px;
    background-repeat: no-repeat
}

.bp-head:after {
    content: "";
    background-image: url(../images/build-next.png);
    width: 51px;
    height: 38px;
    position: absolute;
    right: 20px;
    bottom: 20px;
    background-repeat: no-repeat
}

section.build-product .col-md-3:nth-child(4) .bp-head:after {
    display: none
}

section.deploy {
    text-align: center;
    margin: 20px 0;
    padding: 5vw 0 0
}

section.deploy h2 {
    margin-bottom: 40px
}

section.deploy img {
    margin-bottom: 30px
}

body.our-process section.reviews {
    min-height: unset!important
}

article.ourprocess-inner {
    clear: both;
    display: block;
    position: relative;
    z-index: 1
}

ul.tabs li a {
    color: #000;
    text-decoration: none
}

ul.tabs li a:hover {
    color: #c42d3b
}

.goto-links {
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9
}

.goto-links.fixed {
    position: fixed;
    box-shadow: 0 0 62px #00000017;
    border-bottom: 1px solid #fff;
    z-index: 9991
}

.fixed .tabs li {
    padding: 15px 11px
}

.fixed .tabs li a {
    font-size: 16px
}

.fixed .tabs li.tab-link.current:before {
    height: 17px
}

.ourprocess-inner .tabs li.tab-link:hover:before {
    width: 2px
}

.fixed .tabs li.tab-link:hover:before {
    height: 20px
}

.goto-links,
.goto-links * {
    transition: .4s linear 0s
}

.goto-links ul.tabs {
    display: flex
}

.goto-links ul.tabs a {
    font-weight: 300;
    font-size: 32px;
}

article#process h2.center {
    text-align: center
}

article#process p.center {
    text-align: center;
    font-size: 21px;
    font-weight: 300;
    font-size: 19px
}

.goto-links.fixed ul.tabs a {
    font-size: 1.1vw
}

section.requirements {
    padding: 10vw 0 8vw;
    margin-top: 3vw
}

.fixed .tabs li:before {
    bottom: 0
}

.ourprocess-inner .fixed .tabs li.tab-link:before {
    top: 20px
}

section#products {
    padding: 13vw 0
}

section.reviews.colored:before {
    content: "";
    width: 100%;
    height: 0;
    border-top: 7vw solid #fff;
    border-right: 98vw solid transparent;
    position: absolute;
    top: 0;
    left: 0
}

.prop-bottom .in:hover h5 {
    font-weight: 600
}

section#clients {
    padding-top: 5em;
    padding-bottom: 8em;
}

section.propose-solution .vlign {
    bottom: -15vw
}

section.complete-range {
    text-align: center;
    padding: 3em 0 11em;
    position: relative
}

section.complete-range li {
    display: inline-block;
    margin: 0 1%;
    width: 14.6%;
    height: 165px;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    padding: 40px 0;
    transition: .3s all 0s;
    text-align: center;
    color: #000;
    font-size: 18px;
    font-weight: 700;
    border-radius: 3px;
    border: 1px solid #eaedf0
}

section.complete-range ul {
    display: table;
    margin: 30px auto 0;
    float: none;
    width: 100%
}

section.complete-range li img {
    display: table;
    margin: 0 auto;
    clear: both;
    max-height: 50px
}

section.complete-range li strong {
    clear: both;
    display: table;
    margin: 10px auto;
    font-size: 18px;
    color: #000000d1;
    font-weight: 400;
    font-family: Proxima Nova;
    padding-top: 10px
}

section.complete-range li:hover {
    box-shadow: 0 0 20px #e2e5eb
}

section.complete-range .btn {
    display: table;
    margin: 70px auto 0;
    position: relative;
    top: -10px
}

section.share-ideas {
    padding: 15em 0 20em
}

.share-ideas .content {
    padding: 20px;
    background-color: #fff
}

section.share-ideas .box {
    border: 1px solid #eaedf0;
    border-radius: 5px;
    transition: .4s linear 0s;
    float: left;
    width: 100%;
    padding-bottom: 19px;
    margin-top: 0;
    background-color: #fff
}

section.share-ideas .box:hover {
    box-shadow: 0 0 20px #e9edf2
}

.share-ideas ul {
    padding: 0 15px;
    display: table;
    margin: 0 auto
}

.share-ideas ul a.btn {
    font-size: 17px;
    margin: 0;
    padding: 7px 22px;
    background-color: #fb6464;
    color: #fff;
    border-radius: 2px;
    font-weight: 300;
}

.share-ideas ul li {
    display: inline-block;
    float: left;
    margin: 0 6px;
    font-size: 14px;
    font-weight: 600
}

.share-ideas .content strong {
    font-size: 27px;
    color: #000;
    display: block;
    margin-bottom: 15px;
    float: left;
    width: 100%;
    margin-top: 20px;
    font-weight: 300;
}

.share-ideas .content {
    font-size: 15px;
    color: #484848;
    font-weight: 600;
    min-height: 190px;
    text-align: left
}

.share-ideas ul li small {
    font-size: 13px
}

section.our-solutions {
    padding: 8em 0 13em;
    text-align: left;
    position: relative
}

section.our-solutions h2 {
    text-align: left;
    color: #000;
    line-height: 1;
    margin-bottom: 20px;
}

section.our-solutions h6 {
    text-align: left;
    font-size: 20px;
    color: #000;
    line-height: 1.7;
    font-weight: 300;
}

section.our-solutions h2 strong {
    display: block;
    font-size: 85px;
    color: #000;
    font-weight: 300;
    letter-spacing: -4.3px;
}

section.our-solutions .box p {
    color: #323f4b;
    font-size: 17px;
    margin-bottom: 0;
    font-weight: 300;
}

section.our-solutions .box h4 {
    color: #000;
    font-size: 33px;
    font-weight: 300;
    margin-top: 50px;
    margin-bottom: 20px;
}

section.our-solutions .box {
    padding: 50px 40px;
    border: 1px solid #e0e0e0;
    position: relative;
    transition: .3s linear 0s;
    margin-top: -1px;
    min-height: 380px;
}

section.our-solutions .box img {
    position: absolute;
    right: 20px;
    top: 35px
}

section.our-solutions .box:hover {
    box-shadow: 0 0 30px #0000001f;
    border-color: transparent
}

section.ourprocess {
    padding: 5vw 0 0
}

section.ourprocess h2 {
    font-weight: 300;
    font-size: 70px;
    margin-bottom: 25px;
    line-height: 1;
    letter-spacing: -1px;
    color: #000;
}

section.ourprocess h6 {
    text-align: left;
    font-size: 19px;
    color: #484848;
    line-height: 1.5
}

section.ourprocess li {
    float: left;
    width: 50%;
    height: 200px;
    padding: 20px 30px;
    position: relative
}

section.ourprocess li:first-child {
    border-right: 1px solid #dadde0
}

section.ourprocess li:first-child,
section.ourprocess li:nth-child(2) {
    border-bottom: 1px solid #dadde0
}

section.ourprocess li:nth-child(3) {
    width: 80%;
    float: right;
    border-left: 1px solid #dadde0;
    height: 150px
}

section.ourprocess li h4 {
    font-size: 26px;
    font-weight: 300;
    color: #000;
}

section.ourprocess li img {
    position: absolute;
    right: 20px;
    top: 20px
}

section.ourprocess li p {
    font-size: 15px;
    color: #35383ed4;
    font-weight: 500;
    padding-right: 20px;
}

section.ourprocess li:nth-child(4),
section.ourprocess li:nth-child(5) {
    border-top: 1px solid #dadde0
}

section.ourprocess li:nth-child(4) {
    border-right: 1px solid #dadde0
}

section.ourprocess h2 i {
    font-family: Pacifico, cursive;
    text-transform: capitalize;
    font-size: 40px;
    color: #c0202f
}

section.complete-range h2 {
    margin-bottom: 20px
}

section.complete-range h6 {
    line-height: 1.5;
    font-size: 1.5vw;
    font-weight: 300
}

section.complete-range li i {
    display: table;
    margin: 0 auto 20px;
    float: none
}

section.share-ideas h2 {
    letter-spacing: -.7px;
    margin-bottom: 20px;
    font-size: 43px;
}

section.share-ideas h6 {
    margin-bottom: 37px;
    line-height: 1.5
}

section.our-solutions .box:hover img {
    filter: contrast(180%)
}

section.complete-range p {
    line-height: 1.7;
    font-size: 19px;
    font-weight: 300;
    color: #323f4b;
}

.complete-range .btn {
    background-color: #fb6464;
    color: #fff;
    padding: 12px 20px;
    border-radius: 4px;
    font-size: 19px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

section.share-ideas h2,
section.share-ideas h2~p {
    text-align: center
}

section.share-ideas h2~p {
    line-height: 1.7;
    font-size: 17px;
    font-weight: 300;
    color: #323f4b;
    margin-bottom: 40px;
    padding: 0 150px;
}

.share-ideas .content p {
    font-size: 15px;
    color: #484848
}

section.our-solutions .box:hover h4 {
    color: #fb6464
}

.mobileapplication .caption-inn {
    padding-top: 6vw
}

section.complete-range .vlign {
    bottom: -150px;
}

section.our-solutions .vlign {
    bottom: -170px;
}

section.ourprocess h6 {
    font-size: 23px;
    line-height: 1.5;
    font-weight: 300;
    color: #000
}

section.ourprocess .btn {
    background-color: #fb6464;
    color: #fff;
    font-size: 22px;
    font-weight: 300;
    padding: 10px 26px;
    border-radius: 2px;
    margin-top: 19px
}

section.ourprocess li:hover h4 {
    color: #fb6464
}

.caption-inn h2 small {
    display: block;
    color: #fff;
    font-size: 32px;
    font-weight: 300;
    line-height: 1.2;
    margin-top: 23px;
}

section.tech-stack ul {
    margin: 50px 0 30px;
    display: flex
}

section.our-blockchain {
    padding: 100px 0
}

section.our-blockchain h3 {
    color: #000;
    font-size: 83px;
    font-weight: 300;
    line-height: .7;
    margin-bottom: 25px
}

section.our-blockchain h3 small {
    font-size: 50px;
    color: #fff;
    font-weight: 800
}

section.our-blockchain h3 span {
    color: #afb4c0
}

section.our-blockchain p {
    color: #323f4b;
    font-weight: 300;
    font-size: 20px;
    font-size: 19px;
}

section.our-blockchain li {
    color: #000;
    font-size: 24px;
    font-weight: 300;
    display: block;
    margin: 28px 0;
    line-height: 1.5;
    padding-left: 40px;
    position: relative;
}

section.our-blockchain li:before {
    content: "";
    position: absolute;
    left: 0;
    width: 22px;
    height: 24px;
    background-image: url(../images/checkmini-red.png);
    top: 8px;
    background-repeat: no-repeat
}

section.our-blockchain ul {
    padding-left: 30px;
    font-family: Proxima Nova;
}

section.blockchain-sec h4 {
    font-size: 30px;
    font-weight: 400;
    color: #000;
    border-bottom: 7px solid #dbdfe6;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

section.blockchain-sec h5 {
    font-size: 24px;
    font-weight: 800;
    color: #000
}

section.blockchain-sec .col-md-6 li {
    font-size: 16px;
    color: #707279;
    font-weight: 500;
    margin: 20px 0;
    display: block;
    position: relative;
    padding-left: 26px
}

section.blockchain-sec .col-md-5 li {
    font-size: 17px;
    font-weight: 300;
    margin: 16px 0;
    line-height: 1.4;
    display: block;
    color: #000;
    position: relative;
    padding-left: 34px;
}

section.blockchain-sec h5 {
    border-bottom: 7px solid #dbdfe6;
    padding-bottom: 17px;
    margin-bottom: 28px;
    font-weight: 300
}

section.blockchain-sec .col-md-5 li:before {
    content: "\f178";
    position: absolute;
    left: 0;
    font-family: fontawesome;
    color: #fb6464;
    font-weight: 300;
    font-size: 15px;
    top: 2px
}

section.blockchain-sec .col-md-6 li:before {
    content: "";
    position: absolute;
    left: 0;
    width: 10px;
    height: 10px;
    border: 2px solid #fb6b6b;
    border-radius: 50px;
    top: 5px
}

body.blockchain section.tech-stack li {
    border: 0;
    height: 160px;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    float: left
}

section {
    position: relative
}

section.about-blockchain {
    padding: 2em 0 9em;
    text-align: center
}

section.about-blockchain p {
    font-size: 20px;
    font-weight: 300;
    font-size: 19px
}

section.tech-stack {
    padding: 15vw 0
}

section.tech-stack h6 {
    font-weight: 300;
    font-size: 19px;
    text-align: center;
    line-height: 1.5;
}

section.tech-stack h2 {
    text-align: center
}

body.blockchain section.tech-stack li strong {
    display: block;
    clear: both;
    position: absolute;
    bottom: -40px;
    text-align: center;
    width: 100%;
    font-size: 24px;
    font-weight: 300;
}

section.blockchain-process.colored-ba {
    padding: 14vw 0
}

section.our-blockchain .vlign {
    bottom: -8vw;
}

section.blockchain-sec {
    padding: 13em 0 10em
}

section.about-blockchain .vlign {
    bottom: -160px;
}

section.blockchain-process.mainhd h2 {
    text-align: center
}

section.blockchain-process.mainhd h2~p {
    text-align: center;
    margin-bottom: 60px;
    font-size: 18px;
    font-weight: 300;
    padding: 0 110px;
}

section.blockchain-sec .vlign {
    bottom: -190px;
}

section.blockchain-sec.colored-ba {
    padding: 18em 0 15em
}

section.blockchain-sec.colored-ba .vlign {
    bottom: 0;
}

section.blockchain-sec.last {
    padding-bottom: 0
}

section.smart-chatbot .box {
    background-color: #fff;
    box-shadow: 0 0 30px #e9e9ea6b;
    padding: 40px;
    margin-top: 50px;
    min-height: 291px;
}

section.smart-chatbot .box img {
    clear: both;
    display: table;
    margin: 0 auto
}

section.smart-chatbot .box strong {
    font-size: 22px;
    color: #000000ba;
    margin: 20px 0 15px;
    display: block;
    font-weight: 400;
    text-align: center;
}

section.chatbot-intellectual h4 {
    display: block;
    text-align: center;
    font-size: 30px;
    font-weight: 300;
    color: #000;
    margin-top: 19px;
    margin-bottom: 25px
}

section.chatbot-intellectual img {
    display: table;
    margin: 20px auto 10px;
    text-align: center;
    filter: brightness(1)
}

section.chatbot-intellectual {
    text-align: center;
    padding: 7vw 0 10vw
}

section.chatbot-intellectual strong {
    font-size: 24px;
    color: #000;
    font-weight: 300;
    margin-top: 24px;
    display: block;
    margin-bottom: 20px;
}

section.chatbot-advanced h6 {
    text-align: left;
    font-size: 19px;
    font-weight: 300;
    line-height: 1.6
}

section.chatbot-advanced img {
    clear: both;
    display: block
}

section.chatbot-advanced strong {
    font-size: 22px;
    color: #313131;
    font-weight: 400;
    line-height: 1.2;
    margin: 15px 0 10px;
    display: block;
    border-right: 1px solid #d2d4db;
    position: relative;
    padding-bottom: 0;
}

section.chatbot-advanced h2 {
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative;
    font-size: 37px;
}

section.chatbot-advanced .col-md-4:nth-child(3) strong {
    border: 0
}

i.mldd-icon {
    display: table;
    margin: 10px auto;
    width: 140px;
    height: 120px;
    background-image: url(../images/machine-learning-sprite1.png);
    transform: scale(.7)
}

section.ml-datadriven strong {
    font-size: 22px;
    margin: 0 0 20px;
    display: block;
    color: #000;
    font-weight: 500;
}

section.ml-datadriven p {
    margin-bottom: 60px;
    font-size: 23px;
    font-size: 19px;
    font-weight: 300
}

section.ml-datadriven h6 {
    margin: 40px 0 70px
}

i.mldd-icon.mldd-icon2 {
    background-position: -390px 0
}

i.mldd-icon.mldd-icon3 {
    background-position: 133px 0
}

i.mldd-icon.mldd-icon4 {
    background-position: 0 -361px;
    background-repeat: no-repeat
}

i.mldd-icon.mldd-icon5 {
    background-position: -396px -361px
}

i.mldd-icon.mldd-icon6 {
    background-position: 130px -361px
}

section.ml-process strong {
    font-size: 80px;
    font-family: teko;
    font-weight: 300;
    text-align: right;
    display: block;
    color: #fb6868;
    padding: 10px 0;
    line-height: 72px;
}

section.ml-process h4 {
    text-align: right;
    display: block;
    font-size: 34px;
    color: #000;
    font-weight: 300;
    margin-bottom: 0;
    margin-top: 0;
}

section.ml-process h6 {
    display: block;
    margin: 30px 0 50px
}

section.ml-process .row.even h4,
section.ml-process .row.even strong {
    text-align: left
}

section.ml-process p {
    text-align: left;
    font-size: 18px;
    font-weight: 300;
}

section.ml-process .even p {
    text-align: right
}

section.ml-process .even {
    margin: 90px -15px;
}

.ml-process .box-left,
.ml-process .box-right {
    padding: 0 40px;
    position: relative;
    display: table;
    width: 100%
}

.ml-process .box-left:after {
    content: "";
    background-image: url(../images/process-circle-mid.png);
    width: 14px;
    height: 101px;
    position: absolute;
    right: -24px
}

.ml-process .last .box-left:after {
    display: none
}

.machinelearning .banner .caption h1 {
    font-size: 48px
}

body.chatbot ul.tabs {
    margin: 0;
    padding: 0;
    list-style: none
}

body.chatbot ul.tabs li {
    background: 0 0;
    color: #222;
    display: inline-block;
    padding: 10px 15px;
    cursor: pointer;
    font-weight: 800;
    margin-bottom: 7px
}

body.chatbot ul.tabs li.current {
    color: #fb6464
}

body.chatbot .tab-content {
    display: none;
    border: 1px solid #cfd3d9;
    border-radius: 3px
}

body.chatbot .tab-content.current {
    display: inherit
}

section.chatbot-cases h2 {
    text-align: center
}

section.chatbot-cases li.tab-link img {
    clear: both;
    display: block;
    margin-bottom: 10px;
    filter: grayscale(100%);
    max-width: 46px;
    float: left
}

section.chatbot-cases li.tab-link {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 700
}

body.chatbot .tab-content {
    padding: 50px 40px;
    height: 430px;
    background-color: #fff
}

body.chatbot .tab-content h4 {
    font-size: 30px;
    font-weight: 300;
    color: #000
}

body.chatbot .tab-content h5 {
    color: #000;
    font-size: 18px;
    font-weight: 300;
}

body.chatbot .tab-content li {
    display: block;
    width: 100%;
    font-size: 16px;
    margin: 18px 0;
    background-image: url(../images/redarrow.png);
    background-repeat: no-repeat;
    padding-left: 50px;
    background-position: left 7px;
    color: #5a5a5a;
}

body.chatbot .tab-content ul {
    display: block;
    margin: 40px 0 0
}

section.chatbot-cases li.tab-link.current img {
    filter: unset
}

body.chatbot .right ul.tabs li {
    text-align: right
}

body.chatbot ul.tabs li strong {
    width: 100%;
    float: left;
    font-size: 24px;
    font-weight: 300
}

body.chatbot .right ul.tabs li img {
    float: right
}

body.chatbot .banner-right img {
    left: 50px
}

body.chatbot .banner-right .legend {
    left: 50%
}

section.smart-chatbot h2 {
    text-align: center
}

section.smart-chatbot h6 {
    text-align: center;
    font-size: 1.3vw;
    font-weight: 300
}

section.smart-chatbot .box p {
    font-size: 14px;
    text-align: center;
    font-weight: 300;
    padding: 0 0;
    margin: 0;
}

section.smart-chatbot {
    padding: 4vw 0 7vw
}

section.chatbot-cases.colored-ba {
    padding: 17em 0px 19em;
}

section.chatbot-cases.colored-ba h6 {
    text-align: center;
    font-size: 19px;
    line-height: 1.6;
    font-weight: 300;
    margin-bottom: 30px
}

section.chatbot-advanced.colored-ba {
    padding: 16vw 0
}

section.chatbot-advanced {
    padding: 5vw 0
}

section.chatbot-intellectual h6 {
    font-weight: 300;
    font-size: 19px
}

section.chatbot-intellectual p {
    font-size: 17px;
    font-weight: 300;
    padding: 0 18px;
    line-height: 23px;
}

section.chatbot-advanced.last {
    padding-bottom: 0;
    padding: 10vw 0 0
}

section.chatbot-advanced p {
    font-size: 15px;
    font-weight: 300;
}

span.vlign.noncolored {
    bottom: -10em
}

i.ico-busint {
    background-image: url(../images/bi-sprite1.png);
    width: 250px;
    height: 180px;
    display: table;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: -151px 0;
    transform: scale(.7)
}

section.busint strong {
    text-align: center;
    font-size: 23px;
    color: #000;
    display: block;
    margin: -18px 0 20px;
    font-weight: 300;
    font-size: 19px
}

i.ico-busint.ico-busint2 {
    background-position: -462px 0
}

i.ico-busint.ico-busint3 {
    background-position: -758px 0
}

section.bi-wespecialize h5 {
    text-align: left;
    line-height: 1.5;
    font-weight: 300;
    padding-left: 36px;
    background-image: url(../images/checkmini-red.png);
    background-repeat: no-repeat;
    background-position: left 2px;
    font-size: 17px;
}

section.bi-wespecialize.colored {
    padding: 70px 0
}

section.bi-services strong {
    font-size: 19px;
    display: block;
    margin: 0 0 30px;
    font-weight: 300
}

i.bis-icon {
    width: 260px;
    height: 170px;
    background-image: url(../images/bi-sprite1.png);
    display: table;
    margin: 0 auto;
    background-position: -148px -270px;
    transform: scale(.7)
}

i.bis-icon.bis-icon2 {
    background-position: -438px -270px
}

i.bis-icon.bis-icon3 {
    background-position: -745px -270px
}

i.bi-ind {
    display: table;
    width: 170px;
    height: 140px;
    background-image: url(../images/bi-sprite1.png);
    background-position: -50px -500px;
    margin: 0 auto
}

section.bi-industries strong {
    font-size: 23px;
    color: #000;
    font-weight: 300;
    text-align: center;
    display: block;
}

i.bi-ind.bi-ind2 {
    background-position: -350px -500px
}

i.bi-ind.bi-ind3 {
    background-position: -650px -500px
}

i.bi-ind.bi-ind4 {
    background-position: -950px -500px
}

i.bi-ind.bi-ind5 {
    background-position: -50px -670px
}

i.bi-ind.bi-ind6 {
    background-position: -350px -670px
}

i.bi-ind.bi-ind7 {
    background-position: -650px -670px
}

i.bi-ind.bi-ind8 {
    background-position: -950px -670px
}

i.bi-ind.bi-ind9 {
    background-position: -50px -830px
}

i.bi-ind.bi-ind10 {
    background-position: -350px -830px
}

i.bi-ind.bi-ind11 {
    background-position: -650px -830px
}

i.bi-ind.bi-ind12 {
    background-position: -953px -830px
}

section.bi-industries {
    margin-top: 0;
    padding: 16em 0
}

section.bi-industries h2 {
    margin-top: 0;
    margin-bottom: 0;
    text-align: center
}

section.what-iot h4 {
    font-size: 60px;
    color: #000;
    font-weight: 300
}

section.what-iot h5 {
    color: #c0202f;
    font-size: 23px;
    font-weight: 300;
    margin: 10px 0 20px;
    display: block;
    position: relative
}

section.what-iot h5:after {
    content: "\f176";
    font-family: fontawesome;
    font-size: 17px;
    position: relative;
    top: -2px;
    margin-left: 5px
}

section.what-iot .col-md-4 {
    margin-bottom: 40px;
    display: block
}

.iot-glance .box {
    background-color: #fff;
    box-shadow: 0 0 30px #eaeef2;
    padding: 40px;
    margin-bottom: 30px;
    text-align: left;
    min-height: 440px;
    border: 1px solid #ffff;
    transition: .3s linear 0s;
    border-radius: 3px
}

.iot-glance .box h5 {
    font-size: 26px;
    color: #000;
    /* font-weight: 300; */
}

i.iot-glance-ico {
    background-image: url(../images/iot-sprite.png);
    width: 140px;
    height: 130px;
    display: block;
    background-position: -100px -40px
}

i.iot-glance-ico.iot-glance-ico2 {
    background-position: -690px -40px
}

i.iot-glance-ico.iot-glance-ico3 {
    background-position: -110px -314px
}

i.iot-glance-ico.iot-glance-ico4 {
    background-position: -720px -314px
}

i.iot-aim-icon {
    display: table;
    width: 120px;
    height: 120px;
    margin: 0 auto;
    background-image: url(../images/iot-sprite.png);
    background-position: -30px 150px;
    transform: scale(.7)
}

section.iot-aim strong {
    color: #000;
    font-size: 26px;
    display: block;
    margin-bottom: 20px;
    font-weight: 300;
    font-size: 1.6vw
}

i.iot-aim-icon.iot-aim-icon2 {
    background-position: -430px 150px
}

i.iot-aim-icon.iot-aim-icon3 {
    background-position: -833px 150px
}

.iot-glance .box:hover {
    box-shadow: 0 0 40px #eaeef2;
    border-color: #e4e4e4
}

section.iot-aim~.share-ideas {
    background-color: #f4f6f8;
    padding: 18em 0;
    text-align: center
}

section.iot-aim {
    padding: 9em 0 10em;
    text-align: center
}

ul#nav .submenu li:hover a:before {
    content: "";
    width: 20px;
    height: 20px
}

section.busint {
    padding: 6em 0;
    text-align: center
}

section.busint p {
    font-size: 19px;
    font-weight: 300
}

section.bi-wespecialize.colored-ba {
    padding: 16em 0
}

section.bi-wespecialize.colored-ba h2 {
    text-align: center;
    margin-bottom: 30px
}

section.bi-services.center {
    text-align: center;
    padding: 7em 0
}

section.bi-services.center h6 {
    font-size: 30px;
    font-weight: 300;
    margin: 20px 0
}

section.bi-services.center p {
    font-size: 23px;
    font-size: 19px;
    font-weight: 300
}

img.svg-tech {
    max-width: 120px;
    opacity: .6
}

section.ml-datadriven {
    text-align: center;
    padding: 5em 0
}

section.ml-datadriven .col-md-4 p {
    font-size: 15px;
}

section.ml-process.colored-ba {
    padding: 15em 0
}

section.ml-process.colored-ba h2 {
    text-align: center
}

section.ml-process.colored-ba h2~p {
    text-align: center;
    font-size: 19px;
    font-weight: 300;
    margin-bottom: 60px
}

section.vr-soltutions h6 {
    margin-bottom: 12px
}

section.vr-soltutions .col-md-4 {
    margin-top: 40px
}

section.vr-soltutions i {
    margin: 0 auto;
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: scale(.7)
}

section.vr-soltutions strong {
    font-size: 26px;
    color: #000;
    margin: -10px 0 0;
    display: block;
    font-weight: 300;
}

section.tech-stack li:hover img {
    transform: scale(1.1)
}

section.tech-stack li img {
    transition: .3s linear 0s
}

section.tech-stack {
    padding: 80px 0;
    text-align: center
}

section.tech-stack li strong {
    clear: both;
    display: block;
    font-size: 24px;
    color: #000;
    font-weight: 890;
    margin: 25px 0
}

section.tech-stack ul {
    margin: 30px 0;
    display: block
}

section.tech-stack li {
    width: 15.4%;
    border: 1px solid #e9e9e9;
    border-radius: 3px;
    height: 154px;
    margin: 10px .5%;
    display: inline-block
}

section.tech-stack li:hover img {
    transform: scale(1.1)
}

section.tech-stack li img {
    transition: .3s linear 0s
}

section.tech-stack {
    padding: 18em 0;
    text-align: center
}

section.tech-stack li div {
    float: left;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

section.tech-stack li:hover img {
    transform: scale(1.1)
}

section.tech-stack li img {
    transition: .3s linear 0s
}

section.vr-soltutions.center {
    padding: 5em 0 10em;
    text-align: center
}

section.vr-soltutions.center h6,
section.vr-soltutions.center p {
    font-weight: 300;
    font-size: 19px;
    line-height: 1.5;
}

section.tech-stack.center p {
    font-size: 19px;
    font-weight: 300
}

section.what-iot.center {
    padding: 5em 0 9em;
    text-align: center
}

section.what-iot.center p {
    font-size: 19px;
    font-weight: 300;
    color: #000
}

section.iot-glance.colored-ba {
    padding: 16em 0
}

section.iot-glance.colored-ba h2 {
    text-align: center
}

section.iot-glance.colored-ba h2~p {
    text-align: center;
    font-size: 23px;
    font-weight: 300;
    line-height: 1.5;
    font-size: 19px;
    margin-bottom: 40px
}

.iot-glance .box p {
    font-weight: 300;
    font-size: 15px;
}

section.iot-aim.center h6 {
    font-size: 19px;
    font-weight: 300;
    margin-bottom: 50px
}

section.iot-aim p {
    font-size: 19px;
    font-weight: 200
}

.complete-range h4 {
    font-weight: 300;
    font-size: 30px;
    margin-top: 50px;
    margin-bottom: 0
}

section.service-left-right h3 {
    font-size: 28px;
    line-height: 1.4;
    font-weight: 300
}

section.service-left-right p {
    font-size: 19px;
    font-weight: 300
}

section.service-left-right .row {
    margin: 60px 0
}

section.service-left-right .row {
    display: flex;
    justify-content: center;
    align-items: center
}

section.tech-stack.nonc {
    padding: 9em 0
}

section.cs-about.center {
    text-align: center
}

section.cs-about.center p {
    font-size: 19px;
    font-weight: 300
}

:not(.homepage) ul.btns li a {
    display: block;
    text-align: center;
    padding: 20px 26px;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    letter-spacing: .5px;
    background: rgba(86, 87, 97, 1);
    background: -moz-linear-gradient(top, rgba(86, 87, 97, 1) 0, rgba(61, 62, 77, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0, rgba(86, 87, 97, 1)), color-stop(100%, rgba(61, 62, 77, 1)));
    background: -webkit-linear-gradient(top, rgba(86, 87, 97, 1) 0, rgba(61, 62, 77, 1) 100%);
    background: -o-linear-gradient(top, rgba(86, 87, 97, 1) 0, rgba(61, 62, 77, 1) 100%);
    background: -ms-linear-gradient(top, rgba(86, 87, 97, 1) 0, rgba(61, 62, 77, 1) 100%);
    background: linear-gradient(to bottom, rgba(86, 87, 97, 1) 0, rgba(61, 62, 77, 1) 100%);
    letter-spacing: 0.5px;
}

section.cs-bn-main {
    padding: 0 30px;
    margin-bottom: 80px;
    margin-top: 30px
}

section.cs-content li {
    font-size: 19px;
    display: inline-block;
    width: 49%;
    margin: 10px 0;
    font-weight: 700;
    color: #000;
    background-image: url(../images/redarrow-mini.png);
    background-repeat: no-repeat;
    padding-left: 40px;
    background-position: 0 4px;
    line-height: 1.4;
    vertical-align: top;
    font-weight: 300
}

img.cs-min-banner {
    max-width: unset
}

img.cs-min-thumb {
    position: absolute;
    top: -95px;
    right: 0
}

section.cs-content {
    padding: 14em 0
}

.even img.cs-min-thumb {
    left: 0
}

.even img.cs-min-banner {
    float: right
}
section.cs-bn-main img {
    width: 100%;
}
section.cs-content h6 {
    text-align: left;
    color: #000;
    font-size: 23px;
    line-height: 32px;
    font-weight: 400;
}

section.cs-content p {
    color: #000;
    font-size: 18px;
}

section.cs-content .row {
    display: flex;
    justify-content: center;
    align-items: center
}

section.cs-download {
    text-align: center
}

section.cs-download h2 strong {
    display: none;
    color: #fb6464;
    font-weight: 300
}

section.cs-download li {
    display: inline-block;
    margin: 0 10px
}

section.cs-content .full li {
    width: 100%
}

.cs-content {
    position: relative;
    padding: 0 20px;
    min-height: 220px;
    text-align: left
}

.cs-inner .banner-right img {
    max-width: 90%
}

img.minilogo {
    box-shadow: 0 0 20px #0000005e;
    border-radius: 20px;
    background-color: #000
}

section.cs-content.colored-ba {
    padding: 18em 0
}

.serv-inn main {
    overflow: hidden
}

ul.btns li:first-child a {
    background: rgba(251, 100, 100, 1);
    background: -moz-linear-gradient(top, rgba(251, 100, 100, 1) 0, rgba(224, 62, 62, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0, rgba(251, 100, 100, 1)), color-stop(100%, rgba(224, 62, 62, 1)));
    background: -webkit-linear-gradient(top, rgba(251, 100, 100, 1) 0, rgba(224, 62, 62, 1) 100%);
    background: -o-linear-gradient(top, rgba(251, 100, 100, 1) 0, rgba(224, 62, 62, 1) 100%);
    background: -ms-linear-gradient(top, rgba(251, 100, 100, 1) 0, rgba(224, 62, 62, 1) 100%);
    background: linear-gradient(to bottom, rgba(251, 100, 100, 1) 0, rgba(224, 62, 62, 1) 100%)
}

ul.btns li:last-child {
    margin-right: 0
}

input.error,
select.error,
textarea.error {
    border-bottom: red 2px solid!important;
    color: red!important
}

label.error {
    display: none!important
}

div#homepros .item {
    min-height: unset!important;
    display: flex;
    justify-content: center;
    align-items: center
}

div#clickload .modal-dialog {
    width: 420px;
    box-shadow: none;
    position: relative;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

div#clickload .modal-content {
    box-shadow: none;
    border: 0;
    border-radius: 0;
    padding: 15px
}

h4.modal-title {
    font-size: 22px;
    font-weight: 700;
    color: #000;
    display: block;
    margin-bottom: 5px;
    text-align: left
}

.modal-header p {
    font-size: 13px;
    margin-bottom: 0;
    font-weight: 500;
    text-align: left
}

.modal-header p span {
    color: #fb6464
}

.modal-header {
    border: 0;
    padding-bottom: 0;
    padding-top: 0
}

.modal-body input,
.modal-body textarea {
    width: 100%;
    text-align: left;
    resize: none;
    padding: 10px 10px;
    border: 1px solid #c2cad1;
    margin: 10px 0;
    border-radius: 3px;
    font-size: 14px
}

.modal-body input[type=checkbox] {
    width: unset;
    position: absolute;
    left: 0;
    top: 1px
}

.modal-body label {
    position: relative;
    padding-left: 20px;
    max-width: 67%;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    padding-right: 10px;
    text-align: left
}

.modal-content button.btn {
    color: #fff;
    padding: 9px 25px;
    margin: 0;
    display: inline-block;
    vertical-align: top;
    margin-top: 8px;
    font-size: 17px;
    background-color: #fb6464;
    color: #fff;
    border-radius: 2px
}

.modal-body textarea {
    margin-bottom: 0;
    height: 90px;
    margin-top: 0
}

button.close:before {
    content: "";
    width: 25px;
    height: 3px;
    background-color: #fff;
    position: absolute;
    transform: rotate(-45deg)
}

button.close:after {
    content: "";
    width: 25px;
    height: 3px;
    background-color: #fff;
    position: absolute;
    transform: rotate(45deg)
}

button.close {
    opacity: 1;
    position: absolute;
    top: 68px;
    right: 40px
}

div#clickload .modal-dialog:before {
    content: "";
    width: 200px;
    height: 4px;
    background-color: #fff;
    position: absolute;
    top: -15px;
    left: 5%
}

div#clickload .modal-dialog:after {
    content: "";
    width: 200px;
    height: 4px;
    background-color: #fff;
    position: absolute;
    bottom: -15px;
    right: 7%
}

#clickload .modal:before,
#ouibounce-modal .modal,
#ouibounce-modal .modal:before,
div#clickload .modal-content:before {
    content: "";
    width: 4px;
    height: 80%;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: -15px
}

#clickload .modal:after,
#ouibounce-modal .modal:after {
    content: "";
    width: 4px;
    height: 60%;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: -15px
}

.static-banner h1 {
    font-size: 50px;
    text-align: center;
    margin-bottom: 40px
}

section.content h5 {
    font-size: 26px;
    margin-top: 30px
}

section.content a {
    color: #000;
    text-decoration: underline
}

section.smart-chatbot p {
    text-align: center;
    font-size: 19px;
    padding: 0 70px;
    font-weight: 300;
}

body.androidapp section.complete-range li.li-android,
body.aso section.complete-range li.li-aso,
body.game section.complete-range li.li-game,
body.ios section.complete-range li.li-ios,
body.react section.complete-range li.li-react,
body.wearables section.complete-range li.li-wearables {
    display: none
}

section.thankyou-box h2.inner-title {
    text-align: left;
    font-weight: 300!important;
    font-size: 100px
}

section.thankyou-box * {
    color: #000
}

.thankyou-box .inner-sub-title {
    text-align: left;
    padding: 0;
    color: #000
}

section.thankyou-box {
    height: 100%;
    background-image: url(../images/bg-thanks.jpg);
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: left top;
    background-size: cover
}

body,
html {
    height: 100%
}

section.thankyou-box p {
    font-size: 22px;
    font-weight: 300
}

section.thankyou-box h5 {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.4
}

.bthree .media-container {
    margin-bottom: 60px;
    width: 40vw;
    margin-left: -120px
}

.page-leave-overlay {
    position: fixed;
    bottom: 0;
    height: 100%;
    z-index: 9
}

.page-overlay-black {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    height: 0%;
    width: 100%;
    background-color: rgba(0, 0, 0, .3);
    z-index: 9
}

.pageload-overlay::after,
.pageload-overlay::before {
    display: none!important
}

.page-overlay-onloading {
    position: fixed;
    top: -14vw;
    left: -14vw;
    transition: .7s linear 0s;
    z-index: 9;
    width: 150%;
    height: 0;
    background-color: #fff;
    height: 0;
    transform: rotate(-10deg)
}

a.no-link {
    pointer-events: none
}

ul#nav li.special {
    margin-left: 26px;
}

section#download ul {
    margin-top: 30px
}

#homebanner .owl-nav {
    position: absolute;
    left: 0;
    padding: 0 20px;
    width: 100%
}

#homebanner .owl-nav i {
    font-size: 40px;
    color: #b3b3b3
}

#homebanner .owl-nav button.owl-next {
    float: right
}

div#homebanner ul.btns li a {
    padding: 19px 40px;
}

.banner-inn {
    opacity: 0;
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    -webkit-transition: opacity .3s ease .2s, -webkit-transform .6s ease .2s;
    transition: opacity .3s ease .2s, -webkit-transform .6s ease .2s;
    transition: opacity .3s ease .2s, transform .6s ease .2s;
    transition: opacity .3s ease .2s, transform .6s ease .2s, -webkit-transform .6s ease .2s;
    will-change: opacity, transform
}

.banner-inn.loaded {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.banner-inn-container {
    /* overflow: hidden */
}

div#homebanner .owl-dots {
    display: none
}

ul#nav li.special a:hover {
    background-color: #3b3b40
}

ul#nav>li:hover>a {
    color: #c02c30
}

.banner-inn ul.btns {
    margin-top: 43px
}

.banner-inn ul.btns li {
    margin: 0 6px;
    box-shadow: #00000026 0 0 18px;
    width: 250px;
}

#clickload .modal-body a,
#ouibounce-modal .modal {
    padding-right: 62px;
    margin-bottom: 23px;
    font-size: 14px;
    margin-top: 10px
}

#clickload .modal-footer,
#ouibounce-modal .modal-footer {
    position: absolute;
    top: 11px;
    right: 14px;
    border: 0 none;
    padding: 0;
}

#clickload .modal-footer a,
#ouibounce-modal .modal-footer a {
    cursor: pointer;
    width: 28px!important;
    padding: 3px 0px 1px !important;
    height: 28px!important;
    background-color: #ee5a5a;
    background-size: cover;
    font-size: 14px;
    box-shadow: none;
    border-radius: 72px;
    color: #fff;
    text-align: center;
    display: block;
    border: #ee5a5a 3px solid;
}

#clickload,
#ouibounce-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999
}

#clickload .underlay,
#ouibounce-modal .underlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .73);
    cursor: pointer;
    -webkit-animation: fadein .5s;
    animation: fadein .5s
}

#clickload .modal,
#ouibounce-modal .modal {
    width: 880px;
    height: 430px;
    background-color: #fff;
    z-index: 1;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 0;
    display: block;
    -webkit-animation: popin .3s;
    animation: popin .3s;
    padding: 0;
    overflow: visible
}

#ouibounce-modal h4 {
    color: #000;
    font-size: 25px;
    text-transform: none;
    font-weight: 800;
    position: relative;
    padding-left: 19px;
    margin-top: 13px;
    margin-bottom: 8px
}

#clickload .modal-body,
#ouibounce-modal .modal-body {
    font-size: 13px;
    padding: 0
}

#clickload form input[type=email],
#clickload form input[type=text],
#clickload form select,
#clickload form textarea,
#ouibounce-modal form input[type=email],
#ouibounce-modal form input[type=text],
#ouibounce-modal form textarea {
    background: #fbfbfb;
    border: 1px solid #e6e6e6;
    padding: 12px 10px;
    width: 100%;
    border-radius: 2px;
    font-size: 13px;
    color: #000;
    box-shadow: none!important;
    outline: 0!important;
    margin: 0;
    margin-bottom: 18px
}

#clickload form input[type=submit],
#ouibounce-modal form input[type=submit] {
    color: #fff
}

.hvr-grow,
.hvr-pulse,
.hvr-pulse-grow,
.hvr-pulse-shrink,
.hvr-shrink {
    box-shadow: 0 0 1px transparent
}

#ouibounce-modal form input[type=submit] {
    text-transform: uppercase;
    padding: 12px;
    font-size: 16px;
    border-radius: 4px;
    margin-right: 8px;
    background-color: #ea102a;
    border: none;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
    font-weight: 800;
    text-shadow: #000 0 1px 1px;
    width: 49%
}

.popup-bann {
    float: left;
    width: 31%;
    text-align: left;
    display: block
}

.popup-content {
    float: left;
    width: 69%;
    padding: 10px 13px 0
}

form.popup-form [class^=col-] {
    padding: 0 6px
}

.popupform select {
    height: 41px
}

.popup-content input[type=email],
.popup-content input[type=tel],
.popup-content input[type=text],
.popup-content select,
.popup-content textarea {
    background: #fbfbfb;
    border: 1px solid #e6e6e6;
    padding: 12px 10px;
    width: 100%;
    border-radius: 2px;
    font-size: 14px;
    color: #000;
    box-shadow: none!important;
    outline: 0!important;
    margin-bottom: 18px
}

.popup-content textarea {
    height: 161px;
}

.popup-content form .col-md-12 button {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    padding: 11px 20px;
    letter-spacing: 1.5px;
    border-radius: 3px;
    outline: 0;
    width: 200px;
    font-weight: 400;
    background: rgba(251, 100, 100, 1);
    background: -moz-linear-gradient(top, rgba(251, 100, 100, 1) 0, rgba(224, 62, 62, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0, rgba(251, 100, 100, 1)), color-stop(100%, rgba(224, 62, 62, 1)));
    background: -webkit-linear-gradient(top, rgba(251, 100, 100, 1) 0, rgba(224, 62, 62, 1) 100%);
    background: -o-linear-gradient(top, rgba(251, 100, 100, 1) 0, rgba(224, 62, 62, 1) 100%);
    background: -ms-linear-gradient(top, rgba(251, 100, 100, 1) 0, rgba(224, 62, 62, 1) 100%);
    background: linear-gradient(to bottom, rgba(251, 100, 100, 1) 0, rgba(224, 62, 62, 1) 100%);
    border: 0px none !important;
    cursor: pointer;
}

.popup-content input[type=email]:focus,
.popup-content input[type=text]:focus,
.popup-content textarea:focus {
    border: 1px solid #6e3e92!important
}

.popupform {
    width: 900px;
    border-radius: 0;
    padding: 0!important;
    overflow: visible;
    border: 1px solid #777;
    box-shadow: #fff14 0 0 110px
}

.popup-content h2 {
    font-size: 30px;
    color: #ed4f4f;
    font-weight: 300;
    margin-bottom: 10px;
    line-height: 32px;
    margin-top: 12px;
    text-transform: uppercase;
    letter-spacing: 0;
}

.popup-content h2+p {
    line-height: 19px;
    font-size: 15px;
    margin-bottom: 22px;
    font-weight: 500;
    line-height: 1.3!important
}

.popupform .fancybox-close-small {
    right: -22px;
    top: -1px;
    width: 35px!important;
    padding: 19px!important;
    background: url(../images/popup-close.png) no-repeat;
    height: 42px!important
}

.popupform .fancybox-close-small:after {
    color: #214bdf;
    font-size: 21px;
    right: 4px;
    font-weight: 900;
    visibility: hidden;
    margin-top: 2px
}

#clickload .modal-body p.form_tagline input[type=checkbox],
#ouibounce-modal .modal-body p.form_tagline input[type=checkbox] {
    top: 8px;
}

#clickload .modal-body p.form_tagline,
#ouibounce-modal .modal-body p.form_tagline {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 17px;
    margin-top: 13px;
}

section.bottom-contact h6 span {
    color: #ef6262;
    display: block;
    font-weight: 500
}

.modal-backdrop {
    display: none!important
}

section.banner.order-banner {
    background-image: url(../images/order-ban.jpg) no-repeat;
    padding: 55px
}

section.order-details {
    padding: 50px 0 60px;
    border-top: #f1f1f1 1px solid
}

section.order-details h1 {
    font-size: 39px;
    color: #000;
    font-weight: 800;
    margin-bottom: 15px;
    line-height: normal
}

section.order-details h1+p {
    font-size: 17px;
    color: #000;
    margin-bottom: 55px;
    line-height: 23px;
    font-weight: 400
}

section.order-details h2 {
    color: #2154ed;
    font-size: 25px;
    font-weight: 800;
    margin: 20px 0;
    line-height: normal
}

form.order-form label {
    display: block;
    font-size: 14px;
    color: #202020;
    font-weight: 600;
    margin-bottom: 7px
}

form.order-form input,
form.order-form select,
form.order-form textarea {
    width: 100%;
    display: block;
    padding: 10px;
    font-size: 14px;
    color: #333;
    border: 2px solid #dedede;
    border-radius: 2px;
    height: 45px
}

form.order-form span {
    font-size: 12px;
    color: #888;
    font-style: italic;
    font-weight: 500;
    margin-top: 4px;
    display: block
}

form.order-form input[type=submit] {
    width: auto;
    padding: 10px 70px;
    color: #fff;
    font-size: 18px;
    background: #c52026;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 600;
    margin-top: 30px;
    letter-spacing: 1px;
    border: none
}

form.order-form {
    padding: 0 59px
}

.order-description {
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 400;
    padding-top: 0;
    line-height: 21px
}

.order-description p {
    margin-bottom: 10px
}

form.order-form input[type=radio] {
    display: inline-block;
    width: auto
}

form.order-form strong {
    display: inline-block;
    margin-bottom: 10px;
    padding-left: 5px
}

form.order-form input[type=file] {
    width: .1px;
    height: .1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1
}

form.order-form label.file-upload {
    background-color: transparent;
    border: 2px dashed #c52026;
    cursor: pointer;
    text-align: center;
    height: 45px;
    line-height: 45px;
    padding: 0 35px 0 50px;
    width: 100%
}

form.order-form label.file-upload span {
    position: relative;
    pointer-events: none;
    line-height: 2;
    font-size: 16px
}

form.order-form ul.list-checkbox {
    border-bottom: 1px solid #efefef;
    margin-bottom: 40px;
    margin-top: 13px;
    margin-left: 20px
}

form.order-form ul.list-checkbox label i {
    padding-left: 1px;
    padding-right: 10px;
    vertical-align: middle
}

form.order-form ul.list-checkbox label input {
    display: inline-block;
    width: auto;
    margin: 0;
    vertical-align: middle
}

form.order-form ul.list-checkbox label span {
    display: inline-block;
    font-size: 14px;
    color: #414040;
    font-style: inherit;
    font-weight: 600
}

form.order-form ul.list-checkbox li {
    display: inline-block;
    padding: 0 20px 10px 0
}

form.order-form h3 {
    font-size: 14px;
    color: #2154ed;
    margin-bottom: 1px;
    font-weight: 600;
    padding-left: 20px
}

section.order-details h5 {
    margin: 21px 0 18px;
    padding: 12px;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    background: #fbfbfb
}

form.order-form input:focus,
form.order-form select:focus,
form.order-form textarea:focus {
    border: 2px solid rgba(34, 83, 237, .52)!important
}

.chkbox-custom {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.chkbox-custom input {
    position: absolute;
    opacity: 0;
    cursor: pointer
}

.checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 21px;
    width: 21px;
    background-color: #eee
}

.chkbox-custom:hover input~.checkmark {
    background-color: #ccc
}

.chkbox-custom input:checked~.checkmark {
    background-color: #c52026
}

.checkmark:after {
    position: absolute;
    display: none
}

.chkbox-custom input:checked~.checkmark:after {
    display: block
}

.chkbox-custom .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.inner-title {
    font-size: 40px;
    font-family: Raleway, sans-serif;
    font-weight: 300;
    margin-bottom: 5px;
    color: #373736
}

.inner-title span {
    color: #ff8700
}

.inner-sub-title {
    font-size: 20px;
    font-weight: 400;
    padding: 0 2%;
    line-height: 1.6em;
    color: #373736;
    letter-spacing: 1px
}

section.thankyou-box {
    background: url(/assets/images/bg-thanks.jpg) left top no-repeat;
    font-size: 17px;
    display: -webkit-flex;
    display: inline-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    background-size: cover;
    text-align: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 100vh;
    width: 100%
}

.bor-btn a {
    margin: 0 10px;
    display: inline-block;
    font-size: 19px;
    letter-spacing: 2px;
    color: #fff;
    padding: 10px 40px;
    border: 1px solid transparent
}

.bor-btn a span {
    color: #fb8200
}

.thankyou-box .inner-sub-title {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-style: italic;
    color: #fff;
    font-size: 31px;
    padding: 0 220px;
    line-height: 34px;
    margin-bottom: 22px
}

.platform-error {
    background: red;
    color: #fff!important;
    padding: 6px;
    margin-top: -20px;
    margin-bottom: 10px
}

section.error-page {
    text-align: center;
    height: 100vh;
    background: url(/assets/images/404-bg.jpg) left top no-repeat;
    background-size: cover
}

section.error-page .container {
    display: -webkit-flex;
    display: inline-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 100vh
}

.error-404 {
    position: relative
}

.error-404 a {
    background: #c52026;
    position: absolute;
    bottom: 140px;
    right: 130px;
    color: #fff;
    padding: 12px 32px;
    letter-spacing: 1px;
    font-size: 16px
}
.head .logo img {
    max-width: 230px;
}
.intl-tel-input {
    margin-bottom: 18px
}
#homebanner .caption:after {
    content: "";
    width: 99%;
    height: 0;
    border-bottom: 3vw solid #fff;
    border-right: 98vw solid transparent;
    position: absolute;
    bottom: 0;
}
#ouibounce-modal .modal-body {
    font-size: 13px;
    padding: 0
}
div#homepros .btn li a img {
    max-width: 70%;
}
div#homepros .btn li {
    margin-bottom: 10px
}

.mobile-show {
    display: none!important
}

.chatbot ul.tabs li.tb-hide-mob {
    display: none
}

#homemain .owl-nav {
    display: none
}

.desktop-hides {
    display: none!important
}

.mob-hide {
    display: none
}

.desk-hide {
    display: block
}

.mobile-container video {
    width: 246px;
    position: absolute;
    top: 107px;
    left: 57px
}

body #clientslider .item {
    min-height: 60px;
    display: flex;
    align-items: center
}
section.wedo p br {
    display: none;
}#homebanner .col-md-4 {
     position: inherit;
 }

.banner-inn ul.btns li a.free {
    background: rgba(75,108,252,1);
    background: -moz-linear-gradient(top, rgba(75,108,252,1) 0%, rgba(9,94,168,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(75,108,252,1)), color-stop(100%, rgba(9,94,168,1)));
    background: -webkit-linear-gradient(top, rgba(75,108,252,1) 0%, rgba(9,94,168,1) 100%);
    background: -o-linear-gradient(top, rgba(75,108,252,1) 0%, rgba(9,94,168,1) 100%);
    background: -ms-linear-gradient(top, rgba(75,108,252,1) 0%, rgba(9,94,168,1) 100%);
    background: linear-gradient(to bottom, rgba(75,108,252,1) 0%, rgba(9,94,168,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b6cfc', endColorstr='#095ea8', GradientType=0 );
}

.banner-inn ul.btns li a {
    padding: 16px 10px;
    font-family: Proxima Nova;
}

.head div#navbar> ul#nav>li {
    padding: 14px 0;
}

.head .logo {
    padding: 20px 0;
    display: block;
}

section.ml-process h4 br {
    display: none;
}

section.hire-us li>label {
    font-size: 14px !important;
    color: #1f1f1f !important;
}
.owl-dots {
    /* background: red; */
}

#homepros .owl-dots .owl-dot {
    background: #424351;
    padding: 5px !important;
    display: inline-block;
    z-index: 9;
    border-radius: 50px;
    margin: 0 2px;
}

#homepros .owl-dots .owl-dot.active {
    background: #fb6464;
}

#homepros .owl-dots {
    text-align: center;
}
#homepros .owl-nav {
    top: 40%;
    position: absolute;
    width: 100%;
}

#homepros .owl-nav button {
    font-size: 50px;
}

#homepros .owl-nav .owl-next {
    color: #fb6464;
    position: absolute;
    right: -70px;
}

#homepros .owl-nav .owl-prev {
    left: -70px;
    position: absolute;
}
.deploy h4 {
    font-size: 28px;
}
h6.align-center {
    display: block;
    text-align: center !important;
    margin-bottom: 40px;
}


.like-tab ul.tabs{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.like-tab ul.tabs li{
    background: none;
    color: #222;
    display: inline-block;
    padding: 10px 15px;
    cursor: pointer;
    position: relative;
    border-bottom: 1px solid #000;
    margin: 0 10px;
}

.like-tab ul.tabs li.current{
    /* background: #ededed; */
    color: #fb6464;
    border-bottom-color: #fb6464;
}

.like-tab .tab-content{
    display: none;
    /* background: #ededed; */
    padding: 15px;
}

.like-tab .tab-content.current{
    display: inherit;
}
.align-center {
    display: block;
    text-align: center;
}
.align-center {
    display: block;
    text-align: center !important;
}

.like-tab li.tab-link {
    width: unset;
}

.like-tab ul.tabs {
    display: table;
    margin: 50px auto ;
}

.like-tab ul.tabs li:before {content: "";width: 5px;height: 5px;position: absolute;left: -2px;bottom: -3px;background-color: #000;border-radius: 80px;}
.like-tab ul.tabs li:after {content: "";width: 5px;height: 5px;position: absolute;right: -2px;bottom: -3px;background-color: #000;border-radius: 80px;}
.like-tab ul.tabs li.current:before , .like-tab ul.tabs li.current:after {
    background-color: #fb6464;
}
section.tinner li {
    width: 100%;
    display: block;
}

section .tinner li {
    width: 100%;
    display: block;
    padding-left: 0;
    background: no-repeat;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 20px;
}

section .tinner ul {
    width: 49.8%;
    display: inline-block;
    padding: 0 40px;
    position: relative;
}

section .tinner li:before {
}

section .tinner li i {
    display: block;
    font-size: 40px;
    color: #fb6464;
    font-weight: 300;
    margin-bottom: 20px;
}

section .tinner ul:first-child {
    text-align: right;
}

section .tinner strong {
    font-weight: 300;
    font-size: 32px;
    margin-bottom: 20px;
    display: block;
}

section .tinner ul:nth-child(2):before {content: "";width: 1px;height: 100%;position: absolute;background-color: #e2e2e2;left: 0;}
section.our-solutions.likepage .box {
    text-align: center;
    margin-top: 30px;
}
.likepage .deploy i {
    font-size: 60px;
    color: #fb6464;
    line-height: 2;
    /* display: flex; */
    /* align-content: center; */
    /* justify-content : center; */
}
.likepage section.cs-about {
    padding-bottom: 100px;
}
.likepage section.ourexpert {
    text-align: center;
}

.likepage section.ourexpert li:before {content: "\f05d";position: absolute;right: 25px;font-family: fontawesome;color: #fb6464;top: 50%;transform: translateY(-50%);}

.likepage section.ourexpert li:nth-child(even):before {
    right: unset;
    left: 25px;
}

.likepage section.ourexpert li {
    background-image: none;
    text-align: right;
    padding: 20px 70px;
    border-bottom: 1px solid #d0d0d0;
    font-size: 24px;
    min-height: 130px;
    margin: 0;
    position: relative;
    width: 50%;
    float: left;
    display: flex;
    justify-content: center; /* align horizontal */
    align-items: center; /* align vertical */
}

.likepage section.ourexpert li:nth-child(even) {
    text-align: left;
    border-left: 1px solid #ccc;
}

.likepage section.ourexpert li:first-child , .likepage section.ourexpert li:nth-child(2) {
    border-top: 1px solid #d0d0d0;
}

.likepage section.ourexpert ul {
    margin: 40px 0;
    display: table;
}
section.our-principle .box h5:after {content: "";width: 80px;height: 2px;background-color: #fb6565;position: absolute;bottom: 0;left: 0px;}

section.our-principle .box h5 {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
section.case-study ul li.hide1 {
    display: none;
}
button.btn.lmore-port {
    clear: both;
    display: table;
    padding: 10px 30px;
    font-size: 16px;
}
.goodfirm-logo {

    position: absolute;
    right: 0;
    top: 10px;
    max-width: 145px;
}

footer .row-bottom h6 {
    padding-right: 0px;
}

section.cs-download li img {    max-width: 160px; }

.ipap-item-inn p {    min-height: 130px;    margin-bottom: 0; }


.pointx ul li {
       list-style: disc !important;
    font-size: 19px;
    margin-left: 17px;
    margin-top: 9px;
    font-weight: 300;
}
