@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900');
/*font-family: 'Montserrat', sans-serif;*/

@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');
/*font-family: 'Lato', sans-serif;*/ 

body {
    font-family: 'Roboto', sans-serif;
    color: #666668;
}

a,
a:hover,
a:focus {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

p {
    margin: 0;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

img {
    max-width: 100%;
}






 
 
 
.mob_indesrty { display:none; }
 





.menu {
    height: 100px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 2000px;
    margin: 0 auto;
    z-index: 999;
    padding: 0 75px;
    display: block;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.video_over {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(24, 40, 53, 0.3);
    z-index: 1;
}

.logo {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-top: 30px;
    -webkit-transition: 0.5s;
    transition: 0.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: 0.5s;
    transition: 0.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: 0.5s;
    transition: 0.5s;
    vertical-align: middle;
}

.menu_data .top_data_bar > ul > li > a > i {
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    -webkit-transition: 0.5s;
    transition: 0.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: 0.5s;
    transition: 0.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: 0px 25px;
    line-height: 40px;
    text-decoration: none;
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.menu_data .bot_data_bar > ul > li > a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 1px;
    background-color: rgb(221, 221, 221);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.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: rgb(255, 255, 255);
    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: 0.5s;
    transition: 0.5s;
    padding: 0 15px;
}

.hero_clint_slider .clin_img > a > img {
    display: inline-block;
    width: auto;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.hero_clint_slider .clin_img > a:hover > img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.hero_clint_slider .owl-stage-outer .owl-stage {
    /*-webkit-transition: 0.9s !important;
    -o-transition: 0.9s !important;
    transition: 0.9s !important;*/
}

.information_card .data_card {
    background-color: #fff;
    border-radius: 7px;
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.44);
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.44);
    padding: 10px 20px;
    position: relative;
    z-index: 2;
}

.information_card .data_card h3 {
    text-align: center;
    color: rgb(7, 127, 200);
    font-size: 18px;
    line-height: 18px;
    font-weight: normal;
    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: rgb(102, 102, 102);
    font-weight: 500;
    text-transform: uppercase;
}

.information_card .data_card ul.phone_dat li:nth-child(2) {
    padding-left: 15px;
    border-left: 1px solid #cccccc;
}

.information_card .data_card ul.phone_dat li a span.phone_nom {
    font-size: 14px;
    color: rgb(102, 102, 102);
    font-weight: bold;
    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: 0.5s;
    transition: 0.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: rgb(255, 255, 255);
    border-radius: 0px 0px 5px 5px;
    text-decoration: none;
    -webkit-transition: 1s;
    transition: 1s;
    z-index: 1;
    margin-left: 10px;
    margin-right: 10px;
    -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.44);
    box-shadow: 0px 3px 7px 0px rgba(0, 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: 0.5s;
    transition: 0.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: 0px 3px 7px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.2);
    height: 80px;
}

.menu.fixed .logo {
    margin-top: 21px;
}

.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: #0996d3;
    line-height: 40px;
    color: #fff;
    font-size: 15px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-transform: uppercase;
    padding-left: 25px;
    position: absolute;
    top: 46px;
    right: 75px;
    border-radius: 5px 25px 25px 5px;
    -webkit-transition: 0.6s;
    transition: 0.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: 29px;
    top: 0;
    right: 7px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform-origin: center center;
    transform-origin: center center;
}

a.inqury_btn:hover {
    background-color: #f78f1e;
}

.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: 0.5s;
    transition: 0.5s;
}

.menu.fixed .menu_data .bot_data_bar > ul > li > a:after {
    background-color: #606060;
}

.menu_data .bot_data_bar > ul > li > a:hover,
.menu_data .bot_data_bar > ul > li.open > a {
    color: #f78f1e !important;
}

.menu_data .bot_data_bar > ul > li.dropdown.open > a::before {
    opacity: 1;
}

.menu_data .bot_data_bar > ul > li > a > span.left_cion > i:before {
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.menu_data .bot_data_bar > ul > li.open > a > span.left_cion > i:before {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.menu_data .bot_data_bar > ul > li > a:hover:after,
.menu_data .bot_data_bar > ul > li.open > a:after {
    width: 100%;
    left: 0;
    background-color: #f78f1e !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: 0.5s;
    transition: 0.5s;
    top: 45px;
    right: 65px;
}

.menu a.opner.opened {
    right: 0;
}

.menu a.opner span {
    width: 26px;
    height: 3px;
    margin-bottom: 6px;
    display: block;
    background-color: #ff9933;
    -webkit-transition: 0.5s;
    transition: 0.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: 0px;
    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: 0.5s;
    transition: 0.5s;
    /*position: relative;*/
    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: 0.5s;
    transition: 0.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: 40px;
}

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: 0.5s;
    transition: 0.5s;
    opacity: 1;
    -webkit-animation: scroll_anim 0.8s linear infinite;
    animation: scroll_anim 0.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: rgb(58, 58, 58);
    text-align: center;
    font-weight: normal;
    margin-bottom: 8px;
}

.title_head p {
    font-size: 16px;
    color: rgb(102, 102, 102);
    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: rgb(9, 150, 211);
    height: 50px;
    line-height: 50px;
    padding: 0 25px;
    font-size: 18px;
    color: rgb(255, 255, 255);
    text-align: center;
    text-decoration: none;
    -webkit-transition: 0.5s;
    transition: 0.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, 0.1);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    top: 0;
    left: 0px;
    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(0deg);
    transform: rotate(0deg);
}

.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: 0.5s;
    transition: 0.5s;
    margin-bottom: 50px;
}

.inds_cat_set > .can > a {
    text-decoration: none;
}

.inds_cat_set > .can {
    position: relative;
    text-align: center;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.data_text_lin {
    position: relative;
}

.data_text_lin > span.name {
    font-size: 17px;
    color: rgb(51, 51, 51);
    text-align: center;
    margin-bottom: 16px;
    display: block;
}

.data_text_lin > span.line {
    display: block;
    width: 2px;
    height: 50px;
    background-color: rgb(204, 204, 204);
    margin: 0 auto 12px;
    position: relative;
}

.data_text_lin > span.line:after {
    content: '';
    position: absolute;
    border-radius: 50%;
    background-color: rgb(204, 204, 204);
    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.travel .data_text_lin > span.line:after,
.inds_cat_set > .can.educat .data_text_lin > span.line:after {
    background-color: #ff9966
}

.inds_cat_set > .can.trans .data_text_lin > span.line:after,
.inds_cat_set > .can.business .data_text_lin > span.line:after {
    background-color: #999933
}

.inds_cat_set > .can.banking .data_text_lin > span.line:after,
.inds_cat_set > .can.food .data_text_lin > span.line:after {
    background-color: #ff99ff
}

.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: #cccccc
}

.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: #33cccc
}

.inds_cat_set .can {
    -webkit-transform-origin: center center;
    transform-origin: center center;
}

.inds_cat_set .can span.candidate {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}


.inds_cat_set > .can span.data_text_lin {
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-transition: 0.5s;
    transition: 0.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(0px);
    filter: blur(0px);
    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.0);
    transform: scale(1.0);
}

.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: 0px;
    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: 0.5s;
    transition: 0.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;
}

/*Raj sir*/

/*--------------ourservies---------*/

.ourservies {
    padding: 58px 0;
}

.section-title {
    padding-bottom: 50px;
}

.section-title h4 {
    color: #3a3a3a;
    font-size: 36px;
    font-weight: 400;
    padding-bottom: 8px;
}

.section-title p {
    color: #666666;
    font-size: 16px;
    font-weight: 400;
}

.ourservies a.services_items {
    display: block;
    background: #fcfcfc;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .15);
    text-align: center;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    margin-bottom: 40px;
}

.ourservies .services_items .services-wrapper {
    padding: 36px 20px 0px;
    min-height: 350px;
}

.ourservies .services_items .services-wrapper .services_item_img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-position: 50% 50%;
    opacity: 0;
    width: 150%;
    visibility: hidden;
}


.ourservies .services_items:hover .services_item_img {
    opacity: 1;
    left: -50px;
    visibility: visible;
}


.logistic_app_banner .data_prot_andi ul.btns li .btn {padding:0px; }

.logistic_app_banner .data_prot_andi h3, .logistic_app_banner .data_prot_andi h5, .logistic_app_banner .data_prot_andi p {color:#000; }

.ourservies .services_items:before {
    content: '';
    display: block;
    position: absolute;
    width: 150%;
    height: 100%;
    text-decoration: none;
    background: #fcfcfc;
    outline: #fcfcfc solid 1px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 1;
    z-index: 2;
    opacity: .8;
    background: #2188ba;
    outline: #0996d3 solid 1px;
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    left: 0px;
    opacity: 0;
    visibility: hidden;
}

.ourservies .services_items:hover:before {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
    visibility: visible;
}

.ourservies .services_items .services-wrapper .services-name,
.ourservies .services_items .services-wrapper .services-text,
.ourservies .services_items .services-wrapper .service_icon {
    position: relative;
    color: #234;
    z-index: 5;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.service_icon {
    color: #2fd5fe;
    font-size: 70px;
    line-height: 70px;
    padding-bottom: 12px;
}

.service_icon i {
    color: #2fd5fe;
}

.services-name {
    color: #333333;
}

.services-name h4 {
    margin-top: 0;
    margin-bottom: 13px;
    font-weight: 300;
    font-size: 27px;
    text-transform: uppercase;
}

.services-text {
    font-size: 17px;
    line-height: 30px;
    font-weight: 300;
}

.ourservies .services_items:hover .services-name,
.ourservies .services_items:hover .services-text,
.ourservies .services_items:hover .service_icon i {
    color: #fff;
}

/*--------------END Ourservies---------*/

/*--------  About Octal IT Solution----------*/

.aboutoctal {
    padding: 58px 0 0 0;
    position: relative;
    line-height: 22px;
    border-bottom: 1px solid #f6f6f6;
    overflow: hidden;
}

.about_video:before {
    content: '';
    position: absolute;
    background-color: #0996d3;
    width: 380px;
    height: 1310px;
    display: block;
    top: -440px;
    -webkit-transform: rotate(210deg);
    transform: rotate(210deg);
    left: 238px;
    z-index: 0;
}

.aboutoctal .section-title {
    position: relative;
    z-index: 9;
}

.about_video:after {
    content: '';
    position: absolute;
    background-color: #0996d3;
    width: 15000px;
    height: 1310px;
    display: block;
    top: -440px;
    left: 445px;
    z-index: 0;
}

.aboutoctal .abcontent {
    color: #666666;
    font-size: 16px;
    padding-right: 50px;
}

.aboutoctal .abcontent p span {
    color: #333333;
    display: block;
    padding-bottom: 15px;
}

.about_video {}

.about_video a {
    border-style: solid;
    border-width: 5px;
    border-color: rgb(255, 255, 255);
    background-color: rgb(247, 122, 30);
    -webkit-box-shadow: -1.798px 0.877px 12px 0px rgba(0, 0, 0, 0.39);
    box-shadow: -1.798px 0.877px 12px 0px rgba(0, 0, 0, 0.39);
    z-index: 9;
    position: relative;
    z-index: 2;
    display: block;
}

.btn_about {
    border-style: solid;
    border-width: 2px;
    border-color: rgb(0, 204, 255);
    border-radius: 6px;
    display: inline-block;
    padding: 13px 30px;
    color: #00ccff;
    font-size: 16px;
    margin-top: 40px;
    overflow: hidden;
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.btn_about > span {
    z-index: 2;
    position: relative;
}

.btn_about:hover {
    background-color: rgb(0, 204, 255);
    color: #fff;
    border-color: #00B7E5;
}

/*-------- END About Octal IT Solution----------*/

.lookinfor {
    background: #0996d3;
    padding: 40px 0;
}

.lookbox img {
    float: left;
    margin-right: 20px;
}

.lookbox p {
    color: #fff;
    font-size: 30px;
}

.lookbox p span {
    display: block;
    font-size: 15px;
}

a.letstalk {
    background-color: #ff7200;
    border-radius: 4px;
    padding: 10px 40px;
    color: #fff;
    font-size: 23px;
    text-transform: uppercase;
    margin-top: 5px;
    display: inline-block;
    float: right;
    overflow: hidden;
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

a.letstalk > span {
    position: relative;
    z-index: 2;
}

a.letstalk i {
    margin-left: 15px;
}

a.letstalk:hover {
    color: #FF7200;
    background-color: #fff;
}

.development_pro {
    background-color: #000;
    /*background-image: url(../images/bg.jpg);*/
    background-repeat: no-repeat;
    background-size: cover;
}

.development_pro .section-title h4,
.development_pro .section-title p {
    color: #fff;
}

.development_pro .section-title {
    padding-bottom: 0;
    padding-top: 50px;
    position: relative;
    z-index: 2;
}

.process_video {
    margin-top: -118px;
}

/*------ON-DEMAND SOLUTIONS-------*/

.ondemandsolution {
    padding: 58px 0;
}

.ondemandsolution .ondemand_project {
    margin: 0px;
    padding: 0px;
}

.ondemandsolution .ondemand_project ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.ondemandsolution .ondemand_project ul li {
    float: left;
    padding: 0px;
    margin: 0px;
    width: 25%;
}

.ondemandsolution .ondemand_project ul li .ondemand-item {
    display: block;
    margin: 0;
    padding-top: 250px;
    padding-bottom: 82px;
    overflow: hidden;
    -webkit-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}

/*----- Ondemand solution --------*/

.ondemandsolution {
    padding: 0px 0 60px 0;
}

.ondemandsolution .ondemand_project {
    margin: 0px;
    padding: 0px;
}

.ondemandsolution .ondemand_project ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.ondemandsolution .ondemand_project ul li {
    float: left;
    padding: 0px;
    margin: 0px;
    width: 25%;
}

.ondemandsolution .ondemand_project ul li .grid {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
}

.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 0;
    min-width: 100%;
    max-width: 100%;
    width: 50%;
    background: #0996d3;
    text-align: center;
    cursor: pointer;
}

.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    width: 100%;
    opacity: 0.8;
}

.grid figure figcaption {
    padding: 1em;
    color: #fff;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    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;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.grid figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.grid figure h5 {
    word-spacing: -0.15em;
    font-weight: 300;
}

.grid figure h5 span {
    font-weight: 800;
}

.grid figure h5,
.grid figure p {
    margin: 0;
}

.grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}

figure.effect-ruby {
    background-color: #0996d3;
}

figure.effect-ruby img {
    opacity: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: scale(1);
    transform: scale(1);
}

figure.effect-ruby:hover img {
    opacity: 0.2;
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}

figure.effect-ruby h5 {
    margin-top: 20%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    transition: transform 0.35s, -webkit-transform 0.35s;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    opacity: 0;
}

figure.effect-ruby p {
    margin: 1em 0 0;
    padding: 10px;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
    -webkit-transform: translate3d(0, 20px, 0) scale(1.1);
    transform: translate3d(0, 20px, 0) scale(1.1);
}

figure.effect-ruby:hover h5 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    font-size: 32px;
    font-weight: 300;
    color: #fff;
}

figure.effect-ruby:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
    font-size: 16px;
    color: #fff;
    font-weight: 300;
}

.ondemand_tagline {
    background-image: url(../images/on_demand.jpg);
    background: #0996d3;
    padding: 40px 0;
}

.ondemand_tagline h5 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 30px;
    color: #fff;
}

.ondemand_tagline p {
    font-weight: normal;
    font-size: 16px;
    color: #fff;
    padding-top: 6px;
}

