.filter-button
{
    border: none;
    text-transform: uppercase;
    font-size:16px;
    color:#1a2e46;
    font-family: 'OpenSans';
    font-weight: 600;
    margin-right: 15px;
    position: relative;
    display: inline-block;
}
.portfolio-icon {
    position: absolute;
    top: 50%;
    opacity: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: inherit;
    text-align: center;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    color: #fff;
    font-size: 4vmin;
}
.modal-content {
    left: -50%;
}
.gal_pr {
    position: relative;
    width: 100%;
    height: 100%;
}
.fa-search{
    cursor: pointer;
}
.title{
    position: relative;
    padding-bottom: 5px;
    padding-left: 10px;
    display: inline-block;
}
.portfolio_btn_content .cube{
    margin:auto;
}
/*.modal-body{
position: relative;
}*/
/*.modal-content {
    height: 100%;
    position: relative;
    box-shadow: none;
    border: none;
}*/
a.service_header_link{
    text-decoration: none!important;
}
.filter-button:hover:before {
    box-sizing: border-box;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    border-bottom: 1px solid transparent;
    border-left: 1px solid transparent;
    transition: .1s transform linear, .1s height linear .1s;
    -webkit-transition: .1s transform linear, .1s height linear .1s;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    height: 70%;
    border-color: #26b3fb;
}
.filter-button:hover,.filter-button:focus,.filter-button:active,.filter-button:visited,
.filter-button.active:hover,.filter-button.active:focus
.filter-button.active:active,.filter-button.active:visited,.btn-default:active:hover,
.btn-default.active.focus, .btn-default.active:focus,
 .btn-default.active:hover, .btn-default:active.focus,
  .btn-default:active:focus, .btn-default:active:hover,
   .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus,
    .open>.dropdown-toggle.btn-default:hover
{
    background: none;
    border:none;
    color:#1a2e46;
    box-shadow: none;
    outline:0;
}
.filter-button.active{
    background: none;
    border:none;
    color:#1a2e46;
    box-shadow: none;
}
.filter-button:before{
    box-sizing: border-box;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    /*width: 100%;*/
    height: 2px;
    border-bottom: 1px solid transparent;
    border-left: 1px solid transparent;
}
.portfolio footer{
    margin-top:50px;
}
.portfolio_head_container{
  max-width: 1340px;
  margin:auto;
  display: block;
}
.filter-button.active:before
{
    box-sizing: border-box;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    border-bottom: 1px solid transparent;
    border-left: 1px solid transparent;
    transition: .1s transform linear, .1s height linear .1s;
    -webkit-transition: .1s transform linear, .1s height linear .1s;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    height: 70%;
    border-color: #26b3fb;
}
.port-image
{
    width: 100%;
}
.portfolio_buttons{
    margin-bottom: 35px;
    /*padding-left: 15px;*/
    padding-left: 10px;
}
.gallery_product
{
    margin-bottom: 30px!important;
    overflow: hidden;
    position: relative;
    display: table;
}
.gal_inner {
       position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0, 218, 255, 0.9);
    opacity: 0;
}
.gallery_product:hover .gal_inner,.gallery_product:hover .portfolio-icon{
    opacity: 1;
    transition: all .5s;
}
.portfolio_btn_content{
    width:100%;
    clear:both;
    margin-bottom: 82px;    
}

.home_btn {
 background: transparent;
    color: #1a2e46;
    border-bottom: 1px solid #1a2e46;
    font-size: 14px;
    margin:auto;
    display: block;
    /*margin-bottom: 82px;*/
    line-height: 27px;
    font-family: 'OpenSans';
}
/*.modal-body{
    height: 80vh;
}*/
/*.modal-dialog {
    height: 80vh;
    width: 80%;
    margin-top: 10vh;
    margin-bottom: 10vh;
}*/
/*.modal-content{
    height: 100%;
}*/
.modal-header{
    padding: 0px;
}
.close {
    position: absolute;
    float: right;
    border: 2px solid #fff!important;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #1a2e46;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 1;
    right: -10px;
    top: -10px;
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    background: #1a2e46!important;
    z-index: 99;
    width: 35px;
    height: 35px;
    border-radius: 50%;
}
.close:focus, .close:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    opacity: 1;
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transition: all .5s;
    -webkit-transition: all .5s;
}
.modal-dialog {
    width: auto;
    margin: auto!important;
    margin-top: 5%!important;
    /*top: 50%!important;*/
    left: 50%;
    /*transform: translateY(-50%)!important;*/
    /*-webkit-transform: translateY(-50%)!important;*/
    opacity: 0;
    float: left;
    position: relative;
    transition: all 2s;
    -webkit-transition: all 2s;
}
.modal-body img{
    margin:auto;
   /*  max-height: 80vh; */
    max-width: 80vw;
}
.cube{
    margin: auto;
margin-top: 0px;
margin-bottom: 0px;
}
/*.modal-dialog {
    margin-top: 10vh;
    margin-bottom: 9vh;
}*/
/*.modal-body img {
    margin: auto;
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
    transform: translateY(-50%);
    border: 10px ridge #fff;
    box-shadow: 0px 0px 15px rgba(255, 255, 255, 0.48);
}*/
/*.gallery_product:last-child{
    margin-bottom: 82px;
}*/

