@font-face {
    font-family: gothambold;
    src: url(../fonts/gothambold.eot);
    src: url(../fonts/gothambold.eot) format('embedded-opentype'), url(../fonts/gothambold.woff2) format('woff2'), url(../fonts/gothambold.woff) format('woff'), url(../fonts/gothambold.ttf) format('truetype'), url(../fonts/gothambold.svg#gothambold) format('svg')
}

@font-face {
    font-family: gothambook;
    src: url(../fonts/gothambook.eot);
    src: url(../fonts/gothambook.eot) format('embedded-opentype'), url(../fonts/gothambook.woff2) format('woff2'), url(../fonts/gothambook.woff) format('woff'), url(../fonts/gothambook.ttf) format('truetype'), url(../fonts/gothambook.svg#gothambook) format('svg')
}

@font-face {
    font-family: gothammedium;
    src: url(../fonts/gothammedium.eot);
    src: url(../fonts/gothammedium.eot) format('embedded-opentype'), url(../fonts/gothammedium.woff2) format('woff2'), url(../fonts/gothammedium.woff) format('woff'), url(../fonts/gothammedium.ttf) format('truetype'), url(../fonts/gothammedium.svg#gothammedium) format('svg')
}

@font-face {
    font-family: GothamLight;
    src: url(../fonts/GothamLight.eot);
    src: url(../fonts/GothamLight.eot) format('embedded-opentype'), url(../fonts/GothamLight.woff2) format('woff2'), url(../fonts/GothamLight.woff) format('woff'), url(../fonts/GothamLight.ttf) format('truetype'), url(../fonts/GothamLight.svg#GothamLight) format('svg')
}

@font-face {
    font-family: FuturaLTExtraBold;
    src: url(../fonts/FuturaLTExtraBold.eot);
    src: url(../fonts/FuturaLTExtraBold.eot) format('embedded-opentype'), url(../fonts/FuturaLTExtraBold.woff2) format('woff2'), url(../fonts/FuturaLTExtraBold.woff) format('woff'), url(../fonts/FuturaLTExtraBold.ttf) format('truetype'), url(../fonts/FuturaLTExtraBold.svg#FuturaLTExtraBold) format('svg')
}

@font-face {
    font-family: FaktProBlond;
    src: url(../fonts/FaktProBlond.eot);
    src: url(../fonts/FaktProBlond.eot) format('embedded-opentype'), url(../fonts/FaktProBlond.woff2) format('woff2'), url(../fonts/FaktProBlond.woff) format('woff'), url(../fonts/FaktProBlond.ttf) format('truetype'), url(../fonts/FaktProBlond.svg#FaktProBlond) format('svg')
}

@font-face {
    font-family: AlluraRegular;
    src: url(../fonts/AlluraRegular.eot);
    src: url(../fonts/AlluraRegular.eot) format('embedded-opentype'), url(../fonts/AlluraRegular.woff2) format('woff2'), url(../fonts/AlluraRegular.woff) format('woff'), url(../fonts/AlluraRegular.ttf) format('truetype'), url(../fonts/AlluraRegular.svg#AlluraRegular) format('svg')
}

body,
html {
    overflow-x: hidden
}

body {
    font-family: Roboto, sans-serif
}

img {
    max-width: 100%
}

li {
    list-style: none
}

ul {
    margin: 0;
    padding: 0
}

a {
    -webkit-transition: .4s ease all;
    transition: .4s ease all
}

a:active,
a:focus,
a:hover {
    text-decoration: none
}

p {
    font-family: GothamLight;
    font-size: 16px;
    color: #333;
    line-height: 21px
}

.btn_icon span {
    z-index: 99;
    position: relative
}

.btn_icon i,
.btn_icon img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    -webkit-transition: .4s ease all;
    transition: .4s ease all
}

.btn_icon {
    background: #00af5b;
    padding: 13px 25px;
    color: #ffff;
    font-size: 18px;
    font-weight: 300;
    position: relative;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

.btn_icon:before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.btn_icon:active,
.btn_icon:focus,
.btn_icon:hover {
    color: #fff
}

.btn_icon:active:before,
.btn_icon:focus:before,
.btn_icon:hover:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(.52, 1.64, .37, .66);
    transition-timing-function: cubic-bezier(.52, 1.64, .37, .66)
}

.btn {
    background: #00af5b;
    padding: 14px 25px;
    color: #ffff;
    border-radius: 0;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    border: 0
}

.btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.btn:active,
.btn:focus,
.btn:hover {
    color: #fff
}

.btn:active:before,
.btn:focus:before,
.btn:hover:before {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.landing_banner {
    position: relative
}

.landing_banner > img {
    width: 100%
}

.landing_banner_caption {
    position: absolute;
    width: 100%;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.landing_banner_caption h4 {
    font-size: 33px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 0
}

.landing_banner_caption h1 {
    font-weight: 700;
    font-size: 70px;
    color: #fff;
    text-transform: uppercase
}

.landing_banner_caption h1 span {
     background: -webkit-gradient(linear, left top, right top, from(#00a959), to(#373335));
    background: linear-gradient(to right, #00aa5a 0, #343a37 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.total_client {
    background: rgba(0, 0, 0, .3);
    max-width: 790px;
    padding: 15px 0;
    margin: 25px 0 35px
}

.total_client li {
    width: 33.33%;
    float: left;
    color: #fff;
    font-size: 19px;
    font-family: GothamLight;
    padding: 0 20px;
    border-right: 1px solid #fff;
    -webkit-transition: .4s ease all;
    -webkit-transition: .4s ease;
    transition: .4s ease;
    -o-transition: .4s ease all
}

.total_client li:last-child {
    border: 0
}

.total_client li span {
    display: block;
    font-family: gothambold
}

.banner_clients:after,
.client_logo_outer:after,
.total_client:after {
    clear: both;
    display: block;
    content: ""
}

.client_count {
    display: none
}

.fortune_client {
    width: 205px;
    float: left;
    padding: 0 0 0;
    border-right: 5px solid #fff;
    margin-top: 7px;
    position: relative
}

.fortune_client:before {
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    position: absolute;
    border-left: 6px solid #fff;
    content: "";
    right: -11px;
    top: 50%;
    margin-top: -6px
}

.fortune_client span {
    color: #fff;
    font-size: 17px;
    width: calc(100% - 53px);
    float: left;
    padding: 5px 15px 0;
    line-height: 20px
}

.fortune_client img {
    float: left
}

.banner_clients {
    width: calc(100% - 205px);
    float: left
}

.banner_clients li {
    width: 13.9%;
    display: inline-block;
    text-align: center;
    padding: 0 5px;
    vertical-align: middle
}

.banner_clients li a {
    display: block;
    -webkit-transition: .4s ease all;
    transition: .4s ease all;
    pointer-events: none
}

.caption_btn {
    margin-top: 40px
}

.caption_btn .btn_icon {
    min-width: 248px;
    margin-right: 15px;
    display: inline-block;
    font-size: 20px
}

.d-block-480 {
    display: none
}

.useful-serice {
    position: relative;
    margin: auto;
    background: #fff;
    -webkit-transition: all .3s;
    transition: all .3s
}

.useful-serice__item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: flex;
    flex-wrap: wrap
}

.useful-serice__item.swiper-slide-active .useful-serice__img img {
    opacity: 1;
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

.useful-serice__item.swiper-slide-active .useful-serice__content > * {
    opacity: 1;
    -webkit-transform: none;
    transform: none
}

.useful-serice__item.swiper-slide-active .useful-serice__content > :nth-child(1) {
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

.useful-serice__item.swiper-slide-active .useful-serice__content > :nth-child(2) {
    -webkit-transition-delay: .4s;
    transition-delay: .4s
}

.useful-serice__item.swiper-slide-active .useful-serice__content > :nth-child(3) {
    -webkit-transition-delay: .5s;
    transition-delay: .5s
}

.useful-serice__item.swiper-slide-active .useful-serice__content > :nth-child(4) {
    -webkit-transition-delay: .6s;
    transition-delay: .6s
}

.useful-serice__item.swiper-slide-active .useful-serice__content > :nth-child(5) {
    -webkit-transition-delay: .7s;
    transition-delay: .7s
}

.useful-serice__item.swiper-slide-active .useful-serice__content > :nth-child(6) {
    -webkit-transition-delay: .8s;
    transition-delay: .8s
}

.useful-serice__item.swiper-slide-active .useful-serice__content > :nth-child(7) {
    -webkit-transition-delay: .9s;
    transition-delay: .9s
}

.useful-serice__item.swiper-slide-active .useful-serice__content > :nth-child(8) {
    -webkit-transition-delay: 1s;
    transition-delay: 1s
}

.useful-serice__item.swiper-slide-active .useful-serice__content > :nth-child(9) {
    -webkit-transition-delay: 1.1s;
    transition-delay: 1.1s
}

.useful-serice__item.swiper-slide-active .useful-serice__content > :nth-child(10) {
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s
}

.useful-serice__item.swiper-slide-active .useful-serice__content > :nth-child(11) {
    -webkit-transition-delay: 1.3s;
    transition-delay: 1.3s
}

.useful-serice__item.swiper-slide-active .useful-serice__content > :nth-child(12) {
    -webkit-transition-delay: 1.4s;
    transition-delay: 1.4s
}

.useful-serice__item.swiper-slide-active .useful-serice__content > :nth-child(13) {
    -webkit-transition-delay: 1.5s;
    transition-delay: 1.5s
}

.useful-serice__item.swiper-slide-active .useful-serice__content > :nth-child(14) {
    -webkit-transition-delay: 1.6s;
    transition-delay: 1.6s
}

.useful-serice__item.swiper-slide-active .useful-serice__content > :nth-child(15) {
    -webkit-transition-delay: 1.7s;
    transition-delay: 1.7s
}

.useful-serice__img {
    width: 50%;
    float: left;
    position: relative;
    -ms-flex-negative: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    overflow: hidden
}

.useful-serice__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    opacity: 0;
    border-radius: 0;
    -webkit-transition: all .3s;
    transition: all .3s
}

.useful-serice__content > * {
    opacity: 0;
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
    -webkit-transition: all .4s;
    transition: all .4s
}

.useful-serice__pagination .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    display: block;
    border-radius: 10px;
    background: #062744;
    opacity: .2;
    -webkit-transition: all .3s;
    transition: all .3s
}

.useful-serice__button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background-image: linear-gradient(147deg, #fe8a39 0, #fd3838 74%);
    padding: 15px 35px;
    border-radius: 50px;
    color: #fff;
    -webkit-box-shadow: 0 14px 80px rgba(252, 56, 56, .4);
    box-shadow: 0 14px 80px rgba(252, 56, 56, .4);
    text-decoration: none;
    font-weight: 500;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    letter-spacing: 1px
}

.useful-serice__pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: #216cf5;
    height: 30px;
    -webkit-box-shadow: 0 0 20px #2071fb;
    box-shadow: 0 0 20px #1670f2
}

.useful-serice__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 8px 0
}

.useful-serice .swiper-container-horizontal > .swiper-pagination-bullets,
.useful-serice .swiper-pagination-custom,
.useful-serice .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.useful-serice__pagination {
    position: absolute;
    z-index: 21;
    right: 20px;
    width: 11px !important;
    text-align: center;
    left: auto !important;
    top: 50%;
    bottom: auto !important;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.useful-serice__img .caption {
    position: absolute;
    bottom: 35px;
    width: 100%;
    text-align: center
}

.useful-serice__img .caption img {
    width: auto
}

.useful-serice__img .mobile_head {
    font-family: FuturaLTExtraBold;
    font-size: 90px;
    text-transform: uppercase;
    color: #fff;
    line-height: 180px
}

.operating_system a {
    margin: 0 16px;
    font-size: 42px;
    color: #fff
}

.startup a img {
    max-width: 23px;
    display: block;
    margin: 0 auto;
    max-height: 15px
}

.startup a span {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #fff;
    padding: 17px 0 0;
    margin: 0 auto 6px
}

.startup a {
    font-size: 16px;
    color: #fff
}

.operating_system {
    margin-bottom: 30px
}

.useful-serice__content {
    padding: 95px 0 20px;
    float: left;
    width: 50%;
    max-width: 825px
}

.useful-serice__content h3 {
    font-size: 38px;
    padding-left: 30px
}

.useful-serice__content h3 span.light {
    font-family: GothamLight;
    background: -webkit-gradient(linear, left top, right top, color-stop(20%, #00af5b), color-stop(98%, #000000));
    background: linear-gradient(to right, #00af5b 20%, #000000 98%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.useful-serice__content h3 span.bold {
        font-family: Gothambold;
    background: -webkit-gradient(linear, left top, right top, color-stop(20%, #000000), color-stop(98%, #00af5b));
    background: linear-gradient(to right, #000000 20%, #00af4f 98%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.useful-serice__content span.sub-title {
    padding-left: 30px;
    font-size: 18px;
    color: #666;
    font-family: gothambook
}

.useful-serice__content ul:after {
    clear: both;
    display: block;
    content: ""
}

.useful-serice__content ul li {
    width: 50%;
    float: left;
    padding: 0 30px;
    margin-bottom: 52px
}

.useful-serice__content ul li .service_icon {
    width: 75px;
    float: left;
    text-align: center
}

.useful-serice__content ul li h5 {
    width: 130px;
    float: left;
    font-size: 20px;
    color: #000;
    font-family: gothambook
}

.useful-serice__content ul li p {
    min-height: 42px;
    clear: both;
    font-size: 13px;
    color: #666;
    font-family: GothamLight
}

.useful-serice__content ul {
    margin-top: 42px
}

.sub-title span.line {
    display: none;
    width: 37px;
    height: 1px;
    background: #666;
    vertical-align: middle;
    margin: 0 8px
}

.sec_heading {
    font-size: 52px
}

.sec_heading span.light {
       font-family: GothamLight;
    background: -webkit-gradient(linear, left top, right top, color-stop(20%, #00af5b), color-stop(98%, #000000));
    background: linear-gradient(to right, #00af5b 20%, #000000 98%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.sec_heading span.bold {
        font-family: Gothambold;
    background: -webkit-gradient(linear, left top, right top, color-stop(20%, #000000), color-stop(98%, #00af5b));
    background: linear-gradient(to right, #000000 20%, #00af5b 98%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.intro_content_outer .align_left {
    padding-top: 90px;
    width: 60%;
    float: left;
    align-items: center;
    align-items: center;
    justify-content: flex-end
}

.intro_content_outer .align_right {
    width: 40%;
    float: left;
    position: relative
}

.intro_content_outer .align_right img {
    margin-top: 0;
    width: 100%
}

.intro_content_wrap {
    /*max-width:760px;*/
    float: right;
    width: 100%;
    z-index: 9;
    position: relative;
    padding-left: 100px;
    padding-right: 50px;
}

.intro_content:after {
    clear: both;
    display: block;
    content: ""
}

.intro_title {
    margin-bottom: 30px
}

.intro_content {
    clear: both;
    position: relative
}

#playArea {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    opacity: .5
}

.intro_content_outer {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    background: #fcfcfc
}

.intro_content {
    background: #fcfcfc;
    padding: 34px 0px 45px
}

.intro_content_wrap h5 {
    font-size: 23px;
    color: #000;
    font-family: gothambook;
    margin-bottom: 0;
    display: inline-block;
    vertical-align: middle
}

.intro_content_wrap .grade_number {
       font-size: 58px;
    font-family: Lato, sans-serif;
    font-weight: 800;
    margin-right: 10px;
    vertical-align: middle;
    background: -webkit-gradient(linear, left top, right top, color-stop(16%, #00af5b), color-stop(75%, #020202));
    background: linear-gradient(to right, #00af5b 16%, #000000 75%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.intro_content_wrap_heading {
    margin-bottom: 12px
}

.industries_wrapper {
    padding-top: 60px
}

.demo {
    display: block;
    margin: 0 auto
}

.mob_indesrty {
    display: none
}

.inds_cat_set {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-align-items: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-transition: .5s;
    transition: .5s;
    margin-bottom: 50px
}

.inds_cat_set > .can > a {
    text-decoration: none
}

.inds_cat_set > .can {
    position: relative;
    text-align: center;
    -webkit-transition: .5s;
    transition: .5s
}

.data_text_lin {
    position: relative
}

.data_text_lin > span.name {
    font-size: 17px;
    color: #333;
    text-align: center;
    margin-bottom: 16px;
    display: block
}

.data_text_lin > span.line {
    display: block;
    width: 2px;
    height: 50px;
    background-color: #ccc;
    margin: 0 auto 12px;
    position: relative
}

.data_text_lin > span.line:after {
    content: '';
    position: absolute;
    border-radius: 50%;
    background-color: #ccc;
    width: 12px;
    height: 12px;
    top: 0;
    left: 50%;
    margin-left: -6px
}

.inds_cat_set > .can.travel {
    -moz-flex: 0 0 145px;
    -ms-flex: 0 0 145px;
    -o-flex: 0 0 145px;
    -webkit-box-flex: 0;
    flex: 0 0 145px
}

.inds_cat_set > .can.trans {
    -moz-flex: 0 0 110px;
    -ms-flex: 0 0 110px;
    -o-flex: 0 0 110px;
    -webkit-box-flex: 0;
    flex: 0 0 110px
}

.inds_cat_set > .can.banking {
    -moz-flex: 0 0 90px;
    -ms-flex: 0 0 90px;
    -o-flex: 0 0 90px;
    -webkit-box-flex: 0;
    flex: 0 0 90px
}

.inds_cat_set > .can.healthc {
    -moz-flex: 0 0 115px;
    -ms-flex: 0 0 115px;
    -o-flex: 0 0 115px;
    -webkit-box-flex: 0;
    flex: 0 0 115px
}

.inds_cat_set > .can.enterta {
    -moz-flex: 0 0 160px;
    -ms-flex: 0 0 160px;
    -o-flex: 0 0 160px;
    -webkit-box-flex: 0;
    flex: 0 0 160px;
    margin-left: -15px
}

.inds_cat_set > .can.educat {
    -moz-flex: 0 0 196px;
    -ms-flex: 0 0 196px;
    -o-flex: 0 0 196px;
    -webkit-box-flex: 0;
    flex: 0 0 196px;
    margin-left: -15px
}

.inds_cat_set > .can.business {
    -moz-flex: 0 0 125px;
    -ms-flex: 0 0 125px;
    -o-flex: 0 0 125px;
    -webkit-box-flex: 0;
    flex: 0 0 125px;
    margin-left: -5px
}

.inds_cat_set > .can.food {
    -moz-flex: 0 0 160px;
    -ms-flex: 0 0 160px;
    -o-flex: 0 0 160px;
    -webkit-box-flex: 0;
    flex: 0 0 160px;
    margin-left: -15px
}

.inds_cat_set > .can.job_car {
    -moz-flex: 0 0 215px;
    -ms-flex: 0 0 215px;
    -o-flex: 0 0 215px;
    -webkit-box-flex: 0;
    flex: 0 0 215px;
    margin-left: -5px;
    z-index: 2
}

.inds_cat_set > .can.fit_nes {
    -moz-flex: 0 0 115px;
    -ms-flex: 0 0 115px;
    -o-flex: 0 0 115px;
    -webkit-box-flex: 0;
    flex: 0 0 115px;
    margin-left: -50px
}

.inds_cat_set > .can.educat .data_text_lin > span.line:after,
.inds_cat_set > .can.travel .data_text_lin > span.line:after {
    background-color: #f96
}

.inds_cat_set > .can.business .data_text_lin > span.line:after,
.inds_cat_set > .can.trans .data_text_lin > span.line:after {
    background-color: #993
}

.inds_cat_set > .can.banking .data_text_lin > span.line:after,
.inds_cat_set > .can.food .data_text_lin > span.line:after {
    background-color: #f9f
}

.inds_cat_set > .can.healthc .data_text_lin > span.line:after,
.inds_cat_set > .can.job_car .data_text_lin > span.line:after {
    background-color: #ccc
}

.inds_cat_set > .can.enterta .data_text_lin > span.line:after,
.inds_cat_set > .can.fit_nes .data_text_lin > span.line:after {
    background-color: #3cc
}

.inds_cat_set .can {
    -webkit-transform-origin: center center;
    transform-origin: center center
}

.inds_cat_set .can span.candidate {
    -webkit-transition: .5s;
    transition: .5s
}

.inds_cat_set:hover > .can span.candidate {
    -webkit-filter: blur(5px) grayscale(1);
    filter: blur(5px) grayscale(1)
}

.inds_cat_set > .can span.data_text_lin {
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-transition: .5s;
    transition: .5s;
    display: block
}

.inds_cat_set:hover > .can span.data_text_lin {
    -webkit-transform: scale(0);
    transform: scale(0)
}

.inds_cat_set:hover > .can.unhover span.candidate {
    -webkit-filter: blur(0);
    filter: blur(0);
    z-index: 3
}

.inds_cat_set:hover > .can.unhover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.inds_cat_set:hover > .can.unhover span.data_text_lin {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.inds_cat_set .can.travel .data_text_lin > span.line {
    height: 111px
}

.inds_cat_set .can.trans .data_text_lin > span.line {
    height: 70px
}

.inds_cat_set .can.banking .data_text_lin > span.line {
    height: 55px
}

.inds_cat_set .can.healthc .data_text_lin > span.line {
    height: 90px
}

.inds_cat_set .can.enterta .data_text_lin > span.line {
    height: 95px
}

.inds_cat_set .can.educat .data_text_lin > span.line {
    height: 55px
}

.inds_cat_set .can.business .data_text_lin > span.line {
    height: 88px
}

.inds_cat_set .can.food .data_text_lin > span.line {
    height: 95px
}

.inds_cat_set .can.job_car .data_text_lin > span.line {
    height: 36px
}

.inds_cat_set .can.fit_nes .data_text_lin > span.line {
    height: 65px
}

.inds_cat_set .can.enterta .data_text_lin {
    top: 50px;
    left: 9px
}

.inds_cat_set .can.food .data_text_lin {
    top: 0;
    left: 30px
}

.inds_cat_set .can.job_car .data_text_lin {
    left: -35px
}

.inds_cat_set .can span.info {
    display: block;
    width: 50px;
    height: 50px;
    background-color: #ff7200;
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -25px;
    z-index: 5;
    color: #fff;
    font-size: 20px;
    line-height: 50px;
    opacity: 0;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .5s;
    transition: .5s
}

.inds_cat_set .can.unhover span.info {
    bottom: 80px;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1
}

.inds_cat_set .can.food span.info {
    margin-left: -5px
}

.inds_cat_set .can.job_car span.info {
    margin-left: -60px
}

.inds_cat_set .can span.info img {
    max-width: 26px;
    vertical-align: top;
    margin-top: 12px
}

.industries_title {
    margin-bottom: 40px
}

.latest_industry {
    padding-top: 70px
}

.demand_wrap {
    max-width: 1050px;
    margin: 0 auto
}

.on-demand-solution {
    padding-top: 10px;
    position: relative
}

.on-demand-solution:after {
    height: 515px;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    content: "";
    background: #333;
    z-index: -2
}

.demand_light-pc img {
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle
}

.demand_light-pc p {
    display: inline-block;
    font-size: 24px;
    color: #fff;
    font-family: Gothamlight;
    vertical-align: middle;
    margin: 0
}

.demand_light-pc p span {
    display: block;
    font-size: 20px;
    font-family: Gothambold;
    margin-bottom: 10px
}

.demand_light-pc .btn_icon {
    float: right;
    margin-top: 40px
}

.demand_light-pc {
    margin-bottom: 25px
}

.on_demand_slider h2 {
    text-align: center;
    font-size: 52px;
    color: #fff;
    margin-bottom: 40px
}

.on_demand_slider .item {
    padding: 0 15px
}

.crouserl_content_outer img {
    width: 100%;
    -webkit-transition: .4s ease all;
    transition: .4s ease all
}

.crouserl_content_outer {
    position: relative;
    overflow: hidden
}

.on-demand-solution .crouserl_caption {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 88%;
    background: rgba(0, 0, 0, .74);
    text-align: center;
    padding: 20px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: .6s ease all;
    transition: .6s ease all
}

.crouserl_content_outer:hover .crouserl_caption {
    top: 0;
    opacity: 1;
    visibility: visible
}

.crouserl_content_outer:hover > img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.on-demand-solution .btn_icon img {
    width: auto
}

.on-demand-solution .crouserl_caption h3 {
    font-size: 22px;
    color: #fff;
    font-family: gothambook;
    margin-bottom: 16px
}

.on-demand-solution .crouserl_caption p {
    font-size: 16px;
    color: #fff;
    font-family: Gothamlight;
    opacity: 0;
    -webkit-transition: .6s ease all;
    transition: .6s ease all
}

.on-demand-solution .crouserl_content_outer:hover .crouserl_caption p {
    opacity: 1
}

.on-demand-solution .crouserl_caption a.more {
    background: 0 0;
    font-size: 22px;
    color: #fff;
    font-family: gothambook;
    padding: 0;
    display: block;
    width: 35px;
    height: 35px;
    border: 2px solid #fff;
    border-radius: 50%;
    margin: 0 auto 10px
}

.on-demand-solution .crouserl_caption a.more:hover {
    background: #f78f1e;
    border-color: #f78f1e
}

.owl-theme .owl-controls .owl-page span {
    background: 0 0;
    border: 1px solid #fff;
    opacity: 1
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #fff
}

.on_demand_slider {
    position: relative;
    padding-top: 50px;
    padding-bottom: 28px
}

.on_demand_slider:after {
    width: 1050px;
    background: url(../images/semand_slider_bg.jpg) repeat;
    height: 100%;
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    margin-left: -525px;
    z-index: -1
}

.on_demand_slider .owl-theme .owl-controls {
    margin-top: 55px
}

.certificate_wrapper .owl-carousel .owl-dots,
.on_demand_slider .owl-carousel .owl-dots {
    text-align: center;
    margin-top: 10px
}

.certificate_wrapper .owl-carousel button.owl-dot span,
.on_demand_slider .owl-carousel button.owl-dot span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #fff;
    background: 0 0;
    display: inline-block
}

.certificate_wrapper .owl-carousel button.owl-dot.active span,
.on_demand_slider .owl-carousel button.owl-dot.active span {
    background: #fff
}

.work_process_title {
    margin-bottom: 30px
}

.work_process_wrapper {
    padding: 50px 0 0
}

.mobile_process_outer {
    display: none
}

.testimonial_content_wrap .owl-item .item {
    display: flex;
    align-items: center
}

.testimonial_outer {
    margin-top: 100px;
    position: relative
}

.testimonial_title {
    text-align: center
}

.testimonial_content_wrap {
    max-width: 100%;
    float: none;
    width: 100%;
    background-image: url(../images/testimonial_bg.jpg);
    background-position: 0 0;
    background-size: cover
}

.testimonial_title {
    margin-bottom: 55px
}

.testimonial-left {
    float: left;
    width: 55%;
    padding: 25px 120px
}

.testimonial-right {
    width: 45%;
    background-image: url(../images/footer_form_bg.jpg);
    background-repeat: repeat;
    float: left;
    padding: 15px 15px 0 15px
}

.testimonial_image {
    width: 150px;
    float: left;
    text-align: center;
    padding-right: 5px
}

.testimonial_image .client_image {
    border-radius: 50%;
    border: 4px solid rgba(255, 255, 255, .3);
    margin-bottom: 8px
}

.testimonial_content {
    width: calc(100% - 150px);
    float: left;
    color: #333;
    padding-top: 15px;
    padding-left: 10px;
    text-align: left
}

.testimonial_content h4 {
    font-size: 26px;
    color: #fff;
    font-family: Gothambold;
    margin-bottom: 32px
}

.testimonial_content h4 span {
    font-family: gothambook;
    font-size: 15px;
    display: block;
    margin-top: 5px
}

.testimonial_content p {
    font-family: gothambook;
    font-size: 14px;
    color: #fff;
    line-height: 28px;
    position: relative
}

.testimonial_content p::before {
    content: "“";
    color: #fff;
    font-size: 98px;
    font-family: FaktProBlond;
    position: relative;
    top: 43px;
    left: -4px
}

.testimonial_content p::after {
    content: "“";
    color: #fff;
    font-size: 98px;
    font-family: FaktProBlond;
    position: absolute;
    bottom: 25px;
    right: auto;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-left: 4px
}

.testim-outer .owl-theme .owl-nav {
    margin-top: 20px;
    text-align: right;
    padding-right: 20px;
    position: absolute;
    bottom: 50px;
    width: 55%
}

.testim-outer .owl-button {
    text-align: right
}

.testim-outer .owl-theme .owl-nav button a {
    background: 0 0;
    opacity: 1;
    margin: 0;
    width: 39px;
    height: 39px;
    border-radius: 50%;
    border: 1px solid #fff;
    text-align: center;
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testim-outer .owl-theme .owl-nav button a:hover {
    background: #f78f1e;
    border-color: #f78f1e
}

ul.os_icon {
    position: absolute;
    bottom: 0
}

ul.os_icon li {
    display: inline-block;
    color: #fff;
    font-size: 30px
}

ul.os_icon li a {
    color: #fff
}

.latest_blog {
    padding: 60px 0 85px
}

.blogbox {
    position: relative;
    overflow: hidden
}

.blogbox img {
    -webkit-transition: .5s;
    transition: .5s
}

.blogbox:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.blogbox .blog_overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.blogbox .blog_overlay .blog_content {
    text-align: center
}

.blogbox .blog_overlay .blog_content h4 {
    color: #fff;
    font-size: 22px;
    text-align: left;
    font-weight: 300;
    background-color: rgba(0, 0, 0, .5);
    padding: 15px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    margin: 0;
    line-height: normal
}

.blogbox .blog_overlay .blog_content a {
    margin-top: 15px;
    display: inline-block
}

.blog_list ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.blog_list ul li:first-child {
    padding-left: 0
}

.blog_list ul li:last-child {
    padding-right: 0
}

.blog_list ul li {
    width: 50%;
    float: left;
    padding: 0 15px
}

.blog_list ul li .bloglisting {
    border: 1px solid #e9e9e9;
    overflow: hidden
}

.bloglisting > img {
    -webkit-transition: .5s;
    transition: .5s
}

.blog_list ul li .bloglisting .blogmsg {
    padding: 15px 15px 18px 15px
}

.blog_list ul li .bloglisting .blogmsg span {
    color: #666;
    font-size: 14px;
    font-family: gothambook;
    display: inline-block;
    margin-top: 0
}

.blog_list ul li .bloglisting .blogmsg p {
    color: #333;
    font-size: 15px;
    margin: 10px 0 20px 0;
    font-family: gothambook
}

.blog_list ul li .bloglisting .blogmsg a span {
    color: #fff
}

.blog_list ul li .bloglisting .blogmsg a {
    font-size: 16px;
    display: block;
    color: #f78f1e;
    -webkit-transition: .5s;
    transition: .5s
}

.bloglisting:hover > img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.blog_title {
    margin-bottom: 60px
}

.clients_outer {
    padding: 55px 0
}

.clients_outer ul {
    margin: 0 -15px;
    padding: 0;
    display: block
}

.clients_outer ul li {
    margin: 0;
    padding: 0 15px;
    float: left;
    width: 14.2857143%
}

.clients_outer ul li a {
    pointer-events: none
}

.clients_outer ul li img {
    max-width: 100%
}

.clients_outer ul:after {
    clear: both;
    display: block;
    content: ""
}

.project_request_outer {
    background: url(../images/footer_form_bg.jpg) repeat left top;
    clear: both
}

.project_form {
    background: #fff;
    position: relative;
    top: -85px;
    -webkit-box-shadow: 0 5px 13px 0 rgba(126, 126, 126, .54);
    box-shadow: 0 5px 13px 0 rgba(126, 126, 126, .54)
}

.project_form .grade_bg {
    padding: 50px 15px;
    background: url(../images/footer_form_left.jpg) no-repeat center top/cover
}

.project_rating {
    background: url(../images/project_rating.png) no-repeat center top;
    text-align: center;
    padding: 70px 0 45px
}

.project_rating span {
    color: #fff;
    font-size: 20px;
    font-family: Gothambold
}

.project_form .grade_bg p {
    font-size: 17px;
    color: #fff;
    font-family: gothambook;
    text-align: center;
    margin-bottom: 35px
}

.project_form .grade_bg b {
    font-family: Gothambold
}

.project_form .grade_bg a p {
    margin: 0;
    font-size: 13px;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    border-left: 1px solid #5b5b5b;
    padding: 12px 0 12px 8px;
    line-height: 24px
}

.project_form .grade_bg a {
    background: #1f7def;
    padding: 0 10px;
    height: 48px;
    display: flex;
    align-items: center;
    margin-bottom: 10px
}

.project_form .grade_bg a:hover {
    background: #f78f1e
}

.project_form .grade_bg a img {
    display: inline-block;
    padding: 0 8px 0 0;
    max-width: 27px
}

.project_form .align_right form {
    margin-top: 30px
}

.form-control {
    font-size: 15px;
    color: #7a7a7a;
    border: 1px solid #d5d5d5;
    border-radius: 0;
    font-family: Gothamlight;
    padding: 8px 12px;
    min-height: 45px
}

select.form-control {
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none
}

.form-group {
    margin-bottom: 20px
}

textarea.form-control {
    min-height: 120px
}

.project_form .align_right {
    padding: 30px
}

.project_form .align_right h2 {
    font-size: 36px
}

.project_form .align_right form .submit .btn {
    margin-left: 20px;
    padding: 10px 50px
}

footer {
    background: #25272a;
    padding: 24px 0 0;
    font-family: Roboto, sans-serif
}

footer * {
    font-family: Roboto, sans-serif
}

footer h5 {
    color: #fff;
    font-size: 20px;
    font-weight: 300
}

.country_flag {
    color: #d4d4d4;
    font-size: 14px;
    margin-bottom: 5px
}

.country_flag img {
    margin-right: 5px
}

.office_address p,
.office_address p a {
    color: #d4d4d4;
    font-size: 14px;
    padding: 0;
    margin: 0
}

.office_address p a:hover {
    color: #007bff
}

.office_address {
    margin-bottom: 20px
}

.contact_info {
    border-bottom: 1px solid #2d3033;
    margin-bottom: 40px
}

.quick_links ul:after {
    clear: both;
    display: block;
    content: ""
}

.quick_links ul li {
    width: 50%;
    float: left;
    padding-right: 10px;
    margin-bottom: 4px
}

.quick_links ul li a {
    color: #fff;
    font-size: 14px
}

.quick_links_outer {
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #2d3033
}

.quick_links_outer p {
    font-size: 14px;
    color: #d4d4d4
}

.quick_links_outer p span {
    display: block;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 10px
}

.quote_btn .footer_btn {
    background: #f78f1e;
    border-radius: 0;
    color: #fff;
    padding: 14px 50px;
    display: inline-block;
    margin-right: 15px;
    overflow: hidden
}

.quote_btn .footer_btn:active,
.quote_btn .footer_btn:focus {
    border: 0
}

.quote_btn .footer_btn:before {
    background: #1c64f0
}

.footer_social {
    display: inline-block
}

.footer_social li {
    display: inline-block;
    margin-right: 6px
}

.footer_social li a {
    color: #fff;
    border: 1px solid #fff;
    border-radius: 4px;
    width: 30px;
    display: block;
    height: 30px;
    text-align: center;
    padding-top: 2px;
    font-size: 17px
}

.footer_social li a:hover {
    background: #f78f1e;
    border-color: #f78f1e;
    color: #fff
}

.copyright a:hover,
.quick_links ul li a:hover {
    color: #f78f1e
}

.rating_wrapper p {
    color: #666668
}

.rating_wrapper p.rate {
    color: #d4d4d4
}

.rating_wrapper .rate span {
    color: #e5cd00;
    margin-right: 6px;
    position: relative
}

.rating_wrapper .rate span:after {
    position: absolute;
    content: "";
    width: 3px;
    height: 17px;
    right: 0;
    top: 0;
    background: #25272a
}

.certificate_wrapper a {
    display: inline-block;
    margin: 0 8px 10px;
    pointer-events: none
}

.certificate_wrapper {
    margin-bottom: 24px
}

.copyright {
    background: #2d3033;
    padding: 26px 0
}

.copyright a,
.copyright p {
    margin: 0;
    color: #d4d4d4;
    font-size: 14px
}

.menu {
    height: 100px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    z-index: 999;
    padding: 0 75px;
    display: block;
    -webkit-transition: .5s;
    transition: .5s
}

.video_over {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(24, 40, 53, .3);
    z-index: 1
}

.logo {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-top: 30px;
    -webkit-transition: .5s;
    transition: .5s;
    z-index: 105
}

.logo > a {
    line-height: 0
}

.menu_data .top_data_bar > ul {
    display: block;
    text-align: right;
    margin-top: 15px;
    margin-bottom: 10px;
    -webkit-transition: .5s;
    transition: .5s
}

.menu_data .top_data_bar > ul > li {
    display: inline-block
}

.menu_data .top_data_bar > ul > li > a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    padding-left: 18px;
    line-height: 20px;
    -webkit-transition: .5s;
    transition: .5s;
    vertical-align: middle
}

.menu_data .top_data_bar > ul > li > a > i {
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    -webkit-transition: .5s;
    transition: .5s
}

.menu_data .top_data_bar > ul > li:first-child > a {
    padding-left: 0
}

.menu_data .top_data_bar > ul > li > a:hover,
.menu_data .top_data_bar > ul > li > a:hover > i {
    color: #f78f1e !important
}

.menu_data .bot_data_bar > ul {
    display: block;
    text-align: right;
    margin-right: 245px;
    -webkit-transition: .5s;
    transition: .5s
}

.menu_data .bot_data_bar > ul > li {
    display: inline-block;
    text-align: right;
    position: none;
    position: initial
}

.menu_data .bot_data_bar > ul > li:first-child > a {
    margin-left: 0
}

.menu_data .bot_data_bar > ul > li:last-child > a {
    margin-right: 0
}

.menu_data .bot_data_bar > ul > li > a {
    display: block;
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
    color: #fff;
    margin: 0 25px;
    line-height: 40px;
    text-decoration: none;
    position: relative;
    -webkit-transition: .5s;
    transition: .5s
}

.menu_data .bot_data_bar > ul > li > a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 1px;
    background-color: transparent;
    -webkit-transition: .5s;
    transition: .5s;
    border: 0;
    margin: 0
}

.hero {
    position: relative
}

.happy_clint {
    position: absolute;
    width: 100%;
    bottom: 10px
}

.left_clint_data {
    display: block
}

.left_clint_data span {
    display: inline-block;
    vertical-align: middle
}

.left_clint_data span.icon img {
    width: 50px
}

.left_clint_data span.text {
    font-size: 18px;
    color: #fff;
    margin-left: 15px
}

.left_clint_data span.r_icon {
    font-size: 38px;
    color: #fff
}

.happy_clint_in {
    display: block
}

.happy_clint_in > div.left_clint_data {
    float: left;
    width: 230px;
    margin-top: 20px
}

.happy_clint_in > div {
    display: inline-block;
    vertical-align: middle
}

.hero_clint_slider {
    display: block !important;
    width: auto;
    margin-left: 230px
}

.hero_clint_slider .clin_img > a {
    height: 100px;
    display: block;
    line-height: 100px;
    text-align: center;
    -webkit-transition: .5s;
    transition: .5s;
    padding: 0 15px
}

.hero_clint_slider .clin_img > a > img {
    display: inline-block;
    width: auto;
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-filter: grayscale(1);
    filter: grayscale(1)
}

.hero_clint_slider .clin_img > a:hover > img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.information_card .data_card {
    background-color: #fff;
    border-radius: 7px;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, .44);
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, .44);
    padding: 10px 20px;
    position: relative;
    z-index: 2
}

.information_card .data_card h3 {
    text-align: center;
    color: #077fc8;
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    margin-bottom: 18px
}

.information_card .data_card ul.phone_dat {
    display: block
}

.information_card .data_card ul.phone_dat li {
    width: 50%;
    float: left;
    text-align: left
}

.information_card .data_card ul.phone_dat li:last-child {
    width: 100%;
    text-align: center;
    margin-top: 5px
}

.information_card .data_card ul.phone_dat li a {
    display: block;
    text-decoration: none
}

.information_card .data_card ul.phone_dat li a span.img {
    width: 22px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: top;
    line-height: 20px
}

.information_card .data_card ul.phone_dat li a span.con {
    font-size: 12px;
    line-height: 20px;
    color: #666;
    font-weight: 500;
    text-transform: uppercase
}

.information_card .data_card ul.phone_dat li:nth-child(2) {
    padding-left: 15px;
    border-left: 1px solid #ccc
}

.information_card .data_card ul.phone_dat li a span.phone_nom {
    font-size: 14px;
    color: #666;
    font-weight: 700;
    display: block
}

.information_card .data_card ul.social {
    display: block;
    text-align: center;
    margin-top: 10px
}

.information_card .data_card ul.social li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 2px
}

.information_card .data_card ul.social li:first-child {
    margin-left: 0
}

.information_card .data_card ul.social li a {
    display: block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    background-color: #069;
    border-radius: 50%;
    border-radius: 50%;
    font-size: 15px;
    color: #fff;
    -webkit-transition: .5s;
    transition: .5s
}

.information_card .data_card ul.social li a:hover {
    background-color: #f78f1e
}

.information_card a.triger_card {
    position: relative;
    display: block;
    background-color: #077fc8;
    padding-top: 5px;
    margin-top: -5px;
    line-height: 42px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    color: #fff;
    border-radius: 0 0 5px 5px;
    text-decoration: none;
    -webkit-transition: 1s;
    transition: 1s;
    z-index: 1;
    margin-left: 10px;
    margin-right: 10px;
    -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, .44);
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, .44);
    top: -100px
}

.information_card a.triger_card:hover {
    background-color: #f78f1e
}

.information_card {
    width: 340px;
    position: absolute;
    padding: 12px;
    background-color: transparent;
    top: 0;
    left: -25px;
    -webkit-transition: .5s;
    transition: .5s;
    visibility: hidden;
    opacity: 0
}

.logo:hover .information_card {
    visibility: visible;
    opacity: 1;
    top: 50px
}

.logo:hover .information_card a.triger_card {
    top: 0
}

.menu.fixed {
    background-color: rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, .2);
    height: 81px;
    opacity: 1
}

.menu.fixed .logo {
    margin-top: 13px;
}

.menu.fixed .menu_data .top_data_bar ul {
    margin-top: 8px
}

a.inqury_btn {
    text-decoration: none;
    width: 200px;
    height: 40px;
    display: block;
    background-color: #00af5b;
    line-height: 40px;
    color: #fff;
    font-size: 15px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    padding-left: 25px;
    position: absolute;
    top: 46px;
    right: 75px;
    border-radius: 5px 25px 25px 5px;
    -webkit-transition: .6s;
    transition: .6s;
    -webkit-transform-origin: right center;
    transform-origin: right center;
    overflow: hidden;
    z-index: 100
}

a.inqury_btn > span {
    display: block;
    position: relative;
    z-index: 2
}

a.inqury_btn i {
    position: absolute;
    font-size: 28px;
    top: 0;
    right: 0;
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-transform-origin: center center;
    transform-origin: center center
}

a.inqury_btn:hover {
    background-color: #383134;
}

.menu.fixed a.inqury_btn {
    top: 20px;
    right: 90px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: 150px;
    padding-left: 8px
}

.menu.fixed a.inqury_btn i {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.menu.fixed .menu_data .bot_data_bar > ul {
    margin-right: 70px
}

.menu.fixed .menu_data .bot_data_bar > ul > li > a {
    color: #606060
}

.menu_data .bot_data_bar > ul > li.dropdown > a::before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #ef9534;
    position: absolute;
    bottom: -7px;
    left: 50%;
    margin-left: -3.5px;
    opacity: 0;
    -webkit-transition: .5s;
    transition: .5s
}

.menu.fixed .menu_data .bot_data_bar > ul > li > a:after {
    background-color: #606060
}

.menu_data .bot_data_bar > ul > li.show > a,
.menu_data .bot_data_bar > ul > li > a:hover {
    color: #00af5b !important;
}

.menu_data .bot_data_bar > ul > li.dropdown.show > a::before {
    opacity: 1
}

.menu_data .bot_data_bar > ul > li > a > span.left_cion > i:before {
    position: relative;
    -webkit-transition: .5s;
    transition: .5s
}

.menu_data .bot_data_bar > ul > li.show > a > span.left_cion > i:before {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.menu_data .bot_data_bar > ul > li.show > a:after,
.menu_data .bot_data_bar > ul > li > a:hover:after {
    width: 100%;
    left: 0;
    background-color: #00af5b !important;
}

.menu.fixed .menu_data .top_data_bar > ul > li > a {
    color: #606060
}

.menu.fixed .menu_data .top_data_bar > ul > li > a > i {
    color: #999
}

.menu.fixed a.opner {
    display: none
}

.menu a.opner {
    text-decoration: none;
    position: absolute;
    float: right;
    padding: 10px;
    display: block;
    vertical-align: middle;
    -webkit-transition: .5s;
    transition: .5s;
    top: 27px;
    right: 65px
}

.menu a.opner.opened {
    right: 0
}

.menu a.opner span {
    width: 26px;
    height: 3px;
    margin-bottom: 6px;
    display: block;
    background-color: #000000;
    -webkit-transition: .5s;
    transition: .5s;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px
}

.menu a.opner span:nth-child(2) {
    width: 18px;
    margin-right: 0
}

.menu a.opner span:last-child {
    margin-bottom: 0
}

.menu a.opner.opened span:nth-child(1) {
    -webkit-transform-origin: center left;
    transform-origin: center left;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.menu a.opner.opened span:nth-child(2) {
    width: 0;
    margin-right: 17px
}

.menu a.opner.opened span:nth-child(3) {
    -webkit-transform-origin: center left;
    transform-origin: center left;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.menu_data {
    display: block;
    float: right;
    -webkit-transition: .5s;
    transition: .5s;
    visibility: hidden;
    opacity: 0
}

.menu.fixed .menu_data,
.menu.for_menu .menu_data {
    visibility: visible;
    opacity: 1
}

a.logo_imgs {
    display: block
}

a.logo_imgs img {
    -webkit-transition: .5s;
    transition: .5s
}

a.logo_imgs img.logo_small {
    height: 40px
}

a.logo_imgs img.logo_big {
    height: 0
}

.menu.fixed a.logo_imgs img.logo_small {
    height: 0
}

.menu.fixed a.logo_imgs img.logo_big {
    height: 53px;
}

a.mouse {
    margin: 0 auto 0 -9px;
    width: 18px;
    height: 38px;
    border: 1px solid #fff;
    border-radius: 25px;
    display: block;
    position: absolute;
    z-index: 10;
    bottom: 5px;
    left: 50%
}

a.mouse span {
    display: block;
    position: absolute;
    width: 2px;
    height: 6px;
    background-color: #fff;
    top: 4px;
    left: 50%;
    margin-left: -1px;
    -webkit-transition: .5s;
    transition: .5s;
    opacity: 1;
    -webkit-animation: scroll_anim .8s linear infinite;
    animation: scroll_anim .8s linear infinite
}

@-webkit-keyframes scroll_anim {
    from {
        top: 4px;
        opacity: 1
    }

    to {
        top: 30px;
        opacity: 0
    }
}

@keyframes scroll_anim {
    from {
        top: 4px;
        opacity: 1
    }

    to {
        top: 30px;
        opacity: 0
    }
}

.title_head h3 {
    font-size: 36px;
    line-height: 40px;
    color: #3a3a3a;
    text-align: center;
    font-weight: 400;
    margin-bottom: 8px
}

.title_head p {
    font-size: 16px;
    color: #666;
    text-align: center
}

.title_head {
    margin-bottom: 70px
}

.useful_industries {
    padding: 40px 0
}

a.main_btn_blue {
    display: inline-block;
    border-radius: 5px;
    background-color: #0996d3;
    height: 50px;
    line-height: 50px;
    padding: 0 25px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    -webkit-transition: .5s;
    transition: .5s;
    position: relative;
    overflow: hidden
}

a.main_btn_blue span {
    position: relative;
    z-index: 2
}

a.main_btn_blue:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .1);
    -webkit-transition: .5s;
    transition: .5s;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

a.main_btn_blue:hover {
    background-color: #ff7200
}

a.main_btn_blue:hover:before {
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.mega-dropdown .maga_drop_down {
    width: auto;
    margin: 0 15px 0;
    padding: 15px;
    left: 0 !important;
    right: 0 !important;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    height: auto;
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .5);
    -webkit-transform: none !important;
    transform: none !important;
    top: 100% !important
}

.menu_tabs {
    background-color: #f5f5f5;
    border-right: 1px solid #c8d0d9;
    border-top: 1px solid #c8d0d9;
    min-height: 400px
}

.menu_tabs ul {
    margin: 0;
    padding: 0
}

.menu_tabs ul li {
    width: 100%;
    list-style: none;
    display: block;
    margin-bottom: 2px
}

.menu_tabs ul li:last-child {
    margin-bottom: 0
}

.menu_tabs ul li a {
    text-align: left;
    background-color: #fff;
    color: #4c4b4b;
    font-size: 13px;
    -webkit-transition: .5s;
    transition: .5s;
    padding: 15px 10px;
    display: block;
    width: 100%;
    font-weight: 600;
    -webkit-transition: .5s;
    transition: .5s
}

.menu_tabs ul li a.active,
.menu_tabs ul li a:focus,
.menu_tabs ul li a:hover {
    background-color: #ff872f !important;
    color: #fff
}

.menu_tabs ul li a img {
    -webkit-transition: .5s;
    transition: .5s;
    margin-right: 5px
}

.menu_tabs ul li a.active img,
.menu_tabs ul li a:hover img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.menu_list_top {
    border-right: 1px solid #e2e3df
}

.menu_list_top ul {
    margin: 0;
    padding: 0
}

.menu_list_top ul li {
    list-style: none;
    position: relative;
    display: block
}

.menu_list_top ul li a {
    display: block;
    font-size: 13px;
    font-weight: 400;
    color: #4c4b4b;
    padding: 10px 10px 10px 30px;
    border-bottom: 1px solid #dadada;
    position: relative;
    -webkit-transition: .5s;
    transition: .5s
}

.menu_list_top ul li a:after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border: 2px solid #b1b1b1;
    border-radius: 50%;
    left: 10px;
    top: 15px;
    -webkit-transition: .5s;
    transition: .5s
}

.menu_list_top ul li a:hover {
    color: #ff872f
}

.menu_list_top ul li a:hover:after {
    border: 2px solid #ff872f
}

.menu_img_in {
    height: 395px;
    width: 100%;
    background-position: center center;
    background-size: cover;
    position: relative
}

.menu_img_in > div {
    position: absolute;
    left: 15px;
    right: 15px;
    top: 15px;
    bottom: 15px;
    border: 1px solid #63635d
}

.menu_img_in > div.text_in_top {
    padding: 15px
}

.menu_img_in > div.text_in_top span {
    display: block;
    float: right
}

.menu_img_in > div.text_in_top span.top {
    padding: 5px;
    font-size: 30px;
    line-height: 30px;
    color: #fff;
    text-transform: uppercase;
    line-height: .838;
    font-weight: 600;
    background-color: rgba(255, 135, 47, .6);
    text-transform: uppercase
}

.menu_img_in > div.text_in_top span.bottom {
    padding: 5px;
    font-size: 17px;
    line-height: 17px;
    color: #fff;
    text-transform: uppercase;
    line-height: .838;
    font-weight: 500;
    background-color: rgba(37, 39, 42, .6);
    text-transform: none
}

.top_pading_add {
    padding-top: 15px
}

.text_color_bot {
    background-color: rgba(37, 39, 42, .6);
    padding-top: 15px;
    padding-bottom: 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0
}

.text_color_bot h4 {
    font-size: 30px;
    line-height: 30px;
    color: #ff872f;
    text-transform: uppercase;
    margin: 0
}

.text_color_bot h5 {
    font-size: 17px;
    line-height: 17px;
    color: #fff;
    font-weight: 300;
    margin: 4px 0 0
}

.text_color_bot p {
    font-size: 17px;
    line-height: 17px;
    color: #fff;
    font-weight: 600;
    margin: 7px 0 0
}

.top_header_por {
    height: 66px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .5)
}

a.mob_menu_btn {
    text-decoration: none
}

.mob_menu_btn {
    position: absolute;
    display: inline-block
}

a.mob_menu_btn {
    display: block;
    width: 32px;
    height: 26px;
    position: absolute;
    right: 160px;
    -webkit-transition: .5s;
    transition: .5s;
    top: 50%;
    margin-top: -13px;
    display: none
}

a.mob_menu_btn > span {
    display: block;
    height: 2px;
    width: 100%;
    background-color: #000;
    margin-bottom: 10px;
    -webkit-transition: .5s;
    transition: .5s
}

a.mob_menu_btn > span:last-child {
    margin-bottom: 0
}

a.mob_menu_btn.add_clas > span:nth-child(1) {
    -webkit-transform-origin: center left;
    transform-origin: center left;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
    width: 40px
}

a.mob_menu_btn.add_clas > span:nth-child(2) {
    opacity: 0
}

a.mob_menu_btn.add_clas > span:nth-child(3) {
    -webkit-transform-origin: center left;
    transform-origin: center left;
    -webkit-transform: rotate(-37deg);
    transform: rotate(-37deg);
    width: 40px
}

.top_header_por.scroll a.mob_menu_btn {
    right: 65px
}

.maga_drop_down {
    top: 100px;
    z-index: 99
}

.fixed .maga_drop_down {
    top: 90px !important
}

#videot {
    margin-top: 77px
}

.max-580 {
    max-width: 570px
}

img.desktop_img {
    display: block;
    margin: 0 auto;
    float: right;
    max-width: 100%
}

.carHire_banner {
    background-image: url(../images/banner-car-hire-app.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 120px 0 55px 0
}

.carHire_banner_os li {
    display: inline-block;
    margin-right: 25px
}

.carHire_banner_os li a {
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, .09);
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, .09);
    font-family: gothambook;
    font-size: 16px;
    color: #7d7d7d;
    text-align: center;
    padding: 10px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 118px;
    height: 118px
}

.carHire_banner_os li a .icons-btns {
    width: 100%
}

.carHire_banner_os li a .icons-btns span {
    display: block
}

.carHire_banner_os li a:hover {
    background: #eee
}

.carHire_banner_os li a img {
    display: block;
    margin: 0 auto 5px
}

.carHire_banner_title .sub-title {
    font-size: 35px;
    font-family: Roboto, sans-serif;
    font-weight: 300
}

.carHire_banner_caption {
    bottom: 0;
    position: static;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
}

ul.carHire_banner_os {
    margin-top: 50px
}

.carHire_banner_caption .container {
    position: relative
}

.demand_car_tab_btn .nav-tabs:after,
.demand_car_tab_outer:after,
.demand_light-pc:after {
    clear: both;
    display: block;
    content: ""
}

.demand_car_tab_outer {
    clear: both;
    background: url(../images/carHire_panel_bg.jpg) no-repeat center top;
    background-size: cover;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.sec_heading_white {
    font-size: 38px;
    color: #fff
}

.sec_heading_white .light {
    font-family: gothamLight
}

.sec_heading_white .bold {
    font-family: gothambold
}

.demand_car_tab_outer .align_left {
    width: 50%;
    float: left;
    background: rgba(0, 0, 0, .68)
}

.demand_car_tab_outer .align_right {
    width: 50%;
    float: left
}

.demand_car_tab_btn {
    max-width: 590px;
    float: right;
    padding: 40px 15px 45px
}

.carHire_demandTab_title {
    margin-bottom: 30px
}

.demand_car_tab_btn .nav-tabs {
    margin: 0 -7px;
    border: 0
}

.demand_car_tab_btn .nav-tabs li {
    width: 50%;
    float: left;
    margin-bottom: 10px;
    padding: 0 7px
}

.demand_car_tab_btn .nav-tabs li a {
    border: 1px solid #656567;
    height: 87px;
    font-family: gothambook;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    padding: 27px 10px 20px;
    border-radius: 0;
    -webkit-transition: .4s ease all;
    transition: .4s ease all
}

.demand_car_tab_btn .nav-tabs li a span {
    width: 46px;
    float: left;
    font-size: 28px;
    line-height: 10px
}

.demand_car_tab_btn .nav-tabs .nav-item a:hover,
.demand_car_tab_btn .nav-tabs .nav-item.show .nav-link,
.demand_car_tab_btn .nav-tabs .nav-link.active {
    background: url(../images/blue_pattern.jpg) repeat left top;
    border-color: #187fe9;
    color: #fff
}

.demand_car_tab_outer .tab-content {
    padding: 20px 15px 20px 55px;
    max-width: 610px
}

.demand_car_tab_outer .tab-pane {
    background: #fff;
    padding: 70px 40px 60px;
    text-align: center;
    min-height: 400px
}

.demand_car_tab_outer .tab-pane img {
    text-align: center;
    display: block;
    margin: 0 auto
}

.demand_car_tab_outer .panel_content {
    margin-top: 35px
}

.demand_car_tab_outer .panel_content h6 {
    font-size: 18px;
    color: #616161;
    font-family: gothambook
}

.panel_content p {
    font-size: 15px
}

.want_join_wrap {
    padding-top: 35px;
    border-bottom: 2px solid #00af5b;
}

.want_join_wrap .demand_light-pc p {
    font-size: 21px;
    color: #7b7b7b;
    font-family: gothammedium
}

.want_join_wrap .demand_light-pc p span {
    font-size: 16px;
    color: #00af5b;
    font-family: gothambook;
    margin-bottom: 5px
}

.want_join_wrap .demand_light-pc .btn_icon {
    margin-top: 0
}

.want_join_wrap .demand_light-pc {
    margin: 0
}

.want_join_wrap .btn_icon {
    font-size: 20px;
    padding: 13px 25px
}

.demand_light-pc .btn_icon img {
    margin-right: 10px
}

.want_join_wrap .demand_light-pc > img {
    float: left;
    margin-bottom: -4px
}

.step_wizard_outer {
    margin: 45px 0 70px;
    position: relative
}

.step_panel ul:after,
.step_panel:after,
.step_wizard_outer:after {
    clear: both;
    display: block;
    content: ""
}

.step_wizard_outer .align_left {
    width: 50%;
    float: left;
    padding: 60px 0 0
}

.step_wizard_outer .align_right {
    width: 50%;
    float: left;
    text-align: right
}

.step_align {
    max-width: 656px;
    float: right;
    width: 100%
}

.step_panel {
    clear: both;
    background: #f9f9f9;
    padding: 20px 0;
    position: relative
}

.step_panel:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    right: -100%;
    top: 0;
    background: #f9f9f9;
    z-index: -1
}

.step_panel h5 {
    font-size: 20px;
    color: #666;
    margin-bottom: 20px
}

.step_panel ul li {
    float: left;
    width: 50%;
    padding: 5px 5px 5px 15px;
}

.step_panel ul li a,
.step_panel ul li {
    color: #969696;
    font-size: 16px;
    display: block;
    pointer-events: none;
    position: relative
}

.step_panel ul li:before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 4px;
}

.step_content_outer {
    padding: 0 15px
}

.stepwizard-row {
    display: table-row
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
    margin: 0 0 60px;
    padding: 0 15px
}

.stepwizard-step button[disabled] {
    opacity: 1 !important
}

.stepwizard-step {
    z-index: 0;
    display: table-cell;
    text-align: center;
    position: relative
}

.btn-circle {
    width: 130px;
    height: 130px;
    margin: 0;
    border-radius: 50%;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center 25px;
    z-index: 8;
    position: relative;

    padding: 20px 5px 10px;
    border: 2px solid #2380f9;
    color: #969696;
    background: #fff
}

.stepwizard-step .btn-circle {
    font-size: 32px;
}

.btn-circle span {
    display: block;
    font-size: 14px;
}

.btn-circle.btn-primary,
.btn-circle.btn-primary:hover {
    border: 2px solid #2380f9;
    color: #2380f9;
    background: #fff
}

.btn-circle,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active,
.stepwizard-step.active .btn-circle {
    color: #fff;
    outline: 0;
    background: url(../images/blue_pattern.jpg) repeat left top;
    overflow: hidden;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.btn-circle span,
.stepwizard-step.active .btn-circle span {
    color: #fff
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    border: 2px solid #2380f9;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none !important;
    background: url(../images/blue_pattern.jpg) repeat left top;
    overflow: hidden
}

.stepwizard-step.active + .stepwizard-step .step_title,
.stepwizard-step.active + .stepwizard-step + .stepwizard-step .step_title {
    color: #d1d1d1
}

.stepwizard-step.active + .stepwizard-step .btn-circle,
.stepwizard-step.active + .stepwizard-step + .stepwizard-step .btn-circle {
    color: #e1e1e1;
    border: 2px solid #ececec;
    background: #fff
}

.stepwizard-step.active + .stepwizard-step .btn-circle span,
.stepwizard-step.active + .stepwizard-step + .stepwizard-step .btn-circle span {
    color: #969696
}

.btn-circle.btn-primary:active,
.btn-circle.btn-primary:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.stepwizard-step .btn:before {
    display: none
}

.stepwizard-step.active {
    color: #2380f9
}

.stepwizard-step a.step_title {
    display: block;
    background: 0 0 !important;
    border: 0;
    color: #2380f9;
    font-size: 17px;
    padding: 0;
    position: absolute;
    width: 100%;
    text-align: center;
    margin-top: 5px
}

.stepwizard-step a.step_title:active,
.stepwizard-step a.step_title:focus {
    background: 0 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0
}

.stepwizard-step a.step_title.btn-primary {
    color: #2380f9
}

.stepwizard-step.first {
    text-align: left
}

.stepwizard-step.last {
    text-align: right
}

.stepwizard-step.first a.step_title {
    text-align: left;
    left: -14px
}

.stepwizard-step.last a.step_title {
    text-align: right;
    right: -14px
}

.stepwizard-step:after {
    top: 50%;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 2px;
    background-color: #1b68f4;
    margin-top: -1px;
    left: 0
}

.stepwizard-step.first.active:after {
    background-color: #ececec
}

.stepwizard-step.active:after,
.stepwizard-step.first:after {
    background-color: #1b68f4
}

.stepwizard-step.active:before {
    top: 50%;
    position: absolute;
    content: " ";
    width: 50%;
    height: 2px;
    background-color: #ececec;
    margin-top: -1px;
    right: 0;
    z-index: 1
}

.stepwizard-step.first:before,
.stepwizard-step.last:before {
    display: none
}

.stepwizard-step.active + .stepwizard-step + .stepwizard-step:after,
.stepwizard-step.active + .stepwizard-step:after {
    background-color: #ececec
}

#ch_workProcess .tab-pane ul:after {
    clear: both;
    display: block;
    content: ""
}

.cH_work_title {
    margin-bottom: 50px
}

#ch_workProcess {
    background: #fcfcfc;
    padding-bottom: 35px
}

#ch_workProcess .nav li a {
    font-size: 16px;
    color: #9e9e9e;
    text-transform: uppercase;
    font-family: gothambook;
    padding: 18px;
    border-bottom: 4px solid transparent;
    display: block
}

#ch_workProcess .nav li a.active,
#ch_workProcess .nav li a:focus,
#ch_workProcess .nav li a:hover {
    color: #2e61ea;
    border-color: #3d6ceb
}

#ch_workProcess .nav {
    margin-bottom: 25px
}

#ch_workProcess .tab-pane ul {
    margin: 0 -13px
}

#ch_workProcess .tab-pane ul li {
    width: 25%;
    float: left;
    padding: 0 13px;
    margin-bottom: 26px
}

#ch_workProcess .tab-pane ul li .box {
    padding: 25px 15px;
    background: #fff;
    min-height: 362px
}

#ch_workProcess .tab-pane ul li .box h4 {
    font-size: 21px;
    color: #000;
    margin: 20px 0
}

#ch_workProcess .tab-pane ul li .box p {
    font-size: 16px;
    color: #9c9c9c;
    font-family: FaktProBlond;
    margin: 0
}

#ch_workProcess .tab-pane ul li .box i {
    font-size: 38px
}

.saute_slider {
    padding: 0;
    margin-top: 80px
}

.caption_space {
    margin-top: 80px
}

.saute_slider:after {
    clear: both;
    display: block;
    content: ""
}

.saute_slider .align_right {
    width: calc(100% - 40%);
    float: right;
    position: relative;
    padding: 50px 30px
}

.align_right .owl-controls {
    margin: 0 auto !important;
    left: 0 !important;
    right: 0
}

.align_right .owl-pagination {
    text-align: center
}

.saute_slider .align_left {
    padding-bottom: 130px;
    width: 40%;
    float: left;
    padding-left: 15px;
    z-index: 99;
    position: relative;
    background: #fff
}

.saute_slider .left_wrap {
    max-width: 480px;
    width: 100%;
    float: right;
    padding-right: 50px;
    padding-top: 30px
}

.saute_head {
    display: inline-block;
    vertical-align: middle;
    background: #435199;
    border-radius: 28px;
    width: 95px;
    height: 95px;
    text-align: center;
    padding-top: 27px
}

.no-padding {
    padding: 0
}

.no-background {
    background-color: transparent
}

.saute_head span {
    font-size: 24px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 300;
    -webkit-transform: rotate(-13deg);
    transform: rotate(-13deg);
    display: block
}

.saute_tag {
    display: inline-block;
    margin-left: 12px;
    vertical-align: middle
}

.saute_tag h3 {
    color: #666;
    font-size: 43px;
    text-transform: uppercase;
    font-family: FaktProBlond;
    margin: 0;
    line-height: 33px
}

.saute_tag span.tag {
    font-size: 13px;
    color: #666;
    background: #eee;
    padding: 5px 8px;
    font-family: FaktProBlond;
    margin-right: 6px
}

.saute_outer {
    margin-bottom: 30px
}

.saute_slider p {
    color: #666;
    font-size: 15px;
    font-family: gothambook
}

.get_app {
    background: #f3f3f3;
    padding: 20px;
    margin-top: 35px
}

.get_app h5 {
    font-size: 20px;
    color: #333;
    font-family: gothambook;
    text-transform: uppercase
}

.saute_slider .right_wrap {
    max-width: 100%
}

.iphone_img:before {
    background: url(../images/phone_cam.png) no-repeat;
    width: 130px;
    height: 17px;
    position: absolute;
    content: "";
    z-index: 9;
    top: 13px;
    left: 50%;
    margin-left: -65px
}

.saute_slider .owl-theme .owl-controls .owl-buttons div {
    background: 0;
    padding: 0;
    border: 0
}

.saute_slider .owl-theme .owl-controls .owl-buttons div a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #ccc;
    border: 2px solid #ccc;
    padding-top: 5px;
    font-size: 17px
}

.saute_slider .owl-theme .owl-controls {
    margin: 0;
    position: absolute;
    bottom: 30px;
    left: 10%
}

.mob_slider {
    padding: 30px 0;
    clear: both;
    background: url(../images/blue_pattern.jpg) left top repeat
}

.mob_slider .main_hed {
    margin-bottom: 170px
}

.mob_sliderid .owl-item img {
    width: auto;
    display: inline-block
}

.mb_iner_slid {
    position: relative
}

.iphone_img {
    left: 50%;
    margin-left: -132px;
    position: absolute;
    top: -14px;
    width: 264px
}

.mb_iner_slid .owl-carousel {
    z-index: 9
}

.mobd_item {
    -webkit-transition: .5s;
    transition: .5s
}

.mob_sliderid .owl-item.center .mobd_item {
    margin: 0 auto;
    width: 294px
}

.mob_sliderid .owl-item .mobd_item {
    width: 239px;
    margin: 14px auto 0;
    border-radius: 24px;
    overflow: hidden
}

.mob_sliderid .owl-nav {
    position: absolute;
    top: 330px;
    width: 500px;
    z-index: 101;
    left: 50%;
    margin-top: -100px;
    margin-left: -250px
}

.mob_slider .owl-theme .owl-controls .owl-buttons {
    position: absolute;
    top: 0;
    width: 320px;
    left: 50%;
    margin-left: -160px;
    top: 50%;
    margin-top: -30px
}

.mob_slider .owl-theme .owl-controls .owl-buttons div {
    position: static;
    opacity: 1;
    -webkit-transition: .5s;
    transition: .5s;
    top: 0;
    font-size: 20px;
    color: #fff;
    background: 0 0;
    margin: 0;
    padding: 0
}

.mob_slider .owl-theme .owl-controls .owl-buttons div.owl-prev {
    float: left
}

.mob_slider .owl-theme .owl-controls .owl-buttons div.owl-next {
    float: right
}

.mob_slider .owl-theme .owl-controls .owl-buttons div a {
    color: #fff
}

.saute_mini_wrap {
    position: relative;
    position: absolute;
    width: 100%
}

.saute_mini_wrap:after {
    clear: both;
    display: block;
    content: ""
}

.saute_main_slider {
    z-index: 9;
    max-width: 1920px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    position: relative
}

.saute_slider {
    position: relative
}

.saute_slider:before {
    position: absolute;
    right: 0;
    width: 60%;
    height: 100%;
    content: "";
    background-color: #fff;
    background-image: url(../images/portfolio_bg.png);
    top: 0
}

.saute_main_wrapper > .owl-theme > .owl-controls {
    margin: 0;
    position: absolute;
    bottom: 10px;
    left: 160px;
    opacity: 1
}

.saute_main_wrapper > .owl-theme > .owl-controls .owl-buttons div {
    padding: 0;
    opacity: 1;
    background: 0 0
}

.saute_main_wrapper > .owl-theme > .owl-controls .owl-buttons div a {
    background: 0 0;
    border: 2px solid #ccc;
    color: #ccc;
    width: 52px;
    height: 52px;
    display: block;
    border-radius: 50%;
    font-size: 25px;
    padding-top: 4px
}

.saute_main_wrapper {
    background: url(../images/blue_pattern.jpg) left top repeat;
    position: relative
}

.saute_main_wrapper:before {
    position: absolute;
    content: "";
    background: #fff;
    height: 80px;
    left: 0;
    top: 0;
    width: 100%
}

.saute_main_wrapper:after {
    position: absolute;
    content: "";
    background: #fff;
    height: 100%;
    left: 0;
    top: 0;
    width: 50%;
    z-index: 0
}

.saute_main_slider .owl-carousel .owl-item img {
    margin: 0 auto;
    border-radius: 24px
}

.industry_list:after {
    clear: both;
    display: block;
    content: ""
}

.industry_list {
    margin: 0 -15px
}

.industry_list li {
    float: left;
    width: 16.66%;
    padding: 0 15px 30px
}

.industry_list li a {
    color: #666;
    font-size: 14px;
    font-family: gothambook;
    background-color: #fff;
    -webkit-box-shadow: 0 0 7.68px .32px rgba(155, 147, 147, .2);
    box-shadow: 0 0 7.68px .32px rgba(155, 147, 147, .2);
    text-align: center;
    display: block;
    padding: 25px 20px;
    text-transform: capitalize;
    position: relative;
    -webkit-transition: .4s ease all;
    transition: .4s ease all;
    top: 0;
    left: 0
}

.industry_list li a span {
    display: block;
    font-size: 44px
}

.industry_list li a:hover {
    background: url(../images/blue_pattern.jpg) repeat left top;
    -webkit-box-shadow: -20px -21px 13px 0 rgba(0, 0, 0, .1);
    box-shadow: -20px -21px 13px 0 rgba(0, 0, 0, .1);
    top: 10px;
    left: 10px;
    -webkit-transition: .4s ease all;
    transition: .4s ease all;
    color: #fff
}

.pr {
    position: relative
}

.testimonial_content_outer .owl-nav {
    text-align: right
}

.saute_main_slider .owl-nav {
    position: absolute;
    top: 45%;
    left: 50%;
    width: 100%;
    max-width: 320px;
    margin-left: -160px
}

.saute_main_slider .owl-nav .owl-next span,
.saute_main_slider .owl-nav .owl-prev span {
    color: #fff
}

.saute_main_slider .owl-nav .owl-next {
    float: right
}

.saute_main_slider .mobd_item {
    padding: 0 25px
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    margin-left: 9px
}

.testimonial_content_wrap button.owl-next,
.testimonial_content_wrap button.owl-prev {
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg)
}

.saute_main_slider .owl-item.active.center .mobd_item img {
    max-width: 100%
}

.saute_main_slider .owl-item .mobd_item img {
    max-width: 220px
}

.saute_main_slider .owl-carousel .owl-nav button.owl-prev {
    margin: 0
}

.client_logo_outer button.owl-dot {
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    border-radius: 50%;
    margin-bottom: 20px
}

.client_logo_outer button.owl-dot.active {
    background: #fff
}

.content {
    padding: 50px 0;
    background: #f9f9f9
}

.content h4 {
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 400
}

.content p a {
    color: #f78f1e
}

.icon_about {
    margin: 0;
    padding: 0;
    display: block
}

.icon_about ul {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.icon_about ul li {
    display: inline-block;
    margin: 0
}

.icon_about ul li a {
    display: block;
    text-decoration: none
}

.icon_about ul li a span.icon {
        color: #00a959;
    vertical-align: middle;
    display: inline-block;
    font-size: 60px;
}

.icon_about ul li a span.text {
    vertical-align: middle;
    display: inline-block
}

.icon_about ul li a span.text .b {
        line-height: 35px;
    font-size: 25px;
    font-weight: 500;
    text-align: left;
    display: block;
    background: -webkit-gradient(linear, left top, right top, color-stop(16%, #00ac5a), color-stop(54%, #000000));
    background: linear-gradient(to right, #01a959 16%, #000000 54%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.icon_about ul li a span.text span.s {
    margin-top: 0;
    color: #333;
    font-size: 14px;
    display: block;
    text-align: left
}

.work_approach {
    padding: 60px 0
}

.aproch_item {
    margin: 30px auto 0
}

.aproch_item span.img_text {
        border-style: solid;
    border-width: 10px;
    border-color: #01a759;
    border-radius: 50%;
    background-color: #fff;
    width: 291px;
    display: block;
    height: 291px;
    margin: 0 auto 20px;
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.aproch_item span.img_text div.img {
    display: block;
    -webkit-transition: .5s;
    transition: .5s
}

.aproch_item span.img_text div.img img {
    width: 80px
}

.aproch_item span.img_text span.text {
    display: block;
    width: 100%;
    font-size: 26px;
    color: #5a5959;
    text-align: center;
    -webkit-transition: .5s;
    transition: .5s
}

.aproch_item p {
    font-size: 17px;
    color: #222;
    line-height: 26px;
    margin: 0;
    font-weight: 300;
    text-align: center
}

.aproch_item .img_text:hover {
    background: url(../images/footer_form_bg.jpg) repeat left top;
    border-color: #fff;
    -webkit-box-shadow: 0 0 40px 20px rgba(0, 0, 0, .2);
    box-shadow: 0 0 40px 20px rgba(0, 0, 0, .2);
    cursor: pointer
}

.aproch_item .img_text:hover div.img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.aproch_item span.img_text:hover span.text {
    color: #fff
}

.visan_mission {
    background-image: url(../images/visan_mission_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0 117px;
    position: relative
}

.visan_mission .visan {
    float: left;
    border-radius: 20px;
    background-color: #ff9828;
    width: 643px;
    padding: 45px;
    position: relative;
    overflow: hidden
}

.visan_mission .visan:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #f58914
}

.visan_mission h5 {
    font-size: 36px;
    color: #fff;
    font-weight: 300;
    text-align: left;
    margin-bottom: 30px
}

.visan_mission .visan p {
    font-size: 18px;
    color: #fff;
    margin: 0;
    line-height: 1.6;
    font-weight: 300;
    max-width: 393px
}

.visan_mission .octal {
    max-width: 636px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -318px;
    z-index: 2
}

.visan_mission .mission {
    float: right;
    border-radius: 20px;
    background-color: #1472e3;
    width: 643px;
    padding: 45px;
    position: relative;
    overflow: hidden;
    margin-top: 140px
}

.visan_mission .mission:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 100%;
    top: 0;
    right: 0;
    background-color: #0b58b5
}

.visan_mission .mission p {
    font-size: 18px;
    color: #fff;
    margin: 0;
    line-height: 1.6;
    font-weight: 300;
    max-width: 370px;
    margin-left: auto;
    text-align: right
}

.visan_mission .mission h5 {
    text-align: right
}

.our_team_about {
    background: url(../images/footer_form_bg.jpg) repeat left top
}

.our_team_about .about_title {
    max-width: 540px;
    margin-left: auto;
    padding-top: 50px;
    margin-bottom: 0
}

.our_team_about .about_title p {
    color: #fff;
    text-align: left;
    font-size: 18px;
    color: #fff;
    line-height: 1.6
}

.about_title ul {
    margin-top: 15px;
    display: block
}

.about_title ul li {
    display: inline-block;
    margin-right: 10px
}

.our_team_about ul.photos {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-left: 4px
}

.our_team_about ul.photos li {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    height: 530px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    -webkit-transition: .5s;
    transition: .5s;
    position: relative
}

.our_team_about ul.photos li:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #098ec9;
    top: 0;
    right: 0
}

.our_team_about .sec_heading span.bold {
    background: -webkit-gradient(linear, left top, right top, color-stop(20%, #f08044), color-stop(98%, #fff));
    background: linear-gradient(to right, #f08044 20%, #fff 98%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.our_team_about .sec_heading span.light {
    background: -webkit-gradient(linear, left top, right top, color-stop(20%, #ec6217), color-stop(98%, #fff));
    background: linear-gradient(to right, #ec6217 20%, #fff 98%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.our_team_about .btn:before {
    background: #fff
}

.our_team_about .btn:active,
.our_team_about .btn:focus,
.our_team_about .btn:hover {
    color: #166fe5
}

.our_team_about ul.photos li.active {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%
}

.awards_accolades {
    background-image: url(../images/app_rating_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 80px 0
}

.awards_accolades ul.app_listing {
    display: block;
    text-align: center;
    margin-top: 60px
}

.awards_accolades ul.app_listing:after {
    clear: both;
    display: block;
    content: ""
}

.awards_accolades ul.app_listing li {
    float: left;
    padding: 5px 3px;
    vertical-align: middle;
    width: 33.33%;
    -webkit-transition: .4s ease all;
    transition: .4s ease all
}

.awards_accolades ul.app_listing li > div {
    border-width: 1px;
    border-color: rgba(255, 255, 255, .302);
    border-style: solid;
    width: 100%;
    height: 224px;
    display: block;
    -webkit-transition: .4s ease all;
    transition: .4s ease all
}

.awards_accolades ul.app_listing li > div span.img {
    display: block;
    text-align: center;
    height: 145px;
    line-height: 145px
}

.awards_accolades ul.app_listing li > div span.text {
    display: block;
    text-align: center;
    width: 230px;
    margin: 0 auto;
    font-size: 17px;
    color: #ccc
}

.awards_accolades ul.app_listing li > div:hover {
    background: url(../images/footer_form_bg.jpg) repeat left top
}

.awards_accolades ul.app_listing li > div:hover span.text {
    color: #fff
}

.our_client ul {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.our_client ul hr {
    margin-top: 0;
    margin-bottom: 0;
    display: block;
    width: 100%;
    clear: both;
    border: 0;
    border-top: 1px solid #e0e0e0
}

.our_client ul li {
    -moz-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    -o-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    text-align: center;
    height: 190px;
    line-height: 190px;
    border: 0
}

.our_client ul li a {
    pointer-events: none
}

.our_client ul li a img {
    -webkit-transition: .4s;
    transition: .4s
}

.our_client ul li img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.our_client ul li:first-child {
    border-left: 0
}

.our_client ul hr + li {
    border-left: 0
}

.our_client {
    padding: 50px 0 20px
}

.portfolio_banner .row {
    margin: 0
}

.portfolio_banner {
    padding-top: 0;
    position: relative
}

.portfolio_banner .align_left {
    background: #aa61f4;
    padding-top: 115px
}

.portfolio_banner .align_right {
    background: #fd6d48;
    padding-top: 115px
}

.portfolio_banner h2 {
    color: #fff;
    font-size: 52px;
    font-family: GothamLight
}

.portfolio_banner h2 span {
    font-family: gothambold
}

.portfolio_banner p {
    color: #fff;
    font-size: 18px
}

.portfolio_banner .middle_sec {
    position: absolute;
    top: 60%;
    width: 100%;
    text-align: center;
    -webkit-transform: translateY(-60%);
    transform: translateY(-60%)
}

.portfolio_content {
    padding: 100px 0 200px;
    background: #fefefe
}

.portfolio_content p.sub_head {
    font-size: 23px;
    color: #000;
    font-family: FaktProBlond
}

.portfolio_content .sec_heading {
    font-size: 42px;
    margin-bottom: 20px
}

.portfolio_content .outer {
    background: #fff;
    position: relative;
    -webkit-box-shadow: 0 0 32px rgba(0, 0, 0, .2);
    box-shadow: 0 0 32px rgba(0, 0, 0, .2);
    margin-bottom: 35px;
    border-radius: 4px;
    overflow: hidden;
    -webkit-transition: .4s ease all;
    transition: .4s ease all
}

.portfolio_content .outer:hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

.portfolio_content .outer:hover .portfolio_img img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.portfolio_img img {
    -webkit-transition: .4s ease all;
    transition: .4s ease all
}

.portfolio_img {
    text-align: center;
    overflow: hidden
}

.portfolio_list_content {
    padding: 20px
}

.carrot {
    background: #e98384
}

.sky {
    background: #83d3ed
}

.green {
    background: #00a99c
}

.blue {
    background: #347ae2
}

.pink {
    background: #f32d7c
}

.yellow {
    background: #fcad00
}

.red {
    background: #e2343c
}

.l_green {
    background: #86b211
}

.black {
    background: #343435
}

.lightblue {
    background: #3a5fa3
}

.grey {
    background: #f4f4f4
}

.orange {
    background: #fe8275
}

.greendark {
    background: #83c73e
}

.l_sky {
    background: #00c4fd
}

.portfolio_list_content h3 {
    margin-bottom: 5px
}

.portfolio_list_content h3 a {
    font-size: 30px;
    color: #000;
    text-transform: uppercase;
    font-family: gothambook
}

.portfolio_list_content p {
    font-size: 15px;
    color: #4d4d4d;
    font-family: gothambook
}

.portfolio_list_content ul li {
    display: inline-block;
    margin-right: 12px
}

.portfolio_list_content ul li a {
    color: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: block;
    font-size: 28px;
    text-align: center;
    padding-top: 4px
}

.carHire_work_process_outer #ch_workProcess ul li {
    width: 25%;
    text-align: center
}

#ch_workProcess .hire-panel ul li {
    width: 33.33%
}

.carHire_work_process_outer #ch_workProcess .eng_model ul li {
    width: 33.33%
}

#ch_workProcess .tab-pane.eng_model ul li .box {
    min-height: 280px
}

.babysiter-header {
    background-image: url(../images/babysiter-top-banner.png)
}

.carpanter-header-banner {
    background-image: url(../images/carpanter-header-banner.png)
}

.diete-banner {
    background-image: url(../images/diete-banner.png)
}

.doctor-on-demand {
    background-image: url(../images/doctor-on-demand.png)
}

.driving-on-demand {
    background-image: url(../images/driving-on-demand.png)
}

.daily-deal-header {
    background-image: url(../images/daily-deal-header.png)
}

.learning-banner {
    background-image: url(../images/learning-banner.png)
}

.electrain_header_banner {
    background-image: url(../images/electrain_header_banner.png)
}

.e-wallet_header_banner {
    background-image: url(../images/e-wallet_header_banner.png)
}

.fintess_trainner_banner {
    background-image: url(../images/fintess_trainner_banner.png)
}

.fleet_header_banner {
    background-image: url(../images/fleet_header_banner.png)
}

.grocery_header_banner {
    background-image: url(../images/grocery_header_banner.png)
}

.handyman_header_banner {
    background-image: url(../images/handyman_header_banner.png)
}

.lawn_heading_banner {
    background-image: url(../images/lawn_heading_banner.png)
}

.locksmith_header_image {
    background-image: url(../images/locksmith_banner.png)
}

.musicstreaming_banner {
    background-image: url(../images/musicstreaming_banner.png)
}

.car_wash_home_banner {
    background-image: url(../images/car_wash_home_banner.png)
}

.flowerondemand {
    background-image: url(../images/flowerondemand.png)
}

.housecleaning {
    background-image: url(../images/housecleaning.png)
}

.laundary_header_banner {
    background-image: url(../images/laundary_header_banner.png)
}

.logistech_home_banner {
    background-image: url(../images/logistech_home_banner.png)
}

.movers_brackers_header_image {
    background-image: url(../images/movers_brackers_header_image.png)
}

.pestcantrol_online {
    background-image: url(../images/pestcantrol_online.png)
}

.plumber_online_service {
    background-image: url(../images/plumber_online_service.png)
}

.ondemand_ride_sharing {
    background-image: url(../images/ondemand_ride_sharing.png)
}

.snowpowl_header_image {
    background-image: url(../images/snowpowl_header_image.png)
}

.online_dating_header_banner {
    background-image: url(../images/online_dating_header_banner.png)
}

.online-job-header-banner {
    background-image: url(../images/online-job-header-banner.png)
}

.parketin_header_banner {
    background-image: url(../images/parketin_header_banner.png)
}

.piza_header_banner {
    background-image: url(../images/piza_header_banner.png)
}

.pricecamre_header_image {
    background-image: url(../images/pricecamre_header_image.png)
}

.trave_header_image {
    background-image: url(../images/trave_header_image.png)
}

.cricket_header_banner {
    background-image: url(../images/cricket_header_banner.png)
}

.smartplub-header-banner {
    background-image: url(../images/smartplub-header-banner.png)
}

.restaurante_table_header_image {
    background-image: url(../images/restaurante_table_header_image.png)
}

.personal-stylist {
    background-image: url(../images/personal-stylist.png)
}

.video-streamng-header-image {
    background-image: url(../images/video-streamng-header-image.png)
}

.tutor_on_demand {
    background-image: url(../images/tutor_on_demand.png)
}

.laywer_home_banner {
    background-image: url(../images/laywer_home_banner.png)
}

.insurance_header_banner {
    background-image: url(../images/laywer_home_banner.png)
}

.nightlight_header_image {
    background-image: url(../images/nightlife-image.png)
}

.instant_message_header {
    background-image: url(../images/instant_message_header.png)
}

.new_work_process {
    padding: 40px 0
}

.row-space h4 {
    font-size: 21px;
    color: #000;
    font-family: gothammedium;
    margin-bottom: 25px
}

.row-space .btn_icon {
    display: inline-block
}

.row-space p {
    color: #9c9c9c;
    font-size: 16px;
    margin-bottom: 20px
}

.row-space {
    margin-top: 80px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.lang_icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 99;
    text-align: center
}

.img_auto .lang_icon {
    width: 100%;
    text-align: center
}

.img_auto .lang_icon img {
    width: auto
}

.intro_content_outer .align_right:after {
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    opacity: .83
}

.intro_content_outer .angularjscolor:after {
    background: #df2e31
}

.intro_content_outer .gpdrcoloricon:after {
    background: #213a44
}

.intro_content_outer .blue:after {
    background: #006cc5
}

.intro_content_outer .orange:after {
    background: #ec5d21
}

.intro_content_outer .sky-blue:after {
    background: #34c3ef
}

.intro_content_outer .green:after {
    background: #8bc500
}

.intro_content_outer .veterinary_color:after {
    background: #424f59
}

.engangement_model_wrap {
    padding: 0
}

.engangement_model_wrap .row {
    background: #fcfcfc
}

.engangement_modal_list li span img {
    max-width: 100%
}

.engangement_modal_list li:after {
    clear: both;
    display: block;
    content: ""
}

.engangement_modal_list li {
    margin-bottom: 30px
}

.engangement_modal_list li span {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 1px solid #9c9c9c;
    display: block;
    padding: 20px 12px 12px;
    float: left;
    margin-right: 15px
}

.engangement_modal_list li div {
    float: left;
    width: calc(100% - 85px)
}

.engangement_modal_list li div h6 {
    color: #666;
    font-size: 15px;
    text-transform: uppercase
}

.engangement_modal_list li div p {
    color: #969696;
    font-size: 15px;
    line-height: 18px
}

.engangement_model_wrap h4 + p {
    color: #6c6c6c;
    font-size: 16px
}

ul.hire-list li {
    display: inline-block
}

.portfolio_container img {
    -webkit-transition: .5s;
    transition: .5s
}

.Wolero-first span.patients {
    display: block
}

.Wolero-first button.business {
    background-color: #ee2424;
    color: #fff
}

.Wolero-first .case-study {
    margin: 130px 0
}

.overview-content {
    padding: 50px 0;
    color: #333
}

.overview-content h2 {
    font-size: 48px;
    text-transform: uppercase;
    font-weight: 300
}

.overview-content p {
    font-size: 18px;
    line-height: 26px;
    margin-top: 20px
}

section.App-overview {
    position: relative
}

.overvier-img {
    position: absolute;
    width: auto;
    left: -120px;
    top: -80px
}

.over-view-car {
    float: right;
    margin-top: 224px
}

section.App-overview .col-12.col-sm-12.col-md-6.col-lg-6 {
    position: initial
}

.wolero-weight {
    background: #f5ac11;
    background-image: none !important
}

.wolero-man {
    width: 30%;
    float: left
}

.Goals-achievment h3 {
    font-size: 48px;
    font-weight: 300;
    text-transform: uppercase;
    color: #333
}

.Goals-achievment h3 span {
    display: block;
    padding-left: 66px
}

/*section.Weight.wolero-weight {
    height: 650px
}*/

.wolero-weight .measurement {
    left: 70px;
    padding-left: 40px
}

.wolero-weight .measurement-img::before { border-top: 2px dashed #fff;}

.wolero-weight .myprogress {
    padding: 15px 5px 31px;
    color: #000;
    border: 2px dashed #fff;
    border-radius: 0
}

.wolero-weight .myprogress::before {
    border-left: 2px dashed #fff
}

.wolero-weight .myprogress h4 {
    padding: 5px 0;
    font-weight: 400;
    width: 80%;
    margin: 0 auto
}

.wolero-weight .Connect-content::before {
    left: -225px;
    border-top: 2px dashed #fff;
    width: 220px
}

.wolero-weight .Connect-img::before {
    top: -75px;
    border-left: 2px dashed #fff;
    height: 75px;
    left: 65%
}

/*.wolero-weight .myprogress {
    bottom: 170px
}*/

.wolero-weight .Connect-img {
    position: relative;
    top: 250px;
    display: inline-block;
    left: -32px
}

.wolero-weight .Connect-content h4 {
    padding: 5px 0;
    width: 60%;
    margin: 0 auto;
    font-weight: 400
}

.wolero-compliance {
    padding: 120px 0 50px;
    float: left;
    width: 100%
}

.wolero-compliance .Tracker-img {
    top: initial
}

.wolero-compliance .Trackersync-popup {
    border: 2px dashed #bfbfbf;
    border-radius: 0;
    top: 38.3%;
    left: 39%
}

.wolero-compliance .Trackersync-popup::before {
    border-left: 2px dashed #bfbfbf
}

.wolero-compliance .Tracker-img::after {
    border-bottom: 2px dashed #ccc
}

.wolero-compliance .Trackersync-popup h4 span {
    display: block
}

.wolero-compliance .welcome-aboard {
    position: absolute;
    right: 12%;
    bottom: 0;
    width: 45%
}

section.wolero-challenges {
    float: left;
    width: 100%
}

.wplero-step-1 {
    padding: 50px 0;
    background-size: 100%
}

.wplero-step-1 h3 {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 48px
}

.challenges-1 {
    width: 50%;
    text-align: right;
    float: left;
    padding: 50px 0;
    height: 500px
}

.challenges-1 h5 {
    font-size: 24px;
    margin-bottom: 16px
}

.challenges-1 p {
    font-size: 18px;
    width: 86%;
    float: right;
    padding: 10px 0
}

.challenges-1-img {
    position: absolute;
    right: 0
}

.wplero-step-1 .col-md-12 {
    position: initial
}

.challenges-1 h5 span {
    font-size: 120px;
    position: relative;
    font-style: italic;
    top: 24px;
    font-family: FuturaLTExtraBold;
    color: #d6cdba
}

.challenges-1-img img {
    width: 85%;
    float: right
}

.Freezing {
    position: relative;
    margin-top: -240px;
    float: left
}

.challenges-1 h5 span::before {
    content: "";
    width: 315px;
    height: 1px;
    background: #d4c8af;
    position: absolute;
    top: 56%;
    left: 80%;
    margin-left: 17px
}

.challenges-1 h5 span::after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    border-radius: 50%;
    left: 389px;
    top: 49%;
    background-image: url(../images/wolero/wolero-after.png);
    background-size: 100%
}

.wplero-step-2 {
    background: #f5ac11;
    padding: 50px 0;
    height: 790px
}

.Freezing-content {
    width: 45%;
    float: left
}

.Freezing-content h5 {
    font-size: 24px;
    margin-bottom: 16px;
    color: #333
}

.Freezing-content h5 span {
    font-size: 120px;
    position: relative;
    font-style: italic;
    top: 24px;
    font-family: FuturaLTExtraBold;
    color: #ffca59;
    padding-right: 45px
}

.Freezing-content p {
    color: #333;
    width: 73%
}

.wplero-step-2 .Freezing-content h5 span::after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    border-radius: 50%;
    left: -95%;
    top: 49%;
    background-image: url(../images/wolero/wolero-after-1.png);
    background-size: 100%
}

.wplero-step-2 .Freezing-content h5 span::before {
    content: "";
    width: 105px;
    height: 1px;
    background: #ffca59;
    position: absolute;
    top: 56%;
    left: -94%;
    margin-left: 17px
}

.Freezing-content-2 {
    width: 60%;
    float: left;
    text-align: right;
    padding: 50px 0
}

.Freezing-2 {
    float: left
}

.Freezing-content-2 h5 {
    font-size: 24px;
    margin-bottom: 16px;
    color: #333
}

.Freezing-content-2 h5 span {
    font-size: 120px;
    position: relative;
    font-style: italic;
    top: 24px;
    font-family: FuturaLTExtraBold;
    color: #ffca59
}

.Freezing-content-2 p {
    color: #333;
    width: 73%;
    float: right
}

.Freezing-content-2 h5 span::before {
    content: "";
    width: 85px;
    height: 1px;
    background: #ffca59;
    position: absolute;
    top: 56%;
    left: 67px;
    margin-left: 17px
}

.Freezing-content-2 h5 span::after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    border-radius: 50%;
    left: 168px;
    top: 49%;
    background-image: url(../images/wolero/wolero-after-1.png);
    background-size: 100%
}

.wplero-step-3 {
    min-height: 37rem;
    position: relative
}

.wplero-step-3 .col-md-12 {
    position: initial
}

.cassendra-img {
    position: absolute;
    left: 0;
    width: 40%;
    float: left;
    margin-top: -125px
}

.cassendra {
    padding-left: 40%;
    padding-top: 185px
}

.cassendra h5 {
    font-size: 24px;
    margin-bottom: 16px;
    color: #333
}

.cassendra h5 span {
    font-size: 120px;
    position: relative;
    font-style: italic;
    top: 24px;
    font-family: FuturaLTExtraBold;
    color: #d3d3d3;
    padding-right: 45px
}

.wplero-step-3 .cassendra h5 span::before {
    content: "";
    width: 187px;
    height: 1px;
    background: #d3d3d3;
    position: absolute;
    top: 44%;
    left: -171%;
    margin-left: 17px
}

.wplero-step-3 .cassendra h5 span::after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    border-radius: 50%;
    left: -173%;
    top: 38%;
    background-image: url(../images/wolero/wolero-step-4after.png);
    background-size: 100%
}

.wolero-technology {
    float: left;
    width: 100%;
    background: #f0e8d8 !important;
    padding: 40px 0 110px
}

.wolero-technology h1,
.wolero-technology h1 span {
    font-size: 48px;
    color: #333;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-align: center
}

.Technolgy-section {
    border-radius: 5px;
    float: left;
    width: 100%;
    margin: 21px 0 0;
    padding: 5px;
    border: 1px dashed #fc5755;
    -webkit-transition: .5s;
    transition: .5s
}

.wolero-technology .Technolgy-section {
    border-color: #f5ac11
}

.wolero-technology .Technolgy-name::after {
    color: #f5ac11
}

.Technolgy-name::after {
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 1.2em solid;
    border-right: 2.6em solid transparent;
    border-bottom: 0;
    border-left: 2.4em solid transparent;
    position: absolute;
    top: 0;
    right: -99px;
    color: #fc5755;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    bottom: 0
}

.Technolgy-name img {
    width: 30px
}

.Technolgy-name span {
    color: #fff;
    padding: 0 10px 0 8px;
    display: inline-block;
    position: relative;
    font-family: Roboto, sans-serif;
    font-weight: 100;
    top: 4px;
    font-size: 24px
}

.wolero-technology .Technolgy-name::after {
    color: #f5ac11
}

.Technolgy-name {
    width: 200px;
    float: left;
    background: #fc5755;
    padding: 27px 20px;
    font-size: 20px;
    border-radius: 5px 3px 3px 5px;
    position: relative;
    height: 100px
}



.wolero-technology .Technolgy-name {
    background: #f5ac11
}

.Technolgy-count {
    width: calc(100% - 200px);
    float: left;
    padding: 0px 25px;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff
}

.wolero-technology .Technolgy-name::after {
    color: #f5ac11
}

.wolero-technology .Technolgy-section:hover .Technolgy-name {
    background-color: #f5ac11
}

.wolero-technology .Technolgy-section:hover .Technolgy-name::after {
    color: #f5ac11
}



.Technolgy-name-color {
    width: 200px;
    float: left;
    background-image: -moz-linear-gradient(180deg, rgb(252, 182, 20) 0%, rgb(196, 15, 57) 100%);
    background-image: -webkit-linear-gradient(180deg, rgb(252, 182, 20) 0%, rgb(196, 15, 57) 100%);
    background-image: -ms-linear-gradient(180deg, rgb(252, 182, 20) 0%, rgb(196, 15, 57) 100%);
    padding: 27px 20px;
    font-size: 20px;
    border-radius: 5px 3px 3px 5px;
    position: relative;
    height: 100px
}

.Technolgy-name-color:after {
    color: #fcb614;

}



.wolero-technology .Technolgy-name-color::after {
    color: #fcb614
}

.wolero-technology .Technolgy-section:hover .Technolgy-name-color {
    background-color: #c40f39
}

.wolero-technology .Technolgy-section:hover .Technolgy-name-color::after {
    color: #c40f39
}



.solution-heading h2 {
    font-size: 48px;
    color: #333 !important;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-align: center
}

section.solution {
    padding: 50px 0;
    float: left;
    width: 100%
}

.solution-1 {
    width: 410px;
    float: left;
    text-align: center;
    padding: 20px 40px;
    background: #f0e8d8;
    border-radius: 50%;
    height: 400px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #f5ac11;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.solution-content {
    text-align: right;
    width: 75%
}

.solution-1.dark-solution {
    background: #f5ac11;
    position: relative;
    z-index: 10
}

.solution-1.dark-solution .solution-content {
    width: 100%;
    text-align: center;
    padding: 20px 10px
}

.solution-1.solution-left {
    position: relative;
    left: 100px;
    z-index: 0
}

.solution-1.solution-right {
    position: relative;
    right: 100px;
    z-index: 0
}

.solution-1 .solution-content {
    padding: 10px 0
}

.solution-1.solution-right .solution-content {
    float: right;
    text-align: left
}

.solution-content h4 {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 13px
}

.solution-content {
    color: #000
}

.solution-box {
    float: none;
    width: 90%;
    padding-left: 80px;
    padding-top: 50px;
    padding-bottom: 20px;
    margin: 0 auto
}

.solution-1:hover {
    background: #f5ac11
}

.panels .col-12.col-sm-4.col-md-3 {
    position: initial
}

.panels .col-12.col-sm-4.col-md-6 {
    position: initial
}

section.panels {
    margin-bottom: 110px;
    display: block;
    float: left;
    width: 100%;
    background: #f5ac11;
    padding: 50px 0 50px;
    position: relative
}

section.panels h2 {
    font-size: 48px;
    color: #333 !important;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-align: center
}

.panels .col-12.col-sm-12.col-md-3 {
    position: initial
}

.panels .col-12.col-sm-12.col-md-3 {
    position: initial
}

.panel-img-box {
    position: absolute;
    left: 0;
    bottom: 0
}

.panels h4 {
    font-size: 24px;
    color: #333 !important;
    font-weight: 400;
    margin-bottom: 20px;
    text-align: center
}

.panel-img-box img {
    width: 86%
}

.panels .col-12.col-sm-12.col-md-6 {
    position: initial
}

.panel-img-box-3 {
    position: absolute; right: 0%;
}

.panel-img-box-2 {
    position: relative;
    left: 60px;
    z-index: 100;
    top: 40px
}

section.start_project {
    float: left;
    width: 100%
}

.challenges-1 h5 span::before {
    width: 185px
}

.challenges-1 h5 span::after {
    left: 260px
}

.wplero-step-3 .cassendra h5 span::before {
    width: 107px;
    left: -102%
}

.wplero-step-3 .cassendra h5 span::after {
    left: -105%
}

.solution-1 {
    width: 340px;
    height: 340px
}

span.solution-img img {
    width: auto;
    display: block;
    margin: 0 auto;
    max-height: 60px
}

.solution-content h4 {
    font-size: 18px
}

.solution-content p {
    line-height: 18px;
    font-family: gothammedium;
    font-size: 13px
}

.over-view-car:hover img,
.overvier-img:hover img,
.welcome-aboard:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.Technolgy-count ul.cours-list li a img:hover,
.wolero-man:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}


ul.cours-list::-webkit-scrollbar{ width: 5px; height: 5px; -webkit-box-shadow: inset 0px 0px 6px rgba(0,0,0,0);  -webkit-border-radius: 5px; border-radius: 5px;}
/*add a shadow to the scrollbar here*/
ul.cours-list::-webkit-scrollbar-track{ -webkit-box-shadow: inset 0px 0px 0px rgba(0,0,0,0);  -webkit-border-radius: 5px; border-radius: 5px;}
/*this is the little scrolly dealio in the bar*/ 
ul.cours-list::-webkit-scrollbar-thumb{ border-radius: 5px; background-color: rgba(0,0,0,0.2); height: 3px;}
/*nobody needs this little scrollbar corner, I mean really, get rid of it haha*/  
ul.cours-list::-webkit-scrollbar-corner{ display: none; height: 0px; width: 0px;}

ul.cours-list{ display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-wrap: nowrap; flex-wrap: nowrap; overflow: auto;}
ul.cours-list li { min-width: 150px; text-align: center; display: inline-block; margin: 0px 10px;}

ul.cours-list li a { display: block; pointer-events: none}

.baritastic-first {
    background-position: top -10rem center;
    background-repeat: no-repeat;
    padding: 100px 0 90px 0;
    background-size: cover;
}
.grocery-first { background-position: top -28rem center;}
.Halali-first { background-position: top -30rem center;}

span.baritastic-logo {
    width: 190px;
    height: 190px;
    float: left
}

span.baritastic-content {
    text-align: left;
    float: left;
    width: calc(100% - 190px);
    padding: 15px 30px
}

.baritastic-logobox {
    text-align: right;
    float: right;
    width: 60%;
    margin-right: 70px;
    position: relative;
    top: -50px
}

img.baritastic-mobile {
    top: 50px;
    position: relative
}

span.baritastic-content p {
    padding: 20px 0 10px;
    font-size: 19px;
    font-weight: 500
}

.case-study {
    text-align: center;
    margin-top: 50px
}

.case-study h5 {
    font-size: 18px;
    color: #fff;
    font-weight: 400
}

.case-study h5 + hr {
    width: 90px;
    margin: 10px auto;
    border-color: #f78f1e
}

.case-study h1 {
    font-size: 100px;
    display: block;
    color: #fff;
    line-height: initial;
    font-weight: 400
}

span.patients {
    font-size: 30px;
    position: relative;
    color: #fff;
    display: block;
    top: -12px
}

ul.medical {
    width: 100%;
    float: left;
    text-align: center;
    margin: 65px 0
}

ul.medical li a {
    color: #fff;
    font-size: 21px;
    font-weight: 400
}

ul.medical li {
    display: inline-block
}

ul.medical li:first-child {
    border-right: 1px solid #545454;
    padding: 0 15px
}

ul.medical li:last-child {
    padding-left: 10px
}

ul.medical li:last-child img {
    width: 45px
}

button.business {
    border-radius: 2px;
    background-color: #f7cf10;
    height: 51px;
    padding: 10px 30px;
    font-size: 20px;
    color: #333;
    border: 0;
    overflow: hidden;
    z-index: 100;
    position: relative;
    cursor: pointer
}

button.business::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(115, 7, 7, .08);
    -webkit-transition: .5s;
    transition: .5s;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    visibility: hidden;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    bottom: -19px
}

button.business:hover:after {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    visibility: visible
}

img.baritastic-girl {
    width: 60%;
    margin-top: 40px
}

.achievements h2 {
    font-size: 72px;
    font-weight: 300;
    font-family: Roboto, sans-serif;
    color: #6b9315;
    margin-bottom: 50px;
    line-height: 70px
}

.achievements h2 span:last-child {
    display: block;
    color: #fe3c58
}

.achievements h2 span:first-child {
    color: #03865d;
    padding-right: 15px
}

.wewash-achievements h2 {
    color: #252424;

}

.wewash-achievements h2 span:first-child {
    color: #252424;

}

.wewash-achievements h2 span:last-child {
    display: block;
    color: #c40f39
}

.achievements p {
    padding-left: 50px;
    font-size: 28px;
    color: #093849;
    font-family: Roboto, sans-serif;
    font-weight: 300;
    margin-bottom: 25px;
    position: relative;
    line-height: 40px
}

.achievements p::before {
    content: "";
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    background-image: url(../images/baritastic/goals-icon.png);
    background-repeat: no-repeat;
    top: 10px;
    background-size: 38px
}

.wewash-achievements p::before {
    content: "";
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    background-image: url(../images/wewash/goals-icon.png);
    background-repeat: no-repeat;
    top: 10px;
    background-size: 38px
}

.about-losing {
    text-align: center;
    position: relative
}

section.goals {
    padding: 80px 0;
    float: left;
    width: 100%
}

.about-losing span {
    width: 205px;
    height: 205px;
    background: #fe4357;
    float: left;
    border-radius: 50%;
    font-size: 30px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: -90px;
    right: 15px;
    font-family: Roboto, sans-serif;
    font-weight: 300
}

.about-wewash-color span {

    background: #fcb614
}

section.Weight {
    background-image: linear-gradient(121deg, #f98251 0, #fe3c58 100%);
    float: left;
    width: 100%;
    padding: 100px 0 50px
}


section.wewash {

    background-image: -moz-linear-gradient(97deg, rgb(196, 15, 57) 0%, rgb(252, 182, 20) 100%);
    background-image: -webkit-linear-gradient(97deg, rgb(196, 15, 57) 0%, rgb(252, 182, 20) 100%);
    background-image: -ms-linear-gradient(97deg, rgb(196, 15, 57) 0%, rgb(252, 182, 20) 100%);

}

.Nutrition h2 span:first-child {
    font-size: 30px;
    font-weight: 300;
    display: block
}

.Nutrition h2 {
    color: #fff;
    font-family: Roboto, sans-serif;
    display: block
}
.Nutrition h2 span{ display: block;}

.Nutrition h2 span:nth-child(2) {
    font-size: 48px;
    font-weight: 400;
}

.Nutrition h2 span:nth-child(3) {
    font-size: 75.77px;
    font-weight: 100;
}

.Nutrition h2 span:nth-child(4) {
    display: block;
    font-size: 70px;
    font-weight: 300;
    padding-left: 15px;
    text-transform: uppercase
}

.Nutrition h2 span:nth-child(5) {
    font-size: 39px;
    font-weight: 300;
    letter-spacing: 10px
}

.measurement {
    float: right;
    padding-top: 50px;
    position: relative; left: 70px;
    padding-left: 40px;
    font-family: Roboto, sans-serif
}

.myprogress {
    position: absolute;
    left: -100%;
    width: 220px;
    text-align: center;
    color: #fff;
    bottom: 0px;
    line-height: 23px;
    padding: 21px;
    border: 2px dotted #fff;
    border-radius: 5px
}

.myprogress h4 {
    font-size: 20px;
    font-family: Roboto, sans-serif;
    padding: 25px 0
}

.myprogress p {
    font-size: 16px;
    font-weight: 100
}

.myprogress::before { display: none;
    content: "";
    height: 72px;
    width: 1px;
    position: absolute;
    top: -75px;
    border-left: 2px dotted #fff
}

.measurement-img {
    position: relative
}

.measurement-img::before {
    content: "";
    width: 160px;
    height: 2px;
    border-top: 2px dotted #fff;
    bottom: 180px;
    left: -165px;
    position: absolute
}

.measurement-img img { border: 1px solid rgba(255,255,255,0.2); position: relative}

.Connect-img {
    position: relative;
    top: 300px;
    display: inline-block;
    left: -102px
}

.Connect-content {
    display: inline-block;
    position: absolute;
    right: 0px;
    width: 220px;
    text-align: center;
    top: 20px;
    padding: 15px 5px 31px;
    border: 2px dashed #fff;
    border-radius: 0;
    color: #000
}

.wolero_support {
    top: 70px
}

.Connect-content h4 {
    font-size: 20px;
    font-family: Roboto, sans-serif;
    padding: 25px 0
}

.Connect-content p {
    font-size: 16px;
    font-weight: 100
}

.Connect-img::before {
    content: "";
    position: absolute;
    top: -175px;
    border-left: 2px dotted #fff;
    height: 170px;
    left: 65%
}

.Connect-content::before {
    content: "";
    position: absolute;
    right: 100%;
    border-top: 2px dotted #fff;
    width: 295px;
    top: 100px;
}

.program {
    margin-left: 244px;
    top: -130px;
    position: relative
}

.program h2 {
    color: #fff;
    font-family: Roboto, sans-serif
}

.program h2 span {
    display: block
}

.program h2 span:first-child {
    font-size: 46px;
    font-weight: 400
}

.program h2 span:nth-child(2) {
    padding-left: 90px;
    font-weight: 100;
    font-size: 40px
}

.program h2 span:nth-child(3) {
    text-transform: uppercase;
    font-size: 55px;
    font-weight: 300
}

.program h2 span:nth-child(4) {
    text-transform: uppercase;
    font-weight: 100;
    letter-spacing: 20px
}

.Tracker-img {
    width: auto;
    display: inline-block;
    position: relative;
    top: 0px
}

.Trackersync-popup {
    position: absolute;
    width: 220px;
    text-align: center;
    color: #000;
    bottom: initial;
    line-height: 23px;
    padding: 21px;
    border: 2px dotted #bfbfbf;
    border-radius: 5px;
    top: 340px;
    left: 39%
}

.Tracker-sync {
    position: relative
}

.Tracker-img::after {
    position: absolute;
    content: "";
    width: 150px;
    border-bottom: 2px dotted #ccc;
    top: 218px;
    left: 100%;
}

.Trackersync-popup::before {
    content: "";
    position: absolute;
    border-left: 2px dotted #ccc;
    top: -121px;
    z-index: 10000000;
    height: 119px;
    z-index: 0
}

.monitoring-section h2 {
    color: #6b9315;
    font-family: Roboto, sans-serif;
    font-weight: 100;
    font-size: 72px
}

.monitoring-section h2 span:first-child {
    color: #03865d;
    font-weight: 400;
    padding-right: 4px;
    font-size: 36px;
    position: relative;
    top: -20px
}

.monitoring-section h2 span:last-child {
    font-size: 55px;
    display: block;
    text-transform: uppercase;
    font-weight: 100;
    color: #fe3c58;
    position: relative;
    top: -10px
}

.monitoring-section {
    float: left;
    position: absolute;
    top: 32%;
    left: 58%
}


.wewash-section h2 {
    color: #252424;

}

.wewash-section h2 span:first-child {
    color: #252424;

}

.wewash-section h2 span:last-child {
    color: #c40f39;
}

.welcome-aboard {
    position: absolute;
    right: 12%;
    bottom: 80px
}

.welcome-aboard img:last-child {
    padding-top: 115px
}

section.challenges {
    clear: both;
    background-position: top center;
    background-repeat: no-repeat;
    margin-top: -340px;
    padding: 400px 0 15px
}

section.compliance {
    clear: both
}

section.challenges h1 {
    font-weight: 100;
    font-size: 72px;
    color: #fff;
    display: inline-block
}

section.challenges h1 span {
    display: block
}

.connecting {
    margin-top: 30px;
    position: relative
}

.connecting img:first-child {
    position: relative;
    z-index: 100
}

img.Challenges-arrow {
    position: absolute;
    top: 9%;
    left: 50%;
    z-index: 0
}

.project_form.container {
    clear: both
}

@-webkit-keyframes swing {
    15% {
        -webkit-transform: translateX(5px);
        transform: translateX(5px)
    }

    30% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px)
    }

    50% {
        -webkit-transform: translateX(3px);
        transform: translateX(3px)
    }

    65% {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px)
    }

    80% {
        -webkit-transform: translateX(2px);
        transform: translateX(2px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.swing:hover {
    -webkit-animation: swing 1s ease;
    animation: swing 1s ease;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

.baritastic-mobile:hover,
img.baritastic-girl:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.connecting span.trackers {
    position: absolute;
    left: 400px;
    top: 26%;
    width: 276px;
    font-size: 50px;
    font-family: alluraregular;
    line-height: 52px;
    color: #fff
}

.connecting-2 {
    padding-top: 400px
}

.connecting-2 img {
    position: relative;
    z-index: 1
}

.connecting-2 img.Challenges-arrow {
    position: absolute;
    top: initial;
    bottom: 13%;
    left: -90px;
    z-index: 0
}

.connecting-2 span.trackers {
    position: absolute;
    left: -80%;
    bottom: 15%;
    width: 276px;
    font-size: 50px;
    font-family: alluraregular;
    line-height: 52px;
    color: #fff
}

.connecting-3 {
    width: 80%;
    text-align: center;
    margin: 0 auto;
    position: relative;
    top: -50px
}

.connecting-3 span.trackers {
    position: absolute;
    top: -16%;
    width: 480px;
    font-size: 50px;
    font-family: alluraregular;
    line-height: 52px;
    color: #fff;
    left: -25%
}

.connecting-3 img.Challenges-arrow {
    position: absolute;
    top: -5%;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
    left: 26%;
    z-index: 0
}

.connecting-3 img {
    position: relative;
    z-index: 2;
}

.connecting-3 img:last-child {
    z-index: 100;
    position: relative
}

section.Technolgy-stack {
    padding: 40px 0 110px;
    background-repeat: no-repeat;
    background-position: top -60px center;
    background-color: #f4f4f4;
}

.Technolgy-heading h1 {
    text-align: center;
    font-size: 45px;
    font-weight: 400
}

.Technolgy-section:hover .Technolgy-name {
    background-color: #f98151
}

.Technolgy-section:hover .Technolgy-name::after {
    color: #f98151
}

.Technolgy-section:hover .Technolgy-name-color {
    background-color: #c40f39;
    background-image: none;
}

.Technolgy-section:hover .Technolgy-name-color::after {
    color: #c40f39
}

section.features {
    padding: 100px 0 0;
    background-repeat: no-repeat;
    background-position: 50% 100%; background-size: cover;
}

.feature-heading {
    width: 100%;
    float: left
}

.feature-heading h1 {
    color: #fc5755;
    font-weight: 300;
    font-size: 72px
}

.feature-heading h1 span {
    color: #03865d;
    display: block
}

.wewash-heading h1 {
    color: #252424;

}

.wewash-heading h1 span {
    color: #c40f39;

}

.mobile-img {
    width: 30%;
    margin: 0 auto;
    position: relative;
    float: none
}

.monitor {
    width: 210px;
    height: 210px;
    background-image: linear-gradient(121deg, #f98251 0, #fe3c58 100%);
    -webkit-box-shadow: -9px 10px 0 0 rgba(0, 0, 0, .15);
    box-shadow: -9px 10px 0 0 rgba(0, 0, 0, .15);
    border-radius: 6px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin: 0;
    float: none;
    position: absolute;
    left: -90%;
    top: 28%;
    -webkit-transition: .5s;
    transition: .5s
}

.monitor span {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    padding: 35px 0 0 30px;
    float: left;
    text-align: center;
    width: 100%
}

.monitor span h4 {
    color: #fff;
    margin: 15px 0;
    font-size: 26px;
    font-weight: 300
}

.Track-inches {
    width: 210px;
    height: 210px;
    background-image: linear-gradient(121deg, #44cca1 0, #03865d 100%);
    -webkit-box-shadow: -9px 10px 0 0 rgba(0, 0, 0, .15);
    box-shadow: -9px 10px 0 0 rgba(0, 0, 0, .15);
    border-radius: 6px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin: 0;
    float: none;
    position: absolute;
    left: -68%;
    top: 60%;
    -webkit-transition: .5s;
    transition: .5s
}

.Guidelines {
    width: 210px;
    height: 210px;
    background-image: linear-gradient(121deg, #f59d70 0, #f96111 100%);
    -webkit-box-shadow: -9px 10px 0 0 rgba(0, 0, 0, .15);
    box-shadow: -9px 10px 0 0 rgba(0, 0, 0, .15);
    border-radius: 6px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin: 0;
    float: none;
    position: absolute;
    left: initial;
    top: 19%;
    right: -67%;
    -webkit-transition: .5s;
    transition: .5s
}

.Guidelines span {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    padding: 35px 0 0 30px;
    float: left;
    text-align: center;
    width: 100%
}

.Guidelines span h4 {
    color: #fff;
    margin: 15px 0;
    font-size: 26px;
    font-weight: 300;
    padding: 0 16px
}

.Reminders {
    width: 210px;
    height: 210px;
    background-image: linear-gradient(121deg, #98c23c 0, #618c03 100%);
    -webkit-box-shadow: -9px 10px 0 0 rgba(0, 0, 0, .15);
    box-shadow: -9px 10px 0 0 rgba(0, 0, 0, .15);
    border-radius: 6px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin: 0;
    float: none;
    position: absolute;
    left: initial;
    top: 45%;
    right: -105%;
    -webkit-transition: .5s;
    transition: .5s
}

.Reminders span {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    padding: 35px 0 0 30px;
    float: left;
    text-align: center;
    width: 100%
}

.Reminders span h4 {
    color: #fff;
    margin: 15px 0;
    font-size: 26px;
    font-weight: 300;
    padding: 0 16px
}

.Portal {
    width: 210px;
    height: 210px;
    background-image: linear-gradient(121deg, #548ff2 0, #214ec1 100%);
    -webkit-box-shadow: -9px 10px 0 0 rgba(0, 0, 0, .15);
    box-shadow: -9px 10px 0 0 rgba(0, 0, 0, .15);
    border-radius: 6px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin: 0;
    float: none;
    position: absolute;
    left: initial;
    top: 71%;
    right: -74%;
    -webkit-transition: .5s;
    transition: .5s
}

.Portal span {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    padding: 35px 0 0 30px;
    float: left;
    text-align: center;
    width: 100%
}

.Portal span h4 {
    color: #fff;
    margin: 15px 0;
    font-size: 26px;
    font-weight: 300;
    padding: 0 16px
}

.Track-inches span h4 {
    color: #fff;
    margin: 15px 0;
    font-size: 26px;
    font-weight: 300
}

.Track-inches span {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    padding: 35px 0 0 30px;
    float: left;
    text-align: center;
    width: 100%
}

.Guidelines:hover,
.Portal:hover,
.Reminders:hover,
.Track-inches:hover,
.monitor:hover {
    -webkit-transform: translate(3em, 0);
    transform: translate(3em, 0);
    -webkit-transform: rotate(314deg)
}

section.app-screens {
    padding: 100px 0 0;
    min-height: 105rem;
    position: relative;
    margin-top: -60px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 1920px 100%;
    clear: both;
    margin-bottom: 120px
}

.app-heading {
    margin-top: 90px
}

.app-heading h1 {
    font-weight: 300;
    color: #fff;
    font-size: 72px
}

.all-screen {
    position: relative;
    width: 100%;
    max-width: 1920px;
    margin: 80px auto 0
}

.screen-1,
.screen-2,
.screen-3,
.screen-4,
.screen-5,
.screen-6 {
    display: inline-block
}

.screen-2 {
    position: absolute;
    left: 32%
}

.screen-3 {
    position: absolute;
    left: 0;
    top: 105%
}

.screen-4 {
    position: absolute;
    left: 28%;
    top: 85%
}

.screen-5 {
    position: absolute;
    top: 82%;
    left: 60%
}

.screen-6 {
    position: absolute;
    top: 173%;
    left: 55%
}

.screen-1:hover img,
.screen-2:hover img,
.screen-3:hover img,
.screen-4:hover img,
.screen-5:hover img,
.screen-6:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

section.baritastic-first.Halali-first.robinject-first {
    background-position: top -420px center;
    padding: 100px 0 40px 0px;
}

section.goals.Halal-goals.robinject-goals {
    padding: 0 0 20px;
    position: relative
}

.Halali-first img.baritastic-mobile,
.grocery-first img.grocery-mobile {
    top: 0;
    left: 44%;
    margin-top: 205px;
    z-index: 10
}

.Halali-first .baritastic-logobox {
    text-align: right;
    float: right;
    width: 60%;
    margin-right: 0;
    position: absolute;
    right: 0;
    top: -260px
}

.Halali-first span.baritastic-content p {
    color: #fff
}

.Halali-first button.business {
    border-radius: 2px;
    background-color: #f98107;
    height: 51px;
    padding: 10px 30px;
    font-size: 20px;
    color: #fff;
    border: 0;
    overflow: hidden;
    z-index: 100;
    position: relative
}

.Halal-goals.robinject-goals .achievements h2,
.Halal-goals.robinject-goals .achievements h2 span {
    color: #29325b
}

.Halal-goals.robinject-goals .achievements p::before {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

section.Weight.experience.robinject-experience {
    background: #2e3a73
}

.halali-experience span:nth-child(4) {
    font-size: 60px !important;
    position: initial !important;
    padding-left: 0 !important
}

.halali-experience span:nth-child(2) {
    position: initial !important
}

.halali-experience span:nth-child(5) {
    letter-spacing: 0 !important;
    text-transform: uppercase;
    font-size: 26px !important;
    position: initial !important
}

.halali-experience .measurement {
    padding-left: 0
}

.halali-experience .measurement .measurement-img img {
    width: 77%
}

.halali-experience .measurement-img {
    text-align: right
}

.Nutrition.halali-experience .myprogress {
    bottom: -75px
}

.Nutrition.halali-experience .measurement-img::before {
    left: -195px;
}

.Nutrition.halali-experience .myprogress p {
    color: #fff
}

.robinject-experience .Connect-content h4,
.robinject-experience .Connect-content p {
    color: #fff
}

section.compliance.halali-compliance.robinjecti-compliance h2,
section.compliance.halali-compliance.robinjecti-compliance h2 span:first-child,
section.compliance.halali-compliance.robinjecti-compliance h2 span:last-child {
    color: #2e3a73
}

.Trackersync-popup h4 {
    font-size: 18px
}

section.Technolgy-stack.halali-Technolgy.robinject-Technolgy h1,
section.Technolgy-stack.halali-Technolgy.robinject-Technolgy h1 span {
    color: #2e3a73
}

section.Technolgy-stack.halali-Technolgy.robinject-Technolgy .Technolgy-name {
    background: #2e3a73
}

section.Technolgy-stack.halali-Technolgy.robinject-Technolgy .Technolgy-name::after {
    color: #2e3a73
}

.halali-Technolgy.robinject-Technolgy .Technolgy-section {
    border: 1px dashed #2e3a73
}

section.features.halali-features.robinject-features h1,
section.features.halali-features.robinject-features h1 span {
    color: #2e3a73
}

.halali-mobile-opction .Guidelines,
.halali-mobile-opction .Portal,
.halali-mobile-opction .Reminders,
.halali-mobile-opction .Track-inches,
.halali-mobile-opction .monitor {
    -webkit-transform: initial;
    transform: initial;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-image: none
}

.robinject-features .halali-mobile-opction .Guidelines span h4,
.robinject-features .halali-mobile-opction .Portal span h4,
.robinject-features .halali-mobile-opction .Reminders span h4,
.robinject-features .halali-mobile-opction .Track-inches span h4,
.robinject-features .halali-mobile-opction .monitor span h4 {
    color: #2e3a73;
    font-weight: 500;
    font-size: 16px
}

.halali-mobile-opction .monitor span h4 {
    color: #f8862e;
    font-size: 16px;
    text-transform: uppercase
}

.halali-mobile-opction .Guidelines span,
.halali-mobile-opction .Portal span,
.halali-mobile-opction .Reminders span,
.halali-mobile-opction .Track-inches span,
.halali-mobile-opction .monitor span {
    -webkit-transform: initial;
    transform: initial
}

section.baritastic-first.foodiegraph {
    background-color: #9a0d16;
    background-position: top
}

.foodieGraph section.Challenges {
    background-color: #9a0d16
}

.challeng-heading {
    text-align: center;
    color: #fff;
    padding: 30px 0 0
}

.challeng-heading h2 {
    font-size: 72px;
    position: relative;
    display: inline-block;
    font-weight: 400
}

.challeng-heading h2::before {
    content: "";
    width: 150px;
    height: 60px;
    background-image: url(../images/foodiegraph/challenges-before.png);
    position: absolute;
    left: -160px;
    background-repeat: no-repeat;
    top: 10px;
    background-position: center;
    background-size: 65%
}

.challeng-heading h2::after {
    content: "";
    width: 150px;
    height: 60px;
    background-image: url(../images/foodiegraph/challenges-after.png);
    position: absolute;
    right: -160px;
    background-repeat: no-repeat;
    top: 10px;
    background-position: center;
    background-size: 65%
}

.Challenges-panel {
    text-align: center;
    float: left;
    width: 100%;
    padding: 50px 0
}

.Challenges-panel h4 {
    text-align: center;
    color: #ffb81f;
    font-size: 36px;
    font-weight: 300;
    width: 80%;
    display: inline-block;
    margin: 30px auto
}

.Challenges-box {
    text-align: center;
    width: 100%;
    margin: 0 auto
}

.Challenges-box img {
    max-width: 100%
}

section.solutions {
    padding: 150px 0 50px;
    background: -webkit-gradient(linear, left bottom, left top, from(#e26916), color-stop(59%, #f49129));
    background: linear-gradient(to top, #e26916 0, #f49129 59%)
}

.heading {
    text-align: center
}

.heading h2 {
    color: #fff;
    font-size: 72px
}

.solutionplan-content {
    text-align: center;
    width: 90%;
    margin: 50px auto;
    color: #fff;
    font-size: 20px
}

.plan-content {
    width: 50%;
    float: left;
    color: #fff
}

.plan1-img {
    width: 50%;
    float: left;
    padding-top: 80px;
    position: relative
}

.plan-content h2 {
    font-size: 200px;
    position: relative
}

.plan-content h2::after {
    content: "";
    position: absolute;
    width: 760px;
    height: 1px;
    border-top: 1px dashed #fff;
    top: 39px
}

.plan-content span,
.plan-content3 span,
.plan2-content span {
    font-size: 36px
}

.plan-content p,
.plan-content3 p,
.plan2-content p {
    font-size: 25px;
    color: #fff;
    line-height: 28px
}

.plan1-img::before {
    content: "";
    width: 1px;
    height: 50px;
    border-left: 1px dashed #fff;
    position: absolute;
    left: 70%;
    z-index: 0;
    top: 40px
}

.plan2-img {
    width: 50%;
    float: left;
    margin-top: -130px
}

.plan2-content {
    float: left;
    width: 50%;
    text-align: right;
    padding: 100px 50px;
    color: #fff
}

.plan2-content h2 {
    font-size: 200px;
    position: relative
}

.plan2-content h2::before {
    content: "";
    position: absolute;
    width: 550px;
    height: 1px;
    border-top: 1px dashed #fff;
    top: 40%;
    left: -315px
}

.plan3.plan1-img:before {
    display: none
}

.plan-content3 {
    width: 50%;
    float: left;
    color: #fff;
    padding: 150px 0
}

.plan-content3 h2 {
    font-size: 200px;
    position: relative
}

.plan-content3 h2::after {
    content: "";
    position: absolute;
    width: 774px;
    height: 1px;
    border-bottom: 1px dashed #fff;
    top: 36%
}

.plan1-img {
    width: 50%;
    float: left;
    padding-top: 80px;
    position: relative
}

.solutionplan-content p {
    color: #fff
}

.foodieGraph-stack,
section.foodieGraph-app.features {
    background-color: #9a0d16
}

/*.foodieGraph-stack .Technolgy-heading h1,
.foodieGraph-stack .Technolgy-heading h1 span {
    color: #fff
}*/

.Technolgy-heading {
    margin: 30px 0
}

.foodieGraph .app-screens {
    background: -webkit-gradient(linear, left bottom, left top, from(#e26916), color-stop(59%, #f49129));
    background: linear-gradient(to top, #e26916 0, #f49129 59%)
}

.foodieGraph .app-screens .app-heading {
    font-family: gothambook
}

.grocery-first button.business {
    background-color: #d33e57;
    color: #fff
}

.grocery-first .baritastic-logobox {
    text-align: right;
    float: right;
    width: 60%;
    margin-right: 70px;
    position: relative;
    top: -210px
}

.grocery-first span.baritastic-content.halali-content,
.grocery-first span.baritastic-content.halali-content p {
    color: #fff
}

.grocery-first.baritastic-first .col-md-12 {
    height: 1px
}

.grocery_goals .achievements h2,
.grocery_goals .achievements h2 span:first-child,
.grocery_goals .achievements h2 span:last-child {
    color: #d33e57
}

.grocery_goals .wewash-achievements h2,
.grocery_goals .wewash-achievements h2 span:first-child,
.grocery_goals .wewash-achievements h2 span:last-child {
    color: #d33e57
}


section.Weight.experience.thegroceryshop {
    background: #d33e57
}

.grocery .Connect-content h4,
.grocery .Connect-content p {
    color: #fff
}


.grocery .Connect-content {
    top: 20px
}

.groceryi-compliance h2 {
    color: #4eb2a5
}

.groceryi-compliance h2 span:first-child {
    color: #349185
}

.Grocery-technolgy h1,
.Grocery-technolgy h1 span {
    color: #d33e57
}

.halali-Technolgy.Grocery-technolgy .Technolgy-section .Technolgy-name {
    background-color: #d33e57
}

.halali-Technolgy.Grocery-technolgy .Technolgy-section .Technolgy-name:after {
    color: #d33e57
}

section.Grocery-technolgy.Technolgy-stack {
    background-position: top -40px center
}

.halali-features h1,
.halali-features h1 span {
    color: #000
}

.halali-mobile-opction .Track-inches span h4 {
    color: #28ab28;
    font-size: 16px;
    text-transform: uppercase
}

.halali-mobile-opction .Guidelines span h4 {
    color: #d43e57;
    font-size: 16px;
    text-transform: uppercase
}

.halali-mobile-opction .Guidelines span h4 {
    color: #d43e57;
    font-size: 16px;
    text-transform: uppercase
}

.halali-mobile-opction .Reminders span h4 {
    color: #b296b4;
    font-size: 16px;
    text-transform: uppercase
}

.schedule-rem h4 {
    color: #b296b4 !important
}

.halali-mobile-opction .Portal span h4 {
    color: #3485b7;
    font-size: 16px;
    text-transform: uppercase
}

.yellow h4 {
    color: #d8c149 !important
}

section.goals.Halal-goals {
    padding: 80px 0 140px;
    position: relative
}

.left-bottom {
    position: absolute;
    left: 0;
    bottom: 0
}

.right-bottom {
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: right
}

.left-bottom img,
.right-bottom img {
    width: 77%
}

.Halali-first h2 {
    color: #fff
}

.halali_grocery .Halali-first span.baritastic-content p {
    padding: 0;
    margin: 0
}

.Halal-goals .achievements h2,
.Halal-goals .achievements h2 span,
.halali-Technolgy h1,
.halali-Technolgy h1 span {
    color: #008f00
}

section.Weight.experience {
    background: #f98107
}

.halali-compliance h2 {
    color: #16b016;
    font-weight: 100
}

.halali-compliance h2 span:first-child {
    color: #16b016
}

.halali-compliance h2 span:last-child {
    color: #f98107
}

.white h4,
.white p {
    color: #fff
}

#ch_workProcess .shipping_feature .tab-pane.eng_model ul li .box {
    min-height: 365px
}

.portfolio_caption {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 100%
}

.portfolio_caption h1 {
    color: #fff;
    font-size: 60px;
    text-transform: uppercase;
    font-family: GothamLight
}

.portfolio_caption p {
    color: #fff;
    font-size: 16px
}

.our_portfolio_content {
    padding: 40px 0 50px;
    border-top: 10px solid #2188ba;
    position: relative;
    text-align: center
}

.our_portfolio_content:after {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    position: absolute;
    content: "";
    top: -10px;
    left: 50%;
    margin-left: -5px
}

.our_portfolio_content h2 {
    color: #333;
    font-size: 36px;
    font-family: GothamLight;
    margin-bottom: 30px;
    text-align: center
}

.our_portfolio_content p {
    font-size: 17px;
    color: #666;
    text-align: center
}

.section:after {
    clear: both;
    display: block;
    content: ""
}

.portfolio_wrapper .section {
    background-size: cover;
    background-repeat: no-repeat
}

.content-right .align_left {
    width: 60%;
    float: left;
    text-align: left;
    padding-right: 20px
}

.content-right .align_right {
    width: 40%;
    float: right;
    padding-right: 140px
}


.content-left .align_left {
    float: right;
    padding-left: 20px;
    padding-right: 0;
    text-align: right;
    width: 60%;
}

.content-left .align_right {
    float: left;
    padding-left: 140px;
    padding-right: 0;
    width: 40%;
}

.portfolio_wrapper .section .port_title {
    margin-bottom: 38px
}

.portfolio_wrapper .section .port_title h2 {
    font-size: 50px;
    color: #fff
}

.portfolio_wrapper .section .port_title h2 span {
    font-size: 22px;
    color: #fff;
    display: block;
    font-weight: 400
}

.portfolio_wrapper .port_logo {
    margin-bottom: 20px
}

.portfolio_wrapper .section p {
    font-size: 16px;
    color: #fff
}

.case_study_btn a {
    font-size: 18px;
    color: #ccc;
    background: #000;
    border: 1px solid #333;
    padding: 8px 28px;
    display: inline-block;
    border-radius: 4px
}

.case_study_btn a img {
    max-width: 22px;
    margin-left: 12px
}

.case_study_btn {
    margin-top: 45px
}

.Wolero-first{ background-repeat: no-repeat; background-size: cover; background-position: center center;}

.portfolio_wrapper .wolero {
    padding: 130px 0 35px
}

.portfolio_wrapper .red_card {
    padding-top: 65px
}

.portfolio_wrapper .red_card .align_right {
    padding-top: 35px
}

.portfolio_wrapper .baritastic {
    padding: 100px 0 130px
}

.portfolio_wrapper .sixthcontent {
    background: #f28b23
}

.portfolio_wrapper .sixthcontent .align_right {
    padding-top: 90px
}

.portfolio_wrapper .stormpins {
    padding-top: 30px
}

.portfolio_wrapper .stormpins .align_right {
    padding-top: 60px
}

.portfolio_wrapper .foodiegraph {
    padding-top: 60px
}

.portfolio_wrapper .foodiegraph .align_right {
    padding-top: 40px
}

.portfolio_wrapper .urentme {
    background: #146288;
    padding-top: 92px
}

.other_featured_product {
    padding-top: 85px
}

.other_featured_product h2 {
    font-size: 50px;
    color: #1c1c1c;
    font-family: GothamLight;
    text-transform: uppercase;
    text-align: center
}

.other_featured_product h6 {
    color: #333;
    font-size: 36px;
    text-align: center;
    font-weight: 400
}

.other_featured_product ul:after {
    clear: both;
    display: block;
    content: ""
}

.other_featured_product ul li {
    width: 25%;
    float: left
}

.other_featured_product ul li img {
    width: auto;
}

.other_featured_product ul {
    margin-top: 60px
}

.cutom_tab_pane .nav-pills {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.dating_portal_step {
    display: none
}

.cutom_tab_pane {
    background: #f9f9f9;
    padding: 50px 0
}

.cutom_tab_pane .nav-pills li {
    width: 33.33%
}

.cutom_tab_pane .nav-pills li a {
    color: #777;
    padding: 15px 75px;
    display: block;
    border: 1px solid #e1e1e1
}

.cutom_tab_pane .tab-pane {
    padding: 20px
}

.cutom_tab_pane .tab-pane ul li {
    float: left;
    width: 50%
}

.cutom_tab_pane .tab-pane ul li a {
    color: #969696;
    font-size: 16px;
    display: block;
    padding: 5px 5px 5px 15px;
    position: relative
}

.cutom_tab_pane .nav-pills li a span {
    margin-right: 5px
}

.cutom_tab_pane .nav-pills li a.active {
    background: url(../images/blue_pattern.jpg) repeat left top;
    color: #fff
}

.cutom_tab_pane .tab-pane ul li a:before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0
}

.cutom_tab_pane.white {
    background: #fff
}

.space-top-rent {
    margin: 77px 0
}

.main-text-mobile-banner {
    float: left;
    margin-top: 0
}

.rent-colage-image,
.sixthcontinet-banner-image,
.storm-pins-bg-background-image {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: url(../images/strompins-background-header.jpg) right top no-repeat #effafe;
    background-size: cover;
    color: #333;
    margin-top: 0
}

.sixthcontinet-banner-image {
    background: url(../images/sixthcontient-banner-bimag.jpg) right top no-repeat #f5f5f5;
    background-size: cover
}

.rent-colage-image {
    background: url(../images/rent-back-bg.png) right top no-repeat #f5fdf1;
    background-size: cover
}

.sixth-conteint-space {
    margin-top: 0
}

.main-text-mobile-banner {
    float: left;
    margin-top: 0
}

.mobile-page-sixthcontient {
    width: 60%;
    text-align: center;
    margin: 0 auto
}

.mobile-page-sixthcontient span {
    display: inline-block;
    width: 100%
}

.mobile-page-sixthcontient .appicon {
    display: inline-block;
    width: 100%;
    margin: 30px auto 0
}

.storm-pins-bg-background-image .mobile-page-sixthcontient .appicon {
    margin: 20px auto 0
}

.main-text-mobile-banner .appicon {
    font-size: 21px;
    color: #333;
    text-transform: uppercase
}

.main-text-mobile-banner .appicon span {
    margin: 14px 0 0 10px;
    float: left
}

.main-text-mobile-banner .appicon img {
    float: left
}

.sixthcontinet-banner-image .main-text-mobile-banner .appicon img,
.storm-pins-bg-background-image .appicon img {
    float: inherit
}

.storm-pins-bg-background-image .mobile-page-sixthcontient .appicon {
    margin: 20px auto 0
}

.raised-font {
    color: #333;
    font-size: 60px;
    float: left;
    width: 100%;
    line-height: 57px;
    margin-top: 15px
}

.raised-heading-2,
a.get-quote-btn {
    float: left
}

.raised-heading-2 {
    color: #6c6;
    font-size: 15px;
    width: 100%;
    margin-bottom: 10px
}

.sixthcontinet-banner-image .raised-heading-2 {
    color: #4c4847
}

.storm-pins-bg-background-image .raised-heading-2 {
    color: #39f
}

a.get-quote-btn {
    background: #ff365d;
    border-radius: 4px;
    text-align: center;
    width: 127px;
    height: 41px;
    line-height: 25px;
    display: block;
    color: #fff;
    padding-top: 9px;
    margin-top: 15px
}

a.get-quote-btn:hover {
    background: #000
}

.mobile-page-sixthcontient .get-quote-btn {
    display: inline-block;
    float: none;
    margin-bottom: 60px
}

.storm-pins-bg-background-image .get-quote-btn {
    margin-bottom: 70px
}

.rent-text-wrapper {
    width: 60%
}

.main-text-mobile-banner {
    float: left;
    margin-top: 0
}

#myCarousel-mobile .carousel-control,
#myCarousel-mobile-technology .carousel-control {
    width: 5%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    opacity: .6;
    margin: 0 10px;
    z-index: 999
}

#myCarousel-mobile .carousel-control.right,
#myCarousel-mobile-technology .carousel-control.right {
    left: auto;
    right: 0
}

#myCarousel-mobile .carousel-control img,
#myCarousel-mobile-technology .carousel-control img {
    width: 1.78rem
}

#myCarousel-mobile .carousel-control:hover,
#myCarousel-mobile-technology .carousel-control:hover {
    opacity: 1
}

.parnter-bg-mobile {
    background: #f8f8f8;
    padding: 20px 0
}

ul.parnter-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

ul.parnter-list li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 10px 10px
}

.about_mobile_sec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-top: 50px
}

.about_mobile_sec::after {
    display: block;
    clear: both;
    content: ''
}

.about_mobile_sec li {
    width: 25%;
    float: left;
    text-align: center
}

.about_mobile_sec li a {
    display: inline-block
}

.mobile-bg-1 {
    width: 162px;
    background: url(../images/ios-phone-m.png) top center no-repeat
}

.mobile-bg-2 {
    background: url(../images/ios-phone-m2.png) top center no-repeat
}

.mobile-bg-3 {
    background: url(../images/ios-phone-m3.png) top center no-repeat
}

.mobile-bg-4 {
    background: url(../images/ios-phone-m4.png) top center no-repeat
}

.mobile-bg-1 .images {
    margin: 71px 0 18px
}

.mobile-bg-1 p {
    margin-bottom: 10px;
    color: #646464;
    font-size: 17px;
    line-height: 22px
}

.technologies-wrap {
    position: relative
}

.technologies-wrap .tabs-bg {
    background: #f5f5f5;
    border-bottom: 1px solid #d7d7d7;
    border-top: 1px solid #d7d7d7
}

.technologies-wrap .tabs-list {
    height: 500px;
    width: 100%
}

.technologies-wrap .content {
    min-height: 500px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #fff;
    position: relative;
    width: 100%;
    padding: 30px 0
}

.clearfix::after {
    clear: both
}

.clearfix::after,
.clearfix::before {
    content: "";
    display: table;
    line-height: 0
}

.wrapper {
    margin: 0 auto;
    width: 1090px
}

.technologies-wrap ul li {
    width: 20%;
    float: left;
    list-style: none
}

.technologies-wrap ul a {
    padding: 13px 0
}

.technologies-wrap .ar-ic {
    background-position: 0 -47px
}

.technologies-wrap ul i {
    display: block;
    height: 47px;
    margin: 0 auto;
    width: 51px
}

.technologies-wrap .bottom_active,
.technologies-wrap .top_active {
    position: relative;
    text-decoration: none
}

.technologies-wrap ul a {
    color: #737373;
    font-size: 16px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    padding-top: 75px
}

.hidden-content,
.tabs-bg ul li a:hover img.image-icon-img-d,
img.image-icon-img-w {
    display: none
}

.technologies-wrap .top_active .ar-ic {
    background-position: 0 -97px
}

.technologies-wrap .l-content {
    float: left;
    margin-top: 108px;
    width: 550px
}

.technologies-wrap .content img {
    bottom: 0;
    position: absolute;
    right: 0
}

.technologies-wrap .top_active .ar-ic {
    background-position: 0 -97px
}

.technologies-wrap .l-content {
    float: left;
    margin-top: 108px;
    width: 550px
}

.technologies-wrap .content img {
    bottom: 0;
    position: absolute;
    right: 0
}

.content-stuff {
    font-size: 16px;
    color: #666
}

.stuff-heading {
    font-size: 28px;
    color: #333
}

.stuff-heading-2 {
    font-size: 17px;
    color: #333
}

.content-stuff p {
    margin-top: 13px
}

.service-getqote {
    margin-top: 10px;
    float: left;
    width: 100%
}

.tabs-bg ul li {
    text-align: center;
    margin: 0 auto
}

.tabs-bg ul li a:hover img.image-icon-img-w {
    display: inline-block;
    text-align: center
}

a.shake-hand-mobile {
    background: url(../images/shake-hand.png) 50% -151px no-repeat
}

.technologies-wrap a.shake-hand-mobile.top_active,
a.shake-hand-mobile:hover {
    background: url(../images/shake-hand.png) 50% 10px no-repeat #ff365d;
    color: #fff
}

a.game-icon-mobile {
    background: url(../images/game-icon.png) 50% -155px no-repeat
}

.technologies-wrap a.game-icon-mobile.top_active,
a.game-icon-mobile:hover {
    background: url(../images/game-icon.png) 50% 10px no-repeat #ff365d;
    color: #fff
}

a.tt-game-icon {
    background: url(../images/tt-game-icon.png) 50% -150px no-repeat
}

.technologies-wrap a.tt-game-icon.top_active,
a.tt-game-icon:hover {
    background: url(../images/tt-game-icon.png) 50% 10px no-repeat #ff365d;
    color: #fff
}

a.social-game-icon {
    background: url(../images/social-game-icon.png) 50% -150px no-repeat
}

.technologies-wrap a.social-game-icon.top_active,
a.social-game-icon:hover {
    background: url(../images/social-game-icon.png) 50% 10px no-repeat #ff365d;
    color: #fff
}

a.education-game-icon {
    background: url(../images/education-game-icon.png) 50% -150px no-repeat
}

.technologies-wrap a.education-game-icon.top_active,
a.education-game-icon:hover {
    background: url(../images/education-game-icon.png) 50% 10px no-repeat #ff365d;
    color: #fff
}

a.travle-mobile-icon {
    background: url(../images/travle-mobile-icon.png) 50% -150px no-repeat
}

.technologies-wrap a.travle-mobile-icon.top_active,
a.travle-mobile-icon:hover {
    background: url(../images/travle-mobile-icon.png) 50% 10px no-repeat #ff365d;
    color: #fff
}

a.utlity-mobile-icon {
    background: url(../images/utlity-mobile-icon.png) 50% -150px no-repeat
}

.technologies-wrap a.utlity-mobile-icon.top_active,
a.utlity-mobile-icon:hover {
    background: url(../images/utlity-mobile-icon.png) 50% 10px no-repeat #ff365d;
    color: #fff
}

a.ecommerce-mobile-icon {
    background: url(../images/ecommerce-mobile-icon.png) 50% -150px no-repeat
}

.technologies-wrap a.ecommerce-mobile-icon.top_active,
a.ecommerce-mobile-icon:hover {
    background: url(../images/ecommerce-mobile-icon.png) 50% 10px no-repeat #ff365d;
    color: #fff
}

.technologies-wrap .bottom_active,
.technologies-wrap .top_active {
    color: inherit
}

a.entertitment-mobile-icon {
    background: url(../images/entertitment-mobile-icon.png) 50% -150px no-repeat
}

.technologies-wrap a.entertitment-mobile-icon.top_active,
a.entertitment-mobile-icon:hover {
    background: url(../images/entertitment-mobile-icon.png) 50% 10px no-repeat #ff365d;
    color: #fff
}

a.health-mobile-icon {
    background: url(../images/health-mobile-icon.png) 50% -150px no-repeat
}

.technologies-wrap a.health-mobile-icon.top_active,
a.health-mobile-icon:hover {
    background: url(../images/health-mobile-icon.png) 50% 10px no-repeat #ff365d;
    color: #fff
}

.redufubg_bg {
    background: url(../images/service-bg.jpg) right top no-repeat #010101;
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
    background-size: cover; position: relative;
}
.redufubg_bg::after {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    position: absolute;
    top: 0;
    left: 0;
    content: '';
}
.redufubg_bg > .container{ position: relative; z-index: 2;}

.redfne-heading {
    font-size: 34px;
    color: #fff;
    float: left
}

.redfne-heading p {
    color: #fff;
    font-size: 24px;
    float: left;
    display: block;
    width: 100%;
    text-transform: capitalize;
    line-height: 32px;
    margin-top: 10px
}

ul.redfine-points {
    margin-top: 50px
}

ul.redfine-points li {
    color: #ff365d;
    font-size: 18px;
    margin-bottom: 50px
}

ul.redfine-points li span {
    display: block;
    width: 70%;
    color: #d0d0d0;
    font-size: 16px
}

ul.redfine-points li a {
    display: inline;
    color: #69aa6f
}

.red-get-btn {
    width: 100%;
    float: left;
    margin-top: -20px
}

.accolades_bg {
    background: #e9f7f8;
    width: 100%;
    padding: 80px 0
}

.indsutries-wraper {
    width: 100%;
    min-height: 100%;
    border-top: solid 1px #9cc;
    border-bottom: solid 1px #9cc;
    padding: 20px 0;
    text-align: center
}

.indsutries-wraper img {
    text-align: center;
    margin-bottom: 15px
}

.acclolate-heading {
    margin-bottom: 50px;
    color: #333
}

.acclolate-heading p {
    color: #333
}

img.business-banner-wrapper {
    margin-top: 22px
}

.technology-bg-color {
    background: #121212;
    color: #fff
}

.technology-space {
    min-height: 450px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.technology-space h3 {
    font-size: 50px;
    color: #fff;
    line-height: 50px;
    padding: 0;
    margin: 5px 0 0
}

.technology-space p {
    color: #fff;
    margin: 10px 0
}

.technology-space p a {
    color: #69aa6f
}

.btn-technology {
    margin: 0 0
}

.geolocation-bg {
    background: url(../images/geolocation-bg.png) right top no-repeat #121212;
    height: auto
}

.ar-bg-mobile {
    background: url(../images/ar-background.png) right top no-repeat #000;
    height: auto
}

.straming-bg-mobile {
    background: url(../images/streaming-bg.png) right top no-repeat #f2cc2f;
    height: auto
}

.iot-bg-mobile {
    background: url(../images/iot-mobile-bg.png) right top no-repeat #000;
    height: auto
}

.wearable-bg-mobile-bg-mobile {
    background: url(../images/wearable-bg-mobile2.png) right top no-repeat #e93f00;
    height: auto
}

.beacon-mobile-bg {
    background: url(../images/ibechon-mobile-image.png) right top no-repeat #e1e8eb;
    height: auto
}

.heading-bottom-mobile-slider {
    font-size: 19px;
    color: #fff;
    line-height: 22px;
    padding: 0;
    margin: 0
}

.beacon-mobile-bg h2,
.beacon-mobile-bg h3,
.beacon-mobile-bg p,
.change-last-slider-text {
    color: #333
}

.web-development-services-bg {
    min-height: 770px;
    background: #eee;
    width: 100%;
    float: left;
    padding-bottom: 100px
}

.web-development-services-bg2 {
    background: url(../404.html) left top no-repeat;
    background-size: cover;
    width: 100%;
    float: left;
    padding-bottom: 100px
}

.services-heading-WDS h2 {
    margin-top: 50px;
    font-size: 46px;
    text-align: center;
    color: #fff
}

.services-heading-WDS p {
    text-align: center;
    font-size: 18px
}

.slider-WDS-bg {
    background: rgba(240, 128, 68, .8);
    border-radius: 5px;
    margin-top: 50px;
    position: relative;
    width: 100%;
    float: left
}

.img_area_WDS {
    background: #f2f2f2;
    border-radius: 5px;
    border: 2px solid #4c9dff;
    width: 730px;
    min-height: 515px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

ul.slider-text-WDS {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px
}

.slider-left-caption ul.slider-text-WDS {
    padding-left: 10px
}

.slider-right-caption ul.slider-text-WDS {
    padding-right: 10px
}

ul.slider-text-WDS li {
    width: 100%;
    padding: 10px 0 10px 25px;
    border-radius: 4px 0 0 4px;
    margin: 0 0
}

ul.slider-text-WDS li a {
    font-family: gothambook;
    font-size: 18px;
    color: #fff;
    text-align: left;
    border: 0 !important;
    text-transform: capitalize;
    padding: 10px 15px
}

ul.slider-text-WDS li .nav-link.active {
    background-color: transparent;
    color: #fff
}

.img_area_WDS h3,
.img_area_WDS p,
.mid-section-WDS {
    text-align: center
}

ul.slider-text-WDS li:hover {
    background: #075cc2
}

.img-center {
    margin: 0 auto;
    width: 100%;
    display: inline-block
}

.WDS1x {
    margin: 40px 0
}

.wds_tailored .WDS1x {
    margin-top: 20px
}

.img_area_WDS h3 {
    font-size: 30px;
    color: #369;
    width: 100%;
    margin: 0 auto
}

.img_area_WDS p {
    font-size: 16px;
    color: #333;
    width: 100%;
    margin: 20px auto 0;
    padding: 0 30px 30px
}

.slider-left-caption {
    float: left;
    width: 220px
}

.slider-right-caption {
    float: right;
    width: 220px
}

.slider-right-caption ul.slider-text-WDS li {
    width: 100%;
    border-radius: 0 4px 4px 0;
    margin-left: 0;
    text-align: right;
    padding: 10px 10px 10px 0
}

.slider-right-caption ul.slider-text-WDS li a {
    text-align: right
}

.img_area_WDS .nav-tabs > li > a:hover {
    border: none;
    text-decoration: none
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    border: none
}

.service-heading h2 {
    color: #3a3a3a;
    margin-top: 50px;
    text-align: center;
    width: 100%;
    font-size: 36px
}

.service-heading p {
    color: #333;
    font-size: 19px
}

.service-divede {
    background: url(../404.html) right top repeat-y;
    width: 1px;
    height: 500px;
    float: right;
    margin-left: 25px
}

.wds_portal_outer .img_area_WDS {
    background: #fff
}

.wds_tailored .WDS1x img {
    max-height: 210px
}

.no_page {
    padding-top: 100px
}

.no_page h1 span {
    display: block;
    color: #f08044;
    font-size: 60px;
    font-weight: 400;
    margin-bottom: 0
}

.no_page h1 {
    display: block;
    font-size: 75px;
    color: #525155;
    margin-bottom: 30px
}

.no_page a.btn {
    padding: 15px 60px;
    font-size: 20px
}

.free_consltent {
    padding-bottom: 45px
}

.coman_page_head {
    padding: 100px 0;
    text-align: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgba(0, 0, 0, .7);
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.free_consltent .hero_text_new {
    padding-top: 70px;
    max-width: 570px;
    text-align: left
}

.free_consltent .hero_text_new h3 {
    text-align: left;
    margin-bottom: 20px;
    color: #fff;
    font-size: 60px;
    text-transform: uppercase;
    font-weight: 300
}

.free_consltent .hero_text_new p {
    font-size: 20px;
    color: #fff;
    text-align: left;
    font-weight: 300;
    line-height: 28px
}

.free_consltent .form_for_free {
    border-width: 1px;
    border-color: #707070;
    border-style: dashed;
    border-radius: 4px;
    padding: 4px
}

.free_consltent .form_for_free form {
    padding: 25px;
    border-radius: 4px;
    background-color: rgba(33, 136, 186, .7)
}

.free_consltent .form_for_free form .row {
    margin-left: -6px;
    margin-right: -6px
}

.free_consltent .form_for_free form .row > div {
    padding-left: 6px;
    padding-right: 6px
}

.free_consltent .form_for_free form h4.form_heading_free {
    font-size: 24px;
    color: #fff;
    text-align: center;
    font-weight: 400;
    margin-bottom: 30px
}

.free_consltent .form_for_free form .form-group {
    margin-bottom: 12px
}

.free_consltent .form_for_free form .form-group .form-control {
    border-radius: 2px;
    background-color: rgba(255, 255, 255, .7);
    height: 54px;
    line-height: 54px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0 15px;
    -webkit-transition: .5s;
    transition: .5s;
    font-family: gothambook
}

.free_consltent .form_for_free form .form-group select.form-control {
    background-image: url(../images/down_arrow.svg);
    background-size: 11px 6px;
    background-repeat: no-repeat;
    background-position: center right 15px
}

.free_consltent .form_for_free form .form-group textarea.form-control {
    resize: none;
    height: 145px;
    padding: 15px;
    line-height: normal
}

.free_consltent .form_for_free form p.pricting_text {
    font-size: 18px;
    color: #fff;
    margin: 15px 0 0
}

.free_consltent .form_for_free form .red_btn {
    width: 100%;
    display: block
}

.benifit_steps {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.benifit_steps > div.benifits {
    background-color: #e4e4e4
}

.benifit_steps > div {
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    -o-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    padding: 60px 60px 100px
}

.benifit_steps > div.benifits > div {
    margin-left: auto
}

.benifit_steps > div > div {
    max-width: 475px
}

.benifit_steps > div h3 {
    font-size: 48px;
    color: #333;
    text-transform: uppercase;
    text-align: center;
    font-weight: 300;
    margin-bottom: 65px
}

.benifit_steps > div ul {
    padding-left: 70px
}

.benifit_steps > div ul li {
    position: relative;
    margin-bottom: 40px
}

.benifit_steps > div.benifits > div ul li:before {
    position: absolute;
    content: '';
    width: 40px;
    height: 40px;
    background-color: #25ae88;
    background-image: url(../images/check.svg);
    border-radius: 50%;
    top: 7px;
    left: -60px;
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center
}

.benifit_steps > div ul li span.title {
    font-size: 22px;
    color: #333;
    text-align: left;
    font-weight: 300;
    margin-bottom: 8px
}

.benifit_steps > div ul li span.pera {
    font-size: 16px;
    color: #333;
    font-weight: 300
}

.benifit_steps > div ul li:last-child {
    margin-bottom: 0
}

.benifit_steps > div.five_steps ul li:first-child:before {
    bottom: 30px
}

.benifit_steps > div.five_steps ul li:after,
.benifit_steps > div.five_steps ul li:before {
    content: '';
    position: absolute;
    width: 1px;
    background-color: #f9a866;
    height: 100%;
    z-index: 1;
    left: -48px
}

.benifit_steps > div.five_steps ul li:after,
.benifit_steps > div.five_steps ul li:before {
    content: '';
    position: absolute;
    width: 1px;
    background-color: #f9a866;
    height: 100%;
    z-index: 1;
    left: -48px
}

.benifit_steps > div.five_steps ul li:after {
    top: 50px
}

.benifit_steps > div.five_steps ul li span.no {
    width: 45px;
    height: 45px;
    display: block;
    position: absolute;
    top: 50%;
    left: -70px;
    margin-top: -22.5px;
    text-align: center;
    line-height: 40px;
    background-color: #fff;
    border: 2px solid #f9a866;
    border-radius: 50%;
    font-size: 20px;
    color: #333;
    text-transform: uppercase;
    z-index: 2
}

.benifit_steps > div ul li span.title {
    font-size: 22px;
    color: #333;
    text-align: left;
    font-weight: 300;
    margin-bottom: 8px
}

.thank_you {
    padding: 100px 0
}

.thank_you img {
    max-width: 150px;
    margin: 0 auto 30px
}

.thank_you h1 {
    text-transform: uppercase;
    color: #f93;
    font-family: gothambold;
    margin-bottom: 20px;
    font-size: 60px
}

.thank_you h3 {
    color: #ffb76f
}

.thank_you p {
    font-family: gothammedium;
    font-size: 18px
}

.go_home .btn {
    padding: 18px 55px;
    font-size: 18px;
    text-transform: uppercase
}

.go_home {
    margin-top: 50px
}

.white {
    color: #fff
}

.landing_banner_caption .white {
    font-size: 22px
}

.why_octal .landing_banner_caption h1 {
    font-size: 45px
}

.why_octal .landing_banner_caption h1 span {
    display: block
}

.contact_address {
    color: #000;
    margin-top: 4px;
    font-family: gothambook;
    font-size: 14px
}

.contact-page-address a,
.contact-page-address p {
    color: #000;
    font-family: gothambook;
    font-size: 14px
}

.contact-page-address span {
    color: #000;
    font-family: gothambook;
    font-size: 16px
}

.address p {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
    font-family: gothambook;
    font-size: 14px
}

.contact-page-address {
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 30px;
    padding-bottom: 30px
}

.content:after {
    clear: both;
    display: block;
    content: ""
}

.contect_form_bg {
    background: #f5f5f5;
    border: 1px solid #ccc;
    padding: 30px 30px 15px
}

.form_capcha {
    background: #fff;
    border: 1px solid #d1d1d0;
    text-align: center;
    width: 33%;
    float: left;
    padding: 15px 10px 17px
}

.equal_d {
    float: left;
    margin-left: 10px;
    margin-top: 16px
}

.input_ask_something {
    margin-left: 15px;
    position: relative;
    width: 31%;
    padding: 15px 10px 17px
}

.form_capcha img {
    max-width: 15px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -4px;
    margin-right: 3px
}

.testomonaial_listing:after {
    clear: both;
    display: block;
    content: ""
}

.testomonaial_listing {
    border-top: 1px dotted #999;
    padding: 55px 0
}

.testomonaial_listing:first-child {
    border-top: medium none;
    padding-top: 15px
}

.testimonials_pic {
    background: #fff;
    border: 3px solid #dfdfdf;
    border-radius: 50%;
    height: 200px;
    position: relative;
    width: 200px
}

.testimonials_pic span {
    border: 2px solid #fff;
    border-radius: 50%;
    display: block;
    float: left;
    height: 100%;
    overflow: hidden;
    width: 100%
}

.testimonials_description h2 {
    color: #00b4ff;
    font-size: 16px;
    line-height: 22px;
    margin: 0;
    padding: 5px 0
}

.testimonials_description p {
    color: #5e5e5e;
    font-size: 14px;
    line-height: 24px
}

.testimonials_description .quote {
    display: inline-block
}

.mobile_testi_pic,
.quick-form,
.revise_content br {
    display: none
}

.testimonials_pic_right {
    float: right
}

.error_msg {
    padding: 0;
    text-align: left;
    margin-top: -7px
}

.setup-content > div ul {
    max-height: 250px;
    overflow-y: scroll
}

.setup-content > div ul::-webkit-scrollbar-track {
    border-radius: 2px;
    background-color: #f5f5f5
}

.setup-content > div ul::-webkit-scrollbar {
    width: 4px;
    background-color: #f5f5f5
}

.setup-content > div ul::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: #2367f6
}

.skill_career {
    margin-top: 30px
}

.skill_career h2 {
    font-size: 24px
}

.skill_career p {
    font-family: gothammedium;
    margin-bottom: 10px
}

ul.expand_hire li a {
    max-width: 240px;
    display: block;
    width: 100%;
    display: block;
    font-family: GothamLight;
    font-size: 15px;
    margin-top: 30px;
    padding: 15px;
    text-align: center;
    font-family: gothammedium
}

.border_space {
    border-bottom: 1px solid #ccc;
    margin: 25px 0 15px 0;
    width: 100%
}

.divider_space:after {
    position: absolute;
    height: 100%;
    width: 1px;
    content: "";
    background-color: #ccc;
    right: 15%;
    top: 0
}

.enquiry_form .project_form {
    position: static
}

.enquiry_form {
    padding: 50px 0;
    background: #f2f2f2
}

.enquiry_form .project_request_outer {
    background: 0 0
}

.submit .google_cptcha_2 {
    display: inline-block;
    vertical-align: middle
}

.project_form .align_right form .submit .btn {
    padding: 14px 30px;
    color: #fff;
    vertical-align: middle;
    display: inline-block
}

.owl-carousel .owl-item img.testimonial_rating {
    margin: 0 auto
}

.for_menu {
    background: rgba(0, 0, 0, .4)
}

.portfolio_list_content .btn_icon {
    font-size: 14px;
    padding: 6px 17px
}

.blog_home .blogbox {
    width: 50%;
    float: left;
    padding: 0 15px
}

.blog_home .blog_list {
    width: 50%;
    float: left;
    padding: 0 15px;
    margin: 0 -15px
}

.blog_home .blog_list li {
    width: 50%;
    float: left;
    padding: 0 15px
}

.blog_home .blog_list:after {
    clear: both;
    display: block;
    content: ""
}

.blog_home .blog_list li .bloglisting {
    border: 1px solid #e9e9e9;
    overflow: hidden
}

.blog_home .blog_list li .bloglisting .blogmsg {
    padding: 15px 15px 18px 15px
}

.blog_home .blog_list li .bloglisting .blogmsg span {
    color: #666;
    font-size: 14px;
    font-family: gothambook;
    display: inline-block;
    margin-top: 0
}

.blog_home .blog_list li .bloglisting .blogmsg p {
    color: #333;
    font-size: 15px;
    margin: 10px 0 20px 0;
    font-family: gothambook
}

.blog_home .blog_list li .bloglisting .blogmsg a {
    font-size: 16px;
    display: block;
    color: #f78f1e;
    -webkit-transition: .5s;
    transition: .5s
}

.blog_home .blogbox img {
    width: 100%
}

.blogbox a {
    overflow: hidden;
    position: relative;
    display: block;
    border: 1px solid #e9e9e9
}

.web-development-no-bg {
    background: #fff
}

.development-slider-WDS-bg {
    background: url(../images/semand_slider_bg.jpg) repeat
}

.saute_slider .align_right .owl-carousel .owl-nav.disabled {
    display: block
}

.btn-circle.btn-primary span {
    color: #2380f9
}

.startup_video {
    margin-bottom: -7px
}

.robinject-experience .Nutrition.halali-experience .myprogress{
    bottom: auto;
    top: 202px;
}

/*.halali_border .Connect-content {
    top: 40px
}*/

.halali_border .Nutrition.halali-experience .myprogress {
    bottom: -155px
}

.crouserl_content_outer .btn_icon {
    display: inline-block;
    clear: both;
    margin-top: 4px
}

.crouserl_content_outer .btn_icon span img {
    display: inline-block
}

.menu_tabs ul li a i {
    font-size: 22px
}

.new_home_banner .landing_banner_caption {
    top: calc(50% - 80px);
}

.new_home_banner .fortune_client span,
.new_home_banner .landing_banner_caption h1 {
    color: #000
}

.new_home_banner .fortune_client {
    border-right: 5px solid #000
}

.index1_client_banner {
    position: absolute;
    bottom: 30px;
    width: 100%
}

.landing_banner_type {
    text-align: center;
}

.landing_banner_type > div {
    display: inline-block
}

#reg_ai h1 {
    background: -webkit-gradient(linear, left top, right top, color-stop(20%, #ec6217), color-stop(98%, #5373c1));
    background: linear-gradient(to right, #ec6217 20%, #5373c1 98%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.typewriter:after {
    border-right: 5px solid #5373c1;
    animation: caret_typewriter 1s steps(1) infinite;
    content: "";
    margin-left: 6px
}

@-webkit-keyframes {
    50% {
        border-color: transparent
    }
}

@keyframes caret_typewriter {
    50% {
        border-color: transparent
    }
}

@media screen and (max-width:1400px) {
    .caption_btn .btn_icon {
        font-size: 17px
    }

    .caption_btn .btn_icon {
        min-width: 0
    }

    .btn_icon img {
        max-width: 23px;
        margin-top: -3px
    }
}

.on-demand-pages h1 {
    font-weight: 700;
    font-size: 52px;
    color: #fff
}

.intro_content_wrap > .intro_content_wrap {
    padding-left: 0px;
    padding-right: 0px;
}

.space_footer {
    margin-bottom: 120px;
}





/*Yalla Spree*/

.yalla_slider_bottom p {
    font-family: gothambook;
    font-size: 18px;
    line-height: 26px;
    max-width: 1200px;
    margin: 0 auto 35px;
}

.yalla_slider_bottom a.btn {
    background: #f53240;
}

.key_challenge {
    background: url(../images/yallaspree/key_challenge_bg.jpg) no-repeat center top;
    background-size: cover;
    padding-top: 100px;
}

.key_challenge h2 {
    text-align: center;
    color: #fff;
    margin-bottom: 50px;
    font-family: GothamLight;
    font-size: 50px;
}

.yallaspree_banner {
    background-size: cover;
}

.yallaspree_banner img.baritastic-girl {
    width: 70%;
}

.key_challenge h4 {
    color: #fff;
    font-size: 26px;
    font-family: GothamLight;
    margin-bottom: 32px;
}


.plan_solution {
    padding: 60px 0;
}

.plan_solution h2 {
    text-align: center;
    color: #000;
    margin-bottom: 50px;
    font-family: GothamLight;
    font-size: 50px;
    text-transform: uppercase;
}

.plan_solution h2 span {
    /*color: #f53240;*/
}

.plan_solution p {
    font-family: gothambook;
    font-size: 18px;
    line-height: 26px;
}

section.plan_solution_mobile {
    padding: 235px 0px 40px;
    background-position: center bottom;
    background-size: cover;
}


.yalla_tech-heading h2 {
    text-align: center;
    color: #000;
    margin-bottom: 50px;
    font-family: GothamLight;
    font-size: 50px;
    text-transform: uppercase;
}

.yalla_tech-heading h2 span {
    /*color: #f53240;*/
}


section.Grocery-technolgy.yalla_tech {
    background-position: center bottom;
}

.yalla_feature h1 {
    color: #000;
    font-family: GothamLight;
    font-size: 52px;
}

.yalla_feature h1 span {
    /*color: #250187;*/
}



/* M update by(30/05/2019) */
html {
    font-size: 14px;
}

.baritastic-first.trender_case_study_block {
    background-color: #dedede;
    background-position: center top;
}

.trender_live_chat_block {
    background-color: #dedede;
    /*overflow: hidden;*/
    z-index: 2;
}

.trender_live_chat_block p {
    font-size: 1.64rem;
    font-weight: 300;
    color: #161032;
    line-height: 2.64rem;
}

/*.trender_live_chat_block::before{ width: 1000px; height: 100%; background-color: #ffffff; box-shadow: 0px 15px 0px 0px #b39977 inset; border-top: 3px solid #ffffff; position: absolute; left: -48px; top: -45%; -webkit-transform: skew(0deg, 15deg); transform: skew(0deg, 15deg); content: '';}

.trender_live_chat_block::after{ width: 1000px; height: 100%; background-color: #ffffff; box-shadow: 0px 15px 0px 0px #b39977 inset; border-top: 3px solid #ffffff; position: absolute; right: -48px; top: -45%; -webkit-transform: skew(0deg, -15deg); transform: skew(0deg, -15deg); content: '';}*/

.trender_live_chat_btn a {
    display: inline-block;
    font-size: 1.57rem;
    font-weight: 300;
    color: #ffffff;
    background-color: #ff3500;
    padding: .8rem 1.43rem;
}

.trender_challenges_block {
    background-color: #ff3500;
    position: relative;
}

.trender_challenges_block::after {
    width: 50%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0%;
    right: 0%;
    content: '';
}

.trender_challenges_block .container {
    z-index: 2;
}

.trender_challenges_title {
    font-size: 4.8rem;
    color: #ffffff;
    font-weight: 500;
}

.trender_challenges_info_text {
    font-size: 2.2rem;
    font-weight: 300;
    color: #ffffff;
    line-height: normal;
}

.trender_challenges_img {
    width: 13rem;
    height: 13rem;
    border-radius: 50%;
    border: 2px dashed #ffffff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.trender_challenges_img img {
    max-width: 100%;
    display: inline-block;
    border-radius: 50%;
}

section.solutions.trender_solutions,
.app-screens.trender_app_screens_block {
    background-repeat: no-repeat !important;
    background-position: center bottom !important;
    background-size: cover !important;
}

.trender_solutions .plan-content h2::after {
    width: 762px;
}

.trender_solutions .plan2-content h2::before {
    width: 550px;
}

.plan2-img {
    z-index: 2;
}

.Technolgy-stack.trender_stack_block {
    background-color: #dedede;
}

.technolgy_heading {
    font-weight: 300;
    color: #161032;
}

.trender_stack_block .Technolgy-section {
    border-color: #ff5400;
}

.trender_stack_block .Technolgy-name {
    background-color: #ff3500;
}

.trender_stack_block .Technolgy-name::after {
    color: #ff3500;
}

.trender_features_block {
    background-color: #ff3500;
}

.trender_features_block .feature-heading h1,
.trender_features_block .feature-heading h1 span {
    font-size: 4.8rem;
    color: #ffffff;
}

.left_big_feature_box,
.left_medium_feature_box,
.left_small_feature_box,
.top_small_feature_box,
.right_medium_feature_box,
.right_small_feature_box,
.right_big_feature_box {
    font-size: 1.57rem;
    color: #ffffff;
    font-weight: 300;
    position: absolute;
    top: 2rem;
    left: -115%;
}

.left_big_ftr_box {
    width: 10rem;
    height: 10rem;
    border-radius: 1.5rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-shadow: .5rem .5rem 0rem 0rem rgba(255, 255, 255, .4);
    box-shadow: .5rem .5rem 0rem 0rem rgba(255, 255, 255, .4);
}

.left_big_ftr_box img {
    max-width: 60%;
}

.left_medium_feature_box {
    top: 50%;
    left: -60%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.left_medium_feature_box .left_big_ftr_box,
.right_medium_feature_box .left_big_ftr_box {
    width: 8.5rem;
    height: 8.5rem;
    -webkit-box-shadow: .35rem .35rem 0rem 0rem rgba(255, 255, 255, .4);
    box-shadow: .35rem .35rem 0rem 0rem rgba(255, 255, 255, .4);
}

.left_small_feature_box,
.right_big_feature_box {
    top: auto;
    bottom: -5rem;
    left: -115%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.left_small_feature_box .left_big_ftr_box,
.right_small_feature_box .left_big_ftr_box {
    width: 6.5rem;
    height: 6.5rem;
    -webkit-box-shadow: .25rem .25rem 0rem 0rem rgba(255, 255, 255, .4);
    box-shadow: .25rem .25rem 0rem 0rem rgba(255, 255, 255, .4);
}

.top_small_feature_box {
    top: -12.5rem;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}

.top_small_feature_box .left_big_ftr_box {
    width: 6.5rem;
    height: 6.5rem;
    -webkit-box-shadow: .35rem .35rem 0rem 0rem rgba(255, 255, 255, .4);
    box-shadow: .35rem .35rem 0rem 0rem rgba(255, 255, 255, .4);
}

.right_medium_feature_box {
    left: auto;
    right: -115%;
}

.right_small_feature_box {
    left: auto;
    right: -60%;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.right_big_feature_box {
    left: auto;
    right: -115%;
}

.app-screens.trender_app_screens_block {
    min-height: 105rem;
}


.yalla_feature .mobile-img {
    width: 40%;
}

.yalla_feature .monitor {
    left: -60%;
    top: 20%;
}

.yalla_feature .Track-inches {
    left: -40%;
    top: 55%;
}

.yalla_feature .Track-inches span,
.yalla_feature .monitor span,
.yalla_feature .Guidelines span,
.yalla_feature .Reminders span,
.yalla_feature .Portal span {
    padding: 0;
}


.yalla_feature .Track-inches span img,
.yalla_feature .monitor span img,
.yalla_feature .Guidelines span img,
.yalla_feature .Reminders span img,
.yalla_feature .Portal span img {
    max-width: 180px
}

.yalla_feature .Guidelines {
    top: 5%;
    right: -30%;
}

.yalla_feature .Reminders {
    top: 33%;
    right: -55%;
}

.yalla_feature .Portal {
    top: 65%;
    right: -50%;
}

.yalla_feature .mobile-img span h4 {
    color: #f53240 !important;
}


section.yalla_feature {
    padding-bottom: 50px;
}

/*.yalla_appscreen .app-heading h1 {
    text-transform: uppercase;
    font-family: GothamLight;
    font-size: 62px;
}*/

.yalla_appscreen .screen-2 {
    left: 42%;
    top: -40px;
}

.yalla_appscreen .screen-4 {
    left: 24%;
}


.case-study-sixth-continent {}


.sixth-continent-btn a {
    background-image: linear-gradient(to right, #dd5a0b 0%, #ffa630 100%);
    background-repeat: repeat-y;
    background-color: #ed7d1c;

}

.sixth-continent-btn a:before {
    background-color: #ed7d1c;
}


.sixth-continent_block {
    background-color: #161032;
    position: relative;
}

.sixth-continent_block::after {
    background-color: rgba(32, 26, 59, 0.5);

}

.sixth-continent_block-two {

    background-image: -moz-linear-gradient(-90deg, rgb(22, 17, 46) 0%, rgb(45, 37, 84) 100%);
    background-image: -webkit-linear-gradient(-90deg, rgb(22, 17, 46) 0%, rgb(45, 37, 84) 100%);
    background-image: -ms-linear-gradient(-90deg, rgb(22, 17, 46) 0%, rgb(45, 37, 84) 100%);
}


.sixth-continent-heading h1 {
    color: #fff;

}

.sixth-continent-heading h1 span {
    color: #ffa630;

}


.sixth-continent-heading .Technolgy-name {
    background-image: linear-gradient(to right, #dd5a0b 0%, #ffa630 100%);
    background-repeat: repeat-x;

}

.sixth-continent-heading:hover .Technolgy-name::after {
    color: #ffa630;

}

.sixth-continent-heading .Technolgy-name::after {
    color: #ffa630;

}

.sixth-continent-name::after {
    color: #ffa630;

}


.sixth-continent_block-three {
    background-image: linear-gradient(to right, #dd5a0b 0%, #ffa630 100%);
    background-repeat: repeat-x;


}


.better_block {
    background-image: -moz-linear-gradient(-90deg, rgb(23, 29, 41) 0%, rgb(60, 74, 83) 100%);
    background-image: -webkit-linear-gradient(-90deg, rgb(23, 29, 41) 0%, rgb(60, 74, 83) 100%);
    background-image: -ms-linear-gradient(-90deg, rgb(23, 29, 41) 0%, rgb(60, 74, 83) 100%);
}



section.better_block_three {
    background-image: -moz-linear-gradient(-90deg, rgb(70, 90, 80) 0%, rgb(60, 74, 83) 100%);
    background-image: -webkit-linear-gradient(-90deg, rgb(70, 90, 80) 0%, rgb(60, 74, 83) 100%);
    background-image: -ms-linear-gradient(-90deg, rgb(70, 90, 80) 0%, rgb(60, 74, 83) 100%);
}



.other_featured_product ul li a { overflow: hidden;
    display: block;
    min-height: 400px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}
.other_featured_product ul li a img{ -webkit-transition: all 0.5s ease-out; transition: all 0.5s ease-out;}
.other_featured_product ul li a:hover img{ -webkit-transform: scale(1.1); transform: scale(1.1);}

.portfolio_bg1 {
    background-color: #6c6;
}

.portfolio_bg2 {
    background-color: #f46521;
}

.portfolio_bg3 {
    background-color: #edbb34;
}

.portfolio_bg4 {
    background-color: #669acc;
}

.portfolio_bg5 {
    background-color: #990304;
}

.portfolio_bg6 {
    background-color: #999999;
}

.portfolio_bg7 {
    background-color: #669934;
}

.portfolio_bg8 {
    background-color: #ffcc66;
}

.portfolio_bg9 {
    background-color: #303f5f;
}

.portfolio_bg10 {
    background-color: #ffcc66;
}

.portfolio_bg11 {
    background-color: #1f9fe0;
}

.portfolio_bg12 {
    background-color: #f5f5dd;
}

.portfolio_bg13 {
    background-color: #5e2013;
}

.portfolio_black {
    background-color: #dadada;
}

.portfolio_bg14 {
    background-color: #302d7e;
}

.portfolio_bg15 {
    background-color: #263543;
}




.furnitureozadde-background {
    background: url(../images/furnitureozadde/barcoadebanner.png) no-repeat center top;
    background-size: cover;
    padding-top: 100px;
}



.oricom-background {
    background: url(../images/oricom/barbacoa-banner_bg.png) no-repeat center top;
    background-size: cover;
    padding-top: 100px;
}


/* M update by(11/06/2019) */
.app-screens.mera_patient_app_screens_block {
    min-height: 93rem;
}

.prshot-background,
.jordan-background,
.dance-background,
.fabric-background,
.myamego-background,
.barbacoa-background,
.phonespy-background,
.prod90-background,
.tourofitaly-background,
.vacadmin-background,
.locator3-background {
    background-image: url(../images/prshot/barcoadebanner.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    padding-top: 100px;
}

.jordan-background {
    background-image: url(../images/jordan/barcoadebanner.png);
}

.dance-background {
    background-image: url(../images/dance/barcoadebanner.png);
}

.fabric-background {
    background-image: url(../images/fabric/barcoadebanner.png);
}

.myamego-background {
    background-image: url(../images/myamego/barcoadebanner.png);
}

.barbacoa-background {
    background-image: url(../images/barbacoa/barcoadebanner.png);
}

.phonespy-background {
    background-image: url(../images/phonespy/barcoadebanner.png);
}

.prod90-background {
    background-image: url(../images/prod90/barcoadebanner.png);
}

.tourofitaly-background {
    background-image: url(../images/tourofitaly/barcoadebanner.png);
}

.vacadmin-background {
    background-image: url(../images/vacadmin/barcoadebanner.png);
}

.locator3-background {
    background-image: url(../images/locator3/barcoadebanner.png);
}

.wewosh_first {
    background-position: top -150px center;
}

.wewosh_first span.baritastic-content p {
    color: #ffffff;
}

.app-screens.wewosh_app_screens {
    min-height: 92rem;
}




/* Fixed Menu Default   */




nav.menu.fixed_default_menu.fixed a.logo_imgs img.logo_small {
    height: 40px;
}

nav.menu.fixed_default_menu.fixed a.logo_imgs img.logo_big {
    height: 0px;
}

nav.menu.fixed_default_menu.fixed .menu_data {
    opacity: 0;
}

nav.menu.fixed_default_menu.fixed a.opner {
    display: block;
}

.fixed_default_menu.menu.fixed {
    background-color: transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
}



nav.menu.fixed_default_menu.fixed.for_menu a.logo_imgs img.logo_small {
    height: 0px;
}

nav.menu.fixed_default_menu.fixed.for_menu a.logo_imgs img.logo_big {
    height: 40px;
}

nav.menu.fixed_default_menu.fixed.for_menu .menu_data {
    opacity: 1;
}

nav.menu.fixed_default_menu.fixed.for_menu a.opner {
    display: none;
}

.fixed_default_menu.menu.fixed.for_menu {
    background-color: #fff;
    -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, .2);
}




.fixed_default_menu .menu_data .bot_data_bar > ul {
    margin-right: 0px;
}








.fixed_enquiry_btn {
    right: -1px;
    cursor: pointer;
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -moz-border-radius-topright: 10px;
    border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-left-radius: 10px;


    font-family: gothambook;
    top: 150px;
    background-color: #f78f1e;
    color: #FFFFFF;
    border-style: solid;
    border-width: 0px;


    position: fixed;
    margin: 0;
    padding: 6px 13px 8px 13px;
    text-decoration: none;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    border-style: solid;
    display: block;
    z-index: 100000;
}

.fixed_enquiry_btn:hover {
    color: #fff;
    background-color: #007bff
}



/*Food Portel*/


.food_order_banner {
    /*    background-image: url(../images/food_portel/food_portel_banner.jpg);*/
    background-image: url(../images/food_portel/wider_food_portal_banner.png);
    background-size: cover;
    padding-bottom: 240px;
}

.food_order_app {
    background-image: url(../images/food_portel/online_app_development_bg.jpg);
    background-repeat: no-repeat;
    background-size: 90%;
    background-position: right top;
    padding: 145px 0 65px;
}

.food_app_content {
    max-width: 540px;
}



.food_app_content h4 {
    color: #f18d20;
    margin: 0;
    font-weight: 600;
    font-size: 32px;
    line-height: 32px;
}

.food_app_content h3 {
    font-size: 45px;
    margin: 0;
    color: #2c2c2c;
    font-weight: 400;
}

.food_app_content h3 span {
    font-weight: 300;
}

.food_app_content h2 {
    color: #2c2c2c;
    margin: 0;
    font-weight: 400;
    font-size: 55px;
    line-height: 55px;
    margin-bottom: 30px;
}

.food_app_content h6 {
    font-weight: 500;
    color: #535353;
    font-size: 20px;
    margin-bottom: 15px;
}

.food_app_content p {
    color: #535353;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
}


.food_icon_about_wrap .icon_about ul {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 7px 27px 0px rgba(137, 137, 137, 0.16);
    padding: 10px;
}

.food_portel .want_join_wrap {
    padding-top: 20px;
    background: #fff;
}


.food_portal_step.step_wizard_outer .align_left {
    width: 100%;
    padding: 60px 0 0;
}

.food_portal_step .step_align {

    float: none;
    width: 100%;
    padding-left: 65px;
}

.food_portal_step.step_wizard_outer .align_right {
    position: absolute;
    bottom: 0;
    right: 0;
}




.food_portel .demand_car_tab_outer {
    background: url(../images/food_portel/food_portal_benifit_bg.jpg) no-repeat center top;
}



.kabaddi_banner {
    background-image: url(../images/kabaddi_header_banner.jpg);
}


.carHire_work_process_outer #ch_workProcess .active + a {
    overflow: hidden;
    position: relative;
}


.carHire_work_process_outer #ch_workProcess a {
    width: calc(25% - 40px);
    text-align: center;
    position: relative;
}

.carHire_work_process_outer #ch_workProcess li a {
    width: 100%;
}

.carHire_work_process_outer #ch_workProcess li a:after {
    display: none;
}

.carHire_work_process_outer #ch_workProcess a:after {
    position: absolute;
    content: "";
    width: 100%;
    bottom: 0;
    left: 0;
    height: 4px;
    background: #3d6ceb;
    opacity: 0;

}

.carHire_work_process_outer #ch_workProcess a.active:after,
.carHire_work_process_outer #ch_workProcess a:focus:after,
.carHire_work_process_outer #ch_workProcess a:hover:after {
    opacity: 1;
}



#ch_workProcess .nav a {
    font-size: 16px;
    color: #9e9e9e;
    text-transform: uppercase;
    font-family: gothambook;
    padding: 18px;
    border-bottom: 0px solid transparent;
    display: block;
    margin: 0 20px;
}

#ch_workProcess .nav li a {
    margin: 0;
}




.carHire_work_process_outer #ch_workProcess .active + a:before {
    position: absolute;
    content: "";
    height: 4px;
    width: 150px;
    left: 0;
    bottom: 0;
    background: #3d6ceb;
    z-index: 9;
    animation-name: border-dance;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@keyframes border-dance{
    0%{left: 0px;}
    50%{ opacity: 1; right: 0px;}
    100%{ left: 100%;}
}


.full_container{ max-width: 1920px; width: 100%; position: relative; overflow: hidden; margin: 0rem auto;}
/* Booking Sparrow */
.booking_sparrow_banner{ min-height: 80rem; background-repeat: no-repeat; background-position: center top; background-size: cover;}
.b_sparrow_top_info{ width: 32rem; height: 32rem; overflow: hidden; border-radius: 50%; background-color: #ffffff; -webkit-box-shadow: 0px 2px 1.8rem 1.62px rgba(0, 0, 0, 0.17); box-shadow: 0px 2px 1.8rem 1.62px rgba(0, 0, 0, 0.17);}
.b_sparrow_top_info > div{ border-radius: 50%; overflow: hidden;}
.b_sparrow_app_icon img{ max-width: 6.43rem;}
.b_sparrow_top_info_list li{ font-size: 1.28rem; color: #000000; font-weight: 500; padding: 1.07rem 3.5rem;}
.b_sparrow_top_info_list li small{ display: block; font-size: 85%; font-weight: 400;}

  
.generic-anchor {
  color: #01a759;
}
.generic-anchor:visited {
  color: #8db9ed;
}
.generic-anchor:hover {
  color: #ccc;
}

.flex-rw {
  display: flex;
  flex-flow: row wrap;
}

main {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font: 10em "Oswald", sans-serif;
  color: #9b9b9b;
  line-height: 1;
}

footer {
  background: #373737;
  margin-top: auto;
  width: 100%;
}

.footer-list-top {
  width: 33.333%;
}

.footer-list-top > li {
  text-align: center;
  padding-bottom: 10px;
}

.footer-list-header {
  padding: 10px 0 5px 0;
  color: #fff;
  font: 2.3vw "Oswald", sans-serif;
}

.footer-list-anchor {
  font: 1.3em "Open Sans", sans-serif;
}

.footer-social-section {
  width: 100%;
  align-items: center;
  justify-content: space-around;
  position: relative;
  margin-top: 5px;
}

.footer-social-section::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 10px;
  border-top: 1px solid #ccc;
  width: calc(100% - 20px);
}

.footer-social-overlap {
  position: relative;
  z-index: 2;
  background: #373737;
  padding: 0 20px;
}

.footer-social-connect {
  display: flex;
  align-items: center;
  font: 3.5em "Oswald", sans-serif;
  color: #fff;
}

.footer-social-small {
  font-size: 0.6em;
  padding: 0px 20px;
}

.footer-social-overlap > a {
  font-size: 3em;
}

.footer-social-overlap > a:not(:first-child) {
  margin-left: 0.38em;
}

.footer-bottom-section {
  width: 100%;
  padding: 10px;
  border-top: 1px solid #ccc;
  margin-top: 10px;
}

.footer-bottom-section > div:first-child {
  margin-right: auto;
}

.footer-bottom-wrapper {
  font-size: 1.5em;
  color: #fff;
}

.footer-address {
  display: inline;
  font-style: normal;
}

@media only screen and (max-width: 768px) {
  .footer-list-header {
    font-size: 2em;
  }

  .footer-list-anchor {
    font-size: 1.1em;
  }

  .footer-social-connect {
    font-size: 2.5em;
  }

  .footer-social-overlap > a {
    font-size: 2.24em;
  }

  .footer-bottom-wrapper {
    font-size: 1.3em;
  }
}
@media only screen and (max-width: 568px) {
  main {
    font-size: 5em;
  }

  .footer-list-top {
    width: 100%;
  }

  .footer-list-header {
    font-size: 3em;
  }

  .footer-list-anchor {
    font-size: 1.5em;
  }

  .footer-social-section {
    justify-content: center;
  }

  .footer-social-section::after {
    top: 25%;
  }

  .footer-social-connect {
    margin-bottom: 10px;
    padding: 0 10px;
  }

  .footer-social-overlap {
    display: flex;
    justify-content: center;
  }

  .footer-social-icons-wrapper {
    width: 100%;
    padding: 0;
  }

  .footer-social-overlap > a:not(:first-child) {
    margin-left: 20px;
  }

  .footer-bottom-section {
    padding: 0 5px 10px 5px;
  }

  .footer-bottom-wrapper {
    text-align: center;
    width: 100%;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .footer-social-overlap > a {
    margin: auto;
  }

  .footer-social-overlap > a:not(:first-child) {
    margin-left: 0;
  }

  .footer-bottom-rights {
    display: block;
  }
}
@media only screen and (max-width: 320px) {
  .footer-list-header {
    font-size: 2.2em;
  }

  .footer-list-anchor {
    font-size: 1.2em;
  }

  .footer-social-connect {
    font-size: 2.4em;
  }

  .footer-social-overlap > a {
    font-size: 2.24em;
  }

  .footer-bottom-wrapper {
    font-size: 1.3em;
  }
}
.footer-bottom-wrapper a {
    color: #fff !important;
    font-weight: 400;
    font-size: 15px;
}


    












