a.viewall {
    background-color: #fff;
    border-radius: 4px;
    padding: 10px 40px;
    color: #00c8ff;
    font-size: 23px;
    text-transform: uppercase;
    margin-top: 0px;
    display: inline-block;
    float: right;
    text-align: center;
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

a.viewall > span {
    position: relative;
    z-index: 2;
}

a.viewall:hover {
    background-color: #FF7200;
    color: #fff;
}

.blog_home {
    padding: 45px 0 80px 0;
}

.blogbox {
    position: relative;
    overflow: hidden;
}

.blogbox img {
    -webkit-transition: 0.5s;
    transition: 0.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: #ffffff;
    font-size: 38px;
    text-align: center;
    font-weight: 300;
}

.blogbox .blog_overlay .blog_content a {
    background-color: #0996d3;
    padding: 10px 45px;
    color: #ffffff;
    font-size: 16px;
    display: inline-block;
    border-radius: 4px;
    margin-top: 15px;
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.blogbox .blog_overlay .blog_content a > span {
    position: relative;
    z-index: 2;
}

.blogbox .blog_overlay .blog_content a:hover {
    background-color: #fff;
    color: #0996d3;
}

.blog_list ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.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: 0.5s;
    transition: 0.5s;
}

.bloglisting:hover > img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.blog_list ul li:last-child {
    padding-right: 0px;
}

.blog_list ul li:first-child {
    padding-left: 0px;
}

.blog_list ul li .bloglisting .blogmsg {
    padding: 15px 15px 35px 15px;
}

.blog_list ul li .bloglisting .blogmsg a {
    font-size: 18px;
    color: #0996d3;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.blog_list ul li .bloglisting .blogmsg a:hover {
    color: #FF7200;
}

.blog_list ul li .bloglisting .blogmsg span {
    color: #666666;
    font-size: 14px;
    display: inline-block;
    margin-top: 10px;
}

.blog_list ul li .bloglisting .blogmsg p {
    color: #333333;
    font-size: 18px;
    margin: 20px 0 26px 0;
}

.client_says {
    background-color: #000;
    background-image: url(../images/clients.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    padding: 71px 0;
}


 

.client_says .section-title H4,
.client_says .section-title P {
    color: #FFF;
}

.client_says_box {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(6, 94, 138);
    border-radius: 8px;
    background-color: rgba(0, 0, 0, 0.212);
    margin: 15px 15px;
    min-height: 228px;
}


.client_says_box img {
    border-radius: 8px;
    max-width: 100%;
    width: 100%;
}

.client_says_sms {
    padding: 48px 30px 40px 30px;
    color: #fff;
    font-size: 16px;
	min-height: 260px;
}

.client_says_sms p {
    line-height: 26px;
    font-weight: 400;
    text-align: center;
    position: relative;
}

.client_says_sms p:after {
    content: "";
    position: absolute;
    top: -20px;
    left: -10px;
    background-image: url(../images/arrow_client.png);
    background-repeat: no-repeat;
    width: 29px;
    height: 29px;
}

.client_says_sms p:before {
    content: "";
    position: absolute;
    bottom: -10px;
    right: 0;
    background-image: url(../images/arrow_client2.png);
    background-repeat: no-repeat;
    width: 29px;
    height: 29px;
}

.client_name {
    text-align: center;
    color: #fff;
    font-size: 18px;
}

.client_name span {
    display: block;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    margin: 0 auto 18px;
}

.client_name span img {
    width: 37px;
    height: 37px;
    border-radius: 50%;
}

.client_name strong {
    position: relative;
    top: -14px;
    font-weight: 400;
}

.process_video {
    padding: 0 0px;
    position: relative;
    z-index: 0;
}




.modal-dialog {
    margin: 100px auto;
}

.video_pop .modal-content {
    position: relative;
    background-color: transparent;
    border-radius: 0;
    border: none;
}

.video_pop .modal-content .modal-body .close {
    position: absolute;
    top: -15px;
    right: -15px;
    z-index: 22;
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #000;
    opacity: 1;
    color: #fff;
    text-shadow: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.video_pop .modal-content .modal-body .close:hover {
    opacity: 0.5;
}

.video_pop .modal-content .modal-body {
    padding: 0;
}

.video-container iframe {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    line-height: 0;
}

/*Mobile Portfolio*/

.portfolio_project {
    background: #ddd;
    display: none;
}

.portfolio_msg {
    color: #fff;
    padding: 60px 0 0px 45px;
}

.wolero_port .portfolio_msg {
    padding: 20px 0 0px 45px;
}

.portfolio_msg h3 {
    margin-bottom: 20px;
    font-size: 60px;
    font-weight: normal;
}

.portfolio_msg h4 {
    color: #fff;
    font-size: 29px;
    margin: 35px 0 15px 0;
}

.portfolio_msg p {
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 20px;
}

a.featured_product {
    background: #f59f1a;
    font-size: 22px;
    color: #000;
    padding: 6px 20px;
    text-transform: uppercase;
}

a.case_study_btns {
    font-size: 24px;
    border-radius: 4px;
    border: 2px solid #f59f1a;
    display: inline-block;
    padding: 10px 25px;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

a.case_study_btns > span {
    position: relative;
    z-index: 2;
}

a.case_study_btns:hover {
    background-color: #F59F1A;
    color: #fff;
    border-color: #DC8F17;
}

.home_portfolio {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 50px 0 0 0;
    position: relative;
    width: 100%;
    float: left;
}

.home_portfolio > .container > .client_logo {
    text-align: center;
    margin-bottom: 100px;

}

.owl-carousel .owl-item img {
    display: inline-block;
    width: auto;
}

a.inqury_btn:after,
.btn_about:after,
a.letstalk:after,
a.case_study_btns:after,
.viewall:after,
.blog_redMore:after {
    content: '';
    position: absolute;
    width: 120%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    top: 0;
    left: 0px;
    z-index: 1;
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.btn_about:hover:after,
a.inqury_btn:hover:after,
a.letstalk:hover:after,
a.case_study_btns:hover:after,
.viewall:hover:after,
.blog_redMore:hover:after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.pro_img {
    text-align: center;
}


/*Megadrop_dwon*/

.mega-dropdown .maga_drop_down {
    width: auto;
    margin: 0 15px 0;
    padding: 15px;
    left: 0;
    right: 0px;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    height: auto;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.5);
}

.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 {
    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: 0.5s;
    transition: 0.5s;
    padding: 15px 10px;
    display: block;
    width: 100%;
    font-weight: 600;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.menu_tabs ul li a:focus,
.menu_tabs ul li a:hover,
.menu_tabs ul li.active a {
    background-color: #ff872f !important;
    color: #fff;
}

.menu_tabs ul li a img {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    margin-right: 5px;
}

.menu_tabs ul li a:hover img,
.menu_tabs ul li.active a 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 0 0px 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: normal;
    color: #4c4b4b;
    padding: 10px 10px 10px 30px;
    border-bottom: 1px solid #dadada;
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.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: 0.5s;
    transition: 0.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: rgb(255, 255, 255);
    text-transform: uppercase;
    line-height: 0.838;
    font-weight: 600;
    background-color: rgba(255, 135, 47, 0.6);
    text-transform: uppercase;
}

.menu_img_in > div.text_in_top span.bottom {
    padding: 5px;
    font-size: 17px;
    line-height: 17px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    line-height: 0.838;
    font-weight: 500;
    background-color: rgba(37, 39, 42, 0.6);
    text-transform: none;
}

.top_pading_add {
    padding-top: 15px;
}

.text_color_bot {
    background-color: rgba(37, 39, 42, 0.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: rgb(255, 135, 47);
    text-transform: uppercase;
    margin: 0;
}

.text_color_bot h5 {
    font-size: 17px;
    line-height: 17px;
    color: rgb(255, 255, 255);
    font-weight: 300;
    margin: 4px 0 0;
}

.text_color_bot p {
    font-size: 17px;
    line-height: 17px;
    color: rgb(255, 255, 255);
    font-weight: 600;
    margin: 7px 0 0;
}

.top_header_por {
    height: 66px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 5px 0px rgba(0, 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: 0.5s;
    transition: 0.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: 0.5s;
    transition: 0.5s;
}

a.mob_menu_btn.add_clas > span {}

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;
}

#videot {
    margin-top: 77px;
}

/*Megadrop_dwon End*/

.mobile_process {
    display: none;
}

.owl-carousel .owl-item img {
    -webkit-backface-visibility: hidden !important;
}

.icon_about {
    display: block;
    margin-top: 60px;
    margin-bottom: 50px;
}

.icon_about ul {
    display: block;
    text-align: left;
}

.icon_about ul li {
    display: inline-block;
    margin-right: 30px;
}

.icon_about ul li a {
    display: block;
    text-decoration: none;
}

.icon_about ul li a span.icon {
    display: inline-block;
    font-size: 60px;
    vertical-align: top;
    color: #0996D3;
}

.icon_about ul li a span.text {
    display: inline-block;
}

.icon_about ul li a span.text span.b {
    font-size: 36px;
    color: #0996D3;
    font-weight: 500;
    text-align: left;
    display: block;
}

.icon_about ul li a span.text span.s {
    font-size: 16px;
    color: #0996D3;
    text-align: left;
    margin-top: 10px;
    display: block;
}

.icon_about.right_icons ul li {
    margin-left: 0;
    margin-right: 30px;
}

.icon_about.right_icons ul li a span.text span.b,
.icon_about.right_icons ul li a span.text span.s,
.icon_about.right_icons ul li a span.icon {
    color: #fff;
}


/**********************************************************SUCCESS STORIES CSS START*/

.success-stories {
    overflow: hidden;
}

.success-story-item {
    height: 100vh;
}

.success-point {
    padding: 30px 0;
}

.success-point:first-child {
    border-bottom: 1px solid #fff;
}

.success-point span {
    display: block;
}

.success-point span.font30 {
    font-size: 30px;
}

@media only screen and (max-width:991px) {
    .success-point span.font30 {
        font-size: 24px;
    }
}

.success-story-item .table-cell {
    position: relative;
    overflow: hidden;
}

.success-story-item .table-cell:last-child:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 8.33333333%;
    height: 100%;
    background: #fff;
}

.success-stories-indicator {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 4.165%;
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.success-stories-indicator.active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}

.success-stories-indicator ul {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    width: 100%;
    right: 0;
    top: 50%;
}

.success-stories-indicator ul li {
    width: 20px;
    height: 2px;
    margin: 10px auto;
    background: #F08044;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.success-stories-indicator ul li.active {
    width: 40px;
}

.success-screens {
    position: fixed;
    height: 100%;
    width: 224px;
    top: 0;
    left: 50%;
    opacity: 0;
    margin-left: -112px;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.success-screens.active {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}

.success-screens .device {
    position: absolute;
    right: 0;
    top: 50%;
    height: 604px;
    width: 223px;
    margin-top: -302px;
}

.success-screens-item {
    position: absolute;
    top: 50%;
    height: 522px;
    width: 100%;
    margin-top: -261px;
    display: block;
}

.success-screens-item .app-icon {
    left: 0px;
    position: absolute;
    top: 100px;
    z-index: 2;
    opacity: 0;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.success-screens-item .app-screen {
    left: 0px;
    position: absolute;
    top: 0px;
    z-index: 1;
    opacity: 0;
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.success-screens-item.active .app-icon {
    opacity: 1;
    -webkit-transform: translateX(-40px);
    transform: translateX(-50px);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.success-screens-item.active .app-screen {
    opacity: 1;
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .success-screens {
        -webkit-transform: translateY(-100%) scale(0.65);
        transform: translateY(-100%) scale(0.65);
    }
    .success-screens.active {
        -webkit-transform: translateY(0%) scale(0.65);
        transform: translateY(0%) scale(0.65);
    }
}

@media only screen and (max-width:991px) {
    .success-stories-indicator,
    .success-screens,
    .success-story-item .table-cell:last-child:after {
        display: none;
    }
    .success-stories {
        overflow: auto;
        font-size: 0;
        white-space: nowrap;
        padding: 15px 0 0 15px;
        margin-bottom: 40px;
    }
    .success-story-item {
        height: auto;
        display: inline-block;
        width: 270px;
        padding-right: 15px;
    }
    .success-story-item .table-cell:first-child {
        display: none;
    }
    .success-story-item .table-cell:last-child {
        border-radius: 10px;
    }
    .success-story-item .btn-circle-icon {
        display: none;
    }
    .success-story-item .rounded-btn {
        display: inline-block;
        margin-bottom: 15px;
    }
    .success-point {
        padding: 22px 0;
    }
    .success-story-item .table-cell:last-child .col-md-8 {
        padding-top: 30px;
    }
    .success-story-item .table-cell:last-child h4 {
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
    }
    .success-story-item .table-cell:last-child h4 i {
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
        border-radius: 7px;
        overflow: hidden;
    }
}

.table {
    display: table;
    width: 100%;
    height: 100%;
    table-layout: fixed;
    margin: 0;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
}

@media only screen and (max-width:767px) {
    .table,
    .table-cell {
        display: block;
        width: 100%;
    }
}

/**********************************************************SUCCESS STORIES CSS STOP*/

.prot_folio_hading {
    padding-top: 70px;
}

.success-stories .left_texts h4 {
    margin-bottom: 20px;
    color: #444;
    font-size: 24px;
    line-height: 30px;
}

.success-stories .left_texts p {
    margin-bottom: 20px;
    color: #111;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}

.success-stories .left_texts a.btn {
    border-radius: 100px;
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    padding: 10px 30px;
    display: inline-block;
    color: #fff;
    background-color: #444;
}

.success-stories .right_bg {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.success-stories .right_texts p:first-child {
    border-bottom: 1px solid #fff;
}

.success-stories .right_texts p {
    color: #fff;
    padding: 30px 0;
}

.success-stories .right_texts p span {
    display: block;
}

.success-stories .right_texts p span.tital {
    font-size: 30px;
}

.success-stories .right_texts p span.sab_title {
    font-size: 24px;
    line-height: 30px;
}

.success-stories .right_texts p span.l_ttle {
    font-size: 18px;
    line-height: 30px;
}

.success-stories .right_texts ul li {
    display: inline-block;
    margin-right: 10px;
}

.success-stories .right_texts ul li a {
    text-align: center;
    display: block;
    border-radius: 100px;
    width: 44px;
    height: 44px;
    padding: 0;
    font-size: 20px;
    line-height: 44px;
    background-color: #fff;
    color: #444;
}


.success-stories .pikpak .left_texts h4 {
    color: #2d2b7e;
}

.success-stories .pikpak .left_texts a.btn {
    background-color: #2d2b7e;
}

.success-stories .pikpak .right_texts ul li a {
    color: #2d2b7e;
}

.success-stories .wolero .left_texts h4 {
    color: #f59f1a;
}

.success-stories .wolero .left_texts a.btn {
    background-color: #f59f1a;
}

.success-stories .wolero .right_texts ul li a {
    color: #f59f1a;
}

.success-stories .baritastic .left_texts h4 {
    color: #03865d;
}

.success-stories .baritastic .left_texts a.btn {
    background-color: #03865d;
}

.success-stories .baritastic .right_texts ul li a {
    color: #03865d;
}

.success-stories .urentme .left_texts h4 {
    color: #2d86d3;
}

.success-stories .urentme .left_texts a.btn {
    background-color: #2d86d3;
}

.success-stories .urentme .right_texts ul li a {
    color: #2d86d3;
}

/*Secound Footer start*/

.secfooter {
    background-image: url(../images/sec_footer.jpg);
    background-size: cover;
    padding-bottom: 90px;
}

.secfooter .sec_footer_left ul.start {
    margin: 0;
    padding: 0;
    display: block;
    text-align: center;
}

.secfooter .sec_footer_left ul.start li {
    display: inline-block;
    list-style: none;
}

.secfooter .sec_footer_left .rating_text {
    font-size: 36px;
    color: rgb(255, 204, 0);
    text-align: left;
    display: block;
    text-align: center;
    margin: 20px 0;
    font-weight: 300;

}

.secfooter .sec_footer_left p {
    font-size: 26px;
    color: rgb(255, 255, 255);
    text-align: center;
    font-weight: 300;
    max-width: 350px;
    margin: 0 auto 50px;

}

.sec_footer_left {
    padding: 60px 15px 50px;
}

.info_conta_boxes > .box_in {
    border-radius: 4px;
    background-color: rgb(13, 47, 81);
    width: 100%;
    padding: 5px 0;
    margin-bottom: 20px;
}

.info_conta_boxes > .box_in span.left_icon {
    display: inline-block;
    width: 73px;
    height: 73px;
    text-align: center;
    line-height: 73px;
    border-right: 1px solid #1a4168;
}

.info_conta_boxes > .box_in span.right_data {
    margin-left: 25px;
    display: inline-block;
    vertical-align: middle;
}

.info_conta_boxes > .box_in span.right_data > span {
    display: block;
}

.info_conta_boxes > .box_in span.right_data > span.tital {
    font-size: 12px;
    color: rgb(98, 155, 213);
    text-transform: uppercase;
    font-weight: 300;
}

.info_conta_boxes > .box_in span.right_data > span.main_data {
    font-size: 20px;
    color: rgb(255, 255, 255);
}

.info_conta_boxes > .box_in:last-child {
    margin-bottom: 0;
}

.secfooter .sec_footer_right .new_project_form {
    -webkit-box-shadow: 0px 5px 13px 0px rgba(0, 0, 0, 0.54);
    box-shadow: 0px 5px 13px 0px rgba(0, 0, 0, 0.54);
    background-color: #fff;
    padding: 35px 45px;
    margin-top: -15px;
    margin-bottom: -50px;
}

.secfooter .sec_footer_right .new_project_form h3 {
    font-size: 20px;
    color: rgb(96, 96, 96);
    text-align: left;
    margin: 0 0 20px;
}

.sec_footer_right .sec_foot_form .form-group {
    margin-bottom: 15px;
}

.sec_footer_right .sec_foot_form .form-group label {
    font-size: 16px;
    color: #444;
    text-align: left;
    margin: 0 0 5px;
    font-weight: normal;
}

.sec_footer_right .sec_foot_form .form-group .form-control {
    height: 43px;
    width: 100%;
    background-color: #fbfbfb;
    border: 1px solid #999;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.sec_footer_right .sec_foot_form .form-group a.form-control {
    line-height: 43px;
    padding: 0 15px;
    color: #666;
}

.sec_footer_right .sec_foot_form .form-group a.form-control span {
    display: inline-block;
    background-color: #e7e7e7;
    border: 1px solid #bdbdbd;
    height: 22px;
    line-height: 22px;
    padding: 0 11px;
    margin-left: 5px;
}

.sec_footer_right .sec_foot_form .form-group select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-color: #999;
    background-color: #fff;
    color: #444;
    background-image: url(../images/select_down.jpg);
    background-repeat: no-repeat;
    background-position: center right;
}

.sec_footer_right .sec_foot_form .form-group textarea.form-control {
    resize: none;
    height: 125px;
    margin-bottom: 0;
}

.sec_footer_right .sec_foot_form .submit_btn {
    font-size: 18px;
    color: rgb(255, 255, 255);
    text-align: center;
    padding: 10px 44px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: #ff7200;
    width: 100%;
    float: left;
    white-space: pre-wrap;
    height: initial;
}

.sec_footer_right .sec_foot_form .submit_btn:hover {
    background-color: #2188ba;
}

.google_cptcha_2 {
    margin-bottom: 15px;
}

.footer-logo-home-page {
    margin-top: 15px;
    margin-bottom: 30px;
    text-align: center;
}

.footer-logo-home-page img {
    margin-right: 32px;
    display: inline-block;
    vertical-align: middle;
}

.footer-logo-home-page img:last-child {
    margin-right: 0;
}

/*Secound Footer end*/

footer {
    background: #25272a;
    float: left;
    padding: 40px 0 0;
    width: 100%;
    margin-bottom: -23px
}

footer h3 {
    color: #fff;
    float: left;
    font-size: 20px;
    width: 100%;
    font-weight: 400;
}

.address {
    color: #d4d4d4;
    font-size: 14px
}

.address a {
    color: #d4d4d4;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%
}

.address img {
    float: left;
    margin: 15px 0 5px;
    padding: 0
}

.address p {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%
}

.address a:hover {
    color: #009ee0;
    text-decoration: none
}

.divided_line {
    background: #2d3033;
    float: left;
    height: 1px;
    margin: 25px 0;
    width: 100%
}

ul.list_footer {
    margin: 10px 0 0;
    padding: 0
}

ul.list_footer li {
    padding-bottom: 8px
}

ul.list_footer li a {
    color: #fff;
    text-decoration: none
}

ul.list_footer li a:hover {
    color: #009ee0;
    text-decoration: none
}

.footer_text {
    color: #d4d4d4;
    font-size: 16px
}

.footer_strip,
.footer_text > p,
.star_content {
    font-size: 14px
}

a.request_quote {
    background: #009ee0;
    border-radius: 4px;
    color: #fff;
    float: left;
    height: 52px;
    margin-top: 15px;
    padding: 15px 48px 0;
    text-align: center
}

a.request_quote:hover {
    background: #fff;
    color: #009ee0;
    text-decoration: none
}

.footer_textbg a,
.star_content {
    color: #d4d4d4
}

.star_content {
    clear: both;
    width: 100%
}

.star_content > div {
    background: url(../images/star-icon.png) left center no-repeat rgba(0, 0, 0, 0);
    display: inline-block;
    padding-left: 75px
}

.star_wrapper {
    margin: 0 auto;
    text-align: center;
    width: 100%
}

.footer_social {
    display: inline-block;
    margin-top: 24px;
    margin-left: 14px
}

ul.footer_social li {
    display: inline-block;
    margin-left: 5px
}

ul.footer_social li:first-child,
ul.footer_social li:nth-child(5) {
    margin-left: 0
}

.footer_textbg a:hover {
    color: #009ee0;
    text-decoration: none
}

ul.winner_list {
    float: right
}

ul.winner_list li {
    display: block;
    float: left;
    margin: 0;
    padding: 0 5px
}

.header_bg,
ul.call_to_action_h li {
    display: inline-block
}

.footer_strip {
    background: #2d3033;
    color: #d4d4d4;
    float: left;
    margin-top: 40px;
    padding: 30px 0;
    width: 100%
}

.dmcaclass {
    float: right
}

.address span {
    float: left;
    margin-left: 5px;
    margin-top: 14px
}

#portfolio2.owl-carousel .owl-stage-outer,
#clientsay.owl-carousel .owl-stage-outer,
.hero_clint_slider.owl-carousel .owl-stage-outer {
    background-color: transparent !important;
}

.hero_clint_slider {
    width: auto;
}



.iot-banner,
.spritefoot01,
.spritefoot02,
.spritefoot03,
.spritefoot04,
.spritetac-iphone,
.spritewinner04 {
    background-size: 100%
}

ul.hire-list-iphone-app-developer li h3 {
    color: #fff;
    font-size: 26px;
    font-family: robotoregular
}

.spriteapplencer-futura,
.spritefoot01,
.spritefoot02,
.spritefoot03,
.spritefoot04,
.spritetac-iphone,
.spritewinner04 {
    max-width: 100%;
    background-image: url(../images/spritesheet.png)
}

.spritetac-iphone {
    background-position: 0 0
}

.spriteapplencer-futura {
    background-position: 0 16.666667%;
    background-size: 100%
}

.spritefoot01 {
    background-position: 0 33.333333%
}

.spritefoot02 {
    background-position: 0 50%
}

.spritefoot03 {
    background-position: 0 66.666667%
}

.spritefoot04 {
    background-position: 0 83.333333%
}

.spritewinner04 {
    background-position: 0 100%
}

.acuaia-partner,
.amazonde,
.iot-banner,
.iso-icon,
.microsoft-partner-1,
.nasscom-partner,
.samsung {
    max-width: 100%;
    background-image: url(../images/client-sprite.png)
}

.iot-banner {
    background-position: 0 0
}

.acuaia-partner,
.amazonde,
.iso-icon,
.microsoft-partner-1,
.nasscom-partner,
.samsung {
    background-size: 116.666667%
}

.acuaia-partner {
    background-position: 0 8.75576%
}

.amazonde {
    background-position: 0 18.676123%
}

.iso-icon {
    background-position: 0 32.587065%
}

.microsoft-partner-1 {
    background-position: 0 50.746269%
}

.nasscom-partner {
    background-position: 0 68.905473%
}

.samsung {
    background-position: 0 100%
}

.footer_full {
    text-align: center;
}

.address {
    text-align: left;
}

.owl-stage-outersliders .owl-stage-outer {
    height: 100px !important;
    overflow: hidden !important;
}

/*Start_up Css Start*/

.start_up {
    background-color: #f0f0f0;
    padding: 45px 0;
}

.card_strt_up {
    padding: 0 25px;
    margin-bottom: 40px;
}

.card_strt_up ul {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -20px;
}

.card_strt_up ul li {
    padding: 0 20px;
    -moz-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    -o-flex: 0 0 20%;
    -webkit-box-flex: 0;
    flex: 0 0 20%;
}

.card_strt_up ul li a {
    display: block;
    border-width: 1px;
    border-color: rgb(33, 136, 186);
    border-style: dashed;
    border-radius: 6px;
    padding: 4px;
}

.card_strt_up ul li a span.outer {
    display: block;
    border-radius: 6px;
    background-color: rgb(255, 255, 255);
    text-align: center;
    padding: 20px;
    height: 215px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    overflow: hidden;
}

.card_strt_up ul li a span.outer span {
    display: block;
}

.card_strt_up ul li a span.outer span.icon {
    height: 130px;
    line-height: 130px;
    font-size: 65px;
    color: #0996d3;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 1;
}

.card_strt_up ul li a span.outer span.title {
    font-size: 20px;
    color: rgb(51, 51, 51);
    line-height: 25px;
    font-weight: 300;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 1;
}


.card_strt_up ul li a span.outer span.data {
    line-height: 0px;
    height: 0;
    font-weight: 300;
    overflow: hidden;
    color: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
}

.card_strt_up ul li a:hover span.outer {
    background-color: #0996d3;
}

.card_strt_up ul li a:hover span.outer span.icon {
    color: #fff;
    height: 0;
    line-height: 0px;
    font-size: 0;
    overflow: hidden;
    opacity: 0;
}

.card_strt_up ul li a:hover span.outer span.title {
    font-weight: 600;
    color: #fff;
    height: 80px;
    line-height: 80px;
}

.card_strt_up ul li a span.outer span.data {
    font-size: 18px;
    color: #fff;
    opacity: 1;
    height: auto;
    line-height: 22px;
}

.com_info_here {
    margin: 0 25px 45px;
    width: auto;
    position: relative;
    border-width: 1px;
    border-color: rgb(183, 183, 183);
    border-style: dashed;
    border-radius: 6px;
    padding: 25px;

}

.com_info_here h3 {
    font-size: 21px;
    color: rgb(9, 150, 211);
    text-align: center;
    background-color: #F0F0F0;
    font-weight: 300;
    line-height: 30px;
    margin: -43px auto 30px;
    max-width: 280px;
}

.com_info_here ul {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.com_info_here ul li {
    padding: 0 20px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.com_info_here ul li span {
    display: block;
}

.com_info_here ul li span.com {
    float: left;
    width: 125px;
    text-align: center;
}

.com_info_here ul li span.com span.icon {
    margin-bottom: 15px;
}

.com_info_here ul li span.com span.title {
    font-size: 17px;
    color: rgb(51, 51, 51);
    font-weight: 300;
}

.com_info_here ul li span.data {
    font-size: 16px;
    color: rgb(82, 82, 82);
    margin-left: 125px;
    width: 0px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    overflow: hidden;
    height: 120px;
    font-weight: 300;
}


.com_info_here ul li:hover span.data {
    width: 299px;
    height: 120px;
}

.bot_btns a.btn {
    font-size: 22px;
    color: rgb(255, 255, 255);
    text-align: center;
    border-radius: 2px;
    background-color: #ccc;
    height: 59px;
    line-height: 55px;
    padding: 0 32px;
    margin: 5px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.bot_btns a.btn.ornage_btn {
    background-color: #ff7200;
}

.bot_btns a.btn.blue_btn {
    background-color: #0996d3;
}

.bot_btns a.btn.ornage_btn:hover,
.bot_btns a.btn.blue_btn:hover {
    background-color: #444;
}

.bot_btns a.btn span.img {
    width: 30px;
    display: inline-block;
    margin-right: 9px;
    position: relative;
    top: -4px;
}

/*Start_up Css End*/

/*Abput Page CSS Start*/

.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, 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;
}

.coman_page_head h3 {
    font-size: 60px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 10px;
}

.coman_page_head p {
    font-size: 16px;
    color: rgb(204, 204, 204);
    margin: 0;
}

.about_info_sec {
    padding: 80px 0;
}

.about_title {
    margin-bottom: 40px;
}

.about_title h4 {
    font-size: 36px;
    color: rgb(51, 51, 51);
    text-align: center;
    font-weight: 300;
}

.about_title p {
    font-size: 17px;
    color: rgb(102, 102, 102);
    text-align: center;
    max-width: 1253px;
    font-weight: 300;
    margin-top: 30px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
}

.about_title ul {
    margin-top: 15px;
    display: block;
}

.about_title ul li {
    display: inline-block;
}

.about_title ul li a.btn {
    border-radius: 6px;
    color: rgb(9, 150, 211);
    background-color: #fff;
    height: 50px;
    line-height: 45px;
    font-size: 15px;
    margin: 0 10px 5px 0;
    padding: 0 15px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.about_title ul li a.btn:hover {
    color: #fff;
    background-color: #F08044;
}

.Rounded_Rectangle_24 {
    border-radius: 6px;
    background-color: rgb(9, 150, 211);
    position: absolute;
    left: 305px;
    top: 5692px;
    width: 168px;
    height: 50px;
    z-index: 201;
}


.about_info_sec .icon_about {
    margin: 0;
}

.about_info_sec .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;
}

.about_info_sec .icon_about ul li {
    margin: 0;
}

.about_info_sec .icon_about ul li a span.text,
.about_info_sec .icon_about ul li a span.icon {
    vertical-align: middle;
}

.about_info_sec .icon_about ul li a span.text span.b {
    line-height: 35px;
    color: #0cf;
}

.icon_about ul li a span.text span.s {
    margin-top: 0;
    color: #333;
}

.about_info_sec .icon_about ul li a span.icon {
    color: #f93;
}

.about_work_aproch {
    padding: 80px 0;
    background-color: #2188ba;
}

.about_work_aproch .about_title h4 {
    color: #fff;
}

.about_work_aproch .about_title p {
    color: #fff;
    font-size: 20px;
}

.about_work_aproch .aproch_item {
    max-width: 370px;
    margin: 0 auto;
}

.about_work_aproch .aproch_item span.img_text {
    border-style: solid;
    border-width: 10px;
    border-color: #0889c2;
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    width: 291px;
    display: block;
    height: 291px;
    margin: 0 auto 20px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: 0 0 00px 00px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 00px 00px rgba(0, 0, 0, 0.2);
}



.about_work_aproch .aproch_item span.img_text span.img {
    width: 75px;
    display: block;
    margin: 75px auto 10px;
    height: 90px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.about_work_aproch .aproch_item span.img_text span.text {
    display: block;
    width: 100%;
    font-size: 26px;
    color: rgb(90, 89, 89);
    text-align: center;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.about_work_aproch .aproch_item span.img_text:hover {
    background-color: #2188ba;
    border-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0 0 40px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 40px 20px rgba(0, 0, 0, 0.2);
}

.about_work_aproch .aproch_item span.img_text:hover span.img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.about_work_aproch .aproch_item span.img_text:hover span.text {
    color: #fff;
}

.about_work_aproch .aproch_item p {
    font-size: 17px;
    color: rgb(255, 255, 255);
    margin: 0;
    font-weight: 300;
    text-align: center;
}

.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 .octal {
    max-width: 636px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -318px;
    z-index: 2;
}

.visan_mission .visan {
    float: left;
    border-radius: 20px;
    background-color: rgb(255, 152, 40);
    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 .visan h5 {
    font-size: 36px;
    color: rgb(255, 255, 255);
    font-weight: 300;
    text-align: left;
    margin-bottom: 30px;
}

.visan_mission .visan p {
    font-size: 18px;
    color: rgb(255, 255, 255);
    margin: 0;
    line-height: 1.6;
    font-weight: 300;
    max-width: 393px;
}

.visan_mission .mission {
    float: right;
    border-radius: 20px;
    background-color: rgb(9, 142, 201);
    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: #057eb3;
}


.visan_mission .mission h5 {
    font-size: 36px;
    color: rgb(255, 255, 255);
    font-weight: 300;
    text-align: right;
    margin-bottom: 30px;
}

.visan_mission .mission p {
    font-size: 18px;
    color: rgb(255, 255, 255);
    margin: 0;
    line-height: 1.6;
    font-weight: 300;
    max-width: 370px;
    margin-left: auto;
    text-align: right;
}

.oer_team_about {
    background-color: #098ec9;
}

.oer_team_about .about_title {
    max-width: 540px;
    margin-left: auto;
    padding-top: 50px;
    margin-bottom: 0;
}

.oer_team_about .about_title h4 {
    color: #fff;
    text-align: left;
}

.oer_team_about .about_title p {
    color: #fff;
    text-align: left;
    font-size: 18px;
    color: rgb(255, 255, 255);
    line-height: 1.6;
}


.oer_team_about .about_title p b {
    font-weight: 400;
}

.oer_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;
}

.oer_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;
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: relative;
}

.oer_team_about ul.photos li:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #098EC9;
    top: 0;
    right: 0;
}

.oer_team_about ul.photos:hover li {}

.oer_team_about ul.photos li.active {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
}

.oer_team_about {
    overflow: hidden;
}

.oer_team_about .container-fluid {
    padding: 0;
}

.abo_top_rank {
    background-image: url(../images/app_rating_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 80px 0;
}

.abo_top_rank h4 {
    font-size: 36px;
    color: rgb(255, 255, 255);
    text-align: center;
    font-weight: 300;
    margin-bottom: 60px;
}

.abo_top_rank ul.app_listing {
    display: block;
    text-align: center;
}

.abo_top_rank ul.app_listing li {
    display: inline-block;
    margin: 5px 3px;
    vertical-align: middle;
}

.abo_top_rank ul.app_listing li a {
    border-width: 1px;
    border-color: rgba(255, 255, 255, 0.302);
    border-style: solid;
    width: 384px;
    height: 224px;
    display: block;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.abo_top_rank ul.app_listing li a:hover {
    background-color: #098ec9;
}

.abo_top_rank ul.app_listing li a span.img {
    display: block;
    text-align: center;
    height: 145px;
    line-height: 145px;
}

.abo_top_rank ul.app_listing li a span.text {
    display: block;
    text-align: center;
    width: 230px;
    margin: 0 auto;
    font-size: 17px;
    color: rgb(204, 204, 204);
}

.over_slients {
    padding: 80px 0;
}

.over_slients 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;
}

.over_slients 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-left: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

.over_slients ul li a img {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.over_slients ul li a img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.over_slients ul li:nth-child(4n + 1) {
    border-left: 0;
}

.over_slients ul li:nth-child(5),
.over_slients ul li:nth-child(6),
.over_slients ul li:nth-child(7),
.over_slients ul li:nth-child(8) {
    border-bottom: 0;
}

.blog.about_blog {
    padding: 80px 0 0;
}

.start_project {
    padding: 80px 0;
    background-color: #2188ba;
}

.start_project .about_title h4 {
    color: #fff;
}

.start_project .about_title p {
    color: #fff;
    font-weight: normal;
    margin-top: 20px;
}

.start_project a.ornage_btn {
    border-radius: 4px;
    background-color: rgb(255, 114, 0);
    height: 49px;
    line-height: 49px;
    padding: 0 30px;
    font-size: 16.645px;
    color: rgb(255, 255, 255);
    font-weight: 300;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.start_project a.ornage_btn:hover {
    background-color: #fff;
    color: rgb(255, 114, 0);
}

a.btn.read_more:hover {
    background-color: #F08044;
    color: #fff;

}

a.btn.read_more {
    border-radius: 6px;
    color: #fff;

    background-color: rgb(9, 150, 211);
    height: 40px;
    line-height: 35px;
    font-size: 15px;
    margin: 15px;
    padding: 0 15px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    display: inline-block;
}

/*Abput Page CSS End*/

/*Android Page New Css Start*/

.android_hero {
    padding: 260px 0;
}

.indes_sec_android {
    background-color: #2188ba;
    padding: 80px 0;
}

.about_title.white_text h4,
.about_title.white_text p {
    color: #fff;
}

.andi_icns_servics {
    display: block;
    margin-bottom: 35px;
}

.andi_icns_servics 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;
    text-align: center;
}

.andi_icns_servics ul li {
    display: inline-block;
    border-width: 1px;
    border-color: rgb(255, 255, 255);
    border-style: dashed;
    border-radius: 5px;
    width: 162px;
    height: 167px;
    text-align: center;
    margin-bottom: 5px;
    padding: 0 2px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.healthcare_solutions  ul li {

    width: 192px;
	margin-bottom: 20px;

}

.andi_icns_servics ul li a {
    display: inline-block;
    border-radius: 5px;
    background-color: transparent;
    width: 100%;
    height: 161px;
    margin-top: 2px;
    color: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.andi_icns_servics ul li span {
    display: block;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #fff;
}

.andi_icns_servics ul li span.icons {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 50px;
    height: 50px;
    line-height: 50px;

}

.andi_icns_servics ul li a span {
    display: block;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #fff;
}

.andi_icns_servics ul li a span.icons {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 50px;
    height: 50px;
    line-height: 50px;

}

.andi_icns_servics ul li span.text {
    font-size: 18px;
}

.andi_icns_servics ul li a span.text {
    font-size: 18px;
}

.andi_icns_servics ul li:hover {
    background-color: #fff;
}

.andi_icns_servics ul li:hover a {
    background-color: #fff;
}

.andi_icns_servics ul li:hover span {
    color: #2188ba;
}

.andi_icns_servics ul li:hover a span {
    color: #2188ba;
}

.anidi_services {
    padding: 40px 20px 80px;
    border-radius: 6px;
    background-color: rgb(20, 110, 153);
}

.anidi_services ul {
    display: block;
}

.anidi_services ul li {
    display: block;
    margin-bottom: 15px;
    color: #fff;
    text-decoration: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.anidi_services ul li:last-child {
    margin-bottom: 0;
}

.anidi_services ul li a {
    display: block;
    color: #fff;
    text-decoration: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.anidi_services ul li a span.icon {
    width: 50px;
    display: block;
    font-size: 30px;
    vertical-align: middle;
    float: left;
}

.anidi_services ul li a span.text {
    display: block;
    vertical-align: middle;
    font-size: 16px;
    margin-left: 50px;
    padding-top: 12px;
}

.anidi_services ul li a:hover {
    color: #ff7200;
}



.anidi_services ul li span.icon {
    width: 50px;
    display: block;
    font-size: 30px;
    vertical-align: middle;
    float: left;
}

.anidi_services ul li span.text {
    display: block;
    vertical-align: middle;
    font-size: 16px;
    margin-left: 50px;
    padding-top: 12px;
}

.anidi_services ul li:hover {
    color: #ff7200;
}

a.explore_more_andi {
    display: inline-block;
    border-radius: 2px;
    background-color: rgb(255, 114, 0);
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    font-size: 17px;
    color: rgb(255, 255, 255);
    text-align: center;
    position: relative;
    top: 0px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

a.explore_more_andi.active {
    top: -25px;
}

a.explore_more_andi span.icon {
    width: 23px;
    height: 23px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    background-color: #fff;
    color: rgb(255, 114, 0);
    font-size: 12px;
    text-align: center;
    line-height: 23px;
    margin-left: 10px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

a.explore_more_andi:hover {
    background-color: #fff;
    color: rgb(255, 114, 0);
}

a.explore_more_andi:hover span.icon {
    color: #fff;
    background-color: rgb(255, 114, 0);
}

.tech_steck {
    padding: 80px 0;
}

.bars_logo_tech .bar_ing {
    border-width: 1px;
    border-color: rgb(9, 150, 211);
    border-style: dashed;
    border-radius: 6px;
    margin-top: 20px;
    padding: 7px;
}

.bars_logo_tech .bar_ing .tech_left {
    background-color: #2188ba;
    width: 273px;
    height: 104px;
    line-height: 104px;
    padding: 0 40px;
    color: #fff;
    font-size: 24px;
    color: rgb(255, 255, 255);
    font-weight: 300;
    position: relative;
    float: left;
}

.bars_logo_tech .bar_ing .tech_left:before {
    position: absolute;
    content: '';
    background-color: #fff;
    height: 104px;
    width: 25px;
    z-index: 1;
    top: 0;
    right: 0;
}

.bars_logo_tech .bar_ing .tech_left:after {
    position: absolute;
    content: '';
    background-image: url(../images/arro_img.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 104px;
    width: 25px;
    z-index: 2;
    top: 0;
    right: 0;
}

.bars_logo_tech .bar_ing .tech_left span.icon {
    display: inline-block;
    width: 70px;
    font-size: 50px;
    vertical-align: middle;
}

.bars_logo_tech .bar_ing .tech_left span.text {
    position: relative;
    top: 5px;
}

.bars_logo_tech .bar_ing .logo_text_right {
    margin-left: 285px;
    display: block;
}

.bars_logo_tech .bar_ing .logo_text_right ul {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 104px;
    line-height: 104px;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow-y: hidden;
    overflow-x: auto;
}

.bars_logo_tech .bar_ing .logo_text_right ul li {
    padding: 0 10px;
    -moz-flex: 0 0 120px;
    -ms-flex: 0 0 120px;
    -o-flex: 0 0 120px;
    -webkit-box-flex: 0;
    flex: 0 0 120px;
    text-align: center;
}

.andi_port_item {
    background-image: url(../images/prot_bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.data_prot_andi {
    max-width: 570px;
    padding-top: 100px;
}

.data_prot_andi .andi_logo {
    margin-bottom: 20px;
}

.data_prot_andi h3 {
    font-size: 50px;
    color: rgb(255, 255, 255);
    font-weight: bold;
}

.data_prot_andi h5 {
    font-size: 22px;
    color: rgb(255, 255, 255);
    margin-bottom: 55px;
    font-weight: normal;
}

.data_prot_andi p {
    font-size: 17px;
    color: rgb(255, 255, 255);
    text-align: left;
    line-height: 26px;
    margin-bottom: 40px;
}

.data_prot_andi ul.btns {
    display: block;
}

.data_prot_andi ul.btns li {
    display: inline-block;
    margin-right: 13px;
    vertical-align: middle;
}

.data_prot_andi ul.btns li:last-child {
    margin-right: 0;
}

.data_prot_andi ul.btns li a.btn.more_btn {
    border-style: solid;
    border-width: 1px;
    border-color: #B18785;
    border-radius: 6px;
    background-color: rgb(0, 0, 0);
    height: 46px;
    line-height: 42px;
    padding: 0 15px;
    font-size: 18px;
    color: rgb(255, 255, 255);
}

.data_prot_andi ul.btns li a.btn.more_btn span.icon {
    margin-left: 5px;
}

.prot_folio_mobile {
    padding-top: 60px;
}

.call_out_andi {
    background-image: url(../images/andi_call_out.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 45px 0;
}



.call_out_andi .container h3 {
    font-size: 34px;
    color: rgb(255, 255, 255);
    text-align: left;
    float: left;
    margin-top: 10px;
}

.call_out_andi .container a.btn {
    border-radius: 4px;
    background-color: rgb(255, 114, 0);
    height: 64px;
    line-height: 60px;
    float: right;
    padding: 0;
    font-size: 24px;
    color: rgb(255, 255, 255);
    padding: 0 35px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.call_out_andi .container a.btn:hover {
    color: rgb(255, 114, 0);
    background-color: rgb(255, 255, 255);
}

.hire_and_dev {
    padding: 80px 0;
}

.hire_and_dev {
    padding: 80px 0;
    overflow: hidden;
}

.hire_and_dev .tabing_content {
    margin-top: 60px;
    position: relative;
}

.hire_and_dev .tabing_content ul.tabing_btns {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 390px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.hire_and_dev .tabing_content ul.tabing_btns:after {
    content: '';
    position: absolute;
    display: block;
    border-width: 1.5px;
    border-color: rgb(183, 183, 183);
    border-style: dashed;
    width: 1807px;
    height: 1329px;
    border-radius: 50%;
    top: 225px;
    left: 50%;
    margin-left: -903.5px;
}

.hire_and_dev .tabing_content ul.tabing_btns li {
    text-align: center;
    z-index: 2;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.hire_and_dev .tabing_content ul.tabing_btns li a {
    width: 150px;
    display: block;
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.hire_and_dev .tabing_content ul.tabing_btns li a span {
    display: block;
    text-align: center;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.hire_and_dev .tabing_content ul.tabing_btns li a span.icon {
    position: absolute;
    width: 100%;
    top: -120px;
    left: 0;
    color: #999;
    font-size: 30px;
    border-radius: 50%;
}

.hire_and_dev .tabing_content ul.tabing_btns li a span.text {
    position: absolute;
    width: 100%;
    top: -70px;
    left: 0;
    font-size: 20px;
    color: rgb(51, 51, 51);
    text-align: center;
    font-weight: 300;
    line-height: 20px;
}

.hire_and_dev .tabing_content ul.tabing_btns li a span.number {
    border-style: solid;
    border-width: 2px;
    border-color: rgb(166, 168, 169);
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    width: 47px;
    height: 47px;
    line-height: 42px;
    display: block;
    margin: 0 auto;
    font-size: 24px;
    color: rgb(151, 151, 151);
    text-align: center;
    position: relative;
}

.hire_and_dev .tabing_content ul.tabing_btns li a span.number:before {
    content: '';
    position: absolute;
    width: 182px;
    height: 182px;
    border: 2px solid rgb(6, 128, 180);
    border-radius: 50%;
    top: -215px;
    left: 50%;
    margin-left: -91px;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-clip-path: inset(72% 0 0 0);
    clip-path: inset(80% 0 0 0);
}

.hire_and_dev .tabing_content ul.tabing_btns li a span.number:after {
    content: '';
    position: absolute;
    background-color: rgb(6, 128, 180);
    width: 2px;
    height: 0px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    bottom: 43px;
    left: 50%;
    margin-left: -1px;
}


.hire_and_dev .tabing_content ul.tabing_btns li:nth-child(1),
.hire_and_dev .tabing_content ul.tabing_btns li:nth-child(5) {
    margin-top: 350px;
}

.hire_and_dev .tabing_content ul.tabing_btns li:nth-child(3) {
    margin-top: 200px;
}

.hire_and_dev .tabing_content ul.tabing_btns li:nth-child(2),
.hire_and_dev .tabing_content ul.tabing_btns li:nth-child(4) {
    margin-top: 235px;
}

.hire_and_dev .tabing_content ul.tabing_btns li.active span.number {
    border-color: #2188ba;
    color: #2188ba;
}

.hire_and_dev .tabing_content ul.tabing_btns li.active span.text {
    opacity: 0;
}

.hire_and_dev .tabing_content ul.tabing_btns li.active a span.number:after {
    height: 33px;
}

.hire_and_dev .tabing_content ul.tabing_btns li.active a span.icon {
    border-style: solid;
    border-width: 2px;
    border-color: rgb(255, 255, 255);
    border-radius: 50%;
    background-color: rgb(33, 136, 186);
    width: 156px;
    height: 156px;
    text-align: center;
    color: #fff;
    line-height: 156px;
    font-size: 60px;
    top: -200px;
    left: 50%;
    margin-left: -78px;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.hire_and_dev .tabing_content ul.tabing_btns li.active a span.number:before {
    opacity: 1;
}

.tab_conted_data {
    max-width: 840px;
    margin: -50px auto 0;
    position: relative;
    z-index: 5;
    text-align: center;
}

.tab_conted_data h4 {
    font-size: 24px;
    color: rgb(33, 136, 186);
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px;
}

.tab_conted_data p {
    font-size: 20px;
    color: rgb(82, 83, 83);
    line-height: 1.3;
    text-align: center;
    font-weight: 300;
    margin-bottom: 55px;
}


.tab_conted_data ul {
    display: block;
    text-align: center;
}

.tab_conted_data ul li {
    display: inline-block;
}

.tab_conted_data ul li a {
    font-size: 18px;
    color: rgb(33, 136, 186);
    text-decoration: underline;
    line-height: 1.722;
    text-align: center;
    padding: 0 35px;
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.tab_conted_data ul li a:after {
    content: "|";
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
}

.tab_conted_data ul li:last-child a:after {
    display: none;
}

.tab_conted_data ul li a:hover {
    color: #ff7200;
}

a.btn_for_hire {
    position: relative;
    z-index: 10;
    display: inline-block;
    margin-top: 50px;
    border-radius: 2px;
    background-color: rgb(255, 114, 0);
    height: 59px;
    line-height: 59px;
    padding: 0 35px;
    font-size: 25px;
    color: rgb(255, 255, 255);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

a.btn_for_hire span.img {
    width: 33px;
    margin-right: 10px;
    display: inline-block;
}

a.btn_for_hire:hover {
    background-color: #2188ba;
}

.anidi_about_info.about_info_sec .about_title {
    margin-bottom: 0;
}

.hire_and_dev .tabing_content ul.tabing_btns li.repal_effect {
    position: relative;
}

.hire_and_dev .tabing_content ul.tabing_btns li.repal_effect:before {
    content: '';
    position: absolute;
    width: 47px;
    height: 47px;
    border-style: solid;
    border-width: 1px;
    border-color: #2188BA;
    border-radius: 50%;
    top: 0px;
    left: 50%;
    margin-left: -23.5px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-animation: rpal_efc 2s linear 0s infinite;
    animation: rpal_efc 2s linear 0s infinite;
    z-index: -2;
}

.hire_and_dev .tabing_content ul.tabing_btns li.repal_effect:after {
    content: '';
    position: absolute;
    width: 47px;
    height: 47px;
    border-style: solid;
    border-width: 1px;
    border-color: #2188BA;
    border-radius: 50%;
    top: 0px;
    left: 50%;
    margin-left: -23.5px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-animation: rpal_efc 2s linear 1s infinite;
    animation: rpal_efc 2s linear 1s infinite;
    z-index: -2;
}

.hire_and_dev .tabing_content ul.tabing_btns li.repal_effect:after {}

@-webkit-keyframes rpal_efc {
    from {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
        opacity: 1;
    }
    to {
        -webkit-transform: scale(1.8);
        transform: scale(1.8);
        opacity: 0;
    }
}

@keyframes rpal_efc {
    from {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
        opacity: 1;
    }
    to {
        -webkit-transform: scale(1.8);
        transform: scale(1.8);
        opacity: 0;
    }
}

.anidi_portfolio .owl-nav {
    position: absolute;
    top: 50%;
    margin-top: -7px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    left: 0px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.port_slider {
    overflow: hidden;
}

.andi_port_item {
    padding: 0 25px;
}

.anidi_portfolio .owl-nav > div {
    width: 15px;
    height: 15px;
    text-align: center;
    line-height: 15px;
    color: #fff;
    font-size: 40px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 50%;
}

.anidi_portfolio .owl-nav > div:nth-child(1) {
    margin-left: 0px;
}

.anidi_portfolio .owl-nav > div:nth-child(2) {
    margin-right: 20px;
}

/*Android Page New Css End*/

/*Free Consultation Page New Css Start*/

.free_consltent {
    padding-bottom: 45px;
}

.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: 35px;
}

.free_consltent .hero_text_new p {
    font-size: 22px;
    color: rgb(255, 255, 255);
    text-align: left;
    font-weight: 300;
}

.free_consltent .form_for_free {
    border-width: 1px;
    border-color: rgb(112, 112, 112);
    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, 0.7);
}

.free_consltent .form_for_free form h4.form_heading_free {
    font-size: 24px;
    color: rgb(255, 255, 255);
    text-align: center;
    font-weight: normal;
    margin-bottom: 30px;
}

.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 .form-group {
    margin-bottom: 12px;
}

.free_consltent .form_for_free form .form-group .form-control {
    border-radius: 2px;
    background-color: rgba(255, 255, 255, 0.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: 0.5s;
    transition: 0.5s;
}

.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 .form-control:focus {
    background-color: rgba(255, 255, 255, 1);
}

.free_consltent .form_for_free form .form-group .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #000;
    opacity: 1;
}

.free_consltent .form_for_free form .form-group .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #000;
    opacity: 1;
}

.free_consltent .form_for_free form .form-group .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #000;
    opacity: 1;
}

.free_consltent .form_for_free form .form-group .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #000;
    opacity: 1;
}

.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 button.btn.red_btn {
    border-radius: 2px;
    background-color: rgb(255, 0, 0);
    font-size: 27px;
    color: rgb(255, 255, 255);
    text-align: center;
    padding: 0;
    display: block;
    width: 100%;
    height: 57px;
    line-height: 57px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.free_consltent .form_for_free form button.btn.red_btn:hover {
    background-color: #ff9933;
}

.free_consltent .form_for_free form p.pricting_text {
    font-size: 18px;
    color: rgb(255, 255, 255);
    margin: 15px 0 0;
}

.benifit_steps {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.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 {
    background-color: #e4e4e4;
}

.benifit_steps > div.five_steps {
    background-color: #fff;
}

.benifit_steps > div h3 {
    font-size: 48px;
    color: rgb(51, 51, 51);
    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 ul li:last-child {
    margin-bottom: 0;
}

.benifit_steps > div ul li span {
    display: block;
}

.benifit_steps > div ul li span.title {
    font-size: 22px;
    color: rgb(51, 51, 51);
    text-align: left;
    font-weight: 300;
    margin-bottom: 8px;
}

.benifit_steps > div ul li span.pera {
    font-size: 16px;
    color: rgb(51, 51, 51);
    font-weight: 300;
}

.benifit_steps > div > div {
    max-width: 475px;
}

.benifit_steps > div.benifits > div {
    margin-left: auto;
}

.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.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: rgb(51, 51, 51);
    text-transform: uppercase;
    z-index: 2;

}

.benifit_steps > div.five_steps ul li:before,
.benifit_steps > div.five_steps ul li:after {
    content: '';
    position: absolute;
    width: 1px;
    background-color: #f9a866;
    height: 100%;
    z-index: 1;
    left: -48px;
}

.benifit_steps > div.five_steps ul li:first-child:before {
    bottom: 30px;
}

.benifit_steps > div.five_steps ul li:before {}

.benifit_steps > div.five_steps ul li:after {
    top: 50px;
}

.benifit_steps > div.five_steps ul li:last-child:after {
    top: 30px;
}

.consultant_free {
    background-color: #e4e4e4;
    padding: 100px 0;
}

.consultant_free .section-title h4 {
    color: #333333;
    font-size: 48px;
    font-weight: 400;
    text-transform: uppercase;
    font-weight: 300;
}

.consultant_free .section-title p {
    color: #333;
    font-size: 16px;
}

.profile_data_conslt {
    max-width: 300px;
    margin: 0 auto;
}

.profile_data_conslt .profile_img_con {
    width: 230px;
    height: 230px;
    border-radius: 50% 50% 50% 0;
    overflow: hidden;
    margin: 0 0 30px;
    padding: 15px;
    background-color: rgba(255, 255, 255, 0.5);
}

.profile_data_conslt .profile_img_con figure {
    border-radius: 50% 50% 50% 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
    overflow: hidden;
}

.profile_data_conslt .profile_img_con figure img {
    width: 100%;
    height: 100%;
    min-height: 100%;
}

.profile_data_conslt h4 {
    font-size: 20px;
    color: rgb(3, 116, 173);
    font-weight: normal;
    margin-bottom: 10px;
}

.profile_data_conslt h6 {
    font-size: 18px;

    color: rgb(102, 102, 102);
    font-weight: normal;
    margin-bottom: 15px;
}

.profile_data_conslt p {
    font-size: 15px;
    color: rgb(71, 71, 71);
    margin-bottom: 25px;
}

.profile_data_conslt a.btn {
    border-radius: 4px;
    background-color: rgb(255, 0, 0);
    height: 50px;
    display: inline-block;
    line-height: 45px;
    font-size: 20px;
    color: rgb(255, 255, 255);
    text-align: center;
    padding: 0 15px;
}

.ondemand_tagline.lets_bulid_reality a.viewall {
    color: #ee5806;
}

.ondemand_tagline.lets_bulid_reality a.viewall:hover {
    color: #fff;
}

.free_consltent .hero_text_new a.btn {
    border-radius: 4px;
    background-color: rgb(255, 0, 0);
    height: 56px;
    display: inline-block;
    line-height: 55px;
    font-size: 25px;
    color: rgb(255, 255, 255);
    text-align: center;
    padding: 0 15px;
    display: inline-block;
    margin-top: 30px;
    text-transform: uppercase;
}

/*Free Consultation Page New Css End*/

.mobile_banner {
    display: none;

}

/*----Android app development company ---*/

.android_app {
    padding: 100px 0 15px 0;
}

.android_app ul {
    margin: 63px 0 0 0;
    padding: 0px;
    list-style: none;

}

.android_app ul li {
    width: 20%;
    float: left;
    padding: 0 15px;

}

.android_app ul li a {
    display: block;
    border-width: 1px;
    border-color: #686766;
    border-style: dashed;
    border-radius: 4px;
    padding: 2px;

    -webkit-transition: 0.5s;
    transition: 0.5s;

}

.android_app ul li .links {
    background-color: rgba(0, 0, 0, 0.6);
    padding: 39px 0 29px 0;
    border-radius: 4px;
    border-width: 1px;
    border-color: #686766;
    border-style: dashed;
    -webkit-transition: 0.5s;
    transition: 0.5s;


}

.android_app ul li span {

    display: block;
    color: #fff;
    padding-top: 12px;
}

.android_app ul li .links:hover {

    border-color: #ffffff;
    background-color: #2188ba;
}



.hire_developer {
    padding: 50px 0 0 0;

}

.hire_developer a {
    background-color: #ff7200;
    padding: 10px 35px;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    font-size: 25px;
    font-weight: 300;
    -webkit-transition: 0.5s;
    transition: 0.5s;


}

.hire_developer a:hover {
    background-color: #fff;
	color: #ff7200;
	font-weight: 300;

}



/*-------hire-mobile-app-developer-new-------*/

.hire_mobile ul {
    margin: 63px 0 0 0;
    padding: 0px;
    list-style: none;

}

.hire_mobile ul li {
    width: 16.666%;
    float: left;
    padding: 0 5px;

}

.hire_mobile ul li a {
    display: block;
    border-width: 1px;
    border-color: #686766;
    border-style: dashed;
    border-radius: 4px;
    padding: 2px;

    -webkit-transition: 0.5s;
    transition: 0.5s;

}

.hire_mobile ul li .links {
    background-color: rgba(0, 0, 0, 0.6);
    padding: 25px 0 20px 0;
    border-radius: 4px;
    border-width: 1px;
    border-color: #686766;
    border-style: dashed;
    -webkit-transition: 0.5s;
    transition: 0.5s;


}

.hire_mobile ul li span {

    display: block;
    color: #fff;
    padding-top: 12px;
}

.hire_mobile ul li .links:hover {

    border-color: #2188ba;
    background-color: #2188ba;
}


.start-with {
    background: #2188ba;
    font-size: 17px;
    color: #fff;
    display: inline-block;
    padding: 8px 15px;
    margin-top: 30px;

}

.start-with a {
    background-color: #ff7200;
    font-size: 17px;
    font-weight: 300;
    display: inline-block;
    padding: 6px 15px;
    color: #fff;
    border-radius: 4px;
    margin-left: 15px;


}


/*------------------web-design-development-company----------*/

.webapplications {
    background-color: #2188ba;
    padding: 80px 135px 80px 80px;

}

.webapplications h5 {
    color: #fff;
    font-size: 24px;
    font-weight: 400;

}

.webapplications h1 {
    color: #fff;
    font-size: 36px;
    font-weight: 400;

}

.webapplications p {
    color: #fff;
    padding: 15px 0;
    line-height: 26px;
    font-size: 17px;
    font-weight: 300;

}

.webapplications p a {
    color: #fff;


}

.webapplications .webservices {
    padding-top: 25px;

}

.webapplications .webservices ul {
    margin: 0px;
    padding: 0px;
    list-style: none;

}

.webapplications .webservices ul li {
    width: 33.333%;
    float: left;
    padding-bottom: 15px;
    border-bottom: 1px solid #fff;
    position: relative;
    padding: 15px 15px 15px 0px;


}



/*.webapplications .webservices ul li:nth-child(3n+3),*/
.background-blue-fullstack .webapplications .webservices ul li:nth-child(4),
.background-blue-fullstack .webapplications .webservices ul li:nth-child(5),
.background-blue-fullstack .webapplications .webservices ul li:nth-child(6){  border-bottom: 1px solid #fff !important;} 
.background-blue-fullstack .webapplications .webservices ul li:nth-child(7),
.background-blue-fullstack .webapplications .webservices ul li:nth-child(8)
 { border-bottom: 0px !important;}

.webapplications .webservices ul li:after {
    position: absolute;
    top: 0;
    right: 25px;
    width: 1px;
    background-color: #fff;
    height: 100%;
    content: "";

}


.webapplications .webservices ul li:nth-child(4),
.webapplications .webservices ul li:nth-child(5),
.webapplications .webservices ul li:nth-child(6) {
    border-bottom: none;

}

.webapplications .webservices ul li:nth-child(6):after,
.webapplications .webservices ul li:nth-child(3):after {
    background-color: transparent;
}

.webapplications .moredetiles {
    padding-top: 30px;

}

.webapplications .moredetiles a {
    background-color: #ff7200;
    color: #fff;
    display: inline-block;
    padding: 13px 30px;
    font-size: 16px;
    border-radius: 4px;
}

.webapplications .moredetiles a:hover {
    background-color: #fff;
	color: #ff7200;
	font-weight: 300;
	
}

.p-bottom {
    padding-bottom: 0px;

}


.top-ratedweb-portals {
    background-image: url(../../assets/images/top-ratedweb-portals.jpg);
    background-repeat: no-repeat;
    padding: 60px 0 60px 0;
    margin-bottom: 4px;
    background-size: cover;
}

.top-ratedweb-portals .section-title h4 {
    color: #fff;
    font-weight: 300;

}



.topretedbox {

    border-width: 1px;
    border-color: #686766;
    border-style: dashed;
    border-radius: 8px;
    padding: 2px;
    margin: 10px 5px 10px 5px;
    text-align: center;

}

.topretedbox .subbox {
    color: #fff;
    font-size: 22px;
    font-weight: 200;
    padding: 70px 30px;

}

.topretedbox .subbox i {
    font-size: 50px;

}

.topretedbox .subbox p a {
    color: #fff;
}

.item_portfolio {
    padding-bottom: 50px;
    padding-top: 30px;

}


.topretedbox .subbox:hover {
    background-color: #147eb1;
    border-radius: 8px;

}

#topRatedwebportals {
    position: relative;
}

#topRatedwebportals .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    margin: 0;
}

#topRatedwebportals .owl-nav > div {
    position: absolute;
    font-size: 55px;
    line-height: 55px;
    top: 0;
    margin-top: -28.5px;
}

#topRatedwebportals .owl-nav > div.owl-prev {
    left: -77px;
}

#topRatedwebportals .owl-nav > div.owl-next {
    right: -77px;
}


/*------------Hire-mobile-app-developer-new------------------*/

.inclusions {
    width: 100%;
    padding: 30px 15%;
}


.inclusions ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    border: 1px solid #2188ba;
    width: 100%;
    border-radius: 4px;
    float: left;
}


.inclusions ul li {
    width: 25%;
    float: left;
    color: #fa5e12;
    font-size: 18px;
    position: relative;
}

.inclusions ul li:first-child span {
    background-color: #2188ba;
    border-radius: 4px 0px 0px 4px;
    color: #fff;
    margin-right: 50px;
}


.inclusions ul li:first-child:after {
    width: 0;
    height: 0;
    border-top: 26px solid transparent;
    border-bottom: 25px solid transparent;
    position: absolute;
    top: -1px;
    right: 29px;
    background-color: transparent;
    border-left: 21px solid #2188ba;
}

.inclusions ul li span {
    display: block;
    padding: 12px 15px;
}

.inclusions ul li:after {
    width: 1px;
    background-color: #dedad7;
    position: absolute;
    top: 5px;
    bottom: 5px;
    right: 0;
    height: 35px;
    content: "";
}


.addedbenefits {
    background-color: #eff1f2;
    padding: 60px 0;
}


.addedbenefits ul {
    margin: 0px -25px;
    padding: 0px;
    list-style: none;
}

.addedbenefits ul li {
    width: 25%;
    margin: 0px;
    padding: 15px 25px;
    float: left;
}


.addedbenefits ul li .addedbenefitsbox {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(216, 216, 216);
    background-color: rgb(255, 255, 255);
    padding: 20px;
    border-top: 6px solid #2188ba;
	min-height: 180px;
}

.addedbenefits ul li .addedbenefitsbox h5 {
    font-size: 24px;
    font-weight: 300;
    color: #333333;
}

.addedbenefits ul li .addedbenefitsbox p {
    color: #333333;
    font-size: 17px;
    font-weight: 300;
    padding: 15px 0;
}


.engagement_model {
    background-color: #0079ab;
	height: 100%;
}

.octalhiringmodel {
    background-color: #111111;
}

.octalhiringmodel_left {
    background-color: #0079ab;
}

.octalhiringmodel_white {
    background-color: #fff;
	color: #333333;
	margin-top: -150px;
}



.engagement_box {
    padding: 56px 13%;

}

.engagement_box h4 {
    text-align: center;
    color: #fff;
    font-size: 36px;
    font-weight: 300;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.engagement_box h4:after {
    width: 170px;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: "";
    bottom: 0;
    background-color: #FFF;
    position: absolute;
    height: 1px;
}




.engagement_model h5 {
    font-size: 26px;
    color: #fff;
    font-weight: 400;
    padding-bottom: 10px;
}


.engagement_model ul {
    margin: 0px;
    padding: 0px;
    list-style: none;

}

.engagement_model ul li {
    color: #fff;
    padding: 15px 0 40px 120px;
    font-weight: 300;
    font-size: 18px;
    position: relative;
}

.engagement_model ul li img {
    position: absolute;
    left: 0;
    top: 20px;
}



/*--------------END--------*/

.btn_hiremobile a {
    background-color: #ff7200;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 4px;
    line-height: 26px;
}

.octalhiringmodel ul {
    margin: 0px;
    padding: 0px;
    list-style: none;

}

.octalhiringmodel ul li {
    color: #fff;
    padding: 15px 0 42px 40px;
    font-weight: 300;
    font-size: 18px;
    position: relative;
    background-image: url(../../assets/images/dot.png);
    background-repeat: no-repeat;
    background-position: 0 20px;



}

.octalhiringmodel ul li {
    color: #333;
    padding: 15px 0 42px 40px;
    font-weight: 300;
    font-size: 18px;
    position: relative;
    background-image: url(../../assets/images/dot.png);
    background-repeat: no-repeat;
    background-position: 0 20px;



}

.octalhiringmodel ul li h5 {
    font-size: 24px;
    font-weight: 400;
    padding-bottom: 10px;
    color: #fff;

}

.octalhiringmodel_white ul li h5 {
    font-size: 24px;
    font-weight: 400;
    padding-bottom: 10px;
    color: #333;

}




.crtifide_developers {
    padding: 80px 0;
    background-color: #f8f7f7;
}

.certified_slider .hire_devloper_box {
    background-color: #fff;
    padding: 25px;
    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;
}

.certified_slider .hire_devloper_box span.pro {
    border-style: solid;
    border-width: 2px;
    border-color: rgb(204, 204, 204);
    border-radius: 4px;
    background-color: rgb(248, 154, 52);
    width: 154px;
    overflow: hidden;
    -moz-flex: 0 0 154px;
    -ms-flex: 0 0 154px;
    -o-flex: 0 0 154px;
    -webkit-box-flex: 0;
    flex: 0 0 154px;
    margin-right: 25px;
}

.certified_slider .hire_devloper_box .hire_devloper_info h5 {
    margin: 0;
    font-size: 20px;
    color: rgb(51, 51, 51);
    text-align: left;
}

.certified_slider .hire_devloper_box .hire_devloper_info p {
    font-size: 18px;
    color: rgb(102, 102, 102);
    text-align: left;
    font-weight: 300;
    margin-bottom: 10px;
    min-height: 90px;
}

.certified_slider .hire_devloper_box .hire_devloper_info a {
    display: inline-block;
    background-color: rgb(0, 158, 224);
    height: 37px;
    padding: 0;
    line-height: 37px;
    font-size: 18px;
    color: rgb(255, 255, 255);
    padding: 0 18px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.certified_slider .hire_devloper_box .hire_devloper_info a:hover {
    background-color: #f89a34;
}

.certified_slider .owl-nav {
    position: absolute;
    width: 100%;
    top: 50%;
}

.certified_slider .owl-nav > div {
    position: absolute;
    top: 0;
    font-size: 35px;
    color: #f89a34;
    margin-top: -25px;
}

.certified_slider .owl-nav > div.owl-prev {
    left: -45px;
}

.certified_slider .owl-nav > div.owl-next {
    right: -45px;
}

.request_cv {
    background-color: #0674a3;
    padding: 30px 0;
}

.request_cv h5 {
    font-size: 36px;
    color: rgb(255, 255, 255);
    font-weight: 300;
}

.request_cv .ctrl_btn_pos {
    text-align: right;
}

.request_cv .ctrl_btn_pos a {
    display: inline-block;
    font-weight: 300;
    background-color: rgb(248, 154, 52);
    height: 62px;
    line-height: 62px;
    padding: 0 42px;
    font-size: 24px;
    color: rgb(255, 255, 255);
    text-align: center;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    margin: 15px 0;
}

.request_cv .ctrl_btn_pos a:hover {
    background-color: #fff;
    color: #f89a34;
}

.tech_expert {
    padding: 80px 0;
}

.tech_logi_tabs ul.tab_tach_list {
    display: block;
    margin-bottom: 40px;
}

.tech_logi_tabs ul.tab_tach_list li:first-child {
    margin-left: 0;
}

.tech_logi_tabs ul.tab_tach_list li {
    margin-left: -4px;
    display: inline-block;
    width: 25%;
    vertical-align: bottom;
    text-align: center;
}

.tech_logi_tabs ul.tab_tach_list li a {
    font-size: 21px;
    color: #333333;
    text-align: center;
    display: block;
    border-bottom: 1px solid #ccc;
    position: relative;
}

.tech_logi_tabs ul.tab_tach_list li a:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 1px;
    height: 50px;
    background-color: #ccc;
}

.tech_logi_tabs ul.tab_tach_list li:last-child a:after {
    display: none;
}

.tech_logi_tabs ul.tab_tach_list li a:before {
    position: absolute;
    content: '';
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: transparent;
}

.tech_logi_tabs ul.tab_tach_list li.active a:before {
    height: 3px;
    background-color: #2188ba;
    bottom: -3px;
    z-index: 2;
}

.tech_logi_tabs ul.tab_tach_list li a span {
    display: block;
}

.tech_logi_tabs ul.tab_tach_list li a span.icon {
    height: 43px;
    margin-bottom: 5px;
}

.tech_logi_tabs ul.tab_tach_list li a span.text {
    padding-bottom: 15px;
}

ul.text_listin {
    display: block;
    text-align: center;
}

ul.text_listin li {
    display: inline-block;
}

ul.text_listin li:first-child {
    margin-left: 0;
}

ul.text_listin li {
    width: 20%;
    padding: 0 15px 0;
    margin-left: -4px;
}

ul.text_listin li a span {
    display: block;
    margin-bottom: 10px;
}

ul.text_listin li a {
    font-size: 19px;
    color: rgb(0, 0, 0);
    text-align: center;
}

/*on dimand*/

.ondemand_page {
    background-color: #2188ba;
    padding: 58px 0 0 0;

}

.ondemand_page .about_title h4 {
    color: #fff;
}

.ondemand_page .about_title p {
    color: #fff;
    margin: 10px 0 0 0;
    max-width: 100%;
}


.ondemand_page .ondemand_list {

    margin: 0px;
    padding: 0px;
    background-color: #99c8df;

}

.ondemand_page .ondemand_list li {
    border: 1px solid #99c8df;
    width: 20%;
    overflow: hidden;
    float: left;

}

.ondemand_page .ondemand_list li img {
    max-width: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;

}

.ondemand_page .ondemand_list li:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);

}

.ondemand_page .ondemand_list li a {
    display: block;
    position: relative;

}

.ondemand_page .ondemand_list li a p {
    position: absolute;
    top: 45%;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 18px;


}

/*on dimand*/

.octalhiringmodel ul li,
.engagement_box ul li {
    min-height: 175px;
}


/*---------Testimonials New---------*/

.testimonials_new {
    width: 100%;
}


.client_speaking {
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 1px 14.55px 0.45px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 14.55px 0.45px rgba(0, 0, 0, 0.15);
    padding: 2px;
    text-align: center;
    margin-bottom: 170px;
    padding-bottom: 77px;
    min-height: 600px;

}

.client_speaking h5 {
    font-size: 27px;
    color: #333333;
    padding: 15px 0;
    min-height: 90px;


}

.client_speaking p {
    color: #666666;
    font-size: 17;
    line-height: 24px;
    padding: 0 25px;
    padding-bottom: 30px;

}

.client_speaking h6 {
    color: #2188ba;
    font-size: 17px;
    padding: 15px 0;
    font-weight: 600;
    font-style: italic;


}


.client_speaking .client_profile {
    width: 148px;
    height: 152px;
    border: 4px solid #e2e2e2;
    border-radius: 50%;
    margin: 0 auto;
    position: absolute;
    bottom: 100px;
    left: 0;
    right: 0;


}

.client_speaking .client_profile img {
    border-radius: 50%;
    width: 144px;
    height: 144px;


}


.bg_challenges {
    background-image: url(assets/images/bg_challenges.jpg);
    background-repeat: no-repeat;
    background-position: 0 0;
    padding: 58px 0 58px 0;

}

.righttext {


    padding: 40px 120px 40px 0px;


}


.lefttext {

    padding: 40px 0px 40px 120px;
}

.smile_icon_left {
    position: absolute;
    left: 40px;
    top: 40px;
    width: 51px;
    height: 51px;

}


.smile_icon {
    position: absolute;
    right: 40px;
    top: 40px;
    width: 51px;
    height: 51px;

}

.bg_challenges h5 {
    font-size: 24px;
    color: #333333;
    font-weight: 400;
    padding-bottom: 10px;

}

.bg_challenges .lefttext p,
.bg_challenges .righttext p {
    font-size: 17px;
    font-weight: 300;


}

.bg_challenges .row {
    position: relative
}

.bg_challenges .row:after {
    position: absolute;
    width: 50%;
    margin: 0 auto;
    bottom: 0px;
    height: 1px;
    border-bottom: 1px dashed #898888;
    content: "";
    left: 0;
    right: 0;
}

.bg_challenges .aftern:after {
    display: none;
}

.titlest h4 {
    font-size: 36px;
    color: #333333;
    font-weight: 300;

}



.music_dfult_heading {
    font-size: 40px;
    color: #191919;
	margin-top:70px;
    text-align: center;
    font-family: robotobold;
}

.music_heading2_df {
    font-size: 20px;
    font-family: robotolight;
    color: #222;
    text-align: center;
    position: relative;
}

.block_title_img {
    width: 100%;
    float: left;
    text-align: center;
    padding: 8px 0px;
}

.wrapper_section_features .image img {
    margin-top: 50px;
	margin-left: 35px;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
}



.wrapper_section_features .stuff .heading1 {
    font-size: 16px;
    color: rgb(51, 51, 51);
    text-transform: uppercase;
    font-family: robotobold;
    margin-bottom: 5px;
}

.wrapper_section_features p {
    display: block;
	font-size: 16px;
	color: rgb(102, 102, 102);
	font-weight: 300;
	min-height: 80px;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

.wrapper_section_features .stuff {
    background: #fff;
    border-radius: 4px;
    background-color: rgb(255, 255, 255);
    border-left: solid 5px;
    border-color: #ff9966;
    -webkit-box-shadow: 3.078px 3.94px 10px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 3.078px 3.94px 10px 0px rgba(0, 0, 0, 0.08);
    padding: 15px 15px 10px 15px;
    font-size: 14px;
    color: #222;
    font-family: robotoregular;
    width: 90%;
	margin-bottom: 30px;
}
/*****css by Raju Kumawat**********/

/****Baritastic page css start****/
.baritastic-first{
    background-position: 100% 100%;
    background-repeat: no-repeat;
    padding: 100px 0 15px 0;
}
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 0px 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: rgb(255, 255, 255);
    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 0px;
}
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: 0px 15px;
}
ul.medical li:last-child {
    padding-left: 20px;
}
ul.medical li:last-child img {
    width: 45px;
}
button.business {
    border-radius: 2px;
    background-color: rgb(247, 207, 16);
    height:  51px;
    padding: 10px 30px;
    font-size: 20px;
    color:  #333333;
    border: 0px;
}
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;
}
.achievements p {
    padding-left: 50px;
    font-size: 28px;
    color: #093849;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    margin-bottom: 25px;
    position: relative;
}
.achievements p::before {
    content:  "";
    width: 40px;
    height: 40px;
    position:  absolute;
    left:  0px;
    background-image: url(../../assets/images/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;
}

section.Weight {
    background-image: linear-gradient( 121deg, rgb(249,130,81) 0%, rgb(254,60,88) 100%);
    float:  left;
    width:  100%;
    padding: 100px 0px 50px;
}
.Nutrition h2 span:first-child {
    font-size:  30px;
    font-weight: 300;
    display:  block;
}
.Nutrition h2 {
    color:  #fff;
    font-family: 'Roboto', sans-serif;
    display: inline-block;
}
.Nutrition h2 span:nth-child(2) {
    font-size:  48px;
    font-weight:  400;
    position:  relative;
    top: -18px;
}
.Nutrition h2 span:nth-child(3) {
    font-size:  75.77px;
    font-weight:  100;
    position:  relative;
    top: -14px;
}
.Nutrition h2 span:nth-child(4) {
    display:  block;
    font-size: 70px;
    font-weight: 300;
    position:  relative;
    top: -23px;
    padding-left: 15px;
    text-transform:  uppercase;
}
.Nutrition h2 span:nth-child(5) {
    position:  relative;
    top: -25px;
    left: 15px;
    font-size:  39px;
    font-weight:  300;
    letter-spacing: 10px;
}
.measurement {
    float:  right;
    padding-top: 50px;
    position: relative;
    padding-left: 80px;
    font-family: 'Roboto', sans-serif;
}
.myprogress {
    position: absolute;
    left: -58%;
    width: 220px;
    text-align: center;
    color: #fff;
    bottom: -20px;
    line-height: 23px;
    padding: 21px;
    border: 2px dotted #fff;
    border-radius: 5px;
}
.myprogress h4 {
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    padding:  25px 0px;
}
.myprogress p {
    font-size: 16px;
    font-weight: 100;
}
.myprogress::before {
    content: "";
    height: 72px;
    width: 1px;
    position: absolute;
    top: -75px;
    border-left: 2px dotted #fff;
}
.measurement-img {
    position:  relative;
}
.measurement-img::before {
    content: "";
    width: 201px;
    height: 2px;
    border-top: 2px dotted #fff;
    top: 39%;
    left: -193px;
    position: absolute;
}
.measurement-img img {
    position:  relative;
    z-index:  1000;
}
.Connect-img {
    position: relative;
    top: 300px;
    display: inline-block;
    left: -102px;
    z-index: 100;
}
.Connect-content {
    display: inline-block;
    position: absolute;
    right: 170px;
    width: 220px;
    text-align: center;
    color: #fff;
    top: 5px;
    padding: 21px 21px 50px;
    border: 2px dotted #fff;
    border-radius: 5px;
}
.Connect-content h4 {
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    padding: 25px 0px;
}
.Connect-content p {
    font-size: 16px;
    font-weight: 100;
}
.Connect-img::before {
    content:  "";
    position:  absolute;
    top: -135px;
    border-left:  2px dotted #fff;
    height: 135px;
    left: 65%;
}
.Connect-content::before {
    content:  "";
    position:  absolute;
    left: -224px;
    border-top: 2px dotted #fff;
    width: 222px;
    top: 56%;
}
.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: -75px;
}
.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: 30%;
    left:  39%;
}
.Tracker-sync {
    position:  relative;
}
.Tracker-img::after {
    position:  absolute;
    content:  "";
    width: 227px;
    border-bottom: 2px dotted #ccc;
    top: 25%;
    left:  initial;
    right: -51%;
}
.Trackersync-popup::before {
    content:  "";
    position:  absolute;
    border-left: 2px dotted #ccc;
    top: -121px;
    z-index:  10000000;
    height: 119px;
}
.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%;
}
.welcome-aboard {
    position:  absolute;
    right: 12%;
    bottom: 80px;
}
.welcome-aboard img:last-child {
    padding-top: 115px;
}
section.challenges{
    background-position: 100% 0%;
    margin-top: -322px;
    padding: 431px 0px;;
}
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;
}
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');
/*
font-family: 'Roboto', sans-serif;
light 300
regular 400
medium 500
bold 700
black 900
*/

body {
    font-family: 'Roboto', sans-serif;
    color: #666668;
}

a,
a:hover,
a:focus {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

p {
    margin: 0;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

img {
    max-width: 100%;
}

.menu {
    height: 100px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 2000px;
    margin: 0 auto;
    z-index: 999;
    padding: 0 75px;
    display: block;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.video_over {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(24, 40, 53, 0.3);
    z-index: 1;
}

.logo {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-top: 30px;
    -webkit-transition: 0.5s;
    transition: 0.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: 0.5s;
    transition: 0.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: 0.5s;
    transition: 0.5s;
    vertical-align: middle;
}

.menu_data .top_data_bar > ul > li > a > i {
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    -webkit-transition: 0.5s;
    transition: 0.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: 0.5s;
    transition: 0.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: 0px 25px;
    line-height: 40px;
    text-decoration: none;
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.menu_data .bot_data_bar > ul > li > a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 1px;
    background-color: rgb(221, 221, 221);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.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: rgb(255, 255, 255);
    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: 0.5s;
    transition: 0.5s;
    padding: 0 15px;
}

.hero_clint_slider .clin_img > a > img {
    display: inline-block;
    width: auto;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.hero_clint_slider .clin_img > a:hover > img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.hero_clint_slider .owl-stage-outer .owl-stage {
    /*-webkit-transition: 0.9s !important;
    -o-transition: 0.9s !important;
    transition: 0.9s !important;*/
}

.information_card .data_card {
    background-color: #fff;
    border-radius: 7px;
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.44);
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.44);
    padding: 10px 20px;
    position: relative;
    z-index: 2;
}

.information_card .data_card h3 {
    text-align: center;
    color: rgb(7, 127, 200);
    font-size: 18px;
    line-height: 18px;
    font-weight: normal;
    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: rgb(102, 102, 102);
    font-weight: 500;
    text-transform: uppercase;
}

.information_card .data_card ul.phone_dat li:nth-child(2) {
    padding-left: 15px;
    border-left: 1px solid #cccccc;
}

.information_card .data_card ul.phone_dat li a span.phone_nom {
    font-size: 14px;
    color: rgb(102, 102, 102);
    font-weight: bold;
    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: 0.5s;
    transition: 0.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: rgb(255, 255, 255);
    border-radius: 0px 0px 5px 5px;
    text-decoration: none;
    -webkit-transition: 1s;
    transition: 1s;
    z-index: 1;
    margin-left: 10px;
    margin-right: 10px;
    -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.44);
    box-shadow: 0px 3px 7px 0px rgba(0, 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: 0.5s;
    transition: 0.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: 0px 3px 7px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.2);
    height: 80px;
}

.menu.fixed .logo {
    margin-top: 21px;
}

.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: #0996d3;
    line-height: 40px;
    color: #fff;
    font-size: 15px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-transform: uppercase;
    padding-left: 25px;
    position: absolute;
    top: 46px;
    right: 75px;
    border-radius: 5px 25px 25px 5px;
    -webkit-transition: 0.6s;
    transition: 0.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: 29px;
    top: 0;
    right: 7px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform-origin: center center;
    transform-origin: center center;
}

a.inqury_btn:hover {
    background-color: #f78f1e;
}

.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: 0.5s;
    transition: 0.5s;
}

.menu.fixed .menu_data .bot_data_bar > ul > li > a:after {
    background-color: #606060;
}

.menu_data .bot_data_bar > ul > li > a:hover,
.menu_data .bot_data_bar > ul > li.open > a {
    color: #f78f1e !important;
}

.menu_data .bot_data_bar > ul > li.dropdown.open > a::before {
    opacity: 1;
}

.menu_data .bot_data_bar > ul > li > a > span.left_cion > i:before {
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.menu_data .bot_data_bar > ul > li.open > a > span.left_cion > i:before {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.menu_data .bot_data_bar > ul > li > a:hover:after,
.menu_data .bot_data_bar > ul > li.open > a:after {
    width: 100%;
    left: 0;
    background-color: #f78f1e !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: 0.5s;
    transition: 0.5s;
    top: 45px;
    right: 65px;
}

.menu a.opner.opened {
    right: 0;
}

.menu a.opner span {
    width: 26px;
    height: 3px;
    margin-bottom: 6px;
    display: block;
    background-color: #ff9933;
    -webkit-transition: 0.5s;
    transition: 0.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: 0px;
    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: 0.5s;
    transition: 0.5s;
    /*position: relative;*/
    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: 0.5s;
    transition: 0.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: 40px;
}

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: 0.5s;
    transition: 0.5s;
    opacity: 1;
    -webkit-animation: scroll_anim 0.8s linear infinite;
    animation: scroll_anim 0.8s linear infinite;
}

@keyframes scroll_anim {
    from {
        top: 4px;
        opacity: 1;
    }
    to {
        top: 30px;
        opacity: 0;
    }
}

.title_head h3 {

    font-size: 36px;
    line-height: 40px;
    color: #4d4c4c;
    text-align: center;
    font-weight: normal;
    margin-bottom: 8px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    margin-bottom: 15px;

}

.title_head p {
    font-size: 17px;
    color: #999;
    text-align: center;
}

.title_head {
 	margin-bottom: 95px;
}
.useful_industries {
    padding: 90px 0 0 0;
    background: url(../images/cover-img1.jpg) no-repeat center;
    background-size: cover;
    width: 100%;
    float: left;
} 

a.main_btn_blue {
    display: inline-block;
    border-radius: 5px;
    background-color: rgb(9, 150, 211);
    height: 50px;
    line-height: 50px;
    padding: 0 25px;
    font-size: 18px;
    color: rgb(255, 255, 255);
    text-align: center;
    text-decoration: none;
    -webkit-transition: 0.5s;
    transition: 0.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, 0.1);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    top: 0;
    left: 0px;
    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(0deg);
    transform: rotate(0deg);
}

.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: 0.5s;
    transition: 0.5s;
    margin-bottom: 50px;
}

.inds_cat_set > .can > a {
    text-decoration: none;
}

.inds_cat_set > .can {
    position: relative;
    text-align: center;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.data_text_lin {
    position: relative;
}

.data_text_lin > span.name {
    font-size: 14px;
    color: rgb(255, 255, 255);
    text-align: center;
    margin-bottom: 16px;
    display: block;
    background:#3a7ad4; 
    border-radius: 120px;
    width: 82px;
    height: 82px;
    padding: 30px 0;
}

.can.educat .data_text_lin > span.name {
    width: 110px;
    height: 110px;
    padding: 45px 0;
}

.data_text_lin > span.name em {

    background: url(../images/aro-hover.png) no-repeat bottom;
    position: absolute;
    bottom: -12px;
    width: 20px;
    height: 20px;
    left: 81px;

}

.data_text_lin .travel span.name em {
    background: url(../images/aro-hover.png) no-repeat bottom;
    position: absolute;
    bottom: -12px;
    width: 20px;
    height: 20px;
    left: 81px;
}
.can.trans a .data_text_lin .name em {
    left: 57px;
}
.can.banking a .data_text_lin .name em {
    left: 61px;
}
.can.healthc a .data_text_lin .name em {
   left: 59px;
}
.can.enterta a .data_text_lin .name em {
   left: 60px;
}

.can.educat a .data_text_lin .name em {
  left: 45px;
}




.inds_cat_set > .can.travel span.data_text_lin {
  padding: 0 48px;
}
.inds_cat_set > .can.trans span.data_text_lin {
    padding: 0 60px 0 25px;
}
.inds_cat_set > .can.banking span.data_text_lin {
    padding: 0 0px 0 31px;
    left: -28px;
}

.inds_cat_set > .can.healthc span.data_text_lin {
  padding: 0 29px;
}
.inds_cat_set > .can.enterta span.data_text_lin {
  padding: 0 29px;
  left: 4px;
}
.inds_cat_set > .can.educat span.data_text_lin {
    padding: 0 0 0 0px;
    left: 0;
    top: -6px;
}






.data_text_lin > span.line {
    display: block;
    width: 2px;
    height: 50px;
    background-color: rgb(204, 204, 204);
    margin: 0 auto 12px;
    position: relative;
}

.data_text_lin > span.line:after {
    content: '';
    position: absolute;
    border-radius: 50%;
    background-color: rgb(204, 204, 204);
    width: 12px;
    height: 12px;
    top: 0;
    left: 50%;
    margin-left: -6px;
}

.inds_cat_set .travel:hover {    
   
}

.inds_cat_set .cant.travel a:hover .candidate { 
    -webkit-filter: blur(0px) grayscale(0) !important;
    filter: blur(0px) grayscale(0) !important;
}

 

.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;*/
	margin: 0 0 0 -30px;
}

.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;
}

.useful_industries-pad { padding:0 135px; } 
 

.inds_cat_set > .can.travel .data_text_lin > span.line:after,
.inds_cat_set > .can.educat .data_text_lin > span.line:after {
    background-color: #ff9966
}

.inds_cat_set > .can.trans .data_text_lin > span.line:after,
.inds_cat_set > .can.business .data_text_lin > span.line:after {
    background-color: #999933
}

.inds_cat_set > .can.banking .data_text_lin > span.line:after,
.inds_cat_set > .can.food .data_text_lin > span.line:after {
    background-color: #ff99ff
}

.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: #cccccc
}

.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: #33cccc
}

.inds_cat_set .can {
    -webkit-transform-origin: center center;
    transform-origin: center center;
}

.inds_cat_set .can span.candidate {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.inds_cat_set:hover > .can span.candidate {
    -webkit-filter: blur(5px) grayscale(1);
    filter: blur(5px) grayscale(1);
}

.inds_cat_set .can:hover span.candidate {   
   -webkit-filter: blur(0px) grayscale(0);
    filter: blur(0px) grayscale(0);
} 

.inds_cat_set > .can span.data_text_lin {
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    display: block;
}

.inds_cat_set:hover > .can span.data_text_lin {
    -webkit-transform: scale(0);
    transform: scale(0);
}


.inds_cat_set .can:hover span.data_text_lin {
    -webkit-transform: scale(1);
    transform: scale(1);
}



.inds_cat_set:hover > .can.unhover span.candidate {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    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.0);
    transform: scale(1.0);
}

.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: 0;
    left: 25px;
}

.inds_cat_set .can.educat .data_text_lin {
    top: 0;
    left: 35px;
}


.inds_cat_set .can.food .data_text_lin {
    top: 0px;
    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:#3a7ad4;
    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: 0.5s;
    transition: 0.5s;
}

.inds_cat_set .can span.info i {  }   


.inds_cat_set .can:hover span.info {
    bottom: 80px;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1!important;
}









.inds_cat_set .can.food span.info {
    margin-left: -5px;
}

.inds_cat_set .can.job_car span.info {
    margin-left: -60px;
}

/*Raj sir*/

/*--------------ourservies---------*/

.ourservies {
    padding: 58px 0;
}

.section-title {
    padding-bottom: 50px;
}

.section-title h4 {
    color: #3a3a3a;
    font-size: 36px;
    font-weight: 400;
    padding-bottom: 8px;
}

.section-title p {
    color: #666666;
    font-size: 16px;
    font-weight: 400;
}

.ourservies a.services_items {
    display: block;
    background: #fcfcfc;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .15);
    text-align: center;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    margin-bottom: 40px;
}

.ourservies .services_items .services-wrapper {
    padding: 36px 20px 0px;
    min-height: 350px;
}

.ourservies .services_items .services-wrapper .services_item_img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-position: 50% 50%;
    opacity: 0;
    width: 150%;
    visibility: hidden;
}


.ourservies .services_items:hover .services_item_img {
    opacity: 1;
    left: -50px;
    visibility: visible;
}

.ourservies .services_items:before {
    content: '';
    display: block;
    position: absolute;
    width: 150%;
    height: 100%;
    text-decoration: none;
    background: #fcfcfc;
    outline: #fcfcfc solid 1px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 1;
    z-index: 2;
    opacity: .8;
    background: #2188ba;
    outline: #0996d3 solid 1px;
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    left: 0px;
    opacity: 0;
    visibility: hidden;
}

.ourservies .services_items:hover:before {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
    visibility: visible;
}

.ourservies .services_items .services-wrapper .services-name,
.ourservies .services_items .services-wrapper .services-text,
.ourservies .services_items .services-wrapper .service_icon {
    position: relative;
    color: #234;
    z-index: 5;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.service_icon {
    color: #2fd5fe;
    font-size: 70px;
    line-height: 70px;
    padding-bottom: 12px;
}

.service_icon i {
    color: #2fd5fe;
}

.services-name {
    color: #333333;
}

.services-name h4 {
    margin-top: 0;
    margin-bottom: 13px;
    font-weight: 300;
    font-size: 27px;
    text-transform: uppercase;
}

.services-text {
    font-size: 17px;
    line-height: 30px;
    font-weight: 300;
}

.ourservies .services_items:hover .services-name,
.ourservies .services_items:hover .services-text,
.ourservies .services_items:hover .service_icon i {
    color: #fff;
}

/*--------------END Ourservies---------*/

/*--------  About Octal IT Solution----------*/

.aboutoctal {
    padding: 58px 0 0 0;
    position: relative;
    line-height: 22px;
    border-bottom: 1px solid #f6f6f6;
    overflow: hidden;
}

.about_video:before {
    content: '';
    position: absolute;
    background-color: #0996d3;
    width: 380px;
    height: 1310px;
    display: block;
    top: -440px;
    -webkit-transform: rotate(210deg);
    transform: rotate(210deg);
    left: 238px;
    z-index: 0;
}

.aboutoctal .section-title {
    position: relative;
    z-index: 9;
}

.about_video:after {
    content: '';
    position: absolute;
    background-color: #0996d3;
    width: 15000px;
    height: 1310px;
    display: block;
    top: -440px;
    left: 445px;
    z-index: 0;
}

.aboutoctal .abcontent {
    color: #666666;
    font-size: 16px;
    padding-right: 50px;
}

.aboutoctal .abcontent p span {
    color: #333333;
    display: block;
    padding-bottom: 15px;
}

.about_video {}

.about_video a {
    border-style: solid;
    border-width: 5px;
    border-color: rgb(255, 255, 255);
    background-color: rgb(247, 122, 30);
    -webkit-box-shadow: -1.798px 0.877px 12px 0px rgba(0, 0, 0, 0.39);
    box-shadow: -1.798px 0.877px 12px 0px rgba(0, 0, 0, 0.39);
    z-index: 9;
    position: relative;
    z-index: 2;
    display: block;
}

.btn_about {
    border-style: solid;
    border-width: 2px;
    border-color: rgb(0, 204, 255);
    border-radius: 6px;
    display: inline-block;
    padding: 13px 30px;
    color: #00ccff;
    font-size: 16px;
    margin-top: 40px;
    overflow: hidden;
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.btn_about > span {
    z-index: 2;
    position: relative;
}

.btn_about:hover {
    background-color: rgb(0, 204, 255);
    color: #fff;
    border-color: #00B7E5;
}

/*-------- END About Octal IT Solution----------*/

.lookinfor {
    background: #0996d3;
    padding: 40px 0;
}

.lookbox img {
    float: left;
    margin-right: 20px;
}

.lookbox p {
    color: #fff;
    font-size: 30px;
}

.lookbox p span {
    display: block;
    font-size: 15px;
}

a.letstalk {
    background-color: #ff7200;
    border-radius: 4px;
    padding: 10px 40px;
    color: #fff;
    font-size: 23px;
    text-transform: uppercase;
    margin-top: 5px;
    display: inline-block;
    float: right;
    overflow: hidden;
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

a.letstalk > span {
    position: relative;
    z-index: 2;
}

a.letstalk i {
    margin-left: 15px;
}

a.letstalk:hover {
    color: #FF7200;
    background-color: #fff;
}

.development_pro {
    background-color: #000;
    /*background-image: url(../images/bg.jpg);*/
    background-repeat: no-repeat;
    background-size: cover;
}

.development_pro .section-title h4,
.development_pro .section-title p {
    color: #fff;
}

.development_pro .section-title {
    padding-bottom: 0;
    padding-top: 50px;
    position: relative;
    z-index: 2;
}

.process_video {
    margin-top: -118px;
}

/*------ON-DEMAND SOLUTIONS-------*/

.ondemandsolution {
    padding: 58px 0;
}

.ondemandsolution .ondemand_project {
    margin: 0px;
    padding: 0px;
}

.ondemandsolution .ondemand_project ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.ondemandsolution .ondemand_project ul li {
    float: left;
    padding: 0px;
    margin: 0px;
    width: 25%;
}

.ondemandsolution .ondemand_project ul li .ondemand-item {
    display: block;
    margin: 0;
    padding-top: 250px;
    padding-bottom: 82px;
    overflow: hidden;
    -webkit-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}

/*----- Ondemand solution --------*/

.ondemandsolution {
    padding: 0px 0 60px 0;
}

.ondemandsolution .ondemand_project {
    margin: 0px;
    padding: 0px;
}

.ondemandsolution .ondemand_project ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.ondemandsolution .ondemand_project ul li {
    float: left;
    padding: 0px;
    margin: 0px;
    width: 25%;
}

.ondemandsolution .ondemand_project ul li .grid {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
}

.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 0;
    min-width: 100%;
    max-width: 100%;
    width: 50%;
    background: #0996d3;
    text-align: center;
    cursor: pointer;
}

.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    width: 100%;
    opacity: 0.8;
}

.grid figure figcaption {
    padding: 1em;
    color: #fff;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    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;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.grid figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.grid figure h5 {
    word-spacing: -0.15em;
    font-weight: 300;
}

.grid figure h5 span {
    font-weight: 800;
}

.grid figure h5,
.grid figure p {
    margin: 0;
}

.grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}

figure.effect-ruby {
    background-color: #0996d3;
}

figure.effect-ruby img {
    opacity: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: scale(1);
    transform: scale(1);
}

figure.effect-ruby:hover img {
    opacity: 0.2;
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}

figure.effect-ruby h5 {
    margin-top: 20%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    transition: transform 0.35s, -webkit-transform 0.35s;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    opacity: 0;
}

figure.effect-ruby p {
    margin: 1em 0 0;
    padding: 10px;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
    -webkit-transform: translate3d(0, 20px, 0) scale(1.1);
    transform: translate3d(0, 20px, 0) scale(1.1);
}

figure.effect-ruby:hover h5 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    font-size: 32px;
    font-weight: 300;
    color: #fff;
}

figure.effect-ruby:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
    font-size: 16px;
    color: #fff;
    font-weight: 300;
}

.ondemand_tagline {
    background-image: url(../images/on_demand.jpg);
    background: #0996d3;
    padding: 40px 0;
}

.ondemand_tagline h5 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 30px;
    color: #fff;
}

.ondemand_tagline p {
    font-weight: normal;
    font-size: 16px;
    color: #fff;
    padding-top: 6px;
}

a.viewall {
    background-color: #fff;
    border-radius: 4px;
    padding: 10px 40px;
    color: #00c8ff;
    font-size: 23px;
    text-transform: uppercase;
    margin-top: 0px;
    display: inline-block;
    float: right;
    text-align: center;
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

a.viewall > span {
    position: relative;
    z-index: 2;
}

a.viewall:hover {
    background-color: #FF7200;
    color: #fff;
}

.blog_home {
    padding: 45px 0 80px 0;
}

.blogbox {
    position: relative;
    overflow: hidden;
}

.blogbox img {
    -webkit-transition: 0.5s;
    transition: 0.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: #ffffff;
    font-size: 38px;
    text-align: center;
    font-weight: 300;
}

.blogbox .blog_overlay .blog_content a {
    background-color: #0996d3;
    padding: 10px 45px;
    color: #ffffff;
    font-size: 16px;
    display: inline-block;
    border-radius: 4px;
    margin-top: 15px;
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.blogbox .blog_overlay .blog_content a > span {
    position: relative;
    z-index: 2;
}

.blogbox .blog_overlay .blog_content a:hover {
    background-color: #fff;
    color: #0996d3;
}

.blog_list ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.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: 0.5s;
    transition: 0.5s;
}

.bloglisting:hover > img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.blog_list ul li:last-child {
    padding-right: 0px;
}

.blog_list ul li:first-child {
    padding-left: 0px;
}

.blog_list ul li .bloglisting .blogmsg {
    padding: 15px 15px 35px 15px;
}

.blog_list ul li .bloglisting .blogmsg a {
    font-size: 18px;
    color: #0996d3;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.blog_list ul li .bloglisting .blogmsg a:hover {
    color: #FF7200;
}

.blog_list ul li .bloglisting .blogmsg span {
    color: #666666;
    font-size: 14px;
    display: inline-block;
    margin-top: 10px;
}

.blog_list ul li .bloglisting .blogmsg p {
    color: #333333;
    font-size: 18px;
    margin: 20px 0 26px 0;
}

.client_says {
    background-color: #000;
    background-image: url(../images/clients.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    padding: 71px 0;
}

.client_says .section-title H4,
.client_says .section-title P {
    color: #FFF;
}

.client_says_box {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(6, 94, 138);
    border-radius: 8px;
    background-color: rgba(0, 0, 0, 0.212);
    margin: 15px 15px;
    min-height: 228px;
}


.client_says_box img {
    border-radius: 8px;
    max-width: 100%;
    width: 100%;
}

.client_says_sms {
    padding: 48px 30px 40px 30px;
    color: #fff;
    font-size: 16px;
    min-height: 260px;
}

.client_says_sms p {
    line-height: 26px;
    font-weight: 400;
    text-align: center;
    position: relative;
}

.client_says_sms p:after {
    content: "";
    position: absolute;
    top: -20px;
    left: -10px;
    background-image: url(../images/arrow_client.png);
    background-repeat: no-repeat;
    width: 29px;
    height: 29px;
}

.client_says_sms p:before {
    content: "";
    position: absolute;
    bottom: -10px;
    right: 0;
    background-image: url(../images/arrow_client2.png);
    background-repeat: no-repeat;
    width: 29px;
    height: 29px;
}

.client_name {
    text-align: center;
    color: #fff;
    font-size: 18px;
}

.client_name span {
    display: block;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    margin: 0 auto 18px;
}

.client_name span img {
    width: 37px;
    height: 37px;
    border-radius: 50%;
}

.client_name strong {
    position: relative;
    top: -14px;
    font-weight: 400;
}

.process_video {
    padding: 0 0px;
    position: relative;
    z-index: 0;
}




.modal-dialog {
    margin: 100px auto;
}

.video_pop .modal-content {
    position: relative;
    background-color: transparent;
    border-radius: 0;
    border: none;
}

.video_pop .modal-content .modal-body .close {
    position: absolute;
    top: -15px;
    right: -15px;
    z-index: 22;
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #000;
    opacity: 1;
    color: #fff;
    text-shadow: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.video_pop .modal-content .modal-body .close:hover {
    opacity: 0.5;
}

.video_pop .modal-content .modal-body {
    padding: 0;
}

.video-container iframe {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    line-height: 0;
}

/*Mobile Portfolio*/

.portfolio_project {
    background: #ddd;
    display: none;
}

.portfolio_msg {
    color: #fff;
    padding: 60px 0 0px 45px;
}

.wolero_port .portfolio_msg {
    padding: 20px 0 0px 45px;
}

.portfolio_msg h3 {
    margin-bottom: 20px;
    font-size: 60px;
    font-weight: normal;
}

.portfolio_msg h4 {
    color: #fff;
    font-size: 29px;
    margin: 35px 0 15px 0;
}

.portfolio_msg p {
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 20px;
}

a.featured_product {
    background: #f59f1a;
    font-size: 22px;
    color: #000;
    padding: 6px 20px;
    text-transform: uppercase;
}

a.case_study_btns {
    font-size: 24px;
    border-radius: 4px;
    border: 2px solid #f59f1a;
    display: inline-block;
    padding: 10px 25px;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

a.case_study_btns > span {
    position: relative;
    z-index: 2;
}

a.case_study_btns:hover {
    background-color: #F59F1A;
    color: #fff;
    border-color: #DC8F17;
}

.home_portfolio {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 50px 0 0 0;
    position: relative;
    width: 100%;
    float: left;
}

.home_portfolio > .container > .client_logo {
    text-align: center;
    margin-bottom: 100px;

}

.owl-carousel .owl-item img {
    display: inline-block;
    width: auto;
}

a.inqury_btn:after,
.btn_about:after,
a.letstalk:after,
a.case_study_btns:after,
.viewall:after,
.blog_redMore:after {
    content: '';
    position: absolute;
    width: 120%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    top: 0;
    left: 0px;
    z-index: 1;
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.btn_about:hover:after,
a.inqury_btn:hover:after,
a.letstalk:hover:after,
a.case_study_btns:hover:after,
.viewall:hover:after,
.blog_redMore:hover:after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.pro_img {
    text-align: center;
}


/*Megadrop_dwon*/

.mega-dropdown .maga_drop_down {
    width: auto;
    margin: 0 15px 0;
    padding: 15px;
    left: 0;
    right: 0px;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    height: auto;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.5);
}

.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 {
    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: 0.5s;
    transition: 0.5s;
    padding: 15px 10px;
    display: block;
    width: 100%;
    font-weight: 600;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.menu_tabs ul li a:focus,
.menu_tabs ul li a:hover,
.menu_tabs ul li.active a {
    background-color: #ff872f !important;
    color: #fff;
}

.menu_tabs ul li a img {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    margin-right: 5px;
}

.menu_tabs ul li a:hover img,
.menu_tabs ul li.active a 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 0 0px 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: normal;
    color: #4c4b4b;
    padding: 10px 10px 10px 30px;
    border-bottom: 1px solid #dadada;
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.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: 0.5s;
    transition: 0.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: rgb(255, 255, 255);
    text-transform: uppercase;
    line-height: 0.838;
    font-weight: 600;
    background-color: rgba(255, 135, 47, 0.6);
    text-transform: uppercase;
}

.menu_img_in > div.text_in_top span.bottom {
    padding: 5px;
    font-size: 17px;
    line-height: 17px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    line-height: 0.838;
    font-weight: 500;
    background-color: rgba(37, 39, 42, 0.6);
    text-transform: none;
}

.top_pading_add {
    padding-top: 15px;
}

.text_color_bot {
    background-color: rgba(37, 39, 42, 0.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: rgb(255, 135, 47);
    text-transform: uppercase;
    margin: 0;
}

.text_color_bot h5 {
    font-size: 17px;
    line-height: 17px;
    color: rgb(255, 255, 255);
    font-weight: 300;
    margin: 4px 0 0;
}

.text_color_bot p {
    font-size: 17px;
    line-height: 17px;
    color: rgb(255, 255, 255);
    font-weight: 600;
    margin: 7px 0 0;
}

.top_header_por {
    height: 66px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 5px 0px rgba(0, 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: 0.5s;
    transition: 0.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: 0.5s;
    transition: 0.5s;
}

a.mob_menu_btn.add_clas > span {}

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;
}

#videot {
    margin-top: 77px;
}

/*Megadrop_dwon End*/

.mobile_process {
    display: none;
}

.owl-carousel .owl-item img {
    -webkit-backface-visibility: hidden !important;
}

.icon_about {
    display: block;
    margin-top: 60px;
    margin-bottom: 50px;
}

.icon_about ul {
    display: block;
    text-align: left;
}

.icon_about ul li {
    display: inline-block;
    margin-right: 30px;
}

.icon_about ul li a {
    display: block;
    text-decoration: none;
}

.icon_about ul li a span.icon {
    display: inline-block;
    font-size: 60px;
    vertical-align: top;
    color: #0996D3;
}

.icon_about ul li a span.text {
    display: inline-block;
}

.icon_about ul li a span.text span.b {
    font-size: 36px;
    color: #0996D3;
    font-weight: 500;
    text-align: left;
    display: block;
}

.icon_about ul li a span.text span.s {
    font-size: 16px;
    color: #0996D3;
    text-align: left;
    margin-top: 10px;
    display: block;
}

.icon_about.right_icons ul li {
    margin-left: 0;
    margin-right: 30px;
}

.icon_about.right_icons ul li a span.text span.b,
.icon_about.right_icons ul li a span.text span.s,
.icon_about.right_icons ul li a span.icon {
    color: #fff;
}


/**********************************************************SUCCESS STORIES CSS START*/

.success-stories {
    overflow: hidden;
}

.success-story-item {
    height: 100vh;
}

.success-point {
    padding: 30px 0;
}

.success-point:first-child {
    border-bottom: 1px solid #fff;
}

.success-point span {
    display: block;
}

.success-point span.font30 {
    font-size: 30px;
}

@media only screen and (max-width:991px) {
    .success-point span.font30 {
        font-size: 24px;
    }
}

.success-story-item .table-cell {
    position: relative;
    overflow: hidden;
}

.success-story-item .table-cell:last-child:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 8.33333333%;
    height: 100%;
    background: #fff;
}

.success-stories-indicator {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 4.165%;
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.success-stories-indicator.active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}

.success-stories-indicator ul {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    width: 100%;
    right: 0;
    top: 50%;
}

.success-stories-indicator ul li {
    width: 20px;
    height: 2px;
    margin: 10px auto;
    background: #F08044;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.success-stories-indicator ul li.active {
    width: 40px;
}

.success-screens {
    position: fixed;
    height: 100%;
    width: 224px;
    top: 0;
    left: 50%;
    opacity: 0;
    margin-left: -112px;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.success-screens.active {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}

.success-screens .device {
    position: absolute;
    right: 0;
    top: 50%;
    height: 604px;
    width: 223px;
    margin-top: -302px;
}

.success-screens-item {
    position: absolute;
    top: 50%;
    height: 522px;
    width: 100%;
    margin-top: -261px;
    display: block;
}

.success-screens-item .app-icon {
    left: 0px;
    position: absolute;
    top: 100px;
    z-index: 2;
    opacity: 0;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.success-screens-item .app-screen {
    left: 0px;
    position: absolute;
    top: 0px;
    z-index: 1;
    opacity: 0;
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.success-screens-item.active .app-icon {
    opacity: 1;
    -webkit-transform: translateX(-40px);
    transform: translateX(-50px);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.success-screens-item.active .app-screen {
    opacity: 1;
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .success-screens {
        -webkit-transform: translateY(-100%) scale(0.65);
        transform: translateY(-100%) scale(0.65);
    }
    .success-screens.active {
        -webkit-transform: translateY(0%) scale(0.65);
        transform: translateY(0%) scale(0.65);
    }
}

@media only screen and (max-width:991px) {
    .success-stories-indicator,
    .success-screens,
    .success-story-item .table-cell:last-child:after {
        display: none;
    }
    .success-stories {
        overflow: auto;
        font-size: 0;
        white-space: nowrap;
        padding: 15px 0 0 15px;
        margin-bottom: 40px;
    }
    .success-story-item {
        height: auto;
        display: inline-block;
        width: 270px;
        padding-right: 15px;
    }
    .success-story-item .table-cell:first-child {
        display: none;
    }
    .success-story-item .table-cell:last-child {
        border-radius: 10px;
    }
    .success-story-item .btn-circle-icon {
        display: none;
    }
    .success-story-item .rounded-btn {
        display: inline-block;
        margin-bottom: 15px;
    }
    .success-point {
        padding: 22px 0;
    }
    .success-story-item .table-cell:last-child .col-md-8 {
        padding-top: 30px;
    }
    .success-story-item .table-cell:last-child h4 {
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
    }
    .success-story-item .table-cell:last-child h4 i {
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
        border-radius: 7px;
        overflow: hidden;
    }
}

.table {
    display: table;
    width: 100%;
    height: 100%;
    table-layout: fixed;
    margin: 0;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
}

@media only screen and (max-width:767px) {
    .table,
    .table-cell {
        display: block;
        width: 100%;
    }
}

/**********************************************************SUCCESS STORIES CSS STOP*/

.prot_folio_hading {
    padding-top: 70px;
}

.success-stories .left_texts h4 {
    margin-bottom: 20px;
    color: #444;
    font-size: 24px;
    line-height: 30px;
}

.success-stories .left_texts p {
    margin-bottom: 20px;
    color: #111;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}

.success-stories .left_texts a.btn {
    border-radius: 100px;
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    padding: 10px 30px;
    display: inline-block;
    color: #fff;
    background-color: #444;
}

.success-stories .right_bg {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.success-stories .right_texts p:first-child {
    border-bottom: 1px solid #fff;
}

.success-stories .right_texts p {
    color: #fff;
    padding: 30px 0;
}

.success-stories .right_texts p span {
    display: block;
}

.success-stories .right_texts p span.tital {
    font-size: 30px;
}

.success-stories .right_texts p span.sab_title {
    font-size: 24px;
    line-height: 30px;
}

.success-stories .right_texts p span.l_ttle {
    font-size: 18px;
    line-height: 30px;
}

.success-stories .right_texts ul li {
    display: inline-block;
    margin-right: 10px;
}

.success-stories .right_texts ul li a {
    text-align: center;
    display: block;
    border-radius: 100px;
    width: 44px;
    height: 44px;
    padding: 0;
    font-size: 20px;
    line-height: 44px;
    background-color: #fff;
    color: #444;
}


.success-stories .pikpak .left_texts h4 {
    color: #2d2b7e;
}

.success-stories .pikpak .left_texts a.btn {
    background-color: #2d2b7e;
}

.success-stories .pikpak .right_texts ul li a {
    color: #2d2b7e;
}

.success-stories .wolero .left_texts h4 {
    color: #f59f1a;
}

.success-stories .wolero .left_texts a.btn {
    background-color: #f59f1a;
}

.success-stories .wolero .right_texts ul li a {
    color: #f59f1a;
}

.success-stories .baritastic .left_texts h4 {
    color: #03865d;
}

.success-stories .baritastic .left_texts a.btn {
    background-color: #03865d;
}

.success-stories .baritastic .right_texts ul li a {
    color: #03865d;
}

.success-stories .urentme .left_texts h4 {
    color: #2d86d3;
}

.success-stories .urentme .left_texts a.btn {
    background-color: #2d86d3;
}

.success-stories .urentme .right_texts ul li a {
    color: #2d86d3;
}

/*Secound Footer start*/

.secfooter {
    background-image: url(../images/sec_footer.jpg);
    background-size: cover;
    padding-bottom: 90px;
}

.secfooter .sec_footer_left ul.start {
    margin: 0;
    padding: 0;
    display: block;
    text-align: center;
}

.secfooter .sec_footer_left ul.start li {
    display: inline-block;
    list-style: none;
}

.secfooter .sec_footer_left .rating_text {
    font-size: 36px;
    color: rgb(255, 204, 0);
    text-align: left;
    display: block;
    text-align: center;
    margin: 20px 0;
    font-weight: 300;

}

.secfooter .sec_footer_left p {
    font-size: 26px;
    color: rgb(255, 255, 255);
    text-align: center;
    font-weight: 300;
    max-width: 350px;
    margin: 0 auto 50px;

}

.sec_footer_left {
    padding: 60px 15px 50px;
}

.info_conta_boxes > .box_in {
    border-radius: 4px;
    background-color: rgb(13, 47, 81);
    width: 100%;
    padding: 5px 0;
    margin-bottom: 20px;
}

.info_conta_boxes > .box_in span.left_icon {
    display: inline-block;
    width: 73px;
    height: 73px;
    text-align: center;
    line-height: 73px;
    border-right: 1px solid #1a4168;
}

.info_conta_boxes > .box_in span.right_data {
    margin-left: 25px;
    display: inline-block;
    vertical-align: middle;
}

.info_conta_boxes > .box_in span.right_data > span {
    display: block;
}

.info_conta_boxes > .box_in span.right_data > span.tital {
    font-size: 12px;
    color: rgb(98, 155, 213);
    text-transform: uppercase;
    font-weight: 300;
}

.info_conta_boxes > .box_in span.right_data > span.main_data {
    font-size: 18px;
    color: rgb(255, 255, 255);
}

.info_conta_boxes > .box_in:last-child {
    margin-bottom: 0;
}

.secfooter .sec_footer_right .new_project_form {
    -webkit-box-shadow: 0px 5px 13px 0px rgba(0, 0, 0, 0.54);
    box-shadow: 0px 5px 13px 0px rgba(0, 0, 0, 0.54);
    background-color: #fff;
    padding: 35px 45px;
    margin-top: -15px;
    margin-bottom: -50px;
}

.secfooter .sec_footer_right .new_project_form h3 {
    font-size: 20px;
    color: rgb(96, 96, 96);
    text-align: left;
    margin: 0 0 20px;
}

.sec_footer_right .sec_foot_form .form-group {
    margin-bottom: 15px;
}

.sec_footer_right .sec_foot_form .form-group label {
    font-size: 16px;
    color: #444;
    text-align: left;
    margin: 0 0 5px;
    font-weight: normal;
}

.sec_footer_right .sec_foot_form .form-group .form-control {
    height: 43px;
    width: 100%;
    background-color: #fbfbfb;
    border: 1px solid #999;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.sec_footer_right .sec_foot_form .form-group a.form-control {
    line-height: 43px;
    padding: 0 15px;
    color: #666;
}

.sec_footer_right .sec_foot_form .form-group a.form-control span {
    display: inline-block;
    background-color: #e7e7e7;
    border: 1px solid #bdbdbd;
    height: 22px;
    line-height: 22px;
    padding: 0 11px;
    margin-left: 5px;
}

.sec_footer_right .sec_foot_form .form-group select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-color: #999;
    background-color: #fff;
    color: #444;
    background-image: url(../images/select_down.jpg);
    background-repeat: no-repeat;
    background-position: center right;
}

.sec_footer_right .sec_foot_form .form-group textarea.form-control {
    resize: none;
    height: 125px;
    margin-bottom: 0;
}

.sec_footer_right .sec_foot_form .submit_btn {
    font-size: 18px;
    color: rgb(255, 255, 255);
    text-align: center;
    padding: 10px 44px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: #ff7200;
}

.sec_footer_right .sec_foot_form .submit_btn:hover {
    background-color: #2188ba;
}

.google_cptcha_2 {
    margin-bottom: 15px;
}

.footer-logo-home-page {
    margin-top: 15px;
    margin-bottom: 30px;
    text-align: center;
}

.footer-logo-home-page img {
    margin-right: 32px;
    display: inline-block;
    vertical-align: middle;
}

.footer-logo-home-page img:last-child {
    margin-right: 0;
}

/*Secound Footer end*/

footer {
    background: #25272a;
    float: left;
    padding: 40px 0 0;
    width: 100%;
    margin-bottom: -23px
}

footer h3 {
    color: #fff;
    float: left;
    font-size: 20px;
    width: 100%;
    font-weight: 400;
}

.address {
    color: #d4d4d4;
    font-size: 14px
}

.address a {
    color: #d4d4d4;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%
}

.address img {
    float: left;
    margin: 15px 0 5px;
    padding: 0
}

.address p {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%
}

.address a:hover {
    color: #009ee0;
    text-decoration: none
}

.divided_line {
    background: #2d3033;
    float: left;
    height: 1px;
    margin: 25px 0;
    width: 100%
}

ul.list_footer {
    margin: 10px 0 0;
    padding: 0
}

ul.list_footer li {
    padding-bottom: 8px
}

ul.list_footer li a {
    color: #fff;
    text-decoration: none
}

ul.list_footer li a:hover {
    color: #009ee0;
    text-decoration: none
}

.footer_text {
    color: #d4d4d4;
    font-size: 16px
}

.footer_strip,
.footer_text > p,
.star_content {
    font-size: 14px
}

a.request_quote {
    background: #009ee0;
    border-radius: 4px;
    color: #fff;
    float: left;
    height: 52px;
    margin-top: 15px;
    padding: 15px 48px 0;
    text-align: center
}

a.request_quote:hover {
    background: #fff;
    color: #009ee0;
    text-decoration: none
}

.footer_textbg a,
.star_content {
    color: #d4d4d4
}

.star_content {
    clear: both;
    width: 100%
}

.star_content > div {
    background: url(../images/star-icon.png) left center no-repeat rgba(0, 0, 0, 0);
    display: inline-block;
    padding-left: 75px
}

.star_wrapper {
    margin: 0 auto;
    text-align: center;
    width: 100%
}

.footer_social {
    display: inline-block;
    margin-top: 24px;
    margin-left: 14px
}

ul.footer_social li {
    display: inline-block;
    margin-left: 5px
}

ul.footer_social li:first-child,
ul.footer_social li:nth-child(5) {
    margin-left: 0
}

.footer_textbg a:hover {
    color: #009ee0;
    text-decoration: none
}

ul.winner_list {
    float: right
}

ul.winner_list li {
    display: block;
    float: left;
    margin: 0;
    padding: 0 5px
}

.header_bg,
ul.call_to_action_h li {
    display: inline-block
}

.footer_strip {
    background: #2d3033;
    color: #d4d4d4;
    float: left;
    margin-top: 40px;
    padding: 30px 0;
    width: 100%
}

.dmcaclass {
    float: right
}

.address span {
    float: left;
    margin-left: 5px;
    margin-top: 14px
}

#portfolio2.owl-carousel .owl-stage-outer,
#clientsay.owl-carousel .owl-stage-outer,
.hero_clint_slider.owl-carousel .owl-stage-outer {
    background-color: transparent !important;
}

.hero_clint_slider {
    width: auto;
}



.iot-banner,
.spritefoot01,
.spritefoot02,
.spritefoot03,
.spritefoot04,
.spritetac-iphone,
.spritewinner04 {
    background-size: 100%
}

ul.hire-list-iphone-app-developer li h3 {
    color: #fff;
    font-size: 26px;
    font-family: robotoregular
}

.spriteapplencer-futura,
.spritefoot01,
.spritefoot02,
.spritefoot03,
.spritefoot04,
.spritetac-iphone,
.spritewinner04 {
    max-width: 100%;
    background-image: url(../images/spritesheet.png)
}

.spritetac-iphone {
    background-position: 0 0
}

.spriteapplencer-futura {
    background-position: 0 16.666667%;
    background-size: 100%
}

.spritefoot01 {
    background-position: 0 33.333333%
}

.spritefoot02 {
    background-position: 0 50%
}

.spritefoot03 {
    background-position: 0 66.666667%
}

.spritefoot04 {
    background-position: 0 83.333333%
}

.spritewinner04 {
    background-position: 0 100%
}

.acuaia-partner,
.amazonde,
.iot-banner,
.iso-icon,
.microsoft-partner-1,
.nasscom-partner,
.samsung {
    max-width: 100%;
    background-image: url(../images/client-sprite.png)
}

.iot-banner {
    background-position: 0 0
}

.acuaia-partner,
.amazonde,
.iso-icon,
.microsoft-partner-1,
.nasscom-partner,
.samsung {
    background-size: 116.666667%
}

.acuaia-partner {
    background-position: 0 8.75576%
}

.amazonde {
    background-position: 0 18.676123%
}

.iso-icon {
    background-position: 0 32.587065%
}

.microsoft-partner-1 {
    background-position: 0 50.746269%
}

.nasscom-partner {
    background-position: 0 68.905473%
}

.samsung {
    background-position: 0 100%
}

.footer_full {
    text-align: center;
}

.address {
    text-align: left;
}

.owl-stage-outersliders .owl-stage-outer {
    height: 100px !important;
    overflow: hidden !important;
}

/*Start_up Css Start*/

.start_up {
    background-color: #f0f0f0;
    padding: 45px 0;
}

.card_strt_up {
    padding: 0 25px;
    margin-bottom: 40px;
}

.card_strt_up ul {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -20px;
}

.card_strt_up ul li {
    padding: 0 20px;
    -moz-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    -o-flex: 0 0 20%;
    -webkit-box-flex: 0;
    flex: 0 0 20%;
}

.card_strt_up ul li a {
    display: block;
    border-width: 1px;
    border-color: rgb(33, 136, 186);
    border-style: dashed;
    border-radius: 6px;
    padding: 4px;
}

.card_strt_up ul li a span.outer {
    display: block;
    border-radius: 6px;
    background-color: rgb(255, 255, 255);
    text-align: center;
    padding: 20px;
    height: 215px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    overflow: hidden;
}

.card_strt_up ul li a span.outer span {
    display: block;
}

.card_strt_up ul li a span.outer span.icon {
    height: 130px;
    line-height: 130px;
    font-size: 65px;
    color: #0996d3;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 1;
}

.card_strt_up ul li a span.outer span.title {
    font-size: 20px;
    color: rgb(51, 51, 51);
    line-height: 25px;
    font-weight: 300;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 1;
}


.card_strt_up ul li a span.outer span.data {
    line-height: 0px;
    height: 0;
    font-weight: 300;
    overflow: hidden;
    color: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
}

.card_strt_up ul li a:hover span.outer {
    background-color: #0996d3;
}

.card_strt_up ul li a:hover span.outer span.icon {
    color: #fff;
    height: 0;
    line-height: 0px;
    font-size: 0;
    overflow: hidden;
    opacity: 0;
}

.card_strt_up ul li a:hover span.outer span.title {
    font-weight: 600;
    color: #fff;
    height: 80px;
    line-height: 80px;
}

.card_strt_up ul li a span.outer span.data {
    font-size: 18px;
    color: #fff;
    opacity: 1;
    height: auto;
    line-height: 22px;
}

.com_info_here {
    margin: 0 25px 45px;
    width: auto;
    position: relative;
    border-width: 1px;
    border-color: rgb(183, 183, 183);
    border-style: dashed;
    border-radius: 6px;
    padding: 25px;

}

.com_info_here h3 {
    font-size: 21px;
    color: rgb(9, 150, 211);
    text-align: center;
    background-color: #F0F0F0;
    font-weight: 300;
    line-height: 30px;
    margin: -43px auto 30px;
    max-width: 280px;
}

.com_info_here ul {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.com_info_here ul li {
    padding: 0 20px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.com_info_here ul li span {
    display: block;
}

.com_info_here ul li span.com {
    float: left;
    width: 125px;
    text-align: center;
}

.com_info_here ul li span.com span.icon {
    margin-bottom: 15px;
}

.com_info_here ul li span.com span.title {
    font-size: 17px;
    color: rgb(51, 51, 51);
    font-weight: 300;
}

.com_info_here ul li span.data {
    font-size: 16px;
    color: rgb(82, 82, 82);
    margin-left: 125px;
    width: 0px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    overflow: hidden;
    height: 120px;
    font-weight: 300;
}


.com_info_here ul li:hover span.data {
    width: 299px;
    height: 120px;
}

.bot_btns a.btn {
    font-size: 22px;
    color: rgb(255, 255, 255);
    text-align: center;
    border-radius: 2px;
    background-color: #ccc;
    height: 59px;
    line-height: 55px;
    padding: 0 32px;
    margin: 5px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.bot_btns a.btn.ornage_btn {
    background-color: #ff7200;
}

.bot_btns a.btn.blue_btn {
    background-color: #0996d3;
}

.bot_btns a.btn.ornage_btn:hover,
.bot_btns a.btn.blue_btn:hover {
    background-color: #444;
}

.bot_btns a.btn span.img {
    width: 30px;
    display: inline-block;
    margin-right: 9px;
    position: relative;
    top: -4px;
}

/*Start_up Css End*/

/*Abput Page CSS Start*/

.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, 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;
}

.coman_page_head h3 {
    font-size: 60px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 10px;
}

.coman_page_head p {
    font-size: 16px;
    color: rgb(204, 204, 204);
    margin: 0;
}

.about_info_sec {
    padding: 80px 0;
}

.about_title {
    margin-bottom: 40px;
}

.about_title h4 {
    font-size: 36px;
    color: rgb(51, 51, 51);
    text-align: center;
    font-weight: 300;
}

.about_title p {
    font-size: 17px;
    color: rgb(102, 102, 102);
    text-align: center;
    max-width: 1253px;
    font-weight: 300;
    margin-top: 30px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
}

.about_title ul {
    margin-top: 15px;
    display: block;
}

.about_title ul li {
    display: inline-block;
}

.about_title ul li a.btn {
    border-radius: 6px;
    color: rgb(9, 150, 211);
    background-color: #fff;
    height: 50px;
    line-height: 45px;
    font-size: 15px;
    margin: 0 10px 5px 0;
    padding: 0 15px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.about_title ul li a.btn:hover {
    color: #fff;
    background-color: #F08044;
}

.Rounded_Rectangle_24 {
    border-radius: 6px;
    background-color: rgb(9, 150, 211);
    position: absolute;
    left: 305px;
    top: 5692px;
    width: 168px;
    height: 50px;
    z-index: 201;
}


.about_info_sec .icon_about {
    margin: 0;
}

.about_info_sec .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;
}

.about_info_sec .icon_about ul li {
    margin: 0;
}

.about_info_sec .icon_about ul li a span.text,
.about_info_sec .icon_about ul li a span.icon {
    vertical-align: middle;
}

.about_info_sec .icon_about ul li a span.text span.b {
    line-height: 35px;
    color: #0cf;
}

.icon_about ul li a span.text span.s {
    margin-top: 0;
    color: #333;
}

.about_info_sec .icon_about ul li a span.icon {
    color: #f93;
}

.about_work_aproch {
    padding: 80px 0;
    background-color: #2188ba;
}

.about_work_aproch .about_title h4 {
    color: #fff;
}

.about_work_aproch .about_title p {
    color: #fff;
    font-size: 20px;
}

.about_work_aproch .aproch_item {
    max-width: 370px;
    margin: 0 auto;
}

.about_work_aproch .aproch_item span.img_text {
    border-style: solid;
    border-width: 10px;
    border-color: #00bfff;
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    width: 291px;
    display: block;
    height: 291px;
    margin: 0 auto 20px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: 0 0 00px 00px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 00px 00px rgba(0, 0, 0, 0.2);
}



.about_work_aproch .aproch_item span.img_text span.img {
    width: 75px;
    display: block;
    margin: 75px auto 10px;
    height: 90px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.about_work_aproch .aproch_item span.img_text span.text {
    display: block;
    width: 100%;
    font-size: 26px;
    color: rgb(90, 89, 89);
    text-align: center;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.about_work_aproch .aproch_item span.img_text:hover {
    background-color: #2188ba;
    border-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0 0 40px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 40px 20px rgba(0, 0, 0, 0.2);
}

.about_work_aproch .aproch_item span.img_text:hover span.img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.about_work_aproch .aproch_item span.img_text:hover span.text {
    color: #fff;
}

.about_work_aproch .aproch_item p {
    font-size: 17px;
    color: rgb(255, 255, 255);
    margin: 0;
    font-weight: 300;
    text-align: center;
}

.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 .octal {
    max-width: 636px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -318px;
    z-index: 2;
}

.visan_mission .visan {
    float: left;
    border-radius: 20px;
    background-color: rgb(255, 152, 40);
    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 .visan h5 {
    font-size: 36px;
    color: rgb(255, 255, 255);
    font-weight: 300;
    text-align: left;
    margin-bottom: 30px;
}

.visan_mission .visan p {
    font-size: 18px;
    color: rgb(255, 255, 255);
    margin: 0;
    line-height: 1.6;
    font-weight: 300;
    max-width: 393px;
}

.visan_mission .mission {
    float: right;
    border-radius: 20px;
    background-color: rgb(9, 142, 201);
    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: #057eb3;
}


.visan_mission .mission h5 {
    font-size: 36px;
    color: rgb(255, 255, 255);
    font-weight: 300;
    text-align: right;
    margin-bottom: 30px;
}

.visan_mission .mission p {
    font-size: 18px;
    color: rgb(255, 255, 255);
    margin: 0;
    line-height: 1.6;
    font-weight: 300;

    max-width: 370px;
    margin-left: auto;
    text-align: right;
}

.oer_team_about {
    background-color: #098ec9;
}

.oer_team_about .about_title {
    max-width: 540px;
    margin-left: auto;
    padding-top: 50px;
    margin-bottom: 0;
}

.oer_team_about .about_title h4 {
    color: #fff;
    text-align: left;
}

.oer_team_about .about_title p {
    color: #fff;
    text-align: left;
    font-size: 18px;
    color: rgb(255, 255, 255);
    line-height: 1.6;
}


.oer_team_about .about_title p b {
    font-weight: 400;
}

.oer_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;
}

.oer_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;
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: relative;
}

.oer_team_about ul.photos li:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #098EC9;
    top: 0;
    right: 0;
}

.oer_team_about ul.photos:hover li {}

.oer_team_about ul.photos li.active {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
}

.oer_team_about {
    overflow: hidden;
}

.oer_team_about .container-fluid {
    padding: 0;
}

.abo_top_rank {
    background-image: url(../images/app_rating_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 80px 0;
}

.abo_top_rank h4 {
    font-size: 36px;
    color: rgb(255, 255, 255);
    text-align: center;
    font-weight: 300;
    margin-bottom: 60px;
}

.abo_top_rank ul.app_listing {
    display: block;
    text-align: center;
}

.abo_top_rank ul.app_listing li {
    display: inline-block;
    margin: 5px 3px;
    vertical-align: middle;
}

.abo_top_rank ul.app_listing li a {
    border-width: 1px;
    border-color: rgba(255, 255, 255, 0.302);
    border-style: solid;
    width: 384px;
    height: 224px;
    display: block;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.abo_top_rank ul.app_listing li a:hover {
    background-color: #098ec9;
}

.abo_top_rank ul.app_listing li a span.img {
    display: block;
    text-align: center;
    height: 145px;
    line-height: 145px;
}

.abo_top_rank ul.app_listing li a span.text {
    display: block;
    text-align: center;
    width: 230px;
    margin: 0 auto;
    font-size: 17px;
    color: rgb(204, 204, 204);
}

.over_slients {
    padding: 80px 0;
}

.over_slients 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;
}

.over_slients 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-left: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

.over_slients ul li a img {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.over_slients ul li a img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.over_slients ul li:nth-child(4n + 1) {
    border-left: 0;
}

.over_slients ul li:nth-child(5),
.over_slients ul li:nth-child(6),
.over_slients ul li:nth-child(7),
.over_slients ul li:nth-child(8) {
    border-bottom: 0;
}

.blog.about_blog {
    padding: 80px 0 0;
}

.start_project {
    padding: 80px 0;
    background-color: #2188ba;
}

.start_project .about_title h4 {
    color: #fff;
}

.start_project .about_title p {
    color: #fff;
    font-weight: normal;
    margin-top: 20px;
}

.start_project a.ornage_btn {
    border-radius: 4px;
    background-color: rgb(255, 114, 0);
    height: 49px;
    line-height: 49px;
    padding: 0 30px;
    font-size: 16.645px;
    color: rgb(255, 255, 255);
    font-weight: 300;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.start_project a.ornage_btn:hover {
    background-color: #fff;
    color: rgb(255, 114, 0);
}

a.btn.read_more:hover {
    background-color: #F08044;
    color: #fff;

}

a.btn.read_more {
    border-radius: 6px;
    color: #fff;

    background-color: rgb(9, 150, 211);
    height: 40px;
    line-height: 35px;
    font-size: 15px;
    margin: 15px;
    padding: 0 15px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    display: inline-block;
}

/*Abput Page CSS End*/

/*Android Page New Css Start*/

.android_hero {
    padding: 260px 0;
}

.indes_sec_android {
    background-color: #2188ba;
    padding: 80px 0;
}

.about_title.white_text h4,
.about_title.white_text p {
    color: #fff;
}

.andi_icns_servics {
    display: block;
    margin-bottom: 35px;
}

.andi_icns_servics 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;
    text-align: center;
}

.andi_icns_servics ul li {
    display: inline-block;
    border-width: 1px;
    border-color: rgb(255, 255, 255);
    border-style: dashed;
    border-radius: 5px;
    width: 162px;
    height: 167px;
    text-align: center;
    margin-bottom: 5px;
    padding: 0 2px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.healthcare_solutions  ul li {

    width: 192px;
    margin-bottom: 20px;

}

.andi_icns_servics ul li a {
    display: inline-block;
    border-radius: 5px;
    background-color: transparent;
    width: 100%;
    height: 161px;
    margin-top: 2px;
    color: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.andi_icns_servics ul li span {
    display: block;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #fff;
}

.andi_icns_servics ul li span.icons {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 50px;
    height: 50px;
    line-height: 50px;

}

.andi_icns_servics ul li a span {
    display: block;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #fff;
}

.andi_icns_servics ul li a span.icons {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 50px;
    height: 50px;
    line-height: 50px;

}

.andi_icns_servics ul li span.text {
    font-size: 18px;
}

.andi_icns_servics ul li a span.text {
    font-size: 18px;
}

.andi_icns_servics ul li:hover {
    background-color: #fff;
}

.andi_icns_servics ul li:hover a {
    background-color: #fff;
}

.andi_icns_servics ul li:hover span {
    color: #2188ba;
}

.andi_icns_servics ul li:hover a span {
    color: #2188ba;
}

.anidi_services {
    padding: 40px 20px 80px;
    border-radius: 6px;
    background-color: rgb(20, 110, 153);
}

.anidi_services ul {
    display: block;
}

.anidi_services ul li {
    display: block;
    margin-bottom: 15px;
    color: #fff;
    text-decoration: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.anidi_services ul li:last-child {
    margin-bottom: 0;
}

.anidi_services ul li a {
    display: block;
    color: #fff;
    text-decoration: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.anidi_services ul li a span.icon {
    width: 50px;
    display: block;
    font-size: 30px;
    vertical-align: middle;
    float: left;
}

.anidi_services ul li a span.text {
    display: block;
    vertical-align: middle;
    font-size: 16px;
    margin-left: 50px;
    padding-top: 12px;
}

.anidi_services ul li a:hover {
    color: #ff7200;
}



.anidi_services ul li span.icon {
    width: 50px;
    display: block;
    font-size: 30px;
    vertical-align: middle;
    float: left;
}

.anidi_services ul li span.text {
    display: block;
    vertical-align: middle;
    font-size: 16px;
    margin-left: 50px;
    padding-top: 12px;
}

.anidi_services ul li:hover {
    color: #ff7200;
}

a.explore_more_andi {
    display: inline-block;
    border-radius: 2px;
    background-color: rgb(255, 114, 0);
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    font-size: 17px;
    color: rgb(255, 255, 255);
    text-align: center;
    position: relative;
    top: 0px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

a.explore_more_andi.active {
    top: -25px;
}

a.explore_more_andi span.icon {
    width: 23px;
    height: 23px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    background-color: #fff;
    color: rgb(255, 114, 0);
    font-size: 12px;
    text-align: center;
    line-height: 23px;
    margin-left: 10px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

a.explore_more_andi:hover {
    background-color: #fff;
    color: rgb(255, 114, 0);
}

a.explore_more_andi:hover span.icon {
    color: #fff;
    background-color: rgb(255, 114, 0);
}

.tech_steck {
    padding: 80px 0;
}

.bars_logo_tech .bar_ing {
    border-width: 1px;
    border-color: rgb(9, 150, 211);
    border-style: dashed;
    border-radius: 6px;
    margin-top: 20px;
    padding: 7px;
}

.bars_logo_tech .bar_ing .tech_left {
    background-color: #2188ba;
    width: 273px;
    height: 104px;
    line-height: 104px;
    padding: 0 40px;
    color: #fff;
    font-size: 24px;
    color: rgb(255, 255, 255);
    font-weight: 300;
    position: relative;
    float: left;
}

.bars_logo_tech .bar_ing .tech_left:before {
    position: absolute;
    content: '';
    background-color: #fff;
    height: 104px;
    width: 25px;
    z-index: 1;
    top: 0;
    right: 0;
}

.bars_logo_tech .bar_ing .tech_left:after {
    position: absolute;
    content: '';
    background-image: url(../images/arro_img.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 104px;
    width: 25px;
    z-index: 2;
    top: 0;
    right: 0;
}

.bars_logo_tech .bar_ing .tech_left span.icon {
    display: inline-block;
    width: 70px;
    font-size: 50px;
    vertical-align: middle;
}

.bars_logo_tech .bar_ing .tech_left span.text {
    position: relative;
    top: 5px;
}

.bars_logo_tech .bar_ing .logo_text_right {
    margin-left: 285px;
    display: block;
}

.bars_logo_tech .bar_ing .logo_text_right ul {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 104px;
    line-height: 104px;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow-y: hidden;
    overflow-x: auto;
}

.bars_logo_tech .bar_ing .logo_text_right ul li {
    padding: 0 10px;
    -moz-flex: 0 0 120px;
    -ms-flex: 0 0 120px;
    -o-flex: 0 0 120px;
    -webkit-box-flex: 0;
    flex: 0 0 120px;
    text-align: center;
}

.andi_port_item {
    background-image: url(../images/prot_bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.data_prot_andi {
    max-width: 570px;
    padding-top: 100px;
}

.data_prot_andi .andi_logo {
    margin-bottom: 20px;
}

.data_prot_andi h3 {
    font-size: 50px;
    color: rgb(255, 255, 255);
    font-weight: bold;
}

.data_prot_andi h5 {
    font-size: 22px;
    color: rgb(255, 255, 255);
    margin-bottom: 55px;
    font-weight: normal;
}

.data_prot_andi p {
    font-size: 17px;
    color: rgb(255, 255, 255);
    text-align: left;
    line-height: 26px;
    margin-bottom: 40px;
}

.data_prot_andi ul.btns {
    display: block;
}

.data_prot_andi ul.btns li {
    display: inline-block;
    margin-right: 13px;
    vertical-align: middle;
}

.data_prot_andi ul.btns li:last-child {
    margin-right: 0;
}

.data_prot_andi ul.btns li a.btn.more_btn {
    border-style: solid;
    border-width: 1px;
    border-color: #B18785;
    border-radius: 6px;
    background-color: rgb(0, 0, 0);
    height: 46px;
    line-height: 42px;
    padding: 0 15px;
    font-size: 18px;
    color: rgb(255, 255, 255);
}

.data_prot_andi ul.btns li a.btn.more_btn span.icon {
    margin-left: 5px;
}

.prot_folio_mobile {
    padding-top: 60px;
}

.call_out_andi {
    background-image: url(../images/andi_call_out.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 45px 0;
}



.call_out_andi .container h3 {
    font-size: 34px;
    color: rgb(255, 255, 255);
    text-align: left;
    float: left;
    margin-top: 10px;
}

.call_out_andi .container a.btn {
    border-radius: 4px;
    background-color: rgb(255, 114, 0);
    height: 64px;
    line-height: 60px;
    float: right;
    padding: 0;
    font-size: 24px;
    color: rgb(255, 255, 255);
    padding: 0 35px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.call_out_andi .container a.btn:hover {
    color: rgb(255, 114, 0);
    background-color: rgb(255, 255, 255);
}

.hire_and_dev {
    padding: 80px 0;
}

.hire_and_dev {
    padding: 80px 0;
    overflow: hidden;
}

.hire_and_dev .tabing_content {
    margin-top: 60px;
    position: relative;
}

.hire_and_dev .tabing_content ul.tabing_btns {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 390px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.hire_and_dev .tabing_content ul.tabing_btns:after {
    content: '';
    position: absolute;
    display: block;
    border-width: 1.5px;
    border-color: rgb(183, 183, 183);
    border-style: dashed;
    width: 1807px;
    height: 1329px;
    border-radius: 50%;
    top: 225px;
    left: 50%;
    margin-left: -903.5px;
}

.hire_and_dev .tabing_content ul.tabing_btns li {
    text-align: center;
    z-index: 2;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.hire_and_dev .tabing_content ul.tabing_btns li a {
    width: 150px;
    display: block;
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.hire_and_dev .tabing_content ul.tabing_btns li a span {
    display: block;
    text-align: center;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.hire_and_dev .tabing_content ul.tabing_btns li a span.icon {
    position: absolute;
    width: 100%;
    top: -120px;
    left: 0;
    color: #999;
    font-size: 30px;
    border-radius: 50%;
}

.hire_and_dev .tabing_content ul.tabing_btns li a span.text {
    position: absolute;
    width: 100%;
    top: -70px;
    left: 0;
    font-size: 20px;
    color: rgb(51, 51, 51);
    text-align: center;
    font-weight: 300;
    line-height: 20px;
}

.hire_and_dev .tabing_content ul.tabing_btns li a span.number {
    border-style: solid;
    border-width: 2px;
    border-color: rgb(166, 168, 169);
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    width: 47px;
    height: 47px;
    line-height: 42px;
    display: block;
    margin: 0 auto;
    font-size: 24px;
    color: rgb(151, 151, 151);
    text-align: center;
    position: relative;
}

.hire_and_dev .tabing_content ul.tabing_btns li a span.number:before {
    content: '';
    position: absolute;
    width: 182px;
    height: 182px;
    border: 2px solid rgb(6, 128, 180);
    border-radius: 50%;
    top: -215px;
    left: 50%;
    margin-left: -91px;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-clip-path: inset(72% 0 0 0);
    clip-path: inset(80% 0 0 0);
}

.hire_and_dev .tabing_content ul.tabing_btns li a span.number:after {
    content: '';
    position: absolute;
    background-color: rgb(6, 128, 180);
    width: 2px;
    height: 0px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    bottom: 43px;
    left: 50%;
    margin-left: -1px;
}


.hire_and_dev .tabing_content ul.tabing_btns li:nth-child(1),
.hire_and_dev .tabing_content ul.tabing_btns li:nth-child(5) {
    margin-top: 350px;
}

.hire_and_dev .tabing_content ul.tabing_btns li:nth-child(3) {
    margin-top: 200px;
}

.hire_and_dev .tabing_content ul.tabing_btns li:nth-child(2),
.hire_and_dev .tabing_content ul.tabing_btns li:nth-child(4) {
    margin-top: 235px;
}

.hire_and_dev .tabing_content ul.tabing_btns li.active span.number {
    border-color: #2188ba;
    color: #2188ba;
}

.hire_and_dev .tabing_content ul.tabing_btns li.active span.text {
    opacity: 0;
}

.hire_and_dev .tabing_content ul.tabing_btns li.active a span.number:after {
    height: 33px;
}

.hire_and_dev .tabing_content ul.tabing_btns li.active a span.icon {
    border-style: solid;
    border-width: 2px;
    border-color: rgb(255, 255, 255);
    border-radius: 50%;
    background-color: rgb(33, 136, 186);
    width: 156px;
    height: 156px;
    text-align: center;
    color: #fff;
    line-height: 156px;
    font-size: 60px;
    top: -200px;
    left: 50%;
    margin-left: -78px;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.hire_and_dev .tabing_content ul.tabing_btns li.active a span.number:before {
    opacity: 1;
}

.tab_conted_data {
    max-width: 840px;
    margin: -50px auto 0;
    position: relative;
    z-index: 5;
    text-align: center;
}

.tab_conted_data h4 {
    font-size: 24px;
    color: rgb(33, 136, 186);
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px;
}

.tab_conted_data p {
    font-size: 20px;
    color: rgb(82, 83, 83);
    line-height: 1.3;
    text-align: center;
    font-weight: 300;
    margin-bottom: 55px;
}


.tab_conted_data ul {
    display: block;
    text-align: center;
}

.tab_conted_data ul li {
    display: inline-block;
}

.tab_conted_data ul li a {
    font-size: 18px;
    color: rgb(33, 136, 186);
    text-decoration: underline;
    line-height: 1.722;
    text-align: center;
    padding: 0 35px;
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.tab_conted_data ul li a:after {
    content: "|";
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
}

.tab_conted_data ul li:last-child a:after {
    display: none;
}

.tab_conted_data ul li a:hover {
    color: #ff7200;
}

a.btn_for_hire {
    position: relative;
    z-index: 10;
    display: inline-block;
    margin-top: 50px;
    border-radius: 2px;
    background-color: rgb(255, 114, 0);
    height: 59px;
    line-height: 59px;
    padding: 0 35px;
    font-size: 25px;
    color: rgb(255, 255, 255);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

a.btn_for_hire span.img {
    width: 33px;
    margin-right: 10px;
    display: inline-block;
}

a.btn_for_hire:hover {
    background-color: #2188ba;
}

.anidi_about_info.about_info_sec .about_title {
    margin-bottom: 0;
}

.hire_and_dev .tabing_content ul.tabing_btns li.repal_effect {
    position: relative;
}

.hire_and_dev .tabing_content ul.tabing_btns li.repal_effect:before {
    content: '';
    position: absolute;
    width: 47px;
    height: 47px;
    border-style: solid;
    border-width: 1px;
    border-color: #2188BA;
    border-radius: 50%;
    top: 0px;
    left: 50%;
    margin-left: -23.5px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-animation: rpal_efc 2s linear 0s infinite;
    animation: rpal_efc 2s linear 0s infinite;
    z-index: -2;
}

.hire_and_dev .tabing_content ul.tabing_btns li.repal_effect:after {
    content: '';
    position: absolute;
    width: 47px;
    height: 47px;
    border-style: solid;
    border-width: 1px;
    border-color: #2188BA;
    border-radius: 50%;
    top: 0px;
    left: 50%;
    margin-left: -23.5px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-animation: rpal_efc 2s linear 1s infinite;
    animation: rpal_efc 2s linear 1s infinite;
    z-index: -2;
}

.hire_and_dev .tabing_content ul.tabing_btns li.repal_effect:after {}

@keyframes rpal_efc {
    from {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
        opacity: 1;
    }
    to {
        -webkit-transform: scale(1.8);
        transform: scale(1.8);
        opacity: 0;
    }
}

.anidi_portfolio .owl-nav {
    position: absolute;
    top: 50%;
    margin-top: -7px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    left: 0px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.port_slider {
    overflow: hidden;
}

.andi_port_item {
    padding: 0 25px;
}

.anidi_portfolio .owl-nav > div {
    width: 15px;
    height: 15px;
    text-align: center;
    line-height: 15px;
    color: #fff;
    font-size: 40px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 50%;
}

.anidi_portfolio .owl-nav > div:nth-child(1) {
    margin-left: 0px;
}

.anidi_portfolio .owl-nav > div:nth-child(2) {
    margin-right: 20px;
}

/*Android Page New Css End*/

/*Free Consultation Page New Css Start*/

.free_consltent {
    padding-bottom: 45px;
}

.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: 35px;
}

.free_consltent .hero_text_new p {
    font-size: 22px;
    color: rgb(255, 255, 255);
    text-align: left;
    font-weight: 300;
}

.free_consltent .form_for_free {
    border-width: 1px;
    border-color: rgb(112, 112, 112);
    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, 0.7);
}

.free_consltent .form_for_free form h4.form_heading_free {
    font-size: 24px;
    color: rgb(255, 255, 255);
    text-align: center;
    font-weight: normal;
    margin-bottom: 30px;
}

.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 .form-group {
    margin-bottom: 12px;
}

.free_consltent .form_for_free form .form-group .form-control {
    border-radius: 2px;
    background-color: rgba(255, 255, 255, 0.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: 0.5s;
    transition: 0.5s;
}

.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 .form-control:focus {
    background-color: rgba(255, 255, 255, 1);
}

.free_consltent .form_for_free form .form-group .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #000;
    opacity: 1;
}

.free_consltent .form_for_free form .form-group .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #000;
    opacity: 1;
}

.free_consltent .form_for_free form .form-group .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #000;
    opacity: 1;
}

.free_consltent .form_for_free form .form-group .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #000;
    opacity: 1;
}

.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 button.btn.red_btn {
    border-radius: 2px;
    background-color: rgb(255, 0, 0);
    font-size: 27px;
    color: rgb(255, 255, 255);
    text-align: center;
    padding: 0;
    display: block;
    width: 100%;
    height: 57px;
    line-height: 57px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.free_consltent .form_for_free form button.btn.red_btn:hover {
    background-color: #ff9933;
}

.free_consltent .form_for_free form p.pricting_text {
    font-size: 18px;
    color: rgb(255, 255, 255);
    margin: 15px 0 0;
}

.benifit_steps {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.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 {
    background-color: #e4e4e4;
}

.benifit_steps > div.five_steps {
    background-color: #fff;
}

.benifit_steps > div h3 {
    font-size: 48px;
    color: rgb(51, 51, 51);
    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 ul li:last-child {
    margin-bottom: 0;
}

.benifit_steps > div ul li span {
    display: block;
}

.benifit_steps > div ul li span.title {
    font-size: 22px;
    color: rgb(51, 51, 51);
    text-align: left;
    font-weight: 300;
    margin-bottom: 8px;
}

.benifit_steps > div ul li span.pera {
    font-size: 16px;
    color: rgb(51, 51, 51);
    font-weight: 300;
}

.benifit_steps > div > div {
    max-width: 475px;
}

.benifit_steps > div.benifits > div {
    margin-left: auto;
}

.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.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: rgb(51, 51, 51);
    text-transform: uppercase;
    z-index: 2;

}

.benifit_steps > div.five_steps ul li:before,
.benifit_steps > div.five_steps ul li:after {
    content: '';
    position: absolute;
    width: 1px;
    background-color: #f9a866;
    height: 100%;
    z-index: 1;
    left: -48px;
}

.benifit_steps > div.five_steps ul li:first-child:before {
    bottom: 30px;
}

.benifit_steps > div.five_steps ul li:before {}

.benifit_steps > div.five_steps ul li:after {
    top: 50px;
}

.benifit_steps > div.five_steps ul li:last-child:after {
    top: 30px;
}

.consultant_free {
    background-color: #e4e4e4;
    padding: 100px 0;
}

.consultant_free .section-title h4 {
    color: #333333;
    font-size: 48px;
    font-weight: 400;
    text-transform: uppercase;
    font-weight: 300;
}

.consultant_free .section-title p {
    color: #333;
    font-size: 16px;
}

.profile_data_conslt {
    max-width: 300px;
    margin: 0 auto;
}

.profile_data_conslt .profile_img_con {
    width: 230px;
    height: 230px;
    border-radius: 50% 50% 50% 0;
    overflow: hidden;
    margin: 0 0 30px;
    padding: 15px;
    background-color: rgba(255, 255, 255, 0.5);
}

.profile_data_conslt .profile_img_con figure {
    border-radius: 50% 50% 50% 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
    overflow: hidden;
}

.profile_data_conslt .profile_img_con figure img {
    width: 100%;
    height: 100%;
    min-height: 100%;
}

.profile_data_conslt h4 {
    font-size: 20px;
    color: rgb(3, 116, 173);
    font-weight: normal;
    margin-bottom: 10px;
}

.profile_data_conslt h6 {
    font-size: 18px;
    color: rgb(102, 102, 102);
    font-weight: normal;
    margin-bottom: 15px;
}

.profile_data_conslt p {
    font-size: 15px;
    color: rgb(71, 71, 71);
    margin-bottom: 25px;
}

.profile_data_conslt a.btn {
    border-radius: 4px;
    background-color: rgb(255, 0, 0);
    height: 50px;
    display: inline-block;
    line-height: 45px;
    font-size: 20px;
    color: rgb(255, 255, 255);
    text-align: center;
    padding: 0 15px;
}

.ondemand_tagline.lets_bulid_reality a.viewall {
    color: #ee5806;
}

.ondemand_tagline.lets_bulid_reality a.viewall:hover {
    color: #fff;
}

.free_consltent .hero_text_new a.btn {
    border-radius: 4px;
    background-color: rgb(255, 0, 0);
    height: 56px;
    display: inline-block;
    line-height: 55px;
    font-size: 25px;
    color: rgb(255, 255, 255);
    text-align: center;
    padding: 0 15px;
    display: inline-block;
    margin-top: 30px;
    text-transform: uppercase;
}

/*Free Consultation Page New Css End*/

.mobile_banner {
    display: none;

}

/*----Android app development company ---*/

.android_app {
    padding: 100px 0 15px 0;
}

.android_app ul {
    margin: 63px 0 0 0;
    padding: 0px;
    list-style: none;

}

.android_app ul li {
    width: 20%;
    float: left;
    padding: 0 15px;

}

.android_app ul li a {
    display: block;
    border-width: 1px;
    border-color: #686766;
    border-style: dashed;
    border-radius: 4px;
    padding: 2px;

    -webkit-transition: 0.5s;
    transition: 0.5s;

}

.android_app ul li .links {
    background-color: rgba(0, 0, 0, 0.6);
    padding: 39px 0 29px 0;
    border-radius: 4px;
    border-width: 1px;
    border-color: #686766;
    border-style: dashed;
    -webkit-transition: 0.5s;
    transition: 0.5s;


}

.android_app ul li span {

    display: block;
    color: #fff;
    padding-top: 12px;
}

.android_app ul li .links:hover {

    border-color: #ffffff;
    background-color: #2188ba;
}



.hire_developer {
    padding: 50px 0 0 0;

}

.hire_developer a {
    background-color: #ff7200;
    padding: 10px 35px;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    font-size: 25px;
    font-weight: 300;
    -webkit-transition: 0.5s;
    transition: 0.5s;


}

.hire_developer a:hover {
    background-color: #fff;
    color: #ff7200;
    font-weight: 300;

}



/*-------hire-mobile-app-developer-new-------*/

.hire_mobile ul {
    margin: 63px 0 0 0;
    padding: 0px;
    list-style: none;

}

.hire_mobile ul li {
    width: 16.666%;
    float: left;
    padding: 0 5px;

}

.hire_mobile ul li a {
    display: block;
    border-width: 1px;
    border-color: #686766;
    border-style: dashed;
    border-radius: 4px;
    padding: 2px;

    -webkit-transition: 0.5s;
    transition: 0.5s;

}

.hire_mobile ul li .links {
    background-color: rgba(0, 0, 0, 0.6);
    padding: 25px 0 20px 0;
    border-radius: 4px;
    border-width: 1px;
    border-color: #686766;
    border-style: dashed;
    -webkit-transition: 0.5s;
    transition: 0.5s;


}

.hire_mobile ul li span {

    display: block;
    color: #fff;
    padding-top: 12px;
}

.hire_mobile ul li .links:hover {

    border-color: #2188ba;
    background-color: #2188ba;
}


.start-with {
    background: #2188ba;
    font-size: 17px;
    color: #fff;
    display: inline-block;
    padding: 8px 15px;
    margin-top: 30px;

}

.start-with a {
    background-color: #ff7200;
    font-size: 17px;
    font-weight: 300;
    display: inline-block;
    padding: 6px 15px;
    color: #fff;
    border-radius: 4px;
    margin-left: 15px;


}


/*------------------web-design-development-company----------*/

.webapplications {
    background-color: #2188ba;
    padding: 80px 135px 80px 80px;

}

.webapplications h5 {
    color: #fff;
    font-size: 24px;
    font-weight: 400;

}

.webapplications h1 {
    color: #fff;
    font-size: 36px;
    font-weight: 400;

}

.webapplications p {
    color: #fff;
    padding: 15px 0;
    line-height: 26px;
    font-size: 17px;
    font-weight: 300;

}

.webapplications p a {
    color: #fff;


}

.webapplications .webservices {
    padding-top: 25px;

}

.webapplications .webservices ul {
    margin: 0px;
    padding: 0px;
    list-style: none;

}

.webapplications .webservices ul li {
    width: 33.333%;
    float: left;
    padding-bottom: 15px;
    border-bottom: 1px solid #fff;
    position: relative;
    padding: 15px 15px 15px 0px;


}

.webapplications .webservices ul li:after {
    position: absolute;
    top: 0;
    right: 25px;
    width: 1px;
    background-color: #fff;
    height: 100%;
    content: "";

}


.webapplications .webservices ul li:nth-child(4),
.webapplications .webservices ul li:nth-child(5),
.webapplications .webservices ul li:nth-child(6) {
    border-bottom: none;

}

.webapplications .webservices ul li:nth-child(6):after,
.webapplications .webservices ul li:nth-child(3):after {
    background-color: transparent;
}

.webapplications .moredetiles {
    padding-top: 30px;

}

.webapplications .moredetiles a {
    background-color: #ff7200;
    color: #fff;
    display: inline-block;
    padding: 13px 30px;
    font-size: 16px;
    border-radius: 4px;
}

.webapplications .moredetiles a:hover {
    background-color: #fff;
    color: #ff7200;
    font-weight: 300;
    
}

.p-bottom {
    padding-bottom: 0px;

}


.top-ratedweb-portals {
    background-image: url(../../assets/images/top-ratedweb-portals.jpg);
    background-repeat: no-repeat;
    padding: 60px 0 60px 0;
    margin-bottom: 4px;
    background-size: cover;
}

.top-ratedweb-portals .section-title h4 {
    color: #fff;
    font-weight: 300;

}



.topretedbox {

    border-width: 1px;
    border-color: #686766;
    border-style: dashed;
    border-radius: 8px;
    padding: 2px;
    margin: 10px 5px 10px 5px;
    text-align: center;

}

.topretedbox .subbox {
    color: #fff;
    font-size: 22px;
    font-weight: 200;
    padding: 70px 30px;

}

.topretedbox .subbox i {
    font-size: 50px;

}

.topretedbox .subbox p a {
    color: #fff;
}

.item_portfolio {
    padding-bottom: 50px;
    padding-top: 30px;

}


.topretedbox .subbox:hover {
    background-color: #147eb1;
    border-radius: 8px;

}

#topRatedwebportals {
    position: relative;
}

#topRatedwebportals .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    margin: 0;
}

#topRatedwebportals .owl-nav > div {
    position: absolute;
    font-size: 55px;
    line-height: 55px;
    top: 0;
    margin-top: -28.5px;
}

#topRatedwebportals .owl-nav > div.owl-prev {
    left: -77px;
}

#topRatedwebportals .owl-nav > div.owl-next {
    right: -77px;
}


/*------------Hire-mobile-app-developer-new------------------*/

.inclusions {
    width: 100%;
    padding: 30px 15%;
}


.inclusions ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    border: 1px solid #2188ba;
    width: 100%;
    border-radius: 4px;
    float: left;
}


.inclusions ul li {
    width: 25%;
    float: left;
    color: #fa5e12;
    font-size: 18px;
    position: relative;
}

.inclusions ul li:first-child span {
    background-color: #2188ba;
    border-radius: 4px 0px 0px 4px;
    color: #fff;
    margin-right: 50px;
}


.inclusions ul li:first-child:after {
    width: 0;
    height: 0;
    border-top: 26px solid transparent;
    border-bottom: 25px solid transparent;
    position: absolute;
    top: -1px;
    right: 29px;
    background-color: transparent;
    border-left: 21px solid #2188ba;
}

.inclusions ul li span {
    display: block;
    padding: 12px 15px;
}

.inclusions ul li:after {
    width: 1px;
    background-color: #dedad7;
    position: absolute;
    top: 5px;
    bottom: 5px;
    right: 0;
    height: 35px;
    content: "";
}


.addedbenefits {
    background-color: #eff1f2;
    padding: 60px 0;
}


.addedbenefits ul {
    margin: 0px -25px;
    padding: 0px;
    list-style: none;
}

.addedbenefits ul li {
    width: 25%;
    margin: 0px;
    padding: 15px 25px;
    float: left;
}


.addedbenefits ul li .addedbenefitsbox {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(216, 216, 216);
    background-color: rgb(255, 255, 255);
    padding: 20px;
    border-top: 6px solid #2188ba;
    min-height: 180px;
}

.addedbenefits ul li .addedbenefitsbox h5 {
    font-size: 24px;
    font-weight: 300;
    color: #333333;
}

.addedbenefits ul li .addedbenefitsbox p {
    color: #333333;
    font-size: 17px;
    font-weight: 300;
    padding: 15px 0;
}


.engagement_model {
    background-color: #0079ab;
    height: 100%;
}

.octalhiringmodel {
    background-color: #111111;
}

.octalhiringmodel_left {
    background-color: #0079ab;
}

.octalhiringmodel_white {
    background-color: #fff;
    color: #333333;
    margin-top: -150px;
}



.engagement_box {
    padding: 56px 13%;

}

.engagement_box h4 {
    text-align: center;
    color: #fff;
    font-size: 36px;
    font-weight: 300;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.engagement_box h4:after {
    width: 170px;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: "";
    bottom: 0;
    background-color: #FFF;
    position: absolute;
    height: 1px;
}




.engagement_model h5 {
    font-size: 26px;
    color: #fff;
    font-weight: 400;
    padding-bottom: 10px;
}


.engagement_model ul {
    margin: 0px;
    padding: 0px;
    list-style: none;

}

.engagement_model ul li {
    color: #fff;
    padding: 15px 0 40px 120px;
    font-weight: 300;
    font-size: 18px;
    position: relative;
}

.engagement_model ul li img {
    position: absolute;
    left: 0;
    top: 20px;
}



/*--------------END--------*/

.btn_hiremobile a {
    background-color: #ff7200;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 4px;
    line-height: 26px;
}

.octalhiringmodel ul {
    margin: 0px;
    padding: 0px;
    list-style: none;

}

.octalhiringmodel ul li {
    color: #fff;
    padding: 15px 0 42px 40px;
    font-weight: 300;
    font-size: 18px;
    position: relative;
    background-image: url(../../assets/images/dot.png);
    background-repeat: no-repeat;
    background-position: 0 20px;



}

.octalhiringmodel ul li {
    color: #333;
    padding: 15px 0 42px 40px;
    font-weight: 300;
    font-size: 18px;
    position: relative;
    background-image: url(../../assets/images/dot.png);
    background-repeat: no-repeat;
    background-position: 0 20px;



}

.octalhiringmodel ul li h5 {
    font-size: 24px;
    font-weight: 400;
    padding-bottom: 10px;
    color: #fff;

}

.octalhiringmodel_white ul li h5 {
    font-size: 24px;
    font-weight: 400;
    padding-bottom: 10px;
    color: #333;

}




.crtifide_developers {
    padding: 80px 0;
    background-color: #f8f7f7;
}

.certified_slider .hire_devloper_box {
    background-color: #fff;
    padding: 25px;
    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;
}

.certified_slider .hire_devloper_box span.pro {
    border-style: solid;
    border-width: 2px;
    border-color: rgb(204, 204, 204);
    border-radius: 4px;
    background-color: rgb(248, 154, 52);
    width: 154px;
    overflow: hidden;
    -moz-flex: 0 0 154px;
    -ms-flex: 0 0 154px;
    -o-flex: 0 0 154px;
    -webkit-box-flex: 0;
    flex: 0 0 154px;
    margin-right: 25px;
}

.certified_slider .hire_devloper_box .hire_devloper_info h5 {
    margin: 0;
    font-size: 20px;
    color: rgb(51, 51, 51);
    text-align: left;
}

.certified_slider .hire_devloper_box .hire_devloper_info p {
    font-size: 18px;
    color: rgb(102, 102, 102);
    text-align: left;
    font-weight: 300;
    margin-bottom: 10px;
    min-height: 90px;
}

.certified_slider .hire_devloper_box .hire_devloper_info a {
    display: inline-block;
    background-color: rgb(0, 158, 224);
    height: 37px;
    padding: 0;
    line-height: 37px;
    font-size: 18px;
    color: rgb(255, 255, 255);
    padding: 0 18px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.certified_slider .hire_devloper_box .hire_devloper_info a:hover {
    background-color: #f89a34;
}

.certified_slider .owl-nav {
    position: absolute;
    width: 100%;
    top: 50%;
}

.certified_slider .owl-nav > div {
    position: absolute;
    top: 0;
    font-size: 35px;
    color: #f89a34;
    margin-top: -25px;
}

.certified_slider .owl-nav > div.owl-prev {
    left: -45px;
}

.certified_slider .owl-nav > div.owl-next {
    right: -45px;
}

.request_cv {
    background-color: #0674a3;
    padding: 30px 0;
}

.request_cv h5 {
    font-size: 36px;
    color: rgb(255, 255, 255);
    font-weight: 300;
}

.request_cv .ctrl_btn_pos {
    text-align: right;
}

.request_cv .ctrl_btn_pos a {
    display: inline-block;
    font-weight: 300;
    background-color: rgb(248, 154, 52);
    height: 62px;
    line-height: 62px;
    padding: 0 42px;
    font-size: 24px;
    color: rgb(255, 255, 255);
    text-align: center;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    margin: 15px 0;
}

.request_cv .ctrl_btn_pos a:hover {
    background-color: #fff;
    color: #f89a34;
}

.tech_expert {
    padding: 80px 0;
}

.tech_logi_tabs ul.tab_tach_list {
    display: block;
    margin-bottom: 40px;
}

.tech_logi_tabs ul.tab_tach_list li:first-child {
    margin-left: 0;
}

.tech_logi_tabs ul.tab_tach_list li {
    margin-left: -4px;
    display: inline-block;
    width: 25%;
    vertical-align: bottom;
    text-align: center;
}

.tech_logi_tabs ul.tab_tach_list li a {
    font-size: 21px;
    color: #333333;
    text-align: center;
    display: block;
    border-bottom: 1px solid #ccc;
    position: relative;
}

.tech_logi_tabs ul.tab_tach_list li a:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 1px;
    height: 50px;
    background-color: #ccc;
}

.tech_logi_tabs ul.tab_tach_list li:last-child a:after {
    display: none;
}

.tech_logi_tabs ul.tab_tach_list li a:before {
    position: absolute;
    content: '';
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: transparent;
}

.tech_logi_tabs ul.tab_tach_list li.active a:before {
    height: 3px;
    background-color: #2188ba;
    bottom: -3px;
    z-index: 2;
}

.tech_logi_tabs ul.tab_tach_list li a span {
    display: block;
}

.tech_logi_tabs ul.tab_tach_list li a span.icon {
    height: 43px;
    margin-bottom: 5px;
}

.tech_logi_tabs ul.tab_tach_list li a span.text {
    padding-bottom: 15px;
}

ul.text_listin {
    display: block;
    text-align: center;
}

ul.text_listin li {
    display: inline-block;
}

ul.text_listin li:first-child {
    margin-left: 0;
}

ul.text_listin li {
    width: 20%;
    padding: 0 15px 0;
    margin-left: -4px;
}

ul.text_listin li a span {
    display: block;
    margin-bottom: 10px;
}

ul.text_listin li a {
    font-size: 19px;
    color: rgb(0, 0, 0);
    text-align: center;
}

/*on dimand*/

.ondemand_page {
    background-color: #2188ba;
    padding: 58px 0 0 0;

}

.ondemand_page .about_title h4 {
    color: #fff;
}

.ondemand_page .about_title p {
    color: #fff;
    margin: 10px 0 0 0;
    max-width: 100%;
}


.ondemand_page .ondemand_list {

    margin: 0px;
    padding: 0px;
    background-color: #99c8df;

}

.ondemand_page .ondemand_list li {
    border: 1px solid #99c8df;
    width: 20%;
    overflow: hidden;
    float: left;

}

.ondemand_page .ondemand_list li img {
    max-width: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;

}

.ondemand_page .ondemand_list li:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);

}

.ondemand_page .ondemand_list li a {
    display: block;
    position: relative;

}

.ondemand_page .ondemand_list li a p {
    position: absolute;
    top: 45%;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 18px;


}

/*on dimand*/

.octalhiringmodel ul li,
.engagement_box ul li {
    min-height: 175px;
}


/*---------Testimonials New---------*/

.testimonials_new {
    width: 100%;
}


.client_speaking {
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 1px 14.55px 0.45px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 14.55px 0.45px rgba(0, 0, 0, 0.15);
    padding: 2px;
    text-align: center;
    margin-bottom: 170px;
    padding-bottom: 77px;
    min-height: 600px;

}

.client_speaking h5 {
    font-size: 27px;
    color: #333333;
    padding: 15px 0;
    min-height: 90px;


}

.client_speaking p {
    color: #666666;
    font-size: 17;
    line-height: 24px;
    padding: 0 25px;
    padding-bottom: 30px;

}

.client_speaking h6 {
    color: #2188ba;
    font-size: 17px;
    padding: 15px 0;
    font-weight: 600;
    font-style: italic;


}


.client_speaking .client_profile {
    width: 148px;
    height: 152px;
    border: 4px solid #e2e2e2;
    border-radius: 50%;
    margin: 0 auto;
    position: absolute;
    bottom: 100px;
    left: 0;
    right: 0;


}

.client_speaking .client_profile img {
    border-radius: 50%;
    width: 144px;
    height: 144px;


}


.bg_challenges {
    background-image: url(assets/images/bg_challenges.jpg);
    background-repeat: no-repeat;
    background-position: 0 0;
    padding: 58px 0 58px 0;

}

.righttext {


    padding: 40px 120px 40px 0px;


}


.lefttext {

    padding: 40px 0px 40px 120px;
}

.smile_icon_left {
    position: absolute;
    left: 40px;
    top: 40px;
    width: 51px;
    height: 51px;

}


.smile_icon {
    position: absolute;
    right: 40px;
    top: 40px;
    width: 51px;
    height: 51px;

}

.bg_challenges h5 {
    font-size: 24px;
    color: #333333;
    font-weight: 400;
    padding-bottom: 10px;

}

.bg_challenges .lefttext p,
.bg_challenges .righttext p {
    font-size: 17px;
    font-weight: 300;


}

.bg_challenges .row {
    position: relative
}

.bg_challenges .row:after {
    position: absolute;
    width: 50%;
    margin: 0 auto;
    bottom: 0px;
    height: 1px;
    border-bottom: 1px dashed #898888;
    content: "";
    left: 0;
    right: 0;
}

.bg_challenges .aftern:after {
    display: none;
}

.titlest h4 {
    font-size: 36px;
    color: #333333;
    font-weight: 300;

}



.music_dfult_heading {
    font-size: 40px;
    color: #191919;
    margin-top:70px;
    text-align: center;
    font-family: robotobold;
}

.music_heading2_df {
    font-size: 20px;
    font-family: robotolight;
    color: #fff;
    text-align: center;
    position: relative;
}

.block_title_img {
    width: 100%;
    float: left;
    text-align: center;
    padding: 8px 0px;
}

.wrapper_section_features .image img {
    margin-top: 50px;
    margin-left: 35px;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
}



.wrapper_section_features .stuff .heading1 {
    font-size: 16px;
    color: rgb(51, 51, 51);
    text-transform: uppercase;
    font-family: robotobold;
    margin-bottom: 5px;
}

.wrapper_section_features p {
    display: block;
    font-size: 16px;
    color: rgb(102, 102, 102);
    font-weight: 300;
    min-height: 80px;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

.wrapper_section_features .stuff {
    background: #fff;
    border-radius: 4px;
    background-color: rgb(255, 255, 255);
    border-left: solid 5px;
    border-color: #ff9966;
    -webkit-box-shadow: 3.078px 3.94px 10px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 3.078px 3.94px 10px 0px rgba(0, 0, 0, 0.08);
    padding: 15px 15px 10px 15px;
    font-size: 14px;
    color: #222;
    font-family: robotoregular;
    width: 90%;
    margin-bottom: 30px;
}
/*****css by Raju Kumawat**********/

/****Baritastic page css start****/
.baritastic-first{
    background-position: top -305px center;
    background-repeat: no-repeat;
    padding: 100px 0px 90px 0px;
}
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 0px 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: rgb(255, 255, 255);
    line-height: initial;
    font-weight: 400;
}
span.patients {
    font-size:  30px;
    position: relative;
    color: #fff;
    top: -12px;
}
ul.medical {
    width:  100%;
    float:  left;
    text-align: center;
    margin: 65px 0px;
}
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: 0px 15px;
}
ul.medical li:last-child {
    padding-left: 20px;
}
ul.medical li:last-child img {
    width: 45px;
}
button.business {
    border-radius: 2px;
    background-color: rgb(247, 207, 16);
    height: 51px;
    padding: 10px 30px;
    font-size: 20px;
    color: #333333;
    border: 0px;
    overflow: hidden;
    z-index: 100;
    position: relative;
}
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;
}
.achievements p {
    padding-left: 50px;
    font-size: 28px;
    color: #093849;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    margin-bottom: 25px;
    position: relative;
}
.achievements p::before {
    content:  "";
    width: 40px;
    height: 40px;
    position:  absolute;
    left:  0px;
    background-image: url(../../assets/images/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;
}

section.Weight {
    background-image: linear-gradient( 121deg, rgb(249,130,81) 0%, rgb(254,60,88) 100%);
    float:  left;
    width:  100%;
    padding: 100px 0px 50px;
}
.Nutrition h2 span:first-child {
    font-size:  30px;
    font-weight: 300;
    display:  block;
}
.Nutrition h2 {
    color:  #fff;
    font-family: 'Roboto', sans-serif;
    display: inline-block;
}
.Nutrition h2 span:nth-child(2) {
    font-size:  48px;
    font-weight:  400;
    position:  relative;
    top: -18px;
}
.Nutrition h2 span:nth-child(3) {
    font-size:  75.77px;
    font-weight:  100;
    position:  relative;
    top: -14px;
}
.Nutrition h2 span:nth-child(4) {
    display:  block;
    font-size: 70px;
    font-weight: 300;
    position:  relative;
    top: -23px;
    padding-left: 15px;
    text-transform:  uppercase;
}
.Nutrition h2 span:nth-child(5) {
    position:  relative;
    top: -25px;
    left: 15px;
    font-size:  39px;
    font-weight:  300;
    letter-spacing: 10px;
}
.measurement {
    float:  right;
    padding-top: 50px;
    position: relative;
    padding-left: 80px;
    font-family: 'Roboto', sans-serif;
}
.myprogress {
    position: absolute;
    left: -58%;
    width: 220px;
    text-align: center;
    color: #fff;
    bottom: -20px;
    line-height: 23px;
    padding: 21px;
    border: 2px dotted #fff;
    border-radius: 5px;
}
.myprogress h4 {
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    padding:  25px 0px;
}
.myprogress p {
    font-size: 16px;
    font-weight: 100;
}
.myprogress::before {
    content: "";
    height: 72px;
    width: 1px;
    position: absolute;
    top: -75px;
    border-left: 2px dotted #fff;
}
.measurement-img {
    position:  relative;
}
.measurement-img::before {
    content: "";
    width: 201px;
    height: 2px;
    border-top: 2px dotted #fff;
    top: 39%;
    left: -193px;
    position: absolute;
}
.measurement-img img {
    position:  relative;
    z-index:  100;
}
.Connect-img {
    position: relative;
    top: 300px;
    display: inline-block;
    left: -102px;
    z-index: 1000;
}
.Connect-content {
    display: inline-block;
    position: absolute;
    right: 170px;
    width: 220px;
    text-align: center;
    color: #fff;
    top: 5px;
    padding: 21px 21px 50px;
    border: 2px dotted #fff;
    border-radius: 5px;
}
.Connect-content h4 {
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    padding: 25px 0px;
}
.Connect-content p {
    font-size: 16px;
    font-weight: 100;
}
.Connect-img::before {
    content:  "";
    position:  absolute;
    top: -135px;
    border-left:  2px dotted #fff;
    height: 135px;
    left: 65%;
}
.Connect-content::before {
    content:  "";
    position:  absolute;
    left: -224px;
    border-top: 2px dotted #fff;
    width: 222px;
    top: 56%;
}
.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: -75px;
}
.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: 30%;
    left:  39%;
}
.Tracker-sync {
    position:  relative;
}
.Tracker-img::after {
    position:  absolute;
    content:  "";
    width: 227px;
    border-bottom: 2px dotted #ccc;
    top: 25%;
    left:  initial;
    right: -51%;
}
.Trackersync-popup::before {
    content:  "";
    position:  absolute;
    border-left: 2px dotted #ccc;
    top: -121px;
    z-index:  10000000;
    height: 119px;
}
.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%;
}
.welcome-aboard {
    position:  absolute;
    right: 12%;
    bottom: 80px;
}
.welcome-aboard img:last-child {
    padding-top: 115px;
}
section.challenges{
    background-position: top center;
    background-repeat: no-repeat;
    margin-top: -340px;
    padding: 431px 0px 15px;
}
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;
}
.connecting img.Challenges-arrow {
    position: absolute;
    top: 9%;
    left: 50%;
    z-index: 0;
}
.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.Challenges-arrow {
    position:  absolute;
    top: initial;
    bottom: 13%;
    left:  -90px;
    z-index: 0;
}
.connecting-2 img {
    position:  relative;
    z-index: 1;
}
.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: 410px;
    font-size: 50px;
    font-family: 'alluraregular';
    line-height: 52px;
    color: #fff;
}
.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:last-child {
    z-index:  100;
    position:  relative;
}
section.Technolgy-stack {
    padding: 40px 0px 110px;
    background-repeat: no-repeat;
    background-position: top -120px center;
}
.Technolgy-heading h1 {
    text-align:  center;
    font-size:  72px;
    font-weight:  400;
    color:  #03865d;
}
.Technolgy-heading h1 span {
    color: #fe3c58;
}
.Technolgy-section {
    border-radius: 5px;
    float: left;
    width: 100%;
    margin: 21px 0px 0px;
    padding:  5px;
    border: 1px dashed #fc5755;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.Technolgy-name {
    width: 200px;
    float: left;
    background: #fc5755;
    padding: 27px 20px;
    font-size: 20px;
    border-radius: 5px 3px 3px 5px;
    position: relative;
    height: 100px;
}
.Technolgy-name img {
    width: 30px;
}
.Technolgy-name span {
    color: #fff;
    padding: 0px 10px 0px 8px;
    display: inline-block;
    position: relative;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    top: 4px;
    font-size: 24px;
}
.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: 0px;
    right: -99px;
    color: rgb(252, 87, 85);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    bottom: 0px;
}
.Technolgy-count {
    width:  calc(100% - 200px);
    float:  left;
    padding-left:  53px;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
}
ul.cours-list li {
    display:  inline-block;
    margin:  0px 5px;
}
section.features {
    padding: 100px 0px 0px;
    background-repeat: no-repeat;
    background-position: 50% 100%;
}
.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;
}
.mobile-img {
    width: 30%;
    margin:  0 auto;
    position: relative;
    float:  none;
}
.monitor {
    width: 210px;
    height: 210px;
    background-image: linear-gradient( 121deg, rgb(249,130,81) 0%, rgb(254,60,88) 100%);
    -webkit-box-shadow: -9px 10px 0px 0px rgba(0, 0, 0, 0.15);
    box-shadow: -9px 10px 0px 0px rgba(0, 0, 0, 0.15);
    border-radius: 6px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin:  0px;
    float:  none;
    position:  absolute;
    left: -90%;
    top: 28%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.monitor span {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    padding: 35px 0px 0px 30px;
    float:  left;
    text-align:  center;
    width:  100%;
}
.monitor span h4 {
    color:  #fff;
    margin:  15px 0px;
    font-size:  26px;
    font-weight:  300;
}
.Track-inches {
    width: 210px;
    height: 210px;
    background-image: linear-gradient( 121deg, rgb(68,204,161) 0%, rgb(3,134,93) 100%);
    -webkit-box-shadow: -9px 10px 0px 0px rgba(0, 0, 0, 0.15);
    box-shadow: -9px 10px 0px 0px rgba(0, 0, 0, 0.15);
    border-radius: 6px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin:  0px;
    float:  none;
    position:  absolute;
    left: -68%;
    top: 60%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.Track-inches span {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    padding: 35px 0px 0px 30px;
    float:  left;
    text-align:  center;
    width:  100%;
}
.Track-inches span h4 {
    color:  #fff;
    margin:  15px 0px;
    font-size:  26px;
    font-weight:  300;
}
.Guidelines {
    width: 210px;
    height: 210px;
    background-image: linear-gradient( 121deg, rgb(245,157,112) 0%, rgb(249,97,17) 100%);
    -webkit-box-shadow: -9px 10px 0px 0px rgba(0, 0, 0, 0.15);
    box-shadow: -9px 10px 0px 0px rgba(0, 0, 0, 0.15);
    border-radius: 6px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin: 0px;
    float: none;
    position: absolute;
    left: initial;
    top: 19%;
    right: -67%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.Guidelines span {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    padding: 35px 0px 0px 30px;
    float:  left;
    text-align:  center;
    width:  100%;
}
.Guidelines span h4 {
    color: #fff;
    margin: 15px 0px;
    font-size: 26px;
    font-weight: 300;
    padding: 0px 16px;
}
.Reminders {
    width: 210px;
    height: 210px;
    background-image: linear-gradient( 121deg, rgb(152,194,60) 0%, rgb(97,140,3) 100%);
    -webkit-box-shadow: -9px 10px 0px 0px rgba(0, 0, 0, 0.15);
    box-shadow: -9px 10px 0px 0px rgba(0, 0, 0, 0.15);
    border-radius: 6px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin: 0px;
    float: none;
    position: absolute;
    left: initial;
    top: 45%;
    right: -105%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.Reminders span {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    padding: 35px 0px 0px 30px;
    float:  left;
    text-align:  center;
    width:  100%;
}
.Reminders span h4 {
    color: #fff;
    margin: 15px 0px;
    font-size: 26px;
    font-weight: 300;
    padding: 0px 16px;
}
.Portal {
    width: 210px;
    height: 210px;
    background-image: linear-gradient( 121deg, rgb(84,143,242) 0%, rgb(33,78,193) 100%);
    -webkit-box-shadow: -9px 10px 0px 0px rgba(0, 0, 0, 0.15);
    box-shadow: -9px 10px 0px 0px rgba(0, 0, 0, 0.15);
    border-radius: 6px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin: 0px;
    float: none;
    position: absolute;
    left: initial;
    top: 71%;
    right: -74%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.Portal span {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    padding: 35px 0px 0px 30px;
    float:  left;
    text-align:  center;
    width:  100%;
}
.Portal span h4 {
    color: #fff;
    margin: 15px 0px;
    font-size: 26px;
    font-weight: 300;
    padding: 0px 16px;
}
section.app-screens {
    padding: 100px 0px;
    min-height: 215rem;
    position: relative;
    margin-top: -60px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 1920px 100%;
}
.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 0px;
}
.all-screen::after{ display: block; clear: both; content: '';}
.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: 26%;
    top: 41%;
}
.screen-4 {
    position:  absolute;
    left: 25%;
    top: 85%;
}
.screen-5 {
    position:  absolute;
    top: 82%;
    left: 60%;
}
.screen-6 {
    position:  absolute;
    top: 173%;
    left: 50%;
}
.testimonial-heading h1 {
    font-size:  72px;
    color:  #fe3c58;
    font-weight:  100;
}
.testimonial-heading h1 span {
    color:#03865d;
    display: block;
}
/***slider css***/
.carousel-indicators .active {
    background: #31708f;
}

.content {
    margin-top: 20px;
}

.adjust1 {
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.adjust2 {
    margin: 0;
}

.carousel-indicators li {
    border: 1px solid #ccc;
}

.carousel-control {
    color: #31708f;
    width: 5%;
}

.carousel-control:hover,
.carousel-control:focus {
    color: #31708f;
}

.carousel-control.left,
.carousel-control.right {
    background-image: none;
}

.media-object {
    margin: auto;
    margin-top: 15%;
}
.sliders .thumbnail{
    border:0px;
}
.sliders {
    margin: 50px 0px;
}
.slider-img {
    text-align: center;
    float: left;
    width: 100%;
}
.slider-img img {
    width: 225px;
    margin-top:11%;
}
.slider-img h3 {
    margin: 37px 0px 0px;
    font-weight: 100;
    color: #000000;
    font-size: 36px;
}
.slider-content {
    padding-left:  20px;
}
.slider-content img {
    width: 45px;
}
.slider-content p {
    font-size:  24px;
    font-weight: 300;
    padding: 10px 0px;
}
img.last-arrow {
    float:  right;
}



@media screen and (max-width: 768px) {
    .media-object {
        margin-top: 0;
    }
}
/***slider End***/

section.app-store {
    background-image: linear-gradient( 121deg, rgb(249,130,81) 0%, rgb(254,60,88) 100%);
    padding: 80px 0px;
    text-align:  center;
    float:  left;
    width:  100%;
}
section.app-store .google-play {
    display:  inline-block;
    margin: 0px 15px;
}
.country {
    background:  #090909;
    height:  150px;
    width:  100%;
    float:  left;
    padding: 24px 0px;
    display:  -webkit-box;
    display:  -ms-flexbox;
    display:  flex;
    -webkit-box-align:  center;
    -ms-flex-align:  center;
    align-items:  center;
}
.country-fleg {
    width: 50px;
    height: 46px;
    float: left;
    position: relative;
    top: 23px;
    padding: 7px;
}
.country-info {
    width: calc(100% - 50px);
    padding-left:  10px;
    float:  left;
    font-family: 'Roboto', sans-serif;
}
.country-info span {
    font-size:  14px;
    font-weight: 300;
}
.country-info p {
    color:  #fff;
    font-size:  17px;
    font-weight:  400;
}
.country-info a {
    font-size:  16px;
}
.country-info a:hover {
    color: #fff;
}
section.footer {
    float:  left;
    width:  100%;
    background: #111111;
    padding: 65px 0px 20px;
}
section.footer .footer-nevbar ul {
    width: 100%;
    float:  left;
    text-align: center;
}
section.footer .footer-nevbar ul li a {
    font-size:  16px;
    color: #cccccc;
    font-family: 'Roboto', sans-serif;
    font-weight:  300;
}
section.footer .footer-nevbar ul li {
    display: inline-block;
    margin-right: 20px;
}
button.hiring-button {
    background:  transparent;
    border: 1px solid #098ec9;
    padding:  10px 22px;
    border-radius: 5px;
    color: #cccccc;
    font-size:  16px;
}
button.hiring-button img {
    margin-right:  9px;
    position: relative;
    top: -2px;
}
button.hiring-button:hover {
    border-color:  #ccc;
    background: rgba(204, 204, 204, 0.058823529411764705);
}
.footer-info {
    width:  100%;
    float:  left;
    text-align:  center;
    margin: 50px 0px;
}
.footer-info p {
    font-size:  14px;
    color:  #3c3c3c;
    font-weight:  300;
}
.footer_strip {
    background: #111111;
    color: #d4d4d4;
    float: left;
    padding: 20px 0;
    width: 100%;
    margin: 0px !important;
    border-top: 1px solid #000;
}
.footer_strip{
    font-size: 14px;
}
.footer_textbg a{
    color: #d4d4d4;
}
.text-center.footer_textbg {
    display: inline-block;
    margin: 0px 20px;
    position: relative;
    top: 8px;
}
.dmcaclass {
    float: none;
    display: inline-block;
    margin: 0px 50px;
    position: relative;
    top: 7px;
}
.social-links ul {
    text-align:  right;
}
.social-links ul li {
    display:  inline-block;
}
.footer_strip span {
    position: relative;
    top: 8px;
}
section.footer .footer-nevbar ul li{
    margin-right: 10px;
}
button.hiring-button{
    margin: 10px 0px;
}
.footer-logo-foot {
    float:  left;
    width:  100%;
    text-align:  center;
    padding: 50px 0px 10px;
}
.footer-logo-foot ul li {
    display:  inline-block;
    margin:  0px 15px;
}
.footer-logo-foot ul li a img {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
.footer-logo-foot ul li:hover a img {
    -webkit-filter:  grayscale(0%);
    filter:  grayscale(0%);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/****baritastic page animation effects*****/
    body img, .myprogress {
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }
    .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);
    }
    .baritastic-mobile:hover, img.baritastic-girl:hover{
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    .monitor:hover, .Track-inches:hover, .Guidelines:hover,
    .Reminders:hover, .Portal:hover{
        -webkit-transform: translate(3em,0);
        transform: translate(3em,0);
        -webkit-transform: rotate(314deg);
    }
    ul.medical li img:hover{
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    button.business::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: rgba(115, 7, 7, 0.08);
        -webkit-transition: 0.5s;
        transition: 0.5s;
        top: 0px;
        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(0deg);
        transform:  rotate(0deg);
        visibility: visible;
    }
    .Technolgy-section:hover{
        border-color: #f98051;
    }
    .Technolgy-section:hover .Technolgy-name{
        background-color: #f98151;
    }
    .Technolgy-section:hover .Technolgy-name::after{
        color: #f98151;
    }
    .country-fleg{
        position: relative;
    }
    .country-fleg::before{
        content: '';
        position: absolute;
        width: 37px;
        height: 37px;
        border-style: solid;
        border-width: 1px;
        border-color: #848181;
        border-radius: 50%;
        top: 6px;
        left: 59%;
        margin-left: -23.5px;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        -webkit-animation: rpal_efc 2s linear 0s infinite;
        animation: rpal_efc 2s linear 0s infinite;
        z-index: 0;
    }


    @-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;
    }
/*********End*********************/    

.more-feauture-event {
    background: url(../images/music-app/more-feaures-event.jpg) no-repeat center top;
    background-size: cover;
    width: 100%;
    padding: 44px 0 80px 0;
    margin: 0 0 0 0;
}



.features-music-bg .music_dfult_heading, .features-music-bg .music_heading2_df {
    color: #f1f0f0;
}

.music_dfult_heading {
    font-size: 40px;
    color: #ffffff;
    text-align: center;
    font-family: robotobold;
}

.wrapper_music_feature_event {
    margin-top: 30px;
	padding: 50px 50px 50px 50px;
}

.features_section_music {
    margin-top: 30px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border-radius: 8px;
    background: #fff;
    text-align: center;
    padding: 25px 20px;
    font-size: 15px;
    color: #222;
    max-height: 330px;
    height: 330px;
}

.features_section_music .heading1 {
    color: #000;
    font-size: 16px;
    font-family: robotobold;
    margin: 15px 0 10px 0;
    text-transform: uppercase;
}

.features_section_music:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.features-music-bg .music_dfult_heading,
.features-music-bg .music_heading2_df {
    color: #f1f0f0
}


.all-same-section,.hover-section{
    background:#fff;
    position:relative
}
.process-section-index .all-same-btn{
    margin-top:80px
}
.all-same-section{
    padding:50px 0
}
.hover-section:hover .heading-sub-heading h2:after{
    width:200px
}
.heading-sub-heading{
    text-align:center;
    margin-bottom:30px
}
.heading-sub-heading h2{
    font-size:37px;
    color:#fe5500;
    font-family:Montserrat,sans-serif;
    font-weight:600;
    position:relative;
    padding-bottom:20px;
    margin-bottom:20px
}
.approach-heading-sub h3,.approach-heading-sub p,.heading-sub-heading p{
    font-weight:400;
    font-family:Raleway,sans-serif
}
.heading-sub-heading p{
    color:#727272;
    font-size:20px;
    display:block;
    line-height:28px
}
.heading-sub-heading h2:after{
    content:'';
    height:2px;
    width:100px;
    bottom:0;
    left:0;
    right:0;
    margin:0 auto;
    background-color:#0a7ec7;
    -webkit-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out;
    position:absolute
}
.shadow{
    -webkit-box-shadow:0 0 3px rgba(72,72,72,.5);
    box-shadow:0 0 3px rgba(72,72,72,.5)
}
.approach-inner{
    padding:30px;
    min-height:290px
}
.approach-icon-bx{
    margin-bottom:20px;
    min-height:80px
}
.approach-heading-sub{
    text-align:center
}
.approach-heading-sub h3{
    color:#727272;
    position:relative;
    font-size:21px;
    padding-bottom:15px;
    margin-bottom:15px;
    transition:.4s;
    -webkit-transition:.4s
}
.approach-heading-sub h3:after{
    content:"";
    position:absolute;
    height:2px;
    width:30px;
    bottom:0;
    left:0;
    right:0;
    margin:0 auto;
    background-color:#fe5500;
    transition:.4s;
    -webkit-transition:.4s
}
.approach-hover:hover .approach-heading-sub h3:after{
    width:60px;
    background:#fe5500
}
.approach-hover:hover .approach-heading-sub h3{
    color:#fe5500
}
.approach-heading-sub p{
    color:#727272;
    font-size:16px
}
.approach-btm-links{
    background-color:#f7f7f7;
    width:100%;
    padding:17px 0;
    border-top:1px solid rgba(72,72,72,.2)
}
.approach-btm-links ul{
    display:inline-block
}
.approach-btm-links ul li{
    display:inline-block;
    float:left;
    padding:0 14px;
    position:relative
}
.approach-btm-links ul li:after{
    content:'';
    width:1px;
    background:#727272;
    height:12px;
    right:0;
    top:50%;
    transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    position:absolute
}
.approach-btm-links ul li:last-child:after{
    display:none
}
.approach-btm-links ul li a{
    line-height:normal;
    position:relative;
    transition:.4s;
    -webkit-transition:.4s;
    font-size:14px;
    color:#727272
}
.approach-btm-links ul li a:after{
    content:"";
    bottom:-5px;
    left:0;
    width:0%;
    height:2px;
    background:#fe5500;
    position:absolute;
    transition:.4s;
    -webkit-transition:.4s
}
.approach-btm-links ul li a:hover{
    color:#fe5500
}
.approach-btm-links ul li a:hover:after{
    width:100%
}

.ourProceed {
    background: url(../img/dashed-bg.png) repeat-x left bottom;
    margin-bottom: 30px;
}

.headingSec h4 {
    font-size: 16px;
    font-style: italic;
    letter-spacing: 1.5px;
}

.headingSec h2 {
    color: #101415;
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 20px;
    padding: 0 18%;
}

.headingSec p {
    font-size: 20px;
    color: #5b5b5b;
    padding: 0 7%;
}

@media (min-width: 768px)
.col-sm-3 {
    width: 25%;
}

.gettingBg {
    background-image: url(https://www.konstantinfo.com/img/new-icons.png);
    background-position: 56px -263px;
    background-repeat: no-repeat;
}

.processBox h3 {
    color: #292929;
    font-size: 24px;
}

.processBox ul li {
    font-size: 18px;
    color: #292929;
}

.zmdi-check:before {
    content: '\f26b';
}

.processBox.blueActive {
    padding-top: 30px;
    border-color: transparent;
    background: #1d83d6;
    background: -webkit-gradient(linear,left top, left bottom,from(#1d83d6),to(#1677c5));
    background: linear-gradient(to bottom,#1d83d6 0%,#1677c5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d83d6',endColorstr='#1677c5',GradientType=0 );
    color: #fff;
}

.processBox {
    border-style: solid;
    border-width: 1px;
    border-color: #dcdcdc;
    background-color: #fff;
    -webkit-box-shadow: 0 0 27px 0 rgba(181,183,184,.17);
    box-shadow: 0 0 27px 0 rgba(181,183,184,.17);
    position: relative;
    height: 222px;
    width: 100%;
    border-radius: 8px;
    padding: 25px 32px;
    padding-top: 50px;
}

.starUse {
    background: #fff;
    display: block;
    padding: 15px;
    border-radius: 5px;
    color: #0176d4;
    font-size: 15px;
    margin-top: 25px;
    position: relative;
    padding-right: 30px;
}

.boardingProcess {
    padding: 70px 0;
}

.tryoutBg {
    background-image: url(https://www.konstantinfo.com/img/new-icons.png);
    background-position: -359px -288px;
    background-repeat: no-repeat;
}

.transition, .topRated .columnFour .contentDesc .contentTexture a .iconsArrow, .topRated .columnFour .contentDesc.all .contentTexture, .topRated .columnFour .contentDesc.all .contentTexture:hover h5, .starUse, .starUse .iconsArrow, .technologiesProvide.industriesNew .tablist-block ul li div.center-block a, .bcm_btn.portfolioBtn, .blog-section .readMore, .blog-section .readMore .iconsArrow, .main-banner-cover.new .carousel-indicators .active, .viewStudy, .appShare, .underlyingTaxi .application-option ul li img {
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

.mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    z-index: 10;
    background: url(../img/dashed-bg.png) repeat-x left bottom;
    background-repeat: no-repeat;
    -webkit-animation: showDiag 4s linear alternate;
    animation: showDiag 4s linear alternate;
    display: block;
}

.modelsStep {
    margin-top: 60px;
}

.text-center {
    text-align: center;
}

* {
    word-wrap: break-word;
    -webkit-font-kerning: none;
    font-kerning: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

div {
    display: block;
}

.modelsStep .modelsIcons.project {
    background-position: 0 -550px;
}

.baritastic_bottom_firm_logo_sec{ min-height: 122px; background-color: #f4f4f4; background-repeat: no-repeat !important; background-position: top center !important; padding: 45px 0px;}








/**********Css by Halali page*********/
	.Halali-first img.baritastic-mobile,
	.grocery-first img.grocery-mobile {
	    top: 0px;
	    left: 44%;
	    margin-top: 205px;
        z-index: 10;
	}
	.Halali-first span.patients{
	    display: block;
	}
	.Halali-first .baritastic-logobox {
	    text-align: right;
	    float: right;
	    width: 60%;
	    margin-right: 0;
	    position: absolute;
	    right: 0px;
	    top: -260px;
	}
	.Halali-first button.business {
	    border-radius: 2px;
	    background-color: #f98107;
	    height: 51px;
	    padding: 10px 30px;
	    font-size: 20px;
	    color: #fff;
	    border: 0px;
	    overflow: hidden;
	    z-index: 100;
	    position: relative;
	}
	.Halali-first span.baritastic-content {
	    color:  #fff;
	}
	span.baritastic-content h2 {
	    font-weight: 400;
	}
    .grocery-first span.baritastic-content.halali-content {
        color: #fff;
    }
	span.baritastic-content p {
	    font-weight:  400;
	}
	.Halal-goals .achievements h2 {
	    color: #008f00;
	}
	.Halal-goals .achievements h2 span {
	    color: #008f00;
	}
	.left-bottom {
	    position:  absolute;
	    left:  0px;
	    bottom:  0px;
	}
	.right-bottom {
	    position:  absolute;
	    right:  0px;
	    bottom:  0px;
	    text-align:  right;
	}
	section.goals.Halal-goals {
	    padding: 80px 0 140px;
	    position: relative;
	}
	.left-bottom img {
	    width: 77%;
	}
	.right-bottom img {
	    width:  77%;
	}
	section.Weight.experience {
	    background: #f98107;
	}
	.halali-experience span:nth-child(4) {
	    font-size: 60px !important;
	    position:  initial !important;
	    padding-left:  0px !important;
	}
	.halali-experience span:nth-child(2) {
	    position:  initial !important;
	}
	.halali-experience .measurement .measurement-img img {
	    width: 77%;
	}
	.halali-experience .measurement-img {
	    text-align:  right;
	}
	.halali-experience .measurement{
	    padding-left: 0px;
	}
	.Nutrition.halali-experience .measurement-img::before {
	    left: -67px;
	}
	.Nutrition.halali-experience .myprogress {
	    bottom: -75px;
	}
	.halali-experience span:nth-child(5) {
	    letter-spacing:  0px !important;
	    text-transform:  uppercase;
	    font-size:  26px !important;
	    position:  initial !important;
	}
	section.Weight.experience .Connect-content::before{
	    top: 62%;
	}
	.halali-compliance h2 span:first-child {
	    color: #16b016;
	}
	.halali-compliance h2 {
	    color: #16b016;
	    font-weight:  100;
	}
	.halali-compliance h2 span:last-child {
	    color: #f98107;
	}
	.halali-Technolgy h1, .halali-Technolgy h1 span {
	    color: #008f00;
	}
	.halali-Technolgy .Technolgy-section{
	    border: 1px dashed #28ab28;
	}
	.halali-Technolgy .Technolgy-section:nth-child(odd) .Technolgy-name { background-color: #ff9900; }
	.halali-Technolgy .Technolgy-section:nth-child(even)  .Technolgy-name{ background-color: #28ab28; }

	.halali-Technolgy .Technolgy-section:nth-child(odd) .Technolgy-name::after { color: #ff9900; }
	.halali-Technolgy .Technolgy-section:nth-child(even)  .Technolgy-name::after{ color: #28ab28; }
	.halali-features h1, .halali-features h1 span {
	    color: #008f00;
	}
	.halali-mobile-opction .monitor,
	.halali-mobile-opction .Track-inches,
	.halali-mobile-opction .Guidelines,
	.halali-mobile-opction .Reminders,
	.halali-mobile-opction .Portal {
	    -webkit-transform: initial;
	    transform: initial;
	    /*height: initial;*/
	    background-color: transparent;
	    -webkit-box-shadow: none;
	    box-shadow: none;
	    background-image: none;
	    /*width: initial;*/
	}
	.halali-mobile-opction .monitor span,
	.halali-mobile-opction .Track-inches span,
	.halali-mobile-opction .Guidelines span,
	.halali-mobile-opction .Reminders span,
	.halali-mobile-opction .Portal span {
	    -webkit-transform: initial;
	    transform: initial;
	}
	.halali-mobile-opction .monitor span h4 {
	    color: #f8862e;
	    font-size: 16px;
	    text-transform: uppercase;
	}
	.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 .Reminders span h4 {
	    color: #573314;
	    font-size: 16px;
	    text-transform: uppercase;
	}
	.halali-mobile-opction .Portal span h4 {
	    color: #3485b7;
	    font-size: 16px;
	    text-transform: uppercase;
	}
	.halali-testimonial h1, .halali-testimonial h1 span {
	    color: #008f00;
	}
	.slider-content h3 {
	    margin-top:  45px;
	    font-size:  36px;
	    font-weight:  normal;
	}
	section.baritastic_bottom_firm_logo_sec.halali-baritastic-space {
	    background:  transparent;
	}
	section.app-store.hlali-app-store {
	    background: #008f00;
	}
	.Halali-first .case-study h5 + hr {
	    border-color: #fff;
	}
/**********Css by Halali page End*********/	

/*******css by Robinject page start******/
    .grocery-first .case-study h5 + hr {
        width: 90px;
        margin: 10px auto;
        border-color: #ffffff;
    }
    section.goals.grocery_goals.thegroceryshop_goals {
        padding-top: 0px;
    }
    section.goals.grocery_goals.thegroceryshop_goals {
        padding-top: 0px;
    }
    .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;
    }
    .robinject-experience .Nutrition h2 span:first-child{
    	position: relative;
        top: 20px;
    }
    section.baritastic-first.Halali-first.robinject-first {
        padding: 100px 0px 40px 0px;
    }
    section.goals.Halal-goals.robinject-goals {
        padding: 0px 0 20px;
    }
    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;
    }
    section.Technolgy-stack.halali-Technolgy.robinject-Technolgy h1, 
    section.Technolgy-stack.halali-Technolgy.robinject-Technolgy h1 span {
        color: #2e3a73;
    }
    .halali-Technolgy.robinject-Technolgy .Technolgy-section {
        border: 1px dashed #2e3a73;
    }
    section.Technolgy-stack.halali-Technolgy.robinject-Technolgy .Technolgy-name {
        background: #2e3a73;
    }
    section.Technolgy-stack.halali-Technolgy.robinject-Technolgy .Technolgy-name::after {
        color: #2e3a73;
    }
    section.features.halali-features.robinject-features h1, 
    section.features.halali-features.robinject-features h1 span {
        color: #2e3a73;
    }
    .robinject-features .halali-mobile-opction .monitor span h4, 
    .robinject-features .halali-mobile-opction .Track-inches span h4, 
    .robinject-features .halali-mobile-opction .Guidelines span h4, 
    .robinject-features .halali-mobile-opction .Reminders span h4, 
    .robinject-features .halali-mobile-opction .Portal span h4{
    	color: #2e3a73;
        font-weight: 500;
    }
    .robinjecti-testimonials h1, 
    .robinjecti-testimonials h1 span {
        color: #18214d;
    }
    span.sub-name {
        text-transform:  uppercase;
        margin: 18px 0px;
        font-size:  20px;
    }
    section.app-store.hlali-app-store.robinject-app-store{
    	background-color: #2e3a73;
    }
/*****Robinject page css End*******/


/******* Grocery Project page css start *******/
    .grocery-first { background-position: top -290px center;}
    .grocery-first button.business{ background-color: rgb(211, 62, 87); color:#ffffff;}
    .grocery_goals .achievements h2,
    .grocery_goals .achievements h2 span:first-child,
    .grocery_goals .achievements h2 span:last-child{ color:#d33e57;}

    .grocery_goals .row{ display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center;}
    section.Weight.experience.thegroceryshop {
        background: #d33e57;
    }
    .groceryi-compliance h2 {
        color: #4eb2a5;
    }
    .groceryi-compliance h2 span:first-child {
        color: #349185;
    }
    .groceryi-compliance h2 span:last-child {
        color: #fe3c58;
    }
    .Grocery-technolgy h1, 
    .Grocery-technolgy h1 span {
        color: #d33e57;
    }
    .Grocery-technolgy .Technolgy-section {
        border-color: #d33e57;
    }
    .halali-Technolgy.Grocery-technolgy .Technolgy-section .Technolgy-name{
        background-color: #d33e57;
    }
    .halali-Technolgy.Grocery-technolgy .Technolgy-section .Technolgy-name:after{
        color: #d33e57;   
    }
    .schedule-rem h4 {
        color: #b296b4 !important;
    }
    .yellow h4 {
        color: #d8c149 !important;
    }
    .halali-testimonial.grocery-testimonial h1, 
    .halali-testimonial.grocery-testimonial h1 span {
        color: #d33e57;
    }
    section.app-store.grocery-app-store {
        background: #7ecdc3;
    }
    .grocery-first .baritastic-logobox {
        text-align: right;
        float: right;
        width: 60%;
        margin-right: 70px;
        position: relative;
        top: -210px;
    }
/******* Grocery Project page css End *******/


/*****Octal life page css start******/
    button.custom-octal-btn{
        position: relative;
    }
    button.custom-octal-btn::before {
        content: '';
        position: absolute;
        width: 94px;
        height: 36px;
        border-style: solid;
        border-width: 1px;
        border-color: rgba(255, 255, 255, 0.39);
        border-radius: 25px;
        top: 2px;
        left: 21px;
        margin-left: 0px;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        -webkit-animation: rpal_efc 2s linear 0s infinite;
        animation: rpal_efc 2s linear 0s infinite;
        z-index: 0;
    }
    section.octal-life-first {
        padding: 0px 0px;
        background-position: center center;
        background-size: 100%;
        background-repeat: no-repeat;
        border-bottom: 10px solid #2188ba;
        position: relative;
        height: 600px;
        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;
        max-width: 1920px;
        margin: 0 auto;
    }
    section.octal-life-first::after {
        content: "";
        width: 21px;
        height: 10px;
        position: absolute;
        background-image: url(../images/octal-life-before.png);
        background-repeat: no-repeat;
        bottom: -12px;
        z-index: 10000;
        left: 50%;
        background-size: 16px;
    }
    .life-1 {
        text-align:  center;
        color:  #fff;
        font-family: 'Roboto', sans-serif;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }
    .life-1 h1 {
        font-weight:  100;
        font-size:  60px;
        text-transform:  uppercase;
    }
    .life-1 p {
        font-size:  16px;
        padding:  20px 0px;
        color:  #cccccc;
    }
    section.octal-life-2 {
        padding:  50px 0px 0px;
    }
    .Explore {
        text-align:  center;
        padding: 0px 20px 30px;
    }
    .Explore h1 {
        color: #333333;
        font-weight: 300;
        margin-bottom:  20px;
    }
    .Explore p {
        color: #505050;
        font-size:  18px;
        padding-bottom:  20px;
        font-weight: 300;
    }
    .custom-octal-btn {
        background: transparent;
        border: 1px solid #fff;
        padding: 5px 35px;
        font-size: 20px;
        border-radius: 25px;
        color: #fff;
        font-weight: 300;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }
    .custom-octal-btn:hover {
        background:  #fff;
        color: #f08044;
    }
    .Abhyuday {
        background-image: url(../images/octal-life-2.png);
        position: relative;
        background-repeat: no-repeat;
        background-size: 100%;
        height: 450px;
        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;
        max-width: 1920px;
        margin: 0 auto;
        background-position: center;
    }
    .Abhyuday-right {
        background-image: url(../images/octal-life-3.png);
        position: relative;
        background-repeat: no-repeat;
        background-size: 100%;
        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;
        max-width: 1920px;
        background-position: center;
        margin: 0 auto;
    }
    
    .Abhyuday-content {
        display: inline-block;
        text-align: center;
        color: #fff;
        float: right;
        margin-right: 7%;
        width: 35%;
    }
    .Abhyuday-content h2 {
        font-size:  55px;
        font-weight: 400;
        margin-bottom: 14px;
    }
    .Abhyuday-content p {
        font-size:  24px;
        margin-bottom: 40px;
    }
    .Abhyuday-content-right {
        display: inline-block;
        text-align: center;
        color: #fff;
        float: left;
        margin-left: 13%;
    }
    .Abhyuday-content-right h2 {
        font-size:  55px;
        font-weight: 400;
        margin-bottom: 14px;
    }
    .Abhyuday-content-right p {
        font-size:  24px;
        margin-bottom: 40px;
    }
    .new-year{
        background-image: url(../images/octal-life-4.png);
    }
    .Diwali{
        background-image: url(../images/octal-life-5.png);
    }
    .Diwali .Abhyuday-content-right {
        position: relative;
        margin-left: 8%;
    }
    .Abhyuday-ten{
        background-image: url(../images/octal-life-6.png);
        margin-top: 30px;
    }
    .holi{
        background-image: url(../images/octal-work-life.png);
    }
    .Ranthambore-trip{
        background-image: url(../images/octal-life-8.png);
    }
    .Abhyuday-nineth{
        background-image: url(../images/octal-life-9.png);
    }
    .new-year .Abhyuday-content {
        position:  relative;
        top: 40px;
    }
    section.Start-project {
        text-align:  center;
        padding:  50px 0px;
        background: #2188ba;
        color:  #fff;
        margin-top: 100px;
    }
    .start-project-info h2 {
        font-weight: 300;
        margin-bottom: 15px;
        font-size:  36px;
    }
    .start-project-info p {
        font-size:  18px;
        margin-bottom:  30px;
    }
    .start-project-info button.Enquiry-btn {
        background: #ff7200;
        font-size: 21px;
        padding: 10px 31px;
        border:  0px;
        border-radius: 5px;
        font-weight:  300;
    }
    .life-1:hover {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        overflow:  hidden;
    }
        @-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;
    }
    button:focus{
        outline: none;
    }
/*****Octal life page css End******/    

/**********Wolero page css start******/
    .Wolero-first span.patients{
        display: block;
    }
    .Wolero-first button.business{
        background-color: #ee2424;
        color: #fff;
    }
    .Wolero-first .case-study {
        margin: 130px 0px;
    }
    .overview-content {
        padding:  50px 0px;
        color:  #333333;
    }
    .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: #333333;
    }
    .Goals-achievment h3 span {
        display:  block;
        padding-left: 66px;
    }
    section.Weight.wolero-weight {
        height: 650px;
    }
    .wolero-weight .measurement {
        padding-top: 110px;
        left: 70px;
        padding-left: 40px;

    }
    .wolero-weight .measurement-img::before {
        content: "";
        width: 281px;
        height: 2px;
        border-top: 2px dashed #fff;
        top: 11%;
        left: -129px;
        position: absolute;
    }
    .wolero-weight .myprogress {
        padding: 15px 5px 31px;
        color: #000;
        border: 2px dashed #fff;
        border-radius: 0px;
    }
    .wolero-weight .myprogress::before{
        border-left: 2px dashed #fff;
    }
    .wolero-weight .myprogress h4 {
        padding: 5px 0px;
        font-weight: normal;
        width: 80%;
        margin: 0 auto;
    }
    .wolero-weight .Connect-content::before{
        left: -154px;
        border-top: 2px dashed #fff;
        width: 152px;
    }
    .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;
        z-index: 1000;
    }
    .wolero-weight .Connect-content h4 {
        padding: 5px 0px;
        width: 60%;
        margin: 0 auto;
        font-weight: normal;
    }
    .Connect-content{
        top: 145px;
        padding: 15px 5px 31px;
        border: 2px dashed #fff;
        border-radius: 0px;
        color: #000;
    }
    .wolero-compliance{
        padding: 120px 0px 50px;
        float: left;
        width: 100%;
    }
    .wolero-compliance .Tracker-img {
        top: initial;
    }
    .wolero-compliance .Trackersync-popup {
        border: 2px dashed #bfbfbf;
        border-radius: 0px;
        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: 0px;
        width: 45%;
    }
    section.wolero-challenges {
        float:  left;
        width:  100%;
    }
    .wplero-step-1 {
        padding: 50px 0px;
        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 0px;
        height: 500px;
    }
    .challenges-1 h5 {
        font-size:  24px;
        margin-bottom: 16px;
    }
    .challenges-1 p {
        font-size:  18px;
        width: 86%;
        float:  right;
        padding: 10px 0px;
    }
    .challenges-1-img {
        position: absolute;
        right:  0px;
    }
    .wplero-step-1 .col-md-12 {
        position:  initial;
    }
    .challenges-1 h5 span {
        font-size: 120px;
        position: relative;
        font-style: italic;
        top: 24px;
        font-family: 'FuturaLT-CondExtraBoldObl';
        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(../../assets/images/wolero-after.png);
        background-size: 100%;
    }
    .wplero-step-2 {
        background: #f5ac11;
        padding: 50px 0px;
        height: 790px;
    }
    .Freezing-content {
        width: 45%;
        float:  left;
    }
    .Freezing-content h5 {
        font-size: 24px;
        margin-bottom: 16px;
        color: #333333;
    }
    .Freezing-content h5 span {
        font-size: 120px;
        position: relative;
        font-style: italic;
        top: 24px;
        font-family: 'FuturaLT-CondExtraBoldObl';
        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(../../assets/images/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 0px;
    }
    .Freezing-2 {
        float:  left;
    }
    .Freezing-content-2 h5 {
        font-size: 24px;
        margin-bottom: 16px;
        color: #333333;
    }
    .Freezing-content-2 h5 span {
        font-size: 120px;
        position: relative;
        font-style: italic;
        top: 24px;
        font-family: 'FuturaLT-CondExtraBoldObl';
        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(../../assets/images/wolero-after-1.png);
        background-size: 100%;
    }
    .wplero-step-3 {
        height: 60rem;
        position: relative;
    }
    .wplero-step-3 .col-md-12 {
        position: initial;
    }
    .cassendra-img {
        position: absolute;
        left: 0px;
        width: 40%;
        float: left;
        margin-top: -240px;
    }
    .cassendra {
        padding-left: 40%;
    }
    .cassendra h5 {
        font-size: 24px;
        margin-bottom: 16px;
        color: #333333;
    }
    .cassendra h5 span{
        font-size: 120px;
        position: relative;
        font-style: italic;
        top: 24px;
        font-family: 'FuturaLT-CondExtraBoldObl';
        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(../../assets/images/wolero-step-4after.png);
        background-size: 100%;
    }
    .wolero-technology {
        float: left;
        width: 100%;
        background: #f0e8d8 !important;
    }
    .wolero-technology h1, .wolero-technology h1 span {
        font-size:  48px;
        color: #333 !important;
        font-weight:  300;
        text-transform:  uppercase;
        margin-bottom: 20px;
    }
    .wolero-technology .Technolgy-section {
        border-color: #f5ac11;
    }
    .wolero-technology .Technolgy-name{
        background: #f5ac11;
    }
    .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;
    }
    .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 0px;
        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 0px;
    }
    .solution-1.solution-right .solution-content {
        float: right;
        text-align:  left;
    }
    .solution-content h4 {
        font-size: 30px;
        font-weight:  normal;
        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 {
        display:  block;
        float:  left;
        width:  100%;
        background:  #f5ac11;
        padding: 50px 0px 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: 0px;
        bottom: 0px;
    }
    .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;
    }
    .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: 350px;
        height: 350px;
    }
    span.solution-img img {
        width: 70px;
    }
    .solution-content h4 {
        font-size: 26px;
    }
    .overvier-img:hover img, .over-view-car: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);
    }
/**********Wolero page css End******/


/****Live website work css********/
    li.image1-solustion-background .content{
        padding: 11px 0 0 !important;
    }
    .mob_slider span.glyphicon {
        font-size: 35px;
    }
    .iphone_img{
        z-index: 99 !important;
    }
/****Live website work css End********/

/**********Case strudies foodiegraph page css start******/
    section.baritastic-first.foodiegraph {
        background-color: #9a0d16;
        background-position: top;
    }
    .foodiegraph .case-study{
        margin-top: 150px;
    }
    .foodiegraph ul.medical {
        margin-bottom: 30px;
    }
    .foodiegraph-mobile-img img {
        width: 40%;
    }
    .foodiegraph .case-study h5 + hr{
        border-color: #ffffff;
    }
    section.Challenges {
        background-color: #9a0d16;
    }
    .challeng-heading {
        text-align:  center;
        color:  #fff;
        padding: 30px 0px 0px;
    }
    .challeng-heading h2 {
        font-size:  72px;
        position:  relative;
        display:  inline-block;
        font-weight: normal;
    }
    .challeng-heading h2::before {
        content: "";
        width: 150px;
        height: 60px;
        background-image: url(../../assets/images/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(../../assets/images/challenges-after.png);
        position: absolute;
        right: -160px;
        background-repeat: no-repeat;
        top: 10px;
        background-position: center;
        background-size: 65%;
    }
    span.managing-1 {
        text-align:  center;
    }
    .Challenges-box {
        text-align:  center;
        width: 100%;
        margin:  0 auto;
    }
    .Challenges-box img {
        max-width:  100%;
    }
    .Challenges-panel h4 {
        text-align:  center;
        color:  #ffb81f;
        font-size:  36px;
        font-weight: 300;
        width:  80%;
        display:  inline-block;
        margin: 30px auto;
    }
    .Challenges-panel {
        text-align:  center;
        float:  left;
        width:  100%;
        padding:  50px 0px;
    }
    section.solutions {
        background-image: -ms-linear-gradient( 89deg, rgb(226,102,16) 15%, rgb(244,143,37) 87%);
    }
    .heading {
        text-align:  center;
    }
    section.solutions {
        padding: 150px 0px 50px;
    }
    .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 span {
        font-size:  36px;
    }
    .plan-content p {
        font-size:  25px;
    }
    .plan1-img::before {
        content:  "";
        width:  1px;
        height:  50px;
        border-left: 1px dashed #fff;
        position:  absolute;
        left:  70%;
        z-index:  0;
        top: 40px;
    }
    .plan-content h2::after {
        content:  "";
        position:  absolute;
        width: 923px;
        height:  1px;
        border-top: 1px dashed #fff;
        top: 39px;
    }
    .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 span {
        font-size: 36px;
    }
    .plan2-content p {
        font-size:  25px;
    }
    .plan2-content h2::before {
        content:  "";
        position:  absolute;
        width: 680px;
        height:  1px;
        border-top: 1px dashed #fff;
        top: 40%;
        left: -370px;
    }
    .plan-content3{
        width: 50%;
        float:left;
        color: #fff;
        padding: 150px 0px;
    }
    .plan-content3 h2 {
        font-size:  200px;
        position: relative;
    }
    .plan-content3 span {
        font-size:  36px;
    }
    .plan-content3 p {
        font-size:  25px;
    }
    .plan3::before{
        display: none;
    }
    .plan-content3 h2::after {
        content:  "";
        position:  absolute;
        width: 774px;
        height:  1px;
        border-bottom:  1px dashed #fff;
        top: 36%;
    }
    .foodieGraph-stack {
        background-color: #9a0d16;
    }
    .foodieGraph-stack .Technolgy-heading{
        margin: 70px 0px;
    }
    .foodieGraph-stack .Technolgy-heading h1, 
    .foodieGraph-stack .Technolgy-heading h1 span{
        color: #fff;
    }
    .foodieGraph-stack .Technolgy-name{
        background-color: #fe7e26 !important;
    }
    .foodieGraph-stack .Technolgy-name::after{
        color: #fe7e26 !important;
    }
    .foodieGraph-stack  .Technolgy-section{
        border: 1px dashed #fe7e26;
    }
    section.foodieGraph-app.features {
        background: #9a0d16;
    }
/**********Case strudies foodiegraph page css End******/


/****8/21/2018***** css start****/
.scrn_img{
    cursor: pointer !important;
}
.hire_iphone_certified_developers button.owl-next {
    right:  -30px;
    position:  absolute;
}
.hire_iphone_certified_developers button.owl-prev {
	left:-30px;
	position: absolute;
}
.hire_iphone_certified_developers .hire_devloper_info {
    margin-left:  0px !important;
}
.hire_iphone_certified_developers .hire_candidate ul{
	text-align:left !important;
}
.hire_iphone_certified_developers .hire_candidate ul li{
	padding:0 10px 0px 0px !important;
}
.hire_iphone_certified_developers .hire_candidate .certified_slider .hire_devloper_box .hire_devloper_info a{
	padding: 0px 15px !important;
}
.certified_slider .hire_devloper_box .hire_devloper_info p{
	min-height:initial !important;
}



/*25 oct*/



.java-testimonail { margin-top: 60px;} 


.java-banner-sub-content { font-size:32px; color: #fff; font-family: robotolight; float: left; }


.java-banner-wrapper { text-align: left; float: left; padding-top: 100px; width: 100%}

.java-banner-sub-content {
    font-size: 32px;
    color: #fff;
    font-family: robotolight;
    float: left;
    width: 100%;
    text-align: left;
}

.java-banner-wrapper h1  { 
    font-size: 67px;
    float: left;
    /* margin-top: 120px; */
    margin-left: 0px;
    padding-left: 0px;
    width: 47%;
    text-align: left;
    text-transform: capitalize;
    line-height: 60px;
    }







.java-banner-wrapper p { float: left; text-align: left; width: 100%;  font-family: robotolight; } 

.btn_java {
    width: 100%;
    float: left;
    margin-top: 20px;
}

a.button_java_banner {     background: #fff;
    border-radius: 4px;
    color: #000;
    text-transform: uppercase;
    padding: 20px 30px;
    float: left;
    text-align: left;
    margin-left: 0px;
   font-family: robotobold;
}

.full_479 {
    min-height: 175px;
}

.marginbigstack { margin-top: 50px;}

.background-blue-fullstack { background: #0996d3}


.full-stack .services_provider_wrapper .img {
    float: left;
    margin-left: 27px;
    margin-top: 28px;
}


.full-stack .services_provider_wrapper .cotnent {    margin-top: 33px;}

.topmargin-fullstack {  margin-bottom:50px; }


.colorheading { color: #fff; font-size: 26px; }
.colorheading h3 {  padding-top: 0px; margin-top: 0px; }

.banner-stuff-containe   { margin-top: 210px;}
.banner-stuff-containe .retail_banner { padding: 0px;}
.banner-stuff-containe .btn_java { margin-bottom:210px;}

.heading_java {    color: #3a3a3a;
    font-size: 36px;
    font-weight: 400;
    padding-bottom: 8px;}



.heading_java h1 {  color: #3a3a3a;
    font-size: 36px;
    font-weight: 400;
    padding-bottom: 8px;}

.heading_java h3 {  color: #3a3a3a;
    font-size: 36px;
    font-weight: 400;
    padding-bottom: 8px;}

.heading_java h4 {  color: #3a3a3a;
    font-size: 36px;
    font-weight: 400;
    padding-bottom: 8px;}


ul.full-stacklist { margin-top: 60px;}
 
.section-title { padding:60px 0;}
.blog_home { padding-top: 0px;}

.subtitle_common { font-size:14px; color: #333333 }

.subtitle_common:after { content: "";
    display: block;
    width: 40px;
    height:1px;
    text-align: center;
    margin: 10px auto 0 auto;
    background: #666;
    
/*   background-image: -moz-linear-gradient( 2deg, rgb(255,255,255) 0%, rgb(255,174,0) 50%, rgb(255,215,128) 74%, rgb(255,255,255) 100%);
    background-image: -webkit-linear-gradient( 2deg, rgb(255,255,255) 0%, rgb(255,174,0) 50%, rgb(255,215,128) 74%, rgb(255,255,255) 100%);
  background-image: -ms-linear-gradient( 2deg, rgb(255,255,255) 0%, rgb(255,174,0) 50%, rgb(255,215,128) 74%, rgb(255,255,255) 100%);
 */

 
    
}

.subtitle_common2 
  { font-size:14px; color: #333333}


.subtitle_common3:after { content: "";
    display: block;
    width: 40px;
    height:1px;
    text-align: center;
    margin: 10px auto 0 auto;
    background: #fff;
    
/*   background-image: -moz-linear-gradient( 2deg, rgb(255,255,255) 0%, rgb(255,174,0) 50%, rgb(255,215,128) 74%, rgb(255,255,255) 100%);
    background-image: -webkit-linear-gradient( 2deg, rgb(255,255,255) 0%, rgb(255,174,0) 50%, rgb(255,215,128) 74%, rgb(255,255,255) 100%);
  background-image: -ms-linear-gradient( 2deg, rgb(255,255,255) 0%, rgb(255,174,0) 50%, rgb(255,215,128) 74%, rgb(255,255,255) 100%);
 */

 
    
}
 
.white-color { color: #fff!important;}

.testing-infographic    {text-align: center; margin:50px auto 0 auto; width: 100%; }

.javabannerspace { padding:160px 0; }

.hire-iphone {
    margin-top: 45px;
}

.hire-iphone2 {
    margin-top: 55px!important;
}

.logomean_java_page {width:140px; float:left;}
.javacontenthire {width: calc(100% - 140px); float:left;}
.javaheadingpart { font-size: 22px; font-weight: 700;}



.angularjs_page h3  {font-size:16px; font-weight:700; }

.angular_serviceicon { width: 50px; float: left; padding-right: 9px; margin-top: 10px; }
.angulartext_serviceicon { width: calc(100% - 50px); float: left; margin-top:10px;  }
.angulartext_serviceicon p { margin-top:5px;}


/*============== Angular development service page banner ==================*/

.angular_dev_ser_banner {
    background-position: center top;
    background-repeat: no-repeat;
    background-color: #3e35b6;
	margin-bottom: 40px;
	color:#fff; 
}
.angular_dev_ser_banner .banner-stuff-containe { margin-top: 150px; }
.angular_dev_ser_banner .banner-stuff-containe .btn_java { margin-bottom: 180px; }
.angular_dev_ser_banner h1 {
    margin-bottom: 16px;
	color:#fff; 
}
.angular_dev_ser_banner p {font-size:18px; clear:both; float:none; max-width:585px; font-family: roboto; }
.angular_dev_ser_banner .button_java_banner {
  border-radius: 2px;
  background-image: -ms-linear-gradient( 0deg, rgb(251,65,158) 0%, rgb(255,187,81) 100%);
  color:#fff; 
  font-family: roboto;
  border:0px; 
  font-family: roboto;
  font-weight: 500;
  padding: 14px 42px;
}

/*============== Mean Stack development Page ==================*/
.mean_stack_port .owl-dots {display:none; }
.mean_stack_advantage .advantage-img img {margin-top:10px; }
.mean_stack_advantage .advantage-block h2 {margin-bottom:12px; }
.mean_stack_advantage .divided-line-mean { margin-bottom: 20px; margin-top: 20px; }
.mean_stack_advantage { margin: 20px 0 70px;  }

/*============== Software Cosulting =================*/

.software_service--alignment {}
.software_service--alignment .heading_caption {margin-bottom:40px; }
.software_service--alignment .heading_caption p {max-width:900px; margin:0 auto; }
.software_service--alignment .heading_caption h2 {margin-bottom:10px; }
.software_service--alignment .services_caption {margin:0 0 30px; }
.software_service--alignment .services_caption h3 {margin-bottom:15px; }
.software_service--alignment .services_caption h3 i { margin-right: 8px; font-size: 22px; }
.heading_caption p {margin:10px 0 25px; }

.choose_octal_heading--left .heading {text-align:left; border-left:2px solid #f93; padding-left:10px; }
.choose_octal_heading--left .heading h3 {margin-bottom:10px; }
.choose_octal_heading--left .heading .sub_title { color: #0cf; }

.aws_cloud--list .heading_caption { margin-bottom: 30px; }
.aws_cloud--list .content_computing_sec .heading br {display:none; }
.aws_cloud--list ul.planlist_lan {margin-left:0px; }

.aws_cloud--list .content_computing_sec2 {
    padding-top: 10px;
    float: left;
    width: 70%;
    display: block;
    margin: 0;
}
.aws_cloud--list .plan_image_wrapper {
    float: left;
    width: 30%;
    padding: 0 15px;
}
p {
    margin-bottom: 18px;
}

@media screen and (max-width:1199px) {
.angular_dev_ser_banner {background-size:100% auto; }
.angular_dev_ser_banner h1 {line-height:44px; font-size:45px; }
.angular_dev_ser_banner p {font-size:15px; }
.angular_dev_ser_banner .banner-stuff-containe { margin-top: 50px; }

}
@media screen and (max-width:991px) { 
.angular_dev_ser_banner h1 {font-size:34px; line-height:34px; margin-bottom:10px; }
.angular_dev_ser_banner .button_java_banner {padding:14px 22px; }
.angular_dev_ser_banner .banner-stuff-containe .btn_java {margin-bottom:0px; }
.angular_dev_ser_banner {  background-size: cover; min-height: 370px; }

.mean_stack_advantage {clear:both; }
.mean_stack_advantage .divided-line-mean {display:none; }
.mean_stack_advantage .col-md-4.col-sm-6 {
    min-height: 200px;
    background: none;
    border-left: 1px dashed #000;
    margin-bottom: 30px;
    border-right: 1px dashed #000;
    margin-left: -1px;
}


}
@media screen and (max-width:767px) { 
.angular_dev_ser_banner { min-height: 390px;}
.angular_dev_ser_banner h1 {width:100%; }
.mean_stack_advantage .col-md-4.col-sm-6 { border-left:0px; border-right:0px; margin-left:0px; min-height:0px; }
.mean_stack_advantage .col-md-4.col-sm-6:after {clear:both; display:block; content:""; }


.aws_cloud--list .plan_image_wrapper {
    float: none;
    width: 100%;
    padding: 0 15px 10px;
}
.aws_cloud--list .content_computing_sec2 { padding: 0; float: none; width: 100%;  display: block; }


}
@media screen and (max-width:480px) { 
.angular_dev_ser_banner h1 {font-size:25px; }
.angular_dev_ser_banner .banner-stuff-containe {margin-top:20px; }
.angular_dev_ser_banner {min-height:360px; }
.angular_dev_ser_banner .button_java_banner { padding: 14px 12px; font-size: 13px; }
}





/*JATIN CSS (14-2-19)*/
.footer_full {margin-bottom: 15px;}

.fantasy_cricket_header a.logo_imgs img.logo_small { height: 0; }
.fantasy_cricket_header a.logo_imgs img.logo_big { height: 40px; }
nav.menu.fantasy_cricket_header {
    position: absolute;
    background: none;
}