@media screen and (max-width: 400px){
    .home_btn{
        font-size: 12px;        
        line-height: 24px;
    }    
}
.filter-button:last-child{
    margin-right:0px;
}
/*.gallery_product>img:hover{
    cursor: -webkit-zoom-in;
    transform: scale(1.5);
    transition: all 1s;
    z-index: 9999;
    position: relative;
}*/
.gallery_product>img:before{
content: '';
}
.gallery_product>img:hover:before{
    content: '';
    position: relative;
    height: 100%;
    width: 100%;
    background: blue;
    opacity: 0.5;
}
h1.service_header_content_title{    
    font-family:'Open-Sans-Bold'!important;
    font-weight: normal;
}
@media screen and (max-width: 1270px){
.filter-button{
    font-size: 14px;
    width: 32%;
    float: left;
    margin-right: 0px;
}
.portfolio_buttons {
    margin-bottom: 0px;
    clear: both;
    display: inline-block;
    width: 100%;
}
}
@media screen and (max-width:1025px){
    .filter-button{
         margin-right: 3px;
    }   
}
@media screen and (max-width:769px) and (min-width:426px){
.service_work_img {
    max-width: 20%;
}
h1.service_header_content_title{
    font-size: 27px;
}
.service_header{
        margin-top: 76px!important;
        margin-bottom: 50px;
}
.portfolio_buttons{
    margin-bottom: 0px;
    clear: both;
    display: inline-block;
}
.gallery_product:last-child {
    margin-bottom: 50px;
}
.home_btn{
        margin-bottom: 50px;
}
.filter-button{
    font-size: 14px;
    width: 49%;
    float: left;
}
.filter img{
    margin:auto;
    display: block;
}
}
@media screen and (max-width: 426px){
    .modal-body{
            display: inline;
    }
}
@media screen and (max-width:425px) and (min-width:376px){
    button.btn.btn-default.filter-button {
    width: 100%;
}
.filter img{
    margin:auto;
    display: block;
}
.service_work_img {
    max-width: 16%;
}

h1.service_header_content_title{
    font-size: 21px;
    margin-bottom: 0px;
}
.service_header{
    margin-top: 63px!important;
    margin-bottom: 25px;
}
.portfolio_buttons{
    margin-bottom: 0px;
}
.gallery_product:last-child {
    margin-bottom: 50px;
}
.home_btn{
        margin-bottom: 50px;
}
.filter-button{
        font-size: 14px;
}
}
@media screen and (max-width:375px) and (min-width:321px){
    button.btn.btn-default.filter-button {
    width: 100%;
}
.filter img{
    margin:auto;
    display: block;
}
   .service_work_img {
    max-width: 14%;
}
.service_header_inner {
    padding-left: 35px;
}
h1.service_header_content_title{
    font-size: 21px;
    margin-bottom: 0px;
}
.service_header{
    margin-top: 50px!important;
    margin-bottom: 25px;
}
.portfolio_buttons{
    margin-bottom: 0px;
}
.gallery_product:last-child {
    margin-bottom: 50px;
}
.home_btn{
        margin-bottom: 50px;
}
.filter-button{
        font-size: 14px;
} 
}
@media screen and (max-width:321px){
    button.btn.btn-default.filter-button {
    width: 100%;
}
.filter img{
    margin:auto;
    display: block;
}
    .service_header_inner {
    padding-left: 10%;
}
img.final_img.software_logo.img.img-responsive{
    padding:16px 15px;
}
.service_work_img {
    max-width: 12%;
}
h1.service_header_content_title{
        font-size: 16px;
}
  .service_work_img {
    max-width: 14%;
}
h1.service_header_content_title{
    font-size: 18px;
    margin-bottom: 0px;
}
.service_header{
    margin-top: 50px!important;
    margin-bottom: 0px;
}
.portfolio_buttons{
    margin-bottom: 0px;
}
.gallery_product:last-child {
    margin-bottom: 50px;
}
.home_btn{
        margin-bottom: 50px;
}
.filter-button{
        font-size: 14px;
} 
}
@media screen and (max-width: 650px){
    .modal-dialog{
        width:80vw;
    }
}
::i-block-chrome,.modal-content{
    left: -50%;
    /*width: 70%;*/
    margin-top:5%;
}
::i-block-chrome,.portfolio_btn_content{
   z-index:1;
    display: block;
    position: relative; 
}
.portfolio .modal-body {
    width: 500px;
    height: 520px;
    overflow-y: auto;
}
.gallery_product .gal_pr {
    height: 214px;
    overflow: hidden;
	box-shadow: 0px 0px 10px rgba(51,51,51,0.2)
}
.portfolio .modal-body img {
    margin: auto;
   /* max-height: 2000px;
   height:1000px; */
   /* height:80%; */
    max-width: 100%;
	
}
.gallery_product h2 {
    position: relative;
    font-size: 13px;
    text-align: center;
    font-family: 'OpenSans';
    text-transform: uppercase;
    text-shadow: 0px 0px 0px;
}
.gallery_product {
    overflow: auto;
    min-height: 280px;
}
.gallery_product {
    overflow: auto;
}
.gallery_product
{
margin:0px;
}


/*.gal_pr img,.modal-body img {
    image-rendering: initial;
}*/




/*-----------new design------------*/


/*----------casestudy--------*/
section.case_study_wrap {
    float: left;
    width: 100%;    background-image: url(../images/android-new/case_study.jpg);
padding: 30px 0px;
    padding-bottom: 0;
	 background-repeat: no-repeat;
    background-size: cover;
	}

.top_logo_wrap {
    float: left;
    width: 100%;
}

.inner_overall_wrap {
    float:  left;
    width:  100%;
}

.inner_overall_wrap .left_side_case_study {
    padding-left: 5%;
	padding-top: 20px;
	    height: 600px;
}

.case_study_logo {
    float: left;
    margin-right: 25px;
}

.case_study_logo_name {
    float: left;
    font-size: 35px;
    line-height: 30px;
    color: #1a2e46;
    padding-top: 20px;
}
p.uride_content_wrap {
    float: left;
    font-size: 19px;
    line-height: 30px;
    color: #1a2e46;
    padding-top: 30px;
    width: 100%;
}

.category_wrap {
    float: left;
    width: 100%;
    padding: 30px 0px;
}

.category_wrap .inner_cat_wrap {
    float: left;
    width: 50%;
}

.category_wrap .inner_cat_wrap span.left_side_img {
    float: left;
    width: 20%;
}

.category_wrap .inner_cat_wrap span.right_side_content {
    float: left;
    width: 80%;
}

span.right_side_content h4 {
    font-size: 18px;
    line-height: 30px;
    color: #1a2e46;
    font-family: 'Open-Sans-Bold';
    margin: 0;
    float: left;
    width: 100%;
}

span.right_side_content p {
    float: left;
    font-size: 18px;
    line-height: 30px;
    color: #1a2e46;
    padding-top: 0;
    width: 100%;
}

span.left_side_img img {
    margin: 0 auto;
}

.img_case_wrap {
    float: left;
    width: 100%;
    /* padding-bottom: 23px; */
}

.img_case_wrap .inner_case_wrap {
    float: left;
    width: 50%;
}


.right_side_case_study {

	background-repeat:no-repeat;
	    background-size: cover;
    float: left;
    height: 100%;
	position:relative;
	    overflow: hidden;
		    height: 600px;
}

.octopus_design .right_side_case_study {
    height: 525px;
}

.image_mob img {
    text-align: center;
    max-width: 55%;
    margin: 5% auto;
}


.car_image_mob {
    position:  absolute;
    bottom: 35px;
      left: 5%;
}

.car_image_mob img {
    max-width: 100%;
}


/*------color_change---*/


/*.black_color .case_study_logo_name {
    color: #fff;
}
 .black_color p.uride_content_wrap {
    color: #fff;
	} 
	
	 .black_color span.right_side_content h4 {
    color: #fff;
	}
	 .black_color span.right_side_content p {
    color: #fff;
	}*/
	
	
	
	/*---------ios-----*/
	
	.uhop_design .car_image_mob {
    position: absolute;
    top: 0;
    left: 10%;
}
.uhop_design.otl_cab p.uride_content_wrap {
    width: 100%;
}

.glorby .right_side_case_study {
    margin-top: 1%;
    height: 450px;
}
section.case_study_wrap.black_color.uhop_design.otl_cab .right_side_case_study {
    height: 520px!important;
}

section.case_study_wrap.black_color.octopus_design p.uride_content_wrap {
    width: 100%;
}

.car_hide.car_image_mob {
    bottom: 7%;
}
	/*----------casestudy--------*/
	
	section.case_study_wrap{margin-bottom:0px;}
section.case_study_wrap.ios_new {
     float: left;
    width: 100%;
    background-image: url(../images/ios-new/case_study.jpg);
    padding: 30px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 0;}

	.banner_cube_button.android_cube {
    padding-top:  10px;
}

.banner_cube_button.android_cube .cube {
    margin-bottom:  0;
}

.top_logo_wrap {
    float: left;
    width: 100%;
}

.inner_overall_wrap {
    float:  left;
    width:  100%;
}

.inner_overall_wrap .left_side_case_study {
    padding-left: 5%;
	padding-top: 20px;
	    height: auto;
}

.case_study_logo {
    float: left;
    margin-right: 25px;
}

.case_study_logo_name {
    float: left;
    font-size: 35px;
    line-height: 30px;
    color: #1a2e46;
    padding-top: 20px;
}
p.uride_content_wrap {
    float: left;
    font-size: 16px;
    line-height: 30px;
    color: #1a2e46;
    padding-top: 30px;
    width: 85%;
	    margin-bottom: 40px;
}

.category_wrap {
    float: left;
    width: 100%;
    padding: 30px 0px;
}

.category_wrap .inner_cat_wrap {
    float: left;
    width: 50%;
}

.category_wrap .inner_cat_wrap span.left_side_img {
    float: left;
    width: 20%;
}

.category_wrap .inner_cat_wrap span.right_side_content {
    float: left;
    width: 80%;
}

span.right_side_content h4 {
    font-size: 18px;
    line-height: 30px;
    color: #1a2e46;
    font-family: 'Open-Sans-Bold';
    margin: 0;
    float: left;
    width: 100%;
}

span.right_side_content p {
    float: left;
    font-size: 18px;
    line-height: 30px;
    color: #1a2e46;
    padding-top: 0;
    width: 100%;
}

span.left_side_img img {
    margin: 0 auto;
}

.img_case_wrap {
    float: left;
    width: 100%;
    /* padding-bottom: 23px; */
}

.img_case_wrap .inner_case_wrap {
    float: left;
    width: 50%;
    height: 175px;
    overflow: hidden;
}


.car_image_mob {
    position: absolute;
    bottom: 0;
    left:10%;
}

.image_mob img {
    margin: 0 auto;
	    margin-left: 40%;
}

.right_side_case_study {
    margin-top: 1%;
	
}

.uhop_design p.uride_content_wrap {
    width: 75%;
}
/*------color_change---*/


/*.black_color .case_study_logo_name {
    color: #fff;
}
 .black_color p.uride_content_wrap {
    color: #fff;
	} 
	
	 .black_color span.right_side_content h4 {
    color: #fff;
	}
	 .black_color span.right_side_content p {
    color: #fff;
	}*/
	
	.bottom_div {
    float:  left;
    width:  100%;
	    margin-top: 15px;
}

.bottom_div .inner_case_wrap.big_space {
    float:  left;
    width: 65%;
}

.bottom_div .inner_case_wrap.small_space {
    float:  left;
    width:  35%;
}

.bottom_div .inner_case_wrap.small_space img.img-responsive {
    width: 93%;
}

.img_case_wrap .inner_case_wrap img.img-responsive {
    max-width: 95%;
    width: 95%;
}


.custom-ios-app img{
	width:77%;
}



.uhop_design .img_case_wrap .inner_case_wrap {
    float: left;
    width: 33.3%;
    height: 220px;
    overflow: hidden;
}

.just_mini_cab .case_study_logo_name {
    padding-top: 50px;
}

.just_mini_cab p.uride_content_wrap {
    margin-bottom: 10px;
	padding-top:10px;
	width: 80%;
}

.octopus_design .right_side_case_study {
    margin-top: 1%;
/*     margin-bottom: 2%; */
}

.octopus_design .img_case_wrap  .inner_case_wrap.width_change {
    width: 60%;
}

.octopus_design  .img_case_wrap .inner_case_wrap{
    width: 40%;
}


.octopus_design  .img_case_wrap .inner_case_wrap img.img-responsive {
    max-width: 95%;
    width: 95%;
    height: 150px;
}


.letschat_design .car_image_mob {
    position: relative;
    bottom: 0;
    left: 0;
    float: left;
}

.letschat_design .image_mob img {
    margin: 0 auto;
    max-width: 40%!important;
}

.octopus_design .inner_case_wrap.width_change1 img.img-responsive {
    max-width: 98%;
    width: 98%;
}

.octopus_design .inner_case_wrap.width_change1 {
    width: 100%;
}

.letschat_design.octopus_design .right_side_case_study {
    margin-top: 2%;
    margin-bottom: 0%;
}

.new_oct .image_mob img {
    margin: 0 auto;
    margin-left: 45%;
}


.octopus_design.new_oct .car_image_mob {
    position: absolute;
    top: 0;
    left: 18%;
}
.glorby .case_study_logo_name {
    padding-top: 40px;
}

section.case_study_wrap.white_clor.glorby .car_image_mob {
    position: absolute;
      left: 0px;
	  top:0px;
}

section.case_study_wrap.white_clor.glorby{
    position: relative;
}

.letschat_design .case_study_logo_name {
    padding-top: 33px;
}


section.case_study_wrap.white_clor {
    background-image: none;
    background-color: #fff;
}



.ios_new .car_image_mob {
    position: absolute;
    bottom: 8%;
    left: 10%;
}

.left_side_text p {
    font-size: 18px;
    font-weight: normal;
	line-height:35px;
    font-family: 'Open-Sans-Bold';
    margin-top: 10px;
    width: 75%;
    color: #fff;
    float: left;
}
section.service_header.ios_app_banner {
    background-image: url(../images/portfolio_banner.jpg);
    position: relative;
    padding: 0;
    padding: 15px 0px 50px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    height: 600px;
	    margin-top: 73px!important;
}


section.service_header.ios_app_banner h4 {
    font-family: 'Open-Sans-Bold';
    color: #fff;
    font-size: 35px;
    float: left;
    width: 100%;
    text-transform: uppercase;
}


.caption_text .left_side_text {
    margin-top:13%;
    z-index: 1;
}

.responsive_view {
    display: none;
}

.octopus_design .car_image_mob {
    position: absolute;
    top: 0;
}

.octopus_design p.uride_content_wrap {
    float: left;
    width: 75%;
}
@media only screen and (min-width: 1024px) and (max-width: 1200px)
{

section.service_header.ios_app_banner {
    height: auto;
	}
	
	.left_side_text p {
    font-size: 16px;
    line-height: 30px;
    width: 90%;
}

.octopus_design p.uride_content_wrap {
    float: left;
    width: 90%!important;
}

.just_mini_cab p.uride_content_wrap {
    width: 90%!important;
}
.letschat_design .image_mob img {
    margin: 0 auto;
    max-width: 43%!important;
}
.uhop_design p.uride_content_wrap {
    width: 90%!important;
}

.case_study_logo_name {
    float: left;
    font-size: 20px;
	}
span.right_side_content h4 {
    font-size: 17px;}

	.image_mob img {
    margin: 0 auto;
    margin-left: 22%;
	    max-width: 70%;
}

section.case_study_wrap.black_color.ios_new .image_mob img {
    margin: 0 auto;
    margin-left: 40%;
    max-width: 70%;
}

.uhop_design .car_image_mob {
    left: 0%;
}

.octopus_design .image_mob img {
    margin-left: 40%;
}

section.case_study_wrap.black_color.glorby .car_image_mob {
    position: absolute;
    right: -90px;
    bottom: 10%;
    left: 0%;
}

.letschat_design .car_image_mob {
    max-width: 53%;
    margin-right: 10px;
}
}


@media only screen and (min-width: 768px) and (max-width: 1023px)
{
.caption_text .left_side_text {
    margin-top: 5%;
    z-index: 1;
}

section.service_header.ios_app_banner {
    height: auto;
	}
	
	.left_side_text p {
    font-size: 16px;
    line-height: 30px;
    width: 90%;
}

.octopus_design p.uride_content_wrap {
    float: left;
    width: 90%!important;
}

.just_mini_cab p.uride_content_wrap {
    width: 90%!important;
}
.letschat_design .image_mob img {
    margin: 0 auto;
    max-width: 43%!important;
}
.uhop_design p.uride_content_wrap {
    width: 100%!important;
}

.case_study_logo_name {
    float: left;
    font-size: 20px;
	}
	
span.right_side_content h4 {
    font-size: 17px;}

	.image_mob img {
    margin: 0 auto;
    margin-left: 22%;
	    max-width: 70%;
}

section.case_study_wrap.black_color.ios_new .image_mob img {
    margin: 0 auto;
    margin-left: 40%;
    max-width: 70%;
}

.uhop_design .car_image_mob {
    left: 0%;
}

.octopus_design .image_mob img {
    margin-left: 40%;
}

section.case_study_wrap.black_color.glorby .car_image_mob {
    position: absolute;
    right: -90px;
    bottom: 10%;
    left: 0%;
}

.letschat_design .car_image_mob {
    max-width: 53%;
    margin-right: 10px;
}

}


@media only screen and (min-width: 1024px) and (max-width: 1200px) {
.top_overal_steps {
    width: 350px !important;
}
.top_overal_steps h2 {
    color: #54bb4e !important;
    font-size: 22px !important;
}
.top_overal_steps.right_first_steps:before {
    bottom: -44% !important;
}
.top_overal_steps.lft_first_steps:before {
    bottom: -55% !important;
		}
}

@media only screen and (min-width: 992px) and (max-width: 1023px) {
.top_overal_steps {
    width: 350px !important;
}
.top_overal_steps h2 {
    color: #54bb4e;
    font-size: 20px !important;
}
.top_overal_steps.right_first_steps:before {
    content: '';
    position: absolute;
    bottom: -40% !important;
}
.top_overal_steps.lft_first_steps:before {
    content: '';
    position: absolute;
    bottom: -54% !important;
}
}

@media only screen and (max-width:991px){
	
	.top_overal_steps {
    width: 100% !important;
    position: static!important;
    text-align: left!important;
    margin-bottom: 30px;
    padding: 0px!important;
}
.center_wp {
    display: none;
}
.top_overal_steps h2 {
    color: #54bb4e;
    font-size: 16px !important;
}
.overall_steps_wp h1 {
    text-align: center !important;
    font-size: 20px !important;
		}
		.top_overal_steps p {
    padding: 0px 0 !important;
    color: #434343 !important;
    font-size: 14px !important;
    line-height: 28px !important;
}

	
	
section.service_header.ios_app_banner.new_chk{
	    height: 469px !important;
}
.right_chg {
    float: left;
    width: 66% !important;
    padding-left: 13px;
}	
.first_ride img{
	    padding: 11px !important;
}

.right_chg p{
	display: block !important;
	    width: 100% !important;
		    font-size: 15px !important;
}
section.service_header.ios_app_banner h4{
	font-size: 18px !important;
}
.port-heading {
    float: left;
    width: 100% !important;
	    padding: 10px;
}
.right_port {
    float: left;
    width: 100% !important;
}

.responsive_view.wow.fadeInLeftBig img {
    max-width: 50%;
}
.uhop_design .car_image_mob img.img-responsive {
    margin: 0 auto;
    /* display: inline-block; */
    max-width: 40%;
}
.img_case_wrap {
    float: left;
    width: 100%;
    padding-bottom: 0;
}
section.case_study_wrap.black_color.uhop_design.otl_cab .right_side_case_study {
    height: 520px!important;
}
.octopus_design .right_side_case_study {
    height: auto;
}
section.case_study_wrap.white_clor.glorby .car_image_mob {
    position: absolute;
    left: 0;
    width: 100%;
}

.img_case_wrap .inner_case_wrap {
    float: left;
    width: 50%;
    height: 300px;
    overflow: hidden;
}
.responsive_view {
    display: block;
}

.responsive_view img.img-responsive {
    margin: 0 auto;
}

.desktop_views{display:none;}

.image_mob img {
    margin: 0 auto;
    margin-left: auto;
    max-width: 70%;
}

.right_side_case_study {
    margin-top: 2%;
}

.uhop_design .car_image_mob {
    left: 0%;
    width: 100%;
    margin: 0 auto;
    right: 0;
	    display: inline-block;
}

.uhop_design .car_image_mob img.img-responsive {
    margin: 0 auto;
    /* display: inline-block; */
}

.car_image_mob img {
    max-width: 100%;
    margin: 0 auto;
}

section.case_study_wrap.black_color.glorby .car_image_mob {
    position: absolute;
    right: 0;
}

}



@media only screen and (max-width:767px){

.image_mob img {
    margin: 0 auto;
    margin-left: auto;
    max-width: 40%;
}

.car_hide.car_image_mob {
    bottom: 7%;
    display: none;
}
.uhop_design .car_image_mob img.img-responsive {
    margin: 0 auto;
    /* display: inline-block; */
    max-width: 50%;
}


p.uride_content_wrap{width:100%!important;}
.img_case_wrap .inner_case_wrap {
    float: left;
    width: 50%;
    height: 200px;
    overflow: hidden;
}

section.service_header.ios_app_banner .left_side_text p {
    display: none;
}

section.service_header.ios_app_banner .banner_phones {
    display: none;
}

section.service_header.ios_app_banner {
    height: 200px;
    background-color: #003f5e;
    background-image: none;
}
.caption_text .left_side_text {
    z-index: 1;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
}
section.service_header.ios_app_banner h4 {
    font-size: 25px;
    float: left;
	}
	

}


@media only screen and (max-width:567px){

.uhop_design .car_image_mob img.img-responsive {
    margin: 0 auto;
    /* display: inline-block; */
    max-width: 100%;
}

.glorby .right_side_case_study {
    margin-top: 1%;
    height:300px;
}
section.case_study_wrap.white_clor.glorby .car_image_mob {
    position: absolute;
    left: 0;
    width: 100%;
    max-width: 100%;
}

section.case_study_wrap.black_color.uhop_design.otl_cab .right_side_case_study {
    height: auto!important;
}
.octopus_design .right_side_case_study {
    height: auto;
}


.ios_new .car_image_mob {
    position: absolute;
    bottom: 0;
    left: 20%;
}

.case_study_logo_name {
    float: left;
    font-size:16px;
	    padding-top: 0!important;
		    width: 100%;
	}
	
	.first_sect p.uride_content_wrap {
    padding-bottom: 0;
    margin-bottom: 0;
}

.category_wrap .inner_cat_wrap {
    float: left;
    width: 100%;
}

span.right_side_content h4 {
    font-size: 16px;
	}
	
	
	span.right_side_content p {
    float: left;
    font-size: 15px;}
	
	.img_case_wrap .inner_case_wrap {
    float: left;
    width: 100%;
    height: 220px;
    overflow: hidden;
	margin-bottom:20px;
}

.img_case_wrap .inner_case_wrap img.img-responsive {
    max-width: 100%;
    width: 100%;
	    height: 100%;
}
.car_hide{display:none;}

.first_sect .right_side_case_study {
    margin-top: 2%;
    height: auto;
}
 .right_side_case_study {
    margin-top: 2%;
    height: auto;    text-align: center;
}

.image_mob {
    max-width: 55%;
	    margin: 0 auto;
}

section.case_study_wrap.ios_new .car_image_mob img {
    max-width: 55%;
    /* margin: 0 auto; */
}

.car_image_mob {
    position: absolute;
    bottom: 0;
    left: 10%;
    margin: 0 auto;
    right: 0;
}
.img_case_wrap {
    float: left;
    width: 100%;
    padding-bottom: 0;
}
.letschat_design.octopus_design .right_side_case_study {
    margin-top: 0%;
    margin-bottom: 5%;
}
.just_mini_cab .image_mob {
    max-width: 55%;
    margin-left: 15%;
}
.octopus_design .image_mob {
    max-width: 55%;
    margin-left: 15%;
}


.letschat_design .image_mob {
    max-width: 95%;
    margin: 0 auto;
}
section.case_study_wrap.black_color.glorby .car_image_mob {
    position: relative;
    right: 0;
    max-width: 100%;
    left: 0;
}
.uhop_design .car_image_mob {
    position: relative;
}
.bottom_div {
    float: left;
    width: 100%;
    margin-top: 0;
}
.black_color .case_study_logo_name {
   /*  color: #fff; */
    font-size: 17px;
}
p.uride_content_wrap {
    float: left;
    font-size: 14px;
	}
.image_mob img {
    margin: 0 auto;
    margin-left: auto;
    max-width: 100%;
}

.bottom_div .inner_case_wrap.big_space {
    float: left;
    width: 100%;
}

.bottom_div .inner_case_wrap.small_space {
    float: left;
    width: 100%;
}

.uhop_design .img_case_wrap .inner_case_wrap {
    float: left;
    width: 100%;
}
.bottom_div .inner_case_wrap.small_space img.img-responsive {
    width: 100%;
}
.car_image_mob {
    max-width: 50%;
}
.ios_new .image_mob img {
    margin: 0 auto;
    margin-left: auto;
    max-width: 55%;
}

}


/*-------top_sldies------*/



.icon_slide_top {
    float: left;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-image: url(../images/portfolio_banner_icons.png);
    opacity: 0.2;
	 -webkit-animation: slide 10s linear infinite;
	  -animation: slide 10s linear infinite;
}

@-webkit-keyframes slide {
    from { background-position: 0 0; }
    to { background-position: -1350px 0; }
}
@-webkit slide {
    from { background-position: 0 0; }
    to { background-position: -1350px 0; }
}

.banner_phones {
    z-index: 9;
}
.nigeria-img {
    position: relative;
    top: 55px;
}

/* section.case_study_wrap.white_clor.glorby.zimbaway-col {
    margin-bottom: 50px;
} */

@media only screen and (max-width: 767px)
{
	.octopus_design .img_case_wrap .inner_case_wrap {
    width: 50%;
}
.img_case_wrap .inner_case_wrap
{
	height: auto;
}
.octopus_design .img_case_wrap .inner_case_wrap img.img-responsive
{
	height: auto;
}
}


p.uride_content_wrap.mile_one {
    margin-bottom: 19px;
}

a.port_mile {
    float: left;
    background: #26b3fa;
    color: white;
    border: none;
    padding: 3px 12px;
    margin-bottom: 22px;
	border-radius: 3px;
}

section.port_one {
    float: left;
    width: 100%;
    /* padding: 30px 0px 10px 0px; */
    /* margin-top: -35px; */
    padding: 42px 0;
    padding-bottom: 25px !important;

}

.port-heading {
float: left;
    width: 50%;
}

.port-heading h5 {
    float: left;
    font-size: 24px;
    line-height: 30px;
    color: #1a2e46;
    /* padding-top: 20px; */
    width: 100%;
    position: relative;
    font-weight: 600;
}
.port-heading p {
    float: left;
    width: 100%;
    padding: 7px 0;
    line-height: 35px;
}

section.port_one.last_ch {
    padding-bottom: 2%;
}

.port-heading h5:before {
    content: '';
    position: absolute;
    background: #204785;
    width: 3px;
    height: 24px;
    left: -15px;
    top: 4px;
}


.icon_sl {
    float: left;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-image: url(../images/portfolio_banner_icons.png);
    opacity: 0.2;
    -webkit-animation: slide 10s linear infinite;
}

section.service_header.ios_app_banner.new_chk {
    background-image: url(../images/ban-port.png);
	    margin-bottom: 0;
}



section.service_header.ios_app_banner.new_chk .caption_text .left_side_text {
       margin-top: 11%;
}

section.service_header.ios_app_banner.new_chk .desktop_views img {
    width: 229px;
}

section.service_header.ios_app_banner.new_chk .desktop_views {
    margin: 35px 0;
}

section.port_one.general_insight {
    background-image: url(../images/ecommerce_new/about_ecom.png) !important;
    background-size: cover;
    background-repeat: no-repeat;
}

section.port_one.repute_client {
    background: #efefef;
}

.initiative {
    background-image: url(../images/ecommerce_new/about_ecom.png) !important;
    background-size: cover;
    background-repeat: no-repeat;
}
section.port_one.clear {
    background: #efefef;
}

.right_port {
    float: left;
    width: 50%;
}

section.port_mi_news {
float: left;
    width: 100%;
     padding: 4% 0;
	background-image: url(../images/banner-back.jpg);
}

section.port_mi_news .owl-dots {
	 display: none !important;
}

section.port_mi_news .owl-carousel {
    display: block !important;
}

section.port_mi_news .owl-carousel .owl-nav {
    display: none !important;
}

section.port_mi_news .owl-carousel .owl-item img {
    filter: unset !important;
	    transform: scale(0.99) translateZ(0) !important;
    -webkit-transform: scale(0.99) translateZ(0) !important;
	    height: 256px;
    object-fit: cover;
}

.whole_change_side {
    float: left;
    width: 100%;
    padding: 41px 0;
}

.first_ride {
    float: left;
    width: 50%;
	    padding-bottom: 29px;
}

.first_ride img {
float: left;
    width: 80px
}

.right_chg {
    float: left;
    width: 50%;
    padding-left: 13px;
}

.right_chg h5 {
    color: white;
    font-size: 23px;
    margin: 0;
	    font-weight: 600;
}

.right_chg p {
    padding: 0;
    margin: 0;
	font-size: 16px;
}


img.img-responsive.bookings {
    background: #c9636c;
}

img.img-responsive.routes {
    background: #26b3fa;
}

.right_port img {
    text-align: center;
    margin: 0 auto;
}
section.slider_porto {
    float: left;
    width: 100%;
}





section.slider_porto .owl-dots {
	 display: none !important;
}

section.slider_porto .owl-carousel {
    display: block !important;
}

section.slider_porto .owl-carousel .owl-nav {
    display: none !important;
}

section.slider_porto .owl-carousel .owl-item img {
    filter: unset !important;
	    transform: scale(0.99) translateZ(0) !important;
    -webkit-transform: scale(0.99) translateZ(0) !important;
	    height: 256px;
    object-fit: cover;
}


section.slider_porto {
float: left;
    width: 100%;
     padding: 5% 0;
	background-image: url(../images/banner-back.jpg);
}





.center_wp {
    width: 100%;
    text-align: center;
}

.center_wp img {
    margin: 0 auto;
	    width: 369px;
}

.top_overal_steps h2 {
    font-size: 22px;
    width: 100%;
    margin-bottom: 10px;
    color: #1a2e46;
    font-weight: 600;
}

.top_overal_steps {
    width: 450px;
}

.top_overal_steps p {
    padding: 0px 0;
    color: #434343;
    font-size: 15px;
    line-height: 28px;
}

.top_overal_steps.lft_first_steps {
    position: absolute;
    top: 16%;
	text-align: right;
    padding-right: 20px;
}

.top_steps {
    position: relative;
    margin-top: 5%;
}
.top_overal_steps.lft_second_steps {
    position: absolute;
    top: 41%;
    text-align: right;
    padding-right: 20px;
}

.top_overal_steps.right_first_steps {
    position: absolute;
    right: 0;
    top: 2%;
    padding-left: 25px;
}
.top_overal_steps.right_second_steps {
    position: absolute;
    right: 0;
    top: 28%;
    padding-left: 25px;
}

.top_overal_steps.right_third_steps {
position: absolute;
    bottom: 29%;
    right: 0;
    padding-left: 25px;
}

.overall_steps_wp h1 {
    text-align: center;
    font-size: 30px;
    margin-bottom: 30px;
    width: 100%;
		    position: relative;
}

.overall_steps_wp h1:before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #434343;
    height: 1px;
    width: 200px;
}

.top_overal_steps.lft_first_steps:before {
    content: '';
    position: absolute;
    bottom: -25%;
    right: 20px;
    background-color: #cfcfcf;
    width: 60%;
    height: 1px;
}

.top_overal_steps.right_first_steps:before {
    content: '';
    position: absolute;
    bottom: -25%;
    left: 28px;
    background-color: #cfcfcf;
    width: 60%;
    height: 1px;
}

.top_overal_steps.right_second_steps:before {
content: '';
    position: absolute;
    bottom: -45%;
    left: 28px;
    background-color: #cfcfcf;
    width: 60%;
    height: 1px;
}

.our-feature-five.devops_features h1:before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #434343;
    height: 1px;
    width: 200px;
}

section.map_change {
    float: left;
    width: 100%;
    padding-bottom: 5%;
}

.top_overal_steps.lft_third_steps {
    position: absolute;
    top: 71%;
    text-align: right;
    padding-right: 20px;
}

.top_overal_steps.right_fourth_steps {
    position: absolute;
    bottom: 1%;
    right: 0;
    padding-left: 25px;
}

.top_overal_steps.right_third_steps:before {
    content: '';
    position: absolute;
    bottom: -34%;
    left: 28px;
    background-color: #cfcfcf;
    width: 60%;
    height: 1px;
}
.top_overal_steps.lft_second_steps:before {
    content: '';
    position: absolute;
    bottom: -61%;
    right: 20px;
    background-color: #cfcfcf;
    width: 60%;
    height: 1px;
}

.right_chg {
    float: left;
    width: 72%;
    padding-left: 12px;
    padding-top: 14px;
}
.right_chg p {
    padding: 0;
    margin: 0;
    font-size: 16px;
    float: left;
    width: 100%;
}